*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: 0;
    box-shadow: none;
}
:root {
    --qs_dark_blue: #0e3c58;
    --qs_light_blue: #0077bc;
    --qs_quaternary_blue: #081d2a !important;
    --qs_dark_maroon: #d24228;
    --bg_black: #000;
    --bg_white: #fff;
    --bg_light_blue: #f3f7fd;
    --bg_light_gray: #fafafa;
    --bg_dark_blue: #111d30;
    --white: #fff;
    --black: #000;
    --gray_light: #666;
    --gray_dark: #232323;
    --border-gray: #e7e7e7;
    --border-white: #ffffff;
    --font-primary: 'Manrope', sans-serif;
}

.page-wrapper {
    overflow-x: hidden;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?azpnc5');
    src: url('../fonts/icomoon.eot?azpnc5#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?azpnc5') format('truetype'), url('../fonts/icomoon.woff?azpnc5') format('woff'), url('../fonts/icomoon.svg?azpnc5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
    content: "\e916";
}

.icon-search:before {
    content: "\e917";
}

.icon-user:before {
    content: "\e90c";
}

.icon-bars:before {
    content: "\e91a";
}

.icon-paper-plane:before {
    content: "\e91b";
}


body{
    font-family: var(--font-primary);
    font-size: 15px;
    overflow-x: hidden;
}
a{
    text-decoration: none;
    color: var(--qs_dark_blue);
}
a:hover, a:focus{
    color: var(--qs_dark_blue);
}
ul {
    margin: 0;
    list-style-type: none;
}
p {
    color: var(--gray_light);
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
    line-height: 24px;
}

.mobilOnly{
     display: none;
}

.hidden{
    display: none;
}

section{
    padding: 75px 0;
}

.pall-0{
    padding: 0;
}
.pb-0{
    padding-bottom: 0;
}
.pt-0{
    padding-top: 0;
}
.mt-20{
    margin-top: 20px;
}
.mt-40{
    margin-top: 40px;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.text-right {
    text-align: right;
}

.bg-blue {
    background-color: #F3F6FD;
}

.container {
    position: relative;
    width: 1140px;
    margin: 0 auto;
    max-width: 95%;
}
.container-full {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}
.container.flexed{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333% 
}
.col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667% 
}
.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25% 
}
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333% 
}
.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667% 
}
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50% 
}
.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333% 
}
.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667% 
}
.col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75% 
}
.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333% 
}
.col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667% 
}
.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100% 
}

 
@media (min-width: 992px){
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
}

@media (max-width: 1024px){
    .mobilOnly{
        display: inherit;
    }
}

h1{
    font-size: 40px;
    font-weight: 700;
    color: var(--white);
    text-transform: inherit;
    margin-bottom: 15px;
}
h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}
h2 span {
    color: var(--qs_light_blue);
}
h3{
    margin-bottom: 15px;
}
h4{
    margin-bottom: 15px;
}
.transitions, .btn-qs-theme:after, .add-to-cart.btn-primary, .course-details-area span.gray-pill, .cta_link_style, .form-box button:after {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.custom_loader_QS {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
    background: #fff;
}
.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #0e3c58;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
.loader:after {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: red;
    content: "";
}

@-webkit-keyframes spin{
    0%{
        -webkit-transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(360deg)
    }
}
@keyframes spin{
    0%{
        transform:rotate(0deg)
    }
    100%{
        transform:rotate(360deg)
    }
}

.pos-adj {
    position: static;
}

.buttonsWrapper {
    display: inline-flex;
    background-color: #000;
    align-items: center;
    margin-top: 15px;
}
.buttonsWrapper.center-align {
    justify-content: center;
}

.buttonsWrapper a+a{
    margin-left: 15px;
}
.btn {
    display: inline-block;
    font-family: 'Manrope',sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 25px;
    text-transform: uppercase;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    letter-spacing: 1px;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
}

.btn-qs-theme {
    background: var(--qs_dark_blue);
    background: linear-gradient(0deg,rgba(26,59,89,1) 0%,rgba(40,90,135,1) 100%) !important;
    border: solid 2px #678ab1;
    border-radius: 0;
    color: #fff;
    position: relative;
    padding: 10px 30px;
    border-radius: 3px;
    min-width: 200px;
}

.btn-qs-theme:hover,
.btn-qs-theme:focus {
    color: #fff;
}

.btn-qs-theme span,.btn-qs-theme:before {
    position: relative;
    z-index: 10 
}
.btn-qs-theme:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(0deg,rgba(40,90,135,1) 0%,rgba(40,90,135,1) 100%);
    opacity: 0;
    z-index: 1 
}
.btn-qs-theme:hover:after,.btn-qs-theme:active:after,.btn-qs-theme:focus:after {
    opacity: 1;
}
  
@media (min-width: 1200px) {

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media (max-width: 820px) {
    .buttonsWrapper{
        display: flex;
        background-color: transparent;
        margin-top: 40px;
    }
} 
 
@media (max-width: 1200px) {
    .container {
        width: 95%;
        overflow: hidden;
    }
    .container-full {
        max-width:100%;
    }
}
@media (max-width: 1024px) {
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media (max-width: 576px) {

    .container {
        width: 90%;
    }

    section {
        padding: 50px 0;
    }

    .buttonsWrapper {
        flex-direction: column;
        align-items: center;
    }
     
}

@media (max-width: 1024px) {
    br{
        display: none;
    }
}

@media (max-width: 820px) {
    
    .col-sm-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
.sticky_top_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--qs_dark_blue);
    color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    height: 70px;
    top: 0;
    box-sizing: border-box;
    z-index: 10;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.sticky_top_bar.active{
    opacity: 1;
}
.sticky_top_bar .price {
    font-size: 24px;
    margin: 0 20px;
    text-align: right;
}
.sticky_top_bar .price em {
    display: block;
    font-size: 14px;
    font-style: normal;
}
.sticky_top_bar .price em i{
    font-style: normal;
}
.sticky_top_bar a.btn {
    min-width: inherit;
    padding: 10px 20px;
}

/*  */
.top-bar-area {
    position: relative;
    z-index: 100;
    background: #111d30;
    padding: 12px 0;
    color: #fff;
    height: 45px;
}

.top-bar-area a {
    color: #fff;
    font-weight: 600;
}

.top-bar-area .right-info {
    text-align: right;
}
 
.top-bar-area .right-info a{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar-area .right-info  a i {
    margin: 0 5px 0 0;
    font-size: 17px;
}

.top-bar-area .left-info a {
    display: flex;
}

.top-bar-area .left-info a i {
    margin: 0px 10px 0 0px;
    transform: rotate(271deg);
    display: inline-block;
    font-size: 19px;
}

/*  */
header {
    position: absolute;
    width: 100%;
    left: 0;
    /* top: 45px; */
    margin: 0;
    z-index: 10000;
}

header .mobile-right-nav{
    display: none;
}

header.sticked {
    position: fixed;
    z-index: 10000;
    top: 0;
    background-color: #fff;
    box-shadow: 0 8px 25px 0 rgba(0,0,0,.04);
    -moz-box-shadow: 0 8px 25px 0 rgba(0,0,0,.04);
    -webkit-box-shadow: 0 8px 25px 0 rgba(0,0,0,.04);
    -o-box-shadow: 0 8px 25px 0 rgba(0,0,0,.04);
    /* -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; */
}

header nav .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    overflow: visible;
}

 
header .navbar-header {
    flex: 0 0 22%;
}


header .navbar-brand {
    display: block;
    top: 3px;
    left: 8px;
    position: relative;
}
 
header .navbar-toggle{
    display: none;
}
 
header .navbar-collapse>ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .navbar-collapse ul li {
    position: relative;
}

header .navbar-collapse ul li a:hover,
header .navbar-collapse ul li a:focus{
    color: var(--qs_light_blue);
}
 
header .navbar-collapse>ul>li>a {
    font-size: 13px;
    color: #000;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: .06em;
    padding: 32px 9px;
    text-transform: uppercase;
    display: inline-block;
    /* background-color: #fff;
    position: relative;
    z-index: 100; */
}
 
header .navbar-collapse>ul>li>a.dropdown-toggle:after {
    content: "\e914";
    font-family: "icomoon";
    margin-left: 5px;
    margin-top: 2px;
    border: none;
    font-weight: 900;
    transition: all .35s ease-in-out;
    display: inline-block;
}
 

header .navbar-collapse>ul>li.dropdown.icon-based a i {
    font-size: 22px;
}

header .navbar-collapse>ul>li.dropdown.icon-based a i.icon-phone {
    font-size: 23px;
    display: block;
    transform: rotate(271deg);
}

header .navbar-collapse>ul>li.dropdown.icon-based a:after {
    display: none;
}

header .navbar-collapse>ul>li.dropdown:nth-last-child(2){
    margin-left: 30px;
}

header .navbar-collapse>ul>li.dropdown:nth-last-child(2):before {
    content: "";
    width: 2px;
    height: 28%;
    background-color: #c3c3c3;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

header .navbar-collapse ul.dropdown-menu {
    display: none;
    margin-top: -20px;
    -webkit-transition: margin 0.5s ease-in-out;
    -moz-transition: margin 0.5s ease-in-out;
    -ms-transition: margin 0.5s ease-in-out;
    -o-transition: margin 0.5s ease-in-out;
    transition: margin 0.5s ease-in-out;
}

header .navbar-collapse ul.dropdown-menu.active{
    display: block;
    margin-top: 0px;
}

header .navbar-collapse li.dropdown ul.dropdown-menu {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 5px 50px 0 rgba(0,0,0,.15);
    padding: 0;
    width: 250px;
    position: absolute;
}

header .navbar-collapse li.dropdown ul.dropdown-menu li a {
    color: #333;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px 15px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    font-weight: 700;
}
 
header .navbar-collapse li.dropdown ul.dropdown-menu li a:hover,
header .navbar-collapse li.dropdown ul.dropdown-menu li a:focus{
    color: var(--qs_light_blue);
}

header .navbar-collapse li.dropdown ul.dropdown-menu .dropdown>a.dropdown-toggle:before {
    content: "\e918";
    font-family: "icomoon";
    font-weight: 900;
    float: right;
    margin-top: 0;
}

 
header .navbar-collapse li.dropdown ul.dropdown-menu .dropdown> ul.dropdown-menu {
    left: 250px;
    top: 0;
}

header .custom_nav {
    font-family: var(--font-primary);
    right: -100px;
}

header .custom_nav li {
    padding: 10px 15px;
    border-bottom: solid 1px #f5f5f5;
}
header .custom_nav li a {
    padding: 0 0 10px 0!important;
    border: 0;
}

header .custom_nav li > span {
    color: var(--qs_light_blue);
    font-size: 14px;
    font-weight: 800;
    margin-top: 5px;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: block;
}

header .custom_nav li:last-child{
    border: 0;
    padding-bottom: 0;
}

header .search_bar {
    max-width: 95% !important;
    left: 0 !important;
    right: 0 !important;
    position: fixed !important;
    margin: 0 auto;
    width: 1140px !important;
    padding: 20px !important;
}

header .search_bar label{
    display: none;
}

header .search_bar input {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 5px 33px;
    height: 60px;
    box-sizing: border-box;
}

header .search_bar button {
    position: absolute;
    background-color: transparent;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    cursor: pointer;
    overflow: hidden;
}

header .search_bar button span {
    font-size: 11px;
    color: #eee;
    width: 20px;
    height: 21px;
    display: inline-block;
}

header .search_bar button span:before {
    font-family: "icomoon";
    content: "\e917";
    color: #ccc;
    font-size: 19px;
    font-weight: 400;
}

header .search_bar button:hover span:before{
     color: var(--qs_light_blue)
}

@media screen and (min-width: 1200px) {

    header nav .container {
        padding-left: 0;
        padding-right: 0;
    }

}


@media screen and (max-width: 1024px) {
 
    
    .top-bar-area{
        display: none;
    }

    header {
        top: 0;
        position: fixed;
        background-color: #fff;
    }

    header .navbar-toggle i {
        font-size: 27px;
    }

    header .navbar-header {
        display: flex;
        align-items: center;
        flex: 0 0 100%;
    }

    header .navbar-brand {
        flex: 1;
        max-width: 250px;
        margin: 0 auto;
    }

    header .mobile-right-nav {
        position: absolute;
        right: 0;
        display: block;
    }
    

    header .mobile-right-nav ul {
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: space-between;
    }

    header .mobile-right-nav ul li i {
        font-size: 26px;
    }

    header .navbar-collapse {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 89px;
        background-color: #fff;
        width: 100%;
        padding: 0 20px;
    }

    header .navbar-collapse>ul {
        flex-direction: column;
    }

    header .navbar-collapse li.dropdown ul.dropdown-menu {
        position: relative;
        width: 100%;
        box-shadow: none;
        margin-top: 0;
        left: 10px;
    }

    header .navbar-collapse li.dropdown ul.dropdown-menu .dropdown> ul.dropdown-menu {
        left: 20px;
        width: calc(100% - 20px);
    }

    header .navbar-toggle {
        position: fixed;
        display: flex;
        margin-right: 0;
        background-color: transparent;
        border: 0;
        width: 31px;
        height: 38px;
        align-items: center;
        justify-content: center;
    }

    header .navbar-toggle.active .icon-bars:before{
        content: "\ea0f";
    }

    header .navbar-toggle.active i {
        font-size: 24px;
    }

    header .navbar-collapse>ul {
        flex-direction: column;
        align-items: flex-start;
    }

    header .navbar-collapse ul li {
        width: 100%;
    }

    header .navbar-collapse>ul>li>a {
        border-bottom: solid 1px #e0e0e0;
        width: 100%;
        padding: 10px 10px;
        position: relative;
        z-index: 10;
    }

    
    header .navbar-collapse>ul>li>a.active {
        color: var(--qs_light_blue);
    }

    header .navbar-collapse>ul>li>a.active:after {
        content: "\e914" !important;
    }

    header .navbar-collapse>ul>li>a.dropdown-toggle:after {
        right: 0;
        position: absolute;
        content: "\e918";
    }

    header .navbar-collapse li.dropdown ul.dropdown-menu li a{
        border-bottom: solid 1px #e0e0e0;
        z-index: 10;
        position: relative;
    }

    header .navbar-collapse li.dropdown ul.dropdown-menu li a.active {
        color: var(--qs_light_blue);
    }

    header .navbar-collapse li.dropdown ul.dropdown-menu li a.active:before {
        content: "\e914" !important;
    }

    header .navbar-collapse>ul>li.dropdown:nth-last-child(2) {
        margin-left: 0;
    }

    header .navbar-collapse>ul>li.dropdown:nth-last-child(2):before{
        display: none;
    }

    header .navbar-collapse>ul>li.dropdown.icon-based a {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
    }
    
    header .navbar-collapse>ul>li>a .hidden {
        display: inline-block;
        font-family: var(--font-primary);
    }

    header .navbar-collapse>ul>li.dropdown.icon-based a i {
        font-size: 20px !important;
    }

    header .custom_nav li a {
        border: 0 !important;
    }
    
    header .search_bar {
        max-width: 100% !important;
    }

}

@media screen and (max-width: 768px) {

    nav.navbar.bootsnav ul.nav li.dropdown>ul.dropdown-menu.custom_nav li>a {
        border-bottom: 0 !important;
    }
    
    .custom_nav li {
        padding-left: 0 !important;
    }

}


@media (max-width: 576px) {

    .top-bar-area {
        display: none;
    }

    header {
        top: 0;
    }

    header .navbar-brand {
        max-width: 200px;
        /* margin: 0 0 0 17%; */
        left: -10px;
        position: relative;
    }

}

@media (max-width: 414px) {
 
    header .navbar-brand {
        /* margin: 0 0 0 15%; */
    }

}

@media (max-width: 390px) {
 
    header .navbar-brand {
        /* margin: 0 0 0 12%; */
    }

}


/*  */
#main_content {
    margin-top: 90px;
    position: relative;
}
 


/*  */
.breadcrumb-area{
    padding: 100px 0;
    position: relative;
    background: linear-gradient(to bottom,  #111d30 0%,#111d30 85%,#0e3c58 100%);
}
 

.breadcrumb-area.shadow.dark::after {
    opacity: 0.7;
}

.breadcrumb-area .container {
    position: static;
}

.breadcrumb-area .container.pos_relative {
    z-index: 1000;
    position: relative;
}

.breadcrumb-area .covered-img{
    position: inherit;
}

.breadcrumb-area .covered-img img {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    height: 100%;
    object-fit: cover;
}

.breadcrumb-area h1 {
    font-size: 32px;
    margin-bottom: 30px;
}

.breadcrumb-area p {
    font-size: 21px;
    line-height: 32px;
    color: #fff;
}

.breadcrumb-area p span {
    color: #579cea;
    font-weight: 600;
}

 
@media screen and (max-width: 820px) {
    
    .breadcrumb-area {
        padding: 50px 0;
        text-align: center;
    }

    .breadcrumb-area .covered-img {
        position: inherit;
        margin-bottom: 40px;
    }

    .breadcrumb-area .covered-img img {
        position: relative;
        width: 100%;
    }

}

@media screen and (max-width: 576px) {

    .breadcrumb-area {
        text-align: center;
    }
    
    .breadcrumb-area h1 {
        font-size: 30px;
    }

    .breadcrumb-area .covered-img {
        display: none;
    }

    .breadcrumb-area p br {
        display: none;
    }

}

@media screen and (max-width: 390px) {


    .breadcrumb-area h1 {
        font-size: 27px;
    }

}
 


/* Sidebar */
    
.sidebar_fixed_right {
    position: absolute;
    top: -180px;
    width: 85%;
    right: 0;
}

.sidebar_fixed_right .register-area {
    z-index: 0;
    box-shadow: 0 8px 25px 0 rgb(0 0 0 / 20%);
}

.sidebar_fixed_right .register-area .form-box {
    padding: 25px 20px 20px 20px;
    background: #fff;
    box-shadow: none;
}

.sidebar_fixed_right .register-area .form-box h3,
.sidebar_fixed_right .register-area .form-box .form-title {
    color: #000;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 20px;
}

@media screen and (max-width: 1366px) {

    .sidebar_fixed_right .register-area .form-box {
        padding: 20px 20px 5px 20px;
    }

}

@media screen and (max-width: 820px) {

    .sidebar_fixed_right {
        top: 30px;
        position: relative;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 100%;
    }
    
    .sidebar_fixed_right .register-area{
        box-shadow: none;
    }

    .sidebar_fixed_right .register-area .form-box {
        max-width: 400px;
        margin: 0 auto 50px auto;
    }

}


/*  */
.StickySidebarWrap {
    top: 150px;
    width: 330px;
    box-sizing: border-box;
    position: fixed;
}

.StickySidebarWrap.fixedForm{
    position: fixed;
    z-index: 1000;
}


.StickySidebarWrap.active .course-preview .thumb,
.StickySidebarWrap.active .related-course {
    display: none;
}

.StickySidebarWrap.active .buttonsWrapper {
    display: block;
    flex-direction: column;
    margin-top: 20px;
}

.StickySidebarWrap .buttonsWrapper a:first-child {
    margin: 0 0 25px 0;
}

.StickySidebarWrap .add-to-cart.btn-primary {
    border-color: #000 !important;
    color: #000;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px !important;
}

.StickySidebarWrap .add-to-cart.btn-primary:hover,
.StickySidebarWrap .add-to-cart.btn-primary:active,
.StickySidebarWrap .add-to-cart.btn-primary:focus {
    background: #e9e9e9 !important;
}

.StickySidebarWrap .qs-icon.qs-icon-calendar:before{
    left: 35px;
}

.StickySidebarWrap .add-to-cart.btn-primary:before {
    right: 65px;
}

@media screen and (max-width: 1180px) {
    .StickySidebarWrap {
        width: 270px;
    }
}

@media screen and (max-width: 1023px) {

    body .StickySidebarWrap{
        width: auto;
        position: relative;
    }

    .StickySidebarWrap.fixedForm {
        position: relative;
        top: 0 !important;
    }

    body .StickySidebarWrap {
        top: 0 !important;
    }


}

/* Reskill Classes Starts Here */
 


/* Reskill Classes Ends Here */