/*
Theme Name: 	BuddyBoss Child
Theme URI: 		https://www.buddyboss.com/
Description: 	A child theme of BuddyBoss Theme. To ensure easy updates, make your own edits in this theme.
Author: 		BuddyBoss.com
Author URI: 	https://www.buddyboss.com/
License: 		GNU General Public License v3 or later
License URI: 	http://www.gnu.org/licenses/gpl-3.0.html
Template: 		buddyboss-theme
Version: 		1.0.0
*/

/*

-- Stylesheet locations --

Add your own customizations into /css/custom.css in this child theme.

Parent styles are called from /buddyboss-theme/inc/theme/functions.php in the 
parent theme and are located in /buddyboss-theme/assets/css/ in the parent theme.


--- If you are editing CSS via the WordPress admin, do the following ---

1. Install the plugin WP Editor: http://wordpress.org/plugins/wp-editor/
2. Navigate to Appearance > Theme Editor in the WordPress admin.
3. Navigate into the /css/ folder of your child theme to edit custom.css.

*/




@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600;700&display=swap');


.bb-custom-typo h1, .bb-custom-typo .h1, .bb-custom-typo h2, .bb-custom-typo .h2, .bb-custom-typo h3, .bb-custom-typo .h3, .bb-custom-typo h4, .bb-custom-typo .h4, .bb-custom-typo h5, .bb-custom-typo .h5, .bb-custom-typo h6, .bb-custom-typo .h6, .bb-custom-typo .bb-course-footer, .bb-custom-typo .ld-table-list-header .ld-text, .bb-custom-typo .gamipress-achievement-points, .bb-custom-typo .vjs-modal-dialog-content {
	font-family: 'Poppins', sans-serif !important;
}

#ui-id-1 .item .entry-meta {
	display: none;
}



body {
    font-family: 'Poppins', sans-serif !important;
    background: #fff;
    color: #000;
	overflow-x: hidden;
}

a {
    color: #000;
    text-decoration: none;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    -webkit-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s !important;
}

a:hover,
a:focus {
    text-decoration: none;
    color: white !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
}

h1 {
    font-size: 60px;
    line-height: 1.15;
    letter-spacing: -0.03em;
    text-align: left;
}

h2 {
    font-size: 56px;
    letter-spacing: -1px;
    line-height: 1.15;
    color: #000;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
    letter-spacing: 0.84px;
}

p {
    font-weight: normal;
    font-size: 17px;
    color: #103b19bf;
	color: #000;
    line-height: 2;
}

ul,
ol {
    font-size: 16.5px;
    line-height: 1.5;
    text-decoration: none;
    list-style: none;
    padding: 0px;
	margin: 0;
}

.elipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.elipsis-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.elipsis-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bg-grey {
    background: #E2E2E2;
    padding-top: 75px;
	padding-bottom: 125px;
}


.btn {
    font-size: 20px !important;
    border-radius: 3px !important;
    padding: 10px 50px !important;
}

.nav-item .btn {
    padding: 10px 50px !important;
}

.btn-blue {
    background-color: #003378;
    color: #fff !important;
    border: 1px solid #003378;
}
.btn-blue:hover {
    background-color: #fff;
    color: #003378 !important;
    border: 1px solid #003378;
}
.btn-blue-light {
    background-color: #1473E6;
    color: #fff !important;
    border: 1px solid #6BAEFF;
}
.btn-blue-light:hover {
    background-color: #FD9800;
    color: #fff !important;
    border: 1px solid #FFCC00;
}

#mainNav .btn-blue {
    background-color: rgba(12, 3, 62, .4) !important;

}
#mainNav .btn-blue:hover {
    background-color: #003378 !important;
    color: #fff !important;
    border: 1px solid #fff;
}


.btn-yellow {
    background-color: #FDB400;
    color: #373737 !important;
    border: 1px solid #FFCC00;
    font-weight: 600;
}
.btn-yellow:hover {
    background-color: #FD9800;
    color: #373737 !important;
    border: 1px solid #FFCC00;
}


.btn-white {
    background-color: #fff;
    color: #003378 !important;
    border: 1px solid #003378;
}

.btn-white:hover {
    background-color: #003378;
    color: #fff !important;
    border: 1px solid #fff;
}

.landing-photo-btn,
.make-something-icon,
.what-you-get-icons,
.subscribe-icon {
    position: absolute;
    font-size: 16px;
    letter-spacing: 1px;
    color: #103B19BF;
    border-radius: 12px;
    background-color: #fff;
    padding: 17px 20px;
    z-index: 3;
    border: 1px solid #D1E8D8;
    box-shadow: 0px 4px 12px #103b1914;
}
.landing-photo-btn img,
.make-something-icon img,
.what-you-get-icons img,
.subscribe-icon img
{
    margin-right: 4px;
}

.landing-photo-btn:hover,
.make-something-icon:hover,
.what-you-get-icons:hover,
.subscribe-icon:hover {
    color: #003378 !important;
}

.menu-arrow {
    color: #fff;
    font-size: 20px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.login.bb-login .button-primary,
.login.wp-core-ui .button-primary,
.bs-bp-container-reg #buddypress #signup-form.standard-form .submit input[type=submit]{
	background-color: #0139B2 !important;
	width: 100% !important;
	line-height: 1;
	height: auto !important;
	border: 1px solid #0139B2;
	border-color:#0139B2 !important;
	border-radius: 18px !important;
	padding:12px 20px !important;
	font-size: 18px !important;
	font-weight: 400;
}
.login.bb-login .button-primary:hover,
.login.wp-core-ui .button-primary:hover,
.bs-bp-container-reg #buddypress #signup-form.standard-form .submit input[type=submit]:hover{
	background-color: #000000 !important;
	border: 1px solid  #000000 !important;
}
/****************
    Navbar
****************/

header {
    position: relative;
}
/*
body.admin-bar header {
    top: 32px;
}
*/



.header-search-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 76px;
	background: #fff;
	box-shadow: 0 1px 0 0 rgba(139,141,157,.05),0 0 1px 0 rgba(65,71,108,.15);
	-webkit-transition: width .2s;
	transition: width .2s;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
}
body.admin-bar .header-search-wrap {
    top: 32px;
}

.header-search-wrap.active {
	visibility: visible;
	opacity: 1;
}



.header-search-icon  {
	border-right: 1px solid rgba(0,0,0,.1);
	padding-right: 22px;
}
.header-search-icon i {
	color: #939597;
	font-size: 22px;
}

.header-search-wrap a.close-search i {
	color: #939597;
}

/* 
.header-search-wrap {
	width: 300px;
	max-width: 78%;
}
.header-search-wrap {
	position: relative;
	padding: 0 !important;
	border-radius: 0;
	visibility: visible;
	opacity: 1;
	background: transparent !important;
	border-bottom: 1px solid #0E1D65;
    box-shadow: none;
}
.site-header .site-header-container, .header-search-wrap, .header-search-wrap input.search-field, .header-search-wrap input.search-field-top, .header-search-wrap form.search-form {
	height: 35px;
}
.header-search-wrap .search-field-top, .header-search-wrap input.search-field {
	background: transparent;
	color: #fff;
	padding: 0 30px 0 10px
}

.header-search-wrap .search-field-top::placeholder,
.header-search-wrap .search-field-top:-ms-input-placeholder,
.header-search-wrap .search-field-top::-ms-input-placeholder { 
	 color: #fff;
}



.header-search-wrap a.close-search i {
	color: #0c034269;
}
.header-search-wrap a.close-search:hover i {
	color: #0c0342;
} */



.navbar-nav .nav-link {
    color: #939597;
    font-size: 14px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active
{
    color: #007CFF !important;
    text-decoration: none;
}


.nav-link-btn {
	background: #26317a;
	color: #fff !important;
	border-radius: 100px;
	min-width: 110px;
	text-align: center;
}
.nav-link-btn:hover {
	background: #26317a;
	color: #fff !important;
}


.btn-login {
    border: 1px solid #fff;
}


.navbar-brand img {
	height: 60px;
	padding: 10px 0;
}
.navbar-toggler {
    border: 1px solid #FFFFFF4B;
    padding: 16px 17px;
    border-radius: 6px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #FFFFFF4B;
}

.toggler-icon {
    width: 21.5px;
    height: 2px;
    background-color: #003378;
    display: block;
    transition: all 0.2s;
}

.middle-bar {
    margin: 4px auto;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .toggler-icon {
    background-color: #0C0342;
}

.navbar-nav .nav-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*****************
    Landing
*****************/

.landing {
    height: 820px;
    position: relative;
	/*
    background-size: 60% 1000px;
    background: linear-gradient(90deg, #f5f5f5 50%, #003378 50%);
	*/
	background: #003378;
}

.landing-text {
    position: relative;
    z-index: 2;	
	height: 510px;
}

.landing-text h1 {
    margin-bottom: 25px;
    letter-spacing: 1px;
	color: #fff;
	font-size: 52px;
}
.landing-text h2,
.landing-text h3,
.landing-text h4,
.landing-text h5,
.landing-text h6 {
    color: #fff;
}

.landing-text p,
.landing-text ul,
.landing-text ol
{
    max-width: 470px;
    width: 100%;
    margin-bottom: 25px;
	color: #fff;
	line-height: 1.2;
}
.landing-text ul,
.landing-text ol {
	list-style-type: disc;
	margin-left: 15px;
}

.landing-photo-wrapper {
    max-width: 480px;
    height: auto;
    width: 100%;
    object-fit: cover;
    margin: auto;
    position: relative;
}

.circle-header {
	position: absolute;
	left: -110px;
	top: -120px;
	z-index: 1;
	width: 585px !important;
	max-width: 585px !important;
}

.landing-col-right {
    position: relative;
    padding-top: 30px;
}

.landing-before-img {
    position: absolute;
    top: 0;
    left: -198px;
    bottom: 0;
    width: 200px;
    text-align: right;
}

.landing-before-img img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.landing-photo {
    width: 480px;
    /*margin: 0 auto;*/
	margin-left: auto;
}

.header-photo {
    position: relative;
    z-index: 2;
    border-radius: 16px;
    object-fit: cover;
    width: 480px;
    height: 480px;
    margin: 0 auto;
}

.landing-photo-btn1 {
    left: -65px;
    top: 80px;
}

.landing-photo-btn2 {
    left: -100px;
    bottom: 65px;
}

.landing-photo-btn3 {
    right: -100px;
    bottom: 175px;
}





.landing2 {
	background: #0C0342;
}

.landing2-cover {
	height: auto;
	background: url('img/hero-desktop.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	padding-top: 150px;
	padding-bottom: 40px;
}

.landing-hero-arrow {
    width: 50px;
    height: 50px;
    margin: 35px auto 0;
}

.landing2-box {
    max-width: 420px;
    width: 100%;
}

.landing2-logo img {
    height: 52px;
    width: auto;
}

.landing2-suptitle {
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 5px;
     text-shadow: 0px 0px 10px #0E1D65;
}
.landing2-title {
    font-size: 48px;
    font-weight: bold;
    color: #FDB400;
    margin-bottom: 5px;
     text-shadow: 0px 0px 10px #0E1D65;
    line-height: .95;
}
.landing2-subtitle {
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    letter-spacing: -0.3px;
     text-shadow: 0px 0px 10px #0E1D65;
}

h1 {
    color: #0E1D65;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 35px;
}

.landing2 .cme-block h1 {
    color: #fff;
    margin-top: 160px;
}


.cme-block .cme-subtitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #0E1D65;
}



/****************
    Cards
****************/
.cards {
    padding-top: 105px;
    padding-bottom: 65px;
    background: #0C0342 url(assets/cards-bg-new.jpg) no-repeat center center;
    background-size: auto 100%;
}

.card {
    padding: 20px 20px 40px;
    background: #fff;
    position: relative;
    margin: auto;
    border-radius: 0;
}

.card h5 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.1;
	color: #0E1D65;
	text-align: center;
	margin-bottom: 0;
	min-height: 86px;
}

.card p {
    padding-top: 20px;
    position: relative;
    z-index: 2;
    color: #0E1D65;
    font-weight: 200;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
}
.card p:last-child {
    margin-bottom: 0;
}
.card-icon {    
    height: 140px;
    margin-bottom: 3px;
}

.card-icon img {
    height: 85px;
}

.card-oval {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}




.cards-btn {
    margin-top: 43px;
}




/********************
  Make something
*******************/

.make-something-box {
	background: #f5f5f5;
	border-radius: 16px;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #f5f5f5 url(assets/blue-lets-make.svg) no-repeat right center;
	background-size: contain;
}

.make-something-text {
    padding-left: 80px;
}

.make-something h2 {
    font-weight: 400;
}
.make-something p {
    margin-top: 10px;
    margin-bottom: 25px;
    color: #103b19bf;
    max-width: 370px;
}



.make-something-photo-wrapper {
    max-width: 204px;
    height: auto;
    width: 100%;
    object-fit: cover;
    margin: auto;
    position: relative;
}

.make-something-circle {
    position: absolute;
    left: -85px;
    top: -100px;
    z-index: 1;
	width: 367px;
	max-width: 367px;
}

.make-something-photo {
    position: relative;
    z-index: 2;
    border-radius: 16px;
    object-fit: cover;
    width: 204px;
    height: 265px;
    margin: 0 auto;
}

.make-something-icon {
    color: #103b19bf;
    position: absolute;
    right: -50px;
    bottom: 50px;
    z-index: 3;
}


.make-something-2 {
    margin-top: 50px;
}
.make-something-2 .make-something-box {
    background-color: #fff;
}






/****************
  What tabs
****************/
.what-tabs-box {
    background: #EFEFEF;
    box-shadow: 10px 10px 30px #00000029;
    border-radius: 6px;
    padding: 36px 46px;
}


.what-tabs-box .nav-tabs {
	border-bottom: 0;
}

.what-tabs-box .nav-tabs .nav-link {
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
    color: #0E1D65;
    border-bottom: 4px solid #EFEFEF;
}
.what-tabs-box .nav-tabs .nav-item.show .nav-link, 
.what-tabs-box .nav-tabs .nav-link.active {
	color: #0E1D65;
	background-color: #EFEFEF !important;
	border: 0;
    border-bottom: 4px solid #1473E6;
    box-shadow: none;
}


.what-tabs-box .tab-content {
	padding-top: 55px;
	padding-bottom: 70px;
}

.what-tab-left,
.what-tab-left p
{
    color: #0E1D65;
    font-size: 18px;
    font-weight: 300;
	line-height: 1.4;
}
.what-tab-left b {
    font-weight: bold;
}

.what-tab-list-box {
    margin-bottom: 20px;
}
.what-tab-icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 7px;
    margin-right: 20px;
}



.what-tab-video {
    border-radius: 7px;
    overflow: hidden;
}
.what-tab-video iframe {
	min-width: 100%;
}


/****************
  How to use
****************/
.how-to-use {
}

.how-to-use h2 {
    font-weight: 600;
}

.video-how-to-use {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 40px;
    margin-bottom: 50px;
    border-radius: 3px;
    overflow: hidden;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/****************
  What i get
****************/

.what-i-get {
    padding-top: 30px;
}



.svg-expedita {
    position: absolute;
    right: -8%;
    bottom: 25%;
    z-index: 10;
}

.svg-rocket {
    position: absolute;
    left: -6%;
    top: 25%;
    z-index: 10;
}

.what-i-get-photo-wrapper {
    max-width: 400px;
    position: relative;
}

.what-i-get-photo {
    position: relative;
    z-index: 2;
}

.what-i-get-text {
    position: relative;
}

.circles-what-i-get {
    position: absolute;
    left: -120px;
    top: -100px;
    z-index: -1;
}

/**********************************
        How it works
**********************************/
.how-it-works {
    position: relative;
    padding-top: 50px;
}

.how-it-works-text {
    position: relative;
}



.how-it-works-photo-wrapper {
    max-width: 580px;
    height: auto;
    width: 100%;
    margin: auto;
    position: relative;
}

.how-it-works-photo {
    position: relative;
    z-index: 2;
    object-fit: cover;
    width: 580px;
    height: 480px;
    margin: 0 auto;
}

.circles-how-it-works {
    position: absolute;
    top: -170px;
    left: -70px;
}

/**********************
  Why subscribe
*********************/

.subscribe {
    margin-top: 50px;
}



.subscribe-text {
    position: relative;
}

.subscribe-photo-wrapper {
    max-width: 360px;
    height: auto;
    width: 100%;
    object-fit: cover;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
}

.shield-pic {
    position: absolute;
    z-index: 2;
    object-fit: cover;
    top: -10%;
}

.circles-subscribe {
    position: absolute;
    z-index: 10;
    max-width: 620px;
    top: -20%;
    z-index: 1;
}

.subscribe-badge {
    position: relative;
    z-index: 3;
    object-fit: cover;
    max-width: 253px;
    width: 100%;
}

.subscribe-icon {
    border: 1px solid #accbff !important;
    color: #000000bf;
}

.subscribe-svg1 {
    position: absolute;
    top: -5%;
    right: -10%;
    z-index: 3;
}

.subscribe-svg2 {
    position: absolute;
    left: -40px;
    bottom: 20%;
    z-index: 3;
}



/*************************
    DON'T MISS
*************************/
.dont-miss-block {
    background: #003378;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 50px;
}

.dont-miss-box { 
	max-width: 520px;
	margin: 0 auto;
	padding: 25px 40px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 6px 1px rgba(0,0,0,.1);
}

.dont-miss-logo img {
    height: 45px;
}

.dont-miss-list ul {
    list-style: disc;
    padding-left: 20px;
    margin-top: 15px;
	margin-bottom: 15px;
}
.dont-miss-list ul li {
	color: #484848;
	font-size: 16px;
	padding-bottom: 5px;
}

.dont-miss-btns .btn {
    padding: 5px 20px;
}
.dont-miss-btns .btn strike {
	color: #7b7b7b;
	font-size: 14px;
}
.dont-miss-btns .btn span {
	color: #7b7b7b;
	font-size: 14px;
}



/*************************
    Testimonials
*************************/
.testimonials-carousel {
    padding-top: 60px;
    padding-bottom: 120px;
    background: #0C0342 url(assets/cards-bg-new.jpg) no-repeat center center;
    background-size: auto 100%;
}


.testimonials-carousel h2 {
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}



/*
.testimonials-carousel li:not(.slick-center) .testimonial-box {
    transform: scaleY(0.9);
}
*/
.testimonial-box {
    text-align: center;
    box-shadow: 0px 3px 6px #0000000D;
    border: 0.5px solid #9A9A9A;
    border-radius: 0px 0px 4px 4px;
    padding: 25px 30px 43px !important;
    background: #fff;
    margin-top: 0;
    transition: all 300ms ease;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 450px;
}

.testimonial-box h5 {
    font-size: 24px;
    font-weight: 700;
    color: #103b19;
}


.testimonial-img img {
    width: 116px;
    height: 116px;
    object-fit: cover;
    border-radius: 100%;
    margin: 0 auto;
    border-radius: 9px;
}

.testimonial-name {
	color: #0E1D65;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #FDB400;
	padding-bottom: 8px;
	margin-bottom: 14px;
}

.testimonial-label {
    color: #103b19bf;
    font-size: 14px;
    margin-bottom: 27px;
    letter-spacing: 1px;
}

.testimonial-box p {
    color: #0E1D65;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 200;
}




.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 44% !important;
	display: block;
	width: 48px !important;
	height: 48px !important;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	border-radius: 50%;
    z-index: 9;
}

.testimonials-carousel .slick-prev {
	left: 0;
	right: auto;
}
.testimonials-carousel .slick-next {
	right: 0;
	left: auto;
}

.slick-prev::before, .slick-next::before {
    font-family: "Font Awesome 5 Free" !important;
	font-size: 20px !important ;
	opacity: 1 !important;
	display: none !important;
}
.slick-prev::before {
	content: '\f053' !important;
}
.slick-next::before {
	content: '\f054' !important;
}


.slick-dots {
	position: relative !important;
	bottom: 0 !important;
    margin-top: 10px !important;
}
.slick-dots li {
	margin: 0 2px !important;
}
.slick-dots li button::before {
	font-size: 9px !important;
	opacity: 1 !important;
	color: #62C4764D !important;
}
.slick-dots li.slick-active button::before {
	color: #62C476 !important;
}




/*************************************
        Popular Courses
*************************************/
.popular-categories {
    margin-top: 120px;
}
.popular-courses-box {
    margin: auto;
    background-color: #e5e5e5;
    border-radius: 16px;
    max-width: 830px;
    padding-top: 90px;
    padding-bottom: 350px;
    position: relative;
    top: -80px;
}

.popular-courses-text {
    margin-bottom: 60px;
}
.popular-courses-text h2 {
    font-weight: 600;
}
.courses-slider {
    max-width: 1100px;
    position: absolute;
    left: -100px;
    right: -100px;
}

.course-slide {
    background: #fff;
    box-shadow: 0px 4px 12px #103b1914;
    border: 1px solid #d1e8d8;
    border-radius: 12px;
    padding: 30px 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.catergory-img-wrap {
    background-color: #efefef;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin: auto;
}
.course-icon {
    height: 36px;
}

.category-name {
    color: #103b19;
    font-size: 16px;
    margin-top: 40px;
    line-height: 1.2
}


.courses-slider .slick-prev {
	left: -8px;
	right: auto;
}
.courses-slider .slick-next {
	right: -8px;
	left: auto;
}

.courses-slider .slick-dots li button::before {
	color: #0033784D !important;
}
.courses-slider .slick-dots li.slick-active button::before {
	color: #003378 !important;
}


/*********************
  COUNTER
********************/
.counter-block {
    padding-top: 45px;
    padding-bottom: 80px;
}

.counter-icon {
    height: 120px;
}

.counter-num {
	color:#0E1D65;
	font-size: 50px;
	line-height: 1;
	font-weight: 900;
}
.counter-text {
	color: #0E1D65;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;	
}






/*********************
  Explore Courses
********************/

.explore-courses {
}



.courses {
    padding-top: 50px;
}

.explore-courses-text p {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 0px !important;
}

.course-card {
    padding: 15px;
    max-width: 370px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #d1e8d8;
    box-shadow: 0px 4px 12px #103b1914;
    text-align: center;
    margin-bottom: 55px;
    margin: auto;
    position: relative;
}
.course-img {
    position: relative;
}
.course-img img {
    width: 100%;
    height: 224px;
    object-fit: cover;
    border-radius: 10px;
}

.course-category {
    border-radius: 8px;
    padding: 10px 17px;
    background: #003378;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 16px;
    left: 16px;
    letter-spacing: 1px;
}

.course-title {
    font-size: 24px;
    line-height: 1.33;
    padding-top: 30px;
    padding-bottom: 15px;
    color: #13103b;
    font-weight: 700;
    margin-left: 25px;
    margin-right: 25px;
    text-align: left;
}

.courses-load-more {
    text-align: center;
    margin-top: 30px;
}

/*****************
    FAQ
*****************/

.faq-block {
    color: #fff;
    padding-top: 110px;
    padding-bottom: 40px;
    background: #0C0342 url(assets/cards-bg-footer.jpg) no-repeat top center;
    background-size: auto;
}

.faq-block h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
    margin-bottom: 45px;
}


.faq-accordion .accordion-item {
	background-color: rgba(16, 38, 149, 0.46);
	border: 0;
    border-radius: 3px;
    margin-bottom: 5px;
}

.faq-accordion .accordion-button {
    background: transparent;
}
.accordion-button:focus {
	z-index: 3;
	background: transparent;
    border: 0;
	outline: 0;
	box-shadow: none;
}
.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: transparent;
	box-shadow: none;
}


.faq-text p {
    margin-top: 20px;
    margin-bottom: 80px;
}


.accordion-header button {
    font-size: 20px !important;
    font-weight: 200;
    line-height: 1.2;
    text-align: left;
    color: #fff !important;
    padding: 10px;
}

.accordion-body {
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
}
.accordion-body a {
	color: #fff;
	text-decoration: underline;
}
.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.row-contact {
    padding-top: 55px;
}
.row-contact h5,
.row-contact h6,
.row-contact p {
    color: #fff;
}

.row-contact h5 {
    font-size: 30px;
    margin-top: 155px;
    font-weight: 600;
    margin-bottom: 42px;
}

.row-contact h6 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 20px;
}

.row-contact p {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 200;
}
.col-licenses p {
    max-width: 455px;
    margin-bottom: 60px;
}

.col-form label {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.col-form label span {
    color: #FF0000;
}


.footer-logo {
    margin-right: 30px;
}
.footer-logo img {
    height: 56px;
}








.col-form input,
.col-form textarea {
    background: #fff;
    border: 1px solid #CBCBCB;
    border-radius: 0;
    padding: 10px 10px;
    height: auto;
}



.col-form .btn-white {
    background-color: #fff;
    color: #0E1B5F !important;
    border: 1px solid #CBCBCB !important;
	height: 76px !important;
	width: 240px !important;
    font-size: 20px;
    font-weight: 600 !important;
    padding: 5px !important

}
.col-form .btn-white:hover {
    background-color: #CBCBCB;
    color: #0E1B5F !important;
    border: 1px solid #CBCBCB;
}

.wpcf7-spinner {
	position: absolute;
}














/**********************
        LICENSES
**********************/
.licenses-block {
    padding-top: 35px;
    padding-bottom: 35px;
    background: #063478;
    color: #fff;
}

.licenses-img {
	border-radius: 12px;
	border: 1px solid #fff;
	height: 100%;
	object-fit: cover;
}

.licenses-block h5 {
    margin-bottom: 7px;
}

.licenses-block h5,
.licenses-block p,
.licenses-block label {
    color: #fff !important;
}

.licenses-block p {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.licenses-block form {
    margin-bottom: 0;
}

.licenses-block label {
    margin-left: 5px;
    font-size: 15px;
}
.licenses-block .form-control {
    border-radius: 10px;
    border: 1px solid #fff;
    background: transparent;
	color: #fff;
}
.licenses-block textarea.form-control {
	min-height: 79px;
}

.licenses-block form .btn {
    font-size: 17px !important;
    border-radius: 6px !important;
    padding: 10px 50px !important;
    
    width: 220px;
    margin-top: 20px;
    height: auto !important;
    background-color: #F3C150 !important;
    color: #020727 !important;
    border: 1px solid #F3C150 !important;
}
.licenses-block form .btn:hover {
    background-color: #fff !important;
    color: #020727 !important;
    border: 1px solid #F3C150 !important;
}


/**********************
        Mobile App
**********************/
.mobile-app .nav-pills .nav-link {
	border-radius: 15px;
    color: #003378;
    font-weight: bold;
    font-size: 28px;
    text-align: left;
    line-height: 1.2;
    padding: 12px 30px;
    margin: 8px 0;
}

.mobile-app .nav-pills .nav-link img {
    height: 55px;
    margin-right: 20px;
}

.mobile-app .nav-pills .nav-link.active, 
.mobile-app .nav-pills .show > .nav-link {
    background: transparent;
    box-shadow: 0px 30px 49.68px 4.32px rgba(0, 0, 0, 0.2);
}

.mobile-app .tab-content .tab-pane {
    text-align: center;
}
.mobile-app .tab-content .tab-pane img {
    width: 100%;
    max-width: 320px;
}





/**********************
        Footer
**********************/

footer {
    background-color: #003378;
    padding-top: 80px;
    padding-bottom: 30px;
}

.footer-top {
    padding-bottom: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.footer-logo a {
    font-size: 40px;
    line-height: 1.2;
    text-align: left;
    color: #fff;
    font-weight: 700;
}

.footer-top h5 {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 2;
    color: #fff;
}

.footer-top ul {
    padding-top: 5px;
    margin: 0
}


.footer-top li a {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
    color: #fff;
}
.social-icons a {
    margin-left: 4px;
    margin-right: 4px;
}
.social-icon {
    margin-right: 25px;
}
.social-icon i {
    color: #fff;
    font-size: 32px;
}

.social-icon:hover {
    color: #000;
}

.footer-bottom {
    padding-top: 0;
	background: transparent;
}

.footer-bottom p {
    font-size: 13px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 0;
}

.footer-bottom a {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #fff;
}

.footer-bot-links {
    text-align: right;
}

.row-disclamer p {
	color: #fff;
	line-height: 1.2;
	font-size: 12px;
    margin-bottom: 0;
    font-weight: 200;
    text-align: center;
}





/**************************************
	           CME
**************************************/
.slick-list {
    padding-top: 6px !important;
}
.cme-subtitle {
	/*color: #103B19BF;*/
	font-size: 16px;
	line-height: 1.8;
}
.cme-slider {
    margin-left: -9px;
    margin-right: -9px;
}
.cme-box-parent {
}
.cme-box {
    background: #144CF8;   
    color: #fff;
    box-shadow: 0px 3px 6px #0000000D;
    border-radius: 3px;   
    overflow: hidden;
    position: relative;    
    min-height: 320px;
    margin-left: 9px;
    margin-right: 9px;
    position: relative;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.cme-box:hover {
    box-shadow: 0px 3px 6px #00000066;
    transform: translateY(-6px);
}

.cme-icon-over {
    position: absolute;
    right: 15px;
    bottom: 50px;
}
.cme-icon-over img {
    height: 190px;
}
.cme-cover {
    overflow: hidden;
    border-bottom: 2px solid #FDB400;
}
.cme-cover img {
    width: 100%;
    height: 110px;
    object-fit: cover;
}


.cme-info-box {
    padding: 35px 18px 70px;
}
.cme-box h6 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 10px;
}
.cme-box h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
}
.cme-buttons {
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
}
.cme-buttons .btn {
    font-size: 14px !important;
    padding: 8px 4px !important;
    margin-left: 3px;
    margin-right: 3px;
    min-width: 115px;
    font-weight: 200;
}
.cme-buttons .btn.btn-blue span {
    font-weight: bold;
}
.cme-buttons .btn i {
}


.cme-slider .slick-prev,
.cme-slider-2 .slick-prev,
.testimonials-slider .slick-prev
{
    left: -55px;
    top: 50% !important;
}

.cme-slider .slick-next,
.cme-slider-2 .slick-next,
.testimonials-slider .slick-next
{
	left: auto;
	right: -55px;
    top: 50% !important;
}



.cme-slider .slick-arrow i {
	color: #101E67;
}
.cme-slider .slick-arrow {
    box-shadow: none !important;
    background: transparent !important;
}





.ld-pagination-page-course_lessons .ld-pages span {
	font-weight: bold;
	color: #000;
	font-size: 15px;
}

.learndash-wrapper a.next, .learndash-wrapper a.prev {
	border-bottom: 0 !important;
	background: #004fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
}

.learndash-wrapper .ld-pagination .ld-pages .ld-icon {
	font-size: 11px;
	color: #fff;
}

.learndash-wrapper .ld-pagination .ld-pages a.disabled {
	opacity: 1;
	background: #cacaca;
}




/**************************************
	           RESPONSIVE
**************************************/
@media (max-width: 1399px) {
    h1 {
        font-size: 56px;
    }


    .cme-slider,
	.cme-slider-2,
    .testimonials-slider
	{
        margin-left: 45px;
        margin-right: 45px;
    }
    .cme-slider .slick-prev,
	.cme-slider-2 .slick-prev,
	.testimonials-slider .slick-prev,
	{
        left: -40px;
    }
    .cme-slider .slick-next,
	.cme-slider-2 .slick-next,
	.testimonials-slider .slick-next
	{
        right: -40px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

@media (max-width: 1199px) {
    .landing-text h1 {
        font-size: 45px;
    }
    .landing-text p {
        max-width: 340px;
    }


    .circles-subscribe {
        max-width: 500px;
    }
    
    .make-something .make-something-box {
        background-position: right -20% center;
    }
    
    .courses-slider {
        left: 0;
        right: 0;
    }

}

@media (max-width: 992px) {
    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 28px;
    }

    #navbarResponsive {
        background-color: transparent !important;
        width: 100%;
    }

    #navbarResponsive ul {
        margin-right: 0px !important;
    }

    .nav-item a {
        border: 1px solid #fff;
        background-color: #fff;
        color: #0C0342 !important;
        text-align: center;
        display: block;
        font-weight: 600;
    }
	.navbar-nav .nav-item {
		margin-top: 10px;
		margin-bottom: 0;
	}
    .nav-item a:hover {
        border: 1px solid #fff;
        background-color: #003378;
        color: #fff !important;
    }

    .landing {
        height: auto;
        background: #003378;
        margin-bottom: 0;
    }
    .landing > .container {
        max-width: 100%; !important;
        padding-left: 0;
        padding-right: 0;
    }

    
    .landing-col-right {
        padding-top: 150px;
        padding-bottom: 0px;
    }
    
    .landing-bottom-img {
        position: absolute;
        top: auto;
        left: 0;
        bottom: -198px;
        height: 200px;
        text-align: center;
        right: 0;
        width: 100%;
        z-index: 9;
    }
    .landing-bottom-img img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        
    }
    
    .landing-text {
        padding-top: 40px;
        padding-bottom: 43px;
        /*background-color: #f5f5f5;*/
        padding-left: 10%;
        padding-right: 10%;
        height: auto;
    }

    .landing p {
        max-width: 100%;
    }

    .landing-photo-wrapper {
        max-width: 300px;
    }
    .header-photo {
        height: auto;
    }
    .circle-header {
        left: -60px;
        top: -60px;
        width: auto !important;
        height: 370px;
    }
    
    
    .landing-photo-btn, .make-something-icon, .make-something-icon, .subscribe-icon {
        font-size: 10px;
        padding: 8px 12px;
    }

    .landing-photo-btn img,
    .make-something-icon img,
    .make-something-icon img,
    .subscribe-icon img
    {
        height: 13px;
    }
    .landing-photo-btn1 {
        left: -35px;
        top: 40px;
    }
    .landing-photo-btn2 {
        left: -55px;
        bottom: 30px;
    }
    .landing-photo-btn3 {
        right: -50px;
        bottom: 90px;
    }
    
    .cards {
        padding-top: 53px;
        padding-bottom: 53px;
    }



    .card h5 {
        min-height: auto;
    }


/*
    .card-svg svg {
        height: 70px;
        width: auto;
    }
*/

    .make-something {
        padding-bottom: 0px;
    }

    .make-something-text {
        padding-top: 40px;
    }

    .make-something-text a {
        font-size: 16px;
        padding: 10px 20px;
    }

    .make-something-text h2 {
        font-size: 34px;
    }

    .make-something-text p {
        text-align: left;
        color: #6e6e6e;
    }

    .how-to-use {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .video-tutorial {
        padding-top: 25px;
        width: 600px;
        height: auto;
    }

    .what-i-get-text h2,
    .how-it-works-text h2,
    .subscribe-text h2,
    .explore-courses-text h2,
    .faq h1 {
        font-size: 35px;
        text-align: center;
        color: #000;
        font-weight: 700;
        padding-top: 50px;
    }

    .what-i-get-text p,
    .how-it-works-text p,
    .subscribe-text p,
    .explore-courses-text p,
    .faq p {
        text-align: center;
        color: #6e6e6e;
    }

    .subscribe {
        margin-top: 100px;
    }





    .course-title {
        color: #333;
        font-size: 22px;
    }

    .course-category {
        font-size: 11px;
    }

    .make-something-text {
        padding-left: 0px;
    }

    .contact-btn {
        text-align: center;
    }

    .faq {
        padding-top: 0px;
    }

    .faq h1 {
        padding-bottom: 10px;
    }

    .faq p {
        margin-bottom: 20px;
    }


    
    .make-something .make-something-box {
        background-position: right -10% center;
    }
    
    .row-contact h5 {
        font-size: 26px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .row-contact p {
        font-size: 16px;
    }
    
    .footer-logo-box {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
/*
    body.admin-bar header {
        top: 46px;
    }
    #wpadminbar {
        position: fixed;
    }    
*/

	.navbar-brand img {
		height: 40px;
	}
	
    .landing-text h1 {
        font-size: 35px;
    }


    .video-tutorial {
        padding-top: 25px;
        width: 100%;
        height: auto;
    }

    .footer-top {
        text-align: center !important;
    }

    .footer-service,
    .footer-menu {
        padding-top: 20px;
    }

    .footer-service h5,
    .footer-menu h5 {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .footer-service ul,
    .footer-menu ul {
        padding-top: 5px;
    }



    .social-icons {
        padding-top: 20px;
    }

    .footer-bot-links {
        display: flex;
        justify-content: space-between;
    }

    footer {
        border-top-left-radius: 67px;
        border-top-right-radius: 67px;
    }

    .footer-logo {
        display: flex;
        justify-content: center;
    }

    .what-i-get-photo-wrapper {
        max-width: 350px;
    }

    .circles-what-i-get {
        max-width: 500px;
        top: -10%;
    }
    
    
    .make-something .make-something-box {
        background-position: right -10% center;
    }
    .make-something-box {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .make-something-photo-wrapper {
        max-width: 109px;
    }
    .make-something-photo {
        height: 141px;
    }
    .make-something-circle {
        left: -45px;
        top: -50px;
        width: 190px;
    }
    
    .video-how-to-use {
        margin-top: 25px;
    }    
	
/*
	.testimonials-carousel .slick-prev {
		left: 55px !important;
	}	
	.testimonials-carousel .slick-next {
		right: 55px !important;
	} 
*/
	
/*
	.testimonial-box {
		padding: 25px 30px 0 !important;
	}
*/
	.testimonial-box p {
		font-size: 14px;
	}
    
    .testimonial-box {
        min-height: auto;
    }
    
    .footer-bot-links {
        margin-bottom: 25px;
    }
    
    .footer-bottom p {
        text-align: center;
    }
    
}

@media (max-width: 591px) {
    .landing-text {
        padding-left: 23px;
        padding-right: 23px;
    }
    
    .make-something .make-something-box {
        background-position: right center;
    }
    .make-something-box {
        padding-top: 45px;
        padding-bottom: 45px;
    }
	
	.dont-miss-box { 
		padding: 25px 20px;
	}
	
    
    .mobile-app .nav-pills .nav-link {
        font-size: 20px;
        padding: 7px 15px;
        margin: 3px 0;
    }    
    .mobile-app .nav-pills .nav-link img {
        height: 38px;
        margin-right: 10px;
    }
    .mobile-app .nav-pills .nav-link.active, .mobile-app .nav-pills .show > .nav-link {
        box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.2);
    }
    
    
/*
    .landing2-cover {
        height: 600px;
        background-image: url('https://nysoralms.com/wp-content/uploads/2022/03/hero-mobile.jpg') !important;
        background-size: cover;
        padding-top: 155px;
        padding-bottom: 20px;
        position: relative;
    }
    .landing2-box {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    .landing2-suptitle {
        font-size: 22px;
    }
    .landing2-title {
        font-size: 29px;
        line-height: 1.1;
    }
    .landing2-subtitle {
        font-size: 17px;
    }
*/
    
    .landing2-cover { 
        padding-top: 180px;
        
    }
    .landing2 .cme-block h1 {
        color: #fff;
        margin-top: 70px;
    }
    


	
	.cme-box {
		padding-bottom: 85px;
	}
	
	
    .cme-slider,
	.cme-slider-2,
	.testimonials-slider
	{
        margin-left: 25px;
        margin-right: 25px;
    }
    .cme-slider .slick-prev,
	.cme-slider-2 .slick-prev,
	.testimonials-slider .slick-prev
	{
        left: -33px;
    }
    .cme-slider .slick-next,
	.cme-slider-2 .slick-next,
	.testimonials-slider .slick-next
	{
        right: -33px;
    }
	
	.slick-prev, .slick-next {
		width: 40px !important;
		height: 40px !important;
	}

	.footer-logo img {
		margin: 0 auto;
		display: block;
	}  
    .social-icon {
        margin-right: 12px;
    }
	
	.cme-box {
		padding-bottom: 20px;
		min-height: auto;
	}
/*
	.cme-cover img {
		height: 154px;
	}	
*/
    .cme-info-box {
        padding: 35px 18px 60px;
    }
/*
	.cme-buttons {
		position: relative;
		bottom: 0;
		margin-top: 15px;
	}
*/
    
    .cme-block .cme-subtitle {
        font-size: 17px;
    }
    
    .card {
        padding: 10px 10px 40px;
    }
    
    .what-tabs-box {
        padding: 26px 26px;
    }
    
    

	
}

@media (max-width: 420px) {}

@media (max-width: 370px) {}

/*************** SENID CSS *********************/

h1.entry-title {
    text-wrap: pretty;
}

.login-heading a:hover {
    color: #385dff;
}

/***********************************************/


/************ COURSES NEW 24 *******************/
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-BoldItalic.woff2') format('woff2'),
        url('fonts/Satoshi-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Bold.woff2') format('woff2'),
        url('fonts/Satoshi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-BlackItalic.woff2') format('woff2'),
        url('fonts/Satoshi-BlackItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Black.woff2') format('woff2'),
        url('fonts/Satoshi-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Light.woff2') format('woff2'),
        url('fonts/Satoshi-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-MediumItalic.woff2') format('woff2'),
        url('fonts/Satoshi-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-LightItalic.woff2') format('woff2'),
        url('fonts/Satoshi-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Medium.woff2') format('woff2'),
        url('fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Regular.woff2') format('woff2'),
        url('fonts/Satoshi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Italic.woff2') format('woff2'),
        url('fonts/Satoshi-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
/*************** ROOT ***************/
:root {
    --primary-font: 'Satoshi', sans-serif;
    --primary-color: #004FFF;
    --secondary-color: #FFBA00;
    --grey-color: #707070;
}
/*************** PREDEFINED ***************/
body {
    font-family: var(--primary-font);
}
.bg-primary {
    background-color: var(--primary-color) !important;
}
.btn {
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    line-height: 1;
    border-radius: 30px;
    min-width: 170px;
}
.btn-sm {
    font-size: 16px;
    font-weight: 500;
}
.btn-primary {
    background: var(--secondary-color) !important;
    color: #000000 !important;
    border: 1px solid var(--secondary-color) !important;
}
.btn-primary:hover {
    background: #CF9B0E !important;
    border: 1px solid #CF9B0E !important;
    color: #000000 !important;
}
.btn-outline {
    background: transparent !important;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
}
.btn-outline.active,
.btn-outline:hover {
    background: var(--secondary-color) !important;
    color: #000000 !important;
    border: 1px solid var(--secondary-color) !important;
}
.section-padding {
    padding: 25px 0;
}
.color-primary {
    color: var(--primary-color);
}
.color-secondary {
    color: var(--secondary-color);
}
.btn-secondary {
    background: var(--primary-color) !important;
    color: #FFFFFF !important;
    border: 1px solid var(--primary-color) !important;
}
.btn-secondary:hover {
    background: #003ec4 !important;
    border: 1px solid #003ec4 !important;
    color: #FFFFFF !important;
}
/************ NAVBAR *********/
.btn-close:focus,
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-block {
    border-radius: 30px;
    padding: 8px 20px;
    background-color: #FFFFFF;
}
.offcanvas-title,
.navbar-brand {
    height: 33px;
    width: 150px;
    padding: 0;
    margin-top: 3px;
}
.offcanvas-title img,
.navbar-brand img{
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.nav-link {
    color: var(--primary-color);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.nav-item {
    border-bottom: 1px solid #ECF0F1;
    padding: 5px 0;
}
.nav-item:last-child {
    border-bottom: none;
}
.navbar {
    margin-top: 15px;
}
.get-started-btn a {
    background: var(--secondary-color) !important;
    color: #000000 !important;
    display: flex;
    border: 1px solid var(--secondary-color) !important;
    font-weight: 700;
    font-size: 16px;
    padding: 10px;
    line-height: 1;
    border-radius: 30px;
    text-decoration: none;
    white-space: nowrap;
    padding: 20px 35px 20px 20px;
    position: relative;
    margin-left: 10px;
}
.get-started-btn a::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-image: url('img/arrow-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.get-started-btn a:hover {
    background-color: #CF9B0E !important;
    border: 1px solid #CF9B0E !important;
}
/*********** HERO ********/
.lms-hero {
    padding: 110px 0 55px 0;
    background: linear-gradient(90deg, rgba(0,79,255,1) 0%, rgba(0,40,128,1) 100%);
}
.lms-hero-bg {
    top:0;
    left: 0;
}
.lms-hero-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.lms-hero-block h2 {
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
    color: #FFFFFF;
}
.lms-hero-block h2 span{
    color: #FFBA00;
}
.lms-hero-block p {
    line-height: 1.2;
    color: #FFFFFF;
}
.lms-hero-buttons {
    margin-top: 40px;
}
.lms-hero-block {
    max-width: 75%;
}
.lms-hero-buttons a img {
    width: 18px;
    height: auto;
    object-fit: contain;
}
/******** OFFER SECTION ***********/
.offer-swiper-bg {
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0,79,255,1) 0%, rgba(0,40,128,1) 100%);
}
.offer-swiper-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 25%;
}
.offer-section-block {
    border-radius: 20px;
}
.offer-swiper-text h2{
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 10px;
}
.offer-swiper .swiper-slide {
    padding: 155px 30px 30px 30px;
    border-radius: 20px;
    overflow: hidden;
    height:auto;
}
.offer-pagination {
    top: 20px !important;
    bottom: auto !important;
    left: 50% !important;
    transform: translateX(-50%);
    border-radius: 15px;
    width: auto !important;
    max-width: 100%;
    min-width: 300px;
    z-index: 1;
}
.offer-pagination .swiper-pagination-bullet {
    padding: 5px 10px;
    width: auto;
    height: auto;
    border-radius: 0;
    margin: 0 !important;
    background-color: #176BE2;
    color: #FFFFFF;
    font-size: 14px;
    opacity: 1;
    flex-shrink: 0;
}
.offer-pagination .swiper-pagination-bullet-active {
    background-color: #FFFFFF;
    color: #000000;
}
/********** VIDEO SECTION ********/
.video-box {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  border-radius: 20px;
}
.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/********* COURSES SECTION *********/
.courses-title {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.2;
}
.courses-title span {
    color: var(--primary-color);
    text-decoration: underline;
}
.course-img img {
    aspect-ratio: 16/9;
    width: 100%;
}
.course-box {
    border-radius: 7px;
    transition: all .3s;
    -webkit-box-shadow: 10px 10px 60px -20px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 10px 60px -20px rgba(0,0,0,0.15);
    box-shadow: 10px 10px 60px -20px rgba(0,0,0,0.15);
}
.course-box:hover {
    border-radius: 7px;
    -webkit-box-shadow: 10px 10px 50px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 10px 50px 10px rgba(0,0,0,0.15);
    box-shadow: 10px 10px 50px 10px rgba(0,0,0,0.15);
}
.course-text-box {
    padding: 8px 15px;
}
.course-cat {
    color: var(--grey-color);
    font-weight: 300;
}
.course-title {
    font-size: 20px;
    margin-bottom: 12px;
    color: #000000;
    text-decoration: none;
    line-height: 1.2;
    margin-bottom: 5px;
    display: block;
}
.course-learn-more {
    font-size: 18px;
}
.course-info {
    font-size: 14px;
    color: #676978;

}
.course-info img {
    width: auto;
    height: auto;
    max-width: 18px;
    max-height: 18px;
}
/********* FAQ SECTION *********/
.faq-block {
    padding: 25px 25px 10px 25px;
    border: 1px solid #000000;
    border-radius: 14px;
}
.faq-block-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.faq-accordion .accordion-item {
    border-bottom: none !important;
    border-top: 1px solid var(--grey-color) !important;
}
.faq-accordion .accordion-button {
    font-size: 16px;
}
.faq-accordion .accordion-button::after {
    width: 14px;
    height: 14px;
    background-size: contain;
}
.faq-accordion  .accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: #FFFFFF;
    color: #000000;
    box-shadow: none;
}
.faq-accordion .accordion-body p:last-child {
    margin-bottom: 0;
}
/********* FOOTER *********/
footer {
    padding: 45px 0 60px 0;
}
.footer-bg  {
    top: 0;
    left: 0;
}
.footer-bg  img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .08;
}
.footer-social a {
    height: 32px;
    width: 32px;
    border-radius: 12px;
    background-color: #1F2638;
    transition: all .2s;
}
.footer-social a img {
    width: auto;
    height: auto;
    max-width: 65%;
    max-height: 65%;
}
.footer-social a:hover {
    background-color: var(--secondary-color);
}
.footer-logo  {
    height: 50px;
    width: 200px;
    margin-bottom: 30px;
}
.footer-logo  img{
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.footer-text {
    font-size: 15px;
    margin-bottom: 30px;
    max-width: 275px;
    line-height: 1.4;
}
.footer-title {
    font-size: 20px;
    border-bottom: 1px solid #FFFFFF;
    padding: 0 0 8px 0;
    margin-bottom: 10px;
}
.footer-link {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    transition: all .2s;
}
.footer-link:hover {
    color: var(--secondary-color);
}
.newsletter-text {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.4;
}
.footer-email-input {
    border-radius: 30px;
    padding: 7px 20px 7px 50px;
    position: relative;
    font-size: 16px;
    box-sizing: border-box;
    background-image: url('img/email.svg');
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 18px 18px;
    border: none !important;
}
.form-control:focus {
    box-shadow: none;
    border: none;
}
.footer-email-input::placeholder {
    color: #6B7280;
}
.footer-block {
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF;
}
/******** TOPICS SECTION ***********/
.topics-box a {
    width: 45%;
    transition: all .3s;
}
.topics-box a img{
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    aspect-ratio: 1/1.4;
    box-shadow: 3px 3px 20px #00000029;
}
.topcis-title {
    font-size: 24px;
    line-height: 1.1;
    max-width: 220px;
}
.topics-btn {
    color: var(--primary-color);
    line-height: 1.2;
    position: relative;
    padding-right: 15px;
}
.topics-btn::after {
    position: absolute;
    content: "";
    background-image: url('img/arrow-right.svg');
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(16%) sepia(78%) saturate(5301%) hue-rotate(223deg) brightness(103%) contrast(107%);
    background-repeat: no-repeat;
}
.topics-btn:hover {
    color: #000;
    text-decoration: none;
}
.topics-box a:hover {
    scale: 1.1;
}
.why-lms-section {
    background-color: var(--primary-color);
}
.why-lms-img {
    top: 0;
    left: 0;
}
.why-lms-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why-lms-title {
    line-height: 1,2;
    font-size: 26px;
    margin-bottom: 5px;
}
/******** FEATURES SECTION ***********/
.features-title {
    font-size: 26px;
    line-height: 1.2;
}
.feature-icon {
    width: 40px;
    height: 40px;
}
.feature-icon img {
    object-fit: contain;
    width: auto;
    height: auto;
    max-width: 50%;
    max-height: 50%;
}
.feature-text h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}
.feature-text p {
    font-size: 18px;
    margin-bottom: 0;
    color: var(--grey-color);
}
.features-img img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
/******** TESTIMONIALS SECTION ***********/
.testimonial-box {
    border-radius: 20px;
    border: 2px solid #000000;
    padding: 20px;
}
.testimonial-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--grey-color);
}
.testimonial-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-name {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.1;
}
.testimonial-name span {
    font-weight: 400;
    color: var(--grey-color);
}
.testimonial-text {
    color: #010101;
    font-size: 17px;
}
.testimonials-title{
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.testi-prev,
.testi-next {
    left: unset !important;
    right: unset !important;
    width: 30px;
    height: 30px;
    border: 1px solid #000000;
    border-radius: 50%;
}
.testi-prev::after,
.testi-next::after {
    content: "";
    background-image: url('img/arrow-swiper.svg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: center;
}
.testi-prev::after {
    transform: rotate(180deg);
}

.testimonials-text ,
.why-lms-text p {
    line-height: 1.2;
}
.why-lms-block {
    max-width: 745px;
}
.why-lms-cta {
    margin-top: 40px;
}
.why-lms-cta p {
    font-size: 20px;
    line-height: 1.2;
}
.why-lms-supertitle {
    font-size: 20px;
    z-index: 5;
    padding: 8px 22px 8px 0;
    margin-bottom: 20px;
}
.why-lms-supertitle span{
    font-weight: 700;
}
.why-lms-supertitle::after {
    content: "";
    position: absolute;
    right: 0;
    border-radius: 14px;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 160%;
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
/******** PRACTICES SECTION ***********/
.practices-supertitle {
    line-height: 1.2;
}
.practices-btn a {
    color: #333333;
    padding-right: 30px;
}
.practices-btn a:hover {
    color: var(--primary-color);
   text-decoration: none;
}
.practices-btn a::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    top: 50%;
    border-radius: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url('img/arrow-right-white.svg');
    background-color: var(--primary-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 15px;
}
.practices-text p {
    color: var(--primary-color);
    font-size: 15px;
    margin-bottom: 0;
}
.practices-text h3 {
    font-size: 18px;
    font-weight: 700;
    transition: all .2s;
}
.practices-text a:hover h3 {
    color: var(--primary-color);
}
.practices-img img {
    width: 100%;
    aspect-ratio: 1/1.4;
    border-radius: 15px;
    box-shadow: 10px 5px 10px #00000029;
    object-fit: cover;
    transition: all .2s;
}
.practices-wrapper {
    max-width: 800px;
}
.stars-box img {
    width: 15px;
}
.practices-img:hover img{
    scale: 1.05;
}
/******** WHY LMS INSTITUTIONS ***********/
.why-lms-toptitle {
    font-size: 20px;
    margin-bottom: 35px;
}
.why-lms-toptitle span{
    font-weight: 700;
}
/******** INSTITUTIONALS ACCESS***********/
.access-title {
    font-size: 26px;
    margin-bottom: 25px;
    line-height: 1.2;
}
.access-badge {
    font-size: 12px;
    padding: 4px 6px;
    line-height: 1;
    border-radius: 16px;
}
.access-standard {
    border: 1px solid #000000;
    background: transparent;
}
.access-institutional {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #FFFFFF;
}
.access-overview-box {
    border: 1px solid #000000; 
    border-radius: 28px;
}
.access-box-title {
    font-size: 12px;
}
.check-icon {
    align-items: center;
    justify-content: center;
    height: 100%;
}
.check-icon img{
    width: 15px;
}
.access-overview-box-content {
    background-color: #F7F7F7;
}
.access-overview-box-top{
    padding: 12px 10px;
}
.access-item-title {
    font-size: 12px;
    line-height: 1.2;
    position: relative;
    padding-left: 10px;
}
.access-item-title::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: var(--primary-color);
    border-radius: 50%;
}
.access-overview-box-content .row {
    border-top: 1px solid #707070;
    padding: 10px;
}
.access-box {
    border-radius: 21px;
    border: 1px solid var(--grey-color);
}
.access-box-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary-color);
}
.access-box-img img {
    height: auto;
    width: auto;
    max-width: 50%;
    max-height: 50%;
    filter: brightness(0) saturate(100%) invert(99%) sepia(50%) saturate(2%) hue-rotate(184deg) brightness(117%) contrast(100%);
}
.access-box-text h3 {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 700;
}
.access-box-text p {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--grey-color);
}
.hero-overlay::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,79,255);
    background: linear-gradient(90deg, rgba(0,79,255,1) 42%, rgba(0,78,251,0) 76%);
}
/******** REQUEST MODAL ***********/
.requestModal .form-control {
    border-radius: 30px;
    border: 1px solid #b6b6b6;
    font-size: 16px;
    color: var(--grey-color);
    padding: 14px 24px;
}
.requestModal .form-control:focus {
    border: 1px solid #000000;
}
.requestModal .form-control::placeholder {
    color: #6B7280;
}
.requestModal .modal-body p {
    color: #4D4F5C;
    line-height: 1.2;
}
.requestModal .modal-header {
    padding: 35px 35px 0 35px;
    border-top-left-radius: 50px;
}
.requestModal .modal-content {
    border-radius: 25px;
    border: none;
}
.requestModal .modal-dialog {
    max-width: 1100px;
}
.requestModal .modal-body {
    max-width: 600px;
    padding-bottom: 65px;
}
/******** RESPONSIVE SM ***********/
@media (min-width: 576px) {

}
/******** RESPONSIVE MD ***********/
@media (min-width: 768px) {
    .lms-hero-block {
        max-width: 50%;
    }
    .navbar {
        margin-top: 25px;
    }
    .topics-box a {
        width: 23%;
    }
    .why-lms-supertitle::after {
        width: 170%;
    }
    .access-badge {
        font-size: 16px;
        padding: 10px 14px;
    }
    .access-box-title {
        font-size: 16px;
    }
    .check-icon img{
        width: 18px;
    }
    .access-overview-box-top{
        padding: 16px 14px;
    }
    .access-item-title {
        font-size: 16px;
    }
    .access-overview-box-content .row {
        padding: 14px;
    }
}
/******** RESPONSIVE LG ***********/
@media (min-width: 992px) {
    .lms-hero {
        padding: 185px 0 90px 0;
    }
    .lms-hero-block h2 {
        font-size: 50px;
    }
    .nav-item {
        padding: 0;
        border: none;
        margin: 0 3px;
    }
    .nav-link {
        font-size: 16px;
        padding: 5px 15px !important; 
        text-transform: none;
        color: #000000;
    }
    .nav-link:hover {
        color: var(--primary-color);
    }
    .nav-link.active {
        color: var(--primary-color) !important;
    }
    .navbar-block {
        padding: 12px 35px;
    }
    .navbar {
        margin-top: 35px;
    }
    .offer-swiper-text h2{
        font-size: 50px;
    }
    .offer-swiper-btn {
        position: absolute;
        bottom: 35px;
        right: 45px;
    }
    .offer-swiper-content {
        max-width: 900px;
    }
    .offer-swiper-text p {
        max-width: 600px;
    }
    .offer-swiper .swiper-slide {
        padding: 165px 50px 65px 50px;
    }
    .offer-pagination {
        width: 100%  !important;
        top: 30px !important;
        gap: 3px;
    }
    .offer-pagination .swiper-pagination-bullet {
        font-size: 16px;
        padding: 10px 25px;
    }
    .offer-pagination .swiper-pagination-bullet:first-child{
        border-radius: 30px 0 0 30px;
    }
    .offer-pagination .swiper-pagination-bullet:last-child{
        border-radius: 0 30px 30px 0;
    }
    .offer-swiper .swiper-slide {
        min-height: 735px;
    }
    .courses-title {
        font-size: 44px;
        margin-bottom: 40px;
    }
    .faq-block-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .faq-accordion .accordion-button {
        font-size: 18px;
    }
    .faq-block {
        padding: 40px 50px 15px 50px;
    }
    .footer-social a {
        height: 45px;
        width: 45px;
    }
    .footer-logo  {
        height: 60px;
        width: 250px;
    }
    .footer-text {
        font-size: 17px;
    }
    .newsletter-text {
        font-size: 17px;
        margin-bottom: 45px;
    }
    .footer-title {
        margin-bottom: 20px;
    }
    .topics-btn {
        font-size: 18px;
    }
    .topics-box a:nth-child(1){
        width: 26%;
    }
    .topics-box a:nth-child(2){
        width: 23%;
    }
    .topics-box a:nth-child(3){
        width: 21%;
    }
    .topics-box a:nth-child(4){
        width: 19%;
    }
    .features-title {
        font-size: 34px;
    }
    .swiper-container {
        width: 135%;
    }
    .why-lms-title {
        font-size: 32px;
    }
    .practices-supertitle {
        font-size: 18px;
    }
    .practices-top {
        padding: 0 120px;
    }
    .practices-btn {
        position: absolute;
        bottom: 5px;
        right: 0;
    }
    .practices-btn a {
        font-size: 18px;
        padding-right: 45px;
    }
    .practices-btn a::after {
        width: 35px;
        height: 35px;
        background-size: 15px 18px;
    }
    .access-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
}
/******** RESPONSIVE XL ***********/
@media (min-width: 1200px) {
    .container-small {
        max-width: 1200px;
    }
    .lms-hero {
        padding: 225px 0 115px 0;
    }
    .lms-hero-block h2 {
        font-size: 60px;
        margin-bottom: 25px;
    }
    .lms-hero-block p {
        font-size: 18px;
    }
    .lms-hero-block {
        max-width: 640px;
    }
    .btn  {
        font-size: 20px;
        padding: 15px 20px;
        min-width: 270px;
    }
    .btn-sm {
        font-size: 18px;
        padding: 12px 15px;
    }
    .lms-hero-buttons {
        margin-top: 100px;
    }
   .section-padding {
        padding: 45px 0;
    }
    .offer-swiper-text h2{
        font-size: 60px;
    }
    .offer-swiper-btn {
        bottom: 65px;
        right: 75px;
    }
    .offer-pagination .swiper-pagination-bullet {
        padding: 10px 38px;
    }
    .course-text-box {
        padding: 18px 35px;
    }
    .faq-block-title {
        font-size: 44px;
        margin-bottom: 36px;
    }
    .faq-block {
        padding: 55px 65px 20px 55px;
    }
    footer {
        padding: 65px 0 80px 0;
    }
    .footer-title {
        font-size: 24px;
    }
    .footer-link {
        font-size: 18px;
    }
    .footer-email-input {
        padding: 13px 20px 13px 50px;
    }
    .nav-item {
        margin: 0 25px;
    }
    .topcis-title {
        font-size: 30px;
    }
    .lms-hero-buttons a img {
        width: 30px;
    }
    .features-title {
        font-size: 40px;
    }
    .feature-icon {
        width: 70px;
        height: 70px;
    }
    .feature-icon img{
        max-width: 55%;
        max-height: 55%;
    }
    .testimonials-title {
        font-size: 60px;
    }
    .testimonials-subtitle {
        font-size: 20px;
    }
    .testi-prev,
    .testi-next {
        width: 40px;
        height: 40px;
    }
    .testi-prev::after,
    .testi-next::after {
        background-size: 18px 18px;
    }
    .why-lms-title {
        font-size: 40px;
    }
    .why-lms-text p {
        font-size: 18px;
    }
    .why-lms-cta p {
        font-size: 30px;
    }
    .why-lms-cta {
        margin-top: 80px;
    }
    .why-lms-supertitle {
        font-size: 30px;
        z-index: 5;
        padding: 14px 45px 14px 0;
        margin-bottom: 40px;
    }
    .why-lms-supertitle span{
        font-weight: 700;
    }
    .why-lms-supertitle::after {
        content: "";
        position: absolute;
        right: 0;
        border-radius: 14px;
        z-index: 1;
        top: 0;
        height: 100%;
        width: 140%;
        background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    }
    .why-lms-block {
        padding: 35px 0;
    }
    .practices-wrapper .gy-xl-5 {
        --bs-gutter-y: 4rem;
    }
    .why-lms-toptitle {
        font-size: 30px;
        margin-bottom: 85px;
    }
    .access-title {
        font-size: 40px;
        margin-bottom: 38px;
    }
    .access-badge {
        font-size: 24px;
        padding: 18px 36px;
    }
    .access-box-title {
        font-size: 24px;
    }
    .check-icon img{
        width: 22px;
    }
    .access-overview-box-top{
        padding: 24px 24px 24px 50px;
    }
    .access-item-title {
        font-size: 24px;
    }
    .access-overview-box-content .row {
        padding: 20px 24px 20px 50px;
    }
    .access-item-title {
        padding-left: 20px;
    }
    .access-item-title::after {
        width: 8px;
        height: 8px;
    }
    .access-box-img {
        width: 70px;
        height: 70px;
    }
    .access-box-text h3 {
        font-size: 20px;
    }
    .access-box-text p {
        font-size: 18px;
    }
}
/******** RESPONSIVE XXL ***********/
@media (min-width: 1400px) {
    .nav-item {
        margin: 0 30px;
    }

    .get-started-btn a {
        padding: 20px 45px 20px 25px;
        margin-left: 15px;
    }
    .get-started-btn a::after {
        width: 14px;
        height: 14px;
        right: 17px;
    }
    .testimonial-box {
        padding: 40px 50px;
    }
    .testimonial-img {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid var(--grey-color);
    }
    .testimonial-name,
    .testimonials-text {
        font-size: 22px;
    }
    .swiper-container {
        width: 160%;
    }
    .why-lms-supertitle::after {
        width: 200%;
    }
}
/******** RESPONSIVE CUSTOM ***********/
@media (min-width: 1800px) {
    .why-lms-supertitle::after {
        width: 250%;
    }
}
/******** RESPONSIVE CUSTOM ***********/
@media (min-width: 2400px) {
    .swiper-container {
        width: 200%;
    }   
}


/***********************************************/
/*************SENID CSS*************************/
#content li.wpProQuiz_questionListItem.wpProQuiz_answerIncorrect {
    background-color: #ff9292;
}
#content li.wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete {
    background-color: rgb(94 202 134);
}
/***********************************************/