@charset "utf-8";
/* CSS Document */

@font-face {
    src: url("../fonts/Roboto-Light.ttf");
    font-family: "first";
}
@font-face {
    src: url("../fonts/Roboto-Regular.ttf");
    font-family: "sec";
}
@font-face {
    src: url("../fonts/Roboto-Bold.ttf");
    font-family: "third";
}

:root{
    --blue: #0058c2;
    --black: #000000;
    --white: #ffffff;
    --contentFont: 1rem;
    --first: "first";
    --sec: "sec";
    --third: "third";
    --hdngSize: 3rem;
}

body{
    font-family: "sec";
    font-size: var(--contentFont);
}
.logo{
    padding-top: 2rem;
}
.logo img{
    width: 230px;
}
.top--mesh {
    background-image: url(../images/top-mesh.jpg);
    background-size: cover;
}
.mobi--logo{
    display: none;
}
.cus--navbar, ul.main--menu{
    justify-content: space-between;
}
ul.main--menu{
    margin-top: 1.5rem;
}
.cus--collapse{
    justify-content: center;
}
ul.main--menu li{
    margin: 0 2rem 0 0;
    font-family: "third";
    font-size: 1.2rem
}
ul.main--menu li:last-child{
    margin-right: 0;
}
/* .banner--text--box{
    position: absolute;
    bottom: 12%;
    right: 21%;
} */
ul.main--menu li ul li{
    margin: 0;
    font-family: "sec";
}
.top--search--box {
    display: flex;
    align-items: center;
    gap: 20px;
    order: 1;
}
.search--box {
    display: flex;
    align-items: center;
}
.search--box input {
    border: solid #ccc 1px;
    padding: 0.2rem 0.4rem;
    outline: none;
    height: 33px;
    width: 150px;
}
.search--box button {
    background: #fff;
    border: solid #ccc 1px;
    border-left: 0;
    height: 33px;
    outline: none;
    margin: 0 !important;
}
.plain--bg{
    background-color: #c4e2faf2;
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 11rem 5rem;
    transform: translate(-50%, -50%);

    /* width: 50%;
    border: solid #c4e2faf2 6px;
    height: 66.3%;
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    top: 15%; */
}
.plain--bg::before{
    content: "";
    display: block;
    border-bottom: solid #c4e2fa 6px;
    position: absolute;
    right: 0;
    width: 14%;
    bottom: -28%;
}
.plain--bg::after{
    content: "";
    display: block;
    border: solid #c4e2fa 3px;
    position: absolute;
    height: 150%;
    right: 13%;
    bottom: -28%;
}
.border--span{
    display: block;
    position: relative;
}
.border--span::before{
    content: "";
    display: block;
    border: solid #bddbf3 3px;
    position: absolute;
    top: 196px;
    width: 37%;
}
.banner--box--container{
    position: relative;
}
.banner--text{
    font-family: "third";
    text-transform: uppercase;
    background-color: #c4e2faf2;
    position: absolute;
    text-align: right;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 6.5rem 5rem;
}
.banner--text::before{
    content: "";
    display: block;
    border: solid #c4e2fa 3px;
    height: 100%;
    position: absolute;
    right: 0;
}
.banner--text::after{
    content: "";
    display: block;
    border: solid #c4e2fa 3px;
    position: absolute;
    bottom: -28%;
    right: 0;
    width: 100%;
}
.banner--text h2{
    font-size: 3rem;
    line-height: 5rem;
}
.banner--text span{
    font-family: "first";
}
.polygon--container{
    position: relative;
    margin-top: 4%;
    margin-bottom: 4%;
    margin-right: auto;
    margin-left: auto;
}
.polygon{
    width: 230px;
    height: 200px;
    background-color: #0058c2;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
    text-align: center;
    padding: 0 1rem;
    position: relative;
    z-index: 0;    
}
.polygon::before{
    content: "";
    display: block;
    width: 98%;
    height: 98%;
    background-color: #fff;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: absolute;
    z-index: -1;
}
.polygon h1{
    margin-bottom: 0;
    font-size: 1.5rem;
}
.polygon p{
    margin-bottom: 0;
}
.polygon--container .polygon--2{
    position: absolute;
    top: -98px;
    left: 171px;
}
.polygon--container .polygon--3{
    position: absolute;
    top: 0px;
    left: 342px;
}
.polygon--container .polygon--4{
    position: absolute;
    top: 98px;
    left: 171px;
}
.polygon--container .polygon--5{
    position: absolute;
    top: 99%;
}
.polygon--container .polygon--6{
    position: absolute;
    top: 296px;
    left: 171px;
}
.polygon--container .polygon--7{
    position: absolute;
    top: 197px;
    left: 342px;
}
.pattern-bg{
    background-image: url(../images/pattern-bg.jpg);
    background-size: cover;
    border-bottom: 1px solid #000;
    padding-top: 5rem;
}
.hdng{
    font-family: var(--third);
}
.content--box{
    font-size: var(--contentFont);
}
.blue--btn{
    background-color: var(--blue);
    color: var(--white) !important;
    display: inline-block;
    padding: 0.3rem 1rem;
    font-size: var(--contentFont);
}
.second--section{
    position: relative;
    z-index: 0;
    display: flex;
}
.customized-machines{
    border: solid #c4e2fa 4px;
    height: max-content;
    position: absolute;
    right: -30px;
    top: -40px;
    width: 360px;
    padding: 4rem 2rem 3rem 6.5rem;
    z-index: -1;
}
.hdng--before{
    position: relative;
}
.hdng--before::before{
    content: "";
    display: block;
    background-color: #c4e2fa;
    width: 39px;
    height: 34px;
    left: -20px;
    top: -4px;
    position: absolute;
    z-index: -1;
}
.sterile--processing{
    top: 40px;
}
.third--section{
    text-align: right;
    display: block;
}
.automation-robotics{
    left: 0;
    padding-left: 0;
    padding-right: 9rem;
}
.hdng--automation{
    position: relative;
}
.hdng--automation::before{
    right: -29px;
    left: auto;
    width: 45px;
}
.manufature--section{
    margin-top: 1rem;
}
.manufature--section h4{
    margin: 0;
    font-size: 6rem;
    font-family: "third";
    -webkit-text-stroke: 2px #000;
    color: transparent;
}
.manufature--section h5{
    font-family: "third";
    font-size: 1.6rem;
}
.brochure--box h5{
    font-family: "first";
    margin: 0 0 2rem 0;
    font-size: 2.2rem;
}
.manufature--section h4 span{
    font-size: 4rem;
}
.connecting--box{
    border: solid #c4e2fa 4px;
    position: absolute;
    width: 28%;
    height: 50%;
    left: 55%;
    top: 62%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.res--border{
    border-right: solid #ccc 1px;
}
.hdng--size{
    font-size: var(--hdngSize);
}
.cus--carousel--caption{
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    position: relative;
    background-color: #0058c2;
    text-align: left;
    padding-left: 2rem;
    font-size: .9rem;
}
.cus--carousel--caption h5{
    font-family: 'third';
}
.slider--button button{
    width: auto;
    right: 20px;
    bottom: 16px;
    align-items: end;
    left: auto;
}
.slider--button button:nth-child(1){
    right: 60px;
}
ul.latest--update--list{
    display: block;
    list-style-type: none;
    padding: 0;
}
.kairish--box{
    display: flex;
    border: solid #ccc 1px;
    margin-bottom: 1rem;
}
.kairish--icon{
    margin-right: .6rem;
    flex-basis: 60%;
    min-height: 120px;
}
.kairish--icon img{
    height: 100%;
}
.kairish--text{
    font-size: .8rem;
    flex-basis: 100%;
}
.kairish--text h6{
    color: var(--blue);
    font-size: 1.2rem;
    font-family: "third";
    margin-bottom: 5px;
}
.kairish--text p{
    font-size: .85rem;
    margin-top: .4rem;
}
.footer--bg{
    background-color: var(--blue);
    padding: 2rem 0;
}
.ftr--address{
    color: var(--white);
    font-size: .9rem;
}
.ftr--address h5, .ftr--box h5{
    margin-bottom: 4px;
    font-family: 'third';
    font-size: 1rem;
    letter-spacing: .6px;
}
.ftr--address a{
    color: var(--white);
    text-decoration: none;
}
.ftr--box{
    color: var(--white);
}
.ftr--box h5{
    font-size: 1.3rem;
    margin-bottom: 10px;
}
ul.ftr--links{
    padding: 0;
    list-style-type: none;
}
ul.ftr--links li::before{
    content: "\F285";
    font-family: "bootstrap-icons";
    font-size: .75rem;    
    float: left;
    margin-right: 0.25rem;
    margin-top: .4rem;
}
ul.ftr--links li{
    margin-bottom: .2rem;
}
ul.ftr--links li a{
    color: var(--white);
    text-decoration: none;
    display: block;
    padding: 0.25rem 0;
    border-bottom: dotted #ffffff6e 1px;
}
ul.differ--box li{
    font-family: "third";
    font-size: 1.2rem;
}
ul.differ--box li a{
    border-bottom: 0;
}
ul.differ--box li::before{
    display: none;
}
.social--box{
    display: flex;
    margin-top: 2rem;
}
.social--box h6{
    margin-right: 1rem;
    font-family: "third";
    letter-spacing: .5px;
    font-size: 1.2rem;
}
ul.social--handles{
    padding: 0;
    list-style-type: none;
    display: flex;
}
ul.social--handles li{
    margin-right: 1rem;
    font-size: 1.2rem;
}
ul.social--handles li a{
    color: var(--white);
}
.copyright--box{
    background-color: var(--black);
    color: var(--white);
}
.copyright--box p{
    margin-bottom: 0;
}
.copyright-logo h6{
    margin-bottom: 0;
    font-size: 1.3rem;
}
.copyright-logo img{
    margin-left: .4rem;
    width: 200px;
}
.pro--box{
    text-align: center;
    background-color: var(--white);
    border: solid var(--blue) 2px;
    border-radius: 4px;
    height: 250px;
    overflow: hidden;
    padding: 1rem 0;
}
.pro--box img{
    object-fit: cover;
    /* width: 100%; */
    height: 100%;
}
.dadachanji--banner{
    position: relative;
}
.dadachanji--banner .dadachanji--caption{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%);
}
.dadachanji--banner .dadachanji--caption h2{
    background-color: #0058c2;
    color: var(--white);
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
    letter-spacing: .5px;
    display: table;
}
.dadachanji--banner .dadachanji--caption h3{
    font-size: 5rem;
    font-family: 'third';
    text-align: left;
}
ul.dadachanji--statistics{
    list-style-type: none;
    padding: 0;
}
ul.dadachanji--statistics li{
    border-bottom: 1px dashed var(--blue);
}
ul.dadachanji--statistics li:last-child{
    border-bottom: none;
}
ul.dadachanji--statistics li, ul.dadachanji--statistics li a{
    color: var(--blue);
    display: block;
    text-decoration: none;
    font-family: "third";
    font-size: 1.4rem;
    padding: .4rem 0;
}
.dadachanji--pattern--bg{
    background-image: url(../images/pattern-bg-2.jpg);
    background-size: cover;
}
.sovereign--text{
    margin-top: 1rem;
}
.sovereign--text h4{
    font-family: 'third';
    font-size: 1.2rem;
}
.media--content h3{
    font-size: 1.65rem;
    font-family: 'third';
}
.media--content h3 a{
    text-decoration: none;
    color: var(--blue);
}
.media--box{
    margin-bottom: 2rem;
    border: solid #d1d1d1 1px;
}
.media--icon{
    height: 190px;
    overflow: hidden;
}
.media--icon img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.kairish--contact{
    font-size: var(--hdngSize);
}
ul.kairish--contact--details{
    list-style-type: none;
    padding: 0;
}
ul.kairish--contact--details h3{
    font-family: "third";
    font-size: 1.3rem;
}
ul.kairish--contact--details li{
    margin-bottom: .5rem;
}
ul.kairish--contact--details li a{
    color: var(--black);
    text-decoration: none;
}
ul.kairish--contact--details li i{
    color: var(--blue);
    margin-right: .5rem;
}
.kairish--contact--form label, .kairish--contact--form input, .kairish--contact--form textarea{
    width: 100%;
    border: solid #ccc 1px;
    outline: none;
    margin-bottom: 1rem;
}
.kairish--contact--form label span{
    font-size: 1.4rem;
    display: block;
    margin-bottom: .3rem;
}
.kairish--contact--form input{
    height: 50px;
    padding-left: 1rem;
}
.kairish--contact--form label{
    border: none;
}
.kairish--contact--form button{
    background-color: var(--blue);
    border: none;
    outline: none;
    color: var(--white);
    padding: .5rem 2rem;
    font-size: 1.4rem;
}
.globe--box{
    position: relative;
}
.globe--box .year--1990{
    width: 160px;
    height: 140px;
    background-color: #fff;
    border: solid #c4e2fa 3px;
    color: var(--blue);
    font-family: 'third';
    font-size: 2.5rem;
    letter-spacing: -2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}
.globe--box .year--1990::after{
    content: "";
    display: block;
    width: 55px;
    height: 40px;
    background-color: #c4e2fa;
    position: absolute;
    right: 0;
    z-index: -1;
}
.year--1990--content{
    position: absolute;
    margin: 0;
    top: 40px;
    right: 24px;
    color: var(--white);
    background-color: #0058c2cc;
    width: 230px;
    padding: 2rem 1rem;
    font-size: .95rem;
    text-align: center;
}
.year--2020--content{
    top: auto;
    bottom: 60px;
    right: -40px;
    z-index: 1;
}
.year--2020{
    top: auto !important;
    right: -250px;
    left: auto !important;
    bottom: 160px;
}
.globe--box .year--2020::after{
    content: "";
    right: auto;
    left: 0;
}
.development--content{
    padding: 0 0 0 21rem;
}
.new--pattern{
    background-image: url(../images/pattern-bg-2.jpg);
    background-size: cover;
    padding: 5rem 0;
}
.pro-box--icon{
    border: solid var(--blue) 1px;
    border-radius: 0;
}
.pro--box2 p{
    background-color: var(--blue);
    color: var(--white);
    display: block;
    margin: 0;
    padding: 1rem 0;
    font-size: 1.3rem;
    text-align: center;
}
.facility--video{
    border: solid #97cadd 13px;
}


@media only screen and (max-width: 1900px){
    .border--span::before{
        top: 79px;
        width: 176px;
    }
    .banner--text::after {
        width: 97%;
    }
}

@media only screen and (max-width: 1700px){
    .border--span::before{
        top: 75px;
        width: 152px;
    }
    .banner--text::after {
        width: 91%;
    }
    .plain--bg::after{
        height: 151%;
    }
}

@media only screen and (max-width: 1500px){
    .border--span::before{
        top: 100px;
        width: 138px;
    }
    .banner--text{
        padding: 4.5rem 4rem;
    }
    .banner--text::after {
        width: 87%;
    }
    .plain--bg{
        padding: 8rem 5rem;
    }
    .banner--text h2 {
        font-size: 2.5rem;
        line-height: 4rem;
    }
}
@media only screen and (max-width: 1400px){
    .border--span::before {
        top: 80px;
        width: 130px;
    }
    .banner--text::after {
        width: 87%;
    }
    .cus--responsive--img{
        width: 56%;
    }
    ul.main--menu li {
        margin: 0 1rem 0 0;
        font-size: 1rem
    }
    .globe--box .year--1990{
        left: 32%;
    }
    .year--2020--content{
        bottom: 0;
    }
    .year--2020 {
        top: 49% !important;
    }
    .development--content {
        padding: 0 0 0 11rem;
    }
}
@media only screen and (max-width: 1440px){
    .border--span::before {
        top: 87px;
        width: 133px;
    }
}
@media only screen and (max-width: 1386px){
    .border--span::before {
        top: 80px;
        width: 119px;
    }
}
@media only screen and (max-width: 1366px){
    .border--span::before {
        top: 87px;
        width: 126px;
    }    
}
@media only screen and (max-width: 1300px){
    .border--span::before {
        top: 60px;
        width: 113px;
    }    
}
@media only screen and (max-width: 1200px){
    .border--span::before {
        top: 45px;
        width: 111px;
    }
    .globe--box .year--1990{
        font-size: 2rem;
    }
    .year--2020 {
        top: 65% !important;
    }
    .year--2020--content {
        bottom: -38px;
        padding: 1rem;
    }
}
@media only screen and (max-width: 1160px){
    .banner--text {
        padding: 2.5rem 4rem;
    }
    .plain--bg {
        padding: 6rem 5rem;
    }
    .banner--text::after{
        bottom: -21%;
        width: 85.7%;
    }
    .plain--bg::before{
        bottom: -21%;
    }
    .plain--bg::after{
        height: 147%;
        bottom: -19%;
    }
    .border--span::before {
        top: 45px;
        width: 107px;
    } 
}
@media only screen and (max-width: 1199px){
    .kairish--box{
        align-items: center;
    }
    .kairish--text{
        font-size: var(--contentFont);
    }
}
@media only screen and (max-width: 1050px){
    .border--span::before {
        top: 30px;
        width: 95px;
    }
    .banner--text::after {
        width: 82.4%;
    }
}
@media only screen and (max-width: 991px){
    .logo{
        display: none;
    }
    .mobi--logo{
        display: block;
    }
    .mobi--logo img{
        width: 200px;
    }
    .cus--collapse{
        order: 1 !important;
    }
    .banner--text{
        position: unset;
        top: auto;
        transform: none;
        text-align: center;
    }
    .plain--bg, .banner--text::after, .banner--text::before{
        display: none;
    }
    .customized-machines{
        position: relative;
        top: 0;
        height: auto;
        padding: 2rem;
        left: 0;
        width: 100%;
        text-align: left;
    }
    .third--section{
        display: flex;
    }
    .hdng--automation::before {
        right: auto;
        left: -22px;
        width: 40px;
    }
    .connecting--box{
        display: none;
    }
    .dadachanji--banner .dadachanji--caption h3{
        font-size: 3rem;
    }
    .development--content {
        padding: 4rem 0 0 4rem;
    }
    .globe--box .year--1990, .year--1990--content, .year--2020{
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 100%;
        transform: translate(0);
        padding: 3rem 3rem;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}
@media only screen and (max-width: 768px){
    .second--section,  .third--section{
        flex-direction: column;
    }
    .cus--responsive--img{
        width: 100% !important;
    }
    .dadachanji--banner .dadachanji--caption h2{
        font-size: 1.1rem;
    }
    .dadachanji--banner .dadachanji--caption h3{
        font-size: 3rem;
    }
    .media--icon{
        height: auto;
        margin-bottom: 1.5rem;
    }
    .media--box{
        padding: 1rem;
    }
    .pro--box{
        height: auto;
    }
    .pro--box img {
        width: auto;
        height: auto;
    }
}
@media only screen and (max-width: 576px){
    .kairish--box{
        flex-direction: column;
        padding: 2rem;
        text-align: center;
    }
    .kairish--text{
        margin-top: 1rem;
    }    
    .manufature--section h4 {
        font-size: 3rem;
    }
    .res--border{
        border: 0;
    }
    .dadachanji--banner .dadachanji--caption {
        position: unset;
        width: 100%;
        text-align: center;
        transform: none;
        top: auto;
        left: auto;
    }
    .dadachanji--banner .dadachanji--caption h2{
        display: block;
        margin-top: 1.5rem;
    }
    .dadachanji--banner .dadachanji--caption h3 {
        text-align: center;
    }
}


/*form Validation */

.alert-success{text-align: center; color:green;}
.alert-danger {margin: 0px; padding: 0px; text-align: center; color: red;}
.has-error .error{margin-bottom:5px !important;}
.has-error .form-error{font-size:11px; margin-top:2px; margin-bottom: 6px; display: block; width:100%; margin-left:0px;text-align:left;}
.has-validation-callback .message{padding:.5rem !important;}
.message-box2{width:126%; margin:0 -25px 10px -25px; font-size: 15px; text-align: center; background-color: #1d1d1b; color: #fff; padding: 10px; line-height: 16px;}
.message_container1{text-align:center; margin-top:10px;}
.form-error {
  color: red;
}