@import "https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap";@font-face {
    font-family: cerebri sans;
    src: url(../fonts/cerebrisans/CerebriSans-Light.eot);
    src: url(../fonts/cerebrisans/CerebriSans-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/cerebrisans/CerebriSans-Light.woff) format("woff"),url(../fonts/cerebrisans/CerebriSans-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: cerebri sans;
    src: url(../fonts/cerebrisans/cerebrisans-regular.eot);
    src: url(../fonts/cerebrisans/cerebrisans-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/cerebrisans/cerebrisans-regular.woff) format("woff"),url(../fonts/cerebrisans/cerebrisans-regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: cerebri sans;
    src: url(../fonts/cerebrisans/cerebrisans-medium.eot);
    src: url(../fonts/cerebrisans/cerebrisans-medium.eot?#iefix) format("embedded-opentype"),url(../fonts/cerebrisans/cerebrisans-medium.woff) format("woff"),url(../fonts/cerebrisans/cerebrisans-medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: cerebri sans;
    src: url(../fonts/cerebrisans/cerebrisans-semibold.eot);
    src: url(../fonts/cerebrisans/cerebrisans-semibold.eot?#iefix) format("embedded-opentype"),url(../fonts/cerebrisans/cerebrisans-semibold.woff) format("woff"),url(../fonts/cerebrisans/cerebrisans-semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: cerebri sans;
    src: url(../fonts/cerebrisans/CerebriSans-Bold.eot);
    src: url(../fonts/cerebrisans/CerebriSans-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/cerebrisans/CerebriSans-Bold.woff) format("woff"),url(../fonts/cerebrisans/CerebriSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: cerebri sans;
    src: url(../fonts/cerebrisans/CerebriSans-Heavy.eot);
    src: url(../fonts/cerebrisans/CerebriSans-Heavy.eot?#iefix) format("embedded-opentype"),url(../fonts/cerebrisans/CerebriSans-Heavy.woff) format("woff"),url(../fonts/cerebrisans/CerebriSans-Heavy.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

body {
    font-family: libre baskerville,serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400
}

.img {
    max-width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a,.button,button {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a:focus,.button:focus,button:focus {
    text-decoration: none;
    outline: none
}

a:focus {
    text-decoration: none
}

a:focus,a:hover,.portfolio-cat a:hover,.footer -menu li a:hover {
    text-decoration: none
}

input:focus,button:focus {
    outline: none
}

a,button {
    outline: medium
}

h1,h2,h3,h4,h5 {
    font-family: libre baskerville,serif;
    color: #333
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: inherit
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #373737;
    margin-bottom: 0;
    font-family: libre baskerville,serif
}

@media(max-width: 1499.98px) {
    br {
        display:none
    }
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}

*::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

*::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1
}

*:-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1
}

*::-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1
}

*::placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1
}

.owl-carousel .owl-nav div {
    background: #f2fcff;
    height: 60px;
    left: 0;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 60px;
    font-size: 12px;
    color: #c7cfd2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible
}

.owl-carousel:hover .owl-nav div:hover {
    color: #202e3b
}

.mb-85 {
    margin-bottom: 85px
}

@media(max-width: 575.98px) {
    .mb-85 {
        margin-bottom:30px
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .mb-85 {
        margin-bottom:30px
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .mb-85 {
        margin-bottom:40px
    }
}

.mb-65 {
    margin-bottom: 65px
}

@media(max-width: 575.98px) {
    .mb-65 {
        margin-bottom:20px
    }
}

.mt-80 {
    margin-top: 80px
}

.mb_10 {
    margin-bottom: 10px
}

.mb_12 {
    margin-bottom: 12px
}

.mb_15 {
    margin-bottom: 15px
}

.mb_20 {
    margin-bottom: 20px
}

.mb_23 {
    margin-bottom: 23px
}

.mb_24 {
    margin-bottom: 24px
}

.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_37 {
    margin-bottom: 37px
}

.mb_50 {
    margin-bottom: 50px
}

.mb_55 {
    margin-bottom: 55px
}

.mb_60 {
    margin-bottom: 60px
}

.mb_70 {
    margin-bottom: 70px
}

.mb_76 {
    margin-bottom: 76px
}

.mb_80 {
    margin-bottom: 80px
}

.mt_10 {
    margin-top: 10px
}

.mt_20 {
    margin-top: 20px
}

.mt_10 {
    margin-top: 10px
}

.mt_30 {
    margin-top: 30px
}

.mt_24 {
    margin-top: 24px
}

.mt_40 {
    margin-top: 40px
}

.mt_50 {
    margin-top: 50px
}

.mt_60 {
    margin-top: 60px
}

.mt_70 {
    margin-top: 70px
}

.mb_27 {
    margin-bottom: 27px
}

.mr_15 {
    margin-right: 15px
}

.mr_20 {
    margin-right: 20px
}

.mr_30 {
    margin-right: 30px
}

.mr_40 {
    margin-right: 40px
}

.mr_50 {
    margin-right: 50px
}

.mr_10 {
    margin-right: 10px
}

.pt_70 {
    padding-top: 70px
}

@media(max-width: 767.98px) {
    .pt_70 {
        padding-top:30px
    }
}

.xl_mb_60 {
    margin-bottom: 30px
}

@media(min-width: 1200px) {
    .xl_mb_60 {
        margin-bottom:60px
    }
}

#back-top {
    position: fixed;
    right: 20px;
    bottom: 30px;
    cursor: pointer;
    z-index: 9999999;
    display: none
}

#back-top a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    color: #fff;
    line-height: 40px;
    background: #ff5170;
    font-size: 15px;
    border-radius: 30px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 10px 20px 0 rgba(251,17,89,.3);
    -moz-box-shadow: 0 10px 20px 0 rgba(251,17,89,.3);
    box-shadow: 0 10px 20px 0 rgba(251,17,89,.3)
}

@media(min-width: 1470px) {
    .container {
        max-width:1464px
    }
}

.section_spacing {
    padding: 139px 0 120px
}

@media(max-width: 767.98px) {
    .section_spacing {
        padding:65px 0 45px
    }
}

.section_spacing2 {
    padding: 120px 0
}

@media(max-width: 767.98px) {
    .section_spacing2 {
        padding:45px 0
    }
}

.section_spacing3 {
    padding: 139px 0 115px
}

@media(max-width: 767.98px) {
    .section_spacing3 {
        padding:65px 0 40px
    }
}

.section_spacing4 {
    padding: 100px 0
}

@media(max-width: 767.98px) {
    .section_spacing4 {
        padding:65px 0
    }
}

.section_padding {
    padding: 120px 0 90px 0
}

@media(min-width: 768px) and (max-width:991.98px) {
    .section_padding {
        padding:80px 0 50px 0
    }
}

@media only screen and (min-width: 768px) and (max-width:991.98px) {
    .section_padding {
        padding:70px 0 40px 0
    }
}

@media(max-width: 575.98px) {
    .section_padding {
        padding:70px 0 40px 0
    }
}

@media(min-width: 576px) and (max-width:767.98px) {
    .section_padding {
        padding:70px 0 40px 0
    }
}

.section_padding2 {
    padding: 110px 0 90px 0
}

@media(min-width: 768px) and (max-width:991.98px) {
    .section_padding2 {
        padding:80px 0 50px 0
    }
}

@media only screen and (min-width: 768px) and (max-width:991.98px) {
    .section_padding2 {
        padding:70px 0 40px 0
    }
}

@media(max-width: 575.98px) {
    .section_padding2 {
        padding:70px 0 40px 0
    }
}

@media(min-width: 576px) and (max-width:767.98px) {
    .section_padding2 {
        padding:70px 0 40px 0
    }
}

.section_padding3 {
    padding: 100px 0 90px 0
}

@media(min-width: 768px) and (max-width:991.98px) {
    .section_padding3 {
        padding:80px 0 50px 0
    }
}

@media only screen and (min-width: 768px) and (max-width:991.98px) {
    .section_padding3 {
        padding:70px 0 40px 0
    }
}

@media(max-width: 575.98px) {
    .section_padding3 {
        padding:70px 0 40px 0
    }
}

@media(min-width: 576px) and (max-width:767.98px) {
    .section_padding3 {
        padding:70px 0 40px 0
    }
}

.section_padding4 {
    padding: 80px 0 90px 0
}

@media(min-width: 768px) and (max-width:991.98px) {
    .section_padding4 {
        padding:80px 0 50px 0
    }
}

@media only screen and (min-width: 768px) and (max-width:991.98px) {
    .section_padding4 {
        padding:70px 0 40px 0
    }
}

@media(max-width: 575.98px) {
    .section_padding4 {
        padding:70px 0 40px 0
    }
}

@media(min-width: 576px) and (max-width:767.98px) {
    .section_padding4 {
        padding:70px 0 40px 0
    }
}

.owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 73px;
    right: 0;
    grid-gap: 22px
}

.owl-dots .owl-dot {
    margin: 0 5px
}

.owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    border-radius: 30px;
    background: #d9e3e3;
    display: inline-block;
    transition: .3s;
    position: relative
}

.owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
    left: -7px;
    top: -7px
}

.owl-dots .owl-dot span:hover {
    transform: scale(1.2)
}

.owl-dots .owl-dot.active span {
    background: #ff5170
}

.owl-dots .owl-dot.active span::before {
    border-color: #ff5170
}

.font_10 {
    font-size: 10px
}

.font_14 {
    font-size: 14px
}

.font_15 {
    font-size: 15px
}

.font_16 {
    font-size: 16px!important
}

.font_18 {
    font-size: 18px
}

.font_20 {
    font-size: 20px
}

.font_22 {
    font-size: 22px
}

.font_24 {
    font-size: 24px
}

.font_25 {
    font-size: 25px
}

.font_30 {
    font-size: 30px;
    line-height: 45px
}

@media(max-width: 767.98px) {
    .font_30 {
        font-size:25px;
        line-height: 35px
    }
}

.font_40 {
    font-size: 40px;
    line-height: 55px
}

@media(max-width: 767.98px) {
    .font_40 {
        font-size:25px;
        line-height: 35px
    }
}

.font_45 {
    font-size: 45px
}

.font_50 {
    font-size: 50px
}

.font_60 {
    font-size: 60px
}

.font_70 {
    font-size: 70px
}

.font_80 {
    font-size: 80px
}

.f_w_300 {
    font-weight: 300
}

.f_w_400 {
    font-weight: 400!important
}

.f_w_500 {
    font-weight: 500
}

.f_w_600 {
    font-weight: 600
}

.f_w_700 {
    font-weight: 700
}

.f_w_800 {
    font-weight: 800
}

.dot_devide {
    display: inline-block!important
}

.theme_text {
    color: #ff5170!important
}

.theme_text2 {
    color: #373737!important
}

.theme_text3 {
    color: #202e3b!important
}

.theme_text4 {
    color: #392c7d!important
}

.gray_bg {
    background: #f7f7f7
}

.font_1 {
    font-family: libre baskerville,serif
}

.font_2 {
    font-family: libre baskerville,serif
}

.gap_24 {
    grid-gap: 24px
}

.gap_12 {
    grid-gap: 12px
}

.gap_14 {
    grid-gap: 14px
}

.gap_20 {
    grid-gap: 20px
}

.gap_30 {
    grid-gap: 30px
}

.nice-select::after {
    border-bottom: 1px solid #687083;
    border-right: 1px solid #687083;
    height: 10px;
    margin-top: 3px;
    width: 10px
}

.nice-select .nice-select-search-box {
    padding: 30px 30px 0;
    max-width: 100%;
    border-radius: 5px!important;
    border: 1px solid #e9e7f7;
    border-bottom: 0;
    margin-top: 16px;
    border-radius: 0!important
}

@media(max-width: 767.98px) {
    .nice-select .nice-select-search-box {
        width:100%
    }
}

.nice-select .nice-select-search-box::before {
    content: "";
    position: absolute;
    left: 25px;
    transform: translateX(0%) rotate(-130deg);
    width: 25px;
    height: 25px;
    background: #fff;
    border-bottom: 1px solid #eceef4;
    z-index: 1;
    top: -13px;
    border-right: 1px solid #eceef4
}

.nice-select .nice-select-search-box::after {
    content: "\e610";
    font-family: themify;
    color: #ff5170;
    font-size: 18px;
    position: absolute;
    left: 50px;
    top: 32px
}

.nice-select .nice-select-search-box input {
    background: #f9f9fd;
    font-size: 14px;
    font-weight: 500;
    color: #202e3b;
    font-family: libre baskerville,serif;
    background: #f9f9fd;
    border-radius: 5px;
    height: 50px;
    padding-left: 48px;
    border: 0!important
}

.nice-select .nice-select-search-box input::placeholder {
    color: #687083;
    font-weight: 500
}

.nice-select ul.list {
    max-width: 436px;
    border: 1px solid #e9e7f7;
    margin-top: 18px;
    overflow-y: auto!important;
    margin-top: 95px;
    box-shadow: none!important;
    padding: 15px 0 19px;
    border-radius: 0!important;
    border-top: 0!important
}

@media(max-width: 767.98px) {
    .nice-select ul.list {
        width:100%
    }
}

.nice-select ul.list li.option {
    font-size: 16px;
    font-weight: 600;
    color: #202e3b;
    font-family: libre baskerville,serif;
    padding: 0 30px;
    background: 0 0
}

.nice-select ul.list li.option.focus,.nice-select ul.list li.option:hover,.nice-select ul.list li.option.selected.focus {
    color: #ff5170;
    background: #fff
}

.theme_search_field {
    background: #f9f9fd;
    height: 50px;
    border-radius: 5px;
    width: 400px
}

.theme_search_field button {
    font-size: 18px;
    color: #ff5170;
    padding: 0 0 0 15px;
    line-height: 100%;
    box-shadow: none!important
}

.theme_search_field button:hover {
    color: #ff5170
}

.theme_search_field input {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    font-family: libre baskerville,serif;
    border: 0;
    background: 0 0!important;
    height: 50px;
    padding: 0 15px 0 10px;
    box-shadow: none!important;
    line-height: 50px
}

.theme_search_field.large_search_field {
    width: 500px;
    height: 60px
}

.theme_search_field.large_search_field button {
    padding-left: 30px
}

.theme_search_field.large_search_field input {
    height: 60px;
    line-height: 60px
}

.theme_search_field.style2 {
    border: 1px solid #e9e7f7;
    border-radius: 5px;
    background: #fff;
    width: 376px
}

@media(max-width: 767.98px) {
    .theme_search_field.style2 {
        width:280px
    }
}

.small_select {
    border: solid 1px #e9e7f7!important;
    height: 30px;
    min-width: 95px;
    line-height: 30px
}

.small_select::after {
    right: 20px;
    top: 6px
}

.small_select .current {
    font-family: libre baskerville,serif;
    font-size: 14px;
    font-weight: 500;
    color: #9f9f9f;
    line-height: 30px
}

.small_select .list {
    width: 100%
}

.small_select .list .option {
    font-size: 14px;
    font-weight: 500
}

.theme_select {
    border: solid 1px #e1e2e6!important;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    background: #f8f8f8;
    border: 1px solid #eaeaea!important;
    border-radius: 8px
}

.theme_select.select_transparent {
    background: 0 0!important
}

.theme_select::after {
    right: 25px;
    top: 13px;
    color: #2d3436;
    font-size: 12px
}

.theme_select .current {
    font-family: libre baskerville,serif;
    font-size: 16px;
    font-weight: 400;
    color: #959595;
    line-height: 50px
}

.theme_select .list {
    width: 100%
}

.theme_select .list .option {
    font-size: 14px;
    font-weight: 400
}

.theme_select:focus,.theme_select.open {
    border-color: #392c7d!important
}

.fourm_select {
    border: solid 1px #e9e7f7!important;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    min-width: 142px;
    padding: 0 15px
}

.fourm_select.select_transparent {
    background: 0 0!important
}

.fourm_select::after {
    right: 20px;
    top: 6px;
    color: #687083;
    font-size: 12px
}

.fourm_select .current {
    font-family: libre baskerville,serif;
    font-size: 16px;
    font-weight: 500;
    color: #687083;
    line-height: 35px
}

.fourm_select .list {
    width: 100%
}

.fourm_select .list .option {
    font-size: 14px;
    font-weight: 400
}

.nowrap {
    white-space: nowrap
}

.cs_modal {
    background-color: #f6f8fa
}

.cs_modal .form-control:focus {
    box-shadow: none
}

.cs_modal .modal-header {
    background-color: #fff;
    padding: 23px 30px;
    border-bottom: 0 solid transparent
}

.cs_modal .modal-header h5 {
    font-size: 22px;
    font-weight: 600
}

.cs_modal .modal-header span {
    font-size: 14px;
    color: #707070;
    opacity: 1
}

.cs_modal .modal-body {
    padding: 35px 30px
}

.cs_modal .modal-body input,.cs_modal .modal-body .nice_Select {
    height: 50px;
    line-height: 50px;
    padding: 10px 20px;
    border: 1px solid #f1f3f5;
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    width: 100%
}

.cs_modal .modal-body .nice_Select {
    line-height: 29px
}

.cs_modal .modal-body .nice_Select:after {
    right: 22px;
    top: 35%;
    transform: translateY(-50%)
}

.cs_modal .modal-body .nice_Select .list {
    width: 100%
}

.cs_modal .modal-body .form-group {
    margin-bottom: 12px
}

.cs_modal .modal-body textarea {
    height: 168px;
    padding: 15px 20px;
    border: 1px solid #f1f3f5;
    color: #707070;
    font-size: 14px;
    font-weight: 500
}

.cs_modal .modal-body p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 25px;
    color: #707070;
    text-align: center
}

.cs_modal .modal-body p a {
    color: #202e3b
}

.cs_modal .modal-body .btn_1 {
    width: 100%;
    display: block;
    margin-top: 20px
}

.cs_modal .modal-body .social_login_btn .btn_1 {
    color: #fff;
    background-color: #3b5998;
    border: 1px solid #3b5998;
    margin-top: 0
}

.cs_modal .modal-body .social_login_btn .btn_1:hover {
    color: #fff!important
}

.cs_modal .modal-body .social_login_btn .btn_1 i {
    margin-right: 10px
}

.cs_modal .modal-body .social_login_btn .form-group:last-child .btn_1 {
    background-color: #4285f4;
    border: 1px solid #4285f4
}

.cs_modal .modal-body .pass_forget_btn {
    color: #707070;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    display: inline-block
}

.cs_modal .modal-body .pass_forget_btn:hover {
    color: #202e3b
}

@media(min-width: 576px) {
    .instructor_cta .modal-dialog {
        max-width:625px;
        margin: 1.75rem auto
    }
}

.modal-header .close {
    opacity: 1;
    text-shadow: none;
    padding: 0;
    margin: 0;
    margin-top: 3px
}

.theme_pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 16px;
    justify-content: center
}

.theme_pagination a {
    width: 48px;
    height: 48px;
    border-radius: 0%;
    border: 1px solid #d6d6d6;
    font-size: 20px;
    font-weight: 400;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: libre baskerville,serif
}

.theme_pagination a.active,.theme_pagination a:hover {
    background: #ff5170;
    color: #fff;
    border-color: #ff5170
}

.theme_pagination a.active i,.theme_pagination a:hover i {
    color: #fff!important
}

.theme_pagination a.next_pagination {
    border-color: #ff5170
}

.theme_pagination a.next_pagination i {
    font-size: 20px;
    color: #ff5170
}

.border_line {
    background: #392c7d;
    height: 2px;
    width: 80px;
    display: inline-block
}

.theme_btn {
    background: #ff5170;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    font-family: libre baskerville,serif;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 26px 28px;
    border: 1px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1
}

.theme_btn.small_btn {
    padding: 16px 25px
}

.theme_btn.small_btn2 {
    padding: 16px 39px
}

.theme_btn.small_btn3 {
    padding: 15px 20px
}

.theme_btn.small_btn4 {
    padding: 11px 21px
}

.theme_btn.small_btn5 {
    padding: 13.5px 46px
}

.theme_btn.small_btn6 {
    padding: 11px 39px
}

@media(max-width: 575.98px) {
    .theme_btn {
        padding:15px 16px
    }
}

.theme_btn:hover {
    color: #ff5170;
    border-color: #ff5170;
    background: 0 0;
    box-shadow: 0 7px 14px rgba(57,44,125,.25)
}

.theme_btn:hover svg path {
    fill: none;
    stroke: #ff5170
}

.theme_btn2 {
    background: #392c7d;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    font-family: libre baskerville,serif;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 26px 28px;
    border: 1px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1
}

.theme_btn2.large_btn {
    padding: 20px 28px;
    border-radius: 8px
}

.theme_btn2.small_btn2 {
    padding: 16px 39px
}

.theme_btn2.small_btn3 {
    padding: 15px 20px
}

.theme_btn2.small_btn4 {
    padding: 11px 21px
}

.theme_btn2.small_btn5 {
    padding: 13.5px 46px
}

.theme_btn2.small_btn6 {
    padding: 11px 39px
}

@media(max-width: 575.98px) {
    .theme_btn2 {
        padding:15px 16px
    }
}

.theme_btn2:hover {
    color: #392c7d;
    border-color: #392c7d;
    background: 0 0
}

.theme_btn_lite {
    background: #fff0f2;
    padding: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    font-family: libre baskerville,serif;
    font-size: 14px;
    color: #ff5170;
    font-weight: 500;
    padding: 7px 25px;
    border: 1px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1
}

.theme_btn_lite.round_btn {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center
}

.theme_btn_lite:hover {
    color: #fff;
    border-color: #ff5170;
    background: #ff5170
}

.theme_line_btn {
    background: 0 0;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: libre baskerville,serif;
    font-size: 16px;
    color: #ff5170;
    font-weight: 600;
    padding: 26px 28px;
    border: 1px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1;
    border-color: #ff5170
}

@media(max-width: 575.98px) {
    .theme_line_btn {
        padding:15px 16px
    }
}

.theme_line_btn.small_btn2 {
    padding: 16px 39px
}

.theme_line_btn.small_btn3 {
    padding: 12px 15px
}

.theme_line_btn:hover {
    color: #fff;
    border-color: #ff5170;
    background: #ff5170
}

.social_btn {
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: libre baskerville,serif;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 13px 34px;
    text-transform: capitalize;
    display: inline-block
}

.social_btn.fb_bg {
    background: #395799
}

.social_btn.Twitter_bg {
    background: #03abf0
}

.social_btn.Pinterest_bg {
    background: #c92128
}

.social_btn.Linkedin_bg {
    background: #0477b5
}

.social_btn i {
    margin-right: 6px
}

.social_btn:hover {
    color: #fff;
    background: #ff5170
}

.white_btn {
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    font-family: libre baskerville,serif;
    font-size: 16px;
    color: #202e3b;
    font-weight: 600;
    padding: 21px 28px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1
}

.white_btn:hover {
    color: #fff;
    border-color: #ff5170;
    background: #ff5170
}

.white_btn2 {
    background: rgba(251,17,89,.1);
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: libre baskerville,serif;
    font-size: 16px;
    color: #ff5170;
    font-weight: 600;
    padding: 13.5px 26px;
    border: 1px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1
}

.white_btn2:hover {
    color: #fff;
    border-color: #ff5170;
    background: #ff5170
}

.line_link {
    font-size: 16px;
    font-weight: 600;
    font-family: libre baskerville,serif;
    color: #202e3b;
    border-bottom: 1px solid #707070;
    padding-bottom: 5px
}

.line_link:hover {
    color: #202e3b
}

.min_windth_200 {
    min-width: 200px
}

.min_windth_150 {
    min-width: 150px
}

.readMore_btn .btn_text {
    font-size: 18px;
    font-weight: 700;
    color: #ff5170
}

.readMore_btn .btn_icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff5170;
    color: #fff;
    border-radius: 50%;
    transition: .3s
}

.readMore_btn .btn_icon:hover {
    box-shadow: 0 7px 14px rgba(57,44,125,.25)
}

@media(max-width: 767.98px) {
    .section__title.mb_80 {
        margin-bottom:50px
    }
}

.section__title.white_text h3,.section__title.white_text p {
    color: #fff
}

.section__title>span {
    font-size: 14px;
    color: #373737;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
    text-transform: uppercase
}

.section__title h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    color: #202e3b;
    margin-bottom: 17px
}

.section__title h3.large_title {
    font-size: 60px;
    line-height: 76px
}

@media(max-width: 575.98px) {
    .section__title h3.large_title {
        font-size:30px;
        line-height: 46px
    }
}

@media(min-width: 576px) and (max-width:767.98px) {
    .section__title h3.large_title {
        font-size:30px;
        line-height: 46px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1700.98px) {
    .section__title h3.large_title {
        font-size:50px;
        line-height: 66px
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .section__title h3 {
        font-size:38px;
        line-height: 52px
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .section__title h3 {
        font-size:30px;
        line-height: 44px
    }
}

@media(max-width: 575.98px) {
    .section__title h3 br {
        display:none
    }
}

@media(max-width: 575.98px) {
    .section__title h3 {
        font-size:30px;
        line-height: 44px
    }
}

@media(min-width: 576px) and (max-width:767.98px) {
    .section__title h3 {
        font-size:30px;
        line-height: 44px
    }
}

.section__title p {
    font-size: 16px;
    font-weight: 400;
    font-family: libre baskerville,serif;
    color: #6b6b6b;
    line-height: 30px
}

@media(max-width: 767.98px) {
    .section__title2.mb_76 {
        margin-bottom:50px
    }
}

.section__title2.white_text h3,.section__title2.white_text p {
    color: #fff
}

.section__title2 span {
    font-size: 14px;
    color: #373737;
    font-family: libre baskerville,serif;
    font-weight: 600;
    display: block;
    margin-bottom: 11px;
    text-transform: uppercase
}

.section__title2 h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    color: #202e3b
}

@media(max-width: 767.98px) {
    .section__title2 br {
        display:none
    }
}

.section__title3 h3 {
    font-size: 40px;
    font-weight: 700;
    color: #202e3b;
    margin-bottom: 9px
}

@media(max-width: 767.98px) {
    .section__title3 h3 {
        font-size:30px
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .section__title3 h3 {
        font-size:30px
    }
}

.section__title3 p {
    font-size: 16px;
    font-weight: 500;
    color: #373737
}

.section__title3.margin_50 {
    margin-bottom: 47px
}

@media(max-width: 767.98px) {
    .section__title3.margin_50 {
        margin-bottom:30px
    }
}

.section__title3.margin-50 {
    margin-bottom: 50px
}

@media(max-width: 767.98px) {
    .section__title3.margin-50 {
        margin-bottom:30px
    }
}

.section__title3.mb_42 {
    margin-bottom: 42px
}

@media(max-width: 767.98px) {
    .section__title3.mb_42 {
        margin-bottom:30px
    }
}

@media(max-width: 767.98px) {
    .section__title3.mb_40 {
        margin-bottom:30px
    }
}

.section__title4 .subheading_text {
    display: block;
    font-size: 16px;
    color: #ff5170;
    font-weight: 600;
    margin-bottom: 15px
}

.section__title4 h3 {
    font-size: 40px;
    font-weight: 800;
    color: #202e3b;
    margin-bottom: 9px;
    line-height: 1.38
}

.section__title4 h3 span {
    text-transform: uppercase
}

@media(max-width: 767.98px) {
    .section__title4 h3 {
        font-size:30px
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .section__title4 h3 {
        font-size:30px
    }
}

.section__title4 p {
    font-size: 16px;
    font-weight: 500;
    color: #373737
}

.section__title4.margin_50 {
    margin-bottom: 47px
}

@media(max-width: 767.98px) {
    .section__title4.margin_50 {
        margin-bottom:30px
    }
}

.section__title4.margin_52 {
    margin-bottom: 52px
}

@media(max-width: 767.98px) {
    .section__title4.margin_52 {
        margin-bottom:30px
    }
}

.section__title4.mb_42 {
    margin-bottom: 42px
}

@media(max-width: 767.98px) {
    .section__title4.mb_42 {
        margin-bottom:30px
    }
}

@media(max-width: 767.98px) {
    .section__title4.mb_40 {
        margin-bottom:30px
    }
}

@media(max-width: 1200px) {
    [class*=hero-ani-] {
        display:none!important
    }
}

.amination_custom {
    backface-visibility: hidden;
    animation: jumping 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all .9s ease 5s;
    user-select: none
}

.amination_custom2 {
    backface-visibility: hidden;
    animation: jumping2 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 1s ease 3s;
    user-select: none
}

.amination_custom3 {
    backface-visibility: hidden;
    animation: jumping3 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 7s ease 2s;
    user-select: none
}

.amination_custom4 {
    backface-visibility: hidden;
    animation: jumping4 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 8s ease 4s;
    user-select: none
}

.amination_custom10 {
    backface-visibility: hidden;
    animation: jumping10 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 8s ease 4s;
    user-select: none
}

.amination_custom11 {
    backface-visibility: hidden;
    animation: jumping11 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 8s ease 4s;
    user-select: none
}

@keyframes jumping {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(1);
        opacity: .8
    }

    25% {
        transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(.8);
        opacity: .9
    }

    50% {
        transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(.9);
        opacity: .8
    }

    75% {
        transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(.75);
        opacity: .6
    }

    85% {
        transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(.9);
        opacity: .7
    }

    100% {
        transform: translateY(-15px) translateX(-15px) rotate(0) scale(.95);
        opacity: .85
    }
}

@keyframes jumping2 {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(1);
        opacity: .5
    }

    25% {
        transform: translateY(-30px) translateX(10px) rotate(20deg) scale(.8);
        opacity: .8
    }

    50% {
        transform: translateY(15px) translateX(-15px) rotate(10deg) scale(.7);
        opacity: .8
    }

    75% {
        transform: translateY(30px) translateX(20px) rotate(20deg) scale(.75);
        opacity: .7
    }

    100% {
        transform: translateY(-15px) translateX(15px) rotate(0) scale(.75);
        opacity: .9
    }
}

@keyframes jumping3 {
    0% {
        transform: translateY(10px) translateX(0) rotate(0) scale(1);
        opacity: .9
    }

    20% {
        transform: translateY(20px) translateX(10px) rotate(-20deg) scale(.8);
        opacity: .8
    }

    40% {
        transform: translateY(15px) translateX(-15px) rotate(10deg) scale(.75);
        opacity: .8
    }

    40% {
        transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(.5);
        opacity: 1
    }

    80% {
        transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(.75);
        opacity: .6
    }

    100% {
        transform: translateY(15px) translateX(15px) rotate(0) scale(.95);
        opacity: .7
    }
}

@keyframes jumping4 {
    0% {
        transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
        opacity: .7
    }

    25% {
        transform: translateY(-20px) translateX(10px) rotate(50deg) scale(.6);
        opacity: .8
    }

    50% {
        transform: translateY(15px) translateX(-15px) rotate(20deg) scale(.5);
        opacity: .9
    }

    75% {
        transform: translateY(30px) translateX(20px) rotate(50deg) scale(.75);
        opacity: .7
    }

    100% {
        transform: translateY(-15px) translateX(15px) rotate(0) scale(.5);
        opacity: .9
    }
}

@keyframes jumping10 {
    0% {
        transform: rotate(180deg);
        display: block
    }

    100% {
        transform: rotate(30deg);
        display: block
    }
}

@keyframes jumping11 {
    0% {
        transform: rotate(180deg) translate(-20px,20px);
        display: block
    }

    100% {
        transform: rotate(30deg) translate(0px,0px);
        display: block
    }
}

.header_area {
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.05)
}

.header_area.header_static {
    position: relative;
    padding: 0 35px 0
}

@media(max-width: 575.98px) {
    .header_area.header_static {
        padding:10px 0
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .header_area.header_static {
        padding:10px 0
    }
}

.header_area .header_topbar_area {
    background: #392c7d
}

.header_area .header_topbar_area .header_topbar_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 14px 0
}

.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_left {
    display: flex;
    grid-gap: 30px;
    align-items: center
}

@media(max-width: 767.98px) {
    .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_left {
        display:none!important
    }
}

.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_left p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    display: flex;
    grid-gap: 8px;
    align-items: center;
    white-space: nowrap
}

@media(min-width: 768px) and (max-width:991.98px) {
    .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_left p {
        font-size:14px;
        grid-gap: 8px;
        white-space: nowrap
    }
}

.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_left p i {
    margin-right: 5px
}

.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right {
    display: flex;
    grid-gap: 26px;
    align-items: center
}

@media(max-width: 767.98px) {
    .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right {
        flex:1 1 0;
        justify-content: center;
        justify-content: space-between;
        grid-gap: 15px
    }

    .online_admission_text {
        margin-left: auto
    }

    .online_admission_text a {
        font-size: 10px!important
    }
}

.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .header_topbar_social {
    display: flex;
    grid-gap: 20px
}

.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .header_topbar_social a {
    font-size: 17px;
    color: #fff;
    transition: .3s
}

@media(min-width: 768px) and (max-width:991.98px) {
    .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .header_topbar_social a {
        font-size:14px
    }

    .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .header_topbar_social {
        display: none!important
    }
}

@media(max-width: 767.98px) {
    .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .header_topbar_social a {
        font-size:14px
    }
}

.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .header_topbar_social a:hover {
    color: #ff5170
}

.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter::before {
    position: relative;
    content: '';
    height: 24px;
    width: 1px;
    background: #3c4e56;
    display: inline-block;
    margin-right: 20px
}

@media(max-width: 767.98px) {
    .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter::before {
        display:none
    }
}

.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    white-space: nowrap
}

@media(max-width: 767.98px) {
    .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter a {
        font-size:14px
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter a {
        font-size:14px
    }
}

.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter a:hover {
    color: #ff5170
}

.header_area .header__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

@media(max-width: 991.98px) {
    .header_area .header__wrapper {
        padding:10px 0
    }
}

.header_area .header__wrapper .header__left .logo_img {
    margin-right: 80px
}

@media(max-width: 991.98px) {
    .header_area .header__wrapper .header__left .logo_img {
        margin-right:30px
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .header_area .header__wrapper .header__left .logo_img {
        margin-right:20px
    }
}

@media only screen and (min-width: 1300px) and (max-width:1899.98px) {
    .header_area .header__wrapper .header__left .logo_img {
        margin-right:30px
    }
}

@media(max-width: 767.98px) {
    .header_area .header__wrapper .header__left .category_search {
        display:none!important
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .header_area .header__wrapper .header__left .category_search {
        display:none!important
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .header_area .header__wrapper .header__left .category_search .theme_search_field {
        display:none
    }
}

@media only screen and (min-width: 1200px) and (max-width:1299.98px) {
    .header_area .header__wrapper .header__left .category_search .theme_search_field {
        display:none!important
    }
}

@media only screen and (min-width: 1300px) and (max-width:1399.98px) {
    .header_area .header__wrapper .header__left .category_search .theme_search_field {
        width:200px
    }
}

@media only screen and (min-width: 1400px) and (max-width:1499.98px) {
    .header_area .header__wrapper .header__left .category_search .theme_search_field {
        width:300px
    }
}

.header_area .header__wrapper .header__left .category_search .categories_menu {
    font-size: 16px;
    color: #687083;
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-right: 30px
}

@media(max-width: 991.98px) {
    .header_area .header__wrapper .header__left .category_search .categories_menu {
        display:none!important
    }
}

.header_area .header__wrapper .header__left .category_search .categories_menu i {
    font-weight: 900;
    margin-right: 10px
}

.header_area .main_menu {
    margin-left: auto;
    margin-right: 0
}

.header_area .main_menu ul li {
    display: inline-block;
    position: relative
}

.header_area .main_menu ul li.submenu_active>a {
    color: #ff5170
}

.header_area .main_menu ul li a {
    color: #392c7d;
    font-size: 18px;
    font-weight: 400;
    margin: 0 19px;
    padding: 34px 0;
    display: inline-block;
    text-transform: capitalize;
    font-family: libre baskerville,serif
}

.header_area .main_menu ul li a::before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    background: #ff5170;
    transition: .3s
}

.header_area .main_menu ul li a:hover,.header_area .main_menu ul li a.active {
    color: #ff5170
}

.header_area .main_menu ul li a:hover::before,.header_area .main_menu ul li a.active::before {
    width: 100%;
    left: 0;
    right: auto
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .header_area .main_menu ul li a {
        font-size:15px;
        margin: 0 8px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1440px) {
    .header_area .main_menu ul li a {
        margin:0 12px
    }
}

@media only screen and (min-width: 1439px) and (max-width:1599.98px) {
    .header_area .main_menu ul li a {
        margin:0 12px
    }
}

@media only screen and (min-width: 1600px) and (max-width:1671.98px) {
    .header_area .main_menu ul li a {
        margin:0 17px
    }
}

.header_area .main_menu ul li .submenu {
    width: 200px;
    position: absolute;
    left: 0;
    top: 120%;
    background: #fff;
    text-align: left;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.04);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header_area .main_menu ul li .submenu li {
    display: block;
    margin: 0
}

.header_area .main_menu ul li .submenu li a {
    font-size: 14px;
    line-height: 1.2;
    color: #202e3b;
    padding: 0;
    font-weight: 400;
    display: block;
    margin: 0;
    padding: 10px 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    text-transform: capitalize;
    left: 0
}

.header_area .main_menu ul li .submenu li a.active,.header_area .main_menu ul li .submenu li a:hover {
    color: #ff5170
}

.header_area .main_menu ul li .submenu li a:hover {
    left: 5px;
    color: #ff5170
}

.header_area .main_menu ul li:hover>a {
    color: #ff5170
}

.header_area .main_menu ul li:hover .submenu {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.header_area .contact_wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media(max-width: 575.98px) {
    .header_area .contact_wrap {
        display:none!important
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .header_area .contact_wrap {
        display:none!important
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .header_area .contact_wrap {
        display:none!important
    }
}

.header_area .contact_wrap .mobile_no p {
    color: #505050;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    font-family: libre baskerville,serif
}

.header_area .contact_wrap .mobile_no p span a {
    color: #392c7d
}

@media only screen and (min-width: 1200px) and (max-width:1440px) {
    .header_area .contact_wrap .mobile_no p {
        font-size:13px;
        margin-right: 8px
    }
}

.header_area .contact_wrap .signin a.sign_in {
    font-size: 16px;
    color: #505050;
    font-weight: 600;
    margin-right: 40px
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .header_area .contact_wrap .signin a.sign_in {
        margin-right:15px
    }
}

.header_area .contact_wrap .signin a.sign_in:hover {
    color: #4543de
}

.header_area .contact_wrap .contact_btn {
    margin-left: 48px
}

.header_area.navbar_fixed {
    background: #fff;
    z-index: 90;
    box-shadow: 0 3px 16px 0 rgba(0,0,0,.1);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    transform: translateY(70px);
    transition: transform 500ms ease,background 500ms ease;
    -webkit-transition: transform 500ms ease,background 500ms ease
}

.header_area.navbar_fixed .main_menu ul li a {
    padding: 30px 0
}

.slicknav_menu .slicknav_icon {
    margin-right: 6px;
    margin-top: 3px;
    padding-bottom: 3px;
    position: absolute;
    top: -2px
}

.slicknav_nav a {
    font-size: 14px;
    color: #000;
    font-family: libre baskerville,serif;
    text-transform: capitalize;
    font-weight: 400
}

.slicknav_nav .slicknav_row,.slicknav_nav a {
    padding: 9.5px 15px;
    margin: 0
}

.slicknav_arrow {
    position: absolute;
    right: 0;
    width: 40px;
    height: 37px;
    text-align: center;
    line-height: 40px;
    top: 0
}

.slicknav_nav li {
    display: block;
    border-bottom: none;
    position: relative
}

.mobile_menu .slicknav_nav ul.submenu {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: #f7f7f7
}

.mobile_menu .slicknav_nav ul.submenu li a {
    font-size: 16px
}

.mobile_menu .slicknav_nav .slicknav_arrow {
    margin: 0
}

.slicknav_nav .slicknav_row:hover {
    color: #392c7d
}

.slicknav_nav a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: 0 0;
    color: #392c7d
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #071a3c!important;
    height: 2px;
    margin: 5px 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 25px;
    position: relative
}

.slicknav_menu .slicknav_icon {
    margin-right: 0;
    width: 25px;
    height: 25px;
    margin: 0
}

.mobile_menu {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 9999999
}

.slicknav_btn {
    right: 12px
}

.slicknav_nav {
    background: rgba(255,255,255,.96);
    box-shadow: 0 5px 7px 0 rgba(13,0,36,.07);
    padding: 15px 6px;
    margin-top: 0
}

.slicknav_nav .slicknav_row,.slicknav_nav a {
    padding: 6.5px 20px;
    margin: 0;
    font-family: libre baskerville,serif
}

.slicknav_nav .slicknav_row,.slicknav_nav a {
    padding: 6.5px 20px;
    margin: 0;
    font-size: 16px;
    font-weight: 500
}

.slicknav_btn {
    padding: 0;
    border: 0
}

.slicknav_btn .slicknav_icon-bar {
    background-color: #ff4357;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    display: block;
    width: 22px;
    height: 2px
}

.home_2 .slicknav_btn .slicknav_icon-bar {
    background-color: #4543de
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 5px
}

.slicknav_btn .slicknav_icon-bar:nth-child(2) {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.slicknav_btn .slicknav_icon-bar:nth-child(3) {
    opacity: 1
}

.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(3) {
    opacity: 0
}

.slicknav_btn .slicknav_icon-bar:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0
}

.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    position: relative
}

.banner_area .banner_item {
    background-image: url(../../backend/uploads/default-images/1920X700.webp);
    background-size: cover;
    background-position: bottom center;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 175px;
    padding-bottom: 256px;
    position: relative;
    z-index: 0
}

.banner_area .banner_item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    opacity: .75
}

@media(max-width: 767.98px) {
    .banner_area .banner_item {
        padding-top:80px;
        padding-bottom: 140px
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .banner_area .banner_item {
        padding-top:190px;
        padding-bottom: 236px
    }
}

.banner_area .banner_text {
    max-width: 100%;
    margin: 0 auto
}

.banner_area .banner_text h3 {
    font-size: 80px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #fff;
    font-family: libre baskerville,serif;
    font-weight: 900;
    max-width: 100%
}

@media(max-width: 767.98px) {
    .banner_area .banner_text h3 {
        font-size:30px
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .banner_area .banner_text h3 {
        font-size:50px
    }
}

.banner_area .banner_text h3 span {
    color: #ff5170
}

.banner_area .banner_text p {
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-family: libre baskerville,serif;
    margin-bottom: 43px;
    max-width: 900px
}

@media(max-width: 575.98px) {
    .banner_area .banner_text .large_search_field {
        width:100%
    }

    .banner_area .banner_text p {
        font-size: 16px;
        line-height: 1.5
    }
}

.cta_area {
    background-image: url(../img/banner/cta_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 150px 0
}

@media(max-width: 767.98px) {
    .cta_area {
        padding:75px 0
    }
}

.cta_area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #392c7d;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index: -1
}

.cta_area .section__title h3 {
    margin-bottom: 10px
}

.cta_area .section__title p {
    margin-bottom: 40px
}

.package_area {
    background-image: url(../img/banner/backage_bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 292px
}

@media(max-width: 767.98px) {
    .package_area {
        padding-top:65px;
        padding-bottom: 145px
    }
}

.package_area .single_package {
    text-align: center
}

.package_area .single_package .icon img {
    display: inline-block;
    width: auto
}

.package_area .single_package h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 31px
}

.package_area .single_package p {
    font-size: 16px;
    font-weight: 500;
    color: #373737
}

.course_area .single_course .thumb {
    position: relative;
    overflow: hidden
}

.course_area .single_course .thumb img {
    transform: scale(1);
    transition: .3s
}

.course_area .single_course .thumb .prise_tag {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    background: #fff;
    color: #fb1159
}

.course_area .single_course .course_content {
    padding-top: 26px;
    padding-right: 20px
}

.course_area .single_course .course_content h4 {
    font-weight: 700;
    transition: .3s
}

.course_area .single_course .course_content h4:hover {
    color: #ff5170
}

.course_area .single_course .course_content .rating_cart {
    display: flex;
    margin-bottom: 30px;
    margin-top: 10px
}

.course_area .single_course .course_content .rating_cart .rateing {
    border: 1px solid #f5f5f5;
    font-size: 14px;
    font-weight: 500;
    color: #202e3b;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    height: 40px;
    margin-right: 5px
}

.course_area .single_course .course_content .rating_cart .rateing span {
    margin-right: 7px
}

.course_area .single_course .course_content .rating_cart .rateing i {
    color: #ffc107
}

.course_area .single_course .course_content .rating_cart .cart_store {
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #202e3b;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    transition: .3s
}

.course_area .single_course .course_content .rating_cart .cart_store:hover {
    border-color: #ff5170;
    color: #ff5170
}

.course_area .single_course .course_content .course_less_students a {
    font-size: 14px;
    font-weight: 400;
    color: #202e3b;
    display: inline-flex;
    align-items: center
}

.course_area .single_course .course_content .course_less_students a:not(:last-child) {
    margin-right: 30px
}

.course_area .single_course .course_content .course_less_students a i {
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px
}

.course_area .single_course:hover img {
    transform: scale(1.1)
}

.quiz_area {
    padding-bottom: 140px
}

@media(max-width: 767.98px) {
    .quiz_area {
        padding-bottom:45px
    }
}

.quiz_area .white_box {
    background: #fff;
    position: relative;
    margin-top: -150px;
    padding-top: 90px
}

@media(max-width: 767.98px) {
    .quiz_area .white_box {
        margin-top:-75px;
        padding-top: 45px
    }
}

.quiz_area .single_course .thumb {
    position: relative;
    overflow: hidden
}

.quiz_area .single_course .thumb img {
    transform: scale(1);
    transition: .3s
}

.quiz_area .single_course .thumb .prise_tag {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    background: #fff;
    color: #fb1159
}

.quiz_area .single_course .thumb .quiz_tag {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #373737;
    background: #fff;
    text-transform: capitalize;
    border-radius: 0 5px 0 0;
    padding: 8px 16px;
    line-height: 1
}

.quiz_area .single_course .course_content {
    padding-top: 26px;
    padding-right: 20px
}

@media(min-width: 768px) and (max-width:991.98px) {
    .quiz_area .single_course .course_content {
        padding-right:0
    }
}

@media(max-width: 767.98px) {
    .quiz_area .single_course .course_content {
        padding-right:0
    }
}

.quiz_area .single_course .course_content h4 {
    font-weight: 700;
    transition: .3s
}

.quiz_area .single_course .course_content h4:hover {
    color: #ff5170
}

.quiz_area .single_course .course_content .rating_cart {
    display: flex;
    margin-bottom: 30px;
    margin-top: 10px
}

.quiz_area .single_course .course_content .rating_cart .rateing {
    border: 1px solid #f5f5f5;
    font-size: 14px;
    font-weight: 500;
    color: #202e3b;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    height: 40px;
    margin-right: 5px
}

.quiz_area .single_course .course_content .rating_cart .rateing span {
    margin-right: 7px
}

.quiz_area .single_course .course_content .rating_cart .rateing i {
    color: #ffc107
}

.quiz_area .single_course .course_content .rating_cart .cart_store {
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #202e3b;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    transition: .3s
}

.quiz_area .single_course .course_content .rating_cart .cart_store:hover {
    border-color: #ff5170;
    color: #ff5170
}

.quiz_area .single_course .course_content .course_less_students a {
    font-size: 14px;
    font-weight: 400;
    color: #202e3b;
    display: inline-flex;
    align-items: center
}

.quiz_area .single_course .course_content .course_less_students a:not(:last-child) {
    margin-right: 30px
}

.quiz_area .single_course .course_content .course_less_students a i {
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px
}

.quiz_area .single_course:hover img {
    transform: scale(1.1)
}

.couse_wizged .thumb {
    position: relative;
    overflow: hidden
}

.couse_wizged .thumb img {
    transform: scale(1);
    transition: .3s
}

.couse_wizged .thumb .prise_tag {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    background: #fff;
    color: #fb1159
}

.couse_wizged .course_content {
    padding-top: 26px;
    padding-right: 20px
}

.couse_wizged .course_content h4 {
    font-weight: 700;
    transition: .3s
}

.couse_wizged .course_content h4:hover {
    color: #ff5170
}

.couse_wizged .course_content .rating_cart {
    display: flex;
    margin-bottom: 30px;
    margin-top: 10px
}

.couse_wizged .course_content .rating_cart .rateing {
    border: 1px solid #f5f5f5;
    font-size: 14px;
    font-weight: 500;
    color: #202e3b;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    height: 40px;
    margin-right: 5px;
    background: #fff
}

.couse_wizged .course_content .rating_cart .rateing span {
    margin-right: 7px
}

.couse_wizged .course_content .rating_cart .rateing i {
    color: #ffc107
}

.couse_wizged .course_content .rating_cart .cart_store {
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #202e3b;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background: #fff;
    transition: .3s
}

.couse_wizged .course_content .rating_cart .cart_store:hover {
    border-color: #ff5170;
    color: #ff5170
}

.couse_wizged .course_content .course_less_students a {
    font-size: 14px;
    font-weight: 400;
    color: #202e3b;
    display: inline-flex;
    align-items: center
}

.couse_wizged .course_content .course_less_students a:not(:last-child) {
    margin-right: 30px
}

.couse_wizged .course_content .course_less_students a i {
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px
}

.couse_wizged:hover img {
    transform: scale(1.1)
}

.quiz_wizged .thumb {
    position: relative;
    overflow: hidden
}

.quiz_wizged .thumb img {
    transform: scale(1);
    transition: .3s
}

.quiz_wizged .thumb .prise_tag {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    background: #fff;
    color: #fb1159
}

.quiz_wizged .thumb .quiz_tag {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #373737;
    background: #fff;
    text-transform: capitalize;
    border-radius: 0 5px 0 0;
    padding: 8px 16px;
    line-height: 1
}

.quiz_wizged .course_content {
    padding-top: 26px;
    padding-right: 20px
}

@media(min-width: 768px) and (max-width:991.98px) {
    .quiz_wizged .course_content {
        padding-right:0
    }
}

@media(max-width: 767.98px) {
    .quiz_wizged .course_content {
        padding-right:0
    }
}

.quiz_wizged .course_content h4 {
    font-weight: 700;
    transition: .3s
}

.quiz_wizged .course_content h4:hover {
    color: #ff5170
}

.quiz_wizged .course_content .rating_cart {
    display: flex;
    margin-bottom: 30px;
    margin-top: 10px
}

.quiz_wizged .course_content .rating_cart .rateing {
    border: 1px solid #f5f5f5;
    font-size: 14px;
    font-weight: 500;
    color: #202e3b;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    height: 40px;
    margin-right: 5px;
    background: #fff
}

.quiz_wizged .course_content .rating_cart .rateing span {
    margin-right: 7px
}

.quiz_wizged .course_content .rating_cart .rateing i {
    color: #ffc107
}

.quiz_wizged .course_content .rating_cart .cart_store {
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #202e3b;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background: #fff;
    transition: .3s
}

.quiz_wizged .course_content .rating_cart .cart_store:hover {
    border-color: #ff5170;
    color: #ff5170
}

.quiz_wizged .course_content .course_less_students a {
    font-size: 14px;
    font-weight: 400;
    color: #202e3b;
    display: inline-flex;
    align-items: center
}

.quiz_wizged .course_content .course_less_students a:not(:last-child) {
    margin-right: 30px
}

.quiz_wizged .course_content .course_less_students a i {
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px
}

.quiz_wizged:hover img {
    transform: scale(1.1)
}

.courses_area {
    padding: 150px 0 90px
}

@media(max-width: 767.98px) {
    .courses_area {
        padding:65px 0 30px
    }
}

.courses_area .couse_wizged,.courses_area .quiz_wizged {
    margin-bottom: 55px
}

@media(max-width: 767.98px) {
    .courses_area .couse_wizged,.courses_area .quiz_wizged {
        margin-bottom:40px
    }
}

.course_category_chose .course_category_inner {
    border: 1px solid #e9e7f7;
    padding: 30px;
    border-radius: 5px 0 0 5px
}

.course_category_chose .single_course_categry h4 {
    margin-bottom: 18px
}

.course_category_chose .single_course_categry:not(:last-child) {
    margin-bottom: 36px
}

.course_category_chose .course_title svg {
    margin-right: 10px
}

.Check_sidebar li:not(:last-child) {
    margin-bottom: 15px
}

.testmonial_area {
    background: #f8f8fe;
    padding-top: 140px;
    padding-bottom: 240px
}

@media(max-width: 767.98px) {
    .testmonial_area {
        padding-top:65px;
        padding-bottom: 75px
    }
}

.testmonial_area .single_testmonial {
    border: 1px solid #ededed;
    border-radius: 10px;
    background: #fff;
    padding: 50px 50px 58px
}

@media(max-width: 767.98px) {
    .testmonial_area .single_testmonial {
        padding:40px 40px 48px
    }
}

.testmonial_area .single_testmonial .testmonial_header {
    margin-bottom: 25px
}

.testmonial_area .single_testmonial .testmonial_header .thumb {
    margin-right: 30px;
    width: 80px;
    height: 80px;
    flex: 80px 0 0
}

@media(max-width: 767.98px) {
    .testmonial_area .single_testmonial .testmonial_header .thumb {
        width:50px;
        height: 50px;
        flex: 50px 0 0;
        margin-right: 20px
    }
}

.testmonial_area .single_testmonial .testmonial_header .thumb img {
    width: 100%;
    border-radius: 50%
}

.testmonial_area .single_testmonial .testmonial_header .reviewer_name h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: libre baskerville,serif;
    margin-bottom: 7px
}

.testmonial_area .single_testmonial .testmonial_header .reviewer_name .rate i {
    font-size: 15px;
    color: #ffc107
}

.testmonial_area .single_testmonial .testmonial_header .reviewer_name .rate i:not(:last-child) {
    margin-right: 5px
}

.testmonial_area .single_testmonial p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #202e3b;
    margin-bottom: 0
}

.brand_area .barnd_wrapper {
    background: #fff;
    box-shadow: 0 3px 20px rgba(0,0,0,.05);
    padding: 50px 40px;
    position: relative;
    margin-top: -90px;
    border-radius: 20px
}

@media(max-width: 767.98px) {
    .brand_area .barnd_wrapper {
        margin-top:0;
        padding: 40px 30px
    }
}

.brand_area .barnd_wrapper .single_brand {
    text-align: center
}

.brand_area .barnd_wrapper .single_brand img {
    width: auto;
    display: inline-block
}

.blog_area {
    padding-top: 120px;
    padding-bottom: 120px
}

@media(max-width: 767.98px) {
    .blog_area {
        padding-top:70px;
        padding-bottom: 10px
    }
}

.blog_widget {
    margin-bottom: 0;
    display: flex
}

@media(max-width: 991.98px) {
    .blog_widget {
        flex-wrap:wrap
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .blog_widget {
        flex-wrap:wrap
    }
}

.blog_widget:hover .thumb img {
    transform: scale(1)
}

.blog_widget .thumb {
    display: block;
    overflow: hidden;
    max-width: 50%;
    flex-shrink: 0;
    width: 100%;
    max-height: 308px;
    height: 100%
}

@media(max-width: 991.98px) {
    .blog_widget .thumb {
        max-width:100%;
        width: 100%
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .blog_widget .thumb {
        max-width:100%;
        width: 100%
    }
}

.blog_widget .thumb img {
    transition: .3s;
    transform: scale(1.1);
    width: 100%!important;
    height: 100%;
    object-fit: cover
}

.blog_widget .blog_meta {
    padding-right: 20px;
    background: #392c7d;
    padding: 30px 22px
}

@media(min-width: 768px) and (max-width:991.98px) {
    .blog_widget .blog_meta {
        padding-right:0
    }
}

.blog_widget .blog_meta .brand_text {
    margin: 0;
    background: #ff5170;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding: 13px 16px;
    display: inline-flex;
    margin-bottom: 20px
}

.blog_widget .blog_meta h4 {
    margin: 0
}

.blog_widget .blog_meta h4 a {
    font-weight: 700;
    font-size: 22px;
    transition: .3s;
    line-height: 1.5;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog_widget .blog_meta h4 a:hover {
    color: #ff5170
}

.blog_widget .blog_meta h4:hover {
    color: #ff5170
}

.blog_widget .blog_meta p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: silver;
    margin: 27px 0 30px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog_widget .blog_meta .blog_bottom .blog_readmore .blog_readmore_text {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    transition: .3s;
    margin-bottom: 0
}

.blog_widget .blog_meta .blog_bottom .blog_readmore i {
    font-size: 14px;
    color: #fff
}

.blog_widget .blog_meta .blog_bottom .blog_readmore:hover .blog_readmore_text,.blog_widget .blog_meta .blog_bottom .blog_readmore:hover i {
    color: #ff5170
}

.blog_widget .blog_meta .blog_bottom .blog_post_date {
    font-weight: 400;
    font-size: 14px;
    color: #fff
}

.blog_widget.style2 .blog_meta {
    background: #ff5170
}

.blog_widget.style2 .blog_meta .brand_text {
    background: #392c7d;
    color: #fff
}

.blog_widget.style2 .blog_meta h4 a {
    color: #fff
}

.blog_widget.style2 .blog_meta h4 a:hover {
    color: #392c7d
}

.blog_widget.style2 .blog_meta h4:hover {
    color: #392c7d
}

.blog_widget.style2 .blog_meta p {
    color: #f8f8f8
}

.blog_widget.style2 .blog_meta .blog_bottom .blog_readmore .blog_readmore_text {
    color: #fff
}

.blog_widget.style2 .blog_meta .blog_bottom .blog_readmore i {
    font-size: 14px;
    color: #fff
}

.blog_widget.style2 .blog_meta .blog_bottom .blog_readmore:hover .blog_readmore_text,.blog_widget.style2 .blog_meta .blog_bottom .blog_readmore:hover i {
    color: #392c7d
}

.blog_grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    max-width: 1440px
}

@media(max-width: 767.98px) {
    .blog_grid {
        grid-template-columns:repeat(1,1fr)
    }
}

.blog_page_wrapper {
    padding: 150px 0 90px
}

@media(max-width: 767.98px) {
    .blog_page_wrapper {
        padding:75px 0 35px
    }
}

.blog_page_wrapper .single_blog {
    margin-bottom: 50px
}

@media(max-width: 767.98px) {
    .blog_page_wrapper .single_blog {
        margin-bottom:30px
    }
}

.blog_page_wrapper .single_blog .thumb {
    overflow: hidden;
    margin-bottom: 44px;
    display: block
}

@media(max-width: 767.98px) {
    .blog_page_wrapper .single_blog .thumb {
        margin-bottom:30px
    }
}

.blog_page_wrapper .single_blog .thumb img {
    width: 100%;
    transition: .3s;
    transform: scale(1)
}

.blog_page_wrapper .single_blog .blog_meta span {
    font-family: libre baskerville,serif;
    font-size: 14px;
    font-weight: 500;
    color: #373737;
    display: block;
    margin-bottom: 16px
}

.blog_page_wrapper .single_blog .blog_meta h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    display: inline-block
}

@media(max-width: 767.98px) {
    .blog_page_wrapper .single_blog .blog_meta h4 {
        font-size:20px;
        line-height: 30px
    }
}

.blog_page_wrapper .single_blog:hover .thumb img {
    transform: scale(1.1)
}

.services_area {
    background-image: url(../../backend/uploads/default-images/1920X700.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 130px 0 110px
}

@media(max-width: 767.98px) {
    .services_area {
        padding:75px 0 55px
    }
}

.services_area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #392c7d;
    opacity: .7;
    width: 100%;
    height: 100%;
    z-index: -1
}

.services_area .section__title h3 {
    margin-bottom: 10px
}

.services_area .section__title p {
    margin-bottom: 40px
}

.serevice_box {
    background: #fff;
    border-radius: 12px;
    padding: 40px
}

@media(max-width: 767.98px) {
    .serevice_box {
        padding:25px
    }
}

.serevice_box .icon {
    margin-bottom: 30px;
    width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.serevice_box .icon img {
    width: 100%
}

.serevice_box h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px
}

.serevice_box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin: 16px 0 20px
}

.facilites_area {
    background: #ff5170;
    padding: 43px 0 18px
}

.facilites_box {
    grid-gap: 32px
}

@media(max-width: 991.98px) {
    .facilites_box {
        grid-gap:24px
    }
}

.facilites_box .facilites_box_icon {
    max-width: 66px
}

.facilites_box .facilites_box_icon img {
    max-width: 100%
}

.facilites_box .facilites_box_content h4 {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    margin-bottom: 23px;
    line-height: 1
}

@media(max-width: 991.98px) {
    .facilites_box .facilites_box_content h4 {
        font-size:25px;
        margin-bottom: 10px
    }
}

.facilites_box .facilites_box_content p {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    text-transform: capitalize
}

@media(max-width: 991.98px) {
    .facilites_box .facilites_box_content p {
        font-size:20px
    }
}

.teaching_grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 24px
}

@media(max-width: 767.98px) {
    .teaching_grid {
        grid-template-columns:repeat(1,1fr)
    }
}

.teaching_grid .teaching_single {
    grid-gap: 24px;
    box-shadow: 0 4px 14px rgba(0,0,0,.05);
    border-radius: 12px;
    background: #fff;
    padding: 36px;
    transition: .3s
}

@media(max-width: 991.98px) {
    .teaching_grid .teaching_single {
        padding:10px 15px
    }
}

.teaching_grid .teaching_single .icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #392c7d;
    color: #fff;
    flex-shrink: 0
}

.teaching_grid .teaching_single .icon i {
    position: relative;
    top: -.5px;
    right: -.5px
}

.teaching_grid .teaching_single p {
    font-weight: 700;
    font-size: 28px;
    color: #000
}

@media(max-width: 991.98px) {
    .teaching_grid .teaching_single p {
        font-size:18px
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .teaching_grid .teaching_single p {
        font-size:20px
    }
}

.teaching_grid .teaching_single:hover {
    background: #ff5170
}

.teaching_grid .teaching_single:hover .icon {
    color: #392c7d;
    background: #fff
}

.teaching_grid .teaching_single:hover p {
    color: #fff
}

.category_area {
    padding-bottom: 120px
}

@media(max-width: 767.98px) {
    .category_area {
        padding-bottom:45px
    }
}

.category_area .section__title p {
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    margin: 20px 0 30px
}

.category_area .category_wiz .thumb {
    position: relative
}

.category_area .category_wiz .thumb.small_thumb {
    margin-right: 50px
}

@media(max-width: 767.98px) {
    .category_area .category_wiz .thumb.small_thumb {
        margin-right:0
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .category_area .category_wiz .thumb.small_thumb {
        margin-right:0
    }
}

@media only screen and (min-width: 1200px) and (max-width:1499.98px) {
    .category_area .category_wiz .thumb.small_thumb {
        margin-right:0
    }
}

.category_area .category_wiz .thumb .cat_btn {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    font-family: libre baskerville,serif;
    font-size: 16px;
    color: #202e3b;
    font-weight: 600;
    padding: 27.5px 8px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    line-height: 23px
}

@media(max-width: 767.98px) {
    .category_area .category_wiz .thumb .cat_btn {
        font-size:14px;
        padding: 20px 8px
    }
}

.category_area .category_wiz .thumb .cat_btn:hover {
    color: #fff;
    border-color: #ff5170;
    background: #ff5170
}

.category_area .brouse_cat_btn {
    margin-left: 50px;
    display: block;
    background: #fb1159;
    font-size: 30px;
    font-family: libre baskerville,serif;
    font-weight: 700;
    line-height: 38px;
    color: #fff;
    text-align: right;
    padding: 50px;
    min-height: 300px;
    display: flex;
    align-items: flex-end
}

@media(max-width: 767.98px) {
    .category_area .brouse_cat_btn {
        margin-left:0
    }
}

@media only screen and (min-width: 1200px) and (max-width:1499.98px) {
    .category_area .brouse_cat_btn {
        margin-left:0
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .category_area .brouse_cat_btn {
        margin-left:0;
        font-size: 25px;
        line-height: 33px
    }
}

.category_area .couses_category {
    background: #fff;
    box-shadow: 0 3px 20px rgba(0,0,0,.05);
    border-radius: 20px;
    padding: 65px 70px 40px;
    position: relative;
    margin-top: -100px;
    margin-bottom: 150px
}

@media(min-width: 768px) and (max-width:991.98px) {
    .category_area .couses_category {
        padding:52px 50px 23px
    }
}

@media(min-width: 1200px) and (max-width:1499.98px) {
    .category_area .couses_category {
        padding:65px 30px 40px
    }
}

@media(max-width: 767.98px) {
    .category_area .couses_category {
        padding:40px 30px;
        margin-top: -50px
    }
}

@media(max-width: 767.98px) {
    .category_area .couses_category {
        margin-bottom:66px
    }
}

.category_area .couses_category .col-xl-4:not(:last-child) .single_course_cat {
    margin-bottom: 30px
}

.category_area .couses_category .single_course_cat {
    display: flex
}

@media(max-width: 575.98px) {
    .category_area .couses_category .single_course_cat {
        flex-direction:column
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .category_area .couses_category .single_course_cat {
        flex-direction:column
    }
}

.category_area .couses_category .single_course_cat .icon {
    margin-right: 20px;
    margin-bottom: 15px
}

.category_area .couses_category .single_course_cat .course_content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #202e3b;
    margin-bottom: 5px
}

@media(min-width: 1200px) and (max-width:1499.98px) {
    .category_area .couses_category .single_course_cat .course_content h4 {
        font-size:19px
    }
}

.category_area .couses_category .single_course_cat .course_content p {
    font-size: 16px;
    font-weight: 500
}

.team_area .single_team .thumb {
    overflow: hidden
}

.team_area .single_team .thumb img {
    transition: .3s;
    transform: scale(1)
}

.team_area .single_team h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1px;
    margin-top: 26px
}

.team_area .single_team span {
    font-family: libre baskerville,serif;
    font-size: 14px;
    font-weight: 500;
    color: #373737
}

.team_area .single_team:hover img {
    transform: scale(1.1)
}

.who_we_area {
    padding: 150px 0
}

@media(max-width: 767.98px) {
    .who_we_area {
        padding:75px 0
    }
}

.who_we_area .who_we_info {
    display: grid;
    grid-template-columns: repeat(2,1fr)
}

@media(max-width: 767.98px) {
    .who_we_area .who_we_info {
        grid-template-columns:repeat(1,1fr)
    }
}

.who_we_area .who_we_info .info_left {
    border: 1px solid #e9e7f7;
    padding: 57px 80px 67px 50px;
    border-radius: 5px 0 0 5px
}

@media(max-width: 767.98px) {
    .who_we_area .who_we_info .info_left {
        padding:35px 30px;
        border-radius: 5px
    }
}

.who_we_area .who_we_info .info_left span {
    font-family: libre baskerville,serif;
    font-size: 14px;
    font-weight: 600;
    color: #373737;
    display: inline-block;
    margin-bottom: 21px
}

.who_we_area .who_we_info .info_left p {
    font-family: libre baskerville,serif;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    color: #202e3b
}

@media(max-width: 575.98px) {
    .who_we_area .who_we_info .info_left p {
        font-size:20px;
        line-height: 31px
    }
}

.who_we_area .who_we_info .info_right {
    background: #fb1159;
    display: flex;
    align-items: center;
    padding: 70px 65px 70px 70px
}

@media(max-width: 767.98px) {
    .who_we_area .who_we_info .info_right {
        padding:35px 30px;
        border-radius: 5px
    }
}

.who_we_area .who_we_info .info_right p {
    font-family: libre baskerville,serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    color: #fff
}

@media(max-width: 575.98px) {
    .who_we_area .who_we_info .info_right p {
        font-size:25px;
        line-height: 35px
    }
}

.about_gallery_area {
    padding-bottom: 120px
}

@media(max-width: 767.98px) {
    .about_gallery_area {
        padding-bottom:30px
    }
}

.about_gallery_area .about_gallery {
    display: grid;
    grid-template-columns: 330px 360px;
    grid-gap: 30px;
    align-items: center
}

@media(max-width: 767.98px) {
    .about_gallery_area .about_gallery {
        grid-template-columns:auto
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .about_gallery_area .about_gallery {
        grid-template-columns:repeat(2,1fr);
        margin-bottom: 40px
    }
}

@media(min-width: 992px) and (max-width:1499.98px) {
    .about_gallery_area .about_gallery {
        grid-template-columns:repeat(2,1fr);
        padding-right: 40px
    }
}

@media(max-width: 767.98px) {
    .about_gallery_area .about_gallery .gallery_box .thumb {
        margin-bottom:30px
    }
}

.about_gallery_area .about_gallery .gallery_box .thumb.small_thumb {
    margin: 30px 0 0 50px
}

@media(max-width: 767.98px) {
    .about_gallery_area .about_gallery .gallery_box .thumb.small_thumb {
        margin:0 0 0 0
    }
}

.about_gallery_area .section__title h3 {
    margin-bottom: 40px
}

.about_gallery_area .section__title p {
    font-size: 16px;
    line-height: 26px;
    font-family: libre baskerville,serif;
    color: #202e3b;
    font-weight: 400
}

.about_gallery_wrapper .single_about_gallery {
    display: flex;
    align-items: center
}

@media(max-width: 991.98px) {
    .about_gallery_wrapper .single_about_gallery:not(:last-child) {
        margin-bottom:30px
    }
}

.about_gallery_wrapper .single_about_gallery:not(:nth-child(2n+1)) .single_about_content {
    padding: 30px 0
}

@media(max-width: 991.98px) {
    .about_gallery_wrapper .single_about_gallery:not(:nth-child(2n+1)) .single_about_content {
        padding:0
    }
}

@media(max-width: 991.98px) {
    .about_gallery_wrapper .single_about_gallery {
        flex-wrap:wrap
    }
}

@media(max-width: 991.98px) {
    .about_gallery_wrapper .single_about_gallery:not(:nth-child(2n+1)) .single_about_gallery_thumb {
        margin-top:20px
    }
}

.about_gallery_wrapper .single_about_gallery .single_about_gallery_thumb {
    flex-shrink: 0;
    max-width: 50%
}

@media(max-width: 991.98px) {
    .about_gallery_wrapper .single_about_gallery .single_about_gallery_thumb {
        max-width:100%;
        order: 1
    }
}

.about_gallery_wrapper .single_about_gallery .single_about_content {
    flex-shrink: 0;
    max-width: 50%;
    padding: 30px 0 30px 73px;
    width: 100%
}

@media(max-width: 991.98px) {
    .about_gallery_wrapper .single_about_gallery .single_about_content {
        padding:30px 0;
        max-width: 100%
    }
}

.about_gallery_wrapper .single_about_gallery .single_about_content .iconImg {
    max-width: 60px
}

.about_gallery_wrapper .single_about_gallery .single_about_content h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 70px;
    margin: 18px 0 21px
}

@media(max-width: 991.98px) {
    .about_gallery_wrapper .single_about_gallery .single_about_content h4 {
        font-size:25px;
        line-height: 1.2
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .about_gallery_wrapper .single_about_gallery .single_about_content h4 {
        font-size:30px;
        line-height: 1.2
    }
}

.about_gallery_wrapper .single_about_gallery .single_about_content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    max-width: 667px
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .about_gallery_wrapper .single_about_gallery .single_about_content p {
        font-size:14px;
        line-height: 1.2
    }
}

.counter_area {
    padding: 150px 0 145px;
    position: relative
}

@media(max-width: 767.98px) {
    .counter_area {
        padding:36px 0 72px
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .counter_area {
        padding:25px 0 144px
    }
}

.counter_area::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 52%;
    background-image: url(../img/about/counter_bg.png);
    clip-path: polygon(24% 0,100% 0%,100% 100%,0% 100%);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover
}

@media(max-width: 991.98px) {
    .counter_area::before {
        display:none
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .counter_area::before {
        width:45%
    }
}

@media(min-width: 992px) and (max-width:1499.98px) {
    .counter_area::before {
        width:45%
    }
}

.counter_area .counter_wrapper .single_counter {
    display: flex;
    align-items: center
}

@media(max-width: 767.98px) {
    .counter_area .counter_wrapper .single_counter {
        padding-left:0!important;
        flex-direction: column;
        align-items: flex-start
    }
}

.counter_area .counter_wrapper .single_counter:not(:last-child) {
    margin-bottom: 53px
}

.counter_area .counter_wrapper .single_counter:first-child {
    padding-left: 165px
}

@media(min-width: 992px) and (max-width:1499.98px) {
    .counter_area .counter_wrapper .single_counter:first-child {
        padding-left:30px
    }
}

.counter_area .counter_wrapper .single_counter:nth-child(2) {
    padding-left: 105px
}

@media(min-width: 992px) and (max-width:1499.98px) {
    .counter_area .counter_wrapper .single_counter:nth-child(2) {
        padding-left:10px
    }
}

.counter_area .counter_wrapper .single_counter:nth-child(3) {
    padding-left: 15px
}

@media(min-width: 992px) and (max-width:1499.98px) {
    .counter_area .counter_wrapper .single_counter:nth-child(3) {
        padding-left:0
    }
}

.counter_area .counter_wrapper .single_counter h3 {
    font-size: 60px;
    font-weight: 900;
    color: #fb1159;
    margin-right: 42px;
    min-width: 150px;
    margin-bottom: 0
}

@media(min-width: 992px) and (max-width:1499.98px) {
    .counter_area .counter_wrapper .single_counter h3 {
        margin-right:30px;
        font-size: 50px
    }
}

@media(max-width: 767.98px) {
    .counter_area .counter_wrapper .single_counter h3 {
        font-size:40px;
        width: auto;
        margin-bottom: 20px
    }
}

.counter_area .counter_wrapper .single_counter .counter_content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #202e3b;
    margin-bottom: 15px
}

.counter_area .counter_wrapper .single_counter .counter_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #373737
}

.primary_checkbox {
    display: inline-block;
    position: relative;
    margin: 0;
    align-items: center
}

.primary_checkbox h5 {
    font-size: 14px;
    font-weight: 500;
    font-family: libre baskerville,serif;
    color: #202e3b;
    margin-bottom: 0
}

.primary_checkbox .label_name {
    font-size: 14px;
    font-weight: 500;
    font-family: libre baskerville,serif;
    color: #202e3b;
    margin-bottom: 0
}

.primary_checkbox.white_checkbox .checkmark:after {
    border-color: #fff
}

.primary_checkbox .checkmark {
    position: relative;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    line-height: 18px;
    flex: 18px 0 0;
    border-radius: 3px
}

.primary_checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

.primary_checkbox input:checked~.checkmark:after {
    width: 100%;
    height: 100%;
    border: 0;
    transition: .3s;
    transform: scale(0)
}

.primary_checkbox input:checked~.checkmark {
    background: #ff5170;
    transition: .3s
}

.primary_checkbox input:checked~.checkmark::before {
    content: "\e64c";
    font-family: themify;
    position: absolute;
    display: block;
    top: 0;
    left: 3px;
    text-indent: 1px;
    color: #828bb2;
    background-color: transparent;
    border: 0;
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    z-index: 99;
    color: #fff;
    transition: .3s
}

.primary_checkbox .checkmark:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 18px;
    height: 18px;
    background: 0 0;
    border-radius: 3px;
    border: 1px solid #e9e7f7;
    transition: .3s;
    transform: scale(1)
}

.primary_checkbox2 {
    display: inline-block;
    position: relative;
    margin: 0;
    align-items: center
}

.primary_checkbox2 h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: libre baskerville,serif;
    color: #202e3b;
    margin-bottom: 0
}

.primary_checkbox2 .label_name {
    font-size: 16px;
    font-weight: 600;
    font-family: libre baskerville,serif;
    color: #202e3b;
    margin-bottom: 0
}

.primary_checkbox2.white_checkbox .checkmark:after {
    border-color: #fff
}

.primary_checkbox2 .checkmark {
    position: relative;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    line-height: 18px;
    flex: 18px 0 0;
    border-radius: 50%
}

.primary_checkbox2 input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

.primary_checkbox2 input:checked~.checkmark:after {
    width: 100%;
    height: 100%;
    border: 0;
    transition: .3s;
    transform: scale(0)
}

.primary_checkbox2 input:checked~.checkmark {
    background: #20e007;
    transition: .3s
}

.primary_checkbox2 input:checked~.checkmark::before {
    content: "\e64c";
    font-family: themify;
    position: absolute;
    display: block;
    top: 0;
    left: 3px;
    text-indent: 1px;
    color: #828bb2;
    background-color: transparent;
    border: 0;
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    z-index: 99;
    color: #fff;
    transition: .3s;
    font-weight: 700
}

.primary_checkbox2 .checkmark:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 18px;
    height: 18px;
    background: 0 0;
    border-radius: 50%;
    border: 1px solid #e9e7f7;
    transition: .3s;
    transform: scale(1)
}

.primary_checkbox2.error_ans input:checked~.checkmark::before {
    content: "\e646";
    font-family: themify;
    position: absolute;
    display: block;
    top: 0;
    left: 5px;
    text-indent: 1px;
    color: #828bb2;
    background-color: transparent;
    border: 0;
    transform: rotate(0deg);
    font-size: 6px;
    font-weight: 600;
    line-height: 18px;
    z-index: 99;
    color: #fff;
    transition: .3s;
    font-weight: 700
}

.primary_checkbox2.error_ans input:checked~.checkmark {
    background: #ff1414;
    transition: .3s
}

.primary_bulet_checkbox {
    display: inline-block;
    position: relative;
    margin: 0;
    align-items: center
}

.primary_bulet_checkbox h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: libre baskerville,serif;
    color: #202e3b;
    margin-bottom: 0
}

.primary_bulet_checkbox .label_name {
    font-size: 16px;
    font-weight: 500;
    font-family: libre baskerville,serif;
    color: #202e3b;
    margin-bottom: 0
}

.primary_bulet_checkbox.white_checkbox .checkmark:after {
    border-color: #fff
}

.primary_bulet_checkbox .checkmark {
    position: relative;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    line-height: 18px;
    flex: 18px 0 0;
    border-radius: 50%
}

.primary_bulet_checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

.primary_bulet_checkbox input:checked~.checkmark:after {
    width: 100%;
    height: 100%;
    transition: .3s;
    transform: scale(1);
    border-color: #ff5170
}

.primary_bulet_checkbox input:checked~.checkmark {
    transition: .3s
}

.primary_bulet_checkbox input:checked~.checkmark::before {
    transform: translate(-50%,-50%) scale(1)
}

.primary_bulet_checkbox .checkmark::before {
    position: absolute;
    background: #ff5170;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: .3s
}

.primary_bulet_checkbox .checkmark:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 18px;
    height: 18px;
    background: 0 0;
    border-radius: 50%;
    border: 1px solid #e9e7f7;
    transition: .3s;
    transform: scale(1)
}

.play_button {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    color: #ff5170;
    display: inline-block;
    text-align: center;
    line-height: 100px;
    position: relative;
    font-size: 25px;
    transition: .3s;
    cursor: pointer
}

.play_button:hover {
    background: #ff5170;
    color: #fff
}

.theme__overlay {
    position: relative;
    z-index: 2
}

.theme__overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a0b21;
    opacity: .4;
    z-index: -1
}

.lms_tabmenu {
    background: #f8f8fe;
    border-radius: 10px;
    display: inline-flex
}

.lms_tabmenu li a {
    font-size: 16px;
    font-weight: 600;
    font-family: libre baskerville,serif;
    color: #202e3b;
    border-radius: 10px;
    padding: 13px 39px
}

@media(max-width: 767.98px) {
    .lms_tabmenu li a {
        padding:13px 30px
    }
}

@media(min-width: 576px) and (max-width:767.98px) {
    .lms_tabmenu li a {
        padding:13px 27px
    }
}

.lms_tabmenu li a.active {
    background: #ff5170;
    color: #fff;
    border-radius: 10px
}

.theme_border {
    border-top: 1px solid #e9e7f7
}

.theme_according button::before {
    left: 25px;
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
    content: "\e622";
    font-family: themify;
    font-size: 16px;
    color: #373737;
    font-weight: 400
}

.theme_according button.collapsed::before {
    content: "\e61a";
    font-family: themify
}

.theme_according .card {
    margin-bottom: 15px;
    border: 0
}

.theme_according .card .card-header {
    border: 1px solid #e9e7f7;
    border-radius: 5px;
    background: 0 0;
    padding: 0
}

.theme_according .card .card-header h5 button {
    font-family: libre baskerville,serif;
    font-size: 18px;
    font-weight: 600;
    color: #202e3b;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 0;
    padding: 11.5px 25px 11.5px 50px;
    text-decoration: none!important
}

@media(max-width: 767.98px) {
    .theme_according .card .card-header h5 button {
        flex-wrap:wrap
    }
}

.theme_according .card .card-header h5 button span {
    font-size: 14px;
    font-weight: 500;
    font-family: libre baskerville,serif;
    color: #373737
}

.theme_according .card-body {
    padding: 0;
    padding-top: 20px
}

.theme_according .card-body .curriculam_list .curriculam_single {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center
}

@media(max-width: 767.98px) {
    .theme_according .card-body .curriculam_list .curriculam_single {
        flex-wrap:wrap
    }
}

.theme_according .card-body .curriculam_list .curriculam_single:last-child {
    margin-bottom: 15px
}

.theme_according .card-body .curriculam_list .curriculam_single .curriculam_left {
    display: flex;
    align-items: center
}

@media(max-width: 767.98px) {
    .theme_according .card-body .curriculam_list .curriculam_single .curriculam_left {
        margin-bottom:10px
    }
}

.theme_according .card-body .curriculam_list .curriculam_single .curriculam_left i {
    font-size: 18px;
    font-weight: 400;
    margin-right: 15px
}

.theme_according .card-body .curriculam_list .curriculam_single .curriculam_left span {
    font-size: 16px;
    font-weight: 500;
    color: #373737
}

.theme_according .card-body .curriculam_list .curriculam_single .curriculam_right {
    display: flex;
    align-items: center
}

.theme_according .card-body .curriculam_list .curriculam_single .curriculam_right .theme_btn_lite {
    margin-right: 30px
}

.theme_according .card-body .curriculam_list .curriculam_single .curriculam_right span {
    font-size: 14px;
    font-weight: 500;
    color: #373737
}

.shoping_wrapper .dark_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4,8,34,.4);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.shoping_wrapper .dark_overlay.active {
    opacity: 1;
    visibility: visible
}

@media(min-width: 767.98px) {
    .shoping_wrapper .chart_close {
        display:none
    }
}

.shoping_wrapper .shoping_cart {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 3;
    height: 100%;
    width: 519px;
    padding: 140px 30px 40px 40px;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    transition: .3s
}

@media(max-width: 575.98px) {
    .shoping_wrapper .shoping_cart {
        width:100%;
        padding: 100px 20px 30px 30px
    }
}

.shoping_wrapper .shoping_cart.active {
    opacity: 1;
    visibility: visible
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header {
    border-bottom: 1px solid #e1e2e6
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header h4 {
    font-size: 22px;
    font-weight: 700;
    color: #202e3b;
    margin-bottom: 15px
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart {
    display: flex;
    border-bottom: 1px solid #e1e2e6;
    align-items: center;
    padding: 20px 0
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart:last-child {
    padding-bottom: 60px;
    margin-bottom: 30px
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb {
    width: 120px;
    margin-right: 30px
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb img {
    width: 100%
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: libre baskerville,serif;
    color: #373737;
    margin-bottom: 10px
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p {
    font-size: 16px;
    font-weight: 500;
    color: #373737;
    font-family: libre baskerville,serif;
    display: flex;
    align-items: center
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p .multy_icon {
    display: inline-block;
    font-size: 14px;
    margin-right: 13px;
    margin-left: 5px;
    color: #373737
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p .prise {
    color: #49a60a
}

.course__details {
    padding: 150px 0 120px
}

@media(max-width: 767.98px) {
    .course__details {
        padding:75px 0 45px
    }
}

.course__details .course__details_title {
    display: flex
}

@media(max-width: 767.98px) {
    .course__details .course__details_title {
        flex-direction:column
    }
}

.course__details .course__details_title .single__details {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 40px
}

@media(max-width: 767.98px) {
    .course__details .course__details_title .single__details {
        margin-bottom:30px
    }
}

.course__details .course__details_title .single__details:not(:last-child) {
    margin-right: 60px;
    padding-right: 60px
}

@media(min-width: 768px) and (max-width:991.98px) {
    .course__details .course__details_title .single__details:not(:last-child) {
        margin-right:10px;
        padding-right: 10px
    }
}

@media(max-width: 767.98px) {
    .course__details .course__details_title .single__details:not(:last-child) {
        margin-right:0;
        padding-right: 0
    }
}

.course__details .course__details_title .single__details:not(:last-child)::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #e9e7f7;
    width: 1px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width: 767.98px) {
    .course__details .course__details_title .single__details:not(:last-child)::before {
        display:none
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .course__details .course__details_title .single__details:not(:last-child)::before {
        display:none
    }
}

.course__details .course__details_title .single__details .thumb {
    margin-right: 25px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    flex: 80px 0 0
}

.course__details .course__details_title .single__details .thumb img {
    width: 100%;
    border-radius: 50%
}

.course__details .course__details_title .single__details .details_content span {
    font-size: 14px;
    font-weight: 500;
    color: #373737;
    display: inline-block;
    margin-bottom: 3px
}

@media(min-width: 768px) and (max-width:991.98px) {
    .course__details .course__details_title .single__details .details_content h4 {
        font-size:18px
    }
}

.course__details .course__details_title .single__details .details_content .rating_star {
    display: flex
}

.course__details .course__details_title .single__details .details_content .rating_star .stars {
    display: flex;
    align-items: center
}

.course__details .course__details_title .single__details .details_content .rating_star .stars i {
    font-size: 15px;
    color: #ffc107
}

.course__details .course__details_title .single__details .details_content .rating_star .stars i:not(:last-child) {
    margin-right: 5px
}

.course__details .course__details_title .single__details .details_content .rating_star p {
    font-size: 14px;
    font-weight: 400;
    font-family: libre baskerville,serif;
    color: #202e3b;
    margin-bottom: 0;
    margin-left: 19px
}

@media(min-width: 768px) and (max-width:991.98px) {
    .course__details .course__details_title .single__details .details_content .rating_star p {
        margin-left:5px
    }
}

.course__details .video_screen {
    background-image: url(../img/course_details/banner.jpg);
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 767.98px) {
    .course__details .video_screen {
        height:500px
    }
}

.course__details .video_screen p {
    font-size: 18px;
    font-weight: 600;
    font-family: libre baskerville,serif;
    color: #fff;
    margin-top: 14px
}

.sidebar__widget .sidebar__title {
    display: flex;
    align-items: center;
    margin-bottom: 21px
}

.sidebar__widget .sidebar__title h3 {
    font-size: 36px;
    font-weight: 700;
    color: #202e3b;
    margin-bottom: 0;
    margin-right: 23px
}

@media(max-width: 767.98px) {
    .sidebar__widget .sidebar__title h3 {
        font-size:30px
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .sidebar__widget .sidebar__title h3 {
        font-size:30px
    }
}

@media(min-width: 1200px) and (max-width:1599.98px) {
    .sidebar__widget .sidebar__title h3 {
        font-size:30px
    }
}

.sidebar__widget .sidebar__title p {
    font-size: 14px;
    font-weight: 600;
    color: #687083;
    margin-bottom: 0;
    font-family: libre baskerville,serif
}

.sidebar__widget .sidebar__title p i {
    color: #687083;
    font-size: 16px;
    margin-right: 5px
}

.sidebar__widget .course_includes li {
    display: flex;
    align-items: center
}

.sidebar__widget .course_includes li:not(:last-child) {
    margin-bottom: 12px
}

.sidebar__widget .course_includes li i {
    font-size: 22px;
    font-weight: 400;
    color: #373737;
    margin-right: 15px
}

.sidebar__widget .course_includes li p {
    font-size: 16px;
    font-weight: 500;
    color: #373737;
    margin-bottom: 0
}

@media(max-width: 767.98px) {
    .lms_tab_content {
        margin-bottom:45px
    }
}

@media(min-width: 1500px) {
    .lms_tab_content {
        padding-right:50px
    }
}

.lms_tab_content .course_overview_description .single_overview:not(:last-child) {
    margin-bottom: 54px
}

.lms_tab_content .course_overview_description .single_overview:last-child {
    margin-bottom: 25px
}

.lms_tab_content .course_overview_description .single_overview .theme_border {
    margin-bottom: 24px
}

.lms_tab_content .course_overview_description .single_overview p {
    line-height: 26px;
    font-weight: 400
}

.lms_tab_content .course_overview_description .single_overview .social_btns {
    display: flex;
    flex-wrap: wrap
}

.lms_tab_content .course_overview_description .single_overview .social_btns .social_btn {
    margin-right: 10px;
    margin-bottom: 5px
}

.lms_tab_content .instractor_details_wrapper {
    padding-bottom: 97px
}

@media(max-width: 767.98px) {
    .lms_tab_content .instractor_details_wrapper {
        padding-bottom:47px
    }
}

.lms_tab_content .instractor_details_wrapper .instractor_title {
    margin-bottom: 38px
}

.lms_tab_content .instractor_details_wrapper .instractor_title h4 {
    margin-bottom: 3px
}

.lms_tab_content .instractor_details_wrapper .instractor_title>p {
    color: #373737;
    font-weight: 500
}

.lms_tab_content .instractor_details_wrapper .instractor_details_inner {
    display: grid;
    grid-template-columns: 300px auto;
    grid-gap: 60px;
    margin-bottom: 53px
}

@media(max-width: 767.98px) {
    .lms_tab_content .instractor_details_wrapper .instractor_details_inner {
        grid-template-columns:auto;
        grid-gap: 30px;
        margin-bottom: 30px
    }
}

.lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info h4 {
    margin-bottom: 8px
}

.lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: libre baskerville,serif;
    color: #373737
}

.lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .ins_details {
    margin-bottom: 21px;
    margin-top: 24px
}

@media(max-width: 767.98px) {
    .lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .ins_details {
        margin-bottom:21px
    }
}

.lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .intractor_qualification .single_qualification {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    font-family: libre baskerville,serif;
    margin-bottom: 10px
}

.lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .intractor_qualification .single_qualification i {
    font-size: 22px;
    font-weight: 400;
    margin-right: 15px
}

.lms_tab_content .author_courses {
    padding-top: 87px;
    border-top: 1px solid #e9e7f7
}

@media(max-width: 767.98px) {
    .lms_tab_content .author_courses {
        padding-top:47px
    }
}

.course_review_wrapper .details_title {
    margin-bottom: 38px
}

.course_review_wrapper .details_title h4 {
    margin-bottom: 3px
}

.course_review_wrapper .details_title>p {
    color: #373737
}

.course_review_wrapper .course_feedback {
    display: flex
}

@media(max-width: 767.98px) {
    .course_review_wrapper .course_feedback {
        flex-direction:column
    }
}

.course_review_wrapper .course_feedback .course_feedback_left {
    padding-right: 55px;
    margin-bottom: 30px
}

.course_review_wrapper .course_feedback .course_feedback_left h2 {
    font-size: 60px;
    font-weight: 900;
    color: #ff5170;
    margin-bottom: 0;
    line-height: 1
}

.course_review_wrapper .course_feedback .course_feedback_left .feedmak_stars {
    display: flex;
    align-items: center;
    margin: 5px 0 8px
}

.course_review_wrapper .course_feedback .course_feedback_left .feedmak_stars i {
    color: #ffc107;
    font-size: 17px
}

.course_review_wrapper .course_feedback .course_feedback_left .feedmak_stars i:not(:last-child) {
    margin-right: 5px
}

.course_review_wrapper .course_feedback .course_feedback_left span {
    font-family: libre baskerville,serif;
    font-size: 14px;
    font-weight: 500;
    color: #202e3b
}

.course_review_wrapper .course_feedback .feedbark_progressbar {
    width: 100%
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar {
    display: grid;
    grid-template-columns: minmax(max-content,100%) repeat(2,1fr);
    align-items: center;
    margin-bottom: 20px
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress {
    height: 10px;
    background-color: #e8e8ed;
    border-radius: 30px;
    margin-right: 30px
}

@media(max-width: 767.98px) {
    .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress {
        margin-right:15px
    }
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress .progress-bar {
    background: #202e3b;
    border-radius: 30px
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars {
    display: flex;
    align-items: center;
    margin: 0;
    margin-right: 20px
}

@media(max-width: 767.98px) {
    .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars {
        margin-right:15px
    }
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i {
    color: #ffc107;
    font-size: 17px
}

@media(max-width: 767.98px) {
    .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i {
        font-size:14px
    }
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i:not(:last-child) {
    margin-right: 5px
}

.course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent span {
    font-family: libre baskerville,serif;
    font-size: 14px;
    font-weight: 500;
    color: #202e3b
}

.course_review_wrapper .course_cutomer_reviews {
    border-top: 1px solid #e9e7f7;
    padding-top: 56px;
    margin-top: 36px
}

.course_review_wrapper .course_cutomer_reviews .details_title {
    margin-bottom: 55px
}

@media(max-width: 767.98px) {
    .course_review_wrapper .course_cutomer_reviews .details_title {
        margin-bottom:30px
    }
}

.course_review_wrapper .course_cutomer_reviews .single_reviews {
    display: flex;
    border-bottom: 1px solid #e9e7f7;
    padding-bottom: 57px;
    margin-bottom: 60px
}

.course_review_wrapper .course_cutomer_reviews .single_reviews:last-child {
    padding-bottom: 37px;
    border: 0
}

@media(max-width: 767.98px) {
    .course_review_wrapper .course_cutomer_reviews .single_reviews {
        padding-bottom:40px;
        margin-bottom: 40px
    }
}

@media(max-width: 575.98px) {
    .course_review_wrapper .course_cutomer_reviews .single_reviews {
        flex-direction:column
    }
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .thumb {
    font-size: 20px;
    font-weight: 700;
    font-family: libre baskerville,serif;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ff5170;
    flex: 80px 0 0;
    margin-right: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    margin-bottom: 20px
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content h4 {
    margin-bottom: 0
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer {
    display: flex;
    align-items: center;
    margin: 7px 0 21px
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer .feedmak_stars {
    display: flex;
    align-items: center;
    margin: 0;
    margin-right: 15px
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer .feedmak_stars i {
    color: #ffc107;
    font-size: 15px
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer .feedmak_stars i:not(:last-child) {
    margin-right: 5px
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer span {
    font-size: 14px;
    font-weight: 500;
    color: #373737
}

.quiz_list li {
    font-size: 16px;
    font-weight: 400;
    color: #373737;
    font-family: libre baskerville,serif;
    display: flex;
    align-items: center;
    margin-bottom: 1px
}

.quiz_list li i {
    font-size: 12px;
    font-weight: 400;
    color: #373737;
    margin-right: 10px
}

.quiz__details {
    padding: 150px 0 120px
}

@media(max-width: 767.98px) {
    .quiz__details {
        padding:75px 0 45px
    }
}

.quiz__details .lms_tab_content .course_overview_description .single_overview {
    margin-bottom: 30px
}

.quiz__details .lms_tab_content .course_overview_description .single_overview:last-child {
    margin-bottom: 28px
}

@media(max-width: 767.98px) {
    .quiz__details .lms_tab_content .course_overview_description .single_overview:last-child {
        margin-bottom:40px
    }
}

.quiz__details .course_cutomer_reviews .single_reviews:last-child {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 28px
}

.quiz_test_wrapper {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.05)
}

.quiz_test_wrapper .quiz_test_header {
    background: #f8f8fe;
    padding: 26.8px 60px;
    box-shadow: 0 1px 1px rgba(0,0,0,.08)
}

@media(max-width: 767.98px) {
    .quiz_test_wrapper .quiz_test_header {
        padding:20px 30px
    }
}

.quiz_test_wrapper .quiz_test_header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #202e3b;
    margin-bottom: 0
}

@media(max-width: 767.98px) {
    .quiz_test_wrapper .quiz_test_header h3 {
        font-size:18px
    }
}

.quiz_test_wrapper .quiz_test_body {
    padding: 50px 50px 80px 60px
}

@media(max-width: 767.98px) {
    .quiz_test_wrapper .quiz_test_body {
        padding:40px 40px 50px
    }
}

.quiz_test_wrapper .quiz_test_body p {
    margin-bottom: 26px
}

.quiz_test_wrapper .quiz_test_body p a {
    font-weight: 600;
    color: #373737
}

.quiz_test_wrapper .quiz_test_body .quiz_test_info {
    margin-bottom: 47px;
    padding-top: 4px
}

.quiz_test_wrapper .quiz_test_body .quiz_test_info li {
    font-family: libre baskerville,serif;
    font-weight: 400;
    color: #373737;
    display: grid;
    grid-template-columns: 80px auto;
    grid-gap: 20px;
    margin-bottom: 7px
}

.quiz_test_wrapper .quiz_test_body .quiz_test_info li span {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    text-transform: capitalize
}

.quiz_questions_wrapper {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.05)
}

.quiz_questions_wrapper .quiz_test_header {
    background: #f8f8fe;
    padding: 22px 60px;
    box-shadow: 0 1px 1px rgba(0,0,0,.08)
}

@media(max-width: 767.98px) {
    .quiz_questions_wrapper .quiz_test_header {
        padding:20px 30px
    }
}

@media(max-width: 575.98px) {
    .quiz_questions_wrapper .quiz_test_header {
        flex-direction:column;
        justify-content: start
    }
}

.quiz_questions_wrapper .quiz_test_header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #202e3b;
    margin-bottom: 0
}

@media(max-width: 767.98px) {
    .quiz_questions_wrapper .quiz_test_header h3 {
        font-size:18px
    }
}

.quiz_questions_wrapper .quiz_test_header .quiz_header_right {
    text-align: right
}

@media(max-width: 575.98px) {
    .quiz_questions_wrapper .quiz_test_header .quiz_header_right {
        text-align:left;
        width: 100%;
        margin-top: 10px
    }
}

.quiz_questions_wrapper .quiz_test_header .quiz_header_right span {
    font-size: 20px;
    font-weight: 600;
    font-family: libre baskerville,serif;
    color: #202e3b;
    margin-bottom: 0
}

.quiz_questions_wrapper .quiz_test_header .quiz_header_right p {
    font-size: 14px;
    font-weight: 500;
    color: #687083
}

.quiz_questions_wrapper .quiz_test_body {
    padding: 40px 60px 80px
}

@media(max-width: 575.98px) {
    .quiz_questions_wrapper .quiz_test_body {
        padding:25px 20px
    }
}

.quiz_questions_wrapper .quiz_test_body .question_list_header {
    margin-bottom: 26px
}

.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_top p {
    font-size: 14px;
    font-weight: 500;
    color: #687083
}

.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_top .arrow_controller span {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    background: #f9f9fd;
    border: 1px solid #e1e2e6;
    display: inline-block;
    font-size: 12px;
    color: #687083
}

.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 49px;
    background: #ff5170;
    font-size: 16px;
    font-weight: 700;
    font-family: libre baskerville,serif;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    flex: 50px 0 0;
    margin-bottom: 20px
}

@media(max-width: 767.98px) {
    .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span {
        width:40px;
        height: 40px;
        line-height: 40px;
        flex: 40px 0 0;
        font-size: 14px
    }
}

@media(max-width: 575.98px) {
    .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span {
        margin-bottom:15px
    }
}

.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span.skip_qus {
    border: 2px solid #ff5170;
    color: #ff5170;
    background: 0 0
}

.quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span:not(:last-child) {
    margin-right: 33px
}

@media(max-width: 767.98px) {
    .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span:not(:last-child) {
        margin-right:20px
    }
}

.quiz_questions_wrapper .quiz_test_body .quiz_select {
    margin-bottom: 50px
}

.quiz_questions_wrapper .quiz_test_body .quiz_select li {
    margin-bottom: 15px
}

.quiz_score_wrapper {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.05)
}

.quiz_score_wrapper .quiz_test_header {
    background: #f8f8fe;
    padding: 26.8px 60px;
    box-shadow: 0 1px 1px rgba(0,0,0,.08)
}

@media(max-width: 767.98px) {
    .quiz_score_wrapper .quiz_test_header {
        padding:20px 30px
    }
}

.quiz_score_wrapper .quiz_test_header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #202e3b;
    margin-bottom: 0
}

@media(max-width: 767.98px) {
    .quiz_score_wrapper .quiz_test_header h3 {
        font-size:18px
    }
}

.quiz_score_wrapper .quiz_test_body {
    padding: 50px 50px 80px 60px
}

@media(max-width: 767.98px) {
    .quiz_score_wrapper .quiz_test_body {
        padding:30px
    }
}

.quiz_score_wrapper .quiz_test_body h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 34px
}

.quiz_score_wrapper .quiz_test_body .score_view_wrapper {
    display: flex
}

@media(max-width: 575.98px) {
    .quiz_score_wrapper .quiz_test_body .score_view_wrapper {
        flex-direction:column
    }
}

@media(min-width: 1200px) and (max-width:1499.98px) {
    .quiz_score_wrapper .quiz_test_body .score_view_wrapper {
        flex-direction:column
    }
}

.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view p {
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    margin-bottom: 12px
}

.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view ul {
    margin-bottom: 80px
}

@media(min-width: 1200px) and (max-width:1499.98px) {
    .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view ul {
        margin-bottom:30px
    }
}

@media(max-width: 767.98px) {
    .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view ul {
        margin-bottom:40px
    }
}

@media(max-width: 575.98px) {
    .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view ul {
        margin-bottom:20px
    }
}

@media(max-width: 575.98px) {
    .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:last-child {
        margin-bottom:30px
    }
}

@media(min-width: 1200px) and (max-width:1499.98px) {
    .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:last-child {
        margin-bottom:40px
    }
}

.quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:not(:last-child) {
    margin-right: 94px
}

@media(min-width: 1200px) and (max-width:1499.98px) {
    .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:not(:last-child) {
        margin-right:0
    }
}

@media(max-width: 767.98px) {
    .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:not(:last-child) {
        margin-right:30px
    }
}

.quiz_score_wrapper .quiz_test_body .retake_info {
    padding-left: 70px;
    margin-bottom: 30px
}

@media(min-width: 1200px) and (max-width:1499.98px) {
    .quiz_score_wrapper .quiz_test_body .retake_info {
        padding-left:50px
    }
}

@media(max-width: 767.98px) {
    .quiz_score_wrapper .quiz_test_body .retake_info {
        padding-left:0
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .quiz_score_wrapper .quiz_test_body .retake_info {
        padding-left:0;
        margin-bottom: 30px
    }
}

.quiz_score_wrapper .quiz_test_body .retake_info h4 {
    margin-bottom: 12px
}

.result_sheet_wrapper {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.05)
}

.result_sheet_wrapper .quiz_test_header {
    background: #f8f8fe;
    padding: 26.8px 60px;
    box-shadow: 0 1px 1px rgba(0,0,0,.08)
}

@media(max-width: 767.98px) {
    .result_sheet_wrapper .quiz_test_header {
        padding:20px 30px
    }
}

.result_sheet_wrapper .quiz_test_header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #202e3b;
    margin-bottom: 0
}

@media(max-width: 767.98px) {
    .result_sheet_wrapper .quiz_test_header h3 {
        font-size:18px
    }
}

.result_sheet_wrapper .quiz_test_body {
    padding: 40px 50px
}

@media(max-width: 767.98px) {
    .result_sheet_wrapper .quiz_test_body {
        padding:30px
    }
}

.result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view {
    padding-bottom: 26px;
    margin-bottom: 30px
}

.result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view:not(:last-child) {
    border-bottom: 1px solid #e9e7f7
}

.result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view p {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    margin-bottom: 2px
}

.result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #373737
}

.result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view ul li {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 500
}

@media(max-width: 767.98px) {
    .result_sheet_wrapper .quiz_test_body .result_sheet_view .marking_img img {
        width:60px;
        margin-top: 10px
    }
}

.result_sheet_wrapper .quiz_test_body .result_sheet_preview {
    padding-top: 30px;
    padding-bottom: 40px
}

@media(max-width: 575.98px) {
    .result_sheet_wrapper .quiz_test_body .result_sheet_preview {
        padding-top:0
    }
}

.result_sheet_wrapper .quiz_test_body .result_sheet_preview a {
    margin: 0 5px
}

@media(max-width: 575.98px) {
    .result_sheet_wrapper .quiz_test_body .result_sheet_preview a:nth-child(1) {
        margin-bottom:15px
    }
}

@media(max-width: 575.98px) {
    .result_sheet_wrapper .quiz_test_body .result_sheet_preview {
        flex-direction:column
    }
}

.question_list_counters {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.question_list_counters span {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 49px;
    background: #ff5170;
    font-size: 16px;
    font-weight: 700;
    font-family: libre baskerville,serif;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    flex: 50px 0 0;
    margin-bottom: 20px
}

@media(max-width: 767.98px) {
    .question_list_counters span {
        width:40px;
        height: 40px;
        line-height: 40px;
        flex: 40px 0 0;
        font-size: 14px
    }
}

@media(max-width: 575.98px) {
    .question_list_counters span {
        margin-bottom:15px
    }
}

.question_list_counters span.skip_qus {
    border: 2px solid #ff5170;
    color: #ff5170;
    background: 0 0
}

.question_list_counters span:not(:last-child) {
    margin-right: 33px
}

@media(max-width: 767.98px) {
    .question_list_counters span:not(:last-child) {
        margin-right:20px
    }
}

.question_number_lists {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 11px
}

.question_number_lists a {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 49px;
    background: #ff5170;
    font-size: 16px;
    font-weight: 700;
    font-family: libre baskerville,serif;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    flex: 50px 0 0;
    padding: 0
}

.question_number_lists a.skip_qus {
    border: 2px solid #ff5170;
    color: #ff5170;
    background: 0 0
}

.question_number_lists a.pouse_qus {
    border-color: #f8f8fe;
    color: #ff5170;
    background: #f8f8fe
}

.error_wrapper {
    padding: 150px 0
}

@media(max-width: 767.98px) {
    .error_wrapper {
        padding:75px 0
    }
}

.error_wrapper .error_wrapper_info .thumb img {
    max-width: 535px
}

@media(max-width: 575.98px) {
    .error_wrapper .error_wrapper_info .thumb img {
        width:100%
    }
}

.error_wrapper .error_wrapper_info h3 {
    font-size: 50px;
    font-family: libre baskerville,serif;
    font-weight: 900;
    color: #202e3b;
    margin: 19px 0 13px
}

@media(max-width: 575.98px) {
    .error_wrapper .error_wrapper_info h3 {
        font-size:30px
    }
}

@media(min-width: 576px) and (max-width:767.98px) {
    .error_wrapper .error_wrapper_info h3 {
        font-size:40px
    }
}

.error_wrapper .error_wrapper_info p {
    font-size: 18px;
    font-weight: 500;
    color: #373737;
    margin-bottom: 38px
}

.login_wrapper {
    display: grid;
    grid-template-columns: 615px auto
}

@media(max-width: 767.98px) {
    .login_wrapper {
        grid-template-columns:auto
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .login_wrapper {
        grid-template-columns:515px auto
    }
}

.login_wrapper .login_wrapper_left {
    padding: 60px 56px 53px 60px
}

@media(max-width: 767.98px) {
    .login_wrapper .login_wrapper_left {
        padding:40px 30px
    }
}

.login_wrapper .login_wrapper_left .logo {
    margin-bottom: 120px
}

@media(max-width: 767.98px) {
    .login_wrapper .login_wrapper_left .logo {
        margin-bottom:75px
    }
}

.login_wrapper .login_wrapper_left .login_wrapper_content {
    padding-bottom: 219px
}

@media(max-width: 767.98px) {
    .login_wrapper .login_wrapper_left .login_wrapper_content {
        padding-bottom:100px
    }
}

.login_wrapper .login_wrapper_left .login_wrapper_content h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 50px
}

@media(max-width: 767.98px) {
    .login_wrapper .login_wrapper_left .login_wrapper_content h4 {
        font-size:20px;
        line-height: 26px;
        margin-bottom: 40px
    }
}

.login_wrapper .login_wrapper_left .login_wrapper_content .socail_links {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px
}

@media(max-width: 767.98px) {
    .login_wrapper .login_wrapper_left .login_wrapper_content .socail_links {
        grid-template-columns:repeat(1,1fr)
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .login_wrapper .login_wrapper_left .login_wrapper_content .socail_links {
        grid-template-columns:repeat(1,1fr)
    }
}

.login_wrapper .login_wrapper_left .login_wrapper_content .socail_links a {
    border-radius: 0;
    color: #fff!important;
    white-space: nowrap
}

.login_wrapper .login_wrapper_left .login_wrapper_content .socail_links a:hover {
    background: #ff5170!important
}

.login_wrapper .login_wrapper_left .login_wrapper_content .socail_links a i {
    font-size: 16px;
    margin-right: 5px
}

.login_wrapper .login_wrapper_left .login_wrapper_content .socail_links a:nth-child(1) {
    background: #395799
}

.login_wrapper .login_wrapper_left .login_wrapper_content .socail_links a:nth-child(2) {
    background: #03abf0
}

.login_wrapper .login_wrapper_left .login_wrapper_content .login_text {
    font-size: 14px;
    font-weight: 500;
    color: #373737;
    font-family: libre baskerville,serif;
    margin: 13px 0 50px
}

.login_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass {
    align-items: center;
    margin-bottom: 60px
}

.login_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass .primary_checkbox .label_name {
    font-size: 14px;
    color: #687083
}

.login_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass p {
    font-family: libre baskerville,serif;
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    margin-bottom: 0
}

.login_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass p a {
    text-decoration: underline;
    color: #687083
}

.login_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass .forgot_pass {
    font-size: 14px;
    font-weight: 500;
    color: #5dabfc;
    font-family: libre baskerville,serif
}

.login_wrapper .login_wrapper_left .shitch_text {
    font-size: 14px;
    font-weight: 500;
    color: #373737
}

.login_wrapper .login_wrapper_left .shitch_text a {
    color: #4183ff
}

.login_wrapper .login_wrapper_right {
    display: flex;
    align-items: center;
    justify-content: center;
    background: -moz-linear-gradient(top,rgba(255,234,239,0.1) 0%,rgba(64,232,221,0.1) 100%);
    background: -webkit-linear-gradient(top,rgba(255,234,239,0.1) 0%,rgba(64,232,221,0.1) 100%);
    background: linear-gradient(to bottom,rgba(255,234,239,0.1) 0%,rgba(64,232,221,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affeaef',endColorstr='#1a40e8dd',GradientType=0)
}

@media(max-width: 767.98px) {
    .login_wrapper .login_wrapper_right {
        display:none
    }
}

@media(max-width: 991.98px) {
    .login_wrapper .login_wrapper_right {
        display:none
    }
}

.login_wrapper .login_wrapper_right .login_main_info {
    text-align: center
}

.login_wrapper .login_wrapper_right h4 {
    font-size: 40px;
    font-weight: 900;
    color: #202e3b;
    line-height: 50px
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .login_wrapper .login_wrapper_right h4 {
        font-size:25px;
        line-height: 35px
    }
}

@media(min-width: 1200px) and (max-width:1399.98px) {
    .login_wrapper .login_wrapper_right h4 {
        font-size:25px;
        line-height: 35px
    }
}

.login_wrapper .login_wrapper_right br {
    display: block!important
}

.login_wrapper .login_wrapper_right .thumb {
    margin: 80px 0 55px;
    text-align: center
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .login_wrapper .login_wrapper_right .thumb {
        margin:50px 0 35px
    }
}

.login_wrapper .login_wrapper_right .thumb img {
    max-width: 412px
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .login_wrapper .login_wrapper_right .thumb img {
        max-width:300px
    }
}

@media(min-width: 1200px) and (max-width:1399.98px) {
    .login_wrapper .login_wrapper_right .thumb img {
        max-width:300px
    }
}

.login_wrapper .login_wrapper_right .other_links span {
    font-size: 18px;
    font-weight: 500;
    font-family: libre baskerville,serif;
    color: #202e3b
}

.login_wrapper .login_wrapper_right .other_links span:not(:last-child) {
    margin-right: 60px
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .login_wrapper .login_wrapper_right .other_links span:not(:last-child) {
        margin-right:30px
    }
}

.login_wrapper.resister_wrapper .login_wrapper_left .logo {
    margin-bottom: 91px
}

@media(max-width: 767.98px) {
    .login_wrapper.resister_wrapper .login_wrapper_left .logo {
        margin-bottom:46px
    }
}

.login_wrapper.resister_wrapper .login_wrapper_left .login_wrapper_content {
    padding-bottom: 130px
}

@media(max-width: 767.98px) {
    .login_wrapper.resister_wrapper .login_wrapper_left .login_wrapper_content {
        padding-bottom:60px
    }
}

.login_wrapper.resister_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass {
    margin-bottom: 56px
}

.custom_group_field {
    border-bottom: 1px solid #e1e2e6
}

.custom_group_field span {
    background: 0 0;
    border: 0;
    padding: 0;
    width: 20px;
    text-align: left;
    padding-bottom: 14px
}

.custom_group_field input {
    border: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: libre baskerville,serif;
    box-shadow: none!important;
    padding-bottom: 19px;
    padding-left: 10px
}

.custom_group_field input:focus {
    outline: none
}

.custom_group_field input::placeholder {
    color: #afafaf
}

.pricing_area {
    padding-bottom: 120px
}

@media(max-width: 767.98px) {
    .pricing_area {
        padding-bottom:45px
    }
}

.pricing_area .pricing_carousel {
    background: #fff;
    box-shadow: 0 3px 20px rgba(0,0,0,.05);
    border-radius: 20px;
    padding: 52px 0;
    position: relative;
    margin-top: -125px;
    margin-bottom: 100px
}

@media(max-width: 767.98px) {
    .pricing_area .pricing_carousel {
        margin:75px 0 50px
    }
}

.pricing_area .pricing_carousel .single_course_slide .icon img {
    display: inline-block;
    width: auto
}

.pricing_area .pricing_carousel .single_course_slide h4 {
    font-size: 22px;
    font-weight: 700;
    color: #202e3b;
    margin-bottom: 7px;
    margin-top: 30px
}

.pricing_area .pricing_carousel .single_course_slide span {
    font-family: libre baskerville,serif;
    font-size: 16px;
    font-weight: 500;
    color: #373737
}

.pricing_area .single_pricing {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    border-radius: 10px;
    padding: 40px 30px
}

.pricing_area .single_pricing .pricing_header {
    padding-bottom: 23px;
    text-align: center;
    border-bottom: 1px solid #eef0f4
}

.pricing_area .single_pricing .pricing_header h3 {
    font-size: 22px;
    font-family: libre baskerville,serif;
    font-weight: 900;
    margin-bottom: 0
}

.pricing_area .single_pricing .pricing_body h2 {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 0;
    color: #fb1159;
    position: relative;
    display: inline-block;
    line-height: 1;
    margin: 27px 0 25px
}

.pricing_area .single_pricing .pricing_body h2 span {
    font-size: 16px;
    font-weight: 600;
    font-family: libre baskerville,serif;
    position: absolute
}

.pricing_area .single_pricing .pricing_body h2 span.sup {
    left: -10px;
    top: 6px
}

.pricing_area .single_pricing .pricing_body h2 span.sub {
    right: -28px;
    bottom: 8px
}

.pricing_area .single_pricing .pricing_body .pricing_lists {
    margin-bottom: 41px
}

.pricing_area .single_pricing .pricing_body .pricing_lists li {
    font-size: 16px;
    font-weight: 500;
    font-family: libre baskerville,serif;
    color: #687083;
    margin-bottom: 8px
}

.instractors_wrapper {
    padding: 144px 0 110px
}

@media(max-width: 767.98px) {
    .instractors_wrapper {
        padding:69px 0 35px
    }
}

.instractors_wrapper.instractors_wrapper2 {
    padding: 0 0 100px
}

@media(max-width: 767.98px) {
    .instractors_wrapper.instractors_wrapper2 {
        padding:0 0 25px
    }
}

.single_instractor {
    border-radius: 8px;
    overflow: hidden
}

.single_instractor .thumb {
    margin-bottom: 0;
    overflow: hidden;
    display: block
}

.single_instractor .thumb img {
    width: 100%;
    transform: scale(1);
    transition: .3s
}

.single_instractor .instractor_info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    background: linear-gradient(180deg,rgba(87,87,87,0) 6.86%,#1F1F1F 115.02%);
    overflow: hidden;
    transition: .3s
}

.single_instractor .instractor_info .instractor_info_content {
    position: relative;
    top: 50px;
    transition: .3s
}

.single_instractor .instractor_info h4 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px
}

.single_instractor .instractor_info .instractor_social {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
    opacity: 0;
    transform: scaleY(.7)
}

.single_instractor .instractor_info .instractor_social a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    background: #ff5170;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.single_instractor .instractor_info .instractor_social a:hover {
    background: #392c7d
}

.single_instractor:hover .instractor_info {
    background: linear-gradient(180deg,rgba(87,87,87,0) 5.41%,#1F1F1F 105.24%)
}

.single_instractor:hover .instractor_info .instractor_info_content {
    top: 0
}

.single_instractor:hover .instractor_info .instractor_social {
    opacity: 1;
    transform: scaleY(1)
}

.single_instractor:hover .thumb img {
    transform: scale(1.1)
}

.instractos_details_wrapper {
    padding: 150px 0 120px
}

@media(max-width: 767.98px) {
    .instractos_details_wrapper {
        padding:75px 0 40px
    }
}

.instractos_details_wrapper .instractos_profile .thumb {
    max-width: 330px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 30px
}

@media(max-width: 767.98px) {
    .instractos_details_wrapper .instractos_profile .thumb {
        max-width:200px
    }
}

.instractos_details_wrapper .instractos_profile .thumb img {
    width: 100%;
    border-radius: 50%
}

.instractos_details_wrapper .instractos_profile .instractor_meta {
    text-align: center
}

.instractos_details_wrapper .instractos_profile .instractor_meta h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px
}

.instractos_details_wrapper .instractos_profile .instractor_meta span {
    font-size: 16px;
    font-weight: 500;
    color: #373737
}

.instractos_details_wrapper .instractos_profile .instractor_meta .social_media {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 38px
}

.instractos_details_wrapper .instractos_profile .instractor_meta .social_media a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    background: #395799;
    text-align: center;
    line-height: 50px;
    display: inline-block
}

.instractos_details_wrapper .instractos_profile .instractor_meta .social_media a.twitter {
    background: #03abf0
}

.instractos_details_wrapper .instractos_profile .instractor_meta .social_media a.pinterest {
    background: #c92128
}

.instractos_details_wrapper .instractos_profile .instractor_meta .social_media a.linkedin {
    background: #0477b5
}

.instractos_details_wrapper .instractos_profile .instractor_meta .social_media a:hover {
    background: #ff5170
}

.instractos_details_wrapper .instractos_profile .instractor_meta .social_media a:not(:last-child) {
    margin-right: 10px
}

.instractos_details_wrapper .instractos_main_details .course__details_title {
    display: flex
}

@media(min-width: 1200px) and (max-width:1399.98px) {
    .instractos_details_wrapper .instractos_main_details .course__details_title {
        justify-content:space-between
    }
}

@media(max-width: 767.98px) {
    .instractos_details_wrapper .instractos_main_details .course__details_title {
        flex-direction:column
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .instractos_details_wrapper .instractos_main_details .course__details_title {
        flex-direction:column
    }
}

.instractos_details_wrapper .instractos_main_details .course__details_title .single__details {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 40px
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .instractos_details_wrapper .instractos_main_details .course__details_title .single__details {
        margin-bottom:20px;
        padding-right: 0;
        margin-right: 0
    }
}

@media(max-width: 767.98px) {
    .instractos_details_wrapper .instractos_main_details .course__details_title .single__details {
        margin-bottom:30px
    }
}

.instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) {
    margin-right: 60px;
    padding-right: 60px
}

@media(min-width: 768px) and (max-width:991.98px) {
    .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) {
        margin-right:30px;
        padding-right: 30px
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) {
        padding-right:0;
        margin-right: 0
    }
}

@media(max-width: 767.98px) {
    .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) {
        margin-right:0;
        padding-right: 0
    }
}

@media(min-width: 1200px) and (max-width:1499.98px) {
    .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) {
        padding-right:0;
        margin-right: 0
    }
}

.instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child)::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #e9e7f7;
    width: 1px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width: 767.98px) {
    .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child)::before {
        display:none
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child)::before {
        display:none
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child)::before {
        display:none
    }
}

@media(min-width: 1200px) and (max-width:1399.98px) {
    .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child)::before {
        display:none
    }
}

.instractos_details_wrapper .instractos_main_details .course__details_title .single__details .thumb {
    margin-right: 25px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    flex: 80px 0 0
}

.instractos_details_wrapper .instractos_main_details .course__details_title .single__details .thumb img {
    width: 100%;
    border-radius: 50%
}

.instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content span {
    font-size: 14px;
    font-weight: 500;
    color: #373737;
    display: inline-block;
    margin-bottom: 3px
}

@media(min-width: 768px) and (max-width:991.98px) {
    .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content h4 {
        font-size:18px
    }
}

.instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star {
    display: flex
}

.instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star .stars {
    display: flex;
    align-items: center
}

.instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star .stars i {
    font-size: 15px;
    color: #ffc107
}

.instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star .stars i:not(:last-child) {
    margin-right: 5px
}

.instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star p {
    font-size: 14px;
    font-weight: 400;
    font-family: libre baskerville,serif;
    color: #202e3b;
    margin-bottom: 0;
    margin-left: 19px
}

@media(min-width: 768px) and (max-width:991.98px) {
    .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star p {
        margin-left:5px
    }
}

.instractos_details_wrapper .instractos_main_details .instractos_info_Details p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #373737;
    margin-bottom: 30px
}

.course_by_author {
    padding-bottom: 115px
}

@media(max-width: 767.98px) {
    .course_by_author {
        padding-bottom:40px
    }
}

.course_by_author .theme_border {
    padding-bottom: 85px
}

@media(max-width: 767.98px) {
    .course_by_author .theme_border {
        padding-bottom:45px
    }
}

.primary_input {
    height: 52px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    font-family: libre baskerville,serif;
    font-size: 14px;
    font-weight: 400;
    color: #202e3b;
    padding: 12px 16px;
    width: 100%;
    color: #fff;
    background: 0 0
}

.primary_input::placeholder {
    color: rgba(209,209,209,.8)
}

.primary_input3 {
    height: 50px;
    border: 1px solid #e1e2e6;
    font-family: libre baskerville,serif;
    font-size: 14px;
    font-weight: 400;
    color: #202e3b;
    padding: 15px 20px;
    width: 100%
}

.primary_input3::placeholder {
    color: #afafaf
}

.primary_input4 {
    height: 50px;
    border: 1px solid #e1e2e6;
    font-family: libre baskerville,serif;
    font-size: 14px;
    font-weight: 400;
    color: #202e3b;
    padding: 15px 20px;
    width: 100%;
    background: 0 0
}

.primary_input4::placeholder {
    color: #afafaf
}

.primary_input5 {
    height: 56px;
    border: 0;
    font-family: libre baskerville,serif;
    font-size: 14px;
    font-weight: 500;
    color: #202e3b;
    padding: 23px 0;
    width: 100%;
    position: relative
}

.primary_input5::placeholder {
    color: #373737
}

.primary_input2 {
    height: 60px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    font-family: libre baskerville,serif;
    font-size: 16px;
    font-weight: 300;
    color: #202e3b;
    padding: 0 25px 25px 0;
    width: 100%
}

.primary_input2::placeholder {
    font-size: 16px;
    color: #677294;
    text-transform: capitalize
}

.custom_input_group {
    height: 50px
}

.custom_input_group .input-group-prepend .input-group-text {
    min-width: 242px;
    max-width: 242px;
    background: #395799;
    border: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 24px
}

@media(max-width: 767.98px) {
    .custom_input_group .input-group-prepend .input-group-text {
        min-width:40px;
        max-width: 40px;
        flex: 40px 0 0;
        padding-left: 20px;
        padding-right: 35px;
        width: 40px
    }
}

.custom_input_group .input-group-prepend .input-group-text.twitter_bg {
    background: #1babf0
}

.custom_input_group .input-group-prepend .input-group-text.linkedin_bg {
    background: #dd5143
}

.custom_input_group .input-group-prepend .input-group-text.youtube_bg {
    background: red
}

.custom_input_group .input-group-prepend .input-group-text i {
    font-size: 16px;
    color: #fff;
    margin-right: 14px
}

.custom_input_group .input-group-prepend .input-group-text span {
    font-size: 16px;
    font-weight: 600;
    font-family: libre baskerville,serif;
    color: #fff
}

@media(max-width: 767.98px) {
    .custom_input_group .input-group-prepend .input-group-text span {
        display:none
    }
}

.custom_input_group input {
    height: 50px;
    border: 1px solid #e1e2e6!important;
    font-family: libre baskerville,serif;
    font-size: 14px;
    font-weight: 400;
    color: #202e3b;
    padding: 15px 20px;
    background: 0 0!important;
    box-shadow: none!important;
    border-radius: 0!important
}

.custom_input_group input::placeholder {
    color: #afafaf
}

.primary_textarea {
    height: 131px;
    border: 1px solid #e8e8e8!important;
    border-radius: 4px;
    font-family: libre baskerville,serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 15px 20px;
    width: 100%;
    background: 0 0
}

.primary_textarea:focus {
    outline: none!important
}

.primary_textarea::placeholder {
    color: rgba(209,209,209,.8)
}

.primary_textarea3 {
    height: 160px;
    border: 1px solid #e1e2e6;
    font-family: libre baskerville,serif;
    font-size: 14px;
    font-weight: 400;
    color: #202e3b;
    padding: 15px 20px;
    width: 100%
}

.primary_textarea3.style2 {
    height: 180px
}

.primary_textarea3.style3 {
    height: 150px;
    font-weight: 500;
    color: #202e3b;
    background: #f9f9fd;
    border-color: #e9e7f7
}

.primary_textarea3.style3::placeholder {
    font-weight: 500;
    color: #687083
}

.primary_textarea3:focus {
    outline: none!important
}

.primary_textarea3::placeholder {
    color: #afafaf
}

.primary_textarea4 {
    height: 120px;
    border: 1px solid #e1e2e6;
    font-family: libre baskerville,serif;
    font-size: 14px;
    font-weight: 400;
    color: #202e3b;
    padding: 15px 20px;
    width: 100%;
    background: 0 0
}

.primary_textarea4::placeholder {
    color: #afafaf
}

.primary_label {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-bottom: 18px;
    line-height: 1
}

.primary_label2 {
    font-family: libre baskerville,serif;
    font-size: 18px;
    font-weight: 400;
    color: #242424;
    display: block;
    margin-bottom: 14px;
    line-height: 1
}

.primary_label2 span {
    color: #ff1919
}

.primary_textarea2 {
    height: 130px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #f0e7e2;
    font-family: libre baskerville,serif;
    font-size: 16px;
    font-weight: 300;
    color: #202e3b;
    padding: 3px 25px 0 0;
    width: 100%
}

.primary_textarea2::placeholder {
    font-size: 14px;
    color: #677294;
    text-transform: capitalize
}

.primary_textarea5 {
    height: 130px;
    border-radius: 0;
    border: 0;
    font-family: libre baskerville,serif;
    color: #202e3b;
    padding: 3px 25px 0 0;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    border: 0!important
}

.primary_textarea5:focus {
    border: 0;
    outline: none
}

.primary_textarea5::placeholder {
    color: #373737
}

.contact_section .contact_title h4 {
    font-size: 24px;
    font-weight: 700;
    color: #373737
}

.contact_section .contact_info {
    padding-top: 186px
}

@media(max-width: 767.98px) {
    .contact_section .contact_info {
        padding-top:71px
    }
}

.contact_section .contact_info>p {
    margin: 20px 0 49px
}

.contact_section .contact_info .address_lines .single_address_line:not(:last-child) {
    margin-bottom: 15px
}

.contact_section .contact_info .address_lines .single_address_line i {
    font-size: 20px;
    font-weight: 400;
    color: #fb1159;
    margin-right: 20px;
    position: relative;
    top: 7px
}

.contact_section .contact_info .address_lines .single_address_line .address_info p {
    font-size: 14px;
    font-weight: 600;
    color: #373737
}

.contact_section .contact_info .address_lines .single_address_line .address_info p:not(:last-child) {
    margin-bottom: 0
}

.contact_section .contact_form_box {
    background: #392c7d;
    padding: 70px 45px 60px
}

@media(max-width: 767.98px) {
    .contact_section .contact_form_box {
        padding:47px 30px 40px
    }
}

.contact_section .contact_form_box .contact_title {
    margin-bottom: 29px
}

.contact_map {
    padding: 0
}

.contact_map #contact-map {
    height: 753px
}

@media(max-width: 991.98px) {
    .contact_map #contact-map {
        height:400px
    }
}

.find_content_widget_wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 27px;
    padding-bottom: 100px
}

@media(max-width: 767.98px) {
    .find_content_widget_wrapper {
        grid-template-columns:repeat(1,1fr)
    }
}

@media only screen and (min-width: 768px) and (max-width:991.98px) {
    .find_content_widget_wrapper {
        grid-template-columns:repeat(2,1fr)
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .find_content_widget_wrapper {
        grid-template-columns:repeat(2,1fr)
    }
}

.find_content_widget_wrapper .find_content_widget {
    background: #f7f7f7;
    border-radius: 22.223px;
    max-width: 340px;
    padding: 42px 30px 64px;
    position: relative;
    z-index: 0
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .find_content_widget_wrapper .find_content_widget {
        max-width:100%
    }
}

.find_content_widget_wrapper .find_content_widget .icon {
    position: relative
}

.find_content_widget_wrapper .find_content_widget .icon::before {
    content: '';
    width: 75px;
    height: 75px;
    background: rgba(199,201,100,.2);
    border-radius: 50%;
    position: absolute;
    bottom: -13px;
    right: -22px
}

.find_content_widget_wrapper .find_content_widget::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    border: 1px dashed #392c7d;
    border-radius: 15.56px;
    z-index: -1
}

.find_content_widget_wrapper .find_content_widget h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 150%;
    text-transform: capitalize;
    margin: 10px 0 15px
}

.find_content_widget_wrapper .find_content_widget p {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: .04em;
    text-transform: capitalize;
    color: #666;
    margin-bottom: 0
}

.contact_department_box {
    background: #f7f7f7;
    border-radius: 22.223px;
    padding: 70px 25px;
    transition: .3s
}

.contact_department_box .icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    position: relative
}

.contact_department_box .icon::before {
    content: '';
    width: 47px;
    height: 47px;
    background: rgba(199,201,100,.2);
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
    right: 0
}

.contact_department_box h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    letter-spacing: .02em;
    text-transform: capitalize;
    margin: 22px 0 14px;
    color: #333
}

.contact_department_box p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: .04em;
    color: #666
}

.contact_department_box:hover {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,.09)
}

.cart_wrapper {
    padding: 148px 0 150px
}

@media(max-width: 767.98px) {
    .cart_wrapper {
        padding:75px 0
    }
}

.cart_wrapper .cart_table_wrapper {
    margin-bottom: 78px
}

@media(max-width: 767.98px) {
    .cart_wrapper .cart_table_wrapper {
        margin-bottom:40px
    }
}

.cart_wrapper .cart_table_wrapper h4 {
    font-size: 22px;
    font-weight: 700;
    color: #202e3b;
    margin-bottom: 30px
}

.table.custom_table {
    border-radius: 5px;
    border-collapse: collapse;
    border-radius: 5px
}

.table.custom_table thead tr th {
    font-size: 17px;
    font-weight: 700;
    color: #202e3b;
    border-top: 1px solid #e1e2e6;
    border-bottom: 1px solid #e1e2e6;
    padding: 22px 30px;
    font-family: libre baskerville,serif
}

.table.custom_table thead tr th:nth-child(1) {
    border-left: 1px solid #e1e2e6;
    padding-left: 295px
}

@media(max-width: 767.98px) {
    .table.custom_table thead tr th:nth-child(1) {
        padding-left:180px
    }
}

.table.custom_table thead tr th:last-child {
    border-right: 1px solid #e1e2e6
}

.table.custom_table tbody tr td {
    border-bottom: 1px solid #e1e2e6;
    font-family: libre baskerville,serif;
    color: #373737;
    font-size: 16px;
    vertical-align: middle;
    padding: 20px 30px;
    white-space: nowrap
}

.table.custom_table tbody tr td .in_stoke {
    color: #49a60a
}

.table.custom_table tbody tr td:nth-child(1) {
    border-left: 1px solid #e1e2e6;
    padding-left: 20px
}

.table.custom_table tbody tr td:last-child {
    border-right: 1px solid #e1e2e6
}

.table.custom_table tbody tr td .product_name .close_icon {
    margin-right: 10px
}

.table.custom_table tbody tr td .product_name .thumb {
    width: 160px;
    height: 100px;
    margin-right: 90px
}

@media(max-width: 767.98px) {
    .table.custom_table tbody tr td .product_name .thumb {
        width:100px;
        height: 60px;
        margin-right: 30px
    }
}

.table.custom_table tbody tr td .product_name .thumb img {
    width: 100%
}

.table.custom_table tbody tr td .product_name span {
    font-size: 16px;
    font-weight: 400;
    color: #373737
}

.table.custom_table tfoot td {
    border-top: 1px solid #e1e2e6;
    border-bottom: 1px solid #e1e2e6;
    padding: 25px 20px
}

.table.custom_table tfoot td:nth-child(1) {
    border-left: 1px solid #e1e2e6
}

.table.custom_table tfoot td:last-child {
    border-right: 1px solid #e1e2e6;
    text-align: right
}

.table.custom_table.custom_table2 tbody td {
    padding: 25px 40px
}

.table.custom_table3 {
    border-radius: 5px;
    border-collapse: collapse;
    border-radius: 5px
}

.table.custom_table3 thead tr th {
    font-size: 16px;
    font-weight: 600;
    color: #373737;
    border-top: 0;
    border-bottom: 1px solid #e9e7f7;
    padding: 15px 30px;
    font-family: libre baskerville,serif;
    padding-left: 0;
    white-space: nowrap
}

.table.custom_table3 tbody tr td {
    border-bottom: 1px solid #e9e7f7;
    font-family: libre baskerville,serif;
    color: #373737;
    font-size: 16px;
    vertical-align: middle;
    padding: 14.5px;
    white-space: nowrap;
    padding-left: 0;
    font-weight: 400
}

.table.custom_table3 tbody tr td h5 {
    font-weight: 500;
    font-family: libre baskerville,serif;
    color: #373737;
    margin-bottom: 0;
    font-size: 16px
}

.table.custom_table3 tbody tr td .product_name .close_icon {
    margin-right: 10px
}

.table.custom_table3 tbody tr td .product_name .thumb {
    width: 160px;
    height: 100px;
    margin-right: 90px
}

@media(max-width: 767.98px) {
    .table.custom_table3 tbody tr td .product_name .thumb {
        width:100px;
        height: 60px;
        margin-right: 30px
    }
}

.table.custom_table3 tbody tr td .product_name .thumb img {
    width: 100%
}

.table.custom_table3 tbody tr td .product_name span {
    font-size: 16px;
    font-weight: 400;
    color: #373737
}

.coupon_wrapper {
    display: grid;
    grid-template-columns: 300px 170px;
    grid-gap: 10px
}

.coupon_wrapper .theme_btn.small_btn2 {
    padding: 16px 9px
}

.coupon_wrapper .primary_input {
    background: #f9f9fd;
    font-size: 14px;
    font-weight: 500;
    font-family: libre baskerville,serif;
    color: #202e3b
}

.coupon_wrapper .primary_input::placeholder {
    color: #687083;
    font-size: 14px;
    font-weight: 500;
    font-family: libre baskerville,serif
}

.product_number_count {
    display: inline-flex
}

.product_number_count .count_single_item {
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #e1e2e6;
    font-size: 14px;
    color: #687083;
    display: inline-block;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    transition: .3s;
    cursor: pointer;
    background: #f9f9fd
}

.product_number_count .count_single_item.input-number {
    cursor: text;
    width: 60px;
    background: #fff;
    color: #373737;
    font-weight: 500;
    font-family: libre baskerville,serif;
    font-size: 16px;
    border-right: 0;
    border-left: 0
}

.product_number_count .count_single_item.input-number::placeholder {
    color: #373737
}

.checkout_wrapper {
    display: grid;
    grid-template-columns: 58% 42%
}

@media(max-width: 767.98px) {
    .checkout_wrapper {
        grid-template-columns:1fr
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .checkout_wrapper {
        grid-template-columns:55% 45%
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .checkout_wrapper {
        grid-template-columns:1fr
    }
}

.checkout_wrapper .billing_details_wrapper {
    padding: 150px 60px 150px 350px
}

@media(max-width: 767.98px) {
    .checkout_wrapper .billing_details_wrapper {
        padding:75px 20px
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .checkout_wrapper .billing_details_wrapper {
        padding:75px 50px
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .checkout_wrapper .billing_details_wrapper {
        padding:75px 50px
    }
}

@media(min-width: 1200px) and (max-width:1499.98px) {
    .checkout_wrapper .billing_details_wrapper {
        padding:147px 60px 150px
    }
}

@media(min-width: 1500px) and (max-width:1799.98px) {
    .checkout_wrapper .billing_details_wrapper {
        padding:147px 100px 150px 200px
    }
}

.checkout_wrapper .order_wrapper {
    background: #fafafa;
    padding: 147px 254px 150px 90px
}

@media(max-width: 767.98px) {
    .checkout_wrapper .order_wrapper {
        padding:73px 20px 75px
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .checkout_wrapper .order_wrapper {
        padding:75px 50px
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .checkout_wrapper .order_wrapper {
        padding:75px 50px
    }
}

@media(min-width: 1200px) and (max-width:1499.98px) {
    .checkout_wrapper .order_wrapper {
        padding:147px 60px 150px
    }
}

@media(min-width: 1500px) and (max-width:1799.98px) {
    .checkout_wrapper .order_wrapper {
        padding:147px 100px 150px
    }
}

.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

@media(max-width: 575.98px) {
    .checkout_wrapper .order_wrapper .ordered_products .single_ordered_product {
        flex-wrap:wrap
    }
}

.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name .thumb {
    width: 140px;
    height: 80px;
    margin-right: 20px
}

.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name .thumb img {
    width: 100%
}

.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name span {
    font-size: 16px;
    font-weight: 400;
    color: #373737
}

.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .order_prise {
    font-size: 16px;
    font-weight: 500;
    color: #373737
}

.checkout_wrapper .order_wrapper .ordered_products_lists {
    margin-bottom: 36px
}

.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e1e2e6;
    padding: 20px 0
}

.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists .coupon_value {
    width: 130px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #e1e2e6;
    padding: 11px 23px;
    font-size: 14px;
    font-weight: 600;
    font-family: libre baskerville,serif;
    text-transform: uppercase;
    color: #fb1159
}

.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists span {
    color: #373737;
    font-size: 16px;
    font-weight: 400
}

.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists span.total_text {
    font-size: 16px;
    color: #202e3b;
    font-weight: 600
}

.checkout_wrapper .order_wrapper .bank_transfer .bank_check {
    margin-bottom: 25px
}

.checkout_wrapper .order_wrapper .bank_transfer .bank_check .label_name {
    font-size: 18px;
    font-weight: 600;
    font-family: libre baskerville,serif;
    color: #373737
}

.checkout_wrapper .order_wrapper .bank_transfer .quote {
    background: #f9f9fd;
    padding: 30px;
    border: 1px solid #e1e2e6;
    border-radius: 5px
}

.checkout_wrapper .order_wrapper .bank_transfer .quote p {
    font-size: 16px;
    font-weight: 400;
    color: #373737;
    line-height: 26px;
    margin-bottom: 0
}

.checkout_wrapper .order_wrapper .bank_transfer .payment {
    display: flex;
    flex-direction: column;
    margin: 30px 0 17px
}

.checkout_wrapper .order_wrapper .bank_transfer .payment .primary_bulet_checkbox {
    margin-bottom: 6px
}

.checkout_wrapper .order_wrapper .bank_transfer .payment .label_name {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #373737;
    margin-bottom: 0
}

.sidebar {
    background-color: #fff;
    min-height: 100vh;
    left: 0;
    top: 0;
    z-index: 99;
    padding-bottom: 50px;
    width: 345px;
    z-index: 999;
    flex: 345px 0 0;
    border-right: 1px solid #e8ecf3
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .sidebar {
        flex:280px 0 0;
        width: 280px
    }
}

@media(min-width: 1200px) and (max-width:1599.98px) {
    .sidebar {
        flex:280px 0 0;
        width: 280px
    }
}

@media(max-width: 991.98px) {
    .sidebar {
        left:-280px;
        transition: .5s;
        top: 0;
        width: 280px;
        position: fixed
    }
}

.sidebar .logo {
    padding: 28.5px 50px;
    border-bottom: 1px solid #e8ecf3
}

@media(max-width: 991.98px) {
    .sidebar .logo {
        padding:24px
    }
}

@media(max-width: 991.98px) {
    .sidebar .logo img {
        max-width:150px
    }
}

.sidebar ul {
    padding: 30px 65px 30px 30px
}

@media(max-width: 991.98px) {
    .sidebar ul {
        padding:30px
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .sidebar ul {
        padding:30px
    }
}

@media(min-width: 1200px) and (max-width:1599.98px) {
    .sidebar ul {
        padding:30px
    }
}

.sidebar ul li a {
    padding: 13px 20px
}

.sidebar ul li a .menu_icon {
    margin-right: 10px;
    line-height: 1
}

.sidebar ul li a span {
    font-size: 16px;
    font-weight: 600;
    color: #202e3b;
    font-family: libre baskerville,serif
}

.sidebar ul li a.active,.sidebar ul li a:hover {
    background: #f9f9fd
}

@media(max-width: 991.98px) {
    .active_sidebar {
        left:0;
        box-shadow: 0 5px 20px rgba(0,0,0,.2)
    }
}

.sidebar_close_icon i {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 30px;
    font-size: 25px;
    top: 23px;
    cursor: pointer;
    color: #202e3b
}

.header_iner {
    padding: 0 100px 0 150px;
    background-color: #fff;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 99;
    height: 100px;
    border-bottom: 1px solid #e8ecf3
}

@media(max-width: 991.98px) {
    .header_iner {
        width:100%;
        padding: 20px;
        height: 80px
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .header_iner {
        padding:0 50px
    }
}

@media(min-width: 1200px) and (max-width:1599.98px) {
    .header_iner {
        padding:0 50px
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .header_iner {
        padding:0 50px
    }
}

@media(max-width: 767.98px) {
    .header_iner .notification {
        margin:0 10px
    }
}

.header_iner .notification i {
    color: #373737;
    position: relative;
    font-size: 20px
}

.header_iner .notification i:after {
    position: absolute;
    content: "";
    right: -1px;
    top: 0;
    height: 9px;
    width: 9px;
    background-color: #fff;
    border-radius: 50%
}

.header_iner .notification_wrapper ul {
    display: flex;
    align-items: center
}

.header_iner .notification_wrapper ul li {
    position: relative
}

.header_iner .notification_wrapper ul li:not(:last-child) {
    margin-right: 40px
}

@media(max-width: 991.98px) {
    .header_iner .notification_wrapper ul li:not(:last-child) {
        margin-right:20px
    }
}

.header_iner .notification_wrapper ul li:last-child {
    margin-right: 30px
}

@media(max-width: 991.98px) {
    .header_iner .notification_wrapper ul li:last-child {
        margin-right:20px
    }
}

.header_iner .notification_wrapper ul li a {
    position: relative;
    z-index: 2;
    display: inline-block
}

.header_iner .notification_wrapper ul li a .notify_icon img {
    max-width: 30px
}

.header_iner .notification_wrapper ul li a .notify_count {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fb1159;
    font-size: 10px;
    font-weight: 600;
    font-family: libre baskerville,serif;
    display: inline-block;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -2px;
    right: 3px
}

.header_iner .notification_wrapper ul li .notification_area {
    position: absolute;
    right: -30px;
    width: 330px;
    background: #fff;
    z-index: 10;
    border-radius: 10px;
    box-shadow: 2px 2px 40px rgba(177,177,177,.15);
    top: 64px;
    border: 1px solid #eceef4;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

@media(max-width: 575.98px) {
    .header_iner .notification_wrapper ul li .notification_area {
        right:-200px;
        width: 300px
    }
}

.header_iner .notification_wrapper ul li .notification_area.active {
    opacity: 1;
    visibility: visible
}

.header_iner .notification_wrapper ul li .notification_area::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border: 1px solid #eceef4;
    background: #fff;
    top: -12.5px;
    right: 34px;
    transform: rotate(45deg);
    border-bottom: 0;
    border-right: 0
}

.header_iner .notification_wrapper ul li .notification_area .notification_body {
    padding: 40px;
    height: 345px;
    overflow: auto
}

@media(max-width: 575.98px) {
    .header_iner .notification_wrapper ul li .notification_area .notification_body {
        padding:20px
    }
}

.header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy {
    display: flex;
    align-items: center
}

.header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy:not(:last-child) {
    margin-bottom: 25px
}

.header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    flex: 50px 0 0;
    margin-right: 20px
}

.header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy .icon img {
    width: 100%
}

.header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy .notyfy_content h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: libre baskerville,serif;
    color: #202e3b;
    margin-bottom: 0
}

.header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy .notyfy_content p {
    font-size: 12px;
    font-weight: 500;
    color: #687083
}

.header_iner .notification_wrapper ul li .notification_area .notification_footer a {
    font-size: 16px;
    font-weight: 600;
    color: #202e3b;
    font-family: libre baskerville,serif;
    display: block;
    border-top: 1px solid #e9e7f7;
    text-align: center;
    padding: 18px 0 19px
}

@media(max-width: 991.98px) {
    .header_iner .category_search {
        display:none!important
    }
}

@media(min-width: 1700px) {
    .header_iner .category_search .theme_search_field {
        width:539px
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .header_iner .category_search .theme_search_field {
        display:none
    }
}

@media only screen and (min-width: 1200px) and (max-width:1299.98px) {
    .header_iner .category_search .theme_search_field {
        display:none!important
    }
}

@media only screen and (min-width: 1300px) and (max-width:1399.98px) {
    .header_iner .category_search .theme_search_field {
        width:310px
    }
}

@media only screen and (min-width: 1400px) and (max-width:1499.98px) {
    .header_iner .category_search .theme_search_field {
        width:300px
    }
}

.header_iner .category_search .categories_menu {
    font-size: 16px;
    color: #687083;
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-right: 30px
}

@media(max-width: 991.98px) {
    .header_iner .category_search .categories_menu {
        display:none!important
    }
}

.header_iner .category_search .categories_menu i {
    font-weight: 900;
    margin-right: 10px
}

.profile_info {
    position: relative
}

.profile_info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 15px
}

@media(max-width: 991.98px) {
    .profile_info img {
        width:45px;
        height: 45px
    }
}

.profile_info span {
    font-size: 16px;
    font-weight: 600;
    color: #687083;
    font-family: libre baskerville,serif
}

@media(max-width: 575.98px) {
    .profile_info span {
        display:none
    }
}

.profile_info .profile_info_iner {
    position: absolute;
    right: 0;
    background-color: #fff;
    text-align: right;
    width: 186px;
    padding: 30px 20px 20px;
    top: 65px;
    transition: .5s
}

.profile_info .profile_info_iner a {
    display: block
}

.sidebar_icon i {
    font-size: 24px
}

.profile_info .profile_info_iner {
    padding: 19px 20px;
    width: 186px;
    background-color: #fff;
    color: #202e3b;
    text-align: left;
    border-radius: 5px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateY(13px);
    transform-origin: right top;
    transition: .5s;
    right: 0;
    border: 1px solid #eceef4
}

@media(max-width: 767.98px) {
    .profile_info .profile_info_iner {
        transform:translateY(0)
    }
}

.profile_info .profile_info_iner::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #eceef4;
    background: #fff;
    top: -8px;
    left: 30px;
    transform: rotate(45deg);
    border-bottom: 0;
    border-right: 0
}

.profile_info .profile_info_iner a {
    display: block;
    padding: 13px 0;
    color: #202e3b
}

.profile_info .profile_info_iner a:hover {
    color: #202e3b
}

.profile_info.active .profile_info_iner {
    opacity: 1;
    visibility: visible;
    transform: translateY(3px)
}

@media(max-width: 767.98px) {
    .profile_info.active .profile_info_iner {
        transform:translateY(-13px)
    }
}

@media(max-width: 575.98px) {
    .profile_info.active .profile_info_iner {
        transform:translateY(-15px)!important
    }
}

.collaps_part .collaps_part_content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(3px)
}

.collaps_part.active .collaps_part_content {
    opacity: 1;
    visibility: visible;
    transform: translateY(13px)
}

@media(max-width: 767.98px) {
    .collaps_part.active .collaps_part_content {
        transform:translateY(-13px)
    }
}

@media(min-width: 576px) and (max-width:767.98px) {
    .collaps_part.active .collaps_part_content {
        transform:translateY(23px)
    }
}

.notification_area {
    position: relative
}

@media(max-width: 767.98px) {
    .notification_area {
        margin-right:15px
    }
}

.notification_area .notification_icon i {
    cursor: pointer;
    color: #202e3b;
    font-size: 20px;
    position: relative;
    z-index: 1
}

.notification_area .notification_icon i:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    background-color: #fff;
    content: ""
}

.notification_area .notification_content {
    padding: 20px 0;
    width: 500px;
    background-color: #fff;
    color: #202e3b;
    text-align: left;
    border-radius: 5px;
    position: absolute;
    transform: translateY(25px);
    transform-origin: right top;
    transition: .5s;
    right: -19px;
    max-height: 400px;
    z-index: 100
}

.notification_area .notification_content .collaps_part_content_inner {
    max-height: 300px;
    overflow: auto
}

@media(min-width: 576px) and (max-width:767.98px) {
    .notification_area .notification_content {
        width:290px;
        right: -52px
    }
}

.notification_area .notification_content :after {
    content: "";
    position: absolute;
    height: 9px;
    width: 14px;
    top: -7px;
    right: 20px;
    background-color: #212e40;
    clip-path: polygon(50% 0,0 100%,100% 100%)
}

.notification_area .notification_content h4 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 10px 25px;
    padding: 4px 25px 0
}

.notification_area .notification_content h4 span {
    color: #2ec9b8;
    padding-left: 5px
}

.notification_area .notification_content .single_notification_content {
    display: flex;
    align-items: center;
    padding: 10px 25px;
    transition: .5s;
    border-bottom: 1px solid rgba(255,255,255,.06)
}

.notification_area .notification_content .single_notification_content:hover {
    background-color: #ddd
}

.notification_area .notification_content .single_notification_content img {
    max-width: 35px;
    border-radius: 50%
}

.notification_area .notification_content .single_notification_content .notification_content_iner {
    padding-left: 15px
}

.notification_area .notification_content .single_notification_content .notification_content_iner h5 {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0
}

.notification_area .notification_content .single_notification_content .notification_content_iner h5 a {
    color: #fff
}

.notification_area .notification_content .single_notification_content .notification_content_iner h5 a span {
    color: #202e3b
}

.notification_area .notification_content .single_notification_content .notification_content_iner p {
    font-size: 12px;
    color: #202e3b
}

.notification_area .notification_content .lms_mark_see_btn {
    text-align: center;
    padding: 20px
}

.notification_area .notification_content .lms_mark_see_btn a {
    margin: 0 5px
}

.dashboard_main_wrapper {
    display: flex
}

.dashboard_main_wrapper .dashboard_part {
    background: -moz-linear-gradient(top,rgba(255,234,239,0) 0%,rgba(64,232,221,0.1) 100%);
    background: -webkit-linear-gradient(top,rgba(255,234,239,0) 0%,rgba(64,232,221,0.1) 100%);
    background: linear-gradient(to bottom,rgba(255,234,239,0) 0%,rgba(64,232,221,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffeaef',endColorstr='#1a40e8dd',GradientType=0)
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .dashboard_main_wrapper .dashboard_part {
        width:calc(100% - 280px)
    }
}

@media(min-width: 1200px) and (max-width:1599.98px) {
    .dashboard_main_wrapper .dashboard_part {
        width:calc(100% - 280px)
    }
}

@media(min-width: 1600px) {
    .dashboard_main_wrapper .dashboard_part {
        width:calc(100% - 345px)
    }
}

@media(max-width: 991.98px) {
    .dashboard_main_wrapper .dashboard_part {
        width:100%
    }
}

@media(min-width: 320px) and (max-width:767.98px) {
    .dashboard_main_wrapper .main_content_iner.main_content_padding {
        padding:70px 0 5px
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .dashboard_main_wrapper .main_content_iner.main_content_padding {
        padding:81px 20px 57px
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .dashboard_main_wrapper .main_content_iner.main_content_padding {
        padding:81px 20px 57px
    }
}

@media(min-width: 1200px) {
    .dashboard_main_wrapper .main_content_iner.main_content_padding {
        padding:81px 40px 57px
    }
}

@media(min-width: 1850px) {
    .dashboard_main_wrapper .main_content_iner.main_content_padding {
        padding:81px 361px 57px 135px
    }
}

@media(max-width: 767.98px) {
    .dashboard_main_wrapper .main_content_iner.wishList_main_content {
        padding:70px 0 43px
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .dashboard_main_wrapper .main_content_iner.wishList_main_content {
        padding:81px 40px 118px
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .dashboard_main_wrapper .main_content_iner.wishList_main_content {
        padding:81px 40px 118px
    }
}

@media(min-width: 1200px) {
    .dashboard_main_wrapper .main_content_iner.wishList_main_content {
        padding:81px 40px 57px
    }
}

@media(min-width: 1700.98px) {
    .dashboard_main_wrapper .main_content_iner.wishList_main_content {
        padding:81px 240px 118px 135px
    }
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner {
    display: grid;
    grid-template-columns: 422px auto;
    grid-gap: 55px;
    align-items: center;
    margin-bottom: 90px
}

@media(min-width: 320px) and (max-width:767.98px) {
    .dashboard_main_wrapper .main_content_iner .dashboard_banner {
        grid-template-columns:1fr;
        margin-bottom: 40px;
        grid-gap: 20px
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .dashboard_main_wrapper .main_content_iner .dashboard_banner {
        grid-template-columns:1fr;
        margin-bottom: 40px;
        grid-gap: 20px
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .dashboard_main_wrapper .main_content_iner .dashboard_banner {
        grid-template-columns:1fr;
        margin-bottom: 40px;
        grid-gap: 20px
    }
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .thumb {
    background-image: url(../img/banner/dashboard_banner.jpg);
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info {
    max-width: 452px
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #202e3b;
    margin-bottom: 10px
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info p {
    font-weight: 500
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .progress {
    height: 10px;
    background: #e0e0e0;
    border-radius: 10px;
    margin: 26px 0 19px
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .progress .progress-bar {
    background: #fb1159;
    border-radius: 10px
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification p {
    font-size: 16px;
    font-weight: 400;
    color: #687083;
    margin-right: 30px
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .starts {
    margin-right: 16px
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .starts i {
    color: #ffc107;
    font-size: 15px
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .starts i:not(:last-child) {
    margin-right: 5px
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification span {
    color: #373737;
    font-weight: 500
}

.dashboard_main_wrapper .main_content_iner .recommended_courses {
    padding-bottom: 57px
}

@media(min-width: 320px) and (max-width:767.98px) {
    .dashboard_main_wrapper .main_content_iner .recommended_courses {
        padding-bottom:34px
    }
}

.my_courses_wrapper {
    padding-bottom: 32px
}

.my_courses_wrapper .couse_wizged {
    margin-bottom: 55px
}

@media(max-width: 767.98px) {
    .my_courses_wrapper .couse_wizged {
        margin-bottom:32px
    }
}

.my_courses_wrapper .quiz_wizged {
    margin-bottom: 55px
}

@media(max-width: 767.98px) {
    .my_courses_wrapper .quiz_wizged {
        margin-bottom:32px
    }
}

@media(min-width: 320px) and (max-width:767.98px) {
    .purchase_history_wrapper {
        padding:70px 0 75px
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .purchase_history_wrapper {
        padding:81px 40px 150px
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .purchase_history_wrapper {
        padding:81px 40px 134px
    }
}

@media(min-width: 1200px) {
    .purchase_history_wrapper {
        padding:81px 30px 150px
    }
}

@media(min-width: 1850px) {
    .purchase_history_wrapper {
        padding:81px 220px 150px 135px
    }
}

.account_profile_wrapper {
    display: grid;
    grid-template-columns: 272px auto;
    grid-gap: 119px
}

@media(min-width: 1200px) and (max-width:1500.98px) {
    .account_profile_wrapper {
        grid-gap:60px
    }
}

@media(max-width: 767.98px) {
    .account_profile_wrapper {
        grid-template-columns:auto;
        grid-gap: 20px
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .account_profile_wrapper {
        grid-template-columns:auto;
        grid-gap: 40px
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .account_profile_wrapper {
        grid-template-columns:auto;
        grid-gap: 20px
    }
}

.account_profile_wrapper .account_profile_thumb .thumb {
    width: 272px;
    height: 272px;
    margin-bottom: 27px;
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 767.98px) {
    .account_profile_wrapper .account_profile_thumb .thumb {
        width:200px;
        height: 200px
    }
}

.account_profile_wrapper .account_profile_thumb .thumb img {
    width: 100%;
    border-radius: 50%
}

.account_profile_wrapper .account_profile_thumb h4 {
    font-size: 22px;
    font-weight: 700;
    color: #202e3b;
    margin-bottom: 5px
}

.account_profile_wrapper .account_profile_thumb p {
    font-size: 16px;
    font-weight: 500;
    color: #373737;
    margin-bottom: 0
}

.account_profile_wrapper .preview_upload {
    display: grid;
    grid-template-columns: 180px auto;
    grid-gap: 30px;
    grid-template-rows: 180px;
    margin-bottom: 57px
}

@media(max-width: 575.98px) {
    .account_profile_wrapper .preview_upload {
        grid-template-columns:1fr
    }
}

.account_profile_wrapper .preview_upload .preview_upload_thumb {
    background: #f4f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px
}

.account_profile_wrapper .preview_upload .preview_upload_thumb span {
    font-size: 18px;
    font-weight: 600;
    color: #202e3b
}

.account_profile_wrapper .preview_upload .preview_drag {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJScgaGVpZ2h0PScxMDAlJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxyZWN0IHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIGZpbGw9J25vbmUnIHJ4PScxMCcgcnk9JzEwJyBzdHJva2U9JyNFMUUyRTZGRicgc3Ryb2tlLXdpZHRoPScxJyBzdHJva2UtZGFzaGFycmF5PSc0JyBzdHJva2UtZGFzaG9mZnNldD0nOCcgc3Ryb2tlLWxpbmVjYXA9J3NxdWFyZScvPjwvc3ZnPg==);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px
}

@media(max-width: 575.98px) {
    .account_profile_wrapper .preview_upload .preview_drag {
        height:180px
    }
}

.account_profile_wrapper .preview_upload .preview_drag .preview_drag_inner {
    text-align: center
}

.account_profile_wrapper .preview_upload .preview_drag .preview_drag_inner p {
    font-size: 16px;
    font-weight: 400;
    color: #828bb2;
    margin: 12px 0 2px
}

.account_profile_wrapper .preview_upload .preview_drag .preview_drag_inner .chose_file {
    font-size: 16px;
    font-weight: 400;
    color: #4265ff;
    position: relative;
    text-decoration: underline
}

.account_profile_wrapper .preview_upload .preview_drag .preview_drag_inner .chose_file input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.account_profile_wrapper .account_title h3 {
    margin-bottom: 2px
}

.account_profile_wrapper .email_grid_input {
    display: grid;
    grid-template-columns: auto 50px;
    grid-gap: 5px
}

.account_profile_wrapper .email_grid_input .editor_icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #e1e2e6;
    background: #f9f9fd
}

.account_profile_wrapper .email_grid_input .editor_icon i {
    font-size: 16px;
    font-weight: 400;
    color: #687083
}

.account_profile_wrapper .privacy_permission {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-bottom: 56px
}

@media(max-width: 767.98px) {
    .account_profile_wrapper .privacy_permission {
        margin-bottom:36px
    }
}

@media(max-width: 767.98px) {
    .account_profile_wrapper .privacy_permission {
        grid-template-columns:repeat(1,1fr);
        grid-gap: 30px
    }
}

.account_profile_wrapper .privacy_permission .single_privacy_permission {
    display: flex
}

.account_profile_wrapper .privacy_permission .single_privacy_permission .primary_bulet_checkbox {
    margin-right: 20px;
    position: relative;
    top: 1px
}

.account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .icon {
    margin-right: 12px;
    position: relative;
    top: -3px
}

.account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #202e3b;
    margin-bottom: 0
}

.account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content p {
    font-size: 14px;
    font-weight: 400;
    color: #373737;
    line-height: 24px
}

.account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content p br {
    display: inline-block
}

@media(min-width: 1200px) and (max-width:1250.98px) {
    .account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content p br {
        display:none
    }
}

@media(min-width: 320px) and (max-width:767.98px) {
    .account_main_content {
        padding:75px 0
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .account_main_content {
        padding:100px 40px 150px
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .account_main_content {
        padding:100px 40px 150px
    }
}

@media(min-width: 1200px) {
    .account_main_content {
        padding:100px 40px 150px
    }
}

@media(min-width: 1600px) {
    .account_main_content {
        padding:100px 150px 150px 105px
    }
}

@media(min-width: 1800px) {
    .account_main_content {
        padding:100px 360px 150px 105px
    }
}

.bradcam_bg_1 {
    background-image: url(../../backend/uploads/default-images/1920X500.webp)
}

.bradcam_bg_2 {
    background-image: url(../../backend/uploads/default-images/1920X500.webp)
}

.bradcam_bg_3 {
    background-image: url(../../backend/uploads/default-images/1920X500.webp)
}

.bradcam_bg_4 {
    background-image: url(../../backend/uploads/default-images/1920X500.webp)
}

.bradcam_bg_5 {
    background-image: url(../../backend/uploads/default-images/1920X500.webp)
}

.bradcam_bg_6 {
    background-image: url(../../backend/uploads/default-images/1920X500.webp)
}

.bradcam_bg_7 {
    background-image: url(../../backend/uploads/default-images/1920X500.webp)
}

/* .bradcam_bg_8 {
    background-image: url(../../backend/uploads/default-images/1920X500.webp)
} */

.bradcam_bg_9 {
    background-image: url(../img/banner/bradcam_bg_9.jpg)
}

.bradcam_bg_10 {
    background-image: url(../img/banner/bradcam_bg_10.jpg)
}

.bradcam_bg_11 {
    background-image: url(../img/banner/bradcam_bg_11.png)
}

.breadcrumb_area {
    position: relative;
    z-index: 1;
    background-size: cover;
    height: 352px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center
}

.breadcrumb_area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #392c7d;
    opacity: .8;
    z-index: -1
}

@media(max-width: 767.98px) {
    .breadcrumb_area {
        height:400px
    }
}

.breadcrumb_area .breadcam_wrap {
    max-width: 620px;
    margin: 0 auto
}

.breadcrumb_area .breadcam_wrap.width_730px {
    max-width: 730px
}

.breadcrumb_area .breadcam_wrap span {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-bottom: 18px
}

.breadcrumb_area .breadcam_wrap h3 {
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
    text-transform: capitalize
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .breadcrumb_area .breadcam_wrap h3 {
        font-size:50px
    }
}

@media(max-width: 767.98px) {
    .breadcrumb_area .breadcam_wrap h3 {
        font-size:35px
    }
}

.breadcrumb_area2 {
    position: relative;
    z-index: 1;
    background-size: cover;
    height: 630px;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 150px
}

.breadcrumb_area2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a0b21;
    opacity: .4;
    z-index: -1
}

@media(max-width: 767.98px) {
    .breadcrumb_area2 {
        height:400px;
        padding-top: 0;
        display: flex;
        align-items: center
    }
}

.breadcrumb_area2 .breadcam_wrap span {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-bottom: 18px
}

.breadcrumb_area2 .breadcam_wrap h3 {
    font-size: 60px;
    font-weight: 900;
    line-height: 76px;
    color: #fff
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .breadcrumb_area2 .breadcam_wrap h3 {
        font-size:50px;
        line-height: 66px
    }
}

@media(max-width: 767.98px) {
    .breadcrumb_area2 .breadcam_wrap h3 {
        font-size:35px;
        line-height: 51px
    }
}

.custom_breadcam {
    background: 0 0;
    justify-content: center;
    margin-bottom: 0;
    padding: 0 0
}

.custom_breadcam .breadcrumb-item,.custom_breadcam a {
    font-size: 30px;
    font-weight: 400;
    color: #d6d6d6;
    text-transform: capitalize;
    letter-spacing: .04em
}

@media(max-width: 767.98px) {
    .custom_breadcam .breadcrumb-item,.custom_breadcam a {
        font-size:20px
    }
}

.custom_breadcam .breadcrumb-item:hover,.custom_breadcam a:hover {
    color: #ff5170
}

.custom_breadcam .breadcrumb-item+.breadcrumb-item {
    padding-left: 9px
}

.custom_breadcam .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 9px;
    color: #d6d6d6;
    content: "/"
}

.custom_breadcam .search_result_print_view_header_content::before {
    left: auto;
    right: 0
}

.custom_breadcam .search_result_print_view_header_content {
    padding-left: 0;
    padding-right: 50px
}

@media(max-width: 991.98px) {
    .custom_breadcam .search_result_print_view_header_content {
        padding-right:0
    }
}

.menu_dropdown {
    display: block
}

@media(max-width: 991.98px) {
    .menu_dropdown {
        display:none
    }
}

.menu_dropdown>a {
    width: 100%;
    position: relative;
    color: #fff
}

.menu_dropdown>ul {
    position: absolute;
    top: 90px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #202e3b;
    box-shadow: 0 10px 15px rgba(0,0,0,.2);
    z-index: 99;
    text-align: right;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 0;
    margin: 0
}

.menu_dropdown>ul:after {
    content: "";
    position: absolute;
    height: 9px;
    width: 14px;
    top: -9px;
    left: 27px;
    background-color: #202e3b;
    clip-path: polygon(50% 0,0 100%,100% 100%)
}

.menu_dropdown>ul li {
    display: block
}

.menu_dropdown>ul li a {
    display: block;
    color: #8d96a7;
    line-height: 1.5;
    padding: 15px 30px;
    display: inline-block;
    border-right: 1px solid transparent;
    white-space: nowrap
}

.menu_dropdown>ul li a:hover {
    color: #fff
}

.menu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 3px 20px rgba(209,32,83,.06)
}

.mega_menu_dropdown>a {
    width: 100%;
    position: relative;
    color: #fff
}

.mega_menu_dropdown>ul {
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #1e2147;
    box-shadow: 0 10px 15px rgba(0,0,0,.2);
    z-index: 99;
    text-align: left;
    padding: 0;
    margin: 0
}

.mega_menu_dropdown>ul li {
    display: block
}

.mega_menu_dropdown>ul li a {
    display: block;
    color: #8d96a7;
    line-height: 1.5;
    padding: 15px 30px;
    display: inline-block
}

.mega_menu_dropdown>ul li a:hover {
    color: #fff
}

.mega_menu_dropdown>ul li>ul {
    left: 104%;
    top: 0!important;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: left;
    opacity: 0;
    visibility: hidden
}

@media(max-width: 991.98px) {
    .mega_menu_dropdown>ul li>ul {
        left:0;
        top: 0
    }
}

.mega_menu_dropdown>ul li>.active_menu>ul {
    left: 100%
}

.mega_menu_dropdown .menu_dropdown_iner {
    width: 465px;
    display: flex;
    justify-content: space-between;
    padding: 0 30px
}

@media(max-width: 991.98px) {
    .mega_menu_dropdown .menu_dropdown_iner {
        display:none
    }
}

.mega_menu_dropdown .menu_dropdown_iner .single_menu_dropdown {
    flex: 48% 0 0;
    margin: 20px 0 15px
}

.mega_menu_dropdown .menu_dropdown_iner .single_menu_dropdown h4 {
    font-size: 16px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #fff
}

.mega_menu_dropdown .menu_dropdown_iner .single_menu_dropdown>ul {
    padding: 0;
    margin: 0
}

.mega_menu_dropdown .menu_dropdown_iner .single_menu_dropdown>ul li a {
    margin: 0;
    padding: 8px 0
}

.feature_btn {
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 500
}

.feature_btn:hover {
    color: #fff
}

.feature_btn:after {
    position: absolute;
    right: -41px;
    top: 4px;
    content: "\e64b";
    font-family: themify;
    font-size: 12px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.active_menu .feature_btn:after {
    content: "\e648"
}

.active_menu .menu_dropdown>ul {
    opacity: 1;
    visibility: visible;
    top: 75px
}

.active_menu .active_menu_item>a {
    border-right: 1px solid rgba(255,255,255,.1)
}

.active_menu .active_menu_item>ul {
    opacity: 1!important;
    visibility: visible!important;
    left: 100%
}

.mega_menu_dropdown:hover>ul {
    opacity: 1!important;
    visibility: visible!important;
    left: 100%
}

.menu_dropdown>ul>.active_menu_item>a {
    border-right: 1px solid rgba(255,255,255,.1)
}

.menu_dropdown>ul>li>a:hover {
    border-right: 1px solid rgba(255,255,255,.1)
}

.mega_menu_dropdown:hover>a {
    border-right: 1px solid rgba(255,255,255,.1)
}

@media(max-width: 991.98px) {
    .feature_btn {
        display:none
    }
}

@media(min-width: 991.98px) {
    .menu_icon {
        display:none
    }
}

@media(min-width: 576px) {
    .modal-dialog {
        max-width:405px
    }
}

@media(min-width: 991.98px) {
    .xs_menu {
        display:none
    }
}

@media(max-width: 991.98px) {
    .dropdown_close_icon {
        cursor:pointer
    }

    .xs_menu {
        max-width: 270px;
        overflow: hidden;
        background-color: #fff;
        color: #fff;
        transform: translateX(-50px);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .5s;
        transition: .5s;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        background-color: #202e3b
    }

    .xs_menu ul {
        margin: 0;
        padding: 0
    }

    .xs_menu ul li {
        list-style: none
    }

    .xs_menu .xs_menu_item_dropdown>a {
        display: block;
        background-color: #202e3b;
        color: #fff;
        padding: 12px 20px
    }

    .xs_menu .xs_menu_dropdown_header {
        background-color: #202e3b;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 20px;
        border-bottom: 2px solid rgba(255,255,255,.3)
    }

    .xs_menu .xs_menu_dropdown_header i {
        color: #fff;
        font-size: 20px
    }

    .xs_menu_active {
        transform: translateX(-50px);
        display: block;
        visibility: visible;
        opacity: 1;
        transform: translateX(0)
    }

    .single_menu_dropdown {
        margin-bottom: 10px;
        color: #fff
    }

    .single_menu_dropdown h4 {
        font-size: 20px;
        margin-top: 15px;
        display: inline-block
    }

    .single_menu_dropdown a {
        color: #fff;
        padding: 3px 0;
        display: inline-block
    }

    .xs_menu_item_dropdown {
        background-color: #202e3b;
        padding: 10px 20px;
        cursor: pointer
    }

    .xs_menu_item_dropdown .dropdown_icon {
        float: right
    }

    .xs_menu_item_dropdown>ul {
        background-color: #fff;
        padding: 0 20px;
        transform: translateY(10px);
        cursor: default
    }

    .xs_menu_item_dropdown>ul a {
        color: #373737
    }

    .xs_menu_item_dropdown .dropdown_icon {
        font-size: 12px;
        margin-top: 6px
    }
}

.search_box_active .form-control {
    transform: scaleY(1)!important
}

.input-group-prepend2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.cta_part {
    background-image: url(../img/cta_bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    text-align: center
}

.cta_part h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600
}

@media(max-width: 767.98px) {
    .cta_part h2 {
        font-size:30px
    }
}

.cta_part p {
    color: #bbbec4
}

.cta_part .theme_btn {
    margin-top: 35px
}

.instructor_process .single_instructor_icon {
    height: 108px;
    width: 108px;
    background-color: rgba(255,81,112,.1);
    line-height: 108px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%
}

@media(max-width: 768px) {
    .instructor_process .single_instructor_icon {
        height:70px;
        width: 70px;
        line-height: 70px
    }
}

.instructor_process .single_instructor_icon img {
    max-width: 35px
}

.instructor_process .single_instructor_part {
    text-align: center
}

@media(max-width: 767.98px) {
    .instructor_process .single_instructor_part {
        margin:20px 0
    }
}

.instructor_process .single_instructor_part h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 32px 0 15px
}

@media(max-width: 767.98px) {
    .instructor_process .single_instructor_part h4 {
        margin:15px 0 5px
    }
}

.instructor_cta {
    background-image: url(../img/instractor_bg.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

.instructor_cta h2 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 21px
}

.work_process .single_work_process {
    position: relative;
    padding-left: 110px;
    margin-bottom: 40px
}

@media(max-width: 767.98px) {
    .work_process .single_work_process {
        padding-left:70px;
        margin-bottom: 20px
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .work_process .single_work_process {
        padding-left:70px;
        margin-bottom: 20px
    }
}

.work_process .single_work_process:last-child {
    margin-bottom: 0
}

@media(max-width: 767.98px) {
    .work_process .single_work_process:last-child {
        margin-bottom:40px
    }
}

.work_process .single_work_process h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px
}

.work_process .list_number {
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    background-color: #ff5170;
    position: absolute;
    left: 0;
    top: 0
}

.work_process .video_img {
    border-radius: 5px
}

.work_process .video_img:after {
    display: none
}

.work_process .video_img .popup_video {
    opacity: 1;
    visibility: visible;
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #ff5170;
    top: 50%;
    transform: translateY(-50%)
}

.video_img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.video_img.shape_styled::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 80%;
    height: 65%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/carv_shape.png);
    background-size: 100% 100%;
    z-index: 1
}

.video_img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #202e3b;
    z-index: -1;
    opacity: 0;
    content: "";
    border-radius: 5px 5px 0 0;
    -webkit-transition: .5s;
    transition: .5s
}

.video_img img {
    width: 100%
}

.video_img .popup_video {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9
}

.video_img .popup_video img {
    max-width: 60px;
    margin: 0 auto;
    text-align: center
}

.package_widget .package_header {
    background: #fff0f2;
    padding: 25px 15px 17px;
    border-radius: 10px 10px 0 0
}

.package_widget .package_header h3 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 2px
}

@media(max-width: 575.98px) {
    .package_widget .package_header h3 {
        font-size:18px
    }
}

.package_widget .package_header .package_rating .feedmak_stars {
    margin-right: 15px
}

.package_widget .package_header .package_rating .feedmak_stars i {
    color: #ffc107;
    font-size: 15px
}

.package_widget .package_header .package_rating .feedmak_stars i:not(:last-child) {
    margin-right: 5px
}

.package_widget .package_header .package_rating p {
    font-size: 14px;
    color: #687083
}

.package_widget .package_body {
    border: 1px solid #eef0f4;
    border-radius: 0 0 10px 10px
}

.package_widget .package_lists {
    padding: 20px 25px
}

.package_widget .package_lists .single_packageList {
    border: 1px solid #eef0f4;
    border-radius: 5px;
    display: flex;
    grid-gap: 15px;
    padding: 8px
}

.package_widget .package_lists .single_packageList:not(:last-child) {
    margin-bottom: 10px
}

.package_widget .package_lists .single_packageList span {
    width: 45px;
    height: 45px;
    flex: 45px 0 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff0f2;
    color: #ff5170;
    font-size: 14px;
    font-weight: 700
}

.package_widget .package_lists .single_packageList p {
    font-size: 16px;
    font-weight: 500;
    color: #687083;
    line-height: 20px
}

.package_widget .package_seperator {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    margin: 0 25px
}

.package_widget .package_seperator::before {
    position: absolute;
    height: 1px;
    content: '';
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #eef0f4;
    z-index: -1
}

.package_widget .package_seperator span {
    width: 29px;
    height: 29px;
    background: #fff0f2;
    text-align: center;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.package_widget .package_seperator span i {
    color: #202e3b;
    font-size: 10px
}

.package_widget .package_footer {
    padding: 10px 25px 20px
}

@media(max-width: 575.98px) {
    .package_widget .package_footer {
        flex-wrap:wrap;
        justify-content: center!important;
        grid-gap: 20px
    }
}

.package_widget .package_footer .theme_btn.small_btn2 {
    padding: 13.5px 22px
}

.package_widget .package_footer .prise_tag h4 {
    font-size: 18px;
    font-weight: 900;
    color: #ff5170;
    margin-bottom: 0;
    line-height: 1;
    text-align: right
}

.package_widget .package_footer .prise_tag h4 span {
    text-decoration: line-through;
    color: #687083
}

.package_widget .package_footer .prise_tag p {
    font-size: 14px;
    font-weight: 600;
    font-family: libre baskerville,serif;
    color: #687083;
    margin-bottom: 0
}

.pricing_labels {
    display: flex;
    align-items: center;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center
}

.pricing_labels p {
    display: flex;
    align-items: center;
    grid-gap: 12px
}

.pricing_labels p .icon {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    color: #fff;
    background: #ff5170;
    font-size: 9px
}

.lms_pricing_box {
    border: 1px solid #ebebeb
}

.lms_pricing_box .lms_pricing_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 15px;
    padding: 25.5px 25px 26.5px 40px;
    border-bottom: 1px solid #ebebeb;
    flex-wrap: wrap
}

.lms_pricing_box .lms_pricing_head h3 {
    font-size: 30px;
    font-weight: 900
}

.lms_pricing_box .lms_pricing_body {
    background: #fafafa
}

.lms_pricing_box .lms_pricing_body .single_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 15px;
    padding: 15px 25px;
    flex-wrap: wrap
}

.lms_pricing_box .lms_pricing_body .single_list:not(:last-child) {
    border-bottom: 1px solid #ebebeb
}

footer.home_three_footer {
    background: #392c7d
}

footer.home_three_footer .footer_top_area {
    padding-top: 50px;
    padding-bottom: 55px;
    border-bottom: 1px solid rgba(255,255,255,.05)
}

footer.home_three_footer .main_footer_wrap {
    padding-top: 60px;
    padding-bottom: 3px
}

@media(max-width: 767.98px) {
    footer.home_three_footer .main_footer_wrap {
        padding-top:60px;
        padding-bottom: 3px
    }
}

footer.home_three_footer .main_footer_wrap .footer_widget {
    margin-bottom: 30px
}

footer.home_three_footer .main_footer_wrap .footer_widget .footer_logo {
    margin-bottom: 26px
}

footer.home_three_footer .main_footer_wrap .footer_widget .description_text {
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: rgba(255,255,255,.7);
    max-width: 373.94px
}

footer.home_three_footer .main_footer_wrap .footer_widget .subscribe_text {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 30px
}

footer.home_three_footer .main_footer_wrap .footer_widget .subscribe_text span {
    color: #ff5170
}

footer.home_three_footer .main_footer_wrap .footer_widget .footer_title h3 {
    font-family: libre baskerville,serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: capitalize;
    color: #fff
}

footer.home_three_footer .main_footer_wrap .footer_widget .footer_links li a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,.8);
    font-family: libre baskerville,serif;
    line-height: 2
}

footer.home_three_footer .main_footer_wrap .footer_widget .footer_links li a:hover {
    color: #ff5170
}

footer.home_three_footer .main_footer_wrap .footer_widget .address_list {
    max-width: 270px
}

footer.home_three_footer .main_footer_wrap .footer_widget .address_list p {
    font-size: 14px;
    color: #656565;
    margin-bottom: 0;
    line-height: 1.86;
    font-weight: 500;
    margin-bottom: 15px
}

footer.home_three_footer .main_footer_wrap .footer_widget .address_list p:not(:last-child) {
    margin-bottom: 0
}

footer.home_three_footer .main_footer_wrap .footer_widget .address_list p span {
    font-weight: 700
}

footer.home_three_footer .main_footer_wrap .footer_widget .large_address {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    line-height: .75;
    grid-gap: 10px
}

@media(max-width: 575.98px) {
    footer.home_three_footer .main_footer_wrap .footer_widget .large_address {
        font-size:30px
    }
}

footer.home_three_footer .main_footer_wrap .footer_widget .large_address span {
    font-size: 20px;
    font-weight: 500;
    margin-right: 5px;
    display: inline-block
}

footer.home_three_footer .main_footer_wrap .footer_widget .footer_opening_time {
    margin: 15px 0 11px;
    padding-bottom: 17px;
    border-bottom: 1px solid #151515
}

footer.home_three_footer .main_footer_wrap .footer_widget .footer_opening_time p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.77;
    color: #666;
    text-transform: uppercase
}

footer.home_three_footer .main_footer_wrap .footer_widget .help_text p {
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

footer.home_three_footer .main_footer_wrap .footer_widget .help_text p a {
    color: #ff5170
}

footer.home_three_footer .main_footer_wrap .footer_widget .address_text {
    font-size: 16px;
    font-weight: 400;
    font-family: libre baskerville,serif;
    color: #666;
    margin-bottom: 19px;
    line-height: 1.63;
    max-width: 226px
}

footer.home_three_footer .main_footer_wrap .footer_widget .social__Links {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px
}

footer.home_three_footer .main_footer_wrap .footer_widget .social__Links a {
    color: #ff5170;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    margin: 0!important
}

footer.home_three_footer .main_footer_wrap .footer_widget .social__Links a:hover {
    color: #fff;
    background: #ff5170
}

footer.home_three_footer .copyright_area {
    padding-bottom: 28px
}

footer.home_three_footer .copyright_area .footer_border {
    border-top: 1px solid #484848;
    margin-bottom: 23px
}

footer.home_three_footer .copyright_area .copy_right_text {
    padding: 17px 0
}

footer.home_three_footer .copyright_area .copy_right_text p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: libre baskerville,serif;
    text-transform: capitalize
}

footer.home_three_footer .copyright_area .copy_right_text p a {
    color: #ff5170
}

footer.home_three_footer .copyright_area .copy_right_text .footer_list_links {
    display: flex;
    grid-gap: 35px;
    align-items: center;
    flex-wrap: wrap
}

@media(max-width: 767.98px) {
    footer.home_three_footer .copyright_area .copy_right_text .footer_list_links {
        grid-gap:15px
    }
}

footer.home_three_footer .copyright_area .copy_right_text .footer_list_links a {
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

footer.home_three_footer .copyright_area .copy_right_text .footer_list_links a:hover {
    color: #ff5170
}

footer.home_three_footer .copyright_area .payment_imgs {
    margin: 20px 0
}

.google_play_box {
    background: #fd4949;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
    padding: 11px 30px;
    grid-gap: 15px;
    min-width: 215px;
    max-width: 215px
}

.google_play_box:hover {
    background: #392c7d
}

.google_play_box .google_play_text span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    display: block;
    margin-bottom: 6px
}

.google_play_box .google_play_text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin: 0
}

.fouram_tabs {
    grid-gap: 8px
}

.fouram_tabs a {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    border: 1px solid #e9e7f7;
    border-radius: 30px;
    padding: 4.5px 17px
}

.fouram_tabs a.active,.fouram_tabs a:hover {
    color: #fff;
    background: #fb1159;
    border-color: #fb1159
}

.f_s_20 {
    font-size: 20px
}

.topic_info {
    border-radius: 3px;
    background: #fb1159;
    font-size: 14px;
    font-weight: 500;
    font-family: libre baskerville,serif;
    color: #fff;
    display: inline-block;
    padding: 2px 5px
}

.post_pin {
    border-radius: 5px;
    background: #fb1159;
    font-size: 14px;
    font-weight: 600;
    font-family: libre baskerville,serif;
    color: #fff;
    display: inline-block;
    padding: 4.5px 12px;
    text-transform: capitalize;
    margin-left: 11px
}

.category_tag {
    border-radius: 3px;
    background: #9b52fd;
    font-size: 14px;
    font-weight: 500;
    font-family: libre baskerville,serif;
    color: #fff;
    display: inline-block;
    padding: 4.5px 10px
}

.category_tag.style_2 {
    background: #3089f5
}

.category_mark {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #202e3b
}

.category_mark .squire_bulet {
    background: #525ce5;
    width: 10px;
    height: 10px;
    border-radius: 3px
}

.users_list {
    display: inline-flex;
    align-items: center
}

.users_list.position_user {
    position: absolute;
    bottom: 30px;
    right: 46px
}

.users_list li {
    position: relative;
    margin-left: -10px
}

.users_list li:hover .user_hover_card {
    opacity: 1;
    visibility: visible;
    bottom: 5px
}

.users_list .single_user {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #fea70c;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: libre baskerville,serif
}

.users_list .single_user.style2 {
    background: #525ce5
}

.users_list .single_user.style3 {
    background: #fb1159
}

.lession_lists li:not(:last-child) {
    margin-bottom: 8px
}

.lession_lists li a {
    font-size: 14px;
    font-weight: 700;
    color: #202e3b;
    font-family: libre baskerville,serif;
    padding: 10px;
    display: block;
    background: #fff;
    text-transform: uppercase;
    padding: 18.5px 28px
}

.lession_lists li a:hover {
    color: #fb1159
}

.dot_icon {
    font-size: 14px;
    margin-left: 5px;
    line-height: 1;
    position: relative;
    top: 2px;
    left: 15px
}

.table.fourm_table {
    border-radius: 5px;
    border-collapse: separate;
    border-radius: 5px;
    border-spacing: 0 12px
}

.table.fourm_table thead tr th {
    font-size: 14px;
    font-weight: 600;
    color: #202e3b;
    border: 0;
    padding: 7.5px 30px;
    font-family: libre baskerville,serif;
    text-transform: uppercase
}

.table.fourm_table tbody tr:first-child .user_hover_card,.table.fourm_table tbody tr:nth-child(2) .user_hover_card {
    transform: translateX(-50%) translateY(45px);
    top: 0;
    bottom: auto
}

.table.fourm_table tbody tr:first-child .users_list li:hover .user_hover_card,.table.fourm_table tbody tr:nth-child(2) .users_list li:hover .user_hover_card {
    bottom: auto;
    top: 5px
}

.table.fourm_table tbody tr:first-child .user_hover_card::before,.table.fourm_table tbody tr:nth-child(2) .user_hover_card::before {
    bottom: auto;
    top: -12.5px;
    border: 0;
    border-left: 1px solid #eceef4;
    border-top: 1px solid #eceef4
}

.table.fourm_table tbody tr td {
    border-bottom: 0;
    font-family: libre baskerville,serif;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    padding: 33px 30px 30px;
    color: #202e3b;
    background: #fff;
    border: 0
}

.table.fourm_table tbody tr td .topic_name {
    max-width: 395px;
    min-width: 395px
}

.table.fourm_table tbody tr td .topic_name h3 {
    font-size: 22px;
    font-weight: 700;
    color: #202e3b;
    margin-bottom: 10px;
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
    align-items: center
}

.table.fourm_table tbody tr td .topic_name p {
    font-size: 16px;
    color: #373737;
    line-height: 1.63;
    font-family: libre baskerville,serif;
    margin-bottom: 16px
}

.table.fourm_table tfoot td {
    border-top: 1px solid #e1e2e6;
    border-bottom: 1px solid #e1e2e6;
    padding: 25px 20px
}

.table.fourm_table tfoot td:nth-child(1) {
    border-left: 1px solid #e1e2e6
}

.table.fourm_table tfoot td:last-child {
    border-right: 1px solid #e1e2e6;
    text-align: right
}

.fourm_wrapper .fourm_wrapper_header .single_header_item {
    font-size: 14px;
    font-weight: 600;
    color: #202e3b;
    border: 0;
    padding: 18.5px 45px;
    font-family: libre baskerville,serif;
    text-transform: uppercase
}

.fourm_wrapper .fourm_wrapper_header .single_header_item:first-child {
    flex: 690px 0 0
}

.fourm_wrapper .fourm_wrapper_body .fourm_single_lists {
    background: #fff
}

.fourm_wrapper .fourm_wrapper_body .fourm_single_lists .fourm_single_list {
    border-bottom: 0;
    font-family: libre baskerville,serif;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    padding: 33px 30px 30px 45px;
    color: #202e3b;
    background: #fff;
    border: 0
}

.fourm_wrapper .fourm_wrapper_body .fourm_single_lists .fourm_single_list:first-child {
    flex: 690px 0 0
}

.fourm_wrapper .fourm_wrapper_body .fourm_single_lists .fourm_single_list .topic_name {
    max-width: 395px
}

.fourm_wrapper .fourm_wrapper_body .fourm_single_lists .fourm_single_list .topic_name h3 {
    font-size: 22px;
    font-weight: 700;
    color: #202e3b;
    margin-bottom: 10px;
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
    align-items: center
}

.fourm_wrapper .fourm_wrapper_body .fourm_single_lists .fourm_single_list .topic_name p {
    font-size: 16px;
    color: #373737;
    line-height: 1.63;
    font-family: libre baskerville,serif;
    margin-bottom: 16px
}

.fourm_area {
    background: #fafafa
}

.fourm_area .fourm_header {
    border-bottom: 2px solid #e9e7f7;
    padding-bottom: 18px
}

.fourm_footer {
    margin-top: 30px
}

.fourm_footer p {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    font-family: libre baskerville,serif
}

.gap_15 {
    grid-gap: 15px
}

.fourm_pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 5px
}

.fourm_pagination a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    font-weight: 700;
    color: #202e3b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: libre baskerville,serif
}

.fourm_pagination a.active,.fourm_pagination a:hover {
    background: #fb1159;
    color: #fff;
    border-color: #fb1159
}

.fourm_pagination a.active i,.fourm_pagination a:hover i {
    color: #fff!important
}

.fourm_pagination a.next_pagination {
    border-color: #fb1159
}

.fourm_pagination a.next_pagination i {
    font-size: 12px;
    color: #fb1159
}

.user_hover_card {
    position: absolute;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e9e7f7;
    box-shadow: 2px 2px 40px 0 rgba(177,177,177,.15);
    width: 288px;
    padding: 40px 30px 26px;
    text-align: center;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(-45px);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 1000
}

.user_hover_card::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 25px;
    height: 25px;
    background: #fff;
    border-bottom: 1px solid #eceef4;
    z-index: 1;
    bottom: -12.5px;
    border-right: 1px solid #eceef4
}

.user_hover_card .user_card_top {
    padding-bottom: 15px
}

.user_hover_card .user_card_top span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #525ce5;
    font-size: 20px;
    font-family: libre baskerville,serif;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.user_hover_card .user_card_top h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: libre baskerville,serif;
    color: #202e3b;
    margin: 19px 0 0
}

.user_hover_card .user_card_top p {
    font-size: 14px;
    font-weight: 500;
    color: #687083
}

.user_hover_card .user_points {
    border-top: 1px solid #e9e7f7;
    border-bottom: 1px solid #e9e7f7;
    padding: 19px 0 9px
}

.user_hover_card .user_points span {
    font-size: 14px;
    font-weight: 700;
    font-family: libre baskerville,serif;
    color: #202e3b!important
}

.user_hover_card .user_points h3 {
    font-size: 40px;
    font-weight: 700;
    font-family: libre baskerville,serif;
    color: #fb1159;
    line-height: 1;
    margin-top: 4px
}

.user_hover_card .user_card_info {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 16px
}

.user_hover_card .user_card_info p {
    font-size: 14px;
    font-weight: 500;
    color: #202e3b;
    font-family: libre baskerville,serif
}

.user_hover_card .user_card_info p span {
    color: #687083
}

.fourm_cat_boxes {
    background: #fff;
    padding: 30px
}

.fourm_cat_boxes .cat_title {
    border-bottom: 1px solid #e9e7f7;
    padding-bottom: 11px;
    margin-bottom: 17px
}

.discussion_lists .single_discussion:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e9e7f7
}

.discussion_lists .single_discussion h3 {
    margin-bottom: 16px;
    line-height: 26px
}

.discussion_lists .single_discussion h3 a {
    font-size: 18px;
    font-weight: 700;
    color: #202e3b;
    font-family: libre baskerville,serif;
    line-height: 26px
}

.discussion_lists .single_discussion p {
    font-size: 14px;
    font-family: libre baskerville,serif;
    color: #687083
}

@media(min-width: 1200px) {
    .mt_114 {
        margin-top:114px
    }
}

@media(min-width: 1200px) {
    .mt_74 {
        margin-top:74px
    }
}

.post_label {
    margin-bottom: 10px
}

.new_post_box .new_post_title {
    padding: 14px 0
}

.new_post_form {
    background: #fff;
    padding: 60px
}

.new_post_form .label_name {
    color: #fb1159;
    font-weight: 600!important
}

.topic_replay {
    padding: 40px;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 12px
}

.topic_replay h3 {
    font-size: 22px;
    font-weight: 700;
    color: #202e3b;
    margin-bottom: 9px;
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
    align-items: center
}

.topic_replay p {
    font-size: 16px;
    color: #373737;
    line-height: 1.63;
    font-family: libre baskerville,serif;
    margin-bottom: 21px
}

.forum_replay {
    padding: 40px;
    background: #fff
}

.forum_replay .forum_replay_single:not(:last-child) {
    border-bottom: 1px solid #e9e7f7;
    padding-bottom: 16px;
    margin-bottom: 37px
}

.forum_replay .forum_replay_single .forum_replay_head {
    margin-bottom: 26px
}

.forum_replay .forum_replay_single .forum_replay_head .thumb {
    background: #fb1159;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    font-family: libre baskerville,serif;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.forum_replay .forum_replay_single .forum_replay_head .thumb .user_hover_card {
    transform: translateX(0) translateY(45px);
    top: 15px;
    bottom: auto;
    left: 0
}

.forum_replay .forum_replay_single .forum_replay_head .thumb .user_hover_card::before {
    bottom: auto;
    top: -12.5px;
    border: 0;
    border-left: 1px solid #eceef4;
    border-top: 1px solid #eceef4;
    transform: translateX(0%) rotate(45deg);
    left: 27px
}

.forum_replay .forum_replay_single .forum_replay_head .thumb:hover .user_hover_card {
    opacity: 1;
    visibility: visible;
    bottom: auto;
    top: 25px
}

.forum_replay .forum_replay_single .forum_replay_head .forum_head_text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #202e3b;
    margin-bottom: 4px
}

.forum_replay .forum_replay_single .forum_replay_head .forum_head_text p {
    font-size: 14px;
    color: #687083;
    font-weight: 500;
    font-family: libre baskerville,serif
}

.forum_replay .forum_replay_single .forum_replay_head .commnet_replay_box textarea {
    margin-bottom: 12px
}

.forum_replay .forum_replay_single .forum_body p {
    font-size: 16px;
    font-weight: 400;
    color: #373737;
    line-height: 26px
}

.forum_replay .forum_replay_single .forum_foot {
    margin-top: 26px
}

.forum_replay .forum_replay_single .forum_foot .forum_left a {
    font-size: 14px;
    font-weight: 500;
    color: #fb1159;
    font-family: libre baskerville,serif
}

.forum_replay .forum_replay_single .forum_foot .forum_right {
    display: flex;
    align-items: center
}

.forum_replay .forum_replay_single .forum_foot .forum_right a {
    font-size: 14px;
    font-weight: 500;
    color: #fb1159;
    font-family: libre baskerville,serif;
    display: flex;
    grid-gap: 10px;
    align-items: center
}

.forum_replay .forum_replay_single .forum_foot .forum_right a:not(:last-child) {
    margin-right: 28px
}

.table.fourm_table {
    border-radius: 5px;
    border-collapse: separate;
    border-radius: 5px;
    border-spacing: 0 12px
}

.table.fourm_table thead tr th {
    font-size: 14px;
    font-weight: 600;
    color: #202e3b;
    border: 0;
    padding: 7.5px 30px;
    font-family: libre baskerville,serif;
    text-transform: uppercase
}

.table.fourm_table tbody tr:first-child .user_hover_card,.table.fourm_table tbody tr:nth-child(2) .user_hover_card {
    transform: translateX(-50%) translateY(45px);
    top: 0;
    bottom: auto
}

.table.fourm_table tbody tr:first-child .users_list li:hover .user_hover_card,.table.fourm_table tbody tr:nth-child(2) .users_list li:hover .user_hover_card {
    bottom: auto;
    top: 5px
}

.table.fourm_table tbody tr:first-child .user_hover_card::before,.table.fourm_table tbody tr:nth-child(2) .user_hover_card::before {
    bottom: auto;
    top: -12.5px;
    border: 0;
    border-left: 1px solid #eceef4;
    border-top: 1px solid #eceef4
}

.table.fourm_table tbody tr td .topic_name {
    max-width: 395px;
    min-width: 395px
}

.table.fourm_table tbody tr td .topic_name h3 {
    font-size: 22px;
    font-weight: 700;
    color: #202e3b;
    margin-bottom: 10px;
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
    align-items: center
}

.table.fourm_table tbody tr td .topic_name p {
    font-size: 16px;
    color: #373737;
    line-height: 1.63;
    font-family: libre baskerville,serif;
    margin-bottom: 16px
}

.table.fourm_table tfoot td {
    border-top: 1px solid #e1e2e6;
    border-bottom: 1px solid #e1e2e6;
    padding: 25px 20px
}

.table.fourm_table tfoot td:nth-child(1) {
    border-left: 1px solid #e1e2e6
}

.table.fourm_table tfoot td:last-child {
    border-right: 1px solid #e1e2e6;
    text-align: right
}

.infix_forum_header {
    display: flex
}

@media(max-width: 767.98px) {
    .infix_forum_header {
        flex-wrap:wrap
    }
}

.infix_forum_header .single_h_col.max_col {
    max-width: 395px;
    min-width: 395px
}

.infix_forum_header h4 {
    font-size: 14px;
    font-weight: 600;
    color: #202e3b;
    border: 0;
    padding: 17px 30px;
    font-family: libre baskerville,serif;
    text-transform: uppercase;
    margin: 0
}

.infix_forum_row {
    display: flex;
    background: #fff;
    margin-bottom: 10px
}

.infix_forum_row .topic_name {
    max-width: 395px;
    min-width: 395px
}

.infix_forum_row .topic_name h3 {
    font-size: 22px;
    font-weight: 700;
    color: #202e3b;
    margin-bottom: 10px;
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
    align-items: center
}

.infix_forum_row .topic_name p {
    font-size: 16px;
    color: #373737;
    line-height: 1.63;
    font-family: libre baskerville,serif;
    margin-bottom: 16px
}

.infix_forum_row .single_f_col {
    border-bottom: 0;
    font-family: libre baskerville,serif;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    padding: 33px 30px 30px;
    color: #202e3b;
    background: #fff;
    border: 0
}

.fc-toolbar {
    margin-bottom: 20px;
    flex-wrap: wrap;
    grid-gap: 20px;
    margin-left: 30px
}

.fc-toolbar .fc-right h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #5b5675
}

.fc-toolbar .fc-center button {
    border: 1px solid #f0f1f2;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #5b5675;
    text-transform: capitalize;
    position: relative;
    padding: 8px 15px 9px 45px
}

.fc-toolbar .fc-center button::before {
    position: absolute;
    left: 15px;
    top: 8px;
    content: "";
    background-image: url(../img/cal_icon.svg);
    width: 16px;
    height: 19px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.fc-toolbar .fc-left {
    display: flex;
    align-items: center;
    flex: 1 1 auto
}

.fc-toolbar .fc-left .fc-next-button {
    margin-left: 3px
}

.fc-toolbar .fc-left .fc-button {
    padding: 0;
    color: #e3e3e3;
    font-size: 15px
}

.fc-toolbar .fc-left .fc-button .fc-icon::before {
    color: #e3e3e3;
    font-size: 15px
}

.fc-toolbar .fc-left h2 {
    order: 1;
    font-size: 16px;
    font-weight: 600;
    color: #202e3b
}

.fc-icon-chevron-left::before {
    content: "\e64a"
}

.fc-icon-chevron-right::before {
    content: "\e649"
}

.fc-view-container .fc-head td {
    border-color: #f7f9fc
}

.fc-view-container .fc-head td thead .fc-day-header {
    background: #f7f9fc;
    font-size: 14px;
    color: #202e3b;
    font-weight: 600;
    border-color: #f7f9fc;
    padding: 14.5px 15px!important
}

.fc-view-container .fc-body .fc-widget-content .fc-day-grid .fc-row {
    min-height: 105px!important
}

.fc-view-container .fc-body .fc-widget-content .fc-day-grid .fc-row td {
    border-color: #f0f1f2
}

.fc-dayGrid-view .fc-week-number,.fc-dayGrid-view .fc-day-number {
    padding: 5px 20px;
    color: #5b5675!important;
    font-size: 12px;
    font-weight: 500
}

.fc-day-grid-event {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    box-shadow: none!important;
    height: auto;
    padding: 10px 15px 0
}

.fc-day-grid-event .fc-content {
    white-space: normal;
    overflow: hidden;
    box-shadow: none
}

.fc-day-grid-event.fc-h-event.fc-event.fc-not-start.fc-end {
    padding-left: 20px
}

.fc-axis {
    font-size: 12px;
    text-transform: uppercase;
    color: #5b5675;
    font-weight: 500;
    font-family: libre baskerville,serif
}

.fc-ltr .fc-axis {
    text-align: left
}

.fc-time-grid .fc-slats td {
    height: 105px;
    border-bottom: 0
}

.fc .fc-axis {
    vertical-align: super;
    padding: 0!important;
    white-space: nowrap;
    width: 119px!important
}

.fc .fc-axis span {
    padding: 10px 20px;
    display: block
}

.fc-day {
    position: relative
}

.blue_bg::before {
    content: "";
    background: #e7f0fd;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    right: -1px;
    top: -300%;
    z-index: -1;
    height: 800%
}

.paste_bg::before {
    content: "";
    background: #e2f6d6;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    right: -1px;
    top: -300%;
    z-index: -1;
    height: 800%
}

.fc-content-skeleton {
    overflow-y: hidden;
    height: 100%
}

.lms_view_modal .modal-dialog {
    max-width: 500px
}

.lms_view_modal .modal-content {
    padding: 36px 50px 40px;
    border-radius: 0
}

.lms_view_modal .modal_header {
    margin-bottom: 23px
}

.lms_view_modal .modal_header .modal_header_left h4 {
    font-size: 24px;
    color: #202e3b;
    font-weight: 700;
    font-family: libre baskerville,serif;
    margin-bottom: 4px
}

.lms_view_modal .modal_header .modal_header_left span {
    font-size: 14px;
    font-weight: 500;
    color: #5b5675;
    font-family: libre baskerville,serif;
    display: block
}

.lms_view_modal .modal_header .link_icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f0f1f2;
    background: #f7f9fc
}

.lms_view_modal .modal-body {
    padding: 0
}

.lms_view_modal .modal-body .modal_bg {
    margin-bottom: 20px
}

.lms_view_modal .modal-body .description_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #5b5675;
    font-family: libre baskerville,serif;
    margin-bottom: 10px
}

.lms_view_modal .modal-body .modal_author_info {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    margin-top: 35px
}

.lms_view_modal .modal-body .modal_author_info .thumb {
    width: 60px;
    height: 60px;
    flex: 60px 0 0
}

.lms_view_modal .modal-body .modal_author_info .thumb img {
    width: 100%
}

.lms_view_modal .modal-body .modal_author_info .modal_author_content h4 {
    font-size: 14px;
    font-weight: 700;
    color: #202e3b;
    text-transform: uppercase;
    font-family: libre baskerville,serif;
    margin-bottom: 2px;
    line-height: 1
}

.lms_view_modal .modal-body .modal_author_info .modal_author_content p {
    font-size: 14px;
    font-weight: 500;
    color: #5b5675;
    font-family: libre baskerville,serif;
    margin-bottom: 0
}

.affiliate_bg {
    background: #f7faff
}

.affiliate_faq_box {
    border-bottom: 1px solid #e9eaf0;
    padding-bottom: 26px;
    padding-right: 30px
}

@media(max-width: 767.98px) {
    .affiliate_faq_box {
        padding-right:0
    }
}

.affiliate_faq_box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0b0a24;
    margin-bottom: 17px
}

.affiliate_faq_box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    color: #0b0a24
}

.Affiliate_benefit_boxs::before {
    content: "";
    background-image: url(../img/affiliate/shape_img.svg);
    position: absolute;
    left: 90px;
    top: 90px;
    bottom: 90px;
    right: 90px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

@media(max-width: 767.98px) {
    .Affiliate_benefit_boxs::before {
        left:20px;
        top: 20px;
        right: 20px;
        bottom: 20px
    }
}

.Affiliate_benefit_box {
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,.02);
    border: solid 1px #f8f7fc;
    background-color: #fff;
    padding: 40px;
    border-radius: 5px
}

.Affiliate_benefit_box img {
    max-width: 50px
}

.Affiliate_benefit_box h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0b0a24;
    margin: 30px 0 14px
}

.Affiliate_benefit_box p {
    font-size: 16px;
    line-height: 1.63;
    color: #0b0a24;
    font-weight: 400
}

.Requirements_boxs {
    display: flex
}

@media(max-width: 767.98px) {
    .Requirements_boxs {
        flex-wrap:wrap;
        grid-gap: 20px
    }
}

.single_Requirements_box {
    flex: 50% 0 0;
    background-color: #fff
}

@media(max-width: 767.98px) {
    .single_Requirements_box {
        flex:100% 0 0
    }
}

.single_Requirements_box:not(:last-child) {
    border-right: 1px solid #f0f1f2
}

.single_Requirements_box .Requirements_box_head {
    padding: 28px 40px 27px;
    border-bottom: 1px solid #f0f1f2
}

@media(max-width: 767.98px) {
    .single_Requirements_box .Requirements_box_head {
        padding:30px
    }
}

.single_Requirements_box .Requirements_box_head.style2 h3 {
    color: #ff1744
}

.single_Requirements_box .Requirements_box_head h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1ebf88;
    margin-bottom: 0
}

.single_Requirements_box .Requirements_box_body {
    padding: 35px 68px 40px 40px
}

@media(max-width: 767.98px) {
    .single_Requirements_box .Requirements_box_body {
        padding:30px
    }
}

.single_Requirements_box .Requirements_box_body ul li {
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap
}

.single_Requirements_box .Requirements_box_body ul li:not(:last-child) {
    margin-bottom: 25px
}

.single_Requirements_box .Requirements_box_body ul li .icon {
    flex: 20px 0 0;
    position: relative;
    top: 3px
}

.single_Requirements_box .Requirements_box_body ul li .icon img {
    width: 100%
}

.single_Requirements_box .Requirements_box_body ul li p {
    font-size: 16px;
    font-weight: 500;
    color: #0b0a24;
    line-height: 1.63;
    font-family: libre baskerville,serif;
    flex: 1 1 0
}

.work_title_area {
    display: flex;
    grid-column-gap: 102px;
    margin-bottom: 56px
}

@media(max-width: 767.98px) {
    .work_title_area {
        margin-bottom:30px;
        flex-wrap: wrap
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .work_title_area {
        grid-column-gap:30px
    }
}

.work_title_area .section__title4 {
    max-width: 383px
}

.work_title_area .work_title_desc {
    margin-top: 43px
}

@media(max-width: 767.98px) {
    .work_title_area .work_title_desc {
        margin-top:20px
    }
}

.work_title_area .work_title_desc p {
    font-size: 16px;
    font-weight: 400;
    color: #0b0a24;
    line-height: 1.63
}

.work_title_area .work_title_desc p:not(:last-child) {
    margin-bottom: 25px
}

.process_widget_box {
    border-radius: 5px;
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,.02);
    border: solid 1px #f8f7fc;
    padding: 40px 60px 49px
}

@media(max-width: 767.98px) {
    .process_widget_box {
        padding:30px
    }
}

.process_widget_box .icon img {
    max-width: 60px
}

.process_widget_box h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0b0a24;
    margin: 22px 0 13px
}

.process_widget_box p {
    font-size: 16px;
    line-height: 1.63;
    color: #0b0a24;
    font-weight: 400;
    margin-bottom: 0
}

.commision_box {
    border-radius: 5px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.03);
    background-color: #fff;
    display: flex;
    position: relative;
    margin-top: -237px;
    z-index: 10
}

@media(max-width: 767.98px) {
    .commision_box {
        margin-top:70px;
        flex-wrap: wrap
    }
}

.commision_box .theme_btn {
    min-width: 280px;
    text-align: center
}

@media(max-width: 767.98px) {
    .commision_box .theme_btn {
        min-width:auto
    }
}

.commision_box::before,.commision_box::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    background-position: center center;
    background-image: url(../img/affiliate/dots.svg);
    background-repeat: repeat;
    z-index: -1
}

.commision_box::before {
    left: -50px;
    top: -47px
}

@media(max-width: 767.98px) {
    .commision_box::before {
        left:0
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .commision_box::before {
        left:0
    }
}

.commision_box::after {
    right: -50px;
    bottom: -24px
}

@media(max-width: 767.98px) {
    .commision_box::after {
        right:0
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .commision_box::after {
        right:0
    }
}

.commision_box .circle_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: -40px;
    right: -40px;
    z-index: -1
}

@media(max-width: 767.98px) {
    .commision_box .circle_img {
        right:0
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .commision_box .circle_img {
        right:0
    }
}

.commision_box .circle_img img {
    border-radius: 50%;
    width: 100%
}

@media(max-width: 767.98px) {
    .commision_box {
        margin-top:60px
    }
}

.commision_box .comissiion_left {
    padding: 60px 75px 60px 100px;
    max-width: 480px;
    border-right: 1px solid #ebf1ff;
    background: #fff
}

@media(max-width: 767.98px) {
    .commision_box .comissiion_left {
        padding:30px
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .commision_box .comissiion_left {
        padding:30px;
        max-width: 380px
    }
}

.commision_box .comissiion_left h4 {
    font-size: 30px;
    color: #202e3b;
    font-weight: 700;
    margin-bottom: 0
}

.commision_box .comissiion_left h3 {
    font-size: 50px;
    font-weight: 800;
    color: #202e3b;
    line-height: 1;
    margin: 0
}

.commision_box .comissiion_left p {
    font-size: 16px;
    font-weight: 500;
    color: #373737;
    line-height: 1.63
}

.commision_box .comissiion_left .rate_text {
    margin: 10px 0 35px
}

.commision_box .comissiion_left .Sale_text {
    margin-bottom: 37px;
    margin-top: 5px
}

.commision_box .comissiion_left .discription_text {
    margin-top: 20px
}

.commision_box .comissiion_right {
    padding: 80px 0 60px 100px;
    background: #fff;
    border-radius: 5px
}

@media(max-width: 767.98px) {
    .commision_box .comissiion_right {
        padding:30px
    }
}

@media(max-width: 767.98px) {
    .commision_box .comissiion_right {
        padding:30px
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .commision_box .comissiion_right {
        padding:30px
    }
}

.commision_box .comissiion_right .commision_payment_lists {
    max-width: 325px
}

.commision_box .comissiion_right .commision_payment_lists .commision_payment_list {
    display: flex;
    grid-gap: 20px
}

.commision_box .comissiion_right .commision_payment_lists .commision_payment_list:not(:last-child) {
    margin-bottom: 37px
}

.commision_box .comissiion_right .commision_payment_lists .commision_payment_list .comission_payment_text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0b0a24;
    margin-bottom: 3px
}

.commision_box .comissiion_right .commision_payment_lists .commision_payment_list .comission_payment_text p {
    font-size: 15px;
    line-height: 1.73;
    color: #0b0a24;
    margin-bottom: 0
}

.affliate_faq-section {
    padding-bottom: 94px
}

@media(max-width: 767.98px) {
    .affliate_faq-section {
        padding-bottom:70px
    }
}

.lms_pricing_wized {
    border: 1px solid #ebebeb;
    padding: 45px 40px 40px
}

@media(max-width: 767.98px) {
    .lms_pricing_wized {
        padding:30px
    }
}

.lms_pricing_wized .lms_pricing_hader span {
    font-size: 20px;
    font-weight: 900;
    font-family: libre baskerville,serif;
    display: block
}

.lms_pricing_wized .lms_pricing_hader h3 {
    font-size: 48px;
    font-weight: 700;
    color: #ff5170;
    font-family: libre baskerville,serif;
    margin: 18px 0 14px
}

@media(max-width: 767.98px) {
    .lms_pricing_wized .lms_pricing_hader h3 {
        font-size:35px
    }
}

.lms_pricing_wized .lms_pricing_hader h5 {
    font-size: 16px;
    font-weight: 700;
    font-family: libre baskerville,serif;
    margin-bottom: 4px
}

.lms_pricing_wized .lms_pricing_hader p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4
}

.lms_pricing_wized .lms_pricing_body {
    margin: 37px 0 35px
}

.lms_pricing_wized .lms_pricing_body ul li {
    font-size: 16px;
    font-weight: 500;
    color: #202e3b;
    line-height: 26px;
    position: relative;
    padding-left: 15px
}

.lms_pricing_wized .lms_pricing_body ul li:not(:last-child) {
    margin-bottom: 14px
}

.lms_pricing_wized .lms_pricing_body ul li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #0b0a24;
    left: 0;
    top: 10px;
    border-radius: 50%
}

.blog_sidebar_box {
    border: 1px solid #e9e7f7;
    padding: 30px
}

.keyword_lists a {
    font-size: 14px;
    font-family: libre baskerville,serif;
    font-weight: 500;
    color: #373737;
    display: inline-block;
    padding: 7px 17px;
    border: 0;
    border-radius: 3px;
    background-color: #fafafa
}

.keyword_lists a:hover {
    background: #ff5170;
    border-color: #ff5170;
    color: #fff
}

.news_lists .single_newslist:not(:last-child) {
    border-bottom: 1px solid #e3e6ef;
    padding-bottom: 16px;
    margin-bottom: 16px
}

.news_lists .single_newslist h4 {
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
    color: #202e3b;
    line-height: 1.44;
    font-family: libre baskerville,serif;
    text-transform: capitalize;
    margin: 0 0 2px
}

.news_lists .single_newslist h4:hover {
    color: #ff5170
}

.news_lists .single_newslist p {
    font-size: 14px;
    line-height: 1.63;
    font-weight: 500
}

.gap_10 {
    grid-gap: 10px
}

.theme_search_field4 {
    background: 0 0;
    height: 60px;
    border-radius: 5px;
    width: 510px;
    border: 1px solid #e3e6ef
}

@media(min-width: 1200px) and (max-width:1459.98px) {
    .theme_search_field4 {
        width:280px
    }
}

.theme_search_field4 button {
    font-size: 18px;
    color: #ff5170;
    padding: 0 0 0 20px;
    line-height: 100%;
    box-shadow: none!important;
    height: 60px
}

.theme_search_field4 button:hover {
    color: #ff5170
}

.theme_search_field4 input {
    font-size: 14px;
    font-weight: 400;
    color: #202e3b;
    font-family: libre baskerville,serif;
    border: 0;
    background: 0 0!important;
    height: 50px;
    padding: 0 15px 0 10px;
    box-shadow: none!important;
    line-height: 50px
}

.theme_search_field4 input::placeholder {
    color: #373737
}

.theme_search_field4.large_search_field {
    width: 500px;
    height: 60px
}

.theme_search_field4.large_search_field button {
    padding-left: 30px
}

.theme_search_field4.large_search_field input {
    height: 60px;
    line-height: 60px
}

.theme_search_field4.style2 {
    border-radius: 0;
    border-color: #e9e7f7
}

.theme_search_field4.style2 i {
    color: #ff5170
}

.theme_search_field4.style2 input {
    font-size: 14px;
    font-weight: 500;
    color: #202e3b;
    font-family: libre baskerville,serif;
    border: 0;
    background: 0 0!important;
    height: 60px;
    padding: 0 15px 0 10px;
    box-shadow: none!important;
    line-height: 60px
}

.theme_search_field4.style2 input::placeholder {
    color: #202e3b
}

.theme_line_btn.replayBtn {
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 8px 22px
}

.rounded_border_bottom {
    width: 100%;
    height: 1px;
    border-radius: .5px;
    background-color: #e9e7f7
}

.home6_border {
    border-bottom: 1px solid #e9e7f7
}

.blog_details_area {
    padding: 145px 0 147px
}

@media(max-width: 767.98px) {
    .blog_details_area {
        padding:75px 0 72px
    }
}

@media(max-width: 767.98px) {
    .blog_details_area .mb_55 {
        margin-bottom:30px
    }
}

.blog_details_area .single_blog_details .blog_details_banner {
    margin-bottom: 52px
}

@media(max-width: 767.98px) {
    .blog_details_area .single_blog_details .blog_details_banner {
        margin-bottom:30px
    }
}

.blog_details_area .single_blog_details .blog_title {
    margin-bottom: 57px
}

@media(max-width: 767.98px) {
    .blog_details_area .single_blog_details .blog_title {
        margin-bottom:30px
    }
}

.blog_details_area .single_blog_details .blog_title span {
    font-size: 14px;
    font-weight: 500;
    color: #373737;
    display: block;
    margin-bottom: 18px
}

.blog_details_area .single_blog_details .blog_title h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px
}

@media(max-width: 767.98px) {
    .blog_details_area .single_blog_details .blog_title h3 {
        font-size:25px;
        line-height: 35px
    }
}

.blog_details_area .single_blog_details .quote_text {
    display: flex;
    margin: 60px 0 40px
}

@media(max-width: 767.98px) {
    .blog_details_area .single_blog_details .quote_text {
        margin:40px 0 20px
    }
}

.blog_details_area .single_blog_details .quote_text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #373737;
    line-height: 30px
}

.blog_details_area .single_blog_details .quote_text .horizontal_line {
    background: #fb1159;
    height: 3px;
    width: 90px;
    flex: 90px 0 0;
    position: relative;
    top: 6px;
    margin-right: 30px
}

@media(max-width: 767.98px) {
    .blog_details_area .single_blog_details .quote_text .horizontal_line {
        width:40px;
        flex: 40px 0 0;
        margin-right: 20px
    }
}

.blog_details_area .single_blog_details .details_info h4 {
    font-size: 24px;
    font-weight: 700;
    color: #202e3b;
    margin-bottom: 25px
}

@media(max-width: 767.98px) {
    .blog_details_area .single_blog_details .details_info h4 {
        line-height:34px;
        margin-bottom: 20px
    }
}

.blog_details_area .single_blog_details .details_info h5 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #373737;
    margin-bottom: 27px
}

.social__Links a {
    font-size: 16px;
    color: #5b6c8f
}

.social__Links a:not(:last-child) {
    margin-right: 25px
}

.social__Links a:hover {
    color: #ff5170
}

.social__Links.style2 a {
    color: #555
}

.social__Links.style2 a:hover {
    color: #ff5170
}

.social__Links2 a {
    font-size: 16px;
    color: #fff;
    background-color: #222;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.social__Links2 a:not(:last-child) {
    margin-right: 10px
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .social__Links2 a:not(:last-child) {
        margin-bottom:10px
    }
}

.social__Links2 a:hover {
    background: #ff5170;
    color: #fff
}

.social__Links3 a {
    font-size: 16px;
    color: #fff
}

.social__Links3 a:not(:last-child) {
    margin-right: 25px
}

.social__Links3 a:hover {
    color: #ff5170
}

.social__Links4 a {
    font-size: 16px;
    color: #fff;
    background-color: #ff5170;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.social__Links4 a:not(:last-child) {
    margin-right: 10px
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .social__Links4 a:not(:last-child) {
        margin-bottom:10px
    }
}

.social__Links4 a:hover {
    background: #392c7d;
    color: #fff
}

.social__Links5 a {
    font-size: 14px;
    color: #687083;
    position: relative;
    padding: 0 15px;
    display: inline-block
}

.social__Links5 a:not(:last-child) {
    margin-right: 0
}

.social__Links5 a:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    background: #f1f1f1;
    width: 1px
}

.social__Links5 a:hover {
    color: #ff5170
}

.social__Links5.style_2 a {
    color: #fff
}

.social__Links5.style_2 a:not(:last-child)::before {
    background: rgba(241,241,241,.1)
}

.social__Links5.style_3 a {
    color: #fff
}

.social__Links5.style_3 a:not(:last-child)::before {
    background: #4b505d;
    height: 10px
}

.instagram_wrapper {
    position: relative;
    z-index: 10
}

.instagram_wrapper.style2 .insta_title h3 {
    font-size: 20px;
    color: #392c7d;
    font-family: libre baskerville,serif
}

.instagram_wrapper.style2 .insta_title h3 span {
    font-size: 30px;
    font-weight: 700;
    color: #ff5170
}

.instagram_wrapper.style3 .insta_title h3 {
    font-size: 20px;
    color: #392c7d;
    font-family: libre baskerville,serif
}

.instagram_wrapper.style3 .insta_title h3 span {
    font-size: 30px;
    font-weight: 700;
    color: #392c7d
}

.instagram_wrapper.style4 .insta_title h3 {
    font-size: 20px;
    color: #392c7d;
    font-family: libre baskerville,serif
}

.instagram_wrapper.style4 .insta_title h3 span {
    font-size: 30px;
    font-weight: 700;
    color: #ff5170
}

.instagram_wrapper .insta_title h3 {
    font-size: 20px;
    color: #392c7d;
    font-family: libre baskerville,serif
}

.instagram_wrapper .insta_title h3 span {
    font-size: 30px;
    font-weight: 700;
    color: #ff5170
}

.instagram_wrapper .insta_title2 h3 {
    font-size: 20px;
    color: #392c7d;
    font-family: libre baskerville,serif
}

.instagram_wrapper .insta_title2 h3 span {
    font-size: 30px;
    font-weight: 700;
    color: #ff5170
}

.instagram_wrapper .instagram_grids {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(6,1fr)
}

@media(max-width: 767.98px) {
    .instagram_wrapper .instagram_grids {
        grid-template-columns:repeat(3,1fr)
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .instagram_wrapper .instagram_grids {
        grid-template-columns:repeat(3,1fr)
    }
}

.instagram_wrapper .instagram_grids .single_thumb {
    display: block
}

.instagram_wrapper .instagram_grids .single_thumb img {
    width: 100%
}

.theme_mailChimp {
    background: 0 0;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative
}

.theme_mailChimp form {
    display: grid;
    grid-template-columns: auto 120px;
    grid-gap: 0;
    border: 0;
    border-radius: 0
}

@media(max-width: 575.98px) {
    .theme_mailChimp form {
        grid-template-columns:auto
    }
}

.theme_mailChimp .form-control {
    background: #fff;
    color: #392c7d;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0;
    height: 50px;
    border: 0;
    font-family: libre baskerville,serif;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    border-right: 0
}

@media(max-width: 575.98px) {
    .theme_mailChimp .form-control {
        border-radius:5px
    }
}

.theme_mailChimp .form-control::placeholder {
    color: #676e8b;
    font-size: 14px
}

.theme_mailChimp .form-control:focus {
    box-shadow: none!important;
    z-index: 1
}

.theme_mailChimp button {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #ff5170;
    text-transform: capitalize;
    border-radius: 0!important;
    padding: 0 18px;
    box-shadow: none!important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: libre baskerville,serif
}

@media(max-width: 575.98px) {
    .theme_mailChimp button {
        border-radius:5px!important
    }
}

.theme_mailChimp .info {
    font-size: 14px;
    font-weight: 500;
    color: #392c7d;
    position: absolute;
    left: 0;
    top: 110%
}

.theme_mailChimp2 {
    background: 0 0;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative
}

.theme_mailChimp2 form {
    display: grid;
    flex-direction: column;
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 10px;
    width: 100%;
    grid-template-columns: auto 119px
}

@media(max-width: 575.98px) {
    .theme_mailChimp2 form {
        grid-template-columns:auto
    }
}

.theme_mailChimp2 .form-control {
    background: 0 0;
    color: #392c7d;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 5px;
    height: 44px;
    border: 0;
    font-family: libre baskerville,serif;
    font-size: 16px;
    border: 1px solid #71737c;
    color: #fff
}

@media(max-width: 575.98px) {
    .theme_mailChimp2 .form-control {
        border-radius:5px
    }
}

.theme_mailChimp2 .form-control::placeholder {
    color: rgba(255,255,255,.5)
}

.theme_mailChimp2 .form-control:focus {
    box-shadow: none!important;
    z-index: 1
}

.theme_mailChimp2 button {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #ff5170;
    text-transform: capitalize;
    border-radius: 5px!important;
    padding: 0 15px;
    box-shadow: none!important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 44px;
    font-family: libre baskerville,serif;
    width: 100%;
    line-height: 44px
}

.theme_mailChimp2 .info {
    font-size: 14px;
    font-weight: 500;
    color: #392c7d;
    position: absolute;
    left: 0;
    bottom: -25px
}

.theme_mailChimp3 {
    background: 0 0;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative
}

.theme_mailChimp3 form {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 10px
}

@media(max-width: 575.98px) {
    .theme_mailChimp3 form {
        grid-template-columns:auto
    }
}

.theme_mailChimp3 .form-control {
    background: #fff;
    color: #392c7d;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 5px;
    height: 50px;
    border: 0;
    font-family: libre baskerville,serif;
    font-size: 14px;
    border-right: 0;
    border: 1px solid #e4e4e4
}

@media(max-width: 575.98px) {
    .theme_mailChimp3 .form-control {
        border-radius:5px
    }
}

.theme_mailChimp3 .form-control::placeholder {
    color: #656565;
    font-size: 14px
}

.theme_mailChimp3 .form-control:focus {
    box-shadow: none!important;
    z-index: 1
}

.theme_mailChimp3 button {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #ff5170;
    text-transform: uppercase;
    border-radius: 5px!important;
    padding: 0 41px;
    box-shadow: none!important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: libre baskerville,serif
}

.theme_mailChimp3 .info {
    font-size: 14px;
    font-weight: 500;
    color: #392c7d;
    position: absolute;
    left: 0;
    top: 110%
}

.theme_mailChimp4 {
    background: 0 0;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative
}

.theme_mailChimp4 form {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 10px
}

@media(max-width: 575.98px) {
    .theme_mailChimp4 form {
        grid-template-columns:auto
    }
}

.theme_mailChimp4 .form-control {
    background: #fff;
    color: #392c7d;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0;
    height: 50px;
    border: 0;
    font-family: libre baskerville,serif;
    font-size: 12px;
    border-right: 0;
    border: 1px solid #fff
}

@media(max-width: 575.98px) {
    .theme_mailChimp4 .form-control {
        border-radius:5px
    }
}

.theme_mailChimp4 .form-control::placeholder {
    color: #555;
    font-size: 12px
}

.theme_mailChimp4 .form-control:focus {
    box-shadow: none!important;
    z-index: 1
}

.theme_mailChimp4 button {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #ff5170;
    text-transform: uppercase;
    border-radius: 0!important;
    padding: 0 31px;
    box-shadow: none!important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: libre baskerville,serif
}

.theme_mailChimp4 .info {
    font-size: 14px;
    font-weight: 500;
    color: #392c7d;
    position: absolute;
    left: 0;
    top: 110%
}

.theme_mailChimp5 {
    background: #fff;
    flex-wrap: nowrap;
    border-radius: 0;
    position: relative;
    padding-right: 5px
}

@media(max-width: 575.98px) {
    .theme_mailChimp5 {
        padding-right:0!important
    }
}

.theme_mailChimp5 form {
    display: grid;
    grid-template-columns: auto 160px;
    grid-gap: 0;
    border: 0;
    border-radius: 0;
    align-items: center
}

@media(max-width: 575.98px) {
    .theme_mailChimp5 form {
        grid-template-columns:auto
    }
}

.theme_mailChimp5 .form-control {
    background: #fff;
    color: #392c7d;
    font-weight: 400;
    padding-left: 25px;
    border-radius: 0;
    height: 60px;
    border: 0;
    font-family: libre baskerville,serif;
    font-size: 16px;
    border: 0;
    border-right: 0;
    color: #392c7d
}

@media(max-width: 575.98px) {
    .theme_mailChimp5 .form-control {
        border-radius:5px
    }
}

.theme_mailChimp5 .form-control::placeholder {
    color: #555
}

.theme_mailChimp5 .form-control:focus {
    box-shadow: none!important;
    z-index: 1
}

.theme_mailChimp5 button {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #ff5170;
    text-transform: capitalize;
    border-radius: 0!important;
    padding: 0 18px;
    box-shadow: none!important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: libre baskerville,serif
}

@media(max-width: 575.98px) {
    .theme_mailChimp5 button {
        border-radius:0!important
    }
}

.theme_mailChimp5 .info {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    left: 0;
    top: 110%
}

.home_six .theme_mailChimp {
    background: 0 0;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative
}

.home_six .theme_mailChimp form {
    display: grid;
    grid-template-columns: auto 120px;
    grid-gap: 0;
    border: 0;
    border-radius: 0
}

@media(max-width: 575.98px) {
    .home_six .theme_mailChimp form {
        grid-template-columns:auto;
        grid-gap: 10px
    }
}

.home_six .theme_mailChimp .form-control {
    background: #fff;
    color: #392c7d;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0;
    height: 50px;
    border: 0;
    font-family: libre baskerville,serif;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    border-right: 0;
    border-radius: 5px 0 0 5px
}

@media(max-width: 575.98px) {
    .home_six .theme_mailChimp .form-control {
        border-radius:5px;
        border: 1px solid #f1f1f1
    }
}

.home_six .theme_mailChimp .form-control::placeholder {
    color: #676e8b;
    font-size: 14px
}

.home_six .theme_mailChimp .form-control:focus {
    box-shadow: none!important;
    z-index: 1
}

.home_six .theme_mailChimp button {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #ff5170;
    text-transform: uppercase;
    border-radius: 5px!important;
    padding: 0 18px;
    box-shadow: none!important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: libre baskerville,serif
}

@media(max-width: 575.98px) {
    .home_six .theme_mailChimp button {
        border-radius:5px!important
    }
}

.home_six .theme_mailChimp .info {
    font-size: 14px;
    font-weight: 500;
    color: #392c7d;
    position: absolute;
    left: 0;
    top: 110%
}

.home_six .home_six_footer .theme_mailChimp {
    background: 0 0;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative
}

.home_six .home_six_footer .theme_mailChimp form {
    display: grid;
    grid-template-columns: auto 120px;
    grid-gap: 10px;
    border: 0;
    border-radius: 0
}

@media(max-width: 575.98px) {
    .home_six .home_six_footer .theme_mailChimp form {
        grid-template-columns:auto
    }
}

.home_six .home_six_footer .theme_mailChimp .form-control {
    background: #fff;
    color: #392c7d;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0;
    height: 50px;
    border: 0;
    font-family: libre baskerville,serif;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    border-right: 0;
    border-radius: 5px
}

@media(max-width: 575.98px) {
    .home_six .home_six_footer .theme_mailChimp .form-control {
        border-radius:5px
    }
}

.home_six .home_six_footer .theme_mailChimp .form-control::placeholder {
    color: #676e8b;
    font-size: 14px
}

.home_six .home_six_footer .theme_mailChimp .form-control:focus {
    box-shadow: none!important;
    z-index: 1
}

.home_six .home_six_footer .theme_mailChimp button {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #ff5170;
    text-transform: uppercase;
    border-radius: 5px!important;
    padding: 0 18px;
    box-shadow: none!important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: libre baskerville,serif
}

@media(max-width: 575.98px) {
    .home_six .home_six_footer .theme_mailChimp button {
        border-radius:5px!important
    }
}

.home_six .home_six_footer .theme_mailChimp .info {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    left: 0;
    top: 110%
}

.home_eight .theme_mailChimp {
    background: 0 0;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative
}

.home_eight .theme_mailChimp form {
    display: grid;
    grid-template-columns: auto 120px;
    grid-gap: 0;
    border: 0;
    border-radius: 0
}

@media(max-width: 575.98px) {
    .home_eight .theme_mailChimp form {
        grid-template-columns:auto;
        grid-gap: 10px
    }
}

.home_eight .theme_mailChimp .form-control {
    background: #fff;
    color: #392c7d;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0;
    height: 50px;
    border: 0;
    font-family: libre baskerville,serif;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    border-right: 0;
    border-radius: 5px 0 0 5px
}

@media(max-width: 575.98px) {
    .home_eight .theme_mailChimp .form-control {
        border-radius:5px;
        border: 1px solid #f1f1f1
    }
}

.home_eight .theme_mailChimp .form-control::placeholder {
    color: #676e8b;
    font-size: 14px
}

.home_eight .theme_mailChimp .form-control:focus {
    box-shadow: none!important;
    z-index: 1
}

.home_eight .theme_mailChimp button {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #ff5170;
    text-transform: uppercase;
    border-radius: 5px!important;
    padding: 0 18px;
    box-shadow: none!important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: libre baskerville,serif
}

@media(max-width: 575.98px) {
    .home_eight .theme_mailChimp button {
        border-radius:5px!important
    }
}

.home_eight .theme_mailChimp .info {
    font-size: 14px;
    font-weight: 500;
    color: #392c7d;
    position: absolute;
    left: 0;
    top: 110%
}

.home_eight .home_eight_footer .theme_mailChimp {
    background: 0 0;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative
}

.home_eight .home_eight_footer .theme_mailChimp form {
    display: grid;
    grid-template-columns: auto 120px;
    grid-gap: 10px;
    border: 0;
    border-radius: 0
}

@media(max-width: 575.98px) {
    .home_eight .home_eight_footer .theme_mailChimp form {
        grid-template-columns:auto
    }
}

.home_eight .home_eight_footer .theme_mailChimp .form-control {
    background: #fff;
    color: #392c7d;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0;
    height: 50px;
    border: 0;
    font-family: libre baskerville,serif;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    border-right: 0;
    border-radius: 5px
}

@media(max-width: 575.98px) {
    .home_eight .home_eight_footer .theme_mailChimp .form-control {
        border-radius:5px
    }
}

.home_eight .home_eight_footer .theme_mailChimp .form-control::placeholder {
    color: #676e8b;
    font-size: 14px
}

.home_eight .home_eight_footer .theme_mailChimp .form-control:focus {
    box-shadow: none!important;
    z-index: 1
}

.home_eight .home_eight_footer .theme_mailChimp button {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #ff5170;
    text-transform: uppercase;
    border-radius: 5px!important;
    padding: 0 18px;
    box-shadow: none!important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: libre baskerville,serif
}

@media(max-width: 575.98px) {
    .home_eight .home_eight_footer .theme_mailChimp button {
        border-radius:5px!important
    }
}

.home_eight .home_eight_footer .theme_mailChimp .info {
    font-size: 14px;
    font-weight: 500;
    color: #392c7d;
    position: absolute;
    left: 0;
    top: 110%
}

.gallery_box .thumb img {
    transform: scale(1);
    transition: .3s;
    max-width: 100%;
    width: 100%
}

.gallery_box:hover .thumb img {
    transform: scale(1.1)
}

.curriculum_area .curriculum_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 40px 0;
    grid-gap: 16px 0
}

.curriculum_area .curriculum_list li {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #392c7d;
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    flex-basis: 50%
}

@media(max-width: 991.98px) {
    .curriculum_area .curriculum_list li {
        flex-basis:100%
    }
}

.curriculum_area .curriculum_list li::before {
    content: "";
    position: relative;
    width: 8px;
    height: 8px;
    background: #392c7d;
    display: inline-block;
    border-radius: 50%
}

.admission_process_info {
    grid-gap: 30px
}

.admission_process_info .admission_process_text h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: .04em;
    margin-bottom: 6px
}

.admission_process_info .admission_process_text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: .04em;
    text-transform: capitalize;
    margin-bottom: 0
}

.statement_info {
    background: rgba(255,255,255,.08);
    box-shadow: 0 0 21px rgba(0,0,0,.08);
    border-radius: 8px;
    padding: 48px;
    max-width: 803px
}

@media(max-width: 767.98px) {
    .statement_info {
        padding:25px
    }
}

.statement_info h3 {
    font-style: normal;
    font-weight: 700;
    color: #333;
    margin-bottom: 34px;
    max-width: 417px;
    line-height: 1.7
}

.statement_info .statement_lists {
    margin-bottom: 37px
}

.statement_info .statement_lists li:not(:last-child) {
    margin-bottom: 30px
}

.statement_info .statement_lists .statement_title .icon {
    width: 24px;
    height: 24px
}

.statement_info .statement_lists .statement_title h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 0
}

.statement_info .statement_lists p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #555
}

.accreditation_wrapper .accreditation_wrapper_content {
    background: #392c7d;
    padding: 30px 35px
}

.accreditation_wrapper .accreditation_wrapper_content h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #fff
}

.accreditation_wrapper .accreditation_wrapper_content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: silver;
    margin: 20px 0 30px
}

.accreditation_wrapper .accreditation_wrapper_content .accreditation_brands .accreditation_brand img {
    max-width: 90px
}

.explorer_tab_content .explorer_tab_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #333
}

.explorer_tab_content .explorer_tab_description {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #555;
    margin: 20px 0 30px
}

.explorer_tab_content .explorer_tab_list {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 20px
}

.explorer_tab_content .explorer_tab_list li {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #392c7d;
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    max-width: 50%;
    flex-shrink: 0;
    width: 100%
}

@media(max-width: 991.98px) {
    .explorer_tab_content .explorer_tab_list li {
        max-width:100%
    }
}

.explorer_tab_content .explorer_tab_list li::before {
    content: "";
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #392c7d;
    display: inline-block
}

.explorer_tabs {
    margin: 55px 0 23px
}

.explorer_tabs .nav-item {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #6b6b6b;
    display: inline-block;
    padding: 20px 24px;
    position: relative
}

.explorer_tabs .nav-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #392c7d
}

.explorer_tabs .nav-item.active {
    background: #392c7d;
    color: #fff
}

.event_wrapper {
    display: flex
}

@media(max-width: 991.98px) {
    .event_wrapper {
        flex-wrap:wrap
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .event_wrapper {
        flex-wrap:wrap
    }
}

.event_wrapper .event_wrapper_content {
    max-width: 57%;
    flex-shrink: 0;
    width: 100%
}

@media(max-width: 991.98px) {
    .event_wrapper .event_wrapper_content {
        max-width:100%
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .event_wrapper .event_wrapper_content {
        max-width:100%
    }
}

.event_wrapper .event_tabs {
    max-width: 43%;
    flex-shrink: 0;
    width: 100%
}

@media(max-width: 991.98px) {
    .event_wrapper .event_tabs {
        max-width:100%;
        margin-top: 20px
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .event_wrapper .event_tabs {
        max-width:100%;
        margin-top: 20px
    }
}

.event_wrapper .event_tabs .nav-item:nth-child(even) .nav-link {
    background: #fefefe;
    box-shadow: 0 0 250px rgba(0,0,0,.09)
}

.event_wrapper .event_tabs .nav-item .nav-link {
    display: flex;
    align-items: center;
    grid-gap: 36px;
    padding: 0;
    background: #fff
}

@media(max-width: 991.98px) {
    .event_wrapper .event_tabs .nav-item .nav-link {
        grid-gap:20px;
        align-items: flex-start
    }
}

@media(max-width: 991.98px) {
    .event_wrapper .event_tabs .nav-item .nav-link {
        margin-bottom:20px
    }
}

.event_wrapper .event_tabs .nav-item .nav-link .icon {
    background: #ff5170;
    width: 125px;
    height: 126px;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0
}

@media(max-width: 991.98px) {
    .event_wrapper .event_tabs .nav-item .nav-link .icon {
        width:80px;
        height: 80px
    }
}

@media(min-width: 1200px) and (max-width:1470.98px) {
    .event_wrapper .event_tabs .nav-item .nav-link .icon {
        width:125px;
        height: 98px
    }
}

.event_wrapper .event_tabs .nav-item .nav-link .icon h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 10px
}

.event_wrapper .event_tabs .nav-item .nav-link .icon h5 {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    margin: 0
}

.event_wrapper .event_tabs .nav-item .nav-link .event_content span {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #333;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    margin-bottom: 13px
}

.event_wrapper .event_tabs .nav-item .nav-link .event_content span i {
    font-size: 18px;
    position: relative;
    top: -1px
}

.event_wrapper .event_tabs .nav-item .nav-link .event_content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #333
}

.event_wrapper .event_tabs .nav-item .nav-link.active {
    background: #f8f8f8;
    position: relative
}

.event_wrapper .event_tabs .nav-item .nav-link.active::before {
    position: absolute;
    content: "";
    width: 38px;
    height: 43px;
    clip-path: polygon(100% 0,0 53%,100% 100%);
    left: -32px;
    background: #ff395c;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width: 991.98px) {
    .event_wrapper .event_tabs .nav-item .nav-link.active::before {
        display:none!important
    }
}

.event_wrapper .event_tabs .nav-item .nav-link.active .icon {
    background: #ff395c
}

.eventList_widget {
    box-shadow: 0 0 30px rgba(0,0,0,.1)
}

.eventList_widget .event_thumb {
    display: block;
    overflow: hidden
}

.eventList_widget .eventList_meta {
    padding: 30px
}

.eventList_widget .eventList_meta .eventList_title h3 {
    font-size: 20px;
    font-weight: 400
}

.eventList_widget .eventList_meta .eventList_title h3 span {
    font-size: 38px;
    font-weight: 700
}

.eventList_widget .eventList_meta .eventList_title .eventtag {
    width: 69px;
    height: 40px;
    background: #ff5170;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #fff
}

.eventList_widget .eventList_meta h4 {
    margin: 20px 0 15px
}

.eventList_widget .eventList_meta h4 a {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px
}

.eventList_widget .eventList_meta h4 a:hover {
    color: #ff5170
}

.eventList_widget .eventList_meta p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    color: #666;
    margin-bottom: 20px
}

.eventList_widget .eventList_meta .event_date_location li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ff5170
}

.eventList_widget .eventList_meta .event_date_location li:not(:last-child) {
    margin-bottom: 10px
}

.eventList_widget .eventList_meta .event_date_location li i {
    margin-right: 15px
}

.portfolio-menu {
    grid-gap: 24px
}

@media(max-width: 767.98px) {
    .portfolio-menu {
        grid-gap:10px
    }
}

.portfolio-menu button {
    font-weight: 400;
    font-size: 20px;
    color: #666;
    border: 1px solid #666;
    border-radius: 6px;
    padding: 9px 15px;
    background: #fff
}

@media(max-width: 767.98px) {
    .portfolio-menu button {
        padding:6px 14px;
        font-size: 14px
    }
}

.portfolio-menu button.active {
    background: #ff5170;
    color: #fff;
    border-color: #ff5170
}

.blog_page_widget {
    transition: .3s
}

.blog_page_widget .event_thumb {
    display: block;
    overflow: hidden
}

.blog_page_widget .blog_page_meta {
    padding: 30px;
    background: #f7f7f7
}

@media(max-width: 991.98px) {
    .blog_page_widget .blog_page_meta {
        padding:20px
    }
}

.blog_page_widget .blog_page_meta .newsTag {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background: #ff5170;
    padding: 13px 17px
}

.blog_page_widget .blog_page_meta .blog_page_title h3 {
    font-size: 20px;
    font-weight: 400
}

.blog_page_widget .blog_page_meta .blog_page_title h3 span {
    font-size: 38px;
    font-weight: 700
}

.blog_page_widget .blog_page_meta h4 {
    margin: 20px 0 15px
}

.blog_page_widget .blog_page_meta h4 a {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px
}

.blog_page_widget .blog_page_meta h4 a:hover {
    color: #ff5170
}

.blog_page_widget .blog_page_meta p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    color: #666;
    margin-bottom: 20px
}

.blog_page_widget .blog_page_meta .blog_page_bottom a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ff5170
}

.blog_page_widget .blog_page_meta .blog_page_bottom a i {
    margin-left: 12px
}

.blog_page_widget .blog_page_meta .blog_page_bottom .blog_date {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ff5170
}

.blog_page_widget .blog_page_meta .blog_page_bottom .blog_date i {
    color: #ff5170;
    margin-right: 9px
}

.blog_page_widget:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.1)
}

.search_result_box {
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    border-radius: 8px;
    padding: 48px
}

@media(max-width: 767.98px) {
    .search_result_box {
        padding:25px
    }
}

.search_result_print_view {
    background: #f7f7f7;
    border-radius: 8px;
    overflow: hidden
}

.search_result_print_view_header {
    background: #392c7d;
    display: flex;
    align-items: center;
    grid-gap: 60px;
    padding: 50px 36px
}

@media(max-width: 991.98px) {
    .search_result_print_view_header {
        flex-wrap:wrap
    }
}

.search_result_print_view_header_content {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    position: relative
}

@media(max-width: 991.98px) {
    .search_result_print_view_header_content {
        padding-left:0
    }
}

.search_result_print_view_header_content::before {
    content: '';
    position: relative;
    width: 1px;
    height: 93px;
    display: inline-flex;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff
}

@media(max-width: 991.98px) {
    .search_result_print_view_header_content::before {
        display:none
    }
}

.search_result_print_view_header_content h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #fff
}

.search_result_print_view_header_content h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #ff5170
}

.search_result_print_view_header_content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #d6d6d6
}

.search_result_print_view_body {
    padding: 36px
}

@media(max-width: 991.98px) {
    .search_result_print_view_body {
        padding:20px
    }
}

.search_result_print_view_body_list {
    display: flex;
    flex-wrap: wrap;
    background: #efefef;
    border-radius: 8px;
    padding: 25px;
    grid-row-gap: 12px
}

.search_result_print_view_body_list li {
    display: inline-flex;
    align-items: center;
    max-width: 50%;
    width: 100%
}

@media(max-width: 991.98px) {
    .search_result_print_view_body_list li {
        max-width:100%;
        flex-wrap: wrap
    }
}

.search_result_print_view_body_list li .list_title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #424242;
    max-width: 190px;
    flex-shrink: 0;
    width: 100%
}

.search_result_print_view_body_list li .list_text {
    color: #1a1a21;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.search_result_print_view_body_info_table h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #242424;
    text-align: center;
    margin: 35px 0 20px
}

.search_result_print_view_body_info_table_infoBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 16px;
    margin-top: 33px;
    flex-wrap: wrap
}

.print_table_wrapper {
    width: 100%
}

.print_table_wrapper thead {
    background: #e6e6e6
}

.print_table_wrapper thead tr th {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1a1a21;
    padding: 8px 12px
}

.print_table_wrapper tbody tr:nth-of-type(2n) {
    background: #efefef
}

.print_table_wrapper tbody tr td {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #242424;
    padding: 6px 12px
}

.print_btn_1 {
    background: #392c7d;
    padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    font-family: libre baskerville,serif;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 16px;
    border: 1px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1
}

.print_btn_1:hover {
    color: #392c7d;
    border-color: #392c7d;
    background: 0 0
}

.print_btn_2 {
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    font-family: libre baskerville,serif;
    color: #392c7d;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 16px;
    border: 1px solid #392c7d;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1
}

.print_btn_2:hover {
    color: #fff;
    border-color: #392c7d;
    background: #392c7d
}

.academic_banner_area {
    margin: 45px 0
}

.academic_banner_area .academic_bannerinfo {
    display: flex;
    align-items: center;
    padding: 28px 0 28px 56px
}

@media(max-width: 991.98px) {
    .academic_banner_area .academic_bannerinfo {
        flex-wrap:wrap;
        padding: 20px
    }
}

.academic_banner_area .academic_bannerinfo::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 78%;
    background: #ff5170;
    z-index: -1
}

@media(max-width: 991.98px) {
    .academic_banner_area .academic_bannerinfo::before {
        width:100%
    }
}

.academic_banner_area .academic_bannerinfo_inner h2 {
    font-weight: 700;
    font-size: 55px;
    line-height: 150%;
    letter-spacing: .04em;
    text-transform: capitalize;
    color: #fff;
    max-width: 555px
}

@media(max-width: 991.98px) {
    .academic_banner_area .academic_bannerinfo_inner h2 {
        font-size:30px;
        line-height: 150%
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .academic_banner_area .academic_bannerinfo_inner h2 {
        font-size:35px;
        line-height: 1.2
    }
}

.academic_banner_area .academic_bannerinfo_inner .description_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: .04em;
    text-transform: capitalize;
    color: #fff;
    margin: 40px 0 60px;
    max-width: 685px
}

@media(max-width: 991.98px) {
    .academic_banner_area .academic_bannerinfo_inner .academic_banner_text_bottom {
        margin-bottom:30px
    }
}

.academic_banner_area .academic_bannerinfo_inner .academic_banner_text_bottom h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: .04em;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0
}

.academic_banner_area .academic_bannerinfo_inner .academic_banner_text_bottom p {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: .04em;
    text-transform: capitalize;
    color: #fff
}

.academic_banner_area .academic_bannerinfo_inner_img {
    max-width: 608px;
    flex-shrink: 0;
    border: 5px solid #392c7d
}

@media(max-width: 991.98px) {
    .academic_banner_area .academic_bannerinfo_inner_img {
        max-width:100%
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .academic_banner_area .academic_bannerinfo_inner_img {
        max-width:458px
    }
}

.academic_page_details_info_content {
    max-width: 743px
}

.academic_page_details_info_content h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: .04em;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 30px
}

.academic_page_details_info_content .description_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: .04em;
    text-transform: capitalize;
    color: #555
}

.academic_page_details_info_content .description_text2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: .04em;
    text-transform: capitalize;
    color: #ff5170;
    border-bottom: 4px solid #ff5170;
    margin: 50px 0 43px;
    padding-bottom: 24px
}

.academic_page_details_info_content .description_text3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: .04em;
    text-transform: capitalize;
    color: #555
}

.academic_page_details_info_content .acdemic_info_lists li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: .04em;
    text-transform: capitalize;
    color: #555;
    display: flex;
    position: relative;
    padding-left: 48px
}

.academic_page_details_info_content .acdemic_info_lists li:not(:last-child) {
    margin-bottom: 24px
}

.academic_page_details_info_content .acdemic_info_lists li::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/academic/square.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center center;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.academic_page_details_info_sidebox .depertmentDetails_list h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: .04em;
    text-transform: capitalize;
    color: #333;
    background: #f7f7f7;
    border-bottom: 3px solid #ff5170;
    padding: 20px 16px
}

.academic_page_details_info_sidebox .depertmentDetails_list ul li a {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: .04em;
    text-transform: capitalize;
    color: #333;
    border-bottom: 1.5px solid #ff5170;
    position: relative;
    padding: 36px 0 20px 58px;
    display: flex
}

.academic_page_details_info_sidebox .depertmentDetails_list ul li a:hover {
    color: #ff5170
}

.academic_page_details_info_sidebox .depertmentDetails_list ul li a::before {
    content: "\f061";
    position: absolute;
    left: 23px;
    top: 57%;
    font-size: 14px;
    color: #ff5170;
    font-weight: 900;
    font-family: "font awesome 5 free";
    transform: translateY(-50%)
}

.academic_page_details_info_sidebox .depertmentDetails_contactInfo {
    background: #392c7d;
    padding: 53px 70px
}

@media(max-width: 991.98px) {
    .academic_page_details_info_sidebox .depertmentDetails_contactInfo {
        padding:20px
    }
}

.academic_page_details_info_sidebox .depertmentDetails_contactInfo .depertmentDetails_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: .04em;
    text-transform: capitalize;
    color: #fff
}

.academic_page_details_info_sidebox .depertmentDetails_contactInfo ul li {
    display: flex;
    align-items: center;
    grid-gap: 16px;
    flex-wrap: wrap
}

.academic_page_details_info_sidebox .depertmentDetails_contactInfo ul li:not(:last-child) {
    margin-bottom: 20px
}

.academic_page_details_info_sidebox .depertmentDetails_contactInfo ul li .icon {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.academic_page_details_info_sidebox .depertmentDetails_contactInfo ul li .contact_info h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin: 0
}

@media(max-width: 991.98px) {
    .academic_page_details_info_sidebox .depertmentDetails_contactInfo ul li .contact_info h4 {
        font-size:14px
    }
}

.academic_page_details_info_sidebox .depertmentDetails_contactInfo ul li .contact_info h4:not(:last-child) {
    margin-bottom: 13px
}

.academic_page_details_info_sidebox .depertmentDetails_contactInfo .social_links {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px
}

.academic_page_details_info_sidebox .depertmentDetails_contactInfo .social_links a {
    font-size: 20px;
    color: #ff5170;
    transition: .3s
}

.academic_page_details_info_sidebox .depertmentDetails_contactInfo .social_links a:hover {
    color: #fff
}

.news_page_info_banner {
    margin-bottom: 48px
}

.news_page_info .event_cat {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #fff;
    padding: 13px 16px;
    background: #ff5170;
    display: inline-flex
}

.news_page_info .event_d_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    text-transform: capitalize;
    color: #333
}

.news_page_info .event_posted_header {
    margin: 38px 0 10px
}

.news_page_info .event_posted_header .event_posted_header_left .thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.news_page_info .event_posted_header .event_posted_header_left .thumb img {
    border-radius: 50%
}

.news_page_info .event_posted_header .event_posted_header_left .content_info h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 0
}

.news_page_info .event_posted_header .event_posted_header_left .content_info h5 span {
    font-style: italic;
    color: #666
}

.news_page_info .event_posted_header .event_posted_header_right a {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #fff
}

.news_page_info .event_posted_header .event_posted_header_right a.twitter_bg {
    background: #1da1f2
}

.news_page_info .event_posted_header .event_posted_header_right a.linkedin_bg {
    background: #069
}

.news_page_info .event_posted_header .event_posted_header_right a.facebook_bg {
    background: #2563eb
}

.news_page_info .event_posted_header .event_posted_header_right a.shair_link {
    background: #ececec;
    color: #2d3436
}

.news_page_info .event_posted_header .event_posted_header_right a:hover {
    background: #ff5170;
    color: #fff
}

.news_page_info .event_d_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #333
}

.news_page_info .description_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    text-transform: capitalize;
    color: #666
}

.news_page_info .event_d_title2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    text-transform: capitalize;
    color: #333;
    margin: 40px 0 20px
}

.news_page_info .event_lists .event_list_single:not(:last-child) {
    margin-bottom: 20px
}

.news_page_info .event_lists .event_list_single h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    text-transform: capitalize;
    color: #333;
    position: relative
}

.news_page_info .event_lists .event_list_single h4::before {
    content: "";
    position: relative;
    left: 0;
    top: -4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #333;
    display: inline-block;
    margin: 0 5px
}

.news_page_info .event_lists .event_list_single p {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    text-transform: capitalize;
    color: #666
}

.news_page_info .quote_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    text-transform: capitalize;
    color: #333;
    font-style: italic
}

.news_page_right_sidebar_list h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: .04em;
    text-transform: capitalize;
    color: #333;
    background: #f7f7f7;
    border-bottom: 3px solid #ff5170;
    padding: 20px 16px
}

.news_page_right_sidebar_list ul li a {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: .04em;
    text-transform: capitalize;
    color: #333;
    border-bottom: 1.5px solid #ff5170;
    position: relative;
    padding: 31px 0 20px 58px;
    display: flex
}

.news_page_right_sidebar_list ul li a::before {
    content: "\f061";
    position: absolute;
    left: 23px;
    top: 57%;
    font-size: 14px;
    color: #ff5170;
    font-weight: 900;
    font-family: "font awesome 5 free";
    transform: translateY(-50%)
}

.news_page_right_sidebar_list ul li a:hover {
    color: #ff5170
}

.latest_news_list .single_latest_news_list {
    background: #f7f7f7;
    border-radius: 8px;
    display: flex;
    grid-gap: 16px;
    padding: 9px 16px;
    align-items: center;
    transition: .3s
}

.latest_news_list .single_latest_news_list:not(:last-child) {
    margin-bottom: 12px
}

.latest_news_list .single_latest_news_list .icon_thumb {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.latest_news_list .single_latest_news_list .icon_thumb img {
    border-radius: 8px
}

.latest_news_list .single_latest_news_list .content_text h4 {
    margin-bottom: 7px
}

.latest_news_list .single_latest_news_list .content_text h4 a {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: capitalize;
    color: #333
}

.latest_news_list .single_latest_news_list .content_text h4 a:hover {
    color: #ff5170
}

.latest_news_list .single_latest_news_list .content_text p {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-transform: capitalize;
    color: #666
}

.latest_news_list .single_latest_news_list:hover {
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.09)
}

.video_box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 348.05px;
    position: relative
}

.video_box .video_box_inner {
    background: linear-gradient(180deg,rgba(70,70,70,0) 42.64%,#3c3c3c 102.93%);
    border-radius: 10.1992px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px
}

.video_box .video_box_inner span {
    font-weight: 400;
    font-size: 17.8486px;
    line-height: 22px;
    text-transform: capitalize;
    text-align: right
}

.video_box .video_box_inner .video_icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background: rgba(255,255,255,.7);
    border-radius: 63.7449px;
    color: #2d3436;
    transition: .3s
}

.video_box .video_box_inner .video_icon:hover {
    background: #ff5170;
    color: #fff
}

.video_box .video_box_inner .video_icon_btn {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.video_box .video_box_inner h4 a {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-transform: capitalize;
    color: #fff
}

.video_box_img {
    background-image: url(../img/event/video_img.jpg)
}

.event_page_lists li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: .04em;
    text-transform: capitalize;
    color: #555;
    display: flex;
    position: relative;
    padding-left: 48px
}

.event_page_lists li:not(:last-child) {
    margin-bottom: 24px
}

.event_page_lists li::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/academic/square.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center center;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.event_page_info_details .event_tag {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #333
}

.event_page_info_details .event_page_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: #666;
    margin: 27px 0 26px
}

.event_page_info_details .event_page_lists {
    max-width: 740px
}

.event_page_info_details .description_1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #666
}

.event_page_info_details .description_2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #666
}

.event_wrap_location_time {
    background: #f7f7f7;
    border-radius: 4px;
    padding: 36px 48px
}

@media(max-width: 991.98px) {
    .event_wrap_location_time {
        padding:25px
    }
}

.event_wrap_location_time h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%
}

.event_wrap_location_time ul {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 24px
}

.event_wrap_location_time ul li {
    max-width: 50%;
    flex-shrink: 0;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #666;
    position: relative;
    padding-left: 40px;
    align-items: center;
    display: flex
}

@media(max-width: 991.98px) {
    .event_wrap_location_time ul li {
        max-width:100%
    }
}

.event_wrap_location_time ul li::before {
    content: "\f017";
    position: absolute;
    display: inline-block;
    font-family: "font awesome 5 free";
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    background: #ff5170;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%)
}

.guest_lists_wrapper h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #333;
    margin-bottom: 48px
}

.guest_lists_wrapper .guest_lists .guest_single:not(:last-child) {
    margin-bottom: 30px
}

.guest_lists_wrapper .guest_lists .guest_single .thumb {
    border: .984214px solid #d6d6d6;
    padding: 8px
}

.guest_lists_wrapper .guest_lists .guest_single .content_info h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: .04em;
    text-transform: capitalize;
    color: #333;
    margin: 0 0 13px
}

.guest_lists_wrapper .guest_lists .guest_single .content_info h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: .04em;
    text-transform: capitalize;
    color: #ff5170
}

.guest_lists_wrapper .guest_lists .guest_single .content_info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: .04em;
    text-transform: capitalize;
    color: #555;
    margin: 9px 0 13px
}

.guest_lists_wrapper .guest_lists .guest_single .content_info .content_info_email .icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ff5170
}

html[dir=rtl] .header_area .header__wrapper .header__left .logo_img {
    margin-left: 80px;
    margin-right: 0
}

@media(min-width: 992px) and (max-width:1199.98px) {
    html[dir=rtl] .header_area .header__wrapper .header__left .logo_img {
        margin-left:20px
    }
}

html[dir=rtl] .readMore_btn .btn_icon {
    transform: rotate(180deg)
}

html[dir=rtl] .blog_widget .blog_meta .blog_bottom .blog_readmore i {
    transform: rotate(180deg);
    position: relative;
    display: inline-block
}

html[dir=rtl] .slicknav_btn {
    float: left
}

html[dir=rtl] .slicknav_btn {
    right: auto;
    left: 28px
}

html[dir=rtl] .theme_mailChimp2 form {
    overflow-x: hidden;
    position: relative
}

@media(min-width: 768px) and (max-width:991.98px) {
    html[dir=rtl] .blog_widget .blog_meta {
        padding:20px
    }
}

html[dir=rtl] #back-top {
    left: 20px;
    right: auto
}

html[dir=rtl] .about_gallery_wrapper .single_about_gallery .single_about_content {
    padding: 30px 73px 30px 0
}

@media(max-width: 991.98px) {
    html[dir=rtl] .about_gallery_wrapper .single_about_gallery .single_about_content {
        padding:30px 0
    }
}

html[dir=rtl] .about_gallery_wrapper .single_about_gallery:not(:nth-child(2n+1)) .single_about_content {
    padding: 30px 0
}

html[dir=rtl] .academic_banner_area .academic_bannerinfo::before {
    right: 0;
    left: auto
}

html[dir=rtl] .academic_banner_area .academic_bannerinfo {
    padding: 28px 56px 28px 0
}

@media(max-width: 991.98px) {
    html[dir=rtl] .academic_banner_area .academic_bannerinfo {
        padding:20px
    }
}

html[dir=rtl] .academic_page_details_info_sidebox .depertmentDetails_list ul li a::before {
    transform: translateY(-50%) rotate(180deg);
    left: auto;
    right: 23px
}

html[dir=rtl] .academic_page_details_info_sidebox .depertmentDetails_list ul li a {
    padding: 36px 58px 20px 0
}

html[dir=rtl] .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter::before {
    margin-right: 0;
    margin-left: 20px
}

html[dir=rtl] .event_wrap_location_time ul li::before {
    left: auto;
    right: 0
}

html[dir=rtl] .event_wrap_location_time ul li {
    padding-right: 40px;
    padding-left: 0
}

html[dir=rtl] .event_page_lists li::before {
    left: auto;
    right: 0
}

html[dir=rtl] .event_page_lists li {
    padding-right: 48px;
    padding-left: 0
}

html[dir=rtl] .eventList_widget .eventList_meta .event_date_location li i {
    margin-right: 0;
    margin-left: 15px
}

html[dir=rtl] .theme_pagination a.next_pagination i {
    transform: rotate(180deg)
}

html[dir=rtl] .news_page_right_sidebar_list ul li a {
    padding: 31px 58px 20px 0
}

html[dir=rtl] .news_page_right_sidebar_list ul li a::before {
    transform: translateY(-50%) rotate(180deg);
    left: auto;
    right: 23px
}

html[dir=rtl] .blog_page_widget .blog_page_meta .blog_page_bottom a i {
    margin-left: 0;
    transform: rotate(180deg);
    margin-right: 12px
}

html[dir=rtl] .blog_page_widget .blog_page_meta .blog_page_bottom .blog_date i {
    margin-right: 0;
    margin-left: 9px
}

html[dir=rtl] .nice-select .nice-select-search-box::after {
    left: auto;
    right: 50px
}

html[dir=rtl] .nice-select .nice-select-search-box input {
    border: 0!important;
    padding-right: 48px
}

html[dir=rtl] .search_result_print_view_header_content::before {
    left: auto;
    right: 0
}

html[dir=rtl] .search_result_print_view_header_content {
    padding-right: 50px;
    padding-left: 0
}

@media(max-width: 991.98px) {
    html[dir=rtl] .search_result_print_view_header_content {
        padding-right:0
    }
}

html[dir=rtl] .nice-select .option {
    text-align: right
}

html[dir=rtl] .header_area .contact_wrap .contact_btn {
    margin-left: 0;
    margin-right: 48px
}

html[dir=rtl] .event_wrapper .event_tabs .nav-item .nav-link.active::before {
    transform: translateY(-50%) rotate(180deg);
    left: auto;
    right: -32px
}

html[dir=rtl] a.arrow_btns i {
    transform: rotate(180deg)
}

.event_wrapper .event_tabs li {
    width: 100%
}

.event_wrapper_img img {
    height: 100%;
    width: 100%;
    max-height: 504px;
    object-fit: cover;
    object-position: center center
}

.theme_dropdown .btn {
    color: #392c7d;
    border: 0;
    box-shadow: none
}

.theme_select {
    border: solid 1px #e1e2e6!important;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    background: #f8f8f8;
    border: 1px solid #eaeaea!important;
    border-radius: 8px
}

.theme_select.select_transparent {
    background: 0 0!important
}

.theme_select::after {
    right: 25px;
    top: 13px;
    color: #2d3436;
    font-size: 12px
}

.theme_select .current {
    font-family: libre baskerville,serif;
    font-size: 16px;
    font-weight: 400;
    color: #959595;
    line-height: 50px
}

.theme_select .list {
    width: 100%
}

.theme_select .list .option {
    font-size: 14px;
    font-weight: 400
}

.theme_select:focus,.theme_select.open {
    border-color: #392c7d!important
}

.ot-input {
    height: 50px;
    line-height: 50px;
    background: #f8f8f8;
    border: 1px solid #eaeaea!important;
    border-radius: 8px;
    padding: 10px 18px
}

.dark-theme {
    background: #14151b
}

.dark-theme p,.dark-theme .statement_info .statement_lists p,.dark-theme .explorer_tab_content .explorer_tab_description {
    color: #adadad
}

.dark-theme .section__title p {
    color: #adadad
}

.dark-theme .section__title.white_text p {
    color: #f0f0f0
}

.dark-theme h1,.dark-theme h2,.dark-theme h3,.dark-theme h4,.dark-theme h5 {
    color: #fff!important
}

.dark-theme .theme_dropdown .btn {
    color: #f0f0f0
}

.dark-theme .gray_bg {
    background: #1f2025
}

.dark-theme .facilites_area {
    background: #27282e
}

.dark-theme .header_area .header_topbar_area {
    background: #392c7d
}

.dark-theme .header_area {
    background: #14151b
}

.dark-theme .header_area .main_menu ul li a {
    color: #f0f0f0
}

.dark-theme .statement_info {
    background: #1f2025
}

.dark-theme .serevice_box {
    background: #14151b
}

.dark-theme .services_area::before {
    background: #1f2025;
    opacity: .95
}

.dark-theme .teaching_grid .teaching_single {
    background: #14151b;
    box-shadow: 0 4px 14px 0 rgba(0,0,0,.05)
}

.dark-theme .teaching_grid .teaching_single p {
    color: #adadad
}

.dark-theme .teaching_grid .teaching_single:hover {
    background: #ff5170
}

.dark-theme .teaching_grid .teaching_single:hover p {
    color: #fff
}

.dark-theme .event_wrapper .event_tabs .nav-item .nav-link .icon {
    background: #16171b
}

.dark-theme .event_wrapper .event_tabs .nav-item .nav-link.active .icon {
    background: #ff395c
}

.dark-theme footer.home_three_footer {
    background: #1f2025
}

.dark-theme .portfolio-menu button {
    color: #666;
    border: 1px solid #333;
    background: 0 0
}

.dark-theme .portfolio-menu button.active {
    background: #ff5170;
    color: #fff;
    border-color: #ff5170
}

.dark-theme .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_left p,.dark-theme .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter a {
    color: #f0f0f0
}

.dark-theme .event_wrapper .event_tabs .nav-item:nth-child(even) .nav-link,.dark-theme .event_wrapper .event_tabs .nav-item .nav-link {
    background: #1f2025
}

.dark-theme .event_wrapper .event_tabs .nav-item .nav-link .event_content p,.dark-theme .blog_page_widget .blog_page_meta p {
    color: #adadad
}

.dark-theme .event_wrapper .event_tabs .nav-item .nav-link .event_content span {
    color: #fff
}

.dark-theme .event_wrapper .event_tabs .nav-item .nav-link.active {
    background: #2f3037
}

.dark-theme .blog_page_widget .blog_page_meta {
    background: #1f2025
}

.dark-theme .eventList_widget .eventList_meta {
    background: #1f2025
}

.dark-theme .eventList_widget .eventList_meta p {
    color: #adadad
}

.dark-theme .eventList_widget .eventList_meta h4 a {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px
}

.dark-theme .search_result_box {
    background: #1f2025
}

.dark-theme .primary_label2 {
    color: #f0f0f0
}

.dark-theme .ot-input::placeholder {
    color: #d0d0d0
}

.dark-theme .ot-input {
    border: 1px solid #d0d0d0!important;
    background: 0 0;
    color: #fff
}

.dark-theme .theme_select {
    background: 0 0;
    border: 1px solid #d0d0d0!important;
    border-radius: 8px
}

.dark-theme .nice-select::after {
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0
}

.dark-theme .nice-select .list {
    background-color: #27282e
}

.dark-theme .nice-select .nice-select-search-box {
    background: #27282e
}

.dark-theme .nice-select .nice-select-search-box {
    border: 1px solid #27282e
}

.dark-theme .nice-select.theme_select .nice-select-search-box input {
    border: 1px solid #333!important;
    background: 0 0;
    color: #fff
}

.dark-theme .nice-select.theme_select .nice-select-search-box input::placeholder {
    color: #d0d0d0
}

.dark-theme .nice-select ul.list li.option.focus,.dark-theme .nice-select ul.list li.option:hover,.dark-theme .nice-select ul.list li.option.selected.focus {
    color: #ff5170;
    background: rgb(255 255 255/10%)
}

.dark-theme .nice-select .nice-select-search-box::before {
    background: #27282e;
    border-bottom: 1px solid #27282e;
    border-right: 1px solid #27282e
}

.dark-theme .contact_department_box {
    background: #1f2025
}

.dark-theme .header_area .main_menu ul li a:hover,.header_area .main_menu ul li a.active {
    color: #ff5170!important
}

.dark-theme .find_content_widget_wrapper .find_content_widget {
    background: #1f2025;
    z-index: 0
}

.dark-theme .find_content_widget_wrapper .find_content_widget p {
    color: #adadad
}

.dark-theme .explorer_tabs .nav-item {
    color: #adadad
}

.theme_dropdown .btn svg path {
    fill: #ff5170!important
}

.dark-theme .theme_dropdown .btn svg path {
    fill: #fff!important
}

.dark-theme .slicknav_menu .slicknav_icon-bar {
    background-color: #ff4357!important
}

.logo_img img {
    max-width: 160px
}

.light_logo {
    display: none
}

.dark-theme .logo_img .dark_logo {
    display: none!important
}

.dark-theme .logo_img .light_logo {
    display: inline-block!important
}

.dark-theme .search_result_print_view {
    background: #27282e!important
}

.dark-theme .print_table_wrapper tbody tr:nth-of-type(2n) {
    background: rgba(239,239,239,.1)
}

.dark-theme .print_table_wrapper thead {
    background: rgba(239,239,239,.1)
}

.dark-theme .print_table_wrapper thead tr th {
    color: #fff
}

.dark-theme .search_result_print_view_body_list {
    background: rgba(239,239,239,.1)
}

.dark-theme .search_result_print_view_body_list li .list_title {
    color: #fff
}

.dark-theme .search_result_print_view_body_list li .list_text {
    color: #f0f0f0
}

.dark-theme .nice-select ul.list li.option {
    color: #fff
}

.dark-theme .nice-select .list {
    border: 0!important
}

.header__right .theme_btn.small_btn3 {
    padding: 11px 13px
}

.nice-select.nice_Select {
    height: 40px;
    line-height: 40px;
    padding: 0 35px 0 16px
}

.nice-select.nice_Select .nice-select-search-box {
    display: none
}

.nice-select.nice_Select ul.list {
    margin-top: 2px
}

.nice-select.nice_Select::after {
    height: 8px;
    margin-top: -5px;
    width: 8px;
    right: 16px
}

.dark-theme .nice_Select {
    background: 0 0;
    border: 1px solid #d0d0d0!important;
    border-radius: 8px
}

.dark-theme .nice_Select .current {
    color: #d0d0d0
}

.dark-theme .find_content_widget_wrapper .find_content_widget .icon::before {
    background: rgba(255,81,112,.1);
    z-index: -1
}

.dark-theme div:where(.swal2-container) div:where(.swal2-popup) {
    background: #1f2025;
    color: #545454
}

.dark-theme div:where(.swal2-container) .swal2-html-container {
    color: rgba(255,255,255,.7)
}

.dark-theme .contact_department_box .icon {
    z-index: 1
}

.dark-theme .contact_department_box .icon::before {
    background: rgba(255,81,112,.2);
    z-index: -1
}

.dark-theme .event_wrap_location_time,.dark-theme .latest_news_list .single_latest_news_list {
    background: #1f2025
}

.dark-theme .event_wrap_location_time ul li {
    color: #f0f0f0
}

.dark-theme .latest_news_list .single_latest_news_list .content_text h4 a {
    color: #fff
}

.dark-theme .latest_news_list .single_latest_news_list .content_text p {
    color: #f0f0f0
}

.dark-theme .latest_news_list .single_latest_news_list .content_text h4 a:hover {
    color: #ff5170
}

.dark-theme .event_page_info_details .event_tag {
    color: #fff
}

.nice-select ul.list {
    max-width: 100%
}

.header_area .nice-select ul.list {
    max-width: 200px
}

.find_content_widget_wrapper .find_content_widget .icon {
    max-width: 65px;
    max-height: 90px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.find_content_widget_wrapper .find_content_widget .icon img {
    max-width: 100%
}
