@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --primary-color: #3968AE;
  --black-color: #050505;
}
body {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  color: var(--black-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  color: #000a2d;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}

p {
  font-family: 'Lato', sans-serif;
  color: var(--black-color);
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: normal;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a {
  color: #000;
}

a:hover {
  color: #fff;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

a,
button {
  color: #000;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.capitalize {
  text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

.btn-orange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-orange .btn-outline-orange {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  font-size: 13px;
  font-weight: bold;
  padding: 9px 30px;
  letter-spacing: 1px;
}

.btn-orange .btn-outline-orange:hover {
  background: var(--primary-color);
  color: #fff;
  border: 2px solid var(--primary-color);
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
}

.btn-orange .btn-btn-orange {
  border: 2px solid var(--primary-color);
  font-size: 16px;
  font-weight: bold;
  padding: 17px 72px;
  letter-spacing: 1px;
  background: var(--primary-color);
  color: #fff;
  border: 2px solid var(--primary-color);
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
}

.btn-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-white .btn-outline-white {
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 17px 72px;
  letter-spacing: 1px;
}

.btn-white .btn-outline-white:hover {
  background: #fff;
  color: var(--primary-color);
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
}

.main-title h1 {
  font-size: 40px;
  font-weight: 900;
  color: var(--black-color);
  line-height: 60px;
}

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

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

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

.orange-color {
  color: var(--primary-color);
}

.flex-percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header {
  z-index: 9999;
}

.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff;
}

.header-area .main-header {
  padding: 0px 100px;
}

.right-side .save-time p a {
  color: var(--primary-color);
}

.right-side .save-time li a {
  color: var(--primary-color);
}

.number-list {
  padding-left: 15px;
}

.number-list li {
  padding: 0 !important;
}

.number-list li::before {
  display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area .main-header {
    padding: 0px 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .main-header {
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header {
    padding: 22px 50px;
  }
  .modal .modal-dialog {
    max-width: 90% !important;
  }
  .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev {
    left: 0px !important;
  }
  .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next {
    right: 0px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .main-header {
    padding: 22px 20px;
  }
  .modal .modal-dialog {
    max-width: 90% !important;
  }
  .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev {
    left: 0px !important;
  }
  .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next {
    right: 0px !important;
  }
  .right-side .save-time .showcase .item {
    margin-top: 40px;
  }
  .contact-info .left-side {
    padding-left: 0px !important;
  }
}

@media (max-width: 575px) {
  .header-area .main-header {
    padding: 22px 14px;
  }
  .modal .modal-dialog {
    max-width: 90% !important;
  }
  .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev {
    left: 0px !important;
  }
  .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next {
    right: 0px !important;
  }
  .right-side .save-time .showcase .item {
    margin-top: 40px;
  }
  .right-side .campus .caroBox .owl-carousel .owl-nav button.owl-prev span {
    left: -5px !important;
  }
  .right-side .campus .caroBox .owl-carousel .owl-nav button.owl-next span {
    right: -5px !important;
  }
  .btn-white .btn-outline-white {
    padding: 15px 46px;
  }
  .btn-orange .btn-outline-orange {
    padding: 15px 46px;
  }
  .right-side .campus .caroBox .owl-carousel .campus-item .innerCaro a {
    padding: 25px !important;
  }
  .contact-info .left-side {
    padding-left: 0px !important;
  }
}

@media (max-width: 414px) {
  .right-side .save-time .showcase .item {
    display: block !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-header .main-menu {
    margin-right: 30px;
  }
}

.header-area {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 100;
  position: relative;
}

.main-header .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.main-header .main-menu ul li a {
  color: #000019;
  font-weight: bold;
  padding: 39px 12px;
  display: block;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-transform: uppercase;
  position: relative;
  margin: 0 0;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  position: relative;
  border-bottom: 4px solid transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header .main-menu ul li a {
    padding: 39px 8px;
    margin: 0 5px;
    font-size: 12px;
  }
  .logo img {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-header .main-menu ul li a {
    margin: 0 0;
  }
}

.main-header .main-menu ul li:hover > a {
  position: relative;
  color: var(--primary-color);
}

.main-header .main-menu ul li:hover > a:not(:only-child):after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid var(--primary-color);
}

.main-header .main-menu ul li.active > a {
  position: relative;
  color: var(--primary-color);
}

.main-header .main-menu ul li.active > a:not(:only-child):after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid var(--primary-color);
}

.main-header .main-menu ul li a:not(:only-child):after {
  content: "";
  position: absolute;
  right: -3px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  line-height: 100px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #000019;
}

.main-header .main-menu ul ul.submenu {
  position: absolute;
  width: 170px;
  background: #fff;
  left: 0;
  top: 120%;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.main-header .main-menu ul ul.submenu > li {
  margin-left: 7px;
  display: block;
}

.main-header .main-menu ul ul.submenu > li > a {
  padding: 6px 10px !important;
  font-size: 14px;
  text-transform: capitalize;
  margin: 0;
  border: none;
}

.main-header .main-menu ul ul.submenu > li > a:hover {
  color: var(--primary-color);
  background: none;
  border: none;
}

.main-menu ul li.active > a::before {
  width: 100%;
}

.main-menu ul li:hover > a::before {
  width: 100%;
}

.main-header .main-menu ul ul.submenu > li > a:hover {
  padding-left: 15px !important;
}

.main-header .main-menu ul ul.submenu > li > a:hover::before {
  width: 10px;
}

.main-header ul > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main-header .header-sticky.sticky-bar {
  background: #fff;
}

.main-header.header-sticky.sticky-bar .main-menu ul li a:not(:only-child):after {
  line-height: 74px;
}

.header-sticky.sticky-bar .main-menu ul > li > a {
  padding: 25px 12px;
  margin: 0 0;
}

.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 99;
}

.mobile_menu .slicknav_menu {
  background: transparent;
  margin-top: 16px !important;
}

.mobile_menu .slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #ec5b53;
}

.mobile_menu .slicknav_menu .slicknav_icon-bar {
  background-color: #ec5b53 !important;
}

.mobile_menu .slicknav_btn {
  top: -55px;
}

.mobile_menu .slicknav_nav {
  margin-top: 0px;
}

#intro {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 35px;
}

#intro h2 {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 30px;
  line-height: 60px;
}

#intro h2 span {
  color: #DE9623;
}

#intro::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}

#intro .container {
  position: relative;
  z-index: 1;
}

/*** FlashNew Marquee ***/
.flashnews .marquee-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
  margin-top: -35px;
  width: 100%;
  padding-right: 20px;
}

.flashnews .marquee-block h4 {
  height: 70px;
  width: 270px;
  background: var(--primary-color);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.marquee:hover .marquee__item {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.marquee a:hover {
  color: var(--primary-color);
}

.marquee__seperator {
  width: 11px;
  height: 11px;
  background: var(--primary-color);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 1em;
  display: inherit;
  border-radius: 20px;
}

.marquee__item {
  display: inline-block;
  will-change: transform;
  -webkit-animation: marquee 25s linear infinite;
          animation: marquee 25s linear infinite;
}

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

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

.marquee {
  background-color: #fff;
  padding: 1rem 0;
  color: var(--black-color);
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}

/*** MAIN ***/
.right-side .recent-news {
  background: var(--primary-color);
  padding: 40px;
}

.right-side .recent-news h1 {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
}

.right-side .recent-news ul {
  margin-bottom: 20px;
}

.right-side .recent-news ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-bottom: .8px solid #fff;
  padding: 10px 0px 1px;
  margin-bottom: 9px;
  display: inline-block;
}

.right-side .about-us img {
  width: 100%;
  margin: 10px 0px 30px;
}

.right-side .save-time img {
  margin: 10px 0px 30px;
  width: 100%;
}

.right-side .save-time p {
  margin-bottom: 20px;
}

.right-side .save-time h4 {
  font-size: 20px;
  font-weight: 900;
  margin-top: 30px;
  line-height: 28px;
}

.right-side .save-time .box-item {
  margin-bottom: 40px;
}

.right-side .save-time ul {
  margin-bottom: 30px;
}

.right-side .save-time ul li {
  display: block;
  line-height: 28px;
  margin: 10px 0;
  padding-left: 40px;
  position: relative;
}

.right-side .save-time ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background: var(--primary-color);
  position: absolute;
  left: 0px;
  top: 8px;
  border-radius: 50px;
}

.right-side .save-time ul li .link-custom {
  text-decoration: underline;
}

.right-side .save-time ul li .link-custom:hover {
  color: var(--primary-color);
}

.right-side .save-time .showcase {
  background: var(--primary-color);
  padding: 40px 20px;
  margin: 30px 0px;
}

.right-side .save-time .showcase .item {
  text-align: center;
}

.right-side .save-time .showcase .item .mr-3 {
  height: 70px;
  margin-top: 0px;
  margin-right: 0 !important;
  width: auto;
  margin-bottom: 15px;
}

.right-side .save-time .showcase .item .media-body h5, .right-side .save-time .showcase .item .media-body p {
  color: #fff !important;
}

.right-side .save-time .showcase .item .media-body h5 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

.right-side .save-time .showcase .item .media-body p {
  font-size: 14px;
  margin-bottom: 0px;
  line-height: normal;
}

.right-side .save-time .media {
  margin-top: 30px;
  padding-right: 60px;
}

.right-side .save-time .media img {
  width: 60px;
  margin-top: 0px;
}

.right-side .save-time .media .media-body {
  margin-left: 10px;
}

.right-side .save-time .media .media-body h5 {
  font-size: 20px;
  font-weight: 900;
  color: var(--primary-color);
}

.right-side .save-time .media .media-body p {
  font-weight: 16px;
}

.right-side .save-time table {
  font-size: 16px;
  font-weight: normal;
  margin-top: 30px;
  width: 100%;
  min-width: 500px;
}

.right-side .save-time table thead {
  background: #F0F0F0;
  color: var(--primary-color);
}

.right-side .save-time table thead tr th {
  vertical-align: middle;
}

.right-side .save-time table tbody tr td {
  vertical-align: middle;
}

.right-side .save-time table button {
  background: var(--primary-color);
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 12px 24px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.right-side .save-time table button:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.right-side .campus .caroBox {
  margin-top: 20px;
}

.right-side .campus .caroBox .owl-carousel .campus-item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 20px 20px 30px;
  border: 1px solid #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.right-side .campus .caroBox .owl-carousel .campus-item .innerCaro a {
  padding: 40px;
  display: inline-block;
}

.right-side .campus .caroBox .owl-carousel .campus-item .innerCaro a .campus-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}

.right-side .campus .caroBox .owl-carousel .campus-item .innerCaro a h4 {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 900;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.right-side .campus .caroBox .owl-carousel .owl-nav button span {
  color: var(--primary-color);
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: 35%;
}

.right-side .campus .caroBox .owl-carousel .owl-nav button.owl-prev span {
  left: -15px;
}

.right-side .campus .caroBox .owl-carousel .owl-nav button.owl-next span {
  right: -15px;
}

.right-side .campus .caroBox .owl-carousel .owl-nav button.disabled span {
  opacity: .4;
}

.right-side .facilities h1 {
  margin-bottom: 40px;
}

.right-side .facilities .fac-box {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 60px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.right-side .facilities .fac-box a {
  width: 100%;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  position: relative;
}

.right-side .facilities .fac-box a .img-box {
  width: 100%;
}

.right-side .facilities .fac-box a h4 {
  position: absolute;
  bottom: 0px;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
  background: var(--primary-color);
  height: 108px;
  width: 100%;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
  padding-left: 40px;
  padding-top: 45px;
}

.right-side .gallery-view img {
  margin: 15px 0px;
  cursor: pointer;
}

.right-side .gallery-view h5 {
  font-size: 18px;
  font-weight: 900;
}

.right-side .gallery-view a {
  display: block;
}

.right-side .gallery-view a .caption h4 {
  margin-top: 0px;
  font-weight: 900;
  font-size: 20px;
}

.right-side .gallery-view a .caption p {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}

.events .describe h3 {
  font-size: 24px;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 0px;
}

.events .describe img {
  margin-top: 10px;
}

.events .describe h5 {
  font-size: 18px;
  font-weight: 900;
  margin: 0px;
}

.left-side {
  width: 100%;
  height: auto;
  margin-top: 60px;
  background: #F3F3F3;
/*   margin-bottom: 80px; */
}

.left-side .addBg {
  height: auto;
  padding-bottom: 70px;
  position: relative;
  top: 0px;
}

.left-side .addBg .marquee-vertical {
  height: 570px;
  overflow: hidden;
}

.left-side .addBg .marquee-vertical h4 {
  padding: 20px 20px;
  font-size: 18px;
  font-weight: bold;
  color: var(--black-color);
}

.left-side .addBg .notice {
  margin-top: 40px;
}

/**Scoll Div Fixed**/
.stickySide {
  top: 0;
  width: 100%;
  height: 100%;
}

/* .left-side {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
} */

.marquee2 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.marquee2:hover .marquee2__item {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.marquee2 a {
  display: block;
  margin: 20px 0px;
  text-decoration: underline;
  font-size: 14px;
  padding: 0px 20px;
  white-space: normal;
}

.marquee2 a:hover {
  color: var(--primary-color);
}

.marquee2__item {
  display: block;
  will-change: transform;
  -webkit-animation: marquee2 10s linear infinite;
          animation: marquee2 10s linear infinite;
  position: relative;
}

.marquee2__item_abs {
  display: block;
}

@-webkit-keyframes marquee2 {
  0% {
    top: 10em;
  }
  100% {
    top: -30em;
  }
}

@keyframes marquee2 {
  0% {
    top: 10em;
  }
  100% {
    top: -30em;
  }
}

.marquee2 {
  background-color: inherit;
  padding: 1rem 0;
  color: var(--black-color);
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}

footer {
  background: var(--primary-color);
  color: #fff;
  padding-top: 60px;
  margin-top: 20px;
}

footer div h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}

footer div ul {
  margin-bottom: 30px;
}

footer div ul li .boldWeight {
  font-weight: bold;
}

footer div ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0px;
  display: block;
}

footer div ul li a .fb-icon {
  margin-left: 12px;
  width: 18px;
  border-radius: 3px;
  vertical-align: text-bottom;
}

footer div ul.latestupdates li {
  text-decoration: underline;
  margin-bottom: 14px;
}

footer div ul.latestupdates li a {
  line-height: 28px;
}

footer div ul.info li a {
  margin-top: 0px;
}

footer h6 {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 600;
  background: #fff;
  padding: 20px 0px 10px;
}

.save-time .contact-us {
  margin-top: 20px;
}

.save-time .contact-us form .form-group {
  margin-bottom: 15px;
}

.save-time .contact-us form .form-group label {
  color: #5E5E7A;
  font-size: 18px;
  display: block;
}

.save-time .contact-us form .form-group label span {
  color: #FF2525;
}

.save-time .contact-us form .form-group .form-control {
  border: 1px solid #B0B8D0;
  height: 50px;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.save-time .contact-us form .form-group .form-control:focus {
  -webkit-box-shadow: 0px 0px 20px rgba(225, 99, 40, 0.2);
          box-shadow: 0px 0px 20px rgba(225, 99, 40, 0.2);
  border-color: var(--primary-color);
}

.save-time .contact-us form .form-group textarea {
  width: 100%;
  border: 1px solid #B0B8D0;
  resize: none;
  border-radius: 5px;
  min-height: 200px;
  padding: 10px 20px;
}

.save-time .contact-us form .form-group textarea:focus {
  -webkit-box-shadow: 0px 0px 20px rgba(225, 99, 40, 0.2);
          box-shadow: 0px 0px 20px rgba(225, 99, 40, 0.2);
  border-color: var(--primary-color);
}

.save-time .contact-us form .btn-bg-orange {
  background: var(--primary-color);
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 12px 28px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.save-time .contact-us form .btn-bg-orange:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.contact-info .left-side {
  background: transparent;
  padding-left: 50px;
  color: #000;
}

.contact-info .left-side .item {
  margin-bottom: 20px;
}

.contact-info .left-side .item h4 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

.contact-info .left-side .item ul li {
  margin-bottom: 5px;
  cursor: pointer;
}

.contact-info .left-side .item ul li span {
  color: #000;
  width: 140px;
  display: inline-block;
}

.contact-info .left-side .item p {
  margin-bottom: 0px;
}

.contact-info .left-side .item:last-child ul li {
  color: var(--primary-color);
}

/**** Modal ****/
.modal {
  padding: 0px;
}

.modal .modal-dialog {
  max-width: 800px;
  margin: 4rem auto;
}

.modal .modal-dialog .modal-content {
  background: transparent;
  border: none;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
}

.modal .modal-dialog .modal-content .modal-body .carousel .carousel-inner {
  border-radius: 30px;
}

.modal .modal-dialog .modal-content .modal-body .carousel .carousel-inner .carousel-item img {
  margin: 0px auto;
}

.modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev {
  left: -120px;
}

.modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next {
  right: -120px;
}

.modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev span,
.modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next span {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev span img,
.modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next span img {
  width: 16px;
  height: 16px;
  margin: auto;
}

.modal-backdrop {
  opacity: .6 !important;
}
/*# sourceMappingURL=style.css.map */

#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}

.owl-carousel .item {
    background-size: cover;
    background-position: center;
    height: 100vh;
}

/* Navigation arrows styling */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.owl-nav button {
    background: none;
    border: none;
    font-size: 2rem;
    color: #fff;
    pointer-events: auto;
    cursor: pointer;
    outline: none;
    transition: color 0.3s ease;
}

.owl-nav button:hover {
    color: orange; /* Hover effect */
}

/* Position and styles for the left and right arrows */
.owl-prev-arrow {
    position: absolute;
    left: 20px;
}

.owl-next-arrow {
    position: absolute;
    right: 20px;
}

/* Dots styling */
.owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

.owl-dot.active {
    background: orange; /* Highlight active dot */
}

.why-chds-buttons {
  font-size: 18px;
  font-weight: 700;
  color: #37475a;
}
.why-slides-active .why-chds-buttons {
  opacity: 0;
}
.why-chds-buttons img {
  border-radius: 100%;
  border: 15px solid #fff;
  box-shadow: 0 0 0 1px #eae9e9;
  transition: .3s ease;
  width: 100%;
  height: auto;
}
.why-chds-buttons > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.5555555556em;
  max-width: 73.75rem;
}
@media (min-width: 600px) {
  .why-chds-buttons > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .why-chds-buttons > .fsElementContent > .fsElement {
    width: 50%;
  }
}
@media (min-width: 1180px) {
  .why-chds-buttons > .fsElementContent > .fsElement {
    width: 24%;
  }
}
.why-chds-buttons > .fsElementContent > .fsElement:hover {
  cursor: pointer;
}
.why-chds-buttons > .fsElementContent > .fsElement:hover img {
  border-color: #C4201F;
}
.why-chds-buttons > .fsElementContent > .fsElement:nth-child(2):hover img {
  border-color: #336A40;
}
.why-chds-buttons > .fsElementContent > .fsElement:nth-child(3):hover img {
  border-color: #3968AE;
}
.why-chds-buttons > .fsElementContent > .fsElement:nth-child(4):hover img {
  border-color: #DE9623;
}

.why-chds-slides {
  background: #f5f5f7;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 1180px) {
  .why-chds-slides {
    transition: .3s;
  }
}
body:not(.fsComposeMode) .why-chds-slides {
  padding-top: 90px;
  padding-bottom: 90px;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.aigpl-img-wrp {
  border: 1px solid #ccc;
  padding: 5px;
  z-index: 1;
}

.aigpl-img-wrp::after {
  border-width: 4px !important;
  bottom: 10%;
  content: " ";
  left: 2%;
  position: absolute;
  right: 11px;
  top: 5px;
  border-style: none none double double !important;
  border-color: #ccc;
  z-index: -1;
}

.aigpl-img-title {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
  line-height: normal;
  margin: 15px 0 0;
  padding: 0;
}

.item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* var(--black-color) overlay with 50% opacity */
  z-index: 1;
}
.owl-nav .owl-nav-icon::before {
  font-size: 3rem; /* Adjust size */
  color: var(--primary-color); /* Change to desired color */
  padding: 10px; /* Adjust padding */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

h5.card-title{
  color: var(--primary-color);
}
.rounded-3{
  border-radius: 3%;
}

.mb-32{
  margin-bottom: 32px !important;
}
.mb-80{
  margin-bottom: 80px !important;
}

.comp-blue-bg{
  background: #E2E9F3;
}

.comp-gray-bg{
  background: #FCF5E9;
}

.card-body a, .card-body a:hover{
  color: var(--primary-color);
}

h5.card-title{
  color: var(--black-color)
}

#facilities-carousel img{
  width: 100%; /* You can set the dimensions to whatever you want */
  height: 225px;
  object-fit: cover;
}

#gallery img{
  width: 100%; /* You can set the dimensions to whatever you want */
  height: 250px;
  object-fit: fill;
}
.about-first img{
  height: 300px;
  object-fit: cover;
}