@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&display=swap');

@font-face {
    font-family: "Crillee";
    src: url(../font/CrilleeItalicPlain.ttf);
}

:root{--red-clr:#ED1B2E}
body{
    font-family:  "Inter", serif;
    font-size: 15px;
    color: #687180;
}



h1, h2, h3, h4, h5, h6{
    margin: 0;
}


.btn{
    padding: 16px 65px;
    text-transform: uppercase;
    transition: .5s;
    -ms-transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    border-radius: 0px;
}
.btn-primary{
    background-color: #006FAB;
    margin-top: 20px;
}

.btn-primary:hover{
    background-color: transparent;
    border: 1px solid #006FAB;
    color: #006FAB;
}

/* ...................HOME PAGE.................... */

header{
    background-color: #fff;
}
.navbar img{
    width: 255px;
}
.navbar .navbar-nav{
    align-items: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}
.navbar .nav-item .nav-link.active{
    color: #006FAB;
    font-weight: 700;
}

.nav-link{
    color: #878787;
}

.navbar .navbar-nav .nav-item{
    margin: 0px 25px;
}
.navbar .navbar-nav .nav-item a:hover{
    color: #006FAB;
}
.navbar .navbar-nav span{
    color: rgba(0, 0, 0, 20%);
}

.navbar .btn-dark{
    background-color: #000E23;
    padding: 16px 30px;
    border-radius: 0px;
}
.navbar .btn-dark:hover{
    background-color: transparent;
    border: 1px solid #000E23;
    color: #000E23;
}

.hero-sec{
    padding: 100px 0px 175px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.hero-sec .bottom-vector img{
    position: absolute;
    bottom: -30px;
    width: 100%;
    z-index: -1;
}
.hero-sec .year-count img{
    position: absolute;
    right: 100px;
    bottom: 90px;
}
/* .hero-sec .banner-cont img{
    box-shadow: 0 4px 30px 0 rgba(255, 255, 255, 40%);
} */
.hero-sec .banner-cont h1{
    font-size: 69px;
    font-weight:500;
    margin: 20px 0px;
    color: #fff;
    font-family: "Crillee";
}
.hero-sec .banner-cont .icon-cont img, .source-img .inn-content ul li img{
    height: 80px;
    width: 80px;
    border-radius: 12px;
    box-shadow: 0 4px 30px 0 rgba(255, 255, 255, 40%);
}
.col-blue{
    color: #2288BF;
}

.hero-sec .banner-cont p{
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
}

.hero-sec .btn{
    padding: 16px 65px ;
    border:1px solid #006FAB;
    border-radius: 0px;
}

.padding-sec{
    margin: 100px 0px;
}


.subtitle{
    display: flex;
    align-items: center;
    color: #000E23;
    margin-bottom: 20px;
}
.subtitle img{
    margin-right: 6px;
}
.subtitle h6{
    font-size: 15px;
    font-weight: 700;
    color: #000E23;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.source-cont h1, .right-cont h1, .quality-content h1, .platting-sec h1, .service-sec  h1, .multi-service .service-content h1, .feature-content h1{
    font-size: 55px;
    color: #000E23;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Crillee";
}



.source-sec{
    position: relative;
}

.source-sec .logo-bg{
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.source-sec .card{
    border: none;
    box-shadow: 8px 12px 50px 0 rgba(0, 0, 0, 20%);
    position: relative;
}
.source-img .inn-content{
    position: absolute;
    right: 20px;
    bottom: 0;
}
.source-img .inn-content ul{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    padding: 0 0 0 55px;
}
.source-img .inn-content ul li{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    justify-content: end;
    margin-bottom: 20px;
}

.source-img .inn-content ul li span{
    margin-right: 12px;
    text-align: end;
}


.fecility-sec{
    padding: 100px 0 200px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.fecility-sec .right-cont, .fecility-sec .subtitle{
    text-align: end;
    justify-content: end;
  }
.card{
    border: none;
    background-color: transparent;
}
/* .fecility-sec .left-img{
    position: absolute;
} */
.fecility-sec .top-icon img{
right: -15px;
position: absolute;
top: 20px;
}
.fecility-sec .left-cont {
left: 30px;
position: absolute;
bottom: 150px;
}

.quality-sec, .story-sec{
    position: relative;
    padding-top: 70px;
}
.quality-sec2{
    position: relative;
}

.quality-sec .logo-bg , .story-sec .logo-bg{
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.quality-sec .quality-img, .quality-sec2  .quality-img, .story-sec .quality-img{
    position: relative;
    box-shadow: 8px 12px 50px 0px rgba(0, 0, 0, 20%);
    border-radius: 12px;
}
.quality-sec .quality-img .img-left {
    position: absolute;
    left: -170px;
    bottom: -45px;
}

.platting-sec{
    padding: 80px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 130px;
}

.platting-cont p, .platting-cont h1, .platting-cont  h6{
    color: #fff;
} 
.platting-cont{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
    box-shadow: 10px 14px 20px 0 rgba(0, 0, 0, 55%);
    padding: 70px;
    position: relative;
}
.platting-cont .btn-light{
    color: #000E23;
    margin-top: 85px;
}

.platting-cont .logo-img{
    position: absolute;
    left: -85px;
    top: 45%;
    box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 30%);
}

.quality-sec2 .bg-image{
    position: absolute;
    bottom: -105px;
    z-index: -1;
}

.quality-sec2 .quality-img .img-left {
    position: absolute;
    left: -290px;
    bottom: -60px;
}
.quality-sec2 .quality-img .logo-bg{
    position: absolute;
    bottom: -80px;
    left: -190px;
    z-index: -1;
}

.quality-sec2 .news-letter{
    padding: 81px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: -188px;
}

.quality-sec2 .news-letter h1{
    font-size: 55px;
    color: #fff;
    font-family: "Crillee";
}
.quality-sec2 .news-letter p{
    color: #fff;
    margin: 20px 0px 30px 0px;
    line-height: 28px;
}

.news-letter .btn-light{
    color: #000E23;
}

.btn-light:hover{
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.quality-sec2 .bottom-vector img{
    position: absolute;
    width: 100%;
}

.news-letter .inn-content{
    z-index: 1;
}

.footer-sec{
    padding: 195px 0px 0px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-sec .about-cont p{
    margin: 20px 0px 30px 0px;
    color: #fff;
    font-size: 12px;
}
.footer-sec .logo img{
    width: 314px;
}
.footer-sec .social-media span{
    color: #ffff;
    font-size: 16px;
    font-weight: 600;
}
.footer-sec .social-media ul{
    display: flex;
    margin-top: 16px;
}
.footer-sec .social-media ul li{
    width: 55px;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 30%);
    border-radius: 50px;
    align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  margin: 0px 8px;
}

.footer-sec .company-cont h5, .service-cont h5{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
}

.footer-sec .company-cont ul li a, .service-cont ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 13.5px;
    line-height: 38px;
}

.foot-body{
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

.footer-sec .copyright-cont{
    color: #CCC;
    font-size: 10px;
    text-align: center;
    padding: 40px 0px;
}


/* ..........................CONTACT US .................................. */

.form-control{
    padding: 20px;
    color: #272727;
    font-size: 16px;
    border-radius: 16px;
    margin-bottom: 20px;
}

.hero-sec .contact-detail{
    padding: 40px 30px;
    background-color: #006FAB;
    border-radius: 20px;
}

.hero-sec .contact-detail h1{
    color: #fff;
    font-family: "Crillee";
    font-size: 45px;
    margin-bottom: 20px;
}
.contact-detail > ul > li{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 40%);
}
.contact-detail > ul > li:last-child{
    border-bottom: none;
}
.contact-detail .icon-content{
    margin-right: 16px;
    box-shadow: 0 3px 22px 0 rgba(255, 255, 255, 40);
    border-radius: 12px;
}

.contact-detail .text-content h6{
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}
.contact-detail .text-content p{
    font-size: 14px;
    color: #fff;
}


/* ------------------------- About Us ------------------------- */

.hero-sec.about-hero{
    padding: 80px 0px 72px 0px;
}

.story-sec {
    margin-bottom: 190px;
}
.story-sec  .quality-img .img-left {
    position: absolute;
    left: -250px;
    bottom: -165px;
}

.fecility-sec .industry-rightimg img{
    position: absolute;
    bottom: 90px;
    right: -320px;
}

.fecility-sec .transpeed-cont img{
    position: absolute;
    bottom: 20px;
    right: -350px;
}

/* .fecility-sec .news-letter{
    margin-top: 150px;
} */

.fecility-sec.quality-sec2{
    padding-bottom: 0;
}
.fecility-sec .news-letter{
 bottom: -88px;
 padding: 98px 0px;
}



/* ----------------------- Service ----------------------- */

.service-sec{
    padding: 80px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-sec .outer-box{
    background-color: #fff;
    border-radius: 20px;
    border: 2px dashed #000E23;
    text-align: center;
    margin-bottom: 40px;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -webkit-transition: .5s;
}
.service-sec .inn-box{
    padding: 30px;
    margin: 20px;
    background-color: #F4F4F4;
    border-radius: 0 0 1000px 1000px;
}
.service-sec .inn-box h3{
    font-size: 24px;
    font-weight: 600;
    color: #000E23;
    margin-bottom: 12px;
}
.service-sec .inn-box p{
    font-size: 14px;
    color: #687180;
    margin-bottom: 42px;
}

.service-sec .inn-box img{
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 20%);
    border-radius: 50%;
}

.service-sec .outer-box .bottom-arrow{
    width: 100px;
    height: 50px;
    background-color: #000E23;
    color: #fff;
    border-radius: 100px 100px 0 0;
    align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -webkit-transition: .5s;
}

.service-sec .outer-box .inn-box .text-content{
    height: calc(100px - -60px);
}

.service-sec .outer-box .bottom-arrow i{
    color: #fff;

}

.service-sec .outer-box:hover{
    border: 2px dashed #006FAB;
    box-shadow: 0px 8px 30px 2px rgba(0, 111, 171, 20%);
}

.service-sec .outer-box:hover .bottom-arrow{
    background-color: #006FAB
}

.service-sec .service-bgimg img{
    position: absolute;
    bottom: 0;
}

.service-content .col-dark{
    color: #000E23;
    margin-top: 20px;
    width: 412px;
}

.multi-service{
    padding: 60px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.multi-service .rigt-content .card {
    box-shadow: 8px 12px 50px 0px rgba(0, 0, 0, 20%);
    border-radius: 12px;
    position: relative;
}

.multi-service .rigt-content span{
    font-weight: 600;
}

.multi-service .rigt-content .machine, .feature-content .machine{
    padding: 19px 40px;
    background-color: #fff;
    border: 2px solid #006FAB;
    border-radius: 50px;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 12%);
}

.multi-service .rigt-content .machine1{
    position: absolute;
    bottom: 40%;
    left: -150px;
}
.multi-service .rigt-content .machine2{
    position: absolute;
    bottom: 25%;
    left: -190px;
}
.multi-service .rigt-content .machine3{
    position: absolute;
    bottom: 10%;
    left: -230px;
}

.multi-spindle .footer-sec{
    padding: 85px 0px 0px 0px;
}

.feature-sec .feature-station{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top:20px;
}

.feature-sec .feature-img{
    position: relative;
}
.feature-sec .feature-img .top-image{
    position: absolute;
    top: 0;
    right: 0;
}
.feature-sec{
    position: relative;
}
.feature-sec .logo-image{
    position: absolute;
    bottom: 0;
    right: 0;
}
form.contact-form input.error, form.contact-form textarea.error{border-color:var(--red-clr)!important; background-color: #eeaba8; }
.eqsent-padding{ padding: 50px;}
div.location{ justify-content: center; display: flex;}
div.location iframe{ width: 100%; max-height: 150px;}
.machine p{ margin: 0;}
.source-cont p:last-of-type, .right-cont p:last-of-type, .quality-content p:last-of-type, .platting-cont p:last-of-type{ margin: 0 !important;}
.inn-detail ul>li{ text-align: left;}
.source-cont h1, .right-cont h1, .quality-content h1, .platting-sec h1, .service-sec h1, .multi-service .service-content h1, .feature-content h1 {font-size:38px;}
.outer-box a { text-decoration: none !important;}
.contact-detail .text-content a{ color: #ffffff; text-decoration: none;}
.detail-sec .cnt-photo img{ margin: 0 auto; display: block; text-align: center; max-width: 100%; height: auto;}