@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/* Apply CSS to iOS affected versions only */
body.iosBugFixCaret.modal-open {
  position: fixed;
  width: 100%; }

.container-fluid {
  overflow: hidden; }

body, td, li, select, input, p {
  font-family: 'Poppins', sans-serif; }

h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700; }

h2 {
  color: #ffffff;
  font-size: 2.125rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px !important;
  margin-bottom: 3.125rem;
  background: #ff5110; }

a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover {
  text-decoration: none;
  color: #3a3939; }

.btn-primary {
  color: #ffffff;
  background: #ff5110;
  border-color: #ff5110;
  padding: 13px 26px;
  border-radius: 0; }
  .btn-primary:hover {
    background: #ffffff;
    color: #ff5110;
    border-color: #ff5110; }

.btn-primary:focus {
  background: #ffffff;
  color: #ff5110;
  box-shadow: 0 0 0 0.2rem #ff5110; }

.btn-transparent {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0;
  -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
  -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
  -o-transition: background .2s ease-in-out, border .2s ease-in-out;
  transition: background .2s ease-in-out, border .2s ease-in-out; }

.btn-transparent:hover {
  color: #ff5110;
  background-color: rgba(255, 255, 255, 0.6); }

.btn-transparent:focus {
  background: #ffffff;
  color: #ff5110;
  border: 1px solid transparent;
  box-shadow: 0 0 0 0.2rem rgba(209, 80, 4, 0.25); }

.slide-menu {
  background: #3a3939;
  display: none;
  width: 25%;
  height: 100%;
  z-index: 1011;
  right: 0;
  -webkit-animation: slideInRight 1s;
  animation: slideInRight 1s; }
  .slide-menu .navbar-expand-xl .navbar-nav {
    margin: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: column; }
    .slide-menu .navbar-expand-xl .navbar-nav li > a {
      font-size: 1.5rem; }
      .slide-menu .navbar-expand-xl .navbar-nav li > a:hover {
        color: #ff5110;
        margin-left: 5px; }

#masthead .container-fluid {
  overflow: visible !important; }

header .main-menu .navbar-nav .nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 1.375rem;
  color: #3a3939;
  padding: 20px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  header .main-menu .navbar-nav .nav-link:hover {
    color: #ff5110; }
  header .main-menu .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  header .main-menu .navbar-nav .nav-link:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
header .main-menu .dropdown:hover > .dropdown-menu {
  display: block; }
header .main-menu .dropdown ul.dropdown-menu {
  -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.75);
  padding: 0; }
  header .main-menu .dropdown ul.dropdown-menu li > a.dropdown-item {
    font-size: 1.25rem;
    padding: 10px 20px;
    color: #ff5110; }
    header .main-menu .dropdown ul.dropdown-menu li > a.dropdown-item:hover {
      background: #777777;
      color: #ffffff; }

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #ff5110; }

#homepage-banner .flexslider {
  margin: 0 0 10px;
  border: none;
  border-radius: 0;
  overflow: hidden; }
  #homepage-banner .flexslider .slides > li {
    position: relative;
    min-height: 280px; }
    #homepage-banner .flexslider .slides > li img {
      filter: brightness(0.5); }
  #homepage-banner .flexslider .content-area {
    position: absolute;
    top: 50%;
    left: 12%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    -webkit-animation-delay: .3s;
    animation-delay: .3s; }
    #homepage-banner .flexslider .content-area h1 {
      font-size: 4rem;
      color: #ffffff; }
      #homepage-banner .flexslider .content-area h1 span {
        color: #ff5110; }
  #homepage-banner .flexslider .flex-direction-nav a.flex-next, #homepage-banner .flexslider .flex-direction-nav a.flex-prev {
    display: none; }
  #homepage-banner .flexslider .flex-control-nav {
    bottom: 10px; }
  #homepage-banner .flexslider .flex-control-paging li a {
    width: 100px;
    height: 4px;
    background: #ffffff;
    border-radius: 0; }
  #homepage-banner .flexslider .flex-control-paging li a.flex-active {
    background: #ff5110; }

.courses-section h2 {
  margin-top: 2rem; }

.courses-grid [class*='courses-categ-'] {
  background-size: cover !important;
  min-height: 185px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .courses-grid [class*='courses-categ-']:hover .categ-info {
    opacity: 1; }
  .courses-grid [class*='courses-categ-']:hover a {
    opacity: 0; }
  .courses-grid [class*='courses-categ-'] a {
    top: 40px;
    position: relative;
    color: #ffffff;
    font-size: 1.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    opacity: 1; }
  .courses-grid [class*='courses-categ-'] .categ-info {
    display: grid;
    position: absolute;
    background: #ff5110;
    margin: auto;
    padding-top: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .courses-grid [class*='courses-categ-'] .categ-info span {
      color: #ffffff;
      font-size: 1.8rem;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      padding: 0 20px; }
    .courses-grid [class*='courses-categ-'] .categ-info img {
      display: block;
      margin: auto; }

.student-boxes-section .stundent-boxes {
  cursor: pointer; }
  .student-boxes-section .stundent-boxes .stundent-boxes-image {
    height: 280px;
    background-size: contain !important;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .student-boxes-section .stundent-boxes .stundent-boxes-image:hover a {
      bottom: 30px; }
  .student-boxes-section .stundent-boxes a {
    position: absolute;
    color: #ffffff;
    font-size: 1.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    left: 0;
    right: 0;
    bottom: 20px;
    padding: 0 40px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
.student-boxes-section .student-info-btn a {
  color: #ff5110;
  font-size: 1.375rem;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .student-boxes-section .student-info-btn a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 40px;
    left: 0;
    background-color: #ff5110;
    visibility: visible;
    -webkit-transform: scaleX(0.3);
    transform: scaleX(0.3);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .student-boxes-section .student-info-btn a:hover {
    color: #3a3939; }
  .student-boxes-section .student-info-btn a:hover:before {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }

.faq-section {
  background: url("../images/faq-bg.png");
  background-size: contain; }
  .faq-section .faq-description p {
    margin-bottom: 0; }
  .faq-section .faq-article {
    background: #dadada; }
    .faq-section .faq-article:hover h5 {
      margin-left: 10px;
      color: #ff5110; }
    .faq-section .faq-article:hover .question-sign {
      color: #3a3939;
      -webkit-transform: rotate(-90deg);
      /* Chrome and other webkit browsers */
      -moz-transform: rotate(-90deg);
      /* FF */
      -o-transform: rotate(-90deg);
      /* Opera */
      -ms-transform: rotate(-90deg);
      /* IE9 */
      transform: rotate(-90deg); }
    .faq-section .faq-article:hover .plus-sign {
      color: #3a3939;
      -webkit-transform: rotate(135deg);
      /* Chrome and other webkit browsers */
      -moz-transform: rotate(135deg);
      /* FF */
      -o-transform: rotate(135deg);
      /* Opera */
      -ms-transform: rotate(135deg);
      /* IE9 */
      transform: rotate(135deg); }
    .faq-section .faq-article h5 {
      color: #3a3939;
      margin-bottom: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .faq-section .faq-article .question-sign {
      position: absolute;
      color: #ff5110;
      left: 35px;
      top: 16px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .faq-section .faq-article .plus-sign {
      position: absolute;
      color: #ff5110;
      right: 20px;
      top: 16px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .faq-section .faq-btn a {
    font-size: 1.375rem;
    color: #ff5110;
    padding: 10px 40px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .faq-section .faq-btn a:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      top: 0;
      left: 0;
      background-color: #ff5110;
      visibility: visible;
      -webkit-transform: scaleX(0.3);
      transform: scaleX(0.3);
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .faq-section .faq-btn a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #ff5110;
      visibility: visible;
      -webkit-transform: scaleX(0.3);
      transform: scaleX(0.3);
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .faq-section .faq-btn a:hover {
      color: #3a3939; }
    .faq-section .faq-btn a:hover:after, .faq-section .faq-btn a:hover:before {
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }

.contact-section {
  background: #ff5110;
  font-size: 2.125rem;
  font-weight: 600; }

.site-footer .first-footer {
  background-color: #3a3939;
  margin-left: 0; }
.site-footer #footer-widget .widget_nav_menu {
  text-align: center; }
  .site-footer #footer-widget .widget_nav_menu .flex-column {
    display: inline-flex;
    float: none;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: row !important; }
    .site-footer #footer-widget .widget_nav_menu .flex-column li > a {
      border-right: 1px solid #ffffff;
      padding: 0 15px; }
      .site-footer #footer-widget .widget_nav_menu .flex-column li > a:hover {
        color: #ff5110; }
    .site-footer #footer-widget .widget_nav_menu .flex-column li.last-menu-item a {
      border-right: 1px solid transparent; }
.site-footer .footer-socials ul {
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .site-footer .footer-socials ul li {
    list-style-type: none; }
    .site-footer .footer-socials ul li a {
      padding: 0.75rem 1.25rem;
      font-size: 1.5rem;
      margin: 0 5px;
      color: #3a3939;
      background: #ffffff;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
      .site-footer .footer-socials ul li a:hover.socials-facebook {
        color: #ffffff;
        background: #3B5998; }
      .site-footer .footer-socials ul li a:hover.socials-twitter {
        color: #ffffff;
        background: #1dcaff; }
      .site-footer .footer-socials ul li a:hover.socials-linkedin {
        color: #ffffff;
        background: #0077B5; }
      .site-footer .footer-socials ul li a:hover.socials-instagram {
        color: #ffffff;
        background: #cc2127; }
    .site-footer .footer-socials ul li .socials-facebook {
      padding: 0.75rem 1.5rem; }
.site-footer .second-footer {
  background-color: #ffffff; }
  .site-footer .second-footer img {
    margin: 0 10px; }

.bar-socials {
  top: 40%;
  z-index: 2;
  right: 0;
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }
  .bar-socials ul li {
    list-style-type: none;
    margin: 22px 0; }
    .bar-socials ul li a {
      padding: 12px 20px;
      font-size: 1.5rem;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      border: 1px solid transparent; }
      .bar-socials ul li a:hover {
        color: #3a3939;
        background: #ffffff; }
    .bar-socials ul li .socials-facebook {
      color: #ffffff;
      padding: 11px 23px;
      font-size: 1.8rem;
      background: #3B5998; }
    .bar-socials ul li .socials-twitter {
      color: #ffffff;
      padding: 11px 19.17px;
      background: #1dcaff; }
    .bar-socials ul li .socials-linkedin {
      color: #ffffff;
      padding: 11px 20.76px;
      background: #0077B5; }
    .bar-socials ul li .socials-instagram {
      color: #ffffff;
      padding: 11px 20.76px;
      background: #cc2127; }

.breadcrumb {
  background: transparent; }
  .breadcrumb span, .breadcrumb a {
    padding: 0 5px; }
  .breadcrumb a {
    color: #3a3939; }
    .breadcrumb a:hover {
      color: #ff5110; }

.category-banner {
  height: 320px;
  background-size: cover; }
  .category-banner h1 {
    color: #ffffff;
    font-size: 4rem;
    display: flex;
    align-items: center;
    height: 200px; }

.courses-banner {
  height: 320px;
  background-size: cover; }
  .courses-banner .courses-title {
    z-index: 1; }
  .courses-banner h1 {
    color: #ffffff;
    font-size: 4rem;
    display: flex;
    align-items: center; }
  .courses-banner a {
    color: #ff5110; }
    .courses-banner a:hover {
      color: #ffffff; }

.page-title {
  color: #ff5110; }

.courses-categ-title a, .list-subpages a {
  display: block;
  position: relative;
  font-size: 1.625rem;
  width: 100%;
  color: #3a3939;
  padding: 10px;
  border: 1px solid #3a3939; }
  .courses-categ-title a:hover, .list-subpages a:hover {
    color: #ff5110;
    padding-left: 15px; }
  .courses-categ-title a::after, .list-subpages a::after {
    content: '>>';
    display: block;
    width: 51.5px;
    height: 51.5px;
    color: #ffffff;
    position: absolute;
    right: 0;
    background: #ff5110;
    top: 0;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .courses-categ-title a:hover::after, .list-subpages a:hover::after {
    background: black;
    padding-left: 17px; }

.apply-now {
  background: #ff5110;
  font-size: 1.625rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .apply-now .fa-edit {
    margin-left: 15px; }
  .apply-now:hover {
    background: #837e7e; }
  .apply-now:hover a {
    color: #3a3939; }

.social-share {
  background: #000;
  font-size: 1.625rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .social-share .fa-share-alt {
    margin-left: 15px; }
  .social-share:hover {
    background: #ff5110; }
  .social-share:hover a {
    color: #3a3939; }
  .social-share a {
    width: 100%;
    display: block; }

.prospectus {
  background: #777777;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .prospectus .fa-download {
    margin-left: 15px; }
  .prospectus:hover {
    background: #ff5110; }
  .prospectus:hover a {
    color: #3a3939; }

.video_testimonial {
  position: relative;
  cursor: pointer; }
  .video_testimonial:hover .content {
    opacity: .8; }
  .video_testimonial h3 {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    font-size: 1.25rem;
    padding: 0 15px; }
  .video_testimonial .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover; }
  .video_testimonial .content {
    min-height: 190px;
    position: relative;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .video_testimonial .content .icon {
      position: relative;
      top: 30px; }
      .video_testimonial .content .icon::before {
        content: url("../images/play-icon.png"); }

#secondary a {
  color: #ff5110; }

.social_btn-link {
  padding: 15px 20px;
  color: white;
  font-size: 12px;
  border-radius: 2px;
  margin-right: 2px;
  cursor: pointer;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  margin-top: 2px;
  display: inline-block;
  text-decoration: none; }

#socialshareModal .modal-content {
  border: transparent; }
#socialshareModal .modal-header {
  color: #ffffff;
  background: #3a3939; }
#socialshareModal .modal-body {
  background-color: #fff; }

.social_btn-link:hover, .social_btn-link:active {
  color: white; }

.social_btn-twitter {
  background: #00aced; }

.social_btn-twitter:hover, .social_btn-twitter:active {
  background: #0084b4; }

.social_btn-facebook {
  background: #3B5997; }

.social_btn-facebook:hover, .social_btn-facebook:active {
  background: #2d4372; }

.social_btn-googleplus {
  background: #D64937; }

.social_btn-googleplus:hover, .social_btn-googleplus:active {
  background: #b53525; }

.social_btn-buffer {
  background: #444; }

.social_btn-buffer:hover, .social_btn-buffer:active {
  background: #222; }

.social_btn-pinterest {
  background: #bd081c; }

.social_btn-pinterest:hover, .social_btn-pinterest:active {
  background: #bd081c; }

.social_btn-linkedin {
  background: #0074A1; }

.social_btn-linkedin:hover, .social_btn-linkedin:active {
  background: #006288; }

.social_btn-whatsapp {
  background: #43d854; }

.social_btn-whatsapp:hover, .social_btn-whatsapp:active {
  background: #009688; }

.social_btn-social {
  -webkit-font-smoothing: antialiased;
  font-size: 12px; }

header .apply-btn {
  margin-right: 7em !important; }

.toggle_search {
  position: absolute;
  z-index: 1012;
  top: 40px;
  padding: 0;
  right: 85px;
  width: 52px;
  height: 52px;
  background: transparent url("../images/search-icon.png") 11px 11px no-repeat; }

#nav-icon {
  display: initial;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer; }

.fixed-nav {
  animation: smoothScroll 0.6s forwards; }

#nav-icon {
  position: fixed;
  z-index: 1012;
  top: 32px;
  padding: 20px 10px;
  right: 15px; }
  #nav-icon span {
    display: block;
    position: relative;
    height: 6px;
    width: 40px;
    background: #3a3939;
    opacity: 1;
    right: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 0; }

#nav-icon span:nth-child(2) {
  top: 6px; }

#nav-icon span:nth-child(3) {
  top: 12px; }

#nav-icon.open {
  -webkit-animation: slideInRight 1s;
  animation: slideInRight 1s; }

#nav-icon.open span:nth-child(1) {
  top: 0;
  background: #ffffff;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg); }

#nav-icon.open span:nth-child(2) {
  opacity: 0; }

#nav-icon.open span:nth-child(3) {
  top: -11px;
  background: #ffffff;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

#videoModal .modal-dialog .modal-content .modal-body .close {
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 3px; }

.modal-box {
  display: none;
  position: fixed;
  z-index: 1010;
  width: 100%;
  height: 100%;
  background-clip: padding-box; }

.modal-box .modal-header {
  padding: 0.5em 4em;
  background: #3d8a94;
  border: transparent; }

.modal-box header {
  padding: 8px 0 0 8px; }
  .modal-box header img {
    padding-right: 10px; }

.modal-box .modal-body {
  padding: 2em .5em;
  width: 100%; }

.modal-body {
  background-color: #000; }

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: #3d8a94 !important; }

.close {
  line-height: 1;
  color: white;
  font-size: 3.5em;
  position: absolute;
  top: 0;
  right: 15px;
  text-decoration: none;
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  font-family: -webkit-body; }

.close:hover {
  opacity: 1;
  color: #ffffff;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fixed-header {
 position: fixed; 
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 25px 1px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 10px 25px 1px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 10px 25px 1px rgba(0, 0, 0, 0.48);
  margin: 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
/*   animation: smoothScroll .6s forwards; */
}

.rf_active {
  padding-top: 65px; }
  .rf_active .fixed-header {
    top: 65px; }

.single .entry-content h3, .single .widget-area h3, .page .entry-content h3, .page .widget-area h3, .blog .entry-content h3, .blog .widget-area h3 {
  margin: 20px 0; }
.single .entry-content a, .single .widget-area a, .page .entry-content a, .page .widget-area a, .blog .entry-content a, .blog .widget-area a {
  color: #ff5110;
  -webkit-transition: all 0.3s ease-in-out;
  moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .single .entry-content a:hover, .single .widget-area a:hover, .page .entry-content a:hover, .page .widget-area a:hover, .blog .entry-content a:hover, .blog .widget-area a:hover {
    color: #3a3939; }
  .single .entry-content a.btn-primary, .single .widget-area a.btn-primary, .page .entry-content a.btn-primary, .page .widget-area a.btn-primary, .blog .entry-content a.btn-primary, .blog .widget-area a.btn-primary {
    color: #ffffff;
    background: #ff5110;
    border-color: #ff5110;
    padding: 13px 26px;
    border-radius: 0; }
    .single .entry-content a.btn-primary:hover, .single .widget-area a.btn-primary:hover, .page .entry-content a.btn-primary:hover, .page .widget-area a.btn-primary:hover, .blog .entry-content a.btn-primary:hover, .blog .widget-area a.btn-primary:hover {
      background: #ffffff;
      color: #ff5110;
      border-color: #ff5110; }
.single .entry-content td, .single .widget-area td, .page .entry-content td, .page .widget-area td, .blog .entry-content td, .blog .widget-area td {
  padding: 0 10px; }
.single .list-subpages, .page .list-subpages, .blog .list-subpages {
  padding: 0; }
  .single .list-subpages li, .page .list-subpages li, .blog .list-subpages li {
    list-style-type: none; }
    .single .list-subpages li a, .page .list-subpages li a, .blog .list-subpages li a {
      padding-bottom: 3px;
      margin: 10px 0; }

.form-control:focus, .btn.focus, .btn:focus {
  border-color: #ff5110;
  box-shadow: 0 0 0 0.2rem rgba(255, 81, 16, 0.25); }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background: #ff5110;
  border: transparent;
  color: #ffffff;
  padding: 10px 20px; }

table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  padding: 8px !important;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd; }

.campus {
  font-size: 1.5rem;
  color: #ffffff;
  background: #ff5110; }

.courses-bg {
  position: absolute;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-filter: brightness(60%);
  /* Safari 6.0 - 9.0 */
  filter: brightness(60%); }

.no-comments {
  display: none; }

.readmore {
  padding: 10px 20px;
  border: 1px solid;
  float: right; }

.nav-icon-mobile {
  display: block !important; }

#site-search-wrapper {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background-color: #dadada; }
  #site-search-wrapper form {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0; }
    #site-search-wrapper form input[type="search"] {
      width: calc(100% - 140px);
      height: 45px;
      padding: 5px 10px 5px 25px;
      font-size: 16px;
      border: 1px solid #ffffff; }
    #site-search-wrapper form button {
      height: 45px;
      min-width: 140px;
      margin: 0;
      padding: 0;
      color: #ffffff;
      background-color: #ff5110;
      border: 1px solid #ff5110;
      cursor: pointer;
      text-align: center; }
      #site-search-wrapper form button:hover, #site-search-wrapper form button:focus {
        color: #ff5110;
        background-color: #ffffff; }

.searchwp-live-search-results {
  z-index: 99999999999 !important;
  margin: -3px 0 0 0 !important; }
  .searchwp-live-search-results .searchwp-live-search-result a {
    color: #0b4675; }
  .searchwp-live-search-results .searchwp-live-search-result p:hover, .searchwp-live-search-results .searchwp-live-search-result p:focus {
    color: #ffffff;
    background-color: #ff5110; }
    .searchwp-live-search-results .searchwp-live-search-result p:hover a, .searchwp-live-search-results .searchwp-live-search-result p:focus a {
      color: #ffffff;
      background-color: #ff5110; }

#site-search-wrapper-slide form {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 20px; }
  #site-search-wrapper-slide form input[type="search"] {
    width: 100%;
    height: 42px;
    padding: 4px 50px 4px 8px;
    font-size: 14px;
    border: 1px solid #ffffff; }
  #site-search-wrapper-slide form button {
    position: absolute;
    top: 5px;
    right: 25px;
    height: 32px;
    width: 32px;
    margin: 0;
    padding: 0;
    text-indent: -9000em;
    font-size: 1px;
    color: #ffffff;
    background: #ffffff url("../images/search-icon.png") center center no-repeat;
    border: 1px solid #ffffff;
    background-size: cover;
    cursor: pointer;
    text-align: center; }

.search-results section {
  padding-bottom: 50px; }
.search-results header.page-header {
  padding: 75px 0 42px 0; }
.search-results h2 {
  width: 95% !important;
  max-width: 500px !important;
  margin-bottom: 32px !important;
  font-size: 24px !important; }
.search-results article {
  padding: 0 30px 10px 30px; }
  .search-results article h3 {
    font-size: 19px !important; }
    .search-results article h3 a {
      color: #ff5110; }
  .search-results article p {
    font-size: 15px !important; }
    .search-results article p a {
      color: #ff5110;
      font-size: 12px !important; }
  .search-results article .post_subtitle {
    margin-top: -5px;
    padding-bottom: 8px;
    font-size: 12px !important;
    font-weight: bold; }
    .search-results article .post_subtitle a {
      color: #3a3939; }
      .search-results article .post_subtitle a:hover, .search-results article .post_subtitle a:focus {
        color: #ff5110; }

/* Media querries*/
@media only screen and (max-width: 375px) {
  #nav-icon {
    top: 32px;
    padding: 20px 10px;
    right: 2px; }
    #nav-icon span {
      height: 5px;
      width: 32px;
      right: 4px; }

  .toggle_search {
    right: 55px;
    width: 44px;
    height: 44px;
    background: transparent url("../images/search-icon.png") 9px 9px no-repeat; }

  #site-search-wrapper form input[type="search"] {
    width: calc(100% - 90px);
    height: 42px;
    font-size: 13px; }

  #site-search-wrapper form button {
    height: 42px;
    min-width: 90px;
    font-size: 13px; } }
@media only screen and (max-width: 600px) {
  #site-search-wrapper form input[type="search"] {
    width: calc(100% - 110px);
    height: 44px;
    padding: 5px 5px 5px 5px;
    font-size: 15px; }

  #site-search-wrapper form button {
    height: 44px;
    min-width: 110px;
    font-size: 15px; } }
@media screen and (min-width: 1024px) {
  .only-mobile {
    display: none; }

  .courses-banner h1 {
    height: 200px; }

  h2 {
    width: 29.69rem; }

  .social_btn-whatsapp {
    display: none !important; }

  .campus {
    position: absolute;
    right: -15px;
    bottom: 128px; } }
@media only screen and (max-width: 1200px) {
  header .apply-btn {
    position: relative;
    right: 9%;
    margin-right: 3em !important; }
    header .apply-btn .btn-primary {
      padding: 13px 20px; }
  header .main-menu {
    left: -50px;
    position: relative;
    width: auto !important; }
  header .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
    header .navbar-expand-xl .navbar-nav .nav-link {
      padding: 10px; }
    header .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute; }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .slide-menu {
    width: 50%; } }
@media only screen and (min-width: 768px) {
  .courses-section h2 {
    margin-right: 29.69rem !important; } }
@media only screen and (max-width: 930px) {
  .only-mobile {
    display: inherit; }

  .nav-wrapper {
    height: 205px !important; }

  header .main-menu {
    display: none; }
  header .apply-btn {
    width: 100%;
    opacity: 1;
    margin: 0;
    margin-right: 0 !important;
    right: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
    header .apply-btn a {
      width: 100%; }

  .fixed-header .apply-btn {
    opacity: 0; }
    .fixed-header .apply-btn a {
      display: none; }

  #homepage-banner .flexslider .content-area {
    left: 3%;
    top: 40%; }
    #homepage-banner .flexslider .content-area h1 {
      font-size: 2rem; }

  .student-boxes-section .stundent-boxes .stundent-boxes-image {
    background-size: cover !important;
    margin: 1px 0 !important; }

  .student-boxes-section .student-info-btn a {
    border: 1px solid #ff5110; }

  .student-boxes-section .student-info-btn a:before, .faq-section .faq-btn a:before, .faq-section .faq-btn a:after {
    display: none; }

  .faq-section .faq-article .question-sign {
    top: 50%;
    transform: translateY(-50%); }
  .faq-section .faq-article .plus-sign {
    top: 50%;
    transform: translateY(-50%); }
  .faq-section .faq-btn a {
    border: 1px solid #ff5110; } }
@media only screen and (max-width: 767px) {
  .nav-wrapper {
    height: 180px !important; }

  .bar-socials {
    top: 250px; }

  .courses-grid [class*='courses-categ-'] {
    min-height: 200px; }

  .faq-section .faq-article .question-sign {
    left: 25px; }
  .faq-section .faq-article .plus-sign {
    display: none; }

  .footer-logo img {
    width: 100px; }

  .site-footer .footer-socials ul {
    right: 30px;
    width: 100%; }

  .slide-menu {
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%; } }
@media (max-width: 480px) {
  #homepage-banner .flexslider .slides > li img {
    position: absolute;
    height: 100%;
    background-size: contain; }

  h1 {
    font-size: 2rem !important; }

  .faq-section .faq-article .question-sign {
    left: 5px; }

  .slide-menu {
    width: 75%; }

  .site-footer .footer-socials ul li .socials-facebook, .site-footer .footer-socials ul li a {
    padding: 0.35rem .7rem; }

  .site-footer #footer-widget .widget_nav_menu {
    text-align: left; }
    .site-footer #footer-widget .widget_nav_menu .flex-column li > a {
      font-size: 14px;
      padding: 0 5px; }

  .courses-categ-title a::after, .list-subpages a::after {
    display: none; }

  #catapult-cookie-bar .ctcc-inner {
    display: grid;
    text-align: center; }
    #catapult-cookie-bar .ctcc-inner .ctcc-right-side {
      margin-top: 20px; } }
@media (max-width: 321px) {
  .student-boxes-section .student-info-btn a {
    padding: 5px 2px; }

  .site-footer .footer-socials ul li .socials-facebook, .site-footer .footer-socials ul li a {
    padding: 0.15rem 0.2rem; }

  .site-footer #footer-widget .widget_nav_menu .flex-column li > a {
    font-size: 12px; } }
@keyframes smoothScroll {
  0% {
    transform: translateY(-30px); }
  100% {
    transform: translateY(0px); } }
.list-of-lists {
  list-style-type: none;
  vertical-align: top; }
  .list-of-lists li {
    display: inline-block;
    zoom: 1;
    width: 33.333%;
    margin-bottom: 35px;
    padding-right: 25px;
    vertical-align: top; }
  .list-of-lists h3 {
    margin: 0 20px 10px 0;
    padding-bottom: 4px;
    font-size: 1.5rem;
    border-bottom: 1px dotted #58585b; }
    .list-of-lists h3 a {
      color: #3a3939; }
      .list-of-lists h3 a:hover, .list-of-lists h3 a:focus {
        color: #ff5110; }
  .list-of-lists article.single-course {
    margin: 0 0 7px 0; }
    .list-of-lists article.single-course h5.courses-categ-title a {
      position: relative;
      padding: 4px 0 4px 23px;
      font-size: 0.95rem;
      border: none !important; }
      .list-of-lists article.single-course h5.courses-categ-title a::after {
        top: 9px;
        right: inherit;
        left: 0;
        width: 14px;
        height: 10px;
        background: transparent url("../images/chevron-right.png") 0 0 no-repeat;
        content: ' ' !important; }

@media only screen and (max-width: 1200px) {
  .list-of-lists li {
    width: 50%; } }
@media only screen and (max-width: 768px) {
  .list-of-lists li {
    width: 100%;
    margin-bottom: 30px; }

  .list-of-lists article.single-course h5.courses-categ-title a {
    font-size: 0.9rem; } }
@media only screen and (max-width: 480px) {
  .list-of-lists article.single-course h5.courses-categ-title a::after {
    display: block !important; } }

/*# sourceMappingURL=main.css.map */


#nav-icon.open {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.sidebar-icon{
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: max-content;
  position: fixed;
  right: 32px;
  height: 33px;
  z-index: 9;
  margin-top: -10px;
  margin-right: -3px;
  cursor: pointer;
}
.sidebar-icon span{
  width: 40px;
  height: 6px;
  background: #fff;
  position: relative;
}
.sidebar-icon span:nth-child(1) {
  top: 14px;
  background: #ffffff;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.sidebar-icon span:nth-child(2) {
  opacity: 0;
}
.sidebar-icon span:nth-child(3) {
  top: -8px;
  background: #ffffff;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (max-width: 1024px) {
  .sidebar-icon {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .sidebar-icon {
    margin-top: 40px;
  }
  .toggle_search {
    z-index: 999 !important;
  }
}

a.socials-twitter svg {
    width: 21px;
    height: auto;
}

/*.site-footer .footer-socials ul li a:hover.socials-twitter{
  color: #ffffff;
  background: #000000;
}
.site-footer .footer-socials ul li a svg:hover{
  fill: white !important;
}*/