*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: 0;
    box-shadow: none;
}
html {
    scroll-behavior: smooth;
}
:root {
    --uni_color_primary: #0e3c58 !important;
    --uni_color_secondary: #0077BC !important;
    --uni_color_tertiary: #0e3c58 !important;
    --uni_color_quaternary: #081d2a !important;
    --qs_light_blue: #0e3c58 !important;
    --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;
}
@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;
}
body{
    font-family: var(--font-primary);
    font-size: 15px;
}

a{
    text-decoration: none;
    color: #232323;
    font-weight: 700;
}

a:hover, a:focus{
    color: #232323;
}
 
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;
}

.hidden {
    display: none !important;
}

.bg-blue{
    background-color: var(--bg_light_blue) !important;
}

.bg-white{
    background-color: var(--bg_white) !important;
}

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;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.text-right {
    text-align: right;
}
.container {
    position: relative;
    width: 1140px;
    margin: 0 auto;
    max-width: 95%;
}
.heroBanner_area .container{
    z-index: 10;
}
.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-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }
}

@media (max-width: 992px){
    .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* .default-padding {
    padding-top: 120px;
    padding-bottom: 120px;
} */

h1{
    font-size: 40px;
    font-weight: 700;
    color: var(--white);
    text-transform: inherit;
    margin-bottom: 15px;
}
h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    color: var(--gray_dark);
}
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;
}
.form-box button.btn-green {
    background-color: #01602d !important;
    background-image: none !important;
    border-color: #01602d;
    color: #fff;
}
.form-box button.btn-green:hover, .form-box button.btn-green:focus {
    background: #04783a !important;
    border-color: #04783a !important;
    border-color: #04783a !important;
}
.form-box button.btn-green::before, .form-box button.btn-green::after{
    display: none;
}
.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: "";
}
.buttonsWrapper {
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
}
.buttonsWrapper a+a{
    margin-left: 15px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    text-transform: uppercase;
}

.btn-qs-theme {
    background: var(--uni_color_primary);
    background: linear-gradient(0deg, var(--uni_color_quaternary) 0%, var(--uni_color_primary) 100%) !important;
    border: solid 2px var(--uni_color_primary);
    border-radius: 0;
    padding: 15px 45px;
    font-size: 14px;
    color: #fff;
    position: relative;
    box-shadow: none;
    font-weight: 800;
}
.btn-qs-theme:hover, .btn-qs-theme:focus{
    color: #fff;
}

.btn-qs-theme:focus {
    padding: 15px 45px !important;
}

.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, var(--uni_color_primary) 0%, var(--uni_color_primary) 100%);
    opacity: 0;
    z-index: 1 
}
.btn-qs-theme:hover:after,.btn-qs-theme:active:after,.btn-qs-theme:focus:after {
    opacity: 1 
}
.btn-white {
    background: #fff;
    border: solid 2px var(--uni_color_primary);
    border-radius: 0;
    padding: 15px 45px;
    font-size: 14px;
    color: var(--uni_color_primary);
    position: relative;
    box-shadow: none;
    font-weight: 800;
    min-width: 220px;
    text-align: center;
    -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;
}
.btn-white:hover, .btn-white:hover{
    background: #eef1f3;
}
.btn-green{
    background: #01602d;
    border: solid 2px #01602d;
    border-radius: 0;
    padding: 15px 45px;
    font-size: 14px;
    color: #fff;
    position: relative;
    box-shadow: none;
    font-weight: 800;
    min-width: 220px;
    text-align: center;
    -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;
}
.btn-green:hover, .btn-green:focus {
    background: #04783a;
    border-color:#04783a;
    color: #fff;
}
button {
    font-family: var(--font-primary);
}
.btn-qs-theme.green, .btn-qs-theme.green:hover, .btn-qs-theme.green:focus {
    background: #01602d !important;
    border-color: #01602d !important;
}

.btn.btn-secondary {
    background: 0 0 !important;
    border: solid 2px #fff !important;
    border-radius: 0 !important;
    box-sizing: border-box;
    height: inherit;
    padding: 15px 53px 15px 45px;
    font-size: 14px;
    color: #fff;
    position: relative;
    box-shadow: none;
    font-weight: 800;
}

@media (max-width: 820px) {
    .buttonsWrapper{
        display: flex;
        background-color: transparent;
        margin-top: 40px;
    }
}
#silc-btn{
    opacity: 0;
    pointer-events: none;
}
.qs-icon, .qs-icon:focus {
    position: relative;
    padding-left: 65px !important;
}
.qs-icon[class*=qs-icon-] span:before {
    font-family: 'icomoon';
    position: absolute;
    left: -35px;
    border: dashed 1px rgba(255,255,255,.8);
    border-radius: 100%;
    width: 24px;
    height: 24px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qs-icon.qs-icon-download span:before {
    top: -3px;
    content: "\e907";
}
.enrollNowBLock {
    color: #525c65;
    margin-bottom: 25px;
}
.enrollNowBLock .separator {
    display: block;
    position: relative;
    margin: 10px 10px 10px 10px;
}
.enrollNowBLock .separator:before, .enrollNowBLock .separator:after {
    content: "";
    width: 50%;
    height: 1px;
    background: #95a5b3;
    position: absolute;
    left: 0;
    top: 50%;
}
.enrollNowBLock .separator:after {
    right: 0;
    left: inherit;
}
.enrollNowBLock p {
    color: #525c65 !important;
    font-weight: 600;
    margin: 0;
    font-size: 13px !important;
    line-height: normal !important;
}
.enrollNowBLock .price {
    color: #04783a;
    font-weight: 600;
    font-size: 16px;
}
.enrollNowBLock .price .striked {
    text-decoration: line-through;
    margin-right: 5px;
    font-weight: 500;
    color: #525c65 !important;
}
.enrollNowBLock .btn-green {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}
.enroll_btn_wrap.fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    right: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 0;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    margin: 0 !important;
}
.enroll_btn_wrap.fixed a+a {
    margin-top: 10px !important ;
}
.enroll_btn_wrap.fixed .btn-green {
    margin: 0;
}
.enroll_btn_wrap .btn-green {
    display: none;
}
.enroll_btn_wrap.fixed .btn-green {
    display: block;
}
.pointing_arrow {
    display: none;
}

.qs_only {
    display: none;
}

.qs .qs_only {
    display: inline;
}

@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) {
    section {
        padding: 50px 0;
    }
    .pointing_arrow {
        display: block;
        position: relative;
        margin: 0 auto;
        width: 50px;
        height: 50px;
        margin-top: 10px;
        margin-bottom: -15px;
    }
}
@media (max-width: 820px) {
    br{
        display: none;
    }
    .col-sm-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
.sticky_top_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--uni_color_primary);
    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{
    display: none;
}

header {
    border-top: solid 10px var(--uni_color_primary);
}
header.fixed_header {
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    position: fixed;
    -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;
    top: 0;
    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);
}
header .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    margin-right: 0;
    display: flex;
}

header button.navbar-toggle,
header .collapse.navbar-collapse {
    display: none;
}

header .navbar-brand img {
    max-height: 66px;
    object-fit: contain;
    object-position: left;
}

header .navbar-brand.qs-powered {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

header .navbar-brand.qs-powered .pbqs {
    height: 24px !important;
    object-fit: contain;
}

header .leadFormModal {
    display: none;
}
.header-contact-info{
    display: block;
    text-transform: uppercase;
}
.header-contact-info p {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--black);
    margin: 0;
}
.header-contact-info a{
    font-weight: 700;
    color: var(--black);
}
.header-contact-info a:hover, .header-contact-info a:focus{
    text-decoration: underline;
}
@media(max-width: 767px) {
    header .container.flexed {
        justify-content: center;
    }
    .header-contact-info{
        display: none !important;
    }

   header .navbar-brand.qs-powered {
        align-items: center;
        gap: 0;
    }

   header .navbar-brand.qs-powered .logo {
        width: 210px !important;
    }
}
@media(max-width: 576px) {
    header {
        z-index: 10000;
        position: relative;
        background: #fff;
    }
    header .leadFormModal, header .leadFormModal:focus {
        display: none;
        padding: 10px 10px !important;
        font-size: 12px;
    }
    header .navbar-brand img {
        width: 160px !important;
    }
}

/*  */
.heroBanner_area {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-color: var( --bg_black) !important;
    background-position: 0 center;
    z-index: 1;
    padding:75px 0;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.heroBanner_area .buttonsWrapper:not(.heroBanner_area.qs .buttonsWrapper){
    display: none;
}

.heroBanner_area.center_top{
    background-position: center top  !important;
}
.heroBanner_area.center_center{
    background-position: center center !important;
}
.heroBanner_area .badge,
.heroBanner_area .badge-green {
    display: inline-block;
    background-color: var(--uni_color_primary);
    padding: 5px 40px;
    border-radius: 20px;
    color: #fff;
    margin: -20px 0 10px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.heroBanner_area .badge.discounted {
    font-size: 14px;
    padding: 5px 27px;
    letter-spacing: 0.5px;
}

.heroBanner_area .badge.green,
.heroBanner_area .badge-green{
    background-color: #026430;
}
.heroBanner_area:after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.heroBanner_area .container{
    z-index: 10;
}
.heroBanner_area p {
    color: var(--white);
    font-size: 15px;
    line-height: 25px;
}


.heroBanner_area .courseDetails_area {
    margin-top: 30px;
    text-align: left;
}
.heroBanner_area .courseDetails_area .top-info ul li img{
    border-color: var(--white);
}

.heroBanner_area .buttonsWrapper {
    flex-direction: column;
    align-items: flex-start;
}

.heroBanner_area .btn {
    position: relative;
    margin: 0;
    width: 350px;
    padding: 15px;
}

.heroBanner_area .btn.btn-qs-theme, .heroBanner_area .btn.cta_1 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.heroBanner_area .webinar_register_msg {
    text-align: center;
    font-weight: 600;
    width: 350px;
    margin: 0;
    font-size: 15px;
}

.heroBanner_area #webinar-register-msg {
    display: none;
}

.heroBanner_area .call_us {
    text-decoration: underline;
    margin-top: 20px;
    font-weight: 600;
}

 
.heroBanner_area .content .btn svg {
    display: none;
    margin: 0 0 0 10px;
}

.heroBanner_area .apiDataLoading svg {
    display: inline-block !important;
}

 
.heroBanner_area .apiDataLoading,
.heroBanner_area .apiDataLoading:hover,
.heroBanner_area .apiDataLoading:focus {
    pointer-events: none;
    opacity: 1;
    position: relative;
    background: #7a7a7a !important;
    border-color: #7a7a7a !important;
}


.heroBanner_area .apiDataLoading span {
    /* filter: blur(1px); */
    opacity: 1;
}

.heroBanner_area .content .call_us {
    text-decoration: underline;
    margin-top: 20px;
    font-weight: 600;
    color: #fff;
}

.heroBanner_area .breadcrumb{background:transparent none repeat scroll 0 0;display:inline-block;margin:0;padding:0;position:relative;z-index:1}
.page-title-area{padding:150px 0}
.page-title-area h1{display:block;font-weight:600;text-transform:uppercase;margin-top:-10px;margin-bottom:0}
.heroBanner_area .breadcrumb li:after{content:"";position:absolute;top:8px;right:-8px;height:15px;width:2px;transform:rotate(26deg);background:#fff}
.heroBanner_area .breadcrumb li i{margin-right:5px}
.heroBanner_area .breadcrumb li{padding:0;position:relative;z-index:1;margin:0 5px;padding:0 7px}
.heroBanner_area .breadcrumb li:last-child:after{display:none}
.heroBanner_area .breadcrumb a,.heroBanner_area .breadcrumb li{font-weight:700;text-transform:uppercase;display:inline-block;color:#fff}
.heroBanner_area .breadcrumb li.active{color:#fff}

 /* Loading Animation */
@keyframes blink { 50% { fill: transparent }}

.heroBanner_area .dot { 
    animation: 1s blink infinite;
    fill: grey;
}
.heroBanner_area .dot:nth-child(2) { animation-delay: 250ms }
.heroBanner_area .dot:nth-child(3) { animation-delay: 500ms }

.heroBanner_area .svg_loader {
    position: relative;
    margin: 0 auto;
    z-index: 100;
    background-size: contain;
    color: grey;
    bottom: 7px;
    left: -4px;
}
 
 
.heroBanner_area .up_name{
    display: none;
}

.heroBanner_area .up_name:not(.heroBanner_area.qs .up_name){
    display: unset;
}
 
.heroBanner_area .qs_name:not(.heroBanner_area.qs .qs_name){
    display: none;
}

/* .heroBanner_area h1 br:not(.heroBanner_area.qs h1 br){
    display: none;
} */

/* .heroBanner_area .buttonsWrapper:not(.heroBanner_area.qs .buttonsWrapper){
    display: none;
} */



/*  */
/*  */
    .highlighted{
        font-weight: 500;
        color: #000;
        font-size: 16px;
    }

    /* breadcrumb-area */
    .breadcrumb-area{
        padding-top: 65px;
        background-color: #000;
    }

    .breadcrumb-area.shaadow.dark:after{
        opacity: 0.7;
    }

    /*  */
    .default-features-area.default-design{
        padding-bottom: 60px;
    }
    .default-features-area.default-design .item-box .single-item .item a {
        padding: 30px 60px 30px;
        pointer-events: none;
    }
    
 

    .about-area .about-items .info h2 span{
        color: var(--qs_light_blue);
    }

    .carousal_right_image{
        margin-top: 10rem;
    }

    .default-features-area .icon {
        margin-bottom: 30px;
    }

    .default-features-area .item-box .item p{
        line-height: 24px;
    }

 
.about-area .fixed-bg.three-people:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url('https://prod-media.quickstart.com/media/wysiwyg/marketing/about-us/particles.png') no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bg-color-custom.z_index {
    position: relative;
    z-index: -2;
}

.default-padding-bottom {     padding-bottom: 50px; }


.about-area .fixed-bg {
    top: 70px;
}

.about-area .fixed-bg .title {
    position: absolute;
    left: 80px;
    top: 10px;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    z-index: 10;
    color: #000;
}
   .about-area .about-items .info::after {
        background: url('https://prod-media.quickstart.com/media/wysiwyg/marketing/about-us/dotted-bg.png');
    }

.about-area ul li{
    border: 0;
}

.about-area ul li .timer{
    color: #0e3c58;
}
/* .about-area.four_counter ul li .timer{
    font-size: 30px;
 
} */
/* .about-area.four_counter ul li .medium{
    font-size: 12px;
} */

.about-area.how-we-measure {
    overflow: hidden;
    padding: 75px 0;
}

.about-area.how-we-measure ul {
    min-width: 500px;
    display: flex;
    justify-content: space-between;
}

.about-area.how-we-measure ul li {
    border: 0;
    margin-right: 20px;
}

.about-area.how-we-measure ul li.img-holder {
    width: 120px;
}

.about-area.how-we-measure ul li.img-holder img {
    max-width: 100%;
    width: auto;
    height: auto;
}

@media screen and (max-width: 1024px) {
    
    .about-area.how-we-measure ul {
        min-width: 470px;
    }

}

@media screen and (max-width: 768px) {

    .about-area.how-we-measure ul {
        max-width: 470px;
        margin: 40px auto 0 auto;
    }

}

@media screen and (max-width: 767px) {

    .about-area.how-we-measure ul {
        width: 100%;
        min-width: initial;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
    }

    .about-area.how-we-measure ul li {
        margin-bottom: 30px !important;
    }   

    .about-area.how-we-measure ul li.img-holder {
        margin-bottom: 0 !important;
    }

}


.why-choseus-area .info .item ul:after,
.site-heading h2:before,
.site-heading h2:after,
.choose-us-area .item-box .right-info ul li i{
    background: #0e3c58;
}
.icon img{
    width: 200px;
    height: 200px !important;
    object-fit: cover;

}
.top_banner_counter .icon {
    position: relative;
}
.top_banner_counter .icon .timer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #0e3c58;
    font-size: 46px;
    display: inline-block;
    padding: 20px 10px;
    color: #fff;
    min-width: 120px;
    text-align: left;
    line-height: 20px;

}

.top_banner_counter .timer:after {
}

.carousel-shadow.thumb-cats .item {
    padding: 0;
    box-shadow: none;
    background: transparent;
}
.carousel-shadow.thumb-cats .item:hover{
    margin-top: 0;
}
.carousel-shadow .slick-slide img {
    display: block;
    padding-right: 40px;
    max-height: 70px;
    object-fit: contain;
}

.item .provider {
    border-top: none;
    padding-top: 0;
    margin-top: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.profiles_links .flexed_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 940px;
}

.profile-detail {
    display: flex;
    align-items: center;
}



.profiles_links .item {
    width: 44%;
}

.profiles_links .item .provider {
    margin-bottom: 15px;
}

.profiles_links .thumb {
    margin-right: 20px;
    min-width: 80px;
    max-width: 80px;
    flex: 1;
}

.profiles_links .thumb img{
    border-radius: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.profiles_links .item:hover .thumb img{
    /* filter: grayscale(1); */
}

.profiles_links .item .provider h5{
    margin-bottom: 0;
    font-weight: 600;

}
.social_profiles ul {
    display: flex;
}
.social_profiles ul li a{
    background: #666;
    display: inline-block;
    padding: 4px 10px;
    color: #fff;
    margin-left: 20px;
    margin-top: 0 !important;
}
.social_profiles ul li a:hover{
    background: #0e3c58;
}

.social_profiles {
    position: relative;
    padding-left: 5px;
    margin-left: 20px;
    padding: 10px 0;
}

.social_profiles:before {
    content: '';
    background: #ddd;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    z-index: 2;
}
.profiles_links {
    /* border-top: 1px solid #ddd; */
    margin-top: 4rem;
}
.bg-color-custom{
    background: #F3F6FD;
}

.choose-us-area .item-box .left-info ul.keyFigures {
    display: flex !important;
    justify-content: flex-start;
}

.choose-us-area .item-box .left-info ul.keyFigures li {
    margin: 30px 0 0 0;
    padding: 0;
    width: 25%;
}

/* .choose-us-area .item-box .left-info ul.keyFigures li:nth-child(odd) {
    width: 53%;
} */

.marquee_slider .fixed-bg:before {
    content: '';
    position: absolute;
    bottom: 40px;
    right: 50px;
    background: url(https://di3xp7dfi3cq.cloudfront.net/media/wysiwyg/marketing/about-us/particles.png) no-repeat;
    width: 500px;
    height: 400px;
    z-index: -1;
    transform: rotate(179deg);
    background-size: contain;
}

.marquee_slider .fixed-bg:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: linear-gradient(90deg, rgba(255,255,255,1) 11%, rgba(255,255,255,0.11248249299719892) 40%);
}

.our-students-slider-wrapper {
    position: relative;
    bottom: 0;
    height: 100%;
}

.our-students-slider-wrapper .our-students-slider {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-right: 0;
}

.our-students-slider-wrapper .our-students-slider img {
    max-height: 350px;
    object-fit: contain;
}

.logo-carousal{
    overflow: hidden;
}

.logo-carousal .item-box .item {
    min-height: 370px;
}

.logo-carousal .hasShadow:after {
    content: '';
    position: absolute;
    top: 50px;
    left: -70px;
    width: 85px;
    height: 290px;
    z-index: 9;
    /* background: linear-gradient(90deg, rgba(255,255,255,0.112482) 0%, rgba(255,255,255,0.5) 60%); */
    background: url('https://prod-media.quickstart.com/media/wysiwyg/marketing/about-us/slider-left-shadow-2.png') 0 0 no-repeat;
}

.choose-us-area.about-area {
    padding: 75px 0;
}

.choose-us-area.about-area .provider ul li{
    margin: 0;
    padding: 0;
}

.choose-us-area.about-area ul li .timer:after{
    content: "+";
}
.about-area ul li .timer:after{
    content: "+";
}

.choose-us-area.about-area ul li .timer.noSuffix:after{
    display: none;
}
.about-area ul li .timer.noSuffix:after{
    display: none;
}

@media screen and (max-width: 1024px) {

    .choose-us-area.about-area ul li{
        margin-right: 15px !important;
    }

    .logo-carousal .item-box .item {
        min-height: 460px;
    }

}

@media screen and (max-width: 575px) {

    .logo-carousal .item-box .item {
        min-height: inherit;
    }
    

}

.top_banner_counter .icon_plus:before{
    display: none;
}

.top_banner_counter .icon_plus .icon .timer:after {
    content: "K+";
}
.top_banner_counter .icon .timer:after{
    content: "+";
}

.top_banner_counter .icon.last_one span.timer{
    min-width: 104px;
}
.top_banner_counter .icon.last_one .timer:after {
    right: -1px;
}

/* .top_banner_counter .icon_plus .icon .timer {
    font-size: 46px;
    width: 100px;
    padding-right: 20px;
    padding: 10px 48px 10px 3px;
} */
.heading_color_change{
    color: var(--qs_light_blue);
}

/* Why Choose Us */
.why-choseus-area {
    padding: 75px 0 60px 0 !important;
}

.why-choseus-area .site-heading h2:before,
.why-choseus-area .site-heading h2:after{
    display: none;
}

.why-choseus-area .info .item{
    margin-top: 15px;
    z-index: 10;
}

.why-choseus-area .info .item:hover{
    margin-top: 0px;
}

.why-choseus-area .carousel-shadow .students_work_wrapper {
    margin-right: -50px;
    margin-left: -50px;
}

.why-choseus-area .site-heading p{
    padding: 0 10%;
}

/* .why-choseus-area .carousel-shadow .students_work_wrapper img {
    max-width: 380px;
} */

@media screen and (max-width: 768px) {

    .why-choseus-area .carousel-shadow .students_work_wrapper {
        margin-bottom: 50px;
    }

    .why-choseus-area .logo-carousal .item-box {
        width: calc( 100% - 40px );
        margin: 0 auto;
    }

    .logo-carousal .hasShadow:after{
        display: none;
    }

    /* .why-choseus-area .carousel-shadow .students_work_wrapper img {
        max-width: 280px;
    } */

}

@media screen and (max-width: 575px) {

    .why-choseus-area .carousel-shadow .students_work_wrapper img {
        max-width: 90%;
    }

}

/* About Area */
.about-area.products-tech-partners{
    padding: 110px 0;
    background: #f3f7fd;
}

.about-area .about-items .thumb:before,
.about-area .about-items .thumb:after{
    background-color: #19537b;
}

.about-area.students-support {
    padding: 75px 0;
}

.about-area.students-support .about-items .info:after{
    display: none;
}

.about-area.students-support .fixed-bg {
    left: 0;
    right: inherit;
    top: 0;
    background-size: cover;
    background-position: 0 0;
}

.about-area .about-items .info {
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
    z-index: 1;
}


@media screen and (max-width: 1024px) {

    .about-area.students-support .fixed-bg {
        background-position: center center;
    }

}

@media screen and (max-width: 991px) {

    .about-area .about-items .thumb {
        margin-top: 90px;
    }

}

@media screen and (max-width: 575px) {
  
    .about-area .about-items .thumb:before {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        content: "";
        height: 360px;
        width: 360px;
        background: #0e3c58;
        z-index: -1;
        transform: translate(-50%,-50%);
        border-radius: 50%;
        opacity: .1;
    }

    .about-area .about-items .thumb:after {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        content: "";
        height: 320px;
        width: 320px;
        background: #0e3c58;
        z-index: -1;
        transform: translate(-50%,-50%);
        border-radius: 50%;
    }

    .about-area.students-support .buttonsWrapper .btn.btn-qs-theme span:before{
       display: none;
    }

    .about-area.students-support .buttonsWrapper .btn.btn-qs-theme {
        padding-left: 10px !important;
        padding-right: 10px;
        box-sizing: border-box;
        width: 100%;
    }

}


/* Logos Cloud - Animated */
.logosCloud {
    max-width: 390px;
    margin: 0 auto;
    position: relative;
    height: 320px;
}

.logosCloud .singleLogo{
    position: absolute;
    display: inline-block;
    
}

/* .logosCloud .singleLogo.wow{
    opacity: 1;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.logosCloud .singleLogo.wow.animated{
    opacity: 0;
} */

.logosCloud .singleLogo.amazon {
    top: 4%;
    right: 97px;
    width: 98px;
    margin: 0;
}

.logosCloud .singleLogo.comptia {
    top: 14%;
    left: 5px;
    width: 175px;
    margin: 0;
}

.logosCloud .singleLogo.eccouncil {
    top: 36%;
    left: -10px;
    width: 145px;
    margin: 0;
}

.logosCloud .singleLogo.peoplecert {
    top: 61%;
    left: 38px;
    width: 145px;
    margin: 0;
}


.logosCloud .singleLogo.cisco {
    top: 28%;
    right: 96px;
    width: 100px;
    margin: 0 auto;
}


.logosCloud .singleLogo.pmp {
    top: 37%;
    right: 34px;
    width: 160px;
    margin: 0;
}

.logosCloud .singleLogo.itil {
    top: 65%;
    right: 49px;
    width: 145px;
    margin: 0;
}


@media screen and (max-width: 1024px) {

    .logosCloud {
        height: 460px;
    }

}

@media screen and (max-width: 575px) {

    .logosCloud{
        max-width: 350px;
        height: 363px;
    }

    .logosCloud .singleLogo img {
        max-height: 40px;
    }

    .logosCloud .singleLogo.cisco {
        width: 131px;
        top: 30%;
        right: 46px;
    }

    .logosCloud .singleLogo.cisco img {
        max-height: 60px;
        object-fit: contain;
    }

    .logosCloud .singleLogo.peoplecert {
        top: 63%;
        left: 20px;
    }

    .logosCloud .singleLogo.itil {
        top: 70%;
        right: 19px;
    }

}


/* choose-us-area */
.choose-us-area .item-box .right-info ul li i {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}


/* Media Queries */

@media screen and (min-width: 1920px) {
   
}

@media screen and (max-width: 1024px) {

    /*  */
    .default-features-area.default-design .item-box .single-item .item a {
        padding-left: 20px;
        padding-right: 20px;
    }

    /*  */
    /* .choose-us-area .item-box .left-info ul li {
        margin-right: 0 !important;
        width: 50%;
    } */

    /* .choose-us-area .item-box .left-info ul li:nth-child(odd) {
        width: 50%;
    } */


}

@media screen and (max-width: 820px) {

    .profiles_links .item {
        width: 100%;
    }

    .choose-us-area .item-box .left-info ul.keyFigures{
        margin-left: -20px;
        margin-right: -20px;
    }

    .profiles_links .flexed_container {
        margin-left: -20px;
        margin-right: -20px;
    }

    .choose-us-area.about-area .provider ul li {
        margin: 0 !important;
    }

    .social_profiles ul {
        display: flex;
        margin-top: 0;
    }

    .breadcrumb-area{
        padding-bottom: 65px;
    }

}

@media screen and (max-width: 768px) {

    /*  */
    .default-features-area.default-design .item-box .single-item .item a {
        height: 100%;
    }

    .default-features-area.default-design .item-box .single-item .item {
        height: 100%;
        margin-top: 20px;
    }

    /*  */
    .about-area ul {
        margin-bottom: 40px;
    }

    /*  */
    .default-features-area.default-design {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .icon img{
        height: 170px !important;
    }

    /*  */
    .about-area.students-support{
        height: auto;
    }

    .about-area.students-support .buttonsWrapper {
        justify-content: center;
    }

    /*  */
    .choose-us-area .item-box .right-info ul {
        margin-bottom: 0;
    }

    .choose-us-area .item-box .right-info ul li {
        margin-bottom: 40px !important;
    }

    .choose-us-area .item-box .right-info ul li:last-of-type {
        margin-bottom: 0 !important;
    }


    /* .choose-us-area .item-box .left-info ul.keyFigures li,
    .choose-us-area .item-box .left-info ul.keyFigures li:nth-child(odd) {
        width: 50%;
        margin: 30px 0 0 0 !important;
    } */

    .choose-us-area.quickstart-team ul li .timer {
        left: 0;
    }

}


@media screen and (max-width: 575px) {

.logosCloud .singleLogo.amazon {
    top: 11%;
    right: 68px;
    width: 98px;
    margin: 0;
}

    /*  */
    .profile-detail{
        align-items: center;
    }

    .profiles_links {
        border: 0;
    }

    .profiles_links .item .provider {
        flex-wrap: wrap;
    }

    .social_profiles:before{
        display: none;
    }

    .social_profiles {
        margin-left: 100px;
    }

    .social_profiles ul {
        margin: -30px 0 20px 0;
        align-items: flex-start;
        justify-content: space-between;
        width: 80px;
    }

    .social_profiles ul.top_adj{
        margin-top: -5px;
    }

    .social_profiles ul.adj_1{
        margin-top: 0;
    }


    .social_profiles ul li{
        margin: 0 !important;
    }

    .social_profiles ul li a {
        margin: 0;
    }

    .choose-us-area .item-box .left-info ul.keyFigures {
        flex-wrap: wrap;
    }

    .choose-us-area .item-box .right-info ul {
        padding-left: 10px;
    }

    .choose-us-area .item-box .left-info ul.keyFigures li {
        width: 37%;
        margin-bottom: 20px !important;
    }

    .profiles_links .flexed_container {
        margin-left: 0;
        margin-right: 0;
    }

    /*  */
    .icon img{
        height: 200px !important;
    }


    


}

@media screen and (max-width: 390px) {

    .social_profiles ul.adj_2{
        margin-top: 0;
    }

}

@media screen and (max-width: 375px) {

    .social_profiles ul.adj_3{
        margin-top: 0;
    }

}

    .choose-us-area .item-box:after{
        background: url(https://di3xp7dfi3cq.cloudfront.net/media/wysiwyg/marketing/about-us/dotted-bg.png);
        left: -75pxpx;
        top: -40px;
        content: "";
        height: 150px;
        width: 150px;
    }

    /*  */

    .collapsable-content .sr-only{
        display: none;
    }

    .collapsable-content .collapsed-content{
        display: none;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
        -ms-transition: opacity 0.5s ease;
        -o-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }

    .collapsable-content.active .collapsed-content{
        opacity: 1;
    }

    .collapsable-content .toggle-content {
        cursor: pointer;
         margin-top: 20px;
        margin-bottom: 20px;
        display: inline-block;
        background: #fff;
        color: #000;
    }

    .collapsable-content .toggle-content:hover{
        background-color: #d5d5d5;
        border-color: #d5d5d5;
    }

    .collapsable-content .toggle-content:before {
        font-weight: 600;
        /* text-decoration: underline; */
        content: "Read More";
        font-size: 13px;
        /* color: var(--qs_light_blue); */
    }

    .collapsable-content.active .toggle-content:before {
        content: "Read Less";
        color: #000;
        
    }

    .collapsable-content .toggle-content:hover:before{
        color: #000;
    }