:root {
	--primary-color: #067fd0;
	--secondary-color: #063781;
	--dark-secondary-color:#011f4b;
	--light-primary-color: #dffbff;
	--secondary-light-color: #1854ae;
	--tertiary--color: #fff;
	--line--color: #12346b21;
	--nav--color: #294622;
	--dark-grey:#313131;
	--yellow-color:#fdbf14;
	--red-color:#F44336;
	--primary-gradient: linear-gradient(to right, var(--primary-color), var(--primary-color), var(--secondary-color));
	/* Extras */
	--light--clr: #F2F2F2;
	--cross-pattern: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 0%, 100%, 0)'/><path d='M11 6a5 5 0 01-5 5 5 5 0 01-5-5 5 5 0 015-5 5 5 0 015 5'  stroke-width='1' stroke='none' fill='hsla(259, 11%, 65%, 1)'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
	--web-green: #6fb22e;
	--color-light:#ffff;
	/* Social media icon colors */
	--fb--color: #3b5998;
--whatsapp--color: #25d366;
--tweet--color: #000;
--google--color: #009fdd;
--instagram--color: #d82f83;
--linkedin--color: #0077B5;
--threads--color: #000;
--tiktok--color: #69C9D0;
--youtube--color: #FF0000;
--snapchat--color: #FFFC00;
--quora--color: #B92B27;
--pinterest--color: #E60023;
--discord--color: #7289DA;
--dribble--color: #EA4C89;
--github--color: #181717;
--telegram--color: #0088cc;
--spotify--color: #1DB954;
--vimeo--color: #1ab7ea;
	
}

html, body {
    height: 100%;
    overflow-y: auto; /* Ensure body can scroll */
}

.text-dolpa {
	font-family: 'Playfair Display', sans-serif;
}


* {
	box-sizing: border-box;
	font-family: "Archivo", sans-serif;
}

html{
	scroll-behavior: smooth;
}
p{
	font-family: "Archivo", sans-serif;
  
}

.top-nav-bg{
	background-color: #ffffff;
    border-bottom: 1px solid #ececec;
}

.text-primary{
	color: var(--primary-color) !important;
}

.text-green{
	color: var(--whatsapp--color) !important;
}

.text-grey{
	color: #adadad !important;
}

.text-yellow{
	color: var(--yellow-color) !important;
}

.text-secondary{
	color: var(--secondary-color) !important;
}

.text-secondary-dark{
	color: var(--dark-secondary-color) !important;
}

h3{
	font-size: 1.68rem;
	
}
.img-responsive{
	width: 100%;
}
.title__font{
	font-size: clamp(1rem, -2.7500rem + 16.6667vw, 3rem);
	font-weight: 700;
 }
 .title__font-low{
	font-size: clamp(1rem, -1.2500rem + 10.0000vw, 4rem);
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
 }

 .text-body{
	font-size: 14px !important;
 }

 .bg--navbar {
	background: var(--primary-gradient);
	
 }

 #navbar {
    background-color: #e3f3ff52;
    position: fixed;
    top: -150px;
    width: 100%;
    display: block;
    transition: top 0.5s;
    z-index: 99999;
    backdrop-filter: blur(15px);
}
  
  #navbar a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
  }
  
  #navbar a:hover {
	color: var(--primary-color);
  }


  .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #c6a5601a;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}


 .pl-2{
	padding-left: 1em !important;
 }

 .pr-2{
	padding-right: 1em !important;
 }

 .text-white{
	 color: #fff !important;
 }

 .bg-red{
	background-color: #7aab47 !important;
 }

 .text-base-color{
	color: var(--primary-color);
 }

 .text-bold{
	 font-weight: 700 !important;
 }

 .lh-20{
	 line-height: 20px;
 }

 

 .sidebar-text {
    float: left;
    font-weight: bold;
    font-family: "Archivo", sans-serif;
    margin: 0 auto;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-right: 52px;
    writing-mode: tb-rl;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.sidebar1 {
    position: fixed;
    bottom: 350px;
    right: -164px;
    height: 70px;
    width: 275px;
    display: flex;
    justify-content: center;
    background: rgb(131,58,180);
    background: var(--blue--gradient);
    background-size: cover;
    color: #fff;
    z-index: 1111;
    border-radius: 10px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border: 0;
	font-family: inherit;
}

.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 650px;
	
}

.bg-modal {
	background: #ffffff91;
    backdrop-filter: saturate(1.8) blur(5px);
    border-radius: 10px;
    border: 1px solid #ffffff42;
    box-shadow: 0px 10px 25px #0000000f;
}


.error-page-image{
	height: 480px;
}
.modal {
    z-index: 1050 !important;
}
.modal-backdrop {
    z-index: 1040 !important;
}

.big-font{
	font-size: 9em !important;
    line-height: 1.3;
}

.font-7em{
	font-size: 7em !important;
}

.font-6em{
	font-size: 6em !important;
}


.font-3em{
	font-size: 3em !important;
}

.font-2em{
	font-size: 2em !important;
}

.font-1em{
	font-size: 1em !important;
}

.font-1-8em{
	font-size: 1.8em !important;
}

.font-1-5em{
    font-size: 1.5em !important;
}
.font-1-2em{
    font-size: 1.2em !important;
}

.header-button {
    background: linear-gradient(to right, var(--red-color), var(--red-color), var(--red-color), var(--primary-color), var(--secondary-color)); /* Ensure same gradient */
    background-size: 200% 100%; /* Double width for smooth sliding */
    font-weight: 500 !important;
    color: #fff !important;
    border-radius: 20px 0px;
    background-position: 0% 0%; /* Starting position */
    transition: background-position 1s ease !important; /* Smooth transition for both states */
    display: inline-block;
}

.header-button:hover {
    background: linear-gradient(to right, var(--red-color), var(--red-color), var(--red-color), var(--primary-color), var(--secondary-color)); /* Ensure same gradient */
    background-size: 200% 100%;
    background-position: 90% 0%; /* Slide to the right on hover */
    color: #fff !important;
    transition: background-position 1s ease !important; /* Smooth transition on hover */
}

.cta-button {
    background: transparent !important;
    font-weight: 500 !important;
	border: 1px solid var(--primary-color);
    transition: 0.5s !important;
    color: var(--primary-color) !important;
	padding: 14px 40px !important;
	transition: 0.5s;
}

.cta-button:hover{
    background: var(--primary-gradient) !important;
    font-weight: 500 !important;
    transition: 0.5s;
    color: #fff !important;
	border: 1px solid var(--primary-color);
}

.bg-primary-light {
    background: #f2f2f2 !important;
}

.bg-red {
    background: var(--red-color) !important;
}

.bg-counter{
	background: #ffffff29;
    backdrop-filter: saturate(1.8) blur(5px);
    border-radius: 10px;
    border: 1px solid #ffffff42;
	box-shadow: 0px 10px 25px #0000000f;
}

.gradient-wave-bg {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.gradient-wave-bg::before {
    content: "";
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    z-index: -1;
      background: conic-gradient(from 270deg at 60% 240%, var(--dark-secondary-color), var(--dark-secondary-color), var(--primary-color), var(--primary-color), var(--primary-color), var(--primary-color));
    background-size: 150% 100%;
    animation: wave-gradient 10s ease-in-out infinite alternate;
}

.gradient-wave-short-bg {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.gradient-wave-short-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: conic-gradient(from 240deg at 60% 240%, var(--dark-secondary-color), var(--dark-secondary-color), var(--secondary-color), var(--primary-color), var(--primary-color), var(--primary-color), var(--primary-color));
    background-size: 130% 100%;
    animation: wave-gradient 10s ease-in-out infinite alternate;
}

.text-gradient {
  display: inline-block; /* very important */
  
  background: conic-gradient(
    from 240deg at 50% 90%,
    var(--dark-secondary-color),
    var(--dark-secondary-color),
    var(--secondary-light-color),
    var(--primary-color),
    var(--primary-color),
    var(--primary-color)
    
  );
  
  background-size: 150% 100%;
  animation: wave-gradient 10s ease-in-out infinite alternate;

  /* Clip the gradient to the text */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.text-gradient-light {
  /* exactly the same conic-gradient + animation you used on the background */
  background: conic-gradient(
        from 240deg at 50% 120%,
        #afc6ff,
        #ffffff,
        #ffffff,
        #ffffff,
        var(--light-primary-color),
        #ffffff,
        #ffffff,
        #ffffff,
        var(--light-primary-color)
    );

  
  background-size: 150% 100%;
  animation: wave-gradient 10s ease-in-out infinite alternate;

  /* mask the gradient to the text */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* for non-WebKit browsers: */
  background-clip: text;
  color: transparent;
}



@keyframes wave-gradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 90% 0%;
    }
}


.gradient-wave-light-bg {
    position: relative;
    z-index: 0;
}

.gradient-wave-light-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: conic-gradient(
        from 240deg at 50% 120%,
        #afc6ff,
        #ffffff,
        #ffffff,
        #ffffff,
        var(--primary-color),
        #ffffff,
        #ffffff,
        #ffffff,
        var(--primary-color)
    );
	opacity: 0.1;
    background-size: 150% 100%; /* double width for motion */
    animation: light-wave-gradient 10s ease-in-out infinite alternate;
}
@keyframes light-wave-gradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 90% 0%;
    }
}


.letter-spacing-5 {
	letter-spacing: 5px;
}


/* IMAGE MOVE ONSCROLL */

.scroll-move {
	position: relative;
	max-width: 100%;
	min-height: 22vh;
	margin: auto;
	color: #ffffff;
  }

  .scroll-move.bg-static {
	background-position: center;
	bottom: 0;
	background-size: cover;
  }


  /* IMAGE MOVE ONSCROLL */

.big-font-1{
	font-size: 6em !important;
    line-height: 0.8;
}

.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.project-button{
	background: var(--primary-color) !important;
    color: #fff !important;
    font-size: 13px;
    border: 1px solid var(--primary-color);
	transition: 0.5s;
	
}

.project-button:hover{
	background: #ffffff !important;
    color: #000 !important;
    font-size: 13px;
    border: 1px solid;
}


.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
	backdrop-filter: saturate(100%) blur(5px);
    background: #00000000;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffffeb;
    background-clip: padding-box;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 50px 0px;
    outline: 0;
}



 .footer-parallex{
	background-image: url("../img/footer-bg.png");
	background-color: #181818;
	/* background-attachment: fixed; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
 }
 .about-parallex{
	background-image: url("../img/about-bg.png");
	background-color: var(--primary-color);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
 }

 .f-60{
	font-size: 60px !important;
	line-height: 1.3;
}

 .category-img-right{
	padding-right: 5px !important;
 }
 .table-bg{
	background-color: var(--primary-color);
 }

.custom-pe-3{
	padding-right: .8rem !important;
}
.category_1__img, .category_2__img, 
.category_3__img, .category_4__img, 
.category_5__img, .category_6__img{
	background-size: 100% 100%;	
	background-repeat: no-repeat;
	align-items: flex-end;
	position: relative;
}
.category_2__img, .category_3__img, 
.category_4__img, .category_5__img, .category_6__img{
	height: 15em;
	
}

.placement-logo{
	height: 280px;
    padding: 10px;
	width: 100%;
}

.bg-secondary {
    background-color: var(--secondary-color)!important;
}

.bg-dark-secondary {
    background-color: var(--dark-secondary-color)!important;
}

.category_1__img{
	height: 15em;
	background-image: url('../img/category_img/a1.jpg');	
	padding-right: 0rem;
	
}
.category_2__img{
	background-image: url('../img/category_img/a2.jpg');	
}.category_3__img{
	background-image: url('../img/category_img/a3.jpg');	
}.category_4__img{
	background-image: url('../img/category_img/a4.jpg');	
}.category_5__img{
	background-image: url('../img/category_img/a5.jpg');	
}
.category_6__img{
	background-image: url('../img/category_img/a6.jpg');	
}
.category_7__img{
	background-image: url('../img/category_img/a6.jpg');	
}

.overlaybrowes{
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 1rem;
	background: linear-gradient(180deg, rgba(0,0,0,0) 20%, #000000ab 90%);
}
.custom{
	width: 50%;
}
.font-smaller{
	font-size: 0.8rem !important;
   
}

.testi-bg{
	background-image: url(../img/test-img.png);
	background-size: cover;
}

.font-small{
	font-size: 15px;

}
.btn-border{
	border: 1px solid var(--primary-color);
	background-color: transparent;
	transition: .25s ease-in-out;
}
.btn-border:hover{
	border: 1px solid var(--secondary-color);
	background-color: var(--secondary-color);
	transition: .25s ease-in-out;
}
.btn-web-primary{
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	padding-left: 1em;
	padding-right: 1em;
	border-right: 1px solid #f3f3f3;
}
.btn-web-primary:first-of-type{
	/* background-color: var(--primary-color);
	color: #fff; */
	padding-left: 0;
}
/* .btn-web-primary:nth-child(odd){
	background-color: var(--primary-color);
	color: #fff;
} */
.navbar .dropdown-menu{
	max-height: inherit;
    overflow-y: auto;
	overflow: visible;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.margin-left-50{
	margin-left: 50px !important;
}



/* Timeline CSS */

/* (A) TIMELINE CONTAINER */
.vtl {
	/* (A1) RELATIVE POSITION REQUIRED TO PROPERLY POSITION THE TIMELINE */
	position: relative;
   
	/* (A2) RESERVE MORE SPACE TO THE LEFT FOR THE TIMELINE */
	padding: 10px 10px 10px 50px;
   
	/* (A3) OPTIONAL WIDTH RESTRICTION */
	max-width: 400px;
  }
  .vtl, .vtl * { box-sizing: border-box; }
  
  /* (B) DRAW VERTICAL LINE USING ::BEFORE */
  .vtl::before {
	/* (B1) VERTICAL LINE */
	content: "";
	width: 3px;
    background-color: #d0d0d0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
   
	/* (B2) POSITION TO THE LEFT */
	position: absolute;
	top: 0; bottom: 0; left: 15px;
  }
  
  /* (C) COSMETICS FOR EVENTS */
  div.event {
	/* padding: 20px 30px;
	background-color: #ffebeb; */
	position: relative;
	border-radius: 6px;
	margin-bottom: 10px;
  }
  
  /* (D) COSMETICS FOR EVENT DATE & TEXT */
  p.date {
	font-size: 1.1em;
	font-weight: 300;
	color: #000;
  }
  p.txt {
	margin: 0px 0 0 0;
	color: #222;
  }
  

  
  /* (F) CIRCLE ON TIMELINE */
  div.event::after {
	/* (F1) "MAGIC CIRCLE" */
	content: "";
	background: var(--primary-color);
	border: 4px solid #fff;
	width: 25px; height: 25px;
	border-radius: 50%;
   
	/* (F2) POSITION TO THE LEFT */
	position: absolute;
	top: 20%; left: -45px;
  }


/* Timeline CSS */



.slided::-webkit-scrollbar, .navbar .dropdown-menu::-webkit-scrollbar {
	display: none;
}

.why-choose::-webkit-scrollbar {
	display: none;
}

@keyframes stroke {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

h1,
h2,
h3,
h4 {
	letter-spacing: 0px;
}

.text-white--75 {
	color: rgba(255, 255, 255, .8)!important
}


.top-20 {
	top: -17%;
}

.mt-slider{
margin-top: -11%;
}

.mt-slider-pages{
margin-top: -8%;
}


.carousel-button-slider {
	background-color: #ffffff63;
    border-radius: 20px 0px;
    padding: 10px 20px;
	transition: 0.3s;
}

.carousel-button-slider:hover {
	background-color: var(--primary-color);
	transition: 0.3s;
}

    /* First, override Bootstrap's default positioning for carousel controls */
	.carousel-control-prev,
	.carousel-control-next {
	  position: static !important; /* Remove the absolute positioning from Bootstrap */
	  display: inline-block;       /* So they can sit side by side */
	  margin: 0 12px;               /* Spacing between them */
	  z-index: 999;                /* Ensure they're clickable above other elements */
	}
	
	/* Now position the container of both buttons in the bottom-right corner */
	.carousel-buttons {
		position: absolute;
		bottom: 45px;
		right: -20px;
		z-index: 999;
	}
	
	.carousel-caption a {
	  position: relative;
	  z-index: 2; /* Put caption area in front */
	}
	
	.carousel-caption .text-left img {
	  position: relative;
	  z-index: 1; /* Put image behind the text/button */
	}

.text-second:nth-last-child() {
	color: #fff;
}

.head_hover:hover, .head_hover {
	color: #fff;
}
.head_hover[title] {
	text-transform: capitalize;
}

.bg--blue-darker{
	background-color: var(--dark-grey);
}

.custom_margin {
	margin-left: 5em !important;
}

.btn-products{
	color: var(--primary-color) !important;
}
.btn-products:hover{
	background-color: var(--secondary-color) !important;
	color: #fff !important;
}

footer.footer {
	background-color: var(--primary-color);
}
footer.footer {
	background-color: var(--primary-color);
}

.bg--purple {
	background-color: var(--clr--purple);
}

.culture-img {
	background-image: url(../img/work-culture@2x.png);
	background-repeat: no-repeat;
	background-size: 35%;
	background-position: right bottom;
}

.culture-img-2 {
	background-image: url(../img/alumni-culture.png);
	background-repeat: no-repeat;
	background-size: 35%;
	background-position: left bottom;
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 0.5px solid #00000038 !important;
    line-height: 2;
    min-width: 250px;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: var(--secondary-color) !important;
    background-color: transparent;
}

.bg--primary {
	background-color: var(--primary-color);
}


.bg-primary-gradient {
	background: rgb(0,95,156);
	background: -moz-linear-gradient(41deg, rgba(0,95,156,1) 0%, rgba(137,190,64,1) 100%);
	background: -webkit-linear-gradient(41deg, rgba(0,95,156,1) 0%, rgba(137,190,64,1) 100%);
	background: linear-gradient(41deg, rgba(0,95,156,1) 0%, rgba(137,190,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005f9c",endColorstr="#89be40",GradientType=1);
}

.bg-secondary-gradient {
	background: rgb(59,189,173);
background: -moz-linear-gradient(41deg, rgba(59,189,173,1) 0%, rgba(195,216,41,1) 100%);
background: -webkit-linear-gradient(41deg, rgba(59,189,173,1) 0%, rgba(195,216,41,1) 100%);
background: linear-gradient(41deg, rgba(59,189,173,1) 0%, rgba(195,216,41,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3bbdad",endColorstr="#c3d829",GradientType=1);
}

.pr-3{
	padding-right: 3em;
}
.pl-3{
	padding-left: 3em;
}

.bg-rent{
	/* The image used */
	background-image: url('../img/rent-bg.jpg');

	/* Full height */
	height: 90%; 
  
	/* Create the parallax scrolling effect */
	/* background-attachment: fixed; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.bg-green-gradient {
	background: var(--green-gradient);
}

.bg-reded-gradient {
	background: var(--reded--gradient);
}

.bg-prime-gradient {
	background: var(--prime-gradient);
}

.bg-greenary-gradient {
	background: var(--greenary-gradient);
}

.bg--light {
	background: var(--light--clr);
}

.bg--cross-pattern {
	background-image: var(--cross-pattern);
	background-repeat: no-repeat;
	background-size: 100% 20%;
	background-position: bottom;
}

.bg-course {
	background-image: url(../img/banner-page.png);
	background-repeat: no-repeat;
	/* background-position: left 5em bottom; */
	background-size: cover;
	background-color: var(--primary-color);
	height: 270px !important;
}
.border--primary{
	border-color: var(--primary-color) !important;
}

.text--primary{
	color: var(--primary-color);
}

a {
    
    text-decoration: none !important;

}


.pr-1 {
	padding-right: 20px;
}
.b-r{
	border-radius: 18px;
}
.appoint{
	padding: 6px 11px 6px 11px;
	color: #fff;
	font-size: 15px;
	background: var(--primary-color);
}

.overlay-image {
	/* background-image: url(../img/home1.jpg);
    background-position: right top;
    background-size: 70%;
    background-repeat: no-repeat; */
	background-image: url(../img/home2.png), url(../img/home1.jpg);
	background-position: left 5em bottom, right top;
	background-size: 30%, 65% 100%;
	background-repeat: no-repeat, no-repeat;
}
.overlaybrowes h1{
	font-family: "Archivo", sans-serif;
}
.overlaybrowes h5{
	font-family: "Archivo", sans-serif;
}

.on--top--img {
	margin-top: -45%;
	margin-left: 3%;
}

.round_img {
	margin-left: 107px;
}

.bg_features {
	background-image: url(https://www.aecinstitute.com/images/info/6.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.icon_about {
	margin-left: -12px;
}

.btn-light:hover {
	background-color: var(--secondary-color) !important;
	color: var(--color-light) !important;
	color: #212529;
}

.button_bt {
	color: #fff;
	background-color: var(--secondary-color);
	border-radius: 2rem;
}

.clr-gradient {
	color: var(--red--gradient);
}

section#stats .icon-padding {
	padding: .6em 0;
}

.glide__arrow {
	position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #3b3b3b !important;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: #ffffff !important;
    border: 1px solid rgb(199 199 199 / 50%) !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease, border 300ms ease-in-out;
    transform: translateY(-50%);
    line-height: 1;
}

.line-height-1{
	line-height: 1 !important;
}
.line-height-1-3{
	line-height: 1.3 !important;
}


.border-header{
	/* border-bottom: 1px solid var(--line--color); */
	/* border-right: 0.5px solid #00000026; */
    border-left: 1px solid #00000026;
}

.margin-top-n60{
	margin-top: -120px;
}

.link-list li:hover a,
.link-list li .bi {
	color: var(--primary-color);
}

.social-icon-list li a .bi-facebook:hover {
    color: var(--fb--color) !important;
}
.social-icon-list li a .bi-whatsapp:hover {
    color: var(--whatsapp--color) !important;
}
.social-icon-list li a .bi-twitter-x:hover {
    color: var(--tweet--color) !important;
}
.social-icon-list li a .bi-google:hover {
    color: var(--google--color) !important;
}
.social-icon-list li a .bi-instagram:hover {
    color: var(--instagram--color) !important;
}
.social-icon-list li a .bi-linkedin:hover {
    color: var(--linkedin--color) !important;
}
.social-icon-list li a .bi-threads:hover {
    color: var(--threads--color) !important;
}
.social-icon-list li a .bi-tiktok:hover {
    color: var(--tiktok--color) !important;
}
.social-icon-list li a .bi-youtube:hover {
    color: var(--youtube--color) !important;
}
.social-icon-list li a .bi-snapchat:hover {
    color: var(--snapchat--color) !important;
}
.social-icon-list li a .bi-quora:hover {
    color: var(--quora--color) !important;
}
.social-icon-list li a .bi-pinterest:hover {
    color: var(--pinterest--color) !important;
}
.social-icon-list li a .bi-discord:hover {
    color: var(--discord--color) !important;
}
.social-icon-list li a .bi-dribbble:hover {
    color: var(--dribble--color) !important;
}
.social-icon-list li a .bi-github:hover {
    color: var(--github--color) !important;
}
.social-icon-list li a .bi-telegram:hover {
    color: var(--telegram--color) !important;
}
.social-icon-list li a .bi-spotify:hover {
    color: var(--spotify--color) !important;
}
.social-icon-list li a .bi-vimeo:hover {
    color: var(--vimeo--color) !important;
}

.hover--float-up,
#course .card {
	transition: all 0.25s ease-out 0s;
}

.hover--float-up:hover {
	transform: translateY(-0.7em);
	/* box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1); */
	/* box-shadow: 0px 40px 45px -15px rgba(25, 25, 25, 0.5); */
	transition: all 0.15s ease-out 0s;
}

.w--fit-content {
	width: fit-content;
}

.w--30 {
	width: 30%;
}

.w--40 {
	width: 40%;
}

.h--custom {
	height: 15em;
}

.block--ellipsis,
.ellipsis--2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.block--ellipsis {
	-webkit-line-clamp: 3;
}

.ellipsis--2 {
	-webkit-line-clamp: 2;
}

.dynamic-content table {
	width: 100% !important;
	border-collapse: collapse;
	margin-bottom: 40px;
}
.dynamic-content thead, tbody, tr, th, td  {
	border: 1px solid #e1e1e1;
	font-family: "Archivo", sans-serif;
	padding: 6px;

}
.dynamic-content th{
	background-color: #067fd024;
	font-weight: 600;
}
.dynamic-content table p{
	margin: .5rem .3rem !important;
}
.dynamic-content {
	line-height: 1.7;
    color: #000000;
    font-size: 16px;
}
.dynamic-content p.blank-space{
	margin-bottom: 0;
}
 
.fslightbox-container {
	background: linear-gradient(#010b1bde, #000 1810%) !important;
}

/* Zebra striping */

/* .dynamic-content tr:nth-of-type(odd) {
	background: #fff;
} */

.powered {
	color: var(--secondary-color);
}

/* .dynamic-content th {
	background: var(--primary-color);
	color: #fff;
	font-weight: bold;
}

.dynamic-content td,
th {
	padding: 10px;
	border-bottom: 1px solid var(--clr--light-grey);
	text-align: left;
}

.dynamic-content td {
	font-size: .9em;
} */

.fs-small {
	font-size: small;
}

.news-text p {
	margin-bottom: 0;
}

.border-one{
	border: 1px solid #dfdfdf;
}

.grid-pattern {
    background-image: url(../img/grid.svg);
    background-size: auto;
    background-position: top left;
    background-repeat: repeat-x;
}


/* .news-title{
    min-height: 2rem;
} */

.shadow {
	box-shadow: none !important;
	border: 1px solid #dfdfdf;
}

.card-title span {
	position: relative;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	z-index: 1;
}

.card-title {
	margin-bottom: 1.5rem;
}

.card-title span img {
	position: absolute;
	left: 20px;
	bottom: -13px;
	z-index: -1;
	width: 34%;
}

.masked {
	background-color: transparent;
	background-image: url(../img/yellow-bg.svg);
	background-repeat: no-repeat;
	background-position: left top 1.3em;
	padding-bottom: 0.5rem;
}


/* .blink_img {
    -webkit-animation: section-animation-2 3s infinite;
    animation: section-animation-2 6s infinite;
    
  } */

@keyframes section-animation-2 {
	0% {
		width: 0px;
		height: 20px;
	}
	20% {
		width: 250px;
		height: 20px;
	}
	100% {
		width: 250px;
		height: 20px;
	}
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* max-height: 830px !important; */
}

.head_about {
	margin-top: -43px;
}

.cta-name {
	display: block;
    text-align: center;
	font-family: "Archivo", sans-serif;

    /* text-transform: uppercase; */
    font-size: 12px;
    line-height: 1.2;
       color: #7b7b7b !important;
    font-weight: 300;
    padding: 10px 16px !important;
    padding-bottom: 17px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    /* border: 1px solid var(--primary-color); */
    /* border-radius: 999px; */
    /* background: #fff; */
    width: fit-content;
}

.cta-name-two {
	display: block;
    text-align: center;
	font-family: "Archivo", sans-serif;

    /* text-transform: uppercase; */
    font-size: 12px;
    line-height: 1.2;
       color: #7b7b7b !important;
    font-weight: 300;
    padding: 0 !important;
    padding-bottom: 17px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    /* border: 1px solid var(--primary-color); */
    /* border-radius: 999px; */
    /* background: #fff; */
    width: fit-content;
}

.goog-te-gadget-simple {
	border-radius: 200px;;
}

.link__btn {
	display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1.1;
    color: var(--primary-color) !important;
    font-weight: 300;
    padding: 7px 0 !important;
    transition: all 0.3s;
    font-family: "Archivo", sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    background: transparent;
    width: fit-content;
}
.link__btn:hover .link__btn i{
	transform: translateX(5px);
}

.single-intro-inner.style-two {
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
	background: #fff;
}

.single-intro-inner {
	padding: 30px;
	transition: 0.4s;
	margin-bottom: 20px;
}

.bg-tab{
	background-color: var(--secondary-color);
}
.w-20{
	width: 20%;
}


.bg-base {
	border-top: 4px solid #01bda6;
}

.bg-blue {
	border-top: 4px solid #3b6fd9;
}

.single-intro-inner.style-two .thumb {
	position: absolute;
	margin-top: -57px;
	margin-left: -28px;
}

.single-intro-inner:hover {
	box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 15%);
}

.color {
	height: 10px;
	margin: -17px -17px 0px -17px;
	/* clip-path: circle(64% at 50% 2%); */
}

.text-left{
	text-align: left !important;
}

.pl-testimonial{
	padding-left: 20px !important;
}

.color-theme1 {
	background: var(--primary-color);
}

.single-intro-inner .thumb {
	margin-bottom: 15px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
}

.bg-red .cat-thumb {
	background: #d96030;
}

.bg-blue .cat-thumb {
	background: #3b6fd9;
}

.bg-base .cat-thumb {
	background: #01bda6;
}

.bg-purple .cat-thumb {
	background: var(--purple);
}

.single-intro-inner.style-two .details {
	margin-top: 8px;
}
.offer-item-footer{
	display: inline-flex;
	justify-content: start;
	/* border-top: 1px solid #f3f3f3; */
}
.offer-item-footer:hover .cta-name {

	color: #212529;
}

hr {
    margin: 0rem 0;
    color: inherit;
    background-color: #ddd;
    border: 0;
    opacity: 1 !important;
}



.icon_color {
	color: var(--secondary-color)
}

.bg-dark-grey{
	background: #4c4c4c !important;
}

.slider--text {
	transform: translateY(25%);
	margin-top: 0px;
}

#testimonial .card-text {
	min-height: 13rem !important;
}

#courses .card:hover {
	transform: scale(1.03);	
	border-bottom: 5px solid var(--primary-color) !important;
	/* box-shadow: 0.5rem 4rem 2rem rgba(0,0,0,.15), 0.5rem 3rem 2rem rgba(0,0,0,.15); */
	transition: .25s ease-in-out;
}

#courses .card:hover .card-title {
	color: var(--primary-color) !important;
}

#courses .card:active {
	transform: translateY(.1em);
	box-shadow: none;
	transition: all ease-in-out .15s;
}

.custom-border {
	border: .01em solid var(--clr--light-grey);
}

.heading--underline {
	background: var(--yellow-color);
	/* border-radius: .5rem; */
	height: .15em;
	margin: .3em auto;
	width: 100%;
	/* animation: stroke 2s;
    -webkit-animation: stroke 2s;
    transition: width 2s; */
}

.course-image {
    background-image: url('{{ asset($imagePath) }}');
    /* Add other CSS properties as needed */
}




.course-image{
	position: relative;
    width: 100%;
	min-height: 500px;
    display: flex;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    z-index: 1;
    background-color: #000000;
}

.animate-stroke {
	animation: stroke 2s;
	-webkit-animation: stroke 2s;
	transition: width 2s;
}

.courses--card-title {
	/* color: #008fd3; */
	min-height: 3rem;
}

.rounded-leaf {
	border-radius: 20px 0px;
}

.rounded--4 {
	border-radius: .5rem;
}

.rounded--5 {
	border-radius: .5rem;
}

.fw-bold {
    font-weight: 500!important;
}

.fw-light {
    font-weight: 300!important;
}

.fw-medium {
    font-weight: 400!important;
}

.nav--logo {
	width: 250px;
	padding: 10px;
	height: auto;
}

.blog-list__img {
	margin: 0 !important;
	padding: 0 !important;
	height: 60px;
}

.fs-6 {
    font-size: 0.8rem!important;
}

.blog-user__img {
	width: 50px;
}

.user-img {
	width: 100px;
	/* margin-left: 125px !important; */
	position: relative;
	/* margin: -120px auto 10px auto */
}

.project-container {
	padding-right: 3rem!important;
}

.pr-1 {
	padding-right: 30px;
}

.bg-primary{
	background: var(--primary-color) !important;
}

.fs-5 {
    font-size: 1rem!important;
}

.bg-footer{
	background: var(--clr--dark);
}

.bg-dark-green{
	background: #3b6d84 !important;
}

.bg-grey{
	background: #f1f1f1!important;
}

.bg-antiquewhite{
	background: antiquewhite;
}

.position-absolute{
	position: absolute !important;
	z-index: 99;
}


.section-lead-container{
	background-image: url(../img/lead-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    min-height: 200px;
}


.background-strive{
	background: radial-gradient(circle, transparent 25%, #294622  26%),linear-gradient(45deg, transparent 46%, #274c3f 47%, #274c3f 52%, transparent 53%), linear-gradient(135deg, transparent 46%, #274c3f 47%, #274c3f 52%, transparent 53%);
        background-size: 1em 1em;
        background-color: var(--secondary-color);
        opacity: 1

}

.border-left-yellow{
	border-left: 5px solid var(--yellow-color) !important;
	padding-left: 15px;
}

.section-heading {
    margin-bottom: 30px;
    font-weight: 300;
    color: #b3b3b3;
}

.header-margin{
	margin-left: 3em !important;
}
.header-padding{
	padding-left: 3em !important;
}

.text-line {
    position: relative;
    text-align: left;
    z-index: 1;
    overflow: hidden;
	
}


.text-purple{
	color: var(--purple);
}

.text-line:before, .text-line:after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 100%;
    height: 10px;
    content: '\a0';
    background-color: var(--yellow-color);
	margin-left: 10px;
}
.text-line:before {
    margin-left: -101%;
    text-align: right;
}

/* MAP CSS */

/* MAP CSS */
.map-container, .map-container svg {
	width: 100% !important;
  }
  
  /* Global Presence Section */
  .global-presence-section {
	position: relative;
	padding: 3rem 0;
	background-color: #fff; /* adjust as needed */
	overflow: hidden;
  }
  
  /* Large, semi-transparent background text */
  .global-presence-bg-text {
	font-size: 8rem; /* Adjust as needed */
	color: var(--secondary-color); /* Very light text */
	z-index: 9;
	pointer-events: none;
	font-weight: 700;
  }
  
  /* Stats Box Design */
  .box-design {
	color: #000;            /* black text initially */
	position: relative;
	z-index: 1;
	transition: color 0.3s ease;
	background: #ffffff29;
    backdrop-filter: saturate(1.8) blur(5px);
    border-radius: 10px !important;
    border: 1px solid #ffffff42;
    box-shadow: 0px 10px 25px #0000000f;
  }
	
  .box-design::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: conic-gradient(from 200deg at 60% 240%, transparent, transparent, transparent, var(--secondary-light-color), var(--primary-color), var(--primary-color), var(--primary-color));
	background-size: 150% 100%; /* allow room for movement */
	opacity: 0;               /* hidden initially */
	transition: opacity 0.3s ease;
	border-radius: 10px;
    box-shadow: 0px 10px 25px #0a42624d;
  }
	
  .box-design:hover::before {
	opacity: 1;
	animation: moveGradient 10s linear infinite;
  }
	
  @keyframes moveGradient {
	0% {
	  background-position: 0% 0%;
	}
	100% {
	  background-position: 100% 0%;
	}
  }
	
  .box-design:hover {
	color: #fff;
  }
  
  /* Radar Pin Base */
  .radar-pin {
	position: relative;
	width: 10px;
	height: 10px;
	background: transparent;
	border-radius: 50%;
	z-index: 1;
  }
  
  /* Merged popup effect on both the country name text and the radar pulse */
  @keyframes popupEffect {
	0%, 40%, 100% { opacity: 0; }
	45%, 75% { opacity: 1; }
  }
  
  /* Apply the popup effect to the country name text */
  .ihotspot_pulse p,
  .ihotspot_pulse-default p {
	animation: popupEffect 5s infinite;
	animation-delay: var(--popup-delay);
  }
  
  /* Use ::after on the radar-pin for the pulsing effect */
  .radar-pin::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border: 2px solid var(--primary-color);
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(1);
	opacity: 0;
	pointer-events: none;
	z-index: -1;
	animation: popupEffect 5s infinite;
	animation-delay: var(--popup-delay);
  }
  
  /* Map container: relative so that pins are positioned within */
  .map-container {
	position: relative;
  }
  
  /* Pin container: fill the map container */
  .pin-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
  /* Pin elements: position absolute relative to .map-container; using a custom property for delay */
  .drag_element {
	position: absolute;
	transform: translate(-50%, -50%);
	--popup-delay: 0s; /* default value; override inline */
  }
  
  /* Optional: Hover effect on pins */
  .pins_image {
	transition: transform 0.3s ease;
  }
  .pins_image:hover {
	transform: scale(1.1);
  }
  
	
  /* Place name styling */
  .place-name,
  .place-name-base {
	font-size: 0.8rem;
	font-weight: 500;
  }
	
  /* Responsive adjustments */
  

/* MAP CSS */


    .course-card {
  	background: #0000000a;
    border: 1px solid #0000000d;
    border-radius: 8px;
    padding: 15px;
    backdrop-filter: blur(5px);
    }

    .course-card-dark {
	background: #00000021;
    border: 1px solid #ffffff26;
    border-radius: 8px;
    padding: 15px;
    backdrop-filter: blur(5px);
    }

	.arrow-hover-button {
		padding-right: 0px !important;
		transition: 0.4s ease !important;
	}

	.arrow-hover-button:hover {
		padding-right: 65px !important;
		transition: 0.4s ease !important;
	}

    .course-image-wrapper {
           width: 100%;
    height: 230px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 13px 0px;
    }
    .course-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .course-title {
        font-size: 1.1rem;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .course-subtitle {
        font-size: 0.9rem;
        color: #666;
    }



.btn-slider-fill {
    color: #fff;
    font-size: 1em;
    padding: 12px 35px;
    border-radius: 20px 0px;
    backdrop-filter: saturate(140%) blur(5px);
	background-color: var(--primary-color);
}

.btn-slider-fill:hover {
    background: linear-gradient(to right, var(--primary-color), var(--primary-color), var(--primary-color), var(--secondary-color));
    background-size: 200% 100%;
    background-position: 90% 0%;
    color: #fff !important;
    transition: background-position 1s ease !important;
}

.btn-whatsapp-fill {
    background: var(--whatsapp--color);
    background-size: 200% 100%; /* Double width for smooth sliding */
    font-weight: 500 !important;
    color: #fff !important;
    border-radius: 20px 0px;
    font-weight: 400 !important;
    background-position: 10% 0%; /* Starting position */
    transition: background-position 1s ease !important; /* Smooth transition for both states */
    display: inline-block;
	padding: 11px 0px;
	border: 1px solid #ffffff3b;
}

.btn-whatsapp-fill:hover {
    background: var(--web-green);
    background-size: 200% 100%;
    background-position: 90% 0%; /* Slide to the right on hover */
    color: #fff !important;
    transition: background-position 1s ease !important; /* Smooth transition on hover */
}


.btn-one-fill {
    background: linear-gradient(to right, var(--primary-color), var(--primary-color), var(--primary-color), var(--secondary-color)); /* Ensure same gradient */
    background-size: 200% 100%; /* Double width for smooth sliding */
    font-weight: 500 !important;
    color: #fff !important;
    border-radius: 20px 0px;
    font-weight: 400 !important;
    background-position: 10% 0%; /* Starting position */
    transition: background-position 1s ease !important; /* Smooth transition for both states */
    display: inline-block;
	padding: 11px 0px;
	border: 1px solid #ffffff3b;
}

.btn-one-fill:hover {
    background: linear-gradient(to right, var(--primary-color), var(--primary-color), var(--primary-color), var(--secondary-color)); /* Ensure same gradient */
    background-size: 200% 100%;
    background-position: 90% 0%; /* Slide to the right on hover */
    color: #fff !important;
    transition: background-position 1s ease !important; /* Smooth transition on hover */
}

.btn-one-outlined {
    background: transparent;
    background-size: 200% 100%; /* Double width for smooth sliding */
    font-weight: 500 !important;
    color: var(--secondary-color) !important;
	border: 1px solid var(--secondary-color);
    border-radius: 20px 0px;
    font-weight: 400 !important;
    background-position: 0% 0%; /* Starting position */
    transition: background-position 1s ease !important; /* Smooth transition for both states */
    display: inline-block;
	padding: 11px 0px;
}

.btn-one-outlined:hover {
    background: linear-gradient(to right, var(--secondary-light-color), var(--secondary-light-color), var(--secondary-light-color), var(--primary-color)); /* Ensure same gradient */
    background-size: 200% 100%;
    background-position: 100% 0%; /* Slide to the right on hover */
    color: #fff !important;
	border: 1px solid var(--primary-color);
    transition: background-position 1s ease !important; /* Smooth transition on hover */
}

.request-call-box {
    border: 1px solid #00000012;
    border-radius: 1em;
    padding: 2em 1em;
    background-color: hsl(0deg 0% 100% / 57%);
    backdrop-filter: saturate(180%) blur(20px);
    transition: background-color 0.3s ease;
    box-shadow: 10px 10px 50px #29462229;
}

   /* Container for the box-style radio buttons */
   .radio-box-container {
	display: flex;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
}
/* Hide default radio inputs */
.radio-box-container input[type="radio"] {
	display: none;
}
/* Style the label as a box */
.radio-box-container label {
	border: 1px solid #ccc;
	padding: 0.5rem 1.5rem;
	border-radius: 3em;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	font-weight: 500;
	text-align: center;
	min-width: 120px;
	color: #ababab;
}
/* On hover, change border-color slightly */
.radio-box-container label:hover {
	border-color: var(--primary-color);
	background: #03a9f42b;
	color: var(--primary-color);
}
/* When the radio is checked, style the label with your primary color */
.radio-box-container input[type="radio"]:checked + label {
	background-color: var(--primary-color);
	color: #fff;
	border-color: var(--primary-color);
}

.material-symbols-outlined {
	font-size: 2em !important;
}

/* TEXT BUTTON */
.btn-border-light {
    color: #fff;
    font-size: 1em;
    padding: 10px 40px;
    border-radius: 20px 0px;
    border: 1px solid #fff;
    background: transparent;
    transition: all 0.3s ease;
}

.btn-border-light:hover {
    color: #fff;
    font-size: 1em;
    padding: 10px 40px;
    border-radius: 20px 0px;
    border: 1px solid #fff;
    background: var(--primary-gradient);
    transition: all 0.3s ease;
}

/* TEXT BUTTON */
.btn-border-cta {
    color: #fff;
    font-size: 1em;
    padding: 10px 40px;
    border-radius: 20px 0px;
    border: 1px solid #ffffff5f;
    background: transparent;
    transition: all 0.3s ease;
}

.btn-border-cta:hover {
	color: #fff;
    background: var(--whatsapp--color);
    transition: all 0.3s ease;
}

/* ICON BOX */
.icon-button {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* CIRCLE INSIDE BOX */
.icon-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: background-color 0.3s ease;
}

.icon-circle-dark {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid var(--secondary-color);
    transition: background-color 0.3s ease;
}

/* ICON */
.arrow-icon {
    color: #fff;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.arrow-icon-dark {
    color: var(--secondary-color);
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

/* ✅ MAIN FIX – Unified hover trigger */
.group-hover-trigger:hover .btn-border-light {
    background: var(--primary-gradient);
    border-color: var(--primary-color);
    color: #fff;
	
}

.group-hover-trigger {
	transition: transform 0.3s ease;
}


.group-hover-trigger:hover .icon-circle {
    background-color: var(--primary-color);
	border: var(--primary-color);
}
.group-hover-trigger:hover .icon-circle-dark {
    background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
	transition: background-color 0.3s ease;
}

.group-hover-trigger:hover .arrow-icon {
    color: #fff;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
}

.group-hover-trigger:hover .arrow-icon-dark {
    color: #fff;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
}

.btn-link-light {
    display: inline-block;
    line-height: 1.5;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
	background: #fff;
	font-size: 2em !important;
    padding: 8px;
    border-radius: 20px 0px;
}
.btn-link-light:hover {
    color: #fff; 
	border: 1px solid #fff;
	background: var(--primary-color);
}

.btn-link-categories {
    display: inline-block;
    line-height: 1.5;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
	background: transparent;
	font-size: 2em !important;
    padding: 8px;
    border-radius: 20px 0px;
}
.btn-link-categories:hover {
    color: #fff; 
	border: 1px solid #fff;
	background: var(--primary-color);
	transform: rotate(45deg);
}

.btn-link-white-categories {
    display: inline-block;
    line-height: 1.5;
    color: #fff;
    border: 1px solid #fff;
	background: transparent;
	font-size: 2em !important;
    padding: 8px;
    border-radius: 20px 0px;
	  transition: color 0.3s ease, transform 0.3s ease, background-color 0.3s ease; /* Smooth reset */
    transform: rotate(0deg); /* Default state */
}
.btn-link-white-categories:hover {
	border: 1px solid #fff;
	background: var(--primary-color);
	transform: rotate(45deg);
	  transition: color 0.3s ease, transform 0.3s ease, background-color 0.3s ease; /* Smooth reset */
    transform: rotate(45deg); /* Default state */
}

.btn-link-dark {
    display: inline-block;
    line-height: 1.5;
    color: #000;
    border: 1px solid;
	font-size: 2em !important;
    padding: 5px;
    border-radius: 20px 0px;
}
.btn-link-dark:hover {
    color: var(--primary-color); 
	border: 1px solid var(--primary-color);
}

.btn-link-dark.material-symbols-outlined {
	font-size: 1.25rem;
	color: #333;
	transition: color 0.3s ease;
	transform: translateZ(0);
}

.box-cat:hover .btn-link-dark.material-symbols-outlined {
	color: #fff;
}



/* Category tile with light grey background that turns dark blue on hover */
.category-tile {
    background-color: #000; /* light grey */
    transition: background-color 0.3s ease, transform 0.3s ease; /* Added transform for scaling */
    text-align: center;
    color: var(--secondary-color);
}

/* Hover effect: change background to dark blue with scale animation */
.category-tile:hover {
    background-color: var(--dark-secondary-color); /* dark blue */
    color: #fff;
}

/* Button hover group animation */
.btn-hover-group:hover .btn-link-categories {
    color: #fff; /* White on hover */
    background-color: var(--primary-color);
    transition: color 0.3s ease, transform 0.3s ease, background-color 0.3s ease; /* Smooth transitions */
    transform: rotate(45deg); /* Rotate arrow 45 degrees on hover */
}

/* Ensure the button resets when not hovered */
.btn-link-categories {
    transition: color 0.3s ease, transform 0.3s ease, background-color 0.3s ease; /* Smooth reset */
    transform: rotate(0deg); /* Default state */
}

/* Fixed-size image container */
.cat-image-wrapper {
    height: 250px;     /* Fixed height */
    margin: 0 auto;    /* Center the image wrapper */
    overflow: hidden;
}

.cat-title {
	top: 35%;
}

/* Make sure the image fills the container while maintaining its aspect ratio */
.cat-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.badge-subtext {
	background: #ffffff1c;
    color: #ffffff;
    border-radius: 20px 0px;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 1em;
}

.badge-subtext-green {
background: #03a9f41f;
    border-radius: 20px 0px;
    color: #2196F3;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 1em;
    white-space: normal !important;
    word-break: break-word;
    line-height: 1.35;
}




.btn-whatsapp {
    color: #fff;
    background-color: #128C7E !important;
    border-radius: 0;
    border: none;
    font-size: 14px;
	padding: 10px;
}

.btn-whatsapp:hover {
    color: #fff !important;
    background-color: #25D366 !important;
    border-radius: 0;
    border: none;
    font-size: 14px;
	padding: 10px;
}


.slider-height {
	height: 95vh;
}

.border-none {
	border: none !important;
}

.mt-minus-10-percent {
	margin-top: -10%;
}

.gradient-overlay-white-slider {

		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 50%);
		pointer-events: none; /* Ensures the overlay doesn’t interfere with clicks */

  }

  .gradient-overlay-white-section {

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, 
	rgba(255, 255, 255, 1) 0%,    /* 75% white (opaque) at the top */
	rgb(255, 255, 255) 0%,      /* Transition to fully transparent at 75% height */
	rgba(255, 255, 255, 0) 30%      /* Fully transparent at the bottom (25% of height) */
  );
	pointer-events: none; /* Ensures the overlay doesn’t interfere with clicks */

}

  .gradient-overlay-white-heading {

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, 
  rgba(255, 255, 255, 1) 40%,    /* 75% white (opaque) at the top */
  rgb(255, 255, 255) 30%,      /* Transition to fully transparent at 75% height */
  rgba(255, 255, 255, 0) 95%      /* Fully transparent at the bottom (25% of height) */
   );
	pointer-events: none; /* Ensures the overlay doesn’t interfere with clicks */

}

  .video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; /* Matches the slider height */
	overflow: hidden; /* Prevents overflow */
  }

  
  /* Ensure the carousel item is positioned relatively to contain the absolute overlay */
  .slider-height.position-relative {
	overflow: hidden; /* Prevents overflow issues */
  }


.bg-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	opacity: 0.4;
	background-color: #000;
  }

.font-sub{
	font-size: 3.5em !important;
}

.bg-whatsapp{
	background: var(--whatsapp--color);
}

.mobile-footer-bar {
	background: #ffffff99;
    backdrop-filter: blur(10px);
    border-radius: 10px 10px 10px 10px;
    margin: 10px;
}

.footer-work {
	border-radius: 40px 0px !important;
    background: #ffffff38;
	margin-top: -30px;
    backdrop-filter: blur(10px);
}
.adjust_img,
.adjust_card-img{
	object-fit: cover;
	object-position: center;
}
.adjust_card-img{
	width: 100%;
	height: 13rem;
	margin: 0;
}

.adjust_card-img-inner{
	width: 100%;

	margin: 0;
}

.adjust_img{
	/* height: 60vh; */
}

.trusted-text{
	margin-left: 40px;
}

.border-secondary {
    border-color: #e6e6e6!important;
}

.footer-head {
	color: var(--secondary-color);
	font-size: 25px;
}

.navbar-dark .navbar-toggler {
    border-color: var(--color-light);
	background-color: var(--color-light);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2847, 48, 141, 100%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 0%);
    border-color: transparent;
}



.user-img--lg {
	width: 200px;
	border: 2px solid #ececec;
	border-radius: 50%;
}

.w-96{
	width: 96% !important;
}

.gradient--btn {
	background: var(--primary-color);
	border: none;
}

.card-title__min-h {
	min-height: 4rem;
}

.bg--blue {
	background: var(--primary-color);
}


/* course feature */


.carousel .carousel-inner .carousel-item {
	overflow: hidden;
}

.margin-top-70-negative {
	margin-top: -70px;
}

.h-110{
	height: 110%;
}

.c-wrapper {
    overflow: visible; /* Ensure overflow doesn’t interfere */
    min-height: 100vh; /* Ensure it’s tall enough */
}

.z-index-top{
	z-index: 999999 !important;
}

.z-index-2{
	z-index: 2 !important;
}

.margin-top-negative-2 {
	margin-top: -3%;
}

.background-grey{
	background-color: #ebebeb;
}

.zoomicon:hover {
    transition: ease all 0.5s;
    -webkit-box-shadow: 0 14px 24px rgb(62 57 107 / 20%);
    box-shadow: 0 14px 24px rgb(62 57 107 / 20%);
    background: #fff;
    transition: ease all 0.2s;
    transform: translateY(-8px) scale(1.0);
	
}

.zoomicon {
    transition: ease all 0.5s;
    background: #fff;
    transition: ease all 0.2s;
    transform: translateY(0px) scale(1.0);
	border-radius: 20px 0px;;
}


.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px
}

.slick-slide {
    margin: 10px 
}

.slick-slide img {
    width: 100%;
    border: 0px solid #fff
}


.bottom-left {
	position: absolute;
	bottom: 10px;
  }

  #productTabs .nav-item .nav-link {
    color: #575757; /* Dark gray for visibility against white background */
    font-size: 1em;
    font-weight: 400;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

#productTabs .nav-item .nav-link.active {
color: #ffffff !important;
    background-color: var(--primary-color);
    border-bottom: none;
    border-radius: 20px 0px;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: none;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}


.nav-item:hover .nav-link {
	transition: color .15s ease-in-out;
}

.nav-item .nav-link {
	color: #ffffffe3;
	transition: color .15s ease-in-out;
	font-size: 1em;
    font-weight: 500;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--secondary-color);
    border-color: #ffffff #ffffff #294622;
    border-bottom: 2px solid;
	font-weight: 500;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: var(--primary-color) !important;
    border: none;
    isolation: isolate;
    border-radius: 20px 0px;
    background: aliceblue;
}


.contact-name-box {
    border-bottom: 0;
    /* border: 1px solid #00000012; */
    border-radius: 5px 5px 0px 0px;
    padding: 0px;
    background-color: hsl(0deg 0% 100% / 57%);
    backdrop-filter: saturate(180%) blur(20px);
    transition: background-color 0.3s ease;
}


.font-cursive{
	font-family: "Archivo", sans-serif;
	font-style: italic;
}

.slider-static {
    background-color: var(--base-color);
    background-image: repeating-radial-gradient( circle at 0 0, transparent 0, #ce281c 15px ), repeating-linear-gradient( #7aab475e, #dc3a2e );
}

.w-slider-responsive{
	width: 100%;
}

.navtext:hover {
	transition: color .15s ease-in-out;
	font-size: 1em;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link.active {
	color: var(--secondary-color);
}

.w-50-form {
	width: 50%;
}


.slider__image{
	height: 50vh; 
	object-fit:cover;
	width: 100%;
}

	.boxes-position {
padding-top: 12%;
}

.testimonial-img{
	object-fit: cover;
	min-height: 500px;
	z-index: -1;
}

.product-image {
	max-height: 400px; 
	overflow: hidden;
	border-radius: 25px 0px;
}
















.rtin-btn {
	margin-top: 51px;
	text-align: center;
}

.rtin-btn a {
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	border-color: var(--primary-color);
	border-radius: .5rem;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7;
	padding: 14px 35px;
	text-decoration: none;
}

.rtin-btn a:hover {
	background-color: var(--primary-color);
	color: white;
}

.slided {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;

}

.news-scroll marquee {
	height: 275px;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 5px 10px;
}

.marquee {
	will-change: transform;
	animation: marquee 10s linear infinite;
}

.topper:hover {
	background-color: #e51921 !important;
}

.purchase_price {
	position: absolute;
	text-align: right;
	right: 0;
	width: 100%;
	/* z-index: 100; */
}

.purchase_price a {
	background: #e51921;
	font-weight: 600;
	border-radius: 0;
	color: var(--light--clr);
	font-family: "Hind", sans-serif;
	display: inline-block;
	font-size: 18px;
	padding: 5px 5px;
	text-decoration: none;
}

.icon_size {
	font-size: xx-small;
}

.font_footer, .font_footer a {
	/* font-size: 0.875rem; */
	/* font-size: smaller; */
	color: #000;
	font-weight: 400;
}

.border-top {
    border-top: 1px solid #ddd!important;
}

.border-left {
    border-left: 1px solid #ddd!important;
}

.border-right {
    border-right: 1px solid #dddddd5c !important;
}

.topper:hover h5 {
	color: #fff !important;
}

.image_adjust {
	width: 83px;
	border-radius: 50%;
}

.single-courses {
	box-shadow: 0px 0px 81px 0px rgb(47 47 47 / 10%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-bottom: 39px;
	border-radius: .5rem;
	background-color: var(--light);
}

.carousel-multi-item .controls-top {
	margin-bottom: 1.88rem;
	text-align: center;
}

.section__title {
	font-size: 40px;
	color: var(--secondary-color);
	text-transform: capitalize;
	z-index: 1;
	margin-bottom: 3px;
	font-weight: 900;
}

.section__title span {
	position: relative;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	z-index: 1;
}

.section__title span img {
	position: absolute;
	left: -14px;
	bottom: 12px;
	z-index: -1;
}

.carousel-multi-item .controls-top .btn-floating {
	background: var(--primary-color);
}

.btn-floating {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0;
	margin: 10px;
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 50%;
	-webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
	box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 47px;
	height: 47px;
}

.btn-floating i {
	display: inline-block;
	width: inherit;
	color: #fff;
	text-align: center;
	font-size: 1.25rem;
	line-height: 47px;
}

.white-button{
	background-color: #fff;
	font-weight: 500;
	color: #000;
	transition: 0.3s;
	border: 1px solid #fff;
}

.white-button:hover{
	background-color: transparent;
	font-weight: 500;
	border: none;
	color: #fff !important;
	transition: 0.3s;
	border: 1px solid #fff;
}
	  


.button_adjust {
	color: var(--clr--dark);
	background-color: var(--light--clr);
	border-color: #e3e4e5;
}



.button_adjust:hover {
	color: var(--light--clr);
	background-color: var(--primary-color);
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;

	background-clip: border-box;
	border: none;
	box-shadow: none;
	transition: .25s ease-in-out;
}

.text-justify {
	text-align: justify;
}

.youtube-card {
	border-radius: 1.25em!important;
}

.height-500{
	height: 540px !important;
    overflow: hidden;
}

.design-pattern {
	background-image: url(../img/design-bg.jpg);
	background-size: auto;
	background-position: top left;
	background-repeat: repeat-x;
	/* width: 100vw; */
	/* height: 250px; */
	/* margin-bottom: -240px; */
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 14px !important;
    border-radius: 0rem;
}



.list-style-none{
	list-style: none !important;
}

a:hover {
    color: var(--primary-color); 
}


.margin-negative{
	margin-top: -40px !important;
}

.font-base{
	font-family: "Archivo", sans-serif;
}



.badge-category{
	background: var(--secondary-color);
    padding: 7px;
    border: 1px solid #ebe3b9;
    font-size: 10px;
	color: var(--color-light);
    font-weight: 300;
}

.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px));
    padding: 0.5rem 1rem;
    font-size: 14px !important;
    border-radius: 0rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 14px !important;
    border-radius: 3rem;
    line-height: 2.5;
}

.news-bg {
	background-image: url(../img/design-bg.jpg);
	background-size: auto;
	background-position: top left;
	background-repeat: repeat-x;
}


.contact-bg {
	background-image: url(../img/contact-background.jpg);
	background-size: cover;
	background-position: top left;
	background-repeat: repeat-x;
}

.w-50{
	width: 50%;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5em;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.carding {
	border: none !important;
}

.bordered {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.bordered_adjust {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	border: 1px solid #e5e5e5;
}

.adjusting {
	margin-bottom: 2px;
	margin-top: 0px;
}

.paragraph {
	margin-bottom: 9px;
}
.bann-hour{
	width: 32%;
    margin-top: -263px;
    z-index: 5;
    position: relative;
    background-color: #FFFFFF;
    padding: 17px 9px 31px 18px;
}
.about-bg{
	background: transparent url(../img/about-bg.png) no-repeat center center;
    background-color: var(--primary-color);
	background-size: cover;
}

.placement-bg{
	background: transparent url(../img/placement.jpg) no-repeat center center;
    background-color: var(--primary-color);
	background-size: cover;
}

.news-date{
	font-size: 1.8rem!important;
    line-height: 0.8;
}
.about-img{
	height: 380px;
    margin-top: -52px;
}
.about-bg p{
	color: var(--color-light);
}
.h-320{
	height: 320px !important;
}
.w-40{
	width: 40%;
}
.bg-test{
	background: transparent url(/public//web/img/about-bg.png) no-repeat center center;
    background-color: var(--primary-color);
}
.arrow-2{
	right: 0%;
}
.pr-0{
	padding-right: 12px !important;
}

b, strong {
    font-weight: 700 !important;
    font-family: inherit !important;
}
.btn-success{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.btn-success:hover{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #000 !important;
}
.btn-outline-warning{
	color: #0c0c0c !important;
	border-color: var(--secondary-color);
}
.btn-outline-warning:hover{
	color: var(--color-light) !important;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.btn-outline-warning:focus{
	box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%) !important;
}
.btn-success:focus{
   box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%) !important;
}
.btn-warning{
	border-color: var(--secondary-color);
	background-color: var(--secondary-color);
	color: var(--color-light);
}
.btn-warning:hover{
	border-color: var(--secondary-color);
	background-color: var(--secondary-color);
	color: var(--color-light) !important;
}
.btn-warning:active:focus{
	box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%);
}
.social-color li a{
	color: white!important;
}

.h-500{
	height: 500px;
}

.page-heading-bg-400 {
	height: 400px;
}

.h-200{
	height: 200px;
}

.h-300{
	height: 300px;
}

.h-120{
	height: 120px;
}

.page-heading-bg-100 {
	height: 100px;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--secondary-color);
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--primary-color);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.page-heading{
	padding-top: 11%;
	z-index: 999;
}

.profile-pic{
	max-width: 60px;
    border-radius: 100%;
}

  /* Ensure the sidebar can scroll with the page */
.sidebar {
  /* no overflow on the sidebar or its parents! */
}

/* Only apply on medium+ screens */


.bg-about{
	background-image: url('../img/about-bg.jpg');	
	background-size: cover;
	background-position: center ;
}

.bg-global-presence{
	background-image: url('../img/bg-global.jpg');	
	background-size: cover;
	background-position: center ;
}

.bg-leadership{
	background-image: url('../img/leadership-bg.jpg');	
	background-size: cover;
	background-position: center ;
}
.bg-contact{
	background-image: url('../img/contact-bg.jpg');	
	background-size: cover;
	background-position: center ;
}
.bg-pages{
	background-image: url('../img/page-bg.jpg');	
	background-size: cover;
	background-position: center ;
}

.bg-gallery{
	background-image: url('../img/gallery-bg.jpg');	
	background-size: cover;
	background-position: center ;
}
.bg-blog{
	background-image: url('../img/blog-bg.jpg');	
	background-size: cover;
	background-position: center ;
}

.bg-cover-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  }
  
  .mt-slider.position-relative {
	position: relative; /* ensures .dark-overlay and .overlay-content are positioned relative to this */
  }
  
  .dark-overlay {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;           /* The overlay is "under" content that has higher z-index */
	pointer-events: none; /* optional: so it doesn’t block clicks */
  }
  
  /* The text container */
  .overlay-content {
	position: relative; 
	z-index: 2;          /* so it appears above the overlay */
  }

.dynamic-content .accordion{
	display: block !important;
}

.stretched-link::after{
	content: none !important;
}

.carousel-caption {
	position: absolute;
    right: 0;
    bottom: -14rem;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    z-index: 99;
}

.w-custom-80 {
	width: 100%;
}




.dropdown-menu li {
	position: relative !important;
	}
	.dropdown-menu .dropdown-submenu {
	/* display: none; */
	position: absolute;
	
	}

	

	

	
		.dropdown-menu .dropdown-submenu-left {
		right: 100%;
		left: auto;
		}
		.dropdown-menu > li:hover > .dropdown-submenu {
		display: block;
		}
		/* slick */

		.lazy{
			width:100%;
			margin:0 auto;
		}
		
		/*Edit, forgot this important bit.  This keeps the other slides visible*/
		.slick-list {
			overflow: visible;
		}
		
		.slide-footer {
			width: 135px!important;
			height: auto!important;
		}

		    .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: var(--secondary-color);
    }
    a {
    color: var(--primary-color);
    text-decoration: underline;
}

/* Merged and Sorted Media Queries */


@media screen and (max-width: 478px) {
.h-120 {
    height: 0px !important;
}
.carousel-caption {
        margin-left: 0;
        bottom: -7rem;
    }
}

@media screen and (max-width: 768px) {
.global-presence-bg-text {
	  font-size: 4rem;
	  line-height: 1;
	}
/* .user-img{
		margin-left: 35% !important;
	} */
	.slider__image{
		height: 50vh;
	}

	
	.h-120 {
    height: 0px;
}


	.page-heading-bg-400 {
    height: 300px !important;
}

.chatbox {
    margin-top: -40% !important;
    min-height: 40vh !important;
}

.slider-height {
    height: 90vh;
}
.product-image {
	max-height: 300px; 
	overflow: hidden;
	border-radius: 25px 0px;
}


	.margin-left-50{
		margin-left: 0px !important;
	}
	.nav--logo{
		width: 200px;
	}

	.boxes-position {
padding-top: 45%;
position: relative !important;
}

	.w-slider-responsive{
		width: 250%;
	}

	.testimonial-img{
	object-fit: cover;
	min-height: 300px;
	z-index: -1;
}

	.font-7em {
    font-size: 4em !important;
	line-height: 1;
}

	.contact-bg {
		background-image: none !important;
		background-size: cover;
		background-position: top left;
		background-repeat: repeat-x;
	}

	.course-image {
		position: relative;
		width: 100%;
		min-height: 200px;
		display: flex
	;
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.bg-rent {
		height: 110%;
	}

	.big-font{
		font-size: 4em !important;
		line-height: 0.8;
	}

	.w-50-form {
		width: 80%;
	}

	.mt-sm-header{
		margin-top:2em;
	}

	.h-500 {
		height: 250px !important;
	}

	.font-sub {
		font-size: 2.5em !important;
	}

	.page-heading {
		padding-top: 20% !important;
		text-align: center;
		z-index: 999;
	}

	.mobile-bg{
		min-height: 380px !important;
		width: 100%;
		margin-top: 12px;
	}

	.mt-slider {
		margin-top: -15%;
	}

	.mt-slider-pages{
margin-top: -8%;
}
	
	.header-padding {
		padding-left: 1em !important;
	}
	
	.big-font-1{
		font-size: 3em !important;
		line-height: 0.8;
	}

	.footer-text-mob{

			font-size: 11px !important;

	}

	.mob-padding{
		padding: 1.5rem !important;
	}

	.error-page-image{
		height: 313px;
	}

	.carousel .carousel-inner .carousel-item {
		overflow: hidden;
	}

	.f-18{
		font-size: 18px !important;
	}

	.f-60 {
		font-size: 35px !important;
		line-height: 1;
	}

	.f-50 {
		font-size: 35px !important;
		line-height: 1;
	}


	.f-12{
		font-size: 12px !important;
	}


	.navbar-margin{
		margin-top: 1rem;
	}
	
	.font-3em {
		font-size: 3em !important;
	}

	/* .mob-service-height{
		height: auto !important;
		overflow: hidden;
	} */


	.row {
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 0;
		display: flex
	;
		flex-wrap: wrap;
		margin-top: calc(var(--bs-gutter-y)* -1);
		margin-right: auto;
		margin-left: auto;
	}
	.padding-mob {
		padding: 0 !important;
	}

	.ml-2{
		margin-left: 10px !important;
	}

	.cta-name {
		
		   color: #fff !important;
	}

	.navbar-style{
		box-shadow: none !important;
		height: auto !important;
}


.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0px !important;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgb(0 0 0 / 24%) !important;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: 0;
    box-shadow: none;
}
	.nav-item .nav-link {
		color: white;
		transition: color .15s ease-in-out;
	}

	.tab-text-color {
        color: #ffffff !important;
        font-weight: 400 !important;
    }

	
	
	.custom-pe-3 {
		padding-right: 0rem !important;
	}

	.d-none-sm{
		display: none;
	}

	.testi-bg {
		background-image: url(../img/test-img-mob.png);
		background-size: cover;
	}



	.bg--navbar {
		background-color: var(--primary-color)
	}

	.bann-hour{
		width: 100% !important;
	}
	.position--sm-relative{
		position: relative !important;
	}
	.sm--push-down{
		margin-top: 15rem !important;
	}
	.float-company-name{
		float: left !important;
	}
	.project-container {
		padding-right: 0rem!important;
	}

	.adjust_img {
		height: auto;
	}

	.adjust_card-img-inner {
		width: 100%;
		/* height: 4.5rem !important; */
		margin: 0;
	}

	.dynamic-content {
		overflow: hidden;
	}
	.dynamic-content table{
		display: block;
		/* width: 88vw !important;		 */
		overflow: scroll;
	}
	.dynamic-content div{
	    /* display: flex; */
	    width: 100% !important;
	}
	.dynamic-content p{
		margin-bottom: 0 !important;
	}


	
	

	
	

	.h--sm-100{
		height: 100% !important;
	}
	.w--sm-50{
		width: 50% !important;
	}
	.w--sm-95{
		width: 95% !important;
	}
	.w--sm-100{
		width: 100% !important;
	}
	.p--sm-0 {
		padding: 0 !important;
	}
	.ps--sm-0 {
		padding-left: 0 !important;
	}
	.pb--sm-0 {
		padding-bottom: 0 !important;
	}
	.my--sm-1 {
		margin-top: .1em !important;
		margin-bottom: .1em !important;
	}
	.mt--sm-1{
		margin-top: 1em !important;
	}
	.mt--sm-2{
		margin-top: 1.7em !important;
	}
	.mt--sm-0{
		margin-top: 0 !important;
	}
	.mx--sm-auto{
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.mb--sm-0{
		margin-bottom: 0 !important;
	}
	.mb--sm-1{
		margin-bottom: 2.5em !important;
	}
	.ms--sm-1{
		margin-left: 0em !important;
	}

	.ms--sm-6{
		margin-left: 6em !important;
	}

	.request-call-bg {
		background-image: none !important;
		background-size: cover;
		background-position: top left;
		background-repeat: repeat-x;
	}

	.trusted-text{
	margin-left: 0px;
}
	.margin-45{
		margin-top: 45px !important;
	}

	.mx--sm-1{
		margin-left: .5em !important;
		margin-right: .5em !important;
	}
	.ms--sm-3{
		margin-left: 5em !important;
	}
	.me--sm-1{
		margin-left: .15em !important;
	}
	.me--sm-0	{
		margin-left: 0 !important;
	}
	.px--sm-0{
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px--sm-1{
		padding-right: .5em !important;
		padding-left: 0.5em !important;
	}
	.px--sm-2{
		padding-right: 1.7em !important;
		padding-left: 1.7em !important;
	}
	.text--sm-align-center{
		display: flex;
		align-items: center;
	}
	
		.carousel-inner {
		position: relative;
		width: 100%;
		overflow: hidden;
		max-height: 800px !important;
	}
.carousel-caption{
		margin-left: 0;
		bottom: -7rem;
	}

	.font-1-5em {
    font-size: 1.5em !important;
}

 .w-custom-80 {
    width: 500% !important;
  }

	.slider--text{
	transform: translateX(10px);
    margin-top: 5rem !important;
	}
}

@media screen and (max-width: 900px) {
.dropdown-menu {
			width: 100%;
			}
		.dropdown-menu .dropdown-item{
			line-height: 1;
			border-bottom: 0 !important;
        padding: 1em;
			}
		.dropdown-menu .dropdown-submenu{
			width: 100%;
			}

		.carousel-caption {
        margin-left: 0;
        bottom: -15rem;
    }
	
}

@media screen and (max-width: 992px) {
.modal-lg, .modal-xl {
    max-width: 992px;
}

}

@media screen and (max-width: 1023px) {

}

@media screen and (max-width: 1024px) {
.f-60 {
    font-size: 40px !important;
    line-height: 1;
}
.font-sub {
    font-size: 3em !important;
}
.global-presence-bg-text{ 
    font-size: 4rem;
    color: var(--secondary-color);
    z-index: 9;
    pointer-events: none;
    font-weight: 700;
}
.font-7em {
    font-size: 6em !important;
}
.font-6em{
	font-size: 5em !important;
}


	.h-120 {
    height: 0px;
}


.testimonial-img {
    object-fit: cover;
    min-height: 600px;
    z-index: -1;
}
.font-3em {
    font-size: 2em !important;
}

}

@media screen and (max-width: 1440px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;}
.web__display--none {
		display: block !important;
	}
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}


/* Custom Device-Specific Carousel Caption Adjustments */

@media screen and (max-width: 390px) {
    .carousel-caption {
        margin-left: 0;
        bottom: -10rem;
    }
}

@media screen and (max-width: 380px) {
    .carousel-caption {
        margin-left: 0;
        bottom: -7rem;
    }
}

@media screen and (max-width: 768px) {
    .carousel-caption {
        margin-left: 0;
    }

	.hide-bg-dark-secondary {
		background-color: transparent !important;
	}

	.bg-contact {
    background-image: none;
    background-size: cover;
    background-position: center;
}
}

@media screen and (max-width: 490px) {
   .mt-slider {
        margin-top: 0%;
        height: 72vh;
    }
	
}

@media screen and (max-width: 850px) {
   .slider-height {
    height: 60vh;
}
.w-custom-80 {
	width: 200%;
}
}

@media screen and (min-width: 390px) {
.carousel-caption {
        margin-left: 0;
    }
}

@media screen and (max-width: 450px) {
    .slider-height {
        height: 90vh;
    }
}

@media screen and (max-width: 344px) {
    .carousel-caption {
        margin-left: 0;
        bottom: -10rem;
    }
}

@media (min-width: 768px) {
    .sticky-cta {
        position: sticky;
        top: 20%;
        z-index: 1030;
    }
}

