.banner-area{
	background: url(../img/logo/banner-mar17-2024.jpg) !important;
    background-size:cover!important;
    background-repeat: no-repeat!important;
}

.overlay-bg {
    background-color: rgba(4,7,20,0.5) !important;
}
.banner-content .primary-btn {
    background-color: #39d;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.banner-content{
    margin-top: 15%;
}
.banner-content .primary-btn:hover {
    background-color: #fff;
    color: #39d;
}
.main-menu {
    padding-bottom: 20px;
    padding-top: 20px;
     border-bottom: transparent!important; 
}

.single-feature:hover .title{
	background-color:#39d!important;
    color: #fff;
}
.single-feature:hover .desc-wrap a{
	color:#39d!important;
}
.nav-menu li a:hover{
	color:#39d!important;
}
.menu-has-children ul:hover .sf-with-ul {
	color:#39d!important;
}

.cta-one-area {
    background: url(../img/services/cta-bg1.jpg) center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.single-popular-carusel .details h4:hover {
   color:#39d!important;
}
.single-carusel .detials h4:hover {
    color:#39d!important;
}

.popular-course-area .owl-dot.active {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #39d!important;
}
.active-upcoming-event-carusel .owl-dot.active {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #39d!important;
}
.single-footer-widget ul li a:hover {
    color: #39d!important;
}
.single-footer-widget .btn {
    font-size: 1.2rem;
    border-radius: 0;
    background: #39d!important;
    color: #fff;
}

.footer-area {
    padding: 30px 0;
}
.footer-bottom {
    padding-top: 20px;
}

.footer-bottom .footer-social a:hover {
    background-color: #39d!important;
}

.header-top .header-top-left a:hover i {
    color:#39d!important;
}

.footer-bottom .lnr, .footer-bottom a {
    color: #f7631b;
}

#header.header-scrolled .main-menu #logo img{
	position: absolute;
    top: 0px;
    background:rgb(29,33,52);
    padding: 5px;
    width: 140px;
    display:none;
}
#map iframe{
    width: 100%!important;
}
.genric-btn.primary {
    color: #fff;
    background: #39d!important;
    border: 1px solid transparent;
}
.contact-page-area .form-area .genric-btn:hover {
    border: 1px solid #39d;
    color: #39d!important;
    background: #fff!important;
}
.team-content{
    border:1px solid #ddd;
    width: 100%;
    height:290px;
    margin:16px 0px;
}
.team-content .images img{
    width: 100%;
    transform: all ease-in-out 0.5s;
}
.team-content .images span{
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
.team-content .content{
    background-color:#39d;
    color: #fff;
    height: 290px;
    overflow-y:scroll;
    width:89%;
    position: absolute;
    top:17px;
    text-align: center;
    padding:13px 0px;
    transform: scale(0.5);
    opacity: 0;
    transition: all ease-in-out 0.5s;

}
.team-content .content .name{
    border-bottom: 1px solid #fff;
    padding-bottom:10px;
}
.team-content:hover .content{
     transform: scale(1);
    display: block;
    cursor: pointer;
    animation-name:myframe;
    animation-duration:2s;
    animation-timing-function:ease-in-out;
    animation-delay:0s;
    animation-iteration-count:1;
    animation-direction:alternate;
    animation-fill-mode:forwards;
}
@keyframes myframe{
0%{
    opacity: 0;

    }
    30%,50%{
        opacity: 0.5;
    }
    100%{
        opacity: 1;

    }
}
.team-content:hover .images img{
    animation-name:myframes;
    animation-duration:2s;
    animation-timing-function:ease-in-out;
    animation-delay:0s;
    animation-iteration-count:1;
    animation-direction:alternate;
    animation-fill-mode:forwards;
}
@keyframes myframes{
0%{
    transform: scale(0.1);

    }
    30%,50%{
        transform: scale(0.5);
    }
    100%{
        transform: scale(1);
        opacity: 0;

    }
}


::selection {
     background-color:#18a; 
    color: #fff;
}

/*team starts*/
    .teamss{
        padding: 50px 0px;
    }
    .dis{
        width: 100%;
        margin:15px 0px;
        text-align: center;
        padding: 20px;
    }
    .dis img{
        border-radius: 200px;
        filter: grayscale(50%);
        transform: scale(0.9);
        transition: all ease-in-out 0.5s;
    }
    .dis p{
        display: block;
        padding-top: 10px;
        font-size:18px;
    }
    .dis:hover img{
        filter: grayscale(0%);
       transform: scale(1);
    }
/*team ends*/

/*teametail starts*/
    .tma{
        border:1px solid #ddd;
        height:300px;
        text-align: center;
        border-radius:5px;
        background-color: #ddd;
        transition: all ease-in-out 0.5s;
    }
    .t_name{
        font-size:20px;
        margin-top: 10px;
    }
    .designation{
        font-size: 16px;
        padding-top: 10px;
    }
    .tma:hover{
        background-color:#fff;
    }
/*teamdetail ends*/

.report_btn{
    position: fixed;
    right:0%;
    top:40%;
    z-index:20;
}
.report_btn ul li a{
    background-color:rgb(6,132,205);
    color: #fff;
    padding:10px;
    font-size: 20px;
    border-top-left-radius:5px;
    border-bottom-left-radius: 5px;
}
.report_btn ul li a:hover{
     background-color:rgba(6,132,205,0.5);
}
.popupsss{
    width:100%;
    height:100vh;
    background:rgba(0,0,0,0.6);
    position:fixed;
    top:0;
    z-index:12;
    display:none;
    transition:all 0.5s ease;
}

.popup{
    width:600px;
    margin:auto;
    background:#fff;
    position:relative;
    z-index:12;
    margin:2% auto;
}

.popupsss.active{
    display:block;
}
.popup img{
    width:100%;
}

.popup button{
    position:absolute;
    top:0px;
    right:0px;
    border:none;
    width:50px;
    height:50px;
    background:#fff;
    color:red;
    font-size:20px;
    cursor:pointer;
}

.popular-course-area .details p{
    text-align:justify;
}

table, tr {
  border-top: 1px solid #777;
  border-collapse: collapse;
}

tr:last-child{
    border-bottom: 1px solid #777;
}

th{
    background-color: #39d;
    color:#fff;
    padding:8px;
}

table td{
    color:#04091e;
    padding: 4px 8px;
}

.provide-page-area p{
    color:#fff;
}
.provide-page-area h4{
    color:#fff;
    padding-bottom:16px;
}
.contact-page-area h4{
    padding-bottom:16px;
    color:#39d;
}

.about-page-area{
    background-image: url("../img/main-abt.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}

.about-page-area .overlay-bg{
    padding:50px 0;
}

.about-page-area p{
    text-align:justify;
    color:#fff;
}

.mission-vision{
    padding:80px 0;
}

.mission-vision h2{
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
}


.mission-vision p{
    color:#fff;
    z-index:1;
    text-align:justify;
}

.mission-vision .desc{
    background-color: #3399ddad;
    z-index: 1;
    position: relative;
    padding: 30px 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px 0 rgba(74,74,74,0.25)
}

.mission-vision .mission .desc{
    margin-left: -100px;
    margin-right:100px;
}
.mission-vision .vision .desc{
    margin-right: -100px;
    margin-left:100px;
}

.mission-vision .img-wrapper,
.provide-page-area .img{
    height:400px;
}

.mission-vision .img-wrapper img,
.provide-page-area .img img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.provide-page-area .details{
    background-color: #3399ddad;
    z-index: 1;
    position: relative;
    padding: 30px 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px 0 rgba(74,74,74,0.25);
}

.provide-page-area .details p{
    text-align:justify;
}

.feature-area {
    margin-top:0;
     padding: 20px 0 80px 0; 
     background-color:transparent;
}

.about-page-area .address-wrap h1,
.feature-area h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1em;
}

.feature-area .single-feature{
    box-shadow: 0 5px 15px 0 rgba(74,74,74,0.25) !important;
    transition:all 0.5s ease-in;
}

.feature-area .single-feature:hover{
    transform:scale(1.05);
}

.feature-area .single-feature .img-wrapper{
    width:100%;
    height:180px;
}

.feature-area .single-feature .img-wrapper img{
    width:100%;
    height:100%;
    object-fit:cover
}
.feature-area .single-feature .desc-wrap{
    transition:all 0.5s ease-in;
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-area .single-feature .desc-wrap h4{
    color: #39d;
    text-transform:uppercase;
    padding-bottom:0;
    transition:all 0.5s ease-out;
}

.feature-area .single-feature:hover .desc-wrap h4{
    color: #fff;
}

.feature-area .single-feature:hover .desc-wrap{
    background-color:#39d;
}

.footer-area .footer-social{
    display:flex;
    gap:30px;
    align-items:center;
    justify-content:end;
}

.footer-area .footer-social i{
    font-size:18px;
    color:#fff;
}

.footer-area p{
    color:#fff;
}

.footer-area .footer-contact p{
    text-align: end;
    margin-bottom: 8px;
}

.about-content h1 {
    text-transform: uppercase;
}

.provide-page-area,
.contact-page-area{
    background:url('../img/detail-bg.jpg');
    width:100%;
    height:100%;
    object-fit:cover;
    background-position: center;
}