:root {
  --primary-color: #ff4c52;
  --primary-color-rgba: rgb(236 32 40 / 96%);
  --secondary-color: #000;
  --secondary-color-rgba: rgb(0 0 0 / 96%);
  --tertiary-color: #ffe400;
  --tertiary-color-light: #ffe3a6;
  /* --red-light-shade:#BF360C; */
  --red-light-shade: #ff4c52;
  --fashion-primary: #000000;
  --fashion-secondary: #545454;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif !important;
}
html {
  scroll-behavior: smooth;
}
button.close {
  margin: 5px 5px;
  z-index: 99999;
  position: absolute;
  right: 0px;
  color: #ffffff;
  background-color: red;
  opacity: 1;
  border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 12px;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
}
button.close:hover {
  background: orange;
  color: #ffffff;
  opacity: 1;
}
.modal .fluid-section-two .outer-container {
  background: none;
}
.modal-content {
  background: none;
  border: 0;
}
.modal .fluid-section-two .content-column .inner-column {
  background: #777777;
  padding: 25px;
  border-radius: 5px 5px 20px 20px;
}
.modal .support-form .form-group {
  margin: 0 0 10px 0;
}
.modal .sec-title {
  margin: 0 0 15px 0;
}
.fee-btn {
  padding: 6px 20px 6px;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 0;
  user-select: none;
  background: #000000;
  color: #ffffff;
  border: none;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.main-header .header-upper .logo-box {
  padding: 10px 0px;
}

.logo img {
  height: 80px;
  width: auto;
}

.main-header .header-upper .button-box {
  padding: 30px 0px;
}

.main-header .header-upper .support-box {
  margin-top: 23px;
  margin-left: 20px;
}

.main-header .header-upper .support-box .support-number {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.main-header.fixed-header .logo {
  padding: 0px 0px;
}

.main-header.fixed-header .logo img {
  height: 55px;
}

.main-header.fixed-header .header-upper .button-box {
  padding: 18px 0px;
}

.main-header.fixed-header .header-upper .support-box {
  margin-top: 10px;
}

.btn-style-one {
  padding: 6px 20px 6px;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  user-select: none;
  background: #6a87a1;
  color: #ffffff;
  border: none;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
.btn-style-one:hover {
  border: none;
  color: #ffffff;
  background: var(--fashion-primary);
  cursor: pointer;
}
.main-header .header-upper .support-box .support .icon,
.main-header .header-upper .support-box .support {
  color: var(--fashion-primary);
}
.support-number a {
  color: var(--fashion-primary) !important;
}
/* modal css */
/* .modal-content span:hover {
  color: red;
} */
/* modal css */
.btn-style-two {
  background: #6a87a1;
  color: #ffffff;
  text-transform: uppercase !important;
  border-radius: 0px;
  width: 100%;
  border: none;
  user-select: none;
  box-shadow: 10px 25px 25px rgb(0 0 0 / 25%);
  transition: 0.5s;
  border: 1px solid #ffffff;
  font-family: "Raleway", sans-serif !important;
  font-weight: 700;
}

.btn-style-two:hover {
  background: #fff;
  color: var(--secondary-color);
  box-shadow: none;
}

.btn-style-five {
  background: #6a87a1;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0px;
  user-select: none;
  font-family: "Raleway", sans-serif !important;
  font-weight: 700;
}

.btn-style-five:hover {
  background: #ffffff;
  color: var(--secondary-color);
  cursor: pointer;
}

.support-form .form-group input,
.support-form .form-group select {
  border: 1px solid #ffffff;
  padding: 10px 15px !important;
  background: #ffffff !important;
  color: #000000 !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 18px !important;
}

.support-form .form-group input:focus,
.support-form .form-group select:focus {
  border: 1px solid #fff !important;
  box-shadow: 0px 18px 25px rgb(0 0 0 / 30%);
}

.support-form label {
  color: rgb(255 255 255 / 90%);
  font-size: 17px;
  /* letter-spacing: 0.5px; */
  background: #6a87a1;
  border: 0;
  border-radius: 12px;
  padding: 10px 0;
}

.support-form .form-group input::placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  opacity: 1;
}

.support-form .form-group input:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  opacity: 0.7;
}

.support-form .form-group input::-ms-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  opacity: 0.7;
}

/* Input addon begin */

.input-group {
  position: relative;
}

.input-group .input-group-addon {
  position: absolute;
  z-index: 9;
  color: #000;
  height: 50px;
  line-height: 52px;
  width: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border-right: 1px solid #d8d8d8;
  letter-spacing: 1px;
  opacity: 0.78;
}

.form-group .input-group input {
  padding-left: 60px !important;
  letter-spacing: 1px;
}

/* Input addon end */

.main-slider .slide {
  padding: 0px 0;
}

.main-slider .slide img {
  width: 100%;
  height: auto;
}

.main-slider .owl-dots {
  bottom: 80px;
}

.sec-title h2 {
  font-size: 36px;
  color: #ffffff;
}

.services-section-two {
  padding-top: 70px;
}

.fluid-section-two .content-column {
  position: relative;
  float: none;
  width: 100%;
}

.testimonial-block-two .inner-box .image-column .inner-column .image img {
  border-radius: 50%;
  border: 7px solid #ffffff;
}

.fluid-section-two .content-column .inner-column {
  padding: 25px;
}

.service-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
}

.service-flex .services-block-two {
  width: 33.33%;
}

.services-block-two .inner-box {
  height: 100%;
}

.services-block-two .inner-box .overlay-box {
  background-color: var(--secondary-color-rgba);
  padding: 30px 0px;
}

.services-block-two.overlay-primary .inner-box .overlay-box {
  background-color: var(--fashion-secondary);
}

.services-block:hover .inner-box:before {
  bottom: 0px;
  background: #fff;
}

.services-block .inner-box:hover .text,
.services-block .inner-box:hover h3 a,
.services-block .inner-box:hover .icon-box {
  color: #555555;
}

.services-block-two .inner-box .overlay-box h3 {
  font-weight: 400;
  letter-spacing: 0.8px;
  font-size: 18px;
  line-height: 1.5;
}

.services-block-two .icon-box span img {
  height: 70px;
  width: auto;
}

.portfolio-page-section.alternate {
  padding: 70px 0px 60px;
}

.gallery-block-two .overlay-box:before {
  background-color: var(--red-light-shade);
}

.fluid-section-two .outer-container {
  background-color: var(--fashion-primary);
  border-radius: 12px;
}

.services-block .inner-box:hover {
  background: #fff !important;
}
.type-label {
  background: none !important;
}
.sec-title {
  margin-bottom: 30px;
}
.progress {
  height: 0.5rem;
}

.form-box {
  padding: 0 !important;
}

.margin-left {
  margin: 0 0 0 -120px;
}

.lp-title-1 {
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 1.5;
  background: var(--secondary-color);
  color: #fff;
  border-radius: 0px 50px 50px 0px;
  margin-left: -45px;
  padding: 10px 30px 10px 45px;
  margin-bottom: 50px;
  width: fit-content;
}

.lp-title-2 {
  padding-bottom: 30px;
  font-size: 40px;
  color: #000;
  font-weight: 500;
}

.course-area {
  margin-bottom: 50px;
}

.course-area h2 {
  color: #000;
  letter-spacing: 2px;
  font-size: 40px;
}

.course-area h2:before {
  content: "";
  border-top: 2px solid var(--fashion-primary);
  width: 42px;
  position: absolute;
  margin-left: -45px;
  margin-top: 32px;
}

.course-area h6 {
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  color: var(--fashion-primary);
}
.services-block .inner-box .text {
  color: var(--fashion-primary);
}

.course-area ul li {
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

.course-area ul li:last-child {
  margin-bottom: 0px;
}

.course-area ul li i {
  position: absolute;
  margin-left: -25px;
  line-height: 1.4;
  color: var(--fashion-primary);
}

.about-section:before {
  background-color: var(--fashion-primary);
  width: 56.7%;
}

.about-section .sec-title h2 {
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 40px;
}

.about-section .sec-title p.title-text {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.6;
}

.about-section .sec-title p.title-text span {
  color: #ffffff;
  white-space: nowrap;
  text-shadow: 0px 6px 7px rgb(0 0 0 / 35%);
  font-weight: bold;
}
.testimonial-section {
  padding: 85px 0px;
  background: var(--fashion-primary);
}
.testimonial-section .owl-dots .owl-dot:hover,
.testimonial-section .owl-dots .owl-dot.active {
  background-color: #ffffff;
}
.testimonial-section:before {
  left: 0px;
  right: auto;
  background-color: var(--fashion-primary);
}

.testimonial-section .sec-title {
  text-align: right;
}

.testimonial-block-two .inner-box .content-column .text {
  text-align: justify;
  color: #ffffff;
  line-height: 1.5em;
  font-size: 14px;
}
.testimonial-block-two .inner-box .content-column .author {
  color: #ffffff;
}

.testimonial-block-two .inner-box .content-column .author:before {
  background-color: #ffffff;
}

.call-to-action-section .left-column .image-layer:before {
  background-color: rgb(71 0 2 / 96%);
}

.call-to-action-section .btn-style-four {
  border-color: #fff;
  background: #ffffff;
  color: var(--fashion-primary);
  border-radius: 0px;
  box-shadow: 0px 20px 25px rgb(0 0 0 / 12%);
}

.call-to-action-section .btn-style-four:hover {
  box-shadow: none;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
}

.info-content {
  padding: 50px 0px 60px;
}

.info-content img {
  border: 1px solid #eee;
  margin-bottom: 15px;
}

.testimonial-section .owl-dots {
  text-align: right;
}

.footer {
  border-bottom: 2px solid var(--tertiary-color);
}

.footer-widget img {
  height: 100px;
  width: auto;
}

.footer-widget .text p {
  line-height: 1.5;
  font-weight: 400;
}

.footer-widget .text p a {
  color: #ffffff;
  transition: 0.5s;
}

.footer-widget .text p a:hover {
  color: #fff;
}

.main-footer {
  padding: 80px 0px 20px;
}

.copyright {
  padding: 15px 0px;
  background: #151515;
  border-top: 1px solid rgb(255 255 255 / 13%);
}

.copyright p {
  margin-bottom: 0px;
  color: #ffffff;
}

.social-icon-one li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border: 1px solid;
}

.social-icon-one li a:hover {
  color: #fff;
  border-color: #fff;
  background: #000;
}

.btn-pay {
  background: #ffffff;
  text-transform: uppercase;
  border-radius: 0px;
  user-select: none;
  border: 2px solid #fff;
  color: #000;
  box-shadow: 1px 20px 25px #000;
}

.btn-pay:hover {
  background: #239d28;
  color: #fff;
}

.video-box-campus {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  z-index: 999;
  position: absolute;
  margin-top: -42px;
  line-height: 1.5;
  width: fit-content;
  right: 0;
  background: #000;
  padding: 5px 15px 0px 30px;
  border-radius: 70px 0px 0px 0px;
}

/* Custom radio button begin */

.cus-checkbox {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.cus-checkbox label {
  color: rgb(255 255 255 / 100%);
  line-height: 26px;
}

.cus-checkbox label:hover {
  color: rgb(255 255 255 / 100%);
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: rgb(0 0 0 / 36%);
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #fff;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #97141a;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
}

/* Custom radio button end */

/* Gallery begin */

.gallery-img {
  background-size: cover !important;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  text-align: center;
}

.caption-box-1 {
  bottom: 0px;
  margin-bottom: 0px;
  position: absolute;
  margin: 0px auto;
  width: 100%;
  background: linear-gradient(
    rgb(0 0 0 / 3%),
    rgb(0 0 0 / 63%),
    rgb(0 0 0 / 52%)
  );
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 12px 5px;
}

.gallery-block-two .inner-box .overlay-inner {
  padding: 0px 0px;
}

.overlay-inner .content .caption-box-1 {
  background: transparent;
}

.gallery-block-two .overlay-box:before {
  background: linear-gradient(rgba(110, 110, 110, 0.4), rgba(12, 12, 12, 0.7));
}

.gallery-block-two .inner-box .overlay-inner .link {
  border-radius: 4px;
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  z-index: 999;
  color: var(--fashion-primary);
  display: none;
}

.fancybox-button--share {
  display: none;
}

.fancybox-caption {
  text-align: center;
}

/* Gallery end */

/* CTA-2 section begin */

.call-to-action-two.type-2 {
  background: var(--fashion-primary);
  padding: 70px 0px;
  border-bottom: 6px solid #ffffff;
}
.about-section {
  background: var(--fashion-secondary);
}

.call-to-action-two.type-2:before {
  content: none;
}

.cta-box {
  padding: 50px 30px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  border: 6px solid #ffffff;
}

.cta-box:before {
  content: "";
  background: var(--fashion-secondary);
  opacity: 0.98;
  position: absolute;
  left: 21px;
  top: 6px;
  width: calc(100% - 42px);
  height: calc(100% - 12px);
}

.cta-title {
  font-weight: 200 !important;
  line-height: 1.5;
}

.call-to-action-two.type-2 .text {
  font-size: 20px;
  letter-spacing: 0.5px;
}

.call-to-action-two.type-2 .btn-style-five {
  background: #ffffff;
  color: #000;
  border-color: #ffffff;
}

.call-to-action-two.type-2 .btn-style-five:hover {
  border-color: #fff;
  background: #000;
  color: #fff;
}

/* CTA-2 section end */

.whatsapp-btn {
  position: fixed;
  bottom: 75px;
  right: 10px;
  z-index: 99;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0px 0px 25px 3px rgb(0 0 0 / 20%);
}
.whatsapp-btn:hover {
  color: #ffffff;
}
.step.active > h5 {
  color: #ffffff;
}
.whatsapp-btn-2 {
  text-align: center;
  font-size: 20px;
  background: #25d366;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  display: block;
  width: fit-content;
  margin: 20px auto;
}
.whatsapp-btn-2:hover {
  color: #ffffff;
  background: #22b658;
}

.services-section .inner-container {
  margin-top: 50px;
}

.call-to-action-section .outer-container {
  background-color: var(--fashion-secondary);
}
.call-to-action-section .left-column {
  background: #6a87a1;
}
.call-to-action-section .left-column h2 {
  color: #ffffff;
  font-weight: 700;
}
.pay-heading {
  color: #000000;
  font-weight: 600;
}
.pay-highlight {
  color: #000000;
  font-weight: 900;
}
.pay-img {
  width: 330px;
}
.brochure-btn {
  background: #fff9d3;
  color: #000000;
  padding: 16px 32px;
  display: block;
  margin: 0 auto;
  width: fit-content;
  font-weight: bold;
  font-size: 20px;
}
.brochure-btn:hover {
  background: #ffffff;
  color: #000000;
}
.fee-btn-floating {
  display: none;
}

@media only screen and (max-width: 1140px) {
  .main-header .header-upper .button-box {
    display: block;
  }
  .logo img {
    height: 65px;
  }
}
@media only screen and (max-width: 1023px) {
  .main-header .header-upper .logo-box {
    width: auto;
  }
  .main-header .nav-outer {
    width: auto;
    float: right;
  }
}

@media screen and (max-width: 540px) {
  .logo-box {
    width: fit-content !important;
  }
  .fee-btn-floating {
    display: block;
  }
  .modal .sec-title h2 {
    font-size: 18px !important;
  }
  .modal .fluid-section-two .content-column .inner-column {
    padding: 20px;
  }
  button.close {
    width: 26px;
    height: 26px;
    font-size: 30px;
    top: -5px;
    right: -5px;
  }
  .modal .input-group .input-group-addon {
    height: 36px;
    line-height: 36px;
  }
  .modal .sec-title {
    margin: 0 0 8px 0;
  }
  .modal .sec-title .title-text {
    font-size: 16px;
  }
  .modal .support-form .form-group input[type="text"],
  .modal .support-form .form-group input[type="tel"],
  .modal .support-form .form-group input[type="email"],
  .modal .support-form .form-group select {
    height: 36px;
  }
  .modal .support-form button {
    margin: 10px 0 0 0;
    padding: 10px 0;
  }
  .fee-btn-floating {
    position: fixed;
    bottom: 283px;
    right: -78px;
    z-index: 99;
    text-align: center;
    font-size: 17px;
    background: #6a87a1;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 11px;
    transform: rotate(270deg);
    font-weight: 700;
    letter-spacing: 2px;
    border: 2px solid #ffffff;
  }
  .whatsapp-btn {
    right: 15px;
    bottom: 70px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
  }
  .pay-img {
    width: auto;
    height: 240px;
  }
  .pay-highlight {
    font-size: 22px;
  }
  .pay-heading {
    font-size: 16px;
  }
  .header-upper > .auto-container > .clearfix {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .header-upper .auto-container .clearfix::after {
    content: none;
  }
  .main-header .header-upper .support-box {
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    line-height: 1;
  }
  .nav-outer .btn-style-one {
    padding: 2px 7px 2px;
    letter-spacing: 1px;
    font-size: 12px;
  }
  .main-header .header-upper .button-box {
    display: block;
    padding: 0px 0px;
    margin-left: 0px;
  }
  .main-header .nav-outer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 15px;
    width: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
  }
  .logo img {
    height: 50px;
  }
  .main-header .header-upper .logo-box {
    padding: 8px 0px;
  }
  .main-header .header-upper .support-box .support {
    font-size: 12px;
    /* margin-bottom: 0px; */
  }
  .main-header .header-upper .support-box .support .icon {
    font-size: 16px;
  }
  .main-header .header-upper .support-box .support-number {
    font-size: 14px;
  }
  .main-slider .owl-dots {
    bottom: 0px;
  }
  .services-section {
    padding-bottom: 0px;
  }
  .services-section .inner-container {
    margin-top: 15px;
  }
  .row .order-mob-1 {
    order: 1;
  }
  .row .order-mob-2 {
    order: 2;
  }
  .lp-title-1 {
    font-size: 20px;
    margin-left: -20px;
    padding: 10px 30px 10px 20px;
    margin-bottom: 40px;
  }
  .lp-title-2 {
    padding-bottom: 20px;
    font-size: 30px;
  }
  .course-area {
    margin-bottom: 40px;
  }
  .course-area h2 {
    font-size: 28px;
  }
  .course-area h2:before {
    margin-top: 21px;
    width: 20px;
    margin-left: -20px;
  }
  .fluid-section-two .content-column .inner-column {
    padding: 30px 20px 10px;
  }
  .sec-title {
    margin-bottom: 30px;
  }
  .sec-title h2 {
    font-size: 30px;
  }
  .about-section {
    padding: 30px 0px 40px;
  }
  .about-section:before {
    width: 100%;
  }
  .about-section .sec-title h2 {
    margin-bottom: 25px;
  }
  .about-section .sec-title p.title-text {
    font-size: 25px;
    line-height: 1.5;
  }
  .services-section-two {
    padding-top: 60px;
  }
  .service-flex .services-block-two {
    width: 50%;
  }
  .service-flex .mob-order-1 {
    order: 1;
  }
  .service-flex .mob-order-2 {
    order: 2;
  }
  .service-flex .mob-order-3 {
    order: 3;
  }
  .service-flex .mob-order-4 {
    order: 4;
  }
  .service-flex .mob-order-5 {
    order: 5;
  }
  .service-flex .mob-order-6 {
    order: 6;
  }
  .services-block-two .icon-box span img {
    height: 55px;
  }
  .services-block-two .inner-box .overlay-box h3 {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.4;
  }
  .services-block-two .inner-box .overlay-box .overlay-inner {
    padding: 10px 15px;
  }
  .testimonial-section {
    padding: 50px 0px;
  }
  .testimonial-section:before {
    content: none;
  }
  .testimonial-section .sec-title,
  .testimonial-section .owl-dots {
    text-align: center;
  }
  .testimonial-block-two .inner-box .image-column .inner-column .image {
    display: block;
  }
  .testimonial-block-two .inner-box .image-column .inner-column .image img {
    height: 100px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .main-footer {
    text-align: center;
  }
  .footer-widget img {
    width: 40%;
    height: auto;
  }
  .btn-pay {
    margin-bottom: 50px;
  }
  /* Gallery begin */
  .gallery-img {
    height: 100px;
  }
  .caption-box-1 {
    font-size: 12px;
    padding: 5px 5px;
  }
  /* Gallery end */
}
