.btn-small {
    background: #0029FF;
    border-radius: 4px;
    padding: 11px 24px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.btn-small:hover {
    background: #0029FF;
    border-radius: 4px;
    padding: 11px 24px;
    font-size: 16px;
    color: #fff;
}

.login-search {}

.search-iocn {
    font-size: 22px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    padding: 6px 10px;
}

.login {
    display: inline-block;
    float: right;
    margin-top: 0px;
}

.login a:hover {
    color: #fff;
}

header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 1050;
}

.layout {
    padding-top: 80px;
}

.animsition-loading-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader05 {
    width: 56px;
    height: 56px;
    border: 4px solid #17b978;
    border-radius: 50%;
    position: relative;
    animation: loader-scale 1s ease-out infinite;
    top: 50%;
    margin: -28px auto 0 auto;
}

@keyframes loader-scale {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*//////////////////////////////////////////////////////////////////
[ BUTTON BACK TO TOP ]*/

.btn-back-to-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: -40px;
    right: 40px;
    background-color: #0029ff;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
    font-size: 18px;
    color: white;
    line-height: 1em;
}

.btn-back-to-top:hover {
    opacity: 1;
}

@media (max-width: 575px) {
    .btn-back-to-top {
        bottom: 0px;
        right: 15px;
    }
}

.show-btn-back-to-top {
    bottom: 0;
}

/*//////////////////////////////////////////////////////////////////
[ Header ]*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Desktop ]*/

/*==================================================================
[ Top-bar ]*/

.topbar {
    background-color: #111;
}

.content-topbar {
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*---------------------------------------------*/

.left-topbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: -13px;
    margin-right: -13px;
}

.left-topbar-item {
    font-size: 12px;
    color: #ccc;
    line-height: 1.8;
    padding: 0 13px;
    position: relative;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a.left-topbar-item:hover {
    color: #17b978;
}

.left-topbar-item::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #fff;
    opacity: 0.1;
    left: 0;
    top: calc(50% - 5px);
}

.left-topbar-item:first-child:before {
    display: none;
}

/*---------------------------------------------*/

.right-topbar {
    margin-left: -4px;
    margin-right: -4px;
}

.right-topbar a {
    font-size: 18px;
    color: #ccc;
    line-height: 1.5;
    margin: 0 4px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.right-topbar a:hover {
    color: #17b978;
}

/*------------------------------------------------------------------
[ Topbar mobile ]*/

.topbar-mobile {
    background-color: #222;
    padding: 8px 25px 5px 25px;
}

.topbar-mobile li {
    padding: 5px 0;
}

.topbar-mobile .right-topbar,
.topbar-mobile .left-topbar {
    justify-content: flex-start;
}

/*==================================================================
[ Logo ]*/

.wrap-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/*---------------------------------------------*/

.logo {
    /*   width: 25%; */
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logo img {
    max-width: 100%;
    max-height: 50%;
}

/*---------------------------------------------*/

.banner-header {
    width: 70%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.banner-header img {
    max-width: 100%;
    max-height: 100%;
}

/*---------------------------------------------*/

.wrap-logo.no-banner {
    justify-content: center;
}

.wrap-logo.no-banner .logo {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

/*---------------------------------------------*/

.logo-stick {
    display: none;
    line-height: 0;
    margin-right: 15px;
}

.logo-stick img {
    max-width: 115px;
    max-height: 30px;
}

/*==================================================================
[ Main nav ]*/

.wrap-main-nav {
    width: auto;
    height: 80px;
    z-index: 1000;
    position: relative;
}

.main-nav {
    width: 100%;
    height: 80px;
    background-color: #fff;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.menu-desktop {
    /*   max-width: calc(100% - 30px);
  width: 1050px; */
    margin: 0 auto;
    height: 80px;
    position: relative;
}

.main-menu {
    list-style-type: none;
    margin: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.main-menu>li {
    height: 100%;
    position: relative;
}

.main-menu>li>a {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 5px 0px;
    margin: 0 18px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-weight: 600;
}

.mega-menu-item a::after {
    content: "\f2f9";
    font-family: Material-Design-Iconic-Font;
    font-size: 16px;
    color: #222;
    line-height: 1.5;
    margin-left: 6px;
    margin-bottom: 1px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

li.main-menu-active>a::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.main-menu>li>a:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

@media (max-width: 1199px) {
    .main-menu>li>a {
        margin: 0 10px;
    }
    .main-menu>li>a::before {
        left: -10px;
        width: calc(100% + 20px);
    }
}

/*---------------------------------------------*/

.sub-menu {
    list-style-type: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 225px;
    background-color: #fff;
    padding: 15px 0px 15px 0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #f2f2f2;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.sub-menu li {
    position: relative;
    background-color: transparent;
}

.main-menu>li>.sub-menu {
    top: 100%;
    left: 0px;
}

.main-menu>li.respon-sub-menu>.sub-menu {
    top: 100%;
    left: auto;
    right: 0;
}

li.respon-sub-menu>.sub-menu .sub-menu {
    top: 0;
    left: auto;
    right: 100%;
}

.sub-menu a {
    font-size: 14px;
    line-height: 1.7857;
    color: #222;
    display: block;
    padding: 8px 30px;
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

@media (max-width: 1199px) {
    .sub-menu {
        width: 190px;
    }
    .sub-menu a {
        padding: 8px 20px;
    }
}

/*---------------------------------------------*/

.main-menu>li:hover>a:after {
    color: #0029ff;
}

.main-menu>li:hover>a {
    text-decoration: none;
    color: #0029ff;
}

.main-menu>li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.sub-menu li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.sub-menu li:hover {
    background-color: transparent;
}

.sub-menu>li:hover>a {
    background-color: #17b978;
    color: #fff;
    text-decoration: none;
}

/*------------------------------------------------------------------
[ Mega menu ]*/

.main-menu>li.mega-menu-item {
    position: static;
}

.sub-mega-menu {
    padding: 15px;
    flex-wrap: wrap;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    display: none;
    border: 1px solid #f2f2f2;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.sub-mega-menu h1 {
    font-weight: 700;
    font-size: 15px;
    line-height: 28px;
    color: #000000;
    padding-bottom: 0px;
    margin: 0px;
    font-family: "Inter", sans-serif !important;
}

.sub-mega-menu h1 img {
    margin-right: 10px;
    width: 45px;
}

.sub-mega-menu p {
    font-size: 15px;
    line-height: 20px;
    color: #696969;
    padding-left: 5px;
}

.sub-space {
    margin-bottom: 30px;
}

.main-menu>li:hover>.sub-mega-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.sub-mega-menu .nav {
    width: 240px;
    border-right: 1px solid #f2f2f2;
    padding: 30px 0;
}

.sub-mega-menu .tab-content {
    width: calc(100% - 240px);
}

/*---------------------------------------------*/

.sub-mega-menu .nav-pills .nav-link {
    font-size: 14px;
    line-height: 1.8;
    color: #222;
    border-radius: 0;
    padding: 8px 20px 8px 33px;
}

.sub-mega-menu .nav-pills .nav-link.active,
.sub-mega-menu .show>.nav-pills .nav-link {
    color: #fff;
    background-color: #17b978;
}

/*---------------------------------------------*/

.sub-mega-menu .tab-content .tab-pane {
    padding: 25px 50px 35px 30px;
}

/*==================================================================
[ Fixed menu desktop ]*/

.fix-menu-desktop .main-nav {
    position: fixed;
    top: -55px;
    left: 0;
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
}

.fix-menu-desktop .show-main-nav {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.fix-menu-desktop .menu-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fix-menu-desktop .menu-desktop .logo-stick {
    display: block;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Mobile ]*/

.wrap-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 65px;
    background-color: #fff;
    padding: 10px 15px;
    display: none;
    box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 100;
}

/*------------------------------------------------------------------
[ Logo mobile ]*/

.logo-mobile {
    display: block;
    position: relative;
    height: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.logo-mobile img {
    max-width: calc(100% - 35px);
    max-height: 60%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/*------------------------------------------------------------------
[ btn show menu ]*/

.hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    border-radius: 0;
}

/*==================================================================
[ Menu mobile ]*/

.menu-mobile {
    width: 100%;
    background-color: #fff;
    display: none;
}

.main-menu-m {
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: #4560ef;
}

.main-menu-m>li>a {
    font-size: 16px;
    color: #fff;
    line-height: 2.8;
    padding: 10px 15px 10px 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.main-menu-m>li>a:hover {
    color: #fff;
}

.main-menu-m>li {
    position: relative;
    background-color: #4560ee;
}

.arrow-main-menu-m {
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 18px;
    top: 3px;
    padding: 10px;
    cursor: pointer;
}

.arrow-main-menu-m i {
    transform-origin: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.turn-arrow-main-menu-m i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*---------------------------------------------*/

.sub-menu-m {
    background-color: #fff;
    padding: 10px 50px 15px 20px;
    display: none;
}

.sub-menu-m a {
    font-size: 15px;
    color: #0029ff;
    line-height: 2.5;
    padding: 5px 15px 5px 15px;
    font-weight: 600;
}

.sub-menu-m a:hover {
    text-decoration: none;
}

/*---------------------------------------------*/

@media (max-width: 991px) {
    .wrap-header-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .topbar,
    .logo,
    .no-banner,
    .wrap-main-nav {
        display: none;
    }
    .wrap-logo {
        height: auto;
    }
    .banner-header {
        width: 100%;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .menu-mobile {
        display: none;
    }
}

/*//////////////////////////////////////////////////////////////////
[ Tab01 ]*/

.tab01 .nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: none;
    flex-grow: 1;
    height: 100%;
}

.tab01 .nav-tabs .nav-item-more,
.tab01 .nav-tabs .nav-item {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.tab01 .nav-link {
    background: #fff;
    border-radius: 30px;
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 6px 15px;
    border: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 15px;
}

.tab01 .nav-link.active {
    background: #0D52FF;
    color: #fff;
}

.tab01 .nav-link.active:hover {
    color: #fff !important;
}

.tab01 .nav-link:hover {
    color: #000 !important;
}

.video {
    width: 100%;
    border-radius: 8px;
}

.video-wrapper {
    display: table;
    position: relative;
    width: 100%;
}

.playpause {
    background: url(https://cms.deepthought.education:5055/images/icons/play-red.png);
    background-repeat: no-repeat;
    width: 20%;
    height: 20%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

.video-box-stream h3 {
    font-size: 24px;
    color: #000;
    margin: 15px 0px;
}

.video-box-stream h4 {
    font-size: 24px;
    color: #000;
    margin: 15px 0px;
}

.video-box-stream p {
    font-size: 15px;
    color: #000;
    margin: 0px 0px 15px 0px;
    font-weight: 400;
}

.video-box-stream p i {
    color: #0d52ff;
}

.video-box-stream p a {
    color: #000;
    text-decoration: none;
}

.video-box-stream p a:hover {
    color: #0d52ff;
    text-decoration: none;
}

.video-box-stream {
    margin-bottom: 60px;
}

.video-box-stream iframe {
    min-height: 307px;
    width: 100%;
    border: none;
    height: 100%;
    border-radius: 10px;
}

/*---------------------------------------------*/

.tab01-link {
    padding-left: 10px;
    white-space: nowrap;
}

.tab01-title {
    padding-right: 25px;
}

/*---------------------------------------------*/

.tab01 .nav-link.dropdown-toggle::after {
    display: none;
}

.tab01 .dropdown-menu {
    min-width: 135px;
    border-radius: 0px;
    padding: 5px 0;
}

.tab01 .dropdown-menu .nav-link {
    width: 100%;
}

.tab01 .dropdown-menu .nav-link.active {
    color: #17b978;
}

.tab01 .dropdown-menu .nav-link.active::after {
    display: none;
}

/*//////////////////////////////////////////////////////////////////
[ Modal video 01 ]*/

body {
    padding-right: 0px !important;
}

.modal {
    padding: 0px !important;
    z-index: 1160;
    overflow-x: hidden;
    overflow-y: auto !important;
}

.modal-open {
    overflow-y: scroll;
}

/* ------------------------------------ */

.modal-backdrop {
    background-color: transparent;
}

#modal-video-01 {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1250;
}

#modal-video-01 .modal-dialog {
    max-width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.wrap-video-mo-01 {
    width: 854px;
    height: auto;
    position: relative;
    margin: 15px;
}

.wrap-video-mo-01::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
}

.video-mo-01 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}

.video-mo-01 iframe {
    width: 100%;
    height: 100%;
}

.close-mo-video-01 {
    font-size: 50px;
    color: white;
    opacity: 0.6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1250;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
}

.close-mo-video-01:hover {
    cursor: pointer;
    opacity: 1;
}

/*//////////////////////////////////////////////////////////////////
[ Bread crumb ]*/

.breadcrumb-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumb-item+.breadcrumb-item::before {
    height: 100%;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 12px;
    color: #999;
}

a.breadcrumb-item:hover {
    color: #17b978;
}

/*//////////////////////////////////////////////////////////////////
[ Pagination ]*/

.pagi-item {
    font-size: 13px;
    line-height: 1.5;
    color: #808080;
    width: 36px;
    height: 36px;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
}

.pagi-item.pagi-active {
    background-color: #17b978;
    border-color: #17b978;
    color: #fff;
}

/*==================================================================
   COLOR COLOR COLOR COLOR COLOR COLOR COLOR COLOR COLOR COLOR COLOR 
==================================================================*/

.bocl0 {
    border-color: #fff;
}

.bocl1 {
    border-color: #111;
}

.bocl2 {
    border-color: #222;
}

.bocl3 {
    border-color: #333;
}

.bocl4 {
    border-color: #444;
}

.bocl5 {
    border-color: #555;
}

.bocl6 {
    border-color: #666;
}

.bocl7 {
    border-color: #777;
}

.bocl8 {
    border-color: #888;
}

.bocl9 {
    border-color: #999;
}

.bocl10 {
    border-color: #17b978;
}

.bocl11 {
    border-color: #e6e6e6;
}

.bocl12 {
    border-color: #ccc;
}

.bocl13 {
    border-color: #d9d9d9;
}

/*---------------------------------------------*/

.cl-none {
    color: transparent;
}

.cl0 {
    color: #fff;
}

.cl1 {
    color: #111;
}

.cl2 {
    color: #222;
}

.cl3 {
    color: #333;
}

.cl4 {
    color: #444;
}

.cl5 {
    color: #555;
}

.cl6 {
    color: #666;
}

.cl7 {
    color: #777;
}

.cl8 {
    color: #888;
}

.cl9 {
    color: #999;
}

.cl10 {
    color: #17b978;
}

.cl11 {
    color: #ccc;
}

.cl12 {
    color: #e71d69;
}

.cl13 {
    color: #15a752;
}

.cl14 {
    color: #e3724a;
}

.cl15 {
    color: #b2b2b2;
}

.cl16 {
    color: #e5e5e5;
}

.cl17 {
    color: #00b5e9;
}

.cl18 {
    color: #2489b0;
}

/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/

.f1-s-1 {
    font-size: 14px;
    line-height: 1.7;
}

.f1-s-2 {
    font-size: 14px;
    line-height: 1.2;
}

.f1-s-3 {
    font-size: 12px;
    line-height: 1.7;
}

.f1-s-4 {
    font-size: 12px;
    line-height: 1.7;
}

.f1-s-5 {
    font-size: 15px;
    line-height: 1.333333;
}

.f1-s-6 {
    font-size: 12px;
    line-height: 1.7;
}

.f1-s-7 {
    font-size: 15px;
    line-height: 1.466667;
}

.f1-s-8 {
    font-size: 14px;
    line-height: 1.5;
}

.f1-s-9 {
    font-size: 12px;
    line-height: 1.5;
}

.f1-s-10 {
    font-size: 13px;
    line-height: 1.3;
}

.f1-s-11 {
    font-size: 14px;
    line-height: 1.8;
}

.f1-s-12 {
    font-size: 15px;
    line-height: 1.8;
}

.f1-s-13 {
    font-size: 13px;
    line-height: 1.7;
}

/*---------------------------------------------*/

.f2-s-1 {
    font-size: 14px;
    line-height: 1.7;
}

/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/

.f1-m-1 {
    font-size: 16px;
    line-height: 1.5;
}

.f1-m-2 {
    font-size: 18px;
    line-height: 1.333333;
}

.f1-m-3 {
    font-size: 20px;
    line-height: 1.25;
}

.f1-m-4 {
    font-size: 16px;
    line-height: 1.5;
}

.f1-m-5 {
    font-size: 24px;
    line-height: 1.3;
}

.f1-m-6 {
    font-size: 18px;
    line-height: 1.333333;
}

.f1-m-7 {
    font-size: 20px;
    line-height: 1.3;
}

/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/

.f1-l-1 {
    font-size: 30px;
    line-height: 1.2;
}

.f1-l-2 {
    font-size: 22px;
    line-height: 1.272727;
}

.f1-l-3 {
    font-size: 30px;
    line-height: 1.3;
}

.f1-l-4 {
    font-size: 22px;
    line-height: 1.545454;
}

.f1-l-5 {
    font-size: 36px;
    line-height: 1.333333;
}

/*==================================================================
    SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE 
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ Size ]*/

.size-a-1 {
    width: 45px;
    height: 100%;
}

.size-a-2 {
    width: 220px;
    height: 45px;
}

.size-a-3 {
    width: 100%;
    height: 440px;
}

.size-a-4 {
    width: 100%;
    height: 244px;
}

.size-a-5 {
    width: 100%;
    height: 194px;
}

.size-a-6 {
    max-width: 100%;
    max-height: 72px;
}

.size-a-7 {
    max-width: 100%;
    max-height: 54px;
}

.size-a-8 {
    width: 30px;
    height: 30px;
}

.size-a-9 {
    width: 100%;
    height: 60px;
}

.size-a-10 {
    width: 55px;
    height: 100%;
}

/*---------------------------------------------*/

.size-a-11 {
    width: 100%;
    height: 536px;
}

@media (max-width: 1199px) {
    .size-a-11 {
        height: 400px;
    }
}

@media (max-width: 575px) {
    .size-a-11 {
        height: 350px;
    }
}

/*---------------------------------------------*/

.size-a-12 {
    width: 100%;
    height: 292px;
}

.size-a-13 {
    width: 100%;
    height: 50px;
}

.size-a-14 {
    width: 100%;
    height: 219px;
}

.size-a-15 {
    width: 100%;
    min-height: 150px;
}

.size-a-16 {
    width: 100%;
    max-width: 286px;
    height: 50px;
}

.size-a-17 {
    max-width: 100%;
    min-width: 180px;
    height: 40px;
}

/*---------------------------------------------*/

.size-a-18 {
    width: 100%;
    height: 680px;
}

@media (max-width: 767px) {
    .size-a-18 {
        height: 480px;
    }
}

/*---------------------------------------------*/

.size-a-19 {
    width: 100%;
    height: 50px;
}

.size-a-20 {
    max-width: 100%;
    min-width: 120px;
    height: 40px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/

.size-w-0 {
    flex-grow: 1;
}

.size-w-1 {
    width: 100px;
}

.size-w-2 {
    width: calc(100% - 118px);
}

.size-w-3 {
    width: calc(100% - 48px);
}

.size-w-4 {
    width: 80px;
}

.size-w-5 {
    width: calc(100% - 95px);
}

.size-w-6 {
    width: calc(62% - 20px);
}

.size-w-7 {
    width: calc(38% - 20px);
}

.size-w-8 {
    width: 260px;
}

.size-w-9 {
    width: calc(100% - 285px);
}

.size-w-10 {
    width: 100px;
}

.size-w-11 {
    width: calc(100% - 118px);
}

/*//////////////////////////////////////////////////////////////////
[ Height ]*/

.size-h-1 {
    max-height: 45px;
}

.size-h-2 {
    min-height: 40px;
}

.size-h-3 {
    height: 95px;
}

.size-h-3 {
    height: 95px;
}

.size-h-4 {
    min-height: 80px;
}

/*==================================================================
   BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND 
==================================================================*/

.bg-none {
    background-color: transparent;
}

.bg0 {
    background-color: #fff;
}

.bg1 {
    background-color: #111;
}

.bg2 {
    background-color: #222;
}

.bg3 {
    background-color: #333;
}

.bg4 {
    background-color: #444;
}

.bg5 {
    background-color: #555;
}

.bg6 {
    background-color: #666;
}

.bg7 {
    background-color: #777;
}

.bg8 {
    background-color: #888;
}

.bg9 {
    background-color: #999;
}

.bg10 {
    background-color: #17b978;
}

.bg11 {
    background-color: #151515;
}

.bg12 {
    background-color: #000;
}

/*---------------------------------------------*/

.bg-img1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*---------------------------------------------*/

.bg-img2 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*---------------------------------------------*/

.bg-facebook {
    background-color: #3b5998;
}

.bg-twitter {
    background-color: #1da1f2;
}

.bg-youtube {
    background-color: #ff0000;
}

.bg-google {
    background-color: #dd4b39;
}

.bg-pinterest {
    background-color: #bd081c;
}

/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/

/*---------------------------------------------*/

.how-bor1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.how-bor1:last-child {
    border: none;
}

/*---------------------------------------------*/

.how-bor2 {
    border-bottom: 1px solid #f0f0f0;
}

.how-bor2:last-child {
    border: none;
}

/*---------------------------------------------*/

.how-bor3 {
    border-bottom: 1px solid #e6e6e6;
}

.how-bor3:first-child {
    border-top: 1px solid #e6e6e6;
}

/*---------------------------------------------*/

.how-txt1 {
    white-space: normal;
    display: box;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*---------------------------------------------*/

.how-txt2 {
    white-space: normal;
    display: box;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*---------------------------------------------*/

.how-txt3 {
    white-space: normal;
    overflow: hidden;
}

/*---------------------------------------------*/

.how-overlay1 {
    position: relative;
    z-index: 1;
}

.how-overlay1::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background: linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

/*---------------------------------------------*/

.how1 {
    position: relative;
}

.how1-child1 {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background: linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.how1:hover .how1-child1 {
    opacity: 0.3;
}

.how1-child2 {
    z-index: 3;
}

/*---------------------------------------------*/

.how2 {
    height: 50px;
    border: 1px solid #e6e6e6;
    padding: 0 18px;
    position: relative;
}

.how2::before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
}

.how2-cl1::before {
    background-color: #e71d69;
}

.how2-cl2::before {
    background-color: #15a752;
}

.how2-cl3::before {
    background-color: #e3724a;
}

.how2-cl4::before {
    background-color: #333;
}

.how2-cl5::before {
    background-color: #00b5e9;
}

.how2-cl6::before {
    background-color: #2489b0;
}

/*==================================================================
      PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ Hover ]*/

.hov-cl0:hover {
    color: #fff;
}

.hov-bg0:hover {
    background-color: #fff;
}

.hov-cl10:hover {
    color: #17b978;
}

.hov-bg10:hover {
    background-color: #17b978;
}

/*---------------------------------------------*/

.hov-img0 {
    display: block;
    overflow: hidden;
}

.hov-img0>img {
    width: 100%;
    -webkit-transition: transform 0.9s ease;
    -o-transition: transform 0.9s ease;
    -moz-transition: transform 0.9s ease;
    transition: transform 0.9s ease;
}

.hov-img0:hover>img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.bdr-top-fotter {
    border-top: solid 1px #171717;
}

.social-links {
    float: right;
}

.social-links li {
    float: left;
    list-style-type: none;
}

.social-links li a {
    height: 46px;
    width: 46px;
    background: #161718;
    color: #94a2ab;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    display: inline-block;
    margin-left: 10px;
}

.p-0 {
    padding: 0px;
}

.line-copy {
    line-height: 46px;
}

.footer-menu {
    width: 100%;
}

.footer-menu h1 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 20px;
    margin: 0px;
}

.footer-menu ul {
    padding: 0px;
    margin: 0px;
    float: left;
}

.footer-menu ul li {
    list-style-type: none;
}

.footer-menu ul li a {
    color: #868686;
    padding-bottom: 7.5px;
    display: inline-block;
    font-size: 16px;
}

.footer-menu p {
    color: #868686;
    font-size: 16px;
    line-height: 30px;
}

.footer-space {
    padding: 50px 0px 50px 0px;
}

.p-l-0 {
    padding-left: 0px;
}

.p-r-0 {
    padding-right: 0px;
}

.footer-box-3 .footer-menu {
    width: 105px;
    float: right;
}

.input-field {
    display: block;
    width: 100%;
    height: 45px !important;
    background: transparent;
    font-size: 15px;
    color: #000;
    line-height: 1.2;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px #ddd !important;
}

.input-field .btn-light {
    color: #000;
    background-color: #fff !important;
    border-color: #fff !important;
    height: 43px;
}

.input-field .btn-light.active,
.input-field .btn-light:active,
.input-field .show>.btn-light.dropdown-toggle {
    background-color: #fff !important;
    background-image: none;
    border-color: #fff !important;
}

.input-field:focus,
.input-field:visited,
.input-field:active {
    border: solid 1px #0d52ff !important;
}

.bootstrap-select .dropdown-menu li a {
    padding: 10px 10px;
}

.register-login {
    padding: 60px 0px;
}

.register-login p {
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 400;
    padding-top: 5px;
}

.label-100 {
    font-size: 15px;
    color: #000;
    padding: 0px;
    margin-bottom: 10px;
    font-weight: 600;
}

.register-login .form-group {
    margin-bottom: 30px;
}

.register-login p.terms-row {
    font-size: 18px;
    color: #000;
    padding: 0px;
    margin-bottom: 10px;
    font-weight: 400;
}

.register-login p.terms-row span.bold {
    font-size: 16px;
    font-weight: 600;
}

.register-login p.terms-row a {
    font-size: 18px;
    color: #0d52ff;
}

.sign-btn-space {
    padding-top: 30px;
}

.d-block {
    display: block;
}

.pass-icon {
    position: absolute;
    background: transparent;
    z-index: 1000;
    right: 0px;
    font-size: 18px;
    border: none;
    margin: 3.5px;
    color: #696969;
}

.pass-icon a {
    color: #696969;
}

.password-field .form-control:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.datepicker {
    border: 1px solid #0029ff;
    padding: 8px;
    z-index: 10000 !important;
    margin-top: 6px;
}

.datepicker table tr th {
    font-weight: 600
}

.datepicker table tr td .active.disabled,
.datepicker table tr td span.active.active,
.datepicker table tr td.active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover,
.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover,
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #0029ff !important;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff !important
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #f5f6f8
}

.datepicker table tr td span.new,
.datepicker table tr td span.old,
.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #adb5bd;
    opacity: .6
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
    background-color: #f6f6f6
}

.table-condensed>tbody>tr>td,
.table-condensed>thead>tr>th {
    padding: 7px
}

.bootstrap-datepicker-inline .datepicker-inline {
    width: auto !important;
    display: inline-block
}

.datepicker-dropdown:before {
    border-bottom-color: #0029ff;
}

.revolution-bg {
    background: #0029ff;
    padding: 60px 0px;
}

.revolution-block {
    display: table;
    height: 100%;
}

.revolution-head {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.revolution-head h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
}

.revolution-head h3 {
    font-size: 36px;
    color: #9ebaff;
    font-weight: 700;
}

.revolution-join {
    display: block;
}

.revolution-join .input-field2 {
    display: block;
    width: 100%;
    height: 45px !important;
    background: #3d75ff;
    font-size: 15px;
    line-height: 1.2;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px #3d75ff;
    color: #fff;
}

.revolution-join .input-field2:focus {
    border: solid 1px #fff;
}

.revolution-join .input-field2::placeholder {
    color: #b1c8ff;
}

.join-btn {
    background: #fff;
    border-radius: 4px;
    padding: 9px 24px;
    font-size: 18px;
    color: #000;
    display: block;
    width: 100%;
}

.join-btn i {
    font-size: 14px;
}

.d-table {
    display: table;
}

.bg-white {
    background: #fff;
}

.slider-text h1 {}

.slider-text.right h1,
.slider-text.right h5,
.slider-text.right p {
    text-align: right;
}

.slider-text.right p::before {
    content: "";
    background: url(https://cms.deepthought.education:5055/images/icons/quotes-icon.svg) top left no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    background-size: 80%;
    position: absolute;
    right: 0px;
    top: 15px;
}

.slider-text.right p {
    padding-top: 60px;
    position: relative;
}

.slider-text h5 {
    font-size: 18px;
    color: #000;
    margin-bottom: 25px;
    font-family: "Inter", sans-serif !important;
}

.slider-text p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
}

.slider-text p span.bold {
    font-size: 16px;
    font-weight: 600;
}

.slider-text p::before {
    content: "";
    background: url(https://cms.deepthought.education:5055/images/icons/quotes-icon.svg) top left no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    background-size: 80%;
    margin-bottom: 10px;
}

.scroll-one .owl-pagination,
.scroll-two .owl-pagination {
    display: none;
}

.scroll-hero .owl-buttons {
    display: none;
}

.scroll-hero .item img {
    width: 100%;
    border-radius: 7.5px;
}

.scroll-one.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #0029ff;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.scroll-one.owl-theme .owl-controls .owl-buttons div.owl-prev {
    margin: 5px 0px;
}

.scroll-one.owl-theme .owl-controls .owl-buttons div.owl-next {
    margin: 5px 10px;
}

.scroll-one.owl-theme .owl-controls {
    margin-top: -25px;
    text-align: left;
    position: relative;
}

.scroll-two.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #0029ff;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.scroll-two.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.scrolls-space {
    padding: 60px 0px;
}

.about-space {
    padding: 60px 0px 0px 0px;
}

.blog-space {
    padding: 60px 0px 60px 0px;
}

.blog-space2 {
    padding: 60px 0px 60px 0px;
}

.blog-border-footer {
    border-bottom: solid 1px #e4e4e4;
}

.blog-space h1 {
    font-size: 60px;
    line-height: 65px;
}

.hero-block {
    background: #0029ff;
    padding: 80px 0px;
}

.hero-block h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
}

.hero-block h1 span {
    width: 100%;
    display: block;
}

.hero-block p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding-left: 35px;
    padding-right: 100px;
    margin: 40px 0px 0px 0px;
    border-left: solid 5px #fff;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.play-icon {
    position: absolute;
    z-index: 100;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.play-icon img {
    height: 50px;
    width: 50px;
}

.media-resence {
    background: #f3f6ff;
    padding: 60px 0px;
}

.midia-logos {
    text-align: center;
    background: #fff;
    border-radius: 4px;
    display: table;
    width: 100%;
    height: 90px;
}

.midia-logos .img {
    vertical-align: middle;
    display: table-cell;
}

.midia-logos .img img {
    max-width: 100%;
    padding: 15px;
}

.main-head {
    font-size: 42px;
    color: #000;
    padding: 0px;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 45px;
}

.sub-head {
    font-size: 30px;
    color: #000;
    padding: 0px;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 30px;
}

.main-head span.thin {
    font-weight: 300;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-30 {
    padding-bottom: 30px;
}

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

.main-head4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: "Inter", sans-serif !important;
}

.para-txt {
    font-size: 18px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 30px !important;
}

.blue-round-bg {
    background: #0029ff;
    width: 64px;
    height: 64px;
    line-height: 64px !important;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
}

.blue-round-bg i {
    font-size: 16px;
}

.question-media::before {
    content: "";
    background: url(https://cms.deepthought.education:5055/images/icons/quotes-icon.svg) top left no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    background-size: 80%;
}

#owl-demo .item img,
#owl-demo2 .item img,
#owl-demo2 .item img {
    display: block;
    width: 100%;
}

.about-background {
    background: url(https://cms.deepthought.education:5055/images/about-background.png) top center no-repeat;
    background-size: 100% 100%;
}

.about-background .about-height {
    min-height: 400px;
}

.vision-mission-box {
    position: absolute;
    width: 100%;
    color: #fff;
    padding: 25px;
    font-size: 15px;
    bottom: 0;
}

.vision-mission-box.one {
    background: #000;
}

.vision-mission-box.two {
    background: #0D52FF;
}

.values-about {
    padding: 60px 0px 0px 0px;
    background: #F5F5F5;
}

.values {
    margin-bottom: 60px;
}

.value-margin {
    margin-bottom: 40px;
}

.values h4 {
    font-size: 20px;
    color: #000;
    margin: 15px 0px 10px 0px;
    font-family: "Inter", sans-serif !important;
}

.values p {
    font-size: 15px;
    color: #000;
}

.leadership {
    padding: 60px 0px 60px 0px;
    background: #fff;
}

.leadership-para {
    color: #000;
    padding: 10px 0px;
    width: 50%;
    font-size: 16px;
    margin-bottom: 40px;
}

.content {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: #f5f5f5;
    padding: 40px 15px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.content .content-overlay {
    background: rgba(13, 82, 255, 0.94);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.team-social {
    height: 40px;
    width: 40px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    display: inline-block;
    margin: 0px 2.5px;
}

.team-social i {
    font-size: 20px;
}

.team-social:hover {
    height: 40px;
    width: 40px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    display: inline-block;
}

.content img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.content h5 {
    font-size: 18px;
    color: #000;
    margin: 0px 0px 0px 0px;
}

.content p {
    font-size: 14px;
    color: #696969;
    margin: 0px 0px 5px 0px;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-top {
    top: 20%;
}

.deep-space {
    padding: 60px 0px;
    background: #F3F6FF;
}

.deep-space2 {
    padding: 60px 0px;
}

.deep-space p {
    color: #000;
    font-size: 15px;
    width: 80%;
    margin: 0px 10%;
    text-align: center;
    margin-top: 30px;
}

.deep-space-question {
    padding: 60px 0px 0px 0px;
    background: #fff;
}

.deep_tabs {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.deep_tabs .nav-tabs {
    text-align: center;
    display: block;
    margin-bottom: 30px;
    border-bottom: none;
}

.deep_tabs .nav-tabs li {
    float: none;
    line-height: 40px;
    display: inline-block;
}

.deep_tabs .nav-tabs li a {
    background: #fff;
    border-radius: 30px;
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    align-items: center;
    padding: 6px 15px;
    border: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 15px;
}

.deep_tabs .nav-tabs li a.active {
    background: #0D52FF;
    color: #fff;
}

.deep_tabs .panel-group .panel h4 {
    background: #0D52FF;
    color: #fff;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.deep_tabs .panel-group .panel h4 a {
    color: #fff;
    padding: 8px;
    display: block;
    /* 	margin-bottom: 15px; */
}

.deep_tabs .panel-collapse {
    padding: 15px;
    padding-bottom: 0px;
}

.deep_tabs .panel-group .panel {
    margin-bottom: 15px;
    border-radius: 5px;
    border: solid 1px #b2bbd6;
}

.sub-scribe {
    margin-top: 98px;
}

.sub-scribe-form {
    margin-top: 24px;
}

.sub-scribe-form input {
    width: 50%;
    float: left;
    padding: 13px 10px;
    border: solid 1px #E4E4E4;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
}

.sub-scribe-form button {
    padding: 16px 25px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    background: #0D52FF;
    margin-left: 20px;
}

.sub-scribe p {
    font-size: 16px;
    color: #000;
}

.sub-scribe p span {
    font-weight: 500;
}

.blog-search {
    width: 60%;
    float: right;
}

.blog-search input {
    width: 60%;
    padding: 12.5px 50px 12.5px 10px;
    border: solid 1px #E4E4E4;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    border-radius: 5px;
}

.blog-search .input-group-btn {
    margin-left: -38px;
    z-index: 1000;
}

.blog-search .input-group-btn button {
    outline: none;
    box-shadow: none;
}

.blog-search .input-group-btn button i {
    color: #696969;
}

.input-group .form-control:not(:last-child) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.artcle-space {
    padding-bottom: 40px;
}

.blog_tabs {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.blog_tabs .nav-tabs {
    text-align: left;
    display: block;
    margin-bottom: 30px;
    border-bottom: none;
}

.blog_tabs .nav-tabs li {
    display: inline;
}

.blog_tabs .nav-tabs li a {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    align-items: center;
    padding: 7px 0px;
    border: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 25px;
    display: inline-block;
}

.blog_tabs .nav-tabs li a.active {
    color: #0D52FF;
    font-weight: 600;
}

.blog_tabs .panel-group .panel h4 {
    background: #0D52FF;
    color: #fff;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.blog_tabs .panel-group .panel h4 a {
    color: #fff;
    padding: 8px;
    display: block;
    /* 	margin-bottom: 15px; */
}

.blog_tabs .panel-collapse {
    padding: 15px;
    padding-bottom: 0px;
}

.blog_tabs .panel-group .panel {
    margin-bottom: 15px;
    border-radius: 5px;
    border: solid 1px #b2bbd6;
}

.blog-artcle-box {
    display: block;
    margin-bottom: 40px;
}

.blog-data p {
    width: 100%;
    display: inline-block;
    color: #000;
    font-size: 13px;
    padding: 10px 0px;
}

.blog-data p span:nth-child(1) {
    text-align: left;
}

.blog-data p span:nth-child(2) {
    float: right;
}

.blog-data h5 {
    width: 100%;
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.blog-img {
    margin: 0px;
    padding: 0px;
}

.blog-img img {
    width: auto;
    height: auto;
    border-radius: 0px;
    margin-bottom: 0px;
}

.blog-artcle-box .content {
    padding: 0px 0px;
    border-radius: 8px;
    margin-bottom: 0px;
}

.read-article {
    font-size: 18px !important;
    padding-bottom: 5px;
}

.blog-link {
    color: #0D52FF !important;
    font-size: 15px !important;
    line-height: 40px;
}

.blog-link:hover {
    color: #0D52FF !important;
    font-size: 15px !important;
    line-height: 40px;
}

.blog-link i {
    color: #0D52FF !important;
    font-size: 15px !important;
}

.career-view {
    display: block;
}

.career-view p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.career-view h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 50px;
}

.career-view ul,
.blog-details ul {
    margin-top: 20px;
}

.career-view ul li,
.blog-details ul li {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    list-style-type: disc;
    margin-left: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.job-title {
    color: #696969 !important;
}

.job-title i {
    font-size: 6px;
    margin-left: 5px;
    margin-right: 5px;
}

.job-location {
    margin-bottom: 25px !important;
}

.job-location-careers {
    margin-top: 25px !important;
    margin-bottom: 0px !important;
}

.font-13 {
    font-size: 13px;
}

.career-txt {
    width: 50%;
    margin: 0px 25%;
    margin-top: 10px;
}

.careers-img {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.careers-img img.big {
    border-radius: 8px;
}

.career-box {
    border-radius: 8px;
    border: solid 1px #E4E4E4;
    display: block;
    padding: 20px;
    margin-bottom: 30px;
    cursor: pointer;
}

.career-box h2 {
    color: #000;
    font-size: 18px;
}

.career-box:hover {
    border-radius: 8px;
    border: solid 1px #0d52ff;
    display: block;
    background: #0d52ff;
}

.career-box:hover h2 {
    color: #fff;
}

.career-box:hover p {
    color: #fff !important;
}

.career-round {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    float: right;
    background: #fff;
    line-height: 35px;
    color: #fff;
    text-align: center;
    margin-top: -5px;
}

.career-box:hover p.job-location-careers span.career-round {
    color: #0d52ff !important;
}

.blog-single-headspce {
    padding: 20px 0px 0px 0px;
}

.blog-details p {
    color: #000;
    margin-bottom: 15px;
}

.blog-single-img {
    margin: 30px 0px;
}

.blog-resource {
    display: block;
    margin-bottom: 50px;
    margin-top: 30px;
}

.blog-resource h4 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
}

.blog-resource ul {
    margin: 0px;
    padding: 0px;
}

.blog-resource ul li {
    list-style-type: none;
    margin-bottom: 10px;
    color: #000;
}

.blog-resource ul li p:nth-child(1) {
    font-weight: 700;
}

.blog-resource ul li p:nth-child(2) {
    word-wrap: break-word;
}

.blog-resource ul li p:nth-child(2):hover {
    color: #0D52FF;
}

.share-icon {
    text-align: center;
    color: #000;
    margin-top: 70px;
    font-weight: 600;
}

.share-item {
    width: 40px;
    display: inline-block;
    margin-top: 10px;
}

.share-item a {
    width: 40px;
    background: #eaeaea;
    display: block;
    height: 40px;
    margin-bottom: 15px;
    line-height: 40px;
    border-radius: 50%;
    color: #000;
}

.share-item a:hover {
    background: #0D52FF;
    color: #fff;
}

/*---------------------------------------------*/

.hov-link1:hover {
    color: #17b978;
    text-decoration: underline;
}

/*---------------------------------------------*/

.hov-btn1:hover {
    background-color: #17b978;
    border-color: #17b978;
    color: #fff;
}

/*---------------------------------------------*/

.hov-btn2:hover {
    border-color: #17b978;
    color: #17b978;
}

/*---------------------------------------------*/

.hov1:hover {
    opacity: 0.8;
}

/*==================================================================
   OTHER OTHER OTHER OTHER OTHER OTHER OTHER OTHER OTHER OTHER OTHER 
==================================================================*/

/*------------------------------------------------------------------
[ Input ]*/

.focus-in0:focus::-webkit-input-placeholder {
    color: transparent;
}

.focus-in0:focus:-moz-placeholder {
    color: transparent;
}

.focus-in0:focus::-moz-placeholder {
    color: transparent;
}

.focus-in0:focus:-ms-input-placeholder {
    color: transparent;
}

.plh3::-webkit-input-placeholder {
    color: #333;
}

.plh3:-moz-placeholder {
    color: #333;
}

.plh3::-moz-placeholder {
    color: #333;
}

.plh3:-ms-input-placeholder {
    color: #333;
}

.plh6::-webkit-input-placeholder {
    color: #666;
}

.plh6:-moz-placeholder {
    color: #666;
}

.plh6::-moz-placeholder {
    color: #666;
}

.plh6:-ms-input-placeholder {
    color: #666;
}

.plh9::-webkit-input-placeholder {
    color: #999;
}

.plh9:-moz-placeholder {
    color: #999;
}

.plh9::-moz-placeholder {
    color: #999;
}

.plh9:-ms-input-placeholder {
    color: #999;
}

/*------------------------------------------------------------------
[ Parallax100 ]*/

.parallax100 {
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .parallax100 {
        background-attachment: inherit;
    }
}

/*------------------------------------------------------------------
[ Wrap Picture ]*/

.wrap-pic-s,
.wrap-pic-max-s,
.wrap-pic-w,
.wrap-pic-max-w,
.wrap-pic-h,
.wrap-pic-max-h {
    display: block;
}

.wrap-pic-w>img {
    width: 100%;
}

.wrap-pic-max-w>img {
    max-width: 100%;
}

.wrap-pic-h>img {
    height: 100%;
}

.wrap-pic-max-h>img {
    max-height: 100%;
}

.wrap-pic-s>img {
    width: 100%;
    height: 100%;
}

.wrap-pic-max-s>img {
    max-width: 100%;
    max-height: 100%;
}

.login-search-mobile {
    margin: 0px;
    padding: 0px;
}

.login-search-mobile .search-iocn {
    margin-right: 0px;
}

.login-search-mobile .login {
    float: none;
    margin-left: 15px;
    margin-top: 10px;
}

.media-resence .owl-theme .owl-controls {
    display: none !important;
}

#sync1 .item {
    padding: 20px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync2 .item {
    padding: 10px 15px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    width: 100% !important;
}

#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .owl-wrapper .owl-item {
    width: 25% !important;
    float: none;
    display: inline-block;
}

#sync2 .owl-wrapper .owl-item.synced .item .midia-logos {
    background: #dce6ff;
}

#sync2.owl-carousel .owl-wrapper {
    width: 100% !important;
    text-align: center;
}

.blog-single-img img {
    max-width: 100%;
}

/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/

@media (max-width: 1199px) {
    .hero-block h1 {
        font-size: 48px;
        line-height: 52px;
    }
    .hero-block p {
        font-size: 16px;
        line-height: 25px;
        padding-left: 15px;
        padding-right: 50px;
        margin: 25px 0px 0px 0px;
        border-left: solid 3px #fff;
    }
    .hero-block {
        background: #0029ff;
        padding: 40px 0px;
    }
    .main-head {
        font-size: 36px;
    }
    .scroll-one.owl-theme .owl-controls {
        text-align: left;
        position: relative;
        margin-top: 0px;
    }
    .scroll-two.owl-theme .owl-controls {
        text-align: right;
        position: relative;
    }
    .revolution-head h1 {
        font-size: 42px;
    }
    .revolution-head h3 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .share-item a {
        display: block;
        float: left;
        margin-right: 15px;
        text-align: center;
    }
    .share-icon {
        text-align: left;
    }
    .share-icon {
        margin-top: 0px;
    }
    .share-item {
        width: 100%;
    }
    .container {
        max-width: 95%;
    }
    .midia-logos {
        height: auto;
    }
    #sync2 .item {
        padding: 3px 3px;
        margin: 0px;
    }
    #sync2 .owl-wrapper .owl-item {
        width: 33.33% !important;
    }
    .blue-round-bg {
        width: 50px;
        height: 50px;
        line-height: 50px !important;
    }
    .respon1 {
        font-size: 22px
    }
    .layout {
        padding-top: 65px;
    }
    .login-search-desktop {
        display: none;
    }
    .register-login p.terms-row a {
        font-size: 16px;
    }
    .respon2 {
        font-size: 22px
    }
    .hero-block h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .hero-block p {
        font-size: 15px;
        line-height: 22px;
        padding-left: 10px;
        padding-right: 15px;
        margin: 20px 0px 20px 0px;
        border-left: solid 3px #fff;
    }
    .hero-block {
        padding: 25px 0px;
    }
    .main-head {
        font-size: 30px;
    }
    .slider-text h5 {
        font-size: 15px;
        margin-bottom: 25px;
        font-weight: 500;
    }
    .scroll-one .item img {
        margin-top: 20px;
    }
    .scroll-two .item img {
        margin-bottom: 20px;
    }
    .scrolls-space {
        border-bottom: dashed 2px #ccc;
    }
    .media-resence {
        background: #f3f6ff;
        padding: 25px 0px;
    }
    .scroll-one.owl-theme .owl-controls {
        margin-top: 10px;
    }
    .scroll-two.owl-theme .owl-controls {
        margin-top: 10px;
        text-align: right;
        position: relative;
    }
    .media-resence .col-lg-3 {
        margin-bottom: 15px;
    }
    .main-head4 {
        font-size: 18px;
    }
    .para-txt {
        font-size: 15px;
    }
    .revolution-head h1 {
        font-size: 30px;
    }
    .revolution-head h1 {
        font-size: 30px;
    }
    .revolution-head h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .revolution-bg {
        padding: 25px 0px;
    }
    .footer-space {
        padding: 25px 15px;
    }
    .footer-box-2,
    .footer-box-3 {
        padding-left: 0px;
    }
    .footer-box-3 .footer-menu {
        width: 100%;
        float: none;
    }
    .footer-menu h1 {
        font-size: 15px;
        padding-bottom: 5px;
    }
    .footer-menu p {
        color: #868686;
        font-size: 15px;
        line-height: 25px;
    }
    .footer-menu ul li a {
        padding-bottom: 5.5px;
        font-size: 15px;
    }
    .bdr-top-fotter {
        padding-left: 30px;
        padding-right: 30px;
    }
    .social-links {
        float: left;
    }
    .social-links li a {
        margin-left: 0px;
        margin-right: 10px;
    }
    .register-login {
        padding: 25px 0px;
    }
    .register-login p {
        font-size: 17px;
    }
    .register-login p.terms-row {
        font-size: 16px;
    }
    .sub-scribe p {
        font-size: 14px;
    }
    .sub-scribe-form input {
        width: 67%;
    }
    .blog-space h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .sub-scribe-form button {
        padding: 16px 10px;
        margin-left: 5px;
    }
    .sub-scribe-form {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .sub-scribe {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .career-txt {
        width: 80%;
        margin: 0px 10%;
    }
    .sub-head {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .main-head {
        font-weight: 700;
        line-height: 36px;
    }
    .blog-artcle-box {
        display: block;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: solid 1px #dedede;
    }
    .sub-scribe p {
        font-size: 14px;
    }
    .sub-scribe-form input {
        width: 67%;
    }
    .blog-space h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .sub-scribe-form button {
        padding: 16px 10px;
        margin-left: 5px;
    }
    .sub-scribe-form {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .sub-scribe {
        margin-top: 25px;
    }
    .blog-space2 {
        padding: 25px 0px 25px 0px;
    }
    .blog-space {
        padding: 25px 0px 25px 0px;
    }
    .artcle-space {
        padding-bottom: 20px;
    }
    .blog-search {
        width: 85%;
        float: left;
    }
    .deep-space {
        padding: 25px 0px;
    }
    .deep-space p {
        width: 100%;
        margin: 0px 0%;
        margin-top: 15px;
    }
    .deep-space-question {
        padding: 25px 0px 0px 0px;
    }
    .video-box-stream {
        margin-bottom: 25px;
    }
    .leadership {
        padding: 25px 0px 25px 0px;
    }
    .leadership-para {
        color: #000;
        padding: 10px 0px;
        width: 100%;
        font-size: 15px;
        margin-bottom: 20px;
    }
    .values {
        margin-bottom: 30px;
    }
    .about-space {
        padding: 25px 0px 0px 0px;
    }
    .values-about {
        padding: 25px 0px 0px 0px;
    }
    .value-margin {
        margin-bottom: 20px;
    }
    .vision-mission-box {
        position: relative;
        padding: 15px;
        margin-bottom: 30px;
    }
    .vision-mission-box.one {
        margin-top: 40px;
    }
    .about-background .about-height {
        min-height: auto;
    }
    .register-login p.terms-row a {
        font-size: 16px;
    }
    .respon2 {
        font-size: 22px
    }
    .hero-block h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .hero-block p {
        font-size: 15px;
        line-height: 22px;
        padding-left: 10px;
        padding-right: 15px;
        margin: 20px 0px 20px 0px;
        border-left: solid 3px #fff;
    }
    .hero-block {
        padding: 25px 0px;
    }
    .main-head {
        font-size: 30px;
    }
    .slider-text h5 {
        font-size: 15px;
        margin-bottom: 25px;
        font-weight: 500;
    }
    .scroll-one .item img {
        margin-top: 20px;
    }
    .scroll-two .item img {
        margin-bottom: 20px;
    }
    .scrolls-space {
        border-bottom: dashed 2px #ccc;
    }
    .media-resence {
        background: #f3f6ff;
        padding: 25px 0px;
    }
    .scroll-one.owl-theme .owl-controls {
        margin-top: 10px;
    }
    .scroll-two.owl-theme .owl-controls {
        margin-top: 10px;
        text-align: right;
        position: relative;
    }
    .media-resence .col-lg-3 {
        margin-bottom: 15px;
    }
    .main-head4 {
        font-size: 18px;
    }
    .para-txt {
        font-size: 15px;
    }
    .revolution-head h1 {
        font-size: 30px;
    }
    .revolution-head h1 {
        font-size: 30px;
    }
    .revolution-head h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .revolution-bg {
        padding: 25px 0px;
    }
    .footer-space {
        padding: 25px 15px;
    }
    .footer-box-2,
    .footer-box-3 {
        padding-left: 0px;
    }
    .footer-box-3 .footer-menu {
        width: 100%;
        float: none;
    }
    .footer-menu h1 {
        font-size: 15px;
        padding-bottom: 5px;
    }
    .footer-menu p {
        color: #868686;
        font-size: 15px;
        line-height: 25px;
    }
    .footer-menu ul li a {
        padding-bottom: 5.5px;
        font-size: 15px;
    }
    .bdr-top-fotter {
        padding-left: 30px;
        padding-right: 30px;
    }
    .social-links {
        float: left;
    }
    .social-links li a {
        margin-left: 0px;
        margin-right: 10px;
    }
    .register-login {
        padding: 25px 0px;
    }
    .register-login p {
        font-size: 17px;
    }
    .register-login p.terms-row {
        font-size: 16px;
    }
}

@media (max-width: 1010px) {
    .top-scroll-video {
        height: 400px;
    }
    .media-resence .carousel .thumb {
        padding: 10px;
        width: 50% !important;
        height: auto;
    }
}

@media (max-width: 767px) {
    .top-scroll-video {
        height: 350px;
    }
    .scroll-one .alice-carousel .alice-carousel__prev-btn,
    .scroll-one .alice-carousel .alice-carousel__next-btn,
    .scroll-two .alice-carousel .alice-carousel__prev-btn,
    .scroll-two .alice-carousel .alice-carousel__next-btn {
        margin-top: 10px !important;
    }
    .media-resence .carousel .thumbs {
        white-space: normal !important;
    }
}

@media (max-width: 575px) {
    .media-resence .carousel .thumb {
        padding: 10px;
        width: 50% !important;
        height: auto;
    }
    .media-resence .carousel .thumbs {
        overflow-x: hidden;
        margin-top: 20px;
        width: 100% !important;
    }
    .top-scroll-video {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .top-scroll-video {
        height: 250px;
    }
}
