* {
   margin: 0px;
   padding: 0px;
   box-sizing: border-box;
}

body {
   font-family: 'Montserrat', sans-serif;

}

/* navbar */
#navbar {
   background-color: rgba(22, 34, 57, 0.95) !important;
}

.logo a span {
   color: rgb(245, 164, 37);
   font-size: 2.3rem;
   font-weight: 750;
}

.logo a {
   color: white !important;
   font-size: 2.3rem;
   font-weight: 750;
}

.navbar-nav li {
   margin-left: 15px !important;
}

.navbar-nav .nav-item a {
   padding: 10px 15px !important;
   font-size: 13px;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   font-weight: 700;
   color: #fff !important;
}

.dropdown .dropdown-menu {
   background-color: rgba(22, 34, 57, 0.95) !important;
   border: 1px solid rgba(22, 34, 57, 0.95) !important;
   border-radius: .8rem;
   display:none;
   transform: translateY(20px);
   transition: all 1s ease-in-out;
   opacity: 0;
}

.dropdown:hover .dropdown-menu {
   display:block !important;
   opacity: 1;
   transform: translateY(0px);
}

.dropdown .dropdown-menu li {
   margin-left: 0px !important;
}

.dropdown .dropdown-menu li a {
   padding: 8px 15px !important;


}

.dropdown .dropdown-menu li a:hover {
   background-color: #fff !important;
   color: black !important;
}

.buttons a {
   background-color: rgb(245, 164, 37) !important;
   padding: .3rem 1rem !important;
   border: 1px solid rgb(245, 164, 37);
   border-radius: .2rem;
   text-decoration: none !important;

}

.buttons a:hover {
   background-color: transparent !important;
   border: 1px solid rgb(245, 164, 37);
}

@media(max-width:1199px) {
   .buttons a {
      margin-left: 0px !important;
   }
}

/* why us section */
.why-us {
   background-image: url(../images/bg1.jpg);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   width: auto !important;
   padding-bottom: 100px !important;

}

.why-us .heading {
   display: flex !important;
   align-items: center !important;
   justify-content: center !important;
   margin-bottom: 70px;
   
}

.why-us .section-heading h3 {
   margin-top: 100px;
   font-size: 18px;
   font-weight: 500;
   color: #fff;

   letter-spacing: 0.5px;

   padding: 15px 20px;
   border: 2px solid rgba(250, 250, 250, 0.1);
}

.why-us .points h4 {
   color: #fff !important;
   font-size: 1.2rem;
   font-weight: 550;
}

.why-us .points h4 span {
   color: rgb(245, 164, 37);

   font-size: 1.6rem !important;
}

.inner-content h3 {
   color: #fff !important;
}

.inner-content p {
   color: #fff !important;
   letter-spacing: .7px;
}

.why-us .importance {
   display: flex;
   align-items: center;
   justify-content: space-evenly;
   margin-bottom: 2rem;
}

.why-us .inner-content h4 {
   margin-top: 60px;
   font-size: 32px;
   font-weight: 700;
   letter-spacing: 1px;
   color: #fff;
   margin-bottom: 30px;
}

.why-us .inner-content p {
   color: #fff;
   font-size: 15px;
   line-height: 28px;
   font-family: 'Montserrat', sans-serif;
   text-align: left !important;
}

.why-us .inner-content p span {
   color: #3CF !important;
}

.why-us .image-div img {
  
   overflow: hidden;
   width: 100%;
}

/* coming soon section */
.coming-soon {
   background-image: url(../images/bg2.jpg);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   width: auto !important;
   padding: 120px 0px !important;
}

.coming-soon .content h4 {
   margin-top: 100px;
   font-size: 30px;
   color: #fff;
   font-weight: 800;
   letter-spacing: 0.5px;
   line-height: 40px;
   margin-bottom: 50px;
}

.coming-soon .content h4 span {
   color: rgb(245, 164, 37);
}



#counter-box {
   background-color: rgba(250, 250, 250, 0.1) !important;
   
   text-align: center;

}

#counter-box span {
   font-size: 1.2rem !important;
   color: #f5a425 !important;
   font-weight: 500;
   text-transform: uppercase;
}

#counter-box .value {
   margin-top: 0px !important;
   display: block;
   width: 100%;
   font-size: 3rem;
   font-weight: 800;
   color: #fff;

}

.coming-soon .right-content .top-content h6 {
   font-size: 16px;
   font-weight: 550;
   color: #fff;
   background-color: rgba(250, 250, 250, 0.2);
   padding: 40px;
   text-align: center;
   line-height: 24px;
   margin-bottom: 0px !important;
}

.coming-soon .right-content form {
   background-color: rgba(250, 250, 250, 0.1);
   padding: 60px 40px;
   width: 100%;
   text-align: center;
}

.coming-soon .right-content form input {
   display: inline-block !important;
   width: 100%;
   height: 40px;
   background-color: rgba(250, 250, 250, 0.1);
   border-radius: 0px;
   border: none;
   outline: none;
   color: #fff;
   font-size: 13px;
   font-weight: 500;
   margin-bottom: 20px;
   letter-spacing: 0.5px !important;
   padding-left: .5rem;
}

::placeholder {
   color: #fff !important;

   letter-spacing: 0.8px !important;
}

.coming-soon .right-content form button {
   margin-top: 10px;
   background-color: #f5a425;
   border: 1px solid #f5a425;
   color: #fff;
   font-size: 13px;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   font-weight: 700;
   padding: 12px 20px;
   display: inline-block;
   outline: none;
   box-shadow: none;
   border-radius: 0px !important;
}

/* course */
.course {
   background-image: url(../images/bg1.jpg);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   width: auto !important;
  padding: 0px 30px 100px 30px;

}
.course .carousel{
margin-top:1.7rem !important;
}
.course .heading {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   margin-bottom:6rem;

}
.course .heading .search{
  
   margin-top:4rem;
}

.course .heading .search form input{
   width:18.3rem;
   padding:.4rem .3rem;
     border-radius: .3rem;
     margin-right: 0 !important;
}
.course .heading .search form button{
   display: inline-block;
   background-color:#f5a425;
   color:#fff;
   padding:.4rem 1rem;
   border:none;
   border-radius: .3rem;
   width:6rem;
   margin-left: 0 !important;
}
.course .carousel .card{
   margin-bottom: 1rem;
  
}
.course .heading h3 {
   margin-top: 100px;
   font-size: 18px;
   font-weight: 500;
   color: #fff;
   letter-spacing: 0.5px;
   padding: 15px 20px;
   border: 2px solid rgba(250, 250, 250, 0.1);
}
.course .carousel .card .teacher{
   display: flex;
   align-items: center !important;
   justify-content: space-between;
   
}
.course .carousel .card img{
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
     
}

.course .carousel .card .teacher img{
   border:3px solid  #f5a425;
   border-radius: 50%;
}
.course .carousel .card{
   border:2px solid #fff;
   border-radius: .5rem;
  
}
.course .carousel .card .card-body{
   background-color: rgba(22, 34, 57, 0.95) !important;
     border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    padding-left:.8rem;
    padding-right: .8rem;
    padding
}
.course .carousel .card .card-body h5{
 color:#fff;
 font-size:1.5rem;
 font-weight: 550;
 letter-spacing: .1rem;
 padding-bottom: .5rem;
 padding-top: .3rem;
 text-transform:capitalize;
}
.course .carousel .card .card-body p{
   color:#fff;
   font-weight: 500;
}
.course .carousel .card .card-body .teacher h6{
   color:#fff;
   font-weight: 550;
 
}

/* our team section start */
.team{
   background-image: url(../images/bg3.jpg);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   width: auto !important;
  padding: 0px 30px 100px 30px;

}
.team .carousel{
margin-top:1.7rem !important;
}
.team .heading {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   margin-bottom:6rem;

}
.team .carousel .card{
   margin-bottom: 1rem;
  
}

.team .heading h3 {
   margin-top: 100px;
   font-size: 18px;
   font-weight: 500;
   color: #fff;
   letter-spacing: 0.5px;
   padding: 15px 20px;
   border: 2px solid rgba(250, 250, 250, 0.1);
}
.team .carousel .card .teacher{
   display: flex;
   align-items: center !important;
   justify-content: space-between;
   
}
.team .carousel .card img{
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
     
}

.team .carousel .card .teacher img{
   border:3px solid  #f5a425;
   border-radius: 50%;
}
.team .carousel .card{
   border:2px solid #fff;
   border-radius: .5rem;
  
}
.team .carousel .card .card-body{
   background-color: rgba(22, 34, 57, 0.95) !important;
     border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    padding-left:.8rem;
    padding-right: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.team .carousel .card .card-body h5{
 color:#fff;
 font-size:1.5rem;
 font-weight: 550;
 letter-spacing: .1rem;
 padding-bottom: .5rem;
 padding-top: .3rem;
 text-transform:capitalize;
}
.team .carousel .card .card-body p{
   color:#fff;
   font-size: 1rem;
   text-transform: capitalize;
   font-weight: 500;
}
.team .carousel .card .card-body .teacher h6{
   color:#fff;
   font-weight: 550;
 
}
.team .carousel .card .card-body .icons{
   display: flex;
   align-items: center;
   justify-content:center;
   width:100%;
}
.team .carousel .card .card-body .icons a i{
 color:#f5a425;
 margin-left:1rem;

}
/* testimonial section */
.testimonial {
  background-image: url(../images/bg1.jpg);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   width: auto !important;
  padding: 0px 30px 300px 30px;
}
.testimonial .left-content h5{
   display: inline-block;
color:#f5a425;
text-transform: uppercase;
letter-spacing: .1rem;
font-weight: 500;
border-bottom: 2px dashed #f5a425;
margin-top: 5rem;
margin-bottom: 2.3rem;

}
.testimonial .left-content h2{
color:#fff;
font-weight: 550;
letter-spacing: .1rem;
margin-bottom:1.6rem;
font-size: 2.6rem;
}
.testimonial .left-content p{
color:#fff;
letter-spacing: .7px;

}
.testimonial .card {
   margin-top:4rem !important;
  
}
.testimonial .card .carousel-item .reviewer .reviwer-inner{
margin-left:1rem;
}
.testimonial .card .carousel-item .reviewer .reviwer-inner h6{
color:black;
font-weight: 550;
font-size: 1.2rem;
 letter-spacing: .5px;
}
.testimonial .card .carousel-item .reviewer .reviwer-inner p{
   text-transform: capitalize;
   color:black;
  
}
@media(max-width:1199px){
   .testimonial .card .carousel-inner .carousel-control-prev span{
      position:relative;
      left:10rem !important;
   }
}
/* more aboot grad school */
.presentation-section {
  background-image: url(../images/bg3.jpg);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   width: auto !important;
  padding: 0px 30px 100px 30px;
}

 /* about us page */
