@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
body {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
}

a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #252525;
}

a:hover,
a:focus {
    color: #c71e1e;
    text-decoration: none;
}

input,
button,
a {
    outline: 0 !important;
}

p {
    margin-bottom: 15px;
    line-height: 1.7;
    color: #727695;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
}

p:last-child {
    margin-bottom: 0;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.bg-F7F9FB {
    background-color: #f7f9fb;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #252525;
    font-family: "Poppins", sans-serif;
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

/*default-btn*/
.default-btn1 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    padding: 10px 25px;
    position: relative;
    background-color: #d85900e0;
    color: #ffffff;
    border-radius: 1px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}
.default-btn1:hover,
.default-btn1:focus {
    background-color: #c94e02e0;
    color: #ffffff;
}
.default-btn {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    padding: 13px 25px 12px 55px;
    position: relative;
    background-color: #c71e1e;
    color: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-color: #c71e1e;
    border-radius: 1px;
    font-size: 14.5px;
    font-weight: 700;

    font-family: "Poppins", sans-serif;
}

.button-login {
    border: none;
    color: #fff;
    background: none;
    font-size: 12pt;
    font-weight: bold;
    margin-right: 40px;
    padding: 10px;
    font-family: "Poppins", sans-serif;
}
.primary-btn{
background:#c71e1e;border:none;color:#fff;width:100%;border-radius:1.5em;padding:10px;
}
.primary-btn:hover {
    background: #9c1919;
    transition: 0.3s;
}
.button-login:hover {
    background: #9c1919;
    transition: 0.3s;
}
.button-login7 {
    border: none;
    color: #c71e1e;
    background: none;
    font-size: 12pt;
    font-weight: bold;
    padding: 6px 20px;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
}
.button-login7:hover {
    color: #9c1919;
    transition: 0.3s;
    padding: 6px 20px;
    border-radius: 10px;
}
.default-btn .label,
.default-btn .icon-arrow {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 1000;
    perspective: 1000;
}

.default-btn .label {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.default-btn .icon-arrow {
    color: #ffffff;
    top: 11px;
    -webkit-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
        opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
        opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    font-size: 25px;
}

.default-btn .icon-arrow.before {
    left: 20px;
    position: absolute;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.default-btn .icon-arrow.after {
    opacity: 0;
    position: absolute;
    right: 20px;
    -webkit-transform: translateX(75%) scaleX(0.1);
    transform: translateX(75%) scaleX(0.1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.default-btn:hover,
.default-btn:focus {
    background-color: #9c1919;
    color: #ffffff;
    border-color: #9c1919;
}

.default-btn:hover .label,
.default-btn:focus .label {
    -webkit-transform: translateX(-32px);
    transform: translateX(-32px);
}

.default-btn:hover .icon-arrow.before,
.default-btn:focus .icon-arrow.before {
    opacity: 0;
    -webkit-transform: translateX(-75%) scaleX(0.1);
    transform: translateX(-75%) scaleX(0.1);
}

.default-btn:hover .icon-arrow.after,
.default-btn:focus .icon-arrow.after {
    opacity: 1;
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
}

/*section-title*/
.section-title {
    text-align: center;
    position: relative;
    margin-top: -5px;
    margin-bottom: 60px;
}

.section-title .sub-title {
    text-transform: uppercase;
    display: block;
    color: #c71e1e;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-family: "Poppins", sans-serif;
}

.section-title h2 {
    margin-bottom: 10px;
    font-size: 37px;
    font-weight: 300;
}

.section-title p {
    max-width: 620px;
    line-height: 1.8;
    margin-left: auto;
    margin-right: auto;
}

.section-title .default-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.section-title.text-left h2 {
    max-width: 620px;
    margin-bottom: 0;
}

.section-title.text-left p {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 15px;
    margin-right: 0;
}

/*form-control*/
.form-control {
    height: 48px;
    padding: 0 0 0 12px;
    line-height: initial;
    color: #252525;
    background-color: #ffffff;
    border: 1px solid #e6e9fc;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 400;
}

.form-control::-webkit-input-placeholder {
    color: #c4c5d0;
}

.form-control:-ms-input-placeholder {
    color: #c4c5d0;
}

.form-control::-ms-input-placeholder {
    color: #c4c5d0;
}

.form-control::placeholder {
    color: #c4c5d0;
}

.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #d7d9eb;
}

textarea.form-control {
    height: auto !important;
    padding-top: 12px;
}

/*================================================
Preloader CSS
=================================================*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}

.preloader .loader {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-43%);
    transform: translateY(-43%);
    text-align: center;
    margin: 0 auto;
    width: 150px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.preloader .box {
    width: 100%;
    height: 100%;
    -webkit-animation: animate 0.5s linear infinite;
    animation: animate 0.5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
}

.preloader .shadow {
    width: 100%;
    height: 5px;
    background: #000000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    -webkit-animation: shadow 0.5s linear infinite;
    animation: shadow 0.5s linear infinite;
}

.preloader::before,
.preloader::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    z-index: -1;
    background: #c71e1e;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}

.preloader::after {
    left: auto;
    right: 0;
}

.preloader.preloader-deactivate {
    visibility: hidden;
}

.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
    width: 0;
}

.preloader.preloader-deactivate .loader {
    opacity: 0;
    visibility: hidden;
}

@-webkit-keyframes loader {
    0% {
        left: -100px;
    }
    100% {
        left: 110%;
    }
}

@keyframes loader {
    0% {
        left: -100px;
    }
    100% {
        left: 110%;
    }
}

@-webkit-keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}

@-webkit-keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}

@keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}

/*================================================
Header CSS
=================================================*/
.header-area {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    width: 100%;
    z-index: 999;
}

.header-area.p-relative {
    position: relative;
}

.top-header {
    background-color: #c71e1e;
    padding-top: 15px;
    padding-bottom: 25px;
}

.top-header-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.top-header-contact-info li {
    display: inline-block;
    color: #ffffff;
    margin-right: 20px;
    position: relative;
    padding-left: 38px;
    font-size: 13px;
}

.top-header-contact-info li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
}

.top-header-contact-info li span {
    display: block;
    margin-bottom: 2px;
}

.top-header-contact-info li a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.top-header-contact-info li a:hover,
.top-header-contact-info li a:focus {
    opacity: 0.95;
}

.top-header-contact-info li:last-child {
    margin-right: 0;
}

.top-header-btn {
    text-align: right;
}

.top-header-btn .default-btn {
    background-color: #c71e1e;
    color: #ffffff;
    border-color: #c71e1e;
}

.top-header-btn .default-btn .icon-arrow {
    color: #c71e1e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.top-header-btn .default-btn:hover,
.top-header-btn .default-btn:focus {
    background-color: #c71e1e;
    color: #ffffff;
    border-color: #c71e1e;
}

.top-header-btn .default-btn:hover .icon-arrow,
.top-header-btn .default-btn:focus .icon-arrow {
    color: #ffffff;
}

.top-header-style-two {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.top-header-style-two .top-header-contact-info {
    text-align: right;
}

.top-header-style-two .top-header-contact-info li {
    color: #727695;
    text-align: left;
}

.top-header-style-two .top-header-contact-info li i {
    color: #c71e1e;
}

.top-header-style-two .top-header-contact-info li a {
    color: #252525;
}

.top-header-style-two .top-header-contact-info li a:hover,
.top-header-style-two .top-header-contact-info li a:focus {
    color: #c71e1e;
    opacity: 1;
}

.top-header-style-three {
    background-color: #1d1d1d;
    padding-top: 0;
    padding-bottom: 0;
}

.top-header-style-three .top-header-contact-info {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-header-style-three .top-header-contact-info li {
    padding-left: 0;
    font-size: 14px;
    color: #cccccc;
}

.top-header-style-three .top-header-contact-info li a {
    font-size: 14px;
    color: #cccccc;
    font-weight: 500;
}

.top-header-style-three .top-header-contact-info li a:hover,
.top-header-style-three .top-header-contact-info li a:focus {
    color: #c71e1e;
}

.top-header-login-register {
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.top-header-login-register li {
    display: inline-block;
    color: #cccccc;
    margin-right: 20px;
}

.top-header-login-register li a {
    display: inline-block;
    color: #cccccc;
    position: relative;
    padding-left: 20px;
}

.top-header-login-register li a i {
    position: absolute;
    left: 0;
    top: 3px;
}

.top-header-login-register li a:hover,
.top-header-login-register li a:focus {
    color: #c71e1e;
}

.top-header-login-register li:last-child {
    margin-right: 0;
}

.top-header-social {
    display: inline-block;
    margin-left: 20px;
    border-left: 1px solid #4a4646;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.top-header-social span {
    display: inline-block;
    color: #cccccc;
    margin-right: 5px;
}

.top-header-social a {
    display: inline-block;
    color: #cccccc;
    position: relative;
    top: 2px;
    font-size: 17px;
    margin-right: 2px;
}

.top-header-social a:hover,
.top-header-social a:focus {
    color: #c71e1e;
}

.top-header-style-four {
    background-color: #c71e1e;
    padding-top: 0;
    padding-bottom: 0;
}

.top-header-style-four .top-header-contact-info {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-header-style-four .top-header-contact-info li {
    padding-left: 0;
    font-size: 14px;
    color: #ffffff;
}

.top-header-style-four .top-header-contact-info li a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}

.top-header-style-four .top-header-social {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.top-header-style-four .top-header-social span {
    color: #ffffff;
}

.top-header-style-four .top-header-social a {
    color: #ffffff;
}

.top-header-style-four .top-header-login-register li {
    color: #ffffff;
}

.top-header-style-four .top-header-login-register li a {
    color: #ffffff;
}

.raque-responsive-nav {
    display: none;
}

.raque-nav {
    margin-top: 0px;
}

.raque-nav .navbar {
    padding: 0 20px;
    border-radius: 3px;
}

.raque-nav .navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.raque-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.raque-nav .navbar .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.raque-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 0;
}

.raque-nav .navbar .navbar-nav .nav-item a {
    color: #000;
    font-size: 16.5px;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: "Poppins", sans-serif !important;
}

.raque-nav .navbar .navbar-nav .nav-item a:hover,
.raque-nav .navbar .navbar-nav .nav-item a:focus {
    color: #c71e1e;
}
.raque-nav .navbar .navbar-nav .nav-item a.active {
    color: #c71e1e;
    font-weight: 700;
}
.raque-nav .navbar .navbar-nav .nav-item a i {
    font-size: 17px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: -3px;
    margin-right: -3px;
}

.raque-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}

.raque-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}

.raque-nav .navbar .navbar-nav .nav-item:hover a,
.raque-nav .navbar .navbar-nav .nav-item.active a {
    color: #c71e1e;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: absolute;
    border: none;
    top: 82px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-top: 2px solid #c71e1e;
    padding: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 13px 20px 11px;
    margin: 0;
    position: relative;
    display: block;
    color: #4a6f8a;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 15px;
    font-weight: 500;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #fff;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #4a6f8a;
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #c71e1e;
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #4a6f8a;
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #c71e1e;
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #4a6f8a;
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #c71e1e;
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #4a6f8a;
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #c71e1e;
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #4a6f8a;
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #c71e1e;
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #4a6f8a;
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #c71e1e;
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li.active
    a {
    color: #ffffff;
    background-color: #c71e1e;
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li:hover
    .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li.active
    a {
    color: #c71e1e;
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li:hover
    .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li.active
    a {
    color: #c71e1e;
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li:hover
    .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li.active
    a {
    color: #c71e1e;
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li:hover
    .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li.active
    a {
    color: #c71e1e;
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li:hover
    .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #c71e1e;
}

.raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li:hover
    .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.raque-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.raque-nav .navbar .others-option .language-switcher {
    position: relative;
    top: -1px;
}

.raque-nav .navbar .others-option .language-switcher .dropdown-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    font-weight: 500;
}

.raque-nav .navbar .others-option .language-switcher .dropdown-toggle::after {
    display: none;
}

.raque-nav .navbar .others-option .language-switcher .dropdown-toggle img {
    width: 35px;
    border-radius: 5px;
    border: 3px solid #ffffff;
    position: relative;
    top: -2px;
}

.raque-nav .navbar .others-option .language-switcher .dropdown-toggle span {
    display: inline-block;
    margin-left: 3px;
}

.raque-nav .navbar .others-option .language-switcher .dropdown-toggle span i {
    position: relative;
    font-size: 20px;
    top: 4px;
    margin-left: -3px;
}

.raque-nav .navbar .others-option .language-switcher .dropdown-menu {
    padding: 15px;
    float: unset;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    display: block;
    margin-top: 27px;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.raque-nav
    .navbar
    .others-option
    .language-switcher
    .dropdown-menu
    .dropdown-item {
    padding: 0;
    color: #252525;
    margin-bottom: 10px;
    font-weight: 500;
}

.raque-nav
    .navbar
    .others-option
    .language-switcher
    .dropdown-menu
    .dropdown-item:last-child {
    margin-bottom: 0;
}

.raque-nav
    .navbar
    .others-option
    .language-switcher
    .dropdown-menu
    .dropdown-item
    img {
    width: 40px;
    border-radius: 5px;
    border: 3px solid #ffffff;
}

.raque-nav
    .navbar
    .others-option
    .language-switcher
    .dropdown-menu
    .dropdown-item
    span {
    display: inline-block;
    margin-left: 5px;
}

.raque-nav
    .navbar
    .others-option
    .language-switcher
    .dropdown-menu
    .dropdown-item:hover,
.raque-nav
    .navbar
    .others-option
    .language-switcher
    .dropdown-menu
    .dropdown-item:focus {
    background-color: transparent !important;
}

.raque-nav
    .navbar
    .others-option
    .language-switcher
    .dropdown-menu
    .dropdown-item:active,
.raque-nav
    .navbar
    .others-option
    .language-switcher
    .dropdown-menu
    .dropdown-item.active {
    color: #252525;
    background-color: transparent;
}

.raque-nav .navbar .others-option .language-switcher .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.raque-nav .navbar .others-option .cart-wrapper-btn {
    margin-left: 8px;
    font-size: 25px;
    line-height: 1;
    position: relative;
    top: 5px;
}

.raque-nav .navbar .others-option .cart-wrapper-btn i {
    line-height: 1;
}

.raque-nav .navbar .others-option .cart-wrapper-btn span {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 15px;
    height: 15px;
    background-color: #c71e1e;
    color: #ffffff;
    line-height: 16.5px;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    font-size: 10px;
}

.raque-nav .navbar .others-option .search-box {
    margin-left: 16px;
    cursor: pointer;
    font-size: 25px;
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 1;
    position: relative;
    top: 4px;
}

.raque-nav .navbar .others-option .search-box i {
    line-height: 1;
}

.raque-nav .navbar .others-option .search-box:hover {
    color: #c71e1e;
}

.navbar-area.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    background: #fff !important;
    opacity: 0;
    visibility: hidden;
    transition:0.5s;
}

.navbar-area.header-sticky .raque-nav {
    margin-top: 0;
}

.navbar-area.header-sticky .raque-nav .navbar {
    background: #fff !important;
    color: #000;
}

.navbar-area.header-sticky.is-sticky {
    opacity: 1;
    visibility: visible;
}

.navbar-area.header-sticky.scrollUp {
    opacity: 0;
    visibility: hidden;
}

.raque-responsive-nav.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background: #fff!important;
    opacity: 0;
    height: 65px;
    padding-top: 5px;
    transition: 0.5s;
}

.raque-responsive-nav.header-sticky.is-sticky {
    opacity: 1;
    visibility: visible;
}

.raque-responsive-nav.header-sticky.scrollUp {
    opacity: 0;
    visibility: hidden;
}

.navbar-style-two {
    background-color: transparent;
}

.navbar-style-two .raque-nav {
    margin-top: 0;
    background-color: transparent;
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    border-bottom-style: solid;
}

.navbar-style-two .raque-nav .navbar {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
}

.navbar-style-two .raque-nav .navbar .navbar-nav {
    margin-left: 0;
    margin-right: 0;
}

.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item a {
    color: #ffffff;
}

.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item a.active {
    color: #c71e1e;
}

.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item:hover a,
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item.active a {
    color: #c71e1e;
}

.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    left: 0;
}

.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #4a6f8a;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    a:hover,
.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    a:focus,
.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    a.active {
    color: #c71e1e;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu {
    left: 250px;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #4a6f8a;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #c71e1e;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu {
    left: -250px;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #4a6f8a;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #c71e1e;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu {
    left: 250px;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #4a6f8a;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #c71e1e;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu {
    left: -250px;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #4a6f8a;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #c71e1e;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu {
    left: 250px;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #4a6f8a;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #c71e1e;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu {
    left: -250px;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #4a6f8a;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #c71e1e;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li.active
    a {
    color: #ffffff;
    background-color: #c71e1e;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li.active
    a {
    color: #c71e1e;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li.active
    a {
    color: #c71e1e;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li.active
    a {
    color: #c71e1e;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li.active
    a {
    color: #c71e1e;
}

.navbar-style-two
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li.active
    a {
    color: #c71e1e;
}

.navbar-style-two .raque-nav .navbar .others-option {
    margin-left: auto;
}

.navbar-style-two
    .raque-nav
    .navbar
    .others-option
    .language-switcher
    .dropdown-toggle
    span {
    color: #ffffff;
}

.navbar-style-two .raque-nav .navbar .others-option .cart-wrapper-btn {
    color: #ffffff;
}

.navbar-style-two .raque-nav .navbar .others-option .cart-wrapper-btn:hover,
.navbar-style-two .raque-nav .navbar .others-option .cart-wrapper-btn:focus {
    color: #c71e1e;
}

.navbar-style-two .raque-nav .navbar .others-option .search-box {
    color: #ffffff;
}

.navbar-style-two .raque-nav .navbar .others-option .search-box:hover {
    color: #c71e1e;
}

.navbar-style-two.is-sticky .raque-nav {
    border: none;
}

.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item a {
    color: #252525;
}

.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item a.active {
    color: #c71e1e;
}

.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item:hover a,
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item.active a {
    color: #c71e1e;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    a {
    color: #4a6f8a;
    border-bottom: 1px dashed #e5e5e5;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    a:hover,
.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    a:focus,
.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    a.active {
    color: #c71e1e;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #4a6f8a;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #c71e1e;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #4a6f8a;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #c71e1e;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #4a6f8a;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #c71e1e;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #4a6f8a;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #c71e1e;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #4a6f8a;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #c71e1e;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a {
    color: #4a6f8a;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:hover,
.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a:focus,
.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: #c71e1e;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li.active
    a {
    color: #ffffff;
    background-color: #c71e1e;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li.active
    a {
    color: #c71e1e;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li.active
    a {
    color: #c71e1e;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu
    li.active
    a {
    color: #c71e1e;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li.active
    a {
    color: #c71e1e;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    li.active
    a {
    color: #c71e1e;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .others-option
    .language-switcher
    .dropdown-toggle
    span {
    color: #252525;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .others-option
    .cart-wrapper-btn {
    color: #252525;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .others-option
    .cart-wrapper-btn:hover,
.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .others-option
    .cart-wrapper-btn:focus {
    color: #c71e1e;
}

.navbar-style-two.is-sticky .raque-nav .navbar .others-option .search-box {
    color: #252525;
}

.navbar-style-two.is-sticky
    .raque-nav
    .navbar
    .others-option
    .search-box:hover {
    color: #c71e1e;
}

.navbar-style-three .raque-nav {
    margin-top: 0;
    background-color: #ffffff;
}

.navbar-style-three .raque-nav .navbar {
    border-radius: 0;
    padding: 0;
}

.navbar-style-three .raque-nav .navbar .navbar-nav {
    margin-left: auto;
    margin-right: 0;
}

.navbar-style-three .raque-nav .navbar .others-option {
    margin-left: 25px;
}

.navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav {
    margin-left: auto;
    margin-right: 0;
}

.navbar-style-three.header-sticky .raque-nav .navbar .others-option {
    margin-left: 25px;
}

.navbar-style-four .raque-nav {
    margin-top: 0;
    background-color: #ffffff;
}

.navbar-style-four .raque-nav .navbar {
    border-radius: 0;
    padding: 0;
}

@media only screen and (max-width: 991px) {
    .raque-responsive-nav {
        display: block;
    }
    .raque-responsive-nav .raque-responsive-menu {
        position: relative;
    }
    .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav {
        margin-top: 73px;
    }
    .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav ul {
        font-size: 14px;
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        ul
        li
        a.active {
        color: #c71e1e;
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        ul
        li
        li
        a {
        font-size: 14px;
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option {
        display: none;
        position: absolute;
        right: 50px;
        top: 4px;
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .language-switcher {
        position: relative;
        top: -1px;
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .language-switcher
        .dropdown-toggle {
        padding: 0;
        border: none;
        background-color: transparent;
        font-weight: 500;
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .language-switcher
        .dropdown-toggle::after {
        display: none;
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .language-switcher
        .dropdown-toggle
        img {
        width: 35px;
        border-radius: 5px;
        border: 3px solid #ffffff;
        position: relative;
        top: -2px;
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .language-switcher
        .dropdown-toggle
        span {
        display: inline-block;
        margin-left: 3px;
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .language-switcher
        .dropdown-toggle
        span
        i {
        position: relative;
        font-size: 20px;
        top: 4px;
        margin-left: -3px;
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .language-switcher
        .dropdown-menu {
        padding: 15px;
        float: unset;
        border: none;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        border-radius: 0;
        display: block;
        margin-top: 17px;
        opacity: 0;
        visibility: visible;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .language-switcher
        .dropdown-menu
        .dropdown-item {
        padding: 0;
        color: #252525;
        margin-bottom: 10px;
        font-weight: 500;
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .language-switcher
        .dropdown-menu
        .dropdown-item:last-child {
        margin-bottom: 0;
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .language-switcher
        .dropdown-menu
        .dropdown-item
        img {
        width: 40px;
        border-radius: 5px;
        border: 3px solid #ffffff;
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .language-switcher
        .dropdown-menu
        .dropdown-item
        span {
        display: inline-block;
        margin-left: 5px;
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .language-switcher
        .dropdown-menu
        .dropdown-item:hover,
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .language-switcher
        .dropdown-menu
        .dropdown-item:focus {
        background-color: transparent !important;
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .language-switcher
        .dropdown-menu
        .dropdown-item:active,
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .language-switcher
        .dropdown-menu
        .dropdown-item.active {
        color: #252525;
        background-color: transparent;
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .language-switcher
        .dropdown-menu.show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .cart-wrapper-btn {
        margin-left: 8px;
        font-size: 25px;
        line-height: 1;
        position: relative;
        top: 5px;
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .cart-wrapper-btn
        i {
        line-height: 1;
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .cart-wrapper-btn
        span {
        position: absolute;
        right: -5px;
        top: -5px;
        width: 15px;
        height: 15px;
        background-color: red;
        color: #ffffff;
        line-height: 16.5px;
        text-align: center;
        border-radius: 3px;
        font-weight: 500;
        font-size: 10px;
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .search-box {
        margin-left: 16px;
        cursor: pointer;
        font-size: 25px;
        color: #252525;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        line-height: 1;
        position: relative;
        top: 4px;
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .search-box
        i {
        line-height: 1;
    }
    .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .mean-nav
        .others-option
        .search-box:hover {
        color: #c71e1e;
    }
    .raque-responsive-nav .raque-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 300px;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }
    .raque-responsive-nav .mean-container a.meanmenu-reveal {
        color: #252525;
    }
    .raque-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #252525;
    }
    .raque-responsive-nav .logo1 {
        position: relative;
        z-index: 999;
    }
    .navbar-area {
        background-color: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-area.header-sticky.is-sticky {
        display: none !important;
    }
    .navbar-area.navbar-style-two
        .raque-responsive-nav
        .raque-responsive-menu.mean-container
        .navbar-nav {
        height: 357px;
    }
    .raque-nav {
        display: none;
    }
}

/*================================================
Search Overlay CSS
=================================================*/
.search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.search-overlay .search-overlay-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.search-overlay .search-overlay-layer:nth-child(1) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.search-overlay .search-overlay-layer:nth-child(2) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
}

.search-overlay .search-overlay-layer:nth-child(3) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.9s ease-in-out 0.6s;
    transition: all 0.9s ease-in-out 0.6s;
}

.search-overlay .search-overlay-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    -webkit-transition: all 0.9s ease-in-out 1.5s;
    transition: all 0.9s ease-in-out 1.5s;
    opacity: 0;
    visibility: hidden;
}

.search-overlay .search-overlay-close .search-overlay-close-line {
    width: 100%;
    height: 3px;
    float: left;
    margin-bottom: 5px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
    margin-top: -7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-overlay .search-overlay-close:hover .search-overlay-close-line {
    background: #c71e1e;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search-overlay .search-overlay-form {
    -webkit-transition: all 0.9s ease-in-out 1.4s;
    transition: all 0.9s ease-in-out 1.4s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    max-width: 500px;
    width: 500px;
}

.search-overlay .search-overlay-form form {
    position: relative;
}

.search-overlay .search-overlay-form form .input-search {
    display: block;
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 30px;
    padding-left: 20px;
    color: #252525;
    font-size: 15px;
}

.search-overlay .search-overlay-form form button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 45px;
    color: #ffffff;
    height: 45px;
    border-radius: 50%;
    background-color: #c71e1e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: none;
    font-size: 20px;
    line-height: 45px;
}

.search-overlay .search-overlay-form form button:hover {
    background-color: #252525;
    color: #ffffff;
}

.search-overlay.search-overlay-active.search-overlay {
    opacity: 1;
    visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
    opacity: 1;
    visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
    opacity: 1;
    visibility: visible;
}

/*================================================
Main Banner CSS
=================================================*/
.main-banner {
    height: 600px;
    position: relative;
    z-index: 1;
    background-color: #c71e1e;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-banner.item-bg1 {
    background-image: url(../img/out1.png);
}

.main-banner.item-bg2 {
    background-image: url(../img/out2.png);
}

.main-banner.item-bg3 {
    background-image: url(../img/out3.png);
}

.main-banner-content {
    overflow: hidden;
    max-width: 100%;
    margin-top: 150px;
}

.main-banner-content .sub-title {
    display: block;
    color: #ffffff;
    margin-bottom: 17px;
    text-transform: uppercase;
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 700;
}

.main-banner-content .sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #c71e1e;
}

.main-banner-content h1 {
    color: #ffffff;
    margin-bottom: 20px;
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
    font-size: 58px;
    font-weight: 700;
}

.main-banner-content p {
    -webkit-animation-delay: 1.7s !important;
    animation-delay: 1.7s !important;
    color: #ffffff;
    max-width: 650px;
    line-height: 1.9;
    font-size: 16px;
}

.main-banner-content .btn-box {
    margin-top: 35px;
}

.main-banner-content .btn-box .default-btn {
    -webkit-animation-delay: 2.2s !important;
    animation-delay: 2.2s !important;
}

.main-banner-content .btn-box .optional-btn {
    -webkit-animation-delay: 2.9s !important;
    animation-delay: 2.9s !important;
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 600;
}

.main-banner-content .btn-box .optional-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main-banner-content .btn-box .optional-btn::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #0eb582;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main-banner-content .btn-box .optional-btn:hover,
.main-banner-content .btn-box .optional-btn:focus {
    color: #ffffff;
}

.main-banner-content .btn-box .optional-btn:hover::before,
.main-banner-content .btn-box .optional-btn:focus::before {
    width: 0;
}

.main-banner-content .btn-box .optional-btn:hover::after,
.main-banner-content .btn-box .optional-btn:focus::after {
    width: 100%;
    right: auto;
    left: 0;
}

.main-banner-content.text-center {
    margin-left: auto;
    margin-right: auto;
}

.main-banner-content.text-center .sub-title {
    padding-left: 0;
}

.main-banner-content.text-center .sub-title::before {
    display: none;
}

.main-banner-content.text-center p {
    margin-left: auto;
    margin-right: auto;
}

.main-banner-content.text-center .btn-box .default-btn {
    margin-right: 10px;
}

.main-banner-content.text-center .btn-box .optional-btn {
    margin-left: 10px;
}

.banner-section {
    height: 950px;
    position: relative;
    z-index: 1;
    background-color: #c71e1e;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/main-banner4.jpg);
}

.banner-content {
    max-width: 750px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.banner-content .sub-title {
    display: block;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 700;
}

.banner-content .sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #c71e1e;
}

.banner-content h1 {
    color: #ffffff;
    margin-bottom: 18px;
    font-size: 58px;
    font-weight: 700;
}

.banner-content p {
    color: #ffffff;
    max-width: 650px;
    line-height: 1.9;
    font-size: 16px;
    font-weight: 600;
}

.banner-content .btn-box {
    margin-top: 35px;
}

.banner-content .btn-box .default-btn {
    margin-right: 25px;
}

.banner-content .btn-box .video-btn {
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    position: relative;
    font-size: 15px;
    padding-left: 46px;
    top: 2px;
}

.banner-content .btn-box .video-btn span {
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 40px;
    z-index: 1;
    line-height: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.banner-content .btn-box .video-btn span::after,
.banner-content .btn-box .video-btn span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.banner-content .btn-box .video-btn span::before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.banner-content .btn-box .video-btn span::after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.banner-content::before {
    content: "";
    position: absolute;
    top: -90px;
    width: 100%;
    max-width: 380px;
    text-align: center;
    height: 500px;
    left: 18%;
    margin-left: -190px;
    z-index: -1;
    border: 18px solid rgba(104, 89, 222, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 60px 40px -40px rgba(0, 0, 0, 0.09);
    box-shadow: 0 60px 40px -40px rgba(0, 0, 0, 0.09);
}

.divider {
    width: 100%;
    position: absolute;
    height: 6vw;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #ffffff;
}

.home-slides.owl-theme .owl-nav {
    margin-top: 0;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.home-slides.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #252525;
    font-size: 35px;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0;
    width: 55px;
    height: 55px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.home-slides.owl-theme .owl-nav [class*="owl-"] i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: 20px;
    background-color: #c71e1e;
    color: #ffffff;
}

.home-slides.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #c71e1e;
    color: #ffffff;
}

.home-slides.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}

.home-slides.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    border: 1px #c71e1e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.home-slides.owl-theme .owl-dots .owl-dot:hover span,
.home-slides.owl-theme .owl-dots .owl-dot.active span {
    background-color: #c71e1e;
}

.home-slides.owl-theme .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.home-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.hero-banner {
    height: 800px;
    position: relative;
    z-index: 1;
    background-color: #c71e1e;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/main-banner3.jpg);
}

.hero-banner.bg-white {
    height: auto;
    padding-top: 50px;
    padding-bottom: 0;
    background-color: #ffffff;
    background-image: unset !important;
}

.hero-banner-content {
    overflow: hidden;
    max-width: 540px;
    margin-left: auto;
}

.hero-banner-content .sub-title {
    display: block;
    color: #ffffff;
    margin-bottom: 17px;
    text-transform: uppercase;
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 700;
}

.hero-banner-content .sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #c71e1e;
}

.hero-banner-content h1 {
    color: #ffffff;
    margin-bottom: 20px;
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
    font-size: 58px;
    font-weight: 700;
}

.hero-banner-content p {
    -webkit-animation-delay: 1.7s !important;
    animation-delay: 1.7s !important;
    color: #ffffff;
    line-height: 1.9;
    font-size: 16px;
}

.hero-banner-content .btn-box {
    margin-top: 35px;
}

.hero-banner-content .btn-box .default-btn {
    -webkit-animation-delay: 2.2s !important;
    animation-delay: 2.2s !important;
}

.hero-banner-content .btn-box .optional-btn {
    -webkit-animation-delay: 2.9s !important;
    animation-delay: 2.9s !important;
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 600;
}

.hero-banner-content .btn-box .optional-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.hero-banner-content .btn-box .optional-btn::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #0eb582;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.hero-banner-content .btn-box .optional-btn:hover,
.hero-banner-content .btn-box .optional-btn:focus {
    color: #ffffff;
}

.hero-banner-content .btn-box .optional-btn:hover::before,
.hero-banner-content .btn-box .optional-btn:focus::before {
    width: 0;
}

.hero-banner-content .btn-box .optional-btn:hover::after,
.hero-banner-content .btn-box .optional-btn:focus::after {
    width: 100%;
    right: auto;
    left: 0;
}

.hero-banner-content.black-color .sub-title {
    color: #252525;
}

.hero-banner-content.black-color h1 {
    color: #252525;
}

.hero-banner-content.black-color p {
    color: #727695;
}

.hero-banner-content.black-color .btn-box .optional-btn {
    color: #252525;
}

.hero-banner-content.black-color .btn-box .optional-btn::before {
    background-color: #252525;
}

.hero-banner-content.black-color .btn-box .optional-btn::after {
    background-color: #0eb582;
}

.hero-banner-content.black-color .btn-box .optional-btn:hover,
.hero-banner-content.black-color .btn-box .optional-btn:focus {
    color: #252525;
}

.hero-banner-image {
    position: relative;
    padding-left: 15px;
}

.hero-banner-image img {
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
}

.main-banner-wrapper {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding-top: 90px;
    padding-bottom: 100px;
}

.banner-wrapper-content {
    text-align: center;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.banner-wrapper-content h1 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 500;
}

.banner-wrapper-content p {
    font-size: 16px;
    max-width: 600px;
    line-height: 1.8;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.banner-wrapper-content form {
    position: relative;
    margin-top: 30px;
}

.banner-wrapper-content form .input-search {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: none;
    height: 60px;
    padding-left: 20px;
    border-radius: 70px;
    outline: 0;
    color: #252525;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
}

.banner-wrapper-content form .input-search::-webkit-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #727695;
}

.banner-wrapper-content form .input-search:-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #727695;
}

.banner-wrapper-content form .input-search::-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #727695;
}

.banner-wrapper-content form .input-search::placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #727695;
}

.banner-wrapper-content form .input-search:focus::-webkit-input-placeholder {
    color: transparent;
}

.banner-wrapper-content form .input-search:focus:-ms-input-placeholder {
    color: transparent;
}

.banner-wrapper-content form .input-search:focus::-ms-input-placeholder {
    color: transparent;
}

.banner-wrapper-content form .input-search:focus::placeholder {
    color: transparent;
}

.banner-wrapper-content form button {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #c71e1e;
    color: #ffffff;
    border: none;
    height: 50px;
    padding: 0 30px;
    border-radius: 70px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.banner-wrapper-content form button:hover,
.banner-wrapper-content form button:focus {
    background-color: #701414;
    color: #ffffff;
}

.banner-wrapper-image {
    margin-top: 0px;
}

.banner-wrapper {
    background: linear-gradient(90deg, #f7f2e9 0, #fff);
    position: relative;
    z-index: 1;
    padding-top: 180px;
    padding-bottom: 110px;
}

.wrapper-content {
    padding-right: 15px;
}

.wrapper-content .sub-title {
    display: block;
    color: #ffffff;
    margin-bottom: 17px;
    text-transform: uppercase;
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 700;
}

.wrapper-content .sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #c71e1e;
}

.wrapper-content h1 {
    color: #000;
    margin-bottom: 20px;
    font-size: 46px;
    font-weight: 500;
    text-align: left;
    font-family: "Poppins", sans-serif;
}

.wrapper-content p {
    color: #000;
    line-height: 1.9;
}

.wrapper-content form {
    position: relative;
    margin-top: 30px;
    margin-right: 50px;
}

.wrapper-content form .input-search {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: none;
    height: 60px;
    padding-left: 20px;
    border-radius: 70px;
    outline: 0;
    color: #252525;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
}

.wrapper-content form .input-search::-webkit-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #727695;
}

.wrapper-content form .input-search:-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #727695;
}

.wrapper-content form .input-search::-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #727695;
}

.wrapper-content form .input-search::placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #727695;
}

.wrapper-content form .input-search:focus::-webkit-input-placeholder {
    color: transparent;
}

.wrapper-content form .input-search:focus:-ms-input-placeholder {
    color: transparent;
}

.wrapper-content form .input-search:focus::-ms-input-placeholder {
    color: transparent;
}

.wrapper-content form .input-search:focus::placeholder {
    color: transparent;
}

.wrapper-content form button {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #c71e1e;
    color: #ffffff;
    border: none;
    height: 50px;
    padding: 0 30px;
    border-radius: 70px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.wrapper-content form button:hover,
.wrapper-content form button:focus {
    background-color: #186586;
    color: #ffffff;
}

.banner-courses-category {
    text-align: center;
    padding-left: 15px;
}

.banner-courses-category ul {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -16px;
}

.banner-courses-category ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 16px;
}

.banner-courses-category ul li a {
    display: block;
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px 0 rgba(50, 50, 50, 0.4);
    box-shadow: 0 1px 6px 0 rgba(50, 50, 50, 0.4);
    padding: 15px;
    color: #252525;
    font-size: 16px;
    font-weight: 600;
}

.banner-courses-category ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background-color: #c71e1e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.banner-courses-category ul li a i {
    display: block;
    font-size: 45px;
    margin-bottom: 8px;
    color: #c71e1e;
}

.banner-courses-category ul li a:hover,
.banner-courses-category ul li a:focus {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 0;
}

.banner-courses-category ul li a:hover::before,
.banner-courses-category ul li a:focus::before {
    opacity: 1;
    visibility: visible;
}

.banner-courses-category ul li:nth-child(2) a i,
.banner-courses-category ul li:nth-child(11) a i {
    color: #0eb582;
}

.banner-courses-category ul li:nth-child(2) a::before,
.banner-courses-category ul li:nth-child(11) a::before {
    background-color: #0eb582;
}

.banner-courses-category ul li:nth-child(3) a i,
.banner-courses-category ul li:nth-child(12) a i {
    color: #0093c9;
}

.banner-courses-category ul li:nth-child(3) a::before,
.banner-courses-category ul li:nth-child(12) a::before {
    background-color: #0093c9;
}

.banner-courses-category ul li:nth-child(4) a i,
.banner-courses-category ul li:nth-child(13) a i {
    color: #2d3942;
}

.banner-courses-category ul li:nth-child(4) a::before,
.banner-courses-category ul li:nth-child(13) a::before {
    background-color: #2d3942;
}

.banner-courses-category ul li:nth-child(5) a i,
.banner-courses-category ul li:nth-child(14) a i {
    color: #bfd131;
}

.banner-courses-category ul li:nth-child(5) a::before,
.banner-courses-category ul li:nth-child(14) a::before {
    background-color: #bfd131;
}

.banner-courses-category ul li:nth-child(6) a i,
.banner-courses-category ul li:nth-child(15) a i {
    color: #f49b29;
}

.banner-courses-category ul li:nth-child(6) a::before,
.banner-courses-category ul li:nth-child(15) a::before {
    background-color: #f49b29;
}

.banner-courses-category ul li:nth-child(7) a i,
.banner-courses-category ul li:nth-child(16) a i {
    color: #833a8d;
}

.banner-courses-category ul li:nth-child(7) a::before,
.banner-courses-category ul li:nth-child(16) a::before {
    background-color: #833a8d;
}

.banner-courses-category ul li:nth-child(8) a i,
.banner-courses-category ul li:nth-child(17) a i {
    color: #c81a7f;
}

.banner-courses-category ul li:nth-child(8) a::before,
.banner-courses-category ul li:nth-child(17) a::before {
    background-color: #c81a7f;
}

.banner-courses-category ul li:nth-child(9) a i,
.banner-courses-category ul li:nth-child(18) a i {
    color: #1cb5a3;
}

.banner-courses-category ul li:nth-child(9) a::before,
.banner-courses-category ul li:nth-child(18) a::before {
    background-color: #1cb5a3;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.slider_area .tp-caption.NotGeneric-Icon,
.slider_area .tp-caption .NotGeneric-Icon {
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: "Poppins", sans-serif !important;
}

.slider_area .tp-caption.NotGeneric-Title,
.slider_area .tp-caption .NotGeneric-Title {
    letter-spacing: 0 !important;
    font-size: 58px !important;
    font-weight: 700 !important;
    font-family: "Poppins", sans-serif !important;
}

.slider_area .tp-caption.NotGeneric-SubTitle,
.slider_area .tp-caption .NotGeneric-SubTitle {
    letter-spacing: 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: "Poppins", sans-serif !important;
}

.slider_area .tp-caption.NotGeneric-btn .default-btn,
.slider_area .tp-caption .NotGeneric-btn .default-btn {
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
}

.slider_area .tp-caption.NotGeneric-btn .default-btn .icon-arrow,
.slider_area .tp-caption .NotGeneric-btn .default-btn .icon-arrow {
    -webkit-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) !important;
    transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) !important;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
        opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1) !important;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
        opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) !important;
}

.slider_area .tp-caption.NotGeneric-btn .default-btn .label,
.slider_area .tp-caption .NotGeneric-btn .default-btn .label {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) !important;
    transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) !important;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) !important;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) !important;
}

.slider_area .metis .tp-bullet {
    background-color: #ffffff !important;
}

.slider_area .metis .tp-bullet.selected,
.slider_area .metis .tp-bullet:hover {
    background-color: #c71e1e !important;
}

/*================================================
Boxes CSS
=================================================*/
.boxes-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.boxes-area .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}

.boxes-area .container-fluid .row .col-lg-3 {
    padding-left: 0;
    padding-right: 0;
}

.single-boxes-item {
    padding: 40px;
    position: relative;
    background-color: #f8f8f8;
    z-index: 1;
    min-height: 210px;
}

.single-boxes-item h3 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
}

.single-boxes-item .boxes-btn {
    display: inline-block;
    position: relative;
    color: #252525;
    z-index: 1;
    padding-right: 22px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 15px;
    font-weight: 600;
}

.single-boxes-item .boxes-btn i {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-boxes-item .boxes-btn::before {
    content: "";
    position: absolute;
    background-color: #252525;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-boxes-item .boxes-btn:hover,
.single-boxes-item .boxes-btn:focus {
    padding-right: 25px;
}

.single-boxes-item .boxes-btn:hover::before,
.single-boxes-item .boxes-btn:focus::before {
    width: 0;
}

.single-boxes-item.bg-color {
    background-color: #c71e1e;
}

.single-boxes-item.bg-color h3 {
    color: #ffffff;
}

.single-boxes-item.bg-color p {
    color: #ffffff;
    opacity: 0.95;
}

.single-boxes-item.bg-color .boxes-btn {
    color: #ffffff;
}

.single-boxes-item.bg-color .boxes-btn::before {
    background-color: #ffffff;
}

.single-boxes-item.bg-color::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 50px;
    height: 35px;
    background: #ffffff;
    opacity: 0.3;
    border-radius: 50% 50% 0 0;
}

.single-boxes-item.bg-color::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.2;
    -webkit-animation: border-transform 5s linear infinite alternate forwards;
    animation: border-transform 5s linear infinite alternate forwards;
}

.single-boxes-item.bg-image {
    background-color: #c71e1e;
    background-image: url(../img/mission-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-boxes-item.bg-image h3 {
    color: #ffffff;
}

.single-boxes-item.bg-image p {
    color: #ffffff;
    opacity: 0.95;
}

.single-boxes-item.bg-image .boxes-btn {
    color: #ffffff;
}

.single-boxes-item.bg-image .boxes-btn::before {
    background-color: #ffffff;
}

/*================================================
About CSS
=================================================*/
.about-area {
    position: relative;
    z-index: 1;
}

.about-image {
    position: relative;
    padding-right: 100px;
    padding-bottom: 50px;
}

.about-image img {
    border-radius: 5px;
}

.about-image img:nth-child(2) {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 1;
}

.about-content {
    padding-left: 15px;
}

.about-content .sub-title {
    text-transform: uppercase;
    display: block;
    color: #c71e1e;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-content h2 {
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 35px;
    font-weight: 500;
}

.about-content h6 {
    margin-bottom: 14px;
    line-height: 1.6;
}

.about-content .features-text {
    margin-top: 25px;
}

.about-content .features-text h5 {
    margin-bottom: 22px;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding-left: 47px;
    padding-top: 7px;
}

.about-content .features-text i {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background-color: #0eb582;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    font-size: 20px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.about-content .default-btn {
    margin-top: 30px;
}

.about-content .signature {
    margin-top: 25px;
}

.about-content.left-content {
    max-width: 540px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 15px;
}

.about-right-image {
    position: relative;
    text-align: right;
    padding-left: 100px;
    padding-bottom: 60px;
}

.about-right-image img:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-right-image .text-box {
    position: absolute;
    left: 220px;
    top: 60px;
    z-index: 1;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
    box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.about-right-image .text-box .inner {
    position: absolute;
    left: 0;
    top: 55%;
    right: 0;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    text-transform: uppercase;
    color: #727695;
    font-size: 15px;
    font-weight: 600;
}

.about-right-image .text-box .inner span {
    display: block;
    color: #c71e1e;
    margin-top: -2px;
    font-size: 30px;
    font-weight: 700;
}

.about-right-image .text-box::before {
    position: absolute;
    content: "";
    border: 2px dashed #c71e1e;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: -1;
    right: 0;
    bottom: 0;
    margin: 10px;
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.about-inner-area {
    margin-top: 80px;
}

.about-text h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 20px;
    font-weight: 700;
}

.about-text h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50px;
    background-color: #c71e1e;
    height: 1px;
}

.about-text .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 0;
}

.about-text .features-list li {
    position: relative;
    margin-bottom: 12px;
    color: #252525;
    padding-top: 3px;
    padding-left: 30px;
}

.about-text .features-list li i {
    font-size: 16px;
    color: #252525;
    background-color: #eaeaf2;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-text .features-list li:last-child {
    margin-bottom: 0;
}

.about-text .features-list li:hover i {
    background-color: #c71e1e;
    color: #ffffff;
}

@-webkit-keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*================================================
Story CSS
=================================================*/
.story-content {
    margin-top: -6px;
}

.story-content p {
    margin-bottom: 30px;
}

.story-content p:last-child {
    margin-bottom: 0;
}

.story-content h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
}

/*================================================
Values CSS
=================================================*/
.values-content {
    margin-top: -6px;
}

.values-content p {
    margin-bottom: 30px;
}

.values-content p:last-child {
    margin-bottom: 0;
}

.values-content h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
}

/*================================================
Courses Categories CSS
=================================================*/
.courses-categories-area {
    position: relative;
    z-index: 1;
}

.courses-categories-area.bg-image {
    background-image: url(../img/pattern.jpg);
}

.single-categories-courses-box {
    position: relative;
    z-index: 1;
    background-color: #0eb582;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    padding: 40px 20px;
}

.single-categories-courses-box .icon {
    width: 100px;
    height: 100px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    font-size: 65px;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-width: 2px;
    border-style: dashed;
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.single-categories-courses-box .icon i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.single-categories-courses-box h3 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.single-categories-courses-box span {
    text-transform: uppercase;
    display: block;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}

.single-categories-courses-box .link-btn {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}

.single-categories-courses-box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 50px;
    height: 35px;
    background: #ffffff;
    opacity: 0.06;
    border-radius: 50% 50% 0 0;
}

.single-categories-courses-box::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.05;
    -webkit-animation: border-transform 5s linear infinite alternate forwards;
    animation: border-transform 5s linear infinite alternate forwards;
}

.single-categories-courses-box:hover .icon,
.single-categories-courses-box:focus .icon {
    background-color: #ffffff;
    border-color: #0eb582;
    color: #0eb582;
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
}

.single-categories-courses-item {
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    padding: 40px 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #c71e1e;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-categories-courses-item .icon {
    width: 100px;
    height: 100px;
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
    font-size: 65px;
    color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
    border-width: 2px;
    border-style: dashed;
    border-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.single-categories-courses-item .icon i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.single-categories-courses-item h3 {
    color: #ffffff;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-size: 20px;
    font-weight: 700;
}

.single-categories-courses-item span {
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    text-transform: uppercase;
    display: block;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}

.single-categories-courses-item .link-btn {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}

.single-categories-courses-item .learn-more-btn {
    display: inline-block;
    position: absolute;
    color: #ffffff;
    z-index: 1;
    padding-right: 22px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    font-weight: 500;
}

.single-categories-courses-item .learn-more-btn i {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-categories-courses-item .learn-more-btn::before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-categories-courses-item.bg1 {
    background-image: url(../img/categories/1.jpg);
}

.single-categories-courses-item.bg2 {
    background-image: url(../img/categories/2.jpg);
}

.single-categories-courses-item.bg3 {
    background-image: url(../img/categories/3.jpg);
}

.single-categories-courses-item.bg4 {
    background-image: url(../img/categories/4.jpg);
}

.single-categories-courses-item.bg5 {
    background-image: url(../img/categories/5.jpg);
}

.single-categories-courses-item.bg6 {
    background-image: url(../img/categories/6.jpg);
}

.single-categories-courses-item.bg7 {
    background-image: url(../img/categories/7.jpg);
}

.single-categories-courses-item.bg8 {
    background-image: url(../img/categories/8.jpg);
}

.single-categories-courses-item:hover,
.single-categories-courses-item:focus {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-categories-courses-item:hover .icon,
.single-categories-courses-item:focus .icon {
    border-color: #ffffff;
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
}

.single-categories-courses-item:hover h3,
.single-categories-courses-item:focus h3 {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
}

.single-categories-courses-item:hover span,
.single-categories-courses-item:focus span {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
}

.single-categories-courses-item:hover .learn-more-btn,
.single-categories-courses-item:focus .learn-more-btn {
    opacity: 1;
    visibility: visible;
    bottom: 18px;
}

.owl-item:nth-child(2) .single-categories-courses-box,
.owl-item:nth-child(8) .single-categories-courses-box,
.col-lg-3:nth-child(2) .single-categories-courses-box,
.col-lg-3:nth-child(8) .single-categories-courses-box {
    background-color: #fea116;
}

.owl-item:nth-child(2) .single-categories-courses-box:hover .icon,
.owl-item:nth-child(2) .single-categories-courses-box:focus .icon,
.owl-item:nth-child(8) .single-categories-courses-box:hover .icon,
.owl-item:nth-child(8) .single-categories-courses-box:focus .icon,
.col-lg-3:nth-child(2) .single-categories-courses-box:hover .icon,
.col-lg-3:nth-child(2) .single-categories-courses-box:focus .icon,
.col-lg-3:nth-child(8) .single-categories-courses-box:hover .icon,
.col-lg-3:nth-child(8) .single-categories-courses-box:focus .icon {
    border-color: #fea116;
    color: #fea116;
}

.owl-item:nth-child(3) .single-categories-courses-box,
.owl-item:nth-child(9) .single-categories-courses-box,
.col-lg-3:nth-child(3) .single-categories-courses-box,
.col-lg-3:nth-child(9) .single-categories-courses-box {
    background-color: #1cb5a3;
}

.owl-item:nth-child(3) .single-categories-courses-box:hover .icon,
.owl-item:nth-child(3) .single-categories-courses-box:focus .icon,
.owl-item:nth-child(9) .single-categories-courses-box:hover .icon,
.owl-item:nth-child(9) .single-categories-courses-box:focus .icon,
.col-lg-3:nth-child(3) .single-categories-courses-box:hover .icon,
.col-lg-3:nth-child(3) .single-categories-courses-box:focus .icon,
.col-lg-3:nth-child(9) .single-categories-courses-box:hover .icon,
.col-lg-3:nth-child(9) .single-categories-courses-box:focus .icon {
    border-color: #1cb5a3;
    color: #1cb5a3;
}

.owl-item:nth-child(4) .single-categories-courses-box,
.owl-item:nth-child(10) .single-categories-courses-box,
.col-lg-3:nth-child(4) .single-categories-courses-box,
.col-lg-3:nth-child(10) .single-categories-courses-box {
    background-color: #3d64ff;
}

.owl-item:nth-child(4) .single-categories-courses-box:hover .icon,
.owl-item:nth-child(4) .single-categories-courses-box:focus .icon,
.owl-item:nth-child(10) .single-categories-courses-box:hover .icon,
.owl-item:nth-child(10) .single-categories-courses-box:focus .icon,
.col-lg-3:nth-child(4) .single-categories-courses-box:hover .icon,
.col-lg-3:nth-child(4) .single-categories-courses-box:focus .icon,
.col-lg-3:nth-child(10) .single-categories-courses-box:hover .icon,
.col-lg-3:nth-child(10) .single-categories-courses-box:focus .icon {
    border-color: #3d64ff;
    color: #3d64ff;
}

.owl-item:nth-child(5) .single-categories-courses-box,
.owl-item:nth-child(11) .single-categories-courses-box,
.col-lg-3:nth-child(5) .single-categories-courses-box,
.col-lg-3:nth-child(11) .single-categories-courses-box {
    background-color: #e74d57;
}

.owl-item:nth-child(5) .single-categories-courses-box:hover .icon,
.owl-item:nth-child(5) .single-categories-courses-box:focus .icon,
.owl-item:nth-child(11) .single-categories-courses-box:hover .icon,
.owl-item:nth-child(11) .single-categories-courses-box:focus .icon,
.col-lg-3:nth-child(5) .single-categories-courses-box:hover .icon,
.col-lg-3:nth-child(5) .single-categories-courses-box:focus .icon,
.col-lg-3:nth-child(11) .single-categories-courses-box:hover .icon,
.col-lg-3:nth-child(11) .single-categories-courses-box:focus .icon {
    border-color: #e74d57;
    color: #e74d57;
}

.owl-item:nth-child(6) .single-categories-courses-box,
.owl-item:nth-child(12) .single-categories-courses-box,
.col-lg-3:nth-child(6) .single-categories-courses-box,
.col-lg-3:nth-child(12) .single-categories-courses-box {
    background-color: #9764df;
}

.owl-item:nth-child(6) .single-categories-courses-box:hover .icon,
.owl-item:nth-child(6) .single-categories-courses-box:focus .icon,
.owl-item:nth-child(12) .single-categories-courses-box:hover .icon,
.owl-item:nth-child(12) .single-categories-courses-box:focus .icon,
.col-lg-3:nth-child(6) .single-categories-courses-box:hover .icon,
.col-lg-3:nth-child(6) .single-categories-courses-box:focus .icon,
.col-lg-3:nth-child(12) .single-categories-courses-box:hover .icon,
.col-lg-3:nth-child(12) .single-categories-courses-box:focus .icon {
    border-color: #9764df;
    color: #9764df;
}

.single-courses-category {
    text-align: center;
}

.single-courses-category a {
    display: block;
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    padding: 25px;
    color: #252525;
    z-index: 1;
    font-size: 20px;
    font-weight: 600;
}

.single-courses-category a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background-color: #c71e1e;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-courses-category a i {
    display: block;
    font-size: 55px;
    margin-bottom: 10px;
    color: #c71e1e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-courses-category a:hover,
.single-courses-category a:focus {
    border-radius: 0;
    color: #ffffff;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.single-courses-category a:hover i,
.single-courses-category a:focus i {
    color: #ffffff;
}

.single-courses-category a:hover::before,
.single-courses-category a:focus::before {
    height: 100%;
}

.owl-item:nth-child(2) .single-courses-category a i,
.owl-item:nth-child(11) .single-courses-category a i,
.col-lg-3:nth-child(2) .single-courses-category a i,
.col-lg-3:nth-child(11) .single-courses-category a i {
    color: #0eb582;
}

.owl-item:nth-child(2) .single-courses-category a::before,
.owl-item:nth-child(11) .single-courses-category a::before,
.col-lg-3:nth-child(2) .single-courses-category a::before,
.col-lg-3:nth-child(11) .single-courses-category a::before {
    background-color: #0eb582;
}

.owl-item:nth-child(2) .single-courses-category a:hover i,
.owl-item:nth-child(2) .single-courses-category a:focus i,
.owl-item:nth-child(11) .single-courses-category a:hover i,
.owl-item:nth-child(11) .single-courses-category a:focus i,
.col-lg-3:nth-child(2) .single-courses-category a:hover i,
.col-lg-3:nth-child(2) .single-courses-category a:focus i,
.col-lg-3:nth-child(11) .single-courses-category a:hover i,
.col-lg-3:nth-child(11) .single-courses-category a:focus i {
    color: #ffffff;
}

.owl-item:nth-child(3) .single-courses-category a i,
.owl-item:nth-child(12) .single-courses-category a i,
.col-lg-3:nth-child(3) .single-courses-category a i,
.col-lg-3:nth-child(12) .single-courses-category a i {
    color: #0093c9;
}

.owl-item:nth-child(3) .single-courses-category a::before,
.owl-item:nth-child(12) .single-courses-category a::before,
.col-lg-3:nth-child(3) .single-courses-category a::before,
.col-lg-3:nth-child(12) .single-courses-category a::before {
    background-color: #0093c9;
}

.owl-item:nth-child(3) .single-courses-category a:hover i,
.owl-item:nth-child(3) .single-courses-category a:focus i,
.owl-item:nth-child(12) .single-courses-category a:hover i,
.owl-item:nth-child(12) .single-courses-category a:focus i,
.col-lg-3:nth-child(3) .single-courses-category a:hover i,
.col-lg-3:nth-child(3) .single-courses-category a:focus i,
.col-lg-3:nth-child(12) .single-courses-category a:hover i,
.col-lg-3:nth-child(12) .single-courses-category a:focus i {
    color: #ffffff;
}

.owl-item:nth-child(4) .single-courses-category a i,
.owl-item:nth-child(13) .single-courses-category a i,
.col-lg-3:nth-child(4) .single-courses-category a i,
.col-lg-3:nth-child(13) .single-courses-category a i {
    color: #2d3942;
}

.owl-item:nth-child(4) .single-courses-category a::before,
.owl-item:nth-child(13) .single-courses-category a::before,
.col-lg-3:nth-child(4) .single-courses-category a::before,
.col-lg-3:nth-child(13) .single-courses-category a::before {
    background-color: #2d3942;
}

.owl-item:nth-child(4) .single-courses-category a:hover i,
.owl-item:nth-child(4) .single-courses-category a:focus i,
.owl-item:nth-child(13) .single-courses-category a:hover i,
.owl-item:nth-child(13) .single-courses-category a:focus i,
.col-lg-3:nth-child(4) .single-courses-category a:hover i,
.col-lg-3:nth-child(4) .single-courses-category a:focus i,
.col-lg-3:nth-child(13) .single-courses-category a:hover i,
.col-lg-3:nth-child(13) .single-courses-category a:focus i {
    color: #ffffff;
}

.owl-item:nth-child(5) .single-courses-category a i,
.owl-item:nth-child(14) .single-courses-category a i,
.col-lg-3:nth-child(5) .single-courses-category a i,
.col-lg-3:nth-child(14) .single-courses-category a i {
    color: #bfd131;
}

.owl-item:nth-child(5) .single-courses-category a::before,
.owl-item:nth-child(14) .single-courses-category a::before,
.col-lg-3:nth-child(5) .single-courses-category a::before,
.col-lg-3:nth-child(14) .single-courses-category a::before {
    background-color: #bfd131;
}

.owl-item:nth-child(5) .single-courses-category a:hover i,
.owl-item:nth-child(5) .single-courses-category a:focus i,
.owl-item:nth-child(14) .single-courses-category a:hover i,
.owl-item:nth-child(14) .single-courses-category a:focus i,
.col-lg-3:nth-child(5) .single-courses-category a:hover i,
.col-lg-3:nth-child(5) .single-courses-category a:focus i,
.col-lg-3:nth-child(14) .single-courses-category a:hover i,
.col-lg-3:nth-child(14) .single-courses-category a:focus i {
    color: #ffffff;
}

.owl-item:nth-child(6) .single-courses-category a i,
.owl-item:nth-child(15) .single-courses-category a i,
.col-lg-3:nth-child(6) .single-courses-category a i,
.col-lg-3:nth-child(15) .single-courses-category a i {
    color: #f49b29;
}

.owl-item:nth-child(6) .single-courses-category a::before,
.owl-item:nth-child(15) .single-courses-category a::before,
.col-lg-3:nth-child(6) .single-courses-category a::before,
.col-lg-3:nth-child(15) .single-courses-category a::before {
    background-color: #f49b29;
}

.owl-item:nth-child(6) .single-courses-category a:hover i,
.owl-item:nth-child(6) .single-courses-category a:focus i,
.owl-item:nth-child(15) .single-courses-category a:hover i,
.owl-item:nth-child(15) .single-courses-category a:focus i,
.col-lg-3:nth-child(6) .single-courses-category a:hover i,
.col-lg-3:nth-child(6) .single-courses-category a:focus i,
.col-lg-3:nth-child(15) .single-courses-category a:hover i,
.col-lg-3:nth-child(15) .single-courses-category a:focus i {
    color: #ffffff;
}

.owl-item:nth-child(7) .single-courses-category a i,
.owl-item:nth-child(1165) .single-courses-category a i,
.col-lg-3:nth-child(7) .single-courses-category a i,
.col-lg-3:nth-child(1165) .single-courses-category a i {
    color: #833a8d;
}

.owl-item:nth-child(7) .single-courses-category a::before,
.owl-item:nth-child(1165) .single-courses-category a::before,
.col-lg-3:nth-child(7) .single-courses-category a::before,
.col-lg-3:nth-child(1165) .single-courses-category a::before {
    background-color: #833a8d;
}

.owl-item:nth-child(7) .single-courses-category a:hover i,
.owl-item:nth-child(7) .single-courses-category a:focus i,
.owl-item:nth-child(1165) .single-courses-category a:hover i,
.owl-item:nth-child(1165) .single-courses-category a:focus i,
.col-lg-3:nth-child(7) .single-courses-category a:hover i,
.col-lg-3:nth-child(7) .single-courses-category a:focus i,
.col-lg-3:nth-child(1165) .single-courses-category a:hover i,
.col-lg-3:nth-child(1165) .single-courses-category a:focus i {
    color: #ffffff;
}

.owl-item:nth-child(8) .single-courses-category a i,
.owl-item:nth-child(17) .single-courses-category a i,
.col-lg-3:nth-child(8) .single-courses-category a i,
.col-lg-3:nth-child(17) .single-courses-category a i {
    color: #c81a7f;
}

.owl-item:nth-child(8) .single-courses-category a::before,
.owl-item:nth-child(17) .single-courses-category a::before,
.col-lg-3:nth-child(8) .single-courses-category a::before,
.col-lg-3:nth-child(17) .single-courses-category a::before {
    background-color: #c81a7f;
}

.owl-item:nth-child(8) .single-courses-category a:hover i,
.owl-item:nth-child(8) .single-courses-category a:focus i,
.owl-item:nth-child(17) .single-courses-category a:hover i,
.owl-item:nth-child(17) .single-courses-category a:focus i,
.col-lg-3:nth-child(8) .single-courses-category a:hover i,
.col-lg-3:nth-child(8) .single-courses-category a:focus i,
.col-lg-3:nth-child(17) .single-courses-category a:hover i,
.col-lg-3:nth-child(17) .single-courses-category a:focus i {
    color: #ffffff;
}

.owl-item:nth-child(9) .single-courses-category a i,
.owl-item:nth-child(18) .single-courses-category a i,
.col-lg-3:nth-child(9) .single-courses-category a i,
.col-lg-3:nth-child(18) .single-courses-category a i {
    color: #1cb5a3;
}

.owl-item:nth-child(9) .single-courses-category a::before,
.owl-item:nth-child(18) .single-courses-category a::before,
.col-lg-3:nth-child(9) .single-courses-category a::before,
.col-lg-3:nth-child(18) .single-courses-category a::before {
    background-color: #1cb5a3;
}

.owl-item:nth-child(9) .single-courses-category a:hover i,
.owl-item:nth-child(9) .single-courses-category a:focus i,
.owl-item:nth-child(18) .single-courses-category a:hover i,
.owl-item:nth-child(18) .single-courses-category a:focus i,
.col-lg-3:nth-child(9) .single-courses-category a:hover i,
.col-lg-3:nth-child(9) .single-courses-category a:focus i,
.col-lg-3:nth-child(18) .single-courses-category a:hover i,
.col-lg-3:nth-child(18) .single-courses-category a:focus i {
    color: #ffffff;
}

@-webkit-keyframes border-transform {
    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

@keyframes border-transform {
    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

.courses-categories-slides.owl-theme {
    margin-top: -30px;
}

.courses-categories-slides.owl-theme .single-categories-courses-box {
    margin-top: 30px;
}

.courses-categories-slides.owl-theme .single-categories-courses-item {
    margin-top: 30px;
}

.courses-categories-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.courses-categories-slides.owl-theme .owl-nav [class*="owl-"] {
    color: #87a1c1;
    font-size: 40px;
    margin: 0;
    padding: 0;
    background: #c71e1e;
    width: 50px;
    height: 50px;
    line-height: 51px;
    position: absolute;
    left: -50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    border-style: solid;
    border-color: #e3e4ef;
    border-width: 2px;
}

.courses-categories-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: -50px;
}

.courses-categories-slides.owl-theme .owl-nav [class*="owl-"]:hover,
.courses-categories-slides.owl-theme .owl-nav [class*="owl-"]:focus {
    background-color: #c71e1e;
    color: #ffffff;
    border-color: #c71e1e;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgb(40 125 161 / 45%);
    box-shadow: 0 5px 28.5px 1.5px rgb(40 125 161 / 45%);
}

.courses-categories-slides.owl-theme .owl-nav [class*="owl-"].disabled {
    color: #e3e4ef;
}

.courses-categories-slides.owl-theme .owl-nav [class*="owl-"].disabled:hover,
.courses-categories-slides.owl-theme .owl-nav [class*="owl-"].disabled:focus {
    background-color: transparent;
    color: #e3e4ef;
    border-color: #e3e4ef;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.courses-categories-slides.owl-theme:hover .owl-nav [class*="owl-"],
.courses-categories-slides.owl-theme:focus .owl-nav [class*="owl-"] {
    left: -70px;
    opacity: 1;
    visibility: visible;
}

.courses-categories-slides.owl-theme:hover .owl-nav [class*="owl-"].owl-next,
.courses-categories-slides.owl-theme:focus .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: -70px;
}

#particles-js-circle-bubble-2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

#particles-js-circle-bubble-4 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/*================================================
Partner CSS
=================================================*/
.partner-area.bg-color {
    background-color: #c71e1e;
}

.partner-area.bg-color .section-title h2 {
    color: #ffffff;
}

.single-partner-item a img {
    display: inline-block !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.9;
}

.single-partner-item:hover a img,
.single-partner-item:focus a img {
    opacity: 1;
}

.partner-slides.owl-theme .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*================================================
Offer CSS
=================================================*/
.offer-area {
    position: relative;
    z-index: 1;
    background-color: #c71e1e;
    background-image: url(../img/offer-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.offer-area .section-title .sub-title {
    color: #ffffff;
}

.offer-area .section-title h2 {
    color: #ffffff;
}

.offer-area .section-title p {
    color: #ffffff;
    opacity: 0.95;
}

.offer-area::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    z-index: -1;
    background-color: #ffffff;
}

.single-offer-box {
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
    box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
    padding: 30px 25px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.single-offer-box::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 5px;
    right: 0;
    bottom: 0;
    background: #0eb582;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.single-offer-box .icon {
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    border: 2px dashed #c71e1e;
    border-radius: 50%;
    font-size: 45px;
    color: #c71e1e;
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.single-offer-box .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-offer-box h3 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.single-offer-box p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 1.8;
}

.single-offer-box:hover .icon {
    background-color: #c71e1e;
    color: #ffffff;
    border-color: #ffffff;
}

.single-offer-box:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.single-offer-box:hover h3 {
    color: #ffffff;
}

.single-offer-box:hover p {
    color: #ffffff;
    opacity: 0.95;
}

.col-lg-4:nth-child(2) .single-offer-box::before {
    background: #c71e1e;
}

.col-lg-4:nth-child(2) .single-offer-box .icon {
    border-color: #0eb582;
    color: #0eb582;
}

.col-lg-4:nth-child(2) .single-offer-box:hover .icon {
    background-color: #0eb582;
    color: #ffffff;
    border-color: #ffffff;
}

.col-lg-4:nth-child(3) .single-offer-box::before {
    background: #3d64ff;
}

.col-lg-4:nth-child(3) .single-offer-box .icon {
    border-color: #fea116;
    color: #fea116;
}

.col-lg-4:nth-child(3) .single-offer-box:hover .icon {
    background-color: #fea116;
    color: #ffffff;
    border-color: #ffffff;
}

.col-lg-4:nth-child(5) .single-offer-box::before {
    background: #c71e1e;
}

.col-lg-4:nth-child(5) .single-offer-box .icon {
    border-color: #0eb582;
    color: #0eb582;
}

.col-lg-4:nth-child(5) .single-offer-box:hover .icon {
    background-color: #0eb582;
    color: #ffffff;
    border-color: #ffffff;
}

.col-lg-4:nth-child(6) .single-offer-box::before {
    background: #3d64ff;
}

.col-lg-4:nth-child(6) .single-offer-box .icon {
    border-color: #fea116;
    color: #fea116;
}

.col-lg-4:nth-child(6) .single-offer-box:hover .icon {
    background-color: #fea116;
    color: #ffffff;
    border-color: #ffffff;
}

/*================================================
Become Instructor & Partner CSS
=================================================*/
.become-instructor-partner-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.become-instructor-partner-area .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}

.become-instructor-partner-area .container-fluid .row .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}

.become-instructor-partner-content {
    position: relative;
    z-index: 1;
    padding: 100px;
    background-image: url(../img/pattern.png);
    background-position: center center;
    background-size: contain;
    background-repeat: repeat;
}

.become-instructor-partner-content h2 {
    margin-bottom: 14px;
    font-size: 37px;
    font-weight: 700;
}

.become-instructor-partner-content p {
    margin-bottom: 25px;
    max-width: 540px;
}

.become-instructor-partner-content .default-btn {
    border-radius: 30px;
}

.become-instructor-partner-content.bg-color {
    background-color: #c71e1e;
    background-image: unset !important;
}

.become-instructor-partner-content.bg-color h2 {
    color: #ffffff;
}

.become-instructor-partner-content.bg-color p {
    color: #ffffff;
    opacity: 0.97;
}

.become-instructor-partner-content.bg-color .default-btn {
    background-color: #ffffff;
    color: #252525;
}

.become-instructor-partner-content.bg-color .default-btn .icon-arrow {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.become-instructor-partner-content.bg-color .default-btn:focus,
.become-instructor-partner-content.bg-color .default-btn:hover {
    color: #ffffff;
    background-color: #252525;
    border-color: #252525;
}

.become-instructor-partner-content.bg-color .default-btn:focus .icon-arrow,
.become-instructor-partner-content.bg-color .default-btn:hover .icon-arrow {
    color: #ffffff;
}

.become-instructor-partner-content.bg-color::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../img/bg-lines.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.become-instructor-partner-image {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.become-instructor-partner-image.bg-image1 {
    background-image: url(../img/pengguna.jpg);
}

.become-instructor-partner-image.bg-image2 {
    background-image: url(../img/partner.jpg);
}

.become-instructor-partner-image img {
    display: none;
}

/*================================================
Funfacts CSS
=================================================*/
.funfacts-area {
    overflow: hidden;
}

.funfacts-inner {
    overflow: hidden;
    background-color: #c71e1e;
    border-radius: 15px;
    padding: 50px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.funfacts-inner .col-lg-3 {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.funfacts-inner .col-lg-3:last-child {
    border-right: 0;
}

.single-funfact {
    text-align: center;
}

.single-funfact .icon {
    color: #ffffff;
    line-height: 0;
    font-size: 50px;
    margin-top: -7px;
    margin-bottom: 10px;
}

.single-funfact h3 {
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 45px;
    font-weight: 600;
}

.single-funfact h3 .odometer-formatting-mark {
    display: none;
}

.single-funfact p {
    color: #ffffff;
    line-height: initial;
    font-family: "poppins", sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
}

.funfacts-style-two {
    overflow: hidden;
    background-color: #c71e1e;
    position: relative;
    z-index: 1;
}

#particles-js-circle-bubble {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/*================================================
Features CSS
=================================================*/
.features-area {
    position: relative;
    z-index: 1;
}

.single-features-box {
    min-height: 500px;
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding: 30px;
    border-right: 1px solid #cccccc;
}

.single-features-box .inner-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
}

.single-features-box .inner-content h3 {
    color: #ffffff;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-size: 24px;
    font-weight: 700;
}

.single-features-box .inner-content p {
    color: #ffffff;
    opacity: 0.95;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    margin-bottom: 0;
}

.single-features-box .inner-content .default-btn {
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.single-features-box:hover .inner-content h3 {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
}

.single-features-box:hover .inner-content p {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
}

.single-features-box:hover .inner-content .default-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.slideshow-box {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.slideshow-box .slideshow-slides {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.slideshow-box .slideshow-slides li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slideshow-box .slideshow-slides li span.bg1 {
    background-image: url(../img/slideshow/1.jpg);
}

.slideshow-box .slideshow-slides li span.bg2 {
    background-image: url(../img/slideshow/2.jpg);
}

.slideshow-box .slideshow-slides li span.bg3 {
    background-image: url(../img/slideshow/3.jpg);
}

.slideshow-box .slideshow-slides li span.bg4 {
    background-image: url(../img/slideshow/4.jpg);
}

.slideshow-box .slideshow-slides li span.bg5 {
    background-image: url(../img/slideshow/5.jpg);
}

.slideshow-box .slideshow-slides .owl-stage-outer {
    height: 100%;
    width: 100%;
}

.slideshow-box .slideshow-slides .owl-stage-outer .owl-stage {
    height: 100%;
    width: 100%;
}

.slideshow-box .slideshow-slides .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
    width: 100%;
}

.col-lg-3:nth-child(4) .single-features-box {
    border-right: none;
}

/*================================================
Courses CSS
=================================================*/
.courses-area {
    position: relative;
    z-index: 1;
}

.single-courses-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    border-radius: 5px 5px 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-courses-box .courses-image {
    border-radius: 5px 5px 0 0;
    position: relative;
}

.single-courses-box .courses-image a img {
    border-radius: 5px 5px 0 0;
}

.single-courses-box .courses-image .courses-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #f00;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 800;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.single-courses-box .courses-image .courses-tag a {
    color: #0eb582;
    letter-spacing: 2px;
    font-family: "Poppins", sans-serif;
}

.single-courses-box .courses-content {
    padding: 25px 25px 20px;
}

.single-courses-box .courses-content .course-author {
    margin-bottom: 20px;
}
@media (max-width: 480px) {
    .single-courses-box .courses-content .course-author {
        margin-bottom: 10px;
    }
}
.single-courses-box .courses-content .course-author img {
    width: 37px;
    height: 37px;
}

.single-courses-box .courses-content .course-author span {
    color: #252525;
    font-size: 14.5px;
    font-weight: 400;
}

.single-courses-box .courses-content h3 {
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 19px;
    font-weight: 500;
    min-height: 50px;
}

@media (max-width: 480px) {
    .single-courses-box .courses-content h3 {
        min-height: 0px;
    }
}
.single-courses-box .courses-content .courses-rating .review-stars-rated {
    color: #f2b827;
    display: inline-block;
}

.single-courses-box .courses-content .courses-rating .review-stars-rated i {
    color: #f2b827;
    font-size: 16px;
    margin-right: -2px;
}

.single-courses-box .courses-content .courses-rating .rating-total {
    display: inline-block;
    position: relative;
    top: -2px;
    font-size: 13px;
}

.single-courses-box .courses-box-footer {
    border-top: 1px solid #e2f4ff;
    padding: 20px 25px;

    font-family: "Poppins", sans-serif;
}

.single-courses-box .courses-box-footer ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: -7px;
    margin-right: -7px;
}

.single-courses-box .courses-box-footer ul li {
    color: #727695;
    font-size: 15px;
    padding-left: 7px;
    padding-right: 7px;
}

.single-courses-box .courses-box-footer ul li i {
    color: #252525;
    position: relative;
    top: 1px;
}

.single-courses-box .courses-box-footer ul li i.bx-book-open {
    top: 1.3px;
}

.single-courses-box .courses-box-footer ul .students-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
}

.single-courses-box .courses-box-footer ul .courses-lesson {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
}

.single-courses-box .courses-box-footer ul .courses-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
    text-align: right;
    color: #c71e1e;
    font-size: 18px;
    font-weight: 500;
}

.single-courses-box .courses-box-footer ul .courses-price span {
    color: #81868a;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: normal;
}

.single-courses-box.without-box-shadow {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.single-courses-box.without-box-shadow .courses-content {
    padding: 25px 0 18px;
}

.single-courses-box.without-box-shadow .courses-box-footer {
    padding: 18px 0 0;
}

.single-courses-box:hover,
.single-courses-box:focus {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-courses-box:hover .courses-image .courses-tag,
.single-courses-box:focus .courses-image .courses-tag {
    background-color: #f00;
}

.single-courses-box:hover .courses-image .courses-tag a,
.single-courses-box:focus .courses-image .courses-tag a {
    color: #ffffff;
}

.single-courses-item {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-courses-item .courses-image {
    position: relative;
    overflow: hidden;
}

.single-courses-item .courses-image a img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-courses-item .courses-content {
    padding: 0 20px 20px;
    position: relative;
    z-index: 1;
}

.single-courses-item .courses-content .course-author {
    margin-top: -15px;
}

.single-courses-item .courses-content .course-author img {
    width: 50px;
    border: 3px solid #ffffff;
    height: 50px;
    border-radius: 3px;
}

.single-courses-item .courses-content .course-author span {
    color: #252525;
    position: relative;
    top: 10px;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 500;
}

.single-courses-item .courses-content .courses-rating {
    position: relative;
    top: 4px;
}

.single-courses-item .courses-content .courses-rating .review-stars-rated {
    color: #f2b827;
    display: inline-block;
}

.single-courses-item .courses-content .courses-rating .review-stars-rated i {
    color: #f2b827;
    font-size: 16px;
    margin-right: -2px;
}

.single-courses-item .courses-content .courses-rating .rating-total {
    display: inline-block;
    position: relative;
    top: -2px;
    font-size: 13px;
}

.single-courses-item .courses-content h3 {
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 19px;
    font-weight: 500;
}

.single-courses-item .courses-content p {
    line-height: 1.8;
}

.single-courses-item .courses-box-footer {
    border-top: 1px solid #e2f4ff;
    padding: 20px;
}

.single-courses-item .courses-box-footer ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: -7px;
    margin-right: -7px;
}

.single-courses-item .courses-box-footer ul li {
    color: #727695;
    font-size: 15px;
    padding-left: 7px;
    padding-right: 7px;
}

.single-courses-item .courses-box-footer ul li i {
    color: #252525;
    position: relative;
    top: 1px;
}

.single-courses-item .courses-box-footer ul li i.bx-book-open {
    top: 1.3px;
}

.single-courses-item .courses-box-footer ul .students-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
}

.single-courses-item .courses-box-footer ul .courses-lesson {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
}

.single-courses-item .courses-box-footer ul .courses-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
    text-align: right;
    color: #c71e1e;
    font-size: 18px;
    font-weight: 500;
}

.single-courses-item .courses-box-footer ul .courses-price span {
    color: #81868a;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: normal;
}

.single-courses-item:hover .courses-image img,
.single-courses-item:focus .courses-image img {
    -webkit-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg);
}

.single-courses-item:hover .courses-image .courses-tag,
.single-courses-item:focus .courses-image .courses-tag {
    background-color: #0eb582;
}

.single-courses-item:hover .courses-image .courses-tag a,
.single-courses-item:focus .courses-image .courses-tag a {
    color: #ffffff;
}

.single-courses-list-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-courses-list-box .box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
}

.single-courses-list-box .box-item .courses-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border-radius: 5px 0 0 5px;
}

.single-courses-list-box .box-item .courses-image .image {
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 5px 0 0 5px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-courses-list-box .box-item .courses-image .image .courses-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.single-courses-list-box .box-item .courses-image .image .courses-tag a {
    color: #0eb582;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: "Poppins", sans-serif;
}

.single-courses-list-box .box-item .courses-image .image a.link-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
}

.single-courses-list-box .box-item .courses-desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.single-courses-list-box .box-item .courses-desc .courses-content {
    padding: 20px 15px 10px;
}

.single-courses-list-box
    .box-item
    .courses-desc
    .courses-content
    .course-author {
    margin-bottom: 13px;
}

.single-courses-list-box
    .box-item
    .courses-desc
    .courses-content
    .course-author
    img {
    width: 37px;
    height: 37px;
}

.single-courses-list-box
    .box-item
    .courses-desc
    .courses-content
    .course-author
    span {
    color: #252525;
    font-size: 14.5px;
    font-weight: 500;
}

.single-courses-list-box .box-item .courses-desc .courses-content h3 {
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 19px;
    font-weight: 600;
}

.single-courses-list-box
    .box-item
    .courses-desc
    .courses-content
    .courses-rating {
    margin-bottom: 12px;
}

.single-courses-list-box
    .box-item
    .courses-desc
    .courses-content
    .courses-rating
    .review-stars-rated {
    color: #f2b827;
    display: inline-block;
}

.single-courses-list-box
    .box-item
    .courses-desc
    .courses-content
    .courses-rating
    .review-stars-rated
    i {
    color: #f2b827;
    font-size: 16px;
    margin-right: -2px;
}

.single-courses-list-box
    .box-item
    .courses-desc
    .courses-content
    .courses-rating
    .rating-total {
    display: inline-block;
    position: relative;
    top: -2px;
    font-size: 13px;
}

.single-courses-list-box .box-item .courses-desc .courses-content p {
    margin-bottom: 0;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer {
    border-top: 1px solid #e2f4ff;
    padding: 20px 25px;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: -7px;
    margin-right: -7px;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer ul li {
    color: #727695;
    font-size: 15px;
    padding-left: 7px;
    padding-right: 7px;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer ul li i {
    color: #252525;
    position: relative;
    top: 1px;
}

.single-courses-list-box
    .box-item
    .courses-desc
    .courses-box-footer
    ul
    li
    i.bx-book-open {
    top: 1.3px;
}

.single-courses-list-box
    .box-item
    .courses-desc
    .courses-box-footer
    ul
    .students-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
}

.single-courses-list-box
    .box-item
    .courses-desc
    .courses-box-footer
    ul
    .courses-lesson {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
}

.single-courses-list-box
    .box-item
    .courses-desc
    .courses-box-footer
    ul
    .courses-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
    text-align: right;
    color: #c71e1e;
    font-size: 18px;
    font-weight: 500;
}

.single-courses-list-box
    .box-item
    .courses-desc
    .courses-box-footer
    ul
    .courses-price
    span {
    color: #81868a;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: normal;
}

.single-courses-list-box:hover .box-item .courses-image .image .courses-tag {
    background-color: #0eb582;
    color: #ffffff;
}

.single-courses-list-box:hover .box-item .courses-image .image .courses-tag a {
    color: #ffffff;
}
.owl-item .single-courses-list-box .courses-image .courses-tag a {
    color: #c71e1e;
    background-color: #c71e1e;
}
.shorting-menu {
    margin-bottom: 40px;
    margin-top: -30px;
}

.shorting-menu .filter {
    background-color: transparent;
    border: none;
    color: #727695;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
    margin-right: 20px;
    font-weight: 500;
}

.shorting-menu .filter:hover,
.shorting-menu .filter:focus,
.shorting-menu .filter.active {
    color: #c71e1e;
}

.shorting .mix {
    display: none;
}

.courses-slides.owl-theme {
    margin-top: -25px;
}

.courses-slides.owl-theme .single-courses-box {
    margin-top: 25px;
}

.courses-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.courses-slides.owl-theme .owl-nav [class*="owl-"] {
    color: #87a1c1;
    font-size: 18px;
    margin: 0;
    padding: 0;
    background: transparent;
    width: 40px;
    height: 40px;
    /* line-height: 51px; */
    position: absolute;
    left: -50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    border-style: solid;
    border-color: #e3e4ef;
    border-width: 2px;
}

.courses-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: -50px;
}

.courses-slides.owl-theme .owl-nav [class*="owl-"]:hover,
.courses-slides.owl-theme .owl-nav [class*="owl-"]:focus {
    background-color: #c71e1e;
    color: #ffffff;
    border-color: #c71e1e;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgb(40 125 161 / 45%);
    box-shadow: 0 5px 28.5px 1.5px rgb(40 125 161 / 45%);
}

.courses-slides.owl-theme .owl-nav [class*="owl-"].disabled {
    color: #e3e4ef;
}

.courses-slides.owl-theme .owl-nav [class*="owl-"].disabled:hover,
.courses-slides.owl-theme .owl-nav [class*="owl-"].disabled:focus {
    background-color: transparent;
    color: #e3e4ef;
    border-color: #e3e4ef;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.courses-slides.owl-theme:hover .owl-nav [class*="owl-"],
.courses-slides.owl-theme:focus .owl-nav [class*="owl-"] {
    left: -50px;
    opacity: 1;
    visibility: visible;
}

.courses-slides.owl-theme:hover .owl-nav [class*="owl-"].owl-next,
.courses-slides.owl-theme:focus .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: -50px;
}

.courses-slides.owl-theme .owl-dots {
    margin-top: 15px;
}

.courses-slides.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    background: #dddddd;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.courses-slides.owl-theme .owl-dots .owl-dot:hover span,
.courses-slides.owl-theme .owl-dots .owl-dot.active span {
    background-color: #c71e1e;
}

.courses-slides.owl-theme .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.courses1-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: -50px;
}

.courses1-slides.owl-theme .owl-nav [class*="owl-"]:hover,
.courses1-slides.owl-theme .owl-nav [class*="owl-"]:focus {
    background-color: #c71e1e;
    color: #ffffff;
    border-color: #c71e1e;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgb(40 125 161 / 45%);
    box-shadow: 0 5px 28.5px 1.5px rgb(40 125 161 / 45%);
}

.courses1-slides.owl-theme .owl-nav [class*="owl-"].disabled {
    color: #e3e4ef;
}

.courses1-slides.owl-theme .owl-nav [class*="owl-"].disabled:hover,
.courses1-slides.owl-theme .owl-nav [class*="owl-"].disabled:focus {
    background-color: transparent;
    color: #e3e4ef;
    border-color: #e3e4ef;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.courses1-slides.owl-theme:hover .owl-nav [class*="owl-"],
.courses1-slides.owl-theme:focus .owl-nav [class*="owl-"] {
    left: -40px;
    opacity: 1;
    visibility: visible;
}

.courses1-slides.owl-theme:hover .owl-nav [class*="owl-"].owl-next,
.courses1-slides.owl-theme:focus .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: -40px;
}

.courses1-slides.owl-theme .owl-dots {
    margin-top: 15px;
}

.courses1-slides.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    background: #dddddd;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.courses1-slides.owl-theme .owl-dots .owl-dot:hover span,
.courses1-slides.owl-theme .owl-dots .owl-dot.active span {
    background-color: #c71e1e;
}

.courses1-slides.owl-theme .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.courses-list-tab .tabs {
    margin-bottom: 40px;
    text-align: center;
    list-style-type: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 16px 0px rgba(146, 184, 255, 0.15);
    box-shadow: 0 2px 16px 0px rgba(146, 184, 255, 0.15);
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.courses-list-tab .tabs li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.courses-list-tab .tabs li:last-child {
    margin-right: 0;
}

.courses-list-tab .tabs li:first-child {
    margin-left: 0;
}

.courses-list-tab .tabs li a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
}

.courses-list-tab .tabs li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #eeeeee;
}

.courses-list-tab .tabs li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #c71e1e;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.courses-list-tab .tabs li a:hover,
.courses-list-tab .tabs li a:focus {
    color: #c71e1e;
}

.courses-list-tab .tabs li a:hover::after,
.courses-list-tab .tabs li a:focus::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.courses-list-tab .tabs li.current a {
    color: #c71e1e;
}

.courses-list-tab .tabs li.current a::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.tab .tabs-item {
    display: none;
}

.tab .tabs-item:first-child {
    display: block;
}

.courses-topbar {
    margin-bottom: 40px;
}

.courses-topbar .topbar-result-count p {
    line-height: initial;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
}

.courses-topbar .topbar-ordering-and-search {
    text-align: right;
}

.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select {
    background-color: transparent;
    border: none;
    height: 45px;
    line-height: 45px;
    color: #727695;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
}

.courses-topbar
    .topbar-ordering-and-search
    .topbar-ordering
    .nice-select::after {
    right: 2px;
    width: 7px;
    height: 7px;
    border-color: #727695;
    border-width: 1px;
}

.courses-topbar
    .topbar-ordering-and-search
    .topbar-ordering
    .nice-select
    .list {
    background-color: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.courses-topbar
    .topbar-ordering-and-search
    .topbar-ordering
    .nice-select
    .list
    .option {
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 15px;
    padding-right: 15px;
}

.courses-topbar
    .topbar-ordering-and-search
    .topbar-ordering
    .nice-select
    .list
    .option:hover,
.courses-topbar
    .topbar-ordering-and-search
    .topbar-ordering
    .nice-select
    .list
    .option.focus,
.courses-topbar
    .topbar-ordering-and-search
    .topbar-ordering
    .nice-select
    .list
    .option.selected.focus {
    background-color: transparent;
    color: #c71e1e;
}

.courses-topbar
    .topbar-ordering-and-search
    .topbar-ordering
    .nice-select
    .list
    .option.selected {
    font-weight: 400;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form {
    position: relative;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form label {
    display: block;
    margin-bottom: 0;
    position: absolute;
    left: 20px;
    top: 14.2px;
    font-size: 18px;
    color: #c71e1e;
}

.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search {
    height: 50px;
    color: #252525;
    background-color: #eef5f9;
    display: block;
    width: 100%;
    border-radius: 30px;
    padding: 3px 15px 0 48px;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
    font-weight: 400;
}

.courses-topbar
    .topbar-ordering-and-search
    .topbar-search
    form
    .input-search::-webkit-input-placeholder {
    color: #727695;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.courses-topbar
    .topbar-ordering-and-search
    .topbar-search
    form
    .input-search:-ms-input-placeholder {
    color: #727695;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.courses-topbar
    .topbar-ordering-and-search
    .topbar-search
    form
    .input-search::-ms-input-placeholder {
    color: #727695;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.courses-topbar
    .topbar-ordering-and-search
    .topbar-search
    form
    .input-search::placeholder {
    color: #727695;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.courses-topbar
    .topbar-ordering-and-search
    .topbar-search
    form
    .input-search:focus::-webkit-input-placeholder {
    color: transparent;
}

.courses-topbar
    .topbar-ordering-and-search
    .topbar-search
    form
    .input-search:focus:-ms-input-placeholder {
    color: transparent;
}

.courses-topbar
    .topbar-ordering-and-search
    .topbar-search
    form
    .input-search:focus::-ms-input-placeholder {
    color: transparent;
}

.courses-topbar
    .topbar-ordering-and-search
    .topbar-search
    form
    .input-search:focus::placeholder {
    color: transparent;
}

/*================================================
Courses Details CSS
=================================================*/
.courses-details-header {
    margin-bottom: 30px;
}

.courses-details-header .courses-title h2 {
    margin-bottom: 12px;
    font-size: 29px;
    font-weight: 700;
}

.courses-details-header .courses-meta {
    margin-top: 20px;
}

.courses-details-header .courses-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.courses-details-header .courses-meta ul li {
    margin-right: 20px;
    position: relative;
    display: inline-block;
    border-right: 1px solid #eeeeee;
    font-weight: 500;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 37px;
}

.courses-details-header .courses-meta ul li i {
    font-size: 25px;
    color: #cfcfcf;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.courses-details-header .courses-meta ul li span {
    display: block;
    color: #c71e1e;
    text-transform: uppercase;
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: 400;
}

.courses-details-header .courses-meta ul li a {
    display: inline-block;
    color: #252525;
}

.courses-details-header .courses-meta ul li a:hover,
.courses-details-header .courses-meta ul li a:focus {
    color: #c71e1e;
}

.courses-details-header .courses-meta ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.courses-details-header .courses-price {
    text-align: right;
}

.courses-details-header .courses-price .default-btn {
    border-radius: 5px;
}

.courses-details-header .courses-price .courses-review {
    display: block;
    margin-bottom: 10px;
}

.courses-details-header .courses-price .courses-review .review-stars {
    display: inline-block;
}

.courses-details-header .courses-price .courses-review .review-stars i {
    color: #f2b827;
    font-size: 20px;
    display: inline-block;
    margin-right: -3px;
}

.courses-details-header .courses-price .courses-review .reviews-total {
    position: relative;
    color: #727695;
    position: relative;
    top: -1px;
    font-weight: 500;
    margin-left: 2px;
}

.courses-details-image {
    border-radius: 5px;
}

.courses-details-image img {
    width: 100%;
    border-radius: 5px;
    min-height: 350px;
    object-fit: cover;
}

.courses-details-desc {
    margin-top: 35px;
}

.courses-details-desc h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.courses-details-desc h3:not(first-child) {
    margin-top: 30px;
}

.courses-details-desc .why-you-learn {
    margin-top: 20px;
}

.courses-details-desc .why-you-learn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -12px;
}

.courses-details-desc .why-you-learn ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 12px;
}

.courses-details-desc .why-you-learn ul li span {
    display: block;
    color: #252525;
    position: relative;
    padding-left: 28px;
    line-height: 1.7;
    font-weight: 500;
}

.courses-details-desc .why-you-learn ul li span i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #c71e1e;
    font-size: 22px;
}

.courses-details-desc .requirements-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.courses-details-desc .requirements-list li {
    color: #727695;
    margin-bottom: 10px;
    position: relative;
    padding-left: 17px;
    font-family: "Nunito", sans-serif;
}

.courses-details-desc .requirements-list li::before {
    position: absolute;
    left: 0;
    content: "";
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #252525;
}

.courses-details-desc .requirements-list li:last-child {
    margin-bottom: 0;
}

.courses-details-desc p strong {
    color: #252525;
}

.courses-details-desc .description-features-list {
    padding-left: 15px;
    margin-bottom: 15px;
    list-style-type: none;
}

.courses-details-desc .description-features-list li {
    color: #727695;
    margin-bottom: 10px;
    position: relative;
    padding-left: 17px;
    font-family: "Nunito", sans-serif;
    line-height: 1.8;
}

.courses-details-desc .description-features-list li::before {
    position: absolute;
    left: 0;
    content: "";
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #252525;
}

.courses-details-desc .description-features-list li strong {
    color: #252525;
}

.courses-details-desc .description-features-list li:last-child {
    margin-bottom: 0;
}

.courses-details-desc .audience-list {
    padding-left: 15px;
    margin-bottom: 0;
    list-style-type: none;
}

.courses-details-desc .audience-list li {
    color: #727695;
    margin-bottom: 10px;
    position: relative;
    padding-left: 17px;
    font-family: "Nunito", sans-serif;
    line-height: 1.8;
}

.courses-details-desc .audience-list li::before {
    position: absolute;
    left: 0;
    content: "";
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #252525;
}

.courses-details-desc .audience-list li strong {
    color: #252525;
}

.courses-details-desc .audience-list li:last-child {
    margin-bottom: 0;
}
    .courses-author
    .author-profile
    .author-profile-title
    img {
    display: inline-block;
    border: 3px solid #ffffff;
    width: 45px;
    height: 45px;
}

    .courses-author
    .author-profile
    .author-profile-title
    .author-profile-title-details {
    margin-top: 15px;
}

    .courses-author
    .author-profile
    .author-profile-title
    .author-profile-title-details
    .author-profile-details
    h4 {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 600;
}


    .courses-author
    .author-profile
    .author-profile-title
    .author-profile-title-details
    .author-profile-details
    span {
    color: #0eb582;
    font-size: 14px;
}


    .courses-author
    .author-profile
    .author-profile-title
    .author-profile-raque-profile
    a {
        color: #ffffff;
        padding: 5px 12px 4px;
        font-size: 14px;
        font-weight: 600;
        background: #c71e1e;
        border-radius: 15px;
}


    .courses-author
    .author-profile
    .author-profile-title
    .author-profile-raque-profile
    a:hover,

    .courses-author
    .author-profile
    .author-profile-title
    .author-profile-raque-profile
    a:focus {
    background-color: #185b77;
    color: #ffffff;
}

.related-courses {
    margin-top: 40px;
}

.related-courses h3 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
}

.courses-sidebar-information {
    margin-bottom: 0px;
}

.courses-sidebar-information ul {
    height: 100%;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}

.courses-sidebar-information ul li {
    border-bottom: 1px dashed #eeeeee;
    color: #252525;
    overflow: hidden;
    text-align: right;
    padding: 12px 15px;
    font-size: 13px;
    font-weight: 500;
}

.courses-sidebar-information ul li span {
    display: block;
    width: 40%;
    text-align: left;
    float: left;
}

.courses-sidebar-information ul li span i {
    color: #c71e1e;
    position: relative;
    top: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    margin-right: 2px;
}

.courses-sidebar-information ul li:hover span i {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.courses-sidebar-information ul li:last-child {
    border-bottom: none;
}

.courses-sidebar-syllabus {
    border: 1px solid #f3f3f3;
    margin-bottom: 40px;
    border-radius: 5px;
    padding: 20px;
}

.courses-sidebar-syllabus h3 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
}

.courses-sidebar-syllabus .chapter {
    color: #c71e1e;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}

.courses-sidebar-syllabus h4 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}

.courses-sidebar-syllabus .courses-list {
    margin-bottom: 30px;
}

.courses-sidebar-syllabus .courses-list ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

.courses-sidebar-syllabus .courses-list ul li {
    font-size: 15px;
    color: #727695;
    line-height: 23px;
    margin: 12px 0;
}

.courses-sidebar-syllabus .courses-list ul li a {
    display: inline-block;
    color: #727695;
}

.courses-sidebar-syllabus .courses-list ul li a:hover,
.courses-sidebar-syllabus .courses-list ul li a:focus {
    color: #c71e1e;
}

.courses-sidebar-syllabus .courses-list ul li a .free-lesson {
    padding: 1px 8px;
    text-align: center;
    margin-left: 5px;
    background: #0eb582;
    color: #ffffff;
    position: relative;
    top: -2px;
    font-weight: 500;
    font-size: 12px;
}

.courses-sidebar-syllabus .courses-list ul li .number {
    display: inline-block;
    color: #252525;
    font-weight: 500;
}

.courses-sidebar-syllabus .courses-list:last-child {
    margin-bottom: 0;
}

.courses-purchase-info {
    padding: 20px;
    position: relative;
    border-radius: 5px;
    z-index: 1;
    background-image: url(../img/mission-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.courses-purchase-info::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    background-color: #c71e1e;
    opacity: 0.6;
    z-index: -1;
}

.courses-purchase-info::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../img/bg-lines.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.courses-purchase-info h4 {
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.3;
    font-weight: 600;
    font-size: 19px;
}

.courses-purchase-info p {
    color: #ffffff;
    font-size: 14px;
}

.courses-purchase-info a {
    margin-right: 15px;
    text-decoration: underline;
    color: #ffffff;
    font-weight: 500;
}

.courses-review-comments {
    margin-top: 40px;
}

.courses-review-comments h3 {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.courses-review-comments .user-review {
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 0 20px 110px;
    position: relative;
}

.courses-review-comments .user-review img {
    position: absolute;
    left: 0;
    top: 20px;
    width: 90px;
    height: 90px;
    border-radius: 5px;
}

.courses-review-comments .user-review .sub-comment {
    margin-bottom: 10px;
    font-weight: 600;
}

.courses-review-comments .user-review .review-rating {
    display: block;
    margin-bottom: 10px;
}

.courses-review-comments .user-review .review-rating .review-stars {
    display: inline-block;
}

.courses-review-comments .user-review .review-rating .review-stars i {
    color: #f2b827;
    font-size: 18px;
    display: inline-block;
    margin-right: -3px;
}

.courses-review-comments .user-review .review-rating span {
    color: #252525;
    position: relative;
    top: -2px;
    font-weight: 500;
    margin-left: 5px;
}

/*================================================
Team CSS
=================================================*/
.team-area {
    position: relative;
    z-index: 2;
}

.single-instructor-member {
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    text-align: center;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-instructor-member::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}

.single-instructor-member .member-image {
    overflow: hidden;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.single-instructor-member .member-image img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px 5px 0 0;
}

.single-instructor-member .member-content {
    padding: 15px 25px 25px 25px;
    border-radius: 5px;
    position: relative;
}

.single-instructor-member .member-content h3 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
}

.single-instructor-member .member-content h3 a {
    display: inline-block;
}

.single-instructor-member .member-content span {
    display: block;
    color: #c71e1e;
    font-weight: 500;
}

.single-instructor-member .member-content .social {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
}

.single-instructor-member .member-content .social li {
    display: inline-block;
}

.single-instructor-member .member-content .social li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: unset;
    font-size: 16px;
    border-radius: 50%;
    background-color: #0eb582;
    color: #ffffff;
    opacity: 0;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    position: relative;
}

.single-instructor-member .member-content .social li a.facebook {
    background-color: #3b5998;
}

.single-instructor-member .member-content .social li a.twitter {
    background-color: #1da1f2;
}

.single-instructor-member .member-content .social li a.instagram {
    background-color: #c13584;
}

.single-instructor-member .member-content .social li a.linkedin {
    background-color: #0077b5;
}

.single-instructor-member .member-content .social li a:hover,
.single-instructor-member .member-content .social li a:focus {
    background-color: #c71e1e;
    color: #ffffff;
}

.single-instructor-member .member-content .social li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-instructor-member .member-content .social li:nth-child(2) a {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.single-instructor-member .member-content .social li:nth-child(3) a {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.single-instructor-member .member-content .social li:nth-child(4) a {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.single-instructor-member:hover::after,
.single-instructor-member:focus::after {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}

.single-instructor-member:hover .member-image img,
.single-instructor-member:focus .member-image img {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.single-instructor-member:hover .member-content .social li a,
.single-instructor-member:focus .member-content .social li a {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.team-btn-box {
    margin-top: 40px;
}

.single-instructor-box {
    text-align: center;
}

.single-instructor-box .image {
    border: 1px solid #f2f2f2;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-instructor-box .image .social {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.single-instructor-box .image .social li {
    display: inline-block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    margin-left: 1px;
    margin-right: 1px;
}

.single-instructor-box .image .social li a {
    display: block;
    width: 33px;
    height: 33px;
    background-color: #f4f5fe;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #252525;
    border-radius: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-instructor-box .image .social li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.single-instructor-box .image .social li a:hover {
    color: #ffffff;
    background-color: #c71e1e;
}

.single-instructor-box .image .social li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.single-instructor-box .image .social li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single-instructor-box .image .social li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.single-instructor-box .image .social li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.single-instructor-box .content {
    margin-top: 25px;
}

.single-instructor-box .content h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.single-instructor-box .content h3 a {
    display: inline-block;
}

.single-instructor-box .content span {
    display: block;
    color: #c71e1e;
    font-size: 14px;
    margin-top: 6px;
}

.single-instructor-box:hover .image {
    border-color: #c71e1e;
}

.single-instructor-box:hover .image .social li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.team-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.team-slides.owl-theme .owl-nav [class*="owl-"] {
    color: #87a1c1;
    font-size: 25px;
    margin: 0;
    padding: 0;
    background: transparent;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    border-style: solid;
    border-color: #e3e4ef;
    border-width: 2px;
}

.team-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: -50px;
}

.team-slides.owl-theme .owl-nav [class*="owl-"]:hover,
.team-slides.owl-theme .owl-nav [class*="owl-"]:focus {
    background-color: #c71e1e;
    color: #ffffff;
    border-color: #c71e1e;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgb(40 125 161 / 45%);
    box-shadow: 0 5px 28.5px 1.5px rgb(40 125 161 / 45%);
}

.team-slides.owl-theme .owl-nav [class*="owl-"].disabled {
    color: #e3e4ef;
}

.team-slides.owl-theme .owl-nav [class*="owl-"].disabled:hover,
.team-slides.owl-theme .owl-nav [class*="owl-"].disabled:focus {
    background-color: transparent;
    color: #e3e4ef;
    border-color: #e3e4ef;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.team-slides.owl-theme:hover .owl-nav [class*="owl-"],
.team-slides.owl-theme:focus .owl-nav [class*="owl-"] {
    left: -50px;
    opacity: 1;
    visibility: visible;
}

.team-slides.owl-theme:hover .owl-nav [class*="owl-"].owl-next,
.team-slides.owl-theme:focus .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: -50px;
}

#particles-js-circle-bubble-3 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.single-team-member {
    text-align: center;
    position: relative;
}

.single-team-member .member-content {
    padding: 25px;
    position: absolute;
    left: 0;
    top: 85%;
    z-index: 2;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    opacity: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    margin-left: 15px;
    margin-right: 15px;
}

.single-team-member .member-content h3 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
}

.single-team-member .member-content h3 a {
    display: inline-block;
}

.single-team-member .member-content span {
    display: block;
    color: #c71e1e;
    margin-bottom: 9px;
    font-weight: 500;
    font-size: 14px;
}

.single-team-member .member-content .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 5;
}

.single-team-member .member-content .social li {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
}

.single-team-member .member-content .social li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: unset;
    font-size: 16px;
    border-radius: 50%;
    background-color: #0eb582;
    color: #ffffff;
    position: relative;
}

.single-team-member .member-content .social li a.facebook {
    background-color: #3b5998;
}

.single-team-member .member-content .social li a.twitter {
    background-color: #1da1f2;
}

.single-team-member .member-content .social li a.instagram {
    background-color: #c13584;
}

.single-team-member .member-content .social li a.linkedin {
    background-color: #0077b5;
}

.single-team-member .member-content .social li a:hover,
.single-team-member .member-content .social li a:focus {
    background-color: #c71e1e;
    color: #ffffff;
}

.single-team-member .member-content .social li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-team-member:hover .member-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/*================================================
Team Details CSS
=================================================*/
.instructor-details-area .section-title {
    margin-bottom: 40px;
}

.instructor-details-desc {
    margin-bottom: 60px;
}

.instructor-details-desc .instructor-details-sidebar {
    text-align: center;
}

.instructor-details-desc .instructor-details-sidebar .instructor-details-meta {
    margin-bottom: 20px;
    margin-top: 30px;
}

.instructor-details-desc
    .instructor-details-sidebar
    .instructor-details-meta
    ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.instructor-details-desc
    .instructor-details-sidebar
    .instructor-details-meta
    ul
    li {
    position: relative;
    text-align: left;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    padding-left: 37px;
    margin-left: 8px;
    margin-right: 8px;
}

.instructor-details-desc
    .instructor-details-sidebar
    .instructor-details-meta
    ul
    li
    i {
    font-size: 25px;
    color: #cfcfcf;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.instructor-details-desc
    .instructor-details-sidebar
    .instructor-details-meta
    ul
    li
    span {
    display: block;
    color: #c71e1e;
    text-transform: uppercase;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 600;
}

.instructor-details-desc
    .instructor-details-sidebar
    .instructor-details-meta
    ul
    li
    a {
    display: inline-block;
    color: #252525;
}

.instructor-details-desc
    .instructor-details-sidebar
    .instructor-details-meta
    ul
    li
    a:hover,
.instructor-details-desc
    .instructor-details-sidebar
    .instructor-details-meta
    ul
    li
    a:focus {
    color: #c71e1e;
}

.instructor-details-desc
    .instructor-details-sidebar
    .instructor-details-meta
    ul
    li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.instructor-details-desc .instructor-details-sidebar .default-btn {
    border-radius: 30px;
}

.instructor-details-desc .instructor-details-sidebar .social-link {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 0;
}

.instructor-details-desc .instructor-details-sidebar .social-link li {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 17px;
    position: relative;
    background-color: #c71e1e;
    border: 1px solid #c71e1e;
    border-radius: 50%;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 48%;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
}

.instructor-details-desc .instructor-details-sidebar .social-link li a:hover,
.instructor-details-desc .instructor-details-sidebar .social-link li a:focus {
    background-color: transparent;
    color: #c71e1e;
    border-color: #c71e1e;
}

.instructor-details-desc
    .instructor-details-sidebar
    .social-link
    li
    a.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
}

.instructor-details-desc
    .instructor-details-sidebar
    .social-link
    li
    a.facebook:hover,
.instructor-details-desc
    .instructor-details-sidebar
    .social-link
    li
    a.facebook:focus {
    color: #3b5998;
    background-color: transparent;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a.twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #ffffff;
}

.instructor-details-desc
    .instructor-details-sidebar
    .social-link
    li
    a.twitter:hover,
.instructor-details-desc
    .instructor-details-sidebar
    .social-link
    li
    a.twitter:focus {
    color: #1da1f2;
    background-color: transparent;
}

.instructor-details-desc
    .instructor-details-sidebar
    .social-link
    li
    a.linkedin {
    background-color: #007bb5;
    border-color: #007bb5;
    color: #ffffff;
}

.instructor-details-desc
    .instructor-details-sidebar
    .social-link
    li
    a.linkedin:hover,
.instructor-details-desc
    .instructor-details-sidebar
    .social-link
    li
    a.linkedin:focus {
    color: #007bb5;
    background-color: transparent;
}

.instructor-details-desc
    .instructor-details-sidebar
    .social-link
    li
    a.instagram {
    background-color: #c13584;
    border-color: #c13584;
    color: #ffffff;
}

.instructor-details-desc
    .instructor-details-sidebar
    .social-link
    li
    a.instagram:hover,
.instructor-details-desc
    .instructor-details-sidebar
    .social-link
    li
    a.instagram:focus {
    color: #c13584;
    background-color: transparent;
}

.instructor-details-desc
    .instructor-details-sidebar
    .social-link
    li
    a.pinterest {
    background-color: #bd081c;
    border-color: #bd081c;
    color: #ffffff;
}

.instructor-details-desc
    .instructor-details-sidebar
    .social-link
    li
    a.pinterest:hover,
.instructor-details-desc
    .instructor-details-sidebar
    .social-link
    li
    a.pinterest:focus {
    color: #bd081c;
    background-color: transparent;
}

.instructor-details-desc .instructor-details h3 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
}

.instructor-details-desc .instructor-details .sub-title {
    color: #c71e1e;
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
}

.instructor-details-desc .instructor-details .instructor-details-info {
    margin-top: 25px;
}

.instructor-details-desc .instructor-details .instructor-details-info h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.instructor-details-desc .instructor-details .instructor-details-info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.instructor-details-desc .instructor-details .instructor-details-info ul li {
    position: relative;
    text-align: left;
    display: block;
    font-weight: 500;
    font-size: 16px;
    padding-left: 37px;
    margin-bottom: 15px;
}

.instructor-details-desc
    .instructor-details
    .instructor-details-info
    ul
    li:last-child {
    margin-bottom: 0;
}

.instructor-details-desc .instructor-details .instructor-details-info ul li i {
    font-size: 25px;
    color: #cfcfcf;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.instructor-details-desc
    .instructor-details
    .instructor-details-info
    ul
    li
    span {
    display: block;
    color: #c71e1e;
    text-transform: uppercase;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 600;
}

.instructor-details-desc
    .instructor-details
    .instructor-details-info
    ul
    li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

/*================================================
Mission CSS
=================================================*/
.mission-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/mission-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mission-content {
    background-color: #ffffff;
    padding: 60px;
    border-radius: 5px;
    max-width: 630px;
}

.mission-content .section-title {
    margin-bottom: 35px;
}

.mission-content h3 {
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.mission-content .default-btn {
    margin-top: 8px;
}

.mission-content .owl-theme .owl-nav {
    margin-top: 0;
}

.mission-content .owl-theme .owl-nav [class*="owl-"] {
    color: #252525;
    font-size: 25px;
    margin: 0;
    padding: 0;
    background: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 56px;
    position: absolute;
    left: -65px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: 50%;
}

.mission-content .owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: -65px;
}

.mission-content .owl-theme .owl-nav [class*="owl-"]:hover,
.mission-content .owl-theme .owl-nav [class*="owl-"]:focus {
    background-color: #c71e1e;
    color: #ffffff;
}

/*================================================
Testimonials CSS
=================================================*/
.testimonials-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-testimonials-item {
    background-color: #ffffff;
    padding: 35px 30px 95px;
    -webkit-box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.06);
    box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.06);
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    margin-bottom: 100px;
}

.single-testimonials-item p {
    line-height: 1.9;
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
}

.single-testimonials-item .info {
    position: absolute;
    left: 0;
    bottom: -100px;
    right: 0;
}

.single-testimonials-item .info img {
    width: 100px !important;
    height: 100px;
    display: inline-block !important;
    border: 3px solid #ffffff;
}

.single-testimonials-item .info h3 {
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}

.single-testimonials-item .info span {
    color: #c71e1e;
    display: block;
    font-weight: 500;
}

.owl-item .single-testimonials-item {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin-top: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.7;
}

.owl-item.active.center .single-testimonials-item {
    -webkit-box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.06);
    box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.06);
    margin-top: 0;
    background-color: #c71e1e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
}

.owl-item.active.center .single-testimonials-item p {
    color: #ffffff;
}

.testimonials-slides.owl-theme .owl-dots {
    margin-top: 15px;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    background: #dddddd;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span,
.testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
    background-color: #c71e1e;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.feedback-area {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.single-feedback-item {
    text-align: left;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.single-feedback-item p {
    color: #252525;
    margin-bottom: 0;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
}

.single-feedback-item .info {
    text-align: right;
    margin-top: 50px;
    position: relative;
    z-index: 1;
    padding-right: 118px;
    padding-bottom: 22px;
}

.single-feedback-item .info img {
    width: 100px !important;
    height: 100px;
    display: inline-block !important;
    border: 3px solid #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.single-feedback-item .info h3 {
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
}

.single-feedback-item .info span {
    color: #c71e1e;
    display: block;
    font-weight: 500;
    font-size: 14px;
}

.single-feedback-item .info::before {
    content: "";
    position: absolute;
    right: 290px;
    bottom: 45px;
    width: 110px;
    height: 75px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.png);
}

.feedback-slides.owl-theme {
    margin-bottom: -40px;
}

.feedback-slides.owl-theme .single-feedback-item {
    margin-bottom: 40px;
}

.feedback-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.feedback-slides.owl-theme .owl-nav [class*="owl-"] {
    color: #87a1c1;
    font-size: 25px;
    margin: 0;
    padding: 0;
    background: transparent;
    width: 50px;
    height: 50px;
    line-height: 51px;
    position: absolute;
    left: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    border-style: solid;
    border-color: #e3e4ef;
    border-width: 2px;
}

.feedback-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: 50px;
}

.feedback-slides.owl-theme .owl-nav [class*="owl-"]:hover,
.feedback-slides.owl-theme .owl-nav [class*="owl-"]:focus {
    background-color: #c71e1e;
    color: #ffffff;
    border-color: #c71e1e;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgb(40 125 161 / 45%);
    box-shadow: 0 5px 28.5px 1.5px rgb(40 125 161 / 45%);
}

.feedback-slides.owl-theme .owl-nav [class*="owl-"].disabled {
    color: #e3e4ef;
}

.feedback-slides.owl-theme .owl-nav [class*="owl-"].disabled:hover,
.feedback-slides.owl-theme .owl-nav [class*="owl-"].disabled:focus {
    background-color: transparent;
    color: #e3e4ef;
    border-color: #e3e4ef;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.feedback-slides.owl-theme:hover .owl-nav [class*="owl-"],
.feedback-slides.owl-theme:focus .owl-nav [class*="owl-"] {
    left: 70px;
    opacity: 1;
    visibility: visible;
}

.feedback-slides.owl-theme:hover .owl-nav [class*="owl-"].owl-next,
.feedback-slides.owl-theme:focus .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: 70px;
}

/*================================================
Gallery CSS
=================================================*/
.single-gallery-item {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}

.single-gallery-item img {
    border-radius: 5px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-gallery-item:hover img {
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

/*================================================
Students Feedback Form CSS
=================================================*/
.students-feedback-form-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/feedback-form-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.students-feedback-form-content h2 {
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 50px;
    font-weight: 700;
}

.students-feedback-form {
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: #ffffff;
    color: #ffffff;
}

.students-feedback-form h3 {
    background-color: #c71e1e;
    margin-bottom: 0;
    color: #ffffff;
    padding: 25px 20px;
    font-size: 25px;
    font-weight: 600;
}

.students-feedback-form form {
    color: #252525;
    padding: 30px;
}

.students-feedback-form form .form-group {
    text-align: left;
    position: relative;
    margin-bottom: 30px;
}

.students-feedback-form form .form-group .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1.3px solid #eeeeee;
    padding: 0 0 0 30px;
    color: #252525;
    height: 45px;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 400;
}

.students-feedback-form
    form
    .form-group
    .form-control::-webkit-input-placeholder {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.students-feedback-form form .form-group .form-control:-ms-input-placeholder {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.students-feedback-form form .form-group .form-control::-ms-input-placeholder {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.students-feedback-form form .form-group .form-control::placeholder {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.students-feedback-form form .form-group .form-control:focus {
    padding-left: 0;
}

.students-feedback-form
    form
    .form-group
    .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.students-feedback-form
    form
    .form-group
    .form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.students-feedback-form
    form
    .form-group
    .form-control:focus::-ms-input-placeholder {
    color: transparent;
}

.students-feedback-form form .form-group .form-control:focus::placeholder {
    color: transparent;
}

.students-feedback-form
    form
    .form-group
    .form-control:focus
    + .label-title::before {
    width: 100%;
}

.students-feedback-form form .form-group .form-control:focus + .label-title {
    color: #a1a1a1;
}

.students-feedback-form form .form-group .form-control:focus + .label-title i {
    top: -15px;
}

.students-feedback-form form .form-group .label-title {
    margin-bottom: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    color: #252525;
}

.students-feedback-form form .form-group .label-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #c71e1e;
}

.students-feedback-form form .form-group .label-title i {
    position: absolute;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 10px;
    font-size: 20px;
}

.students-feedback-form form .form-group textarea.form-control {
    height: auto !important;
    padding-top: 10px;
}

.students-feedback-form::after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 20px;
    margin-top: -20px;
    border-right-color: inherit;
    z-index: -1;
}

.feedback-form-area {
    position: relative;
    z-index: 1;
    margin-top: -80px;
}

.feedback-form-inner {
    background-color: #ffffff;
    border-radius: 5px 0 5px 5px;
    -webkit-box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
    box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
}

.feedback-form-inner .feedback-form-image {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.feedback-form-inner .feedback-form-image img {
    position: absolute;
    left: 0;
    text-align: center;
    margin: 0 auto;
    bottom: 10px;
    right: 0;
}

.feedback-form-inner .feedback-form {
    position: relative;
}

.feedback-form-inner .feedback-form h3 {
    color: #ffffff;
    background-color: #0eb582;
    text-align: center;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    font-weight: 600;
}

.feedback-form-inner .feedback-form form {
    text-align: center;
    padding: 30px 30px 30px 0;
}

.feedback-form-inner .feedback-form form .form-group {
    text-align: left;
}

.feedback-form-inner
    .feedback-form
    form
    .form-control::-webkit-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.feedback-form-inner .feedback-form form .form-control:-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.feedback-form-inner .feedback-form form .form-control::-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.feedback-form-inner .feedback-form form .form-control::placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.feedback-form-inner
    .feedback-form
    form
    .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.feedback-form-inner
    .feedback-form
    form
    .form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.feedback-form-inner
    .feedback-form
    form
    .form-control:focus::-ms-input-placeholder {
    color: transparent;
}

.feedback-form-inner .feedback-form form .form-control:focus::placeholder {
    color: transparent;
}

.feedback-form-inner .feedback-form form .default-btn {
    margin-top: 5px;
    border-radius: 3px;
}

/*================================================
Blog CSS
=================================================*/
.single-blog-post {
    border-radius: 5px 5px 0 0;
}

.single-blog-post .post-image {
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
    transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
    position: relative;
    overflow: hidden;
}

.single-blog-post .post-image img {
    -webkit-transition: all 2s cubic-bezier(0.2, 1, 0.22, 1);
    transition: all 2s cubic-bezier(0.2, 1, 0.22, 1);
}

.single-blog-post .post-image::before,
.single-blog-post .post-image::after {
    -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    content: "";
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-blog-post .post-image::before {
    width: 60px;
    height: 1px;
    left: 100%;
}

.single-blog-post .post-image::after {
    height: 60px;
    width: 1px;
    top: 0;
}

.single-blog-post .post-image .tag {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
}

.single-blog-post .post-image .tag a {
    display: inline-block;
    background-color: #ffffff;
    color: #c71e1e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 500;
}

.single-blog-post .post-content {
    margin-top: 25px;
}

.single-blog-post .post-content .post-meta {
    padding-left: 0;
    margin-bottom: 15px;
    list-style-type: none;
}

.single-blog-post .post-content .post-meta li {
    display: inline-block;
    color: #727695;
    margin-right: 15px;
    position: relative;
}

.single-blog-post .post-content .post-meta li.post-author img {
    width: 30px;
    height: 30px;
    position: relative;
    top: -2px;
}

.single-blog-post .post-content .post-meta li.post-author a {
    color: #0eb582;
}

.single-blog-post .post-content .post-meta li a {
    display: inline-block;
    color: #727695;
}

.single-blog-post .post-content .post-meta li a:hover,
.single-blog-post .post-content .post-meta li a:focus {
    color: #c71e1e;
}

.single-blog-post .post-content .post-meta li::before {
    position: absolute;
    right: -10px;
    top: 7px;
    height: 14px;
    content: "";
    width: 1px;
    background-color: #727695;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.single-blog-post .post-content .post-meta li:last-child {
    margin-right: 0;
}

.single-blog-post .post-content .post-meta li:last-child::before {
    display: none;
}

.single-blog-post .post-content h3 {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
}

.single-blog-post .post-content .read-more-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 400;
}

.single-blog-post .post-content .read-more-btn i {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-blog-post .post-content .read-more-btn::before {
    content: "";
    position: absolute;
    background-color: #c71e1e;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-blog-post .post-content .read-more-btn:hover::before,
.single-blog-post .post-content .read-more-btn:focus::before {
    width: 100%;
}

.single-blog-post:hover .post-image::before,
.single-blog-post:hover .post-image::after,
.single-blog-post:focus .post-image::before,
.single-blog-post:focus .post-image::after {
    opacity: 1;
    top: 50%;
    left: 50%;
}

.single-blog-post:hover .post-image img,
.single-blog-post:focus .post-image img {
    zoom: 1;
    opacity: 0.9 !important;
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.single-blog-post:hover .post-image .tag a,
.single-blog-post:focus .post-image .tag a {
    background-color: #c71e1e;
    color: #ffffff;
}

.blog-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.blog-slides.owl-theme .owl-nav [class*="owl-"] {
    color: #87a1c1;
    font-size: 25px;
    margin: 0;
    padding: 0;
    background: transparent;
    width: 50px;
    height: 50px;
    line-height: 51px;
    position: absolute;
    left: -50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    border-style: solid;
    border-color: #e3e4ef;
    border-width: 2px;
}

.blog-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: -50px;
}

.blog-slides.owl-theme .owl-nav [class*="owl-"]:hover,
.blog-slides.owl-theme .owl-nav [class*="owl-"]:focus {
    background-color: #c71e1e;
    color: #ffffff;
    border-color: #c71e1e;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgb(40 125 161 / 45%);
    box-shadow: 0 5px 28.5px 1.5px rgb(40 125 161 / 45%);
}

.blog-slides.owl-theme .owl-nav [class*="owl-"].disabled {
    color: #e3e4ef;
}

.blog-slides.owl-theme .owl-nav [class*="owl-"].disabled:hover,
.blog-slides.owl-theme .owl-nav [class*="owl-"].disabled:focus {
    background-color: transparent;
    color: #e3e4ef;
    border-color: #e3e4ef;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.blog-slides.owl-theme:hover .owl-nav [class*="owl-"],
.blog-slides.owl-theme:focus .owl-nav [class*="owl-"] {
    left: -70px;
    opacity: 1;
    visibility: visible;
}

.blog-slides.owl-theme:hover .owl-nav [class*="owl-"].owl-next,
.blog-slides.owl-theme:focus .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: -70px;
}

.owl-item:nth-child(2) .single-blog-post .post-image .tag a,
.owl-item:nth-child(7) .single-blog-post .post-image .tag a,
.col-lg-4:nth-child(2) .single-blog-post .post-image .tag a,
.col-lg-4:nth-child(7) .single-blog-post .post-image .tag a,
.col-lg-6:nth-child(2) .single-blog-post .post-image .tag a,
.col-lg-6:nth-child(7) .single-blog-post .post-image .tag a,
.col-lg-3:nth-child(2) .single-blog-post .post-image .tag a,
.col-lg-3:nth-child(7) .single-blog-post .post-image .tag a {
    color: #0eb582;
}

.owl-item:nth-child(2) .single-blog-post:hover .post-image .tag a,
.owl-item:nth-child(2) .single-blog-post:focus .post-image .tag a,
.owl-item:nth-child(7) .single-blog-post:hover .post-image .tag a,
.owl-item:nth-child(7) .single-blog-post:focus .post-image .tag a,
.col-lg-4:nth-child(2) .single-blog-post:hover .post-image .tag a,
.col-lg-4:nth-child(2) .single-blog-post:focus .post-image .tag a,
.col-lg-4:nth-child(7) .single-blog-post:hover .post-image .tag a,
.col-lg-4:nth-child(7) .single-blog-post:focus .post-image .tag a,
.col-lg-6:nth-child(2) .single-blog-post:hover .post-image .tag a,
.col-lg-6:nth-child(2) .single-blog-post:focus .post-image .tag a,
.col-lg-6:nth-child(7) .single-blog-post:hover .post-image .tag a,
.col-lg-6:nth-child(7) .single-blog-post:focus .post-image .tag a,
.col-lg-3:nth-child(2) .single-blog-post:hover .post-image .tag a,
.col-lg-3:nth-child(2) .single-blog-post:focus .post-image .tag a,
.col-lg-3:nth-child(7) .single-blog-post:hover .post-image .tag a,
.col-lg-3:nth-child(7) .single-blog-post:focus .post-image .tag a {
    background-color: #0eb582;
    color: #ffffff;
}

.owl-item:nth-child(3) .single-blog-post .post-image .tag a,
.owl-item:nth-child(8) .single-blog-post .post-image .tag a,
.col-lg-4:nth-child(3) .single-blog-post .post-image .tag a,
.col-lg-4:nth-child(8) .single-blog-post .post-image .tag a,
.col-lg-6:nth-child(3) .single-blog-post .post-image .tag a,
.col-lg-6:nth-child(8) .single-blog-post .post-image .tag a,
.col-lg-3:nth-child(3) .single-blog-post .post-image .tag a,
.col-lg-3:nth-child(8) .single-blog-post .post-image .tag a {
    color: #fea116;
}

.owl-item:nth-child(3) .single-blog-post:hover .post-image .tag a,
.owl-item:nth-child(3) .single-blog-post:focus .post-image .tag a,
.owl-item:nth-child(8) .single-blog-post:hover .post-image .tag a,
.owl-item:nth-child(8) .single-blog-post:focus .post-image .tag a,
.col-lg-4:nth-child(3) .single-blog-post:hover .post-image .tag a,
.col-lg-4:nth-child(3) .single-blog-post:focus .post-image .tag a,
.col-lg-4:nth-child(8) .single-blog-post:hover .post-image .tag a,
.col-lg-4:nth-child(8) .single-blog-post:focus .post-image .tag a,
.col-lg-6:nth-child(3) .single-blog-post:hover .post-image .tag a,
.col-lg-6:nth-child(3) .single-blog-post:focus .post-image .tag a,
.col-lg-6:nth-child(8) .single-blog-post:hover .post-image .tag a,
.col-lg-6:nth-child(8) .single-blog-post:focus .post-image .tag a,
.col-lg-3:nth-child(3) .single-blog-post:hover .post-image .tag a,
.col-lg-3:nth-child(3) .single-blog-post:focus .post-image .tag a,
.col-lg-3:nth-child(8) .single-blog-post:hover .post-image .tag a,
.col-lg-3:nth-child(8) .single-blog-post:focus .post-image .tag a {
    background-color: #fea116;
    color: #ffffff;
}

.owl-item:nth-child(4) .single-blog-post .post-image .tag a,
.owl-item:nth-child(9) .single-blog-post .post-image .tag a,
.col-lg-4:nth-child(4) .single-blog-post .post-image .tag a,
.col-lg-4:nth-child(9) .single-blog-post .post-image .tag a,
.col-lg-6:nth-child(4) .single-blog-post .post-image .tag a,
.col-lg-6:nth-child(9) .single-blog-post .post-image .tag a,
.col-lg-3:nth-child(4) .single-blog-post .post-image .tag a,
.col-lg-3:nth-child(9) .single-blog-post .post-image .tag a {
    color: #1cb5a3;
}

.owl-item:nth-child(4) .single-blog-post:hover .post-image .tag a,
.owl-item:nth-child(4) .single-blog-post:focus .post-image .tag a,
.owl-item:nth-child(9) .single-blog-post:hover .post-image .tag a,
.owl-item:nth-child(9) .single-blog-post:focus .post-image .tag a,
.col-lg-4:nth-child(4) .single-blog-post:hover .post-image .tag a,
.col-lg-4:nth-child(4) .single-blog-post:focus .post-image .tag a,
.col-lg-4:nth-child(9) .single-blog-post:hover .post-image .tag a,
.col-lg-4:nth-child(9) .single-blog-post:focus .post-image .tag a,
.col-lg-6:nth-child(4) .single-blog-post:hover .post-image .tag a,
.col-lg-6:nth-child(4) .single-blog-post:focus .post-image .tag a,
.col-lg-6:nth-child(9) .single-blog-post:hover .post-image .tag a,
.col-lg-6:nth-child(9) .single-blog-post:focus .post-image .tag a,
.col-lg-3:nth-child(4) .single-blog-post:hover .post-image .tag a,
.col-lg-3:nth-child(4) .single-blog-post:focus .post-image .tag a,
.col-lg-3:nth-child(9) .single-blog-post:hover .post-image .tag a,
.col-lg-3:nth-child(9) .single-blog-post:focus .post-image .tag a {
    background-color: #1cb5a3;
    color: #ffffff;
}

.owl-item:nth-child(5) .single-blog-post .post-image .tag a,
.owl-item:nth-child(10) .single-blog-post .post-image .tag a,
.col-lg-4:nth-child(5) .single-blog-post .post-image .tag a,
.col-lg-4:nth-child(10) .single-blog-post .post-image .tag a,
.col-lg-6:nth-child(5) .single-blog-post .post-image .tag a,
.col-lg-6:nth-child(10) .single-blog-post .post-image .tag a,
.col-lg-3:nth-child(5) .single-blog-post .post-image .tag a,
.col-lg-3:nth-child(10) .single-blog-post .post-image .tag a {
    color: #3d64ff;
}

.owl-item:nth-child(5) .single-blog-post:hover .post-image .tag a,
.owl-item:nth-child(5) .single-blog-post:focus .post-image .tag a,
.owl-item:nth-child(10) .single-blog-post:hover .post-image .tag a,
.owl-item:nth-child(10) .single-blog-post:focus .post-image .tag a,
.col-lg-4:nth-child(5) .single-blog-post:hover .post-image .tag a,
.col-lg-4:nth-child(5) .single-blog-post:focus .post-image .tag a,
.col-lg-4:nth-child(10) .single-blog-post:hover .post-image .tag a,
.col-lg-4:nth-child(10) .single-blog-post:focus .post-image .tag a,
.col-lg-6:nth-child(5) .single-blog-post:hover .post-image .tag a,
.col-lg-6:nth-child(5) .single-blog-post:focus .post-image .tag a,
.col-lg-6:nth-child(10) .single-blog-post:hover .post-image .tag a,
.col-lg-6:nth-child(10) .single-blog-post:focus .post-image .tag a,
.col-lg-3:nth-child(5) .single-blog-post:hover .post-image .tag a,
.col-lg-3:nth-child(5) .single-blog-post:focus .post-image .tag a,
.col-lg-3:nth-child(10) .single-blog-post:hover .post-image .tag a,
.col-lg-3:nth-child(10) .single-blog-post:focus .post-image .tag a {
    background-color: #3d64ff;
    color: #ffffff;
}

/*================================================
Blog Details CSS
=================================================*/
.blog-details-desc .article-image img {
    width: 100%;
}

.blog-details-desc .article-content {
    margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
    margin-right: 20px;
    position: relative;
    display: inline-block;
    border-right: 1px solid #eeeeee;
    font-weight: 500;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 45px;
}

.blog-details-desc .article-content .entry-meta ul li i {
    font-size: 30px;
    color: #cfcfcf;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-details-desc .article-content .entry-meta ul li span {
    display: block;
    color: #c71e1e;
    text-transform: uppercase;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 600;
}

.blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #252525;
}

.blog-details-desc .article-content .entry-meta ul li a:hover,
.blog-details-desc .article-content .entry-meta ul li a:focus {
    color: #c71e1e;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.blog-details-desc .article-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 22px;
    font-weight: 600;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    -ms-flex: 0 0 33.3333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 28px;
    color: #727695;
}

.blog-details-desc .article-content .features-list li i {
    color: #c71e1e;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-details-desc .article-content .features-list li:last-child {
    margin-bottom: 0;
}

.blog-details-desc .article-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
    margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    color: #727695;
}

.blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: #252525;
    margin-right: 3px;
    position: relative;
    top: 3px;
    font-size: 20px;
}

.blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    color: #727695;
    font-weight: 500;
}

.blog-details-desc .article-footer .article-tags a:hover {
    color: #c71e1e;
}

.blog-details-desc .article-footer .article-share {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
    display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
    display: inline-block;
    margin-right: 3px;
    font-weight: 500;
    color: #727695;
    position: relative;
    top: -2px;
}

.blog-details-desc .article-footer .article-share .social li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background-color: #c71e1e;
    color: #ffffff;
    border: 1px solid #c71e1e;
    text-align: center;
    font-size: 17px;
    margin-left: 2px;
}

.blog-details-desc .article-footer .article-share .social li a:hover,
.blog-details-desc .article-footer .article-share .social li a:focus {
    color: #c71e1e;
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.facebook:hover,
.blog-details-desc .article-footer .article-share .social li a.facebook:focus {
    color: #3b5998;
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.twitter:hover,
.blog-details-desc .article-footer .article-share .social li a.twitter:focus {
    color: #1da1f2;
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin {
    background-color: #007bb5;
    border-color: #007bb5;
    color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin:hover,
.blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
    color: #007bb5;
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.instagram {
    background-color: #c13584;
    border-color: #c13584;
    color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.instagram:hover,
.blog-details-desc .article-footer .article-share .social li a.instagram:focus {
    color: #c13584;
    background-color: transparent;
}

.blog-details-desc .article-author {
    margin-top: 30px;
    border-radius: 5px;
    background: #f8f8f8;
}

.blog-details-desc .article-author .author-profile-header {
    height: 115px;
    border-radius: 5px 5px 0 0;
    background-color: #c71e1e;
    background-image: url(../img/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-details-desc .article-author .author-profile {
    padding: 0 25px 25px;
}

.blog-details-desc .article-author .author-profile .author-profile-title {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    margin-top: -45px;
}

.blog-details-desc .article-author .author-profile .author-profile-title img {
    display: inline-block;
    border: 3px solid #ffffff;
    width: 100px;
    height: 100px;
}

.blog-details-desc
    .article-author
    .author-profile
    .author-profile-title
    .author-profile-title-details {
    margin-top: 15px;
}

.blog-details-desc
    .article-author
    .author-profile
    .author-profile-title
    .author-profile-title-details
    .author-profile-details
    h4 {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 600;
}

.blog-details-desc
    .article-author
    .author-profile
    .author-profile-title
    .author-profile-title-details
    .author-profile-details
    span {
    color: #0eb582;
    font-size: 14px;
}

.blog-details-desc
    .article-author
    .author-profile
    .author-profile-title
    .author-profile-raque-profile
    a {
    color: #252525;
    padding: 5px 12px 4px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
}

.blog-details-desc
    .article-author
    .author-profile
    .author-profile-title
    .author-profile-raque-profile
    a:hover,
.blog-details-desc
    .article-author
    .author-profile
    .author-profile-title
    .author-profile-raque-profile
    a:focus {
    background-color: #c71e1e;
    color: #ffffff;
}

blockquote,
.blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

blockquote p,
.blockquote p {
    color: #252525;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px !important;
}

blockquote cite,
.blockquote cite {
    display: none;
}

blockquote::before,
.blockquote::before {
    color: #efefef;
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    content: "\ed67";
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 135px;
}

blockquote::after,
.blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #c71e1e;
    margin-top: 20px;
    margin-bottom: 20px;
}

.raque-post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
}

.prev-link-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prev-link-wrapper a:hover .image-prev::after {
    opacity: 1;
    visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
    opacity: 1;
    visibility: visible;
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
    color: #c71e1e;
}

.prev-link-wrapper .image-prev {
    display: inline-block;
    min-width: 100px;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-right: 20px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.prev-link-wrapper .image-prev img {
    border-radius: 5px;
}

.prev-link-wrapper .image-prev::after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    background-color: #c71e1e;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.prev-link-wrapper .image-prev .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
}

.prev-link-wrapper .prev-link-info-wrapper {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.prev-link-wrapper .prev-title {
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
}

.prev-link-wrapper .meta-wrapper {
    display: block;
    color: #727695;
    text-transform: capitalize;
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
}

.next-link-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding-left: 15px;
}

.next-link-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
    opacity: 1;
    visibility: visible;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
    opacity: 1;
    visibility: visible;
}

.next-link-wrapper a:hover .next-link-info-wrapper {
    color: #c71e1e;
}

.next-link-wrapper .image-next {
    display: inline-block;
    min-width: 100px;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.next-link-wrapper .image-next img {
    border-radius: 5px;
}

.next-link-wrapper .image-next::after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    background-color: #c71e1e;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.next-link-wrapper .image-next .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
}

.next-link-wrapper .next-link-info-wrapper {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #252525;
}

.next-link-wrapper .next-title {
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
}

.next-link-wrapper .meta-wrapper {
    display: block;
    color: #727695;
    text-transform: capitalize;
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
}

.comments-area {
    margin-top: 30px;
}

.comments-area .comments-title {
    margin-bottom: 30px;
    line-height: initial;
    font-size: 22px;
    font-weight: 600;
}

.comments-area ol,
.comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .children {
    margin-left: 20px;
}

.comments-area .comment-body {
    border-bottom: 1px dashed #eeeeee;
    padding-left: 65px;
    color: #252525;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comments-area .comment-body .reply {
    margin-top: 15px;
}

.comments-area .comment-body .reply a {
    border: 1px dashed #ded9d9;
    color: #252525;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
    color: #ffffff;
    background-color: #c71e1e;
    border-color: #c71e1e;
}

.comments-area .comment-author {
    font-size: 15px;
    margin-bottom: 0.2em;
    position: relative;
    z-index: 2;
}

.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
}

.comments-area .comment-author .fn {
    font-weight: 600;
}

.comments-area .comment-author .says {
    display: none;
}

.comments-area .comment-metadata {
    margin-bottom: 0.8em;
    color: #727695;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}

.comments-area .comment-metadata a {
    color: #727695;
}

.comments-area .comment-metadata a:hover {
    color: #c71e1e;
}

.comments-area .comment-respond {
    margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
}

.comments-area
    .comment-respond
    .comment-reply-title
    #cancel-comment-reply-link {
    display: inline-block;
}

.comments-area .comment-respond .comment-form {
    overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
    margin-bottom: 20px;
    margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
    color: red;
}

.comments-area .comment-respond .comment-form-comment {
    float: left;
    width: 100%;
}

.comments-area .comment-respond label {
    display: none;
}

.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #f4f4f4;
    border: none;
    padding: 0 0 0 15px;
    height: 50px;
    outline: 0;
    border-radius: 3px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.comments-area .comment-respond input[type="date"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="time"]::-webkit-input-placeholder,
.comments-area
    .comment-respond
    input[type="datetime-local"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="week"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="month"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="text"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="email"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="url"]::-webkit-input-placeholder,
.comments-area
    .comment-respond
    input[type="password"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="search"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="number"]::-webkit-input-placeholder,
.comments-area .comment-respond textarea::-webkit-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #727695;
}

.comments-area .comment-respond input[type="date"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]:-ms-input-placeholder,
.comments-area
    .comment-respond
    input[type="datetime-local"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]:-ms-input-placeholder,
.comments-area .comment-respond textarea:-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #727695;
}

.comments-area .comment-respond input[type="date"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]::-ms-input-placeholder,
.comments-area
    .comment-respond
    input[type="datetime-local"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]::-ms-input-placeholder,
.comments-area .comment-respond textarea::-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #727695;
}

.comments-area .comment-respond input[type="date"]::placeholder,
.comments-area .comment-respond input[type="time"]::placeholder,
.comments-area .comment-respond input[type="datetime-local"]::placeholder,
.comments-area .comment-respond input[type="week"]::placeholder,
.comments-area .comment-respond input[type="month"]::placeholder,
.comments-area .comment-respond input[type="text"]::placeholder,
.comments-area .comment-respond input[type="email"]::placeholder,
.comments-area .comment-respond input[type="url"]::placeholder,
.comments-area .comment-respond input[type="password"]::placeholder,
.comments-area .comment-respond input[type="search"]::placeholder,
.comments-area .comment-respond input[type="tel"]::placeholder,
.comments-area .comment-respond input[type="number"]::placeholder,
.comments-area .comment-respond textarea::placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #727695;
}

.comments-area
    .comment-respond
    input[type="date"]:focus::-webkit-input-placeholder,
.comments-area
    .comment-respond
    input[type="time"]:focus::-webkit-input-placeholder,
.comments-area
    .comment-respond
    input[type="datetime-local"]:focus::-webkit-input-placeholder,
.comments-area
    .comment-respond
    input[type="week"]:focus::-webkit-input-placeholder,
.comments-area
    .comment-respond
    input[type="month"]:focus::-webkit-input-placeholder,
.comments-area
    .comment-respond
    input[type="text"]:focus::-webkit-input-placeholder,
.comments-area
    .comment-respond
    input[type="email"]:focus::-webkit-input-placeholder,
.comments-area
    .comment-respond
    input[type="url"]:focus::-webkit-input-placeholder,
.comments-area
    .comment-respond
    input[type="password"]:focus::-webkit-input-placeholder,
.comments-area
    .comment-respond
    input[type="search"]:focus::-webkit-input-placeholder,
.comments-area
    .comment-respond
    input[type="tel"]:focus::-webkit-input-placeholder,
.comments-area
    .comment-respond
    input[type="number"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]:focus:-ms-input-placeholder,
.comments-area
    .comment-respond
    input[type="datetime-local"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]:focus:-ms-input-placeholder,
.comments-area
    .comment-respond
    input[type="password"]:focus:-ms-input-placeholder,
.comments-area
    .comment-respond
    input[type="search"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]:focus:-ms-input-placeholder,
.comments-area
    .comment-respond
    input[type="number"]:focus:-ms-input-placeholder,
.comments-area .comment-respond textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]:focus::-ms-input-placeholder,
.comments-area
    .comment-respond
    input[type="datetime-local"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]:focus::-ms-input-placeholder,
.comments-area
    .comment-respond
    input[type="month"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]:focus::-ms-input-placeholder,
.comments-area
    .comment-respond
    input[type="email"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]:focus::-ms-input-placeholder,
.comments-area
    .comment-respond
    input[type="password"]:focus::-ms-input-placeholder,
.comments-area
    .comment-respond
    input[type="search"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]:focus::-ms-input-placeholder,
.comments-area
    .comment-respond
    input[type="number"]:focus::-ms-input-placeholder,
.comments-area .comment-respond textarea:focus::-ms-input-placeholder {
    color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::placeholder,
.comments-area .comment-respond input[type="time"]:focus::placeholder,
.comments-area .comment-respond input[type="datetime-local"]:focus::placeholder,
.comments-area .comment-respond input[type="week"]:focus::placeholder,
.comments-area .comment-respond input[type="month"]:focus::placeholder,
.comments-area .comment-respond input[type="text"]:focus::placeholder,
.comments-area .comment-respond input[type="email"]:focus::placeholder,
.comments-area .comment-respond input[type="url"]:focus::placeholder,
.comments-area .comment-respond input[type="password"]:focus::placeholder,
.comments-area .comment-respond input[type="search"]:focus::placeholder,
.comments-area .comment-respond input[type="tel"]:focus::placeholder,
.comments-area .comment-respond input[type="number"]:focus::placeholder,
.comments-area .comment-respond textarea:focus::placeholder {
    color: transparent;
}

.comments-area .comment-respond textarea {
    height: auto !important;
    padding-top: 15px;
}

.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 5px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #727695;
    position: relative;
    top: -1.5px;
    font-weight: normal;
    font-size: 16px;
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}

.comments-area .comment-respond .form-submit input {
    background: #c71e1e;
    border: none;
    color: #ffffff;
    padding: 12px 30px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
}

.comments-area .comment-respond .form-submit input:hover,
.comments-area .comment-respond .form-submit input:focus {
    color: #ffffff;
    background-color: #0eb582;
}

/*================================================
How It Works CSS
=================================================*/
.how-it-works-area {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.how-it-works-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../img/bg-lines.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.how-it-works-area .section-title .sub-title {
    color: #000;
}

.how-it-works-area .section-title h2 {
    color: #000;
}

.single-work-process {
    text-align: center;
    position: relative;
    z-index: 1;
}

.single-work-process .icon {
    width: 90px;
    height: 90px;
    position: relative;
    margin-bottom: 30px;
    font-size: 50px;
    color: #000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-width: 2px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.single-work-process .icon i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.single-work-process h3 {
    color: #000;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.single-work-process p {
    color: #000;
    opacity: 0.95;
}

.single-work-process::before {
    content: "";
    position: absolute;
    right: -55px;
    top: 15px;
    width: 110px;
    height: 75px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/white-arrow.png');
}

.col-lg-4:nth-child(2) .single-work-process:hover .icon {
    color: #0eb582;
}

.col-lg-4:nth-child(2) .single-work-process::before {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.col-lg-4:nth-child(3) .single-work-process:hover .icon {
    color: #fea116;
}

.col-lg-4:nth-child(3) .single-work-process::before {
    display: none;
}

/*================================================
Pricing CSS
=================================================*/
.pricing-area {
    background-color: #f7fafd;
}

.pricing-table {
    background-color: #ffffff;
    -webkit-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.05);
}

.pricing-table table {
    margin-bottom: 0;
    text-align: center;
}

.pricing-table table thead tr {
    background: #c71e1e;
}

.pricing-table table thead tr th {
    vertical-align: middle;
    border: none;
    color: #ffffff;
    padding: 16px 20px;
    font-size: 18px;
    font-weight: 600;
}

.pricing-table table thead tr th:nth-child(1) {
    text-align: left;
    padding-left: 30px;
}

.pricing-table table tbody td {
    vertical-align: middle;
    color: #252525;
    padding: 16px 20px;
    border-color: #eeeeee;
    font-size: 15px;
    font-weight: 400;
}

.pricing-table table tbody td:nth-child(1) {
    text-align: left;
    padding-left: 30px;
}

.pricing-table table tbody td i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    background-color: #0eb582;
    color: #ffffff;
    display: block;
    margin: 0 auto;
}

.pricing-table table tbody td i.bx-x {
    line-height: 22px;
}

.pricing-table table tbody tr:nth-child(1) td i,
.pricing-table table tbody tr:nth-child(8) td i {
    background-color: #facd60;
}

.pricing-table table tbody tr:nth-child(3) td i,
.pricing-table table tbody tr:nth-child(10) td i {
    background-color: #fd6c28;
}

.pricing-table table tbody tr:nth-child(4) td i,
.pricing-table table tbody tr:nth-child(11) td i {
    background-color: #ee0979;
}

.pricing-table table tbody tr:nth-child(5) td i,
.pricing-table table tbody tr:nth-child(12) td i {
    background-color: #1ac0c6;
}

.pricing-table table tbody tr:nth-child(6) td i,
.pricing-table table tbody tr:nth-child(13) td i {
    background-color: #f45271;
}

.pricing-table table tbody tr:nth-child(7) td i,
.pricing-table table tbody tr:nth-child(14) td i {
    background-color: #fd6d27;
}

/*================================================
Page Title CSS
=================================================*/
.page-title-area {
    position: relative;
    z-index: 1;
    background-color: #c71e1e;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 190px;
    padding-bottom: 70px;
}

.page-title-area.page-title-style-two {
    padding-top: 180px;
    padding-bottom: 70px;
}

.page-title-area.page-title-style-three {
    padding-top: 180px;
    padding-bottom: 70px;
}

.page-title-area.item-bg1 {
    background-image: url(../img/img13.jpg);
}

.page-title-area.item-bg2 {
    background-image: url(../img/img13.jpg);
}

.page-title-area.item-bg3 {
    background-image: url(../img/img13.jpg);
}

.page-title-area.item-bg4 {
    background-image: url(../img/img13.jpg);
}

.page-title-content ul {
    padding-left: 0;
    margin-bottom: 12px;
    list-style-type: none;
    font-family: "Poppins", sans-serif;
}

.page-title-content ul li {
    display: inline-block;
    margin-right: 25px;
    position: relative;
    color: #ffffff;
}

.page-title-content ul li a {
    display: inline-block;
    color: #ffffff;
    opacity: 0.85;
}

.page-title-content ul li a:hover,
.page-title-content ul li a:focus {
    color: #c71e1e;
    opacity: 1;
}

.page-title-content ul li::before {
    content: "\e9fa";
    color: #ffffff;
    position: absolute;
    right: -25px;
    top: -4px;
    opacity: 0.85;
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 20px;
}

.page-title-content ul li:last-child {
    margin-right: 0;
}

.page-title-content ul li:last-child::before {
    display: none;
}

.page-title-content h2 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 42px;
    font-weight: 500;
}

/*================================================
Events CSS
=================================================*/
.single-events-box {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    border-radius: 5px;
}

.single-events-box .events-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
}

.single-events-box .events-box .events-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    border-radius: 5px 0 0 5px;
}

.single-events-box .events-box .events-image .image {
    height: 100%;
    width: 100%;
    border-radius: 5px 0 0 5px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-events-box .events-box .events-image .image .events-tag {
    position: absolute;
    top: 15px;
    left: 30px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.single-events-box .events-box .events-image .image .events-tag a {
    color: #0eb582;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: "Poppins", sans-serif;
}

.single-events-box .events-box .events-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.single-events-box .events-box .events-content .content {
    padding: 0px 30px;
    position: relative;
}
.single-events-box .events-box .events-content .content h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.single-events-box .events-box .events-content .content h3 a {
    display: inline-block;
}

.single-events-box .events-box .events-content .content .location i {
    color: #c71e1e;
    margin-right: 2px;
    position: relative;
    top: 1px;
}

.single-events-box .events-box .events-content .content .join-now-btn {
    display: inline-block;
    font-weight: 600;
    position: relative;
    padding-bottom: 3px;
}

.single-events-box .events-box .events-content .content .join-now-btn::before {
    width: 100%;
    height: 1px;
    background: #c71e1e;
    content: "";
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    bottom: 0;
}

.single-events-box
    .events-box
    .events-content
    .content
    .join-now-btn:hover::before {
    width: 0;
}

.single-events-box .events-box .events-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    border-radius: 0 5px 5px 0;
}

.single-events-box .events-box .events-date .date {
    width: 100%;
    height: 100%;
    background-color: #c94e02e0;
    text-align: center;
    color: #ffffff;
    position: relative;
    border-radius: 0 5px 5px 0;
    z-index: 1;
    font-size: 22px;
    font-weight: 600;
}

.single-events-box .events-box .events-date .date span {
    display: inline-block;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.single-events-box .events-box .events-date .date span::before {
    content: "";
    position: absolute;
    right: 5px;
    top: 4px;
    background: #ffffff;
    width: 1px;
    height: 30px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

.single-events-box .events-box .events-date .date h3 {
    color: #ffffff;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
}

.single-events-box .events-box .events-date .date p {
    color: #ffffff;
    line-height: initial;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
}

.single-events-box .events-box .events-date .date i {
    display: inline-block;
    font-size: 200px;
    color: #ffffff;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.2;
}

/*================================================
Events Details CSS
=================================================*/
.events-details-header {
    margin-bottom: 25px;
}

.events-details-header .back-all-events {
    display: inline-block;
    color: #727695;
    text-transform: uppercase;
    margin-bottom: 13px;
    position: relative;
    padding-left: 23px;
    font-weight: 600;
    font-size: 14px;
}

.events-details-header .back-all-events i {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.events-details-header .back-all-events:hover,
.events-details-header .back-all-events:focus {
    color: #c71e1e;
}

.events-details-header h3 {
    margin-bottom: 13px;
    font-size: 25px;
    font-weight: 600;
}

.events-details-header .events-meta {
    margin-top: 20px;
}

.events-details-header .events-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.events-details-header .events-meta ul li {
    margin-right: 20px;
    position: relative;
    display: inline-block;
    border-right: 1px solid #eeeeee;
    font-weight: 500;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 37px;
}

.events-details-header .events-meta ul li i {
    font-size: 25px;
    color: #cfcfcf;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.events-details-header .events-meta ul li span {
    display: block;
    color: #c71e1e;
    text-transform: uppercase;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 600;
}

.events-details-header .events-meta ul li a {
    display: inline-block;
    color: #252525;
}

.events-details-header .events-meta ul li a:hover,
.events-details-header .events-meta ul li a:focus {
    color: #c71e1e;
}

.events-details-header .events-meta ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.events-details .events-details-image {
    margin-bottom: 25px;
}

.events-details .events-info-links {
    margin-top: 25px;
}

.events-details .events-info-links a {
    display: inline-block;
    background-color: #c71e1e;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 15px 6px;
    margin-right: 5px;
    border: 1px solid #c71e1e;
    font-size: 15px;
    font-weight: 500;
}

.events-details .events-info-links a:hover,
.events-details .events-info-links a:focus {
    color: #c71e1e;
    background-color: transparent;
}

/*================================================
Count Down CSS
=================================================*/
.countdown-area {
    background-color: #c71e1e;
}

.countdown-content h2 {
    margin-bottom: 18px;
    line-height: 1.3;
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
}

.countdown-content .sign-up-btn {
    display: inline-block;
    position: relative;
    color: #ffffff;
    z-index: 1;
    padding-right: 22px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 16px;
    font-weight: 400;
}

.countdown-content .sign-up-btn i {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.countdown-content .sign-up-btn::before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.countdown-content .sign-up-btn:hover,
.countdown-content .sign-up-btn:focus {
    padding-right: 25px;
}

.countdown-content .sign-up-btn:hover::before,
.countdown-content .sign-up-btn:focus::before {
    width: 0;
}

.countdown-timer #timer div {
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-size: 50px;
    font-weight: 700;
    margin-left: 30px;
    margin-right: 30px;
}

.countdown-timer #timer div span {
    color: #ffffff;
    margin-top: -6px;
    display: block;
    font-size: 17px;
    font-weight: 500;
}

.countdown-timer #timer div::before {
    content: "\ea4a";
    position: absolute;
    right: -48px;
    top: 9px;
    color: #ffffff;
    font-size: 35px;
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.countdown-timer #timer div:first-child {
    margin-left: 0;
}

.countdown-timer #timer div:last-child {
    margin-right: 0;
}

.countdown-timer #timer div:last-child::before {
    display: none;
}

/*================================================
Shop CSS
=================================================*/
.woocommerce-topbar {
    margin-bottom: 40px;
}

.woocommerce-topbar .topbar-result-count p {
    line-height: initial;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
}

.woocommerce-topbar .topbar-ordering-and-search {
    text-align: right;
}

.woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select {
    background-color: transparent;
    border: none;
    height: 45px;
    line-height: 45px;
    color: #727695;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-topbar
    .topbar-ordering-and-search
    .topbar-ordering
    .nice-select::after {
    right: 2px;
    width: 7px;
    height: 7px;
    border-color: #727695;
    border-width: 1px;
}

.woocommerce-topbar
    .topbar-ordering-and-search
    .topbar-ordering
    .nice-select
    .list {
    background-color: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.woocommerce-topbar
    .topbar-ordering-and-search
    .topbar-ordering
    .nice-select
    .list
    .option {
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce-topbar
    .topbar-ordering-and-search
    .topbar-ordering
    .nice-select
    .list
    .option:hover,
.woocommerce-topbar
    .topbar-ordering-and-search
    .topbar-ordering
    .nice-select
    .list
    .option.focus,
.woocommerce-topbar
    .topbar-ordering-and-search
    .topbar-ordering
    .nice-select
    .list
    .option.selected.focus {
    background-color: transparent;
    color: #c71e1e;
}

.woocommerce-topbar
    .topbar-ordering-and-search
    .topbar-ordering
    .nice-select
    .list
    .option.selected {
    font-weight: 400;
}

.woocommerce-topbar .topbar-ordering-and-search .topbar-search form {
    position: relative;
}

.woocommerce-topbar .topbar-ordering-and-search .topbar-search form label {
    display: block;
    margin-bottom: 0;
    position: absolute;
    left: 20px;
    top: 14.2px;
    font-size: 18px;
    color: #c71e1e;
}

.woocommerce-topbar
    .topbar-ordering-and-search
    .topbar-search
    form
    .input-search {
    height: 50px;
    color: #252525;
    background-color: #eef5f9;
    display: block;
    width: 100%;
    border-radius: 30px;
    padding: 3px 15px 0 48px;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
    font-weight: 400;
}

.woocommerce-topbar
    .topbar-ordering-and-search
    .topbar-search
    form
    .input-search::-webkit-input-placeholder {
    color: #727695;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.woocommerce-topbar
    .topbar-ordering-and-search
    .topbar-search
    form
    .input-search:-ms-input-placeholder {
    color: #727695;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.woocommerce-topbar
    .topbar-ordering-and-search
    .topbar-search
    form
    .input-search::-ms-input-placeholder {
    color: #727695;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.woocommerce-topbar
    .topbar-ordering-and-search
    .topbar-search
    form
    .input-search::placeholder {
    color: #727695;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.woocommerce-topbar
    .topbar-ordering-and-search
    .topbar-search
    form
    .input-search:focus::-webkit-input-placeholder {
    color: transparent;
}

.woocommerce-topbar
    .topbar-ordering-and-search
    .topbar-search
    form
    .input-search:focus:-ms-input-placeholder {
    color: transparent;
}

.woocommerce-topbar
    .topbar-ordering-and-search
    .topbar-search
    form
    .input-search:focus::-ms-input-placeholder {
    color: transparent;
}

.woocommerce-topbar
    .topbar-ordering-and-search
    .topbar-search
    form
    .input-search:focus::placeholder {
    color: transparent;
}

.single-product-box {
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}

.single-product-box .product-image {
    overflow: hidden;
    position: relative;
    text-align: left;
}

.single-product-box .product-image a {
    display: block;
}

.single-product-box .product-image a img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-product-box .product-image a img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    margin-left: 20px;
}

.single-product-box .product-image .add-to-cart-btn {
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    background-color: #252525;
    color: #ffffff;
    padding: 18px 20px 13px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.single-product-box .product-image .add-to-cart-btn i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;
}

.single-product-box .product-image .add-to-cart-btn:hover,
.single-product-box .product-image .add-to-cart-btn:focus {
    background-color: #c71e1e;
    color: #ffffff;
}

.single-product-box .product-image .sale-btn {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: red;
    color: #ffffff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.single-product-box .product-content {
    padding: 30px 25px;
}

.single-product-box .product-content h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
}

.single-product-box .product-content h3 a {
    display: inline-block;
}

.single-product-box .product-content .price {
    color: #252525;
    font-weight: 500;
    font-size: 15px;
}

.single-product-box .product-content .price .old {
    text-decoration: line-through;
    color: #828893;
    font-size: 14px;
}

.single-product-box .product-content .rating {
    margin-top: 10px;
    color: #ffb708;
    font-size: 18px;
}

.single-product-box .product-content .rating i {
    margin-right: -1px;
}

.single-product-box:hover .product-image a img:nth-child(2) {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}

.single-product-box:hover .product-image .add-to-cart-btn {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    margin-bottom: -12px;
}

.pagination-area .page-numbers {
    color: #252525;
    display: inline-block;
    font-weight: 500;
    font-size: 19px;
    margin-left: 4px;
    margin-right: 4px;
}

.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus,
.pagination-area .page-numbers.current {
    color: #c71e1e;
}

.pagination-area .page-numbers.prev,
.pagination-area .page-numbers.next {
    font-size: 28px;
    position: relative;
    top: 5px;
    margin-left: -3px;
    margin-right: -3px;
}

/*================================================
Login CSS
=================================================*/
.login-image {
    height: 100%;
    width: 100%;
    background-image: url(../img/h.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-image img {
    display: none;
}

.login-content {
    height: 90vh;
}

.login-content .login-form {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:60px;
}

.login-content .login-form .logo {
    margin-bottom: 30px;
}

.login-content .login-form .logo a {
    display: inline-block;
}

.login-content .login-form h3 {
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 700;
}

.login-content .login-form p {
    margin-top: 8px;
    margin-bottom: 0;
}

.login-content .login-form p a {
    display: inline-block;
}

.login-content .login-form form {
    margin-top: 35px;
}

.login-content .login-form form .form-control {
    background-color: #ffffff;
    color: #252525;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    height: 55px;
    font-size: 15px;
}

.login-content .login-form form .form-control::-webkit-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.login-content .login-form form .form-control:-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.login-content .login-form form .form-control::-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.login-content .login-form form .form-control::placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.login-content .login-form form .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.login-content .login-form form .form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.login-content .login-form form .form-control:focus::-ms-input-placeholder {
    color: transparent;
}

.login-content .login-form form .form-control:focus::placeholder {
    color: transparent;
}

.login-content .login-form form button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
    width: 100%;
    padding: 13px 25px 12px 25px;
    position: relative;
    background-color: #c71e1e;
    color: #ffffff;
    -webkit-box-shadow:0 5px 28.5px 1.5px rgb(25 159 255 / 10%);
    box-shadow: 0 5px 28.5px 1.5px rgb(25 159 255 / 10%);
    border-width: 2px;
    border-style: solid;
    border-color: #c71e1e;
    border-radius: 5px;
    font-size: 14.5px;
    font-weight: 700;
}

.login-content .login-form form button:hover,
.login-content .login-form form button:focus {
    background-color: #701414;
    color: #ffffff;
    border-color: #701414;
}

.login-content .login-form form .forgot-password {
    text-align: right;
    margin-top: 20px;
}

.login-content .login-form form .forgot-password a {
    display: inline-block;
    color: #c71e1e;
    text-decoration: underline;
}

.login-content .login-form form .forgot-password a:hover {
    color: #701414;
}

.login-content .login-form form .connect-with-social {
    margin-top: 20px;
}

.login-content .login-form form .connect-with-social button {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #c71e1e;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 12px 30px;
    border-radius: 2px;
    color: #c71e1e;
    font-weight: 500;
}

.login-content .login-form form .connect-with-social button i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    font-size: 20px;
}

.login-content .login-form form .connect-with-social button.facebook {
    border-color: #3b5998;
    color: #3b5998;
}

.login-content .login-form form .connect-with-social button.facebook:hover {
    background-color: #3b5998;
    color: #ffffff;
    border-color: #3b5998;
}

.login-content .login-form form .connect-with-social button.twitter {
    margin-top: 10px;
    border-color: #1da1f2;
    color: #1da1f2;
}

.login-content .login-form form .connect-with-social button.twitter:hover {
    background-color: #1da1f2;
    color: #ffffff;
    border-color: #1da1f2;
}

.login-content .login-form form .connect-with-social button:hover {
    background-color: #c71e1e;
    color: #ffffff;
    border-color: #c71e1e;
}

/*================================================
Register CSS
=================================================*/
.register-image {
    height: 100%;
    width: 100%;
    background-image: url(../img/h.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.register-image img {
    display: none;
}

.register-content {
    height: 90vh;
}

.register-content .register-form {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:100px;
}

.register-content .register-form .logo {
    margin-bottom: 30px;
}

.register-content .register-form .logo a {
    display: inline-block;
}

/* .register-content .register-form h3 {
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 500;
}

.register-content .register-form p {
    margin-top: 8px;
    margin-bottom: 0;
}

.register-content .register-form p a {
    display: inline-block;
}

.register-content .register-form form {
    margin-top: 35px;
} */
/* 
.register-content .register-form form .form-control {
    background-color: #ffffff;
    color: #252525;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    height: 55px;
    font-size: 15px;
}

.register-content .register-form form .form-control::-webkit-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.register-content .register-form form .form-control:-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.register-content .register-form form .form-control::-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.register-content .register-form form .form-control::placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.register-content
    .register-form
    form
    .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.register-content
    .register-form
    form
    .form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.register-content
    .register-form
    form
    .form-control:focus::-ms-input-placeholder {
    color: transparent;
}

.register-content .register-form form .form-control:focus::placeholder {
    color: transparent;
}

.register-content .register-form form button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
    width: 100%;
    padding: 13px 25px 12px 25px;
    position: relative;
    background-color: #c71e1e;
    color: #ffffff;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
    box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
    border-width: 2px;
    border-style: solid;
    border-color: #c71e1e;
    border-radius: 5px;
    font-size: 14.5px;
    font-weight: 700;
}

.register-content .register-form form button:hover,
.register-content .register-form form button:focus {
    background-color: #b9114c;
    color: #ffffff;
    border-color: #b9114c;
}

.register-content .register-form form .connect-with-social {
    margin-top: 20px;
}

.register-content .register-form form .connect-with-social span {
    display: block;
    text-transform: uppercase;
    color: #727695;
    margin-bottom: 20px;
}

.register-content .register-form form .connect-with-social button {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #c71e1e;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 12px 30px;
    border-radius: 2px;
    color: #c71e1e;
    font-weight: 500;
}

.register-content .register-form form .connect-with-social button i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    font-size: 20px;
}

.register-content .register-form form .connect-with-social button.facebook {
    border-color: #3b5998;
    color: #3b5998;
}

.register-content
    .register-form
    form
    .connect-with-social
    button.facebook:hover {
    background-color: #3b5998;
    color: #ffffff;
    border-color: #3b5998;
}

.register-content .register-form form .connect-with-social button.twitter {
    margin-top: 10px;
    border-color: #1da1f2;
    color: #1da1f2;
}

.register-content
    .register-form
    form
    .connect-with-social
    button.twitter:hover {
    background-color: #1da1f2;
    color: #ffffff;
    border-color: #1da1f2;
}

.register-content .register-form form .connect-with-social button:hover {
    background-color: #c71e1e;
    color: #ffffff;
    border-color: #c71e1e;
} */

/*================================================
FAQ CSS
=================================================*/
.faq-accordion-tab .tabs {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 60px;
    text-align: center;
}

.faq-accordion-tab .tabs li {
    margin-left: 10px;
    margin-right: 10px;
}

.faq-accordion-tab .tabs li a {
    color: #252525;
    text-decoration: none;
    border-radius: 5px;
    padding: 20px;
    display: block;
    -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    font-size: 16px;
    font-weight: 600;
}

.faq-accordion-tab .tabs li a i {
    font-size: 30px;
}

.faq-accordion-tab .tabs li a span {
    display: block;
    margin-top: 8px;
}

.faq-accordion-tab .tabs li a:hover {
    background-color: #c71e1e;
    color: #ffffff;
}

.faq-accordion-tab .tabs li.current a {
    background-color: #c71e1e;
    color: #ffffff;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    background: #ffffff;
    margin-bottom: 15px;
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
    padding: 20px 25px 17px 60px;
    color: #252525;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: 25px;
    top: 18px;
    font-size: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-bottom: 20px;
    padding-right: 25px;
    padding-left: 60px;
}

.faq-accordion .accordion .accordion-content p {
    line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
}

/*================================================
Contact CSS
=================================================*/
.contact-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.contact-info-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.contact-info-box {
    text-align: center;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 30px;
}

.contact-info-box .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 35px;
    color: #c71e1e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 15px;
    position: relative;
}

.contact-info-box .icon i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.contact-info-box h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.contact-info-box p {
    margin-bottom: 2px;
}

.contact-info-box p a {
    display: inline-block;
    color: #727695;
}

.contact-info-box p a:hover {
    color: #c71e1e;
}

.contact-info-box p:last-child {
    margin-bottom: 0;
}

.contact-info-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.contact-info-box:hover .icon {
    background-color: #c71e1e;
    color: #ffffff;
    border-color: #c71e1e;
}

.contact-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    border-radius: 5px;
    padding: 50px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

#contactForm .form-group .form-control {
    height: 50px;
    border-radius: 5px;
}

#contactForm .form-group .form-control::-webkit-input-placeholder {
    color: #727695;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#contactForm .form-group .form-control:-ms-input-placeholder {
    color: #727695;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#contactForm .form-group .form-control::-ms-input-placeholder {
    color: #727695;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#contactForm .form-group .form-control::placeholder {
    color: #727695;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#contactForm .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

#contactForm .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent;
}

#contactForm .form-group .form-control:focus::-ms-input-placeholder {
    color: transparent;
}

#contactForm .form-group .form-control:focus::placeholder {
    color: transparent;
}

#contactForm .form-group textarea.form-control {
    height: auto;
}

#contactForm .form-group .help-block.with-errors ul {
    color: red;
    margin-bottom: 0;
    margin-top: 10px;
}

#contactForm .default-btn {
    border-radius: 30px;
    margin-top: 10px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(255, 25, 73, 0.2);
    box-shadow: 0 5px 28.5px 1.5px rgba(255, 25, 73, 0.2);
}

#contactForm .default-btn:hover,
#contactForm .default-btn:focus {
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, 0.2);
    box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, 0.2);
}

#contactForm #msgSubmit {
    margin: 0;
    font-size: 1.3rem;
}

#contactForm #msgSubmit.text-danger,
#contactForm #msgSubmit.text-success {
    margin-top: 15px;
}

.contact-bg-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 65%;
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
    text-align: center;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
}

#map {
    height: 550px;
    width: 100%;
}

/*new-CSS*/
/*================================================
My Account CSS
=================================================*/
.myAccount-profile {
    margin-bottom: 35px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
}

.myAccount-profile .profile-image img {
    border-radius: 5px;
}

.myAccount-profile .profile-content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.myAccount-profile .profile-content h3 {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 600;
}

.myAccount-profile .profile-content .contact-info {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
}

.myAccount-profile .profile-content .contact-info li {
    margin-bottom: 10px;
    color: #727695;
    position: relative;
    padding-left: 25px;
}

.myAccount-profile .profile-content .contact-info li i {
    font-size: 18px;
    position: absolute;
    left: 0;
    color: #252525;
    top: 1px;
}

.myAccount-profile .profile-content .contact-info li a {
    display: inline-block;
    color: #727695;
}

.myAccount-profile .profile-content .contact-info li a:hover,
.myAccount-profile .profile-content .contact-info li a:focus {
    color: #c71e1e;
}

.myAccount-profile .profile-content .contact-info li:last-child {
    margin-bottom: 0;
}

.myAccount-profile .profile-content .social {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
}

.myAccount-profile .profile-content .social li {
    display: inline-block;
    margin-right: 2px;
}

.myAccount-profile .profile-content .social li a {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #c71e1e;
    background-color: #f4f4f4;
    font-size: 18px;
    position: relative;
    border-radius: 2px;
}

.myAccount-profile .profile-content .social li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-49%);
    transform: translateY(-49%);
}

.myAccount-profile .profile-content .social li a:hover,
.myAccount-profile .profile-content .social li a:focus {
    background-color: #c71e1e;
    color: #ffffff;
}

.myAccount-profile .profile-content .myAccount-logout {
    display: inline-block;
    margin-top: 20px;
    background-color: #d9534f;
    color: #ffffff;
    padding: 7px 20px 8px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
}

.myAccount-profile .profile-content .myAccount-logout:hover {
    background-color: red;
    color: #ffffff;
}

.myAccount-navigation {
    margin-bottom: 30px;
}

.myAccount-navigation ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    border-bottom: 1px solid #eeeeee;
}

.myAccount-navigation ul li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -1px;
}

.myAccount-navigation ul li a {
    display: block;
    padding: 9px 25px 9px 50px;
    color: #252525;
    border: 1px solid #eeeeee;
    position: relative;
    border-radius: 3px 3px 0 0;
    font-size: 15px;
    font-weight: 600;
}

.myAccount-navigation ul li a i {
    font-size: 18px;
    position: absolute;
    left: 25px;
    top: 47%;
    -webkit-transform: translateY(-47%);
    transform: translateY(-47%);
}

.myAccount-navigation ul li a.active,
.myAccount-navigation ul li a:hover {
    background-color: #c71e1e;
    color: #ffffff;
    border-color: #c71e1e;
}

.myAccount-navigation ul li:last-child {
    margin-right: 0;
}

.myAccount-content p {
    margin-bottom: 10px;
}

.myAccount-content p:last-child {
    margin-bottom: 0;
}

.myAccount-content p a {
    display: inline-block;
    color: #c71e1e;
}

.myAccount-content p a:hover {
    color: #252525;
}

.myAccount-content h3 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}

.myAccount-content .recent-orders-table .table {
    margin-bottom: 0;
}

.myAccount-content .recent-orders-table .table thead th {
    vertical-align: middle;
    border: 1px solid #dee2e6;
    white-space: nowrap;
    padding: 13px 20px 12px;
    color: #252525;
    font-size: 16px;
    font-weight: 600;
}

.myAccount-content .recent-orders-table .table tbody td {
    vertical-align: middle;
    border: 1px solid #dee2e6;
    white-space: nowrap;
    color: #252525;
    padding: 13px 20px 12px;
}

.myAccount-content .recent-orders-table .table tbody td .view-button {
    display: inline-block;
    background-color: #eaeaec;
    border-radius: 3px;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 600;
}

.myAccount-content .recent-orders-table .table tbody td .view-button:hover {
    background-color: #c71e1e;
    color: #ffffff;
}

.myAccount-content .orders-table .table {
    margin-bottom: 0;
}

.myAccount-content .orders-table .table thead th {
    vertical-align: middle;
    border: 1px solid #dee2e6;
    white-space: nowrap;
    padding: 13px 20px 12px;
    color: #252525;
    font-size: 16px;
    font-weight: 600;
}

.myAccount-content .orders-table .table tbody td {
    vertical-align: middle;
    border: 1px solid #dee2e6;
    white-space: nowrap;
    color: #252525;
    padding: 13px 20px 12px;
}

.myAccount-content .orders-table .table tbody td .view-button {
    display: inline-block;
    background-color: #eaeaec;
    border-radius: 3px;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 600;
}

.myAccount-content .orders-table .table tbody td .view-button:hover {
    background-color: #c71e1e;
    color: #ffffff;
}

.myAccount-content .downloads-table .table {
    margin-bottom: 0;
}

.myAccount-content .downloads-table .table thead th {
    vertical-align: middle;
    border: 1px solid #dee2e6;
    white-space: nowrap;
    padding: 13px 20px 12px;
    color: #252525;
    font-size: 16px;
    font-weight: 600;
}

.myAccount-content .downloads-table .table tbody td {
    vertical-align: middle;
    border: 1px solid #dee2e6;
    white-space: nowrap;
    color: #252525;
    padding: 13px 20px 12px;
}

.myAccount-content .downloads-table .table tbody td a {
    display: inline-block;
}

.myAccount-content .downloads-table .table tbody td .downloads-button {
    display: inline-block;
    background-color: #eaeaec;
    border-radius: 3px;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 600;
}

.myAccount-content .downloads-table .table tbody td .downloads-button:hover {
    background-color: #c71e1e;
    color: #ffffff;
}

.myAccount-content .edit-account {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    padding: 40px;
    border-radius: 5px;
}

.myAccount-content .edit-account h3 {
    margin-top: 0;
    font-size: 20px;
}

.myAccount-content .edit-account .form-group {
    margin-bottom: 20px;
}

.myAccount-content .edit-account .form-group label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}

.myAccount-content .edit-account .form-group label .required {
    color: red;
    font-size: 15px;
}

.myAccount-content .edit-account .form-group span {
    font-size: 13.5px;
    color: #727695;
    display: inline-block;
}

.myAccount-content .edit-account .form-group span em {
    margin-top: 5px;
    display: inline-block;
}

.myAccount-content .edit-account .form-group .nice-select {
    background-color: #ffffff;
    border-radius: 3px;
    height: 48px;
    border: solid 1px #e6e9fc;
    line-height: 48px;
    color: #252525;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    font-weight: 400;
}

.myAccount-content .edit-account .form-group .nice-select span {
    font-size: 15px;
    color: #252525;
    display: block;
}

.myAccount-content .edit-account .form-group .nice-select .list {
    border: solid 1px #e6e9fc;
    background-color: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.myAccount-content .edit-account .form-group .nice-select .list .option {
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 15px;
    padding-right: 15px;
}

.myAccount-content .edit-account .form-group .nice-select .list .option:hover,
.myAccount-content .edit-account .form-group .nice-select .list .option.focus,
.myAccount-content
    .edit-account
    .form-group
    .nice-select
    .list
    .option.selected.focus {
    background-color: transparent;
    color: #c71e1e;
}

.myAccount-content
    .edit-account
    .form-group
    .nice-select
    .list
    .option.selected {
    font-weight: 400;
}

.myAccount-content .edit-account .form-group .nice-select::after {
    right: 15px;
}

.myAccount-content .edit-account legend {
    display: block;
    margin-bottom: 15px;
    color: #727695;
    font-size: 20px;
    font-weight: 500;
}

.myAccount-content .edit-account .default-btn {
    border-radius: 30px;
    margin-top: 5px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(255, 25, 73, 0.1);
    box-shadow: 0 5px 28.5px 1.5px rgba(255, 25, 73, 0.1);
}

.myAccount-content .edit-account .default-btn:hover,
.myAccount-content .edit-account .default-btn:focus {
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, 0.1);
    box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, 0.1);
}

.myAccount-content .myAccount-addresses {
    margin-top: 20px;
}

.myAccount-content .myAccount-addresses .addresses-title {
    overflow: hidden;
}

.myAccount-content .myAccount-addresses .addresses-title h3 {
    font-size: 18px;
    float: left;
    margin-top: 0;
    margin-bottom: 12px;
}

.myAccount-content .myAccount-addresses .addresses-title .edit {
    float: right;
    display: block;
    background: #f9f9f9;
    padding: 4px 10px 2px;
    font-size: 13.5px;
    font-weight: 500;
}

.myAccount-content .myAccount-addresses .addresses-title .edit:hover {
    color: #ffffff;
    background-color: #c71e1e;
}

.myAccount-content .myAccount-addresses address {
    color: #727695;
    line-height: 1.8;
    margin-bottom: 0;
}

/*end-new-CSS*/
/*================================================
Footer CSS
=================================================*/
.footer-area {
    background-color: #12141b;
    padding-top: 70px;
}

.single-footer-widget h3 {
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.single-footer-widget .contact-us-link {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    padding-right: 10px;
}

.single-footer-widget .contact-us-link li {
    margin-bottom: 12px;
    color: #cccccc;
    position: relative;
    padding-left: 25px;
}

.single-footer-widget .contact-us-link li i {
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 1px;
}

.single-footer-widget .contact-us-link li a {
    display: inline-block;
    color: #cccccc;
}

.single-footer-widget .contact-us-link li a:hover,
.single-footer-widget .contact-us-link li a:focus {
    color: #c71e1e;
}

.single-footer-widget .contact-us-link li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .support-link {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.single-footer-widget .support-link li {
    margin-bottom: 11px;
}

.single-footer-widget .support-link li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .support-link li a {
    display: inline-block;
    color: #cccccc;
}

.single-footer-widget .support-link li a:hover,
.single-footer-widget .support-link li a:focus {
    color: #c71e1e;
    padding-left: 7px;
}

.single-footer-widget .useful-link {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.single-footer-widget .useful-link li {
    margin-bottom: 11px;
}

.single-footer-widget .useful-link li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .useful-link li a {
    display: inline-block;
    color: #cccccc;
}

.single-footer-widget .useful-link li a:hover,
.single-footer-widget .useful-link li a:focus {
    color: #c71e1e;
    padding-left: 7px;
}

.social-link {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.social-link li {
    display: inline-block;
    margin-right: 2px;
}

.social-link li a {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    position: relative;
    border-radius: 15px;
    color: #fff;
}

.social-link li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-49%);
    transform: translateY(-49%);
}

.social-link li a:hover,
.social-link li a:focus {
    color: #c71e1e;
    background-color: #ffffff;
}

.single-footer-widget .newsletter-box p {
    color: #cccccc;
    font-family: "Nunito", sans-serif;
}

.single-footer-widget .newsletter-box form {
    position: relative;
}

.single-footer-widget .newsletter-box form label {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 15px;
}

.single-footer-widget .newsletter-box form .input-newsletter {
    width: 100%;
    background-color: transparent;
    border: 1px solid #848282;
    border-radius: 5px;
    height: 43px;
    padding-left: 10px;
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-footer-widget
    .newsletter-box
    form
    .input-newsletter::-webkit-input-placeholder {
    color: #cccccc;
}

.single-footer-widget
    .newsletter-box
    form
    .input-newsletter:-ms-input-placeholder {
    color: #cccccc;
}

.single-footer-widget
    .newsletter-box
    form
    .input-newsletter::-ms-input-placeholder {
    color: #cccccc;
}

.single-footer-widget .newsletter-box form .input-newsletter::placeholder {
    color: #cccccc;
}

.single-footer-widget .newsletter-box form .input-newsletter:focus {
    padding-left: 12px;
    border-color: #c71e1e;
}

.single-footer-widget .newsletter-box form button {
    display: block;
    margin-top: 0.9rem;
    width: 100%;
    border-radius: 0.25rem;
    background-color: #c71e1e;
    color: #ffffff;
    border: none;
    padding: 12px 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    font-size: 15px;
}

.single-footer-widget .newsletter-box form button:hover,
.single-footer-widget .newsletter-box form button:focus {
    background-color:#701414;
    color: #ffffff;
}

.single-footer-widget .newsletter-box form #validator-newsletter {
    position: absolute;
    left: 0;
    bottom: -35px;
    color: #ffffff;
}

.footer-bottom-area {
    text-align: center;
    background-color: #12141b;
    padding-bottom: 30px;
}

.footer-bottom-area .logo {
    margin-bottom: 18px;
}

.footer-bottom-area p {
    color: #cccccc;
    font-size: 14px;
}

.footer-bottom-area p i {
    position: relative;
    top: 1px;
}

.footer-bottom-area p a {
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
}

.footer-bottom-area p a:hover,
.footer-bottom-area p a:focus {
    color: #c71e1e;
    text-decoration: underline;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -42px;
    right: 15px;
    color: #ffffff;
    background-color: #c71e1e;
    z-index: 4;
    width: 42px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    font-size: 28px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px 5px 0 0;
}

.go-top i {
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.go-top.active {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.go-top:hover i {
    margin-top: -3px;
}
/*# sourceMappingURL=style.css.map */
/*================================================
Health Coaching Banner CSS
=================================================*/
.health-coaching-banner .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .single-banner-item {
    padding:225px 100px 50px 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:10px;
  }

  .single-banner-item h1 {
    max-width: 675px;
    
    margin-top: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
  }
  .single-banner-item a{
    max-width: 675px;
    margin-bottom: 35px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
  }
  .single-banner-item p {
    color: #ffffff;
    max-width: 590px;
    font-weight: 600;
    font-size: 10px;
  }
  
  .single-banner-item .default-btn {
    margin-top: 15px;
  }
  
  .health-coaching-banner-slides.owl-theme .owl-nav {
    margin-top: 0;
  }
  
  .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
    font-size: 35px;
    line-height: 1;
    color: #ffffff;
    background-color: transparent !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    padding: 0 0 0 6px !important;
  }
  
  .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-]::before {
    width: 28px;
    height: 35px;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    z-index: -1;
    border-radius: 2px;
  }
  
  .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 40px;
    padding: 0 6px 0 0 !important;
  }
  
  .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-].owl-next::before {
    left: auto;
    right: 0;
  }
  
  .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-]:hover {
    color: #ffffff;
  }
  
  .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-]:hover::before {
    border-color: #ffffff;
  }
  @media (max-width: 480px){
    .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-] {
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        margin: 0;
        font-size: 35px;
        line-height: 1;
        color: #ffffff;
        background-color: transparent !important;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: 1;
        padding: 0 0 0 6px !important;
      }
      
      .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-]::before {
        width: 28px;
        height: 35px;
        content: '';
        position: absolute;
        left: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        top: 0;
        z-index: -1;
        border-radius: 2px;
      }
      
      .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        left: auto;
        right: 10px;
        padding: 0 6px 0 0 !important;
      }
      
      .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-].owl-next::before {
        left: auto;
        right: 0;
      }
      
      .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-]:hover {
        color: #ffffff;
      }
      
      .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-]:hover::before {
        border-color: #ffffff;
      }
  }
  .owl-item.active .single-banner-item h1 {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  
  .owl-item.active .single-banner-item p {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }

  .owl-item.active .single-banner-item a {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  
  .owl-item.active .single-banner-item .default-btn {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
  
  .health-coaching-bg-image {
    position: relative;
    z-index: 1;
  }
  
  .health-coaching-bg-image::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 73.5%;
    z-index: -1;
    background-position: center center;
    background-size: cover;
    background-image: url(../../assets/img/health-coaching/bg-image.jpg);
    background-repeat: no-repeat;
  }
  
  /*================================================
  Business Coaching Banner CSS
  =================================================*/
  .business-coaching-banner {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    background-image: url(../../assets/img/business-coaching/banner-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .business-coaching-banner .container {
    max-width: 1250px;
  }
  
  .business-banner-content {
    z-index: 1;
    position: relative;
    padding: 70px;
  }
  
  .business-banner-content .shape {
    position: absolute;
    left: -13%;
    top: 60%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    z-index: -1;
  }
  
  .business-banner-content .shape img {
    max-width: 140%;
  }
  
  .business-banner-content h1 {
    margin-bottom: 25px;
    font-size: 55px;
    font-weight: 700;
  }
  
  .business-banner-content p {
    color: #606060;
    font-size: 16px;
    font-weight: 600;
  }
  
  .business-banner-content .default-btn {
    margin-top: 15px;
  }
  
  .business-banner-image {
    text-align: right;
  }
  
  .business-shape1 {
    position: absolute;
    right: 5%;
    bottom: 0;
    z-index: -1;
  }
  
  .business-shape1 img {
    -webkit-animation: movebounce3 8s linear infinite;
            animation: movebounce3 8s linear infinite;
  }
  
  .business-shape2 {
    position: absolute;
    left: 0;
    bottom: -80px;
    z-index: -1;
  }
  
  .business-shape2 img {
    -webkit-animation: movebounce2 8s linear infinite;
            animation: movebounce2 8s linear infinite;
  }
  
  .business-shape3 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }