* {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	/* font-weight: bold; */
}
a{
	color: #707070;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

/*--------------------------------------------------*\
         Header & Navigation
\*--------------------------------------------------*/
#header {
  background: #fff;
  border-bottom: 1px solid #ccc;
  position: fixed;
  display: table;
  margin: 0 auto;
  padding: 0 20px;
  top: 0;
  height: 110px;
  width: 100%;
  z-index: 99;
}

.navbar-nav {
    float: right;
    clear: right;
    margin: 0;
    font-size: 17px;
}

@media(max-width:767px){
    .navbar-nav {
      /* text-align:right; */
      width: 100%;
      margin-bottom: 15px;
  }
}

.navbar-nav a{
   display:block;
   width:100%;
}

.nav>li>a:focus, 
.nav>li>a:hover,
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover,
.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover{
  /*background-color:transparent;*/
}

#header .navbar-brand img {
  max-height: 80px;
  max-width: 270px;
  margin-top: 40px;
  margin-left: -25px;
}

#header .navbar-brand img.retire-logo{
	margin-top: 55px;
    margin-left: 1px;
}

@media(max-width:1200px){
	#header .navbar-brand img.retire-logo{
	margin-top: 62px;
	max-width:180px;
	}
}

@media(max-width:991px){
	#header .navbar-brand img.retire-logo{
	margin-top: 12px;
	margin-left: 12px;
	}
}

@media(max-width:767px){
	#header .navbar-brand img.retire-logo{
	margin-top: 12px;
	margin-left: 0px;
	}
}

@media(max-width: 472px){
	#header .navbar-brand img.retire-logo{
		margin-top: 0px;
	}
}

#header.headerDown .navbar-brand img {
  margin-top: 16px;
}

#header.headerDown .navbar-brand img.retire-logo{
	margin-top:31px;
}


@media(max-width:1200px){
	#header.headerDown .navbar-brand img.retire-logo{
	margin-top: 38px;
	}
}

@media(max-width:991px){
	#header.headerDown .navbar-brand img.retire-logo{
	margin-top: 28px;
	}
}


@media (max-width: 991px) {
  #header .navbar-brand img {
    max-height: 33px;
    max-width: 132px;
    margin: 0;
  }
}

@media(min-width:768px){
  #header .element-content {
    margin-top: 20px;
  }
}
#header .navbar-toggle {
  font-size: 24px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #header {
    height: 67px;
  }
  #header .navbar-toggle {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #header .navbar-brand {
    padding-top: 15px;
  }
  #header .element-content{
  	display: none;
  }
}
.navbar-nav > li {
  margin-left: 0;
}
@media(min-width: 768px){
	.navbar-nav > li {
	  margin-left: 1px;
	}
}
/*.navbar-nav > li:hover {
	background: #7093AE;
	color: #fff;
}*/
.navbar-nav > li > a {
  display: inline-block;
  line-height: 14px;
  /* text-transform: uppercase; */
  word-spacing: 0.2em;
  padding: 1em 1.5em;
  /* color: #444; */
  color: inherit;
  border-radius: 3px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .navbar-nav > li {
    /* border-left: 1px solid #999999; */
    margin-bottom: 0.6em;
  }
}
@media (max-width: 1200px) {
	.navbar-nav > li > a {
		padding: 1em 0.9em;
	}
}

@media (max-width: 767px) {
  .navbar-nav > li {
    margin-top: 0px;
  }
}
.navbar-nav > li:first-child {
  display: none;
}
.navbar-nav > li:nth-child(2) {
  border-left: none;
}
.navbar-nav > li:nth-child(3)> a {
  /* cursor:context-menu; */
  /* pointer-events: none; */
}
.nav .open>a{
	background: #4f4f4f;
	color: #fff;
}

@media(min-width:768px){
  .navbar-nav > li:last-child > a {
    /* padding-right: 0; */
  }
}

.navbar-nav> li.active >a,
.navbar-nav> li.active >a:hover,
.navbar-nav> li.open >a:hover,
.navbar-nav li a:hover{
  /* color:#CE4D38; */
  background: #4f4f4f;
  color: #ec8a17;
}
.navbar-nav>li> a:hover{
	color: #fff;
}

.navbar-nav .dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0px;
  transition: all 0.9s ease;
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  font-size: 17px;
  border-width: 2px;
}
.navbar-nav .dropdown .dropdown-menu li a {
  color:#444;
  padding: 1em 1.5em;
  border-bottom: 1px solid #eeeeee;
  line-height: 1.2em;
  text-transform: uppercase;
  /* white-space: nowrap; */
  word-break: normal;
}
.navbar-nav .dropdown .dropdown-menu li.active a {
	/* color: #fff; */
	background: rgba(0,0,0,0);
}

.navbar-nav .dropdown .dropdown-menu li a:hover {
	color: #ec8a17;
	background-color: #4f4f4f;
}

@media (min-width: 768px) {
  .navbar-nav .dropdown .dropdown-menu li {
    margin-left: 0;
    min-width: 280px;
  }
}

.navbar-nav .open .dropdown-menu>li>a:focus{
	background: transparent;
}
@media (max-width: 767px) {
  .navbar-nav .dropdown .dropdown-menu li a {
	padding: 10px;
  }
  .navbar-nav .dropdown.open>a{
  	color: #444;
  }
  .navbar-nav .dropdown .dropdown-menu {
    /* max-height: 200px; */
    overflow-y: auto;
    /* margin-left: 9px; */
    /* text-align:right; */
  }
  .navbar-nav .dropdown .dropdown-menu li a{
    font-size: 14px;
    color: #636262;
  }
  .navbar-nav>li.dropdown>a::after{
    padding-left:5px;
    content:"\f0d7";
    font-family:fontawesome;
  }
  .navbar-nav li> a{
    padding:10px;
    border-bottom: 1px solid #eeeeee;
  }
  .navbar-nav .dropdown.open > a{
     /* background-color: #eee; */
     padding:10px;
     color: #fff;
  }
  .navbar-nav .dropdown.open > a:hover{
  	 color: #fff;
  }
}

.navbar-nav .dropdown-menu>li>a {
    white-space: normal;
}

/* scroll down */
#header.headerDown{
	height: 82px;
}
.headerDown .navbar-brand{
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-nav.scrollDown{	
	margin-top: 20px;
}
@media(min-width: 768px) and (max-width: 991px){
	.navbar-brand{
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav.scrollDown{
		font-size: 15px;
		margin-top: 3px;
	}
	#header.headerDown{
		height: 50px;
	}
	.headerDown .navbar-brand{
		height: 49px;
	}
	.headerDown .navbar-nav>li>a{
		padding: 1em 0.5em;
	}
}




/*--------------------------------------------------*\
         Banner
\*--------------------------------------------------*/
#banner.homebanner{
    height: 56vh;
    display: flex;
}

#banner{
	/* display: block; */
	height: 436px;
	/* padding-top: 400px; */
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
	/* 	vertical-align: middle;
	text-align: center;
	padding: 200px 400px 200px 20px; */
	/* padding-top: 120px; */
	margin-top: 110px;
	display:flex;
	position: relative;
}

/**sub pages**/
.banner_content{
	vertical-align:middle;
	/* position: absolute; */
	/* left: 20%; */
	/* top: 40%; */
	line-height: 1;
	font-weight: 500;
	flex: auto;
}
.banner_content .title{
	font-size:40px;
	color: white;
}
.banner_content .content{
	font-size:28px;
}

/**home**/
#banner #myCarousel{
    height: 100%;
    width: 100%;
}

#banner #myCarousel .title  h1{
	font-size: 55px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	letter-spacing:-1px;
	line-height:1.2;
	padding:10px 20px;
	text-shadow: none;
	color:#fff;
	
    /* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	text-align:center;
}

@media(max-width:950px){

	#banner #myCarousel .title  h1{
		font-size: 35px;
	}
	
	.title.carousel-caption{
			top: 35%;
			transform: translateY(-50%);
	}

}


@media(max-width:767px){
	#banner{
		/* padding-top:67px; */
		margin-top: 0;
	}

	#banner.homebanner{
		height: 100vh;
	}
	.title.carousel-caption{
		top: 50%;
	}
}


@media(max-width:425px){
	
	.title.carousel-caption{
			top: 47%;
	}

}


/*--------------------------------------------------*\
        Home
\*--------------------------------------------------*/

#section-welcome,
#section-why,
#section-video,
#section-what,
#section-how,
#section-contact-form{
	padding:60px 0;
	text-align: center;
	background:#fff;
}
#section-welcome p,
#section-why p,
#section-video p,
#section-what p,
#section-how p,
#section-testimonial p{
	line-height:140%;
	font-size:15px;
}
#section-contact-form p{
	text-align: left;
}


/*odd*/
#section-welcome .title,
#section-video .title,
#section-how .title,
#section-contact-form .title{
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #CE4630;
    margin-bottom:15px;
}

/*even*/
#section-why,
#section-what,
#section-testimonial{
	background: #fff;
	color: black;
}
#section-why .title,
#section-what .title,
#section-testimonial .title{
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
    font-weight: bold;
	padding-bottom: 10px;
    margin-bottom:15px;
}


#section-what .home-ul{
	margin-top:0;
	margin-bottom:0;
	margin:0 auto;
}
#section-what .home-ul li{
	text-align:left;
}

#section-testimonial {
	font-family: 'Oswald', sans-serif;
	text-align:center;
	padding-top: 20px;
	height: 200px;
	padding: 20px 0;
	align-items: center;
	display: flex;
}
@media(max-width: 1199px){
	#section-testimonial {
		height: 220px;
	}
}
@media(max-width: 991px){
	#section-testimonial {
		height: 250px;
	}
}
@media(max-width: 767px){
	#section-testimonial {
		height: 300px;
	}
}
@media(max-width: 480px){
	#section-testimonial {
		height: 350px;
	}
}

.carousel-indicators{
	bottom: -30px;
}
#section-testimonial .quote{
	font-size: 35px;
}

#section-testimonial .carousel-inner .item p {
  	font-size: 22px!important; 	
}
#carousel{
	/* padding-bottom: 20px; */
}

@media(min-width: 768px){
	#section-testimonial + div> .bottom-contact-form .contact-form,
	#section-testimonial + div> .bottom-contact-form .contact-message{
		width: 80%;
		margin: 20px auto;
	}
}

#video-section{
	text-align:center;
}

#testimonial-section {
	font-family: 'Oswald', sans-serif;
	text-align:center;
	min-height:250px;
	padding-top:50px;
}

#testimonial-section .quote{
	font-size: 35px;
}

#testimonial-section .testimonial{
	font-size: 20px;
	min-height:120px;
}

@media(max-width:767px){
	#testimonial-section .quote{
		font-size: 20px;
	}
	#testimonial-section .testimonial{
		font-size: 15px;
	}
}

/*carousel*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-inner{
    margin-bottom: 30px;
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}


/*--------------------------------------------------*\
        Form
\*--------------------------------------------------*/

.contact-form{
	margin-top:20px;
	margin-bottom: 20px;
}
.contact-form  .formwidget .form-group{
	margin-bottom:5px;
}
.contact-form  .formwidget .form-group .form-control{
	border-radius: 3px;
}
.contact-form  .formwidget .form-group h5{
	color: #ec8a17;
	font-weight: 600;
	float: left;
}
.contact-form .formwidget .form-group div:first-child{
	text-align: left;
}

#formWidgetSubmitResultText,
#btnFWSubmit,
.g-recaptcha,
#divFWLoadingImg{
	margin-top:10px;
	clear:both;
}


.g-recaptcha > div,
#btnFWSubmit{
	margin-left: auto;
    margin-right: auto;
}

#formWidgetSubmitResultText{
	margin-bottom:20px;
	color:red;
}

.rc-anchor{
	border-radius: 0;
}
#btnFWSubmit{
	display: block;
	width: 200px;
	height: 50px;
	background: #4f4f4f;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	border-radius: 3px;
	border: 2px solid #4f4f4f;
}
#btnFWSubmit:hover{
	color: #4f4f4f;
	background: transparent;
}
.contact-message{
	font-size: 12px;
}

@media(max-width:990px){
	.contact-form{
		/* width: 100%; */
		/* display:inline-block; */
	}
	#formWidgetSubmitResultText{
		text-align:right;
	}
	
}
@media(max-width:480px){
	.g-recaptcha{
		/* transform:scale(0.8); */
		/* margin-right:-30px; */
	}
}

/*--------------------------------------------------*\
        Text Size
\*--------------------------------------------------*/
.content_header h2{
	float: left;
}
.content_header > div{
    font-size: 14px;
}

/*--------------------------------------------------*\
        About
\*--------------------------------------------------*/
#section-about, 
#section-news, 
#section-service, 
#section-fkc, 
#section-contact {
    min-height: 400px;
    width: 100%;
    padding: 0;
    margin-top: 0;
    /* padding-top: 10px; */
    margin-bottom: 30px;
    line-height: 1.5;
    padding-bottom: 50px;
}
#section-about>.container>.row>div{
    height:auto;
}
.content_header{
    border-bottom: 2px solid #e3E9EE;
    margin-bottom: 25px;
    font-size: 1.9em;
}
.content_body h3, h4, p{
    /* clear: both; */
    /* font-family: 'Trebuchet MS', Helvetica, sans-serif; */
    padding: 0 3px;
}
.content_body p.large{
    font-size:1.5em;
    /*margin: 20px 0px;*/
}
.content_body p{
    /* padding-bottom: 15px; */
    display: block;
    position: relative;
    /* float: left; */
    height: 100%;
}
.content_body p.large span{
	color: #7093AE;
}
#section-about .content_body ul{
    padding-left: 30px;
    clear: both;
}
.content_body ul li{
    /* margin: 10px 0px; */
    /* display: table-row; */
    /* padding-bottom: 5px; */
    line-height: 1;
}
.content_body ul {
    margin-left: 0;
    margin-bottom: 25px;
    list-style-type: none;
    /* display: table; */
    padding-left: 30px;
    clear: both;
    border-spacing: 0;
    border-collapse: separate;
    font-size: 15px;
}
.content_body ul li:before {
    font-size: 2.0125rem;
    content: "\2022";
    position: relative;
    top: 18px;
    left: -18px;
    font-weight: bold;
    color: #ec8a17;
    line-height: 1;
    display: table-cell; /* aha! */
    text-align: right;
}
.content_body ul li p{
	display: inline;
}

.tool_bar{
    width: 260px;
    height: 100%;
    padding: 0;
    /* margin-left: 30px; */
}
@media(max-width:991px){
    .tool_bar{
        display: none;
    }
}
.tool_bar .button_service{
    height:auto;
}
.tool_bar ul{
    list-style-type: none;
    font-size: 14px;
    padding-left: 0px;
}
.tool_bar .button_service{
    display:block;
    position: relative;
    /*float: left; ???*/
    clear: both;
    margin: 20px 0px;
}
.tool_bar .button_service ul{
    display: table;
    /*margin: 20px 0 20px 20px;*/
    height: auto;
}
.tool_bar .button_service li{
    margin-bottom: 10px;
}
.tool_bar .button_service li a{
    font-size: 18px;
    padding: 10px 20px;
    display: block;
    width: 240px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    text-align: left;
    float: left;
    margin-bottom: 10px;
    background: #e2e2e2;
    text-align: center;
    color: #7093AE;
}
.tool_bar .button_service li a:hover{
    text-decoration: none;
    background: rgba(112, 147, 174, 0.8);
    color: #fff;
}

.bar_menu{
    border-top: 1px solid #7093AE;
}
.bar_menu h4{
    margin: 0;
    padding: 10px 0;
    clear: both;
    color: #7093AE !important;
    font-weight: bold;
}
.sub_menu li:hover{
    font-weight: bold;
}
.sub_menu li a{
    color: black;
}
.sub_menu li span{
    color: #7093AE;
}

.sub_menu > ul{
	display: table;
}

.sub_menu > ul > li{
	display: table-row;
}

.sub_menu > ul > li > span{
	display: table-cell;
	padding-right: 5px;
}

#section-about .team_member img {
    width: 100%;
}
#section-about .team_member .member_short{
    background: #f4f4f4;
    padding: 5px 10px;
}
#section-about .team_member > a {
    display: block;
    margin-bottom: 30px;
    background: #666;
    padding: 5px;
    text-align: center;
    color: #fff;
    border: 2px solid #666;
    font-size: 16px;
}
#section-about .team_member > a:hover {
	color: #666;
	background: #fff;
	text-decoration: none;
}


/*--------------------------------------------------*\
        Our Service
\*--------------------------------------------------*/
#section-service{
	margin-bottom: 30px;
}
#section-service .content_body ul{
    clear: both;
    margin-bottom: 20px;
    padding-left: 20px;
}
.content_body h4{
	margin-top: 30px;
	color: #7E7E7E;
}


/*--------------------------------------------------*\
        Financial Knowledge Centre
\*--------------------------------------------------*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/* padding-top: 25px; */
	height: 0;
	margin-bottom: 30px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#section-fkc .content_body ul li{
	list-style: disc outside none;
}
.fkc_service{
    display: table;
    clear: both;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
    /* padding-left: 20px; */
}
.fkc_service div{
    margin: 0 30px 35px 0;
    padding: 0 !important;
    float: left;
    display: inline-block;
    list-style: none;
    border: 1px solid #eee;
}
.fkc_service div a{
    display: block;
    text-align: center;
    position: relative;
    height: 150px;
    width: 195px;
}
.fkc_service div a img{
    width: 100%;
}
.fkc_service div a span{
    width: 100%;
    background: #222;
    color: #fff;
    padding: 10px 5px;
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    box-sizing: border-box;
    font-size: 0.8em;
}
.fkc_service .resize-image{
    height: 135px;
}


/*  Blog CSS */
.post-area{
	padding-left:0px;
	padding-bottom:15px;
	margin-top: 20px;
}

.post-area, .post-title, .post-date, .post-content{
	display: inline-block;
	/* clear:both; */
	height:100%;
	/* width: 100%; */
}
.post-title h4{
	color: #7E7E7E;
	margin-top: 0px;
	margin-bottom: 0;
} 
.post-share{
	margin-top:30px;
}
.post-share ul
{
    margin: 0 0 0.7em !important;
    padding: 0;
    width:500px;
}
.post-share ul li
{
    margin-top: 15px;
    padding: 0;
    float: left !important;
    margin-right:10px;
}

.post-share ul li a
{
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px 5px 25px;
    color: #999;
    display: block;
    font: 13px/1 'arial';
    float: left;
}
.post-share ul li a:hover
{
    border-color: #555;
}

.post-date{
	font-size:10px;
	/* font-style: italic; */
	margin-bottom: 10px;
}
.post-date p{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.og-share-wrap
{
	margin-left:0px;
	display: inline-block;
	clear: both;
	height: 100%;
	width: 100%;
	border: 2px solid #e2e2e2;
	border-radius: 3px;
	padding: 10px;
	/* margin-left: 5px; */
}

.og-share-image
{
	display: block;
	float: left;
	width: 200px;
	height: 180px;
	overflow: hidden;
	margin-right: 15px;
}

.og-share-image img
{
    height: 100%;
    min-width: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.og-share-content
{
	float:left;
	width: auto;
}

.og-share-content-title,
.og-share-content-description
{
	width: auto;
}

.og-share-content-title
{
	font-weight: bold;
	font-size: 1.2em;
}

.og-share-content {
    width:400px;
}
.og-share-content input, .og-share-content textarea 
{
    width : 400px;
}


/*--------------------------------------------------*\
        Contact Us
\*--------------------------------------------------*/
#section-contact #section-contact-form{
	/* border: 2px solid #eee; */
	padding: 0;
	clear: both;
	margin-bottom: 30px;
}
#section-contact #section-contact-form .container{
	width: 100%;
}
#section-contact #section-contact-form .title{
	display: none;
}
#section-contact #section-contact-form .contact-message{
	text-align: left;
}
#section-contact .content_body label{
	font-weight: 600;
	font-size: 16px;
	color: #7093AE;
}


/*--------------------------------------------------*\
        Share
\*--------------------------------------------------*/
div#at4-share {
  padding-right: 0;
}
div#at4-share.at4-hide {
  padding-right: 17px;
}
div#at4-share .title {
  display: block;
  color: white;
  background: #f8694d;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  padding: 2px 0;
}

.social_sharing {
    /* float: right; */
    clear: right;
    text-align: right;
}

.social_sharing ul{
	list-style-type: none;
	text-align: left;
	padding-left: 0;
}
.social_sharing ul li{
	display: inline-block;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#header .element-content a{
  font-size:1.17em;
  color: #717070;
}
.social_sharing a:hover {
  text-decoration: none;
  color:#FF9800;
}


#header .element-content .label{
	font-size: 19px;
	font-weight: bold;
	color: #FF9800;
	/* padding-left: 25px; */
	display: inline-block;
}
#header .element-content .label a{
	color: #FF9800;
}

.social_sharing .social_icons{
	display:inline-block;
}

@media(max-width:1090px){
	body{
		/* margin-bottom:45px; */
	}
}


/*--------------------------------------------------*\
        Footer Social
/*--------------------------------------------------*/
#footer-social{
	/* border-top: 1px solid #4f4f4f; */
	background-color: rgba(128, 128, 128, 0.35);
	padding-top: 16px;
	/* margin-top: 0px; */
}


#footer-social .social_sharing {
    float: right;
    text-align: left;
    margin: 8px auto;
    padding-right: 22px;
}

@media(max-width:500px){
	#footer-social .social_sharing{
		float:left;
		margin-top: 20px;
	}
}

#footer-social .social_sharing ul{
	margin-bottom: 0;
}
#footer-social .social_sharing span.fa-stack{
	transform: scale(1.2);
	transform-origin: left top;
}
#footer-social .social_sharing li{
	margin-left: 5px;
}

#search-tool{
	float: right;
}

#footer-social .navbar-form input{
	border-radius: 0;
}
#footer-social .navbar-form .search-btn{
	background-color: #7093ae;
	padding: 0.44em 2.5em;
	font-size: 14px;
	border-radius: 0;
	margin-top: 0;
	border: 1px solid #7093ae;
	color: #fff;
}

/*--------------------------------------------------*\
        Foot
\*--------------------------------------------------*/
#footer{
	width: 100%;
	padding: 10px 0px;
	margin: 0px auto;
	background-color: rgba(128, 128, 128, 0.35);
}
#footer p{
	color: #020202;
	font-size: 15px;
}
#footer a{
	color: #030303;
}


/*--------------------------------------------------*\
        Map
\*--------------------------------------------------*/
#map{
	height: 500px;
}
@media(max-width: 480px){
	#map{
		height: 300px;
	}
}


/*--------------------------------------------------*\
        Text Size Large
\*--------------------------------------------------*/
.aa a.active{
    color: #FF9800;
}

.content_body.large p, .content_body.large li, .content_body.large a, .content_body.large strong, .content_body.large em, .content_body.large h6, .content_body.large span, .content_body.large address {
    font-size: 1.1em;
}
.content_body.large h1 {
    font-size: 2.0em;
}
.content_body.large h2 {
    font-size: 1.888em;
}
.content_body.large h3 {
    font-size: 1.6666em;
}
.content_body.large h4 {
    font-size: 1.533em;
}
.content_body.large h5 {
    font-size: 1.4555em;
}
.content_body.large .text-size p {
    font-size: 16px;
}
.content_body.large address {
    font-size: 1.0em;
}
.content_body.large label {
    font-size: 18px;
}
.content_body.large p.large{
	font-size: 1.7em;
}

.tool_bar.large .button_service li a{
	font-size: 20px;
}
.tool_bar.large h4{
	font-size: 20px;
}
.tool_bar.large .bar_menu a{
	font-size: 16px;
}

.team_member.large p{
	font-size: 16px;
}
.team_member.large a{
	font-size: 16px;
}

.bottom-contact-form.large h5,
.bottom-contact-form.large input{
	font-size: 1.1em;
}


/*--------------------------------------------------*\
        News
\*--------------------------------------------------*/
.load-more{
	/* margin-top: 20px; */
}
.load-more.animated {
  -webkit-animation-delay: 1.5s;
  /* Safari 4.0 - 8.0 */
  animation-delay: 1.5s;
}
.btn {
  border-radius: 3px;
  margin-top: 20px;
  font-size: 18px;
  border: 2px solid #4f4f4f;
  color: #4f4f4f;
  padding: 0.5em 3em;
}
.btn:hover {
	background: #fff;
	color: #FF9800;
}




/*******************************************
            ytml search
*******************************************/

.results-wrapper-overlay {
    border: none;
    margin: auto;
    border-radius: 1px;
    overflow: auto;
    height: 80%;
    -webkit-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -ms-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -o-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    border-collapse: separate;
    background: white;
    padding: 30px;
    width: 75%;
    position: fixed !important;
    top: 5%;
    left: 12.5%;
    opacity: 1;
    z-index: 100002;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.results-wrapper-overlay h3:after{
	margin-left: 0;
}


@media(max-width: 767px){
  .results-wrapper-overlay {
      width: 96%;
      left: 2%;
  }
}

.results-close-btn {
    float: right;
    opacity: 1;
    height: 12px;
    width: 12px;
    position: absolute !important;
    top: -15px;
    right: 20px;
    cursor: pointer;
    font-size: 20px;
}

#page-result a{
	color: #2c5482;
}

.overflow{
    overflow:hidden;
}


.search-open{
  visibility: visible;
  opacity: 1;
}

.search-close{
  visibility: hidden;
  opacity: 0;
}

.page-overlay{
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 100001;
}

@media (max-width: 767px){
  #search-tool {
    position: static;
    margin-left: 0;
    max-width: 250px;
  }
}

@media(max-width: 768px){
  #search-tool > form.navbar-form > div > input.form-control{
      width: 100%;
  }
}

.navbar-form .search-btn{
	background-color: #2c5482;
	padding: 0.44em 2.5em;
	font-size: 14px;
	border-radius: 0;
}

.navbar-form .search-btn span{
	color: #fff;
}

.navbar-form input{
	border-radius: 0;
}

.navbar-form input:focus{
	border-color: #2c5482;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 84, 129, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 84, 129, 0.6);
}

@media(max-width: 767px){
	#search-tool-mobile form{
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#search-tool-mobile .input-group-btn{
		display: block;
	}
}

.searchLoadingImg .fa{
	color: #000000;
}

#search-tool-mobile .searchLoadingImg{
	float: left;
	position: absolute;
	right: -45px;
	top: 3px;
}

#search-tool-mobile{
	position: absolute;
	top: 85px;
	right: 115px;
	z-index:  100;
} 

@media(max-width: 767px){
	#search-tool-mobile{
		right: 85px;
	} 	
}

.default_header #search-tool{
	left: -175px;

}

@media(max-width: 1200px){
	.input-group-btn{
		display: block;
	}
}
.results-wrapper-overlay h3{
	color: #001e41;
	font-size: 24px;
	margin-bottom: 30px;
}

ul.pagination, ul.pagination-search {
  clear:both;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 8px !important;
}
ul.pagination>li, ul.pagination-search>li{
    color: #DBDBDB;
    font-weight:bold;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
}

.results-wrapper-overlay ul.pagination>li:before {
    content:"";
    display: inline-block;
    width: 20px;
}

.results-wrapper-overlay ul.pagination>li.cur{
    color: #001e41;
}

.results-wrapper-overlay ul.pagination>li:hover{
    cursor:pointer;
}
.results-wrapper-overlay ul.pagination>li:hover{
    color: #001e41;
}

.results-wrapper-overlay ul.pagination>li{
	display: inline;
}

.results-wrapper-overlay ul.pagination .prev, .results-wrapper-overlay ul.pagination .next{
    color: #001e41;
}

ul li.search-item{
	margin-left: 0;
}

.banner-button{
	background-color:orange;
	border-radius: 50px;
	font-size: 20px;
	margin-top:20px;
	color: white;
	border-style: none;
}

@media(max-width:450px){
	.banner-button{
		font-size: 14px;
	}
}


.item{
    width:100%;
    height:100%; 
    background-size:cover;
}

.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(7, 4, 0, 0.45);
}

.overlay-service {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(7, 4, 0, 0.55);
}


.video_link{
    width: 100%;
    display: inline-block;
    height: 220px;
    text-align: center;
}


.video_link i{
    transition: all 0.3s;
    color: #ffffff;
}

.video_link:hover i{
    font-size: 1.5em;
    border: none;
    outline: none;
}


.video {
    background-size: cover;
    background-position-y: center;
    width: 100%;
    height: 100%;
    position:  relative;
}

.video_link .play-button{
    font-size: 5em;
    position: absolute;
    color: #fff;
    display: inline-block;
    top: 30%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    margin-top: 28px;
}


@media(max-width: 767px){
    .video_link{
        width: 100%;
        display: inline-block;
        height: 400px;
        text-align: center;
    }
}

@media(min-width:768px){
    .col-sm-4 .position_relative{
        min-height: 50px;
    }
}

.col-sm-4 h4{
	text-align:center;
}

.social_icons a{
	margin-right: 10px;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    /* margin-right: 20px; */
}

#banner .container{
    position: relative;
}

#header .navbar-brand img.scrollDown{	
	margin-top: 20px
}

.preview-image {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    margin-right: 15px;
    max-height: 300px;
    min-height: 320px;
}

.preview-content {
    width: auto;
    height: 80px;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}

.post-title{
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    height: 20px;
    line-height: 20px;
    margin-bottom: 6px;
    margin-top: 15px;
    /* line-height: 1.625em; */
}


.post-more a {
    border-bottom: none!important;
    color: #f58426 !important;
    /* font-family: HelveticaNeueLTStd-LtEx,Helvetica,Arial,sans-serif; */
    font-size: 11pt;
}

.content_body a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    color: #4f4f4f;
}



.content_body a:hover {
    color: #f58426;
}

.subpage-circle{
    margin-top: -55px;
    width: 80px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}

.subpage-circle .fa {
    display: block;
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
    line-height: 1em;
    margin-top: -0.45em;
    text-align: center;
    color: #4e4e4e;
    background: #fff;
    font-size: 2.5em;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.line {
    border-bottom: 2px solid #4e4e4e;
    width: 102%;
    margin-left: auto;
    margin-right: auto;
}
.sub_line{
    padding-top:20px;
    padding-bottom:20px;
}

.sub_line_bottom{
	padding-top: 45px;
}

#section .content_body{
    padding-top: 50px;
    padding-bottom: 50px;
}

#section > div > div > h2{
	text-align:center;
	color:#ec8a17
}


/******map******/

#map,#map1 {
  height: 300px;
}

/***conrtact-form***/

.contact-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.contact-content,
.contact-form-content {
  text-align: center;
  padding-bottom: 15px;
}

.contact-content{
  padding-bottom: 35px;
  /* margin-top: 40px; */
}

.contact-form-content h1 {
  padding-bottom: 20px;
  margin-top: 70px;
}

.contact-address {
  margin: 25px 0;
}

.contact-details .contact-info {
  font-size: 18px;
  color: #4f4f4f;
  line-height: 40px;
}

.contact-details .contact-info i {
  width: 40px;
  font-size: 25px;
}

.contact-details .contact-info a {
  color: inherit;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-details .contact-info a:hover {
  color: #ec8a17;
}

@media(max-width:767px) {
  .contact-details {
    padding-top: 20px;
  }
  .contact-details .contact-info {
    font-size: 13px;
  }
}

@media(min-width:768px) {
  .contact-details {
    padding-left: 50px;
  }
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}

.contact-form .input-text {
  display: block;
  width: 100%;
  height: 45px;
  padding-left: 5px;
  padding-bottom: 0px;
  border-width: 0 0 2px 0;
  border-color: #E5E5E5;
  color: #505050;
  font-size: 25px;
  line-height: 26px;
  font-weight: lighter;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-form .input-text:focus {
  outline: none;
  border-color: #4f4f4f;
}

.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
}

.contact-form .label {
  position: absolute;
  left: 10px;
  bottom: 11px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #888;
  cursor: text;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.contact-form .help-block {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #ec8a17;
}

.form-field.has-error input {
  border-color: #ec8a17;
}

.contact-form .submit {
  text-align: center;
  margin: 15px 0;
}

.g-recaptcha>div {
  width: 100% !important;
}

@media(max-width:767px) {
  .form-field {
    padding-top: 30px;
  }
  .g-recaptcha {
    transform: scale(0.8, 0.8);
    margin-left: -5px;
  }
}

.get-started>.row:first-child {
  margin-bottom: 50px;
}

.get-started-map{
  padding-top: 6em;
}

.ba-we-love-subscribers-wrap #formWidgetSubmitResultText{
  clear:both;
  color:#4f4f4f;
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
}

#formWidgetSubmitResultText{
  clear:both;
  color:#4f4f4f;
  text-align: center;
  margin-bottom: 15px;
  font-size: 25px;
}

#footer #formWidgetSubmitResultText{
  clear:both;
  color:#4f4f4f;
  text-align: center;
  margin-bottom: 15px;
  font-size: 12.8px;
}

#main .i-want-to-heading {
  text-align: center;
  margin-bottom: 40px;
  font-size:23px;
  margin-top:60px;
  color: #4e4e4e;
  /* font-family:Tahoma, Geneva, sans-serif; */
  /* line-height:50px; */
  font-weight: bold;
}

.whitebox{
    text-align: center;
    background: #fff;
    margin: .5px!important;
    display: block;
    padding: 30px 25px 35px;
    position: relative;
    min-height: 200px;
    /* max-width: 200px; */
    /* border: solid 1px #cccccc; */
    -webkit-box-shadow: 0 0 20px -6px #a1a1a1;
    -moz-box-shadow: 0 0 20px -6px #a1a1a1;
    box-shadow: 0 0 20px -6px #a1a1a1;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
}

@media(max-width:991px){
	.whitebox{
		height:218px
	}
}

@media(max-width:768px){
	.whitebox{
		height:auto;
	}
}


.whitebox:hover, .whitebox:focus{
    /* transform: scale(1.05); */
}

.whitebox_wrapper{
    margin-bottom: 15px;
    padding-left: -28px;
    /* padding-right: 100px; */
    /* min-width: 268px; */
    /* min-height: 200px; */
}

.whitebox i{
    font-size: 5.6em;
}

.whitebox_wrapper a:hover{
    text-decoration: none;
}

.whitebox .span_p{
    display:  block;
    /* min-height: 44px; */
    padding: 0px;
    /* width: 190px; */
    /* top: 10px; */
    /* left: 10px; */
    margin: 15px auto 0 auto;
    font-family: HelveticaNeueLTStd-LtEx,Helvetica,Arial,sans-serif;
}



.whitebox_container{
    /* overflow: hidden; */
}

@media(max-width: 1199px) and (min-width: 992px){
    .whitebox .span_p {
    /* left: 10px; */
    width: 150px !important;
    }
}

@media(max-width: 991px){
    .whitebox{
		min-height: 200px;
		padding: 30px 20px 35px;
		}
    .whitebox .span_p{
        /* top: -3px; */
        /* left: -35px; */
        /* width: 150px !important; */
    }    
}

@media(max-width: 767px){
	.whitebox .span_p {
		/* top: -3px; */
		/* left: 0; */
		/* width: 150px !important; */
	 }
    .whitebox{
		min-height: 0;
    }
}

.whitebox_inner > span.tool_icons{
	display: block;
	width: 119px;
	margin-left: auto;
	margin-right: auto;
	height: 78px;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

.whitebox_wrapper a:hover span.tool_icons.dream{
	background: url('https://canvas3.ytml.com.au/App_Asset/Private/PhysicalFiles/e40a8721-3082-43e0-8d78-3809f6dd2d7c.jpg') no-repeat center/contain !important;
}

.whitebox_wrapper a:hover span.tool_icons.loan{
	background: url('https://canvas3.ytml.com.au/App_Asset/Private/PhysicalFiles/6ea336c9-8bcb-4f62-bf0e-c1a047af31a8.jpg') no-repeat center/contain !important;
}


/***********************************
          About us
************************************/

#main.about-us {
  /* padding-bottom: 0px; */
  /* margin-top: 40px; */
  padding: 4em 0;
}

.about-us .who-we-are h1 {
  margin-bottom: 20px;
  text-align:left;
}

.about-us .who-we-are p {
  padding-bottom: 10px;
  font-size: 16px;
}

.about-us .who-we-are .row:first-child {
  margin-bottom: 50px;
}

.about-us h1 {
  text-align: center;
  margin-bottom: 50px;
}


.section.pics {
  display: flex;
}

@media(max-width:767px) {
  .section.pics {
    display: block;
  }
}

.section.pics .home-pics {
  padding-bottom: 80px;
}

.section.pics .home-pics .btn-more {
  position: absolute;
  bottom: 0;
}

@media(min-width:768px) {
  .section.pics .col-sm-6.left {
    padding-left: 0px;
    padding-right: 30px;
  }
  .section.pics .col-sm-6.right {
    padding-right: 0px;
    padding-left: 30px;
  }
}

.section.pics .img-preview {
  height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.section.pics .img-preview.logos {
  height: 150px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.wording-banner .img-preview {
  height: 323px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.section.pics .img-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width:767px) {
  .home-pics {
    margin-bottom: 60px;
  }
  .section.pics .img-preview {
    /* height: auto; */
  }
}


#wrapper {
  opacity: 0;
  display: table;
  height: 100%;
  width: 100%;
}
#wrapper.loaded {
  opacity: 1;
  transition: 1.0s ease-in-out;
}
#wrapper #content {
  display: table-cell;
  vertical-align: middle;
}

.card {
  height: 420px;
  width: 300px;
  margin: 20px auto;
  position: relative;
  z-index: 1;
  perspective: 600px;
  color: white;
}
.card #front, .card #back {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.card #front {
  transform: rotateY(0deg);
  overflow: hidden;
  z-index: 1;
  transition: .5s ease-in-out;
}

.card #front #top-pic {
  height: 40%;
  width: 100%;
  background-image: url(https://images.unsplash.com/photo-1521054489472-845c993ca009?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=f1aad0408154f4f7d6099f251471d878&auto=format&fit=crop&w=564&q=80);
  background-size: cover;
}
.card #front #avatar {
  width: 114px;
  height: 114px;
  top: 50%;
  left: 50%;
  margin: -77px 0 0 -57px;
  border-radius: 100%;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.8), 0 4px 5px rgba(107, 5, 0, 0.6), 0 0 50px 50px rgba(255, 255, 255, 0.25);
  background-image: url(http://0.gravatar.com/avatar/fa4df8540bab3cb38f7dfa60c6e0522c?size=2000);
  background-size: contain;
  position: absolute;
  z-index: 1;
  transform: translateY(-28%);
}
.card #front #info-box {
  height: 60%;
  width: 100%;
  position: absolute;
  display: table;
  left: 0;
  bottom: 0;
  background: black;
  padding: 4px;
}
.card #front #social-bar {
  height: 85px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
}
.card #front #social-bar a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  line-height: 18px;
  border-radius: 5px;
  width:  100%;
}
.card #front #social-bar a:hover {
  color: #ec8a17;
  background: rgba(255, 255, 255, 0.3);
  transition: .25s ease-in-out;
}
.card #back {
  transform: rotateY(180deg);
  background-color: rgba(255, 255, 255, 0.6);
  display: table;
  z-index: 2;
  font-size: 13px;
  /* line-height: 20px; */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding: 19px;
  height: 420px;
  transition: .5s ease-in-out;
}
.card #back .back-info {
  text-align: justify;
  text-justify: inter-word;
}
.card #back #social-bar {
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}
.card #back #social-bar a {
  display: inline-block;
  line-height: 18px;
  color: #FF9800;
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
  width:  100%;
}
.card #back #social-bar a:hover {
  color: #450300;
  background: rgba(255, 152, 0, 0.5);
  transition: .25s ease-in-out;
}
.card .info {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  position: relative;
  top: -8%;
}

.card .info h3, .card .info h5, .card .info p {
    line-height: 1.1;
}

.card .info h3{
	font-size: 22px;
}

.card.flip #front {
  transform: rotateY(180deg);
  transition: .5s ease-in-out;
}
.card.flip #back {
  transform: rotateY(360deg);
  color:black;
}

#background {
  position: fixed;
  background-color: black;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#background #background-image {
  height: calc(100% + 60px);
  width: calc(100% + 60px);
  position: absolute;
  top: -30px;
  left: -30px;
  -webkit-filter: blur(10px);
  background-image: url(https://unsplash.imgix.net/45/ZLSw0SXxThSrkXRIiCdT_DSC_0345.jpg?q=75&w=1080&h=1080&fit=max&fm=jpg&auto=format&s=857f07b76abac23a7fb7161cc7b12a46);
  background-size: cover;
}

@keyframes arrowWiggle {
  0% {
    right: 50px;
  }
  50% {
    right: 35px;
  }
  100% {
    right: 50px;
  }
}

*{
  box-sizing: border-box;
}

.customer{
	text-align:right;

}

.customer img{
	border-radius: 50%;
	width: 100%;
}

@media(max-width:991px){
	.customer img{
		max-width:50%;
	}
}

@media(max-width:450px){
	.customer img{
		max-width:100%;
	}
}

.pic-content{
	margin-top: 8%;
}

.customer-info{
	/* padding-top: 20px; */
	font-size: 16px;
	border-right: 2px solid;
	margin-top: 35px;
}


.customer-description p{
	font-size: 15px;
	font-weight: normal;
	line-height: 2;
	/* margin-left: 20px; */
}

.customer-description h5{
	font-size:20px;
}

.customer-description{
	/* padding-left:100px; */
}

.subpage-section{
	margin-bottom:30px;
}

.customer-class{
	/* margin: 40px 0px; */
}

.customer-class-title{
	margin: 40px 0px;
}

@media(max-width:400px){
	.customer-class-title h3{
		font-size:20px;
	}
}

.video-title{
	text-align:center;
	/* margin:100px 0 30px 0; */
}

.intro{
	text-align: center;
	/* margin: 0px 0 60px 0; */
}

.intro-image{
	    max-width: 100px;
	    border-radius: 50%;
	    display: inline-block;
	    /* padding-top: 10%; */
}


.organise, .educate, .accountablity, .forward-thinking{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 15px;
    padding-top: 5%;
    height: 370px;
    margin-top:10px;
}

.organise h3, .educate h3, .accountablity h3, .forward-thinking h3{
	font-size: 21px;
}

@media(max-width:1200px){
	.organise, .educate, .accountablity, .forward-thinking{
		height: 435px;
	}
}

@media(max-width:991px){
	.organise, .educate, .accountablity, .forward-thinking{
		height: 345px;
	}
}

@media(max-width:768px){
	.organise, .educate, .accountablity, .forward-thinking{
		height: 350px;
	}
}

@media(max-width:450px){
	.organise, .educate, .accountablity, .forward-thinking{
		height: auto;
	}
}

.content_body{
	text-align:center;
}



#section-why > div > div > div.col-md-4.how-we-work-content{
	    padding-top: 5%;
}

.home-image{
	padding-top: 30px;
}

#main{
  padding: 2em 0;
}

#main.home-page{
  padding: 5em 0;
}


.footer-left-text{
	padding-top: 2%;
}

@media(max-width:1200px){
	.footer-left-text{
		/* padding-top:10%; */
	}
}

@media(max-width:991px){
	.footer-left-text{
		/* padding-top:0; */
	}
}

.customer-description li{
	line-height: 1.8;
	font-size: 15px;
	margin-left: -17px;
}

#footer-social img{
	max-height:45px;
}

@media(max-width:500px){
	.carousel-caption{
		left:5%;
		right:5%;
	}
}



ul.pagination {
  clear:both;
  position: relative;
  width: 100%;
  text-align: right;
}
ul.pagination>li{
    background-color: #eeeeee;
    color: #707070;
    padding: 10px 20px 10px 25px;
    margin-top: 5px;
    margin-left: 5px;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
    -moz-transition-property: color,background-color,border-color;
    -o-transition-property: color,background-color,border-color;
    -webkit-transition-property: color,background-color,border-color;
    transition-property: color,background-color,border-color;
    display: inline-block;
}
ul.pagination>li:before {
  content: "";
}

ul.pagination>li.cur{
    background-color: #f58426;
    color:#fff;
}

ul.pagination>li:hover{
    cursor:pointer;
    background-color: #f58426;
    color:#fff;
}

ul.pagination>li:click{
    background-color:#e0e0e0;
}

@media (max-width: 767px) {
  ul.pagination {
    text-align: left;
  }
  ul.pagination>li{
    margin-left: 0px;
    margin-right: 5px;
  }
}

.flex-row {
    display: flex;
    justify-content: center;
}


@media(max-width:991px){
	.about-us .flex-row{
		display:block;
	}
}



.about-us-card{
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    height: 360px;
}

.about-us-card-image{
	height: 200px;
    background-size: cover;
}

.about-us-card-btn{
	border-color: #ec8a17;
    color: #fff;
    background-color: #ec8a17;
    position: relative;
    bottom: 0px;
}

.about-us-card-info{
	position:relative;
}

.container.calculators h3{
	text-align:center;
}

.video-person-name{
	color:#ec8a17;
}

.video-card{
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	height: 322px;
}

@media(max-width:991px){
	.video-card{
		height:350px
	}
}

@media(max-width:767px){
	.video-card{
		height:auto;
		margin-bottom:25px;
	}
}