

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
* {
  box-sizing: border-box; /* Ensures padding/border are included in width */
}


:root {
    --primary: #F3BD00;
    /* --primary: #da251c; */
    --secondary: #757575;
    --light: #F3F6F8;
    /* --dark: #007cc2;
    --lightbar:#007cc2 ;
    --nvdark: #007cc2; */
    --dark: #044e23f9;
    --lightbar: #025444;
    --nvdark: #055e2af9;

}



.text-primary {
    color: #F3BD00 !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}




.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    background-color: var(--primary);
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}




/*** Navbar ***/
.top-bar{

    background-color:var(--lightbar);
    width: 100vw;
    color: var(--light);
}
.txt
{
    margin-left: 30px;

}

/* website logo start here  */
.logo {
   
    margin-top: 8px;
    margin-right: 0px;
  }
  .logo img {
    height:auto;
    width: 100vw;
    padding:10px

}
/* logo end */

/* button near logo */
#blinking-button{
  padding: 8px 20px;
  border-radius: 40px 40px; 
border: 0px solid #030b80;
}
@keyframes blink {
0%, 100% {background-color:var(--lightbar)}
50% {background-color: var(--primary);}
}
#blinking-button {
background-color: var(--secondary);
color: white;
width: 120px;
height: 40px;
font-size:12px;
animation: blink 1s linear infinite;
}

/* Visit Website  */
      #container {
          position: absolute;
          bottom: 0;
          width: 100%;
          background-color:var(--primary); 
      }
      #inner-div {
          text-align: center;
          padding: 20px;
      }
/* end button  */



/* marquee */
/* marquee topbar */
.marquee-text {
	min-width: 100%;
color:#F3BD00;
	
  }

  .marquee-text {
	min-width: 100%;

	
  }
  .marquee-icon
  {
	background-color:var(--dark);
	width:40px;
	height:40px;
	margin-left:20px;
	margin-right: 20px;
	border-radius: 200px;
  margin-top: 20px;
	/* filter: blur(3px); */
	
  }
  
  .block-list {
	position: relative;
	display: flex;
	gap: 1rem;
	
	font-size:3em;
	font-weight:600;
	text-shadow: 2px 2px var(--dark);
	margin-top: 10px;

	color:rgb(247, 11, 11);

  }
  
	.marquee-list {
	  padding: 0;
	  display: flex;
	  gap: 1em;
	  padding: 30px;
	}
	.marquee-list > span{
	
	  display: flex;
	  gap: 1rem;
	  white-space: nowrap;
	  padding: 20px;
	  text-transform:capitalize;

	}
	.marquee-list > span::after {
	  content: "";
	  display: block;
	  width: .5rem;
	  height:.5rem;
	  border-radius: 50%;
	  background-color:var(--lightbar);
	}

  .marquee-container {
    overflow: hidden;
    white-space: nowrap;
}



/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    /* background: var(--primary); */
    border-color: var(--primary);
}




/* --------------------------------------header bread crumb---------------------------------------- */
.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/7.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top:20px;
    color:black;
    margin-top: -10px;
}
/* short Term courses */
.page-stc {
  background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/7.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top:20px;
  color:black;
  margin-top: -10px;
}
/* job oriented courses */
.page-joc {
  background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/8.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top:20px;
  color:black;
  margin-top: -10px;
}

/* Diploma courses */
.page-dc{
  background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top:20px;
  color:black;
  margin-top: -10px;
}

/* cirtificate courses */
.page-cc {
  background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top:20px;
  color:black;
  margin-top: -10px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .centered {
  display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) { 
.centered{
  display: none;
}

}
/* .page-header-inner {
    background: rgba(15, 23, 43, .7);
} */
/* 
.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
} */


/* --------------------------------------header bread crumb---------------------------------------- */

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
}

/* .section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
} */

/* .section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
} */

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-img {
    width: 300px;
    height: 400px;
    object-fit: cover; /* Ensures the image covers the specified area without distortion */
    border: 5px solid #000; /* You can adjust the border width here */
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}



/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

/* Add a background to the testimonial section */
.container-xxl.py-5 {
  
  padding: 5rem 0;  /* Adjust padding for spacing */
}

/* Style for testimonial item */
.testimonial-item {

  transition: all 0.3s ease-in-out; /* Smooth transition for hover effect */
}

/* Hover effect for testimonials */
.testimonial-item:hover {
  transform: translateY(-10px);  /* Lift the testimonial on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Increased shadow on hover */
}

/* Add padding inside the testimonial background */
.feedback-text {
  background-color: #e3f2fd; /* Light blue background for feedback text */
  padding: 20px; /* More padding to separate text */
  border-radius: 8px;  /* Rounded corners for the background */
  height: 200px;
}

/* Style for the testimonial image */
.testimonial-item img {
  width: 80px;
  height: 50px;
  border-radius: 50%; /* Make the image circular */
  object-fit: cover;
  border: 0px solid #fff;  /* White border around the image */
}

/* Style for testimonial name */
.testimonial-item h5 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 15px;
}

/* Responsive: Make the carousel responsive on smaller screens */
@media (max-width: 768px) {
  .testimonial-item {
      padding: 20px; /* Less padding on smaller screens */
  }

  .testimonial-item img {
      width: 60px; /* Smaller image on small screens */
      height: 60px;
  }

  .section-title {
      font-size: 30px; /* Adjust title font size for mobile */
  }
}







/*** Footer ***/
footer {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background-color: #f1f1f1;
  box-sizing: border-box;
}

.container-fluid {
  width: 100%;
  padding: 0;
}
.footer {
background-color: #414141;
width: 100%;
text-align: left;
font-family: sans-serif;
font-weight: bold;
font-size: 16px;
padding: 50px;
margin-top: 50px;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
display: inline-block;
vertical-align: top;
}


/* footer left*/

.footer .footer-left {
width: 33%;
padding-right: 15px;
}

.footer .about {
line-height: 20px;
color: #ffffff;
font-size: 13px;
font-weight: normal;
margin: 0;
}

.footer .about span {
display: block;
color: #ffffff;
font-size: 14px;
font-weight: bold;
margin-bottom: 20px;
}

.footer .icons {
margin-top: 25px;
}

.footer .icons a {
display: inline-block;
width: 35px;
height: 35px;
cursor: pointer;
background-color: #33383b;
border-radius: 2px;
font-size: 20px;
color: #ffffff;
text-align: center;
line-height: 35px;
margin-right: 3px;
margin-bottom: 5px;
}


/* footer center*/

.footer .footer-center {
width: 30%;
}

.footer .footer-center i {
background-color: #33383b;
color: #ffffff;
font-size: 25px;
width: 38px;
height: 38px;
border-radius: 50%;
text-align: center;
line-height: 42px;
margin: 10px 15px;
vertical-align: middle;
}

.footer .footer-center i.fa-envelope {
font-size: 17px;
line-height: 38px;
}

.footer .footer-center p {
display: inline-block;
color: #ffffff;
vertical-align: middle;
margin: 0;
}

.footer .footer-center p span {
display: block;
font-weight: normal;
font-size: 14px;
line-height: 2;
}

.footer .footer-center p a {
color: #0099ff;
text-decoration: none;
}


/* footer right*/

.footer .footer-right {
width: 35%;
}

.footer h2 {
color: #ffffff;
font-size: 36px;
font-weight: normal;
margin: 0;
}

.footer h2 span {
color: #0099ff;
}

.footer .menu {
color: #ffffff;
margin: 20px 0 12px;
padding: 0;
}

.footer .menu a {
display: inline-block;
line-height: 1.8;
text-decoration: none;
color: inherit;
}

.footer .menu a:hover {
color: #0099ff;
}

.footer .name {
color: #0099ff;
font-size: 14px;
font-weight: normal;
margin: 0;
}

@media (max-width: 767px) {
.footer {
  font-size: 14px;
}
.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.footer .footer-center i {
  margin-left: 0;
}
}


/*------------------- footer   end -------------------------------------------*/
/* Whatsap button */
.whatsapp-button {
    display: inline-block;
    background-color: #25D366; /* WhatsApp green */
    border-radius: 50%;
    padding: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  .whatsapp-button img {
    display: block;
    width: 50px;
    height: 40px;
   
  }


  /* order button */
.order-btn{

	position: fixed;
	padding: 7px 12px;
    color: #fff;
    background-color: #0a453f;
    border-radius: 3px;
    font-size: 18px;
    right: -43px;
	top: 50%;
	float: right;
    z-index: 999;
	transform: rotate(90deg);
	transform: rotate(90deg);
	transform: rotate(90deg);
	transform: rotate(90deg);
	transform: rotate(90deg);
  }
   .pop{
	text-decoration:none !important;
    color: #fff;
  }


a{
  text-decoration: none;
}

.navbar-nav .nav-link {
  color: #ede6e6 !important;
}

.navbar-nav .nav-link {
  color: #fff!important;
}

/* --------------------------------cirlcle--------------------------------------------- */



.svg-wheel-container {
  position: relative;
  width: 100px;  /* Adjust width here */
  height: 100px; /* Adjust height here */
  border-radius: 50%;
  background-color: #1a202c;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  animation: fade-up 0.5s ease-in-out 0.05s;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 50px
}
.svg-wheel {
  position: absolute;
  width: 156px;  /* Adjust width here */
  height: 156px; /* Adjust height here */
  border-radius: 50%;
  background-color:  #024f3b;
  animation: spin-slow 10s linear infinite;
}

.profile-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.profile-link {
  display: block;
  width: 99px;
  height: 89px;
  border-radius: 50%;
  overflow: hidden;
}

.profile-photo {
  width: 120%;
  height: 110%;
  border-radius: 50%;
  transition: transform 0.3s;
  background-color: red;
  margin-right: 2px;
  
}

.profile-photo:hover {
  transform: scale(1.1);
}

/* Animations */
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spin-slow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* <!-- ------------------header offer---------------------------------   --> */
:root {
  --primary: #ff6b6b;
  --secondary: #4ecdc4;
  --accent: #ffe66d;
}



.magic-container {
  position: relative;
  text-align: center;
}

.animated-title {
  margin-top: 60px;
  font-size: 2.5rem;
  color: rgb(209, 23, 23);
  text-shadow: 0 0 15px var(--primary);
  animation: float 3s ease-in-out infinite;
  cursor: pointer;
}

/* .sparkles {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
} */




@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

/* Interactive background particles */
.particle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(45deg, var(--primary), var(--accent));
  pointer-events: none;
}



/*  */

@media (orientation: landscape) {
    .CDRimg {
        border: 2px solid #000; /* Add a border around the image */
        max-width: 100%; /* Limit the width */
        height: auto; /* Maintain the aspect ratio */
        height: 300px;
       
    }
}
