/* this is scroll bar */
::-webkit-scrollbar{
  width: 7px;
}
::-webkit-scrollbar-thumb{
  background: linear-gradient(rgb(84, 184, 255),rgb(255, 173, 237));
  border-radius: 10px;
}
/* nav-bar */
  .pj{
    text-align: justify !important;
  }
  .bg-danger{
    background-color: #EB3235 !important;
  }
  .text-danger{
    color: #EB3235 !important;
  }
  .bg-success{
    background-color: #16A365 !important;
  }
  .text-success{
    color: #16A365 !important;
  }
  .bg-primary{
    background: #006EB6 !important;
  }
  .text-primary{
    color: #006EB6 !important;
  }
  .btn1 {
    background: #ecfd03;
    padding: 4px 16px 4px 16px;
    border-radius: 4px;
    font-size: 14px;
    color: #000;
    border: none;
    text-decoration: none;
  }
  .btn2 {
    background: #EB3235;
    padding: 4px 16px 4px 16px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    border: none;
    text-decoration: none;
  }
  .btn2:hover{
    color: #fff;
  }
  .btn3 {
    background: #16A365 ;
    padding: 4px 16px 4px 16px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    border: none;
    text-decoration: none;
  }
  .btn4 {
    background: #006EB6 ;
    padding: 4px 16px 4px 16px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    border: none;
    text-decoration: none;
  }
  .bg-light a {
    color: whitesmoke;
  }
  .bg-light strong {
    color: whitesmoke;
  }
  .navbar {
    background-color: #006EB6 !important;
    border-top: 1px solid rgb(147, 147, 147);
    border-bottom: 1px solid rgb(147, 147, 147);
    
  }
  .btn-sm-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-weight: normal;
  }
  
  .navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    
  }
  
  .navbar-light .navbar-nav .nav-link {
   
    margin-right: 25px;
    padding: 18px 0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    outline: none;
  }
  
  
  .navbar-light .navbar-nav .nav-link.active {
    background: #fff;
    padding: 20px;
  }
  /* .navbar-light .navbar-nav .nav-link:hover{
    background: #fff;
 padding: 5px;
  } */
  
  @media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
  
    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
  }
  
  .navbar-light .navbar-brand,
  .navbar-light a.btn {
    height: 75px;
    
  }
  
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
  }
  
  .navbar-light.sticky-top {
    top: -100px;
    transition: .8s;
    z-index: 999;
  }
  
  @media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        box-shadow: 0px 0px 8px rgba(0, 0,0, 0.2);
    }
  
    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
  }
.marquee-sec a {
   text-decoration: none;
}

/* sticky-icon */
.sticky-whatsapp{
  position: fixed;
  z-index: 99;
  left: 1%;
  top: 94%;
  background: #25D366;
  padding: 4px 8px 4px 8px;
  border-radius: 4px;
}
.sticky-whatsapp-btn {
 background: transparent;
 border: none;
 font-size:16px;
 font-family: lato;
 color: #ffff;
 text-decoration: none;
}
.sticky-whatsapp-btn i {
  color: white;
  font-size: 22px;
  padding-right: 6px;
 
}
.sidebar-btn {
  position: fixed;
  right: -52px;
  top: 45%;
  transform: rotate(270deg);
  /* padding: 4px 8px 4px 8px; */
  font-size: 17px;
  z-index: 9999;
}

.soical-btn {
  /* background: radial-gradient(#ff9513 , #ff0000); */
  color: #fff;
  border: none;
  background: #03a9f4;
  

  
}
.sidebar-btn1{
  position: fixed;
  right: -62px;
  top: 20%;
  transform: rotate(270deg);
  font-size: 17px;
  z-index: 9999;
  padding: 5px;
}
.sidebar-btn2 {
  position: fixed;
  z-index: 1;
  right: -58px;
  top: 63%;
  transform: rotate(270deg);
  padding: 4px 8px 4px 8px;
  font-size: 17px;
  z-index: 9999;
 
}

.sticky-icon-soicallink  {
  z-index: 50;
  position: fixed;
  top: 62%;
  right: 12px;
  width: 180px;
  display: flex;
  flex-direction: column;
}  
.sticky-icon-soicallink a  {
	transform:translate(150px,0px);
	border-radius:50px 0px 0px 50px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:2px;
	font-size:14px;
	font-family:'Oswald', sans-serif;
	transition:all 0.8s;}
.sticky-icon-soicallink a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon-soicallink a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
	background-color:#316FF6;
	color:#FFF;}
	
.Youtube  {
	background-color:red;
	color:#FFF;}
	
.Twitter  {
	background-color:rgb(29, 161, 242);
	color:#FFF;}
	
  .Instagram {
    color: #FFF;
    background: linear-gradient(45deg, #CE3AA0, #FC5245, #FFC451);
}
					
.sticky-icon-soicallink a i {
	background-color:#FFF;
	height:30px;
	width:30px;
	color:#000;
	text-align:center;
	line-height:30px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}
.sticky-icon-soicallink a i.fa-facebook-f  {
	background-color:#FFF;
	color:#2C80D3;}
	
.sticky-icon-soicallink a i.fa-google-plus-g  {
	background-color:#FFF;
	color:#d34836;}
	
.sticky-icon-soicallink a i.fa-instagram  {
	background-color:#FFF;
	color:#FD1D1D;}
	
.sticky-icon-soicallink a i.fa-youtube  {
	background-color:#FFF;
	color:#fa0910;}
	
.sticky-icon-soicallink a i.fa-twitter  {
	background-color:#FFF;
	color:#53c5ff;}
.fas fa-shopping-cart  {
	background-color:#FFF;}	

 

  .carousel-item img{
    max-width: 100%;
    /* min-height: 200px; */
    height: 72vh;
  }

  /* -----motivicatial-sec----- */

  .motivicatial-sec {
    background: radial-gradient(#fff , #3c83a74c);
  }

  .motivicatial-text h1 {
    font-weight: 700;
    font-size: 55px;
  }
 
 .animate-charcter-mov
{
 
  background-image: linear-gradient(
    -225deg,
    #5e61b6 0%,
    #0d0c0d 29%,
    #ff6cee 67%,
    #0059ff 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
     
}

@keyframes textclip {
  from {
    background-position: 200% center;
  }
}

.motivicatial-text button {
  padding: 8px 55px 8px 55px;
  font-size: 18px;
  color: #EEEEEE;
  background: #353bf1;
  border: none;
}

.content-box {
  border-bottom: 4px solid #006EB6;
  border-radius: 10px;
  background: linear-gradient(45deg, aliceblue, lavender);
}
.content-box i {
  font-size: 35px;
}


#upper-box {
  margin-top: -40px;
}
.blue{
  color: #006EB6 !important;
}

/* --- Courses Categories---  */

.courese-categories-box {
  background: #F7F7F7;
  /* background: linear-gradient(39deg, #3F51B5, #026eb4); */
  /* padding: 4px 45px 4px 45px; */
  border: 1px solid #B6B5BA;
  box-shadow: 0px 2px 8px 0px #3c83a74c;
  border-radius: 8px;
  transition: transform .2s;
  position: relative;

}
.courese-categories-box:hover {
  transform: scale(1.07);
}
.courese-categories-box i {
  font-size: 35px;
  color: #fff;
}
.courese-categories-box h5 {
  font-weight: 600;
  font-size: 22px;
  /* color: #fff; */
}
.courese-categories-box p {
  font-size: 13px;
  /* color: #fff ; */
}
/* .courese-categories-box button {
  padding: 4px 35px 4px 35px;
  font-size: 14px;
  color: #EEEEEE;
  background: #01344d;
  border-radius: 4px;
  border: 1px solid gray;

} */

/* ------DashBoard section------ */



.dashbox-card {
  border: 1px solid black;
  position: relative;
  padding: 20px;
  /* background: #3c83a7;
   */
   background:linear-gradient(45deg, #16A365, #009688);
  overflow: hidden;
  border-radius: 1rem;
  color: hsl(60, 20%, 97%);
}

.dashbox-card::before {
  content: "";
  width: 1000px;
  height: 1000px;
  position: absolute;
  left: 50%;
  top: 50%;
  animation: rotating 2s infinite cubic-bezier(0.45, 0, 0.55, 1);
  transform-origin: center;
  background: conic-gradient(#006EB6, transparent, transparent, rgba(8, 188, 110, 0.977), transparent, transparent, rgba(255,255,255,.6))
}

.dashbox-card::after {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  left: 4px;
  top: 4px;
  background: inherit;
  border-radius: .8rem;
  z-index: 1;
}

.dashbox-card-content {
  position: relative;
  z-index: 10;
  text-align: center;
}
.dashbox-card-content i {
  font-size: 35px;
}
@keyframes rotating {
  from {
    transform: translate(-500px, -500px) rotate(0deg);
  }
  to {
    transform: translate(-500px, -500px) rotate(360deg);
  }
}

.dashbox-card-content h1 {
  font-size: 1.5rem;
}

/* .dashbox-card-content button {
  background: rgb(0, 0, 0);
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  color: black;
  background-image: linear-gradient(to right, #ffecdf, #f9f900);
  margin: 1rem 0 0 0;
  text-shadow: 1px 1px 3px #fcd34d;
  cursor: pointer;
} */

/* ---Our Study Center---- */
.study-center-box {
  background: #F7F7F7;
  /* padding: 4px 8px 0px 8px; */
  border: 1px solid #B6B5BA;
  border-radius: 50%;
  box-shadow: 0px 2px 8px 0px #3300CC29;
  width: 175px;
  height: 175px;
}
.study-center-box img{
  width: 175px;
    height: 175px;
    border-radius: 50%;
    object-fit: cover;
}
.study-center-box a {
  /* color: #EB3235 ; */
color: #fff;
  text-decoration: none;
  margin-top: 10px;
}
.study-center-box h5{
  font-size: 14px;
  font-weight: 700;
}

/* owl-carousel-slider */

.story-slider-box {
  padding: 10px;
  border-radius: 3px;
  background: none;
  border: none;
  
}

.item{
  background: white;
}
.story-slider-box img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.story-slider-box p {
  margin: 10px;
}

.owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  
}
.owl-nav button {
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  outline: none;
}
.owl-nav button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.owl-nav button.owl-prev {
  position: absolute;
  left: -20px;
}
.owl-nav button.owl-next {
  position: absolute;
  right: -20px;
}


.testimonials-sec {
  background: linear-gradient(45deg, aliceblue, lavender);
/* background: aliceblue; */
}

.testimonials-sec .card{
	position:relative;
	margin:0 auto;
	background:#fff;
  /* background:linear-gradient(45deg, #16A365, #009688); */
	padding:20px;
	box-sizing: border-box;
	text-align:center;
	/* box-shadow:0 10px 20px rgba(0,0,0,0.5); */
	overflow: visible !important;
  margin-top: 60px;
}
/* .testimonials-sec .card .layer{
	position: absolute;
	top: calc(100% - 3px);
	width:100%;
	height:100%;
	left:0;
background: linear-gradient(45deg, floralwhite, #d0e2f1);
	z-index:1;
	transition:0.5s;
} */
.testimonials-sec .card:hover .layer{
	top:0;
}
.testimonials-sec .card:hover .testimonials .card .content p{
	color:#000;
}


.testimonials-sec .card .content{
	position:relative;
	z-index:2;
}
.testimonials-sec .card .content p{
	font-size: 16px;
	line-height:24px;
	/* color:#FFF; */
}
.testimonials-sec .card .content .image{
	width:100px;
	height:100px;
	margin: auto !important;
	border-radius:50%;
	overflow:hidden;
	box-shadow: 0 10px 10px black;
}

.testimonials-sec .card .content .details h2{
	font-size:15px;
	/* color:#fff; */
}
.testimonials-sec .card .content .details h2 span{
	color:#03a9f4;
	font-size:12px;
	
}
.testimonials-sec .card:hover .content .details h2 span{
	color:#000;
}


/* ---counter--- */
.counter-sec {
  /* background: linear-gradient(#3d8b90b1, #a95ba167) ; */
  /* background: #EB3235; */
  background: #006EB6;
}
.counter-box {
  background: transparent;
  padding: 40px 20px 37px;
  border-right: 3px solid rgb(255, 255, 255);
  
}
.counter-box4 {
  background: transparent;
  padding: 40px 20px 37px;
}
.counter-box4 p {
  margin: 5px 0 0;
  padding: 0;
  color: #fffffd;
  
  font-size: 18px;
  font-weight: 500
}
.counter-box4 i{
  font-size: 50px;
  color: #fffffff5;
}
.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #fffffd;
  
  font-size: 18px;
  font-weight: 500
}

.counter-box i {
  font-size: 50px;
  color: #fffffff5;
}

.counter {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 28px
}

@media (max-width:992px){
  .counter-box {
    border-right: none;
    
  }

}

/* ---FAQ,s-- sec--- */

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}

/* .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 15px 20px 15px 20px;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  background:linear-gradient(#6c6c6c1b, #ffffff);
} */



.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}


.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}


 /* Our top Recruiters sec --> */



.recruiter-logo {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #f8f9fa; /* Light background */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid #dee2e6; /* Border color */
  animation: randomAnimation 3s infinite;
}

.recruiter-logo img {
  max-width: 80%;
  max-height: 80%;
}

/* Keyframes for animation */
@keyframes randomAnimation {
  0% { transform: scale(1); }
  25% { transform: scale(1.1); }
  50% { transform: scale(1); }
  75% { transform: scale(0.9); }
  100% { transform: scale(1); }
}

/* Additional animations */
@keyframes fadeInOut {
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* --News & Upadate sec */

.news-update-box {
  box-shadow: 0px 0px 12px 0px #29189229;

  /* background: radial-gradient(#fff , #3c83a74c); */
  border-radius: 4px;
  padding: 8px 16px;
  border: none;
}
.news-update-box a {
  text-decoration: none;
  color: #2b00ff;
}
.news-update-box hr {
  margin: 0rem;
}


/* ---subscride us sec */
#newslatter-down {
  position: relative;
 
}
.newsletter-section {
  width: 100%;
  background-color: #fff;
  /* background: linear-gradient(45deg, aliceblue, lavender); */
  padding: 10px;
  border-radius: 50px;
 box-shadow: 3px 0px 5px #dddada;
  min-height: 100px;
  margin: auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: 40px;
 
}


.newsletter-icon {
  font-size: 30px;
  color: #007bff8e;
  margin-right: 10px;
}

.newsletter-content {
  display: flex;
  align-items: center;
}

.newsletter-text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.newsletter-subtext {
  font-size: 14px;
  color: #6c757d;
}

.newsletter-section .form-control {
  border-radius: 20px;
  border: none;
  box-shadow: none;
}

.btn-subscribe {
  background-color: #e83e8c;
  color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  border: none;
  margin-left: 10px;
}

.btn-subscribe:hover {
  background-color: #d63384;
}

 /* --Footer--- */

 .footer-bg {
  /* background: rgb(190, 234, 252); */
  background: #006EB6;
  color: rgb(0, 0, 0);
}
.footer-bg a {
  text-decoration: none;
  /* color: rgb(76, 76, 76); */
  color: #fff;
  /* line-height: 35px; */

}
/* input{
  border: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid black !important;
  border-radius: 0px !important;
  transition: 0.5s;
}
input:focus{
  border-bottom: 2px solid hotpink !important;
  transition: 0.5s;
} */

/* this is section banner for all pages */
.section-banner{
  width: 100%;
  padding: 80px 0px;
background: url(../images/slider/slider1.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
z-index:0;
}
.section-banner::before{
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: -1;
}
.section-banner-content h3{
  /* color: #006EB6; */
  color: #FFFFFF;
  font-weight: 700;
  font-size: 40px;
}
.section-banner-content h6 > .a1{
  color: #F7F7F7;
  text-decoration: none;
}
.section-banner-content h6 > .a2{
color: #fff;
}
.profile-content h2{
  color: #006EB6;
}