/*
Theme Name: HeyMarket Child
Theme URI: #
Author: #
Author URI: #
Description: HeyMarket is very flexible and well suited free blogging WordPress theme for personal, food, 
travel, fashion, corporate, or any other amazing blog. HeyMarket is fully responsive and mobile friendly.
Template: hmg
Version: 1.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hmg
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
 
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@300;400;500;600;700&family=Gothic+A1:wght@100;300;400;500;600;700&display=swap');

:root {
    --primaryFont: 'Epilogue', sans-serif;
    --WhiteColor: #ffffff;
    --navhoverColor: #E50027;
    --outteamBgColor: #ECE8F9;
    --globalPresenceHeadingColor: #161677;
    --globalnewsContentColor: #261655;
    --ourpeoplecardBg: #0516AA;
    --dropdownBg: #f2f2f2;
    --borderColor: #ccc;
    --bodyBg: #C1AEFF;
}

html {
    overflow-x: hidden;
}

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
  
}
p,strong,h1,h3,span{
    font-family: var(--primaryFont);
}
.brand-filters select, .locations-filters select{
	color: #ed002e !important;
    border-color:  #ed002e !important;
}
#brands-container h4{
	font-weight: 500;
}
/* custom container */
h2.page-title{
    margin-bottom: 0px !important;
}
.address-loop .google-map{
    text-decoration: none !important;
}
#menu-primary-menu .current-menu-item a{
    color: #ed1b24 !important;
}
.custom-container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

/* custom container */

/* Header section css starts here */
#header .nav-wapper {
    margin: 0 auto;
    width: 94.5%;
    margin-top: 3%;
    padding: 0;
}

#header.header-fixed {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background-image: none;
    height: auto;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.06);

}

#header .nav-wapper.hieght {
   margin-top: 0;
    padding: 1.5% 0;
}

#header {
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 87.91%);
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 514px;
}

#header .logo img {
    margin: -6px 0 0 2px;
    max-width: 70%;
}

#header #myVideo {
    max-width: 100%;
    width: 100%;
}

#header .main-menu #menu-primary-menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0; 
}

#header .main-menu #menu-primary-menu.margin {
    margin: 0px 0 0 0;
}
.nav-wapper.hieght .logo img{
    margin: -6px 0 0 14px !important;
    max-width: 78% !important;
}

/*#header .main-menu #menu-primary-menu li:first-child{
    padding-left: 30px;
}*/

#header .main-menu #menu-primary-menu li {
    list-style: none;
    padding: 0 25px;
}

#header .flex-v-center{
    display: flex;
    align-items: center;
}

#header .main-menu #menu-primary-menu li a {
    font-family: var(--primaryFont);
    font-size: 21px;
    font-style: normal;
    position: relative;
    color: var(--WhiteColor);
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    white-space: nowrap;
}

#header .main-menu #menu-primary-menu li a:before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: red;
    height: 1px;
    display: none;
}

#header .main-menu #menu-primary-menu li a:hover {
    color: var(--navhoverColor);
    text-decoration: none;
    font-weight: 500;
}

#header .main-menu #menu-primary-menu li a:hover:before {
    text-decoration: none;
    display: block;
}

#header .country-dropdown {
    text-align: center;
    display: flex;
    justify-content: flex-end;
	position: relative;
}

#header .country-dropdown button:hover.button-margin {
    background-color: var(--outteamBgColor);
}

#header .country-dropdown button:active.button-margin {
    background-color: var(--outteamBgColor);
}

.header-fixed .country-dropdown {
   margin-top: 7px
}

.header-fixed .header-right .country-dropdown button {
    background-color: #fff;
    color: #000;
}

#myVideo {
    max-width: 100%;
    width: 100%;
}

.col-xl-4.col-sm-12:nth-child(1) {
    padding-left: 0;
}

.col-xl-4.col-sm-12:nth-child(3) {
    padding-right: 0;
}

#header .main-menu #menu-primary-menu.margin a {
    color: #000;
}
.flex-left-image{
	display: flex;
    flex-direction: row-reverse;
}
.center_align{
	display: flex;
    justify-content: center;
}
#header .country-dropdown button.button-margin {
    border-radius: 3.667px;
    border: 1.222px solid rgba(5, 22, 170, 0.12);
    background: var(--outteamBgColor);
    color: #261655;
    box-shadow: 0px 4.88889px 53.77778px 0px rgba(0, 0, 0, 0.05);
    font-size: 20px;
    border: 1px solid #261655;
}

.country-dropdown button.button-margin:focus {
    background: #ECE8F9;
    border: 1px solid #261655;
    width: 208px;
    height: 45px;
}

.header-fixed .country-dropdown button.button-margin:focus {
    background: #ECE8F9;
    border: 1px solid #261655;
    color: #000;
}

.header-fixed .show>.btn-primary.dropdown-toggle:focus,
.header-fixed .header-right .country-dropdown button:hover {
    background: none;
    border: 1px solid #000;
}

/* Header Section css ends here */

/* Our People card */

#our_team .our_team_section {
    padding: 50px 0 60px 0;
}

#our_team .our_people_card .our_people_picture {
    position: relative;
}

#our_team .our_people_card .our_people_content {
    position: absolute;
}

#our_team .our_people_content .our_people_heading h1 {
    color: var(--WhiteColor);
    font-family: var(--primaryFont);
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#our_team .our_people_content .our_people_heading p {
    color: var(--WhiteColor);
    font-family: var(--primaryFont);
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    padding: 21px 0 0 0;
}

#our_team .our_people_card .our_people_picture .our_people_overlay {
    background: var(--ourpeoplecardBg);
    border-radius: 4px;
}

#our_team .our_people_card .our_people_picture .our_people_overlay img {
    max-width: 100%;
    width: 100%;
    height: 70vh;
    object-fit: cover;
    border-radius: 5px;
    opacity: 0.38;
    background: var(--ourpeoplecardBg);
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.10);
}

.our_people_card .hover-img .symbol-image {
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    height: 0;
    width: 0;
}

.our_people_card:hover .hover-img .symbol-image {
    text-align: center;
    opacity: 1;
    visibility: visible;
    height: auto;
    width: auto;
}

.our_people_card {
    height: 100%;
    text-align: center;
}

.col-4:nth-child(1) {
    padding-left: 0;
}

.col-4:nth-child(3) {
    padding-right: 0;
}

.col-xl-5.col-sm-12.col-md-6 {
    padding: 0;
}

.pull-right-area {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.careers .wc_tabs .tab-content{
    font-size: 18px !important;
}
#impact_subbanner {
    background-image: url(../assets/HayMarket_Imapct_subBanner.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 13.5% 0;
    position: relative;
}

#impact_subbanner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
}

#impact_subbanner .subBanner .subBanner_overlay {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#impact_subbanner .subBanner .subBanner_content {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#impact_subbanner .subBanner .subBanner_content_details {
    padding: 37px 0 0 0;
    position: relative;
}

#impact_subbanner .subBanner .subBanner_content_details::before {
    content: '';
    border: 1px solid #bcbcbc87;
    position: absolute;
    width: 35%;
    opacity: 0.78;
    top: 5%;
    left: 32%;
}

#impact_subbanner .subBanner_content_details h1 {
    font-family: var(--primaryFont);
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    margin: 20px 0;
}

#impact_subbanner .subBanner_content_details p {
    font-family: var(--primaryFont);
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 100;
    line-height: 38px;
    text-align: center;
}

.header-fixed .dropdown-item {
    background: #fff !important;
    color: #000 !important;
}

.header-fixed .dropdown-item:hover {
    background: #e1dfdf !important;
}
.header-right .country-dropdown button.rotate::after{
	rotate: 180deg;
	margin-top: -5px;
}
.header-fixed .country-dropdown .dropdown-menu {
    background: #fff !important;
}
/*.dropdown-menu{
	left: 23%;
}*/
/* Our People card */

/* Our Global presence */

#our_glabal_presence {
    padding: 65px 0 0 0;
}

.global_presence_heading {
    margin: 0 0 0 17px;
}

#our_glabal_presence .global_presence_heading h1 {
    font-family: var(--primaryFont);
    color: var(--globalPresenceHeadingColor);
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#our_glabal_presence .gloabl_presence_map_picture {
    text-align: center;
    padding-top: 46.5px;
}
.map_picture{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 90%;
    margin-top: 3%;
}
.icon-div-outer{
	display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 85%;
    margin-top: 3%;
}
#our_glabal_presence .gloabl_presence_map_picture img {
    max-width: 85%;
    width: 100%;
}

/* Global News Section css */

#global_news .global_news_heading {
    padding: 18px 0 0 0;
}

#global_news .global_news_heading h1 {
    font-family: var(--primaryFont);
    color: var(--globalPresenceHeadingColor);
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#global_news .global_news_picture img {
    max-width: 100%;
    width: 94%;
    object-fit: cover;
    border-radius: 4px;
    max-height: 289px;
}

#global_news .blogs-picture img{
    max-height: 100%;
    width: 100%;
}


#global_news .global_news_details {
    margin: 35px 0 25px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#global_news .gloabl_news_content_top {
    padding-bottom: 26px;
    display: flex;
    justify-content: flex-start;
}

#global_news .gloabl_news_content_top .global_news_country,
.global_news_date {
    border-radius: 4px;
    padding: 13px 24px;
    background: #dbd5f2;
    margin-right: 12.34px;
    color: #161677;
    font-family: var(--primaryFont);
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

#global_news .gloabl_news_content_top .global_news_country a span,
.global_news_date span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#global_news .gloabl_news_content_top .global_news_country a,
.global_news_date a {
    color: #161677;
}

#global_news .global_news_country a:hover,
.global_news_date a:hover {
    text-decoration: none;
    color: #161677;
}

#global_news .global_news_content_bottom a:hover {
    text-decoration: none;
}

#global_news .global_news_content_bottom p {
    font-family: var(--primaryFont);
    color: var(--globalnewsContentColor);
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
}

#global_news .global_news_posts {
    margin: 40px 0 48px 0;
}

#global_news .global_news_posts:nth-child(3) {
    margin: 48px 0 80px 0;
}

#global_news .global_news_posts .row .col-5 {
    padding-left: 0;
}

#global_news .global_news_posts .row {
    align-items: center;
}

.global-presence-country-cards {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 90%;
}

#our_glabal_presence .global-presence-country-cards .row {
    align-items: center;
    justify-content: center;
    gap: 18px;
}

#our_glabal_presence .country-cards {
    width: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 2px 2px;
    background: rgba(54, 123, 227, 0.10);
    position: relative;
    padding: 15px 0;
    border-top: 8px solid red;
}

#our_glabal_presence .country-cards a {
    padding: 5px 0 0 0;
}
#our_glabal_presence a:hover{text-decoration:none;}
#our_glabal_presence a.country-cards span {
    color: #000;
    font-family: var(--primaryFont);
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

/* .global_presence_section {
    margin: 45px 90px 45px 125px;
} */

#our_glabal_presence .country-cards a:hover {
    text-decoration: none;
}

.global-presence-country-cards .card-content {
    display: flex;
    gap: 21px;
}

/* Global News Section css */

/* Resposnsive design css */

.mobile {
    display: none;
}

.close {
    display: none;
}

#dropdownMenuButton1 img {
    margin: 5px 10px;
}

.mobile {
    border: 1px solid #636366;
    border-radius: 4px;
}

.header-right .country-dropdown button {
    background-color: #000;
    border: 1px solid #636366;
    width: 204px;
    height: 43px;
    display: flex;
    margin-top: 8px;
    align-items: center;
}

.sticky-header .header-right .country-dropdown button:active, .sticky-header .header-right .country-dropdown button:focus{
background-color: var(--outteamBgColor) !important;
    color: #000 !important;

}
.newHome #header  .country-dropdown button:focus {
    background-color: #000 !important;
    color: #fff!important;
}

.sticky-header button:focus, .newHome .sticky-header .country-dropdown button:focus {
    background-color: transparent !important;
    color: #000!important;
}
.bulid-box.orange-box {
	background: #a30021 !important;
}
 
 .mob-menu-header-holder.mobmenu{
	display: flex;
    align-items: center;
	justify-content: space-between;
}

.mob-menu-header-holder.mobmenu .btn-primary {
    background-color: transparent !important;
    border: 1px solid #261656 !important;
    padding: 2px 7px !important;
	color:  #261656 !important;
	display: flex;
    align-items: center;
}

.mob-menu-header-holder.mobmenu .country-dropdown{
	margin-top: 0 !important;
}

.build-career-main .col-md-4:last-child{display:none;}
.build-career-main .orange-box{box-shadow: 0px 0px 14px 0px #83001a; min-height: 100%;}
.header-right .country-dropdown button:active, .header-right .country-dropdown button:focus{
    background-color: #000 !important;
    border: 1px solid #636366 !important;
    box-shadow: 0 0 0 0 #000 !important;
}
.benefits{margin-top: 2%}
.header-right .country-dropdown button::after {
    margin-left: auto;
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
	transform: rotate(360deg);
    margin-top: 5px;
}



.header-right .country-dropdown button:hover {
    background-color: #000;
    border: 1px solid #636366;
}

.header-right .country-dropdown button:focus {
    background-color: #000;
    border: 1px solid #636366;
}

#header.header-fixed .button-margin span {
    color: #000;
}

.country-dropdown button img {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 6px;
}

.country-dropdown button:active,
.country-dropdown button:focus {
    box-shadow: none;
    background-color: #000;
}

.show>.btn-primary.dropdown-toggle {
    background-color: #000;
    border: 1px solid #fff;
}

.show>.btn-primary.dropdown-toggle:focus {
    background-color: #000;
    border: 1px solid #fff;
}

.country-dropdown .dropdown-menu {
    background-color: #000;
}

.country-dropdown .dropdown-item {
    width: 185px;
    color: #fff;
    padding: 13px 7px;
    font-family: var(--primaryFont);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #000;
}

.header-fixed .header-right .country-dropdown button:focus {
    background: none;
}

#header .dropdown-item img {
    padding: 0 3px 0 8px;
}

#header .dropdown-item:hover {
    background-color: #1a1b21;
    color: #fff;
}

.show>.btn-primary.dropdown-toggle {
    background-color: #000;
    border: 1px solid #636366;
    box-shadow: none !important;
    font-weight: 500;
}

#header .country-dropdown button.button-margin {
    margin: 4px 0 0 10px;
}

.global_news_content_bottom {
    max-width: 84%;
    width: 100%;
}

/* Responsive design css */

/* Footer section css */

footer {
    background-color: #261655;
    background-image: url(assets/footr-vector-image.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#footer .footer-left-logo-text span {
    font-family: var(--primaryFont);
    color: #ECE8F9;
    font-size: 24px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}

#footer .footer-right-social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;

}
#global_news .global_news_posts:last-child{
    margin-bottom: 0%;
}
#global_news {
	margin: 45px 0 0px 0;
}
#global_news .blogs-picture img {
    max-height: 100%;
    width: 100%;
}
#global_news .blogs-picture {
	height: 25rem;
}
.readmore a:hover {
    color: white;
    background-color: #FE0031 !important;
}
.global_news_details .custome-text span {
    color: var(--Black, #000);
    font-family: Epilogue;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
    padding-bottom: 10px;
}
.mb32{
    margin-bottom: 32px; 
}

.copyright-text {
    font-size:21px;
    text-wrap:nowrap;
}
.footer-right-logo-bottom a{
	color:#fff;
	text-wrap: nowrap;
}
.footer-right-logo-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    
    padding: 15px 0 0 0;
}

.footer-vector-Bg-image {
    opacity: 0.7;
    filter: grayscale(100%) contrast(60%) brightness(60%);
}

.footer-left-picture {
    max-width: 85%;
}

.footer-left-picture img {
    width: 100%;
    height: 100%;
}

.footer-left-logo-text {
    margin-top: 40px;
}

/* Footer section css */

/* Media Queires */

.select-menu {
    width: 100%;
    max-width: 200px;
    padding: 10px 15px;
    background-color: #030409;
    color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.select-menu .select-menu-item {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    color: #fff;
    cursor: pointer;
}

.select-menu .select-menu-item a {
    font-family: var(--primaryFont);
}

.select-menu .select-menu-item:hover {
    background-color: var(--dropdownBg);
}

.select-menu.button-margin {
    margin: 2px 0 0 0;
}

#header .country-dropdown button span {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
}

.our_people_overlay {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

#our_team .our_people_card .our_people_card_details {
    display: flex;
    align-items: center;
    justify-content: center;
}

.our_people_content .our_people_heading .symbol-image {
    text-align: center;
    margin: 0 auto 30px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    height: 0;
    width: 0;
}

#our_team .our_team_section .our_people_card:hover .our_people_content .our_people_heading .symbol-image {
    text-align: center;
    margin: 0 auto 30px;
    opacity: 1;
    visibility: visible;
    height: auto;
    width: auto;
}

.our_people_card .our_people_heading {
    transition: all 0.4s ease;
}

.our_people_card .hover-img {
     
    visibility: hidden;
    animation: fadeOut 1s;
}

.our_people_card:hover .hover-img {
     
    animation: fadeIn 1s;
}

@keyframes fadeOut {
  100% { opacity: 1; }
  0% { opacity: 0; }
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.our_people_card:hover .our_people_heading {
    transition: all 0.4s ease-out;
    transform: translateY(45px);
}

#footer {
    padding: 60px;
}

.scroll-arrow{
    display: none;
}

/*About us Page*/

.Aboutus{
    padding: 0 140px;
}

.Top_Bar{
    text-align: center;
    padding: 60px;
    background:url('../assets/our-purpose-bg.png') no-repeat center ;
    background-size: cover;
}
.Top_Bar p{
    font-size: 24px;
}

.Top_Bar h3, .Top_Bar p{
 color: white;
}

.content h3{
    font-size: 28px;
    font-weight: 700;
}
.content p{
    font-size: 18px;
    font-weight: 400;
}
.card{
    padding: 20px;
}
.overlay .icon{
	min-height: 110px;
    margin: 0 auto;
	position: relative;
    z-index: 5;
}

.card .content{
    padding-top: 15px;
}
.overlay .content{
    padding-top: 20px;
	position: relative;
    z-index: 5;
}
/* linear-gradient(180deg, rgb(236 232 249 / 100%) 37%, rgb(236, 232, 249, 0%) 0); */
.card-sections .overlay:after {
content: '';
    display: block;
    z-index: 0;
    position: absolute;
    top: -10rem;
    right: 0;
    bottom: 0;
    left: -18rem;
    background-image: linear-gradient(180deg, rgb(236,232,249) 0%, rgb(236,232,249, 0%) 75%);
    animation: rotate-gradient linear 5s infinite;
    width: 64rem;
    height: 44rem;
}
.card-sections .overlay{
	z-index: 5;
	margin-bottom: 25px;
    border-radius: 5px;
	position: relative;
	overflow: hidden;
    background: linear-gradient(182deg, rgba(255, 255, 255, 0.66) 1.74%, rgba(238, 238, 238, 0.66) 60.98%);
    padding: 25px 0px;
	min-height: 230px;
}
@keyframes rotate-gradient {
  to { transform: rotate(360deg) }
}

.box{
    position: relative;
}
.box::before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background-color: #ED0030;
    
}
.box::after{
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background-color: #161677;
    
}
.box img{
    position: relative;
    z-index: 1;
    padding: 60px 60px 60px 95px;
}

.our_heritageBox{
    background: #770327;
}
.our_heritage {
	display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 22% 0 5%;
}
.our_heritage a{    
      color: #ED0030;
    font-family: Epilogue;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 3% 2%;
    background-color: #fff;
    border-radius: 3px;
    width: 50%;
}
.our_heritage a:hover, .btn-primary.focus, .btn-primary:focus{
    background-color:#ED0030;
    color:#fff;
}
.center-align-flex{
	justify-content: center;
}
.our_heritage h3 {
font-size: 45px;
font-weight:500;
}
.our_heritage p{
    font-size: 20px;
}
.home .our-team{
    padding: 0 0px !important;
}
#brands-container h4{
	font-size: 20px !Important;
}

.newAbout .our-team
{
	padding: 0 0px !important;
}
.our-team{
    padding: 0 140px;
}

#our_team .our_people_card .our_people_picture .ourwork  img{
    width: 830px;
}

.ourworkContent{
    max-width: 500px;
}

/*impact page*/

.topheading{
    font-size: 50px;
}
.subtitle{
    font-size: 24px;
    color: var(--Black, #000);
    font-weight: 600;
}
.subtext{
    font-size: 24px;
    font-weight: 500;
}
.impactBar{
    background:url('../assets/rectangle.png') no-repeat center ;
}
.impact-content {
    position: relative;
}
.blueline::before{
    content: "";
    width: 85%;
    height: 2px;
    background: #0516AA;
    display: block;
    right: 0px;
    position: absolute;
    bottom: 40px;

}
.redline::before{
    content: "";
    width: 40%;
    height: 2px;
    background: #ED0030;
    display: block;
    right: 0px;
    position: absolute;
    bottom: 20px;

}

.image-div img{
    border: 5px solid #fff;
    width: 100%;
   
}

.text-blue{
    color:#161677;
    margin-bottom: 20px;
}
.impact-content {
    padding-right: 50px;
}
.lessimapct{
    background: #A30021;
    display: flex;
    justify-content: center;
    padding-left: 50px;
    align-items: center;
}
.lessimapct-box{
    padding-left: 50px;
    color:white;
}
.lessimapct-box p{
    font-size: 22px;
    margin-top: 30px;
    line-height: 38px;
    font-weight: 300;
}

.lessimapct-box strong{
    position: relative;
    font-size: 30px;
}
.subtextBottom{
    font-size: 22px;
    font-weight: 400;
}

.lessimapct-box strong::before{
    content: "";
    position: absolute;
    width: 40%;
    height: 2px;
    background: white;
    bottom: -14px;
}

.title,.contentBox h2{
    color: #161677;
    font-weight: 700;
}

.contentBox span{
    font-size: 100px;
    font-weight: 600;
    opacity: 0.1;

}
.contentBox p{
    font-weight: 400;
    font-size: 25px;
}
.contentBox{
    
    padding-left: 30px;
    padding-top: 12px;

}

.header-static{
    position:static !important;
}

.maincontent{
    position: relative;
    margin-bottom: 65px;
	display: flex;
    align-items: center;
}

.maincontent::before{
    content: "";
    background: linear-gradient(180deg, #DBCFFE 0%, rgba(255, 255, 255, 0) 80.84%);
    width: 83%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.maincontent .content-logo{
    margin-top: 20px;
}

.maincontent-rev{
position: relative;
margin-bottom: 65px;
display: flex;
    align-items: center;

}

.maincontent-rev::before{
    content: "";
    background: linear-gradient(180deg, #DBCFFE 0%, rgba(255, 255, 255, 0) 80.84%);
    width: 83%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.content-logo img{
    max-width: 400px;
}

.custome-border{
    position: relative;
}
.custome-border::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    background: #A20122;
    top:50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: -1;
}
.readmore{
    padding-top: 10px;
}
.readmore button {
    color: var(--red, #FE0031);
    font-family: Epilogue;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 11px 26px;
    background-color: white;
}
.readmore button:hover{
    color:white;
    background-color: #FE0031;
}
.global_news_details .custome-text a{
    color: var(--Blue, #261655);
    font-family: Epilogue;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 41px; /* 128.125% */
}

.global_news_details .custome-text span{
color: var(--Black, #000);
font-family: Epilogue;
font-size: 23px;
font-style: normal;
font-weight: 400;
line-height: 43px; /* 143.333% */
padding-bottom: 10px;
}

.custome-text h2{
    font-size: 28px;
    font-weight: 600;
}

#global_news .global_news_posts.custome-margin{
    margin-bottom: 20px !important; 
}

.custome-border h2{
    color: var(--H-Blue, #161677);
    font-family: Epilogue;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 130% */
}

 .meetbtn{
    font-size: 18px !important;
    background-color: #FE0031 !important;
 }
 .meetbtn span{
    margin-left: 10px;
 }

.global_stanbilty .global-content{
  padding: 40px 90px;
}

 .custome-border .whiteBox{
    padding: 60px 35px;
    border-radius: 6px;
    
 }
.custome-border .whiteBox h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 65px; /* 130% */
}
 
.global_stanbilty{
    background: url(../assets/victorBg.png) no-repeat center;
}


/* Media queires */


@media screen and (max-width :767px) {
    #header {
        height: 196px;
    }
	
    #footer {
        padding: 30px;
    }
	.mobilenowrap{
		    flex-wrap: wrap !important;
	}
    .footer-left-picture {
        width: 100%;
    }

    #footer .footer-left-logo-text {
        padding: 0;
        padding-bottom: 0;
        margin: 0;
        text-align: center;
        ;
    }

    #header.header-fixed.mobile {
        color: #000;
    }

    #header.header-fixed.mobile i {
        border: 1px solid #000;
    }

    #global_news .global_news_posts .row {
        display: flex;
        flex-direction: column;
    }

    .col-xl-4.col-sm-12 {
        padding: 0;
    }

    #our_team .col-sm-12, #our_team .row {
        padding: 0;
    }

    #our_team .our_team_section {
        padding: 0;
    }

    .our_people_card {
        padding: 26.5px 0 0 0;
    }

    #impact_subbanner {
        background: url(../assets/impact-mobile-subbanner-image.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    #impact_subbanner .impact_subBanner_section .subBanner .subBanner_overlay .subBanner_content {
        align-items: flex-start;
        padding: 10px;
    }

    #impact_subbanner .subBanner .subBanner_content_details::before {
        content: '';
        top: 5%;
        width: 70%;
        left: 0;
    }
	.our-vacancies h2.page-title, .page-header-title h2.page-title, .Contact-us h2.page-title{
		font-size: 35px !important;
        margin-top: 20px !important;
	}

    .with_image_content h2.page-title, .country-title, .news.with_background_color h2.news-title{
        font-size: 30px;
        margin-bottom: 10px !important;
        margin-top: 20px;
    }

	.with_image_content .section-content.text-center{
	   line-height: 20px;	
	}

    p{
        line-height: 28px;
    }

	.content h3{
		font-size: 22px;
	}
	.overlay .icon img{
		max-width: 25%;
	}
	.overlay .icon {
		min-height: 60px;
	}
	.newAbout #our_glabal_presence {
		padding: 10px 0 55px 0;
	}
    #impact_subbanner .subBanner .subBanner_content .subBanner_content_details h1 {
       
        font-size: 26px;
        line-height: 28px;
    }

    #impact_subbanner .subBanner .subBanner_content .subBanner_content_details p {
        
        font-size: 17px;
        line-height: 32px;
    }

    #our_team .our_people_card .our_people_picture .our_people_overlay img {
        max-width: 100%;
        width: 100%;
        height: 361px;
    }

    #our_team .our_people_card .our_people_content .our_people_heading h1 {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    #our_team .our_people_card .our_people_content .our_people_heading p {
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        width: 515px;
        padding: 13.18px 0 0 0;
    }

    /* 767px media query css */

    #our_glabal_presence {
        /* padding: 103px 11.5px 50px 12.6px; */
        padding: 30px 0px 0 0px;
    }

    .global_presence_heading {
        margin: 0;
    }

    #our_glabal_presence .global_presence_heading h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .global_presence_section {
        margin: 0;
        overflow-x: scroll;
		position: relative;
    }

    .global-presence-country-cards, .map_picture {
        margin: 0;
		display: block;
    }

    #our_glabal_presence .country-cards {
      padding: 10px 87px;
    text-wrap: nowrap;
    }

    #our_glabal_presence .country-cards a span {
        font-size: 22px;
    }
	#our_glabal_presence a.country-cards span{
		    font-size: 20px;
	}
    #our_glabal_presence .global_presence_section .map_picture img{
        max-width:unset;
    }

    /* 767px media query css */

    #our_glabal_presence .global_presence_section .global_presence_heading h1 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    #our_team .our_people_card .our_people_picture {
        width: 100%
    }
	.our_people_card:hover .hover-img .symbol-image{
		width: 35%;	
	}
	#our_team .our_people_card .our_people_picture .our_people_overlay img{
		height: 274px !important;
	}
	.our_people_card:hover .our_people_heading {
		transform: translateY(20px);
	}
    #header .header-center .main-menu #menu-primary-menu {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 25px;
        position: fixed;
        top: -11px;
        height: 100%;
        right: -320px;
        width: 250px;
        z-index: 999;
        background-color: #000;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
        padding: 30px 0px 0px 10px;
        transition: all ease-in-out .3s;
    }

    #header .main-menu #menu-primary-menu li {
        padding: 0 15px;
    }

    .global_news_content_bottom {
        width: 364px;
    }

    .footer-right-logo-bottom {
        padding: 15px 30px 0 0;
    }

    #impact_subbanner .subBanner_content {
        align-items: flex-start;
        padding: 10px;
    }

    .close {
        display: block;
        position: absolute;
        top: 29px;
        left: 35px;
    }

    #header .nav-wapper.hieght {
        padding: 15px 10px;
    }

    .mobile {
        display: block;
        color: #fff;
        margin: -20px -12px 0 0;
    }

    .mobile i {
        padding: 5px 10px;
    }

    .mobile.mobile-color-changed {
        color: #000;
        border: 1px solid #000;
        margin: -10px -11px 0 0;

    }

    .close {
        display: block;
    }

    #our_glabal_presence .gloabl_presence_map_picture img {
        max-width: 100%;
        width: 100%;
    }

    #global_news .global_news_heading h1 {
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
    }

    #global_news .global_news_content_bottom p {
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
    }

    #global_news .global_news_details {
        margin: 0;
    }

    #global_news .global_news_content .global_news_posts {
        margin-block: 20px;
    }

    #global_news .gloabl_news_content_top {
        padding: 15px 0 15px 0;
    }

    #global_news .global_news_content .global_news_posts:nth-child(3) {
        margin: 20px 0;
    }

    #global_news .global_news_picture img {
        max-width: 100%;
        width: 100%;
    }

    .global_news_content_bottom {
        width: 100%;
        max-width: 100%;
    }

    /* Subbaner Section media query */

    section#impact_subbanner {
        min-height: 375px;
        margin: 55px 0 0 0;
    }

    #impact_subbanner .subBanner .subBanner_overlay {
        display: block;
    }
    
    /* Subbaner Section media query */
    #footer .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #footer .footer-left-picture {
        margin: 0 auto;
    }

    #footer .footer-right-social-icons {
        justify-content: center;
        padding: 15px 0;
        gap: 25px;
    }

    #header .main-menu #menu-primary-menu.margin {
        margin: 0;
    }

    #header .main-menu #menu-primary-menu.margin.mobile {
        color: #000;
    }

    #header .main-menu #menu-primary-menu.margin a {
        color: #fff;
    }

    .footer-right-logo-bottom {
        justify-content: center;
    }

    #myVideo {
        max-width: 100%;
        width: 100%;
    }

    #impact_subbanner .subBanner_content img {
        max-width: 100%;
        width: 49%;
        object-fit: cover;
    }

    #impact_subbanner .subBanner_content_details h1 {
        text-align: left;
        font-size: 26px;
        line-height: 28px;
    }

    #impact_subbanner .subBanner_content_details p {
        text-align: left;
        font-size: 24px;
        line-height: 32px;
    }

    .subBanner {
        margin: 0;
    }

    #impact_subbanner {
        padding: 10px;
    }

    #header .nav-wapper {
        padding: 20px 10px;
    }

    .logo {
        max-width: 50%;
        width: 100%;
    }

    #header .logo img {
        margin: -5px 0 0 -12px;
    }
 
	 .global_presence_section:after{
		 content: '';
		background: url(assets/handimg.png);
		position: absolute;
		width: 62px;
		height: 45px;
		background-repeat: no-repeat;
		top: 0;
		right: 0;
    }
   

}

/*Media query for mobile portrait*/

@media (max-width: 576px) {

    #our_team .our_people_card .our_people_content .our_people_heading p {
        width: 280px;
    }

    #impact_subbanner .subBanner_content img {
        width: 75%;
    }
}

@media screen and (max-width:375px) {
    #our_glabal_presence {
        padding: 59px 11.5px 0px 12.6px;
    }

    #our_glabal_presence .global_presence_heading h1 {
        font-size: 24px;
    }

    #global_news .global_news_heading h1 {
        font-size: 24px;
    }

    #our_team .our_people_heading h1 {
        font-size: 24px;
        line-height: 34px;
    }

    #our_team .our_people_heading p {
        font-size: 20px;
        line-height: 30px;
        width: 222px;
    }

    section#impact_subbanner {
        min-height: 340px;
    }

    #impact_subbanner .subBanner_content_details h1 {
        font-size: 20px;
        line-height: 30px;
    }

    #impact_subbanner .subBanner_content_details {
        padding: 17px 0 0 0;
    }

    #impact_subbanner .subBanner_content_details p {
        font-size: 19px;
        line-height: 29px;
    }

    #global_news .global_news_section .global_news_details .global_news_content_bottom p {
        font-size: 20px;
        line-height: 30px;
    }

    #footer .footer-left-picture {
        max-width: unset;
        width: unset;
    }

    #footer .footer-left-picture img {
        margin: 0;
    }

    #footer .footer-right-icons img {
        width: 40px;
        height: 40px;
    }

    #footer.footer-right-social-icons {
        gap: 20px;
    }

    #footer .footer-right-logo-bottom img {
        width: 145px;
        margin: 0 auto;
        left: -24%;
    }

    #footer .footer-left-logo-text {
        padding: 13px 0;
    }

    #footer .footer-left-logo-text span {
        font-size: 15px;
    }

    #footer .footer-right-social-icons {
        justify-content: center;
        padding: 10px 0;
    }

    .footer-right-logo-bottom {
        padding: 0;
        display: block;
        text-align: center;
    }
}

@media screen and (max-width:390px){
    #our_glabal_presence a.country-cards span {
        font-size: 15px;
        display: block;
        white-space: nowrap;
    }


    .footer-right-logo-bottom {
        padding: 0;
        display: block;
        text-align: center;
    }

     #footer .footer-right-logo-bottom img {
        width: 145px;
        margin: 0 auto;
        left: -24%;
    }

    .footer-right-logo-bottom a{
        display: block;
    }

    .footer-right-logo-bottom a:first-child{
        margin-top: 2%;
    }

}
@media screen and (min-width:1500px) and (max-width:1920px) {
	.country-dropdown button, .dropdown-menu{
		width: 100% !important;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px) {

    .our_heritage a {
        width: 85%;
    }

    .our_heritage h3 {
        font-size: 37px;
        font-weight: 500;
    }

    .box img {
        padding: 40px 14px;
    }

    #our_glabal_presence .global_presence_section .map_picture img {
        max-width: unset;
    }

    #header {
        height: 200px;
    }

    #header .header-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #header .header-center .main-menu #menu-primary-menu {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 25px;
        position: fixed;
        top: -11px;
        height: 100%;
        right: -320px;
        width: 250px;
        z-index: 999;
        background-color: #000;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
        padding: 30px 0px 0px 10px;
        transition: all ease-in-out .3s;
    }

    #header .main-menu #menu-primary-menu.active {
        right: 0;
    }

    .close {
        display: block;
        position: absolute;
        top: 29px;
        left: 35px;
    }

    #header .nav-wapper.hieght {
        padding: 15px 10px;
    }


    #impact_subbanner {
        min-height: 375px;
        padding: 4% 0;
    }

    .mobile {
        display: block;
        color: #fff;
        border: 1px solid #fff;
        padding: 6px 10px;
        margin-left: 13px;
        width: 35px;
    }

    .mobile.mobile-color-changed {
        color: #000;
        border: 1px solid #000;
        /* margin: -10px -11px 0 0; */
        margin: 8px;
        padding: 7px 10px;
    }

    .close {
        display: block;
    }

    #header .nav-wapper {
        padding: 20px 10px;
    }

    #our_team .our_people_card .our_people_picture .our_people_overlay img {
        height: 430px;
    }

    #our_team .our_people_content .our_people_heading h1 {
        font-size: 24px;
    }

    #our_team .our_people_content .our_people_heading p {
        font-size: 18px;
        padding: 12px 0 0 0;
        width: 200px;
        line-height: 28px;
    }

    #impact_subbanner .subBanner .subBanner_overlay {
        display: block;
    }

    #myVideo {
        max-width: 100%;
        width: 100%;
    }

    footer {
        margin: 40px 0 0 0;
    }

    #global_news .global_news_posts:nth-child(3) {
        margin: 0;
    }

    #global_news .global_news_heading {
        /* padding: 58px 0 0 2px; */
        padding: 10px 0 0 0;
    }

    #global_news .global_news_heading h1 {
         
        font-size: 37px;
        line-height: 40px;
    }

    #our_glabal_presence .global_presence_heading h1 {
        font-size: 40px;
    }

    .footer-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #footer .footer-right-social-icons,
    .footer-right-logo-bottom {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #footer {
        padding: 30px 50px;
    }

    #global_news .global_news_content_bottom p {
        font-size: 19px;
        line-height: 29px;
    }

    #global_news .gloabl_news_content_top {
        padding-bottom: 13px;
    }

    #global_news .global_news_details {
        margin: 0 0 0 17px;
    }

    #impact_subbanner .subBanner .subBanner-image {
        height: 400px;
    }

    img.subBanner-content-image {
        max-width: 50%;
        width: 100%;
    }

    #impact_subbanner .subBanner_content_details h1 {
        font-size: 27px;
        line-height: 17px;
    }

    #impact_subbanner .subBanner_content_details p {
        font-size: 20px;
        line-height: 34px;
    }

    #our_glabal_presence .gloabl_presence_map_picture img {
        max-width: 95%;
        width: 100%;
    }

    #header .logo img {
        margin: -4px 0 0 5px;
        max-width: 200px;
    }

    /* Global Pressence css */

    #our_glabal_presence {
        padding: 50px 0;
    }

    .global_presence_section {
        margin: 40px 25px;
    }

    /* 768px media query css */

    .global-presence-country-cards .card-content {
        gap: 10px;
    }

    #our_glabal_presence .country-cards {
        padding: 7px;
    }

    #our_glabal_presence .country-cards a span {
        font-size: 11px;
    }

    .global-presence-country-cards {
        margin: 0;
    }

    #global_news .global_news_picture img {
        max-width: 100%;
        width: 100%;
    }

    .global_news_content_bottom {
        max-width: 92%;
        width: 100%;
    }

    #global_news .gloabl_news_content_top .global_news_country a span,
    .global_news_date span {
        font-size: 13px;
    }

    #global_news .global_news_posts {
        margin-block: 30px;
    }

    /* 768px media query css */

    /* GLobal Pressence css */

     /*About us page*/

}

@media screen and (min-width:992px) and (max-width:1023px) {
    #header {
        height: 200px;
    }

    #header .header-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    #header .main-menu #menu-primary-menu.active {
        right: 0;
    }

    #impact_subbanner {
        min-height: 400px;
        padding: 0;
    }

    #impact_subbanner .subBanner .subBanner_overlay {
        align-items: flex-start;
    }

    .close {
        display: block;
        position: absolute;
        top: 29px;
        left: 35px;
    }

    #header .nav-wapper.hieght {
        padding: 15px 10px;
    }

    .mobile {
        display: block;
        color: #fff;
        border: 1px solid #fff;
        padding: 7px 10px;
    }

    .mobile.mobile-color-changed {
        color: #000;
        border: 1px solid #000;
        margin: -10px -11px 0 0;
        padding: 7px 10px;
    }

    .close {
        display: block;
    }

    #header .nav-wapper {
        padding: 20px 10px;
    }

    #myVideoa {
        max-width: 100%;
        width: 100%;
    }

    #our_team .our_team_section .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #our_team .our_team_section {
        padding: 0 0 35px 0;
    }

    .our_people_card {
        margin: 30px 0 0 0;
    }

    #our_team .our_people_overlay img {
        height: 530px;
    }

    .col-xl-4.col-sm-12:nth-child(1) {
        padding-left: 15px;
    }

    #our_glabal_presence .global_presence_heading h1 {
        font-size: 45px;
    }

    #global_news .global_news_heading h1 {
        font-size: 45px;
    }

    #global_news .global_news_content_bottom p {
        font-size: 24px;
        line-height: 34px;
    }

    #global_news .gloabl_news_content_top {
        padding-bottom: 17px;
    }

    #global_news .global_news_posts:nth-child(3) {
        margin: -25px 0 0 0;
    }

    footer {
        margin: 40px 0 0 0;
    }

    #footer .footer-left-picture {
        max-width: 65%;
        width: 100%;
    }

    #footer .footer-left-logo-text {
        padding: 20px 0;
    }

    #footer .footer-right-social-icons {
        padding: 15px 0 0 0;
    }

    .footer-right-logo-bottom {
        padding: 20 0 15px 0;
    }

    #our_team .our_people_heading p {
        font-size: 15px;
        line-height: 25px;
        padding: 15px 0 0 0;
    }

    /* 992px media query css */

    .global_presence_section {
        margin: 50px 20px 0 20px;
    }

    .global-presence-country-cards .card-content {
        gap: 14px;
    }

    #our_glabal_presence .country-cards a span {
        font-size: 14px;
    }

    .global-presence-country-cards {
        margin: 0;
    }

    #our_glabal_presence .country-cards {
        padding: 10px;
    }

    #global_news .global_news_picture img {
        max-width: 100%;
        width: 100%;
    }

    .global_news_content_bottom {
        max-width: 93%;
        width: 100%;
    }

    #global_news .global_news_posts {
        margin: 0;
    }

    #global_news .global_news_heading {
        padding: 37px 0 20px 0;
    }

    /* 992px media query css */
}

@media screen and (min-width:992px) and (max-width:1024px) {
    .country-dropdown {
        margin-right: 10px;
    }

    #our_glabal_presence {
        padding: 50px 0;
    }
}

@media screen and (min-width:1024px) and (max-width:1280px) {
    #header {
        height: 200px;
    }

    #header .main-menu #menu-primary-menu li a {
        font-size: 16px;
    }

    #header .header-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #header .main-menu #menu-primary-menu.active {
        right: 0;
    }

    #header .nav-wapper.hieght {
        padding: 15px 10px;
    }


    .mobile.mobile-color-changed {
        color: #000;
        border: 1px solid #000;
        margin: -10px -11px 0 0;
        padding: 7px 10px;
    }


    header #header .nav-wapper {
        padding: 30px 20px;
    }

    #myVideo {
        max-width: 100%;
        width: 100%;
    }

    #our_team .our_people_heading p {
        width: 245px;
    }

    #impact_subbanner .subBanner-image {
        height: 450px;
    }

    #our_glabal_presence .global_presence_heading h1 {
        font-size: 45px;
    }

    #our_glabal_presence .gloabl_presence_map_picture img {
        max-width: 90%;
        width: 100%;
    }

    #global_news .global_news_heading h1 {
        font-size: 45px;
    }

    #global_news .global_news_content_bottom p {
        font-size: 24px;
        line-height: 34px;
    }

    #footer .footer-right-social-icons {
        padding: 10px 0 0 0;
    }

    #impact_subbanner {
        min-height: 400px;
        padding: 0;
    }

    #impact_subbanner .subBanner .subBanner_overlay {
        align-items: flex-start;
    }

    #our_glabal_presence .country-cards {
        height: 50px;
        padding: 23px 10px;
    }

    #our_glabal_presence .country-cards a span {
        font-size: 14px;
    }

    .global-presence-country-cards {
        margin: 0;
    }

    /* 1024 media query global pressence css */

    #global_news .global_news_heading {
        padding: 0;
    }

    /* 1024 media query global pressence css */
}

@media screen and (min-width:1024px) and (max-width:1650px) {

    #header .main-menu #menu-primary-menu li {
        padding: 0 16px;
    }
}	
@media screen and (min-width:1024px) and (max-width:1580px) {
    /* #header {
        background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 87.91%);
        position: fixed;
        width: 100%;
        z-index: 999;
        height: 330px;
    } */

    #myVideo {
        max-width: 100%;
        width: 100%;
    }
    #header .main-menu #menu-primary-menu li:first-child{
        padding-left: 12px;
    }
    #header .header-center {
        margin-top: 8px;
    }

    #header .main-menu #menu-primary-menu li a {
        font-size: 18px;
    }

    #our_glabal_presence .global_presence_heading h1 {
        font-size: 45px;
    }

    #global_news .global_news_heading h1 {
        font-size: 45px;
        margin-left: 60px;
    }

    #global_news .global_news_content_bottom p {
        font-size: 32px;
        line-height: 42px;
    }

    .logo.add-margin {
        margin: 10px 0 0 0;
    }

    #header .main-menu #menu-primary-menu li a {
        font-family: var(--primaryFont);
        font-size: 17px;
    }

    #header .nav-wapper.hieght {
        padding: 13px 10px;
    }

    .select-menu.button-margin {
        margin: 11px 0 0 0;
    }

    #our_team .our_people_card .our_people_overlay img {
        height: 500px;
    }

    #impact_subbanner .subBanner .subBanner_content {
        position: absolute;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .global-presence-country-cards{
        display: block;
    }
    #our_glabal_presence a.country-cards span{
        font-size:20px;
        text-wrap: nowrap;
    }
    #impact_subbanner .subBanner .subBanner_content_details{
        padding: 9px 0 0 0;
    }
    #impact_subbanner .subBanner_content_details h1{
        margin: 20px 0 0 0;
    }
    .subBanner-content-image {
       /* max-width: 70%;
        width: 100%;*/
    }
    #impact_subbanner .subBanner_content_details p {
        font-size: 22px;
        line-height: 28px;
    }
    #impact_subbanner .subBanner_content_details h1 {
        font-size: 27px;
    }
    
    #global_news .gloabl_news_content_top {
        padding-bottom: 18px;
        display: flex;
        justify-content: flex-start;
    }

    .global_news_content_bottom {
        width: 676px;
    }

    #footer .footer-left-logo-text span {
        font-size: 18px;
    }

    #global_news .global_news_details {
        margin: 35px 0 25px 55px;
    }

    #our_team .our_people_heading h1 {
        font-size: 30px;
    }

    #our_team .our_people_heading p {
        font-size: 20px;
        padding: 8px 0 0 0;
        line-height: 30px;
    }

    #header .logo img {
        max-width: 85%;
        width: 100%;
        margin: -4px 0 0 -12px;
    }

    #mobile {
        display: none;
    }

    #header .country-dropdown button {
           padding: 0 7px;  
    }
	.header-right .country-dropdown button{
		margin-top: 10px;
	}
    #header .country-dropdown button span{
        font-size:14px;
    }
    #header .country-dropdown button.button-margin {
        margin: 10px 0 0 0;
    }

    #our_team .our_team_section {
        padding: 45px 0 55px 0;
    }

    #global_news .global_news_section .global_news_details {
        margin: 35px 0 25px 22px;
    }

    #global_news .global_news_section .global_news_picture img {
        max-width: 100%;
        width: 100%;
    }

    #header .main-menu #menu-primary-menu {
        margin: 0px 0 0 30px;
    }

    #header .country-dropdown button:active, #header .country-dropdown button:focus {
        background-color: var(--outteamBgColor) !important;
        color: #000 !important;
    }

    /* 1024 media query global pressence */
    .global_presence_section {
        margin: 40px 30px 0px 40px;
    }
	.home-section-6.news .col-md-4{
		margin-bottom: 0 !important
	}
    .global_news_content_bottom {
        max-width: 96%;
        width: 100%;
    }

    #global_news .global_news_posts:nth-child(3) {
        margin: 0;
    }

    #global_news .global_news_posts {
        margin-block: 40px;
    }

    /* 1024 media query global pressence */
}


@media(max-width:950px) and (orientation : landscape) {
    .global_news_content_bottom {
        width: 950px;
        max-width: 100%;
        width: 100%;
    }

    #our_team .our_people_content {
        max-width: 75%;
        width: 100%;
    }


    #footer .footer-left-picture {
        max-width: 67%;
        width: 100%;
        margin-top: 20px;
    }

    #footer .footer-left-logo-text span {
        font-size: 19px;
        line-height: 29px;
    }

    #footer .footer-left-logo-text {
        padding: 0px 0;
		margin: 0;
        display: flex;
        justify-content: center;
    }
	.copyright-text {
		margin-top: 20px;
	}
	.footer-right{
		display: flex;
		justify-content: flex-end;
	}
    .footer-left {
        align-items: flex-start;
    }

    #footer .footer-right-social-icons,
    .footer-right-logo-bottom {
        justify-content: center;
        padding: 19px 0 0 0;
        gap: 20px;
    }

    #footer .footer-right-social-icons img {
        max-width: 90%;
        width: 100%;
    }

    #footer .footer-right-logo-bottom {
        padding: 8px 0 0 0;
        justify-content: center;
    }

    .logo {
        max-width: unset;
        width: unset;
    }

    #our_team .our_people_heading p {
        width: unset;
    }

    #header .logo img {
        max-width: 130px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .showMobile{
        display: block;
        margin-bottom: 11%;
    }

    .showDesktop{
        display: none;
    }

    .address-loop {
        margin: 2% 0 3.5%;
        flex: 1 1 100%;
        max-width: 50%;
    }

    #collapse3 .address-info {
        min-height: 533px;
    }

    #collapse1 .address-info {
        min-height: 286px;
    }

    #collapse5 .address-info {
        min-height: 318px;
    }

    #collapse6 .address-info {
        min-height: 340px;
    }

    #header .logo img {
        max-width: 200px;
    }

    .close {
        display: block;
        position: absolute;
        top: 29px;
        left: 35px;
    }

    .header-fixed .country-dropdown {
        margin-top: unset;
        margin-right: 15px;
    }

    #header .nav-wapper.hieght {
        padding: 15px 10px;
    }

    .mobile.mobile-color-changed {
        margin: -3px -5px 0 0;
    }

    .mob-menu-header-holder.mobmenu .country-dropdown {
       
    }


    .mobile {
        border: 1px solid #636366;
        padding: 8px 10px;
        margin-top: -3px;
        border-radius: 4px;
    }

    #header .header-center .main-menu #menu-primary-menu {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 25px;
        position: fixed;
        top: -11px;
        height: 100%;
        right: -320px;
        width: 250px;
        z-index: 999;
        background-color: #000;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
        padding: 30px 0px 0px 10px;
        transition: all ease-in-out .3s;
    }

    .mobile {
        display: block;
        color: #fff;
    }

    #our_team .our_people_heading p {
        font-size: 18px;
        padding: 12px 0 0 0;
        width: 200px;
        line-height: 28px;
    }
}

@media screen and (min-width: 951px) and (max-width: 991px) {
    .footer-left .footer-left-logo-text {
        margin-top: 50px;
    }
}

@media screen and (max-width:1024px) {
    .header-right {
        display: inline-flex;
        float: right;
    }

    .close {
        position: absolute;
        top: 10px;
        color: #fff;
        left: 220px;
    }

    .close {
        display: block;
    }

    .close .fa-solid {
        color: #fff;
    }

    #header .main-menu #menu-primary-menu li a {
        font-size: 12px;
        ;
    }
}

@media screen and (min-width: 280px) and (max-width: 767px) {
    .showMobile{
        display: block;
        margin-bottom: 11%;
    }

    .showDesktop{
        display: none;
    }

	.box img {
        padding: 20px 25px 20px 10px;
	}

    .our_heritage a{
        width: 55%;
    }
	
	.country-dropdown .dropdown-menu{
		right: -1%;
	}
	
	.our_heritage h3 { 
		font-size: 22px;
	}
	.our_heritage p {
    font-size: 16px;
	}
	.our_heritage {
    padding: 25px 10px;
	}
	.our-team {
    padding: 15px;
	}
	#our_team .our_people_card.our_people_mobile .our_people_heading h1 {
    font-size: 22px;
	}
	#our_team .our_people_card.our_people_mobile .our_people_content .our_people_heading p {
		font-size: 16px;
	}
	#our_team .our_people_card .our_people_picture .our_people_overlay img {
		max-width: 100%;
		width: 100%;
		height: 361px;
	}
	.our_heritage a {
		font-size: 12px;
		padding: 10px;
	}

    .country-dropdown span{
        font-size: 13px;
    }

    .country-dropdown {
        text-align: center;
        margin-right: 10px;
        margin-top: -28px;
        position: relative;
        float: right;
        right: 0%;
    }

    .country-dropdown .dropdown-item {
        font-size: 12px;
        padding: 10px 7px;
        width: 135px;
    }

    .header-right .country-dropdown button {
        background-color: #000;
        border: 1px solid #636366;
        padding: 0 5px;
        font-weight: 600;
        width: 150px;
        height: 33px;
        display: flex;
        align-items: center;
        border-radius: 4px;
    }

    #header .country-dropdown button span {
        font-size: 10px;
    }

    .mobile {
        margin: -32px -12px 0 0;
        padding: 1px 0;
    }

    .country-dropdown button img {
        height: 12px;
        width: 12px;
    }

    #header .logo img {
        max-width: 150px;
    }

    .header-fixed .country-dropdown {
        margin-top: -28px;
    }

    .mobile.mobile-color-changed {
        margin: -31px -12px 0 0;
    }



}

@media screen and (min-width: 280px) and (max-width: 375px) {
    .header-right .country-dropdown button {
        width: 130px;
    }

    #header .logo img {
        max-width: 115px;
    }


}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .header-right {
        margin-top: 30px;
    }
	.newAbout #our_glabal_presence{
		    padding: 10px 0 55px 0;
	}
	.icon-div-outer .content h3 {
    font-size: 22px;
	}

   .our-brands-main .brand-logos a{
        width: 49.99%;
    }
}

#header .main-menu #menu-primary-menu.active {
    right: 0;
}

@media screen and (min-width:1024px) {
    .global_presence_section .map_picture img {
        width: 100%;
    }
}


/* 1280px media query css */

@media screen and (min-width:1281px) and (max-width:1500px) {
    #our_glabal_presence .country-cards {
        padding: 18px 5px;
    }
	.country-dropdown .dropdown-menu {
		left: 0% !important;
	}

    #our_glabal_presence .country-cards a span {
        font-size: 18px;
    }

    .global-presence-country-cards {
        margin: 0 auto;
    }
    .global-presence-country-cards{
        width: 92%;
    }
    #our_team .our_people_card .our_people_picture .our_people_overlay img {
        height: 65vh;
    }
    #our_glabal_presence{
        padding-bottom: 0px !important;
    }
    section#global_news {
      
    }

    #global_news .global_news_heading {
        padding: 37px 0;
    }
    #our_team .our_people_content .our_people_heading h1{
        font-size:27px;
    }
    #our_team .our_people_content .our_people_heading p{
        font-size:18px;
        line-height:25px;
    }
}

/* 1280px media query css */
.address-loop .leader-bx-mn{
	margin-bottom: 0 !important;
}

@media screen and (max-width: 575px){
    .our-brands-main .brand-logos a{
        width: 100%;
        height: 115px;
    }
}    

@media screen and (max-width: 991px){
    .our-brands-main .brand-logos a{
        padding: 0px 15px;
        height: 100px;
    }

    .brand-logos img {
       /* max-width: 102px;*/
    }
 
    .brand-logos {
        text-align: center;
    }

    .page-id-5014 .with_image_content.hmg-section {
        
    }

    .page-id-5014 .section-content {
        margin-top: 35px;
    }
}    

@media screen and (min-width: 768px) and (max-width: 1199px){
    .our-brands-main .brand-logos a {
        width: 32.99%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px){
    .brand-logos img{
        max-width: 200px;
    }    
}    


.newContact .hmg-site-banner {
    
}

.newContact .hmg-site-banner img {
    width: 80%;
    margin: 0 auto;
    padding: 40px 20px;
}

.newContact .below-map {
    text-align: center;
    padding: 30px 32px 16px;
}

.contactTabs .wc_tabs ul.tabs{
    background: #A30021;

}

.state-name{
    width: 87%;
    padding-left: 4%;
}

.contactTabs .wc_tabs ul li.tab-link {
    margin-right: 21px;
    font-size: 17px;
    padding: 20px 16px;
    font-weight: 600 !important;
    margin-top: 0px !important;
}

.contactTabs .wc_tabs ul li.tab-link.current{
    background: #161677;
    color: #fff;
    border: none !important;
}

.contactTabs  .icon-div-outer {
    display: block;
    margin-bottom: 1%;
}    

.contactTabs .address-title {
    background: #A30021;
    padding: 13px 18px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.contactTabs .address-title h3{
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    margin-top: 9px;
}

.contactTabs .address-info {
    background: #fff;
    padding: 12px 18px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.hr-div{
    height: 2px;
    border-top: 2px solid #0000000D;
    margin: 14px 2px;

}

.addressBlock{
    box-shadow: 0px 4px 24px 0px #0000001A;
}

.addressTxt {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.addressTxt a {
    color: #000;
    opacity: 70%;
}

.address-loop {
    margin-bottom: 2.5%;
}

#tab-3 .address-info {
    min-height: 550px;
}

#tab-1 .address-info {
    min-height: 295px;
}

#tab-5 .address-info {
    min-height: 291px;
}

#tab-4 .address-info {
    
}

.error404 .content-area {
    padding: 60px 0;
}

.addressRow{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 11px;
}

.addIcon{
    padding-left: 3px;
}


.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}

.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

.panel-title {
    padding: 12px 18px;
    border: none;
    background: #261656;
    margin-bottom: 5px;
    border-radius: 3px;
}

.panel-title a {
    color: #fff;
    font-size: 21px;
}

@media only screen and (min-width: 1200px) {
    .showMobile{
        display: none;
    }

}

h2.contactUs-page-title {
    margin-bottom: 1%;
}

.addIcon img {
    max-width: unset;
}

/* for mobile and location dropdown */

.mobmenur-container{
	position: unset ;
    display: flex;
    flex-direction: row-reverse;
}
.mobmenur-container img{
	float: inherit !important;
}

.leader-bx-mn .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(30, 21, 99, 0.85);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .1s ease;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 300;
}
.deslead {
    background: rgb(30, 21, 99, 0.85);
}
.page-id-857 .content-area{
	margin-top: 48px;
}


.icon img {
    width: 45px;
}
.cards .content h3{
	font-size: 22px;
}
.cards .content p{font-size: 17px;}
.cards .overlay .icon {
	min-height: 55px;
} 