html, body{
    min-height:100%;
}
body{
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Roboto';
    font-family: 'Lato', sans-serif;
}


a, body, h1, h2, h3, h4, h5, h6, html {
/*     font-family: 'Fira Sans', sans-serif; */
    font-family:'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 15px 0;
}

h2, h3 {
    font-weight: 400 !important;
    font-style: normal;
}

h5 {
    font-size: 16px;
}

a, h5 {
    font-style: normal;
}

a, a:focus {
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    color: #004890;
    text-decoration: none;
    outline: 0 !important;
}

.main-wrapper, body, html {
    padding: 0;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}


.row-fluid .span3 {
    height: 390px;
}

.row-fluid .position_relative {
    padding-top: 10px;
    padding-bottom: 10px;
}

.position_relative {
    position: relative;
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px){
.container {
    width: 100%;
    }
}


.toppadding{
    padding-top: 165px;

}

@media(max-width:1200px){
    .toppadding{
        padding-top: 190px;
    }
}


@media(max-width:991px){
    .toppadding{
        padding-top: 120px;
    }
}

@media(max-width:350px){
    .toppadding{
        padding-top: 175px;
    }
}

#bottombanner{
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width: 1024px){
    #bottombanner{
        background-attachment: initial;
            }
}

#bottombanner .bottom_content{
    background: rgba(1,1,1,0.5);
    padding-bottom: 120px;
    padding-top: 120px;
}

#bottombanner a{
    font-size:30px;
    padding-bottom: 15px;
}

#bottombanner .col-sm-4{
text-align: center;
}

#bottombanner .fa{
 font-size: 80px;
}

.desktopMainNav ul.navItems>li:hover>ul, .desktopMainNav ul.navItems>li:hover>ul:hover {
    display: block;
}

.desktopMainNav ul.navItems {
    list-style-type: none;
    padding-left: 0px;
}

.desktopMainNav ul.navItems>li a {
    display: block;
    padding: 20px;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0;
}


.desktopMainNav 
ul.navItems>#homeIconFixed {
    padding:0 20px !impoartant;
}

.desktopMainNav ul.navItems>li {
    float: left;
    border-right: 0px solid #5d6b6b;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.desktopMainNav ul.navItems ul.dropDown {
    position: absolute;
    z-index: 30;
    top: 60px;
    left: 0;
    list-style-type: none;
    padding-left: 0;
    width: 310px !important;
    display: none;
    border: 1px solid #ddd;
    /* border-top: none; */
}

li, ul {
    list-style: none;
}

#menu {
    pading:0 4px;
    background-color:#333;
    z-index:999;
}


div#menu {
    background-color: #009a3d !important;
}

.menu-active {
    background-color: #009a3d !important;
}
.home_h1 a{
    color:#f5901e;
}
.home_h1 a:hover{
    color:#6295ca;
}

#myCarousel .title h4 { 
    font-size: 1.6em; 
    color: #fff;
    padding: 10px 20px;
    text-shadow: none;
    letter-spacing: -1px;
    /*font-family: 'Fira Mono', monospace;*/
    font-weight: 900;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    text-align: center;
    height: 68px;
}

@media (min-width: 992px) {
.carouselLeft{
    left: -25px !important;
    top: -42px !important;
}

.carouselRight{
    top: -42px !important;
    right: -25px !important;
}

}

/**
.carousel_wrapper {
    padding-bottom: 0 !important;
    width: 100% !important;
}
**/
.carousel_wrapper container{
    width: 100%;
}

#header{
    width: 100%;
    position:fixed;
    z-index: 99;
}

#banner {
left: 0px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 0;
    width: 100%;
    height: 350px;
    margin: 0;
    background-size: cover;
    background-color: #fff;
    background-attachment: fixed;
    background-size: 1920px auto;
    background-position-y: 165px;
    background-clip: padding-box;
    background-origin: padding-box;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position-x: center;
}


@media (max-width: 1200px) {
   #banner {
       height: 395px;
   } 
}


@media (max-width: 350px) {
   #banner {
       height: 450px;
   } 
}


@media (max-width: 991px) {
    #banner{
        background-position-y: 105px;
    }

    .vertical-center {
        height: auto !important;
    }
    .carousel{
        margin-top: 25px !important;
    }
    #tool_bar {
        display: none;
    }
  
    
    
    .social_media_team {
       /** display: none; **/
    }
    .banner-title{
    position: static !important;
    width: 100% !important;
    
       
        
    }
}

/** social icons **/

.social_sharing h4 {
    margin: 0px;
}


#preFooter {
    height: 80px;
/**    margin-top: 20px;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    **/
}

.social_sharing a .fa-stack {
    font-size: 1.3em;
    color: #004890 !important;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
/**
.social_sharing a:hover .fa-stack {
    font-size: 1.5em;
}
.social_sharing a:hover .fa-circle {
    text-shadow: 6px 6px grey;
}
**/
.social_sharing .col-md-1 {
  width: 5%;
}

.social_sharing .col-xs-1 {
  width: 40px; 
}

.social_sharing .offset-right {
  margin-right: 20px;
}

#footer a, #bottombanner a{
    color: #ffffff;
}


#footer {
    background-color: #333;
    color: white;
}

#footer .footer_text p {
    color: #dbdbdb;
    font-size: 10px !important;
}


#footer .content_body h4{
    color:#82ccfa;
}

/** side menu **/

/** side practice name **/

.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    margin: 0;
    background: #fff;
    z-index: 99;
}
@media(max-width: 1199px) and (min-width: 992px){
    .navbar > .container{
        width: 100%;
        padding: 0;
    }
}

.navbar .navbar-header {
    float: left;
}

.navbar-brand, .navbar-brand:focus, .navbar-brand:hover {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    padding: 15px;
}

.navbar .navbar-brand {
    height: inherit;
    padding: 0 0 0 8px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0 !important;
}

.navbar .container .row {
    margin: 0;
}

.navmenu-default .navmenu-brand, .navbar-default .navbar-offcanvas .navmenu-brand {
    color: #FFF;
}

.navmenu-default .navmenu-brand:hover, .navbar-default .navbar-offcanvas .navmenu-brand:hover, .navmenu-default .navmenu-brand:focus, .navbar-default .navbar-offcanvas .navmenu-brand:focus {
    background-color: transparent;
}

@media screen and (max-width: 991px){
    .navbar .navbar-brand {
        height: inherit;
        padding: 0px;
    }
}


/** side bar **/

.navmenu-default, .navbar-default .navbar-offcanvas {
    background-color: #333 !important;
    border-color: #C3C1C1 !important;
}

.navmenu-default .navmenu-nav>li>a, .navbar-default .navbar-offcanvas .navmenu-nav>li>a {
    color: #FFF !important;
}

.navmenu-default .navmenu-nav>.dropdown>a .caret, .navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a .caret {
    border-top-color: #FFF !important;
    border-bottom-color: #FFF !important;
}

@media (max-width: 991px) and (min-width: 768px){
    .navbar-nav>li {
        width: 100%;
    }
}

.navmenu ul.nav > li.active > a{
    background-color: #f4f4f4;
    color: #333333;
}

ul.nav{
    margin: 0px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #004890;
}

/** side select **/

.navmenu-default .navmenu-nav>.active>a, .navbar-default .navbar-offcanvas .navmenu-nav>.active>a, .navmenu-default .navmenu-nav>.active>a:hover, .navbar-default .navbar-offcanvas .navmenu-nav>.active>a:hover, .navmenu-default .navmenu-nav>.active>a:focus, .navbar-default .navbar-offcanvas .navmenu-nav>.active>a:focus {
    color: #555;
    background-color: #004890;
}

/** side drop down **/
.navmenu-default .navmenu-nav.dropdown-menu, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
    background-color: #777;
}


.navmenu-default .navmenu-nav>.open>a, .navbar-default .navbar-offcanvas .navmenu-nav>.open>a, .navmenu-default .navmenu-nav>.open>a:hover, .navbar-default .navbar-offcanvas .navmenu-nav>.open>a:hover, .navmenu-default .navmenu-nav>.open>a:focus, .navbar-default .navbar-offcanvas .navmenu-nav>.open>a:focus {
    background-color: #004890;
}

/** side bar hover **/
.navmenu-default .navmenu-nav>li>a:hover, .navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover, .navmenu-default .navmenu-nav>li>a:focus, .navbar-default .navbar-offcanvas .navmenu-nav>li>a:focus {
    color: #777 !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-image: none !important;
   /** background-color: #5D87A1 !important; **/
    background-color: none !important;
    color: #000 !important;
}

/** responsive logo and company name**/
.logoimg {
    max-width: 160px;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    border: 0;
}

.companyname {
    display: inline;
}

@media (max-width: 1199px) {
    .logoimg {
        max-width: 200px;
    }
    .header-block-area > i.header-block-icon{
        display: none;
    }
}
@media (max-width: 991px) {
    .logoimg {
        max-width: 180px !important;
    }
    
    .companyname {
        display: none;
    }
    
    .hiddenImg {
        display: none;
    }
    
    .social_sharing .col-xs-1 {
        width: 40px; 
    }
    
    /**
    .social_sharing a:hover .fa-stack {
        font-size: 1.4em;
    }
    **/


}

@media (max-width: 991px) {
    .logoimg {
        max-width: 140px !important;
    }
}

/** @media (max-width: 1370px) {
    #myCarouselSection1 .carousel_container img {
        width: 100%;
        height: 100% !important;
        margin-top: 20px;
    }
}

**/

#howwework h3 {
    margin-bottom: 0px !important;
}



/** SUB PAGES **/

/** BANNER **/

.subpage_banner {
    height: 250px;
}

.subpage_banner .banner_content {
    top: 40%;
    margin-left: 15px;
    color: white;
    display: block;
    font-weight: 100;
    text-shadow: 0 1px 1px #333333;
    vertical-align: middle;
}

.subpage_banner .banner_content .title{
    padding: 0px 15px;
    color: #FFFFFF;
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 1.3;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-weight: 800;
    display: table;
    background-color: rgba(0, 72, 144, 0.56);
}

@media (max-width: 400px){
    .subpage_banner .banner_content .title{
        font-size: 28px;
        margin-top: 100px;
}
}

.subpage_banner .banner_content .content{
    display: table;
    font-size: 35px;
    background-color: rgba(1, 1, 1, 0.15);
    margin-top: 20px;
    padding: 0px 15px;
}

@media (max-width: 992px) {
    .banner_content {
        width: 90% !important;
        position: relative !important;
        font-size: 35px !important;
    }

}

.banner_content {
    width: 55%;
}

.banner_content {
    position: absolute;
    top: 15%;
    font-size: 44px;
}


/* Tool Bar */
#tool_bar {
    width: 260px;
    height: 100%;
    padding: 0;
    margin-top: 10px;
    margin: 0 auto;
}

.btn_services {
    display: block;
    position: relative;
    float: left;
    clear: both;
}

    .btn_services ul {
        display: table;
        margin: 20px 0 20px 20px;
        height: auto;
    }

        .btn_services ul li {
            display: table;
            margin: 0 0 12px 5px;
        }

#tool_bar .item {
    display: block;
    width: 240px;
    border: 1px solid #ddd;
    text-align: left;
    float: left;
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	background:#A0A0A0;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

#tool_bar .item:hover {
        border: 1px solid #ddd;
		background:!important;
		
    }
	
#tool_bar .item:hover a,.item:hover a.side-link{
	    color:#fff;
	} 
	
#tool_bar .item a {
        width: 240px;
        height: 60px;
        float: left;
        font-weight: lighter;
        line-height: 1;
        vertical-align: middle;
        font-size: 18px;
        text-align: center;
    }
    a.side-link{padding:20px;width:auto!important; height:auto!important;}
    
/*****************************************
      Large content_body 
******************************************/

#section h1 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: lighter;
    text-align: center;
}

#section h1 + div {
    margin-top: 10px;
}

#section .content_body{
    padding-top: 50px;
    padding-bottom: 50px
}

.content_body label {
    font-size: 16px;
}

.content_body ul {
    margin-left: 0 !important;
}

.content_body div.address div {
    clear: none;
    float: left;
}

.content_body ul li {
    font-size: 18px;
    padding: 0 0 10px;
}

.content_body ul.floatleft {
    display: table;
}

.content_body ul.floatleft li {
    float: left;
}

.content_body p {
    padding-bottom: 15px;
    font-size: 18px;
}

.content_body h1, .content_body h2, .content_body h3, .content_body h4, .content_body h5 {
    color: #004890;
    font-weight: lighter;
    clear: both;
    text-align: center;
}

.content_body h4 a, .content_body h4 a:link, .content_body h4 a:visited, .content_body h4 a:active {
    text-decoration: none;
    font-weight: lighter;
}

.content_body h3 {
    color: #7E7E7E;
    font-size: 25px;

}

.content_body address {
    font-size: 0.8em;
}

.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.2em;
}

.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 p.large{
	
}

.content_body.large p.large{
	font-size: 1.7em;
}




.hidden {
    display: none;
}

/*****************************************
	Homepage newsletter section
******************************************/

.non-white {
    position: relative;
    text-align: center;
    background-color: transparent;
    color: #666;
    padding-top: 40px;
    padding-bottom: 40px;
}

.button_white {
    background: 0 0;
    color: #fff !important;
    padding: 15px 30px !important;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 16px !important;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 1.42857;
    cursor: pointer;
    text-transform: uppercase;
    /*font-family: 'PT Sans', sans-serif !important;*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/*****************************************
	Homepage about us section
******************************************/

.home_content {
    padding: 0 0 55px;
    text-align: center;
    color: black;
    margin-top: 45px;
}

.home_content .image_responsive_products img {
    width: 100%;
    display: block;
    height: auto;
}

@media (min-width: 992px){
.home_content .image_responsive_products img {
    max-height: 219px;
	}
}

.home_content h2, .home_content h3 {
    color: #666;
}


/*****************************************
	Homepage What we do section
******************************************/

.non-white h2 {
    color: #666 !important;
    font-size: 36px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    /*font-family: 'PT Sans', sans-serif !important;*/
    border-bottom: 2px #dddddd solid;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/*****************************************
	Homepage our team section
******************************************/

.sectiongreybg .non-white h2 {
    color: #fff !important;
}

.sectiongreybg .homecontent {
    margin-top: 40px;
}

.sectiongreybg .homecontent .team_member {
    margin-top: 20px;
}

.sectiongreybg .homecontent a, .sectiongreybg .homecontent a:hover {
    color: #fff;
}

.sectiongreybg .homecontent .short {
    color: #fff;
    margin-top: 10px;
}



/*****************************************
	Homepage testimonial section
******************************************/

.carousel {
    margin-top: 8px;
}

.carousel-indicators {
    display: none;
}

#myCarousel{
    height: 75vh;
}

/*****************************************
      Team Member
******************************************/
.team p {
    font-weight: 300;
}

.team h5 {
    text-align: left;
}

.team ul {
    text-align: left;
    font-size: 14px;
}

.team img {
    width: 100%;    
}


.team_member img {
    
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    border: 4px solid #c9c8c8;
    
}

/**
.team_member:hover img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}
**/


/** more details bottom **/
.team_member > a {
    margin-bottom: 30px;
    background: #00bcd4;
    padding: 5px;
    text-align: center;
    display: none;    /** block **/
    color: #fff!important;
}
.team_member > a:hover, .memberdetail a:hover, .short a:hover{
     text-decoration: underline;
}
.short a {
    background: #004890;
    
    margin: 0!important;
    text-align: left!important;
    width: auto!important;
}

@media(max-width: 992px){
    .short{
    margin-top:10px;
    padding-left: 0px;
    }
}

.memberdetail{
    padding:20px;
    background-color: #fff;
}

.memberprofile img{
    max-width: 250px;
    width: 100%;
     
}

.memberwrap{
    max-width: 1000px;
}

/*****************************************
      NEWS
******************************************/

/*  Blog CSS */
.post-area{padding-left:0px; padding-bottom:15px;}

.post-area, .post-title, .post-date, .post-content {display:inline-block;clear:both; height:100%;width: 100%;}
.post-title h4 a { color: #7E7E7E;} 
.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{margin:5px 0;font-size:10px;font-style: italic;}

.post-content{}

.month-blog {border:1px solid #dcdcdc; padding:10px;}
.month-blog h2{margin:0 0 10px 0;}

.preview-image{display:block;float:left;width:200px;height:180px;overflow:hidden; margin-right:20px;}

.preview-image img{width:auto; height:100%;}

.preview-content{display:block; width:auto;}
.post-title, .post-date {}
.post-link{margin-top:10px;}
.post-content a {color:#777;}

.og-share-wrap { margin-left:0px;width: 100%;}

.no-records{padding-bottom: 10px; font-style: italic;}

dt.error, dd.error{
   color:red;
}

.form-message{
	padding: 20px 10px 0;
	padding-left: 170px;
	font-size: 1.3em;
	font-weight: lighter;
	color: #999;
}

.two-col{
display:inline-block;
padding-bottom:15px;
}

.two-col .col-1, .two-col .col-2{
display:block;
float:left;
}
.two-col .col-1{
	width:220px;
	padding-right:20px;
        font-size:0.9em;
}
.two-col .col-2{
	width:420px;
}

.og-share-wrap
{
	display: inline-block;
	clear: both;
	height: 100%;
	padding: 10px;
	padding-left: 0px;
}

.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: 70%;
}


.og-share-content-title,
.og-share-content-description
{
	width: auto;
}

.og-share-content-title
{
	font-weight: bold;
	margin-bottom: 15px;
}

.og-share-content {
    /* width:400px; */
}

@media (max-width: 440px){
.og-share-content {
   width:auto; 
}
.og-share-content-title,
.og-share-content-description{
    line-height: 15px;
    font-size: 12px !important;
    font-weight: normal;
    /*font-family: Arial, sans-serif;*/
    width: auto;
}

}
.og-share-content input, .og-share-content textarea 
{
    width : 400px;
}


#map {
    width: 100%;
    height: 400px;
    clear: both;
}

/* CONTACT US */

#appointments {
    width: 100%;
    border: 2px solid #eee;
    margin-bottom: 20px;
    margin-top: 0;
}

#appointment_form {
    padding: 15px 15px 0px 76px;
    letter-spacing: -0.005em;
}

@media(max-width: 767px){
	#appointment_form {
		padding: 15px;
		letter-spacing: -0.005em;
	}	
}

#office_name {
    font-size: 16px;
    color: #f5901e;
}


/** our team **/
.team_detail {
    height: auto;
    position: relative;
    overflow: hidden;
}


.team_member:hover .social_media_team {
    visibility: visible;
    background: rgba(0, 0, 0, 0.39);
    /**
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    **/
}


.team_social {
    margin-top: 50%;
    margin-left: -24%;
}

.team_social > li > a {
    text-align: center;
    display: block;
    color: #fff!important;
}

.team_social > li > a:hover {
    text-decoration: underline;
}




.profile_intro {
    border-bottom: 2px solid #D89A0B;
    margin-top: 30px;
}

.profile_border {
    border-bottom: 1px solid #D89A0B;"
}

.profile_title {
    background-color: #004890;
    color: #fff;
    font-size: 3.4em;
    padding: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .profile_title {
        font-size: 2em;
    }
    #ob_window {
        width: 90% !important;
    }
    
}

/** profile detail image **/

#ob_window img {
    border: 4px solid #c9c8c8;
    margin-top: 10px;
}

@media (max-width: 991px) {
    #ob_window {
        width: 90% !important;
    }
    #ob_inline {
        width: auto !important;
    }
}

/* ===================================================== */
/*  Button Up										 */
/* ===================================================== */
.btntoTop {
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
 /**   opacity: 0; **/
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}
.btntoTop:before {
    content: "\f106";
    display: inline-block;
    vertical-align: middle;
    font: 20px 'FontAwesome';
    color: #FFFFFF;
}

/*.homeTop:before{
    margin-top: 10px;
}*/

.btntoTop:hover{
    opacity:0.6;
}

.desktopMainNav ul.navItems>li.active > a{
    /* border-bottom: 3px solid #f5901e; */
    /* outline: 3px solid #f5901e !important; */
    box-shadow: inset 0 -3px 0px 0px #f5901e;
}
.desktopMainNav ul.navItems>li.active{
    /* border-bottom: 5px solid #f5901e; */
}

.desktopMainNav ul.navItems>li a:focus{
    background-color: #f5901e;
}

.desktopMainNav {
    background: #004890 !important;
    z-index: 30;
    width: 100%;
}

.desktopMainNav .row {
    margin: 0;
}

.desktopMainNav ul.navItems {
    list-style-type: none;
    padding-left: 0px;
}

.desktopMainNav ul.navItems>li a {
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
    letter-spacing: 0;
    color: #fff;
}

.desktopMainNav ul.navItems ul.dropDown li {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    position: relative;
   background: #fff;
   border-bottom: 0px solid #394048;
}

.desktopMainNav ul.navItems ul.dropDown li:first-child {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.desktopMainNav ul.navItems ul.dropDown li>a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: normal !important;
    color: #afaa94;
}

.desktopMainNav ul.navItems ul.dropDown li.active>a {
    background-color: #f5901e;
    color: #fff;
}

/*==============================================================
    Color Scheme 
  ==============================================================*/


/* Form */

.content_body label {
    color: #f5901e;
}
  
/* Body text links */

#footer .content_body a:hover, #bottombanner .content_body a:hover, #footer .footer_text a:hover{
    color: #004890;
}

.aa a.active,  .short a {
    color: #ffffff;
}

/* Body heading */

.content_body h3 {
    color: #00162F;
}


/* Navbar */

.navmenu-default .navmenu-brand:hover, .navbar-default .navbar-offcanvas .navmenu-brand:hover,/* .navmenu-default .navmenu-brand:focus, .navbar-default .navbar-offcanvas .navmenu-brand:focus,*/
{   
    color: #00BCD4 !important;
}

.desktopMainNav ul.navItems>li:focus,.desktopMainNav ul.navItems>li:hover,
.navItems li a:hover{
   	background-color: #f5901e !important;
}
.desktopMainNav ul.navItems>li:hover a,
.desktopMainNav ul.navItems ul.dropDown li>a:hover{
    color: #fff;
}
/* Mobile navigation and side button */

.navmenu-default .navmenu-nav>li>a:hover, .navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover,/* .navmenu-default .navmenu-nav>li>a:focus, .navbar-default .navbar-offcanvas .navmenu-nav>li>a:focus,*/
#tool_bar .item:hover, .team_member > a,
.btntoTop{
    background-color: #004890 !important;
}

.social_sharing a:hover .fa-stack{
    color: #cccccc !important;
}

/* Team member hover */
/**
.social_media_team {
    background: rgba(0, 0, 0, 0.39);
}
**/

/* Homepage bar and heading*/    

.non-white h2, p.policy a:hover {
    color: #00BCD4;
}

/* Homepage Button*/
.button_gray {
    color: #00BCD4 !important;
    border: 1px solid #00BCD4;
}

span.button_gray:hover, .cc_div_border_green {
     background-color: #004890;
}

/* ==================================================
    End of Color Scheme
   ==================================================*/
   
.home_section3 {   
    width: 92%;
    margin: 40px auto 50px auto;
}

@media (min-width: 992px) {
    .home_section3 {   
        width: 70%;
    }
}


/** contact us form **/


#profile_detail p {
    padding-bottom: 15px;
}


#btnFWSubmit {
    display: block;
    width: 200px;
    /* height: 50px; */
    float: right;
    background: #f5901e;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 0px;
    border: none;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    /* padding: 0px; */
}

#btnFWSubmit:hover {
        background: #004890;
}

.content_body .control-label {
    font-weight: bold !important;
    font-size: 14px;
    float: left;
    padding: 5px 10px;
    clear: left;
    width: 15%;
   /** text-align: left; **/
    line-height: 30px;
    color: #333 !important;
}

#captcha {
    float:left !important;
}

@media (min-width: 768px) {
    .form-group .col-sm-offset-3 {
        margin-left: 15% !important;   
    }
}

.g-recaptcha {
    margin-top:10px;
}

@media screen and (max-width: 768px){
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: left;
        -webkit-transform-origin: left;
        float:left !important;
    }
    
    #btnFWSubmit {
        float:left;
    }
}

@media (max-width: 768px) {

    #appointments .helper_message {
        /*width: 100%;*/
    }
    #appointments {
        padding-left: 0px;
    }
    .panel-body {
        /*max-height: 260px !important;*/
    }
}

.helper_message {
    margin: 20px;
}

.homesectionbg {
    position: relative;
    width:100%;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    /**
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);
    **/
    padding: 30px;
}


@media(max-width: 1024px){
    .homesectionbg {
        background-attachment: initial;
    }
}

.homesectionbg .team_member:hover img {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

@media (max-width: 992px) {
    .homesectionbg{
       /** background-image: none !important;
        background-color: #333;
        **/    
        -webkit-filter: brightness(100%);
        -moz-filter: brightness(100%);
        -o-filter: brightness(100%);
        -ms-filter: brightness(100%);
    }
}

.homecontent {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.4em;
}

.sectiongreybg{
    background-color: rgba(0, 0, 0, 0.5);
    height:100%;
    width:100%;
}


.round-button-circle {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 50%;
	border: 2px solid #004890;
	overflow: hidden;
	background: #ffffff;
	-webkit-transition: all 0.5s; /* Safari */
	transition: all 0.5s;
}
.round-button-circle:hover {
	background: #004890;
	border: 2px solid #004890;
}
.round-button-circle .fa {
    display: block;
    float: left;
    width: 100%;
    padding-top: 53.5%;
    padding-bottom: 0;
    line-height: 1em;
    margin-top: -0.45em;
    text-align: center;
    color: #004890;
    font-size: 5.6em;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.round-button-circle .fa.heart{
    padding-top: 55%;
}
.round-button-circle .fa.bag{
    padding-top: 50%;
}

@media (max-width:480px){
    .round-button-circle .fa,
    .round-button-circle .fa.bag,
    .round-button-circle .fa.heart{
        font-size: 3.4em;
        padding-top: 65%;
    }
    .round-button-circle .fa.bag{
        padding-top: 50%;
    }
    .round-button-circle .fa.heart{
        padding-top: 65%;
    }
}
.round-button-circle:hover .fa{
	color: #fff;
}
.home-more-info form:active, .home-more-info form:focus, .home-more-info form:visited,
.home-more-info button:active, .home-more-info button:focus, .home-more-info button:visited {
    outline: none !important;
}
.home-more-info {
    margin-top:20px;
    margin-bottom: 20px;
}
.home-more-info h4 {
    font-size: 20px;
}
.sectioncontent {
    padding-bottom: 40px;
}


#footer {
  width: 100%;
  margin: 0 auto;
  background-color: #333333;
}

@media (max-width: 1090px) {
  #footer {
    padding-bottom: 55px;
  }
}

#footer{
  display: table;
  position: relative;
}

#footer .container {
  padding-top:20px;
  padding-bottom:20px;
}

.unbranded_footer {
    color: #82ccfa;
    font-weight:bold;
}

.gps-footerlogo {
    width: 90px;
    height: auto;
    padding-right: 5px;
    margin-bottom:5px;
}

.navbar {
    border-bottom: none;
}

.home_h1{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
    font-weight: 900;
    color: #004890;
}

.home_content h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

#carousel{
    color:#fff;
}

.carousel-inner{
    font-size: 20px;
}

.non-white p {
    text-align: center;
}

.home-more-info-title {
    height: 50px;
}

.button_white:focus, .button_white:hover {
    background: #cccccc;
    border: 1px solid #cccccc;
}

.team_member{
    margin-bottom: 25px;
    
    padding-bottom: 25px;
    position: relative;
    overflow: hidden;
   
}

@media(min-width: 768px){
    .row-fluid .youtube-border {
        border: 10px #f5901e solid;
        border-radius: 5px;
        padding: 0;
    }
}

.team_member:hover .hover-overlay {
    visibility: visible;
    background: rgba(0, 0, 0, 0.39);
}

.social_media_team {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transform: rotate(45deg) scale(0,2);
    -moz-transform: rotate(45deg) scale(0,2);
    -ms-transform: rotate(45deg) scale(0,2);
    -o-transform: rotate(45deg) scale(0,2);
    transform: rotate(45deg) scale(0,2);
    ms-transform: rotate(45deg) scale(0,2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

.team_detail:hover .social_media_team{
    background: rgba(0,0,0,.4);
    -webkit-transform: rotate(45deg) scale(2,2.5);
    -moz-transform: rotate(45deg) scale(2,2.5);
    -ms-transform: rotate(45deg) scale(2,2.5);
    -o-transform: rotate(45deg) scale(2,2.5);
    transform: rotate(45deg) scale(2,2.5);
}
.button_custom{
    margin-top: 40px;
}

@media (min-width: 992px){
    .button_custom{
        margin-top:20px;    
    }
}

.homepage_h1, .homepage_h3{
    color:#fff;
}

.homepage_h3_2{
    color: #afaa94;
}

.button_brown {
    background: 0 0;
    color: #afaa94 !important;
    padding: 15px 30px !important;
    border: 1px solid #afaa94;
    border-radius: 4px;
    font-size: 20px !important;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 1.42857;
    cursor: pointer;
    /* text-transform: uppercase; */
    /*font-family: 'Fira Sans', sans-serif; !important*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.button_brown:hover{
    background: #00BCD4;
    color: #fff !important;
}

.button_brown:focus, .button_brown:hover {
    background: #cccccc;
    border: 1px solid #cccccc;
}

.team_detail, .team_member{
    padding-left: 0px;
}

.team_member_link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}

.button_team {
    background: 0 0;
    color: #ffffff;
    padding: 10px 10px !important;
    border: 1px solid #004890;
    border-radius: 4px;
    font-size: 16px !important;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 1.42857;
    cursor: pointer;
    text-transform: uppercase;
    /*font-family: 'Fira Sans', sans-serif; !important*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.button_team:hover{
    background: #00BCD4;
    color: #004890 !important;
}

.button_team:focus, .button_team:hover {
    background: #ffffff;
    border: 1px solid #004890;
    color: #004890;
}

.button_wrap{
    margin-top:30px;
}

h5{
    color: #004890;
}

.border_bottom{
    border-bottom: 2px solid #004890;
}

#footer .content_body .control-label {
    width: 25%;
    color: #fff !important;
}


a {
        color: #3b5998;
}

.content_body a {
        color: #58a9d9;
}

#bottombanner a:hover{
    color: #f5901e;
}

.form-control:focus {
    border-color: #004890;
}

.camera_wrap a{
    color: #ffffff;
}

a:hover{
    color: #004890;
}

input.gsc-search-button.gsc-search-button-v2 {
    margin-top: 0px;
    border-radius: 0px;
    width: 69px;
    height: 25px;
    outline: none;
}
input.gsc-input {
    color: #000;
    font-size: 11px;
}

.gsib_a{
    padding: 0px !important;
}

.gsc-control-cse{
    border-color: transparent !important;
    background-color: transparent !important;
}

.gsc-control-cse {
    padding-left: 0px !important;
}

#footer p{
    margin-bottom: 0px;
}

#footer{
    /*background-image: url(//canvas3.ytml.com.au/App_Asset/Private/PhysicalFiles/f6f7a71d-dbe2-478c-95cd-b24c5edf9050.jpg);*/
    background-position: center;
}
table.gsc-search-box td {
    vertical-align: top !important;
}

.at-resp-share-element.at-mobile .at4-share-count-container, .at-resp-share-element.at-mobile .at-label {
    display: block !important;
}

.at-style-responsive .at-share-btn {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
}

@media (max-width: 437px){
 .at-style-responsive .at-share-btn {
    max-width: none;
    min-width: 45px;
    }
 .at-resp-share-element.at-mobile .at4-share-count-container, .at-resp-share-element.at-mobile .at-label {
    display: none !important;
    }
}

#section .content_body ul li:before {
    font-size: 2.0125rem;
    content: "\2022";
    position: relative;
    top: 2px;
    left: -22px;
    font-weight: bold;
    color: #004890;
    line-height: 1;
}

/** === others === **/
.fadeInUp{
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
}

#banner .container{
   opacity: 0;
}

table th{width: 10%;}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border: none;
}

#ob_close {
    right: 0;
    left: auto;
    color: #fff;
}

.form-control{
    border-radius: 0px;
}
input[type=number], input[type=tel], input[type=text], select, textarea{
    border-radius: 0px;
}

.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: #004890;
    background: #fff;
    font-size: 2.5em;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.line {
    border-bottom: 2px solid #004890;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}
.sub_line{
    padding-top:20px;
    padding-bottom:20px;
}

#home_team img{
    width:100%;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f4f4f4;
}
.testimonial_carousel{
    margin-bottom:0px;
}

.testimonial_carousel{
    margin-bottom:0px;
    text-align: center;
    padding-top: 20px;
    height: 200px;
    padding: 20px 0;
    align-items: center;
    display: flex;
}

@media(max-width: 539px){
    .testimonial_carousel{
        height: 250px;
    }
}

@media (max-width: 767px){
    a.navbar-brand {
        float:right;
    }
}


.testimonial_carousel em{
    color:#f5901e;
}

.animateOnce{
  -webkit-animation: zoomIn 0.5s normal forwards; 
  -moz-animation:    zoomIn 0.5s normal forwards;
  -o-animation:      zoomIn 0.5s normal forwards;
}

@media (max-width: 473px){
#footer > div > div.row.footer_text > div.col-md-4 > p{
    text-align: left !important;
    }
}

.content_body ul.floatleft li:nth-child(2), .content_body ul.floatleft li:nth-child(3) {
    margin-left: 50px;
}

@media (max-width: 922px) and (min-width: 400px){
    #banner > .container{
    margin-top: 100px;
    width:auto;
    }
}

.camera_caption > div {
    background: transparent;
}

.animatedelay{
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
}

.animatedelay2{
    -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
    animation-delay: 2s;
}

.animatedelay3{
    -webkit-animation-delay: 3s; /* Chrome, Safari, Opera */
    animation-delay: 3s;
}

.fadeInLeft > p, .fadeInRight > p{
    text-align: left;
}




.banner_button {
    /* background: #004890 !important; */
    color: #ffffff;
    padding: 15px 30px;
    /* border: 1px solid #fff; */
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 1.42857;
    cursor: pointer;
    /* text-transform: uppercase; */
    /*font-family: 'Fira Sans', sans-serif !important;*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /* float: left; */
    background-color: #f5901e;
    box-shadow: 0 3px 54px 0 rgba(15, 45, 72, 1);
    display: inline-block;
}

@media(max-width:420px){
    .banner_button {
        font-size:13px;
    }
}

.banner_button:focus, .banner_button:hover {
    background: #ffffff;
}


.banner_button:hover {
    background-color: #935612;
    color: #fff;
}

.camera_caption {
/*     padding-bottom: 50px; */
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.animated > p {
    color: #fff;
    display: table;
    padding: 0 20px;
    background-color: rgba(0, 72, 144, 0.46);
    font-weight: 600;
}

@media (max-width: 767px){
    .camera_caption {
        display:none;    
    }
}

@media (max-width: 430px){
    .h4, h4{
        font-size:15px;    
    }
}

@media (max-width: 991px){
    #home_team img{
        width:70%;
        margin:auto;
    }
   
}

@media (max-width: 991px) and (min-width: 520px){
    .home-more-info {
    width: 70%;
    margin-left: 12%;
    margin-right: auto;
    }

}

@media (min-width: 768px){
    .submit_btn{
    margin-left:25%;
    
    }
}

#formWidgetSubmitResultText{
    font=weight: 600;
    color: #44d649;
}

@media (max-width: 767px)
.row, .thumbnails {
    margin-left: -15px;
}

@media (max-width: 767px){
.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #FFF !important;
    }
}

@media (max-width: 455px){
    .camera_caption > div{
        display:none;
    }

}

.blueclr, .panel-group .panel-title>a.collapsed, .panel-group .panel-title>a{
    background: #004890;
}

.panel-group .panel-body {
    padding: 10px 10px 0;
    background-color: #f5f5f5;
}

.panel-group .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.panel-group .panel-heading {
    padding: 0;
    border-radius: 0;
}

.panel-group .panel-title>a {
    /*font-family: 'PT Sans', sans-serif !important;*/
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 8px 10px;
}

.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    -webkit-transition:all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;     
}

.collapsed.accordion-toggle:after {    
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);   
    
}


/****************************************************\
     			Pagination
\****************************************************/

ul.pagination {
  clear:both;
  position: relative;
  width: 100%;
  text-align: right;
  padding: 0 8px !important;
}
ul.pagination>li{
    color: #DBDBDB;
    font-weight:bold;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
}
#section ul.pagination>li:before {
    content:"";
    display: inline-block;
    width: 20px;
}

ul.pagination>li.cur{
    color: #004890;
}

ul.pagination>li:hover{
    cursor:pointer;
}
ul.pagination>li:hover{
    color: #004890;
}

i .prev, i .next{
  color: #004890;
  font-weight:bold;
  
}


@media (max-width: 767px) {
  ul.pagination {
    text-align: left;
  }
}

.social_sharing{
    margin-top: 25px;
    margin-bottom: 51px;
}

#home_li ul > li > p:before {
    font-size: 2.0125rem;
    content: "\2713";
    position: relative;
    top: 2px;
    left: -18px;
    font-weight: bold;
    color: #004890;
    line-height: 1;
}

.BG0 > p{
    text-align: left;
    font-size: 16px;
}

div.navmenu ul.nav > li:nth-child(3) > a{
    /* pointer-events: none; */
}

.desktopMainNav ul.navItems > li:nth-child(3) > a, ul.navmenu-nav > li:nth-child(3) > a {
    /* pointer-events:none; */
}

.desktopMainNav ul.navItems > li:nth-child(2), ul.navItems > li:nth-child(3){
    cursor: default;
}


/****************************************************\
         orangebox (video)
\****************************************************/

#ob_container #ob_content {
  height: auto !important;
  width: auto !important;
  border: none;
}

#ob_container #ob_float {
  margin-bottom: -221px !important;
}

#ob_container #ob_close {
  height: auto;
  right: 0;
  left: auto;
  top: -21px;
  width: auto;
  color: #fff;
}

#ob_container #ob_window {
  padding: 0;
  max-width: 640px !important;
  width: 100% !important;
}

#ob_container #ob_video {
  width: 100% !important;
  height: 100% !important;
}

.video_wrapper{
    position:absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.banner_fix{
    background-color: #004890 !important;
}
.single_line{
    border-bottom: 2px solid #004890;
    margin-bottom: 25px;
    padding-bottom: 10px;
    clear: both;
    height: 0;
}

/*******************************************
            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: #004890;
	font-size: 18px;
}

.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: #004890;
	padding: 0.44em 2.5em;
	font-size: 14px;
	border-radius: 0;
	background-image: none;
	height: 34px;
}

.navbar-form .search-btn span{
	color: #fff;
}

.navbar-form input{
	border-radius: 0;
}

.navbar-form input:focus{
	border-color: #004890;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(32, 52, 139, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(32, 52, 139, 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: #ffffff;
}

#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: #004890;
	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: #004890;
}

.results-wrapper-overlay ul.pagination>li:hover{
    cursor:pointer;
}
.results-wrapper-overlay ul.pagination>li:hover{
    color: #004890;
}

.results-wrapper-overlay ul.pagination>li{
	display: inline;
}

.results-wrapper-overlay ul.pagination .prev, .results-wrapper-overlay ul.pagination .next{
    color: #004890;
}

ul li.search-item{
	margin-left: 0;
}

.navbar-form{
    padding-left: 2px;
    padding-right: 2px;
    box-shadow: none;
    margin-left: 0;
}

/*****************
    22/11/17 fix
******************/

.video_link{
    width: 100%;
    display: block;
    height: 220px;
    text-align: center;
}


.video_link i{
    transition: all 0.3s;
    color: #f5901e;
}

.video_link:hover i{
    font-size: 1.5em;
    border: none;
    outline: none;
}


.video {
    background-size: cover;
    background-position-y: center;
    width: 100%;
    height: 100%;
}

.video_link .play-button{
    font-size: 5em;
    position: absolute;
    color: #fff;
    display: inline-block;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}


@media(max-width: 767px){
    .video_link{
        width: 100%;
        display: inline-block;
        height: 400px;
        text-align: center;
    }
}

.lity-inline .lity-container {
  overflow: visible;
}

@media(max-width: 991px){
    .lity-inline .lity-close {
        background-color: rgba(0, 0, 0, 0.6);
    }
}

.cheatsheet-section .banner_button{
    /* float:none; */
}

.new_section_button {
    background: #f5901e !important;
    color: #ffffff !important;
    padding: 15px 30px !important;
    border: 1px solid #f5901e;
    border-radius: 4px;
    font-size: 20px !important;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 1.42857;
    cursor: pointer;
    /* text-transform: uppercase; */
    /*font-family: 'Lato', sans-serif;*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    float: left;
    width:100%;
    border:1px solid #f5901e;
}

.new_section_button:hover{
    background: #fff !important;
    color: #f5901e !important;
    border:1px solid #f5901e;
}


.story-section-images{
    padding-top:5%;
}

.story-section .section-lg-row, .webtraining-section .section-lg-row{
    display:table-row;
}

@media(max-width:990px){
    .section-lg-row{
        display:none!important;
    }
}

@media(min-width:991px){
    .section-sm-row{
        display:none;
    }
}



.story-section .award-row{
    display:block;
}

.col-left, .col-right {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}


.number-border {
    font-size: 52px;
    line-height: 58px;
    display: block;
    width: 60px;
    height: 60px;
    background: #f5901e;
    text-align: center;
    border-radius: 8%;
    color: white;
    margin: 0 auto 15px;
}


.value-panel{
    /* border: 2px solid #004890; */
    height: 180px;
    border-radius: 20px;
    padding: 15px 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    /* padding-top: 15px; */
    margin: 10px 2px;
}

.value-panel p{
    font-size:14px;
}

@media(max-width:1199px){
    .value-panel{
        height: 200px;
    }
}

.value-panel .fa, .value-panel strong{
    color:#004890;
}

.about-us-section-row{
    text-align:center;
}

.about-us-section-row .banner_button{
    float:none;
}

.one-line-text-image{
    display:inline-flex;
}


@media(max-width:640px){
    .one-line-text-image img{
        display:none;
    }
}


/*story timeline*/
/* Media Queries */
/* Card sizing */
/* Colors */
/* Calculations */
/* Placeholders */
@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 4;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 5;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 6;
}

/* Border Box */
* {
  box-sizing: border-box;
}


/****************************************************\
				time line
\****************************************************/

#timeline .timeline-item:after,
#timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

#timeline p{
    font-size:16px;
}

#timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 2em;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#timeline:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #E0E0E1;
  left: 50%;
  top: 0;
  position: absolute;
}
#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#timeline .timeline-item {
  position: relative;
  padding: 0 1em;
  text-align: center;
}
#timeline .timeline-item .timeline-icon {
  background: #ffffff;
  border: 2px solid #E6E6E7;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -10px;
  left: 50%;
  overflow: hidden;
  margin-left: -11.5px;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display:flex;
}
#timeline .timeline-item .timeline-icon:nth-child(3){
	top: initial;
	bottom: -13px;
}
#timeline .timeline-item .timeline-icon .fa-circle{
	color: #004890;
}
#timeline .timeline-item .timeline-content {
  width: 47%;
  min-height: 150px;
  background: #fff;
  padding: 1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* border: 1px solid #001e41; */
}
#timeline .timeline-item:nth-child(even) .timeline-content {
	float:right;
}
#timeline .timeline-item .timeline-content h5{
	margin-top:0;
	font-weight: 500;
	text-transform: uppercase;
	text-align: left;
}
#timeline .timeline-item .timeline-content p{
	font-weight:lighter;
}
#timeline .timeline-item .timeline-content.right {
  float: right;
}
#timeline .timeline-item .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #ee4d4d;
}



@media screen and (max-width: 768px) {
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    /* float: left; */
    margin: 0.5em;
    margin-left: auto;
    margin-right:  auto;
  }
  #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #ee4d4d;
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
  #timeline .timeline-item:nth-child(even) .timeline-content {
	float: none;
	}
}


.timeline-item img{
    max-height: 270px;
    max-width: 300px;
    display: inline-block;
}

@media(max-width:440px){
    .timeline-item img{
        max-height: 220px;
        max-width: 200px;
    }
}


.timeline-content em{
    color:#f5901e;
}


/****************************************************\
				seven process end
\****************************************************/

.meet-our-team-row-1{
    background-color:#f5f5f5;
    padding-top:20px;
    padding-bottom:20px;
}

.meet-our-team-row-1 .subpage-circle .fa{
    background:#f5f5f5;
}

.meet-our-team-row-5{
    background-color:#fff;
    padding-top:20px;
    padding-bottom:20px;
}

.meet-our-team-row-1 h1, .meet-our-team-row-5 h1{
    color:#0054a6!important;
}

.meet-our-team-row-2{
    text-align:center;
}

.meet-our-team-row-2 em{
    color:#0054a6;
}

.meet-our-team-row-2 strong{
    font-weight: 900!important;
    font-size:30px;
}

.meet-our-team-row-3, .meet-our-team-row-4, .meet-our-team-row-6{
    font-size:18px;
    line-height:1.7
}

blockquote {
    background-repeat: no-repeat;
    background-position: 20px 24px;
    font-size: 18px;
    font-style: italic;
    background-image: url(https://canvas3.ytml.com.au/App_Asset/Private/PhysicalFiles/b96e5731-08ac-4c01-8410-3799f2faa657/quote-small.png);
    background-size: 24px 20px;
    padding: 20px 20px 30px 60px;
    border-bottom-width: 1px;
    /* border-top-width: 1px; */
    border-style: solid;
    margin-bottom: 20px;
    /* margin-top: 20px; */
    border-left: none;
    border-right: none;
    border-color: #e5e5e5;
    border-top: none;
}

blockquote, q{
    quotes:none;
}

.meet-our-team-row-4,
.meet-our-team-row-6{
    padding:40px
}

.meet-our-team-row-4 img,
.meet-our-team-row-6 img{
    display:inline;
}

.meet-our-team-row-4 h4,
.meet-our-team-row-6 h4{
    color:#0054a6;
    margin-top: 0;
}

.meet-our-team-row-5{
    font-size:18px;
}

.meet-our-team-row-5 h1, .meet-our-team-row-1 h1{
    text-align:center;
}

#cheatsheet-subcribe-form{
    padding: 30px;
    margin-bottom: 45px;
}

#cheatsheet-subcribe-form h2{
    color:#004890;
}

#cheatsheet-subcribe-form label{
    color:#004890;
}

#cheatsheet-subcribe-form #btnFWSubmit{
    width:100%;
    border: border:1px solid #f5901e;
    border: 1px solid #f5901e;
}

#myModal{
    background-color:rgba(0,0,0,0.4);
}

.close{
    color:#fff;
}

.modal-open .navbar{
  margin-right: 0px;
}

body.modal-open{
	margin-right: 0px;
	padding-right:0px!important;
}

.modal-open{
    overflow-y: scroll !important;
}

.modal-header{
    background-color: #004890;
    color:#fff;
}

.content_body h3{
    color:#f5901e;
    text-align:center;
}

.content_body .timeline-content h3{
    /* text-align:left; */
    font-style:italic;
}

.testimonial_banner{
    height:350px;
}

@media(max-width:700px){
    .testimonial_banner{
        height:450px;
    }

    .testimonial_carousel{
        padding-top:65px;
    }
}


@media(max-width:480px){
    .testimonial_banner{
        height:600px;
    }

    .testimonial_carousel{
        padding-top:200px;
    }
}



/***banner test***/
/****************************************************\
						banner
\****************************************************/

@media screen and (max-width: 1680px){

    #banner-home {
        padding: 10em 0 18em 0;
    }
}

#banner-home, .section_banner{
    background-attachment: fixed;
    background-color: #666;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 0;
    position:  relative;
}

@media(max-width: 768px) {
    #banner-home, .section_banner {
        background-attachment: scroll;
    }
}

#banner-home{
	height: 65vh;
	text-transform: uppercase;
}

#banner-home > .container > div.banner_text{
	margin-top: 2em;
	text-align: center;
}

.overlay{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(7, 4, 0, 0.2);
	z-index: 1;
}


#sets .overlay-blue{
  background-color: rgba(0, 30, 65, 0.83);
}

.section_banner p, .white_section p{
	font-size: 1.25em;
}

.section_banner p:nth-last-child(2), .white_section p:nth-last-child(2){
	margin: 0 0 2.5em;
}

#banner-home h2 {
    font-size: 3em;
    font-weight: 900;
    line-height: 1em;
    margin: 0em 0 1em 0;
    padding: 0;
    letter-spacing: 3px;
    text-transform: initial;
}


#banner-home a.btn.btn-primary:hover{
    background-color: rgba(255, 255, 255, 0.1);
}

#banner-home p{
    font-size: 1.6em;
    margin: 0 0 1em 0;
    letter-spacing: 4px;
    /* background-color: blue; */
}

#banner-home p, #banner-home h2, #banner-home a{
	-webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#banner-home .container{
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
}

@media(max-width: 767px){
    #banner-home .container{
        width: 100%;
    }
    
	#banner-home .banner_text p{
		font-size: .9em;
		letter-spacing: 1px;
	}

	#banner-home .banner_text h2{
		font-size: 2em;
		margin-bottom: 30px;
		letter-spacing: 1px;
		line-height: 1.4em;
	}
}

@media(max-width: 576px){
    #banner-home .banner_text h2{
		font-size: 1.5em;
		margin-bottom: 30px;
		letter-spacing: 1px;
		line-height: 1.4em;
	}
}


#carouselBanner.carousel {
    margin-top: 0;
    overflow: hidden;
}

#carouselBanner .carousel-inner img {
    width: 100%;
    height: 65vh;
    object-fit: cover;
    object-position: top;
}

@media(max-width: 1024px) {
    #carouselBanner .carousel-inner img {
        height: 65vh;
        object-fit: cover;
    }
}

.header-block-area-wrapper{
    float:right;
    margin-top: 25px;
    color:#555;
}

.header-block-area {
    border-color: #dcdcdc;
}

.header-block-area .header-block-icon {
    font-size: 20px;
    padding-right: 15px;
    display: table-cell;
    color: #004890;
}


.header-block-area .header-block-content {
    font-size: 15px;
    line-height: 1.3;
    display: table-cell;
}


.header-block-area:first-child {
    margin-left: 0px;
    padding-left: 0px;
    border: none;
}

.header-block-area {
    float: left;
    margin-left: 15px;
    padding-left: 15px;
    border-left-width: 1px;
    border-left-style: solid;
    display: table;
}

.header-block-area .header-block-title {
    font-weight: bold;
}

.header-block-caption a{
    color: #2196F3;
}

.header-block-content .banner_button{
    box-shadow: 0 3px 7px 0px rgba(15, 45, 72, 1);
    transition:  all 0.3s;
    padding: 10px 20px;
    border-radius:  8px;
    font-size: 15px;
    display: block;
}
.header-block-content .banner_button:hover{
    background-color: #c47318;
    box-shadow: 0 5px 13px 0px rgba(15, 45, 72, 1);
}

.social-sharing-links{
    display: inline-block;
}
 

@media(max-width: 991px){
    .logo-right-area {
        float: none;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .header-block-area {
        float: none;
        display: inline-block;
        text-align: left;
    }

    /* new header */
    .header-block-area:nth-child(1),
    .header-block-area:nth-child(4){
        display: none;
    }
    .header-block-area:nth-child(2){
        border: none;
        float:  left;
    }
    .header-block-area {
        text-align: right;
    }
}

@media(max-width: 767px){
   .logo-right-area {
        margin-top: 10px;
        margin-bottom: 25px;
        float: none;
    } 

  .header-block-area {
    margin: 0px 20px 20px;
    padding: 0px;
    border: none;
    text-align: center;
    }

    /* new header */
    a.navbar-brand{
        float: left;
    }
    .header-block-area:nth-child(2){
        display: none;
    }
    .header-block-area{
        margin-bottom: 0;
        text-align: right;
    }
    .logo-right-area{
        margin-top: 0px;
        margin-bottom: 30px;
    }
}

/* new header */
@media(max-width: 480px){
    .header-block-area{
        display: none;
    }
}


/*--------------------------------------------------*\
         our team
\*--------------------------------------------------*/

.profile{
  margin-bottom:80px;
}
.set:last-child .profile:last-child{
  margin-bottom:0;
}

.opengroup{
    height:auto !important;
}

.set>.container{
    margin-bottom: 40px;
}


.bio{
    background-color: #F8F8F8;
    border-top: 1px solid #f5901e;
    border-bottom: 1px solid #f5901e;
    padding:30px 50px 40px 50px;
}

.set > .container > .row{
    display:flex;
}


.arrow-up {
    position: absolute;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    z-index: 4;
    bottom: -50px;
    background: #fff;
}
.arrow-inner{
    width: 20px;
    height: 20px;
    border-left: 1px solid #f5901e;
    border-top: 1px solid #f5901e;
    background-color: #f8f8f8;
    position: absolute;
    bottom: 0;
    right: -1px;
    z-index: 3;
}

#team .profile .close-icon {
    float: right;
    font-size: 2.25rem;
    position: relative;
    top: -20px;
    left: 30px;
    cursor: pointer;
}

#cross {
  background: red;
  height: 100px;
  position: relative;
  width: 20px;
}
#cross:after {
  background: red;
  content: "";
  height: 20px;
  left: -40px;
  position: absolute;
  top: 40px;
  width: 100px;
}

.moreinfo:hover {
  cursor: pointer;
}
.moreinfo .img-wrapper {
  overflow:hidden;
  background-position: center;
  background-size: cover;
  height: 0;
  padding-bottom: 134%;
}

.set .bio p {
   margin-bottom: 15px;
   font-size:16px;
}
.set .bio p.subheading {
  font-weight:bold;
}
.set .alias .name {
    color: #f5901e;
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    /* text-transform: uppercase; */
}
.set .alias .title {
    color:#929394;
    font-size: 15px;
    font-weight:bold;
}
.set .bio .advisername {
    text-align: left;
    display: block;
    font-size: 3rem;
    line-height: 1.875;
    margin: 0;
    color: #5C5C5C;
    font-weight: 400;
    vertical-align: bottom;
}
.set .bio .advisertitle {
    color: #5C5C5C;
    font-size: 2rem;
    line-height: 1.5625;
    font-weight: 400;
    margin-top: 0;
    display: block;
    text-shadow: none;
}

.set .bio li{
  font-size:16px;
  font-weight:lighter;
}

@media(max-width:767px){
  .bio{
    padding:20px 15px;
  }
  #team .profile .close-icon {
      float: right;
      font-size: 2.25rem;
      position: relative;
      top: -10px;
      left: 0px;
      cursor: pointer;
  }

}

@media(min-width:768px){
  .openbio .row .col-sm-6:first-child{
    padding-right:40px;
  }
}



/* new contact in navmenu*/
.navmenu .header-block-area-wrapper{
    float: left;
    width: 100%;
    color: #fff;
    margin-top: 10px;
}
.navmenu .header-block-area{
    display: block;
    border:  none;
    text-align: center;
    clear: both;
    padding-top: 20px;
    padding-left: 0;
    margin-left: 0;
}
.navmenu .header-block-area:nth-child(2){
    float: none;
}
.navmenu .header-block-area i.header-block-icon{
    display: block;
    color: #fff;
    padding-right:  0;
}
.navmenu .header-block-content{
    display: inline-block;
}
.navmenu .header-block-content a:not(.banner_button){
    /* color: #fff; */
    /* text-decoration: underline; */
    color: #68bcff;
}



/****************************
    Your Financial Timeline
*****************************/
#banner.financial-timeline-banner{
    background-attachment: scroll;
    background-position-y: 86%;
    height: 500px;
}
.product-benefit-card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.3);
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px
}

#section .financial-timeline-section h1 {
    margin-bottom: 40px;
}

#section .content_body .financial-timeline-li li{
    font-size: 16px;
    padding: 10px 0;
    display: inline-block;
    text-indent: -20px;
}

#section .content_body .financial-timeline-li ul li:before {
    font-size: 2.0125rem;
    content: "\f00c";
    position: relative;
    top: 2px;
    left: -10px;
    font-weight: bold;
    font-family: "FontAwesome";
    color: #004890;
    line-height: 1;
    vertical-align: top;
}

.financial-timeline-section .row > div:nth-child(1) > .product-benefit-card {
    background: #6295ca;
}

.financial-timeline-section .row > div:nth-child(2) > .product-benefit-card {
    background: #417cb9;
}

.financial-timeline-section .row > div:nth-child(3) > .product-benefit-card {
    background: #1a63ad;
}

.financial-timeline-section .row > div:nth-child(4) > .product-benefit-card {
    background: #004890;
}

@media(max-width: 767px) {
    .product-benefit-card {
        margin-bottom:70px
    }
}

.product-benefit-card img {
    width: 100%;
    height: 160px;
    display: inline-block;
    border: none;
    object-fit: cover;
    /*margin-top: -40px;*/
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
    /*border-radius: 50%*/
}

.product-benefit-card-bottom {
    /*background-color: #004890;*/
    padding-bottom: 30px;
}

.product-benefit-card .btn.btn-card {
    width: 90%;
    border-radius: 0;
    margin: 20px auto;
    border: none;
    color: #333;
    /*color: #004890;*/
    background: #fff;
    font-weight: 600;
    padding: 1em 2.5em;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-benefit-card .btn.btn-card:hover {
    opacity: 0.5;
}

.product-benefit-card-top {
    height: 420px;
    padding: 20px 15px;
}

@media(max-width: 1200px) {
    .product-benefit-card-top {
        height: 490px;
        margin-bottom: 0;
    }
}
@media(max-width: 991px) {
    .product-benefit-card-top {
        height: 320px;
        padding: 15px;
    }
}

@media(max-width: 767px) {
    .product-benefit-card-top {
        height:auto;
    }
}

.product-benefit-card-top h4 {
    height: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
}

@media(max-width: 1199px) {
    .product-benefit-card-top h4 {
        height: 70px;
        margin-bottom: 0;
    }
}

@media(max-width: 990px) {
    .product-benefit-card-top h4 {
        height: 50px;
        font-size: 18px;
    }
}


.product-benefit-card-top ul {
    padding-left: 25px;
    text-align: center;
    color: #fff;
}
.product-benefit-card-top ul li {
    font-size: 14px;
    list-style: initial;
    padding-bottom: 5px;
}

.product-benefit-card-top ul li:before {
    content: '' !important;
}

.product-benefit-card .example-img {
    height: auto;
    max-height: 520px;
    max-width: 100%
}

#section.financial-timeline-section .content_body{
    padding-top: 0;
}

.financial-timeline-section .section-title {
    font-size: 18px;
    color: #2e5482;
    text-align: center;
    margin-bottom: 15px;
    /*font-family: 'Orbitron',sans-serif;*/
    margin-top: 20px;
    color: #1e3a61;
    /*font-family: 'Nunito Sans',sans-serif;*/
}
.financial-timeline-section .section-title i {
    font-size: 2em;
    color: #004890;
}


.financial-timeline-section .section-title h2:after {
    content: "";
    display: block;
    height: 1px;
    width: 45px;
    margin: 1em auto;
    border-bottom: 2px solid #004890;
}

#financial-timeline-popup{
    background-color: #0082b5;
    padding: 10px;
}
#financial-timeline-popup h2{
    color: #fff;
    font-weight: 100 !important;
}
#financial-timeline-popup h2 span{
    font-weight: bold;
}
#financial-timeline-popup p,
#financial-timeline-popup label{
    font-size: 16px;
    color: #fff;
}
#financial-timeline-popup .form-group.row{
    margin-right: 0;
}
#financial-timeline-popup #btnFWSubmit{ 
    padding: 10px 0;
}
#financial-timeline-popup input{
    height: 40px;
}
#financial-timeline-popup .has-error .help-block{
    color: #f94444;
    font-size: 15px;
}


ul.list li {
    list-style: disc;
}

.homesectionbg.about .home_h1{
    margin-top: 30px;
    color: #fff;
}

.homesectionbg.about p {
    color: #fff;
}
.logo-right-area{
    display: flex;
    justify-content: center;
}
.home-more-info-title h4{
    margin-top: 0;
}

.banner_text p{
    font-size: 14px !important;
}
.banner_text p a{
    color: #FFC107;
}
.banner_text p a:hover{
    color: #cc8c45;
}
