html {
    min-height: 100%;
    overflow-x: hidden;
}

html, body {
    width: 100%;
}

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.6;
}

a {
    color:#fff;
    text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #fff;
	opacity: 0.5;
}

a:focus{
	text-decoration: none;
}

button:focus {
    outline: unset;
}

p, a, li, h1, h2, h3, h4, h5, h6{
    font-size: 16px;
    line-height: 1.6;
}

p {
    font-weight: 300;
}

strong {
    font-weight: bold;
}

#header:after { 
    content: " "; 
    display: block;
    clear: both;
} 

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

h2{
	font-size: 2.5em;	
}

h3{
	font-size: 30px;
	font-weight: bold;
	color: #444;
	text-align: center;
}


h4{
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin: 20px 0;
	color: #143963;
}

h5 {
    font-size: 16px;
}


body::-webkit-scrollbar {
    width: 0.5em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(236 170 170 / 20%);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #f0b3a1;
  outline: 1px solid rgb(119 78 66 / 20%);
}

/*-------------------------
           Button 
--------------------------*/

.btn_wrapper{
	text-align: center;
}

a.btn, button.btn, div.btn {
    padding: .9em 2.2em;
    border-radius: 6px;
    background-color: transparent;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    letter-spacing: 1px;
    font-weight: 600;
}

a.btn.blue_btn{
	color: #fff;
	background: #143963;
}

a.btn.blue_btn:hover {
    border-color: #143963;
    color: #143963;
    background: rgba(255, 255, 255, .5);
}

a.btn.blue_border_btn{
	color: #143963;
	border-color: #143963;
}

a.btn.white_btn{
	color: #ffffff;
	border-color: #ffffff;
}

a.btn.white_btn:hover{
	background-color: rgba(255, 255, 255, 0.3);
	opacity: 1;
}

.btn-more {
    border: 1px solid #143963;
    color: #143963;
    font-size: 14px;
    transition: .3s ease;
}

.btn-more:hover {
    background: #143963;
    color: #fff;
}

.img-responsive {
    max-width: 100%;
    objec-fit: cover;
}

.img-left {
    padding-right: 30px;
}

.img-right {
    order: 2;
    padding-left: 30px;
}

@media(max-width: 768px) {
    .img-right {
        order: 0;
        padding: 0;
    }
    
    .img-left {
        padding: 0;
    }
}


/**********************\
		Section
\**********************/

.section{
	padding: 3em 0;
}

.gray-section  {
    background: #e6e6e6;
    margin-top: 20px;
}

.blue-section {
    background: #ecf2f6;
    margin-top: 20px;
}


/****************************************************\
						nav
\****************************************************/

.menu-icon {
    display: none;
    border: 0;
    background: transparent;
    padding: 8px 0;
}

@media(max-width: 1200px) {
    .menu-icon {
        display: block;
    }
}

.menu-icon span {
    width: 26px;
    height: 1px;
    background: #444;
    display: block;
    transition: .3s ease;
}

.menu-icon span:first-child {
    transform: translateY(-6px);
}

.menu-icon span:last-child {
    transform: translateY(6px);
}

.menu-icon.closed > span:first-child{
    transform: rotate(45deg) translateY(1px);
}

.menu-icon.closed > span:nth-child(2) {
    display: none ;
}

.menu-icon.closed > span:last-child {
    transform: rotate(-45deg) ;
}

.header-company {
    width: 100%;
    background: #fff;
    padding: 10px;
    font-size: 14px;
    display: flex;
}

.company-desc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media(max-width: 576px) {
    .company-desc {
        display: block;
        justify-content: flex-end;
    }
}

.company-desc a {
    display: inline-block;
    margin-right: 30px;
    color: #999;
    font-size: 14px;
}

.company-desc a:hover {
    text-decoration: underline;
}

.company-desc a:last-child {
    margin-right: 20px;
}

.company-desc i {
    margin-right: 6px;
}

.navbar-default {
    background-color: rgba(255, 255, 255, .7);
    border: none;
    z-index: 9999;
}

.navbar-nav > li > a:hover {
    background-color: transparent;
}

#navbar{
	padding: 0;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav > li > a{
    padding: 1em 1.5em;
    display: block;
    margin-right: 0;
}

@media(max-width: 1200px) {
    .navbar-nav > li > a{
        padding: 1em .5em;
    }
}

.navbar-nav .dropdown-menu {
    position: absolute;
    width: 16rem;
}

.navbar-nav .dropdown-menu li {
    width: 100%;
}

.navbar-nav .dropdown-menu li > a:after {
    content: '\f054';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 12px;
    color: inherit;
    display: inline-block;
    float: right;
}

@media(max-width: 1200px) {
    .navbar-nav .dropdown-menu li > a:after {
        content: '\f078';
    }
}

.navbar-nav .dropdown-menu li:not(.sub-dropdown) > a:after {
    content: '';
    display: none;
}

.navbar-nav .dropdown-menu li >a{
    padding: 1em;
}

@media(max-width: 1200px){
	.container-fluid>.navbar-collapse{
    	width: 100%;
    	margin-top: 5em;
    	margin-right: 0px;
    	background-color: #242424;
	}
}

@media (max-width: 1200px){
    .container-fluid>.navbar-collapse.navbar-default-page {
        background-color: transparent;
    }
}

.navbar-default .navbar-nav li a {
    color: #444;
    cursor: pointer;
    font-size: 14px;
}

.navbar-default .nav li a:focus, .navbar-default .nav li a:hover {
    background-color: rgb(50, 120, 159, .2);
    transition: background-color 0.2s ease-in;
    color: #143963;
    opacity: 1;
}

.navbar-default .navbar-nav>.active>a{
	background-color: transparent;
	color: #143963;
	border-bottom: 2px solid #143963;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	/*background-color: rgba(255, 255, 255, .3);*/
	color: #143963;
	font-weight: 600;
}

.navbar-nav {
    flex-direction: row;
}

@media (min-width: 768px){
    .navbar-nav {
        margin: 0.5em 0 0;
    }
}

@media(max-width:1199px){
	ul.nav.navbar-nav > li{
		margin: 0 0.5em;
	}
}

.open > .dropdown-menu {
    display: block;
}


.dropdown-menu li {
    float: left;
}

.dropdown-menu>li>a{
	padding: 1em 2em;
	color: #143963;
}

.dropdown-menu>li>a:focus {
    background-color: #143963;
    color: #fff;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #143963;
    color: #fff !important;
}

.dropdown-menu > li > a, .sub-dropdown-menu > li > a {
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
    white-space: unset;
    opacity: 1;
    transition: .2s ease;
    display: block;
}

@media(min-width: 1200px) {

    .dropdown-menu > li:last-child > a, .sub-dropdown-menu > li:last-child > a {
        border: 0;
    }
}

.sub-dropdown-menu {
    display: none;
    position: absolute;
    left: 16rem;
    top: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    width: inherit;
    border-radius: 6px;
}

.open > .sub-dropdown-menu {
    display: block;
}

@media(max-width: 1200px){
	li.dropdown:hover ul{
    	position: relative;
        float: none;
        background-color: transparent;
        border: none;
        box-shadow: none;
        display:block;
    }
    
    .dropdown-menu>li>a {
    	color: #fff;
    }
    
    .navbar-default .navbar-nav>.active>a{
        border-bottom: none;
    }
    
    .sub-dropdown-menu {
        left: 0;
        padding-left: 20px;
        background-color: #fbfbfb !important; 
    }
}

.company-logo{
	width:auto;
	max-height: 60px;
}

@media(max-width: 450px){
	.company-logo{
	    height: 50px	
	}	
}

.navbar-brand{
	padding-top: 12px;
}

.navbar {
    margin-bottom: 0;
    background-color: #c8c8c8;
}

@media(min-width: 767px){
	.navbar-default .container-fluid{
	    padding:0 2em;
	}
}


@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-top: 27px;
        border-radius: 0;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav li {
        float: none;
    }
    .navbar-nav li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    
    #navbar {
    	margin-top: 30px;
    	border-top: none;
	}
}

@media(max-width: 1200px) {
    #navbar {
        position: absolute;
        width: 100%;
        top: 93px;
        left: 0;
        background: #fff;
        margin: 0;
        display: none;
        box-shadow: 0 2px 10px rgba(0,0,0,.1);
    }
    
    .navbar-nav> li {
        width: 100%;
    }
    
    .navbar-nav .dropdown-menu {
        position: relative;
        border: 0;
        border-bottom: 1px solid rgba(0,0,0,.15);
        width: 100%;
    }
    
    .navbar-nav .dropdown-menu>li>a {
        color: #444;
    }
    
    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .sub-dropdown-menu>li>a:hover:after {
        color: #fff;
    }
}

@media(max-width: 414px) {
    #navbar {
        top: 83px;
    }
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/****************************************************\
					nav animation
\****************************************************/

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: -1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 0px;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
    top: 1px;
}

.navbar-toggle .icon-bar {
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
    background-color: transparent;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(4) {
    top: -6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


#header {
    /*position: absolute;*/
    /*top: 0;*/
    /*z-index: 9999;*/
    margin: 0 auto;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.home_header{
	background: transparent;
}

.home-intro li p {
    text-indent: -10px
}

.home-intro li p:before {
    font-size: 1rem;
    content: "\2713";
    position: relative;
    top: 2px;
    left: -10px;
    font-weight: bold;
    color: #20348b;
    line-height: 1;
}

ul{
    list-style-type: none;
    text-align: left;
}

.no_banner{
	border-radius: 6px !important;
}


/*******************************************
            ytml search
*******************************************/

#search-form {
    width: 300px;
    transform: translateX(-50%);
    text-align: center
}

@media(max-width: 767px) {
    #search-form {
        width:250px
    }
}

@media(max-width: 767px) {
    #search-form {
        width:220px
    }
}

.search-box {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 80%;
    transform: translateX(-50%)
}


#search-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0,-100%);
    -moz-transform: translate(0,-100%);
    -o-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    transform: translate(0,-100%);
    opacity: 0;
}

.input-field{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin-top: -51px;
}

#search-wrapper input[type="search"] {

    width: 100%;
    color: white;
    background: rgba(0,0,0,0);
    font-size: 35px;
    font-weight: 300;
    text-align: left;
    border: 0;
    margin: 0 auto;
    
    outline: none;
    border-bottom: 1px solid #2196F3;
    -webkit-box-shadow: 0 1px 0 0 #2196F3;
    box-shadow: 0 1px 0 0 #2196F3;
    font-family: 'Orbitron',sans-serif
}

#search-wrapper input[type="search"]::placeholder {
    color: #fff
}

#search-wrapper input[type="search"]:-ms-input-placeholder,#search-wrapper input[type="search"]::-ms-input-placeholder {
    color: #fff
}

#search-wrapper .close {
    position: absolute;
    top: -60px;
    right: 0;
    color: #fff;
    background-color: transparent;
    border: none;
    opacity: 1;
    font-size: 40px
}

#search-wrapper.open {
    -webkit-transform: translate(0px,0px) scale(1,1);
    -moz-transform: translate(0px,0px) scale(1,1);
    -o-transform: translate(0px,0px) scale(1,1);
    -ms-transform: translate(0px,0px) scale(1,1);
    transform: translate(0px,0px) scale(1,1);
    opacity: 1;
    z-index: 110
}

#page-result {
    color: #fff;
    margin-top: 30px;
    position: relative;
    min-height: 510px;
}

li.search-item {
    font-size: 14px;
    list-style-type: none
}

.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: #03A9F4;
    font-size: 18px
}

#page-result h3 {
    color: #03A9F4
}

#page-result h3:after{
	content : "";
	display: block;
	height  : 1px;
	width: 45px;
	margin: 0.5em auto;
	border-bottom: 2px solid #03A9F4;
}

#page-result .pagination li.cur{
	color: #03A9F4;
}

.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;
}

.navbar-form .search-btn{
	background-color: #143963;
	padding: 0.44em 2.5em;
	font-size: 14px;
}

.navbar-form .search-btn span{
	color: #fff;
}

.navbar-form input{
	border-radius: 0;
	border-right: 0;
}

.navbar-form input:focus{
	border-color: #143963;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 30, 65, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 30, 65, 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: #fff;
}

#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;
	}
}

#error{
	display: block;
	color: #a94442;
}


/****************************************************\
						nav end
\****************************************************/

/****************************************************\
						banner
\****************************************************/

#bnCarousel,
#bnCarousel .carousel-inner,
#bnCarousel .carousel-item,
#bnCarousel .row {
    height: 100%;
}

#banner, #sub-banner{
    background-attachment: fixed;
    /*background-color: #666;*/
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*color: #fff*/
    padding: 0;
    text-align: center;
    position:  relative;
}


#banner {
    height: 70vh;
    background-attachment: scroll;
	background-position-y: bottom;
	overflow: hidden;
	color: #146;
}

#sub-banner {
    height: 40vh;
    background-attachment: scroll;   
    color: #fff
}

@media(max-width: 990px) {
    #banner, #sub-banner {
        background-attachment: scroll;   
    }
    
    #banner {
        background-position-y: 0 !important;
    }
}


#banner a, #sub-banner a {
    text-transform: none;
}

#banner > .container > div.banner_text, #sub-banner > .container > div.banner_text{
	margin-top: 2em;
}

.overlay{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

#banner h1, #sub-banner h1{
    font-size: 3.1rem;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
    padding: 0;
}

@media(max-width: 990px) {
    #banner h1, #sub-banner h1 {
        font-size: 2rem;
    }
}

#banner p{
    font-size: 1.3em;
    margin: 0 0 0.5em 0;
    letter-spacing: 1px;
}

#banner p, #banner h2, #banner a{
	-webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#banner .container, #sub-banner .container {
	position: relative;
 	/*top: 65%;*/
 	top: 40%;
 	height: fit-content;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

#banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}




/****************************************************\
					banner end
\****************************************************/

/****************************************************\
					home content
\****************************************************/

.title {
    margin-bottom: 40px;
}

.title h3:after {
    content : "";
	display: block;
	height  : 1px;
	width: 80px;
	margin: 10px auto;
	border-bottom: 2px solid #444;
}

.title span {
    font-style: italic;
    font-weight: lighter;
    font-size: 14px;
    text-align: center;
    color: #999;
    display: block;
}

@media (max-width: 767px){
	#home_main {
	    padding-bottom: 0;
	}
}

#home_main .section h3{
	text-align: center;
}

#home_main .section .btn_wrapper{
	margin-top: 2em;
}

.home-service .content {
    padding: 40px 0;
    border-bottom: 1px solid #eee;
    align-items: center;
}

.home-service .content:last-child {
    border-bottom: 0;
}

.home-service .content a {
    width: 200px;
    margin: auto;
    margin-top: 30px;
    display: block;
}

.home_video{
    margin-top: 1em;
}

.home_video .img-preview {
    border: 5px solid #ecf2f6;
}

.home-service .gray-section {
    margin-top: 100px;
}

.gray-section .content {
    padding-top: 0;
}

.gray-section img {
    margin-top: -40px;
}

.img-preview{
	height: 200px;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
    background-size: cover;
	background-position: center;
}

.img-preview .overlay{
	z-index: 1;
}

.play-button{
	height: 50px;
	position:absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);

}

.play-button img{
	height: 100%;
	-moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.7;
}

a.play-button:hover, .play-button:hover img{
	opacity: 1;
}


/****************************************************\
				home content end
\****************************************************/



/* Testimonial Section*/

#myCarousel.carousel {
    padding: 0 40px 60px;
    transition: .3s ease;
}

@media(max-width: 990px) {
    #myCarousel.carousel {
        padding: 0 0 60px;
    }
}

#myCarousel .right-testimonial:after {
    background: rgba(255, 255, 255, .3);
}

#myCarousel .right-testimonial {
    padding-right: 50px;
}

@media(max-width: 576px) {
    #myCarousel .right-testimonial {
        padding: 0 30px;
    }
}

#myCarousel .carousel-indicators li{
    background-color: #143963;
    width: 18px;
    opacity: .5;
}

#myCarousel .carousel-indicators li.active {
    opacity: 1;
}

#myCarousel .carousel-inner {
    padding: 20px 0;
}


/* Important Section */

.information{
	background-color: #143963;
}

.information h3{
	text-align: center;
	color: #fff;
	font-weight: 600;
	margin-bottom: 30px;
}

.information h3:after {
    content: '';
    display: none;
}

.information p{
	color: #fff;
	text-align: center;
	font-size: 18px;
}


/****************************************************\
				sub pages content
\****************************************************/

#main, .main, .sub{
	padding: 2em 0;
}


#main .page_header h3, .sub h3{
	color: #444;
	margin: 40px 0;
}


#main .section, .sub .section{
	padding: 0 0em 2em;
}



.seven_process{
	background-color: #fff;
}

.seven_process > .container{
	position: relative;
	background: #fff;
}

.seven_process .container .section{
	padding: 0 2em;
}
	
.seven_process .content_body p, .seven_process .content_body h3{
	text-align: center;
}

@media(min-width:768px){
	#main.what_to_expect_section .container .row .section{
	padding-bottom: 0;
	}
	
	#main.what_to_expect_section{
	padding: 6em 0;
	}
	.seven_process .container .section{
		padding: 0 6em;
	}
	.seven_process .content_body{
		margin-top: 4em;
	}
}

.seven_process .page_header{
	padding-top: 3em;
}

.seven_process h3{
	margin-top: 0;
}

@media(max-width: 767px){
	.seven_process{
		padding-top: 0;
	}
	.seven_process > .container{
		margin-top: 0;
	}
	.seven_process > .container .page_header{
		padding-top: 0;
	}
}

#main .section_bottomline{
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 5em;
	padding-bottom: 4em;
}


.set .content-display p {
   margin-bottom: 15px;
   font-size: 1.2em;
   text-align: left;
   line-height: 1.8em;
}
.set .content-display p.subheading {
  font-size: 2em;
  font-weight: bolder;
  padding-bottom: 0;
  text-align: left;
  color: #143963;
}

.set .content-display p.subheading:after {
  	content : "";
  	display: block;
  	height  : 1px;
  	width: 45px;
  	margin: 0.7em 0 1em;
  	border-bottom: 2px solid #143963;
}

.set .content a{
	color: #143963;
	font-weight: 400;
	font-size: 1em;
}

/***********************************
          I want to
***********************************/

.moreinfo:hover {
    cursor: pointer;
    text-decoration: none;
}

.moreinfo .img-wrapper {
    overflow: hidden;
    background-position: center;
    background-size: cover;
    height: 0;
    padding-bottom: 114%;
}

#main.i-want-to {
    padding-bottom: 0;
}

#main.i-want-to a {
    color: #426cb4;
    text-decoration: none;
    line-height: initial;
    font-size: inherit;
    font-weight: normal;
    vertical-align: initial;
}

#main .i-want-to-heading {
    text-align: center;
    margin-bottom: 40px;
}

.i-want-to .btn{
	border: 2px solid transparent;
}

.set .content-display .content-intro a{
	font-size: 1em;
	font-weight: normal;
	color: #00aae0;
}

.set .content-display .content-intro {
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    padding-top:20px;
    font-style: italic;
    color: #143963;
    margin-bottom: 0;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
    /* padding-bottom: 2em; */
}

.set .hr{
  margin: 3em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.set .content-display .advisertitle {
    color: #5C5C5C;
    font-size: 2rem;
    line-height: 1.5625;
    font-weight: 400;
    margin-top: 0;
    display: block;
    text-shadow: none;
}

.set .content-display ul.list{
	padding-left: 1.7em;
}

.set .content-display li{
  font-size: 1.2em;
  font-weight:lighter;
  line-height: 2;
  position:relative;
}

.set .content-display li:before {
    position:absolute;
    font-family: 'FontAwesome';
    content: '\f111';
    left: -16px;
    top: 10px;
    font-size: 7px;
    color: #143963;
}

@media(max-width:767px){
  .content-display{
    padding:20px 15px;
  }
  #sets .content-wrapper .close-icon {
      float: right;
      font-size: 2.25rem;
      position: relative;
      top: -10px;
      left: 0px;
      cursor: pointer;
  }
  
}

.set .call-to-action, .set .call-to-action p{
	text-align: center;
}

@media(max-width: 767px){
	.set .call-to-action{
		padding-bottom: 2em;
	}
}

/****************************************************\
				sub pages content end
\****************************************************/

/****************************************************\
					page header
\****************************************************/

.page_header{
    text-align: center;
}

.page_header h3{
	margin-top: 0;
}

.page_header h2{
	color: #143963;
	margin: 2em 0;
	text-transform: uppercase;
	padding-left: 1.1em;
}

/****************************************************\
					page header end
\****************************************************/


.service-page-content .row{
    padding: 10px;
}

.service-page-content img {
    margin-bottom: 20px;
}


.service-page-content h4 {
    text-align: left;
    margin-top: 40px;
}

.service-body {
    margin-bottom: 40px;
}

.service-box {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s ease;
}

.service-box:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service_page {
    position: absolute;
    background-color: rgba(255, 255, 255, .9);
    transform: translateY(0px);
    transition: .3s ease;
    height: 100px;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 20px;
    margin: 0 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-box:hover .service_page {
    background-color: rgba(255, 255, 255, 1);
    height: auto;
    border-radius: 0 0 10px 10px;
    display: block;
}

.service_page p {
    font-size: 18px;
    color: #444;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.service_page .content {
    display: none;
}

.service-box:hover .service_page .content {
    display: block;
}

.service_page .content p {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 20px 0;
}

.service_page .content .link {
    color: #143963;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    transition: .3s ease;
}

.service_page .content a:hover {
    text-decoration: none;
}

.service_page .content .link:hover {
    border-bottom: 1px solid #143963;
}

.service-page-content h5 {
    color: #143963;
    font-size: 20px;
    font-weight: bold;
}

.service-page-content ul li {
    font-weight: 400;
    margin-bottom: 16px;
    text-indent: -16px;
}

.service-page-content ul li:before {
    content: '\f111';
    font-family: "fontAwesome";
    font-weight: 900;
    font-size: 8px;
    color: #143963;
    margin-right: 10px;
    vertical-align: middle;
    
}


/****************************************************\
					footer
\****************************************************/


#footer{
	background: #2b2b2b;
	padding: 3em 0 1em;
}

#footer p, #footer a{
	color: #fff;
	font-size: 14px;
	margin: 10px 0;
}

#footer img {
    width: 80%;
}

@media(max-width: 990px) {
    #footer img {
        width: 50%;
    }
}

#footer .social_wrapper{
	clear: left;
}

#footer h5 {
    color: #fff;
    margin: 20px 0;
}

@media(max-width: 990px) {
    ul.social_icon i {
        font-size: 24px;
    }
}

ul.social_icon li{
    display: inline-block;
    padding: 0 1.25em 0 0;
}
    
ul.social_icon {
    margin-bottom: 2em;
    padding-left: 0;
}

ul.social_icon i {
    font-size: 16px;
}


/****************************************************\
					footer end
\****************************************************/

/***********************************
          News
************************************/

.post-area,
.post-title,
.post-date {
  display: block;
  width: 100%;
}

.post-area{
  color: #505050;
  
}

.post-area.animated{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.post-area .col-lg-4{
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.post-title a{
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  color: #444;
}

.post-title .p-title {
    padding-top: 20px;
    width: auto;
    word-wrap: break-word;
    text-align: justify;
    clear: both;
    overflow: hidden;
}

.post-date {
    color: #999;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
}

.post-more{
  margin-top: 10px;
}

.post-more a{
  color: #143963;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
}

.post-more i {
    margin-left: 4px;
    transition: .3s ease;
}

.post-more a:hover i {
    transform: translateX(4px);
}

.post-more span{
  display:inline-block;
  margin-top:-6px;
  vertical-align:middle;
  -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;
}

.post-more a:hover span{
  padding-left:10px;
  font-weight:bold;
}


.post-area .preview-image {
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
}


.preview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.preview-content {
    word-wrap: break-word;
    font-size: 14px;
    color: #444;
    clear: both;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    
}

.load-more{
  text-align:center;
  clear: both;
  margin: 40px;
}

.post-content .post-title p, .post-content .post-more p{
	text-align: left;
}

.post-content {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

.post-desc {
    padding: 20px;
}

@media (max-width: 767px) {
	.post-content {
		margin-bottom: 40px;
	}
	
	.p-title {
		text-overflow: ellipsis;
		display: -webkit-box;
		word-break: break-word;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		height: 70px;
	}
}
 

@media(max-width:767px){
  .post-area .preview-image{
    height: auto!important;
  }
  .post-area{
    margin-bottom:50px;
  }
}

/****************************************************\
					news end
\****************************************************/

/****************************************************\
				contact us
\****************************************************/


.contact-details{
	margin: 0 0 2em;
	float: left;
}

.contact-details h4 {
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #444;
}

.contact-details > div{
	padding-left: 0;
}

.contact-details p {
	text-align: left;
	text-indent: -15px;
	margin-left: 30px;
}

.contact-info a {
    color: #444;
}

.contact-details i {
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
}

.contact_us_form {
	background: #fbfbfb;
	padding: 60px 0;
}

#appointment_form {
	margin-bottom: 1em;
}

#appointment_form label {
	text-align: left;
	float: left;
}

#appointment_form .form-group{
	padding-left: 0;
	margin-top: 1em;
}

#google-recaptcha{
	float:right	
}

#google-recaptcha .g-recaptcha{
	float:right;
	margin-top: 1em;
}

#appointments p, #appointments strong{
	font-size: 1em;
	text-align: left;
}

.map_wrapper{
	padding: 0;
}

.g-recaptcha{
	margin-bottom: 3.5em;
}

#map{
    height: 400px;
    background-color: #444;
}

#map h3{
	font-size: 1.5em;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: center;
	opacity: 0.8;
}

#map h3:after{
	border-bottom: 2px solid #fff;
}

#map p{
	font-size:1em;
	text-align: center;
	opacity: 0.8;
}

@media(max-width: 500px){
	.si-frame.si-content-wrapper{
		padding: 1em 2em !important;
	}
}

.contact_details{
	padding: 3em 2em;
	background-color: #fff;
	margin-top: -5em;
	position: relative;
	z-index: 1;
}

@media(max-width: 767px){
	.contact_details{
		margin-top: 0;
	}
}

.contact_page{
	border-bottom: 1px solid rgba(136, 136, 136, 0.2);
}

.contact_details > div > i, .contact_details > div > span.text{
	color: #143963;
	opacity: 1;
}

.contact_details p a, .contact_details p{
	color: #00aae0;
}


/*-----------------------------
    contact us button start
-------------------------------*/

.contact-form {
    width: 80%;
    border: 1px solid #fff;
    border-radius: 20px;
    box-shadow: 1px 4px 15px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    padding: 30px 60px;
}

.contact-form .contact-btn {
  font-weight: 600;
  font-size: 16px;
  padding: 16px 50px;
  width: 200px;
  text-align: center;
  background-color: #143963;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s ease;
}

.contact-form .contact-btn:focus {
    outline: none;
}

.contact-form .contact-btn:after {
  content: "\f1d8";
  font-family: 'FontAwesome';
  position: absolute;
  padding-left: 10px;
  font-size: 16px;
  transform: translate(0px);
}


.contact-form .contact-btn:hover {
  background-color: #f2b3a3;
  color: #fff;
}

.contact-form .contact-btn:hover:after {
  animation: flyout 2s 3;
}

@keyframes flyout {
  0% {
    transform: translate(-2px, 5px);
  }
  
  30% {
    opacity: 0;
  }
  
  40% {
    transform: translate(30px, -30px);
  }
  
  50% {
    transform: translate(-20px, 40px);
    opacity: 0;
  }
  
  80% {
    opacity: 1;
    transform: translate(0px);
  }
  
  100% {
    opacity: 1;
  }
}

/*-----------------------------
    contact us button end
-------------------------------*/


.contact-form-content{
    text-align: center;
    padding-bottom: 30px;
}

.contact-form-content h1{
    padding-bottom:20px;
}


.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 45px;
    padding-left: 5px;
    padding-bottom: 0;
    border-width: 0 0 1px 0;
    border-color: #E5E5E5;
    background: transparent;
    color: #444;
    font-size: 16px;
    line-height: 20px;
    -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: #444;
}

.contact-form .input-text:focus + .label, .contact-form .input-text.not-empty + .label {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    color: #444;
    
}

.contact-form .label {
    position: absolute;
    left: 18px;
    bottom: 10px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #999;
    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: #a94442;

}


#Message {
    padding: 20px 10px 150px;
}

#Message::placeholder {
    font-size: 15px;
}

.contact-form .message-special .input-text {
    border: 1px solid #999;
}

.contact-form .message-special .input-text:focus + .label,
.contact-form .message-special .input-text.not-empty + .label {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.contact-form .message-special .label {
    position: absolute;
    bottom: 176px;
    transition: none;
    color: #444;
    -webkit-transition: none;
    -o-transition: none;
}

.form-field.has-error input {
    border-color: #a94442;
}

.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);
    }  
}


#formWidgetSubmitResultText {
	text-align: center;
	font-size: 20px;
	color: #143963;
}

/****************************************************\
				contact us end
\****************************************************/


/****************************************************\
				animation
\****************************************************/

.fadeInUp{
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-duration: 1s;
}

.fadeInUp:nth-child(2){
    -ms-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

.fadeIn{
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-duration: 1s;
}

/****************************************************\
				animation end
\****************************************************/

/****************************************************\
        		 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 {
    position: fixed;
    height: auto;
    top: 20px;
    right: 20px;
    left: auto;
    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;
}

#ob_title h3:after {
	border-bottom: none;
}

/****************************************************\
        		 orangebox end (video)
\****************************************************/


/****************************************************\
				equal height css
\****************************************************/

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/*
 * Styles copied from the Grid example to make grid rows & columns visible.
 */
.container {
  padding-right: 15px;
  padding-left: 15px;
}


.row .row {
  margin-top: 10px;
  margin-bottom: 0;
}

/*
 * Callout styles copied from Bootstrap's main docs.
 */
/* Common styles for all types */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border-left: 3px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  background-color: #fff;
  border-radius: 3px;
}
/* Variations */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}

/****************************************************\
				equal height css end
\****************************************************/




.si-wrapper-top {
	transform: translate(-50%, -140%);
}


@media(min-width: 480px) and (max-width: 767px){
	.si-wrapper-top {
		width: 400px;
	}
}

@media(max-width: 479px){
	.si-wrapper-top {
		width: 250px;
	}
}

@media(min-width: 768px){
	.si-wrapper-top {
		width: 600px;
	}
}

/* Circle for bottom icons*/
a.short_icon::before,
a.short_icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border: 2px solid rgba(169, 169, 169, 0.5);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
}

a.short_icon::after {
	width: 90px;
	height: 90px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

a.short_icon:hover::before,
a.short_icon:hover::after,
a.short_icon:focus::before,
a.short_icon:focus::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.online_accounts a.btn.short_icon{
	position: relative;
}


/* Effect 4: bottom border enlarge */
.set .content .row a,
.set .content-display .content-intro a {
	margin: 0 0 10px;
	position: relative;
	font-weight: bold;
	text-decoration: underline;
}

.information a {
    margin: auto;
    display: table;
}

.set .content .row a::after,
.set .content-display .content-intro a:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(10px);
}

.set .content .row a:hover::after,
.set .content .row a:focus::after,
.set .content-display .content-intro a:hover::after {
	height: 1px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


.set .content .row a::after,
.content_body a::after {
	background: #143963;
}

.set .content-display .content-intro a::after,
.contact_details a::after{
	background: #00aae0;
}

a:hover,
.content_body a:hover{
	opacity: 1;
}

.set .call-to-action a{
	color: #39393b;
}

.content_body a {
    color: #58a9d9;
    transition: .3s ease;
}

.content_body a:hover {
    text-decoration: underline;
    font-weight: bold;
}

.bottom_banner .short_icon:hover{
	opacity: 1;
}

#page-result .pagination li{
	padding-left:5px;
	padding-right: 5px;
}

.searchLoadingImg{
	position: absolute;
    right: 0;
    top: 15px;	
}

@media(min-width: 768px){
	#page-result ul.pagination {
		position:absolute;
		bottom: 0;
	}
}

#searchLoadingImg{
    text-align: center;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #24aee1 !important;
    border-color: #24aee1 !important;
}


/*------------------
      Our Team
--------------------*/

.team_member {
    padding: 40px 0;
    font-size: 14px;
    border-bottom: 1px solid #fbfbfb;
    align-items: center;
}

.big-image {
    width: 110% !important;
}

.team_member img{
    width: 75%;
    /*padding-right: 30px;*/
}



.team_member i {
    margin-right: 10px;
}

.team_member a {
    color: #143963;
    font-size: 14px;
}

.team_member a:hover {
    text-decoration: underline;
}

.team_member h5 {
    font-weight: 600;
    margin-top: 10px;
}

.team_member ul li {
    list-style: disc;
    margin: 6px 0;
    font-weight: 300;
    font-size: 14px;
}

.team_member .name {
    color: #143963;
    font-size: 18px;
    font-weight: bold;
    /*margin-bottom: 10px;*/
    /*text-transform:uppercase*/
}

.team_member .title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    /*text-transform:uppercase;*/
    color: #143963;
}

/*.team_member .title:before {
    content: '';
    width: 6px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: #143963;
}*/

.team_member .mail, .team_member .file {
    margin-bottom: 10px;
} 

.team_member .profile {
    margin: 20px 0 0 0;
    color: #143963;
}

.team_member .adviser_content p, .team_member .adviser_content {
    margin: 10px 0;
    font-size: 14px;
}

@media(max-width: 580px) {
    .team_member {
        text-align: center;
    }
    .big-image {
        width: 100% !important;
    }
}


/*--------------
     Blogs
--------------*/

.newsletter-info {
    padding: 3em 0 0;
}

.newsletter-info .control {
    display: flex;
    margin-bottom: 20px;
}

.newsletter-info a.back-btn {
    color: #444;
    display: inline-block;
}

.newsletter-info a.back-btn i {
    margin-right: 8px;
    transition: .3s ease;
}

.newsletter-info a.back-btn:hover i {
    transform: translateX(-4px);
}

.newsletter-info .date {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.newsletter-info .title {
    font-size: 40px;
    text-align: center;
    margin: 20px auto;
    font-weight: bold;
}

.newsletter-info .tools {
    text-align: center;
}

.newsletter-info .tools a {
    color: #143963;
    border-radius: 100px;
    border: 1px solid #143963;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
    transition: .3s ease;
}

@media(max-width: 990px) {
    .newsletter-info .tools a {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

.newsletter-info .tools a:hover {
    background: rgba(50, 120, 159, 0.2);
}

.at-share-btn-elements {
    display: flex;
    margin: 10px auto !important;
    justify-content: center;
}

.at-style-responsive .at-share-btn {
    border-radius: 30px !important;
    padding: 1px !important;
    margin: 0 4px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 26px !important;
    height: 26px !important;
    display: flex;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper svg {
    width: 26px !important;
    height: 26px !important;
}

.news-content {
    padding: 2em 0;
}

.news-content img {
    width: 100%;
    object-fit: cover;
}

.news-content .main-img {
    margin-bottom: 30px;
}

.news-content a {
    color: #143963;
    font-weight: 600;
}

.news-content a:hover {
    text-decoration: underline;
}

.news-content h3 {
    margin-bottom: 20px;    
}

.news-content h4 {
    font-weight: 600;
    color: #444;
    text-align: left;
    margin-top: 0;
}

.news-content ul li {
    text-indent: -10px;
    margin-bottom: 10px;
}

.news-content ul li:before {
    content: '\f111';
    display: inline-block;
    color: #143963;
    font-size: 8px;
    font-family: "FontAwesome";
    font-weight: 900;
    margin-right: 10px;
    vertical-align: middle;
}

.recent-section {
    background: #FBFBFB;
    padding: 40px 0;
}

.recent-area {
    margin-bottom: 30px;
    
}

@media(max-wiidth: 990px) {
    .recent-area {
        display: inline-block;
        clear: both;
    }
}

.recent-area .col-lg-6 {
    float: left;
}

.recent-articles h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 10px auto;
    text-align: center;
}

.recent-image {
    display: inline-block;
    height: 180px;
    padding-right: 5px;
    float: left;
}

.recent-content img {
    width: 100%;
}

.recent-text {
    display: inline-block;
}

.recent-text .post-date {
    margin-top: 0;
}

.recent-text .p-title {
    padding-top: 10px;
    text-align: left;
    height: 60px;
}


/*-----------------------
    Tool & Calculators
------------------------*/

.whitebox_container .row {
    border-bottom: 1px solid #eee;
    padding: 60px 0;
}

.whitebox_container .row:last-child {
    border: 0;
}

.whitebox_container h4 {
    margin: auto;
    margin-bottom: 20px;
}

.whitebox_wrapper {
    float: left;
}

.whitebox_container a {
    max-width: 210px;
    margin: 40px auto;
    display: block;
    color: #999;
    transition: .3s ease;
    font-weight: normal;
    text-decoration: none;
}

.whitebox_container .row a:after {
    background: transparent;
}

.whitebox_inner i {
    width: 100px;
    height: 100px;
    font-size: 50px;
    display: flex;
    align-items: center;
    background: rgba(50, 120, 159, 0.05);
    justify-content: center;
    border-radius: 50px;
    margin: 20px auto;
    transition: .3s ease;
}

.whitebox_container a:hover .whitebox_inner i {
    background: rgba(50, 120, 159, 1);
    color: #fff;
}

.whitebox_inner .span_p {
    text-align: center;
    display: block;
    transition: .3s ease;
}

.whitebox_container a:hover .whitebox_inner .span_p {
    color: #444;
}


/*-------------------------
     Testimonial page
-------------------------*/

.testimonial-section .row {
    margin-bottom: 80px;
}

.left-testimonial {
    text-align: center;
    float: left;
}

.left-testimonial:after {
    content: '';
    width: 2px;
    height: calc(100% - 40px);
    display: block;
    margin: auto;
    background: rgb(240 179 161 / 50%);
}

.left-testimonial i {
    font-size: 80px;
    /*color: rgba(50, 120, 159, 0.2);*/
    color: rgb(240 179 161 / 50%);
}

@media(max-width: 576px) {
    .left-testimonial i {
        font-size: 60px;
    }
}

.right-testimonial {
    margin-top: 40px;
    padding-right: 30px;
    float: right;
}

.right-testimonial:after {
    content: '';
    width: 94%;
    height: 100%;
    background: rgba(50, 120, 159, 0.03);
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 0;
}

.right-testimonial p, .right-testimonial .detail-box {
    position: relative;
    z-index: 1;
}

.right-testimonial .detail-box {
    float: right;
    text-align: right;
}

.detail-box .text {
    display: inline-block;
}

.detail-box .name {
    font-size: 18px;
    color: #143963;
    font-weight: bold;
}

.detail-box .title {
    margin: 0;
}

.detail-box .photo {
    float: right;
    margin-left: 20px
}

.detail-box .photo image {
    width: 100%;
}

.contact-btn{
    margin-top: 15px;
    text-align: center;
}

.overlay-risk{
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
}

/*-------------------------
     Managing Risks
-------------------------*/

.opengroup{
    height:auto !important;
}
.content-wrapper{
  margin-bottom:80px;
}

.set:last-child .content-wrapper:last-child{
  margin-bottom:0px;
}

#sets .overlay{
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;

}

#sets .alias{
  padding-left:8px;
  padding-right:8px;
}


.overlay-orange{
  background-color: rgba(141, 166, 210, 0.5);
}


.content-display{
    background-color: #ecf0f7;
    border-top: 1px solid #426cb4;
    border-bottom: 1px solid #426cb4;
    padding:30px 50px 40px 50px;
    margin-top: 40px;
}

@media(min-width:768px){
  .content-display{
    margin-top: 40px;
  }
}

.arrow-up {
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    z-index: 4;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: -10px;
    bottom: -50px;
    right: 0;
}
.arrow-inner{
    width: 20px;
    height: 20px;
    border-left: 1px solid #426cb4;
    border-top: 1px solid #426cb4;
    background-color: #ecf0f7;
    position: absolute;
    bottom: -12;
    right: -1px;
    z-index: 3;
}

#sets .content-wrapper .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{
  display:block;
  position:relative;
}
.moreinfo:hover {
  cursor: pointer;
}


.moreinfo .img-title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 3;
}

.moreinfo .img-title h4 {
  color:#fff;
  padding: 10px;
}
.moreinfo .img-title:after{
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 20%, rgba(255,255,255, 0) 100% );
  z-index: -1;
}

.moreinfo:hover .img-title:after{
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0.2) 100% );
}


.set>.container{
    margin-bottom: 16px;
}


.set:last-child>.container:nth-last-child(2){
    margin-bottom: 80px;
}

.set:last-child>.content-wrapper:last-child{
    margin-top: -40px;
}


.set .content-display p {
   margin-bottom: 15px;
   font-size: 18px;
}
.set .content-display p.subheading {
  font-size:25px;
  font-weight:normal;
  padding-bottom:10px;
  color: #426cb4;
}
.set .content-display .content-intro {
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    padding-top:20px;
    font-style: italic;
}

.set .hr{
  margin:40px 0;
}

.set .content-display .advisertitle {
    color: #5C5C5C;
    font-size: 2rem;
    line-height: 1.5625;
    font-weight: 400;
    margin-top: 0;
    display: block;
    text-shadow: none;
}

.set .content-display li{
  font-size: 18px;
  font-weight:lighter;
}

.set .call-to-action{
  text-align:center;
  padding-bottom: 20px;
}

#main .call-to-action .btn.btn-more{
  font-weight:bolder;
}
#main .call-to-action .btn.btn-more:hover{
  color:#fff;
}

@media(max-width:767px){
  .content-display{
    padding:20px 15px;
  }
  #sets .content-wrapper .close-icon {
      float: right;
      font-size: 2.25rem;
      position: relative;
      top: -10px;
      left: 0px;
      cursor: pointer;
  }
  
}

@media(min-width:768px){
  .opencontent .row .col-sm-6:first-child p{
    padding-right: 40px;
  }
}


/* Breadcrumb */

.breadcrumb {
    background: transparent;
    padding: 0;
    margin-left: -15px;
}

.breadcrumb li a {
    color: #143963;
    font-weight: bold;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb li.active a {
    font-weight: normal;
    color: #999;
}

.breadcrumb li.active a:hover {
    text-decoration: none;
}

.tools-and-calculators h4 {
    text-align: left;
}

.content_body h5,
.tools-and-calculators h5 {
    color: #f2b3a3;
    font-size: 18px;
}

.tools-and-calculators li:before {
    font-size: 16px;
    content: "\2022";
    position: relative;
    top: 2px;
    left: -18px;
    font-weight: bold;
    color: #20348b;
    line-height: 1;
}




