/* Medium desktop :992px. */
@media (min-width: 1200px) and (max-width: 1500px) {
.header {
  padding: 10px 0;
}    
    
    
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {

    
    
    
    
    
    
    
   
}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
 
.header {
  padding: 10px 0;
}    
.slider-title h1::before {
  left: 43%;
  top: 123%;
}
.single-slider {
  height: 500px;
  padding: 120px 0 101px;
}    
.single-slider p {
  margin-bottom: 50px;
}    
.autor-content > p {
  font-size: 15px;
  margin-bottom:12px;
}    
.know-more-btn > a {
  font-size: 15px;
  padding: 10px 30px;
}    
.courses-area {
  padding: 40px 0 ;
}    
.event-area {
  padding: 40px 0;
}    
.event-content h3 {
  margin: 14px 0;
}  
.event-content h3 a {
  font-size: 20px;
}
.event-content p {
  color: #868686;
  font-size: 16px;
}    
.loction-det {
  margin-top: 80px;
}    
 .footer-menu ul li a {
  padding: 0 18px;
}   
    
    
    
    
    
    
    
    
    
    
    
    
}

 
/* small mobile :320px. */
@media (max-width: 767px) {
.container {width:300px}
.header {
  padding: 20px 0;
}
 .logo {
  text-align: center;
} 
.socile {
  float: none;
  text-align: center;
  margin-top: 20px;
}
.single-slider {
  height: 400px;
  padding: 50px 0 42px;
}
.slider-title h1 {
  font-size: 36px;
}    
.slider-title h1::before {
  left: 31%;
  top: 110%;
  width: 109px;
}    
.single-slider p {
  font-size: 20px;
  margin-bottom:22px;
}    
.welcome-btn > a {
  font-size: 25px;
  padding: 6px 31px;
  line-height: 25px;
} 
.welcome-btn span {
  font-size: 14px;
}    
.slider-active .owl-controls .owl-buttons div {
  top: 30%;
}  
.slider-active .owl-controls .owl-buttons .owl-next {
  right: 0px;
}
.slider-active .owl-controls .owl-buttons .owl-prev {
  left: 0px;
}  
.autor-img {
  margin-bottom: 10px;
}
.section-title h2 {
  font-size: 26px;
  margin-bottom: 30px;
}    
.autor-content > p {
  font-size: 16px;
  margin-bottom: 8px;
}    
.know-more-btn > a {
  font-size: 16px;
  padding: 10px 24px;
}    
.single-courses {
  margin-bottom: 30px;
}    
.courses-area {
  padding: 40px 0 ;
}    
.courses-area .section-title h2, event-area .section-title h2 {
  font-size: 30px;
}   
.event-area {
  padding: 40px 0;
}    
.event-content h3 {
  margin: 10px 0;
}
.event-content p {
  font-size: 16px;
}    
.loction-det {
  margin-top: 30px;
}    
.loction-det h4 {
  margin-bottom: 30px;
}    
.loction-det.text-center > a {
  font-size: 28px;
  padding: 6px 20px;
}    
.copyright > p {
  font-size: 16px;
}    
.footer-area {
  padding: 30px 0;
}    
.footer-area::before {
  left: -100px;
  top: -33%;
}    
.footer-area::after {
  right: 0;
  top: -30%;
}    
    
    
    
    
    
    
    
    
    
    
    
    
 
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}

.slider-title h1::before {
  left: 42%;
  top: 110%;
}
.footer-area::before {
  left: -29px;
  top: -33%;
}    
    
    
    
    
    
    
    
    
    
    
    
    
 
}