@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #393939;
}
img{
    max-width: 100%;
    height: auto;
}
h2{
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #06064D;
}

h3{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #06064D;
}

.container{
    max-width: 1200px;
}
.topArea{
    background-color: #06064D;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #fff;
    font-size: 15px;
}
.topArea img{
    margin-right: 10px;
    top: -1px;
    position: relative;
    max-width: 18px;
}

.topArea .text-right{
    text-align: right;
}
.topArea ul{
    padding-left: 0px;
    margin-bottom: 0px;
}
.topArea li{
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
    display: inline-block;
}

.btn-primary{
    background-color: #00DFFF;
    color: #fff;
    font-size: 15px;
    padding: 10px 25px;
    border: none !important;
}
.menuArea{
    padding-top: 25px;
    padding-bottom: 25px;
}

.logo img{
    margin-top: 4px;
}
.navbar .navbar-nav li a {
	color: #393939;
	font-size: 18px;
	text-decoration: none;
	font-weight: 600;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.navbar .dropdown-menu a {
	font-size: 15px !important;
    white-space: inherit !important;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #0023FF !important;
    color: #fff !important;

}

.navbar-nav .nav-link.active{
    color: #0023FF;
}

.bannerArea{
    background-image: url("../images/banner.jpg");
    background-position:center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    position: relative;
}


.bannerOverlay{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+99&0.27+1,0.73+61 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.20) 1%, rgba(0,0,0,0.49) 61%, rgba(0,0,0,0.49) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 1%,rgba(0,0,0,0.49) 61%,rgba(0,0,0,0.49) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 1%,rgba(0,0,0,0.49) 61%,rgba(0,0,0,0.49) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45000000', endColorstr='#ba000000',GradientType=0 ); /* IE6-9 */
position: absolute;
width: 100%;
height: 100%;

}
.bannerCaption{
    position: absolute;
    bottom: 70px;
    width: 100%;
    text-align: center;
    color: #fff;
    max-width: 650px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.bannerCaption h1{
    font-size: 68px;
    text-transform: uppercase;
    font-weight: 700;
}

.bannerCaption p{
    color: #fff;
    font-size: 20px;
}

.bannerCaption .btn{
    margin-top: 10px;
}

/* .navbar-nav .dropdown-menu{
    width: 290px;
} */

.aboutSection{
    background-color: #010146;
    padding-top: 100px;
    color: #fff;
}

.aboutSection p{
    color: #fff;
}

.aboutPoints{
    margin-bottom: 80px;
}

.aboutPoints .col-4{
    white-space: nowrap;
}
.aboutPoints h3{ 
    font-size: 48px;
    color:  #fff;
    text-transform: uppercase;
    font-weight: 300;
}
.aboutContent{
    padding-right: 40px;
    padding-top: 20px;
}
.aboutSection h2{
    color: #fff;
}
.aboutContent .btn{
    background-color: transparent;
    color: #00DFFF;
    border: 1px solid #00DFFF !important;
    margin-top: 10px;
}

.sections{
    padding-top: 100px;
    padding-bottom: 100px;
}
.inImage{
    background-position:center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 25px;
}

.inImage1{
    height: 529px;
    background-image: url(../images/i1.jpg);
}
.inImage2{
    height: 230px;
    background-image: url(../images/i2.jpg);
}
.inImage3{
    height: 230px;
    background-image: url(../images/i3.jpg);
}
.inImage4{
    height: 230px;
    background-image: url(../images/i4.jpg);
}

.industriesSection h4{
    color: #06064D;
    font-size: 22px;
    margin-top: 10px;
}

.industriesSection ul{
    padding-left: 17px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.iArrow{
    margin-left: 10px;
}

.weAreSection{
    background-image: url(../images/weAreBg.jpg);
    background-position:center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}
.weAreSection .container{
    z-index: 2;
    position: relative;
}

.weAreSection h2{
    color: #fff;
    margin-bottom: 20px;
}
.weAreSection p{
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.weaAreOverlay{
    position: absolute;
width: 100%;
height: 100%;
background-color: #06064D;
opacity: 0.7;
}


.productSection h5{
    font-size: 20px;
    margin-top: 15px;
    color: #fff;
}
.productSection .owl-nav{
    display: none;
}
.productSection::after{
    position: absolute;
    width: 100%;
    content: '';
    background-color: #15141C;
    height: 400px;
    margin-top: -300px;
}
.productSection img{
    border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00DFFF;
}
.owl-dots{
    margin-top: 20px;
}
.contactLeft{
    padding-left: 70px;
    padding-top: 10px;
}
.contactLeft label{
    color: #000;
}
.contactSection .form-control{
    border-color: #E7E7E7;
    height: 50px;
}
.contactSection textarea{
    height: auto !important;
}
.contactSection .btn{
    margin-top: 20px;
}


footer{
    background-color: #000038;
    color: #fff;
    padding-top: 100px;
}
footer h4{
    font-size: 16px;
    color: #00DFFF;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer ul{
    padding-left: 0px;
    margin-bottom: 0px;
}

footer li{
    list-style: none;
    padding-bottom: 15px;
}

.aprove{
    margin-top: 60px;
    padding-left: 80px;
    position: relative;
}
.aprove img{
    position: absolute;
    left: 0;
    top: -4px;
}
.fitem{
    position: relative;
}
.fitem a{
    color: #fff;
    text-decoration: none !important;
}

.fitem a:hover{
    color: #00DFFF;
}

.address{
    position: relative;
}
.address li img{
    position: absolute;
    left: 0;
    top: 2px;
}
.address li{
    padding-left: 35px;
    position: relative;
}
.copyRight{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #333360;
    margin-top: 80px;
    font-size: 14px;
}


.pageHeader{
    height: 250px !important;
    align-items: center;
    justify-items: center;
    display: flex;
}
.pageHeader .bannerCaption{
    position: relative;
    bottom: 0;
}
.pageHeader h1{
    font-size: 50px;
}

.contactAddress ul{
    padding-left: 0px !important;
    margin-top: 20px;
}
.contactAddress li{
    list-style: none;
    padding-bottom: 20px;
}

.pItem{
    margin-top: 30px;
}

.pItem h4{
    margin-top: 15px;
    font-size: 20px;
}




@media (max-height: 677px) { 
    .bannerCaption{
        bottom: 60px;
        max-width: 530px;
    }
    .bannerCaption h1{
        font-size: 53px;
    }
    .bannerCaption p{
        font-size: 18px;
    }

    .bannerArea{
        height: 570px;
    }

}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) { 

    

    .navbar .navbar-nav li a {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .bannerArea{
        height: 590px;
    }

    .bannerCaption{
        bottom: 60px;
        max-width: 530px;
    }
    .bannerCaption h1{
        font-size: 53px;
    }
    .bannerCaption p{
        font-size: 18px;
    }

    h2 {
        font-size: 40px;
    }
    .aboutSection{
        padding-top: 80px;
    }
    .aboutPoints{
        margin-bottom: 60px;
    }
    .aboutPoints h3{ 
        font-size: 40px;
    }
    .aboutPoints img{
        max-width: 53px;
    }
    .aboutContent{
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 40px;
    }


    .sections{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .industriesSection h4{
        font-size: 20px;
    }
    .iArrow{
        margin-left: 10px;
        max-width: 18px;
    }


.productSection::after{
    height: 300px;
    margin-top: -250px;
}

.contactLeft{
    padding-left: 30px;
    padding-top: 0px;
    font-size: 15px;
}
.contactSection .form-control{
    height: 40px;
}
.contactSection .btn{
    margin-top: 20px;
}





footer{
    padding-top: 80px;
    font-size: 15px;
}
footer h4{
    font-size: 15px;
}
footer li{
    padding-bottom: 15px;
}
.aprove{
    margin-top: 60px;
    padding-left: 75px;
}
.address li{
    padding-left: 35px;
}
.copyRight{
    margin-top: 50px;
    font-size: 14px;
}

.pageHeader{
    height: 200px !important;
}
.pageHeader h1{
    font-size: 40px;
}
  


}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) { 

.topArea{
    font-size: 14px;
}
.topArea img{
    margin-right: 7px;
    top: -2px;
    max-width: 15px;
}
.topArea li{
    padding-left: 10px;
    padding-right: 10px;
}

.btn-primary {
    font-size: 14px;
    padding: 8px 17px;
}

.bannerArea{
    height: 470px;
}

.bannerCaption{
    bottom: 50px;
    max-width: 540px;
}
.bannerCaption h1{
    font-size: 38px;
}
.bannerCaption p{
    font-size: 17px;
}



   body{
    font-size: 15px;
   } 
h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.aboutSection{
    padding-top: 70px;
}
.aboutPoints{
    margin-bottom: 60px;
}
.aboutPoints h3{ 
    font-size: 30px;
}
.aboutPoints img{
    max-width: 40px;
}
.aboutContent{
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 40px;
}




.sections{
    padding-top: 60px;
    padding-bottom: 60px;
}
.inImage{
    margin-top: 10px;
}
.inImage1{
    height: 450px;
}
.inImage2{
    height: 200px;
}
.inImage3{
    height: 200px;
}
.inImage4{
    height: 200px;
}
.industriesSection h4{
    font-size: 17px;
}
.iArrow{
    margin-left: 3px;
    max-width: 16px;
}

  
.productSection::after{
    height: 300px;
    margin-top: -250px;
}





.contactLeft{
    padding-left: 20px;
    padding-top: 0px;
    font-size: 15px;
}
.contactSection .form-control{
    height: 40px;
}
.contactSection .btn{
    margin-top: 15px;
}






footer{
    padding-top: 40px;
    font-size: 15px;
}
footer h4{
    font-size: 15px;
}
footer li{
    padding-bottom: 15px;
}
footer .fitem{
margin-top: 40px;
}
.aprove{
    margin-top: 60px;
    padding-left: 75px;
}
.address li{
    padding-left: 35px;
}
.copyRight{
    margin-top: 50px;
    font-size: 14px;
}


.navbar .navbar-nav li a {
    font-size: 16px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}



.pageHeader{
    height: 170px !important;
}
.pageHeader h1{
    font-size: 33px;
}



}


@media (max-width: 767px) { 
    .topArea{
        font-size: 12px;
        text-align: center;
    }
    .topArea img{
        margin-right: 7px;
        top: -2px;
        max-width: 15px;
    }
    .topArea li{
        padding-left: 10px;
        padding-right: 10px;
    }

    .topArea .text-right {
        text-align: center;
        margin-top: 10px;
    }

    .navbar .navbar-nav li a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .btn-primary {
        font-size: 14px;
        padding: 8px 17px;
    }

    .menuArea {
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .logo img{
        margin-top: 5px;
        max-width: 165px;
    }

    .navbar .container-fluid{
        padding-right: 70px;
        justify-content: end;
    }
    .navbar .navbar-toggler{
        position: absolute;
        right: 0;
    }

    .navbar .navbar-collapse{
        position: absolute;
        right: 0;
        top: 70px;
        z-index: 9;
        background-color: #fff;
        max-width: 250px;
        width: 100%;
        text-align: center;
    }

    
    .bannerArea{
        height: 350px;
    }
    .bannerCaption{
        bottom: 30px;
        max-width: 400px;
    }
    .bannerCaption h1{
        font-size: 28px;
    }
    .bannerCaption p{
        font-size: 15px;
    }

    .bannerCaption .btn {
        margin-top: 5px;
    }

    
   body{
    font-size: 14px;
   } 
h2 {
    font-size: 26px;
    margin-bottom: 20px;
}
.aboutSection{
    padding-top: 50px;
}
.aboutPoints{
    margin-bottom: 30px;
}
.aboutPoints h3{ 
    font-size: 21px;
}
.aboutPoints img{
    max-width: 28px;
}
.aboutContent{
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 40px;
}
.sections{
    padding-top: 50px;
    padding-bottom: 50px;
}
.inImage{
    margin-top: 10px;
}
.inImage1{
    height: 303px;
}
.inImage2{
    height: 130px;
}
.inImage3{
    height: 130px;
}
.inImage4{
    height: 130px;
}
.industriesSection h4{
    font-size: 14px;
}
.iArrow{
    margin-left: 3px;
    max-width: 12px;
    top: -1px;
    position: relative;
}


.productSection::after{
    height: 300px;
    margin-top: -260px;
}



.contactLeft{
    padding-left: 15px;
    padding-top: 0px;
    font-size: 15px;
    margin-top: 30px;
}
.contactSection .form-control{
    height: 40px;
}
.contactSection .btn{
    margin-top: 15px;
}







footer{
    padding-top: 30px;
    font-size: 15px;
}
footer h4{
    font-size: 15px;
}
footer li{
    padding-bottom: 15px;
}
footer .fitem{
margin-top: 30px;
}
.aprove{
    margin-top: 60px;
    padding-left: 75px;
}
.address li{
    padding-left: 35px;
}
.copyRight{
    margin-top: 40px;
    font-size: 14px;
}


.pageHeader{
    height: 140px !important;
}
.pageHeader h1{
    font-size: 25px;
}

}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 
    .aboutPoints h3{ 
        font-size: 18px;
    }
    .aboutPoints img{
        max-width: 22   px;
    }


    

.inImage1{
    height: 230px;
    background-position: center bottom;
}
.inImage2{
    height: 230px;
}
.inImage3{
    height: 230px;
}
.inImage4{
    height: 230px;
}


.industriesSection h4{
    font-size: 16px;
}
.iArrow{
    max-width: 14px;
    top: 0px;
}



 }