@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

/* Common css */
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--120 {
  margin-bottom: -120px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

body {
  margin: 0;
  padding: 0;
}

body.locked {
  overflow: hidden;
}


a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}



@media (max-width: 575px) {

  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}


.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

/* Common css */

.students-benifit-img {
  position: sticky;
  top: 20rem;
}

.students-benifit-img {
  display: flex;
  justify-content: center;
  width: 100%;
}

.students-benifit-img img {
  /* width: 100%; */
  height: 730px;
  object-fit: contain;
}

.students-benifit-txt {
  height: 650px;
  overflow: auto
}

.students-benifit {
  background-color: #ffcc3d;
  padding: 80px 0px;
}

.students-benifit-txt::-webkit-scrollbar {
  display: none;
}

.students-benifit-txt h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  font-family: "Exo", sans-serif;
}

.students-benifit-txt p {
  font-family: "Exo", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
}

.students-benifit-txt-sec {
  margin-bottom: 20px
}

.students-benifit h2.section-heading {
  line-height: 50px;
  text-align: left;
  margin-bottom: 30px;
}

/* banner-section */
.header-top {
  /* background-color: #ddd; */

}

.top-logo {
  max-width: 120px;
  justify-content: center;
  margin: auto;
  padding: 10px 0;
}

.top-logo img {
  max-width: 120px;
}


.banner-right-img img {
  width: 100%;
  height: 800px;
}

.banner-slider .row {
  display: flex;
}


.why-choose-us {
  background-color: #ffe4b9;
  padding: 120px 0;
}

.round_circle_box img {
  height: 100%;
  width: 100%;
}

.round_circle_box {
  margin: 0 30px;
}


.left_right_font {
  margin-bottom: 20px;
}

.why-choose-us .left_right_font p {
  font-family: "Exo", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  color: #77736e;
}

.why-choose-us .left_right_font h3 {
  color: #606062;
  font-size: 20px;
  font-weight: 700;
  font-family: "Exo", sans-serif;
}



.why-choose-us-inner {
  display: flex;
}

.why-choose-us .section-heading {
  color: #ed3237;
}

.banner-sec {
  position: relative;
  overflow: hidden;
}


.banner-sec::before {
  content: '';
  position: absolute;
  background-image: url(../images/slider-1-shape-2.png);
  height: 767px;
  width: 358px;
  background-repeat: no-repeat;
  top: -97px;
  left: -80px;
  animation: movingLeftRight 1s infinite alternate;
  z-index: 99;
}

@-webkit-keyframes movingLeftRight {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-25px);
  }
}

@keyframes movingLeftRight {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-25px);
  }
}

.main-slider-one__shape-two img {
  max-width: 200px;
  height: 587px;
  animation: shapeMove 3s linear 0s infinite;
}

.main-slider-one__shape-two img {
  max-width: 100%;
  height: auto;
  animation: shapeMove 3s linear 0s infinite;
  transition: transform 1200ms ease, opacity 1200ms ease;
}

.main-slider-one__shape-two {
  position: absolute;
  left: -15px;
  top: -107px;
  z-index: -1;
  opacity: 0;

  transform: translateX(-100%);
}

.main-slider-one__shape-two {
  position: absolute;
  /* left: -15px; */
  /* top: -107px; */
  z-index: 99;
  /* opacity: 0; */
  /* transition: transform 1200ms ease, opacity 1200ms ease; */
  /* transform: translateX(-100%); */
}

.about-one__content__author .item {
  height: 100vh;
  position: relative;
}

.banner-sec .item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.banner-sec .item .cover .header-content h1 {
  font-family: "Exo", sans-serif;
  font-size: 42px;
  font-weight: 900;
  color: #111117;
  line-height: 56px;
}

.banner-sec .cover {
  height: 100%;
  display: flex;
  align-items: center;
}

.banner-bg-img {
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  background-image: url(../images/slider-2-1.png);
  padding: 80px 0;
}

.banner-right-img img {
  height: 100%;
  width: 100%;
}

/* .banner-sec .item {
  padding: 80px 0;
} */

.banner-sec .item .cover .header-content h4 {
  font-family: "Exo", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #111117;
}

.banner-sec .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.banner-sec .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.banner-sec .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.banner-sec .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.banner-sec .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.banner-sec .header-content {
  text-align: left;
}

.banner-sec .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

.banner-sec .owl-nav .owl-prev:focus {
  outline: 0;
}

.banner-sec .owl-nav .owl-prev:hover {
  background: #000 !important;
}

.banner-sec .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

header .owl-nav .owl-next:focus {
  outline: 0;
}

header .owl-nav .owl-next:hover {
  background: #000 !important;
}

header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}

header:hover .owl-next {
  right: 0px;
  opacity: 1;
}

/* banner-section */





/* aboutus */
.aboutus-txt {
  position: relative;
  z-index: 2;
}

.aboutus-txt h2 {
  text-align: left !important;
  margin-bottom: 20px !important;
}

.aboutus-img img {
  height: 100%;
  width: 100%;
  max-height: 590px;
}

.aboutus-txt h2 {
  font-family: "Exo", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 45px;
  color: #111117;
  text-transform: capitalize;
}

.about-us {
  position: relative;
  background: #F5F5F5;
  margin-top: 120px;
}

.about-us-main .aboutus-img {
  position: absolute;
  bottom: 0;
}

.about-us .row {
  align-items: center;
}

.aboutus-txt h3 {
  font-family: "Exo", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #111117;
  margin: 20px 0;
  text-transform: capitalize;
}

.aboutus-txt p {
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  color: #111117;
}

.why-become {
  background-color: #fff;
}

.why-become ul {
  padding: 0;
}

.why-become ul li {
  font-family: "Exo", sans-serif;
  font-size: 17px;
  margin-bottom: 15px;
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
}

.why-become ul li::before {
  content: '';
  position: absolute;
  background: #ed3237;
  height: 14px;
  width: 4px;
  left: 0;
  top: 5px;
}

.why-become.about-us .section-heading {
  line-height: 52px;
}

/* about us */

/* term codition */
.terms-service h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  font-family: "Exo", sans-serif;
}

.terms-service p {
  font-family: "Exo", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
}

.terms-service {
  padding: 100px 0;
  position: relative;
  background-color: #abd0e0;
}

.terms-service ul {
  padding: 0;
}

.terms-service ul li {
  font-family: "Exo", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #111117;
  list-style-type: none;
  position: relative;
  padding-left: 60px;
  align-items: center;
  display: flex;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;


}

.terms-service li::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 15px;
  background-image: url(../images/bg-right-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.round-img {
  position: absolute;
  left: 0;
  top: -200px;
}

.round-img img {
  animation: topbottom 2s ease-in-out infinite;
}

@keyframes topbottom {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}


.partnership-sec {
  padding: 120px 0;

}

.about-us .section-heading {
  color: #ed3237;
}

.section-heading span {
  color: #606062;
}

h2.section-heading {
  font-family: "Exo", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 70px;
  color: #ed3237;
  text-align: center;
  margin-bottom: 50px;
}


.services-section {
  position: relative;
  padding: 400px 0px 120px;
  overflow: hidden;
  z-index: 1;
}

.services-section.margin-top {
  margin-top: -340px;
  z-index: 0;
}

.services-section:before {
  position: absolute;
  content: '';
  left: -200px;
  top: 0px;
  right: -100px;
  height: 600px;
  background: #FFFFFF;
  transform: rotate(-8deg);
  background: -webkit-linear-gradient(to bottom, #FFFFFF 0%, #edefff 100%);
  background: -moz-linear-gradient(to bottom, #FFFFFF 0%, #edefff 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #edefff 100%);
}

.service-block {
  margin: 0 10px;
  height: 230px;
  min-height: 230px;
}

.services-section .service-block:nth-child(1) {
  transform: translateY(120px);
}

.services-section .service-block:nth-child(2) {
  transform: translateY(80px);
}

.services-section .service-block:nth-child(3) {
  transform: translateY(40px);
}

.services-section.style-two::before {
  display: none;
}

.services-section.style-two {
  padding-top: 100px;
  padding-bottom: 0px;
}

.services-section.style-two .service-block:nth-child(1),
.services-section.style-two .service-block:nth-child(2),
.services-section.style-two .service-block:nth-child(3) {
  transform: translateY(0px);
}

.service-block {
  position: relative;
  /* margin-bottom: 30px; */
}

.service-block .inner-box {
  position: relative;
  text-align: center;
  border-radius: 8px;
  padding: 70px 20px 60px;
  background-color: #ffffff;
  /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10); */
}

.service-block .inner-box .color-layer {
  /*! position:absolute; */
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 8px;
}

.service-block .inner-box .color-layer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  opacity: 0;
  background: #ed3237;
  transform: rotateY(90deg);
  border-radius: 8px 0px 0px 8px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background: -webkit-linear-gradient(to bottom, #f05a5f 0%, #ed3237 100%);
  background: -moz-linear-gradient(to bottom, #f05a5f 0%, #df5559 100%);
  background: linear-gradient(to bottom, #f05a5f 0%, #ed3237 100%);
}

.service-block .inner-box .color-layer:after {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  opacity: 0;
  background: #ed3237;

  transform: rotateY(90deg);
  border-radius: 0px 8px 8px 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background: -webkit-linear-gradient(to bottom, #f05a5f 0%, #ed3237 100%);
  background: -moz-linear-gradient(to bottom, #f05a5f 0%, #df5559 100%);
  background: linear-gradient(to bottom, #f05a5f 0%, #ed3237 100%);
}

.service-block .inner-box:hover .color-layer:before,
.service-block .inner-box:hover .color-layer:after {
  opacity: 1;
  transform: rotateY(0deg);
}

.service-block .inner-box .icon-box {
  position: relative;
  /*! color:#242e6c; */
  font-size: 60px;
  line-height: 1em;
  margin-bottom: 20px;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}


.service-block .inner-box h5 {
  position: relative;
  line-height: 1.3em;
  font-weight: 600;
  display: flex;
  justify-content: center;
}

.service-block .inner-box h5 a {
  font-size: 20px;
  line-height: 25px;
  font-family: "Exo", sans-serif;
  position: relative;
  color: #222222;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  font-weight: 700;
}

.service-block .inner-box:hover h5 a,
.service-block .inner-box:hover .text,
.service-block .inner-box:hover .icon-box {
  color: #ffffff;
}


.service-block .inner-box .text {
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: "Exo", sans-serif;
  position: relative;
  color: #222222;
  font-size: 15px;
  line-height: 1.7em;
  margin-top: 15px;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  text-align: center;
}

.service-block .inner-box .arrow-icon {
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  border: 3px solid #ffffff;
  background: #FE8B57;
  margin-left: -25px;
  opacity: 0;
  transform: translateY(-25px);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.10);
  background: #212121;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-block .inner-box:hover .arrow-icon {
  transform: translateY(0px);
  opacity: 1;
}

.service-block.style-two .inner-box .color-layer:before {
  background-color: #ed3237;
  background: -webkit-linear-gradient(to bottom, #f05a5f 0%, #ed3237 100%);
  background: -moz-linear-gradient(to bottom, #f05a5f 0%, #df5559 100%);
  background: linear-gradient(to bottom, #f05a5f 0%, #ed3237 100%);
}

.service-block.style-two .inner-box .color-layer:after {
  background-color: #ed3237;
  background: -webkit-linear-gradient(to bottom, #f05a5f 0%, #ed3237 100%);
  background: -moz-linear-gradient(to bottom, #f05a5f 0%, #df5559 100%);
  background: linear-gradient(to bottom, #f05a5f 0%, #ed3237 100%);
}

.service-block.style-two .inner-box .arrow-icon {
  background-color: #212121;

}

.service-block .inner-box {
  padding: 20px;
  border: 2px solid #606062;
  border-radius: 11px;
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.service-block:hover .inner-box {
  border: unset !important;
}

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

.icon-box img {
  margin: auto;
}

.icon-box-icon {
  height: 64px;
  width: 64px;
}

.service-block:hover .icon-box-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3797%) hue-rotate(206deg) brightness(97%) contrast(117%);
}

.arrow-icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3797%) hue-rotate(206deg) brightness(97%) contrast(117%);
  height: 18px;
  width: 18px;
}

/* cta section */
.cta-section::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-image: url(../images/cta-bg.jpg);
  z-index: -1;
  opacity: 0.5;
  background-size: 100% 100%;
  background-color: #F5F5F5;
}


.cta-section {
  position: relative;
  padding: 80px 0;
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  z-index: 1;
}

.cta-section-content {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.cta-section-heading p {
  font-family: "Exo", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  color: #111117;
  text-transform: capitalize;
}

.cta-section-heading p {
  margin: 0;
}

.book-course-button button {
  width: 100%;
}

.book-course-btn a,
.book-course-button button {
  background: #ed3237;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.07);
  border-radius: 140px;
  padding: 6px 50px;
  line-height: 44px;
  border: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Exo", sans-serif;
  min-width: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  transition: all 0.4s;
}

.book-course-btn a:hover,
.book-course-button button:hover {
  background-color: #111117;
  color: #fff;
}

/* logo slider */
.logo-box-sec {
  padding: 120px 0;
}

.logo-slider-box-img {
  margin: auto;
  justify-content: center;
  display: flex;
}

.logo-slider-box {
  /* max-width: 175px; */
  background: #f5f5f5;
  padding: 12px;
  border-radius: 10px;
  margin: 0px 12px;
  min-height: 170px;
}

.logo-slider-box-img img {
  width: 100px;
}

.logo-slider-box-txt h3 {
  font-size: 15px;
  text-align: center;
  font-family: "Exo", sans-serif;
  color: #000;
  font-weight: 600;
}

/* logo -slider */

/* footer */


.footer-widget__info li a:hover,
.footer-widget__links li a:hover {
  background-size: 100% 1px;
}

.main-footer__social-list li a:hover {
  background-color: #ed3237;
  color: #fff;
}

.footer-widget__info li::before,
.footer-widget__info .food-one--two .food-one__quality-list li::before,
.food-one--two .food-one__quality-list .footer-widget__info li::before,
.footer-widget__links li::before,
.footer-widget__links .food-one--two .food-one__quality-list li::before,
.food-one--two .food-one__quality-list .footer-widget__links li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(../images/footer-right-arrow.svg);
  top: 8px;
  left: 0;

}

.main-footer__social-list {
  display: flex;
  align-items: center;
  padding-left: 14px;
  margin-bottom: 0;
  gap: 0 10px;
  list-style: none;
}



.main-footer__social-list li a,
.main-footer__social-list .food-one--two .food-one__quality-list li a,
.food-one--two .food-one__quality-list .main-footer__social-list li a {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  color: #433838;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

.main-footer__social-row {
  display: flex;
  align-items: center;
}

.main-footer__social-row-text {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

.main-footer {
  padding: 15px 0;
}

.footer-widget__logo img {
  max-width: 120px;
}

.footer-widget {
  display: flex;
  justify-content: space-between;
}



.footer-widget__experience-text {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  margin: 20px 0;
  padding-right: 30px;
}


.background-black-2 {
  background-color: #212121;
}

.business-tour-slider-sec {
  padding: 100px 0;
  background-color: #d9d5d5;
}

/* form */
.book-from {
  padding: 50px 0;
}

.book-from .form-group label {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px;
  font-family: "Exo", sans-serif;
}

.book-from .form-group .form-control,
.book-from .select2-container .select2-selection--single {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  color: #111117 !important;
  height: 50px;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.book-from input::placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #111117 !important;
  font-family: "Exo", sans-serif;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: auto;
  right: 7px;
  width: 20px;
}

.select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
}

.book-from .form-group label em {
  color: #ff0000;
  font-style: normal;
}

.form-card {
  border: 2px solid #ededed;
  border-radius: 10px;
  padding: 20px;
  max-width: 700px;
  margin: auto;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.10);
}

.book-from .form-group {
  margin: 0 0 18px;
  position: relative;
}

.field-icon input:focus {
  border: 1px solid #ed3237 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ed3237;
  color: white;
}

.select2-search__field:focus-visible {
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  align-items: center;
  display: flex;
  font-size: 26px;
  margin-right: 15px;
  padding: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {

  border-color: #ed3237 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 5px 0 5px;
}

.select2.select2-container.select2-container--default:focus-visible {
  outline: none !important;
  border: 1px solid #ed3237 !important;
}

.breadcrumb-list ul {
  list-style: none;
  margin: 0;
  color: #000;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
}

.breadcrumb-list ul li {
  padding-right: 20px;
  margin-right: 14px;
  position: relative;
}

.banner-section h2.section-heading {
  margin-bottom: 10px !important;
  color: #fff;
}

.banner-section {
  padding: 80px 0;
  position: relative;
  background-color: #ed3237;
  z-index: 999;
}

.banner-section::before {
  content: '';
  position: absolute;
  background-image: url(../images/funfact-bg-3-1.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  top: 0;
  background-size: 100% 100%;
  z-index: -1;
}

.breadcrumb-list ul li a,
.breadcrumb-list ul li {
  font-family: "Exo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  margin: 20px 0;
  text-transform: capitalize;
}

.breadcrumb-list ul li {
  color: #fff;
}

.breadcrumb-list ul .breadcrumb-arrow:after {
  opacity: 0.7;
  content: "";
  display: inline-block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(315deg);
  width: 7px;
  height: 7px;
  margin: 0 0 0 8px;
  transition: all 0.4s;
}

.breadcrumb-arrow a:hover {
  color: #111117;
}

.business-tour-slider-sec .slick-arrow,
.logo-box-sec .slick-arrow {
  display: none !important;
}

.slick-dots {
  display: none;
}

.partnership-sec .slick-prev,
.partnership-sec .slick-next {
  background: linear-gradient(to bottom, #f05a5f 0%, #ed3237 100%);
  padding: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partnership-sec .slick-next {
  right: -60px;
}

.partnership-sec .slick-prev {
  left: -60px;
}

.partnership-sec .slick-prev:before,
.partnership-sec .slick-next:before {
  opacity: 1;
}

.business-tour-slider-sec img {
  width: 100%;
}

.partnership-sec br {
  display: none !important;
}

@media (max-width: 1700px) {
  .banner-sec::before {
    left: -120px;
    background-size: 322px;

  }

  .banner-sec .item .cover .header-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 1499px) {
  .banner-sec::before {
    left: -120px;
    background-size: 265px;
  }

  .banner-sec .item .cover .header-content h1 {
    font-size: 38px;
    line-height: 50px;
  }

  .banner-sec .item .cover .header-content h4 {
    font-size: 23px;
  }

  h2.section-heading {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .banner-sec .item {
    padding: 0px 0;
  }

  .service-block .inner-box h5 a {
    font-size: 18px;
  }

  .cta-section-heading p {
    font-size: 36px;
  }

  .partnership-sec {
    padding: 100px 0;
  }

  .terms-service,
  .business-tour-slider-sec {

    padding: 80px 0;
  }

  .why-choose-us {
    padding: 100px 0;
  }

  .about-us {
    margin-top: 100px;
  }

  .logo-box-sec {
    padding: 100px 0;
  }

}

@media (max-width: 1400px) {

  .banner-sec::before {
    content: unset;
  }
}

@media (max-width: 1366px) {
  .partnership-sec .slick-prev {
    left: 20px;

  }

  .partnership-sec .slick-next,
  .partnership-sec .slick-prev {
    top: -46px;
  }

  .partnership-sec .slick-next {
    right: 20px;
  }

  .partnership-sec .slick-prev,
  .partnership-sec .slick-next {
    padding: 22px;
  }
}

@media (max-width: 1199px) {
  .about-us {
    margin-top: 80px;
  }

  .logo-box-sec {
    padding: 80px 0;
  }

  .partnership-sec {
    padding: 80px 0;
  }

  .cta-section-heading p {
    font-size: 30px;
  }

  .terms-service h3,
  .students-benifit-txt h3 {
    font-size: 18px;
  }

  .terms-service p,
  .students-benifit-txt p {
    font-size: 16px;
  }

  .why-choose-us {
    padding: 80px 0;
  }

  h2.section-heading {
    font-size: 32px;
  }

  .why-become.about-us .section-heading {
    line-height: 40px;
  }
}



@media (max-width: 991px) {
  .students-benifit h2.section-heading {
    margin-bottom: 10px;
  }

  .students-benifit-img img {
    height: 490px;
  }

  .banner-sec .item .cover .header-content h1 {
    font-size: 32px;
    line-height: 50px;
    text-align: center;
  }

  .banner-sec .item .cover .header-content h4 {
    font-size: 20px;
    text-align: center;
  }

  .banner-bg-img {
    padding: 55px 0;
  }

  .aboutus-txt {
    margin-top: 20px;
  }

  .about-us-main .aboutus-img {
    position: unset;
  }

  .aboutus-img img {
    max-height: 600px;
  }

  .service-block .inner-box .icon-box {
    margin-bottom: 10px;
  }

  .service-block {
    height: 210px;
    min-height: 210px;
  }

  .about-us {
    margin-top: 60px;
  }

  .partnership-sec {
    padding: 60px 0;
  }

  .why-choose-us-inner {
    display: unset;
  }

  .round_circle_box img {
    max-height: 500px;
    object-fit: contain;
  }

  .why-choose-us .left_right_font h3 {
    font-size: 18px;
  }

  .why-choose-us .left_right_font p {
    font-size: 16px;
  }

  h2.section-heading {
    font-size: 28px;
    line-height: 42px;
  }

  .why-become ul li {
    font-size: 16px;
  }

  .cta-section {
    padding: 60px 0;
  }

  .why-choose-us {
    padding: 60px 0;
  }

  .terms-service,
  .business-tour-slider-sec {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .students-benifit-img img {
    height: 350px;
  }

  .banner-sec .item .cover .header-content h1 {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }

  .banner-sec .item img {
    height: 370px;
  }

  .cta-section-content {
    display: unset;
    text-align: center;
  }

  .cta-section {
    padding: 45px 0;
  }

  .aboutus-img img {
    max-height: 470px;
    object-fit: contain;
  }

  .round_circle_box img {
    width: unset;
  }

  .round_circle_box {
    margin: 0;
    display: flex;
    justify-content: center;
  }

  h2.section-heading {
    font-size: 24px;
    line-height: 38px;
  }

  .aboutus-txt h2 {
    margin-bottom: 10px !important;
  }

  .book-course-btn a,
  .book-course-button button {
    font-size: 18px;
    line-height: 36px;
  }

  .logo-box-sec {
    padding: 60px 0;
  }

  .students-benifit {
    padding: 60px 0px;
  }
}

@media (max-width: 575px) {
  .partnership-sec br {
    display: block !important;
  }

  .banner-sec .item .cover .header-content h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .banner-sec .item .cover .header-content h4 {
    font-size: 18px;
  }

  .banner-bg-img {
    padding: 25px 0;
  }

  .about-us {
    margin-top: 40px;
  }

  .why-become.about-us .section-heading {
    line-height: 36px;
  }

  .aboutus-txt h3 {
    font-size: 20px;
  }

  .aboutus-img img {
    max-height: 360px;
  }

  .partnership-sec {
    padding: 40px 0;
  }

  .cta-section-heading p {
    font-size: 26px;
  }

  .why-choose-us {
    padding: 40px 0;
  }

  .cta-section {
    padding: 35px 0;
  }

  .terms-service,
  .business-tour-slider-sec {
    padding: 40px 0;
  }

  .logo-box-sec {
    padding: 40px 0;
  }

  .students-benifit {
    padding: 40px 0px;
  }
}