* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.header {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/p2.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    /* z-index: 1000; */
}

nav {
 display: flex; 
 /* make it hundread */
 padding: 2% 6%;
 justify-content: space-between;
 align-items: center;
}
nav img{
    width: 100px;
    /* transition: 0.5s; */
}
.nav-links{
    flex: 1;
    text-align: right;
}
 /* nav.sticky{
position: fixed;
top: 0;
left: 0;
padding: 10px 8%;
background: rgb(141, 133, 133);
display: flex;
align-items: center;
justify-content: space-between; */
/* transition: padding 0.2s; */
/* }  */
/* nav.sticky ul{
    width: auto;
}  */
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    /* transition: 0.5s; */
}
.nav-links ul li::after{
   content: '';
   width: 0%;
   height: 2px;
   background: #f44336;
   display: block;
   margin: auto;
   transition: 0.5s;
}
.nav-links ul li:hover::after{
width: 100%;
}
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
     text-align: center;
}
.text-box img{
    /* font-size: 50px; */
    /* text-align: left;
    margin-left: 460px; */
    /* margin: 10px 0 40px; */
    width: 50%;
    margin-left: 160px;
}
.text-box p{
    margin: -21px 0 40px;
    font-size: 16px;
    color: #fff;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.kkk{
    padding: 14px 38px;
    font-size: 16px;
}
.hero-btn:hover{
border: 1px solid #f44336;
background: #f44336;
transition: 1s;

}
nav .fa{
    display: none;
}
.text-box p{
    font-size: 18px;
    margin-left: 3px;
}
.text-box p{
    font-family: 'Monotype Corsiva';
    font-size: 20px;
}
@media(max-width: 700px){
    .text-box img{
       width: 100%;
       margin-left: 6%;
       flex-basis: 100%;
    }
    .text-box p{
        font-size: 14px;
        margin-left: 22.5px;
        margin-top: -11px;
        margin-bottom: 25px;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: fixed;
        background: #f44336;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    .kk{
        padding: 10px 32px;
        font-size: 12px;
        z-index: 1000;
        top: calc(50% - 0);
    }
    .kkk{
        margin-top: -23px;
        padding: 10px 32px;
        font-size: 12px;
    }
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
    html, body {overflow-x: hidden;}

}
/* intro */
#intro {
  width: 100%;
  padding: 70px 0;
}
.title-text{
    text-align: center;
    padding-bottom: 70px;
}
.title-text p{
    margin: auto;
    font-size: 25px;
    color: #009688;
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.title-text p::after{
    content: '';
    width: 50px;
    height: 35px;
    background: linear-gradient(#019587,#fff);
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1;
    transform: rotate(10deg);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.title-text h1{
    font-size: 50px;
}
.intro-box{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.introduction{
    flex-basis: 50%;
}
.intro-img{
    flex-basis: 50%;
    margin: auto;
}
.intro-img img{
    margin-top: -130px;
    width: 70%;
    border-radius: 10px;
}
.introduction h1{
    text-align: left;
    margin-left: 70px;
    margin-bottom: 10px;
    font-weight: 100;
    color: #009688;
}
.introduction-desc{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.introduction-icon .fa{
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    border-radius: 8px;
    color: #009688;
    border: 1px solid #009688;
}
.introduction-text p{
    padding: 0 20px;
    text-align:justify;
}
@media(max-width: 700px){
    .title-text h1{
        font-size: 35px;
    }
    .introduction{
        flex-basis: 100%;
    }
    .intro-img{
        flex-basis: 100%;
    }
    .intro-img img{
        margin-top: 5px;
        width: 100%;
    }
    .introduction h1{
        font-size: 20px;
    }
    .introduction-text p{
        font-size: 15px;
    }
}
/* ---projects--- */
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.project{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 40px;
}
.project-col {
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position:relative;
    overflow: hidden;
}
.project-col img{
   width: 100%;
   display: block;
}
.pj h1{
    font-weight: 500;
    color: #009688;
}
.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.layer:hover{
    background: rgba(226,0,0,0.7);
}
.layer h3{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 22px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}
.layer:hover h3{
    bottom: 25%;
    opacity: 1;
}
.project-col  p{
    font-size: 17px;
}
.project-col  h3{
    font-size: 19px;
}
.lp h2{
    font-weight: 400;
    color: #c5303c;
}
.lp p{
    font-size: 17px;
   }
.res{
    height: 400px;
    object-fit: cover;
    object-position: center;
}

@media(max-width: 700px){
    .layer h3{
        font-size: 17px;
    }
    .row{
        flex-direction: column;
    }
    .project-col  p{
        font-size: 15px;
    }
    .project-col h2{
        font-size: 21px;
    }
    .project-col h3{
        font-size: 17px;
    }
    .pj h1{
        margin-top: -40px;
    }
    .lp h2{
        font-weight: 300;
        font-size: 20px;
    }
    .lp p{
        margin-top: -32px;
        font-size: 14px;
       }
}
/* -----services----- */
 .services{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    position: relative;
    /* margin-top: -30px; */
}
.services h1{
        margin-bottom: 10px;
        /* font-weight: 100; */
        color: #009688;
        font-size: 20px;
        font-weight: 300;
}
.kp h2{
    margin-top: -30px;
    color: #009688;
    font-size: 23px;
    font-weight: 300;
}
.servicess{
    margin-top: -60px;
}
.cppp{
    margin-left: 335px;
    text-align: left;
}
 .sp{
     margin-top: -120px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
}
.services-col{
    height: 400px;
    width: 750px;
    overflow: hidden;
    position: relative;
}
.services-col .imag{
    height: 100%;
    width: 100%;
}
.imag img{
    height: 100%;
    width: 100%;
}
.btm-sliders{
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.btm-sliders span{
    height: 8px;
    width: 40px;
    border: 2px solid rgb(104, 46, 46);
    margin: 0 3px;
    cursor: pointer;
}

.services-col .slide{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    border: 2px solid rgb(59, 53, 53);
    background: rgba(255,255,255,0.1);
    cursor: pointer;
}
.services-col .slide:hover{
    background: rgba(255,255,255,0.2);
}
.slide span{
    font-size: 35px;
    color:rgb(49, 37, 37);
    line-height: 41px;
}
.services-col .right{
    right: 0;
}
.str{
    text-align: left;
}
.kp{
    margin-top: -40px;
}
@media(max-width: 700px){
    .sp{
        margin-top: -35px;
    }
    .services h1{
        margin-top: -5px;
        font-weight: 300;
        font-size: 16px;
    }
    .clp h1{
       margin-top: 20px;
    }
    .servicess h3{
        margin-top: 60px;
    }
    .btm-sliders{
        flex-basis: 100%;
        width: 100%;
    }
    .imag img{
        width: 100%;
    }
    .services h2{
        font-size: 22px;
    }
    .cppp{
        margin-left: 20%;
    }
    .services p{
        font-size: 14px;
    }
    .services h3{
        font-size: 18px;
    }
    .kp h2{
        font-size: 17px;
    }
}
/* .servicess{
    margin-top: -200px;
} */
@media(max-width: 700px){
    .vid{
        width: 100%;
    }
}
/* -----cta----- */
.cta{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/cta.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}
.cta h1{
    color: #fff;
    margin-bottom: 40px;
    padding: 0;
}
@media(max-width: 700px){
    .cta h1{
        font-size: 24px;
    }
}
/* -----about us------ */
.sub-header{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/p9.jpg);
    background-size: cover;
    text-align: center;
    color: #fff;
}
.sub-headerr{
    height: 12vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/p10.jpg);
    background-size: cover;
    text-align: center;
    color: #fff;
}
.sub-header h1{
    margin-top: 100px;
}
.sub-headerr h1{
   margin-top: -31px;
   font-weight: 400;
   font-size: 30px;
}
.about-us{
    width: 80%;
    margin: auto;
    margin-right: 5%;
    padding-top: 80px;
    padding-bottom: 50px;
}
.about-col{
    flex-basis: 48%;
    padding: 30px 1px;
}
.about-col img{
    margin-left: 140px;
    width: 30%;
    height: 28vh;
}
.about-col p{
    padding: 10px 0 15px;
    text-align: left;
}
.red-btn{
    border: 1px solid #f44336;
    background: transparent;
    color: #f44336;
}
.red-btn:hover{
    color: #fff;
}
.about-col h1{
    text-align: center;
    font-weight: 500;
    margin-left: -120px;
    font-size: 18px;
}
.about-col h4{
    text-align: center;
    margin-left: -120px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    font-weight: 20;
    color: #747575;
}
.cl{
    margin-top: -110px;
}
.op{
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/p13.jpg);
}
.oppp{
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/p11.jpg);
}
.oppppp{
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/p12.jpg);
}
.okp{
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/p9.jpg);
}
@media(max-width: 700px){
    .about-col img{
        margin-top: -21px;
        height: 25vh;
        width: 50%;
       margin-left: 10%;
    }
    .about-col h1{
        font-size: 16px;
        margin-left: -30%;

    }
    .about-col h4{
        font-size: 12px;
        margin-left: -30%;
    }
    .sub-header h1{
        font-size: 24px;
    }
    .sub-headerr h1{
        margin-top: 2px;
        font-size: 20px;
    }
    .sub-headerr{
        height: 10vh;
        background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/p10.jpg);
    background-size: cover;
    text-align: center;
    }
    .about-col p{
      font-size: 14px;
    }
    .opp{
        font-size: 13px;
    }
    }
    .opp{
        text-align: justify;
    }
    .np p{
        text-align: justify;
    }

/* ----contact--- */
.location{
width: 80%;
margin: auto;
padding: 80px 0;
}
.location iframe{
    width: 100%;
}
/* ----contact us----- */
.contact-us{
    width: 80%;
    margin: auto;
}
.ps h1{
   text-align: center;
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.contact-col div .fa{
    font-size: 28px;
    color: #f44336;
    margin: 10px;
    margin-right: 30px;
}
.contact-col div p{
padding: 0;
}
.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}
.contact-col div h4{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}
.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
@media(max-width: 700px){
    .contact-col div h4{
        font-size: 19px;
           }
    .contact-col div h5{
 font-size: 16px;
    }
    .cppp li{
        font-size: 14px;
    }
    .footer{
        font-size: 13px;
    }
}
.np{
    margin-top: -60px;
}
.footer{
    width: 100%;
    text-align: left;
    padding: 30px 0;
    font-size: 10px;
    color: #009688;
    font-weight: 100;
    margin-top: -150px;
}
.chiku{
    font-weight: 400;
   font-size: 14px;
    margin-right: 100px;
}
.ap{
    margin-left: 20px;
}
.pk{
    margin-top: -70px;
}
.cta{
    margin-top: -1px;
}
.ps{
    margin-top: -60px;
}
/* ----form---- */

/* .roww{
    justify-content: center;
} */

/* @media(max-width: 700px){
    .form-container{
        flex-direction:row;
        width: 100%;
    }
    .pkk{
        flex-basis: 100%;
    }
} */