@font-face {
    font-family: 'sofia_proregular';
    src: url('../fonts/sofia_pro_regular_az-webfont.woff2') format('woff2'),
         url('../fonts/sofia_pro_regular_az-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'sofia_prosemibold';
    src: url('../fonts/sofia_pro_semi_bold_az-webfont.woff2') format('woff2'),
         url('../fonts/sofia_pro_semi_bold_az-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'sofia_prolight';
    src: url('../fonts/sofia_pro_light_az-webfont.woff2') format('woff2'),
         url('../fonts/sofia_pro_light_az-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    /** Font default */
    --font-family-default: 'sofia_proregular';
    --font-family-main-title: 'sofia_prosemibold';
    --font-size-default: 16px;
    --font-size-title: 35px;
    --font-color-default: #303030;
    --font-color-sub-title: #001E72;
    --font-color-yellow: #FFB600;
    --font-color-light-blue: #59DCE3;
    --font-color-pink: #FD8474;
    --font-color-dark-blue: #6C37D9;
    --font-color-light-gray: #878787;
}

body {
    color: var(--font-color-default);
    font-size: var(--font-size-default);
    font-family: var(--font-family-default);
}

.p-heading header h2 {
    color: var(--font-color-pink);
}

.lb-heading header h2, .lb-heading .box-content .title {
    color: var(--font-color-light-blue);
}

.db-heading header h2 {
    color: var(--font-color-dark-blue);
}

.section-inner header h2 {
    font-family: var(--font-family-main-title);
}

.sec-title header h2 {
    font-size: var(--font-size-default);
    margin-bottom: 0;
}

.sec-title header .sub-header, .tutor-sec .box-content .content h3,
.page-inner-title header h2, .page-inner-title .box-content .title {
    color: var(--font-color-sub-title);
    font-size: var(--font-size-title);
    font-family: var(--font-family-main-title);
}

.page-inner-title .box-content .title {
    font-size: 24px;
    margin-bottom: 10px;
}

.sec-title header .sub-header p, .page-inner-title header .sub-header,
.page-inner-title .box-content .content p {
    color: var(--font-color-default);
    font-size: var(--font-size-default);
}

.image-bg .content-box, .bg-img-helper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.border-btn, .btn-yellow, .btn-pink, .c-form .nf-form-content input[type="button"],
.sub-listing-sec .image-bg .content-box .box-content .content .subject-info .btn-success {
    color: var(--font-color-default);
    font-family: var(--font-family-main-title);
    border: 1px solid var(--font-color-yellow);
    background-color: #ffffff;
    -moz-box-shadow: 0px 10px 30px rgb(0 0 0 / 17%);
    -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 17%);
    box-shadow: 0px 10px 30px rgb(0 0 0 / 17%);
    border-radius: 50px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 30px;
    position: relative;
    text-transform: uppercase;
}

.btn-pink {
    color: #ffffff;
    font-size: 14px;
    background-color: var(--font-color-pink);
    border-color: var(--font-color-pink);
    margin: 0;
    padding: 8px 35px;
    -moz-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%);
    -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%);
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%);
}

.btn-sign {
    border-color: var(--font-color-yellow);
    background-color: var(--font-color-yellow);
    margin-left: 5px;
}

.border-btn:after, .btn-yellow:after, .curriculum-sec .box-content .content .col-link:after,
.c-form .nf-form-content input[type="button"]:after,
.sub-listing-sec .image-bg .content-box .box-content .content .subject-info .btn-success:after {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: relative;
    top: 1px;
    margin-left: 6px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
}

.border-btn:hover:after, .btn-yellow:hover:after, .curriculum-sec .box-content .content .col-link:hover:after,
.c-form .nf-form-content input[type="button"]:hover:after,
.sub-listing-sec .image-bg .content-box .box-content .content .subject-info .btn-success:hover:after {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
}

.border-btn:hover, .c-form .nf-form-content input[type="button"]:hover {
    color: #ffffff;
    background-color: var(--font-color-yellow);
}

.btn-yellow {
    background-color: var(--font-color-yellow);
    border: 0;
}

.btn-yellow:hover, .sub-listing-sec .image-bg .content-box .box-content .content .subject-info .btn-success:hover {
    color: var(--font-color-default);
    background-color: #ffffff;
}

.sub-listing-sec .image-bg .content-box .box-content .content .subject-info .btn-success {
    color: var(--font-color-default)!important;
    background-color: var(--font-color-yellow);
    margin-top: 20px;
    padding: 10px 20px;
}

.btn-pink:hover {
    color: var(--font-color-pink);
    background-color: #ffffff;
}

.btn-sign:hover {
    color: var(--font-color-yellow);
    background-color: #ffffff;
}

/*Header*/
header {
    background: transparent;
}

.site-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0 12px;
}

.f-wrap {
    flex-wrap: wrap;
}

.hide-mob.header-login {
    flex: 0 100%;
    text-align: right;
    position: relative;
    top: -10px;
}

.site-header .navbar-expand-xl .navbar-brand {
    padding: 0;
}

.site-header .navbar-expand-xl .f-wrap {
    justify-content: flex-end;
}

.header-menu a {
    font-family: var(--font-family-main-title);
}

.header-menu > li > a {
    color: var(--font-color-sub-title);
    padding: 20px;
}

.header-menu > li > a:hover, .header-menu > li.current-menu-item > a {
    color: var(--font-color-default);
}

.header-menu .sub-menu, .hide-des, .click-menu {
    display: none;

}

/* Generated with Bounce.js. Edit at https://goo.gl/SciEiH */
@-webkit-keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  5.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.563, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.563, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  10.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.888, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.888, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  15.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  21.02% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  35.34% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  49.55% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  78.18% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  5.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.563, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.563, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  10.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.888, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.888, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  15.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  21.02% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  35.34% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  49.55% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  78.18% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

.header-search input[type="search"] {
    display: none;
    font-size: 14px;
    height: 38px;
    position: relative;
    right: 0;
    top: -5px;
    z-index: 2;
    background-color: #ffffff;
    /*-webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;*/
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.header-search .btn {
    padding: 0;
    margin-bottom: 10px;
}

/*Footer*/
.site-footer {
    background-image: url('../images/footer-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5rem 0 2rem;
}

.footer-logo img {
    width: 103px;
    margin-bottom: 20px;
}

.footer-logo ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.footer-logo ul li a {
    color: var(--font-color-sub-title);
    font-size: 18px;
    margin-right: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
}

.footer-logo ul li:last-child a {
    margin-right: 0;
}

.footer-logo ul li a:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}

.footer-col-flex {
    display: flex;
    justify-content: flex-end;
}

.footer-col-flex .footer-col {
    margin-left: 50px;
}

.footer-col-flex .footer-col h5 {
    color: var(--font-color-light-gray);
    font-size: 16px;
    font-family: var(--font-family-default);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer-col-flex .footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col-flex .footer-col ul li a {
    color: var(--font-color-sub-title);
    font-family: var(--font-family-main-title);
    line-height: 2;
}

.footer-col-flex .footer-col ul li a:hover, .footer-copy a:hover {
    color: var(--font-color-default);
}

.footer-copy {
    padding-top: 5rem;
}

.footer-copy a {
    color: var(--font-color-sub-title);
    font-family: var(--font-family-main-title);
    margin-left: 20px;
}

/*Home*/
.home .page--header {
    background-color: #F6F9FF;
    padding: 80px 0;
    position: relative;
}

.home .page--header:before, body:not(.home) .page--header:before {
    content: '';
    background-image: url('../images/bg-colors.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home .page--header:after, .tutor-sec:after {
    content: '';
    background-image: url('../images/blue-shadow.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.slide-content {
    position: relative;
    height: calc(100% - 40px);
    width: 100%;
    z-index: 20;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    align-items: flex-end;
}

.slide-content .inner {
    width: 100%;
}

.swiper-container::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
}

.slide-img {
    height: 100%;
}

.swiper-main {
    display: none;
}

.swiper-main .img-wrap {
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

.swiper-main.swiper-container-initialized {
    display: block;
}

.home .page--header .swiper-container {
    padding: 0 50px;
}

.home .page--header .swiper-container .swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    opacity: 0 !important;
}

/*.home .page--header .swiper-container .swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    opacity: 0 !important;
}*/

.home .page--header .swiper-container .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.home .page--header .swiper-container .swiper-slide .slide-img {
    background-size: contain;
    background-size: 490px;
    height: 400px;
    width: 50%;
    margin-top: 50px;
}

.home .page--header .swiper-container .swiper-slide .slide-content {
    width: 40%;
}

.home .page--header .swiper-container .swiper-slide .slide-content h2 {
    color: var(--font-color-sub-title);
    font-size: 50px;
    font-family: var(--font-family-main-title);
    line-height: 1.1;
    margin-bottom: 15px;
    position: relative;
}

.home .page--header .swiper-container .swiper-slide .slide-content h2:after {
    content: '';
    background-image: url(../images/yellow-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 280px;
    height: 55px;
    position: absolute;
    bottom: 0;
    left: -30px;
    z-index: -1;
}

.curriculum-sec .image-bg {
    margin-top: 50px;
    position: relative;
}

.curriculum-sec .image-bg .content-box {
    min-height: 400px;
    border-radius: 30px;
    position: relative;
}

.curriculum-sec .image-bg .content-box:before {
    content: '';
    -webkit-box-shadow: 0 -240px 80px -80px rgb(0 0 0 / 75%) inset;
    box-shadow: 0 -240px 80px -80px rgb(0 0 0 / 75%) inset;
    background-color: rgb(0 31 142 / 15%);
    border-radius: 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.curriculum-sec .image-bg:after {
    content: '';
    border-radius: 30px;
    width: 90%;
    height: 99%;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: -1;
}

.curriculum-sec .image-bg:first-child:after {
    background-color: var(--font-color-light-blue);
}

.curriculum-sec .image-bg:nth-child(2):after {
    background-color: var(--font-color-yellow);
}

.curriculum-sec .image-bg:last-child:after {
    background-color: var(--font-color-pink);
}

.curriculum-sec .image-bg .content-box {
    position: relative;
    overflow: hidden;
}

.curriculum-sec .box-content {
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px;
}

.curriculum-sec .box-content .title {
    font-size: 24px;
    font-family: var(--font-family-main-title);
}

.curriculum-sec .box-content .content p {
    font-family: 'sofia_prolight';
    margin-bottom: 0;
}

.curriculum-sec .box-content .content .col-link {
    color: var(--font-color-yellow);
    font-family: var(--font-family-main-title);
    text-transform: uppercase;
    height: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    margin-top: 20px;
    transition: all 1s ease;
    position: relative;
}

.curriculum-sec .box-content .content .col-link:hover, .curriculum-sec .box-content .content .col-link:focus {
    color: #ffffff;
}

.video-sec {
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.video-sec:before, .c-form:before, .blog-cta-sec:before {
    content: '';
    background-color: rgb(0 30 114 / 40%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-sec header h2, .curriculum-sec .box-content .content .col-link:hover, .curriculum-sec .box-content .content .col-link:focus {
    color: #ffffff;
}

.video-sec header .sub-header {
    font-family: var(--font-family-default);
}

.vid-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;   
}

.vid-holder a {
    color: #ffffff;
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.vid-holder a:hover {
    color: var(--font-color-default);
    background-color: #ffffff;
}

.ch-vid {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    text-align: center;
}

.ch-vid video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vid-holder p {
    margin-bottom: 0;
    margin-left: 5px;
    text-align: left;
}

.vid-holder p span {
    display: block;
    font-size: 14px;
}

.vid-box {
    width: 60%; 
    margin: 0 auto; 
    text-align: center; 
    position: relative; 
    padding-top: 3.5rem;
}

.vid-box video, .blog-cat-sec .section-inner .col-two-div .image-bg {
    width: 100%;
}

.mfp-close-btn-in .vid-box .mfp-close {
    color: #fff; 
    opacity: 1; 
    font-size: 5rem;
}

.mfp-zoom-out .vid-box, .mfp-zoom-out .mfp-arrow {
    opacity: 0; 
    transition: all 0.3s ease-in-out; 
    transform: scale(1.1);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0; 
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .vid-box, .mfp-zoom-out.mfp-ready .mfp-arrow {
    opacity: 1; 
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .vid-box, .mfp-zoom-out.mfp-removing .mfp-arrow {
    transform: scale(1.1); 
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

.tutor-sec:before {
    content: '';
    background-image: url('../images/bg-colors2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tutor-sec .image-right .row {
    align-items: center;
}

.tutor-sec .img-wrap .bg-img-helper {
    background-size: contain;
    height: 450px;
}

.cta-sec.section {
    color: #ffffff;
    width: 100%;
    margin: 0 auto;
    border-radius: 30px;
    padding-bottom: 50px;
}

.cta-sec:before {
    content: '';
    background-color: rgb(0 31 142 / 80%);
    border-radius: 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
} 

.cta-sec .img-wrap .bg-img-helper {
    width: 480px;
    height: 480px;
    background-size: contain;
    position: absolute;
    top: -12.6rem;
    left: 0;
}

.cta-sec .box-content .title {
    font-size: 40px;
    font-family: var(--font-family-main-title);
    line-height: 1.3;
    margin-bottom: 10px;
}

.cta-sec .content-box .cell {
    width: 35%;
}

.cta-sec .content-box .box-item {
    width: 65%;
}

.cta-sec .content-box .box-item .box-content {
    width: 100%;
    max-width: 85%;
    margin-left: 40px;
}

.partners-sec header {
    margin-bottom: 30px;
}

.partners-sec .image-up > a {

}

.partners-sec .content-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.partners-sec .content-box .container {
    background-color: #fff;
    -moz-box-shadow: 0px 5px 30px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 5px 30px 1px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 30px 1px rgb(0 0 0 / 10%);
    padding: 40px 30px 30px;
    border-radius: 30px;
    margin-top: 50px;
    text-align: center;
    position: relative;
    height: 100%;
}

.partners-sec .content-box .container:before {
    content: 'Coming Soon';
    color: #ffffff;
    font-size: 30px;
    font-family: var(--font-family-main-title);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
}

.partners-sec .image-up:last-child .content-box .container:before,
.partners-sec .image-up:last-child .content-box .container:after {
    display: none;
}

.partners-sec .image-up:last-child a:hover .content-box .container {
    -moz-box-shadow: 0px 5px 30px 1px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 5px 30px 1px rgb(0 0 0 / 30%);
    box-shadow: 0px 5px 30px 1px rgb(0 0 0 / 30%); 
}

.partners-sec .content-box .container:after {
    content: '';
    background-color: rgb(0 0 0 / 65%);
    border-radius: 30px;
    -webkit-box-shadow: 0 -240px 80px -80px rgb(0 0 0 / 75%) inset;
    box-shadow: 0 -180px 80px -80px rgb(0 0 0 / 65%) inset;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
}

.partners-sec .box-content--link:hover .content-box .container:before,
.partners-sec .box-content--link:hover .content-box .container:after {
    opacity: 1;
    visibility: visible;
}

.partners-sec .img-wrap .bg-img-helper {
    height: 80px;
    background-size: contain;
}

.partners-sec .box-content .title {
    color: var(--font-color-sub-title);
    font-size: 22px;
    font-family: var(--font-family-main-title);
    line-height: 1.2;
    margin: 20px 0 10px;
}

.partners-sec .box-content .content p, .footer-copy p {
    color: var(--font-color-default);
    margin-bottom: 0;
}

/*Inner Pages*/
body:not(.home) .site-header, .blog-inner-cta .box-content .content {
    position: relative;
}

body:not(.home) .page--header {
    background-color: #F6F9FF;
    position: relative;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body:not(.home) .page--header h1 {
    color: var(--font-color-sub-title);
    font-size: 45px;
    font-family: var(--font-family-main-title);
    margin-bottom: 0;
}

.img-height .img-wrap .bg-img-helper {
    height: 300px;
    background-size: contain;
}

.img-height.tutor-inner-sec .image-right {
    text-align: right;
}

.mg-bottom80.section {
    margin-bottom: 80px;
}

.tutor-inner-sec .section-inner header, .mg-bottom50.section {
    margin-bottom: 50px;
}

.tutor-inner-sec .section-inner .image-left {
    flex: 0 100%;
    padding: 50px 0;
}

.tutor-inner-sec .section-inner > .container .row {
    counter-reset: section;
}

.tutor-inner-sec .section-inner > .container .row .image-left,
.tutor-inner-sec .section-inner > .container .row .image-left .content-box {
    position: relative;
}

.tutor-inner-sec .section-inner > .container .row .image-left:before {
    content: "0" counter(section);
    counter-increment: section;
    color: #ffffff;
    font-size: 2.3rem;
    font-family: var(--font-family-default);
    background-color: var(--font-color-sub-title);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tutor-inner-sec .section-inner > .container .row .image-left .content-box:before {
    content: "Step";
    color: #ffffff;
    font-size: 12px;
    font-family: var(--font-family-default);
    text-transform: uppercase;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 2.6rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tutor-inner-sec .section-inner > .container .row .image-left:after {
    content: '';
    background-color: #E7E7E7;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.tutor-inner-sec .section-inner > .container .row .image-left:last-child:after {
    display: none;
}

.tutor-inner-sec .section-inner > .container .row .image-left:first-child:before {
    background-color: var(--font-color-yellow);
}

.tutor-inner-sec .section-inner > .container .row .image-left:nth-child(2):before {
    background-color: var(--font-color-pink);
}

.tutor-inner-sec .section-inner > .container .row .image-left:nth-child(3):before {
    background-color: var(--font-color-light-blue);
}

.tutor-inner-sec .section-inner > .container .row .image-left:last-child:before {
    background-color: var(--font-color-dark-blue);
}

.al-center .content-box .row, .c-form .section-inner > .container > .row {
    align-items: center;
}

.about-sec1 .box-content .title {
    font-size: 28px;
}

.about-sec1 .img-wrap .bg-img-helper {
    height: 500px;
}

.about-sec2 .section-inner .image-up {
    text-align: center;
    margin-top: 30px;
}

.about-sec2 .img-wrap .bg-img-helper {
    height: 250px;
}

.about-sec3.section {
    padding: 0;
    text-align: center;
}

.about-sec3 .section-inner > .container, .swb-sec1 .section-inner > .container {
    border-bottom: 2px solid #E7E7E7;
}

.about-sec3 .section-inner .border-btn {
    margin-top: 0;
    margin-bottom: 50px;
}

.c-form .content-only:first-child .box-content .content {
    color: #ffffff;
}

.c-form .content-only:first-child .box-content .content h3 {
    color: #ffffff;
    font-family: var(--font-family-main-title);
}

.c-form .content-only:first-child .box-content .content ul {
    list-style-type: none;
    padding: 0;
}

.c-form .content-only:first-child .box-content .content ul li a {
    color: #ffffff;
}

.c-form .content-only:first-child .box-content .content ul li a:hover {
    text-decoration: underline;
}

.c-form .content-only:last-child .box-content {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
}

.c-form .content-only:last-child .box-content .title {
    font-size: 26px;
    font-family: var(--font-family-main-title);
}

.c-form .nf-form-content nf-fields-wrap nf-field .nf-after-field {
    font-size: 16px;
}

.c-form .nf-form-content {
    padding: 0;
}

.c-form .nf-before-form-content .nf-form-fields-required,
.c-form .nf-form-content nf-fields-wrap label {
    display: none;
}

.c-form .nf-form-content nf-fields-wrap nf-field input {
    color: var(--font-color-light-gray);
    border: 0;
    border-bottom: 1px solid #E7E7E7;
    background: transparent;
    padding-left: 0;
}

.c-form .nf-form-content nf-fields-wrap nf-field input::placeholder,
.c-form .nf-form-content nf-fields-wrap nf-field textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--font-color-light-gray);
  opacity: 1; /* Firefox */
}
.c-form .nf-form-content nf-fields-wrap nf-field input:-ms-input-placeholder,
.c-form .nf-form-content nf-fields-wrap nf-field textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--font-color-light-gray);
}
.c-form .nf-form-content nf-fields-wrap nf-field input::-ms-input-placeholder,
.c-form .nf-form-content nf-fields-wrap nf-field textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--font-color-light-gray);
}

.c-form .nf-form-content nf-fields-wrap nf-field textarea {
    height: 100px;
    resize: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #E7E7E7;
    padding-left: 0;
}

.c-form .nf-form-content .nf-field-container {
    margin-bottom: 0;
}

.c-form .nf-form-content input[type="button"] {
    margin-top: 20px;
    cursor: pointer;
}

.c-form .image-bg:last-child .content-box {
    height: auto;
}

.swb-sec1.section, .swb-sec3.section, .blog-cat-sec.section {
    padding-bottom: 0;
}

.swb-sec1 .image-left {
    margin: 50px 0;
}

.con-pd .cell .content-box .container {
    padding: 0;
}

.swb-sec1 .img-wrap .bg-img-helper, .swb-sec2 .img-wrap .bg-img-helper, .swb-sec3 .img-wrap .bg-img-helper {
    height: 270px;
    background-size: cover; 
    border-radius: 20px;
}

.swb-sec2 .img-wrap .bg-img-helper, .swb-sec3 .img-wrap .bg-img-helper {
    height: 400px;
}

.exp-item .section-inner .container .row {
    justify-content: center;
}

.exp-item .img-wrap .bg-img-helper {
    height: 450px;
    border-radius: 20px;
    position: relative;
}

.exp-item .content-box .img-wrap .bg-img-helper:before {
    content: '';
    background-color: rgb(0 0 0 / 30%);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease;
}

.exp-item .box-content {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.exp-item .box-content .title {
    font-size: 20px;
    margin: 10px 0 0 0;
}

.exp-item .box-content .title span {
    color: var(--font-color-light-gray);
    font-size: 18px;
    font-family: var(--font-family-default);
    display: block;
}

.exp-item .box-content .content {
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 20px;
    height: 450px;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
}

.exp-item .box-content .content h3 {
    color: #ffffff;
    font-size: 22px;
    font-family: var(--font-family-main-title);
}

.exp-item .box-content .content p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.3;
}

.exp-item .box-content .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.exp-item .box-content .content ul li a {
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.exp-item .box-content .content ul li a:hover {
    color: var(--font-color-default);
    background-color: #ffffff;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}

.blog-cta-sec .box-content .content h3 {
    color: #ffffff;
    font-size: 45px;
    font-family: var(--font-family-main-title);
    line-height: 1.1;
    margin-bottom: 20px;
}

.blog-cta-sec .box-content .content p {
    color: #ffffff;
}

.blog-cta-sec .box-content .content .border-btn, .pagination-holder {
    margin-top: 20px;
}

.latest-blog-sec header .cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.latest-blog-sec header .cell .sub-header a {
    color: var(--font-color-light-gray);
    position: relative;
}

.latest-blog-sec header .cell .sub-header a:hover, .blog-inner-holder .blog-content-holder .blog-con p {
    color: var(--font-color-sub-title);
}

.latest-blog-sec header .cell .sub-header a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
}

.latest-blog-sec .box-content .item {
    margin-top: 30px;
}

.latest-blog-sec .box-content .item .img-holder img {
    border-radius: 20px;
}

.latest-blog-sec .box-content .item .text-holder {
    padding: 15px;
}

.latest-blog-sec .box-content .item .text-holder span {
    color: var(--font-color-light-gray);
    text-transform: uppercase;
}

.latest-blog-sec .box-content .item .text-holder h3 {
    color: var(--font-color-sub-title);
    font-size: 20px;
    font-family: var(--font-family-main-title);
    margin: 10px 0 0 0;
}

.blog-cat-sec .section-inner .image-bg .content-box {
    border-radius: 20px;
    position: relative;
}

.blog-cat-sec .section-inner .image-bg .content-box:after {
    content: '';
    background-color: rgb(0 0 0 / 55%);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease;
}

.blog-cat-sec .section-inner .image-bg a:hover .content-box:after {
    background-color: rgb(0 0 0 / 10%);
}

.blog-cat-sec .section-inner .image-bg:first-child .content-box {
    height: 100%;
}

.blog-cat-sec .section-inner .col-two-div .image-bg .content-box {
    height: 250px;
}

.blog-cat-sec .section-inner .col-two-div .image-bg:first-child {
    margin-bottom: 20px;
}

.blog-cat-sec .section-inner .image-bg .box-content {
    position: absolute;
    bottom: 1rem;
    left: 0;
    padding: 15px 30px;
    z-index: 1;
}

.blog-cat-sec .section-inner .image-bg .box-content .title {
    color: #ffffff;
    margin-bottom: 5px;
}

.blog-cat-sec .section-inner .image-bg .box-content .content h3 {
    color: #ffffff;
    font-size: 26px;
    font-family: var(--font-family-main-title);
}

.blog-cat-sec .section-inner .image-bg .box-content .content p {
    color: #ffffff;
    font-family: 'sofia_prolight';
    line-height: 1.2;
    margin-bottom: 0;
}

.blog-holder ul {
    padding-left: 0;
    padding-bottom: 10px;
    list-style: none;
    display: flex;
    border-bottom: 1px solid #E7E7E7;
}

.blog-holder ul li {
    margin-right: 50px;
}

.blog-holder ul li button {
    color: var(--font-color-sub-title);
    font-size: 20px;
    font-family: var(--font-family-main-title);
    border: 0;
    background: transparent;
}

.blog-holder ul li button.active, .blog-holder ul li button:hover,
.pagination-holder .page-numbers.current, .pagination-holder .page-numbers:hover,
.blog-inner-holder .blog-content-holder .blog-title span {
    color: var(--font-color-yellow);
}

.pagination-holder a, .pagination-holder span {
    color: var(--font-color-sub-title);
    font-size: 18px;
    font-family: var(--font-family-main-title);
    margin: 10px 5px;
}

.blog-inner-holder {
    padding-bottom: 70px;
}

.blog-inner-holder .blue-bg {
    background-color: #F6F9FF;
    height: 300px;
}

.blog-inner-holder .blog-content-holder {
    margin-top: -14rem;
}

.blog-inner-holder .blog-content-holder .blog-title h3 {
    color: var(--font-color-light-gray);
    font-size: 18px;
    font-family: var(--font-family-default);
    font-weight: 400;
    text-transform: uppercase;
}

.blog-inner-holder .blog-content-holder .blog-title h1 {
    color: var(--font-color-sub-title);
    font-size: 35px;
    font-family: var(--font-family-main-title);
    margin-bottom: 0;
}

.blog-inner-holder .blog-content-holder .blog-con img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin: 30px 0;
    border-radius: 20px;
}

.blog-inner-holder .blog-content-holder .blog-con h3 {
    color: var(--font-color-sub-title);
    font-size: 18px;
    font-family: var(--font-family-default);
    margin-bottom: 20px;
}

.blogside-category {
    padding: 40px 30px;
}

.blogside-category h3 {
    color: var(--font-color-sub-title);
    font-size: 30px;
    font-family: var(--font-family-main-title);
}

.blogside-category .blogside-f .item {
    display: flex;
    margin-top: 20px;
}

.blogside-category .blogside-f .item .img-holder {
    flex: 0 40%;
    margin-right: 10px;
}

.blogside-category .blogside-f .item .img-holder img {
    border-radius: 15px;
}

.blogside-category .blogside-f .item .text-holder {
    flex: 0 60%;
}

.blogside-category .blogside-f .item .text-holder span {
    color: var(--font-color-light-gray);
    text-transform: uppercase;
    margin: 5px 0;
    display: block;
}

.blogside-category .blogside-f .item .text-holder h3 {
    font-size: 18px;
    line-height: 1.2;
}

.site-page-logo:before {
    content: '';
    background-image: url(../images/bg-colors.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 800px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.site-page-logo:after {
    content: '';
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 800px;
    position: absolute;
    top: 0;
    left: 0;
}
.site-page-logo {
    position: relative;
    padding-top: 50px;
    margin-bottom: 0;
}
.site-page-logo figure {
    position: relative;
    z-index: 1;
}
.sign-in-sec main {
    background-color: transparent;
    position: relative;
    z-index: 1;
}
.sign-in-sec .card.shadow {
    border-radius: 30px;
}
.sign-in-sec h1 {
    color: var(--font-color-sub-title);
    font-size: 30px!important;
    font-family: var(--font-family-main-title);
    margin-bottom: 30px;
}
.sign-in-sec .btn-warning {
    font-family: var(--font-family-main-title);
    border-radius: 10px;
}
.sign-in-sec .btn-primary {
    color: #ffffff;
    font-family: var(--font-family-main-title);
    border: 1px solid var(--font-color-sub-title);
    background-color: var(--font-color-sub-title);
    -moz-box-shadow: 0px 10px 30px rgb(0 0 0 / 17%);
    -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 17%);
    box-shadow: 0px 10px 30px rgb(0 0 0 / 17%);
    border-radius: 50px;
    padding: 10px 30px;
}
.sign-in-sec .btn-primary:hover {
    color: var(--font-color-sub-title);;
    background-color: transparent;
}
.sign-up-sec .bg-primary {
    position: relative;
    background-color: #F6F9FF!important;
    height: auto!important;
}
.sign-up-sec .bg-primary:before {
    content: '';
    background-image: url(../images/bg-colors.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sign-up-sec h1 {
    color: var(--font-color-sub-title);
    font-family: var(--font-family-main-title);
    margin-bottom: 30px;
    line-height: 1.1;
}
.sign-up-sec p {
    color: var(--font-color-default);
    font-size: var(--font-size-default);
    font-family: var(--font-family-default);
}
.sign-up-sec .form-signup {
    -webkit-box-shadow: 0px 0px 40px rgb(29 58 83 / 15%) !important;
    box-shadow: 0px 0px 40px rgb(29 58 83 / 15%) !important;
    padding: 50px 50px;
    border-radius: 30px;
}
.sign-up-sec .form-signup label, .sign-in-sec label {
    font-family: var(--font-family-main-title);
}
.sign-up-sec .btn-warning {
    color: #ffffff;
    font-family: var(--font-family-main-title);
    border: 1px solid var(--font-color-yellow);
    background-color: var(--font-color-yellow);
    -moz-box-shadow: 0px 10px 30px rgb(0 0 0 / 17%);
    -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 17%);
    box-shadow: 0px 10px 30px rgb(0 0 0 / 17%);
    border-radius: 50px;
    padding: 10px 30px;
    margin-top: 20px;
}
.sign-up-sec .btn-warning:hover {
    color: var(--font-color-yellow)!important;
    background-color: #ffffff;
}
.sign-up-sec .btn-primary {
    color: #ffffff;
    font-family: var(--font-family-main-title);
    border: 1px solid var(--font-color-sub-title);
    background-color: var(--font-color-sub-title);
    -moz-box-shadow: 0px 10px 30px rgb(0 0 0 / 17%);
    -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 17%);
    box-shadow: 0px 10px 30px rgb(0 0 0 / 17%);
    border-radius: 10px;
    padding: 10px 30px;
}
.sign-up-sec .btn-primary:hover {
    color: var(--font-color-sub-title);;
    background-color: transparent;
}
.site-copy {
    color: var(--font-color-sub-title);
    font-family: var(--font-family-main-title);
}
.sub-listing-sec .image-bg .content-box .box-content .content .subject-info div {
    margin-top: 10px;
}
.sub-listing-sec .image-bg .content-box .box-content .content .subject-info div p {
    display: inline-block;
    margin-right: 10px;
}
.sub-listing-sec .image-bg .content-box .box-content .content .subject-info div p:nth-child(even) { 
    margin-right: 0;
} 

/*Single*/
.single-course .bg-light h1 {
    color: var(--font-color-sub-title);
    font-size: var(--font-size-title);
    font-family: var(--font-family-main-title);
}
.single-course .bg-light .col-lg-8 .col-lg-8, .single-course .bg-light .col-lg-8 .col-lg-4 {
    margin-top: 30px;
}
.single-course .bg-light .col-lg-8 .col-lg-8 .col-lg-6,
.single-course .bg-light .col-lg-8 .col-lg-4 .col-lg-10 {
    margin-right: 0px!important;
}
.single-course .bg-light .col-lg-8 .col-lg-4 {
    border-left: 1px solid #B5B5B5;
}
.single-course .bg-light .col-lg-8 .col-lg-8 h5 {
    color: var(--font-color-sub-title);
    font-family: var(--font-family-main-title);
}
.single-course .bg-light .col-lg-8 .col-lg-4 h6 {
    color: #B5B5B5;
    font-family: var(--font-family-main-title);
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px!important;
}
.single-course .bg-light .col-lg-8 .col-lg-4 .list-group-borderless .list-group-item {
    color: #B5B5B5;
    font-family: var(--font-family-main-title);
    font-weight: 400;
    border-bottom: 1px solid #B5B5B5!important;
    border-radius: 0;
}
.single-course .shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.single-course .card-header {
    border-bottom: 0px!important;
}
.single-course .card-header h5 {
    color: var(--font-color-sub-title);
    font-size: var(--font-size-title);
    font-family: var(--font-family-main-title);
    text-align: center;
}
.single-course .accordion .accordion-item {
    border-bottom: 1px solid #B5B5B5;
    border-radius: 0;
    padding: 30px 0;
    margin-bottom: 0px!important;
}
.single-course .accordion .accordion-item .accordion-button {
    color: var(--font-color-sub-title)!important;
    font-family: var(--font-family-main-title);
    padding: 0px!important;
    background-color: transparent!important;
}
.single-course .accordion.accordion-icon .accordion-header .accordion-button:before,
.single-course .accordion.accordion-icon .accordion-header .accordion-button:after {
    background: var(--font-color-sub-title)!important;
    width: 15px;
}
.single-course .accordion .accordion-item .accordion-button span {
    color: #878787;
}
.single-course .accordion.accordion-icon .accordion-body {
    padding: 0;
}
.single-course .accordion .accordion-item .img-container {
    height: 250px;
    border-radius: 15px!important;
}
.single-course .accordion .accordion-item .accordion-body h6 {
    color: var(--font-color-sub-title);
    font-size: var(--font-size-default);
    font-family: var(--font-family-main-title);
}

/**/
.comp-owner .img-wrap{
    width: 50%;
    margin: 0 auto;
  margin-top: 0px;
    margin-top: -181px;
}
.comp-owner .content{
    text-align:center;
    width:75%;
    margin: 0 auto;
    margin-top:-80px;
    
}
.home .page--header .swiper-container .swiper-slide .slide-img {
    height:500px;
    margin-top:-10px;
}
.cta-sec-center{
    width:80%;
    margin: 0 auto;
    border-radius: 25px;
    color:#ffff;
    text-align:center;
    margin-top:15px
}
.cta-sec-center .title{
    font-size: 40px;
    font-family: var(--font-family-main-title);
    line-height: 1.3;
    margin-bottom: 10px;
}
.cta-sec-center::before {
  content: '';
  background-color: rgb(0 31 142 / 80%);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
    left: 0;
}
.comp-owner .content{
    margin-top: -160px;
}
/**/

/*Responsive*/
@media only screen and (min-width: 992px) {
    .site-header .navbar-expand-xl .navbar-brand img {
        width: 300px;
        height: auto;
    }
    .cta-sec {
        max-width: 94%;
    }
}

@media only screen and (min-width: 1200px) {
    body:not(.home) .site-header.navbar-sticky-on {
        position: fixed;
    }
    .site-header .nav-item {
        display: flex;
    }
    .header-menu {
        justify-content: flex-end;
        /*margin-right: 35px;*/
    }
    .header-search input {
        width: 0px;
        opacity: 0;
        visibility: hidden;
    }
    .header-search .show-inp {
        width: 150px;
        opacity: 1;
        visibility: visible;
    }
    .header-menu .sub-menu {
        position: absolute;
        visibility: hidden;
        background: rgb(255 255 255 / 0.95);
        opacity: 0;
        z-index: 10;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        transform-origin: top;
        list-style: none;
        padding: 0;
        margin-top: 5px;
    }
    .header-static .header-menu .sub-menu {
        margin-top: 1rem;
    }
    .header-menu li > ul > li > a {
        color: var(--font-color-sub-title);
        font-size: 14px;
        line-height: 1.3;
        padding: 0.6rem 1rem;
        display: block;
    }
    .header-menu li > ul > li > a:hover {
        color: #ffffff;
        background: var(--font-color-sub-title);
    }
    .header-menu li:hover > ul {
        -webkit-animation: animation 1400ms linear both;
        animation: animation 1400ms linear both;
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .cta-sec {
        max-width: 1140px;
    }
    .swb-sec1 header .cell {
        max-width: 75%;
        margin: 0 auto;
    }
    .blog-cta-sec .box-content .content {
        width: 100%;
        max-width: 50rem;
    }
    .blog-cta-sec.text-center .box-content .content {
        margin: 0 auto;
    }
    .sign-up-sec .form-signup.col-xl-8 {
        width: 80%;
    }
}

@media only screen and (min-width: 1400px) {
    .cta-sec {
        max-width: 1280px;
    }
}

@media only screen and (min-width: 1600px) {
    .tutor-sec .image-right .row {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }
    .tutor-sec .image-right .row .box-item {
        width: 40%;
    }
    .tutor-sec .image-right .row .cell {
        width: 60%;
    }
    .cta-sec .content-box .box-item .box-content {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) {
    .exp-item .content-box .img-wrap .bg-img-helper:before {
        opacity: 0;
        visibility: hidden;
    }
    .exp-item .content-box:hover .img-wrap .bg-img-helper:before, .exp-item .content-box:hover .box-content .content {
        visibility: visible;
        opacity: 1;
    }
    .curriculum-sec .image-bg .content-box:hover .box-content .content .col-link {
        height: 50px;
        opacity: 1;
        visibility: visible; 
    }
    .tutor-inner-sec .section-inner .image-left:nth-child(2n) .content-box .row {
        flex-direction: row-reverse;
        text-align: right;
    }
    .tutor-inner-sec .section-inner .image-left .content-box .cell {
        padding-right: 60px;
    }
    .tutor-inner-sec .section-inner .image-left .content-box .box-item {
        padding-left: 60px;
    } 
    .tutor-inner-sec .section-inner .image-left:nth-child(2n) .content-box .box-item {
        padding-right: 60px;
        padding-left: 0;
    } 
    .tutor-inner-sec .section-inner .image-left:nth-child(2n) .content-box .cell {
        padding-left: 60px;
        padding-right: 0;
    }
    .sub-listing-sec .image-bg .content-box .box-content .content .subject-info {
        height: 0;
        opacity: 0;
        visibility: hidden;
        display: block;
        transition: all 1s ease;
    }
    .sub-listing-sec .image-bg .content-box:hover .box-content .content .subject-info {
        height: 320px;
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .sub-listing-sec .image-bg {
        width: 50%;
    }
}

@media only screen and (max-width: 1199px) {
    .site-header {
        padding: 10px 0;
    }
    .header-menu > li > a {
        padding: 10px 15px 0;
        display: block;
    }
    .header-login {
        margin-bottom: 10px;
    }
    .header-search {
        padding: 15px;
    }
    .header-search input[type="search"] {
        display: block;
        width: 100%;
        position: relative;
        right: auto;
        top: 0;
    }
    .header-search .btn {
        z-index: 2;
        position: absolute;
        bottom: 20px;
        right: 20px;
        margin-bottom: 0;
    }
    .site-header .navbar-toggler {
        padding-right: 0;
    }
    .site-header .header-menu > .menu-item-has-children {
        position: relative;
    }
    .click-menu {
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
    }
    .click-menu.active i:before {
        content: "\f0d8";
    }
    .site-header .header-menu > .menu-item-has-children ul {
        padding-top: 5px;
        padding-left: 30px;
        list-style: none;
    }
    .site-header .header-menu > .menu-item-has-children ul li a {
        color: var(--font-color-default);
    }
    .cta-sec .img-wrap .bg-img-helper, .hide-mob {
        display: none;
    }
    .hide-des {
        display: block;
    }
    .cta-sec .content-box .cell, .cta-sec .content-box .box-item {
        width: 100%;
    }
    .cta-sec .content-box .box-item .box-content {
        max-width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .img-height .img-wrap .bg-img-helper {
        height: 250px;
    }
    .exp-item .image-up {
        flex: 0 50%;
    }
    .latest-blog-sec .cell .content-box .container {
        max-width: 100%;
    }
    .blog-inner-holder .blog-content-holder {
        margin-top: -14rem;
    }
    .home .page--header .swiper-container .swiper-slide .slide-img {
        background-size: contain;
    }
    .home .page--header .swiper-container .swiper-slide .slide-content h2 {
        font-size: 40px;
    }
    .about-sec1.section {
        padding-top: 30px;
    }
    .comp-owner .img-wrap,  .comp-owner .content {
        width: 100%; 
        margin-top: 0;
    }
    .comp-owner .img-wrap .bg-img-helper {
        height: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .site-header .navbar-expand-xl .navbar-brand .navbar-brand-item {
        height: 50px;
        object-fit: contain;
    }
    .curriculum-sec .image-bg .content-box {
        min-height: 350px;
    }
    .curriculum-sec .box-content {
        padding: 0 15px;
    }
    .vid-box {
        width: 100%;
    }
    .about-sec1.section {
        padding-bottom: 0;
    }
    .about-sec1 .col-6, .c-form .col-md-6, .con-pd .col-6, .flex-rev .col-6 {
        width: 100%;
        text-align: center;
    }
    .about-sec1 .img-wrap .bg-img-helper, .con-pd .img-wrap .bg-img-helper, .flex-rev .img-wrap .bg-img-helper {
        margin-bottom: 30px;
    }
    .about-sec2 .section-inner .image-up {
        width: 50%;
    }
    .c-form .content-only:last-child .box-content {
        margin-top: 30px;
    }
    .c-form .content-only .container {
        max-width: 100%;
        padding: 0;
    }
    .flex-rev .content-box .row {
        flex-direction: column-reverse;
    }
    .exp-item .img-wrap .bg-img-helper {
        margin-bottom: 0;
    }
    .latest-blog-sec header h2 {
        font-size: 30px;
    }
    .blog-holder ul li {
        margin-right: 30px;
    }
    .blogside-category {
        padding: 40px 0;
    }
    .home .page--header .swiper-container .swiper-slide {
        flex-direction: column;
    }
    .home .page--header .swiper-container .swiper-slide .slide-content {
        width: 100%;
    }
    .home .page--header .swiper-container .swiper-slide .slide-img {
        height: 200px;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .home .page--header .swiper-container {
        padding: 0;
        padding-bottom: 50px;
        text-align: center;
    }
    .home .page--header .swiper-container .swiper-slide .slide-content h2:after {
        display: none;
    }
    .single-course .bg-light h1 {
        margin-top: 30px;
    }
    .single-course .bg-light .col-lg-8 .col-lg-4 {
        border-left: 0px;
    }
    .single-course .accordion.accordion-icon .accordion-header .accordion-button:before,
    .single-course .accordion.accordion-icon .accordion-header .accordion-button:after {
        right: 0;
    }

    .site-footer {
        text-align: center;
    }
    .footer-logo ul {
        justify-content: center;
    }
    .footer-col-flex {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .footer-copy {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .col-6, .about-sec2 .section-inner .image-up {
        width: 100%;
    }
    .sec-title header .sub-header, .tutor-sec .box-content .content h3, .page-inner-title header h2, .page-inner-title .box-content .title,
    .cta-sec .box-content .title {
        font-size: 30px;
        line-height: 1.2;
    }
    .sec-title header .sub-header {
        line-height: 1.2;
        margin-top: 5px;
    }
    .sec-title header .sub-header p {
        margin-top: 10px;
        line-height: 1.5;
    }
    body:not(.home) .page--header h1, .home .page--header .swiper-container .swiper-slide .slide-content h2 {
        font-size: 35px;
        text-align: center;
    }
    .video-sec {
       min-height: 350px;
    }
    .curriculum-sec.section {
        padding-top: 0;
    }
    .curriculum-sec .image-bg:after {
        height: 98%;
        top: 17px;
        left: 8px;
    }
    .curriculum-sec .box-content, .exp-item .box-content .content, .blog-cat-sec .section-inner .image-bg .box-content,
    .site-main .sub-listing-sec .image-bg .content-box .box-content {
        text-align: center;
        bottom: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .curriculum-sec .box-content .content .col-link {
        height: 1px;
        opacity: 1;
        visibility: visible;
    }
    .tutor-sec, .tutor-inner-sec, .exp-item .box-content .title, .latest-blog-sec .box-content .item .text-holder,
    .blog-cta-sec, .blogside-category > h3 {
        text-align: center;
    }
    .tutor-sec .image-right .row {
        flex-direction: column-reverse;
    }
    .tutor-sec .img-wrap .bg-img-helper {
        height: 250px;
        margin-bottom: 20px;
    }
    .cta-sec.section {
        text-align: center;
        padding: 50px 0 40px;
    }
    .tutor-inner-sec .section-inner header, .mg-bottom50.section, .img-height .img-wrap .bg-img-helper {
        margin-bottom: 30px;
    }
    .partners-sec header {
        margin-bottom: 0;
    }
    .tutor-inner-sec .section-inner > .container .row .image-left:after, .blog-inner-holder .blue-bg {
        display: none;
    }
    .tutor-inner-sec .section-inner > .container .row .image-left:before {
        top: 1rem;
        left: 1rem;
        right: auto;
    }
    .tutor-inner-sec .section-inner > .container .row .image-left .content-box:before {
        top: 9px;
        left: 2.5rem;
        right: auto;
    }
    .tutor-inner-sec .img-wrap .bg-img-helper {
        margin-top: 30px;
    }
    .exp-item .image-up {
        flex: 0 100%;
    }
    .exp-item .box-content .content {
        height: auto;
        visibility: visible;
        opacity: 1;
    }
    .exp-item .box-content .content ul {
        justify-content: center;
    }
    .latest-blog-sec header .cell {
        flex-direction: column;
        text-align: center;
    }
    .blog-holder ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .blog-holder ul li {
        margin-right: 0; 
        flex: 0 49%;
        margin-bottom: 10px;
        display: flex;
    }
    .blog-holder ul li button {
        color: #ffffff;
        font-size: 18px;
        padding: 8px;
        background: var(--font-color-sub-title);
        width: 100%;
        height: 100%;
    }
    .blog-holder ul li button.active, .blog-holder ul li button:hover {
        color: #ffffff;
        background: var(--font-color-yellow);
    }
    .blog-cat-sec .section-inner .image-bg:first-child .content-box {
        height: 250px;
        margin-bottom: 20px;
    }
    .blog-inner-holder {
        padding-top: 50px;
    }
    .blog-cta-sec .box-content .content h3, .blog-inner-holder .blog-content-holder .blog-title h1 {
        font-size: 30px;
    }
    .blog-inner-holder .blog-content-holder {
        margin-top: 0;
        text-align: center;
    }
    .vid-box video {
        height: auto;
    }
    .sign-in-sec .card.shadow {
        padding: 1.5rem!important;
    }
    .sign-up-sec .bg-primary {
        text-align: center;
    }
    .sign-up-sec .form-signup {
        padding: 20px;
        width: 90%;
    }
    .sub-listing-sec .image-bg .content-box:after {
        background-color: rgb(0 0 0 / 80%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .site-main .sub-listing-sec .image-bg .content-box .box-content .content .subject-info div p,
    .site-main .sub-listing-sec .price_details {
        font-size: 18px;
        display: block;
        margin-right: 0;
    }
    .single-course .accordion.accordion-icon .accordion-body .col-4,
    .single-course .accordion.accordion-icon .accordion-body .col-8 {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .site-footer {
        padding: 3rem 0 2rem;
    }
    .footer-col-flex .footer-col {
        margin-left: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .footer-copy {
        padding-top: 0;
    }
    .footer-copy a {
        display: block;
        margin-left: 0;
    }
}