/*
Template Name: HTML Education Template
Author: yaminncco

Colors:
	Body 		: #798696
	Headers 	: #374050
	Primary 	: rgba(6, 50, 111)
	Grey 		: #EBEBEB

Fonts: Lato & Montserrat

Table OF Contents
------------------------------------
1 > General
2 > Logo
3 > Navigation
4 > Hero Area
5 > Products
6 > Facts & Figures
7 > Providers
8 > Repository
9 > Repository Detail (Article)
10 > Footer
11 > Contact Page
12 > Responsive
13 > Preloader
------------------------------------*/

/*------------------------------------*\
	General
\*------------------------------------*/
/* --- typography --- */
body {
    font-size: 16px;
    font-weight: 400;
    color: #798696;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 12px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #283C7C;
}

h1 {
    font-size: 36px;
    line-height: 50px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
}

p {
    line-height: 24px;
}

.lead {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 60px;
    color: #283C7C;
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 50px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    .lead {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

a {
    font-family: "Lato", sans-serif;
    color: #374050;
    font-weight: 700;
}

    a:hover,
    a:focus {
        text-decoration: none;
        outline: none;
        color: #374050;
        opacity: 0.9;
    }

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.white-text {
    color: #fff;
}

.grey-text {
    color: #B5B5B5;
}

blockquote {
    position: relative;
    margin: 20px 0px;
    padding: 20px 20px 20px 60px;
    border-left: none;
    color: #283C7C;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}

    blockquote:before {
        content: "\f10d";
        font-family: fontAwesome;
        position: absolute;
        left: 0;
        top: 0;
        color: rgba(6, 50, 111);
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #ebebeb;
    }

.justify-content-center {
    display: flex;
    justify-content: center;
}

.column {
    flex-direction: column;
}

.overflow-hidden {
    overflow: hidden;
}

.mt-80 {
    margin-top: 80px;
}

.mt-45 {
    margin-top: 45px;
}

.p-0 {
    padding: 0;
}

.gap-45 {
    gap: 45px;
}

.row.flex {
    --bs-gutter-x: 0;
}

@media only screen and (max-width: 767px) {
    .mt-80 {
        margin-top: 20px;
    }

    .mt-45 {
        margin-top: 25px;
    }

    .gap-45 {
        gap: 0px;
    }

    blockquote:before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    blockquote {
        padding: 20px 20px 20px 35px;
    }
}

/* --- Section --- */
.section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-hr {
    margin-top: 80px;
    margin-bottom: 80px;
    border-color: #ebebeb;
}

.area-hr {
    border-color: #ebebeb;
    width: 75%;
}

.section-header {
    margin-bottom: 40px;
}

/* --- Background Image --- */
.bg-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
}

    .bg-image.bg-parallax {
        background-attachment: fixed;
    }

    .bg-image.overlay {
        background-repeat: repeat-y;
    }

        .bg-image.overlay:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: #283C7C;
            opacity: 0.9;
        }

/* --- Buttons --- */
.main-button {
    position: relative;
    display: inline-block;
    padding: 20px 35px;
    background-color: rgba(6, 50, 111, 0.9);
    border: 2px solid transparent;
    border-radius: 50px;
    color: #fff;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    font-size: 16px;
    cursor: pointer;
}

    .main-button:hover,
    .main-button:focus {
        background-color: rgba(6, 50, 111, 0.8);
        color: #fff;
    }

    .main-button.white-button {
        background-color: #fff;
        color: rgba(6, 50, 111, 0.9);
    }

        .main-button.white-button:hover,
        .main-button.white-button:focus {
            background-color: rgba(255, 255, 255, 0.8);
            color: #283C7C;
        }

#navbar-contact-us-web {
    padding: 0px;
    margin: 15px 15px 15px 20px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
}

    #navbar-contact-us-web a {
        padding: 0;
        height: 25px;
        width: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #navbar-contact-us-web a i {
            margin: 0 0 0;
            position: relative;
            color: #283C7C;
        }

#navbar-contact-us-mobile {
    display: none;
}

#navbar-language a p {
    margin: 0 0 0;
    position: relative;
    line-height: 20px;
}

    #navbar-language a p::before {
        content: "";
        display: block;
        width: 120px;
        height: 28px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        border-radius: 10px;
    }

/* navbar-language-list */

.navbar-language-list {
    width: 100%;
    height: fit-content;
    background: #283C7C;
    text-align: center;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 2;
    box-shadow: 1px 1px 3px #283C7C;
    border-radius: 20px !important;
    overflow: hidden;
    border: 0;
    padding: 0;
}

    .navbar-language-list li {
        line-height: 40px;
        width: 100%;
        padding: 5px;
        color: #fff;
        font-size: 16px;
        padding: 5px 10px !important;
        cursor: pointer;
    }

        .navbar-language-list li:hover {
            background: rgba(255, 255, 255, 0.05);
        }

/* --  Input  -- */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="url"],
input[type="tel"],
textarea,
select {
    height: 40px;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: 0.2s border-color;
    transition: 0.2s border-color;
}

textarea {
    padding: 10px 15px;
}

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus,
    input[type="number"]:focus,
    input[type="date"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    textarea:focus {
        border-color: rgba(6, 50, 111);
    }

/* --- Breadcrumbs --- */
.breadcrumb {
    background-color: transparent;
    margin-bottom: 40px;
    padding: 0;
}

    .breadcrumb a {
        font-weight: normal;
        color: #283C7C;
    }

    .breadcrumb .active {
        color: #B5B5B5;
    }

@media only screen and (max-width: 991px) {
    .breadcrumb {
        margin-top: 45px;
        margin-bottom: 0;
    }

        .breadcrumb .active {
            display: none;
        }
}

/*------------------------------------*\
	Logo
\*------------------------------------*/
.navbar-brand {
    display: flex;
    padding: 0;
    align-items: center;
}

    .navbar-brand .logo {
        display: inline-block;
    }

        .navbar-brand .logo > img {
            max-height: 30px;
        }

@media only screen and (max-width: 767px) {
    .navbar-brand {
        margin-left: 15px;
    }
}

/*------------------------------------*\
	Navigation
\*------------------------------------*/
#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background-color: #283C7C;
    padding: 0 20px;
    width: 100%;
}

    #header.transparent-nav {
        position: absolute;
        background-color: transparent;
    }

        #header.transparent-nav .main-menu li a {
            color: #fff;
        }

.main-menu li a {
    text-transform: uppercase;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    color: #fff;
    background-color: transparent !important;
    cursor: pointer;
    height: 55px;
}

    .main-menu li a p {
        margin: 0;
    }

    .main-menu li a:hover,
    .main-menu li a:focus {
        background-color: transparent;
        color: rgb(255, 255, 255, 0.8);
    }

/* -- Mobile Nav -- */
@media only screen and (max-width: 767px) {
    #nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 0%;
        max-width: 250px;
        height: 100vh;
        background: #283C7C;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
        padding-top: 80px;
        padding-bottom: 40px;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.4s all cubic-bezier(0.77, 0, 0.18, 1);
        transition: 0.4s all cubic-bezier(0.77, 0, 0.18, 1);
        z-index: 9;
    }

    #header.nav-collapse #nav {
        width: 100%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .main-menu {
        margin: 0;
    }

        .main-menu:not(.footer-menu):not(.contact-us-third-party) > li {
            color: #ffffff !important;
            display: inline-block;
            margin-left: 40px !important;
        }

    .navbar-language-list {
        border-radius: 0 !important;
    }

        .navbar-language-list li {
            text-align: left;
        }

    #navbar-contact-us-mobile {
        display: block;
        margin-left: 40px;
    }

        #navbar-contact-us-mobile a {
            color: #ffffff !important;
        }

    #navbar-contact-us-web {
        display: none;
    }
}

/* -- Mobile Toggle Btn -- */
.navbar-toggle {
    right: 0;
    padding: 0;
    height: 40px;
    width: 40px;
    z-index: 99;
    margin: 0;
    margin-top: 5px;
}

    .navbar-toggle > span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: 0.2s background;
        transition: 0.2s background;
    }

        .navbar-toggle > span:before,
        .navbar-toggle > span:after {
            content: "";
            position: absolute;
            left: 0;
            -webkit-transition: 0.2s -webkit-transform;
            transition: 0.2s -webkit-transform;
            transition: 0.2s transform;
            transition: 0.2s transform, 0.2s -webkit-transform;
        }

        .navbar-toggle > span,
        .navbar-toggle > span:before,
        .navbar-toggle > span:after {
            height: 2px;
            width: 25px;
            background-color: #ffffff;
        }

            .navbar-toggle > span:before {
                top: -10px;
            }

            .navbar-toggle > span:after {
                top: 10px;
            }

#header.nav-collapse .navbar-toggle > span {
    background: transparent;
}

    #header.nav-collapse .navbar-toggle > span:before {
        -webkit-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    #header.nav-collapse .navbar-toggle > span:after {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

/*------------------------------------*\
	Hero Area
\*------------------------------------*/
.hero-area {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    /* nav bar height */
    margin-top: 50px;
}

#home.hero-area {
    height: calc(100vh - 50px);
    padding-top: 0px;
    padding-bottom: 0px;
}

.home-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.hero-area-tree li {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

    .hero-area-tree li > a {
        color: rgba(255, 255, 255, 0.8);
    }

    .hero-area-tree li + li:before {
        content: "/";
        display: inline-block;
        margin: 0px 5px;
        color: rgba(235, 235, 235, 0.25);
    }

/*------------------------------------*\
	Products
\*------------------------------------*/
.product-card {
    padding: 25px;
    border-radius: 30px;
    margin-bottom: 25px;
    min-height: calc(100% - 25px);
}

    .product-card i {
        font-size: 45px;
    }

    .product-card h3 {
        margin-top: 25px;
    }

.product-card-container:first-child .product-card {
    background-color: #283C7C;
}

.product-card-container:nth-child(2) .product-card {
    background-color: rgba(56, 84, 173, 0.8);
}

.product-card-container:nth-child(3) .product-card {
    background-color: rgba(56, 84, 173, 0.6);
}

.product-card-container:nth-child(4) .product-card {
    background-color: rgba(56, 84, 173, 0.4);
}

/*------------------------------------*\
	Facts & Figures
\*------------------------------------*/
#facts-and-figures {
    background-color: rgba(40, 60, 124, 0.05);
}

    #facts-and-figures h6 {
        margin-bottom: 5px;
    }

    #facts-and-figures .facts-container {
        margin-bottom: 50px;
    }

/*------------------------------------*\
	Providers
\*------------------------------------*/
#providers .providers-container {
    margin-bottom: 45px;
}

    #providers .providers-container img {
        width: 100%;
        max-width: 200px;
        height: 80px;
        object-fit: scale-down;
    }

/*------------------------------------*\
	Providers Page
\*------------------------------------*/

.providers-card {
    border: 1px solid #F5F5F5;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 30px;
    border-radius: 30px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}

    .providers-card img {
        width: 100%;
        max-width: 200px;
        height: 80px;
        object-fit: scale-down;
    }

/*------------------------------------*\
	Repository (Home page / Repository page)
\*------------------------------------*/
#repository .repository-card {
    border-radius: 30px;
    height: 100%;
    min-height: 500px;
    max-height: 600px;
    width: 100%;
    background-color: #283C7C;
    overflow: hidden;
    position: relative;
}

#repository .repository-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#repository .repository-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px 30px;
}

#repository .repository-title {
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
    word-wrap: break-word;
    /* ellipsis */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
}

#repository .repository-description {
    font-size: 16px;
    color: white;
    word-wrap: break-word;
    /* ellipsis */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
}

#repository .repository-time {
    position: absolute;
    right: 35px;
    bottom: 25px;
    color: #B5B5B5;
}

#repository .swiper-slide {
    padding-bottom: 50px;
}

#repository .swiper-pagination {
    bottom: 0px;
}

@media only screen and (max-width: 767px) {
    #repository .repository-content {
        padding: 25px 20px;
    }

    #repository .repository-description {
        font-size: 14px;
    }
}

/*------------------------------------*\
	Only Repository Page
\*------------------------------------*/

.repository-card-container {
    margin-bottom: 30px;
    font-weight: normal;
}

/*------------------------------------*\
	Repository Detail
\*------------------------------------*/

#repository-detail .article-main-image-container {
    display: flex;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 40px;
}

    #repository-detail .article-main-image-container img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

#repository-detail .repository-time {
    margin: 10px 0px;
    color: #B5B5B5;
    font-size: 14px;
}

#repository-detail ul {
    list-style: disc;
    list-style-position: inside;
}

#repository-detail ol {
    list-style: decimal;
    list-style-position: inside;
}

#repository-detail a {
    text-decoration: underline;
    color: #283C7C;
}

/* navigation */
#repository-detail #navigation {
    padding-left: 20px;
}

    #repository-detail #navigation.sticky {
        position: sticky;
        top: 70px;
        right: 0;
    }

    #repository-detail #navigation a {
        text-decoration: none;
        color: #B5B5B5;
        font-size: 16px;
    }

    #repository-detail #navigation li {
        margin-bottom: 10px;
        list-style: none;
    }

        #repository-detail #navigation li > div.active {
            border-left: 3px solid #283C7C;
            padding-left: 8px;
        }

            #repository-detail #navigation li > div.active a {
                color: #283C7C;
            }

    #repository-detail #navigation ul {
        margin-top: 10px;
    }

        #repository-detail #navigation ul li {
            margin-left: 10px;
        }

        #repository-detail #navigation ul a {
            font-weight: normal;
            font-size: 14px;
        }

/* author */
#repository-detail-author {
    background-color: rgba(40, 60, 124, 0.05);
    padding: 40px;
}

    #repository-detail-author .author-image-container {
        width: 64px;
        height: 64px;
        overflow: hidden;
        border-radius: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

        #repository-detail-author .author-image-container img {
            width: 100%;
            object-fit: cover;
        }

    #repository-detail-author .author-name {
        color: #283C7C;
        font-weight: 700;
        font-size: 20px;
    }

    #repository-detail-author .author-job {
        color: #B5B5B5;
        font-weight: 700;
    }

    #repository-detail-author .author-description {
        color: #283C7C;
    }

    #repository-detail-author .footer-menu {
        margin-top: 0;
    }

@media only screen and (max-width: 767px) {
    #repository-detail #navigation {
        display: none;
    }
}



/*------------------------------------*\
	Ad
\*------------------------------------*/

#ad.hero-area {
    padding-top: 0px;
    padding-bottom: 0px;
}

#ad .home-wrapper {
    background-color: #283C7C;
    padding: 45px 30px;
    position: relative;
    top: 0;
    transform: none;
}

/*------------------------------------*\
	Footer
\*------------------------------------*/

/* -- Footer Logo -- */
footer {
    border-top: 1px solid #B5B5B5;
}

.footer-logo .logo {
    display: inline-block;
}

    .footer-logo .logo > img {
        max-height: 30px;
    }

/* -- Footer Nav -- */
.footer-menu {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    text-align: center;
    width: 100%;
}

.main-menu.footer-menu li {
    margin-left: 0;
}

    .main-menu.footer-menu li a {
        margin: 0;
        color: #283C7C;
    }

        /*
.main-menu.footer-menu li img {
  max-width: 30px;
}*/

        .main-menu.footer-menu li a:hover,
        .main-menu.footer-menu li a:focus {
            background-color: transparent;
            color: #283C7C;
        }


.footer-nav li {
    display: inline-block;
    margin-left: 15px;
}

    .footer-nav li a {
        display: block;
        text-transform: uppercase;
        -webkit-transition: 0.2s color;
        transition: 0.2s color;
    }

        .footer-nav li a:hover,
        .footer-nav li a:focus {
            color: rgba(6, 50, 111);
        }

        .footer-nav li a:after {
            content: "";
            display: block;
            height: 2px;
            background-color: rgba(6, 50, 111, 0.9);
            width: 100%;
            -webkit-transform: translateY(5px);
            -ms-transform: translateY(5px);
            transform: translateY(5px);
            opacity: 0;
            -webkit-transition: 0.2s all;
            transition: 0.2s all;
        }

        .footer-nav li a:hover:after,
        .footer-nav li a:focus:after {
            -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
            opacity: 1;
        }

/* -- Footer copyright -- */
.footer-copyright {
    line-height: 40px;
}

/* -- Footer Social -- */
.footer-social {
    text-align: right;
}

    .footer-social li {
        display: inline-block;
        margin-left: 10px;
    }

        .footer-social li a {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-radius: 50%;
            color: #fff;
            background-color: #ebebeb;
            -webkit-transition: 0.2s opacity;
            transition: 0.2s opacity;
        }

            .footer-social li a.facebook {
                background-color: #3b5998;
            }

            .footer-social li a.twitter {
                background-color: #55acee;
            }

            .footer-social li a.google-plus {
                background-color: #dd4b39;
            }

            .footer-social li a.instagram {
                background-color: #e95950;
            }

            .footer-social li a.youtube {
                background-color: #ff0000;
            }

            .footer-social li a.linkedin {
                background-color: #007bb5;
            }

/*------------------------------------*\
	Common Page
\*------------------------------------*/

.common-page.home-wrapper {
    padding: 45px 30px;
    position: relative;
    top: 0;
    transform: none;
    text-align: center;
}

.input-container {
    display: flex;
    align-items: center;
    border-radius: 30px;
    background-color: rgba(56, 84, 173, 0.05);
    padding: 10px 15px;
    font-size: 16px;
    color: #283C7C;
    margin-bottom: 20px;
}

    .input-container input,
    .input-container textarea {
        margin-left: 10px;
        border: 0;
        background-color: transparent;
        padding: 0;
        box-shadow: none;
        font-size: 16px;
    }

    .input-container textarea {
        padding: 20px 0px;
    }

        .input-container input::placeholder,
        .input-container textarea::placeholder {
            color: rgba(40, 60, 124, 0.4);
        }

.select-container {
    position: relative;
    margin-bottom: 20px;
}

    .select-container select {
        background-color: rgba(56, 84, 173, 0.05);
        padding: 10px 15px;
        font-size: 16px;
        color: #283C7C;
        border-radius: 30px;
        border: 0;
        min-height: 60px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .select-container::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #283C7C;
        transform: translateY(-50%);
        pointer-events: none;
    }

.form-control:focus {
    border-color: 0;
    box-shadow: none;
}
/*------------------------------------*\
	Contact Page
\*------------------------------------*/
/* -- Third Party-- */
.contact-us-third-party {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}

    .contact-us-third-party li img {
        max-width: 30px !important;
    }

/* -- Contact Form -- */
.contact-form {
    border: 1px solid #F5F5F5;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    padding: 50px 60px;
}

    .contact-form .input {
        outline: none;
    }

    .contact-form textarea.input {
        height: 200px;
    }

@media only screen and (max-width: 767px) {
    .section.contact-us-section {
        padding: 30px 0;
    }

    .contact-form {
        padding: 40px 25px;
        box-shadow: none;
        border: 0;
    }
}

/* -- Contact Information -- */
.contact-details li {
    margin-bottom: 20px;
}

    .contact-details li i {
        color: rgba(6, 50, 111);
        margin-right: 15px;
        border: 1px solid #ebebeb;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

/* -- Contact icons -- */
.social-links a {
    width: calc(100% / 5 - 14px);
    opacity: 0.8;
    padding: 3.5% 4.5%;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

    .social-links a .qrCodeBox {
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        width: 180px;
        height: 180px;
        position: absolute;
    }

.social-links {
    margin-top: 3rem;
}

    .social-links a:hover {
        opacity: 1;
    }

        .social-links a:hover .qrCodeBox {
            height: auto;
            opacity: 1;
            -webkit-transform: translateY(100%) translateX(-50%);
            -moz-transform: translateY(100%) translateX(-50%);
            -ms-transform: translateY(100%) translateX(-50%);
            -o-transform: translateY(100%) translateX(-50%);
            transform: translateY(100%) translateX(-50%);
        }

    .social-links .qrCodeBox {
        background: #fff;
        padding: 5px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        opacity: 0;
        pointer-events: none;
        width: 150px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        position: absolute;
        left: 50%;
        z-index: 99;
        -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
        bottom: -5px;
        -webkit-transform: translateY(80%) translateX(-50%);
        -moz-transform: translateY(80%) translateX(-50%);
        -ms-transform: translateY(80%) translateX(-50%);
        -o-transform: translateY(80%) translateX(-50%);
        transform: translateY(80%) translateX(-50%);
    }

        .social-links .qrCodeBox:before {
            content: "";
            width: 10px;
            height: 10px;
            background: #fff;
            position: absolute;
            top: -5px;
            left: 50%;
            margin-left: -5px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

/*------------------------------------*\
	Blog Page
\*------------------------------------*/
/* -- Single Blog -- */
.single-blog {
    margin-bottom: 40px;
}

    .single-blog .blog-img > a {
        position: relative;
        display: block;
        border-radius: 4px;
        overflow: hidden;
    }

    .single-blog .blog-img img {
        width: 100%;
    }

    .single-blog .blog-img > a:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(6, 50, 111);
        opacity: 0;
        -webkit-transition: 0.2s opacity;
        transition: 0.2s opacity;
    }

    .single-blog .blog-img > a:hover:after {
        opacity: 0.7;
    }

    .single-blog .blog-meta {
        margin-top: 20px;
        padding-top: 10px;
        border-top: 1px solid #ebebeb;
    }

        .single-blog .blog-meta .blog-meta-author > a {
            color: rgba(6, 50, 111);
        }

        .single-blog .blog-meta .blog-meta-comments {
            margin-left: 10px;
        }

            .single-blog .blog-meta .blog-meta-comments > a {
                color: #798696;
            }

/* -- Pagination -- */
.post-pagination {
    margin-top: 40px;
    text-align: center;
}

    .post-pagination .pages {
        display: inline-block;
    }

        .post-pagination .pages li {
            display: inline-block;
        }

            .post-pagination .pages li + li {
                margin-left: 10px;
            }

        .post-pagination .pages li {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-radius: 50%;
            background-color: #ebebeb;
            -webkit-transition: 0.2s all;
            transition: 0.2s all;
        }

            .post-pagination .pages li a {
                display: block;
                -webkit-transition: 0.2s color;
                transition: 0.2s color;
            }

            .post-pagination .pages li:hover,
            .post-pagination .pages li.active {
                background-color: rgba(6, 50, 111);
                color: #fff;
            }

                .post-pagination .pages li:hover a {
                    color: #fff;
                }

.pagination-back,
.pagination-next {
    display: block;
    text-align: center;
    border-radius: 40px;
    background-color: #ebebeb;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    height: 40px;
    padding: 0px 30px;
    line-height: 40px;
}

    .pagination-next:hover,
    .pagination-back:hover {
        color: #fff;
        background-color: rgba(6, 50, 111);
    }

    .pagination-next:after {
        content: "\f178";
        font-family: FontAwesome;
        margin-left: 15px;
    }

    .pagination-back:before {
        content: "\f177";
        font-family: FontAwesome;
        margin-right: 15px;
    }

/*------------------------------------*\
	Blog Page Sidebar
\*------------------------------------*/
.widget + .widget {
    margin-top: 40px;
}

/*-- Search --*/
.widget.search-widget {
    position: relative;
}

    .widget.search-widget .input {
        padding-right: 60px;
    }

    .widget.search-widget button {
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        width: 40px;
        background-color: transparent;
        border: none;
    }

    .widget.search-widget .input:focus + button {
        color: rgba(6, 50, 111);
    }

/*--Author--*/
.AuthorArea {
    background-color: #fff;
    border: 1px solid darkgray;
    border-radius: 12px;
    padding: 32px;
}

.dividing-line {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.AuthorName {
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    color: #000;
    letter-spacing: .04em;
    margin-bottom: 7px;
}

.AuthorJob {
    font-size: 14px;
    line-height: 100%;
    color: rgba(0, 0, 0, .4);
}

.AuthorDescription {
    padding-top: 24px;
    font-size: 14px;
    line-height: 176%;
    letter-spacing: .02em;
    color: rgba(0, 0, 0, .64);
}

/*-- Category --*/
.category-widget .category {
    display: block;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .category-widget .category + .category {
        border-top: 1px solid #ebebeb;
    }

    .category-widget .category:before {
        content: "";
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: rgba(6, 50, 111);
        margin-right: 10px;
    }

    .category-widget .category span {
        font-size: 14px;
        margin-left: 10px;
        color: #798696;
    }

/*-- Sidebar Posts --*/
.single-post:after {
    content: "";
    display: block;
    clear: both;
}

.single-post + .single-post {
    margin-top: 20px;
}

.single-post .single-post-img {
    position: relative;
    width: 80px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    border-radius: 4px;
    overflow: hidden;
}

    .single-post .single-post-img img {
        width: 100%;
    }

.single-post-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(6, 50, 111);
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.single-post-img:hover:after {
    opacity: 0.7;
}

/*-- Tags --*/
.tags-widget .tag {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 0px;
    margin-top: 5px;
    padding: 5px 15px;
    border-radius: 40px;
    border: 1px solid #ebebeb;
    color: #798696;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

    .tags-widget .tag:hover {
        background-color: rgba(6, 50, 111);
        border-color: rgba(6, 50, 111);
        color: #fff;
    }

/*------------------------------------*\
	Single Post Page
\*------------------------------------*/
/* --- Blog Post Meta --- */
.blog-post-meta {
    margin-top: 40px;
}

    .blog-post-meta li {
        display: inline-block;
    }

        .blog-post-meta li + li {
            margin-left: 15px;
        }

        .blog-post-meta li,
        .blog-post-meta li > a {
            color: rgba(255, 255, 255, 0.8);
        }

    .blog-post-meta .blog-meta-author > a {
        color: rgba(6, 50, 111);
    }

/* --- Blog Share --- */
.blog-share {
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    margin-top: 40px;
}

    .blog-share > h4 {
        display: inline-block;
        margin: 0;
    }

    .blog-share a {
        display: inline-block;
        margin-left: 10px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        background-color: #ebebeb;
        border-radius: 50%;
        -webkit-transition: 0.2s opacity;
        transition: 0.2s opacity;
    }

        .blog-share a.facebook {
            background-color: #3b5998;
        }

        .blog-share a.twitter {
            background-color: #55acee;
        }

        .blog-share a.google-plus {
            background-color: #dd4b39;
        }

/* --- Blog Comments --- */
.blog-comments {
    margin-top: 40px;
}

    .blog-comments .media {
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .blog-comments .media .media {
            margin-left: 20px;
        }

            .blog-comments .media .media:nth-last-child(1) {
                margin-bottom: 0px;
            }

        .blog-comments .media .media-body {
            padding: 20px;
            background-color: #ebebeb;
            border-radius: 0px 4px 4px;
        }

        .blog-comments .media .media-left:before {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            border-style: solid;
            border-width: 0px 15px 15px;
            border-color: transparent #ebebeb transparent transparent;
        }

    .blog-comments .media-left {
        position: relative;
        padding-right: 20px;
    }

        .blog-comments .media-left img {
            width: 80px;
            height: 80px;
            background-color: #ebebeb;
            border-radius: 50%;
        }

    .blog-comments .media .date-reply {
        font-size: 12px;
        text-transform: uppercase;
        color: #374050;
    }

        .blog-comments .media .date-reply .reply {
            margin-left: 15px;
        }

/* --- Blog Reply Form --- */
.blog-reply-form {
    margin-top: 40px;
}

    .blog-reply-form .input {
        margin-bottom: 20px;
    }

        .blog-reply-form .input.name-input,
        .blog-reply-form .input.email-input {
            width: calc(50% - 10px);
            float: left;
        }

        .blog-reply-form .input.email-input {
            margin-left: 20px;
        }

    .blog-reply-form textarea {
        height: 90px;
    }

/*------------------------------------*\
	Responsive
\*------------------------------------*/
@media only screen and (max-width: 991px) {
    .section {
        padding: 30px;
    }

    .home-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section-header h2 {
        font-size: 24px;
    }

    .about-video {
        margin-top: 40px;
    }

    /*-- Call to action --*/
    #cta {
        text-align: center;
    }

    /*-- Footer --*/
    .footer-logo {
        text-align: center;
    }

    .footer-nav {
        text-align: center;
    }

        .footer-nav li {
            margin-top: 10px;
        }

    .footer-social {
        text-align: center;
    }

        .footer-social li {
            margin-top: 10px;
        }

    .footer-copyright {
        text-align: center;
        line-height: inherit;
        margin-top: 20px;
    }

    /*-- Blog page --*/
    #main {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    /*-- Hero area --*/
    .hero-area h1 {
        font-size: 30px;
    }

    .hero-area-tree li {
        font-size: 12px;
    }

    /*-- Pagination --*/
    .post-pagination .pages {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    /*-- Courses --*/
    #courses-wrapper [class*="col-xs"] {
        width: 100%;
    }

    /*-- Blog Comments --*/
    .blog-comments .media .media {
        margin-left: 0px;
    }

    /*-- Blog Reply Form --*/
    .blog-reply-form .input.name-input,
    .blog-reply-form .input.email-input {
        width: 100%;
        float: none;
    }

    .blog-reply-form .input.email-input {
        margin-left: 0px;
    }
}

/*------------------------------------*\
	Preloader
\*------------------------------------*/
#preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

    #preloader .preloader {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        #preloader .preloader:after {
            content: "";
            display: block;
            width: 40px;
            height: 40px;
            border: 1px solid #ebebeb;
            border-top: 1px solid rgba(6, 50, 111);
            border-radius: 50%;
            -webkit-animation: 1s preloader linear infinite;
            animation: 1s preloader linear infinite;
        }

@-webkit-keyframes preloader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes preloader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.text-left {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.games {
    padding: 20px 0;
}

    .games li strong {
        color: #d3c260;
        letter-spacing: 0.02em;
        font-size: 24px;
        font-family: sofia pro bold;
        margin-bottom: 8px;
    }

    .games li span {
        font-size: 16px;
        font-weight: bold;
        display: block;
        line-height: 125%;
        color: rgb(12, 39, 54);
        text-transform: uppercase;
    }

.game-provider-type-intro li {
    padding: 3px 0;
}

.game-provider-type-intro ul .title {
    color: #333;
    font-size: 17px;
    font-weight: bold;
}

.game-provider-type-intro .font-weight-bold {
    font-weight: bold;
    display: initial;
}

.theme-blue {
    background-color: #d3c260;
    color: white;
}

.text-theme-blue {
    color: rgba(6, 50, 111);
}

.img-default {
    width: 90%;
    max-width: 100%;
    height: auto;
}

.pros-cons {
    display: flex;
}

.pros-cons-list {
    padding: 10px 50px 10px 0;
}

    .pros-cons-list li {
        margin-bottom: 5px;
        font-size: 15px;
    }

@media only screen and (max-width: 768px) {
    .pros-cons-list {
        padding: 10px 0;
    }

    .pros-cons {
        flex-direction: column;
    }
}


#courses .center-btn {
    text-align: center;
    margin-top: 40px;
}