body{
   font-family: 'Jost', sans-serif;
   /*background-image: url(images/area_bg.jpg);
   background-repeat: no-repeat;
   background-size: cover;*/
   /*background-attachment: fixed;*/
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #e31e25;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.body-content{ margin-top: 98px; }

header{ top:0;     background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 9px; color: #fff; width:100%;
    z-index: 99; transition: .3s ease-in-out; padding: 10px 0px; }
.navbar{ margin-bottom: 0px;border:none;}
.navbar-fixed-top{background: #fff;}
.logo img{ width:200px; padding: 10px; }


.block{ padding: 4rem 0 4rem; }
.btn{     text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    color: #000 !important;
    line-height: 1.5;
    padding: 12px 30px;
    font-size: 15px;
    border-radius: 0px;
    letter-spacing: 1.4px;
    position: relative;
    font-weight: 500; }
.btn-primary{     text-transform: uppercase !important;
    color: #fff;
    cursor: hand;
    text-transform: capitalize;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
    align-items: center;
    color: #fff !important;
    box-shadow: 8px 8px 15px rgb(0 0 0 / 23%) !important;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #000000, #000000); }
.btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    -webkit-transform: scaleX(.3);
    transform: scaleX(.3);
    opacity: 0;
    transition: all .3s;
}
.btn-primary:hover::before {
    opacity: 1;
    background-color: #d51d26;
    background-color: #d51d26;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
    transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity;
}


.openMenu {
    font-size: 30px;
    cursor: pointer;
    z-index: 99;
}
.hamburger {
    background: #e31e25;
    padding: 8px 10px;
}
.hamburger .line {
    width: 35px;
    height: 5px;
    border-radius: 5px;
    background-color: #ecf0f1;
    display: block;
    margin: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-child(2) {
    width: 26px;
}
.hamburger:hover {
    cursor: pointer;
}

.overlay {
  height: 0;
  width: 50%;
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.3s linear;
}

.overlay2 {
  left: 0;
  top: 0;
  bottom: auto;
  height: 60%;
  width: 0%;
  overflow: hidden;
}

.overlay4 {
  height: 0;
  width: 25%;
  right: 50%;
}

.overlay3 {
  right: 75%;
  height: 40%;
  width: 0%;
}

.bg-menu-img1 {
    background-image: url(images/9.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-menu-img1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgb(255 255 255 / 36%);
}
.bg-menu-img2 {
    background-image: url(images/recognitions/6.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-menu-img2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.46);
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 100px;
}
.overlay ul li {
    margin: 15px 0px;
}
.overlay ul li a {
    text-decoration: none;
    font-size: 22px;
    color: #c0bbbb;
    display: block;
    transition: 0.3s;
    text-align: left;
    padding-left: 95px;
    display: flex;
    align-items: end;
    transition: 0.3s;
}
.overlay-content a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.overlay-content a::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #85c0e4;
    transition: width 0.3s;
    position: absolute;
    left: 0;
    top: 45%;
}
.career-arrow {
    width: 25px;
    height: 25px;
    background: #383e91;
    color: #fff;
    border-radius: 50%;
    padding: 2px 5px 7px;
}
.careers-wrap {
    position: absolute;
    bottom: 5%;
    left: 5%;
}
.careers-wrap a {
    color: #000;
}
.careers-wrap .section-heading {
    font-size: 2rem;
    font-weight: 700;
}
.overlay3 p {
    position: absolute;
    right: 20px;
    bottom: 0;
    color: #fff;
    text-align: right;
    letter-spacing: 2px;
    font-size: 17px;
    transition: 0.6s;
}
.overlay .closebtn {
    position: absolute;
    top: 4%;
    right: 14%;
    font-size: 0;
    color: #fff;
    z-index: 1;
}
.overlay .closebtn span{ font-size: 3rem; }
.overlay-content a::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #e31e25;
    transition: width 0.3s;
    position: absolute;
    left: 0;
    top: 45%;
}
.overlay a:hover::before {
    width: 7%;
}


.wrapper{
  overflow-x: hidden;
}


.my-slider{
  padding: 0 70px;
}
.slick-initialized .slick-slide{
  background-color: #b32532;
  color: #FFF;
  height: 200px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}



.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}



/*about*/
.about-section img{ object-fit: cover; }
.section-heading{ font-family: 'Roboto Condensed', sans-serif; margin-bottom: 20px; 
   text-transform: uppercase; }
.section-heading h2{     font-weight: 600; font-size: 3rem; }
.about-everyone{ position: relative; }
.about-everyone:before{ position: absolute; content: ''; bottom: 0; left: 0; width: 100%; height: 20%;
 background:#004aab; z-index: -1; }



/*ready_for_future*/

.ready_for_future ul{ border-left: 3px solid #004aac; margin-top: 20px; padding-left: 1rem;  }
.ready_for_future ul li{ list-style: none;font-family: 'Roboto Condensed', sans-serif;
text-transform: uppercase; font-weight: 600;     line-height: 38px; }


/*services*/
a.service-card{ margin-bottom: 30px; color: #000; display: block; }
.service-card img{ height: 250px; width: 100%; object-fit: contain; border: 1px solid #ddd; padding:20px; }
.service-card h4{ margin-top: 15px; font-size: 20px; font-family: 'Roboto Condensed', sans-serif;
 font-weight: 600; }

/*recognitions*/
.recognitions img{ width:100%; height: 100%; object-fit: cover; }


/*service detail*/



/*footer*/
.footer {
    background: #000;
    color: rgba(255,255,255,.7);
    padding: 50px 0px 20px;
    line-height: 25px;
    margin-top: 5rem;
}
.footer .overlay-img{ height:300px; width:100%; object-fit: cover; object-position: center; margin-top: -110px;
    margin-bottom: 40px; }
.footer h3{ font-size: 22px; }
.footer-social, .footer-social a{ color: #dbdbdb; }
.footer-social img {
    border-radius: 7px;
    margin-right: 12px;
}


@media(min-width: 320px) and (max-width: 767px){

}


@media(min-width: 768px) and (max-width: 991px){

.nav li a{font-size: 14px;}

}


@media(max-width: 991px){
  .logo img{ width: 150px; }
  .hamburger .line {
    width: 26px;
    height: 2px;
    border-radius: 5px;
    margin: 6px;}
  .hamburger{ padding: 5px 5px; }
  
#myNav2, #myNav3, #myNav4{ display: none; }
#myNav{ width: 100%; right:0; }

.overlay-content{ margin-top: 0px; }
.overlay .closebtn span {
    font-size: 2rem;
}
.overlay .closebtn{ right:6%; }
.overlay ul li a{ font-size: 18px; }


.block{ padding: 2rem 0 2rem; }
.section-heading h2{ font-size: 2rem; }
.about-everyone h3{     font-size: 1.3rem; }
.btn{ padding: 10px 20px; font-size: 14px; }

}
