:root {
  --blue: #061c71;
}

body {
  font-family: Montserrat !important;
}

.request-btn {
  letter-spacing: 0.12px;
  color: rgb(255, 255, 255);
  font-size: 11px;
  background: var(--blue);
  text-decoration: none;
  width: 130px;
  height: 50px;
  display: flex;
  border: 1px solid var(--blue);
  align-items: center;
  justify-content: center;
}

.btn-div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.number-a {
  letter-spacing: 0.12px;
  color: rgb(0, 0, 0);
  font-size: 12px;
  text-decoration: none;
}

.request-btn:hover {
  color: var(--blue);
  background: rgb(255, 255, 255);
  transition: all 0.3s ease 0s;
}

.logo {
  width: 100px;
  height: 99px;
}

.apply-btn {
  font-size: 16px;
  text-decoration: none;
  letter-spacing: -0.34px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  background: var(--blue);
  width: 195px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}

.row-1 {
  background: rgb(141, 114, 73);
  width: 835px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.navbar-nav {
  gap: 50px;
}

#navbarDropdown {
  letter-spacing: -0.4px;
  color: rgb(255, 255, 255);
  font-size: 17px;
}

.bg1 .container {
  display: flex;
  align-items: center;
  padding-left: 75px;
  gap: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.bg1 {
  background: var(--blue);
}

.bg1 i {
  color: rgb(255, 255, 255);
}

.bg1 {
  color: rgb(255, 255, 255);
}

.student-h3 {
  font-size: 16px;
  margin: 0px;
  letter-spacing: -0.32px;
  color: rgb(255, 255, 255);
  font-weight: 400;
}

.bg2 {
  padding: 50px 0px;
  background: url("../images/bg2.png") center center / cover no-repeat;
}

.bg2-a {
  font-size: 60px;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset {
  background: rgb(207, 212, 234);
  border: 0px none;
  border-radius: 0px;
  box-sizing: border-box;
  width: 100%;
  margin: 0px;
  padding: 20px 30px;
  position: relative;
}

.form-card {
  text-align: left;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

.name-input,
#msform textarea {
  border: 1px solid rgb(112, 112, 112);
  border-radius: 0px;
  margin-top: 2px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  font-size: 12px;
  height: 38px;
  padding-left: 15px;
}

#msform input:focus,
#msform textarea:focus {
  border: 1px solid rgb(103, 58, 183);
  outline-width: 0px;
  box-shadow: none !important;
}

#msform .action-button {
  background: linear-gradient(rgb(4, 27, 114) 0%, rgb(0, 162, 255) 100%) 0% 0%
    no-repeat padding-box padding-box transparent;
  font-weight: 500;
  color: white;
  border: 0px none;
  border-radius: 0px;
  cursor: pointer;
  font-size: 14px;
  width: 116px;
  height: 39px;
  margin-top: 20px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: rgb(49, 27, 146);
}

#msform .action-button-previous {
  background: linear-gradient(rgb(4, 27, 114) 0%, rgb(0, 162, 255) 100%) 0% 0%
    no-repeat padding-box padding-box transparent;
  font-weight: 500;
  color: white;
  border: 0px none;
  border-radius: 0px;
  cursor: pointer;
  font-size: 14px;
  width: 116px;
  height: 39px;
  margin-top: 20px;
  margin-left: -50px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: rgb(0, 0, 0);
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.fs-title {
  font-size: 34px;
  letter-spacing: -0.8px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  text-align: center;
}

.purple-text {
  color: rgb(103, 58, 183);
  font-weight: normal;
}

.steps {
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  float: left;
  margin-top: 27px;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: rgb(103, 58, 183);
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar #account::before {
  font-family: FontAwesome;
  content: "";
}

#progressbar #personal::before {
  font-family: FontAwesome;
  content: "";
}

#progressbar #payment::before {
  font-family: FontAwesome;
  content: "";
}

#progressbar #confirm::before {
  font-family: FontAwesome;
  content: "";
}

#progressbar li::before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: rgb(255, 255, 255);
  background: lightgray;
  border-radius: 50%;
  margin: 0px auto 10px;
  padding: 2px;
}

#progressbar li::after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0px;
  top: 25px;
  z-index: -1;
}

#progressbar li.active::before,
#progressbar li.active::after {
  background: rgb(103, 58, 183);
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: rgb(103, 58, 183);
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

.input-group-append {
  cursor: pointer;
}

.form-card label {
  color: rgb(51, 51, 51);
  font-size: 15px;
}

.form-card .row {
  padding: 30px 5px;
  background: rgb(255, 255, 255);
}

#datepicker {
  flex-wrap: nowrap !important;
}

.form-card select {
  width: 100%;
  height: 38px;
  font-weight: 500;
  font-size: 14px;
  color: rgb(137, 137, 137);
  padding-left: 10px;
}

.bg2-b {
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  font-size: 34px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}

.form-divider p {
  letter-spacing: 0.44px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  margin: 0px;
  text-align: left;
}

.form-divider label {
  letter-spacing: 0.36px;
  color: rgb(255, 255, 255);
  font-size: 16px;
}

.bg2-c {
  font-size: 16px !important;
  letter-spacing: 0.36px !important;
}

.form-divider-a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-divider {
  border-bottom: 1px solid rgb(255, 255, 255);
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.billing-cycle {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-top: 10px;
}

.submit-btn {
  font-size: 16px;
  letter-spacing: -0.36px;
  color: rgb(0, 0, 0);
  text-transform: capitalize;
  font-weight: 500;
  width: 100%;
  height: 56px;
  background: linear-gradient(rgb(248, 248, 248) 0%, rgb(255, 255, 255) 100%) 0%
    0% no-repeat padding-box padding-box transparent;
  border: 0px;
}

.bg3 {
  padding: 60px 0px;
  background: linear-gradient(rgb(141, 114, 73) 0%, rgb(200, 164, 109) 100%) 0%
    0% no-repeat padding-box padding-box transparent;
}

.bg3 {
  padding: 60px 0px;
  background: linear-gradient(rgb(141, 114, 73) 0%, rgb(200, 164, 109) 100%) 0%
    0% no-repeat padding-box padding-box transparent;
}

.bg3-a {
  font-size: 32px;
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  margin: 0px;
}

.bg3-btn {
  font-size: 18px;
  letter-spacing: -0.4px;
  color: var(--blue);
  text-transform: capitalize;
  text-decoration: none;
  width: 240px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  font-weight: 500;
  float: right;
}

.bg3-btn:hover {
  background: transparent;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  transition: all 0.3s ease 0s;
}

.bg4 {
  padding: 60px 0px;
}

.bg4-a {
  font-size: 42px;
  letter-spacing: -1.06px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  text-align: center;
  margin: 0px;
}

.bg4-b {
  text-align: center;
  font-size: 22px;
  letter-spacing: -0.58px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin: 0px;
}

.bg4-c {
  font-size: 16px;
  text-align: center;
  color: rgb(0, 0, 0);
  margin: 0px;
}

.about-footer {
  background: var(--blue);
  padding-top: 30px;
  text-align: center;
}

.footer-p {
  font-size: 14px;
  letter-spacing: 0.01px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 15px;
}

.footer-links a {
  letter-spacing: 0.01px;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.footer-a {
  font-size: 14px;
  letter-spacing: 1.6px;
  color: rgb(0, 0, 0);
  margin: 0px;
  text-align: left;
}

.row-2 {
  background: rgb(255, 255, 255);
  padding: 10px 80px;
  margin-top: 30px;
}

.footer-b {
  font-size: 14px;
  letter-spacing: 1.6px;
  color: rgb(0, 0, 0);
  margin: 0px;
  text-align: right;
}

.bg3-d {
  font-size: 14px;
  color: rgb(51, 51, 51);
  font-weight: 400;
  text-align: center;
}

.bg4-e {
  font-size: 12px;
  color: rgb(51, 51, 51);
  font-weight: 400;
  margin-top: 5px;
}

#date {
  font-size: 12px;
}

.main-bg {
  background: url("../images/home/bg1.png") center center / cover no-repeat;
  height: 90vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home1a {
  letter-spacing: -0.29px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
  margin: 0px;
}

.home1b {
  font-size: 70px;
  font-weight: 800;
  letter-spacing: -3.56px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin: 0px;
}

.home1c {
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 300;
  width: 65%;
  margin: 0px auto;
}

.program-btn {
  letter-spacing: -0.54px;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  font-size: 20px;
  text-decoration: none;
  font-weight: 400;
  background: var(--blue);
  width: 235px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homebg1-btndiv .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homebg1-btndiv {
  margin-bottom: 30px;
}

.program-btn:hover {
  background: transparent;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  transition: all 0.3s ease 0s;
}

.section2-img {
  width: 70%;
  float: right;
}

.mainbg2-a {
  letter-spacing: -2.4px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
  width: 70%;
  line-height: 42px;
}

.mainbg2-b {
  font-size: 16px;
  letter-spacing: 0.01px;
  color: rgb(0, 0, 0);
  font-weight: 400;
}

.mainbg2-btn {
  font-size: 16px;
  text-decoration: none;
  letter-spacing: -0.4px;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  background: var(--blue);
  width: 170px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-bg2 {
  padding: 60px 0px;
  background: url("../images/home/bg2.png") 0% 0% / cover no-repeat;
}

.main-bg3 {
  padding: 70px 0px 100px;
  background: url("../images/home/bg3.png") center center / cover no-repeat;
  text-align: center;
}

.mainbg3-a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);
}

.mainbg3-b {
  letter-spacing: -1px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
}

.mainbg3-c {
  letter-spacing: 0.01px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
}

.imgbox-a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin-top: 20px;
}

.imgbox-b {
  font-size: 14px;
  letter-spacing: 0.01px;
  color: rgb(255, 255, 255);
  font-weight: 300;
  margin-bottom: 10px;
}

.imgbox-btn {
  text-decoration: none;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  font-size: 14px;
}

.image-box {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 4px;
  padding: 10px 10px 50px;
}

.feature-div {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 40px;
  margin-top: 30px;
}

.gallery-inner-div {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.gallery-div {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
  align-items: flex-start;
  margin-top: 15px;
}

.gallery-img {
  width: 100%;
}

.mainbg4-a {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}

.main-bg4 {
  padding: 80px 150px;
  text-align: center;
}

.main-bg5 {
  background: url("../images/home/bg5.png") center center / cover no-repeat;
  padding-bottom: 60px;
}

.mainbg5-a {
  color: rgba(51, 51, 51, 0.494);
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
}

.mainbg5-b {
  font-weight: 700;
  letter-spacing: -1.12px;
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 40px;
}

.location-img {
  width: 60px;
  height: 60px;
  background: var(--blue);
  padding: 16px 19px;
}

.mainbg5-c {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.5);
  width: 55%;
  margin: 0px;
}

.contact-div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.mainbg5-c a {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.5);
  width: 40%;
  margin: 0px;
  text-decoration: none;
}

.home-footer {
  background: var(--blue);
  padding-top: 80px;
}

.home-footer-c {
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: 400;
}

.home-footer-a {
  font-size: 20px;
  letter-spacing: 0.01px;
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.pages-link a {
  letter-spacing: 0.01px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  text-decoration: none;
}

.pages-link {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 25px;
}

.pages-link-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pages-link-inner i {
  color: rgb(255, 255, 255);
}

.pages-link-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pages-link-inner i {
  color: rgb(255, 255, 255);
}

.home-footer-b {
  font-size: 12px;
  letter-spacing: 0.01px;
  color: rgb(255, 255, 255);
}

.email-div input {
  height: 60px;
  border: 1px solid rgb(255, 255, 255);
  width: 100%;
  background: transparent;
  padding-left: 10px;
  font-size: 14px;
}

.email-div {
  display: flex;
  align-items: center;
}

.submit1-btn {
  width: 103px;
  height: 60px;
  border: 0px;
  font-size: 22px;
  color: var(--blue);
}

.email-div input::placeholder {
  color: rgba(255, 255, 255, 0.61);
}

.added-p {
  padding-left: 40px;
}

.copyright-text {
  letter-spacing: 1.6px;
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-weight: 400;
  margin: 0px;
  text-align: center;
}

.home-row {
  background: rgb(255, 255, 255);
  padding: 5px 65px 0px;
  margin-top: 60px;
}

.social-div1 i {
  color: rgb(0, 0, 0);
}

.social-div1 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-div {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.main-bg4-inner .slick-slide {
  background: var(--blue);
  padding: 80px;
  position: relative;
}

.test-text {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  font-weight: 400;
}

.test-h4 {
  font-size: 17px;
  letter-spacing: -0.38px;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  font-weight: 600;
}

.test-h5 {
  font-size: 8px;
  letter-spacing: 1.04px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin: 0px;
}

.star-div {
  color: rgb(255, 204, 0);
}

.single-item {
  margin: 0px auto;
  padding-top: 25px;
  width: 45% !important;
}

.test-image {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 129px;
  height: 129px;
}

.main-bg4-inner .slick-list {
  padding-top: 50px;
}

.mainbg4-inner-a {
  font-size: 16px;
  letter-spacing: -0.8px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  text-align: center;
}

.mainbg4-inner-b {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  text-align: center;
  width: 55%;
  margin: 0px auto;
  line-height: 42px;
}

.main-bg4-main {
  padding: 80px 0px 120px;
  background: url("../images/home/bg4.jpg") center center / cover no-repeat;
}

.main-bg4-inner .slick-track {
  display: flex;
  gap: 80px;
  padding-bottom: 20px;
}

.main-bg4-inner .slick-slide:nth-child(1) {
  margin-left: -50px;
}

.main-bg4-inner .slick-slide::before {
  content: "";
  position: absolute;
  top: 15px;
  right: -15px;
  border: 1px solid rgb(141, 114, 73);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.gallery-img:hover {
  transform: scale(1.05);
  transition: all 0.5s ease 0s;
  cursor: pointer;
}

.apply-btn:hover,
.mainbg2-btn:hover {
  background: rgb(255, 255, 255);
  color: var(--blue);
  border: 1px solid var(--blue);
  transition: all 0.3s ease 0s;
}

.social-div img {
  width: 45px;
  height: 45px;
}

.about-a {
  letter-spacing: -0.4px;
  color: rgb(255, 255, 255);
  font-size: 17px;
  text-decoration: none;
}

.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-menu li {
  font-size: 16px;
}

.req-form-div {
  padding: 30px;
  border-radius: 0px;
  width: 42%;
  margin: auto;
  border: 1px solid rgba(4, 28, 115, 0.2);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 30px;
  background-color: rgba(255, 255, 255, 0.76);
}

.req-more {
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
  letter-spacing: -0.8px;
  color: var(--blue);
  text-transform: capitalize;
  line-height: 32px;
}

.req-more-a {
  font-size: 15px;
  font-weight: 400;
  color: rgb(0, 0, 0);
}

.req-form {
  font-size: 14px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  width: 100%;
  height: 45px;
  border: 1px solid rgb(112, 112, 112);
  border-radius: 12px;
  padding-left: 15px;
  margin: 10px 0px;
  padding-right: 15px;
  font-style: italic;
}

.req-btn {
  width: 100%;
  height: 60px;
  margin: 15px auto auto;
  background: linear-gradient(rgb(4, 27, 114) 0%, rgb(0, 162, 255) 100%) 0% 0%
    no-repeat padding-box padding-box transparent;
  font-weight: 500;
  border-radius: 0px;
  font-size: 15px;
  border: 0px;
  letter-spacing: -0.38px;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
}

.req-form {
  font-size: 12px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  width: 100%;
  height: 60px;
  border: 1px solid rgba(112, 112, 112, 0);
  border-radius: 0px;
  padding-left: 15px;
  margin: 10px 0px;
  padding-right: 15px;
  font-style: normal;
}

.cb1 {
  padding: 30px;
  background: url("../images/class-barber/bg1.png") center center / cover
    no-repeat;
}

.cb1-a {
  font-size: 60px;
  font-weight: 800;
  color: rgb(255, 255, 255);
  text-align: center;
  width: 80%;
  margin: 0 auto 20px;
}

.req-form option {
  font-size: 14px;
}

.cb1-b {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1.36px;
  color: rgb(255, 255, 255);
  width: 50%;
  text-align: center;
  margin: 55px auto 20px;
}

.cb1-c {
  font-size: 16px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 27px;
}

.about-a:hover {
  color: var(--blue);
  font-weight: 500;
  transition: 0.3s;
}

.dropdown-item:hover {
  background: var(--blue);
  color: #fff;
  transition: 0.3s;
}

.dropdown-item {
  padding: 10px 20px;
}

/*About Us*/
.about1-img {
  width: 100%;
}

.about1-a {
  letter-spacing: -2.4px;
  color: #000000;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 800;
}

.about1-b {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.about1-c {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  width: 90%;
  text-align: justify;
}

.about1-btn {
  width: 200px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: var(--blue);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.about1-btn:hover,
.about2-btn:hover {
  background: transparent;
  color: var(--blue);
  border: 1px solid var(--blue);
  transition: 0.3s;
}

.about-1 {
  padding: 60px;
}

.about2-a {
  letter-spacing: -2.4px;
  color: #000000;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 800;
  text-align: right;
}

.about2-c {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  width: 90%;
  text-align: right;
  float: right;
}

.about2-btn {
  width: 200px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: var(--blue);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  float: right;
}

.about-main {
  background: url(../images/about-us/main-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}

.about-3 .wrap {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 0 60px;
  overflow: hidden;
}

.about-3 .slider {
  position: relative;
  z-index: 200;
  padding: 0 0px;
  margin: 2rem auto 0;
  width: 100%;
}

.about-3 .slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  border: none;
  background: transparent;
  color: #fff;
  font-family: monospace;
  font-size: 5rem;
  z-index: 300;
  outline: none;
}

.about-3 .slick-prev {
  left: -50px;
  text-align: left;
}

.about-3 .slick-next {
  right: -50px;
  text-align: right;
}

.about-3 .item.slick-slide {
  width: 400px;
  height: 400px !important;
  transition: transform 0.4s;
  position: relative;
  border-radius: 20px;
}

.about-3 .slick-slide:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: transform 0.4s;
}

.about-3 .item.slick-slide {
  transform: scale(0.7) translate(640px);
}

.about-3 .item.slick-slide.slick-center + .slick-slide {
  transform: scale(0.8) translate(-250px);
  z-index: 10;
}

.about-3 .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
  transform: scale(0.7) translate(-640px);
  z-index: 5;
}

.about-3 .item.slick-slide.slick-active {
  transform: scale(0.8) translate(250px);
}

.about-3 .item.slick-slide.slick-center {
  transform: scale(1);
  z-index: 30;
  width: 500px;
  margin-left: -50px;
}

.about-3 .slick-center:after {
  opacity: 0;
}

.about-3 {
  background: url(../images/about-us/bg2.png) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0;
}

.about3-a {
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -2.4px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

.about3-b {
  font-size: 16px;
  letter-spacing: 0.01px;
  color: #ffffff;
  text-align: center;
  width: 55%;
  margin: 0 auto;
  font-weight: 400;
}

.mission-btn {
  width: 200px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
  color: var(--blue);
  font-size: 16px;
  font-weight: 500;
  margin: 40px auto 0;
}

.mission-btn:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s;
}

.main1-bg5 {
  padding-bottom: 60px;
}
/*About Us*/

/*The School*/
.school-1 {
  background: url(../images/the-school/bg2.png) no-repeat;
  background-position: center center;
  background-size: cover;
}

.school-1 .main-bg4 {
  padding: 60px 150px;
}

.school-1 .mainbg4-a {
  color: #fff !important;
}
/*The School*/

/*Our Accreditation*/
.school1-a {
  font-size: 16px;
  letter-spacing: 0.01px;
  color: #ffffff;
  margin-bottom: 40px;
}

.accr1-a {
  font-size: 16px;
  letter-spacing: 0.01px;
  color: #000000;
  width: 93%;
  margin-left: 90px;
}

.accr-img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.row-3 {
  background: var(--blue);
  padding: 34px 70px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.accr-1 {
  padding: 60px 0;
  background: url(../images/accreditation/bg1.png) no-repeat;
  background-position: center center;
  background-size: cover;
}

.accr2-a {
  font-size: 36px;
  letter-spacing: -0.8px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  line-height: 50px;
}

.accr2-b {
  font-size: 16px;
  letter-spacing: 0.01px;
  color: #ffffff;
  margin: 0;
  width: 92%;
}

.accr-1 .mission-btn {
  margin: 0 auto;
}
/*Our Accreditation*/

/*Financing Your Education*/
.finan1-a {
  font-size: 40px;
  letter-spacing: -2.4px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 20px;
}

.finan1-b {
  letter-spacing: 0.01px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.finan2-a {
  font-size: 40px;
  letter-spacing: -2.4px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: right;
}

.finan2-b {
  letter-spacing: 0.01px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: right;
}

.finan1-img {
  width: 80%;
}

.finan-3 {
  padding: 80px;
  background: url(../images/financing/bg2.png) no-repeat;
  background-position: center center;
  background-size: cover;
}

.finan4-div {
  padding-top: 80px;
}

.finan1a-img {
  width: 85%;
  margin: 0 auto;
  display: block;
}

.finan1b-img {
  width: 35%;
}

.accr-2:first-of-type {
  border-right: 1px solid #fff;
  margin-right: 15px;
}
/*Financing Your Education*/

/*Programs Page*/
.program-img {
  width: 100%;
}

.program1-a {
  letter-spacing: -2.4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 800;
  text-align: right;
}

.program1-b {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  width: 90%;
  text-align: right;
  float: right;
}

.program1-btn {
  width: 200px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
  color: var(--blue);
  font-size: 16px;
  font-weight: 500;
  float: right;
}

.program1-btn:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s;
}
/*Programs Page*/

/*Request Transcript Page*/

.req-form1 {
  font-size: 13px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  width: 100%;
  height: 55px;
  border: 1px solid rgba(112, 112, 112, 0);
  border-radius: 0px;
  padding-left: 15px;
  margin: 5px 0px 20px;
  padding-right: 15px;
  font-style: normal;
}

.req-form1::placeholder {
  text-transform: uppercase;
}

/*Request Transcript Page*/

/*Student Handbook Page*/
.handbook-div {
  background-color: rgba(255, 255, 255, 0.76);
  text-align: center;
  padding: 25px;
}

.handbook-inner {
  background: #fff;
  padding: 25px;
}

.handbook-img {
  width: 65%;
}

.handbook-h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-top: 15px;
}

.handbook-btn {
  width: 175px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 20px auto 0;
}

.handbook-btn:hover {
  background: transparent;
  color: var(--blue);
  border: 1px solid var(--blue);
  transition: 0.3s;
}
/*Student Handbook Page*/

/*Make Payment Page*/

.mp #msform fieldset {
  background: rgb(207, 212, 234);
  border: 0px none;
  border-radius: 0px;
  box-sizing: border-box;
  width: 100%;
  margin: 0px;
  padding: 20px 30px 30px;
  position: relative;
}

/*Make Payment Page*/

/*Testimonial Page*/
.testimonial-div {
  background: var(--blue);
  padding: 80px;
  position: relative;
}

.single-item1 {
  margin: 0px auto;
  padding-top: 25px;
  width: 90% !important;
  position: relative;
  z-index: 99999;
}

.testimonial-1 {
  background: url("../images/home/bg4.jpg") center center / cover no-repeat;
  padding: 80px 0;
}

.testimonial-div:before {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  border: 1px solid rgb(141, 114, 73);
  width: 100%;
  height: 100%;
  z-index: -1;
}
/*Testimonial Page*/

/*Admission Process Page*/
.school-text-1 {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  line-height: 38px;
  text-align: left;
  margin: 0;
}

.admission-process {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 38px;
}

.admission-process-text {
  font-size: 32px;
  font-weight: 800;
  color: #000;
  line-height: 42px;
  letter-spacing: -1.2px;
  margin-top: 20px;
}

.programs-text-p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.36px;
}

.admission-div {
  height: 368px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 12px 48px #0000000a;
  border-radius: 16px;
  padding: 40px 25px;
  margin: auto;
  margin-top: 50px;
  text-align: center;
}

.admission-div:hover {
  box-shadow: 0px 12px 48px #00000042;
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}

.admission-div i {
  font-size: 40px;
  background: #202020;
  color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.admission-diva {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #333333;
  margin-top: 30px;
  height: 72px;
}

.admission-divb {
  font-size: 14px;
  font-weight: 400;
  color: #33333380;
  line-height: 22px;
}
/*Admission Process Page*/

/*Schedule Tour Page*/
.tour-schedule-h3 {
  font-size: 50px;
  font-weight: 700;
  color: #000;
  line-height: 78px;
  letter-spacing: -1.36px;
}

.tour-schedule-h4 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 30px;
  letter-spacing: -0.56px;
}

.tour-schedule-p {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  width: fit-content;
  padding: 0 50px;
  height: 69px;
  border: 1px solid #061c711a;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 20px;
}

.class-start {
  border-bottom: 3px solid #041c73;
  padding-bottom: 30px;
}

.holidays-div {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 20px;
  justify-content: center;
}

.holidays-div1 {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 20px;
}

.sch-tou {
  text-align: center;
}
/*Schedule Tour Page*/
