/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.6.0.1749710597
Updated: 2025-06-12 06:43:17

*/
html[style] {
  overflow: auto;
}
body {
    overflow-x: hidden;
}
body{
    padding-top:130px
}
@media(max-width:1365px)
{
    body{
          padding-top:100px ;
    }
}
@media(max-width:767px)
{
    body{
          padding-top:80px ;
    }
}
#page h1,#page h2,#page h3,#page h4,#page h5,#page h6,#page a,#page p,#page span{
	margin-bottom:0px !important;
}
body{
    background-color: #ffffff !important;
}

.featured-image.page-header-image.grid-container.grid-parent {
    display: none;
}
a.generate-back-to-top.generate-back-to-top__show {
    display: none;
}
/************Home page start*************/

.home-hero-section{
   min-height: calc(100vh - 130px) !important;
}
.home-hero-section-text{ 
    width:652px;
    max-width:652px;
}
.banner__scroll {
    position: absolute !important;
    left: 50%;
    bottom: 5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
}
.banner__scroll-text {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}
.js-banner-scroll{
      background-color:unset !important;
      display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.js-banner-scroll:hover{
      background-color:unset !important;
}
.banner__scroll-wrapper {
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, .2);
    overflow: hidden;
    display: block;
}
 .banner__scroll-line {
    -webkit-animation: 2.5s scroll-line infinite;
    animation: 2.5s scroll-line infinite;
}
.banner__scroll-line {
    display: block;
    height: 0;
    background-color: #fff;
    width: 100%;
}
@keyframes scroll-line {
0% {
    height: 0%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
20% {
    height: 100%;
}
40% {
    height: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
60% {
    height: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
100% {
    height: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
}
@media(max-width:1200px)
{
    .home-hero-section {
    background-image: url('/wp-content/uploads/2025/06/longview-corporate-lifestyle-102-low-res-4-scaled.jpg') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Hide the video */
.home-hero-section .elementor-background-video-container {
    display: none !important;
}

}
.established-info-section-inner-main-right-inner-top-heading p {
    background-color: #f9f9f9;
    padding: 6px 16px;
    border-radius: 100px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    width:max-content;
}
.invest-engage-section-inner-main-left-card{
    background-color: rgba(249, 249, 249, .7);
    border-radius: 20px !important;
    overflow: hidden;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    max-width: 675px;
}
@media(max-width:1024px)
{
    .invest-engage-section-inner-main-left-card{
    max-width: 452px;
    }
}
@media(max-width:767px)
{
    .invest-engage-section-inner-main-left-card{
    max-width: 478px;
    }
}
.invest-engage-section-inner-main-left-card-btn p{
    background-color: #516d7e;
    color: #fff;
    padding: 6px 16px;
    border-radius: 100px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    width:max-content;
}
.invest-engage-section-inner{
   max-width: 69.824vw;
}
@media((max-width:1024px) and (min-width: 768px))
{
.invest-engage-section-inner{

    max-width: 89.2vw;
}
}
@media(max-width: 767px)
{
    .invest-engage-section-inner{
    max-width: 100%;
}
}
@media(min-width: 768px)
{
  #card-motion-effect {
        -webkit-transition: -webkit-transform 2s cubic-bezier(0.35, 0, 0.3, 1);
    transition: -webkit-transform 2s cubic-bezier(0.35, 0, 0.3, 1);
    transition: transform 2s cubic-bezier(0.35, 0, 0.3, 1);
    transition: transform 2s cubic-bezier(0.35, 0, 0.3, 1), -webkit-transform 2s cubic-bezier(0.35, 0, 0.3, 1);
}
}
@media(min-width: 768px)
{
  #card-motion-effect2 {
        -webkit-transition: -webkit-transform 2s cubic-bezier(0.35, 0, 0.3, 1);
    transition: -webkit-transform 2s cubic-bezier(0.35, 0, 0.3, 1);
    transition: transform 2s cubic-bezier(0.35, 0, 0.3, 1);
    transition: transform 2s cubic-bezier(0.35, 0, 0.3, 1), -webkit-transform 2s cubic-bezier(0.35, 0, 0.3, 1);
}
}

@media(min-width: 1025px)
{
/* Animated state - moves down by parent container height */
#card-motion-effect.image-text--animate {
    -webkit-transform: translateY(130%);
    transform: translateY(130%);
}
}
@media((max-width:1024px) and (min-width: 768px))
{
    #card-motion-effect.image-text--animate {
    -webkit-transform: translateY(60%);
    transform: translateY(60%);
}
}
.invest-engage-section-inner-main-left-card a.elementor-button:hover {
        -webkit-box-shadow: 0 6px 42px 0 rgba(234, 92, 4, .6);
        box-shadow: 0 6px 42px 0 rgba(234, 92, 4, .6);
}
@media(min-width: 1025px)
{
/* Animated state - moves down by parent container height */
#card-motion-effect2.image-text--animate {
    -webkit-transform: translateY(130%);
    transform: translateY(130%);
}
}
@media((max-width:1024px) and (min-width: 768px))
{
    #card-motion-effect2.image-text--animate {
    -webkit-transform: translateY(60%);
    transform: translateY(60%);
}
}

.slider-section-inner-right .swiper-horizontal.swiper-backface-hidden {
    overflow:visible !important;
}
.slider-section-inner-right .swiper-slide {
    /* width: 434px !important; */
    max-width:434px !important;
}
.slider-section-inner-left{
    position: relative !important;
    z-index: 9 !important;
    background-color: #516D7E !important;
}
.slider-section{
    overflow-x: hidden !important;
}
.slider-section-inner-right .swiper-initialized.swiper-pointer-events{
    padding-bottom:42px !important;
}
.slider-section-inner-right .swiper-pagination {
    top:100% !important;
}

.slider-section-inner-right span.swiper-pagination-progressbar-fill {
    background-color: #ea5c04 !important;
    position: absolute  !important;
    height: 4px  !important;
    border-radius: 100px  !important;
}
@media(min-width:1025px)
{
.slider-section-inner-left{
        padding-right: 9% !important;
    padding-top: 35px !important;
}
}
.slider-card-inner{
    overflow: hidden !important;
    border-radius: 20px 20px 0 0 !important;
}
.slider-card-top{
    height: 230px;
    overflow: hidden;
}
.slider-card-top{
    border-radius: 20px 20px 0 0;
}
.slider-card-top img{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.slider-card:hover .slider-card-top img{
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
}
.slider-card:hover .slider-card-bottom a span, .slider-card-bottom a span i{
    font-weight:700;
} 
.slider-card:hover .slider-card-bottom a span .icon.icon-right-arrow:before{
   color:#ea5c04 !important; 
} 
.our-culture-btn{
   display: inline-block;
    padding: 6px 16px;
    border-radius: 100px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    background-color: #516d7e;
    width: max-content;
}
  .one-team-card{
    background-color: rgba(242, 242, 242, .7);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 42px 38px;
    max-width: 790px !important;
    border-radius: 20px !important;
    position: absolute !important;
    bottom:170px;
    left: 10%;
    z-index: 2;
    max-height: calc(100% - 100px);
    overflow: auto;
}
div#card-motion-effect3 .elementor-widget-image{
    min-width: 1134px;
    height: 659px;
    overflow: hidden;
}
div#card-motion-effect3{
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}
div#card-motion-effect3.scrolled-into-view {
    -webkit-transform: translateX(-78%);
    transform: translateX(-78%);
}
div#card-motion-effect3 .elementor-widget-image img{
    object-fit: cover;
}
.one-team-slider-conatiner{
    overflow:hidden !important;
}
.one-team-slider-conatiner .e-con-inner{
    position:relative;
}
@media(max-width:1024px)
{
    div#card-motion-effect3 .elementor-widget-image{
    min-width: 893px;
    height: 415px;
    overflow: hidden;
}
      .one-team-card{
        max-width: 452px !important;
        padding: 32px 28px;
        left: 8.5%;
        bottom: 102px;
        max-height: calc(100% + 100px);
}
}
@media(max-width:767px)
{
    div#card-motion-effect3 .elementor-widget-image{
    min-width: 100%;
    height: 198px;
    overflow: hidden;
}
      .one-team-card{
        max-width: 100% !important;
        padding: 32px 28px;
        left: -16px;
        top:300px !important;
        max-width: 100%;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        padding: 22px 18px;
}
    div#card-motion-effect3.scrolled-into-view {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
}
.one-team-card a:hover{
     -webkit-box-shadow: 0 6px 42px 0 rgba(234, 92, 4, .6);
        box-shadow: 0 6px 42px 0 rgba(234, 92, 4, .6);
}
@media(max-width:478px)
{
   .one-team-slider-conatiner{
    padding-bottom:40px !important;
} 
}
@media(max-width:767px)
{
.established-info-section{
    background-color:#fff !important;
}
}
.investment-slider-des{
    height:80px;
}
@media (min-width: 1025px) and (max-width: 1218px) {
    .investment-slider-des {
        height: 100px;
    }
}
span.banner__scroll-text {
    padding-bottom: 5px;
}
@media(max-width:1365px)
{
    .destop-header{
    display:none !important;
}
}
@media(min-width:1366px)
{
    .tab-header{
    display:none !important;
}
}



/************Home page end*************/


/************Header start*************/
.destop-header-menu-section-menu .e-n-menu-item:has(.e-n-menu-content .active) > .e-n-menu-title span{
  color: #003e7e !important;
}
.destop-header-menu-section-menu .e-n-menu-item:has(.e-n-menu-content .active) a.e-n-menu-title-container.e-focus.e-link::after{
  width: 100% !important;
}

.destop-header-menu-section-menu .e-n-menu-item:has(.e-n-menu-content .active) .icon.icon-down-arrow1::before{
  color: #003e7e !important;
}
.destop-header-icon-section-btn a:hover{
    color: #fff !important;
        background-color: #ea5c04 !important;
        -webkit-box-shadow: 0 6px 42px 0 rgba(234, 92, 4, .6);
        box-shadow: 0 6px 42px 0 rgba(234, 92, 4, .6);
}
.destop-header-icon-section-search-icon a:hover{
    background-color: #ea5c04 !important;
    border-color:#ea5c04 !important;
}
.destop-header-menu-section-menu .e-n-menu-dropdown-icon {
    display:none !important;
}
.destop-header-menu-section-menu .icon.icon-down-arrow1::before{
    font-weight:900 !important;
}
.destop-header-menu-section-menu a.e-n-menu-title-container.e-focus.e-link:before{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    background-color: #d9d9d9;
        content: "";
        position: absolute;
        bottom: 1px;
        left: 0;
        height: 2px;
        border-radius: 100px;
}

.destop-header-menu-section-menu a.e-n-menu-title-container.e-focus.e-link:hover::after {
        width: 100% !important;
    }

.destop-header-menu-section-menu a.e-n-menu-title-container.e-focus.e-link::after {
        width: 0;
        background-color: #ea5c04;
    content: "";
        position: absolute;
        bottom: 1px;
        left: 0;
        height: 2px;
        border-radius: 100px;
    -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
}

.destop-header-icon-section-search-icon .cls-1 {
    stroke: #003E7E;
}
.destop-header-icon-section-search-icon a:hover .cls-1{
    stroke: #fff !important;
}

.dropdown-list .elementor-icon-list-items.elementor-inline-items {
  display: grid !important;
  grid-template-columns: repeat(3,1fr);
  padding: 65px 10px 65px 45px !important;
}
.dropdown-list .elementor-icon-list-item.elementor-inline-item {
  margin-bottom: 42px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Roboto",sans-serif;
  padding-bottom: 5px;
   width:max-content;
}
.dropdown-list .elementor-icon-list-item.elementor-icon-list-item a:before{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    background-color: #d9d9d9;
        content: "";
        position: absolute;
        bottom: 1px;
        left: 0;
        height: 2px;
        border-radius: 100px;
}
.dropdown-list .elementor-icon-list-item.elementor-icon-list-item a:hover::after {
        width: 100% !important;
    }
.dropdown-list .elementor-icon-list-item.elementor-icon-list-item a::after {
        width: 0;
        background-color: #ea5c04;
        content: "";
        position: absolute;
        bottom: 1px;
        left: 0;
        height: 2px;
        border-radius: 100px;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
}
/************Header end*************/

/*************tab header start ********/
.tab-header-menu-section-menu {
    width: max-content !important;
    max-width: max-content !important;
}
.tab-header-menu-section-menu nav{
    width: max-content !important;
}

@media only screen and (min-width: 768px) and (max-width: 969.98px) {
.tab-header-logo-section-logo a {
    max-width: 143px;
}
}
/*************tab header end ********/

/*************Mobile header start*****/
/* @media(max-width:767px)
{
  .tab-header{
    display:none !important;
}
} */
/* @media(min-width:768px)
{
  .mobile-header{
    display:none !important;
}
}

/*************Mobile header end*****/

/************Footer start ***********/
.site-info {
    display: none;
}
.footer-top-bottom p {
    margin-bottom: 0px !important;
}
.footer-top-bottom-list ul.elementor-icon-list-items.elementor-inline-items li a span:hover {
    text-decoration:underline;
}
.footer-top-bottom p {
    margin-bottom: 0px !important;
}
.footer-top-bottom-list ul.elementor-icon-list-items.elementor-inline-items li a span:hover {
    text-decoration:underline;
}
.footer-top-bottom-list li.elementor-icon-list-item.elementor-inline-item{
    margin-left: 30px !important;
}
.footer-top-bottom-list li.elementor-icon-list-item.elementor-inline-item:not(:first-of-type)::before {
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    left: -15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1px;
    height: 18px;
    background-color: #fff;
}
@media(max-width:1024px)
{
    .footer-top-bottom-list li.elementor-icon-list-item.elementor-inline-item:nth-of-type(1){
    margin-left: 10px !important;
}
.footer-top-bottom-list li.elementor-icon-list-item.elementor-inline-item{
    margin-left: 20px !important;
}
}
.footer-top li.menu-item.menu-item-type-custom a.elementor-item:hover{
    text-decoration:underline !important;
}
/************Footer end ***********/

/************contact us page start*************/

.map{
    -webkit-box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .2);
    border-radius: 20px;
}
.conatct-us-details-list li.elementor-icon-list-item a:hover {
    font-weight: 700 !important;
}

/************contact us page end*************/


/************Key Contact page start*************/

.key-contact-section-grid-inner {
    border-radius: 20px !important;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .2);
    cursor: pointer;
    user-select: none;
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.key-contact-section-grid-inner-left {
    max-height: 272px;
    overflow: hidden !important;
    border-radius: 20px 20px 0 0 !important;
}

.key-contact-section-grid-inner:hover {
    box-shadow: 0 6px 42px 0 rgba(0, 0, 0, 0.6);
}

.key-contact-section-grid-inner-left img {
    transition: transform 0.15s ease-in-out;
}

.key-contact-section-grid-inner:hover .key-contact-section-grid-inner-left img {
    transform: scale(1.1);
}

.key-contact-section-grid-inner-right-heading h2 {
    transition: font-size 0.15s ease-in-out, color 0.15s ease-in-out, text-decoration 0.15s ease-in-out;
}

.key-contact-section-grid-inner:hover .key-contact-section-grid-inner-right-heading h2 {
    font-size: 22px !important;
    color: #ea5c04 !important;
    text-decoration: underline;
}
.key-contact-section-grid-inner:hover .key-contact-section-grid-inner-right-bottom-right p{
    color: #ea5c04 !important;
}
.key-contact-section-grid-inner-right-bottom-left {
  height: 60px;
}
@media((max-width:767px) and (min-width:557px))
{
  .key-contact-section-grid-inner-right-bottom-left {
  height: unset;
}
}

/* #breadcrumbs > span >span {
  padding: 0px 5px;
}
#breadcrumbs > span {
  color: #76a9d4;
}
.breadcrumb_last {
  color:#EA5C04;
  font-size: 14px;
}
#breadcrumbs > span >span:nth-of-type(1){
  padding-left: 0px !important;
}
p#breadcrumbs > span {
    font-size: 20px;
}
#breadcrumbs a {
    font-size: 14px;
}


#breadcrumbs a:hover {
  text-decoration: underline;
} */

/************Key Contact page end*************/

/*------------Firm Overview Start--------------------*/
.rteparagraph{
    margin-bottom: 30px;
}
 .link-hover a{
    text-decoration:underline !important;
}
.link-hover a:hover{
    text-decoration:none !important;
}

/***********Our commite to culture************/

/* .side-bar .dynamic-sidebar-menu {
  margin: 0px !important;
}

.side-bar .dynamic-sidebar-menu {
  margin:  0px !important;
}
.dynamic-sidebar-menu li a {
  padding: 14px 0 16px !important;
  font-size: 16px !important;
  line-height: 25px !important;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Roboto",sans-serif !important;
  font-weight: 400 !important;
}
.dynamic-sidebar-menu li a:hover{
  border-color: #ea5c04;
    color: #252525;
}

.side-bar-heading {
  padding-bottom: 18px;
  margin-bottom: 4px !important;
  border-bottom: 1px solid #76a9d4;
  color: #003e7e;
  font-size: 18px;
  line-height: 28px;
  font-family: "Roboto",sans-serif;
  font-weight: 700;
}
.dynamic-sidebar-menu .current-page a {
  font-weight: 700 !important;
} */


.side-bar-card-heading:hover{
  border-color: #ea5c04 !important; 
}

.related-content-btn .elementor-icon-list-item {
  flex-direction: row-reverse;
  gap:5px;
}
.related-content-btn .elementor-icon-list-text {
  padding: unset !important;
}
.related-content-card-top:hover .related-content-card-bk-inner {
  transform: scale(1.1)  !important;
}
.related-content-card-bk-inner{
    -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
related-content-card-bk{
  overflow: hidden  !important;
}
.related-content-card-top{
  overflow: hidden  !important;
  border-radius: 20px  !important;
}
.related-content-card-top:hover .related-content-btn .elementor-icon-list-text {
  font-weight: 700 !important;
}
.related-content-card-top:hover .related-content-btn .icon::before{
  color: #ea5c04  !important; 
}
.related-content-card-top {
        -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .2);
}
.related-content-card-top:hover{
            -webkit-box-shadow: 0 6px 42px 0 rgba(0, 0, 0, .6);
        box-shadow: 0 6px 42px 0 rgba(0, 0, 0, .6);
}
@media(min-width:1025px)
{
  .side-bar-right-inner {
  max-width: 790px;
}
}
.video-iframe.elementor-widget.elementor-widget-html iframe {
        position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
}
.video-iframe.elementor-widget.elementor-widget-html {
    height: 100%;
    padding-bottom: 56.25% !important;
    position: relative;
    width: 100%;
}

.list-ml ul {
margin:unset;
padding-left:20px;
}
.list-ml ul li{
margin-bottom:30px;
}
@media(max-width:767px)
{
    .list-ml ul li{
    margin-bottom:20px;
}
}

.list-ml ul li::marker {
    color: #ea5c04;
}
.rte img {
    margin: 30px 0 60px;
}
@media(max-width:767px){
    .rte img {
    margin: 30px 0 22px;
}
}
.side-bar a{
    display:block;
    width:100%;
}
.link-decoration p a{
    text-decoration:underline;
}
.link-decoration p a:hover{
    text-decoration:none;
}
.two-column-section-right{
flex: 0 0 320px !important;
min-height: 350px !important;
 width: 100% !important;
}
@media(max-width:767px)
{
 .two-column-section-right{
flex: unset !important;
min-height: unset !important;
 width: 100% !important;
}
}
.two-column-section-right-inner {
min-height: 350px !important;
position: relative !important;
overflow: hidden !important;
}
.two-column-section-right-inner-img img{
min-height: 350px !important;
 object-fit:cover;
}
.list-ml.link-decoration ul li a{
    text-decoration:underline;
}
.list-ml.link-decoration ul li a:hover{
    text-decoration:none;
}

.side-bar-card-heading:has(a.active) a{
  font-weight: 700 !important;
  color: #252525 !important;
}
.side-bar-card-heading:has(a.active){
  border-color: #003e7e !important;
}
.side-bar-card-heading:has(a.active):hover{
  border-color:#ea5c04 !important;
}
/***************404 page start *************/
.error-list ul {
margin-left: 8px;
margin-bottom: 34px;
padding-left: 25px;
}
@media(max-width:1024px)
{
.error-list ul {
margin-bottom: 20px;
}
}
    @media(max-width:767px)
{
.error-list ul {
margin-bottom: 16px;
}
}
.error-list ul li a{
        color: #516d7e;
    text-decoration: underline !important;
    word-break: break-all;
}
.error-list ul li a:hover{
       text-decoration: none !important;
}
/***************404 page end *************/

/************** breadcrums start***********/
.breadcrumb a:after {
    font-family: "Font Awesome 5 Free"; /* or "Font Awesome 6 Free" */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 900; /* Important for solid icons */
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    content: "\f061"; /* Right arrow icon */
    font-size: 12px;
    color: #76a9d4;
    position:absolute;
    top:3px;
    right:9px;
}

.breadcrumb a{
    position:relative !important;
    padding-right:30px;
    font-size: 14px !important;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .8px;
        font-family: "Roboto", sans-serif;
}
.breadcrumb a:hover{
        color: #76a9d4;
        text-decoration: underline;
}
.breadcrumb span{
    color: #ea5c04;
    font-size: 14px !important;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .8px;
    font-family: "Roboto", sans-serif;
}
/************** breadcrums end***********/

/************************our pepole start ********************/
.category-card h3{
    padding: 14px 0 16px;
    font-size: 16px;
    line-height: 25px;
    color: #516d7e;
    border-bottom: 1px solid #d9d9d9;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.category-card h3:hover{
        border-color: #ea5c04;
        color: #252525;
}



/* Filter Buttons */




.people-card-img {
    position: relative;
    overflow:hidden !important;
    max-height:202px !important;
}
.people-card-img img{
  height: 250px !important;
  object-fit: cover !important;
  object-position: bottom !important;
}
.expand-icon {
      font-size: 26px;
    color: #516d7e;
    position: absolute;
    right: 28px;
    bottom: 38px;
    pointer-events: none;
    font-family: "Roboto", sans-serif;
    line-height: 25px;
    font-weight: 400;
}

.people-card-content {
      padding: 20px 40px 15px 23px;
    background-color: #fff;
}
.people-card-content h3{
      color: #003e7e;
    margin-bottom: 2px;
    display: inline-block;
    position: relative;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    font-size: 20px;
    line-height: 34px;
      font-family: "Roboto", sans-serif;
    font-weight: 700;
    transition: color, transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}
.people-card-content p{
font-size: 16px;
    line-height: 28px;
    color: #4d4d4d;
    display: block;
      font-family: "Roboto", sans-serif;
    font-weight: 400;

}
.people-card .people-card-img {
    transition: transform 0.3s ease;
}
.people-card:hover .people-card-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.people-card-content h3{
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
.people-card:hover .people-card-content h3{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
            color: #ea5c04;
}
.people-card:hover .people-card-content h3:after{
    background-color: #ea5c04 !important;
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 1px;
    background-color: transparent;
    color: #ea5c04;
}
.people-card-content {
    position: relative;
    overflow:hidden !important;
}
.expand-icon {
    transition: transform 0.3s ease;
}
.people-card:hover .expand-icon{
    color: #ea5c04;
}
@media(max-width:1024px)
{
    .our-people-grid{
      grid-template-columns: repeat(2, 1fr);
    }
    .people-card-img {
    max-height:224px !important;
}
    .people-card-img img{
  height: 280px !important;
}
}
@media(max-width:767px)
{
    .our-people-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .people-card-img {
    max-height:52vw !important;
    height:52vw !important;
}
    .people-card-img img{
  height: 70vw !important;
}
    .people-card {
                margin: 0 0 35px !important;
    }
}
.people-category-grid .category-card a.active h3{
    font-weight: 700 !important;
    color: #252525 !important;
    border-color: #003e7e !important;
}



.modal-slider{
    padding-bottom:45px !important;
}
.modal-slide-inner {
   display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    max-height: calc(100vh - 280px);
    overflow-y: auto;
    /* min-height: 220px; */
}

/* .slick-list.draggable {
    height:unset !important;
} */

.modal-slide-left {
        position: relative;
    margin-top: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 383px;
    -ms-flex: 0 0 383px;
    flex: 0 0 383px;
}
.modal-slide-left img{
        max-width: 100%;
    height: auto;
    width:100%;
}
.modal-slide-right {
    padding-left: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.modal-slide-right h2{
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    color: #003e7e;
    padding-bottom: 8px;
}
.modal-slide-right p.occupation {
    font-family: "Lusitana", sans-serif;
    font-size: 22px;
    line-height: 32px;
    color: #516d7e;
    padding-bottom: 22px !important;
    display: block;
}

.modal-slide-right .content p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #4d4d4d;
    padding-bottom: 30px;
}
.modal-content ul.slick-dots li{
    margin:unset !important;
}
.modal-content ul.slick-dots li button{
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    margin: 0 4px !important;
    border: 1px solid #ea5c04;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: inline-block;
    margin:unset !important;
    padding: unset !important;
}
.modal-content .slick-dots li button:before{
    content:"";
}
.modal-content ul.slick-dots li.slick-active button{
        background-color: #ea5c04;
}
button.modal-close:hover{
    color: #ea5c04;
    background-color:unset !important;
}
button.modal-close{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 46px;
    font-weight:200;
        color: #4d4d4d;
}
.modal-slider button.slick-prev.slick-arrow {
    left:-55px;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .2);
}
.modal-slider button.slick-prev.slick-arrow:before{
       content: '\f053'; /* Font Awesome chevron-left icon */
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 22px;
            color: #ea5c04;
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            transform: translate(-50%, -50%);
            opacity: 1;
}

.modal-slider button.slick-next.slick-arrow {
        right:-55px;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .2);
}
.modal-slider button.slick-next.slick-arrow:before{
           content: '\f054'; /* Font Awesome chevron-left icon */
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 22px;
            color: #ea5c04;
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            transform: translate(-50%, -50%);
            opacity: 1;

}





@media only screen and (min-width: 970px) and (max-width: 1365.98px) 
{
    .modal-slider{
        padding-bottom:25px !important;
    }
    .modal-content{
    padding: 85px 48px 20px !important;
    }
    .modal-slider button.slick-prev.slick-arrow {
        left:-65px;
    }
    .modal-slider button.slick-next.slick-arrow{
       right:-65px; 
    }
}
@media only screen and (min-width: 768px) and (max-width: 969.98px) {
     .modal-slider{
        padding-bottom:20px !important;
    }
    .modal-content{
        padding: 70px 30px 20px !important;
    }
}
@media only screen and (max-width: 767.98px){
    .modal-slider button.slick-prev.slick-arrow{
        left:-40px !important;
    }
    .modal-slider button.slick-next.slick-arrow{
        right: -40px !important;
    }
    .modal-slider{
        padding-bottom:10px !important;
    }
    .modal-content{
        padding: 56px 20px 10px !important;
    }
    .modal-close{
    top: -14px !important;
    right: 12px !important;
    }
    .modal-slide-right {
        padding-left:unset;
    }
.modal-slide-left{
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
        flex: unset !important;
}
.modal-slide-inner {
    flex-direction:column !important;
}
    .modal-slide-left img{
        max-width:383px !important;
    }
        .modal-slider .slick-arrow {
           -webkit-transform: scale(0.8) !important;
        transform: scale(0.8) !important;
}

.modal-slider .slick-arrow {
       -webkit-transform: scale(0.8);
        transform: scale(0.8);
}

}
button.slick-next.slick-arrow.slick-disabled:before {
    color: #828282 !important;
    opacity:1 !important;
}


button.slick-prev.slick-arrow.slick-disabled:before {
    color: #828282 !important;
    opacity:1 !important;
}
ul.slick-dots.has-overflow:after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: -20px;
    left: 49.7%;
    font-size: 30px;
    color: #ea5c04;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transform: translate(-50%, -50%);
    opacity: 1;
    margin-left: -10px;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

ul.slick-dots {
    position: relative;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-18px);
        transform: translateY(-18px);
    }
    60% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}


/********************** tab menu ******************/


.tab-header-menu-section-menu #menubar-157 {
  top: 77px;
}
.tab-header-menu-section-menu .e-n-menu-heading .e-n-menu-item {
  border-bottom: 1px solid #d9d9d9;
  
}
.tab-header-menu-section-menu .e-n-menu-heading .e-n-menu-item a{
    font-size: 14px ;
    line-height: 22px;
    color: #fff;
    padding: 17.5px 40px 17.5px 25px;
    justify-content: space-between;
    width: 100%;
  font-family: "Roboto",sans-serif;
}
.tab-header-menu-section-menu #e-n-menu-title-1571 span{
  font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    padding: 17px 40px 16px 25px;
  font-family: "Roboto",sans-serif;
}
.tab-header-menu-section-menu .e-n-menu-item .e-n-menu-title{
  flex-wrap: nowrap !important;
}
.tab-header-menu-section-menu #menubar-157 {
  min-height: 100vh;
  background-color:#516d7e;
  height: 100vh !important;
}
.tab-header-menu-section-menu .icon-inactive .icon::before{
    font-size: 21px;
    color: #fff;
  font-weight:900 !important;
  font-family: "Roboto",sans-serif;
}
body:has(.tab-header-menu-section-menu button.e-n-menu-toggle[aria-expanded= "true"]){
  overflow: hidden;
}
.tab-header-menu-section-menu .sub-menu{
   background-color:#516d7e;
}
.sub-menu-bottom .elementor-element{
  background-color:#516d7e;
}
.sub-menu-bottom .e-n-menu-heading .e-n-menu-item a span{
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    padding: 17.5px 40px 17.5px 25px;
    justify-content: space-between;
    width: 100%;
  font-family: "Roboto",sans-serif;
}
.sub-menu-bottom  .elementor-icon-list-items .elementor-icon-list-item {
    border-bottom: 1px solid #d9d9d9;
}
.sub-menu-bottom {
  width: 100% !important;
}
.sub-menu-heading p{
  margin-bottom: unset !important;
}
.sub-menu-heading .main-nav__link{
  font-size: 18px !important;
    font-weight: 700;
  line-height: 22px;
  font-family: "Roboto",sans-serif;
}
.sub-menu-heading .main-nav__link-sufix{
  display: block !important;
  padding-top: 13px;
  padding-left: 25px;
  font-weight: 400;
  font-size: 14px !important;
  font-family: "Roboto",sans-serif;
}
.sub-menu-heading{
  padding-top:17.5px;
  border-bottom: 1px solid #d9d9d9;
}
.menu-back-btn {
    color: #003e7e;
    width: 100% !important;
    text-align: left !important;
    background-color: #d9d9d9;
}
.menu-back-btn a{
  padding-left: 25px !important;
}
.menu-back-btn .icon::before{
      font-size: 18px;
  font-weight:900 !important;
  font-family: "Roboto",sans-serif;
}

.tab-header-menu-section-menu button.e-n-menu-toggle[aria-expanded="true"] {
  background-color: #ea5c04 !important;
  border-color: #ea5c04 !important;
  border-radius: 50% !important;
}

  #menu-toggle-157 .e-n-menu-toggle-icon.e-close svg path{
  fill: #fff !important;
}

.tab-header-menu-section-menu li.e-n-menu-item .sub-menu{
  position: fixed;
  top: 100px;
  left: 0;
  width: 100% !important;
  max-width: 100% !important;
  display: none !important;
  z-index: 9;
}
.tab-header-menu-section-menu .menu-back-btn .elementor-button-content-wrapper{
  justify-content: start !important;
}
.tab-header-menu-section-menu li.e-n-menu-item.menu-active .sub-menu{
  display: flex !important;
  height: 100vh;
}
.tab-header-menu-section-menu .e-n-menu-content .menu-main-container{
  display: flex !important;
}
.tab-header-menu-section-menu .e-n-menu-title{
    background-color: #516D7E !important;
}

.tab-header-menu-section-menu button.e-n-menu-toggle[aria-expanded="false"]:hover{
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #003E7E;
  border-radius:50%;
}
@media(min-width:768px)
{
  .tab-header-menu-section-menu .e-n-menu-heading .e-n-menu-item:last-of-type{
  display: none !important;
}
}
@media(max-width:767px)
{
  .tab-header-menu-section-menu .e-n-menu-heading .e-n-menu-item:last-of-type a{
    margin: 18px 20px;
  color: #516d7e !important;
  background-color: #fff !important;
    width: max-content;
  padding: 9px 22px;
    border-color: #ea5c04 !important;
    text-align: center;
  border-radius: 100px;
  border: 2px solid;
  }
  .tab-header-menu-section-menu .e-n-menu-heading .e-n-menu-item:last-of-type a span{
    color: #516d7e !important;
     font-size: 14px;
  line-height: 22px;
      font-weight: 300 !important;
      font-family: "Roboto",sans-serif;
  }
  .tab-header-menu-section-menu .e-n-menu-heading .e-n-menu-item:last-of-type{
    border: none;
  }
   .tab-header-menu-section-menu #menubar-157{
    top:65px !important;
  }
  .tab-header-menu-section-menu li.e-n-menu-item .sub-menu{
  top:80px;
}
}
@media(max-width:767px)
{
  .tab-header-logo-section-logo a {
  max-width: 121px;
} 
}
/********************** tab menu end******************/


/*********************** disclamer start *************/

div#pum_popup_title_612 {
    display: none;
}
.pum-theme-604 .pum-container, .pum-theme-lightbox .pum-container{
    border-radius: 20px !important;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .08);
    padding:unset !important;
    border: unset !important;
    box-shadow:unset !important;
}

.pum-content.popmake-content {
   padding: 0 35px 0 22px;
    overflow-y: scroll;
    max-height: calc(62vh - 80px);
    margin: 35px 0 45px;
    position: relative;
}

h2.disclaimer-heading {
    color: #516d7e;
    margin-bottom: 30px;
        font-size: 30px;
    line-height: 38px;
        font-family: "Lusitana", sans-serif;
    font-weight: 400;
}

button.pum-close.popmake-close {
    display:none;
}

button.pum-close {
     -webkit-transition: .15s ease-in-out;
     transition: .15s ease-in-out;
     margin-bottom: 42px;
     margin-top: 20px;
     color: #003e7e;
     position: relative;
     display: inline-block;
     font-size: 18px;
     line-height: 28px;
     font-weight: 700;
     text-align: center;
     border-radius: 100px;
     border: 2px solid #ea5c04;
     padding: 16px 25px;
     background-color: unset !important;
}

button.pum-close:hover{
    border: none !important;
    color: #fff !important;
    background-color: #ea5c04 !important;
    -webkit-box-shadow: 0 6px 42px 0 rgba(234, 92, 4, .6);
    box-shadow: 0 6px 42px 0 rgba(234, 92, 4, .6);
}
p.disclaimer-paragraph {
    font-family: "Roboto", sans-serif !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #4d4d4d !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}
.pum-content.popmake-content p{
    font-family: "Roboto", sans-serif;
    font-size: 16px ;
    line-height: 25px;
    font-weight: 400 ;
    color: #4d4d4d ;
    margin-bottom: 20px;
}
@media(max-width:767px)
{
   h2.disclaimer-heading {
    margin-bottom:22px;
} 
}



.pum-content.popmake-content {
  direction: rtl; 
  overflow-y: scroll;

  scrollbar-color: #ea5c04;

}

.pum-content.popmake-content * {
  direction: ltr
}

.pum-content.popmake-content::-webkit-scrollbar {
  width: 4px;
}

.pum-content.popmake-content::-webkit-scrollbar-track {
  background: #ececec;
  border-radius: 6px;
}

/* Handle */
.pum-content.popmake-content::-webkit-scrollbar-thumb {
  background: #ea5c04;
  border-radius: 6px;
}
.pum-content.popmake-content::-webkit-scrollbar-thumb:hover {
  background: #d44e03;
}


.pum-theme-604 .pum-container, .pum-theme-lightbox .pum-container {
    padding-left:30px !important;
}
@media(max-width:767px) {
    .pum-theme-604 .pum-container, .pum-theme-lightbox .pum-container {
    padding-left:22px !important;
}
}

/*********************** disclamer end *************/

/****************** search start ********************/
button.ekit_search-button svg{
    width:20px;
    height:20px;
    fill: #fff !important;
}
button.ekit_search-button svg .cls-1{
    stroke:#fff !important;
}

input.ekit_search-field {
    font-family: "Lusitana", sans-serif;
    width: 100% !important;
    height: 65px !important;
    border: 0 !important;
    border-bottom: 2px solid #fff !important;
    border-radius: 1px !important;
    background-color: transparent !important;
    font-size: 48px !important; 
    line-height: 56px !important;
    font-weight: 400;
    color: #e7e7e7 !important;
    -webkit-text-fill-color: #e7e7e7 !important;
    padding: 0 0 20px 20px !important;
}
.mfp-wrap{
       top: 130px !important;
}
.mfp-bg{
    position: fixed !important;
    top: 130px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background-color: #516d7e !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

button.mfp-close.ekit-popup-close {
        color: #fff;
    background-color: #ea5c04;
    border-color: #ea5c04;
    position: absolute;
    right:2.5%;
    top:19px;
    font-size: 50px;
    font-weight:300;
    width:65px;
    height:65px;
}

button.mfp-close.ekit-popup-close:hover {
       color: #fff;
    background-color: #ea5c04;
    border-color: #ea5c04;
    font-size: 50px;
    font-weight:300;
     width:65px;
    height:65px;
}
.ekit_modal-searchPanel .ekit-search-group .ekit_search-button:hover svg{
    width:22px;
    height:22px;

}

.mfp-container{
    top:-100px; 
}
@media(max-width:1365px)
{
    .mfp-wrap{
        top: 100px !important;
}
    .mfp-bg{
        top: 100px !important;
    }
    button.mfp-close.ekit-popup-close {
    width:60px;
    height:60px;
}

button.mfp-close.ekit-popup-close:hover {
     width:60px;
    height:60px;
}

}
@media(max-width:767px)
{
    .mfp-wrap{
        top: 80px !important;
}
    .mfp-bg{
        top: 80px !important;
    }
     button.mfp-close.ekit-popup-close {
    width:54px;
    height:54px;
}

button.mfp-close.ekit-popup-close:hover {
     width:54px;
    height:54px;
}

}
button.mfp-close.ekit-popup-close {
    display: none !important;
}
.mfp-bg{
    display:none;
}
.mfp-bg.search-active {
    display:block;
}
.mfp-wrap{
    display:none;
}
.mfp-wrap.search-active {
    display:block;
}
@media(max-width:830px)
{
    .mfp-content {
    padding: 0px 20px;
}
}
.mfp-container{
    top:-80px;
}
.mfp-bg.my-mfp-slide-bottom.ekit-promo-popup.ekit-popup-3544e65.mfp-ready {
    animation: none !important;
    border-radius: 0 !important;
    opacity: 1 !important;
}
.mfp-bg.ekit-promo-popup{
        animation: none !important;
    border-radius: 0 !important;
    opacity: 1 !important;

}
@media(max-width:767px)
{
    input.ekit_search-field {
        font-size: 25px !important;
        line-height: 34px !important;
        padding: 0 !important;
}
}
a.ekit_navsearch-button.ekit-modal-popup.search-active:before {
    content: "x"; /* Unicode for fa-xmark (times/close icon) */
    font-family: "Font Awesome 6 Free";
    font-weight: 300; /* Solid style */
    font-size: 21px;
}
a.ekit_navsearch-button.ekit-modal-popup.search-active svg{
    display:none !important;
}
a.ekit_navsearch-button.ekit-modal-popup.search-active{
color: #fff !important;
  background-color: #ea5c04;
  border-color: #ea5c04 !important;
}

@media(max-width:767px)
{
    a.ekit_navsearch-button.ekit-modal-popup.search-active:before {
    font-size: 17px;
}
}

/****************** search end ********************/


.news-slider__scrollbar .swiper-scrollbar-drag {
    background-color: #ea5c04 !important;
    top: -1px !important;
    height: 4px !important;
    border-radius: 100px !important;
}
.news-slider__scrollbar {
    bottom: -42px !important;
    height: 2px !important;
    background-color: #fff !important;
    border-radius: 100px !important;
} 
.news-slider__slide-cta:after {
    content: "\f061"; /* Correct way to reference Font Awesome icon */
    font-family: "Font Awesome 5 Free"; /* Correct font name */
    font-weight: 900; /* Needed for solid icons */
    color: rgb(118, 169, 212);
    font-size: 14px;
    line-height: 22px;
    margin-top:2px;
    transition: 0.3s ease-in-out;
    padding-left: 5px;
}
@media only screen and (min-width: 1025px) {
    .news-slider__slide:hover .news-slider__img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@media only screen and (min-width: 1025px) {
     .news-slider__slide:hover {
        -webkit-box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .5);
        box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .5);
    }
}
@media only screen and (min-width: 1025px) {
     .news-slider__slide:hover .news-slider__slide-cta {
        font-weight: 700;
    }
}
@media only screen and (min-width: 1025px) {
    .news-slider__slide:hover .news-slider__slide-cta::after {
        color: #ea5c04;
    }
}
@media(max-width:767px)
{
    .news-slider__scrollbar{
        bottom:-16px !important;
    }
}

@media only screen and (min-width: 970px) and (max-width: 1365.98px) {
    .established-info-section-inner-main {
        padding: 0 90px !important;
    }
}
@media only screen and (min-width: 1024px) {
    .news-slider__slide {
        width: 25.53vw !important;
    }
}



.elementor-location-header {
    position: fixed !important;
    top: 0 !important;
    z-index: 999;
    background: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100% !important;
}
.header--scrolled {
    -webkit-box-shadow: 0 20px 30px -20px rgba(0, 0, 0, .04);
    box-shadow: 0 20px 30px -20px rgba(0, 0, 0, .04);
}
.key-contacts-card .people-card-img {
    max-height:272px !important;
}
.key-contacts-card .people-card-img img{
    height: 350px !important;
}
@media(max-width:1024px)
{
    .key-contacts-card .people-card-img {
    max-height:210px !important;
}
.key-contacts-card .people-card-img img{
    height: 280px !important;
}
}
@media(max-width:767px)
{
    .key-contacts-card .people-card-img {
    max-height:70vw !important;
}
.key-contacts-card .people-card-img img{
    height: 70vw !important;
}
}
.footer-top .elementor-nav-menu--main .elementor-item.elementor-item-active{
    color: #4D4D4D !important;
    fill: #4D4D4D !important;
}
@media only screen and (min-width: 1024px) {
    .slider-section-inner::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: -100%;
        top: 0;
        background-color: #516d7e;
        z-index: 99;
    }
        .slider-section-inner-left::before {
        content: "" !important;
        position: absolute !important;
        height: 100% !important;
        width: 100% !important;
        top: -100% !important;
        left: 0 !important;
        background-color: #516d7e !important;
        z-index: 99 !important;
    }
}
.sub-menu-bottom.bottom-menu-active {
left: 0 ;
}
.sub-menu-bottom{
        -webkit-transition: left .6s ease-in-out !important;
        transition: left .6s ease-in-out !important;
        position: fixed;
        left: 100%;
        width: 100%;
        max-height: calc(100% - 250px);
        background-color: #516d7e;
        overflow-y: auto;
        margin: 0;
        display: block;
        z-index: 10;
}
.error-list li::marker {
    color: #76a9d4 !important;
    font-size: 12px;
    line-height: 25px;
}
.error-list li{
    padding-bottom:5px;
}
.policy-list li a:hover{
    text-decoration:unset !important;
}
 input[type="search"]:focus{
    outline:unset;
}


/*******************cookies start****************/



.cky-consent-bar {
  padding: 32px 70px 32px 79px !important;
  background-color: #516d7e !important;
  border:none !important;
}
@media(max-width:1024px)
{
  .cky-consent-bar{
    padding: 32px 25px !important;
  }
}
@media(max-width:767px)
{
  .cky-consent-bar{
    padding: 25px 20px !important;
  }
}
.cky-title {
  color: #fff !important;
  font-size: 16px !important;
  line-height: 25px !important;
  font-family: "Roboto",sans-serif !important;
  margin: unset !important;
}
.cky-notice-des p{
  color: #fff !important;
  font-size: 16px !important;
  line-height: 25px !important;
   font-family: "Roboto",sans-serif !important;
  font-weight: 400;
}

.cky-btn.cky-btn-reject {
  background-color: transparent !important;
  border-radius: 100px !important;
  border: 1px solid #fff !important;
  padding: 16px 25px !important;
  margin: 9px !important;
  font-size: 14px !important;
  line-height: 22px !important;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #fff !important;
}
.cky-btn.cky-btn-reject:hover{
  -webkit-box-shadow: 0 6px 42px 0 rgba(0,0,0,.6);
    box-shadow: 0 6px 42px 0 rgba(0,0,0,.6);
    background-color: #fff !important;
  color: #003e7e !important;
  font-weight: 700;
}

.cky-btn.cky-btn-accept {
  background-color: transparent !important;
  border-radius: 100px !important;
  border: 1px solid #fff !important;
  padding: 16px 25px !important;
  margin: 9px !important;
  font-size: 14px !important;
  line-height: 22px !important;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.cky-btn.cky-btn-accept:hover {
   -webkit-box-shadow: 0 6px 42px 0 rgba(0,0,0,.6);
    box-shadow: 0 6px 42px 0 rgba(0,0,0,.6);
    background-color: #fff !important;
  color: #003e7e !important;
  font-weight: 700;
}
.cky-btn.cky-btn-customize {
  font-size: 16px !important;
  line-height: 25px !important;
  color: #fff !important;
  -webkit-text-decoration: underline #fff !important;
  text-decoration: underline #fff !important;
  border: none !important;
  font-weight:400;
}
.cky-consent-bar .cky-banner-btn-close img{
  width:15px;
  height:15px;
}

button.cky-banner-btn-close {
  top:50% !important;
  right:25px !important;
}
@media(max-width:1024px)
{
    button.cky-banner-btn-close {
  top:10px !important;
  right:25px !important;
}
}
.cky-notice-btn-wrapper{
  padding:unset !important;
}

button.cky-btn.cky-btn-customize {
  order:3 !important;
}

button.cky-btn.cky-btn-reject {
   order:2 !important;
}

button.cky-btn.cky-btn-accept {
   order:1 !important;
}
@media (max-width: 768px) {
    .cky-notice-btn-wrapper .cky-btn {
      max-width:50% !important;
    }
   .cky-notice-btn-wrapper {
     justify-content:unset ;
   }
}
@media (max-width: 407px) {
    .cky-notice-btn-wrapper .cky-btn {
      max-width:100% !important;
    }
}
p.cky-title {
  padding:unset !important;
}
.cky-notice-des {
  padding:unset !important;
}
.cky-consent-container:before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  position: fixed;
  bottom: 0px;
  left:0;
  z-index: 1
}
.cky-consent-container .cky-consent-bar{
    position: relative;
    z-index: 2;
    box-shadow: none !important;
}
.pum-overlay{
  z-index: 9 !important;
}
.pum-container{
    width: 100%;
    max-width: 1135px;
    height: 62vh !important;
}
.pum-theme-604, .pum-theme-lightbox{background-color: unset !important;}
/* @media(max-width:767px)
{
    .pum-container{
        max-width: 95% !important;
    }
} */
/*******************cookies end****************/

/* @media(min-width:768px)
{
  .slick-dotted.slick-slider{
    margin-bottom: unset !important;
}
} */
    .slick-dots{
bottom: -65px !important;
}
 @media(max-width:1365px)
 {
   .slick-dots{
bottom: -45px !important;
}
 }

@media(max-width:767px)
{
    .slick-dots {
    bottom: -35px !important;
}
}
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    display:none;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){
    padding-right: 0px !important;
}
.home-hero-section video.elementor-background-video-hosted {
        width: 100%;
    height: auto;
}

@media(max-width:767px)
{
   .pum-container.pum-responsive{
    width: 94% !important;
}
}


form.ekit-search-group {
    pointer-events:fill !important;
}
.mfp-bg.ekit-promo-popup.search-active{
    pointer-events: none;
}

.mfp-wrap.search-active {
    pointer-events: none;
}

.cky-preference-wrapper {
  position: relative;
  z-index: 2;
}
div#popmake-612 {
        -webkit-box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .08) !important;
    box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .08) !important;
}


a.url-display {
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #516d7e;
    margin-bottom: 5px;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
a.url-display:hover{
        color: #ea5c04;
        text-decoration: underline;
}