@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #231F20;
}
.f-light{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
}
.f-regular{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
}
.f-medium{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}
.f-semibold{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}
.f-bold{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}

.headfont{
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{

  font-weight:300;
}
.f-regular{

 font-weight:400;
}
.f-medium{

  font-weight:500;
}
.f-semibold{

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{

    font-weight:800;
}
.f-black{

  font-weight:900;
} 
p{
  font-weight:400;
  color: #6B6B6B;
  font-size: 1.1vw;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    height: 4.95vw;
    padding: 0px 0 0px;
    transition: all 0.3s 
    ease-in-out;
    background: #fff;
    border-bottom: 3px solid #EE2C24;    
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}*/
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 1vw;
    color: #fff;
    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3s 
    ease-in-out;
    position: relative;
    color: #000;
    font-weight: 500;
    margin: 0 0.9vw;
    margin-top: 1.5vw;
    position: relative;
    padding: 0px 0px;
    font-family: "Outfit", sans-serif;
}
.navbar-expand-md .navbar-nav .nav-link::before {
    /* background: transparent linear-gradient(270deg, #FFFFFF 0%, #FF4343 40%, #00BEF7 100%) 0% 0% no-repeat padding-box; */
    height: 3px;
    width: 0%;
    position: absolute;
    content: "";
    bottom: -11px;
    left: 0;
    transition: all 0.4s;
    background: #EE2C24;
}
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    width: 100%;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link:before,
.navbar-expand-md .navbar-nav .nav-item:nth-child(6) .nav-link:before{
    display: none;
}
header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #EE2C24;
    font-weight: 500;
}
.navbar-brand {
    position: absolute;
    top: 1vw;
    left: 0;
    padding: 0;
}
#header-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 10px;
    color: #000;
}
#header-contact a {padding: 0; margin: 0;}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 36px;
}
footer{
    position: relative;
     background:url(../images/footer-bg.webp) no-repeat;
      background-position: center;
    background-size: cover;
    background-size: cover;
}
.main-footer {
   
    position: relative;
   
    background-position: center;
    padding: 50px 0px;
}
.btm-strip {
    background: #00000047;
    background: #FFFFFF30;
}
.btm-strip p {
    color: #FFFFFF;
    font-size: 0.89vw;
    font-weight: 400;
    margin-bottom: 0;
}
a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
} 
.column:nth-child(1) {
    width: 24%;
    margin-right: 0;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 1vw;
    font-size: 0.89vw;
    line-height: 1.4vw;
    width: 100%;
    font-weight: 300;
    margin-bottom: 0;
}
.social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
}
.column:nth-child(1) .social-box a {
    font-size: 1.3vw;
    margin-right: 1vw;
    border: 1px solid #FFFFFF33;
    padding: 5px 10px;
}
.social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}
.footer-logo {
   background: #fff;
   padding: 10px 20px;
   box-shadow: 0px 0px 93px #00000029;
   border-radius: 6px;
   margin-top: -26%;
}
.column:nth-child(2) {
    width: 19%;
    position: relative;
    padding-left: 4vw;
}
.column h4 {
    color: #fff;
    font-size: 1.1vw;
    font-weight: 600;
    margin-bottom: 1.4vw;
    position: relative;
}
.column h4::before {
    position: absolute;
    content: "";
    background: #EE2C24;
    height: 2px;
    width: 59px;
    bottom: -0.5vw;
}
.footer-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
}
.footer-wrapper.align-items-start img {
    position: relative;
    top: 2px;
}
.footer-wrapper a {
    margin-bottom: 0;
    padding-bottom: 0;
}
.column:nth-child(3) {
    width: 28%;
}
.column:nth-child(4) {
    width: 25%;
}
.column:nth-child(5) {
    width: 20%;
}
.column:nth-child(5) p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 13px 0px;
}
.column a {
    display: block;
    padding-bottom: 0.7vw;
    /* line-height: 20px; */
    color: #fff;
    font-size: 0.89vw;
    font-weight: 300;
    width: fit-content;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
.footerlogo {
    width: 55%;
}

.column p {
    color: #fff;
    margin-top: 1vw;
    font-size: 0.89vw;
    line-height: 1.4vw;
    font-weight: 300;
    margin-bottom: 0;
}
.footer-wrapper p {
    margin-top: 0;
}
.footer-wrapper a {
    padding-bottom: 0;
    display: inline-block;
}
.footer-wrapper img {
    margin-right: 10px;
}
.common-btn {
    width: fit-content;
    height: 45px;
    background: #EE2C24;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1vw;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    border: 0px;
    padding: 10px 20px;
}
.common-btn img{
    margin-left: 0.3vw;
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#231F20;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.address-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
.common-btn:hover{
    color:#fff !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn:hover span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #ffffffc4;
    transform: rotate(323deg);
    position: relative;
    top: 1px;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {

    padding: 16px 15px 16px 15px;
    position: relative;
}
.btm-strip a {
    font-size:0.89vw;
    color: #fff;
}
.btm-strip {
  color:#fff;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(6) .nav-link {
    margin-top: 1.1vw;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(6) .nav-link img{
    margin-right: 0.2vw;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link {
    /* border: 1px solid #ccc; */
    border-radius: 0;
    padding: 9px 21px;
    color: #ffffff;
    font-size: 1vw;
    margin-top: 1.3vw;
    background: #ee2c24;
    display: flex;
    align-items: center;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link img {
    margin-left: 0.3vw;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 80vw;
}
.slider-single .item img{filter: brightness(0.5);}
.home-slider {
    position: relative;
    margin-top: 3.5vw;
}
.slider-nav {
    position: relative;
    top: -8vw;
    left: 22vw;
}
.caption h6{
    color: #fff;font-weight: 500;
    font-size: 1.04vw;
}
.caption h2{
    color: #fff;font-weight: 700;
    font-family: "Outfit", sans-serif;
    font-size: 3.13vw;
    line-height: 3.65vw;
}
.caption p{
    font-weight: 400;color: #fff;
    font-size: 1vw;
}
.home-slider .caption {
    position: absolute;
    top: 31%;
    left: 11vw;
}
.slider-single .item .common-btn img {
    filter: unset;
    margin-left: 0.3vw;
}
.slider-single .item{
    position: relative;
}
.slider-single .slick-prev{
    position: absolute;
    bottom: 3vw;
    z-index: 2;
    left: 11vw;
}
.slider-single .slick-next{
    position: absolute;
    bottom: 3vw;
    left: 15vw;
}
.slider-single button {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 2vw;
}
.subheading{
    color: #EE2C24;
    font-size: 1.04vw;
    font-weight: 600;
    line-height: 1.41vw;
    letter-spacing: 1px;
}
.heading{
    font-family: "Outfit", sans-serif;
    color: #231F20;
    font-weight: 600;
    font-size: 2.08vw;
    line-height: 2.86vw;
}
.font20 {
    font-size: 1.3vw;
}
.red{color: #FF0600;}
.counter-single h4{font-size: 1.88vw;font-weight: 700;}
.counter-single {
    text-align: center;
    margin-right: 2vw;
    margin-top: 1vw;
    margin-bottom: 1.5vw;
    /* width: 35%; */
}
.home-about .text-box{width: 94%;}
.home-about .img-box{position: relative;float: right;}

.exp-box h4 {
    font-size: 2vw;
    position: absolute;
    top: 0.7vw;
    line-height: 23px;
    left: 3vw;
    font-weight: 700;
}
.exp-box h4 span {
    font-size: 0.89vw;
    font-weight: 400;
    line-height: 8px;
}
.exp-box {
    position: absolute;
    top: 3vw;
    right: 1.9vw;
}
.services {
    background: #222;
    padding: 5vw 0;
    margin-top: 0vw;
    background: url(../images/services-homebg.jpg);
}
.service-slider {
    padding-left: 9.6vw;
    margin-top: 3vw;
}
.service-slider .item {
    background: #fff;
    display: block;
}
.service-slider .item .text-box {
    padding: 1vw;
    color: #151515;
}
.service-slider .item .text-box h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 13px;
    margin-bottom: 1.4vw;
    font-size: 18px;
    height: 53px;
}
.slider-nav .item img {
    padding: 0 6px;
}
.service-slider .item .text-box span {
    font-weight: 700;
    color: #515151;
    font-family: "Outfit", sans-serif;
    font-size: 0.89vw;
    display: flex;
}
.service-slider .item .text-box span img {
    margin-left: 0.2vw;
    width: auto !important;
    filter: invert(64%) sepia(12%) saturate(4%) hue-rotate(333deg) brightness(100%) contrast(99%);
}
.service-slider .item .icon-box {
    background: #fff;
    height: 4.58vw;
    width: 4.58vw;
    border: 5px solid #00000024;
    position: absolute;
    top: 10vw;
    right: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.service-slider .item .img-box {
    position: relative;
}
.service-slider .item .icon-box img {
    width: auto !important;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(317deg) brightness(130%) contrast(185%);
}
.service-slider .item .text-box p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-slider .owl-stage {
    padding-left: 0 !important;
}
.service-slider.owl-theme .owl-nav [class*=owl-],
.service-slider.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
    font-size: 1.5vw;
}
.service-slider.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -9vw;
    right: 8vw;
}
.why-choose-wrapper div{
    padding-left: 10px;
}
.why-choose-wrapper .text-box {
    padding-top: 3vw;
}
.why-choose-wrapper div {
    padding-left: 23px;
}
.why-choose-wrapper {
    margin-top: 1vw;
    width: 95%;
    background: transparent;
    padding: 1vw;
    transition: all 0.5s;
}
.why-choose-wrapper:hover{
    background: #EE2C24;
}
.why-choose-us {
    padding-bottom: 4vw;
       background: url(../images/home-why.webp) no-repeat;
    background-position: center;
    background-size: cover;
}
.why-choose-wrapper p{margin-bottom: 0;}
.why-choose-wrapper:hover img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(166%) contrast(102%);
}
.why-choose-wrapper:hover h3,.why-choose-wrapper:hover p{
    color: #fff;
}
.certificate{
    background: #F6F6F6;
    padding: 4vw 0;
}
.certificate-wrapper{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.certificate-single {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5vw;
}
.news-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
    margin-top: 3vw;
}
.news {
    padding: 4vw 0;
}
.news .text-box p {
    display: flex;
    align-items: center;
    margin-right: 17px;
    font-size: 15px;
}
.news .text-box p img {
    margin-right: 6px;
}
.news .text-box {
    margin-top: 1vw;
}
.news .text-box h6 {
 color: #231F20;
/* text-decoration: underline;*/
 font-weight: 600;
}
.news a{
    font-size: 1vw;
    font-family: "Outfit", sans-serif;
    color: #EE2C24 !important; 
    font-weight: 500; 
}
.news a img {
/*  filter: invert(28%) sepia(86%) saturate(4105%) hue-rotate(349deg) brightness(95%) contrast(95%);*/
  margin-left: 4px;
}
.why-choose-us .text-box {
    margin-top: 4vw;
}
.breadcum {
    position: relative;
    margin-top: 4vw;
}
/*.breadcum img{
  height: 300px;
  object-fit: cover;
}*/
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum .main-img {
    width: 100%;
    filter: brightness(0.8);
}
.caption-heading {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
}
.breadcum h1 {
    font-size: 2.6vw;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 800;
}
.breadcum-list a,
.breadcum-list span{
    font-size: 0.89vw;
    color: #fff;
}
.service{
    padding: 4vw 0;
      background: url(../images/service-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
}
.service .img-box{position: relative;width: 94%;}
.service .img-box::before {
    position: absolute;
    content: "";
    background: #EE2C24;
    width: 99%;
    height: 99%;
    z-index: -1;
    right: 0px;
    bottom: 3px;
}
.offer-wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2vw;
    margin-top: 3vw;
}
.offer-single img{display: block;margin: 0 auto 1vw;}
.what-we-offer {
    background: #231F20;
    padding: 4vw 0;
    background: url(../images/vision-bg.jpg);
}
.key-advantage .img-box {
    position: relative;
    float: right;
}
.key-advantage .img-box::before {
    position: absolute;
    content: "";
    background: #EE2C24;
    width: 99%;
    height: 99%;
    z-index: -1;
    right: 13px;
    bottom: -6px;
}
.key-advantage ul li {
    font-size: 1vw;
    list-style-type: disc;
    margin-bottom: 0.6vw;
}
.key-advantage{
    padding: 4vw 0;
      background: url(../images/service-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
}
div#accordionExample {
    width: 77%;
    margin: 2vw auto 0;
}
.career div#accordionExample {
    width: 100%;
    margin: 0vw auto 0;
}
.accordion-item {
    margin-bottom: 2vw;
    border-top: 1px solid #5151511A;
}
.accordion-button {
    background: #5151510A;
    border: 1px solid #5151511A;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    color: #231F20;
}
.accordion-button:not(.collapsed){
    background: #EE2C24;
    color: #fff;
    box-shadow: unset;
}
.accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type .accordion-button.collapsed{border-radius: 0 !important;}
.accordion-collapse.collapse.show{
    box-shadow: 0px 0px 56.3px 0px #00000033;
}
.faq{
    padding-bottom: 4vw;
}
.contact-main {
    display: flex;
    align-items: flex-start;
    box-shadow: 0px 2px 34.7px 0px #00000026;
    background: #fff;
      background: url(../images/contactbg.webp) no-repeat;
    background-position: center;
    background-size: cover;
}
.form-box {
    width: 60%;
    padding: 2vw;

}
.info-box {
    width: 40%;
    background: #401414;
    padding: 2vw;
    background: url(../images/info-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
}
.form-group img {
    position: absolute;
    top: 15px;
    right: 10px;
}
.form-group {
    position: relative;
    margin-bottom: 1.5vw;
}
.contact-wrapper a {
    font-size: 1vw;
    color: #6B6B6B;
}
.contact-wrapper a:hover{
    color: #6B6B6B;
}
.contact-wrapper {
    background: #fff;
    padding: 1vw;
    margin-bottom: 2vw;
}
.contact {
    padding: 4vw 0;

}
.form-box .row {
    margin-top: 2vw;
}
.info-box hr {
    color: #f2f2f2 !important;
    margin-bottom: 2vw;
}
input.form-control {
    padding: 0.7vw;
    border-radius: 0;
    font-size: 0.89vw;
}
.contact-wrapper img {
    padding-right: 10px;
}

.about-divwrapp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.about-divwrapp img{
    width:18%;
    margin-right:10px;
}

.about-divwrapp .d-flex{
    width:47%;
    margin-right:20px;
}
.home-about {
    background: url(../images/home-about-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 4vw;
}
.about{
    padding:70px 0px;
      background: url(../images/about-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.vision {
    background: #000;
    padding: 70px 0px;
    color: #fff;
    background: url(../images/vision-bg.jpg);
}

.vision p{
    color:#fff;
}
.vision-wrapp {
    display: flex;
    align-items: flex-start;
    margin-bottom:40px;
    margin-left:70px;
}

.vision-wrapp img{
    margin-right:20px;
}

.vision .heading , .vision .subheading{
    color:#fff;
}
.core-values {
    display: flex;
    flex-wrap: wrap;
    gap:30px;
}

.core-single{
    width:31%;
    text-align:center;
    margin-bottom:20px;
    padding:30px 30px;
    transition:all 0.5s ease-in-out;
}
.core-single:hover p{
    color:#fff;
}
.core-single img{
    margin-bottom:10px;
}

.values{
    padding:70px 0px;
}
.core-single:hover{
  background:#EE2C24; 
  box-shadow: 0px 2px 77px 0px #00000033;

}
.core-single:hover h4{
    color:#fff;
}
.core-single:hover img{
    filter: invert(96%) sepia(155%) saturate(36%) hue-rotate(292deg) brightness(145%) contrast(101%);
}
.core-single h4 {
    font-size: 20px;
}
.career-content {
    padding: 60px 0px;
}

.career-form h5{
    font-size: 22px;
    /* padding-left: 1.8vw; */
    padding-top: 0.7vw;
    padding-bottom: 0.8vw;
    background: #ee2c24;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    color: #fff;
}
.career-form {
    /* background: #EDEDED; */
    border-radius: 20px;
    margin-left: 2vw;
    border: 1px solid #D4B268;
}
.career-form .img-box,
.career-form .img-box img{
    border-radius: 20px 20px 0px 0px;
}
.career-form form {
    padding: 0px 1.8vw 1.5vw;
}
.job-single:hover img {
    filter: invert(95%) sepia(5%) saturate(0%) hue-rotate(288deg) brightness(171%) contrast(100%);
}
.select2-container--default .select2-selection--single{
    border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:23px !important;
}
#uploadDiv {
    width: 100%;
    height: auto;
    border: 1px dashed #ee2c242b;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #515151;
    font-family: sans-serif;
    font-size: 0.89vw;
    padding: 0.5vw 1vw;
    background: #ee2c242b;
    height: 2.7vw;
}
#uploadDiv img {
    width: 7%;
    position:relative;
    height:auto;
    top:0px;
}
#uploadDiv:hover {
    background-color: #f0f8ff;
}
.job-description .accordion-body {
    padding: 20px 20px 20px !important;
    border-radius: 43px;
}
.job-description .accordion-item{
    border-radius: 21px;
}
.career .accordion-item {
    margin-bottom: 0px;
    border-radius: 20px !important;
    border: 1px solid;
    overflow: overlay;
}
.job-description h5:hover {
    color: #000 !important;
}
.job-description .accordion-body li {
    list-style-type: disc;
/*    font-size:1.1vw;*/
}
.job-description .accordion-body ul{
    padding-left:20px;
}
.job-description .accordion-button {
    border-top: 0px;
    font-weight: 500;
    font-size: 22px;
}
.job-description li {
    font-size: 1vw;
    color: #515151;
    line-height: 130%;
    margin-bottom:10px;
}
.career .common-btn span {
    color: #000;
    padding-left: 4px;
}
.career-content .img-box{
    border-radius:20px;
}
.service-details li {
    list-style-type: disc;
    margin-bottom: 5px;
}
.career .accordion-item {
    margin-bottom: 20px;
    border-radius: 28px;
    /* background: transparent; */
}
.career-form .form-control {
    margin-bottom: 15px;
    border-radius: 0;
}

.job-description li {
    font-weight: 400;
    color: #6B6B6B;
    font-size: 1vw;
}
label.form-control-label {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 400;
}
.career {
    padding: 70px 0px;
    background:#fcfcfc;
}

.accordion-button:not(.collapsed)::after{
    filter: invert(131%) sepia(130%) saturate(2%) hue-rotate(321deg) brightness(163%) contrast(101%);
}

.services .container-fluid{
    padding:0px;
}
.insights-details {
    padding: 70px 0px;
}

.insights-details .container{
    width:80%;
}
.insights-details h4 {
    padding-top: 10px;
}
.home-about h6 {
    font-size: 17px;
}

.img-box{
 position:relative;
 
}
.img-box img {
  transition: all 0.5s;
/*  aspect-ratio: 350 / 233;*/

}
/* .img-box:hover img {
  transform: scale(1.05);
} */

.common-page, .sitemap {
    padding: 70px 0px;
}

.sitemap a {
    display: block;
    color: #000;
    margin-bottom: 10px;
}

.sitemap a:hover {
    color: #000;
}

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

.error-btns .common-btn{
    margin: 0px 10px;
}

.news-single span img {
    filter: invert(29%) sepia(68%) saturate(7066%) hue-rotate(353deg) brightness(101%) contrast(87%);
}
.iti {width: 100%;}
.Certificate-single {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact button {
    margin: 0 auto;
}
.col-lg-12.captcha-div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-slider .caption .common-btn:hover {
    border: 1px solid #fff !important;
}
.back-to-top{
    right: 15px !important;
    left: unset !important;
}
.career-form .select2-selection {height: unset !important;}
.career-form .select2-selection .select2-selection__rendered {font-size: 0.89vw; padding: 0.7vw;}
.career-form .select2-selection .select2-selection__arrow {top: 50%; transform: translateY(-50%);}
.customer-advisory {
    padding: 2vw 0 5vw;
}
.customer-advisory td a {
    color: #ee2c24;
    text-transform: capitalize;
}
.customer-advisory td a:hover{
    text-decoration: underline;
}
.customer-advisory table{
    width: 100%;
}
.customer-advisory h2 {
    margin-top: 2vw;
    font-size: 1.4vw;
    line-height: unset;
}
section.container-specification {
    padding: 5vw 0;
}
.inco-term .buyer {
    background-color: #c9303e;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }
  .inco-term .seller {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }
  .inco-term th {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }
  .inco-term td:first-child {
    font-weight: 600;
    text-align: center;
  }
  .inco-term{
    padding: 5vw 0;
  }
  .container-dimnsn, .convertions, .tracking, .incoterms {
  margin: 30px 0px;
}
 .incoterms p,
 .incoterms li{
font-size: 16px;
}
.container-dimnsn h1, .convertions h1, .tracking h1, .incoterms h1 {
    font-size: 45px;
}
#colms {
  background-color: rgb(255,255,255);
  padding: 5px 00px 5px 30px;
  min-height: 400px;
}
#colms .left {
  width: 100%;
  float: left;
  margin-right: 18px;
}
.pricing .item .plus {
  font-size: 30px;
  display: inline-block;
  line-height: 0.8;
}

.comparisonTable {
  /*margin-left: -25px;*/
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0%, #fbfbfb 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#fbfbfb 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
  background: -o-linear-gradient(top, #eaeaea 0%,#fbfbfb 100%);
  background: -ms-linear-gradient(top, #eaeaea 0%,#fbfbfb 100%);
  background: linear-gradient(top, #eaeaea 0%,#fbfbfb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#fbfbfb',GradientType=0 );
}
.title {
  font-size: 35px;
  margin: 0;
}
input.buttn, .buttn {
    background: #ee2c24;
    color: #fff;
    border: 0;
    padding: 5px;
}
td.text {
    background: #231f20;
    color: #fff;
}
.projects {
    padding: 5vw 0;
}
.gallery-single {
    overflow: hidden;
    margin-bottom: 1.5vw;
    position: relative;
}
.gallery-single::before{
    position: absolute;
    content: "";
    background:#ee2c24;
    height: 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s;
}

.gallery-single .img-wrapp img {
    height: 200px;
    object-fit: cover;
}
.gallery-single i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    color: #fff;
    font-size: 2vw;
    transform: translate(-50%, -50%);
    pointer-events: none !important;
}
.gallery-single .img-wrapp img:hover{
    filter: brightness(0.4);
}
.sea-port .search-box {
    width: 30%;
    position: relative;
}
.sea-port .search-box i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #6c757d;
}
.sea-port .search-box input {
    padding-left: 15px;
    margin-bottom: 0;
}
.sea-port #perPageSelect {
    border-color: #ee2c24;
    padding: 0.7vw 1vw;
    border-radius: 0;
    font-size: 0.89vw;
}
.sea-port table th {
    color: #0d6efd;
    font-weight: 600;
    background: #ee2c24;
    color: #fff;
}
.sea-port table td {
    vertical-align: middle;
    text-transform: uppercase;
}
.sea-port {
    padding: 5vw 0;
}
.sea-port .active > .page-link {
    color: #fff !important;
}
img.img-fluid.year-tag {
    position: absolute;
    top: 1.4vw;
    right: 1.6vw;
}