html {
     scroll-behavior: smooth;
}
html, body {
  overflow-x: hidden;
 
}
body {
  position: relative;
   font-family: 'Markazi Text', serif;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    
    padding: 30px 0;
    overflow: hidden;
    position: relative;
}

.section-bg {
  background-color: #f9f9f9;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size:28px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 20px;
  position: relative;
  text-align: right;
    color: #79813F;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 3px;
  background: #B19C3E;
  bottom: 0;
  right: 0;
}

.section-title p {
  margin-bottom: 0;
  color: #777777;
  font-size: 15px;
}
@media (max-width: 992px){
   section{
  
  padding: 20px;
} 
}
@media (max-width: 768px){
   
    .section-title h2{
        font-size: 22px;
    }
    .section-title h2::after{
        width: 90px;
    }

}

@media (max-width: 480px){
   
    .section-title h2{
        font-size: 20px;
    }
    .section-title h2::after{
        width: 30px;
    }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    direction: rtl;
    text-align:right;
    width: 100%;
    height: 100vh;
    /*background-color: #f9f9f9;*/
    background: url(../images/hero.jpg) center center;
    background-size: cover;
    position: relative;
}

#hero:before {
  content: "";
  background:rgb(255,255,255,0.55);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

/*#hero .container {
  position: relative;
  padding-top: 0px;
    
}

    /*@media (max-width: 992px) {
  #hero .container {
    padding-top: 58px;
  }
}
@media (max-width: 500px) {
    #hero .container {
        padding-top: 40px;
    }
}*/
#hero h1 {
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 56px;
  color: #79813F;
  float:right;
}

#hero h1 span {
  color: #B19C3E;
    float:right;
}

#hero h2 {
  color: #555555;
  margin: 15px 0 30px 0px;
  font-size: 22px;
  font-weight: 400;
 text-align: right;
    
}

.btn-get-started {
    font-size: 20px;
    letter-spacing: 1.5px;
    border-radius: 7px;
    transition: 0.5s;
    color: #fff;
    background: #B19C3E;
    font-weight: 400;
}
.form-control:focus {
    border-color: #79813F;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(121,129,633,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(121,129,63,.6);
}

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    text-align: ::-webkit-center;
}
 @keyframes pulse {
 0% {
 transform: scale(0.9);
 opacity: 0.9;
}
 50% {
 transform: scale(1);
 opacity: 1;
}
 100% {
 transform: scale(0.9);
 opacity: 0.9;
}
}
 @-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(0.95);
 opacity: 0.9;
}
 50% {
 -webkit-transform: scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: scale(0.95);
 opacity: 0.9;
}
}
.btn-get-started:hover {
  background: #79813F;
    text-decoration: none;
    color: white;
    
}

.btn-get-started:focus {
    border: none;
    outline: none;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  } 
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}
@media (max-width: 500px) {
  #hero {
    height: 100vh;
     
  }
    #hero h1 {
        font-size: 24px;
    }
    #hero h2 {
        font-size: 19px;
    }
    /*#hero .container {
        padding-top: 232px;
    }
        */
    .btn-get-started{

        font-size: 19px;
    }
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about span {
  font-weight: 700;
  font-size: 24px;
  color: #04505e;
    text-align: right;
    
}

.about h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  color: #066273;
  text-align: right;
}

.about i {
  font-size: 35px;
  margin-top: 15px;
  color: #1cbddb;
  margin-left: 290px;
}

.about p {
  font-size: 20px;
  color: #383737;
     text-align: right;
    line-height: 1.5;
    margin-top: 10px;
}
.about .first {
  font-size: 20px;
  color: #383737;
     text-align: right;
    line-height: 1.5;
    margin-top: 0px;
}
.about .about-img img {
    height: 100%;
    width: 100%;
}
@media (max-width: 991px) {
  .about .about-img img {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .about .about-img img {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .about i {
  font-size: 25px;
    }
  .about span {
  font-size: 17px;
    }
.about p {
  font-size: 17px;
    }
.about .first {
  font-size: 17px;
    }
    .about h4 {
         font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
    margin-bottom: 10px;
}
.services .icon-box .icon {
  margin-bottom: 10px;
    text-align: center;
}
.services .icon-box .icon i {
  color: #B19C3E;
  font-size: 36px;
  transition: 0.3s;
    text-align: center;
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
  letter-spacing: 1px;
  text-align: center;
}
.services .icon-box h4 a {
  color: #79813F;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 19px;
  margin-bottom: 0;
    text-align: center;
    color: #383737;
}
.services .icon-box:hover {
  transform: translateY(-10px);
   
}
.services .icon-box:hover h4 a {
  color: #B19C3E;
     text-decoration: none;
}
@media (max-width: 480px) {
 .services .icon-box h4 {
     font-size: 18px;
    }   
    .services .icon-box p {
        font-size: 17px;
    }
}
/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq .desc{
    text-align: right;
    font-size: 20px;
    color:#383737;
    margin-right: 40px;
    margin-top: 18px;
}
.faq .desc1{
    text-align: right;
    font-size: 20px;
    color:#414449;
    font-weight: 600;
    margin-right: 40px;
    margin-top: 20px;
}
.faq .accordion-list {
  /*padding: 0 100px 60px 100px;*/
  margin-right: 70px;
}

.faq .accordion-list ul {
  padding: 0;
  list-style: none;

}

.faq .accordion-list li + li {
  margin-top: 15px;
}

.faq .accordion-list li {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  border-radius: 4px;
    
}
.faq .accordion-list .question {
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  font-weight: 600;
  padding-right: 0px;
  cursor: pointer;
  text-align: right;
  color:#383737;
}

.faq .accordion-list i {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 5px;
}
.faq .accordion-list p {
  margin-bottom: 0;
  padding: 15px 0 0 0;
  color:#383737;
  text-align: right;  
    font-size: 20px;
}

.faq .accordion-list .icon-show {
  display: none;
}

.faq .accordion-list .collapsed {
  color: #383737;
}

.faq .accordion-list .collapsed:hover {
  color: #B19C3E;
}
.faq .accordion-list .collapsed .icon-show {
  display: inline-block;
}

.faq .accordion-list .collapsed .icon-close {
  display: none;
}

.faq .accordion-list .details i{
  font-size: 20px;
  padding-right: 2px;
  padding-left:5px;
  color: #2FAD60;
    text-align: right;
}
@media (max-width: 1024px) {
  .faq .content, .faq .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}
.faq .social-links p{
    
    color: #383737;
    font-size: 20px;
    line-height: 2;
    display:inline-block;
    font-weight:800;
    margin-right: 55px;
}
.faq .social{
    margin-top: -10px;
}
.faq .social-links a {
  font-size: 25px;
  display: inline-block;
  color: #2FAD60;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 42px;
  height: 42px;
  transition: 0.3s;
    margin-top: 10px;
}

.faq .social-links a:hover {
  background: #B19C3E;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 992px) {
  .faq {
    /* img {
      padding-top: 30px;
    } */
      
  }
  .faq .content {
    padding-top: 30px;
  }
  .faq .accordion-list {
    padding-bottom: 30px;
  }
    .faq .accordion-list {
  margin-right: 0px;
}
}
@media (max-width: 480px) {
    .faq .accordion-list .question {
        font-size: 18px;
    }
    .faq .accordion-list i {
  font-size: 14px;
        top: 6px;
    }
    .faq .accordion-list p { 
    font-size: 17px;
}
    .faq .social-links a {
        font-size: 20px;
         width: 36px;
  height: 36px;
    }
    .faq .desc{
      font-size: 16px;
        margin-top: 0px;
        margin-right: 10px;
    }
    .faq .desc1{
      font-size: 19px;
        margin-top: 0px;
        margin-right: 10px;
    }
    .faq .social-links p{
       font-size: 19px;
        margin-top: 0px;
        margin-right: 30px; 
    }
    }

/*----------------------- Services Section -----------------------------*/
.mt-60{
    margin-top:10px;
}

.section-block-grey {
    padding: 90px 0px 90px 0px;
    
}

.serv-section-2 {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
}

.serv-section-2:before {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 0;
    content: " ";
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    border-bottom-right-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
    position: absolute;
    top: 18px;
    left: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

.serv-section-2-icon i {
    color: #B19C3E;
    font-size: 48px;
    line-height: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
    position: relative;
}

.serv-section-2 h4 {
    color: #79813F;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    text-align: right;
    margin-bottom: 15px;
}

.serv-section-2 h5 {
    color: #383737;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 5px;
    text-align: right;
    
}

.serv-section-2 p {
    margin-top: 25px;
    padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
    color: #fff;
}

.serv-section-2:hover:before {
    background: #B19C3E;
}
@media (max-width: 480px) {
  .serv-section-2 h4 {
        font-size: 19px;
  }
  .serv-section-2 h5 {
        font-size: 17px;
  }
  .serv-section-2-icon i {
     font-size: 35px;   
    }
}

/*--------------------------------------------------------------
# Condition
--------------------------------------------------------------*/
.condition .content{
    text-align: justify;
    direction: rtl;   
}
.condition .content ul {
  list-style: none;
  padding: 0; 
  text-align: right;
    color: #383737;
}
.condition .content ul li {
  padding: 0px 0px 0 0;
  position: relative;
  font-size: 20px;
    text-align: right;
}
.condition .content ul i {
  font-size: 15px;
  padding-left: 5px;
  top: 3px;
  color: #B19C3E;
 
  
}
.condition .content p{
  font-size: 20px;
  font-weight: 350;
  color: #383737;  
}
.condition .content p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
 .condition .content ul li {
        font-size: 18px;
    }
 .condition .content ul {
  margin-top:0px;
}
.condition .content p{
  font-size: 18px;
    margin-top: -5px;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #ffff;
  font-size: 14px;
  direction: rtl;
    text-align: right;
}
    #footer .footer-top {
        background: #373F3F;
        padding-top: 50px;
        
    }
    #footer .footer-bottom {
        background: #373F3F;
        padding-top: 10px;
        padding-bottom: 10px;
    }
#footer .footer-top img {
    height: 85px;
    width: 290px;
    margin-bottom: 5px;
}
    #footer .footer-top .special img{
      height: 85px;
      
}
#footer .copyright {
  text-align: center;
    letter-spacing: 1px;
     font-size: 22px;
}
#footer .copyright span {
   padding-top: 35px;
    padding-bottom: 30px;
    font-size: 22px;
    text-align: center;
    color: white;
    letter-spacing: 1px;
}
#footer #copyright{
  /* background-color: #121212; */
    background: #373F3F;
   max-width: 100%;
    border-top: 0.4px solid #79813F;
}
@media (max-width: 768px) {
  #footer .copyright{
    float: none;
    text-align: center;
  
      font-size: 16px;
  }
}

@media (max-width: 480px) {
  #footer .footer-top img{
      height: 70px;
      margin-right: 55px;
      margin-top: 5px;
      width: 250px;
}
}
@media (max-width: 428px) {
  #footer .footer-top img{
      height: 70px;
      margin-right: 65px;
      margin-top: 5px;
      width: 270px;
}
}
@media (max-width: 414px) {
  #footer .footer-top img{
      height: 70px;
      margin-right: 65px;
      margin-top: 5px;
      width: 260px;
}
}

@media (max-width: 390px) {
  #footer .footer-top img{
      height: 70px;
      margin-right: 55px;
      margin-top: 5px;
      width: 250px;
}
}
@media (max-width: 375px) {
  #footer .footer-top img{
      
      margin-right: 45px;
      margin-top: 5px;
    
}
}
@media (max-width: 360px) {
  #footer .footer-top img{
      margin-right: 40px;
}
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #B19C3E;
  border-top-color: #F4F1E0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 15px;
  bottom: 15px;
  background: #B19C3E;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 9px;
}

.back-to-top:hover {
  color: #fff;
  background: #79813F;
  transition: background 0.2s ease-in-out;
}
@media (max-width: 380px) {
  .back-to-top i {
  font-size: 21px;
      top: 8px;
  left: 10px;
    }
.back-to-top {
  width: 40px;
  height: 40px;
    }
}
/*--------------------------------------------------------------
# Admin login
--------------------------------------------------------------*/

.top-bar {
    background: #79813F;
    color: #fff;
    font-size: 22px;
    padding: 10px 0;
}
.top-bar a.logout-btn i {
        padding-left:3px;
        font-size:14px;
}
    .top-bar a.logout-btn:hover {
        color: #B19C3E;
            text-decoration: underline;
    }

.top-bar a.logout-btn{
    float:right;
    color: #eee;
    letter-spacing:1px;
    text-decoration: none !important;
    font-size: 22px;
    font-weight: 500;
    
}
#students h1 {
    color: #B19C3E;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-size:35px;
}
    #students h1::after {
        content: '';
        position: absolute;
        display: block;
        width: 80px;
        height: 3px;
        background: #79813F;
        bottom: 10px;
        left: calc(50% - 30px);
    }
@media (max-width: 768px) {

    #students h1 {
        font-size: 25px;
    }
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #B19C3E;
    background-color: #B19C3E;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ded2a0), color-stop(100%, #b19c3e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ded2a0 0%, #b19c3e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #ded2a0 0%, #b19c3e 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #ded2a0 0%, #b19c3e 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #ded2a0 0%, #b19c3e 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #ded2a0 0%, #b19c3e 100%);
    /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #79813F;
    
    /* W3C */
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333333 !important;
    border: 1px solid #79813F;
    background-color: #79813F;
    background:none;
    /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
}
    .dataTables_wrapper .dataTables_filter input:focus {
        border: 1px solid #79813F;
        outline:none;
    }