* {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: baseline;
    z-index: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #909592;
    font-family: "DINPro", "Helvetica";
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.5;
}

body {
    font-family: "Poppins";
    color: #81868a;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: -0.02em;
}

a {
    text-decoration: none !important;
}

a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 2;
}

.thm-base-bg {
    background-color: #f16101;
}

.thm-base-bg-2 {
    background-color: #2da397;
}

.thm-gray-bg {
    background-color: #f1f1f1;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.block-title {
    text-align: center;
    /* margin-bottom: 60px; */
}

.block-title__title {
    margin: 0;
    color: #f16101;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 45px;
    margin-top: -10px;
}

.thm-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: #f16101;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 6.5px 27px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.thm-btn:hover {
    cursor: pointer;
    background-color: #fff;
    color: #012237;
}

.post-pagination {
    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;
}

.post-pagination a {
    border-radius: 50%;
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 8px 19px;
    color: #012237;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.post-pagination a:hover,
.post-pagination a.active {
    background-color: #012237;
    color: #fff;
}

.post-pagination a+a {
    margin-left: 15px;
}

.tooltip-inner {
    -webkit-box-shadow: 5px 8.66px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 8.66px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #81868a;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 600;
    line-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #fff;
}

.preloader {
    position: fixed;
    background-color: #fff;
    background-image: url(../images/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
}

.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #f16101;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i {
    color: #fff;
    font-size: 18px;
    line-height: 45px;
}

.scroll-to-top:hover {
    background-color: #012237;
}

.scroll-to-top:hover i {
    color: #fff;
}


/* Cursor Style */

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*
* 2. header styles
*/

.topbar-one {
    background-color: #022c46;
}

.topbar-one .container {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.topbar-one__right,
.topbar-one__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.topbar-one__right a,
.topbar-one__left a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.topbar-one__right a:hover,
.topbar-one__left a:hover {
    color: #f16101;
}

.topbar-one__right a+a,
.topbar-one__left a+a {
    margin-left: 25px;
}

.header-navigation {
    background-color: transparent;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
    background-color: transparent;
}

.header-navigation .container {
    background: transparent;
    position: relative;
    display: block;
}

.header-navigation .container .logo-box {
    float: left;
    position: absolute;
    top: 53%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-navigation .container .navbar-brand {
    height: auto;
    margin: 0;
    line-height: 1;
}

.header-navigation .container .menu-toggler {
    display: none;
}

.header-navigation .container .right-side-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.header-navigation .main-navigation {
    float: none;
    text-align: right;
    padding-right: 90px;
}

@media (min-width: 1200px) {
    .header-navigation .main-navigation {
        display: block !important;
    }
}

.header-navigation ul.navigation-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
    display: none;
}

.header-navigation ul.navigation-box>li {
    position: relative;
    padding: 35px 0;
    display: inline-block;
    vertical-align: middle;
    /* Second Level Menu */
    /* Thrid Level Menu */
}

.header-navigation ul.navigation-box>li+li {
    margin-left: 25px;
}

.header-navigation ul.navigation-box>li:first-child {
    padding-left: 0;
}

.header-navigation ul.navigation-box>li:last-child {
    padding-right: 0;
}

.header-navigation ul.navigation-box>li>a {
    padding: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    text-transform: capitalize;
    letter-spacing: -0.02em;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    position: relative;
}

.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li:hover>a {
    color: #f16101;
}

.header-navigation ul.navigation-box>li>.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 911;
    float: left;
    min-width: 220px;
    padding: 0px 0px;
    text-align: left;
    list-style: none;
    background-color: #012237;
    background-clip: padding-box;
    opacity: 0;
    border-radius: 0px;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    .header-navigation ul.navigation-box>li>.sub-menu {
        display: block !important;
    }
}

.header-navigation ul.navigation-box>li>.sub-menu.right-align {
    left: auto;
    right: 0;
}

.header-navigation ul.navigation-box>li>.sub-menu.center-align {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>.sub-menu>li {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>.sub-menu>li>a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 12px 30px;
    display: block;
    line-height: 26px;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li:hover>a {
    color: #fff;
    background: #f16101;
}

.header-navigation ul.navigation-box>li:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.header-navigation ul.navigation-box>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu {
    position: absolute;
    top: 0%;
    left: 100%;
    z-index: 911;
    float: left;
    min-width: 220px;
    padding: 0px 0px;
    text-align: left;
    list-style: none;
    background-color: #012237;
    background-clip: padding-box;
    opacity: 0;
    border-radius: 0px;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    .header-navigation ul.navigation-box>li>ul>li>.sub-menu {
        display: block !important;
    }
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu.right-align {
    left: auto;
    right: 100%;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu.center-align {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li>a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 12px 30px;
    display: block;
    line-height: 26px;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li:hover>a {
    color: #fff;
    background: #f16101;
}

.header-navigation ul.navigation-box>li>ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li ul {
    display: none;
}

.stricked-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
    opacity: 0;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.stricked-menu ul.navigation-box>li {
    padding-top: 18px;
    padding-bottom: 18px;
}

.stricked-menu.stricky-fixed {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.site-header {
    position: relative;
}

.site-header__decor {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    z-index: 99;
}

.site-header__decor-row {
    margin-left: -7px;
    margin-right: -7px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header__decor-single {
    padding-left: 7px;
    padding-right: 7px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
    max-width: 33.33333%;
}

[class*="site-header__decor-inner-"] {
    position: relative;
}

[class*="site-header__decor-inner-"]::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #2da397;
    opacity: 0.9;
}

.site-header__decor-inner-2::before {
    background-color: #f16101;
}

.site-header__decor-inner-3::before {
    background-color: #7c4bc0;
}

.header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 90px;
    margin-top: 5px;
}

.header__social a {
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header__social a:hover {
    color: #f16101;
}

.header__social a+a {
    margin-left: 40px;
}

.header__search-btn {
    width: 45px;
    height: 45px;
    border-radius: 56%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #2da397;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    color: #fff;
}

.header__search-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #2da397;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header__search-btn:hover {
    color: #fff;
}

.header__search-btn:hover:before {
    left: 0;
}

.header__search-form {
    background-color: #f1f1f1;
    width: 100%;
    max-width: 410px;
    height: 68px;
    position: relative;
    margin-left: 60px;
}

.header__search-form input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    padding-left: 30px;
}

.header__search-form button[type="submit"] {
    border: none;
    outline: none;
    width: 46px;
    height: 46px;
    border-radius: 56%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f16101;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.header__search-form button[type="submit"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #f16101;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header__search-form button[type="submit"]:hover {
    color: #fff;
}

.header__search-form button[type="submit"]:hover:before {
    left: 0;
}

@media (min-width: 1200px) {
    .site-header__header-two .container {
        padding-left: 60px;
        padding-right: 60px;
        max-width: 100%;
    }
}

.site-header__header-two .header-navigation .container .logo-box {
    left: 60px;
    -webkit-box-flex: wrap;
    -ms-flex: wrap;
    flex: wrap;
    width: 100%;
}

.site-header__header-two .header-navigation .container .right-side-box {
    right: 60px;
}

.site-header__header-two .header-navigation ul.navigation-box>li {
    padding: 55px 0;
}

.site-header__header-two .header-navigation .main-navigation {
    text-align: center;
    padding-right: 0;
    padding-left: 125px;
}

.site-header__header-two .header__social {
    margin: 0;
}

.site-header__header-two .stricked-menu ul.navigation-box>li {
    padding-top: 40px;
    padding-bottom: 40px;
}

.site-header__home-three {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

.site-header__home-three .topbar-one {
    background-color: #2da397;
}

.site-header__home-three .header-navigation .main-navigation {
    text-align: center;
    padding-right: 0;
}


/* .site-header__home-three .header__social a,
.site-header__home-three .header-navigation ul.navigation-box>li>a {
    color: #fff;
} */

.site-header__home-three .header__social a:hover,
.site-header__home-three .header-navigation ul.navigation-box>li>a:hover {
    color: #f16101;
}

.site-header__home-three .header-navigation ul.navigation-box>li.current>a,
.site-header__home-three .header-navigation ul.navigation-box>li:hover>a {
    color: #f16101;
}

.site-header__home-three .stricked-menu {
    background-color: #012237;
}

.site-header__home-three .header__social {
    margin: 0;
}

.site-header__inner-page .header-navigation .main-navigation {
    padding-right: 55px;
}

.site-header__inner-page .header__search-btn {
    background-color: transparent;
    color: #012237;
}

.site-header__inner-page .header__search-btn::before {
    display: none;
}


/*
* 3. slider styles
*/

.banner-wrapper {
    position: relative;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .banner-wrapper {
        overflow: hidden;
    }
}

.banner-wrapper .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 999;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    text-align: right;
    display: none !important;
}

.banner-wrapper .owl-dots .owl-dot {
    position: relative;
    z-index: 991;
}

.banner-wrapper .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    background-color: transparent;
    opacity: 0.2;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.banner-wrapper .owl-dots .owl-dot+.owl-dot {
    margin-left: 7px;
}

.banner-wrapper .owl-dots .owl-dot.active span {
    opacity: 1;
    background-color: transparent;
}

.banner-wrapper .owl-carousel .owl-item img {
    width: auto;
}

.banner-wrapper .owl-theme .owl-nav {
    display: none;
    margin: 0;
}

.banner-wrapper .banner-carousel-btn [class*="banner-carousel-btn__"] {
    width: 60px;
    height: 60px;
    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;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #012237;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 91;
}

.banner-wrapper .banner-carousel-btn [class*="banner-carousel-btn__"] i {
    font-size: 22px;
}

.banner-wrapper .banner-carousel-btn [class*="banner-carousel-btn__"]::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.banner-carousel-btn__left-btn {
    left: 5%;
}

.banner-carousel-btn__left-btn:before {
    left: 7px;
}

.banner-carousel-btn__left-btn:hover:before {
    left: 0;
}

.banner-carousel-btn__right-btn {
    right: 5%;
}

.banner-carousel-btn__right-btn:before {
    right: 7px;
}

.banner-carousel-btn__right-btn:hover:before {
    right: 0;
}

.banner-one .container {
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
}

.banner-one__slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #022c46;
}

.banner-one__slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/patter-1-1.jpg);
    opacity: 0.08;
}

.banner-one__light-color {
    color: #fff;
}

.banner-one__title {
    font-size: 140px;
    line-height: 120px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-one__tag-line {
    margin: 0;
    font-size: 50px;
    font-family: "Satisfy";
    color: white;
    text-decoration: underline;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    margin-bottom: 55px;
}

.banner-one__btn {
    font-size: 18px;
    padding: 21.5px 59.5px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-one__person {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.05);
    box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.05);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-one__scratch {
    position: absolute;
    right: -5%;
    top: 20%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-one [class*="banner-one__bubble-"] {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.banner-one__bubble-1 {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #1888c9;
    top: 20%;
    left: -3%;
    -webkit-animation-name: bubbleMoveOne;
    animation-name: bubbleMoveOne;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.banner-one__bubble-2 {
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #7c4bc0;
    right: 35%;
    top: 20%;
    -webkit-animation-name: bubbleMoveTwo;
    animation-name: bubbleMoveTwo;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.banner-one__bubble-3 {
    position: absolute;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    border: 24px solid #33a9bb;
    right: 35%;
    bottom: 10%;
    -webkit-animation-name: globeRotate;
    animation-name: globeRotate;
    -webkit-animation-duration: 10s !important;
    animation-duration: 10s !important;
}

.banner-one .active .banner-one__title {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.banner-one .active .banner-one__tag-line {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.banner-one .active .banner-one__btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.banner-one .active .banner-one__person {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.banner-one .active .banner-one__scratch {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.banner-one__cta {
    width: 100%;
    max-width: 544px;
    background-color: #2da397;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 91;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
    padding-left: 60px;
    padding-right: 60px;
}

.banner-one__cta-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    position: relative;
}

.banner-one__cta-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    left: -10px;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.banner-one__cta-icon:hover:before {
    left: 0;
}

.banner-one__cta-icon i {
    line-height: 70px;
    color: #2da397;
    font-size: 38px;
}

.banner-one__cta-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding-left: 30px;
}

.banner-one__cta-text {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    margin: 0;
}

.banner-one__cta a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.banner-one__cta a:hover {
    color: #f16101;
}

.banner-one__cta-link {
    color: #fff;
    font-size: 32px;
}

.banner-two .container {
    position: relative;
    padding-top: 200px;
    padding-bottom: 245px;
}

.banner-two__slide {
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-two__light-color {
    color: #fff;
}

.banner-two__title {
    font-size: 100px;
    line-height: 100px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin: 0;
    margin-bottom: 60px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-two__tag-line {
    margin: 0;
    font-size: 40px;
    font-family: "Satisfy";
    color: white;
    text-decoration: underline;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    margin-bottom: 30px;
}

.banner-two__btn {
    font-size: 18px;
    padding: 21.5px 59.5px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-two .active .banner-two__title {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.banner-two .active .banner-two__tag-line {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.banner-two .active .banner-two__btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes bubbleMoveOne {
    0% {
        -webkit-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
    }
    20% {
        -webkit-transform: translateX(20px) translateY(-20px);
        transform: translateX(20px) translateY(-20px);
    }
    40% {
        -webkit-transform: translateX(40px) translateY(-40px);
        transform: translateX(40px) translateY(-40px);
    }
    80% {
        -webkit-transform: translateX(20px) translateY(-20px);
        transform: translateX(20px) translateY(-20px);
    }
    100% {
        -webkit-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
    }
}

@keyframes bubbleMoveOne {
    0% {
        -webkit-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
    }
    20% {
        -webkit-transform: translateX(20px) translateY(-20px);
        transform: translateX(20px) translateY(-20px);
    }
    40% {
        -webkit-transform: translateX(40px) translateY(-40px);
        transform: translateX(40px) translateY(-40px);
    }
    80% {
        -webkit-transform: translateX(20px) translateY(-20px);
        transform: translateX(20px) translateY(-20px);
    }
    100% {
        -webkit-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
    }
}

@-webkit-keyframes bubbleMoveTwo {
    0% {
        -webkit-transform: scale(1) translateX(0px) translateY(0px);
        transform: scale(1) translateX(0px) translateY(0px);
    }
    20% {
        -webkit-transform: scale(1.1) translateX(20px) translateY(20px);
        transform: scale(1.1) translateX(20px) translateY(20px);
    }
    40% {
        -webkit-transform: scale(1.2) translateX(40px) translateY(40px);
        transform: scale(1.2) translateX(40px) translateY(40px);
    }
    80% {
        -webkit-transform: scale(1.1) translateX(20px) translateY(20px);
        transform: scale(1.1) translateX(20px) translateY(20px);
    }
    100% {
        -webkit-transform: scale(1) translateX(0px) translateY(0px);
        transform: scale(1) translateX(0px) translateY(0px);
    }
}

@keyframes bubbleMoveTwo {
    0% {
        -webkit-transform: scale(1) translateX(0px) translateY(0px);
        transform: scale(1) translateX(0px) translateY(0px);
    }
    20% {
        -webkit-transform: scale(1.1) translateX(20px) translateY(20px);
        transform: scale(1.1) translateX(20px) translateY(20px);
    }
    40% {
        -webkit-transform: scale(1.2) translateX(40px) translateY(40px);
        transform: scale(1.2) translateX(40px) translateY(40px);
    }
    80% {
        -webkit-transform: scale(1.1) translateX(20px) translateY(20px);
        transform: scale(1.1) translateX(20px) translateY(20px);
    }
    100% {
        -webkit-transform: scale(1) translateX(0px) translateY(0px);
        transform: scale(1) translateX(0px) translateY(0px);
    }
}

@-webkit-keyframes globeRotate {
    8% {
        -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0);
        transform: perspective(200px) rotateX(0deg) rotateY(0);
    }
    50% {
        -webkit-transform: perspective(200px) rotateX(360deg);
        transform: perspective(200px) rotateX(360deg);
    }
    51% {
        -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0);
        transform: perspective(200px) rotateX(0deg) rotateY(0);
    }
    100% {
        -webkit-transform: perspective(200px) rotateY(360deg);
        transform: perspective(200px) rotateY(360deg);
    }
}

@keyframes globeRotate {
    8% {
        -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0);
        transform: perspective(200px) rotateX(0deg) rotateY(0);
    }
    50% {
        -webkit-transform: perspective(200px) rotateX(360deg);
        transform: perspective(200px) rotateX(360deg);
    }
    51% {
        -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0);
        transform: perspective(200px) rotateX(0deg) rotateY(0);
    }
    100% {
        -webkit-transform: perspective(200px) rotateY(360deg);
        transform: perspective(200px) rotateY(360deg);
    }
}

.slider-three {
    padding-top: 310px;
    padding-bottom: 210px;
    position: relative;
    background-color: #012237;
}

.slider-three__title {
    font-size: 80px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin: 0;
    margin-bottom: 20px;
}

.slider-three__tag-line {
    margin: 0;
    font-size: 34px;
    font-family: "Satisfy";
    color: #f16101;
    text-decoration: underline;
    margin-bottom: 15px;
}

.slider-three__text {
    margin: 0;
    font-size: 18px;
    line-height: 34px;
    font-weight: 50;
    color: rgba(255, 255, 255, 0.6);
}

.slider-three__search {
    position: relative;
    margin-top: 45px;
}

.slider-three__search input {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    background-color: #fff;
    height: 78px;
    color: #81868a;
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
}

.slider-three__search button[type="submit"] {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #f16101;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slider-three__search button[type="submit"] i {
    font-size: 18px;
    color: #fff;
    line-height: 46px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slider-three__search button[type="submit"]:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #f16101;
    position: absolute;
    left: -5px;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slider-three__search button[type="submit"]:hover:before {
    left: 0;
}

[class*="slider-three__icon-"] {
    position: absolute;
}

.slider-three__icon-1 {
    top: 15%;
    left: 10%;
    -webkit-animation-name: bubbleMoveTwo;
    animation-name: bubbleMoveTwo;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.slider-three__icon-2 {
    bottom: 10%;
    left: 0;
    -webkit-animation-name: bubbleMoveOne;
    animation-name: bubbleMoveOne;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.slider-three__icon-3 {
    top: 20%;
    left: 45%;
    -webkit-animation-name: globeRotate;
    animation-name: globeRotate;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.slider-three__icon-4 {
    bottom: 15%;
    left: 55%;
    -webkit-animation-name: bubbleMoveOne;
    animation-name: bubbleMoveOne;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.slider-three__icon-5 {
    top: 15%;
    right: 30%;
    -webkit-animation-name: bubbleMoveTwo;
    animation-name: bubbleMoveTwo;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}


/*
* 4. contact styles
*/

.google-map__contact {
    display: block;
    width: 100%;
    height: 560px;
    border: none;
    outline: none;
}

.contact-info-one {
    padding-top: 120px;
}

.contact-info-one__title {
    margin: 0;
    color: #012237;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 55px;
}

.contact-info-one__text {
    margin: 0;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    color: #81868a;
    margin-top: -15px;
    margin-bottom: -10px;
}

.contact-info-one__icon {
    width: 112px;
    height: 112px;
    background-color: #f16101;
    border-radius: 50%;
    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;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.contact-info-one__icon::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #f16101;
    position: absolute;
    top: 0;
    left: -10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50%;
}

.contact-info-one__icon i {
    font-size: 54px;
    color: #fff;
}

.contact-info-one [class*="col-lg-"]:nth-child(2) .contact-info-one__icon {
    background-color: #2da397;
}

.contact-info-one [class*="col-lg-"]:nth-child(2) .contact-info-one__icon::before {
    border-color: #2da397;
}

.contact-info-one [class*="col-lg-"]:nth-child(3) .contact-info-one__icon {
    background-color: #7c4bc0;
}

.contact-info-one [class*="col-lg-"]:nth-child(3) .contact-info-one__icon::before {
    border-color: #7c4bc0;
}

.contact-info-one__single {
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
    background-color: white;
    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;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 0.4s ease;
    transition: -webkit-box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
    padding-top: 48px;
    padding-bottom: 48px;
}

.contact-info-one__single:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.contact-info-one__single:hover .contact-info-one__icon:before {
    left: 0;
}

.contact-one {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (min-width: 1200px) {
    .contact-one .container {
        max-width: 800px;
    }
}

.contact-one__title {
    font-size: 35px;
    font-weight: bold;
    color: #012237;
    margin: 0;
    margin-bottom: 45px;
}

.contact-one input,
.contact-one textarea {
    border: none;
    outline: none;
    width: 100%;
    display: block;
    background-color: #f1f1f1;
    height: 77px;
    padding-left: 40px;
    margin-bottom: 10px;
}

.contact-one textarea {
    height: 211px;
    padding-top: 25px;
}

.contact-one .row.low-gutters {
    margin-left: -5px;
    margin-right: -5px;
}

.contact-one .row.low-gutters>[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.contact-one__btn {
    padding: 22px 72px;
}

.contact-one__btn:hover {
    background-color: #012237;
    color: #fff;
}


/*
* 5. gallery styles
*/

.gallery-one {
    padding-top: 120px;
    padding-bottom: 90px;
}

.gallery-one__single {
    margin-bottom: 30px;
    position: relative;
}

.gallery-one__single>img {
    width: 100%;
}

.gallery-one__single:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f16101;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.gallery-one__single:hover::before {
    opacity: 0.9;
}

.gallery-one__single:hover .gallery-one__popup {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.gallery-one__popup {
    font-size: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.gallery-one__popup i {
    color: #fff;
}


/*
* 6. faq styles
*/

.faq-one {
    padding-top: 120px;
    padding-bottom: 120px;
}

.faq-one [class*="col-lg-"] {
    border-bottom: 1px solid #f1f1f1;
    padding-top: 70px;
    padding-bottom: 70px;
}

.faq-one [class*="col-lg-"]:nth-child(odd) {
    padding-right: 76px;
}

.faq-one [class*="col-lg-"]:nth-child(even) {
    border-left: 1px solid #f1f1f1;
    padding-left: 76px;
}

.faq-one [class*="col-lg-"]:nth-child(1),
.faq-one [class*="col-lg-"]:nth-child(2) {
    padding-top: 0;
}

.faq-one [class*="col-lg-"]:nth-child(1) .faq-one__icon span {
    background-color: #1888c9;
}

.faq-one [class*="col-lg-"]:nth-child(1) .faq-one__icon span:before {
    border-color: #1888c9;
}

.faq-one [class*="col-lg-"]:nth-child(1) .faq-one__icon span {
    background-color: #1888c9;
}

.faq-one [class*="col-lg-"]:nth-child(1) .faq-one__icon span:before {
    border-color: #1888c9;
}

.faq-one [class*="col-lg-"]:nth-child(2) .faq-one__icon span {
    background-color: #7c4bc0;
}

.faq-one [class*="col-lg-"]:nth-child(2) .faq-one__icon span:before {
    border-color: #7c4bc0;
}

.faq-one [class*="col-lg-"]:nth-child(3) .faq-one__icon span {
    background-color: #f16101;
}

.faq-one [class*="col-lg-"]:nth-child(3) .faq-one__icon span:before {
    border-color: #f16101;
}

.faq-one [class*="col-lg-"]:nth-child(4) .faq-one__icon span {
    background-color: #2da397;
}

.faq-one [class*="col-lg-"]:nth-child(4) .faq-one__icon span:before {
    border-color: #2da397;
}

.faq-one [class*="col-lg-"]:nth-child(5) .faq-one__icon span {
    background-color: #d23f3f;
}

.faq-one [class*="col-lg-"]:nth-child(5) .faq-one__icon span:before {
    border-color: #d23f3f;
}

.faq-one [class*="col-lg-"]:nth-child(6) .faq-one__icon span {
    background-color: #33a9bb;
}

.faq-one [class*="col-lg-"]:nth-child(6) .faq-one__icon span:before {
    border-color: #33a9bb;
}

.faq-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.faq-one__single:hover .faq-one__icon span::before {
    left: 0;
}

.faq-one__icon {
    margin-right: 30px;
}

.faq-one__icon span {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background-color: #f16101;
    font-family: "Satisfy";
    line-height: 70px;
    position: relative;
}

.faq-one__icon span::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #f16101;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.faq-one__title {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #012237;
    margin-bottom: 55px;
}

.faq-one__text {
    font-size: 16px;
    line-height: 34px;
    margin: 0;
    color: #81868a;
    margin-top: -10px;
    margin-bottom: -10px;
}


/*
* 7. cta styles
*/

.cta-one {
    background-color: #f16101;
    padding-top: 101.5px;
    padding-bottom: 101.5px;
}

.cta-one .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-one__title {
    margin: 0;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    margin-top: -10px;
}

.cta-one__btn {
    font-size: 16px;
    color: #fff;
    background-color: #012237;
    padding: 21.5px 47.5px;
}

.cta-one__home-one {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    padding-top: 121px;
    padding-bottom: 121px;
}

.cta-one__home-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f16101;
    opacity: 0.9;
}

.cta-one__home-one .container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.cta-one__home-one .cta-one__title {
    font-size: 60px;
    margin-bottom: 60px;
}

.cta-two .container-fluid {
    padding: 0;
}

.cta-two .thm-base-bg-2 .cta-two__icon span i {
    color: #2da397;
}

.cta-two__single {
    padding-left: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 116px;
    padding-bottom: 116px;
}

.cta-two__icon {
    margin-right: 60px;
}

.cta-two__icon span {
    background-color: #fff;
    width: 156px;
    height: 156px;
    border-radius: 50%;
    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;
    text-align: center;
    position: relative;
}

.cta-two__icon span::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cta-two__icon span:hover:before {
    left: 0;
}

.cta-two__icon span i {
    color: #f16101;
    font-size: 64px;
}

.cta-two__title {
    margin: 0;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
}

.cta-two__text {
    margin: 0;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    margin-top: -10px;
    margin-bottom: -5px;
}

.cta-two__btn {
    font-size: 16px;
    color: #fff;
    background-color: #012237;
    padding: 16.5px 47.5px;
    margin-top: 35px;
}

.cta-three .block-title {
    margin-bottom: 45px;
}

.cta-three .block-title__title {
    font-size: 50px;
}

.cta-three__image {
    float: right;
}

.cta-three__content {
    padding: 105px 0;
    padding-left: 70px;
}

.cta-three__text {
    font-size: 16px;
    line-height: 34px;
    color: #81868a;
    font-weight: 500;
    margin: 0;
    padding: 0.5rem;
}

.cta-three i {
    font-size: 64px;
    color: #2da397;
}

.cta-three__single-text {
    font-size: 18px;
    font-weight: 600;
    color: #012237;
    line-height: 1.2em;
    margin: 0;
    margin-top: 20px;
}

.cta-three__single {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.333%;
    padding-left: 45px;
    padding-right: 45px;
}

.cta-three__single-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -45px;
    margin-right: -45px;
    margin-top: -10px;
    margin-bottom: 50px;
}

.cta-three .thm-btn {
    padding: 21.5px 68px;
}

.cta-four {
    padding-top: 120px;
    padding-bottom: 472px;
    background-image: url(../images/teacher-1-1.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
}

.cta-four__stripe {
    position: absolute;
    top: -2%;
    left: 10%;
}

.cta-four__line {
    position: absolute;
    top: 3%;
    right: 5%;
}

.cta-four__text {
    font-size: 18px;
    color: #81868a;
    line-height: 36px;
    margin: 0;
}

.cta-four .block-title {
    margin-bottom: 35px;
}

.cta-five {
    position: relative;
    background-image: url(../images/cta-map-1-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #2da397;
    padding: 120px 0;
}

.cta-five__title {
    margin: 0;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}

.cta-five__text {
    margin: 0;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}

.cta-five__btn {
    padding: 21.5px 68px;
    font-size: 18px;
    margin-top: 50px;
}

[class*="cta-five__members-"] {
    width: 71px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    border-radius: 50%;
    -webkit-animation-name: bubbleMoveTwo;
    animation-name: bubbleMoveTwo;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.cta-five__members-1 {
    top: 10%;
    left: 25%;
}

.cta-five__members-2 {
    top: 45%;
    left: 25%;
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
}

.cta-five__members-3 {
    bottom: 10%;
    left: 12%;
}

.cta-five__members-4 {
    top: 15%;
    right: 15%;
}

.cta-five__members-5 {
    top: 45%;
    right: 5%;
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
}

.cta-five__members-6 {
    bottom: 15%;
    right: 25%;
}

[class*="cta-five__bubble-"] {
    background-color: #f16101;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    width: 47px;
    height: 47px;
    position: absolute;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 47px;
}

[class*="cta-five__bubble-"] i.fa-rocket {
    font-size: 18px;
}

.cta-five__bubble-1 {
    top: 40%;
    left: 10%;
}

.cta-five__bubble-2 {
    bottom: 30%;
    right: 10%;
}

.cta-six {
    position: relative;
}

.cta-six__line {
    position: absolute;
    left: 10%;
    top: 30%;
}

.cta-six .container-fluid {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.cta-six__left {
    float: left;
    width: 100%;
    max-width: 56.62%;
}

.cta-six__right {
    float: left;
    width: 100%;
    max-width: 43.38%;
}

.cta-six__content {
    padding: 120px 0;
    margin-left: auto;
    max-width: 580px;
    margin-right: 120px;
}

.cta-six__title {
    padding-top: 41px;
    padding-bottom: 41px;
    padding-left: 80px;
    margin: 0;
    background-color: #012237;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}

.cta-six__title::before {
    content: "";
    width: 35px;
    height: 10px;
    background-color: #012237;
    position: absolute;
    bottom: 100%;
    left: 80px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.cta-six__title span {
    font-size: 40px;
    color: #f16101;
    font-family: "Satisfy";
    font-weight: 400;
}


/*
* 8. team styles
*/

.team-one {
    padding-bottom: 90px;
    padding-top: 120px;
}

.team-one__single {
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-one__single:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.team-one__single:hover .team-one__image>img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.team-one__image {
    text-align: center;
    margin-bottom: -103px;
}

.team-one__image img {
    border-radius: 12px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.team-one__content {
    text-align: center;
    border: 2px solid #f1f1f1;
    padding-bottom: 30px;
    padding-top: 135px;
    padding-left: 40px;
    padding-right: 40px;
}

.team-one__social {
    background-color: #f1f1f1;
    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;
    padding-top: 11.5px;
    padding-bottom: 11.5px;
}

.team-one__social a {
    font-size: 14px;
    color: #81868a;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-one__social a:hover {
    color: #f16101;
}

.team-one__social a+a {
    margin-left: 28px;
}

.team-one__name {
    font-size: 18px;
    font-weight: 600;
    color: #012237;
    margin: 0;
    margin-bottom: -5px;
}

.team-one__name a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-one__name a:hover {
    color: #f16101;
}

.team-one__designation {
    font-size: 12px;
    text-transform: uppercase;
    color: #81868a;
    letter-spacing: 0.2em;
    line-height: 1em;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 20px;
}

.team-one__text {
    margin: 0;
    font-size: 14px;
    color: #81868a;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: -10px;
}

.team-details {
    padding-top: 120px;
    padding-bottom: 90px;
}

.team-details .team-one__image {
    margin-bottom: 0;
}

.team-details .team-one__image img {
    border-radius: 0;
}

.team-details .team-one__content {
    padding-top: 30px;
}

.team-details .team-one__designation {
    margin-bottom: 0;
}

.team-details__title {
    margin: 0;
    color: #012237;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

.team-details__text {
    margin: 0;
    color: #81868a;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
}

.team-details__subtitle {
    margin: 0;
    color: #012237;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.team-details__certificate-list {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.team-details__certificate-list li+li {
    margin-left: 25px;
}

.progress-one__single+.progress-one__single {
    margin-top: 20px;
}

.progress-one__title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #012237;
    line-height: 1em;
}

.progress-one__percent {
    margin: 0;
    font-size: 20px;
    color: #f16101;
    font-family: "Satisfy";
    line-height: 1em;
}

.progress-one__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.progress-one__bar {
    width: 100%;
    height: 5px;
    background-color: #f1f1f1;
    position: relative;
    overflow: hidden;
}

.progress-one__bar span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2da397;
    height: 100%;
}

.team-tab {
    position: relative;
    background-color: #022c46;
}

.team-tab:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/patter-1-1.jpg);
    opacity: 0.08;
}

.team-tab .container {
    position: relative;
}

.team-tab__content {
    padding-right: 80px;
}

.team-tab__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.team-tab__title {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.team-tab__designation {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #94a2ab;
    margin: 0;
}

.team-tab__text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    color: #94a2ab;
    margin-top: 10px;
    margin-bottom: 20px;
}

.team-tab__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-tab__social a {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-tab__social a:hover {
    color: #f16101;
}

.team-tab__social a+a {
    margin-left: 38px;
}

.team-tab .progress-one__bar {
    background-color: rgba(255, 255, 255, 0.2);
}

.team-tab .progress-one__percent {
    color: #fff;
}

.team-tab .progress-one__title {
    color: #fff;
}

.team-tab__btn {
    font-size: 18px;
    padding: 21.5px 47.5px;
    margin-top: 40px;
}

.team-tab__tab-navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 100px;
    right: 20%;
    border: none;
}

.team-tab__tab-navs img {
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 50%;
    background-color: #012237;
    -webkit-box-shadow: 5px 8.66px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 8.66px 30px 0px rgba(0, 0, 0, 0.2);
    width: 82px;
    opacity: 0.4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-tab__tab-navs .active img {
    opacity: 1;
}

.team-tab__tab-navs li+li {
    margin-left: 10px;
}


/*
* 9. pricing styles
*/

.pricing-one {
    background-color: #f1f1f1;
    padding-top: 120px;
    padding-bottom: 90px;
}

.pricing-one [class*="col-lg-"]:nth-child(1) .pricing-one__tag-line,
.pricing-one [class*="col-lg-"]:nth-child(1) .pricing-one__price {
    color: #2da397;
}

.pricing-one [class*="col-lg-"]:nth-child(1) .pricing-one__single:after {
    border-color: #2da397;
}

.pricing-one [class*="col-lg-"]:nth-child(2) .pricing-one__tag-line,
.pricing-one [class*="col-lg-"]:nth-child(2) .pricing-one__price {
    color: #f16101;
}

.pricing-one [class*="col-lg-"]:nth-child(2) .pricing-one__single:after {
    border-color: #f16101;
}

.pricing-one [class*="col-lg-"]:nth-child(3) .pricing-one__tag-line,
.pricing-one [class*="col-lg-"]:nth-child(3) .pricing-one__price {
    color: #7c4bc0;
}

.pricing-one [class*="col-lg-"]:nth-child(3) .pricing-one__single:after {
    border-color: #7c4bc0;
}

.pricing-one__single {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 60px;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 60px;
}

.pricing-one__single::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 20px);
    height: 100%;
    background-color: #fff;
    z-index: 10;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pricing-one__single::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    height: 100%;
    border: 2px solid #2da397;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pricing-one__single:hover:before {
    right: 20px;
}

.pricing-one__single:hover::after {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.pricing-one__inner {
    position: relative;
    z-index: 11;
}

.pricing-one__price {
    font-size: 60px;
    font-weight: 400;
    margin: 0;
    line-height: 1em;
    color: #2da397;
    margin-bottom: -15px;
}

.pricing-one__name {
    font-size: 14px;
    font-weight: 600;
    color: #012237;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 0;
    line-height: 1em;
    margin-top: 30px;
    margin-bottom: 40px;
}

.pricing-one__list {
    margin: 0;
    border-top: 1px solid #f1f1f1;
    padding-top: 40px;
    margin-bottom: 35px;
}

.pricing-one__list li {
    color: #81868a;
    font-size: 16px;
    line-height: 1em;
}

.pricing-one__list li+li {
    margin-top: 30px;
}

.pricing-one__btn {
    background-color: #f1f1f1;
    color: #81868a;
    font-size: 16px;
    padding: 16.5px 48px;
    margin-bottom: 40px;
}

.pricing-one__btn:hover {
    background-color: #f16101;
    color: #fff;
}

.pricing-one__tag-line {
    font-size: 12px;
    color: #2da397;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1em;
    margin: 0;
}


/*
* 10. become-teacher styles
*/

.become-teacher {
    padding-top: 20px;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.become-teacher__form {
    padding-left: 70px;
    position: relative;
}

.become-teacher__form:before {
    content: "";
    width: 197px;
    height: 268px;
    background-image: url(../images/dot-pattern-1-1.png);
    position: absolute;
    bottom: -11%;
    left: 87%;
    z-index: -1;
}

.become-teacher__form-top {
    background-color: #2da397;
    padding-left: 60px;
    position: relative;
}

.become-teacher__form-top::before {
    content: "";
    width: 38px;
    height: 10px;
    background-image: url(../images/become-form-angle.png);
    background-position: 0 0;
    position: absolute;
    top: 100%;
    left: 60px;
}

.become-teacher__form-title {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    padding: 29px 0;
}

.become-teacher__form-content {
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
    background-color: white;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.become-teacher__form input {
    border: none;
    outline: none;
    width: 100%;
    background-color: #f1f1f1;
    height: 77px;
    font-size: 16px;
    color: #81868a;
    font-weight: 500;
    padding-left: 40px;
    display: block;
    margin-bottom: 10px;
}

.become-teacher__form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #81868a;
}

.become-teacher__form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #81868a;
}

.become-teacher__form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #81868a;
}

.become-teacher__form input:-moz-placeholder {
    /* Firefox 18- */
    color: #81868a;
}

.become-teacher__form-btn {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 21.5px 58px;
}

.become-teacher__form-btn:hover {
    background-color: #012237;
    color: #fff;
}

.become-teacher__title {
    margin: 0;
    color: #012237;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 40px;
}

.become-teacher__subtitle {
    font-size: 20px;
    color: #012237;
    font-weight: 600;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 20px;
}

.become-teacher__text {
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    color: #81868a;
    margin: 0;
}


/*
* 11. course styles
*/

.course-one {
    padding-top: 25px;
    padding-bottom: 120px;
}

.course-one .post-pagination {
    margin-top: 30px;
}

.course-one__carousel .color-1 .course-one__category {
    background-color: #7c4bc0;
}

.course-one__carousel .color-2 .course-one__category {
    background-color: #1888c9;
}

.course-one__carousel .color-3 .course-one__category {
    background-color: #d23f3f;
}

.course-one__carousel .color-4 .course-one__category {
    background-color: #2da397;
}

.course-one__carousel .color-5 .course-one__category {
    background-color: #d23f3f;
}

.course-one__carousel .color-6 .course-one__category {
    background-color: #33a9bb;
}

.course-one [class*="col-lg-"]:nth-child(1) .course-one__category {
    background-color: #7c4bc0;
}

.course-one [class*="col-lg-"]:nth-child(2) .course-one__category {
    background-color: #1888c9;
}

.course-one [class*="col-lg-"]:nth-child(3) .course-one__category {
    background-color: #d23f3f;
}

.course-one [class*="col-lg-"]:nth-child(4) .course-one__category {
    background-color: #2da397;
}

.course-one [class*="col-lg-"]:nth-child(5) .course-one__category {
    background-color: #d23f3f;
}

.course-one [class*="col-lg-"]:nth-child(6) .course-one__category {
    background-color: #33a9bb;
}

.course-one__single {
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-one__single:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.course-one__image {
    position: relative;
}

.course-one__image>img {
    width: 100%;
}

.course-one__image i {
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 30px;
    right: 30px;
}

.course-one__category {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    letter-spacing: 0.2em;
    background-color: #f16101;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 27px;
    padding: 0 17px;
    position: absolute;
    left: 50px;
    top: -13.5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-one__category:hover {
    color: #fff;
    background-color: #012237;
}

.course-one__content {
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
    border-top: 0;
    background-color: #fff;
}

.course-one__admin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #81868a;
    margin: 0;
    line-height: 1em;
    margin-bottom: 20px;
}

.course-one__admin>img {
    width: 21px !important;
    border-radius: 50%;
    margin-right: 10px;
}

.course-one__admin a {
    color: #2da397;
    margin-left: 5px;
}

.course-one__image>img {
    width: 100%;
}

.course-one__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-one__stars-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-one__stars-wrap i {
    font-size: 14px;
    color: #f16101;
}

.course-one__title {
    font-size: 24px;
    font-weight: 600;
    color: #012237;
    margin: 0;
    margin-bottom: 5px;
}

.course-one__title a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-one__title a:hover {
    color: #f16101;
}

.course-one__count {
    font-size: 14px;
    font-weight: 500;
    color: #012237;
    margin-left: 10px;
}

.course-one__stars-count {
    font-size: 11px;
    color: #81868a;
    font-weight: 500;
    background-color: #f1f1f1;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}

.course-one__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 2px solid #f1f1f1;
    padding-top: 20px;
    margin-top: 15px;
}

.course-one__meta a {
    color: #81868a;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-one__meta a:hover {
    color: #2da397;
}

.course-one__meta a:hover i {
    color: #012237;
}

.course-one__meta a:last-child {
    color: #012237;
    font-weight: 600;
}

.course-one__meta i {
    font-size: 14px;
    color: #f16101;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-one__link {
    background-color: #f1f1f1;
    width: 100%;
    color: #81868a;
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 11.5px 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 20px;
}

.course-one__link:hover {
    background-color: #f16101;
    color: #fff;
}

.course-one__teacher-details {
    padding-bottom: 90px;
}

.course-one__top-title {
    padding: 128px 0;
    position: relative;
}

.course-one__top-title::before {
    content: "";
    width: 145px;
    height: 60px;
    background-color: #f1f1f1;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.course-details {
    padding: 120px 0;
}

.course-details .list-unstyled {
    margin-bottom: 0;
}

.course-details .course-one__category {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.course-details__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #81868a;
    font-size: 18px;
    font-weight: 500;
}

.course-details__author a {
    color: #2da397;
    margin-left: 10px;
}

.course-details__author img {
    width: 53px;
    border-radius: 50%;
    margin-right: 20px;
}

.course-details__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.course-details__progress-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.course-details__progress-text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    min-width: 100px;
}

.course-details__progress-count {
    margin: 0;
    font-family: "Satisfy";
}

.course-details__progress-bar {
    position: relative;
    width: 210px;
    height: 2px;
    background-color: #f1f1f1;
    margin-left: 20px;
    margin-right: 20px;
}

.course-details__progress-bar span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #f16101;
}

.course-details__progress-bar span.no-bubble:before {
    display: none;
}

.course-details__progress-bar span:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #f16101;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.course-details__review-box {
    width: 237px;
    height: 237px;
    border-radius: 50%;
    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;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f1f1f1;
}

.course-details__review-count {
    margin: 0;
    line-height: 1em;
    font-size: 60px;
    color: #2da397;
    margin-bottom: 5px;
}

.course-details__review-stars {
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 15px;
}

.course-details__review-stars i {
    color: #f16101;
}

.course-details__review-text {
    margin: 0;
    line-height: 1em;
    font-size: 12px;
    color: #81868a;
    letter-spacing: 0.2em;
}

.course-details__comment {
    margin-left: -50px;
    margin-right: -50px;
    border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 40px;
    margin-top: 50px;
}

.course-details__comment-top,
.course-details__comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.course-details__comment-single+.course-details__comment-single {
    padding-top: 50px;
    margin-top: 40px;
    border-top: 2px solid #f1f1f1;
}

.course-details__comment-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-details__comment-img {
    width: 76px;
    margin-right: 20px;
}

.course-details__comment-img>img {
    width: 100%;
}

.course-details__comment-name {
    font-size: 20px;
    font-weight: 600;
    color: #012237;
    margin: 0;
}

.course-details__comment-date {
    font-size: 16px;
    color: #2da397;
    margin: 0;
    font-weight: 500;
    margin-right: 20px;
}

.course-details__comment-stars {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.course-details__comment-stars i {
    color: #f16101;
}

.course-details__comment-stars i.star-disabled {
    color: #f1f1f1;
}

.course-details__comment-text {
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    color: #81868a;
    margin: 0;
    margin-top: 20px;
}

.course-details__comment-form-text {
    font-size: 18px;
    color: #81868a;
    font-weight: 500;
    margin: 0;
    margin-bottom: 20px;
}

.course-details__comment-form-text a {
    font-size: 20px;
    color: #f1f1f1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-details__comment-form-text a:focus,
.course-details__comment-form-text a:hover {
    color: #f16101;
    cursor: pointer;
}

.course-details__comment-form input,
.course-details__comment-form textarea {
    display: block;
    width: 100%;
    height: 77px;
    background-color: #f1f1f1;
    color: #81868a;
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    padding-left: 40px;
    margin-bottom: 10px;
}

.course-details__comment-form input::-webkit-input-placeholder,
.course-details__comment-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #81868a;
}

.course-details__comment-form input::-moz-placeholder,
.course-details__comment-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #81868a;
}

.course-details__comment-form input:-ms-input-placeholder,
.course-details__comment-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #81868a;
}

.course-details__comment-form input:-moz-placeholder,
.course-details__comment-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #81868a;
}

.course-details__comment-form textarea {
    height: 210px;
}

.course-details__comment-form-btn {
    font-size: 18px;
    padding: 21.5px 58px;
}

.course-details__comment-form-btn:hover {
    background-color: #012237;
    color: #fff;
}

.course-details__tab-navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f1f1f1;
    margin-top: 30px;
    margin-bottom: 0;
}

.course-details__tab-navs li {
    line-height: 1em;
}

.course-details__tab-navs li a {
    color: #81868a;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 30.5px 50px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.course-details__tab-navs li a::before {
    content: "";
    width: 35px;
    height: 10px;
    background-color: #2da397;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.course-details__tab-navs li a:hover,
.course-details__tab-navs li a.active {
    background-color: #2da397;
    color: #fff;
}

.course-details__tab-navs li a:hover:before,
.course-details__tab-navs li a.active:before {
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
}

.course-details__tab-content {
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
    padding: 50px;
}

.course-details__tab-content .course-details__meta-icon {
    width: 30px;
    height: 30px;
}

.course-details__tab-content .course-details__meta-icon i {
    font-size: 12px;
}

.course-details__tab-content .course-details__meta-icon:before {
    border-width: 1px;
}

.course-details__tab-content .course-details__meta-icon.video-icon {
    background-color: #7c4bc0;
}

.course-details__tab-content .course-details__meta-icon.video-icon:before {
    border-color: #7c4bc0;
}

.course-details__tab-content .course-details__meta-icon.file-icon {
    background-color: #f16101;
}

.course-details__tab-content .course-details__meta-icon.file-icon:before {
    border-color: #f16101;
}

.course-details__tab-content .course-details__meta-icon.quiz-icon {
    background-color: #d23f3f;
}

.course-details__tab-content .course-details__meta-icon.quiz-icon:before {
    border-color: #d23f3f;
}

.course-details__tab-text {
    margin: 0;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    color: #81868a;
}

.course-details__tab-title {
    font-size: 20px;
    color: #012237;
    font-weight: 600;
    margin: 0;
}

.course-details__overview-list li {
    color: #f16101;
    font-size: 16px;
    font-weight: 500;
}

.course-details__curriculum-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 22.5px;
    padding-bottom: 22.5px;
    border-bottom: 1px solid #f1f1f1;
}

.course-details__curriculum-list li:first-child {
    padding-top: 0;
}

.course-details__curriculum-list-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-details__curriculum-list-left a {
    font-size: 16px;
    font-weight: 600;
    color: #012237;
}

.course-details__curriculum-list-left span {
    font-size: 12px;
    color: #81868a;
    font-weight: 500;
    background-color: #f1f1f1;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 15px;
}

.course-details__curriculum-list-right {
    font-size: 16px;
    font-weight: 500;
    color: #81868a;
}

.course-details__price {
    background-color: #f1f1f1;
    text-align: center;
    padding: 50px;
}

.course-details__price-text {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #81868a;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1em;
}

.course-details__price-amount {
    margin: 0;
    color: #012237;
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    margin-top: 10px;
}

.course-details__price-btn {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    width: 100%;
    margin-top: 30px;
}

.course-details__meta {
    margin-top: 30px;
    margin-bottom: 30px;
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
}

.course-details__meta-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #81868a;
    font-size: 18px;
    font-weight: 500;
    padding: 25px 50px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-details__meta-link:hover {
    color: #f16101;
}

.course-details__meta-link:hover .course-details__meta-icon::before {
    left: 0;
}

.course-details__meta-link span {
    color: #012237;
    margin-left: 15px;
}

.course-details__meta-link:nth-child(1) .course-details__meta-icon {
    background-color: #1888c9;
}

.course-details__meta-link:nth-child(1) .course-details__meta-icon::before {
    border-color: #1888c9;
}

.course-details__meta-link:nth-child(2) .course-details__meta-icon {
    background-color: #7c4bc0;
}

.course-details__meta-link:nth-child(2) .course-details__meta-icon::before {
    border-color: #7c4bc0;
}

.course-details__meta-link:nth-child(3) .course-details__meta-icon {
    background-color: #f16101;
}

.course-details__meta-link:nth-child(3) .course-details__meta-icon::before {
    border-color: #f16101;
}

.course-details__meta-link:nth-child(4) .course-details__meta-icon {
    background-color: #2da397;
}

.course-details__meta-link:nth-child(4) .course-details__meta-icon::before {
    border-color: #2da397;
}

.course-details__meta-link:nth-child(5) .course-details__meta-icon {
    background-color: #d23f3f;
}

.course-details__meta-link:nth-child(5) .course-details__meta-icon::before {
    border-color: #d23f3f;
}

.course-details__meta-link:nth-child(6) .course-details__meta-icon {
    background-color: #33a9bb;
}

.course-details__meta-link:nth-child(6) .course-details__meta-icon::before {
    border-color: #33a9bb;
}

.course-details__meta-link+.course-details__meta-link {
    border-top: 2px solid #f1f1f1;
}

.course-details__meta-icon {
    width: 40px;
    height: 40px;
    background-color: #2da397;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    position: relative;
}

.course-details__meta-icon:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid;
    border-color: #2da397;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-details__meta-icon i {
    color: #fff;
    font-size: 16px;
}

.course-details__list {
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
    padding: 50px;
}

.course-details__list-title {
    margin: 0;
    color: #012237;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.course-details__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-details__list-item+.course-details__list-item {
    border-top: 2px solid #f1f1f1;
    padding-top: 30px;
    margin-top: 30px;
}

.course-details__list-img {
    width: 67px;
    margin-right: 30px;
}

.course-details__list-img>img {
    width: 100%;
}

.course-details__list-author {
    font-size: 14px;
    color: #81868a;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.course-details__list-author span {
    color: #2da397;
    margin-left: 6px;
}

.course-details__list h3 {
    font-size: 16px;
    font-weight: 600;
    color: #81868a;
    margin: 0;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.course-details__list h3 a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-details__list h3 a:hover {
    color: #012237;
}

.course-details__list-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.course-details__list-stars i {
    font-size: 14px;
    color: #f16101;
}

.course-details__list-stars span {
    font-size: 14px;
    font-weight: 500;
    color: #012237;
    line-height: 1em;
    margin-left: 10px;
}

.course-one__carousel .owl-dots .owl-dot {
    outline: none;
}

.course-one__carousel .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.course-one__carousel .owl-dots .owl-dot:hover span,
.course-one__carousel .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.56);
    transform: scale(1.56);
    opacity: 1;
    background-color: #012237;
}

.course-one__carousel .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background-color: #012237;
    margin: 0 2.5px;
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.course-one__top-title.home-one {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #2da397;
    padding-bottom: 188px;
}

.course-one__top-title.home-one:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/patter-1-1.jpg);
    opacity: 0.05;
}

.course-one__top-title.home-one .block-title__title {
    color: #fff;
}

.course-one__top-title.home-one:before {
    display: none;
}

.course-one__top-title__curve {
    width: 100%;
    height: 60px;
    background-image: url(../images/course-title-curve.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.course-category-one {
    padding: 120px 0;
    padding-top: 110px;
}

.course-category-one .container-fluid {
    max-width: 1520px;
    width: 100%;
}

.course-category-one__single {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 60px;
}

.course-category-one__single:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.course-category-one__single.color-1 .course-category-one__icon {
    background-color: #1888c9;
}

.course-category-one__single.color-1 .course-category-one__icon:before {
    border-color: #1888c9;
}

.course-category-one__single.color-2 .course-category-one__icon {
    background-color: #7c4bc0;
}

.course-category-one__single.color-2 .course-category-one__icon:before {
    border-color: #7c4bc0;
}

.course-category-one__single.color-3 .course-category-one__icon {
    background-color: #f16101;
}

.course-category-one__single.color-3 .course-category-one__icon:before {
    border-color: #f16101;
}

.course-category-one__single.color-4 .course-category-one__icon {
    background-color: #2da397;
}

.course-category-one__single.color-4 .course-category-one__icon:before {
    border-color: #2da397;
}

.course-category-one__single.color-5 .course-category-one__icon {
    background-color: #d23f3f;
}

.course-category-one__single.color-5 .course-category-one__icon:before {
    border-color: #d23f3f;
}

.course-category-one__single.color-6 .course-category-one__icon {
    background-color: #33a9bb;
}

.course-category-one__single.color-6 .course-category-one__icon:before {
    border-color: #33a9bb;
}

.course-category-one__icon {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background-color: #f16101;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.course-category-one__icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid #f16101;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-category-one__icon i {
    font-size: 56px;
    line-height: 112px;
    color: #fff;
}

.course-category-one__icon:hover:before {
    left: 0;
}

.course-category-one__title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #012237;
    margin-top: 40px;
}

.course-category-one__title a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-category-one__title a:hover {
    color: #f16101;
}

.course-category-one .thm-btn {
    padding: 21.5px 68px;
    background-color: #012237;
    color: #fff;
}

.course-category-one .thm-btn:hover {
    background-color: #f16101;
    color: #fff;
}

.course-category-two .inner-container {
    padding: 75px 40px;
    padding-bottom: 0;
    background-color: #fff;
    margin-top: -120px;
    position: relative;
    z-index: 10;
}

.course-category-two .owl-dots .owl-dot {
    outline: none;
}

.course-category-two .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.course-category-two .owl-dots .owl-dot:hover span,
.course-category-two .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.56);
    transform: scale(1.56);
    opacity: 1;
    background-color: #012237;
}

.course-category-two .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background-color: #012237;
    margin: 0 2.5px;
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.course-category-two__single {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.course-category-two__single:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: calc(100% - 10px);
    height: 100%;
    border: 2px solid #f16101;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-category-two__single:after {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 10px);
    height: 100%;
    background-color: #f16101;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-category-two__single:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.course-category-two__single:hover:before {
    left: 10px;
}

.course-category-two__single.color-1:after {
    background-color: #1888c9;
}

.course-category-two__single.color-1:before {
    border-color: #1888c9;
}

.course-category-two__single.color-2:after {
    background-color: #7c4bc0;
}

.course-category-two__single.color-2:before {
    border-color: #7c4bc0;
}

.course-category-two__single.color-3:after {
    background-color: #f16101;
}

.course-category-two__single.color-3:before {
    border-color: #f16101;
}

.course-category-two__single.color-4:after {
    background-color: #2da397;
}

.course-category-two__single.color-4:before {
    border-color: #2da397;
}

.course-category-two__single.color-5:after {
    background-color: #d23f3f;
}

.course-category-two__single.color-5:before {
    border-color: #d23f3f;
}

.course-category-two__single.color-6:after {
    background-color: #33a9bb;
}

.course-category-two__single.color-6:before {
    border-color: #33a9bb;
}

.course-category-two__icon {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}

.course-category-two__icon i {
    font-size: 56px;
    line-height: 112px;
    color: #fff;
}

.course-category-two__icon:hover:before {
    left: 0;
}

.course-category-two__title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 25px;
    position: relative;
    z-index: 10;
}

.course-category-two__title a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-category-two__title a:hover {
    color: #012237;
}

.course-one__top-title.home-two {
    padding-top: 120px;
    padding-bottom: 0;
}

.course-one__top-title.home-two:before {
    display: none;
}

.course-one.home-two {
    padding-top: 0;
    position: relative;
    background-color: #022c46;
    margin-top: 320px;
}

.course-one.home-two:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/patter-1-1.jpg);
    opacity: 0.08;
}

.course-one.home-two .course-one__carousel {
    bottom: 243px;
    margin-bottom: -245px;
}

.course-one.home-two .course-one__carousel .owl-dots .owl-dot span {
    background-color: #fff;
    opacity: 0.2;
}

.course-one.home-two .course-one__carousel .owl-dots .owl-dot.active span {
    background-color: #fff;
    opacity: 1;
}

.course-one.home-two .course-one__line {
    position: absolute;
    bottom: 100%;
    left: 4%;
}

.course-one__top-title.home-three {
    padding-top: 120px;
    padding-bottom: 0;
}

.course-one__top-title.home-three:before {
    display: none;
}

.course-one.home-three {
    padding-top: 0;
    position: relative;
}

.course-one.home-three .course-one__line {
    display: none;
}

.course-category-three {
    position: relative;
    padding: 120px 0;
}

.course-category-three__circle {
    position: absolute;
    bottom: 10%;
    left: 10%;
}

.course-category-three__more-link {
    margin-top: 30px;
    padding: 21.5px 68px;
    background-color: #012237;
    color: #fff;
}

.course-category-three__more-link:hover {
    background-color: #f16101;
    color: #fff;
}

.course-category-three__single {
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 30px;
}

.course-category-three__single:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.course-category-three__single:hover .course-category-three__content {
    opacity: 1;
}

.course-category-three__content {
    width: calc(100% - 40px);
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0.8;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-category-three__content::before {
    content: "";
    width: 30px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.course-category-three__title {
    font-size: 16px;
    font-weight: 600;
    color: #012237;
    margin: 0;
    line-height: 1em;
    margin-bottom: 8px;
}

.course-category-three__title a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-category-three__title a:hover {
    color: #2da397;
}

.course-category-three__text {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #81868a;
    line-height: 1em;
    letter-spacing: 0.2em;
}


/*
* 12. inner-banner styles
*/

.inner-banner {
    background-color: #011928;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-image: url(../images/inner-bg-1-1.png);
}

.inner-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #011928;
    opacity: 0.5;
}

.inner-banner .container {
    position: relative;
    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;
    padding-top: 169px;
}

.inner-banner__title {
    margin: 0;
    text-transform: uppercase;
    font-size: 100px;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #fff;
    margin-top: 5px;
    margin-bottom: -25px;
}

.thm-breadcrumb {
    margin: 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;
}

.thm-breadcrumb li {
    font-size: 20px;
    text-transform: capitalize;
}

.thm-breadcrumb li a {
    color: #fff;
}

.thm-breadcrumb li+li::before {
    content: ".";
    color: #fff;
    margin-left: 15px;
    margin-right: 15px;
}


/*
* 14. blog styles
*/

.blog-one {
    padding-top: 120px;
    padding-bottom: 120px;
}

.blog-one__single {
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-one__single:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.blog-one__single:hover .blog-one__image>img {
    opacity: 0.6;
}

.blog-one__single:hover .blog-one__plus {
    opacity: 1;
    -webkit-transform: perspective(20px) translateZ(0px) translate(-50%, -50%);
    transform: perspective(20px) translateZ(0px) translate(-50%, -50%);
}

.blog-one__plus {
    font-size: 46px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: perspective(20px) translateZ(10px) translate(-50%, -50%);
    transform: perspective(20px) translateZ(10px) translate(-50%, -50%);
    -webkit-transition: opacity 0.4s ease, color 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.4s ease, color 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.4s ease, transform 0.3s ease, color 0.3s ease;
    transition: opacity 0.4s ease, transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
}

.blog-one__plus:hover {
    color: #f16101;
}

.blog-one__image {
    background-color: #012237;
    position: relative;
    overflow: hidden;
}

.blog-one__image>img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-one__content {
    padding: 0 42px;
    padding-top: 50px;
    padding-bottom: 40px;
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
    background-color: white;
}

.blog-one__meta {
    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;
    text-align: center;
    margin-bottom: 30px;
}

.blog-one__meta a {
    width: 40px;
    height: 40px;
    background-color: #f1f1f1;
    border-radius: 50%;
    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;
    text-align: center;
    position: relative;
}

.blog-one__meta a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    left: -5px;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 9;
}

.blog-one__meta a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f1f1f1;
    left: 0px;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 10;
}

.blog-one__meta a+a {
    margin-left: 15px;
}

.blog-one__meta a:hover {
    background-color: #f16101;
    color: #fff;
}

.blog-one__meta a:hover i {
    color: #fff;
}

.blog-one__meta a:hover:before {
    left: 0;
    border-color: #f16101;
}

.blog-one__meta a:hover:after {
    background-color: #f16101;
}

.blog-one__meta a i {
    font-size: 16px;
    color: #81868a;
    position: relative;
    z-index: 11;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-one__title {
    font-size: 30px;
    font-weight: bold;
    color: #012237;
    margin-bottom: 38px;
}

.blog-one__title a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-one__title a:hover {
    color: #f16101;
}

.blog-one__text {
    font-size: 16px;
    line-height: 34px;
    color: #81868a;
    font-weight: 500;
    margin: 0;
    margin-bottom: 30px;
}

.blog-one__link {
    font-size: 12px;
    color: #012237;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    line-height: 1em;
}

.blog-one__link:hover {
    color: #f16101;
}

.blog-one .post-pagination {
    margin-top: 30px;
}

.blog-one__home-two {
    padding-bottom: 90px;
}

.blog-details {
    padding: 120px 0;
}

.blog-details .blog-one__single {
    margin-bottom: 0;
}

.blog-details .blog-one__title {
    font-size: 50px;
    margin-bottom: 28px;
}

.blog-details .blog-one__text {
    margin-bottom: 0;
}

.blog-details .blog-one__text+.blog-one__text {
    margin-top: 30px;
}

.blog-details__content-title {
    margin: 0;
    color: #012237;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}

.blog-details .share-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
    border: 2px solid #f1f1f1;
    border-top: 0;
}

.blog-details .share-block .left-block p {
    margin: 0;
    color: #012237;
    font-size: 16px;
    font-weight: 600;
}

.blog-details .share-block .left-block p a {
    color: #f16101;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-left: 5px;
    letter-spacing: 0;
}

.blog-details .share-block .left-block p a:hover {
    color: #012237;
}

.blog-details .share-block .social-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-details .share-block .social-block a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #81868a;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-details .share-block .social-block a+a {
    margin-left: 38px;
}

.blog-details .share-block .social-block a:hover {
    color: #f16101;
}

.blog-details__author {
    border: 2px solid #f1f1f1;
    padding: 60px 60px;
    margin-top: 50px;
    margin-bottom: 60px;
}

.blog-details__author-image,
.blog-details__author-content {
    display: table-cell;
    vertical-align: top;
}

.blog-details__author-image {
    width: 169px;
}

.blog-details__author-image>img {
    width: 100%;
}

.blog-details__author-content {
    padding-left: 40px;
}

.blog-details__author-content h3,
.blog-details__author-content p {
    margin: 0;
}

.blog-details__author-content h3 {
    color: #012237;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}

.blog-details__author-content p {
    font-size: 16px;
    line-height: 30px;
    color: #81868a;
    margin-bottom: 0px;
}

.blog-details__author-content a {
    font-size: 16px;
    font-weight: 500;
    color: #f16101;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-details__author-content a:hover {
    color: #012237;
}

.comment-one {
    margin-bottom: 60px;
}

.comment-one__single {
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 50px;
}

.comment-one__single+.comment-one__single {
    margin-top: 60px;
}

.comment-one__image,
.comment-one__content {
    display: table-cell;
    vertical-align: top;
}

.comment-one__image {
    width: 170px;
}

.comment-one__image .inner-block {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.comment-one__image .inner-block>img {
    width: 100%;
}

.comment-one__content {
    padding-left: 40px;
}

.comment-one__author {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #012237;
}

.comment-one__date {
    color: #f16101;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 25px;
}

.comment-one__date-sep {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 12px;
}

.comment-one__text {
    color: #81868a;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.comment-one__reply {
    font-size: 12px;
    padding: 0.5px 21px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.comment-one__reply:hover {
    background-color: #012237;
    color: #fff;
}

.comment-one__top-left,
.comment-one__top-right {
    display: table-cell;
    vertical-align: top;
}

.reply-form input,
.reply-form textarea {
    border: none;
    outline: none;
    width: 100%;
    display: block;
    height: 77px;
    color: #81868a;
    font-size: 16px;
    padding-left: 30px;
    background-color: #f1f1f1;
    margin-bottom: 10px;
}

.reply-form input::-webkit-input-placeholder,
.reply-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #81868a;
}

.reply-form input::-moz-placeholder,
.reply-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #81868a;
}

.reply-form input:-ms-input-placeholder,
.reply-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #81868a;
}

.reply-form input:-moz-placeholder,
.reply-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #81868a;
}

.reply-form textarea {
    height: 210px;
    padding-top: 20px;
}

.reply-form__btn {
    font-size: 18px;
    padding: 21.5px 58px;
}

.reply-form__btn:hover {
    background-color: #012237;
    color: #fff;
}

.blog-two {
    padding-top: 110px;
    margin-bottom: 205px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #2da397;
}

.blog-two:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/patter-1-1.jpg);
    opacity: 0.05;
}

.blog-two__carousel {
    top: 205px;
    margin-top: -205px;
}

.blog-two .block-title__title {
    color: #fff;
}

.blog-two .owl-dots .owl-dot {
    outline: none;
}

.blog-two .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.blog-two .owl-dots .owl-dot:hover span,
.blog-two .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.56);
    transform: scale(1.56);
    opacity: 1;
    background-color: #012237;
}

.blog-two .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background-color: #012237;
    margin: 0 2.5px;
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.blog-two__inner {
    padding: 40px;
    padding-top: 20px;
    background-color: rgba(1, 34, 55, 0.6);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-two__inner:hover {
    background-color: rgba(1, 34, 55, 0.3);
}

.blog-two__date {
    width: 70px;
    height: 70px;
    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;
    background-color: #fff;
    color: #012237;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.2em;
    font-weight: 600;
    border-radius: 50%;
    line-height: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 90px;
}

.blog-two__date::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-two__date:hover:before {
    left: 0;
}

.blog-two__date span {
    font-weight: 400;
    font-family: "Satisfy";
    font-size: 18px;
    letter-spacing: 0em;
}

.blog-two__title {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-top: 15px;
}

.blog-two__title a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-two__title a:hover {
    text-decoration: underline;
}

.blog-two__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
}

.blog-two__meta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-two__meta a:hover {
    text-decoration: underline;
}

.blog-two__meta a+a:before {
    content: ".";
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}


/*
* 15. search-popup styles
*/

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.search-popup.active {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.search-popup__overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0.7;
    cursor: none;
}

.search-popup__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    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;
}

.search-popup__form {
    position: relative;
    z-index: 9991;
    width: 100%;
    padding: 15px;
    max-width: 600px;
    position: relative;
}

.search-popup__form input {
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    color: #012237;
    font-size: 18px;
    background-color: white;
    padding-left: 30px;
}

.search-popup__form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #012237;
}

.search-popup__form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #012237;
}

.search-popup__form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #012237;
}

.search-popup__form input:-moz-placeholder {
    /* Firefox 18- */
    color: #012237;
}

.search-popup__form button[type="submit"] {
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #f16101;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.search-popup__form button[type="submit"]:hover {
    background-color: #012237;
    color: #f16101;
}


/*
* 16. sidebar styles
*/

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

@media (max-width: 600px) {
    .section-boxs-contactus .wrap-content .boxs-contact {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    h1.title.title-banner.service-title {
        font-size: 25px !important;
    }
}

.sidebar__title {
    margin: 0;
    color: #012237;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.sidebar__single:not(.sidebar__search) {
    padding: 50px;
    background-color: #f1f1f1;
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__post__single+.sidebar__post__single {
    margin-top: 30px;
}

.sidebar__post-image,
.sidebar__post-content {
    display: table-cell;
    vertical-align: middle;
}

.sidebar__post-image {
    width: 60px;
}

.sidebar__post-image .inner-block {
    width: 100%;
}

.sidebar__post-image .inner-block>img {
    width: 100%;
}

.sidebar__post-content {
    padding-left: 20px;
}

.sidebar__post-title {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #012237;
}

.sidebar__post-title a {
    color: #012237;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__post-title a:hover {
    color: #012237;
}

.sidebar__category-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar__category-list-item {
    line-height: 1em;
}

.sidebar__category-list-item a {
    color: #7b7f85;
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__category-list-item a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: #012237;
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__category-list-item a:hover {
    color: #012237;
}

.sidebar__category-list-item+.sidebar__category-list-item {
    margin-top: 27px;
}

.sidebar__tags-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -10px;
}

.sidebar__tags-list-item {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
}

.sidebar__tags-list-item a {
    display: block;
    color: #7b7f85;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__tags-list-item a:hover {
    color: #012237;
}

.sidebar__search-form {
    width: 100%;
    height: 79px;
    background-color: #f1f1f1;
    position: relative;
}

.sidebar__search-form input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    color: #81868a;
    padding-left: 40px;
    padding-right: 40px;
}

.sidebar__search-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #81868a;
}

.sidebar__search-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #81868a;
}

.sidebar__search-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #81868a;
}

.sidebar__search-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #81868a;
}

.sidebar__search-form button[type="submit"] {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: #f16101;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__search-form button[type="submit"] i {
    font-size: 14px;
    color: #fff;
    line-height: 41px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__search-form button[type="submit"]:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #f16101;
    position: absolute;
    left: -5px;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__search-form button[type="submit"]:hover:before {
    left: 0;
}


/*
* 17. about styles
*/

.about-one {
    padding: 120px 0;
    position: relative;
    border-bottom: 2px solid #f1f1f1;
}

.about-one__circle {
    position: absolute;
    right: 10%;
    bottom: -3%;
}

.about-one__img {
    position: relative;
    margin-bottom: 45px;
}

.about-one__img:before {
    content: "";
    width: 197px;
    height: 268px;
    position: absolute;
    top: -40%;
    left: -10%;
    background-image: url(../images/dot-pattern-1-2.png);
    background-position: 0 0;
    z-index: 10;
}

.about-one__text {
    margin: 0;
    font-size: 18px;
    line-height: 36px;
    color: #81868a;
    margin-bottom: 60px;
}

.about-one__btn {
    padding: 21.5px 68px;
    font-size: 16px;
}

.about-one__btn:hover {
    background-color: #012237;
    color: #fff;
}

.about-one__review {
    background-color: #fff;
    max-width: 300px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 33.5px 0;
}

.about-one__review-count {
    margin: 0;
    font-weight: 400;
    font-size: 30px;
    color: #012237;
    line-height: 1em;
}

.about-one__review-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.about-one__review-stars i {
    color: #f16101;
    font-size: 20px;
}

.about-one__review-stars i+i {
    margin-left: 10px;
}

.about-one__review-text {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.about-one__about-page {
    border-bottom: 1px solid #f1f1f1;
}

.about-one__about-page .about-one__img:before {
    top: auto;
    bottom: -40%;
}

.about-two {
    padding: 120px 0;
}

.about-two .block-title {
    margin-bottom: 50px;
}

.about-two__text {
    margin: 0;
    font-size: 18px;
    line-height: 36px;
    color: #81868a;
}

.about-two .thm-btn {
    padding: 21.5px 68px;
}

.about-two .thm-btn:hover {
    background-color: #012237;
    color: #fff;
}

.about-two__single {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.about-two__single-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 45px;
    margin-bottom: 50px;
}

.about-two__single-text {
    color: #012237;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.about-two__single i {
    color: #2da397;
    font-size: 64px;
    margin-right: 14px;
}

.about-two__image {
    display: inline-block;
    border-radius: 50%;
    position: relative;
}

.about-two__image:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 20px solid #fff;
    z-index: 11;
}

.about-two__image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    border: 3px solid #f16101;
    border-radius: 50%;
}

.about-two__image>img {
    border-radius: 50%;
    position: relative;
    z-index: 10;
}

.about-two__image-dots {
    width: 197px;
    height: 268px;
    position: absolute;
    top: 0%;
    left: calc(100% - 60px);
    background-image: url(../images/dot-pattern-1-2.png);
    background-position: 0 0;
    z-index: 10;
}

.about-two__count {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 12;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    border-radius: 50%;
    width: 175px;
    height: 175px;
    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;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.about-two__count:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px dashed rgba(1, 34, 55, 0.15);
    border-radius: 50%;
}

.about-two__count-text {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: #81868a;
}

.about-two__count span {
    display: block;
    color: #f16101;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: 30px;
}


/*
* 18. video styles
*/

.video-one {
    background-color: #022c46;
    position: relative;
    padding: 120px 0;
}

.video-one .container {
    position: relative;
}

.video-one__scratch {
    position: absolute;
    top: -8%;
    left: -12%;
}

.video-one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #022c46;
    background-image: url(../images/patter-1-1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.05;
}

.video-one__content {
    padding-bottom: 30px;
}

.video-one__title {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin: 0;
}

.video-one__btn {
    margin-top: 35px;
    padding: 21.5px 59.5px;
    background-color: #012237;
    font-size: 18px;
    color: #fff;
}

.video-one__popup {
    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;
    text-align: center;
    width: 104px;
    height: 104px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 60px;
    bottom: 60px;
}

.video-one__popup:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.video-one__popup i {
    font-size: 26px;
    color: #012237;
}

.video-one__popup:hover:before {
    left: 0;
}

.video-two {
    position: relative;
    padding: 120px 0;
    background-image: url(../images/video-bg-1-1.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.video-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #012237;
    opacity: 0.6;
}

.video-two .container {
    position: relative;
}

.video-two .thm-btn {
    padding: 21.5px 68px;
    background-color: #012237;
    color: #fff;
}

.video-two .thm-btn:hover {
    background-color: #fff;
    color: #012237;
}

.video-two__scratch {
    position: absolute;
    top: -20%;
    left: -12%;
}

.video-two__title {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin: 0;
    margin-bottom: 60px;
}

.video-two__popup {
    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;
    text-align: center;
    width: 156px;
    height: 156px;
    background-color: #f16101;
    border-radius: 50%;
    position: relative;
}

.video-two__popup:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 100%;
    height: 100%;
    border: 2px solid #f16101;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.video-two__popup i {
    font-size: 38px;
    color: #fff;
}

.video-two__popup:hover:before {
    left: 0;
}

.video-three {
    padding-bottom: 120px;
}

.video-three .container {
    position: relative;
}

.video-three .container:before {
    content: "";
    width: 197px;
    height: 268px;
    position: absolute;
    bottom: -10%;
    left: -10%;
    background-image: url(../images/dot-pattern-1-2.png);
    background-position: 0 0;
}

.video-three__box {
    background-image: url(../images/video-1-2.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;
    padding: 60px;
}

.video-three__fact {
    padding: 65px 60px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.video-three__fact i {
    font-size: 64px;
    color: #fff;
}

.video-three__fact-count {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: 1em;
    margin-top: 20px;
}

.video-three__fact-text {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    margin-top: 5px;
}

.video-three__title {
    font-size: 50px;
    font-weight: bold;
    color: #012237;
    margin: 0;
}

.video-three__btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 215px;
}

.video-three__popup {
    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;
    text-align: center;
    width: 104px;
    height: 104px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
}

.video-three__popup:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.video-three__popup i {
    font-size: 26px;
    color: #012237;
}

.video-three__popup:hover:before {
    left: 0;
}


/*
* 19. brand styles
*/

.brand-one {
    padding: 120.5px 0;
}

.brand-one__home-three {
    border-top: 2px solid #f1f1f1;
}

.brand-one__carousel {
    padding-left: 45px;
    padding-right: 45px;
}

.brand-one__carousel img {
    opacity: 0.2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.brand-one__carousel img:hover {
    opacity: 0.6;
}

.brand-two {
    padding: 120px 0;
    border-top: 2px solid #f1f1f1;
}

.brand-two .block-title__title {
    font-size: 24px;
    font-weight: bold;
    color: #012237;
    margin: 0;
}


/*
* 20. testimonials styles
*/

.testimonials-one {
    border-top: 2px solid #f1f1f1;
    padding: 120px 0;
}

.testimonials-one__carousel {
    text-align: center;
}

.testimonials-one__carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.testimonials-one__carousel .owl-stage-outer {
    overflow: visible;
}

.testimonials-one__carousel .owl-dots .owl-dot {
    outline: none;
}

.testimonials-one__carousel .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.testimonials-one__carousel .owl-dots .owl-dot:hover span,
.testimonials-one__carousel .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.56);
    transform: scale(1.56);
    opacity: 1;
    background-color: #012237;
}

.testimonials-one__carousel .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background-color: #012237;
    margin: 0 2.5px;
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.testimonials-one__single {
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
    background-color: white;
    padding: 60px 55px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.testimonials-one__single:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.testimonials-one__qoute {
    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;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f16101;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.testimonials-one__qoute::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #f16101;
}

.testimonials-one__carousel .owl-item .testimonials-one__img {
    width: 58px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.testimonials-one__text {
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
}

.testimonials-one__name {
    font-size: 18px;
    color: #012237;
    font-weight: 600;
    margin: 0;
    line-height: 1em;
    margin-bottom: 10px;
}

.testimonials-one__designation {
    margin: 0;
    line-height: 1em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #81868a;
}

.testimonials-one__home-three {
    border-top: 0;
    padding-bottom: 80px;
}


/*
* 21. meeting styles
*/

.meeting-one {
    padding-top: 120px;
    padding-bottom: 120px;
}

.meeting-one__block-text {
    margin: 0;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
}

@media (min-width: 992px) {
    .meeting-one__content {
        padding-left: 60px;
    }
}

.meeting-one__box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 115px;
}

.meeting-one__box {
    background-color: #f1f1f1;
    width: 200px;
    height: 221px;
    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;
    position: relative;
}

.meeting-one__box img {
    border-radius: 50%;
}

.meeting-one__box+.meeting-one__box {
    margin-left: 50px;
    margin-top: 30px;
}

.meeting-one__title {
    margin: 0;
    color: #012237;
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.meeting-one__text {
    margin: 0;
    font-size: 14px;
    color: #81868a;
    line-height: 1em;
}

.meeting-one__bubble {
    background-color: #2da397;
    position: absolute;
    bottom: calc(100% + 15px);
    right: -30px;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
    padding: 15px 20px;
    max-width: 192px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(4, 5, 5, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(4, 5, 5, 0.1);
}

.meeting-one__bubble:before {
    content: "";
    width: 24px;
    height: 17px;
    position: absolute;
    top: 100%;
    left: 30px;
    background-color: #2da397;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.meeting-one__box:nth-child(even) .meeting-one__bubble:before,
.meeting-one__box:nth-child(even) .meeting-one__bubble {
    background-color: #f16101;
}


/*
* 22. countdown styles
*/

.countdown-one {
    padding-bottom: 120px;
}

.countdown-one .become-teacher__form {
    margin-top: -87px;
}

.countdown-one__content {
    padding-top: 100px;
}

.countdown-one__title {
    margin: 0;
    color: #012237;
    font-size: 60px;
    font-weight: 700;
    margin-top: -15px;
}

.countdown-one__tag-line {
    margin: 0;
    font-size: 26px;
    color: #2da397;
    margin-top: 5px;
}

.countdown-one__text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    color: #81868a;
    margin-top: 45px;
    margin-bottom: 50px;
}

.countdown-one__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 0;
    margin-top: -10px;
}

.countdown-one__list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    padding-left: 7px;
    padding-right: 7px;
}

.countdown-one__list li div {
    border: 2px solid #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.countdown-one__list li i {
    line-height: 115px;
    color: #f16101;
    font-size: 40px;
    font-style: normal;
}

.countdown-one__list li span {
    background-color: #f1f1f1;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 41px;
}


/*
* 23. mailchimp styles
*/

.mailchimp-one {
    background-color: #f16101;
    padding: 120px 0;
}

.mailchimp-one .my-auto {
    width: 100%;
}

.mailchimp-one__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mailchimp-one__icon i {
    color: #f16101;
    font-size: 53px;
    margin-left: 10px;
    margin-right: 25px;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
}

.mailchimp-one__icon i:after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mailchimp-one__icon i:hover:after {
    left: 0;
}

.mailchimp-one__title {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.mailchimp-one__form {
    position: relative;
}

.mailchimp-one__form input {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    height: 77px;
    background-color: #fff;
    color: #81868a;
    font-size: 16px;
    padding-left: 30px;
}

.mailchimp-one__form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #81868a;
}

.mailchimp-one__form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #81868a;
}

.mailchimp-one__form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #81868a;
}

.mailchimp-one__form input:-moz-placeholder {
    /* Firefox 18- */
    color: #81868a;
}

.mailchimp-one__form .thm-btn {
    background-color: #012237;
    color: #fff;
    padding: 0;
    line-height: 77px;
    width: 159px;
    position: absolute;
    top: 0;
    right: 0;
}

.mailchimp-one__form .thm-btn:hover {
    color: #fff;
    background-color: #2da397;
}

section.slider-three.vegas-container {
    height: 100vh !important;
}

.cta-one {
    background-color: #f16101;
    padding-top: 101.5px;
    padding-bottom: 101.5px;
}

.cta-one__title {
    margin: 0;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    margin-top: -10px;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.cta-one__btn-block a svg {
    width: 15px;
}

.block-title__title.orange {
    color: #f16101 !important;
    text-shadow: 2px 2px black;
    font-size: 80px;
}

.course-category-three__single:hover {
    cursor: pointer;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

svg.svg-inline--fa.fa-heart.fa-w-16 {
    width: 1em;
}

svg.svg-inline--fa.fa-clock.fa-w-16 {
    width: 1em;
}

.cta-three .svg-inline--fa {
    font-size: 64px;
    color: #2da397;
}

.svg-inline--fa.fa-w-20 {
    width: 1.25em;
}

.contact-info-one__icon .svg-inline--fa {
    font-size: 54px;
    color: #fff;
}


/* novo */

@media only screen and (min-width: 48em) {
    html {
        font-size: 12px;
    }
}

@media only screen and (min-width: 64em) {
    html {
        font-size: 16px;
    }
}

.text {
    margin-bottom: 20px;
}

a {
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

p {
    -webkit-user-select: text;
    -o-user-select: text;
    -ms-user-select: text;
    -moz-user-select: text;
    user-select: text;
    margin: 0 0 20px 0;
    position: relative;
}

.title2 {
    height: auto;
    margin: 0 auto 10px auto;
    text-align: left;
    width: 100%;
}

@media screen and (min-width: 48em) {
    .title2 {
        margin: 0 auto 15px auto;
    }
}

.title2 {
    font-size: 1.625rem;
}

@media screen and (min-width: 48em) {
    .title2 {
        margin: 0 auto 20px auto;
    }
}

.titleLineLarge:after {
    background-color: #ea7a0c;
    content: "";
    display: block;
    height: 2px;
    margin: 5px auto 0 auto;
    position: relative;
    width: 100%;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html body {
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff;
    z-index: 0;
}

html body::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

html body::-webkit-scrollbar-button {
    background-color: #005aa2;
    display: none;
}

html body::-webkit-scrollbar-corner {
    background-color: #005aa2;
}

html body::-webkit-resizer {
    background-color: #005aa2;
}

html body::-webkit-scrollbar-thumb {
    background-color: #fdc346;
    height: 50px;
}

html body::-webkit-scrollbar-track {
    background-color: #fff;
}

html body::-webkit-scrollbar-track-piece {
    background-color: #005aa2;
    margin: 0;
}

html body.blocked {
    overflow: hidden;
}

main {
    display: inline-block;
    height: auto;
    width: 100%;
}

main {
    z-index: initial;
}

.d-none {
    display: none;
}


/* section {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
} */

@media only screen and (min-width: 64em) {
    section {
        padding-left: 0;
        padding-right: 0;
    }
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.inlineBlock {
    display: inline-block;
}

.initialFade {
    -webkit-animation: fadeOut 1000ms ease-in 1s 1 normal forwards;
    -o-animation: fadeOut 1000ms ease-in 1s 1 normal forwards;
    -ms-animation: fadeOut 1000ms ease-in 1s 1 normal forwards;
    -moz-animation: fadeOut 1000ms ease-in 1s 1 normal forwards;
    animation: fadeOut 1000ms ease-in 1s 1 normal forwards;
    filter: alpha(opacity=1);
    opacity: 1;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.hide {
    display: none !important;
}

@media only screen and (max-width: 30em) {
    .hiddenXsMax {
        display: none !important;
    }
    h1.title.title-banner.cat-title.univer {
        font-size: 3rem !important;
    }
}

@media only screen and (max-width: 48em) {
    .hiddenSmMax {
        display: none !important;
    }
}

@media only screen and (max-width: 64em) {
    .hiddenMdMax {
        display: none !important;
    }
}

@media only screen and (max-width: 75em) {
    .hiddenLgMax {
        display: none !important;
    }
}

@media only screen and (min-width: 48em) {
    .hiddenSmMin {
        display: none !important;
    }
}

@media only screen and (min-width: 64em) {
    .hiddenMdMin {
        display: none !important;
    }
}

@media only screen and (min-width: 75em) {
    .hiddenLgMin {
        display: none !important;
    }
}

.imgBackground {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.imgBackground.contain {
    background-size: contain;
}

.imgBackground.fixed {
    background-attachment: fixed;
}

.imgBackground.gray {
    background-color: #ccc;
}

.no-scroll {
    overflow: hidden;
}

.inscription {
    -webkit-transition: opacity 375ms ease-in-out;
    -o-transition: opacity 375ms ease-in-out;
    -ms-transition: opacity 375ms ease-in-out;
    -moz-transition: opacity 375ms ease-in-out;
    transition: opacity 375ms ease-in-out;
    bottom: 10px;
    position: fixed;
    width: auto;
    z-index: 99999999;
}

@media only screen and (max-width: 48em) {
    .inscription {
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        left: 50%;
    }
}

@media only screen and (min-width: 64em) {
    .inscription {
        bottom: 40px;
        right: 90px;
    }
}

.inscription.hide {
    display: none;
}

.inscription img {
    float: right;
    margin-top: 15px;
    width: 7rem;
}

@media only screen and (min-width: 64em) {
    .inscription .balloon:after {
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: background-color 375ms ease-in-out;
        -o-transition: background-color 375ms ease-in-out;
        -ms-transition: background-color 375ms ease-in-out;
        -moz-transition: background-color 375ms ease-in-out;
        transition: background-color 375ms ease-in-out;
        background-color: #f59434;
        bottom: -5px;
        content: "";
        display: block;
        height: 20px;
        position: absolute;
        right: 20px;
        width: 20px;
        z-index: -1;
    }
}

.inscription .balloon:hover:after,
.inscription .balloon.active:after {
    background-color: #04529e;
}

.inscription .balloon a {
    font-size: 1.625rem;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(80deg, #2b9efb, #03386c);
    background-image: -o-linear-gradient(80deg, #2b9efb, #03386c);
    background-image: linear-gradient(80deg, #2b9efb, #03386c);
    -webkit-transition: background-color 375ms ease-in-out, color 375ms ease-in-out;
    -o-transition: background-color 375ms ease-in-out, color 375ms ease-in-out;
    -ms-transition: background-color 375ms ease-in-out, color 375ms ease-in-out;
    -moz-transition: background-color 375ms ease-in-out, color 375ms ease-in-out;
    transition: background-color 375ms ease-in-out, color 375ms ease-in-out;
    border-radius: 4px;
    color: #fff;
    display: table;
    height: auto;
    letter-spacing: 0;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}

@media only screen and (min-width: 64em) {
    .inscription .balloon a {
        font-size: 0.8rem;
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(80deg, #fdc346, #ea7a0c);
        background-image: -o-linear-gradient(80deg, #fdc346, #ea7a0c);
        background-image: linear-gradient(80deg, #fdc346, #ea7a0c);
        padding: 6px;
    }
}

.inscription .balloon a:before {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(80deg, #2b9efb, #03386c);
    background-image: -o-linear-gradient(80deg, #2b9efb, #03386c);
    background-image: linear-gradient(80deg, #2b9efb, #03386c);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 375ms ease-in-out;
    -o-transition: opacity 375ms ease-in-out;
    -ms-transition: opacity 375ms ease-in-out;
    -moz-transition: opacity 375ms ease-in-out;
    transition: opacity 375ms ease-in-out;
    border-radius: 4px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.inscription .balloon a:hover:before,
.inscription .balloon a.active:before {
    filter: alpha(opacity=1);
    opacity: 1;
}

.mainOverlay {
    -webkit-animation: fadeOutMainOverlay 375ms linear 0s 1 normal forwards;
    -o-animation: fadeOutMainOverlay 375ms linear 0s 1 normal forwards;
    -ms-animation: fadeOutMainOverlay 375ms linear 0s 1 normal forwards;
    -moz-animation: fadeOutMainOverlay 375ms linear 0s 1 normal forwards;
    animation: fadeOutMainOverlay 375ms linear 0s 1 normal forwards;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: -1;
}

.mainOverlay.active {
    -webkit-animation: fadeInMainOverlay 375ms linear 0s 1 normal forwards;
    -o-animation: fadeInMainOverlay 375ms linear 0s 1 normal forwards;
    -ms-animation: fadeInMainOverlay 375ms linear 0s 1 normal forwards;
    -moz-animation: fadeInMainOverlay 375ms linear 0s 1 normal forwards;
    animation: fadeInMainOverlay 375ms linear 0s 1 normal forwards;
    z-index: 17;
}

.reference {
    height: 280px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.noInscription+.inscription {
    display: none;
}

.ttSection {
    clear: both;
    color: #000;
    height: auto;
}

.ttSection .title2 {
    clear: both;
    display: block;
    margin: 35px 0;
    padding: 0;
    text-align: left;
}

@media only screen and (min-width: 64em) {
    .ttSection .title2 {
        height: 255px;
        margin: 0;
        padding: 100px 0 40px 50px;
    }
}

.wrap,
.wrapLeft {
    width: 100%;
}

.informations {
    background-color: #f29925;
    clear: both;
    padding-top: 50px;
}

.informations.informationsPole {
    background-color: #fdc346;
}

.informations .ttSection .title2 {
    color: #fff;
}

.informations .ttSection .title2:after {
    background-color: #fff;
}

.informations .listInformations {
    padding-bottom: 50px;
}

@media only screen and (min-width: 64em) {
    .informations .listInformations {
        padding-bottom: 180px;
    }
}

.informations .listInformations li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    list-style: none;
    padding-bottom: 1.875em;
    padding-top: 1.875em;
    position: relative;
    transition: all 400ms ease;
    white-space: initial;
    width: 100%;
}

@media only screen and (min-width: 64em) {
    .informations .listInformations li {
        width: 100%;
        padding: 0;
        border: 0;
        text-align: right;
        padding-right: 85px;
        display: block;
    }
    .informations .listInformations li:hover {
        background-color: #fff;
    }
    .informations .listInformations li:hover a {
        color: #f29925;
    }
}

.informations .listInformations li:last-child {
    border-bottom: 0;
}

@media only screen and (min-width: 64em) {
    .informations .listInformations li:last-child a {
        border-bottom: 0;
    }
}

.informations .listInformations a {
    font-size: 1.625rem;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font-weight: 100;
    text-decoration: none;
    transition: all 400ms ease;
    text-transform: initial;
    float: left;
    width: 80%;
    padding-right: 30px;
    position: absolute;
    top: 50%;
}

@media only screen and (min-width: 64em) {
    .informations .listInformations a {
        font-size: 1.875rem;
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
        position: static;
        text-transform: initial;
        text-align: left;
        width: 60%;
        padding-right: 0;
        padding-top: 1.875em;
        padding-bottom: 1.875em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
        float: none;
    }
}

.ead .informationsCourses {
    background-color: #2685c1;
}

@media only screen and (min-width: 64em) {
    .ead .informationsCourses {
        background-color: transparent;
    }
}

@media only screen and (min-width: 64em) {
    .ead .informationsCourses .listInformations li:hover {
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(80deg, #2685c1, #03386c);
        background-image: -o-linear-gradient(80deg, #2685c1, #03386c);
        background-image: linear-gradient(80deg, #2685c1, #03386c);
    }
}

@media only screen and (min-width: 64em) {
    .ead .informationsCourses .listInformations li:hover .content {
        border: none;
    }
}

@media only screen and (min-width: 64em) {
    .ead .informationsCourses .listInformations li .content {
        color: #000;
    }
}

.informationsCourses {
    background-color: #f29925;
    clear: both;
    min-height: 400px;
}

@media only screen and (min-width: 64em) {
    .informationsCourses {
        background-color: #fff;
        padding-top: 50px;
    }
}

.informationsCourses.change {
    padding-top: 100px;
}

.informationsCourses .listInformations {
    padding-bottom: 50px;
}

@media only screen and (min-width: 64em) {
    .informationsCourses .listInformations {
        padding-bottom: 95px;
    }
}

.informationsCourses .listInformations li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    list-style: none;
    padding-bottom: 1.875em;
    padding-top: 1.875em;
    position: relative;
    transition: all 400ms ease;
    white-space: initial;
}

@media only screen and (min-width: 64em) {
    .informationsCourses .listInformations li {
        border: none;
        text-align: right;
        width: 100%;
        padding-bottom: 0;
        padding-top: 0;
    }
    .informationsCourses .listInformations li:before {
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(80deg, #f29925, #fdc346);
        background-image: -o-linear-gradient(80deg, #f29925, #fdc346);
        background-image: linear-gradient(80deg, #f29925, #fdc346);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: opacity 375ms ease-in-out;
        -o-transition: opacity 375ms ease-in-out;
        -ms-transition: opacity 375ms ease-in-out;
        -moz-transition: opacity 375ms ease-in-out;
        transition: opacity 375ms ease-in-out;
        border-radius: 0;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    .informationsCourses .listInformations li.disable:hover:before {
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(80deg, #bdb9b9, #909592);
        background-image: -o-linear-gradient(80deg, #bdb9b9, #909592);
        background-image: linear-gradient(80deg, #bdb9b9, #909592);
    }
    .informationsCourses .listInformations li:hover:before {
        filter: alpha(opacity=1);
        opacity: 1;
    }
    .informationsCourses .listInformations li:hover .content {
        color: #fff;
    }
    .informationsCourses .listInformations li:hover .content span {
        color: #fff;
    }
    .informationsCourses .listInformations li:hover .content .flagType {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
    }
    .informationsCourses .listInformations li:hover .content .flagType:hover {
        background: #fff;
        color: #000;
    }
}

.informationsCourses .listInformations li:last-child {
    border-bottom: 0;
}

@media only screen and (min-width: 64em) {
    .informationsCourses .listInformations li:last-child .content {
        border-bottom: 0;
    }
}

@media only screen and (min-width: 64em) {
    .informationsCourses .listInformations li.wrap {
        padding-left: 9vw;
        padding-right: 3vw;
    }
}

.informationsCourses .listInformations li h2 {
    font-size: 1.625rem;
}

.informationsCourses .listInformations li .content {
    font-size: 1.625rem;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    height: auto;
    padding-right: 80px;
    text-decoration: none;
    transition: all 400ms ease;
    width: 100%;
}

@media only screen and (min-width: 64em) {
    .informationsCourses .listInformations li .content {
        font-size: 1.875rem;
        color: #000;
        padding-bottom: 20px;
        padding-top: 20px;
        text-transform: initial;
        text-align: left;
    }
}

.informationsCourses .listInformations li .content span {
    font-size: 0.875rem;
    color: #fff;
    text-transform: uppercase;
    display: block;
    transition: all 400ms ease;
}

@media only screen and (min-width: 64em) {
    .informationsCourses .listInformations li .content span {
        color: #000;
        display: inline-block;
        margin-left: 10px;
    }
    .informationsCourses .listInformations li .content span:first-child {
        margin-left: 40px;
    }
}

.informationsCourses .listInformations li .content span.flagNew {
    font-size: 0.75rem;
    background-color: #005193;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    padding: 0 10px;
}

.informationsCourses .listInformations li .content span strong {
    font-weight: 500;
}

.informationsCourses .listInformations li .flagType {
    font-size: 0.875rem;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    position: relative;
    transition: all 400ms ease;
}

@media only screen and (min-width: 64em) {
    .informationsCourses .listInformations li .flagType {
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(80deg, #f29925, #fdc346);
        background-image: -o-linear-gradient(80deg, #f29925, #fdc346);
        background-image: linear-gradient(80deg, #f29925, #fdc346);
    }
}

.informationsCourses .ttSection .title2 {
    color: #fff;
    display: inline-block;
    height: auto;
    padding-top: 0;
    width: auto;
}

@media only screen and (min-width: 64em) {
    .informationsCourses .ttSection .title2 {
        color: #ea7a0c;
        padding-top: 50px;
    }
}

@media only screen and (min-width: 64em) {
    .graduation .menuCourses h1 {
        width: 25%;
    }
}

.graduation .menuCourses h2 {
    font-size: 1.5rem;
    padding: 20px 0;
    width: 25%;
}

@media only screen and (max-width: 48em) {
    .graduation .menuCourses h2 {
        font-size: 2.25rem;
        background-color: #fff;
        color: #6d6d6d;
        padding: 20px;
        width: 100%;
    }
}

@media only screen and (min-width: 64em) {
    .graduation .menuCourses .itensMenu {
        width: 65%;
    }
}

@media only screen and (min-width: 64em) {
    .graduation .menuCourses .itensMenu .dropdown {
        width: 88%;
    }
}

@media only screen and (min-width: 64em) {
    .ead.menuCourses h1 {
        width: 14%;
    }
}

.ead.menuCourses .content {
    padding: 20px 20px 45px 20px;
}

@media only screen and (min-width: 64em) {
    .ead.menuCourses .content {
        padding: 30px 0 15px 15px;
    }
}

@media only screen and (min-width: 64em) {
    .ead.menuCourses .itensMenu {
        width: 77%;
    }
}

@media only screen and (min-width: 64em) {
    .ead.menuCourses .itensMenu .dropdown {
        width: 90%;
    }
}

.ead.menuCourses .itensMenu .type {
    color: #fff;
    margin-top: 10px;
    text-align: left;
    text-transform: uppercase;
}

@media only screen and (min-width: 64em) {
    .ead.menuCourses .itensMenu .type {
        display: inline-block;
        width: 90%;
    }
}

.menuCourses {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    z-index: 11;
}

.menuCourses h1 {
    font-size: 2rem;
    color: #fff;
    float: left;
    font-weight: 100;
    padding-top: 12px;
    text-align: center;
    width: 100%;
}

@media only screen and (min-width: 64em) {
    .menuCourses h1 {
        font-size: 1.25rem;
        float: left;
        text-align: left;
        width: 28%;
    }
}

.menuCourses .content {
    background-image: -webkit-linear-gradient(left, #005193 0%, #001b35 100%);
    background-image: -o-linear-gradient(left, #005193 0%, #001b35 100%);
    background-image: linear-gradient(to right, #005193 0%, #001b35 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF005193', endColorstr='#FF001B35', GradientType=1);
    display: inline-block;
    height: auto;
    padding: 20px 20px 60px 20px;
    width: 100%;
}

@media only screen and (min-width: 64em) {
    .menuCourses .content {
        padding: 30px 0 30px 15px;
    }
}

.menuCourses .filterClear {
    background-color: #ea7a0c;
    cursor: pointer;
    display: none;
    height: 35px;
    padding: 0 14px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 12;
}

@media only screen and (max-width: 48em) {
    .menuCourses .filterClear {
        bottom: 0;
    }
}

@media only screen and (min-width: 64em) {
    .menuCourses .filterClear {
        height: 100%;
        top: 0;
        width: 82px;
    }
}

.menuCourses .filterClear:hover span {
    color: #fdc346;
}

.menuCourses .filterClear:hover .svgClear {
    fill: #fdc346;
}

.menuCourses .filterClear button {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
}

.menuCourses .filterClear button span {
    font-size: 0.875rem;
    -webkit-transition: color 375ms ease-in-out;
    -o-transition: color 375ms ease-in-out;
    -ms-transition: color 375ms ease-in-out;
    -moz-transition: color 375ms ease-in-out;
    transition: color 375ms ease-in-out;
    color: #fff;
    font-weight: 100;
    vertical-align: middle;
    text-transform: uppercase;
}

@media only screen and (min-width: 64em) {
    .menuCourses .filterClear button span {
        font-size: 0.6875rem;
    }
}

.menuCourses .filterClear button .svgClear {
    -webkit-transition: fill 375ms ease-in-out;
    -o-transition: fill 375ms ease-in-out;
    -ms-transition: fill 375ms ease-in-out;
    -moz-transition: fill 375ms ease-in-out;
    transition: fill 375ms ease-in-out;
    fill: #fff;
    height: 12px;
    vertical-align: middle;
    width: 12px;
}

.menuCourses .itensMenu {
    float: left;
    padding-top: 10px;
    text-align: right;
    width: 100%;
}

@media only screen and (min-width: 64em) {
    .menuCourses .itensMenu {
        padding-top: 0;
    }
}

.menuCourses .itensMenu .dropdown {
    width: 100%;
    z-index: 2;
}

@media only screen and (min-width: 64em) {
    .menuCourses .itensMenu .dropdown {
        display: inline-block;
    }
}

.menuCourses .itensMenu .dropdown>li {
    cursor: pointer;
    height: 44px;
    margin-top: 20px;
    position: relative;
    text-transform: capitalize;
    width: 100%;
}

@media only screen and (min-width: 64em) {
    .menuCourses .itensMenu .dropdown>li {
        border-bottom: 0;
        float: left;
        height: auto;
        margin-top: 0;
        margin-left: 12px;
        max-width: 32%;
        width: auto;
    }
}

.menuCourses .itensMenu .dropdown>li.active {
    z-index: 1;
}

.menuCourses .itensMenu .dropdown>li>span {
    font-size: 0.8125rem;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    width: 100%;
    text-align: left;
}

@media only screen and (min-width: 64em) {
    .menuCourses .itensMenu .dropdown>li>span {
        width: auto;
        text-align: center;
    }
    .menuCourses .itensMenu .dropdown>li>span:hover:after {
        width: 100%;
    }
}

.menuCourses .itensMenu .dropdown>li>span:after {
    -webkit-transition: width 375ms ease-in-out;
    -o-transition: width 375ms ease-in-out;
    -ms-transition: width 375ms ease-in-out;
    -moz-transition: width 375ms ease-in-out;
    transition: width 375ms ease-in-out;
    background-color: #0c69b3;
    content: "";
    display: block;
    height: 5px;
    margin: 0 auto;
    width: 0;
}

.menuCourses .itensMenu .dropdown>li .count {
    display: inline-block;
    color: #ea7a0c;
    margin-left: 5px;
    width: auto;
}

.menuCourses .itensMenu .dropdown>li .count:after {
    display: none;
}

.menuCourses .itensMenu .dropdown>li .triggerDropdown {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    overflow-x: hidden;
    padding: 14px 35px 12px 15px;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.menuCourses .itensMenu .dropdown>li .triggerDropdown>span {
    font-size: 0.9375rem;
    color: #fff;
}

@media only screen and (min-width: 64em) {
    .menuCourses .itensMenu .dropdown>li .triggerDropdown>span {
        font-size: 0.8125rem;
    }
}

.menuCourses .itensMenu .dropdown>li .triggerMenu {
    /* display: inline-block; */
    width: 100%;
}

.menuCourses .itensMenu .filtarPorText {
    font-size: 0.6875rem;
    color: #fff;
    float: left;
    margin-top: 18px;
    text-align: right;
    text-transform: uppercase;
    vertical-align: top;
    width: 72px;
}

.section-boxs-contactus {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5rem;
}

.section-boxs-contactus .wrap-content {
    padding-left: 9vw;
    padding-right: 9vw;
}

.section-boxs-contactus .wrap-content h1 {
    font-size: 26px;
    font-weight: 100;
    text-align: left;
    color: #000;
    width: 100%;
    margin-bottom: 60px;
}

.section-boxs-contactus .wrap-content h1::after {
    background-color: #ea7a0c;
    content: " ";
    display: block;
    height: 2px;
    margin-top: 10px;
    position: relative;
    width: 10px;
}

.section-boxs-contactus .wrap-content .boxs-contact {
    display: flex;
    justify-content: center;
}

.section-boxs-contactus .wrap-content .boxs-contact .box {
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    height: 330px;
    transition: background-color 300ms ease-in-out;
    width: 32.3%;
    margin: 0 1rem;
}

@media screen and (max-width: 600px) {
    .section-boxs-contactus .wrap-content .boxs-contact .box {
        height: 96vw;
        margin: 0 0 26px 0;
        width: 100%;
    }
}

.section-boxs-contactus .wrap-content .boxs-contact .box a {
    font-weight: 100;
    height: 100%;
    padding: 3vw;
    text-align: center;
    transition: color 300ms ease-in-out;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .section-boxs-contactus .wrap-content .boxs-contact .box a {
        padding: 17vw 0 0 0;
    }
}

.section-boxs-contactus .wrap-content .boxs-contact .box a svg {
    fill: #000;
    height: 110px;
    margin-bottom: 15px;
    transition: fill 300ms ease-in-out;
    width: 110px;
    text-emphasis: center;
}

@media screen and (max-width: 600px) {
    .section-boxs-contactus .wrap-content .boxs-contact .box a svg {
        height: 74px;
    }
}

.section-boxs-contactus .wrap-content .boxs-contact .box a h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
    transition: color 300ms ease-in-out;
    display: table;
    font-weight: 100;
    line-height: 1.2;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    word-break: break-word;
}

.section-boxs-contactus .wrap-content .boxs-contact .box a h4 {
    font-size: 15px;
    font-weight: 100;
    transition: color 300ms ease-in-out;
    color: #000;
    margin: auto;
    text-transform: none;
}

.section-boxs-contactus .wrap-content .boxs-contact .box:hover {
    background-color: rgba(234, 153, 12, 0.9);
}

.section-boxs-contactus .wrap-content .boxs-contact .box:hover a svg {
    fill: #fff;
}

.section-boxs-contactus .wrap-content .boxs-contact .box:hover a h3,
.section-boxs-contactus .wrap-content .boxs-contact .box:hover a h4,
.section-boxs-contactus .wrap-content .boxs-contact .box:hover i {
    color: #fff !important;
}

.coursesList .imgBackground .carouselCourses .owl-item.active .item .box {
    background-color: #1a2d5d;
}

.coursesList .imgBackground .carouselCourses .owl-item.active .item:nth-child(3n) .box {
    background-color: #21252f;
}

.coursesList .imgBackground .carouselCourses .owl-item.active .item:nth-child(2n) .box {
    background-color: #333f5c;
}

.coursesList .imgBackground .carouselCourses .owl-item .item .box {
    -webkit-transition: background-color 375ms ease-in-out;
    -o-transition: background-color 375ms ease-in-out;
    -ms-transition: background-color 375ms ease-in-out;
    -moz-transition: background-color 375ms ease-in-out;
    transition: background-color 375ms ease-in-out;
    padding: 40px 30px;
    background-color: #333f5c;
}

@media only screen and (min-width: 64em) {
    .coursesList .imgBackground .carouselCourses .owl-item .item .box {
        height: 100%;
        padding: 35px 50px;
    }
}

.coursesList .imgBackground .carouselCourses .owl-item .item .box h3 {
    font-size: 1.875rem;
    color: #fff;
    font-weight: 100;
    max-width: 95%;
    text-align: left;
    text-transform: uppercase;
}

@media only screen and (min-width: 64em) {
    .coursesList .imgBackground .carouselCourses .owl-item .item .box h3 {
        font-size: 1rem;
        max-width: 100%;
    }
}

.coursesList .imgBackground .carouselCourses .owl-item .item .box .btnPrimary {
    bottom: 40px;
    position: absolute;
    width: 60%;
    padding: 8px 20px;
}

@media only screen and (min-width: 64em) {
    .coursesList .imgBackground .carouselCourses .owl-item .item .box .btnPrimary {
        bottom: 35px;
        width: 50%;
    }
}

.block-title.text-center.graduacao {
    padding: 4rem 0 2rem 0;
}

i.fas.fa-phone-volume {
    font-size: 9rem;
    margin-bottom: 20px;
    color: #333;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

i.far.fa-comment-alt {
    font-size: 9rem;
    margin-bottom: 20px;
    color: #333;
}

* {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: baseline;
    z-index: 0;
}

.btn {
    font-size: 1.625rem;
    border-radius: 4px;
    color: #fff;
    display: table;
    height: 40px;
    letter-spacing: 0;
    line-height: 40px;
    margin: auto;
    padding: 0.5px 26px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}

@media only screen and (min-width: 64em) {
    .btn {
        font-size: 0.875rem;
        margin: 0;
    }
}

.btn:disabled {
    filter: alpha(opacity=.5);
    opacity: 0.5;
    cursor: not-allowed;
}

.btn:disabled:hover {
    background-color: #dbdbdb;
}

.btn.btnBorder {
    -webkit-box-shadow: inset 0 0 0 2px #fdc346;
    -o-box-shadow: inset 0 0 0 2px #fdc346;
    -ms-box-shadow: inset 0 0 0 2px #fdc346;
    -moz-box-shadow: inset 0 0 0 2px #fdc346;
    box-shadow: inset 0 0 0 2px #fdc346;
    -webkit-transition: all 375ms ease-in-out;
    -o-transition: all 375ms ease-in-out;
    -ms-transition: all 375ms ease-in-out;
    -moz-transition: all 375ms ease-in-out;
    transition: all 375ms ease-in-out;
    color: #fff;
}

.btn.btnBorder:hover,
.btn.btnBorder.active {
    -webkit-box-shadow: inset 0 0 0 0 #fdc346;
    -o-box-shadow: inset 0 0 0 0 #fdc346;
    -ms-box-shadow: inset 0 0 0 0 #fdc346;
    -moz-box-shadow: inset 0 0 0 0 #fdc346;
    box-shadow: inset 0 0 0 0 #fdc346;
    background-color: #fdc346;
}

.btn.btnBorder:hover svg,
.btn.btnBorder.active svg {
    fill: #fff;
}

.btn.btnBorder svg {
    fill: #fdc346;
}

.btn.btnLarge {
    font-size: 1.625rem;
    height: 72px;
    line-height: 72px;
    padding: 0 60px;
}

@media only screen and (min-width: 64em) {
    .btn.btnLarge {
        font-size: 1.25rem;
    }
}

.btn.btnPrimary {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(80deg, #fdc346, #ea7a0c);
    background-image: -o-linear-gradient(80deg, #fdc346, #ea7a0c);
    background-image: linear-gradient(80deg, #fdc346, #ea7a0c);
    -webkit-transition: background-color 375ms ease-in-out, color 375ms ease-in-out;
    -o-transition: background-color 375ms ease-in-out, color 375ms ease-in-out;
    -ms-transition: background-color 375ms ease-in-out, color 375ms ease-in-out;
    -moz-transition: background-color 375ms ease-in-out, color 375ms ease-in-out;
    transition: background-color 375ms ease-in-out, color 375ms ease-in-out;
    color: #fff;
}

.btn.btn-gradient {
    -webkit-transition: background-color 375ms ease-in-out, box-shadow 375ms ease-in-out, color 375ms ease-in-out;
    -o-transition: background-color 375ms ease-in-out, box-shadow 375ms ease-in-out, color 375ms ease-in-out;
    -ms-transition: background-color 375ms ease-in-out, box-shadow 375ms ease-in-out, color 375ms ease-in-out;
    -moz-transition: background-color 375ms ease-in-out, box-shadow 375ms ease-in-out, color 375ms ease-in-out;
    transition: background-color 375ms ease-in-out, box-shadow 375ms ease-in-out, color 375ms ease-in-out;
    background-color: #ea7a0c;
    color: #fff;
}

.btn.btn-gradient::before {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #faa729, #ea7a0c);
    background-image: -o-linear-gradient(45deg, #faa729, #ea7a0c);
    background-image: linear-gradient(45deg, #faa729, #ea7a0c);
    -webkit-transition: opacity 375ms ease-in-out;
    -o-transition: opacity 375ms ease-in-out;
    -ms-transition: opacity 375ms ease-in-out;
    -moz-transition: opacity 375ms ease-in-out;
    transition: opacity 375ms ease-in-out;
    border-radius: 4px;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.btn.btn-gradient:hover::before,
.btn.btn-gradient.active::before {
    opacity: 0;
}

.btn svg {
    -webkit-transition: fill 375ms ease-in-out;
    -o-transition: fill 375ms ease-in-out;
    -ms-transition: fill 375ms ease-in-out;
    -moz-transition: fill 375ms ease-in-out;
    transition: fill 375ms ease-in-out;
    fill: #fff;
    margin-bottom: 4px;
}

.btnSecondary {
    height: 42px;
    padding: 12px 5%;
}

@media only screen and (min-width: 48em) {
    html {
        font-size: 12px;
    }
}

@media only screen and (min-width: 64em) {
    html {
        font-size: 16px;
    }
}

hr {
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-bottom: 1px solid #dbdbdb;
    border-left: none;
    border-right: none;
    border-top: none;
    height: 0;
    margin: 20px auto;
}

mark {
    background-color: #fd0;
    color: #000;
}

p {
    -webkit-user-select: text;
    -o-user-select: text;
    -ms-user-select: text;
    -moz-user-select: text;
    user-select: text;
    margin: 0 0 20px 0;
    position: relative;
}

pre {
    overflow: auto;
}

small {
    font-size: 80%;
}

span {
    position: relative;
}

var {
    font-style: normal;
}

.title2,
.title3,
.title5 {
    height: auto;
    margin: 0 auto 10px auto;
    text-align: left;
    width: 100%;
}

@media screen and (min-width: 48em) {
    .title2,
    .title3,
    .title5 {
        margin: 0 auto 15px auto;
    }
}

.title2 {
    font-size: 1.625rem;
}

@media screen and (min-width: 48em) {
    .title2 {
        margin: 0 auto 20px auto;
    }
}

.title3 {
    font-size: 1.625rem;
}

@media screen and (min-width: 48em) {
    .title3 {
        font-size: 1.375rem;
    }
}

.titleLine:after,
.titleLineLeft:after {
    background-color: #ea7a0c;
    content: "";
    display: block;
    height: 3px;
    margin-top: 20px;
    position: relative;
    width: 30px;
}

.titleLineLarge:after {
    background-color: #ea7a0c;
    content: "";
    display: block;
    height: 2px;
    margin: 5px auto 0 auto;
    position: relative;
    width: 100%;
}

.titleLineLeft {
    margin: 20px auto 40px auto;
}

@media only screen and (min-width: 64em) {
    .titleLineLeft {
        margin: 0 0 40px 0;
    }
}

@media only screen and (min-width: 64em) {
    .titleLineLeft:after {
        margin: 35px 0 0 0;
    }
}

.titleLineLeftMedium:after {
    background-color: #ea7a0c;
    content: "";
    display: block;
    height: 1px;
    margin-top: 20px;
    position: relative;
    width: 65px;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html body {
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff;
    z-index: 0;
}

html body::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

html body::-webkit-scrollbar-button {
    background-color: #005aa2;
    display: none;
}

html body::-webkit-scrollbar-corner {
    background-color: #005aa2;
}

html body::-webkit-resizer {
    background-color: #005aa2;
}

html body::-webkit-scrollbar-thumb {
    background-color: #fdc346;
    height: 50px;
}

html body::-webkit-scrollbar-track {
    background-color: #fff;
}

html body::-webkit-scrollbar-track-piece {
    background-color: #005aa2;
    margin: 0;
}

html body.blocked {
    overflow: hidden;
}

main {
    display: inline-block;
    height: auto;
    width: 100%;
}

main {
    z-index: initial;
}

.d-none {
    display: none;
}


/* section {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
} */

@media only screen and (min-width: 64em) {
    section {
        padding-left: 0;
        padding-right: 0;
    }
}

ul {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.hide {
    display: none !important;
}

.noResult {
    background-color: #bdb9b9;
    height: auto;
    width: 100%;
}

.noResult:hover:before {
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
}

.noResult .text {
    color: #fff;
    padding: 50px;
    text-align: center;
}

.noResult .text:after {
    content: "Sem resultados";
}

.no-scroll {
    overflow: hidden;
}

.contentPage {
    color: #909592;
}

.contentPage.contentCourse {
    padding: 0 20px;
}

@media only screen and (min-width: 64em) {
    .contentPage.contentCourse {
        padding: 0;
    }
}

.contentPage .listContent li {
    white-space: initial;
}

.contentPage .listContent li.listItem {
    -webkit-transition: background-color 375ms ease-in-out;
    -o-transition: background-color 375ms ease-in-out;
    -ms-transition: background-color 375ms ease-in-out;
    -moz-transition: background-color 375ms ease-in-out;
    transition: background-color 375ms ease-in-out;
    height: auto;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 64em) {
    .contentPage .listContent li.listItem {
        padding: 0;
    }
}

.contentPage .listContent li.listItem:before {
    background-repeat: repeat-x;
    background-color: #2da397;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 375ms ease-in-out;
    -o-transition: opacity 375ms ease-in-out;
    -ms-transition: opacity 375ms ease-in-out;
    -moz-transition: opacity 375ms ease-in-out;
    transition: opacity 375ms ease-in-out;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.contentPage .listContent li.listItem:hover:before {
    filter: alpha(opacity=1);
    opacity: 1;
}

.contentPage .listContent li.listItem:hover svg {
    fill: #fff;
}

.contentPage .listContent li.listItem:hover .btnPrimary {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(80deg, #fff, #fff);
    background-image: -o-linear-gradient(80deg, #fff, #fff);
    background-image: linear-gradient(80deg, #fff, #fff);
    color: #fdc346;
}

.contentPage .listContent li.listItem:hover .btnPrimary:before {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(80deg, #f29925, #fdc346);
    background-image: -o-linear-gradient(80deg, #f29925, #fdc346);
    background-image: linear-gradient(80deg, #f29925, #fdc346);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 375ms ease-in-out;
    -o-transition: opacity 375ms ease-in-out;
    -ms-transition: opacity 375ms ease-in-out;
    -moz-transition: opacity 375ms ease-in-out;
    transition: opacity 375ms ease-in-out;
    border-radius: 4px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.contentPage .listContent li.listItem:hover .btnPrimary:hover,
.contentPage .listContent li.listItem:hover .btnPrimary.active {
    color: #fff;
}

.contentPage .listContent li.listItem:hover .btnPrimary:hover:before,
.contentPage .listContent li.listItem:hover .btnPrimary.active:before {
    filter: alpha(opacity=1);
    opacity: 1;
}

.contentPage .listContent li.listItem:hover .text,
.contentPage .listContent li.listItem:hover .title2,
.contentPage .listContent li.listItem:hover .title3 {
    color: #fff;
}

.contentPage .listContent li.listItem:hover .text span,
.contentPage .listContent li.listItem:hover .title2 span,
.contentPage .listContent li.listItem:hover .title3 span {
    color: #fff;
}

.contentPage .listContent li.listItem:hover .title2 {
    visibility: visible;
}

.contentPage .listContent li.listItem svg {
    -webkit-transition: fill 375ms ease-in-out;
    -o-transition: fill 375ms ease-in-out;
    -ms-transition: fill 375ms ease-in-out;
    -moz-transition: fill 375ms ease-in-out;
    transition: fill 375ms ease-in-out;
    fill: #000;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
}

.contentPage .listContent li.listItem .btnPrimary {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(80deg, #f29925, #fdc346);
    background-image: -o-linear-gradient(80deg, #f29925, #fdc346);
    background-image: linear-gradient(80deg, #f29925, #fdc346);
    display: inline-block;
    margin: 5px 5px 5px 0;
    padding: 0 40px;
    width: 300px;
    text-decoration: none !important;
}

.contentPage .listContent li.listItem .text,
.contentPage .listContent li.listItem .title2,
.contentPage .listContent li.listItem .title3 {
    -webkit-transition: color 375ms ease-in-out;
    -o-transition: color 375ms ease-in-out;
    -ms-transition: color 375ms ease-in-out;
    -moz-transition: color 375ms ease-in-out;
    transition: color 375ms ease-in-out;
    text-align: left;
    white-space: normal;
}

.contentPage .listContent li.listItem .text {
    font-weight: 100;
}

@media only screen and (max-width: 48em) {
    .contentPage .listContent li.listItem .text p {
        font-size: 1.375rem;
    }
}

.contentPage .listContent li.listItem .wrapContent {
    padding: 35px 0;
}

@media only screen and (min-width: 64em) {
    .contentPage .listContent li.listItem .wrapContent {
        padding: 75px 20vw;
    }
}

.contentPage .title2 {
    font-size: 1.875rem;
    color: #000;
    padding-top: 45px;
    text-align: left;
}

@media only screen and (min-width: 64em) {
    .contentPage .title2 {
        padding-top: 95px;
    }
}

.contentPage .text {
    font-size: 1.25rem;
}

@media only screen and (min-width: 64em) {
    .contentPage .text {
        font-size: 1rem;
    }
}

.contentPage .title3 {
    font-size: 2.25rem;
    color: #000;
}

.contentPage .titleLineLeftMedium:after {
    background-color: #fdc346;
}

.themeBlue .contentPage .listContent li.listItem:before {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(80deg, #2b9efb, #1672bb);
    background-image: -o-linear-gradient(80deg, #2b9efb, #1672bb);
    background-image: linear-gradient(80deg, #2b9efb, #1672bb);
}

.themeBlue .contentPage .listContent li.listItem:hover .btnPrimary {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(80deg, #fff, #fff);
    background-image: -o-linear-gradient(80deg, #fff, #fff);
    background-image: linear-gradient(80deg, #fff, #fff);
    color: #1672bb;
}

.themeBlue .contentPage .listContent li.listItem:hover .btnPrimary:before {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(80deg, #2b9efb, #1672bb);
    background-image: -o-linear-gradient(80deg, #2b9efb, #1672bb);
    background-image: linear-gradient(80deg, #2b9efb, #1672bb);
}

.themeBlue .contentPage .listContent li.listItem:hover .btnPrimary:hover,
.themeBlue .contentPage .listContent li.listItem:hover .btnPrimary.active {
    color: #fff;
}

.themeBlue .contentPage .listContent li.listItem .btnPrimary {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(80deg, #2b9efb, #1672bb);
    background-image: -o-linear-gradient(80deg, #2b9efb, #1672bb);
    background-image: linear-gradient(80deg, #2b9efb, #1672bb);
    text-decoration: none;
}

.themeBlue .contentPage .titleLineLeftMedium:after {
    background-color: #1672bb;
}

.inscription {
    -webkit-transition: opacity 375ms ease-in-out;
    -o-transition: opacity 375ms ease-in-out;
    -ms-transition: opacity 375ms ease-in-out;
    -moz-transition: opacity 375ms ease-in-out;
    transition: opacity 375ms ease-in-out;
    bottom: 10px;
    position: fixed;
    width: auto;
    z-index: 99999999;
}

@media only screen and (max-width: 48em) {
    .inscription {
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        left: 50%;
    }
}

@media only screen and (min-width: 64em) {
    .inscription {
        bottom: 40px;
        right: 90px;
    }
}

.inscription.hide {
    display: none;
}

.inscription img {
    float: right;
    margin-top: 15px;
    width: 5rem;
}

@media only screen and (min-width: 64em) {
    .inscription .balloon:after {
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: background-color 375ms ease-in-out;
        -o-transition: background-color 375ms ease-in-out;
        -ms-transition: background-color 375ms ease-in-out;
        -moz-transition: background-color 375ms ease-in-out;
        transition: background-color 375ms ease-in-out;
        background-color: #f59434;
        bottom: -5px;
        content: "";
        display: block;
        height: 20px;
        position: absolute;
        right: 20px;
        width: 20px;
        z-index: -1;
    }
}

.inscription .balloon:hover:after,
.inscription .balloon.active:after {
    background-color: #04529e;
}

.inscription .balloon a:before {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(80deg, #2b9efb, #03386c);
    background-image: -o-linear-gradient(80deg, #2b9efb, #03386c);
    background-image: linear-gradient(80deg, #2b9efb, #03386c);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 375ms ease-in-out;
    -o-transition: opacity 375ms ease-in-out;
    -ms-transition: opacity 375ms ease-in-out;
    -moz-transition: opacity 375ms ease-in-out;
    transition: opacity 375ms ease-in-out;
    border-radius: 4px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.inscription .balloon a:hover:before,
.inscription .balloon a.active:before {
    filter: alpha(opacity=1);
    opacity: 1;
}

.noInscription+.inscription {
    display: none;
}

.wrap,
.wrapContent,
.wrapLeft {
    width: 100%;
}

.wrap {
    padding-left: 3vw;
    padding-right: 3vw;
}

.wrapContent {
    margin: auto;
    padding: 0;
}

@media only screen and (min-width: 64em) {
    .wrapContent {
        padding: 0 20vw;
    }
}

.wrapContent.full {
    padding: 0;
}

.entryWaysContent {
    padding-bottom: 50px;
}

@media only screen and (min-width: 64em) {
    .entryWaysContent {
        padding-bottom: 200px;
    }
}

.entryWaysContent .title3 {
    padding-top: 25px;
}

@media only screen and (min-width: 64em) {
    .entryWaysContent .title3 {
        padding-top: 75px;
    }
}

.text {
    margin-bottom: 20px;
}

a {
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 900;
}

code,
kbd,
pre,
samp {
    font-family: monospace;
}

del,
s {
    text-decoration: line-through;
}

p {
    -webkit-user-select: text;
    -o-user-select: text;
    -ms-user-select: text;
    -moz-user-select: text;
    user-select: text;
    margin: 0 0 20px 0;
    position: relative;
}

.title2,
.title4,
.title5 {
    height: auto;
    margin: 0 auto 10px auto;
    text-align: left;
    width: 100%;
}

@media screen and (min-width: 48em) {
    .title2,
    .title4,
    .title5 {
        margin: 0 auto 15px auto;
    }
}

.title2 {
    font-size: 1.625rem;
}

@media screen and (min-width: 48em) {
    .title2 {
        margin: 0 auto 20px auto;
    }
}

.title4 {
    font-size: 1.25rem;
}

.titleLine:after,
.titleLineLeft:after {
    background-color: #ea7a0c;
    content: "";
    display: block;
    height: 3px;
    margin-top: 20px;
    position: relative;
    width: 30px;
}

.titleLineLarge:after {
    background-color: #ea7a0c;
    content: "";
    display: block;
    height: 2px;
    margin: 5px auto 0 auto;
    position: relative;
    width: 100%;
}

.titleLineLeft {
    margin: 20px auto 40px auto;
}

@media only screen and (min-width: 64em) {
    .titleLineLeft {
        margin: 0 0 40px 0;
    }
}

@media only screen and (min-width: 64em) {
    .titleLineLeft:after {
        margin: 35px 0 0 0;
    }
}

.titleLineLeftMedium:after {
    background-color: #ea7a0c;
    content: "";
    display: block;
    height: 1px;
    margin-top: 20px;
    position: relative;
    width: 65px;
}

.contentPage.contentCourse {
    padding: 0 20px;
}

@media only screen and (min-width: 64em) {
    .contentPage.contentCourse {
        padding: 0;
    }
}

.contentPage .listContent li {
    white-space: initial;
}

.contentPage .listContent li.listItem {
    -webkit-transition: background-color 375ms ease-in-out;
    -o-transition: background-color 375ms ease-in-out;
    -ms-transition: background-color 375ms ease-in-out;
    -moz-transition: background-color 375ms ease-in-out;
    transition: background-color 375ms ease-in-out;
    height: auto;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 64em) {
    .contentPage .listContent li.listItem {
        padding: 0;
    }
}

.contentPage .listContent li.listItem:before {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(80deg, #f29925, #fdc346);
    background-image: -o-linear-gradient(80deg, #f29925, #fdc346);
    background-image: linear-gradient(80deg, #f29925, #fdc346);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 375ms ease-in-out;
    -o-transition: opacity 375ms ease-in-out;
    -ms-transition: opacity 375ms ease-in-out;
    -moz-transition: opacity 375ms ease-in-out;
    transition: opacity 375ms ease-in-out;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.contentPage .listContent li.listItem:hover:before {
    filter: alpha(opacity=1);
    opacity: 1;
}

.contentPage .listContent li.listItem:hover svg {
    fill: #fff;
}

.contentPage .listContent li.listItem:hover .btnPrimary {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(80deg, #fff, #fff);
    background-image: -o-linear-gradient(80deg, #fff, #fff);
    background-image: linear-gradient(80deg, #fff, #fff);
    color: #fdc346;
}

.contentPage .listContent li.listItem:hover .btnPrimary:before {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(80deg, #f29925, #fdc346);
    background-image: -o-linear-gradient(80deg, #f29925, #fdc346);
    background-image: linear-gradient(80deg, #f29925, #fdc346);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 375ms ease-in-out;
    -o-transition: opacity 375ms ease-in-out;
    -ms-transition: opacity 375ms ease-in-out;
    -moz-transition: opacity 375ms ease-in-out;
    transition: opacity 375ms ease-in-out;
    border-radius: 4px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.contentPage .listContent li.listItem:hover .btnPrimary:hover,
.contentPage .listContent li.listItem:hover .btnPrimary.active {
    color: #fff;
}

.contentPage .listContent li.listItem:hover .btnPrimary:hover:before,
.contentPage .listContent li.listItem:hover .btnPrimary.active:before {
    filter: alpha(opacity=1);
    opacity: 1;
}

.contentPage .listContent li.listItem:hover .text,
.contentPage .listContent li.listItem:hover .title2,
.contentPage .listContent li.listItem:hover .title4 {
    color: #fff;
}

.contentPage .listContent li.listItem:hover .text span,
.contentPage .listContent li.listItem:hover .title2 span,
.contentPage .listContent li.listItem:hover .title4 span {
    color: #fff;
}

.contentPage .listContent li.listItem:hover .title2 {
    visibility: visible;
}

.contentPage .listContent li.listItem svg {
    -webkit-transition: fill 375ms ease-in-out;
    -o-transition: fill 375ms ease-in-out;
    -ms-transition: fill 375ms ease-in-out;
    -moz-transition: fill 375ms ease-in-out;
    transition: fill 375ms ease-in-out;
    fill: #000;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
}

.contentPage .listContent li.listItem .text,
.contentPage .listContent li.listItem .title2,
.contentPage .listContent li.listItem .title4 {
    -webkit-transition: color 375ms ease-in-out;
    -o-transition: color 375ms ease-in-out;
    -ms-transition: color 375ms ease-in-out;
    -moz-transition: color 375ms ease-in-out;
    transition: color 375ms ease-in-out;
    text-align: left;
    white-space: normal;
}

.contentPage .listContent li.listItem .text {
    font-weight: 100;
}

@media only screen and (max-width: 48em) {
    .contentPage .listContent li.listItem .text p {
        font-size: 1.375rem;
    }
}

.contentPage .title2 {
    font-size: 1.875rem;
    color: #000;
    padding-top: 45px;
    text-align: left;
}

@media only screen and (min-width: 64em) {
    .contentPage .title2 {
        padding-top: 95px;
    }
}

.contentPage .text {
    font-size: 1.25rem;
}

@media only screen and (min-width: 64em) {
    .contentPage .text {
        font-size: 1rem;
    }
}

.contentPage .title4 {
    font-size: 1.75rem;
}

.contentPage .titleLineLeftMedium:after {
    background-color: #fdc346;
}

.ttSection {
    clear: both;
    color: #000;
    height: auto;
}

.ttSection .title2 {
    clear: both;
    display: block;
    margin: 35px 0;
    padding: 0;
    text-align: left;
}

@media only screen and (min-width: 64em) {
    .ttSection .title2 {
        height: 255px;
        margin: 0;
        padding: 100px 0 40px 50px;
    }
}

.wrap {
    width: 100%;
}

.flex-container .col,
.flex-container .row {
    -webkit-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
}

.flex-container .col.reverse,
.flex-container .row.reverse {
    -webkit-box-direction: reverse;
}

.flex-container .col {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    height: auto;
    width: auto;
    -webkit-box-orient: vertical;
}

.flex-container .col.reverse {
    -webkit-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-orient: vertical;
}

.flex-container .row {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    height: 100%;
    width: 100%;
    -webkit-box-orient: horizontal;
}

.flex-container .row.reverse {
    -webkit-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
}

.flex-container .top {
    -webkit-align-items: flex-start;
    -o-align-items: flex-start;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.flex-container .middle {
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.flex-container .bottom {
    -webkit-align-items: flex-end;
    -o-align-items: flex-end;
    -ms-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.flex-container .around {
    -webkit-justify-content: space-around;
    -o-justify-content: space-around;
    -ms-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
}

.flex-container .between {
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.flex-container .center {
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    text-align: center;
}

.flex-container .end {
    -webkit-justify-content: flex-end;
    -o-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    text-align: right;
}

.flex-container .start {
    -webkit-justify-content: flex-start;
    -o-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    text-align: left;
}

.flex-container .first {
    -webkit-order: -1;
    -o-order: -1;
    -ms-order: -1;
    -ms-flex-order: -1;
    -moz-order: -1;
    order: -1;
    -webkit-box-ordinal-group: 0;
}

.flex-container .last {
    -webkit-order: 1;
    -o-order: 1;
    -ms-order: 1;
    -ms-flex-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-box-ordinal-group: 2;
}

.flex-container .col-xs,
.flex-container .col-xs-1,
.flex-container .col-xs-2,
.flex-container .col-xs-3,
.flex-container .col-xs-4,
.flex-container .col-xs-5,
.flex-container .col-xs-6,
.flex-container .col-xs-7,
.flex-container .col-xs-8,
.flex-container .col-xs-9,
.flex-container .col-xs-10,
.flex-container .col-xs-11,
.flex-container .col-xs-12,
.flex-container .col-xs-offset-0,
.flex-container .col-xs-offset-1,
.flex-container .col-xs-offset-2,
.flex-container .col-xs-offset-3,
.flex-container .col-xs-offset-4,
.flex-container .col-xs-offset-5,
.flex-container .col-xs-offset-6,
.flex-container .col-xs-offset-7,
.flex-container .col-xs-offset-8,
.flex-container .col-xs-offset-9,
.flex-container .col-xs-offset-10,
.flex-container .col-xs-offset-11,
.flex-container .col-xs-offset-12 {
    -webkit-flex: 0 0 auto;
    -o-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-flex: 0;
}

.flex-container .col-xs {
    -webkit-flex-basis: 0;
    -o-flex-basis: 0;
    -ms-flex-basis: 0;
    -moz-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -o-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
    max-width: 100%;
}

.flex-container .col-xs-1 {
    -webkit-flex-basis: 8.33333%;
    -o-flex-basis: 8.33333%;
    -ms-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333333%;
    max-width: 8.33333333%;
}

.flex-container .col-xs-2 {
    -webkit-flex-basis: 16.66667%;
    -o-flex-basis: 16.66667%;
    -ms-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66666667%;
    max-width: 16.66666667%;
}

.flex-container .col-xs-3 {
    -webkit-flex-basis: 25%;
    -o-flex-basis: 25%;
    -ms-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    max-width: 25%;
}

.flex-container .col-xs-4 {
    -webkit-flex-basis: 33.33333%;
    -o-flex-basis: 33.33333%;
    -ms-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333333%;
    max-width: 33.33333333%;
}

.flex-container .col-xs-5 {
    -webkit-flex-basis: 41.66667%;
    -o-flex-basis: 41.66667%;
    -ms-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66666667%;
    max-width: 41.66666667%;
}

.flex-container .col-xs-6 {
    -webkit-flex-basis: 50%;
    -o-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    max-width: 50%;
}

.flex-container .col-xs-7 {
    -webkit-flex-basis: 58.33333%;
    -o-flex-basis: 58.33333%;
    -ms-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333333%;
    max-width: 58.33333333%;
}

.flex-container .col-xs-8 {
    -webkit-flex-basis: 66.66667%;
    -o-flex-basis: 66.66667%;
    -ms-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66666667%;
    max-width: 66.66666667%;
}

.flex-container .col-xs-9 {
    -webkit-flex-basis: 75%;
    -o-flex-basis: 75%;
    -ms-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    max-width: 75%;
}

.flex-container .col-xs-10 {
    -webkit-flex-basis: 83.33333%;
    -o-flex-basis: 83.33333%;
    -ms-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333333%;
    max-width: 83.33333333%;
}

.flex-container .col-xs-11 {
    -webkit-flex-basis: 91.66667%;
    -o-flex-basis: 91.66667%;
    -ms-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66666667%;
    max-width: 91.66666667%;
}

.flex-container .col-xs-12 {
    -webkit-flex-basis: 100%;
    -o-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
}

.flex-container .col-xs-offset-0 {
    margin-left: 0;
}

.flex-container .col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.flex-container .col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.flex-container .col-xs-offset-3 {
    margin-left: 25%;
}

.flex-container .col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.flex-container .col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.flex-container .col-xs-offset-6 {
    margin-left: 50%;
}

.flex-container .col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.flex-container .col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.flex-container .col-xs-offset-9 {
    margin-left: 75%;
}

.flex-container .col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.flex-container .col-xs-offset-11 {
    margin-left: 91.66666667%;
}

@media only screen and (min-width: 48em) {
    .flex-container .flex-container {
        width: 49rem;
    }
    .flex-container .col-sm,
    .flex-container .col-sm-1,
    .flex-container .col-sm-2,
    .flex-container .col-sm-3,
    .flex-container .col-sm-4,
    .flex-container .col-sm-5,
    .flex-container .col-sm-6,
    .flex-container .col-sm-7,
    .flex-container .col-sm-8,
    .flex-container .col-sm-9,
    .flex-container .col-sm-10,
    .flex-container .col-sm-11,
    .flex-container .col-sm-12,
    .flex-container .col-sm-offset-0,
    .flex-container .col-sm-offset-1,
    .flex-container .col-sm-offset-2,
    .flex-container .col-sm-offset-3,
    .flex-container .col-sm-offset-4,
    .flex-container .col-sm-offset-5,
    .flex-container .col-sm-offset-6,
    .flex-container .col-sm-offset-7,
    .flex-container .col-sm-offset-8,
    .flex-container .col-sm-offset-9,
    .flex-container .col-sm-offset-10,
    .flex-container .col-sm-offset-11,
    .flex-container .col-sm-offset-12 {
        -webkit-flex: 0 0 auto;
        -o-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-flex: 0;
    }
    .flex-container .col-sm {
        -webkit-flex-basis: 0;
        -o-flex-basis: 0;
        -ms-flex-basis: 0;
        -moz-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -o-flex-grow: 1;
        -ms-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -ms-flex-preferred-size: 0;
        max-width: 100%;
    }
    .flex-container .col-sm-1 {
        -webkit-flex-basis: 8.33333%;
        -o-flex-basis: 8.33333%;
        -ms-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333333%;
        max-width: 8.33333333%;
    }
    .flex-container .col-sm-2 {
        -webkit-flex-basis: 16.66667%;
        -o-flex-basis: 16.66667%;
        -ms-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66666667%;
        max-width: 16.66666667%;
    }
    .flex-container .col-sm-3 {
        -webkit-flex-basis: 25%;
        -o-flex-basis: 25%;
        -ms-flex-basis: 25%;
        -moz-flex-basis: 25%;
        flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        max-width: 25%;
    }
    .flex-container .col-sm-4 {
        -webkit-flex-basis: 33.33333%;
        -o-flex-basis: 33.33333%;
        -ms-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .flex-container .col-sm-5 {
        -webkit-flex-basis: 41.66667%;
        -o-flex-basis: 41.66667%;
        -ms-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66666667%;
        max-width: 41.66666667%;
    }
    .flex-container .col-sm-6 {
        -webkit-flex-basis: 50%;
        -o-flex-basis: 50%;
        -ms-flex-basis: 50%;
        -moz-flex-basis: 50%;
        flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        max-width: 50%;
    }
    .flex-container .col-sm-7 {
        -webkit-flex-basis: 58.33333%;
        -o-flex-basis: 58.33333%;
        -ms-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333333%;
        max-width: 58.33333333%;
    }
    .flex-container .col-sm-8 {
        -webkit-flex-basis: 66.66667%;
        -o-flex-basis: 66.66667%;
        -ms-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66666667%;
        max-width: 66.66666667%;
    }
    .flex-container .col-sm-9 {
        -webkit-flex-basis: 75%;
        -o-flex-basis: 75%;
        -ms-flex-basis: 75%;
        -moz-flex-basis: 75%;
        flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        max-width: 75%;
    }
    .flex-container .col-sm-10 {
        -webkit-flex-basis: 83.33333%;
        -o-flex-basis: 83.33333%;
        -ms-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333333%;
        max-width: 83.33333333%;
    }
    .flex-container .col-sm-11 {
        -webkit-flex-basis: 91.66667%;
        -o-flex-basis: 91.66667%;
        -ms-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66666667%;
        max-width: 91.66666667%;
    }
    .flex-container .col-sm-12 {
        -webkit-flex-basis: 100%;
        -o-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        max-width: 100%;
    }
    .flex-container .col-sm-offset-0 {
        margin-left: 0;
    }
    .flex-container .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .flex-container .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .flex-container .col-sm-offset-3 {
        margin-left: 25%;
    }
    .flex-container .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .flex-container .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .flex-container .col-sm-offset-6 {
        margin-left: 50%;
    }
    .flex-container .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .flex-container .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .flex-container .col-sm-offset-9 {
        margin-left: 75%;
    }
    .flex-container .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .flex-container .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
}

@media only screen and (min-width: 64em) {
    .flex-container .flex-container {
        width: 65rem;
    }
    .flex-container .col-md,
    .flex-container .col-md-1,
    .flex-container .col-md-2,
    .flex-container .col-md-3,
    .flex-container .col-md-4,
    .flex-container .col-md-5,
    .flex-container .col-md-6,
    .flex-container .col-md-7,
    .flex-container .col-md-8,
    .flex-container .col-md-9,
    .flex-container .col-md-10,
    .flex-container .col-md-11,
    .flex-container .col-md-12,
    .flex-container .col-md-offset-0,
    .flex-container .col-md-offset-1,
    .flex-container .col-md-offset-2,
    .flex-container .col-md-offset-3,
    .flex-container .col-md-offset-4,
    .flex-container .col-md-offset-5,
    .flex-container .col-md-offset-6,
    .flex-container .col-md-offset-7,
    .flex-container .col-md-offset-8,
    .flex-container .col-md-offset-9,
    .flex-container .col-md-offset-10,
    .flex-container .col-md-offset-11,
    .flex-container .col-md-offset-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .flex-container .col-md {
        -webkit-flex-basis: 0;
        -o-flex-basis: 0;
        -ms-flex-basis: 0;
        -moz-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -o-flex-grow: 1;
        -ms-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -ms-flex-preferred-size: 0;
        max-width: 100%;
    }
    .flex-container .col-md-1 {
        -webkit-flex-basis: 8.33333%;
        -o-flex-basis: 8.33333%;
        -ms-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333333%;
        max-width: 8.33333333%;
    }
    .flex-container .col-md-2 {
        -webkit-flex-basis: 16.66667%;
        -o-flex-basis: 16.66667%;
        -ms-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66666667%;
        max-width: 16.66666667%;
    }
    .flex-container .col-md-3 {
        -webkit-flex-basis: 25%;
        -o-flex-basis: 25%;
        -ms-flex-basis: 25%;
        -moz-flex-basis: 25%;
        flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        max-width: 25%;
    }
    .flex-container .col-md-4 {
        -webkit-flex-basis: 33.33333%;
        -o-flex-basis: 33.33333%;
        -ms-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333333%;
        max-width: 33.33333333%;
    }
    .flex-container .col-md-5 {
        -webkit-flex-basis: 41.66667%;
        -o-flex-basis: 41.66667%;
        -ms-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66666667%;
        max-width: 41.66666667%;
    }
    .flex-container .col-md-6 {
        -webkit-flex-basis: 50%;
        -o-flex-basis: 50%;
        -ms-flex-basis: 50%;
        -moz-flex-basis: 50%;
        flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        max-width: 50%;
    }
    .flex-container .col-md-7 {
        -webkit-flex-basis: 58.33333%;
        -o-flex-basis: 58.33333%;
        -ms-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333333%;
        max-width: 58.33333333%;
    }
    .flex-container .col-md-8 {
        -webkit-flex-basis: 66.66667%;
        -o-flex-basis: 66.66667%;
        -ms-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66666667%;
        max-width: 66.66666667%;
    }
    .flex-container .col-md-9 {
        -webkit-flex-basis: 75%;
        -o-flex-basis: 75%;
        -ms-flex-basis: 75%;
        -moz-flex-basis: 75%;
        flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        max-width: 75%;
    }
    .flex-container .col-md-10 {
        -webkit-flex-basis: 83.33333%;
        -o-flex-basis: 83.33333%;
        -ms-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333333%;
        max-width: 83.33333333%;
    }
    .flex-container .col-md-11 {
        -webkit-flex-basis: 91.66667%;
        -o-flex-basis: 91.66667%;
        -ms-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66666667%;
        max-width: 91.66666667%;
    }
    .flex-container .col-md-12 {
        -webkit-flex-basis: 100%;
        -o-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        max-width: 100%;
    }
    .flex-container .col-md-offset-0 {
        margin-left: 0;
    }
    .flex-container .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .flex-container .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .flex-container .col-md-offset-3 {
        margin-left: 25%;
    }
    .flex-container .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .flex-container .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .flex-container .col-md-offset-6 {
        margin-left: 50%;
    }
    .flex-container .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .flex-container .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .flex-container .col-md-offset-9 {
        margin-left: 75%;
    }
    .flex-container .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .flex-container .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
}

@media only screen and (min-width: 75em) {
    .flex-container .flex-container {
        width: 76rem;
    }
    .flex-container .col-lg,
    .flex-container .col-lg-1,
    .flex-container .col-lg-2,
    .flex-container .col-lg-3,
    .flex-container .col-lg-4,
    .flex-container .col-lg-5,
    .flex-container .col-lg-6,
    .flex-container .col-lg-7,
    .flex-container .col-lg-8,
    .flex-container .col-lg-9,
    .flex-container .col-lg-10,
    .flex-container .col-lg-11,
    .flex-container .col-lg-12,
    .flex-container .col-lg-offset-0,
    .flex-container .col-lg-offset-1,
    .flex-container .col-lg-offset-2,
    .flex-container .col-lg-offset-3,
    .flex-container .col-lg-offset-4,
    .flex-container .col-lg-offset-5,
    .flex-container .col-lg-offset-6,
    .flex-container .col-lg-offset-7,
    .flex-container .col-lg-offset-8,
    .flex-container .col-lg-offset-9,
    .flex-container .col-lg-offset-10,
    .flex-container .col-lg-offset-11,
    .flex-container .col-lg-offset-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .flex-container .col-lg {
        -webkit-flex-basis: 0;
        -o-flex-basis: 0;
        -ms-flex-basis: 0;
        -moz-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -o-flex-grow: 1;
        -ms-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -ms-flex-preferred-size: 0;
        max-width: 100%;
    }
    .flex-container .col-lg-1 {
        -webkit-flex-basis: 8.33333%;
        -o-flex-basis: 8.33333%;
        -ms-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333333%;
        max-width: 8.33333333%;
    }
    .flex-container .col-lg-2 {
        -webkit-flex-basis: 16.66667%;
        -o-flex-basis: 16.66667%;
        -ms-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66666667%;
        max-width: 16.66666667%;
    }
    .flex-container .col-lg-3 {
        -webkit-flex-basis: 25%;
        -o-flex-basis: 25%;
        -ms-flex-basis: 25%;
        -moz-flex-basis: 25%;
        flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        max-width: 25%;
    }
    .flex-container .col-lg-4 {
        -webkit-flex-basis: 33.33333%;
        -o-flex-basis: 33.33333%;
        -ms-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333333%;
        max-width: 33.33333333%;
    }
    .flex-container .col-lg-5 {
        -webkit-flex-basis: 41.66667%;
        -o-flex-basis: 41.66667%;
        -ms-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66666667%;
        max-width: 41.66666667%;
    }
    .flex-container .col-lg-6 {
        -webkit-flex-basis: 50%;
        -o-flex-basis: 50%;
        -ms-flex-basis: 50%;
        -moz-flex-basis: 50%;
        flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        max-width: 50%;
    }
    .flex-container .col-lg-7 {
        -webkit-flex-basis: 58.33333%;
        -o-flex-basis: 58.33333%;
        -ms-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333333%;
        max-width: 58.33333333%;
    }
    .flex-container .col-lg-8 {
        -webkit-flex-basis: 66.66667%;
        -o-flex-basis: 66.66667%;
        -ms-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66666667%;
        max-width: 66.66666667%;
    }
    .flex-container .col-lg-9 {
        -webkit-flex-basis: 75%;
        -o-flex-basis: 75%;
        -ms-flex-basis: 75%;
        -moz-flex-basis: 75%;
        flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        max-width: 75%;
    }
    .flex-container .col-lg-10 {
        -webkit-flex-basis: 83.33333%;
        -o-flex-basis: 83.33333%;
        -ms-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333333%;
        max-width: 83.33333333%;
    }
    .flex-container .col-lg-11 {
        -webkit-flex-basis: 91.66667%;
        -o-flex-basis: 91.66667%;
        -ms-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66666667%;
        max-width: 91.66666667%;
    }
    .flex-container .col-lg-12 {
        -webkit-flex-basis: 100%;
        -o-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        max-width: 100%;
    }
    .flex-container .col-lg-offset-0 {
        margin-left: 0;
    }
    .flex-container .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .flex-container .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .flex-container .col-lg-offset-3 {
        margin-left: 25%;
    }
    .flex-container .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .flex-container .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .flex-container .col-lg-offset-6 {
        margin-left: 50%;
    }
    .flex-container .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .flex-container .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .flex-container .col-lg-offset-9 {
        margin-left: 75%;
    }
    .flex-container .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .flex-container .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
}

.contentCourse .flex-container {
    margin: 0 auto;
    max-width: 1020px;
    padding: 0;
}

@media only screen and (min-width: 64em) {
    .contentCourse .flex-container {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 48em) {
    .contentCourse .flex-container .wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

.contentCourse .flex-container .wrap .badges {
    padding-left: 0;
}

@media only screen and (min-width: 64em) {
    .contentCourse .flex-container .wrap .badges {
        padding-left: 10%;
    }
}

.contentCourse .flex-container .wrap .badges .badge {
    display: inline-block;
    padding-top: 5px;
    padding-left: 0;
    position: relative;
}

@media screen and (max-width: 30em) {
    .contentCourse .flex-container .wrap .badges .badge {
        display: block;
    }
}

@media only screen and (min-width: 64em) {
    .contentCourse .flex-container .wrap .badges .badge {
        padding-top: 0;
        padding-left: 55px;
    }
}

.contentCourse .flex-container .wrap .badges .badge:hover .infoBadge {
    filter: alpha(opacity=1);
    opacity: 1;
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 25px;
    overflow: visible;
}

.contentCourse .flex-container .wrap .badges .badge:hover .infoBadge p {
    filter: alpha(opacity=1);
    opacity: 1;
}

.contentCourse .flex-container .wrap .badges .badge img {
    position: relative;
    z-index: 1;
}

.contentCourse .flex-container .wrap .badges .badge .infoBadge {
    -webkit-transition: opacity 375ms ease-in-out, width 375ms ease-in-out, padding-top 375ms ease-in-out, padding-bottom 375ms ease-in-out, padding-left 375ms ease-in-out, padding-right 375ms ease-in-out;
    -o-transition: opacity 375ms ease-in-out, width 375ms ease-in-out, padding-top 375ms ease-in-out, padding-bottom 375ms ease-in-out, padding-left 375ms ease-in-out, padding-right 375ms ease-in-out;
    -ms-transition: opacity 375ms ease-in-out, width 375ms ease-in-out, padding-top 375ms ease-in-out, padding-bottom 375ms ease-in-out, padding-left 375ms ease-in-out, padding-right 375ms ease-in-out;
    -moz-transition: opacity 375ms ease-in-out, width 375ms ease-in-out, padding-top 375ms ease-in-out, padding-bottom 375ms ease-in-out, padding-left 375ms ease-in-out, padding-right 375ms ease-in-out;
    transition: opacity 375ms ease-in-out, width 375ms ease-in-out, padding-top 375ms ease-in-out, padding-bottom 375ms ease-in-out, padding-left 375ms ease-in-out, padding-right 375ms ease-in-out;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: #3781c7;
    border-radius: 4px;
    left: 50%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -150px;
    width: 0;
    z-index: 2;
}

@media only screen and (min-width: 64em) {
    .contentCourse .flex-container .wrap .badges .badge .infoBadge {
        left: calc(50% + 27px);
        top: -170px;
    }
}

@media screen and (max-width: 30em) {
    .contentCourse .flex-container .wrap .badges .badge .infoBadge {
        top: -100px;
    }
}

.contentCourse .flex-container .wrap .badges .badge .infoBadge p {
    -webkit-transition: opacity 1000ms ease-in-out;
    -o-transition: opacity 1000ms ease-in-out;
    -ms-transition: opacity 1000ms ease-in-out;
    -moz-transition: opacity 1000ms ease-in-out;
    transition: opacity 1000ms ease-in-out;
    font-size: 1rem;
    filter: alpha(opacity=0);
    opacity: 0;
    color: #fff;
    width: 210px;
    text-transform: initial;
    white-space: initial;
    text-align: left;
}

.contentCourse .flex-container .wrap .badges .badge .infoBadge:after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #3781c7;
    -webkit-transform: rotate(133deg);
    -o-transform: rotate(133deg);
    -ms-transform: rotate(133deg);
    -moz-transform: rotate(133deg);
    transform: rotate(133deg);
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -5px;
}

.contentCourse .flex-container .wrap .badges .badge:first-child {
    padding-left: 0;
}

.contentCourse .flex-container .wrap .badges .badge:first-child .infoBadge {
    left: 50%;
}

.contentCourse .flex-container .wrap .badges .listBadges {
    text-align: center;
}

.contentCourse .flex-container .wrap .questions h3 {
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 30px;
}

@media only screen and (min-width: 64em) {
    .contentCourse .flex-container .wrap .questions h3 {
        font-size: 1.25rem;
    }
}

.contentCourse .flex-container .wrap .questions p {
    font-size: 1.25rem;
    color: #6d6d6d;
    text-transform: initial;
}

@media only screen and (min-width: 64em) {
    .contentCourse .flex-container .wrap .questions p {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 64em) {
    .contentCourse .flex-container .wrap .questions .contentList {
        padding-left: 90px;
    }
}

.contentCourse .flex-container .wrap .questions .question {
    white-space: initial;
    margin-bottom: 25px;
    display: inline-block;
}

.contentCourse .flex-container .wrap .questions .question .number {
    font-size: 5.625rem;
    float: none;
    width: auto;
    margin-top: 0;
}

@media only screen and (min-width: 64em) {
    .contentCourse .flex-container .wrap .questions .question .number {
        width: 10%;
        float: left;
    }
}

.contentCourse .flex-container .wrap .questions .question .number.one {
    color: #f29925;
}

.contentCourse .flex-container .wrap .questions .question .number.two {
    color: #fdc346;
}

.contentCourse .flex-container .wrap .questions .question .number.three {
    color: #ea7a0c;
}

.contentCourse .flex-container .wrap .videoBox {
    font-size: 1.25rem;
    margin-top: 35px;
    padding-left: 0;
    width: 100%;
}

@media only screen and (min-width: 64em) {
    .contentCourse .flex-container .wrap .videoBox {
        font-size: 1rem;
        padding-left: 10%;
        margin-bottom: 100px;
    }
}

.contentCourse .flex-container .wrap .videoBox iframe {
    width: 100%;
    height: 300px;
    margin-top: 20px;
}

@media only screen and (min-width: 64em) {
    .contentCourse .flex-container .wrap .videoBox iframe {
        height: 540px;
    }
}

.infosCourse {
    padding-top: 75px;
    height: 550px;
}

@media only screen and (min-width: 64em) {
    .infosCourse {
        height: auto;
    }
}

.infosCourse .boxInfo {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-sizing: border-box;
    height: 100%;
    padding: 20px 30px;
    position: relative;
}

.infosCourse .boxInfo .svgInfos {
    width: 20%;
}

.infosCourse .boxInfo .textInfo {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    width: calc(80% - 20px);
}

.infosCourse .flex-container {
    margin: 0 auto;
    max-width: 1020px;
}

@media only screen and (min-width: 64em) {
    .infosCourse .flex-container {
        height: 130px;
    }
}

.infosCourse .itemInfo {
    height: 130px;
    width: 100%;
}

@media only screen and (min-width: 64em) {
    .infosCourse .itemInfo {
        padding: 0 12px;
        width: calc(100% / 3);
    }
}

.infosCourse .titleInfo {
    font-size: 1.25rem;
    color: #000;
    display: block;
    font-weight: 100;
    text-transform: uppercase;
}

@media only screen and (min-width: 64em) {
    .infosCourse .titleInfo {
        font-size: 1rem;
    }
}

.infosCourse .titleResponse {
    font-size: 1.25rem;
    color: #ea7a0c;
    display: block;
    font-weight: 100;
    text-transform: uppercase;
}

@media only screen and (min-width: 64em) {
    .infosCourse .titleResponse {
        font-size: 1rem;
    }
}

.curriculumCourse {
    padding-bottom: 50px;
    font-size: 1.25rem;
}

@media only screen and (min-width: 64em) {
    .curriculumCourse {
        font-size: 1rem;
        padding-bottom: 150px;
    }
}

.curriculumCourse .flex-container {
    max-width: 1020px;
    margin: 0 auto;
}

@media only screen and (min-width: 64em) {
    .curriculumCourse .flex-container {
        padding-left: 90px;
        padding-right: 90px;
    }
}

.curriculumCourse .linkCurriculum {
    -webkit-transition: background-color 375ms ease-in-out;
    -o-transition: background-color 375ms ease-in-out;
    -ms-transition: background-color 375ms ease-in-out;
    -moz-transition: background-color 375ms ease-in-out;
    transition: background-color 375ms ease-in-out;
    background-color: transparent;
    border: 1px solid #fdc346;
    border-radius: 4px;
    display: block;
    max-width: 535px;
    margin: 0 auto;
    margin-top: 30px;
    min-height: 170px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 64em) {
    .curriculumCourse .linkCurriculum {
        padding-left: 45px;
        padding-right: 45px;
    }
}

.curriculumCourse .linkCurriculum:hover {
    background-color: #fdc346;
}

.curriculumCourse .linkCurriculum:hover span {
    color: #fff;
}

.curriculumCourse .linkCurriculum:hover span.orange {
    color: #fff;
}

.curriculumCourse .linkCurriculum:hover .svgContract {
    fill: #fff;
}

.curriculumCourse .linkCurriculum span {
    font-size: 1.3125rem;
    -webkit-transition: color 375ms ease-in-out;
    -o-transition: color 375ms ease-in-out;
    -ms-transition: color 375ms ease-in-out;
    -moz-transition: color 375ms ease-in-out;
    transition: color 375ms ease-in-out;
    color: #000;
    display: block;
}

.curriculumCourse .linkCurriculum span.orange {
    color: #fdc346;
}

.curriculumCourse .linkCurriculum .textInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 1rem;
}

.curriculumCourse .text {
    margin-bottom: 100px;
}

.curriculumCourse .text p {
    font-size: 1rem;
    color: #6d6d6d;
    text-transform: initial;
}

.no-js .owl-carousel {
    display: block;
}

.owl-animated-out {
    z-index: 1;
}

.owl-animated-in {
    z-index: 0;
}

.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    display: none;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-dot {
    cursor: pointer;
    margin-bottom: 10px;
    user-select: none;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    user-select: none;
}

.owl-carousel .owl-grab {
    cursor: -webkit-grab;
}

.owl-carousel .owl-height {
    transition: height 300ms ease-in-out;
}

.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    float: left;
    height: auto;
    position: relative;
    /* &.animated {
            animation-duration: 1s;
            animation-fill-mode: both;
        }

        &.owl-animated-in {
            z-index: 0;
        }

        &.owl-animated-out {
            z-index: 1;
        } */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: pan-Y;
}

.owl-carousel .owl-stage::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.owl-carousel .owl-stage-outer {
    margin: auto;
    overflow: hidden;
    position: relative;
    transform: translate(0, 0);
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-video-play-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    transform: scale(1, 1);
    transform-origin: 0 0;
    transition: transform 300ms ease-in-out;
    width: 80px;
    z-index: 1;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.2, 1.2);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.owl-carousel .owl-video-wrap {
    background-color: black;
    height: 100%;
}

.no-js .owl-carousel {
    display: block;
}

.owl-animated-out {
    z-index: 1;
}

.owl-animated-in {
    z-index: 0;
}

.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    display: none;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-dot {
    cursor: pointer;
    margin-bottom: 10px;
    user-select: none;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    user-select: none;
}

.owl-carousel .owl-grab {
    cursor: -webkit-grab;
}

.owl-carousel .owl-height {
    transition: height 300ms ease-in-out;
}

.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    float: left;
    height: auto;
    position: relative;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: pan-Y;
}

.owl-carousel .owl-stage::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.owl-carousel .owl-stage-outer {
    margin: auto;
    overflow: hidden;
    position: relative;
    transform: translate(0, 0);
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-video-play-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    transform: scale(1, 1);
    transform-origin: 0 0;
    transition: transform 300ms ease-in-out;
    width: 80px;
    z-index: 1;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.2, 1.2);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.owl-carousel .owl-video-wrap {
    background-color: black;
    height: 100%;
}

.owl-next-container,
.owl-prev-container {
    background-color: transparent;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 2;
}

@media only screen and (min-width: 760px) {
    .owl-next-container,
    .owl-prev-container {
        width: 80px;
    }
}

.owl-next-container .btn-carousel,
.owl-prev-container .btn-carousel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background-color: rgba(234, 153, 12, 0.8);
    border: 1px solid #ea990c;
    border-radius: 4px;
    height: 25px;
    left: 0;
    overflow: hidden;
    padding: 10px;
    transform-origin: 50% 50% 0;
    transition: background-color 300ms ease-in-out;
    width: 25px;
}

@media only screen and (min-width: 760px) {
    .owl-next-container .btn-carousel,
    .owl-prev-container .btn-carousel {
        height: 40px;
        width: 40px;
    }
}

.owl-next-container .btn-carousel:hover,
.owl-prev-container .btn-carousel:hover {
    background-color: #ea990c;
}

.owl-next-container .btn-carousel .container-svg,
.owl-prev-container .btn-carousel .container-svg {
    height: 100%;
    transform: rotate(-45deg);
    width: 100%;
}

.owl-next-container .btn-carousel .container-svg svg,
.owl-prev-container .btn-carousel .container-svg svg {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: white;
    height: 10px;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50% 0;
    transition: fill 300ms ease-in-out;
    width: 20px;
}

@media only screen and (min-width: 760px) {
    .owl-next-container .btn-carousel .container-svg svg,
    .owl-prev-container .btn-carousel .container-svg svg {
        height: 13px;
        width: 30px;
    }
}

.owl-next-container {
    left: auto;
    right: 0;
}

@media only screen and (min-width: 760px) {
    .owl-next-container {
        right: 10px;
    }
}

.owl-next-container .btn-carousel {
    left: auto;
    right: 5px;
}

@media only screen and (min-width: 760px) {
    .owl-next-container .btn-carousel {
        right: 10px;
    }
}

.owl-next-container .btn-carousel:hover .container-svg svg {
    animation: arrownext 300ms linear 0s 1 normal forwards;
}

.owl-prev-container {
    left: 0;
    right: auto;
}

@media only screen and (min-width: 760px) {
    .owl-prev-container {
        left: 10px;
    }
}

.owl-prev-container .btn-carousel {
    left: 5px;
}

@media only screen and (min-width: 760px) {
    .owl-prev-container .btn-carousel {
        left: 10px;
    }
}

.owl-prev-container .btn-carousel:hover .container-svg svg {
    animation: arrowprev 300ms linear 0s 1 normal forwards;
}

.course-category-three__single.polos-ead img {
    width: 100% !important;
}

.course-category-three__content.polo-gradu {
    top: 80%;
    background-color: #fff;
    color: white;
    border-radius: 12px;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.cta-one__btn-block .whats {
    border-radius: 10px;
    background-color: #34af23;
}

.course-category-three__content.polo-gradu::before {
    display: none;
}

section.section-boxs-contactus.text-cat {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0 !important;
}

.col-lg-6 .about-center {
    display: contents;
}

section.become-teacher.center {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}


/* select faculdades */

.search {
    padding: 32px;
    background-image: linear-gradient(to right, #005193 0%, #001b35 100%);
    background-repeat: repeat-x;
}

.select-box {
    position: relative;
    display: flex;
    width: 300px;
    flex-direction: column;
    margin: 1rem;
}

.select-box .options-container {
    background: #fff;
    color: #000;
    max-height: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.4s;
    border-radius: 8px;
    overflow: hidden;
    order: 1;
    position: absolute;
    z-index: 100;
    box-shadow: inset 0 0 5px 4px #ccc;
}

.selected {
    background: #2f3640;
    border-radius: 8px;
    margin-bottom: 8px;
    color: #f5f6fa;
    position: relative;
    order: 0;
    border: 1px solid #ccc;
}

.selected::after {
    content: "";
    background: url("img/arrow-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 32px;
    right: 10px;
    top: 5px;
    transition: all 0.4s;
}

.select-box .options-container.active {
    max-height: 240px;
    opacity: 1;
    overflow-y: scroll;
    margin-top: 43px;
}

.select-box .options-container.active+.selected::after {
    transform: rotateX(180deg);
    top: -6px;
}

.select-box .options-container::-webkit-scrollbar {
    width: 8px;
    background: #0d141f;
    border-radius: 0 8px 8px 0;
}

.select-box .options-container::-webkit-scrollbar-thumb {
    background: #525861;
    border-radius: 0 8px 8px 0;
}

.select-box .option,
.selected {
    padding: 12px 15px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    background: none !important;
}

.select-box .option:hover {
    background: #414b57;
}

.select-box label {
    cursor: pointer;
}

.select-box .option .radio {
    display: none;
}


/* Searchbox */

.search-box input {
    width: 100%;
    padding: 12px 16px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    position: absolute;
    border-radius: 8px 8px 0 0;
    z-index: 100;
    border: 8px solid #2f3640;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
}

.search-box input:focus {
    outline: none;
}

.select-box .options-container.active~.search-box input {
    opacity: 1;
    pointer-events: auto;
    display: none !important;
}

.search_row {
    display: flex;
    justify-content: center;
    align-items: start;
    text-align: initial;
}

.text h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4rem;
}

.search_row p {
    color: #fff;
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 1.5;
}

@media screen and (max-width: 1045px) {
    .search_row {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        text-align: initial;
    }
    .select-box {
        position: relative;
        display: flex;
        width: 300px;
        flex-direction: column;
        margin: 0.5rem;
    }
    .search {
        margin-top: 100px;
        padding: 32px;
        background-image: linear-gradient(to right, #005193 0%, #001b35 100%);
        background-repeat: repeat-x;
        align-items: center;
        justify-content: center;
        display: grid;
    }
}

@media screen and (max-width: 340px) {
    .select-box {
        position: relative;
        display: flex;
        width: 210px;
        flex-direction: column;
        margin: 0.5rem;
    }
    .search {
        margin-top: 100px;
        padding: 32px;
        background-image: linear-gradient(to right, #005193 0%, #001b35 100%);
        background-repeat: repeat-x;
        align-items: center;
        justify-content: center;
        display: grid;
    }
}

a.flagType.unisanta {
    background: none !important;
}

.infosCourse.valores {
    padding-top: 0 !important;
}


/* cards  */

.cards {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    flex-wrap: wrap;
    padding: 40px 0;
}

.cards .card {
    position: relative;
    width: 320px;
    height: 440px;
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.05), inset -5px -5px 5px rgba(255, 255, 255, 0.5), 5px 5px 5px rgba(0, 0, 0, 0.05), -5px -5px 5px rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    margin: 30px;
}

.cards .card .box {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: #ebf5fc;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.cards .card:hover .box {
    transform: translateY(-50px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    background: linear-gradient(45deg, #b95ce4, #4f29cd);
}

.cards .card .box .content {
    padding: 20px;
    text-align: center;
}

.cards .card .box .content h2 {
    position: absolute;
    top: -10px;
    right: 30px;
    font-size: 8em;
    color: rgba(0, 0, 0, 0.02);
    transition: 0.5s;
    pointer-events: none;
}

.cards .card:hover .box .content h2 {
    color: rgba(0, 0, 0, 0.05);
}

.cards .card .box .content h3 {
    font-size: 1.8em;
    color: #777;
    font-weight: 500;
    z-index: 1;
    transition: 0.5s;
}

.cards .card .box .content h4 {
    font-size: 1.4em;
    color: #777;
    font-weight: 500;
    z-index: 1;
    transition: 0.5s;
}

.cards .card .box .content p {
    font-size: 0.8em;
    color: #777;
    font-weight: 300;
    z-index: 1;
    transition: 0.5s;
}

.cards .card .box .content a {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    background: #03a9f4;
    margin-top: 15px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
}

.cards .card:hover .box .content p,
.cards .card:hover .box .content h4,
.cards .card:hover .box .content h3 {
    color: #fff;
}

.cards .card:hover .box .content a {
    background: #ff568f;
}

.banners-top {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    margin-bottom: 60px;
    width: 100%;
}

.banners-top .img-background {
    height: 100%;
    background-attachment: fixed;
}

.img-background {
    background-color: #ea7a0c;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    transition: transform 300ms ease-in-out;
    width: 100%;
    z-index: 1;
}

@media only screen and (min-width: 760px) {
    .wrap-content {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}

.wrap-content {
    margin: auto;
    padding-left: 3vw;
    padding-right: 3vw;
}

@media (min-width: 760px) {
    .banners-top .title-banner {
        font-size: 40px;
        margin-bottom: 30px;
    }
}

.banners-top .title-banner {
    color: white;
    font-size: 35px;
    font-weight: 300;
    /* margin-bottom: 50px; */
}

@media only screen and (max-width: 760px) {
    .banners-top {
        z-index: 10;
    }
}

h1.title.title-banner.cat-title {
    font-size: 8em;
    font-weight: 600;
    color: #fdc346;
    font-family: "Poppins";
}


/* footer  */

*,
*::before,
*::after {
    box-sizing: border-box;
}

.unit-1 .more-units {
    margin: 0 0 0 23px;
    color: #eb8011;
    font-size: 16px;
    cursor: pointer;
}

svg {
    display: inline-block;
    fill: #828282;
    height: 17px;
    margin: auto;
    overflow: hidden;
    position: relative;
    vertical-align: baseline;
    visibility: visible;
    width: 5vw;
}

@media only screen and (min-width: 760px) {
    svg {
        width: 2vw;
    }
}

a {
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

b,
strong {
    font-weight: 900;
}

code,
kbd,
pre,
samp {
    font-family: monospace;
}

del,
s {
    text-decoration: line-through;
}

dfn {
    font-style: italic;
}

em,
i {
    font-style: normal;
    font-weight: 900;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: table;
    font-weight: 100;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    word-break: break-word;
}

hr {
    border-bottom: 1px solid #e6e1dc;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    box-sizing: content-box;
    height: 0;
    margin: 20px auto;
}

mark {
    background-color: #fcbe41;
    color: black;
}

pre {
    overflow: auto;
}

small {
    font-size: 80%;
}

span {
    position: relative;
}

var {
    font-style: normal;
}

.b-lazy {
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.b-loaded {
    opacity: 1;
}

.title2 {
    font-size: 18px;
    font-weight: 400;
}

@media only screen and (min-width: 760px) {
    .title2 {
        font-size: 26px;
        font-weight: 100;
    }
}

.title3 {
    font-size: 20px;
}

.wrap,
.wrap-content {
    position: relative;
    width: 100%;
    z-index: 1;
}

.wrap.full,
.wrap-content.full {
    padding-left: 0;
    padding-right: 0;
}

.wrap {
    padding-left: 3vw;
    padding-right: 3vw;
}

.wrap.wrap-left {
    padding-left: 3vw;
    padding-right: 0;
}

.wrap.wrap-right {
    padding-left: 0;
    padding-right: 3vw;
}

.wrap-content {
    margin: auto;
    padding-left: 3vw;
    padding-right: 3vw;
}

@media only screen and (min-width: 760px) {
    .wrap-content {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}

.wrap-content.wrap-content-left {
    padding-left: 3vw;
    padding-right: 0;
}

@media only screen and (min-width: 760px) {
    .wrap-content.wrap-content-left {
        padding-left: 9vw;
    }
}

.wrap-content.wrap-content-right {
    padding-left: 0;
    padding-right: 3vw;
}

@media only screen and (min-width: 760px) {
    .wrap-content.wrap-content-right {
        padding-right: 9vw;
    }
}

.wrap-form {
    margin: auto;
    max-width: 800px;
}

.dropdown {
    position: relative;
}

.dropdown .svg-arrow-down {
    bottom: 0;
    fill: white;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 300ms ease-in-out;
    width: 15px;
}

.dropdown[aria-expanded="true"] .svg-arrow-down {
    transform: rotate(180deg);
}

.no-scroll {
    overflow: hidden;
}

.zopim {
    right: unset !important;
    left: 10px !important;
}

.editor .btn-lasalle {
    border: 1px solid #ea7a0c;
    border-radius: 3px;
    color: black;
    display: flex;
    flex-direction: column;
    font-weight: 300;
    font-family: "DINPro", "Helvetica";
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.editor .btn-lasalle.big {
    font-size: 21px;
    padding: 30px;
}

@media (min-width: 760px) {
    .editor .btn-lasalle.big {
        width: 38%;
    }
}

.editor .btn-lasalle.big:hover {
    background-image: linear-gradient(to right, #fcbe41 0%, #ea7a0c 100%);
    border: 0;
    color: white;
    padding: 31px;
    transition: background-image 300ms cubic-bezier(0.42, 0, 0.75, 0.63);
}

.editor .btn-lasalle.big:hover span {
    color: white;
}

.editor .btn-lasalle.medium {
    background-image: linear-gradient(to right, #fcbe41 0%, #ea7a0c 100%);
    border: 0;
    color: white;
    font-size: 14px;
    padding: 6px;
    transition: background-image 300ms cubic-bezier(0.42, 0, 0.75, 0.63);
}

@media (min-width: 760px) {
    .editor .btn-lasalle.medium {
        width: 30%;
    }
}

.editor .btn-lasalle.medium:hover {
    border: 1px solid #ea7a0c;
    color: black;
    background-image: none;
    padding: 5px;
}


/* floating icons near the footer */

#blip-chat-iframe.blip-chat-iframe-opened {
    z-index: 15;
}

.btnInscrevasse.canoasButton {
    bottom: 80px;
    right: 12px;
    z-index: 15;
}

.btnInscrevasse.canoasButton,
.btnInscrevasse.canoasButton * {
    transition: all 0.5s ease;
}

.btnInscrevasse.canoasButton img {
    margin-right: 12px;
    width: 50px;
}

div#blip-chat-container {
    z-index: 14;
}

div#blip-chat-container,
div#blip-chat-container * {
    transition: all 0.5s ease !important;
}

div#blip-chat-container.active {
    z-index: 901 !important;
}

div#blip-chat-container div#blip-chat-open-iframe {
    height: 50px !important;
    width: 50px !important;
}

div#blip-chat-container div#blip-chat-iframe,
div#blip-chat-container div#blip-chat-open-iframe {
    bottom: 77px;
    right: 25px;
    max-width: none;
    max-height: none;
}


/* hover: floating icons near the footer */

.btnInscrevasse.canoasButton:hover {
    z-index: 16 !important;
}

.btnInscrevasse.canoasButton:hover img {
    margin-right: 0px;
    width: 75px;
}

.floating-footer-buttons .btnInscrevasse {
    bottom: 82px;
    right: 14px;
}

#blip-chat-container:hover {
    z-index: 16 !important;
}

#blip-chat-container:hover div#blip-chat-open-iframe {
    bottom: 65px;
    height: 75px !important;
    right: 13px;
    width: 75px !important;
    z-index: 16 !important;
}


/* mobile: floating icons near the footer */

@media (max-width: 600px) {
    .floating-footer-buttons .btnInscrevasse,
    .btnInscrevasse.canoasButton {
        right: 0px !important;
        z-index: 15;
    }
    .floating-footer-buttons .btnInscrevasse .text,
    .btnInscrevasse.canoasButton .text {
        display: none;
    }
    #blip-chat-container {
        z-index: 14 !important;
    }
    #blip-chat-container div#blip-chat-iframe,
    #blip-chat-container div#blip-chat-open-iframe {
        right: 12px !important;
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .floating-footer-buttons .btnInscrevasse,
    .btnInscrevasse.canoasButton {
        right: 10px !important;
    }
    .floating-footer-buttons .btnInscrevasse .text,
    .btnInscrevasse.canoasButton .text {
        display: none;
    }
    #blip-chat-container div#blip-chat-iframe,
    #blip-chat-container div#blip-chat-open-iframe {
        right: 22px !important;
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .floating-footer-buttons .btnInscrevasse,
    .btnInscrevasse.canoasButton {
        right: 10px !important;
    }
    .floating-footer-buttons .btnInscrevasse .text,
    .btnInscrevasse.canoasButton .text {
        display: none;
    }
    #blip-chat-container div#blip-chat-iframe,
    #blip-chat-container div#blip-chat-open-iframe {
        right: 22px !important;
    }
}

.current-leaders {
    background-image: linear-gradient(to right, #e3ca8a 0%, #d0a066 100%);
    background-repeat: repeat-x;
    padding-bottom: 110px;
    padding-top: 30px;
}

@media (min-width: 760px) {
    .current-leaders {
        padding-top: 60px;
    }
}

@media (max-width: 760px) {
    .current-leaders .wrap-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 760px) {
    .current-leaders .wrap-content {
        padding-top: 60px;
    }
}

.current-leaders .title2 {
    color: white;
    text-transform: uppercase;
}

.current-leaders .title2::after {
    width: 65px;
}

.current-leaders .owl-next-container {
    left: auto;
    right: -15px;
}

@media only screen and (min-width: 760px) {
    .current-leaders .owl-next-container {
        right: 165px;
    }
}

@media only screen and (min-width: 992px) {
    .current-leaders .owl-next-container {
        right: 26%;
    }
}

.current-leaders .owl-next-container .btn-carousel {
    background-color: white;
    border-color: white;
}

.current-leaders .owl-next-container .btn-carousel svg {
    fill: #ea7a0c;
}

.current-leaders .owl-next-container .btn-carousel:hover {
    background-color: #ea7a0c;
    border-color: #ea7a0c;
}

.current-leaders .owl-next-container .btn-carousel:hover svg {
    fill: white;
}

.current-leaders .owl-prev-container {
    left: -15px;
    right: auto;
}

@media only screen and (min-width: 760px) {
    .current-leaders .owl-prev-container {
        left: 165px;
    }
}

@media only screen and (min-width: 992px) {
    .current-leaders .owl-prev-container {
        left: 26%;
    }
}

.current-leaders .owl-prev-container .btn-carousel {
    background-color: white;
    border-color: white;
}

.current-leaders .owl-prev-container .btn-carousel svg {
    fill: #ea7a0c;
}

.current-leaders .owl-prev-container .btn-carousel:hover {
    background-color: #ea7a0c;
    border-color: #ea7a0c;
}

.current-leaders .owl-prev-container .btn-carousel:hover svg {
    fill: white;
}

.current-leaders .owl-item {
    transition: 0.2s ease-in-out;
}

@media (max-width: 760px) {
    .current-leaders .owl-item {
        border-radius: 15px;
        overflow: hidden;
        position: relative;
    }
}

.current-leaders .owl-item .img-overlay-bottom {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity 300ms ease-in-out;
    width: 100%;
}

.current-leaders .owl-item:not(.center) {
    opacity: 0.5;
    pointer-events: none;
    transform: scale(0.9);
}

.current-leaders .owl-dots {
    line-height: 32px;
    outline: 0;
    text-align: center;
    width: 100%;
}

@media (max-width: 760px) {
    .current-leaders .owl-dots {
        display: none;
    }
}

.current-leaders .owl-dots .owl-dot {
    border-bottom: 2px solid white;
    height: 20px;
    margin: 0 2px;
    vertical-align: bottom;
    width: 20px;
}

.current-leaders .owl-dots .owl-dot.active {
    border-bottom: 6px solid white;
}

.current-leaders .stage-other {
    margin: auto;
    overflow: hidden;
    position: relative;
    transform: translate(0, 0);
}

.current-leaders .box {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    max-width: 100%;
    min-height: 420px;
}

@media (min-width: 1200px) {
    .current-leaders .box {
        min-height: 550px;
    }
}

@media (max-width: 760px) {
    .current-leaders .box {
        min-height: 550px;
    }
}

.current-leaders .box .box-title {
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: center;
    padding: 0 50px;
    width: 100%;
}

.current-leaders .box .box-title a {
    display: block;
    margin-top: 15px;
}

.current-leaders .box .box-title .linkedin-link {
    border: 1px solid white;
    border-radius: 100%;
    display: block;
    margin: 10px auto 0;
    max-width: 60px;
    padding: 15px;
    text-align: center;
}

@media (min-width: 2040px) {
    .current-leaders .box .linkedin-link svg {
        width: 1vw;
    }
}

.current-leaders .box .btn-transparent {
    align-items: center;
    display: flex;
    font-size: 18px;
    height: 60px;
    justify-content: center;
    line-height: 58px;
    margin: 0 auto 40px;
    text-transform: none;
    width: 85%;
}

.current-leaders .box h3 {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}

@media (min-width: 760px) {
    .current-leaders .box h3 {
        font-size: 20px;
    }
}

.current-leaders .box h4 {
    color: white;
    font-size: 11px;
    text-transform: uppercase;
}

@media (min-width: 760px) {
    .current-leaders .box h4 {
        font-size: 16px;
    }
}

.floating-menu {
    z-index: 444;
}

.floating-menu::after {
    background-color: rgba(0, 0, 0, 0.75);
    content: "";
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    width: 100%;
}

.floating-menu.active .wrap-content {
    z-index: 9;
}

.floating-menu.active .content {
    padding: 20px 0 0 0;
}

.floating-menu.active::after {
    display: block;
}

.floating-menu .btn-menu-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(to right, #fcbe41 0%, #ea7a0c 100%);
    background-repeat: repeat-x;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    height: 51px;
    left: 0;
    line-height: 51px;
    margin-top: 20px;
    overflow: hidden;
    padding-left: 20px;
    position: fixed;
    top: 30%;
    transition: 0.2s ease-in-out;
    width: 54px;
}

.floating-menu .btn-menu-left.btn-menu-left-fixed {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    top: 120px;
    width: 100%;
}

.floating-menu .btn-menu-left.btn-menu-left-fixed button {
    position: absolute;
    right: 0;
    top: 3px;
    width: auto;
}

@media (min-width: 760px) {
    .floating-menu .btn-menu-left.btn-menu-left-fixed {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        right: 83px;
        top: 3px;
        width: auto;
    }
    .floating-menu .btn-menu-left.btn-menu-left-fixed button {
        position: relative;
        right: auto;
        top: auto;
        width: auto;
    }
}

@media (min-width: 760px) {
    .floating-menu .btn-menu-left {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        top: 50%;
        width: 54px;
    }
    .floating-menu .btn-menu-left.fixed {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        position: fixed;
        top: 50%;
        width: 54px;
    }
    .floating-menu .btn-menu-left.fixed.on-top {
        top: 30px;
    }
}

.floating-menu .btn-menu-left:hover {
    transition: width 300ms ease-in-out;
    width: 254px;
}

.floating-menu .btn-menu-left:hover.btn-menu-left-fixed {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    top: 120px;
    width: 100%;
}

.floating-menu .btn-menu-left:hover.btn-menu-left-fixed button {
    width: 100%;
}

@media (min-width: 760px) {
    .floating-menu .btn-menu-left:hover.btn-menu-left-fixed {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        top: 50%;
        width: 54px;
    }
    .floating-menu .btn-menu-left:hover.btn-menu-left-fixed button {
        width: auto;
    }
}

.floating-menu .btn-menu-left:hover .title {
    transition: width 300ms ease-in-out;
    width: 160px;
}

.floating-menu .btn-menu-left:hover.fixed {
    transition: width 300ms ease-in-out;
    width: 254px;
}

.floating-menu .btn-menu-left.active {
    height: auto;
    overflow: visible;
}

@media (min-width: 760px) {
    .floating-menu .btn-menu-left.active {
        transition: width 300ms ease-in-out;
        width: 600px;
    }
}

.floating-menu .btn-menu-left.active .svg-burger {
    display: none;
}

.floating-menu .btn-menu-left.active .svg-close-menu {
    display: block;
}

.floating-menu .btn-menu-left.active .content {
    clear: both;
    font-size: 20px;
    height: auto;
    width: 100%;
}

.floating-menu .btn-menu-left.active:hover.fixed {
    width: 600px;
}

.floating-menu .btn-menu-left .title {
    float: left;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    width: 0;
}

@media screen and (max-width: 760px) {
    .floating-menu .btn-menu-left .title {
        display: none;
        width: 74%;
    }
}

.floating-menu .btn-menu-left button {
    float: right;
    outline: 0;
    padding: 15px 15px 0 0;
}

.floating-menu .btn-menu-left button svg {
    fill: white;
}

.floating-menu .btn-menu-left button .svg-burger {
    display: block;
}

.floating-menu .btn-menu-left button .svg-close-menu {
    display: none;
}

.floating-menu .content-menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(to right, #fcbe41 0%, #ea7a0c 100%);
    background-repeat: repeat-x;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0 84px -12px rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 15px;
    font-weight: 300;
    height: auto;
    left: -832px;
    line-height: 51px;
    margin-top: 20px;
    overflow: hidden;
    padding: 0 0 24px 0;
    position: fixed;
    top: 50%;
    transition: left 300ms cubic-bezier(0.42, 0, 0.75, 0.63);
    width: 497px;
}

@media (min-width: 760px) {
    .floating-menu .content-menu {
        left: -832px;
        width: 497px;
    }
}

.floating-menu .content-menu ul {
    padding: 0;
}

.floating-menu .content-menu ul li {
    color: white;
    cursor: pointer;
    padding: 0 0 0 40px;
    white-space: nowrap;
}

.floating-menu .content-menu ul li:hover {
    background-color: rgba(229, 76, 3, 0.4);
}

.floating-menu .content-menu svg {
    fill: white;
    z-index: 9;
}

@media screen and (max-width: 760px) {
    .floating-menu .content-menu svg {
        right: 17px;
        top: 135px;
    }
}

.floating-menu .content-menu.active {
    height: auto;
    left: 0;
    overflow: visible;
    transition: left 300ms cubic-bezier(0.42, 0, 0.75, 0.63);
}

@media (min-width: 760px) {
    .floating-menu .content-menu.active {
        padding: 0 0 24px 0;
        transition: left 300ms cubic-bezier(0.42, 0, 0.75, 0.63);
        width: 497px;
    }
}

@media screen and (max-width: 760px) {
    .floating-menu .content-menu.active {
        width: 100%;
    }
}

.floating-menu .content-menu.active .svg-close-menu {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 13px;
    top: 15px;
}

.floating-menu .content-menu.active .content {
    clear: both;
    font-size: 20px;
    height: auto;
    padding: 20px 0 0 0;
    width: 100%;
}

@media screen and (max-width: 760px) {
    .floating-menu .content-menu.active .content {
        padding: 20px 33px 0 0;
    }
}

.floating-menu .content-menu.active:hover.fixed {
    width: 600px;
}

.floating-menu .content-menu .title {
    float: left;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    width: 0;
}

.floating-menu .content-menu button {
    float: right;
    outline: 0;
    padding: 15px 15px 0 0;
}

.floating-menu .content-menu button svg {
    fill: white;
}

.floating-menu .content-menu button .svg-burger {
    display: block;
}

.floating-menu .content-menu button .svg-close-menu {
    display: none;
}

.floating-menu .content-menu .content {
    clear: both;
    font-size: 20px;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.frm-contact {
    margin-bottom: 60px;
}

.frm-contact .editor ol li {
    width: 100%;
}

.frm-contact .editor ol li a {
    height: 96px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 760px) {
    .frm-contact .editor ol li a {
        font-size: 17px;
    }
}

.frm-contact .wrap-content {
    margin-bottom: 140px;
}

.frm-contact .wrap-content a.btn-docentes {
    background-color: white;
    border: 1px solid #ea7a0c;
    border-radius: 4px;
    font-size: 20px;
    height: auto;
    margin: 10px auto 35px auto;
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
    width: 100%;
}

.frm-contact .wrap-content a.btn-docentes:hover {
    background-color: #ea7a0c;
    color: white;
}

.frm-contact .wrap-content .btn-gradient {
    font-size: 18px;
    height: 70px;
    text-transform: none;
    width: 100%;
}

.frm-contact .wrap-content .svg-paper-clip {
    height: 30px;
    top: 20px;
}

.frm-contact .wrap-content .text {
    font-size: 18px;
    margin: 20px 0 50px 0;
}

.frm-contact .wrap-content .wrap-text {
    margin: auto;
    max-width: 950px;
}

.frm-contact .wrap-content textarea.form-control {
    height: 200px;
    padding-top: 20px;
}

.form.disabled {
    position: relative;
}

.form.disabled:after {
    background: #444;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.component-contact-form .cf-spinner {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 0 35px 0;
}

.component-contact-form .cf-spinner svg {
    fill: #ed8515;
    height: 50px;
    width: 50px;
}

.component-contact-form .cf-spinner.hide {
    display: none;
}

.frm-search-filter {
    margin-bottom: 60px;
}

.frm-search-filter .dropdown-menu {
    background-color: white;
    padding: 10px;
    width: 100%;
}

.frm-search-filter .dropdown-menu label {
    display: block;
    text-transform: uppercase;
    width: 96%;
}

.frm-search-filter .dropdown-menu .custom-checkbox {
    padding: 10px 5px;
}

.frm-search-filter .dropdown-menu .custom-checkbox:hover {
    background-color: #ea7a0c;
    color: white;
}

.frm-search-filter .dropdown-menu .custom-control-label::before {
    left: 98%;
}

.frm-search-filter .dropdown-menu .overflow {
    max-height: 50vh;
    overflow: auto;
}

.frm-search-filter .btn-gradient {
    border-radius: 5px;
    text-transform: uppercase;
    width: 100%;
}

.frm-search-filter .btn-gradient svg {
    right: 25px;
}

.frm-search-filter .btn-gradient:hover,
.frm-search-filter .btn-gradient.active {
    background-color: #ea990c;
    box-shadow: inset 0 0 0 1px #ea7a0c;
    color: white;
}

.frm-search-filter .btn-transparent {
    border: 1px solid #f29925;
    color: #f29925;
    width: 100%;
}

.frm-search-filter .btn-transparent:hover,
.frm-search-filter .btn-transparent.active {
    background-color: #ea990c;
    color: white;
}

.frm-search {
    margin-bottom: 24px;
}

.frm-search label {
    display: inline-block;
    position: relative;
    width: 100%;
}

.frm-search .btn-search {
    background: transparent;
    bottom: 0;
    font-size: 0;
    height: 40px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.frm-search .svg-search-right {
    fill: #f29925;
    margin-top: 10px;
}

.institutional-video .video-cover {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.institutional-video .video-pattern {
    background-image: url("../img/video-pattern.png");
    height: 100%;
    position: absolute;
    width: 100%;
}

.institutional-video .image-cover {
    background-color: white;
    height: 100%;
    position: absolute;
    width: 100%;
}

.institutional-video svg {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #ea7a0c;
    height: 31vh;
    width: 15vw;
}

.intro {
    height: 100vh;
    width: 100%;
}

.intro .form-units {
    float: left;
    padding: 75px 4vw;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .intro .form-units {
        padding: 8vh 75px;
        width: 40%;
    }
}

.intro .form-units h2 {
    font-size: 2rem;
    color: white;
    display: block;
    letter-spacing: 0;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
    .intro .form-units h2 {
        font-size: 2.625rem;
    }
}

.intro .form-units .row {
    height: auto;
}

.intro .form-units .submit-unit {
    font-size: 1.125rem;
    color: white;
    height: 65px;
    width: 100%;
}

.intro .list-units {
    background-image: linear-gradient(to right, #ea990c 0%, #ea7a0c 100%);
    background-repeat: repeat-x;
    float: right;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: background-image 300ms ease-in-out;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .intro .list-units {
        height: 100%;
        overflow-y: auto;
        padding-top: 80px;
        padding-bottom: 80px;
        width: 60%;
    }
    .intro .list-units::-webkit-scrollbar {
        height: 8px;
        width: 8px;
    }
    .intro .list-units::-webkit-scrollbar-button {
        background-color: #0064b4;
        display: none;
    }
    .intro .list-units::-webkit-scrollbar-corner {
        background-color: #0064b4;
    }
    .intro .list-units::-webkit-resizer {
        background-color: #0064b4;
    }
    .intro .list-units::-webkit-scrollbar-thumb {
        background-color: #fcbe41;
        height: 50px;
    }
    .intro .list-units::-webkit-scrollbar-track {
        background-color: white;
    }
    .intro .list-units::-webkit-scrollbar-track-piece {
        background-color: #0064b4;
        margin: 0;
    }
}

.intro .list-units li {
    line-height: 1.5;
    padding: 15px;
    white-space: normal;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .intro .list-units li {
        padding: 25px 30px;
    }
}

.intro .list-units li:not(.no-result):hover {
    background-color: rgba(229, 76, 3, 0.4);
}

.intro .list-units li:not(.no-result):hover a {
    color: white;
}

.intro .list-units li.no-result {
    font-size: 2rem;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}

.intro .list-units li a {
    font-size: 2rem;
    color: white;
    display: block;
    font-weight: 100;
    text-transform: initial;
    transition: color 300ms ease-in-out;
}

@media only screen and (min-width: 1200px) {
    .intro .list-units li a {
        color: #f9d791;
        font-weight: 500;
        text-transform: uppercase;
    }
}

.intro .list-units li a span {
    font-size: 1.25rem;
    display: inline-block;
    font-weight: 100;
    margin-left: 10px;
}

.rector-message {
    background-color: #eeede6;
    padding-bottom: 60px;
}

.rector-message .editor {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .rector-message {
        background-image: linear-gradient(to bottom, #eeede6 0%, white 50%);
        background-repeat: repeat-x;
    }
}

.rector-message .title {
    color: black;
    font-family: "DINPro", "Helvetica";
    font-size: 17px;
    font-weight: 300;
    padding-top: 65px;
    text-transform: uppercase;
}

@media (min-width: 760px) {
    .rector-message .title {
        font-size: 25px;
    }
}

.rector-message .title.content-title {
    padding-top: 0;
}

.rector-message .title.content-title::after {
    padding-top: 0;
    width: 65px;
}

@media (max-width: 760px) {
    .rector-message .title.content-title {
        display: none;
    }
}

.rector-message .title::after {
    background-color: #ea7a0c;
    content: "";
    display: block;
    height: 1px;
    margin: 25px 0 40px;
    width: 12px;
}

.rector-message .content {
    background-color: white;
    padding: 40px 10px;
}

@media (min-width: 992px) {
    .rector-message .content {
        padding: 70px 30px;
    }
}

.rector-message .content .rector-photo {
    margin-bottom: 32px;
    min-height: 420px;
}

.rector-message .content p {
    margin-bottom: 15px;
}

.rector-message .content .btn-link {
    font-size: 21px;
    line-height: 98px;
    margin: 45px auto 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

@media (max-width: 992px) {
    .rector-message .content .btn-link {
        display: none;
    }
}

.rector-message .content .img-background {
    display: flex;
    margin: 35px auto 0;
    max-height: 690px;
    max-width: 480px;
}

.rector-message .content .btn-transparent {
    height: 47px;
    line-height: 47px;
    margin: 0 auto 35px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

@media (min-width: 992px) {
    .rector-message .content .btn-transparent {
        display: none;
    }
}

.search-list .list {
    margin-bottom: 60px;
}

.search-list .link {
    display: block;
    overflow: hidden;
}

.search-list .link:hover .img-background {
    transform: scale(1.03);
}

.search-list .box-date {
    font-size: 13px;
    min-height: 45px;
    text-transform: uppercase;
    width: 45px;
}

@media (min-width: 760px) {
    .search-list .box-date {
        font-size: 16px;
        margin-top: 20px;
        min-height: 55px;
        width: 55px;
    }
}

.search-list .date-start {
    padding: 5px;
}

.search-list .date-end {
    padding: 5px;
}

.search-list .date-end::before {
    content: "";
    display: inline-block;
    height: 1px;
    margin-bottom: 10px;
}

.search-list .img-background,
.search-list .no-img-background {
    display: flex;
    flex-direction: column;
    height: 250px;
    justify-content: space-between;
    padding: 0 4vw 25px;
}

@media (min-width: 760px) {
    .search-list .img-background,
    .search-list .no-img-background {
        height: 380px;
        padding: 25px 0;
    }
}

.search-list .title3 {
    color: white;
}

@media (min-width: 760px) {
    .search-list .title3 {
        padding: 0 4vw;
    }
}

.search-list .title4 {
    color: white;
}

@media (min-width: 760px) {
    .search-list .title4 {
        padding: 0 4vw;
    }
}

.search-list .img-background::before {
    background-image: linear-gradient( to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat-x;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.search-list .img-background .box-date {
    background-color: #ea990c;
    color: white;
}

.search-list .img-background .date-end::before {
    background-color: white;
}

.search-list .img-background .title3 {
    font-size: 16px;
}

@media (min-width: 760px) {
    .search-list .img-background .title3 {
        font-size: 20px;
    }
}

.search-list .img-background .title4 {
    font-size: 12px;
}

@media (min-width: 760px) {
    .search-list .img-background .title4 {
        font-size: 14px;
    }
}

.search-list .no-img-background {
    background-color: #ea990c;
}

.search-list .no-img-background::before {
    display: none;
}

.search-list .no-img-background .box-date {
    background-color: white;
    color: black;
}

.search-list .no-img-background .date-end::before {
    background-color: black;
}

.search-list .no-img-background .title3 {
    font-size: 20px;
}

@media (min-height: 760px) {
    .search-list .no-img-background .title3 {
        font-size: 30px;
    }
}

.search-list .no-img-background .title4 {
    font-size: 12px;
}

@media (min-height: 760px) {
    .search-list .no-img-background .title4 {
        font-size: 14px;
    }
}

.search-result {
    margin-bottom: 60px;
    padding: 150px 0 100px;
}

@media (min-width: 760px) {
    .search-result {
        padding-top: 200px;
    }
}

.search-result .side-bar .label {
    color: #828282;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.search-result .side-bar .label::before {
    bottom: 0;
    left: -30px;
    margin: auto;
    top: 2px;
}

.search-result .side-bar .label::after {
    left: -30px;
    top: 57%;
    transform: translateY(-50%);
}

.search-result .side-bar .label .group-length {
    color: #464646;
    font-weight: 400;
    margin-left: 5px;
}

.search-result .header-search-result {
    position: relative;
    z-index: 10;
}

.search-result .header-search-result .box-serarch-form .title-search-term {
    font-size: 16px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.search-result .header-search-result .box-serarch-form .title-search-term a {
    color: #004687;
}

.search-result .header-search-result .box-serarch-filter .title3::after {
    background-color: #ea7a0c;
    content: "";
    display: block;
    height: 3px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    width: 10px;
}

.search-result .box-result .group {
    margin-bottom: 30px;
}

.search-result .box-result .group:last-child {
    margin-bottom: 0;
}

.search-result .box-result .title4::after {
    background-color: #ea7a0c;
    content: "";
    display: block;
    font-weight: 300;
    height: 3px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    width: 10px;
}

.search-result .box-result .item {
    margin-bottom: 20px;
}

.search-result .box-result .title-link {
    color: black;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.search-result .box-result .content-link {
    display: block;
    font-size: 16px;
    font-weight: 300;
}

.search .header-search {
    position: relative;
    z-index: 10;
}

.search .btn-more {
    background-color: transparent;
    border: 1px solid #828282;
    border-radius: 3px;
    color: black;
    display: block;
    font-size: 20px;
    height: 75px;
    margin: 60px auto 60px;
    text-align: center;
    width: 100%;
}

.search .btn-more:hover,
.search .btn-more:focus,
.search .btn-more:active {
    background-color: #f29925;
    border-color: #f29925;
    color: white;
}

@media (min-width: 760px) {
    .search .btn-more {
        max-width: 250px;
    }
}

.search .search-list .box-titles {
    bottom: 25px;
    position: absolute;
}

.strategic-guiding {
    margin-bottom: 60px;
}

.strategic-guiding .title {
    color: black;
    font-family: "DINPro", "Helvetica";
    font-size: 17px;
    font-weight: 100;
    text-transform: uppercase;
}

@media (min-width: 760px) {
    .strategic-guiding .title {
        font-size: 25px;
    }
}

.strategic-guiding .title::after {
    background-color: #ea7a0c;
    content: "";
    display: block;
    height: 1px;
    margin: 12px 0 17px;
    width: 12px;
}

.strategic-guiding .tabs-container {
    margin: 0 auto;
    max-width: 884px;
    width: 100%;
}

.strategic-guiding .tab-nav {
    margin: 18px auto 46px;
}

@media (min-width: 992px) {
    .strategic-guiding .tab-nav {
        margin: 41px auto 85px;
    }
}

.strategic-guiding .tab-nav-link {
    color: black;
    font-family: "DINPro", "Helvetica";
    font-size: 12px;
    font-weight: bold;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
    width: 32%;
}

@media (max-width: 760px) {
    .strategic-guiding .tab-nav-link[data-tab-target="0"] {
        padding-left: 0;
    }
    .strategic-guiding .tab-nav-link[data-tab-target="2"] {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .strategic-guiding .tab-nav-link {
        font-size: 14px;
        padding: 0 21px;
        width: 33%;
    }
}

.strategic-guiding .tab-nav-link::after {
    background-color: #dbdbdb;
    content: "";
    display: block;
    height: 4px;
    margin-top: 15px;
    width: 100%;
}

.strategic-guiding .tab-nav-link:hover {
    text-decoration: none;
}

.strategic-guiding .tab-nav-link.tab-active::after {
    background-color: #ea7a0c;
}

.strategic-guiding .tab-items {
    margin: 0 auto;
    max-width: 840px;
    position: relative;
}

.strategic-guiding .tab-item {
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.25s ease-in;
    z-index: 0;
}

.strategic-guiding .tab-item.content-active {
    opacity: 1;
    position: relative;
    z-index: 5;
}

.strategic-guiding .tab-item .tab-title {
    font-size: 17px;
    font-weight: 100;
    text-transform: uppercase;
}

@media (min-width: 760px) {
    .strategic-guiding .tab-item .tab-title {
        font-size: 30px;
    }
}

.strategic-guiding .tab-item .tab-title::after {
    background-color: #ea7a0c;
    content: "";
    display: block;
    height: 1px;
    margin: 14px 0 25px;
    width: 65px;
}

@media (min-width: 760px) {
    .strategic-guiding .tab-item .tab-title::after {
        margin: 25px 0 50px;
    }
}

.strategic-guiding .tab-item .tab-content {
    font-size: 14px;
}

@media (min-width: 760px) {
    .strategic-guiding .tab-item .tab-content {
        font-size: 18px;
    }
}

.unilasalle .wrap-content {
    margin: 0 auto 120px;
    max-width: 840px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

@media (max-width: 760px) {
    .unilasalle .wrap-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.unilasalle .title {
    color: black;
    font-family: "DINPro", "Helvetica";
    font-size: 17px;
    font-weight: 100;
    text-transform: uppercase;
}

@media (min-width: 760px) {
    .unilasalle .title {
        font-size: 30px;
    }
}

.unilasalle .title::after {
    background-color: #ea7a0c;
    content: "";
    display: block;
    height: 1px;
    margin: 12px 0 17px;
    width: 34px;
}

@media (min-width: 760px) {
    .unilasalle .title::after {
        margin: 22px 0 50px;
        width: 65px;
    }
}

.unilasalle p {
    font-size: 14px;
    font-weight: 300;
}

@media (min-width: 760px) {
    .unilasalle p {
        font-size: 18px;
    }
}

.work-with-us {
    position: relative;
}

.work-with-us .editor ol li {
    width: 100%;
}

.work-with-us .editor ol li a {
    height: 96px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 760px) {
    .work-with-us .editor ol li a {
        font-size: 17px;
    }
}

.work-with-us .wrap-content {
    margin-bottom: 140px;
}

.work-with-us .wrap-content a.btn-docentes {
    background-color: white;
    border: 1px solid #ea7a0c;
    border-radius: 4px;
    font-size: 20px;
    height: auto;
    margin: 10px auto 35px auto;
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
    width: 100%;
}

.work-with-us .wrap-content a.btn-docentes:hover {
    background-color: #ea7a0c;
    color: white;
}

.work-with-us .wrap-content .btn-gradient {
    font-size: 18px;
    height: 70px;
    text-transform: none;
    width: 100%;
}

.work-with-us .wrap-content .svg-paper-clip {
    height: 30px;
    top: 20px;
}

.work-with-us .wrap-content .text {
    font-size: 18px;
    margin: 20px 0 50px 0;
}

.work-with-us .wrap-content .wrap-text {
    margin: auto;
    max-width: 950px;
}

.page-error {
    height: 100vh;
}

.page-error .img-background::before {
    background-image: linear-gradient( to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat-x;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.page-error .img-background h1 {
    color: white;
    font-size: 200px;
    font-weight: 500;
}

@media screen and (max-width: 760px) {
    .page-error .img-background h1 {
        font-size: 90px;
    }
}

.page-error .img-background h2 {
    color: white;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 40px 0;
}

@media screen and (max-width: 760px) {
    .page-error .img-background h2 {
        font-size: 15px;
        margin: 0 0 20px 0;
    }
}

.page-error .img-background h3 {
    color: white;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 22px 0;
    text-transform: unset;
}

@media screen and (max-width: 760px) {
    .page-error .img-background h3 {
        font-size: 15px;
    }
}

.page-error .img-background ul li {
    color: white;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 0 40px;
    text-transform: unset;
}

@media screen and (max-width: 760px) {
    .page-error .img-background ul li {
        font-size: 15px;
    }
}

.page-error .img-background ul li:hover {
    color: #ea7a0c;
}

.page-error .img-background ul li::before {
    background-color: white;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 52%;
    width: 16px;
}

.disclaimer {
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 60px;
    padding-top: 40px;
}

.disclaimer .wrap-content {
    padding-left: 3vw;
    padding-right: 3vw;
}

.disclaimer .copyright {
    float: left;
    margin: 0 0 0 15px;
}

.disclaimer .development {
    text-align: right;
    transition: 0.3s ease;
}

@media only screen and (min-width: 760px) {
    .disclaimer .development {
        float: right;
    }
}

.disclaimer a:hover {
    color: #f29925;
    text-decoration: none;
}

.header-desktop {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0);
    height: 148px;
    position: fixed;
    top: 0;
    transition: background-color 0.2s, box-shadow 0.2s, top 0.5s;
    width: 100vw;
    z-index: 333;
}

.header-desktop .top-header {
    border-bottom: 1px solid rgba(199, 199, 199, 0.42);
    color: white;
    display: flex;
    height: 58px;
    line-height: 58px;
    z-index: 300;
}

.header-desktop .top-header .btn-flag {
    align-items: center;
    display: flex;
}

.header-desktop .top-header .btn-flag .svg-flag {
    height: 25px;
    margin-left: 20px;
    width: 25px;
}

.header-desktop .top-header .btn-flag .text-en {
    margin-left: 20px;
    font-weight: 600;
    font-size: 14px;
}

.header-desktop .top-header .btn-highlight {
    border: 1px solid #ea7a0c;
    border-radius: 3px;
    padding: 5px 10px;
}

.header-desktop .top-header .btn-highlight span {
    pointer-events: none;
}

.header-desktop .top-header .btn-highlight-bottom {
    border-bottom: 1px solid #ea7a0c;
}

.header-desktop .top-header .align-to-logo {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 15%;
}

.header-desktop .top-header .align-to-menu {
    display: flex;
    justify-content: space-between;
    width: 85%;
}

.header-desktop .top-header .menu-cols {
    text-align: center;
}

.header-desktop .top-header .menu-cols:first-child {
    text-align: left;
}

@media only screen and (max-width: 1024px) {
    .header-desktop .top-header .menu-cols:first-child button {
        padding: 0 5px 0 0;
    }
}

.header-desktop .top-header .menu-cols:last-child {
    text-align: right;
    display: flex;
    align-items: center;
}

.header-desktop .top-header .menu-cols button {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    border-top: 2px solid rgba(0, 0, 0, 0);
    color: white;
    font-size: 12px;
    font-weight: 400;
    height: 57px;
    margin: 0 auto;
    outline: 0;
    text-transform: uppercase;
    transition: border-bottom-color 0.2s, border-top-color 0.2s;
    white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
    .header-desktop .top-header .menu-cols button {
        padding: 0 5px;
    }
}

.header-desktop .top-header .menu-cols button svg {
    fill: #ea7a0c;
    height: 10px;
    margin: 0;
    pointer-events: none;
    width: 10px;
}

.header-desktop .top-header .menu-cols button span {
    font-size: 12px;
    pointer-events: none;
}

.header-desktop .top-header .menu-cols .btn:hover {
    border-bottom-color: white;
    border-top-color: #ea7a0c;
}

.header-desktop .top-header .menu-cols.util-button button svg {
    margin: 0 0 0 10px;
}

.header-desktop .top-header .menu-cols.util-button button .svg-arrow-up {
    display: none;
    fill: #ea7a0c;
}

.header-desktop .top-header .menu-cols.util-button button.active .svg-arrow-up {
    display: inline-block;
}

.header-desktop .top-header .menu-cols.util-button button.active .svg-arrow-down {
    display: none;
}

.header-desktop .top-header .menu-cols.util-button button.active+.util-menu {
    display: block;
}

.header-desktop .top-header .menu-cols.util-button .util-menu {
    background-color: white;
    border-radius: 5px;
    color: #303030;
    display: none;
    right: 0;
    position: absolute;
    top: 50px;
    width: 190px;
    z-index: 350;
}

.header-desktop .top-header .menu-cols.util-button .util-menu::before {
    background-color: #fcbe41;
    border-radius: 5px 5px 0 0;
    content: " ";
    display: block;
    height: 8px;
    width: 100%;
}

.header-desktop .top-header .menu-cols.util-button .util-menu::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fcbe41 rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 4.5px 5px 4.5px;
    content: " ";
    left: 131px;
    position: absolute;
    top: -5px;
}

.header-desktop .top-header .menu-cols.util-button .util-menu.students::after {
    left: 128px;
}

.header-desktop .top-header .menu-cols.util-button .util-menu .list {
    height: auto;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    padding: 5px 0;
}

.header-desktop .top-header .menu-cols.util-button .util-menu .list::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.header-desktop .top-header .menu-cols.util-button .util-menu .list::-webkit-scrollbar-button {
    background-color: whitesmoke;
    display: none;
}

.header-desktop .top-header .menu-cols.util-button .util-menu .list::-webkit-scrollbar-corner {
    background-color: whitesmoke;
}

.header-desktop .top-header .menu-cols.util-button .util-menu .list::-webkit-resizer {
    background-color: whitesmoke;
}

.header-desktop .top-header .menu-cols.util-button .util-menu .list::-webkit-scrollbar-thumb {
    background-color: #828282;
    height: 50px;
}

.header-desktop .top-header .menu-cols.util-button .util-menu .list::-webkit-scrollbar-track {
    background-color: white;
}

.header-desktop .top-header .menu-cols.util-button .util-menu .list::-webkit-scrollbar-track-piece {
    background-color: #dbdbdb;
    margin: 0;
}

.header-desktop .top-header .menu-cols.util-button .util-menu .list a {
    clear: both;
    display: table;
    font-size: 14px;
    line-height: 14px;
    margin: 25px auto;
    text-transform: none;
    transition: color 0.2s, background-color 0.2s;
}

.header-desktop .top-header .menu-cols.util-button .util-menu .list a::after {
    background-color: #ea7a0c;
    content: " ";
    display: block;
    height: 2px;
    margin: 5px auto 0 auto;
    transition: width 375ms ease-in-out;
    width: 0;
}

.header-desktop .top-header .menu-cols.util-button .util-menu .list a:hover::after {
    width: 100%;
}

.header-desktop .top-header .menu-cols.where button {
    color: #ea7a0c;
}

.header-desktop .top-header .menu-cols.where button svg {
    margin: 0 0 0 10px;
}

.header-desktop .top-header .menu-cols.where button span {
    color: white;
}

.header-desktop .top-header .menu-cols.search {
    margin: 0;
}

.header-desktop .top-header .menu-cols.search .search-container {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    border-top: 2px solid rgba(0, 0, 0, 0);
    display: inline-block;
    height: 57px;
    margin: 0 auto;
    text-align: center;
    transition: border 300ms ease-in-out;
    width: auto;
}

.header-desktop .top-header .menu-cols.search .search-container:hover {
    border-bottom-color: white;
    border-top-color: #ea7a0c;
}

.header-desktop .top-header .menu-cols.search .svg-search-right {
    cursor: pointer;
    fill: #fcbe41;
    float: right;
    height: 18px;
    margin: 20px 0 0 0;
    width: 18px;
}

.header-desktop .top-header .menu-cols.search form {
    float: right;
    height: 58px;
    line-height: 58px;
}

.header-desktop .top-header .menu-cols.search form input {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    border-radius: 0;
    color: white;
    display: block;
    font-size: 12px;
    height: 58px;
    padding: 0 0 0 15px;
    text-align: left;
    text-transform: uppercase;
    transition: width 0.5s, border 0.5s;
    width: 70px;
}

.header-desktop .top-header .menu-cols.search form input::placeholder {
    color: white;
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
}

.header-desktop .top-header .menu-cols.search form input:focus {
    text-align: left;
    width: 105px;
}

@media only screen and (min-width: 1200px) {
    .header-desktop .top-header .menu-cols.search form input:focus {
        width: 155px;
    }
}

@media only screen and (min-width: 1366px) {
    .header-desktop .top-header .menu-cols.search form input:focus {
        width: 225px;
    }
}

.header-desktop .bottom-header {
    display: flex;
    height: 90px;
    position: absolute;
    width: 100%;
    z-index: 250;
}

.header-desktop .bottom-header .logo-space {
    float: left;
    padding: 25px 0 20px 0;
    text-align: left;
    width: 15%;
}

.header-desktop .bottom-header .logo-space .logo {
    margin: -17px auto;
}

.header-desktop .bottom-header .logo-space .logo.faculdade-la-salle-lucas-do-rio-verde,
.header-desktop .bottom-header .logo-space .logo.unilasalle-rio-de-janeiro {
    width: 85%;
    margin: -10px 0;
}

.header-desktop .bottom-header .logo-space .logo.default {
    display: block;
}

.header-desktop .bottom-header .logo-space .logo.scroll {
    display: none;
}

.header-desktop .bottom-header .menu {
    display: flex;
    max-width: 75%;
    margin-left: auto;
    justify-content: space-between;
    width: 100%;
}

.header-desktop .bottom-header .menu .item {
    height: 90px;
}

.header-desktop .bottom-header .menu .item .btn-menu {
    align-items: center;
    color: white;
    flex-direction: column;
    font-size: 20px;
    font-weight: 300;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    outline: 0;
    width: auto;
}

.header-desktop .bottom-header .menu .item .btn-menu::after {
    background-color: #f4a22c;
    bottom: 0;
    content: " ";
    display: block;
    height: 3px;
    position: absolute;
    transition: width 375ms ease-in-out;
    width: 0;
}

.header-desktop .bottom-header .menu .item .btn-menu.active::after,
.header-desktop .bottom-header .menu .item .btn-menu:hover::after {
    width: 100%;
}

.header-desktop .bottom-header .menu .item .btn-menu.active::before {
    display: block;
}

.header-desktop .bottom-header .menu .item .btn-highlight.active::after,
.header-desktop .bottom-header .menu .item .btn-highlight:hover::after {
    width: 0%;
}

.header-desktop .bottom-header .menu .item .btn-highlight.active span::before,
.header-desktop .bottom-header .menu .item .btn-highlight.active span::after,
.header-desktop .bottom-header .menu .item .btn-highlight:hover span::before,
.header-desktop .bottom-header .menu .item .btn-highlight:hover span::after {
    width: 100%;
    height: 100%;
}

.header-desktop .bottom-header .menu .item .btn-highlight.active span::before,
.header-desktop .bottom-header .menu .item .btn-highlight:hover span::before {
    border-top-color: #ea7a0c;
    border-right-color: #ea7a0c;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.header-desktop .bottom-header .menu .item .btn-highlight.active span::after,
.header-desktop .bottom-header .menu .item .btn-highlight:hover span::after {
    border-bottom-color: #ea7a0c;
    border-left-color: #ea7a0c;
    transition: border-color 0s ease-out 0.4s, width 0.25s ease-out 0.3s, height 0.25s ease-out 0.3s;
}

.header-desktop .bottom-header .menu .item .btn-highlight span {
    background: none;
    border: 0;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    color: #fff;
    font-size: inherit;
    pointer-events: none;
    position: relative;
    vertical-align: middle;
    transition: color 0.25s;
}

.header-desktop .bottom-header .menu .item .btn-highlight span::before,
.header-desktop .bottom-header .menu .item .btn-highlight span::after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.header-desktop .bottom-header .menu .item .btn-highlight span::before,
.header-desktop .bottom-header .menu .item .btn-highlight span::after {
    border: 1px solid transparent;
    width: 0;
    height: 0;
}

.header-desktop .bottom-header .menu .item .btn-highlight span::before {
    top: 0;
    left: 0;
}

.header-desktop .bottom-header .menu .item .btn-highlight span::after {
    bottom: 0;
    right: 0;
}

.header-desktop .bottom-header .menu .item .btn-highlight.active span::before,
.header-desktop .bottom-header .menu .item .btn-highlight.active span::after {
    width: 100%;
    height: 100%;
}

.header-desktop .bottom-header .menu .item .btn-highlight.active span::before {
    border-top-color: #ea7a0c;
    border-right-color: #ea7a0c;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.header-desktop .bottom-header .menu .item .btn-highlight.active span::after {
    border-bottom-color: #ea7a0c;
    border-left-color: #ea7a0c;
    transition: border-color 0s ease-out 0.4s, width 0.25s ease-out 0.3s, height 0.25s ease-out 0.3s;
}

.header-desktop .bottom-header .menu .item.highlights {
    text-align: right;
}

.header-desktop .bottom-header .menu .item.highlights .btn-gradient {
    border-radius: 4px;
    font-family: "DINPro", "Helvetica";
    font-size: 20px;
    font-weight: 100;
    height: 65px;
    letter-spacing: -0.05em;
    margin-top: 12px;
    padding: 0;
    text-align: center;
    text-transform: none;
    width: 100%;
}

.header-desktop .bottom-header .sub-menu {
    background-color: white;
    border-top: 0 solid #f4a22c;
    left: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 90px;
    transition: max-height 0.25s ease-in-out;
    width: 100%;
}

.header-desktop .bottom-header .sub-menu.active {
    max-height: 1500px;
    border-top-width: 1px;
}

.header-desktop .bottom-header .sub-menu .menu-line {
    align-items: center;
    display: flex;
    height: 90px;
    justify-content: center;
    text-align: center;
}

.header-desktop .bottom-header .sub-menu .menu-line>a {
    align-items: center;
    color: #303030;
    display: flex;
    font-size: 17px;
    height: 100%;
    margin: 0 3.2%;
}

.header-desktop .bottom-header .sub-menu .menu-line>a::after {
    background-color: #f4a22c;
    bottom: 0;
    content: " ";
    display: block;
    height: 3px;
    position: absolute;
    transition: width 375ms ease-in-out;
    width: 0;
}

.header-desktop .bottom-header .sub-menu .menu-line>a.active,
.header-desktop .bottom-header .sub-menu .menu-line>a:hover {
    color: #f4a22c;
}

.header-desktop .bottom-header .sub-menu .menu-line>a.active::after,
.header-desktop .bottom-header .sub-menu .menu-line>a:hover::after {
    width: 100%;
}

.header-desktop .bottom-header .sub-menu.sub-menu2 {
    background-color: rgba(0, 0, 0, 0.9);
    border-top: 0;
    height: 60px;
    top: 181px;
}

.header-desktop .bottom-header .sub-menu.sub-menu2 .menu-line {
    height: 100%;
    justify-content: center;
}

.header-desktop .bottom-header .sub-menu.sub-menu2 a {
    color: white;
}

.header-desktop.dark {
    background-color: white;
}

.header-desktop.dark .top-header button {
    color: #303030;
}

.header-desktop.dark .top-header button:hover {
    border-bottom-color: #ea7a0c;
}

.header-desktop.dark .top-header .where button span {
    color: #303030;
}

.header-desktop.dark .top-header .search .search-container:hover {
    border-bottom-color: #ea7a0c;
    border-top-color: #ea7a0c;
}

.header-desktop.dark .top-header .search .search-container form input {
    color: #303030;
}

.header-desktop.dark .top-header .search .search-container form input::placeholder {
    color: #303030;
}

.header-desktop.dark .top-header .util-button button .svg-arrow-up {
    fill: #303030;
}

.header-desktop.dark .top-header .util-menu {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.header-desktop.dark .bottom-header .logo-space .logo.default {
    display: none;
}

.header-desktop.dark .bottom-header .logo-space .logo.scroll {
    display: inline-block;
}

.header-desktop.dark .bottom-header .menu .item .btn-menu {
    color: #303030;
}

.header-desktop.dark .bottom-header .menu .item.highlights .btn-gradient {
    color: white;
}

.header-desktop.dark .bottom-header .menu .item .btn-highlight span {
    color: #303030;
}

.header-desktop.dark .sub-menu>.link {
    color: #303030;
}

.header-desktop.active {
    background-color: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    top: -57px;
}

.header-desktop.active .top-header button {
    color: #303030;
}

.header-desktop.active .top-header button:hover {
    border-bottom-color: #ea7a0c;
}

.header-desktop.active .top-header .where button span {
    color: #303030;
}

.header-desktop.active .top-header .search .search-container:hover {
    border-bottom-color: #ea7a0c;
    border-top-color: #ea7a0c;
}

.header-desktop.active .top-header .search .search-container form input {
    color: #303030;
}

.header-desktop.active .top-header .search .search-container form input::placeholder {
    color: #303030;
}

.header-desktop.active .top-header .util-button button .svg-arrow-up {
    fill: #303030;
}

.header-desktop.active .top-header .util-menu {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.header-desktop.active .bottom-header .logo-space .logo.default {
    display: none;
}

.header-desktop.active .bottom-header .logo-space .logo.scroll {
    display: inline-block;
}

.header-desktop.active .bottom-header .menu .item .btn-menu {
    color: #303030;
}

.header-desktop.active .bottom-header .menu .item.highlights .btn-gradient {
    color: white;
}

.header-desktop.active .bottom-header .menu .item .btn-highlight span {
    color: #303030;
}

.header-desktop.active .sub-menu>.link {
    color: #303030;
}

.header-desktop.active.hidden-menu {
    top: -300px;
}

.header-desktop.active.hidden-menu.sub-menu {
    display: none;
}

.header-desktop .radio-player-menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.menu-overlay {
    background-color: rgba(0, 0, 0, 0.84);
    height: 100vh;
    opacity: 0;
    position: fixed;
    transition: opacity 0.5s;
    width: 100vw;
    z-index: -1;
}

.menu-overlay.active {
    opacity: 1;
    z-index: 50;
}

.header-mobile {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    transition: background-color 0.2s, box-shadow 0.2s, top 0.5s;
    width: 100vw;
    z-index: 900;
}

.header-mobile.open .top-header .menu-cols .btn-access,
.header-mobile.dark .top-header .menu-cols .btn-access,
.header-mobile.active .top-header .menu-cols .btn-access {
    color: rgba(0, 0, 0, 0.75);
}

.header-mobile.open .bottom-header>a .logo.scroll,
.header-mobile.dark .bottom-header>a .logo.scroll,
.header-mobile.active .bottom-header>a .logo.scroll {
    display: inline;
}

.header-mobile.open .bottom-header>a .logo.default,
.header-mobile.dark .bottom-header>a .logo.default,
.header-mobile.active .bottom-header>a .logo.default {
    display: none;
}

.header-mobile .top-header {
    align-items: center;
    border-bottom: 1px solid rgba(199, 199, 199, 0.42);
    display: flex;
    height: 60px;
    width: 100%;
    z-index: 1;
}

.header-mobile .top-header .menu-cols {
    width: 85%;
}

.header-mobile .top-header .menu-cols .btn-access {
    border: 1px solid #ea7a0c;
    color: white;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1;
    margin-left: 10px;
    padding: 0 5px;
    outline: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.header-mobile .top-header .menu-cols .btn-access svg {
    fill: #ea7a0c;
    height: 10px;
    margin: 0;
    pointer-events: none;
    width: 10px;
}

.header-mobile .top-header .menu-cols .btn-access span {
    font-size: 12px;
}

.header-mobile .top-header .menu-cols .btn:hover {
    border-color: #ea7a0c;
}

.header-mobile .top-header .btn-flag {
    align-items: center;
    display: flex;
    width: 15%;
}

.header-mobile .top-header .btn-flag .svg-flag {
    height: 25px;
    width: 25px;
}

.header-mobile .top-header .btn-flag .text-en {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.header-mobile .top-header .util-button button svg {
    margin: 0 5px;
}

.header-mobile .top-header .util-button button .svg-arrow-up {
    display: none;
    fill: #ea7a0c;
}

.header-mobile .top-header .util-button button.active .svg-arrow-up {
    display: inline-block;
}

.header-mobile .top-header .util-button button.active .svg-arrow-down {
    display: none;
}

.header-mobile .top-header .util-button button.active+.util-menu {
    display: block;
}

.header-mobile .top-header .util-button .util-menu {
    background-color: white;
    border-radius: 5px;
    box-shadow: 1px 1px 0px #ddd;
    color: #303030;
    display: none;
    left: 50px;
    position: absolute;
    top: 60px;
    width: 190px;
    z-index: 350;
}

.header-mobile .top-header .util-button .util-menu::before {
    background-color: #f4a22c;
    border-radius: 5px 5px 0 0;
    content: " ";
    display: block;
    height: 8px;
    width: 100%;
}

.header-mobile .top-header .util-button .util-menu::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ea7a0c rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 4.5px 5px 4.5px;
    content: " ";
    left: 131px;
    position: absolute;
    top: -5px;
}

.header-mobile .top-header .util-button .util-menu.students::after {
    left: 128px;
}

.header-mobile .top-header .util-button .util-menu .list {
    height: auto;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    padding: 5px 0;
}

.header-mobile .top-header .util-button .util-menu .list::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.header-mobile .top-header .util-button .util-menu .list::-webkit-scrollbar-button {
    background-color: whitesmoke;
    display: none;
}

.header-mobile .top-header .util-button .util-menu .list::-webkit-scrollbar-corner {
    background-color: whitesmoke;
}

.header-mobile .top-header .util-button .util-menu .list::-webkit-resizer {
    background-color: whitesmoke;
}

.header-mobile .top-header .util-button .util-menu .list::-webkit-scrollbar-thumb {
    background-color: #828282;
    height: 50px;
}

.header-mobile .top-header .util-button .util-menu .list::-webkit-scrollbar-track {
    background-color: white;
}

.header-mobile .top-header .util-button .util-menu .list::-webkit-scrollbar-track-piece {
    background-color: #dbdbdb;
    margin: 0;
}

.header-mobile .top-header .util-button .util-menu .list a {
    clear: both;
    display: table;
    font-size: 14px;
    line-height: 14px;
    margin: 25px auto;
    transition: color 0.2s, background-color 0.2s;
}

.header-mobile .top-header .util-button .util-menu .list a::after {
    background-color: #ea7a0c;
    content: " ";
    display: block;
    height: 2px;
    margin: 5px auto 0 auto;
    transition: width 375ms ease-in-out;
    width: 0;
}

.header-mobile .top-header .util-button .util-menu .list a:hover::after {
    width: 100%;
}

.header-mobile .top-header .where {
    color: white;
    display: inline-block;
    font-size: 10px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.header-mobile .top-header .where span {
    font-size: 10px;
}

.header-mobile .top-header .where:focus {
    outline: 0;
}

.header-mobile .top-header .where .svg-arrow-down {
    display: inline-block;
    fill: #ea7a0c;
    height: 7px;
    margin-left: 5px;
    width: 8px;
}

.header-mobile .top-header .search {
    float: right;
    text-align: right;
    width: 50%;
}

.header-mobile .top-header .search .svg-search-right {
    fill: #fcbe41;
    float: right;
    height: 13px;
    margin: 1px 5px 0 0;
    width: 13px;
}

.header-mobile .top-header .search form {
    float: right;
    height: 13px;
    line-height: 13px;
}

.header-mobile .top-header .search input {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    color: white;
    display: inline-block;
    font-size: 10px;
    height: 13px;
    padding: 0 0 2px 0;
    text-align: right;
    text-transform: uppercase;
    transition: width 0.5s, border 0.5s, text-align 0.5s;
    width: 32px;
}

.header-mobile .top-header .search input::placeholder {
    color: white;
    font-size: 10px;
    text-align: right;
    text-transform: uppercase;
}

.header-mobile .top-header .search input:focus {
    border-bottom: 1px solid white;
    text-align: left;
    width: 100px;
}

@media only screen and (min-width: 400px) {
    .header-mobile .top-header .search input:focus {
        width: 150px;
    }
}

@media only screen and (min-width: 760px) {
    .header-mobile .top-header .search input:focus {
        width: 200px;
    }
}

.header-mobile .top-header .search input:focus::placeholder {
    text-align: left;
}

.header-mobile .bottom-header {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 15px 15px 15px 15px;
    text-align: center;
}

.header-mobile .bottom-header>a {
    display: inline;
}

.header-mobile .bottom-header>a .logo {
    display: inline-block;
    margin-right: 5px;
    max-height: 26px;
}

.header-mobile .bottom-header>a .logo.default {
    display: block;
}

.header-mobile .bottom-header>a .logo.scroll {
    display: none;
}

.header-mobile .bottom-header .highlights {
    display: inline-block;
    margin: 0 auto;
}

.header-mobile .bottom-header .highlights button {
    background: linear-gradient(to right, #ea7a0c 0%, #ffcb4c 100%);
    border-radius: 3px;
    color: white;
    display: inline-block;
    margin-top: -2px;
    padding: 5px 30px;
    transition: color 0.5s, background 0.5s;
}

.header-mobile .bottom-header .highlights button::after {
    content: none;
}

.header-mobile .bottom-header .highlights button:hover {
    background: linear-gradient(to right, white 0%, white 100%);
    border: 1px solid #ea7a0c;
    color: #f4a22c;
    padding: 4px 29px;
}

.header-mobile .bottom-header .hamburger {
    display: inline-block;
}

.header-mobile .bottom-header .hamburger span {
    font-size: 1.125rem;
    color: white;
}

.header-mobile .bottom-header .hamburger svg {
    fill: white;
    height: 19px;
    margin-top: 3px;
    transition: fill 0.5s;
    width: 19px;
}

.header-mobile .bottom-header .hamburger svg.svg-close-menu {
    display: none;
    height: 17px;
    margin-top: 5px;
    width: 17px;
}

.header-mobile .bottom-header .hamburger:focus {
    outline: 0;
}

.header-mobile .menu-open {
    background-color: #01315e;
    display: none;
    height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    transition: height 0.2s ease-out;
    width: 100%;
}

.header-mobile .menu-open .btn-menu {
    border-color: #3c5ab4;
}

.header-mobile .menu-open .btn-menu,
.header-mobile .menu-open .link {
    align-items: center;
    border-left-width: 0;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    color: white;
    display: flex;
    font-size: 20px;
    height: 85px;
    justify-content: space-between;
    padding: 0 20px;
    position: relative;
    transition: border-left 0.1s ease-in;
    width: 100%;
}

.header-mobile .menu-open .btn-menu span,
.header-mobile .menu-open .link span {
    pointer-events: none;
}

.header-mobile .menu-open .btn-menu .arrow,
.header-mobile .menu-open .link .arrow {
    fill: white;
    margin: 0;
    padding: 0;
    height: 6px;
    width: 12px;
    pointer-events: none;
}

.header-mobile .menu-open .btn-menu .arrow.svg-arrow-up,
.header-mobile .menu-open .link .arrow.svg-arrow-up {
    display: none;
}

.header-mobile .menu-open .btn-menu.active,
.header-mobile .menu-open .link.active {
    border-left: 3px solid #ea7a0c;
}

.header-mobile .menu-open .btn-menu.active .arrow.svg-arrow-up,
.header-mobile .menu-open .link.active .arrow.svg-arrow-up {
    display: inline-block;
}

.header-mobile .menu-open .btn-menu.active .arrow.svg-arrow-down,
.header-mobile .menu-open .link.active .arrow.svg-arrow-down {
    display: none;
}

.header-mobile .menu-open .btn-menu.active+.menu-category,
.header-mobile .menu-open .link.active+.menu-category {
    max-height: 1500px;
}

.header-mobile .menu-open .sub-menu {
    overflow: hidden;
    height: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in;
}

.header-mobile .menu-open .sub-menu.active {
    max-height: 100%;
}

.header-mobile .menu-open .sub-menu a {
    align-items: center;
    background-color: #005aa1;
    border-bottom: 1px solid #0c69b3;
    color: white;
    display: flex;
    font-size: 18px;
    height: 80px;
    padding: 0 20px;
    transition: border-left 0.2s ease-in;
    transition: padding-left 0.2s ease-in;
}

.header-mobile .menu-open .sub-menu a.active {
    padding-left: 37px;
}

.header-mobile .menu-open .sub-menu.sub-menu2 a {
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    padding-left: 40px;
}

.header-mobile .menu-open .menu-category {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
}

.header-mobile .menu-open .menu-category .btn-menu {
    background: linear-gradient(270deg, #01315e 0%, #3074b4 100%);
    padding: 22px 17px 22px 18px;
}

.header-mobile.dark .where span {
    color: #464646;
}

.header-mobile.dark .search input {
    color: #464646;
}

.header-mobile.dark .search input::placeholder {
    color: #464646;
}

.header-mobile.dark .search input:focus {
    border-bottom-color: #ea7a0c;
}

.header-mobile.dark .hamburger span {
    color: #464646;
}

.header-mobile.dark .hamburger svg {
    fill: #464646;
}

.header-mobile.dark .logo.default {
    display: none;
}

.header-mobile.dark .logo.scroll {
    display: block;
}

.header-mobile.active,
.header-mobile.open {
    background-color: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.header-mobile.active .where span,
.header-mobile.open .where span {
    color: #464646;
}

.header-mobile.active .search input,
.header-mobile.open .search input {
    color: #464646;
}

.header-mobile.active .search input::placeholder,
.header-mobile.open .search input::placeholder {
    color: #464646;
}

.header-mobile.active .search input:focus,
.header-mobile.open .search input:focus {
    border-bottom-color: #ea7a0c;
}

.header-mobile.active .hamburger span,
.header-mobile.open .hamburger span {
    color: #464646;
}

.header-mobile.active .hamburger svg,
.header-mobile.open .hamburger svg {
    fill: #464646;
}

.header-mobile.active .logo.default,
.header-mobile.open .logo.default {
    display: none;
}

.header-mobile.active .logo.scroll,
.header-mobile.open .logo.scroll {
    display: block;
}

.header-mobile.active.hidden-menu,
.header-mobile.open.hidden-menu {
    top: -120px;
}

.header-mobile.open {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0);
}

.header-mobile.open.hidden-menu {
    top: 0;
}

.header-mobile.open .menu-open {
    display: block;
    height: calc(100vh - 108px);
}

.header-mobile.open .hamburger .menu-mobile-text {
    display: none;
}

.header-mobile.open .hamburger svg.svg-close-menu {
    display: block;
}

.infos {
    overflow: hidden;
}

.infos .wrap-content {
    padding-left: 3vw;
    padding-right: 3vw;
}

@media only screen and (max-width: 992px) {
    .infos .wrap-content {
        padding: 0;
    }
}

.infos-content {
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
    .infos-content {
        float: left;
        padding-top: 35px;
    }
}

@media only screen and (max-width: 992px) {
    .infos-content {
        color: black;
        font-size: 13px;
        text-align: center;
    }
}

.infos-content .col-xl-3 {
    float: left;
}

.infos-content .col-md-6 {
    float: left;
}

.infos-content .title {
    color: #f29925;
    font-weight: 600;
}

@media (max-width: 992px) {
    .infos-content .title {
        border-bottom: 1px solid #dbdbdb;
        display: block;
        line-height: 70px;
    }
}

@media (min-width: 992px) {
    .infos-content .title {
        font-size: 14px;
        padding-left: 15px;
        white-space: nowrap;
    }
}

.infos-content button {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: unset;
    text-transform: uppercase;
}

.infos-content .rede {
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .infos-content .rede {
        display: block;
        line-height: 40px;
    }
    .infos-content .rede button {
        font-weight: 500;
    }
    .infos-content .rede svg {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .infos-content .rede {
        font-size: 14px;
    }
    .infos-content .rede svg {
        fill: #ea7a0c;
        transform: rotate(-90deg);
        vertical-align: middle;
        width: 0.5vw;
    }
}

.infos-content .privacy {
    transition: 0.3s ease;
    white-space: nowrap;
}

@media only screen and (max-width: 992px) {
    .infos-content .privacy {
        display: block;
        line-height: 40px;
    }
    .infos-content .privacy a {
        font-weight: 500;
    }
}

@media only screen and (min-width: 992px) {
    .infos-content .privacy {
        font-size: 14px;
    }
}

.infos-content .privacy a:hover {
    color: #f29925;
    text-decoration: none;
}

.infos-content .you-are-at {
    line-height: 40px;
}

@media only screen and (min-width: 992px) {
    .infos-content .you-are-at {
        line-height: 20px;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 1200px) {
    .infos-content .you-are-at {
        text-align: right;
    }
}

.infos-content .you-are-at .you-are-title {
    display: inline-block;
}

.infos-content .you-are-at div {
    color: #ea7a0c;
    font-size: 12px;
    text-transform: uppercase;
}

.infos-content .you-are-at a {
    border-bottom: 1px solid #ea7a0c;
    color: black;
    display: initial;
    font-size: 12px;
    margin-left: 4px;
    padding: 0 4px;
}

.infos-content .you-are-at a:hover {
    text-decoration: none;
}

.infos-content .you-are-at svg {
    fill: #ea7a0c;
    margin: 0 0 0;
    position: absolute;
    right: -16px;
    top: 0;
    vertical-align: middle;
    width: 0.9vw;
}

@media only screen and (max-width: 992px) {
    .infos-content .you-are-at svg {
        display: none;
    }
}

.service {
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    clear: both;
}

@media (min-width: 992px) {
    .service {
        float: left;
        width: 100%;
    }
}

.service .unit-address {
    color: #666666;
    display: block;
    font-weight: 300;
    margin: 20px auto;
    text-align: center;
    text-transform: none;
}

@media only screen and (min-width: 992px) {
    .service .unit-address {
        display: inline-block;
        margin: 40px auto 0 16px;
        text-align: left;
        width: 100%;
    }
}

.service .unit-phone {
    color: #666666;
    font-size: 18px;
    margin: 20px 0;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .service .unit-phone {
        float: right;
        letter-spacing: 1.5px;
        margin: 40px 0;
        text-align: left;
    }
}

.service .unit-phone svg {
    fill: #ea7a0c;
    height: 30px;
    margin-right: 5px;
    vertical-align: middle;
    width: 30px;
}

@media (max-width: 760px) {
    .service .unit-phone svg {
        display: none;
    }
}

.social-networks {
    float: right;
    padding: 0;
}

.social-networks ul {
    display: block;
    text-align: center;
    width: 100%;
}

@media (min-width: 992px) {
    .social-networks ul {
        text-align: right;
    }
}

.social-network {
    display: inline-block;
    max-width: 71px;
    vertical-align: top;
    width: 19%;
}

@media only screen and (min-width: 992px) {
    .social-network {
        max-width: 107px;
    }
}

.social-network:hover {
    background-image: linear-gradient(to right, #fcbe41 0%, #ea7a0c 100%);
    background-repeat: repeat-x;
}

.social-network:hover svg {
    fill: white;
}

.social-network svg {
    height: 42px;
    text-align: center;
    vertical-align: middle;
    width: 42px;
}

.social-network .social-link {
    display: block;
    height: 100%;
    padding: 22px 0;
    text-align: center;
}

.newsletter {
    background-color: #004687;
    font-family: "DINPro", "Helvetica";
    padding: 39px 0 35px;
    z-index: 1;
}

.newsletter input:-webkit-autofill,
.newsletter textarea:-webkit-autofill,
.newsletter select:-webkit-autofill {
    background-color: transparent !important;
}

.newsletter .filter-option-inner-inner {
    color: white;
}

@media (min-width: 760px) {
    .newsletter {
        padding: 47px 0 115px;
    }
}

.newsletter .field-wrapper {
    float: left;
    margin-bottom: 11px;
    padding: 0 10px;
}

.newsletter .field-wrapper svg {
    fill: white;
    height: 31px;
    left: 29px;
    max-width: 22px;
    position: absolute;
    top: 9px;
}

.newsletter .field-wrapper svg.focus {
    fill: #ea7a0c;
}

@media only screen and (min-width: 760px) {
    .newsletter .field-wrapper svg {
        max-width: 27px;
        top: 23px;
    }
}

.newsletter .select-wrapper {
    padding-right: 5px;
}

.newsletter .select-wrapper [data-id="SubjectID"] {
    background-color: transparent;
    border: 1px solid #ea7a0c;
    border-radius: 5px;
    color: white;
    height: 46px;
    line-height: 46px;
    padding-left: 15px;
    padding-right: 5px;
    text-transform: none;
    width: 100%;
}

@media only screen and (min-width: 760px) {
    .newsletter .select-wrapper [data-id="SubjectID"] {
        font-size: 19px;
        height: 77px;
        line-height: 77px;
    }
}

.newsletter .select-wrapper [data-id="SubjectID"]::after {
    display: none;
}

.newsletter .select-wrapper svg {
    left: 85%;
    width: 11px;
}

.newsletter ::placeholder {
    color: white;
    font-family: "DINPro", "Helvetica";
}

.newsletter legend {
    color: white;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
}

@media (min-width: 760px) {
    .newsletter legend {
        font-size: 26px;
    }
}

.newsletter legend::after {
    background-color: #ea7a0c;
    content: "";
    display: block;
    height: 1px;
    margin: 12px 0 17px;
    width: 11px;
}

.newsletter label {
    display: none;
}

.newsletter input {
    background-color: transparent;
    border: 1px solid #ea7a0c;
    border-radius: 5px;
    color: white;
    font-family: "DINPro", "Helvetica";
    font-size: 14px;
    font-weight: 300;
    height: 53px;
    line-height: 53px;
    padding-left: 58px;
    width: 100%;
}

@media only screen and (min-width: 760px) {
    .newsletter input {
        font-size: 19px;
        height: 77px;
        line-height: 77px;
    }
}

.newsletter .send-button {
    background-image: linear-gradient(to right, #fcbe41 0%, #ea7a0c 100%);
    background-repeat: repeat-x;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    font-weight: 300;
    height: 46px;
    line-height: 46px;
    width: 100%;
}

@media only screen and (min-width: 760px) {
    .newsletter .send-button {
        font-size: 19px;
        height: 77px;
        line-height: 77px;
    }
}

.newsletter .send-button:hover {
    background-image: linear-gradient(to right, #ea7a0c 0%, #ea7a0c 100%);
    background-repeat: repeat-x;
}

.seals {
    border-bottom: 1px solid #dbdbdb;
    padding: 68px 0 68px 0;
    text-align: center;
}

.seals .wrap-content {
    padding-left: 3vw;
    padding-right: 3vw;
}

.seals .seals-list>.seal {
    display: inline-flex;
    padding: 0 3px;
}

@media only screen and (max-width: 760px) {
    .seals .seal>img {
        max-height: 45px;
    }
}

.sitemap-list {
    position: relative;
}

@media only screen and (min-width: 760px) {
    .sitemap-list {
        margin-bottom: 60px;
        padding: 60px 0 0 0;
    }
}

.sitemap-list .wrap-content {
    display: flex;
    flex-wrap: wrap;
    padding-left: 3vw;
    padding-right: 3vw;
}

.sitemap-list .list {
    display: inline-block;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    transition: 0.4s;
    vertical-align: top;
    width: 100%;
}

@media only screen and (max-width: 760px) {
    .sitemap-list .list {
        border-bottom: 1px solid #dbdbdb;
        height: 54px;
        line-height: 54px;
    }
}

@media only screen and (min-width: 760px) {
    .sitemap-list .list {
        width: 33.3333333333%;
    }
}

@media only screen and (min-width: 992px) {
    .sitemap-list .list {
        width: 16.6666666667%;
    }
    .sitemap-list .list:first-child {
        width: 22%;
    }
    .sitemap-list .list:last-child {
        width: 10%;
    }
}

.sitemap-list .list .title {
    color: black;
    display: block;
    font-size: 19px;
    font-weight: 700;
    width: 100%;
}

@media only screen and (min-width: 760px) {
    .sitemap-list .list .title {
        font-size: 18px;
        margin-bottom: 20px;
        white-space: nowrap;
    }
}

.sitemap-list .list .svg-arrow-down {
    fill: #bdbdbd;
    max-width: 20px;
    position: absolute;
    right: 0;
    top: 0px;
    transition: 0.2s;
}

@media only screen and (min-width: 760px) {
    .sitemap-list .list .svg-arrow-down {
        display: none;
    }
}

.sitemap-list .list .svg-arrow-right {
    display: inline-block;
    margin: 7px;
    margin-left: 0;
    padding: 0;
    width: 7px;
}

.sitemap-list .list .list-items {
    color: #828282;
    display: block;
    font-size: 14px;
    font-weight: 300;
}

@media only screen and (max-width: 760px) {
    .sitemap-list .list .list-item {
        line-height: 30px;
    }
}

.sitemap-list .list .sitemap-link {
    display: flex;
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s ease;
}

.sitemap-list .list .sitemap-link span {
    font-size: 15px;
    font-weight: 400;
}

.sitemap-list .list .sitemap-link:hover {
    color: #f29925;
    text-decoration: none;
}

.sitemap-list .list .sitemap-link:hover .svg-arrow-right {
    fill: #f29925;
}

.sitemap-list .list.open {
    height: auto;
    padding-bottom: 20px;
}

.sitemap-list .list.open .svg-arrow-down {
    transform: rotate(180deg);
}

i.fas.fa-arrow-down {
    font-size: 12px;
    color: #bdbdbd;
}

.header-overlay {
    background: linear-gradient(to right, #faa729 0%, #e5640a 100%);
    height: 100vh;
    left: -100vw;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    transition: left 0.2s;
    width: 100vw;
    z-index: 999;
}

.header-overlay::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.header-overlay::-webkit-scrollbar-button {
    background-color: #0064b4;
    display: none;
}

.header-overlay::-webkit-scrollbar-corner {
    background-color: #0064b4;
}

.header-overlay::-webkit-resizer {
    background-color: #0064b4;
}

.header-overlay::-webkit-scrollbar-thumb {
    background-color: #fcbe41;
    height: 50px;
}

.header-overlay::-webkit-scrollbar-track {
    background-color: white;
}

.header-overlay::-webkit-scrollbar-track-piece {
    background-color: #0064b4;
    margin: 0;
}

.header-overlay.open {
    left: 0;
}

.header-overlay .content-header.intro {
    height: calc(100vh - 100px);
    position: absolute;
    top: 100px;
}

.header-overlay .content-header.intro .list-units {
    padding-bottom: 30px;
    padding-top: 30px;
}

.header-overlay .content-header>a {
    background-color: rgba(0, 0, 0, 0);
    color: white;
    font-size: 22px;
    font-weight: 100;
    padding: 10px 30px;
    transition: background-color 0.2s;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .header-overlay .content-header>a {
        font-size: 38px;
        font-weight: 500;
        padding: 25px 140px;
        text-transform: uppercase;
    }
}

.header-overlay .content-header>a:hover {
    background-color: rgba(229, 76, 3, 0.4);
}

.header-overlay .content-header>a span {
    font-size: 14px;
}

@media only screen and (max-width: 1200px) {
    .header-overlay .content-header>a span {
        display: block;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .header-overlay .content-header>a span {
        font-size: 20px;
        font-weight: 100;
    }
}

.header-overlay .content-header>a.open+.sub-menu {
    max-height: 100vh;
}

.header-overlay .content-header .sub-menu {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.header-overlay .content-header .sub-menu ul {
    margin: 30px;
}

.header-overlay .content-header .sub-menu ul li h3 {
    color: #ea7a0c;
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 5px;
}

.header-overlay .content-header .sub-menu ul li a {
    color: black;
    font-size: 16px;
    font-weight: 400;
    height: 31px;
    line-height: 24px;
    padding: 0;
    text-transform: capitalize;
}

.header-overlay .content-header .sub-menu ul li a::after {
    background-color: #ea7a0c;
    content: " ";
    display: block;
    height: 2px;
    margin: 5px auto 0 auto;
    transition: width 375ms ease-in-out;
    width: 0;
}

.header-overlay .content-header .sub-menu ul li a:hover::after {
    width: 100%;
}

.header-overlay .top-header {
    border-bottom: 1px solid rgba(255, 255, 60, 0.2);
    padding: 20px 90px 20px 30px;
}

@media only screen and (min-width: 992px) {
    .header-overlay .top-header {
        padding: 30px 140px 30px 140px;
    }
}

.header-overlay .top-header h1 {
    color: #f9d791;
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
    .header-overlay .top-header h1 {
        font-size: 30px;
    }
}

.header-overlay .top-header h1 span {
    display: block;
    font-weight: 600;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .header-overlay .top-header h1 span {
        display: inline;
    }
}

.header-overlay .top-header .btn-close {
    display: block;
    float: right;
    margin-top: -20px;
    outline: 0;
    position: absolute;
    right: 20px;
    top: 45px;
    transition: opacity 300ms ease-in-out;
}

@media only screen and (min-width: 992px) {
    .header-overlay .top-header .btn-close {
        right: 140px;
    }
}

.header-overlay .top-header .btn-close svg {
    fill: rgba(255, 255, 255, 0.75);
    height: 15px;
    width: 15px;
}

.header-overlay .top-header .btn-close span {
    color: white;
    font-size: 32px;
    font-weight: 400;
    top: 8px;
}

.header-overlay .top-header .btn-close:hover {
    opacity: 0.5;
}

h1.title.title-banner.cat-title.polos {
    font-size: 4.2rem;
}

h1.title.title-banner.cat-title.graduacao {
    font-size: 5.5rem;
}

h1.title.title-banner.pos {
    max-width: 40rem;
}

h1.title.title-banner.cat-title.pos {
    font-size: 3.8rem;
}

h1.title.title-banner.cat-title.services {
    font-size: 5.8rem;
}

h1.title.title-banner.service-title {
    max-width: 19em;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    /* min-width: 100%; */
    /* min-height: 100%; */
    /* z-index: -1; */
    object-position: center;
    object-fit: cover;
    height: 100vh;
}

section.contact-one {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

h1.title.title-banner.cat-title.contato {
    font-size: 4rem;
}

h1.title.title-banner.contato-title {
    max-width: 30rem;
}

h1.title.title-banner.cat-title.preios {
    font-size: 5.5rem;
}

h1.title.title-banner.cat-title.univer {
    font-size: 4rem;
}


/*
* 11. course styles
*/


/* .course-one {
    padding-top: 120px;
    padding-bottom: 120px;
} */

.course-one .post-pagination {
    margin-top: 30px;
}

.course-one__carousel .color-1 .course-one__category {
    background-color: #7c4bc0;
}

.course-one__carousel .color-2 .course-one__category {
    background-color: #1888c9;
}

.course-one__carousel .color-3 .course-one__category {
    background-color: #d23f3f;
}

.course-one__carousel .color-4 .course-one__category {
    background-color: #2da397;
}

.course-one__carousel .color-5 .course-one__category {
    background-color: #d23f3f;
}

.course-one__carousel .color-6 .course-one__category {
    background-color: #33a9bb;
}

.course-one [class*=col-lg-]:nth-child(1) .course-one__category {
    background-color: #7c4bc0;
}

.course-one [class*=col-lg-]:nth-child(2) .course-one__category {
    background-color: #1888c9;
}

.course-one [class*=col-lg-]:nth-child(3) .course-one__category {
    background-color: #d23f3f;
}

.course-one [class*=col-lg-]:nth-child(4) .course-one__category {
    background-color: #2da397;
}

.course-one [class*=col-lg-]:nth-child(5) .course-one__category {
    background-color: #d23f3f;
}

.course-one [class*=col-lg-]:nth-child(6) .course-one__category {
    background-color: #33a9bb;
}

.course-one__single {
    margin-bottom: 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.course-one__single:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.course-one__image {
    position: relative;
}

.course-one__image>img {
    width: 100%;
}

.course-one__image i {
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 30px;
    right: 30px;
}

.course-one__category {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    letter-spacing: .2em;
    background-color: #f16101;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 24px;
    padding: 0 17px;
    position: absolute;
    left: 50px;
    top: -13.5px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.course-one__category:hover {
    color: #fff;
    background-color: #012237;
}

.course-one__content {
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
    border-top: 0;
    background-color: #fff;
}

.course-one__admin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #81868a;
    margin: 0;
    line-height: 1em;
    margin-bottom: 20px;
}

.course-one__admin>img {
    width: 21px !important;
    border-radius: 50%;
    margin-right: 10px;
}

.course-one__admin a {
    color: #2da397;
    margin-left: 5px;
}

.course-one__image>img {
    width: 100%;
}

.course-one__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-one__stars-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-one__stars-wrap i {
    font-size: 14px;
    color: #f16101;
}

.course-one__title {
    font-size: 20px;
    font-weight: 600;
    color: #f16101;
    margin: 0;
    margin-bottom: 5px;
}

.course-one__title a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.course-one__title a:hover {
    color: #f16101;
}

.course-one__count {
    font-size: 14px;
    font-weight: 500;
    color: #012237;
    margin-left: 10px;
}

.course-one__stars-count {
    font-size: 11px;
    color: #81868a;
    font-weight: 500;
    background-color: #f1f1f1;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}

.course-one__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 2px solid #f1f1f1;
    padding-top: 20px;
    margin-top: 15px;
}

.course-one__meta a {
    color: #81868a;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.course-one__meta a:hover {
    color: #2da397;
}

.course-one__meta a:hover i {
    color: #012237;
}

.course-one__meta a:last-child {
    color: #012237;
    font-weight: 600;
}

.course-one__meta i {
    font-size: 14px;
    color: #f16101;
    margin-right: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.course-one__link {
    background-color: #f1f1f1;
    width: 100%;
    color: #81868a;
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 11.5px 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 20px;
}

.course-one__link:hover {
    background-color: #f16101;
    color: #fff;
}

.course-one__teacher-details {
    padding-bottom: 90px;
}

.course-one__top-title {
    padding: 128px 0;
    position: relative;
}

.course-one__top-title::before {
    content: '';
    width: 145px;
    height: 60px;
    background-color: #f1f1f1;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.course-details {
    padding: 120px 0;
}

.course-details .list-unstyled {
    margin-bottom: 0;
}

.course-details .course-one__category {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.course-details__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #81868a;
    font-size: 18px;
    font-weight: 500;
}

.course-details__author a {
    color: #2da397;
    margin-left: 10px;
}

.course-details__author img {
    width: 53px;
    border-radius: 50%;
    margin-right: 20px;
}

.course-details__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.course-details__title {
    font-size: 18px;
    font-weight: 600;
    color: #012237;
    margin: 0;
    margin-bottom: 5px;
}

.course-details__progress-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.course-details__progress-text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    min-width: 100px;
}

.course-details__progress-count {
    margin: 0;
    font-family: "Satisfy";
}

.course-details__progress-bar {
    position: relative;
    width: 210px;
    height: 2px;
    background-color: #f1f1f1;
    margin-left: 20px;
    margin-right: 20px;
}

.course-details__progress-bar span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #f16101;
}

.course-details__progress-bar span.no-bubble:before {
    display: none;
}

.course-details__progress-bar span:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #f16101;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.course-details__review-box {
    width: 237px;
    height: 237px;
    border-radius: 50%;
    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;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f1f1f1;
}

.course-details__review-count {
    margin: 0;
    line-height: 1em;
    font-size: 60px;
    color: #2da397;
    margin-bottom: 5px;
}

.course-details__review-stars {
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 15px;
}

.course-details__review-stars i {
    color: #f16101;
}

.course-details__review-text {
    margin: 0;
    line-height: 1em;
    font-size: 12px;
    color: #81868a;
    letter-spacing: .2em;
}

.course-details__comment {
    margin-left: -50px;
    margin-right: -50px;
    border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 40px;
    margin-top: 50px;
}

.course-details__comment-top,
.course-details__comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.course-details__comment-single+.course-details__comment-single {
    padding-top: 50px;
    margin-top: 40px;
    border-top: 2px solid #f1f1f1;
}

.course-details__comment-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-details__comment-img {
    width: 76px;
    margin-right: 20px;
}

.course-details__comment-img>img {
    width: 100%;
}

.course-details__comment-name {
    font-size: 20px;
    font-weight: 600;
    color: #012237;
    margin: 0;
}

.course-details__comment-date {
    font-size: 16px;
    color: #2da397;
    margin: 0;
    font-weight: 500;
    margin-right: 20px;
}

.course-details__comment-stars {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.course-details__comment-stars i {
    color: #f16101;
}

.course-details__comment-stars i.star-disabled {
    color: #f1f1f1;
}

.course-details__comment-text {
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    color: #81868a;
    margin: 0;
    margin-top: 20px;
}

.course-details__comment-form-text {
    font-size: 18px;
    color: #81868a;
    font-weight: 500;
    margin: 0;
    margin-bottom: 20px;
}

.course-details__comment-form-text a {
    font-size: 20px;
    color: #f1f1f1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.course-details__comment-form-text a:focus,
.course-details__comment-form-text a:hover {
    color: #f16101;
    cursor: pointer;
}

.course-details__comment-form input,
.course-details__comment-form textarea {
    display: block;
    width: 100%;
    height: 77px;
    background-color: #f1f1f1;
    color: #81868a;
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    padding-left: 40px;
    margin-bottom: 10px;
}

.course-details__comment-form input::-webkit-input-placeholder,
.course-details__comment-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #81868a;
}

.course-details__comment-form input::-moz-placeholder,
.course-details__comment-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #81868a;
}

.course-details__comment-form input:-ms-input-placeholder,
.course-details__comment-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #81868a;
}

.course-details__comment-form input:-moz-placeholder,
.course-details__comment-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #81868a;
}

.course-details__comment-form textarea {
    height: 210px;
}

.course-details__comment-form-btn {
    font-size: 18px;
    padding: 21.5px 58px;
}

.course-details__comment-form-btn:hover {
    background-color: #012237;
    color: #fff;
}

.course-details__tab-navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f1f1f1;
    margin-top: 30px;
    margin-bottom: 0;
}

.course-details__tab-navs li {
    line-height: 1em;
}

.course-details__tab-navs li a {
    color: #81868a;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 30.5px 50px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
}

.course-details__tab-navs li a::before {
    content: '';
    width: 35px;
    height: 10px;
    background-color: #2da397;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.course-details__tab-navs li a:hover,
.course-details__tab-navs li a.active {
    background-color: #2da397;
    color: #fff;
}

.course-details__tab-navs li a:hover:before,
.course-details__tab-navs li a.active:before {
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
}

.course-details__tab-content {
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
    padding: 50px;
}

.course-details__meta span {
    font-size: 12px !important;
}

.course-details__tab-content .course-details__meta-icon {
    width: 30px;
    height: 30px;
}

.course-details__tab-content .course-details__meta-icon i {
    font-size: 12px;
}

.course-details__tab-content .course-details__meta-icon:before {
    border-width: 1px;
}

.course-details__tab-content .course-details__meta-icon.video-icon {
    background-color: #7c4bc0;
}

.course-details__tab-content .course-details__meta-icon.video-icon:before {
    border-color: #7c4bc0;
}

.course-details__tab-content .course-details__meta-icon.file-icon {
    background-color: #f16101;
}

.course-details__tab-content .course-details__meta-icon.file-icon:before {
    border-color: #f16101;
}

.course-details__tab-content .course-details__meta-icon.quiz-icon {
    background-color: #d23f3f;
}

.course-details__tab-content .course-details__meta-icon.quiz-icon:before {
    border-color: #d23f3f;
}

.course-details__tab-text {
    margin: 0;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    color: #81868a;
}

.course-details__tab-title {
    font-size: 20px;
    color: #012237;
    font-weight: 600;
    margin: 0;
}

.course-details__overview-list li {
    color: #f16101;
    font-size: 16px;
    font-weight: 500;
}

.course-details__curriculum-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 22.5px;
    padding-bottom: 22.5px;
    border-bottom: 1px solid #f1f1f1;
}

.course-details__curriculum-list li:first-child {
    padding-top: 0;
}

.course-details__curriculum-list-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-details__curriculum-list-left a {
    font-size: 16px;
    font-weight: 600;
    color: #012237;
}

.course-details__curriculum-list-left span {
    font-size: 12px;
    color: #81868a;
    font-weight: 500;
    background-color: #f1f1f1;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 15px;
}

.course-details__curriculum-list-right {
    font-size: 16px;
    font-weight: 500;
    color: #81868a;
}

.course-details__price {
    background-color: #f1f1f1;
    text-align: center;
    padding: 50px;
}

.course-details__price-text {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #81868a;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 1em;
}

.course-details__price-amount {
    margin: 0;
    color: #012237;
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    margin-top: 10px;
}

.course-details__price-btn {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    width: 100%;
    margin-top: 30px;
}

.course-details__meta {
    margin-top: 30px;
    margin-bottom: 30px;
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
}

.course-details__meta-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #81868a;
    font-size: 18px;
    font-weight: 500;
    padding: 63px 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.course-details__meta-link:hover {
    color: #f16101;
}

.course-details__meta-link:hover .course-details__meta-icon::before {
    left: 0;
}

.course-details__meta-link span {
    color: #012237;
    margin-left: 12px;
}

.course-details__meta-link:nth-child(1) .course-details__meta-icon {
    background-color: #1888c9;
}

.course-details__meta-link:nth-child(1) .course-details__meta-icon::before {
    border-color: #1888c9;
}

.course-details__meta-link:nth-child(2) .course-details__meta-icon {
    background-color: #7c4bc0;
}

.course-details__meta-link:nth-child(2) .course-details__meta-icon::before {
    border-color: #7c4bc0;
}

.course-details__meta-link:nth-child(3) .course-details__meta-icon {
    background-color: #f16101;
}

.course-details__meta-link:nth-child(3) .course-details__meta-icon::before {
    border-color: #f16101;
}

.course-details__meta-link:nth-child(4) .course-details__meta-icon {
    background-color: #2da397;
}

.course-details__meta-link:nth-child(4) .course-details__meta-icon::before {
    border-color: #2da397;
}

.course-details__meta-link:nth-child(5) .course-details__meta-icon {
    background-color: #d23f3f;
}

.course-details__meta-link:nth-child(5) .course-details__meta-icon::before {
    border-color: #d23f3f;
}

.course-details__meta-link:nth-child(6) .course-details__meta-icon {
    background-color: #33a9bb;
}

.course-details__meta-link:nth-child(6) .course-details__meta-icon::before {
    border-color: #33a9bb;
}

.course-details__meta-link+.course-details__meta-link {
    border-top: 2px solid #f1f1f1;
}

.course-details__meta-icon {
    width: 40px;
    height: 40px;
    background-color: #2da397;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    position: relative;
}

.course-details__meta-icon:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid;
    border-color: #2da397;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.course-details__meta-icon i {
    color: #fff;
    font-size: 16px;
}

.course-details__list {
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
    padding: 50px;
}

.course-details__list-title {
    margin: 0;
    color: #012237;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.course-details__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-details__list-item+.course-details__list-item {
    border-top: 2px solid #f1f1f1;
    padding-top: 30px;
    margin-top: 30px;
}

.course-details__list-img {
    width: 67px;
    margin-right: 30px;
}

.course-details__list-img>img {
    width: 100%;
}

.course-details__list-author {
    font-size: 14px;
    color: #81868a;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.course-details__list-author span {
    color: #2da397;
    margin-left: 6px;
}

.course-details__list h3 {
    font-size: 16px;
    font-weight: 600;
    color: #81868a;
    margin: 0;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.course-details__list h3 a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.course-details__list h3 a:hover {
    color: #012237;
}

.course-details__list-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.course-details__list-stars i {
    font-size: 14px;
    color: #f16101;
}

.course-details__list-stars span {
    font-size: 14px;
    font-weight: 500;
    color: #012237;
    line-height: 1em;
    margin-left: 10px;
}

.course-one__carousel .owl-dots .owl-dot {
    outline: none;
}

.course-one__carousel .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.course-one__carousel .owl-dots .owl-dot:hover span,
.course-one__carousel .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.56);
    transform: scale(1.56);
    opacity: 1;
    background-color: #012237;
}

.course-one__carousel .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background-color: #012237;
    margin: 0 2.5px;
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.course-one__top-title.home-one {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #2da397;
    padding-bottom: 188px;
}

.course-one__top-title.home-one:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/patter-1-1.jpg);
    opacity: 0.05;
}

.course-one__top-title.home-one .block-title__title {
    color: #fff;
}

.course-one__top-title.home-one:before {
    display: none;
}

.course-one__top-title__curve {
    width: 100%;
    height: 60px;
    background-image: url(../images/course-title-curve.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.course-category-one {
    padding: 120px 0;
    padding-top: 110px;
}

.course-category-one .container-fluid {
    max-width: 1520px;
    width: 100%;
}

.course-category-one__single {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 60px;
}

.course-category-one__single:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.course-category-one__single.color-1 .course-category-one__icon {
    background-color: #1888c9;
}

.course-category-one__single.color-1 .course-category-one__icon:before {
    border-color: #1888c9;
}

.course-category-one__single.color-2 .course-category-one__icon {
    background-color: #7c4bc0;
}

.course-category-one__single.color-2 .course-category-one__icon:before {
    border-color: #7c4bc0;
}

.course-category-one__single.color-3 .course-category-one__icon {
    background-color: #f16101;
}

.course-category-one__single.color-3 .course-category-one__icon:before {
    border-color: #f16101;
}

.course-category-one__single.color-4 .course-category-one__icon {
    background-color: #2da397;
}

.course-category-one__single.color-4 .course-category-one__icon:before {
    border-color: #2da397;
}

.course-category-one__single.color-5 .course-category-one__icon {
    background-color: #d23f3f;
}

.course-category-one__single.color-5 .course-category-one__icon:before {
    border-color: #d23f3f;
}

.course-category-one__single.color-6 .course-category-one__icon {
    background-color: #33a9bb;
}

.course-category-one__single.color-6 .course-category-one__icon:before {
    border-color: #33a9bb;
}

.course-category-one__icon {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background-color: #f16101;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.course-category-one__icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid #f16101;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.course-category-one__icon .svg-inline--fa {
    margin: 5px 0 auto;
    font-size: 76px !important;
    line-height: 112px;
    color: #fff !important;
    padding-top: 16px;
}

.course-category-one__icon:hover:before {
    left: 0;
}

.course-category-one__title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #012237;
    margin-top: 40px;
}

.course-category-one__title a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.course-category-one__title a:hover {
    color: #f16101;
}

.course-category-one .thm-btn {
    padding: 21.5px 68px;
    background-color: #012237;
    color: #fff;
}

.course-category-one .thm-btn:hover {
    background-color: #f16101;
    color: #fff;
}

.course-category-two .inner-container {
    padding: 75px 40px;
    padding-bottom: 0;
    background-color: #fff;
    margin-top: -120px;
    position: relative;
    z-index: 10;
}

.course-category-two .owl-dots .owl-dot {
    outline: none;
}

.course-category-two .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.course-category-two .owl-dots .owl-dot:hover span,
.course-category-two .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.56);
    transform: scale(1.56);
    opacity: 1;
    background-color: #012237;
}

.course-category-two .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background-color: #012237;
    margin: 0 2.5px;
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.course-category-two__single {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
}

.course-category-two__single:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: calc(100% - 10px);
    height: 100%;
    border: 2px solid #f16101;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.course-category-two__single:after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 10px);
    height: 100%;
    background-color: #f16101;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.course-category-two__single:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.course-category-two__single:hover:before {
    left: 10px;
}

.course-category-two__single.color-1:after {
    background-color: #1888c9;
}

.course-category-two__single.color-1:before {
    border-color: #1888c9;
}

.course-category-two__single.color-2:after {
    background-color: #7c4bc0;
}

.course-category-two__single.color-2:before {
    border-color: #7c4bc0;
}

.course-category-two__single.color-3:after {
    background-color: #f16101;
}

.course-category-two__single.color-3:before {
    border-color: #f16101;
}

.course-category-two__single.color-4:after {
    background-color: #2da397;
}

.course-category-two__single.color-4:before {
    border-color: #2da397;
}

.course-category-two__single.color-5:after {
    background-color: #d23f3f;
}

.course-category-two__single.color-5:before {
    border-color: #d23f3f;
}

.course-category-two__single.color-6:after {
    background-color: #33a9bb;
}

.course-category-two__single.color-6:before {
    border-color: #33a9bb;
}

.course-category-two__icon {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}

.course-category-two__icon i {
    font-size: 56px;
    line-height: 112px;
    color: #fff;
}

.course-category-two__icon:hover:before {
    left: 0;
}

.course-category-two__title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 25px;
    position: relative;
    z-index: 10;
}

.course-category-two__title a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.course-category-two__title a:hover {
    color: #012237;
}

.course-one__top-title.home-two {
    padding-top: 120px;
    padding-bottom: 0;
}

.course-one__top-title.home-two:before {
    display: none;
}

.course-one.home-two {
    padding-top: 0;
    position: relative;
    background-color: #022c46;
    margin-top: 320px;
}

.course-one.home-two:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/patter-1-1.jpg);
    opacity: 0.08;
}

.course-one.home-two .course-one__carousel {
    bottom: 243px;
    margin-bottom: -245px;
}

.course-one.home-two .course-one__carousel .owl-dots .owl-dot span {
    background-color: #fff;
    opacity: 0.2;
}

.course-one.home-two .course-one__carousel .owl-dots .owl-dot.active span {
    background-color: #fff;
    opacity: 1;
}

.course-one.home-two .course-one__line {
    position: absolute;
    bottom: 100%;
    left: 4%;
}

.course-one__top-title.home-three {
    padding-top: 120px;
    padding-bottom: 0;
}

.course-one__top-title.home-three:before {
    display: none;
}

.course-one.home-three {
    padding-top: 0;
    position: relative;
}

.course-one.home-three .course-one__line {
    display: none;
}

.course-category-three {
    position: relative;
    padding: 120px 0;
}

.course-category-three__circle {
    position: absolute;
    bottom: 10%;
    left: 10%;
}

.course-category-three__more-link {
    margin-top: 30px;
    padding: 21.5px 68px;
    background-color: #012237;
    color: #fff;
}

.course-category-three__more-link:hover {
    background-color: #f16101;
    color: #fff;
}

.course-category-three__single {
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 30px;
}

.course-category-three__single:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.course-category-three__single:hover .course-category-three__content {
    opacity: 1;
}

.course-category-three__content {
    width: calc(100% - 40px);
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0.8;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.course-category-three__content::before {
    content: '';
    width: 30px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.course-category-three__title {
    font-size: 16px;
    font-weight: 600;
    color: #012237;
    margin: 0;
    line-height: 1em;
    margin-bottom: 8px;
}

.course-category-three__title a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.course-category-three__title a:hover {
    color: #2da397;
}

.course-category-three__text {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #81868a;
    line-height: 1em;
    letter-spacing: .2em;
}