body{
    background-image: url("Images/1.webp") ;
    background-position: 50% -25px;
    background-repeat: no-repeat;
}
.nav-link{
color: white !important;
}
.nav-link:hover{
    color: black!important;
}
.register{
    background-color:  #2F89FC;
    color: white;
    border-radius: 5px;
    padding: 5px 10px ;
    margin-top: 3px;
  
}
.register:hover{
    background-color: rgb(255, 123, 0);
    color: black!important;
}
.secA{
    background-color: rgba(0, 0, 0, 0.256);
    height: 100vh;
}
.inputcontainer{
    background-color: rgba(255, 255, 255, 0.444);
    border-radius: 5px;
    width: 80%;
   
}
.input1{
outline: none;
background-color: transparent;
border: none;
width: 70%;
margin: 13px auto auto auto;
}
.input2{
    outline: none;
    background-color: transparent;
    border: none;
    width: 90%;
    margin:5px auto auto auto;
    }
    .select{
        border: none;
        cursor: pointer;
        margin-top: 6px;
        width: 100%;
        outline: none;
    }
.inputcontainerbtn{
    color: white;
    background-color: #2F89FC;
    border-radius: 5px;
    padding: 5px  ;
    width: 100%;
    border: none;
    font-size: 18px;
}
.inputcontainerbtn1{
    background-color: #2F89FC;
    cursor: pointer;
}
.inputcontainerbtn1:hover{
    background-color: rgb(255, 123, 0);
    color: black!important;
}
.inputcontainerbtn1:hover .inputcontainerbtn{
    background-color: rgb(255, 123, 0);
    color: rgb(248, 0, 0)!important;
}
.lastbtn{
    color: white;
    background-color: rgba(245, 245, 245, 0.421);
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 13px;
    border: whitesmoke solid 1px;
}
.lastbtn:hover{
    background-color: #FFFFFF;
    color: #2F89FC;
    transition: 1s;
}


/*second div*/



.secB{
    background-color: #F8F9FA;
}

/*owl-carousel*/


.img {
    height: 150px;
    border-radius: 5px 5px 0 0;
}

.cardsize{
    width: 250px;
    margin-bottom: 20px;
}

.colwidth1{
    width: 75%;
}

.badgecolor{
    background-color: #E9ECEF;
    color: black;
    padding: 8px 10px;
    border-radius:25px;
    margin-bottom: 5%;
}
.cardp{
    cursor: pointer;
}

.cardi1{
    color: #0362DB;
    margin-left: 35%;
    background-color: #E9ECEF;
    padding: 5px;
    border-radius: 25px;
    cursor: pointer;
}
.cardi2{
    color: #0362DB;
    margin-left: 48%;
    background-color: #E9ECEF;
    padding: 5px;
    border-radius: 25px;
    cursor: pointer;
}
.cardi1:hover{
    background-color: #F23A2E;
    color: white;
}
.cardi2:hover{
    background-color: #F23A2E;
    color: white;
}

.starp{
    font-size: 13px;
}
.owl-next{
    padding: 0;
    width: 5%;
    background-color: #F8F9FA!important;
}
.owl-prev{
    padding: 0;
    width: 5%;
    background-color: #F8F9FA!important;
}
.owl-prev:hover i{
    color: #0dddfd !important;

    background-color: #F8F9FA !important;
}
.owl-next:hover i{
    color: #0dddfd !important;
    background-color: #F8F9FA !important;
}
/*owl-carousel*/




.seC{
    background-color: #ffffff !important;
    width: auto;
}
.phr{
    height: 4px;
    border: #48D5F3;
    background-color: #48D5F3;
    width: 5%;
    clear: both;
    margin: 2%  auto 3% auto;
   
}
.popcol1{
    background-color: #2f88fc00;
    border-radius: 8px;
cursor: pointer;

}
.popcol2{
    background-color: #2f88fc00;
   
    border-radius: 8px;
    cursor: pointer;
}
.popcol3{
    background-color: #2f88fc00;
   
    border-radius: 8px;
    cursor: pointer;
}
.popcol4{
    background-color: #2f88fc00;
    
    border-radius: 8px;
    cursor: pointer;
}
.popcol5{
    background-color: #2f88fc00;
   
    border-radius: 8px;
    cursor: pointer;
}
.popcol6{
    background-color: #2f88fc00;
   
    border-radius: 8px;
    cursor: pointer;
}
.popcol1 i{
    font-size: 40px;
    color: #2F89FC;
}
.popcol2 i{
    font-size: 40px;
    color: #2F89FC;
}
.popcol3 i{
    font-size: 40px;
    color: #2F89FC;
}
.popcol4 i{
    font-size: 40px;
    color: #2F89FC;
}
.popcol5 i{
    font-size: 40px;
    color: #2F89FC;
}
.popcol6 i{
    font-size: 40px;
   color: #2F89FC;
}

.popbadge{
    background-color: #E9ECEF;
    color: rgb(58, 58, 58);
    font-size: 15px;
    border-radius: 15px;
    padding: 5px 14px;
}
.popcol1:hover .popbadge{
    background-color: #046DF4;
    color: white;
}
.popcol2:hover .popbadge{
    background-color: #046DF4;
    color: white;
}
.popcol3:hover .popbadge{
    background-color: #046DF4;
    color: white;
}
.popcol4:hover .popbadge{
    background-color: #046DF4;
    color: white;
}
.popcol5:hover .popbadge{
    background-color: #046DF4;
    color: white;
}
.popcol6:hover .popbadge{
    background-color: #046DF4;
    color: white;
}
.popcol1:hover{
    background-color: #2F89FC;
    transform: scale(1.2);
    transition: 1s;
}
.popcol1:hover i{
    color: white;

}
.popcol1:hover p{
    color: white;

}
.popcol2:hover i{
    color: white;

}
.popcol2:hover p{
    color: white;

}
.popcol3:hover i{
    color: white;

}
.popcol3:hover p{
    color: white;

}
.popcol4:hover i{
    color: white;

}
.popcol4:hover p{
    color: white;

}
.popcol5:hover i{
    color: white;

}
.popcol5:hover p{
    color: white;

}
.popcol6:hover i{
    color: white;

}
.popcol6:hover p{
    color: white;

}
.popcol2:hover{
    background-color: #2F89FC;
    transform: scale(1.2);
    transition: 1s;
}
.popcol3:hover{
    background-color: #2F89FC;
    transform: scale(1.2);
    transition: 1s;
}
.popcol4:hover{
    background-color: #2F89FC;
    transform: scale(1.2);
    transition: 1s;
}
.popcol5:hover{
    background-color: #2F89FC;
    transform: scale(1.2);
    transition: 1s;
}
.popcol6:hover{
    background-color: #2F89FC;
    transform: scale(1.2);
    transition: 1s;
}

/*fourthdiv*/

.secD{
background-color: #F8F9FA;
}


.forthimg{
    width: 220px;
    height: 190px;
    border-radius: 5px 0px 0px 5px;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.218);
    float: left;
}
.fourthrow{
    padding: 0 14%;
}

.forthcol{
    width:48%;
    margin: 0 auto;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.218);
}
.fourthhr{
    width: 10%;
}
.badges{
    background-color: #E9ECEF;
    color: black;

}
.cardi3{
    color: #0362DB;
    background-color: #E9ECEF;
    padding: 5px;
    border-radius: 25px;
    cursor: pointer;
}

.cardi3:hover{
    background-color: #F23A2E;
    color: white;
}



.fourthhr1{
    width: 8%;
    margin: 0 auto;
}
/*fourthdiv*/



/*Fifthdiv*/



.Fifthdivcarousel{
    padding: 2% 5%;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    background-color: #f23b2e00;
}

.carousel-control-prev-icon{
    background-color: gray;
    padding: 5% 5%;
    border-radius: 20px;
    margin-top: 50%;
}

.carousel-indicators{
    width: 70px;
    margin: 0 auto;
}

.carousel-control-next-icon{
    background-color: gray;
    padding: 5% 5%;
    border-radius: 20px;
    margin-top: 50%;
    
}

.carousel-item img{
    width: 10% !important;
    height: 10% !important;
    border-radius: 50% !important;
    margin: 0 auto;

}
.slidebtn{
    width: 16% !important;
    height: 12px !important;
    border-radius: 50%;
}


.carouselp{
    padding: 0 10% 3% 10%;
    font-size: 25px;
    color: gray;
}
/*Fifthdiv*/



/*Sixthdiv*/

.secE{
    background-color: #F8F9FA !important;
}

.sixthrow{
    padding: 2% 13%;
}


.email::placeholder{
    color: white;
    font-size: 18px;
    border: none;
    outline: none;
}
.email{
    border: none;
    border-bottom: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255) !important;
    font-size: 18px;
    outline: none !important;
}
.email:focus-visible{
    outline: none!important;
    box-shadow: none!important;
    border-bottom: 1px solid rgb(255, 255, 255) !important;
}
.email1{
  
    color: rgb(255, 255, 255) !important;
    font-size: 18px;
    outline: none !important;
}
.email1::placeholder{
    color: rgb(84, 84, 84);
    font-size: 15px;
    border: none;
    outline: none;
}
.email1:focus-visible{
    outline: none!important;
    box-shadow: none!important;

}
/*footer*/


.footer{
    background-color: #333333 !important   ;
}
.footeri{
    color: grey;
    cursor: pointer;
    margin-right: 10%;
}
.footeri:hover{
    color: white;
}

.footerp:hover{
    color: white !important;
}

.footerinp{
    background-color: transparent !important;
    outline: none !important;
    color: white;
}

.foothr{
    width: 70%;
    margin: 0 auto;
}
@media screen and (min-width: 601px) and (max-width:900px){
  
    .fourthhr{
        width: 15%;
    }
    .fourthrow{
        padding: 0%;
    }
    .forthimg{
        width: 100%;
        height: 250px;
        border-radius: 5px 0px 0px 5px;
        
    }
    .forthcol{
        width:100%;
        margin: 5% auto;
        box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.218);
    }
   
    .cardi3{
 
            color: #0362DB;
            margin-left: 65%;
            background-color: #E9ECEF;
            padding: 5px;
            border-radius: 25px;
            margin-top: 2%;
            cursor: pointer;
    }
    .fourthhr1{
        width: 15%;
        margin: 0 auto;
    }
}



@media screen and (min-width: 300px) and (max-width:600px){
   
    
    .cardsize{
        width: 320px;
        margin-bottom: 20px;
    }

    .phr{
        height: 4px;
        border: #48D5F3;
        background-color: #48D5F3;
        width: 15%;
        clear: both;
        margin: 0 auto;
    }

    .owl-next{
        padding: 0;
        width: 15%;
        background-color: #F8F9FA!important;
    }
    .owl-prev{
        padding: 0;
        width: 15%;
        background-color: #F8F9FA!important;
    }

    .secD{
        padding:5% !important;
    }
    .fourthhr{
        width: 15%;
    }
    .fourthrow{
        padding: 0%;
    }
    .forthimg{
        width: 100%;
        height: 250px;
        border-radius: 5px 0px 0px 5px;
        
    }
    .forthcol{
        width:100%;
        margin: 5% auto;
        box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.218);
    }
   
    .cardi3{
 
            color: #0362DB;
            margin-left: 65%;
            background-color: #E9ECEF;
            padding: 5px;
            border-radius: 25px;
            margin-top: 2%;
            cursor: pointer;
    }
    .fourthhr1{
        width: 15%;
        margin: 0 auto;
    }
    .Fifthdivcarousel{
        padding: 0%;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        height: auto;
        background-color: #f23b2e00;
    }
    .carousel-item img{
        width: 20% !important;
        height: 20% !important;
        border-radius: 50% !important;
        margin: 2% auto;
    
    }
    .sixthrow{
        padding: 3% 0%;
    }
    .emailbtn{
        margin-left:0;
        padding: 4%;
        border: none;
    }
}


@media only screen and (max-width: 768px) {
    .popcol1{
        background-color: #2f88fc00;
        width: 100%;
    margin-left: 0;
    padding: 0 !important;padding: 0 !important;
    
    }
    .popcol2{
        background-color: #2f88fc00;
        width: 100%;
    padding: 0 !important;
    }
    .popcol3{
        background-color: #2f88fc00;
        width: 100%;
    padding: 0 !important;
    }
    .popcol4{
        background-color: #2f88fc00;
        width: 100%;
    padding: 0 !important;
    }
    .popcol5{
        background-color: #2f88fc00;
        width: 100%;
    padding: 0 !important;
    }
    .popcol6{
        background-color: #2f88fc00;
        width: 100%;
      padding: 0 !important;
    }
}


@media screen and (min-width: 1001px) and (max-width:1600px){



}
/*owl-carousel*/

/*second div*/