
/*@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap");*/
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800,900');

body
{
    font-family:'Rubik', sans-serif;
}
h1,h2,h3,h4,h5,h6
{
     font-family: 'Nunito', sans-serif !important;
}

.rounded{margin-bottom:20px; 
    border-radius:10px;
}

.height{height:45px;}
.menubg{background: #004547 !important;}

.header-img
{
    background: #fff;
    padding: 10px 0;
    z-index: 999;
    position: relative;
    overflow: hidden;
    background: url(img/about.jpg;)
}

.headertop
{
    background: #002147;
}
.headertop a{
    font-size: 14px !important;
    text-transform: capitalize;
}
a
{
    text-transform:uppercase;
    font-size:16px;
    color:#000000;
    font-family:'Rubik', sans-serif !important;
}

.navbar .nav-link,.navbar .dropdown-item
{
    font-size:16px;
    font-family:'Rubik', sans-serif;
    padding: 5px 30px;
}
.navbar .dropdown-menu{
    padding: 17px 0px;
    padding-bottom: 15px;
    box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    -moz-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    -ms-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    -o-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
}

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.features__items{
    padding:40px 28px 40px;

}
.features__items,.features__items h2
{ 
    color:white;
    text-align:center;
}
.features__items h2{
    font-size: 22px;
    margin: 20px 0 15px 0;
    font-weight: 600;
}
.features__items p{
    margin-bottom: 10px;
    line-height: 1.7;
    font-size: 15px;
}
.bg-feature-box
{
    background-color:rgb(0,92,172);
}
.bg-feature-box1
{
    background-color:rgb(46,46,47) ;
}

.bg-feature-box2
{
    background-color:rgb(237,27,26) !important;
}

.bg-feature-box3
{
    background-color:rgb(18,12,58) !important;
}

.new_title {
    background: #002147;
    color: #fff;
    border-bottom: 2px solid #002147;
    font-size: 19px;
    border-bottom: 2px solid #64c9f6;
    text-align: center;
} 

.bg-news
{
   
    color:white;
    border:3px solid #e6e6e6;
    background-color: #f2f2f2;
    border-radius: 10px;
    
}
.bg-news li
{
    list-style-type: none;
}
.bg-news a
{
    font-family: 'Rubik',sans-serif;
     font-size:13px;
    color:#2a2e90;
    font-weight:600;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #6b7882;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    /* padding: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    background-color: #730909;
    color: #fff;
}

.btn.btn-secondary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-secondary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Sub Title Start ***/
.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -110px;
    border: 1px solid var(--bs-secondary) !important;
}

/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Rubik', sans-serif;
    position: relative;
    text-align:center;
    padding: 1px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 10px;
    color: #fff !important;
    font-size: 15px !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #fff !important;
}

.navbar-light .navbar-brand img {
    max-height: 50px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 0px;
        transition: .5s;
        opacity: 0;
        background:#004547;
        border-top: 3px solid #fff;
    }
}
.dropdown .dropdown-menu a{
    text-transform: capitalize;
    font-weight: 500;
}
.dropdown .dropdown-menu a:hover {
    background: transparent;
    color: #fff;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    /* background: var(--bs-light) !important; */
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: none;
        color: #fff;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 7px 0;
        margin-left: 0;
        border-bottom:1px solid #333;
       
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
       
    }
    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative; 
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 60px;
    background: transparent;
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 60px;
    background: transparent;
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 630px;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 100% !important;
    }
 
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 35px;
    display: block;
    object-fit: cover;
    transition: 0.5s;
    max-height:400px;

}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: rgba(0, 0, 0, .5); */
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;
    
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
	position: relative;
	padding: 60px 0 20px 0;
    background: linear-gradient(rgba(242, 139, 0, 0.2), rgba(242, 139, 0, 0.3));
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding-top: 50px;
    }

}
/*** Single Page Hero Header End ***/


/*** Counter Facts Start ***/

.counter-facts {
    /* background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.7)), url(../img/counter-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat; */
    background: #f5f6f8;
}


.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    background: var(--bs-white);
}

.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: var(--bs-primary);
    
}
.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    border-radius: 10px 10px 0 0;
    font-size: 50px;
    line-height: 90px;
    color: var(--bs-primary) !important;
    display: flex;
    
}

.counter-facts .counter h3 {
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: flex;
}
.counter-facts .counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: var(--bs-secondary);
}

@media screen and (max-width: 1200px) {
    .counter-facts .counter { margin-bottom: 40px; 
    }
}
/*** Counter Facts End ***/


/*** Training Start ***/
.training-carousel .owl-stage-outer {
    margin-top: 30px;
}

.training-carousel .owl-nav .owl-prev,
.training-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.training-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.training-carousel .owl-nav .owl-next {
    right: 0;
}

.training-carousel .owl-nav .owl-prev:hover,
.training-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.training .training-item .training-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.training .training-item .training-img img {
    transition: 0.5s;
}

.training .training-item:hover .training-img img {
    transform: scale(1.2);
}
/*** Training End ***/



/*** Dance Class Start ***/
.class-carousel .owl-stage-outer {
    margin-top: 30px;
}

.class-carousel .owl-nav .owl-prev,
.class-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.class-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.class-carousel .owl-nav .owl-next {
    right: 0;
}

.class-carousel .owl-nav .owl-prev:hover,
.class-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.class .class-item .class-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.class .class-item .class-img img {
    transition: 0.5s;
}

.class .class-item:hover .class-img img {
    transform: scale(1.3);
}
/*** Dance Class End ***/


/*** Blog Start ***/
.blog-carousel .owl-stage-outer {
    margin-top: 30px;
}

.blog-carousel .owl-nav .owl-prev,
.blog-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.blog-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.blog-carousel .owl-nav .owl-next {
    right: 0;
}

.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.3);
}
/*** Blog End ***/

/*** Team Start ***/
.team-carousel .owl-stage-outer {
    margin-top: 30px;
}
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.team-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.team-carousel .owl-nav .owl-next {
    right: 0;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.team .team-carousel .team-item .team-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.team .team-carousel .team-item .team-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: 0.5s;
    z-index: 2;
}

.team .team-carousel .team-item .team-img .team-icon {
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px;
    display: flex;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}

.team .team-carousel .team-item:hover .team-img .team-icon {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

.team .team-carousel .team-item .team-content {
    position: relative;
    background: var(--bs-secondary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
    transition: 0.5s;
}

.team .team-carousel .team-item .team-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--bs-primary) !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-carousel .team-item:hover .team-content a,
.team .team-carousel .team-item:hover .team-content p {
    color: var(--bs-white) !important;
}

.team .team-carousel .team-item:hover .team-content::after {
    height: 100% !important;
}

.team .team-carousel .team-item .team-img img {
    transition: 0.5s;
}

.team .team-carousel .team-item:hover .team-img img {
    transform: scale(1.1);
}
/*** Team End ***/


/*** Vidie Gallery Start ***/
/*** Youtube Video start ***/
.gallery .tab-class {
    text-align: start !important;
}

.gallery .nav-item {
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.gallery .nav-item a span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery .nav-item a.active {
    background: var(--bs-primary) !important;
}

.gallery .nav-item a.active span {
    color: var(--bs-white) !important;
}

.video {
    position: relative;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 23px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 70px;
    height: 70px;
    background: var(--bs-white);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: 0.5s;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--bs-secondary);
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 23px solid var(--bs-primary);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/

/*** Vidieo Gallery End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 30px;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.testimonial-carousel .owl-nav .owl-next {
    right: 0;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Testimonial End ***/


/*** Contact Start ***/
.contact button.btn.btn-primary.w-100:hover {
    box-shadow: inset 700px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Contact End ***/



/*** Footer Start ***/
.footer {
    position: relative;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/img/footer-bg.jpg);
}

.footer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #002e5bed;
}

.footer .footer-item .footer-link {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
    font-size: 15px;
    text-transform: capitalize;
}

.footer .footer-item h4{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #fff;
    position: relative;
}

.footer .footer-item h4:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 60px;
    background: #ff7350;
}
.footer .footer-item .footer-link:hover {
    letter-spacing: 1px;
    color: #3d6ce7 !important;
}
.contact-add a{
    font-size: 15px;
    text-transform: capitalize;
} 
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 10px solid #ff7350;
    color: #6b737a;
    font-size: 15px;
}

.copyright  a{
    font-size: 15px !important;
}
/*** copyright end ***/

#newsscroll
{
    height: 410px !important;
    padding: 20px;
}
#newsscroll li
{
    font-size:25px;
    border-bottom: 1px dashed #ffffff;
}

.mb-45 {
    margin-bottom: 45px;
}
.sec-title{
    font-size: 46px;
    margin-bottom: 3px;
}
.section-title-pre{
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #f87818;
    display: inline-block;
    margin-bottom: 5px;
}
.about-sec p{
    color: #4A545C;
}
.notice-sec{
    background: #f8f9fa;
}
.sec-title-40{
    font-size:40px;
}
.teacher-info h4{
    font-size: 35px;
    margin-bottom: 0;
    font-weight: 600;
}
.teacher-wall{
    padding-bottom: 20px;
    border-bottom: 1px solid #e8eaf0;
}
.teacher-info p{
    font-size: 16px !important;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0;
    padding: 35px 0px 50px;
}
.mb-40 {
    margin-bottom: 40px;
}
.about__list ul{
    padding: 0px;
    margin: 0px;
}
.about__list ul li {
    font-size: 16px;
    color: #031220;
    list-style: none;
    margin-bottom: 10px;
}
.about__list ul li i {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: rgba(38, 192, 137, 0.08);
    color: #26c089;
    font-size: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 7px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.about__list ul li:hover i {
    color: #fff;
    background-color: #26c089;
}
.course-item {
    /*padding: 20px;*/
    -webkit-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.07);
    -moz-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.07);
    -ms-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.07);
    -o-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.07);
    box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.07);
  }
  .course-item:hover {
    -webkit-box-shadow: 0px 30px 50px -14px rgba(26, 31, 35, 0.07);
    -moz-box-shadow: 0px 30px 50px -14px rgba(26, 31, 35, 0.07);
    -ms-box-shadow: 0px 30px 50px -14px rgba(26, 31, 35, 0.07);
    -o-box-shadow: 0px 30px 50px -14px rgba(26, 31, 35, 0.07);
    box-shadow: 0px 30px 50px -14px rgba(26, 31, 35, 0.07);
  }
  .course-item:hover .course-thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .count-ps{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    background: rgba(0, 0, 0, 0.5)!important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fix {
    overflow: hidden;
  }
  .p-relative {
    position: relative;
  }
  .count-ps h5{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
  }
  @media(min-width: 992px){
    .course-thumb img{
        min-height: 260px;
        object-fit: cover;
    }
  }
  @media(max-width: 575px) {
    .navbar-brand img {
        width: 280px !important;
    }
}
.counter-wall {
    position: relative;
    padding: 45px 20px;
}
.counter-wall::after {
    position: absolute;
    content: "";
    right: -12px;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(61, 108, 231, 0) 0%, #3D6CE7 51.56%, rgba(61, 108, 231, 0) 100%);
    opacity: 0.3;
}
@media (max-width: 575px) {
    .counter-wall::after {
      right: 0;
      top: auto;
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, rgba(61, 108, 231, 0) 0%, #3D6CE7 51.56%, rgba(61, 108, 231, 0) 100%);
      bottom: 0;
    }
}

#myModal .btn{
    background: #6c757d !important;
    color: #fff;
    border-color: #6c757d !important;
    font-weight: 400 !important;
}
#myModal .btn:hover{
    color: #fff;
    background-color: #5c636a !important;
    border-color: #565e64 !important;
    box-shadow: none !important;
}

/* Right Side Menu */
.right-hover-fixed {
    position: fixed;
    top: 350px;
    right: 0;
    z-index: 99;
    width: 53px;
}
.right-hover-fixed ul {
    padding: 0;
    transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
}
.right-hover-fixed ul li {
    display: block;
    margin-bottom: 4px;
    width: 300px;
    text-align: left;
    border-radius: 5px;
    padding: 5px;
    transition: all 1s;
}
.right-hover-fixed ul li a {
    color: #fff;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.right-hover-fixed ul li:hover a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.right-hover-fixed ul li:hover {
    transform: translate(-115px, 0);
    border-radius: 5px;
}
.right-hover-fixed ul li:hover {
    background-color: #002E5B;
}
  
.side-fix-i li a img {
      width: 45px;
}
  
.list-style{
    list-style: disc; 
}
.list-style2{
    list-style: circle;
}
.right-hover-fixed ul li {
    background-color: #002E5B;
}

.academic-sec img{
    box-shadow: 0px 30px 50px -14px rgba(26, 31, 35, 0.07);
    padding: 8px;
    border-radius: 15px;
}

/* Campus Section Start */
.campus-area{
    background-image: linear-gradient(-225deg,rgb(40 79 117) 17%,rgb(40 79 117) 92%)!important;
}
.mb-25 {
    margin-bottom: 25px;
}
.tp-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #002e5b;
    padding: 0 30px;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    text-transform: capitalize;
}
.tp-btn:hover {
    color: #fff;
    background-color: #031220;
}
.tp-btn:focus {
    color: #fff;
    background-color: #031220;
}
.tp-btn-border {
    height: 44px;
    line-height: 40px;
    border: 2px solid rgba(3, 18, 32, 0.1);
    color: var(--tp-common-black);
    background-color: transparent;
}
.mb-30 {
    margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .campus-btn {
      margin-bottom: 65px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .campus-btn {
      margin-bottom: 50px;
    }
}
/* Campus Section End */


/* new-counter-css */
/*  07. COUNTER CSS START
/*----------------------------------------*/

.new-counter-area{
    background: #F5F6F8;
}
.new-counter-item {
    padding: 45px 45px;
    padding-right: 30px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .new-counter-item {
      padding-left: 25px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .new-counter-item {
      padding: 45px 20px;
      padding-right: 20px;
    }
  }
  .new-counter-item-border {
    position: relative;
  }
  .new-counter-item-border::after {
    position: absolute;
    content: "";
    right: -12px;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(61, 108, 231, 0) 0%, #3D6CE7 51.56%, rgba(61, 108, 231, 0) 100%);
    opacity: 0.3;
  }
  @media (max-width: 575px) {
    .new-counter-item-border::after {
      right: 0;
      top: auto;
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, rgba(61, 108, 231, 0) 0%, #3D6CE7 51.56%, rgba(61, 108, 231, 0) 100%);
      bottom: 0;
    }
  }
  .new-counter-item-border-2::after {
    background: linear-gradient(180deg, rgba(0, 122, 112, 0) 0%, #007A70 51.56%, rgba(0, 122, 112, 0) 100%);
  }
  @media (max-width: 575px) {
    .new-counter-item-border-2::after {
      right: 0;
      top: auto;
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, rgba(0, 122, 112, 0) 0%, #007A70 51.56%, rgba(0, 122, 112, 0) 100%);
      bottom: 0;
    }
  }
  .new-counter-icon i {
    font-size: 35px;
    color: #031220;
  }
  .new-counter-icon svg {
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -ms-transform: translateY(9px);
    -o-transform: translateY(9px);
    transform: translateY(9px);
  }
  .new-counter-icon svg path.search, .new-counter-icon svg path.st1, .new-counter-icon svg path.star {
    stroke: #3D6CE7;
  }
  .new-counter-icon svg path.video {
    fill: #3D6CE7;
  }
  .new-counter-icon-2 svg path.search, .new-counter-icon-2 svg path.st1, .new-counter-icon-2 svg path.star {
    stroke:  #007A70;
  }
  .new-counter-icon-2 svg path.video {
    fill: #007A70;
  }
  .new-counter-content h4 {
    font-size: 36px;
    color: #3D6CE7;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .new-counter-content h4 span {
    font-size: 44px;
    font-weight: 600;
    margin-right: 5px;
  }
  .new-counter-content p {
    font-size: 18px;
    line-height: 22px;
    color: #4B535A;
    margin-bottom: 0;
  }
  .new-counter-content-2 h4 {
    color: #007A70;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .new-counter-inner .row [class*=col-]:nth-child(2) .new-counter-item-border::after {
      display: none;
    }
  }
  .new-counter-inner-2 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }

  .about-counter-bg {
    background: #f5f6f8;
}
.mr-20 {
    margin-right: 20px;
}
.mr-10 {
    margin-right: 10px;
}
.tp-btn-2 {
    padding: 0 40px;
    height: 45px;
    line-height: 45px;
  
}
/* .sub-submenu{
    display: none;
} */
.dropdown-sub-submenu:hover .dropdown-menu.sub-submenu{
    display: block !important;
}