

/**/
body {
    font-size: 13.6px;
    font-family: airbnb_cereal_appbook;}


/* 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;} 


/* bg */
.bg-light-grey {
   background-color: #f9f9f9 !important;}
.bg-medium-grey {
   background-color: #f2f2f2 !important;}
.bg-lg-grey {
   background-color: #e0e0e0 !important;}
.bg-light-red {
   background-color: #ffe7eb !important;}
.bg-red {
   background-color: #c90000 !important;}


/* text */
.text-red {
    color: #c90000 !important;}
.text-yellow {
    color: #fabc00 !important;}
.text-default {
    color: #212529 !important;}
.text-x-grey {
  color: #b2b5b7 !important;}
.text-xs-grey {
  color: #747474 !important;}

/* shadow */
.shadow-default {
    box-shadow: 3px 9px 9px #1e1e1e4d;}

/* border */
.border-red {
    border-color: #c90000 !important;}

/* input-disc */
.input-disc {
    -webkit-text-security: disc;}

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


/* 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: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    background-color: #ffffff7a;
    color: #fff;
    font-size: 40px;
    padding: 2px 29px;}
@media (max-width: 991px) {
.fixed-fa-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    padding: 1px 18px;}
}
/* xs-icon */
.fixed-fa-icon.xs-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  padding: 1px 18px;}


/* btn-next-prev */
.btn-next-prev {
  background-color: #b7b7b7;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 20px;
  border: none;}
.btn-next-prev img {
  height: 30px;}
.btn-next-prev span {
  position: relative;
  top: 3px;
  margin-left: 10px;
  margin-right: 10px;}
.btn-next-prev:hover {
  color: #000;}
.btn-next-prev.active {
  background-color: #797979;}


/* btn-icon */
.btn-icon,
.btn-icon:hover {
    color: #fff;}
.btn-icon img {
    height: 20px;}
.btn-icon .fa {
    font-size: 30px;}


/* hover-red */
.hover-red:hover {
    color: #fff;
    background-color: #c90000 !important;}


/* btn-group */
.btn-group img {
    height: 12px;}
.btn-group .fa {
    font-size: 22px;}


/* read-more-group */
.read-more-group .read-more {
    position: relative;
    padding: 8px 35px 8px 20px;
    font-size: 13px;
    color: #fff;
    background-color: #2b2b2b;
    border-radius: 25px;
    overflow: hidden;
    font-weight: normal;
    transition: transform .6s;}
.read-more-group .read-more::after {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    display: block;}
.read-more-group .read-more:hover {
    -ms-transform: scale(1.08); 
    -webkit-transform: scale(1.08);
    transform: scale(1.08);}
/* read-more-d-block */
.read-more-d-block .read-more {
    display: table;
    margin-top: 15px;}


/* read-more-white-text */
.read-more-white-text .read-more {
    color: #fff;}


/* 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: #333;}
.close-btn:before {
    transform: rotate(45deg);}
.close-btn:after {
    transform: rotate(-45deg);}


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

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


/* 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-start */
.load-more-btn-start .load-more__btn-wrap {
    text-align: start;}


/* 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;}





/* 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 {
    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;} 




/* bottom-fixed-contact */
.bottom-fixed-contact {
    position: fixed;
    z-index: 10;
    bottom: 15px;
    right: 15px;}
.bottom-fixed-contact .btn {
    color: #fff;
    border-radius: 50%;
    font-size: 26px;
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;}
.bottom-fixed-contact .btn-whatsapp {
    background-color: #4ca951;}
.bottom-fixed-contact .btn-phone {
    background-color: #5000f4;}
@media (max-width: 991px) {
.bottom-fixed-contact .btn {
    font-size: 20px;
    width: 38px;
    height: 38px;
    line-height: 38px;}
}
/* branch-home */
.branch-home .bottom-fixed-contact .btn-phone {
    background-color: #5000f4;}
@media (min-width: 992px) {
.branch-home .bottom-fixed-contact {
    display: none;}
}





/* header */
.header {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #141414;
    box-shadow: 7px 3px 18px #0000001c;
    margin-left: auto;
    margin-right: auto;
     /**/
    opacity: 1;
    transition: height 0ms 0ms, opacity 600ms 0ms;}
body.specific_scroll: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;
    box-shadow: none;}
@media (max-width: 991px) {
body:not(.specific_scroll) .header-bg-transparent .header {
    background-color: #000;}
}

/* container-fluid */
@media (min-width: 1200px) {
.header .container-fluid.container-fluid-lg {
    padding-left: 60px;
    padding-right: 60px;}
}

/* header-mobile-hide */
@media (max-width: 991px) {
.header-mobile-hide .header {
    display: none;}
}



/* a-logo */
.header .a-logo {
    display: inline-block;}
.header .a-logo img {
    height: 35px;}
@media (max-width: 991px) {
.header .a-logo img {
    height: 30px;}
}


/* 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 {
    display: inline-block;
    text-decoration: none;
    font-size: 13.8px;
    color: #fff;}
.header .menu-bar .menu .link-item .link:not(.active) {
    opacity: .7;}
.header .menu-bar .menu .link-item .link.active {
    font-weight: bold;}
.header .menu-bar .menu .link-item .link:hover {
    opacity: initial}
@media (min-width: 1200px) {
.header .menu-bar {   
    padding-right: 165px;}
}
@media (max-width: 1199px) {
.header .menu-bar {   
    position: fixed;
    z-index: 101;
    top: 0;
    background-color: #232323;
    width: 300px;
    height: 100%;
    /**/
    right: -500px;
	-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;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    /*width: 100%;*/}
.header .menu-bar .menu .link-item {
    margin-left: 0;
    display: block;}
.header .menu-bar .menu .link-item .link {
    white-space: nowrap;
    font-size: 15px;
    padding: 15px 30px;}
.header .menu-bar .menu .link-item .link.active {
    font-family: airbnb_cereal_appbold;}
}
/* 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: 1199px) {
.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: 0;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 35px;
    height: 25px;}
.header .menu-toggle span {
    background-color: #a10102;
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    float: right;
    border-radius: 25px;}
.header .menu-toggle span:nth-of-type(1) {
    top: -8px;}
.header .menu-toggle span:nth-of-type(3) {
    top: 8px;}
@media (min-width: 1200px) {
.header .menu-toggle {
    display: none;}
}


/* close-btn */
.header .menu-bar .close-btn {
    opacity: initial;
    top: 10px;
    left: -35px;}
.header .menu-bar .close-btn::after,
.header .menu-bar .close-btn::before {
    background-color: #fff;}
@media (min-width: 1200px) {
.header .menu-bar .close-btn {
    display: none;}
}


/* btn-whatsapp */
.header .btn-whatsapp {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #02c344;
    font-size: 11px;
    padding: 5px 15px;}
.header .btn-whatsapp:hover {
    box-shadow: 4px 5px 13px #2a322d47;}
.header .btn-whatsapp span {
    position: relative;
    top: 4px;}
@media (max-width: 1199px) {
.header .btn-whatsapp {
    right: 50px;}
}






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


/* main-div */
/* header-bg-transparent:not */
.main-div:not(.header-bg-transparent) {
    padding-top: 69px;}



/* section */
section {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;}
@media (max-width: 991px) {
section {
    padding-top: 50px;
    padding-bottom: 50px;}
}

/* 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-arrows */
.slick-arrows .slick-next, 
.slick-arrows .slick-prev {
    z-index: 5;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    height: 35px;
    top: initial;
    bottom: -30px;
    transform: translate(-50%, 0);}
.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-single */
.slick-single .slick-list {
    padding-right: 300px !important;
    padding-left: 300px !important;}
@media (max-width: 991px) {
.slick-single .slick-list {
    padding-right: 60px !important;
    padding-left: 60px !important;}
}


/* slick-dots-red */
.slick-dots-red .slick-slider {
    margin-bottom: 45px;}
.slick-dots-red .slick-dots {
    bottom: -60px;}
.slick-dots-red .slick-dots li {
    width: 10px;}
.slick-dots-red .slick-dots li.slick-active button {
    margin-top: 1px;}
.slick-dots-red .slick-dots li button:before {
    opacity: initial;
    color: #fff;
    font-size: 40px;}
.slick-dots-red .slick-dots li.slick-active button:before {
    color: #a10102;
    font-size: 45px;}
@media (max-width: 991px) {
.slick-dots-red .slick-dots li {
    width: 10px;}
.slick-dots-red .slick-dots li button:before {
    font-size: 30px;}
.slick-dots-red .slick-dots li.slick-active button:before {
    font-size: 35px;}
}



/* 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/general/images/icons/mail.png"] {
  height: 16px;}
.contact-table td a {
  color: #212529;
  display: block;
  font-size: 14px;
  text-decoration: none;}



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


/* modal-small */
.modal-small .modal-dialog {
    max-width: 370px;}
.modal-small .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;}
.modal-small .close-btn::after,
.modal-small .close-btn::before {
    background-color: #fff;}
.modal-small .modal-body {
    padding: 60px;}




/* 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;
  z-index: 2;
  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 h4 {
    font-size: 28px;
    margin-top: 35px;}
.banner-cover .caption h5 {
    margin-top: 15px;
    line-height: 25px;
    font-size: 16px;}
.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.img-primary-initial-zero-sm .img-primary {
   height: auto;
   object-fit: initial;}
.banner-cover .caption h3 {
    font-size: 42px;}
.banner-cover .caption h4 {
    font-size: 18px;
    margin-top: 25px;}
}

 



/* default-head */
.default-head label {
    font-size: 20px;
    margin-bottom: 5px;
    letter-spacing: 2px;}
.default-head h3 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 25px;}
.default-head h5 {
    font-size: 18px;
    line-height: 30px;}
@media (min-width: 576px) {
.default-head h3 {
    white-space: pre-line;}
}
@media (max-width: 991px) {
.default-head label {
    font-size: 18px;}
.default-head h3 {
    font-size: 24px;
    line-height: 32px;}
.default-head h5 {
    font-size: 14px;
    line-height: 25px;}
}



/* page-header */
@media (min-width: 992px) {
.page-header {
    display: none;}
}
@media (max-width: 991px) {
.page-header {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 6px 2px 7px #0000001c;
    margin-left: auto;
    margin-right: auto;}
.page-header .page-title {
    display: inline-block;
    font-size: 20px;}
}




/* section-head */
.section-head h4 {
    font-size: 34px;
    line-height: 45px;}
@media (max-width: 991px) {
.section-head h4 {
    font-size: 24px;
    line-height: 35px;}
}

/* section-head-lg */
.section-head-lg h4 {
    font-size: 42px;
    line-height: 55px;}
@media (max-width: 991px) {
.section-head-lg h4 {
    font-size: 30px;
    line-height: 45px;}
}




/* card-view-gallery */
.card-view-gallery .item {
    position: relative;}
.card-view-gallery .item .img-primary {
    width: 100%;
    object-fit: cover;
    height: 240px;}
.card-view-gallery .item .view-gallery {
    width: 100%;
    max-height: 240px;}
@media (max-width: 767px) {
.card-view-gallery .item .img-primary {
    min-height: 170px;
    height: auto;}
}



/* 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';}





/* pagination */
.pagination .page-item {
  margin-left: 5px;
  margin-right: 5px;}
.pagination .page-item .page-link {
  border: none;
  background-color: transparent;
  font-size: 15px;
  border-radius: 5px;
  color: #fff;
  padding: 0 6px;}
.pagination .page-item .page-link.active,
.pagination .page-item .page-link:hover {
  color: #fff;}
.pagination .page-item.next-item .page-link,
.pagination .page-item.prev-item .page-link {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #000;
  font-size: 20px;
  border-radius: 50%;
  color: #fff;}


  
/* breadcrumb */
.breadcrumb {
    display: inline-flex;}
.breadcrumb .breadcrumb-item {
    position: relative;}
.breadcrumb .breadcrumb-item a {
    font-size: 16px;
    color: #c5c5c5;
    display: inline-block;
    line-height: normal;
    text-decoration: none;}
@media (max-width: 991px) {
.breadcrumb .breadcrumb-item a {
    font-size: 13px;}
}




/* study-materials */
/* form */
.study-materials .form {
    position: relative;}
.study-materials .form .form-body {
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;}
.study-materials .form .form-foot {
    text-align: center;}
@media (max-width: 991px) {
.study-materials .form .form-body {
    overflow-y: auto;
    overflow-x: hidden;
    height: 60vh;}
.study-materials .form .form-foot {
    width: 100%;
    background-color: #f9f9f9;
    padding-top: 25px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;}
}

/* item-radio-row  */
.study-materials .item-radio-row label {
    background-color: #fff;
    color: #212529;
    border-radius: 10px;
    margin-top: 15px;
    cursor: pointer;
    box-shadow: 2px 4px 8px #0c0c0c30;
    border: 1px solid transparent;
    padding: 20px;
    display: flex;
    align-items: center;}
.study-materials .item-radio-row label.checked {
    border-color: #c90000;}
.study-materials .item-radio-row label input {
    margin-right: 15px;}
.study-materials .item-radio-row label input[type="radio"]:checked::before {
    content: '\f00c';}
.study-materials .item-radio-row label input[type="radio"]:checked {
    background: #c90000;}

/* select-any  */
.study-materials .select-any-img {
    margin-top: 30px;
    max-height: 120px;}
.study-materials .select-any {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;}
.study-materials .primary-btn {
    min-width: 300px;}
@media (max-width: 991px) {
.study-materials .select-any-img {
    max-height: 150px;}
.study-materials .primary-btn {
    min-width: 200px;}
}

/* list-item */
.study-materials .list-item .item {
    background-color: #fff;
    color: #212529;
    padding: 15px 15px 20px;
    border-radius: 12px;
    position: relative;
    margin-top: 15px;}
.study-materials .list-item .item .icon {
    height: 40px;}
.study-materials .list-item .item .title {
    font-size: 16px;}
.study-materials .list-item .item .dec {
    margin-top: 7px;
    font-size: 12px;
    color: #7c7a7a;}

/* img-study-materials-fixed */
.study-materials .img-study-materials-fixed {
    max-height: 300px;}



/* courses-list */
.courses-list .item {
    position: relative;
    border-radius: 15px;
    box-shadow: 3px 9px 9px #1e1e1e4d;}
.courses-list .item .img-primary {
    border-radius: 15px;}




/* stars */
.stars {
  display: inline-block;}
.stars .fa-star {
  margin-right: 5px;
  color: #cecece;}
.stars .fa-star.active {
  color: #fbb03d;}




/* dropdown */
/* dropdown-toggle */
.share .dropdown .dropdown-toggle {
  background-color: transparent;
  border: none;}
.share .dropdown .dropdown-toggle::after {
  border: none;}
/* dropdown-menu */
.share .dropdown .dropdown-menu {
  width: 130px;
  overflow-x: hidden !important;
  border: none;
  border-radius: 5px;
  box-shadow: #89818152 2px 30px 33px;}
.share .dropdown .dropdown-menu .dropdown-item {
  display: block !important;
  color: #787b7d;
  cursor: pointer;
  font-size: 11px;
  padding: 7px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 15px;
  list-style: none;}
.share .dropdown .dropdown-menu .dropdown-item.active, 
.share .dropdown .dropdown-menu .dropdown-item:active {
  color: #787b7d;
  background-color: transparent;}
.share .dropdown .dropdown-menu li:not(:last-of-type) .dropdown-item {
  border-bottom: 1px solid #dee2e5;}
.share .dropdown .dropdown-menu .dropdown-item:active,
.share .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #414242;}
.share .dropdown .dropdown-menu .dropdown-item:focus {
  outline: none;}
.share .dropdown .dropdown-menu .dropdown-item .fa {
  width: 20px;}
.share .dropdown .dropdown-menu .dropdown-item span {
  font-size: 11px;}
.share .dropdown .dropdown-menu .btn-copy {
  background-color: transparent;
  border: none;
  color: #000;
  position: absolute;
  right: 25px;
  top: 25px;}
.share .dropdown .dropdown-menu .dropdown-item a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  min-width: 110px;
  color: #6e6e6e;}
.share .dropdown .dropdown-menu .dropdown-item a:hover {
  color: #000;}







/* indro */
.indro {
    padding-top: 30px;
    padding-bottom: 30px;}
/* indro-banner */
.indro .indro-banner .img-primary {
    height: 300px;
    width: 100%;
    object-fit: cover; 
    border-radius: 15px 15px 0 0;}
.indro .indro-banner .caption {
    background-color: #a10000;
    border-radius: 0 0 15px 15px;
    padding: 25px}
.indro .indro-banner .caption h3 {
    font-size: 45px;
    line-height: 35px;}
.indro .indro-banner .caption h4 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 18px;
    font-size: 18px;}
@media (max-width: 767px) {
.indro .indro-banner .img-primary {
    height: 220px;}
.indro .indro-banner .caption {
    padding: 20px}
.indro .indro-banner .caption h3 {
    font-size: 35px;
    margin-bottom: 10px;
    line-height: 25px;}
.indro .indro-banner .caption h4 {
    font-size: 15px;
    line-height: 15px;}
}

/* default-head */
.indro .default-head h3 {
    white-space: pre-line;}
@media (min-width: 992px) {
.indro .default-head h3 {
    font-size: 38px;
    line-height: 55px;}
}

/* read-more-group */
.indro .read-more-group .read-more {
    margin-top: 45px;}
@media (max-width: 991px) {
.indro .read-more-group .read-more {
    margin-top: 20px;}
}


/* text-editor */
.text-editor h1 {
   font-size: 24px;
   margin-bottom: 20px;}
.text-editor h2 {
   font-size: 20px;
   margin-bottom: 20px;}
.text-editor h3 {
   font-size: 18px;}







  

/* row-blog */
.blog .item .title {
    color: #fff;
    font-size: 24px;}
.blog .item .dec {
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: .6;
    font-size: 13px;}
.blog .item .btn-group {
    margin-top: 10px;
    font-size: 15px;}
@media (max-width: 991px) {
.blog .item .title {
    font-size: 18px;}
.blog .item .dec {
    font-size: 12.3px;}
}






/* why_speakeazy */
.why_speakeazy .banner-cover::before{
    background: transparent;}
.why_speakeazy .banner-cover .caption {
    padding-top: 35px;
    padding-left: 25px;}
.why_speakeazy .banner-cover .img-primary {
    height: auto;
    object-fit: contain;}
.why_speakeazy .banner-cover .caption h4 {
    white-space: pre-line;
    font-size: 34px;
    line-height: 42px;}
@media (max-width: 991px) {
.why_speakeazy .banner-cover .caption h4 {
    font-size: 23px;
    line-height: 33px;}
}

/* read-more-group */
.why_speakeazy .read-more-group .read-more {
    margin-top: 45px;}
@media (max-width: 991px) {
.why_speakeazy .read-more-group .read-more {
    margin-top: 20px;}
}

/* col-count */
.why_speakeazy .col-count {
    padding: 25px;
    border-radius: 20px;}
.why_speakeazy .col-count .data {
    font-size: 32px;}
.why_speakeazy .col-count label {
    font-size: 18px;}
@media (max-width: 1199px) {
.why_speakeazy .col-count .data {
    font-size: 26px;}
.why_speakeazy .col-count label {
    font-size: 14px;}
}
@media (max-width: 991px) {
.why_speakeazy .col-count {
    padding: 20px;}
.why_speakeazy .col-count .data {
    font-size: 20px;}
.why_speakeazy .col-count label {
    font-size: 13px;}
}





/* featured_courses */
/* inner */
.featured_courses .inner {
  padding: 50px 35px;
  border-radius: 25px;}
.featured_courses.courses-list .item {
    overflow: initial;}
.featured_courses.courses-list .slick-list {
    padding-right: 150px !important;}
@media (min-width: 992px) {
.featured_courses.courses-list .item {
    margin: 30px 25px;}
}
@media (max-width: 991px) {
.featured_courses.courses-list .slick-list {
    padding-right: 60px !important;}
}



/* result */
.result .item {
    position: relative;
    margin: 20px;}
.result .item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 40px;
    background-color: #00000054;}
.result .item .img-primary {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 40px;
    position: relative;}
@media (max-width: 991px) {
.result .item {
    margin-left: 10px;
    margin-right: 10px;}
.result .item .img-primary {
    border-radius: 25px;
    height: 200px;}
}




/* reviews */
/**/
.reviews .slick-dots-red .slick-dots {
    bottom: -40px;}
/**/
.reviews .slick-item {
    margin: 30px 25px 25px 25px;}
.reviews .item {
    color: #fff;
    background-color: #1e1e1e; 
    box-shadow: 5px 10px 15px #1e1e1e2b;
    padding: 25px;
    border-radius: 20px;}
.reviews .item .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;}
.reviews .item .name {
    font-size: 18px;}
.reviews .item .dec {
    opacity: .6;
    line-height: 16px;
    font-size: 13px;}
.reviews .item .rating {
    margin-top: 12px;
    margin-bottom: 10px;}
.reviews .item .rating .fa {
    color: #afafaf;
    margin-right: 5px;
    font-size: 14px;}
.reviews .item .rating .text-days {
    font-size: 12px;
    margin-left: 10px;}
.reviews .item p {
    font-size: 14px;
    opacity: .6;}
.reviews .item .like {
    height: 22px;}
@media (max-width: 991px) {
.reviews .slick-item {
    margin: 30px 10px 25px 10px;}
.reviews .item .name {
    font-size: 16px;}
.reviews .item .dec {
    font-size: 11px;}
.reviews .item .rating .fa {
    font-size: 12px;}
.reviews .item .avatar {
    width: 50px;
    height: 50px;}
.reviews .item p {
    font-size: 12px;}
}


/* home page faq */
.faq-section {
  border-top: 0.5px solid #4b4e4f; 
}
.faq-section .accordion-item {
    background-color: transparent;
    border-bottom: 0.5px solid #4b4e4f;
    padding-bottom: 15px;
}
.faq-section .accordion-item:last-child {
  border-bottom: none !important; /* Remove border from the last item */
}
/* .faq-section .accordion-item:not(:first-child) {
  background-color: transparent;
  border-top: 0.5px solid #b2b5b7;
} */
.faq-section .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 0rem;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding-right: 10%;
    line-height: 29px;
    font-family: airbnb_cereal_appbold;
}
.faq-section .accordion .accordion-item .accordion-button.collapsed{
    padding-bottom: 0px;
    font-family: airbnb_cereal_appbook;
  }
@media (max-width: 768px) {
  .faq-section .accordion-button {
    padding-right: 19%;
  }

}
@media (min-width: 769px) and (max-width: 1024px) {
  .faq-section .accordion-button {
    padding-right: 16%;
  }

}
.faq-section .accordion-button:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}
.faq-section .accordion .accordion-item .accordion-button::after {
    border: 2px solid #a10000;
    border-radius: 50%;
    color: #a10000;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    margin-top: -14px;
}
.faq-section .accordion .accordion-item .accordion-button.collapsed::after {
    border: 1px solid #b2b5b7; 
    color: #b2b5b7;
    text-align: center;
    font-size: 21px;
    line-height: 26px;
    margin-top: -4px;
  }
.faq-section .accordion-body {
  padding-bottom: 1rem;
  padding: 0px;
  padding-right: 10%;
  color: #b2b5b7 !important;
  font-size: 16px;
  line-height: 25px;
  margin-top: -5px;
}
.faq-section .read-more-group .read-more{
    background-color: transparent;
    padding: 0px;
    margin-top: 0px;
    transition: none !important;
    display: contents;
    font-size: 15px;
}
.faq-section .read-more-group .read-more::after {
    display: none;
}
.faq-section .faq-image{
  width: 350px;
  height: 400px;
}
.faq-section .faq-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* /home page faq */
  
/* faq */
/* accordion */
.faq .accordion .accordion-item {
    border: none;
    background-color: transparent;
    position: relative;}
.faq .accordion .accordion-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 75%;
    height: 2px;
    background-color: #c90000;}
.faq .accordion .accordion-item .accordion-button {
    color: #fff;
    font-size: 18px;
    box-shadow: none;
    border-radius: 0;
    padding: 15px 50px 15px 0;
    background-color: transparent}
.faq .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
    outline: none;}
.faq .accordion .accordion-item .accordion-button:not(.collapsed) {
    padding-bottom: 10px;}
.faq .accordion .accordion-item .accordion-button.collapsed {
    opacity: .9;}
.faq .accordion .accordion-body {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 0;}
.faq .accordion .accordion-body p {
    opacity: .8;
    font-size: 14px;
    margin-bottom: 10px;}
@media (max-width: 991px) {
.faq .accordion .accordion-item .accordion-button {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;}
.faq .accordion .accordion-item .accordion-button:not(.collapsed) {
    font-size: 16px;}
.faq .accordion .accordion-body p {
    line-height: 20px;
    font-size: 13px;}
}





/* tags */
.tags ul {
  padding-left: 0;
  margin-bottom: 20px;}
.tags ul li {
  display: inline-block;
  background-color: #55007d;
  list-style: none;
  color: #ffff;
  border-radius: 5px;
  padding: 6px 10px 4px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 10px;
  vertical-align: middle;}
.tags.slice_6 ul li:not(:nth-child(-n+6)) {
  display: none;}



/* banner-circle */
.banner-circle {
  background-image: url(../../general/images/bg/bg-circle.png);
  background-color: #262626;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;}
.banner-circle h3 {
  color: #fff;
  line-height: 45px;
  font-size: 30px;}
.banner-circle .btn-contact {
  color: #fff;
  font-size: 15px;
  min-width: 170px;
  margin-top: 20px;
  border-radius: 8px;}
@media (max-width: 991px) {
.banner-circle h3 {
 line-height: 35px;
  font-size: 22px;}
}






/* card-bottom-content */
.card-bottom-content .item {
    height: 100%;
    overflow: initial;
    position: relative;
    box-shadow: 3px 6px 9px #1e1e1e4d;
    border:2px solid #9f1d20;
    border-radius: 25px;}
.card-bottom-content .item label {
    background-color: #9f1d20;
    color: #fff;
    border-radius: 25px;
    padding: 8px 18px;
    font-size: 12px;
    position: absolute;
    top: -15px;
    left: 25px;}
.card-bottom-content .item .img-primary {
    width: 100%;
    height: 220px;
    border-radius:23px 23px 0 0;
    object-fit: cover;}
.card-bottom-content .item .content {
    background-color: #2b2c2b;
    padding: 10px 20px 20px;
    border-radius: 0 0 23px 23px;}
.card-bottom-content .item .content .contact-table td{
    color: #fff;}
.card-bottom-content .item .content .contact-table td a {
    color: #c42127;
}
.card-bottom-content .item .content .contact-table td {
    padding-top: 10px;
    font-size: 12px;}
.card-bottom-content .item .content .contact-table td a {
    position: relative;
    z-index: 2;
    font-size: 16px;}
.card-bottom-content .item .content .contact-table td img {
    position: relative;
    top: 2px;
    padding-right: 10px;}
.card-bottom-content .item .content .contact-table td img[src="/static/public/default/images/icons/whatsapp.png"] {
    height: 17px;}
    
/* card-bottom-content-lg */
.card-bottom-content.card-bottom-content-lg .item .content .contact-table td {
    padding-top: 12px;
    font-size: 13px;}
.card-bottom-content.card-bottom-content-lg .item .content .contact-table td a {
    font-size: 17px;}
.card-bottom-content.card-bottom-content-lg .item .content .contact-table td img {
    height: 21px;
    top: 3px;
    padding-right: 12px;}
.card-bottom-content.card-bottom-content-lg .item .content .contact-table td img[src="/static/public/default/images/icons/whatsapp.png"] {
    height: 18px;}

/* item-even */
/* .card-bottom-content.item-even .col-item:nth-child(even) .item label {
    background-color: #2b2b2b;}
.card-bottom-content.item-even .col-item:nth-child(even) .item .content {
    background-color: #2b2b2b;} */
    






/* center_overview */
.center_overview .inner {
    padding: 50px 35px;
    border-radius: 25px;}





/* course_view */
/* indro */
/* carousel */
#course_view .indro .carousel .video-js {
  width: 100%;
  height: 350px;
  border-radius: 15px;}
#course_view .indro .carousel .video-js .vjs-tech {
  border-radius: 15px;}
#course_view .indro .carousel .carousel-indicators {
  bottom: -60px;}
#course_view .indro .carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: #dfdfdf;
  margin-left: 7px;
  margin-right: 7px;
  border-radius: 50%;}
#course_view .indro .carousel .carousel-item .img-fluid {
  height: 280px;
  /* object-fit: cover; */
  border-radius: 15px;}
@media (max-width: 991px) {
#course_view .indro .carousel .video-js {
  height: 200px;}
#course_view .indro .carousel .carousel-item .img-fluid {
  height: 200px;}
}
/* carousel-indicators */
@media (max-width: 991px) {
#course_view .indro .carousel .carousel-indicators {
  justify-content: left;
  margin-right: 0;
  margin-left: 0;}
}
/* */
#course_view .indro .title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;}
#course_view .indro .dec {
  color: #d0d1d3;
  line-height: 22px;
  font-size: 14px;}
@media (max-width: 991px) {
#course_view .indro .title {
  margin-top: 60px;
  font-size: 22px;}
}
/* rating */
#course_view .indro .rating {
  margin-top: 30px;
  margin-bottom: 20px;}
#course_view .indro .rating .total {
  color: #d0d1d3;
  margin-right: 15px;
  font-size: 16px;
  display: inline-block;}
#course_view .indro .rating .stars .fa-star {
  font-size: 18px;}
#course_view .indro .rating .enrolled {
  margin-left: 20px;
  color: #d0d1d3;
  font-size: 13px;
  display: inline-block;}
/* included */
#course_view .indro .included {
  margin-top: 30px;}
/* custom-col */
#course_view .indro .included .custom-col {
  margin-top: 5px;}
@media (min-width: 768px) {
#course_view .indro .included .custom-col {
  width: 20%;}
}
/* item */
#course_view .indro .included .item {
  background-color: #444444;
  border-radius: 10px;
  padding: 10px;}
#course_view .indro .included .item .icon {
  height: 26px;}
#course_view .indro .included .item .data {
  line-height: 17px;
  color: #fff;
  font-size: 13px;}
#course_view .indro .included .item label {
  color: #d0d1d3;
  white-space: nowrap;
  font-size: 11px;}
@media (max-width: 767px) {
#course_view .indro .included .item .icon {
  height: 18px;}
}


/* course-types */
#course_view .course-types {
  margin-top: 60px;}
#course_view .course-types .item {
  background-color: #444444;
  color: #d0d1d3;
  position: relative;
  border-radius: 15px;
  padding: 20px 25px;
  margin-top: 15px;}
#course_view .course-types .item .type {
  line-height: 18px;
  font-size: 18px;}
#course_view .course-types .item .max-price {
  font-size: 18px;
  line-height: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;}
#course_view .course-types .item .max-price::after {
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%,50%);
  -ms-transform: translate(50%,50%);
  transform: translate(50%,50%);
  content: '';
  background-color: #666666;
  width: 100%;
  height: 1px;}
#course_view .course-types .item .deal-price {
  font-size: 26px;
  position: relative;
  top: 2px;}
#course_view .course-types .item .deal-price .text-only {
  font-size: 18px;}
#course_view .course-types .item .days {
  line-height: 13px;
  margin-top: 2px;
  font-size: 13px;}
#course_view .course-types .item .url-primary {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;}
@media (max-width: 991px) {
#course_view .course-types .item .type {
  line-height: 16px;
  font-size: 16px;}
#course_view .course-types .item .max-price {
  font-size: 16px;
  line-height: 13px;}
#course_view .course-types .item .deal-price {
  font-size: 22px;}
#course_view .course-types .item .deal-price .text-only {
  font-size: 16px;}
}
/* active */
#course_view .course-types .item.active {
  background-color: #e33c39;
  color: #fff;
  box-shadow: 2px 7px 16px #e33c39bf;}
#course_view .course-types .item.active .max-price::after {
  background-color: #fff;}


/* prices */
#course_view .prices {
  padding-top: 70px;}
#course_view .prices .max-price {
  color: #d0d1d3;
  font-size: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  top: 6px;}
#course_view .prices .max-price::after {
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%,50%);
  -ms-transform: translate(50%,50%);
  transform: translate(50%,50%);
  content: '';
  background-color: #f3f3f3;
  width: 100%;
  height: 1px;}
#course_view .prices .off {
  background-color: #00c677;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 15px;
  margin-right: 40px;}
#course_view .prices .deal-price {
  color: #fff;
  font-size: 40px;
  position: relative;
  top: 8px;}
#course_view .prices .deal-price .text-only {
  font-size: 30px;}
@media (max-width: 991px) {
#course_view .prices .max-price {
  font-size: 24px;}
#course_view .prices .deal-price {
  font-size: 34px;}
#course_view .prices .deal-price .text-only {
  font-size: 24px;}
}

/* scroll_600 */
@media (min-width: 768px) {
.scroll_600 #course_view .prices {
  background-color: #444444;
  box-shadow: 9px 8px 22px #23232345;
  border-radius: 10px;
  max-width: 80%;
  padding: 20px 50px;
  position: fixed;
  z-index: 10;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);}
.scroll_600 #course_view .prices .text-lg-end {
  text-align: left !important;}
.scroll_600 #course_view .prices .max-price {
  font-size: 26px;}
.scroll_600 #course_view .prices .deal-price {
  font-size: 36px;}
.scroll_600 #course_view .btn-forward-enroll {
  position: fixed;
  bottom: 69px;
  z-index: 11;
  right: 13%;}
.scroll_600 #course_view .btn-forward-enroll button {
  text-transform: uppercase;}
.scroll_600 #course_view .prices [class^="col-"]:first-of-type {
  display: none;}
}



/* anchor-header */
#course_view .anchor-header {
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 15px;}
#course_view .anchor-header ul {
  margin-bottom: 0;
  padding-left: 0;}
#course_view .anchor-header ul li {
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 15px;
  list-style: none;}
#course_view .anchor-header ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  min-width: 110px;
  color: #d0d1d3;}
#course_view .anchor-header ul li a:hover {
  color: #fff;}
#course_view .anchor-header ul li a.active {
  background-color: #e33c39;
  color: #fff;}
@media (min-width: 992px) {
#course_view .anchor-header {
  background-color: #444444;}
}
@media (max-width: 991px) {
#course_view .anchor-header {
  margin-top: 10px;}
#course_view .anchor-header ul {
  margin-top: 20px;
  white-space: nowrap;
  overflow-x: auto;}
#course_view .anchor-header ul li {
  padding-bottom: 10px;}
}
/* btn-enroll, btn-enroll */
#course_view .anchor-header .btn-enroll,
#course_view .anchor-header .btn-forward {
  color: #fff;
  border-radius: 10px;
  min-width: 120px;
  margin-bottom: 5px;
  padding: 8px 35px;}
#course_view .anchor-header .btn-forward {
  padding-top: 8px;
  padding-bottom: 10px;
  margin-right: 10px;}
#course_view .anchor-header .btn-forward img {
  height: 24px;}
#course_view .anchor-header .btn-forward span {
  position: relative;
  margin-left: 5px;
  top: 2px;}
@media (max-width: 767px) {
#course_view .anchor-header .btn-enroll,
#course_view .anchor-header .btn-forward {
  min-width: 80px;}
#course_view .anchor-header .btn-forward img {
  height: 24px;}
}

/* anchor-body */
/* section */
#course_view .anchor-body .section {
  padding-top: 50px;
  padding-bottom: 50px;}
@media (max-width: 991px) {
#course_view .anchor-body .section {
  padding-top: 20px;
  padding-bottom: 30px;}
}
/**/
#course_view .anchor-body h3,
#course_view .anchor-body h4 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 22px;}
#course_view .anchor-body .dec {
  color: #d0d1d3;
  line-height: 25px;
  font-size: 14px;}

/* overview */
/* learn-items */
#course_view .anchor-body #overview .learn-items ul {
  padding-left: 0;
  margin-bottom: 0;}
#course_view .anchor-body #overview .learn-items ul li {
  position: relative;
  margin-top: 10px;
  margin-right: 10px;
  list-style: none;
  padding: 10px;
  padding-left: 40px;
  display: inline-block;
  list-style: none;
  background-color: #efefef;
  color: #000;
  border-radius: 5px;}
#course_view .anchor-body #overview .learn-items  ul li::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/check-blue.png); 
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;}


/* trial_video */
/* video-js */
#course_view .anchor-body #trial_video .video-js {
  height: 300px;
  width: 100%;
  margin-top: 10px;}
@media (max-width: 991px) {
#course_view .anchor-body #trial_video .video-js {
  height: 150px;}
}
/* item */
#course_view .anchor-body #trial_video .item .title {
  color: #fff;
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 18px;}
#course_view .anchor-body #trial_video .item .dec {
  color: #d0d1d3;
  line-height: 22px;
  font-size: 14px;}
@media (max-width: 991px) {
#course_view .anchor-body #trial_video .item {
  margin-bottom: 25px;}
}
/* slick */
@media (max-width: 767px) {
#course_view .anchor-body #trial_video .slick-list {
  padding-right: 15%!important;}
#course_view .anchor-body #trial_video .item {
  padding-right: 30px;}
}

/* carriculam */
#course_view .anchor-body .carriculam .row-grid {
  white-space: nowrap;}
#course_view .anchor-body .carriculam .row-grid .grid {
  display: inline-block;
  width: 300px;}
/* table */
#course_view .anchor-body .carriculam .card-item {
  position: relative;
  padding: 40px 20px 1px 20px;
  border-radius: 15px;
  border: none;
  /*box-shadow: 9px 8px 22px #d7d7d7;*/}
#course_view .anchor-body .carriculam .card-item .card-label {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #e33c39;
  font-size: 16px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 20px 0;}


/* item */
#course_view .anchor-body .carriculam .item {
  padding: 30px 20px;
  border-radius: 15px;
  background-color: #353535;
  margin: 20px 15px 20px;}
#course_view .anchor-body .carriculam .item .inner {
  height: 380px;
  overflow-y: scroll;}
#course_view .anchor-body .carriculam .item .inner::-webkit-scrollbar {
  background-color: transparent;
  width: 0px;}
#course_view .anchor-body .carriculam .item .inner:hover::-webkit-scrollbar {
  width: 5px;}
#course_view .anchor-body .carriculam .item .inner:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);}
@media (hover: none) {
#course_view .anchor-body .carriculam .item .inner::-webkit-scrollbar {
  width: 5px;}
#course_view .anchor-body .carriculam .item .inner::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);}
} 
#course_view .anchor-body .carriculam .border-r-red {
  border-right: 1px solid #e33c39;}
#course_view .anchor-body .carriculam .item .day {
  color: #fff;
  margin-bottom: 20px;
  font-size: 22px;}
@media (max-width: 767px) {
#course_view .anchor-body .carriculam .item .day {
  font-size: 18px;}
}
/* table */
#course_view .anchor-body .carriculam .item table td {
  padding-top: 20px;
  vertical-align: top;}
#course_view .anchor-body .carriculam .item table .icon {
  height: 15px;
  margin-right: 20px;}
#course_view .anchor-body .carriculam .item table .l-text {
  word-break: break-all;
  white-space: normal;
  color: #fff;
  font-size: 15px;}
#course_view .anchor-body .carriculam .item table .s-text {
  color: #d0d1d3;
  font-size: 11px;}

/* instructors */
#course_view .anchor-body #instructors .img-profile {
  width: 80px;
  height: 80px;
  border-radius: 50%;}
#course_view .anchor-body #instructors .name {
  color: #fff;
  margin-top: 10px;
  font-size: 17px;}
#course_view .anchor-body #instructors .count {
  color: #d0d1d3;
  font-size: 13.4px;}
@media (max-width: 991px) {
#course_view .anchor-body #instructors .img-profile {
  width: 60px;
  height: 60px;}
}

/* faq */
/* accordion-item */
#course_view .anchor-body #faq .accordion-item {
  margin-top: 5px;
  margin-bottom: 15px;
  border: none;}
#course_view .anchor-body #faq .accordion-item .accordion-button {
  background-color: transparent;
  border-bottom: none;
  box-shadow: none;
  color: #d0d1d3;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;}
#course_view .anchor-body #faq .accordion-item .accordion-button[aria-expanded="true"],
#course_view .anchor-body #faq .accordion-item .accordion-button:hover {
  color: #000;}
#course_view .anchor-body #faq .accordion-item .accordion-body {
  padding: 0;}
@media (max-width: 767px) {
#course_view .anchor-body #faq .accordion-item .accordion-button {
  font-size: 16px;}
}

/* reviews */
/* rating-total */
#course_view .anchor-body #reviews .rating-total .count {
  color: #fff;
  line-height: 60px;
  font-size: 55px;}
#course_view .anchor-body #reviews .rating-total .stars .fa {
  margin-right: 2px;
  font-size: 12px;}
#course_view .anchor-body #reviews .rating-total label {
  margin-top: 5px;
  color: #fff;
  display: block;
  font-size: 12px;}
@media (max-width: 767px) {
#course_view .anchor-body #reviews .rating-total {
  margin-bottom: 20px;}
#course_view .anchor-body #reviews .rating-total .count {
  line-height: 50px;
  font-size: 40px;}
}
/* item */
#course_view .anchor-body #reviews .item .progress {
  border-radius: 25px;
  margin-top: 15px;
  background-color: #cecece;
  height: 7px;
  display: inline-flex;
  width: 55%;}
#course_view .anchor-body #reviews .item .progress .progress-bar {
  border-radius: 25px;}

/* stars */
#course_view .anchor-body #reviews  .item .stars {
  margin-left: 15px;
  margin-right: 5px;}
@media (max-width: 767px) {
#course_view .anchor-body #reviews  .item .stars {
  margin-left: 5px;
  margin-right: 0;}
#course_view .anchor-body #reviews  .item .stars .fa {
  margin-right: 2px;
  font-size: 12px;}
}
/* percentage */
#course_view .anchor-body #reviews .percentage {
  color: #fff;
  display: inline-block;
  font-size: 14px;}

/* reviews */
/* item-feedback */
#course_view .anchor-body #reviews .item-feedback:not(:last-of-type) {
  margin-bottom: 25px;}
@media (max-width: 1199px) {
#course_view .anchor-body #reviews .item-feedback:not(:last-of-type) {
  margin-top: 30px;}
}
/**/
#course_view .anchor-body #reviews .img-profile {
  width: 80px;
  height: 80px;
  border-radius: 50%;}
#course_view .anchor-body #reviews .name {
  color: #fff;
  margin-top: 10px;
  font-size: 17px;}
@media (max-width: 991px) {
#course_view .anchor-body #reviews .img-profile {
  width: 60px;
  height: 60px;}
}
/* rating */
#course_view .anchor-body #reviews .rating {
  margin-top: 5px;}
#course_view .anchor-body #reviews .rating .total {
  color: #d0d1d3;
  margin-right: 15px;
  font-size: 16px;
  display: inline-block;}
#course_view .anchor-body #reviews .rating .stars .fa-star {
  font-size: 18px;}









/* register */
#register .form-default .form-body .form-label.l-text {
  font-size: 16px;}
/* payment */
#register .payment .head {
  padding-top: 10px;}
#register .payment .head img {
  height: 25px;}
#register .payment .head .payment-title {
  margin-left: 10px;
  font-size: 17px;}

/* promo-code */
#register .promo-code {
  margin-top: 10px;
  position: relative;}
#register .promo-code .form-control {
  padding-right: 115px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;}
#register .promo-code .btn {
  position: absolute;
  right: 0;
  top: 2px;
  background-color: #6a13a1;
  color: #fff;
  font-size: 13px;
  padding: 8px 30px;
  border-radius: 9px;}
/* payment-details */
#register .payment-details table {
  width: 100%;}
#register .payment-details table th,
#register .payment-details table td {
  padding-top: 20px;}
#register .payment-details table .total th,
#register .payment-details table .total td {
  padding-top: 30px;}
#register .payment-details table .total .data {
  font-size: 24px;}
#register .payment-details .btn-pay {
  background-color: #6a13a1;
  color: #fff;
  font-size: 17px;
  padding: 12px 30px;
  border-radius: 9px;
  width: 100%;
  margin-top: 40px;}
#register .payment-details .btn-pay:disabled {
  opacity: .3;}






/* banner-cover */
@media (min-width: 1200px) {
#about .banner-cover .img-primary {
  height: 700px;}
}
@media (max-width: 1199px) {
#about .banner-cover .img-primary {
  height: 550px;}
}
@media (max-width: 991px) {
#about .banner-cover .img-primary {
  height: auto;}
}
/* caption */
#about .banner-cover .caption {
   position: absolute;
   left: 50%;
   transform: translate(-50%, 0);  
   top: initial;
   bottom: 0;}
/* item */
#about .banner-cover .caption .item {
  padding: 60px 25px;}
/* who-we-are */
#about .banner-cover .caption .who-we-are {
  background-color: #bd04007a;}
#about .banner-cover .caption .who-we-are h3 {
  font-size: 30px;}
#about .banner-cover .caption .who-we-are h5 {
  font-size: 17px;
  line-height: 25px;}
@media (max-width: 991px) {
#about .banner-cover .caption .who-we-are h3 {
  font-size: 24px;}
#about .banner-cover .caption .who-we-are h5 {
  font-size: 15px;
  line-height: 20px;}
}
/* dec-text */
#about .banner-cover .caption .dec-text {
  background-color: #00000040;}
#about .banner-cover .caption .dec-text h3 {
  line-height: 35px;
  font-size: 26px;}
@media (max-width: 991px) {
#about .banner-cover .caption .dec-text h3 {
  line-height: 30px;
  font-size: 20px;}
}






/* choose-speakeazy */
#choose-speakeazy .user-info .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;}
#choose-speakeazy .user-info .name {
    font-size: 18px;}
#choose-speakeazy .user-info .dec {
    opacity: .6;
    line-height: 16px;
    font-size: 13px;}
@media (min-width: 992px) {
#choose-speakeazy {
    background: linear-gradient(to left, #1e1e1e 50%, transparent 50%);}
}
@media (max-width: 991px) {
#choose-speakeazy {
  color: #fff;
  background-color: #1e1e1e;}
}

/* director-talks */
@media (min-width: 992px) {
#choose-speakeazy .director-talks {
  color: #fff;}
#choose-speakeazy .director-talks p {
  color: #b2b5b7;}
}






/* great-team */
/* slick */
#great-team .slick-list {
    padding-right: 20%;}
/* transition */
#great-team .item .img-profile,
#great-team .item .name,
#great-team .item .designation {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;}
#great-team .slick-current.slick-active .item .img-profile,
#great-team .slick-current.slick-active .item .name,
#great-team .slick-current.slick-active .item .designation {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;}
/* */
#great-team .item {
  height: 375px;
  margin-right: 30px;}
#great-team .item .img-profile {
  width: 100%;
  object-fit: cover;
  height: 220px;}
#great-team .slick-current.slick-active .item .img-profile {
  height: 300px;}
#great-team .item .name {
  margin-top: 20px;
  font-size: 14px;}
#great-team .slick-current.slick-active .item .name {
  margin-top: 25px;
  font-size: 17px;}
#great-team .item .designation {
  color: #c3bcbc;
  margin-top: 3px;
  font-size: 10px;}
#great-team .slick-current.slick-active .item .designation {
  font-size: 13.4px;}
@media (max-width: 767px) {
#great-team .item {
  height: 445px;}
#great-team .slick-current.slick-active .item .img-profile {
  height: 350px;}
}









/* gallery */
#gallery .item {
    position: relative;
    height: 350px;
    margin-top: 25px;
    border-radius: 33px;}
#gallery .item::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 140px;
    width: 100%;
    border-radius: 0 0 33px 33px;
    background: linear-gradient(180deg, transparent, #000000c7);}
#gallery .item .img-primary,
#gallery .item .video-js {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    object-fit: cover;}
#gallery .item .content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 20px;}
#gallery .item .content .title {
    font-size: 16px;}
#gallery .item .content .dec {
    margin-top: 10px;
    font-size: 13px;}
@media (max-width: 991px) {
#gallery .item .content .title {
    font-size: 14px;}
}
/* btn-icon */
#gallery .item .btn-icon img {
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);}
@media (max-width: 991px) {
#gallery .item .btn-icon img {
    height: 50px;}
}


/* podcast */
.podcast-section .inner {
  padding: 50px 35px;
  border-radius: 25px;}
.podcast-section.courses-list .item {
    overflow: initial;}
.podcast-section.courses-list .slick-list {
    padding-right:0px !important;}
@media (min-width: 992px) {
.podcast-section.courses-list .item {
    margin: 30px 15px;}
}
@media (max-width: 991px) {
.podcast-section.courses-list .slick-list {
    padding-right: 0px !important;}
}

.podcast-section .podcast-img{
  width: 100%;
  height: 490px;
  border-radius: 35px;
  object-fit: cover;
}
  
/* /podcast */


/* blog */
#blog .item {
    background-color: #303030;
    color: #fff;
    padding: 25px;
    border-radius: 15px;}
#blog .item .img-primary {
    height: 300px;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;}
@media (max-width: 991px) {
#blog .item .img-primary {
    height: 250px;
    margin-bottom: 25px;}
#blog .item .btn-group {
    font-size: 13px;}
}






/* contact */
#contact .contact-info,
#contact .contact-form {
    background-color: #353535;
    padding: 40px;
    height: 100%;
    border-radius: 25px;}
#contact .contact-info h3,
#contact .contact-form h3 {
    font-size: 26px;
    margin-bottom: 40px;}
@media (max-width: 991px) {
#contact .contact-info,
#contact .contact-form {
    padding: 30px;}
#contact .contact-info h3,
#contact .contact-form h3 {
    font-size: 20px;
    margin-bottom: 30px;}
}
/* contact-info */
/* contact-table */
#contact .contact-info .contact-table td {
  padding-top: 30px;}
#contact .contact-info .contact-table td,
#contact .contact-info .contact-table td a {
  color: #fff;}
#contact .contact-info .contact-table td img {
  height: 26px;}
#contact .contact-info .contact-table td img[src="/static/public/general/images/icons/mail.png"] {
  height: 18px;}


/* social */
#contact .social a {
   font-size: 22px;
   color: #fff;
   text-decoration: none;
   display: inline-block;
   margin-top: 10px;
   margin-right: 25px;}



/* contact-form */
#contact .contact-form .field-col {
  margin-bottom: 20px;}
#contact .contact-form .field-col .form-label {
  color: #8f95a3;
  margin-bottom: 5px;
  font-size: 13px;}
#contact .contact-form .field-col .form-control {
  font-size: 13px;
  border: none;
  padding: 8px 15px;
  background-color: #f4f4f4;}
#contact .contact-form .primary-btn {
  color: #fff;
  font-size: 14px;
  padding: 6px 30px;}
@media (max-width: 767px) {
#contact .contact-form .primary-btn {
  font-size: 13px;
  padding: 7px 22px;
  margin-top: 10px;
  width: 100%;
  border-radius: 25px;}
}






/* privacy */
.privacy h2 {
  margin-top: 70px;
  margin-bottom: 25px;
  font-size: 26px;}
.privacy p {
  color: #bfbfbf;
  font-size: 14px;}
.privacy p a {
  color: #bfbfbf;
  text-decoration: none;}
.privacy p a:hover {
  color: #bfbfbf;}
@media (max-width: 767px) {
.privacy h2 {
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 20px;}
.privacy p {
  font-size: 13px;}
}

.banner-main .banner-cover::before{
  content: none;
}
.banner-main .banner-cover .img-primary{
  height: 100vh;
}
.banner-main .banner-cover .caption h3 {
  font-size: 54px;
  line-height: 74px;
}
.banner-main .banner-cover .caption h4 {
  font-size: 24px;
  line-height: 42px;
  color: #E3E3E3;
  margin-top: 11px;
}
.banner-main .banner-cover .btn-get-start{
  color: #fff;
  background-color: #C90000;
  font-size: 17.43px;
  margin-top: 35px;
}
@media only screen and (max-width:767px) {
  .banner-cover .caption{
    top: 26%;
  }
  .banner-main .banner-cover .caption h3 {
    font-size: 35px;
    line-height: 54px;
  }
  .banner-main .banner-cover .caption h4 {
    font-size: 20px;
    line-height: 33px;}
  .banner-main .banner-cover .btn-get-start{margin-top: 15px;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-cover .caption{
    top: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-main .banner-cover .img-primary{
    height: 526px;
  }
}