button,
input {
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    font-family: Roboto,sans-serif;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=text],
textarea {
    padding: 8px 15px;
    font-size: 14px;
    color: #757575;
    border-radius: 0;
    font-family: Roboto,sans-serif;
}

button,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    border-color: #000;
    outline: 0;
    outline-offset: 0
}

.inner-page--bg {
    background: #eaf6ff
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-color: #fcd998
}

.container {
    max-width: 1200px
}

.btn:hover {
    background: #184b71;
    color: #fff;
}

.c-hamburger {
    position: relative;
    overflow: hidden;
    margin: 1px 0 0 0;
    padding: 0;
    width: 50px;
    height: 35px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background .3s;
    top: 13px;
    border-right: 1px solid #35709b;
    display: none
}

.c-hamburger:focus {
    outline: 0
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 30px;
    height: 1px;
    background-color: #fff
}

.c-hamburger span::after,
.c-hamburger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: ""
}

.c-hamburger span::before {
    top: -6px
}

.c-hamburger span::after {
    bottom: -6px
}

.c-hamburger--htx {
    background-color: initial
}

.c-hamburger--htx span {
    transition: background 0s .3s
}

.c-hamburger--htx span::after,
.c-hamburger--htx span::before {
    transition-duration: .3s, .3s;
    transition-delay: .3s, 0s
}

.c-hamburger--htx span::before {
    transition-property: top, transform
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform
}

.c-hamburger--htx.is-active {
    background-color: initial
}

.c-hamburger--htx.is-active span {
    background-color: initial !important
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg)
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg)
}

.c-hamburger--htx.is-active span::after,
.c-hamburger--htx.is-active span::before {
    transition-delay: 0s, .3s
}

.search-bg,
.video-popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .85);
    z-index: 9999;
    display: none
}

.search-popup,
.video-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    display: none
}

.video-popup iframe {
    border: 8px solid rgba(255, 255, 255, .5);
    border-radius: 5px
}

.search-popup {
    left: 100px;
    right: 100px;
    transform: translateY(-50%)
}

.search-popup form {
    width: 600px;
    position: relative;
    margin: 0 auto
}

.search-popup form input {
    width: 100%;
    padding: 0 45px 0 20px;
    height: 56px;
    line-height: 56px;
    border-radius: 3px;
    overflow: hidden
}

.search-popup form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    padding: 0 15px;
    cursor: pointer;
    outline: 0
}

.search-popup form button:hover {
    color: #cf3827
}

.site-header .top-header {
    padding: 36px 0
}

.top-header-item h3 {
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 30px
}

.top-header-content p span {
    opacity: .5;
    margin: 0 20px
}

.top-header-item h3:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000
}

.top-header-item {
    margin-top: 35px
}

.col-lg-4:nth-child(3) .top-header-item {
    padding-left: 80px
}

.top-header-item h3 i {
    color: #e43c3c;
    margin-right: 15px
}

.site-brand {
    text-align: center
}

.header-socials li {
    list-style: none;
    display: inline-block;
    margin-right: 27px;
    opacity: .5
}

.footer-bottom .f-socials li i,
.header-socials li i {
    color: #fff;
    font-size: 16px
}

.footer-bottom .f-socials li:hover i,
.header-socials li:hover,
.home5 .top-right li:hover i,
.page-blog .top-right li:hover i {
    opacity: 1
}

.f-socials li.facebook:hover i,
.header-socials li.facebook:hover i,
.home5 .top-right li.facebook:hover i,
.page-blog .top-right li.facebook:hover i {
    color: #3b5998
}

.f-socials li.twitter:hover i,
.header-socials li.twitter:hover i,
.home5 .top-right li.twitter:hover i,
.page-blog .top-right li.twitter:hover i {
    color: #1da1f2
}

.f-socials li.pinterest:hover i,
.header-socials li.pinterest:hover i,
.home5 .top-right li.pinterest:hover i,
.page-blog .top-right li.pinterest:hover i {
    color: #bd081c
}

.f-socials li.google:hover i,
.header-socials li.google:hover i,
.home5 .top-right li.google:hover i,
.page-blog .top-right li.google:hover i {
    color: #dd4b39
}

.header-socials li.dribbble:hover i,
.home5 .top-right li.dribbble:hover i,
.page-blog .top-right li.dribbble:hover i {
    color: #444
}

.nav-tabs>li>a {
    height: 80px
}

.f-socials li.vimeo:hover i {
    color: #1ab7ea
}

.menu-header {
    height: 70px;
    background-color: #184b71
}

.menu-header:after {
    content: "";
    display: block;
    clear: both
}

.menu-header .menu-mobile {
    float: left;
    width: 5%;
    text-align: left
}

.menu-header .menu-wrap {
    position: relative
}

.menu-header .search-main {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    line-height: 40px;
    text-align: right
}

.search-main .search-icon {
    height: 36px;
    margin-top: 16px;
    border-left: 1px solid #35709b;
    color: #fff;
    cursor: pointer
}

.search-main .search-icon:hover {
    color: #cf3827
}

.slider-main .slider-main-item {
    position: relative
}

.slider-main-item .slider-main-title {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: max-content
}

.select2-container {
    width: 100% !important
}

.slider-main-title .quote {
    font-size: 70px;
    color: #cf3827
}

.slider-main-title h1 {
    font-size: 50px;
    position: relative;
    padding-bottom: 12px
}

.slider-main-title h1:before {
    content: "";
    display: block;
    height: 1px;
    width: 300px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0
}

.slider-main-title h1:after {
    content: "";
    display: block;
    height: 1px;
    width: 300px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0
}

.slider-main-title h1 span {
    font-weight: 400
}

.slider-main-title .quote-open {
    position: absolute;
    top: 10px;
    left: -40px;
    line-height: 0
}

.slider-main-title .quote-close {
    position: absolute;
    bottom: 30px;
    right: -40px;
    line-height: 0;
    transform: rotate(180deg)
}

.features {
    padding: 60px 0 0
}

.title .title-logo {
    background-image: url(images/assets/logo-bg-01.html);
    display: inline-block;
    width: 50px;
    height: 57px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 30px;
    color: #cf3827;
    font-weight: 700;
    text-align: center;
    line-height: 57px;
    float: left;

}

.title {
    margin-bottom: 60px
}

.title:after {
    content: "";
    display: block;
    clear: both
}

.features .title .title-info h2 {
    clear: none;
    margin-bottom: 12px;
    color: #000;
    font-weight: 600
}

.features-content .features-item {
    text-align: center;
    padding: 0;
    transition: all .3s
}

.features-content .features-item .fi-logo {
    margin-bottom: 45px
}

.features-content .features-item h3 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 28px;
    height: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000
}

.features-content .features-item h3:hover a {
    color: #000
}

.features-content .features-item .fi-desc {
    overflow: hidden
}

.f-search {
    border-radius: 10px;
    background-color: #0062a8;
    height: 100%;
    padding: 20px;
    float: left;
    width: 100%;
}

.f-search-title {
    margin-bottom: 10px
}

.f-search-title:after,
.popular-c-slider .popular-bottom:after,
.popular-slider .popular-bottom:after {
    content: "";
    display: block;
    clear: both
}

.f-search-title h2 {
    font-size: 20px;
    color: #000;
	font-weight:800;
    line-height: 30px;
    text-align: center
}

.f-search-title img {
    float: right;
    width: 35px
}

.f-search form .field {
    margin-bottom: 15px
}

.f-search form label {
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px
}

.f-search form input,
.f-search form select {
    border: 0;
    width: 100%;
    height: 35px;
    background-color: #fff;
    font-weight: 600;
    color: #000;
    position: relative;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.f-search form select option {
    background: #faae53
}

.f-search form .field-select,
.f-search form input {
    background-color: #fff;
    border-radius: 2px
}

.f-search form .field-select select {
    padding: 0 10px
}

.f-search form .field-select,
.post-meta .field-select {
    position: relative
}

.f-search form .field-select:after,
.post-meta .field-select:after {
    content: "<i class=" fas fa-arrow-down "></i>";
    font-family: "Font Awesome 5 Free";
    display: block;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    background-color: #faae53;
    line-height: 45px
}

.f-search form input[type=submit] {
    width: auto;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 25px;
    margin-top: 10px;
    cursor: pointer
}

.f-search form input[type=submit]:hover {
    background-color: #cf3827;
    color: #fff
}

.home2 .our-features {
    margin-bottom: 100px
}

.popular-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 100px
}

.popular-info {
    border: 1px solid #eaeaea;
    padding: 30px
}

.popular-info .popular-author {
    margin-bottom: 10px
}

.popular-info h3 {
    font-size: 16px;
    margin-bottom: 24px
}

.popular-info h3 a {
    color: #000;
    line-height: 24px
}

.home.home3 .popular-info h3 a {
    line-height: 34px
}

.course-list .popular-info h3 a {
    line-height: 34px
}

.popular-info h3:hover a {
    text-decoration: underline
}

.popular-c-slider .popular-author img,
.popular-slider .popular-author img {
    width: auto;
    float: left
}

.popular-c-slider .popular-author .popular-author-info,
.popular-slider .popular-author .popular-author-info {
    margin-left: 90px;
    text-align: left
}

.popular-c-slider .popular-author h4,
.popular-slider .popular-author h4 {
    clear: none;
    margin-bottom: 5px;
    padding-top: 15px
}

.popular-slider .popular-author .profile a {
    color: #184b71
}

.popular-c-slider .popular-bottom,
.popular-slider .popular-bottom {
    border: 1px solid #eaeaea;
    border-top: 0;
    padding: 0 30px;
    height: 55px;
    line-height: 55px
}

.popular-c-slider .popular-bottom .popular-count,
.popular-slider .popular-bottom .popular-count {
    float: left
}

.popular-count p {
    display: inline-block;
    margin-right: 25px
}

.popular-count p i {
    opacity: .3;
    margin-right: 3px
}

.popular-count p:last-child {
    margin-right: 0
}

.popular-bottom .price {
    float: right;
    font-weight: 700;
    color: #cf3827
}

.popular-bottom .price.price-free {
    color: #1b4d73
}

.popular-item {
    transition: all .3s
}

.popular-item:hover {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1)
}

.popular-item:hover .popular-item .popular-bottom,
.popular-item:hover .popular-item .popular-info {
    border-left-color: #fff;
    border-right-color: #fff
}

.popular-item:hover .popular-bottom {
    border-bottom-color: #fff
}

.popular-thumb {
    position: relative
}

.popular-thumb img {
    width: 100%
}

.popular-item:hover .popular-thumb .read-more,
.popular-item:hover .popular-thumb:before {
    opacity: 1;
    visibility: visible;
    transition: all .3s
}

.popular-thumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(207, 56, 39, .9);
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.popular-thumb .read-more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 25px;
    height: 45px;
    line-height: 43px;
    border: 1px solid #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.popular-c-slider .owl-nav,
.popular-slider .owl-nav {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    text-align: center
}

.popular-c-slider .owl-nav .owl-next,
.popular-c-slider .owl-nav .owl-prev,
.popular-slider .owl-nav .owl-next,
.popular-slider .owl-nav .owl-prev {
    display: inline-block;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    border: 1px solid #000;
    text-align: center;
    line-height: 18px;
    margin: 0 6px;
    position: relative
}

.popular-c-slider .owl-nav .owl-next i,
.popular-slider .owl-nav .owl-next i {
    margin-left: 2px
}

.popular-slider .owl-nav .owl-prev:before {
    content: "";
    height: 1px;
    width: 150px;
    background-color: rgba(0, 0, 0, .1);
    top: 50%;
    display: block;
    position: absolute;
    transform: translateY(-50%);
    right: 55px
}

.popular-slider .owl-nav .owl-next:before {
    content: "";
    height: 1px;
    width: 150px;
    background-color: rgba(0, 0, 0, .1);
    top: 50%;
    display: block;
    position: absolute;
    transform: translateY(-50%);
    left: 52px
}

.blog-slider .owl-dots,
.popular-slider .owl-dots {
    text-align: center
}

.popular-slider .owl-stage {
    margin-bottom: 40px
}

.blog-slider .owl-dots .owl-dot,
.popular-slider .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px
}

.blog-slider .owl-dots .owl-dot.active span,
.popular-slider .owl-dots .owl-dot.active span,
.portfolio-slider .owl-dots .owl-dot.active span {
    width: 50px;
    background-color: #184b71
}

.portfolio-slider .owl-dots .owl-dot.active span {
    width: 30px
}

.blog-slider .owl-dots .owl-dot.active span {
    background-color: #fff;
    opacity: 1;
    width: 30px
}

.blog-slider .owl-dots .owl-dot span {
    background-color: #fff;
    opacity: .3;
    width: 15px;
    margin: 0
}

.blog-slider .owl-dots .owl-dot span,
.popular-slider .owl-dots .owl-dot span,
.portfolio-slider .owl-dots .owl-dot span {
    height: 2px;
    width: 25px;
    background-color: #e3e3e3;
    display: block;
    transition: all .3s
}

.portfolio-slider .owl-dots .owl-dot span {
    width: 15px
}

.training {
    background-image: url(../img/training-bg.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.training .container {
    position: relative;
    height: 400px
}

.training .training-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 330px;
    padding-right: 80px
}

.training .training-text:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 95%;
    bottom: 0;
    border-bottom: 330px solid rgba(65, 106, 137, .8);
    border-left: 100px solid transparent
}

.training .training-text:after {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    position: absolute;
    background-color: rgba(65, 106, 137, .8)
}

.training-text:after {
    content: "";
    display: block;
    clear: both
}

.training-text .training-info {
    float: left;
    position: relative;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%)
}

.training-text .training-info h2 {
    font-size: 30px;
    color: #ffe000;
    margin-left: 60px;
    margin-bottom: 8px;
    margin-top: 25px
}

.training-text .training-info span {
    color: #ffe000;
    margin-left: 60px;
    font-size: 16px;
    letter-spacing: 0
}

.training-text .training-info p {
    color: #fff;
    margin-left: 60px !important;
    font-size: 16px;
    letter-spacing: 0
}

.training-text .btn-training {
    float: right;
    height: 50px;
    padding: 0 25px;
    margin-top: 20px;
    background-color: #cf3827;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 48px;
    border-radius: 0;
    margin-left: 60px;
    position: relative;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%)
}

.training-text .btn-training:hover {
    background: #184b71;
    color: #fff
}

.events .title .title-logo,
.our-events .title .title-logo {
    background-image: url(images/assets/logo-bg-02.html);
    width: 80px;
    height: 63px;
    float: none;
    margin-bottom: 18px
}

.events .title,
.our-events .title {
    text-align: center
}

.events .title h2,
.our-events .title h2 {
    margin-bottom: 13px
}

.events {
    padding-top: 80px
}

.es-info .es-date {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background-color: #cf3827;
    display: inline-block;
    text-align: center;
    width: 85px;
    padding: 15px 0 16px;
    float: left;
    margin-top: 75px
}

.es-info .es-date span {
    display: block;
    font-size: 12px
}

.es-info .es-box {
    margin-left: 85px;
    background-color: #fff;
    margin-top: -75px;
    margin-right: 70px;
    padding: 35px;
    position: relative;
    transition: all .3s
}

.es-info .es-box h3 {
    clear: none;
    font-size: 18px;
    margin-bottom: 12px
}

.es-info .es-box h3 a {
    line-height: 24px
}

.es-info .es-box .es-time {
    margin-bottom: 22px
}

.es-info .es-box .btn-events {
    height: 40px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .15);
    line-height: 38px;
    padding: 0 25px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 700
}

.es-info .es-box .btn-events:hover {
    color: #fff;
    border-color: #cf3827;
    background-color: #cf3827
}

.es-item:hover .es-box {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1)
}

.events-slider {
    position: relative
}

.events-slider .owl-next {
    position: absolute;
    top: 150px;
    right: -132px
}

.events-slider .owl-prev {
    position: absolute;
    top: 150px;
    left: -132px
}

.events-slider .owl-next i,
.events-slider .owl-prev i {
    font-size: 90px;
    opacity: .1
}

.events-slider .owl-stage {
    margin-bottom: 30px
}

.events-slider .owl-dot:nth-child(1) span:before,
.faculaties-slider .owl-dot:nth-child(1) span:before {
    content: "1"
}

.events-slider .owl-dot:nth-child(2) span:before,
.faculaties-slider .owl-dot:nth-child(2) span:before {
    content: "2"
}

.events-slider .owl-dot:nth-child(3) span:before,
.faculaties-slider .owl-dot:nth-child(3) span:before {
    content: "3"
}

.events-slider .owl-dot:nth-child(4) span:before,
.faculaties-slider .owl-dot:nth-child(4) span:before {
    content: "4"
}

.events-slider .owl-dot:nth-child(5) span:before,
.faculaties-slider .owl-dot:nth-child(5) span:before {
    content: "5"
}

.events-slider .owl-dot:nth-child(6) span:before,
.faculaties-slider .owl-dot:nth-child(6) span:before {
    content: "6"
}

.events-slider .owl-dot:nth-child(7) span:before,
.faculaties-slider .owl-dot:nth-child(7) span:before {
    content: "7"
}

.events-slider .owl-dot:nth-child(8) span:before,
.faculaties-slider .owl-dot:nth-child(8) span:before {
    content: "8"
}

.events-slider .owl-dot:nth-child(9) span:before,
.faculaties-slider .owl-dot:nth-child(9) span:before {
    content: "9"
}

.events-slider .owl-dot:nth-child(10) span:before,
.faculaties-slider .owl-dot:nth-child(10) span:before {
    content: "10"
}

.faculity-main {
    padding: 100px 0 0 0
}

.events-slider .owl-dot {
    display: inline-block
}

.events-slider .owl-dots:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 260px;
    background-color: #e5e5e5;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%)
}

.events-slider .owl-dot span {
    width: 40px;
    height: 60px;
    display: block;
    font-size: 16px;
    line-height: 50px
}

.events-slider .owl-dot.active span {
    background-color: #184b71;
    color: #fff;
    position: relative;
    z-index: 1
}

.events-slider .owl-dots {
    text-align: center;
    position: relative
}

.people-say {
    padding: 100px 0 0
}

.home5 .people-say {
    padding-top: 60px
}

.people-say .ps-title {
    text-align: center;
    position: relative
}

.people-say .ps-title h2 {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 20px;
    padding: 100px 0;
    opacity: .1
}

.people-say .ps-ava,
.people-say .ps-ava .ps-title-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.people-say .ps-ava .ps-title-box {
    width: 135px;
    margin-top: -10px
}

.ps-title-box li {
    list-style: none;
    display: none
}

.ps-title-box li.active {
    display: block
}

.people-say .ps-ava .ps-title-box img {
    margin-bottom: 28px;
    height: 100px;
    width: 100px;
    border-radius: 50%
}

.people-say .ps-ava .ps-title-box h3 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px
}

.people-main {
    background-color: #f7f7f7;
    padding: 95px 0 75px;
    margin-top: 100px
}

.people-main .people-slider {
    max-width: 710px;
    margin: 0 auto
}

.people-slider .people-item {
    text-align: center;
    position: relative;
    padding: 10px 30px
}

.people-slider .people-item span.quote-open {
    position: absolute;
    left: 0;
    top: 0
}

.people-slider .people-item span.quote-close {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(180deg)
}

.people-slider .people-item span.quote {
    font-size: 50px;
    line-height: 40px;
    color: #cf3827
}

.people-slider .owl-nav .owl-next {
    position: absolute;
    top: 0;
    font-size: 60px;
    right: -200px;
    line-height: 40px;
    opacity: .1
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    background: initial;
    color: #000
}

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
    background: #cf3827;
    color: #fff;
    border: 1px solid #cf3827
}

.arrow.owl-carousel .owl-nav .owl-next:hover,
.arrow.owl-carousel .owl-nav .owl-prev:hover {
    background: 0 0;
    color: #cf3827;
    border: none
}

.people-slider .owl-dots {
    display: none !important
}

.people-slider .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    font-size: 60px;
    left: -200px;
    line-height: 40px;
    opacity: .1
}

.people-main {
    position: relative
}

.people-main .people-controls {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

.people-main .people-controls li {
    list-style: none;
    display: inline-block;
    margin-right: 46px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    line-height: 94px;
    text-align: center;
    border: 2px solid rgba(24, 75, 113, 0)
}

.people-main .people-controls li.active {
    border: 2px solid #184b71
}

.people-main .people-controls li img {
    height: 70px;
    width: 70px;
    border-radius: 50%
}

.people-main .people-controls li:last-child {
    margin-right: 0
}

.blog {
    background-color: #184b71;
    padding: 100px 0 120px
}

.title-blog .title-logo {
    background-image: url(images/assets/logo-bg-03.html);
    color: #fff
}

.title-blog .title-info {
    margin-left: 70px;
    color: #fff
}

.title-blog .title-info h2 {
    clear: none;
    color: #fff;
    padding-top: 4px;
    font-size: 24px;
    margin-bottom: 5px
}

.blog-slider .blog-item img {
    width: auto;
    float: left
}

.blog-slider .blog-item img:hover {
    opacity: .5
}

.blog-item:after {
    content: "";
    display: block;
    clear: both
}

.blog-item {
    background-color: #fff;
    position: relative
}

.blog-item .blog-img {
    float: left;
    width: 45%
}

.blog-item .blog-info {
    float: left;
    width: 55%;
    padding: 40px 40px 45px 40px
}

.blog-item .blog-right .blog-info {
    width: 100%
}

.blog-item .blog-info h3 {
    clear: none;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
    max-height: 50px;
    overflow: hidden
}

.blog-item .blog-info h3 a {
    line-height: 26px
}

.blog-item .blog-info h3 a:hover {
    text-decoration: underline;
    color: #000
}

.blog-item .blog-info .blog-action {
    margin-bottom: 20px
}

.blog-item .blog-info .blog-action p {
    display: inline-block;
    margin-right: 20px;}

.blog-item .blog-info .blog-action p i {
    opacity: .3;
    margin-right: 8px
}

.blog-item .blog-info .blog-action p:last-child {
    margin-right: 0
}

.blog-item .blog-info .blog-desc {
    margin-bottom: 25px;
    max-height: 63px;
    overflow: hidden
}

.blog-item .blog-info span.blog-line {
    background-color: #184b71;
    height: 1px;
    width: 50px;
    display: block
}

a.blog-number {
    font-size: 24px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
    background-color: #cf3827;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10
}

a.blog-number:hover .blog-month {
    visibility: visible;
    opacity: 1;
    transition: all .3s
}

a.blog-number .blog-month {
    position: absolute;
    right: 50px;
    background-color: #e5e5e5;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    z-index: 9
}

.blog-slider {
    position: relative
}

.blog-slider .owl-nav {
    position: absolute;
    top: -116px;
    right: 0
}

.blog-slider .owl-nav .owl-next,
.blog-slider .owl-nav .owl-prev {
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-color: initial;
    padding: 0;
    margin: 0 5px;
    border-radius: 0
}

.blog-slider .owl-nav .owl-next {
    margin-right: 0
}

.blog-slider .owl-nav .owl-next {
    margin-left: 10px
}

.blog-slider .owl-stage-outer {
    margin-bottom: 50px
}

.countdown-top {
    text-align: center;
    position: relative
}

.countdown-top .countdown-title p {
    font-size: 28px;
    font-weight: 600;
    position: relative;
    padding: 5px 0;
    color: #184b71
}

.countdown-top .countdown-title .btn-join {
    background: #184b71;
    color: #fff;
    font-weight: 700;
    height: 45px;
    margin-top: 10px;
    line-height: 45px;
    padding: 0 20px;
    font-size: 14px;
    border: 0;
    text-transform: uppercase;
    border-radius: 0;
    margin: 10px 0 18px 20px
}

.countdown-top .countdown-title .btn-join:hover {
    background: #4761ff
}

.countdown-top .countdown-title p span {
    color: #4761ff;
    font-weight: 700;
    position: relative
}

.countdown-top .countdown-title p span:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 3px;
    width: 60px;
    display: block;
    background-color: #4761ff
}

.ml {
    margin-left: 45px
}

.pb-1201 {
    padding-bottom: 20px
}

.countdown-content {
    background-image: url(../images/img-2.jpg);
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat
}

.countdown-content:after {
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: .7;
    background-color: #222
}

.countdown-box {
    position: relative;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 40px;
    cursor: pointer
}

.countdown-item:hover {
    transition: all .3s
}

.countdown-item {
    text-align: center;
    height: 430px;
    margin: -40px 0;
    background-color: initial
}

.cd-number-bg {
    position: relative;
    z-index: 3
}

.countdown-item .cd-number {
    position: relative;
    margin-bottom: 32px;
    transition: all .3s
}

.countdown-item:hover .cd-number {
    position: relative;
    margin-bottom: 85px
}

.countdown-item .cd-name {
    font-size: 16px;
    letter-spacing: normal;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.countdown-item:hover .cd-name {
    transform: translateY(0)
}

.countdown-item .cd-number img {
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px
}

.countdown-item:hover .cd-number .cd-hover-bg img {
    opacity: 1;
    visibility: visible
}

.countdown-item .cd-number .cd-hover-bg img {
    width: 170px;
    bottom: -48px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.countdown-item .cd-number span.number {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1
}

.countdown-item.countdown-one .cd-number span.number {
    background-color: #61b235
}

.countdown-item.countdown-two .cd-number span.number {
    background-color: #388be0
}

.countdown-item.countdown-three .cd-number span.number {
    background-color: #cf3827
}

.countdown-item.countdown-four .cd-number span.number {
    background-color: #f2982d
}

.newsletter {
    padding: 100px 0 100px
}

.newsletter .title-newsletter {
    text-align: center;
    margin-bottom: 75px
}

.newsletter .title-newsletter h2 {
    font-size: 36px;
    margin-bottom: 20px
}

.newsletter .title-newsletter .desc-newsletter {
    background-image: url(images/assets/letter-desc.html);
    background-repeat: no-repeat;
    background-position: center
}

.newsletter-content form {
    max-width: 750px;
    margin: 0 auto
}

.newsletter-content form input {
    width: 100%;
    border: 1px solid #e8e8e8;
    height: 50px;
    line-height: 50px
}

.newsletter-content form input::placeholder {
    color: #000;
    opacity: 1
}

.newsletter-content form .field {
    position: relative
}

.newsletter-content form .field:after {
    content: "\f003";
    font-family: fontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px
}

.newsletter-content form input[type=submit] {
    width: auto;
    text-align: center;
    display: block;
    margin: -7px auto 0;
    height: 45px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 25px;
    background-color: #cf3827;
    border: 0;
    color: #fff;
    position: relative;
    z-index: 8;
    cursor: pointer
}

.newsletter-content form input[type=submit]:hover {
    background: #184b71
}

.newsletter-content .form-desc {
    max-width: 565px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px
}

.partner-slider {
    border-top: 1px solid #eaeaea;
    padding: 100px 0;
    position: relative;
    z-index: 1
}

.partner-slider .partner-item .partner-img,
.partner-slider .partner-item:hover .partner-fill-img {
    display: none
}

.partner-slider .partner-item:hover .partner-img {
    display: block;
    transition-delay: .3s
}

.partner-slider .partner-item .partner-fill-img img {
    opacity: .15
}

.partner-slider .partner-item img {
    width: auto;
    text-align: center;
    margin: 0 auto
}

.faculity-main .partner-slider .partner-item img {
    opacity: .2;
    transition: all .3s
}

.faculity-main .partner-slider .partner-item img:hover {
    opacity: 1;
    transition: all .3s
}

.partner-title {
    text-align: center;
    margin-bottom: -14px;
    position: relative;
    z-index: 2
}

.partner-title img {
    padding: 0 20px;
    background-color: #fff
}

.footer-top {
    background-color: #184b71;
    padding: 50px 0 60px
}

.ft-item h3 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 48px
}

.ft-item h3:after {
    content: "";
    display: block;
    height: 1px;
    width: 50px;
    background-color: #cf3827;
    position: absolute;
    left: 0;
    bottom: 0
}

.col-lg-3:nth-child(1) .ft-item p {
    margin-bottom: 20px;
    line-height: 24px
}

.col-lg-3:nth-child(2) .ft-item li {
    margin-bottom: 20px
}

.col-lg-3:nth-child(3) .ft-item li {
    margin-bottom: 20px
}

.col-lg-3:nth-child(4) .ft-item li {
    margin-bottom: 20px
}

.col-lg-3:nth-child(3) .ft-item span {
    display: block;
    font-size: 10px;
    color: #60a9df;
    margin-top: 18px
}

.col-lg-3:nth-child(3) .ft-item p {
    margin-bottom: 10px
}

.col-lg-3:nth-child(3) .ft-item .ft-latest {
    border-bottom: 1px solid #2d6289;
    padding-bottom: 30px;
    margin-bottom: 28px
}

.col-lg-3:nth-child(3) .ft-item .ft-latest:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.col-lg-3:nth-child(4) .ft-item ul {
    margin: 0 -5px
}

.col-lg-3:nth-child(4) .ft-item ul:after {
    content: "";
    display: block;
    clear: both
}

.col-lg-3:nth-child(4) .ft-item li {
    padding: 0 5px;
    margin-bottom: 10px
}

.col-lg-3:nth-child(4) .ft-item a.all-insta {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 20px;
    display: block
}

.ft-item li i {
    width: 20px;
    text-align: center;
    font-size: 24px;
    color: #60a9df
}

.ft-item li i.fa-envelope-o {
    font-size: 18px
}

.ft-item li p {
    display: inline-block;
    margin-left: 20px
}

.ft-item a,
.ft-item li,
.ft-item p,
.ft-item span {
    color: #fff;
    list-style: none
}

.ft-item a:hover,
.ft-item li a:hover,
.page-blog .footer-top a:hover {
    color: #cf3827
}

.home2 .ft-item a:hover,
.home2 .ft-item li a:hover {
    color: #f2982d
}

.footer-bottom {
    text-align: center;
    padding-bottom: 10px;
    background: #0d304a
}

.footer-bottom .logo-footer {
    margin-top: -145px
}

.footer-bottom .f-socials {
    margin-top: 25px
}

.footer-bottom .f-socials li {
    list-style: none;
    display: inline-block;
    margin-right: 30px
}

.footer-bottom .f-socials li:last-child {
    margin-right: 0
}

.footer-bottom .f-socials li i {
    opacity: .8
}

.home2 .site-header,
.home6 .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    height: 100px
}

.home6 .site-header {
    border-bottom: 0
}

.home6 .site-header .container {
    height: 100px
}

.home6 .site-header .container .menu-wrap {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.home2 .site-header:after,
.home6 .site-header .container:after,
.home6 .site-header:after {
    content: "";
    display: block;
    clear: both
}

.home2 .site-header .site-brand,
.home6 .site-header .site-brand {
    float: left;
    line-height: 100px
}

.home2 .site-header .site-brand h1,
.home6 .site-header .site-brand h1 {
    line-height: 100px
}

.home2 .slider-main .slider-main-item:before,
.home6 .slider-main .slider-main-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 9
}

.home2 .search-main,
.home6 .search-main {
    border-right: 0;
    float: right;
    margin-top: 18px
}

.home2 .search-main .search-icon,
.home6 .search-main .search-icon {
    border: 0;
    margin-top: 22px
}

.home6 .search-main .search-icon {
    position: static;
    transform: initial;
    color: #fff
}

.home6 .search-main .search-icon:hover {
    color: #cf3827
}

.home2 .slider-main-item .slider-main-title,
.home6 .slider-main-item .slider-main-title {
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 99;
    text-align: center;
    max-width: 635px
}

.home2 .slider-main-item .slider-main-title p,
.home6 .slider-main-item .slider-main-title p {
    font-size: 15px;
    position: relative;
    padding-bottom: 25px
}

.home2 .slider-main-item .slider-main-title p:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.home2 .slider-main-item .slider-main-title h1,
.home6 .slider-main-item .slider-main-title h1 {
    color: #fff
}

.home2 .slider-main-item .slider-main-title span,
.home6 .slider-main-item .slider-main-title span {
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 14px 6px;
    background-color: #cf3827;
    margin-bottom: 20px;
    display: inline-block
}

.home2 .slider-main-item .slider-main-title h1:after,
.home2 .slider-main-item .slider-main-title h1:before,
.home6 .slider-main-item .slider-main-title h1:after,
.home6 .slider-main-item .slider-main-title h1:before {
    content: "";
    display: none
}

.home2 .site-main .slider-main,
.home6 .site-main .slider-main {
    position: relative
}

.courses-search:after {
    content: "";
    display: block;
    clear: both
}

.courses-search {
    background-color: #000;
    height: 110px;
    overflow: hidden;
    margin-top: -55px;
    z-index: 1;
    position: relative
}

.courses-search .courses-logo {
    float: left;
    width: 10%;
    background-color: #184b71;
    text-align: center;
    height: 110px
}

.courses-search .courses-logo img {
    margin-top: 20px
}

.courses-search .courses-logo p {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 5px
}

.courses-search .courses-form {
    float: right;
    width: 90%;
    padding: 30px
}

.courses-search .courses-form:after {
    content: "";
    display: block;
    clear: both
}

.courses-search .courses-form .field {
    width: 26%;
    display: inline-block;
    float: left;
    padding: 0 15px
}

.home2 .courses-search .courses-form .field option:not(:checked) {
    background-color: #000
}

.courses-search .courses-form .field:last-child {
    width: 22%
}

.courses-search .courses-form .field-select {
    position: relative
}

.courses-search .courses-form .field-select:after {
    content: "\f107";
    font-family: fontAwesome;
    position: absolute;
    top: 1px;
    right: 16px;
    bottom: 1px;
    padding: 0 20px 0 0;
    line-height: 43px;
    background-color: #000;
    color: #fff
}

.courses-search .courses-form input,
.courses-search .courses-form select {
    height: 45px;
    line-height: 45px;
    width: 100%;
    background: inherit;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    padding: 0 20px
}

.courses-search .courses-form select {
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 0 0 0 20px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative
}

.home2 .courses-search .courses-form input[type=text],
.home2 .courses-search .courses-form select,
.home2 .courses-search .courses-form select option {
    background: #000
}

.home4 .courses-search .courses-form input[type=text],
.home4 .courses-search .courses-form select,
.home4 .courses-search .courses-form select option {
    background: #f5ad57
}

.courses-search .courses-form input[type=submit] {
    border: 0;
    background-color: #f2982d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

.courses-search .courses-form input[type=submit]:hover {
    background: #cf3827
}

.home2 .features-content {
    margin-top: 100px
}

.home2 .header-bg,
.home6 .header-bg {
    background-color: rgba(0, 0, 0, .7);
    transition: all .3s ease-in-out
}

.home2 .popular-course {
    background-color: #f7f7f7;
    padding-top: 100px
}

.home2 .popular-c-slider .owl-nav {
    top: auto;
    bottom: -25px;
    margin-top: 0
}

.home2 .popular-item:hover .popular-bottom {
    border-bottom-color: #f7f7f7
}

.home2 .popular-c-slider .owl-stage {
    margin-bottom: 110px
}

.home2 .popular-c-slider .owl-dots {
    display: none !important
}

.home2 .popular-c-slider .owl-nav .owl-next,
.home2 .popular-c-slider .owl-nav .owl-prev {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 0;
    text-align: center;
    line-height: 50px;
    margin: 0 6px;
    font-size: 20px;
    position: relative;
    background-color: #fff
}

.faculaties-slider .owl-nav .owl-next:hover,
.faculaties-slider .owl-nav .owl-prev:hover,
.home2 .popular-c-slider .owl-nav .owl-next:hover,
.home2 .popular-c-slider .owl-nav .owl-prev:hover {
    background-color: #cf3827;
    transition: all .3s;
    border: none
}

.faculaties-slider .owl-nav .owl-next:hover i,
.faculaties-slider .owl-nav .owl-prev:hover i,
.home2 .popular-c-slider .owl-nav .owl-next:hover i,
.home2 .popular-c-slider .owl-nav .owl-prev:hover i {
    color: #fff
}

.home2 .popular-c-slider .owl-nav .owl-next i,
.home2 .popular-c-slider .owl-nav .owl-prev i {
    color: #000;
    vertical-align: 1px
}

.home2 .popular-slider .owl-nav .owl-next:before,
.home2 .popular-slider .owl-nav .owl-prev:before {
    content: "";
    display: none
}

.home2 .popular-title,
.home3 .popular-title {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 40px
}

.home2 .popular-title:after,
.home3 .popular-title:after {
    content: "";
    display: block;
    height: 1px;
    width: 50px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.popular-c-slider .popular-item {
    transition: .8s;
    -webkit-transition: .8s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}

.popular-c-slider .popular-item.__loading {
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px)
}

.popular-tabs {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 60px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    padding: 0 35px
}

.popular-tabs button {
    background-color: #fff;
    border: 0;
    font-weight: 700;
    padding: 0;
    margin-right: 55px;
    cursor: pointer;
    outline: 0;
    outline-offset: none
}

.popular-tabs button.btn-active,
.popular-tabs button:hover {
    color: #cf3827
}

.popular-tabs button:last-child {
    margin-right: 0
}

.choose-us {
    padding: 100px 0 80px
}

.title2 h2 {
    position: relative;
    padding-bottom: 23px;
    font-size: 24px
}

.about-learn-item h3:after,
.contact-item h2:after,
.history-product h2:after,
.pratical-info h3:after,
.title2 h2:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 50px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0
}

.choose-item ul {
    margin: 60px -15px 0
}

.choose-item ul:after {
    content: "";
    display: block;
    clear: both
}

.choose-item li {
    list-style: none;
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 50px
}

.choose-item li:hover .choose-number {
    background-color: #cf3827
}

.choose-item .choose-number {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #acacac;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    float: left
}

.choose-item .choose-info {
    margin-left: 60px
}

.choose-item .choose-info h3 {
    clear: none;
    text-transform: uppercase;
    padding-top: 12px;
    font-size: 14px;
    margin-bottom: 25px
}

.choose-item .choose-info h3 a {
    height: 19px;
    overflow: hidden
}

.choose-item .choose-info h3 a:hover {
    color: #cf3827
}

.count,
.video {
    background-image: url(images/video-bg.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 125px 0 110px
}

.count:before,
.video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5)
}

.video-info {
    max-width: 770px;
    position: relative;
    margin: 0 auto
}

.video-info:after {
    content: "";
    display: block;
    clear: both
}

.video-info .video-text {
    float: left;
    color: #fff
}

.video-info .video-text h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px
}

.btn {
    line-height: 41px;
    background-color: #f2982d;
    padding: 0 25px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff
}

textarea.form-control {
    height: 47px
}

.margin-auto .btn {
    background-color: #337ab7
}

.video-info a.btn-play {
    float: right;
    margin-top: 15px;
    color: #fff
}

.video-info a.btn-play:hover {
    background: #cf3827
}

.our-faculaties {
    padding: 100px 0
}

.our-faculaties .title2 {
    text-align: center;
    margin-bottom: 75px
}

.our-faculaties .title2 h2 {
    margin-bottom: 25px
}

.history-product h2:after,
.our-faculaties .title2 h2:after {
    left: 50%;
    transform: translateX(-50%)
}

.faculaties-item .faculaties-box {
    margin: -80px 40px 0;
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 30px 0
}

.faculaties-item .faculaties-box h3 {
    text-transform: uppercase;
    margin-bottom: 5px
}

.faculaties-item .faculaties-box span {
    height: 1px;
    width: 50px;
    background-color: #cf3827;
    display: inline-block;
    margin-top: 25px
}

.faculaties-item:hover .faculaties-box {
    display: none
}

.faculaties-item:hover .faculaties-box-hover {
    display: block
}

.faculaties-item .faculaties-box-hover {
    display: none;
    margin: -120px 40px 0;
    background-color: #fff;
    position: relative
}

.faculaties-socials {
    text-align: center;
    line-height: 40px
}

.faculaties-socials li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: 25px
}

.faculaties-socials li:last-child {
    margin-right: 0
}

.faculaties-socials li i {
    color: #c6c6c6
}

.faculaties-socials li:hover i {
    color: #000
}

.faculaties-socials li span {
    position: absolute;
    top: -22px;
    line-height: 22px;
    padding: 0 9px;
    background-color: #cf3827;
    color: #fff;
    font-size: 12px;
    position: absolute;
    transform: translateX(-50%);
    margin-left: -3px;
    opacity: 0;
    visibility: hidden
}

.faculaties-socials li:hover span {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out
}

.faculaties-socials li span:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #cf3827;
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%)
}

.faculaties-box-hover p {
    padding: 30px;
    background-color: #184b71;
    color: #fff;
    text-align: center
}

.faculaties-content {
    overflow: hidden
}

.faculaties-slider {
    width: 1983px;
    margin-left: -40px
}

.faculaties-slider .owl-stage-outer {
    position: relative
}

.faculaties-slider .owl-stage-outer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    bottom: 0;
    background-color: rgba(255, 255, 255, .7);
    z-index: 3;
    width: 310px
}

.faculaties-slider .owl-stage-outer:after {
    content: "";
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    background-color: rgba(255, 255, 255, .7);
    z-index: 3;
    width: 310px
}

.faculaties-slider .owl-nav {
    margin-top: 30px;
    text-align: center
}

.faculaties-slider .owl-nav .owl-next,
.faculaties-slider .owl-nav .owl-prev {
    height: 45px;
    width: 45px;
    background-color: #f3f3f3;
    border-radius: 50%;
    padding: 0;
    line-height: 43px !important;
    color: #000;
    font-size: 20px;
    border: 0;
    margin: 0 5px;
    display: inline-block;
    text-align: center
}

.our-gallery {
    background-color: #f3f3f3;
    padding: 100px 0
}

.our-gallery .title2 {
    text-align: center;
    margin-bottom: 60px
}

.our-gallery .title2 h2:after {
    left: 50%;
    transform: translateX(-50%)
}

.gallery-content {
    text-align: center
}

.gallery-content ul {
    letter-spacing: -.3em;
    margin: 0 -1px
}

.gallery-content ul:after {
    content: "";
    display: block;
    clear: both
}

.gallery-content li {
    list-style: none;
    width: 25%;
    float: left;
    padding: 0 1px;
    margin-bottom: 2px;
    letter-spacing: normal;
    position: relative;
    overflow: hidden;
    text-align: left
}

.gallery-content li .gallery-info {
    position: absolute;
    left: 0;
    bottom: -82px;
    right: 83px;
    background-color: rgba(56, 139, 224, .9);
    color: #fff;
    padding: 20px;
    transition: all .3s
}

.gallery-content li:hover .gallery-info {
    bottom: 0;
    transition: all .3s
}

.gallery-content li .gallery-info h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px
}

.gallery-content li .gallery-info p {
    font-size: 12px
}

.gallery-content li img {
    width: 100%
}

.gallery-content a.btn-gallery {
    margin-top: 60px;
    color: #fff
}

.gallery-content a.btn-gallery:hover {
    background: #cf3827
}

.count {
    background-image: url(images/count-bg.html);
    padding: 130px 0
}

.count .count-item {
    position: relative;
    text-align: center
}

.count-item:hover h3 a {
    color: #f2982d
}

.count-item:hover p {
    letter-spacing: 3px;
    transition: all .3s ease-in-out
}

.count-item h3 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 15px
}

.count-item h3 a {
    color: #fff
}

.count-item p {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    transition: all .3s ease-in-out
}

.home2 .blog-item.blog-row {
    margin-bottom: 30px
}

.home2 .blog-item:last-child {
    margin-bottom: 0
}

.home2 .blog-item.blog-row:after,
.page-blog .entry-main .blog-item:after {
    content: "";
    display: block;
    clear: both
}

.home2 .blog-item.blog-row .blog-left,
.page-blog .entry-main .blog-item .blog-left {
    width: 50%;
    float: left
}

.home2 .blog-item img:hover {
    filter: blur(1px);
    transition: all .3s
}

.home2 .blog-item.blog-row .blog-right,
.page-blog .entry-main .blog-item .blog-right {
    width: 50%;
    float: left
}

.home2 .blog-item.blog-row img,
.page-blog .entry-main .blog-item .blog-left img {
    width: 100%
}

.home2 .blog-item.blog-row .blog-info,
.page-blog .entry-main .blog-item .blog-right .blog-info {
    margin-left: 0;
    padding: 40px;
    width: 100%
}

.home2 .blog-item.blog-row:last-child .blog-info {
    text-align: right
}

.home2 .blog-item.blog-row:last-child .blog-info .blog-line {
    float: right
}

.home2 .blog-item.blog-row .blog-number-left {
    right: initial;
    left: 0
}

.home2 .blog-item.blog-col {
    height: 100%
}

.home2 .blog-item.blog-col .blog-info {
    margin-left: 0;
    padding: 40px;
    width: 100%
}

.home2 .blog-item .blog-info a.blog-number.blog-number-left .blog-month {
    left: 50px;
    right: auto
}

.home2 .footer-top {
    background-color: initial;
    background-image: url(images/footer-bg.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 0
}

.home2 .footer-bot {
    padding: 62px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    position: relative;
    margin-top: 60px
}

.home2 .footer-bot:after {
    content: "";
    display: block;
    clear: both
}

.home2 .footer-bot .copyright {
    float: left;
    color: #fff;
    position: relative
}

.home2 .footer-bot .legal {
    float: right;
    position: relative
}

.home2 .footer-bot .legal li {
    list-style: none;
    display: inline-block;
    margin-right: 25px
}

.home2 .footer-bot .legal li:last-child {
    margin-right: 0
}

.home2 .footer-bot .legal li a {
    color: #fff
}

.home2 .footer-bot .copyright a:hover,
.home2 .footer-bot .legal li:hover a {
    color: #f2982d
}

.home2 .footer-bot .copyright a {
    color: #fff
}

.home2 .footer-bot .back-top {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 46px;
    width: 46px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    cursor: pointer
}

.home2 .footer-bot .back-top:hover {
    border: 2px solid #f2982d
}

.home2 .footer-bot .back-top:hover i {
    color: #f2982d
}

.home2 .footer-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5)
}

.home2 .col-lg-3:nth-child(3) .ft-item span,
.home2 .footer-top i {
    color: #fff
}

.home2 .ft-item h3::after {
    background-color: #fff
}

.home2 .col-lg-3:nth-child(1) .ft-item ul {
    border-top-color: rgba(255, 255, 255, .3)
}

.home2 .col-lg-3:nth-child(3) .ft-item .ft-latest {
    border-bottom-color: rgba(255, 255, 255, .3)
}

.home2 .footer-up {
    background-color: #184b71;
    position: relative;
    transform: translateY(-50%);
    margin-bottom: 35px;
    z-index: 999
}

.home2 .footer-up .footer-up-item {
    position: relative;
    padding: 45px 60px
}

.footer-up-item span {
    position: absolute;
    top: -11px;
    line-height: 22px;
    font-size: 12px;
    padding: 0 9px;
    background-color: #cf3827;
    color: #fff;
    left: 60px
}

.footer-up-item li {
    list-style: none;
    display: inline-block
}

.footer-up-contact li {
    margin-right: 65px
}

.footer-up-contact li:last-child {
    margin-right: 0
}

.footer-up-contact li {
    color: #fff;
    font-weight: 500
}

.footer-up-contact li i {
    opacity: .15;
    font-size: 24px;
    margin-right: 15px;
    vertical-align: -3px
}

.footer-up-contact li i.fa-envelope-o {
    font-size: 18px
}

.footer-up-follow li {
    margin-right: 30px
}

.footer-up-follow li:hover i {
    opacity: 1
}

.footer-up-follow li i {
    opacity: .2;
    font-size: 18px
}

.home3 .menu-header {
    height: 420px
}

.home3 .features-left {
    width: 25%;
    float: left;
    height: 100%
}

.home3 .features-left .f-search {
    padding: 90px 30px
}

.home3 .features-right {
    width: 75%;
    float: right;
    text-align: center;
    background-image: url(images/banner-bg.html);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100%
}

.home3 .features-right .banner {
    padding: 55px 15px 0
}

.home3 .features-right .banner .banner-desc {
    max-width: 430px;
    margin: 0 auto
}

.home3 .our-features {
    height: 600px;
    margin-top: -400px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    margin-bottom: 100px
}

.home3 .features-right .logo-banner {
    margin-bottom: 18px
}

.home3 .features-right h2 {
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block
}

.home3 .features-right h2:before {
    content: "";
    display: block;
    height: 1px;
    width: 50px;
    background-color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -80px
}

.home3 .features-right h2:after {
    content: "";
    display: block;
    height: 1px;
    width: 50px;
    background-color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: initial;
    right: -80px
}

.home3 .our-features:after {
    content: "";
    display: block;
    clear: both
}

.home3 .features-main .title {
    text-align: center
}

.home3 .features-main .title-logo {
    background-image: url(images/assets/logo-bg-02.html);
    width: 80px;
    height: 63px;
    float: none;
    margin-bottom: 7px
}

.home3 .features-main .title-info {
    margin-left: 0
}

.home3 .features-main .title-info h2 {
    margin-bottom: 10px
}

.home3 .ft-box {
    padding: 55px 40px 50px;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden
}

.home3 .ft-box:hover {
    border: 1px solid #184b71;
    transition: all .3s ease-in-out
}

.home3 .ft-box:hover .ft-box-bg {
    visibility: visible;
    opacity: 1;
    transition: all .3s
}

.home3 .ft-box:hover .ft-box-bg img {
    display: block
}

.home3 .ft-box .ft-box-bg {
    position: absolute;
    bottom: -25px;
    right: -25px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.home3 .ft-box .ft-box-bg img {
    margin-bottom: 0
}

.home3 .ft-box:hover img {
    display: none
}

.home3 .ft-box:hover .ft-desc {
    height: 186px;
    overflow: hidden
}

.home3 .ft-box .ft-more:hover {
    background-color: #cf3827;
    color: #fff;
    border-color: #cf3827
}

.home3 .ft-box img,
.list-features .f-icon {
    margin-bottom: 52px
}

.home3 .ft-box h3,
.list-features .f-title {
    margin-bottom: 32px;
    text-transform: uppercase
}

.home3 .ft-box .ft-desc,
.list-features .f-desc {
    margin-bottom: 35px;
    height: 84px;
    overflow: hidden
}

.list-features .f-desc {
    height: auto
}

.home3 .ft-box .ft-desc p {
    margin-bottom: 28px
}

.f-read,
.home3 .ft-box .ft-more {
    height: 45px;
    line-height: 45px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .15);
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 24px
}

.f-read:hover,
.home6 .all-events:hover,
.upcoming-content .owl-nav .owl-next:hover,
.upcoming-content .owl-nav .owl-prev:hover {
    border-color: #cf3827;
    background-color: #cf3827;
    color: #fff
}

.list-category:after {
    content: "";
    display: block;
    clear: both
}

.list-category .category-item {
    width: 20%;
    float: left;
    position: relative
}

.list-category {
    background-color: #184b71
}

.home4 .list-category {
    margin-top: 120px
}

.list-category .category-item.center {
    text-align: center
}

.list-category .category-item.center .category-info {
    position: relative;
    transform: none;
    left: 0;
    right: 0;
    top: 150px
}

.list-category .category-item.center .category-info img {
    margin-bottom: 44px
}

.list-category .category-item.center .category-info p {
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

.list-category .category-item.center .category-info p span {
    display: block;
    letter-spacing: normal;
    font-size: 48px;
    margin-bottom: 34px;
    margin-top: -7px
}

.list-category .category-item.center .category-info a.cat-all {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    height: 45pc;
    line-height: 43px;
    padding: 12px 24px
}

.list-category .category-item .category-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 47px;
    right: 47px
}

.category-item:hover .category-name {
    opacity: 1
}

.category-info .category-name {
    font-size: 12px;
    background-color: #cf3827;
    display: inline-block;
    padding: 0 12px;
    color: #fff;
    height: 24px;
    line-height: 28px;
    opacity: 0
}

.category-info .category-name a {
    display: block;
    color: #fff
}

.category-item:hover .category-info .category-content {
    border-top: 3px solid #cf3827;
    padding: 27px 30px
}

.category-info .category-content {
    background-color: #fff;
    border-top: 4px solid #fff;
    padding: 10px 20px 12px
}

.category-item:hover .category-info .category-content h3 {
    margin-bottom: 20px;
    line-height: 24px;
    text-align: left
}

.category-info .category-content h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center
}

.category-item:hover .category-info .category-content .category-desc {
    display: block
}

.category-info .category-content .category-desc {
    margin-bottom: 20px;
    display: none
}

.category-item:hover .category-info .category-content .category-more {
    display: inline-block
}

.category-info .category-content .category-more {
    font-weight: 700;
    position: relative;
    display: inline-block;
    display: none
}

.category-info .category-content .category-more:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #184b71
}

.popular-main .popular-item .popular-bottom:after,
.popular-main .popular-item:after {
    content: "";
    display: block;
    clear: both
}

.popular-main .popular-item:nth-child(2n-1) .popular-thumb {
    width: 50%;
    float: left
}

.popular-main .popular-item:nth-child(2n) .popular-thumb {
    width: 50%;
    float: right
}

.popular-main .popular-item {
    margin-bottom: 95px;
    position: relative
}

.popular-main .popular-item:last-child {
    margin-bottom: 80px
}

.popular-main .popular-item:nth-child(2n-1) .popular-box .popular-avatar {
    position: absolute;
    left: 40px;
    border: 10px solid #fff;
    border-radius: 50%;
    bottom: -45px
}

.popular-main .popular-item:nth-child(2n) .popular-box .popular-avatar {
    position: absolute;
    right: 40px;
    border: 10px solid #fff;
    border-radius: 50%;
    top: -45px;
    z-index: 9
}

.popular-main .popular-item,
.popular-main .popular-item .popular-box {
    height: 300px
}

.popular-main .popular-item:nth-child(2n-1) .popular-box {
    float: right;
    width: 50%
}

.popular-main .popular-item:nth-child(2n) .popular-box {
    float: left;
    width: 50%
}

.popular-main .popular-item:nth-child(2n) .popular-box .popular-info {
    text-align: right
}

.popular-main .popular-item .popular-info h3 {
    clear: none
}

.popular-main .popular-item .popular-info {
    height: 245px;
    padding: 45px 30px
}

.popular-main .popular-item .popular-info h3 {
    font-size: 24px;
    margin-bottom: 20px
}

.popular-main .popular-item .popular-bottom {
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    border: 1px solid #eaeaea;
    border-top: 0
}

.popular-main .popular-item:nth-child(2n-1) .popular-bottom .popular-count {
    float: left
}

.popular-main .popular-item:nth-child(2n) .popular-bottom .popular-count {
    float: right
}

.popular-main .popular-item:nth-child(2n) .popular-bottom .price {
    float: left
}

.popular-main .popular-item:nth-child(2n) .popular-bottom .price .price-old {
    color: #000;
    opacity: .5;
    margin-left: 25px;
    text-decoration: line-through
}

.home3 .popular-course a.all-courses {
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    background-color: #cf3827
}

.home3 .popular-course a.all-courses:hover {
    color: #fff;
    background: #184b71
}

.home3 .popular-course {
    padding: 100px 0 25px
}

.home3 .blog {
    background-color: initial;
    background-image: url(images/blog-bg.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative
}

.home3 .blog .title {
    position: relative
}

.home3 .blog:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5)
}

.home3 .our-events {
    padding-top: 100px
}

.oe-item:after {
    content: "";
    display: block;
    clear: both
}

.oe-item .oe-info .oe-date {
    height: 50px;
    width: 50px;
    background-color: #cf3827;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative
}

.oe-item .oe-info .oe-date a {
    color: #fff;
    display: block
}

.oe-item .oe-info .oe-date a:hover span {
    opacity: 1;
    visibility: visible;
    transition: all .3s
}

.oe-item.oe-two .oe-info .oe-date span {
    right: auto;
    left: 50px
}

.oe-item .oe-info .oe-date span {
    position: absolute;
    right: 50px;
    background-color: #e5e5e5;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.oe-item .oe-info h3 {
    margin-bottom: 22px
}

.oe-item .oe-info .oe-desc {
    margin-bottom: 26px
}

.oe-item .oe-info a.oe-read {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 0 25px;
    font-weight: 700;
    text-transform: uppercase
}

.oe-item .oe-thumb {
    position: relative;
    overflow: hidden
}

.oe-item .oe-thumb:hover a:before,
.oe-item .oe-thumb:hover p {
    opacity: 1;
    visibility: visible;
    transition: all .3s
}

.oe-item .oe-thumb:hover img {
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.oe-item .oe-thumb img {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.oe-item .oe-thumb a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    z-index: 999
}

.oe-item .oe-thumb p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    text-align: center;
    width: 345px;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    z-index: 9999
}

.oe-item.oe-one .oe-info .oe-date {
    float: right
}

.oe-item.oe-one .oe-info {
    text-align: right;
    padding: 80px 90px 15px 15px
}

.oe-item.oe-two .oe-info {
    text-align: left;
    padding: 80px 15px 15px 90px
}

.oe-item.oe-one .oe-info,
.oe-item.oe-two .oe-thumb {
    float: left;
    width: 50%
}

.oe-item.oe-one .oe-thumb,
.oe-item.oe-two .oe-info {
    float: right;
    width: 50%
}

.home2 .partner-slider {
    padding: 80px 0 120px 0
}

.home3 .partner {
    z-index: 2
}

.home3 .partner-slider {
    padding: 30px 0;
    border-top: 0;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    margin-bottom: -89px;
    background-color: #fff
}

.home3 .partner-slider .partner-item {
    border-right: 1px solid #e5e5e5
}

.home3 .partner-slider .partner-item:hover {
    -webkit-box-shadow: 0 0 37px -13px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 37px -13px rgba(0, 0, 0, .75);
    box-shadow: 0 0 37px -13px rgba(0, 0, 0, .75);
    transition: all .3s ease-in-out
}

.home3 .footer-top {
    padding: 195px 0 70px
}

.home3 .footer-bottom .logo-footer {
    margin-top: 0
}

.home3 .footer-bottom .f-socials {
    margin-top: 50px;
    text-align: left
}

.home3 .footer-bottom .f-socials li {
    height: 46px;
    width: 46px;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    line-height: 44px;
    text-align: center
}

.home3 .footer-bottom .f-socials li:last-child {
    margin-right: 0
}

.home3 .footer-bottom .f-socials li a {
    display: block
}

.home3 .footer-bottom .f-socials li:hover i {
    color: #d60f0f;
    opacity: 1;
    transition: all .3s ease-in-out
}

.home3 .footer-bottom .f-socials li:hover {
    border: 1px solid #d60f0f;
    transition: all .3s ease-in-out
}

.home3 .footer-bottom .f-socials li {
    margin-right: 8px
}

.home3 .f-legal {
    text-align: right;
    margin-top: 60px
}

.home3 .f-legal li {
    list-style: none;
    display: inline-block;
    margin-left: 23px;
    position: relative;
    padding-bottom: 6px
}

.home3 .f-legal li:hover a {
    color: #000
}

.home3 .f-legal li:hover:after {
    background-color: #000;
    transition: all .3s ease-in-out
}

.home3 .f-legal li:first-child {
    margin-left: 0
}

.home3 .f-legal li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #fff
}

.home3 .footer-bottom {
    padding: 75px 0
}

.home4 .site-header .site-top,
.page .site-header .site-top {
    height: 50px;
    line-height: 50px;
    background-color: #184b71;
    overflow: hidden
}

.home4 .site-header .site-top {
    overflow: hidden
}

.home5 .site-header .site-top,
.page-blog .site-header .site-top {
    line-height: 50px
}

.home4 .site-top:after,
.home5 .site-top:after,
.page .site-top:after,
.page-blog .site-top:after {
    content: "";
    display: block;
    clear: both
}

.home4 .site-top .top-left,
.home5 .site-top .top-left,
.page .site-top .top-left,
.page-blog .site-top .top-left {
    float: left
}

.home4 .top-left a,
.home4 .top-left p,
.home4 .top-right li a,
.page .top-left a,
.page .top-left p,
.page .top-right li a {
    color: #fff
}

.home4 .top-left a:hover,
.home4 .top-right .user a:hover,
.home4 .top-right li a:hover {
    opacity: .8
}

.home4 .top-left i,
.page .top-left i {
    margin-right: 15px;
    font-size: 20px;
    vertical-align: -2px
}

.home4 .top-left span,
.page .top-left span {
    margin: 0 25px;
    opacity: .5
}

.home4 .site-top .top-right,
.home5 .site-top .top-right,
.page .site-top .top-right,
.page-blog .site-top .top-right {
    float: right
}

.home4 .top-right li,
.home5 .top-right li,
.page .top-right li,
.page-blog .top-right li {
    list-style: none;
    display: inline-block;
    margin-left: 23px
}

.home4 .top-right li:first-child,
.page .top-right li:first-child {
    margin-left: 0
}

.home4 .top-right .user,
.home4 .top-right ul,
.page .top-right .user,
.page .top-right ul {
    display: inline-block
}

.home4 .top-right .user,
.page .top-right .user {
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 45px
}

.home4 .top-right .user a,
.page .top-right .user a {
    color: #fff;
    display: block;
    padding: 0 0 0 20px;
    background-color: #cf3827;
    position: relative
}

.home4 .top-right .user a:before,
.page .top-right .user a:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid #cf3827;
    border-left: 23px solid transparent;
    position: absolute;
    top: 0;
    left: -23px
}

.home4 .top-right .user a:after,
.page .top-right .user a:after {
    content: "";
    height: 50px;
    width: 999999px;
    background-color: #cf3827;
    display: block;
    position: absolute;
    top: 0;
    left: 90px
}

.home4 .site-header,
.home5 .site-header,
.page .site-header,
.page-blog .site-header {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
    position: relative;
    z-index: 999
}

.home5 .site-header {
    overflow: initial
}

.home4 .header-content:after,
.home5 .header-content:after,
.page .header-content:after,
.page-blog .header-content:after {
    content: "";
    display: block;
    clear: both
}

.home4 .site-brand,
.home5 .site-brand,
.page .site-brand,
.page-blog .site-brand {
    float: left
}

.home4 .site-brand a,
.home5 .site-brand a {
    line-height: 154px
}

.home4 .search-main,
.home5 .search-main,
.page .search-main,
.page-blog .search-main {
    float: right
}

.home4 .search-main .search-icon i,
.home5 .search-main .search-icon i,
.page .search-main .search-icon i,
.page-blog .search-main .search-icon i {
    color: #000
}

.home4 .search-main .search-icon:hover i,
.home5 .search-main .search-icon:hover i {
    color: #cf3827
}

.home4 .search-main .search-icon,
.home5 .search-main .search-icon,
.page .search-main .search-icon,
.page-blog .search-main .search-icon {
    border: 0;
    line-height: 154px;
    height: 154px;
    margin-top: 0
}

.home4 .c-hamburger span,
.home4 .c-hamburger span:after,
.home4 .c-hamburger span:before,
.home5 .c-hamburger span,
.home5 .c-hamburger span:after,
.home5 .c-hamburger span:before,
.page .c-hamburger span,
.page .c-hamburger span:after,
.page .c-hamburger span:before,
.page-blog .c-hamburger span,
.page-blog .c-hamburger span:after,
.page-blog .c-hamburger span:before {
    background-color: #000
}

.home4 .c-hamburger,
.home5 .c-hamburger,
.page .c-hamburger,
.page-blog .c-hamburger {
    border-right: 0;
    margin-top: 4px
}

.welcome-slider {
    background-color: #f6f6f6;
    text-align: center;
    padding-top: 90px;
    position: relative
}

.welcome-slider h2 {
    font-size: 70px;
    text-transform: uppercase;
    letter-spacing: 12px;
    opacity: .1;
    margin-top: 50px
}

.welcome-slider .welcome-item img {
    width: auto;
    margin: -62px auto 54px;
    position: relative
}

.welcome-slider .owl-nav .owl-next,
.welcome-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0;
    line-height: 60px;
    background-color: #fff;
    color: #000;
    font-size: 18px
}

.welcome-slider .owl-nav {
    margin: 0
}

.welcome-slider .owl-nav .owl-prev {
    right: initial;
    left: 60px
}

.welcome-slider .owl-nav .owl-next:hover,
.welcome-slider .owl-nav .owl-prev:hover {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
    background-color: #cf3827;
    color: #fff
}

.welcome-slider .welcome-box {
    border: 5px solid #000;
    display: inline-block;
    padding: 8px 20px;
    background-color: #fff
}

.welcome-slider .welcome-box h3 {
    font-size: 50px;
    text-transform: uppercase
}

.welcome-slider .welcome-box p {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.home4 .best-course .courses-search,
.page .best-course .courses-search {
    background-color: #f2982d
}

.home4 .best-course .courses-logo,
.page .best-course .courses-logo {
    background-color: #f2982d;
    line-height: 105px;
    height: 105px
}

.home4 .best-course .courses-logo p,
.page .best-course .courses-logo p {
    text-transform: none;
    font-size: 24px;
    margin-top: 0
}

.home4 .best-course .courses-search,
.page .best-course .courses-search {
    height: 105px
}

.home4 .courses-search .courses-form .field-select:after {
    background-color: #f5ad57
}

.home4 .best-course .courses-search .courses-form .field,
.page .best-course .courses-search .courses-form .field {
    width: 29%
}

.home4 .best-course .courses-search .courses-form,
.page .best-course .courses-search .courses-form {
    padding: 30px 30px 30px 0
}

.home4 .best-course .courses-search .courses-form .field:last-child,
.page .best-course .courses-search .courses-form .field:last-child {
    width: 13%
}

.home4 .best-course .courses-search .courses-form input[type=submit],
.page .best-course .courses-search .courses-form input[type=submit] {
    background-color: #fff;
    color: #000
}

.home4 .best-course .courses-search .courses-logo,
.page .best-course .courses-search .courses-logo {
    width: 15%
}

.home4 .best-course .courses-search .courses-form,
.page .best-course .courses-search .courses-form {
    width: 85%
}

.home4 .best-course .courses-search .courses-form input,
.home4 .best-course .courses-search .courses-form select {
    border: 1px solid #f5ad56
}

.courses-search .courses-form input::placeholder {
    color: #fff;
    opacity: 1
}

.courses-search .courses-form input:-ms-input-placeholder {
    color: #fff
}

.courses-search .courses-form input::-ms-input-placeholder {
    color: #fff
}

.popular-course.layout2 .popular-main .popular-item,
.popular-course.layout2 .popular-main .popular-item .popular-bottom,
.popular-course.layout2 .popular-main .popular-item .popular-box,
.popular-course.layout2 .popular-main .popular-item .popular-info,
.popular-course.layout3 .popular-main .popular-item,
.popular-course.layout3 .popular-main .popular-item .popular-bottom,
.popular-course.layout3 .popular-main .popular-item .popular-box,
.popular-course.layout3 .popular-main .popular-item .popular-info {
    height: auto
}

.popular-course.layout2 .popular-main .popular-item:nth-child(2n) .popular-box,
.popular-course.layout2 .popular-main .popular-item:nth-child(2n-1) .popular-box,
.popular-course.layout3 .popular-main .popular-item:nth-child(2n) .popular-box,
.popular-course.layout3 .popular-main .popular-item:nth-child(2n-1) .popular-box {
    margin: 50px 0 50px
}

.popular-course.layout2 .popular-main .popular-item:nth-child(2n-1) .popular-box .popular-box-wrap,
.popular-course.layout3 .popular-main .popular-item:nth-child(2n-1) .popular-box .popular-box-wrap {
    margin-left: -100px;
    position: relative;
    background-color: #fff;
    height: 280px
}

.popular-course.layout2 .popular-main .popular-item:nth-child(2n) .popular-box .popular-box-wrap,
.popular-course.layout3 .popular-main .popular-item:nth-child(2n) .popular-box .popular-box-wrap {
    margin-right: -100px;
    position: relative;
    background-color: #fff;
    height: 280px;
    z-index: 9
}

.popular-course.layout2 .popular-item:hover,
.popular-course.layout3 .popular-item:hover {
    box-shadow: none
}

.popular-course.layout2 .popular-item:hover .popular-box-wrap {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1)
}

.popular-course.layout2 .popular-main .popular-item .popular-info .popular-desc,
.popular-course.layout3 .popular-main .popular-item .popular-info .popular-desc {
    height: 63px;
    overflow: hidden
}

.popular-course.layout2 .popular-info,
.popular-course.layout2 .popular-main .popular-item .popular-bottom,
.popular-course.layout3 .popular-info,
.popular-course.layout3 .popular-main .popular-item .popular-bottom {
    border: 0
}

.popular-course.layout2 .popular-main .popular-item .popular-info,
.popular-course.layout3 .popular-main .popular-item .popular-info {
    padding: 35px 40px 35px
}

.popular-course.layout3 .popular-main .popular-item .popular-info {
    padding: 35px 40px 35px
}

.popular-course.layout2 .popular-main .popular-item:nth-child(2n-1) .popular-bottom,
.popular-course.layout3 .popular-main .popular-item:nth-child(2n-1) .popular-bottom {
    margin-left: 140px;
    padding: 0;
    border-top: 1px solid #e8e8e8;
    line-height: 70px;
    margin-right: 50px
}

.popular-course.layout2 .popular-main .popular-item:nth-child(2n) .popular-bottom,
.popular-course.layout3 .popular-main .popular-item:nth-child(2n) .popular-bottom {
    margin-right: 140px;
    padding: 0;
    border-top: 1px solid #e8e8e8;
    line-height: 80px;
    margin-left: 50px
}

.popular-course.layout2 .popular-main .popular-item,
.popular-course.layout3 .popular-main .popular-item {
    margin-bottom: 80px
}

.popular-course.layout2 .popular-main .popular-item:nth-child(2n-1) .popular-box .popular-avatar,
.popular-course.layout3 .popular-main .popular-item:nth-child(2n-1) .popular-box .popular-avatar {
    border: 0;
    bottom: 45px
}

.popular-course.layout2,
.popular-course.layout3 {
    padding-top: 115px
}

.popular-course.layout3 {
    margin-bottom: 110px
}

.popular-course.layout2 .title2,
.upcoming .title2 {
    text-align: center;
    margin-bottom: 80px
}

.popular-course.layout2 .title2 h2,
.upcoming .title2 h2 {
    text-transform: uppercase;
    font-size: 18px
}

.popular-course.layout2 .title2 h2:after,
.upcoming .title2 h2:after {
    content: "";
    left: 50%;
    transform: translateX(-50%)
}

.popular-course.layout2 .popular-main .popular-item:nth-child(2n) .popular-box .popular-avatar,
.popular-course.layout3 .popular-main .popular-item:nth-child(2n) .popular-box .popular-avatar {
    border: 0;
    top: auto;
    bottom: 45px
}

.popular-course.layout2 .popular-main .popular-item .popular-box .popular-bottom i,
.popular-course.layout3 .popular-main .popular-item .popular-box .popular-bottom i {
    color: #f2982d;
    opacity: 1;
    margin-right: 5px
}

.list-features .f-item {
    padding-left: 40px;
    position: relative
}

.list-features {
    padding: 120px 0 45px
}

.list-features .f-item:hover:before {
    height: 100%;
    transition: all .3s ease-in-out
}

.list-features .f-item:before {
    content: "";
    height: 50px;
    width: 2px;
    background-color: #f2982d;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out
}

.list-features .col-lg-4:nth-child(2) .f-item:before {
    background-color: #4fcad8
}

.list-features .col-lg-4:nth-child(3) .f-item:before {
    background-color: #c962e3
}

.home4 .blog {
    background-color: initial;
    background-image: url(images/home4-blog-bg.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative
}

.home4 .blog:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5)
}

.home4 .blog .title {
    position: relative
}

.upcoming {
    padding-top: 115px
}

.upcoming-item {
    position: relative;
    margin-bottom: 80px
}

.upcoming-item:last-child {
    margin-bottom: 0
}

.upcoming-item .upcoming-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    max-width: 505px;
    padding: 50px 55px 55px
}

.upcoming-item:nth-child(2n-1) .upcoming-box {
    left: 80px;
    text-align: right
}

.upcoming-item:nth-child(2n) .upcoming-box {
    right: 80px;
    text-align: left
}

.upcoming-item:nth-child(2n-1) .upcoming-box .blog-number {
    top: 50px;
    right: -25px
}

.upcoming-item:nth-child(2n) .upcoming-box .blog-number {
    top: 50px;
    left: -25px
}

.upcoming-item:nth-child(2n-1) .upcoming-box .blog-number span,
.upcoming-item:nth-child(2n-1) .upcoming-box .blog-number:hover span {
    left: 50px;
    right: auto
}

.upcoming-item .upcoming-box h3 {
    margin-bottom: 20px
}

.upcoming-item .upcoming-box h3 a:hover {
    text-decoration: underline;
    color: #000
}

.upcoming-item .upcoming-box .upcoming-desc {
    margin-bottom: 22px
}

.upcoming-item .upcoming-box .upcoming-time {
    color: #184b71;
    margin-bottom: 25px
}

.home4 .all-events,
.home4 .faculaties-slider .owl-nav .owl-next,
.home4 .faculaties-slider .owl-nav .owl-prev {
    height: 45px;
    width: 45px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    padding: 0;
    margin: 0 10px;
    line-height: 43px
}

.home4 .faculaties-content {
    position: relative
}

.home4 .all-events,
.home6 .all-events {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: auto;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 30px;
    z-index: 99
}

.home4 .faculaties-slider .owl-nav .owl-next:hover,
.home4 .faculaties-slider .owl-nav .owl-prev:hover {
    color: #000
}

.home4 .footer-contact,
.page .footer-contact {
    background-color: #f2f2f2;
    overflow: hidden
}

.home4 .footer-contact:after,
.page .footer-contact:after {
    content: "";
    display: block;
    clear: both
}

.home4 .footer-contact .fc-left,
.page .footer-contact .fc-left {
    float: left;
    width: 20%;
    background-color: #cf3827;
    background-image: url(images/assets/contact-phone-bg.html);
    background-repeat: no-repeat;
    padding: 40px 0 30px;
    background-position: left 40px;
    position: relative
}

.home4 .footer-contact .fc-left:before,
.page .footer-contact .fc-left:before {
    content: "";
    position: absolute;
    top: 0;
    right: 234px;
    bottom: 0;
    width: 9999999px;
    background-color: #cf3827
}

.home4 .footer-contact .fc-left:after,
.page .footer-contact .fc-left:after {
    content: "";
    position: absolute;
    right: -90px;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 127px solid #cf3827;
    border-right: 90px solid transparent
}

.home4 .footer-contact .fc-left p,
.page .footer-contact .fc-left p {
    font-size: 24px;
    font-weight: 700;
    color: #fff
}

.home4 .footer-contact .fc-left p span,
.page .footer-contact .fc-left p span {
    display: block;
    font-size: 14px;
    text-transform: uppercase
}

.home4 .footer-contact .fc-right,
.page .footer-contact .fc-right {
    float: right;
    width: 80%
}

.home4 .footer-contact .fc-right form,
.page .footer-contact .fc-right form {
    text-align: center;
    margin-top: 35px
}

.home4 .footer-contact .fc-right form input,
.page .footer-contact .fc-right form input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #cecece;
    height: 45px;
    line-height: 45px;
    padding: 0;
    max-width: 540px;
    width: 100%
}

.home4 .footer-contact .fc-right form input::placeholder,
.page .footer-contact .fc-right form input::placeholder {
    color: #000
}

.home4 .footer-contact .fc-right form input[type=submit],
.page .footer-contact .fc-right form input[type=submit] {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    padding: 0 27px;
    max-width: 105px;
    width: 100%;
    margin-left: 30px;
    cursor: pointer
}

.home4 .footer-contact .fc-right form input[type=submit]:hover,
.page .footer-contact .fc-right form input[type=submit]:hover {
    border-bottom: 3px solid #cf3827
}

.home4 .footer-top,
.page .footer-top {
    padding: 100px 0 70px
}

.home4 .footer-content,
.page .footer-content {
    background-color: #1e557e;
    padding: 60px 0
}

.home4 .footer-bot:after,
.home4 .footer-content .bot-left:after,
.home4 .footer-content:after,
.page .footer-bot:after,
.page .footer-content .bot-left:after,
.page .footer-content:after {
    content: "";
    display: block;
    clear: both
}

.home4 .footer-content .bot-left,
.page .footer-content .bot-left {
    float: left
}

.home4 .footer-content .bot-left,
.page .footer-content .bot-left {
    width: 60%
}

.home4 .footer-content .bot-left i,
.page .footer-content .bot-left i {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    background-color: #30bbe3;
    border-radius: 50%;
    float: left
}

.footer-content .bot-left .weekly,
.page .footer-content .bot-left .weekly {
    margin-left: 110px
}

.footer-content .bot-left .weekly h3,
.page .footer-content .bot-left .weekly h3 {
    clear: none;
    text-transform: uppercase;
    color: #fff;
    padding-top: 12px;
    margin-bottom: 10px
}

.footer-content .bot-left .weekly a,
.footer-content .bot-left .weekly p,
.page .footer-content .bot-left .weekly a,
.page .footer-content .bot-left .weekly p {
    color: #fff
}

.footer-content .bot-left .weekly a:hover,
.page .footer-content .bot-left .weekly a:hover {
    text-decoration: underline
}

.home4 .footer-content .bot-right,
.page .footer-content .bot-right {
    float: right
}

.home4 .footer-content .bot-right,
.page .footer-content .bot-right {
    width: 40%;
    text-align: right
}

.home4 .footer-content .bot-right ul,
.page .footer-content .bot-right ul {
    margin-top: 15px
}

.home4 .footer-content .bot-right li,
.page .footer-content .bot-right li {
    list-style: none;
    display: inline-block;
    height: 46px;
    line-height: 42px;
    width: 46px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    margin-left: 9px
}

.home4 .footer-content .bot-right li:first-child,
.page .footer-content .bot-right li:first-child {
    margin-left: 0
}

.home4 .footer-content .bot-right li a,
.page .footer-content .bot-right li a {
    display: block
}

.home4 .footer-content .bot-right li:hover,
.page .footer-content .bot-right li:hover {
    background-color: #cf3827;
    border-color: #cf3827
}

.home4 .footer-content .bot-right li i,
.page .footer-content .bot-right li i {
    color: #fff
}

.home4 .footer-bot,
.page .footer-bot {
    padding: 30px 0
}

.home4 .footer-bot .copyright,
.page .footer-bot .copyright {
    float: left
}

.home4 .footer-bot .legal,
.page .footer-bot .legal {
    float: right
}

.home4 .footer-bot .legal li:first-child,
.page .footer-bot .legal li:first-child {
    margin-left: 0
}

.home4 .footer-bot .legal li,
.page .footer-bot .legal li {
    list-style: none;
    display: inline-block;
    margin-left: 20px
}

.home5 .site-top,
.page-blog .site-top {
    background-color: initial;
    border-bottom: 1px solid #e8e8e8
}

.home5 .site-top li i,
.home5 .site-top p,
.page-blog .site-top li i,
.page-blog .site-top p {
    color: #000
}

.section-color {
    line-height: normal;
    height: 5px
}

.section-color:after {
    content: "";
    display: block;
    clear: both
}

.section-color p {
    width: 25%;
    display: inline-block;
    height: 5px;
    float: left;
    padding-right: 1px
}

.section-color p:last-child {
    padding-right: 0
}

.section-color p span {
    display: block;
    height: 5px
}

.section-color p:nth-child(1) span {
    background-color: #61b235
}

.section-color p:nth-child(2) span {
    background-color: #388be0
}

.section-color p:nth-child(3) span {
    background-color: #cf3827
}

.section-color p:nth-child(4) span {
    background-color: #f2982d
}

.home5 .site-top li i,
.page-blog .site-top li i {
    opacity: .5
}

.main-slider-item {
    position: relative
}

.main-slider-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5)
}

.main-slider-box {
    position: absolute;
    top: 50%;
    width: 860px;
    margin: 0 auto;
    transform: translateY(-50%);
    text-align: center
}

.home5 .main-slider-box {
    left: 50%;
    transform: translate(-50%, -50%)
}

.main-slider-box form {
    margin-top: 38px
}

.main-slider-box form:after {
    content: "";
    display: block;
    clear: both
}

.main-slider-box form input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 0;
    padding: 0 20px
}

.main-slider-box form input[type=submit] {
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0
}

.main-slider-box form input[type=submit]:hover {
    background: #cf3827;
    color: #fff
}

.main-slider-box form .field-left {
    padding-right: 1px
}

.main-slider-box form .field-text {
    width: 722px;
    float: left;
    padding: 30px 0 30px 30px;
    background-color: rgba(242, 152, 45, .8)
}

.main-slider-box form .field-submit {
    width: 137px;
    float: right;
    padding: 30px 30px 30px 0;
    background-color: rgba(242, 152, 45, .8)
}

.main-slider-box h2 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.main-slider-box p {
    font-size: 18px;
    color: #fff
}

.main-slider .owl-nav {
    margin-top: 0
}

.main-slider .owl-dots {
    position: absolute;
    bottom: 56px;
    left: 0;
    right: 0
}

.main-slider .owl-dots .owl-dot.active span {
    height: 15px;
    background-color: #fff;
    transition: all .3s ease-in-out
}

.main-slider .owl-dots .owl-dot span {
    width: 2px;
    height: 8px;
    margin: 0 4px;
    background-color: #fff;
    transition: all .3s ease-in-out
}

.home5 .list-features .f-item {
    padding-left: 0
}

.home5 .list-features .f-item:before {
    content: "";
    display: none
}

.home5 .list-features {
    padding: 120px 0
}

.popular-course.layout3 .popular-main .popular-item .popular-box .popular-box-wrap {
    margin: 0 !important
}

.popular-course.layout3 .popular-main .popular-item .popular-box {
    padding-top: 20px;
    margin: 0 !important
}

.popular-course.layout3 .popular-item:hover {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1)
}

.popular-course.layout3 .popular-main .popular-item:nth-child(2n) .popular-box .popular-avatar,
.popular-course.layout3 .popular-main .popular-item:nth-child(2n-1) .popular-box .popular-avatar {
    bottom: 0
}

.popular-course.layout3 .popular-main .popular-item .popular-info h3 {
    line-height: 1.5
}

.home5 .countdown .title2,
.home5 .our-faculaties .title2,
.home5 .upcoming .title2,
.popular-course.layout3 .title2 {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 80px
}

.home5 .our-faculaties .title2 {
    width: 405px;
    margin-bottom: 60px
}

.home5 .countdown .title2 {
    width: 455px
}

.home5 .upcoming .title2 {
    width: 410px
}

.home5 .countdown .title2 h2,
.home5 .our-faculaties .title2 h2,
.home5 .upcoming .title2 h2,
.popular-course.layout3 .title2 h2 {
    font-size: 50px;
    text-transform: uppercase;
    color: #eee
}

.home5 .our-faculaties .title2 h2 {
    text-align: left
}

.home5 .upcoming .title2 h2 {
    text-align: right
}

.home5 .countdown .title2 h2:after,
.home5 .our-faculaties .title2 h2:after,
.home5 .upcoming .title2 h2:after,
.popular-course.layout3 .title2 h2:after {
    left: 50%;
    transform: translateX(-50%)
}

.home5 .countdown .title2 span,
.home5 .our-faculaties .title2 span,
.home5 .upcoming .title2 span,
.popular-course.layout3 .title2 span {
    font-size: 18px;
    opacity: 1;
    position: absolute;
    font-size: 18px;
    top: 14px;
    left: -20px;
    font-weight: 700;
    text-transform: uppercase
}

.home5 .our-faculaties .title2 span {
    font-size: 24px;
    top: 10px
}

.home5 .countdown .title2 span,
.home5 .our-faculaties .title2 span {
    left: auto;
    right: 0
}

.register-course:after {
    content: "";
    display: block;
    clear: both
}

.register-course .rc-left {
    float: left;
    width: 50%;
    background-color: #184b71;
    height: 600px
}

.rc-left .rc-item {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.rc-right .rc-item {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.rc-left .rc-item p {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.rc-left .rc-item p span {
    color: #f2982d
}

.rc-left .rc-item img {
    margin-bottom: 50px
}

.rc-left .rc-item h2 {
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px
}

.rc-left .rc-item .rc-time p {
    font-size: 30px;
    display: inline-block
}

.rc-left .rc-item .rc-time p span {
    font-size: 14px;
    color: #40759d;
    display: block
}

.rc-left .rc-item .rc-time span.dot {
    vertical-align: top;
    color: #fff;
    font-size: 30px;
    margin: 0 19px 0 25px
}

.register-course .rc-right {
    float: right;
    width: 50%;
    background-color: #1d5279;
    height: 600px
}

.rc-right form {
    max-width: 580px;
    margin: 0 auto
}

.rc-right form .field {
    position: relative;
    margin-bottom: 30px
}

.rc-right form .field input[type=submit] {
    background-color: #fff;
    border: 0;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer
}

.rc-right form .field input[type=submit]:hover {
    color: #fff;
    background-color: #cf3827
}

.rc-right form .field i {
    position: absolute;
    bottom: 16px;
    right: 20px;
    width: 16px;
    text-align: center;
    color: #fff;
    opacity: .2
}

.rc-right form .field i.fa-mobile {
    font-size: 20px;
    bottom: 13px
}

.rc-right form input::placeholder {
    display: none;
    font-size: 0;
    transition: all .3s ease-in-out
}

.rc-right form input:focus {
    border: 1px solid #fff
}

.rc-right form input:focus::placeholder {
    color: #fff;
    font-size: 14px;
    transition: all .3s ease-in-out
}

.rc-right form input {
    width: 100%;
    height: 45px;
    background: 0 0;
    border: 1px solid #3f6c8d
}

.rc-right form label {
    color: #fff;
    margin-bottom: 18px
}

.home5 .countdown-content {
    background-color: #fff;
    margin-top: 30px
}

.home5 .countdown {
    padding-top: 110px
}

.home5 .countdown-content .countdown-item {
    background-color: #f7f7f7
}

.home5 .countdown-content .row {
    margin: 0 -1px
}

.home5 .countdown-content .col-lg-3 {
    padding: 0 1px
}

.home5 .countdown-item:hover .cd-name {
    opacity: 0;
    transition: all .3s ease-in-out
}

.home5 .countdown-item:hover .cd-number {
    margin-bottom: 50px
}

.home5 .countdown-bot-desc {
    max-width: 600px;
    margin: 140px auto 0;
    text-align: center
}

.home5 .people-main {
    margin-top: 0
}

.home5 .people-say .section-color {
    margin-top: 120px
}

.home5 .people-main .people-controls li.active {
    background-color: #fff;
    border: 2px solid #184b71
}

.home5 .people-main .people-controls li {
    border: 2px solid rgba(24, 75, 113, 0)
}

.home5 .upcoming-item:after {
    content: "";
    display: block;
    clear: both
}

.home5 .upcoming-item img {
    float: left
}

.home5 .upcoming-item .upcoming-box {
    position: static;
    transform: none;
    padding: 0;
    text-align: left;
    margin-left: 645px;
    max-width: 100%
}

.home5 .upcoming-item .upcoming-box .upcoming-desc {
    height: 84px;
    overflow: hidden;
    margin-bottom: 36px
}

.home5 .upcoming-item .upcoming-box h3 {
    clear: none
}

.home5 .upcoming-item .upcoming-box h3 a {
    line-height: 24px
}

.home5 .upcoming-item:nth-child(2n) .upcoming-box .blog-number,
.home5 .upcoming-item:nth-child(2n-1) .upcoming-box .blog-number {
    left: -50px;
    top: 0
}

.home5 .upcoming-item:nth-child(2n-1) .upcoming-box .blog-number span {
    left: auto;
    right: 50px
}

.home5 .upcoming {
    padding-bottom: 120px
}

.home5 .blog:after,
.home6 .blog:after {
    content: "";
    display: block;
    clear: both
}

.home5 .blog,
.home6 .blog {
    padding: 0;
    background: initial
}

.home5 .blog .blog-left,
.home6 .blog .blog-left {
    width: 50%;
    float: left;
    background-color: #1d5279;
    height: 700px
}

.home5 .blog-slider {
    max-width: 555px;
    margin: 0 auto
}

.home5 .blog-slider .owl-nav {
    position: static
}

.home5 .blog-slider .owl-nav .owl-next {
    position: absolute;
    top: 130px;
    right: -130px
}

.home5 .blog-slider .owl-nav .owl-prev {
    position: absolute;
    top: 130px;
    left: -130px
}

.home5 .blog-left .blog-content,
.home5 .blog-right .blog-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.home5 .blog-left .blog-content h2 {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 55px
}

.home5 .blog-slider .owl-dots .owl-dot.active span {
    width: 30px
}

.home5 .blog-slider .owl-dots .owl-dot span {
    width: 15px
}

.home.home5 .blog-right,
.home.home6 .blog-right {
    background-color: #184b71;
    float: right;
    width: 50%;
    height: 700px
}

.home.home5 .blog-right .blog-content,
.home.home6 .blog-right .blog-content {
    text-align: center;
    position: relative
}

.home.home6 .blog-right .blog-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.home.home5 .blog-right .blog-logo,
.home.home6 .blog-right .blog-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(images/assets/logo-blog-bg.html);
    height: 290px;
    width: 253px
}

.home.home5 .blog-right .blog-logo .blog-logo-icon,
.home.home6 .blog-right .blog-logo .blog-logo-icon {
    color: #fff;
    width: 50px;
    height: 57px;
    background-image: url(images/assets/logo-bg-03.html);
    margin: 0 auto;
    line-height: 53px;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 60px
}

.home.home5 .blog-right .blog-logo h3,
.home.home6 .blog-right .blog-logo h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 8px
}

.home.home5 .blog-right .blog-logo p,
.home.home6 .blog-right .blog-logo p {
    color: #fff
}

.home.home5 .blog-right h2,
.home.home6 .blog-right h2 {
    font-size: 100px;
    color: #205378;
    text-transform: uppercase
}

.home5 .faculaties-slider,
.home6 .faculaties-slider {
    width: auto;
    margin: 0
}

.home5 .faculaties-slider .owl-stage-outer::after,
.home5 .faculaties-slider .owl-stage-outer::before,
.home6 .faculaties-slider .owl-stage-outer::after,
.home6 .faculaties-slider .owl-stage-outer::before {
    content: "";
    display: none
}

.home5 .faculaties-slider .owl-dots .owl-dot.active span,
.home5 .faculaties-slider .owl-dots .owl-dot:hover span,
.home6 .faculaties-slider .owl-dots .owl-dot.active span,
.home6 .faculaties-slider .owl-dots .owl-dot:hover span {
    background-color: #cf3827;
    border: 1px solid #cf3827;
    color: #fff
}

.home5 .faculaties-slider .owl-dots,
.home6 .faculaties-slider .owl-dots {
    text-align: center
}

.home5 .faculaties-slider .owl-dot,
.home6 .faculaties-slider .owl-dot {
    display: inline-block
}

.home5 .faculaties-slider .owl-dot span,
.home5 .faculaties-slider .owl-dot.active span,
.home6 .faculaties-slider .owl-dot span,
.home6 .faculaties-slider .owl-dot.active span {
    background: initial;
    height: 45px;
    width: 45px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    padding: 0;
    margin: 0 8px;
    line-height: 43px;
    font-weight: 700;
    display: block;
    text-align: center
}

.home5 .faculaties-slider .owl-nav,
.home6 .faculaties-slider .owl-nav {
    margin-top: 30px
}

.home5 .faculaties-slider .owl-nav .owl-next,
.home5 .faculaties-slider .owl-nav .owl-prev,
.home6 .faculaties-slider .owl-nav .owl-next,
.home6 .faculaties-slider .owl-nav .owl-prev {
    border-radius: 0;
    border: 1px solid #d9d9d9;
    background: #fff;
    line-height: 48px;
    margin: 0 10px
}

.contact-bot {
    background-color: #f7f7f7
}

.cb-content:after {
    content: "";
    display: block;
    clear: both
}

.cb-content .cb-item {
    width: 33.33%;
    float: left;
    padding: 50px
}

.cb-content .cb-item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 37px -13px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 37px -13px rgba(0, 0, 0, .75);
    box-shadow: 0 0 37px -13px rgba(0, 0, 0, .75);
    transition: all .3s ease-in-out
}

.cb-content .cb-item:hover i {
    color: #cf3827;
    opacity: 1
}

.cb-content .cb-item:hover .cb-info p {
    opacity: 1
}

.cb-content .cb-item i {
    color: #000;
    font-size: 50px;
    float: left;
    opacity: .2;
    text-align: right;
    width: 50px
}

.cb-content .cb-item .cb-info {
    margin-left: 80px
}

.cb-content .cb-item .cb-info p {
    opacity: .2
}

.cb-content .cb-item .cb-info p:first-child {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px
}

.cb-content .cb-item .cb-info p:last-child {
    font-weight: 700
}

.home5 .footer-top,
.page-blog .footer-top {
    background-color: #fff;
    position: relative;
    padding: 100px 0 70px
}

.home5 .footer-top a,
.home5 .footer-top h3,
.home5 .footer-top p,
.home5 .footer-top span,
.page-blog .footer-top a,
.page-blog .footer-top h3,
.page-blog .footer-top p,
.page-blog .footer-top span {
    color: #000
}

.home5 .footer-top a:hover {
    color: #cf3827
}

.home5 .copyright,
.page-blog .copyright {
    border-top: 1px solid #eaeaea;
    text-align: center;
    padding: 45px 0
}

.home6 .slider-main-title h1 {
    text-transform: uppercase;
    font-size: 70px
}

.home6 .slider-main-item .slider-main-title span {
    margin-bottom: 10px
}

.home6 .slider-main .owl-nav {
    margin-top: 0
}

.home6 .slider-main-item .slider-main-title p {
    position: relative;
    padding-bottom: 0;
    font-size: 18px
}

.home6 .slider-main-title p:before {
    content: "";
    height: 1px;
    width: 82px;
    position: absolute;
    bottom: 6px;
    display: block;
    background-color: #f2982d;
    left: 0
}

.home6 .slider-main-title p:after {
    content: "";
    height: 1px;
    width: 82px;
    position: absolute;
    bottom: 6px;
    display: block;
    background-color: #f2982d;
    right: 0
}

.home6 .slider-main-title .btn-slider {
    height: 45px;
    border: 1px solid #fff;
    line-height: 43px;
    display: inline-block;
    padding: 0 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-top: 25px
}

.home6 .rc-left .rc-item .all-video:hover,
.home6 .slider-main-title .btn-slider:hover {
    background-color: #cf3827;
    border-color: #cf3827
}

.home6 .our-features .item-two .box-search form input[type=submit]:hover {
    background-color: #cf3827;
    color: #fff
}

.home6 .our-features .item-one {
    background-color: #388be0;
    padding: 55px 40px 55px;
    color: #fff
}

.home6 .our-features .item h3 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 32px
}

.home6 .our-features .item-one .item-desc {
    margin-bottom: 36px
}

.home6 .our-features .item-one .signature {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .25)
}

.home6 .our-features {
    position: relative;
    z-index: 9;
    margin-top: -100px;
    margin-bottom: 100px
}

.home6 .our-features .item-two {
    background-color: #f2982d;
    margin-top: -115px
}

.home6 .our-features .item-two p.title {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 47px 57px 30px;
    position: relative;
    font-weight: 700;
    margin-bottom: 0
}

.home6 .our-features .item-two .box-search {
    padding: 88px 40px 62px
}

.home6 .our-features .item-two .box-search form {
    text-align: center
}

.home6 .our-features .item-two .box-search form .field {
    margin-bottom: 30px
}

.home6 .our-features .item-two .box-search form input {
    width: 100%;
    border: 0;
    height: 45px;
    background-color: #faae53;
    color: #fff
}

.home6 .our-features .item-two .box-search form input::placeholder {
    color: #fff;
    opacity: 1
}

.home6 .our-features .item-two .box-search form input:-ms-input-placeholder {
    color: #fff
}

.home6 .our-features .item-two .box-search form input::-ms-input-placeholder {
    color: #fff
}

.home6 .our-features .item-two .box-search form input[type=submit] {
    width: auto;
    background-color: #fff;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 27px;
    margin: 0 auto;
    cursor: pointer
}

.home6 .our-features .item-two p.title:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -37px;
    border-left: 185px solid transparent;
    border-right: 185px solid transparent;
    border-top: 37px solid #000
}

.home6 .our-features .item-three {
    background-color: #61b235;
    padding: 55px 40px 40px
}

.home6 .our-features .item-three li:first-child {
    padding-top: 0
}

.home6 .our-features .item-three li {
    list-style: none;
    padding: 30px 0;
    border-bottom: 1px solid #89c568
}

.home6 .our-features .item-three li:last-child {
    border-bottom: 0
}

.home6 .our-features .item-three li:after {
    content: "";
    display: block;
    clear: both
}

.home6 .our-features .item-three li .date {
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    font-weight: 700;
    color: #fff
}

.home6 .our-features .item-three li .info {
    margin-left: 70px
}

.home6 .our-features .item-three li .info h4 {
    clear: none;
    text-transform: uppercase;
    margin-bottom: 6px
}

.home6 .our-features .item-three li .info .time,
.home6 .our-features .item-three li .info h4 a {
    color: #fff
}

.home6 .our-features .item-three li .info h4 a:hover {
    text-decoration: underline
}

.home6 .our-features .item-three .all {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-decoration: underline
}

.home6 .our-features .item-three .all:hover {
    opacity: .8
}

.home6 .popular-slider .owl-nav .owl-next,
.home6 .popular-slider .owl-nav .owl-prev {
    padding: 0
}

.home6 .popular-slider .owl-dots .owl-dot span {
    margin: 0
}

.home6 .rc-left .rc-item h2 {
    margin-bottom: 0
}

.home6 .rc-left .rc-item p {
    font-size: 18px;
    text-transform: none;
    font-weight: 400
}

.home6 .rc-left .rc-item .all-video {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 0 33px;
    margin-top: 47px
}

.home6 .rc-right .rc-item ul:after {
    content: "";
    display: block;
    clear: both
}

.home6 .popular-course {
    padding-bottom: 95px
}

.home6 .blog-left li,
.home6 .rc-right .rc-item li {
    list-style: none;
    width: 33.33%;
    float: left;
    position: relative;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.home6 .blog-left ul:after {
    content: "";
    display: block;
    clear: both
}

.home6 .blog-left li {
    height: 700px
}

.home6 .blog-left li a,
.home6 .rc-right .rc-item li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99
}

.home6 .blog-left li:before,
.home6 .rc-right .rc-item li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(29, 82, 121, .9);
    transition: all .3s ease-in-out
}

.home6 .blog-left li:hover:before,
.home6 .rc-right .rc-item li:hover:before {
    background-color: rgba(29, 82, 121, .5);
    transition: all .3s ease-in-out
}

.home6 .blog-left li:hover p,
.home6 .rc-right .rc-item li:hover p {
    display: none
}

.home6 .blog-left li:hover .video-control .icon-play,
.home6 .rc-right .rc-item li:hover .video-control .icon-play {
    display: block
}

.home6 .blog-left li .video-control,
.home6 .rc-right .rc-item li .video-control {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.home6 .blog-left li .video-control p,
.home6 .rc-right .rc-item li .video-control p {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    text-align: center
}

.home6 .blog-left li .video-control p {
    font-size: 50px;
    text-transform: uppercase;
    position: relative
}

.home6 .blog-left li .video-control p span {
    font-size: 24px;
    height: 42px;
    width: 42px;
    background-color: #f2982d;
    border-radius: 50%;
    display: block;
    line-height: 42px;
    position: absolute;
    top: 0;
    right: -21px
}

.home6 .blog-left li .video-control .icon-play i {
    font-size: 48px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block
}

.home6 .blog-left li .video-control .icon-play,
.home6 .rc-right .rc-item li .video-control .icon-play {
    display: none
}

.event-grid .upcoming-item,
.home6 .upcoming-item {
    padding-left: 50px;
    position: relative
}

.home6 .upcoming-item .upcoming-thumb img:hover {
    filter: blur(1px);
    transition: all .3s
}

.event-grid .upcoming-item .upcoming-box,
.home6 .upcoming-item .upcoming-box {
    position: static;
    transform: none;
    padding: 25px 0 0 0;
    text-align: left
}

.home6 .upcoming-item .upcoming-box h3 a {
    line-height: 24px;
    font-size: 17px
}

.event-grid .upcoming-item .upcoming-box a.blog-number,
.home6 .upcoming-item .upcoming-box a.blog-number {
    left: 0;
    top: 0
}

.event-grid .ft-box .ft-more .f-read,
.home6 .ft-box .ft-more {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #000;
    height: auto;
    line-height: normal;
    padding-bottom: 8px
}

.event-grid .upcoming-item .upcoming-box .upcoming-time,
.home6 .upcoming-item .upcoming-box .upcoming-time {
    margin-bottom: 15px
}

.event-grid .upcoming-item p.shape,
.home6 .upcoming-item p.shape {
    background-image: url(images/assets/bg-featured.html);
    width: 28px;
    height: 102px;
    position: absolute;
    top: 0;
    right: 20px
}

.event-grid .upcoming-item p.shape span,
.home6 .upcoming-item p.shape span {
    margin-top: 20px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

.home6 .upcoming-content .owl-stage-outer {
    margin-bottom: 80px
}

.upcoming-content .owl-nav {
    margin-top: 0;
    text-align: center
}

.upcoming-content .owl-nav .owl-next,
.upcoming-content .owl-nav .owl-prev {
    border-radius: 0;
    background-color: initial;
    border: 1px solid #d9d9d9;
    height: 45px;
    line-height: 43px;
    padding: 0;
    margin: 0 89px;
    width: 45px;
    font-size: 20px;
    text-align: center;
    display: inline-block
}

.home6 .upcoming {
    position: relative
}

.home6 .all-events {
    border-radius: 0;
    background-color: initial;
    border: 1px solid #d9d9d9;
    height: 45px;
    line-height: 43px
}

.home6 .education-system {
    padding: 100px 0 25px 0
}

.home6 .education-system ul:after {
    content: "";
    display: block;
    clear: both
}

.home6 .education-system li {
    list-style: none;
    width: 20%;
    float: left;
    height: 234px;
    position: relative
}

.home6 .education-system li:after {
    content: "";
    height: 5px;
    width: 0;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: all .3s ease-in-out
}

.home6 .education-system li:hover:after {
    transition: all .3s ease-in-out;
    width: 100%
}

.home6 .education-system li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 99
}

.home6 .education-system li .es-item {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center
}

.home6 .education-system li .es-item h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 40px
}

.home6 .education-system li:nth-child(1) {
    background-color: #388be0
}

.home6 .education-system li:nth-child(1):after {
    background-color: #2975c3
}

.home6 .education-system li:nth-child(2) {
    background-color: #61b235
}

.home6 .education-system li:nth-child(2):after {
    background-color: #4d9b23
}

.home6 .education-system li:nth-child(3) {
    background-color: #f2982d
}

.home6 .education-system li:nth-child(3):after {
    background-color: #c97d23
}

.home6 .education-system li:nth-child(4) {
    background-color: #44c7d6
}

.home6 .education-system li:nth-child(4):after {
    background-color: #2ca7b6
}

.home6 .education-system li:nth-child(5) {
    background-color: #c962e3
}

.home6 .education-system li:nth-child(5):after {
    background-color: #9d30b9
}

.home6 .our-faculaties .title2 h2 {
    text-transform: uppercase;
    font-size: 18px
}

.home6 .footer-top {
    background: initial;
    background-image: url(images/home6-footer-bg.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 175px 0 55px 0
}

.home6 .footer-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6)
}

.home6 .col-lg-3:nth-child(3) .ft-item span,
.home6 .ft-item li i {
    color: #cf3827
}

.home6 .col-lg-3:nth-child(1) .ft-item ul {
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.home6 .col-lg-3:nth-child(3) .ft-item .ft-latest {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.home6 .col-lg-3:nth-child(3) .ft-item .ft-latest:last-child {
    border-bottom: 0
}

.home6 .footer-top .copyright {
    text-align: center;
    color: #fff;
    margin-top: 50px;
    position: relative
}

.home6 .footer-top .copyright a {
    color: #fff
}

.home6 .footer-top .copyright a:hover,
.home6 .ft-item a:hover {
    color: #cf3827
}

.home6 .contact-bot .cb-box {
    padding: 0 15px;
    width: 33.33%;
    float: left
}

.home6 .contact-bot {
    background: 0 0;
    margin-bottom: -75px;
    position: relative;
    z-index: 9
}

.home6 .contact-bot .cb-content {
    margin: 0 -15px
}

.home6 .contact-bot .cb-box:nth-child(1) .cb-item {
    background-color: #388be0
}

.home6 .contact-bot .cb-box:nth-child(2) .cb-item {
    background-color: #f2982d
}

.home6 .contact-bot .cb-box:nth-child(3) .cb-item {
    background-color: #61b235
}

.home6 .contact-bot .cb-box .cb-item {
    width: auto;
    float: none
}

.home6 .contact-bot .cb-box .cb-item i,
.home6 .contact-bot .cb-box .cb-item p {
    color: #fff;
    opacity: 1
}

.course-list .site-main .site-top {
    height: auto;
    line-height: normal;
    background: initial
}

.page .page-content {
    padding: 100px 0
}

.page .page-title {
    text-align: center;
    margin-bottom: 60px
}

.page .page-title h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.filter-post {
    text-align: center;
    margin-bottom: 60px
}

.filter-post .nav {
    display: block
}

.filter-post .nav-tabs {
    border-bottom: none
}

.filter-post a {
    border: 0;
    background-color: transparent;
    outline: 0;
    outline-offset: none;
    padding: 0;
    margin-right: 55px;
    position: relative;
    padding-bottom: 5px;
    font-weight: 700;
    color: #b9b9b9;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block
}

.filter-post a.active,
.filter-post a:hover {
    color: #000
}

.filter-post a.active:after,
.filter-post a:hover:after {
    width: 100%;
    transition: all .3s ease-in-out
}

.filter-post a:after {
    transition: all .3s ease-in-out;
    content: "";
    height: 3px;
    width: 0;
    background-color: #f2982d;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.filter-post a:last-child {
    margin-right: 0
}

.page-navigation {
    text-align: center
}

.page-navigation .page-numbers {
    height: 45px;
    width: 45px;
    display: inline-block;
    border: 1px solid #d9d9d9;
    text-align: center;
    line-height: 43px;
    margin-right: 15px;
    font-weight: 700
}

.page-navigation .page-numbers.current,
.page-navigation .page-numbers:hover {
    background-color: #cf3827;
    border-color: #cf3827;
    color: #fff
}

.page-navigation .page-numbers:last-child {
    margin-right: 0
}

.course-grid .popular-main .popular-item .popular-thumb {
    width: 100%;
    float: none
}

.course-grid .popular-main .popular-item .popular-info {
    padding: 30px;
    height: auto
}

.course-grid .popular-main .popular-item .popular-info h3 {
    font-size: 16px
}

.course-grid .popular-author img {
    float: left;
    height: 70px;
    width: 70px;
    border-radius: 50%
}

.course-grid .popular-author .popular-author-info {
    margin-left: 90px
}

.course-grid .popular-author .popular-author-info h4 {
    clear: none;
    margin-bottom: 8px;
    padding-top: 9px
}

.course-grid .popular-main .popular-item {
    height: auto
}

.course-details .site-main .site-top,
.faq .site-main .site-top,
.page-about .site-main .site-top,
.page-contact .site-main .site-top,
.page-shop .site-main .site-top {
    position: relative;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.course-details .site-main .site-top:before,
.faq .site-main .site-top:before,
.page-about .site-main .site-top:before,
.page-contact .site-main .site-top:before,
.page-shop .site-main .site-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6)
}

.course-details .site-main .site-top .site-top-text,
.faq .site-main .site-top .site-top-text,
.page-about .site-main .site-top .site-top-text,
.page-contact .site-main .site-top .site-top-text,
.page-shop .site-main .site-top .site-top-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center
}

.site-top-text h2 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 12px
}

.site-top-text li,
.site-top-text li a {
    list-style: none;
    display: inline-block;
    color: #fff
}

.site-top-text li:first-child a {
    font-weight: 700
}

.site-top-text li a:hover {
    color: #cf3827
}

.site-top-text li i {
    margin: 0 12px 0 15px
}

.courses-search ul:after {
    content: "";
    display: block;
    clear: both
}

.courses-search ul {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 60px
}

.courses-search li {
    list-style: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-right: 50px;
    line-height: 105px
}

.courses-search li i {
    margin-right: 15px
}

.course-details .page-content {
    padding: 80px 0 50px 0
}

.course-details .page-content .page-wr {
    max-width: 900px;
    margin: 0 auto
}

.course-details .page-content .page-wr h3 {
    font-size: 30px;
    text-align: center;
    padding: 45px 0 50px
}

.course-details .page-content .page-wr h4,
.course-details .page-content .page-wr p {
    font-size: 16px
}

.course-details .page-content .page-wr p {
    margin-bottom: 40px
}

.course-details .page-content .page-wr h4 {
    margin-bottom: 15px
}

.course-details .page-content .page-wr ul.list {
    margin-top: 20px
}

.course-details .page-content .page-wr #description ul,
.course-details .page-content .page-wr ul.list {
    padding-left: 35px;
    margin-bottom: 30px
}

.course-details .page-content .page-wr #description ul li,
.course-details .page-content .page-wr ul.list li {
    padding-left: 25px;
    margin-bottom: 5px
}

.course-details .course-details-author {
    text-align: center
}

.course-details .course-details-author .author-thumb {
    position: relative;
    display: block
}

.course-details .course-details-author .author-thumb img {
    padding: 0 30px;
    background-color: #fff
}

.course-details .course-details-author .author-thumb:before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #e4e4e4;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: -1
}

.course-details .page-wr .course-details-author h3 {
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px 0 10px
}

.course-details .page-wr .course-details-author p {
    color: #cf3827;
    font-size: 14px
}

.course-details .page-wr .course-details-author ul {
    padding: 0;
    margin-bottom: 0
}

.course-details .page-wr .course-details-author ul li,
.socials li {
    list-style: none;
    display: inline-block;
    padding-left: 0;
    height: 46px;
    width: 46px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    line-height: 46px;
    margin: 0 4px
}

.course-details .page-wr .course-details-author ul li a,
.socials li a {
    display: block
}

.course-details .page-wr .course-details-author ul li:hover,
.socials li:hover {
    border: 1px solid #cf3827
}

.course-details .page-wr .course-details-author ul li:hover i,
.socials li:hover i {
    color: #cf3827
}

.course-details .page-wr .course-details-author ul li i,
.socials li i {
    color: #bfbfbf
}

.course-details-sidebar .site-main .site-top .container {
    height: 400px;
    position: relative
}

.course-details-sidebar .site-main .site-top .site-top-text {
    left: 15px;
    transform: translateY(-50%);
    text-align: left
}

.course-details-sidebar .best-course .courses-search {
    padding: 15px 50px 0 10px
}

.course-details-sidebar .best-course .courses-search:after {
    content: "";
    display: block;
    clear: both
}

.course-details-sidebar .best-course .course-left {
    float: left;
    width: 70%
}

.course-details-sidebar .best-course .course-left .course-left-item {
    display: inline-block;
    padding: 0 40px;
    border-right: 1px solid #f9bb72;
    height: 70px
}

.course-details-sidebar .best-course .course-left .course-left-item:nth-child(3) ul {
    padding: 0
}

.course-details-sidebar .best-course .course-left .course-left-item:nth-child(3) li {
    margin-right: 0;
    line-height: normal
}

.course-details-sidebar .best-course .course-left .course-left-item:nth-child(3) li i {
    margin-right: 0
}

.course-details-sidebar .best-course .course-right {
    float: right;
    width: 30%;
    text-align: right;
    padding-top: 8px
}

.course-details-sidebar .best-course .course-right span {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    vertical-align: -7px;
    margin-right: 50px;
    display: inline-block
}

.course-details-sidebar .best-course .course-right .btn-course {
    font-weight: 700;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    display: inline-block;
    padding: 0 25px
}

.course-details-sidebar .best-course .course-left .course-left-item:nth-child(1) img {
    float: left
}

.course-details-sidebar .best-course .course-left .course-left-item:nth-child(1) .course-left-info {
    margin-left: 90px
}

.course-details-sidebar .best-course .course-left .course-left-item .course-left-info h3 {
    clear: none;
    font-size: 14px;
    margin-bottom: 6px;
    padding-top: 15px;
    color: #fff
}

.course-details-sidebar .best-course .course-left .course-left-item .course-left-info a,
.course-details-sidebar .best-course .course-left .course-left-item .course-left-info h3 a {
    color: #fff
}

.course-details-sidebar .page-content .page-wr h3 {
    padding: 0;
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px
}

.course-details-sidebar .page-content .page-wr .entry-thumb {
    position: relative
}

.course-details-sidebar .page-content .page-wr .entry-thumb ul {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(24, 75, 113, .9);
    margin-bottom: 0;
    padding: 20px 0
}

.course-details-sidebar .page-content .page-wr .entry-thumb ul li i {
    margin-right: 13px
}

.course-details-sidebar .page-content .page-wr .entry-thumb ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-right: 50px
}

.course-details-sidebar .page-content .page-wr .entry-thumb ul {
    padding-left: 60px
}

.entry-tab ul {
    padding: 0 !important;
    margin: 50px 0 60px !important
}

.entry-tab ul:after {
    content: "";
    display: block;
    clear: both
}

.entry-tab li:nth-child(1) a {
    border-bottom: 3px solid #61b235
}

.entry-tab li:nth-child(1).active a {
    background-color: #61b235;
    color: #fff
}

.entry-tab li:nth-child(2) a {
    border-bottom: 3px solid #388be0
}

.entry-tab li:nth-child(2).active a {
    background-color: #388be0;
    color: #fff
}

.entry-tab li:nth-child(3) a {
    border-bottom: 3px solid #cf3827
}

.entry-tab li:nth-child(3).active a {
    background-color: #cf3827;
    color: #fff
}

.entry-tab li:nth-child(4) a {
    border-bottom: 3px solid #f2982d
}

.entry-tab li:nth-child(4).active a {
    background-color: #f2982d;
    color: #fff
}

.entry-tab li:nth-child(4) a {
    margin-right: 0
}

.entry-tab li a {
    display: block;
    margin-right: 1px
}

.entry-tab li {
    list-style: none;
    display: inline-block;
    padding: 0 !important;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    width: 25%;
    float: left;
    text-align: center;
    line-height: 37px
}

.entry-tab-content .tab {
    display: none
}

.entry-tab-content .active {
    display: block
}

.socials {
    padding: 0 30px 0 0 !important;
    display: inline-block;
    margin-bottom: 0 !important;
    background-color: #fff !important
}

.entry-socials {
    position: relative
}

.entry-socials:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #e2e2e2;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: -1
}

.entry-socials .socials li {
    padding-left: 0 !important;
    text-align: center
}

.recent-course {
    padding-top: 77px
}

.recent-course>h3 {
    font-size: 24px;
    position: relative;
    padding-bottom: 13px !important;
    margin-bottom: 45px !important
}

.recent-course>h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background-color: #000;
    display: block
}

.recent-course .popular-main {
    margin-bottom: 40px
}

.recent-course .popular-main .popular-item:after {
    content: none
}

.recent-course .popular-main .popular-item:last-child {
    margin-bottom: 15px
}

.recent-course .popular-main .popular-item .popular-info h3 {
    margin-bottom: 20px
}

.recent-course .popular-main .popular-item p.profile {
    margin-bottom: 0;
    font-size: 14px
}

.widget {
    margin-bottom: 60px
}

.widget:last-child {
    margin-bottom: 20px
}

.widget-title {
    position: relative;
    margin-bottom: 35px
}

.widget-title span {
    background-color: #fff;
    padding-right: 20px;
    text-transform: uppercase
}

.widget-title:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}

.widget-all-courses .widget-content li {
    list-style: none;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

.widget-all-courses .widget-content li:last-child {
    margin-bottom: 0
}

.widget-all-courses .widget-content li:hover i {
    width: auto;
    padding-right: 20px;
    transition: all .3s ease-in-out;
    opacity: 1;
    color: #cf3827
}

.widget-all-courses .widget-content li:hover a {
    color: #cf3827
}

.widget-all-courses .widget-content li i {
    padding-right: 0;
    width: 0;
    opacity: 0;
    transition: all .3s ease-in-out
}

.widget-latest-courses li,
.widget-latest-post li {
    list-style: none;
    margin-bottom: 30px
}

.widget-latest-courses li:last-child,
.widget-latest-post li:last-child {
    margin-bottom: 0
}

.widget-latest-courses li:after,
.widget-latest-post li:after {
    content: "";
    display: block;
    clear: both
}

.widget-latest-courses li img,
.widget-latest-post li img {
    float: left
}

.widget-latest-courses li .latest-courses-info,
.widget-latest-post li .latest-courses-info {
    margin-left: 100px
}

.widget-latest-courses li .latest-courses-info h4,
.widget-latest-post li .latest-courses-info h4 {
    float: left;
    clear: none;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: -6px;
    width: 100%
}

.widget-latest-courses li .latest-courses-info .price {
    color: #cf3827;
    text-transform: uppercase;
    font-weight: 700
}

.widget-latest-courses li .latest-courses-info .price .price-old {
    margin-left: 12px;
    color: #000;
    opacity: .5;
    text-decoration: line-through
}

.widget-latest-courses li .latest-courses-info .price.price-free {
    color: #215174
}

.widget-curriculum {
    background-image: url(images/new-curriculum.html);
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.widget-curriculum:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(56, 139, 224, .85)
}

.widget-curriculum .curriculum-info {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 8px 0 10px
}

.widget-curriculum .curriculum-info h2 {
    font-size: 42px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 2px
}

.widget-curriculum .curriculum-info p {
    text-transform: uppercase;
    font-weight: 700
}

.widget-curriculum .details {
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%)
}

.widget-curriculum .details i {
    margin-left: 8px
}

.widget-latest-post .latest-courses-info .latest-post-time i {
    color: #dd3e3e;
    vertical-align: 1px;
    margin-right: 10px
}

.shop-sidebar .widget-tag ul:after,
.widget-tags .widget-content ul:after {
    content: "";
    display: block;
    clear: both
}

.shop-sidebar .widget-tag li,
.widget-tags .widget-content li {
    list-style: none;
    float: left;
    padding: 8px 15px 9px;
    border: 1px solid #d1d1d1;
    margin-right: 15px;
    margin-bottom: 15px
}

.shop-sidebar .widget-tag li a,
.widget-tags .widget-content li a {
    display: block
}

.shop-sidebar .widget-tag li:hover,
.widget-tags .widget-content li:hover {
    border: 1px solid #cf3827
}

.shop-sidebar .widget-tag li:hover a,
.widget-tags .widget-content li:hover a {
    color: #cf3827
}

.course-details-sidebar .page-wr {
    padding-right: 30px
}

.curriculum-item {
    padding: 25px 40px;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px
}

.curriculum-item.active .curriculum-top {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 22px;
    transition: all .3s ease-in-out
}

.curriculum-item .curriculum-top:after {
    content: "";
    display: block;
    clear: both
}

.curriculum-item .curriculum-top .curriculum-count {
    float: right;
    color: #f2982d
}

.curriculum-item .curriculum-top h3 {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    float: left;
    text-transform: uppercase
}

.curriculum-item .curriculum-top h3:hover a {
    color: #cf3827
}

.curriculum-item .curriculum-top h3 i {
    margin-right: 25px;
    width: 11px
}

.curriculum-item.active .curriculum-top h3 i:before {
    content: "\f107";
    transition: all .3s ease-in-out
}

.curriculum-item .curriculum-content li {
    list-style: none;
    padding: 25px 0;
    border-bottom: 1px solid #e2e2e2
}

.curriculum-item .curriculum-content li i {
    color: #f2982d;
    font-size: 18px;
    width: 5%;
    float: left
}

.curriculum-item .curriculum-content li.active span {
    opacity: 1
}

.curriculum-item .curriculum-content li.active .cur-time,
.curriculum-item .curriculum-content li.active .cur-title {
    opacity: 1
}

.curriculum-item .curriculum-content .login-more span,
.curriculum-item .curriculum-content li span {
    width: 13%;
    display: inline-block;
    opacity: .7;
    float: left
}

.curriculum-item .curriculum-content li:after {
    content: "";
    display: block;
    clear: both
}

.curriculum-item .curriculum-content li .cur-title {
    width: 77%;
    padding-left: 30px;
    font-weight: 700;
    opacity: .5;
    font-size: 16px;
    float: left;
    padding-right: 15px
}

.curriculum-item .curriculum-content li .cur-time {
    float: left;
    opacity: .5;
    font-size: 16px;
    width: 5%;
    text-align: right
}

.curriculum-item .curriculum-content .other-title {
    margin: 30px 0 0 0 !important;
    font-size: 16px !important;
    text-transform: uppercase
}

.curriculum-item .curriculum-content .login-more {
    padding: 25px 32px 0
}

.curriculum-item .curriculum-content .login-more .cur-title {
    display: inline-block;
    margin-left: 30px;
    font-weight: 700;
    color: #a3a3a3;
    font-size: 16px
}

.curriculum-item .curriculum-content .login-more .cur-title a {
    color: #cf3827;
    text-decoration: underline
}

.faculity-tab-content {
    padding: 60px;
    border: 1px solid #e2e2e2
}

.comment-item:after,
.faculity-tab-content .ftab-title:after,
.reviews-content .reviews-average:after {
    content: "";
    display: block;
    clear: both
}

.faculity-tab-content img {
    float: left
}

.faculity-tab-content .ftab-info p.job {
    margin-bottom: 17px;
    color: #cf3827
}

.faculity-tab-content .ftab-info {
    margin-left: 185px
}

.faculity-tab-content .ftab-info h3 {
    clear: none;
    margin-bottom: 5px !important;
    font-size: 18px !important;
    text-transform: uppercase
}

.faculity-tab-content .socials {
    padding-right: 0 !important
}

.faculity-tab-content .socials li {
    text-align: center
}

.socials li:first-child {
    margin-left: 0
}

.reviews-content {
    border: 1px solid #e2e2e2;
    padding: 60px
}

.reviews-content .average-rating {
    width: 30%;
    float: left;
    padding-right: 30px
}

.average-rating h3,
.detailed-rating h3 {
    font-size: 16px !important;
    text-transform: uppercase
}

.reviews-content .average-rating .ar-box {
    border: 1px solid #e2e2e2;
    text-align: center
}

.average-rating .ar-box h2 {
    font-size: 50px;
    margin-bottom: 15px;
    margin-top: 25px
}

.average-rating .ar-box ul {
    margin-bottom: 10px
}

.average-rating .ar-box li,
.comment-title li {
    list-style: none;
    display: inline-block
}

.average-rating .ar-box li i,
.comment-title li i {
    color: #f2982d
}

.reviews-content .detailed-rating {
    width: 70%;
    float: right;
    padding-left: 20px
}

.detailed-rating li {
    list-style: none;
    margin-bottom: 21px
}

.detailed-rating li:last-child {
    margin-bottom: 0
}

.detailed-rating li span {
    display: inline-block
}

.detailed-rating li span.number-star {
    color: #a1a1a1;
    font-weight: 700;
    width: 75px
}

.detailed-rating li span.process {
    width: 250px;
    background-color: #ececec;
    height: 15px;
    vertical-align: -2px;
    margin-right: 30px;
    position: relative
}

.detailed-rating li:nth-child(3) span.process:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 70%;
    background-color: #f2982d
}

.detailed-rating li span.count-star {
    color: #a1a1a1;
    font-weight: 700
}

.reviews-content .reviews-average {
    padding-bottom: 60px
}

.comment-item img {
    width: 90px;
    height: 90px;
    float: left
}

.comment-item .comment-info {
    margin-left: 130px
}

.comment-item .comment-info ul {
    display: inline-block;
    transform: translateY(-12px)
}

.comment-item .comment-info h3 {
    clear: none;
    font-size: 18px !important;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 18px !important
}

.comment-item .comment-info .comment-desc {
    margin-bottom: 14px
}

.comment-item .comment-info .comment-desc p {
    margin-bottom: 0
}

.comment-item .comment-info .comment-name {
    font-weight: 700;
    margin-right: 25px
}

.comment-item .comment-info .job {
    font-size: 13px;
    color: #dd3e3e
}

.comment-item:last-child {
    padding-bottom: 0
}

.comment-item {
    padding: 50px 0;
    border-top: 1px solid #e1e1e1
}

.page-event .courses-search {
    padding: 0 50px
}

.page-event .courses-search:after {
    content: "";
    display: block;
    clear: both
}

.page-event .courses-search .breadcrumbs {
    float: left
}

.page-event .courses-search .breadcrumbs ul {
    max-width: initial;
    width: auto;
    padding: 0;
    margin: 0
}

.page-event .courses-search .breadcrumbs ul li:first-child {
    font-weight: 700
}

.page-event .courses-search .breadcrumbs ul li {
    font-weight: 400;
    margin-right: 0
}

.page-event .courses-search .breadcrumbs ul li i {
    margin: 0 10px 0 15px
}

.page-event .courses-search .breadcrumbs ul li a {
    color: #fff
}

.page-event .courses-search .breadcrumbs ul li a:hover {
    color: #cf3827
}

.page-event .courses-search .icon-calendar {
    float: right;
    line-height: 100px;
    font-size: 50px;
    color: #fff
}

.page-event .page-content {
    padding: 70px 0 100px
}

.page-event .page-content .page-wr {
    position: relative
}

.page-event .page-content .filter-event {
    text-align: left;
    padding-left: 50px
}

.page-event .page-content .icon-filter {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px
}

.page-event .page-content .icon-filter ul {
    margin: 0 !important
}

.page-event .page-content .icon-filter ul li {
    display: inline-block;
    line-height: initial;
    margin-left: 15px
}

.page-event .page-content .icon-filter ul li:first-child {
    margin-left: 0
}

.page-event .page-content .icon-filter ul li a {
    background-color: transparent !important;
    border-bottom: none !important
}

.page-event .page-content .icon-filter ul li a:hover,
.page-event .page-content .icon-filter ul li.active a {
    color: #f2982d
}

.page-event .page-content .upcoming-item:last-child {
    margin-bottom: 80px
}

.page-event .page-content .upcoming-item .upcoming-thumb img:hover {
    filter: blur(1px)
}

.page-event .page-content .upcoming-item .upcoming-box h3 a {
    line-height: 26px
}

.page-event .page-content .event-grid .f-read:hover {
    background-color: initial;
    color: #cf3827;
    border-bottom: 1px solid #cf3827
}

.page-event .page-content .event-grid .f-read {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #000;
    height: auto;
    line-height: normal;
    padding-bottom: 8px
}

.event-detail .time-countdown {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px
}

.event-detail .time-countdown p {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    color: #fff
}

.event-detail .time-countdown p span {
    margin: 0 26px 0 30px
}

.event-detail .best-course .courses-search {
    padding: 0
}

.event-detail .best-course .courses-search ul {
    max-width: initial;
    padding: 0;
    margin: 0
}

.event-detail .best-course .course-left {
    border-right: 1px solid #feb968
}

.event-detail .best-course .courses-search {
    padding-top: 15px
}

.event-detail .best-course .course-left,
.event-detail .best-course .course-right {
    width: 50%;
    padding: 10px 60px
}

.event-detail .best-course .course-right {
    text-align: left
}

.event-detail .best-course .courses-search ul li {
    text-align: left;
    line-height: normal
}

.event-detail .best-course .courses-search ul li:last-child {
    margin-right: 0
}

.event-detail .best-course .courses-search ul li:first-child {
    margin-right: 30px
}

.event-detail .best-course .courses-search ul li h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px
}

.event-detail .best-course .courses-search ul li i {
    font-size: 40px;
    margin-right: 0;
    vertical-align: 6px
}

.event-detail .best-course .courses-search ul li p {
    line-height: normal;
    font-weight: 400
}

.event-detail .page-content .page-wr .event-text-title {
    border-bottom: 1px solid #000;
    margin-top: 50px;
    margin-bottom: 55px
}

.event-detail .page-content .page-wr .event-text-title h3 {
    margin-bottom: 0 !important
}

.event-detail .page-content .page-wr .event-text-content h3 {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    background-color: #000;
    color: #fff;
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 48px
}

.event-detail .page-content .page-wr .event-text-content h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.event-detail .page-content .page-wr .event-text-content .event-text-info ul {
    padding-left: 15px
}

.event-detail .page-content .page-wr .event-text-content .event-text-info ul li {
    padding-left: 25px;
    margin-bottom: 5px
}

.event-detail .faculaties-slider {
    width: auto;
    margin: 0
}

.event-detail .faculaties-slider .owl-stage-outer::after,
.event-detail .faculaties-slider .owl-stage-outer::before {
    content: "";
    display: none
}

.event-detail.course-details-sidebar .page-content .page-wr .faculaties-box h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px
}

.event-detail.course-details .page-content .page-wr p {
    margin-bottom: 0
}

.event-detail.course-details .page-content .page-wr .event-text-info p {
    margin-bottom: 40px
}

.event-detail .faculaties-item .faculaties-box,
.event-detail .faculaties-item .faculaties-box-hover {
    margin: -80px 20px 0
}

.event-detail.course-details .faculaties-box-hover p {
    padding: 30px 20px;
    font-size: 14px
}

.event-detail .faculaties-slider .owl-nav {
    margin-top: 0;
    display: none
}

.event-detail .faculaties-slider .owl-dots {
    position: absolute;
    top: -70px;
    right: 0
}

.event-detail .faculaties-slider .owl-dots .owl-dot {
    display: inline-block
}

.event-detail .faculaties-slider .owl-dots .owl-dot.active span,
.event-detail .faculaties-slider .owl-dots .owl-dot:hover span {
    background: initial;
    border: 1px solid #000
}

.event-detail .faculaties-slider .owl-dots span {
    background-color: initial;
    border: 1px solid #c3c3c3;
    border-radius: 0;
    width: 10px;
    height: 10px;
    margin: 0 0 0 10px;
    display: block
}

.event-detail .faculaties-slider .owl-dot:nth-child(1) span::before,
.event-detail .faculaties-slider .owl-dot:nth-child(10) span::before,
.event-detail .faculaties-slider .owl-dot:nth-child(2) span::before,
.event-detail .faculaties-slider .owl-dot:nth-child(3) span::before,
.event-detail .faculaties-slider .owl-dot:nth-child(4) span::before,
.event-detail .faculaties-slider .owl-dot:nth-child(5) span::before,
.event-detail .faculaties-slider .owl-dot:nth-child(6) span::before,
.event-detail .faculaties-slider .owl-dot:nth-child(7) span::before,
.event-detail .faculaties-slider .owl-dot:nth-child(8) span::before,
.event-detail .faculaties-slider .owl-dot:nth-child(9) span::before {
    content: ""
}

.event-faculaties-slider h3.faculaties-slider-title {
    text-align: left !important;
    font-size: 24px !important;
    position: relative;
    padding-bottom: 13px !important;
    margin-bottom: 55px !important
}

.event-faculaties-slider h3.faculaties-slider-title:before {
    content: "";
    display: block;
    height: 1px;
    width: 50px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0
}

.event-faculaties-slider {
    margin: 60px 0 40px 0
}

.widget-ticket {
    background-color: #388be0;
    padding: 50px 30px;
    position: relative;
    overflow: hidden
}

.widget-ticket .ticket-price {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #55a3f2;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    color: #fff
}

.widget-ticket .ticket-price span {
    position: absolute;
    bottom: 45px;
    left: 40px
}

.widget-ticket .widget-title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 15px
}

.widget-ticket .widget-title:after {
    content: "";
    background-color: #fff;
    z-index: 1;
    transform: initial;
    top: initial;
    bottom: 0
}

.widget-ticket .widget-content li {
    list-style: none;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px
}

.widget-ticket .widget-content a.buy-ticket {
    font-size: 16px;
    text-transform: uppercase;
    background-color: #fff;
    line-height: 50px;
    height: 50px;
    display: block;
    text-align: center;
    font-weight: 700;
    margin-top: 40px
}

.widget-ticket .widget-content li span {
    float: right;
    font-weight: 400;
    text-align: left;
    display: inline-block;
    width: 80px
}

.page-blog .site-main {
    background-color: #f4f4f4
}

.blog-site-top,
.faculity-profile .site-top,
.membership .site-top,
.page-portfolio .site-top {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative
}

.blog-site-top:before,
.faculity-profile .site-main .site-top:before,
.membership .site-main .site-top:before,
.page-portfolio .site-main .site-top:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    position: absolute
}

.blog-site-top .blog-top-title,
.faculity-profile .site-top .site-top-text,
.membership .site-top .site-top-text,
.page-portfolio .site-top .site-top-text {
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute
}

.blog-site-top .blog-top-title {
    width: 90%
}

.blog-site-top .blog-top-title h2,
.faculity-profile .site-top .site-top-text h2,
.membership .site-top .site-top-text h2,
.page-portfolio .site-top .site-top-text h2 {
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.blog-site-top .blog-top-title li,
.faculity-profile .site-top .site-top-text li,
.membership .site-top .site-top-text li,
.page-portfolio .site-top .site-top-text li {
    list-style: none;
    display: inline-block
}

.blog-site-top .blog-top-title li i,
.faculity-profile .site-top .site-top-text li i,
.membership .site-top .site-top-text li i,
.page-portfolio .site-top .site-top-text li i {
    margin: 0 10px 0 15px
}

.blog-site-top .blog-top-title h2,
.blog-site-top .blog-top-title li,
.blog-site-top .blog-top-title li a,
.faculity-profile .site-top .site-top-text h2,
.faculity-profile .site-top .site-top-text li,
.faculity-profile .site-top .site-top-text li i,
.membership .site-top .site-top-text h2,
.membership .site-top .site-top-text li,
.membership .site-top .site-top-text li i,
.page-portfolio .site-top .site-top-text h2,
.page-portfolio .site-top .site-top-text li,
.page-portfolio .site-top .site-top-text li i {
    color: #fff
}

.blog-site-top .blog-top-title li a:hover {
    color: #cf3827
}

.page-blog .entry-main .blog-item .blog-left img:hover {
    filter: blur(1px)
}

.post-bar:after {
    content: "";
    display: block;
    clear: both
}

.post-bar p {
    float: left;
    line-height: 35px
}

.post-bar {
    padding: 17px 60px 18px;
    background-color: #fff;
    margin-top: -35px;
    position: relative;
    margin-bottom: 80px
}

.post-bar .post-meta {
    float: right
}

.post-bar .post-meta span {
    margin-right: 15px
}

.post-bar .post-meta .icon-filter {
    display: inline-block;
    font-size: 16px
}

.post-bar .post-meta .icon-filter ul {
    margin: 0 !important
}

.post-bar .post-meta .icon-filter ul li {
    display: inline-block;
    line-height: initial;
    margin-left: 10px;
    width: auto;
    float: none
}

.post-bar .post-meta .icon-filter ul li a {
    background-color: transparent !important;
    border-bottom: none !important
}

.post-bar .post-meta .icon-filter ul li a:hover,
.post-bar .post-meta .icon-filter ul li.active a {
    color: #f2982d
}

.post-bar .post-meta .field-select {
    display: inline-block;
    margin-right: 15px
}

.page-shop .post-bar .post-meta .field-select {
    margin-right: 0
}

.post-meta .field-select {
    background-color: #ededed
}

.post-meta .field-select select {
    width: 110px;
    height: 35px;
    background-color: #ededed;
    border: none;
    padding: 0 10px;
    position: relative;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.post-meta .field-select::after {
    line-height: 35px;
    background-color: #ededed;
    color: #000
}

.page-blog .blog-item {
    margin-bottom: 80px
}

.page-blog .blog-item:hover {
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .07);
    transition: all .3s ease-in-out
}

.page-blog .blog-item .blog-info h3 {
    font-size: 24px;
    max-height: 70px
}

.page-blog .entry-main .blog-item .blog-right .blog-info {
    padding: 80px 60px
}

.page-blog .entry-main .blog-item .blog-left {
    position: relative
}

.page-blog .entry-main .blog-item .blog-left .category {
    position: absolute;
    top: 30px;
    left: 0;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-color: #f2982d;
    padding: 4px 10px 5px
}

.post-bar.post-bar-bot {
    margin-top: 0
}

.post-bar .post-meta .next-post {
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 700
}

.post-bar .post-meta .next-post i {
    margin-left: 8px
}

.al-content .blog-item .blog-left,
.al-content .blog-item .blog-right,
.page-blog .blog-grid-content .blog-item .blog-left,
.page-blog .blog-grid-content .blog-item .blog-right {
    float: none;
    width: 100%
}

.al-content .blog-item .blog-info,
.page-blog .blog-grid-content .blog-item .blog-right .blog-info {
    padding: 30px 28px 45px
}

.al-content .blog-item .blog-info h3,
.page-blog .blog-grid-content .blog-item .blog-right .blog-info h3 {
    font-size: 18px
}

.al-content .blog-item:hover .blog-left .category,
.page-blog .blog-grid-content .blog-item:hover .blog-left .category {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out
}

.al-content .blog-item .blog-left .category,
.page-blog .blog-grid-content .blog-item .blog-left .category {
    background-color: #cf3827;
    top: 0;
    left: 30px;
    font-size: 24px;
    text-align: center;
    padding: 6px 10px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out
}

.al-content .blog-item .blog-left .category span,
.page-blog .blog-grid-content .blog-item .blog-left .category span {
    display: block;
    font-size: 14px
}

.blog-item:hover .blog-info span.blog-line {
    width: 100px;
    transition: all .3s ease-in-out
}

.blog-item .blog-info span.blog-line {
    width: 50px;
    transition: all .3s ease-in-out
}

.blog-details .post-bar {
    background-color: #dd3e3e;
    text-align: center;
    margin-bottom: 55px
}

.blog-details .post-bar .blog-action p {
    margin: 0 14px
}

.blog-details .post-bar .blog-action p i {
    margin-right: 10px;
    vertical-align: 1px
}

.blog-details .post-bar .blog-action a,
.blog-details .post-bar .blog-action p {
    color: #fff;
    float: none;
    display: inline-block
}

.blog-details .blog-details-content {
    background-color: #fff
}

.blog-details .blog-details-content .blog-wr {
    padding: 0 60px;
    border-bottom: 2px solid #f4f4f4
}

.blog-details-content .blog-wr h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 53px
}

.blog-details-content .blog-wr .blog-detail-info {
    padding: 75px 135px
}

.blog-details-content .blog-wr .blog-detail-info p {
    margin-bottom: 30px;
    font-size: 16px
}

.blog-details-content .blog-wr .blog-detail-info .quote {
    margin-left: 100px;
    border-left: 3px solid #f2982d
}

.blog-details-content .blog-wr .blog-detail-info .quote p {
    padding: 10px 150px 10px 30px;
    opacity: .7;
    font-style: italic
}

.post-detail-meta {
    margin-top: 60px
}

.blog-detail-author:after,
.post-controls:after,
.post-detail-meta:after {
    content: "";
    display: block;
    clear: both
}

.post-detail-meta .post-share p,
.post-detail-meta .post-tag p {
    font-weight: 700;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0 !important
}

.blog-detail-author .bda-left,
.post-controls .controls-left,
.post-detail-meta .post-tag {
    width: 50%;
    float: left;
    line-height: 46px
}

.blog-detail-author .bda-right,
.post-controls .controls-right,
.post-detail-meta .post-share {
    width: 50%;
    float: right;
    padding-left: 30px
}

.post-detail-meta .post-share ul {
    padding: 0 !important
}

.post-detail-meta .post-share ul li {
    text-align: center
}

.post-detail-meta .post-share ul {
    display: inline-block
}

.blog-detail-author .bda-left,
.post-controls .controls-left {
    line-height: normal
}

.blog-detail-author .bda-left img {
    float: left
}

.blog-detail-author .bda-left .bda-info {
    margin-left: 180px
}

.blog-detail-author .bda-left .bda-info h3 {
    clear: none;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.blog-detail-author .bda-left .bda-info p {
    color: #f2982d;
    margin-bottom: 30px
}

.blog-detail-author .bda-left .bda-info ul {
    padding: 0 !important
}

.blog-detail-author .bda-left .bda-info li:first-child {
    margin-left: 0
}

.blog-detail-author .bda-left .bda-info li:last-child {
    margin-right: 0
}

.blog-detail-author .bda-left .bda-info li {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px
}

.blog-detail-author {
    padding: 50px 195px;
    border-bottom: 2px solid #f4f4f4
}

.post-controls .controls-left {
    border-right: 1px solid #e6e6e6;
    position: relative;
    padding: 50px 0
}

.post-controls .controls-left span,
.post-controls .controls-right span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 195px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: .1
}

.post-controls .controls-right {
    position: relative;
    padding: 50px 0 50px 50px
}

.post-controls .controls-right span {
    left: initial;
    right: 195px
}

.post-controls .controls-item h3 {
    margin-bottom: 10px
}

.post-controls .controls-item .blog-action p {
    display: inline-block;
    margin-right: 18px
}

.post-controls .controls-item .blog-action p i {
    color: #bbb;
    margin-right: 10px
}

.post-controls .controls-item .blog-action p:last-child {
    margin-right: 0
}

.post-controls .controls-left .controls-item {
    text-align: right;
    padding-right: 50px
}

.also-like {
    background-color: #184b71;
    padding: 80px 0 20px
}

.also-like h2 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 18px
}

.also-like h2:after,
.gallery-content h2:after,
.key-skill h2:after {
    content: "";
    display: block;
    height: 1px;
    width: 50px;
    background-color: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.blog-details .entry-main {
    padding-bottom: 100px
}

.al-content .blog-item .blog-left {
    position: relative
}

.al-content .blog-item .blog-info {
    margin-left: 0
}

.al-content .blog-item .blog-left .category {
    position: absolute;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.filter-portfolio {
    text-align: center
}

.filter-portfolio .nav {
    display: block;
    border-bottom: none
}

.filter-portfolio a:hover {
    border-color: #fff
}

.filter-portfolio a {
    border: 0;
    background-color: transparent;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 0;
    margin-right: 45px;
    outline: 0;
    outline-offset: none;
    border-bottom: 5px solid #f2982d;
    line-height: 100px;
    cursor: pointer
}

.filter-portfolio a.active {
    border-bottom: 5px solid #fff
}

.filter-portfolio a:last-child {
    margin-right: 0
}

.page-portfolio .gallery-content {
    padding: 100px 0
}

.page-portfolio2 .gallery-content ul {
    margin: 0 -15px
}

.page-portfolio2 .gallery-content li {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px
}

.page-portfolio2 .gallery-content li .gallery-info {
    left: 15px
}

.page-portfolio2 .gallery-content li:nth-child(3n) .gallery-info {
    background-color: rgba(97, 178, 53, .9)
}

.page-portfolio2 .gallery-content li:nth-child(3n-1) .gallery-info {
    background-color: rgba(192, 71, 222, .9)
}

.faculity-profile .courses-search .socials,
.portfolio-details .socials {
    background-color: transparent !important;
    text-align: center;
    max-width: initial;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.best-course .courses-search .socials {
    width: 100%
}

.faculity-profile .courses-search .socials li,
.portfolio-details .socials li {
    border-radius: 0;
    margin: 0 13px 0 0
}

.faculity-profile .courses-search .socials li:hover,
.portfolio-details .socials li:hover {
    background-color: #fff;
    border-color: #fff
}

.faculity-profile .courses-search .socials li:hover i,
.portfolio-details .socials li:hover i {
    color: #000
}

.faculity-profile .courses-search .socials li:last-child,
.portfolio-details .socials li:last-child {
    margin: 0
}

.faculity-profile .courses-search .socials li i,
.portfolio-details .socials li i {
    margin-right: 0;
    color: #fff
}

.portfolio-details-content {
    padding: 100px 0 80px;
    border-bottom: 1px solid #dde4ea
}

.portfolio-details-content:after {
    content: "";
    display: block;
    clear: both
}

.portfolio-details-content img {
    float: left
}

.portfolio-details-content .pd-info {
    margin-left: 645px
}

.portfolio-details-content .pd-info h3 {
    clear: none;
    font-size: 36px;
    margin-bottom: 28px
}

.portfolio-details-content .pd-info .pd-desc {
    margin-bottom: 40px
}

.portfolio-details-content .pd-info .pd-desc p {
    margin-bottom: 30px
}

.portfolio-details-content .pd-info .pd-desc p:last-child {
    margin-bottom: 0
}

.portfolio-details-content .pd-info .pd-meta li {
    list-style: none;
    margin-bottom: 5px
}

.portfolio-details-content .pd-info .pd-meta p {
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    width: 100px
}

.gallery-content h2 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 60px
}

.gallery-content h2:after {
    background-color: #000
}

.gallery-content .portfolio-slider li {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    float: none
}

.portfolio-slider .owl-nav {
    margin-top: 0
}

.portfolio-slider .owl-dots {
    margin-top: 50px;
    text-align: center
}

.portfolio-slider .owl-dots .owl-dot {
    display: inline-block
}

.portfolio-slider .owl-dots .owl-dot span {
    margin: 0 5px
}

.faq .courses-search,
.page-contact .courses-search,
.page-shop .courses-search {
    padding: 0 100px
}

.page-about .courses-search {
    padding: 0 135px
}

.faq .courses-search p,
.page-about .courses-search p,
.page-contact .courses-search p,
.page-shop .courses-search p {
    float: left;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 105px
}

.faq .courses-search .about-btn,
.page-about .courses-search .about-btn,
.page-contact .courses-search .contact-btn,
.page-shop .courses-search .shop-btn {
    float: right;
    padding-top: 30px
}

.faq .courses-search .about-btn a:first-child,
.page-about .courses-search .about-btn a:first-child,
.page-contact .courses-search .contact-btn a:first-child,
.page-shop .courses-search .shop-btn a:first-child {
    margin-left: 0
}

.faq .courses-search .about-btn a,
.page-about .courses-search .about-btn a,
.page-contact .courses-search .contact-btn a,
.page-shop .courses-search .shop-btn a {
    background-color: #fff;
    color: #000;
    margin-left: 17px
}

.btn-noborder:hover,
.page-about .courses-search .about-btn a:hover {
    background-color: #cf3827 !important;
    color: #fff !important
}

.shop-grid .post-bar {
    margin: 0 0 54px 0;
    padding: 0
}

.shop-grid .post-bar .icon-filter a {
    margin-left: 15px
}

.shop-grid .post-bar .icon-filter a.active {
    color: #f2982d
}

.shop-grid {
    padding: 100px 0
}

.shop-list {
    margin: 0 -15px
}

.shop-item .shop-thumb .button:after,
.shop-item .shop-title:after,
.shop-list:after,
.shop-nav:after {
    content: "";
    display: block;
    clear: both
}

.shop-list .shop-item {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 45px
}

.shop-item .shop-thumb {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden
}

.shop-grid .shop-item .shop-thumb img {
    width: 100%
}

.recent-product .shop-item .shop-thumb img {
    height: 200px;
    object-fit: contain;
    background-color: #fff;
    transition: all .3s
}

.recent-product .shop-item .shop-thumb img:hover {
    background-color: #323232;
    transition: all .3s
}

.shop-item .shop-thumb .bookmark {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out
}

.shop-item .shop-thumb:hover .bookmark {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
    transition: all .3s ease-in-out
}

.shop-item .shop-thumb .sale {
    position: absolute;
    top: 20px;
    left: 20px
}

.shop-item .shop-thumb .sale span {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background-color: #f2982d;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff
}

.shop-item .shop-thumb .sale span:last-child {
    background-color: #000;
    margin-left: -20px
}

.shop-item .shop-thumb .bookmark:hover {
    background-color: #cf3827;
    color: #fff
}

.shop-item .shop-thumb:hover .button {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
    transition: all .3s ease-in-out
}

.shop-item .shop-thumb .button {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out
}

.shop-thumb .button a {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}

.shop-thumb .button a.btn-primary {
    background-color: #f2982d
}

.shop-thumb .button a.btn-secondary {
    background-color: #000
}

.shop-thumb .button a.btn-primary:hover,
.shop-thumb .button a.btn-secondary:hover {
    opacity: .8
}

.shop-item .shop-title h3 {
    float: left;
    font-size: 16px;
    margin-bottom: 7px
}

.shop-item .shop-title h3:hover a {
    color: #cf3827
}

.shop-item .shop-title ul {
    float: right
}

.shop-item .shop-title ul li,
.shop-sidebar .widget-latest-product li .lp-info li {
    list-style: none;
    display: inline-block
}

.shop-item .shop-title ul li i:hover,
.shop-sidebar .widget-latest-product li .lp-info li i:hover {
    color: #f2982d
}

.shop-item .shop-title ul li i,
.shop-sidebar .widget-latest-product li .lp-info li i {
    color: #d2d2d2
}

.shop-item:nth-child(2) .shop-title ul li i {
    color: #f2982d
}

.p-details-price .shop-price,
.shop-item .shop-price,
.shop-sidebar .widget-latest-product li .lp-info .shop-price {
    color: #cf3827;
    font-weight: 700;
    display: inline-block;
    margin-right: 17px
}

.p-details-price .shop-price-old,
.shop-item .shop-price-old,
.shop-sidebar .widget-latest-product li .lp-info .shop-price-old {
    display: inline-block;
    font-weight: 700;
    opacity: .5;
    text-decoration: line-through
}

.shop-nav {
    margin-top: 30px
}

.shop-nav .page-navigation {
    float: left
}

.shop-nav p {
    float: right;
    line-height: 45px
}

.shop-grid3 .shop-list .shop-item {
    width: 33.33%
}

.shop-grid3 .shop-item .shop-thumb .button {
    left: 40px;
    right: 40px
}

.shop-grid3.sidebar .shop-item .shop-thumb .button {
    left: 0;
    right: 0
}

.shop-sidebar .widget-search form {
    position: relative
}

.shop-sidebar .widget-search form input {
    height: 50px;
    line-height: 50px;
    border: 1px solid #e0e0e0;
    width: 100%;
    padding: 0 40px 0 20px
}

.shop-sidebar .widget {
    margin-bottom: 40px
}

.shop-sidebar .widget-search form button {
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px
}

.shop-sidebar .widget-categories {
    background-color: #000;
    padding: 40px 30px
}

.shop-sidebar .widget h3 {
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 40px
}

.shop-sidebar .widget-categories h3 {
    color: #fff
}

.shop-sidebar .widget h3:after {
    content: "";
    z-index: 1;
    background-color: #f2982d;
    transform: none;
    bottom: 0;
    top: auto;
    width: 50px;
    height: 3px;
    display: block;
    position: absolute
}

.shop-sidebar .widget-categories li {
    list-style: none;
    margin-bottom: 20px
}

.shop-sidebar .widget-categories li:last-child {
    margin-bottom: 0
}

.shop-sidebar .widget-categories li a {
    color: #fff;
    font-weight: 500;
    display: block
}

.shop-sidebar .widget-categories li a:hover {
    color: #cf3827
}

.shop-sidebar .widget-categories li:hover i {
    color: #fff
}

.shop-sidebar .widget-categories li i {
    float: right;
    color: #676767
}

.shop-sidebar .widget-latest-product,
.shop-sidebar .widget-tag {
    padding: 40px 20px 40px 30px;
    border: 1px solid #e0e0e0
}

.p-details-meta:after,
.p-details-title:after,
.product-details-content:after,
.shop-sidebar .widget-latest-product li:after,
.shop-slider .owl-controls .owl-buttons:after {
    content: "";
    display: block;
    clear: both
}

.shop-sidebar .widget-latest-product li {
    list-style: none;
    margin-bottom: 20px
}

.shop-sidebar .widget-latest-product li:last-child {
    margin-bottom: 0
}

.shop-sidebar .widget-latest-product li img {
    float: left
}

.shop-sidebar .widget-latest-product li .lp-info {
    margin-left: 90px
}

.shop-sidebar .widget-latest-product li .lp-info h4 {
    clear: none;
    margin-bottom: 10px
}

.shop-sidebar .widget-latest-product li .lp-info .lp-price {
    margin-bottom: 5px
}

.p-details-left {
    width: 50%;
    float: left
}

.p-details-right {
    width: 50%;
    float: right;
    padding-left: 80px
}

.shop-slider .owl-pagination {
    margin: 30px -2% 0
}

.shop-slider .owl-page {
    width: 29.33%;
    margin: 0 2%;
    height: 150px;
    display: inline-block;
    background-position: center center !important;
    background-repeat: no-repeat !important
}

.shop-slider .owl-page.active,
.shop-slider .owl-page:hover {
    filter: blur(1px);
    transition: all .3s
}

.shop-slider .owl-controls {
    position: relative
}

.shop-slider .owl-controls .owl-buttons {
    position: absolute;
    top: -110px;
    left: 0;
    right: 0
}

.shop-slider .owl-buttons .owl-next,
.shop-slider .owl-buttons .owl-prev {
    width: 50px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px
}

.shop-slider .owl-buttons .owl-next:hover,
.shop-slider .owl-buttons .owl-prev:hover {
    background-color: #e43c3c;
    color: #fff
}

.shop-slider .owl-buttons .owl-next:hover i,
.shop-slider .owl-buttons .owl-prev:hover i {
    opacity: 1;
    transition: all .3s ease-in-out
}

.shop-slider .owl-buttons .owl-next i,
.shop-slider .owl-buttons .owl-prev i {
    opacity: .5;
    transition: all .3s ease-in-out
}

.shop-slider .owl-buttons .owl-next {
    float: right
}

.shop-slider .owl-buttons .owl-prev {
    float: left
}

.p-details-title {
    margin-bottom: 30px
}

.p-details-title h3 {
    font-size: 36px;
    float: left;
    margin-right: 20px
}

.p-details-title li {
    list-style: none;
    display: inline-block
}

.p-details-title li i {
    color: #f2982d
}

.p-details-price {
    font-size: 24px;
    margin-bottom: 30px
}

.p-details-price .shop-price-old {
    font-size: 18px;
    vertical-align: 3px
}

.p-details-desc {
    margin-bottom: 38px
}

.p-details-meta input {
    width: 55px;
    border: 1px solid #e0e0e0;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-style: normal;
    font-weight: 700;
    color: #000
}

.quantity {
    position: relative
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.quantity input {
    float: left;
    display: block;
    margin: 0
}

.quantity input:focus {
    outline: 0
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px
}

.quantity-button {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.quantity-button.quantity-up {
    position: absolute;
    top: 5px
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: 7px
}

.p-details-meta .add-cart {
    line-height: 40px;
    height: 40px;
    background-color: #f2982d;
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding-right: 27px
}

.p-details-meta .add-cart:hover {
    background-color: #cf3827
}

.p-details-meta .add-cart i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #000;
    margin-right: 27px
}

.p-details-cat,
.p-details-meta {
    margin-bottom: 30px
}

.p-details-cat p {
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block
}

.p-details-right .socials {
    margin-bottom: 57px !important;
    padding: 0 !important
}

.p-details-right .socials li {
    text-align: center;
    border-radius: 0
}

.p-details-right .socials li:hover {
    border-color: #cf3827
}

.p-details-right .socials li:hover i {
    color: #cf3827
}

.p-details-tab .tab-option {
    border-bottom: 1px solid #000;
    padding-bottom: 15px
}

.p-details-tab .tab-option li {
    list-style: none;
    display: inline-block;
    margin-right: 55px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: .5
}

.p-details-tab .tab-option li:hover {
    opacity: 1
}

.p-details-tab .tab-option li.active {
    opacity: 1
}

.p-details-tab .tab-option li:last-child {
    margin-right: 0
}

.p-details-tab .tab-content .tab {
    display: none;
    padding-top: 20px
}

.p-details-tab .tab-content #info {
    margin: 0 -15px
}

.p-details-tab .tab-content #info:after {
    content: "";
    display: block;
    clear: both
}

.p-details-tab .tab-content #info p {
    width: 50%;
    display: inline-block;
    padding: 0 15px;
    float: left;
    margin-bottom: 15px
}

.p-details-tab .tab-content .tab.active {
    display: block
}

.product-details-content {
    padding: 100px 0
}

.recent-product {
    background-color: #262626;
    padding: 70px 0
}

.recent-product .rp-title {
    margin-bottom: 60px
}

.recent-product .rp-title h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 9px;
    display: inline-block
}

.recent-product .rp-title h3:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #f2982d;
    position: absolute;
    left: 0;
    bottom: 0
}

.recent-product .shop-item h3 a {
    color: #fff
}

.recent-product .shop-item .shop-title i {
    color: #585858
}

.recent-product .shop-item .shop-price-old {
    color: #fff
}

.rp-slider {
    position: relative
}

.rp-slider .owl-buttons {
    position: absolute;
    top: -90px;
    right: 20px
}

.rp-slider .owl-buttons .owl-next,
.rp-slider .owl-buttons .owl-prev {
    display: inline-block;
    padding: 0 9px
}

.rp-slider .owl-buttons .owl-next i,
.rp-slider .owl-buttons .owl-prev i {
    color: #fff
}

.rp-slider .owl-buttons .owl-next:hover i,
.rp-slider .owl-buttons .owl-prev:hover i {
    color: #e43c3c
}

.rp-slider .shop-item .shop-thumb .button,
.rp-slider .shop-item .shop-thumb .button:hover {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    display: block
}

.rp-slider .shop-item .shop-thumb .button a {
    width: 40px
}

.rp-slider .shop-item .shop-thumb .button a.btn-secondary {
    float: right;
    background-color: #f2982d
}

.history-product {
    padding: 80px 0 55px
}

.history-product h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    padding-bottom: 19px;
    margin-bottom: 60px
}

.about-story-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto
}

.about-story-content img {
    margin-bottom: 45px
}

.about-story-content h3 {
    font-size: 30px;
    margin-bottom: 35px
}

.about-story-main {
    padding: 80px 0 100px
}

.about-story-desc {
    margin-bottom: 45px
}

.about-story-desc p {
    font-size: 16px
}

.about-team {
    background-color: #184b71
}

.about-team .title {
    text-align: center
}

.about-team .title .title-logo {
    float: none;
    width: 80px;
    height: 63px;
    color: #fff;
    background-image: url(images/assets/logo-bg-04.html);
    margin-bottom: 20px
}

.about-team .title h2 {
    margin-bottom: 10px
}

.about-team .title h2,
.about-team .title p {
    color: #fff
}

.team-item {
    border: 1px solid #184b71;
    border-right: 0
}

.team-item .team-thumb {
    position: relative;
    overflow: hidden
}

.team-item .team-thumb:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out
}

.team-item:hover .team-thumb ul,
.team-item:hover .team-thumb:before {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out
}

.team-item .team-thumb img {
    -webkit-filter: blur(0);
    filter: blur(0);
    transform: scale(1.03);
    transition: all .3s ease-in-out
}

.team-item:hover .team-thumb img {
    -webkit-filter: blur(1px);
    filter: blur(2px);
    transition: all .3s ease-in-out
}

.team-item .team-thumb ul {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out
}

.team-item .team-thumb ul li {
    list-style: none;
    display: inline-block;
    margin-right: 34px
}

.team-item .team-thumb ul li.s-facebook:hover i {
    color: #3b5998
}

.team-item .team-thumb ul li.s-twitter:hover i {
    color: #1da1f2
}

.team-item .team-thumb ul li.s-tumblr:hover i {
    color: #35465c
}

.team-item .team-thumb ul li.s-youtube:hover i {
    color: red
}

.team-item .team-thumb ul li:last-child {
    margin-right: 0
}

.team-item .team-thumb ul li i {
    color: #fff
}

.team-item .team-info {
    background-color: #fff;
    text-align: center;
    padding: 22px 0;
    border-top: 1px solid #184b71
}

.team-item:hover .team-info {
    background-color: #f2982d
}

.team-item .team-info h3 {
    font-size: 14px
}

.team-item:hover .team-info h3 a,
.team-item:hover .team-info p {
    color: #fff;
    transition: all .3s ease-in-out
}

.team-item .team-info p {
    text-transform: uppercase;
    margin-top: 5px
}

.team-slider .owl-nav {
    margin: 80px auto 0;
    text-align: center
}

.about-team .join-team,
.team-slider .owl-nav .owl-next,
.team-slider .owl-nav .owl-prev {
    height: 45px;
    width: 45px;
    line-height: 43px;
    text-align: center;
    border: 1px solid #fff;
    padding: 0;
    margin: 0 103px;
    font-size: 20px;
    color: #fff;
    border-radius: 0;
    display: inline-block
}

.about-team .join-team {
    position: relative;
    z-index: 9
}

.about-team .join-team:hover,
.team-slider .owl-nav .owl-next:hover,
.team-slider .owl-nav .owl-prev:hover {
    border-color: #cf3827;
    background-color: #cf3827;
    color: #fff
}

.page-about .countdown .countdown-item {
    z-index: 9;
    position: relative
}

.about-team {
    position: relative;
    padding: 120px 0 100px
}

.about-team .join-team {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    width: 186px;
    margin: 0;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%)
}

.team-slider .owl-controls .owl-next:hover,
.team-slider .owl-controls .owl-prev:hover {
    color: #fff
}

.about-learn {
    padding: 100px 0
}

.about-learn-item h3 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 65px
}

.about-learn-item .about-learn-desc {
    margin-bottom: 40px
}

.about-learn-item ul {
    padding-left: 30px;
    margin-bottom: 60px
}

.about-learn-item li {
    list-style: none;
    margin-bottom: 28px
}

.about-learn-item li i {
    color: #cf3827;
    margin-right: 20px
}

.about-learn-item .about-learn-more {
    height: 45px;
    line-height: 43px;
    display: inline-block;
    border: 1px solid #000;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 34px
}

.about-learn-item .about-learn-more:hover,
.blog-slider .owl-nav .owl-next:hover,
.blog-slider .owl-nav .owl-prev:hover,
.btn-border:hover,
.home4 .all-events:hover,
.home4 .faculaties-slider .owl-nav .owl-next:hover,
.home4 .faculaties-slider .owl-nav .owl-prev:hover,
.home5 .faculaties-slider .owl-nav .owl-next:hover,
.home5 .faculaties-slider .owl-nav .owl-prev:hover,
.home6 .faculaties-slider .owl-nav .owl-next:hover,
.home6 .faculaties-slider .owl-nav .owl-prev:hover,
.home6 .popular-slider .owl-nav .owl-next:hover,
.home6 .popular-slider .owl-nav .owl-prev:hover {
    border-color: #cf3827 !important;
    background-color: #cf3827 !important;
    color: #fff !important
}

.contact-item h2 {
    position: relative;
    font-size: 24px;
    padding-bottom: 17px;
    margin-bottom: 60px
}

.contact-item ul {
    margin: 0 -15px
}

.contact-item li:after,
.contact-item ul:after {
    content: "";
    display: block;
    clear: both
}

.contact-item li {
    list-style: none;
    width: 50%;
    float: left;
    padding: 0 15px
}

.contact-item li i {
    float: left;
    width: 24px;
    text-align: center;
    opacity: .2;
    font-size: 24px;
    transition: all .3s ease-in-out
}

.contact-item li {
    margin-bottom: 50px
}

.contact-item li:hover i {
    color: #cf3827;
    opacity: 1;
    transition: all .3s ease-in-out
}

.contact-item li .contact-info {
    margin-left: 50px
}

.contact-item li .contact-info h3 {
    clear: none;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.contact-item li .contact-info p {
    opacity: .7
}

.contact-item li .contact-info p span {
    width: 60px;
    display: inline-block
}

.contact-item form .field {
    position: relative;
    margin-bottom: 20px
}

.contact-item form .field i {
    color: #d1d2d6
}

.contact-item form .field input,
.contact-item form .field textarea {
    height: 50px;
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 0 50px 0 20px
}

.contact-item form .field input:focus+i,
.contact-item form .field textarea:focus+i {
    color: #000
}

.contact-item form .field input:focus,
.contact-item form .field textarea:focus {
    border: 1px solid #000
}

.contact-item form .field input[placeholder],
.contact-item form .field textarea[placeholder] {
    font-style: normal;
    color: #000
}

.contact-item form .field textarea {
    height: auto;
    resize: none;
    padding: 10px 50px 10px 20px
}

.contact-item form .field.field-area i {
    top: 20px
}

.contact-item form .field i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 24px;
    text-align: center
}

.contact-item form input[type=submit] {
    height: 50px;
    line-height: 50px;
    border: 0;
    background-color: #cf3827;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 0 30px;
    cursor: pointer
}

.contact-item form input[type=submit]:hover {
    background: #184b71
}

.contact-content {
    padding: 100px 0
}

.pratical-info {
    background-color: #262626;
    padding: 70px 0 100px
}

.pratical-info h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 55px
}

.pratical-info h3:after {
    content: "";
    width: 100%;
    background-color: #f2982d
}

.pratical-info p:last-child {
    margin-bottom: 0
}

.pratical-info p {
    margin-bottom: 30px;
    color: #fff;
    opacity: .3
}

.maps {
    margin-top: 85px
}

.maps #map {
    height: 400px
}

.faculity-slider {
    max-width: 900px;
    margin: 0 auto;
    position: relative
}

.faculity-slider .faculity-item .faculity-box {
    text-align: center;
    border: 1px solid #000;
    max-width: 330px;
    margin: 0 auto 65px;
    padding: 90px 0 80px
}

.faculity-slider .faculity-item img {
    width: auto;
    margin: 0 auto 50px;
    border: 15px solid #f3f3f3;
    border-radius: 50%
}

.faculity-slider .faculity-item h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 8px
}

.faculity-slider .faculity-item .faculity-desc {
    max-width: 830px;
    margin: 0 auto;
    text-align: center
}

.faculity-slider .faculity-item .faculity-desc p {
    color: #000
}

.faculity-slider .faculity-item p {
    color: #cf3827
}

.faculity-slider .owl-nav {
    margin: 0
}

.faculity-slider .owl-nav .owl-next,
.faculity-slider .owl-nav .owl-prev {
    position: absolute;
    top: 175px;
    margin: 0;
    padding: 0
}

.faculity-slider .owl-nav .owl-next i,
.faculity-slider .owl-nav .owl-prev i {
    font-size: 100px;
    opacity: .1
}

.faculity-slider .owl-nav .owl-next {
    right: 135px
}

.faculity-slider .owl-nav .owl-prev {
    left: 135px
}

.faculity-profile .partner-content {
    border-top: 1px solid #eaeaea;
    padding-top: 95px;
    text-align: center
}

.faculity-profile .partner-content .partner-slider {
    border-top: 0
}

.faculity-profile .partner {
    padding-top: 100px
}

.faculity-profile .partner-content h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: 4px solid #000;
    display: inline-block;
    margin: 0 auto;
    padding: 0 15px;
    height: 50px;
    line-height: 42px
}

.key-skill {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0
}

.key-skill:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5)
}

.key-skill h2 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    padding-bottom: 18px;
    margin-bottom: 115px
}

.key-skill ul {
    margin: 0 -30px
}

.key-skill .key-skill-content {
    position: relative
}

.key-skill ul:after {
    content: "";
    display: block;
    clear: both
}

.key-skill li {
    list-style: none;
    width: 50%;
    float: left;
    padding: 0 30px;
    color: #fff;
    margin-bottom: 58px
}

.key-skill li:nth-last-child(1),
.key-skill li:nth-last-child(2) {
    margin-bottom: 0
}

.key-skill li h3 {
    color: #f3f3f3;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 18px
}

.key-skill li .ks-process p {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

.key-skill li.online-marketing .ks-process p {
    width: 80%;
    background-color: #61b235
}

.key-skill li.soft-skills .ks-process p {
    width: 60%;
    background-color: #f2982d
}

.key-skill li.branding .ks-process p {
    width: 70%;
    background-color: #388be0
}

.key-skill li.communication .ks-process p {
    width: 80%;
    background-color: #44c7d6
}

.key-skill li.creativity .ks-process p {
    width: 90%;
    background-color: #cf3827
}

.key-skill li.specialized .ks-process p {
    width: 70%;
    background-color: #c557e1
}

.key-skill li p span {
    position: absolute;
    right: 0;
    top: -48px;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    padding: 0 5px
}

.key-skill li p span:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    position: absolute;
    bottom: -7px;
    right: 0
}

.key-skill li .ks-process {
    height: 10px;
    width: 100%;
    background-color: #fff;
    position: relative;
    border-radius: 0
}

.teaching-courses {
    padding: 100px 0
}

.teaching-courses h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 80px
}

.teaching-courses h2:after {
    left: 50%;
    transform: translateX(-50%)
}

.teaching-courses .teaching-table-top li {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.teaching-courses .teaching-table-top ul:after,
.teaching-table-content li ul:after {
    content: "";
    display: block;
    clear: both
}

.teaching-courses .teaching-table-top li:nth-child(1),
.teaching-table-content li ul li:nth-child(1) {
    width: 10%;
    float: left
}

.teaching-courses .teaching-table-top li:nth-child(2),
.teaching-table-content li ul li:nth-child(2) {
    width: 40%;
    float: left
}

.teaching-courses .teaching-table-top li:nth-child(3),
.teaching-table-content li ul li:nth-child(3) {
    width: 15%;
    float: left
}

.teaching-courses .teaching-table-top li:nth-child(4),
.teaching-table-content li ul li:nth-child(4) {
    width: 25%;
    float: left
}

.teaching-courses .teaching-table-top li:nth-child(5),
.teaching-table-content li ul li:nth-child(5) {
    width: 10%;
    float: left
}

.teaching-courses .teaching-table-top li:nth-child(5) span {
    font-size: 12px;
    vertical-align: 4px;
    margin-left: 5px
}

.teaching-table-content li ul li {
    font-size: 16px
}

.teaching-table-content li ul li:nth-child(1) {
    opacity: .7
}

.teaching-table-content li:hover ul li:nth-child(1),
.teaching-table-content li:hover ul li:nth-child(2) {
    opacity: 1
}

.teaching-table-content li ul li:nth-child(2) {
    font-weight: 700
}

.teaching-table-content li ul li:nth-child(2),
.teaching-table-content li ul li:nth-child(3) {
    opacity: .5
}

.teaching-table-content li ul li:last-child a {
    height: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 35px
}

.teaching-table-content li ul li:last-child a.received {
    background-color: #cf3827
}

.teaching-table-content li ul li:last-child a.received:hover {
    background: #184b71
}

.teaching-table-content li ul li:last-child a.not-yet {
    background-color: #eaeaea;
    color: rgba(0, 0, 0, .5)
}

.teaching-courses .teaching-table-content,
.teaching-courses .teaching-table-top {
    border: 1px solid #e2e2e2;
    padding: 20px 40px
}

.teaching-courses .teaching-table-content {
    border-top: 0;
    padding: 0 40px
}

.teaching-courses .teaching-table-content li ul {
    border-bottom: 1px solid #e2e2e2
}

.teaching-courses .teaching-table-content li:last-child ul {
    border-bottom: 0
}

.teaching-courses .teaching-table-content li ul li {
    line-height: 35px;
    padding: 20px 0
}

.teaching-courses ul li {
    list-style: none
}

.teaching-courses ul li ul li {
    display: inline-block
}

.membership .courses-search p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 18px
}

.membership table {
    width: 100%
}

.membership table thead tr {
    background-color: #000;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.membership table thead tr th {
    padding: 16px 0 17px
}

.membership table tbody tr td,
.membership table tfoot tr td,
.membership table thead tr th {
    border: 1px solid #fff
}

.membership table tbody tr:nth-child(1) {
    border-bottom: 1px solid #fff
}

.membership table tbody tr:nth-child(1) td:nth-child(1) {
    background-image: url(images/set-a-plan.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative
}

.membership table tbody tr:nth-child(1) td:nth-child(2),
.membership table tbody tr:nth-child(1) td:nth-child(2):hover {
    background-color: #72ba4b
}

.membership table tbody tr:nth-child(1) td:nth-child(3),
.membership table tbody tr:nth-child(1) td:nth-child(3):hover {
    background-color: #388be0
}

.membership table tbody tr:nth-child(1) td:nth-child(4),
.membership table tbody tr:nth-child(1) td:nth-child(4):hover {
    background-color: #cf3827
}

.membership table tbody tr:nth-child(1) td img {
    position: absolute;
    top: 95px;
    transform: translateY(-50px);
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto
}

.membership table tbody tr:nth-child(1) td p {
    display: inline-block;
    font-size: 36px;
    color: #fff;
    font-weight: 700
}

.membership table tbody tr td:nth-child(1) {
    padding: 0 10px 0 50px;
    font-weight: 700
}

.membership table tbody tr td i {
    font-size: 14px
}

.membership table tbody tr td.uncheck i {
    color: #a6a6a6
}

.membership table tbody tr:nth-child(2) td:nth-child(1) {
    color: #184b71;
    font-weight: 700;
    text-transform: uppercase
}

.membership table tbody tr:nth-child(2) td {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px
}

.membership table tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px
}

.membership table tbody tr:nth-child(1) td .price-box {
    position: absolute;
    top: 90px;
    transform: translateY(-25px);
    left: 0;
    right: 0;
    text-align: center
}

.membership table tbody tr:nth-child(1) td p.table-price {
    vertical-align: 16px
}

.membership table tbody tr:nth-child(1) td p.table-month {
    font-size: 14px;
    opacity: .7;
    font-weight: 400
}

.membership table tbody tr:last-child td:nth-child(1) {
    padding-bottom: 40px
}

.membership table tbody tr:nth-child(1) td span {
    font-size: 36px;
    opacity: .7;
    color: #fff
}

.membership table tbody tr:nth-child(1) td {
    height: 190px;
    position: relative
}

.membership table tbody tr:nth-child(1) td:nth-child(1) p {
    color: #fff;
    position: absolute;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    top: 95px;
    transform: translateY(-50%);
    left: 50px
}

.membership table tbody tr:nth-child(1) td:nth-child(1):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5)
}

.membership table tbody tr td:nth-child(2):hover,
.membership table tbody tr td:nth-child(3):hover,
.membership table tbody tr td:nth-child(4):hover {
    background-color: #dcdcdc
}

.membership table tbody tr td {
    border-top: 0;
    border-bottom: 0
}

.membership table tbody tr td:nth-child(1),
.membership table tfoot tr td:nth-child(1),
.membership table thead tr th:nth-child(1) {
    width: 40%
}

.membership table tbody tr td:nth-child(2),
.membership table tbody tr td:nth-child(3),
.membership table tbody tr td:nth-child(4),
.membership table tfoot tr td:nth-child(2),
.membership table tfoot tr td:nth-child(3),
.membership table tfoot tr td:nth-child(4),
.membership table thead tr th:nth-child(2),
.membership table thead tr th:nth-child(3),
.membership table thead tr th:nth-child(4) {
    width: 20%;
    text-align: center
}

.membership table tbody,
.membership table tfoot {
    background-color: #eee
}

.membership table tfoot td a {
    display: block;
    background-color: #838383;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 0 17px
}

.membership table tfoot td a:hover {
    background-color: #000
}

.membership-main {
    padding: 100px 0 120px
}

.membership-packages .title2 {
    margin-bottom: 80px
}

.membership-packages .title2 h2 {
    text-align: center
}

.membership-packages .title2 h2:after {
    content: "";
    left: 50%;
    transform: translateX(-50%)
}

.packages-list:after {
    content: "";
    display: block;
    clear: both
}

.packages-item {
    width: 25%;
    float: left;
    background-color: #363636;
    height: 480px;
    position: relative
}

.packages-item .packages-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center
}

.packages-item .packages-box img {
    margin-bottom: 30px;
    height: auto
}

.packages-item .packages-box p {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s ease-in-out
}

.packages-item img {
    height: 480px;
    object-fit: cover
}

.packages-item:hover {
    background-color: #2c2c2c
}

.packages-item:hover .packages-box p {
    letter-spacing: 3px;
    transition: all .3s ease-in-out
}

.packages-item:hover .packages-box h3 {
    letter-spacing: 2px;
    transition: all .3s ease-in-out
}

.packages-item .packages-box a:hover {
    background-color: #f2982d;
    border-color: #f2982d
}

.packages-item .packages-box h3 {
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    transition: all .3s ease-in-out
}

.packages-item .packages-box a {
    height: 45px;
    line-height: 43px;
    border: 1px solid #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 0 25px
}

.packages-content {
    padding-bottom: 100px
}

.packages-content p.packages-desc {
    max-width: 525px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    margin-top: 40px
}

.faq-list {
    margin-bottom: 100px
}

.faq-item .title2 h2 {
    font-size: 24px;
    padding-bottom: 17px;
    margin-bottom: 45px
}

.faq-item li {
    list-style: none;
    border: 1px solid #dedede;
    padding: 15px 28px;
    margin-bottom: 10px
}

.faq-item li:last-child {
    margin-bottom: 0
}

.faq-item li a {
    font-size: 16px;
    position: relative;
    font-weight: 700;
    display: block
}

.faq-item li a:hover {
    color: #cf3827
}

.faq-item li a:after {
    content: "\ea5a";
    font: normal normal normal 10px/1 "Nucleo Mini";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.faq-item li.open a:after {
    content: "\ea5b"
}

.faq-item li .faq-reply {
    padding: 10px 0 10px 30px
}

.faq-box h3 {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 60px
}

.faq-box p {
    margin-bottom: 28px
}

.faq-box p:last-child {
    margin-bottom: 0
}

.faq-main {
    margin: 100px 0
}

.main-404 {
    padding: 75px 0 120px;
    background-color: #f5f5f5
}

.main-404 h2 {
    font-size: 120px;
    margin-bottom: 30px;
    margin-top: 60px
}

.main-404 .desc-404 {
    font-size: 24px;
    font-weight: 700;
    opacity: .7;
    margin-bottom: 35px
}

.main-404 .error-code {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px
}

.main-404 span {
    margin-bottom: 37px;
    display: inline-block
}

.main-404 .menu {
    transition: all .1s
}

.main-404 .menu ul li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 5px;
    position: relative
}

.main-404 .menu ul li:hover {
    padding-left: 20px
}

.main-404 .menu ul li:before {
    content: "\f105";
    position: absolute;
    font-family: fontAwesome;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transform: translateY(-50%);
    display: none
}

.main-404 .menu ul li:hover i {
    transition: all .3s
}

.main-404 .menu ul li:hover a,
.main-404 .menu ul li:hover:before {
    display: block;
    color: #cf3827
}

.choose-desc {
    max-height: 42px;
    overflow: hidden
}

.go-up {
    position: fixed;
    right: 15px;
    bottom: 12px;
    margin-bottom: 0;
    text-align: center;
    z-index: 999
}

.go-up a {
    background: #cf3827;
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.go-up a:hover {
    color: #fff;
    background: #184b71
}

.courses_cat_area {
    background: #fafafa;
    position: relative
}

.text-md-end {
    text-align: right !important
}

.pb-120 {
    padding-bottom: 120px
}

.pt-110 {
    padding-top: 110px
}

.sec_title {
    margin-bottom: 35px
}

.sec_title>h2 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.2
}

.sec_title>p {
    font-size: 16px;
    color: #484848;
    margin-bottom: 0;
    line-height: 29px
}

.thm_btn {
    font-size: 14px;
    padding: 10px 30px;
    text-align: center;
    position: relative;
    color: #fefefe;
    text-transform: uppercase;
    background: #0073ff;
    font-weight: 600;
    display: inline-block;
    border: 2px solid transparent
}

.ct_single {
    background: #fff;
    height: 100%;
    padding: 25px 15px;
    padding-right: 20px;
    border: .5px solid #f7f7f7;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.ct_single h3 {
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: Roboto, sans-serif
}

.ct_single h3 a {
    color: #000;
    font-weight: 600
}

.ct_single p {
    font-size: 16px;
    text-align: justify;
    transform: scale(1, 1);
}

.ser_icon a {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #f6f6f6;
    text-align: center;
    line-height: 50px;
    color: #6f849d
}

.ct_single:hover .ser_icon a {
    background-color: #0073ff;
    color: #fff
}

.g-0,
.gy-0 {
    padding: 0
}

.g-0,
.gx-0 {
    padding: 0
}

#accordion4 .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
    padding: 0
}

#accordion4 .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    z-index: 1;
    position: relative
}

#accordion4 .panel-heading:after,
#accordion4 .panel-heading:before {
    content: "";
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 5px rgb(0 0 0 / 40%);
    position: absolute;
    bottom: 15px;
    left: 10px;
    transform: rotate(-3deg);
    z-index: -1
}

.section-title,
h3 {
    font-weight: 600;
    color: #181818
}

#accordion4 .panel-title a {
    display: block;
    padding: 15px 70px 15px 20px;
    margin: 0;
    background: #0062a8;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    position: relative;
    text-decoration: none
}

#accordion4 .panel-title a.collapsed:before,
#accordion4 .panel-title a:before {
    content: "\f107";
    color: #4761ff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 55px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    background: #eaf6ff;
    position: absolute;
    top: 0;
    right: 0
}

#accordion4 .panel-title a .icon {
    display: inline-block;
    width: 55px;
    height: 100%;
    border-right: 2px solid #0c5adb;
    font-size: 20px;
    color: #0c5adb;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0
}

.icon {
    font-family: iconfont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#accordion4 .panel-heading:after {
    left: auto;
    right: 10px;
    transform: rotate(3deg)
}

#accordion4 .panel-heading:after,
#accordion4 .panel-heading:before {
    content: "";
    width: 50%;
    height: 20%;
    box-shadow: none;
    position: absolute;
    bottom: 15px;
    left: 10px;
    transform: rotate(-3deg);
    z-index: -1
}

.ptb-5 {
    padding: 50px 0
}

.services .ct_single {
    box-shadow: 1px 2px 10px #ccc;
    margin-bottom: 20px
}

.serviesss .ct_single {
    border: 1px dashed #184b71;
    box-shadow: 1px 2px 10px #ccc;
    margin-bottom: 20px
}

.copyright p {
    color: #fff;
    padding-top: 10px
}

.owl-carousel {
    display: block !important
}

.courses_cat_area .col-lg-3 {
    padding: 0
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.rapid-bg h2 {
    color: #fff;
    font-size: 28px
}

.rapid-bg p {
    color: #fff
}

.p-md-5 {
    padding: 3rem !important
}

.show {
    display: none !important
}

@media screen and (max-width:799px) {
    .ct_single {
        height: auto
    }
}

.md-lg {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0;
    width: 40px;
    height: 40px;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    padding: 4px 0;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.value-button:hover {
    cursor: pointer
}

form #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px
}

form #increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0
}

form #input-wrap {
    margin: 0;
    padding: 0
}

input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0;
    width: 40px;
    height: 40px
}

.des-float-right {
    float: right;
    padding: 35px 15px
}

.des-float-right li a {
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-size: 15px
}

.menu-star-rating {
    position: relative;
    top: 17px;
    font-size: 12px;
    right: 0;
}

.menu-star-rating i {
    color: #fdc800
}

.menu-star-rating i:nth-child(1) {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-position: -46px -18px;
    background-size: 225px 160px
}

.menu-star-rating i:nth-child(2) {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: 0;
    left: 14px;
    background-position: -46px -18px;
    background-size: 225px 160px
}

.menu-star-rating i:nth-child(3) {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    background-position: -46px -18px;
    background-size: 225px 160px
}

.menu-star-rating i:nth-child(4) {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: 0;
    left: 42px;
    background-position: -46px -18px;
    background-size: 225px 160px
}

.menu-star-rating i:nth-child(5) {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: 0;
    left: 55px;
    background-position: -46px -18px;
    background-size: 225px 160px
}

.menu_rating_reviews {
    background: #4761ff;
    padding: 2px 8px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-left: 5px;
    font-family: Roboto,sans-serif;
    letter-spacing: 1px
}

.menu_rating_reviews>span {
    font-size: 12px
}

.f-search .btn-outline-pink {
    border: 2px solid #fff;
    color: #fff !important;
    background-color: transparent;
    border-radius: 30px;
    overflow: hidden;
    padding: 8px 36px;
    position: relative;
    z-index: 1
}

.f-search .btn-outline-pink::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    height: 110%;
    top: 50%;
    left: 50%;
    background-color: #f2982d;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    transition: all .3s
}

.f-search .btn-outline-pink:hover:after {
    width: 100%;
    opacity: 1
}

.submit_button {
    text-align: right;
    margin-bottom: 15px
}

.submit_main .field {
    float: left
}

.field .counter {
    height: 34px;
    width: 47px;
    text-align: center;
    font-weight: 600;
    color: #f2982d;
    font-size: 20px;
    border: none;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px !important;
    padding-right: 5px !important
}

.f-search .f-search-title span {
    font-weight: 600;
    color: #f2982d;
    font-style: 24px
}

.increment.field label {
    display: block
}

.increment.field .minus .btn-minuse {
    border-radius: 50%;
    width: 35px !important;
    height: 35px !important;
    padding: 0
}

.increment.field .plus .btn-pluss {
    margin-right: 4px;
    border-radius: 50%;
    width: 35px !important;
    height: 35px !important;
    line-height: initial;
    padding: 0
}

.increment.field .subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d-blck:hover {
    color: #fff
}

.f-search form .field p {
    color: #fff !important;
    text-align: left;
    font-size: 12px;
    margin: 0 !important
}

.increment.field .minus .btn-minuse:hover {
    color: #fff
}

.increment.field .plus .btn-pluss:hover {
    color: #fff
}

.divpage .spacing__info {
    color: #fff;
    font-weight: 600;
    margin: 10px 16px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-width: 6px 4px 0 4px !important;
    margin-left: -7px !important;
    margin-top: 5px !important
}

.date-icon {
    position: absolute;
    top: 55%;
    right: 7px
}

.date-icon i {
    font-size: 19px;
    color: #f2982d
}

.deadline {
    position: relative
}

.item-service-process {
    display: inline-block;
    width: 32.2%;
    margin-left: -100px;
    text-align: center;
    position: relative
}

.item-service-process:first-child,
.item-service-process:nth-child(4n+1) {
    margin-left: -55px
}

.item-service-process.light-green .head-service-process {
    background: #88c425
}

.item-service-process .head-service-process {
    position: relative;
    width: 70%;
    min-height: 150px;
    padding: 30px 0;
    text-align: center;
    margin: 0 auto
}

.item-service-process .head-service-process:after {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    border-top: 75px solid transparent;
    border-bottom: 72px solid transparent;
    border-left: 70px solid #fff
}

.item-service-process .head-service-process:before {
    content: "";
    right: -70px;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    border-top: 75px solid transparent;
    border-bottom: 75px solid transparent
}

.submit_main .field .col-sm-11 {
    padding: 0;
    border-bottom: 1px solid #fff
}

.submit_main .field .col-sm-1 {
    display: none
}

.item-service-process .head-service-process p {
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 800;
    margin: 0;
    margin-left: 70px !important;
    text-transform: uppercase
}

.item-service-process .head-service-process p a {
    color: #fff;
    font-size: 16px
}

.item-service-process.blue .head-service-process {
    background: #15a4d3
}

.item-service-process .head-service-process:before {
    content: "";
    right: -70px;
    position: absolute;
    top: 0;
    height: 100%;
    border-left: 70px solid #88c425;
    z-index: 1;
    border-top: 75px solid transparent;
    border-bottom: 75px solid transparent
}

.item-service-process.blue .head-service-process:before {
    border-left: 70px solid #15a4d3
}

.item-service-process.red .head-service-process:before {
    border-left: 70px solid #eb4436
}

.item-service-process.dark-green .head-service-process:before {
    border-left: 70px solid #34a853
}

.item-service-process.red .head-service-process {
    background: #eb4436
}

.item-service-process.dark-green .head-service-process {
    background: #34a853
}

.item-service-process.light-green .divisor-service-process .circle-top {
    border: solid 3px #88c425
}

.item-service-process .divisor-service-process {
    position: relative;
    height: 0;
    margin: 0 auto;
    margin-left: 58%;
    border: dashed 1px #777;
    width: 1px
}

.item-service-process .divisor-service-process .circle-top {
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -32px;
    border-radius: 50%;
    width: 62px;
    font-size: 1.875rem;
    font-weight: 700;
    height: 62px;
    background: #fff;
    color: #666;
    line-height: 5.4rem
}

.item-service-process .divisor-service-process .circle {
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -6px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: #777
}

.item-service-process .divisor-service-process .circle {
    background: #a4c639 !important
}

.item-service-process.blue .divisor-service-process .circle-top {
    border: solid 3px #15a4d3
}

.item-service-process.red .divisor-service-process .circle-top {
    border: solid 3px #eb4436
}

.item-service-process.dark-green .divisor-service-process .circle-top {
    border: solid 3px #34a853
}

.item-service-process .info-service-process {
    position: relative;
    width: 80%;
    padding: 20px 0 0 50px;
    text-align: center;
    margin: 0 auto
}

.item-service-process.light-green .info-service-process h3 a {
    color: #88c425 !important
}

.item-service-process.blue .info-service-process h3 a {
    color: #15a4d3 !important
}

.item-service-process.red .info-service-process h3 a {
    color: #eb4436 !important
}

.item-service-process.dark-green .info-service-process h3 a {
    color: #34a853 !important
}

.item-service-process .head-service-process i {
    color: #fff;
    font-weight: 700;
    font-size: 3.8rem;
    margin-left: 70px
}

.select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    padding-left: 0
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #898989;
    border-radius: 4px;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important
}

.f-search form input {
    border-radius: 2px;
    padding-left: 10px !important;
    color: #7d7d7d;
    font-weight: 400;
    font-family: Roboto,sans-serif;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7d7d7d
}

.f-search form .field p b {
    font-weight: 400
}

.slider-main .slider-main-item img {
    visibility: visible;
    width: 100%
}

input#pageCount {
    padding: 0
}

section.section_get {
    padding: 50px 0 0
}

.section-title-hiring h3 {
    text-align: center;
    margin-bottom: 45px;
    font-size: 28px;
    color: #184c61
}

.section-title-hiring h3 span {
    color: #ffb800
}

.box-bg-color {
    background: #135364
}

.display-flex {
    display: flex
}

.h-100 {
    height: 100%
}

.wrap-bg img {
    width: 100%
}

.title-inner h2 {
    color: #000;
    text-align: center;
    font-size: 36px
}

.title-inner h2 span {
    color: #ffb800
}

.para-inner p {
    font-size: 16px !important;
    max-width: 70%;
    margin: auto !important;
    line-height: initial !important;
    text-align: center
}

.my-p h2 {
    padding: 40px 0 0 0 !important
}

section.section_expert {
    padding-top: 30px
}

.advisor-img img {
    width: 100%
}

.default-padding {
    padding-top: 0
}

.offer-box {
    margin-bottom: 0 !important
}

.divpage .spacing__info {
    margin: 0 0 0 5px
}

section.unique_features {
    padding-top: 60px
}

.sticked .user-login.after-sticky {
    display: none
}

.user-login.after-sticky {
    display: none;
    /*float:right*/
}

.after-sticky ul {
 display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}

.after-sticky ul li a {
    background: #4761ff none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
    padding: 8px 8px
}

.rapid-bg .p-md-5 {
    padding: 0 !important
}

.rapid-bg .tab-content>.tab-pane {
    padding: 35px 0
}

.testimonials-area .site-heading {
    margin-top: 40px
}

.clients-review-carousel p {
    line-height: 22px
}

.clients-review-carousel .owl-item .item {
    min-height: 180px;
    background: #fff
}

.justify-content-center {
    justify-content: center
}

.banner-section {
    background: url(../images/home-assiment.html) no-repeat;
    position: relative;
    background-size: cover;
    padding: 60px 0
}

.form_howwork::after {
    display: none
}

.homework-banner-content {
    margin-top: 20px
}

.dissertation-banner-content h1,
.dissertation-banner-content p,
.homework-banner-content h1,
.homework-banner-content p {
    color: #fff
}

.dissertation-banner-content h1 span,
.homework-banner-content h1 span {
    color: #ffb800
}

.banner-section:before {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 58%);
    content: ''
}

.dissertation-banner-content h1,
.dissertation-banner-content p,
.homework-banner-content h1 {
    font-weight: 900
}

.homework-banner-content p a {
    color: #0095ff;
    text-decoration: none
}

.subject {
    padding-left: 15px;
    height: 42px
}

.submit_main .submit_button button {
    margin: 0 !important
}

.submit_main label {
    width: 100%;
    margin: 0;
    line-height: initial
}

.submit_main .field {
    padding: 0 !important
}

.submit_main .field .form_howwork .submit_button {
    margin: 0 !important
}

.submit_main .submit_button button {
    margin: 0 !important
}

.form_howwork input::placeholder {
    color: #7d7d7d
}

.form_howwork form input,
.form_howwork form select {
    color: #7d7d7d
}

.form_howwork input {
    padding-left: 15px;
    color: #909090 !important
}

.subject option {
    color: #000
}

button,
input {
    font-family: Roboto,sans-serif;
}

.form_howwork .date-icon {
    position: absolute;
    top: 0;
    right: 12px
}

.connect-with {
    padding: 60px 0 20px;
    background: #fbfbfb
}

.assistance {
    padding-top: 20px
}

.conecct-content h2 {
    color: #0062a8;
    text-align: center
}

.conecct-content p {
    text-align: center;
    max-width: 70%;
    margin: auto !important
}

h3.quality-heading {
    font-size: 30px;
    text-align: center;
    color: #0062a8;
    margin-bottom: 30px
}

.quality-paper h4 {
    color: #333;
    font-weight: 500;
    margin-bottom: 5px
}

.quality-paper img {
    max-width: 80px;
    margin-bottom: 10px
}

.form_howwork.inner-form .f-search-title h2 {
    float: initial;
    font-size: 20px;
    padding-top: 15px;
    text-align: center
}

.form_howwork.inner-form .f-search-title #orderForm {
    padding: 12px
}

.form_howwork.inner-form #orderForm {
    padding: 20px 15px 20px;
	box-shadow:1px 3px 4px #ccc;
}

.form_howwork.inner-form .field {
    margin-bottom: 15px
}

.divpage.words-color .spacing__info {
    color: #fff
}

.banner-section .form_howwork.inner-form #orderForm input {
    background: #e4e4e4;
    border: none
}

.banner-section .form_howwork form input,
.form_howwork form select {
    background: #fff !important;
    border: none;
    border-radius: 4px
}

.form_howwork .date-icon i {
    font-size: 19px;
    color: #f2982d
}

.form_howwork .increment.field .minus .btn-minuse,
.form_howwork .increment.field .plus .btn-pluss {
    font-size: 20px;
    line-height: 20px
}

.form_howwork .increment.field .plus .btn-pluss {
    background-color: #f2982d;
    color: #fff
}

.form_howwork .increment.field .minus .btn-minuse {
    background-color: #f2982d;
    color: #fff
}

.field.my-input-group label {
    width: 100%;
    margin: 0;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px
}

form.inner-order-form {
    padding: 0 30px
}

.field.my-input-group input {
    width: 100%;
    height: 42px
}

.field.my-input-group select {
    width: 100%
}

.field.my-input-group input:focus {
    outline: 0;
    box-shadow: none
}

.field.my-input-group select:focus-visible {
    outline: 0
}

.my-input-group .subtitle button {
    width: 40px;
    height: 40px
}

.my-input-group .subtitle input {
    width: 50px;
    padding: 0;
    float: left;
    height: 40px;
    margin: 0 5px
}

.my-input-group .subtitle span.minus {
    float: left
}

.my-input-group .subtitle .divpage {
    float: left;
    margin-left: 10px
}

.my-input-group .subtitle span.plus {
    float: left
}

.my-input-group .subtitle .field {
    float: left
}

.my-input-group .submit_main .field {
    float: left
}

form.inner-order-form .submit_main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

form.inner-order-form .submit_main label {
    max-width: 100%;
    flex: 0 0 100%
}

 

form.inner-order-form .submit_main div:last-child {
 
    text-align: right
}

form.inner-order-form .subtitle {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.homework-banner-content p {
    font-size: 16px;
    line-height: 26px
}

form.inner-order-form .submit_main a {
    background-color: #f2982d !important;
    border: none;
    padding: 11px 20px;
    font-weight: 600;
    color: #fff !important
}

form.inner-order-form .submit_main .submit_button button {
    background-color: none !important;
    font-weight: 600;
    padding: 9px 20px !important;
    color: #fff !important;
    border: 2px solid
}

.how-we-work-section h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px
}

.how-we-work-section h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px
}

.it-work {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1
}

.it-work h3 {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    margin-bottom: 8px;
    font-family: Roboto,sans-serif;
    color: transparent;
    font-size: 50px;
    font-weight: 800
}

.how-we-work-section {
    position: relative
}

.blob {
    max-height: 50vh;
    width: 20vw;
    margin: auto;
    position: absolute;
    left: 40%;
    opacity: .2;
    filter: blur(15px)
}

.blob path {
    animation: blob 7s linear infinite
}

.dwf,
.share {
    position: fixed;
    bottom: 4px;
    right: 10px;
    background-color: #0003;
    padding: 3px;
    border-radius: 3px
}

.dwf .btn,
.share .btn {
    color: #fff;
    text-decoration: none
}

.share {
    right: auto;
    left: 10px;
    border-radius: 50%;
    padding: 5px
}

.share .twitter {
    width: 20px;
    fill: #fff;
    stroke: none;
    overflow: visible
}

.container-blob {
    background: #eaf6ff;
    padding: 50px 0;
    margin-top: 60px
}

span.steps-point {
    width: 80px;
    height: 80px;
    display: inline-flex;
    background: #cfeaff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    font-weight: 600;
    float: left;
    margin-right: 20px
}

.it-work-points ul li {
    margin-bottom: 60px
}

.it-work-points ul li h3,
.it-work-points ul li p {
    margin: 0
}

.it-work-points ul li h3 {
    font-size: 24px
}

.shape-blob {
    background: #ed1250;
    height: 200px;
    width: 200px;
    border-radius: 30% 50% 20% 40%;
    animation: transform 20s ease-in-out infinite both alternate, movement_one 40s ease-in-out infinite both;
    opacity: .7;
    position: absolute;
    left: 70%;
    top: 50%;
    filter: blur(4px)
}

.shape-blob.one {
    height: 500px;
    width: 500px;
    left: -200px;
    transform: rotate(-180deg);
    animation: transform 30s ease-in-out infinite both alternate, movement_two 60s ease-in-out infinite both
}

.shape-blob.two {
    height: 350px;
    width: 350px;
    left: 500px;
    top: -150px;
    transform: rotate(-180deg);
    animation: transform 30s ease-in-out infinite both alternate, movement_two 60s ease-in-out infinite both
}

@keyframes transform {
    0%,
    100% {
        border-radius: 33% 67% 70% 30%/30% 30% 70% 70%
    }
    20% {
        border-radius: 37% 63% 51% 49%/37% 65% 35% 63%
    }
    40% {
        border-radius: 36% 64% 64% 36%/64% 48% 52% 36%
    }
    60% {
        border-radius: 37% 63% 51% 49%/30% 30% 70% 70%
    }
    80% {
        border-radius: 40% 60% 42% 58%/41% 51% 49% 59%
    }
}

@keyframes movement_one {
    0%,
    100% {
        transform: none
    }
    50% {
        transform: translate(50%, 20%) rotateY(10deg) scale(1.2)
    }
}

@keyframes movement_two {
    0%,
    500% {
        transform: none
    }
    50% {
        transform: translate(50%, 20%) rotate(-200deg) scale(1.2)
    }
}

.it-work p {
    color: #fff
}

.online-content-homework img {
    max-width: 100%;
    height: auto
}

.online-content-homework h4 {
    font-size: 30px;
    margin-top: 0;
    font-weight: 600;
    color: #0062a8
}

.online-content-homework p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify
}

.online-homework {
    padding: 60px 0 0
}

.animate-tabs .nav-tabs>li {
    float: none;
    border: 1px solid #ccc;
    border-bottom: none
}

.animate-tabs .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none !important;
    background-color: #ffb800 !important;
    color: #000 !important
}

.animate-tabs .tab-content .tab-pane {
    background: 0 0
}

.animate-tabs .nav-tabs>li>a {
    height: auto;
    argin-right: 0;
    font-size: 18px;
    position: relative;
    color: #797979
}

.animate-tabs .nav-tabs>li.active>a:before {
    content: '';
    position: absolute;
    right: -25px;
    top: -2px;
    border-top: 23px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 23px solid #ffb800
}

.tab-content {
    height: 100%;
    background: #eee;
    line-height: 30px;
    font-size: 16px;
    text-align: justify
}

.d-flex {
    display: flex
}

.Accordion {
    padding-top: 60px;
    padding-bottom: 6px
}

.Accordion__tabs {
    max-width: 600px;
    list-style: none;
    padding: 0;
    margin: auto
}

.Accordion__tab {
    width: 100%
}

.Accordion__tab__headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(206 206 206);
    transition: .2s ease all;
    padding: 20px 15px;
    cursor: pointer;
    font-weight: 400;
    background: #f5f5f5
}

.Accordion__tab__headline:hover {
    background-color: #ffb800
}

.Accordion__tab__headline>h4 {
    user-select: none;
    text-transform: uppercase;
    margin: 0;
    font-size: 15px;
    color: #666
}

.Accordion__tab__headline:hover h4 {
    color: #000
}

.Accordion .wrapper p {
    font-size: 16px;
    text-align: left
}

.Accordion__tab__headline .icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    position: relative
}

.Accordion__tab__headline .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 10px;
    left: 6px;
    width: 10px;
    height: 2px;
    background: currentColor
}

.Accordion__tab__headline .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 6px;
    left: 10px;
    width: 2px;
    height: 10px;
    background: currentColor;
    transition: .2s ease all
}

.Accordion__tab__content {
    overflow: hidden;
    padding: 0 15px;
    box-sizing: border-box;
    height: 100%;
    max-height: 0;
    transition: .4s ease all
}

.Accordion__tab--open .Accordion__tab__headline .icon::after {
    transform: scaleY(0)
}

.Accordion h5 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px
}

.Accordion p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px
}

.gaq-img img {
    max-width: 100%
}

.country-in-work {
    padding: 60px 0;
    background: url(../images/map.html) no-repeat;
    background-size: contain;
    background-position: center
}

.inwork-content h2 {
    font-size: 22px;
    font-weight: 600
}

.inwork-content p {
    font-size: 16px;
    line-height: 30px
}

.inwork-content h3 {
    font-size: 22px;
    font-weight: 600
}

.inwork-content ul li {
    list-style: none;
    position: relative;
    margin-bottom: 30px
}

.inwork-content ul li span {
    width: 24px;
    height: 12px;
    display: inline-block;
    border-bottom: 3px solid green;
    border-left: 3px solid green;
    transform: rotate(-45deg);
    position: absolute;
    left: -40px;
    top: 5px
}

.chat-img h3 {
    font-size: 30px;
    font-weight: 600
}

.chat-img p {
    font-size: 16px
}

.chats {
    padding: 80px 0;
    background: #eee
}

.justify-content-space-around {
    justify-content: space-around
}

.why-img {
    flex: 0 0 30%;
    max-width: 30%;
    background: #fff8e6;
    padding: 24px 24px 0
}

.why-img img {
    max-width: 100%
}

.why-content {
    background: #f9eccb;
    padding: 30px;
    flex: 0 0 70%;
    max-width: 70%
}

.why-content h4 {
    font-size: 36px;
    color: #0062a8
}

.why-content p {
    font-size: 16px;
    text-align: left;
    line-height: 34px
}

.Accordion h5+p {
    margin-bottom: 30px !important
}

.Homework-Assistance {
    background: #f5f5f5;
    padding: 60px 0
}

.Homework-Assistance h5 {
    font-size: 36px;
    color: #0062a8
}

.Homework-Assistance p {
    font-size: 16px;
    line-height: 28px;
    color: #666
}

h3.quality-heading+p {
    font-size: 16px;
    max-width: 65%;
    text-align: center;
    margin: auto auto 45px !important
}

.page-breadcrumb {
    position: relative
}

.animate-tabs ul.nav.nav-tabs {
    display: block
}

.requare-file {
    float: left;
    width: 100%
}

.requare-file label {
    color: #fff !important;
    font-weight: 700
}

.form_howwork .field .counter {
    background: #fff !important
}

.form_howwork .select2-container--default .select2-selection--single {
    background: #fff;
    border-radius: 4px !important;
    border: none !important
}

.rapid-bg .tab-content {
    background: 0 0
}

.rapid-bg .tab-content>.tab-pane {
    height: initial
}

.rapid-bg .border-text-growth li.nav-item {
    width: 160px;
    margin: 2px 3px;
    line-height: 1.4;
    padding: 0;
    background: #fff;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
    font-size: 15px;
    color: #14494d
}

.border-text-growth li.nav-item.active {
    background: #fd9b01;
    color: #fff
}

.rapid-bg .border-text-growth.text-center {
    max-width: 100%
}

.btn_row .btn .num {
    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;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: #cacaca;
    font-family: Roboto,sans-serif;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.animate-tabs .nav-tabs>li.active>a,
.animate-tabs .nav-tabs>li.active>a:focus,
.animate-tabs .nav-tabs>li.active>a:hover {
    color: #fff !important;
    cursor: default !important;
    background-color: #ffb800 !important;
    border: 1px solid transparent !important;
    border-bottom-color: transparent !important
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff !important;
    cursor: default !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    border-bottom-color: transparent !important
}

.tab-content p {
    width: 50%;
    font-size: 15px
}

.border-text-growth img {
    color: #fff;
    animation-fill-mode: red;
    width: 30px;
    height: 30px;
    display: block;
    margin: 2px auto 0
}

.rapid-bg {
    background: url(../images/growth-bg.html);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    background-position: bottom
}

.progress {
    position: relative;
    margin-bottom: 25px;
    overflow: visible
}

.progress-bar {
    position: absolute;
    top: 0
}

.my_prog span {
    padding-left: 0;
    position: absolute;
    z-index: 1;
    top: -23px;
    color: #fff
}

.mt-new h3 {
    margin-bottom: 30px
}

.sticked {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #eaf6ff !important;
    box-shadow: 0 0 10px #ccc !important
}

.tutorinforow {
    box-shadow: 0 0 10px #e0e0e0;
    margin-bottom: 40px;
    border-radius: 8px;
    padding: 20px
}

.expertName {
    margin: 10px 0 0;
    text-align: center
}

#loading img {
    max-width: 80px;
    display: block;
    margin: auto
}

.custom-radios div {
    display: inline-block
}

.custom-radios input[type=radio] {
    display: none
}

.custom-radios input[type=radio]+label {
    color: #333;
    font-family: Roboto,sans-serif;
    font-size: 14px
}

&#color-6+label span {
    background-color: $color-6
}

&#color-7+label span {
    background-color: $color-7
}

.custom-radios input[type=radio]+label span {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 3px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 34px
}

.custom-radios input[type=radio]+label span img {
    opacity: 0;
    transition: all .3s ease
}

.custom-radios input[type=radio]#color-1+label span {
    background-color: #0062a8
}

.custom-radios input[type=radio]#color-2+label span {
    background-color: #0062a8
}

.custom-radios input[type=radio]#color-3+label span {
    background-color: #f1c40f
}

.custom-radios input[type=radio]#color-4+label span {
    background-color: #e74c3c
}

.custom-radios input[type=radio]:checked+label span img {
    opacity: 1
}

.custom-radios div {
    display: inline-block
}

.custom-radios input[type=radio] {
    display: none
}

.custom-radios input[type=radio]+label {
    color: #333;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    margin-right: 7px
}

.custom-radios input[type=radio]+label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 33%);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 28px
}

.custom-radios input[type=radio]+label span img {
    opacity: 0;
    transition: all .3s ease
}

.custom-radios input[type=radio]#color-1+label span {
    background-color: #0062a8
}

.custom-radios input[type=radio]#color-2+label span {
    background-color: #0062a8
}

.custom-radios input[type=radio]#color-3+label span {
    background-color: #0062a8
}

.custom-radios input[type=radio]#color-4+label span {
    background-color: #0062a8
}

.custom-radios input[type=radio]#color-5+label span {
    background-color: #0062a8
}

.custom-radios input[type=radio]#color-6+label span {
    background-color: #0062a8
}

.custom-radios input[type=radio]#color-7+label span {
    background-color: #0062a8
}

.custom-radios input[type=radio]:checked+label span img {
    opacity: 1
}

.my_btn {
    background-color: #4761ff;
    color: #0b0b0b
}

.qtySelector {
    width: 107px;
    height: 35px
}

.qtySelector .fa {
    padding: 10px 5px;
    width: 35px;
    height: 100%;
    float: left;
    cursor: pointer
}

.qtySelector .fa.clicked {
    font-size: 12px;
    padding: 12px 5px
}

.qtySelector .fa-minus {
    border-right: 1px solid #ddd;
    background: #0062a8;
    border-radius: 20px;
    line-height: 13px;
    color: #fff
}

.qtySelector .fa-plus {
    border-left: 1px solid #ddd;
    background-color: #4761ff;
    border-radius: 20px;
    line-height: 13px;
    color: #fff
}

.qtySelector .qtyValue {
    border: none;
    padding: 5px;
    width: 35px;
    height: 100%;
    float: left;
    text-align: center
}

.my_row {
    padding: 20px
}

.my_span {
    font-size: 20px;
    color: #fff
}

.first_div {
    padding: 20px 0 20px 0
}

.first_div2 {
    padding: 20px 0 20px 0;
    text-align: right;
    letter-spacing: 1px
}

.first_div2 p {
    color: #fff
}

.doller_1 {
    font-weight: 700;
    font-size: 20px
}

.img_1 {
    display: inline-block
}

.my_img2 {
    padding-top: 20px
}

.my_form {
    padding-top: 20px
}

.my_form2 {
    padding-top: 29px
}

.btn-file {
    position: relative;
    overflow: hidden;
    border: 2px dotted #ccc;
    display: block;
    padding: 85px 40px;
    background: #fafafa;
    margin-top: 0;
    color: #fd5900;
    line-height: 10px
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: inherit;
    display: block
}

.my_comment {
    padding-top: 20px
}

.p_1 {
    display: inline-block;
    margin-right: 4px;
    font-weight: 400;
    margin-left: 4px
}

.div_5 {
    padding-left: 20px
}

.first_p {
    font-weight: 700;
    font-size: 19px
}

.first_span {
    font-size: 60px;
    color: #4761ff;
    font-weight: 700
}

.pera_1 {
    margin-top: -15px
}

.pera_2 {
    margin-top: 40px
}

.f-order {
    background-color: #f9fbfc;
    padding-bottom: 50px;
    padding-top: 50px
}

.order_form {
    border: 1px solid #f4f5f6;
    background: #fbfcfd;
    padding: 20px
}

.order_form h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px
}

.my_border {
    border-bottom-style: dashed;
    border-width: 1px;
    border-color: #d6d6d7;
    margin-bottom: 16px
}

.custom-radios form_1 label p {
    font-weight: 400
}

.parent_1 {
    margin-bottom: 20px
}

.order_form .form-control {
    background: #f4f6fa;
    box-shadow: none;
    height: 42px;
    border-radius: 3px
}

.order_form textarea.form-control {
    height: auto
}

.parent_2 {
    margin-bottom: 20px
}

td {
    padding-top: 7px;
    padding-bottom: 7px
}

.my_h4 {
    padding-left: 21px
}

.ad {
    background: #f4f6fa;
    border: 1px solid #ebedef;
    position: relative;
    padding: 15px
}

.ad p {
    margin-bottom: 0
}

.ad img {
    position: absolute;
    top: -66px;
    right: 0
}

.first_div .list-group {
    margin-bottom: 0
}

.first_div .list-group .list-group-item {
    position: relative;
    display: block;
    background-color: transparent;
    border: none;
    padding: 10px 0
}

.first_div .list-group .list-group-item:first-child {
    padding-top: 0
}

.first_div .list-group .list-group-item:last-child {
    padding-bottom: 0
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 10px;
    font-weight: 400
}

@media (max-width:768px) {
    .my_row {
        padding-bottom: 20px
    }
    .my_img3 {
        display: none
    }
    .mb-7 {
        margin-bottom: 50px
    }
}

.about-us-banner {
    background: url(../images/RESEARCHPAPERBANNER.html) no-repeat
}

.blue_work {
    background-color: #0062a8;
    padding: 21px 20px;
    color: #d3e7f6;
    margin-top: -22px;
    border-radius: 6px;
    box-shadow: -1px 0 4px #6fb0de;
    position: relative;
    margin-top: 35px
}

.blue_work h4 {
    color: #fff;
    text-align: center;
    font-weight: 600
}

.gradiant-border {
    background: linear-gradient(to right, #0d1f42, #fff, #fff, #0d1f42);
    background: -ms-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -o-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -webkit-linear-gradient(right, #0062a8, #fff, #fff, #0062a8);
    background: -moz-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    width: 60%;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

.coupon_code {
    text-align: center;
    max-width: 60%;
    margin: 30px auto 10px;
    font-size: 20px;
    background: #044879;
    padding: 10px 0;
    border: 1px dashed #fff;
    transform: rotate(-3deg)
}

.grab-percent {
    text-align: center
}

.grab-percent h5 {
    color: #ffb800;
    font-size: 28px;
    font-weight: 900;
    font-style: italic
}

.grab-percent p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    max-width: 60%;
    margin: auto !important
}

.coupon-code-btn {
    margin-top: 15px;
    text-align: center
}

.coupon-code-btn button {
    background: #f2982d;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    color: #000;
    font-weight: 600
}

.why_chose_sub_section {
    margin-top: 120px
}

.point_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 70px
}

.why_choose_point {
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0 15px;
    margin-bottom: 80px;
    text-align: center
}

.why_choose_point h4 {
    margin: 20px 0;
    color: #0062a8
}

.p-l-r-15 {
    padding: 0 15px
}

.min-height-360 {
    min-height: 365px
}

.why_choose_point span {
    width: 100px;
    height: 100px;
    display: inline-flex;
    margin: -50px auto;
    border-radius: 50%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 25px #ccc;
    background: #fff
}

.why_choose_point span img {
    max-width: 50px
}

.cercle-span-left {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: -12px;
    background: #0062a8;
    border-radius: 50%;
    top: 8px
}

.coupon_code:before {
    content: '';
    width: 0;
    height: 100%;
    border-right: 2px dotted #fff;
    position: absolute;
    left: 25px;
    top: 0
}

.coupon_code:after {
    content: '';
    width: 0;
    height: 100%;
    border-right: 2px dotted #fff;
    position: absolute;
    right: 25px;
    top: 0
}

.cercle-span-right {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: -13px;
    background: #0062a8;
    border-radius: 50%;
    top: 8px
}

.coupon_code img {
    position: absolute;
    top: 100%;
    left: 14px
}

.feature-strip {
    background: #0062a8;
    margin-top: 30px;
    padding: 0 30px 30px
}

.feature-strip h6 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px
}

.feature-strip p {
    color: #fff;
    text-align: left;
    font-size: 16px
}

.feature-strip ul li {
    list-style: circle;
    color: #fff;
    margin-bottom: 7px;
    margin-left: 25px
}

.feature-strip ul li::marker {
    font-size: 24px
}

.btn-default:hover {
    color: #fff
}

.testimonials-area .clients-review-carousel .owl-nav .owl-next {
    background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    -o-box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    color: #666;
    font-size: 25px;
    height: 45px;
    left: 0;
    line-height: 45px;
    margin-top: -23px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    width: 45px;
    cursor: pointer
}

.testimonials-area .clients-review-carousel .owl-nav .owl-next:hover {
    background: #fff none repeat scroll 0 0;
    color: #4761ff
}

.testimonials-area .clients-review-carousel .owl-nav .owl-next {
    left: auto;
    right: 0
}

.testimonials-area .clients-review-carousel .owl-nav .owl-prev {
    background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    -o-box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    color: #666;
    font-size: 25px;
    height: 45px;
    left: 0;
    line-height: 45px;
    margin-top: -23px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    width: 45px;
    cursor: pointer
}

.testimonials-area .clients-review-carousel .owl-nav .owl-prev:hover {
    background: #fff none repeat scroll 0 0;
    color: #4761ff
}

.testimonials-area .clients-review-carousel .owl-nav .owl-prev {
    right: auto;
    left: 0
}

.testimonials-area .clients-review-carousel:hover .owl-nav .owl-next {
    opacity: 1
}

.testimonials-area .clients-review-carousel:hover .owl-nav .owl-next {
    right: -25px
}

.testimonials-area .clients-review-carousel:hover .owl-nav .owl-prev {
    opacity: 1
}

.testimonials-area .clients-review-carousel:hover .owl-nav .owl-prev {
    left: -25px
}

@media(max-width:1023px) {
    .des-float-right {
        float: none !important;
        padding: 12px 15px;
        position: relative
    }
    .des-float-right li:first-child {
        position: relative
    }
    nav.navbar.bootsnav .navbar-collapse.collapse.in {
        background: #fff none repeat scroll 0 0;
        display: block;
        margin-bottom: 11px
    }
    .menu-star-rating {
        top: 6px;
        right: 69px
    }
}

#my_testimonials {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%
}

.testimonial-heading {
    letter-spacing: 1px;
    margin: 30px 0;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.testimonial-heading span {
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.testimonial-box-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

.testimonial-box {
    box-shadow: 2px 2px 30px rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 20px;
    margin: 15px;
    flex: 0 0 45%;
    max-width: 45%;
    min-height: 235px
}

.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.profile {
    display: flex;
    align-items: center
}

.name-user {
    display: flex;
    flex-direction: column
}

.name-user span {
    color: #979797
}

.reviews {
    color: #f9d71c
}

.box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.client-comment p {
    color: #4b4b4b
}

.testimonial-box:hover {
    transform: translateY(-10px);
    transition: all ease .3s
}

.quistion h3 {
    margin: 0
}

.quistion p {
    text-align: left
}

.form_howwork .increment.field .plus .btn-pluss {
    margin-left: 0
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important
}

.rapid-bg p {
    color: #fff;
    display: inline-block;
    margin-top: 6px;
    padding-top: 12px
}

.tiktok {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #666 !important
}

.fasq {
    font-size: 30px
}

.Online-Homework-Help-container-doassigns-inside-row h3 {
    color: #0062a8;
    font-weight: 400;
    line-height: 1.2;
    font-family: Roboto,sans-serif;
    letter-spacing: 0;
    margin: 0;
    font-size: 18px
}

.dissertation-banner-content {
    margin-top: 20px
}

.list-item li {
    color: #fff;
    list-style-type: