@font-face {
    font-family: 'Open Sans';
    src: url('../font/OpenSans-Medium.eot');
    src: url('../font/OpenSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/OpenSans-Medium.woff2') format('woff2'),
        url('../font/OpenSans-Medium.woff') format('woff'),
        url('../font/OpenSans-Medium.ttf') format('truetype'),
        url('../font/OpenSans-Medium.svg#OpenSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Open Sans', sans-serif;
}
marquee, marquee b, .marquee-container, .marquee-content {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px !important;
    padding: 2px 0;
    background: #F29101 !important;
    color: #ffffff !important;
}
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}
.marquee-content {
    display: inline-block;
    padding-left: 100%; /* Start the text off-screen */
    animation: marquee 25s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); } /* Move text fully across */
}
.navbar-collapse .main-menu li a, 
.overview-content--style p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1.5em;
}
.contact-us-area::after {
    background-color: #F29101FA;
}
.copyright, .copyright a {
    font-size: 14px;
  }

@media (max-width: 991px) {
  .fa-bars {
    background: #F29101;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 0 15px 0 0;
  }
  .service-content {
    text-emphasis: center;
  }
  a.cmn-btn {
    margin: 0 6px;
    display: inline-block;
    width: 130px;
    text-align: center;
    background: #F29101;
  }
  .cmn-btn::before, .cmn-btn::after{
    background: #F29101;
  }
 .pt-120.pb-120{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .team-content {
    padding: 10px 5px;
    line-height: 0.7em;
  }
  .team-thumb img {
    width: 36%;
  }
  .team-content h3, .team-content h3 a {
    font-size: 14px;
  }
  .team-section .title-border{
     margin-bottom: 15px;
  }
  .copyright, .copyright a {
    font-size: 12px;
  }
  .contact-us-content .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
  }
  .team-section .section-header {
    margin-bottom: 15px;
  }
  .team-section .col-lg-3.col-sm-3.mb-30 {
    width: 33.3% !important;
    max-width: 33.3% !important;
    -ms-flex: 0 0  33.3% !important;
    -webkit-flex: 0 0  33.3% !important;
     flex: 0 0  33.3% !important;
  }
  .team-content h3, .team-content h3 a {
    font-size: 11px;
  }
  .section-title {
    font-size: 22px;
  }
  .title-border, .section-header {
    margin-bottom: 10px;
  }
  .service-content {
    padding: 12px 20px 6px !important;
    text-align: justify;
  }
  section.course-section.pt-120 {
    padding: 30px 0 10px;
  }
}

@media (max-width: 600px) {
  .overview-content--style .title {
    margin-bottom: 10px;
  }
  .team-section .section-header {
    margin-top:0px;
    margin-bottom: 15px;
  }
  .team-section .title-border{
     margin-bottom: 10px;
  }
  .team-section .col-lg-3.col-sm-3.mb-30 {
    width: 25% !important;
    max-width: 25% !important;
    -ms-flex: 0 0  25% !important;
    -webkit-flex: 0 0  25% !important;
     flex: 0 0  25% !important;
  }
  .team-content {
    padding: 10px 5px 5px;
    line-height: 0.2em;
  }
  .team-content h3, .team-content h3 a {
    font-size: 8px;
  }
  .section-title {
    font-size: 18px;
  }
  .contact-us-content .title {
    font-size: 16px;
  }
  .service-content {
    padding: 6px 10px !important;
    text-align: center;
  }
  .service-content a.cmn-btn {
    width: auto;
    display: inline-block;
    font-size: 15px;
    margin: 5px 5px 2px;
  }
  
}

@media (max-width: 420px) {
  .banner img.mySlides {
    height: 156px;
  }
}