
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Dosis:wght@200..800&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Sofia&family=Stack+Sans+Headline:wght@200..700&family=Stack+Sans+Notch:wght@200..700&family=Stack+Sans+Text:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Dosis:wght@200..800&family=Momo+Trust+Display&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Sofia&family=Stack+Sans+Headline:wght@200..700&family=Stack+Sans+Notch:wght@200..700&family=Stack+Sans+Text:wght@200..700&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    max-width: 100%;
}
a:focus, input:focus, textarea:focus, button:focus {
    text-decoration: none;
    outline: none;
}
a:focus, a:hover {
    text-decoration: none;
}
i, span, a {
    display: inline-block;
}
h1, h2, h3, h4, h5, h6 {
    /* font-family: "Stack Sans Notch", sans-serif;     */
    font-family: "Momo Trust Display", sans-serif;
    font-weight: 400;
    color: #1d2025;
    margin: 0px;
}
h1 {
    font-weight: 500;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #505050;
    margin: 0px;
}
.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
/*===== All Button Style =====*/

.head-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #fff;
    padding: 0 25px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 42px;
    border-radius: 5px;
    color: #07294d;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #ffc600;
}


.head-btn:hover {
    color: #ffc600;
    border-color: #fff;
    background-color: #07294d;
}
.head-btn-2 {
    color: #ffc600;
    border-color: #07294d;
    background-color: #07294d;
}
.head-btn-2:hover {
    color: #07294d;
    background-color: #ffc600;
    border-color: #ffc600;
}


.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ffffff;
    padding: 0 22px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 50px;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s 
ease-in-out;
    transition: 0.4s 
ease-in-out;
    background-color: #ff0000;
}

.main-btn:hover {
    color: #ffc600;
    border-color: #07294d;
    background-color: #07294d;
}
.main-btn-2 {
    color: #ffc600;
    border-color: #07294d;
    background-color: #07294d;
}
.main-btn-2:hover {
    color: #07294d;
    background-color: #ffc600;
    border-color: #ffc600;
}
/*===== All Section Title Style =====*/

.section-title {}
.section-title h5 {
    color: #07294d;
    position: relative;
    padding-bottom: 12px;
}
.section-title h5::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #fd40cf;
    bottom: 0;
    left: 0;
}
.section-title h2 {
    font-size: 45px;
    color: #000;
    padding-top: 10px;
}
/*===== Preloader Style =====*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}
.preloader .color-1 {
    background-color: #ffc600 !important;
}
.rubix-cube {
    border: 1px solid #FFF;
    width: 48px;
    height: 48px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.rubix-cube .layer {
    width: 14px;
    height: 14px;
    background-color: #07294d;
    border: 1px solid #FFF;
    position: absolute;
}
.rubix-cube .layer-1 {
    left: 0px;
    top: 0px;
    -webkit-animation: rubixcube4 2s infinite linear;
    animation: rubixcube4 2s infinite linear;
}
.rubix-cube .layer-2 {
    left: 16px;
    top: 0px;
    -webkit-animation: rubixcube3 2s infinite linear;
    animation: rubixcube3 2s infinite linear;
}
.rubix-cube .layer-3 {
    left: 32px;
    top: 0px;
}
.rubix-cube .layer-4 {
    left: 0px;
    top: 16px;
    -webkit-animation: rubixcube5 2s infinite linear;
    animation: rubixcube5 2s infinite linear;
}
.rubix-cube .layer-5 {
    left: 16px;
    top: 16px;
    -webkit-animation: rubixcube2 2s infinite linear;
    animation: rubixcube2 2s infinite linear;
}
.rubix-cube .layer-6 {
    left: 32px;
    top: 16px;
    -webkit-animation: rubixcube1 2s infinite linear;
    animation: rubixcube1 2s infinite linear;
}
.rubix-cube .layer-7 {
    left: 0px;
    top: 32px;
    -webkit-animation: rubixcube6 2s infinite linear;
    animation: rubixcube6 2s infinite linear;
}
.rubix-cube .layer-8 {
    left: 16px;
    top: 32px;
    -webkit-animation: rubixcube7 2s infinite linear;
    animation: rubixcube7 2s infinite linear;
}
@-webkit-keyframes rubixcube1 {
    20% {
        top: 16px;
        left: 32px;
    }
    30% {
        top: 32px;
        left: 32px;
    }
    40% {
        top: 32px;
        left: 32px;
    }
    50% {
        top: 32px;
        left: 32px;
    }
    60% {
        top: 32px;
        left: 32px;
    }
    70% {
        top: 32px;
        left: 32px;
    }
    80% {
        top: 32px;
        left: 32px;
    }
    90% {
        top: 32px;
        left: 32px;
    }
    100% {
        top: 32px;
        left: 16px;
    }
}
@keyframes rubixcube1 {
    20% {
        top: 16px;
        left: 32px;
    }
    30% {
        top: 32px;
        left: 32px;
    }
    40% {
        top: 32px;
        left: 32px;
    }
    50% {
        top: 32px;
        left: 32px;
    }
    60% {
        top: 32px;
        left: 32px;
    }
    70% {
        top: 32px;
        left: 32px;
    }
    80% {
        top: 32px;
        left: 32px;
    }
    90% {
        top: 32px;
        left: 32px;
    }
    100% {
        top: 32px;
        left: 16px;
    }
}
@-webkit-keyframes rubixcube2 {
    30% {
        left: 16px;
    }
    40% {
        left: 32px;
    }
    50% {
        left: 32px;
    }
    60% {
        left: 32px;
    }
    70% {
        left: 32px;
    }
    80% {
        left: 32px;
    }
    90% {
        left: 32px;
    }
    100% {
        left: 32px;
    }
}
@keyframes rubixcube2 {
    30% {
        left: 16px;
    }
    40% {
        left: 32px;
    }
    50% {
        left: 32px;
    }
    60% {
        left: 32px;
    }
    70% {
        left: 32px;
    }
    80% {
        left: 32px;
    }
    90% {
        left: 32px;
    }
    100% {
        left: 32px;
    }
}
@-webkit-keyframes rubixcube3 {
    30% {
        top: 0px;
    }
    40% {
        top: 0px;
    }
    50% {
        top: 16px;
    }
    60% {
        top: 16px;
    }
    70% {
        top: 16px;
    }
    80% {
        top: 16px;
    }
    90% {
        top: 16px;
    }
    100% {
        top: 16px;
    }
}
@keyframes rubixcube3 {
    30% {
        top: 0px;
    }
    40% {
        top: 0px;
    }
    50% {
        top: 16px;
    }
    60% {
        top: 16px;
    }
    70% {
        top: 16px;
    }
    80% {
        top: 16px;
    }
    90% {
        top: 16px;
    }
    100% {
        top: 16px;
    }
}
@-webkit-keyframes rubixcube4 {
    50% {
        left: 0px;
    }
    60% {
        left: 16px;
    }
    70% {
        left: 16px;
    }
    80% {
        left: 16px;
    }
    90% {
        left: 16px;
    }
    100% {
        left: 16px;
    }
}
@keyframes rubixcube4 {
    50% {
        left: 0px;
    }
    60% {
        left: 16px;
    }
    70% {
        left: 16px;
    }
    80% {
        left: 16px;
    }
    90% {
        left: 16px;
    }
    100% {
        left: 16px;
    }
}
@-webkit-keyframes rubixcube5 {
    60% {
        top: 16px;
    }
    70% {
        top: 0px;
    }
    80% {
        top: 0px;
    }
    90% {
        top: 0px;
    }
    100% {
        top: 0px;
    }
}
@keyframes rubixcube5 {
    60% {
        top: 16px;
    }
    70% {
        top: 0px;
    }
    80% {
        top: 0px;
    }
    90% {
        top: 0px;
    }
    100% {
        top: 0px;
    }
}
@-webkit-keyframes rubixcube6 {
    70% {
        top: 32px;
    }
    80% {
        top: 16px;
    }
    90% {
        top: 16px;
    }
    100% {
        top: 16px;
    }
}
@keyframes rubixcube6 {
    70% {
        top: 32px;
    }
    80% {
        top: 16px;
    }
    90% {
        top: 16px;
    }
    100% {
        top: 16px;
    }
}
@-webkit-keyframes rubixcube7 {
    80% {
        left: 16px;
    }
    90% {
        left: 0px;
    }
    100% {
        left: 0px;
    }
}
@keyframes rubixcube7 {
    80% {
        left: 16px;
    }
    90% {
        left: 0px;
    }
    100% {
        left: 0px;
    }
}
/*=====================================================
    HEADER css 
======================================================*/

/*===== Header top =====*/

.header-top {
    background-color: #07294d;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-social ul {
    display: inline-flex;
    gap: 16px;
    font-size: 16px;

}
.header-social ul li a {
    color: #c6c6c6;
}
.header-social ul li a:hover {
    color: #fdcff2;
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}



.header-contact ul li {
    display: inline-block;
    margin-right: 20px;
    color: #c6c6c6;
    font-size: 16px;
    font-weight: 500;
}
.header-contact ul li:last-child {
    margin-right: 0;
}
.header-contact ul li i {
    margin-right: 10px;
}
.header-contact ul li a {
    color: #c6c6c6;
    font-weight: 500;
    font-size: 16px;
}

/*===== Header Menu =====*/

.navigation {
	
	background: #07294d;
}
.navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #cecece;
    -webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    -webkit-animation: sticky 2s;
    animation: sticky 2s;
}
@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}
@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}
.navigation .navbar {
    padding: 0;
}
.navigation .navbar .navbar-nav {
        margin-right: auto;
}
.navigation .navbar .navbar-nav li {
    position: relative;
}
.navigation .navbar .navbar-nav li a {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 15px 15px 15px 15px;
    display: block;
}
.navigation .navbar .navbar-nav>li>a.active, .navigation .navbar .navbar-nav>li:hover>a {
    color: #fdcff2;
}
.navigation .navbar .navbar-nav li .sub-menu {
    position: absolute;
    top: 110%;
    left: 0;
    background-color: #07294d;
    width: 180px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 99;
}
.navigation .navbar .navbar-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.navigation .navbar .navbar-nav li .sub-menu li {
    margin-right: 0;
}
.navigation .navbar .navbar-nav li .sub-menu li a {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}
.navigation .navbar .navbar-nav li .sub-menu li a.active, .navigation .navbar .navbar-nav li .sub-menu li a:hover {
    padding-left: 20px;
    color: #fcd7f2;
}
.sub-nav-toggler {
    display: none;
}
.navigation .navbar .navbar-nav li .sub-menu li:last-child a {
    border-bottom: 0;
}
.navbar .navbar-toggler {
    padding: 3px 8px;
    margin: 18px 0;
    -webkit-transform: all 0.4s linear;
    transform: all 0.4s linear;
}
.navbar .navbar-toggler .icon-bar {
    width: 30px;
    height: 2px;
    background-color: #ffc600;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
    top: 7px;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(2) {
    opacity: 0;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    top: -7px;
}
.right-icon {}
.right-icon ul li {
    display: inline-block;
    margin-right: 17px;
    padding: 22px 0;
}
.right-icon ul li:last-child {
    margin-right: 0;
}
.right-icon ul li a {
    font-size: 18px;
    color: #07294d;
    position: relative;
    padding-right: 7px;
}
.right-icon ul li a span {
    font-size: 12px;
    color: #fff;
    background-color: #ffc600;
    border-radius: 50%;
    padding: 0px 4px;
    position: absolute;
    top: -5px;
    right: 0;
}


/*=====================================================
    SLIDER css 
======================================================*/

.single-slider {
    padding-bottom: 300px;
}
.slider-cont {
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.slider-cont h1 {
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    padding-bottom: 25px;
}
.slider-cont p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 50px;
}
.slider-cont ul {}
.slider-cont ul li {
    display: inline-block;
    margin-right: 15px;
}
.slider-cont ul li:last-child {
    margin-right: 0;
}
.slider-active {}
.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
}
.slider-active .next.slick-arrow {
    left: auto;
    right: 0;
}
.slider-active:hover .slick-arrow {
    left: 30px;
    opacity: 1;
    visibility: visible;
}
.slider-active:hover .next.slick-arrow {
    left: auto;
    right: 30px;
}
.slider-active .slick-arrow i {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.slider-active .slick-arrow i:hover {
    background-color: #ffc600;
    border-color: #ffc600;
}


/*=====================================================
    ABOUT css 
======================================================*/

#about-part {
    position: relative;
    padding-bottom: 30px;
}
.about-bg {
    width: 52%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
}
.about-bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 1) 100%);
}
.about-bg img {
    width: 100%;
}

.about-shape {
    position: absolute;
    top: 0;
    height: 100%;
    width: 30%;
}

.about-img {
	
	border-radius: 55px;
    margin-top: 93px;
	border: 1px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about-cont p {
    padding-top: 30px;
    text-align: justify;
    padding-right: 20px;
}
.about-event {
    -webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    padding: 65px 21px 37px 68px;
    background-color: rgba(255, 255, 255, 0.95);
	height: 572px;
}

.about-event ul {
	height: 400px;
	overflow: auto;
}

.about-event .event-title h3 {
    font-size: 36px;
    color: #000;
    padding-bottom: 5px;
}
.about-event ul li .single-event {
    padding: 25px 0;
    border-bottom: 1px solid #cecece;
}
.about-event ul li:last-child .single-event {
    border-bottom: 0;
}
.about-event ul li .single-event span {
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 20px;
}
.about-event ul li .single-event span i {
    color: #fd40cf;
    margin-right: 3px;
}
.about-event ul li .single-event a {
    display: block;
    color: #ff0000;
}
.about-event ul li .single-event a h4 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #000;
    font-size: 24px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.about-event ul li .single-event a:hover h4 {
    color: #ffc600;
}

/*=====================================================
    MESSAGE css 
======================================================*/

.message {
    position: relative;
    padding-bottom: 80px !important;
    background: aliceblue;
    z-index: 0;
}
.message-shape {
    position: absolute;
    top: 0;
    height: 100%;
    width: 30%;
}
.message-shape img {
    width: 100%;
}
.message-image-two {
    position: relative;
    border: 5px solid white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
}
.message-image-two::before {
    position: absolute;
    content: '';
    background-image: url(../images/dot-shape.png);
    background-position: center center;
    background-size: contain;
    width: 208px;
    height: 369px;
    left: -78px;
    bottom: -68px;
    z-index: -1;
}
.message-image-two img {
    width: 100%;
    border-radius: 5px;
}
.message-shape-two {
    position: absolute;
    left: -36px;
    bottom: 170px;
}

.message-shape-two img {
    width: 65px;
    animation: upDown 2s ease-in-out infinite alternate;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
.message-shape-three {
    position: absolute;
    bottom: -30px;
    left: 85px;
}

.message-shape-three img {
    width: 66px;
    animation: leftRight 2s ease-in-out infinite alternate;
}

@keyframes leftRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10px);
    }
}

/*=====================================================
   APPLY css 
======================================================*/

.apply {
    margin-top: -100px;
    position: relative;
}
.apply-color-1 {
    background-color: #07294d;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.apply-color-2 {
    background-color: #092e56;
}
.apply-color-3 {
    background-color: #07294d;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.apply .apply-cont {
padding: 45px 50px 50px;
    height: 264px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.apply .apply-cont h3 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 15px;
}
.apply .apply-cont p {
    color: #fff;
}
.apply .apply-cont .main-btn:hover {
    border-color: #ffc600;
}


/*=====================================================
   COURSE css 
======================================================*/

.single-course {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.single-course>.thum {
    position: relative;
}
.single-course .thum .image {
    overflow: hidden;
}
.single-course .thum .image img {
    width: 100%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-course:hover .thum .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-course .thum .price {
    position: absolute;
    right: 60px;
    bottom: -24px;
}
.single-course .thum .price span {
    font-size: 14px;
    color: #07294d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #ffc600;
    text-align: center;
}
.single-course .cont {
    padding-top: 28px;
    padding-bottom: 34px;
    padding-left: 30px;
    padding-right: 30px;
}
.single-course .cont>ul {
    display: inline-block;
    margin-right: 10px;
}
.single-course .cont ul li {
    display: inline-block;
    margin: 1px;
}
.single-course .cont ul li>i {
    font-size: 13px;
    color: #ffc600;
}
.single-course .cont span {
    font-size: 13px;
    color: #000;
}
.single-course .cont h4 {
    font-weight: 400;
    font-size: 24px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 0px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
	text-align: center;
}
.single-course .cont h4:hover {
    color: #ffc600;
}
.single-course .course-teacher {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    overflow: hidden;
}
.single-course .course-teacher>.thum {
    display: inline-block;
}
.single-course .course-teacher>.thum img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.single-course .course-teacher .name {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 13px;
}
.single-course .course-teacher .name a h6 {
    font-size: 15px;
    color: #24486e;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-course .course-teacher .name a:hover h6 {
    color: #ffc600;
}
.single-course .course-teacher .admin {
    display: inline-block;
    float: right;
    overflow: hidden;
}
.single-course .course-teacher .admin ul {
    margin-top: 8px;
}
.single-course .course-teacher .admin ul li {
    margin-right: 20px;
}
.single-course .course-teacher .admin ul li:last-child {
    margin-right: 0;
}
.single-course .course-teacher .admin ul li a {
    font-size: 15px;
    color: #8a8a8a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-course .course-teacher .admin ul li a:hover {
    color: #ffc600;
}
.single-course .course-teacher .admin ul li a span {
    color: #8a8a8a;
    margin-left: 3px;
}
.course-slide {}
.course-slide .slick-arrow {
    position: absolute;
    top: -125px;
    right: 0;
}
.course-slide .prev.slick-arrow {
    left: auto;
    right: 50px;
}
.course-slide .slick-arrow i {
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 5px;
    color: #000;
    border: 2px solid #aaaaaa;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.course-slide .slick-arrow:hover i {
    border-color: #ffc600;
    background-color: #ffc600;
}
/*=====================================================
    VIDEO FEATURES css 
======================================================*/

#video-feature {
    position: relative;
}
.feature-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.9);
}
.video {
    padding-left: 80px;
}
.video i {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 24px;
    background-color: #ffc600;
    color: #07294d;
    border-radius: 50%;
}
.feature {
    position: relative;
    z-index: 5;
}
.feature .feature-title {}
.feature .feature-title h3 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 15px;
}
.feature ul li .single-feature {
    padding-top: 55px;
    overflow: hidden;
}
.feature ul li .single-feature .icon {
    float: left;
    overflow: hidden;
    display: inline-block;
    padding-right: 30px;
}
.feature ul li .single-feature .cont {
    width: 78%;
    float: left;
    overflow: hidden;
}
.feature ul li .single-feature .cont h4 {
    font-size: 24px;
    color: #fff;
    padding-bottom: 15px;
}
.feature ul li .single-feature .cont p {
    color: #fff;
}


/*=====================================================
    12. NEWS css 
======================================================*/

.single-news {}
.single-news .news-thum {}
.single-news .news-thum img {
    width: 100%;
    border-radius: 5px;
}
.single-news .news-cont {}
.single-news .news-cont ul li {
    display: inline-block;
    margin-right: 25px;
}
.single-news .news-cont ul li:last-child {
    margin-right: 0;
}
.single-news .news-cont ul li a {
    color: #8a8a8a;
    font-size: 15px;
}
.single-news .news-cont ul li a i {
    color: #fd40cf;
    margin-right: 8px;
}
.single-news .news-cont ul li a span {
    color: #07294d;
}
.single-news .news-cont a {
    display: block;
}
.single-news .news-cont a h3 {
    font-size: 24px;
    color: #000;
    padding-bottom: 20px;
    padding-top: 10px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-news .news-cont a:hover h3 {
    color: #ffc600;
}
.news-list .news-cont h3 {
    font-size: 20px;
}
.news-list .news-cont ul li a {
    font-size: 14px;
}
/*=====================================================
    13. FOOTER css 
======================================================*/

.footer-top {
    background-color: #07294d;
}
.footer-about {
    padding-right: 50px;
}
.footer-about p {
    color: #fff;
    padding-top: 15px;
}
.footer-about ul li {
    display: inline-block;
    margin-right: 15px;
}
.footer-about ul li:last-child {
    margin-right: 0;
}
.footer-about ul li a {
    width: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    background-color: #021d3a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.footer-about ul li a:hover {
    background-color: #fdcff2;
    color: #021d3a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.footer-title h6 {
    font-size: 18px;
    color: #fff;
}
.footer-link {
    overflow: hidden;
}
.footer-link ul {
/*    width: 50%;*/
    float: left;
    overflow: hidden;
}
.footer-link ul li {
    line-height: 35px;
}
.footer-link ul li a {
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.footer-link ul li a i {
    margin-right: 8px;
    color: #fdcff2;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.footer-link ul li a:hover {
    color: #fdcff2;
}
.footer-link ul li a:hover i {
    margin-right: 15px;
}
.support ul {
    float: none;
    width: 100%;
}
.footer-address ul li {
    position: relative;
    margin-bottom: 10px;
}
.footer-address ul li:last-child {
    margin-bottom: 0;
}
.footer-address ul li .icon i {
    font-size: 18px;
    color: #fdcff2;
    position: absolute;
    left: 0;
    top: 5px;
}
.footer-address ul li .cont {
    padding-left: 35px;
}
.footer-address ul li .cont p {
    color: #fff;
}
.footer-copyright {
    background-color: #021d3a;
}
.footer-copyright .copyright p {
    color: #fff;
	text-align: center;
}
.footer-copyright .copyright p span {
    font-weight: 600;
}
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background-color: #ffc600;
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: none;
}
.back-to-top:hover {
    color: #fff;
    background-color: #021d3a;
}

/*=====================================================
    COUNTER css 
======================================================*/

.single-counter {
    position: relative;
    z-index: 5;
}
.single-counter span {
    font-size: 60px;
    color: #fdcff2;
    font-weight: 600;
}
.single-counter p {
    font-weight: 400;
    color: #fff;
    font-size: 15px;
}

/*=====================================================
    PAGE BANNER  css 
======================================================*/

.page-banner-cont {
    position: relative;
    z-index: 5;
}
.page-banner-cont h2 {
    font-size: 52px;
    color: #fff;
    padding-bottom: 15px;
}
.page-banner-cont .breadcrumb {
    margin: 0;
    background: none;
    padding: 0;
}
.page-banner-cont .breadcrumb .breadcrumb-item {
    color: #ffc600;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}
.page-banner-cont .breadcrumb .breadcrumb-item a {
    color: #fff;
}
.page-banner-cont .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: "/";
    font-size: 18px;
}

/*=====================================================
    31. CONTACT PAGE css 
======================================================*/

.contact-from {
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
}
.contact-from .main-form {}
.contact-from .main-form .single-form {
    margin-top: 20px;
}
.contact-from .main-form .single-form input, .contact-from .main-form .single-form textarea {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    color: #8a8a8a;
    font-size: 15px;
}
.contact-from .main-form .single-form textarea {
    padding-top: 10px;
    height: 100px;
    resize: none;
}
.form-group {
    margin: 0;
}
.list-unstyled li {
    font-size: 13px;
    margin-left: 2px;
    margin-top: 5px;
    color: #f00;
}
p.form-message.success, p.form-message.error {
    font-size: 16px;
    color: #353535;
    background: #ddd;
    padding: 10px 15px;
    margin-left: 15px;
    margin-top: 15px;
}
.contact-address {
    background-color: #fff;
    padding: 20px 50px 50px;
    border-radius: 5px;
}
.contact-address ul li {
    padding-top: 30px;
}
.contact-address ul li .single-address {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-address ul li .single-address .icon i {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #07294d;
    color: #07294d;
    font-size: 24px;
    text-align: center;
}
.contact-address ul li .single-address .cont {
    padding-left: 20px;
}
.contact-address ul li .single-address .cont p {}
.map {}
.map #contact-map {
    width: 100%;
    height: 225px;
}
.map.map-big #contact-map {
    width: 100%;
    height: 415px;
}
.contact-address .contact-heading {
    padding-top: 35px;
}
.contact-address .contact-heading h5 {
    padding-bottom: 15px;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
 .about-event ul {
    scrollbar-width: thin;
    scrollbar-color: #ffc600 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  .about-event ul::-webkit-scrollbar {
    width: 5px;
  }

  .about-event ul::-webkit-scrollbar-track {
    background: #ffffff;
  }

  .about-event ul::-webkit-scrollbar-thumb {
    background-color: #ffc600;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }

#logobanner-part {
    background: #fdcff2;
    /*background: url(../images/bg/light-yellow2.jpg);*/
    background-size: cover;
    background: linear-gradient(#ffadeb70, #fdcff296), url(../images/bg/lite-pink3.jpg) fixed;
    background-size: cover;
    background-position: bottom;
}


.nav-bg {
	
	background: #07294d;
}

.single-slider {
	
	padding-top: 360px;
}

#apply-aprt {
	
	padding-top: 115px;
}

.head-align {
	
	    display: flex;
    align-items: center;
}

.navigation.sticky .navbar .navbar-nav li a {
	
	color: #000000;
	
	
}