@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-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.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: #0067da;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a:hover,
a:active {
    text-decoration: none;
    color: #0067da;
}
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: 5px 20px !important;
    text-align: center;
    background: #feb729;
    color: #000 !important;
    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: #6e6e6e;
    -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: #fff;
    color: #0067da;
}
.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: #feb729;
}
.main-btn.btn-thirdcolor:after {
    background-color: #191151;
}
.main-btn:disabled,
.main-btn.disabled {
    opacity: 1;
}
.main-btn-2 {
    padding: 10px 10px 10px 25px;
    text-align: center;
    background: #0067da;
    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: #0067da;
    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: #0067da;
}
.main-btn-2.btn-white:hover {
    color: #fff;
}
.main-btn-2.btn-small {
    padding: 10px 15px;
}
.main-btn-2.btn-secondcolor {
    background-color: #100b4d;
}
.main-btn-2.btn-secondcolor i {
    color: #6f6f71;
}
.main-btn-2.btn-secondcolor:after {
    background-color: #706b6e;
}
.main-btn-2.btn-thirdcolor {
    background-color: #ff5421;
}
.main-btn-2.btn-thirdcolor i {
    color: #ff5421;
}
.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: #0067da;
    font-weight: 500;
    font-size: 15px;
}
.btn-link.btn-link-secondcolor {
    color: #be3137;
}
.btn-link.btn-link-thirdcolor {
    color: #ff5421;
}
.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: #f5f5f5;
    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: #3aae36;
}
.bg-blue {
    background-color: #191151;
}
.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(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);
    }
}
.section-title {
    max-width: 575px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.section-title small {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    display: inline-block;
}
.section-title h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #0d0d0d;
    font-family: nunito, sans-serif;
    position: relative;
    line-height: 42px;
    padding-bottom: 25px;
}
.section-title h2:before {
    content: "";
    position: absolute;
    display: none;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 73px;
    height: 10px;
    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: #00275e;
    /* text-decoration: underline; */
}
.section-title p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 25px;
    position: relative;
}
.section-title p a {
    color: #0067da;
    border-bottom: 1px solid #0067da;
}
.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: #00275e;
}
.section-title.section-title-thirdcolor small {
    color: #ff5421;
}
.section-title.section-title-thirdcolor h2 span {
    color: #ff5421;
}
.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;
    font-size: 34px;
}
.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: 20px;
}
.sub-section-title small {
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 3px;
    color: #0067da;
}
.sub-section-title .sub-section-title-heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 21px;
    color: #000;
    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;
    display: block;
}
.breadcrumb .breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0.5rem;
    color: #fff;
    display: inline-block;
}
.breadcrumb .breadcrumb-item a {
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.breadcrumb .breadcrumb-item a:hover {
    color: #0067da;
}
.breadcrumb .breadcrumb-item.active {
    color: #fff;
}
.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: #0067da;
    font-size: 15px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #0067da;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 3px;
}
.page-link:hover {
    background-color: #0067da;
    color: #fff;
    border-color: #0067da;
}
.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: rgba(0, 103, 218, 0.3);
    color: #0067da;
    border: 1px solid rgba(0, 103, 218, 0.3);
}
.page-item.active .page-link {
    background-color: #0067da;
    color: #fff;
    border-color: #0067da;
}
.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: 10px 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: #024c9f;
}
.input-group.input-group-maincolor .form-control {
    color: #fff;
}
.input-group.input-group-maincolor .form-control::-webkit-input-placeholder {
    color: #fff;
}
.input-group.input-group-maincolor .form-control:-ms-input-placeholder {
    color: #fff;
}
.input-group.input-group-maincolor .form-control::-ms-input-placeholder {
    color: #fff;
}
.input-group.input-group-maincolor .form-control::placeholder {
    color: #fff;
}
.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: #ff5421;
}
#msgSubmit {
    color: #ff5421;
    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: #0067da;
}
.input-checkbox label:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #0067da;
    -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-family: boxicons !important;
    background-color: #0067da;
    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: #ff5421;
}
.input-checkbox.input-checkbox-thirdcolor label:before {
    border: 1px solid #ff5421;
}
.input-checkbox.input-checkbox-thirdcolor input {
    display: none;
}
.input-checkbox.input-checkbox-thirdcolor input:checked ~ label:before {
    background-color: #ff5421;
}
.input-radio label {
    position: relative;
    padding-left: 35px;
    color: #515151;
    margin-bottom: 0;
    font-size: 15px;
}
.input-radio label a {
    color: #0067da;
}
.input-radio label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #0067da;
    -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: #0067da;
}
.input-radio input {
    display: none;
}
.input-radio input:checked ~ label:before {
    content: "\ec16";
    font-family: boxicons !important;
    background-color: #fff;
    color: #0067da;
}
.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: #ff5421;
}
.input-radio.input-checkbox-thirdcolor label:before {
    border: 1px solid #ff5421;
    color: #ff5421;
}
.input-radio.input-checkbox-thirdcolor input:checked ~ label:before {
    color: #ff5421;
}
.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: 24px;
    color: #fff;
    font-family: nunito, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
}
.preloader .preloader-wrapper h3:after {
    content: "";
    position: absolute;
    -webkit-animation: Dots 2s cubic-bezier(0, 0.39, 1, 0.68) infinite;
    animation: Dots 2s 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 #0067da;
    margin: 0;
    position: absolute;
    right: -4px;
    top: -4px;
    overflow: hidden;
    background: #0067da;
    -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: #0067da;
    }
    40% {
        background: #0067da;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    100% {
        background: #0067da;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}
@keyframes pageTurn {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    20% {
        background: #0067da;
    }
    40% {
        background: #0067da;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    100% {
        background: #0067da;
        -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 {
    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);
    }
}
.main-nav {
    max-width: 1785px;
    margin: auto;
    position: relative;
    background-color: #00275e;
    padding: 0px 0;
}
.main-nav nav .navbar-nav .nav-item {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    float: left;
}
.main-nav nav .navbar-nav .nav-item a {
    color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
}
.main-nav nav .navbar-nav .nav-item a.dropdown-toggle:after {
    /* content: "\f118"; */
    border: 0;
    font-family: Flaticon;
    font-size: 10px;
    vertical-align: baseline;
    margin-left: 0;
}
.main-nav nav .navbar-nav .nav-item a.active {
    color: #130d53;
}
.main-nav nav .navbar-nav .nav-item:hover a {
    color: #ffffff;
}
.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;
    display: block;
    width: 100%;
}
.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: 0px 0;
    width: 260px;
}
.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: 7px 12px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-transform: none !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: #0067da;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a {
    color: #191151;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu {
    top: 0px !important;
}
.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: 7px 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: #0067da;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > a {
    color: #0067da;
}
.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 !important;
}
.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;
}
.main-nav .navbar-option-item {
    padding-top: 0;
    padding-bottom: 0;
}
.main-nav .navbar-option-wishlist {
    border-right: 1px solid #c8c8c8;
    padding-right: 15px;
}
.navbar-option-item {
    margin-left: 15px;
}
.navbar-option-item a {
    color: #000;
    position: relative;
    vertical-align: text-top;
}
.navbar-option-item a:hover {
    color: #0067da;
}
.navbar-option-item a i {
    font-size: 20px;
}
.navbar-option-item .main-btn {
    color: #000;
    padding: 10px 22px;
    margin: 0 0;
    position: relative;
    top: -12px;
}
.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: 0;
    right: 0;
    -webkit-transform: translate(10px, -15px);
    transform: translate(10px, -15px);
}
.option-badge.option-badge-main {
    background-color: #0067da;
    color: #fff;
}
.option-badge.option-badge-secondcolor {
    background-color: #be3137;
    color: #fff;
}
.option-badge.option-badge-thirdcolor {
    background-color: #ff5421;
    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; */
    /* position: absolute; */
    /* top: -41px; */
    background: #fff;
}
.mobile-nav {
    padding: 10px;
}
.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: #0067da;
}
.mean-container a.meanmenu-reveal span {
    background-color: #0067da;
}
.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: #0067da;
}
.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: #ff5421;
}
.navbar-area-three .main-nav nav .navbar-nav .nav-item:hover a {
    color: #ff5421;
}
.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: #ff5421;
}
.navbar-area-three .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a {
    color: #ff5421;
}
.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: #ff5421;
}
.navbar-area-three .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > a {
    color: #ff5421;
}
.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: #ff5421;
}
.navbar-area-three .navbar-option-item .main-btn.btn-white {
    color: #ff5421;
}
.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: #ff5421;
}
.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: #0067da;
    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: #0067da !important;
}
.header-revolution .main-btn a {
    color: #000;
    font-size: 16px !important;
}
.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: 5px;
    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: #ffffff;
}
.tp-bannertimer {
    background-color: #0067da;
    display: none;
}
.header-bg-three {
    padding-top: 200px;
    padding-bottom: 70px;
    background-image: url(../images/index-3-header/header-bg-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.header-bg-three .header-content {
    padding-bottom: 30px;
}
.header-bg-three .header-content-image {
    padding-bottom: 30px;
}
.header-content-full {
    max-width: 865px;
    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: #0067da;
    margin-bottom: 25px;
}
.header-content h1 {
    font-size: 70px;
    color: #0d0d0d;
    font-weight: 900;
    font-family: nunito, sans-serif;
    margin-bottom: 25px;
}
.header-content h1 span {
    color: #0067da;
}
.header-content p {
    font-size: 20px;
    margin-bottom: 45px;
}
.header-content p:last-child {
    margin-bottom: 0;
}
.header-content .header-content-text {
    margin-bottom: 45px;
}
.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: #ff5421;
}
.header-content.header-content-thirdcolor h1 span {
    color: #ff5421;
}
.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: #0067da;
    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: #0067da;
}
.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: #ff5421;
}
.header-recommended-text.header-recommended-text-thirdcolor p a:hover {
    color: #ff5421;
}
.header-page {
    padding-top: 50px;
    padding-bottom: 50px;
    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: 0%;
}
.header-page-shape.header-page-shape-top {
    top: 0;
}
.header-page-shape.header-page-shape-middle {
    top: 0%;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
}
.header-page-shape.header-page-shape-bottom {
    bottom: 0;
}
.header-page-content {
    position: relative;
    text-align: center;
}
.header-page-content h1 {
    font-size: 38px;
    font-weight: 700;
    color: #ffff;
    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: #0067da;
}
.header-carousel-item {
    padding-top: 200px;
    padding-bottom: 200px;
}
.header-carousel-content .header-content-text small {
    font-size: 17px;
    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: 80px;
}
.header-carousel-content .header-content-text h1 span {
    text-decoration: underline;
}
.header-carousel-content .header-content-text p {
    font-size: 20px;
    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: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    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(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;
    text-align: right;
    padding-right: 20px;
}
.header-carousel-item:nth-child(even) .header-button-group {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-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: 25px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 1px solid #e1e1e1;
    background: #f1f1f1;
}
.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: 60px;
    color: #00275e;
    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: 30px;
    font-weight: 900;
    color: #00275e;
    margin-bottom: 7px;
}
.about-card-text h4 {
    font-size: 17px;
    font-weight: 500;
    font-family: nunito, sans-serif;
    color: #0a0909;
    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: #ff5421;
}
.about-item-card-thirdcolor .about-card-text h3 {
    color: #ff5421;
}
.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: #feb729;
    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: #0067da;
}
@-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: 17px;
}
.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: #0067da;
    margin-left: 5px;
}
.about-feedback-holder.about-feedback-holder-thirdcolor span {
    color: #ff5421;
}
.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: #f8f8f8;
}
.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: #0067da;
    line-height: 1;
}
.faq-accordion-item-active .faq-accordion-header {
    background: #00275e;
}
.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: 300px;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.faq-accordion-title {
    font-size: 17px;
    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 {
    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;
}
.record-animate-shape:nth-child(2) {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.record-animate-shape:nth-child(2) img {
    -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: #0067da;
    font-weight: 700;
    font-family: nunito, sans-serif;
    font-size: 60px;
    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: #ff5421;
}
.record-item-text {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.record-item-text p {
    font-family: nunito, sans-serif;
    font-weight: 700;
    color: #0067da;
    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: #ff5421;
}
.record-grid-item-inner.record-grid-item-inner-thirdcolor .record-item-text p {
    color: #ff5421;
}
.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: #0067da;
}
.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: #ff5421;
}
.course-card.course-card-thirdcolor:hover .course-card-content h3 a {
    color: #ff5421;
}
.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: 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 0 0 3px 3px;
    width: 100%;
    text-align: center;
}
.course-card-content h3 {
    font-size: 16px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    line-height: 1.4;
    margin-bottom: 0;
}
.course-card-content h3 a {
    color: #0d0d0d;
    font-size: 20px;
}
.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: 15px;
    margin-bottom: 13px;
}
.course-card-content p:last-child {
    margin-bottom: 0;
}
.course-price,
.product-price {
    font-size: 23px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    color: #0067da;
}
.course-price del,
.product-price del {
    color: #ff5421;
    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: 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;
    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: 18px;
    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-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: #ff5421;
    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-desc p {
    font-size: 17px;
    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: #ff5421;
}
.course-flat-card.course-flat-card-thirdcolor .course-entry-list li i {
    color: #ff5421;
}
.course-location li {
    color: #0067da;
}
.course-entry-list li i {
    color: #0067da;
}
.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: 3px 10px;
}
.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: 17px;
}
.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: 21px;
}
.course-card-thumb-thirdcolor {
    background-color: #ff5421;
}
.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: #0067da;
}
.summery-info-header-list li:hover {
    color: #000;
}
.summery-info-header-list li:hover:after {
    background-color: #0067da;
}
.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: #0067da;
}
.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: #0067da;
}
.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: #0067da;
    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: 17px;
    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: 17px;
    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: 17px;
    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: 17px;
    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: #0067da;
    position: relative;
    overflow: visible;
}
.summery-progress-bar:after {
    content: "";
    width: 13px;
    height: 13px;
    background: #0067da;
    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: -390px;
    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: #0067da;
    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: #0067da;
}
.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: #0067da;
    border-radius: 3px;
    padding: 15px;
    text-align: center;
}
.summery-counter-number {
    font-size: 21px;
    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: 17px;
    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: 5px;
    color: #c8c8c8;
    list-style: none;
    font-size: 14px !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: #0067da;
    color: #fff;
    font-size: 13px;
    display: inline-block;
}
.help-card:hover .help-card-thumb {
    background-color: #0067da;
    color: #fff;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.help-card.help-card-center {
    text-align: center;
}
.help-card.help-card-center .help-card-thumb {
    margin-left: auto;
    margin-right: auto;
}
.help-card-thumb {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #dfeeff;
    color: #0067da;
    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: 21px;
    line-height: 1.4;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    font-weight: 700;
    margin-bottom: 13px;
}
.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: 80px;
    height: 80px;
    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: #ff5421;
}
.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 #0067da;
    -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: #0067da;
}
.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 #0067da;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #0067da;
    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: #0067da;
    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 #0067da;
    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: 365px;
    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: 60px;
    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: #0067da;
    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 #0067da;
    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 #0067da;
    border-top: 1px dashed #0067da;
    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 #100c53;
}
.testimonial-content-item-secondcolor .testimonial-carousel-content-two:before {
    border-left: 1px dashed #0e0d4b;
    border-top: 1px dashed #0e0d4b;
}
.testimonial-content-item-thirdcolor .testimonial-header-text {
    color: #ffc6c0;
}
.testimonial-content-item-thirdcolor .testimonial-header-text:before {
    color: #ff5421;
}
.testimonial-content-item-thirdcolor .testimonial-carousel-content-two {
    border: 1px dashed #ff5421;
}
.testimonial-content-item-thirdcolor .testimonial-carousel-content-two:before {
    border-left: 1px dashed #ff5421;
    border-top: 1px dashed #ff5421;
}
.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 #0067da;
    -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: #0067da;
}
.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 #100b4d;
}
.testimonial-carousel-two .swiper-pagination.swiper-pagination-secondcolor .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    color: #100b4d;
}
.testimonial-carousel-two .swiper-pagination.swiper-pagination-thirdcolor .swiper-pagination-bullet {
    border: 1px dashed #ff5421;
}
.testimonial-carousel-two .swiper-pagination.swiper-pagination-thirdcolor .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    color: #ff5421;
}
.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: 50px;
}
.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 {
    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 {
    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-logo a {
    display: block;
}
.footer-logo a img{
    margin-bottom: 10px;
    border-radius: 5px;
}
.footer-details {
    margin-top: 30px;
    margin-bottom: 0;
}
.footer-details p {
    font-size: 15px;
}
.footer-content-title{
    padding-bottom: 15px;
}
.footer-content-title h3 {
    font-size: 20px;
    color: #0d0d0d;
    font-weight: 700;
    margin-bottom: 0;
    display: inline-block;
    border-bottom: 3px solid #fff;
    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: 17px;
    font-weight: 700;
    color: #515151;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 3px solid #fff;
    font-family: nunito, sans-serif;
}
.footer-address-info-item .footer-contact-number {
    font-size: 15px;
    color: #0067da;
}
.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: #0067da;
}
.footer-address-info-item .footer-availability {
    font-size: 15px;
}
.footer-address-info-item .footer-availability span {
    color: #0067da;
}
.footer-address-info-item .footer-physical-address {
    font-size: 15px;
}
.footer-address-info-item .footer-physical-address span {
    color: #0067da;
}
.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: #ff5421;
}
.footer-address-info-item.footer-address-info-item-thirdcolor .footer-email a:hover {
    color: #ff5421;
}
.footer-address-info-item.footer-address-info-item-thirdcolor .footer-availability span {
    color: #ff5421;
}
.footer-address-info-item.footer-address-info-item-thirdcolor .footer-physical-address span {
    color: #ff5421;
}
.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: #0067da;
}
.footer-list li:hover:before {
    color: #0067da;
}
.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: #ff5421;
}
.footer-list.footer-list-thirdcolor li:hover:before {
    color: #ff5421;
}
.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: #0067da;
}
.footer-newsletter-form .input-group {
    border: 1px solid #0067da;
    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: 20px 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;
    color: #333;
}
.footer-copyright-text p a:hover {
    color: #0067da;
}
.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: #ff5421;
}
.footer-copyright-text.footer-copyright-text-thirdcolor p a:hover {
    color: #ff5421;
}
.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: 15px;
}
.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: #ff5421;
}
.offer-card.offer-card-thirdcolor:hover .offer-card-inner {
    background-color: #ff5421;
}
.offer-card.offer-card-thirdcolor:hover .offer-card-inner .offer-redirect-link {
    color: #ff5421;
}
.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;
}
.offer-card-inner:hover {
    background-color: #0067da;
    -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: #0067da;
}
.offer-card-thumb {
    background-color: #ffc6c0;
    border-radius: 3px;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: -60px;
}
.offer-card-content h3 {
    font-size: 21px;
    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: #0067da;
    -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 #0067da;
    -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: #0067da;
}
.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 #ff5421;
}
.instructor-pagination.swiper-pagination-thirdcolor .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    color: #ff5421;
}
.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: #0067da;
}
.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: #ff5421;
}
.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: 20px;
    -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: 0;
}
.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: #0067da;
    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: 17px;
    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: #0067da;
}
.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: #ff5421;
}
.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: #191151;
    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: rgba(0, 103, 218, 0.3);
    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: #ff5421;
}
.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: #0067da;
}
.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: #ff5421;
}
.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: #0067da;
    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: #ff5421;
}
.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: 17px;
    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: #ff5421;
}
.blockquote-inner {
    position: relative;
}
.blockquote-inner:before {
    content: "";
    width: 3px;
    height: 100%;
    background-color: #0067da;
    position: absolute;
    left: -40px;
    top: 0;
}
.blockquote-inner p {
    font-size: 17px;
    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: 17px;
    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: #0067da;
    margin-left: 5px;
}
.blog-details-counter.blog-details-counter-secondcolor li span {
    color: #be3137;
}
.blog-details-counter.blog-details-counter-thirdcolor li span {
    color: #ff5421;
}
.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: 17px;
    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: #0067da;
}
.blog-action-tag.blog-action-tag-secondcolor i {
    color: #be3137;
}
.blog-action-tag.blog-action-tag-thirdcolor i {
    color: #ff5421;
}
.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: 17px;
    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: 17px;
    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: #0067da;
    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: #0067da;
    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: #ff5421;
}
.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: #0067da;
}
.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: #0067da;
}
.sidebar-category li a:hover {
    background-color: #0067da;
    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: #0067da;
    color: #fff;
}
.sidebar-tag li.active a {
    background-color: #0067da;
    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: #0067da;
}
.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: #0067da;
    color: #fff;
    border-color: #0067da;
}
.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: 17px;
}
.cart-coupon form .form-group .form-control:-ms-input-placeholder {
    color: #535353;
    font-size: 17px;
}
.cart-coupon form .form-group .form-control::-ms-input-placeholder {
    color: #535353;
    font-size: 17px;
}
.cart-coupon form .form-group .form-control::placeholder {
    color: #535353;
    font-size: 17px;
}
.cart-coupon form .form-group .main-btn {
    padding: 15px 20px;
    border-radius: 0;
    border: 0;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: #0067da;
}
.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 {
    margin-top: 15px;
    border: 1px solid #c8c8c8;
}
.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 #c8c8c8;
    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: 17px;
    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;
}
.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-text h3 {
    font-size: 40px;
    color: #0d0d0d;
    font-weight: 700;
    font-family: nunito, sans-serif;
    margin-bottom: 15px;
}
.cart-empty-text h3 span {
    color: #ff5421;
    font-weight: 700;
}
.cart-empty-text p {
    font-size: 17px;
    margin-bottom: 25px;
}
.contact-option-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.contact-option-icon {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}
.contact-option-icon:last-child {
    margin-bottom: 0;
}
.contact-option-details p {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 22px;
    color: #fff;
}
.contact-option-details p:last-child {
    margin-bottom: 0;
}
.contact-option-details p a {
    color: #fff;
}
.contact-option-details p a:hover {
    color: #dedede;
}
.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: 1300px;
}
.map-iframe iframe {
    width: 100%;
    border: 0;
    height: 100%;
}
.product-list-header {
    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-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
    margin-bottom: 30px;
}
.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: 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: 17px;
    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: #0067da;
}
.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: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 35px;
    right: 35px;
    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: #0067da;
    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: 17px;
}
.product-details-caption h4 {
    font-size: 20px;
    color: #515151;
    font-weight: 700;
    font-family: nunito, sans-serif;
    margin-bottom: 17px;
}
.product-details-caption .review-star {
    margin-bottom: 20px;
}
.product-details-caption .course-price,
.product-details-caption .product-price {
    margin-bottom: 20px;
}
.product-details-caption p {
    font-size: 17px;
    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-top: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    color: #515151;
}
.product-details-caption .product-wishlist:hover {
    color: #0067da;
}
.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: #0067da;
}
.product-tab-list li:hover {
    color: #000;
}
.product-tab-list li:hover:after {
    background-color: #0067da;
}
.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;
    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 {
    border: 1px solid #c8c8c8;
    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: #0067da;
    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: 15px;
    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: #0067da;
}
.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: #0067da;
}
.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: #0067da;
    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: #0067da;
}
.profile-information-tab li:hover {
    color: #000;
}
.profile-information-tab li:hover:after {
    background-color: #0067da;
}
.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: #0067da;
    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: rgba(0, 103, 218, 0.3);
    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: 17px;
    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-bottom: 50px;
    position: relative;
}
.timeline-item:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 3px solid #00275e;
    border-radius: 50%;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.timeline-item:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid #00275e;
    border-radius: 50%;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.timeline-item .timeline-point {
    width: 28px;
    height: 28px;
    border: 2px solid #0067da;
    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: left;
}
.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: #0067da;
    margin-bottom: 60px;
}
.timeline-item-image img {
    border-radius: 3px;
}
.timeline-item-text {
    padding-top: 10px;
}
.timeline-item-text h3 {
    font-size: 20px;
    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: 17px;
    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: 40px;
    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: #0067da;
}
.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: 30px;
    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: #00275e;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
.pricing-item-inner h3 {
    font-size: 21px;
    font-weight: 900;
    font-family: nunito, sans-serif;
    color: #0d0d0d;
    margin-bottom: 15px;
}
.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: 60px;
    color: #0067da;
}
.pricing-item-inner h4 {
    font-size: 32px;
    font-weight: 900;
    font-family: nunito, sans-serif;
    color: #00275e;
    margin-bottom: 10px;
}
.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: 17px;
}
.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: #0067da;
}
.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: #0067da;
    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: #0067da;
    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: #0067da;
}
.fc-h-event .fc-event-main {
    background-color: #0067da;
}
.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 20px;
}
.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: 17px;
    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: #0067da;
}
.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: #0067da;
    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: #0067da;
}
.meeting-time span {
    color: #0067da;
    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: #0067da;
    border-bottom: 1px solid #0067da;
    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: #0067da;
}
.gallery-selection-tab li:hover {
    color: #000;
}
.gallery-selection-tab li:hover:after {
    background-color: #0067da;
}
.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: rgb(0 39 94 / 55%);
    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: 17px;
    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: #0067da;
    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: #0067da;
    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: 40px;
    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: 60px;
    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: 17px;
    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;
}
.pull-right{
    float: right;
}
.middle-nav .social-list {
    padding: 5px 0;
}
.middle-nav .reg-btn {
    padding: 10px 0;
    padding-top: 10px;
}
.topnavigation {
    width: auto;
    height: 30px;
    float: right;
    padding-bottom: 8px;
}
.topnavigation ul {
    float: left;
    list-style-type: none;
    list-style-image: none;
}
.topnavigation ul li.first {
    background-image: url(../images/toplinksbg_01.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 30px;
}
.topnavigation ul li {
    background-image: url(../images/toplinksbg_02.png);
    background-repeat: repeat-x;
    height: 30px;
    float: left;
}
.topnavigation ul li a {
    background-image: url(../images/toplinks_sep.jpg);
    background-repeat: no-repeat;
    background-position: right;
    color: #eee;
    line-height: 30px;
    padding: 0 8px 0 9px;
    font-size: 13px;
    float: left;
}
.topnavigation {
    /* background: url(../img/menu-bar.png) no-repeat; */
}
.topnavigation:after {
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    height: 30px;
    background: #191151;
    overflow: hidden;
}
.header-social-links {
    padding-top: 10px;
}
.top-nav {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.middle-nav {
    position: relative;
    padding: 10px 0;
}
.rs-about.style1 .notice-bord.style1 {margin-top: 30px;}
.rs-about.style1 .notice-bord.style1 .title {
    background: #feb729;
    font-size: 20px;
    text-transform: uppercase;
    padding: 12px 25px;
    text-align: center;
    font-weight: 600;
    color: #00;
    margin-bottom: 10px;
    position: relative;
}
.rs-about.style1 .notice-bord.style1 ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.rs-about.style1 .notice-bord.style1 li {
    position: relative;
    background: #fff;
    margin-bottom: 5px;
    border-radius: 3px;
    padding: 15px;
    overflow: hidden;
}
.rs-about.style1 .about-part {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-top: 30px;
    position: relative;
}
.rs-about.style1 .about-part .sign-part {
    display: flex;
    align-items: center;
}
.rs-about.style1 .about-part .sign-part .img-part {
    padding-right: 20px;
}
.rs-about.style1 .img-part {
    position: relative;
}
.rs-about.style1 .about-part .sign-part .author-part span {
    display: block;
}
.rs-about.style1 .about-part .sign-part .author-part .post {
    font-size: 15px;
}
.rs-about.style1 .about-part .desc {
    font-size: 14px;
    line-height: 24px;
    color: #1f1f1f;
    text-align: justify;
}
.rs-about.style1 .notice-bord.style1 li:hover{
    background: #100b4d;
    color: #fff;
    cursor: pointer;
}
.date {
    margin-bottom: 5px;
    font-size: 12px;
    color: #444;
}
.rs-about.style1 .notice-bord.style1 li:hover .date{
    color: #fff;
}
.author-part h4 {
    font-size: 17px;
}
.prinicipal-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.topnavigation ul li a:hover{
    cursor: pointer;
    color: #fff;
}

.top-nav .input-group {
    background: transparent;
    padding: 8px 25px;
}
.top-nav .input-group-prepend .input-group-text {
    color: #fff;
}
.footer-bg-image {
    background-size: calc(50% - 145px) 100%;
    background-size: -webkit-calc(50% - 145px) 100%;
    background-size: -moz-calc(50% - 145px) 100%;
}
.footer-bg-image {
    background-repeat: no-repeat;
    background-position: left;
    background-attachment: inherit;
}
.footer-upper {
    background-color: #222;
}
.text-justify{
    text-align: justify;
}
.top-header-input::-webkit-input-placeholder {
    color: #fff;
}
.top-header-input:-ms-input-placeholder {
    color: #fff;
}
.top-header-input::-ms-input-placeholder {
    color: #fff;
}
.top-header-input::placeholder {
    color: #fff;
}
.main-nav nav .navbar-nav .nav-item a:hover{
    color: #fff !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover{
    color: #00275e !important;
}
.top-header-input {
    color: #fff !important;
}
details {
  width: 100%;
  margin-bottom: 10px;
}
details summary {
  color: white;
  padding: 8px;
  background: #00275e;
  background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
  background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
  background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
  background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
  /* background-image: linear-gradient(to bottom, #3298c8, #2e8cb8); */
  /* background: -webkit-linear-gradient(0deg, #f25743, #eb3648 50%); */
  border-radius: 3px;
}
details summary::-webkit-details-marker {
  margin-right: 14px;
}
details > details {
  margin: 5px 0;
  margin-left: 15px;
  position: relative;
}
details > details::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -10px;
  width: 1px;
  height: calc(36px + 10px);
  background-color: #c7d3df;
}
details > details:last-child::after {
  height: calc(36px / 2 + 5px);
}
details > details::before {
  content: "";
  position: absolute;
  top: calc(36px / 2);
  left: -10px;
  width: 8px;
  height: 1px;
  background-color: #c7d3df;
}
details > details[open]:not(:last-child)::after {
  height: calc(100% + 5px);
}
details > details summary {
  color: white;
  padding: 8px;
  background-color: #174378;
  border: 1px solid #174378;
  border-radius: 3px;
}
details > details summary::-webkit-details-marker {
  margin-right: 14px;
}
details > details > details {
  margin: 5px 0;
  margin-left: 15px;
  position: relative;
}
details > details > details::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -10px;
  width: 1px;
  height: calc(28px + 10px);
  background-color: #c7d3df;
}
details > details > details:last-child::after {
  height: calc(28px / 2 + 5px);
}
details > details > details::before {
  content: "";
  position: absolute;
  top: calc(28px / 2);
  left: -10px;
  width: 8px;
  height: 1px;
  background-color: #c7d3df;
}
details > details > details[open]:not(:last-child)::after {
  height: calc(100% + 5px);
}
details > details > details summary {
  margin: 5px 0;
  padding: 5px 10px;
  background-color: #dfe7ec;
  border: 1px solid #c7d3df;
  border-radius: 3px;
  color: #545f69;
  position: relative;
}
details > details > details summary span {
  color: #041320;
}

details > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

details > ul > li {
  margin: 5px 0;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #c7d3df;
  border-radius: 3px;
  color: #545f69;
  position: relative;
  margin-left: 15px;
  line-height: 24px;
  position: relative;
}
details > ul > li span {
  color: #041320;
}
details > ul > li::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -10px;
  width: 1px;
  height: calc(28px + 10px);
  background-color: #c7d3df;
}
details > ul > li:last-child::after {
  height: calc(28px / 2 + 5px);
}
details > ul > li::before {
  content: "";
  position: absolute;
  top: calc(28px / 2);
  left: -10px;
  width: 8px;
  height: 1px;
  background-color: #c7d3df;
}
details > ul > li a:hover{
  color: #00275e;
}
details > ul > li[open]:not(:last-child)::after {
  height: calc(100% + 5px);
}
details > ul > li > a{
  color: #000;
  font-size: 14px;
}
details summary a {
    color: #fff;
}
details summary a:hover {
    color: #fff;
}
.sidebar-side {
    border: 1px solid #ddd;
    padding: 15px;
    background: #f1f1f1;
}
.chrtxt {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f1f1f1;
}
.text-justify{
    text-align: justify;
}
.timeline-item-inner ul li {
    list-style: none;
    font-size: 16px;
    color: #515151;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}
.timeline-item-inner ul {
    padding-left: 0;
}
.timeline-item:last-child {
    padding-bottom: 0;
}
.timeline-item-inner ul li i {
    position: absolute;
    left: 0px;
}
.mobile-container{
    display: none;
}
@media only screen and (max-width: 767px) {
    .mobile-container{
        display: block!important;
        float: right;
        margin-top: 30px;
    }
    .mobile-container a{
        color: #fff;
    }
    .mobile-container{
        margin-top: 5px!important;
        padding: 10px 0;
    }
}
.icon-bar {
    background: #fff;
    height: 2px;
    width: 25px;
    margin-bottom: 5px;
    display: block;
    transform: 0.3s;
}
.contact-information-item {
    background: #00275e;
    padding: 30px;
    min-height: 400px;
}
.faq-accordion-body-inner table thead {
    background: #000000;
    color: #fff;
}
.academic-table thead {
    background: #153769;
    color: #fff;
}
.academic-table {
    font-size: 20px;
}
.contact-option-item:last-child {
    margin-bottom: 0;
}
.academic-table {
    font-size: 16px;
}
.tours-video{
    width: 680px;
    height: 400px;
}
@media only screen and (max-width: 767px) {
    .tours-video{
        width: 100%;
        height: 250px;
    }
    .header-revolution .bullet-bar .tp-bullet {
        display: none;
    }
}
.enquiry-form {
    background: #bababa;
}
.enquiry-form .input-group {
    background: #fff;
}
.mobile-enquiry-btn{
    background: #feb729;
    color: #000 !important;
}
.branch-location {
    float: left;
    text-align: center;
    margin-right: 20px;
}
.branch-location span {
    margin: auto;
    height: 75px;
    width: 75px;
    display: block;
    background: #ccc;
    top: 50%;
    border-radius: 100%;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0px 0px 0px 5px #e5e5e5;
}
.branch-title {
    background: #ddd;
    color: #000;
    border-radius: 20px;
    padding: 3px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.branch-location:hover .branch-title{
    background: #00275e;
    color: #fff;
}
.about-section-title.section-title p {
    text-align: justify;
}
.footer-details.footer-list.mt-45{
    margin-top: 45px;
}