*{
    margin: 0;
    padding: 0;
}

body{
    font-family: sans-serif;

}

#nav-bar{
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar{
    background-image: linear-gradient(to right, #1bb2b8, #1bb2b8);
    padding: 0 !important;
    
}

.navbar img{
    height: 40px;
    width: 170px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.navbar-nav li{
    padding: 0 10px;
    
}

.navbar-nav li a{
    color: #fff !important;
    font-weight: 600;
    float: right;
    text-align: left;
    padding-top: 30px;
       
}

.nav-login i{
     color: #fff;
     font-size: 25px;
     margin-right: 1px;
     padding-top: 18px;
    
     /* padding-top: 23px;
     margin-left: 70px;
     margin-right: 0px !important;
     padding-right: 0px !important;     */
}

.nav-login p{
    display: inline-flex;
    padding-left: 0px;
    font-size: 0.65rem;
    font-weight: 700;
   
    color: #fff;
}

.nav-login{
    margin-left: 60px;
     padding-right: 0;
     margin-right: 0;
     display: flex;
}


.fa-bars{
    color: #fff;
    font-size: 30px !important;
}

.navbar-toggler{
    outline: none !important;
}


.navbar-light .navbar-brand{    /* this is for luxyconstruct style*/
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-left: 10px;
  

}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover{
    color: #000;
}

.navbar-light .navbar-nav .navbar-link{
    color: #000;
}



/* -------------- banner section --------------------*/
#banner{
    background-image: linear-gradient(to right,  #1bb2b8, #1bb2b8);
    color: #fff;
    padding-top: 5%;
}

.promo-title{
    font-size: 40px;
    font-weight: 600;
    margin-top: 100px;
}
.promo{
    margin-bottom: 60px;
}

.youtube-link a{
    font-size: 30px;
    padding-top: 30px;
}

#banner a{
    color: #fff;
    text-decoration: none;
}

.bottom-img{
    width: 100%;
}

/* .banner #button{
    background-color: #fff;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-image: #fff;
    margin-top: 0;
    display: flex;

} */

/*-------Services Section-------*/

#services{
  padding: 80px 0;
}

.service-img{
    width: 100px;
    margin-top: 20px;
}
.services{
       padding: 20px;
}
.services h4{
    padding: 5px;
    margin-top: 25px;
    text-transform: uppercase;
}

.title::before{       /* this is for the large line which is under WHAT WE DO?*/
   content: '';
   background: #217679;
   height: 5px;
   width: 200px;
   margin-left: auto;
   margin-right: auto;
   display: block;
   transform: translateY(63px);    /* using this the line will come under WHAT WE DO */
}

.title::after{       /* this is for the small line which is under WHAT WE DO?*/
    content: '';
    background: #217679;
    height: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(8px);    /* using this the line will come under WHAT WE DO */
 }

 #services .btn-primary{
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    background-image: linear-gradient(to right,  #17b4ba, #217679);  /* add color on all services which i first in primary color*/

 }

/* about sections*/

 #about-us p{
    font-size: 40px;
    font-weight: 600;
    margin-top: 8%;

 }

#about-us ul{
    margin-left: 25px;
    
}

#about-us ul li{
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#about-us {
    background-color: #edfdfd;
    padding-bottom: 50px;
    padding-top: 50px;
}

/* #about-us img{
    margin-left: 0px;
    margin-right: 0px;
    width: fit-content;
    width: 100%;
    margin-top: 25px;
    height: 100%;
} */

/*-------Testimonials-------*/

#testimonials{
    margin: 100px 0;
}

.testimonials{
    border-left: 4px solid #217679;
    margin-top: 50px;
    margin-bottom: 50px;

}
/* #testimonials .title{
    font-size: 35px;
    padding: 2px;
} */


 .testimonials img{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 0 10px;
 }
 .user-details{
    display: inline-block;
    font-size: 12px;
 } 



 /*------ Social-media section----------*/
#social-media{
   background: #edfdfd;
   padding: 100px 0;
}
#social-media p{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.social-icons img{
   width: 60px;
   transition: 0.5s;
}

.social-icons a:hover img{
    transform: translateY(-10px);  /* using this the image of different social icon wiol float means hover when u put cursor on them*/
}



/*-------- footer section----------*/
#footer{
    background-image: linear-gradient(to right,  #1bb2b8, #1bb2b8);
    color: #fff;
}

.footer-img{
    width: 100%;
}

.footer-box{
    padding: 20px;
}

.footer-brand{
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-left: 10px;
    width: 120px;
    margin-bottom: 20px;
}


.footer-box i{
    margin-right: 8px;
    font-size: 25px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
    background-image: linear-gradient(to right,  #17b4ba, #217679);
    text-decoration: none;
}

.footer-box .form-control{
    box-shadow: none !important;
    border: none;
    border-radius: 0;
    margin-top: 25px;
    max-width: 250px;
}

.footer-box .btn-primary{
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-top: 30px;
    background-image: linear-gradient(to right,  #17b4ba, #217679);
}
#footer p{
   margin-top: 10px;
}

hr{
    background-color: #fff;
}

.copyright{
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
}



 /* responsive css*/

 @media only screen and (min-width: 768px) and (max-width: 991px){
    #about-us img{
        margin-top: 60px;
        margin-bottom: 0px;
    }
    .nav-login i{
        margin-left: 550px;
        margin-right: 0px;
    }
    .nav-login p{
        padding-left: 1px;
        margin-right: 0px;
    }
 }

 @media only screen and (max-width: 767px){
    #about-us img{
        margin-top: 50px;
        margin-bottom: 0px;
    }
    #about-us p{
        font-size: 30px;
    }
    .title{
        font-size: 37px;
    }
    #social-media p{
        font-size: 24px;
        font-weight: 700;
    }
    .nav-login i{
        margin-left: 240px;
        margin-right: 0px;
    }
    .nav-login p{
        margin-left: 1px;
        margin-right: 0px;
    }
 }
 