@import url("https://fonts.googleapis.com/css?family=Cairo:300,400,700");

.navbar {
    background: none;
    border-radius: 0;
    width: 100%;
    color: #1ecad8;
    padding: 10px 0;
    margin: 0;
    z-index: 99
}

.navbar.affix {
    background: #ffffff;
    color: #fff;
    padding: 0
}

.navbar.affix .custom-nav li a, .navbar.affix li p {
    color: #1ecad8;

}

.navbar.affix .nav li a:focus, .navbar.affix > a:hover, .navbar.affix .nav li.active a {
    color: #1ecad8;
}

/* .navbar.affix .nav-more .btn-more {
    color: #1ecad8 !important;
    border-color: #1ecad8 !important
} */

.navbar-toggle .icon-bar {
    background: #1ecad8
}

.navbar-brand {
    padding: 0 15px
}

.navbar-brand .logo {
    width: 95px;
    height: 50px;
    object-fit: contain
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: #1ecad8 !important;
    color: #fff !important
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none !important;
    border-color: #1ecad8 !important
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none !important;
    border-color: #1ecad8 !important
}

.custom-nav li a {
    color: #fff;
    border-bottom: 3px solid transparent;
    padding-bottom: 5px;
    font-size: 18px
}

.custom-nav li a:focus, .custom-nav li a:hover {
    background: none;
    border-color: #1ecad8
}

.custom-nav li .dropdown-menu {
    right: 0 !important;
    text-align: center
}

.custom-nav li .dropdown-menu a {
    color: #333
}

.custom-nav li.active a {
    border-color: #1ecad8
}

.nav-more {
    margin-right: 0;
    margin-top: 12.5px
}

.nav-more .divider {
    margin: 0 10px;
    transition: none
}

.nav-more .divider span {
    transition: none;
    color: #f1f1f1
}

.nav-more .btn-more {
    padding: 1px 10px;
    margin: 0;
    display: table;
    font-weight: 400;
    font-size: 14px
}

.nav-more .social {
    display: flex;
    top: -2px;
}

.nav-more .social img {

    object-fit: contain
}

.nav-more .social a {
    padding: 0
}

.nav-more .number {
    display: flex;
    align-items: center
}

.nav-more .number img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin: 0 5px
}

.nav-more .number p {
    color: #fff;
    margin: 0;
    font-weight: 300
}

@media screen and (max-width: 767px) {
    #myNavbar {
        background: #1ecad8
    }

    .navbar.affix .custom-nav li a, .navbar.affix li p{
        color: black;
    }
    section#section2 .videos .video, section#section3 .videos .video, section#section4 .videos .video,section.graybg,section.whitebg{
        max-width: 100% !important;
    }
    .nav-more {
        display: none;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0
    }

    .nav-more .divider {
        display: none
    }

    .nav-more li {
        margin: 10px 0
    }

    .nav-more .btn-more {
        color: #fff;
        border-color: #fff !important
    }

    /* .nav-more .number img {
        background-color: #fff
    } */
}

.navbar-shadow {
    background-image: linear-gradient(#000, transparent);
    border: none
}

.header2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px
}

@media (max-width: 450px) {
    .header2 {
        height: 220px
    }
}

* {
    transition: all .4s ease
}

html, body {
    margin: 0;
    padding: 0;
    font-family: "Cairo", sans-serif;
    background-color: #fff
}

h1 {
    font-size: 54px;
    color: #333
}

h2 {
    font-size: 32px;
    color: #333
}

h3 {
    font-size: 20px;
    color: #333
}

p {
    font-size: 18px;
    color: #333
}

section {
    padding-top: 90px;
    padding-bottom: 90px
}

.title h2 {
    color: #1ecad8;
    font-weight: 700;
    position: relative;
    display: table;
    margin: 0 auto
}

.title h2::before, .title h2::after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 6px;
    top: 50%;
    transform: translatey(-50%);
    background-color: #1ecad8;
    border-radius: 50px
}

.title h2::before {
    right: calc(100% + 15px)
}

.title h2::after {
    left: calc(100% + 15px)
}

.title h3 {
    color: #1ecad8;
    font-weight: 700;
    position: relative;
    font-size: 32px;
    margin: 0;
    margin-bottom: 30px
}

.btn-rounded {
    border-radius: 50px !important
}

.btn-more {
    border: 2px solid #1ecad8;
    color: #1ecad8;
    border-radius: 10px;
    padding: 3px 18px;
    font-weight: 400;
    font-size: 16px;
    margin: 15px 0;
    outline: none
}

/* .btn-more:hover, .btn-more:focus {
    background: #1ecad8 !important;
    color: #fff !important;
    outline: none;
    transition: font-size 1s !important;
    font-size: 20px !important;
} */

.btn-blue {
    background: #1ecad8;
    border: 1px solid #1ecad8;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    padding: 6px 25px;
    margin-top: 10px;
    outline: none
}

.btn-blue:hover, .btn-blue:focus {
    background: #fff;
    color: #1ecad8;
    outline: none;

}

.txt-rtl {
    text-align: right
}

.quick-contact {
    position: fixed;
    bottom: 100px;
    left: 15px;
    z-index: 1000
}

.quick-contact img {
    width: 120px;
    object-fit: contain
}

.text-center {
    text-align: center
}

.owl-carousel {
    direction: ltr !important
}

.owl-dots {
    text-align: center;
    padding: 10px 0
}

.owl-dots .owl-dot {
    background-color: #fff;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    border-radius: 50%;
    display: inline-block
}

.owl-dots .owl-dot.active {
    background-color: #1ecad8
}

.videos::-webkit-scrollbar {
    width: 10px
}

.videos::-webkit-scrollbar-track {
    background: #ddd
}

.videos::-webkit-scrollbar-thumb {
    background: #1ecad8;
    border-radius: 50px
}

.videos::-webkit-scrollbar-thumb:hover {
    background: #1bb5c2
}

@keyframes wave {
    50% {
        opacity: 0
    }
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 32px
    }

    h2 {
        font-size: 24px
    }

    h3 {
        font-size: 18px
    }

    p {
        font-size: 16px
    }

    .title h2 {
        max-width: 240px
    }
}

.checkbox.active-rtl {
    position: fixed;
    right: 0;
    top: 100px;
    background: #f1f1f1;
    padding: 10px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    z-index: 10
}

.typewriter h1 {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em; /* Adjust as needed */
    animation: typing 3.5s steps(40, end) 3,
    reserve 3.5s steps(40, start) 3.5s
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes reserve {
    from {
        width: 100%
    }
    to {
        width: 0
    }
}

section#intro {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    position: relative;
    z-index: 6
}

section#intro .title {
    margin: 120px auto;
    text-align: center
}

section#intro .title h1 {
    color: #fff;
    font-weight: 700
}

section#intro .title h1 span {
    color: #1ecad8
}

section#intro .title p,section#intro .title p a {
    color: #fff
}
 section#intro .title p a:hover {
    border-bottom: 2px solid #1ecad8; text-decoration: unset;
}

section#intro .title .light {
    color: #ddd;
    font-weight: 300;
    animation: wave 1.2s ease-in-out infinite
}

section#intro .courses {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

section#intro .courses .course {
    text-align: center;
    padding: 15px
}

section#intro .courses .course > a > img {
    width: 60px;
    height: 60px;
    object-fit: contain
}

section#intro .courses .course > a > div {
    position: relative
}

section#intro .courses .course > a > div img {
    width: 80px;
    height: 80px;
    object-fit: contain
}

section#intro .courses .course > a > div p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    max-width: 120px;
    font-size: 16px;
    width: 100%
}

section#intro .news {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(86, 121, 153, 0.5);
}

section#intro .news .news-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #567999;
    margin: 0;
    padding: 0 15px;
    z-index: 2
}

section#intro .news .news-title h4 {
    color: #fff
}

section#intro #news-bar a {
    padding: 8px 2px;
    color: #fff;
    text-decoration: none
}

section#intro #news-bar a:hover {
    color: #333
}

section#intro #news-bar a p {
    color: #fff;
    margin: 0
}

section#intro #news-bar span {
    margin: 0 20px
}

section#intro #news-bar marquee {
    direction: ltr
}

section#intro .hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

section#intro .hvr-float:hover, section#intro .hvr-float:focus, section#intro .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

@media screen and (max-width: 600px) {
    section#intro .news .news-title {
        max-width: 90px
    }
}

section#section2 {
    padding-top: 50px;
    padding-bottom: 0;
    position: relative
}

section#section2 .content {
    margin-top: 50px
}

section#section2 .content .pic {
    position: relative;
    margin-bottom: 50px
}

section#section2 .content .pic .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

section#section2 .content .video {
    margin-bottom: 50px
}

section#section2 .content .video iframe {
    width: 100%;
    height: 300px
}

@media (max-width: 450px) {
    section#section2 .content .video iframe {
        height: 180px
    }
}

section#section2 .counters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px
}

section#section2 .counters > div {
    padding: 15px;
    max-width: 150px
}

section#section2 .counters > div .win {
    position: relative
}

section#section2 .counters > div .win img {
    width: 120px;
    height: 100px;
    object-fit: contain
}

section#section2 .counters > div .win .counter {
    position: absolute;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    font-weight: 700
}

section#section2 .counters > div p {
    text-align: center;
    font-weight: 700
}

@media screen and (max-width: 600px) {
    section#section2 .content .pic .play {
        width: 70px
    }
}

section#section3,section.graybg {
    padding-top: 50px;
    padding-bottom: 0px;
    background-color: #567999;
    position: relative;
    color:white;
}

section#section3 .overlay .clock,section.graybg .overlay .clock {
    position: absolute;
    left: 10%;
    top: 30%;
    transform: translatey(-50%)
}

section#section3 .overlay .lumb,section.graybg .overlay .lumb {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translatey(-50%)
}

section#section3 .overlay .book,section.graybg .overlay .book {
    position: absolute;
    left: 2%;
    bottom: 2%
}

section#section3 .content,section.graybg .content {
    margin-top: 50px
}

section#section3 .content .info p,section.graybg .content .info p {
    color: #fff
}

section#section3 .content .info h3,section.graybg .content .info h3 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 700
}


section#section2 .videos .video, section#section3 .videos .video, section#section4 .videos .video,section.graybg .videos .video,section.whitebg .videos .video {
    display: inline-block;
    /* max-width: 33%; */
}

section#section2 .videos .video .video-wrapper, section#section3 .videos .video .video-wrapper, section#section4 .videos .video .video-wrapper,section.graybg .videos .video .video-wrapper,section.whitebg .videos .video .video-wrapper {
    position: relative
}

section#section2 .videos .video .video-wrapper .play, section#section3 .videos .video .video-wrapper .play, section#section4 .videos .video .video-wrapper .play,section.graybg .videos .video .video-wrapper .play,section.whitebg .videos .video .video-wrapper .play{
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    width: 150px
}

section#section2 .videos .video .video-wrapper p, section#section3 .videos .video .video-wrapper p, section#section4 .videos .video .video-wrapper p,section.graybg .videos .video .video-wrapper p,section.whitebg .videos .video .video-wrapper p {
    position: absolute;
    top: 0px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    white-space: pre-wrap;
    margin: 0;
    width: 100%;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.5);
}

section#section2 .videos .video .video-wrapper iframe, section#section3 .videos .video .video-wrapper iframe, section#section4 .videos .video .video-wrapper iframe,section.graybg .videos .video .video-wrapper iframe,section.whitebg .videos .video .video-wrapper iframe {
    width: 530px;
    height: 280px
}

section#section2 .videos-carousel, section#section3 .videos-carousel, section#section4 .videos-carousel,section.graybg .videos-carousel,section.whitebg .videos-carousel {
    padding: 0;
    margin-top: 30px
}

section#section2 .videos-carousel .item iframe, section#section3 .videos-carousel .item iframe, section#section4 .videos-carousel .item iframe ,section.graybg .videos-carousel .item iframe,section.whitebg .videos-carousel .item iframe{
    width: 100%;
    height: 250px
}

section.whitebg{ padding-top: 50px;}

section.whitebg .content{    margin-top: 50px; }

@media (max-width: 450px) {
    section#section2 .videos-carousel .item iframe, section#section3 .videos-carousel .item iframe, section#section4 .videos-carousel .item iframe,section.graybg .videos-carousel .item iframe,section.whitebg .videos-carousel .item iframe {
        height: 180px
    }
}

@media screen and (max-width: 600px) {
    section#section2 .overlay, section#section3 .overlay, section#section4 .overlay,section.graybg .overlay,section.whitebg .overlay {
        display: none
    }

    section#section2 .videos .video .video-wrapper .play, section#section3 .videos .video .video-wrapper .play, section#section4 .videos .video .video-wrapper .play,section.graybg .videos .video .video-wrapper .play,section.whitebg .videos .video .video-wrapper .play {
        width: 70px
    }

    section#section2 .videos .video .video-wrapper p, section#section3 .videos .video .video-wrapper p, section#section4 .videos .video .video-wrapper p,section.graybg .videos .video .video-wrapper p,section.whitebg .videos .video .video-wrapper p {
        font-size: 16px
    }
}

section#section4 {
    padding-top: 50px;
    padding-bottom: 30px
}

section#section4 .content {
    margin-top: 50px
}

section#section4 .content .pic {
    position: relative;
    margin-bottom: 50px
}

section#section4 .content .pic .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

section#section4 .content .video {
    margin-bottom: 50px
}

section#section4 .content .video iframe {
    width: 100%;
    height: 300px
}

@media (max-width: 450px) {
    section#section4 .content .video iframe {
        height: 180px
    }
}

@media screen and (max-width: 600px) {
    section#section4 .content .pic .play {
        width: 70px
    }
}

section#section5 {
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #f1f1f1
}

section#section5 .content {
    margin-top: 50px;
    /* padding: 0 */
}

section#section5 .content .boxx {
    padding: 0px;
    padding-top: 30px;
    margin-bottom: 15px;
    background-color: #fff
}

section#section5 .content .boxx > h3 {
    font-size: 20px;
    margin: 0;
    margin: 15px 0;
    font-weight: 700;
    text-align: center
}

section#section5 .content .boxx .inner-boxx {
    display: flex;
    background-color: #eee;
    padding: 15px;
    margin-bottom: 15px
}

section#section5 .content .boxx .inner-boxx .pic {
    flex: .35;
    height: 180px;
    padding-right: 10px
}

section#section5 .content .boxx .inner-boxx .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*  background-color: #ddd*/
}

section#section5 .content .boxx .inner-boxx .info {
    flex: .65;
    height: 200px;
}

section#section5 .content .boxx .inner-boxx .info .info-title {
    font-size: 20px;
    font-weight: 700;

}

section#section5 .content .boxx .inner-boxx .info .info-pages {
    display: flex;
    align-items: center;

}

section#section5 .content .boxx .inner-boxx .info .info-pages img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin: 0 5px
}

section#section5 .content .boxx .inner-boxx .info p {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    section#section5 {
        background-color: #fff
    }
}

section#section6 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center
}

section#section6 .content {
    text-align: center;
    margin-top: 80px
}

section#section6 .content .btn-more {
    background-color: rgba(0, 0, 0, 0.5)
}

section#section6 .content .btn-more:hover {
    color: #fff
}

@media screen and (max-width: 767px) {
    section#section6 {
        height: auto
    }

    section#section6 .content .btn-more {
        transform: scale(0.7)
    }
}

section#section7 {
    padding-top: 50px;
    padding-bottom: 30px
}

section#section7 .content {
    margin-top: 50px
}

section#section7 .content .article {
    position: relative;
    background-color: #f1f1f1;
    margin-bottom: 15px
}

section#section7 .content .article .img-add {
    position: absolute;
    width: 65px;
    left: 10%;
    top: 0
}

section#section7 .content .article .img-back {
    width: 100%;
    height: 280px;
    object-fit: cover
}

section#section7 .content .article .article-info {
    padding: 15px
}

section#section7 .content .article .article-info h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #1ecad8;
    font-weight: 700
}

section#section7 .content .article .article-info p {
    font-size: 16px
}

section#section8 {
    padding-top: 0px;
    padding-bottom: 30px
}

section#section8 .row {
    padding-top: 50px;
    border-top: 1px solid #f1f1f1
}

section#section8 .links {
    margin: 25px 0;
    display: flex;
    justify-content: center
}

section#section8 .links .link {
    margin: 0 20px
}

@media screen and (max-width: 767px) {
    section#section8 .links .link {
        margin: 0 10px
    }
}

@media screen and (max-width: 450px) {
    section#section8 .links .link {
        margin: 0 5px
    }
}

footer {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #567999
}

footer .content {
    text-align: center;
    max-width: 900px;
    width: 100%;
    margin: 0 auto
}

footer .content img {
    margin: 0 auto;
    width: 150px;
    height: 90px;
    object-fit: contain
}

footer .content p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    margin-top: 10px
}

section#login {
    padding: 0;
    height: 100vh;
    min-height: 400px;
    background-image: url(../images/front-2/page2/bg2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

section#login::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.15)
}

section#login .content {
    max-width: 600px;
    width: calc(100% - 30px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    background-color: #fff;
    border-bottom: 6px solid #1ecad8
}

section#login .content .info {
    text-align: center; margin-bottom: 20px;
}

section#login .content .info .logo {
    width: 160px;
    margin: 0 auto
}

section#login .content .info p {
    margin: 15px 0;
    font-size: 20px;
    font-weight: 700
}

section#login .content .info p span {
    color: #1ecad8
}

section#login .content .form {
    text-align: center
}

section#login .content .form input {
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    outline: none;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px
}

section#login ::-webkit-input-placeholder {
    color: #333
}

section#login ::-moz-placeholder {
    color: #333
}

section#login :-ms-input-placeholder {
    color: #333
}

section#login :-moz-placeholder {
    color: #333
}

section#calc {
    background-color: #fff;
    padding: 30px 0
}

section#calc .boxx .boxx-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px
}

section#calc .boxx .boxx-inner.border-set {
    border-bottom: 1px solid #ddd
}

section#calc .boxx .boxx-inner h4 {
    font-weight: 700;
    font-size: 18px
}

section#calc .boxx .boxx-inner h4.color-blue {
    color: #1ecad8
}

section#calc .boxx .boxx-inner h4 span {
    color: red
}

section#calc .boxx .boxx-inner input {
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    max-width: 150px;
    width: 100%;
    text-align: center;
}

@media (max-width: 450px) {
    section#calc .boxx .boxx-inner input {
        max-width: 80px
    }
}

section#calc .note {
    color: #999;
    margin-top: 40px
}

section#books {
    background-color: #f1f1f1;
    padding: 30px 0
}

section#books .content {
    padding: 0
}

section#books .content .boxx {
    padding: 0px;
    margin-bottom: 15px;
    background-color: #fff
}

section#books .content .boxx > h3 {
    font-size: 20px;
    margin: 0;
    margin: 15px 0;
    font-weight: 700;
    text-align: center
}

section#books .content .boxx .inner-boxx {
    display: flex;
    background-color: #eee;
    padding: 15px;
    margin-bottom: 15px
}

section#books .content .boxx .inner-boxx .pic {
    flex: .35;
    padding-right: 10px
}

section#books .content .boxx .inner-boxx .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #ddd
}

section#books .content .boxx .inner-boxx .info {
    flex: .65
}

section#books .content .boxx .inner-boxx .info .info-title {
    font-size: 20px;
    font-weight: 700
}

section#books .content .boxx .inner-boxx .info .info-pages {
    display: flex;
    align-items: center
}

section#books .content .boxx .inner-boxx .info .info-pages img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin: 0 5px
}

section#books .content .boxx .inner-boxx .info p {
    font-size: 14px
}

section#courses {
    background-color: #fff;
    padding: 30px 0
}

section#courses .content .article {
    position: relative;
    background-color: #f1f1f1;
    margin-bottom: 15px
}

section#courses .content .article .img-back {
    width: calc(100% - 30px);
    height: 120px;
    object-fit: cover;
    margin: 0 auto
}

section#courses .content .article h3 {
    margin: 0;
    color: #1ecad8;
    font-weight: 700;
    padding: 15px
}

section#courses .content .article p {
    padding: 15px;
    font-size: 16px
}

section#courses .content .article .btns {
    padding: 0 15px;
    text-align: center
}

section#courses .content .article .btns button, section#courses .content .article .btns a {
    margin-top: 0;
    width: 100%;
    padding: 6px 25px;
    font-size: 18px;
    font-weight: 600;
    border-width: 2px;
    margin-bottom: 15px
}

@media screen and (max-width: 991px) {
    section#courses .content > div {
        margin-bottom: 20px
    }
    #contact-details {
        background: grey !important
    }
    section#courses .content .article {
        max-width: 500px;
        width: 100%;
        margin: 0 auto
    }

    section#courses .content .article .img-back {
        height: 150px
    }
}

section#single {
    background-color: #fff;
    padding: 30px 0
}

section#single .title {
    padding: 0 15px
}

section#single .title h3 {
    margin-bottom: 5px
}

section#single .title p {
    font-size: 16px;
    color: #999
}

section#single .counters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px
}

section#single .counters > div {
    padding: 15px;
    max-width: 150px
}

section#single .counters > div .win {
    position: relative
}

section#single .counters > div .win img {
    width: 120px;
    height: 100px;
    object-fit: contain
}

section#single .counters > div .win .counter {
    position: absolute;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    font-weight: 700
}

section#single .counters > div p {
    text-align: center;
    font-weight: 700
}

section#single .content-head {
    padding: 0
}

section#single .content-head .vid iframe {
    width: 100%;
    height: 300px
}

@media (max-width: 450px) {
    section#single .content-head .vid iframe {
        height: 180px
    }
}

@media (max-width: 991px) {
    section#single .content-head .desc p {
        margin-top: 15px;
        margin-bottom: 30px
    }
}

section#single .content-head .more-info h3 {
    color: #1ecad8;
    margin: 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700
}

section#single .content-head .more-info p {
    font-size: 16px;
    color: #333;
    margin: 0;
}

section#single .contact-img {
    text-align: center
}

section#single .contact-img img {
    max-width: 280px;
    width: 100%
}

section#contact {
    background-image: url(../images/front/333.png);
    background-size: 50%;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
    background-color: white;
}

section#contact::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

section#contact .content {
    padding: 0
}

section#contact .part {
    background-color: #fff;
    position: relative
}

section#contact .part .info {
    padding: 50px 15px;
    padding-bottom: 25px;
    max-width: 500px;
    margin-right: 0;
    margin-left: auto
}

section#contact .form input, section#contact .form textarea {
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    outline: none;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding: 0px;
    padding-bottom: 15px;
    width: 100%
}

section#contact .places {
    display: flex;
    align-items: center;
    height: 100%
}

section#contact .places .list {
    max-width: 500px
}

section#contact .places .list li {
    display: flex;
    align-items: flex-start;
    color: #fff;
    margin-bottom: 15px
}

section#contact .places .list li i {
    margin: 0 10px;
    font-size: 24px;
    color: #1ecad8
}

section#contact .places .list li p {
    color: #fff;
    margin: 0;
    font-size: 20px
}

section#contact ::-webkit-input-placeholder {
    color: #333
}

section#contact ::-moz-placeholder {
    color: #333
}

section#contact :-ms-input-placeholder {
    color: #333
}

section#contact :-moz-placeholder {
    color: #333
}

@media screen and (max-width: 991px) {
    section#contact .part .info {
        margin: 0 auto
    }

    section#contact .places .list {
        padding: 30px;
        margin: 0 auto
    }
}

@media screen and (min-width: 992px) {
    section#contact .content {
       /* height: 450px*/
       height:540px; 
    }

    section#contact .part::before {
        content: '';
        position: absolute;
        right: -179px;
        top: 0;
        width: 0;
        height: 0;
        border-top: 400px solid transparent;
        border-bottom: 0px solid transparent;
        border-left: 180px solid white
    }
}

section#payment {
    background-color: #fff;
    padding: 30px 0
}

section#payment .courses {
    margin: 25px 0;
    display: flex
}

section#payment .courses .course {
    border: 1px solid #eee;
    text-align: center;
    max-width: 240px;
    width: calc(100% - 10px);
    padding: 15px;
    margin-bottom: 20px;
    margin-left: 10px
}

section#payment .courses .course img {
    max-width: 100%
}

section#payment .courses .course h3 {
    font-weight: 700;
    margin: 0
}

section#payment .courses .course.course-active {
    background-color: #1ecad8;
    border-color: #1ecad8
}

section#payment .courses .course.course-active h3 {
    color: #fff
}

section#payment .pay {
    margin: 30px 0
}

section#payment .pay h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 30px
}

section#payment .pay .main-color {
    color: #1ecad8;
    font-weight: 700
}

section#payment .form input, section#payment .form textarea, section#payment .form select {
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding: 0px;
    padding-bottom: 15px;
    width: 100%
}

section#payment .form p {
    color: #ddd;
    font-size: 24px;
    margin: 0;
    margin-bottom: 30px
}

section#payment .form button {
    font-size: 14px;
    margin-top: 20px
}

section#payment .credit-card {
    display: flex
}

section#payment .credit-card select, section#payment .credit-card input {
    background-color: #eee;
    border: none;
    padding: 0 5px;
    height: 40px
}

section#payment .credit-card > div {
    margin-left: 5px
}

section#payment ::-webkit-input-placeholder {
    color: #333
}

section#payment ::-moz-placeholder {
    color: #333
}

section#payment :-ms-input-placeholder {
    color: #333
}

section#payment :-moz-placeholder {
    color: #333
}

.profile-header-container {
    margin: 0 auto;
    text-align: center;
}

.profile-header-img {
    padding: 15px 0;
}

.profile-header-img > img.img-circle {
    width: 200px;
    height: 200px;
    border: 2px solid #51D2B7;
}

.profile-header {
    margin-top: 43px;
}

/**
 * Ranking component
 */
.rank-label-container {
    margin-top: -19px;

    /* z-index: 1000; */
    text-align: center;
}

.label.label-default.rank-label {
    background-color: rgb(81, 210, 183);
    padding: 5px 10px 5px 10px;
    border-radius: 27px;
    font-size: 18px;
}

a:hover {
    cursor: pointer !important;
}

/* .social img:hover {
    width: 40px;
} */
.social a:not(:last-child) {margin-left: 10px;}

.dropdown ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.dropdown a:hover + .dropdown-menu {

    visibility: visible;
    opacity: 1;
}

.dropdown-menu:hover {

    visibility: visible;
    opacity: 1;
}

.mx-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;

    max-height: 200px; /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.mx-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 200px;

    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.mx-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    /* fallback */
    max-height: 200px; /* fallback */
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.mx-line-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    /* fallback */
    max-height: 200px; /* fallback */
    -webkit-line-clamp: 6; /* number of lines to show */
    -webkit-box-orient: vertical;
}

p {
    margin: 0 !important;
}

.link img:hover {
    filter: contrast(50%);
}
.pay-pal form > table{
    margin: auto;
}

.paypal-btn{
    background: #ffc439;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxcHgiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAxMDEgMzIiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaW5ZTWluIG1lZXQiIHhtbG5zPSJodHRwOiYjeDJGOyYjeDJGO3d3dy53My5vcmcmI3gyRjsyMDAwJiN4MkY7c3ZnIj48cGF0aCBmaWxsPSIjMDAzMDg3IiBkPSJNIDEyLjIzNyAyLjggTCA0LjQzNyAyLjggQyAzLjkzNyAyLjggMy40MzcgMy4yIDMuMzM3IDMuNyBMIDAuMjM3IDIzLjcgQyAwLjEzNyAyNC4xIDAuNDM3IDI0LjQgMC44MzcgMjQuNCBMIDQuNTM3IDI0LjQgQyA1LjAzNyAyNC40IDUuNTM3IDI0IDUuNjM3IDIzLjUgTCA2LjQzNyAxOC4xIEMgNi41MzcgMTcuNiA2LjkzNyAxNy4yIDcuNTM3IDE3LjIgTCAxMC4wMzcgMTcuMiBDIDE1LjEzNyAxNy4yIDE4LjEzNyAxNC43IDE4LjkzNyA5LjggQyAxOS4yMzcgNy43IDE4LjkzNyA2IDE3LjkzNyA0LjggQyAxNi44MzcgMy41IDE0LjgzNyAyLjggMTIuMjM3IDIuOCBaIE0gMTMuMTM3IDEwLjEgQyAxMi43MzcgMTIuOSAxMC41MzcgMTIuOSA4LjUzNyAxMi45IEwgNy4zMzcgMTIuOSBMIDguMTM3IDcuNyBDIDguMTM3IDcuNCA4LjQzNyA3LjIgOC43MzcgNy4yIEwgOS4yMzcgNy4yIEMgMTAuNjM3IDcuMiAxMS45MzcgNy4yIDEyLjYzNyA4IEMgMTMuMTM3IDguNCAxMy4zMzcgOS4xIDEzLjEzNyAxMC4xIFoiPjwvcGF0aD48cGF0aCBmaWxsPSIjMDAzMDg3IiBkPSJNIDM1LjQzNyAxMCBMIDMxLjczNyAxMCBDIDMxLjQzNyAxMCAzMS4xMzcgMTAuMiAzMS4xMzcgMTAuNSBMIDMwLjkzNyAxMS41IEwgMzAuNjM3IDExLjEgQyAyOS44MzcgOS45IDI4LjAzNyA5LjUgMjYuMjM3IDkuNSBDIDIyLjEzNyA5LjUgMTguNjM3IDEyLjYgMTcuOTM3IDE3IEMgMTcuNTM3IDE5LjIgMTguMDM3IDIxLjMgMTkuMzM3IDIyLjcgQyAyMC40MzcgMjQgMjIuMTM3IDI0LjYgMjQuMDM3IDI0LjYgQyAyNy4zMzcgMjQuNiAyOS4yMzcgMjIuNSAyOS4yMzcgMjIuNSBMIDI5LjAzNyAyMy41IEMgMjguOTM3IDIzLjkgMjkuMjM3IDI0LjMgMjkuNjM3IDI0LjMgTCAzMy4wMzcgMjQuMyBDIDMzLjUzNyAyNC4zIDM0LjAzNyAyMy45IDM0LjEzNyAyMy40IEwgMzYuMTM3IDEwLjYgQyAzNi4yMzcgMTAuNCAzNS44MzcgMTAgMzUuNDM3IDEwIFogTSAzMC4zMzcgMTcuMiBDIDI5LjkzNyAxOS4zIDI4LjMzNyAyMC44IDI2LjEzNyAyMC44IEMgMjUuMDM3IDIwLjggMjQuMjM3IDIwLjUgMjMuNjM3IDE5LjggQyAyMy4wMzcgMTkuMSAyMi44MzcgMTguMiAyMy4wMzcgMTcuMiBDIDIzLjMzNyAxNS4xIDI1LjEzNyAxMy42IDI3LjIzNyAxMy42IEMgMjguMzM3IDEzLjYgMjkuMTM3IDE0IDI5LjczNyAxNC42IEMgMzAuMjM3IDE1LjMgMzAuNDM3IDE2LjIgMzAuMzM3IDE3LjIgWiI+PC9wYXRoPjxwYXRoIGZpbGw9IiMwMDMwODciIGQ9Ik0gNTUuMzM3IDEwIEwgNTEuNjM3IDEwIEMgNTEuMjM3IDEwIDUwLjkzNyAxMC4yIDUwLjczNyAxMC41IEwgNDUuNTM3IDE4LjEgTCA0My4zMzcgMTAuOCBDIDQzLjIzNyAxMC4zIDQyLjczNyAxMCA0Mi4zMzcgMTAgTCAzOC42MzcgMTAgQyAzOC4yMzcgMTAgMzcuODM3IDEwLjQgMzguMDM3IDEwLjkgTCA0Mi4xMzcgMjMgTCAzOC4yMzcgMjguNCBDIDM3LjkzNyAyOC44IDM4LjIzNyAyOS40IDM4LjczNyAyOS40IEwgNDIuNDM3IDI5LjQgQyA0Mi44MzcgMjkuNCA0My4xMzcgMjkuMiA0My4zMzcgMjguOSBMIDU1LjgzNyAxMC45IEMgNTYuMTM3IDEwLjYgNTUuODM3IDEwIDU1LjMzNyAxMCBaIj48L3BhdGg+PHBhdGggZmlsbD0iIzAwOWNkZSIgZD0iTSA2Ny43MzcgMi44IEwgNTkuOTM3IDIuOCBDIDU5LjQzNyAyLjggNTguOTM3IDMuMiA1OC44MzcgMy43IEwgNTUuNzM3IDIzLjYgQyA1NS42MzcgMjQgNTUuOTM3IDI0LjMgNTYuMzM3IDI0LjMgTCA2MC4zMzcgMjQuMyBDIDYwLjczNyAyNC4zIDYxLjAzNyAyNCA2MS4wMzcgMjMuNyBMIDYxLjkzNyAxOCBDIDYyLjAzNyAxNy41IDYyLjQzNyAxNy4xIDYzLjAzNyAxNy4xIEwgNjUuNTM3IDE3LjEgQyA3MC42MzcgMTcuMSA3My42MzcgMTQuNiA3NC40MzcgOS43IEMgNzQuNzM3IDcuNiA3NC40MzcgNS45IDczLjQzNyA0LjcgQyA3Mi4yMzcgMy41IDcwLjMzNyAyLjggNjcuNzM3IDIuOCBaIE0gNjguNjM3IDEwLjEgQyA2OC4yMzcgMTIuOSA2Ni4wMzcgMTIuOSA2NC4wMzcgMTIuOSBMIDYyLjgzNyAxMi45IEwgNjMuNjM3IDcuNyBDIDYzLjYzNyA3LjQgNjMuOTM3IDcuMiA2NC4yMzcgNy4yIEwgNjQuNzM3IDcuMiBDIDY2LjEzNyA3LjIgNjcuNDM3IDcuMiA2OC4xMzcgOCBDIDY4LjYzNyA4LjQgNjguNzM3IDkuMSA2OC42MzcgMTAuMSBaIj48L3BhdGg+PHBhdGggZmlsbD0iIzAwOWNkZSIgZD0iTSA5MC45MzcgMTAgTCA4Ny4yMzcgMTAgQyA4Ni45MzcgMTAgODYuNjM3IDEwLjIgODYuNjM3IDEwLjUgTCA4Ni40MzcgMTEuNSBMIDg2LjEzNyAxMS4xIEMgODUuMzM3IDkuOSA4My41MzcgOS41IDgxLjczNyA5LjUgQyA3Ny42MzcgOS41IDc0LjEzNyAxMi42IDczLjQzNyAxNyBDIDczLjAzNyAxOS4yIDczLjUzNyAyMS4zIDc0LjgzNyAyMi43IEMgNzUuOTM3IDI0IDc3LjYzNyAyNC42IDc5LjUzNyAyNC42IEMgODIuODM3IDI0LjYgODQuNzM3IDIyLjUgODQuNzM3IDIyLjUgTCA4NC41MzcgMjMuNSBDIDg0LjQzNyAyMy45IDg0LjczNyAyNC4zIDg1LjEzNyAyNC4zIEwgODguNTM3IDI0LjMgQyA4OS4wMzcgMjQuMyA4OS41MzcgMjMuOSA4OS42MzcgMjMuNCBMIDkxLjYzNyAxMC42IEMgOTEuNjM3IDEwLjQgOTEuMzM3IDEwIDkwLjkzNyAxMCBaIE0gODUuNzM3IDE3LjIgQyA4NS4zMzcgMTkuMyA4My43MzcgMjAuOCA4MS41MzcgMjAuOCBDIDgwLjQzNyAyMC44IDc5LjYzNyAyMC41IDc5LjAzNyAxOS44IEMgNzguNDM3IDE5LjEgNzguMjM3IDE4LjIgNzguNDM3IDE3LjIgQyA3OC43MzcgMTUuMSA4MC41MzcgMTMuNiA4Mi42MzcgMTMuNiBDIDgzLjczNyAxMy42IDg0LjUzNyAxNCA4NS4xMzcgMTQuNiBDIDg1LjczNyAxNS4zIDg1LjkzNyAxNi4yIDg1LjczNyAxNy4yIFoiPjwvcGF0aD48cGF0aCBmaWxsPSIjMDA5Y2RlIiBkPSJNIDk1LjMzNyAzLjMgTCA5Mi4xMzcgMjMuNiBDIDkyLjAzNyAyNCA5Mi4zMzcgMjQuMyA5Mi43MzcgMjQuMyBMIDk1LjkzNyAyNC4zIEMgOTYuNDM3IDI0LjMgOTYuOTM3IDIzLjkgOTcuMDM3IDIzLjQgTCAxMDAuMjM3IDMuNSBDIDEwMC4zMzcgMy4xIDEwMC4wMzcgMi44IDk5LjYzNyAyLjggTCA5Ni4wMzcgMi44IEMgOTUuNjM3IDIuOCA5NS40MzcgMyA5NS4zMzcgMy4zIFoiPjwvcGF0aD48L3N2Zz4=');
    background-repeat: no-repeat;
    width: 20%;
    height: 50px;
    background-position: center;
    border-radius: 5px;
    border: 0;
}
