/* ----------------------------------

Website: Senfine Academy
Author: @imbazim

Main Font    : Inter
Main Color   : #0d6efd

-------------------------------------

*/

* {
    padding: 0;
    margin: 0;
}
html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}
body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #151515;
}
html, body, .wrapper {
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    color: #002147;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
    margin: 0;
}
h1,h2,h3,h4 {
    margin-bottom: 15px;
}
h5,h5 {
    margin-bottom: 10px;
}
img {
    border: none;
    outline: none;
    max-width: 100%;
}
label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}
a, .btn, button {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    outline: medium none;
}
a img, iframe {
    border: none;
}
p {
    color: #151515;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}
pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}
input:focus, textarea:focus, select:focus {
    outline: none;
    box-shadow: inherit;
}
ul {
    margin: 0;
    list-style-type: none;
}
a {
    outline: none;
    color: #002147;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
}
a:active, a:focus, a:hover {
    text-decoration: underline;
    color: #2177bc;
    text-decoration-color: #66aa05;
}
b, strong {
    font-weight: 700;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex.middle {
    align-items: center;
}
.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    background-color: #0a58ca;
    border-color: #0a53be;
}
.btn-success {
    background-color: #198754;
    border-color: #198754;
}
.btn-success:hover {
    background-color: #157347;
    border-color: #146c43;
}
.btn-check:focus+.btn-success, .btn-success:focus {
    background-color: #157347;
    border-color: #146c43;
}
.btn-check:active+.btn-success, .btn-check:checked+.btn-success, .btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle {
    background-color: #146c43;
    border-color: #13653f;
}
.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    background-color: #bb2d3b;
    border-color: #b02a37;
}
.btn-check:focus+.btn-danger, .btn-danger:focus {
    background-color: #bb2d3b;
    border-color: #b02a37;
}
.btn-check:active+.btn-danger, .btn-check:checked+.btn-danger, .btn-danger.active, .btn-danger:active, .show>.btn-danger.dropdown-toggle {
    background-color: #b02a37;
    border-color: #a52834;
}
.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}
.btn-warning:hover {
    background-color: #ffca2c;
    border-color: #ffca2c;
    color: #000;
}
.btn-check:focus+.btn-warning, .btn-warning:focus {
    background-color: #ffcd39;
    border-color: #ffcd39;
}
.btn-check:active+.btn-warning, .btn-check:checked+.btn-warning, .btn-warning.active, .btn-warning:active, .show>.btn-warning.dropdown-toggle {
    background-color: #ffcd39;
    border-color: #ffcd39;
}
.btn.active, .btn:active {
    background-image: inherit !important;
}
.btn.focus, .btn:active:focus, .btn:active:hover, .btn:focus, .btn:hover {
    outline: 0;
}
.btn.circle {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.btn.active, .btn:active {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
.label-warning {
    background-color: #ffc107;
    color: #000;
}
input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: auto;
}
.logo {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
}
.container-half {
    margin: 0 auto;
    width: 60%;
    padding: 0 15px;
}
.bg-cover {
    background-position: center center;
    background-size: cover;
}
.bg-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}
.bg-gray {
    background-color: #f4f4f4;
}
.bg-gray-hard {
    background: linear-gradient(90deg, rgba(237,245,255,1) 0%, rgba(204,223,247,1) 100%);
}
.bg-light {
    background-color: #ffffff;
}
.bg-theme {
    background-color: #0d6efd;
}
.color-yellow .bg-theme {
    background-color: #ff9800;
}
.align-right {
    float: right;
}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light p, .text-light a {
    color: #ffffff;
}
.shadow {
    position: relative;
    z-index: 1;
}
.shadow.dark::after {
    background: #002147 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.shadow.dark-hard::after {
    background: #002147 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.shadow.light::after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.shadow.theme::after {
    background: #0d6efd none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.colo-yellow.shadow.theme::after, .colo-yellow .shadow.theme::after {
    background: #ff9800 none repeat scroll 0 0;
}
.shadow.theme-hard::after {
    background: #0d6efd none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.color-yellow.shadow.theme-hard::after, .color-yellow .shadow.theme-hard::after {
    background: #ff9800 none repeat scroll 0 0;
}
.default-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}
.default-padding.subscribe-area {
    padding-top: 40px;
    padding-bottom: 40px;
}
.default-padding-top {
    padding-top: 50px;
}
.default-padding-bottom {
    padding-bottom: 50px;
}
.default-padding.bottom-less {
    padding-top: 50px;
    padding-bottom: 40px;
}
.default-padding.bottom-only {
    padding-top: 50px;
    padding-bottom: 50px;
}
.default-padding.bottom-30 {
    padding-top: 120px;
    padding-bottom: 70px;
}
.default-padding.bottom-20 {
    padding-top: 120px;
    padding-bottom: 80px;
}
.padding-xl {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media screen and (min-width: 1200px) {
    .item-flex {
        display: flex;
    }
}
.item-flex.center {
    align-items: center;
}
.btn {
    display: inline-block;
    font-family: "Inter",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    letter-spacing: 1px;
    border-radius: 5px;
    overflow: hidden;
}
.btn-md {
    padding: 10px 40px 10px;
}
.btn-sm {
    font-size: 12px;
}
.btn-xsm {
    padding: 5px 18px;
    font-size: 12px;
}
.btn.btn-sm-pro {
    font-size: 10px;
    font-weight: 600;
    margin-top: 5px;
    padding: 4px 35px;
    display: inline-block;
}
.btn-border-light {
    border: 2px solid #ffffff;
}
.btn.btn-sm-pro.btn-border-light:hover, .btn.btn-sm-pro.btn-border-light:focus {
    background-color: #ffffff;
    color: #002147;
    border: 2px solid #ffffff;
}
.btn-gray {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 2px solid #e7e7e7;
}
.btn-gray:hover {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #e7e7e7;
}
.btn-dark {
    background-color: #002147;
    color: #ffffff;
    border: 2px solid #002147;
}
.btn-dark.border {
    background-color: transparent;
    color: #002147;
    border: 2px solid #002147;
}
.btn-dark.border:hover {
    background-color: #002147;
    color: #ffffff !important;
    border: 2px solid #002147;
}
.btn.btn-light {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ffffff;
    color: #002147;
}
.btn.btn-light:hover, .btn.btn-light:focus {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.btn.btn-light.effect:hover, .btn.btn-light.effect:focus {
    background-color: #0d6efd;
    color: #ffffff !important;
    border: 2px solid #0d6efd;
}
.btn.btn-light.border {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.btn.btn-light.border:hover {
    background: #ffffff none repeat scroll 0 0 !important;
    border: 2px solid #ffffff !important;
    color: #002147 !important;
}
.btn-dark:hover, .btn-dark:focus {
    color: #002147 !important;
    background: transparent;
}
.bg-dark {
    background: #2177bc none repeat scroll 0 0;
}
.bg-darker {
    background: #002147 none repeat scroll 0 0;
    background: linear-gradient(10deg, #002147, #1b5030);
}
.bg-gradient {
    background: linear-gradient(38deg, #0e5797, #28b2c9);
}
.btn-theme, .button-theme {
    background-color: #0d6efd;
    color: #002147 !important;
    border: 2px solid #0d6efd;
}
.btn-theme.border {
    background-color: transparent;
    color: #0d6efd !important;
    border: 2px solid #0d6efd;
}
.btn-theme.border:hover {
    background-color: #0d6efd;
    color: #ffffff !important;
    border: 2px solid #0d6efd;
}
.btn-theme.effect:hover, .btn-theme.effect:focus {
    background: #ffd134 none repeat scroll 0 0;
    border: 2px solid #ffd134;
    color: #ffffff !important;
}
.button-theme:hover, .button-theme:focus {
    background: #ffd134 none repeat scroll 0 0;
    color: #ffffff !important;
}
.btn.btn-sm-lm {
    font-size: 12px;
    padding: 4px 35px;
}
.btn-theme.b1 {
    background: linear-gradient(320deg, #7b31b3, #cf7835);
    color: #fff !important;
    border: 2px solid #dbbfeb;
}
.btn-theme.b1:hover {
    color: #fff !important;
    border: 2px solid #aa4af3;
}
.btn-theme.b1:active {
    color: #aa4af3 !important;
    border: 2px solid #aa4af3;
}
.btn-theme.b1:focus {
    color: #aa4af3 !important;
    background: #fff;
    border: 2px solid #aa4af3;
}
.btn-theme.b2 {
    background: linear-gradient(320deg, #7b31b3, #cf7835);
    color: #fff !important;
    border: 2px solid #dbbfeb;
}
.btn-theme.b2:hover {
    color: #fff !important;
    border: 2px solid #7b31b3;
}
.btn-theme.b2:active {
    color: #7b31b3 !important;
    border: 2px solid #7b31b3;
}
.btn-theme.b2:focus {
    color: #7b31b3 !important;
    background: #fff;
    border: 2px solid #7b31b3;
}
.btn.border.btn-light.standard {
    padding-left: 20px;
    padding-right: 50px;
    position: relative;
    z-index: 1;
}
.btn.border.btn-light.standard::after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 53px;
    position: absolute;
    right: -18px;
    top: -10px;
    transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    width: 50px;
    z-index: -1;
}
.btn.border.btn-light.standard::before {
    color: #0d6efd;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    height: 100%;
    position: absolute;
    right: 0;
    width: 25px;
}
.button-sm {
    border: medium none;
    font-family: "Inter",sans-serif;
    font-weight: 500;
    padding: 8px 25px;
    text-transform: uppercase;
}
.banner-area.shadow.dark-hard .content .btn.btn-theme.effect:hover, .banner-area.shadow.dark-hard .content .btn.btn-light.effect:hover, .banner-area.shadow.dark-hard .content .btn.btn-dark.effect:hover {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #ffffff;
    color: #ffffff !important;
}
a.btn-icon {
    background: #f1f1f1 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #0d6efd;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
.bg-fixed {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
.bg-cover {
    background-position: center center;
    background-size: cover;
}
.container-full {
    padding: 0 15px;
    width: 100%;
}
.oh {
    overflow: hidden;
}
.less-margin {
    margin: 0;
}
header {
    position: relative;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
    position: relative;
    z-index: 1;
    margin-left: 3px;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
    border: medium none;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 0;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after, header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
    width: 100%;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after, header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
    width: 0;
}
.attr-nav .social.right li {
    margin-left: 20px;
}
.attr-nav .social li a {
    font-size: 16px;
}
.navbar-brand>img {
    width: 141px;
    transition: .25s all;
}
.navbar-brand>p {
    text-transform: uppercase;
    font-size: .74rem;
    margin: 0;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    transition: .25s all;
    margin-top: 2px;
}
nav.navbar.bootsnav.sticked .navbar-brand>img {
    width: 121px;
}
nav.navbar.bootsnav.sticked .navbar-brand>p {
    font-size: .63rem;
}
nav.bootsnav.navbar-default.info-topbar .navbar-header {
    display: none;
}
nav.bootsnav.navbar-default.info-topbar ul li a {
    margin-right: 30px;
    padding: 35px 0;
}
nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
    margin-right: 0;
    padding: 35px 20px;
}
.attr-nav > a.btn-theme.effect:hover, .attr-nav > a.btn-theme.effect, .attr-nav > a.btn-theme.effect:focus {
    background: #0d6efd none repeat scroll 0 0;
    border: 2px solid #0d6efd;
    color: #ffffff !important;
}
nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
    margin-right: 30px;
    padding: 35px 0;
}
.attr-nav.social li {
    display: inline-block;
    padding: 25px 0 !important;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.attr-nav.social li a {
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #0d6efd;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    padding: 0 !important;
    text-align: center;
    width: 40px;
}
nav.navbar.bootsnav.sticked .attr-nav.social li {
    display: inline-block;
    padding: 20px 0 !important;
}
nav.navbar.bootsnav.navbar-transparent.pad-top {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 63px;
}
.top-bar-area {
    padding: 10px 0;
    overflow: visible;
}
.top-bar-area {
    padding: 2px 0;
}
.top-bar-area .user-login a {
    background: #0d6efd none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #002147;
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
    padding: 8px 25px;
}
.top-bar-area .user-login a i {
    margin-right: 2px;
}
.top-bar-area .address-info li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin-right: 6px;
    padding-right: 8px;
    color: #ffffff;
    line-height: 24px;
    vertical-align: middle;
}
.top-bar-area .info-links li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    color: #ffffff;
    line-height: 24px;
    text-transform: uppercase;
    vertical-align: middle;
}
.top-bar-area .info-links li .btn {
    font-weight: 400;
    letter-spacing: inherit;
    padding: 2px 12px;
}
.top-bar-area .info-links li .btn:hover, .top-bar-area .info-links li .btn:focus {
    text-decoration: none;
}
.top-bar-area.bg-theme .address-info li {
    border-right: 1px solid #002147;
    color: #002147;
}
.top-bar-area.address-one-lines .address-info li {
    margin-right: 6px;
    padding-right: 8px;
}
.top-bar-area.address-one-lines .address-info li span {
    display: inline-block;
    font-weight: normal;
    padding-left: 5px;
}
.top-bar-area.address-two-lines .user-login {
    margin: 3px 0;
}
.top-bar-area .address-info li span {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}
.top-bar-area .address-info li p {
    line-height: 24px;
    margin: 0;
}
.top-bar-area .address-info li:last-child {
    border: medium none;
    margin: 0;
}
.top-bar-area .address-info li i {
    margin-right: 3px;
}
.top-bar-area .address-info li a:hover {
    text-decoration: underline;
}
.top-bar-area.address-one-lines .address-info {
    margin: 4px 0;
}
.top-bar-area.bg-theme .info-links li {
    border-right: 1px solid #002147;
    color: #002147;
}
.top-bar-area .info-links li span {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}
.top-bar-area .info-links li p {
    line-height: 24px;
    margin: 0;
}
.top-bar-area .info-links li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.top-bar-area .info-links li i {
    margin-right: 3px;
}
.top-bar-area .info-links li a:hover {
    text-decoration: underline;
}
.top-bar-area.address-one-lines .info-links {
    margin: 4px 0;
}
.top-bar-area .menu li {
    display: inline-block;
    margin-left: 10px;
    padding-left: 15px;
    position: relative;
    z-index: 1;
}
.top-bar-area .menu li a {
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
}
.top-bar-area.bg-dark .menu li a {
    color: #ffffff;
}
.top-bar-area .menu li a:hover {
    color: #0d6efd;
}
.top-bar-area.bg-theme .menu li a:hover {
    color: #ffffff;
}
.top-bar-area .menu li::before {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 1px;
}
.top-bar-area.bg-theme .menu li::before {
    background: #002147;
}
.top-bar-area .menu li:first-child {
    margin: 0;
    padding: 0;
}
.top-bar-area .menu li:first-child::before {
    display: none;
}
.top-bar-area .menu {
    padding: 8px 0;
}
.top-bar-area .row.align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-bar-area .simple-link a {
    margin-left: 20px;
}
.top-bar-area .simple-link a:first-child {
    margin-left: 0;
}
.top-bar-area .simple-link a i {
    margin-right: 3px;
}
.top-bar-area .simple-link {
    position: relative;
    z-index: 1;
    font-weight: 600;
}
.top-bar-area .simple-link::after {
    position: absolute;
    top: -30px;
    content: "";
    height: 100px;
    width: 800px;
    background: #0d6efd;
    left: 0;
    z-index: -1;
    transform: skew(25deg);
}
.top-bar-area .simple-link a {
    color: #232323;
}
.site-heading {
    margin-bottom: 60px;
    margin-top: -5px;
    overflow: hidden;
}
.site-heading h1, .site-heading h2, .site-heading h3, .site-heading h4, .site-heading h5 {
    display: inline-block;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}
.bg-dark .site-heading h2 {
    color: #ffffff;
}
.bg-dark .site-heading p {
    color: #cccccc;
}
.site-heading h1::before, .site-heading h2::before, .site-heading h3::before, .site-heading h4::before, .site-heading h5::before {
    background: linear-gradient(270deg, #7b31b3, #cf7835);
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 40px;
    z-index: 1;
}
.site-heading h1::after, .site-heading h2::after, .site-heading h3::after, .site-heading h4::after, .site-heading h5::after {
    background: #7b31b3;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 5px;
    position: absolute;
    width: 40px;
}
.site-heading.text-left h1::before, .site-heading.text-left h2::before, .site-heading.text-left h3::before, .site-heading.text-left h4::before, .site-heading.text-left h5::before {
    left: 0;
    margin: 0;
}
.site-heading.text-left h1::after, .site-heading.text-left h2::after, .site-heading.text-left h3::after, .site-heading.text-left h4::after, .site-heading.text-left h5::after {
    left: 45px;
    margin: 0;
    width: 20px;
}
.breadcrumb-area {
    padding: 50px 0 60px;
}
.breadcrumb-area .breadcrumb {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 2px 10px;
    position: relative;
    z-index: 1;
}
.breadcrumb-area .breadcrumb li i {
    color: #0d6efd;
    margin-right: 3px;
}
.breadcrumb-area .breadcrumb::after {
    background: rgb(255 255 255 / 30%) none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.breadcrumb-area h1 {
    display: block;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 35px;
}
.breadcrumb > li + li::before {
    color: #0d6efd;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    font-weight: 600;
    padding: 0 10px;
    position: relative;
    top: -1px;
}
.breadcrumb-area .breadcrumb a, .breadcrumb-area .breadcrumb li {
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Inter",sans-serif;
    font-size: 12px;
}
.breadcrumb-area .breadcrumb li.active {
    color: #ddd;
}
.breadcrumb-area .updated-p {
    margin: 10px 0 0 0;
    color: rgb(255 255 255 / 70%);
}
.breadcrumb-area.shadow.dark::after {
    background: rgb(1 33 71 / 10%) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
body, .banner-area, .banner-area div {
    height: 100%;
}
.banner-area.auto-height, .banner-area.auto-height div {
    height: auto;
}
.banner-area .box-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.banner-area .box-table {
    display: table;
    width: 100%;
}
.banner-area .box-cell, .banner-area .box-cell div {
    height: auto;
}
.banner-area {
    position: relative;
    overflow: hidden;
}
.banner-area .content {
    overflow: hidden;
}
.banner-area .carousel-control {
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    margin-top: -25px;
    background: transparent;
    opacity: 1;
    z-index: 1;
}
.banner-area .carousel-control.shadow {
    background: transparent none repeat scroll 0 0;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 1;
    color: #ffffff;
    text-shadow: inherit;
}
.banner-area .carousel-control.shadow::after {
    background: #002147 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.banner-area .carousel-control.left {
    left: -50px;
}
.banner-area:hover .carousel-control.left {
    left: 0;
}
.banner-area:hover .carousel-control.shadow.left {
    left: 20px;
}
.banner-area .carousel-control.right {
    right: -50px;
}
.banner-area:hover .carousel-control.right {
    right: 0;
}
.banner-area:hover .carousel-control.shadow.right {
    right: 20px;
}
.banner-area .item h1:first-child, .banner-area .item h2:first-child, .banner-area .item h3:first-child, .banner-area .item h4:first-child, .banner-area .item h5:first-child, .banner-area .item h6:first-child {
    /*animation-delay: .5s;*/
}
.banner-area .item h1:nth-child(2), .banner-area .item h2:nth-child(2), .banner-area .item h3:nth-child(2), .banner-area .item h4:nth-child(2), .banner-area .item h5:nth-child(2), .banner-area .item h6:nth-child(2) {
    /*animation-delay: .6s;*/
}
.carousel-caption h1:nth-child(3), .carousel-caption h2:nth-child(3), .carousel-caption h3:nth-child(3), .carousel-caption h4:nth-child(3), .carousel-caption h5:nth-child(3), .carousel-caption h6:nth-child(3) {
    /*animation-delay: .9s;*/
}
.banner-area .item p {
    /*animation-delay: .5s;*/
}
.banner-area .item a, .banner-area .item button {
    /*animation-delay: .7s;*/
    margin-right: 3px;
}
.banner-area.text-center .item a, .banner-area.text-center .item button, .banner-area .text-center .item a, .banner-area .text-center .item button {
    margin-right: 3px;
    margin-left: 3px;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.2, 1.2);
    }
}
@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1, 1);
    }
    to {
        -moz-transform: scale(1.2, 1.2);
    }
}
@-o-keyframes zoom {
    from {
        -o-transform: scale(1, 1);
    }
    to {
        -o-transform: scale(1.2, 1.2);
    }
}
@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.2, 1.2);
    }
}
.carousel-inner .item > .slider-thumb {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}
.banner-area .carousel-zoom .slider-thumb {
    height: 100%;
    position: absolute;
    width: 100%;
}
.banner-area.transparent-nav .content {
    padding-top: 80px;
}
.banner-area.banner-search.content-top-heading .content h1 {
    margin-bottom: 50px;
}
.banner-area.text-normal h3 {
    font-size: 36px;
    text-transform: uppercase;
}
.banner-area.text-normal h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
    margin-top: -8px;
    color: #0d6efd;
    font-weight: 200;
}
.banner-area.text-normal.heading-weight-600 h1 {
    font-weight: 600;
}
.banner-area.text-normal p {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #66aa05;
    font-weight: 200;
    margin-left: 3px;
}
.banner-area.text-normal span {
    color: #0d6efd;
}
.banner-area.text-normal.less-paragraph h1 {
    margin-bottom: 15px;
    margin-top: 0;
}
.banner-area.text-normal a {
    margin-top: 10px;
}
.banner-area .col-md-10.col-md-offset-1 p {
    padding: 0 10%;
}
.banner-area.text-small h1 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.banner-area.text-small a {
    margin-top: 15px;
}
.banner-area.text-small p {
    font-size: 16px;
}
.banner-area.text-dark p {
    color: #002147;
}
.banner-area form {
    position: relative;
    z-index: 1;
    width: 80%;
    margin: 50px auto auto;
}
.banner-area form input {
    border: medium none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: inherit;
    min-height: 60px;
    padding: 15px 30px;
}
.banner-area form button {
    background: #0d6efd none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: "Inter",sans-serif;
    font-weight: 500;
    height: 50px;
    margin: 0 !important;
    padding: 0 30px;
    position: absolute;
    right: 5px;
    text-transform: capitalize;
    top: 5px;
}
.banner-area.auto-height .content {
    padding: 150px 0;
}
.banner-area.text-default .content h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.banner-area.text-default .content a {
    margin-top: 15px;
}
.banner-area.text-default .content h4 {
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: 0.6px;
}
.banner-area.banner-box {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
    border-radius: 10px;
}
.banner-area.banner-box .thumb img {
    margin-top: 50px;
}
.banner-area.banner-box .content {
    padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-area.banner-box .content {
        padding: 0;
        padding-top: 100px;
    }
}
.banner-area.standard .thumb {
    position: relative;
    z-index: 1;
    padding-left: 50px;
    margin-bottom: 120px;
}
.banner-area.standard .thumb img:first-child {
    max-width: 70%;
}
.banner-area.standard .thumb img:nth-child(2) {
    position: absolute;
    width: 200px;
    bottom: -120px;
    margin-left: 30px;
}
.banner-area.standard .thumb img {
    border-radius: 8px;
}
.banner-area.standard .thumb .join {
    position: absolute;
    right: -50px;
    top: 50px;
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 25px 35px;
    border-radius: 10px;
}
.banner-area.standard .thumb .join .fun-fact {
    background: transparent;
    box-shadow: inherit !important;
    padding: 0;
    border-left: 1px solid #e7e7e7;
    padding-left: 20px;
}
.banner-area.standard .thumb .join i {
    display: inline-block;
    font-size: 60px;
    color: #0d6efd;
    margin-right: 15px;
}
.banner-area.standard .thumb .join h4 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 24px;
}
.banner-area.standard .thumb .join .fun-fact span {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}
.banner-area.standard .thumb::after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    content: "";
    height: 450px;
    width: 450px;
    border: 80px solid #ffffff;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.3;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: infiUpDown;
    animation-name: infiUpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.banner-area.standard form {
    margin: 0;
    margin-top: 40px;
}
.banner-area.standard form input {
    border-radius: 5px;
}
.banner-area.standard form button {
    background: transparent;
}
.banner-area.standard .content-box h1 {
    font-weight: 600;
    font-size: 46px;
    margin-bottom: 35px;
}
.banner-area.standard {
    padding-top: 60px;
}
.item-animated {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: infiUpDown;
    animation-name: infiUpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
@keyframes infiUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@-webkit-keyframes infiUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.senfine-features-area {
    background: linear-gradient(5deg, #d7d7f3, #ecccff);
}
.senfine-features-area .our-features {
    margin: 25px 0;
}
.about-area .our-features .item {
    padding: 0 0;
}
.about-area.bg-dark .our-features .item {
    box-shadow: inherit;
}
.about-area.our-featues-area .our-features .item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.about-area .our-features .item .icon, .about-area .our-features .item .info {
    display: table-cell;
    vertical-align: middle;
}
.about-area .thumb {
    padding-right: 35px;
    position: relative;
}
.overlay-video {
    left: 50%;
    margin-left: -15px;
    margin-top: -70px;
    position: absolute;
    top: 50%;
}
.about-area .overlay-video {
    margin-left: -15px;
}
.about-area .about-info .video img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    -o-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.our-featues-area.inc-trending-courses .overlay-video {
    margin-left: -25px;
}
.about-area .about-info {
}
.about-area .about-info .info-icons {
    padding-left: 30px;
}
.about-area .about-info.item-block .info {
    margin-top: 30px;
}
.about-area .info > a {
    margin-top: 10px;
}
.seperator .border {
    border-bottom: 1px solid rgba(20, 23, 28, 0.1);
    margin-bottom: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    float: left;
    width: 100%;
}
.about-area .our-features .item .icon {
    padding-right: 15px;
}
.about-area .our-features .item .icon i {
    display: inline-block;
    font-size: 50px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    color: #5b2186;
}
.about-area.inc-trending-courses .our-features .item .icon i {
    display: inline-block;
}
.about-area .our-features.text-light .item .icon i {
    color: #ffffff;
}
.about-area .our-features.inc-counter .item .info h4 {
    margin: 0;
    text-transform: uppercase;
}
.about-area .our-features.inc-counter .item .info .timer {
    color: #ffffff;
    display: block;
    font-family: "Inter",sans-serif;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 15px;
}
.about-area .our-features .item .info h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    line-height: 1;
    color: #fff;
    display: inline-block;
    background: linear-gradient(320deg, #60268b, #a76029);
    border-radius: 10px;
    padding: 3px 5px;
}
.about-area .our-features .item .info p {
    color: #46425e;
    margin-bottom: 0;
    text-align: left;
}
.about-area .our-features {
    float: left;
    width: 100%;
}
.about-area .our-features .item .info a {
    color: #666666;
    text-transform: uppercase;
}
.about-area .our-features.text-light .item .info a {
    color: #ffffff;
}
.about-area .info h1, .about-area .info h2 {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}
.about-area .info h1::before, .about-area .info h2::before {
    background: linear-gradient(270deg, #7b31b3, #cf7835);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
    z-index: 1;
}
.about-area .info h1::after, .about-area .info h2::after {
    background: #7b31b3;
    bottom: 0;
    content: "";
    height: 2px;
    left: 45px;
    position: absolute;
    width: 20px;
}
.about-area .info p {
    text-align: justify;
}
.about-area .info.less-bar h1::before, .about-area .info.less-bar h1::after {
    display: none;
}
.about-area .info.less-bar h1 {
    margin-bottom: 20px;
    padding-bottom: 0;
}
.about-area .info h5 {
    color: #666666;
    font-size: 18px;
    text-transform: uppercase;
}
.about-area .info h1 span, .about-area .info h2 span {
    color: #0d6efd;
}
.about-area .info h4 {
    line-height: 30px;
    margin-bottom: 5px;
}
.about-area .info ul li {
    margin-bottom: 5px;
    padding-left: 1.3em;
    list-style-type: none;
}
.about-area .info ul li::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #0d6efd;
    font-weight: 600;
}
.our-features .item.mariner i {
    color: #307ad5;
}
.our-features .item.java i {
    color: #1ec1d9;
}
.our-features .item.malachite i {
    color: #10c45c;
}
.our-features .brilliantrose i {
    color: #e948ae;
}
.our-features .casablanca i {
    color: #f9bd44;
}
.our-features .emerald i {
    color: #47c58e;
}
.our-featues-area .about-info .thumb {
    padding-right: 0;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 15px;
    z-index: 1;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    overflow-y: auto !important;
    height: 200px;
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #cccccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
.course-offer-area .offer-box .row {
    display: flex;
    align-items: center;
}
.course-offer-area .offer-box .thumb {
    padding-right: 35px;
}
.course-offer-area .offer-box .info h2 {
    font-weight: 600;
    text-transform: uppercase;
}
.course-offer-area .offer-box .info h4 {
    font-weight: 500;
    margin-bottom: 30px;
    color: #666666;
}
.course-offer-area .offer-box .info .item {
    float: left;
    width: 25%;
    margin-top: 25px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.course-offer-area .offer-box .info .item span {
    display: block;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 8px;
    color: #232323;
    font-weight: 700;
}
.course-offer-area .offer-box .info a {
    margin-top: 30px;
}
.what-learn-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.what-learn-area::after {
    position: absolute;
    right: -120px;
    top: 300px;
    content: "";
    height: 500px;
    width: 70%;
    background: #ffffff;
    z-index: -1;
    transform: rotate(-20deg);
    opacity: 0.07;
}
.what-learn-area .row > .info {
    padding-right: 35px;
}
.what-learn-area .info h2 {
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.3;
}
.what-learn-area .info p {
    margin-bottom: 0;
}
.what-learn-area .item a {
    display: block;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    background: #ffffff;
    border-radius: 13px;
}
.what-learn-area .single-item {
    margin-top: 30px;
}
.what-learn-area .categories {
    margin-top: -30px;
}
.what-learn-area .categories i {
    display: inline-block;
    color: #10c45c;
    font-size: 45px;
    margin-bottom: 25px;
}
.what-learn-area .categories .single-item:nth-child(2) i {
    color: #e948ae;
}
.what-learn-area .categories .single-item:nth-child(3) i {
    color: #f9bd44 ;
}
.what-learn-area .categories h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.4;
}
.what-learn-area .categories span {
    text-transform: uppercase;
    font-size: 10px;
    background: #f1f1f1;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 20px;
    font-weight: 600;
}
.wcs-area .site-heading {
    margin-bottom: 20px;
}
.wcs-area .thumb, .wcs-area .content {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.wcs-area.content-default .thumb, .wcs-area.content-default .content {
    display: inline-block;
    float: left;
}
.wcs-area.content-default .content {
    padding: 0 15px;
}
.wcs-area .content {
    padding: 120px 50px;
    padding-right: 120px;
}
.wcs-area .item .icon, .wcs-area .item .info {
    display: block;
    margin-bottom: -10px;
}
.wcs-area .item .info {
    padding-left: 0;
}
.wcs-area .item .icon i {
    border: 1px solid rgba(255, 255, 255, 0.2);
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    color: #fff;
    display: inline-block;
    font-size: 50px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
}
.wcs-area .item .icon img {
    display: inline-block;
    height: auto;
    line-height: normal;
    text-align: center;
    width: 50px;
}
.wcs-area.bg-light .item .icon i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    font-size: 40px;
}
.wcs-area .item .info h4 a {
    color: #012147;
    font-weight: 600;
    text-transform: capitalize;
}
.wcs-area .item .info h4 a:hover {
    color: #0d6efd;
}
.wcs-area.bg-light .item .info h4 a {
    color: #002147;
}
.wcs-area .item .info p {
    color: #666666;
}
.wcs-area.bg-light .item .info p {
    color: #666666;
}
.wcs-area .item {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.wcs-area.bg-light .item {
    border-bottom: inherit;
    margin-bottom: 50px;
    padding-bottom: 0;
}
.wcs-area .item .info p {
    margin: 0;
}
.wcs-area h2 {
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.wcs-area .item:last-child {
    border: medium none;
}
.pricing-area .pricing-simple .pricing-item {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    padding: 30px;
    overflow: hidden;
    position: relative;
}
.pricing-area .equal-height {
    margin-bottom: 30px;
}
.pricing-area .pricing-item .pricing-header {
    background: #002147 none repeat scroll 0 0;
    margin-bottom: 20px;
    padding: 30px 15px;
}
.pricing-area .pricing-item.active .pricing-header {
    background: #0d6efd none repeat scroll 0 0;
}
.pricing-area .pricing-item h4 {
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 10px;
}
.pricing-area .pricing-item h2 {
    color: #03173d;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: -1px;
    color: #ffffff;
    margin-bottom: 0;
}
.pricing-area .pricing-item h2 sub {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    margin-left: 2px;
    text-transform: uppercase;
}
.pricing-area .pricing-item h2 sup {
    font-weight: 500;
}
.pricing-item li {
    border-top: 1px solid #e7e7e7;
    line-height: 45px;
    padding: 0 30px;
    text-transform: capitalize;
}
.pricing-item li:last-child, .pricing-item li:first-child, .pricing-item li:nth-child(2) {
    border: medium none;
}
.pricing-item .footer {
    margin-top: 15px;
}
.pricing-simple li.pricing-header span.badge {
    background: #0d6efd none repeat scroll 0 0;
    border-radius: inherit;
    font-family: "Inter",sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 0;
    position: absolute;
    right: -60px;
    text-transform: uppercase;
    top: 25px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 200px;
}
.our-featues-area .search-course {
    margin-bottom: 50px;
    overflow: hidden;
}
.our-featues-area .search-course .heading h2 {
    font-weight: 600;
    text-transform: capitalize;
}
.search-course form {
    margin: 50px auto auto;
    position: relative;
    width: 80%;
}
.search-course form button {
    background: #0d6efd none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: inherit;
    font-family: "Inter",sans-serif;
    font-weight: 600;
    min-height: 50px;
    padding: 0 25px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 5px;
}
.search-course form button i {
    margin-left: 5px;
}
.search-course form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    color: #ffffff;
    min-height: 60px;
    padding: 15px 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.featured-courses-area .info h2 {
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    margin-top: -5px;
}
.featured-courses-area .info > h4 {
    color: #0d6efd;
    font-weight: 600;
    text-transform: uppercase;
}
.featured-courses-area .info > a {
    margin-top: 25px;
}
.featured-courses-area .bottom-info .item h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.featured-courses-area .bottom-info .item img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.featured-courses-area .bottom-info .item {
    border-right: 1px solid #e7e7e7;
    display: inline-block;
    margin-right: 30px;
    padding-right: 30px;
    padding-top: 15px;
}
.featured-courses-area .bottom-info .item:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.featured-courses-area .bottom-info .item .rating i {
    color: #0d6efd;
}
.featured-courses-area .bottom-info .item span {
    color: #666666;
    font-family: "Inter",sans-serif;
    text-transform: uppercase;
}
.featured-courses-area .bottom-info {
    border-top: 1px solid #e7e7e7;
    margin-top: 25px;
}
.featured-courses-area h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    text-transform: uppercase;
}
.featured-courses-area .info ul li {
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.featured-courses-area .info ul li i {
    color: #0d6efd;
    margin-right: 10px;
}
.featured-courses-area .info ul li:last-child {
    margin: 0;
}
.featured-courses-area .info ul li i, .featured-courses-area .info ul li span {
    display: table-cell;
}
.featured-courses-area .info ul li span {
    padding-left: 10px;
}
.featured-courses-area .owl-stage-outer {
    padding-bottom: 15px;
}
.featured-courses-area {
    padding-bottom: 105px;
}
.featured-courses-area .featured-courses-carousel .owl-nav {
    margin: 0;
}
.featured-courses-area .featured-courses-carousel .owl-nav .owl-prev, .featured-courses-area .featured-courses-carousel .owl-nav .owl-next {
    background: #ffffff 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, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    -o-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    color: #666666;
    font-size: 25px;
    height: 45px;
    left: 0;
    line-height: 45px;
    margin-top: -23px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 45px;
    opacity: 0;
}
.featured-courses-area .featured-courses-carousel:hover .owl-nav .owl-prev, .featured-courses-area .featured-courses-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}
.featured-courses-area .featured-courses-carousel:hover .owl-nav .owl-prev {
    left: -70px;
}
.featured-courses-area .featured-courses-carousel:hover .owl-nav .owl-next {
    right: -70px;
}
.featured-courses-area .featured-courses-carousel .owl-nav .owl-prev:hover, .featured-courses-area .featured-courses-carousel .owl-nav .owl-next:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #0d6efd;
}
.featured-courses-area .featured-courses-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.featured-courses-area .thumb {
    overflow: hidden;
    position: relative;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
}
.featured-courses-area .thumb .overlay a {
    content: "";
    height: 100%;
    left: -100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: 1;
}
.featured-courses-area .thumb .overlay a i {
    background: #0d6efd none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #002147;
    height: 50px;
    line-height: 50px;
    margin-top: -20px;
    position: relative;
    text-align: center;
    top: 50%;
    width: 50px;
}
.featured-courses-area .thumb .overlay a::after {
    background: #002147 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.featured-courses-area .item .thumb:hover .overlay a {
    opacity: 1;
    left: 0;
}
.featured-courses-area .thumb .live-view {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
}
.featured-courses-area .thumb .live-view a {
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    font-size: 20px;
    margin-left: 9px;
}
.featured-courses-area .thumb::after {
    background: #002147 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: 1;
}
.featured-courses-area .item:hover .thumb::after {
    opacity: 0.5;
}
.our-featues-area.inc-trending-courses .col-md-6:nth-child(1) .item, .our-featues-area.inc-trending-courses .col-md-6:nth-child(2) .item {
    margin-top: 15px;
}
.our-featues-area.inc-trending-courses .col-md-6 .item {
    margin-top: 30px;
}
.home-sidebar .trending-courses-items, .home-sidebar .reg-form {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    padding: 30px;
}
/* .reg-form input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
} */
.home-sidebar .sidebar-item > h4 {
    background: #002147 none repeat scroll 0 0;
    font-weight: 600;
    margin: 0 !important;
    padding: 19px 30px;
    text-transform: uppercase;
    color: #ffffff;
}
.home-sidebar .sidebar-item.latest-posts .item, .home-sidebar .sidebar-item.trending-courses-box .item {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.home-sidebar .sidebar-item.trending-courses-box .item:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.home-sidebar .sidebar-item .item i {
    color: #0d6efd;
}
.home-sidebar .sidebar-item .item .rating {
    color: #666666;
}
.home-sidebar .sidebar-item .meta {
    color: #666666;
    font-family: "Inter",sans-serif;
    margin-top: 10px;
    text-transform: uppercase;
}
.home-sidebar .sidebar-item .meta a {
    color: #666666;
}
.home-sidebar .sidebar-item .meta a:hover {
    color: #0d6efd;
}
.home-sidebar .sidebar-item h4 {
    line-height: 1.4;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
}
.home-sidebar .sidebar-item a:hover {
    color: #0d6efd;
}
.home-sidebar .sidebar-item .meta span {
    float: right;
}
.home-sidebar .sidebar-item .meta i {
    color: #666666;
    font-weight: 500;
    margin-right: 3px;
}
.more {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.more:hover {
    color: #0d6efd;
}
.home-sidebar .sidebar-item {
    margin-bottom: 30px;
}
.home-sidebar .sidebar-item:last-child {
    margin: 0;
}
.home-sidebar .sidebar-item.trending-courses-box .thumb, .home-sidebar .sidebar-item.trending-courses-box .info {
    display: table-cell;
    vertical-align: top;
}
.home-sidebar .sidebar-item.trending-courses-box .thumb {
    height: 80px;
    padding-right: 0;
    width: 80px;
}
.home-sidebar .sidebar-item.trending-courses-box .info {
    padding-left: 15px;
}
.video-area {
    position: relative;
}
.video-play-button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: content-box;
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    margin-top: 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #fb5859 repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #fb5859 repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}
.video-play-button:hover, .video-play-button:focus {
    color: #fb5859;
    text-decoration: none;
}
.video-play-button:hover:after, .video-play-button:hover:before, .video-play-button:focus:after, .video-play-button:focus:before {
    background-color: #fff;
}
@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
    margin-left: 3px;
}
.video-area .overlay-video {
    padding-bottom: 35px;
}
.video-area h2 {
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.video-area h2::after {
    background: #0d6efd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    width: 30px;
}
.video-area h2::before {
    background: #0d6efd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    width: 30px;
    margin-left: -40px;
}
.video-area .video-info .overlay-video {
    display: inline-block;
    left: inherit;
    margin: 0;
    position: relative;
    top: inherit;
}
.popular-courses .site-heading {
    margin-bottom: 20px;
}
.popular-courses-items .filter-item {
    margin-bottom: 30px;
}
.popular-courses-items .item {
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    height: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}
.circle .popular-courses-items .item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.circle .popular-courses-items .item img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    user-drag: none;
    -webkit-user-drag: none;
    height: 170px;
    width: 100%;
    object-fit: cover;
    object-position: right;
    transition: all 0.35s ease-in-out;
}
.circle .popular-courses-items .item:hover {
    box-shadow: 0 0 10px #aa4af3;
}
.circle .popular-courses-items .item:hover img {
    transform: scale(1.2);
}
@media screen and (max-width: 767px) {
    .popular-courses-items .filter-item {
        margin-bottom: 20px;
    }
    .circle .popular-courses-items .item img {
        height: 170px;
        width: 100%;
    }
}
.popular-courses-items .thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.popular-courses-items .thumb .overlay {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    opacity: 0;
}
.popular-courses-items .item:hover .overlay {
    opacity: 1;
}
.popular-courses-items .info {
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
    padding: 15px;
}
.popular-courses-items .thumb .price {
    background: #f4f4f4 none repeat scroll 0 0;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    font-family: "Inter",sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
}
.popular-courses-items .author-info .thumb, .popular-courses-items .author-info .others {
    display: table-cell;
    vertical-align: middle;
}
.popular-courses-items .author-info .others {
    padding-left: 0;
}
.popular-courses-items .author-info .others .rating {
    display: block;
}
.popular-courses-items .author-info .thumb img {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 70px;
    padding: 5px;
    width: 70px;
}
.popular-courses-items .author-info {
    margin-bottom: 0;
}
.popular-courses .author-info .rating span {
    color: #666666;
}
.popular-courses-items .author-info .others .rating i {
    color: #ff912c;
}
.popular-courses-items .author-info .others a {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}
.popular-courses-items .info h4 {
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 6px;
}
.popular-courses-items .info .cats a {
    color: #666666;
    display: inline-block;
    padding-right: 7px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.popular-courses-items .info .cats {
    margin-bottom: 15px;
}
.popular-courses-items .info .cats a::after {
    bottom: 0;
    content: ",";
    font-size: 20px;
    position: absolute;
    right: 0;
    font-family: "Times New Roman";
}
.popular-courses-items .info .cats a:last-child::after {
    display: none;
}
.popular-courses-items .info .cats i {
    margin-right: 3px;
    color: #666666;
}
.popular-courses-items .info h4 a:hover {
    color: #0d6efd;
}
.popular-courses-items .info p {
    margin: 0;
    line-height: 25px;
}
.popular-courses .bottom-info li {
    background: #f4f4f4 none repeat scroll 0 0;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    z-index: 1;
}
.popular-courses .bottom-info {
    float: left;
    margin-top: 15px;
    padding-top: 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.popular-courses .bottom-info::after {
    background: #ececec none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -20%;
    position: absolute;
    top: 0;
    width: 150%;
}
.popular-courses .bottom-info li i {
    font-weight: 500;
}
.popular-courses .bottom-info ul {
    float: left;
}
.popular-courses .bottom-info a {
    background: #0d6efd none repeat scroll 0 0;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px 20px;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.popular-courses .bottom-info .price-btn {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    float: right;
    font-family: "Inter",sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px 0;
    text-transform: uppercase;
}
.popular-courses .bottom-info a:hover {
    background: #ffd134 none repeat scroll 0 0;
    color: #ffffff !important;
}
.carousel-shadow .owl-stage-outer {
    margin: 0;
    padding: 5px;
}
.default-padding.carousel-shadow {
    padding-bottom: 60px;
}
.popular-courses .popular-courses-items .owl-nav {
    margin: 0;
}
.popular-courses .popular-courses-items .owl-nav .owl-prev, .popular-courses .popular-courses-items .owl-nav .owl-next {
    background: #ffffff 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, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    -o-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    color: #666666;
    font-size: 25px;
    height: 45px;
    left: 0;
    line-height: 45px;
    margin-top: -23px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 45px;
    opacity: 0;
}
.popular-courses .popular-courses-items:hover .owl-nav .owl-prev, .popular-courses .popular-courses-items:hover .owl-nav .owl-next {
    opacity: 1;
}
.popular-courses .popular-courses-items:hover .owl-nav .owl-prev {
    left: -70px;
}
.popular-courses .popular-courses-items:hover .owl-nav .owl-next {
    right: -70px;
}
.popular-courses .popular-courses-items .owl-nav .owl-prev:hover, .popular-courses .popular-courses-items .owl-nav .owl-next:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #0d6efd;
}
.popular-courses .popular-courses-items .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.popular-courses-items .thumb .best-seller-badge {
    background: #0d6efd none repeat scroll 0 0;
    font-family: "Inter",sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 25px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    z-index: 1;
}
.popular-courses-items .thumb .best-seller-badge::before {
    border-bottom: 23px solid #0d6efd;
    border-right: 23px solid transparent;
    border-top: 23px solid #0d6efd;
    bottom: 0;
    content: "";
    position: absolute;
    right: -20px;
}
.popular-courses.without-carousel .equal-height {
    margin-bottom: 30px;
}
.popular-courses .button {
    margin-top: 20px;
}
.popular-courses .find-box {
    background-color: #f1f3f8;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-top: 30px;
    padding: 25px;
    display: block;
    position: relative;
}
.popular-courses .find-box .info h4 {
    font-weight: 600;
    margin-bottom: 10px;
}
.popular-courses .find-box .info p {
    color: #2177bc;
    margin-top: 5px;
    margin-bottom: 5px;
}
.popular-courses .find-box .info i {
    color: #fff;
    font-size: 35px;
    line-height: 35px;
    background: linear-gradient(320deg, #7b31b3, #cf7835);
    border-radius: 50%;
    position: absolute;
    top: -55px;
    left: -35px;
    padding: 15px;
    width: 65px;
    display: block;
    text-align: center;
}
.popular-courses .find-box .btn {
    background-color: #0d6efd;
    color: #fff !important;
    vertical-align: middle;
    display: inline-block;
    margin: 15px 0;
}
.popular-courses .find-box .btn:hover {
    background-color: #0b5ed7;
    color: #fff !important;
}
.top-courses .top-courses-items {
    padding-left: 20px;
    padding-right: 20px;
}
.top-courses .top-courses-items .swiper-nav {
    margin: 0;
}
.top-courses .top-courses-items .swiper-nav .swiper-prev, .top-courses .top-courses-items .swiper-nav .swiper-next {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 20%);
    color: #002147;
    font-size: 20px;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin-top: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 30%;
    transition: all 0.35s ease-in-out;
    width: 40px;
    opacity: 0;
    border: 0;
}
.top-courses:hover .top-courses-items .swiper-nav .swiper-prev, .top-courses:hover .top-courses-items .swiper-nav .swiper-next {
    opacity: 1;
}
.top-courses:hover .top-courses-items .swiper-nav .swiper-prev {
    left: -50px;
}
.top-courses:hover .top-courses-items .swiper-nav .swiper-next {
    right: -50px;
}
.top-courses .top-courses-items .swiper-nav .swiper-prev:hover, .top-courses .top-courses-items .swiper-nav .swiper-next:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #0d6efd;
}
.top-courses .top-courses-items .swiper-nav .swiper-next {
    left: auto;
    right: 0;
}
.course-details-area .course-details-info .course-meta .item {
    border-left: 1px dashed #999999;
    float: left;
    font-family: "Inter",sans-serif;
    margin-left: 20px;
    padding-left: 20px;
}
.course-details-area .course-details-info .course-meta .item.rating {
    border: medium none;
    margin: 10px 0 12px 0;
    padding: 0;
}
.course-details-area .course-details-info .course-meta .item.align-right {
    float: right;
    margin-top: 2px;
}
.course-details-area .course-details-info .course-meta .item.align-right a {
    color: #ffffff;
    text-transform: uppercase;
}
.course-details-area .course-details-info .course-meta .item.author .thumb, .course-details-area .course-details-info .course-meta .item.author .desc {
    display: table-cell;
    vertical-align: top;
}
.course-details-area .course-details-info .course-meta .item.author .thumb img {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 55px;
    margin-right: 10px;
    margin-top: -3px;
    padding: 2px;
    width: 55px;
}
.course-details-area .course-details-info .course-meta .item h4 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.course-details-area .course-details-info .top-info .course-meta {
    border-bottom: 1px solid #e7e7e7;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}
.course-details-area .course-details-info .course-meta .item a {
    color: #666666;
    text-transform: capitalize;
}
.course-details-area .course-details-info .course-meta .item span {
    color: #ddd;
}
.course-details-area .course-details-info .course-meta .item i {
    color: #ff912c;
}
.course-details-area .course-details-info .title h2 {
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 25px;
}
.course-details-area .tab-info .nav-pills li a {
    background: #2177bc;
    color: #ffffff;
    border: 0;
    border-radius: inherit;
    font-weight: 600;
    margin-bottom: 6px;
    margin-right: 5px;
    padding: 6px 15px;
    text-transform: capitalize;
    border-radius: 30px;
}
.course-details-area .tab-info .nav-pills li a:hover {
    background: #002147;
}
.course-details-area .tab-info .nav-pills li.active a {
    background: #66aa05;
    border: 0;
    color: #ffffff;
}
.course-details-area .tab-info .nav-pills {
    margin-bottom: 25px;
}
.course-details-area .tab-content .info h4 {
    font-weight: 500;
    /*text-transform: uppercase;*/
    /*color: #2177bc;*/
}
.course-details-area .info h4 {
    font-weight: 500;
    /*text-transform: uppercase;*/
    /*color: #2177bc;*/
}
.course-details-area .info h3 {
    font-weight: 500;
    /*text-transform: uppercase;*/
    /*color: #2177bc;*/
}
.course-details-area .info p {
    text-align: justify;
}
.course-details-area .info ul, .course-details-area .info ol {
    margin-bottom: 15px;
}
.course-details-area .course-details-info .course-list-items .panel-heading a {
    background: linear-gradient(30deg, #5fe9ff, #6de59d);
    padding: 10px 15px;
    color: #002147;
}
.course-details-area .course-details-info .course-list-items .panel-heading a:hover {
    text-decoration-color: #002147;
}
.course-details-area .course-details-info .course-list-items .panel-group.symb .panel-heading a::after {
    color: #002147;
}
.course-details-area .course-details-info .course-list-items .panel-body {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e7e7e7;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
    padding: 15px !important;
    background-color: #f0f0f0;
}
.course-details-area .course-details-info .course-list-items .panel.panel-default {
    border: 1px solid #e7e7e7;
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.course-details-area .course-details-info .course-list-items {
    margin-bottom: 15px;
}
.course-details-area .course-details-info .course-list-items:last-child {
    margin-bottom: 0;
}
.course-details-area .tab-content .advisor-list-items .info ul li {
    margin-bottom: 0;
}
.course-details-area .tab-content ul li {
    font-family: "Inter",sans-serif;
    margin-bottom: 15px;
    overflow: hidden;
    text-transform: capitalize;
}
.course-details-area .info ul li {
    margin-bottom: 5px;
    padding-left: 1.3em;
    list-style-type: none;
}
.course-details-area .info ul li::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #0d6efd;
    font-weight: 600;
}
.course-details-area .tab-content .info > ul li:last-child {
    margin-bottom: 0;
}
.course-details-area .tab-content ul li i {
    margin-right: 5px;
    min-width: 15px;
    color: #0d6efd;
}
.course-details-area .info ul li i {
    margin-right: 5px;
    min-width: 15px;
    color: #0d6efd;
}
.course-list-items .panel-group {
    margin-bottom: 0;
}
.course-list-items li .item {
    display: inline-block;
    padding-right: 20px;
}
.course-list-items li .item:last-child {
    float: right;
    padding-right: 0;
}
.course-list-items li .item:last-child span {
    margin-right: 5px;
}
.course-list-items li {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.course-list-items li:last-child {
    margin: 0 !important;
}
.course-list-items li .item.info a {
    background: #002147 none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 0 15px;
    text-transform: capitalize;
}
.course-list-items li .item.info a i {
    margin-right: 2px;
}
.course-list-items li .item h5 {
    color: #002147;
    margin: 0;
    text-transform: capitalize;
}
.course-details-area .advisor-list-items .item .thumb, .course-details-area .advisor-list-items .item .info {
    display: table-cell;
    vertical-align: top;
}
.course-details-area .advisor-list-items .item .info {
    padding-left: 20px;
}
.course-details-area .advisor-list-items .item .thumb img {
    height: 150px;
    width: 150px;
}
.course-details-area .advisor-list-items .item .thumb {
    height: 150px;
    width: 150px;
}
.course-details-area .advisor-list-items .item {
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    padding: 30px;
}
.course-details-area .advisor-list-items .item .info h4 {
    margin-bottom: 5px;
}
.course-details-area .advisor-list-items .item span {
    color: #0d6efd;
    display: block;
    font-family: "Inter",sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.course-details-area .advisor-list-items .item .info li {
    display: inline-block;
    margin-right: 3px;
}
.course-details-area .advisor-list-items .item .info li a {
    border: 1px solid #e7e7e7;
    color: #002147;
    display: inline-block;
    font-size: 12px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    width: 35px;
}
.course-details-area .advisor-list-items .item .info li a i {
    color: #002147;
}
.course-details-area .advisor-list-items .item .info li a i {
    margin: 0;
}
.course-details-area .advisor-list-items .item .info ul {
    border-top: 1px solid #e7e7e7;
    padding-top: 18px;
}
.course-details-area .advisor-list-items .item:last-child {
    margin-bottom: 0;
}
.course-details-area .course-rating-list ul li {
    color: #002147;
    display: block;
    font-family: "Inter",sans-serif;
    font-weight: 600;
    min-height: 40px;
    position: relative;
    overflow: hidden;
}
.course-details-area .tab-content .course-rating-list ul li {
    overflow: inherit;
}
.course-details-area .course-rating-list ul li:last-child {
    margin-bottom: 0;
    min-height: inherit;
}
.course-details-area .course-rating-list ul li span:last-child {
    float: right;
}
.course-details-area .course-rating-list ul li .rating-bar {
    background: #0d6efd none repeat scroll 0 0;
    height: 3px;
}
.course-details-area .course-rating-list ul li span {
    left: 0;
    position: absolute;
    top: -30px;
}
.course-details-area .course-rating-list ul {
    margin-top: 40px;
}
.course-details-area .course-rating-list ul li span:last-child {
    color: #666666;
    left: auto;
    right: 0;
}
.course-details-area .sidebar .sidebar-item {
    margin-bottom: 20px;
}
.course-details-area .sidebar {
    padding-left: 35px;
}
.course-details-area .sidebar .sidebar-item .title h4 {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.course-details-area .sidebar .sidebar-item .title h4::before {
    background: linear-gradient(90deg, #2fe525, #37c8df);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px;
}
.course-details-area .sidebar .sidebar-item .title h4::after {
    background: #37c8df;
    bottom: 0;
    content: "";
    height: 2px;
    left: 35px;
    position: absolute;
    width: 10px;
}
.course-details-area .sidebar .sidebar-item input {
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    box-shadow: inherit;
}
.course-details-area .sidebar .sidebar-item textarea {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    box-shadow: inherit;
    resize: none;
}
.course-details-area .sidebar .sidebar-item input:hover, .course-details-area .sidebar .sidebar-item textarea:hover, .blog-area .sidebar .sidebar-item input:hover, .blog-area .sidebar .sidebar-item textarea:hover {
    border-color: #2177bc;
}
.course-details-area .sidebar .sidebar-item input:focus, .course-details-area .sidebar .sidebar-item textarea:focus, .blog-area .sidebar .sidebar-item input:focus, .blog-area .sidebar .sidebar-item textarea:focus {
    border-color: #2177bc;
    outline: 1px solid #0cd4df;
}
.course-details-area .sidebar .sidebar-item:last-child, .blog-area .sidebar .sidebar-item:last-child {
    margin-bottom: 0;
}
.course-details-area .sidebar .sidebar-item form, .blog-area .sidebar .sidebar-item form {
    position: relative;
}
.course-details-area .sidebar .sidebar-item form input[type="submit"] {
    background: #002147 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: "Inter",sans-serif;
    font-weight: 600;
    padding: 0 20px;
    position: absolute;
    right: 0;
    text-transform: capitalize;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.course-details-area .sidebar .sidebar-item form input[type="submit"]:hover {
    background: #0d6efd none repeat scroll 0 0;
    border: none;
}
.course-details-area .sidebar .sidebar-item.category li a {
    color: #666666;
    display: block;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}
.course-details-area .sidebar .sidebar-item.category li a:hover {
    color: #2177bc;
}
.course-details-area .sidebar .sidebar-item.category li {
    border-bottom: 1px dashed #999999;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.course-details-area .sidebar .sidebar-item.category li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.course-details-area .sidebar .sidebar-item.category li a span {
    background: #f4f4f4 none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #002147;
    float: right;
    padding: 0 5px;
    position: relative;
    right: 0;
    text-align: center;
}
.course-details-area .sidebar .sidebar-item.recent-post {
}
.course-details-area .sidebar .sidebar-item.recent-post h5 a {
    color: #002147;
    text-transform: capitalize;
    font-weight: 400;
}
.course-details-area .sidebar .sidebar-item.recent-post h5 a:hover {
    color: #2177bc;
}
.course-details-area .sidebar .sidebar-item.recent-post .thumb, .course-details-area .sidebar .sidebar-item.recent-post .info {
    display: table-cell;
    vertical-align: middle;
}
.course-details-area .sidebar .sidebar-item.recent-post .item {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.course-details-area .sidebar .sidebar-item.recent-post .item:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.course-details-area .sidebar .sidebar-item.recent-post .thumb {
    height: auto;
    padding-right: 0;
    width: 80px;
}
.course-details-area .sidebar .sidebar-item.recent-post .thumb img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
    height: 45px;
    width: 100%;
    object-fit: cover;
    object-position: right;
    border-radius: 5px;
}
.course-details-area .sidebar .sidebar-item.recent-post .info {
    padding-left: 15px;
}
.course-details-area .sidebar .sidebar-item.recent-post .info h5 {
    margin-bottom: 5px;
}
.course-details-area .sidebar .sidebar-item.recent-post .rating {
    color: #666666;
    font-size: 12px;
}
.course-details-area .sidebar .sidebar-item.recent-post .meta {
    color: #666666;
    font-family: "Inter",sans-serif;
    margin-top: 5px;
    font-size: 12px;
}
.course-details-area .sidebar .sidebar-item.recent-post .meta i {
    color: #666666;
    font-weight: 500;
    margin-right: 3px;
}
.course-details-area .sidebar .sidebar-item.recent-post a {
    color: #666666;
}
.course-details-area .sidebar .sidebar-item.recent-post .item .rating i {
    color: #ff912c;
}
.top-cat-area .top-cat-items.text-center {
    padding-right: 35px;
}
.top-cat-area .top-cat-items.text-center .equal-height {
    margin-bottom: 0;
    margin-top: 30px;
}
.top-cat-area .top-cat-items.text-center {
    margin-top: -30px;
}
.top-cat-items .equal-height {
    margin-bottom: 30px;
}
.top-cat-items .item {
    background-size: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.top-cat-items .item a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    display: block;
    padding: 50px 30px;
    position: relative;
    z-index: 1;
    background: #ffffff;
}
.top-cat-items .item a:hover:after {
    background: #002147 none repeat scroll 0 0;
    opacity: 0.6;
}
.top-cat-items .item a:hover {
    background: transparent none repeat scroll 0 0;
}
.top-cat-items .item a:hover h4, .top-cat-items .item a:hover i, .top-cat-items .item a:hover span {
    color: #ffffff;
}
.top-cat-items .item a::after {
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.top-cat-items .item i, .top-cat-items .item .info {
    display: table-cell;
    vertical-align: top;
}
.top-cat-items.text-center .item i, .top-cat-items.text-center .item .info {
    display: block;
}
.top-cat-items.text-center a {
    padding: 30px;
}
.top-cat-items.text-center .item i {
    margin: auto auto 15px;
    color: #002147;
}
.top-cat-items.text-light .item i {
    margin: auto auto 15px;
    color: #ffffff;
}
.top-cat-items.text-center .item .info {
    padding-left: 0;
}
.top-cat-items.text-center .item .info h4 {
    margin-bottom: 2px;
}
.top-cat-items .item .info {
    padding-left: 15px;
}
.top-cat-items .item i {
    font-size: 50px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    color: #666666;
}
.top-cat-items .item h4 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.top-cat-items .item span {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-transform: capitalize;
    font-family: "Inter",sans-serif;
    color: #666666;
}
.top-cat-items.text-light .item span {
    color: #ffffff;
}
.top-cat-area .top-cat-items.inc-bg-color .item.mariner a::after {
    background: #307ad5 none repeat scroll 0 0;
}
.top-cat-area .top-cat-items.inc-bg-color .item.java a::after {
    background: #1ec1d9 none repeat scroll 0 0;
}
.top-cat-area .top-cat-items.inc-bg-color .item.malachite a::after {
    background: #10c45c none repeat scroll 0 0;
}
.top-cat-area .top-cat-items.inc-bg-color .item.brilliantrose a::after {
    background: #e948ae none repeat scroll 0 0;
}
.top-cat-area .top-cat-items.inc-bg-color .item.casablanca a::after {
    background: #f9bd44 none repeat scroll 0 0;
}
.top-cat-area .top-cat-items.inc-bg-color .item.emerald a::after {
    background: #47c58e none repeat scroll 0 0;
}
.top-cat-area .top-cat-items.inc-bg-color .item.cinnabar a::after {
    background: #e84b3a none repeat scroll 0 0;
}
.top-cat-area .top-cat-items.inc-bg-color .item.plum a::after {
    background: #92278f none repeat scroll 0 0;
}
.top-courses.default-padding.bottom-less {
    padding-bottom: 80px;
}
.top-courses {
}
.top-courses .site-heading {
    margin-bottom: 20px;
}
.top-courses .site-heading h1, .top-courses .site-heading h2 {
    color: #fff;
    font-weight: 600;
}
.top-courses .item {
    margin-bottom: 30px;
}
.fun-fact {
    border: 1px solid rgba(255, 255, 255, 0.2);
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    padding: 30px 20px;
    transition: .25s all;
}
.fun-fact.c1 {
    background-color: #eab830;
}
.fun-fact.c2 {
    background-color: #fa394a;
}
.fun-fact.c3 {
    background-color: #6ad59a;
}
.fun-fact.c4 {
    background-color: #6f08c7;
}
.fun-fact .info {
    padding-left: 0;
}
.fun-fact .info span {
    display: block;
    font-family: "Inter",sans-serif;
}
.fun-fact .icon i {
    color: #ffffff;
    display: inline-block;
    font-size: 50px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.fun-fact .info h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1.2;
}
.fun-fact .info h4 a {
    color: #ffffff;
}
.fun-fact .info h4 a:hover {
    text-decoration: underline;
}
.fun-fact .info .medium {
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
}
.top-courses .item a:hover .fun-fact {
    background-color: #002147;
}
.top-courses .item a:hover .fun-fact .info h4 {
    text-decoration: underline;
}
.trending-courses.default-padding.bottom-less {
    padding-bottom: 80px;
}
.trending-courses {
}
.trending-courses .site-heading {
    margin-bottom: 20px;
}
.trending-courses .site-heading h2 {
}
.trending-courses .item {
    margin-bottom: 30px;
}
.trending-courses .course-box {
    -moz-box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 1%);
    -webkit-box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 1%);
    -o-box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 1%);
    box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 1%);
    border: 4px solid #f9f9f9;
    overflow: hidden;
    padding: 45px 20px;
    border-radius: 30px;
    transition: .25s all;
    margin: 10px;
}
.trending-courses .course-box.c1 {
    background-color: #67d37b;
}
.trending-courses .course-box.c2 {
    background-color: #6649ba;
}
.trending-courses .course-box.c3 {
    background-color: #d63362;
}
.trending-courses .course-box.c4 {
    background-color: #55b4f0;
}
.trending-courses .course-box.c5 {
    background-color: #0373aa;
}
.trending-courses .course-box.c6 {
    background-color: #3bc3bd;
}
.trending-courses .info {
    padding-left: 0;
}
.trending-courses .info span {
    display: block;
    font-family: "Inter",sans-serif;
}
.trending-courses .course-box .icon i {
    color: #ffffff;
    display: inline-block;
    font-size: 40px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.trending-courses .info h4 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1.2;
    transition: .25s all;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.trending-courses .info .medium {
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
}
.trending-courses .item a:hover .course-box {
    -moz-box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 20%);
    -o-box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 20%);
    border-color: #ffffff;
}
.trending-courses .item a:hover .info h4 {
    color: #2177bc;
}
.advisor-area.info-default {
    padding-bottom: 35px;
}
.advisor-item {
    position: relative;
}
.advisor-area .advisor-items .single-item {
    margin-bottom: 30px;
}
.advisor-item .info-box {
    display: block;
    overflow: hidden;
    position: relative;
}
.advisor-items .advisor-item .info-box {
    display: block;
    overflow: hidden;
    position: relative;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    background: #ffffff;
}
.advisor-item .info-box .info-title span {
    color: #0d6efd;
    font-family: "Inter",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.advisor-item .info-box img {
    width: 100%;
}
.circle .advisor-item .info-box img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.advisor-item .info-title {
    bottom: 15px;
    left: 15px;
    right: 15px;
    transform: translate3d(0px, 0%, 0px);
    -webkit-transform: translate3d(0px, 0%, 0px);
    -moz-transform: translate3d(0px, 0%, 0px);
    -ms-transform: translate3d(0px, 0%, 0px);
    -o-transform: translate3d(0px, 0%, 0px);
    -webkit-transition: all 800ms ease 0.35s;
    -moz-transition: all 800ms ease 0.35s;
    -ms-transition: all 800ms ease 0.35s;
    -o-transition: all 800ms ease 0.35s;
    transition: all 800ms ease 0.35s;
    padding: 25px 30px;
    background: #ffffff none repeat scroll 0 0;
    text-align: center;
    position: absolute;
}
.advisor-items .advisor-item .info-title {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 25px;
    position: relative;
    right: 0;
    text-align: center;
    transform: inherit;
    width: 100%;
}
.advisor-item:hover .info-title {
    transform: translate3d(0px, 120px, 0px);
    -webkit-transform: translate3d(0px, 120px, 0px);
    -moz-transform: translate3d(0px, 120px, 0px);
    -ms-transform: translate3d(0px, 120px, 0px);
    -o-transform: translate3d(0px, 120px, 0px);
    transition-delay: 0.2s;
}
.advisor-items .advisor-item:hover .info-title, .advisor-items .advisor-item {
    transform: inherit;
}
.advisor-item .info-title h4 {
    color: #002147;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    text-transform: capitalize;
    font-weight: 600;
}
.advisor-item .overlay {
    background: rgba(0, 33, 71, 0.7) none repeat scroll 0 0;
    left: 15px;
    right: 15px;
    opacity: 1;
    padding: 0 20px;
    position: absolute;
    top: 15px;
    bottom: 15px;
    transform: translate3d(0px, -110%, 0px);
    -webkit-transform: translate3d(0px, -110%, 0px);
    -moz-transform: translate3d(0px, -110%, 0px);
    -ms-transform: translate3d(0px, -110%, 0px);
    -o-transform: translate3d(0px, -110%, 0px);
    -webkit-transition: all 700ms ease 0.35s;
    -moz-transition: all 700ms ease 0.35s;
    -ms-transition: all 700ms ease 0.35s;
    -o-transition: all 700ms ease 0.35s;
    transition: all 700ms ease 0.35s;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}
.advisor-item .overlay-content h4 {
    font-weight: 500;
    text-transform: capitalize;
}
.advisor-item .overlay-content > a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0d6efd;
}
.advisor-item:hover .overlay {
    transform: translate3d(0px, 0, 0px);
    -webkit-transform: translate3d(0px, 0, 0px);
    -moz-transform: translate3d(0px, 0, 0px);
    -ms-transform: translate3d(0px, 0, 0px);
    -o-transform: translate3d(0px, 0, 0px);
    transition-delay: 0.1s;
}
.advisor-item .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.advisor-item .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.advisor-item .overlay .overlay-content .icon-holder {
    margin-bottom: 30px;
}
.advisor-item .overlay .overlay-content .icon-holder span::before {
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
}
.advisor-item .overlay .overlay-content h4 .title {
    color: #ffffff;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.advisor-item .overlay .overlay-content .text {
    margin-bottom: 13px;
    margin-top: 17px;
}
.advisor-item .social li {
    display: inline-block;
}
.advisor-item .social {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
    padding-top: 15px;
}
.advisor-items .advisor-item .social {
    position: relative;
    z-index: 1;
}
.advisor-items .advisor-item .social::after {
    background: #0d6efd none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: -2px;
    width: 30px;
}
.advisor-item .social li a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 5px 3px 0;
    text-align: center;
    width: 40px;
    color: #002147;
    background-color: #ffffff;
}
.advisor-item .social li.facebook a {
    background-color: #3b5998;
    color: #ffffff;
}
.advisor-item .social li.twitter a {
    background-color: #1da1f2;
    color: #ffffff;
}
.advisor-item .social li.pinterest a {
    background-color: #bd081c;
    color: #ffffff;
}
.advisor-item .social li.google-plus a {
    background-color: #db4437;
    color: #ffffff;
}
.advisor-item .social li.linkedin a {
    background-color: #0077b5;
    color: #ffffff;
}
.advisor-items .advisor-item .social li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 5px 3px 0;
}
.advisor-area .advisor-carousel .owl-nav, .advisor-area .advisor-carousel-solid .owl-nav {
    margin: 0;
}
.advisor-area .advisor-carousel .owl-nav .owl-prev, .advisor-area .advisor-carousel .owl-nav .owl-next, .advisor-area .advisor-carousel-solid .owl-nav .owl-prev, .advisor-area .advisor-carousel-solid .owl-nav .owl-next {
    background: #ffffff 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, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    -o-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    color: #666666;
    font-size: 25px;
    height: 45px;
    left: 0;
    line-height: 45px;
    margin-top: -23px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 45px;
    opacity: 0;
}
.advisor-area .advisor-carousel:hover .owl-nav .owl-prev, .advisor-area .advisor-carousel:hover .owl-nav .owl-next, .advisor-area .advisor-carousel-solid:hover .owl-nav .owl-prev, .advisor-area .advisor-carousel-solid:hover .owl-nav .owl-next {
    opacity: 1;
}
.advisor-area .advisor-carousel:hover .owl-nav .owl-prev, .advisor-area .advisor-carousel-solid:hover .owl-nav .owl-prev {
    left: -70px;
}
.advisor-area .advisor-carousel:hover .owl-nav .owl-next, .advisor-area .advisor-carousel-solid:hover .owl-nav .owl-next {
    right: -70px;
}
.advisor-area .advisor-carousel .owl-nav .owl-prev:hover, .advisor-area .advisor-carousel .owl-nav .owl-next:hover, .advisor-area .advisor-carousel-solid .owl-nav .owl-prev:hover, .advisor-area .advisor-carousel-solid .owl-nav .owl-next:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #0d6efd;
}
.advisor-area .advisor-carousel .owl-nav .owl-next, .advisor-area .advisor-carousel-solid .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.adviros-details-area .info.main-content {
    padding-left: 35px;
}
.adviros-details-area .thumb .desc {
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    padding: 30px;
}
.adviros-details-area .thumb .desc h4 {
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.adviros-details-area .thumb .desc span {
    color: #0d6efd;
    font-family: "Inter",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.adviros-details-area .thumb .desc ul {
    border-top: 1px solid #e7e7e7;
    margin-top: 15px;
    padding-top: 23px;
}
.adviros-details-area .thumb .desc li {
    display: inline-block;
}
.adviros-details-area .thumb .desc a {
    border: 1px solid #e7e7e7;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 3px;
    text-align: center;
    width: 40px;
}
.adviros-details-area .info .nav-pills li a {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 10px 35px;
    text-transform: uppercase;
}
.adviros-details-area .info .nav-pills li.active a {
    background: #0d6efd none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #002147;
}
.adviros-details-area .info .nav-pills {
    margin-bottom: 20px;
}
.adviros-details-area .tab-content li {
    border-bottom: 1px solid #e7e7e7;
    font-family: "Inter",sans-serif;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.adviros-details-area .tab-content li span {
    float: right;
    text-transform: inherit;
}
.adviros-details-area .tab-content li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.adviros-details-area .tab-content .info a {
    margin-top: 30px;
}
.adviros-details-area .info table a img {
    height: 50px;
    margin-right: 10px;
    width: 50px;
}
.adviros-details-area .info table a {
    text-transform: capitalize;
}
.adviros-details-area .info table th {
    text-transform: uppercase;
    font-weight: 500;
}
.adviros-details-area .info table a:hover {
    color: #0d6efd;
}
.adviros-details-area .tab-content ul {
    margin-top: 25px;
}
.adviros-details-area .tab-content .course-tab-items .nav-pills a {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    margin: 0;
    padding: 0;
}
.adviros-details-area .tab-content .course-tab-items .nav-pills li.active a {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #0d6efd;
    margin: 0;
    padding: 0;
}
.adviros-details-area .tab-content .course-tab-items .nav-pills li {
    border: medium none;
    margin: 0 15px 0 0;
    padding: 0;
}
.adviros-details-area .tab-content .course-tab-items .nav-pills {
    border-bottom: 1px solid #e7e7e7;
    margin-top: 0;
    padding-bottom: 10px;
}
.adviros-details-area .tab-content table {
    font-family: "Inter",sans-serif;
    margin: 0;
    text-transform: capitalize;
}
.adviros-details-area .tab-content table td {
    vertical-align: middle;
}
.adviros-details-area .tab-content table tr td {
    padding: 15px;
}
.adviros-details-area .tab-content table tr td:last-child a {
    background: #002147 none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 20px;
    text-transform: capitalize;
}
.adviros-details-area .tab-content table tr td:last-child a:hover {
    color: #ffffff;
}
.adviros-details-area .tab-content .info h4 {
    font-weight: 600;
    text-transform: uppercase;
}
.adviros-details-area .tab-content .info form input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
}
.adviros-details-area .tab-content .info form textarea {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 180px;
}
.adviros-details-area .tab-content .info form button {
    background: #002147 none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    font-family: "Inter",sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #ffffff;
}
.adviros-details-area .tab-content .info form button i {
    margin-left: 3px;
}
.adviros-details-area .tab-content .info .update-pass {
    margin-top: 30px;
}
.adviros-details-area .table-responsive {
    margin-bottom: 0;
}
.edit-profile .update-info img {
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    height: 120px;
    margin-bottom: 20px;
    padding: 2px;
    width: 120px;
}
.edit-profile .update-info h4 {
    font-weight: 600;
    margin-bottom: 20px;
}
.edit-profile .update-info input {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
}
.edit-profile .update-info textarea {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
    min-height: 120px;
    padding: 15px;
}
.edit-profile .update-info button {
    background: #0d6efd none repeat scroll 0 0;
    border: medium none;
    box-shadow: inherit;
    font-family: "Inter",sans-serif;
    font-weight: 600;
    padding: 8px 50px;
    text-transform: uppercase;
}
.edit-profile .update-pass h4 {
    font-weight: 600;
    margin-bottom: 20px;
}
.edit-profile .update-pass input {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
}
.edit-profile .update-pass button {
    background: #0d6efd none repeat scroll 0 0;
    border: medium none;
    font-family: "Inter",sans-serif;
    font-weight: 600;
    padding: 10px 40px;
    text-transform: uppercase;
}
.edit-profile .update-info {
    border-right: 1px solid #e7e7e7;
    padding-right: 30px;
}
.edit-profile .update-pass {
    padding-left: 30px;
}
.event-area .event-items .item .thumb, .event-area .event-items .item .info {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.event-area .event-items .item.vertical .thumb, .event-area .event-items .item.vertical .info {
    display: block;
    float: none;
    vertical-align: middle;
}
.event-area .event-items .item .info {
    padding: 20px;
}
.event-area.single-view .event-items .item .info {
    padding: 20px;
}
.event-area .event-items .item .info {
    padding-left: 20px;
}
.event-area.circle .event-items .item > .info {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
.event-area.circle .event-items .item.vertical > .info {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.event-area .event-items .item .info li {
    color: #666666;
    display: inline-block;
    font-weight: 300;
    margin-bottom: 10px;
    margin-right: 10px;
    text-transform: capitalize;
}
.event-area .event-items .item .info li i {
    margin-right: 5px;
    font-weight: 500;
}
.event-area .event-items .item .info h2, .event-area .event-items .item .info h3, .event-area .event-items .item .info h4 {
    font-weight: 600;
    line-height: 1.3;
}
.event-items .item .info h2 a:hover, .event-items .item .info h3 a:hover, .event-items .item .info h4 a:hover {
    color: #0d6efd;
}
.event-area .event-items .item .info .price {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #002147;
    display: inline-block;
    font-family: "Inter",sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 5px 20px;
    text-transform: capitalize;
}
.event-area .event-items .item .info .meta {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.event-area .event-items .item .info > a {
    margin-top: 10px;
    margin-right: 3px;
}
.event-area .event-items .item .info .btn {
    background-color: #0d6efd;
    color: #fff !important;
}
.event-area .event-items .item .info .btn:hover {
    background-color: #002147;
    color: #fff !important;
}
.event-area.circle .event-items .item .info > a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.event-area .event-items .item .thumb {
    position: relative;
    text-align: center;
    z-index: 1;
}
.event-area .event-items .item .thumb img {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.event-area.circle .event-items .item .thumb {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.event-area.circle .item.vertical .thumb img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.event-area .event-items .item .thumb .date {
    padding: 15px 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}
.event-area .event-items .item .thumb .date h4 {
    color: #0d6efd;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
}
.event-area .event-items .item .thumb .date h4 span {
    display: block;
    font-size: 40px;
    font-weight: 900;
}
.event-area .event-items .item .thumb .date::after {
    background: #002147 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.event-area.circle .event-items .item .thumb .date::after {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.event-area .event-items .item {
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .event-area .event-items .item.bg1 {
        margin-bottom: 20px;
    }
}
.event-area .event-items .item.bg1 {
    background-color: #f6f3ed;
}
.event-area .event-items .item.bg2 {
    background-color: #d8e0f0;
}
.event-area .event-items.event-carousel .item {
    margin-bottom: 0;
}
.event-area .event-items .more-btn a {
    margin-top: 20px;
}
.event-area .event-items.event-carousel .owl-nav {
    margin: 0;
}
.event-area .event-items.event-carousel .owl-nav .owl-prev, .event-area .event-items.event-carousel .owl-nav .owl-next {
    background: #ffffff 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, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    -o-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    color: #666666;
    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 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 45px;
}
.event-area .event-items.event-carousel:hover .owl-nav .owl-prev, .event-area .event-items.event-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}
.event-area .event-items.event-carousel:hover .owl-nav .owl-prev {
    left: -70px;
}
.event-area .event-items.event-carousel:hover .owl-nav .owl-next {
    right: -70px;
}
.event-area .event-items.event-carousel .owl-nav .owl-prev:hover, .event-area .event-items.event-carousel .owl-nav .owl-next:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #0d6efd;
}
.event-area .event-items.event-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.testimonials-area .site-heading {
    margin-bottom: 20px;
}
/* .clients-review-carousel .owl-stage {
    display: flex;
}
.clients-review-carousel .owl-stage .item {
   height: 100%;
   display: flex;
   /* align-items: center; 
} */
.clients-review-carousel .thumb {
    padding-left: 0;
}
.clients-review-carousel .item img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.clients-review-carousel .info {
    padding-right: 0;
}
.clients-review-carousel .swiper-wrapper .single-item {
    height: 100%;
    display: flex;
    /*align-items: center;*/
}
.clients-review-carousel .single-item .item {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    margin: 10px;
    background-color: #fff;
    /*border: 1px solid #ddd;*/
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
}
.clients-review-carousel .item .info p {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.7;
}
/*.clients-review-carousel .item .info p::after {*/
/*    content: "”";*/
/*    font-family: "Times New Roman";*/
/*    font-size: 180px;*/
/*    right: 5px;*/
/*    letter-spacing: -15px;*/
/*    opacity: 0.1;*/
/*    position: absolute;*/
/*    top: 45px;*/
/*}*/
.clients-review-carousel .item .info h4 {
    margin-bottom: 2px;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1;
}
.clients-review-carousel .item .info span {
    color: #666;
    font-family: "Inter",sans-serif;
    font-weight: 400;
}
.clients-review-carousel .item .info .user-info {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 12px;
    margin-bottom: 12px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.clients-review-carousel .item .info .user-info .thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding-right: 0;
}
.clients-review-carousel .item .info .user-info .thumb img {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
}
.clients-review-carousel .item .info .user-info .others {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    margin: 4px 0;
    text-align: left;
}
.clients-review-carousel .item .info .user-info .others .rating {
    display: block;
}
.clients-review-carousel .item .info .user-info .others .rating i {
    color: #ff912c;
    font-size: 12px;
}
.testimonials-area .clients-review-carousel .owl-nav {
    margin: 0;
}
.testimonials-area .clients-review-carousel .owl-nav .owl-prev, .testimonials-area .clients-review-carousel .owl-nav .owl-next {
    background: #ffffff 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, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    -o-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    color: #666666;
    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 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 45px;
}
.testimonials-area .clients-review-carousel:hover .owl-nav .owl-prev, .testimonials-area .clients-review-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}
.testimonials-area .clients-review-carousel:hover .owl-nav .owl-prev {
    left: -70px;
}
.testimonials-area .clients-review-carousel:hover .owl-nav .owl-next {
    right: -70px;
}
.testimonials-area .clients-review-carousel .owl-nav .owl-prev:hover, .testimonials-area .clients-review-carousel .owl-nav .owl-next:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #0d6efd;
}
.testimonials-area .clients-review-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.faq-area .faq-content .panel-group {
    margin-bottom: 0;
}
.reg-area .reg-items .reg-form, .reg-area .reg-items .thumb {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.reg-area .reg-items .thumb img {
    margin: 10px auto;
    display: block;
    width: 360px;
}
.reg-area .reg-items .reg-form {
    padding-right: 35px;
}
.reg-area .select2-container {
    width: 100% !important;
}
.reg-area .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 40px;
    width: 100%;
}
.reg-area .select2-container--default .select2-selection--single:hover, .course-details-area .sidebar .side-form .select2-container--default .select2-selection--single:hover, .blog-area .sidebar .side-form .select2-container--default .select2-selection--single:hover {
    border-color: #2177bc;
}
.reg-area .select2-container--open .select2-selection--single, .course-details-area .sidebar .side-form .select2-container--open .select2-selection--single, .reg-area .select2-container--default .select2-selection--single:focus, .course-details-area .sidebar .side-form .select2-container--default .select2-selection--single:focus, .blog-area .sidebar .side-form .select2-container--default .select2-selection--single:focus {
    border-color: #2177bc;
    outline: 1px solid #0cd4df;
}
.reg-area .select2-container--default .select2-selection--single:focus {
    border-color: #2177bc;
    outline: 1px solid #0cd4df;
}

.reg-area .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666;
    line-height: 40px;
    padding-left: 12px;
    padding-right: 20px;
}
.reg-area .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.reg-area .acd-items .panel-body p {
    margin: 0;
}
.reg-area .reg-items .panel-group {
    margin-bottom: 0;
}
.reg-area.inc-faq .reg-items .reg-form {
    display: inherit;
    float: left;
}
.reg-area .site-heading {
    margin-bottom: 10px;
}
/* .reg-area .reg-form input, .reg-area .reg-form select, .reg-area .reg-form textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inherit;
    color: #666666;
    min-height: 40px;
    width: 100%;
} */
.reg-area .reg-form .form-control {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inherit;
    color: #666666;
    min-height: 40px;
    width: 100%;
    line-height: 25px;
}
.reg-area .reg-form .form-group {
    /* margin-bottom: 2px; */
}
.reg-area .reg-form input:focus, .reg-area .reg-form select:focus, .reg-area .reg-form textarea:focus {
    border-color: #2177bc;
    outline: 2.5px solid #0cd4df;
}
.reg-area .reg-form .form-group label {
    margin-bottom: 0;
    font-size: 12px;
}
.reg-area .reg-form .form-check {
    display: flex;
    gap: 5px;
}
.reg-area .reg-form .form-check .form-check-input {
    min-height: auto;
    width: auto;
}
.reg-area .reg-form .form-check .form-check-input:focus {
    outline: 0;
}
.reg-area .reg-form .form-check label.form-check-label {
    font-size: 14px;
    line-height: 25px;
}
.reg-area .reg-form textarea {
    resize: vertical;
}
/* .reg-area .reg-form input:focus, .reg-area .reg-form input:hover, .reg-area .reg-form select:focus, .reg-area .reg-form select:hover, .reg-area .reg-form textarea:focus, .reg-area .reg-form textarea:hover {
    border-color: #2177bc;
} */
.reg-area .reg-form .form-control:focus, .reg-area .reg-form .form-control:hover {
    border-color: #2177bc;
}
.reg-area .reg-form select option {
    padding: 5px 15px;
}
.reg-area .reg-form button[type="submit"] {
    border: medium none;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 5px 30px;
    min-height: 40px;
    width: 100%;
    text-transform: uppercase;
    margin-top: 15px;
}
.reg-area .reg-form button[type="submit"]:hover {
    background-color: #002147;
}
.reg-area .reg-box {
    background: #002147 none repeat scroll 0 0;
    padding: 50px;
}
.reg-box h3 {
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.portfolio-area.default-padding {
    padding-bottom: 105px;
}
.portfolio-area .mix-item-menu {
    display: inline-block;
    margin-bottom: 15px;
}
.portfolio-area .mix-item-menu button {
    background-color: transparent;
    border: 1px solid transparent;
    color: #002147;
    display: inline-block;
    font-family: "Inter",sans-serif;
    font-weight: 600;
    margin: 0 2px 5px;
    padding: 8px 15px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.portfolio-area .mix-item-menu button.active, .portfolio-area .mix-item-menu button:hover {
    border: 1px solid #e7e7e7;
}
.portfolio-area .pf-item {
    float: left;
    padding: 15px;
    width: 33.333%;
}
.portfolio-area .portfolio-items.col-2 .pf-item {
    width: 50%;
}
.portfolio-area .portfolio-items.col-4 .pf-item {
    width: 25%;
}
.portfolio-area .portfolio-items.col-6 .pf-item {
    width: 16.666%;
}
.portfolio-items-area .pf-item .item-effect {
    position: relative;
    overflow: hidden;
}
.portfolio-items-area .pf-item .item-effect .overlay {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
}
.portfolio-items-area .pf-item .item-effect a {
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #002147;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: 0 1px;
    opacity: 0;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    width: 45px;
}
.portfolio-items-area .portfolio-items.col-6 .pf-item .item-effect a {
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.portfolio-items-area .pf-item .item-effect:hover a {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
.portfolio-items-area .pf-item .item-effect:hover a {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.portfolio-items-area .pf-item .item-effect:hover img {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background-position: top;
    -webkit-filter: grayscale(0.4) blur(2px);
    filter: grayscale(0.4) blur(2px);
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.45s;
    -o-transition-duration: 0.45s;
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
}
.portfolio-items-area .pf-item .item-effect:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}
.portfolio-items-area .pf-item .item-effect img {
    display: inline-block;
    -moz-transform: scale(1.09, 1.09);
    -ms-transform: scale(1.09, 1.09);
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.faq-items h2 {
    font-weight: 700;
}
.faq-area .sign-up {
    background: #002147;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    padding: 50px;
}
.testimonials-area .faq-items .panel-group {
    margin: 0;
}
.faq-area.color-crimson .sign-up {
    background: #e22a31;
}
.faq-area.color-yellow .sign-up {
    background: #fbba42;
}
.faq-area .signup-form {
    padding-right: 30px;
}
.acd-items .panel-heading .panel-title a {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    font-weight: 500;
    padding: 20px 0;
    position: relative;
}
.acd-items .panel-heading {
    padding: 0;
}
.acd-items .panel.panel-default {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e7e7e7;
    border-image: none;
    border-radius: inherit;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: inherit;
    margin-top: 0;
    padding: 0;
}
.acd-items .panel.panel-default:last-child {
    border: medium none;
}
.acd-items .panel.panel-default:last-child .panel-body {
    padding-bottom: 0;
}
.acd-items .panel-body {
    padding: 15px 0;
}
.acd-items .panel.panel-default:first-child {
    margin-top: 0;
}
.faq-area .panel-body p {
    margin: 0;
}
.faq-area .panel-body {
    padding: 15px 0;
}
.faq-area .faq-items .acd-items .panel .panel-body {
    border-color: #e7e7e7;
}
.acd-arrow .panel-group.symb .panel-heading a::after {
    content: "\f106";
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}
.color-crimson .acd-arrow .panel-group.symb .panel-heading a::after {
    color: #e22a31;
}
.color-yellow .acd-arrow .panel-group.symb .panel-heading a::after {
    color: #fbba42;
}
.acd-arrow.left .panel-group.symb .panel-heading a::after {
    content: "\f01b" !important;
    font-size: 20px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.acd-arrow.left .panel-group.symb .panel-heading a.collapsed:after {
    content: "\f01a" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.faq-area .faq-items .panel-group {
    margin: 0;
}
.acd-arrow .panel-group.symb .panel-heading a.collapsed:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.faq-area.left-sidebar .faq-content {
    float: right;
    margin-top: -20px;
    padding-left: 35px;
}
.faq-area.left-sidebar .left-sidebar .sidebar {
    padding-left: 0;
}
.faq-area .acd-items .panel-body ul li {
    display: block;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}
.faq-area .acd-items .panel-body ul li::before {
    content: "\f560";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
}
.faq-area .acd-items .panel-body ul {
    margin-top: 15px;
}
.faq-area .acd-items .panel-body ul li:last-child {
    margin-bottom: 0;
}
.faq-area .faq-area .faq-content .panel-group {
    margin-bottom: 0;
}
.blog-area.left-sidebar .blog-content {
    float: right;
}
.blog-area.left-sidebar .sidebar {
    padding-left: 15px;
    padding-right: 35px;
}
.blog-area .blog-items .single-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}
.blog-area .blog-items .single-item:last-child {
    border-bottom: 0;
}
.blog-area .blog-items .item .info .meta {
    border-top: 1px solid #e7e7e7;
    margin-top: 15px;
    padding-top: 15px;
}
.blog-area .blog-items .item .info .meta li {
    color: #666666;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
}
.blog-area .blog-items .item .info .meta li a {
    color: #666666;
    display: inline-block;
}
.blog-area .blog-items .item .info .meta li i {
    margin-right: 5px;
}
.blog-area .blog-items .thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.blog-area .blog-items .thumb img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.blog-area.circle .blog-items .thumb img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.blog-area .blog-items .item:hover .thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.blog-area .blog-items .thumb .date {
    bottom: 15px;
    left: 15px;
    padding: 10px;
    position: absolute;
    z-index: 1;
}
.blog-area .blog-items .thumb .date span {
    display: block;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
}
.blog-area .blog-items .thumb .date::after {
    background: #002147 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.blog-area.circle .blog-items .thumb .date::after {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.blog-area .blog-items .thumb .date h4 {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
}
.blog-area .blog-items .info {
    padding-top: 30px;
}
.blog-area .blog-content .info p {
    text-align: justify;
}
.blog-area .blog-items .info h2, .blog-area .blog-items .info h3, .blog-area .blog-items .info h4 {
    font-weight: 600;
    text-transform: capitalize;
}
.blog-area .blog-items .info ul, .blog-area .blog-items .info ol {
    margin-bottom: 15px;
    padding-left: 20px;
}
.blog-area .blog-items .info ul {
    list-style-type: disc;
}
.blog-area .blog-items .info img {
    height: auto !important;
    width: auto !important;
    display: block;
    margin: 15px auto;
}
.blog-area .blog-items .info > a {
    font-weight: 600;
    text-transform: uppercase;
    color: #666666;
}
.blog-area .blog-items .item a:hover {
    color: #0d6efd !important;
}
.blog-area .pagi-area .pagination li a {
    border: 1px solid #e7e7e7;
    color: #002147;
    font-weight: 600;
    padding: 10px 20px;
    margin-top: 5px;
}
.blog-area .pagi-area .pagination li.active a {
    background: #0d6efd none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #ffffff;
}
.blog-area .pagi-area .pagination {
    /*margin-bottom: 0;*/
}
.blog-area .pagi-area {
    margin-bottom: -10px;
}
.blog-area .sidebar .sidebar-item {
    margin-bottom: 30px;
    overflow: hidden;
}
.blog-area .sidebar .sidebar-item.category, .blog-area .sidebar .sidebar-item.archives {
    margin-bottom: 35px;
}
.blog-area .sidebar {
    padding-left: 35px;
}
.blog-area .sidebar .sidebar-item .title h4 {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.blog-area .sidebar .sidebar-item .title h4::before {
    background: linear-gradient(90deg, #2fe525, #37c8df);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px;
}
.blog-area .sidebar .sidebar-item .title h4::after {
    background: #37c8df;
    bottom: 0;
    content: "";
    height: 2px;
    left: 35px;
    position: absolute;
    width: 10px;
}
.blog-area .sidebar .sidebar-item input {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    box-shadow: inherit;
}
.blog-area .sidebar .sidebar-item:last-child {
    margin-bottom: 0;
}
.blog-area .sidebar .sidebar-item form {
    position: relative;
}
.blog-area .sidebar .sidebar-item form input[type="submit"] {
    background: #002147 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: "Inter",sans-serif;
    font-weight: 600;
    padding: 0 20px;
    position: absolute;
    right: 0;
    text-transform: capitalize;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.blog-area .sidebar .sidebar-item form input[type="submit"]:hover {
    background: #0d6efd none repeat scroll 0 0;
    border: medium none;
}
.blog-area .sidebar .sidebar-item.category li a {
    color: #666666;
    display: block;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}
.blog-area .sidebar .sidebar-item.category li {
    border-bottom: 1px dashed #999999;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.blog-area .sidebar .sidebar-item.category li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.blog-area .sidebar .sidebar-item.category li a span {
    background: #f4f4f4 none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #002147;
    float: right;
    padding: 0 5px;
    position: relative;
    right: 0;
    text-align: center;
}
.blog-area .sidebar .sidebar-item.recent-post h4 a {
    color: #002147;
    text-transform: capitalize;
}
.blog-area .sidebar .sidebar-item.recent-post .info h4 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
}
.blog-area .sidebar .sidebar-item.recent-post .thumb, .blog-area .sidebar .sidebar-item.recent-post .info {
    display: table-cell;
    vertical-align: top;
}
.blog-area .sidebar .sidebar-item.recent-post .item {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.blog-area .sidebar .sidebar-item.recent-post .item:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.blog-area .sidebar .sidebar-item.recent-post .thumb {
    height: auto;
    padding-right: 0;
    width: 80px;
}
.blog-area .sidebar .sidebar-item.recent-post .info {
    padding: 0 0 0 15px;
}
.blog-area .sidebar .sidebar-item.recent-post .item :hover .thumb img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.blog-area .sidebar .sidebar-item.recent-post .rating {
    color: #666666;
}
.blog-area .sidebar .sidebar-item.recent-post .meta {
    border: medium none;
    color: #666666;
    font-family: "Inter",sans-serif;
    margin-top: 5px;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
}
.blog-area .sidebar .sidebar-item.recent-post .meta i {
    color: #666666;
    font-weight: 500;
    margin-right: 3px;
}
.blog-area .sidebar .sidebar-item.recent-post a {
    color: #666666;
}
.blog-area .sidebar .sidebar-item.recent-post .item .rating i {
    color: #0d6efd;
}
.blog-area .sidebar .sidebar-item.archives a {
    color: #666666;
    text-transform: capitalize;
}
.blog-area .sidebar .sidebar-item.archives li {
    border-bottom: 1px dashed #999999;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.blog-area .sidebar .sidebar-item.archives li:last-child {
    border: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sidebar-item.gallery ul li {
    box-sizing: border-box;
    float: left;
    padding: 0 10px 10px 0;
    width: 33.333%;
}
.sidebar-item.gallery ul li img {
    min-height: 70px;
    width: 100%;
}
.sidebar-item.social-sidebar li {
    display: inline-block;
}
.sidebar-item.social-sidebar li a {
    background: #002147 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 50px;
}
.sidebar-item.social-sidebar li.facebook a {
    background: #3b5998 none repeat scroll 0 0;
}
.sidebar-item.social-sidebar li.twitter a {
    background: #1da1f2 none repeat scroll 0 0;
}
.sidebar-item.social-sidebar li.pinterest a {
    background: #bd081c none repeat scroll 0 0;
}
.sidebar-item.social-sidebar li.g-plus a {
    background: #db4437 none repeat scroll 0 0;
}
.sidebar-item.social-sidebar li.linkedin a {
    background: #0077b5 none repeat scroll 0 0;
}
.sidebar .sidebar-item.tags li {
    display: inline-block;
}
.sidebar .sidebar-item.tags li a {
    border: 1px solid #e7e7e7;
    display: inline-block;
    float: left;
    margin-right: 3px;
    padding: 8px 20px;
    text-transform: uppercase;
}
.blog-area.single-blog .item {
    margin-bottom: 0;
}
.blog-area.full-blog.single-blog .blog-items .blog-content .item .meta {
    border-bottom: 1px solid #e7e7e7;
    border-top: medium none;
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-top: 5px;
    padding-bottom: 20px;
    padding-top: 0;
    width: 100%;
}
.blog-area.full-blog.single-blog .meta ul {
    display: inline-block;
}
.blog-area.full-blog.single-blog .meta > ul {
    display: inline-block;
    padding: 5px 0;
}
.blog-area.full-blog.single-blog .meta .share {
    float: right;
}
.blog-area.full-blog.single-blog .meta .share > i {
    display: inline-block;
    float: left;
    font-size: 20px;
    margin: 0 7px 0 0;
    padding: 8px 0;
}
.blog-area.full-blog.single-blog .meta .share li a {
    background: #2154cf none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    height: 35px;
    line-height: 37px;
    text-align: center;
    width: 35px;
}
.blog-area.full-blog.single-blog .meta .share li a i {
    margin: 0;
}
.blog-area.full-blog.single-blog .meta .share li {
    margin-left: 5px;
    margin-right: 0;
}
.blog-area.full-blog.single-blog .meta li.twitter a {
    background-color: #00b6f1;
}
.blog-area.full-blog.single-blog .meta li.pinterest a {
    background-color: #bd081c;
}
.blog-area.full-blog.single-blog .meta li.facebook a {
    background-color: #3b5998;
}
.blog-area.full-blog.single-blog .meta li.g-plus a {
    background-color: #df4a32;
}
.blog-area.full-blog.single-blog .meta li.vimeo a {
    background-color: #1ab7ea;
}
.blog-area.full-blog.single-blog .meta li.instagram a {
    background-color: #cd486b;
}
.blog-area .item blockquote {
    background: #002147 none repeat scroll 0 0;
    border: medium none;
    color: #cccccc;
    font-size: 15px;
    padding: 50px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.blog-area .item blockquote::after {
    content: ",,";
    font-family: "Times New Roman";
    font-size: 180px;
    left: 80px;
    letter-spacing: -15px;
    margin-left: -20px;
    opacity: 0.2;
    position: absolute;
    top: 118px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.blog-area .item blockquote p {
    margin: 0;
}
.author-bio {
    display: block;
    margin-top: 45px;
    width: 100%;
}
.author-bio .avatar {
    display: table-cell;
    vertical-align: top;
    width: 200px;
}
.author-bio .content {
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: middle;
}
.author-bio .content p {
    font-style: italic;
    margin: 0;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}
.author-bio .content p::after {
    content: ",,";
    font-family: "Times New Roman";
    font-size: 100px;
    left: 20px;
    letter-spacing: -12px;
    opacity: 0.1;
    position: absolute;
    top: 10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.author-bio .content h4 {
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 15px;
    padding-left: 20px;
    text-transform: uppercase;
}
.blog-area.single-blog .post-pagi-area {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    margin: 40px 0 50px;
    overflow: hidden;
    padding: 15px 0;
}
.blog-area.single-blog .post-pagi-area a {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}
.blog-area.single-blog .post-pagi-area a.btn {
    letter-spacing: normal;
    padding: 0;
}
.blog-area.single-blog .post-pagi-area a.btn.disabled {
    cursor: not-allowed;
}
.blog-area.single-blog .post-pagi-area a:hover {
    color: #2154cf;
}
.blog-area.single-blog .post-pagi-area a:last-child {
    float: right;
}
.blog-area.single-blog .post-pagi-area a:first-child i {
    margin-right: 3px;
}
.blog-area.single-blog .post-pagi-area a:last-child i {
    margin-left: 3px;
}
.blog-area.single-blog .post-tags span {
    font-family: "Inter",sans-serif;
    font-weight: 600;
    margin-right: 5px;
    text-transform: uppercase;
}
.blog-area.single-blog .post-tags a {
    border: 1px solid #e7e7e7;
    color: #002147;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 8px;
    margin-right: 5px;
    padding: 3px 25px;
    text-transform: uppercase;
}
.blog-area.single-blog .post-tags a:hover {
    color: #2154cf;
}
.responsive-video {
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
}
.responsive-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.comments-list .commen-item .avatar {
    float: left;
    height: 100px;
    width: 100px;
}
.comments-list .commen-item .content {
    display: table-cell;
    vertical-align: top;
}
.comments-list .commen-item .avatar img {
    height: 80px;
    width: 80px;
}
.comments-list .commen-item {
    margin-bottom: 30px;
}
.comments-list .commen-item.reply {
    padding-left: 80px;
}
.comments-area {
    margin-top: 50px;
}
.comments-area .comments-title h2, .comments-area .comments-title h3, .comments-area .comments-title h4 {
    border-bottom: 1px solid #e2e2e2;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.comments-list .commen-item .content h3, .comments-list .commen-item .content h4, .comments-list .commen-item .content h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.comments-info a {
    border: 1px solid #e7e7e7;
    color: #002147;
    display: inline-block;
    font-size: 12px;
    margin-left: 14px;
    padding: 1px 10px;
    text-transform: uppercase;
}
.comments-info a:hover {
    color: #2154cf;
}
.color-yellow .comments-info a:hover {
    color: #ff9800;
}
.comments-info a i {
    margin-right: 10px;
}
.comments-form input, .comments-form textarea {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
}
.comments-form textarea {
    min-height: 150px;
}
.blog-area.full-blog.single-blog .form-group.submit {
    margin-bottom: 0;
}
.comments-form button {
    background-color: #0d6efd;
    border: 1px solid transparent;
    color: #002147;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 20px;
    padding: 9px 35px;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.comments-form button:hover {
    background-color: #002147;
    border: 1px solid transparent;
    color: #ffffff;
}
.comments-area .commen-item .comments-info {
    margin-bottom: 15px;
}
.comments-form .title h2, .comments-form .title h3, .comments-form .title h4 {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.blog-area .contact-comments .comments {
    margin-top: 20px;
}
.blog-area.single .blog-items .item .contact-comments .col-md-6 {
    float: left;
    padding: 0 15px;
}
.clients-area .row {
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}
.clients-area .clients-items img {
    margin: auto;
    width: auto;
}
.clients-area .info h4 {
    text-transform: uppercase;
}
.clients-area .info p {
    margin: 0;
}
.subscribe-area .content {
    margin-bottom: 5px;
}
.subscribe-area .content h2 {
    font-weight: 600;
    text-transform: uppercase;
}
.subscribe-area .content h3 {
    margin-bottom: 20px;
}
.subscribe-area .content h4 {
    line-height: 1.4;
    margin: 0;
}
.subscribe-area .form form {
    position: relative;
    z-index: 1;
}
.subscribe-area .form form input {
    border: medium none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: inherit;
    min-height: 60px;
    padding: 15px 25px;
    width: 100%;
}
.subscribe-area .form form button {
    background: #0d6efd none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: inherit;
    font-family: "Inter",sans-serif;
    font-weight: 600;
    min-height: 50px;
    min-width: 60px;
    padding: 0 30px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 5px;
}
.join-us-area .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.join-us-area .info a {
    margin-top: 10px;
}
.join-us-area .site-heading h2 {
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.flex-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.flex-contact > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 767px) {
    .flex-contact {
        display: block;
    }
}
.contact-info-area {
    /*padding-bottom: 120px;*/
}
.contact-info-area .contact-info .item {
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    border-radius: 10px;
    padding: 20px 20px;
    text-align: center;
    background: #ffffff none repeat scroll 0 0;
    height: 100%;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-info-area .contact-info .item i {
    color: #0d6efd;
    display: block;
    font-size: 30px;
    text-align: center;
}
.contact-info-area .contact-info .item .info {
    margin-top: 20px;
}
.contact-info-area .contact-info .item .info h4 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.contact-info-area .contact-info .item .info p {
    margin: 0;
}
.contact-info-area .maps-form .form {
    padding-left: 35px;
}
.contact-info-area .maps-form {
    display: inline-block;
    margin-top: -10px;
}
.contact-info-area .maps-form .maps {
    overflow: hidden;
}
.contact-info-area .maps-form h2, .contact-info-area .maps-form h3, .contact-info-area .maps-form h4 {
    font-weight: 600;
    text-transform: capitalize;
}
.contact-info-area .maps-form iframe {
    height: 370px;
    margin-bottom: -10px;
    margin-top: 0;
    border-radius: 10px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.contact-info-area .maps-form {
    display: inline-block;
    margin-top: -10px;
    width: 100%;
}
.contact-info-area .maps-form input {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inherit;
    height: 40px;
}
.contact-info-area .maps-form textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inherit;
    min-height: 140px;
    resize: vertical;
}
.contact-info-area .maps-form input:focus, .contact-info-area .maps-form input:hover, .contact-info-area .maps-form select:focus, .contact-info-area .maps-form select:hover, .contact-info-area .maps-form textarea:focus, .contact-info-area .maps-form textarea:hover {
    border-color: #2177bc;
}
.contact-info-area .maps-form button {
    color: #ffffff;
    font-family: "Inter",sans-serif;
    font-weight: 600;
    padding: 10px 40px;
    text-transform: uppercase;
}
.contact-info-area .maps-form button i {
    margin-left: 3px;
}
form img.loader {
    margin-left: 5px;
}
.contact-info-area form .alert-notification {
    padding: 0;
}
.contact-info-area form .alert-notification h3 {
    color: green;
    margin-bottom: 5px;
}
.contact-info-area form .alert-notification .alert-error {
    background: #e7e7e7 none repeat scroll 0 0;
    color: red;
    margin-top: 15px;
    margin-bottom: 0;
}
.contact-info-area form .alert-notification .alert-success {
    margin-top: 15px;
    margin-bottom: 0;
}
.error-page-area ul li {
    display: inline-block;
}
.error-page-area ul li a {
    color: #ffffff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
}
.error-page-area ul {
    border-top: 1px solid #e7e7e7;
    margin-top: 30px;
    padding-top: 28px;
}
.error-page-area h1 {
    font-size: 120px;
    font-weight: 900;
    line-height: 90px;
    margin-bottom: 30px;
}
.error-page-area h2 {
    font-weight: 600;
}
.error-page-area a {
    margin: 15px 3px 0;
}
.error-page-area li.facebook a {
    background: #3b5998 none repeat scroll 0 0;
}
.error-page-area li.twitter a {
    background: #1da1f2 none repeat scroll 0 0;
}
.error-page-area li.pinterest a {
    background: #bd081c none repeat scroll 0 0;
}
.error-page-area li.g-plus a {
    background: #db4437 none repeat scroll 0 0;
}
.error-page-area li.linkedin a {
    background: #0077b5 none repeat scroll 0 0;
}
form.white-popup-block {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    margin: auto;
    padding: 50px 30px;
    position: relative;
    width: 50%;
    overflow: hidden;
}
form.white-popup-block button.mfp-close {
    color: red;
}
form.white-popup-block li {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
form.white-popup-block li a {
    background: #002147 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 50px;
}
form.white-popup-block li.facebook a {
    background: #3b5998 none repeat scroll 0 0;
}
form.white-popup-block li.twitter a {
    background: #1da1f2 none repeat scroll 0 0;
}
form.white-popup-block li.pinterest a {
    background: #bd081c none repeat scroll 0 0;
}
form.white-popup-block li.g-plus a {
    background: #db4437 none repeat scroll 0 0;
}
form.white-popup-block li.linkedin a {
    background: #0077b5 none repeat scroll 0 0;
}
form.white-popup-block .col-md-6:last-child {
    border-left: 1px solid #e7e7e7;
}
form.white-popup-block .col-md-6:last-child {
    border-left: 1px solid;
}
form.white-popup-block h3, form.white-popup-block h4 {
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
form.white-popup-block .login-social {
    padding-right: 30px;
}
form.white-popup-block .login-custom {
    border-left: 1px solid #e7e7e7;
    padding-left: 30px;
}
form.white-popup-block input {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
}
form.white-popup-block .lost-pass-link {
    float: right;
}
form.white-popup-block .lost-pass-link:hover {
    text-decoration: underline;
}
form.white-popup-block label {
    float: left;
}
form.white-popup-block label input {
    float: left;
    margin-right: 5px;
    min-height: 20px;
}
form.white-popup-block button[type="submit"] {
    background: #0d6efd none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    font-family: "Inter",sans-serif;
    font-weight: 600;
    margin-top: 10px;
    padding: 8px 50px;
    text-transform: uppercase;
}
form.white-popup-block .link-bottom {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-top: 15px;
    width: 100%;
}
form.white-popup-block .link-bottom a:hover {
    text-decoration: underline;
}
.login-area form.white-popup-block {
    width: auto;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
}
footer .f-items .item {
    padding-right: 30px;
}
footer .f-items .item:last-child {
    padding-right: 15px;
}
.f-items {
    overflow: hidden;
}
footer .f-item p {
    color: #666666;
    text-align: justify;
}
footer.bg-fixed .f-item p {
    color: #ffffff;
}
footer.bg-light .f-item p {
    color: #666666;
}
footer .f-item > h3, footer .f-item > h4, footer .f-item > h5 {
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
footer .f-item > img {
    margin-bottom: 30px;
    width: auto;
}
footer p.text-italic {
    font-style: italic;
    margin-bottom: 20px;
}
footer p.text-italic {
    font-style: italic;
    margin-bottom: 20px;
}
footer .subscribe form {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    position: relative;
    width: 100%;
}
footer .subscribe form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    box-shadow: inherit;
    padding: 0 20px;
}
footer.bg-light .subscribe form input {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    width: 100%;
}
footer.bg-fixed .subscribe form input {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
}
footer .subscribe form {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    padding: 0;
}
footer .subscribe form button {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #0d6efd;
    font-size: 20px;
    min-height: 40px;
    padding: 0 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9;
}
footer .subscribe form .input-group {
    width: 100%;
}
footer.bg-light .subscribe form button {
    background: #0d6efd none repeat scroll 0 0;
    color: #ffffff;
}
footer .f-item.address i, footer .f-item.address p {
    display: table-cell;
    vertical-align: middle;
}
footer .f-item.address i {
    color: #2177bc;
    height: 40px;
    text-align: center;
    width: 40px;
    font-size: 20px;
    background-color: #dddddd;
    border-radius: 5px;
}
footer.bg-light .f-item.address i {
    border: 1px solid #e7e7e7;
    color: #0d6efd;
}
footer.bg-fixed .f-item.address i {
    border: 1px solid rgba(255, 255, 255, 0.3);
}
footer .f-item.address {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .f-item.address p {
    font-weight: 600;
    margin: 0;
    padding-left: 10px;
    text-transform: uppercase;
}
footer .f-item.address p span {
    display: block;
    font-weight: 400;
    text-transform: initial;
}
footer .f-item.address li {
    margin-bottom: 15px;
}
footer .f-item.address li:last-child {
    margin: 0;
}
footer .f-item.address li a {
    color: #666666;
    font-family: "Inter",sans-serif;
}
footer .f-item.address li a:hover {
    color: #0d6efd;
}
footer .f-item.app {
    margin-top: 20px;
    padding-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer.bg-fixed .f-item.address li a {
    color: #ffffff;
}
footer.bg-light .f-item.address li a {
    color: #666666;
    font-family: "Inter",sans-serif;
    font-weight: normal;
}
footer .opening-info {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    color: #cccccc;
    margin-top: 20px;
    padding-top: 20px;
}
footer.bg-light .opening-info {
    border-top: 1px dashed #e7e7e7;
    color: #666666;
}
footer.bg-fixed .opening-info {
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
}
footer .opening-info h5 {
    margin-bottom: 15px;
    text-transform: uppercase;
}
footer .opening-info li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    margin-bottom: 10px !important;
    padding-bottom: 10px;
}
footer.bg-light .opening-info li {
    border-bottom: 1px dashed #cccccc;
    color: #666666;
}
footer.bg-fixed .opening-info li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    color: #ffffff;
}
footer .opening-info li:last-child {
    border: medium none;
    margin: 0 !important;
    padding: 0 !important;
}
footer .f-item.recent-post li a {
    color: #cccccc;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
footer.bg-fixed .f-item.recent-post li a {
    color: #ffffff;
}
footer.bg-light .f-item.recent-post li a {
    color: #002147;
}
footer .f-item.recent-post li a:last-child {
    display: inline-block;
    font-weight: 400;
}
footer .f-item.recent-post .meta-title {
    color: #cccccc;
    font-family: "Inter",sans-serif;
    margin-top: 10px;
}
footer.bg-light .f-item.recent-post .meta-title {
    color: #666666;
}
footer.bg-fixed .f-item.recent-post .meta-title {
    color: #ffffff;
}
footer.bg-fixed .f-item.recent-post .meta-title {
    color: #ffffff;
}
footer .f-item.recent-post li a:hover {
    color: #0d6efd;
}
footer .f-item.recent-post li a span {
    display: inline-block;
    color: #cccccc;
}
footer .f-item.recent-post li span {
    display: inline-block;
    text-transform: capitalize;
}
footer .f-item.recent-post .meta-title a {
    text-transform: capitalize;
}
footer .f-item.recent-post li {
    color: #cccccc;
}
footer.bg-fixed .f-item.recent-post li {
    color: #ffffff;
}
footer.bg-light .f-item.recent-post li {
    color: #666666;
}
footer .f-item.recent-post li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
footer.bg-fixed .f-item.recent-post li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
footer .f-item.recent-post li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
footer .f-item.recent-post li:last-child {
    margin: 0;
}
footer .f-item.recent-post li .thumb {
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
    width: 80px;
}
footer .f-item .thumb img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
footer .f-item.recent-post li .info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
    line-height: 26px;
    color: #837f7e;
}
footer .social li {
    display: inline-block;
}
footer .social li a {
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 39px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    font-weight: 500;
}
footer.bg-light .social li a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    color: #002147;
    line-height: 40px;
}
footer.bg-light .social li a:hover {
    background: #002147 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    border: 1px solid transparent;
}
footer.bg-fixed .social li a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
}
footer .social li a:hover {
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.1);
}
footer.bg-fixed .social li a:hover {
    border: 1px solid transparent;
    background-color: #ffffff;
    color: #0d6efd;
}
footer .social {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    margin-top: 20px;
    padding-top: 20px;
}
footer.bg-fixed .social {
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
}
.social-new {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.social-new li {
    display: inline-block;
}
.social-new li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #2177bc;
    border: 1px solid rgb(204 204 209);
    background: #ffffff;
    line-height: 1.6;
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    margin-right: 5px;
    transition: all .3s ease;
}
.social-new li i {
    vertical-align: middle;
    transition: all .3s ease;
}
.social-new li i.fa-facebook {
    color: #0165E1;
}
.social-new li i.fa-twitter {
    color: #1D9BF0;
}
.social-new li i.fa-linkedin {
    color: #0A66C2;
}
.social-new li i.fa-instagram {
    color: #833AB4;
}
.social-new li i.fa-youtube {
    color: #FF0000;
}
.social-new li i.fa-pinterest {
    color: #E60023;
}
.social-new li a:hover {
    background: #002147;
}
.social-new li a:hover i {
    color: #ffffff;
}
footer .f-item.app img {
    margin-bottom: 30px;
    width: 150px;
    height: auto;
}
footer .f-item.link li {
    display: block;
    margin-bottom: 10px;
}
footer .f-item.link li a {
    color: #666666;
    display: inline-block;
    font-weight: 400;
    padding-left: 15px;
    position: relative;
    text-transform: capitalize;
    font-family: "Inter",sans-serif;
}
footer.bg-fixed .f-item.link li a {
    color: #ffffff;
}
footer.bg-light .f-item.link li a {
    color: #666666;
}
footer .f-item.link li a::before {
    background: #cccccc none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 4px;
}
footer.bg-fixed .f-item.link li a::before {
    background: #ffffff none repeat scroll 0 0;
}
footer.bg-light .f-item.link li a::before {
    background: #666666 none repeat scroll 0 0;
}
footer .f-item.link li a:hover {
    color: #0d6efd;
}
footer .f-item.twitter-widget .twitter-item {
    border-bottom: 1px solid #363636;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
footer .f-item.twitter-widget .twitter-content p {
    margin: 0;
}
footer .f-item.twitter-widget .twitter-content a {
    color: #ffffff;
}
footer .f-item.twitter-widget .twitter-content a:hover {
    color: #0d6efd;
}
footer .f-item.twitter-widget .twitter-context {
    color: #cccccc;
    margin: 5px 0 0;
}
footer .f-item.twitter-widget .twitter-context i {
    color: #0d6efd;
    margin-right: 3px;
}
footer .f-item.twitter-widget .twitter-item:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.footer-bottom .col-md-6:first-child {
    padding-left: 0;
}
.footer-bottom .col-md-6:last-child {
    padding-right: 0;
}
.footer-bottom .link li {
    display: inline-block;
    border-right: 1px solid rgb(96 96 96 / 20%);
    padding-right: 10px;
}
.footer-bottom .link li:last-child {
    border-right: 0;
}
.footer-bottom .link li a {
    display: inline-block;
    font-weight: 400;
    line-height: 30px;
    margin-left: 4px;
    padding-left: 15px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    border-radius: 5px;
}
.footer-bottom.bg-light .link li a {
    color: #666666;
}
.footer-bottom.bg-light .link li a::before {
    background: #999999 none repeat scroll 0 0;
}
.footer-bottom .link li:first-child a {
    margin: 0;
}
.footer-bottom .link li:first-child::before {
    display: none;
}
footer .footer-bottom p a {
    color: #0d6efd;
    text-transform: capitalize;
    font-weight: 600;
}
footer .footer-bottom {
    background: #cccccc none repeat scroll 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
    padding: 4px 0;
}
footer .footer-bottom.bg-light {
    background: #ffffff none repeat scroll 0 0;
    border-top: 1px solid #e7e7e7;
}
footer .footer-bottom.bg-transparent {
    background: transparent none repeat scroll 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer-bottom p {
    color: #666666;
    margin: 0;
    text-transform: capitalize;
    line-height: 30px;
}
footer .footer-bottom.bg-light p {
    color: #666666;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #2177bc;
}
.filter-item {
    display: none;
    float: left;
}
#filters {
    list-style-type: none;
    float: right;
}
#filters li:first-child {
    margin-left: 0;
}
#filters li {
    float: left;
    margin: 5px 0 5px 5px;
}
#filters li a {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    display: block;
    padding: 5px 18px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -webkit-appearance: none;
    border-radius: 5px;
    background-color: #f0f2f5;
    border: 2px solid transparent;
}
#filters li a:hover {
    color: #002147;
    border-color: #002147;
}
#filters li.active a {
    background-color: #002147;
    color: #ffffff !important;
    border: 2px solid #002147;
}
@media only screen and (max-width: 767px) {
    #filters {
        float: none;
    }
    #filters li a {
        padding: 3px 10px;
    }
}
.banner-top-img {
    display: block;
    position: absolute;
    bottom: 0;
    top: auto;
    right: 400px;
    left: auto;
    text-align: center;
    z-index: -1;
}
.banner-top-img img {
    display: block;
    width: 250px;
    height: auto;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .banner-top-img {
        position: initial;
        right: auto;
        left: auto;
    }
    .banner-top-img img {
        width: 150px;
        height: auto;
        margin: 15px auto -40px auto;
    }
}
.senfine-modal .modal-content {
    border: 0;
    border-radius: 10px;
    overflow: visible;
}
.senfine-modal .modal-header {
    background: #0476bc;
    color: #fff;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    padding: 10px 15px;
}
.senfine-modal .modal-title {
    color: #fff;
}
.senfine-modal .modal-header .close {
    margin-top: 0px;
    text-shadow: none;
    opacity: 1;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
}
.senfine-modal .modal-header .close:focus, .senfine-modal .modal-header .close:hover {
    opacity: .5;
}
.senfine-modal .modal-body {
    padding-bottom: 1px;
}
.senfine-modal {
    text-align: center;
    padding: 0 !important;
}
.senfine-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.senfine-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}
.form-box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    margin: auto;
    padding: 30px 30px;
    /* overflow: hidden; */
    border: 1px solid #ccc;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.form-box h4 {
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.form-box h5 {
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.form-box hr {
    margin-bottom: 15px;
}
.form-box label span {
    color: #ff0000;
}
#loading-spinner {
    position: fixed;
    top: 0;
    z-index: 99999999999999;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.loading-spinner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.loading-spinner-disc {
    width: 40px;
    height: 40px;
    border: 3px #ddd solid;
    border-top: 3px #0d6efd solid;
    border-radius: 50%;
    animation: loading-anim 0.8s infinite linear;
}
.loading-spinner p {
    color: #fff;
    margin: 2px 0 0 0;
}
@keyframes loading-anim {
    100% {
        transform: rotate(360deg);
    }
}
.home-form {
    background: #fff;
    padding: 15px 15px 5px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
@media screen and (max-width: 767px) {
    .home-form {
        padding: 15px 10px 0px 10px;
    }
}
.banner-top-img img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
}
.wave-area {
    position: relative;
}
.wave-area #wave-top {
    position: absolute;
    top: -30px;
}
.wave-area #wave-bottom {
    position: absolute;
}
.wave-area #wave-bc {
    position: absolute;
    z-index: 1;
    bottom: 0;
    overflow: hidden;
}
@media (max-width: 768px) {
    .wave-area #wave-bc {
        display: none;
    }
    .wave-area #wave-top {
        display: none;
    }
    .wave-area #wave-bottom {
        display: none;
    }
}
footer .footer-bottom {
    margin-top: 0;
    background: #2177bc;
}
footer .footer-bottom p {
    color: #cccccc;
}
.footer-bottom .link li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-bottom .link li:last-child {
    border-right: 0;
}
.footer-bottom .link li a {
    color: #ffffff;
}
.footer-bottom .link li a:hover {
    text-decoration: underline;
}
.footer-new {
    background: rgb(33 119 188 / 30%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4px 0;
}
.footer-new .link li a {
    display: inline-block;
    font-weight: 400;
    line-height: 30px;
    margin-left: 4px;
    padding-left: 15px;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}
.footer-new .link li {
    display: inline-block;
    border-right: 1px solid rgb(255 255 255 / 10%);
    padding-right: 10px;
}
.footer-new .link li:last-child {
    border-right: 0;
}
footer .f-item > h3, footer .f-item > h4, footer .f-item > h5 {
    color: #ffffff;
}
footer .f-item p {
    color: #cccccc;
}
footer .f-item.link li a {
    color: #cccccc;
}
footer .f-item.address li a {
    color: #cccccc;
}
.social-new li a:hover {
    background: #2177bc;
    color: #002147;
    border-color: #2177bc;
}
footer .f-item.address i {
    color: #ffffff;
    background-color: rgb(33 119 188 / 30%);
}
@media (max-width: 768px) {
    .footer-new .link li {
        display: block;
        border-right: 0;
        border-bottom: 1px solid rgb(255 255 255 / 10%);
        padding-right: 0;
    }
    .footer-new .link li:last-child {
        border-bottom: 0;
    }
}
#fix-button {
    position: fixed;
    bottom: 18px;
    left: 23px;
    z-index: 9999999;
    display: block;
}
.whatsapp-us {
    background-color: #14b550;
    color: #fff;
    padding: 0;
    font-size: 15px;
    text-decoration: none;
    z-index: 99999;
    transition: all .25s;
    -webkit-box-shadow: 0 5px 20px 2px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 5px 20px 2px rgba(0,0,0,.15);
    box-shadow: 0 5px 20px 2px rgb(0 0 0 / 15%);
    outline: 0;
    border: none;
    border-radius: 50%;
    font-size: inherit;
    width: 60px;
    height: 60px;
    line-height: initial;
    text-align: center;
}
.whatsapp-us:hover {
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0 10px 20px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 10px 20px 2px rgba(0,0,0,.2);
    box-shadow: 0 10px 20px 2px rgb(0 0 0 / 20%);
}
.whatsapp-icon {
    font-size: 40px;
    vertical-align: middle;
}
@media (max-width: 768px) {
    #fix-button {
        bottom: 15px;
        left: 23px;
    }
    .whatsapp-us {
        width: 50px;
        height: 50px;
    }
    .whatsapp-icon {
        font-size: 30px;
    }
}
.align-lg-right {
    text-align: right;
    margin: 5px 0;
}
@media (max-width: 768px) {
    .align-lg-right {
        text-align: left;
    }
}
.alumni-logos {
}
.alumni-logos .site-heading {
    margin-bottom: 20px;
}
.alumni-logos .alumni-logos-carousel {
    position: relative;
}
.alumni-logos .alumni-logos-carousel .item img {
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.alumni-logos .swiper-nav {
    margin: 0;
}
.alumni-logos .swiper-nav .swiper-prev, .alumni-logos .swiper-nav .swiper-next {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 7px 0px rgb(0 0 0 / 20%);
    color: #002147;
    font-size: 16px;
    height: 30px;
    left: 0;
    line-height: 32px;
    margin-top: -22px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.35s ease-in-out;
    width: 30px;
    opacity: 0;
    border: 0;
}
.alumni-logos:hover .swiper-nav .swiper-prev, .alumni-logos:hover .swiper-nav .swiper-next {
    opacity: 1;
}
.alumni-logos:hover .swiper-nav .swiper-prev {
    left: -50px;
}
.alumni-logos:hover .swiper-nav .swiper-next {
    right: -50px;
}
.alumni-logos .swiper-nav .swiper-prev:hover, .alumni-logos .swiper-nav .swiper-next:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #0d6efd;
}
.alumni-logos .swiper-nav .swiper-next {
    left: auto;
    right: 0;
}
.wa-info {
    background-color: #2177bc;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 12px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
.wa-info:after {
    content: " ";
    position: absolute;
    left: 23px;
    bottom: -6px;
    border-top: 7px solid #2177bc;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: none;
}
@media (max-width: 768px) {
    .wa-info {
        font-size: 12px;
        padding: 3px 8px;
    }
    .wa-info:after {
        left: 18px;
    }
}
.file-caption {
    min-height: 50px;
}
.file-caption .file-caption-name {
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none !important;
    border: none !important;
    background: 0 0 !important;
    outline: 0 !important;
    min-height: auto !important;
    line-height: 35px;
}
.file-caption-icon {
    line-height: 35px;
}
.btn-file {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    border-radius: 5px;
    overflow: hidden;
    min-height: 50px;
    line-height: 35px;
}
.fileinput-remove {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    border-radius: 5px;
    overflow: hidden;
    min-height: 50px;
    line-height: 35px;
}
.btn-file input[type=file] {
    cursor: pointer;
}
.file-drop-zone-title {
    padding: 30px 10px;
    font-size: 15px;
}
.why-choose {
    border-top: 1px solid #dddddd;
}
.why-choose .why-choose-boxes {
    /*display: grid;*/
    /*grid-template-columns: 20% 20% 20% 20% 20%;*/
    padding: 0;
    padding-left: 3px;
    padding-right: 3px;
    /*grid-row-gap: 20px;*/
    justify-content: center;
    /*grid-column-gap: 5px;*/
}
.why-choose .why-choose-boxes .why-choose-single {
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    /*margin: 0 10px;*/
}
/*.why-choose .why-choose-boxes .why-choose-single:hover {*/
/*    transform: scale(1.05);*/
/*}*/
.why-choose .why-choose-boxes .swiper-slide:nth-child(5n+1) .why-choose-single {
    border: 1px solid #25bbc3;
    box-shadow: 0 0 10px #dcf4f6;
}
.why-choose .why-choose-boxes .swiper-slide:nth-child(5n+2) .why-choose-single {
    border: 1px solid #7f27ad;
    box-shadow: 0 0 10px #f4e0ff;
}
.why-choose .why-choose-boxes .swiper-slide:nth-child(5n+3) .why-choose-single {
    border: 1px solid #ad2763;
    box-shadow: 0 0 10px #ffdeed;
}
.why-choose .why-choose-boxes .swiper-slide:nth-child(5n+4) .why-choose-single {
    border: 1px solid #125ecd;
    box-shadow: 0 0 10px #d3e5ff;
}
.why-choose .why-choose-boxes .swiper-slide:nth-child(5n+5) .why-choose-single {
    border: 1px solid #5cb223;
    box-shadow: 0 0 10px #e6fdd7;
}
.why-choose .why-choose-boxes .why-choose-single .circle {
    display: block;
    padding: 20px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.why-choose .why-choose-boxes .swiper-wrapper {
    padding-top: 44px;
}
.why-choose .why-choose-boxes .swiper-slide:nth-child(5n+1) .why-choose-single .circle {
    background-color: #dcf4f6;
    color: #25bbc3;
}
.why-choose .why-choose-boxes .swiper-slide:nth-child(5n+2) .why-choose-single .circle {
    background-color: #f4e0ff;
    color: #7f27ad;
}
.why-choose .why-choose-boxes .swiper-slide:nth-child(5n+3) .why-choose-single .circle {
    background-color: #ffdeed;
    color: #ad2763;
}
.why-choose .why-choose-boxes .swiper-slide:nth-child(5n+4) .why-choose-single .circle {
    background-color: #d3e5ff;
    color: #125ecd;
}
.why-choose .why-choose-boxes .swiper-slide:nth-child(5n+5) .why-choose-single .circle {
    background-color: #e6fdd7;
    color: #5cb223;
}
.why-choose .why-choose-boxes .why-choose-single .circle i {
    font-size: 30px;
    vertical-align: middle;
}
.why-choose .why-choose-boxes .why-choose-single .info {
    display: block;
    margin-top: 35px;
}
.why-choose .why-choose-boxes .why-choose-single .info h4 {
    margin-bottom: 5px;
}
.why-choose .why-choose-boxes .why-choose-single .info p {
    margin: 0;
}
.why-choose .site-heading {
    margin-bottom: 5px;
}
.why-choose .why-choose-boxes.why-choose-carousel .swiper-wrapper {
    padding-top: 44px;
    padding-bottom: 8px;
    display: flex;
}
.why-choose .why-choose-boxes.why-choose-carousel .swiper-wrapper .why-choose-single {
    display: flex;
    height: 100%;
}
.why-choose .why-choose-boxes.why-choose-carousel .swiper-nav {
    margin: 0;
}
.why-choose .why-choose-boxes.why-choose-carousel .swiper-nav .swiper-prev, .why-choose .why-choose-boxes.why-choose-carousel .swiper-nav .swiper-next {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 20%);
    color: #002147;
    font-size: 18px;
    height: 35px;
    left: 0;
    line-height: 36px;
    margin-top: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 45%;
    transition: all 0.35s ease-in-out;
    width: 35px;
    opacity: 0;
    border: 0;
}
.why-choose:hover .why-choose-boxes.why-choose-carousel .swiper-nav .swiper-prev, .why-choose:hover .why-choose-boxes.why-choose-carousel .swiper-nav .swiper-next {
    opacity: 1;
}
.why-choose:hover .why-choose-boxes.why-choose-carousel .swiper-nav .swiper-prev {
    left: -50px;
}
.why-choose:hover .why-choose-boxes.why-choose-carousel .swiper-nav .swiper-next {
    right: -50px;
}
.why-choose .why-choose-boxes.why-choose-carousel .swiper-nav .swiper-prev:hover, .why-choose .why-choose-boxes.why-choose-carousel .swiper-nav .swiper-next:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #0d6efd;
}
.why-choose .why-choose-boxes.why-choose-carousel .swiper-nav .swiper-next {
    left: auto;
    right: 0;
}
@media (max-width: 768px) {
    .why-choose .why-choose-boxes {
        grid-template-columns: auto !important;
        padding: 0;
    }
    .why-choose .why-choose-boxes .why-choose-single {
        /*margin-bottom: 30px;*/
    }
    .why-choose .site-heading {
        margin-bottom: 5px;
    }
    .why-choose .why-choose-boxes.why-choose-carousel .swiper-wrapper {
        padding-top: 44px;
        padding-bottom: 8px;
    }
}
.footer-form {
    padding: 10px;
    background-color: rgb(33 119 188 / 30%);
    border-radius: 10px;
}
.footer-form.reg-area .reg-form input, .footer-form.reg-area .reg-form select, .footer-form.reg-area .reg-form textarea {
    min-height: 30px;
}
.footer-form.reg-area .reg-form button[type="submit"] {
    margin-bottom: 5px;
    min-height: 30px;
}
.footer-form.reg-area h4 {
    text-align: center;
}
.footer-form .reg-form .form-group {
    margin-bottom: 10px;
}
.application-area .reg-area .appl-form .form-group {
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .footer-form.reg-area .reg-form {
        padding-right: 0;
    }
}
.footer-main {
    padding-top: 30px;
    padding-bottom: 40px;
}
.footer-links {
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-links .links-col {
    margin-bottom: 15px;
}
.footer-links h5 {
}
.footer-links p {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
}
.footer-links a {
    color: #ccc;
}
.webm-logo {
    width: 170px;
    height: auto;
}
@media (max-width: 768px) {
    .webm-logo {
        width: 123px;
    }
}

.why-enroll-boxes {
    display: grid;
    grid-template-columns: 33.333% 33.333% 33.333%;
    padding: 0;
    grid-row-gap: 20px;
    justify-content: center;
    grid-column-gap: 5px;
    margin: 50px 0 30px 0;
}
.why-enroll-boxes .why-enroll-single {
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin: 0 10px;
    background: #e0eeff;
    /*border: 1px solid #25bbc3;*/
    /*box-shadow: 0 0 10px rgb(0 0 0 / 10%);*/
}
.why-enroll-boxes .why-enroll-single .circle {
    display: block;
    padding: 20px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #759dcd;
    color: #ffffff;
}
.why-enroll-boxes .why-enroll-single:nth-child(3n+1) {
	background: #dcf4f6;
	background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(37 187 195 / 75%);
}
.why-enroll-boxes .why-enroll-single:hover:nth-child(3n+1) {
    transform: scale(1.06);
}
.why-enroll-boxes .why-enroll-single:nth-child(3n+2) {
	background: #f4e0ff;
	background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(127 39 173 / 75%);
}
.why-enroll-boxes .why-enroll-single:hover:nth-child(3n+2) {
    transform: scale(1.06);
}
.why-enroll-boxes .why-enroll-single:nth-child(3n+3) {
	background: #d3e5ff;
	background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(18 94 205 / 75%);
}
.why-enroll-boxes .why-enroll-single:hover:nth-child(3n+3) {
    transform: scale(1.06);
}
.why-enroll-boxes .why-enroll-single:nth-child(3n+1) .circle {
    background-color: #25bbc3;
}
.why-enroll-boxes .why-enroll-single:nth-child(3n+2) .circle {
    background-color: #7f27ad;
}
.why-enroll-boxes .why-enroll-single:nth-child(3n+3) .circle {
    background-color: #125ecd;
}
.why-enroll-boxes .why-enroll-single .circle i {
    font-size: 30px;
    vertical-align: middle;
}
.why-enroll-boxes .why-enroll-single .info {
    display: block;
    margin-top: 35px;
}
.why-enroll-boxes .why-enroll-single .info h4 {
    margin-bottom: 5px;
    text-align: center;
}
.why-enroll-boxes .why-enroll-single .info p {
    margin: 0;
    text-align: center;
}
@media (max-width: 768px) {
    .why-enroll-boxes {
        grid-template-columns: auto !important;
        padding: 0;
        margin: 50px 0 0 0;
    }
    .why-enroll-boxes .why-enroll-single {
        margin-bottom: 30px;
    }
}
.salary-tabs .tab-content {
    margin-bottom: 25px;
}
.salary-tabs .tab-content .chart-container {
    width: 100%;
}
.salary-tabs .company-logos {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0;
    grid-row-gap: 0;
    justify-content: center;
    grid-column-gap: 0;
    margin: 0;
}
.salary-tabs .company-logos img {
    /*padding: 10px;*/
    width: 100px;
    height: auto;
    margin: 5px auto;
}
@media (max-width: 768px) {
    .salary-tabs .company-logos {
        grid-template-columns: 50% 50%;
        padding: 0;
    }
}
.course-img {
    display: block;
    text-align: center;
    padding: 4px;
    margin: 10px auto 25px auto;
    max-width: 100%;
    width: auto;
    height: auto;
    background: #eee;
    border-radius: 5px;
}
.course-faqs {
    margin-bottom: 25px;
}
.course-faqs .panel-title {
    font-weight: 400;
    text-transform: initial;
    color: #002147;
}
.course-details-area .sidebar .side-contact {
    background: #a63a35;
    background: linear-gradient(1deg, #2c3395, #a63a35);
    text-align: center;
    display: block;
    overflow: hidden;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgb(255 255 255 / 80%);
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
.course-details-area .sidebar .side-contact p {
    margin-bottom: 10px;
    color: #f3a4a1;
}
.course-details-area .sidebar .side-contact h4 {
    margin-bottom: 5px;
}
.course-details-area .sidebar .side-contact h4 a {
    color: #fff;
}
.course-details-area .sidebar .side-form, .blog-area .sidebar .side-form {
    background: #002147;
    background: linear-gradient(30deg, #0476bc, #34500c);
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    border: 1px solid rgb(191 191 191 / 80%);
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.course-details-area .sidebar .side-form h4, .blog-area .sidebar .side-form h4 {
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
}
.course-details-area .sidebar .side-form p, .blog-area .sidebar .side-form p {
    color: rgb(255 255 255 / 75%);
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(120 120 120 / 39%);
}
.blog-area.blog-area-home .site-heading {
    margin-bottom: 20px;
    margin-top: 0;
}
.blog-area.blog-area-home .blog-items .single-item {
    height: 100%;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
}
.blog-area.blog-area-home .blog-items .single-item .info {
    padding: 15px;
    padding-top: 15px;
}
.blog-area.blog-area-home .blog-items .single-item .info p {
    color: #002147;
    font-weight: 500;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 5px;
}
.blog-area.blog-area-home .blog-items .info > a {
    font-weight: 500;
}
.blog-area.blog-area-home .blog-items .thumb .date h4 {
    font-size: 12px;
}
.blog-area.blog-area-home .blog-items .thumb .date span {
    font-size: 20px;
}
.blogs-carousel .swiper-wrapper {
    display: flex;
}
.blogs-carousel .swiper-wrapper .single-item {
    height: 100%;
    display: flex;
}
.blogs-carousel .swiper-wrapper .single-item .item {
    padding: 0;
    overflow: hidden;
    margin: 10px;
    border-radius: 10px;
    /*border: 1px solid #ddd;*/
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-1 {
    margin-bottom: 10px;
}
.mb-2 {
    margin-bottom: 20px;
}
.mt-0 {
    margin-top: 0;
}
.mt-1 {
    margin-top: 10px;
}
.mt-2 {
    margin-top: 20px;
}
.review-scrollable {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 220px;
    padding-right: 7px;
}
.review-scrollable::-webkit-scrollbar {
    width: 6px
}
.review-scrollable::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eee;
}
.review-scrollable::-webkit-scrollbar-thumb {
    background-color: #9a9a9a;
    border-radius: 10px
}
.review-scrollable::-webkit-scrollbar-thumb:hover {
    background-color: #2177bc;
}

.related-courses {
    text-align: left;
}
.related-courses .owl-stage {
    display: flex;
}
.related-courses .related-courses-content {

}
.related-courses .related-courses-content .single-item {
    height: 100%;
    overflow: hidden;
    margin-bottom: 0;
    display: flex;
}
.related-courses .related-courses-content .single-item .item { 
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    margin: 5px;
    border-radius: 5px;
    /* border: 1px solid #ddd; */
    -moz-box-shadow: 0 0 5px #cccccc;
    -webkit-box-shadow: 0 0 5px #cccccc;
    -o-box-shadow: 0 0 5px #cccccc;
    box-shadow: 0 0 5px #cccccc;
}
.related-courses .related-courses-content .single-item .item .thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.related-courses .related-courses-content .single-item .item .thumb img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    object-position: right;
}
.related-courses .related-courses-content .single-item .item .info {
    padding: 5px;
}
.related-courses .related-courses-content .single-item .item .info h5 {
    margin-bottom: 5px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}
.related-courses .related-courses-content .single-item .item .info .meta {
    text-align: left;
    color: #666666;
    margin: 0;
    font-size: 12px;
    line-height: normal;
}
.related-courses .related-courses-content .single-item .item a:hover {
    text-decoration: none;
}
.related-courses .related-courses-content .single-item .item a:hover .info h5 {
    text-decoration: underline;
    color: #2177bc;
    text-decoration-color: #66aa05;
}
.course-details-area .sidebar .category {
    background: #e0eeff;
    padding: 10px;
    border-radius: 10px;
}
.course-details-area .sidebar .category+.category  {
    background: #dcf4f6;
}
.course-details-area .course-details-info .course-basic-info {
    margin-top: 10px;
}
.course-details-area .course-details-info .course-basic-info p {
    display: inline-block;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 6px;
    background: rgb(255 255 255 / 15%);
    margin: 0;
    margin-right: 5px;
}
.course-details-area .course-details-info .course-basic-info p:last-child {
    margin-right: 0;
}
@media (max-width: 768px) {
    .course-details-area .course-details-info .course-basic-info p {
        margin-bottom: 10px;
    }
}

/*new*/
.course-details-area .sidebar .sidebar-item.highlights {
    background: linear-gradient(1deg, #04434a, #109765);
    color: #fff;
}
.course-details-area .sidebar .sidebar-item.highlights .title h4 {
    color: #fff;
}
.course-details-area .sidebar .sidebar-item.highlights ul li {
    background: url(images/tick.svg) left 1px no-repeat;
    padding: 0 0 10px 30px;
    display: block;
}
.course-details-area .sidebar .sidebar-item.highlights ul li:last-child {
    padding: 0 0 0 30px;
}
.course-details-area .sidebar .sidebar-item.highlights li svg {
    width: 25px;
    vertical-align: top;
}
/*.course-details-area .course-details-info .course-basic-info p {*/
/*    transition: .25s all;*/
/*}*/
/*.course-details-area .course-details-info .course-basic-info p:hover {*/
/*    background: rgb(255 255 255 / 30%);*/
/*    cursor: pointer;*/
/*}*/
.globe-anim {
    position: absolute;
    width: 40px;
    height: auto;
    left: 133.9px;
    top: 19.3px;
}
@media screen and (max-width: 1024px) {
    .globe-anim {
        display: none;
    }
}
.admission-seats-info {
    background: #f0f0f0;
    border-radius: 0 0 10px 10px;
    margin-bottom: 20px;
    padding: 10px 5px;
}
.admission-seats-info div {
    display: inline-block;
}
.admission-seats-info .admission-timer div {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}
.admission-seats-info .admission-timer div:last-child {
    margin-right: 0;
}
.admission-seats-info .admission-timer div span:first-child {
    display: block;
    background: #ddd;
    color: #ea3b3b;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    padding: 5px;
    line-height: 25px;
    height: 35px;
    width: 30px;
}
.admission-seats-info .admission-timer div span:last-child {
    display: block;
    font-size: 12px;
    color: rgb(23 23 23 / 80%);
}
.admission-seats-info .admission-timer p {
    font-size: 14px;
    color: #ea3b3b;
    margin-bottom: 2px;
    text-align: left;
}
.admission-seats-info .admission-progress {
    position: relative;
    text-align: center;
    margin-left: 1rem;
}
.admission-seats-info .admission-progress svg {
  height: 50px;
  width: auto;
  transform: rotate(-90deg);
  display: block;
  position: relative;
  margin: auto;
}
.admission-seats-info .admission-progress .bar-bg {
  fill: none;
  stroke: #ddd;
  stroke-width: 1.8;
}
.admission-seats-info .admission-progress .bar-fill {
  fill: none;
  stroke: #e8ecf5;
  stroke: #ea3b3b;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: 1.8;
  transition: stroke-dashoffset 1s ease-in-out;
}
.admission-seats-info .admission-progress span.percent {
    display: block;
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    top: 50%;
    padding: 0;
    -webkit-transform: translate(-50%, -95%);
    transform: translate(-50%, -95%);
}
.admission-seats-info .admission-progress span:last-child {
    display: block;
    font-size: 12px;
    color: rgb(23 23 23 / 80%);
}
.demo-cert-area {
    background-color: #dee2ec;
    padding: 30px 0;
    background: linear-gradient(155deg, rgb(243 248 255 / 90%), rgb(184 192 221 / 80%)), url(../img/footer-cta-bg.png) no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}
.demo-cert-area .demo-cert {
   display: grid;
   grid-template-columns: 60% 40%;
   justify-content: space-around;
   align-items: center;
}
.demo-cert-area .demo-cert .left-side .site-heading {
    margin-bottom: 0;
    margin-top: 0;
}
.demo-cert-area .demo-cert .left-side h2 {
   font-weight: 600;
   text-transform: capitalize;
   color: #002147;
   margin-bottom: 20px;
}
.demo-cert-area .demo-cert .left-side ul {
    margin-bottom: 20px;
}
.demo-cert-area .demo-cert .left-side ul li {
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    color: #151515;
}
.demo-cert-area .demo-cert .left-side ul li i {
    color: #fff;
    background: linear-gradient(30deg, #32b8cd, #2fbd4e);
    border-radius: 50%;
    width: 35px;
    min-width: 35px;
    height: 35px;
    vertical-align: middle;
    align-items: center;
    display: flex;
    /* flex-wrap: wrap; */
    /* align-content: center; */
    justify-content: center;
    margin-right: 10px;
}
.demo-cert-area .demo-cert .cert-wrap {
    display: inline-block;
    position: relative;
    margin: 30px;
}
.demo-cert-area .demo-cert .cert-wrap img {
    border: 3px solid #f3f3f3;
    border-radius: 5px;
    box-shadow: 3px 3px 12px 0px rgb(0 0 0 / 20%);
}
.demo-cert-area .demo-cert .cert-wrap .top-view:before {
    content: '';
    width: 50px;
    height: 4px;
    background: linear-gradient(90deg, #2fe525, #37c8df);
    position: absolute;
    left: -20px;
    top: -20px;
}
.demo-cert-area .demo-cert .cert-wrap .top-view:after {
    content: '';
    width: 4px;
    height: 50px;
    background: linear-gradient(180deg, #2fe525, #37c8df);
    position: absolute;
    left: -20px;
    top: -20px;
}
.demo-cert-area .demo-cert .cert-wrap .bottom-view:before {
    content: '';
    width: 50px;
    height: 4px;
    background: linear-gradient(90deg, #37c8df, #2fe525);
    position: absolute;
    right: -20px;
    bottom: -20px;
}
.demo-cert-area .demo-cert .cert-wrap .bottom-view:after {
    content: '';
    width: 4px;
    height: 50px;
    background: linear-gradient(180deg, #37c8df, #2fe525);
    position: absolute;
    right: -20px;
    bottom: -20px;
}
@media screen and (max-width: 768px) {
    .demo-cert-area {
        padding: 20px 0;
        background-size: auto auto;
    }
    .demo-cert-area .demo-cert {
        grid-template-columns: auto;
        justify-content: space-around;
        align-items: start;
    }
    .demo-cert-area .demo-cert .left-side {
        margin-bottom: 20px;
    }
}

.login-btn .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    margin-left: 5px;
    margin-top: 2px;
    font-weight: 600;
}
.login-btn.open .dropdown-toggle::after {
    content: "\f106";
}
.login-btn ul.dropdown-menu {
    margin: 0;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
    padding: 0;
    width: auto;
    min-width: 120px;
    transition: all .25s ease;
}
.login-btn ul.dropdown-menu > li {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    display: block;
    color: #333333;
}
.login-btn ul.dropdown-menu > li > a {
    padding: 10px 14px;
    border-bottom: solid 1px #f5f5f5;
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    white-space: normal;
}
.login-btn ul.dropdown-menu > li:last-child > a {
    border-bottom: none;
}
.login-btn ul.dropdown-menu li a:hover {
    color: #0d6efd;
    background-color: transparent;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .login-area {
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }
    .login-area > ul {
        background-color: #dc3545;
        padding: 10px;
        text-align: center;
    }
    .login-area > ul > li {
        display: inline-block;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        margin-right: 8px;
        padding-right: 10px;
        color: #ffffff;
        line-height: 24px;
        vertical-align: middle;
    }
    .login-area > ul > li:last-child, .login-area > ul > li:first-child {
        border-right: none;
        padding-right: 0;
    }
    .login-area > ul > li > p {
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        line-height: 24px;
    }
    .login-area > ul > li > .btn {
        font-weight: 400;
        letter-spacing: inherit;
        padding: 2px 12px;
        text-transform: capitalize;
    }
}

/* nav 13/5/24 */
nav.navbar.bootsnav ul.nav > li {
    position: relative;
}
nav.navbar.bootsnav ul.nav > li:after {
    content: '';
    height: 30%;
    position: absolute;
    background-color: #e0e0e0;
    width: 1px;
    right: 0;
    top: 35%;
}
nav.navbar.bootsnav ul.nav > li:last-child:after {
    content: none;
}
nav.navbar.bootsnav ul.nav > li > a {
    font-weight: 600;
}
@media (max-width: 1023px) {
    nav.navbar.bootsnav ul.nav > li:before {
        content: none;
    }
    nav.navbar.bootsnav ul.nav > li > a .btn-menu {
        display: inline-block;
    }
}
nav.navbar.bootsnav ul.nav > li > a .btn-menu {
    background: #32b8cd;
    color: #fff;
    padding: 6px 14px;
    border-radius: 5px;
    border: 2px solid #a3ebf1;
    transition: all 0.35s ease-in-out;
}
nav.navbar.bootsnav ul.nav > li > a .btn-menu.courses {
    background: linear-gradient(30deg, #1095bf, #14c72a);
    border: 2px solid #a3ebf1;
}
nav.navbar.bootsnav ul.nav > li > a .btn-menu.blogs {
    background: linear-gradient(30deg, #d32fc5, #2770cd);
    border: 2px solid #a3c2f1;
}
nav.navbar.bootsnav ul.nav > li > a .btn-menu:hover {
    border: 2px solid #1aa7af;
}
nav.navbar.bootsnav ul.nav > li > a .btn-menu:active, nav.navbar.bootsnav ul.nav > li > a .btn-menu:focus, nav.navbar.bootsnav ul.nav > li.active > a .btn-menu {
    color: #1aa7af;
    background: #fff;
    border: 2px solid #1aa7af;
}

/* foo 13/5/24 */
.footer-banner {
    position: fixed;
    background: #FFFFFF;
    padding: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    letter-spacing: 0.5px;
    display: none;
    box-shadow: 0px -1px 10px rgb(0 0 0 / 10%);
    z-index: 99;
}
.footer-banner .footer-container {
    align-items: center;
    justify-content: space-between;
}
.footer-banner .footer-container h4 {
	margin: 0;
}
.footer-banner .button-section {
    display: table;
    width: 100%;
}
.footer-banner .btn {
	padding: 7px 30px;
	margin-bottom: 0;
	width: 33.3333%;
	border-radius: 0;
}
@media (max-width: 767.98px) {
    .footer-banner {
        padding: 0;
    }
    .footer-banner .footer-container {
        justify-content: center;
    }
	.footer-banner .btn {
		padding: 5px 6px;
	}
}

/* automodal 13/5/24 */
.modal-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: space-around;
}
.modal-grid .left-section .modal-left-banner {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background: linear-gradient(356deg, #60268b, #a76029);
    height: 100%;
    padding: 15px;
}
.modal-grid .left-section .modal-left-banner h3 {
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 0;
}
.modal-grid .left-section .modal-left-banner h4 {
    line-height: 1.4;
    margin: 0;
    color: #ffffff;
}
.modal-grid .left-section .modal-left-banner h5 {
    display: inline-block;
    color: #fff;
    background: linear-gradient(90deg, #e5253e, #df377d);
    border-radius: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.strikethrough {
    position: relative;
    color: #ddd;
}
.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 3px solid;
    border-color: #ff0000;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.modal-grid .left-section .modal-left-banner img {
    width: 150px;
    margin: 10px auto;
    display: block;
}
.modal-grid .left-section .modal-left-banner ul {
    margin: 0 0 10px 0;
    text-align: left;
    align-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.modal-grid .left-section .modal-left-banner ul li {
    color: #fff;
    margin-bottom: 2px;
    padding-left: 1.3em;
    list-style-type: none;
    font-size: 14px;
}
.modal-grid .left-section .modal-left-banner ul li::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #8fff9b;
    font-weight: 600;
}
.modal-grid .left-section .modal-content-grid {
    display: grid;
    grid-template-columns: auto;
    justify-content: space-around;
    align-items: center;
}
.modal-grid .right-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    background-color: #f0f2f5;
}
.modal-grid .right-section .modal-right-form {
    padding: 15px 15px 1px 15px;
}
@media screen and (max-width: 768px) {
    .modal-grid {
        grid-template-columns: auto;
    }
    .modal-grid .right-section .modal-right-form {
        padding: 15px 15px 1px 15px;
    }
    .modal-grid .left-section .modal-left-banner h3 {
        margin-top: 0;
    }
    .modal-grid .left-section .modal-left-banner img {
        width: 200px;
    }
}
.ui-widget {
    font-family: 'Inter', sans-serif;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    overflow: hidden;
}
.ui-menu .ui-menu-item {
    border-bottom: solid 1px #f5f5f5;
}
.ui-menu .ui-menu-item:last-child {
    border-bottom: none;
}


/* new */
.alumni-logos-carousel .swiper .swiper-wrapper {
    transition-timing-function: linear;
}
.swiper-wrapper {
    padding-bottom: 20px !important;
}
.swiper-slide {
    height: auto !important;
}
.swiper-pagination {
    bottom: -5px !important;
}
.swiper-pagination-bullet-active {
    background: #0d6efd !important;
}
.css-13cymwt-control {
    height: 40px;
    min-height: 40px !important;
    border-radius: 5px !important;
}
.css-1fdsijx-ValueContainer {
    height: auto;
}
.css-qbdosj-Input {
    height: 30px;
}
.css-qbdosj-Input input {
    height: 25px;
    min-height: auto !important;
}
.css-166bipr-Input {
    height: 30px;
}
.css-166bipr-Input input {
    height: 25px;
    min-height: auto !important;
}
.css-t3ipsp-control {
    height: 40px;
    min-height: 40px !important;
    border-color: #2177bc !important;
    box-shadow: 0 0 0 0px #2177bc !important;
}
.css-t3ipsp-control:hover {
    border-color: #2177bc !important;
}
.css-13cymwt-control:hover {
    border-color: #2177bc !important; 
}
.css-1nmdiq5-menu {
    overflow: visible;
    text-align: left;
}
.css-t3ipsp-control:focus, .css-13cymwt-control:focus {
    border-color: #2177bc;
    outline: 1px solid #0cd4df !important;
}
.css-1jqq78o-placeholder {
    line-height: normal;
}
.react-calendar {
    font-family: 'Inter', sans-serif !important;
    width: 285px !important;
    border: 1px solid #ccc !important;
    overflow: hidden !important;
    border-radius: 5px !important;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.react-date-picker__wrapper {
    border: none !important;
}
.react-calendar abbr[title] {
    border-bottom: none !important;
    text-decoration: none !important;
    cursor: default;
}
.react-calendar__tile:disabled {
    background-color: #fff !important;
    cursor: not-allowed;
}
.react-calendar__tile--active {
    background: #2177bc !important;
}
.react-calendar__navigation {
    height: 40px !important;
    margin-bottom: 1rem !important;
}
.top-search input.form-control {
    height: 40px;
}
.show {
    opacity: 1;
}


.page-loader {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    transition: .25s all;
    display: none;
}
.page-loader .page-loader-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .25s all;
}
.page-loader .page-loader-wrap svg {
    z-index: 999;
}
.page-loader .page-loader-wrap p {
    color: #fff;
    margin: 2px 0 0 0;
    transition: .25s all;
}
/* react search */
.courses-search {
    height: auto;
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 10px 15px -10px rgb(0 0 0 / 20%);
    width: 30%;
    display: none;
    position: absolute;
    right: 10px;
    top: 84px;
    z-index: 99;
    border: 1px solid #ddd;
}
nav.navbar.bootsnav.sticked .courses-search {
    top: 75px;
}
.courses-search > div {
    height: 40px !important;
}
.sc-gEvEer {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
}
.courses-search > div > .wrapper {
    font-size: 14px !important;
    font-family: 'Inter', sans-serif !important;
    border-radius: 5px !important;
    border: 1px solid #ccc !important;
    transition: .25s all;
}
.courses-search > div > .wrapper:hover {
    border-color: #2177bc !important;
    box-shadow: none !important;
}
.courses-search > div > .wrapper:focus, .courses-search > div > .wrapper:focus-within {
    border-color: #2177bc !important;
    outline: 2.5px solid #0cd4df;
    box-shadow: none !important;
}
.courses-search .sc-fqkvVR {
    min-height: 40px !important;
}
.jVORrT {
    margin: 0 0 0 10px !important;
}
.courses-search .clear-icon {
    margin: 5px 10px 0px 0px !important;
}
.dYrfwz > input {
    padding: 0 0 0 10px !important;
}
.ffXrxx .selected {
    cursor: pointer;
}
.ffXrxx > ul {
    padding: 0 0 10px !important;
}
.ffXrxx > ul > li > div {
    margin-left: 10px !important;
}
@media (max-width: 767px) {
    .courses-search {
        width: 100%;
        right: 0;
        top: 60px;
    }
    nav.navbar.bootsnav.sticked .courses-search {
        top: 58px;
    }
}
.senfine-insta {
    border-radius: 10px;
}
@media (min-width: 768px) {
    .navbar-right {
        margin-right: 65px;
    }
}