:root { 
    --primary-color: #171618;
    --secondary-color: #A49262;
    --secondary-hover-color: #897a52;
    --footer-bg: #F9F8F7; 
    --light-bg: #F3EFEB;
    --white-color: #ffffff; 
    --white-color-f2 : #f2f2f2;
    --black-color: #000000; 
    --font-primary: "DM Sans", serif;
    --font-secondary: "DM Serif Display", serif;
    --font-size-primary: 17px;
    --gradient-light-blue: #D1E2F0;
    --gradient-light-green: #C3F2E2;
    --gradient-light-yellow: #F2EFBA;   
    --transparent-black-v1: rgba(0, 0, 0, 0.1);
    --transparent-black-v3: rgba(0, 0, 0, 0.3);
    --transparent-black-v06: rgba(0, 0, 0, 0.06);
}

body {
    background: var(--white-color);
    color: var(--primary-color);
    font-size: var(--font-size-primary);
    line-height: 1.5; 
    font-family: var(--font-primary);
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
*, ::after, ::before { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box;  
}
ul, ol{
    margin: 0;
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
.padd_row {
    padding: 120px 0;
}
.light_bg {
    background: var(--light-bg);
}    
p { 
    margin: 0 0 15px;
}
.sub_heading {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 500;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: var(--font-primary);
    line-height: 1.2;
    margin: 0 0 10px;
}
h2, .h2 {
    font-size: 30px;
} 
.txt_under_line {
    border-bottom: 2px solid var(--secondary-color);
}
.dm_font, .main_heading h2, .main_heading .dm-font, .main_heading .h2 {
    font-family: var(--font-secondary);
    font-weight: 400;
    line-height: 1;
}
.font30 {
    font-size: 30px;
    line-height: 1.46;
}
.main_heading h2, .main_heading .h2 {
    font-size: 51px;
    line-height: 1;
    margin: 0 0 15px;
    color: var(--primary-color);
}
.cmn_row_heading_wrap h2 {
    font-size: 25px;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin: 0 0 12px;
    font-weight: 900;
} 
.btn_style {
    display: inline-block;
    font-size: 14px;
    color: var(--white-color);
    background: var(--secondary-color);
    padding: 10px 30px 10px 30px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: all .6s;
    border: 2px solid var(--secondary-color);
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
}
.btn_style:hover {
    color: var(--white-color);
    background: var(--secondary-hover-color);
    border-color: var(--secondary-hover-color);
    text-decoration: none;
}
.max450 {
    max-width: 450px;
}
.max500 {
    max-width: 500px;
}
.main_heading, .cmn_row_heading_wrap {
    margin-bottom: 55px;
}
.gradient_BG {
    position: relative;
    background-image: url('../images/gradient_bg.jpg');
    background-size: 100% 150%;
    background-position: 0% 0%;
    width: 100%; 
    overflow: hidden;
    animation: animateBackgroundPositionVertical 25s infinite alternate;
}
.gradient_BG_size300 {
    background-size: 250% 150%;
}
.gradient_BG_ylwLft:before {
    content: '';
    background: linear-gradient(to bottom right, rgb(242 239 186 / 48%), #00000000 70%);
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    height: 600px;
}
@keyframes animateBackgroundPositionVertical {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 0% 100%;
    }
}
.gradient_BG_sec {
    background: radial-gradient(circle at 70% center, 
    rgba(195, 242, 226, 0.4) 20%, 
    rgba(242, 239, 186, 0.4) 50%, 
    rgba(243, 239, 235, 0.4) 100%);
}
.gradient_BG_v_wrap {
    background-color: #f7f1e8;
    position: relative; 
    overflow: hidden;
}
.gradient_BG_v_wrap_ylwShade {
    background-color: #faf9ec;
}
.gradient_BG_v {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    animation: moveGradientPosition 10s infinite alternate ease-in-out;
    opacity: 0.9;
}
.gradient_BG_v1 {
    background-image: radial-gradient(circle at 20% 20%, rgba(234, 220, 207, 1) 0px, transparent 20%);
    animation-delay: 0s;
}
.gradient_BG_v2 {
    background-image: radial-gradient(circle at 0% 40%, rgba(182, 207, 221, 0.5) 0px, transparent 20%);
    animation-delay: 2s;
}
.gradient_BG_v3 {
    background-image: radial-gradient(circle at 20% 55%, rgba(243, 235, 225, 1) 0px, transparent 20%);
    animation-delay: 4s;
}
.gradient_BG_v4 {
    background-image: radial-gradient(circle at 99% 5%, rgba(181, 228, 254, 0.5) 0px, transparent 20%);
    animation-delay: 1s;
}
.gradient_BG_v5 {
    background-image: radial-gradient(ellipse at 45% 55%, rgba(213, 195, 171, 0.4) 0px, transparent 60%);
    animation-delay: 3s;
}
.gradient_BG_v6 { 
    background-image: radial-gradient(circle at 90% 90%, rgb(234 246 241) 0px, transparent);
    animation-delay: 5s;
} 

@keyframes moveGradientPosition {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 50% 50%;
    }
    100% {
        background-position: 100% 100%;
    }
}
.no404_page_wrap {
    text-align: center;
}
.no404_page_wrap .max450 {
    margin: 0 auto 45px;
} 
.inner_banner {
    padding: 80px 0;
}
.inner_banner.inner_banner_no_gradient {
    padding: 120px 0 45px;
}
.inner_banner_wrap {
    max-width: 460px;
}
.inner_banner_wrap h1 {
    font-size: 52px;
    margin: 0;
} 
.inner_banner_wrap .banner_desc {
    margin-top: 20px;
}

.header {
    width: 100%;
    padding: 0; 
    transition: all 0.7s;
    position: relative;
    z-index: 999;
    background: transparent;
} 
.header .header_main {
    padding: 18px 0; 
}  
.header .logo {
    margin: auto;
    margin-left: inherit;
}
.header .logo a { 
    display: block;
    text-decoration: none;
} 
.header .logo a:hover{
    text-decoration: none;
}  
.header .main_nav_top button.dropdown-toggle, .header .main_nav_top svg.icon.icon-angle-down {
    display: none;
}
.header .main-navigation { 
    margin-top: auto;
    margin-bottom: auto;
} 
.header .main-navigation .navbar-brand {
    display: none;
}
.header .main_nav_top ul li {
    display: inline-block;
    position: relative;
} 
.header .main-navigation nav.navbar {
    padding: 0; 
}
.header .main-navigation  ul.navbar-nav {
    margin-left: auto!important;
}
.header .navbar-toggler {
    padding: 0;
    outline: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}
.header .navbar-toggler-icon-new {
    background: var(--secondary-color);
    width: 32px;
    height: 4px;
    display: block;
    margin-bottom: 7px;
    transition: all .6s;
    border-radius: 0 !important;
}
.header .navbar-toggler-icon-new:last-child{
    margin-bottom: 0;
}  
.header .menu-top-menu-container ul {
    display: block;
} 
.header .main-navigation .navbar-collapse.show {
    right: 0 !important;
} 
.header .main-navigation ul > li > a, .header .fixdNav-mid ul li a {
    font-size: 12px;
    font-weight: bold;
    color: var(--primary-color);
    display: block;
    padding: 6px 20px;
    text-align: left;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.header .main-navigation li a:not([href]):not([tabindex]), .header .fixdNav-mid ul li a:not([href]):not([tabindex]) {
    color: var(--primary-color);
}
.header .main-navigation ul > li > a:hover { 
    text-decoration: none;
}
.header .fixdNav-head {
    padding: 0 0 35px;
}
.header .fixdNav-mid {
    padding: 30px 0 60px;
    text-align: center;
}
.header .fixdNav-mid ul {
    max-width: 450px;
    margin: auto;
    text-align: center;
}
.header .fixdNav-mid ul li a { 
    padding: 15px 0;
    border-bottom: 1px solid var(--secondary-color);
} 
.header .fixdNav-mid ul li:last-child a{
    border-bottom: 0;
} 
.header .fixdNav-mid .menu-top-menu-container > ul > li {
    position: relative;
}
.header .fixdNav-mid ul li a svg.icon.icon-angle-down, svg.icon.icon-angle-down {
    display: none !important;
}
.header .fixdNav-mid ul li .dropdown-toggle {
    background: transparent;
    position: absolute;
    top: 25px;
    right: 0;
    box-shadow: none !important;
    outline: none !important;
    border: 0 !important;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.header .fixdNav-mid ul li .dropdown-toggle::after {
    content: '';
    border: 2px solid var(--secondary-color);
    width: 8px;
    height: 8px;
    position: absolute;
    right: 5px;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    margin-top: -4px;
}
.header .fixdNav-mid ul .sub-menu {
    display: none;
    width: 100%;
}
.header .fixdNav-mid ul .sub-menu.toggled-on {
    display: block;
    padding: 12px 0 12px 20px;
}
.header .fixdNav-mid ul li .sub-menu li a {
    font-size: 12px;
    padding: 10px 0;
} 
.header .fixdNav .closeBtn a {
    position: relative;
    right: -10px;
}
.home .header:not(.sticky_header) {
    position: absolute;
}
.home .header:not(.sticky_header) .logo {
    opacity: 0;
    pointer-events: none;
}
.home .header:not(.sticky_header) .main-navigation .main_nav_top .menu-top-menu-container > ul > li > a {
    color: var(--white-color);
}
.scrl_fixed{
    overflow-y: hidden;
}
header.sticky_header {
    background: var(--white-color);
    position: fixed;
    top: 0;
} 

/* Footer */

.footer {
    background: var(--footer-bg);
}
footer .logo {  
    display: inline-block; 
    padding-top: 16px;
} 
footer .logo a {
    display: block;
}
.footerMenu ul {
    display: flex; 
    flex-wrap: wrap;
    margin: 0 -15px;
}
.footerMenu li { 
    padding: 0 15px; 
    width: 50%;
}
.footerMenu li a {  
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    color: var(--primary-color);
    text-decoration: none;
    transition: all .5s;
}
.footerMenu li a:after{ 
    content: ''; 
    width: 100%; 
    height: 1px; 
    background: var(--transparent-black-v1);  
    bottom: -1px; 
    left: 0;  
    position: absolute; 
    margin: 0 auto;
    transition: all .5s; 
} 
.footerMenu li:hover a {
    color: var(--secondary-color);
}
.footerMenu li:hover a:after{ 
    background: var(--secondary-color); 
} 
.ftr_socialMenu {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}
.ftr_socialMenu li { 
    padding-left: 5px;
    padding-right: 5px;
} 
.ftr_socialMenu li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: var(--secondary-color);
    line-height: 30px;
    text-align: center;
    color: var(--white-color);
    font-size: 13px;
    padding: 0 !important;
}  
.ftr_socialMenu li a:hover {
    background: var(--secondary-hover-color); 
    color: var(--white-color);
}

.error-404 {
    max-width: 1450px;
    margin: auto;
    padding: 40px 35px;
}
.error-404 form.search-form svg {
    display:none;
}
.error-404 form.search-form button.search-submit {
    background: #00c08a;
    color: var(--white-color);
    padding: 7px 18px;
    border: 0;
    height: 42px;
}
.error-404 form.search-form input {
    box-shadow: none !important;
    outline: 0 !important;
    padding: 7px 15px;
    height: 42px;
    font-size: 15px;
    background: var(--white-color);
    color: var(--black-color);
    border: 1px solid var(--white-color);
}
.error-404 span.screen-reader-text {
    color: var(--white-color);
}   

.single_feature_img img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}
.single_inner_banner {
    padding-bottom: 330px !important;
}
.single_feature_bannerSpce {
    margin-top: -250px;
}
.single_content_wrap {
    margin-top: 45px;
}
.single_content_wrap {
    margin-top: 45px;
}
.single_content_wrap h2, .single_content_wrap h3, .single_content_wrap h4, .single_content_wrap h5, .single_content_wrap h6 {
    margin: 40px 0 12px; 
    font-weight: bold;
} 
.single_content_wrap h2{
    font-size: 32px;
} 
.single_content_wrap h3{
    font-size: 27px;
} 
.single_content_wrap h4{
    font-size: 22px;
} 
.single_content_wrap h5{
    font-size: 20px;
} 
.single_content_wrap h6{
    font-size: var(--font-size-primary);
} 
.single_content_wrap ul, .single_content_wrap ol {
    margin: 0 0 25px 28px; 
} 
.single_content_wrap li + li {
    margin-top: 5px;
} 
.single_content_wrap ol {
    list-style: decimal;
}
.single_content_wrap ul {
    list-style: disc;
} 
.single_content_wrap a {
    color: var(--secondary-color);
    text-decoration: none;
}
.single_content_wrap a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.hero {
    height: 100vh;
    min-height: 500px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    animation: zoomInOut 10s forwards ease-in;
}
 
@keyframes zoomInOut {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 230%;
    } 
}
.home_founded_right .home_founded_txt p + p {
    margin-top: 35px;
}
.home_founded_wrap .home_founded_lft {
    max-width: 460px;
}
.home_founded_wrap .home_founded_right {
    margin-top: 28px;
}
.home_approach {
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 100%;
    background-color: #151618;
    background-attachment: fixed;
}
.home_approach_wrap {
    color: var(--white-color);
    max-width: 480px;
    margin-left: auto;
}
.home_awards {
    overflow: hidden;
    position: relative;
}
.home_awards:before {
    position: absolute;
    width: 948px;
    height: 706px;
    background: radial-gradient(circle, rgba(242, 239, 186, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    mix-blend-mode: multiply;
    filter: blur(30px);
    content: "";
    top: 0;
    right: -16%;
}
.home_awards_lftside .home_awards_lftside_img img {
    border-radius: 12px;
}
.home_awards_lftside .home_awards_lftside_txt {
    margin-top: 30px;
}
.home_awards_rghtside .home_awards_rghtside_logos {
    padding: 25px 0;
    margin-top: 35px;
    border-top: 1px solid var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
}
.home_awards_rghtside_txt {
    border-bottom: 1px solid var(--secondary-color);
    padding-bottom: 25px;
}
.home_awards_box_list { 
    padding: 30px 20px;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
    border-bottom: 1px solid var(--secondary-color);
}
.home_awards_box_list_col {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(33.33% - 20px);
    max-width: 200px;
    min-height: 47px;
}
.home_awards_box_list_logo img {
    max-width: 100%;
    height: auto;
    display: block;
    filter: grayscale(1);
}
.home_awards_box_list_col:nth-child(4), .home_awards_box_list_col:nth-child(5), .home_awards_box_list_col:nth-child(6), .home_awards_box_list_col:nth-child(7) {
    width: calc(50% - 20px);
    margin-top: 25px;
}
.home_teams_lftside {
    max-width: 230px;
}
.home_teams_lftside .home_teams_lftside_btn {
    margin-top: 25px;
} 
.home_teams_boxlist > .row {
    margin-bottom: -50px;
}
.home_teams_boxlist > .row > [class*='col-'] {
    margin-bottom: 50px;
} 
.team_page .home_teams_boxlist > .row {
    margin-bottom: -80px;
}
.team_box .team_box_img {
    background: linear-gradient(to bottom, #edf5fc, #f9f6e8);
    padding-top: 25px;
    border-radius: 8px;
    overflow: hidden;
}
.home_teams_boxlist > .row > [class*='col-']:nth-child(4n+1) .team_box .team_box_img {
    background: linear-gradient(to bottom, #edf5fc, #f9f6e8); 
}
.home_teams_boxlist > .row > [class*='col-']:nth-child(4n+2) .team_box .team_box_img {
    background: linear-gradient(to bottom, #eaf6f1, #fef9e6);
} 
.home_teams_boxlist > .row > [class*='col-']:nth-child(4n+3) .team_box .team_box_img {
    background: linear-gradient(to bottom, #f9f6e8, #edf5fc);
} 
.home_teams_boxlist > .row > [class*='col-']:nth-child(4n+4) .team_box .team_box_img {
    background: linear-gradient(to bottom, #f9f7e4, #e3eef9);
}  
.team_box .team_box_img img {
    border-radius: 8px;
}
.team_box .team_box_txt .team_box_heading {
    font-weight: bold;
    border-bottom: 1px solid var(--secondary-color);
    margin-bottom: 5px;
    padding-bottom: 5px; 
}
.team_box_link {
    text-decoration: none !important;
    color: inherit;
    transition: all .5s;
}
.team_box_link .team_box_img {
    transform: scale(1);
    transition: all .5s;
}
.team_box_link:hover { 
    color: var(--secondary-color);
}
.team_box_link:hover .team_box_img {
    transform: scale(1.03);
}
.investi_box {
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 8px;
    flex-wrap: wrap;
}
.investi_box.investi_box_link { 
    text-decoration: none;
    transition: all .5s;
    transform: scale(1);
}
.investi_box + .investi_box {
    margin-top: 50px;
} 
.investi_box .investi_box_col1, .investi_box .investi_box_col2 {
    width: 20%;
}
.investi_box .investi_box_col3 {
    width: calc(100% - 40%);
}
.investi_box .investi_box_txtWrap {
    padding: 30px 40px 30px 60px;
    display: flex;
    align-items: center;
    font-size: 15px;
    transition: all .5s;
    text-decoration: none;
}
.investi_box .investi_box_txtWrap .investi_box_btn {
    width: 120px;
    text-align: right;
}
.investi_box .investi_box_txtWrap .investi_box_txt {
    width: calc(100% - 120px);
}
.investi_box .investi_box_logo {
    text-align: center;
    padding: 10px;
}
.investi_box .investi_box_logo img {
    max-width: 175px;
}
.investi_box .investi_box_img img {
    width: 100%;
    max-height: 160px;
    object-fit: cover;
}
.investi_box .investi_box_txtWrap .investi_box_btn span {
    display: inline-block;
    transition: all .5s;
    position: relative;
    right: 0;
}
.investi_box.investi_box_link:hover {
    box-shadow: 5px 2px 5px 2px var(--transparent-black-v06);
    transform: scale(1.03);
}
.investi_box.investi_box_link:hover .investi_box_txtWrap {
    text-decoration: none;
    color: var(--primary-color);
}
.investi_box.investi_box_link:hover .investi_box_txtWrap .investi_box_btn span{
    right: -7px;
}
.investi_box_yearBox {
    display: flex;
    margin-top: 11px;
    font-size: 11px;
    color: #9F9FA1;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    gap: 30px;
}
.home_blogs_wrap .slick-list, .home_portfolio_wrap .slick-list {
    padding: 0 10% !important;
}
.home_blogs_wrap .slick-list {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.cmn_box {
    display: block;
    text-decoration: none;
    color: var(--primary-color);
    transform: scale(1);
    transition: all .5s;
}
.cmn_box:hover {
    color: var(--primary-color);
    transform: scale(1.05);
    text-decoration: none; 
} 
.blog_box:hover {
    box-shadow: 5px 2px 8px 0px var(--transparent-black-v1);
}
.home_blogs_wrap .blogs_slide {
    padding: 0 25px;
}
.blog_box {
    padding: 20px;  
    background: var(--white-color);
    border-radius: 8px;
    position: relative;    
    background-color: #F9F8F7;
    overflow: hidden;
    display: flex; 
}
.blog_box .blog_box_inner {
    position: relative; 
    width: 100%;
}
.blog_box .blog_box_inner .blog_box_inner_in {
    position: relative;
    z-index: 1;
    height: 100%;
}
.blog_box:before {
    content: "";
    position: absolute;
    bottom: -70px;
    left: -120px;
    width: 246px;
    height: 292px;
    background: radial-gradient(
        circle,
        rgba(242, 239, 186, 1) 46%,
        rgba(255, 255, 255, 0) 100%
      );
    opacity: 0.5;
    filter: blur(40px);
}
.blog_box:after {
    content: "";
    position: absolute;
    top: -110%;
    right: -125%;
    width: 627px;
    height: 664px;
    background: radial-gradient(
        circle,
        rgba(188, 218, 242, 1) 40%,
        rgba(255, 255, 255, 0) 100%
      );
    opacity: 0.7;
    filter: blur(80px);
}

/* Target elements 2, 6, 10, 14... */
.slick-slide:nth-child(4n + 2) .blog_box:before { 
    bottom: -110%;
    left: -120%;
    width: 627px;
    height: 664px;
    background: radial-gradient(circle, rgba(188, 218, 242, 1) 40%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.7;
    filter: blur(80px);
}
.slick-slide:nth-child(4n + 2) .blog_box:after { 
    top: -146px;
    right: -143px;
    width: 426px;
    height: 506px;
    background: radial-gradient(circle, rgba(195, 242, 226, 0.5) 46%, rgba(255, 255, 255, 0) 100%);
    mix-blend-mode: multiply;
    filter: blur(60px);
}

/* Target elements 3, 7, 11, 15... */
.slick-slide:nth-child(4n + 3) .blog_box:before { 
    right: -142%;
    width: 690px;
    height: 836px;
    background: radial-gradient(circle, rgba(188, 218, 242, 1) 0%, rgba(255, 255, 255, 0) 100%);
    mix-blend-mode: multiply;
    filter: blur(60px);
    content: "";
    bottom: 15%;
    left: auto;
}
.slick-slide:nth-child(4n + 3) .blog_box:after { 
    top: auto;
    left: -150px;
    width: 310px;
    height: 368px;
    background: radial-gradient(circle, rgba(242, 239, 186, 0.5) 46%, rgba(255, 255, 255, 0) 100%);
    mix-blend-mode: multiply;
    filter: blur(40px);
    content: "";
    bottom: -50%;
}
.slick-slide:nth-child(4n + 3) .blog_box .blog_box_inner:before {
    position: absolute;
    bottom: -85%;
    right: -85%;
    width: 310px;
    height: 310px;
    background: radial-gradient(circle, rgba(195, 242, 226, 0.5) 46%, rgba(255, 255, 255, 0) 100%);
    mix-blend-mode: multiply;
    filter: blur(30px);
    content: "";
}

/* Target elements 4, 8, 12, 16... */
.slick-slide:nth-child(4n + 4) .blog_box:before  { 
    bottom: -110%;
    left: -125%;
    width: 627px;
    height: 664px;
    background: radial-gradient(circle, rgba(188, 218, 242, 1) 40%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.7;
    filter: blur(80px);
}
.slick-slide:nth-child(4n + 4) .blog_box:after {
    content: "";
    position: absolute;
    top: -70px;
    right: -120px;
    width: 246px;
    height: 292px;
    background: radial-gradient(circle, rgba(242, 239, 186, 1) 46%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.5;
    filter: blur(40px);
}

.blog_box .blog_box_img img {
    border-radius: 8px;
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.blog_box .blog_box_txt {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}
.blog_box .blog_box_txt .blog_box_txt_heading{
    transition: all .5s;
}
.blog_box .blog_box_txt .blog_box_dateWrap {
    margin-top: 25px;
    font-size: 11px;
}
.blog_box .blog_box_txt .blog_box_dateWrap .blog_box_date {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px; 
}  
.blog_box:hover, .blog_box:focus {
    text-decoration: none;
}
.slick-dots, .cmn_slider_settings .slick-dots {
    position: static;
    text-align: left;
    margin: 0;
    list-style: none;
}
.slick-dots li, .cmn_slider_settings .slick-dots li {
    list-style: none;
    width: auto;
    height: auto;
    margin: 0 4px;
    display: inline-block;
}
.slick-dots li button, .cmn_slider_settings .slick-dots li button {
    width: 12px;
    height: 12px;
    background: rgba(164, 146, 98, 0.2);
    border-radius: 50%;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    outline: 0 !important;
}
.slick-dots li.slick-active button, .cmn_slider_settings .slick-dots li.slick-active button { 
    background: var(--secondary-color); 
}
.slick-dots li button:before, .cmn_slider_settings .slick-dots li button:before {
    display: none;
} 
.slick-arrow, .cmn_slider_settings .slick-arrow {
    width: 47px;
    height: 47px;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none !important;
    outline: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    filter: drop-shadow(0 4px 4px var(--transparent-black-v3));
}
.slick-prev, .cmn_slider_settings .slick-prev { 
    background-image: url('../images/slider-left-arrow.svg'); 
    left: 25px;
}
.slick-next, .cmn_slider_settings .slick-next { 
    background-image: url('../images/slider-right-arrow.svg'); 
    right: 25px;
}
.home_blogs_btm {
    padding-top: 50px;
}
.portfolio_box {
    display: block;
    margin: 10px;
    padding: 10px;
}
.portfolio_box .portfolio_box_btm .portfolio_box_txt {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
}
.portfolio_box .portfolio_box_top {
    background: var(--white-color);
    border-radius: 8px;
    padding: 20px;
    transition: all .5s;
} 
.portfolio_box  .portfolio_box_logo {
    text-align: center;
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio_box  .portfolio_box_logo img {
    margin: auto;
}
.portfolio_box .portfolio_box_btm {
    opacity: 0;
    transition: all .5s;
}
.portfolio_box:hover .portfolio_box_btm {
    opacity: 1;
}
.portfolio_box:hover .portfolio_box_top { 
    box-shadow: 1px 1px 4px #e2e2e2;
} 

/* contact us */
  
.map-cnt address { 
    color: var(--black-color);
}
.map-img iframe {
    height: 350px !important;
} 
.contactForm_main .form-control {
    font-size: var(--font-size-primary);
    border: 0;
    padding: 0 0 12px 0;
    border-bottom: 1px solid var(--secondary-color);
    border-radius: 0;
    box-shadow: none !important;
    outline: 0 !important;
    color: var(--primary-color);
    background: var(--white-color);
}
.contactForm_main .form-control:focus{
    border-color: var(--black-color);
}
.contactForm_main textarea.form-control {
    height: 65px !important;
}
.contactForm_main input.wpcf7-submit {
    background: var(--secondary-color);
    width: 140px;
    height: 40px;
    text-align: center;
    color: var(--white-color);
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}
.uploadbtn {
    position: relative;
    display: inline-block;
}
.uploadbtn .upload_btn {
    display: inline-block;
    background: var(--secondary-color);
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--white-color);
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}
.uploadbtn .uploadbtn_btmtxt {
    font-size: 14px;
    color: #bdbdbd;
    text-align: center;
    margin-top: 5px;
}
.uploadbtn .upload_file, .uploadbtn .upload_file input[type="file"]{
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.uploadbtn .upload_file .wpcf7-form-control-wrap{
    display: block;
    height: 100%;
    width: 100%;
}
.uploadbtn:hover .upload_btn, .uploadbtn .upload_btn:hover {
    background: var(--secondary-hover-color);
}
.page-template-page-contact .inner_banner {
    padding-bottom: 280px !important;
}
.contactPage_form .contactPage_formWrap {
    padding: 60px 50px;
    background: var(--white-color);
    box-shadow: 2px 6px 5px 0px rgb(199, 199, 199, 0.35);
    margin-top: -200px;
}
.contactPage_MapIframe iframe {
    width: 100%;
    height: 300px;
}
.contactForm_main input.wpcf7-submit:hover {
    background: var(--secondary-hover-color);
} 
.contactForm_main [ class*='col-' ] {
    margin-bottom: 45px;
}
.contactForm_main .form-control::placeholder {  
  color: var(--primary-color);
  opacity: 1; 
} 
.contactForm_main .form-control:-ms-input-placeholder {  
  color: var(--primary-color);
} 
.contactForm_main .form-control::-ms-input-placeholder { 
  color: var(--primary-color);
}  
.contactForm_main .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 12px;
}
.bg_logos {
    position: absolute;
    width: 350px;
    opacity: 0.1;
}
.bg_logos [class*='col-'] {
    margin-bottom: 45px;
}
.bg_logos_lft {
    top: 35px;
    left: 15px;
}
.bg_logos_rght {
    right: 15px;
    bottom: 30%;
} 
.post_cardList > .row {
    margin-bottom: -50px;
}
.post_cardList > .row > [class*='col-'] { 
    margin-bottom: 50px;
}
.post_box {
    text-decoration: none;
    display: block;
    transition: all .5s;
} 
.post_box .post_box_img {
    overflow: hidden;
}
.post_box .post_box_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all .5s;
    transform: scale(1);
}
.post_box .post_box_img iframe {
    width: 100%;
    height: 250px; 
    display: block;
}
.post_box .post_box_body {
    margin-top: 18px;
}
.post_box .post_box_body .post_box_title {
    margin: 18px 0;
}
.post_box .post_box_body .post_box_title h4 {
    font-size: 19px;
    font-weight: 500;
    margin: 0;
}
.post_box .post_box_body .post_box_date {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    margin-top: 25px;
}
.post_box .post_box_body .post_type_label, 
.feature_post_box .feature_post_box_body .post_type_label,
.single_inner_banner .single_post_type_label {
    font-size: 9px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 9px;
    border-radius: 4px;
    margin-top: 2px;
    background: var(--secondary-color);
    color: var(--white-color);
}
.post_box:hover {
    text-decoration: none;
    color: var(--primary-color);
}
.post_box:hover .post_box_img img {
    transform: scale(1.08);
}
.insightsSec_tabs {
    margin-bottom: 45px;
}
.insightsSec_tabs ul {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--secondary-color);
}
.insightsSec_tabs ul li a {
    font-size: var(--font-size-primary); 
    padding: 0;
    background: transparent !important;
    border: 0;
} 
.insightsSec_tabs ul li {
    margin-bottom: 10px; 
}
.insightsSec_tabs ul li + li {
    margin-left: 30px;
}
.insightsSec_tabs ul li a.active{
    font-weight: 600;
}
.insightsSec_tabs ul li a.active, .insightsSec_tabs ul li a:hover {
    color: var(--secondary-color) !important;
}
.cust_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.cust_pagination .pagination-btn {
    display: inline-block;
    font-size: 15px;
    padding: 6px 13px;
    border: 1px solid #ddd;
    border-left: 0;
    text-decoration: none;
    color: var(--secondary-color);
    background: #f8f8f8;
}
.cust_pagination .pagination-btn:hover {
    color: var(--secondary-color);
}
.cust_pagination .pagination-btn:first-child {
    border-left: 1px solid #ddd;
    border-radius: 8px 0 0 8px;
}
.cust_pagination .pagination-btn:last-child {
    border-radius: 0 8px 8px 0;
}
.cust_pagination .pagination-btn.active {
    background: var(--secondary-color);
    color: var(--white-color);
    border-color: var(--secondary-color);
}
.cust_pagination .pagination-btn.active:hover{
    color: var(--white-color);
}
.cust_pagination .pagination-btn .ellipsis {
    display: inline-block;
    line-height: 1;
    vertical-align: top;
}
.cust_pagination .pagination-btn.disabled {
    cursor: not-allowed;
    pointer-events: none;
    color: var(--secondary-color) !important;
}
.feature_post_box {
    display: block;
    text-decoration: none;
    transition: all .5s;
} 
.feature_post_box .feature_post_box_img {
    overflow: hidden;
}
.feature_post_box .feature_post_box_img img {
    width: 100%;
    transition: all .5s;
    transform: scale(1);
    height: 350px;
    object-fit: cover;
}
.feature_post_box .feature_post_box_img iframe {
    height: 350px;
}
.feature_post_box .feature_post_box_body .feature_post_box_title h4, 
.feature_post_box .feature_post_box_body .feature_post_box_date_wrap .post_box_date {
    color: var(--primary-color);
}
.feature_post_box .feature_post_box_body .feature_post_box_title {
    margin: 20px 0;
}  
.feature_post_box .feature_post_box_body .feature_post_box_title h4 {
    font-size: 26px;
    font-weight: 500;
    margin: 0;
}  
.feature_post_box .feature_post_box_body .featured_post_excerpt {
    border-left: 1px solid var(--secondary-color);
    padding-left: 20px;
    font-style: italic;
    margin: 25px 0;
    color: var(--primary-color);
}
.feature_post_box .feature_post_box_body .feature_post_box_date_wrap .post_box_date {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    margin-top: 25px;
}  
.feature_post_box:hover {
    text-decoration: none;
}
.feature_post_box:hover .feature_post_box_img img {
    transform: scale(1.08);
}  
.featured_post_sec .main_heading h2 {
    font-size: 38px;
} 
.single_inner_banner .single_date {
    margin-top: 20px;
}
.single_inner_banner .single_post_type_label {
    margin-bottom: 20px;
}
.cust_pagination_extraTop {
    margin-top: 90px !important;
}
.cmnLogo_listWrap > .row{
    margin-bottom: -45px;
}
.cmnLogo_listWrap >  .row > [class*='col-'] {
    margin-bottom: 45px;
}
.cmnLogo_box {
    display: block;
    padding: 20px;
    transition: all .5s;
    height: 100%;
}
.cmnLogo_box_whiteBG {
    background: var(--white-color);
    border-radius: 8px;
    transform: scale(1);
}
.cmnLogo_box .cmnLogo_box_top {
    text-align: center;
}
.cmnLogo_box .cmnLogo_box_logo {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.cmnLogo_box:hover {
    text-decoration: none;
    color: #505a70;
    box-shadow: 1px 0px 15px #eee;
} 
.cmnLogo_box.cmnLogo_box_whiteBG:hover {
    box-shadow: 5px 2px 5px 2px var(--transparent-black-v06);
    transform: scale(1.03);
}
.keyInvests_box .keyInvests_box_top .keyInvests_box_logo {
    min-height: 110px;
}
.keyInvests_box .keyInvests_box_top .keyInvests_box_logo img {
    max-height: 110px;
}
.keyInvests_box .keyInvests_box_desti {
    font-size: 15px;
}
.keyInvests_box .keyInvests_box_Founded_year {
    font-size: 11px;
    color: #9F9FA1;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-top: 40px;
}
.portPage_portBox .portPage_portBox_btm {
    margin-top: 30px;
}
.home_key_investi_btnMain {
    margin-top: 60px;
} 
.keyInvests_box .keyInvests_box_btm {
    margin-top: 25px;
}
.cmnLogo_box .cmnLogo_box_logo img, .portfolio_box .portfolio_box_logo img {
    transition: all .5s;
}
.cmnLogo_box .cmnLogo_box_logo .cmnLogo_color, 
.portfolio_box .portfolio_box_logo .portfolio_logo_color{
    display: none;
}
.cmnLogo_box:hover .cmnLogo_box_logo .cmnLogo_black,
.portfolio_box:hover .portfolio_box_logo .portfolio_logo_black {
    display: none;
}
.cmnLogo_box:hover .cmnLogo_box_logo .cmnLogo_color,
.portfolio_box:hover .portfolio_box_logo .portfolio_logo_color  {
    display: block;
}
.teammodal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 740px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}  
.teammodal .modal-content {
    height: 100%;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
}
.teammodal .modal-body {
    padding: 40px 50px 50px;
}
.teammodal.fade .modal-dialog {
    right: -740px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
} 
.teammodal.fade.show .modal-dialog {
    right: 0;
}
.teambox-modal-cnt h4 {
    font-size: 26px;
    text-transform: none;
    margin-bottom: 10px;
    font-family: var(--font-secondary);
    font-weight: 400;
    color: var(--primary-color);
}
.teambox-modal-cnt .team_box_destination {
    font-size: 16px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    color: var(--primary-color);
}
.teambox-modal-cnt .team_box_destination:after {
    content: '';
    background: var(--secondary-color);
    width: 35px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.teambox-modal-cnt .teambox-modal-cnt-body p {
    margin-bottom: 15px;
    font-size: 15px;
}
.teambox-modal-box .teambox-modal-sociallinks a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: var(--secondary-color);
    color: var(--white-color);
    font-size: 17px;
    text-align: center;
    border-radius: 50%;
    margin-right: 4px;
    transition: all .5s;
}
.teambox-modal-box .teambox-modal-sociallinks a:hover {
    background: var(--secondary-hover-color);
}
.teambox-modal-cnt .teambox-modal-cnt-body {
    margin: 10px 0 35px;
}
.teammodal .close {
    font-size: 34px;
    text-shadow: none !important;
    color: var(--black-color) !important;
    opacity: 1 !important;
    line-height: 1;
    display: inline-block;
    float: none;
    margin-bottom: 25px;
    border: 0 !important;
    outline: 0 !important;
    cursor: pointer;
}
.cmn_row_heading_wrap.cmn_row_heading_wrap_mt {
    margin-top: 100px !important;
}
.teams_boxlist_noGrid .team_box .team_box_img {
    max-width: 165px;
}
.teams_boxlist_noGrid .team_box .team_box_txt {
    margin-top: 25px;
    max-width: 250px;
}