
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');


*{
	margin:0;
	padding:0;
}
section{
    overflow-x: hidden;
}
h1, h2{
	text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Rajdhani", sans-serif;
}
p{
    font-family: "Rajdhani", sans-serif;
    color: #616161;
    font-weight: 600;
    font-size: 17px;
}
.detailArea ul li {
    font-family: "Rajdhani", sans-serif;
}
nav.bgColor {
    position: sticky;
    top: 0;
    z-index: 1;
}
ul li a {
    text-decoration: none;
    color: #616161;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
}
ul.dropdown-menu.show{
    width: 800px !important;
}
.col-md-4.innerMenu li {
    padding: 3px 0px;
    border-bottom: 1px solid #cdcdcd;
}
.carouelBnner > img{
    animation: thing 20s;
}
@keyframes thing {
    from{
        transform: scale(1,1);
    }
    to{
        transform: scale(1.5, 1.5);
    }
}
.pageButtons a {
    background: #0060ff;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    border-radius: 7px;
    transition: 0.5s ease-in-out;
}
.pageButtons a:hover{
    background: #151423;
}
.bnnrTxtt h1 {
    font-size: 55px;
}
.contxt1 i, .contxt2 i {
    color: #0060ff;
    padding: 0px 15px;
    font-size: 25px;
}
.sosIcons i {
    padding-left: 15px;
    font-size: 30px !important;
}
.abouSpace h1 span {
    color: #0060ff;
}
.navbar-nav .dropdown-menu {
    position: static;
    background: #fff;
}

.logo img {
    min-width: 100px;
    max-width: 200px;
}
.topLogo {
    padding: 10px 1px;
}

.logoDiv {
    display: flex;
    justify-content: space-between;
}
.logoContact {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.contxt1 p span, .contxt2 p span {
    font-weight: 700;
}
.contxt1, .contxt2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px 30px;
}

.bgColor{
	background-color: #0060ff !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 30px 10px 1px;
}
.productSec{
    background-image: url('../images/a5.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
.productSec {
    background-image: url('../images/a5.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
section.productSec::before {
    content: "";
    background: rgba(10, 24, 81, 0.88);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
section.productSec .container {
    z-index: 1;
    transform: translate(10px);
}
.producSpace1, .prodSpace {
    color: #fff;
}
.innerMenu li a {
    text-transform: uppercase;
}
.producSpace1 p{
    color: #fff;
}
.prodSpace {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #030b18;
    height: 200px;
    padding: 40px;
    margin-bottom: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 50%;
    transition: all 0.7s;
    transform: scale(0);
}
.chemIndustry:hover .prodSpace {
    z-index: 1;
    transform: scale(1);
}
.row.innerRow {
    padding-top: 50px;
}

.prodSpace p {
    color: #fff;
}
a.proReadmore {
    background: #0d6efd;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 4px;
    margin-top: 30px;
}
a.proContct {
    background: #151423;
    padding: 10px 30px;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
}
.producSpace1 p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.producSpace1 h2 {
    font-weight: 600;
    font-size: 50px;
}
section.productSlider {
    padding-top: 100px;
    padding-bottom: 100px;
}
.imgSliddd img {
    width: 100%;
}
.slideHeading {
    text-align: center;
    padding-bottom: 50px;
}
.slideHeading h2 {
    font-size: 50px;
    font-weight: 600;
}
section.workUs {
    background: #091D3E;
    padding-top: 100px;
    padding-bottom: 100px;
}
.workHeading {
    text-align: center;
    color: #fff;
    padding-bottom: 50px;
}
.workHeading p {
    color: #fff;
}
.workIt {
    background: #fff;
    padding: 50px 20px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    transition: .4s ease-in-out;
}
.workIt:hover {
    background-color: rgba(0,0,0,0.4);
    color: #fff;
}
.workIt:hover p{
    color: #fff;
}
.workCircle {
    /*content: "";*/
    position: absolute;
    width: 40%;
    height: 50%;
    background: #0060ff;
    left: 10px;
    top: -50px;
    border-radius: 50%;
    box-shadow: 1px 0px 2px 1px #555555;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff
}
.workIt h3 {
    margin-top: 20px;
}
.chemlogoss img {
    width: 100%;
    border-radius: 50%;
    height: 300px;
}
.chemIndustry {
    position: relative;
    height: 300px;
}
section.abotNxt {
    background: #030b18;
}
section.abotNxt p{
    color: #fff;
}



.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled{
    display: block !important;
    font-size: 40px;
    text-align: center;
}
button.owl-next {
    margin-left: 50px;
}
.workHeading h2 {
    font-size: 50px;
    font-weight: 600;
}
.aboutimagesss {
    padding: 100px 0px 100px 100px;
}
.aboutimagesss img {
    width: 100%;
}
.textAbout {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    text-align: justify;
    background: #030b18;
    color: #fff;
}
.textAbout h1 {
    font-weight: 600;
    padding: 20px;
}
.textAbout p{
    color: #fff;
}
section.testimonialSlider {
    background: url("../images/testibg.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
.testimonial{
    text-align: center;
    width: 90% !important;
    margin: auto;
}
.testimonial .owl-nav {
    font-size: 30px;
}
.queryForm {
    padding: 50px 15px;
    box-shadow: 0px 0px 1px 1px #ced4da;
    margin-top: 20px;
}
.queryForm h2 {
    color: #091D3E;
    padding-bottom: 20px;
}
.workApp{
    padding-top: 100px;
    padding-bottom: 100px;
}
.workApp h2 {
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 30px;
}
.workList {
    padding: 20px 2px;
    text-transform: capitalize;
}
.fotrColmn1 {
    padding: 20px;
}
.foterrLogo.border {
    padding: 30px;
}
.sliImgTxt {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}





a.navbar-brand.logNumber {
    display: none;
}
.abouContnt {
    color: #fff;
}
.abouContentss {
    padding: 50px 100px;
    background:#030b18;
}
.abouSpace p {
    color: #fff;
    text-align: justify;
}
.abouSpace2 img {
    width: 100%;
}
.abouContentss {
    height: 100%;
    display: flex;
    align-items: center;
}
.abouSpace2 {
    padding: 50px;
}
.imaagess {
    position: relative;
    height: 250px;
}
.fotrLogo img {
    width: 200px;
    padding-bottom: 20px;
}
.mainFooter {
    background: #ecedef;
    padding: 50px 0px;
}
.fotrBttn {
    width: 100%;
}
.owl-nav {
    text-align: center;
    font-size: 40px;
}
.workList a {
    color: #091D3E;
    text-decoration: none;
}
.slidImge {
    text-align: center;
    font-size: 30px;
}
.slidImge img {
    height: 280px;
}







section.galleryy {
    padding: 60px 0px;
}
.ggsspp {
    margin-bottom: 20px;
    position: relative;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 1px 1px #cdcdcd;
    padding: 20px;
    height: 300px;
}
.ggsspp img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: contain;

}

.innrSpace {
    padding: 20px 20px;
}


.overLap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    box-sizing: border-box;
    background: rgba(0,0,0,.7);
    z-index: -1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.7s;
        padding: 20px;
    transform: scale(0);

}
.ggsspp:hover .overLap {
    z-index: 1;
    cursor: pointer; 
    transform:scale(1);
}
.ImgTTT {
    overflow: hidden;
}
.ImgTTT img {
    width: 100%;
    border: 6px solid #0060ff;
    border-radius: 5px;
    filter: grayscale(80%);
    transition: .8s;
}
.ImgTTT:hover img{
    filter: grayscale(  0%);
    transform: scale(1.1);
}
.fourtsub img {
    width: 100%;
}
.fourtxt {
    height: 65%;
}
.fourtxt h1 span {
    color: #f1af00;
}
section.fourTt {
    padding: 50px;
}

.fotrColmn3 p {
    margin: 0;
    padding-top: 5px;
}
.fotrColmn3 i {
    font-size: 20px;
}
.sosIcons {
    padding-top: 15px;
}

section.innerBanner {
    height: 450px;
    background: url("../images/a3.jpg");
    background-size: 100% 100%;
    background-attachment: fixed;
}
.bgAbout {
    height: 450px;
    background: rgba(10, 24, 81, 0.88);
    color: #fff;
}
.bgAbout .container {
    height: 100%;
}
.banrTxt {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
section.contctForm {
    padding-top: 50px;
    padding-bottom: 50px;
}
.btn-contFrom  {
    background: #f1af00;
    padding: 10px 40px;
    text-decoration: none;
    color: #3b2a99;
    font-weight: 500;
    border-radius: 7px;
    border: 1px solid #01a3d4;
}
.imagges img {
    width: 100%;
}
.heatArea{
    padding-top:100px;
    padding-bottom: 100px;
    background: #091D3E;
}
.tabArea {
    box-shadow: 0px 0px 1px 3px #cdcdcd;
    background: #fff;
}
.tabSection {
    background: #0060ff;
    padding: 25px;
}
.heatContentArea{
     padding: 25px;
}
.heatButn {
    color: #fff;
    text-align: left;
}
.heatButn.active {
    background: #f7f7f6 !important;
    color: #0060ff !important;
}
.textAbout h1 span {
    color: #0060ff;
}

.row.productBlogs {
    background: #fff;
    padding: 30px;
}
.prodBoxss {
    /*background: #0060ff;*/
    border: 1px solid #0060ff;
    color:#151423;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    transition: 0.5s;
    height:200px;
    margin-top:10px;
}
/*.prodBoxss:hover {
    background: #fff;
    color: #0060ff;
    border: 1px solid #0060ff;
}
.prodBoxss:hover button {
    background: #0060ff;
    color: #fff;
}*/

.carouelBnner{
    position: relative;
}
.bnnrTxtt{
    position: absolute;
    top:0;
    left: 0;
    background:rgba(0,0,0,0.8);
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: right;
    height: 100%;
    color: #fff;
}
.bnnrTxtt p{
    color: #fff;
}

.top_footer {
    position: relative;
    background: #ecedef;
    padding-top: 170px;
}
.overlapp {
    position: absolute;
    top: -100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lapSpace {
    text-align: center;
    padding: 30px;
}
.lapSpace i {
    font-size: 50px;
    color: #091D3E;
}
section.footer_bottom {
    text-align: center;
    background: #0060ff;
    padding-top: 10px;
}
section.footer_bottom p {
    color: #fff;
}
.copyright a {
    color: #fff;
}

.stickyIcons {
    display: flex;
    flex-direction: column;
    width: 200px;
    float: right;
    position: fixed;
    top: 60%;
    right: 0;
    z-index: 1;
    transform: translate(150px, 0px);
    
}
.stickyIcons a:hover {
    transform: translate(-150px, 0px);
}
.stickyIcons a:hover i{
    transform: rotate(360deg);
}
.stickyIcons i {
    color: #fff;
    font-size: 30px;
    padding-right: 13px;
}
.stickyIcons a {
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 25px 0px;
    transition: all 0.7s;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    filter: drop-shadow(2px 4px 6px black);
}
.stickyIcons a.fbicon {
    background: #3b5998;
}
.stickyIcons a.twticon {
    background: #1DA1F2;
}
.stickyIcons a.insicon {
    background: #3f729b;
}
.stickyIcons a.youicon {
    background: #FF0000;
}
.modalBttn {
    width: 180px;
    position: fixed;
    top: 50%;
    left: -70px;
    transform: rotate(90deg);
    padding: 10px;
    background: #0060ff;
    border-radius: 8px;
    z-index: 1;
    filter: drop-shadow(2px 4px 6px black);
}
button.btn.btn-light.btnGreen {
    background: #0060ff;
    color: #fff;
}
.btn-check:focus+.btn, .btn:focus{
    box-shadow: none;
}
a.btn.btn-primary {
    background: var(--color-primary);
    border-radius: 0;
    border: none;
    
}
.certi{
    padding: 100px 0px 200px 0px;
}

/**********************************************RESPONSIVE PAGE*******************/

@media screen and (max-width: 600px) {
    section {
        overflow-x: hidden;
    }
    ul.dropdown-menu.show {
        width: 100% !important;
    }
  .logoDiv {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
	}
	.logoContact {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-direction: column;
	}
	a.navbar-brand.logNumber {
	    display: block;
	}
	.abouSpace {
	    text-align: justify;
	}
	.contxt1, .contxt2, .pageButtons{
		display: none;
	}
	.specImages {
	    margin-top: 15px;
	}
	.proImggss {
	    margin-top: 15px;
	}
	.fotrColmn2 {
        display: flex;
        align-items: start;
    }
	.fotrColmn2 ul {
	    margin-left: -30px;
	}
    .fourtxt {
        height: auto;
    }
    .ImgTTT {
        margin-top: 20px;
    }
    section.aboutPage {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    
    /*********** New csss**************/

    .chemIndustry {
        position: relative;
        height: 250px;
        width: 75%;
        margin: auto;
        margin-top: 20px;
    }
    .chemlogoss img{
        height: 250px;
    }
    .abouContentss {
        background: #030b18;
        padding: 20px 30px;
    }
    .carouelBnner {
        height: 250px;
    }
    .carousel-item.carouelBnner img {
        height: 250px;
        object-fit: cover;
    }
    .bnnrTxtt {
            padding: 50px;
            text-align: center;
        }
    .workIt {
        margin-top: 62px;
    }
    .workCircle{
        width: 25%;
    }
    .owl-nav {
        text-align: center;
        font-size: 25px;
    }
    
    section.productSlider {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .aboutimagesss {
        padding: 1px;
    }
    .textAbout {
        padding: 20px;
        text-align: justify;
    }
    .detaiList h3 {
        padding-left: 1px;
    }
    .detaiList ul {
        padding: 0;
    }
    .bnnrTxtt h1 {
       font-size: 20px;
    }
    .bnnrTxtt p {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }
    .overlapp {
        position: static;
    }
    .top_footer {
        padding-top: 50px;
    }
}
/*************** Media Query Of Laptop Device *****************/

@media (min-width: 768px) and (max-width: 1024px) {
    .chemIndustry {
        height: 220px;
    }
  .chemlogoss img {
        height: 220px;
    }
    .abouSpace2 img {
       height: 450px;
    }
    .workCircle {       
        width: 50%;
        height: 45%;
    }
    .aboutimagesss {
        padding: 50px 0px 50px 50px;
    }
    .aboutimagesss img {
        height: 450px;
    }
    section.testimonialSlider {
        padding-top: 10px;
    }
    section.proDetails {
        padding-top: 100px;
    }
}


