/* @font-face {
  font-family: 'Outfit ExtraBold';
  font-style: normal;
  font-weight: 800;
  src: local('Outfit ExtraBold'), url('fonts/Outfit-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Outfit-Medium';
  font-style: normal;
  font-weight: 500;
  src: local('Outfit-Medium'), url('fonts/Outfit-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Outfit-Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Outfit-Regular'), url('fonts/Outfit-Regular.ttf') format('truetype');
} */


@font-face {
  font-family: 'Outfit ExtraBold';
  font-style: normal;
  font-weight: 800;
  src: local('Outfit ExtraBold'), url('fonts/HelveticaNowProText/HelveticaNowText-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Outfit-Medium';
  font-style: normal;
  font-weight: 500;
  src: local('Outfit-Medium'), url('fonts/HelveticaNowProText/HelveticaNowText-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Outfit-Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Outfit-Regular'), url('fonts/HelveticaNowProText/HelveticaNowText-Regular.ttf') format('truetype');
}


body {
    position:relative;
    margin:0;
    padding:0;
    background: rgb(231 227 227 / 46%);
}
a{
  cursor: pointer;
  text-decoration: none;
}
.container {
  /* width: 1120px;
  margin: 0 auto; */
  max-width: calc(100% - 22%);
  margin: 0 11%;
  width: 100%;
}

/* Fluid container */
.container-fluid {
  width: 100%;
  box-sizing: border-box;
}

/*Banner*/
.banner_slider_item img{
  width: 100%;
  object-fit: cover;
  height: calc(100vh - 75px);
}
.banner_slider_item{
  position: relative;
}
.banner_slider_item::before{
    content: "";
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100vh - 75px);
    opacity: 0.3;
}
.banner_text_wrap{
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  text-align: center; 
  width: 100%;
}
.banner_text_wrap h2{
  font-family: 'Outfit ExtraBold';
  font-size: 48px;
  font-weight: 800;
  line-height: 60.46px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
}

/*card full width*/
.card_full_width{
  margin-top: 15px;
  position: relative;
}
.card_full_width img{
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  height: 802px;
  display: block;
}
.card_half_width img{
  object-fit: cover;
  width: 100%;
  border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.card_full_width_content_below{
  background: #A10D26;
  opacity: 0.9;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex; /* Enable flexbox */
  flex-direction: column; /* Stack content vertically */
  justify-content: flex-end; /* Ensure content stays at the bottom */

}
.card_full_width_content_above{
  background: #A10D26;
  opacity: 0.9;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  position: absolute;
  top: 0;
}
.card_half_width_content_above{
  background: #A10D26;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.card_full_width_content_top{
  /* padding: 8px 95px 0; */
  padding: 15px 45px;
}
.card_full_width_content_bottom{
  padding-top: 8px;
  padding-bottom: 15px;
}
.card_full_width_content_below h3, 
.card_full_width_content_above h3,
.card_half_width_content_above h3,
.width-50-card_black_inner h3{
  font-family: 'Outfit ExtraBold';
  font-size: 25px;
  font-weight: 800;
  line-height: 31.49px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.card_full_width_content_below p,
.card_full_width_content_above p,
.card_half_width_content_above p,
.width-50-card_black_inner p{
  font-family: 'Outfit ExtraBold';
  font-size: 20px;
  font-weight: 800;
  line-height: 31.08px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
}
.card_half_width_content_above p,
.card_full_width_content_above p,
.width-50-card_black_inner p{
  padding: 20px 0;
}
.card_full_width_content_below p,
.card_hover_content{
  max-height: 0;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .7s;
  transition-duration: .7s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.card_full_width:hover .card_full_width_content_below p{
  opacity: 1 !important;
}
.location_icon{
  background: url(images/location_on.svg);
  width: 17px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.segment_icon{
  background: url(images/segment.svg);
  width: 20px;
  height: 13px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.location_icon_white{
  background: url(images/location_on.svg);
  width: 11px;
  height: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.segment_icon_white{
  background: url(images/segment.svg);
  width: 12px;
  height: 9px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.card_full_width_content_bottom{
  display: flex;
  gap: 12px;
  align-items: center;
  /* padding-left: 76px; */
}
.readmore{
  font-family: 'Outfit ExtraBold';
  font-size: 14px;
  font-weight: 800;
  line-height: 21.76px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #A10D26;
  background-color: #D9D9D9;
  box-shadow: 
        0px 4px 4px 0px rgba(0, 0, 0, 0.25),   /* External shadow */
        0px 4px 8px 0px rgba(0, 0, 0, 0.4) inset; /* Inset shadow */
  border-radius: 15px;
  padding: 4px 7px 2px 5px;
  margin-left: 15px;
  display: inline-flex;        /* Use flexbox to align elements */
  flex-wrap: wrap; 
}
.readmore:hover{
  color: #FFFFFF;  /* Change text color */
  background-color: #A10D26;  /* Darken the background */
  box-shadow: 
        0px 8px 8px 0px rgba(0, 0, 0, 0.4),   /* Stronger external shadow */
        0px 6px 16px 0px rgba(0, 0, 0, 0.6) inset; /* Stronger inset shadow */
  transform: scale(1.1); /* Slightly enlarge the button */
  cursor: pointer; 
}
.card_half_width .readmore,
.width-50-card_black_inner .readmore{
  margin-left: 0;
}
.two_col_wrapper{
  /* display: flex;
  gap: 20px;
  margin-top: 20px; */
  display: grid;
  gap: 15px;
  margin-top: 15px;
  grid-template-columns: 1fr 1fr;
}
.two_col_wrapper_not_uniform{
  display: grid;
  gap: 15px;
  margin-top: 15px;
  grid-template-columns:41% 1fr ;
}
.card_black{
  background: #222123;
  border-radius: 20px;
  color: #fff;
  /* width: 455px; 
  min-width: 455px;   */
}
.width-50-card img{
  width: 100%;
    object-fit: cover;
    height: 100%;
}
.card_black_inner{
  /* padding: 41px 28px 41px 89px; */
  padding: 45px;
}
.card_half_width{
  flex-grow: 1;
}
.card_half_width .card_half_width_content_top{
  /* padding: 17px 70px ; */
  padding: 15px 45px;
}
.card_black h3{
  font-family: 'Outfit ExtraBold';
  font-size: 36px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0;
  margin-bottom: 50px;

}
.card_black ul{
  padding: 0;
  margin: 0;
  padding-left: 20px;
}
.card_black p,
.card_black ul li{
  font-family: 'Outfit-Medium';
  /* font-size: 20px; */
  font-size: 1.1vw;
  font-weight: 500;
  /* line-height: 30px; */
  line-height: 1.7vw;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 0;
}
.width-50-card_black{
  background: #222123;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  color: #fff;
}
.width-50-grey{
  background: #D2D2D2;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.width-50-red{
  background: #A10D26;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  height: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.width-50-red h3{
  font-family: 'Outfit ExtraBold';
  font-size: 40px;
  font-weight: 800;
  line-height: 62.16px;
  letter-spacing: 0.06em;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}
.width-50-card{
  position: relative;
}
.width-50-card_black{
  position: absolute;
  top: 0;
  width: 100%;
  height: 205px;
}
.width-50-card img,
.red_content_wrapper{
  border-radius: 20px;
}
.text-white{
  font-family: "Outfit-Regular";
  /* font-size: 24px;
  font-weight: 400;
  line-height: 37.3px; */
  font-size: 20px;
  font-weight: 400;
  line-height: 31.08px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #222123;
  margin: 0;
  text-transform: capitalize;
  margin-bottom: 35px;
}
.text-red{
  font-family: 'Outfit ExtraBold';
  /* font-size: 24px;
  font-weight: 800;
  line-height: 37.3px; */
  font-size: 25px;
    font-weight: 800;
    line-height: 31.49px;
  letter-spacing: 0.06em;
  text-align: left;
  /* color: #A10D26; */
  color: #222123;
  margin: 0;
}
.width-50-card_black_inner,
.red_content_wrapper{
  /* padding: 16px 0 10px 40px; */
  padding: 15px 45px;
}
.width-50-grey_inner{
  padding: 16px 34px 6px 22px;
}
.bg-red{
  background: #A10D26;
}
.bg-red h3{
  font-family: 'Outfit ExtraBold';
  font-size: 40px;
  font-weight: 800;
  line-height: 50.38px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  margin: 15px 0 22px;
  padding-top: 15px;
}
.card_slider_black{
  position: absolute;
  bottom: 0;
}
.card_slider_black,
.card_two_col_black{
  background: #222123;
  /* padding: 5px 18px 8px 7px; */
  padding: 15px 25px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.card_two_col_red{
  background: #A10D26;
  /* padding: 5px 18px 8px 7px; */
  padding: 15px 25px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.card_two_col_black,
.card_two_col_red{
  padding: 15px 45px;
}
.card_two_col_red h3,
.card_two_col_black h3{
  font-family: 'Outfit ExtraBold';
  font-size: 24px;
  font-weight: 800;
  line-height: 30.23px;
  letter-spacing: 0.06em;
  text-align: left;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.card_two_col_red p,
.card_two_col_black p{
  font-family: Outfit;
  font-size: 20px;
  font-weight: 400;
  line-height: 31.08px;
  letter-spacing: 0.06em;
  text-align: left;  
  text-transform: capitalize;
  margin: 0;
  color: #fff;
}
.card_slider_black h3{
  font-family: 'Outfit ExtraBold';
  font-size: 14px !important;
  font-weight: 800;
  line-height: 17.11px !important;
  letter-spacing: 0.06em;
  text-align: left;
  margin: 0;
  color: #fff;
}
.card_slider_black p{
  margin: 0;
  font-family: "Outfit-Regular";
  font-size: 11px;
  font-weight: 400;
  line-height: 17.09px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #fff;
  text-transform: capitalize;
  margin-top: 8px;
}
.two_col_item img{
  width: 100%;
  display: block;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.project-slider{
 padding-bottom: 55px;
}
.project_contanier{
  padding: 0 17px 0px 17px;
}
.card_slider_content_bottom{
  display: flex;
  gap: 12px;
  align-items: center;
  /* margin-left: 22px; */
  padding-top: 10px;
}
.bg-grey{
  background: #D2D2D2;
}
.bg-grey h3{
  font-family: 'Outfit ExtraBold';
  font-size: 40px;
  font-weight: 800;
  line-height: 62.16px;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0;
  color: #222123;
  text-transform: uppercase;
}
.col-left .bg-grey p,
.col-right p{
  font-family: 'Outfit-Medium';
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.06em;
  text-align: justify;
  margin: 0;
  color: #222123;
  /* padding: 37px 21px 28px 36px; */
  padding: 32px;
}
/* .col-right p{
  font-family: 'Outfit-Medium';
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.06em;
  margin: 0;
  color: #000000;
  padding: 33px 74px 33px 68px;
} */
.col-left .bg-red h5,
.col-left  .bg-black h5{
  font-family: 'Outfit ExtraBold';
  font-size: 40px;
  font-weight: 800;
  line-height: 62.16px;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.bg-black{
  background: #222123;
}
.col-left{
  display: flex;
  flex-direction: column;
  gap:22px;
}
.col-right{
  flex-grow: 1;
}
.width-50-top,
.width-50-bottom,
.col-right{
  border-radius: 20px;
  padding-top: 15px;
}
.col-left .bg-red,
.col-left .bg-black{
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.last_card{
  margin-top: 15px;
  border-radius: 20px;
  /* height: 500px; */
  background: #7F858B;
  width:-webkit-fill-available;;
  /* padding:  29px 40px 29px 40px; */
  padding: 24px 40px 21px 40px;
}
.testimonial_wrapper p{
  font-family: "Outfit-Regular";
  font-size: 18px;
  color: #222123;
  font-weight: 400;
  line-height: 25.9px;
  font-style: italic;
  margin-bottom: 35px;
}
.testimonial_wrapper span{
  font-family: "Outfit-Regular";
  font-size: 18px;
  color: #222123;
  font-weight: 400;
  line-height: 25.9px;
}
.testimonial_wrapper span{
  display: block;
}

/* Style the tab */
.tab {
  overflow: hidden;
  margin-bottom: 21px;
}

/* Style the buttons inside the tab */
.tab button {
  cursor: pointer;
  padding: 10px 19px;
  transition: 0.3s;
  font-family: "Outfit-Regular";
  font-size: 15px;
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  font-weight: 400;
  line-height: 18.9px;

}


/* Change background color of buttons on hover */
.tab button:hover {
 
  border: 3px solid #fff;
}

/* Create an active/current tablink class */
.tab button.active {
  border: 3px solid #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  opacity: 0;                           /* Slide the content 20px down */
  transition: opacity 0.8s ease-in-out; 
}
/* .tabcontent.show {
  display: flex;             
  opacity: 1;  
  transform: translateY(0);                  
} */
#vision{
  flex-direction: column;
}
.mission{
  padding-bottom: 30px;
}
.mission ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.project_item{
  position: relative;
}
.project_item img{
  height: 300px;
  border-radius: 20px;
  object-fit: cover;
}
.mission ul li, .mission p{
  font-family: 'Outfit-Regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #fff;
  margin: 0;
}
.mission h5{
  font-family: 'Outfit ExtraBold';
  font-size: 20px;
  font-weight: 800;
  line-height: 31.08px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
}
#learders{
  /* background: url('images/Group\ 11.png'); */
  width: 100%;
  height: 360px;
  background: #dae7ef;
  /* background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  position: relative;
  justify-content: flex-start;
  align-items: center;
  border-radius: 20px;
}
.testimonial{
  position: absolute;
  width: 50%;
  padding: 40px;
  right: 0;
}

footer{
  margin-top: 15px;
  background: #222123;
  padding: 41px 58px 23px 58px;
  display: flex  ;
  justify-content: space-between;
  gap: 80px;
}
.col-1-left{
  width: 33%;
}
.col-1-right{
  width: 77%;
  display: flex;
  gap: 50px;
}
.footer_logo{
  width: 186px;
  object-fit: cover;
}
.footer_content{
  margin: 33px 0 29px 0;
}
.footer_content p{
  font-family: 'Outfit-Medium';
  font-size: 16px;
  font-weight: 500;
  line-height: 24.86px;
  letter-spacing: 0.06em;
  text-align: left;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 42px;
}
.footer_title p{
  font-family: 'Outfit-Medium';
  font-size: 16px;
  font-weight: 500;
  line-height: 24.86px;
  letter-spacing: 0.06em;
  text-align: left;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 90px;
}
.footer_content p:last-child{
  margin-bottom: 0;
}
.social_icons{
  display: flex;
  gap: 20px;
}
/* .twitter, .fb, .linkedin{
  background: #D9D9D9;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
} */
.twitter svg, .fb svg, .linkedin svg{
  border-radius: 50%;
}
header{
  position: relative;
  
}
.header_wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
padding-left: 11.5625em;
  padding-right: 12.5em;
  position: relative;
  height: 72px;
}
.logo_header img{
  width: 172px;
  object-fit: cover;
}
.header_title p{
  font-family: "Outfit-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 20.15px;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0;
  color: #222123;
  text-transform: uppercase;
  
}
.menu{
  display: flex;
  align-items: center;
  gap: 50px;
}
.menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 50px;
}
.menu ul li{
  font-family: "Outfit-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: left;

}
.search_wraper{
  background: url('images/search.png');
  width: 20px;
  height: 20px;
}
/* Hamburger icon */
.hamburger_icon {
  display: none; /* Hide on larger screens */
  font-size: 30px;
  cursor: pointer;
}
.menu_wrapper{
  display: none;
}
.owl-dots {
  display: block !important;
  position: absolute; /* Ensure it's not behind other elements */
  bottom: 10px; /* Position it at the bottom of the carousel */
  left: 50%;
  transform: translateX(-50%); /* Center align */
  z-index: 10; /* Ensure it is above other elements */
  padding: 0;
}

.owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px; /* Add some space between dots */
  width: 10px;
  height: 10px;
  background-color: #ccc !important; /* Set dot color */
  border-radius: 50%;
  opacity: 1; /* Set the default opacity */
  cursor: pointer;
}

.owl-dots .owl-dot.active {
  background-color: #fff !important; /* Change color for active dot */
  opacity: 1;
}
.inner_content_wrapper  h3{
  font-family: 'Outfit ExtraBold';
  font-size: 36px;
  font-weight: 800;
  line-height: 45.36px;
  letter-spacing: 0.06em;
  text-align: left;
  margin: 25px 0;
  padding: 0;
}
.inner_content_wrapper p{
  font-family: 'Outfit-Medium';
  font-size: 20px;
  font-weight: 500;
  line-height: 31.08px;
  letter-spacing: 0.06em;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #fff;
  margin-bottom: 50px;
}
.single_col_inner_wrapper h5{
  font-family: 'Outfit ExtraBold';
  font-size: 48px;
  font-weight: 800;
  line-height: 60.48px;
  letter-spacing: 0.06em;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #222123;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.single_col_inner_wrapper p{
  font-family: 'Outfit-Medium';
  font-size: 25px;
  font-weight: 500;
  line-height: 38.85px;
  letter-spacing: 0.06em;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #222123;
}
.single_col_wrapper{
  margin-top: 32px;
  margin-bottom: 32px;
}
.single_col_inner_wrapper{
  margin-bottom: 78px;
}
.single_col_inner_wrapper:last-child{
  margin-bottom: 0px;
}
.red_box{
  background: #A10D26;
  border-radius: 20px;
  position: relative;
}
.grey_box{
  background: #B4B4B4;
  border-radius: 20px;
  position: relative;;
}
.black_inner_box{
  background: #222123;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.black_inner_box h5{
  font-family: 'Outfit ExtraBold';
  font-size: 40px;
  font-weight: 800;
  line-height: 50.38px;
  letter-spacing: 0.06em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.red_inner_box {
  background: #A10D26;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.red_inner_box h5{
  font-family: 'Outfit ExtraBold';
  font-size: 40px;
  font-weight: 800;
  line-height: 50.38px;
  letter-spacing: 0.06em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.box_inner_content{
  padding: 15px 45px;
}
.box_inner_content h5{
  font-family: 'Outfit ExtraBold';
  font-size: 48px;
  font-weight: 800;
  line-height: 60.48px;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
}
.box_inner_content p{
  font-family: 'Outfit-Regular';
  font-size: 20px;
  font-weight: 400;
  line-height: 31.08px;
  letter-spacing: 0.06em;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #fff;
  margin: 32px 0 164px 0;

}
.map iframe{
  height: 100%;
  border-radius: 20px;
  width: 100%;
}
.img-icon-wrapper{
  width: 100%;
}
/* .red_content_wrapper{
  width: 50%;
} */
.img-icon-wrapper img{
  width: 100%;
  display: block;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.icon_wrapper_red{
  background: #A10D26;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 0;
  padding-top: 8px;
  padding: 15px 45px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.icon_wrapper_red h3,
.icon_wrapper_grey h3,
.icon_wrapper_black h3{
  font-family: 'Outfit ExtraBold';
  font-size: 15px;
  font-weight: 800;
  line-height: 21.49px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.icon_wrapper_grey{
  background: #AFAFAF;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 0;
  padding-top: 8px;
  padding: 15px 45px;
  flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.icon_wrapper_black{
  background: #222123;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 0;
  padding-top: 8px;
  padding: 15px 45px;
  flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.title_big{
  background: #A10D26;
  margin: 31px 95px 35px 95px;
  border-radius: 20px;
}
.title_big h3{
  font-family: 'Outfit ExtraBold';
  font-size: 48px;
  font-weight: 800;
  line-height: 74.59px;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
}
.awards_item_wrapper{
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.awards_item{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10%;
}
.awards_item img {
  object-fit: cover;
  border-radius: 20px;
  width: 416px !important;
}
.awards_description{
  background-color: #fff;
    /* position: absolute;
    top: 0;
    bottom: 20px;
    left: 0;
    right: 0; */
    color: #646464;
    border-radius: 20px;
    
}
.awards_item_wrapper a{
  color: #A10D26;
  font-family: "Outfit-Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 28.3px;
  letter-spacing: 0.06em;
}
/* .awards_item:hover .awards_description{
  opacity: 0.9;
    transform: translateY(0);
} */
.awards_description h6{
  font-family: 'Outfit ExtraBold';
    font-size: 24px;
    font-weight: 800;
    line-height: 37.3px;
    letter-spacing: 0.06em;
    margin: 0;
}
.awards_description p{
  font-family: "Outfit-Regular";
  font-size: 24px;
  font-weight: 400;
  line-height: 37.3px;
  letter-spacing: 0.06em;
  margin: 0;
  text-align: center;
}
.awards_description > div{
  padding: 50px 20px;
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.card{
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
.card .card-img{
  height: 130px;
  width: 100px !important;
}
.card h6{
  font-family: "Outfit-Regular";
  font-size: 20px;
  line-height: 28px;
}
.img-logo{
  height: auto !important;
  width: auto !important;
}

.full_width_slider.owl-carousel .owl-nav .owl-prev {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute; 
  left: 10px; 
  top: 50%; 
  transform: translateY(-50%); 
  opacity: 0.5; 
  transition: opacity 0.3s ease-in-out; 
  height: 3rem;
  width: 3rem;
}
.full_width_slider.owl-carousel .owl-nav .owl-prev::before{
  content: "";
  background: url("images/download.svg");
  background-repeat: no-repeat;
  height: 1.5rem;
  width: 1.5rem;
  transform: rotate(180deg);
}

.full_width_slider.owl-carousel .owl-nav .owl-prev:hover,
.full_width_slider.owl-carousel .owl-nav .owl-next:hover {
  opacity: 1; 
}

/* Style for the next button */
.full_width_slider.owl-carousel .owl-nav .owl-next {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute; 
  right: 10px; 
  top: 50%; 
  transform: translateY(-50%); 
  opacity: 0.5; 
  transition: opacity 0.3s ease-in-out; 
  height: 3rem;
  width: 3rem;
}
.full_width_slider.owl-carousel .owl-nav .owl-next::before{
  content: "";
  background: url("images/download.svg");
  background-repeat: no-repeat;
  height: 1.5rem;
  width: 1.5rem;
}
.full_width_slider.owl-carousel .owl-nav .owl-next span,
.full_width_slider.owl-carousel .owl-nav .owl-prev span{
 display: none;
}

@media (max-width: 1500px){
  .card_full_width img{
    height: 525px;
  }
}
@media (max-width: 1300px){
  .width-50-card_black,
  .width-50-red{
    height: 230px;
  }
  
}
@media (max-width: 1200px){
  .container {
    max-width: calc(100% - 16%);
    margin-left: 8%;
    margin-right: 8%;
  }
  footer{
    flex-wrap: wrap;
  }
  .col-1-left, 
  .col-1-right{
    width: 100%;
  }
  .footer_title p{
    margin-bottom: 30px;
  }
}
@media (max-width: 1100px){
  .width-50-card_black,
  .width-50-red{
    height: 250px;
  }
}
@media (max-width: 1024px){
  #learders{
    /* background: url("images/home_page_leaders_talk01_mobile.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
       flex-direction: column;
    height: auto;
  }
  .testimonial {
    width: auto;
    position: relative;
}
}

@media (max-width: 991px){
  .width-50-card_black{
    height: auto;
  }
  .width-50-red{
    height: 100px;
  }
  .menu, .header_title {
    display: none;
  }
  .hamburger_icon {
    display: block; /* Show hamburger icon */
  }
  .menu_wrapper.active  {
    display: block;
    width: -webkit-fill-available;
    position: absolute;
    top: 71px;
    background-color: #fff;
    text-align: center;
    z-index: 9;
    left: 0;
    padding-left: 11.5625em;
    padding-right: 12.5em;
  }
  .container {
    max-width: calc(100% - 10%);
    margin-left: 5%;
    margin-right: 5%;
  }
  .banner_text_wrap h2 {
    font-size: 28px;
    line-height: 40.46px;
  }
  .header_title_mobile p{
    font-family: "Outfit-Regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 17.15px;
    letter-spacing: 0.01em;
    text-align: left;
    margin: 0;
    color: #222123;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .menu_mobile ul{
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .menu_mobile ul li{
    font-family: "Outfit-Regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 17.16px;
    text-align: left;
    margin-bottom: 15px;
  }
  .search_wraper{
    margin-bottom: 15px;
  }
  .card_full_width_content_below h3,
   .card_full_width_content_above h3, 
   .card_half_width_content_above h3,
    .width-50-card_black_inner h3 {
    font-size: 18px;
    line-height: 25.49px;
  }
  .card_full_width_content_below p, 
  .card_full_width_content_above p, 
  .card_half_width_content_above p, 
  .width-50-card_black_inner p {
    font-size: 14px;
    line-height: 20.08px;
  }
  .card_black h3 {
    font-size: 29px;
    line-height: 20px;
  }
  .card_black p {
    font-size: 14px;
    line-height: 18px;
  }
  .card_black{
    width: 45%;
    min-width: 45%;
  }
  .two_col_wrapper{
    flex-wrap: wrap;
  }
  .two_col_wrapper,
  .two_col_wrapper_not_uniform{
    grid-template-columns: 1fr;
  }
  .width-50-card img,
  .width-50-card{
    width: 100%;
  }
  .map iframe {
    height: 450px;
}
  
  .col-left,
  .card_black {
    width: 100%;
    min-width: 100%;
  }
  .title_big h3{
    font-size: 38px;
    line-height: 64.59px;
  }
  .card_black p,
  .card_black ul li{
    font-size: 20px;
    line-height: 30px;
  }
  .card_full_width img{
    height: 450px;
  }
  .awards_item{
    flex-direction: column;
  }
  .awards_item img {
    width: 100% !important;
  }
}
@media (max-width: 767px){
  .header_wrapper,  
  .menu_wrapper.active  {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }
  .banner_text_wrap h2 {
    font-size: 14px;
    line-height: 25.46px;
  }
  .width-50-card{
    width: 100%;
  }
  .width-50-red{
    height: 100px;
  }
  .width-50-red h3{
    font-size: 29px;
    line-height: 20px;
  }
  .text-white{
    font-size: 20px;
    line-height: 30.3px;
    margin-bottom: 30px;
  }
  .text-red{
    font-size: 20px;
    line-height: 30.3px;
  }
  .bg-red h3 {
    font-size: 30px;
    line-height: 40.38px;
  }
  .bg-grey h3,
  .col-left .bg-red h5, .col-left .bg-black h5 {
    font-size: 30px;
    line-height: 42.16px;
  }
  .two_col_wrapper,
  .col-1-right{
    flex-wrap: wrap;
  }
  
  .box_inner_content h5 {
    font-size: 32px;
    line-height: 42.48px;
  }
  .red_inner_box h5,
  .black_inner_box h5 {
    font-size: 21px;
    line-height: 26.23px;
  }
  .single_col_inner_wrapper h5 {
    font-size: 32px;
    line-height: 40.48px;
    margin-bottom: 28px;
  }
  .single_col_inner_wrapper p {
    font-size: 20px;
    line-height: 30.85px;
  }
  .title_big h3{
    font-size: 28px;
    line-height: 54.59px;
  }
  .card_full_width img{
    height: 350px;
  }
}
@media (max-width: 600px){
  .card_full_width_content_below,
  .card_full_width_content_above{
    position: unset;
  }
  .card_full_width  img{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card_full_width_content_above ~ img{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .title_big h3{
    font-size: 18px;
    line-height: 34.59px;
  }
  .title_big{
    margin: 31px 0px 35px 0px;
  }
  .width-50-card_black{
    position: unset;
  }
  .width-50-card img{
    border-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: auto;
  }
}
@media (max-width: 500px){
  #learders img{
    width: 100%;
    object-fit: cover;
  }
  .width-50-card img{
    height: 500px;
  }
  .card_full_width img{
    height: 250px;
  }
}


