body {
    font-family: 'Outfit', sans-serif !important;
}

h1,
h2,
h3,
h4,
a,
p,
.btn {
    font-family: 'Outfit', sans-serif !important;
}


/* Header Css */

nav.main_menu li.menu-item a span.avia-menu-text {
    color: black !important;
    font-weight: 500;
}

.av_minimal_header_shadow {
    box-shadow: none !important;
}



#header_main .av-logo-container span.logo a img.custom-logo {
    opacity: 1 !important;
    padding-top: 34px;
    width: 80%;
}

.main_menu .dropdown_ul_available .dropdown_available {
    height: 10px;
    width: 12px;
    display: inline-block;
    margin-left: 7px;
    background-image: url('/wp-content/themes/gemini/assets/svg/dropdown.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    position: absolute;
    top: 50%;
    margin-top: -4px;
        filter: invert(1);
}
.av_header_transparency .main_menu .dropdown_ul_available .dropdown_available {
    background-image: url('/wp-content/themes/gemini/assets/svg/dropdown-white.svg');
}

.menu-search-toggle > a span.avia-menu-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 0;              /* hides the "Search" text */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    background-color: #e8eef4;
    padding: 20px;
    border-radius: 100px;
}

li.menu-search-toggle  {
    margin-top: -6px;
    margin-right: -20px;
}

li.menu-search-toggle:hover span.avia-menu-fx {
    opacity: 0 !important;
}

.menu-contact-btn > a {
    padding: 8px 20px !important;
    background: #000;
    color: #fff !important;
    border-radius: 4px;
}

.mytheme-header-search {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    z-index: 10;
}

#top .main_menu .btn-blue .avia-menu-text {
    background-color: #4269b2;
    border-color: #4269b2;
    color: #fff !important;
    border-radius: 100px;
    font-weight: 400;
}



/* Hero Section */

.home-hero h1 {
    font-size: 58px;
    margin-bottom: 0.8em;
    font-weight: 600;
}

.home-hero .container {
    background-image: url(/wp-content/uploads/2026/08/gemini-banner-home-new.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 80px;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    background-position: center center;
    min-height: 640px;
    display: flex;
    align-items: center;
}

.home-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 60%;
}

main a.btn {
    text-decoration: none!important;
    padding: 14px 25px;
    border: 2px solid;
    border-radius: 100px;
    transition: all 0.3s ease-in;
    display: inline-block;
    line-height: 1;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 500;
}
main a.btn_blue {
    background-color: #4269b2;
    border-color: #4269b2;
    color: #fff;
}
main a.btn_blue:hover {
    background-color: transparent;
    color: #4269b2;
}
main a.btn_lightblue {
    background-color: #1b98e0;
    border-color: #1b98e0;
    color: #fff;
}
main a.btn_lightblue:hover {
    background-color: transparent;
    color: #1b98e0;
}
main a.btn_center {
    margin: 0 auto;
    display: table;
}

.btn_white {
    background-color: white;
    border-color: white;
    color: black;
    
}

main a.btn_white:hover {
    background-color: transparent;
    color: white;
}

.s__radius {
    border-radius: 50px;
}
.container_xl.s__radius {
    max-width: calc(100% - 70px) !important;
    margin-inline: 30px;
}


/* First Section */

.philosophy-section .txt_testim {
    font-size: 20px;
    padding-top: 60px;
    background-image: url(/wp-content/uploads/2026/07/quote-image.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding-bottom: 10px;
    color: black;
    font-weight: 500 !important;
    position: relative;
}

.philosophy-section .txt_testim:after {
    content: '';
    background-image: url(/wp-content/uploads/2026/08/homepage-quote-1.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 32px;
    height: 30px;
    right: 0;
    background-size: 30px auto;
    bottom: -30px;
}

.philosophy-section .testimonial-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 60px;
}

.testi-authod p, .testi-authod h3 {
    margin: 0;
    font-weight: 500;
}

.philosophy-section h3.name {
    font-weight: 500;
    font-size: 22px;
    color: #4269B2;
}


/* Second section */

.values-section .container {
    background-color: #e8eef4;
    padding: 60px 80px;
}

.h-v-sec .container{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.plain_bg .container {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 80px;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

.top-titles p {
    color: #4269b2;
    max-width: 80%;
    margin: 0px auto 60px;
}

.big-icon-box {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.big-icon-box .icon-box {
    background: center no-repeat;
    background-size: contain;
    height: 70px;
    width: 70px;
}

.values-section .boxes .box h3 {
    font-size: 20px;
    color: #2b2b2b;
    /* margin: 40px 0 20px; */
    margin: 0 0 0;
  transition: margin-bottom 0.4s ease;
}

.values-section .boxes .box {
    padding: 40px 35px;
    border: solid 2px white;
    border-radius: 60px;
    display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 320px;
  background-color: transparent;
  transition: background-color 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.values-section .boxes .box .big-icon-box {
  margin-bottom: auto;   /* <-- this is the key: pushes h3+p as a group to the bottom, icon stays put at top */
}

.values-section .boxes .box p {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease 0.1s, margin-top 0.5s ease;
}

.values-section .boxes .box:hover h3 {
  margin-bottom: 15px;
  margin-top: 30px;
}

.values-section .boxes .box:hover {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.values-section .boxes .box:hover p {
  max-height: 320px;   /* generous cap — must exceed your longest paragraph's real height */
  opacity: 1;
  margin-top: 0;
}



/* Third Section */

.criteria-section p.subtitle {
    color: #4269b2;
}

.flex-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

main .icon {
    height: 40px;
    width: 40px;
    background: center no-repeat;
    background-size: contain;
}

.criteria-section .box h3 {
    font-size: 22px;
    margin: 16px 0 20px;
}

.criteria-section .box {
    padding: 0 0 30px;
    margin: 0;
}

.criteria-section .titles{
   padding-bottom: 60px;
}


/* Contact section Lase */

.contact-section-home .container {
    background-color: #112c42;
    padding: 60px 80px;
    border-radius: 40px;
}

.contact-section-home .container .contact-sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.contact-section-home .container .contact-sec h2 {
    margin: 0;
    font-weight: 300;
}

.contact-section-home .container .contact-sec a.btn {
    margin: 0;
}


/* About Us Page */

.sub-pages-hero h1 {
    font-size: 58px;
    margin-bottom: 0.4em;
    font-weight: 600;
}

.sub-pages-hero .container {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 80px;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    background-position: center center;
    min-height: 640px;
    display: flex;
    align-items: center;
}

.hero__center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-margin{
  margin: 30px !important;
}

.sub-pages-hero .hero_txt {
    width: 48%;
}

.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
    clear: both;
}

.bg_lightblue {
    background-color: #4269b2;
}

.numbers-section .container {
    padding: 60px 80px;
}

.numbers-boxs h3 {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.numbers-boxs h3 .n_title {
    min-height: 2.6em;
    font-weight: 300;
}

.people-section .container {
    padding: 60px 80px;
}


.people-section .people-boxs {
    gap: 40px;
}

.people-section .people-boxs .box-3 {
    flex: 0 0 calc((100% - 82px) / 3);
    margin: 20px 0;
    /* border: solid 2px transparent; */
    transition: 
        background-color 0.4s ease,
        border-radius 0.4s ease,
        padding 0.4s ease,
        min-height 0.4s ease;
}

.people-section .people-boxs .box-3 .about-box .img-details {
    display: flex;
    align-items: center;
    gap: 10px;
}

.people-section .people-boxs .box-3 .about-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.people-detail h3, .people-detail p {
    margin: 0;
}

.people-detail h3{
    font-weight: 400;
    font-size: 22px;
}

.people-section .container {
    background-color: #112c42;
}

.people-section .people-boxs .box-3 .about-box a {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.people-section .people-boxs .box-3 .people-description {
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, max-height 0.4s ease, visibility 0.4s ease;
}

.people-section .people-boxs .box-3:hover{
    background-color: #ffffff !important;
    color: black;
    /* border-color: #e8eef4; */
    border-radius: 50px;
    padding: 30px;
}

.people-section .people-boxs .box-3:hover .about-box a{
    opacity: 1;
}

.people-section .people-boxs .box-3:hover .people-description{
    opacity: 1;
    max-height: 500px;
    visibility: visible;
}

.people-section .people-boxs .box-3:hover h3, .people-section .people-boxs .box-3:hover p{
    color: black !important;
}

/* .page-about .numbers-section, .page-about .criteria-section {
    padding-bottom: 40px;
} */


.industries-boxs .i-box {
    border-radius: 4px;
    overflow: hidden;
    transition: box-shadow 0.4s ease-in-out;
    background-color: #e8eef4;
    padding: 40px 20px;
    border-radius: 50px;
}

.industries-boxs .i-box:hover{
    background-color: #4269b2;
}

.industries-boxs .i-box>a {
    display: block;
    /* padding: 53px 0 30px;
    margin-top: -53px; */
    transition: background-color 0.4s ease-in-out;
}

.industries-boxs .i-box .big-icon-box {
    position: relative;
    margin: 0 auto;
    transition: all 0.4s ease-in-out;
}

.industries-boxs .i-link {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.industries-boxs .big-icon-box .icon-box {
    background: center no-repeat;
    background-size: 34px;
    height: 70px;
    width: 70px;
    background-color: #4269b2;
    border-radius: 100px;
}

.industries-boxs .i-box:hover .big-icon-box .icon-box{
    background-color: #fff;
}

.industries-boxs .i-box:hover h3, .industries-boxs .i-box:hover span{
   color: #fff;
}

.industries-boxs h3 {
    font-size: 22px;
    color: #2b2b2b;
    min-height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0 60px;
}

.news .carousel-cell {
    border: solid 2px #e8eef4;
    border-radius: 50px;
}

.header-blog .rp_header {
    padding: 30px 30px 70px;
    border-top: solid 2px #e8eef4;
    position: relative;
    transition: all 0.3s ease-in-out;
    min-height: 220px;
}

.header-blog .rp_header .i-link {
    font-weight: 500;
    color: black;
}

.header-blog .rp_header .i-link {
    position: absolute;
    bottom: 40px;
}

.i__arrow.blue-a:before {
    content: '';
    background-image: url('/wp-content/uploads/2026/07/arrow-blue.png');
    position: absolute;
    width: 20px;
    height: 14px;
    background-repeat: no-repeat;
    right: 0;
    top: 12px;
    background-size: 14px;
}

.industries-boxs .box:hover .i__arrow.blue-a:before {
    filter: brightness(0) invert(1);
}



/* Strategy Page */

.strategy-section {
    padding-top: 0px !important;
}

/* ul.startegy-list .big-icon-box {
    flex: 1 0 auto;
    margin-right: 30px;
} */

ul.startegy-list li {
    flex-direction: row;
    align-items: center;
    margin-block: 35px;
    gap: 30px;
}

.bg_bluegray {
    background-color: #5f7590 !important;
}

.values-section-strategy .container {
    padding: 60px 80px;
}

.no-padding{
    padding: 0 !important;
}


/* Industries sub pages */

.industries-sub-pages .hero_txt {
    display: flex;
    align-items: center;
    gap: 20px;
}

.industries-sub-pages .hero_txt .title-subtitle p.subtitle {
    color: #4269b2;
}

.industries-sub-pages .hero_txt .i-box .icon-box {
    background-color: #4269b2;
    border-radius: 100px;
    padding: 44px;
    background-size: 40px;
}

.leadership-section .container {
    background-color: #e8eef4;
    padding: 80px 80px;
}

.leadership-section h3.name {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
    color: #4269b2;
}

.leadership-section p {
    margin: 0;
    font-weight: 500;
}

.companies-section .container {
    border: solid 2px #e8eef4;
    padding: 20px 80px;
}

.companies-section .companies .c-logo {
    width: 280px;
    height: 150px;
    padding: 45px 40px;
    position: relative;
}

.companies-section .companies h3 {
    font-size: 22px;
    color: #4269b2;
    font-weight: 500;
}

.companies-section .companies p {
    font-weight: 500;
}

.companies-section .companies a {
    position: relative;
}

.companies-section .companies a span.i__arrow.blue-a:before {
    top: 9px;
}

.companies-section .companies a span{
    color: black;
    font-weight: 600;
}

.leadership-section .txt_testim {
    margin: 50px 0 0;
    font-weight: 500;
}


/* Archive Page (News) */

.page-archive .sub-pages-hero .hero_txt {
    width: 44%;
}


.container_wrap {
    clear: both;
    position: relative;
    /* z-index: 1; */
    border: none !important;
}

.blog_body .blog_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.blog_container>article {
    width: calc(33.33% - 30px);
    margin: 15px;
    transition: all 0.3s ease-in;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    border: solid 2px #e8eef4;
    border-radius: 50px;
}

.archive .container_wrap main.content {
    padding: 0;
}


/* Single Post Page (News) */

.single-post article.post-entry .entry-content img {
    border-radius: 50px;
}

.template-single-blog h1.post-title.entry-title {
    font-size: 40px;
    color: #112c42;
    font-weight: 700;
    margin: 0 0 0.8em;
}

#gmain .av-social-sharing-box {
    position: absolute;
    left: -100px;
    top: 0;
    margin: 0;
    width: auto;
    background-color: #e8eef4;
    border-radius: 30px;
}

#sidebar h3.widgettitle {
    font-size: 22px;
    color: #112c42;
    font-weight: 700;
    margin-bottom: 1em;
}

#sidebar #searchform #s {
    background-color: #e8eef4;
    border-radius: 100px;
    border: none;
    padding: 13px 26px 13px 26px;
    line-height: 1;
    box-shadow: none!important;
    color: #112c42;
}
#sidebar #searchform #s::placeholder {
    opacity: 1;
    color: #112c42;
    font-weight: 600;
}

#sidebar #searchform #searchsubmit {
    /* width: 48.5px; */
    background-image: url(/wp-content/themes/gemini/assets/svg/search.svg);
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 54%;
    right: 12px;
    font-size: 0;
    height: 100%;
}

#gmain .entry-content h2 {
    color: #4269b2;
    font-weight: 700;
    margin-bottom: 30px;
}
#gmain .entry-content h3 {
    color: #000;
    font-weight: 500;
}

.main_color strong a{
     color: #4269b2 !important;
}

.template-single-blog .related__posts .link_full {
    width: calc(100%/3 - 30px);
    margin: 15px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    border: solid 2px #e8eef4;
    border-radius: 50px;
}
.template-single-blog .related__posts .link_full h3 {
    font-size: 20px;
    margin-bottom: 0;
}

#gmain .post-meta-infos time.minor-meta {
    font-size: 20px;
    color: #4269b2;
}

.border__top {
    border-top: solid 1px #e8eef4 !important;
}

.border__bottom {
    border-bottom: solid 1px #e8eef4;
}


/* Career page */

.page-career .sub-pages-hero .hero_txt {
    width: 46%;
}

.page-career a.btn_white {
    margin-top: 40px;
}

.page-career .first-section .titles-sec p.subtitle {
    color: #4269b2;
}

.page-career .first-section .second-col img {
    max-width: 70%;
}

.page-career .first-section .second-col {
    margin: 0 auto;
    text-align: center;
}

.page-career .first-section .titles-sec {
    margin-bottom: 60px;
}

.page-career .first-section .first-col ul li{
    position: relative;
    margin-bottom: 30px;
    margin-left: 40px;
}

.page-career .first-section .first-col ul li strong{
    color: black;
}

.page-career .first-section .first-col ul li:before {
    content: "";
    background-image: url(/wp-content/uploads/2026/08/check-icon.jpg);
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 30px;
    left: -46px;
    top: 6px;
}

.people-section-career .people-wrapper .box {
    border: solid 2px #e8eef4;
    border-radius: 50px;
    padding: 40px;
    min-height: 430px
}

.people-section-career .people-wrapper {
    margin-top: 30px;
}

.person-details .position {
    margin: 0;
}

.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 30px;
	display: none;
}

.people-swiper .first-div .first-sub-div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.people-description ul li {
    list-style: disc;
}

.page-career .first-section {
    padding: 0;
}

.people-swiper .first-div {
    justify-content: space-between;
	    align-items: center;
	    margin-bottom: 30px;
        gap: 10px;
}

.people-swiper .swiper-pagination {
    position: static;
    margin-top: 30px;
}

.values-section .boxes.career-boxes .box:hover p {
    max-height: 500px;
    opacity: 1;
    margin-top: 0;
}


/* Page Contact Us */

.form-section .flex-sec {
    align-items: flex-start;
    width: 100%;
    gap: 20px;
}

.titles, .x-form {
    flex: 1;
    width: 100%;
}

.page-contact .form-section .subtitle {
    margin-top: 0;
    color: #4269b2;
}


/* Page Terms */

.page-terms .container {
    min-height: 300px !important;
}

.page-terms article h2 {
    font-size: 28px;
    color: #4269b2;
}
.page-terms h3 {
    font-size: 22px;
    color: #000;
}

.page-terms .last-rev {
    font-weight: 600;
    color: #4269b2;
}

.page-terms .hero-section {
    min-height: unset;
}
.page-terms .hero-section h1 {
    margin: 0;
}
.page-terms .e-content {
    padding-block: 50px;
}
.page-terms .entry-content {
    font-size: 18px;
    color: #000;
}
.page-terms .entry-content strong {
    color: #000;
}
.page-terms p.last-rev {
    margin-bottom: 50px;
}
.page-terms .entry-content>ol {
    margin-block: 50px;
    padding-inline-start: 0;
    line-height: 1.4;
}
.page-terms .entry-content>ol>li>strong, .page-id-472 .entry-content>ol>li::marker {
    font-size: 28px;
    color: #4269b2;
    font-weight: 400 !important;
}
.page-terms .entry-content>ol>li>ol {
    list-style: lower-latin;
    margin: 20px 0 20px -26px;
}
.page-terms .entry-content>ol>li>ol>li>strong, .page-id-472 .entry-content>ol>li>ol>li::marker {
    font-size: 22px;
    font-weight: bold;
}
.page-terms .entry-content>ol>li>ol>li>p {
    margin-left: -22px;
}
.page-terms .entry-content>ol>li>ol>li>ol {
    margin: 20px 0 20px -15px;
    list-style: upper-roman;
}

.page-terms p.subtite {
    margin-top: -1em;
}
.page-terms h3.h_personal {
    font-size: 24px;
    font-weight: 500;
    color: #222a68;
    margin-bottom: 1em;
}
.page-terms h2.contact_us {
    font-size: 40px;
    color: #222a68;
    margin-bottom: 0.7em;
    font-family: 'Playfair Display',serif;
}
table#personal {
    margin-block: 50px;
}
table#personal th {
    font-size: 20px;
    background-color: #222a68;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    padding: 20px 30px;
    border-color: #222a68;
}
table#personal td {
    padding: 30px;
    font-size: 16px;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}
table#personal tr th:not(:last-of-type), table#personal tr td:not(:last-of-type) {
    border-right-color: #fff;
}
table#personal th.col-4 {
    width: calc(100%/3);
}
table#personal li {
    line-height: 1.3;
    margin-block: 0.85em;
    padding: 0;
}
table#personal tr:not(:last-of-type) td {
    border-bottom: 1px solid #fff;
}
table#personal tr td.bb__not {
    border-bottom-color: transparent;
}











/* Footer columns */

#footer .footer-col h3.widgettitle {
    font-size: 18px;
    color: #112c42;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.footer-col #media_image-2 a img {
    width: 64%;
}

.cntct-details-footer {
    text-align: right;
}

#footer .footer-col:nth-child(4) h3.widgettitle {
    text-align: right;
}

.footer-col ul.menu li a {
    color: #112c42;
    font-size: 16px;
}

.cntct-details-footer a {
    color: #4269b2;
    font-size: 16px;
    font-weight: 600;
}

.footer-col ul.menu li a:hover{
    color: #4269b2;
}

.copyright-sec span.avia-menu-text:hover{
   color: #4269b2;
}

#socket .copyright {
    margin-right: 15px;
    color: #112c42;
    font-size: 16px;
}

.copyright-sec span.avia-menu-text {
    color: #112c42;
    font-size: 16px;
}

#socket {
    font-size: 16px;
    padding-block: 0 30px;
    line-height: 1.3;
}

#socket .sub_menu_socket li {
    border: none;
}

.copyright-sec .container {
    padding: 0;
}

.footer-social-icons {
    display: flex;
    gap: 10px;
}
.footer-social-icons .social-icon-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4269b2;
    color: #fff;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}
/* .footer-social-icons .social-icon-btn:hover {
    background-color: #35558f;
} */

#footer .footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    padding: 60px 0;
}

#footer .footer-col-brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#footer .footer-col-brand img {
    max-width: 220px;
}

#footer .footer-col h4 {
    font-weight: 600;
    margin: 0 0 20px;
}

#footer .footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#footer .footer-menu a {
    text-decoration: none;
    color: inherit;
}

#footer .footer-menu .current-menu-item > a {
    color: #4269b2;
}

#footer .footer-col-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#footer .footer-col-contact a {
    color: #4269b2;
    text-decoration: none;
}

@media (max-width: 768px) {
    #footer .footer-columns {
        grid-template-columns: 1fr;
    }

    #footer .footer-col:nth-child(4) h3.widgettitle {
    text-align: left;
}
.cntct-details-footer {
    text-align: left;
}

#footer .footer-columns {
    gap: 20px;
    padding: 60px 0 0;
}

#footer .footer-col h3.widgettitle {
    font-size: 22px;
}

.footer-col ul.menu li a, .cntct-details-footer a {
    font-size: 20px;
}

.copyright-sec span.copyright, .sub_menu_socket {
    font-size: 20px !important;
}

}

@media (max-width: 1500px) {
.container {
    padding: 0px 80px;
}
}


@media (max-width: 989px) {
      header#header {
    position: relative !important;
}
#header_main .av-logo-container span.logo a img.custom-logo {
    opacity: 1 !important;
    padding-top: unset;
    width: auto;
}
.home .av-hamburger {
    filter: invert(1);
}
.flex-sec {
    flex-wrap: wrap;
}
.people-section .people-boxs .box-3 {
    flex: 0 0 calc((100% - 60px) / 2);
}

.numbers-boxs .box {
        width: calc(50% - 30px);
    }

    .blog_container>article {
    width: calc(50% - 30px);
}

.people-swiper .swiper-pagination {
    position: absolute;
}

.people-section .people-boxs .box-3 .about-box {
    display: flex;
    flex-wrap: wrap;
}

}


@media (max-width: 768px) {
    .home-hero .container {
    padding: 40px !important;
}
.home-hero .hero-content {
    max-width: 100%;
}
.flex-sec {
    gap: 40px;
}

.sub-pages-hero .container {
    padding: 40px !important;
}

.sub-pages-hero .hero_txt {
    width: 100%;
}

.contact-section-home .container {
    padding: 60px 40px !important;
}

.plain_bg .container {
    padding: 60px 40px !important;
}

.top-titles p {
    max-width: 100%;
}

.numbers-section .container {
    padding: 60px 40px !important;
}

.numbers-boxs {
    gap: 40px !important;
}

.numbers-boxs .box {
        width: calc(100% - 30px);
    }

    .container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px 40px;
    clear: both;
}

.criteria-section {
    padding: 0;
}

.industries-section .container {
    padding: 0 !important;
}

.strategy-section .container {
    padding: 0 40px !important;
}

.philosophy-section .container {
    padding: 40px 40px 0 !important;
}

.companies-section .container {
    padding: 20px 40px !important;
}

.page-archive .sub-pages-hero .hero_txt {
    width: 100%;
}

.page-career .sub-pages-hero .hero_txt {
    width: 100%;
}

.page-career .first-section .second-col img {
    max-width: 100%;
}

.h-v-sec {
    padding: 0;
}

.form-section .flex-sec {
    gap: 40px;
    flex-direction: column;
}

.form-section {
    padding: 0;
}

.form-section .container {
    padding: 0 40px !important;
}

	.values-boxs {
    gap: 20px;
}

}


@media (max-width: 550px) {
.values-section .boxes .box:hover p {
    max-height: 460px;
}
.people-section .people-boxs .box-3 {
    flex: 0 0 100%;
}
.strategy-section {
    padding-bottom: 0;
}
.industries-sub-pages .hero_txt {
    gap: 0px;
}
}