*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}
.f-light{
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.f-regular{
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.f-medium{
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.f-semibold{
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.f-bold{
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

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:600;
}
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: 66px;
  padding: 0px 0 0px;;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
/*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: 15px;
    color: #fff;
    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #000;
    font-weight: 500;
    margin: 0px 10px;
    margin-top: 25px;
    position: relative;
    padding: 0px 8px;
}
.navbar-expand-md .navbar-nav .nav-link::before {
    background: #d8232a;
    height: 3px;
    width: 0%;
    position: absolute;
    content: "";
    bottom: -19px;
    left: 0px;
    transition: all 0.4s;
}
.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(7) .nav-link:before{
    display: none;
}
header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #00339C;
}
.navbar-brand {
    position: absolute;
    top: 15px;
    left: 0;
    padding: 0;
}
.navbar-brand img {
    width: 86%;
}
.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.jpg);
}
.main-footer {

    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}
.btm-strip  .container{
  border-top: 1px solid #FFFFFF33;
}
.btm-strip p {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
}
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: 30%;
    margin-right: 0;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
    width: 89%;
    font-weight: 300;
    margin-bottom: 0;
}
.social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 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: 18%;
    position: relative;
}
.column h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 14px;
}
.column:nth-child(3) {
    width: 27%;
}
.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: 7px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    font-weight:300;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
.footerlogo {
    width: 55%;
}

.column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
footer a,
footer p{
    color: #a8a4a4;
    font-size: 16px;
}
footer p{
    margin-bottom: 0;
}
.common-btn {
    width: fit-content;
    height: 45px;
    background:#D8232A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    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: 30px;
    cursor: pointer;
    padding:0px 20px;
    
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#0d3c5d;
    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: 10px;
}
.common-btn:hover{
    color: #fff !important;
    border:0px !important;
}
.common-btn:hover span{
    color:#fff !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #ffffffc4;
    transform: rotate(323deg); 
    position: relative;
    top: 1px;
    padding-left: 5px;
}
.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: 14px;
    color: #fff;
}
.btm-strip {
  color:#fff;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 9px 20px;
    color: #fff;
    font-size: 13px;
    margin-top: 16px;
    background: linear-gradient(100.48deg, #EA5528 11.18%, #F5BC18 92.75%);
}
.home-slider h2 {
    font-size: 50px;
    text-align: left;
    color: #fff;
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.caption-left {
    position: absolute;
    top: 32%;
    width: 38%;
    color: #fff;
}
.caption-left .common-btn{
  background:#fff; 
  color:#000;
}
.caption-left .common-btn span{
    color:#000;
}
.caption-left h6 {
    width: fit-content;
    background: #fff;
    color: #000;
    font-size: 14px;
    padding: 5px 10px;
    transform: rotate(-8deg);
    border-radius: 5px;
    margin-bottom: -15px;
}
.caption-left h5 {
    width: fit-content;
    background: #224387;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    transform: rotate(-8deg);
    border-radius: 5px;
    margin-bottom: 20px;
    margin-left: 15px;
}

.owl-dots {
    position: absolute;
    bottom: 7%;
    left: 12%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:#fff;

}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
    margin-top: 10px;
    padding: 10px 15px;
    color:#fff;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background:#ccc;
}

.heading{
    font-size:36px;
    font-weight:600;
    font-family: "Wix Madefor Display", sans-serif;

}

.subheading{
    color:#D8232A;
    font-weight:600;
    font-size:20px;
    color:#D8232A;
    font-family: "Wix Madefor Display", sans-serif;
}

.about-sec {
    padding: 70px 0px;
}

.about-list {
    display: flex;
}
.about-wrapper img {
    border-radius: 20px;
}
.about-wrapper li{
    position:relative;
    margin-left:35px;
    margin-bottom:20px;
}
.about-wrapper li:before {
    position: absolute;
    width: 25px;
    height: 25px;
    content: "";
    background: url(../images/list-img.svg);
    left: -30px;
    top: 0px;
}

.about-list{
    margin-top:50px;
}
.address-wrapper img {
    padding-right: 10px;
}

.column:nth-child(1) img {
    width: 80%;
}
.social-box a {
    margin: 0px 10px;
    font-size: 20px;
}

.column:nth-child(2) span, .column:nth-child(3) span {
    font-size: 8px;
    padding-right: 5px;
}
.form-control, .form-control:focus {
    padding: 11px 20px;
    margin-bottom: 24px;
    background: #FFFFFF2B;
    color: #fff;
    border: 0px;
}
.form-control::placeholder{
    color:#fff;
}
.form-section .common-btn {
    border: 0px;
    width: 60% !important;
    /* margin-left: 20px; */
    margin-top: 15px;
    margin: 0 auto;
    /* margin-top: 15px; */
    margin-left: 60px;
}
.form-section .row{
    display:flex;
    align-items:center;
}
.form-section {
    padding: 40px 30px;
    background: #FFFFFF3D;
    border-radius: 20px;
}
.contact {
    padding: 60px 0px;
    color:#fff;
    background: url(../images/contact.jpg);
}
.contact h3 {
    margin-bottom: 35px;
}
.contact p {
    width: 80%;
}
.services {
    padding: 70px 0px;
    color: #fff;
    background: url(../images/services-bg.jpg);
    background-size: cover;
}

.services .item {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    color:#000;
    height: 33vw;
    position: relative;
}

.services .item h5 {
    padding-top: 15px;
    font-family: "Wix Madefor Display", sans-serif;
    font-weight:600;
}

.services .item .red-btn {
    color: #d8232a;
    display: flex;
    align-items: center;
    font-weight: 500;
    border-top: 1px solid #5151511A;
    padding-top: 10px;
    position: absolute;
    bottom: 15px;
    width: 100%;
}
.services .item .red-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    transform: rotate(323deg);
    position: relative;
    top: 4px;
    padding-left: 5px;
}

.services .subheading{
    color:#fff !important;
}

.services .owl-dots {
    position: absolute;
    bottom: -10%;
    left: 48%;
}

.industries .nav-link {
    display: flex;
    flex-direction: column;
    width:100%;
}
.industries .nav-item{
   width:33%;
   margin:0px 10px;
}
.industries .nav-item {
    width: 30%;
    margin: 0px 10px;
}

.industries li img {
    width: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.industries li .nav-link.active img {
    filter: invert(100%) sepia(96%) saturate(16%) hue-rotate(267deg) brightness(104%) contrast(104%);
}

.industries .nav-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #5151514D;
    margin-bottom: 18px;
    border-radius: 10px;
    font-size: 1.146vw;
    color: #000;
    padding: 10px 0px;
}
.industries-div {
    position: relative;
    margin-top: 30px;
}
.industries-div img {
    width: 90%;
    display: block;
    margin: 0 auto;
    border-radius:15px;
}
.industries-div:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 110%;
    background: #5AA13A;
    z-index: -1;
    border-radius: 20px;
    bottom: -10%;
    background:url(../images/industries.jpg);
}
.industries ul {
    border-bottom: 0px;
}
.industries-div h4 {
    margin-bottom: 20px;
    color: #fff;
    padding-top: 30px;
    padding-left: 0px;
    width: 80%;
    text-align: center;
}

.industries .nav-link.active {
    border: 1px solid #ccc;
    background: #002678;
    color: #fff;
    box-shadow: 0px 0px 23.7px 0px #00000040;
}

.industries {
    padding: 70px 0px 130px;
}

.product-section {
    display: flex;
    align-items: center;
    gap: 40px;
    background: #F8FAFC;
    border: 1px solid #D8E4FF;
    border-radius: 30px;
    margin-bottom: 35px;
}
.product-section .item {
    border: 1px solid #DBEDFF;
    margin: 20px;
    border-radius: 20px;
}
.left-image {
  width: 45%;
}

.right-content {
  width: 55%;
}

/* Owl fade fix */
.owl-carousel .item img {
  width: 100%;
  display: block;
}


.product-section img {
    width: auto !important;
    margin: 0 auto;
}

.product-section h4{
 font-family: "Wix Madefor Display", sans-serif;
 font-weight:600;
 font-size:30px;
 margin-bottom:20px;
}

.product-section li {
    margin-bottom: 11px;
    position: relative;
}

.product-section li:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/list-icon.svg);
    top: 2px;
    left: -25px;
}
.right-content ul {
    padding-left: 20px;
}
.product-section.product-second .right-content {
    padding-left: 30px;
}

.product-third img{
    width:90% !important;
}
.slider-section {
    margin-top: 60px;
}

.about-img{
    padding-right:50px;
}

.products {
    padding: 60px 0px;
}
.slider-section .owl-nav {
    position: absolute;
    left: 8%;
    bottom: 6%;
    display:flex;
}

.slider-section  .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #FFFFFF26;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-section .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.slider-section .owl-nav
{
    width:100%;
}

.slider-section .owl-next {
    position: absolute;
    left: 8%;
}
/*html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}*/

.img-box{
 position:relative;
 overflow:hidden;
 border-radius: 20px;
}
.img-box img {
  transition: all 0.5s;
/*  aspect-ratio: 350 / 233;*/

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

select {
    background-image: url(../images/dropdown-arrow.svg) !important;
    background-position: right !important;
    -webkit-appearance: none;
    background-position-x: 95% !important;
    background-repeat:no-repeat !important;
}
.column:nth-child(1) h4 {
    margin-top: 15px;
}

html{
    overflow-x:hidden;
}
header.shrink {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1) !important;
}
.why-choose-us .main-img{
    display: block;
    margin: 0 auto;
}
.why-wrapper h6 {
    font-size: 1.04vw;
    font-weight: 500;
    margin-bottom: 6px;
}
.why-wrapper p{
    font-size: 16px;
    color: #515151;
    font-weight: 400;
}
.why-main{position: relative;}
.why-wrapper .text-box {
    padding-right: 2vw;
}
#why1 {
    position: absolute;
    top: 2.6vw;
    left: 11.1vw;
}
#why2 {
    position: absolute;
    top: 16vw;
    left: 4.5vw;
}
#why2 .text-box {
    padding-right: 1.7vw;
}
#why3 {
    position: absolute;
    top: 29.6vw;
    left: 11.4vw;
}
#why4 .text-box,#why5 .text-box,#why6 .text-box{
    padding-right: 0;
    padding-left: 2vw;
}
#why4 {
    position: absolute;
    top: 2.6vw;
    right: 14.3vw;
}
#why5 {
    position: absolute;
    top: 15.9vw;
    right: 8.7vw;
}
#why6 {
    position: absolute;
    top: 30.6vw;
    right: 14.3vw;
}
.why-choose-us {
    padding: 70px 0px;
}

.common-page p{
    font-size: 16px;
    font-weight: 400;
}
.common-page , .sitemap {
    padding: 80px 0 50px;
}
.common-page h6{
    font-weight: 500;
    font-size: 20px;
}
.common-page h4{
    font-weight: 22px;
}

.common-page .bredcrum-list{
    margin-bottom:30px;
}

.common-page .bredcrum-list a{
    color: #000;
}

.common-page .container {
    border-top: 1px solid #cccccc70;
    padding-top: 30px;
}

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

.errors {
    font-size: 10px;
    margin-bottom: 0px;
    /* margin-top: -10px; */
    position: relative;
    top: -17px;
    color: red;
    display:none;
}