@import url('https://fonts.googleapis.com/css2?family=Alkatra&family=Roboto+Mono:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
.btn-danger {
    color: #fff;
    background-color: #e8bc1b;
    border-color: #e8bc1b;
}
.fa-solid{
    font-size: 30px !important;
}
.text-red{
	color:red;
}
.list-group-item:hover{
    color: #ff3115;
  }
.btn-danger:hover {
    color: #fff;
     background-color:#e8bc1b; 
     border-color:#e8bc1b;
}
.popup2 {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 560px;
      padding: 20px;
      background-color: #f5f5f5;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
      z-index: 9999;
    }
.blur-background {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      backdrop-filter: blur(8px);
      z-index: 9998;
	  background-color: #00000075;
    }
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

	.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }

  .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }


body{
    overflow-x: hidden !important;
}

html{
   scroll-behavior: smooth;
}
*{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   text-decoration: none;
   list-style: none;
}
.navbar{
    height: 100px;
}
.logo{
    height:100px;
}
.dropdown:hover .dropdown-menu{
    display:block;
}
.carousel-control-prev {
    left: -90px;
}
.carousel-control-next {
    right: -90px;
}
.fa-solid{
    font-size: 45px;
}
.fa-solid:hover{
    color:#ff3115;
}


.fa-regular{
    font-size: 60px;
}
.card1{
    border-radius: 25px;
    background-color: blue;
    color: white;
}
.card1:hover{
    background-color: red;
}
.card-title1{
    font-size: 16px;
    font-weight: bolder;
}
.card-text1{
    font-size: 14px;
}
.stud{
    color: #f28202;
}
.cour{
    color: #D74D52;
}
.clie{  
    color: #3ADC79; 
}
.place{
    font-size: 19px;
}
.card-body p{
    font-size: 12px;
}
hr:not([size]) {
    height: 5px;
    width:50%;
    color: #ff3115;
    opacity:1;
    
}
.contant{
    padding-left: 42px;
    padding-top:40px;
}
.contant_line{
    font-size: 14px;
}
.footer-bg{
    background-image: url('images/footer-bg\ \(1\).jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* height: 150px ; */
  }
.roundimg{
    padding-top:125px;    
}
@media screen and (max-width:720px){
    .roundimg {
        padding-top: 34px;
        padding-bottom: 34px;
    }    
    html,body{
        overflow-x: hidden !important;
    }
    div#navbarSupportedContent {
        background: #fff;
        padding: 10px;
    }
	.logo{
    height:65px;
}
	.navbar {
    height: 80px;
}
	.popup2 {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 340px;
      padding: 20px;
      background-color: #f5f5f5;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
      z-index: 9999;
    }
}
.card:hover{
    box-shadow: 0 8px 10px rgba(0, 0, 0, 1.2);
}
.services{
    background-image: url('images/footer-bg\ \(1\).jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-image: fixed;
    background-position: center;
    height: 100% ;
  }
 .socialicon ul{
    display: flex;
    padding: 8px;
    font-size: 25px;
  }
ul{
 justify-content: center;
}
li i{
	font-size:25px;
	 justify-content: center;
}
a{
color:white;
}
a:hover{
color:#ff3115;
}
.aboutbg{
    /* position:absolute; */
    background-image: url('images/aboutbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-image: fixed;
    background-position: center;
    padding-top: 450px;
  }
  .about{
    position: relative;
    bottom: 150px;
  }
  .messagebg{
    background-image: url('images/aboutcta-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-image: fixed;
    background-position: center;
    padding-top: 250px; 
  }
  .abouts{
    position: relative;
    bottom: 120px;
  }
  .line{
    position: relative;
    bottom: 200px;
    height: 5px;
    width:25%;
    color: #ff3115;
    opacity:1;
  }
@media screen and (max-width:576px){
.about {
    position: relative;
    bottom: 59px;
	font-size: 40px !important;
}
.aboutbg {
    /* position: absolute; */
    background-image: url(images/aboutbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-image: fixed;
    background-position: center;
    padding-top: 192px;
}

.llb{
    position: relative !important; 
    bottom: 150px !important;
    font-size: 50px !important;
}
.list-group-item {
    border: none !important;
    border-bottom: 1px solid black !important;
}
	.apply{
    position: absolute !important;
    margin-top: -63px !important;
    left: 773px !important;
	}}
	@media screen and (max-width: 576px){
.apply {
    position: absolute !important;
    margin-top: -63px !important;
    left: 264px !important;
}
		.cont{
			font-size:14px;		
		}
}
	

.apply{
    position: absolute;
    margin-top: -63px;
    left: 773px;
}
/*------------------------------------whatsapp call------------------------------ */
.whatsap {
            position: fixed;
            top: 60%;
            right: 3%;
            opacity: 0;
            cursor: pointer;
            text-decoration: none;
            color: #fff;
            font-size: 24px;
            font-weight: 700;
            text-align: center;
            border-radius: 50%;
            width: 45px;
            height: 45px;
            line-height: 48px;
            z-index: 100;
            -webkit-transition: .5s;
            transition: .5s;
        }
        .whatsap {
            top: 85%;
            -webkit-transform: translateY(-95%);
            transform: translateY(-95%);
            opacity: 1;
            visibility: visible;
        }
      .whatsap1 {
            position: fixed;
            top: 70%;
            right: 3%;
            opacity: 0;
            cursor: pointer;
            text-decoration: none;
            color: #fff;
            font-size: 24px;
            font-weight: 700;
            text-align: center;
            border-radius: 50%;
            width: 45px;
            height: 45px;
            line-height: 48px;
            z-index: 100;
            -webkit-transition: .5s;
            transition: .5s;
        }
        .whatsap1 {
            top: 75%;
            -webkit-transform: translateY(-95%);
            transform: translateY(-95%);
            opacity: 1;
            visibility: visible;
        }	

	
	
	
	
	
 
	
	
	
  