@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Handlee&amp;display=swap";
body {
    margin: 0;
    padding: 0;
    font-family: rubik, sans-serif;
    background-color: #fff;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-45 {
    margin-bottom: 45px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-200 {
    padding-bottom: 200px;
}

.p-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-tb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.p-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.p-tb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.p-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.around-padding {
    padding: 100px 50px;
}

.section-ptb-180 {
    padding-top: 180px;
    padding-bottom: 180px;
}

.section-mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.desk-pad-left-10 {
    padding-left: 10px;
}

.desk-pad-right-10 {
    padding-right: 10px;
}

.desk-pad-left-15 {
    padding-left: 15px;
}

.desk-pad-right-15 {
    padding-right: 15px;
}

.desk-pad-left-20 {
    padding-left: 20px;
}

.desk-pad-right-20 {
    padding-right: 20px;
}

.desk-pad-left-30 {
    padding-left: 30px;
}

.desk-pad-right-30 {
    padding-right: 30px;
}

.desk-pad-left-40 {
    padding-left: 40px;
}

.desk-pad-right-40 {
    padding-right: 40px;
}

.desk-pad-left-100 {
    padding-left: 100px;
}

.desk-pad-right-100 {
    padding-right: 100px;
}

.margin-minus-box {
    margin-top: -75px;
}

.section-minus-margin-top {
    margin-top: -265px;
}

.minus-margin-top {
    margin-top: -200px;
}

.no-animation {
    -webkit-animation: none !important;
    animation: none !important;
}

.around-border {
    border: 1px solid #c8c8c8;
}

p {
    color: #515151;
}

a {
    color: #d92429;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover,
a:active {
    text-decoration: none;
    color: #d92429;
}

a:hover.redirect-link i,
a:active.redirect-link i {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

a.redirect-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

a.redirect-link i {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
    transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
    transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s,
        -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
    margin-left: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0d0d0d;
}

.fluid-height {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.font-family-3 {
    font-family: handlee, cursive;
}

.max-585 {
    max-width: 585px;
}

.max-600 {
    max-width: 600px;
}

.max-1000 {
    max-width: 1000px;
}

.border-radius-3 {
    border-radius: 3px;
}

.border-bottom {
    border-bottom: 1px solid #c8c8c8 !important;
}

.default-box-shadow {
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
}

button {
    outline: 0;
    border: 0;
}

button:focus,
button:active {
    outline: 0;
    border: 0;
}

.main-btn {
    padding: 15px 25px;
    text-align: center;
    background: #d92429;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 3px;
    z-index: 1;
}

.gmail-btn {
    padding: 15px 25px;
    text-align: center;
    background: #4285f4;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 3px;
    z-index: 1;
}

.fb-btn {
    padding: 15px 25px;
    text-align: center;
    background: #4b75bd;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 3px;
    z-index: 1;
}

.main-btn i {
    margin-left: 10px;
    font-size: 15px;
}

.main-btn:focus,
.main-btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.main-btn:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #024c9f;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
    right: 0;
    top: 0;
}

.main-btn:hover {
    color: #fff;
}

.main-btn:hover:after {
    left: 0;
    width: 100%;
}

.main-btn.btn-white {
    background-color: #f8f8f8 !important;
    color: #d92429;
}

.main-btn.btn-white:hover {
    color: #fff;
}

.main-btn.btn-small {
    padding: 10px 15px;
    font-size: 13px;
}

.main-btn.btn-white {
    background-color: #fff;
    color: #0d0d0d;
}

.main-btn.btn-white:hover {
    color: #0d0d0d;
}

.main-btn.btn-white:after {
    background-color: #e9e9e9;
}

.main-btn.btn-secondcolor {
    background-color: #be3137;
}

.main-btn.btn-secondcolor:after {
    background-color: #ab0007;
}

.main-btn.btn-thirdcolor {
    background-color: #d92429;
}

.main-btn.btn-thirdcolor:after {
    background-color: #de3e0d;
}

.main-btn:disabled,
.main-btn.disabled {
    opacity: 1;
}

.main-btn-2 {
    padding: 10px 10px 10px 25px;
    text-align: center;
    background: #d92429;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 40px !important;
    z-index: 1;
    overflow: hidden;
}

.main-btn-2 i {
    margin-left: 10px;
    background: #fff;
    color: #d92429;
    padding: 5px 8px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
}

.main-btn-2:focus,
.main-btn-2:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.main-btn-2:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #024c9f;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
    right: 0;
    top: 0;
    border-radius: 40px;
}

.main-btn-2:hover {
    color: #fff;
}

.main-btn-2:hover:after {
    left: 0;
    width: 100%;
}

.main-btn-2.btn-white {
    background-color: #fff;
    color: #d92429;
}

.main-btn-2.btn-white:hover {
    color: #fff;
}

.main-btn-2.btn-small {
    padding: 10px 15px;
}

.main-btn-2.btn-secondcolor {
    background-color: #be3137;
}

.main-btn-2.btn-secondcolor i {
    color: #be3137;
}

.main-btn-2.btn-secondcolor:after {
    background-color: #ab0007;
}

.main-btn-2.btn-thirdcolor {
    background-color: #d92429;
}

.main-btn-2.btn-thirdcolor i {
    color: #d92429;
}

.main-btn-2.btn-thirdcolor:after {
    background-color: #de3e0d;
}

.main-btn-2:disabled,
.main-btn-2.disabled {
    opacity: 1;
}

.btn-pill {
    border-radius: 35px;
}

.btn-link {
    text-decoration: underline;
    color: #d92429;
    font-weight: 500;
    font-size: 15px;
}

.btn-link.btn-link-secondcolor {
    color: #be3137;
}

.btn-link.btn-link-thirdcolor {
    color: #d92429;
}

.no-radius {
    border-radius: 0;
}

.no-radius.btn,
.no-radius .btn {
    border-radius: 0;
}

.no-radius.btn:before,
.no-radius .btn:before {
    border-radius: 0;
}

.no-radius.btn:after,
.no-radius .btn:after {
    border-radius: 0;
}

.overlay-text {
    position: absolute;
    width: 100%;
    top: -85px;
    left: 0;
}

.overlay-text h3 {
    font-size: 130px;
    font-weight: 400;
    margin-bottom: 0;
    color: #f8f8f8;
    letter-spacing: 15px;
}

.overlay-text.overlay-text-pink h3 {
    color: #ffded2;
}

.section-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: -10px;
}

.section-button-group .section-button-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-top: 10px;
}

.bg-gray {
    background: #f3f3f3;
}

.bg-off-white {
    background: #f8f8f8;
}

.bg-white {
    background: #fff;
}

.bg-main {
    background-color: #d92429;
}

.bg-blue {
    background-color: black;
}

.bg-secondcolor {
    background-color: #be3137;
}

.bg-maincolor-light {
    background-color: #daebff;
}

.bg-thirdcolor-light {
    background-color: #ffe8e0;
}

.bg-top-shape {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    -webkit-transform: translateY(55%);
    transform: translateY(55%);
}

.bg-top-shape img {
    width: 100%;
}

.bg-bottom-shape {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
}

.bg-bottom-shape img {
    width: 100%;
}

.background-shape-item {
    position: absolute;
}

.background-shape-item:nth-child(1) {
    top: 0;
    left: 0;
}

.background-shape-item:nth-child(2) {
    top: -180px;
    right: 0;
}

.background-shape-item:nth-child(3) {
    top: 0;
    left: -85px;
}

.double-bg-shape-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.double-bg-shape-item {
    position: absolute;
}

.double-bg-shape-item:nth-child(1) {
    max-width: 725px;
    top: 100px;
    left: 7%;
}

.double-bg-shape-item:nth-child(2) {
    max-width: 435px;
    top: -50%;
    left: 50%;
    -webkit-transform: translate(-50%, 40%);
    transform: translate(-50%, 40%);
}

.blue-overlay {
    background-color: #030d4a;
}

.bg-1 {
    background-image: url(../images/shapes/bg-1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus,
.form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@-webkit-keyframes horizontalShapeRide {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    25% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }
    50% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    75% {
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes horizontalShapeRide {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    25% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
    50% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    75% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.section-title {
    max-width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.section-title small {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    display: inline-block;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #0d0d0d;
    font-family: nunito, sans-serif;
    position: relative;
    padding-bottom: 15px;
}

.Supporting-section {
    min-height: 100px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
    margin-bottom: 20px;
}

.Supporting-section img {
    height: 30px;
}

.section-title h2:before {
    content: "";
    /* border-radius: 100px !important; */
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background-image: url(../images/shapes/section-title-shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    /* -webkit-animation: horizontalShapeRide 8s infinite linear;
    animation: horizontalShapeRide 8s infinite linear; */
}

.section-title h2 span {
    color: #d92429;
    text-decoration: underline;
}

.section-title p {
    /* text-align: justify; */
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
    position: relative;
}
.section-title p a {
    color: #d92429;
    border-bottom: 1px solid #d92429;
}

.section-title.section-title-lg {
    max-width: 790px;
}

.section-title.section-title-white h2 {
    color: #fff;
}

.section-title.section-title-white h2:before {
    background-image: url(../images/shapes/section-title-shape-white.png);
}

.section-title.section-title-white p {
    color: #fff;
}

.section-title.section-title-white p a {
    color: #fff;
}

.section-title.section-title-secondcolor small {
    color: #be3137;
}

.section-title.section-title-secondcolor h2 span {
    color: #be3137;
}

.section-title.section-title-thirdcolor small {
    color: #d92429;
}

.section-title.section-title-thirdcolor h2 span {
    color: #d92429;
}

.section-title.section-title-left {
    max-width: 100%;
    text-align: left;
}

.section-title.section-title-left h2:before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.section-title.section-title-shapeless h2 {
    padding-bottom: 0;
}

.section-title.section-title-shapeless h2:before {
    content: none;
}

.section-title.section-title-lineless h2 span {
    text-decoration: none;
}

.section-title-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
}

.section-title-group .section-title {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 0;
}

.section-title-group .section-title h2 {
    margin-bottom: 0;
}

.section-title-group .main-btn {
    margin-bottom: 15px;
}

.sub-section-title {
    margin-bottom: 30px;
}

.sub-section-title small {
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 3px;
    color: #d92429;
}

.sub-section-title .sub-section-title-heading {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0d0d0d;
    font-family: nunito, sans-serif;
}

.sub-section-title p {
    font-size: 16px;
    font-weight: 400;
}

.sub-section-title.sub-section-title-white small {
    color: #fff;
}

.sub-section-title.sub-section-title-white .sub-section-title-heading {
    color: #fff;
}

.sub-section-title.sub-section-title-white p {
    color: #fff;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb .breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0.5rem;
    color: #0d0d0d;
}

.breadcrumb .breadcrumb-item a {
    color: #d92429;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #d92429;
}

.breadcrumb .breadcrumb-item.active {
    color: #0d0d0d;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: #0d0d0d;
    font-size: 16px;
}

.breadcrumb .breadcrumb-item:last-child {
    padding-right: 0;
}

.page-link {
    position: relative;
    padding: 0;
    padding-top: 2px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -1px;
    line-height: 1;
    color: #d92429;
    font-size: 15px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #d92429;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 3px;
}

.page-link:hover {
    background-color: #d92429;
    color: #fff;
    border-color: #d92429;
}

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-link i {
    font-size: 10px;
    font-weight: 600;
}

.page-pagination .pagination {
    margin-top: -3px;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-item {
    padding: 0 3px;
    margin-top: 3px;
}

.page-item:first-child .page-link {
    border-radius: 50%;
}

.page-item:last-child .page-link {
    border-radius: 50%;
}

.page-item.disabled .page-link {
    background-color: #d9242a36;
    color: #d92429;
    border: 1px solid #d9242a36;
}

.page-item.active .page-link {
    background-color: #d92429;
    color: #fff;
    border-color: #d92429;
}

.form-group label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #0d0d0d;
}

.text-muted {
    font-size: 13px;
    color: #515151 !important;
    margin-top: 5px;
}

.input-group {
    border: 0;
    border-radius: 3px;
    padding: 12px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-radius: 3px;
    background-color: #efefef;
}

.input-group.input-group-maincolor {
    background-color: white;
}

.input-group.input-group-maincolor .form-control {
    color: #000;
}

.input-group.input-group-maincolor .form-control::-webkit-input-placeholder {
    color: #000;
}

.input-group.input-group-maincolor .form-control:-ms-input-placeholder {
    color: #000;
}

.input-group.input-group-maincolor .form-control::-ms-input-placeholder {
    color: #000;
}

.input-group.input-group-maincolor .form-control::placeholder {
    color: #000;
}

.input-group-prepend .input-group-text {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: 0 0;
    color: #535353;
    font-size: 16px;
    margin-right: 10px;
}

.input-group-append .input-group-text {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: 0 0;
    color: #535353;
    font-size: 16px;
    margin-left: 10px;
}

.input-group-append .input-group-text.reveal {
    position: relative;
    cursor: pointer;
}

.input-group-append .input-group-text.reveal .pass-view {
    display: none;
}

.input-group-append .input-group-text.reveal.active .pass-close {
    display: none;
}

.input-group-append .input-group-text.reveal.active .pass-view {
    display: block;
}

.form-control {
    padding: 0;
    border: 0;
    color: #000;
    font-size: 15px;
    background-color: transparent;
    height: auto;
}

.form-control:focus {
    background-color: transparent;
}

.form-control::-webkit-input-placeholder {
    color: #535353;
}

.form-control:-ms-input-placeholder {
    color: #535353;
}

.form-control::-ms-input-placeholder {
    color: #535353;
}

.form-control::placeholder {
    color: #535353;
}

.input-group-append .input-group-text.reveal {
    position: relative;
    cursor: pointer;
}

.input-group-append .input-group-text.reveal .pass-view {
    display: none;
}

.input-group-append .input-group-text.reveal.active .pass-close {
    display: none;
}

.input-group-append .input-group-text.reveal.active .pass-view {
    display: block;
}

.help-block {
    font-size: 14px;
    margin-top: 5px;
}

.help-block.with-errors {
    color: #d92429;
}

#msgSubmit {
    color: #d92429;
    font-weight: 600;
    font-family: nunito, sans-serif;
    font-size: 18px;
}

#msgSubmit.submit-post-info {
    margin-top: 5px;
}

.input-checkbox label {
    position: relative;
    color: #515151;
    margin-bottom: 0;
    font-size: 15px;
}

.input-checkbox label a {
    color: #d92429;
}

.input-checkbox label:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #d92429;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 15px;
    padding-left: 1px;
    margin-right: 10px;
    top: 5px;
}

.input-checkbox input {
    display: none;
}

.input-checkbox input:checked ~ label:before {
    content: "\e9da";
    font-size: 16px;
    margin-bottom: -1px;
    font-family: boxicons !important;
    background-color: #d92429;
    color: #fff;
}

.input-checkbox.input-checkbox-secondcolor label a {
    color: #be3137;
}

.input-checkbox.input-checkbox-secondcolor label:before {
    border: 1px solid #be3137;
}

.input-checkbox.input-checkbox-secondcolor input {
    display: none;
}

.input-checkbox.input-checkbox-secondcolor input:checked ~ label:before {
    background-color: #be3137;
}

.input-checkbox.input-checkbox-thirdcolor label a {
    color: #d92429;
}

.input-checkbox.input-checkbox-thirdcolor label:before {
    border: 1px solid #d92429;
}

.input-checkbox.input-checkbox-thirdcolor input {
    display: none;
}

.input-checkbox.input-checkbox-thirdcolor input:checked ~ label:before {
    background-color: #d92429;
}

.input-radio label {
    position: relative;
    padding-left: 35px;
    color: #515151;
    margin-bottom: 0;
    font-size: 15px;
}

.input-radio label a {
    color: #d92429;
}

.input-radio label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #d92429;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    padding-left: 3px;
    padding-top: 1px;
    color: #d92429;
}

.input-radio input {
    display: none;
}

.input-radio input:checked ~ label:before {
    content: "\ec16";
    font-family: boxicons !important;
    background-color: #fff;
    color: #d92429;
}

.input-radio.input-checkbox-secondcolor label a {
    color: #be3137;
}

.input-radio.input-checkbox-secondcolor label:before {
    border: 1px solid #be3137;
    color: #be3137;
}

.input-radio.input-checkbox-secondcolor input:checked ~ label:before {
    color: #be3137;
}

.input-radio.input-checkbox-thirdcolor label a {
    color: #d92429;
}

.input-radio.input-checkbox-thirdcolor label:before {
    border: 1px solid #d92429;
    color: #d92429;
}

.input-radio.input-checkbox-thirdcolor input:checked ~ label:before {
    color: #d92429;
}

.preloader {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: visible;
    z-index: 99999;
    top: 0;
    left: 0;
}

.preloader .preloader-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.preloader .preloader-wrapper h3 {
    font-size: 20px;
    color: #d92429;
    font-family: nunito, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
}

.preloader .preloader-wrapper h3:after {
    content: "";
    position: absolute;
    -webkit-animation: Dots 1.5s cubic-bezier(0, 0.39, 1, 0.68) infinite;
    animation: Dots 1.5s cubic-bezier(0, 0.39, 1, 0.68) infinite;
}

.loader-content {
    margin-bottom: 30px;
}

.book {
    border: 4px solid #fff;
    width: 60px;
    height: 45px;
    position: relative;
    -webkit-perspective: 150px;
    perspective: 150px;
    border-radius: 3px;
}

.book .page {
    display: block;
    width: 30px;
    height: 45px;
    border: 4px solid #fff;
    border-left: 1px solid #d92429;
    margin: 0;
    position: absolute;
    right: -4px;
    top: -4px;
    overflow: hidden;
    background: #d92429;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.book .page:nth-child(1) {
    -webkit-animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.68) 1.6s infinite;
    animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.68) 1.6s infinite;
}

.book .page:nth-child(2) {
    -webkit-animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.68) 1.45s infinite;
    animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.68) 1.45s infinite;
}

.book .page:nth-child(3) {
    -webkit-animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.68) 1.2s infinite;
    animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.68) 1.2s infinite;
}

@-webkit-keyframes pageTurn {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    20% {
        background: #d92429;
    }
    40% {
        background: #d92429;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    100% {
        background: #d92429;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

@keyframes pageTurn {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    20% {
        background: #d92429;
    }
    40% {
        background: #d92429;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    100% {
        background: #d92429;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

@-webkit-keyframes Dots {
    0% {
        content: "";
    }
    33% {
        content: ".";
    }
    66% {
        content: "..";
    }
    100% {
        content: "...";
    }
}

@keyframes Dots {
    0% {
        content: "";
    }
    33% {
        content: ".";
    }
    66% {
        content: "..";
    }
    100% {
        content: "...";
    }
}

.pre-loaded .preloader {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

.pre-loaded .loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.fixed-top .navbar-area {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fixed-top .navbar-area .main-nav {
    background-color: transparent;
}

.navbar-area {
    border-bottom: 1px solid #eee;
    width: 100%;
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
}

@-webkit-keyframes menuItem {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
    50% {
        -webkit-transform: rotateX(-20deg);
        transform: rotateX(-20deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@keyframes menuItem {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
    50% {
        -webkit-transform: rotateX(-20deg);
        transform: rotateX(-20deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@-webkit-keyframes menuItem2 {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    50% {
        -webkit-transform: rotateY(-20deg);
        transform: rotateY(-20deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes menuItem2 {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    50% {
        -webkit-transform: rotateY(-20deg);
        transform: rotateY(-20deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

.navbar .navbar-collapse2 {
    /* border-right: 1px solid #f8f8f8; */
    width: 50%;
    justify-content: end;
}

.main-nav {
    max-width: 1785px;
    margin: auto;
    position: relative;
    background-color: #fff;
}

.main-nav nav .navbar-nav .nav-item {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.navbar-expand-md .navbar-collapse1 {
    display: revert !important;
    width: 90% !important;
}

.main-nav nav .navbar-nav .nav-item a {
    color: #000;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 500;
    font-size: 13px;
    text-transform: none;
    text-transform: uppercase !important;
}

.main-nav nav .navbar-nav .nav-item a.dropdown-toggle:after {
    content: "\f118";
    border: 0;
    font-family: Flaticon;
    font-size: 12px;
    vertical-align: baseline;
    margin-left: 5px;
}

.main-nav .navbar-brand .logo {
    max-height: 90px;
}

.main-nav nav .navbar-nav .nav-item a.active {
    color: #d92429;
}

.main-nav nav .navbar-nav .nav-item:hover a {
    color: #d92429;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item {
    -webkit-animation-name: menuItem;
    animation-name: menuItem;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(1) {
    -webkit-animation-delay: 60ms;
    animation-delay: 60ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(2) {
    -webkit-animation-delay: 120ms;
    animation-delay: 120ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(3) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(4) {
    -webkit-animation-delay: 240ms;
    animation-delay: 240ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(5) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(6) {
    -webkit-animation-delay: 360ms;
    animation-delay: 360ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(7) {
    -webkit-animation-delay: 420ms;
    animation-delay: 420ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(8) {
    -webkit-animation-delay: 480ms;
    animation-delay: 480ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(9) {
    -webkit-animation-delay: 540ms;
    animation-delay: 540ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(10) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(11) {
    -webkit-animation-delay: 660ms;
    animation-delay: 660ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(12) {
    -webkit-animation-delay: 720ms;
    animation-delay: 720ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(13) {
    -webkit-animation-delay: 780ms;
    animation-delay: 780ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(14) {
    -webkit-animation-delay: 840ms;
    animation-delay: 840ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(15) {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(16) {
    -webkit-animation-delay: 960ms;
    animation-delay: 960ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(17) {
    -webkit-animation-delay: 1020ms;
    animation-delay: 1020ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(18) {
    -webkit-animation-delay: 1080ms;
    animation-delay: 1080ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(19) {
    -webkit-animation-delay: 1140ms;
    animation-delay: 1140ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(20) {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #fff;
    border: 0;
    margin: 0;
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    padding: 10px 0;
    width: 230px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item {
    opacity: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 20px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-transform: capitalize !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.dropdown-toggle:after {
    content: "\f133";
    border: 0;
    font-family: Flaticon;
    font-size: 12px;
    vertical-align: baseline;
    margin-left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
    color: #d92429;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a {
    color: #d92429;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item {
    -webkit-animation-name: menuItem2;
    animation-name: menuItem2;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(1) {
    -webkit-animation-delay: 60ms;
    animation-delay: 60ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(2) {
    -webkit-animation-delay: 120ms;
    animation-delay: 120ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(3) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(4) {
    -webkit-animation-delay: 240ms;
    animation-delay: 240ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(5) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(6) {
    -webkit-animation-delay: 360ms;
    animation-delay: 360ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(7) {
    -webkit-animation-delay: 420ms;
    animation-delay: 420ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(8) {
    -webkit-animation-delay: 480ms;
    animation-delay: 480ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(9) {
    -webkit-animation-delay: 540ms;
    animation-delay: 540ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(10) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(11) {
    -webkit-animation-delay: 660ms;
    animation-delay: 660ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(12) {
    -webkit-animation-delay: 720ms;
    animation-delay: 720ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(13) {
    -webkit-animation-delay: 780ms;
    animation-delay: 780ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(14) {
    -webkit-animation-delay: 840ms;
    animation-delay: 840ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(15) {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(16) {
    -webkit-animation-delay: 960ms;
    animation-delay: 960ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(17) {
    -webkit-animation-delay: 1020ms;
    animation-delay: 1020ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(18) {
    -webkit-animation-delay: 1080ms;
    animation-delay: 1080ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(19) {
    -webkit-animation-delay: 1140ms;
    animation-delay: 1140ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(20) {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    left: 100%;
    top: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item {
    opacity: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 20px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.dropdown-toggle:after {
    content: "\f133";
    border: 0;
    font-family: Flaticon;
    font-size: 12px;
    vertical-align: baseline;
    margin-left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
    color: #d92429;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > a {
    color: #d92429;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item {
    -webkit-animation-name: menuItem;
    animation-name: menuItem;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(1) {
    -webkit-animation-delay: 60ms;
    animation-delay: 60ms;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(2) {
    -webkit-animation-delay: 120ms;
    animation-delay: 120ms;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(3) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(4) {
    -webkit-animation-delay: 240ms;
    animation-delay: 240ms;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(5) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(6) {
    -webkit-animation-delay: 360ms;
    animation-delay: 360ms;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(7) {
    -webkit-animation-delay: 420ms;
    animation-delay: 420ms;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(8) {
    -webkit-animation-delay: 480ms;
    animation-delay: 480ms;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(9) {
    -webkit-animation-delay: 540ms;
    animation-delay: 540ms;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(10) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(11) {
    -webkit-animation-delay: 660ms;
    animation-delay: 660ms;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(12) {
    -webkit-animation-delay: 720ms;
    animation-delay: 720ms;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(13) {
    -webkit-animation-delay: 780ms;
    animation-delay: 780ms;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(14) {
    -webkit-animation-delay: 840ms;
    animation-delay: 840ms;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(15) {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(16) {
    -webkit-animation-delay: 960ms;
    animation-delay: 960ms;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(17) {
    -webkit-animation-delay: 1020ms;
    animation-delay: 1020ms;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(18) {
    -webkit-animation-delay: 1080ms;
    animation-delay: 1080ms;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(19) {
    -webkit-animation-delay: 1140ms;
    animation-delay: 1140ms;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .dropdown-menu
    .nav-item:hover
    > .dropdown-menu
    .nav-item:nth-child(20) {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
    left: 100%;
    top: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item {
    opacity: 0;
}

.main-nav .navbar-search .input-group {
    padding: 15px;
    min-width: 300px;
}

.main-nav .navbar-option-item {
    /* padding-top: 8px; */
    /* padding-bottom: 8px; */
}

.main-nav .navbar-option-wishlist {
    border-right: 1px solid #c8c8c8;
    padding-right: 15px;
    width: 130px;
}

.navbar-option-item a {
    color: #000;
    position: relative;
    vertical-align: text-top;
}

.navbar-option-item a:hover {
    color: #d92429;
}

.navbar-option-item a i {
    font-size: 20px;
}

.navbar-option-item .main-btn {
    color: #fff;
}

.navbar-option-item .main-btn:hover {
    color: #fff;
}

.navbar-search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.option-badge {
    font-size: 9px;
    font-weight: 500;
    padding: 2px 6px;
    border-radius: 15px;
    position: absolute;
    top: 6px;
    right: 0;
    -webkit-transform: translate(10px, -15px);
    transform: translate(10px, -15px);
}
.add-to-cart-dropdown {
    padding: 15px 20px !important;
}
.add-to-cart-dropdown .header-button-item {
    margin-top: 30px !important;
}

.navbar-option-cart .add-to-cart-dropdown {
    left: auto !important;
    right: -15px !important;
    top: 32px !important;
}
.shopping-cart {
    margin: 20px 0;
    float: right;
    background: white;
    width: 300px !important;
    position: relative;
    border-radius: 3px;
    padding: 20px;
}
.shopping-cart .btn:hover {
    color: white !important;
}
.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
}
.shopping-cart .shopping-cart-items {
    padding-top: 20px;
}
.shopping-cart .shopping-cart-items .clearfix {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.shopping-cart .shopping-cart-items .clearfix:hover .item-name {
    color: #d92429;
}
.shopping-cart .shopping-cart-items li {
    margin-bottom: 18px;
}
.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
}
.shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    font-size: 16px;
}
.shopping-cart .shopping-cart-items .item-price {
    color: #d92429;
    margin-right: 8px;
}
.shopping-cart .shopping-cart-items .item-quantity {
    color: #abb0be;
}

.shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}

.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

.option-badge.option-badge-main {
    background-color: #d92429;
    color: #fff;
}

.option-badge.option-badge-secondcolor {
    background-color: #be3137;
    color: #fff;
}

.option-badge.option-badge-thirdcolor {
    background-color: #d92429;
    color: #fff;
}

.navbar-option-language button {
    background-color: transparent;
    font-size: 14px;
    color: #000;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-option-language button i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 7px;
}

.navbar-option-language button.dropdown-toggle:after {
    content: "\f118";
    border: 0;
    font-family: Flaticon;
    font-size: 12px;
    vertical-align: baseline;
    margin-left: 7px;
}

.navbar-option-language .dropdown-menu {
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    font-size: 14px;
}

.navbar-option-language .dropdown-menu .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
}

.navbar-option-language .dropdown-menu .dropdown-item img {
    -webkit-box-flex: 0;
    flex: 0 0 25px;
    -ms-flex: 0 0 25px;
    max-width: 25px;
    margin-right: 7px;
}

.navbar-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 15px;
    border-right: 1px solid #c8c8c8;
}

.navbar-brand img {
    max-width: initial;
}

.mobile-nav {
    padding: 10px;
}

.mobile-nav .logo {
    max-height: 50px;
}

.mobile-nav .navbar-option {
    margin-left: auto;
    margin-right: 60px;
    position: relative;
    z-index: 1000;
}

.mobile-nav .navbar-option-search button {
    background-color: transparent;
}

.mobile-nav .navbar-option-search button i {
    font-size: 20px;
}

.mobile-nav .navbar-option-search .dropdown-menu {
    margin: 0;
    border: 0;
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    padding: 10px;
    min-width: 200px;
    left: auto !important;
    right: 0;
    -webkit-transform: translate(25px, 39px) !important;
    transform: translate(25px, 39px) !important;
}

.mobile-nav .navbar-option-search .dropdown-menu[style] {
    right: 0 !important;
}

.mobile-brand {
    position: relative;
    z-index: 1000;
}

.mean-container {
    position: relative;
}

.mean-container .mean-bar {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    border-bottom: 0;
}

.mean-container a.meanmenu-reveal {
    padding-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    color: #d92429;
}

.mean-container a.meanmenu-reveal span {
    background-color: #d92429;
}

.mean-container .mean-nav {
    margin-top: 69px;
}

.mean-container .mean-nav .navbar-nav {
    max-height: 350px;
    overflow: auto;
    -webkit-box-shadow: 0 30px 38px 4px rgba(34, 34, 34, 0.1);
    box-shadow: 0 30px 38px 4px rgba(34, 34, 34, 0.1);
}

.mean-container .mean-nav .navbar-nav .nav-item a {
    color: #000;
}

.mean-container .mean-nav .navbar-nav .nav-item a.active {
    color: #d92429;
}

.navbar-option-dots {
    display: none;
}

.navbar-option-dots button {
    background-color: transparent;
    padding: 0;
}

.navbar-option-dots > .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 15px;
    right: -40px;
    left: auto !important;
    -webkit-transform: translateY(50px) !important;
    transform: translateY(50px) !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 0;
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
}

.navbar-option-dots > .dropdown-menu > .dropdown-item {
    padding: 0 10px;
}

.navbar-option-dots > .dropdown-menu > .dropdown-item:focus,
.navbar-option-dots > .dropdown-menu > .dropdown-item:active,
.navbar-option-dots > .dropdown-menu > .dropdown-item:hover {
    background-color: transparent;
}

.navbar-option-dots > .dropdown-menu > .dropdown-item .navbar-option-item {
    margin-left: 0;
}

.navbar-option-dots > .dropdown-menu > .dropdown-item button {
    padding: 0;
    background-color: transparent;
}

.navbar-option-dots > .dropdown-menu > .dropdown-item button:focus,
.navbar-option-dots > .dropdown-menu > .dropdown-item button:active {
    background-color: transparent;
}

.navbar-option-dots > .dropdown-menu > .dropdown-item:first-child {
    padding-left: 0;
}

.navbar-option-dots > .dropdown-menu.show {
    -webkit-transform: translateY(45px) !important;
    transform: translateY(45px) !important;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    top: 0;
}

.navbar-option-dots .navbar-option-language .dropdown-menu {
    -webkit-transform: translateY(39px) !important;
    transform: translateY(39px) !important;
    right: -20px;
    left: auto !important;
    margin: 0;
}

.navbar-option-dots .navbar-option-language .dropdown-menu[style] {
    right: -20px !important;
}

.navbar-option-dots .navbar-option-search .dropdown-menu {
    right: -20px;
}

.navbar-option-dots .navbar-option-search .dropdown-menu[style] {
    right: -20px !important;
}

.navbar-area.is-sticky {
    -webkit-animation: 500ms running fadeInDown;
    animation: 500ms running fadeInDown;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    z-index: 999;
    position: fixed;
    background-color: #fff;
}

.navbar-area-two {
    position: relative;
}

.navbar-area-two .main-nav nav .navbar-nav .nav-item a {
    color: #000;
}

.navbar-area-two .main-nav nav .navbar-nav .nav-item a.active {
    color: #be3137;
}

.navbar-area-two .main-nav nav .navbar-nav .nav-item:hover a {
    color: #be3137;
}

.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
    color: #000;
}

.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
    color: #be3137;
}

.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a {
    color: #be3137;
}

.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
    color: #000;
}

.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
    color: #be3137;
}

.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > a {
    color: #be3137;
}

.navbar-area-two .main-nav .navbar-search .input-group {
    padding: 15px;
}

.navbar-area-two .main-nav .navbar-option-item {
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-area-two .main-nav .navbar-option-wishlist {
    border-right: 1px solid #c8c8c8;
    padding-right: 15px;
}

.navbar-area-two .navbar-option-language button {
    color: #000;
}

.navbar-area-two .navbar-option-language .dropdown-menu .dropdown-item {
    color: #000;
}

.navbar-area-two .navbar-option-item a {
    color: #000;
}

.navbar-area-two .navbar-option-item a:hover {
    color: #be3137;
}

.navbar-area-two .navbar-option-item .main-btn.btn-white {
    color: #be3137;
}

.navbar-area-two .navbar-option-item .main-btn.btn-white:hover {
    background-color: #fff;
    color: #fff;
}

.navbar-area-two .navbar-option-item .main-btn-2 {
    padding: 15px 25px;
    color: #fff;
}

.navbar-area-two .navbar-option-item .main-btn-2:hover {
    color: #fff !important;
}

.navbar-area-two.is-sticky {
    background-color: #fff;
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
}

.navbar-area-two.is-sticky .navbar-option-language button {
    color: #000;
}

.navbar-area-two.is-sticky .navbar-option-item a {
    color: #000;
}

.navbar-area-two.is-sticky .navbar-option-item a:hover {
    color: #be3137;
}

.navbar-area-two.is-sticky .navbar-option-item .main-btn-2 {
    color: #fff;
}

.navbar-area-two.is-sticky .mean-container a.meanmenu-reveal {
    color: #be3137;
}

.navbar-area-two.is-sticky .mean-container a.meanmenu-reveal span {
    background-color: #be3137;
}

.navbar-area-two.is-sticky .mobile-nav .navbar-option-search button {
    color: #000;
}

.navbar-area-two .mean-container a.meanmenu-reveal {
    color: #000;
}

.navbar-area-two .mean-container a.meanmenu-reveal span {
    background-color: #000;
}

.navbar-area-two .mean-container .mean-nav .navbar-nav .nav-item a.active {
    color: #be3137;
}

.navbar-area-two .mobile-nav .navbar-option-search button {
    color: #000;
}

.navbar-area-two .navbar-option-dots button {
    color: #000;
}

.navbar-area-two .navbar-option-dots > .dropdown-menu > .dropdown-item .navbar-option-item a {
    color: #000;
}

.navbar-area-two .navbar-option-dots .navbar-option-language button {
    color: #000;
}

.navbar-area-two .navbar-option-dots .navbar-option-search button {
    color: #000;
}

.navbar-area-three {
    position: relative;
}

.navbar-area-three:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #030d4a;
    width: 30%;
}

.navbar-area-three .main-nav nav .navbar-nav .nav-item a {
    color: #000;
}

.navbar-area-three .main-nav nav .navbar-nav .nav-item a.active {
    color: #d92429;
}

.navbar-area-three .main-nav nav .navbar-nav .nav-item:hover a {
    color: #d92429;
}

.navbar-area-three .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
    color: #000;
}

.navbar-area-three .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
    color: #d92429;
}

.navbar-area-three .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a {
    color: #d92429;
}

.navbar-area-three .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
    color: #000;
}

.navbar-area-three .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
    color: #d92429;
}

.navbar-area-three .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > a {
    color: #d92429;
}

.navbar-area-three .main-nav .navbar-search .input-group {
    padding: 15px;
}

.navbar-area-three .main-nav .navbar-option-item {
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-area-three .main-nav .navbar-option-wishlist {
    border-right: 1px solid #c8c8c8;
    padding-right: 15px;
}

.navbar-area-three .navbar-option-language button {
    color: #fff;
}

.navbar-area-three .navbar-option-language .dropdown-menu .dropdown-item {
    color: #000;
}

.navbar-area-three .navbar-option-item a {
    color: #fff;
}

.navbar-area-three .navbar-option-item a:hover {
    color: #d92429;
}

.navbar-area-three .navbar-option-item .main-btn.btn-white {
    color: #d92429;
}

.navbar-area-three .navbar-option-item .main-btn.btn-white:after {
    background-color: #de3e0d;
}

.navbar-area-three .navbar-option-item .main-btn.btn-white:hover {
    background-color: #fff;
    color: #fff;
}

.navbar-area-three.is-sticky {
    background-color: #fff;
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
}

.navbar-area-three .mean-container a.meanmenu-reveal {
    color: #fff;
}

.navbar-area-three .mean-container a.meanmenu-reveal span {
    background-color: #fff;
}

.navbar-area-three .mean-container .mean-nav .navbar-nav .nav-item a.active {
    color: #d92429;
}

.navbar-area-three .mobile-nav .navbar-option-search button {
    color: #fff;
}

.navbar-area-three .navbar-option-dots button {
    color: #fff;
}

.navbar-area-three .navbar-option-dots > .dropdown-menu > .dropdown-item .navbar-option-item a {
    color: #000;
}

.navbar-area-three .navbar-option-dots .navbar-option-language button {
    color: #000;
}

.navbar-area-three .navbar-option-dots .navbar-option-search button {
    color: #000;
}

.header-revolution .header-small-text {
    font-weight: 400 !important;
    line-height: 20px !important;
    color: #000;
    letter-spacing: 4px !important;
}

.header-revolution .header-title {
    font-weight: 600;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
}

.header-revolution .header-title span {
    color: #d92429;
    text-decoration: underline;
}

.header-revolution .header-paragraph {
    letter-spacing: 0 !important;
    color: #000 !important;
}

.header-revolution .main-btn {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    letter-spacing: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.header-revolution .main-btn i {
    margin-left: 10px;
    font-size: 15px;
}

.header-revolution .main-btn:hover {
    color: #fff !important;
    background-color: #d92429 !important;
}

.header-revolution .main-btn a {
    color: #fff;
}

.header-revolution .main-btn.btn-white {
    color: #0d0d0d;
}

.header-revolution .main-btn.btn-white:hover {
    color: #0d0d0d !important;
    background-color: #fff !important;
}

.header-revolution .main-btn.btn-white a {
    color: #0d0d0d;
}

.header-revolution .bullet-bar.tp-bullets:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: 0 0;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
}

.header-revolution .bullet-bar .tp-bullet {
    width: 60px;
    height: 3px;
    position: absolute;
    background: rgba(138, 132, 132, 0.5);
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-revolution .bullet-bar .tp-bullet:hover,
.header-revolution .bullet-bar .tp-bullet.selected {
    background: #d92429;
}

.tp-bannertimer {
    background-color: #d92429;
}

.header-bg-three {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f8f8f8;
    /* background-image: url(../images/index-3-header/header-bg-3.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-bg-three .header-content {
    padding-bottom: 30px;
}

.header-bg-three .header-content-image {
    padding-bottom: 30px;
}

.header-content-full {
    max-width: 750px;
    margin-left: auto;
}

.header-content {
    position: relative;
}

.header-content small {
    font-size: 20px;
    font-family: nunito, sans-serif;
    font-weight: 600;
    display: inline-block;
    color: #d92429;
    margin-bottom: 25px;
}

.header-content h1 {
    font-size: 34px;
    color: #0d0d0d;
    font-weight: 900;
    font-family: nunito, sans-serif;
    margin-bottom: 25px;
}

.header-content h1 span {
    color: #d92429;
}

.header-content p {
    font-size: 18px;
    margin-bottom: 45px;
}

.header-content p:last-child {
    margin-bottom: 0;
}

.header-content .header-content-text {
    margin-bottom: 40px;
    margin-right: 150px;
}

.header-content .header-content-text:last-child {
    margin-bottom: 0;
}

.header-content.header-content-secondcolor small {
    color: #be3137;
}

.header-content.header-content-secondcolor h1 span {
    color: #be3137;
}

.header-content.header-content-thirdcolor small {
    color: #d92429;
}

.header-content.header-content-thirdcolor h1 span {
    color: #d92429;
}

.header-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: -10px;
}

.header-button-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-top: 10px;
}

.header-form {
    max-width: 610px;
}

.header-form .form-group {
    margin-bottom: 0;
}

.header-form .input-group {
    padding: 8px;
}

.header-form .input-group .form-control {
    padding-left: 15px;
}

.header-bg-two {
    position: relative;
}

.header-bg-two .container-fluid {
    max-width: 100%;
}

.header-bg-two .header-content-full {
    max-width: 890px;
}

.header-carousel-two {
    position: relative;
}

.header-carousel-shape {
    position: absolute;
}

.header-carousel-shape:nth-child(1) {
    left: -55px;
    top: 150px;
}

.header-carousel-shape:nth-child(1) img {
    -webkit-animation: verticalShapeRide 5s infinite linear;
    animation: verticalShapeRide 5s infinite linear;
}

.header-carousel-shape:nth-child(2) {
    top: 23%;
    left: 50%;
}

.header-carousel-shape:nth-child(2) img {
    animation: verticalShapeRide 5s infinite linear reverse;
}

.header-carousel-shape:nth-child(3) {
    top: 75%;
    left: 25%;
}

.header-carousel-shape:nth-child(3) img {
    animation: shapeRideAround 5s infinite linear reverse;
}

.header-carousel-shape:nth-child(4) {
    top: 16%;
    left: 55%;
}

.header-carousel-shape:nth-child(4) img {
    -webkit-animation: horizontalShapeRide 5s infinite linear;
    animation: horizontalShapeRide 5s infinite linear;
}

.header-carousel-shape:nth-child(5) {
    bottom: -70px;
    left: -25px;
}

.header-carousel-shape:nth-child(5) img {
    animation: verticalShapeRide 5s infinite linear reverse;
}

.header-carousel-two-item {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    min-height: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 100px;
}

.header-carousel-two-item .row {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
}

.header-carousel-two-item .header-content-full {
    padding-left: 15px;
    padding-right: 30px;
}

.header-carousel-two-bg1 {
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(10%, transparent),
            color-stop(35%, rgba(255, 255, 255, 0.7))
        ),
        url("../images/index-2-header/header-2-image-1.png");
    background-image: linear-gradient(0deg, transparent 10%, rgba(255, 255, 255, 0.7) 35%),
        url("../images/index-2-header/header-2-image-1.png");
}

.header-carousel-two-bg2 {
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(10%, transparent),
            color-stop(35%, rgba(255, 255, 255, 0.7))
        ),
        url("../images/index-2-header/header-2-image-2.png");
    background-image: linear-gradient(0deg, transparent 10%, rgba(255, 255, 255, 0.7) 35%),
        url("../images/index-2-header/header-2-image-2.png");
}

.header-carousel-two-bg3 {
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(10%, transparent),
            color-stop(35%, rgba(255, 255, 255, 0.7))
        ),
        url("../images/index-2-header/header-2-image-3.png");
    background-image: linear-gradient(0deg, transparent 10%, rgba(255, 255, 255, 0.7) 35%),
        url("../images/index-2-header/header-2-image-3.png");
}

.header-carousel-two .header-swiper-pagination.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    position: absolute;
    right: 30px;
    top: 50%;
    bottom: auto;
    width: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-carousel-two .header-swiper-pagination.swiper-pagination .swiper-pagination-bullet {
    background-color: #6e6260;
    width: 8px;
    height: 12px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0.9;
    border-radius: 25px;
    margin: 5px 0;
}

.header-carousel-two
    .header-swiper-pagination.swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 20px;
    background-color: #fff;
    opacity: 1;
}

.header-carousel-two .header-swiper-pagination.swiper-pagination .swiper-pagination-bullet:focus {
    outline: 0;
}

.header-recommended-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 15px;
    bottom: -205px;
}

.header-recommended-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    max-width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #be3137;
    padding: 3px;
}

.header-recommended-thumb img {
    border-radius: 50%;
}

.header-recommended-text {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

.header-recommended-text h3 {
    font-size: 18px;
    font-weight: 500;
    color: #0d0d0d;
    margin-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-recommended-text h3 span {
    color: #d92429;
    font-weight: 400;
    font-size: 14px;
    margin-left: 5px;
}

.header-recommended-text p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 0;
}

.header-recommended-text p a {
    font-size: 14px;
    font-weight: 500;
    color: #0d0d0d;
    text-decoration: underline;
}

.header-recommended-text p a:hover {
    color: #d92429;
}

.header-recommended-text p i {
    margin-left: 7px;
}

.header-recommended-text.header-recommended-text-secondcolor h3 span {
    color: #be3137;
}

.header-recommended-text.header-recommended-text-secondcolor p a:hover {
    color: #be3137;
}

.header-recommended-text.header-recommended-text-thirdcolor h3 span {
    color: #d92429;
}

.header-recommended-text.header-recommended-text-thirdcolor p a:hover {
    color: #d92429;
}

.header-page {
    padding-top: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left 75% top;
    /* background-image: url(../images/shapes/line-area-shape.png); */
    background-color: #f8f8f8;
    position: relative;
}

.extra-bottom-space-lg {
    padding-bottom: 300px;
}

.header-page-shape {
    position: absolute;
    right: 4%;
    top: 20px;
}

.header-page-shape img {
    height: 130px;
}

.header-page-shape.header-page-shape-top {
    top: 0;
}

.nav-link {
    text-transform: capitalize !important;
}

.header-page-shape.header-page-shape-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* .header-page-shape.header-page-shape-middle img {
    max-width: 75%;
} */

.header-page-shape.header-page-shape-bottom {
    bottom: 0;
}

.header-page-content {
    position: relative;
    max-width: 680px;
}

.header-page-content h1 {
    font-size: 34px;
    font-weight: 700;
    color: #0d0d0d;
    font-family: nunito, sans-serif;
    margin-bottom: 10px;
}

.header-page-content h1:last-child {
    margin-bottom: 0;
}

.header-page-content p {
    font-size: 20px;
    margin-bottom: 20px;
}

.header-page-content p:last-child {
    margin-bottom: 0;
}

.header-page-content .course-badge {
    margin-bottom: 15px;
}

.header-page-content nav {
    margin-bottom: 22px;
}

.header-page-content nav:last-child {
    margin-bottom: 0;
}

.header-carousel .swiper-pagination {
    bottom: 25px;
}

.header-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    background: #696565;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: none;
    transform: none;
    border-radius: 10px;
}

.header-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d92429;
}

.header-carousel-item {
    max-height: 600px;
    padding-top: 160px;
    padding-bottom: 160px;
}

.header-carousel-content .header-content-text small {
    font-size: 14px;
    font-weight: 500;
    color: #0d0d0d;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.header-carousel-content .header-content-text small i {
    font-size: 20px;
    margin-right: 15px;
}

.header-carousel-content .header-content-text h1 {
    font-size: 34px;
}

.header-carousel-content .header-content-text h1 span {
    text-decoration: underline;
}

.header-carousel-content .header-content-text p {
    font-size: 18px;
    color: #000;
}

.header-carousel-item {
    background-image: url(../images/index-4-header/header-hero-1.jpg);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.header-carousel-item:before {
    content: "";
    width: 70%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(
        267deg,
        rgba(255, 255, 255, 0.747) 70%,
        rgba(255, 255, 255, 0.685) 72%,
        rgba(255, 255, 255, 0.719) 59%,
        transparent 87%
    );
}

.header-carousel-item:nth-child(odd):before {
    left: auto;
    right: 0;
}

.header-carousel-item:nth-child(odd) .header-content-full {
    padding-left: 20px;
}

.header-carousel-item:nth-child(even):before {
    left: 0;
    right: auto;
    background-image: linear-gradient(
        -267deg,
        rgba(255, 255, 255, 0.9) 70%,
        rgba(255, 255, 255, 0.8) 72%,
        rgba(255, 255, 255, 0.8) 59%,
        transparent 87%
    );
}

.header-carousel-item:nth-child(even) .row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-carousel-item:nth-child(even) .row .header-content-full {
    margin-left: 0;
    margin-right: auto;
    margin-left: 175px;
    /* text-align: right; */
    padding-right: 20px;
}

.header-carousel-item:nth-child(even) .header-button-group {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.header-bg-four .container-fluid {
    max-width: 100%;
}

.shape-line-bg {
    background-image: url(../images/curved-line.html);
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    overflow: hidden;
}

.shape-line-bg:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-190px);
    transform: translateY(-190px);
    width: 315px;
    height: 285px;
    background-image: url(../images/half-circle-shape.html);
    background-repeat: no-repeat;
    background-size: contain;
}

@-webkit-keyframes scaleIcon {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIcon {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.animate-shape {
    position: absolute;
}

.animate-shape:nth-child(1) {
    right: 20px;
    bottom: 20px;
    max-width: 100px;
}

.animate-shape:nth-child(1) img {
    -webkit-animation: scaleIcon 3s infinite linear;
    animation: scaleIcon 3s infinite linear;
}

.about-item-card {
    padding: 35px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 1px solid #e1e1e1;
}

.about-item-card:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
}

.about-item-card:hover .about-card-image {
    opacity: 1;
}

.about-card-image {
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}

.about-card-icon {
    position: relative;
    padding-top: 15px;
    margin-bottom: 15px;
}

.about-card-icon i {
    line-height: 1;
}

.about-card-icon i:first-child {
    font-size: 75px;
    color: #9cd0ff;
    margin-left: 20px;
}

.about-card-icon i:last-child {
    font-size: 34px;
    color: #d92429;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
}

.about-card-text h3 {
    font-family: nunito, sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #d92429;
    margin-bottom: 7px;
}

.about-card-text h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: nunito, sans-serif;
    color: #515151;
    margin-bottom: 10px;
    line-height: 1;
}

.about-card-text h4:last-child {
    margin-bottom: 0;
}

.about-card-text p {
    font-size: 16px;
    margin-bottom: 10px;
}

.about-card-text p:last-child {
    margin-bottom: 0;
}

.about-item-card-thirdcolor .about-card-icon i:first-child {
    color: #ffc6c0;
}

.about-item-card-thirdcolor .about-card-icon i:last-child {
    color: #d92429;
}

.about-item-card-thirdcolor .about-card-text h3 {
    color: #d92429;
}

.about-image-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
}

.about-image-item {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.about-image-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
}

.about-image-item:nth-child(1) {
    -webkit-box-flex: 0;
    flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    max-width: 55%;
}

.about-image-item:nth-child(2) {
    -webkit-box-flex: 0;
    flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    max-width: 45%;
}

.about-image-item:nth-child(3) {
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    max-width: 70%;
    text-align: center;
}

.about-text-state {
    width: 55px;
    height: 55px;
    background-color: #d92429;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    left: -25px;
}

.about-image-content {
    position: relative;
}

.about-image-text {
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    border-radius: 3px;
    padding: 17px 47px;
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 7%;
    max-width: 255px;
}

.about-image-text p {
    font-size: 16px;
    margin-bottom: 0;
}

.about-image-text p span {
    color: #d92429;
}

@-webkit-keyframes shapeRideAround {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    20% {
        -webkit-transform: translate(20px, 0);
        transform: translate(20px, 0);
    }
    35% {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
    50% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    65% {
        -webkit-transform: translate(-20px, 20px);
        transform: translate(-20px, 20px);
    }
    80% {
        -webkit-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes shapeRideAround {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    20% {
        -webkit-transform: translate(20px, 0);
        transform: translate(20px, 0);
    }
    35% {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
    50% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    65% {
        -webkit-transform: translate(-20px, 20px);
        transform: translate(-20px, 20px);
    }
    80% {
        -webkit-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.about-bg-shape-item {
    position: absolute;
}

.about-bg-shape-item:nth-child(1) {
    max-width: 255px;
    bottom: 40px;
    right: 45px;
    z-index: -1;
}

.about-shape-item {
    position: absolute;
}

.about-shape-item:nth-child(1) {
    max-width: 145px;
    left: 45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.about-shape-item:nth-child(1) img {
    -webkit-animation: shapeRideAround 5s infinite linear;
    animation: shapeRideAround 5s infinite linear;
}

.about-section-title.section-title {
    margin-bottom: 20px;
}
.about-feedback-paragraph {
    font-size: 16px;
}

.about-feedback .about-feedback-paragraph {
    margin-bottom: 15px;
}

.about-feedback .about-feedback-paragraph:last-child {
    margin-bottom: 0;
}

.about-feedback-holder {
    font-size: 20px;
    font-weight: 500;
    color: #0d0d0d;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.about-feedback-holder span {
    font-size: 16px;
    color: #d92429;
    margin-left: 5px;
}

.about-feedback-holder.about-feedback-holder-thirdcolor span {
    color: #d92429;
}

.faq-accordion-item {
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #f1efef;
    border-radius: 3px;
}

/* .faq-accordion-item:last-child {
    margin-bottom: 0;
} */

.faq-accordion-header {
    padding: 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    border-radius: 3px;
    background-color: white;
}

.faq-accordion-header.faq-accordion-header-white {
    background-color: #fff;
}

.faq-accordion-header:before {
    content: "\f124";
    font-family: Flaticon;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    right: 25px;
    top: 25px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    color: #d92429;
    line-height: 1;
}

.faq-accordion-item-active .faq-accordion-header {
    background: #d92429;
}

.faq-accordion-item-active .faq-accordion-header:before {
    content: "\f125";
    color: #fff;
}

.faq-accordion-item-active .faq-accordion-header .faq-accordion-title {
    color: #fff;
}

.faq-accordion-item-active .faq-accordion-body {
    max-height: 250px;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.faq-accordion-title {
    font-size: 16px;
    color: #0d0d0d;
    font-weight: 500;
    padding-right: 35px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    margin-bottom: 0;
    line-height: 1.4;
}

.faq-accordion-body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    background-color: #fff;
    border-radius: 5px;
}

.faq-accordion-body-inner {
    padding: 20px;
}

.faq-accordion-body-inner p {
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}

.faq-accordion-body-inner p:last-child {
    margin-bottom: 0;
}

/* .record-animate-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.record-animate-shape {
    position: absolute;
}

.record-animate-shape:nth-child(1) {
    bottom: 0;
    left: 0;
} */

.record-animate-shape:nth-child(1) img {
    /* -webkit-animation: verticalShapeRide 3s infinite linear;
    animation: verticalShapeRide 3s infinite linear; */
    animation: horizontalShapeRide 8s infinite linear reverse;
}

.record-animate-shape:nth-child(2) {
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.record-animate-shape:nth-child(2) img {
    height: 150px;
    -webkit-animation: shapeRideAround 5s infinite linear;
    animation: shapeRideAround 5s infinite linear;
}

.record-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.record-grid-item {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
}

.record-grid-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.record-item-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #d92429;
    font-weight: 700;
    font-family: nunito, sans-serif;
    font-size: 34px;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.record-item-number.record-item-number-secondcolor {
    color: #be3137;
}

.record-item-number.record-item-number-thirdcolor {
    color: #d92429;
}

.record-item-text {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.record-item-text p {
    font-family: nunito, sans-serif;
    font-weight: 700;
    color: #d92429;
    font-size: 18px;
    margin-bottom: 0;
}

.record-grid-item-inner.record-grid-item-inner-secondcolor .record-item-number {
    color: #be3137;
}

.record-grid-item-inner.record-grid-item-inner-secondcolor .record-item-text p {
    color: #be3137;
}

.record-grid-item-inner.record-grid-item-inner-thirdcolor .record-item-number {
    color: #d92429;
}

.record-grid-item-inner.record-grid-item-inner-thirdcolor .record-item-text p {
    color: #d92429;
}

.course-animation-item {
    position: absolute;
}

.course-animation-item:nth-child(1) {
    max-width: 120px;
    top: 450px;
    left: 60px;
}

.course-animation-item:nth-child(1) img {
    -webkit-animation: horizontalShapeRide 8s infinite linear;
    animation: horizontalShapeRide 8s infinite linear;
}

.course-animation-item:nth-child(2) {
    max-width: 195px;
    top: 100px;
    right: 60px;
}

.course-animation-item:nth-child(2) img {
    -webkit-animation: shapeRideAround 5s infinite linear;
    animation: shapeRideAround 5s infinite linear;
}

.course-card {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.course-card.course-card-offwhite .course-card-content {
    background-color: #f3f3f3;
}

.course-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.course-card:hover .course-card-thumb img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.course-card:hover .course-card-content {
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    background-color: #fff;
}

.course-card:hover .course-card-content h3 a {
    color: #d92429;
}

.course-card.course-card-secondcolor .course-price,
.course-card.course-card-secondcolor .product-price {
    color: #be3137;
}

.course-card.course-card-secondcolor:hover .course-card-content h3 a {
    color: #be3137;
}

.course-card.course-card-thirdcolor .course-price,
.course-card.course-card-thirdcolor .product-price {
    color: #d92429;
}

.course-card.course-card-thirdcolor:hover .course-card-content h3 a {
    color: #d92429;
}

.course-card-thumb {
    overflow: hidden;
    border-radius: 3px 3px 0 0;
}

.course-card-thumb img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.course-card-content {
    padding: 25px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 0 0 3px 3px;
    width: 100%;
}

.course-card-content h3 {
    font-size: 16px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    line-height: 1.4;
    margin-bottom: 12px;
}

.course-card-content h3 a {
    color: #0d0d0d;
}

.course-card-content .course-price,
.course-card-content .product-price {
    margin-bottom: 13px;
}

.course-card-content .course-price:last-child,
.course-card-content .product-price:last-child {
    margin-bottom: 0;
}

.course-card-content p {
    font-size: 16px;
    margin-bottom: 13px;
}

.course-card-content p:last-child {
    margin-bottom: 0;
}

.course-price,
.product-price {
    font-size: 18px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #d92429;
}

.course-price del,
.product-price del {
    color: #d92429;
    font-size: 18px;
    margin-right: 7px;
}

.course-info-list,
.course-location,
.course-entry-list,
.event-entry-list,
.meeting-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
    margin-top: -5px;
}

.course-info-list li,
.course-location li,
.course-entry-list li,
.event-entry-list li,
.meeting-info-list li {
    list-style: none;
    margin-right: 15px;
    font-size: 14px;
    color: #515151;
    font-family: nunito, sans-serif;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}

.course-info-list li i,
.course-location li i,
.course-entry-list li i,
.event-entry-list li i,
.meeting-info-list li i {
    line-height: 1;
    font-size: 16px;
    margin-right: 8px;
}

.course-info-list li img,
.course-location li img,
.course-entry-list li img,
.event-entry-list li img,
.meeting-info-list li img {
    -webkit-box-flex: 0;
    flex: 0 0 45px;
    -ms-flex: 0 0 45px;
    max-width: 45px;
    margin-right: 8px;
    border-radius: 50%;
}

.course-filter-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    position: absolute;
    top: 20px;
    left: 20px;
}
.course-filter .faq-accordion-body-inner .input-checkbox {
    margin-bottom: 3px;
}
.course-filter .faq-accordion-body-inner .input-checkbox label {
    font-size: 14px;
}

.course-filter-list li {
    list-style: none;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 13px;
    margin-right: 7px;
}

.course-filter-list li.course-filter-thirdcolor {
    background-color: #d92429;
    color: #fff;
}

.course-filter-list li.course-filter-danger {
    background-color: #ed1c24;
    color: #fff;
}

.course-filter-list li.course-filter-success {
    background-color: #009c63;
    color: #fff;
}

.course-filter-list li.course-filter-focus {
    background-color: #0066d8;
    color: #fff;
}

.course-section-desc {
    text-align: center;
}
.course-section .faq-accordion .section-title {
    margin-bottom: 0px !important;
}
.course-section .faq-accordion .section-title h2 {
    font-size: 28px !important;
}
.course-section .faq-accordion .section-title h2 i {
    color: #ed1c24;
    margin-right: 3px;
}
.star-active {
    color: orange;
}

.course-filter .input-radio {
    margin-bottom: 5px;
}
.input-radio {
    cursor: pointer !important;
}
.course-filter .faq-accordion-item {
    margin-bottom: 10px !important;
}
.course-filter .faq-accordion-header {
    padding: 10px 20px;
}
.course-filter .faq-accordion-header:before {
    top: 15px !important;
}
.course-filter .input-radio span {
    font-size: 12px;
    margin-top: 3px;
    margin-left: 10px;
}

.course-section-desc p {
    font-size: 16px;
    margin-bottom: 5px;
}

.course-section-desc p a {
    text-decoration: underline;
}

.course-section-desc p:last-child {
    margin-bottom: 0;
}

.course-flat-card {
    position: relative;
}

.course-flat-card .course-card-thumb {
    border-radius: 3px;
}

.course-flat-card .course-card-content {
    background-color: transparent;
}

.course-flat-card:hover .course-card-thumb img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.course-flat-card .course-card-content {
    padding: 0;
    margin-top: 20px;
}

.course-flat-card .course-card-content h3 {
    margin-bottom: 10px;
}

.course-flat-card .course-card-content .redirect-link {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.course-flat-card.course-flat-card-thirdcolor .redirect-link {
    color: #d92429;
}

.course-flat-card.course-flat-card-thirdcolor .course-entry-list li i {
    color: #d92429;
}

.course-location li {
    color: #d92429;
}

.course-entry-list li i {
    color: #d92429;
}

.course-card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    padding: 25px;
    height: 100%;
}

.course-card-list:hover .course-card-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.course-card-list .course-card-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 210px;
    -ms-flex: 0 0 210px;
    max-width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.course-card-list .course-card-content {
    padding: 0 0 0 25px;
}

.course-card-list .course-card-content .course-filter-list {
    position: inherit;
    top: 0;
    left: 0;
    margin-bottom: 10px;
}

.course-card-list .course-card-content .course-filter-list li {
    padding: 6px 10px 0px;
}

.course-card-list .course-card-content .course-info-list,
.course-card-list .course-card-content .course-location,
.course-card-list .course-card-content .course-entry-list,
.course-card-list .course-card-content .event-entry-list,
.course-card-list .course-card-content .meeting-info-list {
    margin-bottom: 10px;
}

.course-card-list .course-card-content .course-info-list li,
.course-card-list .course-card-content .course-location li,
.course-card-list .course-card-content .course-entry-list li,
.course-card-list .course-card-content .event-entry-list li,
.course-card-list .course-card-content .meeting-info-list li {
    font-size: 15px;
}

.course-card-list .course-card-content .course-info-list li i,
.course-card-list .course-card-content .course-location li i,
.course-card-list .course-card-content .course-entry-list li i,
.course-card-list .course-card-content .event-entry-list li i,
.course-card-list .course-card-content .meeting-info-list li i {
    font-size: 16px;
}

.course-card-list .course-card-content h3 {
    font-size: 20px;
    margin-bottom: 7px;
}

.course-card-list .course-card-content .course-price,
.course-card-list .course-card-content .product-price {
    font-size: 20px;
}

.course-card-thumb-thirdcolor {
    background-color: #d92429;
}

.course-card-thumb-violet {
    background-color: #c600ff;
}

.course-card-thumb-skyblue {
    background-color: #84c4ff;
}

.course-card-thumb-yellow {
    background-color: #d87c00;
}

.course-card-thumb-purple {
    background-color: #ffa3e6;
}

.course-card-thumb-blue {
    background-color: #343c6d;
}

.summery-details-item .product-tab-list {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
}

.summery-details-item .product-tab-list li {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 65px;
}

.summery-details-item .product-tab-list li:last-child {
    margin-right: 0;
}

.summery-info-header {
    background-color: #f8f8f8;
    border-radius: 3px;
}

.summery-info-header-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.summery-info-header-list li {
    list-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    color: #a7a7a7;
    position: relative;
    font-size: 18px;
    font-family: nunito, sans-serif;
    font-weight: 500;
    margin-right: 65px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.summery-info-header-list li:after {
    content: "";
    width: 98%;
    height: 2px;
    background-color: #d4d3d3;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    bottom: 0;
}

.summery-info-header-list li.active {
    color: #000;
    font-weight: 600;
}

.summery-info-header-list li.active:after {
    background-color: #d92429;
}

.summery-info-header-list li:hover {
    color: #000;
}

.summery-info-header-list li:hover:after {
    background-color: #d92429;
}

.summery-info-details-item {
    display: none;
}

.summery-info-details-item.summery-info-details-item-active {
    display: block;
}

.summery-info-details-inner img {
    display: block;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 23px;
}

.summery-info-details-inner img:first-child {
    margin-top: 0;
}

.summery-info-details-inner img:last-child {
    margin-bottom: 0;
}

.summery-info-details-inner h1 {
    font-size: 38px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-top: 20px;
    margin-bottom: 20px;
}

.summery-info-details-inner h1:first-child {
    margin-top: 0;
}

.summery-info-details-inner h2 {
    font-size: 30px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-top: 20px;
    margin-bottom: 20px;
}

.summery-info-details-inner h2:first-child {
    margin-top: 0;
}

.summery-info-details-inner h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-top: 20px;
    margin-bottom: 20px;
}

.summery-info-details-inner h3:first-child {
    margin-top: 0;
}

.summery-info-details-inner blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
}

.summery-info-details-inner p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.summery-info-details-inner p:last-child {
    margin-bottom: 0;
}

.summery-info-details-inner h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0d0d0d;
    font-family: nunito, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}

.summery-info-details-inner h4:first-child {
    margin-top: 0;
}

.summery-info-details-inner h5 {
    font-size: 20px;
    font-weight: 700;
    color: #0d0d0d;
    font-family: nunito, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}

.summery-info-details-inner h5:first-child {
    margin-top: 0;
}

.summery-info-details-inner h6 {
    font-size: 18px;
    font-weight: 700;
    color: #0d0d0d;
    font-family: nunito, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}

.summery-info-details-inner h6:first-child {
    margin-top: 0;
}

.summery-info-details-inner ul {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.summery-info-details-inner ul:last-child {
    margin-bottom: 0;
}

.summery-info-details-inner ul li {
    list-style: none;
    font-size: 16px;
    color: #515151;
    margin-bottom: 5px;
}

.summery-info-details-inner ul li:last-child {
    margin-bottom: 0;
}

.summery-info-details-inner ul li i {
    margin-right: 10px;
}

.summery-info-details-inner small {
    font-size: 13px;
    color: #515151;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.summery-info-details-inner .summery-lesson-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.summery-info-details-inner .summery-lesson-list:last-child {
    margin-bottom: 0;
}

.summery-info-details-inner .summery-lesson-list li {
    font-size: 16px;
    color: #515151;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 15px;
}

.summery-info-details-inner .summery-lesson-list li:last-child {
    margin-bottom: 0;
}

.summery-info-details-inner .summery-lesson-list li:before {
    content: "\f119";
    font-family: Flaticon;
    margin-right: 10px;
    color: #d92429;
}

.summery-info-details-inner .summery-lesson-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #515151;
}

.summery-info-details-inner .summery-lesson-list li a:hover {
    color: #d92429;
}

.summery-info-details-inner .summery-lesson-name {
    margin-right: 10px;
}

.summery-info-details-inner .summery-item-meta .item-meta {
    padding: 3px 8px;
    border-radius: 3px;
    background-color: #d92429;
    color: #fff;
    font-size: 14px;
}

.summery-info-details-inner .summery-item-meta .item-meta.duration {
    background-color: #009c63;
}

.summery-info-details-inner .summery-item-meta i {
    color: #be3137;
    font-size: 14px;
}

.summery-info-details-inner .summery-post-name {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 10px;
}

.summery-info-details-inner .summery-post-date {
    color: #7b7b7b;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400;
}

.summery-info-details-inner .summery-people-review-content p {
    margin-top: 0;
    margin-bottom: 10px;
}

.summery-info-details-inner .summery-progress-item h5 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
}

.summery-info-details-inner .review-star {
    margin-bottom: 20px;
}

.summery-info-details-inner .form-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.summery-info-details-inner .form-review .rating ul {
    margin-top: 0;
    margin-bottom: 0;
}

.summery-info-details-inner .form-review .rating ul li {
    margin-bottom: 0;
}

.summery-info-details-inner .form-review h4 {
    font-size: 15px;
    font-weight: 400;
    color: #515151;
    margin-top: 0;
    margin-bottom: 0;
}

.summery-info-details-inner .sub-section-title p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 15px;
}

.summery-info-instructor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.summery-info-instructor-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    max-width: 150px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 40px;
}

.summery-info-instructor-thumb img {
    width: 100%;
    height: 100%;
}

.summery-info-instructor-details h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-top: 0;
    margin-bottom: 15px;
}

.summery-info-instructor-details p {
    font-size: 16px;
    margin-bottom: 18px;
}

.summery-info-instructor-details p:last-child {
    margin-bottom: 0;
}

.summery-comment-area {
    margin-top: 60px;
    margin-bottom: 50px;
}

.summery-people-review-item:first-child .summery-people-reply:first-child {
    padding-top: 0;
}

.summery-people-review-item:last-child .summery-people-reply:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.summery-people-reply {
    border-bottom: 1px solid #ededed;
    padding-top: 30px;
    padding-bottom: 30px;
}

.summery-people-review-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.summery-people-review-reply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 132px;
}

.summery-people-review-reply .summery-people-review-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 100px;
    -ms-flex: 0 1 auto;
    max-width: 100px;
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

.summery-people-review-reply .summery-people-review-details {
    margin-top: 10px;
}

.summery-people-review-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 150px;
    -ms-flex: 0 1 auto;
    max-width: 150px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 40px;
}

.summery-people-review-thumb img {
    width: 100%;
    height: 100%;
}

.summery-people-review-content {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
    width: 100%;
}

.summery-people-review-content .review-star {
    margin-bottom: 10px;
}

.summery-people-review-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.summery-post-name {
    color: #0d0d0d;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: nunito, sans-serif;
}

.summery-post-date {
    color: #7b7b7b;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
}

.summery-review-progress {
    margin-bottom: 20px;
}

.summery-progress-item {
    margin-bottom: 20px;
}

.summery-progress-item:last-child {
    margin-bottom: 0;
}

.summery-progress-item h5 {
    font-size: 16px;
    font-weight: 500;
    color: #0d0d0d;
    margin-top: 0;
    margin-bottom: 15px;
}

.summery-progress {
    background-color: #f8f8f8;
    border-radius: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 15px;
    height: 30px;
}

.summery-progress span {
    font-size: 14px;
    font-weight: 700;
    font-family: nunito, sans-serif;
}

.summery-progress-bar {
    padding: 3px;
    border-radius: 5px;
    margin-right: 13px;
    background-color: #d92429;
    position: relative;
    overflow: visible;
}

.summery-progress-bar:after {
    content: "";
    width: 13px;
    height: 13px;
    background: #d92429;
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.summery-people-reply-action .btn {
    font-size: 14px;
    cursor: pointer;
    padding: 9px 20px;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidebar-to-header {
    margin-top: -280px;
    position: relative;
}

.summery-box {
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
}

.summery-iframe iframe {
    border: 0;
    width: 100%;
    height: 210px;
}

.summery-inner {
    padding: 30px;
}

.summery-list {
    margin-bottom: 20px;
}

.summery-list:last-child {
    margin-bottom: 0;
}

.summery-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 15px;
}

.summery-list-item:last-child {
    margin-bottom: 0;
}

.summery-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #0d0d0d;
    margin-top: 5px;
}

.summery-label i {
    color: #d92429;
    margin-right: 10px;
    font-weight: 400;
}

.summery-option {
    font-size: 16px;
    font-weight: 400;
    color: #515151;
    margin-top: 5px;
}

.summery-option a {
    color: #515151;
}

.summery-option a:hover {
    color: #d92429;
}

.summery-material-list {
    margin-bottom: 20px;
}

.summery-material-list:last-child {
    margin-bottom: 0;
}

.summery-material-list h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0d0d0d;
    font-family: nunito, sans-serif;
    margin-bottom: 10px;
}

.summery-material-list ul {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.summery-material-list ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
}

.summery-material-list ul li:last-child {
    margin-bottom: 0;
}

.summery-material-list ul li span {
    margin-right: 5px;
}

.summery-buttons {
    margin-bottom: 20px;
}

.summery-buttons .main-btn {
    width: 100%;
    margin-bottom: 10px;
}

.summery-buttons .main-btn:last-child {
    margin-bottom: 0;
}

.summery-buttons:last-child {
    margin-bottom: 0;
}

.summery-social-share .social-list {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.summery-social-share .social-list:last-child {
    margin-bottom: 0;
}

.summery-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 5px;
}

.summery-counter-item {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.summery-counter-inner {
    background-color: #d92429;
    border-radius: 3px;
    padding: 15px;
    text-align: center;
}

.summery-counter-number {
    font-size: 20px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #fff;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.summery-counter-number span {
    margin-top: 7px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    width: 100%;
}

.form-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-review .rating {
    margin-right: 10px;
}

.form-review h4 {
    font-size: 15px;
    font-weight: 400;
    color: #515151;
    margin-bottom: 0;
}

.rating {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.rating ul li {
    position: relative;
    list-style: none;
}

.rating label {
    color: #c8c8c8;
    margin-bottom: 0;
}

.rating label:before {
    font-size: 15px;
    font-family: boxicons !important;
    display: inline-block;
    content: "\ed2e";
    margin-right: 5px;
}

.rating label.half:before {
    content: "\ed2f";
    font-family: boxicons !important;
    position: absolute;
    top: 0;
    left: 0;
}

.rating input {
    display: none;
}

.rating input:checked ~ label {
    color: #ff9000;
}

.rating input:checked ~ label:hover ~ label {
    color: #ff9000;
}

.rating input:checked + label:hover {
    color: #ff9000;
}

.rating input:not(:checked) ~ label:hover {
    color: #ff9000;
}

.rating input:not(:checked) ~ label:hover {
    color: #ff9000;
}

.rating input:not(:checked) ~ label:hover ~ label {
    color: #ff9000;
}

.rating label:hover ~ input:checked ~ label {
    color: #ff9000;
}

.review-star-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
    margin-top: 5px !important;
}

.review-star-list li {
    margin-right: 3px;
    color: #c8c8c8;
    list-style: none;
    font-size: 18px !important;
}

.review-star-list li.full-star {
    color: #ff9000;
}

.review-star-list li.half-star {
    color: #ff9000;
}

.review-star-list li i {
    margin-right: 0 !important;
}

.review-star-list li:last-child {
    margin-right: 0;
}

.review-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px !important;
}

.review-star .review-star-list {
    margin-right: 10px;
}

.review-star span {
    color: #515151;
    font-size: 15px;
    margin-top: 5px;
}

.course-badge {
    padding: 5px 13px;
    border-radius: 3px;
    background-color: #d92429;
    color: #fff;
    font-size: 13px;
    display: inline-block;
}

.help-card:hover .help-card-thumb {
    background-color: #d92429;
    color: #fff;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.help-card.help-card-center {
    max-width: 300px;
    margin: auto;
    text-align: center;
}

.help-card.help-card-center .help-card-thumb {
    margin-left: auto;
    font-size: 24px;
    margin-right: auto;
}

.help-card-thumb {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #dfeeff;
    color: #d92429;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.help-card-thumb i {
    line-height: 1;
    font-size: 34px;
}

.help-card-content h3 {
    font-size: 20px;
    line-height: 1.4;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    font-weight: 700;
    margin-bottom: 13px;
}

.help-card-content {
    padding: 0px 10px;
}

.help-card-content p {
    font-size: 16px;
    margin-bottom: 13px;
}

.help-card-content p:last-child {
    margin-bottom: 0;
}

.video-bg {
    padding-bottom: 190px;
    position: relative;
    overflow: hidden;
}

.video-bg-shape-item {
    position: absolute;
}

.video-bg-shape-item:nth-child(1) {
    top: 130px;
    left: 25px;
}

.video-animation-item {
    position: absolute;
}

.video-animation-item:nth-child(1) {
    max-width: 140px;
    bottom: 110px;
    left: 30px;
}

.video-animation-item:nth-child(1) img {
    -webkit-animation: shapeRideAround 5s infinite linear;
    animation: shapeRideAround 5s infinite linear;
}

.video-animation-item:nth-child(2) {
    max-width: 120px;
    bottom: 170px;
    right: 60px;
}

.video-animation-item:nth-child(2) img {
    animation: horizontalShapeRide 8s infinite linear reverse;
}

.video-content {
    text-align: center;
    margin-top: -190px;
    z-index: 1;
    position: relative;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

.video-content img {
    border-radius: 3px;
}

.video-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.video-button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
}

.video-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.video-button.video-button-thirdcolor a {
    color: #d92429;
}

.content-animation-shape {
    position: absolute;
}

.content-animation-shape:nth-child(1) {
    max-width: 175px;
    bottom: -60px;
    right: -60px;
    z-index: -1;
}

.content-animation-shape:nth-child(1) img {
    animation: shapeRideAround 8s infinite linear reverse;
}

.testimonial-carousel-item {
    text-align: center;
    padding: 0 150px;
}

.testimonial-carousel-thumb {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #d92429;
    -webkit-box-shadow: inset 7px 3px 8px 0 rgba(0, 103, 218, 0.2), 7px 3px 8px 0 rgba(0, 103, 218, 0.2);
    box-shadow: inset 7px 3px 8px 0 rgba(0, 103, 218, 0.2), 7px 3px 8px 0 rgba(0, 103, 218, 0.2);
    padding: 4px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-carousel-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial-client-name {
    font-size: 24px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-bottom: 15px;
}

.testimonial-client-designation {
    font-size: 16px;
    font-weight: 400;
    color: #515151;
    margin-bottom: 13px;
}

.testimonial-client-designation span {
    color: #d92429;
}

.testimonial-client-feedback {
    font-size: 20px;
    margin-bottom: 11px;
}

.testimonial-client-feedback:last-child {
    margin-bottom: 0;
}

.swiper-carousel-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

.swiper-carousel-control .swiper-button-next,
.swiper-carousel-control .swiper-button-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #d92429;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #d92429;
    position: inherit;
    top: 0;
    left: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
}

.swiper-carousel-control .swiper-button-next:hover,
.swiper-carousel-control .swiper-button-prev:hover {
    background-color: #d92429;
    color: #fff;
}

.swiper-carousel-control .swiper-button-next:focus,
.swiper-carousel-control .swiper-button-prev:focus {
    border: 0;
}

.swiper-carousel-control .swiper-button-next:after,
.swiper-carousel-control .swiper-button-prev:after {
    font-family: Flaticon;
    font-size: 18px;
}

.swiper-carousel-control .swiper-button-next:after,
.swiper-carousel-control .swiper-container-rtl .swiper-button-prev:after {
    content: "\f12c";
}

.swiper-carousel-control .swiper-button-prev:after,
.swiper-carousel-control .swiper-container-rtl .swiper-button-next:after {
    content: "\f12d";
}

.client-fixed-images {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.client-fixed-image {
    position: absolute;
    border: 2px solid #d92429;
    border-radius: 50%;
    padding: 3px;
    overflow: hidden;
    z-index: 1;
}

.client-fixed-image img {
    border-radius: 50%;
}

.client-fixed-image:nth-child(1) {
    width: 80px;
    height: 80px;
    top: 95px;
    left: 8%;
}

.client-fixed-image:nth-child(2) {
    width: 80px;
    height: 80px;
    top: 300px;
    left: 18%;
}

.client-fixed-image:nth-child(3) {
    width: 100px;
    height: 100px;
    bottom: 100px;
    left: 2%;
}

.client-fixed-image:nth-child(4) {
    width: 100px;
    height: 100px;
    bottom: 100px;
    right: 5%;
}

@-webkit-keyframes verticalShapeRide {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes verticalShapeRide {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes rotateAround {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateAround {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.testimonial-animation-item {
    position: absolute;
}

.testimonial-animation-item:nth-child(1) {
    max-width: 120px;
    top: 50%;
    left: 7%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonial-animation-item:nth-child(1) img {
    -webkit-animation: verticalShapeRide 5s infinite linear;
    animation: verticalShapeRide 5s infinite linear;
}

.testimonial-animation-item:nth-child(2) {
    max-width: 60px;
    top: 35%;
    left: 35%;
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%);
}

.testimonial-animation-item:nth-child(2) img {
    -webkit-animation: rotateAround 10s infinite linear;
    animation: rotateAround 10s infinite linear;
}

.testimonial-animation-item:nth-child(3) {
    max-width: 65px;
    top: 35%;
    right: 30%;
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%);
}

.testimonial-animation-item:nth-child(3) img {
    animation: horizontalShapeRide 5s infinite linear reverse;
}

.testimonial-animation-item:nth-child(4) {
    max-width: 265px;
    top: 45%;
    right: 3%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
}

.testimonial-animation-item:nth-child(4) img {
    animation: verticalShapeRide 5s infinite linear reverse;
}

.testimonial-carousel-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
}

.testimonial-header-text {
    font-size: 34px;
    letter-spacing: 5px;
    line-height: 1;
    position: relative;
    color: #9cd0ff;
}

.testimonial-header-text:before {
    content: none;
    font-family: nunito, sans-serif;
    font-weight: 700;
    color: #d92429;
    position: absolute;
    top: -7px;
    line-height: 1;
    font-size: 130px;
    left: 35px;
}

.testimonial-header-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    max-width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.testimonial-header-thumb:before {
    content: "“";
    font-family: nunito, sans-serif;
    font-weight: 700;
    color: #fff;
    position: absolute;
    line-height: 1;
    font-size: 95px;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
}

.testimonial-header-thumb img {
    width: 100%;
    height: 100%;
}

.testimonial-carousel-content-two {
    border: 1px dashed #d92429;
    border-radius: 3px;
    padding: 35px;
    margin-top: 15px;
    position: relative;
}

.testimonial-carousel-content-two:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-left: 1px dashed #d92429;
    border-top: 1px dashed #d92429;
    position: absolute;
    top: -11px;
    right: 40px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.testimonial-carousel-content-two h3 {
    font-size: 22px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-bottom: 15px;
}

.testimonial-carousel-content-two p {
    font-size: 16px;
    margin-bottom: 15px;
}

.testimonial-carousel-content-two p:last-child {
    margin-bottom: 0;
}

.testimonial-content-item-secondcolor .testimonial-header-text {
    color: #ffe4e6;
}

.testimonial-content-item-secondcolor .testimonial-header-text:before {
    color: #be3137;
}

.testimonial-content-item-secondcolor .testimonial-carousel-content-two {
    border: 1px dashed #be3137;
}

.testimonial-content-item-secondcolor .testimonial-carousel-content-two:before {
    border-left: 1px dashed #be3137;
    border-top: 1px dashed #be3137;
}

.testimonial-content-item-thirdcolor .testimonial-header-text {
    color: #ffc6c0;
}

.testimonial-content-item-thirdcolor .testimonial-header-text:before {
    color: #d92429;
}

.testimonial-content-item-thirdcolor .testimonial-carousel-content-two {
    border: 1px dashed #d92429;
}

.testimonial-content-item-thirdcolor .testimonial-carousel-content-two:before {
    border-left: 1px dashed #d92429;
    border-top: 1px dashed #d92429;
}

.testimonial-carousel-two .swiper-pagination {
    position: inherit;
    top: 0;
    left: 0;
    margin-top: 50px;
}

.testimonial-carousel-two .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px dashed #d92429;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    position: relative;
    padding-left: 1px;
}

.testimonial-carousel-two .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: "•";
    font-size: 32px;
    line-height: 0.5;
    color: #d92429;
}

.testimonial-carousel-two .swiper-pagination .swiper-pagination-bullet:focus {
    outline: 0;
}

.testimonial-carousel-two .swiper-pagination.swiper-pagination-secondcolor .swiper-pagination-bullet {
    border: 1px dashed #be3137;
}

.testimonial-carousel-two
    .swiper-pagination.swiper-pagination-secondcolor
    .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    color: #be3137;
}

.testimonial-carousel-two .swiper-pagination.swiper-pagination-thirdcolor .swiper-pagination-bullet {
    border: 1px dashed #d92429;
}

.testimonial-carousel-two
    .swiper-pagination.swiper-pagination-thirdcolor
    .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    color: #d92429;
}

.partner-carousel .swiper-slide {
    text-align: center;
}

.partner-carousel-two .partner-item img {
    opacity: 0.5;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.partner-carousel-two .partner-item img:hover {
    opacity: 1;
}

.become-section-box {
    padding: 50px 50px 0;
    border-radius: 3px;
    position: relative;
}

.become-section-box .section-title {
    margin-bottom: 25px;
}

.become-section-box .section-title h2 {
    font-size: 30px;
}

.become-section-box .main-btn {
    padding: 15px 20px;
}

.become-section-shape-item {
    position: absolute;
}

.become-section-shape-item:nth-child(1) {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.become-animate-item {
    position: absolute;
}

.become-animate-item:nth-child(1) {
    max-width: 155px;
    right: 35%;
    top: 15px;
}

.become-animate-item:nth-child(1) img {
    -webkit-animation: scaleIcon 3s infinite linear;
    animation: scaleIcon 3s infinite linear;
}

.become-content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 3px;
    overflow: hidden;
}

.become-content-box-item {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    padding: 80px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.become-contact-iframe iframe {
    width: 100%;
    height: 500px;
    border: 0;
}

.footer-upper.bg-blue .footer-details p {
    text-align: justify;
    color: #f8f8f8;
}

.footer-upper.bg-blue .footer-content-title h3 {
    color: #fff;
}

.footer-upper.bg-blue .footer-address-info-item p {
    color: #f8f8f8;
}

.footer-upper.bg-blue .footer-address-info-item h4 {
    color: #fff;
}

.footer-upper.bg-blue .footer-address-info-item .footer-contact-number {
    font-size: 16px;
    color: #f8f8f8;
}

.footer-upper.bg-blue .footer-address-info-item .footer-contact-number a {
    color: #fff;
}

.footer-upper.bg-blue .footer-address-info-item .footer-contact-number a:hover {
    color: #fff;
}

.footer-upper.bg-blue .footer-address-info-item .footer-email {
    font-size: 16px;
}

.footer-upper.bg-blue .footer-address-info-item .footer-email a {
    color: #fff;
}

.footer-upper.bg-blue .footer-address-info-item .footer-email a:hover {
    color: #fff;
}

.footer-upper.bg-blue .footer-address-info-item .footer-availability {
    color: #f8f8f8;
}

.footer-upper.bg-blue .footer-address-info-item .footer-availability span {
    color: #fff;
}

.footer-upper.bg-blue .footer-address-info-item .footer-physical-address {
    text-align: left;
    color: #f8f8f8;
}

.footer-upper.bg-blue .footer-address-info-item .footer-physical-address span {
    color: #fff;
}

.footer-upper.bg-blue .footer-list li a {
    color: #f8f8f8;
}

.footer-upper.bg-blue .footer-list li p {
    margin-top: 3px;
    color: #f8f8f8;
}

.footer-upper.bg-blue .footer-list li:before {
    color: #f8f8f8;
}

.footer-upper.bg-blue .footer-list li:hover a {
    color: #fff;
}

.footer-upper.bg-blue .footer-list li:hover:before {
    color: #fff;
}

.footer-upper.bg-blue .footer-address li {
    color: #f8f8f8;
}

.footer-upper.bg-blue .footer-address li a {
    color: #fff;
}

.footer-upper.bg-blue .footer-address li span {
    color: #f8f8f8;
}

.footer-upper.bg-blue .footer-address li p {
    margin-top: 3px;
    color: #f8f8f8;
}

.footer-upper.bg-blue .footer-address li:hover a {
    color: #fff;
}

.footer-upper.bg-blue .footer-newsletter-form .input-group {
    border: 1px solid #fff;
    background-color: #fff;
}

.footer-content-item {
    margin-bottom: 20px;
}

.footer-content-item .footer-logo img {
    max-height: 70px;
}

.footer-logo a {
    display: block;
}

.footer-details {
    margin-top: 30px;
    margin-bottom: 0;
}

.footer-details p {
    font-size: 15px;
}

.footer-content-title h3 {
    font-size: 20px;
    color: #0d0d0d;
    font-weight: 700;
    margin-bottom: 0;
    font-family: nunito, sans-serif;
}

.footer-address-info-item {
    margin-bottom: 8px;
}

.footer-address-info-item:last-child {
    margin-bottom: 0;
}

.footer-address-info-item p {
    margin-bottom: 0;
}

.footer-address-info-item h4 {
    font-size: 16px;
    font-weight: 700;
    color: #515151;
    margin-bottom: 5px;
    font-family: nunito, sans-serif;
}

.footer-address-info-item .footer-contact-number {
    font-size: 15px;
    color: #d92429;
}

.footer-address-info-item .footer-contact-number a {
    font-weight: 500;
}

.footer-address-info-item .footer-contact-number span {
    margin-left: 5px;
    margin-right: 5px;
}

.footer-address-info-item .footer-email {
    font-size: 15px;
}

.footer-address-info-item .footer-email a {
    color: #515151;
}

.footer-address-info-item .footer-email a:hover {
    color: #d92429;
}

.footer-address-info-item .footer-availability {
    font-size: 15px;
}

.footer-address-info-item .footer-availability span {
    color: #d92429;
}

.footer-address-info-item .footer-physical-address {
    font-size: 15px;
}

.footer-address-info-item .footer-physical-address span {
    color: #d92429;
}

.footer-address-info-item.footer-address-info-item-secondcolor .footer-contact-number {
    color: #ff6168;
}

.footer-address-info-item.footer-address-info-item-secondcolor .footer-contact-number a {
    color: #be3137;
}

.footer-address-info-item.footer-address-info-item-secondcolor .footer-email a:hover {
    color: #be3137;
}

.footer-address-info-item.footer-address-info-item-secondcolor .footer-availability span {
    color: #be3137;
}

.footer-address-info-item.footer-address-info-item-secondcolor .footer-physical-address span {
    color: #be3137;
}

.footer-address-info-item.footer-address-info-item-thirdcolor .footer-contact-number {
    color: #ff6168;
}

.footer-address-info-item.footer-address-info-item-thirdcolor .footer-contact-number a {
    color: #d92429;
}

.footer-address-info-item.footer-address-info-item-thirdcolor .footer-email a:hover {
    color: #d92429;
}

.footer-address-info-item.footer-address-info-item-thirdcolor .footer-availability span {
    color: #d92429;
}

.footer-address-info-item.footer-address-info-item-thirdcolor .footer-physical-address span {
    color: #d92429;
}

.footer-list {
    padding-left: 0;
    padding-right: 0;
}

.footer-list li {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    list-style: none;
}

.footer-list li:last-child {
    margin-bottom: 0;
}

.footer-list li a {
    color: #515151;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-list li p {
    margin-top: 3px;
}

.footer-list li:before {
    content: "\e9e4";
    font-family: boxicons !important;
    color: #515151;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-list li:hover a {
    color: #d92429;
}

.footer-list li:hover:before {
    color: #d92429;
}

.footer-list.footer-list-secondcolor li:hover a {
    color: #be3137;
}

.footer-list.footer-list-secondcolor li:hover:before {
    color: #be3137;
}

.footer-list.footer-list-thirdcolor li:hover a {
    color: #d92429;
}

.footer-list.footer-list-thirdcolor li:hover:before {
    color: #d92429;
}

.footer-address {
    padding-left: 0;
    padding-right: 0;
}

.footer-address li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    color: #515151;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.footer-address li:last-child {
    margin-bottom: 0;
}

.footer-address li a {
    color: #515151;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 400;
    margin-left: 5px;
}

.footer-address li span {
    color: #515151;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 400;
    margin-left: 5px;
}

.footer-address li p {
    margin-top: 3px;
}

.footer-address li:hover a {
    color: #d92429;
}

.footer-newsletter-form .input-group {
    border: 1px solid #d92429;
    padding: 5px;
    background-color: #f8f8f8;
}

.footer-newsletter-form .input-group .form-control {
    padding-left: 15px;
}

.footer-newsletter-form .input-group .main-btn {
    padding: 12px 17px;
}

.footer-newsletter-form .input-group button {
    font-size: 13px;
}

.footer-newsletter-form .input-group button:disabled,
.footer-newsletter-form .input-group button.disabled {
    opacity: 1;
}

.footer-newsletter-form #validator-newsletter {
    color: #ed1c24;
}

.footer-newsletter-form.footer-newsletter-form-secondcolor .input-group {
    border: 1px solid #be3137;
    border-radius: 40px;
}

.footer-newsletter-form.footer-newsletter-form-secondcolor .input-group .main-btn-2 {
    padding: 10px 15px;
}

.footer-lower {
    padding: 10px 0 10px;
    position: relative;
    overflow: hidden;
}

.footer-lower .background-shape-item:nth-child(1) {
    top: -190px;
}

.footer-lower .container {
    position: relative;
}

.footer-lower-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-lower-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* .footer-lower-item {
    margin-bottom: 10px;
} */

.footer-copyright-text {
    padding-right: 20px;
    margin-right: 20px;
}

.footer-copyright-text p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.footer-copyright-text p a:hover {
    color: #d92429;
}

.footer-copyright-text.footer-copyright-text-secondcolor p a {
    color: #be3137;
}

.footer-copyright-text.footer-copyright-text-secondcolor p a:hover {
    color: #be3137;
}

.footer-copyright-text.footer-copyright-text-thirdcolor p a {
    color: #d92429;
}

.footer-copyright-text.footer-copyright-text-thirdcolor p a:hover {
    color: #d92429;
}

.social-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-list li {
    list-style: none;
    margin-right: 15px;
    max-width: 25px;
}

.social-list li:last-child {
    margin-right: 0;
}

.offer-card {
    height: 100%;
    padding-top: 30px;
}

.offer-card.offer-card-thirdcolor .offer-card-content h4 {
    color: #d92429;
}

.offer-card.offer-card-thirdcolor:hover .offer-card-inner {
    background-color: #d92429;
}

.offer-card.offer-card-thirdcolor:hover .offer-card-inner .offer-redirect-link {
    color: #d92429;
}

.offer-card-inner {
    border: 1px dashed #c8c8c8;
    border-radius: 3px;
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: 100%;
}

.offer-card-inner .offer-redirect-link {
    position: absolute;
    bottom: -22px;
    right: 20px;
    background: #f8f8f8;
}

.offer-card-inner:hover {
    background-color: #d92429;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.offer-card-inner:hover .offer-card-content h3 {
    color: #fff;
}

.offer-card-inner:hover .offer-card-content h4 {
    color: #fff;
}

.offer-card-inner:hover .offer-card-content p {
    color: #fff;
}

.offer-card-inner:hover .offer-redirect-link {
    color: #d92429;
}

.offer-card-thumb {
    background-color: #f8f8f8;
    border-radius: 3px;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: -60px;
}

.offer-card-content h3 {
    font-size: 20px;
    font-family: nunito, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0d0d0d;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.offer-card-content h4 {
    font-size: 22px;
    font-family: nunito, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    color: #d92429;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.offer-card-content p {
    font-size: 16px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.offer-card-content p:last-child {
    margin-bottom: 0;
}

.offer-redirect-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #0d0d0d;
    background: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.instructor-carousel {
    margin-top: -15px;
}

.instructor-carousel .swiper-wrapper {
    padding-top: 15px;
}

.instructor-carousel-item {
    padding: 40px 25px 30px;
    border: 1px dashed #be3137;
    border-radius: 3px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    height: auto;
    width: 28%;
}

.instructor-carousel-item:hover {
    background-color: #be3137;
}

.instructor-carousel-item:hover .instructor-item-thumb i {
    color: #fff;
}

.instructor-carousel-item:hover .intructor-item-content h3 {
    color: #fff;
}

.instructor-carousel-item:hover .intructor-item-content p {
    color: #fff;
}

.instructor-carousel-item:hover.instructor-carousel-item-secondcolor .instructor-item-thumb {
    background-color: #d9434a;
}

.instructor-carousel-item:hover .instructor-bg-shape {
    opacity: 1;
}

.instructor-carousel-item.instructor-carousel-item-secondcolor .instructor-item-thumb {
    background-color: #ffe4e6;
}

.instructor-item-thumb {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #9cd0ff;
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.instructor-item-thumb i {
    color: #be3137;
    font-size: 45px;
    position: absolute;
    top: -20px;
    right: -9px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.intructor-item-content h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-bottom: 8px;
    line-height: 1.4;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.intructor-item-content p {
    font-size: 16px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.intructor-item-content p:last-child {
    margin-bottom: 0;
}

.instructor-bg-shape {
    position: absolute;
    top: -22px;
    left: -1px;
    width: calc(100% + 2px);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.instructor-bg-shape img {
    width: 100%;
}

.instructor-pagination {
    position: inherit;
    top: 0;
    left: 0;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}

.instructor-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px dashed #d92429;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    position: relative;
    padding-left: 1px;
    left: auto !important;
    margin-left: 5px;
    margin-right: 5px;
}

.instructor-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: "•";
    font-size: 35px;
    line-height: 0.5;
    color: #d92429;
}

.instructor-pagination .swiper-pagination-bullet:focus {
    outline: 0;
}

.instructor-pagination.swiper-pagination-secondcolor .swiper-pagination-bullet {
    border: 1px dashed #be3137;
}

.instructor-pagination.swiper-pagination-secondcolor .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    color: #be3137;
}

.instructor-pagination.swiper-pagination-thirdcolor .swiper-pagination-bullet {
    border: 1px dashed #d92429;
}

.instructor-pagination.swiper-pagination-thirdcolor .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    color: #d92429;
}

.instructor-card {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #eee;
    border-radius: 3px;
}

.instructor-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.instructor-card:hover .instructor-card-thumb img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.instructor-card:hover .instructor-card-content {
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    background-color: #fff;
}

.instructor-card:hover .instructor-card-content h3 a {
    color: #d92429;
}

.instructor-card:hover .instructor-social-list li {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.instructor-card.instructor-card-secondcolor:hover .instructor-card-content h3 a {
    color: #be3137;
}

.instructor-card.instructor-card-thirdcolor:hover .instructor-card-content h3 a {
    color: #d92429;
}

.instructor-card-thumb {
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    position: relative;
}

.instructor-card-thumb img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.instructor-card-content {
    padding: 25px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 0 0 3px 3px;
    width: 100%;
}

.instructor-card-content h3 {
    font-size: 22px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    line-height: 1.4;
    margin-bottom: 10px;
}

.instructor-card-content h3 a {
    color: #0d0d0d;
}

.instructor-card-content h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-bottom: 12px;
}

.instructor-card-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.instructor-card-content p:last-child {
    margin-bottom: 0;
}

.instructor-social-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 20px;
}

.instructor-social-list li {
    list-style: none;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.instructor-social-list li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.instructor-social-list li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.instructor-social-list li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.instructor-social-list li:last-child {
    margin-bottom: 0;
}

.instructor-social-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #d92429;
    color: #fff;
    font-size: 16px;
}

.download-image {
    position: relative;
    text-align: center;
}

.download-image > img {
    position: relative;
    z-index: 1;
}

.download-image-shape {
    position: absolute;
}

.download-image-shape:nth-child(1) {
    bottom: 10px;
    left: 0;
}

.download-image-shape:nth-child(1) img {
    -webkit-animation: horizontalShapeRide 7s infinite linear;
    animation: horizontalShapeRide 7s infinite linear;
}

.download-image-shape:nth-child(2) {
    bottom: 10px;
    right: 0;
}

.download-image-shape:nth-child(2) img {
    animation: verticalShapeRide 7s infinite linear reverse;
}

.event-thumb {
    position: relative;
    text-align: center;
}

.event-thumb:after {
    content: "";
    width: 380px;
    height: 270px;
    background: #ffe4e6;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 180px/135px;
    z-index: -1;
}

.event-thumb img {
    border-radius: 0 0 140px 140px;
}

.event-desc {
    margin-top: 60px;
    margin-bottom: 30px;
}

.event-desc p {
    font-size: 16px;
    margin-bottom: 0;
}

.event-news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.event-news-item:last-child {
    margin-bottom: 0;
}

.event-news-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 290px;
    -ms-flex: 0 0 290px;
    max-width: 290px;
    margin-right: 40px;
}

.event-news-thumb img {
    border-radius: 3px;
}

.event-entry-list li {
    color: #d92429;
}

.event-entry-list li i {
    color: #515151;
}

.event-entry-list.event-entry-list-secondcolor li {
    color: #be3137;
}

.event-entry-list.event-entry-list-secondcolor li i {
    color: #515151;
}

.event-entry-list.event-entry-list-thirdcolor li {
    color: #d92429;
}

.event-entry-list.event-entry-list-thirdcolor li i {
    color: #515151;
}

.event-news-content h3 {
    font-size: 23px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #0d0d0d;
    font-family: nunito, sans-serif;
    font-weight: 700;
}

.event-news-content p {
    font-size: 16px;
    margin-bottom: 12px;
}

.instagram-carousel-item {
    position: relative;
    overflow: hidden;
}

.instagram-carousel-item .instagram-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 103, 218, 0.5);
    font-size: 50px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
}

.instagram-carousel-item img {
    width: 100%;
}

.instagram-carousel-item:hover .instagram-hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.instagram-carousel-item.instagram-carousel-item-secondcolor .instagram-hover {
    background-color: rgba(190, 49, 55, 0.5);
}

.instagram-carousel-item.instagram-carousel-item-thirdcolor .instagram-hover {
    background-color: rgba(255, 84, 33, 0.5);
}

.scroll-top {
    width: 45px;
    height: 45px;
    background: #d92429;
    border-radius: 50%;
    position: fixed;
    bottom: 60px;
    right: 20px;
    cursor: pointer;
    z-index: 11;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.scroll-top:before {
    content: "";
    width: 60px;
    height: 60px;
    background: #d9242a36;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scroll-top.scroll-top-secondcolor {
    background-color: #be3137;
}

.scroll-top.scroll-top-secondcolor:before {
    background-color: rgba(190, 49, 55, 0.3);
}

.scroll-top.scroll-top-thirdcolor {
    background-color: #d92429;
}

.scroll-top.scroll-top-thirdcolor:before {
    background-color: rgba(255, 84, 33, 0.3);
}

.scroll-top.scrolltopactive {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.scroll-top:hover .scroll-top-inner span {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes scrollAnimation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes scrollAnimation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.scroll-top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.scroll-top-inner span {
    -webkit-animation: scrollAnimation 1s infinite linear;
    animation: scrollAnimation 1s infinite linear;
}

.scroll-top-inner span i {
    font-size: 18px;
    color: #fff;
}

.blog-list-card {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-list-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.blog-list-card:hover .blog-list-card-thumb img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-list-card:hover .blog-list-card-content {
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    background-color: #fff;
}

.blog-list-card:hover .blog-list-card-content h3 a {
    color: #d92429;
}

.blog-list-card.blog-list-card-secondcolor:hover .blog-list-card-content h3 a {
    color: #be3137;
}

.blog-list-card.blog-list-card-thirdcolor:hover .blog-list-card-content h3 a {
    color: #d92429;
}

.blog-list-card-thumb {
    overflow: hidden;
    border-radius: 3px 3px 0 0;
}

.blog-list-card-thumb img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-list-card-content {
    padding: 25px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 0 0 3px 3px;
    width: 100%;
}

.blog-list-card-content h3 {
    font-size: 22px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    line-height: 1.4;
    margin-bottom: 12px;
}

.blog-list-card-content h3 a {
    color: #0d0d0d;
}

.blog-list-card-content p {
    font-size: 15px;
    margin-bottom: 13px;
}

.blog-list-card-content p:last-child {
    margin-bottom: 0;
}

.blog-post-image {
    position: relative;
    margin-bottom: 40px;
}

.blog-post-image img {
    border-radius: 3px;
}

.blog-post-category {
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
    background-color: #d92429;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: -15px;
}

.blog-post-category.blog-post-category-secondcolor {
    background-color: #be3137;
}

.blog-post-category.blog-post-category-thirdcolor {
    background-color: #d92429;
}

.blog-details-box {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 20px;
}

.blog-post-details {
    position: relative;
    margin-bottom: 20px;
}

.blog-post-details h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-top: 18px;
    margin-bottom: 18px;
    line-height: 1.3;
}

.blog-post-details h3:first-child {
    margin-top: 0;
}

.blog-post-details p {
    font-size: 16px;
    margin-top: 21px;
    margin-bottom: 21px;
}

.blog-post-details p:last-child {
    margin-bottom: 0;
}

.blog-post-details .blog-action-tag {
    margin-bottom: 0;
}

.blog-post-details ul {
    padding-left: 0;
    padding-right: 0;
    margin-top: 21px;
    margin-bottom: 21px;
}

.blog-post-details ul:last-child {
    margin-bottom: 0;
}

.blog-post-details ul li {
    position: relative;
    list-style: none;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 30px;
}

.blog-post-details ul li:before {
    content: "\f10b";
    font-family: Flaticon;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-post-details .course-entry-list {
    margin-bottom: 20px;
}

.blog-post-details .course-entry-list li {
    margin-top: 0;
    padding-left: 0;
    list-style: none;
    margin-right: 15px;
    font-size: 16px;
    color: #515151;
    font-family: nunito, sans-serif;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-post-details .course-entry-list li i {
    line-height: 1;
    font-size: 18px;
    margin-right: 8px;
}

.blog-post-details .course-entry-list li img {
    -webkit-box-flex: 0;
    flex: 0 0 45px;
    -ms-flex: 0 0 45px;
    max-width: 45px;
    margin-right: 8px;
    border-radius: 50%;
}

.blog-post-details .course-entry-list li:before {
    content: none;
}

blockquote {
    padding: 40px;
    background-color: #f8f8f8;
    position: relative;
    margin-bottom: 20px;
}

blockquote.blockquote-secondcolor .blockquote-inner:before {
    background-color: #be3137;
}

blockquote.blockquote-thirdcolor .blockquote-inner:before {
    background-color: #d92429;
}

.blockquote-inner {
    position: relative;
}

.blockquote-inner:before {
    content: "";
    width: 3px;
    height: 100%;
    background-color: #d92429;
    position: absolute;
    left: -40px;
    top: 0;
}

.blockquote-inner p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

.blockquote-inner p:first-child {
    margin-top: 0;
}

.blog-image-grid {
    margin-top: -20px;
}

.blog-grid-image {
    margin-top: 20px;
}

.blog-grid-image img {
    border-radius: 3px;
}

.blog-details-counter {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: -5px;
}

.blog-details-counter li {
    font-size: 16px;
    font-weight: 400;
    color: #515151;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-right: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

.blog-details-counter li:not(:last-child) {
    border-right: 1px solid #c8c8c8;
}

.blog-details-counter li span {
    color: #d92429;
    margin-left: 5px;
}

.blog-details-counter.blog-details-counter-secondcolor li span {
    color: #be3137;
}

.blog-details-counter.blog-details-counter-thirdcolor li span {
    color: #d92429;
}

.blog-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px;
}

.blog-action-tag {
    font-size: 16px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 5px;
    margin-bottom: 0;
}

.blog-action-tag i {
    font-size: 18px;
    margin-right: 10px;
    color: #d92429;
}

.blog-action-tag.blog-action-tag-secondcolor i {
    color: #be3137;
}

.blog-action-tag.blog-action-tag-thirdcolor i {
    color: #d92429;
}

.blog-share,
.product-author-share {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
}

.blog-share p,
.product-author-share p {
    font-size: 16px;
    color: #515151;
    margin-bottom: 0;
    margin-right: 15px;
}

.blog-share .social-list,
.product-author-share .social-list {
    margin-top: -3px;
}

.blog-share .social-list li,
.product-author-share .social-list li {
    margin-top: 3px;
}

.blog-quick-recent {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.blog-quick-recent-item {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
}

.blog-quick-recent-item a {
    background-color: #f8f8f8;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-quick-recent-item a:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
}

.blog-quick-recent-item a h3 {
    font-size: 22px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    line-height: 1.4;
    margin-bottom: 10px;
}

.blog-quick-recent-item a h3:last-child {
    margin-bottom: 0;
}

.blog-quick-recent-item a p {
    font-size: 16px;
    margin-bottom: 13px;
}

.blog-quick-recent-item a p:last-child {
    margin-bottom: 0;
}

.blog-quick-recent-item.blog-quick-recent-item-right {
    text-align: right;
}

.blog-comment-area {
    padding: 40px;
    border-radius: 3px;
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    margin-bottom: 40px;
}

.blog-comment-reply > h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0d0d0d;
    margin-bottom: 10px;
    font-family: nunito, sans-serif;
}

.blog-people-comment-item:last-child .blog-people-reply:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.blog-people-reply {
    border-bottom: 1px solid #ededed;
    padding-top: 30px;
    padding-bottom: 30px;
}

.blog-people-comment-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-people-comment-reply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 132px;
}

.blog-people-comment-reply .blog-people-comment-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 80px;
    -ms-flex: 0 1 auto;
    max-width: 80px;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.blog-people-comment-reply .blog-people-comment-details {
    margin-top: 10px;
}

.blog-people-comment-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 102px;
    -ms-flex: 0 1 auto;
    max-width: 102px;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
}

.blog-people-comment-thumb img {
    width: 100%;
    height: 100%;
}

.blog-people-comment-content {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
    width: 100%;
}

.blog-people-comment-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.blog-post-name {
    color: #0d0d0d;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: nunito, sans-serif;
}

.blog-post-date {
    color: #7b7b7b;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400;
}

.blog-people-reply-action .btn {
    font-size: 14px;
    cursor: pointer;
    padding: 9px 20px;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidebar-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 20px;
    position: relative;
}

.sidebar-title:after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #d92429;
    position: absolute;
    bottom: -1px;
}

.sidebar-title h3 {
    font-size: 22px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-bottom: 0;
}

.sidebar-search .sidebar-title {
    padding-bottom: 0;
    border-bottom: 0;
}

.sidebar-search .sidebar-title:after {
    content: none;
}

.sidebar-search .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ededed;
    border-radius: 3px;
    overflow: hidden;
    margin: 0;
}

.sidebar-search .form-group .form-control {
    padding: 0;
    color: #515151;
    font-size: 15px;
    border: 0;
    height: auto;
    background-color: transparent;
    padding: 15px 20px;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
}

.sidebar-search .form-group .form-control::-webkit-input-placeholder {
    color: #535353;
}

.sidebar-search .form-group .form-control:-ms-input-placeholder {
    color: #535353;
}

.sidebar-search .form-group .form-control::-ms-input-placeholder {
    color: #535353;
}

.sidebar-search .form-group .form-control::placeholder {
    color: #535353;
}

.sidebar-search .form-group .main-btn {
    padding: 15px 20px;
    background-color: #d92429;
    color: #fff;
    font-size: 15px;
    border-radius: 0;
}

.sidebar-search .form-group .main-btn i {
    margin-left: 0;
}

.sidebar-iframe iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

.blog-recent-content-item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-recent-content-item:last-child {
    margin-bottom: 0;
}

.blog-recent-content-item.blog-recent-content-item-thirdcolor .blog-recent-content-details h3 a:hover {
    color: #d92429;
}

.blog-recent-content-item.blog-recent-content-item-secondcolor .blog-recent-content-details h3 a:hover {
    color: #be3137;
}

.blog-recent-content-image {
    -webkit-box-flex: 0;
    flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    max-width: 110px;
    width: 110px;
    margin-right: 20px;
}

.blog-recent-content-image a {
    overflow: hidden;
    display: block;
    border-radius: 50%;
}

.blog-recent-content-image a img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-recent-content-image a img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-recent-content-details .course-entry-list {
    margin-bottom: 10px;
}

.blog-recent-content-details h3 {
    font-size: 20px;
    font-family: nunito, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
}

.blog-recent-content-details h3:last-child {
    margin-bottom: 0;
}

.blog-recent-content-details h3 a {
    color: #0d0d0d;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-recent-content-details h3 a:hover {
    color: #d92429;
}

.blog-recent-content-details p {
    font-size: 15px;
    margin-bottom: 10px;
}

.blog-recent-content-details p:last-child {
    margin-bottom: 0;
}

.sidebar-category {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.sidebar-category li {
    list-style: none;
    margin-bottom: 15px;
}

.sidebar-category li:last-child {
    margin-bottom: 0;
}

.sidebar-category li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 20px;
    border-radius: 3px;
    background-color: #feedee;
    font-size: 16px;
    color: #d92429;
}

.sidebar-category li a:hover {
    background-color: #d92429;
    color: #fff;
}

.sidebar-tag {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px;
}

.sidebar-tag li {
    list-style: none;
    margin-top: 5px;
    margin-right: 5px;
}

.sidebar-tag li a {
    display: block;
    padding: 8px 17px;
    border-radius: 3px;
    font-size: 15px;
    color: #515151;
    background-color: #eee;
}

.sidebar-tag li a:hover {
    background-color: #d92429;
    color: #fff;
}

.sidebar-tag li.active a {
    background-color: #d92429;
    color: #fff;
}

.cart-table {
    overflow: auto;
}

.cart-table::-webkit-scrollbar {
    height: 7px;
}

.cart-table::-webkit-scrollbar-thumb {
    background: #a2a2a2;
}

.cart-table::-webkit-scrollbar-track {
    background: #e2e2e2;
}

.cart-table table {
    width: 100%;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
}

.cart-table table thead tr {
    background: #d92429;
}

.cart-table table thead tr th {
    font-size: 15px;
    color: #0d0d0d;
    font-weight: 500;
    padding: 20px;
    white-space: nowrap;
    color: #fff;
}

.cart-table table tbody tr {
    border-bottom: 1px solid #ededed;
}

.cart-table table tbody tr td {
    font-size: 15px;
    color: #515151;
    font-weight: 400;
    padding: 10px 20px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    white-space: nowrap;
}

.cart-table table tbody tr td.weight-500 {
    font-weight: 500;
}

.cart-table table tbody tr td .main-btn {
    padding: 10px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}

.cart-table table tbody tr td .cart-quantity {
    border: 0;
}

.cart-table table tbody tr td .cart-quantity button {
    padding: 5px 15px;
    background-color: #e9e9e9;
}

.cart-table table tbody tr td .cart-quantity input {
    padding: 5px 15px;
    border-left: 0;
    border-right: 0;
    background-color: #e9e9e9;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.cart-table table tbody tr td.cancel a {
    border: 1px solid #c8c8c8;
    padding: 11px;
    font-size: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 3px;
}

.cart-table table tbody tr td.cancel a:hover {
    background-color: #d92429;
    color: #fff;
    border-color: #d92429;
}

.product-table-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-table-info span {
    font-size: 16px;
    font-weight: 700;
    font-family: nunito, sans-serif;
}

.product-table-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 55px;
    -ms-flex: 0 0 55px;
    max-width: 55px;
    width: 55px;
    margin-right: 10px;
}

.product-table-thumb img {
    width: 100%;
}

.cart-info-item {
    margin-bottom: 30px;
}

.cart-coupon form {
    height: 100%;
}

.cart-coupon form .form-group {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    background-color: #efefef;
    height: 100%;
}

.cart-coupon form .form-group .form-control {
    padding: 15px 20px;
    height: 100%;
    border: 0;
    background-color: transparent;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
    width: 100%;
}

.cart-coupon form .form-group .form-control::-webkit-input-placeholder {
    color: #535353;
    font-size: 16px;
}

.cart-coupon form .form-group .form-control:-ms-input-placeholder {
    color: #535353;
    font-size: 16px;
}

.cart-coupon form .form-group .form-control::-ms-input-placeholder {
    color: #535353;
    font-size: 16px;
}

.cart-coupon form .form-group .form-control::placeholder {
    color: #535353;
    font-size: 16px;
}

.cart-coupon form .form-group .main-btn {
    padding: 15px 20px;
    border-radius: 0;
    border: 0;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: #d92429;
}

.cart-coupon form .form-group .main-btn:hover {
    color: #fff;
}

.cart-details {
    padding: 30px;
}

.cart-details .btn {
    width: 100%;
    margin-top: 15px;
}

.cart-details-title {
    color: #0d0d0d;
    font-size: 20px;
    font-weight: 700;
    font-family: nunito, sans-serif;
}

.cart-total-box {
    padding: 20px 30px;
    margin-top: 15px;
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
}

.cart-total-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e6e6e6cb;
    padding: 10px 15px;
}

.cart-total-item:last-child {
    border-bottom: 0;
}

.cart-total-item h4 {
    font-size: 16px;
    color: #535353;
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: 700;
    font-family: nunito, sans-serif;
}

.cart-total-item p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.cart-quantity {
    background-color: transparent;
    border: 1px solid #adbed8;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.cart-quantity button {
    background-color: transparent;
    padding: 10px 20px;
    color: #515151;
    font-size: 15px;
}

.cart-quantity input {
    padding: 5px 10px;
    border: 0;
    outline: 0;
    background-color: transparent;
    -webkit-box-flex: 0;
    flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    text-align: center;
    color: #0d0d0d;
    font-size: 16px;
    border-left: 1px solid #adbed8;
    border-right: 1px solid #adbed8;
}

.cart-section-contents {
    display: block;
}

.cart-section-contents.cart-section-contents-hide {
    display: none;
}

.cart-section-empty {
    display: none;
}
.navbar-option-cart {
    margin-left: 5px !important;
    margin-right: 20px;
    margin-top: 6px;
}

.cart-section-empty.cart-section-empty-active {
    display: block;
}

.cart-empty-content {
    text-align: center;
    margin-bottom: 30px;
}

.cart-empty-image {
    margin-bottom: 25px;
}
.cart-empty-image img {
    max-height: 200px;
}

.cart-empty-text h3 {
    font-size: 34px;
    color: #0d0d0d;
    font-weight: 700;
    font-family: nunito, sans-serif;
    margin-bottom: 15px;
}

.cart-empty-text h3 span {
    color: #d92429;
    font-weight: 700;
}

.cart-empty-text p {
    font-size: 16px;
    margin-bottom: 25px;
}

.contact-option-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.contact-option-icon {
    font-size: 28px;
    color: #d92429;
    margin-right: 15px;
}

.contact-option-icon:last-child {
    margin-bottom: 0;
}

.contact-option-details p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #0d0d0d;
}

.contact-option-details p:last-child {
    margin-bottom: 0;
}

.contact-option-details p a {
    color: #0d0d0d;
}

.contact-option-details p a:hover {
    color: #d92429;
}

.contact-information-image {
    position: relative;
}

.contact-information-image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/shapes/frame-2.png);
    background-size: 100% 100%;
}

.contact-form-box {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.map-iframe {
    height: 700px;
}

.map-iframe iframe {
    width: 100%;
    border: 0;
    height: 100%;
}

.product-list-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
    margin-bottom: 20px;
}

.product-list-header-item {
    padding: 0 15px;
    margin-top: 20px;
    margin-bottom: -5px;
}

.product-list-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
}

.product-list-form {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
}

.product-list-form select {
    font-size: 16px;
    font-weight: 400;
    color: #515151;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 15px 20px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/chevron.png) no-repeat right 20px center #eee;
    background-size: 15px;
}

.product-list-result p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.product-list-result p span {
    font-weight: 600;
}

.product-card:hover .product-card-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-card:hover .product-card-thumb .product-cart {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: all;
}

.product-card:hover .product-card-details h3 a {
    color: #d92429;
}

.product-card-thumb {
    margin-bottom: 15px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.product-card-thumb img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-card-thumb .product-cart {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 45px);
    transform: translate(-50%, 45px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-card-details {
    text-align: center;
}

.product-card-details h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #0d0d0d;
    font-family: nunito, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.product-card-details h3 a {
    color: #0d0d0d;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-price {
    font-size: 18px;
}

.product-cart {
    white-space: nowrap;
}

.product-cart i {
    margin-right: 7px;
    margin-left: 0;
    font-size: 18px;
}

.product-cart.main-btn {
    padding: 12px 22px;
}

.product-details-image {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.product-gallery-trigger {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}

.product-gallery-trigger a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #d92429;
    width: 100%;
    height: 100%;
    color: #fff;
}

.product-gallery-trigger a i {
    font-size: 20px;
}

.product-details-caption .course-badge {
    margin-bottom: 20px;
}

.product-details-caption h3 {
    font-size: 30px;
    color: #0d0d0d;
    font-weight: 700;
    font-family: nunito, sans-serif;
    margin-bottom: 5px !important;
}

.product-details-caption h4 {
    font-size: 18px;
    color: #515151;
    font-weight: 700;
    font-family: nunito, sans-serif;
    margin-bottom: 10px !important;
}

.product-details-caption .review-star {
    margin-bottom: 5px;
}

.product-details-caption .course-price,
.product-details-caption .product-price {
    margin: 10px 0px 30px !important;
    font-size: 26px;
    color: #d92429;
}

.product-details-caption p {
    font-size: 16px;
    margin-bottom: 18px;
}

.product-details-caption .product-quantity {
    margin-bottom: 20px;
}

.product-details-caption .product-author-share p {
    margin-bottom: 0;
    font-size: 15px;
}

.product-details-caption .product-wishlist {
    margin-bottom: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: end;
    font-size: 15px;
    color: #515151;
}
.product-details-item-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.product-details-item-right .fa {
    margin-left: 10px;
}
.product-details-caption .product-wishlist:hover {
    color: #d92429;
}

.product-details-caption .product-wishlist i {
    margin-right: 5px;
}

.product-details-caption .product-wishlist i:before {
    vertical-align: sub;
}

.product-details-caption .input-checkbox {
    margin-bottom: 20px;
}

.product-action-info h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: "Nunito", sans-serif;
    margin-bottom: 10px;
}

.product-quantity .cart-quantity {
    margin-right: 15px;
    margin-top: 10px;
}

.product-quantity .main-btn {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 10px;
}

.product-tab-list {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-tab-list li {
    list-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    color: #8a8a8a;
    position: relative;
    font-size: 18px;
    font-family: nunito, sans-serif;
    font-weight: 500;
    margin-right: 35px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-tab-list li:last-child {
    margin-right: 0;
}

.product-tab-list li:after {
    content: "";
    width: 98%;
    height: 2px;
    background-color: #d4d3d3;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    bottom: 0;
}

.product-tab-list li.active {
    color: #000;
    font-weight: 600;
}

.product-tab-list li.active:after {
    background-color: #d92429;
}

.product-tab-list li:hover {
    color: #000;
}

.product-tab-list li:hover:after {
    background-color: #d92429;
}

.product-tab-list.product-tab-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
}

.product-tab-information-item {
    margin-bottom: 30px;
    display: none;
}

.product-tab-information-item.active {
    display: inline-block;
    width: 100%;
}

.product-description p {
    font-size: 16px;
    margin-bottom: 20px;
}

.product-description p:last-child {
    margin-bottom: 0;
}

.product-description-table {
    overflow: auto;
    margin-bottom: 20px;
}

.product-description-table:last-child {
    margin-bottom: 0;
}

.product-description-table::-webkit-scrollbar {
    height: 7px;
}

.product-description-table::-webkit-scrollbar-thumb {
    background: #c8c8c8;
}

.product-description-table::-webkit-scrollbar-track {
    background: #efefef;
}

.product-description-table table {
    width: 100%;
}

.product-description-table table tbody {
    border: 1px solid #c8c8c8;
}

.product-description-table table tbody tr {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-description-table table tbody tr td {
    font-size: 15px;
    color: #515151;
    width: auto;
    font-weight: 400;
    padding: 10px 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-bottom: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
}

.product-description-table table tbody tr td.weight-500 {
    font-weight: 500;
}

.product-description-table table tbody tr td:last-child {
    border-right: 0;
}

.product-review-box {
    /* max-width: 700px; */
    margin-bottom: 30px;
}

.product-review-item {
    height: 100%;
    border: 1px solid #f5f5f5;
    padding: 25px;
    background-color: #f8f8f8;
    margin-bottom: 20px;
    border-radius: 3px;
}

.product-review-item:last-child {
    margin-bottom: 0;
}

.product-review-item p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.product-review-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-review-author .product-review-author-info {
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-review-author .review-star-list {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0;
    margin-left: 5px;
}

.product-review-author-info h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0d0d0d;
    margin-bottom: 10px;
    font-family: nunito, sans-serif;
}

.product-review-author-info h4 {
    font-size: 15px;
    color: #d92429;
    margin-bottom: 0;
    font-family: nunito, sans-serif;
    font-weight: 700;
}

.profile-desc {
    margin-bottom: 30px;
}

.profile-desc:last-child {
    margin-bottom: 0;
}

.profile-desc h3 {
    font-size: 27px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-bottom: 18px;
}

.profile-desc h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-top: 18px;
    margin-bottom: 18px;
}

.profile-desc p {
    font-size: 16px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.profile-contact-list {
    margin-bottom: 30px;
}

.profile-contact-list:last-child {
    margin-bottom: 0;
}

.profile-contact-list h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-top: 12px;
    margin-bottom: 12px;
}

.profile-contact-list ul {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.profile-contact-list ul:first-child {
    margin-top: 0;
}

.profile-contact-list ul:last-child {
    margin-bottom: 0;
}

.profile-contact-list ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #515151;
    margin-bottom: 10px;
    font-size: 16px;
}

.profile-contact-list ul li strong {
    margin-right: 5px;
}

.profile-contact-list ul li:last-child {
    margin-bottom: 0;
}

.profile-contact-list ul li a {
    margin-left: 5px;
    color: #515151;
}

.profile-contact-list ul li a:hover {
    color: #d92429;
}

.profile-contact-list ul li span {
    margin-left: 5px;
}

.profile-content-image {
    position: relative;
}

.profile-content-image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/shapes/frame-2.png);
    background-size: 100% 100%;
}

.profile-action-information {
    margin-bottom: 30px;
}

.profile-dashboard-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}

.profile-dashboard-tab li {
    font-size: 14px;
    color: #8c8c8c;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    list-style: none;
    margin-right: 20px;
}

.profile-dashboard-tab li:last-child {
    margin-right: 0;
}

.profile-dashboard-tab li:hover {
    color: #0d0d0d;
}

.profile-dashboard-tab li.active {
    color: #0d0d0d;
}

.profile-table {
    overflow: auto;
}

.profile-table::-webkit-scrollbar {
    height: 7px;
}

.profile-table::-webkit-scrollbar-thumb {
    background: #a2a2a2;
}

.profile-table::-webkit-scrollbar-track {
    background: #e2e2e2;
}

.profile-table table {
    width: 100%;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.profile-table table thead tr {
    background-color: #d92429;
}

.profile-table table thead tr th {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 20px 25px;
}

.profile-table table tbody tr {
    border-bottom: 1px solid #c8c8c8;
}

.profile-table table tbody tr td {
    font-size: 15px;
    font-weight: 400;
    color: #0d0d0d;
    padding: 20px 25px;
    white-space: nowrap;
}

.profile-table-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #0d0d0d;
}

.profile-table-progress span {
    -webkit-box-flex: 0;
    flex: 0 0 45px;
    -ms-flex: 0 0 45px;
    max-width: 45px;
    margin-right: 15px;
}

.profile-progress-badge {
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 14px;
}

.profile-progress-badge.profile-progress-badge-success {
    background-color: #007b26;
    color: #fff;
}

.profile-progress-badge.profile-progress-badge-danger {
    background-color: #ff1e00;
    color: #fff;
}

.profile-progress-badge.profile-progress-badge-focus {
    background-color: #d92429;
    color: #fff;
}

.profile-dashboard-details-item {
    display: none;
}

.profile-dashboard-details-item.active {
    display: block;
}

.profile-information-details-item {
    display: none;
}

.profile-information-details-item.active {
    display: block;
}

.profile-information-header {
    text-align: center;
}

.profile-information-tab {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile-information-tab li {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    color: #a7a7a7;
    position: relative;
    font-size: 18px;
    font-family: nunito, sans-serif;
    font-weight: 500;
    margin-right: 35px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.profile-information-tab li:last-child {
    margin-right: 0;
}

.profile-information-tab li:after {
    content: "";
    width: 98%;
    height: 2px;
    background-color: #d4d3d3;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    bottom: 0;
}

.profile-information-tab li.active {
    color: #000;
    font-weight: 600;
}

.profile-information-tab li.active:after {
    background-color: #d92429;
}

.profile-information-tab li:hover {
    color: #000;
}

.profile-information-tab li:hover:after {
    background-color: #d92429;
}

.profile-information-tab.profile-information-tab-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.account-info {
    padding: 50px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
}

.account-setting-item {
    border-bottom: 1px solid #c8c8c8;
    padding-top: 25px;
    padding-bottom: 25px;
}

.account-setting-item:first-child {
    padding-top: 0;
}

.account-setting-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.account-avatar-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.account-avatar-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    max-width: 110px;
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.account-avatar-thumb img {
    width: 100%;
    height: 100%;
}

.account-avatar-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
}

.account-avatar-action li {
    margin-right: 10px;
    list-style: none;
}

.account-setting-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.account-setting-button .main-btn {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.qa-item {
    padding-bottom: 10px;
    margin-top: 35px;
    border-bottom: 1px solid #c8c8c8;
}

.qa-item:first-child {
    margin-top: 0;
}

.qa-item:last-child {
    border-bottom: 0;
}

.qa-item-number {
    width: 35px;
    height: 35px;
    background-color: #d92429;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
}

.qa-item-number:before {
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #d9242a36;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.qa-item-number span {
    position: relative;
}

.qa-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.qa-content-item {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
}

.qa-item-title h3 {
    font-size: 23px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 20px;
}

.qa-item-title h3:first-child {
    margin-top: 0;
}

.qa-item-title h3:last-child {
    margin-bottom: 0;
}

.qa-item-desc h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.qa-item-desc h4:first-child {
    margin-top: 0;
}

.qa-item-desc h4:last-child {
    margin-bottom: 0;
}

.qa-item-desc h5 {
    font-size: 18px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-top: 18px;
    margin-bottom: 18px;
    line-height: 1.3;
}

.qa-item-desc h5:first-child {
    margin-top: 0;
}

.qa-item-desc h5:last-child {
    margin-bottom: 0;
}

.qa-item-desc h6 {
    font-size: 16px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-top: 18px;
    margin-bottom: 18px;
    line-height: 1.3;
}

.qa-item-desc h6:first-child {
    margin-top: 0;
}

.qa-item-desc h6:last-child {
    margin-bottom: 0;
}

.qa-item-desc p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.qa-item-desc p:first-child {
    margin-top: 0;
}

.qa-item-desc p:last-child {
    margin-bottom: 0;
}

.qa-item-desc ul {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.qa-item-desc ul:first-child {
    margin-top: 0;
}

.qa-item-desc ul:last-child {
    margin-bottom: 0;
}

.qa-item-desc ul li {
    position: relative;
    list-style: none;
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 35px;
}

.qa-item-desc ul li:last-child {
    margin-bottom: 0;
}

.qa-item-desc ul li:before {
    content: "\f10b";
    font-family: Flaticon;
    font-size: 16px;
    position: absolute;
    left: 0;
}

.timeline-content {
    position: relative;
}

.timeline-content:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #c8c8c8;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 80px;
    position: relative;
}

.timeline-item:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 3px solid #d92429;
    border-radius: 50%;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.timeline-item:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid #d92429;
    border-radius: 50%;
    top: 90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.timeline-item .timeline-point {
    width: 28px;
    height: 28px;
    border: 2px solid #d92429;
    border-radius: 50%;
    position: absolute;
    top: 85px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.timeline-item:nth-child(odd) .timeline-item-image {
    text-align: right;
}

.timeline-item:nth-child(even) .timeline-item-text {
    text-align: right;
}

.timeline-item-inner {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    padding-left: 50px;
    padding-right: 50px;
}

.timeline-label {
    font-size: 25px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #d92429;
    margin-bottom: 60px;
}

.timeline-item-image img {
    border-radius: 3px;
}

.timeline-item-text {
    padding-top: 93px;
}

.timeline-item-text h3 {
    font-size: 23px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-top: 20px;
    margin-bottom: 20px;
}

.timeline-item-text h3:first-child {
    margin-top: 0;
}

.timeline-item-text h3:last-child {
    margin-bottom: 0;
}

.timeline-item-text p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.timeline-item-text p:first-child {
    margin-top: 0;
}

.timeline-item-text p:last-child {
    margin-bottom: 0;
}

.text-details-content img {
    border-radius: 3px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
}

.text-details-content img:first-child {
    margin-top: 0;
}

.text-details-content img:last-child {
    margin-bottom: 0;
}

.text-details-content h1 {
    font-size: 34px;
    font-family: nunito, sans-serif;
    font-weight: 700;
    color: #0d0d0d;
    margin-top: 25px;
    margin-bottom: 25px;
}

.text-details-content h1:first-child {
    margin-top: 0;
}

.text-details-content h1:last-child {
    margin-bottom: 0;
}

.text-details-content h2 {
    font-size: 35px;
    font-family: nunito, sans-serif;
    font-weight: 700;
    color: #0d0d0d;
    margin-top: 25px;
    margin-bottom: 25px;
}

.text-details-content h2:first-child {
    margin-top: 0;
}

.text-details-content h2:last-child {
    margin-bottom: 0;
}

.text-details-content h3 {
    font-size: 30px;
    font-family: nunito, sans-serif;
    font-weight: 700;
    color: #0d0d0d;
    margin-top: 25px;
    margin-bottom: 25px;
}

.text-details-content h3:first-child {
    margin-top: 0;
}

.text-details-content h3:last-child {
    margin-bottom: 0;
}

.text-details-content h4 {
    font-size: 25px;
    font-family: nunito, sans-serif;
    font-weight: 700;
    color: #0d0d0d;
    margin-top: 25px;
    margin-bottom: 25px;
}

.text-details-content h4:first-child {
    margin-top: 0;
}

.text-details-content h4:last-child {
    margin-bottom: 0;
}

.text-details-content h5 {
    font-size: 20px;
    font-family: nunito, sans-serif;
    font-weight: 700;
    color: #0d0d0d;
    margin-top: 25px;
    margin-bottom: 25px;
}

.text-details-content h5:first-child {
    margin-top: 0;
}

.text-details-content h5:last-child {
    margin-bottom: 0;
}

.text-details-content h6 {
    font-size: 18px;
    font-family: nunito, sans-serif;
    font-weight: 700;
    color: #0d0d0d;
    margin-top: 25px;
    margin-bottom: 25px;
}

.text-details-content h6:first-child {
    margin-top: 0;
}

.text-details-content h6:last-child {
    margin-bottom: 0;
}

.text-details-content p {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.text-details-content p:first-child {
    margin-top: 0;
}

.text-details-content p:last-child {
    margin-bottom: 0;
}

.text-details-content ul {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
}

.text-details-content ul:first-child {
    margin-top: 0;
}

.text-details-content ul:last-child {
    margin-bottom: 0;
}

.text-details-content ul li {
    position: relative;
    list-style: none;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 35px;
}

.text-details-content ul li:last-child {
    margin-bottom: 0;
}

.text-details-content ul li:before {
    content: "\f10b";
    font-family: Flaticon;
    font-size: 18px;
    position: absolute;
    left: 0;
}

.text-details-content ul li ol {
    margin-top: 25px;
    margin-bottom: 25px;
}

.text-details-content ul li ol:first-child {
    margin-top: 25px;
}

.text-details-content ul li ol:last-child {
    margin-bottom: 25px;
}

.text-details-content ul li ol li {
    list-style: unset;
    padding-left: 0;
}

.text-details-content ul li ol li:before {
    content: none;
}

.text-details-content ol {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 0;
}

.text-details-content ol:first-child {
    margin-top: 0;
}

.text-details-content ol:last-child {
    margin-bottom: 0;
}

.text-details-content ol li {
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
}

.text-details-content ol li:last-child {
    margin-bottom: 0;
}

.text-details-content table {
    width: 100%;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
}

.text-details-content table:first-child {
    margin-top: 0;
}

.text-details-content table:last-child {
    margin-bottom: 0;
}

.text-details-content table thead tr {
    background-color: #d92429;
}

.text-details-content table thead tr th {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 20px 25px;
}

.text-details-content table tbody tr {
    border-bottom: 1px solid #c8c8c8;
}

.text-details-content table tbody tr td {
    font-size: 15px;
    font-weight: 400;
    color: #0d0d0d;
    padding: 20px 25px;
    white-space: nowrap;
}

.text-details-image {
    position: relative;
}

.pricing-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.pricing-item {
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    -ms-flex: 33.33%;
    max-width: 33.33%;
}

.pricing-item:nth-child(2) {
    z-index: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pricing-item-inner {
    padding: 70px 50px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    text-align: center;
    position: relative;
}

.pricing-item-inner:after {
    content: "";
    width: 230px;
    height: 3px;
    background-color: #d92429;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.pricing-item-inner h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-bottom: 25px;
}

.pricing-item-inner .pricing-thumb {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #cbe3ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-item-inner .pricing-thumb i {
    font-size: 34px;
    color: #d92429;
}

.pricing-item-inner h4 {
    font-size: 34px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-bottom: 25px;
}

.pricing-item-inner h4 small {
    font-size: 18px;
}

.pricing-item-inner .main-btn {
    margin-bottom: 25px;
}

.pricing-item-inner .main-btn:last-child {
    margin-bottom: 0;
}

.pricing-item-inner ul {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 25px;
}

.pricing-item-inner ul:last-child {
    margin-bottom: 0;
}

.pricing-item-inner ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 16px;
}

.pricing-item-inner ul li:last-child {
    margin-bottom: 0;
}

.pricing-badge {
    padding: 7px 20px;
    background-color: #0fbdd2;
    border-radius: 0 0 3px 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.event-speakers {
    margin-top: 40px;
}

.event-speakers > h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-bottom: 40px;
}

.event-speaker-card:hover .event-speaker-thumb:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.event-speaker-card:hover .event-speaker-share li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.event-speaker-thumb {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.event-speaker-thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgba(0, 103, 218, 0.5);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.event-speaker-share {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.event-speaker-share li {
    list-style: none;
    font-size: 18px;
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.event-speaker-share li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.event-speaker-share li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.event-speaker-share li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.event-speaker-share li a {
    color: #fff;
}

.event-speaker-content {
    text-align: center;
}

.event-speaker-content h3 {
    font-size: 20px;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    font-weight: 700;
    margin-bottom: 5px;
}

.event-speaker-content h4 {
    font-size: 16px;
    color: #515151;
    font-family: nunito, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

.event-page-header.section-title {
    margin-bottom: 30px;
}

.modal-header {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 15px 20px;
}

.modal-header .close {
    font-size: 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.modal-header .close:hover {
    color: #d92429;
}

.modal-title {
    font-size: 22px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
}

.modal-body {
    padding: 15px 20px;
}

.career-card {
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    padding: 35px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.career-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.career-card .main-btn {
    width: 100%;
    padding: 10px 20px;
}

.career-card-title h3 {
    font-size: 25px;
    color: #0d0d0d;
    margin-bottom: 9px;
    line-height: 1.4;
    font-family: nunito, sans-serif;
    font-weight: 700;
}

.career-card-title h4 {
    font-size: 19px;
    color: #515151;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c8c8c8;
    font-family: nunito, sans-serif;
    font-weight: 700;
}

.career-card-title h5 {
    font-size: 18px;
    color: #535353;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: nunito, sans-serif;
    font-weight: 700;
}

.career-card-brief p {
    font-size: 15px;
    margin-bottom: 12px;
}

#external-events .fc-event {
    cursor: move;
}

#calendar-container {
    position: relative;
    z-index: 1;
}

.calender-event {
    background-color: #fff;
    padding: 20px;
    border-radius: 3px;
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
}

.calender-event h3 {
    font-size: 23px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-bottom: 20px;
}

.calender-event .fc-h-event {
    background-color: #d92429;
    color: #fff;
    padding: 5px 10px;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: move;
}

.calender-event .input-checkbox {
    margin-top: 15px;
}

.fc .fc-button {
    text-transform: uppercase;
}

.fc .fc-button-primary {
    background-color: #d92429;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 !important;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.fc .fc-button-primary:disabled {
    background-color: #024c9f;
}

.fc .fc-button-primary:hover,
.fc .fc-button-primary:focus,
.fc .fc-button-primary:active {
    background-color: #024c9f;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    background-color: #024c9f;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
    background-color: #024c9f;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.fc-toolbar-title {
    font-size: 22px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
}

.fc .fc-col-header-cell-cushion {
    padding: 4px 6px;
    font-weight: 500;
    color: #d92429;
}

.fc-h-event .fc-event-main {
    background-color: #d92429;
}

.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
    padding: 3px 5px;
}

.fc-toolbar-chunk {
    text-align: center;
    margin-top: 10px;
}

.fc-header-toolbar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
}

.demo-account-item {
    margin-bottom: 30px;
}

.demo-account-item:last-child {
    margin-bottom: 0;
}

.checkout-form .input-group-select {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
    width: 100%;
    position: relative;
}

.checkout-form .input-group-select:before {
    content: "\e9ce";
    font-family: boxicons !important;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #0d0d0d;
    font-size: 15px;
}

.checkout-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 100%;
    position: relative;
}

.checkout-details .cart-total-box {
    margin-top: 0;
    border-radius: 3px;
}

.checkout-details .cart-total-item {
    padding: 15px 0px;
}

.checkout-details .cart-total-item h4,
.checkout-details .cart-total-item p {
    font-size: 15px;
}

.checkout-details .cart-total-item:last-child {
    border-bottom: 0;
}

.checkout-details .cart-total-item .checkout-total-title {
    color: #0d0d0d;
    font-weight: 600;
    font-size: 16px;
}

.checkout-payment-area {
    padding: 30px;
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
}

.checkout-payment-area .sub-section-title {
    margin-bottom: 20px;
}

.checkout-payment-form p {
    font-size: 16px;
    margin-bottom: 20px;
}

.meeting-card {
    position: relative;
}

.meeting-card:hover .meeting-card-thumb img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.meeting-card:hover .meeting-card-content h3 a {
    color: #d92429;
}

.meeting-card-thumb {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 3px;
}

.meeting-card-thumb img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.meeting-info-list li {
    margin-right: 10px;
}

.meeting-info-list li + li:before {
    content: "|";
    padding-right: 10px;
}

.meeting-info-list li span {
    color: #d92429;
    font-weight: 700;
    margin-left: 5px;
}

.meeting-info-list li i {
    line-height: 1;
    font-size: 18px;
    margin-right: 8px;
}

.meeting-info-list li img {
    -webkit-box-flex: 0;
    flex: 0 0 45px;
    -ms-flex: 0 0 45px;
    max-width: 45px;
    margin-right: 8px;
    border-radius: 50%;
}

.meeting-card-content h3 {
    font-size: 22px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    line-height: 1.4;
    margin-bottom: 12px;
}

.meeting-card-content h3 a {
    color: #0d0d0d;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.meeting-card-content h3:last-child {
    margin-bottom: 0;
}

.meeting-card-content p {
    font-size: 16px;
    margin-bottom: 13px;
}

.meeting-card-content p:last-child {
    margin-bottom: 0;
}

.meeting-time {
    padding: 4px 15px;
    border-radius: 3px;
    font-size: 13px;
    font-family: nunito, sans-serif;
    color: #515151;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: -5px;
    background: #fff;
}

.meeting-time:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
    background: #d92429;
}

.meeting-time span {
    color: #d92429;
    font-weight: 900;
    font-size: 19px;
    margin-right: 5px;
}

.authentication-item {
    padding: 50px;
    border-radius: 3px;
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, 0.09);
}

.authentication-item h3 {
    font-size: 25px;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    font-weight: 700;
    margin-bottom: 25px;
}

.authentication-item .form-desc {
    font-size: 16px;
    color: #757575;
}

.authentication-account-access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -10px;
}

.authentication-account-access-item {
    margin-top: 10px;
}

.authentication-link a {
    color: #d92429;
    border-bottom: 1px solid #d92429;
    font-size: 14px;
    font-weight: 400;
}

.gallery-tab-header {
    text-align: center;
}

.gallery-selection-tab {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
    background-color: #f8f8f8;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery-selection-tab li {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    color: #a7a7a7;
    position: relative;
    font-size: 18px;
    font-family: nunito, sans-serif;
    font-weight: 500;
    margin-right: 35px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery-selection-tab li:last-child {
    margin-right: 0;
}

.gallery-selection-tab li:after {
    content: "";
    width: 98%;
    height: 2px;
    background-color: #d4d3d3;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    bottom: 0;
}

.gallery-selection-tab li.active {
    color: #000;
    font-weight: 600;
}

.gallery-selection-tab li.active:after {
    background-color: #d92429;
}

.gallery-selection-tab li:hover {
    color: #000;
}

.gallery-selection-tab li:hover:after {
    background-color: #d92429;
}

.gallery-selection-tab.product-tab-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery-card {
    position: relative;
}

.gallery-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 103, 218, 0.5);
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.gallery-card .gallery-zoom {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
}

.gallery-card .gallery-zoom a {
    color: #d92429;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
}

.gallery-card:hover:before {
    opacity: 1;
    pointer-events: all;
}

.gallery-card:hover .gallery-zoom {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotateY(360deg);
    transform: translate(-50%, -50%) rotateY(360deg);
    pointer-events: all;
}

.gallery-card-thumb {
    border-radius: 3px;
    overflow: hidden;
}

.image-frame {
    position: relative;
}

.image-frame:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/shapes/frame-2.png);
    background-size: 100% 100%;
}

.image-frame.image-frame-2:before {
    background-image: url(../images/shapes/frame-1.png);
}

.testimonial-thumb-frame {
    position: relative;
}

.testimonial-thumb-frame:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/shapes/frame-small-1.png);
    background-size: 100% 100%;
}

.testimonial-thumb-frame.testimonial-thumb-frame-2:before {
    background-image: url(../images/shapes/frame-small-2.png);
}

.error-page-content {
    text-align: center;
}

.error-page-content img {
    margin-bottom: 50px;
}

.error-page-content h2 {
    font-size: 35px;
    color: #0d0d0d;
    font-family: nunito, sans-serif;
    font-weight: 700;
    margin-top: 17px;
    margin-bottom: 17px;
}

.error-page-content h2:first-child {
    margin-top: 0;
}

.error-page-content h2:last-child {
    margin-bottom: 0;
}

.error-page-content p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 23px;
}

.error-page-content p:first-child {
    margin-top: 0;
}

.error-page-content p:last-child {
    margin-bottom: 0;
}

.error-page-content .main-btn {
    margin-bottom: 20px;
}

.error-page-content .main-btn:last-child {
    margin-bottom: 0;
}

.coming-soon-section {
    background-image: url(../images/coming-soon.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #d92429;
    height: 100vh;
    overflow: auto;
    position: relative;
    padding: 30px;
}

.coming-soon-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 103, 218, 0.7);
    width: 100%;
    height: 100%;
}

.coming-soon-section .container {
    height: 100%;
    position: relative;
}

.coming-soon-content {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.new-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.new-counter p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    font-family: nunito, sans-serif;
}

.new-counter p:before {
    content: ":";
    position: absolute;
    right: 0;
    top: 10px;
    color: #fff;
    font-size: 70px;
}

.new-counter p span {
    font-size: 34px;
    font-weight: 400;
}

.new-counter p:last-child:before {
    content: none;
}

.coming-soon-details {
    max-width: 735px;
    padding-top: 45px;
    position: relative;
    margin: auto;
    margin-top: 50px;
}

.coming-soon-details:before {
    content: "";
    width: 150px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.coming-soon-details h2 {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: nunito, sans-serif;
    font-weight: 700;
}

.coming-soon-details .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
}

.coming-soon-details .form-group .input-group {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
}

.coming-soon-details p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
}

.coming-soon-details #validator-newsletter {
    margin-top: 5px;
    color: #fff;
    font-size: 13px;
}

.product-details-image img {
    width: 100%;
}

.sr-only {
    display: none;
}

@media screen and (max-width: 991px) {
    .header-carousel-item:nth-child(even) .row .header-content-full {
        margin-left: 0 !important;
    }
    .header-content .header-content-text {
        margin-right: 0px !important;
    }
    .header-carousel-content .header-content-text h1 {
        font-size: 26px !important;
    }
    .header-carousel-content .header-content-text p {
        font-size: 12px !important;
    }
    .header-carousel-content .header-content-text small,
    .header-carousel-content .header-content-text small i {
        font-size: 12px !important;
    }
    .header-carousel-item {
        background-position: center;
    }
    .mobile-nav {
        display: flex !important;
    }
    .mean-nav .mean-last form {
        width: 89% !important;
    }
    .mb-width-90 {
        margin: auto !important;
        margin-bottom: 10px !important;
        width: 85% !important;
    }
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu {
    top: -10px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .subdropdown-menu {
    top: -10px !important;
}

.mr-1 {
    margin-right: 5px;
}

.ml-1 {
    margin-left: 5px;
}

.summery-details-item {
    position: sticky;
    top: 100px;
}

.container-flyer .product-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
}

.container-flyer {
    /* padding: 0 32px; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: 100%;
    transform: perspective(60px);
    transform-style: preserve-3d;
}

.product-card img {
    width: 100%;
}

.product-card:nth-child(1) {
    transform: translate3d(0, 0, -15px);
    animation-name: rotate-left;
    animation-duration: 14s;
    animation-iteration-count: infinite;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
}

.product-card:nth-child(2) {
    transform: translate3d(0, 0, 5px);
    animation-name: rotate-center;
    animation-duration: 14s;
    animation-iteration-count: infinite;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
    filter: drop-shadow(4px 10px 10px rgba(0, 0, 0, 0.6));
}

.product-card:nth-child(3) {
    transform: translate3d(0, 0, -15px);
    animation-name: rotate-right;
    animation-duration: 14s;
    animation-iteration-count: infinite;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
}

@keyframes rotate-left {
    0%,
    100% {
        transform: translate3d(0, 0, -15px);
        filter: blur(1px) drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
    }
    33.33% {
        transform: translate3d(100%, 0, 5px);
        filter: blur(0) drop-shadow(4px 10px 10px rgba(0, 0, 0, 0.6));
    }
    66.66% {
        transform: translate3d(200%, 0, -15px);
        filter: blur(1px) drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
    }
}

@keyframes rotate-center {
    0%,
    100% {
        transform: translate3d(0, 0, 5px);
        filter: blur(0) drop-shadow(4px 10px 10px rgba(0, 0, 0, 0.6));
    }
    33.33% {
        transform: translate3d(100%, 0, -15px);
        filter: blur(1px) drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
    }
    66.66% {
        transform: translate3d(-100%, 0, -15px);
        filter: blur(1px) drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
    }
}

@keyframes rotate-right {
    0%,
    100% {
        transform: translate3d(0, 0, -15px);
        filter: blur(1px) drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
    }
    33.33% {
        transform: translate3d(-200%, 0, -15px);
        filter: blur(1px) drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
    }
    66.66% {
        transform: translate3d(-100%, 0, 5px);
        filter: blur(0) drop-shadow(4px 10px 10px rgba(0, 0, 0, 0.6));
    }
}

@media (max-width: 480px) {
    .container {
        flex-direction: column;
    }
    .product-card:nth-child(1) {
        transform: translate3d(0, 0, -15px);
    }
    .product-card:nth-child(2) {
        transform: translate3d(0, 0, 0);
    }
    .product-card:nth-child(3) {
        transform: translate3d(0, 0, -15px);
    }
    @keyframes rotate-left {
        0%,
        100% {
            transform: translate3d(0, 0, -15px);
            filter: blur(1px) drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
        }
        33.33% {
            transform: translate3d(0, 100%, 5px);
            filter: blur(0) drop-shadow(4px 10px 10px rgba(0, 0, 0, 0.6));
        }
        66.66% {
            transform: translate3d(0, 200%, -15px);
            filter: blur(1px) drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
        }
    }
    @keyframes rotate-center {
        0%,
        100% {
            transform: translate3d(0, 0, 5px);
            filter: blur(0) drop-shadow(4px 10px 10px rgba(0, 0, 0, 0.6));
        }
        33.33% {
            transform: translate3d(0, 100%, -15px);
            filter: blur(1px) drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
        }
        66.66% {
            transform: translate3d(0, -100%, -15px);
            filter: blur(1px) drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
        }
    }
    @keyframes rotate-right {
        0%,
        100% {
            transform: translate3d(0, 0, -15px);
            filter: blur(1px) drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
        }
        33.33% {
            transform: translate3d(0, -200%, -15px);
            filter: blur(1px) drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
        }
        66.66% {
            transform: translate3d(0, -100%, 5px);
            filter: blur(0) drop-shadow(4px 10px 10px rgba(0, 0, 0, 0.6));
        }
    }
}

.checkout-form .select-list-down .input-group {
    padding: 0px 0px 0px 25px;
}

.checkout-form .select-list-down .input-group .product-list-form {
    margin-bottom: 0px;
}

.checkout-form .select-list-down .product-list-form {
    width: calc(100% - 25px);
    padding-right: 0px;
}

.checkout-form .select-list-down .product-list-form select {
    padding: 12px 0px;
    width: 100%;
}

.checkout-form {
    margin: auto;
    max-width: 900px;
}
.tutor-checkout-form {
    max-width: 100%;
}

.checkout-section .sub-section-title {
    text-align: center;
}

.checkout-form .devider-form {
    width: 100%;
    background: black;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: white;
}

.checkout-form .devider-form input::placeholder {
    color: white !important;
}

.checkout-form .devider-form select {
    background: transparent;
    border: navajowhite;
    color: white;
}

.checkout-form .devider-form select option {
    color: black;
}

.checkout-form h5 {
    font-weight: 600;
    font-size: 16px;
}

.checkout-form h6 {
    color: black;
    font-size: 16px;
    margin: 10px 0px 15px;
    font-weight: 400;
}

.Attachment-btn .main-btn {
    padding: 8px 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 20px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 20px;
    z-index: 1;
    bottom: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
    background: #f8f8f8;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: "FontAwesome";
    color: #757575;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 3px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 991px) {
    .mobile-d-colm {
        flex-direction: column !important;
    }
}

@media screen and (max-width: 991px) {
    .mbl-d-none {
        display: none;
    }
}

@media screen and (min-width: 991px) {
    .web-d-none {
        display: none;
    }
}

.Experiences-row {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

.preloader .bg-light,
.preloader-wrapper {
    background: white !important;
}
.preloader-wrapper img {
    max-height: 180px;
    margin-bottom: 20px;
}
html {
    --scrollbarBG: #024c9f;
    --thumbBG: #90a4ae;
}

::-webkit-scrollbar {
    width: 6px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: white;
}

::-webkit-scrollbar-thumb {
    background: #d92429;
}
@media screen and (max-width: 991px) {
    .hide-on-mobile {
        display: none;
    }
    .course-section .faq-accordion .section-title h2 {
        font-size: 20px !important;
    }
    .product-list-header {
        justify-content: space-between !important   ;
    }
}
@media screen and (min-width: 991px) {
    .hide-on-web {
        display: none;
    }
}
.w3-sidebar {
    top: 0px;
    left: 0px;
    z-index: 9999;
}
.w3-sidebar {
    width: 300px !important;
}
.w3-button {
    display: flex !important;
    padding: 10px 0px !important;
    align-items: center !important;
    justify-content: space-between !important;
}
.w3-sidebar .w3-button:hover {
    background: white !important;
}
.w3-button .close {
    padding: 0px 20px;
    font-size: 28px;
}
.w3-button .product-list-header-item {
    margin-top: 15px !important;
}
.mobile-filter .faq-accordion-header,
.mobile-filter .faq-accordion-body,
.mobile-filter .faq-accordion-item {
    border-radius: 0px !important;
    border-left: none;
    border-right: none;
    margin-bottom: 0px !important;
}
.add-more-educ-row .navbar-option-item {
    margin-left: 0px !important;
    margin-top: -2px;
}
.add-more-educ-row .navbar-option-item .main-btn {
    padding: 13px 0px !important;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .add-more-educ-row .input-group {
        margin-top: 20px !important;
    }
}

.dashboard-login .login-avtar-box {
    display: flex;
    align-items: center;
}
.dashboard-login .login-avtar-box .avatar-img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    display: flex;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
}
.dashboard-login .login-avtar-box .avatar-img img {
    height: 40px;
    width: 40px;
    border-radius: 100px;
}

.dashboard-login .login-avtar-box .name {
    font-size: 14px;
    color: #d92429;
}
.dashboard-login .dropdown-menu {
    margin-top: 5px !important;
    padding: 0px !important;
    width: 150px !important;
    /* padding: 5px 0px !important; */
    right: 20px !important;
}
.dashboard-login .dropdown-menu .clearfix {
    padding: 10px 15px !important;
}
.dashboard-login .dropdown-menu .clearfix i {
    margin-right: 5px;
}
.dashboard-login .dropdown-menu .clearfix:hover {
    background: #f8f8f8;
    color: #d92429;
    cursor: pointer;
}
.tutor-box {
    display: flex !important;
}
@media screen and (max-width: 991px) {
    .tutor-box {
        display: flex !important;
        flex-direction: column !important;
    }
    .tutor-box .course-info-list li {
        flex-direction: column;
    }
}
@media screen and (max-width: 1200px) {
    .tutor-box .course-info-list li {
        display: block !important;
    }
}
.tutor-box img {
    height: 100%;
}
.tutor-box .tutor-name {
    display: flex;
    justify-content: space-between;
}
.tutor-box .tutor-name .stars {
    display: flex;
}
.tutor-box .course-info-list b {
    margin-right: 5px;
}
.tutor-box .course-info-list {
    flex-direction: column;
}
.tutor-box .tutor-detail {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}
.tutor-box .course-card-content {
    display: flex;
    width: 100%;
}
.tutor-box .course-card-thumb {
    width: 300px !important;
}
.tutor-box .course-card-content {
    width: calc(100% - 300px) !important;
}

@media screen and (max-width: 1200px) {
    .tutor-box .course-card-thumb {
        width: 250px !important;
    }
    .tutor-box .course-card-content {
        width: calc(100% - 250px) !important;
    }
}
@media screen and (max-width: 1200px) {
    .tutor-box .course-card-thumb {
        width: 100% !important;
    }
    .tutor-box .course-card-thumb img {
        width: 100%;
    }
    .tutor-box .course-card-content {
        width: 100% !important;
    }
}

.tutor-box .course-card-content .left {
    width: calc(100% - 170px);
}
.tutor-box .course-card-content .right {
    border-left: 1px solid lightgray;
    padding-left: 15px;
    margin-left: 15px;
    width: 170px;
}
.tutor-box .course-card-content .right .main-btn {
    font-size: 12px;
    padding: 8px;
    margin-bottom: 10px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .tutor-box .course-card-content {
        flex-direction: column;
    }
    .tutor-box .course-card-content .right {
        border-top: 1px solid lightgray;
        border-left: none !important;
        padding-left: 0px;
        margin-left: 0px;
        margin-top: 10px;
        padding-top: 10px;
        width: 100%;
    }
    .tutor-box .course-card-content .left {
        width: 100%;
    }
    .tutor-box .tutor-name {
        flex-direction: column;
        margin-bottom: 5px;
    }
}
.tutor-box .course-price {
    font-size: 22px;
}
.app-form-section {
    margin: 20px 0px;
    border: 2px solid #f5f5f5 !important;
}
.app-form-section .app-form-heading {
    padding: 15px;
    margin-top: -1px;
    font-family: Nunito, sans-serif !important;
    width: 100%;
    color: white !important;
    font-weight: bold;
    background: #4747a1;
}
.app-form-body {
    padding: 20px 20px 5px;
}

@media only screen and (max-width: 767px) {
    .product-details-item-right {
        align-items: flex-start;
    }
    .product-details-caption .course-price {
        margin: 0px !important;
    }
    .product-details-caption .review-star {
        margin-bottom: 0px !important;
    }
    .product-details-caption .product-wishlist {
        margin-top: 0px !important;
        margin-bottom: 5px !important;
    }
    .product-review-item {
        border-bottom: 2px solid lightgray;
    }
}

.uni-logos-slider .swiper-slide img {
    height: 90px;
}
.banner-section  .image-position2{
max-height: 350px;
position: revert !important;
width: 100%;
overflow-y: scroll;
}
.banner-section  .image-position2 img{
    width: 100%;

}