@font-face{
    font-family: 'Acumin_Pro_Wide_Light';
    src: url('../fonts/Acumin_Pro_Wide_Light.otf');
}
@font-face{
    font-family: 'TrajanPro-Regular';
    src: url('../fonts/TrajanPro-Regular.otf');
}
body, html {
    height: 100%;
    scroll-behavior: smooth;
    position: relative;
}
body{
    font-family: 'Acumin_Pro_Wide_Light';
    font-size: 18px;
    line-height: 32px;
    color:#545454 !important;
}
.discover-btn{
    position: absolute;
  bottom: 80px;
  right: 80px;
}
.discover-btn .discover-img{
    max-width: 40px;
}
h1{
    font-family: 'TrajanPro-Regular';
    font-size: 55px;
    line-height: 70px;
    color: #fff;
    margin: 0;
    display: inline-block;
    padding-bottom: 40px;
    position: relative;
}

h2{ 
    font-family: 'TrajanPro-Regular';
    font-size: 35px;
    line-height: 50px;
    color: #212121;
    text-transform: uppercase;
}
p{
    margin: 0;
    
}

.p-100{
    padding: 100px 0;
}
.p-80{
    padding: 80px 0;
}
.py-120{
    padding: 0 120px;
}
.pt-80{
    padding-top: 80px;
}
.mt-100{
    margin-top: 100px;
}
.mb-100{
    margin-bottom: 100px;
}
.logo {
    max-width: 181px;
    top: 0;
}
.banner-area{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner-area video{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.overlay {
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    margin: 0;
    width: 100%;
    height: 100%;
}
.home11{
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;    
    padding-top: 100px;
}
.home11 h1:before{
    content: "";
    position: absolute;
    width: 62px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    border-bottom: 2px solid #1d94c9;
}
.home11 p{
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    margin: 0;
    padding: 36px 0 42px;
}

header{
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 20px 0;
    transition: all .3s ease-in-out;
}
header .navbar{
    padding: 0;
}
.navbar-nav ul{
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
header .navbar-nav li a{
    color: #fefefe;
    font-size: 15px;
    line-height: 52px;
    padding: 0 6px;
    font-family: 'TrajanPro-Regular';
    text-transform: uppercase;
}
header .navbar-nav li a:hover{
    color: #1d94c9;
    text-decoration: none;
}
header .navbar-nav li a:hover ul.sub-menu {
    display: block;
}

header button.navbar-toggler{
    color: #fff;
}
header button:focus{
    outline: none;
}

header .navbar-nav li a i{    
    font-size: 12px;
}
header .sub-menu{
    display: none;
    position: absolute;
    list-style: none;
    padding: 0;
    background: #1d94c9;
    margin: 0;
    margin-left: 10px;
    min-width: 140px;
    font-size: 14px;
}



header .sub-menu li a:hover{
    color: #fff;
}
.discover h4 {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    transform: rotate(90deg);
    right: 20px;
    bottom: 25%;
}
.discover h4:after{
    position: absolute;
    content: "";
    height: 2px;
    background-color: #fff;
    width: 64px;
    margin-left: 60px;
    top: 50%;
    left: 100%;
    transform: translate(-50%);
}
.discover h4 a{
    position: relative;
    bottom: 5px;
    left: 85px;
    text-align: center;
    color: #fff;
}
.discover h4 a i{
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 10px;
  padding: 12px 16px;
}
.discover h4 a:hover i{
    background: #fff;
    color: #1d94c9;
}
.about h2{
    padding-bottom: 40px;
    margin: 0;
}
.about h2:before, 
.blog_content_wrap h2::before, 
.founder_content_wrap h2::before, 
.about_contact_content_wrap h2::before {
    content: "";
    position: absolute;
    width: 62px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    border-bottom: 2px solid #092640;
}
.about p{
    padding: 40px 0;
}
/*.page-id-2 .philosophy .col-md-12{
    margin: 0;
    padding: 0;
}*/


.page-id-2 .philosophy h2{  
    padding-bottom: 40px;
    margin: 0;
}
.page-id-2 .philosophy h2:before{
    content: "";
    position: absolute;
    width: 62px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    border-bottom: 2px solid #092640;
}
.page-id-2 .philosophy p{   
    padding: 32px 0;
    margin: 0;
}




.services .service-heading p{
    padding: 33px 0;
    margin: 0;    
}
.services .service-heading p:before{
    content: "";
    position: absolute;
    width: 62px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    border-bottom: 2px solid #092640;
}

.bootbox-body p {
    font-size: 16px;
}
button.bootbox-close-button.close{
    display: none;
}
.modal-footer {
    justify-content: flex-start;
}
.modal-footer button {
    background: #000;
    padding: 5px 30px;
    color: #fff;
    font-size: 16px;
}
.modal-footer .btn-primary, .gform_button, .blog-read a, .modal-footer button.btn.btn-primary  {
    background: #1d94c9;
    font-size: 16px;
    line-height: 26px;
    border: 0px;
    border-radius: 4px;
    color: #fff;
}
.modal-dialog {
    min-width: 600px;
    top: 30%;
}
.services .service-wrap{
    padding-top: 76px;
}

.services .service-wrap img{
    max-width: 64px;
}
.services .service-wrap h3{    
    padding: 35px 0 8px;
    margin: 0;
    font-family: 'TrajanPro-Regular';
    color: #212121;
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase;
}
.services .service-wrap p{
    margin: 0;
}

.client h2{
    color: #fff;
    margin: 0;
}

.client p{
    color: #fff;
    margin: 0;
    padding: 34px 0 36px;
}
.client p:before{
    content: "";
    position: absolute;
    width: 62px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    border-bottom: 2px solid #1d94c9;
}
.client .swiper-slide{
    padding-top: 80px; 
}
.client .swiper-slide:nth-child(even){
    padding-top: 130px;
}
.client .client-image{
    position: relative;  
    padding-bottom: 114px;
}
.client .client-image:after{
    position: absolute;
    content: "";
    height: 88px;
    background-color: #657786;
    width: 3px;
    bottom:  27px;
    left: 50%;
    transform: translate(-50%);
}
.client h3 {
    font-family: 'TrajanPro-Regular';
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
}
/*Client Image*/

.client-single img.client-image-border{
    position: relative;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
}
.client-single img.client-img{
    position: absolute;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    z-index: 0;
    width: 100%;
    left: 16px;
    top: 16px;
    object-fit: cover;
        object-position: top;
}
.client-single img.client-img{
    height: 62%;
}
/*Client Image*/
footer{
    background: #2C5F55;
}
footer img{
    max-width: 300px;
    padding-top: 10px;
}
footer .social{
    padding: 40px;
}

footer .social a i{
    color: #fff;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
    font-size: 24px;
    width: 48px;
    height: 48px;
    line-height: 48px;

}
footer .social a:hover i{
    background: #fff;
    color: #114271;
}
footer p{
    font-family: 'Acumin_Pro_Wide_Light';
    color: #bacddf;
    font-size: 14px;
    line-height: 22px;
    padding: 7px 0;
}
footer p.copyright{
    padding-top: 40px;
	font-size: 12px;
}
footer p.copyright a {
	text-decoration: none;
	color: #bacddf;
}

/*Overrides*/
.btn-primary, .gform_button, .blog-read a{
    background: #1d94c9;
    padding:  0 30px;
    border: 2px solid #1d94c9;
    color: #fefefe;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 17px;
    line-height: 42px;
    font-family: 'TrajanPro-Regular';
}
.blog-read a {
    margin-top: 20px;
    display: inline-block;
}
.viewmore_top p {
    font-weight: 600;
    margin-top: 30px;
    display: block;
}
.page-id-2 .philosophy img.img-fluid {
    height: 530px;
    object-fit: cover;
    width: 100%;
}
.btn-primary:hover{    
    background: transparent;
    text-decoration: none;
    color: #1d94c9;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus{
    background: transparent;
    text-decoration: none;
    color: #1d94c9;
    border: 2px solid #1d94c9;
    box-shadow: none;
}

/*Overrides*/
.inner-banner{
    position:relative;
    height:460px;
}

.inner-banner img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.inner-banner:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#000;
    opacity:0.5;
}
.inner-banner-content {
    color: #ffffff;
    position:absolute;
    top:55%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    width:100%;
    text-align:center;
    z-index:2;
}
.inner-banner:after{
    content:"";
    background:#000;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity:0.5;
}
.inner-banner-content h1 {
    padding-bottom: 40px;
    margin-bottom: 5px;
}
.inner-banner-content h1::before {
    content: "";
    position: absolute;
    width: 62px;
    height: 2px;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%);
    border-bottom: 2px solid #1d94c9;
}
.inner-banner-content p {
    font-size: 1.25rem;
}
.serve-img img{
    width:100%;
}
main.who-we-serve{
    background:url(/wp-content/uploads/2021/03/pattern-1.jpg);
}
main.who-we-serve .row{
    margin:0 !important;
}
main.who-we-serve .serve-text-content {
    padding: 0 50px;
}
main.who-we-serve .serve-text-content h2{
    position:relative;
    padding-bottom:20px;
    margin-bottom:20px;
}
main.who-we-serve .serve-text-content h2:after{
    content:"";
    width:65px;
    height:2px;
    background:#092640;
    position:absolute;
    left:0;
    bottom:0;
}
main.who-we-serve .serve-text-content a.btn-primary{
    margin-top:30px !important;
}
main.who-we-serve .serve-text-content ul{
    padding:0 !important;
    margin:30px 0;
}
main.who-we-serve .contact-icon i{
    width:54px;
    height:54px;
    display:block;
    border:1px solid #000;
    line-height:52px;
    text-align:center;
    border-radius:50%;
    margin-right:15px;
}
main.who-we-serve .contact-text {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
main.who-we-serve .contact-text a{
    color:#000;
    opacity:1;
}
main.who-we-serve .contact-text a:hover, main.who-we-serve .contact-text a:focus{
    color:#000;
    opacity:0.7;
    text-decoration:none;
}
main.who-we-serve .serve-text-content ul li{
    margin-bottom:15px;
}

header .navbar-nav li.btn-primary{
    background: transparent;
    padding: 0;
    color: #fefefe;
    border: none;
    border-radius: 0;
    text-transform: none;
}
header .navbar-nav li.btn-primary a{
    background: #1d94c9;
    padding: 9px 12px 5px;
    border: 2px solid #1d94c9;
    color: #fefefe;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 15px;
    line-height: 52px;
    margin-left: 12px;
}
header .navbar-nav li.btn-primary:hover a{
    background: transparent;
}
.banner-image{
    position: absolute;
    z-index: 9999;
    height: 100%;
    width: 100%;
}

.blog-box{
    margin-bottom: 20px;
}
.blog-box h3{
 font-size: 18px;
font-family: 'TrajanPro-Regular';
min-height: 85px;
}
.blog-box p{
  min-height: 128px;
}
.blog-box img{
    margin-bottom: 15px;
}
.blog-box a{
    margin-top: 15px;
}


.blog__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
}
.blo-col-lt, .blo-col-rt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.blo-col-rt {
    background-color: #ffffff;
    background-image: url(../img/blog-rt-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.blog__row:nth-of-type(even) .blo-col-rt {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.blog__row:last-child .blo-col-rt {
    background-image: none;
}
.blog__row:nth-of-type(even) .blo-col-lt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.blog_img_wrap, .blog_content_wrap {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.blog__row .blog_content_wrap {
    max-width: 570px;
}
.blog__row:nth-of-type(odd) .blog_content_wrap {
    padding-left: 90px;
}
.blog__row:nth-of-type(even) .blog_content_wrap {
    padding-right: 90px;
}
.blog_img_wrap img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog_content_wrap h2 {
    font-size: 34px;
    position: relative;
    line-height: 40px;
    margin-bottom: 70px;
}
.blog_content_wrap h2::before {
    left: 2px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: -35px;
}
.blog_content_wrap p {
    color: #545454 !important;
    margin-bottom: 30px;
}
.blog_content_wrap h3 {
    color: #114271;
    font-family: 'TrajanPro-Regular';
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 10px;
}
.blog_content_wrap h4 {
    color: #212121;
    margin-bottom: 15px;
}
.blog_content_wrap h4:last-of-type {
    margin-bottom: 35px;
}

.blog_content_wrap p.site__address, 
.blog_content_wrap p.site__phone {
    margin-bottom: 25px;
}
.blog_content_wrap p.site__mail {margin-bottom: 0px;}
.blog_content_wrap p.site__phone a, 
.blog_content_wrap p.site__mail a {
    padding-top: 12px;
    display: inline-block;
}
.blog_content_wrap p.site__address, 
.blog_content_wrap p.site__phone a, 
.blog_content_wrap p.site__mail a {
    color: #07050a !important;
    font-size: 22px;
    position: relative;
    padding-left: 80px;
    display: inline-block;
    word-break: break-all;
}
.blog_content_wrap p.site__phone a:hover, 
.blog_content_wrap p.site__phone a:focus, 
.blog_content_wrap p.site__mail a:hover, 
.blog_content_wrap p.site__mail a:focus {
    color: #114271 !important;
    text-decoration: none;
}
.blog_content_wrap p.site__address::before, 
.blog_content_wrap p.site__phone a::before, 
.blog_content_wrap p.site__mail a::before {
    border: 1px solid #000000;
    border-radius: 50%;
    color: #114271;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
}
.blog_content_wrap p.site__address:hover:before, 
.blog_content_wrap p.site__phone a:hover::before, 
.blog_content_wrap p.site__mail a:hover::before {
    background-color: #114271;
    color: #ffffff;
}
.blog_content_wrap p.site__address::before {
    content: "\f041";
    top: 5px;
}
.blog_content_wrap p.site__phone a::before {
    content: '\f095';
    top: 0px;
}
.blog_content_wrap p.site__mail a::before {
    content: '\f003';
    top: 0px;
}

.about_page_content p {
    color: #6c6c6c !important;
    margin-bottom: 10px;
}
.about_page_content p:last-of-type {
    margin-bottom: 0px;
}
.about_info_img {
    box-shadow: 5px 0px 29px rgba(0,0,0,0.15);
    -webkit-box-shadow: 5px 0px 29px rgba(0,0,0,0.15);
    line-height: 0px;
}
.about_info_wrap {
    padding-bottom: 240px;
}
.about-info-content {
    background-color: #ffffff;
    box-shadow: 5px 0px 27px rgba(0,0,0,0.22);
    -webkit-box-shadow: 5px 0px 27px rgba(0,0,0,0.22);
    position: relative;
    width: calc(100% + 250px);
    right: 190px;
    padding: 90px 75px;
    top: 130px;
}
.about-info-content p {
    color: #6c6c6c !important;
    margin-bottom: 10px;
}
ul.about_info_list {
    margin-bottom: 0px;
    padding: 0px;
    list-style: none;
}
ul.about_info_list li {
    margin-bottom: 10px;
    padding-left: 50px;
    position: relative;
}
ul.about_info_list li:last-child {
    margin-bottom: 0px;
}
ul.about_info_list li a {
    color: #6c6c6c;
}
ul.about_info_list li a:hover, 
ul.about_info_list li a:focus {
    color: #1d94c9;
    text-decoration: none;
}
ul.about_info_list li a::before {
    content: '';
    background-image: url(../img/favicon.png);
    background-repeat: no-repeat;
    display: inline-block;
    
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0px;
    top: 4px;
    background-size: contain;
}
.founder__row, .about_contact_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
}
.founder-col-lt, .founder-col-rt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.founder-col-lt {
    width: 45%;
}
.founder-col-rt {
    background-color: #ffffff;
    width: 55%;
    background-image: url(../img/texture-white.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.founder_img_wrap, .founder_content_wrap {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.founder__row .founder_content_wrap {
    max-width: 640px;
    padding-left: 90px;
}
.founder_content_wrap h2 {
    font-size: 34px;
    position: relative;
    line-height: 40px;
    margin-bottom: 70px;
}
.founder_content_wrap h2::before {
    left: 2px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: -35px;
}
.founder_content_wrap p {
    color: #6c6c6c !important;
    margin-bottom: 30px;
}
.founder_content_wrap a {
    height: 60px;
    line-height: 58px;
    padding: 0px 0px;
}
.financial_content h2 {
    color: #ffffff;
    font-size: 2.5rem;
    margin-bottom: 40px;
}
.btn-financial {
    height: 95px;
    line-height: 90px;
    padding: 0px 80px;
    font-size: 1.625rem;
}
.btn-financial:hover, .btn-financial:focus {
    border-color: #ffffff;
    color: #ffffff;
}
.about-contact-col-lt, .about-contact-col-rt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.about-contact-col-lt {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 40px 0;
}
.about_contact_content_wrap, .about_contact_img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.about_contact_content_wrap {
    max-width: 570px;
    padding-right: 90px;
}
.about_contact_content_wrap h2 {
    font-size: 34px;
    position: relative;
    line-height: 40px;
    margin-bottom: 70px;
}
.about_contact_content_wrap h2::before {
    left: 2px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: -35px;
}
.about_contact_content_wrap h3 {
    color: #114271;
    font-family: 'TrajanPro-Regular';
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 10px;
}
.about_contact_content_wrap h4 {
    color: #212121;
    margin-bottom: 15px;
}
.about_contact_content_wrap h4:last-of-type {
    margin-bottom: 35px;
}
.about_contact_content_wrap p.site__address, 
.about_contact_content_wrap p.site__phone {
    margin-bottom: 25px;
}
.about_contact_content_wrap p.site__mail {margin-bottom: 0px;}
.about_contact_content_wrap p.site__phone a, 
.about_contact_content_wrap p.site__mail a {
    padding-top: 12px;
    display: inline-block;
}
.about_contact_content_wrap p.site__address, 
.about_contact_content_wrap p.site__phone a, 
.about_contact_content_wrap p.site__mail a {
    color: #07050a !important;
    font-size: 22px;
    position: relative;
    padding-left: 80px;
    display: inline-block;
    word-break: break-all;
        font-weight: 100;
}
.about_contact_content_wrap p.site__phone a:hover, 
.about_contact_content_wrap p.site__phone a:focus, 
.about_contact_content_wrap p.site__mail a:hover, 
.about_contact_content_wrap p.site__mail a:focus {
    color: #114271 !important;
    text-decoration: none;
}
.about_contact_content_wrap p.site__address::before, 
.about_contact_content_wrap p.site__phone a::before, 
.about_contact_content_wrap p.site__mail a::before {
    border: 1px solid #000000;
    border-radius: 50%;
    color: #114271;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
}
.about_contact_content_wrap p.site__address:hover:before, 
.about_contact_content_wrap p.site__phone a:hover::before, 
.about_contact_content_wrap p.site__mail a:hover::before {
    background-color: #114271;
    color: #ffffff;
}
.about_contact_content_wrap p.site__address::before {
    content: "\f041";
    top: 5px;
}
.about_contact_content_wrap p.site__phone a::before {
    content: '\f095';
    top: 0px;
}
.about_contact_content_wrap p.site__mail a::before {
    content: '\f003';
    top: 0px;
}
.founder_img_wrap img, 
.about_contact_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;

}
.phil-sec{
    padding: 60px 0;
}
.phil-sec p{
    padding: 0 0 15px;
}
.phil-sec .founder-col-rt{
    background: #fff;
        padding: 0 50px;
}
.serv-main{
    background: #f8f8f8;
}
.view {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: default;
    margin-bottom: 40px;
}
.view-fifth .blue-box {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.view .blue-box {
    display: block;
    position: relative;
    color: #212121;
    background: #fff;
    height: 420px;
}
.view-fifth .mask {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view-fifth:hover .mask {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.view-fifth:hover .blue-box {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.blue-box, .mask {
    padding: 30px;
    border: 0.99px solid #959595;
    border-radius: 21px;
}
.mask{
    color: #fff;
    background: #004a80;
    border: 0px;
}
.view h3 {
    font-size: 20px;
    line-height: 32px;
    padding: 12px 0;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'TrajanPro-Regular';
}
.view p {
    font-size: 16px;
    line-height: 32px;
}
.view a {
    font-size: 17px;
    line-height: 50px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 15px;
    display: block;
    text-decoration: none;
}
.view img {
    width: 60px;
    margin: 0 0 25px;
}
.blue-box a i, .mask a i {
    font-size: 26px;
    padding-left: 20px;
    margin-bottom: 6px;
    color: #004a80;
}

.blue-box a, .mask a {
    color: #212121;
    display: flex;
    align-items: center;
}
.mask a, .mask a i{
    color: #fff;
}
.blue-box::before, .blue-box::after, .mask::before, .mask::after {
    content: '';
    width: 49px;
    height: 9px;
    border-radius: 4px;
    background-color: #004a80;
    position: absolute;
    top: -4px;
    left: 50px;
}
.blue-box::after, .mask::after{
    top: unset;
    bottom: -4px;
}
.mask::before, .mask::after {
    background-color: #fff;
}
.single-service ul li i {
    color: #114271;
    position: absolute;
    left: -35px;
    top: 4px;
}

.single-service ul li {
    list-style: none;
    position: relative;
}
ul.sub-menu li:hover {
    background: #0b6d98;
}

ul.sub-menu li a {
    font-size: 12px;
    padding: 0 15px;
    line-height: 40px;
}
ul.sub-menu li {
    border-top: 1px solid #0b6b96;
}
.service-wrap a:hover {
    box-shadow: 0px 0px 30px rgb(0 0 0 / 11%);
    transition: all .3s ease-in-out;
    
    background: #2C5F55;
    color: #fff;
}
.service-wrap a:hover h3 {
    color: #fff;
}
.swiper-container a:hover {
    transform: scale(1.1);
    text-decoration: none;
    transition: all .3s ease-in-out;
    display: block;
}
.service-wrap a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 20px;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 100%;
}
header.fixed {
    position: fixed;
        transition: all .3s ease-in-out;
    background: #2C5F55;
}

.single-service ul li i::before {
    background-image: url(../img/favicon.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 2px;
    background-size: contain;
    content: '';
}
p a {
    color: #144273;
    font-weight: 600;
}
.gform_button {
    background: #1d9dd2 !important;
    line-height: 40px;
}
.about_contact_img .gravity-theme {
    padding: 0 40px;
}
.ginput_container input, .ginput_container textarea {
    border: 1px solid #ddd;
    line-height: 28px;
}
ul.sub-menu li a {
    font-size: 12px;
    text-transform: capitalize;
    font-family: 'Acumin_Pro_Wide_Light';
    line-height: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
ul.sub-menu li {
    line-height: 20px;
    padding: 8px 20px;
    width: 100%;
}

footer p a, footer p a:hover {
    color: #fff;
}
.services .row{
    justify-content: center;
}
footer p a {
    text-decoration: underline;
}
.postid-54 .founder_img_wrap img {
    height: 400px;
}
.page-id-144 .about_contact_content_wrap {
    padding: 50px 0;
}
.about_contact_img, .about_contact_img img{
    height: 100%;
}
.page-id-144 .col-about-info-lt img.img-fluid {
    height: 450px;
    object-fit: cover;
}
.postid-54 .inner-banner img, .page-id-182 .inner-banner img {
    object-position: right;
}
.team-sec .founder_img_wrap {
    margin: 50px;
    float: left;
    max-width: 510px;
}
.team-sec .founder-col-lt {
    width: 100%;
}
.team-sec .founder-col-rt {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
        background: transparent;
    display: block;
}
.team-sec .founder_content_wrap {
    padding: 50px;
    max-width: 100%;
}
.team-sec h2::before {
    left: unset;
}
img.broker-img {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 10px;
}
.blog-area {
    padding: 50px 0;
}
.blog-repeat {
    border-bottom: 1px solid #eee;
    padding: 25px 0;
}
.blog-repeat h2 {
    font-size: 26px;
    line-height: 40px;
}

/*Responsive*/
@media (max-width:1310px){
    .about-info-content {width: calc(100% + 200px);}
}
@media (max-width:1199px){
    .banner-image {
        top: 0;
        height: auto !important;
    }
    .client-single img.client-image-border{
        display: none;
    }
    .client-single img.client-img {
        height: 200px;
        position: relative;
    }
    .client .swiper-slide:nth-child(even) {
        padding-top: 30px;
    }
    .client .swiper-slide {
        padding-top: 0px;
    }
    .founder_content_wrap a {
        height: 48px;
        line-height: 48px;
        padding: 0px 20px;
    }
    h1 {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 20px;
    }
    .banner-area{
        height: auto;
    }
    .home11, .overlay, .banner-area{
        height: 70%;
    }
    h2 {
        font-size: 30px;
        line-height: 48px;
    }
    .mt-100{
        margin-top: 20px;
    }
    .mb-100{
        margin-bottom: 20px;
    }

    .blog__row .blog_content_wrap {
        max-width: 480px;
    }
    .blog__row:nth-of-type(odd) .blog_content_wrap {
        padding-left: 45px;
    }
    .blog__row:nth-of-type(even) .blog_content_wrap {
        padding-right: 45px;
    }
    .blog_content_wrap h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .blog_content_wrap h2::before {
        bottom: -15px;
    }
    .blog_content_wrap p {
        margin-bottom: 15px;
    }
    .blog_content_wrap h3 {
        font-size: 24px;
    }
    .blog_content_wrap h4 {
        font-size: 20px;
    }
    .blog_content_wrap p.site__address, 
    .blog_content_wrap p.site__phone a, 
    .blog_content_wrap p.site__mail a {
        font-size: 18px;
    }

    .logo {max-width: 278px;}
    header .navbar-nav li a {font-size: 12px; padding-left: 5px; padding-right: 5px;}
    header .navbar-nav li.btn-primary a {padding-left: 10px; padding-right: 10px;}
    .about_page_content p br {display: none;}
    .about-info-content {width: calc(100% + 190px); padding: 45px; top: 80px;}
    .about-info-content p {margin-bottom: 20px;}
    ul.about_info_list li {margin-bottom: 15px; padding-left: 30px;}
    .about_info_wrap {padding-bottom: 180px;}
    .founder__row .founder_content_wrap {max-width: 100%; padding-left: 30px;}
    .founder_content_wrap h2 {font-size: 1.75rem; line-height: 30px; margin-bottom: 30px;}
    .founder_content_wrap h2::before {bottom: -15px;}
    .founder_content_wrap p {margin-bottom: 15px;}
    .financial_content h2 {font-size: 2rem;}
    .about_contact_content_wrap {max-width: 480px; padding-right: 15px;}
    .about_contact_content_wrap h2 {font-size: 1.75rem; line-height: 30px; margin-bottom: 30px;}
    .about_contact_content_wrap h2::before {bottom: -15px;}
    .about_contact_content_wrap h3 {font-size: 1.75rem;}
    .about_contact_content_wrap h4 {font-size: 1.25rem;}
    .about_contact_content_wrap h4:last-of-type {margin-bottom: 25px;}
    .about_contact_content_wrap p.site__address, 
    .about_contact_content_wrap p.site__phone a, 
    .about_contact_content_wrap p.site__mail a {font-size: 1rem;}
    .about_contact_content_wrap p.site__address {margin-bottom: 15px;}
    .about_contact_content_wrap p.site__phone {margin-bottom: 30px;}
}
@media (max-width:1024px) {
    header .navbar-nav li a:hover{
        color: #fff;
        text-decoration: none;
    }
    .client-single img.client-img {
        position: relative;
        height: 200px;
    }   
    .client-single img.client-image-border {
        display: none;
    }
    .banner-area{
        height: 80%;
    }
    .home11,  .overlay{
        height: 80%;
    }
    .home11 a.btn.btn-primary.mt-2 {
    margin-bottom: 50px;
    }
    .client .swiper-slide:nth-child(even) {
    padding-top: 20px;
    }
    .p-80 {
        padding: 30px 0;
    }
    footer p.copyright {
        padding-top: 10px;
    }
    .page-id-2 .philosophy h2 {
        padding-bottom: 10px;
    }
    .page-id-2 .philosophy .col-md-12 {
        background-size: cover !important;
    }
    section.p-100 {
        padding: 30px 0;
    }
    .services .service-heading p {
        padding: 0px 0 15px;
    }
    .services .service-wrap {
        padding-top: 20px;
        min-width: 50%;
        margin: 0px auto;
    }
    h1 {
        font-size: 45px;
        line-height: 50px;
    }
    main.who-we-serve .serve-text-content h2{
        font-size: 25px;
    line-height: 35px;
    }
}
@media (max-width:991px) {
.blog-box h3 {
  min-height: auto;
}
.blog-box{
    text-align: center;
}
.blog-box p {
  min-height: auto;
}
.blog-box, .blogd__wrapper img{
    margin-bottom: 20px;
}
    span.icon::before {
        content: '\f107';
        font-family: 'FontAwesome';
        color: #fff;
        font-size: 20px;
        line-height: 26px;
    }
    .page-id-315 .about_contact_img .gravity-theme {
        padding: 0 !important;
    }
    .about_contact_img, .about_contact_img img {
        padding: 0 20px;
    }
    .single-who_we_serve main.who-we-serve .serve-text-content {
        padding: 0;
    }
        .serve-img img {
        max-width: 500px;
        margin: 10px auto;
        display: block;
    }
    main.who-we-serve .serve-text-content h2 {
        text-align: center;
        margin: 0;
    }
    main.who-we-serve .serve-text-content h2:after{
        display: none;
    }
    .serve-text-content p{
        text-align: center;
    }
    main.who-we-serve .serve-text-content a.btn-primary {
        margin: 0px auto !important;
        display: table;
    }
    .phil-sec .founder-col-rt h3 {
        margin-left: 0 !important;
    }
    .phil-sec {
        padding: 30px !important;
    }
    .team-sec .founder_img_wrap {
        margin: 20px auto;
        float: unset;
        display: block;
    }
    h2 {
        font-size: 24px;
        line-height: 40px;
    }
    .about h2 {
        padding-bottom: 20px;
    }
    .about p {
        padding: 20px 0;
    }
    .page-id-2 .philosophy p {
        padding: 15px 15px;
    }
    .page-id-2 .philosophy img.img-fluid {
        height: 330px;
    }
    .client .swiper-slide {
        padding-top: 20px;
    }
    .p-100 {
        padding: 60px 0;
    }
    .founder_content_wrap a {
        height: 48px;
        line-height: 48px;
        padding: 0px 20px;
    }
    .client-single img.client-image-border{
        display: none;
    }
    .client-single img.client-img {
        position: relative;
    }
    .client-single img.client-img {
        height: 300px;
    }
    section {
        border-bottom: 1px solid #ddd;
    }
    .service-wrap a{
        padding: 0px;
    }
    .page-id-2 .philosophy .col-md-12 {
        padding: 20px 0;
    }
    .phil-sec .founder-col-rt {
        padding: 20px 20px;
    }
    .single-service ul li i::before{
        width: 14px;
    }
    .single-service ul li i {
        top: 1px;
    }
    .founder_img_wrap img, .about_contact_img img {
        margin: 10px auto;
        display: block;
        max-width: 500px;
    }
    .page-id-144 .about_contact_content_wrap {
        padding: 0px 0;
    }
    .inner-banner {
        height: 320px;
    }
    .inner-banner-content {
        padding: 0 20px;
    }
    header .navbar-nav li a {
        line-height: 36px;
    }
    header .sub-menu {
            margin: 0;
        position: relative;
        top: 0;
        background: #06648e;
    }
    span.icon {
        position: absolute;
        right: 0px;
        margin: 5px 10px;
        border: 1px solid #ddd;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 2px;
    }
    footer .social {
        padding: 10px;
    }
    .navbar-collapse {
        position: absolute;
        top: 72px;
        width: 100%;
    }
    main.who-we-serve .serve-text-content {
        padding: 10px 20px 30px;
    }
    header.fixed{
        top: 0px;
    }
    .navbar-nav{
        background: #1d94c9;
    }
    .view .blue-box {
        height: auto;
    }
    .inner-banner-content p br, .financial_content h2 br, .about_contact_content_wrap h2 br {display: none;}
    .about_info_wrap {
        padding-bottom: 60px;
    }
    .about-info-content {
        right: 0px;
        top: 0px;
        width: 100%;
        padding: 30px;
    }
    .about-info-content p {
        text-align: center;
    }
    .founder__row, .about_contact_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .founder-col-lt, .founder-col-rt {
        width: 100%;
    }
    .founder__row .founder_content_wrap {
        max-width: 100%;
        padding: 30px;
        text-align: center;
    }
    .founder_content_wrap h2::before, 
    .about_contact_content_wrap h2::before {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    .financial_content h2 {
        font-size: 1.75rem;
        line-height: 2.5rem;
    }
    .btn-financial {
        height: 75px;
        line-height: 70px;
        padding: 0px 50px;
        font-size: 1.25rem;
    }
    .about-contact-col-lt, .about-contact-col-rt {
        width: 100%;
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    .about-contact-col-lt {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .about_contact_content_wrap {
        max-width: 100%;
        padding: 30px;
        text-align: center;
    }
    .about_contact_content_wrap p.site__address, 
    .about_contact_content_wrap p.site__phone a, 
    .about_contact_content_wrap p.site__mail a {
        padding-left: 50px;
    }
    .about_contact_content_wrap p.site__phone a, 
    .about_contact_content_wrap p.site__mail a {
        padding-top: 2px;
    }
    .about_contact_content_wrap p.site__address::before, 
    .about_contact_content_wrap p.site__phone a::before, 
    .about_contact_content_wrap p.site__mail a::before {
        width: 34px;
        height: 34px;
        line-height: 32px;
    }

}

@media (max-width:767px) {
    header .navbar-nav li .btn-primary{
        color: #fff;
        background: transparent;
        text-transform: none;
        border: none;
    }
    .inner-banner-content p {
        line-height: 34px;
    }
    .p-100 {
        padding: 40px 0;
    }
    h1 {
        font-size: 30px;
        line-height: 46px;
    }
    .home11, .banner-area, .overlay {
        height: 100%;
    }
    header .navbar-nav li .btn-primary.focus, header .navbar-nav li .btn-primary:focus, header .navbar-nav li .btn-primary:not(:disabled):not(.disabled):active:focus{
        background: transparent;
        text-decoration: none;
        color: #fff;
        border: none;
        box-shadow: none;
    }
    header .navbar-nav li a:hover{
        color: #fff;
        text-decoration: none;
    }
    header .sub-menu{
        position: relative;
    }      
    h1{
        font-size: 24px;
    line-height: 42px;
    }
    h2{
            font-size: 24px;
        line-height: 42px;
    }
    body{
        font-size: 14px;
        line-height: 20px;
    }
    .py-120{
        padding: 0 20px;
    }

    .logo{
        max-width: 140px;
    }
    footer img{
        max-width: 200px;
    }
    .home11 p{
        padding: 36px 40px 42px;
    }
    .discover h4{
        right: -20px;
    }
    footer .social a i{
        font-size: 24px;
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    .client .swiper-slide:nth-child(even){
        padding-top: 2.single-who_we_serve main.who-we-serve .serve-text-content {
    padding: 0;
}0px;
    }  
    .client .swiper-slide:nth-child(even){
        padding-top: 20px;
    }
    main.who-we-serve .serve-text-content{
        text-align:center;
    }
    main.who-we-serve .serve-text-content h2:after{
            left: 50%;
    transform: translate(-50%, 0);
    }
    .financial_content h2 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 20px;
    }
    .btn-financial {
        height: 45px;
        line-height: 40px;
        padding: 0px 20px;
    }
}
@media(max-width: 640px) {
    header .navbar-nav li .btn-primary{
        color: #fff;
        background: transparent;
        text-transform: none;
        border: none;
    }
    div#field_1_2 {
        grid-column: span 12;
    }
    .blog-repeat h2 {
        font-size: 18px;991
        line-height: 30px;
    }
    main.who-we-serve .serve-text-content h2 {
        font-size: 18px;
        padding: 0 0 10px;
    }
    .founder_content_wrap h2 {
        font-size: 1.25rem;
    }
    .inner-banner-content p {
        line-height: 24px;
        font-size: 16px;
    }
    .about_contact_content_wrap h2 {
        font-size: 20px;
    }
    .about_contact_content_wrap h3 {
        font-size: 20px;
    }
    .phil-sec{
        padding: 30px 0;
    }
    .page-id-144 .about_contact_content_wrap {
        padding: 0 20px;
    }
    .modal-dialog{
        min-width: 90%;
        width: calc(100% - 16px);
    }
    .about_contact_content_wrap {
        padding: 0 20px;
    }
    .team-sec .founder_img_wrap {
        margin: 0 auto 20px;
        max-width: 100%;
    }
    .discover-btn .discover-img{
        display: none;
    }
    header .navbar-nav li .btn-primary.focus, header .navbar-nav li .btn-primary:focus, header .navbar-nav li .btn-primary:not(:disabled):not(.disabled):active:focus{
        background: transparent;
        text-decoration: none;
        color: #fff;
        border: none;
        box-shadow: none;
    }
    .home11, .banner-area, .overlay{
        height: 84%;
    }
    .navbar-nav{
        z-index: 99;
        background: #1d94c9;
    }
    header .navbar-nav li a:hover{
        color: #fff;
        text-decoration: none;
    }
    header .sub-menu{
        position: relative;
    }      
    h1{
        font-size: 22px;
    line-height: 32px;
    }
    h2{
        font-size: 18px;
    line-height: 32px;
    }
    .client-single img.client-img {
        left: 0;
        right: 0;
        margin: 0px auto;
    }
    .client-image {
        text-align: center;
    }
    .services .service-wrap h3{
        padding: 25px 0 8px;
    font-size: 18px;
    line-height: 30px;
    }
    .about h2 {
        padding-bottom: 15px;
        margin: 0;
    }
    .about p {
        padding: 20px 0;
    }
    body{
        font-size: 14px;
        line-height: 20px;
    }
    .py-120{
        padding: 0 20px;
    }

    .logo{
        max-width: 140px;
    }
    footer img{
        max-width: 200px;
    }
    .home11 p{
        padding: 15px 0;
        line-height: 24px;
    font-size: 16px;
    }
    .discover h4{
        right: -20px;
    }
    footer .social a i{
        font-size: 24px;
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    .client .swiper-slide:nth-child(even){
        padding-top: 20px;
    }
    .home11 a.btn.btn-primary.mt-2{
        font-size: 13px;
    }
}
@media (min-width:992px){
    .navbar-nav{
        right: 0;
    }
    .logo{
        left: 0;
    }
    header .navbar-nav li:hover .sub-menu{
        display: block;
    }
}
.about_contact_content_wrap p.site__address a {
    color: #07050a !important;
    font-size: 22px;
    position: relative;
    padding-left: 80px;
    display: inline-block;
    word-break: break-all;
    font-weight: 100;
}

.about_contact_content_wrap p.site__address a::before {
    border: 1px solid #000000;
    border-radius: 50%;
    color: #114271;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    content: "\f041";
    top: 5px;
}

.about_contact_content_wrap p.site__address a:hover::before {
    background-color: #114271;
    color: #ffffff;
}
.about_contact_content_wrap p.site__address::before {
    display: none;
}
.about_contact_content_wrap p.site__address {
    padding-left: 0;
}
.navbar-brand img.logo {
    max-width: 181px;
    height: auto;
    top: 10px;
    position: relative;
}

header .navbar {
    justify-content: center !important;
}

.navbar-collapse {
    flex-grow: 0 !important;
}