body {
  font-family: 'Poppins', sans-serif;
}

.expanded {
  max-width: 1320px;
}

@media (min-width: 768px) {
  .expanded {
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    padding: 0px 7%;
  }
}

.accordion-item {
	border: none;
}

/* img {
  width: 100%;
  overflow: hidden;
} */

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul li {
  display: inline-block;
}

p {
  font-size: 15px;
  line-height: 26px;
  color: #7a7a7a;
}

button.main-button {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  color: #ffffff;
  background-color: #f8ac20;
  padding: 11px 25px;
  border-radius: 7.5px;
  display: inline-block;
  outline: none;
  border: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-weight: bold;
}

button.main-button:hover {
  background-color: #2a2a2a;
}

button.learn-more-button{
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  color: #ffffff;
  background-color: #846d52;
  padding: 11px 25px;
  border-radius: 7.5px;
  display: inline-block;
  outline: none;
  border: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-weight: bold;
  box-shadow: 2px 2px 6px rgba(150, 0, 0, 0.4); /* darker red shadow */
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

button.learn-more-button:hover {
  background-color: #2a2a2a;
}

.primary-button a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  color: #ffffff;
  background-color: #f8ac20;
  padding: 11px 25px;
  border-radius: 7.5px;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.primary-button a:hover {
  background-color: #2a2a2a;
}

.white-button a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  color: #f8ac20;
  background-color: #ffffff;
  padding: 11px 25px;
  border-radius: 7.5px;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.white-button a:hover {
  color: #ffffff;
  background-color: #f8ac20;
}

section {
  margin-top: 00px;
  padding-top: 60px;
}

/* @media (min-width: 576px) {
  section {
    margin-top: 60px;
    padding-top: 60px;
  }
} */

.section-heading {
  margin-bottom: 30px;
}

.section-heading h2 {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  color: #2a2a2a;
  line-height: 32px;
}

.section-heading {
  font-size: 22px;
}

.whoWeServe-header {
  font-size: 32px;
  color: #000000;
  line-height: 40px;
}

.Comprehensive-header {
  font-size: 32px;
  color: #000000;
  line-height: 40px;
}

.section-heading h2 em {
  color: #f8ac20;
  font-style: normal;
  padding-left: 100px;
  position: relative;
}

.section-heading h2 em::before {
  width: 80px;
  height: 2px;
  background-color: #f8ac20;
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
}

.loader {
  background-color: #2a2a2a;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 222222;
}

.loader svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loader svg path,
.loader svg rect {
  fill: #f8ac20;
}

.main-navigation {
  /* position: absolute; */
  width: 100%;
  background-color: #2a2a2ad4;
  padding: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 99;
}

.navbar-nav {
  background-color: #2a2a2a;
  border-radius: 7.5px;
  padding: 10px 20px;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .navbar-nav {
    background-color: transparent;
    border-radius: 0px;
    padding: 0px;
    margin-top: 0px;
  }
}

header.nav-scrolled .main-navigation {
  padding: 10px 0px;
  position: fixed;
  z-index: 222;
  background-color: #2a2a2a;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

header.nav-scrolled .main-navigation .navbar-brand {
  padding: 0px;
}

header.nav-scrolled .main-navigation .navbar-nav {
  margin-top: 0px;
}

header.nav-scrolled .main-navigation .navbar-nav .nav-item .nav-link {
  border-top: none;
  padding: 8px 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

@media (min-width: 576px) {
  header.nav-scrolled .main-navigation .navbar-nav .nav-item .nav-link {
    font-weight: 400;
  }
}

header.nav-scrolled .main-navigation .navbar-nav .nav-item .active {
  border-top: none;
  border-radius: 7px;
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navbar-light {
  padding: 10px 0px;
}

@media (min-width: 992px) {
  .navbar-light {
    padding: 0px;
  }
}

.navbar-light .navbar-brand {

  padding: 10px 0px 10px 0px;
}

/* @media (min-width: 992px) {
  .navbar-light .navbar-brand {
    padding: 7px 0px 7px 0px;
  }
} */

.navbar-light .navbar-nav .nav-item {
  margin-left: 0px;
  text-align: center;
  border-bottom: 1px solid rgba(250, 250, 250, 0.1);
}

.navbar-light .navbar-nav .nav-item:last-child {
  border-bottom: none;
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-item {
    margin-left: 20px;
    border-bottom: none;
  }
}

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 20px;
  font-weight: 400;
  border-top: 2px solid transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #f8ac20;
}

.navbar-light .navbar-nav .nav-item .active {
  font-weight: 400;
  color: #f8ac20;
  background-color: transparent;
  border-radius: 0px;
  border-top: none;
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-item .active {
    background-color: #ffffff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top: 2px solid #f8ac20;
  }
}

.navbar-light .navbar-toggler {
  background-color: #fff;
}

button:focus:not(:focus-visible) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.secondary-banner-section {
  position: relative;
  width: 100%;
}

.secondary-banner-section video{
  width: 100%;
}


/* #video-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

#video-container .video-overlay {
  z-index: 9999;
  background: rgba(0,0,0,0.7);
  width: 100%;
}

#video-container .video-content {
  z-index: 99999;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

#video-container .video-content .inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

#video-container .video-content .inner span {
  font-size: 17px;
  display: block;
  margin: 0px;
  color: #fff;
}

#video-container .video-content .inner h2 {
  margin-bottom: 0px;
  margin-top: 14px;
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
}

#video-container .video-content .inner a {
  margin-top: 30px;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 56px;
  color: #fff;
  background-color: rgba(250,250,250,0.1);
  font-size: 18px;
  border: 3px solid #fff;
  border-radius: 50%;
} */

/* .main-banner {
  background-color: #333;
  background-image: url(../images/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 170px 0px 270px 0px;
  text-align: center;
}

@media (min-width: 576px) {
  .main-banner {
    padding: 270px 0px 400px 0px;
  }
}*/

/* .main-banner h6 {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.5px;
}

.main-banner h2 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 25px;
}

.main-banner h2 em {
  font-style: normal;
  color: #f8ac20;
}  */

.main-banner{
  position: relative;
  width: 100%;
}

.main-banner video{
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.fade-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 20%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #ffffff);
    z-index: 9;
}

.search-form {
  position: absolute;
    margin-top: -80px;
    z-index: 9;
    display: flex;
    align-items: center;
    width: 100%;
}

.search-form #search-form {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 7.5px;
  margin-bottom: 0px;
}

@media (min-width: 576px) {
  .search-form #search-form {
    padding: 40px;
  }
}

.search-form #search-form label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .search-form #search-form label {
    margin-bottom: 10px;
  }
}

.search-form #search-form input, .search-form #search-form select {
  width: 100%;
  height: 44px;
  border-radius: 7.5px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  padding: 0px 15px;
}

.search-form #search-form button.main-button {
  width: 100%;
}

.service-item {
    height: 100%;
    /* text-align: center; */
    border: 2px solid rgb(242, 206, 115);
    border-radius: 10px;
    padding: 30px 20px;
}

#who-we-serve-container .service-item h4, #choose-us-detail-container .service-item h4{
  height: 36px !important;
}

#who-we-serve-container .service-item p, #choose-us-detail-container .service-item p{
  margin-bottom: 0;
}

.service-item .icon {
    margin-bottom: 20px;
}

.service-item .icon i {
    position: relative;
    display: flex;
    background-color: #f2ce736e;
    color: #232323;
    font-size: 24px;
    justify-content: center;
    padding: 5px;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 5px;
}

.service-item h4 {
    position: relative;
    font-size: 1.2rem;
    line-height: 28px;
    padding-right: .8rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    height: 56px;
}

.service-item ul{
  font-size: 15px;
    color: #7a7a7a;
}

.service-item img{
  width: 100% !important;
}

/* testimonial */
.testimonials-wrap {
    padding: 40px 0;
}

.testimonials-wrap .heading-section {
    text-align: center;
}

.testimonials-wrap .sub-heading {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    display: block;
    font-weight: 600;
    color: #f8ac20;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.testimonials-wrap .heading-section h2 {
    font-size: 28px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 15px;
}

.testimonial-box {
    display: block;
    position: relative;
    width: 100%;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.03);
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}

.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    min-width: 80px;
    background-size: 100%;
}

.carousel-testimonial .item {
  padding: 30px 10px;
}

.quote {
    position: absolute;
    top: -23px;
    color: #f8ac20;
    font-size: 27px;
}

.name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
    color: #adadad;
    font-size: 14px;
}
.carousel-testimonial .owl-nav {
    text-align: center;
}
.carousel-testimonial .owl-nav button.owl-next, 
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}
.carousel-testimonial .owl-nav button {
    outline: none;
    padding: 0;
}
.carousel-testimonial .owl-nav button.owl-next span, 
.carousel-testimonial .owl-nav button.owl-prev span {
    display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
}
.carousel-testimonial .owl-nav button.owl-next.disabled, 
.carousel-testimonial .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}

/* contact-us */

/* section.contact-us {
  margin-top: 60px;
  padding: 60px 0px;
  background-image: url(../images/contact-us-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 992px) {
  section.contact-us {
    margin-top: 120px;
    padding: 120px 0px;
  }
} */

section.contact-us .left-form {
  padding-right: 15px;
}

.contact-us-form .section-heading h2{
  font-size: 28px;
    line-height: 24px;
}

@media (min-width: 992px) {
  section.contact-us .left-form {
    padding-right: 0px;
  }
}

section.contact-us .right-map {
  padding-left: 15px;
  position: relative;
  width: 60%;
}

.contact-us-body{
  padding: 30px;
}

.left-form {
    width: 40%;
    float: left;
}

.right-map .img{
	background:url(/assets/images/worldMap_Image.jpg) no-repeat center center;
	background-size: 90% auto;
	position:absolute;
	right:0;
	width:100%;
	top:0;
	bottom:0;
}

@media (min-width: 992px) {
  section.contact-us .right-map {
    padding-left: 0px;
  }
}

section.contact-us form {
  height: 100%;
  padding: 40px;
  border-radius: 7.5px;
  background-color: #ffffff;
  margin-bottom: 0px;
}

/* @media (min-width: 992px) {
  section.contact-us form {
    padding: 60px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
} */

section.contact-us form input {
  width: 100%;
  height: 44px;
  border-radius: 7.5px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  padding: 0px 15px;
  margin-bottom: 15px;
}

section.contact-us form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 120px;
  height: 120px;
  max-height: 120px;
  border-radius: 7.5px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  padding: 10px 15px;
  margin-bottom: 15px;
}

section.contact-us form button.main-button {
  width: 100%;
}

section.contact-us #map iframe {
  border-top-right-radius: 7.5px;
  border-bottom-right-radius: 7.5px;
  border-top-left-radius: 7.5px;
  border-bottom-left-radius: 7.5px;
  margin-top: 30px;
  height: 694px;	
}

@media (min-width: 992px) {
  section.contact-us #map iframe {
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

.contact-us-body .section-heading{
  margin-bottom: 100px;
}

#map{
	background:#f2f2f2;
	height: 694px;	
	position:relative;
	border-top:10px solid #e8bd4e;
}
#map .headline{
	position:absolute;
	bottom:0;
	left:0;
	background:#e8bd4e;
	padding:20px;
	width:30%;
	z-index:2;
}
#map .headline .lower{
	font-size:18px;
	line-height:30px;
	z-index:1;
	color:#222;
}
#map .headline .lower span{
	display:block;	
}
#map .headline .lower span:first-line{
	font-weight:bold;	
}
#map .headline .lower .break{
	height:1px;
	background:rgba(255,255,255,.3);
	margin:10px auto;
	max-width:30%;	
}
#map .headline:before{
	content:'';
	position:absolute;
	left:-10px;
	right:-30px;
	top:0;
	bottom:0;
	transform:skew(14deg);
	background:#e8bd4e;	
	border-radius:0 6px 0 6px;
	z-index:-1;
}
#map .wrap{
	min-height:inherit;
	overflow:hidden;
	position:relative;	
}
#map .wrap:before{
	content:'';
	position:absolute;
	right:-10%;
	top:-20px;
	width:40%;
	height:100px;
	background:#e8bd4e;
	border-radius:6px;
	transform:skew(14deg);	
	z-index:2;
}
#map .wrap:after{
	content:'Visit Us';
	font-size:70px;
	text-transform:uppercase;
	font-weight:700;
	color:var(--font-color);
	position:absolute;
	right:5%;
	top:-15px;
	z-index:2;	
}
#map .wrap > .inner{
	min-height:inherit;	
}

footer.no-margin-footer {
  margin-top: 60px;
}

footer {
  padding-top: 80px;
  text-align: center;
  background-color: #222;
}

footer p{
  color: rgb(213 213 213)
}

@media (min-width: 992px) {
  footer {
    text-align: left;
    padding-top: 80px;
  }
}

footer .about-widget img {
  width: 280px;
  margin-bottom: 30px;
}

footer h4 {
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  color: #e8bd4e;
  margin-bottom: 30px;
  margin-top: 45px;
}

@media (min-width: 992px) {
  footer h4 {
    margin-top: 0px;
  }
}

footer ul.info li {
  display: block;
  margin-bottom: 20px;
}

footer ul.info li a {
  font-size: 15px;
  color: rgb(213 213 213);
  -webkit-transition: all .5s;
  transition: all .5s;
}

footer ul.info li a:hover {
  color: #f8ac20;
}

footer ul.info li:last-child {
  margin-bottom: 0px;
}

footer ul.social-links li {
  display: block;
  margin-bottom: 20px;
}

footer ul.social-links li a {
  font-size: 15px;
  color: rgb(213 213 213);
  -webkit-transition: all .5s;
  transition: all .5s;
}

footer ul.social-links li a svg {
  margin-right: 3px;
}

footer ul.social-links li a:hover {
  color: #f8ac20;
}

footer ul.social-links li:last-child {
  margin-bottom: 0px;
}

footer form#subscribe {
  position: relative;
  margin-bottom: 0px;
}

footer form#subscribe input {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
  height: 40px;
  position: relative;
  padding: 0px 10px;
}

footer .sub-footer {
  margin-top: 50px;
  padding-bottom: 20px;
}

footer .sub-footer p a {
  color: #f8ac20;
}

footer .sub-footer a.scroll-to-top {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 15px;
  color: #f8ac20;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (min-width: 992px) {
  footer .sub-footer a.scroll-to-top {
    text-align: right;
    color: #f8ac20;
  }
}

footer .sub-footer a.scroll-to-top svg {
  margin-left: 3px;
}

footer .sub-footer a.scroll-to-top:hover {
  color: #f8ac20;
}

/* .page-banner {
  background-color: #333;
  background-image: url(../images/Contact-Us-\(2\).jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 90px 0px;
  text-align: center;
} */


.page-banner h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .page-banner h2 {
    font-size: 50px;
  }
}

.page-banner h2 em {
  font-style: normal;
  color: #f8ac20;
}

.page-banner p {
  color: #ffffff;
}

.services {
  margin-top: -85px;
}

.services .service-item {
  padding: 30px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 7.5px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .services .service-item {
    margin-bottom: 0px;
  }
}

.services .service-item .icon {
  fill: #f8ac20;
}

.services .service-item h4 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
}

.service-item h4:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 0px;
    height: 27px;
    width: 100%;
    border-radius: 5px;
    background: #f2ce73;
    z-index: -1;
    transform: skew(-14deg);
}

section.interior-design .left-image {
  margin-right: 0;
}

/* @media (min-width: 992px) {
  section.interior-design .left-image {
    margin-right: 50px;
  }
} */

section.interior-design .left-image img {
  border-radius: 7.5px;
}

section.interior-design .right-content {
  margin-left: 0;
  margin-top: 30px;
}

@media (min-width: 992px) {
  section.interior-design .right-content {
    margin-left: 50px;
    margin-top: 0px;
  }
}

section.interior-design .right-content h4 {
  margin-top: 50px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
}

section.interior-design .right-content .accordion-button {
  padding: 30px 0px;
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
  border-top: none;
  width: 100%;
  outline: none;
  text-align: left;
  font-size: 17px;
  background-color: transparent;
  color: #2a2a2a;
}

section.interior-design .right-content .accordion-button:not(.collapsed) {
  color: #2a2a2a;
  border-bottom: none;
  background-color: transparent;
}

section.interior-design .right-content .accordion-button:focus {
  border: none;
  z-index: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

section.interior-design .right-content .accordion-button:not(.collapsed)::after {
  background-image: auto !important;
}

section.interior-design .right-content .accordion-button::after {
  color: #2a2a2a;
}

section.interior-design .right-content .accordion-collapse {
  border: none;
}

section.interior-design .right-content .accordion-body {
  padding: 0px 0px 30px 0px;
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
  border-top: none;
}

/* .what-they-say .testimonials {
  background-image: url(../images/testimonial-bg.png);
  background-repeat: no-repeat;
  background-size: 815px 560px;
  background-position: center center;
  border-radius: 7.5px;
}

@media (min-width: 992px) {
  .what-they-say .testimonials {
    background-position: center right;
  }
} */

.what-they-say .col-lg-6 {
  padding: 0px;
}

.what-they-say .carousel {
  padding: 100px 0px;
}

.what-they-say .testimonial-item {
  padding: 30px !important;
  margin: 10px !important;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border-radius: 7.5px;
  border-bottom-right-radius: 0px;
  position: relative;
  flex-direction: column;
  text-align: left !important;
}

.what-they-say .testimonial-item img {
  height: 60px !important;
  width: 60px !important;
  border-radius: 50%;
  margin-right: 20px;
  float: left !important;
}

.what-they-say .testimonial-item .icon {
  position: absolute;
  left: 30px;
  top: -20px;
  fill: #f8ac20;
}

.what-they-say .testimonial-item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
}

.what-they-say .testimonial-item span {
  font-size: 14px;
  color: #7a7a7a;
  display: block;
  margin-bottom: 8px;
}

.what-they-say .testimonial-item p {
  margin-top: 15px;
  font-weight: 400;
  margin-bottom: 0px;
}

.what-they-say .testimonial-item:after {
  content: '';
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 10px;
  border-bottom-left-radius: 7.5px;
  border-bottom-right-radius: 7.5px;
  z-index: -2;
  background-color: #e8bd4e70;
}

.what-they-say .testimonial-item:before {
  content: '';
  position: absolute;
  right: -10px;
  bottom: -5px;
  width: 10px;
  height: 100%;
  border-top-right-radius: 7.5px;
  border-bottom-right-radius: 7.5px;
  z-index: -2;
  background-color: #e8bd4e70;
}

.what-they-say .carousel-indicators {
  bottom: 40px;
}

.what-they-say .carousel-indicators button {
  width: 10px;
  height: 10px;
  background-color: #7a7a7a;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
  opacity: 0.5;
  margin: 0px 5px;
  padding: 0px;
  border-radius: 50%;
}

.what-they-say .carousel-indicators .active {
  opacity: 1;
  background-color: #f8ac20;
}

.call-to-action {
  background-color: #2a2a2a;
  margin-top: 120px;
  padding: 45px 0px;
}

.call-to-action h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0px 0px 20px 0px;
  text-align: center;
}

@media (min-width: 992px) {
  .call-to-action h2 {
    text-align: left;
    margin: 0px;
    font-size: 35px;
  }
}

.call-to-action .white-button {
  text-align: center;
}

@media (min-width: 992px) {
  .call-to-action .white-button {
    text-align: right;
  }
}

section.explore-item h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
  text-align: center;
  text-transform: uppercase;
}

section.explore-item .main-image img {
  border-radius: 7.5px;
}

section.explore-item .project-info {
  background-color: #fafafa;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  margin: 15px 0px 30px 0px;
  border-radius: 7.5px;
  position: relative;
  padding: 30px;
}

@media (min-width: 992px) {
  section.explore-item .project-info {
    margin: -140px 30px 80px 30px;
    background-color: rgba(250, 250, 250, 0.9);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

section.explore-item .project-info .info-item {
  margin: 10px auto;
  text-align: center;
}

@media (min-width: 992px) {
  section.explore-item .project-info .info-item {
    margin: 0 auto;
  }
}

section.explore-item .project-info .info-item h6 {
  font-size: 17px;
  color: #2a2a2a;
}

section.explore-item .project-info .info-item span {
  font-size: 15px;
  color: #7a7a7a;
}

section.explore-item p {
  margin-bottom: 60px;
}

section.explore-item img {
  border-radius: 7.5px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  section.explore-item img {
    margin-bottom: 0px;
  }
}

section.explore-item .down-content h4 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
  text-align: left;
  text-transform: uppercase;
}

section.explore-item .projects-pagination {
  border-top: 1px solid #eeeeee;
  padding-top: 60px;
}

section.explore-item .projects-pagination img {
  max-width: 60px;
}

@media (min-width: 992px) {
  section.explore-item .projects-pagination img {
    max-width: 115px;
  }
}

section.explore-item .projects-pagination .right-pagination {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
  text-align: right;
}

@media (min-width: 992px) {
  section.explore-item .projects-pagination .right-pagination {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
  }
}

section.explore-item .projects-pagination .right-pagination img {
  float: right;
}

section.explore-item .projects-pagination .left-pagination img {
  float: left;
}

section.explore-item .projects-pagination .right-content {
  display: inline-block;
  margin-left: 15px;
}

@media (min-width: 992px) {
  section.explore-item .projects-pagination .right-content {
    margin-left: 25px;
  }
}

section.explore-item .projects-pagination .right-content h6 {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (min-width: 992px) {
  section.explore-item .projects-pagination .right-content h6 {
    margin-top: 28px;
  }
}

section.explore-item .projects-pagination .right-content h6:hover {
  color: #f8ac20;
}

section.explore-item .projects-pagination .right-content span {
  font-size: 15px;
  color: #7a7a7a;
}

section.explore-item .projects-pagination .left-content {
  margin-right: 15px;
  display: inline-block;
  text-align: right;
}

@media (min-width: 992px) {
  section.explore-item .projects-pagination .left-content {
    margin-right: 25px;
  }
}

section.explore-item .projects-pagination .left-content h6 {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-align: right;
}

@media (min-width: 992px) {
  section.explore-item .projects-pagination .left-content h6 {
    padding-top: 20px;
  }
}

section.explore-item .projects-pagination .left-content h6:hover {
  color: #f8ac20;
}

section.explore-item .projects-pagination .left-content span {
  text-align: right;
  font-size: 15px;
  color: #7a7a7a;
}

section.trending-page .card {
  border: none;
}

@media (min-width: 650px) {
  section.trending-page .grid-item {
    width: 100%;
  }
}

@media (min-width: 850px) {
  section.trending-page .grid-item {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  section.trending-page .grid-item {
    width: 33%;
  }
}

@media (min-width: 1400px) {
  section.trending-page .grid-item {
    width: 25%;
  }
}

section.trending-page .trending-item {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  section.trending-page .trending-item {
    margin-bottom: 30px;
  }
}

section.trending-page .trending-item .thumb {
  border-radius: 7.5px;
  position: relative;
  overflow: hidden;
}

section.trending-page .trending-item .thumb span.banner {
  background-color: #f8ac20;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 16px;
  display: inline-block;
  border-bottom-right-radius: 7.5px;
  border-top-left-radius: 7.5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

section.trending-page .trending-item .thumb .hover-effect {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: -100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

section.trending-page .trending-item .thumb .hover-effect .inner-content {
  padding: 20px 30px;
  border-bottom-left-radius: 7.5px;
  border-bottom-right-radius: 7.5px;
  background-color: #f8ac20;
}

section.trending-page .trending-item .thumb .hover-effect .inner-content h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0px;
  margin-right: 20px;
}

section.trending-page .trending-item .thumb .hover-effect .inner-content a.icon {
  color: #ffffff;
  right: 30px;
  bottom: 18px;
  position: absolute;
}

section.trending-page .trending-item .thumb img {
  border-radius: 7.5px;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}

section.trending-page .trending-item .thumb:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section.trending-page .trending-item .thumb:hover .hover-effect {
  bottom: 0;
}

section.contact-page-map #map iframe {
  border-radius: 7.5px;
}

.contact-us .block2{
	background:#e8bd4e;
	padding:0;
	position:relative;
}
.contact-us .block2 > .cont{
	display:none;	
}
.contact-us .block2 .photo{
	width:100%;
	height:400px;
	background:url(/assets/images/contact-us-bg.jpg) no-repeat center center;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	margin-bottom:0;
	position:relative;
	overflow:hidden;
}
.contact-us .block2 .photo:after{
	content:'';
	position:absolute;
	right:-10%;
	top:-20px;
	width:40%;
	height:100px;
	background:white;
	border-radius:6px;
	transform:skew(14deg);
}
.contact-us .block2 > .cont{
	position:relative;	
}

section.contact-us-page {
  margin-top: -60px;
  padding-top: 0px;
  margin-bottom: 100px;
  z-index: 2;
  position: relative;
}

section.contact-us-page .contact-page-form {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 7.5px;
}

@media (min-width: 992px) {
  section.contact-us-page .contact-page-form {
    padding: 40px;
  }
}

section.contact-us-page .contact-page-form form {
  margin-bottom: 0px;
  margin-right: 0px;
}

section.contact-us-page .contact-page-form form input {
  width: 100%;
  height: 44px;
  border-radius: 7.5px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  padding: 0px 15px;
  margin-bottom: 15px;
}

section.contact-us-page .contact-page-form form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 120px;
  height: 120px;
  max-height: 120px;
  border-radius: 7.5px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  padding: 10px 15px;
  margin-bottom: 15px;
}

section.contact-us-page .contact-page-form form button.main-button {
  width: 100%;
}

section.contact-us-page .right-info ul {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}

@media (min-width: 992px) {
  section.contact-us-page .right-info ul {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
  }
}

section.contact-us-page .right-info ul li {
  display: block;
  width: 100%;
  padding: 20px;
  border-radius: 7.5px;
  background-color: #f8ac20;
  text-align: center;
  margin-bottom: 30px;
}

section.contact-us-page .right-info ul li:last-child {
  margin-bottom: 0px;
}

section.contact-us-page .right-info ul li .icon {
  fill: #ffffff;
}

section.contact-us-page .right-info ul li h6 {
  margin-top: 15px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  color: #ffffff;
}

section.contact-us-page .right-info ul li span {
  font-size: 15px;
  color: #ffffff;
}

@media screen and (max-width: 992px) {
  .search-form {
      margin-top: -150px;
  }
}

/* Who We Serve Photo. Start Here */
.whoWeServe-section{
  /* margin-top: -16rem; */
}
.tag2 {
  min-height: 30px;
  line-height: 30px;
  padding: 0;
  font-size: 40px;
  position: relative;
  overflow: visible;
}

.tag2 .photo {
  width: 100%;
  height: 400px;
  position: relative;
}

.tag2 .photo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Skewed golden overlay */
.tag2 .photo::before {
  content:'';
	position:absolute;
	left:-15px;
	top:-15px;
	bottom:-15px;
	width:calc(50% + 15px);
	border-radius:6px;
	background:#e8bd4e;
	opacity:.6;
	transform:skew(-14deg);
	transform-origin:0 0;
}

/* Animated black underline */
.tag2 .photo::after {
  content:'';
	position:absolute;
	right:0;
	bottom:-15px;
	height:6px;
	width:0;
  z-index: 1;
	border-radius:6px 0 0 6px;
	background:#343434;
	-webkit-transition: width 0.6s linear; 
    -moz-transition: width 0.6s linear;
    -ms-transition: width 0.6s linear; 
    -o-transition: width 0.6s linear;
    transition: width 0.6s linear;
}

.tag2 .photo.anim::after {
  width: 55%;
}
/* Who We Serve Photo. End Here */

/* Our Service Photo. Start Here */
.tag3 {
  min-height: 30px;
  line-height: 30px;
  padding: 0;
  font-size: 40px;
  position: relative;
  overflow: visible;
}

.tag3 .photo {
  width: 100%;
  height: 400px;
  position: relative;
}

.tag3 .photo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Skewed golden overlay */
.tag3 .photo::before {
  content:'';
	position:absolute;
	left:-15px;
	top:-15px;
	bottom:-15px;
	width:calc(50% + 15px);
	border-radius:6px;
	background:#e8bd4e;
	opacity:.6;
	transform:skew(-14deg);
	transform-origin:0 0;
}

/* Animated black underline */
.tag3 .photo::after {
  content:'';
	position:absolute;
	right:0;
	bottom:-15px;
	height:6px;
	width:0;
  z-index: 1;
	border-radius:6px 0 0 6px;
	background:#343434;
	-webkit-transition: width 0.6s linear; 
    -moz-transition: width 0.6s linear;
    -ms-transition: width 0.6s linear; 
    -o-transition: width 0.6s linear;
    transition: width 0.6s linear;
}

.tag3 .photo.anim::after {
  width: 55%;
}
/* Our Service Photo. End Here */

/* Why Choose Us Photo. Start Here */
.tag4 {
  min-height: 30px;
  line-height: 30px;
  padding: 0;
  font-size: 40px;
  position: relative;
  overflow: visible;
}

.tag4 .photo {
  width: 100%;
  height: 400px;
  position: relative;
}

.tag4 .photo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Skewed golden overlay */
.tag4 .photo::before {
  content:'';
	position:absolute;
	left:-15px;
	top:-15px;
	bottom:-15px;
	width:calc(50% + 15px);
	border-radius:6px;
	background:#e8bd4e;
	opacity:.6;
	transform:skew(-14deg);
	transform-origin:0 0;
}

/* Animated black underline */
.tag4 .photo::after {
  content:'';
	position:absolute;
	right:0;
	bottom:-15px;
	height:6px;
	width:0;
  z-index: 1;
	border-radius:6px 0 0 6px;
	background:#343434;
	-webkit-transition: width 0.6s linear; 
    -moz-transition: width 0.6s linear;
    -ms-transition: width 0.6s linear; 
    -o-transition: width 0.6s linear;
    transition: width 0.6s linear;
}

.tag4 .photo.anim::after {
  width: 55%;
}
/* Why Choose Us Photo. End Here */

/* Contact Us Photo. Start Here */
.tag5 {
  min-height: 30px;
  line-height: 30px;
  padding: 0;
  font-size: 40px;
  position: relative;
  overflow: visible;
}

.tag5 .photo {
  width: 100%;
  height: 400px;
  position: relative;
}

.tag5 .photo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Skewed golden overlay */
.tag5 .photo::before {
  content:'';
	position:absolute;
	left:-15px;
	top:-15px;
	bottom:-15px;
	width:calc(50% + 15px);
	border-radius:6px;
	background:#e8bd4e;
	opacity:.6;
	transform:skew(-14deg);
	transform-origin:0 0;
}

/* Animated black underline */
.tag5 .photo::after {
  content:'';
	position:absolute;
	right:0;
	bottom:-15px;
	height:6px;
	width:0;
  z-index: 1;
	border-radius:6px 0 0 6px;
	background:#343434;
	-webkit-transition: width 0.6s linear; 
    -moz-transition: width 0.6s linear;
    -ms-transition: width 0.6s linear; 
    -o-transition: width 0.6s linear;
    transition: width 0.6s linear;
}

.tag5 .photo.anim::after {
  width: 55%;
}
/* Contact Us Photo. End Here */

.section-heading h2{
    font-size: 60px;
    line-height: 100px;
    color: #343434;
}

.contact-section-heading h2{
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2a2a2a;
    margin-bottom: 30px;
}

.whoWeServe-body{
  position: relative;
  top: -104px;
  z-index: 9;
}

.our-services-body, .whyChooseUs-body{
  position: relative;
  top: -72px;
  z-index: 9;
}

.contact-us-body{
  position: relative;
  top: -70px;
  z-index: 9;
}

/* About Us page. Start Here */
.about-us-image{
  max-width: 100%; 
  height: auto; 
  display: block; 
  margin: 0 auto;
}
/* About Us page. End Here */

/* Loading Spinner for API Call. Start Here */
.circular-chart {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
  }

  .circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
  }

  .circle {
  fill: none;
  stroke: #f8ac20;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 0.3s ease;
  }

  .percentage-text {
  fill: #333;
  font-size: 0.5em;
  text-anchor: middle;
  }

/* Loading Spinner for API Call. End Here */

/* Admission Section Start */
.tag8 {
  padding: 0;
  margin: 0;
  font-size: 40px;
  position: relative;
  overflow: hidden; /* Prevent overflow artifacts */
}

.tag8 .photo {
  width: 100%;
  height: 500px; /* Increased height */
  margin: 0; /* Remove any vertical spacing */
  padding: 0;
  position: relative;
}

.tag8 .photo-img {
  display: block; /* Removes default inline spacing */
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
}

.description-list{
  list-style: disc;
}

/* Text overlay */
.admission-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 9;
  padding: 20px 40px;
  border-radius: 10px;
}

.admission-text h2 {
  font-size: 2.5rem;
  margin: 0;
  font-weight: bold;
}

.admission-header-text h2{
  font-size: 44px;
}

.student-support-header{
  font-size: 74px;
}

.admission-description{
  margin-bottom: 40px;
}

.admission-info-body p{
  font-size: 16px;
}

.description {
  font-size: 18px;
  color: #7a7a7a;
  margin-top: 40px;
}

.description-list{
  padding-left: 20px;
}

.description-list li{
  display: list-item;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 26px;
  color: #7a7a7a;
}

.admission-ribbon {
  --f: 10px; /* control the folded part*/
  --r: 15px; /* control the ribbon shape */
  
  position: absolute;
  top: 10px;
  padding-inline: 10px;
  background: #BD6E14;
  border-bottom: var(--f) solid #0005;
  color: #fff;
  line-height: 1.3em;
  font-family: sans-serif;
  font-size: 25px;
}

.admission-ribbon.left {
  height: 108%;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: calc(-3.5 * var(--f));
  border-right: var(--r) solid #0000;
  clip-path: polygon(100% 0, 0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)), calc(100% - var(--r)) calc(40%));
}

.admission-box {
  height: 400px;
  width: 80%;
  background:#FAB450;
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  border-radius: 50px 0 0 0;
  margin-left: 2rem;
}

.admission-info-heading h1{
  font-size: 34px;
  line-height: 50px;
}

.admission-tittle{
  position: relative;
  left: 100px;
}

.admission-tittle h1{
    font-size: 46px;
    font-weight: 600;
    letter-spacing: 5px;
    margin: 0;
    font-family: serif;
}

.admission-img{
  position: absolute;
  top: 0;
  left: 0;
}

.admission-img img{
  width: 300px;
}

.flag-banner {
  width: 100%;
  height: 820px;
  box-sizing: content-box;
  position: relative;
  background: #FAB450;
  border-radius: 50px 50px 0 0px;
}

.flag-banner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 70px solid #fff;
  border-left: 205px solid transparent;
  border-right: 215px solid transparent;
}

.right-body-info{
  padding: 50px;
}

.right-body-info h1{
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #fff;
  text-align: center;
}

.right-body-info p{
  font-size: 16px;
  color: #222;
  text-align: center;
}
/* Admission Section End */

/* Contact Us Start */
.tag6 {
  padding: 0;
  margin: 0;
  font-size: 40px;
  position: relative;
  overflow: hidden; /* Prevent overflow artifacts */
}

.tag6 .photo {
  width: 100%;
  height: 400px; /* Increased height */
  margin: 0; /* Remove any vertical spacing */
  padding: 0;
  position: relative;
}

.tag6 .photo-img {
  display: block; /* Removes default inline spacing */
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
/* Contact Us End */

/* About Us Start */
.tag7 {
  padding: 0;
  margin: 0;
  font-size: 40px;
  position: relative;
  overflow: hidden; /* Prevent overflow artifacts */
}

.tag7 .photo {
  width: 100%;
  height: 400px; /* Increased height */
  margin: 0; /* Remove any vertical spacing */
  padding: 0;
  position: relative;
}

.tag7 .photo-img {
  display: block; /* Removes default inline spacing */
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
}

/* Text overlay */
.about-text {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  padding: 20px 40px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4); /* subtle overlay */
}

.about-text h1 {
  font-size: 4rem;
  margin: 0;
  font-weight: bold;
}
/* About Us End */

/* University image slide carousel start */
.carousel-overlay {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 2;
}

.owl-carousel .item {
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    display: flex;
    justify-content: center;
}

.carousel-overlay .owl-carousel .item img {
    height: 150px !important;
    width: 150px !important;
}

/* Navigation Buttons */
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.6) !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 30px !important;
    line-height: 30px !important;
    color: #000 !important;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-nav .owl-prev {
    left: -60px;
}

.owl-nav .owl-next {
    right: -60px;
}

.owl-nav button:hover {
    background: #fff !important;
}

@media (max-width: 350px) {
    .carousel-overlay {
        width: 45%;
        font-size: 0.9rem;
        top: 50%;
    }
}

  /* @media (min-width: 351px) and (max-width: 375px) {
      .carousel-overlay {
          width: 40%;
          font-size: 0.9rem;
          top: 65%;
      }
  }

  @media (min-width: 376px) and (max-width: 400px) {
      .carousel-overlay {
          width: 40%;
          font-size: 0.9rem;
          top: 55%;
      }
  }

  @media (min-width: 401px) and (max-width: 480px) {
      .carousel-overlay {
          width: 40%;
          font-size: 0.9rem;
      }
  }

  @media (min-width: 481px) and (max-width: 768px) {
      .carousel-overlay {
          width: 70%;
          font-size: 1rem;
          top: 45%;
      }
  }

  @media (min-width: 769px) and (max-width: 960px) {
      .carousel-overlay {
          width: 70%;
          font-size: 1.1rem;
          top: 40%;
      }
  }

  @media (min-width: 961px) and (max-width: 1024px) {
      .carousel-overlay {
          width: 72%;
          font-size: 1.1rem;
          top: 33%;
      }
  }

  @media (min-width: 1025px) {
      .carousel-overlay {
          width: 80%;
          font-size: 1.2rem;
          top: 50%;
      }
  } */

/* University image slide carousel end */

/* Course Details Page Start */
.tag9 {
  padding: 0;
  margin: 0;
  font-size: 40px;
  position: relative;
  overflow: hidden; /* Prevent overflow artifacts */
}

.tag9 .photo {
  width: 100%;
  height: 550px; /* Increased height */
  margin: 0; /* Remove any vertical spacing */
  padding: 0;
  position: relative;
}

.tag9 .photo-img {
  display: block; /* Removes default inline spacing */
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
/* Course Details Page End */

@media (max-width: 1366px) {
    .carousel-overlay .owl-carousel .item img {
      height: 100px !important;
      width: 100px !important;
    }
}

@media (max-width: 1024px) {
    .admission-info-section{
        padding: 0;
    }

    .admission-text {
        position: absolute;
        top: 40%;
        left: 0;
        transform: none;
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 20px 40px;
        border-radius: 10px;
    }

    .admission-text h2, .student-support-header {
        font-size: 32px;
    }

    .admission-box {
        height: 180px;
    }

    .admission-img img {
        width: 134px;
    }

    .admission-tittle h1 {
        font-size: 30px;
    }

    .admission-tittle {
        left: 25px;
    }

    .admission-ribbon.left {
        height: 118%;
        width: auto;
        right: calc(-1.15 * var(--f));
    }

    .admission-info-heading h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .description-list {
        padding-left: 0px;
    }

    .admission-ribbon.left img{
        width: 110px;
    }

    .right-body-info {
        padding: 20px;
    }

    .flag-banner {
        width: 100%;
        height: 100%;
        border-radius: 30px 30px 0 0px;
    }

    .flag-banner:after {
        border-left: 148px solid transparent;
        border-right: 148px solid transparent;
    }

    .right-body-info h1 {
        font-size: 24px;
    }

    .right-body-info p {
        text-align: left;
    }
}

@media (max-width: 960px) {
  .carousel-overlay .owl-carousel .item img {
      height: 80px !important;
      width: 80px !important;
    }

    .owl-nav .owl-next {
      right: -40px;
    }

    .owl-nav .owl-prev {
      left: -35px;
    }

    .owl-nav button{
          width: 40px;
      height: 40px;
      font-size: 26px;
    }

    .tag2 .photo, .tag3 .photo, .tag6 .photo, .tag4 .photo, .tag5 .photo {
        height: 190px;
    }

    .tag2 .photo-img, .tag3 .photo-img, .tag4 .photo-img, .tag5 .photo-img {
        height: 200px;
    }

    .tag6 .photo-img {
        height: 240px;
    }

    .section-heading h2 {
        font-size: 50px;
    }

    .Comprehensive-header {
      font-size: 26px;
    }

    #map .wrap:after {
      content: 'Visit Us';
      font-size: 50px;
      text-transform: uppercase;
      font-weight: 700;
      color: var(--font-color);
      position: absolute;
      right: 3%;
      top: 0px;
      z-index: 2;
    }

    .admission-info-section{
        padding: 0;
    }

    .admission-text {
        position: absolute;
        top: 40%;
        left: 0;
        transform: none;
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 20px 40px;
        border-radius: 10px;
    }

    .admission-text h2, .student-support-header {
        font-size: 32px;
        margin-top: 100px;
    }

    .admission-box {
        height: 180px;
    }

    .admission-img img {
        width: 115px;
    }

    .admission-tittle h1 {
        font-size: 20px;
    }

    .admission-tittle {
        left: 25px;
    }

    .admission-ribbon.left {
        height: 118%;
        width: auto;
        right: calc(-1.15 * var(--f));
    }

    .admission-info-heading h1 {
        font-size: 20px;
        line-height: 34px;
    }

    .description-list {
        padding-left: 0px;
    }

    .flag-banner:after {
        width: 100%;
        border-bottom: 30px solid #fff;
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
    }
}

@media (max-width: 448px) {
    .owl-nav .owl-prev {
      left: -35px;
    }

    .owl-nav button {
        width: 24px;
        height: 24px;
        font-size: 20px !important;
    }

    /* .section-heading h2 {
        font-size: 50px;
    } */

    .Comprehensive-header {
      font-size: 18px;
      line-height: 30px;
    }

    .carousel-overlay .owl-carousel .item img {
        height: 40px !important;
        width: 40px !important;
    }

    .tag2 .photo, .tag3 .photo {
        height: 190px;
    }

    .tag2 .photo-img, .tag3 .photo-img {
        height: 200px;
    }

    .tag6 .photo-img  {
        height: 100px;
        margin-top: 65px;
    }

    .tag6 .photo{
      height: 100px;
    }

    .whoWeServe-header {
        font-size: 18px;
        line-height: 28px;
        margin-top: 20px !important;
    }

    .section-heading .description {
      font-size: 14px;
    }

    button.learn-more-button {
      margin-bottom: 1rem;
    }
    
    .section-heading h2 {
      font-size: 25px;
    }

    .owl-nav .owl-prev{
      left: 0;
    }

    .owl-nav .owl-next {
      right: 0px;
    }

    .testimonials-wrap .heading-section h2{
      font-size: 24px;
    }

    .testimonial-box {
      width: 75%;
    }

    #map {
      background: transparent;
    }

    .quote {
        top: -14px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999;
    }

    .contact-section-heading h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    section.contact-us form {
        padding: 30px;
    }

    .tag5 .photo {
        height: 90px;
    }

    .tag5 .photo-img {
        height: 100px;
    }

    .contact-us-body {
        position: relative;
        padding: 0px;
        top: -65px;
        z-index: 9;
    }

    #map .wrap:after {
      font-size: 40px;
    }

    #map .wrap:before {
        right: -10%;
        top: -20px;
        width: 55%;
        height: 80px;
    }

    button.main-button {
      font-size: 12px;
    }

    .flag-banner:after {
        border-left: 60px solid transparent;
        border-right: 60px solid transparent;
    }

    .admission-ribbon.left img {
        width: 80px;
    }

    .admission-ribbon.left {
      margin-top: 32px;
        height: 100%;
        width: auto;
        right: calc(-1.8 * var(--f));
    }

    .admission-box{
      width: 70%;
      margin-bottom: 50px;
    }

    .admission-tittle {
        left: 52px;
        font-size: 12px;
    }

    .admission-img{
      position: absolute;
      top: 0;
      left: -23px;
    }

    .col-6 {
    flex: 0 0 auto;
    width: 100%;
  }


}