:root {
    --color-orange: #EA9A1F;
    --color-light-blue: #38B4E5;
    --color-dark-blue: #1161A7;
    --color-purple: #662E93;
    --color-green: #007071;
    --color-pink: #E25499;
    --color-dark-pink: #BA1D8A;
}

/* Fonts */
/* Lovelo */
@font-face {
    font-family: "Lovelo";
    src: url('/themes/custom/conbiz_sub/fonts/Lovelo/Lovelo-Black.eot');
    src: url('/themes/custom/conbiz_sub/fonts/Lovelo/Lovelo-Black.eot?#iefix') format('embedded-opentype'),
        url('/themes/custom/conbiz_sub/fonts/Lovelo/Lovelo-Black.woff2') format('woff2'),
        url('/themes/custom/conbiz_sub/fonts/Lovelo/Lovelo-Black.woff') format('woff'),
        url('/themes/custom/conbiz_sub/fonts/Lovelo/Lovelo-Black.ttf') format('truetype');
}

/* Red Hat Display */
@font-face {
    font-family: "Red Hat Display";
    src: url("/themes/custom/conbiz_sub/fonts/Red Hat Display/RedHatDisplay-VariableFont_wght.ttf") format("truetype-variations");
    font-weight: 125 950;
    font-stretch: 75% 125%;
    font-style: normal;
}
@font-face {
    font-family: "Red Hat Display";
    src: url("/themes/custom/conbiz_sub/fonts/Red Hat Display/RedHatDisplay-Italic-VariableFont_wght.ttf") format("truetype-variations");
    font-weight: 125 950;
    font-stretch: 75% 125%;
    font-style: italic;
}

/* General */
body {
    font-family: "Red Hat Display", sans-serif;
    line-height: 1.4;
}
header > .topbar {
    padding: 0;
    background: transparent linear-gradient(270deg, #25AAE1 0%, #21A0D8 24%, #1B91CB 47%, #1788C2 62%, #0B6AA6 100%) 0% 0% no-repeat padding-box;
}
.topbar a:hover,
.topbar a:focus {
    color: var(--conbiz-theme-color-second);
}
.topbar .topbar-content-inner .topbar-right {
    padding-right: 185px;
}
.topbar .topbar-content-inner .language-region {
    top: -2px;
}
.gbb-row .bb-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}
.branding {
    background: none !important;
}
.site-branding-logo img {
    max-width: 160px;
}
.btn-theme {
    background: var(--conbiz-theme-color-second);
    border-radius:  0 16px 16px 16px;
    padding: 11px 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff !important;
}
.btn-text {
    color: #fff;
}
/* Remove all double arrows from buttons. */
.button span,
.btn span,
.btn-white span,
.btn-theme span,
.btn-theme-second span,
.btn-theme-submit span,
.btn-gray span {
    padding: 0;
}
.button span::after,
.btn span::after,
.btn-white span::after,
.btn-theme span::after,
.btn-theme-second span::after,
.btn-theme-submit span::after,
.btn-gray span::after {
    display: none;
}

.gsc-button {
    font-family: var(--conbiz-font-sans-serif);
    border-radius: 0 16px 16px;
}
.gsc-button.medium {
    padding: 18px;
    font-size: 15px;
}
.scroll-to-top {
    background: var(--conbiz-theme-color-second);
}
.scroll-to-top::after,
.scroll-to-top::before {
    background-color: var(--conbiz-theme-color-second);
}
.theme-link {
    font-size: 13px;
}

/* Navbar */
.side-menu {
    background: transparent linear-gradient(271deg, #25AAE1 0%, #21A0D8 24%, #1788C2 62%, #0B6AA6 100%) 0% 0% no-repeat padding-box;
    box-shadow: 30px 30px 30px #0000001A;
    position: fixed !important;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    z-index: 999;
    text-align: left;
    height: 100vh;
    max-height: 1080px;
    overflow-y: auto;
    overflow-x: hidden;
    webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    padding-top: 0;
    transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -moz-transform: translateX(100%);
    transition: all 0.3s;
}
.side-menu.show-view {
    transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
}
.side-menu .close-side-menu {
    display: flex;
    justify-content: center;
    padding: 1.75rem;
    font-size: 2rem;
    color: #fff;
    border-bottom: 2px solid var(--color-light-blue);
    cursor: pointer;;
}
.side-menu .main-nav {
    padding: 3rem 0 0;
    list-style: none;
    margin: 0;
}
.side-menu .main-nav .menu-item {
    margin: 0 2rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--color-light-blue);
}
.side-menu .main-nav .menu-item a:not(.nolink):hover {
    color: var(--conbiz-theme-color-second) !important;
}
.side-menu .main-nav .menu-item.menu-item--active-trail {
}
.menu-link {
    position: relative;
}
.side-menu .main-nav .menu-item .menu-link a:not(.sub-menu-toggle) {
    display: block;
    position: relative;
    color: #fff;
    font-weight: 600;
}
.side-menu .main-nav .menu-item .sub-menu-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #515151 !important;
    font-size: 1.25rem;
    background: #fff;
    padding: 3px 9px;
    border-radius: 8px;
    cursor: pointer;
}
.side-menu .main-nav .menu-item.menu-item--active-trail > .menu-link a,
.side-menu .main-nav .menu-item.menu-item--active-trail > a {
    color: var(--conbiz-theme-color-second);
    font-weight: 700;
}

.side-menu .sub-menu {
    transition: all 0.4s;
    overflow: hidden;
}
.side-menu .sub-menu.expanded {
    padding-top: 0.5rem;
}
.side-menu .sub-menu .menu-item {
    border: none;
    padding: 0.5rem 0;
    margin: 0;
}
.side-menu .sub-menu .menu-item a {
    color: #fff;
    font-weight: 500;
}
.side-menu .sub-menu .sub-menu {
    padding: 0.25rem 1rem 0;
}

.hamburger-inner {
    position: relative;
    width: 36px;
    height: 32px;
}
.menu-bar {
    width: auto;
    height: auto;
    background: var(--conbiz-theme-color-second);
    padding: 7px 5px;
    margin: 0;
    transform: translateY(-50%);
}
.menu-label {
    position: absolute;
    top: 50%;
    right: 65px;
    transform: translateY(-50%);
    color: #354655;
}

/* Checkmark Lists */
.checkmark-list {
    position: relative;
    padding-left: 50px;
    list-style: none;
}
.checkmark-list li {
    margin-bottom: 0.75rem;
    font-weight: bold;
}
.checkmark-list li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00c';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    color: #fff;
    border-radius: 100%;
    background-color: var(--conbiz-theme-color);
    width: 24px;
    height: 25px;
}
.checkmark-list.purple li::before { background-color: var(--color-purple); }
.checkmark-list.green li::before { background-color: var(--color-green); }
.checkmark-list.pink li::before { background-color: var(--color-pink); }
.checkmark-list.dark-pink li::before { background-color: var(--color-dark-pink); }
.checkmark-list.light-blue li::before { background-color: var(--color-light-blue); }

/* Box List */
.box-list {
    position: relative;
    padding-left: 35px;
    list-style: none;
}
.box-list li {
    margin-bottom: 0.75rem;
    font-weight: bold;
}
.box-list li::before {
    content: '';
    position: absolute;
    left: 0;
    border-radius: 5px;
    background-color: var(--conbiz-theme-color);
    width: 18px;
    height: 18px;
}
.box-list.orange li::before { background-color: var(--color-orange); }
.box-list.purple li::before { background-color: var(--color-purple); }
.box-list.green li::before { background-color: var(--color-green); }
.box-list.pink li::before { background-color: var(--color-pink); }
.box-list.dark-pink li::before { background-color: var(--color-dark-pink); }
.box-list.light-blue li::before { background-color: var(--color-light-blue); }
.box-list.dark-blue li::before { background-color: var(--color-dark-blue); }

/* Banner */
.banner {
    position: relative;
}
.banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0,0,0,0) 50%);
}
.banner.shift-bg-sm .gva-parallax-inner {
    background-position: 25% top !important;
}
.banner.bg-full-dark::after {
    background: rgba(0, 0, 0, 0.5);
}
.banner.rounded-bottom {
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important;
}
.banner .title {
    font-size: 2.25rem;
}
.banner .sub-title {
    font-size: 1rem;
    letter-spacing: 2px;
}
.banner .small-sub-title .sub-title {
    font-size: 0.5rem;
    margin-bottom: 5px;
}

.gavias_sliderlayer .banner-sub-title::after,
.gavias_sliderlayer .banner-sub-title::before,
.banner .sub-title > span::after,
.banner .sub-title > span::before { background: transparent linear-gradient(90deg, #F7941E 0%, #F48B1E 16%, #EC721F 43%, #E04B21 76%, #D62B23 100%) 0% 0% no-repeat padding-box !important; }

.banner-content-bg::after {
    content: '';
    position: absolute;
    top: 350px;
    bottom: 60px;
    right: 0;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.9;
}
.banner-content-bg.orange::after { background-color: var(--color-orange); }
.banner-content-bg.purple::after { background-color: var(--color-purple); }
.banner-content-bg.green::after { background-color: var(--color-green); }
.banner-content-bg.pink::after { background-color: var(--color-pink); }
.banner-content-bg.dark-pink::after { background-color: var(--color-dark-pink); }
.banner-content-bg.light-blue::after { background-color: var(--color-light-blue); }
.banner-content-bg.dark-blue::after { background-color: var(--color-dark-blue); }

.gavias_sliderlayer .btn-theme {
    padding: 6px 50px !important;
    font-size: 18px !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Lovelo", sans-serif;
    text-transform: uppercase;
}
.gsc-heading .title,
.gsc-heading .sub-title {
    font-family: "Lovelo", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}
.gsc-call-to-action .sub-title {
    font-family: "Lovelo", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.gsc-heading .heading-action {
    margin-top: 2.25rem !important;
}

.gsc-heading .sub-title.text-theme { color: var(--color-light-blue) !important; }
.gsc-heading .sub-title.text-theme > span::after,
.gsc-heading .sub-title.text-theme > span::before { background: transparent linear-gradient(90deg, #25AAE1 0%, #21A0D8 24%, #1788C2 62%, #0B6AA6 100%) 0% 0% no-repeat padding-box; }

.gsc-heading.sub-title-orange .sub-title { color: var(--color-orange) !important; }
.gsc-heading.sub-title-orange .sub-title > span::after,
.gsc-heading.sub-title-orange .sub-title > span::before { background: transparent linear-gradient(90deg, #F7941E 0%, #F48B1E 16%, #EC721F 43%, #E04B21 76%, #D62B23 100%) 0% 0% no-repeat padding-box; }

.gsc-heading.sub-title-purple .sub-title { color: var(--color-purple) !important; }
.gsc-heading.sub-title-purple .sub-title > span::after,
.gsc-heading.sub-title-purple .sub-title > span::before { background: #662E93 0% 0% no-repeat padding-box; }

.gsc-heading.sub-title-green .sub-title { color: var(--color-green) !important; }
.gsc-heading.sub-title-green .sub-title > span::after,
.gsc-heading.sub-title-green .sub-title > span::before { background: var(--color-green) 0% 0% no-repeat padding-box; }

.gsc-heading.sub-title-pink .sub-title { color: var(--color-pink) !important; }
.gsc-heading.sub-title-pink .sub-title > span::after,
.gsc-heading.sub-title-pink .sub-title > span::before { background: var(--color-pink) 0% 0% no-repeat padding-box; }

.gsc-heading.sub-title-dark-pink .sub-title { color: var(--color-dark-pink) !important; }
.gsc-heading.sub-title-dark-pink .sub-title > span::after,
.gsc-heading.sub-title-dark-pink .sub-title > span::before { background: var(--color-dark-pink) 0% 0% no-repeat padding-box; }

.gsc-heading.sub-title-dark-blue .sub-title { color: var(--color-dark-blue) !important; }
.gsc-heading.sub-title-dark-blue .sub-title > span::after,
.gsc-heading.sub-title-dark-blue .sub-title > span::before { background: var(--color-dark-blue) 0% 0% no-repeat padding-box; }

.gsc-heading.style-2 .heading-action a {
    border: none;
    color: #fff;
}

.panel .panel-heading .panel-title,
.team-block.team-v1 .team-name {
    font-family: var(--conbiz-heading-font-family);
    text-transform: none;
    color: var(--conbiz-theme-color);
}

/* Tabs Content */
.gsc-tabs-content .nav-tabs > li > a {
    font-weight: 400;
    letter-spacing: 1px;
}
.gsc-tabs-content .nav-tabs > li + li {
    padding-left: 15px;
}

/* Free Classes */
.free-classes .nav-tabs > li {
    width: auto;
    min-width: 10rem;
}
.free-classes .nav-tabs > li > a {
    border-radius:  0 16px 16px 16px;
    opacity: 0.4;
    background-color: var(--conbiz-theme-color);
    color: #fff;
}
.free-classes .nav-tabs > li:nth-child(1) > a { background-color: var(--color-purple); }
.free-classes .nav-tabs > li:nth-child(2) > a { background-color: var(--color-green); }
.free-classes .nav-tabs > li:nth-child(3) > a { background-color: var(--color-pink); }
.free-classes .nav-tabs > li:nth-child(4) > a { background-color: var(--color-dark-pink); }
.free-classes .nav-tabs > li:nth-child(5) > a { background-color: var(--color-dark-blue); }

.free-classes .nav-tabs > li > a.active,
.free-classes .nav-tabs > li > a:hover,
.free-classes .nav-tabs > li > a:focus {
    opacity: 1;
}

.free-classes .tab-content-inner {
    flex-flow: row-reverse;
}
.free-classes .tab-content-inner .content-inner {
    padding-right: 3rem;
}
.free-classes .tab-content .tab-content-inner .images img {
    border-radius:  0 50px 50px 50px;
}

/* Testamonial */
.testimonial-node-v3 .testimonial-content .quote {
    font-size: 15px;
    line-height: 1.4;
}
.testimonial-node-v3 .content-inner .right .job {
    color: var(--conbiz-theme-color);
}
.testimonial-node-v3 .testimonial-content .testimonial-icon {
    position: relative;
    display: flex;
    justify-content: center;
}
.testimonial-node-v3 .testimonial-content .testimonial-icon::after {
    content: '';
    display: block;
    background: url(/themes/custom/conbiz_sub/images/icons/speech-bubble.gif) center no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
}
.testimonial-node-v3 .testimonial-content .testimonial-icon span { display: none; }

/* Services */
.service-block-2 .readmore a {
    background: var(--conbiz-theme-color-second) !important;
    color: #fff !important;
    font-weight: 600;
}
.service-block-2 .readmore a i {
    color: #fff !important;
}

.service-color-orange .service-images::before { background: var(--color-orange); }
.service-color-dark-blue .service-images::before { background: var(--color-dark-blue); }
.service-color-light-blue .service-images::before { background: var(--color-light-blue); }
.service-color-pink .service-images::before { background: var(--color-pink); }
.service-color-dark-pink .service-images::before { background: var(--color-dark-pink); }
.service-color-purple .service-images::before { background: var(--color-purple); }
.service-color-green .service-images::before { background: var(--color-green); }

/* Portfolio Columns */
.portfolio-v3 .images .gallery-popup {
    height: 100%;
}
.portfolio-v3 .images .item-image {
    transition: all 0.6s;
    height: 100%;
}
.portfolio-v3:hover .images .item-image {
    filter: blur(4px);
}
.portfolio-v3 .images img {
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    max-width: 100%;
}
.portfolio-filter ul.nav-tabs {
    justify-content: flex-start;
  }
.portfolio-filter a {
    color: #354655;
}
.portfolio-filter ul.nav-tabs > li > a:hover,
.portfolio-filter ul.nav-tabs > li > a:focus,
.portfolio-filter ul.nav-tabs > li > a.active {
    background-color: var(--conbiz-theme-color-second) !important;
}
.portfolio-v3 .title {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}
.portfolio-v3 .body {
    color: #fff;
}
.portfolio-v3 .btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
}
.portfolio-v3 .btn:hover {
    background: white;
    color: black;
}
.portfolio-v3 .portfolio-content::before { opacity: 0.7; }
.items-orange .portfolio-v3 .portfolio-content::before { background: var(--color-orange); }
.items-dark-blue .portfolio-v3 .portfolio-content::before { background: var(--color-dark-blue); }
.items-light-blue .portfolio-v3 .portfolio-content::before { background: var(--color-light-blue); }
.items-pink .portfolio-v3 .portfolio-content::before { background: var(--color-pink); }
.items-dark-pink .portfolio-v3 .portfolio-content::before { background: var(--color-dark-pink); }
.items-purple .portfolio-v3 .portfolio-content::before { background: var(--color-purple); }
.items-green .portfolio-v3 .portfolio-content::before { background: var(--color-green); }

/* Item Carousel */
.gsc-service-carousel .owl-stage{display: flex;}
.gsc-service-carousel .item {
    display: flex;
    flex: 1 0 auto;
    width: 100%;
    height: 100%;
}
.gsc-service-carousel .item .content-inner {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}
.gsc-service-carousel .item .content-inner .title {
    font-family: Redhat, sans-serif;
    font-weight: 500;
    text-transform: none;
    line-height: 1.4;
}
.gsc-service-carousel .item .content-inner:hover,
.gsc-service-carousel .item .content-inner:focus,
.gsc-service-carousel .item .content-inner:active,
.gsc-service-carousel .owl-carousel .owl-item.center .content-inner {
    background: var(--color-light-blue) !important;
}

/* Banner Carousel */
.banner-carousel {
    border: none;
}
.banner-carousel .init-carousel-owl .item .item-image {
    border: none;
    padding: 1.5rem;
}
.gva-carousel-5 {
    padding: 1.5rem;
}
.gva-carousel-5 .views-field-title {
    color: var(--conbiz-theme-color);
    font-weight: 700;
}
.gva-carousel-5 .views-field-body p {
    color: var(--conbiz-theme-color);
    font-size: 15px;
}


/* Box Items */
.gsc-box-hover .box-title,
.gsc-box-hover .backend .box-title {
    color: var(--conbiz-theme-color);;
}
.gsc-box-hover .backend .btn-white {
    background: var(--conbiz-theme-color-second);
}

/* Video Box Items */
.gsc-video-box.style-1 .video-content-right {
    padding-top: 4px;
    color: #000;
}
.gsc-video-box.desc-white .video-desc {
    color: #fff;
}

/* Webforms */
.webform-submission-form .form-item input,
.webform-submission-form .form-item select,
.webform-submission-form .form-item textarea {
    border: 1px solid #bbb;
    background: #fff;
}
.webform-submission-form .form-item input::placeholder,
.webform-submission-form .form-item select,
.webform-submission-form .form-item textarea::placeholder {
    color: #aaa;
    opacity: 1;
}
.webform-submission-form .form-item textarea {
  padding: 1rem 2rem;
}
.webform-submission-form .form-item option:not(:first-of-type) {
  color: #000;
}
.webform-submission-form input[type="submit"] {
    background: var(--conbiz-theme-color-second);
    border-radius:  0 20px 20px 20px;
}
.webform-submission-form .form-wrapper .form-item select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background-image: url(/themes/custom/conbiz_sub/images/svgs/arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 97% center !important;
    background-size: 23px 23px !important;
}

/* Contact Box */
.contact-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, rgba(0, 40, 115, 0.4) 0%, rgba(0,0,0,0) 50%) var(--color-light-blue);
    border-radius: 10px;
    height: 250px;
}
.contact-box h3 {
    color: #fff;
    font-weight: 400;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.contact-box a {
  color: #fff;
}
.contact-box a:hover {
    color: var(--conbiz-theme-color-second);
}

/* Footer */
#footer {
    position: relative;
    background: transparent linear-gradient(270deg, #25AAE1 0%, #21A0D8 24%, #1788C2 62%, #0B6AA6 100%) 0% 0% no-repeat padding-box;
    padding: 3.5rem 2rem 2rem 2rem;
}
#footer::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(/themes/custom/conbiz_sub/images/swirl_white.png) center no-repeat;
    background-size: cover;
    opacity: 0.05;
}
#footer .footer-inner,
#footer .copyright {
    position: relative;
    z-index: 1;
}
#footer .copyright .copyright-inner a {
    color: #fff;
}
#footer .block .block-title {
    font-family: "Red Hat Display", sans-serif;
    text-transform: none;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0.5rem 0;
}
#footer .gva_menu {
    display: flex;
    flex-flow: column;
    margin-bottom: 3rem;
}
#footer .gva_menu > li > a {
    padding: 0.5rem 0;
    font-weight: 500;
}
#footer .navigation .gva_menu > li.menu-item--expanded > a::after {
    display: none;
}
#footer .gva_menu .sub-menu {
    position: relative;
    opacity: 1;
    color: #fff;
    visibility: visible;
    top: 0;
    z-index: 0;
    transform: none;
    display: block;
    background: transparent;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}
#footer .gva_menu a + .sub-menu > li:first-child {
    padding-top: 0.25rem;
}
#footer .gva_menu .sub-menu > li {
    opacity: 1;
    visibility: visible;
    transform: none;
    border: none;
    padding: 0.4rem 0;
}
#footer ul.sub-menu a::before {
    content: none;
}
#footer .footer-column {
    margin: 0;
}
#footer .footer-contact-us {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 2rem 0;
}
#footer .footer-contact-us .contact-text {
    margin: 0;
    line-height: 1;
    font-weight: 400;
    font-family: "Red Hat Display", sans-serif;
    color: #fff;
    font-size: 1.7rem;
}
#footer .footer-contact-us .btn-theme {
    padding-left: 3rem;
    padding-right: 3rem;
}

/* Icons */
.custom-icon-files {
    content: '';
    display: block;
    background: url(/themes/custom/conbiz_sub/images/icons/copy.gif) center no-repeat;
    background-size: contain;
    mix-blend-mode: multiply;
    width: 60px;
    height: 60px;
}

/* Helpers */
.img-fit-height * {
    height: 100%;
}
.img-fit-height img {
    object-fit: cover;
}
.img-text-bubble img {
    border-radius:  0 50px 50px 50px;
}
.bl-text-bubble {
    border-radius: 48px 48px 48px 0px;
}

/* Image content v3 */
.gsc-image-content.skin-v3 .title {
    font-family: "Red Hat Display", sans-serif;
    text-transform: none;
    font-weight: 600;
    line-height: 1.2;
}
.gsc-image-content.skin-v3 .image {
    max-height: none;
}
.gsc-image-content.skin-v3 .desc {
    color: #fff;
    line-height: 1.2;
}

/* Backgrounds */
.bg-multiply::before,
.gsc-image-content .image::before {
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    opacity: 0.85;
    z-index: 1;
}
.bg-multiply.dark-blue::before,
.gsc-image-content.bg-dark-blue .image::before
{ background-color: var(--color-dark-blue) !important; }

.bg-multiply.light-blue::before,
.gsc-image-content.bg-light-blue .image::before
{ background-color: var(--color-light-blue) !important; }

.bg-multiply.orange::before,
.gsc-image-content.bg-orange .image::before
{ background-color: var(--color-orange) !important; }

.bg-multiply.purple::before,
.gsc-image-content.bg-purple .image::before
{ background-color: var(--color-purple) !important; }

.bg-multiply.green::before,
.gsc-image-content.bg-green .image::before
{ background-color: var(--color-green) !important; }

.bg-multiply.pink::before,
.gsc-image-content.bg-pink .image::before
{ background-color: var(--color-pink) !important; }

.bg-multiply.dark-pink::before,
.gsc-image-content.bg-dark-pink .image::before
{ background-color: var(--color-dark-pink) !important; }

.gsc-images-parallax .image-1::before {
    display: none;
}

/* enrollment new template styles */
/* Inter */
@font-face {
    font-family: "Inter";
    src: url('/themes/custom/conbiz_sub/fonts/Lovelo/Inter.ttf') format('truetype-variations');
}
.enrollment-banner::before {
    content: none !important;
    /*content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;*/
}
.enrollment-banner::after {
    content: none !important;
}
.enrollment-template .btn-theme {
    background-color: #075C1C;
    border-radius:  0 16px 16px 16px;
    padding: 11px 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff !important;
}
.enrollment-template .sub-title span {
    font-family: "Lovelo", sans-serif;
    text-transform: none;
}
.enrollment-template .sub-title span:before, .enrollment-template .sub-title span:after {
    background: none !important;
}
.enrollment-classes {
    background: linear-gradient(to left, #f0f0f0 0%, #ffffff 100%);
}
.enrollment-classes .gsc-tabs-content {
    background: transparent;
}
.now-enrolling {color: #354655;}
.now-enrolling .nav-tabs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: left;
    padding-left: 85px;
}
.now-enrolling .nav-tabs > li > a {
    background-color: #075C1C !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.now-enrolling .checkmark-list li::before { background-color: #075C1C; margin-top: -0.07rem; }
.now-enrolling .btn-theme {
    background-color: #075C1C !important;
    text-transform: none;
}
.now-enrolling .tab-content-inner::before {
    background: none !important;
}
.now-enrolling .heading-title, .why-choose-banning .heading-title {
    font-size: 1.1rem;
}
.checkmark-list.enroll li {
    color: #354655;
    font-weight: normal;
}
.why-choose-banning { color: #354655; padding-left: 85px; margin-bottom: 2rem; }
.why-choose-banning p {margin-bottom: 0.4rem;}
.why-choose-banning .pink { color: #E71987; }
.answer-common-faq {
    background: linear-gradient(to right, #f0f0f0 0%, #ffffff 100%);
}
.answer-common-faq .gsc-heading {
    padding: 30px 0 80px 7px;
}
/*.answer-common-faq .gsc-heading .sub-title.text-theme {
    font-family: "Inter", sans-serif;
    font-weight: bold;
}*/
.answer-common-faq .gsc-heading .sub-title.text-theme > span::after, .answer-common-faq .gsc-heading .sub-title.text-theme > span::before{
    background: transparent linear-gradient(90deg, #25AAE1 100%, #21A0D8 100%, #1788C2 100%, #0B6AA6 100%) 0% 0% no-repeat padding-box !important;
}
.enrollment-faq .panel.panel-default {
    font-family: "Red Hat Display", sans-serif;
    background-color: #F7ED5E;
    margin-bottom: 1rem;
    border: 1px solid #00000021 !important;
}
.enrollment-faq .panel.panel-default .panel-heading .panel-title a {
    font-family: "Red Hat Display", sans-serif;
    color: #1161A7;
}
.enrollment-faq .panel.panel-default .panel-body {
    font-family: "Red Hat Display", sans-serif;
    color: #354655;
    padding: 1rem 0 0 0;
}
.enrollment-faq .panel .panel-heading .panel-title > a:after {
    right: 0px !important;
    background: #209ED6;
    color: #F7ED5E;
}
.enrollment-faq .panel .panel-heading .panel-title > a.collapsed:after {
    background: #209ED6;
}
.contact-info-row {
    margin-top: 3rem;
}
.enroll-contact-info ul {
    list-style-type: none;
    color: #354655;
}
.enroll-contact-info ul li {
    font-size: 13px;
    line-height: 2rem;
    margin-top: -3px;
    color: #354655;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.enroll-contact-info ul li:not(span){
    font-size: 18px;
}
.enroll-contact-info .email {
    background: url(/themes/custom/conbiz_sub/images/icons/email.svg) center no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    order: -1;
    color: transparent;
}
.enroll-contact-info .sms {
    background: url(/themes/custom/conbiz_sub/images/icons/sms.svg) center no-repeat;
    background-size: contain;
    width: 25px;
    height: 22px;
    margin-right: 10px;
    order: -1;
    color: transparent;
}
.enroll-contact-info .call {
    background: url(/themes/custom/conbiz_sub/images/icons/call.svg) center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    order: -1;
    color: transparent;
}
.enroll-contact-info .cal {
    background: url(/themes/custom/conbiz_sub/images/icons/cal.svg) center no-repeat;
    background-size: contain;
    width: 21px;
    height: 24px;
    margin-right: 10px;
    order: -1;
    color: transparent;
}
.enroll-contact-info .email::before, .enroll-contact-info .sms::before, .enroll-contact-info .call::before, .enroll-contact-info .cal::before {
    content: "";
}
.answer-common-faq .que-contact h2 {
    font-family: "Red Hat Display", sans-serif;
    color: #1161A7;
    text-transform: none;
    font-size: 36px;
}

.banning-adult-education-section.gsc-service-carousel .item{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.banning-adult-education-section.gsc-service-carousel .item .content-inner, .banning-adult-education-section.gsc-service-carousel .owl-carousel .owl-item.center .content-inner {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    align-items: center;
    padding-left: 0.938rem !important;
    padding-right: 0.938rem !important;
    text-align: center;
}

.banning-adult-education-section.gsc-service-carousel .item .content-inner .sub-heading {
    font-weight: bold;
}

.banning-adult-education-section .item .content-inner .desc::after {
    content: unset;
}

.banning-adult-education-section .item .content-inner .desc {
    font-size: 1rem !important;
    line-height: 1.323rem !important;
}

.banning-adult-education-section.gsc-service-carousel .item .content-inner .title {
    color: #1161A7 !important;
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    box-shadow: 0 0.75rem 0.75rem 0 #0000001F;
}

.banning-adult-education-section .item .content-inner:hover .title, .banning-adult-education-section .item .content-inner:focus .title, .banning-adult-education-section .item .content-inner:active .title, .banning-adult-education-section.gsc-service-carousel .owl-carousel .owl-item.center .content-inner .title{
    color: #1161A7 !important;
    font-weight: 700 !important;
    font-size: 1.5rem !important;
}

.banning-adult-education-section .item .content-inner:hover .desc, .banning-adult-education-section .item .content-inner:focus .desc, .banning-adult-education-section .item .content-inner:active .desc, .banning-adult-education-section.gsc-service-carousel .owl-carousel .owl-item.center .content-inner .desc {
    color: #000000 !important;
}

.banning-adult-education-section .item .content-inner:hover .icon, .banning-adult-education-section .item .content-inner:focus .icon, .banning-adult-education-section .item .content-inner:active .icon, .banning-adult-education-section.gsc-service-carousel .owl-carousel .owl-item.center .content-inner .icon {
    color: #000000 !important;
}

.banning-adult-education-section .item .content-inner .title {
    font-family: "Red Hat Display", sans-serif;
    width: 11.188rem;
    height: 11.188rem;
    background: linear-gradient(358.28deg, #F7F7F7 1.38%, #E5E5E5 98.55%);
    border-radius: 11.188rem;
    text-align: center;
    color: #1161A7 !important;
    padding-top: 2.5rem;
}

.pick-your-path-to-prosperity-section.gsc-call-to-action .box-background:after {
    background: none !important;/*rgba(7, 92, 28, 0.7) !important;*/
}

.pick-your-path-to-prosperity-section.gsc-call-to-action .box-background {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.pick-your-path-to-prosperity-section.gsc-call-to-action .content-inner .title {
    font-size: 3rem !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.pick-your-path-to-prosperity-section.gsc-call-to-action .content-inner .sub-title {
    font-family: "Inter", sans-serif;
    margin-bottom: 0.5rem !important;
}
.pick-your-path-to-prosperity-section.gsc-call-to-action .content-inner .desc {
    font-size: 1.125rem !important;
    line-height: 1.532rem !important;
    margin-top: 0.625rem !important;
}

.pick-your-path-to-prosperity-section.gsc-call-to-action .content-inner .button-action {
    padding-top: 5rem !important;
}

.pick-your-path-to-prosperity-section.gsc-call-to-action .content-inner .button-action .btn-theme {
    text-transform: none !important;
}

/*.student-testimonial-section .sub-title {
    font-family: "Inter", sans-serif;
}*/

.student-testimonial-section  .testimonial-content .quote {
    font-family: "Red Hat Display", sans-serif !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    line-height: 1.323rem !important;
    color: #000000 !important;
}

.student-testimonial-section  .testimonial-content .content-inner .name, .student-testimonial-section  .testimonial-content .content-inner .job{
    font-family: "Red Hat Display", sans-serif !important;
    color: #1161A7 !important;
    font-size: 1.125rem !important;
    line-height: 1.488rem !important;
}

.enrollment-banner .bb-inner{
    padding-top: 560px !important;
}

.enrollment-banner-batch {
    position: absolute;
    top: -31.3rem;
    left: 6.2rem;
    background: #FFFFFF; /*E5*/
    box-shadow: 12px 12px 12px 0px #0000004D;
    width: 16.25rem;
    height: 15.5rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.enrollment-banner-batch > div {
    /*position: relative;
    top: 50%;
    transform: translateY(-50%);*/
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
}

.enrollment-banner-batch > div > img {
    /*height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;*/

   /* margin-top: auto;
    margin-bottom: auto;
    position: relative;
    width: 90%;
    height: 90%;*/
}

.enrollment-banner .small-sub-title .sub-title {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: unset !important;
    line-height: 1.15;
    font-family: "Lovelo", sans-serif;
}

.enrollment-banner .small-sub-title .title {
    font-size: 1.75rem;
    text-transform: none;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
}

.now-enrolling .checkmark-list {
    padding-left: 0 !important;
}
.now-enrolling .checkmark-list li::before{
    position: relative !important;
    margin-right: 1rem;
}

.banning-adult-education .bb-inner, .banning-adult-education .bb-inner .gsc-heading {
    padding-bottom: 0 !important;
}

@media (max-width: 1199.98px) {
    .now-enrolling .nav-tabs {
        padding-left: 15px;
    }
    .why-choose-banning {
        padding-left: 15px;
    }
    .pick-your-path-to-prosperity-section.gsc-call-to-action .box-background {
        background-size: cover !important;
        background-position: center bottom !important;
    }
    /*.enrollment-banner {
        background-size: cover !important;
        background-position: center bottom !important;
    }*/
    .enrollment-banner-batch {
        position: absolute;
        top: -31.2rem;
        left: 8rem;
    }
    /*.enrollment-banner-batch img {
        max-width: 80% !important;
        margin-top: 35%;
        height: auto !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }*/
}

@media (max-width: 991.98px) {
    .free-classes.now-enrolling {
        text-align: center;
    }
    .now-enrolling .nav-tabs {
        padding-left: 0;
        justify-content: center;
    }
    .why-choose-banning {
        padding-left: 0;
        text-align: center;
    }
    .pick-your-path-to-prosperity-section.gsc-call-to-action .box-background {
        background-size: cover !important;
        background-position: center bottom !important;
    }
    .enrollment-banner-batch {
        position: absolute;
        top: -31.2rem;
        left: 2rem;
        width: 10rem;
        height: 9rem;
    }
    /*.enrollment-banner-batch > div {
        position: relative;
        top: 15%;
        transform: unset;
    }*/
    /*.enrollment-banner-batch img {
        max-width: 80% !important;
        margin-top: 30%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }*/
    .answer-common-faq .que-contact h2 {
        font-size: 30px;
    }
    .banning-adult-education-heading {
        text-align: center !important;
    }

    .banning-adult-education-heading .heading-content .sub-title span:before{
        background: transparent linear-gradient(90deg, #25AAE1 0%, #21A0D8 24%, #1788C2 62%, #0B6AA6 100%) 0% 0% no-repeat padding-box;
        content: '';
        transform: translateY(-50%);
        width: 40px;
        height: 3px;
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 1;
    }

    .free-classes .tab-content-inner .content-inner {
        padding-right: 0 !important;
    }

    .free-classes .tab-content .tab-content-inner .images img {
        width: 100%;
    }
}
  
/* Responsive */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    header .site-branding-logo img {
        max-width: none;
    }
    .banner.shift-bg-sm .gva-parallax-inner {
        background-position: center top !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 1024px) { 
    .banner .title {
        font-size: 4.75rem;
    }
    .banner .sub-title {
        font-size: 1.75rem;
    }
    .banner .small-sub-title .sub-title {
        font-size: 1rem;
    }
    .enrollment-banner .small-sub-title .sub-title {
        font-size: 4rem;
        font-weight: 600;
    }
    .banner-content-bg::after {
        top: 450px;
    }
    .enrollment-banner .small-sub-title .title {
        font-size: 1.75rem;
    }
    .now-enrolling .tab-content-inner .content-inner {
        margin-top: -3.5rem;
        width: 45%;
        max-width: 45%;
    }
    .now-enrolling.gsc-tabs-content .tab-content .tab-content-inner .images {
        padding-right: 0 !important;
        width: 55%;
        min-width: 55%;
    }
    .btn-theme {
        font-size: 18px;
    }

    .enroll-contact-info ul{
        padding-left: 0;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .banner-content-bg::after {
        top: 550px;
    }
}

@media (min-width: 1920px) {
    .pick-your-path-to-prosperity-container {
        padding-top: 720px !important;
    }
}

@media (width: 1920px) {
    .pick-your-path-to-prosperity-container {
        padding-top: 500px !important;
        padding-bottom: 400px !important;
    }
}

@media (min-width: 1921px) {
    .pick-your-path-to-prosperity-container {
        padding-top: 520px !important;
        padding-bottom: 400px !important;
    }
}

@media (max-width: 1023.98px) {
    .enrollment-banner .small-sub-title .sub-title {
        font-size: 1.75rem !important;
    }
    .enrollment-banner .small-sub-title .sub-title > span {
        padding: 0 !important;
    }
    .enrollment-banner .small-sub-title .title {
        font-size: 1rem !important;
    }
    .enroll-contact-info ul li:not(span){
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    .free-classes .nav-tabs > li {
        width: 100% !important;
    }
    .free-classes .nav-tabs > li + li {
        padding-left: 0 !important;
    }

    .free-classes .tab-content-inner .content-inner {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .enrollment-banner .bb-inner {
        padding-top: 300px !important;
    }
    .enrollment-banner-batch {
        top: -17rem !important;
    }
    .free-classes .tab-content-inner .content-inner {
        padding-right: 0;
    }
}

.school-template-banning .enrollment-template .btn-theme,
.school-template-banning .now-enrolling .nav-tabs > li > a.active,
.school-template-banning .now-enrolling .nav-tabs > li > a:hover,
.school-template-banning .now-enrolling .checkmark-list li::before,
.school-template-banning .now-enrolling .btn-theme {
	background-color: #075C1C !important;
}
.school-template-banning .now-enrolling .nav-tabs > li > a {
	background-color: #538D36 !important;
	opacity: 1;
}
.school-template-banning .enrollment-faq .panel.panel-default {
    background-color: #F7ED5E;
}
.school-template-banning .enrollment-faq .panel .panel-heading .panel-title > a:after {
	color: #F7ED5E;
}

@media (max-width: 767.98px) {
    .school-template-banning .enrollment-classes *, 
    .school-template-banning .banning-adult-education */*,
    .school-template-banning  .student-testimonial-section **/ {
        text-align: left;
    }
    .school-template-banning .contact-info-row .enroll-contact-info ul.contact-list {
        padding-left: 0;
    }
}

.school-template-beaumont .enrollment-template .btn-theme,
.school-template-beaumont .now-enrolling .nav-tabs > li > a.active,
.school-template-beaumont .now-enrolling .nav-tabs > li > a:hover,
.school-template-beaumont .now-enrolling .checkmark-list li::before,
.school-template-beaumont .now-enrolling .btn-theme {
	background-color: #100646 !important;
}
.school-template-beaumont .now-enrolling .nav-tabs > li > a {
	background-color: #FFDF5A !important;
	opacity: 1;
}
.school-template-beaumont .enrollment-faq .panel.panel-default {
    background-color: #FFDF5A;
}
.school-template-beaumont .enrollment-faq .panel .panel-heading .panel-title > a:after {
	color: #FFDF5A;
}

@media (max-width: 1199.98px) {
    /*.school-template-beaumont .enrollment-banner-batch img {
        margin-top: unset !important;
		height: 100% !important;
		width: auto !important;
		vertical-align: bottom !important;
    }*/
}
@media (max-width: 991.98px) {
    /*.school-template-beaumont .enrollment-banner-batch img {
        margin-top: unset !important;
		height: 100% !important;
		width: auto !important;
		vertical-align: bottom !important;
    }*/

    /*.school-template-beaumont .enrollment-banner-batch > div {
        top: 50%;
    }*/
}

@media (max-width: 767.98px) {
    .school-template-beaumont .enrollment-classes *, 
    .school-template-beaumont .banning-adult-education */*,
    .school-template-beaumont  .student-testimonial-section **/ {
        text-align: left;
    }
    .school-template-beaumont .contact-info-row .enroll-contact-info ul.contact-list {
        padding-left: 0;
    }
}

.school-template-hemet .enrollment-template .btn-theme,
.school-template-hemet .now-enrolling .nav-tabs > li > a.active,
.school-template-hemet .now-enrolling .nav-tabs > li > a:hover,
.school-template-hemet .now-enrolling .checkmark-list li::before,
.school-template-hemet .now-enrolling .btn-theme {
	background-color: #5494CB !important;
}
.school-template-hemet .now-enrolling .nav-tabs > li > a {
	background-color: #999999 !important;
	opacity: 1;
}
.school-template-hemet .enrollment-faq .panel.panel-default {
    background-color: #FFFFFF;
}
.school-template-hemet .enrollment-faq .panel .panel-heading .panel-title > a:after {
	color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .school-template-hemet .enrollment-classes *, 
    .school-template-hemet .banning-adult-education */*,
    .school-template-hemet  .student-testimonial-section **/ {
        text-align: left;
    }
    .school-template-hemet .contact-info-row .enroll-contact-info ul.contact-list {
        padding-left: 0;
    }
}

.school-template-lake-elsinore .enrollment-template .btn-theme,
.school-template-lake-elsinore .now-enrolling .nav-tabs > li > a.active,
.school-template-lake-elsinore .now-enrolling .nav-tabs > li > a:hover,
.school-template-lake-elsinore .now-enrolling .checkmark-list li::before,
.school-template-lake-elsinore .now-enrolling .btn-theme {
	background-color: #00518A !important;
}
.school-template-lake-elsinore .now-enrolling .nav-tabs > li > a {
	background-color: #008DCB !important;
	opacity: 1;
}
.school-template-lake-elsinore .enrollment-faq .panel.panel-default {
    background-color: #C2C2C2;
}
.school-template-lake-elsinore .enrollment-faq .panel .panel-heading .panel-title > a:after {
	color: #C2C2C2;
}

@media (max-width: 767.98px) {
    .school-template-lake-elsinore .enrollment-classes *, 
    .school-template-lake-elsinore .banning-adult-education */*,
    .school-template-lake-elsinore  .student-testimonial-section **/ {
        text-align: left;
    }
    .school-template-lake-elsinore .contact-info-row .enroll-contact-info ul.contact-list {
        padding-left: 0;
    }
}

.school-template-mt-san-jacinto .enrollment-template .btn-theme,
.school-template-mt-san-jacinto .now-enrolling .nav-tabs > li > a.active,
.school-template-mt-san-jacinto .now-enrolling .nav-tabs > li > a:hover,
.school-template-mt-san-jacinto .now-enrolling .checkmark-list li::before,
.school-template-mt-san-jacinto .now-enrolling .btn-theme {
	background-color: #B2292E !important;
}
.school-template-mt-san-jacinto .now-enrolling .nav-tabs > li > a {
	background-color: #CCCCCC !important;
	opacity: 1;
}
.school-template-mt-san-jacinto .enrollment-faq .panel.panel-default {
    background-color: #CCCCCC;
}
.school-template-mt-san-jacinto .enrollment-faq .panel .panel-heading .panel-title > a:after {
	color: #333333;
}
.school-template-mt-san-jacinto .enrollment-faq .panel.panel-default .panel-heading .panel-title a,
.school-template-mt-san-jacinto .enrollment-faq .panel.panel-default .panel-heading .panel-title p {
	color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .school-template-mt-san-jacinto .enrollment-classes *, 
    .school-template-mt-san-jacinto .banning-adult-education */*,
    .school-template-mt-san-jacinto  .student-testimonial-section **/ {
        text-align: left;
    }
    .school-template-mt-san-jacinto .contact-info-row .enroll-contact-info ul.contact-list {
        padding-left: 0;
    }
}

.school-template-murrieta .enrollment-template .btn-theme,
.school-template-murrieta .now-enrolling .nav-tabs > li > a.active,
.school-template-murrieta .now-enrolling .nav-tabs > li > a:hover,
.school-template-murrieta .now-enrolling .checkmark-list li::before,
.school-template-murrieta .now-enrolling .btn-theme {
	background-color: #3CBF7C !important;
}
.school-template-murrieta .now-enrolling .nav-tabs > li > a {
	background-color: #003A18 !important;
	opacity: 1;
}
.school-template-murrieta .enrollment-faq .panel.panel-default {
    background-color: #E6E6E6;
}
.school-template-murrieta .enrollment-faq .panel .panel-heading .panel-title > a:after {
	color: #E6E6E6;
}

@media (max-width: 767.98px) {
    .school-template-murrieta .enrollment-classes *, 
    .school-template-murrieta .banning-adult-education */*,
    .school-template-murrieta  .student-testimonial-section **/ {
        text-align: left;
    }
    .school-template-murrieta .contact-info-row .enroll-contact-info ul.contact-list {
        padding-left: 0;
    }
}

.school-template-perris .enrollment-template .btn-theme,
.school-template-perris .now-enrolling .nav-tabs > li > a.active,
.school-template-perris .now-enrolling .nav-tabs > li > a:hover,
.school-template-perris .now-enrolling .checkmark-list li::before,
.school-template-perris .now-enrolling .btn-theme {
	background-color: #014689 !important;
}
.school-template-perris .now-enrolling .nav-tabs > li > a {
	background-color: #023F7B !important;
	opacity: 1;
}
.school-template-perris .enrollment-faq .panel.panel-default {
    background-color: #F8F8F8;
}
.school-template-perris .enrollment-faq .panel .panel-heading .panel-title > a:after {
	color: #F8F8F8;
}

@media (max-width: 767.98px) {
    .school-template-perris .enrollment-classes *, 
    .school-template-perris .banning-adult-education */*,
    .school-template-perris  .student-testimonial-section **/ {
        text-align: left;
    }
    .school-template-perris .contact-info-row .enroll-contact-info ul.contact-list {
        padding-left: 0;
    }
}

.school-template-san-jacinto-adult .now-enrolling .nav-tabs > li > a:hover,
.school-template-san-jacinto-adult .now-enrolling .checkmark-list li::before
{
	background-color: #191918 !important;
}
.school-template-san-jacinto-adult .enrollment-template .btn-theme, .school-template-san-jacinto-adult .now-enrolling .nav-tabs > li > a.active, .school-template-san-jacinto-adult .now-enrolling .btn-theme {
    background-color: #FF6901 !important;
}
.school-template-san-jacinto-adult .now-enrolling .nav-tabs > li > a {
	background-color: #FF6901 !important;
	opacity: 1;
}
.school-template-san-jacinto-adult .enrollment-faq .panel.panel-default {
    background-color: #F5F5F5;
}
.school-template-san-jacinto-adult .enrollment-faq .panel .panel-heading .panel-title > a:after {
	color: #F5F5F5;
}

@media (max-width: 767.98px) {
    .school-template-san-jacinto-adult .enrollment-classes *, 
    .school-template-san-jacinto-adult .banning-adult-education */*,
    .school-template-san-jacinto-adult  .student-testimonial-section **/ {
        text-align: left;
    }
    .school-template-san-jacinto-adult .contact-info-row .enroll-contact-info ul.contact-list {
        padding-left: 0;
    }
}

.school-template-riverside .enrollment-template .btn-theme,
.school-template-riverside .now-enrolling .nav-tabs > li > a.active,
.school-template-riverside .now-enrolling .nav-tabs > li > a:hover,
.school-template-riverside .now-enrolling .checkmark-list li::before,
.school-template-riverside .now-enrolling .btn-theme {
	background-color: #003DA5 !important;
}
.school-template-riverside .now-enrolling .nav-tabs > li > a {
	background-color: #FFB645 !important;
	opacity: 1;
}
.school-template-riverside .enrollment-faq .panel.panel-default {
    background-color: #E7552C;
}
.school-template-riverside .enrollment-faq .panel .panel-heading .panel-title > a:after {
	color: #E7552C;
}
.school-template-riverside .enrollment-faq .panel.panel-default .panel-heading .panel-title a,
.school-template-riverside .enrollment-faq .panel.panel-default .panel-heading .panel-title p {
	color: #FFFFFF;
}

.school-template-temecula .now-enrolling .nav-tabs > li > a.active,
.school-template-temecula .now-enrolling .nav-tabs > li > a:hover,
.school-template-temecula .now-enrolling .btn-theme {
	background-color: #851B1A !important;
}
.school-template-temecula .now-enrolling .checkmark-list li::before{
	background-color: #0B1E43 !important;
}
.school-template-temecula .enrollment-template .btn-theme {
    background-color: #851B1A !important;
}
.school-template-temecula .now-enrolling .nav-tabs > li > a {
	background-color: #851B1A !important;
	opacity: 1;
}
.school-template-temecula .enrollment-faq .panel.panel-default {
    background-color: #E7D7A8;
}
.school-template-temecula .enrollment-faq .panel .panel-heading .panel-title > a:after {
	color: #E7D7A8;
}

@media (max-width: 767.98px) {
    .school-template-temecula .enrollment-classes *, 
    .school-template-temecula .banning-adult-education */*,
    .school-template-temecula  .student-testimonial-section **/ {
        text-align: left;
    }
    .school-template-temecula .contact-info-row .enroll-contact-info ul.contact-list {
        padding-left: 0;
    }
}

.banner.enrollment-banner .bb-inner {
	background: rgba(0, 0, 0, 0.4);
}
.owl-carousel.init-carousel-owl {
	display: flex !important; /* To override display:block I added !important */
    flex-direction: row;
    justify-content: center; /* To center the carousel */
}
.panel .panel-heading .panel-title > a:after {
	top: 8px;
}