
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.p0{
    padding:0px !important;
}

h3,h4,h5,h6,p,a,li,span,button{
       font-family: 'Muli';
    margin:0 !important;
}
h1,h2{
      font-family: "Open Sans", sans-serif;
      margin:0 !important;

}
div:focus{
    outline: 0;
}
img:focus{
    outline:0;
}
img:focus:focus-visible{
    outline: 0;
}

body {
       font-family: "Poppins", sans-serif;

    overflow-x: hidden;
    /* background: #040406; */
}
a{
    text-decoration: none !important;
}

section {
    float: left;
    width: 100%;
}
.main-banner h1{
    font-size: 35px;
    font-weight: bold;
    color: #111c56;
}
.main-banner span{
    /* font-size: 35px; */
    font-weight: bold;
    color: #d90a2c;
    /* display: block; */
}

.bnr-txt p {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    padding: 20px 0;
}

a.get-btn {
    transition: all .5s ease-in-out;
    padding: 12px 25px;
    background: #e13435;
    border-radius: 8px;
    text-align: center;
    color: #fff;
}

.chat-btn {
    padding: 12px 25px;
    background: #d90a2c;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    transition: all .5s ease-in-out;
}
.inner-bnr-btn .chat-btn {
    padding: 12px 25px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    color: #d90a2c;
}
.inner-bnr-btn{
    justify-content: flex-start !important;
    text-align: left;
}

.bnr-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
}
/* navbar Above */
#navbarAbove {
    display: none;
    /* background: #fff; */
    font-size: 15px;
    color: #fff;
    padding: 12px 0 11px 0;
    border-bottom: 3px solid #ffffff69;
}

#navbarAbove h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 27px;
    font-weight: 600;
}

#navbarAbove .row {
    align-items: center;
}

#navbarBelow  {
  padding: 22px 0 22px 0;
  background: #00000054;
}
/* #navbarAbove .btn_wrap {
    display: none;
    gap: 10px !important;
} */
#navbarNavDropdown {
  padding: 0 40px 0 0px !important;
}
.h_sec8 .banner_h1 {
    margin: 0 0;
  }
.head_social li {
    background: #fff;
    padding: 0 6px;
    border-radius: 50%;
}

.head_social li a {
    color: #ff9800 !important;
}

#navbarBelow .navbar-toggler i {
    color: #ffffff;
}

#navbarAbove a {
    color: #fff;
    font-size: 13px;
}

#navbarAbove .styled-link:hover:after {
    background-color: #000 !important;
}

/* navbar Below */
.navbar-expand-lg .navbar-nav .dropdown-menu {
  width: 982px;
  text-decoration: none;
  height: auto;
  padding: 0;
  top: 50px;
  left: -499px;
  background: transparent;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .nav_parent{
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: #ffffff7d;
    backdrop-filter: blur(20px);
    border-radius: 10px;
}
  .nav_right {
    display: flex;
    /* flex-direction: column; */
    gap: 18px;
    flex-wrap: wrap;
    padding: 30px 10px 30px 10px;
    width: 50%;
  }
  .nav_right li {
    width: 45%;
    padding: 11px 0px;
    background: #ffffff4f;
    border-radius: 8px;
    
    height: 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .nav_right li:hover {
    background: #ffffff1f;
  }
  .nav_right li:hover a{
    color: #de3334;
  }

  .nav_left{
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .nav_left img {
    /* height: 341px; */
    /* object-fit: cover; */
  }
  #navbarBelow .dropdown-menu a{
      font-size: 16px;
    }
    #navbarBelow .dropdown-menu a:hover{
        color: #e13435;
    }
.m-header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

/* #navbarBelow {
    background: #fff;
} */

#navbarBelow a {
    text-transform: capitalize;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    font-size: 17px;
    padding: 0;
    text-decoration: none;
}

#navbarBelow ul a {
    padding: 0 0 0 32px;
}

#navbarBelow a:hover {
    color: #e13435;
}

#navbarBelow h4 {
    font-weight: bold;
    font-size: 24px;
}

#navbarBelow .dropdown-menu a {
    padding: 7px 18px;
    color: #000; 
    font-size: 15px;
}

#navbarBelow li {
    position: relative;
}

/* #navbarBelow li::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #021020;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
} */

#navbarBelow li:hover::after {
    width: 100%;
    left: 0;
}

/* .nav-link.dropdown-toggle::after {
    transition: 0.5s;
} */

.nav-link.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

#navbarBelow .navbar-toggler {
    color: #021020;
    border: none;
    box-shadow: none;
}

#navbarBelow.fixed-top {
    background-color: #1A5DA5;
    animation: navbarBelow 500ms linear;
}

@keyframes navbarBelow {
    0% {
        opacity: 0%;
        transform: translateY(-50%);
    }

    ;

    100% {
        opacity: 100%;
        transform: translateY(0);
    }
}

#navbarNavDropdown {
    font-size: 1.1rem;
    font-weight: 600;
}

.navbar-brand img {
    max-height: 45px;
    width: 200px;
}

.dropdown-menu {
    /* background-color: #021020; */
    background-color: #fff;
    /* padding: 0 10px; */
    /* padding: 0 0 15px 0 !important; */
    box-shadow: 0 0 60px 0 #0000001f;
    
}

.dropdown-item {
    color: #000;
    font-weight: 400;
}

.dropdown-item.active,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: #121c3df4;
    color: #fff !important;
}

.navbar-right-button {
  background: #E13435 !important;
  font-size: 16px !important;
  text-align: center !important;
  border-radius: 4px !important;
  color: #fff !important;
  padding: 9px 22px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  outline: 0px solid !important;
  width: 137px !important;
}


#navbarBelow .navbar-collapse.collapsing,
#navbarBelow .navbar-collapse.show {
    margin-top: 10px;
}







/* HOME PAGE CSS  */
#navbarAbove p {
    font-size: 16px;
}

#navbarAbove h6 {
    font-size: 23px;
    font-weight: 700;
}

/* #navbarAbove a i {
    background: #00caff;
    color: #fff;
    padding: 7px 7px;
    border-radius: 50%;
} */
/* #navbarDropdownMenuLink::after {
    display: none;
  } */
  .nav-item.dropdown.industry .dropdown-menu.show {
    width: 380px;
    left: 0 !important;
    background-color: #ffffff14;
    backdrop-filter: blur(20px);
    border-radius: 10px;
  }
  .nav-item.dropdown.industry .dropdown-menu.show .nav_right li {
    width: 45%;
    background: #ffffff47;
    padding: 0px 0px;
  }
  .nav-item.dropdown.industry .dropdown-menu.show .nav_parent .nav_right {   
    display: flex; 
  }
  .nav-item.dropdown.industry .dropdown-menu.show .nav_right {
    width: 100%;
    display: block;
    padding: 20px 0px 20px 10px;
  }
  .nav-item.dropdown.industry .dropdown-menu.show .nav_right li{
    width: 46%;
    background: #ffffff59;
  }
  .nav-item.dropdown.industry.product .dropdown-menu.show .nav_right li {
    width: 97%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu::before {
    content: '';
    background: transparent;
    width: 540px;
    height: 50px;
    position: absolute;
    top: -18px;
    left: -1px;
    z-index: -1;
  }
  #navbarAbove .btn_wrap a {
    text-decoration: navajowhite;
    display: flex;
    justify-content: end;
    gap: 10px;
    align-items: center;
    font-size: 16px;
  }



/* banner-sec */

.main-banner{
    background: url(../images/banner-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.bnr-txt p {
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    padding: 20px 0;
    width: 60%;
    margin: 0 auto !important;
}

.tel-btn {
    padding: 12px 25px;
    background: #000;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    transition: all .5s ease-in-out;
}

.tel-btn:hover {
    background: #d90a2c;
    color: #fff;
}

.chat-btn:hover {
    background: #000;
    color: #fff;
}

a.get-btn:hover {
    background: #fff;
    color: #e13435;
}



.hme-sec-1 {
    padding: 50px 0;
    background: #fff;
}
.hme-sec-1.alter {
    background: #f0f2f4;
}

.hme-sec-1 .hd-txt h2 {
    padding-bottom: 20px;
    font-weight: bold;
}

/* .hme-sec-1 .hd-txt p {
    width: 47%;
} */

.serv-box {
    padding: 50px 40px;
    border-style: solid;
    background: transparent;
    border-width: 2px;
    border-color: #e13435;
    border-radius: 20px;
    transition: all .5s ease-in-out;
}

.serv-box h3 {
    font-size: 23px;
    font-weight: bold;
    color: #000;
    padding: 12px 0;
    height: 75px;
    overflow: hidden;
}

.serv-box p {
    color: #656565;
    height: 130px;
    overflow: hidden;
}
.serv-box img {
    /* filter: invert(106%) sepia(96%) saturate(2642%) hue-rotate(343deg) brightness(91%) contrast(92%); */
    height: 70px;
}
.serv-box:hover img {
   filter: invert(1)  brightness(100);
}
.services-sec .row {
    align-items: center;
    gap: 30px 0;
}

section.services-sec {
    padding: 40px 0 50px;
}
.services-sec.alter {
    background: #f0f2f4;
  }
  .services-sec.alter .serv-box {
    background: #fff !important;
    border: 0;
    border-radius: 1px;
  }
  .services-sec.alter .serv-box:hover img {
    filter: none;
  }
  .services-sec.alter .serv-box:hover h3, .services-sec.alter .serv-box:hover p {
      color: #000 !important;
  }
.serv-box:hover {
    background: linear-gradient(90deg,#e23738,#f16c6d) !important;
    transition: all .5s ease-in-out;
}

.hme-sec-2 {
    padding: 50px 0;
    background: #f0f2f4;
}

.hme-sec-2 ul {
    padding: 0;
    list-style: none;
    margin: 30px 0 0 0;
}

.hme-sec-2 .row {
    align-items: center;
}

.inner-img img {
    width: 70%;
    margin: 0 auto;
    display: table;
}

.hd-txt h2 {
    color: #000;
    font-family: "Muli", Sans-serif;
    font-size: 25px;
    font-weight: 900;
    position: relative;
}

.hd-txt h2 span {
    color: #e13435;
}

.hme-sec-1 ul {
    padding: 0;
    list-style: none;
    margin: 30px 0 0 0;
}

.hme-sec-1 ul li {
    line-height: 30px;
    font-size: 16px;
}

.hme-sec-1 ul li i {
    color: #e13435;
}
.hme-sec-2 ul li {
    line-height: 30px;
    font-size: 16px;
}

.hme-sec-2 ul li i {
    color: #e13435;
}
section.hme-sec-1 h2 {
    font-weight: 500;
}
img.hme-sec-img-st {
    width: auto;
    position: absolute;
    bottom: -130px;
    right: 0;
    height:360px;
}

section.hme-sec-1 .row {
    position: relative;
}

.bnr-txt h1 {
    color: #fff;
    font-family: "Muli", Sans-serif;
    font-size: 40px;
    font-weight: 800;
}

/* .main-banner:before {
    content: '';
    background: rgb(0 0 0 / 44%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
} */
.m-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

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

.navbar-right-button {
    transition: all .5s ease-in-out;
    padding: 12px 25px;
    background: #e13435;
    border-radius: 8px;
    text-align: center;
    color: #fff;
}


.h_sec10.home{
    background: url(../images/s10bg.png) no-repeat center/cover;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h_sec10 h2{
    color: #fff;
}
.btn1.popup-btn {
    font-weight: 500;
    text-decoration: none;
    background-color: #e13435;
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
    padding: 12px 25px;
    display: table;
    margin: 20px auto !important;
    color: #fff;
    border-color: #e13435;
}

.cl-logo-bx img {
    width: 94%;
    aspect-ratio: 4/2;
    margin: 0 auto;
}

.cl-logo-bx {
    border: 1px solid #eee;
    margin: 0 35px;
}

.defaulth2::before {
    content: "";
    background: #e13435;
    height: 6px;
    width: 100px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    right: 50%;
    translate: -50% -50%;
}

.defaulth1.defaulth2::before {
    left: 0;
    right: 0;
    translate: 0% 0%;
}
.cta-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 40px 40px;
    border-radius: 8px;
}

.cta-txt img {
    width: 300px;
    filter: invert(1);
}

.client-logo-sec {
    padding: 50px 0;
}

.client-logo-sec .hd-txt {
    text-align: center;
    padding-bottom: 50px;
}




section.cta-sec .row {
    align-items: center;
    justify-content: center;
}

.copy-sec {
    padding: 20px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: #000;
    text-align: center;
}
section.cta-sec {
    padding-bottom: 50px;
}

.copy-sec p {
    color: #fff;
}

.navbar-right-button:hover {
    background: #fff;
    color: #e13435;
}

.serv-box:hover h3, .serv-box:hover p {
    color: #fff;
}

/* .serv-box img {
    filter: invert(54) grayscale(1) contrast(1) brightness(260%);
    mix-blend-mode: difference;
} */

/* .serv-box:hover img { filter: invert(0) contrast(1) brightness(1) grayscale(1);  mix-blend-mode: multiply; } */

.serv-box:hover img {
  filter: invert(0) brightness(100);
}

.btn1.popup-btn:hover {background: #fff;color: #e13435;}



   /* FOOTER  */


   footer {
    width: 100%;
    background-color: transparent;
    overflow: hidden;
    background-blend-mode: overlay;
    background: #fff;
  }
  
  .foot_top {
    width: 100%;
    overflow: hidden;
    padding: 0px 0 40px;
    border-top: 1px solid #0000004a;
  }
  .foot_box.disc {
  /* border-right: 1px solid #0000004a; */
  padding: 20px 0 30px 0;
  }
  .foot_top_one {
  border-bottom: 1px solid #0000004a;
  display: none;
  }
  .foot_top img {
    width: 209px;
  }
  .foot_box.service ul, .foot_box.industries ul {
    columns: 2;
  }
  .foot_bot .s3acc button {
    background: transparent !important;
    border: 0;
    display: flex;
    align-items: center;
    margin: 0px 0 0 0 !important;
    gap: 10px;
  }
  .foot_bot .s3acc button i {
  background: transparent;
  }
  .foot_bot .s3acc .card.card-body{
  font-size: 13px;
  padding: 0 14px;
  }
  .foot_box .ul1 {
    columns: 2;
  }
  
  .foot_box.service h3::before {
    width: 84%;
  }
  
  .foot_box {
    width: 100%;
  }
  .foot_box.industries ul{
  /* height: 250px; */
  overflow: auto;
  }
  .foot_box.contact ul li:nth-child(5) a {
  text-transform: lowercase !important;
  }
  
  .foot_box p {
    color: #525c67 !important;
    font-size: 14px;
  }
  .service_parent {
  display: flex;
  }
  .foot_box h3 {
    margin: 0 0 20px;
    color: #021020;
    font-weight: 600;
    /* padding-bottom: 15px; */
    position: relative;
    font-size: 18px;
  }
  
  .foot_box ul {
    padding: 0 0 0 0px;
    list-style: none;
    
  }
  
  .foot_box ul li {
    line-height: 30px;
    position: relative;
  }
  
  /* .foot_box ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -20px;
    background: #021020ad;
    top: 9px;
    border-radius: 0 10px 10px 0;
    transition: linear .5s;
  } */
  
  .foot_box ul li a {
  text-transform: capitalize;
    color: #021020ad !important;
    transition: linear .2s;
    font-size: 15px;
    text-decoration: none;
  }
  
  .foot_box2 h3 {
    margin: 0 0 20px;
    color: #021020;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    font-size: 22px;
  }
  
  .foot_box2 h3::before {
    content: "";
    bottom: -2px;
    right: 50%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 90%;
    background: #021020ad;
  }
  
  .foot_box2 ul li {
    color: #021020;
    padding: 0 0 10px;
  }
  
  .foot_box ul li i {
    background: #000;
    padding: 5px 5px;
    border-radius: 50%;
    color: #fff;
  }
  
  .foot_box img.logo {
    margin-top: 10px;
    filter: invert(1) brightness(11);
  }
  
  .foot_box2 ul li a {
    color: #021020;
    font-size: 12px;
  }
  
  .foot_box2 ul li {
    list-style: none;
  }
  
  .foot_bot {
    background: transparent;
    padding: 16px 0;
    border-top: 1px solid #02102014;
  }
  
  .foot_bot p,
  .foot_bot a {
    font-size: 15px;
    text-align: center;
    margin: 0;
    color: #525c67;
    text-decoration: none;
  }
  
  .foot_box.contact ul li a {
    display: flex;
    gap: 10px;
    align-items: baseline;
  }
  
  
  
  .foot_box.contact ul.list-unstyled {
  display: flex;
  background: #e13435;
  color: #fff;
  gap: 50px;
  margin: 20px 0 0 0;
  border-radius: 13px;
  }
  .foot_box.contact ul.list-unstyled li:first-child {
  border-right: 2px solid #fff;
  }
  .foot_box.contact ul.list-unstyled li {
  resize: none;
  padding: 20px 20px 20px 10px;
  width: 42%;
  }
  .foot_box.contact ul.list-unstyled li a {
  color: #fff !important;
  font-size: 16px;
  justify-content: center;
  font-weight: 600;
  }
  .foot_box.contact ul.list-unstyled.hq {
  display: flex;
  background: #000;
  }
  
  .foot_box.contact ul.list-unstyled.hq li .hq {
  display: flex;
  align-items: center;
  gap: 10px;
  }
  .foot_box.contact ul.list-unstyled.hq li {
  padding: 10px 0px 10px 0px;
  /*! color: #fff !important; */
  }
  .box {
  }
  .foot_box.contact ul.list-unstyled.hq li .hq img {
  flex-shrink: 0;
  width: 20%;
  }
  .foot_box.contact ul.list-unstyled.hq li .hq p {
  color: #fff !important;
  line-height: 18px;
  font-weight: 600;
  }
  .foot_box.contact ul.list-unstyled.hq li:first-child {
  width: 30%;
  padding: 20px 24px;
  border-right: 2px solid #ffffff4f;
  }
  .foot_box.contact ul.list-unstyled.hq li:last-child {
  width: 50%;
  }
  .foot_box.contact ul.list-unstyled.hq li h3 {
  color: #fff;
  margin: 4px 0 18px 0 !important;
  }
  .foot_box.contact ul.list-unstyled.hq {
  display: flex;
  background: #000;
  }
  
  .office_box {
  background: #E2E2E2;
  border-radius: 18px;
  padding: 20px 0 0px 0px;
  margin: 20px 20px 0 0px;
  text-align: center;
  }
  .office_box img {
  height: 130px;
  width: 130px;
  object-fit: contain;
  /*! display: table; */
  margin: auto;
  }
  .office_box p {
  height: 60px;
  overflow: hidden;
  }
  
  
  
  
  
  
  .col-sm-12.address-col {
    display: flex;
    flex-wrap: wrap;
    /*! width: 80%; */
    margin: 0 auto;
    }
    .col-sm-12.address-col h3 {
    width: 25%;
    }
    .col-sm-12.address-col ul {
    display: flex;
    list-style: none;
    padding: 0;
    }
    .office_box p {
    width: 100%;
    /* height: 100%; */
    text-align: center;
    padding-top: 0 !important;
    margin: 0 auto;
    display: table;
    }
    .address-col .office_box {
    height: 180px;
    padding: 20px 20px;
    text-align: center;
    /* margin: 0 auto; */
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    }
    .address-col .office_box h4 {
    color: #e13435;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 12px;
    }
    .col-sm-12.address-col ul li {
    width: 25%;
    }
    .col-sm-12.address-col h3:nth-child(2) {
    width: 75%;
    
    }
    
    .address-col-mobile{
    display: none;
    }
    
    .gitex-st img {
    width: 100%;
    margin-top: 40px;
    }
    
    .office_box h4 span {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    }
    /* .gtex_mob{
    padding: 70px 0 0 0;
    width: 100%;
    } */
    .social_ftr_icon {
      align-items: center;
      display: flex;
      gap:  20px;
    }
      



