html{
    scroll-behavior: smooth;
}
*{ margin: 0; padding:0; box-sizing: border-box;
    font-family: 'Poppins', sans-serif;}
a{text-decoration: none;}
a:hover{text-decoration: none;}
li{list-style: none;}
p{
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 400;
    color:#606060;   
}
.extra-div h2, .servicediv h2{
    font-size: 0.9rem;
    margin: 20px 0 15px 0;
    font-weight: bold;
    line-height: 1.1;
    word-spacing: 4px;
}
i{
    color: #2fccd0;
}


.header{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0,168,255,0.3),rgba(0,168,255,0.3)),url('../images/13.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.header before{
    content:"";
    position:absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    opacity: 0.3;
    z-index: -1;
    background: linear-gradient(to right,#1e5799 0%, #3ccdbb 0%,#16c9f6 100%) ;
}
.navbar before{
    content:"";
    position:absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    opacity: 0.3;
    z-index: -1;
    background: linear-gradient(to right,#1e5799 0%, #3ccdbb 0%,#16c9f6 100%) ;
}
.nav-item a{
    color: rgb(250, 249, 249)!important;
    font-weight: bold;
}
.header-section{
    width: 100%;
    height: inherit;
    color: #edf84a;
    text-align: center;
    position:relative;

}
.header-extradiv{
    background-image: url('../images/15.jpg');
    position: relative;
}
.header-extradiv h2{
    color: black;
}
.center-div{
    width:100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);

}
.header-buttons a{
    border: 1px solid rgb(10, 10, 10);
    border-radius: 100px;
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    color: rgb(38, 6, 128);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}
.header-buttons a:hover{
    color: #e9e50d;
    background: rgb(29, 4, 167);
    text-decoration: none;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);

}
.center-div p{
    font-size: 1.3 rem;
    padding: 10px 0 20px 0;
    color: rgb(14, 13, 13);
}

.header-extradiv{
    width: 100%;
    height: auto;
    background-image: linear-gradient(rgba(0,168,255,0.3),rgba(0,168,255,0.3)),url('../images/13.jpg');
    margin:100px 0;
    text-align: center;
}
.extra-div{
    
    background: rgb(255, 255, 255);
    border: medium none;
    padding: 50px!important;
    border-radius: 3px;
    transition: 0.3s;

}
.extra-div:hover{
    box-shadow: 0 0 20px 0 rgba(17, 247, 9, 0.966);
    transform: translateY(-20px);
}
/**********************************extra-divcssends******************************************************/

/**********************************service offers css starts*************************************************/
.serviceoffers{
    background: #0609a8;
    padding: 50px 0;
    margin-bottom: 50px;
}
.serviceoffers p{
    color: white;
}
.headings {
    margin-bottom :50px; ;
}
.headings h1{
    color: yellow;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}
.names h1,h2{
    color: #d5e920;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: bold;
}
.service-icons{
    display: flex;
    justify-content: center;
    align-items: center;
}
.progress{
    height: 0.6rem!important;
    margin-bottom: 25px!important;
    background: #b9e710;

}
.servicediv p{
    color: white;
}
/**********************************service offers css ends******************************************************/

/**********************************awards won starts******************************************************/
.project-work{
    background-color:  #0d0391;
    margin: 100px 0;
    text-decoration: rgb(10, 10, 10);
}
.project-work p{
    color: rgb(245, 241, 14);
}
.project-works h1{
    font-size: 2rem;
    text-align: center;
    text-decoration: rgb(8, 8, 8);
}

/**********************************awards won ends******************************************************/
/**********************************PRICING CSS STARTS******************************************************/
.pricing{
    color:rgb(255, 255, 255);
    width: 100%;
    height: 100vh;
    padding: 50px;
    position: relative;
}
.pricing h1{
    color: rgb(230, 226, 15);
}
.pricing:before{
    content:"";
    position:absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: -1;
    background:  #0c0299 ;
}
.money{
    font-size:40px ;
    line-height: 1;
    color: #050505;
}
.card{
    transition: 0.4s ease;
}
.card-header{
    font-size: 1.6rem;
    font-weight: bold;
    background: rgb(7, 7, 7)!important;
    padding: 25px 9!important;
}
.card-body {
    padding:30px 0!important;

}
.card-body li{
    margin: 10px 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color:#030303;
}
.card-footer{
    background: rgb(8, 8, 8)!important;
    padding: 30px 0px!important;
}
.card-footer a{
    border: 1px solid #4ee607;
    border-radius: 100px;
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    color: #72eb0f;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}
.card:hover .card-footer a{
    color: rgb(15, 15, 15);
    background:  #15eb0e;
    text-decoration: none;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);

}
.card:hover{
    transform: translateY(-20px);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.card:hover .card-header,.card:hover .money{
    color: #15eb0e;
}
.card-second{
    transform: translateY(-20px);
   
}
/**********************************PRICING CSS ends******************************************************/


/**********************************customer feedback starts******************************************************/
.happyclients{
    width: 100%;
    height: 100vh;
    padding: 80px 0;
}
.box{
    text-align: center;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    border-radius: 2px;
    transition: 0.3s ease ;
}
.box:hover{
    background: #11038d!important;
}
.box:hover p{
    color: white;
}
.carousel-indicators {
    position:absolute;
    right: 0;
    bottom: -60px!important;
}
.carousel-indicators li{
    background-color: #16c9f6!important;
}
.box a{
    position: relative;
}
.box a img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 20px;
}
.box a:after{
    content:"\f10d";
    font-family: FontAwesome;
    width: 40px;
    height: 40px;
    background:linear-gradient(to right,#1e5799 0%,#3ccdbb 0%,#16c9f6 100%);
    color:#fff!important;
    position:absolute;
    top: 120%;
    left: 70%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box h1{
    font-size: 18px;
    font-size:700;
    color:#000;
    margin-bottom:10px;
}
.box h2{
    font-size: 13px;
    font-weight: 400px;
    color: #666666;
    margin-bottom: 20px;


}
/**********************************customer feedback ends******************************************************/

/*********************************CONTACT US STARTS******************************************************/

.contactus{
    color: yellow;
    width: 100%;
    height: 100vh;
    padding: 80px 0;
    position: relative;
}
.contactus p{
    color: white;
}
.contactus:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(330deg,#1c027c 55%,rgb(5, 37, 216) 15%) ;
    z-index: -1;
}
.form-button button{
    border: 1px solid #50d1c0;
    border-radius: 100px;
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    color: #50d1c0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    background: transparent;
}
.form-button button:hover{
    color: yellow;
}
form:hover .form-button button{
    background: rgb(227, 241, 19);
    color:  #0c0c0c;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
::placeholder{
    font-size: 0.85rem;

}
/*********************************CONTACT US ENDS ******************************************************/

/*********************************newsletter starts  ******************************************************/
.newsletter{
    width: 100%;
    height: auto;
    margin: 80px auto;

}
.news-input{
    border-radius: 100px 0px 0px 100px!important;
    min-width: 150px;
    min-height: 45px;
}
.input-group-text{
    color: #fff!important;
    background: #13017a!important;
    border-radius: 0 100px 100px 0!important;
    min-width: 120px;
    min-height: 45px;
}

/*********************************newsletter  ENDS ******************************************************/

/*********************************footer  starts ******************************************************/
.footersection{
    width: 100%;
    height: auto;
    padding: 70px 0 20px 0;
    background: #1f057e;
    position: relative;
}
.footersection p{
    color:rgb(253, 249, 10);


}
.footersection li a{
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 400;
    color:rgb(205, 238, 20);
    text-transform: capitalize;
    
}
.footersection h3{
    text-transform: uppercase;
    color: rgb(247, 243, 8);
    margin-bottom: 25px;
    font-size: 1.2rem!important;
    font-weight: 600;
    text-shadow: 0 2px 5px rgba(0,0,0,0.4);
}
.footer-div span{
    color: black;
}
#myBtn{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index:99;
    border: none;
    color:rgb(212, 253, 29);
    background: #1c03a5;
    padding: 10px;
    border-radius: 10px;
}
#myBtn:hover{
    background: #606060;
}
.happyclients h1{
    color: rgb(0, 0, 0);
}
.happyclients p{
    color: rgb(0, 0, 0);
}
.box h2{
    color: black;
}

/*********************************footer  ENDS ******************************************************/

/*********************************media queries   starts ******************************************************/

@media(max-width: 768px){
    .nav-item{
        text-align: center!important;
    }
    .pricing, .happyclients,.contactus{
        height: auto;
        margin-top: 50px;
    }
    .card-second{
        transform: translateY(opx);
        margin: 30px 0;
    }
    .contactus p{
        padding: 0 50px;
    }
    .footer-div:nth-child(2){
        text-align: left!important;

    }
    .footer-div{
        margin: 30px 0;
    }
}

/*********************************media queries   ENDS ******************************************************/