*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
body{
    height: 6000px;
    font-family: 'Times New Roman', Times, serif;
    background-color: #081021;
}
.header{
    width: 100%;
    height: 50px;
    background-color:#0D1B2A;
    padding: 0px 20px;
    position: fixed;
    top: 0;
    z-index: 1000;

}
.logo{
    width: 50px;
    height: 40px;
    color: white;
    margin-left: 15px;
    float: left;
    margin-top: 5px;
}


.header [type='text']{
    border: 0px;
    background-color: #F5F5F5;
    height: 25px;
    border-radius: 30px;
    width: 225px;
    padding-left: 35px;
    font-size: large;
    margin-top: 14px;
    margin-left: 60px;
    position: absolute;

}
.header i{
    position: absolute;
    z-index: 1;
    margin-left: 80px;
    margin-top: 20px;
    color: black ;
}

.header i :focus{
    border: 1px solid black;
    background-color: #8ecaff;
    border-radius: 30px;
    
    padding-top: 2px;
    
}
.list{
    list-style: none;
    float: right;
    margin-right: 50px;
    padding-top: 20px;

}
.list li{
    display: inline;
    color: #E0E1DD ;
    margin-left: 40px;
    font-weight: bolder;
    font-family: 'Times New Roman', Times, serif;    
}
.list li a{
    color: #EAEAEA ;
    text-decoration: none;
}
.home{
    width: 100%;
    height: 100vh;
    background-image: url(../images/finalhome.webp);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    
}
.home-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7)
}

.home-content{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    text-align: center;
}
.home-content h2{
    color: #E0E1DD;
    font-size: 58px;
    text-transform: uppercase;
    
}
.home-content p{
    margin: 20px 0px;
    color: #E0E1DD;
    letter-spacing: 2px;
    

}
.home-btn{
    width: 140px;
    padding: 15px 0px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 17px;
    border-radius: 50px;
}
.home-btn2{
    background-color: #081021;
    color: #8ecaff;
    margin-left: 13px;
    width: 140px;
    padding: 15px 0px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 17px;
    border-radius: 50px;
}
.home-btn:hover{
    opacity: 0.7;
}
.home-btn2:hover{
    opacity: 0.7;
}









.list li a {
    position: relative;
    color: #E0E1DD; 
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s;
}

.list li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px; 
    width: 0;
    height: 3px; 
    background-color:#8ecaff; 
    transition:  0.3s ;

}

.list li a:hover {
    color: #8ecaff; 
}

.list li a:hover::after {
    width: 100%;
}
.list-dropdown {
    position: relative;

}

.dropdown {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white; 
    padding: 10px 0;
    border-radius: 10px;
    opacity: 1;
    transition: 0s;
    padding-right: 10px;
    margin-top: 10px;
    background-color: #0D1B2A;

}

.list-dropdown:hover .dropdown {
    display: block;
    visibility: visible;
   

}


.dropdown li {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0);
    transition: 0s;
    border-radius: 10px;

}



.dropdown li a {
    color: #E0E1DD; 
    text-decoration: none;
    font-weight: bold;
    display: block;
    opacity: 1;
    transition: 0s;
    background-color: rgba(0, 0, 0, 0);
}


.dropdown li a::after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #8ecaff;
    margin: auto;
}

.dropdown li a:hover::after {
    width: 100%;
}

.dropdown li a:hover {
    color: #8ecaff; 
    opacity: 1;
}
.welcome{
    margin: auto;
    text-align: center;
    margin-top: 20px;
    color: #E0E1DD;
    margin-top: 25px;
    margin-bottom: 40px;
}
.linesec2{
    display: block;
    width: 85px;
    height: 4px;
    background-color: #8ecaff;
    margin: auto;
    margin-top: -35px;
}
.section2{
    height: 30vh;
}
.section2 div{
    position: relative;
    background-color: #0D1B2A;
    float: left;
    margin-left: 150px;
    overflow: auto;
    height: 30vh;
    color: #EAEAEA;
    padding: 10px 15px;
    width: 20%;
    margin-top: 30px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #1B263B;

    
}
.section2 i{

    color: #8ecaff;
    font-size: 30px;
    padding-bottom: 3px;
    line-height: 45px;
}
.section2 p{
    font-weight: bold;
    opacity: 0.7;
    color: #E0E1DD ;
    padding-top: 10px;
   
}
.section2div a{
    text-decoration: none ;
    font-size: 18px;
    font-weight: bold;
    color: #8ecaff;
    padding-top: 20px;
}
.section2div:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 1;
    transition: 0s;

}
.section2div:hover::after{
    width: 100%;
    height: 100%;
    transition: 0.4s;
    opacity: 1;
    background-color:rgba(142, 202, 255, 0.5)
    ;
}
.section2div:hover h2{
    color: #8ecaff;
}
.section2div:hover p{
    color: #E0E1DD;
    font-weight: bolder;
    opacity: 1;
}
.section3{
    margin-top: 500px;
    background-color: #E0E1DD;
    position: relative;
    width: 100%;
    height: 120vh;
    padding: 50px 0px;
    
   
}
.section3 h2{
    text-align: center;
    color: #081021 ;
    text-transform: uppercase;
    padding-bottom: 40px;
    font-weight: bold;
    padding-top: 50px;
}
.section3 hr{
    width: 10%;
    margin: auto;
    height: 1px;
    border-radius: 4px;
    border: 2px solid #8ecaff ;
    margin-bottom: 30px;
    
    
    
    
}
.section3 img{
    border-radius: 8px;
}
.section3 div{
    margin-left: 135px;
    float: left;
    width:300px;
    padding-top: 50px;
    border-radius: 8px;
    


    
    
}
.sec3div1{
    position: relative;
    float: left;
    width: 300px;
    height: 200px;
    margin-left: 135px;
    margin-top: 50px;
    
    
    
}

.sec3-overlay1{
    position: absolute;
    top: 25%;
    text-align: center;
    right: 0%;
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;

    

    
}

.sec3div1:hover .sec3-overlay1{
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    

}
.sec3div1 .sec3-overlay1{
    opacity: 1;
}
.sec3-overlay1 h3{
    position: absolute;
    width:100%;
    text-align: center;
    top: 20%;
    color: #8ecaff  ;
    margin-top: 20px;
    font-size: 30px;
    font-weight: bolder;
    text-transform: uppercase;

}
.sec3-overlay1 span{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 55%;
    right: 0.1%;
    font-size: 18px;
    color: #EAEAEA ;
}

.sec3-overlay1 .sec3-icons{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    right: 0.1%;
    color: #081021  ;
    
}

.sec3-overlay1 .sec3-icons a{
    margin: 0 10px;
    color: #E0E1DD ;
    font-size: 20px;
    transition: 0.3s;
    cursor: pointer;

}
.sec3-overlay1 .sec3-icons a:hover{
    color: #8ecaff;
}

.sec4head{
    margin: auto;
    text-align: center;
    margin-top: 20px;
    color: #E0E1DD;
    margin-top: 25px;
    margin-bottom: 40px;
    text-transform: uppercase;
    
}
.hrwelcome{
    width: 10%;
    margin: auto;
    height: 1px;
    border-radius: 4px;
    margin-bottom: 40px;
    border: 2px solid #8ecaff ;
    
    
} 
.containersec4{
    width: 100%;
    height: 100vh;
    background-color: #081021;
}
.offerdiv{
    position: relative;
    background-color: #0D1B2A;
    float: left;
    margin-left: 150px;
    overflow: auto;
    height: 30vh;
    color: #EAEAEA;
    padding: 10px 15px;
    width: 20%;
    margin-top: 30px;
    border-radius: 8px;
    
    border: 1px solid #1B263B;
}
.offerdiv i {
    float: left;
    font-size: 25px;
    margin-top: 10px;
    overflow: auto;
    color: #8ecaff;
    margin-right: 5%;
}

.offerdiv p{
    padding-top: 10px;
    opacity: 0.5;
    font-weight: bold;
}

.offerdiv:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    

}
.offerdiv:hover::after{
    width: 100%;
    height: 100%;
    transition: 0.4s;
    opacity: 0.7;
    background-color: rgba(142, 202, 255, 0.5)

}

.offerdiv:hover h2{
    font-weight: bolder;
    color: #f4f5ee;
    opacity: 1;
}
.offerdiv:hover p{
    font-weight: bolder;
    opacity: 1;
    color: #e3e3e1;
}

.sec5container{
    width: 100%;
    height: 100vh;
    position: relative;
}
.chooseus1{
    width: 450px;
    height: 450px;
}
.sec5h2{
    font-weight: bold;
    padding-left: 90px;
    font-size: 34px;
    color: #E0E1DD;
}
.line5{
    display: block;
    width:800px;
    height: 1px;
    border-radius: 4px;
    margin-bottom: 40px;
    border: 2px solid #8ecaff ;
    margin-left: 100px;
}
.sec5p{
    opacity: 1;
    letter-spacing: 1px;
    word-spacing: 2px;
    color: #E0E1DD;
    padding-left: 90px;

}

.sec5list{
    width: 450px;
    height: 240px;
}
.sec5listul{
    list-style-type: none;
    padding: 60px 10px 0px 90px;
    color: #E0E1DD;
    opacity: 1;
    line-height: 50px;
}
.divchooseus2{
    width: 350px;
    height: 450px;
    margin-left: 950px;
    position: absolute;
    z-index: 1;
    bottom: 37%;
}
.sec5bullet{
    margin-bottom: 140px;
    margin-left: 160px;

}
.sec5bullet li{
    float: left;
    color: #E0E1DD;
    font-size: 40px;
    height: 5px;
    margin-left: 20px;
    margin-bottom: 80px;
}
.sec5bullet .active{
    color: #8ecaff;
}
.sec5bullet li:hover{
    color: #8ecaff;
}
.sec6parent{
    width: 100%;
    height: 70vh;
    background-image: url(../images/sec6\ 2.webp);
    background-size: cover;
    background-attachment: fixed;
}
.overlay{
    width: 100%;
    height: 70vh;
    background-color: rgba(0, 0, 0, 0.7);
}
.sec6item{
    float: left;
    width: 20%;
    height: 200px;
    line-height: 2;
    color: #E0E1DD;
    text-align: center;
    margin: 10% 2.5%;
}
.sec6item i{
    font-size: 20px;
    color: #8ecaff;
}
.sec6item h3{
    font-weight: bolder;
    font-size: 20px;
}
.sec6item span{
    font-size: 20px;
    font-weight: bolder;
}

.pricing h2{
    text-align: center;
    color: #E0E1DD ;
    text-transform: uppercase;
    padding-bottom: 40px;
    font-weight: bold;
    padding-top: 50px;
}
.pricing-container{
    width: 80%;
    height: 70vh;
    margin: auto;
}

.priceimg-div1{
    width: 30%;
    color: #E0E1DD;
    float: left;
    width: 30%;
    text-align: center;
    position: relative;
    border-radius: 10px;
    border: 1px solid #8ecaff;
    background-color: #0D1B2A;
    

}
.priceimg-div1::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background-color: #8ecaff;
    opacity: 1;
    font-weight: bolder;
    color: #8ecaff;
    z-index: 0;
}
.priceimg-div1:hover::after{
    width: 100%;
    height: 100%;
    opacity: 0.3;
    transition: 0.7s;
    font-weight: bolder;
    color: #8ecaff;
    z-index: 0;
}
.priceimg-div1::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background-color: #8ecaff;
    opacity: 1;
    font-weight: bolder;
    color: #8ecaff;
    z-index: 0;
}
.priceimg-div1-p:hover::after{
    color: #8ecaff;
}
.priceimg-div1:hover::before{
    width: 100%;
    height: 100%;
    opacity: 0.3;
    transition: 0.7s;
    font-weight: bolder;
    color: #8ecaff;
    
}
.price-overlay{
    z-index: 1;
    position: absolute;
}
.img-2{
    margin: 0 5%;
}

.priceimg-div1-p .priceimg-div1:hover{
    color:#182e5e;
    font-weight: bolder;
    opacity: 1;

}
.priceimg-div1-p{
    padding-top: 30px;
    font-weight: bold;
    color:#E0E1DD;
    font-size: 25px;
    text-align: center;
    transition: 0.3s;
    z-index: 2;
    position: relative;
}
.priceimg-div1:hover .priceimg-div1-p{
    font-weight: bolder;
    color: #8ecaff;
    opacity: 1;
    z-index: 2;
}

.pricing-div1-month{
    position: relative;
    width: 125px;
    height: 125px;
    border-radius: 62.5px;
    border: 1px solid #8ecaff;
    margin: auto;
    margin-top: 10px;
    z-index: 2;

}
.pricing-div1-month:hover{
    border: 2px solid #4d9ee6;
}
.h3-dollar{
    text-align: center;
    padding-top: 20px;
    font-size: 40px;
    font-weight: bolder;
}
.span-month{
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
    font-weight: bolder;
}
.pricing-ul{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    list-style-type: none;
    padding-top: 10px;
    
}
.pricing-ul li{
    padding-top: 15px;
}
.pricing-btn{
    border-radius: 6px;
    border: 3px solid #8ecaff;
    text-align: center;
    width: 170px;
    height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #081021;
    opacity: 0.8;
    color: #E0E1DD;
    font-family: 'Times New Roman', Times, serif;
    font-size: 17px;

}
.parent-about{
    background-image: url(../images/section7.webp);
    background-size: cover;
    background-attachment: fixed;
    height: 70vh;
    position: relative;
    margin-bottom: 150px;
    
}
.about-content{
    margin-left: 50px;
    margin-top: 30px;
}
.overlay-about{
    width: 100%;
    height: 70vh;
    background-color: rgba(0, 0, 0, 0.7);   
    position: absolute;
}



.about-item1{
    position: absolute;
    float: left;
    margin-left: 175px;
    margin-top: 120px;
    
    width: 350px;
    height: 35vh;
    
}
.about-item1-info img{
    position: absolute;
    border-radius: 40px;
    margin-bottom: 70px;
    margin-left: 15px;
    
        


}
.about-item1-info h3{
    color: #E0E1DD;
    font-size: 30px;
    margin: auto;
    padding-left: 120px;
    padding-top: 15px;
    
}


.about-item1-info span{
    color: #8ecaff;
    padding-left: 140px;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 140px;
}

.about-p{
    color: #E0E1DD;
    font-size: 15px;
    font-weight: bold;
    padding-top: 40px;
    padding-left: 40px;
}
.about-item1-info h3 span{
    padding-left: 40px;
    padding-top: 20px;
    margin-left: 40px;
    text-align: center;
}

.about-item2{
    position: absolute;
    float: left;
    margin-left: 775px;
    margin-top: 120px;
    
    width: 350px;
    height: 35vh;
}
.title1{
    font-size: 58px;
    text-align: center;
    color: #E0E1DD;
    text-transform: capitalize;
    padding-top: 200px;
}
.line{
    display: block;
    width: 85px;
    height: 4px;
    background-color: #8ecaff;
    margin: auto;
    margin-top: -35px;
    
}
.line9{
    display: block;
    width: 85px;
    height: 4px;
    background-color: #8ecaff;
    margin: auto;
    margin-top: -8px;
}
.line7{
    display: block;
    width: 85px;
    height: 4px;
    background-color: #8ecaff;
    margin: auto;
    margin-top: -40px;
    margin-bottom: 30px;
    
}
.line5{
    display: block;
    width: 55px;
    height: 4px;
    background-color: #8ecaff;
    margin-left: 100px;;
    margin-top: -4px;
    margin-bottom: 40px;
}

.container9{
    width: 80%;
    margin: auto;
    height: 70vh;
    margin-top: 50px;
    


}


.team-item{
    float: left;
    width: 30%;
    padding: 16px 14px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    border: 1px solid #8ecaff;
    background-color: #0D1B2A;

    
}

.team-item-2{
    margin: 0% 5%;
}
.team-item-img{
    position: relative;
    width: 85%;
    margin: auto;
    margin-right: 30px;
    
}
.team-item-img img{
    width: 300px;
    height: 300px;
    border-radius: 150px;
    
}
.overlay9{
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 150px;
    background-color: rgba(0, 0, 0, 0);
    z-index: 10;
}
.overlay9:hover{
    background-color: rgba(0, 0, 0, 0.7);
}
.team-icons{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    margin-bottom: 250px;
    z-index: 11;
    
}

.team-item:hover .team-icons{
    visibility: visible;

}
.team-icons i{
    color: #E0E1DD;
    background-color: #8ecaff;
    display: block;
    width: 45px;
    height: 45px;
    margin-left: auto;
   
    line-height: 45px;
    margin-left: 272px;
}

.team-item::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background-color: #8ecaff;
    opacity: 1;
    font-weight: bolder;
    color: #8ecaff;
    background-color: rgba(0, 0, 0, 0.5);
}
.team-item:hover::after{
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.8s;
    font-weight: bolder;
    color: #517A7A;
}

.team-item::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background-color: #8ecaff;
    opacity: 1;
    font-weight: bolder;
    color: #8ecaff;
}
.team-item:hover::before{
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.8s;
    font-weight: bolder;
    color: #8ecaff;
}

.team-info-title{
    color: #E0E1DD;
    font-weight: bold;
    text-transform: capitalize;
}
.team-info-p{
    color: #525251;
    font-weight: bolder;
    text-transform: uppercase;
}
.team-item:hover .team-info-p{
    color: #8ecaff;
    font-weight: bolder;
}
.team-item:hover .team-info-title{
    color:#E0E1DD;
}




.container10{
    width: 80%;
    margin: auto;
    height: 100vh;
    margin-top: 30px;
}
.news-item-img{
    float: left;
    width: 30%;
    padding: 16px 14px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #8ecaff;
    height: 500px;
    background-color: #0D1B2A;
    
}
.news-item-img img{
    position: relative;
    width: 85%;
    margin: auto;
}
.img-2{
    margin: 0% 5%;
    
}
.news-item-img img{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.news-icons{
    margin-bottom: 15px;
    display: inline;
}
.news-item-img .news-icons li{
    float: left;
    color: #E0E1DD;
    list-style-type: none;
    padding: 16px 24px;
}
.news-icons i{
    color: #8ecaff;
    cursor: pointer;
}
.news-icons h3{
    color: #E0E1DD;
    font-weight: bolder;
    text-align: center;
}
.news-icons p{
    opacity: 0.5;
    text-align: center;
    font-weight: bold;
    color: #E0E1DD;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.news-item-img::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background-color: #8ecaff;
    opacity: 0;
    font-weight: bolder;
    color: #8ecaff;
    z-index: 0;
}
.news-item-img:hover::after{
    width: 100%;
    height: 100%;
    opacity: 0.4;
    transition: 0.8s;
    font-weight: bolder;
    color: #8ecaff;
    

}

.news-item-img::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background-color: #8ecaff;
    opacity: 1;
    font-weight: bolder;
    color: #8ecaff;
    z-index: 0;
}
.news-item-img:hover::before{
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.8s;
    font-weight: bolder;
    color: #8ecaff;
    

}

.news-item-img p{
    padding-bottom: 20px;
}

.news-item-img:hover p{
    opacity: 1;
    font-weight: bolder;
    color: #EAEAEA;
  
}
.news-item-img:hover h3{
    opacity: 1;
    font-weight: bolder;
    color: #8ecaff;
}

.news-icons .news-read-more:hover{
    color: #8ecaff;
}

.overlay10{
    position: absolute;
    z-index: 1;

}
.news-icons{
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    text-align: center;

}
.news-icons a{
    cursor: pointer;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.news-read-more{
    display: block;
    text-decoration: none;
    color: #E0E1DD;
    text-align: center;
    margin-top: 10px;
    width: 100%;

}

.news-icons p{
    height: 120px;
    padding-bottom: 10px;
    overflow: auto;
    margin-bottom: 15px;
}
.footer{
    width: 100%;
    height: 55vh;
    text-align: center;
    background-color: #E0E1DD;
}
.img-footer img{
    border-radius: 10px;
    
    width: 250px;
    height: 200px;
    background-size: cover;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 40px;
}
.ul-footer{
    text-align: center;
    
}
.ul-footer ul{
    list-style-type: none;
    
    
    

}
.ul-footer li{
    display: inline;

    
}
.ul-footer p{
    text-align: center;
    margin-top: 15px;
    color: #182e5e;
    margin-bottom: 10px;
}
.ul-footer i{
    font-size: 35px;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #081021;
    line-height: 60px;
    text-align: center;
    opacity: 0.7;

}
.ul-footer i:hover{
    opacity: 1;
    background-color: #081021;
    transition: 0.5s;
}

