/* [Master Stylesheet v1.0] */
/* :: :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900");
/* :: 2.0 Import All CSS */
/*@import url(css/bootstrap.min.css);
@import url('css/bootstrap-rtl.min.css');*/
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
/*@import url(css/font-awesome.min.css);*/
/*@import url(../FontAwesome/css/font-awesome.css);*/
@import url(css/custom-icon.css);
@import url(css/classy-nav.min.css);

@font-face {
    font-family: "Yekan";
    src: url( "fonts/Yekan.TTF" );
    src: local( "?" ), url( "fonts/Yekan.TTF" )format( "truetype" );
    src: url('fonts/Yekan.eot'); /* IE9 Compat Modes */
    src: url('fonts/Yekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/Yekan.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/Yekan.woff') format('woff'), /* Pretty Modern Browsers */
    url('fonts/Yekan.TTF') format('truetype'), /* Safari, Android, iOS */
    url('fonts/Yekan.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@font-face {
    font-family: "sans";
    font-style: normal;
    font-weight: normal;
    src: url( "fonts/Yekan.TTF" );
    src: local( "?" ), url( "fonts/IRANSansWeb.TTF" )format( "truetype" );
    src: url('fonts/IRANSansWeb.eot'); /* IE9 Compat Modes */
    src: url('fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/IRANSansWeb.woff') format('woff'), /* Pretty Modern Browsers */
    url('fonts/IRANSansWeb.TTF') format('truetype'), /* Safari, Android, iOS */
    url('fonts/IRANSansWeb.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* :: 3.0 Base CSS */
* {
    margin: 0;
    padding: 0;
    font-family: sans,Yekan,Tahoma, 'Ruda', sans-serif;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #242424;
    line-height: 1.3;
    font-weight: 700;
}

p {
    color: #606060;
    font-size: 0.8rem;
    line-height: 2;
    font-weight: 500;
}

textarea {
    resize: none;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #141414;
    font-weight: 600;
    font-size: 0.8rem;
}

ul,
ol {
    margin: 0;
}

    ul li,
    ol li {
        list-style: none;
    }

img {
    height: auto;
    max-width: 100%;
}

/* Spacing */
.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-100 {
    padding-top: 100px !important;
}
/* Height */
.height-400 {
    height: 400px !important;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

/* Section Padding */
.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

/* Section Heading */
.section-heading {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin-bottom: 55px !important;
}

    .section-heading span {
        color: #606060;
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 15px;
        display: block;
        letter-spacing: 2px;
    }

    .section-heading h3 {
        color: white;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
        font-size: 30px;
        margin-bottom: 0;
        font-weight: 600;
    }

@media only screen and (max-width: 767px) {
    .section-heading h3 {
        font-size: 24px;
    }
}

.section-heading.text-left {
    text-align: left !important;
}

.section-heading.white span,
.section-heading.white h3 {
    color: #ffffff;
}

/* Preloader */
#preloader {
    background: #0d2b67;
    background: -webkit-linear-gradient(to right, #0d2b67, #0099ff);
    background: linear-gradient(to right, #0d2b67, #0099ff);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
}

    #preloader .circle-preloader {
        display: block;
        width: 60px;
        height: 60px;
        border: 2px solid rgba(255, 255, 255, 0.5);
        border-bottom-color: #ffffff;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        animation: spin 2s infinite linear;
    }

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Miscellaneous */
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

    .bg-overlay::after {
        background-color: rgba(0, 0, 0, 0.60);
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
    }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #ffffff;
    right: 0;
    padding-right: 0;
    width: 30px;
    height: 30px;
    background-color: #0d2b67;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 40px;
    right: -30px;
}

@media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
        right: 0;
    }
}

/* ScrollUp */
#scrollUp {
    background: #0d2b67;
    background: -webkit-linear-gradient(to right, #0d2b67, #0099ff);
    background: linear-gradient(to right, #0d2b67, #0099ff);
    border-radius: 0;
    bottom: 60px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 60px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    #scrollUp:hover {
        background-color: #141414;
    }

@media only screen and (max-width: 767px) {
    #scrollUp {
        bottom: 30px;
        right: 30px;
    }
}

/* Essence Button */
.academy-btn {
    direction: rtl;
    display: inline-block;
    min-width: 160px;
    height: 55px;
    color: #ffffff;
    /*border: none;*/
    border: 1px solid #fff;
    border-radius: 0;
    padding: 0 40px;
    font-size: 14px;
    line-height: 55px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    background: #831312;
    background-image: -webkit-linear-gradient(left, #831312 0%, #831312 51%, #831312 100%);
    background-image: linear-gradient(to right, #831312 0%, #831312 51%, #831312 100%);
    /*font-weight: 600;*/
}

    .academy-btn.active, .academy-btn:hover, .academy-btn:focus {
        font-size: 14px;
        font-weight: 600;
        color: #831312;
        background: #fff;
        background: -webkit-linear-gradient(to right, #fff, #fff);
        background: linear-gradient(to right, #fff, #fff);
        border: 1px solid #831312;
    }


    .academy-btn.btn-sm {
        min-width: 110px;
        padding: 0 14px;
        height: 42px;
        line-height: 42px;
        font-weight: normal;
        font-size: 0.75rem;
    }

        .academy-btn.btn-sm.active, .academy-btn.btn-sm:hover, .academy-btn.btn-sm:focus {
            font-size: 12px;
        }

    .academy-btn.btn-2 {
        background: #141414;
    }

        .academy-btn.btn-2:hover, .academy-btn.btn-2:focus {
            background: #0099ff;
        }

    .academy-btn.btn-3 {
        background: #0099ff;
    }

        .academy-btn.btn-3:hover, .academy-btn.btn-3:focus {
            background: #141414;
        }

    .academy-btn.btn-4 {
        background: #ffffff;
        border: 2px solid #0099ff;
        color: #606060;
    }

        .academy-btn.btn-4:hover, .academy-btn.btn-4:focus {
            background: #0099ff;
            color: #ffffff;
        }

/* Header Area CSS */
.header-area {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 0px; /*130px;*/
}

    .header-area .top-header {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-image: url(img/smallheader.png);
        background-position: center;
        background-size: contain;
    }

        .header-area .top-header .login-content a {
            display: inline-block;
            font-weight: 600;
        }

            .header-area .top-header .login-content a:hover {
                color: #0099ff;
            }

    .header-area .academy-main-menu {
        position: absolute;
        width: 100%;
        height: 85px;
        background-color: transparent;
        top: 100%; /*95px;*/
        z-index: 100;
        left: 0;
        right: 0;
    }

        .header-area .academy-main-menu .classy-nav-container {
            background-color: transparent;
            /*border-bottom: 1px dashed #0d2b67;*/
        }

        .header-area .academy-main-menu .classy-nav-container { /*.header-area .is-sticky .academy-main-menu .classy-nav-container {*/
            border-bottom: 1px dotted #0d2b67;
        }

        .header-area .academy-main-menu .classy-navbar {
            background-color: #0d2b67;
            height: 85px;
            padding: 0;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .academy-main-menu .classy-navbar {
        padding: 0;
        padding-right: 2em;
    }
}

@media only screen and (max-width: 991px) {
    .header-area .academy-main-menu .classy-navbar {
        background: #0d2b67;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .academy-main-menu .classy-navbar {
        padding: 0;
        padding-right: 2em;
    }
}

.header-area .academy-main-menu .classy-navbar .classynav ul li a {
    /*font-weight: 700;*/
    text-transform: uppercase;
}

    .header-area .academy-main-menu .classy-navbar .classynav ul li a:hover, .header-area .academy-main-menu .classy-navbar .classynav ul li a:focus {
        color: #0099ff;
    }

.header-area .academy-main-menu .classynav {
    padding-right: 0.5em;
}

@media only screen and (min-width: 1370px) {
    .header-area .academy-main-menu .classynav {
        padding-right: 1em;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .academy-main-menu .classynav {
        /*padding-right: 1em;*/
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .academy-main-menu .classynav {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .academy-main-menu .classynav {
        padding-right: 0;
    }
}

.header-area .academy-main-menu .calling-info {
    position: relative;
    padding-right: 40px;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .academy-main-menu .calling-info {
        padding-right: 50px;
    }
}

.header-area .academy-main-menu .calling-info .call-center {
    position: relative;
    z-index: 1;
    background: #fff;
    background: -webkit-linear-gradient(to right, #fff, #fff);
    background: linear-gradient(to right, #fff, #fff);
    padding: 0 40px;
    line-height: 85px;
    height: 85px;
    border: 1px dotted #0d2b67;
    border-bottom: 0px;
    border-left: 0px;
}

@media only screen and (min-width: 1199px) and (max-width: 1400px) {
    .header-area .academy-main-menu .calling-info .call-center {
        padding: 0 37px 0 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .academy-main-menu .calling-info .call-center {
        padding: 0 30px 0 15px;
    }
}

@media only screen and (max-width: 991px) {
    .header-area .academy-main-menu .calling-info .call-center {
        border: 0px;
    }
}

.header-area .academy-main-menu .calling-info .call-center a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: block;
}

    .header-area .academy-main-menu .calling-info .call-center a i {
        width: 45px;
        height: 45px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        display: inline-block;
        line-height: 41px;
        font-size: 18px;
        text-align: center;
        margin-right: 20px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .academy-main-menu .calling-info .call-center a i {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .academy-main-menu .calling-info .call-center a span {
        display: none;
    }
}

.header-area .academy-main-menu .calling-info .call-center:before {
    position: absolute;
    width: 50px;
    height: 120%;
    top: 3px;
    right: -15px;
    z-index: 1;
    background-color: #fff;
    content: '';
    -webkit-transform: rotate(-16deg);
    transform: rotate(-12deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .academy-main-menu .calling-info .call-center:before {
        width: 42px;
    }
}

.header-area .academy-main-menu .calling-info .call-center img {
    width: 220px;
}

@media only screen and (max-width: 1370px) {
    .header-area .academy-main-menu .calling-info .call-center img {
        width: 180px;
    }
}

.header-area .is-sticky .academy-main-menu {
    position: fixed;
    width: 100%;
    height: 0px; /*85px;*/
    top: 0;
    left: 0;
    z-index: 3000;
    background-color: #f5f7fa;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
}

    .header-area .is-sticky .academy-main-menu::after {
        position: absolute;
        width: 25%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 1;
        background-color: transparent;
        content: '';
    }

.header-area .academy-main-menu .dateClass {
    white-space: nowrap;
    color: white;
    font-size: 12px;
    border: 1px solid white;
    padding: 2px 6px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px white;
}

.header-area .container-fluid { /*.header-area .is-sticky .container-fluid {*/
    padding: 0px;
}

.hero-slides {
    position: relative;
    z-index: 1;
}

.hero-slides-content {
    background-color: #00000080;
    padding: 15px;
}


section.hero-area {
    margin-top: 85px;
}

.hero-slides .single-hero-slide {
    width: 100%;
    height: 650px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .single-hero-slide {
        height: 640px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides .single-hero-slide {
        height: 640px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide {
        height: 370px;
    }
}

.hero-slides .single-hero-slide h4 {
    color: #831312;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide h4 {
        font-size: 18px;
    }
}

.hero-slides .single-hero-slide h2 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 22px;
    /*text-shadow: 1px 1px 0px black, 2px 3px 1px white;*/
    text-shadow: 1px 1px 0px black, 2px 3px 1px black;
}

.hero-slides .slidercaption {
    padding-top: 45%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .single-hero-slide h2 {
        font-size: 24px;
    }

    .hero-slides .slidercaption {
        padding-top: 52%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides .single-hero-slide h2 {
        font-size: 20px;
    }

    .hero-slides .slidercaption {
        padding-top: 72%;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide h2 {
        font-size: 16px;
    }

    .hero-slides .slidercaption {
        padding-top: 55%;
    }
}

.hero-slides .owl-prev,
.hero-slides .owl-next {
    background: #0d2b67;
    background: -webkit-linear-gradient(to right, rgba(13, 43, 103, 0.65), #000000);
    background: linear-gradient(to right, rgba(13, 43, 103, 0.65), #000000);
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #ffffff;
    top: 50%;
    margin-top: -28px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    opacity: 0.6;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
    .hero-slides .owl-prev,
    .hero-slides .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px;
    }
}

.hero-slides .owl-prev:hover, .hero-slides .owl-prev:focus,
.hero-slides .owl-next:hover,
.hero-slides .owl-next:focus {
    /*background: #141414;*/
    color: #ffffff;
    background: -webkit-linear-gradient(to right, #0d2b67, #000000);
    background: linear-gradient(to right, #0d2b67, #000000);
}

.hero-slides .owl-next {
    left: auto;
    right: 5%;
}

.hero-slides:hover .owl-prev, .hero-slides:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

.hero-slides .academy-btn {
    height: 45px;
    line-height: 45px;
}
/* Top Features Area CSS */
.top-features-area {
    position: relative;
    z-index: 50;
    margin-bottom: -60px;
}

@media only screen and (max-width: 767px) {
    .top-features-area {
        margin-bottom: -115px;
    }
}

.top-features-area .features-content {
    position: relative;
    z-index: 50;
    background: #0d2b67;
    background: -webkit-linear-gradient(to right, #0d2b67, #0099ff);
    background: linear-gradient(to right, #0d2b67, #0099ff);
    padding: 40px 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .top-features-area .features-content .single-top-features {
        border-left: 2px solid #ffffff;
        text-align: center;
    }

    .top-features-area .features-content .col-12:last-child .single-top-features {
        border-left: none;
        /*padding-bottom: 0;
        margin-bottom: 0;*/
    }

@media only screen and (max-width: 767px) {
    .top-features-area .features-content .single-top-features {
        border-left: none;
        border-bottom: 2px solid #ffffff;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

.top-features-area .features-content .single-top-features i {
    font-size: 40px;
    margin-right: 15px;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-features-area .features-content .single-top-features i {
        font-size: 28px;
        /*margin-right: 10px;*/
    }
}

@media only screen and (max-width: 767px) {
    .top-features-area .features-content .single-top-features i {
        font-size: 28px;
        /*margin-right: 10px;*/
    }
}

.top-features-area .features-content .single-top-features h5 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-features-area .features-content .single-top-features h5 {
        font-size: 15px;
    }
}

.top-features-area .features-content .col-12:last-child .single-top-features {
    border-right: none;
}

.top-features-area .features-content .col-12:first-child .single-top-features {
    /*border-right: 2px solid #ffffff;*/
}

@media only screen and (max-width: 767px) {
    .top-features-area .features-content .col-12:last-child .single-top-features {
        border-left: none;
        /*padding-bottom: 0;
        margin-bottom: 0;*/
    }

    .top-features-area .features-content .col-12:first-child .single-top-features {
        /*border-right: none;*/
    }
}

/* Course Area CSS */
.single-course-area .course-icon {
    /*-webkit-box-flex: 0;
    -ms-flex: 0 0 91px;
    flex: 0 0 91px;*/
    /*min-width: 91px;
    width: 91px;*/
    background: #fff;
    /*background: -webkit-linear-gradient(to right, #600100, #831312);
    background: linear-gradient(to right, #600100, #831312);*/
    /*width: 91px;
    height: 91px;*/
    line-height: 95px;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    /*border-radius: 50%;*/
    /*margin-right: 30px;*/
}

.single-course-area .course-icon {
    background-position: center;
    background-size: contain;
    border-left: 1px dashed #831312;
}

    .single-course-area .course-icon img {
        margin-top: 20%;
        /*border:1px solid #831312;*/
        border-radius: 2px;
        /*box-shadow: 3px 3px 7px #8e5f5e;*/
    }

.single-course-area .course-content h4 {
    margin-bottom: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .single-course-area .course-content h4 a {
        /*color:white;*/
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-course-area .course-content h4 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-course-area .course-content h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .single-course-area .course-content h4 {
        font-size: 18px;
    }
}

.single-course-area .course-content p {
    margin-bottom: 0;
    color: #606060;
}

.single-course-area:hover .course-content h4, .single-course-area:focus .course-content h4 {
    color: #0099ff;
}

.single-course-area .singleCaption {
    border: 1px solid #831312;
    /*background-color :#831312 ;*/
}
/* Testimonials Area CSS */
.single-testimonial-area {
    position: relative;
    z-index: 1;
}

    .single-testimonial-area .testimonial-thumb {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55px;
        flex: 0 0 55px;
        /*max-width: 55px;
        width: 55px;
        height: 55px;*/
        border: 2px solid transparent;
        margin-right: 20px;
        /*margin-top: 15px;*/
        /*border-radius: 50%;*/
        color: #831312;
        padding-left: 15px;
        padding-right: 15px;
        text-shadow: 1px 1px 2px white;
    }

}

.single-testimonial-area .testimonial-thumb img {
    border-radius: 50%;
}

.single-testimonial-area .testimonial-content h5 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
    padding-top: 10px;
}

.single-testimonial-area .testimonial-content p {
    color: #ffffff;
    padding-top: 10px;
}

.single-testimonial-area .testimonial-content h6 {
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
}

    .single-testimonial-area .testimonial-content h6 span {
        color: #0099ff;
    }

.single-testimonial-area:hover .testimonial-thumb {
    /*border-color: #0099ff;*/
}

.single-testimonial-area:hover .testimonial-content h5 {
    color: #0099ff;
}

/* Top Popular Course Area CSS */
.single-top-popular-course {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    background-color: #ecf8ff;
    text-align: justify;
    padding: 15px 15px 15px 10px;
}

    .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        /*-ms-flex: 0 0 54%;
        flex: 0 0 54%;
        max-width: 54%;
        width: 54%;*/
        /*padding:0 30px 30px 30px;*/
    }

    .single-top-popular-course h6 {
        padding-bottom: 20px;
    }

@media only screen and (max-width: 767px) {
    .single-top-popular-course .popular-course-content {
        /*-webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;*/
    }
}

.single-top-popular-course .popular-course-content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.single-top-popular-course .popular-course-content span {
    font-size: 12px;
    color: #0d2b67;
    margin-bottom: 10px;
    display: block;
}

.single-top-popular-course .popular-course-content .course-ratings {
    font-size: 10px;
    color: #fbb710;
    margin-bottom: 30px;
}

    .single-top-popular-course .popular-course-content .course-ratings .fa-star-o {
        color: #e0e3e4;
    }

.single-top-popular-course .popular-course-thumb {
    /*-webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    width: 46%;*/
    height: 150px;
    border-radius: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-top-popular-course .popular-course-thumb {
        height: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .single-top-popular-course .popular-course-thumb {
        /*-webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;*/
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-top-popular-course .popular-course-thumb {
        height: 150px;
    }
}

.popular-course-details-area .single-top-popular-course {
    margin-bottom: 0;
}



    .popular-course-details-area .single-top-popular-course .popular-course-content {
        /*-webkit-box-flex: 0;
        -ms-flex: 0 0 570px;
        flex: 0 0 570px;
        max-width: 570px;
        width: 570px;*/
        padding: 0 30px 30px 30px;
        margin-left: auto;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .popular-course-details-area .single-top-popular-course .popular-course-content {
        /*-webkit-box-flex: 0;
        -ms-flex: 0 0 465px;
        flex: 0 0 465px;
        max-width: 465px;
        width: 465px;*/
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .popular-course-details-area .single-top-popular-course .popular-course-content {
        /*-webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
        flex: 0 0 370px;
        max-width: 370px;
        width: 370px;*/
    }
}

@media only screen and (max-width: 767px) {
    .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.popular-course-details-area .single-top-popular-course .popular-course-content h5 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-left: -2px;
}

.popular-course-details-area .single-top-popular-course .popular-course-content span {
    font-size: 14px;
    color: #0d2b67;
    margin-bottom: 10px;
    display: block;
}

.popular-course-details-area .single-top-popular-course .popular-course-content .course-ratings {
    font-size: 10px;
    color: #fbb710;
    margin-bottom: 30px;
}

    .popular-course-details-area .single-top-popular-course .popular-course-content .course-ratings .fa-star-o {
        color: #e0e3e4;
    }

.popular-course-details-area .single-top-popular-course .popular-course-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    height: 620px;
}

@media only screen and (max-width: 767px) {
    .popular-course-details-area .single-top-popular-course .popular-course-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 400px;
    }
}

/* Partner Area CSS */
.partners-logo {
    position: relative;
    z-index: 1;
}

    .partners-logo a {
        display: inline-block;
        max-width: 130px;
    }

@media only screen and (max-width: 767px) {
    .partners-logo a {
        max-width: 40px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .partners-logo a {
        max-width: 60px;
    }
}

/* Call to Action Area CSS */
.call-to-action-area {
    position: relative;
    z-index: 1;
    background: #0d2b67;
    background: -webkit-linear-gradient(to right, #0d2b67, #0099ff);
    background: linear-gradient(to right, #0d2b67, #0099ff);
    padding: 50px 0;
    text-align: center;
}

    .call-to-action-area .cta-content h3 {
        font-size: 22px;
        color: #ffffff;
        margin-bottom: 0;
        font-weight: 100;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-area .cta-content h3 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-area .cta-content h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-area .cta-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.call-to-action-area .cta-content .academy-btn {
    min-width: 110px;
    padding: 0 20px;
    height: 42px;
    line-height: 38px;
    border: 1px solid #ffffff;
    font-weight: normal;
}

/* Footer Area CSS */
.main-footer-area {
    background-color: #232323;
}

    .main-footer-area hr {
        border-color: #1899b89e;
        border-style: dotted;
    }

    .main-footer-area .footer-widget .widget-title {
        margin-bottom: 45px;
    }

        .main-footer-area .footer-widget .widget-title h6 {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 0;
            color: #ffffff;
            margin-top: 10px;
            text-transform: uppercase;
        }

    .main-footer-area .footer-widget .footer-social-info a {
        display: inline-block;
        color: #606060;
        margin-left: 15px;
        font-size: 30px;
    }

        .main-footer-area .footer-widget .footer-social-info a:hover, .main-footer-area .footer-widget .footer-social-info a:focus {
            color: #ffffff;
        }

    .main-footer-area .footer-widget .useful-links li a {
        display: block;
        color: #606060;
        margin-bottom: 2px;
        font-size: 0.78rem;
        font-weight: 500;
    }

    .main-footer-area .footer-widget ul.useful-links > li {
        border-bottom: 1px solid rgba(255, 255, 255, 5%);
        line-height: 20px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

        .main-footer-area .footer-widget ul.useful-links > li i {
            font-size: 11px;
        }

    .main-footer-area .footer-widget .useful-links li a:hover, .main-footer-area .footer-widget .useful-links li a:focus {
        color: #0099ff;
    }

.gallery-list a.gallery-img {
    position: relative;
    z-index: 1;
    @flex (0 0 30%);
    max-width: 30%;
    margin-bottom: 15px;
    cursor: zoom-in;
}

    .gallery-list a.gallery-img::after {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        content: '';
        /*background-color:rgba(0, 153, 255, 0.8);*/
        opacity: 0;
        visibility: hidden;
        /*-webkit-transition-duration: 500ms;
        transition-duration: 500ms;*/
    }

.gallery-list img {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .gallery-list img:hover {
        opacity: 0.5;
        -webkit-transition-duration: 200ms;
        transition-duration: 200ms;
    }

.gallery-list a {
    color: slategray;
    padding-bottom: 5px;
}

    .gallery-list a.gallery-img:hover::after {
        opacity: 1;
        visibility: visible;
    }

.main-footer-area .footer-widget .single-contact i {
    color: #0099ff;
    font-size: 20px;
    margin-left: 15px;
    padding-top: 7px;
}

.main-footer-area .footer-widget .single-contact p {
    margin-bottom: 0;
}

.main-footer-area .footer-widget a {
    color: lightgray;
    font-weight: normal;
}

.bottom-footer-area {
    background-color: #141414;
    padding: 30px 0;
    text-align: center;
}

    .bottom-footer-area p {
        font-size: 12px;
        margin-bottom: 0;
    }

        .bottom-footer-area p a {
            color: #606060;
            font-size: 12px;
        }

/* Breadcumb Area CSS */
.breadcumb-area {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 250px;
    margin-top: 85px;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 1450px) {
    .breadcumb-area {
        height: 240px;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
    .breadcumb-area {
        height: 220px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .breadcumb-area {
        height: 210px;
    }
}

@media only screen and (min-width: 1070px) and (max-width: 1199px) {
    .breadcumb-area {
        height: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1069px) {
    .breadcumb-area {
        height: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcumb-area {
        height: 130px;
    }
}

.breadcumb-area .bradcumbContent {
    width: 500px;
    height: 54px;
    background: #0d2b67;
    background: -webkit-linear-gradient(to right, #0d2b67, #0099ff);
    background: linear-gradient(to right, #0d2b67, #0099ff);
    position: absolute;
    bottom: -25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    z-index: 30;
    padding: 0px 10px 0 10px;
}


    .breadcumb-area .bradcumbContent h2 {
        text-align: center;
        line-height: 54px;
        font-size: 20px;
        color: #ffffff;
        font-weight: normal;
    }

@media only screen and (max-width: 767px) {
    .breadcumb-area .bradcumbContent {
        width: 280px;
        padding: 0px 0px 0 0px;
    }

        .breadcumb-area .bradcumbContent h2 {
            font-size: 20px;
        }
}


/* About Us Content Area CSS */
.about-slides {
    position: relative;
    z-index: 1;
}

    .about-slides .owl-prev,
    .about-slides .owl-next {
        background: #0d2b67;
        background: -webkit-linear-gradient(to right, #0d2b67, #000000);
        background: linear-gradient(to right, #0d2b67, #000000);
        width: 44px;
        height: 44px;
        line-height: 44px;
        color: #ffffff;
        top: 50%;
        margin-top: -22px;
        left: 5%;
        position: absolute;
        z-index: 10;
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        opacity: 0.6;
    }

@media only screen and (max-width: 767px) {
    .about-slides .owl-prev,
    .about-slides .owl-next {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-top: -18px;
    }
}

.about-slides .owl-next {
    left: auto;
    right: 5%;
}

/* Teachers Area CSS */
.single-teachers-area {
    position: relative;
    z-index: 1;
}

    .single-teachers-area .teachers-info h5 {
        font-weight: 400;
        margin-bottom: 3px;
    }

    .single-teachers-area .teachers-info span {
        /*color: #0099ff;*/
        font-size: 11px;
    }

    .single-teachers-area .teachers-info small {
        font-size: 10px;
    }

    .single-teachers-area .teachers-thumbnail {
        min-height: 200px;
        background-repeat: no-repeat;
        background-position: center;
    }


        .single-teachers-area .teachers-thumbnail .over-layer {
            width: 100%;
            height: 200px;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            background: rgba(0, 0, 0,0.4);
            transition: all 0.50s linear;
        }

        .single-teachers-area .teachers-thumbnail:hover .over-layer {
            opacity: 1;
            text-decoration: none;
        }

        .single-teachers-area .teachers-thumbnail .over-layer i {
            position: relative;
            top: 45%;
            text-align: center;
            display: block;
            color: #fff;
            font-size: 25px;
        }

    .single-teachers-area .read-more {
        display: block;
        padding: 7px 10px;
        font-size: 12px;
        background: #0d2b67;
        background: -webkit-linear-gradient(to right, #0d2b67, #0099ff);
        background: linear-gradient(to right, #0d2b67, #0099ff);
        color: #808080;
        width: 100%;
        text-align: center;
        color: #fff;
        font-weight: normal;
        border: 1px solid #0d2b67;
        margin-top: 10px;
    }

        .single-teachers-area .read-more:hover {
            background: #fff;
            border: 1px solid #0d2b67;
            text-decoration: none;
            color: #0d2b67;
        }
/* Blog Area CSS */
@media only screen and (max-width: 767px) {
    .academy-blog-sidebar {
        margin-top: 100px;
    }
}

.academy-blog-sidebar .blog-post-categories h5, .academy-blog-sidebar .latest-blog-posts h5 {
    background: #831312;
    padding: 10px 10px 10px 4px;
    padding-top: 10px;
    color: white;
    box-shadow: 1px 1px 5px black;
}

.single-blog-post {
    background-color: #eef3f6;
    padding: 30px;
}

    .single-blog-post .post-title {
        font-size: 24px;
        display: block;
        font-weight: 500;
        margin-bottom: 5px;
    }

        .single-blog-post .post-title:hover, .single-blog-post .post-title:focus {
            color: #0099ff;
        }

    .single-blog-post .post-meta {
        margin-bottom: 30px;
    }

        .single-blog-post .post-meta p {
            font-size: 12px;
            color: #0099ff;
            margin-bottom: 0;
        }

            .single-blog-post .post-meta p a {
                font-size: 12px;
                color: #0099ff;
                font-weight: 500;
            }

.academy-pagination-area .pagination .page-item .page-link {
    width: 36px;
    height: 36px;
    background-color: #eef3f6;
    display: block;
    padding: 0;
    border: none;
    margin-right: 10px;
    color: #242424;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 36px;
}

    .academy-pagination-area .pagination .page-item .page-link:hover, .academy-pagination-area .pagination .page-item .page-link:focus {
        background-color: #0d2b67;
        color: #ffffff;
    }

.academy-pagination-area .pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.academy-pagination-area .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.academy-pagination-area .pagination .page-item.active .page-link {
    background-color: #0d2b67;
    color: #ffffff;
}

.blog-post-search-widget .form {
    position: relative;
    z-index: 1;
}

    .blog-post-search-widget .form input {
        width: 100%;
        height: 48px;
        border: none;
        background-color: #eef3f6;
        padding: 0 20px;
        font-size: 12px;
        font-style: italic;
        outline: none;
        border: 1px solid rgb(131 19 18 / 0.25);
    }

        .blog-post-search-widget .form input::-webkit-input-placeholder { /* Edge */
        }

        .blog-post-search-widget .form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        }

        .blog-post-search-widget .form input::placeholder {
        }

    .blog-post-search-widget .form button {
        position: absolute;
        top: 0;
        left: 0;
        width: 55px;
        height: 48px;
        background-color: #831312;
        border: none;
        z-index: 10;
        cursor: pointer;
        color: #ffffff;
    }

        .blog-post-search-widget .form button:focus {
            outline: none;
        }

.blog-post-categories {
    background-color: #fbfbfb;
    padding: 24px 15px;
    border: 1px dotted #aec2cc;
}

    .blog-post-categories h5 {
        font-size: 16px;
        margin-bottom: 30px;
        font-weight: normal;
    }

    .blog-post-categories ul {
        /*padding-left: 30px;*/
    }

        .blog-post-categories ul li {
            margin-bottom: 10px;
        }

            .blog-post-categories ul li a {
                font-size: 13px;
                font-weight: 500;
                display: block;
            }

            .blog-post-categories ul li small {
                color: #0099ff;
                padding-right: 2px;
            }

            .blog-post-categories ul li a:hover, .blog-post-categories ul li a:focus {
                color: #0099ff;
            }

.latest-blog-posts {
    background-color: #fbfbfb;
    padding: 24px 15px;
    border: 1px dotted #aec2cc;
}

    .latest-blog-posts h5 {
        font-size: 16px;
        margin-bottom: 30px;
        font-weight: normal;
    }

    .latest-blog-posts .latest-blog-post-thumb {
        @flex (0 0 66px);
        max-width: 66px;
        width: 66px;
        margin-left: 5px;
    }

        .latest-blog-posts .latest-blog-post-thumb img {
            box-shadow: 1px -1px 3px #0d2b67;
            border-radius: 50%;
        }

    .latest-blog-posts .latest-blog-post-content {
        margin: auto 0px;
    }

        .latest-blog-posts .latest-blog-post-content .post-title h6 {
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            font-weight: 500;
            margin-bottom: 3px;
            font-size: 0.85rem;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-blog-posts .latest-blog-post-content .post-title h6 {
        font-size: 14px;
    }
}

.latest-blog-posts .latest-blog-post-content .post-title h6:hover, .latest-blog-posts .latest-blog-post-content .post-title h6:focus {
    color: #0099ff;
}

.latest-blog-posts .latest-blog-post-content .post-date {
    font-size: 12px;
    color: #0099ff;
}

.map-area {
    position: relative;
    z-index: 2;
}

    .map-area #googleMap {
        width: 100%;
        height: 650px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .map-area #googleMap {
        height: 500px;
    }
}

/* Contact Area CSS */
.contact-content {
    background-color: #eef3f6;
    padding: 100px 50px;
    position: relative;
    z-index: 15;
    top: -200px;
    margin-bottom: -100px;
}

@media only screen and (max-width: 767px) {
    .contact-content {
        padding: 50px 30px;
    }
}

.contact-content .section-heading {
    margin-bottom: 30px !important;
}

.contact-content .contact-social-info a {
    color: #0099ff;
    display: inline-block;
    margin-right: 30px;
}

.contact-content .contact-icon i {
    padding-top: 5px;
    display: inline-block;
    color: #0099ff;
}

.contact-content .contact-form-area {
    padding: 40px 20px;
    background-color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-content .contact-form-area {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-content .contact-form-area {
        margin-top: 50px;
    }
}

.contact-content .contact-form-area .form-control {
    height: 55px;
    width: 100%;
    background-color: #eef3f6;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
    padding: 15px 25px;
}

.contact-content .contact-form-area textarea.form-control {
    height: 200px;
}

.contactform .form-control {
    background-color: rgba(255, 255, 255, 0.70);
}

    .contactform .form-control:hover, .contactform .form-control:focus {
        background-color: #fff;
    }

.contactform .form-control, .contactform .tableClass {
    display: inline-block;
}

.contactform label {
    /*color: white;*/
}


.contactform input::-webkit-input-placeholder, .contactform textarea::-webkit-input-placeholder { /* Edge */
    color: dimgray;
    text-align: right;
    font-size: 13px;
}

.contactform input:-ms-input-placeholder, .contactform textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: dimgray;
    text-align: right;
    font-size: 13px;
}

.contactform input::placeholder, .contactform textarea::placeholder {
    color: dimgray;
    text-align: right;
    font-size: 13px;
}


.elements-title h2 {
    font-weight: 500;
}

.elements-title h5 {
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.elements-title span {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    color: #8e8e8e;
    margin-bottom: 15px;
}

.single-pie-bar h6 {
    font-weight: 500;
}

.single-cool-fact {
    position: relative;
    z-index: 1;
}

    .single-cool-fact i {
        font-size: 45px;
        margin-bottom: 30px;
        display: block;
        color: #0099ff;
    }

    .single-cool-fact h3 {
        font-size: 40px;
        font-weight: 400;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .single-cool-fact p {
        font-size: 14px;
        margin-bottom: 0;
    }

@media only screen and (max-width: 1140px) {
    .single-cool-fact p {
        font-size: 12px;
        margin-bottom: 0;
    }

    .single-cool-fact {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .single-cool-fact p {
        font-size: 13px;
        margin-bottom: 0;
    }

    .single-cool-fact {
        padding-bottom: 35px;
    }
}

.single-cool-fact img {
    max-width: 60%;
    box-shadow: 1px -1px 3px #0d2b67;
    border-radius: 50%;
}
/* Accordians */
.single-accordion.panel {
    background-color: #ffffff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px;
    text-align: justify;
}

.single-accordion:last-of-type {
    margin-bottom: 0;
}

.single-accordion h6 {
    margin-bottom: 3px;
    text-transform: uppercase;
}

    .single-accordion h6 a {
        background-color: #f5f7fa;
        border-radius: 0;
        color: #141414;
        display: block;
        margin: 0;
        padding: 20px 60px 20px 20px;
        position: relative;
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 500;
    }

        .single-accordion h6 a span {
            font-size: 10px;
            position: absolute;
            right: 20px;
            text-align: center;
            top: 23px;
        }

            .single-accordion h6 a span.accor-open {
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
            }

    .single-accordion h6 a {
        background: #0d2b67;
        background: -webkit-linear-gradient(to right, rgba(76, 38, 37, 0.50),rgba(13, 43, 103, 0.50));
        background: linear-gradient(to right, rgba(76, 38, 37, 0.50), rgba(13, 43, 103, 0.50));
        color: #ffffff;
        text-shadow: 1px 1px 1px black;
    }

        .single-accordion h6 a.collapsed {
            background: #0d2b67;
            background: -webkit-linear-gradient(to right, #4c2625, #0d2b67);
            background: linear-gradient(to right, #4c2625, #0d2b67);
            color: #ffffff;
            text-shadow: 0px 0px 0px;
        }

            .single-accordion h6 a.collapsed span.accor-close {
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
            }

            .single-accordion h6 a.collapsed span.accor-open {
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                filter: alpha(opacity=100);
            }

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
    background: #fff;
    border-top: 2px dashed #831312;
    border-right: 2px dashed #0d2b67;
    border-bottom: 2px dashed #831312;
    border-left: 2px dashed #0d2b67;
    padding: 15px 10px;
}

    .single-accordion .accordion-content p {
        font-size: 13px;
    }

    .single-accordion .accordion-content a {
        font-size: 13px;
        padding-bottom: 15px;
    }
/* Tabs CSS*/
.academy-tabs-content {
    position: relative;
    z-index: 1;
}

    .academy-tabs-content .nav-tabs {
        border-bottom: none;
        margin-bottom: 3px;
    }

        .academy-tabs-content .nav-tabs .nav-link {
            /*box-shadow: 0px -1px 4px black;*/
            background: #0d2b67;
            background: -webkit-linear-gradient(to right, #0d2b67, #4c2625);
            background: linear-gradient(to right, #0d2b67, #4c2625);
            padding: 0 10px;
            height: 50px;
            line-height: 50px;
            color: #ffffff;
            margin: 0 1px;
            border-radius: 0;
            border: none;
            font-weight: normal;
            text-align: center;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .academy-tabs-content .nav-tabs .nav-link {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .academy-tabs-content .nav-tabs .nav-link {
        padding: 0 10px;
    }
}

.academy-tabs-content .nav-tabs .nav-link.active {
    /*box-shadow: 0px 0px 0px darkslategrey;*/
    background: #f5f7fa;
    background: #0d2b67;
    background: -webkit-linear-gradient(to right, rgba(13, 43, 103, 0.50), rgba(76, 38, 37, 0.50));
    background: linear-gradient(to right, rgba(13, 43, 103, 0.50), rgba(76, 38, 37, 0.50));
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
}

.academy-tabs-content .tab-content h6 {
    font-size: 18px;
}

.academy-tabs-content .academy-tab-text {
    /*background: #a49292;*/
    background: #fff;
    border-top: 2px dashed #831312;
    border-right: 2px dashed #0d2b67;
    border-bottom: 2px dashed #831312;
    border-left: 2px dashed #0d2b67;
    color: #606060;
    padding: 15px 10px;
    font-weight: 100;
    font-size: 13px;
    line-height: 30px;
    /*text-shadow: 1px 1px 3px #ff07005c;*/
}

    .academy-tabs-content .academy-tab-text a {
        font-weight: 100;
        font-size: 13px;
    }

.academy-tabs-content .nav-item {
    width: 33.33%;
}
/*# sourceMappingURL=style.css.map */


.Clubtabs-content {
}

    .Clubtabs-content table {
        /*background: rgba(0, 0, 0, 0.6);*/
        width: 100%;
        color: white;
    }

    .Clubtabs-content .Club-tab-text {
        /*background: #a49292;*/
        background-size: cover;
        background-position: center;
        background-image: url('../../App_Themes/NewPublic/img/back2.jpg');
        border: 1px solid #831312;
        border-top: 0px;
        color: #606060;
        padding: 15px 10px;
        font-weight: 100;
        font-size: 13px;
        line-height: 30px;
        min-height: 300px;
        /*text-shadow: 1px 1px 3px #ff07005c;*/
    }

        .Clubtabs-content .Club-tab-text table {
            /*background: rgba(0, 0, 0, 0.6);*/
            width: 100%;
            color: white;
        }

        .Clubtabs-content .Club-tab-text table {
            background: rgba(0, 0, 0, 0.6);
            /*width: 100%;*/
            margin-bottom: 10px;
            color: white;
        }

        .Clubtabs-content .Club-tab-text a {
            font-weight: 100;
            font-size: 13px;
        }

    .Clubtabs-content Club-tab-img {
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    .Clubtabs-content .Club-tab-text a {
        text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black;
        color: white;
    }

    .Clubtabs-content .nav-tabs .nav-link {
        background: #fff3f3;
        border: 1px solid #831312;
        color: #831312;
        font-weight: bold;
        border-bottom: 0px;
    }

        .Clubtabs-content .nav-tabs .nav-link.active {
            background: #831312;
        }

    .Clubtabs-content .DateBox span {
        background-color: #bd9f9f;
        text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black;
        padding: 6px 0px;
    }
/*------------- Login Box -------------*/

.user_card {
    height: 250px;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    background: #0d2b67;
    background: -webkit-linear-gradient(to top, #0d2b67, #0d2b67, #0099ff);
    background: linear-gradient(to top, #0d2b67, #0d2b67, #0099ff);
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    border-radius: 3px;
}


    .user_card .brand_logo_container {
        position: absolute;
        height: 170px;
        width: 170px;
        top: -75px;
        border-radius: 50%;
        background: #fff;
        padding: 10px;
        text-align: center;
    }

    .user_card .brand_logo {
        height: 150px;
        width: 150px;
        border-radius: 50%;
        border: 2px solid white;
    }

    .user_card .form_container {
        margin-top: 80px;
    }

        .user_card .form_container h5 {
            color: white;
            margin: auto;
        }


.login_container {
    /*padding: 0 2rem;*/
}

.user_card .login_container .btn {
    background: #0099ff;
    color: white;
    border-radius: 0px !important;
    font-size: 13px;
    width: 49%;
    border: 1px white solid;
    padding: 0 14px;
    height: 42px;
    line-height: 42px;
    font-weight: normal;
}


.user_card .login_btn {
    background: #831312 !important;
    color: white !important;
}

    .user_card .login_btn:focus {
        box-shadow: none !important;
        outline: 0px !important;
    }


.user_card .CAS_login {
    background: #831312 !important;
    color: white !important;
    box-shadow: 1px 1px 9px white;
    border: 1px solid white;
    padding: 12px;
    width: 100%;
}

    .user_card .CAS_login:focus, .user_card .CAS_login:hover {
        box-shadow: none !important;
        outline: 0px !important;
        font-weight: normal;
    }

.input-group-text {
    background: #831312 !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}


.input_user, .input_pass {
    font-size: 13px;
}

input.input_user::-webkit-input-placeholder, input.input_pass::-webkit-input-placeholder { /* Edge */
    text-align: right;
    font-size: 13px;
}

input.input_user:-ms-input-placeholder, input.input_pass:-ms-input-placeholder { /* Internet Explorer 10-11 */
    text-align: right;
    font-size: 13px;
}

input.input_user::placeholder, input.input_pass::placeholder {
    text-align: right;
    font-size: 13px;
}

.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #c0392b !important;
}

/*------------- My CSS Class -------------*/
.input-group-addon {
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    /*border-left: 0px;*/
    border-right: 1px solid;
}



.DateBox span {
    /*white-space: nowrap;*/
    display: inline-block;
    background-color: #831312;
    color: white;
    /* width: 30%; */
    min-width: 95%;
    max-width: 95%;
    text-align: center;
    padding: 4px 6px;
    margin-left: 5px;
    line-height: 20px;
    font-size: 12px;
    box-shadow: 0px 0px 4px black;
    border-radius: 4px;
    margin-bottom: 10px;
}

.DateBox .DateTitle {
    padding-right: 5px;
    text-align: justify;
}

.BackgroundBox {
    background-size: cover;
    background-position: center;
}

.btnPaging {
    font-weight: bold;
    width: 43px;
    margin-left: 5px;
    color: white;
    padding: 10px;
    border-radius: 2px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    outline: none;
}


    .btnPaging:hover {
        /*background: #5098d4;*/
    }

    .btnPaging:active {
        background: #256499;
    }
/*///////////////// Box ///////////////*/
.box {
    border: 1px solid #e2e2e2;
    background-color: #fbfbfb;
    padding: 10px;
    border-radius: 4px;
    /* margin-top: 10px; */
    margin-bottom: 10px;
    line-height: 21px;
    font-size: 0.72rem;
    line-height: 1.4rem;
}

    .box strong a {
        /*color: #333;*/
    }

    .box a {
        font-weight: normal;
    }

.boxwarning {
    border: 1px solid #dbd5b8;
    background-color: #fffae4;
    padding: 10px;
    border-radius: 4px;
    /* margin-top: 10px; */
    margin-bottom: 10px;
}

.bginfo {
    border: 1px solid #cfd6dc;
    background-color: #d9edf7;
}

    .bginfo p {
        color: #004763;
        padding-top: 0px;
        margin-bottom: 0px;
    }

.bgdanger {
    border: 1px solid #dccfd1;
    background-color: #f2dede;
}

    .bgdanger p {
        color: #630009;
        padding-top: 0px;
        margin-bottom: 0px;
    }

.bgsuccess {
    border: 1px solid #cfdcd9;
    background-color: #dff0d8;
}

    .bgsuccess p {
        color: #3c763d;
        padding-top: 0px;
        margin-bottom: 0px;
    }

.bgwarning {
    border: 1px solid #dbd5b8;
    background-color: #fff4bb;
}

    .bgwarning p {
        color: #905b00;
        padding-top: 0px;
        margin-bottom: 0px;
    }

.blue-btn {
    color: #fff;
    background-color: #0099ff;
    border-color: #0099ff;
}

    .blue-btn:hover {
        color: #fff;
        background-color: #fff;
        border-color: #0099ff;
    }



/* MultiMedia area CSS */
.MultiMedia-area {
    position: relative;
    z-index: 1;
    background: #0d2b67;
    background: -webkit-linear-gradient(to right, #0d2b67, #831312, #0d2b67);
    background: linear-gradient(to right, #0d2b67, #831312, #0d2b67);
    padding: 50px 0;
    text-align: center;
}

    .MultiMedia-area .details-btn {
        font-size: 12px;
        font-weight: 600;
        color: #831312;
        background: #fff;
        background: -webkit-linear-gradient(to right, #fff, #fff);
        background: linear-gradient(to right, #fff, #fff);
        border: 1px solid #ffffff;
    }

.details-btn.active, .details-btn:hover, .details-btn:focus {
    border: 1px solid #ffffff;
    background: transparent;
    color: white;
}

.MultiMedia-area .academy-btn {
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #ffffff;
    background: transparent;
    color: white;
}

.academy-btn.active, .academy-btn:hover, .academy-btn:focus {
    /*border: 1px solid #ffffff;
    background: transparent;
    color: white;*/
    background: #fff;
    background: -webkit-linear-gradient(to right, #fff, #fff);
    background: linear-gradient(to right, #fff, #fff);
    color: #831312;
    /*border: 1px solid #ffffff;*/
}


.MultiMedia-area h6 {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 100;
    padding-top: 10px;
    padding-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .MultiMedia-area h6 {
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .MultiMedia-area h6 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .MultiMedia-area h6 {
        font-size: 12px;
        margin-bottom: 30px;
    }
}


/*///////  News Slider FirstPage  ///////*/



#news-slider {
    margin-top: 30px;
}

.post-slide {
    background: #fff;
    margin: 0 15px;
    direction: rtl;
}

    .post-slide .post-img {
        position: relative;
        overflow: hidden;
        max-width: 300px;
        margin: auto;
    }

        .post-slide .post-img img {
            width: 100%;
            height: auto;
            transform: scale(1,1);
            transition: transform 0.50s linear;
        }

.post-img:hover img {
    transform: scale(1.1,1.1);
}

.post-img {
    min-height: 200px;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0,0.4);
    transition: all 0.50s linear;
}

.post-img:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #fff;
    padding: 8px 20px 40px;
}

.post-slide .post-title {
    margin: 8px 0 15px 0;
    text-align: justify;
    direction: rtl;
}

    .post-slide .post-title a {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        display: inline-block;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
    }

        .post-slide .post-title a:hover {
            text-decoration: none;
            color: #0d2b67;
        }

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 40px;
}

.post-slide .post-date {
    color: #cc3b3b;
}

    .post-slide .post-date i {
        margin-right: 3px;
        color: #cc3b3b;
    }

.post-slide .read-more {
    display: block;
    padding: 7px 10px;
    font-size: 12px;
    background: #0d2b67;
    background: -webkit-linear-gradient(to right, #0d2b67, #0099ff);
    background: linear-gradient(to right, #0d2b67, #0099ff);
    color: #808080;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: normal;
    border: 1px solid #0d2b67;
    margin-top: 10px;
}

    .post-slide .read-more:hover {
        background: #fff;
        border: 1px solid #0d2b67;
        text-decoration: none;
        color: #0d2b67;
    }

#news-slider .owl-nav .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

#news-slider .owl-nav .owl-prev, #news-slider .owl-nav .owl-next {
    background: #831312;
    color: white;
    position: absolute;
    top: -13%;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: background 0.5s ease 0s;
}

#news-slider .owl-nav .owl-prev {
    left: 15px;
    padding: 6px 12px 2px 10px;
}

#news-slider .owl-nav .owl-next {
    right: 15px;
    padding: 6px 10px 2px 12px;
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 10px;
    }
}


/*///////  News Slider FirstPage - End ///////*/


/*///////  ClubNews Slider FirstPage  ///////*/

.demo {
    background: #efd391;
}

a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

.tab .nav-tabs {
    position: relative;
    border-bottom: none;
}

    .tab .nav-tabs li {
        text-align: center;
        margin-right: 10px;
    }

        .tab .nav-tabs li a {
            display: block;
            font-size: 16px;
            font-weight: 600;
            color: #444;
            padding: 10px 15px;
            background: transparent;
            margin-right: 0;
            border: none;
            border-radius: 0;
            overflow: hidden;
            position: relative;
            z-index: 1;
            transition: all 0.5s ease 0s;
        }

            .tab .nav-tabs li a:before {
                content: "";
                width: 100%;
                height: 3px;
                background: #de7921;
                position: absolute;
                top: 92%;
                left: 0;
                transition: all 0.3s ease 0s;
            }

            .tab .nav-tabs li a:hover:before,
            .tab .nav-tabs li.active a:before,
            .tab .nav-tabs li.active a:hover:before {
                top: 0;
            }

            .tab .nav-tabs li a:after {
                content: "";
                width: 100%;
                height: 100%;
                background: #fff;
                position: absolute;
                top: 100%;
                left: 0;
                z-index: -1;
                transition: all 0.3s ease 0s;
            }

            .tab .nav-tabs li a:hover:after,
            .tab .nav-tabs li.active a:after,
            .tab .nav-tabs li.active a:hover:after {
                top: 0;
            }

.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover,
.nav-tabs li a:hover {
    border: none;
}

.tab .tab-content {
    padding: 30px 15px 20px;
    background: #fff;
    font-size: 14px;
    color: #555;
    line-height: 26px;
}

    .tab .tab-content h3 {
        font-size: 24px;
        margin-top: 0;
    }

@media only screen and (max-width: 479px) {
    .tab .nav-tabs li {
        width: 100%;
    }
}


/*/////// Club News Slider FirstPage - End ///////*/


.MainPanel {
    /*border: 1px dotted #ccafae;*/
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f4fbff;
    box-shadow: 1px 1px 12px #aec2cc;
    margin-bottom: 15px;
}

.DivOthernews {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .DivOthernews .CaptionBox {
        background-color: #f7fafd;
        padding: 10px 10px 0px 10px;
    }


    .DivOthernews .linkbtn, .elements-area .linkbtn {
        direction: rtl;
        display: inline-block;
        min-width: 160px;
        /*height: 35px;*/
        border-radius: 0;
        padding: 0px 10px;
        font-size: 13px;
        line-height: 35px;
        font-weight: normal;
        text-align: center;
    }

    .DivOthernews .linkbtn {
        /*color: #ffffff;
        border: 1px solid #fff;
        background-color: #00000070;*/
        background-color: white;
        color: #831312;
        border-color: #831312;
    }

        .DivOthernews .linkbtn:hover {
            background-color: #831312;
            color: white;
            border-color: white;
        }

.elements-area .linkbtn {
    color: #831312;
    border: 1px solid #831312;
    background-color: #fff;
}

    .elements-area .linkbtn:hover {
        background-color: #831312;
        border-color: white;
        color: white;
    }

#academyNav .dateClass {
    background: #0d2b67;
    background: -webkit-linear-gradient(to right, #0d2b67, #0099ff, #0d2b67);
    background: linear-gradient(to right, #0d2b67, #0099ff, #0d2b67);
}

    #academyNav .dateClass a {
        color: white;
        text-shadow: 0px 2px 1px black;
    }

/*-------Start #firstslider -------*/


#firstslider {
    margin-top: 85px;
}

    #firstslider .carousel-caption {
        background-color: #00000080;
        padding: 14px;
    }

        #firstslider .carousel-caption h3 {
            font-size: 26px;
            color: #fff;
            margin-bottom: 16px;
            /* text-shadow: 1px 1px 0px black, 2px 3px 1px white; */
            text-shadow: 1px 1px 0px black, 2px 3px 1px black;
        }

    #firstslider .academy-btn {
        height: 36px;
        line-height: 36px;
        padding: 0 30px;
        font-size: 14px;
    }


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #firstslider .carousel-caption {
        padding: 10px;
    }

        #firstslider .carousel-caption h3 {
            margin-bottom: 10px;
            font-size: 22px;
        }

    #firstslider .academy-btn {
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #firstslider .carousel-caption {
        padding: 8px;
    }

        #firstslider .carousel-caption h3 {
            margin-bottom: 10px;
            font-size: 18px;
        }

    #firstslider .academy-btn {
        height: 32px;
        line-height: 32px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    #firstslider .carousel-caption {
        padding: 5px;
        bottom: 10px;
    }

        #firstslider .carousel-caption h3 {
            font-size: 15px;
            margin-bottom: 7px;
        }

    #firstslider .academy-btn {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        min-width: 112px;
        padding: 0px;
    }
}


#firstslider .carousel-control-prev,
#firstslider .carousel-control-next {
    background: #0d2b67;
    background: -webkit-linear-gradient(to right, rgba(13, 43, 103, 0.65), #000000);
    background: linear-gradient(to right, rgba(13, 43, 103, 0.65), #000000);
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #ffffff;
    top: 50%;
    margin-top: -28px;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    opacity: 0.6;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
    #firstslider .carousel-control-prev,
    #firstslider .carousel-control-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px;
    }
}

#firstslider .carousel-control-prev:hover, #firstslider .carousel-control-prev:focus,
#firstslider .carousel-control-next:hover, #firstslider .carousel-control-next:focus {
    /*background: #141414;*/
    color: #ffffff;
    background: -webkit-linear-gradient(to right, #0d2b67, #000000);
    background: linear-gradient(to right, #0d2b67, #000000);
}

#firstslider .carousel-control-next {
    left: 5% !important;
    right: auto !important;
}

#firstslider .carousel-control-prev {
    right: 5% !important;
    left: auto !important;
}

#firstslider:hover .carousel-control-prev, #firstslider:hover .carousel-control-next {
    opacity: 1;
    visibility: visible;
}


/*-------End #firstslider -------*/


.teachers-info .Titlediv {
    min-height: 57.6px;
}

@media only screen and (max-width: 767px) {
    .teachers-info .Titlediv {
        font-size: 12px;
    }
}
