@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proximanova-thin.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proximanova-regular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proximanova-medium.otf') format('opentype');
    font-weight: 500;
}


@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proximanova-semibold.otf') format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proximanova-bold.otf') format('opentype');
    font-weight: 700;
}

html {
    min-height: 100%;
    overflow-x: hidden;
}

html, body {
    width: 100%;
}

body {
	background: #F9F9F9;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

ul, li {
    list-style: none;
}

a {
    color: #5B9EEF;
    text-decoration: none;
    cursor: pointer;
}

a:hover{
	text-decoration: none;
	color: #5B9EEF;
	/*opacity: .7;*/
}

a:focus{
	text-decoration: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

p, a, li, h1, h2, h3, h4, h5, h6{
    font-size: 18px;
    line-height: 1.5;
}

@media(max-width: 576px) {
    p, a, li, h1, h2, h3, h4, h5, h6{
        font-size: 16px;
        line-height: 1.5;
    }
}

#header:after {
    content: "";
    display: block;
    clear: both;
}

h1{
	font-size: 4em;
	/*color: #F59070;*/
	text-shadow: 0 2px 10px rgba(0,0,0,.3);
	line-height: 1.3;
	font-weight: bold;
}

h2{
	font-size: 2.6em;
}

h3 {
	font-size: 2.3em;
	font-weight: bold;
	color: #003969;
	margin: auto;
	margin-bottom: 30px;
    line-height: 1.3;
    text-align: center;
    max-width: 800px;
}

@media(max-width: 576px) {
    h3 {
        width: 90%;
        font-size: 1.3em;
    }
}

h4 {
	font-size: 1.4em;
	font-weight: bold;
}

body::-webkit-scrollbar {
    width: 0.7em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #183967;
  outline: 1px solid slategrey;
}

.banner-message {
    width: 100%;
    min-height: 70px;
    background-color: beige;
    padding: 20px;
    color: #333;
    text-align: center;
}

/*Wistia*/
.wistia_responsive_padding{
    padding: 56.25% 0 0 0;
    position: relative;
}
.wistia_responsive_wrapper{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;   
}
.wistia_embed{
    height: 100%;
    position: relative;
    width: 100%;    
}
/* Button */

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}

.btn {
    font-size: 16px;
    display: block;
    transition: .3s ease;
}

.border-btn {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 14px 20px;
    color: #fff;
    width: 150px;
}

.border-btn:after {
    content: '\f061';
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    margin-left: 16px;
    transform: translateX(0px);
    transition: .3s ease;
    display: inline-block;
}

.border-btn:hover {
    background: #5B9EEF;
    border-color: transparent;
}

.border-btn:hover:after {
    transform: translateX(4px);
}

.btn-more{
    border: 1px solid #003969;
    border-radius: 10px;
    padding: 14px 20px;
    color: #003969;
    width: 150px;
    margin: auto;
}

.btn-more:after {
    content: '';
    display: none;
}

.btn-more:hover {
    background: #5B9EEF;
    border-color: transparent;
    color: #fff;
}

.blue-border-btn {
    border: 1px solid #003969;
    color: #003969;
}

.blue-border-btn:after {
    color: #003969;
}

.blue-border-btn:hover:after {
    color: #fff;
}

.orange_btn {
    background: #F59070;
    color: #fff;
    border-radius: 10px;
    transition: .3s ease;
}

.orange_btn i {
    font-family: "FontAwesome";
    font-weight: 900;
    font-style: normal;
    margin-left: 6px;
    display: inline-block;
}

.orange_btn:hover {
    font-weight: bold;
}

.img-responsive {
    max-width: 100%;
}


/****************************************************\
						nav
\****************************************************/

/*---------------*\
        top
\*---------------*/

#top {
    /*position: absolute;*/
    position: fixed;
    width: 100%;
    top: 0;
    /*padding: 20px 0;*/
    background: transparent;
    z-index: 1;
    transition: .3s ease;
}

@media(max-width: 576px) {
    #top {
        padding: 10px 0;
    }
}

#top .navbar {
    padding: 20px 0;
    margin-bottom: 0;
}

#top .navbar-brand {
    padding: 20px 0;
}

#top .navbar-default {
    background: transparent;
    border-color: transparent;
}

#top .navbar-default .navbar-nav>li>a {
    color: #fff;
}

@media(max-width: 576px) {
    #top .navbar-default .navbar-nav>li>a {
        font-size: 16px;
    }
}

#top .navbar-brand span {
    color: #fff;
}

@media(max-width: 990px) {
    #top .container {
        display: block;
    }

    #top .navbar-brand {
        width: 100%;
        text-align: center;
    }
}

@media(max-width: 576px) {
    #top .navbar-brand {
        padding: 10px 0;
    }
}

#top .navbar-header {
    width: 100%;
    display: flex;
    align-items: center;
}

@media(max-width: 576px) {
    #top .navbar-header {
        display: block;
        margin: auto;
    }
}

#top .company-logo {
    width: auto;
	max-height: 50px;
    margin-right: 30px;
}

@media(max-width: 768px) {
    #top .company-logo {
        max-height: 50px;
        margin: 10px 20px;
    }

    .navbar-brand span {
        font-size: 20px;
    }
}

@media(max-width: 576px) {
    #top .company-logo {
        max-height: 36px;
        margin: 10px auto;
    }

    .navbar-brand span {
        font-size: 16px;
    }
}


#top ul.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

@media(max-width: 576px) {
    #top ul.navbar-nav {
        width: 100%;
        padding-top: 15px;
        padding-left: 6px;
        display: inline-block;
    }

    #top ul.navbar-nav .nav-item {
        float: left
    }
}

#top ul.navbar-nav .nav-item {
    margin: 0 10px;
    color: #fff;
}

@media(max-width: 414px) {
     #top ul.navbar-nav .nav-item {
         margin: 0 11px;
     }
 }
#top ul.navbar-nav .nav-item span {
    color: #fff;
}

#top ul.navbar-nav .nav-item:hover {
    text-decoration: underline;
}

#top ul.navbar-nav .nav-menu {
    margin-right: 0;
}

#top ul.navbar-nav .log-btn {
    color: #444;
    font-size: 16px;
    font-weight: 500;
}

#top ul.navbar-nav .log-btn .svg {
    display: inline-block;
    width: 14px;
    margin-right: 8px;
    fill: #444;
}

#top ul.navbar-nav .nav-link {
  padding: 20px 20px;
  color: #3b3d41;
}

#top ul.navbar-nav .arrow-btn {
    font-weight: 500;
}

#top .progress {
    display: block;
    overflow: hidden;
    position: absolute;
    left: -30px;
    top: 100%;
    right: 0;
    height: 5px;
    background: rgba(184, 184, 185, 0.2);
    transition: all 0.1s ease 0s;
}

#top > .progress > * {
    display: block;
    float: left;
    height: 5px;
    background: #84b819;
}

.menu-icon {
    width: 22px;
    margin: 0 10px;
    cursor: pointer;
}

.menu-icon span {
    width: 100%;
    height: 1px;
    margin: 5px auto;
    background: #fff;
    display: block;
}

.menu-btn:hover{
    font-weight: 500;
}

.menu-btn:hover .menu-icon span {
    height: 2px;
}



/*******************\
		Menu
\*******************/

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 2;
    display: none;
}

#menu {
    position: fixed;
    width: 400px;
    top: 0;
    height: 100vh;
    background: #fff;
    padding: 30px 30px 60px;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    transition: .3s ease;
    z-index: 9;
    display: none;
}

@media(max-width: 768px) {
    #menu {
        width: 90%;
        max-width: 400px;
    }
}

#menu .navbar-nav {
    padding: 0 20px;
}

#menu ul.navbar-nav > li {
    padding: 10px 0;
    clear: both;
}

#menu ul.navbar-nav > li > a  {
    color: #444;
    font-size: 18px;
    display: block;
    transition: .3s ease;
}

#menu ul.navbar-nav > li.active > a  {
    color: #003969;
    font-weight: bold;
    font-size: 18px;
    display: block;
    transition: .3s ease;
}

#menu ul.navbar-nav > li > a:hover {
    color: #003969;
    font-weight: 500;
    opacity: 1;
}

.maindropdown > a:after {
    content: '\f061';
    font-family: "FontAwesome";
    font-size: 12px;
    margin-left: 10px;
    color: #444;
}

.maindropdown > a:hover:after {
    transform: translateX(6px);
    color: #003969;
}

ul.dropdown-menu {
    position: relative;
    height: auto;
    border: 0;
    padding: 0;
    padding-left: 20px;
    background: transparent;
    box-shadow: none;
    transition: .3s ease;
}

ul.dropdown-menu > li {
    padding: 10px 0;
    transition: .3s ease;
}

ul.dropdown-menu > li a {
    color: #444;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 0;
    width: 260px;
    white-space: pre-wrap;
    vertical-align: middle;
}

@media(max-width: 576px) {
    ul.dropdown-menu > li a {
        font-size: 15px;
    }
}

ul.dropdown-menu > li:hover > a {
    background: transparent;
    color: #0562B5;
}

ul.dropdown-menu > li:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    font-size: 11px;
    /*font-size: .6rem;*/
    font-weight: bold;
    margin-right: 8px;
    color: #444;
    display: inline-block;
    transition: .3s ease;
}

ul.dropdown-menu > li:hover:before {
    color: #0562B5;
}

ul.dropdown-menu > li:hover:before {
    transform: translateX(4px);
}

ul.dropdown-menu > li:hover > a {
    font-weight: 500;
}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #0562B5;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    /*font-weight: bold;*/
}

.dropdown-toggle:after{
    display: none;
}

.menu-close {
    position: relative;
    cursor: pointer;
    padding: 10px 0 20px 10px;
    display: flex;
    align-items: center;
    transition: .3s ease;
}

.menu-close > span {
    margin-left: 16px;
    font-size: 18px;
}

.menu-close:before{
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 1px;
    background: #3B3D41;
    transform: rotate(45deg);
}

.menu-close:after{
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 1px;
    background: #3B3D41;
    transform: rotate(-45deg);
}

.menu-close:hover:before, .menu-close:hover:after {
    height: 2px;
}

.menu-close:hover span {
    font-weight: bold;
}



/****************************************************\
						nav end
\****************************************************/

/****************************************************\
						banner
\****************************************************/

@media screen and (max-width: 1680px){
    #banner {
        padding: 10em 0 18em 0;
    }
}

#banner {
    background-attachment: scroll;
    background-color: #13222F;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 0;
    text-align: left;
    position:  relative;
    overflow: hidden;
}

@media(max-width: 767px){
	#banner{
		background-attachment: scroll;
	}
}

#banner{
	height: 100vh;
}

.overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(19, 34, 46, 0.2);
}

.blue-box {
    position: absolute;
    top: 55%;
    right: calc(100% / 2 + 5%);
    width: 530px;
    height: 560px;
    background: rgba(0, 51, 102, .8);
    box-shadow: 0 4px 20px rgba(0,0,0,.6);
    transform: translateY(-50%);
    transition: .3s ease;
}

@media(max-width: 1200px) {
    .blue-box {
        left: 22px;
        width: 410px;
        height: 440px;
    }
}

@media(max-width: 990px) {
    .blue-box {
        width: 93%;
        height: 68vh;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

#banner h1 {
    font-size: 7.4rem;
    color: #fff;
}

@media(max-width: 1200px) {
    #banner h1 {
        font-size: 5.5rem;
    }
}

@media(max-width: 576px) {
    #banner h1 {
        font-size: 4rem;
    }
}

@media(max-width: 414px) {
    #banner h1 {
        font-size: 3rem;
    }
}

#banner h2 {
    font-size: 2.8em;
	color: #fff;
	text-shadow: 0 2px 10px rgba(0,0,0,.3);
	line-height: 1.3;
	margin: 20px 0;
	font-weight: 400;
}

@media(max-width: 1100px) {
    #banner h2 {
        font-size: 2em;
    }
}

@media(max-width: 576px) {
    #banner h2 {
        margin: 10px 0;
    }
}

#banner p {
    font-size: 18px;
    margin-bottom: 30px;
}

@media(max-width: 576px) {
    #banner p {
        font-size: 16px;
    }
}

@media(max-width: 414px) {
    #banner p {
        font-size: 13px;
    }
}

#banner p, #banner h2, #banner a{
	-webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#banner a.border-btn {
    background: rgba( 255,255,255, .1);
}

#banner .container{
	position: relative;
 	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

#banner .banner-title {
    text-align: left;
    margin-right: 40px;
}

@media(max-width: 767px){
	#banner .banner-title h2{
		font-size: 2em;
	}
}

@media(max-width: 576px){
	#banner .banner-title h2{
		font-size: 1.2em;
	}
}

#banner .banner-text {
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 0;
    bottom: -100px;
    padding-left: 40px;
    transition: .3s ease;
}

@media(max-width: 990px) {
    #banner .banner-text {
        position: relative;
        padding-left: 15px;
        bottom: 0;
    }
}


.sub-banner {
    position: relative;
    background-attachment: scroll;
    height: 50vh;
    display: flex;
    align-items: center;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    transition: .3s ease;
}

@media(max-width: 1200px) {
    .sub-banner {
        /*background-attachment: scroll;*/
        height: 40vh;
    }
}

@media(max-width: 1200px) {
    .sub-banner {
        /*background-attachment: scroll;*/
        height: 40vh;
    }
}

@media(max-width: 990px) {
    .sub-banner {
        background-position-y: 0 !important;
    }
}


.sub-banner .container {
    margin-top: 100px;
}

.banner_text {
    position: relative;
    color: #fff;
}

.banner_text h2 {
    font-weight: bold;
    font-size: 3em;
}

@media(max-width: 1200px) {
    .banner_text h2 {
        font-size: 2em;
    }
}

@media(max-width: 576px) {
    .banner_text h2 {
        font-size: 1.4em;
        line-height: 1.5em;
    }
}


/****************************************************\
					banner end
\****************************************************/

/****************************************************\
					home content
\****************************************************/


.section{
	padding: 1.5em 0;
}

.gap-line {
    width: 1px;
    height: 260px;
    background: #ddd;
    display: inline-block;
    vertical-align: middle;
}

.peo-all {
    display: flex;
    align-items: center;
}

.peo-all span {
    font-size: 22px;
    color: #c1c1c1;
    padding-right: 0;
    font-weight: bold;
    transition: .3s ease;
}

.peo-all:nth-child(2n) span {
    text-align: right;
}

.peo-all img {
    width: 220px;
    -webkit-filter: grayscale(100%) drop-shadow(0 9px 20px rgba(0, 0, 0, 0)); /* Chrome, Safari, Opera */
    filter: grayscale(100%) drop-shadow(0 9px 20px rgba(0, 0, 0, 0));
    transition: .3s ease;
}

a.peo-all:hover {
    opacity: 1;
}

.peo-all:hover span {
    color: #003969;
    font-weight: bold;
}

.peo-all:hover img {
    -webkit-filter: drop-shadow(0 9px 20px rgba(0, 0, 0, 0.3));
    filter: grayscale(0%) drop-shadow(0 9px 20px rgba(0, 0, 0, 0.3));
}

.peo-advisor {
    border-right: 1px solid #eee;
}

.blue-area {
    background: #003366;
    width: 100%;
    color: #fff;
    text-align: center;
}

.blue-area h3 {
    color: #fff;
}

.blue-area .content {
    font-size: 18px;
    margin: 20px auto;
    /*max-width: 1000px;*/
}

@media(max-width: 768px) {
    .blue-area .content {
        font-size: 16px;
    }

}

.blue-area .border-btn {
    margin: auto;
}

.blue-video-area {
    width: 100%;
    height: 550px;
    text-align: left !important;
    margin-bottom: 200px;
}

@media(max-width: 576px) {
    .blue-video-area {
        height: 650px;
    }
}

.blue-video-area iframe {
    width: 100%;
    height: 60vh;
    margin: 40px auto 20px;
    display: block;
}

@media(max-width: 990px) {
    .blue-video-area iframe {
        height: 50vh;
    }
}

@media(max-width: 768px) {
    .blue-video-area iframe {
        height: 40vh;
    }
}

.white-box {
    width: calc(100% / 2 - 20px);
    border-radius: 40px;
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    margin-bottom: 20px;
    min-height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 1200px) {
    .white-box {
        min-height: 290px;
    }
}

@media(max-width: 414px) {
    .white-box {
        width: calc(100% / 2 - 10px);
        padding: 20px 16px;
        border-radius: 30px;
    }
}

.white-box p.title {
    color: #003969 !important;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: none;
}

.white-box:nth-child(2n-1) {
    margin-right: 20px;
}

.white-box svg {
    fill: #183967;
    margin: auto;
    height: 70px;
}

.white-box p {
    color: #444;
    font-size: 18px;
    font-weight: bold;
}

.center-section {
    display: flex;
    align-items: center;
}

@media(max-width: 990px) {
    .center-section {
        display: block;
    }
}

.center-section h3 {
    text-align: left;
}

@media(max-width: 990px) {
    .center-section h3 {
        max-width: 100%;
        text-align: center;
    }

    .center-section .border-btn {
        margin: 20px auto 40px;
    }

}

.video iframe {
    width: 100%;
    height: 50vh;
    min-height: 27vw;
    margin: 20px 0;
}

.video h3{
    text-align: left;
}

.video .border-btn {
    width: 100%;
    white-space: break-spaces;
}

.link-box a {
    display: block;
    margin-bottom: 40px;
}

.link-box img {
    margin-bottom: 10px;
    max-width: 100%;
    object-fit: cover;
}

.title:hover {
    text-decoration: underline;
}



/****************************************************\
				home content end
\****************************************************/


/****************************************************\
				sub pages content
\****************************************************/

#main {
    padding: 1.5em 0;
}

#IMA {
    padding: 2em 0;
}

#IMA iframe {
    width: 100%;
    height: 330px;
    margin-bottom: 10px;
}


.plan_landing_outer_wrapper > div{
	padding: 0.5em;
}

.plan_landing_inner_wrapper{
	position: relative;
}

.plan_landing_page{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 3;
}

.plan_landing_page:after{
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 20%, rgba(255,255,255, 0) 80% );
	z-index: -1;
}


.seven_process{
	background-color: #fff;
}

.seven_process > .container{
	position: relative;
	background: #fff;
}



#main .section_bottomline{
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 5em;
	padding-bottom: 4em;
}

.section.about_us p{
	text-align: left;
}

.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: #001e41;
}

.set .content-display p.subheading:after {
  	content : "";
  	display: block;
  	height  : 1px;
  	width: 45px;
  	margin: 0.7em 0 1em;
  	border-bottom: 2px solid #001e41;
}

.set .content a{
	color: #333;
	font-weight: 400;
	font-size: 1em;
}

.i-want-to .btn{
	border: 2px solid #333;
}

.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: #001e41;
    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: #001e41;
}

@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: #001e41;
	margin: 2em 0;
	text-transform: uppercase;
	padding-left: 1.1em;
}

/****************************************************\
					page header end
\****************************************************/


/****************************************************\
					content body
\****************************************************/

.content_body {
    margin-top: 1em;
}

.content_body h2 {
    margin: 0;
}

.content_body .sub-title {
    color: #003969;
    font-size: 18px;
    text-align: center;
}

.content_body p {
    /*color: #999;*/
    font-size: 16px;
}

.content_body p.desc {
    color: #444 !important;
    font-size: 1em;
}

.article_content_body p {
    margin-bottom: 24px;
}

.content_body h2{
	border-bottom: solid 2px #e5e5e5;
	margin-bottom: 0.8em;
	padding-bottom: 0.8em;
	padding-top:  1em;
}

.content_body h3{
	font-size: 2em;
	font-weight: bold;
	max-width: 800px;
	margin: auto;
	margin-bottom: 30px;
    line-height: 1.5;
    text-align: center;
}

@media(max-width: 576px) {
    .content_body h3 {
        font-size: 1.3em;
    }
}

.content_body h4{
	font-size: 1.4em;
	color: #003969;
	font-weight: bold;
	margin-top: 40px;
}

.content_body_img{
	border-radius: 0 0 6px 6px;
	display: block;
	margin: 3em 0 -3em -3em;
	position: relative;
	width: calc(100% + 6em);
}

.content_body_img img{
	display: block;
	width: 100%;
}

.content_body ul{
	padding-left: 0;
}

.content_body ul li{
	font-size: 1.2em;
	padding-bottom: 0.5em;
	position: relative;
	padding-left: 1.5em;
	line-height: 1.5em;
	color: #777;
	font-weight: lighter;
}

.content_body ul > li:before{
	position:absolute;
	font-family: 'FontAwesome';
	content: '\f111';
	left: 3px;
	top: 1px;
	font-size: 7px;
	color: #001e41;
}

.content_body a{
	color: #F59070;
	font-weight: bold;
}

.content_body a:hover{
	opacity: 0.7;
	text-decoration: underline;
}

.content_body iframe {
    width: 100%;
    height: 50vh;
    margin: 20px auto 10px;
    display: block;
    transition: .3s ease;
}


iframe.HWHA-video{
    width: 700px;
    height: 400px;
}

iframe.HWHA-video-testimonial {
    width: 100%;
    height: 200px;
}

@media(max-width: 1024px) {
    .content_body iframe {
        height: 40vh;
    }

    iframe.HWHA-video{
        width: 100%;
    }

}

.content_block {
    max-width: 500px;
    float: left;
}

.content_block:nth-child(2n) {
    float: right;
}

@media(max-width: 990px) {
    .content_block {
        max-width: 100%;
        clear: both;
    }
}


/****************************************************\
				content body end
\****************************************************/

.content_body.team_profile .btn.blue_btn{
	margin-top: 1em;
}

.content_body .team{
	padding: 2em 0 2em;
}

.plan_landing{

object-fit: cover;
}
.plan_landing_page h4{
	color: #fff;
	text-align: center;
}


/****************************************************\
				time line
\****************************************************/

#timeline .timeline-item:after,
#timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}



#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;
}
#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: #001e41;
}
#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;
	}
}


/****************************************************\
				seven process end
\****************************************************/
/****************************************************\
					bottom banner
\****************************************************/

.bottom_banner > div{
    padding: 2em 0em;
    text-align: center;
}

.bottom_banner.blue_bottom_banner{
    background-color: #444;
    position: relative;
    z-index: 6;
}

.bottom_banner h2, .bottom_banner p{
    color: #001e41;
}

@media(max-width: 767px){
	.bottom_banner h2{
    	font-size: 2em;
	}
}

.btn_wrapper{
	text-align: center;
}


.btn.blue_btn{
	color: #333;
	border-color: #333;
}

a.btn.white_btn{
	color: #ffffff;
	border-color: #ffffff;
}

a.btn.white_btn:hover{
	background-color: rgba(255, 255, 255, 0.3);
	opacity: 1;
}

.bottom_banner a.btn.blue_btn{
	margin-top: 2em;
}

.btn.blue_btn:hover{
    background-color: rgba(51, 51, 51, 0.3);
    opacity: 1;
}

.bottom_banner .row{
	padding: 2em 3em;
}

.bottom_banner a.short_icon i, .bottom_banner a.short_icon span.text{
	color: #333;
	text-transform: uppercase;
}

.bottom_banner a.short_icon:hover i.icon, .bottom_banner a.short_icon:hover span.text{
	opacity: 0.5;
	color: #001e41;
}
.bottom_banner.blue_bottom_banner i.icon, .bottom_banner.blue_bottom_banner a.short_icon span.text{
	color: #fff;
}

@media(max-width: 991px){
	.bottom_banner .row > div:first-child, .bottom_banner .row > div:nth-child(2){
		margin-bottom: 4em;
	}
}

.information{
	background-color: whitesmoke;
}

.information h3{
	text-align: center;
	margin-top:  0;
}

.information a{
	color:#001E41;
	font-weight:bold;
}

/****************************************************\
					bottom banner end
\****************************************************/

/****************************************************\
					footer
\****************************************************/

#footer{
	background: #003969;
	padding: 3em 0 1em;
}

#footer a{
	font-size: 1em;
	color:#fff;
}

#footer p{
	font-size: 0.75em;
	color:#fff;
}

#footer p.footer-links, #footer p.footer-links a {
	font-size: 13px;
}

@media(min-width: 768px){
	#footer .footer_text > .col-md-8{
		padding-right: 3em;
	}
}

@media(max-width: 768px) {
    #footer p {
	    font-size: .9em;
	    line-height: 30px;
	}

	#footer p.footer-links, #footer p.footer-links a {
	    font-size: .9em;
	}
}

#footer .amp_logo_desc{
  color: #FAFAFA;
  font-weight:lighter;
  font-style:italic;
  padding-bottom:0;
  margin-bottom:0;
  font-size: 1em;
}

.footer_text P a strong{
    font-size: 0.8em;
}

#footer .social_wrapper{
	clear:left;
	width: 100%;
}

ul.social_icon li{
    display: inline-block;
    padding: 0 1.25em 0 0;
}

@media(max-width: 576px) {
    ul.social_icon li {
        padding: 0 2em 0 0;
    }

    #footer ul.social_icon li span.label {
        font-size: 24px !important;
    }
}

ul.social_icon {
    margin-bottom: 1em;
    padding-left: 0;
    /* clear: left; */
}

@media(max-width:1199px){
	#footer{
		padding: 1%;
		padding-top: 2em;
	}
	ul.social_icon {
    padding-left:0;
 }
}

#footer h5{
	font-size: 1.2em;
	color: #fff;
	clear: left;
	text-align: left;
	margin-top: 0;
}

#footer ul.social_icon li span.label{
	display: inline-block;
	padding: 0;
	font-size: 20px;
}

#footer .amp_logo{
	float: left;
	margin-bottom: 1.5em;
	height: 40px;
}

.award {
    height: 120px;
}

/****************************************************\
					footer end
\****************************************************/

/***********************************
          News
************************************/

.post-area,
.post-title,
.post-date {
  display: block;
  width: 100%;
}

.post-area.animated{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.news .post-area.animated:nth-child(-n+3){
  -webkit-animation-delay: 1.5s; /* Safari 4.0 - 8.0 */
  animation-delay: 1.5s;
}

.load-more.animated{
  -webkit-animation-delay: 1.5s; /* Safari 4.0 - 8.0 */
  animation-delay: 1.5s;
}

.post-area .col-sm-4{
    padding-left:8px;
    padding-right:8px;
}

.post-title .p-title {
    padding-top: 10px;
    margin-bottom: 10px;
    width: auto;
    word-wrap: break-word;
    text-align: justify;
    clear: both;
    overflow: hidden;
    height: 90px;
}

@media(max-width: 768px) and (min-width: 415px) {
    .post-title .p-title {
        height: 70px;
    }
}

.p-title a {
    color: #4a4a4a !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.post-more{
  margin-top: 10px;
}

.post-more a {
  color: #003969;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.post-more i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.post-more a:hover {
    color: #F59070;
}

.post-more a:hover i {
  transform: translateX(4px);
  color: #F59070;
}

.post-area .preview-image {
  display: block;
  overflow: hidden;
  width: 100%;
}

.preview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview-content {
    word-wrap: break-word;
    font-size: 16px;
    line-height: 1.69231;
    color: #505050;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 47px;
    color: #999;
}

.load-more{
  text-align: center;
  clear: both;
  margin: 0 0 60px 0;
}

.post-content .post-title p, .post-content .post-more p{
	text-align: left;
}

.post-content {
	margin-bottom: 20px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 3px rgba(0,0,0,.05);
	transition: .3s ease;
}

.post-content:hover {
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
}

.post-content-text {
    padding: 20px 30px;
}

.post-content-text a {
    color: #4a4a4a !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.post-content-text a:hover  {
    text-decoration: none !important;
}

.post-content-text .time {
    color: #999;
    font-size: 14px;
    font-weight: normal;
}


@media(max-width:767px){
  .post-area .preview-image{
        height: auto !important;
  }

  .post-area{
        /*margin-bottom:50px;*/
  }
}

.post-blog-content {
    margin-bottom: 10px;
}

#searchLoadingImg{
	text-align: center;
}

/****************************************************\
					news end
\****************************************************/

/****************************************************\
				news page content
\****************************************************/

#main.newsletter{
    padding-top:4em;
}

@media(max-width:767px){
    #main.newsletter{
      padding: 3em 0;
  }
}

.news-content h1 {
    color: #003969;
    text-shadow: none;
    width: 100%;
    text-align: center;
}

.news-content h4 {
    color: #444;
    text-align: center;
}

.news-content p {
	font-size: 1.2em;
}

.news-content a {
    color: #003969;
    font-size: inherit;
    font-weight: bold;
    cursor: pointer;
}

.newsletter-info{
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.newsletter-info .container .row{
    align-items: center;
    justify-content: center;
    display: flex;
}

.newsletter-info .middle{
  text-align:center;
}
.newsletter-info .right{
  text-align: right;
}


.newsletter-info i {
    margin-right: 10px;
}


.newsletter-info a{
  text-transform: uppercase;
  color: #5B9EEF;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.newsletter-info .left span{
  padding-right:10px;
}

.newsletter-info .right .tools span{
  padding-left:10px;
  font-size:25px;
}

.newsletter-info .title{
  font-weight:bold;
  font-size:18px;
}

.newsletter-info .date {
  font-weight:lighter;
  padding-top:5px;
}

@media(max-width:767px){
  .newsletter-info .row:first-child{
    border-bottom:1px solid #E0E0E0;
  }
  .newsletter-info{
    padding:0;
  }
  .newsletter-info .row{
    padding:10px 0;
  }
}

.addthis_inline_share_toolbox{
  position:absolute;
  right: 5px;
  top: 40px;
  width: 50px;
}

.newsletter .hr{
  margin-top: 50px;
  margin-bottom: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.recent-articles{
  margin-left:-8px;
  margin-right:-8px;
}
.recent-articles h3{
  text-align:center;
  margin: 1.5em 0;
  max-width: 100%;
}

@media(max-width:767px){
  .recent-articles h3{
    text-align:center;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}


/****************************************************\
				news page content end
\****************************************************/



/********************
    Contact us page
*********************/

/*#contact h3 {*/
/*    color: #003969;*/
/*}*/

#contact .info {
    text-align: left;
    max-width: 430px;
    margin: auto;
}

@media(max-width: 576px) {
    #contact .info {
        width: 100%;
    }
}

#contact .info i {
    margin: 0 12px;
    color: #003969;
}

#contact .info a {
    color: #003366;
    font-weight: bold;
    margin: 0 0 0 8px;
}

#contact .info a:hover {
    text-decoration: underline;
}

#contact .info p {
    display: flex;
    align-items: center;
}

@media(max-width: 576px) {
    #contact .info p, #contact .info a {
        font-size: 16px;
    }
}

.contact-us {
    /*padding-bottom: 60px !important;*/
}

.contact-note {
    font-size: 24px;
    font-weight: bold;
    color: #444;
    margin-top: 20px;
}

.contact_us_form {
    background: #fff;
    padding: 40px 0;
}

.cast-contact_us_form {
    background: transparent;
    padding: 40px 0;
}

.contact-content,
.contact-form-content {
    text-align: center;
    padding-bottom: 30px;
}

.contact-form-content h1 {
    padding-bottom: 20px;
}

@media(max-width: 767px) {
    .contact-form {
        margin-bottom: 3em;
    }
}

.contact-address {
    margin: 25px 0;
}

.contact-details .contact-info {
    font-size: 18px;
    color: #C98D44;
    line-height: 40px;
}

.contact-details .contact-info i {
    width: 40px;
    font-size: 25px;
}

.contact-details .contact-info a {
    color: inherit;
}

@media(max-width:767px) {
    .contact-details {
        padding-top: 20px;
    }

    .contact-details .contact-info {
        font-size: 13px;
    }
}

@media(min-width:768px) {
    .contact-details {
        padding-left: 50px;
    }
}

.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}

@media(max-width: 576px) {
    .contact-form .form-field {
        margin: 10px 0;
    }
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 45px;
    padding-left: 5px;
    padding-bottom: 0px;
    border-width: 0 0 1px 0;
    border-color: #999;
    border-radius: 0;
    color: #010101;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cast-contact-form .input-text, .cast-contact-form select {
    background-color: transparent;
}

.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);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    color: #444;
}

.contact-form .label {
    position: absolute;
    left: 10px;
    bottom: 11px;
    font-size: 16px;
    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;
    -o-transition: 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 .comment-lable {
    position: relative;
    left: 0;
    padding-left: 0;
}

.contact-form button.btn.orange_btn {
	padding: 1em 4em;
	clear: both;
}

@media(max-width: 990px) {
    .contact-form button.btn.orange_btn {
        margin: auto;
    }
}

.get-started>.row:first-child{
  margin-bottom: 50px;
}

.form-field.has-error input {
    border-color: #a94442;
}

.contact-form .submit {
    text-align: center;
    margin: 15px 0;
}

.g-recaptcha {
    float: left;
    margin-bottom: 20px;
}

@media(max-width: 990px) {
    .g-recaptcha {
        float: none;
    }
}

.g-recaptcha > div {
    width: 100% !important;
}

@media(max-width:767px) {
    .form-field {
        padding-top: 30px;
    }

    .g-recaptcha {
        -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
}


.contact-form {
    padding: 0 60px;
}

.cast-contact-form {
    padding: 0 30px;
}

#formWidgetSubmitResultText {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #F59070;
    margin: 20px 0;
    display: inline-block;
}

#Reason, #Title, #Hear {
    width: 100%;
    padding: 8px 10px;
    border: 0;
    border-bottom: 1px solid #999;
    font-size: 16px;
    color: #999;
}

#Reason:focus, #Title:focus, #Hear:focus {
    border: 0;
}

#message1, #message2, #message3 {
    border-color: #999;
    width: 100%;
    min-height: 100px;
    border-radius: 4px;
    display: none;
    padding: 10px;
}

#Comment {
    border-color: #999;
    width: 100%;
    min-height: 100px;
    border-radius: 4px;
    padding: 10px;
    margin: 0;
}



.input-group-addon {
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #999;
    color: #444;
}

#datetimepicker input[type="text"]::placeholder  {
    color: #999;
}

.help-block {
    display: inline-block;
    margin-left: 10px;
}

option[value=""][disabled] {
  display: none;
}





/****************************************************\
				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 {
  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;
}

#ob_title h3:after {
	border-bottom: none;
}

/****************************************************\
        		 orangebox end (video)
\****************************************************/


/****************************************************\
					mouse wheel
\****************************************************/

#mouse-scroll {
  style: block;
}
#mouse-scroll {
  position: absolute;
  margin: auto;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  z-index: 9999;
}
#mouse-scroll span{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
       transform: rotate(45deg);
       transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 0 0 3px 5px;
}

#mouse-scroll .mouse {
  height: 33px;
  width: 20px;
  border-radius: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 2px solid #ffffff;
  position: absolute;
  top: -30px;
  left: -3px;
}
#mouse-scroll .down-arrow-1 {
  margin-top: 6px;
}

#mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

#mouse-croll .down-arrow-1 {
   -webkit-animation-delay: .1s;
   -moz-animation-delay: .1s;
   -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-2 {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-3 {
   -webkit-animation-delay: .3s;
   -moz-animation-dekay: .3s;
   -webkit-animation-direction: alternate;
}
#mouse-scroll .mouse-in {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #ffffff;
  position: relative;
}
#mouse-scroll .mouse-in {
 -webkit-animation: animated-mouse 1.2s ease infinite;
  moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
     opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.mouse_wheel{
	position: absolute;
	width: 100%;
	height: 100vh;
}

.mouse_wheel a:hover{
	opacity: 1;
}

/****************************************************\
					mouse wheel end
\****************************************************/

/****************************************************\
				orange box
\****************************************************/

#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;
}


/*******************************************
            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;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -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: 16px;
    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;
}


.navbar-form .search-btn{
	background-color: #001e41;
	padding: 0.44em 2.5em;
	font-size: 16px;
}

.navbar-form .search-btn span{
	color: #fff;
}

.navbar-form input{
	border-radius: 0;
	border-right: 0;
}

.navbar-form input:focus{
	border-color: #001e41;
	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);
}


#error{
	display: block;
	color: #a94442;
}


/* 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 */
#footer a,
.contact_details a,
.content_body a {
	margin: 0 0 10px;
	position: relative;
	text-decoration: underline;
}

#footer a::after,
.contact_details a::after,
.content_body 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);
}

#footer a:hover::after,
#footer a:focus::after,
.contact_details a:hover::after,
.contact_details a:focus::after,
.content_body a:hover::after,
.content_body a:focus::after {
	height: 1px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/*********************
     Testimonial
**********************/

#testimonial {
    transition: .3s ease;
}

#testimonial.testimonial-area i {
    position: absolute;
    top: 20px;
    left: 30px;
    color: #999;
    opacity: .1;
    font-size: 7em;
}

#testimonial i {
    position: absolute;
    top: 20px;
    left: 17%;
    color: #999;
    opacity: .1;
    font-size: 7em;
    z-index: 1;
}

#testimonial p {
    color: #444;
    text-shadow: none;
}

#testimonial .text {
    font-size: 18px;
    text-align: left;
    width: 100%;
    margin: auto;
}

#testimonial .name p {
    display: table-cell;
    font-weight: bold;
    margin: 30px 0;
    color: #F59070;
    vertical-align: middle;
    text-align: left;
}

.carousel-caption {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
}


@media(max-width: 576px) {
    .carousel-caption {
        padding: 0 0 40px;
    }
}

.carousel-indicators li {
    border-color: #999;
    margin: 1px 4px;
}

.carousel-indicators .active {
    background: #5B9EEF;
    border-color: transparent;
}

.carousel-indicators {
    bottom: 10px;
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 10px;
    }
}

.testimonial-content {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    width: 70%;
    margin: auto;
}

@media(max-width: 576px) {
    .testimonial-content {
        width: 100%;
    }
}


/*******************
    Circle card
********************/

.circle-card {
    min-height: 200px;
    margin-bottom: 40px;
}

@media(max-width: 414px) {
    .circle-card {
        min-height: 220px;
        margin-bottom: 20px;
    }
}

.circle-card .svg {
    width: 90px;
    height: 90px;
    background: rgba(91, 158, 239, .08);
    padding: 20px;
    margin: 20px auto;
    border-radius: 100px;
}

.circle-card svg {
    fill: #003969;
}

.circle-card p {
    max-width: 200px;
    text-align: center;
    color: #444;
    font-weight: bold;
    margin: auto;
}


/*************
    Card
*************/

.card {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: .3s ease;
}

@media(max-width: 576px) {
    .card {
        box-shadow: 0 4px 10px rgba(0,0,0,.1);
    }
}

.card:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
}

.card-img {
    height: 160px;
    overflow: hidden;
}

@media(max-width: 768px) {
    .card-img {
        height: 200px;
    }

}

.card-content {
    padding: 30px;
    background: #fff;
    min-height: 300px;
}

@media(max-width: 1200px) {
    .card-content {
        min-height: 330px;
    }
}

@media(max-width: 900px) {
    .card-content {
        min-height: 300px;
    }
}

@media(max-width: 768px) {
    .card-content {
        min-height: auto;
    }
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    color: #003969;
    text-align: center;
    margin-bottom: 16px;
}

.card-text {
    color: #999;
}


/****************
     Our Team
*****************/

#member h3 {
    margin-top: 30px;
}

#member h3 > a {
    font-size: 1em;
    color: #003969;
}

#member .section {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding: 0;
}

#member .section:first-child, #member .section:last-child {
    border: 0;
}

.team-member {
    line-height: 1.2;
    min-height: 240px;
    margin: 20px 0;
    padding: 0;
    text-align: left;
    width: calc(100% / 2 - 30px);
    border: 1px solid #999;
}

.one-member {
    width: calc(100% / 2 - 15px);
    float: left;
    margin-left: -15px;
}

@media(max-width: 991px) {
    .team-member {
        width: 95%;
    }

    .one-member {
        width: calc(100% / 2 + 15px);
        float: left;
        margin-left: -15px !important;
        margin-bottom: 20px;
    }
}

.team-member:nth-child(odd) {
    margin-right: 10px;
}

@media(max-width: 768px) {
    .team-member, .team-member:nth-child(odd) {
        margin: 20px auto;
    }
}

.team-member img {
    width: 180px;
    height: 240px;
    min-height: 200px;
    margin-right: 20px;
    object-fit: cover;
    float: left;
}

.member-info {
    display: block;
    width: calc(100% - 230px);
    margin-top: 20px;
    float: left;
}

@media(max-width: 990px) {
    .team-member img {
        width: 100%;
        height: auto;
    }

    .member-info {
        width: 80%;
        margin: 20px;
    }
}

.team-card a {
    cursor: pointer;
}

.team-card .more-info {
    display: inline-block;
    margin-top: 10px;
}

.member-arrow {
    position: absolute;
    display: block;
    right: 50%;
    transform: translateX(-50%);
}

.member-arrow span:nth-child(1) {
    width: 4px;
    height: 70px;
    background: #003969;
    position: absolute;
    bottom: -50px;
}

.member-arrow span:nth-child(2) {
    width: 4px;
    height: 20px;
    background: #003969;
    position: absolute;
    transform: rotate(45deg) translate(8px);
    bottom: -50px;
}

.member-arrow span:nth-child(3) {
    width: 4px;
    height: 20px;
    background: #003969;
    position: absolute;
    transform: rotate(-45deg) translate(-8px);
    bottom: -50px;
}

.member-name {
    font-weight: bold;
}

.member-title, .member-team {
    color: #999;
    text-indent: -10px;
    margin-left: 20px;
    font-size: 16px;
}

.member-title:before, .member-team:before {
    content: '\f101';
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: rgb(0, 51,102);
    font-size: inherit;
}

.member-mail .fa {
    font-size: 14px;
    margin-right: 10px;
    color: rgb(0, 51,102);
}

.member-mail a {
    font-size: 15px;
}

.member-empty {
    opacity: 0;
}

@media(max-width: 990px) {
    .member-empty {
        display: none;
    }
}

@media(max-width: 576px) {
    .member-mail .fa {
        font-size: 30px;
    }

    .member-mail span {
        display: none;
    }
}

#member .close-icon {
    position: absolute;
    right: 30px;
    cursor: pointer;
}



/****************
    Our partner
*****************/

#partner .desc {
    max-width: 1000px;
    text-align: left;
    margin: auto;
    margin-bottom: 20px;
    font-size: 18px
}

.partner-content {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

@media(max-width: 990px) {
    .partner-content {
        display: inline-block;
    }

    .partner-content .title {
        text-align: center;
    }

    .partner-logo {
        display: block !important;
        text-align: center;
    }
}

.partner-content:last-child {
    border: none;
}

.partner-logo {
    display: flex;
}

.partner-logo img{
    max-width: 160px;
    margin: 20px auto;
}

.partner-content .title {
    font-size: 22px;
    font-weight: bold;
    color: #003969;
    margin-bottom: 10px;
}

.partner-content p {
    color: #999;
}


/*************************
    Adviser testimonial
**************************/

.testimonial-area {
    position: relative;
}

#testimonial.testimonial-area p.text {
    color: #444;
}

.item-content {
    padding: 40px 50px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 40px;
    display: inline-block;
    transition: .3s ease;
}

@media(max-width: 990px) {
    .item-content {
        box-shadow: 0 4px 10px rgba(0,0,0,.05);
    }
}

@media(max-width: 768px) {
    .item-content {
        padding: 30px;
    }
}

.item-content:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,.05);
}

.item-content .name, .item .name {
    display: table;
    margin-top: 20px;
}

.item .name {
    margin-top: 40px;
}

.item-content img, .item img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    overflow: hidden;
    object-fit: cover;
    margin-right: 20px;
    display: block;
    float: left;
}


/*Exchange Traded Funds page*/

.ETFs {
    padding-bottom: 60px;
}

.ETFs .white-box {
    display: block;
    margin-top: 30px;
    min-height: 375px;
}

@media(max-width: 990px) {
    .ETFs .white-box {
        min-height: auto;
        width: auto;
        margin-right: 0;
    }
}

.ETFs .white-box p {
    color: #444;
}


/*****************
    AAIC page
******************/

.AAIC-members .member {
    border-bottom: 1px solid  #eee;
    padding: 40px 0;
}

.AAIC-members .member:last-child {
    border: 0;
}

.AAIC-members img {
    width: 180px;
    height: 180px;
    border-radius: 100px;
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 20px;
}

.AAIC-members .name {
    color: #003969;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.AAIC-members .title {
    color: #444;
    font-size: 18px;
}

.AAIC-members .title:hover {
    text-decoration: none;
}

.AAIC-members .desc {
    color: #999;
}

.AAIC-members .desc:before {
    content: '';
    width: 16px;
    height: 2px;
    background: #5B9EEF;
    margin: 10px 0;
    display: block;
}


/************************
    In the media page
*************************/
#media .content {
    margin: 30px 0;
}

#media .content .title {
    color: #003969;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

#media .content .title:hover {
    text-decoration: none;
}

#media .content .name {
    font-weight: bold;
}

#media .content a {
    color: #5B9EEF;
    font-weight: 600;
    transition: .3s ease;
}

#media .content a > i {
    margin-right: 8px;
}

#media .content .download a {
    color: #5B9EEF;
    font-weight: 600;
    transition: .3s ease;
    margin: 6px 0;
}

#media .content a:hover, #media .content .download a:hover {
    text-decoration: underline;
    opacity: 1;
}

#media .content .download a:before {
    content: '\f0ed';
    font-family: 'FontAwesome';
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    color: #5B9EEF;
}

#accordionMedia .card , #cast .card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eee;
    clear: both;
}

#accordionMedia h2 button:not(.collapsed) {
    width: 100%;
    color: #003969;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding: 0 30px 20px;
}

#accordionMedia h2 button {
    border-bottom: 0;
    width: 100%;
    color: #003969;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding: 0 30px 20px;
}

#accordionMedia h2 button:after {
    content: '\f078';
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #003969;
    float: right;
}

#accordionMedia h2 button:not(.collapsed):after {
    content: '\f077';
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #003969;
    float: right;
}

#accordionMedia .card-body {
    padding: 10px 30px 10px 10px;
}

#accordionMedia .card-body li {
    margin-bottom: 20px;
    text-indent: -10px;
}

#accordionMedia .card-body li a {
    color: #5B9EEF;
    font-weight: bold;
    transition: .3s ease;
}

#accordionMedia .card-body li a:before {
    content: '\f061';
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #5B9EEF;
    display: inline-block;
    margin-right: 10px;
}

#accordionMedia .card-body li a:hover {
    color: #5B9EEF;
    text-decoration: underline;
    opacity: 1;
}


/******************
    event page
*******************/

@media(max-width: 990px) {
    .event img {
        margin: 20px auto;
    }
}

.event-body {
    padding-bottom: 30px;
}

.event-body p {
    margin: 15px 0;
    color: #444;
}

.event-body a{
	color: #003969;
	/*font-weight: bold;*/
}

.event-body a:hover{
	opacity: 0.7;
	text-decoration: underline;
}

.event ul {
    padding-left: 20px;
}

.event-body li {
    margin-bottom: 20px;
    text-indent: -10px;
}

.event-body li a {
    color: #5B9EEF;
    font-weight: bold;
    transition: .3s ease;
}

.event-body li a:before {
    content: '\f061';
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #5B9EEF;
    display: inline-block;
    margin-right: 10px;
}

.event-body li a:hover {
    color: #5B9EEF;
    text-decoration: underline;
    opacity: 1;
}

.event .fa {
    margin-right: 8px;
}

.mailing {
    width: 100%;
    height: 300px;
    overflow: hidden;
    /*background-attachment: fixed;*/
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mailing-overlay {
    position: absolute;
    width: 100%;
    height: 300px;
    background: rgba(255, 255, 255, .4);
}

.mailing p {
    text-align: center;
}

.last-row {
    display: block;
}

@media(min-width: 768px) {
    .last-row {
        display: flex;
    }

    .form-hear {
        order: 2;
    }

    .submit {
        order: 1;
    }
}

.content_body ul li.has-style {
	font-size: 1em;
	padding-bottom: 0.5em;
	font-weight: normal;
	color: #333;
}


@media (min-width: 990px) {
    .clients-life .overlay {
        opacity: 0;
    }
}

@media(max-width: 576px) {
    .clients-life {
        background-position-x: right;
    }

    .clients-life .overlay {
        opacity: .8;
    }
}

.client-lift-content .content_body h4 {
    margin-top: 0px;
}

.news-content li {
    list-style: disc;
    font-size: 1.2em;
}


.video-date {
    text-align: left;
    color: #ddd;
}

.video-date-black {
    text-align: left;
    color: #333;
}

/****************************************************\
					Click to open
\****************************************************/


.set .row{
    /*margin-bottom: 20px;*/
}

.set > .container > .row{
    display:flex;
}

.profile{
	position: relative;
	margin-top: -30px;
}

.opengroup{
    height:auto !important;
}

.bio{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 2em 0;
    margin-top: 30px;
}

@media(min-width:768px){
	.set:not(:last-child){
		padding-bottom:30px;
	}
}

.set:last-child .bio{
	border-bottom: none;
}

@media(max-width: 767px){
	.bio{
		border-top: 1px solid black;
		padding: 2em 0;
	}
}

.arrow-wrapper{
	position: absolute;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	z-index: 4;
	bottom: -50px;
	background: #fff;
}

.arrow-up {
  margin-top:30px;
  width: 20px;
  height: 20px;
  border-left: 20px solid transparent;
  position: relative;
  border-left: 1px solid #001e41;
  border-top: 1px solid #001e41;
  background-color: #f9f9f9;
  position: absolute;
  bottom: -60px;
  left: 20px;
  transform: rotate(45deg);
  z-index: 3;
}

.advisor-member {
    width: 100%;
    margin: 40px 0 60px;
}

.advisor-content p {
    margin-top: 0;
    overflow-wrap: break-word;
}

@media(max-width: 990px) {
    .advisor-photo img {
        width: 50%;
    }
}


@media(max-width: 576px) {
    .advisor-photo img {
        width: 100%;
    }
}


.disclaimer p {
    font-size: 12px;
    color: #999;
    margin: 10px 0;
}

.ESG {
    margin: 1.5em 0;
}

.ESG h4 {
    margin-top: 30px;
}

.ESG ul {
    margin: 16px 0;
}

.ESG ul, .ESG li {
    list-style: disc;
}

.ESG iframe {
    width: 100%;
    height: 60vh;
    margin: 40px auto 20px;
    display: block;
}

.IPL ol {
    padding-left: 20px;
}

.IPL ol li {
    list-style-type: decimal;
    font-size: 16px;
    margin-bottom: 20px;
}

.IPL ul > li {
    list-style: none;
    font-size: 16px !important;
}

.underline {
    text-decoration: underline;
}

.IPL .orange_btn {
    padding: 12px 20px;
    color: #fff;
    font-weight: 600;
    display: table;
    font-size: 15px;
    margin-bottom: 40px;
}

.IPL .content_body {
    margin-bottom: 40px;
}

.blue-area {
    background: #416889;
}

.IPL .blue-area div p {
    font-size: 14px;
}

.IPL .blue-area div img {
    height: 40px;
    object-fit: contain;
}

.IPL .section div {
    margin-top: 40px;
}

.IPL .blue-area .col-md-12 p {
    margin: 0 20% ;
}

.IPL .blue-area div.col-md-4 {
    margin-top: 20px;
    margin-bottom: 80px;
}

.white-area {
    background: #FFFFFF;
    width: 100%;
    color: #000000;
    text-align: center;
}

.white-area div p {
    font-size: 14px;
}

.white-area div.col-md-4 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.white-area div.row {
    margin-bottom: 40px;
}

.white-area div img {
    height: 40px;
    object-fit: contain;
}

.white-area .border-btn {
    margin: auto;
}

.gray-area div img {
    height: 55px;
    object-fit: contain;
}

.gray-area div p {
    font-size: 14px;
}

.gray-area .col-md-12 p {
    margin: 0 20% 50px 20%;
}

.gray-area div.col-md-3 {
    margin-top: 20px;
}

.gray-area {
    display: flex;
    background: #ECEDF1;
    width: 100%;
    color: #000000;
    text-align: center;
}

.gray-flex {
    display: flex;
    justify-content: center;
}

.gray-flex img {
    margin-top: 10px;
}

.gray-flex .content {
    text-align: left;
    margin-left: 10px;
}

.orange_btn_center {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.IPL .orange_btn:hover {
    font-weight: bold !important;
}

.IPL h5 strong {
    font-size: 20px;
}

.IPL .article_content_body h4{
    text-align: center;
}

.IPL .article_content_body p{
    text-align: center;
}

.IPL .article_content_body .btn{
    display: flex;
    justify-content: center;
}

.IPL .green-area {
    display: flex;
    background: #63C8C4;
    width: 100%;
    color: #ffffff;
    text-align: center;
}

.IPL .green-area .row {
    padding: 70px;
}

.IPL .green-area iframe {
    height: 300px;
}

@media(max-width: 414px) {
    .IPL .green-area iframe {
        height: 350px;
    }
}

@media(max-width: 768px) {
    .IPL .blue-area div p {
        font-size: 16px;
    }

    .IPL .blue-area .col-md-12 p{
        margin: 0;
    }

    .IPL section div{
        margin: 0 10%;
    }

    .white-area div p {
        font-size: 16px;
    }

    .white-area div.row {
        margin-bottom: 0px;
    }

    .white-area div.col-md-4:first-child {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .gray-area div p {
        font-size: 16px;
    }

    .gray-area .col-md-12 p{
        margin: 0;
    }

    .IPL .content_body {
        margin: 1em 4%;
    }

    .gray-flex {
        display: flex;
        align-items: center;
    }

    .gray-area div img {
        height: 74px;
        object-fit: contain;
    }
}

@media(max-width: 990px) {
    .gray-flex {
        justify-content: left;
    }

    .white-area div.col-md-4:first-child {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .white-area div.row {
        margin-bottom: 0px;
    }
}

a[href$='/our-ima-service'],
a[href$='/investment-philosophy'],
a[href$='/events'],
a[href$='/policies']{
    pointer-events: none !important;
}
