


#hedar-bg-color{
  background-color: #F81462;
  color: #fff;
}

#hedar-bg-color img{
  filter: invert();
  
}

.btn-outline-light{
  box-shadow:0px 0px 2px 3px #f3f3f0;
}
#hedar-bg-color .btn-outline-light:hover{
  border-color: #f8f9fa;
  background-color:#f8f9fa ;
  color: #000;
}
#clock{
  width: 20px;
  margin: 0px;
  padding: 0px;
}

#social-media{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  gap: 12px;
 

}

#social-media span{
     font-family: "Baskervville SC", serif;
}
 

#social-icon{
 width: 100%;
  display: flex;
} 

#social-icon a{
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 10px;
  border: 2px solid #fff;
  margin: 5px 0px 5px 5px;
  border-radius: 50%;
 
}

#social-icon a i{
  font-size: 17px;
  color: #fff;
  opacity: 0.9;
}

#social-icon a:hover{
  background-color: #250042;
  border: #250042;
}

#login{
     font-family: "Baskervville SC", serif;
}
/* header-2 section start */

#logo-section img{
  width: 100px;
}

#btn-aplly-now{
  width: 100%;
  border: none;
  background-color: #F81462;
  color: #fff;
  border-radius: 50px;
  padding: 13px;
  font-size: 15px;
  font-family: "Baskervville SC", serif;
}

#btn-aplly-now:hover{
  background-color: #fff;
  color: #000000;
  border: 2px solid black;
}
#logo-section-2{
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
}

#logo-text {
  text-align: start;
}

#logo-text h1{
  color: #080130;
   font-family: "Alfa Slab One", serif;
  letter-spacing: 3px;
   /*border:1px solid black; */
 
}

#logo-text span{
  text-shadow: 0px 4px 5px;
  color: #000000;
   font-family: "Baskervville SC", serif;
  font-weight: bold;

}


@media screen and (max-width:425px){
  #logo-text {
    text-align: center;
  }
  #logo-text h1{
   font-size: 25px;
  }
  #logo-text span{
   font-size: 11px;
  
  }
  
  
  }

/* marquee scrool latest news section start  */
.ticker{
  display: flex;
  margin-top: 10px;
}
.news{
  width: 90%;
  background-color: #e3624b;
  padding: 0 2%;
}
.title{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  gap: 10px;
  text-align: center;
  background-color: #c81c1c;
  position: relative;
}
.title:after{
  position: absolute;
  content: "";
  right: -18%;
  border-left: 20px solid #c81c1c;
  border-top: 26px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 26px solid transparent;
  top: 0px;
}
.title h5{
  font-size: 25px;
  margin: 5% 0;
  color: #ffffff;
  font-weight: 300;
  font-family: inter;
}
#marquee li{
  list-style: none;
  
}
#marquee li a{
  text-decoration: none;
  color: #ffffff;
  
  
}
#marquee li a:hover{
  color: #000000;
  
}
.text-size{
  font-size: 21px;
  font-weight: normal;
}


@media screen and (max-width:768px){
  .title{
    width: 25%;
    text-align: center;
    background-color: #c81c1c;
    position: relative;
  }
  .title h5{
    font-size: 18px;
    margin: 12% 0;
    color: #ffffff;
    font-weight: 400;
    font-family: inter;
  }
  .text-size{
    font-size: 16px;
    font-weight: normal;
  }
  
  .title:after{
    position: absolute;
    content: "";
    right: -29%;
    border-left: 21px solid #c81c1c;
    border-top: 28px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 27px solid transparent;
    top: 0px;
  }
  .news{
    width: 90%;
    background-color: #e3624b;
    padding: 0 4%;
  }
  #logo-section-2{
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
  }
}

@media screen and (max-width:576px){
  .title{
    width: 60%;
    padding: 0 5px;
    text-align: center;
    background-color: #c81c1c;
    position: relative;
  }
  .title img{
    width: 20px;
  }
  .title h5{
    font-size: 13px;
    margin: 12% 0;
    color: #ffffff;
    font-weight: 400;
    font-family: inter;
  }
  
  .text-size{
    font-size: 12px;
    font-weight: normal;
  }
  
  .title:after{
    position: absolute;
    content: "";
    right: -39px;
    border-left: 20px solid #c81c1c;
    border-top: 24px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 22px solid transparent;
    top: 0px;
  }
  .news{
    width: 90%;
    background-color: #e3624b;
    padding: 0 6%;
  }
}


@media screen and (max-width:393px){
  .title{
    width: 50%;
    padding: 0 5px;
    text-align: center;
    background-color: #c81c1c;
    position: relative;
  }
  .title img{
    width: 18px;
  }
  .title h5{
    font-size: 13px;
    margin: 12% 0;
    color: #ffffff;
    font-weight: 400;
    font-family: inter;
  }
  #marquee li{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .text-size{
    font-size: 12px;
    font-weight: normal;
  }
  
  .title:after{
    position: absolute;
    content: "";
    right: -38px;
    border-left: 20px solid #c81c1c;
    border-top: 23px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    top: 0px;
  }
  .news{
    width: 90%;
    background-color: #e3624b;
    padding: 0 6%;
  }
}

@media screen and (max-width:387px){
  .title{
    width: 52%;
    padding: 0 5px;
    text-align: center;
    background-color: #c81c1c;
    /* background-color: #000000; */
    position: relative;
  }
  .title img{
    width: 18px;
  }
  .title h5{
    font-size: 12px;
    /* margin: 12% 0; */
    color: #ffffff;
    font-weight: 400;
    font-family: inter;
  }
  .text-size{
    font-size: 12px;
    font-weight: normal;
  }
  
  .title:after{
    position: absolute;
    content: "";
    right: -32px;
    border-left: 22px solid #c81c1c;
    border-top: 21px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 19px solid transparent;
    top: 0px;
  }
  .news{
    width: 90%;
    background-color: #e3624b;
    /* background-color: #08d67a; */
    padding: 0px 5px 0px 25px;
  }
}

@media screen and (max-width:345px){
  .title{
    width: 52%;
    padding: 0 5px;
    text-align: center;
    background-color: #c81c1c;
    /* background-color: #000000; */
    position: relative;
  }
  .title img{
    width: 18px;
  }
  .title h5{
    font-size: 10px;
    /* margin: 12% 0; */
    color: #ffffff;
    font-weight: 400;
    font-family: inter;
  }
  .text-size{
    font-size: 12px;
    font-weight: normal;
  }
  
  .title:after{
    position: absolute;
    content: "";
    right: -32px;
    border-left: 22px solid #c81c1c;
    border-top: 18px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 17px solid transparent;
    top: 0px;
  }
  .news{
    width: 90%;
    background-color: #e3624b;
    /* background-color: #08d67a; */
    padding: 0px 5px 0px 25px;
  }
}


/* marquee scrool latest news section end  */

/* navbar menu section start */

.sticky{
  position:sticky;
  top: 0px;
  z-index: 2;
}
.navbar{
  background-color: #040116;
  display: flex;
  justify-content:space-between;

}


.navbar .navbar-nav > li > a{
  /* background-color: #fff; */
  color: #fff;
  padding-top: 25px;
  letter-spacing: 2px;
  padding-bottom: 25px;
  font-weight: 400;
}
.navbar .nav-item:hover a{
  background-color: #fff;
  color: #000;
}


.navbar-brand:hover{
  color: #fff;
}
.navbar .nav-link,.navbar-brand{
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  
}
.dropdown > .dropdown-menu{
  display: none;
}

.dropdown-menu{
  padding: 15px;
  
}


.dropdown .dropdown-menu li a{
  position:relative;
  display: block;
  padding: 10px 0px;
  line-height: 30px;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  text-align: left;
  text-transform: capitalize;
  font-family: 'poppins',sans-serif;

}


.dropdown .dropdown-menu li a::before{
  font-family: "fontAwesome";
  position: absolute;
  top:3px;
  left: 3px;
  bottom: 0px;
  content: "\f105";
  color: #019D9D;
  font-size: 10px;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}


.dropdown .dropdown-menu  a:hover{
  color: #019D9D;
  padding-left: 18px;
  transition: all 300ms ease-in;
}

.dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu{
  display: block;
  /* margin-top:.125em; */
  /* margin-left: 10px; */
 }

.dropdown-item{
  border-bottom: 1px solid #aaa9a9;
  text-align: start;
  padding: 10px 0px;
}

.dropdown{
  padding-left: 10px;
}
.nav-item .dropend{
  text-align: center;
  border-bottom: 1px solid #aaa9a9;
  /* padding-left: 0px !important; */
}


.dropend .dropdown-toggle:hover {
  color: #019D9D;
  padding-left: 18px !important;
  transition: all 300ms ease;
}

@media screen and (min-width:769px){
  .dropend:hover > .dropdown-menu{
    position: absolute;
    top: 0;
    left: 100%;
    border: none;
    /* margin-top:.125em; */
    margin-left: 15px;
    border-left: 1px solid;
  
  }
  .navbar{
    padding: 0px !important;
  }

  .dropdown .dropdown-menu li a:hover::before{
    opacity: 1;
    visibility: visible;
   }
}


@media screen and (max-width:576px){
  .dropdown .dropdown-menu li a:hover::before{
   opacity: 1;
   visibility: visible;
  }

  .navbar{
    padding: 10px;
   }

   .navbar-toggler{
    border: 3px solid #fff;
    margin-bottom: 10px;
   }
   .navbar-toggler .fa-bars{
    color: #fff;
   }

   .navbar-toggler:hover{
    background-color:#000;
    color: #fff;
   }
}



/* navbar menu section end */


/* big slide section start */



.slick-slide{
  margin: 0px 12px ;
}

.slick-prev::before, .slick-next::before{
  color: #000;
}


#course-cantainer{
  background-color: #f4efef;
  height: 200px;

  
}
 .card img{
  height:200px;
}

/* course-catgory-section-start */

.form-inline{
  display: flex;
  gap: 10px;
}

.z-3{
  background-color: #fff;
  opacity: 0.7;
  top: 120px;
} 

.course-catgory p{
  font-family: inknut-antiqua;
  font-size: 18px;
  opacity: 0.5;
}

.course-catgory h2{
  font-family: 'Lalezar-Regular';
  font-size: 30px;
  font-weight: bold;
}

.course-cantainer span{
  font-family: 'Archivo-narrow';
}


@media screen and (max-width:576px){
  


.course-catgory h2{
  font-family: 'Lalezar-Regular';
  font-size: 22px;
  font-weight: bold;
}

.course-catgory p{
  font-family: 'Archivo-narrow';
  font-size: 14px;
  opacity: 0.5;
}
#course-cantainer{
  background-color: #f4efef;
  height: 200px;
  width: 100% !important;
  margin-left: 0px;
}
.slick-list{
  margin: 0px;
  padding: 0px;
}


}

@media screen and (max-width:393px){
 
#course-cantainer{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4efef;
  /* background-color: #ff0000; */
  height: 202px;
  width: 100% !important;
  margin-left: 0px;
}
 
.slick-slide{
  margin: 0px 12px ;
 
} 
  .slick-list{
    margin: 0px;
    padding: 0px;
  }
  
}


/* About-our-Company */
#About-our-company {
  background-color: #f4efef;
 }



#About-our-company h1{
  background-color: #f4efef;
  font-family: 'Archivo-VariableFont_wdth,wght';

}

#About-our-company p{
  background-color: #f4efef;
  font-family: 'Archivo-narrow';
  
  

}

  
@media screen and (max-width:576px){
  
  .embed-responsive-item{
    width: 320px;
    margin-left: 2px;
  }
  #About-our-company h1{
  background-color: #f4efef;
  font-family: 'Archivo-VariableFont_wdth,wght';

}

  
}
  


/* papular course */

.papular-course h2{
  font-family: 'Lalezar-Regular';
  font-size: 30px;
  font-weight: bold;
}

.papular-course p{
  font-family: 'Archivo-narrow';
  font-size: 18px;
  opacity: 0.5;
}

.line{
  display: flex;
  justify-content: center;
  align-items: center;
}

.line-height{
  width: 180px;
  height: 3px;
  background-color: #F81462;
  }

.card-group{
  display: flex;
  gap: 15px;
  border: none;
}
#more-details{
  background-color: #F81462;
  opacity: 1;
  color: #fff;
  display: flex;
  text-align: center;
  z-index: 0 !important;
}

#papular-card h5{
  font-family:' Archivo-VariableFont_wdth,wght';
  font-size: 27px;
}

#papular-card p{
  font-family: 'Archivo';
  font-size: 17px;
}
#papular-card .card{
  height: 100%;
  border-bottom: 4px solid #F81462;
}
#all-courses-btn{
  background-color: #F81462;
  color: #fff;
  border: none;
}
.user-icon{
  display: flex;
  justify-content: end;
  align-items: center;
  /* border: 1px solid; */
  gap: 4px;
  padding: 10px;
  font-size: 13px;
}
.user-icon i{
  color: #F81462;
}


@media screen and (max-width:576px){
  
.papular-course h2{
  font-family: 'Lalezar-Regular';
  font-size: 22px;
  font-weight: bold;
}

.papular-course p{
  font-family: 'Archivo-narrow';
  font-size: 14px;
  opacity: 0.5;
}
  
  
}

/* wy-choose-us section */

#wy-choose-us{
  display: flex;
  justify-content: start;
   font-family: "Baskervville SC", serif;
  font-size: 22px;
  font-weight: bold;
}

#stuent-data{
  max-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 10px;
  font-size: 50px;
  color: #fff;
  border-right: 3px solid #fff;
  /* border: 1px solid; */
}

#stuent-data h5{
  font-family: 'LibreFranklin-VariableFont_wght';
  font-weight: bold;
}
#stuent-data span{
  font-family: 'LibreFranklin';
}
.instructor-image img{
  width: 150px;
  height: 150px;
  border-radius:50%;
}

#instructor-bg-image h2{
  font-family: 'InknutAntiqua-Bold';
  font-weight: bold;

}
#instructor-bg-image p{
  font-family: 'InknutAntiqua-Light';
  font-size: 17px;
  opacity: 0.7;
}

#instructor-bg-image span{
  font-family: inter;
  font-size: 17px;
}
#featured_instructor-contant {
  box-shadow: 0px 1px 5px #000000 ;
  width: 310px;
}
#featured_instructor-contant .line .line-height {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#featured_instructor-contant span{
  font-family: inter;
  font-weight: 100;
}

#featured_instructor-contant .card{
  border: none;
}


/* #instructor-bg-image{
  min-height: 100vh;
  width: 96%;
  left: 10;
  background-image: url(photo/college\ staff\ photo.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  z-index: -1;
 
} */


/* upcoming-event */
#upcoming-event{
  display: flex;
  flex-wrap: wrap;
  text-align: start;
  
}

#upcoming-event p,span{
  font-family: 'InknutAntiqua-Bold';
  font-weight: bold;
}

#upcoming-event h4{
  font-family:'Lancelot-Regular';
  font-weight: bold;
}

#upcoming-event i{
  color: #F81462;
}

#upcoming-event span{
  color: #818080;
}
#upcoming-event-image img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

#emperial-event img{
  height: 475px;
  /* position: relative; */
}


#emperial-all-event{
  background-color: #ffffff;
  opacity: 0.7;
  bottom: 50px;
  color: #000;
  position: absolute;
}


@media screen and (max-width:576px){
    
 #upcoming-event{
  display: flex;
  flex-wrap: wrap;
  text-align: start;
  gap:40px;
  
}
  #upcoming-event-image img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
  }
  #upcoming-event h4{
    font-family:'Lancelot-Regular';
    font-weight: bold;
    font-size: 18px;
  }
    
  }
 /* scroll top button back-to top section start  */

  #topBtn{
    position: fixed;
    display: none;
    bottom: 55px;
    right: 30px;
    width: 50px;
    height: 50px;
    font-size: 22px;
    background-color: #e3624b;
    color: #fff;
    border: none;
    cursor: pointer;
  }


  @media screen and (max-width:576px){
    
      
  #topBtn{
    position: fixed;
    display: none;
    bottom: 55px;
    right: 20px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    background-color: #e3624b;
    color: #fff;
    border: none;
    cursor: pointer;
  }

    }
	 /* scroll top button back-to top section end  */ 

/* footer-section */


#footer-section{
  background-color: #484644;
  padding-bottom:80px ;
}
#footer-section-contant a{
  text-decoration: none;
  
}

#footer-section-contant li{
 
  list-style: none;
}

#footer-section-contant li:hover{
  list-style: square;
  color: #f8bb02;
  transform: scale(0.9);

}


.footer-line{
  display: flex;
  justify-content: start;
  align-items: start;
  margin-bottom: 10px;
}

.footer-line-height{
  width: 80px;
  height: 3px;
  background-color: #0495b2;
  border-radius: 20px;
  }

#footer-section-contant h3,h6{
  color: #fefefe; 
  font-weight: 'InknutAntiqua-Bold';
  font-weight: bold;
  

}

#footer-section-contant span{
  color: #bdbbbb;  
  font-family: 'AlfaSlabOne-Regular';
}


#footer-section-contant span:hover{
  color: #f8bb02;
   
 } 
 
#footer-section-contant i{
  color: #bdbbbb;
}


@media screen and (max-width:576px){
  #footer-section-contant h3{
    color: #fefefe; 
    font-weight: 'InknutAntiqua-Bold';
    font-weight: bold;
    font-size: 16px;
  }
  #footer-section-contant h6{
    color: #fefefe; 
    font-weight: 'InknutAntiqua-Bold';
    font-weight: bold;
    font-size: 14px;
  }
  #footer-section-contant span{
    color: #bdbbbb;  
    font-family: 'AlfaSlabOne-Regular';
    font-size: 14px;
  }
 
 }
 

/* copyright-footer-section */

#copyright-footer-section{
  background-color: #019D9D;
  color: #fff;
  font-family: 'inria','sans';
}



@media screen and (max-width:576px){
  #copyright-footer-section span{
    font-size: 12px;
  }
 
 }
 
