@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,500,500i,600,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,500i,700,700i,900,900i&display=swap');
h1, h2, h3, h4, h5, h6, p, a, ul, li, span, input, textarea{
	font-family: 'Barlow', sans-serif;
	padding: 0;
	margin: 0;
}
body{
	position:relative;
}
header {
    /*background: #000080; */
    background: transparent; 
    padding: 0px 0;
    /*border-top: 3px solid #0fa59c;*/
	position:absolute;
	left:0;
	right: 0;
	top:0;
	z-index:999;
}
.header_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header_info .logo {
    flex: 0 0 30%;
    max-width: 30%;
}
.header_info ul {
    flex: 0 0 70%;
    max-width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header_info ul li {
    list-style: none;
}
.header_info ul li a {
    color: #fff;
    padding: 37px 30px;
    text-decoration: none;
    display: block;
}
.header_info ul {
    flex: 0 0 70%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.contact_no a {
    /*background: #0fa59c; */
    background: #0fa59c;
    padding: 6px 23px !important;
    border-radius: 3px;
    font-size: 18px;
}
.header_info ul li a:hover {
    color: #0fa59c;
    background:#fff;
}
.header_info ul li a.contact_no {
    background: #0fa59c;
    padding: 6px 23px;
    border-radius: 3px;
    font-size: 18px;
}
.header_info ul li a.contact_no i {
    margin-right: 4px;
    font-size: 16px;
}
.header_info ul li a.contact_no:hover {
    background: white;
}
/* banner css*/
section.banner_block {
    background: url(images/banner-bg.png) no-repeat;
    position: relative;
    background-size: cover;
    height: 90vh;
    z-index: 99;
}
section.banner_block .container, section.banner_block .container .row, section.banner_block .container .col-md-12, section.banner_block .container .banner_info {
    height: 100%;
}
.banner_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner_info h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 60px;
    font-weight: normal;
    letter-spacing: 0px;
    margin-bottom: 0px;
    line-height: 70px;
}
.banner_info h2 {
    /*color: #25b8af;*/
 text-transform: uppercase;
    color: #fff;
    font-size: 60px;
    font-weight: normal;
    letter-spacing: 0px;
    margin-bottom: 0px;
    line-height: 70px;
    font-weight: bold;
}
.banner_info p {
    font-size: 26PX;
    color: #fff;
}
.banner_info .banner_btn a {
     font-size: 19px;
    color: #fff;
    margin: 0 25px 0 0;
    display: inline-block;
    background: #157a7e;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 3px;
    width: 100%;
    max-width: 210px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #157a7e;
}

.banner_info .banner_btn a:hover {
    background: #63444400;
    color: #ffffff;
    border-color: #fff;
}
.banner_info .banner_btn {
    margin: 30px 0 0;
}
.typed_wrap {
    margin: 10px 0;
}
section.banner_block:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    /*background: #000000c7; */
	background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
}
.bottom_layer img {
    width: 100%;
}
.bottom_layer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
	display:none;
}
.side_layer img {
    width: 100%;
    max-width: 200px;
}
/* sec who we are*/
.mid_section {
    margin: 50px 0;
}
.cm-container p {
    padding: 0 !important;
	 font-size: 16px !important;
}
.heading-container {
    margin-bottom: 20px;
}
.heading-container h6 {
    margin-bottom: 10px;
}
.cm-container .hs_cos_wrapper {
    margin-bottom: 10px;
}
.hs_cos_wrapper h4 {
    margin-bottom: 3px;
    font-size: 22px !important;
}
.mid-section-image-wrapper {
    margin-top: 20px;
    text-align: center;
}
.mid_section img {
    width: 500px;
    height: 530px;
    object-fit: cover;
	/*box-shadow: 1px 1px 8px 0px #939393;*/
	/* box-shadow: 0px 5px 20px #939393 */
}
.mid_section{
	position: relative;
}
.mid_section .row{
	position: relative;
	z-index: 999;
}
.bg_text {
    position: absolute;
    font-size: 470px;
    color: #00a79d;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 0%;
    line-height: 470px;
    opacity: 0.07;
}
.heading-block {
    position: relative;
}
.heading-icon-box {
    background: #203e7a;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    margin: 0 auto;
}
.section-heading {
    margin-top: 12px;
}
.section-heading h2 {
    font-size: 20px;
    font-weight: 600;
}
.heading-block .icon {
    padding-top: 15px;
}
.lines-bottom {
    position: relative;
    margin: 0 auto;
}
.lines-bottom div {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    font-size: 40px;
    position: absolute;
    left: 45%;
    top: 14px;
    color: #203e7a;
}
.cirle-image-wrap {
    margin-top: 60px;
}
section.who_we_are {
    padding: 100px 0;
	position:relative;
}
.sec_title {
    color: #000080;
    font-size: 36px;
    margin: 0 0 10px;
    text-transform: uppercase;
        font-weight: 600;
}
section.who_we_are p {
    color: #747474;
    font-size: 17px;
    padding: 14px 0;
        line-height: 28px;

}
.who_we_are_img img {
    width: 100%;
}
.side_layer {
    position: absolute;
    right: 0;
        bottom: -65px;
        display: none;
}
section.who_we_are .row {
    /* align-items: center; */
}
.who_we_are_info.third.typosizethird {
    padding-top: 50px;
}
.who_we_are_img.secnd {
    padding-top: 50px;
}
.who_we_are_info a, .work_with_is a {
    background: #0fa59c;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    padding: 12px;
    width: 100%;
    display: block;
    max-width: 210px;
    text-align: center;
    border-radius: 3px;
    margin: 25px 0 0;
    text-decoration: none;
}
section.work_with_is .work_us_img img {
    width: 500px;
    height: 530px;
    object-fit: cover;
}
.who_we_are_info a:hover {
    background: #000080;
    color: #fff;
}
section.who_we_are.about_proces {
    background: #f7f7f7;
}
/* our services css*/

.our_services_bg_layer {
    /* background: url(images/our_services_bg.png) no-repeat; */
    background-size: cover;
    position: relative;
    /* padding: 35vh 0 32vh; */
}
.header_info ul li i.fa.fa-phone {
    margin-right: 4px;
    font-size: 16px;
}
.our_services_bg_layer:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #f7f7f7;
    position: absolute;
    top: 0;
}  
section.our_services{
	background: #f7f7f7;
}
.curve_layer {
    position: absolute;
    top: 0;
        width: 100%;
}
.curve_layer img {
    width: 100%;
}
section.our_services h2.sec_title {
   /*  margin: 120px 0 0; */
    /* position: absolute; */
    top: 0;
    z-index: 9;
	padding-top: 80px;
	    text-align: center;
}
.services_block {
padding: 50px 15px;
    text-align: center;
    min-height: 330px;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    border-radius: 4px;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d3d3d3+0,fff9f9+100 */
background: #d3d3d3; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #d3d3d3 0%, #fff9f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #d3d3d3 0%,#fff9f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #d3d3d3 0%,#fff9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#fff9f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.services_block:hover{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff9f9+2,afafaf+100 */
background: #fff9f9; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #fff9f9 2%, #afafaf 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #fff9f9 2%,#afafaf 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #fff9f9 2%,#afafaf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9f9', endColorstr='#afafaf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.services_block img {
    width: 100%;
    max-width: 60px;
	height:60px;
}
.services_block h3 {
    padding: 30px 0 15px;
    font-size: 25px;
    font-weight: 600;
}
.services_block p {
    color: #747474;
    font-size: 15px;
    padding: 0 0 18px;
}
.services_block a {
    font-size: 16px;
    text-transform: uppercase;
    color: #0fa59c;
    font-weight: 700;
    text-decoration: underline;
}
.curve_layer_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.curve_layer_bottom img {
    width: 100%;
}
/* work with us css*/
section.work_with_is {
    padding: 100px 0;
}
section.work_with_is .sec_title {
   /*  text-align: center; */
       margin: 0 0 13px;
}
.work_us_info h4 {
    color: #000080;
    line-height: 30px;
    margin-bottom: 3px;
    font-size: 22px !important;
    margin-top: 10px;
}
.work_us_info p {
    padding: 0 !important;
    font-size: 16px !important;
}
.work_us_info {
    /* padding-right: 41px; */
}
.work_us_info p {
    color: #747474;
    font-size: 17px;
    line-height: 30px;
    padding: 12px 0;
}
.work_us_info span, .efo_inner_block .efs_info span {
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    background: #0fa59c;
    font-weight: 700;
    margin: 20px 0 0;
    display: inline-block;
    width: 100%;
    max-width: 170px;
    text-align: center;
    border-radius: 3px;
    font-size: 18px;
    cursor: pointer;
}
.work_us_img img {
    width: 100%;
}
section.work_with_is .row {
    /* align-items: center; 
    padding-top: 50px;*/
}
section.testimonial-block {
    text-align: center;
}
section.testimonial-block p {
    color: #747474;
    font-size: 17px;
    line-height: 30px;
    padding: 12px 0;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.slider_info {
       padding: 30px;
    position: relative;
 /*   box-shadow: 0px 0px 20px 1px #ccc;*/
    margin: 12px 0;
    min-height: 390px;
}
.slider_main {
    /* box-shadow: 0px 0px 7px 0px #ccc; */
}
section.why_esf{
	height: 150vh !important;
}
.slider_info{
	box-shadow: 0px 0px 7px 0px #ccc;
}
.slider_info .user_img {
    border: 2px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.slider_info .user_img img {
    width: 100%;
}
section.testimonial-block p b {
    color: #000;
    font-style: italic;
}
.slider_info img.collams {
    position: absolute;
    top: 110px;
    z-index: 999;
}
.slider_info:hover {
    background: rgba(15,161,154,1);
    background: -moz-linear-gradient(top, rgba(15,161,154,1) 0%, rgba(16,26,58,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,161,154,1)), color-stop(100%, rgba(16,26,58,1)));
    background: -webkit-linear-gradient(top, rgba(15,161,154,1) 0%, rgba(16,26,58,1) 100%);
    background: -o-linear-gradient(top, rgba(15,161,154,1) 0%, rgba(16,26,58,1) 100%);
    background: -ms-linear-gradient(top, rgba(15,161,154,1) 0%, rgba(16,26,58,1) 100%);
    background: linear-gradient(to bottom, rgba(15,161,154,1) 0%, rgba(16,26,58,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fa19a', endColorstr='#101a3a', GradientType=0 );
}
.slider_info:hover p, .slider_info:hover p b {
    color: #fff;
}
.slider_main ul.slick-dots {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: -70px;
}

.slider_main ul.slick-dots li button:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #cedfea;
    border-radius: 100%;
}
.slider_main ul.slick-dots li button {
    font-size: 0;
    padding: 0;
    border: none;
    background: no-repeat;
}
.slider_main ul.slick-dots li {
    list-style: none;
        margin: 0 4px;
}
.slider_main ul.slick-dots li.slick-active button:before{
	background: #909090;
}
section.industrial_area {
    /* border-top: 1px solid #ccc; */
    margin: 130px 0 0;
    padding: 50px 0;
}
.industrial_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.industrial_logo .logo_img {
    flex: 0 0 16%;
    max-width: 16%;
    text-align: center;
}
.industrial_logo .logo_img:first-child h4 {
    font-size: 22px;
    color: #666;
}
.industrial_logo .logo_img:first-child {
    flex: 0 0 20%;
    max-width: 20%;
}
.industrial_logo .logo_img img {
    min-width: 68px;
}
/*esf sec css*/
section.why_esf {
       padding: 100px 0;
    background: url(images/esf_bg.png) no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
section.why_esf:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
   background: #0d1536e3;
    position: absolute;
    top: 0;
}
.efo_inner_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.efo_inner_block .efs_info {
   flex: 0 0 48%;
    max-width: 48%;
    background: #fff;
    padding: 40px 60px;
    position: absolute;
    left: 0;
    z-index: 9;
}
.efs_info h4 {
    color: #000080;
    font-size: 36px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.efs_info p {
    color: #747474;
    font-size: 17px;
    line-height: 30px;
    padding: 8px 0;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.efo_inner_block .efc_img img {
    border: 7px solid #fff;
    border-radius: 4px;
    width: 100%;
}
.efo_inner_block .efc_img {
    flex: 0 0 64%;
    max-width: 64%;
    position: absolute;
    right: 0;
}
.work_us_info span:hover, .efo_inner_block .efs_info span:hover {
    background: #000080;
}
/*foote css*/
footer {
    padding: 100px 0 0;
}
footer .footer_links a img {
   
}
footer ul.social_links {
    margin: 30px 0 0;
}
.widget_text.footer_links {
    text-align: center;
}
footer ul.social_links li a {
    text-decoration: none;
    margin: 5px;
    color: #666;
    font-size: 20px;
}
footer ul.social_links li {
    list-style: none;
    display: inline-block;
}
.footer_links h4 {
    color: #000080;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 22px;
    text-align: left;
}
ul.footer_nav.keep_company {
    text-align: left;
}
.footer_links ul.footer_nav li a i {
    color: #0f1635;
    position: absolute;
    left: -26px;
        font-size: 15px;
    top: 21px;
}
.footer_links ul.footer_nav li {
    list-style: none;
    padding: 0 0 0 0;
    display: block;
    position: relative;
}
.footer_links ul.footer_nav li a {
    color: #747474;
    font-size: 16px;
    padding: 7px 0;
    display: block;
    text-decoration: none;
}
ul.footer_nav.keep_company li a {
    padding: 15px 0 16px;
}
.border_right:after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #d4d4d4;
    position: absolute;
    right: 40px;
    top: 0;
}
.footer_copyright p {
    color: #fff;
    font-size: 18px;
}
.footer_copyright {
    padding: 35px 15px;
    text-align: center;
    background: #0f1839;
    margin: 90px 0 0;
}
.footer_links ul.footer_nav li a:hover {
    color: #04a79d;
}
footer ul.social_links li a:hover {
    color: #000080;
}
.container {
    width: 100%;
    max-width: 1170px;
}
/* Team page css*/
section.team_banner {
    position: relative;
    background: url(images/team_banner.png) no-repeat;
    background-size: cover;
    height: 57vh;
    width: 100%;
}
section.team_banner {
    position: relative;
    background: url(images/team_banner.png) no-repeat;
    background-size: cover;
    height: 57vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
section.team_banner:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000bf;
}
.team_banner_text h1 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
        margin: 0 0 8px;
}
.team_banner_text p {
    color: #fff;
    font-size: 20px;
      font-weight: 400;
}

section.who_we_are_team {
    padding: 100px 0;
}
.weare_info {
    text-align: center;
}
.weare_info h2:after {
    content: "";
    display: block;
    height: 3px;
    width: 50px;
    background: #0fa59c;
    margin: 14px auto;
}
.weare_info h2.sec_title {
}
.weare_info p {
    color: #747474;
    font-size: 17px;
    line-height: 30px;
    padding: 12px 0;
}
.emp_info img {
    width: 100%;
}
.emp_info h3 {
    color: #23408f;
    font-size: 25px;
    font-weight: 500;
    margin:0px;
}
.emp_info p i {
    font-weight: 200;
}
.emp_info p {
    color: #939598;
    font-weight: 100;
}
.emp_info p:not(:first-child) {
    padding: 6px 0;
}
.emp_info p a {
    text-decoration: underline;
    color: #23408f;
}
.emp_info ul.social_links li a {
    color: #b1b1b1;
    margin-right: 8px;
    font-size: 19px;
}
.emp_info ul.social_links li {
    display: inline-block;
    line-height: normal;
}
.emp_info ul.social_links {
    margin: 12px 0 0;
}
.emp_info {
    /* box-shadow: 0px 0px 7px 1px #dbdada; */
        margin: 20px 0;
         /*    min-height: 450px; */
}
.emp_info .emp_data {
    /* padding: 28px; */
}
.emp_info:hover {
   /*  background: #0fa59c; */
}
.emp_info:hover h3, .emp_info:hover p, .emp_info:hover h3, .emp_info:hover p a, .emp_info:hover h3, .emp_info:hover ul li a i {
   /*  color: #fff; */
}
section.expert_solutions_new {
    padding: 70px 0;
	background: #0f1839;
}
section.expert_solutions_new .row {
    align-items: center;
}
.exp_sol_img img {
    width: 100%;
}
.exp_info h3 {
    text-transform: uppercase;
    color: #000080;
    font-size: 36px;
    margin: 0 0 0px;
}
.exp_info p {
    color: #747474;
    font-size: 17px;
    line-height: 30px;
    padding: 12px 0;
}
.exp_info h3:after {
    content: "";
    display: block;
    height: 3px;
    background: #0fa59c;
    width: 45px;
    margin: 13px 0 0;
}
.exp_info {
    padding-left: 80px;
}
.exp_info a {
    font-size: 21px;
    background: #0d2d84;
    display: block;
    text-align: center;
    padding: 12px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    width: 290px;
    margin: 10px 0 0;
}
.exp_info a:hover {
    background: #00a79d;
    color: #fff;
}
section.finacial_goals {
    background: #f7f7f7;
    text-align: center;
    padding: 20px 0;
}
section.who_we_are.about_reserach .who_we_are_info .work_us_info {
     padding-top: 18px;
}
section.finacial_goals p {
    color: #000080;
    font-size: 21px;
    font-weight: 500;
}
section.finacial_goals p span img {
    width: 100%;
    max-width: 23px;
}
section.finacial_goals p a {
    width: 50px;
    height: 50px;
    background: #0f1839;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
section.finacial_goals *{
    transition: all 0.3s ease-in-out;

}
section.finacial_goals:hover a {
    background: #0f1839;
    box-shadow: 0px 0px 20px 1px #fff;
}

/* about us page css*/
section.aboutus_banner {
   background: url(images/abous_banner.png)no-repeat;
   background-size: cover !important;
}
section.who_we_are.about_reserach {
   /*  padding-top: 185px; */
    padding-bottom: 50px;
}
section.who_we_are.about_reserach .who_we_are_info strong {
    color: #000080;
    text-transform: uppercase;
    font-size: 19px;
}
section.who_we_are.about_reserach .who_we_are_info {
    padding-right: 40px;
}
section.who_we_are.about_reserach .who_we_are_info h2 {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
section.who_we_are.about_reserach .who_we_are_info h2::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #cfcfcd;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.who_we_are.about_discover h2 {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
section.who_we_are.about_discover h2::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #cfcfcd;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.expert_solutions_new .guide_info h4 {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
section.expert_solutions_new .guide_info h4::after {
  content: '';
  width: 90%;
  height: 1px;
  background: #ffffff57;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.guide_info.fourth {
    margin-left: 28px;
}
section.who_we_are.about_reserach .who_we_are_img {
    /* padding-left: 40px; */
}
section.who_we_are.about_discover {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.who_we_are.about_discover .who_we_are_img {
    padding-right: 40px;
}
section.who_we_are.about_discover .who_we_are_info {
    padding-left: 40px;
}
section.about_whowe_are .exp_info {
    padding-left: 0;
}
section.why_efs_stra .container {
	max-width: 1170px !important;
    margin: 0 auto;
}

section.we_help_you.our_invst_team .container {
    max-width: 1170px;
    margin: 0 auto;
}
section.we_help_you.invst_portfolio .container {
	 max-width: 1170px;
    margin: 0 auto;
}
section.why_efs_stra {
    text-align: center;
    position: relative;
    background: url(images/why-esf-stra-bg.png) no-repeat;
    background-size: cover;
    padding: 100px 0;
}
section.why_efs_stra p {
   color: #fff;
    font-size: 17px;
    line-height: 30px;
    padding: 12px 0;
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
}
section.why_efs_stra:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #05225de6;
    position: absolute;
    top: 0;
    left: 0;
}
section.why_efs_stra .sec_title {
    color: #fff;
}
section.why_efs_stra .sec_title:after {
    content: "";
    display: block;
    height: 3px;
    width: 50px;
    background: #fff;
    margin: 12px auto;
}
section.we_help_you {
    padding: 50px 0;
}
/* section.we_help_you h3:after {
    content: "";
    display: block;
    height: 3px;
    width: 50px;
    background: #00a79d;
    margin: 12px auto;
} */
section.we_help_you h3 {
    /* text-align: center; */
    margin: 0 0 23px;
}
section.we_help_you h4 {
    font-size: 22px;
    color: #000080;
    line-height: 30px;
}
section.we_help_you p {
    font-size: 17px;
    line-height: 30px;
    padding: 12px 0;
    color: #747474;
}
.relationship_img img {
    width: 100%;
    max-width: 800px;
    margin: 70px auto 90px;
    display: block;
}
section.get_in_touch {
    background: url(images/get-in-touch-bg.png) no-repeat;
    background-size: cover;
    padding: 15px;
    position: relative;
    text-align: center;
        z-index: 5;
}
section.get_in_touch .border_line {
    border: 1px solid #fff;
        padding: 50px 0;
}
section.get_in_touch:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000de;
        z-index: -1;
}
section.get_in_touch h3:after {
    content: "";
    display: block;
    height: 3px;
    width: 50px;
    background: #00a79d;
    margin: 12px auto;
}
section.get_in_touch h3 {
    color: #fff;
}
section.get_in_touch ul li a img {
    width: 100%;
    max-width: 50px;
    margin: 0 0 15px;
}
section.get_in_touch ul li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: block;
}
section.get_in_touch ul {
    margin: 50px 0 0;
}
section.get_in_touch ul li {
    display: inline-block;
    margin: 0 80px;
}
section.get_in_touch *{
    transition: all 0.3s ease-in-out;
}
section.get_in_touch:hover li a img {
    transform: scale(1.2);

}


/* contactus page css*/
section.contact_us {
    background: url(images/contactus_bg.png) no-repeat;
    background-size: cover;
}
.form_block form span input, .form_block form span textarea, .form_block form span select {
    width: 100%;
    padding: 10px;
    height: 55px;
    border: 1px solid #ccc;
    border-radius: 0px;
}
span.wpcf7-form-control-wrap.menu-194 {
    padding-right: 1px;
}
section.choose_loc .exp_info h3.sec_title {
    text-transform: capitalize;
	color: #0f1839;
	font-size: 33px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    -moz-appearance: none;
    -webkit-appearance: none;
}
section.who_we_are.about_discover .work_us_info a {
    margin: 0;
}
.form_block form span textarea{
    height: 150px;
}
.form_block form span {
    width: 100%;
    position: relative;
    margin: 14px 0;
    display: block;
}
.form_block form span img {
    position: absolute;
    right: 14px;
    top: 15px;
    width: 100%;
    max-width: 19px;
}
.form_block form input#go_to_submit {
    background: #0fa59c;
    width: 100%;
    border: 2px solid #0fa59c;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 11px;
    border-radius: 8px;
}
.form_block form input#go_to_submit:hover {
    background: #007e76;
}
.address_col {
    background: url(images/address_bg.png) no-repeat;
    position: relative;
    background-size: cover;
    z-index: 1;
}
.address_col:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
  background: #000080db;
    z-index: -1;
}
.address_col .address_info {
   color: #d7d7d7;
    padding: 44px 18%;
    border-bottom: 1px solid #374260;
    position: relative;
}
.address_col .address_info h5 {
    font-size: 22px;
     color: #d7d7d7;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    }
    .address_col .address_info p {
    color: #d7d7d7;
    padding: 5px 0;
    font-size: 16px;
}
.address_col .address_info p a {
    text-decoration: none;
    color: #d7d7d7;
}
.address_col .address_info i {
    position: absolute;
    left: 9%;
    font-size: 33px;
}
section.location_map iframe {
    width: 100%;
    height: 100%;
    min-height: 60vh;
}
section.location_map {
    padding: 0px 0 0;
    border-bottom: 1px solid #ccc;
}
/* privacy policy page css*/
section.policy_info {
    padding: 100px 0;
}
section.policy_info h2:after {
    content: "";
    display: block;
    height: 3px;
    width: 40px;
    background: #0fa59c;
    margin: 6px 0 0;
}
section.policy_info p {
    color: #747474;
    font-size: 17px;
    line-height: 30px;
    padding: 10px 0;
}
section.policy_info h3 {
    color: #000080;
    font-size: 21px;
    font-weight: 700;
    padding: 12px 0 0;
}
section.policy_info ul {
    margin: 10px 0;
}
section.policy_info ul li {
    color: #747474;
    font-size: 17px;
    line-height: 30px;
    padding: 3px 0;
}
section.policy_info h2 {
    margin-top: 40px;
}
section.policy_info ul li b, section.policy_info ul li a {
    color: #000080;
    font-weight: 700;
}
section.privacy_policy_banner {
    background: url(images/privacy_policy_bg.png) no-repeat;
    background-size: cover;
}
/* services page csss*/
section.services_banner {
    background: url(images/services-banner_bg.png) no-repeat;
    background-size: cover;
}
 .bs-example ul li {
  list-style: none;

    flex: 0 0 14%;
    text-align: center;
    font-size: 15px;


    color: #000080;
    position: relative;
    background:#fff;
}
.bs-example > ul {
      display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0px 6px 13px 0 #a0a0a0;
      background:#fff;
}
section.services_block_page .bs-example ul li i {
    font-size: 25px;
    margin: 0 0 10px;
}
section.services_block_page .bs-example ul li:not(:last-child) {
    
}
 .bs-example ul li:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 15px;
    bottom: -29px;
    border-top: 15px solid #0f1839;
    border-right: 8px solid #00800000;
    border-bottom: 15px solid transparent;
    border-left: 8px solid #ffff0000;
    opacity: 0;
}
.bs-example ul li.active:after {
    opacity: 1;
}
.bs-example ul li.active {
    /* background: #000080; */
    background: #0f1839;
    color: #fff;
}
.bs-example ul li a {
   /*  color: #000080; */
    color: #0f1839;
    text-decoration:none;
    height: 119px;
    padding: 29px 4px;
      display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bs-example ul li.active a {
    color: #fff;
}
.acunt_specialist, .how_can {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
 .acunt_specialist .accunt_img img, .how_can .how_can_img img {
    width: 100%;
}
.bs-example ul li a:hover {
    /* background: #000080; */
    background: #0f1839;
    color: #fff;
}
.acunt_specialist .accunt_info, .acunt_specialist .accunt_img, .how_can .how_can_img, .how_can .how_can_info {
    flex: 0 0 48%;
    max-width: 48%;
}

section.services_block_page .container {
    max-width: 100%;
}
.acunt_specialist .accunt_info h3 {
    color: #000080;
    font-size: 36px;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.acunt_specialist .accunt_info p{
    font-size: 17px;
    line-height: 30px;
    padding: 12px 0;
    color: #747474;
}
.tab-content {
    margin: 70px 0 0;
}
.acunt_specialist .accunt_info h3:after {
    content: "";
    display: block;
    height: 3px;
    width: 50px;
    background: #0fa59c;
    margin: 12px 0;
}

.bs-example .nav.nav-tabs {
    max-width: 1170px;
    margin: 0 auto;
         padding: 0px;
}
.tab-content .acunt_specialist {
    max-width: 1170px;
    margin: 0 auto;
}
.how_can {
   background: #0fa59c;
   margin: 80px 0 0;
}
.how_can_info h3:after {
    content: "";
    display: block;
    height: 3px;
    width: 50px;
    background: #ffffff;
    margin: 12px 0;
}
.how_can_info h3 {
    color: #fff;
    text-align: left;
}
.how_can_info ul li {
  text-align: left;
    color: #fff;
    position: relative;
    padding: 5px 0px 5px 25px;
    flex: 0 0 100%;
    font-size: 17px;
}
.how_can_info ul li:before {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f058";
    position: absolute;
    left: 0;
    top: 10px;
}
section.services_block_page .row {
    margin-left: 0;
    margin-right: 0;
}
section.services_block_page .row .col-lg-12, section.services_block_page .container {
    padding-left: 0;
    padding-right: 0;
}
section.services_block_page {
    margin-top: -64px;
}
.how_can_info ul li {
    background: transparent !important;
}
/*wealth management*/
.wealth_managment {
    text-align: center;
    max-width: 1170px;
    margin: 0 auto;
}
.wealth_managment p{
    font-size: 17px;
    line-height: 30px;
    padding: 12px 0;
    color: #747474;
}
.wealth_managment h3 {
    color: #000080;
    font-size: 36px;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
}
.wealth_managment h3:after {
    content: "";
    display: block;
    height: 3px;
    width: 50px;
    background: #0fa59c;
    margin: 10px 0;
}
.wealth_mng_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 70px 0 0px;
}
.wealth_mng_row .wealth_mng_col img {
    width: 100%;
}
.wealth_mng_row .wealth_mng_col {
    flex: 0 0 48%;
    max-width: 48%;
    text-align: left;
}
.wealth_mng_row .wealth_mng_col h4 {
    color: #000080;
    font-size: 26px;
    margin: 16px 0 20px;
    font-weight: 600;
}
.wealth_mng_row .wealth_mng_col ul li {
    text-align: left;
    position: relative;
    padding: 5px 0px 5px 25px;
    flex: 0 0 100%;
    font-size: 17px;
}
.wealth_mng_row .wealth_mng_col ul li:before {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f058";
    position: absolute;
    left: 0;
    top: 9px;
}
.about_wealth {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin: 90px 0 0;
}
.about_wealth .wealth_col {
    flex: 0 0 32%;
    max-width: 32%;
    padding: 20px;
}
.about_wealth .wealth_col .col_numbers {
    width: 120px;
    height: 120px;
    background: transparent;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto 50px;
}
.about_wealth .wealth_col .col_numbers h3:after {
    display: none;
}
.about_wealth .wealth_col .col_numbers h3 {
    margin: 0;
    color: #fff;
}
.about_wealth .wealth_col .col_numbers p {
    padding: 0;
    color: #0f1839;
    font-weight: 500;
}
.about_wealth .wealth_col h4 {
    font-size: 19px;
    font-weight: 600;
    color: #000080;
}
.about_wealth .wealth_col p {
    font-size: 14px;
    line-height: 23px;
}
.about_wealth img.dotted_line {
    width: 100%;
    position: absolute;
    max-width: 760px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: -1;
}
.benifit_sec {
    padding: 100px 0;
    position: relative;
    background: url(images/benifit_bg.png) no-repeat;
    background-size: cover;
        z-index: 4;
}

.benifit_sec:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #0f1839;
    position: absolute;
    top: 0;
    left: 0;
        z-index: -1;
}
.benifit_sec .benifit_row {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
        display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.benifit_sec .benifit_row .beifit_col {
       display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;

}
.beifit_col .benifit_title{
     flex: 0 0 20%;
    max-width: 20%;
     cursor: pointer;
}
.benifit_sec .benifit_row .beifit_col .icon_div {
    background: #00a79d;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;

}
.beifit_col .benifit_title:hover .icon_div {
    background: #071626;
}
.benifit_title h4 {
       text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin: 20px 0;
    position: relative;
}
.benifit_sec .benifit_row .beifit_col .icon_div img {
    width: 100%;
    max-width: 25px;
}
.benifit_info p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    padding: 10px 0;
}
.benifit_info {
    padding: 30px 0;
}
.benifit_info h5 {
    color: #fff;
    font-size: 26px;
    padding: 25px 0 25px;
}
.benifit_title h4:after {
    content: "";
    width: 58%;
    height: 1px;
    background: white;
    display: block;
    margin: 19px auto 0;
}

.benifit_info ul li {
    background: transparent !important;
    color: #fff;
    text-align: left;
    position: relative;
    padding: 3px 0 3px 25px;
    font-size: 18px;
}
.benifit_info ul li:before {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f058";
    position: absolute;
    left: 0;
    top: 9px;
}
.benifit_title h4:before {
    content: "";
    display: block;
    border-top: 7px solid #fff;
    border-right: 7px solid #ff000000;
    border-bottom: 10px solid #00800000;
    border-left: 7px solid transparent;
    width: 10px;
    margin: 0 auto;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    opacity: 0;
}
/* invesment page css*/
section.inverment-banner {
    background: url(images/inverment-bg.png) no-repeat;
    background-size: cover;
}
.our_ivst_title .sec_title {
    text-align: center;
    font-size: 32px;
}
.our_ivst_title .sec_title:after {
    margin: 16px auto;
}
.our_invst_row{
    margin-top: 70px;
}
.exp_sol_img p {
    color: #747474;
    font-size: 17px;
    line-height: 30px;
    padding: 12px 0;
}
.exp_sol_img h5 {
    font-size: 26px;
    color: #000080;
    margin: 20px 0 0;
}
.our_invst_row .exp_sol_img {
    margin: 0 0 40px;
}
.ques_info .ques_number {
    color: #000080;
    font-size: 60px;
    width: 120px;
    height: 120px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.ques_info .ques_title h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.ques_info .ques_title {
  padding: 40px 15px 20px;
}
.ques_info .ques_title p, .we_understand p {
      font-size: 16px !important;
    line-height: 23px !important;
    color: #c3c3c3 !important;
}
.ques_info {
    margin: 60px 0 0;
}
.we_understand hr {
    border-color: #5d73a4;
}
section.our_invst_team h3 {
    margin: 0px 0 20px;
}
section.our_invst_team p {
    font-size: 19px;
}
.invst_portfolio ul li a {
    color: #858585;
    font-weight: 500;
    font-size: 20px;
    padding: 13px 20px;
    display: block;
    text-decoration: none;
    position: relative;
}
.invst_portfolio ul {
    text-align: center;
}
.invst_portfolio ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
}
.portfolio_img img {
    width: 100%;
    max-width: 500px;
    margin: 70px auto 50px;
    display: block;
}
.invst_portfolio p b {
    color: #1c3352;
}
.invst_portfolio p {
    font-size: 20px !important;
}
ul.well_plan_ul li {
   border: none !important;
}
ul.well_plan_ul li {
    color: #747474;
}
ul.well_plan_ul li:before{
    color: #0d2d84;
}
.how_help_you {
    background: #0f1839;
    padding: 100px 0;
    /* margin: 50px 0 0; */
    text-align: center;
}
.how_help_you h3 {
    color: #ffffff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}
.how_help_you .how_help_you_text {
    text-align: center;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.how_help_you .how_help_you_text ul li {
    flex: 0 0 33%;
    max-width: 33%;
    text-align: left;
    position: relative;
    background: transparent;
    color: #fff;
    border: none !important;
       padding: 4px 0 4px 24px;
    font-size: 18px;
}
.acunt_specialist .accunt_img img:hover, .how_can .how_can_img img:hover {
    box-shadow: 0px 0px 35px 0px #ccc;
}
.how_help_you .how_help_you_text ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
        margin: 50px 0 0;
}
.how_help_you h3:after {
    content: "";
    display: block;
    height: 3px;
    background: #fff;
    width: 50px;
    margin: 20px auto;
}
.how_help_you .how_help_you_text ul li:after {
    border: none !important;
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f058";
    position: absolute;
    left: 0;
    top: 9px;
    color: white !important;
    bottom: unset !important;
    width: auto !important;
    height: auto !important;
    opacity: 1;
}
.invst_portfolio ul li.active a:after {
    height: 3px;
    background: #1c3352;
    content: "";
    width: 72%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 3px;
    right: 0;
    margin: 0 auto;
}
.invst_portfolio ul li.active a {
    color: #1c3352;
}
.team-single-text ul.social_links {
    margin: 12px 0 0;
    border-top: 1px solid #e0e0e0;
    margin-top: 20px;
    padding-bottom: 7px;
}
.team-single-text ul.social_links li {
    display: inline-block;
    line-height: normal;
    padding-top: 30px;
}
.team-single-text ul.social_links li a {
   color: #fff;
    margin-right: 8px;
    font-size: 19px;
    background: rgb(32, 60, 119);
    padding: 10px 15px;
    border-radius: 5px;
}
.team-single-text ul.social_links li a:hover {
    background: #0fa59c;
}

.team-single-img .person-meta {
    border: 1px solid #e0e0e0;
    padding: 18px 10px;
    text-align: center;
}
.team-single-img .person-meta .name {
    color: #1e3971;
    font-size: 20px;
    line-height: 30px;
    height: 38px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.team-single-img img {
    width: 100%;
}
.team-single-img {
    margin-right: 20px;
}
.team-single-img .person-meta .name:after {
    margin: 7px auto 7px auto;
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #1e3971;
}
.team-single-text p.border_class i:after {
  content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #1e3971;
    margin-top: 11px;
    margin-bottom: 20px;
}
.team-single-text p.border_class {
    margin-top: 13px;
    font-size: 18px;
    line-height: 28px;
}
svg#complete path#line {
    bottom: 0;
    width: 100%;
    display: block;
    transform: scale(1.3);
}
svg#complete {
    height: 100%;
    position: relative;
    width: 40px;
}
/* 30 jan 2020 */

section.services_block_page.account_tax {
    margin-top: 60px;
}

section.account_tax .acunt_specialist .accunt_info{
padding: 0px 20px;
}

.services_block p:last-child {
    padding: 0;
}



/* end 30 jan 2020 */




.emp_data a {
    color: #23408f;
}

.emp_info:hover a {
    /* color: white; */
}

/*11-march css*/
section.banner_block {
    padding: 188px 0 150px;
    position: relative;
    background-image: linear-gradient(120deg,#012e41,#025e83,#012e41,#025e83,#012e41,#025e83);
    background-size: 600% 600%;
    -webkit-animation: Gradient 30s ease infinite;
    -moz-animation: Gradient 30s ease infinite;
    animation: Gradient 30s ease infinite;
    transition: all 30s ease-in;
    -webkit-transition: all 30s ease-in;
}

@-webkit-keyframes Gradient {
   0% {
       background-position: 0 50%;
   }

   50% {
       background-position: 100% 50%;
   }

   100% {
       background-position: 0 50%;
   }
}

@-moz-keyframes Gradient {
   0% {
       background-position: 0 50%;
   }

   50% {
       background-position: 100% 50%;
   }

   100% {
       background-position: 0 50%;
   }
}

@keyframes Gradient {
   0% {
       background-position: 0 50%;
   }

   50% {
       background-position: 100% 50%;
   }

   100% {
       background-position: 0 50%;
   }
}
section.banner_block:after {
    background: url(images/Image-layer.png);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    display: block;
    bottom: 0;
    background-size: cover;
    background-position: 100%;
    z-index: -1;
}

.guide_info {
    /* box-shadow: 0px 0px 6px 0px #bbbaba; */
  /* padding: 10px 0px;
     margin: 52px 0; 
    min-height: 256px;
    display: flex;
    flex-direction: column;
    align-items: center;*/
}
.guide_info.first {
    margin-right: 56px;
}
.guide_info.fourth {
    margin-left: 60px;
}
.guide_info h4 {
    margin: 15px 0;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}
.guide_info p {
    color: #fff;
}
.guide_info img {
    width: 100%;
    max-width: 60px;
}
.guide_info:hover {
    /* background: #e8e8e8; */
}
section.expert_solutions{
    display: none;
}
section.choose_loc {
    padding: 100px 0;
}
.select_loc select {
    border: 1px solid #ccc;
    padding: 10px 23px;
    background: #000080;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: unset;
}
.select_loc h2 {
    font-size: 33px;
    margin-right: 12px;
}
.loc_address p {
    position: relative;
    font-size: 18px;
     padding: 20px 0 20px 28px;
}
.loc_address p i {
    position: absolute;
    left: 0;
    top: 27px;
    color: #0fa59c;
    font-size: 24px;
}
.loc_address p i.fa.fa-envelope {
    top: 24px;
    font-size: 20px;
}
.loc_address p a {
    color: #333;
}
.loc_address p.loc_time {
    font-weight: bold;
    padding: 6px 0;
    margin: 20px 0;
}
.loc_address .cta-cont a {
  display: inline-block;
    background: #0fa59c;
    color: #fff;
    padding: 12px 32px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #0fa59c;
    font-family: inherit;
}
.select_loc {
    display: flex;
    align-items: center;
}

.loc_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 0;
}
.loc_row .loc_address {
   /*  flex: 0 0 40%;
    max-width: 40%; */
}
 .loc_row .map_img {
    flex: 0 0 60%;
    max-width: 60%;
}
.map_img li {
    list-style: none;
     position: relative;
}
.map_img li img {
    width: 100%;
}
.map_img li:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background-image: linear-gradient(181deg, #e5f6fe, #48a0dd);
    width: 14px;
}
.map_img li a img {
    width: 100%;
}
.map_img li a {
    position: absolute;
    bottom: 6px;
    left: 12px;
    width: 67px;
}
.map_img li > img {
    cursor: -webkit-grab;
}

/* homepage page*/
.our_services_bg_layer .services_block {
    background: transparent;
	text-align: left;
	padding-left: 60px;
	padding-bottom: 0 !important;
}
form.newsletter-test input[type="email"] {
	width: 70%;
    padding: 6px 15px;
    border: 1px solid #ccc;
    margin-right: -5px;
    height: 50px;
    line-height: 50px;
}
form.newsletter-test input[type="submit"] {
    width: 30%;
    padding: 6px 15px;
    border: 1px solid #fff;
    background: rgb(14, 165, 156);
    color: #fff;
    text-transform: uppercase;
    height: 52px;
    line-height: 36px;
}
form.newsletter-test {
    margin-top: 50px;
}
.slider_main.slick-initialized.slick-slider .slick-slide {
    padding: 20px;
}
.newsletter-test {
    float: right;
    width: 60%;
}
/* about us page*/
.page-template-Template-about header {
   /*  background: #131b3b; */
}
section.expert_solutions_new h3.sec_title {
    color: #fff;
}
.emp_info .imp_img img {
   
    height: 100%;
    min-height: 153px;
}
.imp_img {
    padding: 50px;
}
 .services_block_page {
    
}
.team-single-text h3 {
    font-style: normal;
    font-size: 30px;
    color: #1e3971;
}
 /*.services_block_page:before {
    position: absolute;
    content: '';
    background: #ccc;
    width: 100%;
    height: 60px;
    bottom: -60px;
    left: 0;
    z-index: 1;
}
*/
section.who_we_are.about_reserach.paralew {
    position: relative;
}
.scoll_magic {
    position: absolute;
    top: 0;
    right: 0;
    left: -15px;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
    height: 100%;
}
 
section.who_we_are.about_reserach.paralew .who_we_are_img {
    padding-left: 40px;
}
section.who_we_are.about_reserach.paralew .who_we_are_img.secnd{
	padding-left: 0px;
	padding-right: 40px;
}
section.who_we_are.about_reserach.paralew .who_we_are_info.third{
	padding-right: 0px;
	padding-left: 40px;
}
/*11 march css*/
/* Responsive*/

@media screen and (max-width: 1350px) {
	section.why_esf {

    height: 114vh;
}

}
@media screen and (max-width: 1200px) {
	.header_info ul li a {
    padding: 37px 20px;
    }
    section.banner_block {
    height: 90vh;
}
.banner_info h1 {
    font-size: 70px;
    line-height: 80px;
}
.banner_info h2 {
    font-size: 34px;
}
section.our_services h2.sec_title {
    margin: 62px 0 0;
}
}
@media only screen and (max-width:1080px){
	.mid_section img{
		width:100%;
	}
}
@media only screen and (max-width:1045px){
	.mid-section-image-wrapper img {
		width: 100%; 
	}
}
@media screen and (max-width: 1024px) {
	.mid_section img {
		height: 600px;
	}
	.cm-container p {
		font-size: 15px !important;
	}
	span#mobile_list i {
		color: #fff;
		font-size: 32px;
		cursor: pointer;
	}
	span#mobile_list {
		display: block !important;
		position:absolute !important;
		right:30px !important;
	}
	.header_info {
		padding: 0 15px;
		position: relative;
	}
	.header_info ul li a {
		padding: 14px 15px;
		width: 100%;
		border-bottom: 1px solid #0fa59c;
	}

	.header_info ul {
		position: absolute;
		right: 0;
		top: 58px;
		z-index: 9;
		display: block;
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		background: #03938a;
		display: none;
	}
	header {
		padding: 15px 0;
	}
	header .col-md-12 {
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
.bg_text{
	display:none;
}
.mid_section img {
	height: auto;
}
.cm-container {
	margin-top: 20px;
}
.footer_links {
margin: 0 0 50px;
}
.exp_info {
    padding-left: 0;
}
.how_help_you .how_help_you_text ul li, .acunt_specialist .accunt_info, .acunt_specialist .accunt_img, .how_can .how_can_img, .how_can .how_can_info, .wealth_mng_row .wealth_mng_col, .about_wealth .wealth_col {
    flex: 0 0 100%;
    max-width: 100%;
}
.wealth_mng_col {
    margin-bottom: 30px;
}
.how_can_info {
    padding: 15px;
}
.about_wealth img.dotted_line {
    display: none;
}
section.services_block_page {
    margin-top: 50px;
}
section.our_services h2.sec_title {
    margin: 0 0 0;
}
.efo_inner_block .efs_info, .efo_inner_block .efc_img {
    flex: 0 0 100%;
    max-width: 100%;
    position: static;
}
section.why_esf {
    height: auto;
}
.efo_inner_block .efc_img {
    margin: 30px 0 0;
}
.border_right:after{
	display: none;
}
.footer_links ul.footer_nav li a i {
    left: 0;
}
ul.footer_nav.keep_company li a {
    padding: 15px 0 16px 26px;
}
.footer_copyright {
    margin: 20px 0 0;
}
footer {
    padding: 70px 0 0;
}
.emp_info {
        min-height: auto;
}
.guide_info {
    margin: 12px 0;
}
.loc_row .loc_address, .loc_row .map_img {
    flex: 0 0 100%;
    max-width: 100%;
}
.loc_row .map_img {
    margin: 40px 0 0;
}
section.choose_loc {
    padding: 50px 0;
}
.select_loc h2 {
    font-size: 20px;
}
.select_loc select {
    padding: 10px 7px;
    font-size: 16px;
}
section.expert_solutions_new.text-center img {
	display: none;
}
.guide_info.first{
	margin-right: 0px;
}
.guide_info.fourth {
	margin-left: 0px;
}
.team-single-text {
    padding-top: 25px;
}
}
@media screen and (max-width: 576px) {
.banner_info h1 {
    font-size: 51px;
    line-height: 61px;
}
.banner_info {
    text-align: center;
}
.banner_info p {
    font-size: 16PX;
}
.banner_info .banner_btn a {
    font-size: 18px;
    margin: 0 25px 12px 0px;
    }
    section.who_we_are, section.work_with_is, section.why_esf {
    padding: 70px 0;
}
.who_we_are_img {
    margin: 50px 0 0;
}
.our_services_bg_layer {
    padding: 0vh 0 7vh;
}
section.our_services {
    padding: 40px 0 0;
}
section.our_services h2.sec_title {
    margin: -49px 0px 0;
}
section.work_with_is .row {
    padding-top: 0;
}
.work_us_info {
    padding-right: 0;
    text-align: center;
}
.work_us_img {
    margin: 60px 0 0;
}
.newsletter-test {
    float: left;
    width: 100%;
    margin-top: 0px;
}
.industrial_logo .logo_img:first-child, .industrial_logo .logo_img {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 28px 0px;
}
.efo_inner_block .efs_info {
    padding: 30px 15px;

}
.team_banner_text h1, .exp_info h3, section.why_efs_stra .sec_title, section.we_help_you h3, .sec_title, .wealth_managment h3 {
    font-size: 30px;
	text-align: center;
}
.who_we_are_info {
    text-align: center;
}
.team_banner_text p {
    font-size: 18px;
}
.who_we_are_info a {
    display: inline-block; 
}
section.expert_solutions_new, section.we_help_you, section.why_efs_stra, section.who_we_are_team {
    padding: 50px 0;
}
 section.policy_info{
padding: 20px 0 50px;
}
.relationship_img img {
    margin: 20px auto 50px;
}
section.we_help_you h3 {
    margin: 0 0 30px;
}
section.get_in_touch ul li {
    margin: 0 0 50px;
    display: block;
}
section.get_in_touch ul li:last-child {
    margin-bottom: 0;
}
.exp_info {
    padding: 40px 0;
}
.header_info .logo img {
    width: 100%;
    max-width: 100px;
        height: auto;
}
span#mobile_list {
    flex: 0 0 20%;
    max-width: 20%;
        text-align: right;
}
.header_info .logo {
    flex: 0 0 80%;
    max-width: 80%;
}
.header_info ul {
    top: 49px;
    }
    section.expert_solutions_new .exp_info {
    padding: 10px 0 10px;
}
.address_col .address_info {
    padding: 26px 40px;
}
.address_col .address_info i {
    left: 14px;
    font-size: 20px;
}
 p, .invst_portfolio p {
    font-size: 16px !important;
    padding: 12px 0 !important;
    line-height: 26px !important;
}
.invst_portfolio ul li {
    list-style: none;
    display: block;
    text-align: left;
}
.invst_portfolio ul li.active a:after {
    width: 100%;
}
.invst_portfolio ul li a {
    padding: 13px 12px;
    }
    .beifit_col .benifit_title, .about_wealth .wealth_col, .bs-example ul li, .acunt_specialist .accunt_info, .acunt_specialist .accunt_img, .how_can .how_can_img, .how_can .how_can_info, .wealth_mng_row .wealth_mng_col, .wealth_mng_row .wealth_mng_col {
    flex: 0 0 100%;
    max-width: 100%;

}
section.services_block_page {
    margin-top: 50px;
}
.tab-content {
    margin: 50px 0 0;
}
.how_can .how_can_info {
    padding: 15px;
}
.bs-example .nav.nav-tabs a p {
    padding: 0 !important;
}
.bs-example ul li:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}
section.services_block_page .bs-example ul li:not(:last-child) {
    border-right: none;
    margin: 0px 0 20px;
}
.wealth_mng_row {
    margin: 10px 0 0px;
}
.wealth_mng_col {
    padding-bottom: 40px;
}
.wealth_managment h3 {
    margin: 40px 0 10px;
}
.about_wealth {
    margin: 0 0 0;
}
.about_wealth img.dotted_line {
    display: none;
}
.about_wealth .wealth_col .col_numbers {
    margin: 0 auto 20px;
}
.beifit_col .benifit_title {
    border: 1px solid #ccc;
    padding: 18px;
    margin: 5px 0;
}
.bs-example > ul {
    box-shadow: 0px 0px 13px 0 #a0a0a0;
}
.bs-example {
    padding-left: 15px;
    padding-right: 15px;
}
body .loc_address p {
    font-size: 18px;
    padding: 20px 0 20px 28px !important;
}
section.finacial_goals p a:hover {
    background: #101839;
}
div#sectionA {
    border-bottom: 1px solid #0f1839;
    padding-bottom: 0px;
}
.scoll_magic{
	display: none;
}
section.who_we_are.about_reserach.paralew .who_we_are_img {
    padding-left: 0px;
}
section.who_we_are.about_reserach.paralew .who_we_are_info.third {
    padding-right: 0px;
    padding-left: 0;
}
}
@media screen and (max-width: 425px) {
	form.newsletter-test input[type="email"]{
		width: 80%;
	}
	form.newsletter-test input[type="submit"]{
		width: 80%;
	}
}