/*
Theme Name: Ayrton
Theme URI: 
Description: Custom theme for Ayrton
Version: 2.7.47
Author: EXT Marketing
Author URI: https://ext-marketing.com/
Tags:
License: MIT
License URI: http://opensource.org/licenses/mit-license.php
*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&amp;family=EB+Garamond:wght@400;500;600;700;800&amp;family=PT+Sans:wght@400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;1,300;1,400&amp;display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/*
font-family: 'Barlow Semi Condensed', sans-serif;
font-family: 'EB Garamond', serif;
font-family: 'PT Sans', sans-serif;
*/
/* HTML5 display-role reset for older browsers */
/* 0e5571 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html,
body {
    overflow-x: hidden;
}
body {
    line-height: 1;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #0e5571;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'EB Garamond', serif; 
}
h1 {
    text-transform: uppercase;
    font-size: 67px;
    font-weight: 500;
    text-align: center;
}
h2 {
    font-size: 50px;
    font-weight: 500;
    color: #0e5571;
    line-height: 80px;
}
h3 {
    font-size: 35px;
    line-height: 58px;
    /* color: #0e5571; */
    color: #000000;
}
h4 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    color: #0e5571;
}
p {
    font-size: 25px;
    font-weight: normal;
    color: #0e5571;
    margin-bottom: 1px;
}
.home h1 {
    font-size: 74px;
}
hr {
    border-color: #0e5571;
    opacity: 1;
}
#pageheader {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    /* position: fixed; */
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all ease 0.4s;
    /* opacity: 80%; */
}
#pageheader .header-wrap {
    padding: 15px 0;
    transition: all ease 0.4s;
    /*border-bottom: 1px solid #fff;*/
}
.open-menu {
    display: none;
}
.hamburger .line {
    width: 45px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 10px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hamburger:hover {
    cursor: pointer;
}
#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}
#pageheader .logo-light {
    display: none;
}
#pageheader .logo-dark {
    display: block;
}
#pageheader .navigation-wrap {
    float: right;
    transition: all ease 0.4s;
    display: flex;
    align-items: center; /* vertically align items */
    flex-wrap: nowrap; /* prevent wrapping to next line */
}
#pageheader .navigation-wrap ul {
    display: flex; /* make menu items horizontal */
    flex-wrap: nowrap; /* keep them in one line */
    margin: 0;
    padding: 0;
    list-style: none;
}
#pageheader .navigation-wrap ul li {
    margin: 0;
    padding: 0;
    display: inline-block; /* ensure li stays inline */
    margin-right: 20px; /* spacing between items */
}
#pageheader .navigation-wrap ul li a {
    display: block;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    line-height: 24px;
    padding: 16px 0;
    position: relative;
}
#pageheader .navigation-wrap ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    top: calc(100% + 2px);
    height: 2px;
    width: 0;
    transition: 0.4s ease;
}
#pageheader .navigation-wrap ul li a:hover:after,
#pageheader .navigation-wrap ul .current_page_item a:after {
    width: 100%;
}
#pageheader .navigation-wrap ul.clientLogin {
    margin-left: 30px;
    border-left: 1px solid #fff;
    padding-left: 30px;
}
#pageheader .navigation-wrap ul.clientLogin li a {
    font-weight: 500;
}
#pageheader.darkHeader {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 100%;
    position: fixed;
}
#pageheader.darkHeader .header-wrap {
    padding: 20px 0;
}
#pageheader.darkHeader .hamburger .line,
#pageheader.darkHeader .navigation-wrap ul li a:after {
    background-color: #0e5571;
}
#pageheader .hamburger .line,
#pageheader .navigation-wrap ul li a:after {
    background-color: #0e5571;
}
#pageheader.darkHeader .navigation-wrap ul li a {
    color: #0E5571;
}
#pageheader .navigation-wrap ul li a {
    color: #0E5571;
}
#pageheader .hamburger {
    width: 45px;
    margin-left: auto;
}
#pageheader.darkHeader .logo-dark {
    display: block;
}
#pageheader.darkHeader .logo-light {
    display: none;
}
#pageheader.darkHeader .navigation-wrap ul.clientLogin {
    border-color: #0e5571;
}
#pageheader .navigation-wrap ul.clientLogin {
    border-color: #0e5571;
}
#pagebanner .hero-banner {
    position: relative;
    padding: 35vh 0 50vh;
    background-size: cover;
    background-position: center;
    margin-bottom: 55px;
}
#pagebanner .hero-banner::before{
    background-color: #0E5571;
    --background-overlay: '';
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.5;
}
#pagebanner .hero-banner h1{
    color: #ffffff;
    font-weight: 700;
}

#pagebanner .hero-banner p {
    font-size: 33px;
    font-family: 'EB Garamond', serif;
    text-transform: uppercase;
    margin-top: 5px;
    color: #fff;
}
#pagebanner .hero-banner .banner-content {
    min-height: 115px;
}
#pagebanner .hero-banner .arrow-icon {
    position: absolute;
    width: 57px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -55px;
    padding-top: 35px;
    transition: all ease 0.6s;
}
#pagebanner .hero-banner .arrow-icon:hover {
    /*  bottom: -90px;*/
}
/* Padding Sections  */
#pagecontent .after-banner-blk {
    padding: 120px 0 70px;
}
#pagecontent .home-about-blk {
    padding: 100px 0;
}
#pagecontent .home-explore {
    padding: 100px 0 160px;
}
#pagecontent .ab-about-blk,
#pagecontent .philosophy-list {
    padding: 100px 0;
}
#pagecontent .services-about {
    padding: 160px 0;
}
/* Padding Sections  */
#pagecontent .container-small {
    max-width: 800px;
    margin: 0 auto;
}
#pagecontent .container-medium {
    max-width: 980px;
    margin: 0 auto;
}
#pagecontent .home-about-blk,
#pagecontent .ab-about-blk,
#pagecontent .philosophy-list {
    background-color: #F4F8FC;
}
#pagecontent .home-explore h4 {
    margin-bottom: 50px;
}
.explore-icon {
    position: relative;
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.explore-icon:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #6AA4DD;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.explore-icon:after {
    transition: 0.4s ease;
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    background: #9BC8EF;
    z-index: 2;
    transform: rotate(45deg);
    border: 2px solid #fff;
    width: 52px;
    height: 52px;
    right: 0;
    margin: 0 auto;
}
.explore-icon:hover:after {
    background-color: #0e5571;
}
.explore-icon span {
    width: 70px;
    height: 70px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
}
.explore-icon span img {
    position: relative;
    z-index: 3;
    left: -10px;
    transition: 0.4s ease;
}
.explore-icon:hover span img {
    left: 25px;
    transition: 0.4s ease;
}

.after-banner-blk {
    width: 100%; /* stretch full width */
    padding: 40px 20px; /* breathing room left/right */
    box-sizing: border-box; /* ensures padding doesn�t break width */
}

.full-width {
    width: 100%;
    max-width: 1200px; /* optional: cap content width for readability */
    margin: 0 auto; /* center content */
}

.content-wrap {
    text-align: left;
}

h2, h4 {
    margin: 0 0 20px;
    line-height: 1.5;
}


.after-banner-blk h3 {
    font-size: 38px;
    margin: 60px 0;
}




.ab-about-blk h3 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 30px;
    line-height: 40px;
    margin: 30px 0;
}
.services-about h2 {
    font-size: 54px;
    line-height: 1;
    margin-bottom: 40px;
}
/* .services-list-wrap {
    padding: 50px 30px; 
    padding-right: 0;
} */
 .services-list-wrap .row{ gap: 20px;}
.services-list-wrap .col-md-4 {         
    border: 1px solid #0e5571;
    padding: 20px;
    border-radius: 20px;
}
@media (min-width: 768px) {
    .services-list-wrap .col-md-4 {        
        width: calc( 33.33333333% - 14px );
    }
}
.services-list {
    /* padding: 40px 0 0; */
    max-width: 250px;
    margin: 0px auto;
}
.services-list p {
    color: #000000;
    line-height: 30px;
}
.services-list h4 {
    color: #0e5571;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 40px;
    margin-bottom: 20px;
}
.philosophy-list-wrap .philosophy-inner {
    flex: 0 0 20%;
    padding: calc(var(--bs-gutter-x) * .5);
}
.philosophy-list-wrap .philosophy-inner p {
    font-size: 20px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 31px;
    color: #000000;
}
.philosophy-list-wrap .philosophy-inner p strong {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #0E5571;
}
.philosophy-list-wrap {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 calc(-.5 * var(--bs-gutter-x));
}
.philosophy-list-wrap .philosophy-inner .philosophy-image {
    padding-right: 30px;
}
.philosophy-list-wrap .philosophy-inner .philosophy-image img {
    width: 100%;
}
.philosophy-list-wrap .philosophy-inner .philosophy-conetnt {
    padding-left: 20px;
    padding-top: 30px;
    position: relative;
    padding-right: 20px;
}
.philosophy-list-wrap .philosophy-inner .philosophy-conetnt:before {
    content: "";
    background-image: url('https://contextstg.wpengine.com/wp-content/uploads/2022/05/common-square.svg');
    width: 30px;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    top: -40px;
    left: 10px;
}
/*.philosophy-list-wrap .philosophy-inner:nth-child(2) {
    padding-top: 120px;
}
.philosophy-list-wrap .philosophy-inner:nth-child(3) {
    padding-top: 30px;
}
.philosophy-list-wrap .philosophy-inner:nth-child(4) {
    padding-top: 120px;
}
.philosophy-list-wrap .philosophy-inner:nth-child(5) {
    padding-top: 60px;
}*/
#pagefooter {
    background: #0e5571;
    padding: 40px 0;
}
#pagefooter .footer-nav-wrap {
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
}
#pagefooter .footer-nav-wrap ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
}
#pagefooter .footer-nav-wrap ul li a {
    position: relative;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding: 10px 0;
    display: block;
}
#pagefooter .footer-nav-wrap ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    top: calc(100% + 2px);
    height: 2px;
    width: 0;
    transition: 0.4s ease;
}
#pagefooter .footer-nav-wrap ul li a:hover:after {
    width: 100%;
}
#pagefooter .footer-nav-wrap .footer-social {
    margin-left: 80px;
}
#pagefooter .footer-nav-wrap .footer-social li a {
    width: 36px;
    padding: 0;
    height: 36px;
    line-height: 36px;
    background: #61879F;
    text-align: center;
    transition: 0.3s ease;
}
#pagefooter .footer-nav-wrap .footer-social li a:hover {
    background: #fff;
    color: #61879F;
}
#pagefooter .footer-nav-wrap .footer-social li a:hover:after {
    display: none;
}
.copyrights {
    font-family: 'PT Sans', sans-serif;
    background: #000000;
    padding: 25px 0;
}
.copyrights p {
    font-size: 13px;
    color: #fff;
    margin: 0;
}
.copyrights p.legal-links {
    text-align: right;
}
.copyrights p a {
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
    transition: 0.3s ease;
    text-decoration: underline;
}
.copyrights p a:hover {
    color: #fff;
}
.mail-link,
.ph-link {
    text-decoration: none !important;
    color: #0e5571 !important;
}
.philosophy-inner .philosophy-conetnt strong {
    display: block;
}
.in-banner-content {
    text-align: center;
    margin: 150px auto;
    padding-top: 100px;
}
.in-banner.no-page .in-banner-content {
    text-align: center;
    margin: 150px auto;
    padding-top: 0px;
}
.in-banner-content h1 {
    margin-bottom: 30px;
}
.in-banner-content .theme_btn {
    text-decoration: none;
    padding: 10px 35px;
    background-color: #3B81AC;
    color: white;
    transition: .3s;
    border: 0;
    font-size: 18px;
}
.in-banner-content .theme_btn:hover {
    background-color: #194096;
}
.blog-list-section h3 a {
    color: #0e5571;
    text-decoration: none;
}
.blog-list-section .listing-readmore {
    text-decoration: none;
    padding: 5px 15px;
    background-color: #3B81AC;
    color: white;
    transition: .3s;
    border: 0;
    font-size: 18px;
    line-height: 3;
}
.blog-list-section .listing-readmore:hover {
    background-color: #194096;
}
.blog-list-section .blog-link {
    margin: 12px auto;
}
.blog-list-section span {
    padding-right: 10px;
}
.status-publish {
    margin: 100px auto;
}
.page-not h1,
.page-not h6 {
    color: #0e5571;
}
.page-not h1 span {
    display: block;
    text-align: center;
    font-size: 3em;
    color: #0e5571;
    margin-bottom: 80px;
}
.pagination {
    text-align: center;
    margin: 80px auto !important;
    display: inline-block;
    width: 100%;
}
.pagination span {
    background-color: #eeeeee;
    color: #77BD43;
    font-weight: 500;
    padding: 10px;
}
.pagination a {
    background-color: #3B81AC;
    color: #fff;
    font-weight: 500;
    padding: 10px;
}
.pagination a:hover {
    background-color: #0e5571;
}
.search-results .search-result a {
    color: #000 !important;
}
#popmake-195 {
    padding: 60px !important;
    border: none !important;
    height: 700px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#popmake-195 .popmake-title {
    font-family: 'EB Garamond', serif;
    font-size: 58px;
    font-weight: 500;
    color: #0e5571;
    line-height: 80px;
}
#popmake-195 .pum-close {
    right: 15px !important;
    top: 20px !important;
    color: #0e5571 !important;
    border: 2px solid #0e5571 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: hidden !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0 !important;
}
#post-206 .main-content,
#post-269 .main-content {
    line-height: 35px;
}
.main-content ul {
    list-style: disc;
    margin-left: 60px;
    margin-top: 15px;
    margin-bottom: 21px;
}
.main-content ul li {
    font-size: 25px;
    font-weight: normal;
    color: #0e5571;
    margin-bottom: 10px;
}
#post-206 .main-content ul {
    list-style: disc;
    margin-left: 60px;
}
#post-206 .main-content strong,
#post-3 .main-content strong,
#post-269 .main-content strong {
    font-weight: 600;
}
#post-3 .main-content {
    line-height: 35px;
}
#wptp-popup h3.termstitle {
    background: #4F7493 !important;
}
#wptp-popup .termsagree,
#wptp-popup .termsdecline {
    padding: 10px 35px;
    background-color: #3B81AC;
    color: white;
    transition: .3s;
    border: 0;
    font-size: 25px;
    transition: all ease 0.4s;
}
#wptp-popup .termsagree:hover,
#wptp-popup .termsdecline:hover {
    background-color: #194096;
}
#wptp-popup .termstitle {
    font-size: 38px;
    font-weight: 500;
    color: #ffffff;
    line-height: 80px;
}
#wptp-popup .tbrightcontent {
    left: 12%;
    width: 75%;
    top: 10%;
    height: 75%;
}
#wptp-popup .termspopupcontainer p {
    font-size: 25px !important;
    font-weight: normal;
    color: #0e5571;
    margin-bottom: 1px;
    line-height: 1.2em !important;
}
#wptp-popup .termspopupcontainer strong {
    font-weight: 600;
}
#wptp-popup #wp-terms-popup-content {
    padding: 35px;
}
.container.team_section1 img,
.container.team_section2 img,
.container.team_section3 img {
    max-width: 275px !important;
    height: auto;
}
.cookie-notice-container {
    height: 100px;
}
.cookie-notice-container {
    padding-top: 30px !important;
}
.cookie-notice-container .custom-btn-classs {
    padding: 8px 20px;
    background-color: #0e5571;
    color: #ffffff;
    transition: .3s;
    border: 1px solid transparent;
    font-size: 14px;
    text-decoration: none;
}
.cookie-notice-container .custom-btn-classs:hover {
    background-color: #0e5571;
    border: 1px solid #fff;
}
.cookie-notice-container .cn-close-icon:before,
.cookie-notice-container .cn-close-icon:after {
    background-color: rgb(255 255 255);
}
.cookie-notice-container #cn-notice-text a {
    font-weight: bold;
    color: white;
}
@media (min-width:1560px) {
    #pagecontent .container-fluid,
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1450px;
    }
}
@media (max-width:1400px) {
    /* #pagefooter .footer-nav-wrap ul li,
    #pageheader .navigation-wrap ul li {
        margin: 0 20px;
    } */
    #pageheader .navigation-wrap ul.clientLogin {
        padding-left: 30px;
        padding-left: 30px;
    }
    #pagefooter .footer-nav-wrap .footer-social {
        margin-left: 60px;
    }
}
@media (min-width: 1200px) and (max-width: 1600px) {
    #popmake-195 {
        height: 600px;
    }
}
@media (max-width:1200px) {
    #pagefooter .footer-nav-wrap ul li,
    #pageheader .navigation-wrap ul li {
        margin: 0 15px;
    }
    #pageheader .navigation-wrap ul.clientLogin {
        padding-left: 20px;
        padding-left: 20px;
    }
    #pagefooter .footer-nav-wrap .footer-social {
        margin-left: 40px;
    }
    .philosophy-list-wrap .philosophy-inner {
        flex: 0 0 33.3%;
        padding-left: 40px;
    }
    .container.team_section1 .content,
    .container.team_section3 .content {
        width: 70%;
        padding-left: 80px;
    }
    /*.team-1 .team_section2 .img::before {
        right: 15px !important;
    }*/
}
@media (max-width:991px) {
    .home h1,
    h1 {
        font-size: 56px;
    }
    #pagebanner .hero-banner p {
        font-size: 28px;
    }
    .open-menu {
        display: block;
    }
    .open-menu {
        text-align: right;
    }
    .close-menu {
        display: none;
        opacity: 0;
    }
    #pageheader .header-wrap {
        padding: 20px 0;
    }
    #pageheader .navigation-wrap {
        display: none;
        position: absolute;
        /* top: 100%; */
        left: 0;
        right: 0;
        width: calc(100% - 20px);
        background-color: #fff;
        box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
        margin: auto;
        overflow: hidden;
        /* height: 0; */
        z-index: 9;
    }
    #pageheader .navigation-wrap ul li {
        float: none;
        margin: 0 20px;
    }
    #pageheader .navigation-wrap ul li a {
        color: #0E5571;
    }
    #pageheader .navigation-wrap ul li a:after {
        background: #0e5571;
        top: calc(100% - 7px);
    }
    #pageheader .navigation-wrap ul.clientLogin {
        margin: 0 0 10px;
        padding: 0;
        border-left-width: 0;
    }
    #pageheader.darkHeader .header-wrap {
        padding: 15px 0;
    }
    #pageheader.darkHeader .navigation-wrap {
        padding: 0;
    }
    #pageheader.menu-open .navigation-wrap {
        /* height: 400px; */
        display: block;
    }
    #pageheader.darkHeader .open-menu svg g,
    #pageheader.darkHeader .close-menu svg g {
        fill: #0e5571;
        stroke: #0e5571;
    }
    #pageheader .open-menu svg,
    #pageheader .close-menu svg {
        max-width: 35px;
    }
    #pagefooter .footer-nav-wrap {
        justify-content: center;
        padding-top: 40px;
    }
    #pagefooter {
        text-align: center;
    }
    .ab-about-blk h3 {
        margin: 25px 0;
    }
    /* .services-about h2 {
        margin-bottom: 50px;
    } */
    /* .services-list-wrap {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 30px;
    } */
    
    .services-list {
        max-width: 100%;
    }
    .philosophy-list-wrap .philosophy-inner {
        padding-left: 15px;
    }
    .philosophy-list-wrap .philosophy-inner .philosophy-conetnt,
    .philosophy-list-wrap .philosophy-inner .philosophy-image {
        padding-right: 0;
    }
    /* Padding Sections  */
    #pagecontent .after-banner-blk {
        padding: 70px 0 70px;
    }
    #pagecontent .home-about-blk,
    #pagecontent .ab-about-blk,
    #pagecontent .philosophy-list {
        padding: 70px 0;
    }
    #pagecontent .home-explore {
        padding: 70px 0 90px;
    }
    #pagecontent .services-about {
        padding: 70px 0;
    }
    /* Padding Sections  */
    .container.team_section1 .content,
    .container.team_section3 .content {
        width: 100%;
        padding-left: 0px;
    }
}
@media (max-width:767px) {
    #pagefooter .container,
    .copyrights .container,
    #pagecontent .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home h1,
    h1 {
        font-size: 50px;
        line-height: 1.1;
    }
    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }
    h2,
    .services-about h2 {
        font-size: 38px;
        line-height: 1.4;
    }
    h3,
    .ab-about-blk h3 {
        font-size: 30px;
        line-height: 1.4;
    }
    h4 {
        font-size: 24px;
    }
    #pagebanner .hero-banner p {
        font-size: 24px;
    }
    .copyrights {
        padding: 30px 0;
    }
    #pagebanner .hero-banner .arrow-icon {
        width: 47px;
    }
    #pagebanner .hero-banner {
        padding: 25vh 0 25vh;
    }
    .philosophy-list-wrap .philosophy-inner {
        flex: 0 0 85%;
        padding-top: 40px !important;
        padding-bottom: 40px;
    }
    .philosophy-list-wrap .philosophy-inner .philosophy-conetnt {
        padding-top: 20px;
    }
    #menu-footer-menu {
        display: inline-grid;
    }
    /*.team-1 .team_section1 .img::before {
        left: 0 !important;
    }*/
    #wptp-popup .termsagree,
    #wptp-popup .termsdecline {
        margin-bottom: 10px;
    }
    #wptp-popup #wp-terms-popup-content {
        padding: 10px;
    }
    #wptp-popup .termspopupcontainer p {
        font-size: 18px !important;
    }
    #wptp-popup .termsagree,
    #wptp-popup .termsdecline {
        font-size: 18px;
    }
    /* #pagebanner .hero-banner .hero-content {
        background-color: #ffffffde;
    } */
    #pagebanner .hero-banner .banner-content {
        min-height: auto;
    }
    /*#pagebanner .hero-banner h1 {
        text-shadow: 3px 3px #ffffff;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: white;
        font-weight: bold;
    }*/
    /*#pagebanner .hero-banner { background-blend-mode: overlay; background-color: #ffffffb5; }*/
    .main-content ul {
        margin-left: 35px;
    }
}
@media (max-width:520px) {
    #pagefooter .footer-nav-wrap {
        display: block;
        text-align: center;
    }
    #pagefooter .footer-nav-wrap ul.footer-nav {
        margin-bottom: 20px;
    }
    #pagefooter .footer-nav-wrap .footer-social {
        margin: 20px;
    }
    #pagefooter .footer-nav-wrap {
        padding-top: 20px;
    }
    #pagefooter {
        padding: 55px 0 45px;
    }
    .hamburger .line {
        width: 35px;
        margin: 8px auto;
    }
    #hamburger-1.is-active .line:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
}
#pagebanner .hero-banner .arrow-icon {
    padding-top: 35px;
    transition: all ease 0.6s;
}
/* Contact us css start */
/* CONTACT US CSS STARTS */
.contact-map {
    padding: 80px 0;
    background-color: #F0F4F8;
}
.contact-map a img {
    border: 1px solid #707070 !important;
    max-width: 400px;
    margin-left: 40px;
}
.contact-map h4 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
    color: #0e5571;
    padding-left: 20px;
}
.cf-section {
    padding: 80px 0;
}
.cf-section .wpcf7-form.init {
    padding: 15px 0 !important;
}
.cf-section p {
    padding-bottom: 10px;
}
.cf-section h2 {
    padding-bottom: 10px;
}
.cf-section input[type="text"],
.cf-section input[type="email"] {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #8D8D8D;
    width: 100%;
    margin-bottom: 15px;
}
.cf-section input[type="text"]:focus-visible,
.cf-section input[type="email"]:focus-visible, 
.cf-section input[type="textarea"]:focus-visible,
.cf-section input[type="select"]:focus-visible, .cf-section textarea  {
    outline: 1px solid #0e5571;
}
.cf-section input[type="email"] {
    width: 100% !important;
}
.cf-section input[type="text"] {
    margin-right: 10px;
}
.cf-section textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #8D8D8D;
    margin-bottom: 15px;
    resize: none;
    height: 100px;
}
.cf-section input[type="submit"] {
    padding: 10px 35px;
    background-color: #0e5571;
    color: white;
    transition: .3s;
    border: 0;
    font-size: 18px;
    float: right;
    border: 2px solid #0e5571;
}
.cf-section input[type="submit"]:hover {
    background-color: #ffffff;
    color: #0e5571;
}
.cf-section input[type="text"]::placeholder,
.cf-section input[type="email"]::placeholder,
.cf-section textarea::placeholder {
    color: #94abbe !important;
}
.contact-line {
    margin: 22px 0 0 -18px
}
.contact-line-flx {
    display: flex;
    flex-direction: row-reverse;
    float: left;
}
.contact-map .maps iframe {
    width: 460px !important;
}
.cf-section .form-fields {
    display: block;
}
.cf-section .form-fields label{
    width: 100%;
}
.cf-section .massage-fields label {
    width: 100%;
}
.cf-section .submit-btn {
    float: right;
    position: relative;
    /* right: -60px; */
}
.cf-section .inline{
    vertical-align: middle;
    display: flex;
    gap: 10px;
}
.cf-section p {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 23px;
}
.cf-section .contact-form {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 14px;
    margin-top: 20px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 3.5em 0 1em !important;
    padding: 1.2em 1em !important;
}
@media (max-width:991px) {
    .cf-section p {
        font-size: 21px;
    }
    .contact-map .maps iframe {
        width: 100% !important;
    }
    .cf-section .form-fields {
        display: block;
    }
}
/* CONTACT US CSS ENDS */
/* TEAM PAGE CSS STARTS HERE */
.team-top-para p {
    padding-top: 30px;
    font-family: 'Barlow Semi Condensed', sans-serif !important;
    line-height: 38px;
    color: #000000;
}
.team-1 p {
    font-size: 20px;
    padding-bottom: 20px;
    font-family: 'Barlow Semi Condensed', sans-serif !important;
    color: #000000;
    line-height: 31px;
    font-weight: 500;
}
.team-1 span {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
}
.team-1 p:first-child {
    color: #0E5571;
}
.team-1 .team_section1 {
    background-color: #F4F8FC;
    padding: 50px 40px 50px 100px;
}
.team-1 .team_section2 {
    padding: 40px 30px;
}
.team-1 .team_section2 .row {
    display: flex;
    flex-direction: row-reverse;
}
.team-1 .team_section3 {
    background-color: #F4F8FC;
    padding: 50px 40px 50px 100px;
}
.team-1 .row {
    align-items: center;
}
.team-blocks h6,
.team-blocks2 h6 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'EB Garamond', serif;
}
.team-blocks p,
.team-blocks2 p {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    margin-top: 5px;
}
.team-blocks img,
.team-blocks2 img {
    margin-bottom: 30px;
    max-height: auto;
    width: 100%;
    height: auto;
}
.team-blocks {
    padding: 150px 0;
}
.team-blocks2 .container {
    background-color: #F4F8FC;
    padding: 100px 0;
    position: relative;
}
.team-blocks2 .container:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -300px;
    background-color: #f4f8fc;
    z-index: -1;
}
.team-1 .team_section1 .img {
    position: relative;
}
.container.team_section1 {
    position: relative;
}
.container.team_section1:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -300px;
    right: 0;
    background-color: #f4f8fc;
    z-index: -1;
}
.container.team_section3 {
    position: relative;
}
.container.team_section3:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -300px;
    background-color: #f4f8fc;
    z-index: -1;
}
/*.team-1 .team_section1 .img::before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #000;
    width: 100%;
    display: inline-block;
    bottom: 0;
    left: 50px;
}*/
.team-1 .team_section2 .img {
    position: relative;
}
/*.team-1 .team_section2 .img::before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #000;
    width: 100%;
    display: inline-block;
    bottom: 0;
    right: 100px;
}*/
.team-1 .team_section3 .img {
    position: relative;
}
/*.team-1 .team_section3 .img::before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #000;
    width: 100%;
    display: inline-block;
    bottom: 0;
    left: 50px;
}*/
.member .img {
    position: relative;
}
.member .img::before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #000;
    width: 100%;
    display: inline-block;
    bottom: 30px;
    left: 0px;
}
.team-blocks .col-sm-3,
.team-blocks2 .col-sm-3 {
    width: 20%;
}
ul.parent-ul { list-style-type: disc; padding-left: 50px; }
ul.child-ul { list-style-type: circle; padding-left: 30px; }
@media (max-width:1249px) { 
    .full-width {
        padding: 0 25px;
    }
}
@media (max-width:1200px) {
    /*.team-1 img{ width:60%; }*/
    .team-blocks2 .container {
        padding: 50px 50px 50px 0;
    }
}
@media (max-width:991px) {
    .team_section2 .row {
        flex-direction: column-reverse;
    }
    .team-1 .team_section3 {
        padding: 50px 60px 50px 40px;
    }
    .team_section1,
    .team_section2,
    .team_section3 {
        text-align: center;
        padding: 40px !important;
    }
    #pagecontent .container-medium {
        padding: 20px;
    }
    .team-blocks .member,
    .team-blocks2 .member {
        margin-top: 30px;
    }
    .team-blocks {
        padding: 60px 0;
    }
    #pagefooter .footer-Mobile-logo {
        margin-left: 30px;
    }
    /*.team-1 .team_section2 .img::before {
        right: 50px !important;
    }*/
    .team-blocks2 .container {
        padding: 50px 0 50px 0 !important;
    }
    .member .img::before {
        width: 100% !important;
    }
    .team-blocks .col-sm-3,
    .team-blocks2 .col-sm-3 {
        width: 33.333%;
    }
    .team-blocks h6,
    .team-blocks2 h6 {
        font-size: 21px;
    }
    .team-blocks p,
    .team-blocks2 p {
        font-size: 20px;
    }
    .team-blocks img,
    .team-blocks2 img {
        max-height: 120px;
        width: auto;
    }
    #pageheader .navigation-wrap ul{flex-flow: column;}
}
@media (max-width:767px) {
    .team_section1,
    .team_section2,
    .team_section3 {
        text-align: center;
        padding: 20px !important;
    }
    #pagecontent .container-medium {
        padding: 10px;
    }
    .team-blocks .member,
    .team-blocks2 .member {
        margin-top: 20px;
    }
    /*.team-1 .team_section2 .img::before {
        right: 0;
    }*/
    /*.team-1 .team_section3 .img::before {
        left: 0;
    }*/
    .team-blocks,
    .team-blocks2 {
        text-align: center;
    }
    .member .img::before {
        left: 20px;
    }
    /*.team-1 .team_section2 .img::before {
        right: auto !important;
        left: 0 !important;
    }*/
    .member .img::before {
        width: 80% !important;
    }
     .team-blocks .col-sm-3,
    .team-blocks2 .col-sm-3 {
        width: 100%;
    }
    .team-blocks img,
    .team-blocks2 img {
        max-height: 174px;
    }
     .copyrights p {
        line-height: 20px;
    }
}
.mail-link {
    word-break: break-all;
}
@media (max-width:575px) {
    .full-width {
        padding: 0 14px;
    }
}