/* Colors */

:root {
    --theme-color-1: #FFA600;
    --theme-color-2: #023059;
    --theme-color-3: #F6D10F;
    --theme-blue-dark: #002140;
    --theme-blue-light: #004079;
    --theme-grey: #999999;
    --theme-grey-dark: #666666;
    --theme-grey-medium: #cccccc;
    --theme-grey-light: #F7F7F7;
    --theme-white: #FFFFFF;
    --theme-white-60: #FFFFFF60;
    --theme-black: #121212;
    --border-theme-color-1: #FFA600;
}

/* ****** */

/* Custom */

.modal-header {
  background: var(--theme-color2);
  padding: 20px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.modal-content {
  border-radius: 20px;
}

.modal-body {
  padding: 22px 20px 30px;
}

.modal-body a:hover {
  color: var(--theme-color2);
}

.modal .rbt-card.card-list .rbt-card-body {
  display: block;
  font-size: 16px;
  color: var(--theme-black);
  padding: 15px 20px;
}

.logo-jan {
  height: 16px !important;
  margin-left: 5px;
  margin-top: 0;
}

body {
  background-color: var(--theme-color-2);
}

.about-section-four {
  background-color: var(--theme-blue-dark);
}

.title-column, .form-column {
  margin-top: 0;
}

p, .text {
  line-height: 1.5;
  font-size: 18px;
}

.sec-title .sub-title {
  line-height: 1.5;
  font-size: 18px;
  margin-top: 8px;
}

.contact-section-two .form-column .text {
  margin-bottom: 30px;
  color: var(--theme-white);
}

.contact-section-two .timing h5, 
.contact-section-two .timing .time {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: var(--theme-color-1);
}

.selo {
  position: absolute;
  width: 160px;
  height: 160px;
  content: '';
  z-index: 1;
  display: block;
  right: -20px;
  bottom: -10px;
}

.banner-section .content-box .title {
  font-size: 45px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner-section .content-box h5 {
  margin-bottom: 35px;
  letter-spacing: 0;
  max-width: 80%;
}

.banner-section .slide-item .bg-image:before {
  display: none;
}

.banner-section .content-box {
  text-align: left;
  padding: 0;
}

.banner-section .slide-item {
  height: 100vh;
  display: flex;
  align-items: center;
}

.banner-section .content-box .btn-box {
  text-align: left;
  justify-content: left;
}

.about-section {
  padding: 120px 0 70px;
}

.call-to-action {
  background-color: var(--theme-color-1);
}

.call-to-action .title {
  color: var(--theme-color-2);
  text-transform: uppercase;
  font-size: 32px;
}

.call-to-action .btn-style-one.light {
  padding: 25px 50px;
}

.about-section .sec-title .text {
  margin-top: 0;
}

.about-section .content-column .inner-column {
  padding-left: 0;
}

.about-section .content-column {
  margin-bottom: 0;
}

.about-section .content-column .inner-column p {
  font-size: 15px;
  color: var(--theme-white);
}

.about-section .content-column .inner-column h2 {
  color: var(--theme-white);
  text-transform: uppercase;
}

.services-section-three, 
.about-section {
  background-color: var(--theme-color-2);
}

.btn-style-one {
  background-color: var(--theme-color-1);
  color: var(--theme-color-2);
}

.btn-style-one::before {
  width: 0;
  background-color: var(--theme-white);
}

.btn-style-one:hover::before {
  width: 100%;
}

.btn-style-one:hover > span {
  color: var(--theme-color-2) !important;
}

.about-section-two {
  background-color: var(--theme-color-2);
  padding: 120px 0;
}

.about-section-two .content-column .sec-title h2 {
  color: var(--theme-white);
  text-transform: uppercase;
  font-size: 36px;
}

.about-section-two .content-column .inner-column.first {
  padding-right: 20px;
  padding-left: 50px;
}

.about-section-two .content-column .sec-title .text.first {
  font-size: 20px;
  color: var(--theme-color-1);
  margin-top: 20px;
  border-bottom: 3px solid var(--theme-color-1);
  padding-bottom: 35px;
}

.about-section-two .content-column .sec-title .text > strong {
  font-weight: 900;
  color: var(--theme-color-1);
}

.about-section-two .content-column .sec-title h6 {
  margin-bottom: 20px;
}

.about-section-two .content-column {
  margin-bottom: 0;
}

.about-section-two .image-column {
  margin-bottom: 0;
}

.about-section-two .image-column .image-1 img {
  border-radius: 0;
}

.img-01 {
  position: relative;
  z-index: 0;
  width: 100%;
}

.img-01::before {
  content: '';
  position: absolute;
  top: calc(50% - 200px);
  left: calc(50% - 200px);
  width: 400px;
  height: 300px;
  background: var(--theme-color-1);
  z-index: -1;
  border-radius: 20px;
  overflow-y: hidden;
}

.about-section-two .image-column .image-1:before, 
.about-section-two .image-column .image-1:after {
  display: none;
}

.about-section-two .image-column .inner-column {
  padding: 0;
}

.about-section-two .content-column .sec-title .text {
  margin-top: 0;
  margin-bottom: 20px;
}

.about-section-two .content-column .inner-column {
  padding-left: 0;
}

.about-section-two .content-column .sec-title .text {
  font-size: 15px;
  color: var(--theme-white);
}

.contact-section-two {
  background-color: var(--theme-color-2);
  border-top: 8px solid var(--theme-color-1);
}

.faq-section.advanced {
  border-top: 0;
}

.faq-section.advanced .container {
  padding-top: 0;
}

.faq-section.modules-area .container {
  padding-bottom: 80px;
}

.faq-section.modules-area ul.accordion-box {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 20px;
}

.faq-section {
  background-color: var(--theme-color-2);
  border-top: 8px solid var(--theme-color-1);
}

.faq-section.faq-area {
  border-top: 0;
}

.faq-section.faq-area .accordion-box .block .acc-btn, .faq-section.faq-area .accordion-box .block .acc-btn .icon {
  color: var(--theme-white);
}

.faq-section.faq-area .accordion-box .block .acc-content .content .text {
  color: var(--theme-white-60);
}

.faq-section.faq-area .accordion-box .block .acc-content .content {
  background-color: var(--theme-blue-dark);
  border-top: 1px solid var(--theme-white-60) !important;
}

.faq-section.faq-area .accordion-box .block, 
.faq-section.faq-area .accordion-box .block .acc-content .content, 
.faq-section.faq-area .accordion-box .block .acc-btn {
  background-color: var(--theme-blue-dark);
  border: 0;
}

.faq-section.faq-area > .container, 
.faq-section.faq-area {
  padding-bottom: 0;
}

.sec-title h2, 
.faq-section .sec-title h2 {
  color: var(--theme-white);
  letter-spacing: 0;
  text-transform: uppercase;
}

.accordion-box .block .acc-btn.active, .accordion-box .block .acc-btn.active .icon {
  color: var(--theme-color-1);
}

.accordion-box .block .acc-btn, .accordion-box .block .acc-btn .icon {
  color: var(--theme-color-2);
}

.features-section-four {
  background-color: var(--theme-color-2);
}

.features-section-four::before {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  content: '';
  background-color: var(--theme-blue-dark);
  display: block;
  z-index: -1;
}

.feature-block-five .inner-box .content .count {
  background-color: var(--theme-white);
  border-radius: 10px;
  color: var(--theme-color-2);
}

.feature-block-five .inner-box:hover .content .count {
  background-color: var(--theme-color-2);
  color: var(--theme-white);
}

.feature-block-five .inner-box:hover .content .icon {
  -webkit-transform: none;
  transform: none;
}

.feature-block-five .inner-box {
  border-radius: 20px;
  background-color: var(--theme-color-1);
}

.feature-block-five .inner-box h5, 
.feature-block-five .inner-box .text {
  color: var(--theme-color-2);
}

.feature-block-five .inner-box .content .text {
  font-size: 16px;
  line-height: 1.5;
}

.services-section-three.what-learn {
  background-color: var(--theme-blue-dark);
}

.services-section-three.what-learn .inner-box {
  background-color: var(--theme-color-2);
}

.services-section-three.what-learn h2 {
  color: var(--theme-white);
  text-transform: uppercase;
}

.what-learn .service-block-three .content.first {
  min-height: auto;
  display: inline-flex;
  align-items: center;
  width: 100%;
  gap: 15px;
  background-color: var(--theme-color-1);
}

.what-learn .service-block-three .content.second:hover {
  background-color: var(--theme-color-1);
}

.what-learn .service-block-three .content.second {
  min-height: auto;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0;
  background-color: var(--theme-color-2);
  text-align: center;
  justify-content: center;
}

.service-block-three .second .title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 0.1px;
}

.what-learn .service-block-three .content.first .icon-box, 
.what-learn .service-block-three .content.first .title {
  margin-bottom: 0;
}

.what-learn .service-block-three .content.first .icon-box i {
  color: var(--theme-white);
}

.what-learn .service-block-three .content.first .title {
  color: var(--theme-color-2);
  font-size: 22px;
}

.what-learn .service-block-three .content {
  min-height: 238px;
}

.service-block-three .content {
  border-radius: 20px;
  padding: 30px;
}

.service-block-three .inner-box:hover {
  background-color: var(--theme-color-1);
  border-radius: 20px;
}

.service-block-three .inner-box {
  background-color: var(--theme-blue-dark);
  border-radius: 20px;
}

.service-block-three .inner-box:hover .title, 
.service-block-three .inner-box:hover .text, 
.service-block-three .inner-box:hover .icon-box .icon {
  color: var(--theme-color-2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-three .inner-box p, 
.service-block-three .inner-box .title, 
.service-block-three .inner-box .text, 
.service-block-three .inner-box .icon-box .icon {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-three .icon-box .icon {
  color: var(--theme-color-1);
}

.service-block-three .icon-box:before {
  display: none;
}

.service-block-three .icon-box {
  margin-bottom: 15px;
}

.service-block-three .title {
  color: var(--theme-white);
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
}

.service-block-three:hover p {
  color: var(--theme-color-2);
}

.service-block-three p {
  color: var(--theme-color-1);
  font-size: 14px;
  margin-bottom: 0;
}

.services-section-three .content-column .inner-column h2 {
  color: var(--theme-white);
  text-transform: uppercase;
  font-size: 36px;
}

.service-block-three .text {
  font-size: 15px;
  color: var(--theme-white-60);
}

.service-block-three .content::after, 
.service-block-three .content::before {
  display: none;
}

.sec-title.light .sub-title, .sec-title.light .text {
  color: var(--theme-color-1);
}

.sec-title .sub-title:before {
  color: var(--theme-color-1);
}

.contact-form .form-group .select2-container--default .select2-selection--single, .contact-form .form-group input:not([type=submit]), .contact-form .form-group textarea, .contact-form .form-group select {
  font-size: 16px;
  letter-spacing: 0.5px;
}

.contact-form.style-two .select2-container--default .select2-selection--single, .contact-form.style-two input:not([type=submit]), .contact-form.style-two textarea, .contact-form.style-two select {
  background-color: var(--theme-blue-dark);
  border-color: var(--theme-blue-dark);
  border-radius: 10px;
  height: 65px;
}

.contact-form.style-two input:focus,
.contact-form.style-two select:focus,
.contact-form.style-two textarea:focus {
  border-color: var(--border-theme-color-1);
}

.contact-form .form-group ::-webkit-input-placeholder {
  color: var(--theme-white-60);
}

.contact-form .form-group ::-moz-input-placeholder {
  color: var(--theme-white-60);
}

.contact-form .form-group ::-ms-input-placeholder {
  color: var(--theme-white-60);
}

.main-footer {
  background-color: var(--theme-color-2);
}

.main-footer .about-widget {
  margin-right: 0;
}

.footer-bottom .copyright-text {
  color: var(--theme-white);
  font-size: 14px;
}

.social-icon-two li a {
  background-color: var(--theme-color-1);
  color: var(--theme-color-2);
  font-size: 18px;
}

.social-icon-two li a:hover {
  background-color: var(--theme-white);
  color: var(--theme-color-2);
}

ul.about-teacher li {
  color: var(--theme-white);
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.5;
}

.about-section-four {
  padding: 120px 0 130px;
}

.about-section-four .content-column {
  margin-bottom: 0;
}

.about-section-four .image-column .image-1 {
  width: 100%;
  height: 740px;
  border-radius: 20px;
  border: 0;
}

.about-section-four .image-column .inner-column {
  padding-bottom: 0;
}

.about-section-four .inner-column h2 {
  color: var(--theme-white);
  margin-bottom: 20px;
  margin-left: -2px;
}

.sec-title .sub-title {
  color: var(--theme-color-1);
  margin-bottom: 10px;
}

.about-section-four .auto-container {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.about-section-four .content-column .inner-column {
  padding-left: 40px;
}

.about-section-four .sec-title .sub-title {
  margin-top: 0;
}

.about-section-four {
  position: relative;
  z-index: 0;
}

.about-section-four::before {
  position: absolute;
  width: 340px;
  height: 80%;
  top: 10%;
  left: 0;
  content: '';
  background-color: var(--theme-color-1);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  display: block;
  z-index: -1;
  background-image: none;
}

.ebook {
  position: relative;
  z-index: 1;
}

.ebook img {
  position: absolute;
  width: auto;
  height: auto;
  top: -35px;
  left: 0;
  content: '';
  display: block;
  z-index: 1;
}

.services-section-three.what-learn {
  padding-top: 120px;
  padding-bottom: 40px;
}

.services-section-three.what-learn .service-block-three {
  margin-bottom: 0;
}

.pricing-block .inner-box {
  border-radius: 20px;
  background-image: none;
}

.pricing-block .inner-box::before {
  display: none;
}

.pricing-block .theme-btn.btn-style-one::before {
  background-color: var(--theme-color-2);
}

.pricing-block .btn-style-one:hover .btn-title {
  color: var(--theme-white) !important;
}

.pricing-block .title {
  margin-bottom: 0;
  font-size: 28px;
  color: var(--theme-color-2);
}

.pricing-block .title-box {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 10px;
}

.old-price {
  text-decoration: line-through;
}

.pricing-section {
  background-color: var(--theme-blue-dark);
}

.pricing-section .sec-title h2 {
  color: var(--theme-white);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 44px;
}

.pricing-section .sec-title h2 > span {
  color: var(--theme-color-1);
}

.pricing-section .sec-title h2 {
  border-bottom: 3px solid var(--theme-color-1);
  padding-bottom: 35px;
}

.pricing-block .price {
  margin-bottom: 5px;
  color: var(--theme-color-1);
}

.pricing-block .sub-title {
  color: var(--theme-color-1);
}

.pricing-block .features li {
  color: var(--theme-color-2);
}

.acc-content span {
  margin-right: 5px;
}

.footer-widget .logo {
  padding: 0 40px;
}

.service-block-three .icon-box .icon {
  font-size: 42px;
  margin-top: 10px;
}

.video-section-two .video-box-two .image,
.video-section-two .video-box-two .image img {
  border-radius: 10px;
  min-height: 240px;
  object-fit: cover;
}

.video-section-two .video-box-two .play-now .icon {
  color: var(--theme-white);
  border: 2px solid var(--theme-white);
  background-color: transparent;
}

.video-box-two {
  position: relative;
  z-index: 0;
}

.video-box-two::before {
  width: 100%;
  height: 80%;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  display: block;
  border-radius: 10px;
}
.carried-out-by {
  background-color: var(--theme-blue-dark);
  padding-bottom: 0;
}

.carried-out-by .sec-title {
  margin-bottom: 0;
}

.carried-out-by h5 {
  margin-bottom: 40px;
}

.testimonial-name {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
  z-index: 2;
}

.testimonial-name .info-name h5 {
  font-size: 15px;
  color: var(--theme-white);
  margin-bottom: 0;
  line-height: 1;
}

.testimonial-name .info-name span {
  font-size: 12px;
  color: var(--theme-color-1);
}

.services-section-two .bottom-box .text {
  color: var(--theme-white);
  font-weight: 600;
}

.services-section-two {
  background-color: var(--theme-blue-dark);
}

.services-section-two .bottom-box .theme-btn {
  background-color: var(--theme-color-1);
  color: var(--theme-color-2);
  font-weight: 700;
  font-size: 14px;
}

.services-section-two {
  padding-bottom: 0;
}

.banner-section .content-box h3 {
  color: var(--theme-color-1);
  font-weight: 700;
}

/* ****** */

/* WhatsApp */

.widget-whatsapp {
  margin: 25px 20px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 16000160;
}

.widget-whatsapp--sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.widget-whatsapp {
  width: 50px;
  height: 50px;
  background-color: #4dc247;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 47px;
  /*-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.widget-whatsapp:hover {
  background-color: #fff;
  outline: 0;
  /*-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);*/
}

.widget-whatsapp:hover .widget-whatsapp--icon {
  fill: #4dc247;
}

.widget-whatsapp--icon {
  fill: #fff;
  width: 28px;
  height: 28px;
}

/* ****** */

/* Responsive */

@media only screen and (max-width: 380px) {

  .ebook img {
    position: absolute;
    width: auto;
    height: auto;
    top: -16px;
    left: 0;
    content: '';
    display: block !important;
    visibility: visible !important;
    z-index: 1;
  }

  .btn-style-one {
    font-size: 14px;
  }

  .slide-item .content-box h3 {
    font-size: 21px !important;
    margin-bottom: 10px;
  }

  .banner-section .content-box .title {
    font-size: 24px !important;
    margin-bottom: 10px;
  }

  .banner-section .content-box h5 {
    font-size: 13px !important;
  }

  .selo {
    width: 80px !important;
    height: 80px !important;
    right: -5px !important;
    bottom: 66px;
  }

  .banner-section .content-box {
    top: 110px !important;
  }

}

@media only screen and (max-width: 767px) {

  .auto-container, 
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-section .content-box h5 {
    max-width: 68%;
  }

  .faq-section.modules-area .container {
    padding-bottom: 25px;
  }

  .faq-section.modules-area.advanced .container {
    padding-bottom: 40px;
  }

  .selo {
    width: 102px;
    height: 102px;
    right: -10px;
    bottom: 70px;
  }

  .slide-item .content-box h3 {
    font-size: 28px;
  }

  .carried-out-by {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .carried-out-by .sec-title {
    background-color: var(--theme-color-2);
    padding: 40px 30px 20px;
    border-radius: 20px;
  }

  .carried-out-by .logo-1 {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 30px;
  }

  .carried-out-by .logo-2 {
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom: 30px;
  }

  .faq-section.modules-area ul.accordion-box {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    column-gap: 0;
  }

  .services-section-two {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .services-section-two .bottom-box .text {
    margin-top: 10px;
  }

  .services-section-two .bottom-box .theme-btn {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    padding: 15px 50px;
    font-weight: 800;
    transition: all 500ms ease;
    border-radius: 10px;
    overflow: hidden;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }

  .banner-section .content-box .title {
    font-size: 30px;
  }

  .owl-carousel .owl-stage-outer, .banner-section .slide-item {
    height: 90vh;
  }

  .theme-btn {
    width: 100% !important;
  }

  .banner-section .content-box {
    top: 160px
  }

  .banner-section .content-box h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .banner-section .slide-item .bg-image {
    background-position: 25% center;
  }

  .about-section {
    padding: 40px 0 10px;
  }

  .sec-title h2, .services-section-three .content-column .inner-column h2, 
  .call-to-action .title, .about-section-two .content-column .sec-title h2 {
    font-size: 28px;
  }

  .about-section .content-column .sec-title, .sec-title {
    margin-bottom: 20px;
  }

  .service-block-three {
    margin-bottom: 20px;
  }

  .services-section-three .content-column.second {
    margin-top: 15px;
  }

  .services-section-three {
    padding-bottom: 25px;
  }

  .call-to-action {
    padding: 40px 0;
  }

  .call-to-action .btn-style-one.light {
    padding: 15px 50px;
    width: 100%;
  }

  .call-to-action .btn-box {
    width: 100%;
  }

  .img-01::before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: calc(50% - 200px);
    width: 400px;
    height: 360px;
  }

  .about-section-two {
    padding-top: 0;
  }

  .about-section-two .image-column {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .about-section-two .content-column .inner-column.first {
    padding: 0;
    padding-top: 30px;
  }

  .about-section-two .content-column .sec-title .text.first {
    padding-bottom: 30px;
  }

  .about-section-two .content-column .sec-title {
    margin-bottom: 0;
  }

  .faq-section, .features-section-four {
    border-top: 0;
    margin-top: -2px;
  }

  .faq-section .container {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .faq-section.faq-area .container {
    padding-top: 45px;
  }

  .services-section-two .sec-title.text-center, 
  .services-section-three.what-learn .sec-title, 
  .faq-section .sec-title.text-center {
    text-align: left !important;
    margin-bottom: 30px;
  }

  .services-section-two .owl-carousel .owl-stage-outer {
    height: 240px;
  }

  .accordion-box .block .acc-btn {
    font-size: 16px;
    line-height: 1.4;
    padding: 15px 54px 15px 18px;
  }

  .accordion-box .block .acc-content .content {
    padding: 15px 18px 20px;
  }

  .accordion-box .block .acc-content .content .text {
    font-size: 15px;
    line-height: 1.4;
  }

  .accordion-box .block .acc-btn .icon {
    right: 8px;
    top: 10px;
  }

  .bottom-box.mt-5 {
    margin-top: 15px !important;
  }

  .feature-block-five .inner-box {
    padding: 30px 28px 32px;
  }

  .services-section-three.what-learn {
    padding-top: 60px;
  }

  .feature-block-five .inner-box .content {
    text-align: left;
  }

  .what-learn .service-block-three .content {
    min-height: auto;
  }

  .what-learn .service-block-three .content.ebook-area {
    min-height: 250px;
  }

  .services-section-three.what-learn .inner-box {
    margin-bottom: 20px;
  }

  .ebook img {
    top: -16px
  }

  .about-section-four {
    padding-top: 20px;
  }

  .about-section-four .auto-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-section-four .image-column .image-1 {
    height: auto;
  }

  .about-section-four::before {
    width: 50%;
    height: 230px;
    top: 0;
  }

  .about-section-four .image-column .image-box {
    margin-bottom: 40px;
    max-width: 100%;
  }

  .about-section-four .content-column .inner-column {
    padding-left: 0;
  }

  .pricing-section {
    padding: 30px 0 5px;
  }

  .pricing-section .sec-title h2 {
    border-top: 3px solid var(--theme-color-1);
    padding-top: 35px;
    border-bottom: 0;
    padding-bottom: 15px;
  }

  .pricing-section .sec-title h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .pricing-block .inner-box {
    max-width: 100%;
    padding: 30px;
  }

  .pricing-block .title {
    font-size: 21px;
  }

  .pricing-block .sub-title {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .pricing-block .features li {
    padding-left: 25px;
  }

  .pricing-block .features {
    margin-bottom: 20px;
  }

  .main-footer .widgets-section {
    padding: 30px 0 10px;
  }

  .slide-item {
    position: relative;
    z-index: 0;
  }

  .slide-item::before {
    width: 100%;
    height: 70%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    display: block;
  }

  .slide-item .content-box {
    z-index: 2;
    position: relative;
  }

  .page-inner .about-section-four {
    margin-top: -2px;
    padding-top: 70px;
    padding-bottom: 0;
  }

  .page-inner .about-section-four::before {
    top: 40px;
  }

  .page-inner .about-section-four .content-column .sec-title {
    margin-bottom: 50px;
  }

  .page-inner .contact-section-two {
    padding: 40px 0 50px;
  }

  .page-inner .sec-title .sub-title {
    font-size: 14px;
    margin-bottom: 15px !important;
  }

  .page-inner .sec-title h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .contact-section-two .timing h5, .contact-section-two .timing .time {
    font-size: 22px;
  }

  .page-inner .contact-section-two .title-column {
    margin-bottom: 5px;
  }

  .contact-form.style-two .select2-container--default .select2-selection--single, .contact-form.style-two input:not([type=submit]), .contact-form.style-two textarea, .contact-form.style-two select {
    height: 65px;
    padding: 20px 20px;
  }

  .main-footer {
    margin-top: -2px;
  }

  .about-section .content-column .inner-column p, 
  .service-block-three .text, 
  .about-section-two .content-column .sec-title .text, 
  .about-section-two .content-column .sec-title h6, 
  .feature-block-five .inner-box .content .text, 
  ul.about-teacher li, .accordion-box .block .acc-content .content li, 
  .contact-section-two .form-column .text {
    text-align: left;
  }

}

/* ****** */

/* Form */

form.formIntegration2.style1 label {
  color: var(--theme-white) !important;
  font-family: var(--text-font) !important;
}

form.formIntegration2.style1 input[type="text"] {
  background-color: var(--theme-blue-dark) !important;
  border-color: var(--theme-blue-dark) !important;
  border-radius: 10px !important;
  height: 65px !important;
  padding: 20px 20px !important;
  font-size: 16px !important;
  letter-spacing: 0.5px !important;
  color: var(--theme-white) !important;
  font-family: var(--text-font) !important;
}

form.formIntegration2.style1 input[type="submit"] {
  width: 100% !important;
  background-color: var(--theme-color-1) !important;
  color: var(--theme-color-2) !important;
  position: relative !important;
  font-size: 16px !important;
  line-height: 28px !important;
  padding: 15px 50px !important;
  font-weight: 800 !important;
  transition: all 500ms ease !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  height: 65px !important;
  margin-top: 20px !important;
  font-family: var(--text-font) !important;
}

form.formIntegration2 .DinamizeDivMessageSuccess {
  margin: 0px 0px 30px !important;
  font-size: 15px !important;
  border-radius: 10px !important;
  font-family: var(--text-font) !important;
}