.banner-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.banner-area.bg-1 {
  background-image: url(../images/mainimage.jpg);
}

.banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  opacity: 0.9;
  z-index: -1;
}

.banner-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 100%;
  background-color: var(--optional-color);
  background-image: url(../images/bannerbg.jpg);
  z-index: -1;
}

.banner-content {
  margin: auto;
}

.banner-content h1 {
  font-size: 30px;
  font-weight: 700;
  display: block;
  color: var(--main-color);
  margin-bottom: 10px;
}

.banner-content h2 {
  font-size: 35px;
  margin-bottom: 25px;
  color: var(--heading-color);
  -webkit-animation: 0.6s fadeInUpBig;
  animation: 0.6s fadeInUpBig;
  line-height: 1.3;
}

.banner-content p {
  margin-bottom: 30px;
  max-width: 750px;
  font-size: 18px;
  -webkit-animation: 0.9s fadeInUpBig;
  animation: 0.9s fadeInUpBig;
  color: var(--heading-color);
}

.banner-content .banner-btn {
  -webkit-animation: 1s fadeInUpBig;
  animation: 1s fadeInUpBig;
  margin-top: 40px;
}

.banner-content .courses-link {
  margin-top: 100px;
  -webkit-animation: 1s fadeInUpBig;
  animation: 1s fadeInUpBig;
}

.banner-content .courses-link a {
  font-size: 18px;
  color: var(--heading-color);
}

.banner-content .courses-link a i {
  position: relative;
  top: 4px;
  margin-left: 8px;
}

.banner-content .courses-link a:hover {
  color: var(--main-color);
}

.banner-content .courses-link .study-online {
  margin-left: 100px;
}

.banner-img {
  -webkit-animation: 1s fadeInUpBig;
  animation: 1s fadeInUpBig;
}

/* about */
.about-area {
  position: relative;
  z-index: 1;
}

.about-img {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
  z-index: 1;
}

.about-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 100%;
  border: 20px solid var(--optional-color);
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.about-img:hover::before {
  border-color: var(--main-color);
}

.about-content h1 {
  font-size: 30px;
  font-weight: 700;
  display: block;
  color: var(--main-color);
  margin-bottom: 10px;
}

.about-content h2 {
  font-size: 45px;
  margin-bottom: 20px;
}

.about-content p {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: justify;
}

.about-area {
  position: relative;
}
.imageblock {
  position: relative;
  margin-top: -70px;
  text-align: center;
}
.dotshape {
  position: absolute;
  top: -40px px;
  right: 20px;
}
.aboutimage {
  display: inline-block;
  position: relative;
}
.aboutimage img {
  position: relative;
}
.aboutimage::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--optional-color);
  border-radius: 30px;
  transform: rotate(12deg);
}
/* services */
.services {
  background-image: url(../images/service.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}
.services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--optional-color);
  opacity: 0.9;
  z-index: -1;
}

.services::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background-color: var(--white-color);
  z-index: -1;
}
.services h1 {
  font-size: 30px;
  font-weight: 700;
  display: block;
  color: var(--white-color);
  margin-bottom: 50px;
}

.services i {
  font-size: 35px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: var(--optional-color);
  border-radius: 50%;
  text-align: center;
  color: var(--white-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
/* message from dean */

.messagecontent {
  background-color: var(--optional-color);
  padding: 49px;
  padding-left: 26px;
  position: relative;
}

.messagecontent::before {
  content: "";
  position: absolute;
  top: 0;
  left: -300px;
  width: 400px;
  height: 100%;
  background-color: var(--optional-color);
  z-index: -1;
}
.messagecontent h1 {
  font-size: 30px;
  font-weight: 700;
  display: block;
  color: var(--white-color);
  margin-bottom: 10px;
}

.messagecontent span {
  color: var(--white-color);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.messagecontent h2 {
  font-size: 40px;
  color: var(--white-color);
  margin-bottom: 20px;
}

.messagecontent p {
  color: var(--white-color);
  margin-bottom: 22px;
}

.messagecontent .read-more {
  color: var(--white-color);
}

/* why choose us */
.whychooseus {
  background-color: #f9f5f1;
}
.whychooseus h1 {
  font-size: 30px;
  font-weight: 700;
  display: block;
  color: var(--black-color);
  margin-bottom: 10px;
}
.chooseuslist {
  display: flex;
  align-items: start;
  margin-top: 60px;
}
.chooseuslist h4 {
  padding: 20px;
  text-align: center;
  font-size: 35px;
  color: var(--white-color);
  background-color: var(--optional-color);
  margin-right: 20px;
}
.chooseuslist h2 {
  font-size: 25px;
}
.chooseuslist p {
  font-size: 18px;
  margin-top: 20px;
}
/* gallery */
.gallery img {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  border-radius: 15px;
}
.gallery h1 {
  font-size: 30px;
  font-weight: 700;
  display: block;
  margin-bottom: 50px;
}
/* testimonial */
.campus-experience-area {
  background-image: url(../images/bottom.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.logistics-solutions-img {
  text-align: center;
}

.campus-experience-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.campus-experience-slider.owl-theme .owl-nav .owl-prev,
.campus-experience-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
  margin: 0 5px;
  opacity: 0;
}

.campus-experience-slider.owl-theme .owl-nav .owl-prev i,
.campus-experience-slider.owl-theme .owl-nav .owl-next i {
  font-size: 20px;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.campus-experience-slider.owl-theme .owl-nav .owl-prev:hover i,
.campus-experience-slider.owl-theme .owl-nav .owl-next:hover i {
  background-color: var(--main-color);
  color: var(--white-color);
}

.campus-experience-slider.owl-theme .owl-nav .owl-next {
  right: -5px;
  left: auto;
}

.campus-experience-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}

.campus-experience-slider:hover.owl-theme .owl-nav .owl-prev,
.campus-experience-slider:hover.owl-theme .owl-nav .owl-next {
  opacity: 1;
}

.single-campus-experience {
  background-color: var(--white-color);
  padding: 50px;
}

.single-campus-experience span {
  color: var(--main-color);
  margin-bottom: 10px;
  display: block;
}

.single-campus-experience h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.single-campus-experience .default-btn {
  margin-top: 16px;
}

.single-campus-experience .read-more {
  margin-top: 25px;
  display: block;
}

.campus-experience-bg {
  background-image: url(../images/campus-experience-bg-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.campus-experience-bg .campus-experience-slider {
  max-width: 620px;
  margin-left: auto;
  margin-right: 50px;
}

.campus-experience-area-style .campus-experience-bg {
  position: relative;
}

.campus-experience-area-style .campus-experience-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background-color: var(--optional-color);
  display: none;
}

.campus-experience-area-style .campus-experience-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
  height: 50px;
  background-color: var(--white-color);
  display: none;
}
/* videobtn about */
.vdo {
  position: relative;
}

.video-box {
  text-align: center;
}
.videobtn {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
}
.vdosec {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}

.services2 {
  margin-top: 265px;
  padding-top: 280px;
  padding-bottom: 70px;
}

/* services */
.servicedetails img {
  margin-bottom: 20px;
  border-radius: 15px;
}

/* contact us */
.formcard {
  background: #fff;
  padding: 40px 55px 10px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.formcard .form-group {
  margin-top: 20px;
}

.formcard .form-group:last-child {
  margin-bottom: 20px;
}
.formcard .form-control {
  color: #666;
  padding: 0.75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-radius: 2px;
  background: #fafafa;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s linear;
  border: 1px solid #dddddd;
}
.formcard input[type="submit"] {
  margin-top: 20px;
  background: #032644;
  border-radius: 9px;
  margin-bottom: 20px;
}

.contactinfo {
  background-color: var(--optional-color);
  padding: 20px;
  border-radius: 20px;
}

.contactinfo h1 {
  font-size: 25px;
  color: white;
  margin-bottom: 20px;
}

.info {
  color: white;
  margin-bottom: 20px;
  display: flex;
  align-self: start;
}
.info i {
  font-size: 20px;
  background: #1a3b56;
  padding: 15px;
  border-radius: 9px;
  display: flex;
  align-items: center;
}
.info h3 {
  color: white;
  font-size: 18px;
}
.info div {
  margin-left: 12px;
}
.contactimg img {
  border-radius: 20px;
  margin-top: 10px;
  height: 240px;
  width: 100%;
}
