/*
  Theme Name: TheEvent
  Theme URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #2f3138;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #f82249;
    transition: 0.5s;
}

.menuBg{
    background:  #0e1b4d;
    height: 130px;
}

@media (max-width: 768px) {
    .menuBg{
        height: 30px;
        background: white;
    }
}

@media (max-width: 991px) {
    .menuBg{
        height: 30px;
        background: white;
    }
}

a:hover,
a:active,
a:focus {
    color: #f8234a;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    color: #0e1b4d;
}

.main-page {
    margin-top: 70px;
}

.wow {
    visibility: hidden;
}

/* Prelaoder */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #f82249;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s ease-in-out;
}

.back-to-top i {
    font-size: 24px;
    padding-top: 6px;
}

.back-to-top:focus {
    background: #e0072f;
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #e0072f;
    color: #fff;
}

/* Sections Header
--------------------------------*/

.section-header {
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
}

.section-header::before {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 5px;
    background: #f82249;
    bottom: 0;
    left: calc(50% - 25px);
}

.section-header h2 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-header p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #9195a2;
}

.section-with-bg {
    background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 90px;
    padding: 25px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

#header.header-scrolled,
#header.header-fixed {
    background: rgba(27, 20, 100, 0.98);
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 span {
    color: #f82249;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
    /*color: #060c22;*/
}

#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
    padding: 8px;
    text-decoration: none;
    display: inline-block;
    color: rgba(202, 206, 221, 0.8);
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
    color: #fff;
}

.childrenMenu {
    color: #060c22 !important;
}

.nav-menu > li {
    margin-left: 8px;
}

.nav-menu > li > a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #f82249;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
    visibility: visible;
    width: 100%;
}

.nav-menu li.buy-tickets a {
    color: #fff;
    background: #f82249;
    padding: 7px 22px;
    border-radius: 50px;
    border: 2px solid #f82249;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    margin-left: 8px;
    margin-top: 2px;
    line-height: 1;
    font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
    background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
    visibility: hidden;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
    border-radius: 3px;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #060c22;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
    border-radius: 3px;
}

.nav-menu ul li:hover > a {
    background: #f82249;
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}

.textSocialLink {
    display: none;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 15px 15px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(6, 12, 34, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 17px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #f82249;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #f82249;
}

#mobile-nav ul .menu-item-active {
    color: #f82249;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(6, 12, 34, 0.8);
    display: none;
}

#mobile-nav .childrenMenu {
    color: white !important;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    width: 100%;
    height: 100vh;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

#intro:before {
    content: "";
    background: rgba(27, 20, 100, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#intro .intro-container {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 90px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
}

#intro h1 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 56px;
    font-weight: 600;
    text-transform: uppercase;
}

#intro h1 span {
    color: #f82249;
}

#intro p {
    color: #ebebeb;
    font-weight: 700;
    font-size: 20px;
}


#intro .about-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #f82249;
}

#intro .about-btn:hover {
    background: #f82249;
    color: #fff;
}

@-webkit-keyframes pulsate-btn {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about {
    background: #f6f7fd;
    background-size: cover;
    overflow: hidden;
    position: relative;
    color: black;
    padding: 60px 0 40px 0;
}

#about:before {
    content: "";
    /*background: rgba(13, 20, 41, 0.8);*/
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#about .aboutImg {
    width: 100%;
    border-radius: 1rem 1rem 0 0;
}

#about .service-box {
    background-color: #fff;
    border-radius: 1rem;
    margin-bottom: 3rem;
    height: 600px;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
}

#about .service-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#about .service-box .service-content {
    padding: 2.5rem 1.3rem;
}

#about .service-box .s-title {
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: center;
    padding: .4rem 0;
}

#about .service-box .s-description {
    color: #4e4e4e;
}

#activity {
    padding: 60px 0 30px 0;
}

#activity .service-box {
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
}

#activity .titleDiv {
    position: absolute;
    width: 100%;
    bottom: 0;
    border-radius: 0 0 1rem 1rem;
    height: 60px;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    overflow: hidden;
    background: rgba(6, 12, 34, 0.76);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    padding-left: 10px;
    padding-right: 10px;
}

#activity .activityItem:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#activity .activityCover {
    width: 100%;
    height: 400px;
    border-radius: 1rem;
    object-fit: cover;
    z-index: 998;
}


@media (max-width: 991px) {
    #activity .activityCover {
        height: 300px;
    }
}


@media (max-width: 768px) {
    #activity .activityItem {
        width: 90%;
    }
}

#case {
    padding: 60px 0 30px 0;
}

#case .service-box {
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
}

#case .titleDiv {
    position: absolute;
    width: 100%;
    bottom: 0;
    border-radius: 0 0 1rem 1rem;
    height: 60px;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    overflow: hidden;
    background: rgba(6, 12, 34, 0.76);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    padding-left: 10px;
    padding-right: 10px;
}

#case .activityItem:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#case .activityCover {
    width: 100%;
    height: 300px;
    border-radius: 1rem;
    object-fit: cover;
    z-index: 998;
}


@media (max-width: 768px) {
    #case .activityItem {
        width: 90%;
    }
}

/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/

#speakers {
    padding: 60px 0 30px 0;
}

#speakers .tabTitle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px;
}

#speakers .delimiter {
    margin-right: 10px;
    margin-left: 10px;
}

#speakers a {
    color: #112363;
}

#speakers .active {
    color: #f82249 !important;
}

#speakers .speaker {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

#speakers .nav-tabs {
    border-bottom: none !important;
}

#speakers .speaker .details {
    background: rgba(6, 12, 34, 0.76);
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    text-align: center;
    padding-top: 10px;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

#speakers .speaker .details p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    font-style: italic;
}

#speakers .speaker .details .social {
    height: 30px;
}

#speakers .speaker .details a {
    color: #fff;
}

#speakers .speaker .details a:hover {
    color: #f82249;
}

#speakers .speaker:hover .details {
    bottom: 0;
}

#speakers-details {
    padding: 60px 0;
}

#speakers-details .details h2 {
    color: #112363;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#speakers-details .details .social {
    margin-bottom: 15px;
}

#speakers-details .details .social a {
    background: #e9edfb;
    color: #112363;
    line-height: 1;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding-top: 9px;
}

#speakers-details .details .social a:hover {
    background: #f82249;
    color: #fff;
}

#speakers-details .details .social a i {
    font-size: 18px;
}

#speakers-details .details p {
    color: #112363;
    font-size: 15px;
    margin-bottom: 10px;
}

#speakers .container {
    margin-bottom: 30px;
}


#team {
    padding: 80px 0;
}

#team .about-content {
    padding-top: 40px;
}

#team .about-content h2 {
    color: #413e66;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

#team .about-content h3 {
    color: #696592;
    font-weight: 400;
    font-size: 22px;
    font-style: italic;
}

#team .about-content ul {
    list-style: none;
    padding: 0;
}

#team .about-content ul li {
    padding-bottom: 10px;
}

#team .about-content ul li i {
    font-size: 20px;
    padding-right: 4px;
    color: #1bb1dc;
}

#team .about-img {
    position: relative;
    margin: 60px;
}

#team .about-img img {
    width: 100%;
    border: 8px solid #fff;
    transition: .5s;
}

#team .about-img img:hover {
    width: 100%;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

#team .about-img::before {
    position: absolute;
    left: -31px;
    top: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #ebf1fa;
    transition: .5s;
}

#team .about-img::after {
    position: absolute;
    right: -31px;
    bottom: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #ebf1fa;
    transition: .5s;
}

#team .row {
    margin-bottom: 60px;
}

/*--------------------------------------------------------------
# why-us Section
--------------------------------------------------------------*/

#why-us {
    padding: 140px 0;
    background: #004a99;
}

#why-us .row img {
    width: 150px;
    margin: 20px 50px;
}

@media (max-width: 768px) {
    #why-us .row img {
        width: 130px;
        margin: 20px 20px;
    }
}

#why-us .desc {
    width: 60%;
    font-size: 18px
}


@media (max-width: 768px) {
    #why-us .desc {
        width: 84%;
        font-size: 16px
    }
}

#why-us .card {
    background: #00458f;
    border-color: #00458f;
    border-radius: 10px;
    margin: 0 15px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s ease-in-out;
    height: 100%;
}

#why-us .card:hover {
    background: #003b7a;
    border-color: #003b7a;
}

#why-us .card i {
    font-size: 48px;
    padding-top: 15px;
    color: #bfddfe;
}

#why-us .card .card-title {
    color: white;
}


#why-us .card .cardImg {
    height: 60px;
}

#why-us .card h5 {
    font-size: 22px;
    font-weight: 600;
}

#why-us .card p {
    font-size: 15px;
    color: #d8eafe;
}

#why-us .card .readmore {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s ease-in-out;
    border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
    border-bottom: #fff solid 2px;
}

/*--------------------------------------------------------------
# advantage Section
--------------------------------------------------------------*/

#advantage {
    background: #f6f7fd;
    padding: 60px 0 40px 0;
}

#advantage .box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
}

#advantage .box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#advantage .icon {
    position: absolute;
    left: -10px;
    top: calc(50% - 32px);
}

#advantage .icon i {
    font-size: 64px;
    line-height: 1;
    transition: 0.5s;
}

#advantage .title {
    margin-left: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
}

#advantage .title a {
    color: #111;
}

#advantage .box:hover .title a {
    color: #007bff;
}

#advantage .description {
    font-size: 16px;
    margin-left: 40px;
    line-height: 24px;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# brochure Section
--------------------------------------------------------------*/


#brochure {
    background: #f6f7fd;
    padding: 60px 0 40px 0;
}

#brochure .box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
}

#brochure .itemContent {
    display: flex;
    flex-direction: column;
}

#brochure .singleItem {
    margin-bottom: 50px;
}

#brochure .spanTitle {
    font-weight: bold;
}

#brochure .row {
    display: flex;
    flex-direction: column;
}

#brochure .applyDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;
}

#brochure li.buy-tickets {
    list-style-type: none;
}

#brochure li.buy-tickets a {
    color: #fff;
    background: #f82249;
    padding: 7px 22px;
    border-radius: 50px;
    border: 2px solid #f82249;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    margin-left: 8px;
    margin-top: 2px;
    line-height: 1;
    font-size: 13px;
}

#brochure li.buy-tickets a:hover {
    background: none;
    color: #f82249;
}

#brochure li.buy-tickets:hover a:before,
#brochure li.buy-tickets.menu-active a:before {
    visibility: hidden;
}

#brochure .imageDiv {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#brochure .service-box {
    background-color: #fff;
    border-radius: 1rem;
    margin-bottom: 3rem;
    height: 450px;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    padding: 2.5rem 1.3rem;
}

#brochure .service-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#brochure .service-box .s-title {
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: center;
    padding: .4rem 0;
}

#brochure .service-box .s-description {
    color: #4e4e4e;
}

#brochure .teacherDiv {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    #brochure .teacherDiv {
        flex-direction: column;
    }
}


/*--------------------------------------------------------------
# lesson Section
--------------------------------------------------------------*/

#lesson {
    background: #f6f7fd;
    padding: 60px 0 40px 0;
}

#lesson .speaker {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

#lesson .speaker .details {
    background: rgba(6, 12, 34, 0.76);
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    text-align: center;
    padding-top: 10px;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#lesson .speaker .details h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

#lesson .speaker .details p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    font-style: italic;
}

#lesson .speaker .details .social {
    height: 30px;
}

#lesson .speaker .details a {
    color: #fff;
}

#lesson .speaker .details a:hover {
    color: #f82249;
}

#lesson .speaker:hover .details {
    bottom: 0;
}

#lesson-details {
    padding: 60px 0;
}

#lesson-details .details h2 {
    color: #112363;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#lesson-details .details .social {
    margin-bottom: 15px;
}

#lesson-details .details .social a {
    background: #e9edfb;
    color: #112363;
    line-height: 1;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding-top: 9px;
}

#lesson-details .details .social a:hover {
    background: #f82249;
    color: #fff;
}

#lesson-details .details .social a i {
    font-size: 18px;
}

#lesson-details .details p {
    color: #112363;
    font-size: 15px;
    margin-bottom: 10px;
}

#lesson .img-fluid {
    height: 260px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    #lesson .img-fluid {
        height: 300px;
    }
}


#lesson .img-big {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

/*--------------------------------------------------------------
# field Section
--------------------------------------------------------------*/

#field {
    background: #f6f7fd;
    padding: 60px 0 40px 0;
}

#field .singleItem {
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

#field .singleImg {
    width: 30%;
}

@media (max-width: 767px) {
    #field .singleImg {
        width: 90%;
        margin-left: 5%;
        margin-bottom: 20px;
    }
}

/*--------------------------------------------------------------
# people Section
--------------------------------------------------------------*/

#people {
    background: #f6f7fd;
    padding: 60px 0 40px 0;
}

#people .singleItem {
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

#people .singleImg {
    width: 30%;
}

@media (max-width: 767px) {
    #people .singleImg {
        width: 90%;
        margin-left: 5%;
        margin-bottom: 20px;
    }
}

/*--------------------------------------------------------------
# type Section
--------------------------------------------------------------*/

#type {
    background: #f6f7fd;
    background-size: cover;
    overflow: hidden;
    position: relative;
    color: black;
    padding: 60px 0 40px 0;
}

#type:before {
    content: "";
    /*background: rgba(13, 20, 41, 0.8);*/
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#type .aboutImg {
    width: 50%;
    margin-left: 25%;
    border-radius: 1rem 1rem 0 0;
}

#type .service-box {
    background-color: #fff;
    border-radius: 1rem;
    margin-bottom: 3rem;
    height: 450px;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    padding: 2.5rem 1.3rem;
}

#type .service-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#type .service-box .s-title {
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: center;
    padding: .4rem 0;
}

#type .service-box .s-description {
    color: #4e4e4e;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

#contact {
    padding: 60px 0;
}

#contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
}

#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #f82249;
}

#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #112363;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #112363;
}

#contact .contact-info a {
    color: #4869df;
}

#contact .contact-info a:hover {
    color: #f82249;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# apply
--------------------------------------------------------------*/

#apply {
    padding-bottom: 100px;
    padding-top: 50px;
}

#apply select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #444;
    height: 40px;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 16px;
}

#apply .interestItem {
    width: 49%;
}

@media (max-width: 768px) {
    #apply .interestItem {
        width: 100%;
    }
}

#apply .checkBoxInput {
    margin-right: 5px;
}

#apply .checkboxItemDiv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
}

#apply .checkboxProjectDiv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
}

#apply input[type="text"], .contact-form input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #444;
    height: 40px;
    margin-bottom: 16px;
    padding-left: 20px;
    width: 100%;
}

#apply textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #444;
    height: 140px;
    padding: 20px;
    width: 100%;
}

#apply button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #444;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
}

#apply button[type=submit]:hover {
    color: #fff;
    border: 1px solid rgba(6, 12, 34, 0.9);
    background: rgba(6, 12, 34, 0.9);
}

#apply #sendmessage {
    color: green;
    border: 1px solid green;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
}

#apply #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
}

#apply #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
    display: block;
}

#apply .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: rgba(27, 20, 100, 0.98);
    padding: 0 0 25px 0;
    color: #eee;
    font-size: 14px;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 767px) {
    #subscribe input {
        min-width: 400px;
    }
}

@media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 20px 0;
    }

    #contact .contact-phone {
        border-left: 1px solid #ddd;
    }
}

@media (min-width: 991px) {
    #schedule .sub-heading {
        width: 75%;
    }
}

@media (min-width: 1024px) {
    #intro {
        background-attachment: fixed;
    }

    #about {
        background-attachment: fixed;
    }

    #subscribe {
        background-attachment: fixed;
    }
}

@media (max-width: 1199px) {
    #header .container {
        max-width: 100%;
    }

    .nav-menu a {
        padding: 8px 4px;
    }
}

@media (max-width: 991px) {
    #header {
        background: rgba(6, 12, 34, 0.98);
        height: 70px;
        padding: 15px 0;
        transition: all 0.5s;
        display: flex;
        align-items: center;
    }

    #nav-menu-container {
        display: none;
    }

    .textSocialLink {
        display: inline;
    }

    .iconSocialLink {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }

    #intro .intro-container {
        top: 70px;
    }

    #intro h1 {
        font-size: 34px;
    }

    #intro p {
        font-size: 16px;
    }

    #schedule .nav-tabs a {
        padding: 8px 60px;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }

    #faq #faq-list a {
        font-size: 18px;
    }

    #faq #faq-list i {
        top: 13px;
    }

    .iconSocialLink {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }
}

@media (max-width: 767px) {
    #schedule .nav-tabs a {
        padding: 8px 50px;
    }

    .iconSocialLink {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }
}

@media (max-width: 574px) {
    #venue .venue-info h3 {
        font-size: 24px;
    }

    .iconSocialLink {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }
}

@media (max-width: 480px) {
    #schedule .nav-tabs a {
        padding: 8px 30px;
    }

    .iconSocialLink {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }
}

@media (max-width: 460px) {
    #subscribe button {
        margin-top: 10px;
    }

    .iconSocialLink {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }
}
