

/**/
body {
    font-size: 13.6px;
    background: #151515;
}
html { scroll-behavior: smooth; }

/* aos */
html, body {
    overflow-x: hidden !important}


/* number without arrows */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;}
input[type=number] {
    -moz-appearance:textfield;}



/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #A9A8A8 !important;}
::-moz-placeholder { /* Firefox 19+ */
  color: #A9A8A8 !important;}
:-ms-input-placeholder { /* IE 10+ */
  color: #A9A8A8 !important;}
:-moz-placeholder { /* Firefox 18- */
  color: #A9A8A8 !important;}



.form-control:focus{box-shadow: none !important;}

/* btn */
.btn {
    font-size: 13.3px;}
.btn:focus {
    box-shadow: none;
    outline: none;}

/* btn-group */
.btn-group img {
    height: 12px;}

/* close-btn */	
.close-btn {
    position: absolute;
    width: 22px;
    height: 22px;
    opacity: 0.3;
    cursor: pointer;}
.close-btn:hover {
    opacity: 1;}
.close-btn:before, 
.close-btn:after {
    position: absolute;
    left: 12px;
    top: 5px;
    content: ' ';
    height: 100%;
    width: 2px;
    background-color: #dbd9d9;}
.close-btn:before {
    transform: rotate(45deg);}
.close-btn:after {
    transform: rotate(-45deg);}


/* fixed-fa-icon */
.fixed-fa-icon {
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: #ffffff7a;
    color: #fff;
    font-size: 22px;
    padding: 1px 18px;}




/* rounded-btn */	
.rounded-btn {
    border-radius: 25px;
    padding: 8px 25px;}


/* lg-btn */	
.lg-btn {
    font-size: 15px;
    padding: 10px 55px;}
@media (max-width: 991px) {
.lg-btn {
    font-size: 14px;
    padding: 8px 50px;}
}


/* btn */

.btn-blue {
    color: #fff;
    background-color:#0B6CFF;
    border-color: #0B6CFF;}
.btn-blue:hover {
    color: #fff;
    background-color: #0B6CFF;
    border-color: #0B6CFF;}

.btn-yellow {
    color: #2B2B2B;
    background-color:#FABD00;
    border-color: #FABD00;}
.btn-yellow:hover {
    color: #2B2B2B;
    background-color: #FABD00;
    border-color: #FABD00;}
.btn-outline-white{
    color: #EFEFEF;
    background-color:transparent;
    border: 1.5px solid #FFFFFF;}
.btn-outline-white:hover {
    color: #EFEFEF;
    background-color:transparent;
    border: 1.5px solid #FFFFFF;}

.btn-clr-blue {
    color: #fff;
    background-color: #0B68F3;
}
.btn-clr-green {
    color: #fff;
    background-color: #0AA347;
}
.btn-clr-green:hover {
    color: #fff;
    background-color: #0AA347;
}
.btn-clr-blue:hover {
    color: #fff;
    background-color: #0B68F3;
}
.btn-light-gary{
    color: #ACACAC;
    background: transparent;
}
.btn-light-gary:hover{
    color: #ACACAC;
    background: transparent;
}
/* btn-l-outline-gray */
.btn-l-outline-gray {
    background-color: transparent;
    color:#FFFFFFB2;
    border-color: #636363;}
.btn-l-outline-gray:hover {
    background-color: transparent;
    color: #FFFFFFB2;
    border-color: #636363;}

/* btn-l-outline-gray */
.btn-l-gray {
    background-color: #1D1D1D;
    color:#FFFFFFB2;
    border-color: #636363;}
.btn-l-gray:hover {
    background-color: #1D1D1D;
    color: #FFFFFFB2;
    border-color: #636363;}


.btn-outline-yellow{
    color: #F9F9F9;
    background-color:transparent;
    border: 1px solid #FABD00;}
.btn-outline-yellow:hover {
    color: #F9F9F9;
    background-color:transparent;
    border: 1px solid #FABD00;}

/* btn-zoom-hover */
.btn-zoom-hover {
    overflow: hidden;
    transition: transform .6s;}
  .btn-zoom-hover:hover,
  .btn-zoom-hover:focus {
    -ms-transform: scale(1.1); 
    -webkit-transform: scale(1.1);
    transform: scale(1.1);}

/* load-more__btn */
.load-more__btn-wrap {
    text-align: center;
    margin-top: 55px;}
.load-more__btn-wrap .load-more__btn {
    text-decoration: none;
    padding: 9px 35px;
    font-size: 13px;
    background-color: #c90000;
    color: #fff;
    display: inline-block;
    border-radius: 25px;
    font-weight: bold;
    position: relative;
    /* scale-hove */
    overflow: hidden;
    transition: transform .6s;}
.load-more__btn-wrap .load-more__btn:hover {
    -ms-transform: scale(1.08); 
    -webkit-transform: scale(1.08);
    transform: scale(1.08);}



/* load-more-btn-font-group */
.load-more-btn-font-group .load-more__btn-wrap .load-more__btn {
    padding-right: 45px;}
.load-more-btn-font-group .load-more__btn-wrap .load-more__btn::after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    display: block;}


/* load-more-btn-img-group */
.load-more-btn-img-group .load-more__btn-wrap .load-more__btn {
    padding: 9px 60px 9px 30px;}
.load-more-btn-img-group .load-more__btn-wrap .load-more__btn::after {
    content: '';
    background-image: url(../images/icons/three-arrows.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 23px;
    width: 20px;
    height: 20px;
    display: block;}

/* badge-yellow */
.badge-yellow{
    color:#262626;
    background-color: #FFAD0F;
    border-color: #FFAD0F !important;}
    
 /* badge-yellow */
 .badge-y-yellow{
    border-color: #FFB800 !important;
    background-color: #392D0C;
    font-weight: 300 !important;
    color: #FFB800 !important;}
.badge-vilate{
    color:#FFF1F1;
    background-color: #512BEA;;
    border-color: #512BEA !important;}

/* text */
.text-yellow{
    color:#FABD00;
}
.text-d-yellow{
    color:#FABD0080 !important;
}

.text-color-dl-white{
    color: #CECECE !important;}
.text-d-gray{
    color: #B6B4B4 !important;}
.text-l-gray{
    color: #D7D7D7 !important;}
.text-d-mute{
    color: #7B7B7B !important;}   
.text-d-gray{
    color: #acacac !important;}
.text-light-gray{
    color: #F2F0F0!important;}
.text-light-white{
    color: #F9F9F9!important;}
.text-clr-white{
    color: #CACACA !important;} 
.text-clr-l-gray{
    color: #9F9F9F !important;}
.text-l-white{
    color:#F2F0F0B2 !important;}
.text-d-white{
    color:#FFFFFFB2 !important;}
.text-clr-l-white{
    color:#B7B7B7 !important;}
.text-color-l-white{
    color: #D9D9D9 !important;}   
.text-color-lr-white{
    color: #ABABAB !important;}
.text-e-gray{
   color:#8D8989 !important; }
.text-rl-mute{
    color: #B8B8B8 !important;}
.text-lr-mute{
    color: #8C8989 !important;}
.text-l-red{
    color: #DE3737 !important;}
.text-rm-mute{
    color: #7A7A7A !important;}
.text-lm-blue{
    color:#4DA7FC !important;}
.text-lm-white{
  color: #E2E2E2 !important ;}
.text-clr-rl-white{
  color: #FFFFFFB2 !important;}
.text-clr-re-white{
    color: #E8E8E8 !important;}
.text-color-lm-white{
    color: #9B9A9A !important;}
.text-a-white{
    color: #C3C3C3 !important;}
.text-color-m-mute {  
    color: #929292 !important;}   
.text-color-gray {  
    color: #6A7178 !important;}  
.text-color-ld-black{
    color: #969696 !important;}
.text-l-green{
    color: rgba(84, 199, 31, 1) !important;}
.text-lr-red{
    color: rgba(198, 31, 34, 1) !important;}
.text-ld-mute{
    color: rgba(174, 189, 177, 1) !important;}
/* bg */
.bg-d-gray{
    background-color: #302F2F !important;
}
.bg-l-black{
    background-color:#1A1A1A !important;}
.bg-d-black{
    background-color: #0E0E0E !important;
}
.bg-l-orange{
   background-color:  #E58900 !important;}
.bg-orange {
    background-color: #ffa400 !important;}
.bg-l-green{
    background-color: #19B13A !important;}
.bg-l-red{
     background: #B92652B2 !important;}
.bg-lm-red{
    background: #EA2525 !important;}
.bg-vdark-blue{
    background: #161921 !important;}
    

.border-bottom-white{
    border-bottom: 1px solid #383838;}
/* url-primary */
.url-primary {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;}

/* active */
a.active {
    cursor: default;}


/* scale-hover */
.scale-hover {
  /*overflow: hidden;*/
  transition: transform .6s;}
.scale-hover:hover {
  -ms-transform: scale(1.08); 
  -webkit-transform: scale(1.08);
  transform: scale(1.08);}


/* scale-up-hover */
.scale-up-hover {
  /*overflow: hidden;*/
  transition: transform .6s;}
.scale-up-hover:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);}


/* truncate */
.truncate-1,
.truncate-2,
.truncate-3,
.truncate-4,
.truncate-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;}
.truncate-1 {
    -webkit-line-clamp: 1;}
.truncate-2 {
    -webkit-line-clamp: 2;}
.truncate-3 {
    -webkit-line-clamp: 3;}
.truncate-4 {
    -webkit-line-clamp: 4;}
.truncate-5 {
    -webkit-line-clamp: 5;}







/* header */
.header {
    position: absolute;
    z-index: 100;
    top:10px;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #0A0A0A;
    /* box-shadow: 6px 2px 7px #00000036; */
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 17px;
     /**/
    opacity: 1;
    transition: height 0ms 0ms, opacity 600ms 0ms;}
@media (min-width: 992px) {
body.specific_scroll:not(.up_scroll) .header {
    height: 0;
    z-index: 0;
    opacity: 0;
    transition: height 0ms 400ms, opacity 400ms 0ms;}
}
@media (max-width: 991px) {
body.specific_scroll:not(.open-menu):not(.up_scroll) .header {
    height: 0;
    z-index: 0;
    opacity: 0;
    transition: height 0ms 400ms, opacity 400ms 0ms;}
}
/* fixed */
.specific_scroll.up_scroll .header {
    position: fixed;}

/* header-bg-transparent */
body:not(.specific_scroll) .header-bg-transparent .header {
    background-color: transparent;}


/* a-logo */
.header .a-logo {
    display: inline-block;}
.header .a-logo img {
    max-width: 100%;
    max-height: 40px;}


/* menu-bar */
.header .menu-bar .menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;}
.header .menu-bar .menu .link-item {
    margin-left: 20px;
    display: inline-block;}
.header .menu-bar .menu .link-item .link {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    font-size: 11px;
    color: #656565;
    vertical-align: middle;}
.header .menu-bar .menu .link-item .link .icon{
    margin-bottom:4px;
    text-align: center;
}
.header .menu-bar .icon-button__badge {
  position: absolute; 
  padding-top: 3px;
  bottom: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  background: #FABD00;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.header .menu-bar .menu .link-item .link .icon img{
    height: 23px;
    margin-left: auto;
    margin-right: auto;
}
.header .menu-bar .menu .link-item .link.active, .header .menu-bar .menu .link-item .link:hover{
    color: #fff;
    position: relative;
}
.header .menu-bar .menu .link-item .link.active::after{
    content: '';
    background-color: #FABD00;
    position: absolute;
    height: 4px;
    width: 53px;
    left: -9px;
    bottom: -16px;
}
.header .menu-bar .menu .link-item .link-class.active::after{
    left: -5px;
}
.header .menu-bar .menu .link-item a:hover img:first-of-type,
.header .menu-bar .menu .link-item a:not(.active) img:last-of-type,
.header .menu-bar .menu .link-item a.active img:first-of-type {
    display: none;}
.header .menu-bar .menu .link-item a:hover img:last-of-type {
    display: block;
}
.header .search-form {
    position: relative;
    width: 100%;}
.header .search-form .form-control {
    font-size: 13px;
    padding: 10px 45px 10px 15px;
    color: #A9A9A9;
    background-color: #272727;
    border: 1px solid #272727;
}
.header .search-form .btn {
    position: absolute;
    right: 0;
    top: 5px;
    min-width: auto;
}
.header .search-form .btn img {
    height: 20px;
}
header .user-profile-dropdown .dropdown-toggle{
    background: #222222;
}
.header .user-profile-dropdown .dropdown-toggle::after{content: none;}
.header .user-profile-dropdown .dropdown-toggle img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.header .user-profile-dropdown .dropdown-menu{
   background-color: #121212;
   border-radius: 15px;
   box-shadow: 5px 6px 11px 0px #00000080;
}
.header .user-profile-dropdown .dropdown-item{
    color: #BBB9B9;
    padding: 15px 15px;
    cursor: pointer;
}
.header .user-profile-dropdown .dropdown-item img{height: 24px;}
.header .user-profile-dropdown .dropdown-menu li:not(:last-of-type) .dropdown-item {
    border-bottom: 1px solid #333333;
}
.header .user-profile-dropdown .dropdown-item:hover{
   background-color: transparent;
}
.header .menu-bar .menu .link-item .link-active img{
    vertical-align: middle;
}
.header .user-profile-dropdown .dropdown-menu .dropdown-item.active{
    background-color: transparent !important;
}
.header .user-profile-dropdown .dropdown-menu .dropdown-item:active{
    background-color: transparent !important;
}

/* .header .menu-bar .menu .link-item .link:not(.active) {
    opacity: .7;} */
/* .header .menu-bar .menu .link-item .link:hover {
    opacity: initial} */
@media (max-width: 991px) {
.header .menu-bar {   
    position: fixed;
    z-index: 101;
    top: 0;
    background-color: #0A0A0A;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    /**/
    right: -300px;
	-webkit-transition: right 0.4s ease-in-out;
    -moz-transition: right 0.4s ease-in-out;
    -ms-transition: right 0.4s ease-in-out;
    -o-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out;}
.open-menu .header .menu-bar {
    right: 0;}
.open-menu .header .menu-bar .menu {
    padding-top: 60px;}
.header .menu-bar .menu .link-item {
    margin-left: 0;
    display: block;}
.header .menu-bar .menu .link-item .link {
    padding: 15px 30px;}
.header .menu-bar .menu .link-item .link div{
    display: inline-block;}
.header .menu-bar .menu .link-item .link .icon{
    margin-right: 10px;vertical-align: middle;}
.header .menu-bar .menu .link-item .link .icon img{vertical-align: middle;}
.header .menu-bar .menu .link-item .link.active::after{
    width: 100%;
    left: 0;
    bottom: 0;}
.header .menu-bar .search-form .form-control{font-size: 11px;}
.header .menu-bar .search-form .btn{top: 18px; right: 14px;}
}




/* header-bg-transparent */
@media (min-width: 992px) {
body:not(.specific_scroll) .header-bg-transparent header .menu-bar .menu .link-item .link {
    color: #fff;}
}

/* menu-outside */
body:not(.open-menu) .header .menu-outside {
    display: none;}
@media (max-width: 991px) {
.open-menu .header .menu-outside {
    background: #00000096;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;}
}



/* dropdown */
/* dropdown-toggle */
.header .menu-bar .menu .dropdown-toggle {
    margin-top: -4px;}
.header .menu-bar .menu .dropdown-toggle::after {
    border: 0;
    font-family: FontAwesome;
    content: '\f107';
    position: relative;
    left: 5px;
    top: 3px;}
/* dropdown-menu */
.header .menu-bar .menu .dropdown-menu {
    border: none;
    min-width: 230px;
    border-radius: 0;
    padding: 0;
    box-shadow: 3px 2px 12px #0000002e;}
.header .menu-bar .menu .dropdown-menu .dropdown-item {
    background-color: transparent;
    position: relative;
    font-size: 12px;
    padding: 13px 25px;
    color: #727272;}
.header .menu-bar .menu .dropdown-menu li:not(:last-of-type) .dropdown-item {
    border-bottom: 1px solid #efefef;}
.header .menu-bar .menu .dropdown-menu .dropdown-item:hover {
    color: #000 !important;
    background-color: #dbdbdb;}
/**/
.header .menu-bar .menu .dropdown-menu .dropdown-item::after {
    font-family: FontAwesome;
    content: '\f105';
    font-size: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;}


/* menu-toggle */
.header .menu-toggle {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right:125px;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 32px;
    height: 22px;}
.header .menu-toggle span {
    background-color: #fff;
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    float: right;
    border-radius: 25px;}
.header .menu-toggle span:nth-of-type(1) {
    width: 80%;
    top: -8px;}
.header .menu-toggle span:nth-of-type(3) {
    width: 45%;
    top: 8px;}
@media (min-width: 992px) {
.header .menu-toggle {
    display: none;}
}
/* header-bg-transparent */
body:not(.specific_scroll) .header-bg-transparent .header .menu-toggle span {
    background-color: #fff;}

/* close-btn */
.header .menu-bar .close-btn {
    top: 10px;
    left: 15px}
@media (min-width: 992px) {
.header .menu-bar .close-btn {
    display: none;}
}







/* container-fluid */
/* container-fluid-lg */
.container-fluid.container-fluid-lg {
    padding-left: 63px;
    padding-right: 63px;}
@media (max-width: 991px) {
.container-fluid.container-fluid-lg {
    padding-left: 35px;
    padding-right: 35px;}
}


/* container-header */
.container-header, .container-main{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1200px) {
   .container-header, .container-main{
       max-width: 1242px;
   }
}

/* section */
section {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;}

/* section-sub */
.section-sub {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;}

    






/* slick-equal-height */
.slick-equal-height .slick-track {
    display: flex;}
.slick-equal-height .slick-slide {
    display: flex;
    height: auto;}
.slick-equal-height .item {
    height: 100%;
    width: 100%;}


/* slick-overflow-initial */
.slick-overflow-initial .slick-list {
    overflow: initial;}


/* slick-disabled */
button.slick-disabled {
    cursor: default !important;}


/* slick-grid */
.slick-grid {
    margin-left: -10px;
    margin-right: -10px;}
.slick-grid .slick-slide {
    padding-left: 10px;
    padding-right: 10px;}
/**/
.slick-grid-15 {
    margin-left: -15px;
    margin-right: -15px;}
.slick-grid-15 .slick-slide {
    padding-left: 15px;
    padding-right: 15px;}


/* slick-item */
.slick-item {
    width: 100%;}
    

/* slick-arrows */
.slick-arrows .slick-next, 
.slick-arrows .slick-prev {
    z-index: 5;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    top: initial;
    bottom: 0;
    transform: translate(-50%, 0);
    border-radius: 50%;
    background-color: #ddd;}
.slick-arrows .slick-next:hover:before, 
.slick-arrows .slick-prev:hover:before {
    color: #000;}
.slick-arrows .slick-next {
    left: 52%;} 
.slick-arrows .slick-prev {
    left: 48%;}
.slick-arrows .slick-next:before, 
.slick-arrows .slick-prev:before {
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);}
.slick-arrows .slick-next:before {
    content: '\f105';}
.slick-arrows .slick-prev:before {
    content: '\f104';}



/* slick-dot-blue */
.slick-dot-blue .slick-dots li {
    margin: 0 2px;
    width: auto;
    height: auto;}
.slick-dot-blue .slick-dots li button {
    background-color: #c7c7c7;
    padding: 0;
    border-radius: 5px;
    width: 8px;
    height: 3px;}
.slick-dot-red .slick-dots li button:before {
    content: '';}
.slick-dot-blue .slick-dots li.slick-active button {
    background-color: #0559D3;
    width: 17px;}

/* slick-dot-hide */
.slick-dot-hide .slick-dots {
    display: none;}

/* slick-dots-hide */
.slick-dots-hide .slick-dots li button:before {
    display: none;}



/* slick-single */
.slick-single .slick-list {
    padding-right: 150px !important;
    padding-left: 150px !important;}
@media (max-width: 991px) {
.slick-single .slick-list {
    padding-right: 85px !important;
    padding-left: 85px !important;}
}





/* contact-table */
.contact-table td {
  vertical-align: top;
  padding-top: 20px;
  color: #8b8c8d;}
.contact-table td img {
  height: 20px;
  padding-right: 15px;}
.contact-table td img[src="/static/public/images/icons/mail.png"] {
  height: 16px;}
.contact-table td a {
  color: #212529;
  display: block;
  font-size: 14px;
  text-decoration: none;}






/* accordion */
.accordion .accordion-item .accordion-button {
  position: relative;}
.accordion .accordion-item .accordion-button::after {
  font-family: FontAwesome;
  content: '\f107';
  background-image: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  right: 20px;
  display: block;
  margin-top: -8px;}
.accordion .accordion-item .accordion-button:not(.collapsed):after {
  content: '\f106';}





/* form-default */
.form-default .form-body .form-control:invalid, 
.form-default .form-body .form-select:invalid {
    background-color: #f2f2f2;}




/* banner-cover */
.banner-cover {
  position: relative;
  overflow: hidden;}
.banner-cover::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #000000a6, #000000a6)}
.banner-cover.cover-bg-initial::before {
  content: initial}
.banner-cover .img-primary {
  height: 380px;
  width: 100%;
  object-fit: cover;}
.banner-cover .caption {
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);}
.banner-cover .caption h3 {
    font-size: 60px;}
.banner-cover .caption hr {
    opacity: initial;
    margin-top: 0;
    max-width: 250px;
    height: 6px;}
.banner-cover .caption h4 {
    font-size: 28px;
    margin-top: 35px;}
.banner-cover .caption .btn {
    padding: 10px 37px;
    border-radius: 0;
    font-size: 15px;}
@media (max-width: 991px) {
.banner-cover .caption h3 {
    font-size: 48px;}
.banner-cover .caption h4 {
    font-size: 22px;
    margin-top: 30px;}
.banner-cover .caption .btn {
    padding: 8px 30px;
    font-size: 14px;}
}
@media (max-width: 767px) {
.banner-cover .caption h3 {
    font-size: 42px;}
.banner-cover .caption hr {
    height: 4px;}
.banner-cover .caption h4 {
    font-size: 18px;
    margin-top: 25px;}
}
    
/* home banner */
.home-banner-img::after
{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 13px;
}
.home-img::after
{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 13px;
    background: linear-gradient(0.84deg, #000000 3.72%, rgba(0, 0, 0, 0) 92%);

}
.home-banner-img .banner-img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 10px;
    object-position: top;
} 
.home-img .home-image{
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 13px;
    object-position: top;
} 

.home_page .container-banner-slick {
    overflow: hidden;
    /* margin-left: -20px; */
    /* padding-left: 20px; */
}
.home_page .banner-slick{
    margin-left: -15px;
    margin-right: -15px;
}
.home_page .banner-slick .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}
.banner-card-cont {
    position: absolute;
    bottom: -13px;
    left: 10px;
    z-index: 1;
}
.banner-card-explore{
    position: absolute;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    padding:10px 15px;
}
.banner-card-text{
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 1;
}

/* explore more course */
.home-course-img img{
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.home-course-explore{
    width: 100%;
    height: 170px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding-left: 40px; */
}

/* Custom column width for 5 items in a row */
.col-custom {
    flex: 0 0 17%; /* Each box takes 20% width */
    max-width: 17%;
}
/* Responsive Tweaks */
@media (max-width: 1200px) {
    .col-custom {
        flex: 0 0 25%; /* 4 items per row on medium-large devices */
        max-width: 25%;
    }
}

@media (max-width: 992px) {
    .col-custom {
        flex: 0 0 33.33%; /* 3 items per row on medium devices */
        max-width: 33.33%;
    }
}

@media (max-width: 768px) {
    .col-custom {
        flex: 0 0 50%; /* 2 items per row on small devices */
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .col-custom {
        flex: 0 0 100%; /* 1 item per row on extra small devices */
        max-width: 100%;
    }
}




/* explore course */
.home-explore-course img{
    width: 100%;
    height:270px;
    object-fit: cover;
}
.student_course_page .home-explore-course img{
    width: 100%;
    height:350px;
    object-fit: cover;
}
.explore-badge{
    position: absolute;
    top: 13px;
    left: 16px;
}

/*bt-line  */
.bb-line{border-bottom: 1px solid #333333;}

/*bt-line-2  */
.bb-line-2{border-bottom: 2px solid #333333;}

/* modal-default */
.modal-default .modal-content{
    background-color: #010101;
    border: 1px solid #333333;
}
.form-default .form-body .form-label{color: #FFFFFFCC;}
.form-default .form-body .form-control, 
.form-default .form-body .form-select, 
.form-default .form-body .chosen-container-single .chosen-single{
    background-color: transparent;
    border: 1.5px solid #545454 !important;
}
.modal-default .modal-content .form-default .form-body .text-area{
    min-height:240px;
}
.form-default .form-body .form-control:invalid, .form-default .form-body .form-select:invalid{
    background-color: transparent;
}
.form-default .form-body .chosen-container .chosen-drop {
    background-color: #222222;
    border-bottom: 1px solid #333333; 

}

.form-default .form-body .chosen-container .chosen-results {
    color: #fff;
}


.form-default .form-body  .chosen-container-single .chosen-search input[type=text],
.form-default .form-body .chosen-container-single .chosen-single span{
    color: #fff;
}

.form-default .form-body .chosen-container .chosen-results li.active-result:not(:last-of-type) {
    border-bottom: 1px solid #333333; 
    color: #fff; 
}

.modal-default .modal-content .form-default .form-body .chosen-container .chosen-results li.highlighted {
    color: #fff;
}
.modal-default .modal-content .form-default .form-body .chosen-container .chosen-results li.no-results {
    color: #fff;
    background: #222222;
}

/* placeholder */
.modal-default .modal-content .form-default .form-body .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#8B8B8BCC !important;}
.modal-default .modal-content .form-default .form-body .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #8B8B8BCC !important;}
.modal-default .modal-content .form-default .form-body .form-control::-ms-input-placeholder { /* IE 10+ */
  color: #8B8B8BCC !important;}
.modal-default .modal-content .form-default .form-body .form-control::-moz-placeholder { /* Firefox 18- */
  color: #8B8B8BCC !important;} 

/* choose-file-btn */
.choose-file-btn{
    color:#8C8C8C;
}
.choose-file-btn::-webkit-file-upload-button {
    padding: 10px 35px;
    background-color: #0E61DD;
    font-family: poppinsmedium;
    border: none;
    border-radius: 10px;
    color: #fff;
    transition: 100ms ease-out;
    cursor: pointer;
}

/* .offcanvas-default offcanvas-custom */
.offcanvas-default.offcanvas-custom{
    top: 90px;
    z-index:4;
}
.offcanvas-default{
    background-color: #0E0E0E;
}
.offcanvas.offcanvas-default .offcanvas-title{
    font-size: 24px;
    color: #FFFFFF;
}

.offcanvas.offcanvas-default .offcanvas-body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #424242;
}

.offcanvas.offcanvas-default .offcanvas-body::-webkit-scrollbar
{
	width: 9px;
	background-color: #0A0A0A;
}

.offcanvas.offcanvas-default .offcanvas-body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #676767;
}

.read-more{
    font-size: 13px;
    color: #EDEDED;
    font-weight: 100;
}
.read-more:hover{
    color: #EDEDED;
}




/* feed */
.feed-card {
    position: relative;
    /* overflow: hidden; */
    border: 1.5px solid #4E4E4E;
    border-radius: 16px;
    max-height: 1000px;
    overflow-y: auto;
  }
  .feed-card .read-more{
    color: #EDEDED;
    font-size: 11px;
  }
  
  .feed-card::-webkit-scrollbar {
    display: none; /* Hide scrollbar for WebKit browsers (Chrome, Safari) */
  }
  
  .feed-card {
    -ms-overflow-style: none; /* Hide scrollbar for Internet Explorer and Edge */
  }


  .student_home .container-banner-slick {
    position: relative;
  }
  
  .student_home .slick-dots {
    position: absolute;
    bottom: -20px; /* Adjust the position as needed */
    right: 30px; /* Align to the right side */
    transform: none; /* Remove the center alignment */
    z-index: 10; /* Ensure the dots appear above the image */
    display: flex;
    justify-content: flex-end; /* Align the dots to the right */
  }
  
  .student_home .slick-dots li {
    margin: 0 5px; 
  }
  
  .student_home .slick-dots li button:before {
    content: '';
    width: 30px; 
    height: 2px; 
    background-color: white; 
    display: block;
    border-radius: 0; 
  }
  
  .student_home .slick-dots li.slick-active button:before {
    background-color: #FABD00;
    opacity: 1;
  }
  
  
/* enquiry */
.enquiry-img img{
    width: 100%;
    height: 170px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.enquiry-img{
    position: relative;
    overflow: hidden;
    z-index: -1;
}
.bg-circle-section {
    position: absolute;
    left: calc(50% - 10px);
	transform: translate(-50%, -50%);
	height: 120px;
	width: 200px;
	border-radius: 150px 150px 0 0;
	background-color: red;
}
.enquiry-grd{
    position: relative;
}
.enquiry-grd::before
{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(359.05deg, #000000 -12.26%, rgba(0, 0, 0, 0) 92.91%);

}
.data-empty{
    height: 190px;
    background-color: #353535;
    border-radius: 13px;
}

.data-empty-class {
    height: 230px;
    background-color: #353535;
    border-radius: 13px;
}
.enquiry_page .form-control{
    color: #fff;
}

/* billing */
.billing_page{
    padding-left: 20px;
    padding-right: 20px;
}
.billing-img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.billing_page .form-control{
    background-color: #383838;
    border: none;
    border-radius: 7px;
    font-size: 12px;
    padding: 15px;
    color: #fff;
}
.apply-btn {
    position: absolute;
    top: 70%;
    right: 5px;
    transform: translateY(-50%);
    padding: 5px 10px; 
    font-size: 11px; 
}
.pay-btn .pro-btn{
    box-shadow: 0px 5.76px 6.72px 0px #0B68F361;
}
.pay-btn .raz-btn{
    box-shadow: 0px 5.76px 6.72px 0px #13a14c97;
}


/* section-banner*/
.section-banner {
    position: relative;}
.section-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7)),
               linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 50%),
               linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 50%),
               linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7));
    pointer-events: none;
    z-index: 1;
}

.section-banner .img-primary {
    height: 505px;
    width: 100%;
    object-fit: cover;}
.section-banner .section-banner-cont{
    position: absolute;
    bottom: 0;
    right: 44px;
    left: 0;
    z-index: 1;
    color: white;
    display: flex;
    flex-direction: column;

}
.profile-info {
    display: flex;
    align-items: center;
    background-color: #1D1D1D;
    padding: 7px 10px;
    border-radius: 50px;
}

.profile-img {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    margin-right: 10px;
}
.join-date {
    margin-bottom: 20px;
    font-size: 14px;}
.join-date span{color:#A4A4A4;font-size: 12px;}
.title {
    font-size: 12px;
    color:#FFFFFFB2;}
.profile-info .btn{
    display: inline-flex;
    padding: 15px 23px;}

@media (max-width: 767px) {
  .section-banner .section-banner-cont{
    right: 0;
    text-align: center;
  }
  .profile-info {
    display: block;
    padding: 13px 10px;
    border-radius: 0;
  }
  .profile-img, .profile-text{margin-bottom: 10px;}
  .btn-group-toggle{text-align: center;
    display: block;}
}
@media (max-width: 991px) {
.section-banner .section-banner-cont{
    right: 0;
    padding: 0 10px;}
}
/* banner-item */
.banner-item{position: relative;}
.banner-item img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.banner-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(359.05deg, #000000 -12.26%, rgba(0, 0, 0, 0) 92.91%);
}
.banner-item .banner-cont{
    position: absolute;
    width: 100%;
    bottom: 10px;
    padding: 10px 30px;
}
.banner-item .banner-cont .date-time{
    background: #FFFFFF1A;
    padding: 15px;
    border-radius: 14.18px;
}
/* subcription */
.subcription-sec .section-banner::before{
    background: linear-gradient(37deg, #000000 18.87%, rgb(255 255 255 / 0%) 79.32%);
}
.subcription-slider-sec {
   background: #010101;
}
.subcription-slider-sec .slick{
    background: #111111;
    border-radius: 40px;
    padding-bottom:30px;
    height:400px;
    transition: 0.6s;
}
.subcription-slider-sec .slick-item:hover{
    border: 1px solid #FFFFFF;
    background: #1E1E1EBF;
    transition: 0.6s;
}
.subcription-slider-sec .slick-active .slick-item{
    height:460px;
    margin-top: -25px;
    transition: 0.6s;
}
.subcription-slider-sec .slick-item:hover::after{
    display: block;
}
.subcription-slider-sec .slick-item::after{
    content: "";
    display: none;
    position: absolute;
    width: 521px;
    height: 465px;
    border-radius: 50%;
    opacity: 0.8;
    overflow: hidden !important;
    background: linear-gradient(180deg, rgba(250, 189, 0, 0.26) 0%, rgba(250, 189, 0, 0.26) 100%);
    filter: blur(100px);
    z-index: 1;
    right: -100px;
    bottom: -100px;
    transform: rotate(33.96°);
}
.subcription-slider-sec .slide-subcription .sm-card{
    border-radius: 40px 0px 47px 0px;
    padding: 20px 50px;
}
.subcription-slider-sec .sub-card
{
    padding: 10px 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.subcription-slider-sec .card-right{
    padding-left: 30px;
    z-index: 11;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px 30px;
    background-color: #111111 !important;
    border-radius: 10px;
}
.subcription-slider-sec .sub-card::-webkit-scrollbar {
    display: none;
}
.subcription-slider-sec .shadow-l-blue{
    box-shadow: 0px 10.23px 11.93px 0px #0B68F361;
    z-index: 2;
}
.subcription-slider-sec .nav-pills .nav-link.active, .subcription-slider-sec .nav-pills .show>.nav-link
{
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid var(--main-color, #FABD00);
    border-radius: 10px;
}
.subcription-slider-sec .nav-pills .nav-link{
    color: #fff !important;
    background: #111111;
    text-align: start;
    z-index: 9;
    min-height: 95px;
}
.subcription-slider-sec .nav-pills .nav-link:not(:first-child){
    margin: 8px 0px;
}
.subcription-slider-sec .truncate_80 .read-more{
position: relative;
z-index: -1;
opacity: 1;
}
/* @media(min-width:767px){
    .subcription-slider-sec .card-right{
        min-height: 540px !important;
    }
} */
@media(max-width:767px){
    .subcription-slider-sec .slick-item{
        height:100%;
    }
    .subcription-slider-sec .slick-active .slick-item{
        height:105%;
        margin-top: 5px;
    }
    .subcription-slider-sec .card-right{
        border-top: 1.13px solid #676767;
        padding-top: 20px;
        border-left: 0px;
        padding-left: 20px;
    }
}




.subcription-details  ul {
    padding-left: 0;
    margin-bottom: 0;}
.subcription-details  ul li {
    position: relative;
    margin-top: 10px;
    margin-right: 10px;
    list-style: disc !important;
    padding: 5px;
    padding-left: 8px;
    list-style: none;
    border-radius: 5px;
    border-radius: 5px;}
.subcription-slider-sec .split_ul_li{
    padding-left: 30px;
}
/* btn-group-toggle */
.btn-group-toggle {
    background-color: #2C2C2C;
    padding: 7px;}
.btn-group-toggle .btn {
    background-color: #2C2C2C;
    color: #848484;
    padding: 10px 35px;
    font-size: 16px;}
.btn-group-toggle .btn:nth-child(2),.btn-group-toggle .btn:nth-child(3) {
    margin-left: 10px !important;}
.btn-group-toggle .btn.active {
    background-color: #F5A200;
    color: #1F1F1F;}

/* upcomming-card */
.upcomming-card .upcomming-img img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 18.6px;
}
.upcomming-card .upcomming-cont p{
   color: #9F9F9F;
   font-size: 16px;
}

/* teacher-profile */
.teacher-profile img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid #FABD00;

}

/* read-more-white */
.read-more-white .read-more{color: #fff; font-weight: 600;}

.completed-item .completed-img{
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.completed-item:not(:last-of-type){
    border-bottom:2px solid #313131;
}

/* dropdown-active */
.dropdown-active{
  border: 1px solid #FABD00;
  border-radius:10px;
}

/* profile-div */
.profile-div h4{
  font-size:28px;
}
.profile-div .profile-details{
    position: relative;
    background-color: #202020;
    padding: 30px;
    border-radius: 20px;
    margin-top: 140px;}
.profile-div .profile-details .user-img{
    position: absolute;
    top: -69px;}
.profile-div .profile-details .user-img img{
   width: 132px;
   height: 132px;
   object-fit: cover;
}
.profile-div .profile-details .user-info{
   margin-top:55px;
   color: #908F8F;
}
.profile-div .profile-details .user-info div{
    font-size: 19px;
    margin-bottom: 10px;
}
.profile-div .profile-details .user-info h6{font-size: 23px;}
.profile-div .profile-details .user-footer{margin-top: 43px;}
.profile-div .profile-details .user-footer .delete-button {
    background-color:#3A3A3A;
    color: #908F8F;
    border-radius: 10px;
    padding: 13px;
    font-size: 15px;
}

/* tab */
/* nav-tabs-default */
.nav-tabs.nav-tabs-default {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 2px solid #333333;}
.nav-tabs.nav-tabs-default .nav-item .nav-link {
    color: #979797;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 15px;
    border-width: 0 0 3px 0;}
.nav-tabs.nav-tabs-default .nav-item .nav-link.active {
    font-weight: bold;
    background-color: transparent;
    color: #fff;
    border-color: #FABD00;}
.nav-tabs.nav-tabs-default .nav-item .nav-link:hover{
    border-color: #333333;
}

/* is-readonly  */
form.is-readonly .btn-save {
    display: none;
  }
form.is-readonly input[disabled], form.is-readonly textarea[disabled] {
  cursor: text;
  background: transparent;
  border: 0;
  padding: 0;
  color: #D4D4D4;
  font-size: 14px;
  font-family: poppinsmedium;
}
form.is-editing .btn-edit {
  display: none;
}
.btn-save, .btn-edit{
    color: #FABD00;
    border: 1.5px solid #FABD00;
    padding: 8px 23px;
    font-size: 12px;
}
.btn-save:hover, .btn-edit:hover{
    color: #FABD00;
    border: 1.5px solid #FABD00;
}


/* confirm-modal */
.modal.modal-default.modal-confirm .modal-dialog {
    max-width: 488px;}
.modal.modal-default.modal-confirm .modal-content{
    background: #FFFFFF1A;
    border: 0.5px solid #FFFFFF}
.modal.modal-default.modal-confirm .modal-body {
    padding: 40px 40px;}
.modal.modal-default.modal-confirm .modal-body .icon-img img {
    height: 99px;
}
.modal.modal-default.confirm-modal .modal-body h1 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
}
.modal.modal-default.confirm-modal .modal-body h5{
    font-size: 14px;
    color: #A6A6A6;
    line-height: 24px;
    margin-top: 15px;
}
.profile_sub_page .card-img::after{
    position: absolute;
    background: linear-gradient(346.14deg, #151515 22.44%, rgba(21, 21, 21, 0) 64.77%);
    content: "";
    width: 100%;
    height: 70%;
    left: 0;
    right: 0;
    top: 30%;
    bottom: 0;
    z-index: 0;
    border-radius: 0px 0px 15px 15px;
}
.profile_sub_page .card{
    background-color: transparent;
    border-radius: 15px;
}
.profile_sub_page .card .card-img img{
    position: relative;
    border-radius: 15px;
    height: 300px;
    width: 100%;
    object-fit: cover;
}   
.profile_sub_page .overlay-card .card-img img{
    position: relative;
    border-radius: 15px;
    height: 250px;
    width: 100%;
}  
.profile_sub_page .card .card-top{
    position: absolute;
    top: 6%;
    left: 5%;
}
.profile_sub_page .card .card-bottom{
   position: relative;
   z-index: 1;
}
.profile_sub_page .card .cont
{
    position: absolute;
    top: 35%;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
}
@media(max-width:567px){
    .profile_sub_page .card .cont
{
    position: absolute;
    top: 31%;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
}
}
.catagory-badge{
    position: absolute;
    top: 0px;
    right: 0px;
}
.student_course_page .home-img::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height:78%;
    width: 100%;
    top: 22%;
    bottom: 0;
    overflow: hidden;
    border-radius: 13px;
    background: linear-gradient(359.05deg, #000000 -12.26%, rgba(0, 0, 0, 0) 92.91%);
}
.catagory-badge .badge{ 
    border-radius: 0px 20px 0px 15px !important;
}
.student_course_page .arrow-right{
    max-width: 100% !important;
    width: 12px;
    height: auto !important;
}
.profile_sub_page .card .cont .border-l-white{
    border: 0.3px solid #FFFFFFCC;
    border-radius: 25px;
}
.profile_sub_page .card .card-bottom .border-l-white{
    border: 1.5px solid #0B68F3;
    border-radius: 25px;
}
.profile_sub_page .card .overlay{
    /* position: absolute;
    overflow: hidden;
    top: -8%;
    left: 25%;
    display: grid;
    z-index: 1;
    justify-content: center; */
    text-align: center;
    left: 0;
    bottom: 40%;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: 100%;
    position: absolute;
    color: #fff;
    z-index: 3;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.profile_sub_page .overlay-card .delete-button{
    box-shadow: 0px 6px 7px 0px #0B68F361;
    }
.profile_sub_page .overlay-card .card-img::after{
    content: "";
    background: #000000cf;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    border-radius:15px;
}
.profile_sub_page .view-card .cont{
    top: 70%;
}
/* list-data */
.list-data .list-item {
    /* margin-bottom: 10px; */
    position: relative;}

.list-data .list-item .label-large {
    font-size: 14px;
    color: #8C8C8C;}
.list-data .list-item label {
    font-size: 12px;
    color: #929292;}
.list-data .list-item .data {
    font-size: 14px;
    color: #D4D4D4;}
.list-data .list-item .data.text-large {
    font-size: 30px;}
 
.edit-profile-offcanvas .user-profile-div .user-profile-img{
    width: 133px;
    height: 133px;
    object-fit: cover;
}
.edit-profile-offcanvas .user-profile-div .profile-change{
    position: absolute;
    right: 4px;
    bottom: 8px;
    padding: 0;
}


.form-default.form-student .form-control{
    background-color: transparent;
    border: 1.5px solid #545454 !important;
    color: #fff;
}
.form-default.form-student .form-body .form-control:invalid, .form-default.form-student .form-body .form-select:invalid{
    background-color: transparent;
    border: 1.5px solid #545454 !important;
}
.form-default.form-student .form-body input:-internal-autofill-selected {
    background-color: transparent !important;
}

.form-default.form-student .form-body .iti__flag, .iti__flag-box {
    display: none;
}
.form-default.form-student .form-body .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 12px;
    color: #fff;
    margin-left: 0px;
}
.form-default.form-student .form-body .iti--separate-dial-code .iti__selected-flag{
    background-color: transparent;}
.form-default.form-student .form-body .iti__flag-box{
   width: auto;
}
.form-default.form-student .form-body .iti__country-name{
    white-space: break-spaces;
    color: #fff;
    font-size: 12px;
}
.form-default.form-student .form-body .iti__country-list{
    background-color: #222222;
    border: 1px solid #333333;
}
.form-default.form-student .form-body .iti__country{
    border-bottom: 1px solid #333333;
    text-align: left;
}


/* ntification */
.notifi-img{
    max-height: 200px;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

/* glassmorphism */
.glassmorphism {
    background: rgba(255, 255, 255, 0.2); /* Semi-transparent background */
    backdrop-filter: blur(10px);           /* Blur effect */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Light border */
    border-radius: 15px;                   /* Rounded corners */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);  /* Subtle shadow */
  }
  

/* landing-page */

/* header */
.landing-page .header {
    top: 30px;
}
.specific_scroll.up_scroll .landing-page .header {
    position: relative;
}
.landing-page .header .btn{
    padding: 12px 40px;
}
@media (min-width: 768px) {
    .landing-page .header .a-logo img{
        max-height: 50px;
    }   
    .subcription-slider-sec .sub-card{
        height: 550px !important;
        overflow-x:hidden ;
        overflow-y: auto !important;
    } 
}

/* banner */
.landing-page .banner-cover .img-primary {
    height: 100vh;
}
.landing-page .banner-cover::before{
    background: #0000006B;
}
.landing-page .banner-cover .caption{
    top: 60%;
}
.landing-page .banner-cover .caption h4 {
    font-size: 37px;
    color:#F9F9F9AB;
    margin-top: 0px;
}
.landing-page .banner-cover .caption .btn {
    padding: 10px 28px;
    font-size: 14px;}

/* join now */
.landing-page .join-img{
    position: absolute;
    top: 125px;
    left: -80px;
}
.landing-page .join-cont h4{
  font-size: 44px;
}
.landing-page .join-cont div{
   color: #6A7178; 
}
.landing-page .join-cont .join-desc{
    border-left: 5px solid #FABD00;
}
.landing-page .join-cont .btn{
    min-width: 140px;
    height: 56px;
}
.image-div{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px; /* Adjust max-width based on preference */
    margin: auto;
    padding-bottom: 80px;
}

/* Background circle (the first image) */
.background-circle {
    position: absolute;
    width: 100%;
    height: 360px;
    z-index: 1;
    animation: rotate 10s linear infinite; /* Rotate animation */
    will-change: transform;
}
/* Foreground image (dancer) */
.foreground-image {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    margin-top: 150px;
    margin-left: 30px;
}

/* Rotation keyframe */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* @media (min-width: 768px) and (max-width: 991px) {
    .landing-page .rotate-image {height: 300px;}
    .landing-page .join-img {
        top: 105px;
        left: 190px;
    }
    .landing-page .join-img img {height: 224px;}
    .image-div{
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .landing-page .rotate-image {height: 300px;}
    .landing-page .join-img {
        top: 105px;
        left: -20px;
    }
    .landing-page .join-img img {height: 224px;}
    .image-div{
        padding-bottom: 50px;
    }
} */

/* class */
.landing-page .section-title h4, .landing-page .title-section h4, .landing-page .style-tittle h4{
    font-size: 24px;
    letter-spacing: 4.8px;
}
.landing-page .section-title h3, .landing-page .title-section h3, .landing-page .style-tittle h3{
    font-size: 44px;
} 

.landing-page .section-title h4::after {
    content: "";
    width: 207px;
    height: 2px;
    display: inline-block;
    background: #FABD00;
    margin: 4px 10px;
}
.landing-page .title-section h4::before {
    content: "";
    width: 80px;
    height: 2px;
    display: inline-block;
    background: #FABD00;
    margin: 4px 10px;
}
.landing-page .title-section h4::after,.landing-page .style-tittle h4::after{
    content: "";
    width: 80px;
    height: 2px;
    display: inline-block;
    background: #FABD00;
    margin: 4px 10px;
}
.landing-page .section-title p{
    font-size: 16px;
    color: #B3B3B3;
}
@media (max-width: 767px) {
    .landing-page .section-title h4::after,
    .landing-page .title-section h4::before,
    .landing-page .title-section h4::after,
    .landing-page .style-tittle h4::after{
        content: none;
    }
}
.btn-common{
    min-width: 180px;
    height: 56px;
    font-size: 14px;
}

/* explore_classes */
.landing-page #explore_classes .slick-slider-custom .item-card{
    border: 1px solid #C3C3C3;
    border-radius: 20px;
}
.landing-page #explore_classes .slick-slider-custom .item-card:hover{
    border-color: #FABD00;
    border-width: 2px;
}
.landing-page #explore_classes .slick-slider-custom .item-card:hover:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFFFFF33;
    border-radius: 20px;
}
.landing-page #explore_classes .slick-slider-custom .item-card .item-img img{
    width: 100%;
    height: 425px;
    object-fit: cover;
    border-radius: 20px;
}
.landing-page #explore_classes .slick-slider-custom .item-card .item-cont{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 19px 20px;
    background: linear-gradient(1.37deg, #000000 9.21%, rgba(0, 0, 0, 0) 84.69%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.landing-page #explore_classes .slick-slider-custom .item-card .item-cont h5{
    font-size:34px;
}
.landing-page #explore_classes .slick-slider-custom .item-card .item-cont .text-sub{
    font-size:18px;
}
.landing-page #explore_classes .slick-slider-custom .item-card .item-cont .span-amount{
    color: #fff;
    font-size: 36px;
}
.landing-page #explore_classes .slick-slider-custom .item-card .item-cont .span-slash{
    font-size:26px;
    color: #BCBCBC;
}
.landing-page #explore_classes .slick-slider-custom .item-card .item-cont .span-month{
    font-size: 15px;
    color: #BCBCBC;
}
.landing-page #explore_classes .slick-slider-custom .item-card .item-cont .buy-btn{
    min-width: 124px;
    height: 42px;
    line-height: 29px;
}

/* services */

.landing-page #services .slick-slider-custom .item-card{
    border: 2px solid #242936
}

.landing-page #services .slick-slider-custom .item-card .item-head .item-count{
    color: #2B2B2B;
    font-size: 72px;
}

/* style-card */
.landing-page .style-card {
    background-color: #242424;
    border: 1px solid #242936;
    padding:10px;
}
.landing-page .style-card .slick-slider-custom .slick-next,
.landing-page .style-card .slick-slider-custom .slick-prev{
    width: 49px;
    height: 49px;
    font-size: 24px;
    line-height: 39px;
    color: #FABD0054;
    border: 1.36px solid #FABD0054;
    border-radius: 50%;
    z-index: 2;

}
.landing-page .style-card .slick-slider-custom .slick-next:before,
.landing-page .style-card .slick-slider-custom .slick-prev:before {
   content: none;
}
.landing-page .style-card .slick-slider-custom .slick-next{
    right: 50px;
}
.landing-page .style-card .slick-slider-custom .slick-prev{left: 50px;}



.landing-page .style-card .slick-slider-custom .item-card{
    padding: 50px 130px;
}
.landing-page .style-card .slick-slider-custom .item-card img{
    width: 100%;
    object-fit: contain;
    height: 360px;
}
@media (max-width: 767px) {
.landing-page .style-card .slick-slider-custom .item-card {
    padding: 10px;
}
.landing-page .style-card .slick-slider-custom .item-card img{
    height: 200px;
}
}
.btn-explore{
    min-width:186px;
    height:56px;
}


.btn-apply{
    min-width:151px;
    height:58px;
}

/* experts */

.landing-page #experts .slick-slider-custom .item-card{
    padding: 15px;
    background-color: #161921;
    border: 2px solid #242936;

}
.landing-page #experts .slick-slider-custom .item-card .item-img img{
    width: 100%;
    height: 255px;
    object-fit: cover;}
.landing-page #experts .slick-slider-custom .item-card .item-cont .item-social a{
    text-decoration: none;
    margin-right: 20px;
    margin-left: 0;
}

/* cdc-card */
.landing-page .cdc-card{
    background-color: #161528;
    padding: 40px 80px 10px;
    overflow: hidden;}
.landing-page .cdc-card h4{
    font-size:42px;}
.landing-page .cdc-card p{
    font-size: 16px;
    color: #979A9C;
    line-height: 26px;
}
.landing-page .cdc-card .left-image{
    width: 100%;
    margin-bottom: -10px;
    /* margin-bottom: -131px; */
}
@media (max-width: 767px) {
  .landing-page .cdc-card{
    padding: 15px 15px 10px;
  }
}


/* news_update */
.landing-page #news_update .slick-slider-custom .item-card {
    background-color:#130F25;
    padding: 25px;
}
.landing-page #news_update .slick-slider-custom .item-card .item-img img{
    width: 100%;
    height: 214px;
    object-fit: cover;
}
.btn-read{
    color: #FFFFFF;
    border: 1px solid #525960;
    font-size: 14px;
    padding: 12px 31px;
}
.btn-read:hover{
    color: #FFFFFF;
    border: 1px solid #525960;
}

/* news-view */
.landing-page #news_articles_view .img-div img{
    width: 100%;
    height: 573px;
}

/* contact */
.landing-page #contact .section-title h4::after{
    width: 80px;
}
.landing-page .contact-form .form-control{
    color: #fff;
    background-color: transparent;
    border: 1px solid #C1C1C1;
    padding: 10.5px 20px 10.5px 16px;
    border-radius: 10px;
}
.landing-page .contact-form .chosen-container-single .chosen-single{
    background-color: transparent;
    height: auto;
    border: 1px solid #C1C1C1;
    padding: 10.5px 20px 10.5px 16px;
}
.landing-page .contact-form .chosen-container-single .chosen-single span{color: #fff;}
.landing-page .contact-form .chosen-container-active.chosen-with-drop .chosen-single{
    border-radius: 10px;}
.landing-page .contact-form .chosen-container-single .chosen-single div b{
    margin-top: 15px;
    color: #AAAAAA;
}
.btn-contact{
  width:136px;
  height: 56px;
  font-size: 14px;
}
.landing-page .contact-form .contct-img{
    height: 560px;
}
/*  */
.landing-page .left{
    position: absolute;
    margin-top: -60px;
    margin-left: -240px;
}
.landing-page .left img{
    height: 352px;
    animation: rotate 15s linear infinite;
}

.landing-page .right{
    position: absolute;
    margin-top: -60px;
    margin-right: -240px;
    right: 0;
}
.landing-page .right img{
    height: 352px;
    animation: rotate 15s linear infinite;
}

/* footer */
.landing-page .footer-top{
    background-image: url('../images/landing/footer-img.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}
.landing-page .footer-top .a-logo img {
    height: 100px;}
    
/* social */
.landing-page .footer-top .social a {
    text-decoration: none;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 0;}
.landing-page .footer-top .social a img {
  height: 40px;}


.landing-page .footer-top .links a {
    color: #F9F9F9;
    display: block;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 20px;
}
.landing-page .footer-bottom .copyright{color: #6A7178;}
.landing-page .footer-bottom .copyright a {
    text-decoration: none;
    color:#6A7178;
}
/* media */
@media (max-width: 767px) {
    .landing-page .cdc-card h4 {
        font-size: 25px;
        line-height: 42px;
    }
    .landing-page .cdc-card h4 {
        font-size: 25px;
        line-height: 42px;
    }
    .landing-page .section-title h4, .landing-page .title-section h4, .landing-page .style-tittle h4 {
        font-size: 18px;
        letter-spacing: 3.8px;
    }
    .landing-page .section-title h3, .landing-page .title-section h3, .landing-page .style-tittle h3 {
        font-size: 25px;
    }
}


/* chose-checkbox-radio */
.chose-checkbox-radio .chose-item {
    display: inline-block;
}

.chose-checkbox-radio .chose-item label {
    cursor: pointer;
    margin-right: 15px;
}

.chose-checkbox-radio .chose-item input {
    position: relative;
    top: 4px;
}

.chose-checkbox-radio .chose-item.tik-radio input[type="radio"]:checked::before {
    content: '\f00c';
}

/*  */
input[type="radio"],
input[type="checkbox"] {
    height: 19px;
    width: 19px;
    border-radius: 5px;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    background-color: #128CFF;
}

input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
    height: 15px;
    width: 15px;
    line-height: 20px;
    right: 2px;
}

input[type="radio"]:checked::before {
    content: "\f111";
}

.chose-checkbox-radio .chose-item span {
    margin-left: 5px;
    font-size: 12px;
}

/* border-item */
.chose-checkbox-radio .chose-item.border-item label {
    border: 1px solid #c8cacb;
    padding: 2px 8px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.green-check-radio input[type="radio"]:checked,
.green-check-radio input[type="checkbox"]:checked {
    background-color: #00CC99;
}

.upbadge{
    border: 1px solid #f6ce00;
    line-height:8px;
    color: #f6ce00;
}

.subc-main .header{
    top: 0;
    border-radius: 0;
}
.pratical_exam_page .text-m{
    color:  #F9F9F9 !important;
    font-size: 14;
    font-weight: 500;
    line-height: 37px;
}
.pratical_exam_page .question-container .option{
    padding: 15px 20px;
    background-color: transparent;
    border-radius: 8px;
    border:1px solid #9F9F9F;
}
.pratical_exam_page .question-container .selected, .pratical_exam_page .question-container .option:hover {
    border:1px solid #FABD00 ;
}
.pratical_exam_page .question-container span.count{
    border-radius: 50%;
    padding: 5px 7px 3px 8px;
    display: inline-flex;
    border: 1px solid transparent;

}
.pratical_exam_page .question-container .selected span.count,.pratical_exam_page .question-container .option:hover span.count {
    border: 1px solid #FABD00;
    background: #FABD00;
    color: #fff;
}
.pratical_exam_page .btn-prev{
    border: 1px solid #EFEFEF;
    background: transparent;
    color: #fff;
}
.pratical_exam_page .question-container .option.incorrect{
    border: 2px solid rgba(233, 54, 54, 1);
}
.pratical_exam_page .question-container .option.correct{
    border: 2px solid rgba(23, 183, 95, 1);
}
.pratical_exam_page .question-container .correct span.count{
    border: 2px solid rgba(23, 183, 95, 1) !important;
    background: rgba(23, 183, 95, 1) !important;
    color: #fff;
}
.pratical_exam_page .question-container .incorrect span.count{
    border: 2px solid rgba(233, 54, 54, 1) !important;
    background:  rgba(233, 54, 54, 1) !important;
    color: #fff;
}
.pratical_exam_page .question-container .ques-img{
    width: 128px;
    height: 98px;
    object-fit: cover;
    margin-left: 30px;
}
.exam-img{
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.end_exam_page .sm-card, #modal_exam .sm-card {
    background: rgba(39, 39, 39, 1) !important;
    padding: 20px 20px;
    border-radius: 11px;
    min-height: 90px;
    align-content: center;
}
.end_exam_page .sm-card.l-border{
    border: 1px solid rgba(51, 51, 51, 1) !important;
    min-height: 110px;
}
#modal_exam.modal-default .modal-content{
    background: rgba(26, 26, 26, 1) !important;
}
.btn-exam{
    padding: 14px 34px;
    font-size: 15px;
}
.completed_class_page .btn-group-toggle .btn,
.upcoming_class_page .btn-group-toggle .btn ,
.exam_page .btn-group-toggle .btn{
    padding: 9px 30px;
    font-size: 15px;
}
.exam_page .sub-head{
    font-size: 20px;
}
.exam_page .exam-sm-card{
    padding: 20px 15px;
    border: 2px solid rgba(250, 189, 0, 1);
    border-radius: 10px;
}
.exam_page .exam-card{
    background: rgba(27, 27, 27, 1);
    padding: 20px 30px;
    color: rgba(249, 249, 249, 1);
    border-radius: 10px;

}
.exam_page .exam-sm-card .btn-atempt, .exam_page .exam-card .btn-atempt{
    background: #17B75F;
    color: #fff;
    padding: 5px 16px;
}
.exam_page .exam-sm-card .btn-reattempt, .exam_page .exam-card .btn-reattempt{
    background: transparent;
    border: 1px solid  #FABD00;
    color: #FABD00;
    padding: 5px 16px;
}
.exam_page .exam-sm-card .btn-view-result, .exam_page .exam-card .btn-view-result{
    background: #0B68F3;
    color: #fff;
    padding: 5px 16px;

}
@media(min-width:767px){
  .end_exam_page .sm-card .right-border{
      border-right: 1px solid  rgba(107, 107, 107, 1);
  } 
   #modal_exam .l-border {
    border-right: 1px solid rgba(82, 82, 82, 1);
   }
}
.options-container{
    display: flex;
    flex-grow: 2;
}
.promo-code .app-btn{
    position: absolute;
    right: 10px;
    top: 32px;
}
.promo-code .app-btn-1{
    position: absolute;
    right: 5px;
    top: 3px;
}
.billing_page .promo-code .form-control:first-child{
    padding-right: 80px;
}
.border-top-gray-dashed {
    border: none;
    border-top: 1px dashed #D8D8D8;
}
.billing_page .promo-code .promo-icon{
    position: absolute;
    left: 15px;
    top: 15px;
}

.play-icon {
    width: 50px;
    height: 50px;
    background: #FFFFFF4D;
    backdrop-filter: blur(8.500503540039062px);
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
}
.play-icon img{
    height: 18px;
}