:root {
  --color-black: #000000;
  --color-yellow: #77682D;
  ;
  --color-brown: #77682D;
  --color-blue: #037BA1;
  --color-white: #ffffff;
  --color-grey: #ececec;
  --color-pureGrey: #808080;
  --color-YenGrey: #5C5C5C;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-font-main: 'Exo', sans-serif;
}

::-moz-selection {
  /* Code for Firefox */
  color: var(--color-white);
  background: var(--color-yellow);
}

::selection {
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.3);
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

i {
  font-style: normal;
}

/* .site-container{background:var(--color-white);box-shadow:0 2px 5px 0 rgba(0,0,0,.12);margin:0 auto;max-width:1600px;word-wrap:break-word; position: relative;}
.site-container::after{clear:both;content:" ";display:block} */
input:focus,
textarea:focus,
select:focus,
:focus {
  outline: none;
}

p {
  line-height: 24px;
  text-align: justify;
}

a,
.home-subscribe-form-box .contact-btn,
.contact-form-bg .submit-btn,
.service-common-box-image a,
.home-video-box a:before,
.home-video-box a:after {
  outline: 0 !important;
  text-decoration: none;
  color: var(--color-black);
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

a:hover {
  text-decoration: none;
  color: var(--color-green);
}

.pad0 {
  padding: 0;
}

strong {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 8em;
  right: 15px;
  text-decoration: none;
  color: rgba(46, 45, 45, 0.5);
  border-radius: 100px;
  background: rgba(244, 244, 244, 0.5);
  font-size: 22px;
  padding: 8px 10px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
}

.back-to-top:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(46, 45, 45, 1);
  text-decoration: none !important;
}

.linkBlack {
  color: var(--color-black);
  font-weight: 600;
}

.linkBlack:hover {
  color: var(--color-blue);
}

.linkBlue {
  color: var(--color-blue);
  font-weight: 600;
  text-decoration: underline;
}

.linkBlue:hover {
  color: var(--color-black);
}

.linkgreen {
  color: var(--color-blue);
  font-weight: 600;
  text-decoration: underline;
}

.linkgreen:hover {
  color: var(--color-black);
}

.linkWhite {
  color: var(--color-white);
  font-weight: 600;
  text-decoration: underline;
}

.linkWhite:hover {
  color: var(--color-black);
}

.colorGreen {
  color: var(--color-green);
}

.colorBlue {
  color: var(--color-blue);
}

#menu-toggle {
  z-index: 1;
  position: absolute;
  bottom: 32%;
  right: 0;
}

.coming-soon {
  position: relative;
  font-size: 18px;
  z-index: 0;
  width: 100%;
}

.coming-soon::before {
  content: "coming soon . . .";
  left: 0px;
  position: absolute;
  top: 0px;
  font-size: 55px;
  font-weight: 900;
  color: #f0f0f0;
  z-index: -1;
}

.carousel-item {
  transition: transform 1s ease-in-out;
}

#myCarousel.carousel-fade .active.carousel-item-start,
#myCarousel.carousel-fade .active.carousel-item-end,
#myCarouselMobile.carousel-fade .active.carousel-item-start,
#myCarouselMobile.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0.9s;
}

#announcementCarousel.carousel-fade .active.carousel-item-start,
#announcementCarousel.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0s;
}

/* Carousel Animation delays */
.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

.slider .carousel-inner {
  overflow: unset;
}

.slider {
  padding: 0;
  position: relative;
  width: 98%;
  z-index: 0;
  top: 55px;
  margin: 0 auto;
  display: block;
}

.slider img {
  border-radius: 20px;
}

#carousel-sub .carousel-item:before {
  display: none;
}

.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide6 {
  z-index: 1 !important;
}

.slide1 a:hover,
.slide2 a:hover,
.slide3 a:hover,
.slide4 a:hover,
.slide5 a:hover,
.slide6 a:hover {
  color: var(--color-white);
}

.slide1 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: var(--color-white);
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide1 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide1 h4 span {
  display: block;
  font-size: 14px;
}

.slide2 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: #000;
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide2 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide2 h4 span {
  display: block;
  font-size: 14px;
}

.slide1 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slide2 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slider .carousel-control-prev {
  top: unset;
  bottom: 45px;
  left: 150px;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  width: auto;
}

/* .slider .carousel-control-prev .carousel-control-prev-icon i{width: 45px; height: 45px;} */
.slider .carousel-control-next {
  top: unset;
  bottom: 45px;
  left: 205px;
  right: unset;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  width: auto;
}

/* .slider .carousel-control-next .carousel-control-next-icon i{width: 45px; height: 45px;} */
.carousel-indicators {
  right: 0;
  left: unset;
  bottom: 60px;
}

.carousel-indicators [data-bs-target] {
  color: var(--color-white) !important;
  background-color: transparent;
  text-indent: 0;
  font-size: 22px;
  font-weight: 700;
  width: auto;
  height: auto;
  margin: 0 6px;
}

.carousel-indicators .active {
  font-size: 26px;
}

.index-1-img {
  height: 512px;
  width: 512px;
  object-fit: cover;
}

.index-2-img {
  height: 270px;
  width: 266px;
  object-fit: cover;
}

.index-3-img {
  width: 1710px;
  object-fit: cover;
}


.about-img {
  height: 320px;
  width: 502px;
  border-radius: 20px;
  object-fit: cover;
}

.program-img {
  height: 235px;
  width: 502px;
  border-radius: 20px;
  object-fit: cover;
}

.resize {
  height: 247px;
  width: 336px;
  object-fit: cover;
  border-radius: 20px;
}

/* @media all and (max-width : 768px) {  */
@media(min-width:320px) and (max-width:1080px) {

  .slide1 .carousel-caption,
  .slide2 .carousel-caption,
  .slide3 .carousel-caption,
  .slide4 .carousel-caption,
  .slide5 .carousel-caption,
  .slide6 .carousel-caption {
    width: 100% !important;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    display: none;
  }

  .slide1 h3,
  .slide2 h3,
  .slide3 h3,
  .slide4 h3,
  .slide5 h3,
  .slide6 h3 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .slide1 h4,
  .slide2 h4,
  .slide3 h4,
  .slide4 h4,
  .slide5 h4,
  .slide6 h4 {
    font-size: 16px;
    margin-top: 5px;
  }
}

.btn-one,
.btn-one-full,
.btn-two,
.btn-two-full,
.btn-three,
.btn-three-full {
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-top: 20px;
  padding: 8px 40px 8px 40px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 24px;
}

.btn-one {
  border: 2px solid var(--color-yellow);
  color: var(--color-yellow) !important;
}

.btn-one:hover {
  background: var(--color-yellow);
  color: var(--color-black) !important;
}

.btn-one-full {
  border: 2px solid var(--color-yellow);
  color: var(--color-black) !important;
  background: var(--color-yellow);
}

.btn-one-full:hover {
  border: 2px solid var(--color-yellow);
  background: none;
  color: var(--color-yellow) !important;
}

.btn-two {
  border: 2px solid var(--color-blue);
  color: var(--color-blue) !important;
}

.btn-two:hover {
  background: var(--color-blue);
  color: var(--color-white) !important;
}

.btn-two-full {
  border: 2px solid var(--color-blue);
  background: var(--color-blue);
  color: var(--color-white) !important;
}

.btn-two-full:hover {
  border: 2px solid var(--color-blue);
  color: var(--color-blue) !important;
  background: none;
}

.btn-three {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
}

.btn-three:hover {
  background: var(--color-white);
  color: var(--color-black) !important;
}

.btn-three-full {
  border: 2px solid var(--color-white);
  background: var(--color-white);
  color: var(--color-black) !important;
}

.btn-three-full:hover {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
  background: none;
}

/* Divider Line */
hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.7), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.7), transparent);
  border: 0;
  height: 1px;
  margin: 15px 0 15px 0;
  background-color: transparent;
}

hr.short {
  margin: 11px 0 11px 0;
}

hr.tall {
  margin: 44px 0 44px 0;
}

hr.taller {
  margin: 66px 0 66px 0;
}

hr.light {
  background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

hr.invisible {
  background: none;
}

/* Divider Line */

.text-casenone {
  text-transform: none !important;
}

ul.list {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  list-style: none;
  text-align: left;
}

ul.list li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
}

ul.list li a {
  color: var(--color-black);
}

ul.list li a:hover {
  color: var(--color-green);
}

ul.list li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 5px;
  font-size: 10px;
  font-weight: 900;
  color: var(--color-black);
}

ul.list li.head {
  font-weight: 700;
  padding-left: 0;
}

ul.list li.head::before {
  display: none;
}

ol.ol-list {
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
}

ol.ol-list li {
  position: relative;
  text-align: justify;
  padding-bottom: 10px;
}

ol.ol-list li a {
  color: var(--color-black);
}

ol.ol-list li a:hover {
  color: var(--color-blue);
}

.head-main {
  font-size: 42px;
  border-bottom: dashed 2px var(--color-black);
  display: block;
  width: 100%;
  padding: 0 50px 5px 0;
  margin-bottom: 20px;
}

.head-one {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: var(--color-yellow);
  color: var(--color-black);
  width: 100%;
}

.head-two {
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-black);
  color: #2D7761;
  width: 100%;
}

.head-three {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: #2D7761;
  ;
  color: var(--color-white);
  width: 100%;
}

.head-four {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-blue);
  color: var(--color-blue);
  width: 100%;
}

.head-five {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-six {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-pureGrey);
  color: var(--color-pureGrey);
  width: 100%;
}

.background-white {
  padding: 30px;
  background: var(--color-white);
  margin-bottom: 30px;
}

.bg-color-one {
  background: var(--color-grey);
  padding: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.20) !important;
}

.bg-color-two {
  background: var(--color-white);
  padding: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.20) !important;
}

.bg-color-two h2 {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  color: #2D7761;
  width: 100%;
}

.bg-color-two h3 {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px var(--color-blue);
  color: var(--color-blue);
  width: 100%;
}

.link {
  color: var(--color-blue);
  font-weight: 600;
}

.link:hover {
  color: var(--color-black);
}

.img-radius-15 {
  border-radius: 15px;
}

.home-first-section {
  padding: 170px 10px 80px;
  position: relative;
}

.home-first-section::before {
  content: '';
  position: absolute;
  background: #EBE6D0;
  width: 100%;
  height: 500px;
  top: 0;
  z-index: -1;
  left: 0;
}

.home-first-section .annoncmentbox {
  padding-top: 60px;
}

.headMian {
  color: #2D7761;
  font-weight: 500;
  font-size: 40px;
  text-transform: uppercase;
}

.headMian span {
  display: block;
}

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

.paddsfifty {
  padding: 0 50px;
}

.enqurebtnone {
  font-size: 15px;
  background: #77682D;
  border-radius: 50px;
  color: white !important;
  padding: 10px 25px !important;
}

.enqurebtnone:hover {
  background: var(--color-white);
  border: 1px solid var(--color-yellow);
  color: var(--color-yellow) !important;
  padding: 10px 25px !important;
}

.headOne {
  color: #77682D;
  padding-bottom: 15px;
  position: relative;
}

.headOne::after {
  content: '';
  position: absolute;
  border: 0.5px solid #000000;
  width: 68%;
  right: 0;
  top: 27px;
}

.headSmall {
  color: #77682D;
  font-size: 23px;
  font-weight: 400;
  padding: 10px 0;
}


.home-secound-section {
  padding: 40px 10px 250px;
  position: relative;
}

.home-secound-section::before {
  content: '';
  position: absolute;
  background: #F2F2F2;
  width: 94%;
  height: 400px;
  top: 0;
  z-index: -1;
  left: 3%;
  border-radius: 20px;
}

.home-secound-section::after {
  content: '';
  position: absolute;
  background-image: url(../img/meets/bgk.png);
  width: 100%;
  height: 171px;
  bottom: 0;
  z-index: -1;
  left: 0;
}

.home-secound-section .meetbox {
  position: relative;
  display: block;
  overflow: hidden;
}

.home-secound-section .meetbox .imgbox {
  display: block;
  position: relative;
}

.home-secound-section .content p {
  text-align: center;
  color: white;
  padding: 15px 0;
}

.home-secound-section .meetbox .content {
  background: linear-gradient(180deg, rgba(45, 119, 97, 0) 0%, #2D7761 85%);
  text-align: center;
  padding: 30px;
  border-radius: 20px;
  position: absolute;
  width: 100%;
  bottom: -100%;
  /* Initially hidden below */
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
}

/* Hover effect with slide-up animation */
.home-secound-section .meetbox:hover .content {
  animation: slideUp 1s ease-in-out 0.1s forwards;
  /* Delay of 5s */
}

/* Keyframes for sliding up */
@keyframes slideUp {
  0% {
    bottom: -100%;
    /* Start position (hidden) */
    opacity: 0;
  }

  100% {
    bottom: 0;
    /* Final position (visible) */
    opacity: 1;
    visibility: visible;
  }
}

.home-stat-counter-list {
  margin: 0;
  padding: 0;
}

.home-stat-counter-list li {
  display: inline-block;
  width: 24%;
  margin: 55px 0 55px 0px;
  text-align: center;
}

.home-stat-counter-list li h2 {
  color: #2D7761;
  margin: 0;
}

.home-stat-counter-list li h2 span {
  font-size: 70px;
  font-weight: 600;
}

.home-stat-counter-list li h2 i {
  display: inline-block;
  font-size: 40px;
}

.home-stat-counter-list li h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 0 0px;
  color: #2D7761;
}

.home-stat-counter-list li h3 span {
  display: block;
}

.home-stat-counter-list li h4 {
  width: 150px;
  height: 1px;
  background: var(--color-white);
  margin: 20px 0;
}

.home-third-section {
  background: #2D7761;
}

.home-third-section .imgrow {
  flex: 0 0 auto;
  width: 22%;
}

.home-third-section h2 {
  color: var(--color-white);
}

.home-third-section img {
  margin: 0 auto;
  display: block;
  border-radius: 20px;
}

.home-third-section .img2 {
  margin-bottom: 10px;
}

.home-third-section p {
  color: white;
  padding: 20px 0;
}

.br {
  border: 0.5px solid #FFFFFF;
}

.paddinbtm {
  padding-bottom: 60px;
}

.btnone {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 8px 15px;
  border-radius: 50px;
  margin: 0 15px 0 0;
}

.btnone:hover {
  background: white;
  color: #2D7761;
  padding: 8px 15px;
  border-radius: 50px;
}

.btnTwo {
  background: white;
  color: #2D7761;
  padding: 8px 15px;
  border-radius: 50px;
}

.btnTwo:hover {
  color: #FFFFFF;
  background: #2D7761;
  border: 1px solid #FFFFFF;
  padding: 8px 15px;
  border-radius: 50px;
}

.home-fourth-section {
  padding: 300px 0 150px;
  position: relative;
}

.borderRadius {
  border-radius: 20px;
}

.home-fourth-section h2 {
  padding: 0;
}

.home-fourth-section .rightimg {
  background: white;
  padding: 10px;
  border-radius: 50px;
}

.home-fourth-section h1 {
  position: absolute;
  top: -70px;
  color: #2D7761;
  font-size: 300px;
  font-weight: 600;
}

.home-fourth-section::after {
  content: '';
  position: absolute;
  background: #EBE6D0;
  width: 60%;
  height: 750px;
  z-index: -1;
  left: 0;
  top: 119px;
  border-radius: 0 20px 20px 0;
}

.positionrelative {
  position: relative;
}

.playbtn {
  position: absolute;
  top: 0;
  place-self: anchor-center !important;
}

.marginTop {
  margin: 10px 0;
}

.home-fifth-section .alumnibox {
  margin: 50px 0;
}

.home-fifth-section .alumnibox h2 {
  color: #77682D;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
}

.home-fifth-section .alumnibox p {
  color: #77682D;
  text-align: center;
  font-size: 17px;
}

.home-fifth-section {
  padding: 40px 0 40px;
}


.home-sixth-section {
  position: relative;
}

.home-sixth-section::before {
  content: '';
  position: absolute;
  background-image: url(../img/student.png);
  width: 100%;
  height: 200px;
  bottom: 0;
  z-index: -1;
  left: 0;
}
.glry-img img{height: 300px;object-fit: cover;width: 100%;}
.home-sixth-section .bgk {
  padding: 80px 10px 20px;
  background: #F2F2F2;
  width: 95%;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
  bottom: 50px;
}

.home-sixth-section span {
  float: inline-end;
}

.home-sixth-section .scrollrow {
  overflow-y: auto;
  height: 490px;
}

.padding {
  padding: 50px 0;
}

.home-sixth-section h3 {
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0 30px;
}

.home-sixth-section a {
  color: #77682D;
  font-size: 15px;
}

.greycolor {
  color: #A9A9A9;
}

.home-sixth-section .newsbox {
  padding: 15px 0;
  border-bottom: 0.5px solid #000000;
}

.home-seventh-section .paddingtop {
  padding-top: 78px;
}

.home-seventh-section {
  padding: 20px 10px 0;
}

.home-seventh-section p {
  padding: 20px 0;
}

.enqurebtnTwo {
  font-size: 15px;
  border: 1px solid #77682D;
  border-radius: 50px;
  color: #77682D !important;
  padding: 10px 25px !important;
}

footer {
  padding: 80px 0 40px;
  position: relative;
}

footer .container {
  position: relative;
}

footer::before {
  content: '';
  position: absolute;
  background: #2D7761;
  width: 96%;
  height: 390px;
  top: 0;
  left: 2%;
  z-index: 0;
  border-radius: 20px;
}

footer::after {
  content: '';
  position: absolute;
  background: #D9D9D9;
  width: 100%;
  height: 300px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

footer ul {
  list-style: none;
}

footer li {
  padding: 7px 0;
}

footer a {
  color: white;
  font-size: 17px;
}

footer a:hover {
  color: white;
}

footer address {
  color: white;
}

footer .host {
  color: var(--color-black);
  font-weight: 600;
}

footer .host:hover {
  color: var(--color-black);
  font-weight: 600;
}

footer span {
  float: inline-end;
}



.home-program-section {
  padding: 80px 10px 100px;
  position: relative;
}

.home-program-section::before {
  content: '';
  position: absolute;
  background: #F2F2F2;
  width: 60%;
  height: 420px;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 20px 20px 0;
}

.home-program-section .programbox {
  box-shadow: 0px 20px 60px 0px #77682D26;
  background: white;
  padding: 50px 0;
  border-radius: 20px;
  align-content: center;
  text-align: center;
  margin: 0 10px;
}

.home-program-section .programbox p {
  color: #77682D;
  padding: 20px 20px;
  text-align: center;
}

.home-program-section p {
  padding: 10px 0;
}

.enquire {
  padding: 80px 10px;
  position: relative;
}

greenbgk {
  position: relative;
}

.greenbgk::before {
  content: '';
  position: absolute;
  background: #2D7761;
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.enquire img {
  position: relative;
}

.enquire .contents {
  position: absolute;
  width: 33%;
  padding: 88px 50px;
  background: #FFFFFF;
  top: 155px;
  right: 165px;
  border-radius: 20px;
  height: 435px;
}

.enquire .contents p {
  padding: 30px 0;
}

.enquire .innercontent img {
  background: #F2F2F2;
  padding: 10px;
  border-radius: 20px;
}

.enquire .innercontent {
  width: 40%;
  padding: 63px 50px;
}

.paddingtop {
  padding-top: 36px;
}

.enquire .innercontent p {
  color: #77682D;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0 0;
}

.vedio-section {
  position: relative;
  background-image: url(../img/vedio.jpg);
  width: 100%;
  height: 600px;
}

.student-testimonials {
  position: relative;
  background-image: url(../img/student.png);
  width: 100%;
  padding: 50px;
}

.student-testimonials h2 {
  color: white;
}

.student-testimonials .studenttab {
  place-items: center;
  padding: 30px 0;
}

.student-testimonials .studenttab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #FFFFFF;
  color: #77682D;
  border-radius: 50px;
  padding: 7px 30px;
}

.nav-link {
  border-radius: 50px !important;
  padding: 7px 30px;
  color: #FFFFFF;
  margin: 0 10px;
  border: 1px solid #FFFFFF !important;
}

.nav-link:focus,
.nav-link:hover {
  color: #FFFFFF;
}

.student-testimonials .studentbox {
  border: 1px solid #D9D9D9;
  padding: 50px;
  border-radius: 15px;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.student-testimonials .studentbox p {
  color: white;
  text-align: center;
}

.student-testimonials .fa-solid {
  color: white;
  padding: 10px;
  border-radius: 50px;
  background: #77682D99;
  border: 1px solid white;
}

.student-testimonials .owl-prev {
  position: relative;
  right: 564px;
  bottom: 170px;
}

.student-testimonials .owl-next {
  position: relative;
  left: 564px;
  bottom: 170px;
}

.mediaGallery {
  padding: 80px 10px 60px;
}

.mediaGallery span {
  float: inline-end;
}

.mediaGallery .rowpad {
  padding: 50px 0 0;
}

.mediaGallery .gallery {
  margin: 10px 0;
}







/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 35px 0;
  text-align: center;
}

ul.social-network li {
  display: inline;
  margin: 0 15px;
}

ul.social-network li::before {
  display: none;
}

.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoYoutube:hover {
  background-color: #cc0000;
}

.social-network a.icoInstagram:hover {
  background-color: #c8008b;
}

.social-network a.icoWhatsapp:hover {
  background-color: #189d0e;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoYoutube:hover i,
.social-network a.icoInstagram:hover i {
  color: var(--color-white);
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.3);
  border: 0px solid var(--color-white);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, .20) !important;
}

.social-circle li i {
  margin: 0;
  line-height: 35px;
  text-align: center;
  font-size: 15px !important;
  padding: 0 !important;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: var(--color-white);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/* footer social icons */

.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table thead tr:first-child {
  border-top: none;
  background: var(--color-black);
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: rgba(0, 0, 0, .01);
}

.rwd-table.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fbfbfb !important;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  display: inline-block;
  color: #000;
  padding-right: 15px;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  overflow: hidden;
  margin-bottom: 30px;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}

@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }

  .table-bordered {
    border: 0px;
  }
}

@media screen and (min-width: 600px) {
  .rwd-table tr:hover {
    background-color: #fff !important;
  }

  .rwd-table thead tr:hover {
    background: var(--color-black) !important;
  }

  .rwd-table td:before {
    display: none;
  }

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }

  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }

  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

.inner-banner {
  position: relative;
  z-index: 0;
  z-index: 1;
  width: 98%;
  left: 1%;
  top: 40px;
}

.inner-banner img {
  border-radius: 20px;
}

.inner-banner::before {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 20px;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}

.inner-banner .container {
  position: absolute;
  min-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.inner-banner h1 {
  color: var(--color-white);
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 15px;
}

.inner-banner .inner-breadcrumb {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 15px;
}

.inner-banner .inner-breadcrumb ol.breadcrumb {
  font-size: 15px;
  font-weight: 500;
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item {
  color: var(--color-white);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item a {
  color: var(--color-white);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item a:hover {
  color: var(--color-yellow);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-white);
}

.inner-banner img {
  min-width: 100%;
}

.inner-bg {
  padding: 60px 0;
}

.inner-bg h2 {
  font-size: 40px;
  font-weight: 500;
  color: var(--color-blue);
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}

.inner-bg h2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 170px;
  width: 150px;
  height: 128px;
  background: url(../img/curve-2.png);
  background-size: cover;
  opacity: 0.8;
}

.inner-bg h2 span {
  display: block;
}

.vision-box {
  padding: 40px 20px;
}

.vision-box h3 {
  color: var(--color-blue);
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}

.vision-box.br {
  border-right: 1px solid #000000b3;
}

.inner-connect-bg {
  padding: 200px 0 80px 0;
  background: url(../img/inner-connect-bg.jpg);
  background-size: cover;
  background-position: center;
  color: var(--color-white);
}

.inner-connect-bg h3 {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
}

.director-box-img {
  position: relative;
  z-index: 0;
}

.director-box-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 110px;
  right: -20px;
  width: 150px;
  height: 128px;
  background: url(../img/curve-2.png);
  background-size: cover;
  opacity: 0.8;
}

.director-box-name h4 {
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.director-box-name h4 span {
  font-size: 18px;
  color: #ACACAC;
  display: block;
}

.awards-head {
  position: relative;
  z-index: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 30px;
}

.awards-head::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 22px;
  right: 0px;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 1px;
  background: #1E1E1E;
  margin: 0 auto;
}

.awards-head span {
  background: var(--color-white);
  padding: 0 8px;
}

.awards-box {
  margin-top: 10px;
  margin-bottom: 40px;
}

.awards-box img {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .30) !important;
  width: 92%;
  margin: 0 auto;
  display: block;
}

.awards-box a h3 {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin: 15px 0 0 0;
}

.awards-gallery-box {
  margin-top: 10px;
  margin-bottom: 40px;
}

.awards-gallery-box img {
  width: 93%;
  margin: 0 auto;
  display: block;
}

.awards-box a:hover,
.awards-gallery-box a:hover {
  opacity: 0.8;
}

.news-box {
  padding: 40px;
  margin: 15px 0;
  border-radius: 10px;
  background: #F2F2F2;
}

.news-box img {
  border-radius: 10px;
}

.news-box .news-content-box {
  position: relative;
  z-index: 0;
  padding-left: 20px;
}

.news-box .news-content-box h3 {
  font-size: 20px;
  font-weight: 600;
  width: 85%;
  margin-bottom: 15px;
  line-height: 27px;
}

.news-box .news-content-box h4 {
  background: var(--color-yellow);
  color: var(--color-black);
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  position: absolute;
  top: -40px;
  right: 10px;
}

.news-box .news-content-box h4 span {
  display: block;
  font-size: 14px;
}

.news-box .news-content-box a {
  color: var(--color-blue);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.news-box .news-detail-image img {
  display: block;
  margin: 15px 0;
}

.clients-box.br {
  border-right: 1px solid #ACACAC;
}

.clients-box {
  padding: 30px 60px;
}

.contact-address-box h3 {
  color: var(--color-blue);
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-address-box.br {
  border-right: 1px solid #ACACAC;
}

.contact-form-bg {
  background: var(--color-white);
  padding: 40px 50px 60px 50px;
  border-radius: 30px;
  box-shadow: 0 .5rem 2rem rgba(1, 101, 187, 0.1) !important;
}

.contact-form-bg input,
.contact-form-bg input.form-control:focus,
.contact-form-bg textarea,
.contact-form-bg textarea.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #8d8d8d !important;
  box-shadow: none;
}

.contact-form-bg select,
.contact-form-bg select.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #8d8d8d !important;
  box-shadow: none;
  cursor: pointer
}

.contact-form-bg select option {
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px dashed #8d8d8d !important;
  color: #000;
}

.contact-form-bg input,
.contact-form-bg select,
.contact-form-bg textarea,
.contact-form-bg select {
  border-radius: 0;
  background-color: transparent !important;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #231f20 !important;
  padding: 0;
  height: 45px;
  border-bottom: 1px solid #231f20 !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.contact-form-bg input,
.contact-form-bg select,
.contact-form-bg textarea {
  color: #231f20 !important;
  font-size: 14px;
}

.contact-form-bg select {
  color: #8d8d8d;
}

.form-control::-webkit-input-placeholder {
  color: #8d8d8d !important
}

.form-control::-moz-placeholder {
  color: #8d8d8d !important
}

.form-control:-ms-input-placeholder {
  color: #8d8d8d !important
}

.contact-form-bg button {
  padding: 15px 40px;
  font-size: 14px;
}

.contact-form-bg .submit-btn {
  margin: 30px auto 0 auto;
  display: block;
  background: var(--color-blue) !important;
  border: 2px solid var(--color-blue) !important;
  color: var(--color-white) !important;
  padding: 5px 50px;
  border-radius: 10px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.contact-form-bg .submit-btn:hover {
  background: transparent !important;
  color: var(--color-blue) !important;
  border: 2px solid var(--color-blue) !important;
}

.contact-form-bg .form-check input {
  height: 1em;
  margin-top: 0.25em;
  border: 1px solid #8d8d8d !important;
}

.contact-form-bg .form-check-input:checked {
  background-color: var(--color-blue) !important;
  border-color: var(--color-blue) !important;
}

.contact-form-bg select option selected {
  color: red;
}

.contact-head-box {
  margin-right: 30px;
}

.inner-service-bg {
  padding: 100px 0 0px 0;
}

.inner-service-bg h2 {
  color: var(--color-blue);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.inner-service-bg h3 {
  color: var(--color-blue);
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.static-equipment-box {
  flex: 0 0 auto;
  width: 22%;
  border-radius: 10px;
  margin: 1.5% 1.5%;
  padding: 0;
  background: var(--color-white);
  box-shadow: 0px 30px 60px rgba(1, 101, 187, 0.1);
}

.static-equipment-box-image {
  position: relative;
  z-index: 0;
}

.static-equipment-box-image:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.static-equipment-box-image h5 {
  position: absolute;
  color: var(--color-white);
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.static-equipment-box-image img {
  border-radius: 10px;
}

.static-equipment-box-content {
  padding: 20px;
}

.static-equipment-box-content ul {
  margin: 0;
  padding: 0;
}

.static-equipment-box-content ul li {
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0 2px 15px;
  list-style: none;
  position: relative;
  z-index: 0;
}

.static-equipment-box-content ul li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 0px;
  top: 7px;
  font-size: 5px;
  font-weight: 900;
  color: var(--color-black);
}

.static-equipment-box-content ul li a:hover {
  color: var(--color-blue);
}

.service-common-box {
  flex: 0 0 auto;
  width: 22%;
  border-radius: 10px;
  margin: 1.5% 1.5%;
  padding: 0;
}

/* .service-common-box-image:before{content:''; position: absolute; top: 0px; right: 0; bottom: 0; left: 0; background:rgba(255,255,255,1);border-radius: 10px;}
.service-common-box-image:hover:before{background: #333;} 
.service-common-box-image h5{position: absolute; top: 0px; right: 15px; bottom: 0; left: 15px; text-align: center; margin: 0; font-size: 16px; line-height: 24px; font-weight: 600; display: flex; align-items: center; justify-content: center;}
.service-common-box-image img{border-radius: 15px; display: none;}*/
.service-common-box-image img {
  display: none;
}

.service-common-box-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
  border-radius: 10px;
  background: #dcdcdc;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  text-align: center;
  padding: 20px 20px;
  min-height: 120px;
  position: relative;
  z-index: 0;
}

.service-common-box-image a:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 4px solid #fff;
  border-radius: 10px;
}

.service-common-box-image a:hover:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 4px solid #dcdcdc;
  border-radius: 10px;
}

.service-common-box-image h5 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.service-common-box-image a:hover {
  color: var(--color-blue);
  background: var(--color-white);
  box-shadow: 0 .5rem 3rem rgba(0, 0, 0, .30) !important;
}

ul.service-list {
  margin: 0 0 15px 0;
  padding: 0;
}

ul.service-list li {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0 5px 20px;
  list-style: none;
  position: relative;
  z-index: 0;
}

ul.service-list li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 5px;
  top: 12px;
  font-size: 5px;
  font-weight: 900;
  color: var(--color-black);
}

.top-service-image {
  padding-left: 40px;
}

.top-service-image img {
  border-radius: 10px;
}

.inner-service-icon-bg {
  padding: 40px 40px;
}

.inner-service-icon-box {
  text-align: center;
  margin: 20px 0;
}

.inner-service-icon-box img {
  margin-bottom: 20px;
  width: 25%;
}

.inner-service-icon-box h3 {
  color: var(--color-blue);
  font-size: 16px;
  font-weight: 600;
}

.inner-service-icon-box h3 span {
  display: block;
}

.inner-service-icon-bg .line {
  border-bottom: 1px solid #ACACAC;
}

.inner-service-icon-box.br {
  border-right: 1px solid #ACACAC;
}

.inner-service-equipment-bg {
  padding: 40px 0;
}

.inner-service-equipment-bg .container {
  border-radius: 20px;
  background: #F8F8F8;
  padding: 60px;
}

.inner-service-equipment-bg h2 {
  color: var(--color-blue);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.inner-service-equipment-image img {
  border-radius: 15px;
}

.service-gallery-bg {
  padding: 40px 150px 40px 150px;
  position: relative;
  z-index: 0;
}

.service-gallery-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 230px;
  right: 55px;
  width: 150px;
  height: 128px;
  background: url(../img/curve-2.png);
  background-size: cover;
  opacity: 0.9;
}

.service-gallery-bg h2 {
  color: var(--color-blue);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.service-gallery-box {
  margin: 12px 0;
}

.service-gallery-box a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.service-gallery-box a img {
  border-radius: 10px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.service-gallery-box a:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.service-gallery-box a:hover {
  background: var(--color-black);
}

.inner-partner-bg {
  padding: 80px 0;
}

.inner-partner-bg h2 {
  color: var(--color-blue);
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ACACAC;
}

.inner-partner-box {
  padding: 30px 60px;
}

.for-xs {
  display: none !important;
}

.news-detail-image img {
  width: 100%;
  object-fit: cover;
}

.home-video-bg {
  padding: 0 40px;
}

.home-video-bg h2 {
  text-align: center;
}

/* .home-video-bg h2{position: relative; top: -60px;} */
/* .home-video-bg-top{position: relative; top: -65px;} */
.home-video-box a {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.home-video-box a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
  border-radius: 10px;
}

.home-video-box a::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: url(../img/video-btn.png);
  background-size: cover;
  width: 100px;
  height: 100px;
}

.home-video-box a img {
  border-radius: 10px;
  width: 100%;
  height: 168px;
  object-fit: cover;
}

.home-video-box a:hover::after {
  opacity: 0.5;
}

.home-video-box a:hover::before {
  background: rgba(0, 0, 0, .7);
}

.home-video-content-box h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}


.program-search {
  position: relative !important;
}

.careers-main-bg {
  position: relative;
  z-index: 0;
}

.careers-main-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -30px;
  right: 180px;
  width: 200px;
  height: 171px;
  background: url(../img/curve-4.png);
  background-size: cover;
  opacity: 1;
}

.careers-main-bg h2 {
  line-height: 40px;
}

.careers-main-bg h2 small {
  display: block;
  font-size: 22px;
  color: #ACACAC;
}

.careers-bg {
  background: var(--color-white);
  padding: 80px 50px;
  border-radius: 20px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.10);
  position: relative;
  z-index: 0;
  width: 100%;
}

.careers-bg h3 {
  color: var(--color-blue);
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 40px;
}

.careers-bg form input,
.careers-bg form input:focus,
.careers-bg form select:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none;
  box-shadow: none;
}

.careers-bg form input {
  border-radius: 11px;
  background: #F8F8F8;
  padding: 18px 25px;
}

.careers-bg form input:focus {
  background: #ededed;
}

.careers-bg form label {
  font-size: 16px;
}

.careers-bg form select {
  background-color: #F8F8F8;
  padding: 10px 15px;
  border: 0;
}

.careers-bg form select:focus {
  background-color: #ededed;
}

.careers-bg form button {
  background: var(--color-blue);
  color: var(--color-white);
  padding: 15px 60px;
  border: 1px solid var(--color-blue);
  border-radius: 10px;
}

.careers-bg form button:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none;
  box-shadow: none;
}

.careers-bg form button:hover {
  background: var(--color-white);
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
}

.careers-find-more-bg {
  padding: 40px 0 60px 0;
}

.careers-find-more-bg h2 {
  text-align: center;
  color: var(--color-blue);
  font-size: 25px;
  margin-bottom: 20px;
}

.careers-find-more-bg-box {
  background: var(--color-white);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.10);
  color: var(--color-blue);
  margin-bottom: 30px;
}

.careers-find-more-bg-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

.careers-find-more-bg-box h3 span {
  position: absolute;
  right: 0;
  font-size: 26px;
}

.careers-find-more-bg-box h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.careers-find-more-bg-box h4 span {
  color: #ACACAC;
  font-size: 14px;
  font-weight: 400;
  display: block;
}


.careers-find-more-bg-box .btn-two-full {
  margin: 0 15px 0 0;
  border-radius: 10px;
}

.careers-find-more-bg-box .btn-two {
  margin: 0 15px 0 0;
  border-radius: 10px;
}

.careers-team-bg {
  padding: 140px 0 180px 0;
  position: relative;
  z-index: 0;
}

.careers-team-bg::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -40px;
  left: -100px;
  width: 580px;
  height: 821px;
  background: url(../img/careers-team-bg.png);
  background-size: cover;
  opacity: 1;
}

.careers-team-bg h2 {
  color: #ACACAC;
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

.careers-team-bg h2 span {
  color: var(--color-yellow);
}

.careers-team-bg-success {
  position: absolute;
  bottom: -25px;
  left: -560px;
  right: 0;
  text-align: center;
}

.careers-team-bg-success h3 {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 600;
  color: #D9D9D9;
}

.careers-team-form-bg {
  background: var(--color-white);
  padding: 40px 50px 60px 50px;
  border-radius: 30px;
  box-shadow: 0 .5rem 2rem rgba(1, 101, 187, 0.1) !important;
}

.careers-team-form-bg input,
.careers-team-form-bg input.form-control:focus,
.careers-team-form-bg textarea,
.careers-team-form-bg textarea.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #8d8d8d !important;
  box-shadow: none;
}

.careers-team-form-bg select,
.careers-team-form-bg select.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #8d8d8d !important;
  box-shadow: none;
  cursor: pointer
}

.careers-team-form-bg select option {
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px dashed #8d8d8d !important;
  color: #000;
}

.careers-team-form-bg input,
.careers-team-form-bg select,
.careers-team-form-bg textarea,
.careers-team-form-bg select {
  border-radius: 0;
  background-color: transparent !important;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #231f20 !important;
  padding: 0;
  height: 45px;
  border-bottom: 1px solid #231f20 !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.careers-team-form-bg input,
.careers-team-form-bg select,
.careers-team-form-bg textarea {
  color: #231f20 !important;
  font-size: 14px;
}

.careers-team-form-bg select {
  color: #8d8d8d;
}

.form-control::-webkit-input-placeholder {
  color: #8d8d8d !important
}

.form-control::-moz-placeholder {
  color: #8d8d8d !important
}

.form-control:-ms-input-placeholder {
  color: #8d8d8d !important
}

.careers-team-form-bg button {
  padding: 15px 40px;
  font-size: 14px;
}

.careers-team-form-bg .submit-btn {
  margin: 30px auto 0 auto;
  display: block;
  background: var(--color-blue) !important;
  border: 2px solid var(--color-blue) !important;
  color: var(--color-white) !important;
  padding: 5px 50px;
  border-radius: 10px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.careers-team-form-bg .submit-btn:hover {
  background: transparent !important;
  color: var(--color-blue) !important;
  border: 2px solid var(--color-blue) !important;
}

.careers-team-form-bg .form-check input {
  height: 1em;
  margin-top: 0.25em;
  border: 1px solid #8d8d8d !important;
}

.careers-team-form-bg .form-check-input:checked {
  background-color: var(--color-blue) !important;
  border-color: var(--color-blue) !important;
}

.careers-team-form-bg select option selected {
  color: red;
}


.careers-find-more-tab.r-tabs .r-tabs-nav {
  text-align: center;
  border: 0;
}

.careers-find-more-tab.r-tabs .r-tabs-nav .r-tabs-anchor {
  background: var(--color-white);
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
  padding: 10px 25px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
}

.careers-find-more-tab.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  background: var(--color-blue);
  color: var(--color-white);
  border: 1px solid var(--color-blue);
}

.careers-find-more-tab.r-tabs .r-tabs-nav .r-tabs-state-active {
  border: 0;
  background: transparent;
}

.careers-find-more-tab.r-tabs .r-tabs-nav .r-tabs-tab {
  margin: 0 8px;
}

.careers-find-more-tab.r-tabs .r-tabs-panel {
  border: 0;
}

.careers-find-more-tab.r-tabs .r-tabs-panel ul {
  margin: 0;
  padding: 0;
}

.careers-find-more-tab.r-tabs .r-tabs-panel ul li {
  width: 100%;
  margin: 6px 0 6px 16px;
  list-style: circle;
}

.careers-find-more-tab.r-tabs .r-tabs-panel ul li a {
  font-size: 20px;
  font-weight: 600;
}

.careers-find-more-tab.r-tabs .r-tabs-panel ul li a:hover {
  color: var(--color-blue);
}

.inner-contact-bg h2 {
  margin-bottom: 60px;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
}

.inner-contact-bg h2::before {
  display: none;
}

.inner-brochure-bg {
  padding: 80px 0;
  background: #F4F4F4;
}

.inner-brochure-bg h3 {
  margin: 0;
}

.about-bg {
  padding: 110px 0 60px;
}

.visionmissionsection {
  padding: 80px 0 0;
}

.visionmissionsection h2 {
  padding-bottom: 15px;
}

.visionmissionsection .visionbox {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 50px;
}

.visionmissionsection .missionnbox {
  border-top: 1px solid #000000;
  padding: 50px;
}

.accerdition {
  padding: 0 0 60px;
}

.text-align-center {
  text-align: center;
}

.accerdition h2 {
  padding-bottom: 40px;
}

.visionmissionsection h2 {
  padding-bottom: 0px;
}

.accordion-button {
  color: #000000;
  font-weight: 600;
  background: #F2F2F2;
  border-radius: 0px;
}

.accordion-item {
  margin: 15px 0;
  border: none;
  background: #F2F2F2;
  padding: 10px;
  border-radius: 20px;
}

.accordion-button:not(.collapsed) {
  background: #F2F2F2;
  box-shadow: none;
  color: #77682D;
  padding: 30px;
  position: relative;
}

.accordion-button:not(.collapsed)::before {
  content: '';
  position: absolute;
  border-bottom: 0.5px solid black;
  width: 91%;
  bottom: 4px;
}

.accordion-button:not(.collapsed)::after {
  display: none;
}

.half {
  padding: 0;
  margin: 0 0 0 10px;
}

.half li {
  list-style: none;
  padding: 6px 0 6px 10px;
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 48%;
}

.half li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 12px;
  font-weight: 900;
  color: var(--color-black);
  font-size: 6px;
}

.half li a {
  color: var(--color-black);
}

.half li a i {
  padding-right: 5px;
  font-size: 8px;
}

.half li a:hover {
  color: var(--color-blue);
  padding-left: 2px;
}

.bgkgreens {
  position: relative;
}

.bgkgreens::after {
  content: '';
  position: absolute;
  background: #2D7761;
  width: 100%;
  height: 450px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.admissionul {
  display: flex;
  list-style: none;
  place-content: center;
  padding-top: 40px;
}

.admissionul li {
  padding: 0 5px;
}

.admissionbg {
  padding: 50px 0 0;
  display: flex;
}

.admissionbg .admissionbox {
  margin: 10px;
  border: 1px solid #2D7761;
  width: 31%;
  border-radius: 30px;
  padding: 50px 40px;
  position: relative;
}

.admissionbg .admissionbox::after {
  content: '';
  position: absolute;
  background: #2D7761;
  width: 100%;
  border-radius: 0 0 30px 30px;
  height: 118px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.admissionbg .admissionbox h2 {
  color: #2D7761;
  font-weight: 600;
  padding-bottom: 10px;
}

.admissionbg .admissionbox span {
  font-size: 15px;
  padding: 0 10px;
}

.admissionbg .admissionbox p {
  color: #2D7761;
  font-weight: 600;
  font-size: 18px;
}

.admissionbg .admissionbox .btnrow {
  padding: 40px 0 0;
}

.btnThree {
  border: 1px solid #FFFFFF;
  background: #2D7761;
  color: white;
  padding: 10px 25px !important;
  border-radius: 50px;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}

.btnThree:hover {
  color: #FFFFFF;
}

.btnFour {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #2D7761;
  padding: 10px 25px !important;
  border-radius: 50px;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}

.btnFour:hover {
  color: #2D7761;
}

.adminBox {
  position: relative;
  margin: 15px 5px;
  width: 24%;
}

.adminBox::after {
  content: '';
  position: absolute;
  background: #2D7761;
  width: 92%;
  border-radius: 0 0 30px 30px;
  height: 114px;
  bottom: 0;
  left: 13px;
  z-index: -1;
}

.adminBox p {
  text-align: center;
  color: var(--color-white);
  padding: 6px;
  margin: 0;
}

.adminBox h3 {
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  padding-top: 15px;
  margin: 0;
}

.faculty {
  position: relative;
  margin: 15px 5px;
  width: 24%;
  padding-bottom: 30px;
  margin-bottom: 100px;
}

.faculty::after {
  content: '';
  position: absolute;
  background: #EBE6D0;
  width: 93%;
  border-radius: 20px 20px 30px 30px;
  height: 321px;
  bottom: -58px;
  left: 11px;
  z-index: -1;
}

.faculty p {
  text-align: center;
  color: #2D7761;
  padding: 6px;
  margin: 0;
}

.faculty h3 {
  color: #2D7761;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  padding-top: 15px;
  margin: 0;
}


.bgkbrown {
  background: #EBE6D0;
}

.boxImage {
  position: relative;
}

.boxImage::after {
  content: '';
  position: absolute;
  background-image: url(../img/cobgk.png);
  width: 17%;
  height: 92px;
  top: 61px;
  left: 46px;
  z-index: 0;
}

.bgkgreen {
  background: #2D7761;
}

.colorgreen {
  color: #2D7761;
}

.contact {
  position: relative;
}

.contact h2 {
  color: white;
  text-align: center;
  padding-bottom: 30px;
}

/* .contact::after{content: '';position: absolute;background-image: url(../img/contact-bgk.png);       width: 100%; height: 92px;bottom: 0px;left: 0px;z-index: 0;} */

.contactrow {
  padding: 60px;
}

.contactrow .contactBox {
  background: #EBE6D0;
  width: 46%;
  border-radius: 20px;
  padding: 50px;
  margin: 15px;
}

.brtop {
  position: relative;
  padding-top: 40px;
}

.brtop::after {
  content: '';
  position: absolute;
  border-top: 0.5px solid #2D7761;
  width: 100%;
  top: 10px;
  left: 0;
}

.contactrow .contactBox a {
  margin: 0 10px;
}

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

/* from here added */
.linkBrown {
  color: #77682D;
  font-weight: 600;
  font-size: 18px;
}

ul.inner-common-menu-bg {
  padding: 0;
  margin: 5px 0 25px 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.inner-common-menu-bg li {
  margin: 3px 10px;
}

ul.inner-common-menu-bg li a {
  display: block;
  padding: 6px 20px;
  border: 1px solid #2D7761;
  color: #2D7761;
  border-radius: 8px;
}

ul.inner-common-menu-bg li a:hover {
  border: 1px solid #2D7761;
  color: white;
  background: #2D7761
}

ul.inner-common-menu-bg li a.active {
  background-color: #2D7761;
  color: white;
}

.img-size {
  max-width: 100%;
  height: 300px;
}

.pray {
  text-align: center;
  /* Centers the text horizontally */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Centers content vertically */
  align-items: center;
  /* Centers content horizontally */
  height: 100%;
  /* Ensures proper vertical centering */
}

.size {
  height: 250px;
  width: 280px;
  margin-top: 15px;
  border-radius: 18px;
  object-fit: cover;
}

.academics h2 {
  color: #77682D;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
}

.academics p {
  color: #77682D;
  text-align: center;
  font-size: 17px;
}

.bg-color-academic {
  background: #F2F2F2;
  padding: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.20) !important;
}

.bg-color-academic h2 {
  color: #77682D;
  font-size: 25px;
  font-weight: 600;
  border-bottom: 1px solid #77682D;
}

.head-line {
  font-weight: 500;
  font-size: 18px;
  padding: 0 0 10px 0;
  margin-bottom: 15px;
  margin-top: 0 !important;
  border-bottom: solid 1px #77682D !important;
  color: #77682D !important;
  width: 100%;
  text-transform: uppercase;
}

.activity-thumb {
  height: 238px;
  width: 250px;
  object-fit: cover;
}



.faculty img {
  height: 225px;
  width: 204px;
  display: block;
  margin: 0 auto 20px auto;
  object-fit: cover;
}

.read-more:hover {
  color: #77682D;
}




.news-img-t {
  height: 401px;
  width: 679px;
}

.news-side-img {
  width: 219px;
  height: 124px;

}

/* modal */
.modal-custom-bg .head {
  background: #E8E8E8;
  padding: 30px;
  border-radius: 15px;
}

.modal-custom-bg .head img {
  height: 221px;
  border-radius: 100%;
  border: 5px solid #fff;
  box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .25) !important;
}

.modal-custom-bg .head h2 {
  border-bottom: 1px solid var(--color-orange);
  font-size: 20px;
  font-weight: 600;
  padding: 0px 0px 10px 0;
  background: none;
  color: var(--color-orange);
  text-align: left;
}

.modal-custom-bg .head h4 {
  font-weight: 500;
  font-size: 18px;
}

.modal-custom-bg .head .name h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.modal-custom-bg .head .name h3 span {
  display: block;
  color: #9B9D9F;
}

.modal-custom-bg .head .name .Fa-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal-custom-bg .head .name .Fa-list li {
  font-size: 15px;
  padding-bottom: 5px;
}

.modal-custom-bg .head .name .Fa-list li i {
  color: var(--color-orange);
  margin-right: 5px;
  font-size: 13px;
}

.modal-custom-bg .modal-content {
  background: rgba(255, 255, 255, 1);
  border: 0px;
  border-radius: 15px;
}

.modal-custom-bg .modal-body {
  padding: 0;
}

.modal-custom-bg .modal-body .close {
  font-size: 3rem;
  line-height: 1;
  color: var(--color-white);
  opacity: 1;
  position: absolute;
  z-index: 9;
  border: none;
  right: -75px;
  top: -55px;
  background: 0 0
}

.modal-custom-bg .modal-body .close:hover {
  opacity: 0.6;
}

.modal-custom-bg .modal-custom-text-body {
  padding: 40px;
}

.modal-custom-bg .modal-custom-body .btn-two-full {
  position: absolute;
  right: 0;
  bottom: 0;
}

.modal-custom-bg .search-modal .modal-content {
  background: rgba(255, 255, 255, 0);
}


.modal-custom-bg {
  max-width: 1000px;
}

.modal-custom-bg .closebtn {
  width: 10%;
  align-self: end;
  border: none;
  font-size: 20px;
}

.modal-custom-bg .head {
  background: #f5f5f6;
  padding: 30px;
  /* border-bottom: 1px solid #B8B8B8; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* .modal-custom-bg .head h2 { font-size: 18px; font-weight: 600; padding: 0px 0px 10px 0; background: none; color: var(--color-one); text-align: left;} */
.modal-custom-bg .head h2 {
  border-bottom: 1px solid var(--color-one);
  font-size: 20px;
  font-weight: 600;
  padding: 0px 0px 10px 0;
  background: none;
  color: #2D7761;
  text-align: left;
}

.modal-custom-bg .head h2 span {
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  display: block;
}

.modal-custom-bg .head h3 {
  font-size: 18px;
  font-weight: 400;
  padding: 0px 0px 0px 0;
  background: none;
  color: #2D7761;
  margin-bottom: 0px;
  text-align: center;
  text-transform: none;
}

.modal-custom-bg .head h3 span {
  color: #828282;
  font-size: 17px;
  font-weight: 500;
  display: block;
  margin-top: -15px;
  text-transform: uppercase;
  margin-bottom: -20px;
}

.modal-custom-bg .head h4 {
  font-weight: 500;
  font-size: 18px;
}

.modal-custom-bg .head .name h3 {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #9B9D9F;
}

.modal-custom-bg .head .name h3 span {
  display: block;
  color: black;
  font-size: 14px;
}

.modal-custom-bg .head .name .Fa-list {
  margin: 0;
  padding: 10px 0px;
  list-style: none;
}

.modal-custom-bg .head .name .Fa-list li {
  padding-bottom: 5px;
}

.modal-custom-bg .head .name .Fa-list li i {
  color: var(--color-one);
  margin-right: 5px;
  font-size: 13px;
}

.modal-custom-bg .modal-content {
  background: rgba(255, 255, 255, 1);
  border: 0px;
  border-radius: 15px;
}

.modal-custom-bg .modal-body {
  padding: 0;
}

.modal-custom-bg .modal-body .close {
  font-size: 2rem;
  line-height: 1;
  color: var(--color-black);
  opacity: 1;
  position: absolute;
  z-index: 9;
  border: none;
  right: 17px;
  top: 22px;
  background: none;
}

.modal-custom-bg .modal-body .close:hover {
  opacity: 0.6;
}

.modal-custom-bg .modal-custom-text-body {
  padding: 40px;
  background-color: #f5f5f6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.modal-custom-bg .modal-custom-body .btn-two-full {
  position: absolute;
  right: 0;
  bottom: 0;
}

.modal-custom-bg .search-modal .modal-content {
  background: rgba(255, 255, 255, 0);
}

.head-line1 {
  font-weight: 600;
  font-size: 18px;
  padding: 0 0 10px 0;
  margin-bottom: 15px;
  margin-top: 0 !important;
  color: #77682D !important;
  width: 100%;
}


.news-box {
  background: #f5f5f5;
  border-radius: 15px;
  display: flex;
  margin: 12px 0;
  box-shadow: 0 0rem 0.5rem rgba(0, 0, 0, .15);
}

.news-box img {
  border-radius: 15px;
  object-fit: cover;
  width: 159px;
  height: 159px;
  padding: 3px;
}

.news-box a h3 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

.news-box .news-box-content a h5 {
  /* color: var(--color-two); */
  font-size: 16px;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-box .news-box-content {
  width: 75%;
  position: relative;
  display: flex;
}

.news-box .news-box-content a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  width: 100%;
}



@media(min-width:320px) and (max-width:1080px) {
  .slider img {
    border-radius: 0px;
  }

  .slider {
    width: 100%;
  }

  .justify-content-center {
    justify-content: center;
  }

  /* .slider,.inner-banner{margin-top: 64px;} */
  .inner-banner img {
    min-width: 100%;
    height: 130px;
    object-fit: cover;
  }

  .hidden-xs,
  .for-md {
    display: none !important;
  }

  .for-xs {
    display: block !important;
  }

  ::-webkit-scrollbar {
    width: 0px;
  }

  .Morder-1 {
    order: 1;
    -webkit-order: 1;
  }

  .Morder-2 {
    order: 2;
    -webkit-order: 2;
  }

  .Morder-3 {
    order: 3;
    -webkit-order: 3;
  }

  .Morder-4 {
    order: 4;
    -webkit-order: 4;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 1.1rem;
    height: 1.1rem;
  }

  .slider .carousel-control-next,
  .slider .carousel-control-prev {
    bottom: 38px;
  }

  footer .text-end {
    text-align: center !important;
  }

  footer {
    padding: 40px 0 0;
    text-align: center;
  }

  .footerextra-Mt {
    margin-top: 20px;
  }

  footer .footer-list {
    margin-top: 10px;
  }

  .back-to-top {
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  ul.footerextra {
    margin: 30px 0 40px;
  }

  footer .copy {
    padding: 30px 0 30px 0;
    margin-top: 20px;
  }

  footer .copy .copy-right {
    text-align: center;
  }

  footer .copy .copy-center {
    padding-top: 20px;
    line-height: 24px;
  }

  footer .copy .copy-center i {
    display: none;
  }

  footer .copy .copy-center span {
    display: block;
  }

  footer .footer-list h3 span {
    display: block;
    margin-right: 0;
    text-transform: uppercase;
  }

  ul.footerextra li {
    list-style: none;
    padding: 6px 12px 6px 12px;
    position: relative;
    z-index: 0;
  }

  ul.footerextra li::before {
    content: "\f192";
    font-family: 'Font Awesome 5 Free';
    left: -3px;
    position: absolute;
    top: 12px;
    font-weight: 900;
    color: var(--color-white);
    font-size: 6px;
  }

  footer .footer-list ul.half li {
    text-align: left;
  }

  #announcementCarousel.carousel-fade .carousel-item a {
    width: 100%;
  }

  .home-announcement-content {
    padding: 10px 15px 5px 15px;
  }

  .topSearch {
    right: 55px;
    top: 7px;
  }

  .search_icon {
    background-color: rgba(0, 0, 0, 0.1);
    height: 40px;
    width: 40px;
    font-size: 16px;
  }

  .search button {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
  }

  .search-body {
    position: relative;
    padding: 30px 15px !important;
  }

  .modal-custom {
    margin-top: 30px;
  }

  .modal-custom-bg .modal-body .close {
    right: 0;
    top: -40px;
  }

  .rwd-table td {
    width: 100%;
  }

  #announcementCarousel {
    padding: 0px 15px;
    margin-right: 0;
  }

  .footer-link-box.Nbr {
    border-right: 0px solid #D9D9D9;
  }

  .footer-link-box.Mbb {
    border-bottom: 1px solid #D9D9D9;
  }

  .footer-link-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-link-bg .container {
    bottom: 0;
  }

  .footer-link-content-bg {
    padding: 50px 20px 50px 20px !important;
    text-align: center;
  }

  .footer-link-content-bg h2 {
    font-size: 40px;
  }

  ul.social-network li {
    margin: 0 10px;
  }

  .home-search-bg {
    padding: 20px;
  }

  .home-search-bg .container {
    padding: 20px;
  }

  ul.home-search-sub-list {
    text-align: center;
  }

  ul.home-search-sub-list li {
    margin: 5px;
  }

  .home-helping-bg {
    padding: 40px 0 40px 0;
  }

  .home-helping-bg img {
    display: none;
  }

  .home-helping-bg h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
  }

  .home-industry-bg {
    padding: 50px 0px 100px 0px;
  }

  .home-industry-bg h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 0;
    display: block;
  }

  .home-industry-bg h4 {
    text-align: center;
    display: block;
  }

  .home-industry-bg h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 0;
    display: block;
  }

  .home-problems-bg {
    padding: 60px 0 60px 0;
  }

  .home-problems-bg h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }

  .home-problems-box.br {
    border-right: 0px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
  }

  .home-problems-box {
    text-align: center;
    padding: 20px 30px;
    margin: 0;
  }

  .home-contractor-bg h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }

  .home-contractor-bg h3 {
    text-align: center;
  }

  .home-contractor-bg {
    padding: 40px 0;
  }

  .home-about-bg .container-fluid {
    padding: 40px;
    text-align: center;
  }

  .home-about-bg h2 {
    text-align: center;
    font-size: 28px;
  }

  .home-about-bg .container-fluid::after {
    display: none;
  }

  .home-about-img-box,
  .home-stats-bg::after,
  .home-environmental-bg::after {
    display: none;
  }

  .home-stats-bg {
    padding: 40px 0;
  }

  .home-stat-counter-list li {
    width: 48%;
    margin: 20px 0 20px 0px;
    text-align: center;
  }

  .home-stat-counter-list li h2 span {
    font-size: 44px;
  }

  .home-stat-counter-list li h3 {
    font-size: 15px;
  }

  .home-working-bg {
    text-align: center;
    padding: 60px 0 100px 0;
  }

  .home-working-bg h2 {
    font-size: 28px;
  }

  .home-news-bg {
    padding: 40px 0 40px 0;
  }

  .home-news-bg h2 {
    font-size: 28px;
  }

  .home-environmental-bg {
    padding: 70px 0 80px 0;
    text-align: center;
  }

  .home-environmental-content h2 {
    font-size: 28px;
  }

  .home-environmental-img {
    margin-bottom: 40px;
  }

  .home-environmental-content p {
    text-align: center;
  }

  .inner-bg h2 {
    font-size: 25px;
    text-align: center;
    line-height: 30px;
  }

  .inner-bg h2 span {
    display: inline-block;
  }

  .inner-bg h2::before {
    opacity: 0.2;
    right: 0;
  }

  .vision-box {
    padding: 20px 20px;
  }

  .vision-box h3 {
    font-size: 28px;
    text-align: center;
  }

  .inner-connect-bg {
    text-align: center;
    padding: 60px 0;
  }

  .inner-connect-bg h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .inner-banner .inner-breadcrumb {
    display: none;
  }

  .inner-banner h1 {
    bottom: 5px;
    left: 0;
    text-align: center;
    font-size: 24px;
    margin: 0;
  }

  .director-box-name h4 {
    text-align: center;
  }

  .director-box-img {
    margin-bottom: 20px;
  }

  .contact-form-bg {
    margin-top: 20px;
    padding: 30px 30px;
  }

  .contact-address-box.br {
    border-right: 0px solid #ACACAC;
  }

  .contact-head-box {
    margin-right: 0px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ACACAC;
  }

  .contact-address-box,
  .contact-address-box p {
    text-align: center;
  }

  .top-service-image {
    padding-left: 12px;
  }

  .inner-service-icon-box.br {
    border-right: 0px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
  }

  .inner-service-bg {
    padding: 40px 0;
  }

  .inner-service-bg h2 {
    text-align: center;
  }

  .inner-service-equipment-bg .container {
    padding: 40px;
  }

  .inner-service-equipment-image {
    margin: 20px 0;
  }

  .service-gallery-bg {
    padding: 40px 0px 40px 0px;
  }

  .service-gallery-bg::before {
    top: 0;
    right: 25px;
  }

  .inner-partner-box {
    padding: 20px 20px;
  }

  .static-equipment-box {
    width: 47%;
  }

  .inner-partner-bg h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
  }

  figure.effect-sadie h2 {
    bottom: 35%;
    line-height: 25px;
    left: 0;
    text-align: center;
  }

  figure.effect-sadie h4 {
    text-align: center;
    left: 0;
  }

  figure.effect-sadie:hover h2 {
    -webkit-transform: translate3d(0, -5%, 0) translate3d(0, -73px, 0);
    transform: translate3d(0, -5%, 0) translate3d(0, -73px, 0);
  }

  .home-contractor-box {
    padding: 10px;
  }

  .service-common-box {
    width: 47%;
  }

  .service-common-box-image h5 {
    font-size: 12px;
    line-height: 18px;
  }

  .home-industry-box {
    padding: 15px 5px 0 5px;
  }

  figure.effect-sadie figcaption::before {
    bottom: -120px;
  }

  figure.effect-sadie h4 {
    bottom: 72px;
  }

  .home-video-bg {
    padding: 40px 20px 0 20px;
  }

  .home-video-bg h2 {
    top: 0;
  }

  .home-video-bg-top {
    top: 0;
  }

  .careers-find-more-bg-box {
    text-align: center;
  }

  .careers-find-more-bg-box h3 {
    font-size: 18px;
    text-align: left;
  }

  .careers-find-more-bg-box h3 span {
    position: relative;
    display: block;
    text-align: right;
    margin-top: 10px;
  }

  .careers-find-more-bg-box .btn-two-full,
  .careers-find-more-bg-box .btn-two {
    margin: 0 0px 10px 0;
  }

  .careers-team-bg::before {
    display: none;
  }

  .careers-team-bg {
    padding: 0px 0 120px 0;
  }

  .careers-team-bg h2 {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  }

  .careers-team-bg-success {
    bottom: 30px;
  }

  .careers-team-bg-success h3 {
    font-size: 22px;
  }

  .careers-find-more-tab.r-tabs .r-tabs-panel ul li {
    width: 100%;
    margin: 5px 0;
    padding-bottom: 0;
  }

  .careers-find-more-tab.r-tabs .r-tabs-panel {
    padding: 20px 20px 20px 30px;
  }

  .careers-find-more-tab.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    text-align: center;
    font-size: 18px;
    color: var(--color-black);
    font-weight: 500;
  }

  .careers-find-more-tab.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background: var(--color-blue);
  }

  .inner-brochure-bg {
    padding: 40px 0;
    text-align: center;
  }

  .inner-brochure-bg h3 {
    margin-bottom: 20px;
  }

  .home-first-section {
    padding: 100px 10px 40px;
  }

  .paddsfifty {
    padding: 0 10px;
  }

  .headMian {
    font-size: 23px;
    padding-bottom: 15px;
  }

  .headOne::after {
    width: 50%;
  }

  .home-secound-section::before {
    width: 100%;
    left: 0;
    border-radius: 0px;
  }

  .home-first-section::before {
    height: 567px;
  }

  .home-secound-section .meetbox {
    margin: 7px 0;
  }

  .home-secound-section::after {
    display: none;
  }

  .home-secound-section {
    padding: 40px 10px 60px
  }

  .home-third-section {
    padding: 40px 5px;
  }

  .home-fourth-section h1 {
    top: -37px;
    font-size: 156px;
  }

  .home-fourth-section {
    padding: 160px 0 0px;
  }

  .home-fourth-section::after {
    height: 855px;
    width: 100%;
    top: -68px;
    border-radius: 0px;
    left: 0;
  }

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

  .home-sixth-section {
    padding: 60px 0px;
  }

  /* .home-sixth-section span {    display: none;} */
  .padding {
    padding: 20px 0;
  }

  .home-sixth-section .newsbox {
    text-align: center;
    border-top: 0.5px solid #000000;
  }

  .home-sixth-section .newsbox img {
    padding: 5px 0;
  }

  .home-seventh-section .paddingtop {
    padding-top: 30px;
  }

  .home-seventh-section p {
    text-align: center;
  }

  footer::before {
    height: 400px;
  }

  footer span {
    float: none;
  }

  footer address {
    font-size: 15px;
  }

  .home-program-section .programbox {
    padding: 30px 0;
    margin: 10px;
  }

  .home-program-section::before {
    width: 100%;
    height: 770px;
    border-radius: 0;
  }

  .enquire .contents {
    position: relative;
    width: 90%;
    padding: 25px 25px;
    background: #FFFFFF;
    top: -28px;
    right: 0;
    height: 267px;
    left: 5%;
    border-radius: 20px;
  }

  .enquire .contents p {
    padding: 0px 0;
    text-align: center;
  }

  .enquire .contents a {
    display: block;
    margin: 10px 0;
  }

  .enquire::before {
    height: 417px;
  }

  .enquire {
    padding: 60px 10px 0px;
  }

  .headSmall {
    font-size: 20px;
  }

  .paddds {
    padding: 50px 10px 0;
  }

  .vedio-section {
    height: 385px;
  }

  .home-sixth-section .bgk {
    bottom: 0px;
    width: 95%;
    padding: 60px 5px 60px;
    border-radius: 20px;
  }

  .home-sixth-section::before {
    height: 139px;
  }

  .student-testimonials {
    padding: 0 10px 50px;
  }

  .student-testimonials .studenttab .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    padding: 7px 18px;
  }

  .student-testimonials h2 {
    font-size: 19px;
    line-height: 31px;
  }

  .student-testimonials .studenttab {
    padding: 20px 0;
  }

  .student-testimonials .studentbox {
    padding: 30px;
  }

  .mediaGallery {
    padding: 60px 10px 0px;
  }

  .contactrow {
    padding: 60px 10px 10px;
  }

  .contactrow .contactBox {
    width: 95%;
    margin: 10px auto;
    padding: 20px;
  }

  .contactrow .contactBox a {
    margin: 0 1px;
  }

  .padding-top-thirty {
    padding-top: 0px;
  }

  .inner-banner {
    top: 70px;
  }

  .adminBox {
    width: 47%;
  }

  .adminBox::after {
    width: 88%;
    left: 12px;
  }

  .about-bg {
    padding: 110px 0 40px;
  }

  .admissionul {
    display: block;
    margin: 10px 0;
    text-align: center;
    padding: 0;
  }

  .admissionul li {
    padding: 10px 0;
  }

  .admissionbg {
    padding: 20px 0 0;
    display: block;
  }

  .admissionbg .admissionbox {
    width: 98%;
    margin: 10px auto;
    padding: 50px 20px;
  }

  .boxImage::after {
    width: 22%;
    left: 1px;
  }

  .faculty {
    width: 46%;
  }

  .faculty::after {
    width: 88%;
  }

  .visionmissionsection {
    padding: 40px 0;
  }

  .visionmissionsection .visionbox {
    padding: 20px;
  }

  .visionmissionsection .missionnbox {
    padding: 20px;
  }

  .paddingtop {
    padding-top: 0;
  }

  .pray {
    margin-top: 35px;
  }

  .headMian {
    margin-top: 15px;
  }

  .student-testimonials {
    margin-top: 25px;
  }

  ul.inner-common-menu-bg {
    flex-wrap: wrap;
  }

  .size {
    height: 250px;
    width: 280px;
    margin-top: 15px;
    border-radius: 18px;
    object-fit: cover;
  }

  .faculty img {
    height: 245px;
  }


  .modal-custom-bg .head h2 {
    text-align: center;
  }

  .gallery-rad {
    border-radius: 25px;
  }





}


@media(min-width:1081px) and (max-width:1350px) {
  .careers-team-bg::before {
    left: -160px;
  }

}

@media screen and (min-width: 1920px) {

  /*For Projectors or Higher Resolution Screens (Full HD)*/
  .container {
    width: 1890px;
  }
}

@media screen and (min-width: 3840px) {

  /* For 4K Displays (Ultra HD) */
  .container {
    width: 3810px;
  }

  .home-industry-bg::before,
  .home-about-img-box::before,
  .inner-bg h2::before,
  .director-box-img::before,
  .service-gallery-bg::before {
    display: none;
  }
}