/* [Master Stylesheet] */
/* ----------------------------------------------------------
    :: Template
    :: Author: Turbo
    :: Author URL:
    :: Version: 1.0
    :: Created: 03 2021
    :: Last Updated: 03 2021
    ---------------------------------------------------------- */
/* -------------------------------------------------
    ============ PLACE YOUR CUSTOM CSS HERE ============
    ------------------------------------------------- */
/*start my style */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

@font-face {
  font-family: myFont;
  src: url(../fonts/Expo-Arabic-Book.ttf);
}

@font-face {
  font-family: myBoldFont;
  src: url(../fonts/Expo-Arabic-Bold.ttf);
}

body {
  font-family: 'myFont', sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  background: #000;
}

a {
  text-decoration: none !important;
}

button {
  border-radius: 0 !important;
  padding: 10px 25px !important;
  outline: none !important;
}

.all img.side-h {
  position: absolute;
  right: 0;
  top: 0;
}

.all img.logo-black {
  position: absolute;
  left: 30px;
  top: 30px;
}

.all img.choose {
  position: absolute;
  left: 160px;
  bottom: 200px;
}

.all nav {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
}

.all nav .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.all nav li.search {
  background: #000;
  color: #fff;
  width: 65px;
  text-align: center;
}

.all nav li.search a {
  padding-left: 15px;
  padding-right: 15px;
}

.all nav li.search i {
  color: #fff;
}

.all .navbar-default .navbar-nav > .active > a,
.all .navbar-default .navbar-nav > .active > a:focus,
.all .navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #fe521d;
}

.all .nav > li > a {
  position: relative;
  display: block;
  padding: 20px 35px;
}

.all .navbar-default .navbar-nav > li > a {
  color: #004040;
  font-size: 17px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.all .navbar-default .navbar-nav > li > a:hover {
  color: #fe521d;
}

.modal-content {
  border-radius: 0;
  background: #000000b0;
}

.modal-content .modal-header {
  border-bottom: 1px solid #2b2b2b;
}

.modal-content .modal-footer {
  border-top: 1px solid #2b2b2b;
}

.modal-content button.close {
  padding: 0 !important;
  color: #fff;
  opacity: .7;
  font-size: 24px;
}

.modal-content button.close:hover {
  color: #fe521d;
}

.modal-content input {
  outline: none;
  border: 1px solid #303030;
  background: #303030;
  padding: 10px;
  color: #fff;
}

.modal-content input::-webkit-input-placeholder {
  color: #bdbbbb;
}

.modal-content input:-ms-input-placeholder {
  color: #bdbbbb;
}

.modal-content input::-ms-input-placeholder {
  color: #bdbbbb;
}

.modal-content input::placeholder {
  color: #bdbbbb;
}

.modal-title {
  color: #fff;
  font-family: "myBoldFont", sans-serif;
}

.btn-primary {
  color: #fff;
  background-color: #fe521d;
  border-color: #fe521d;
  border-radius: 0;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #a13312;
  border-color: #a13312;
}

.carousel.slide {
  height: 100vh;
  overflow: hidden;
}

.about {
  background-image: url(../images/about/about-bg.png);
  background-size: contain;
  height: 600px;
  margin-top: 80px;
  position: relative;
}

.about .about-box {
  background: #fff;
  padding: 50px 30px;
  width: 42%;
  position: absolute;
  right: 0;
  top: 100px;
}

.about .about-box h4 {
  color: #fe521d;
  font-size: 26px;
  font-family: "myBoldFont", sans-serif;
  margin-bottom: 30px;
}

.about .about-box p {
  line-height: 1.8;
  color: #004040;
  font-size: 17px;
}

.tracks {
  padding: 60px 0;
  overflow-x: hidden;
}

.tracks h3 {
  margin-top: 335px;
  color: #fff;
  font-size: 36px;
  font-family: "myBoldFont", sans-serif;
  padding-right: 35%;
  position: relative;
}

.tracks h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 25px;
  background: #fe521d;
  width: 30%;
  right: 0;
  top: 8px;
}

.tracks .col-lg-6.spec {
  padding: 0;
}

.tracks .col-sm-6.spec {
  padding-left: 30px;
}

.tracks .track-box {
  padding: 20px;
  background: #fff;
  margin: 1px;
  min-height: 355px;
}

.tracks .track-box a {
  text-decoration: none;
  cursor: pointer;
}

.tracks .track-box h4 {
  color: #004040;
  font-family: "myBoldFont", sans-serif;
  margin-bottom: 15px;
  position: relative;
  padding-right: 20px;
  font-size: 18px;
}

.tracks .track-box h4::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 30px;
  background: #fe521d;
  width: 12px;
  right: 0;
  top: -5px;
}

#tracks .col-sm-6.spec {
  padding-left: 0;
}

ul.shekh li {
  font-size: 16px;
  background: #fff;
  padding: 10px 5px;
  margin-bottom: 4px;
  font-family: "myBoldFont", sans-serif;
}

ul.shekh li a {
  color: #fe521d;
}

.special-tracks {
  padding: 80px 0;
}

.special-tracks .col-lg-6.spc {
  padding-right: 30px;
}

.special-tracks .col-sm-4.white {
  background: #fff;
  text-align: center;
  height: 242.5px;
}

.special-tracks .col-sm-4.white h4 {
  line-height: 222px;
  color: #004040;
  font-family: "myBoldFont", sans-serif;
  font-size: 22px;
  position: relative;
}

.special-tracks .col-sm-4.white h4::before {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  background: #fe521d;
  width: 50%;
  right: -15px;
  bottom: 70px;
}

.special-tracks .col-sm-4.orange {
  background: #fe521d;
  text-align: center;
  height: 242.5px;
  line-height: 242.5px;
}

.special-tracks .col-sm-4.black {
  background: #000;
  text-align: center;
  height: 242.5px;
  line-height: 242.5px;
}

.special-tracks .col-sm-4.img {
  padding: 0;
  height: 242.5px;
}

.special-tracks .col-sm-4.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.special-tracks .col-lg-6.sec {
  margin-top: 242.5px;
}

.special-tracks .col-lg-6.sec h1 {
  background: #fe521d;
  font-size: 50px;
  font-family: "myBoldFont", sans-serif;
  margin: 0;
  text-align: center;
  padding: 94px 0;
}

footer {
  padding: 40px 0;
}

footer .contact-box {
  margin-top: 95px;
  padding: 60px 40px;
  background: #fff;
}

footer .contact-box h4 {
  color: #004040;
  font-size: 30px;
  font-family: "myBoldFont", sans-serif;
  margin-bottom: 40px;
  position: relative;
}

footer .contact-box h4::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 15px;
  background: #fe521d;
  width: 100px;
  right: 60px;
  bottom: 5px;
}

footer .contact-box h4::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 15px;
  background: #fe521d;
  width: 100px;
  left: 60px;
  bottom: 5px;
}

footer .contact-box p {
  color: #004040;
  font-size: 17px;
  line-height: 1.7;
}

footer .contact-box ul {
  margin-top: 60px;
}

footer .contact-box i {
  color: #fff;
  background: #fe521d;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  border-radius: 8px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

footer .contact-box i:hover {
  -webkit-box-shadow: 0 0 19px #fe521d;
          box-shadow: 0 0 19px #fe521d;
}

footer .contact-box h5 {
  margin-top: 50px;
  color: #004040;
  font-size: 20px;
  font-family: "myBoldFont", sans-serif;
}

footer .contact-box a {
  text-decoration: none;
  color: #004040;
}

footer .sec h2 {
  font-size: 32px;
  font-family: "myBoldFont", sans-serif;
  position: relative;
  padding-right: 30px;
  margin-bottom: 40px;
}

footer .sec h2::before {
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  background: #fe521d;
  width: 15px;
  right: 0px;
  bottom: -5px;
}

footer .sec input {
  outline: none;
  border: 1px solid #303030;
  background: #303030;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
}

footer .sec input::-webkit-input-placeholder {
  color: #bdbbbb;
}

footer .sec input:-ms-input-placeholder {
  color: #bdbbbb;
}

footer .sec input::-ms-input-placeholder {
  color: #bdbbbb;
}

footer .sec input::placeholder {
  color: #bdbbbb;
}

footer .sec textarea {
  outline: none;
  border: 1px solid #303030;
  background: #303030;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
  min-height: 300px;
  resize: none;
}

footer .sec textarea::-webkit-input-placeholder {
  color: #bdbbbb;
}

footer .sec textarea:-ms-input-placeholder {
  color: #bdbbbb;
}

footer .sec textarea::-ms-input-placeholder {
  color: #bdbbbb;
}

footer .sec textarea::placeholder {
  color: #bdbbbb;
}

footer .sec button {
  background: #fe521d;
  border: 2px solid #fe521d;
  padding: 10px 80px !important;
  font-size: 18px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

footer .sec button:hover {
  background: transparent;
  color: #fe521d;
}

footer .sec .footer-logo {
  margin-top: 60px;
  width: 25%;
}

footer .sec ul {
  margin-top: 30px;
}

footer .sec ul a {
  color: #fff;
  font-size: 16px;
  font-family: "myBoldFont", sans-serif;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

footer .sec ul a:hover {
  color: #fe521d;
}

footer .sec ul li {
  margin-left: 15px;
  margin-right: 15px;
}

.new-tracks h5 {
  text-align: center;
  font-size: 32px;
  font-family: "myBoldFont", sans-serif;
  margin-bottom: 80px;
  position: relative;
}

.new-tracks h5::before {
  content: "";
  display: inline;
  position: absolute;
  height: 10px;
  background: #fe521d;
  width: 40%;
  right: 0px;
  bottom: 10px;
}

.new-tracks h5::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 10px;
  background: #fe521d;
  width: 40%;
  left: 0px;
  bottom: 10px;
}

.new-tracks .track-box {
  margin: 0;
  width: 24%;
  margin-left: 1%;
}

.new-tracks .track-box.sec {
  margin-top: 80px;
}

.new-tracks .track-box h4 {
  color: #fe521d;
}

.new-tracks .track-box ul {
  margin-top: 20px;
}

.new-tracks .track-box ul li {
  color: #004040;
  position: relative;
  font-size: 16px;
  font-family: "myBoldFont", sans-serif;
  padding-right: 30px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
}

.new-tracks .track-box ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 30px;
  background: #fe521d;
  width: 12px;
  right: 0px;
  bottom: 10px;
}

.new-tracks .track-box ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.new-tracks .track-box ul li a {
  color: #004040;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.new-tracks .track-box ul li a:hover {
  color: #111;
}

.single-track {
  padding: 80px 0;
}

.single-track h3 {
  padding-right: 140px;
  font-size: 24px;
  font-family: "myBoldFont", sans-serif;
  margin-bottom: 40px;
  position: relative;
}

.single-track h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 15px;
  background: #fe521d;
  width: 8%;
  right: 0px;
  bottom: 2px;
}

.single-track p {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 10px;
}

.single-track .tabs-box {
  padding: 40px 40px;
  margin-top: 40px;
}

.single-track .tabs-box .nav-tabs {
  border-bottom: none;
}

.single-track .tabs-box .nav-tabs > li {
  width: 25%;
  text-align: center;
  border-radius: 0;
}

.single-track .tabs-box .nav-tabs > li a {
  border-radius: 0;
  border: none;
  font-size: 17px;
  font-family: "myBoldFont", sans-serif;
  padding: 15px;
  background: #fff;
  color: #004040;
}

.single-track .tabs-box .nav-tabs > li.active > a,
.single-track .tabs-box .nav-tabs > li.active > a:focus,
.single-track .tabs-box .nav-tabs > li.active > a:hover {
  background-color: #fe521d;
  color: #fff;
}

.single-track .tabs-box .tab-content .table-box {
  padding: 20px;
  margin-top: 10px;
  background: #fff;
  color: #004040;
  margin-bottom: 30px;
}

.single-track .tabs-box .tab-content .table-box h4 {
  text-align: center;
  color: #222;
  font-size: 22px;
  font-family: "myBoldFont", sans-serif;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.single-track .tabs-box .tab-content .table-box h4::after {
  content: "";
  display: block;
  height: 8px;
  background: #fe521d;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.single-track .tabs-box .tab-content .table-box table td,
.single-track .tabs-box .tab-content .table-box table th {
  color: #222 !important;
  vertical-align: middle;
}

.single-track .tabs-box .tab-content .table-box table th {
  padding: 20px 10px;
  text-align: center;
  font-size: 18px;
  font-family: "myBoldFont", sans-serif;
}

.single-track .tabs-box .tab-content .table-box table td.spec {
  text-align: center;
  background: #F3F3F3;
  padding-right: 10px;
}

.single-track .tabs-box .tab-content .table-box table td.big {
  text-align: center;
}

.single-track .tabs-box .tab-content .table-box table td {
  position: relative;
  padding: 12px 10px;
  padding-right: 30px;
}

.single-track .tabs-box .tab-content .table-box table td.step-one::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 13px;
  width: 13px;
  background: #FF2121;
  right: 10px;
  border-radius: 50%;
  bottom: 17px;
}

.single-track .tabs-box .tab-content .table-box table td.step-two::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 13px;
  width: 13px;
  background: #0EB124;
  right: 10px;
  border-radius: 50%;
  bottom: 17px;
}

.single-track .tabs-box .tab-content .table-box table td.step-three::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 13px;
  width: 13px;
  background: #1062EF;
  right: 10px;
  border-radius: 50%;
  bottom: 17px;
}

.single-track .tabs-box .tab-content .table-box ul li {
  margin-left: 40px;
  padding-right: 40px;
  margin-top: 10px;
  position: relative;
  color: #000;
  font-family: "myBoldFont", sans-serif;
  font-size: 15px;
}

.single-track .tabs-box .tab-content .table-box ul li.step-one::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 20px;
  background: #FF2121;
  right: 10px;
  border-radius: 50%;
  bottom: 3px;
}

.single-track .tabs-box .tab-content .table-box ul li.step-two::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 20px;
  background: #0EB124;
  right: 10px;
  border-radius: 50%;
  bottom: 3px;
}

.single-track .tabs-box .tab-content .table-box ul li.step-three::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 20px;
  background: #1062EF;
  right: 10px;
  border-radius: 50%;
  bottom: 3px;
}

.single-track .tabs-box .tab-content .col-title {
  padding: 20px 10px;
  text-align: center;
  font-size: 18px;
  font-family: "myBoldFont", sans-serif;
  color: #000;
  border: 1px solid #ddd;
  margin-bottom: 0;
  border-bottom: none;
  border-bottom: 2px solid #ddd;
}

.single-track .tabs-box .tab-content ul.col-desc li {
  color: #000;
  position: relative;
  padding: 12px 10px;
  padding-right: 30px;
  margin: 0;
  font-family: 'myFont', sans-serif;
  border: 1px solid #ddd;
  border-bottom: none;
}

.single-track .tabs-box .tab-content ul.col-desc li:last-child {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.single-track .tabs-box .tab-content ul.col-desc li.special-header {
  text-align: center;
  background: #F3F3F3;
  padding-right: 10px;
  font-size: 18px;
  padding: 10px;
}

.single-track .tabs-box .tab-content ul.col-desc li.no-item {
  text-align: center;
}

.single-track .tabs-box .tab-content ul.col-desc .process-one::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 13px;
  width: 13px;
  background: #FF2121;
  right: 10px;
  border-radius: 50%;
  top: 30%;
}

.single-track .tabs-box .tab-content ul.col-desc .process-two::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 13px;
  width: 13px;
  background: #0EB124;
  right: 10px;
  border-radius: 50%;
  top: 30%;
}

.single-track .tabs-box .tab-content ul.col-desc .process-three::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 13px;
  width: 13px;
  background: #1062EF;
  right: 10px;
  border-radius: 50%;
  top: 30%;
}

.single-lesson {
  padding: 60px 0;
}

.single-lesson .breadcrumb {
  position: relative;
  background: transparent;
  border-radius: 0;
  padding-right: 100px;
  font-size: 22px;
  font-family: "myBoldFont", sans-serif;
  margin-bottom: 40px;
}

.single-lesson .breadcrumb::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 15px;
  background: #fe521d;
  width: 80px;
  right: 0px;
  top: 30%;
}

.single-lesson .breadcrumb a {
  color: #fff;
}

.single-lesson .breadcrumb li + li:before {
  color: #fe521d;
  padding: 0 15px;
}

.single-lesson .breadcrumb > .active {
  color: #adaaaa;
}

.single-lesson h3.lesson-title {
  padding: 40px 20px;
  background: #fff;
  color: #fe521d;
  font-family: "myBoldFont", sans-serif;
  text-align: center;
  margin: 0;
}

.single-lesson p.lesson-subtitle {
  font-size: 15px;
  line-height: 1.6;
  opacity: .8;
}

.single-lesson .lesson-box {
  padding: 40px 40px;
  margin-top: 40px;
}

.single-lesson .lesson-box .nav-tabs {
  border-bottom: none;
}

.single-lesson .lesson-box .nav-tabs > li {
  width: 33.3333%;
  text-align: center;
  border-radius: 0;
}

.single-lesson .lesson-box .nav-tabs > li a {
  border-radius: 0;
  border: none;
  font-size: 17px;
  font-family: "myBoldFont", sans-serif;
  padding: 15px;
  background: #fff;
  color: #004040;
}

.single-lesson .lesson-box .nav-tabs > li a i {
  color: #fe521d;
  margin-left: 5px;
  font-size: 24px;
}

.single-lesson .lesson-box .nav-tabs > li.active > a,
.single-lesson .lesson-box .nav-tabs > li.active > a:focus,
.single-lesson .lesson-box .nav-tabs > li.active > a:hover {
  background-color: #fe521d;
  color: #fff;
}

.single-lesson .lesson-box .nav-tabs > li.active > a i,
.single-lesson .lesson-box .nav-tabs > li.active > a:focus i,
.single-lesson .lesson-box .nav-tabs > li.active > a:hover i {
  color: #fff;
}

.single-lesson .lesson-box .info-box {
  padding: 20px;
  margin-top: 10px;
  background: #fff;
  color: #004040;
  margin-bottom: 30px;
}

.single-lesson .lesson-box .info-box ul.sidebar li {
  background-color: #F3F3F3;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.single-lesson .lesson-box .info-box ul.sidebar li a {
  color: #004040;
}

.single-lesson .lesson-box .info-box ul.sidebar li.active {
  background-color: #fff;
}

.single-lesson .lesson-box .info-box ul.sidebar li.active a {
  color: #fe521d;
}

.single-lesson .lesson-box .info-box .data-box {
  margin-bottom: 60px;
}

.single-lesson .lesson-box .info-box .data-box h2.lesson-subject {
  color: #004040;
  font-family: "myBoldFont", sans-serif;
  font-size: 20px;
  position: relative;
  padding-right: 30px;
  margin-bottom: 20px;
}

.single-lesson .lesson-box .info-box .data-box h2.lesson-subject::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 30px;
  background: #fe521d;
  width: 12px;
  right: 0px;
  top: -7px;
}

.single-lesson .lesson-box .info-box .data-box iframe {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  height: 400px;
}

.single-lesson .lesson-box .info-box .data-box h5 {
  background: #F3F3F3;
  margin: 0;
  padding: 13.5px 10px;
  color: #555;
  word-break: break-all;
}

.single-lesson .lesson-box .info-box .data-box button.copy {
  background: #fe521d;
  color: #fff;
  border: 1px solid #fe521d;
  border-radius: 0;
  margin-right: -20px;
  padding-right: 40px !important;
  padding-left: 40px !important;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}

.single-lesson .lesson-box .info-box .data-box audio {
  width: 93%;
}

.single-lesson {
  padding: 60px 0;
  padding-bottom: 0;
}

.single-lesson .lesson-box {
  padding-bottom: 0;
}

footer h4 {
  margin-top: 20px;
  color: #bbb;
  font-size: 16px;
}

.single-track {
  padding-bottom: 0;
}

.single-track .tabs-box {
  padding-bottom: 0;
}

/*start loading*/
.loading-overlay {
  background: #000;
  color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}

.sk-chase {
  margin: 23% auto;
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-animation: sk-chase 2.5s infinite linear both;
          animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: sk-chase-dot 2.0s infinite ease-in-out both;
          animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
          animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

@-webkit-keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*end loading*/
.carousel.slide.inner-header {
  height: 21vh;
}

.logo-loader {
  margin-top: 44vh;
  position: relative;
  width: 120px;
}

.loader-dots {
  position: absolute;
  width: 30px;
  height: 10px;
  background: #fe521d;
  top: 44vh;
  left: 47.5%;
  -webkit-animation: moving-3 1s 1 linear forwards;
          animation: moving-3 1s 1 linear forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.sk-chase {
  display: none;
}

@-webkit-keyframes moving-1 {
  0% {
    top: 42vh;
  }
  25% {
    top: 45vh;
  }
  50% {
    top: 43vh;
  }
  75% {
    top: 47vh;
  }
  100% {
    top: 42%;
  }
}

@keyframes moving-1 {
  0% {
    top: 42vh;
  }
  25% {
    top: 45vh;
  }
  50% {
    top: 43vh;
  }
  75% {
    top: 47vh;
  }
  100% {
    top: 42%;
  }
}

@-webkit-keyframes moving-2 {
  0% {
    top: 42vh;
    left: 48%;
  }
  50% {
    top: 44vh;
    left: 46%;
  }
  100% {
    top: 42vh;
    left: 48%;
  }
}

@keyframes moving-2 {
  0% {
    top: 42vh;
    left: 48%;
  }
  50% {
    top: 44vh;
    left: 46%;
  }
  100% {
    top: 42vh;
    left: 48%;
  }
}

@-webkit-keyframes moving-3 {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  25% {
    -webkit-transform: scaleY(2);
            transform: scaleY(2);
  }
  50% {
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2);
  }
  75% {
    -webkit-transform: scaleY(2);
            transform: scaleY(2);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes moving-3 {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  25% {
    -webkit-transform: scaleY(2);
            transform: scaleY(2);
  }
  50% {
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2);
  }
  75% {
    -webkit-transform: scaleY(2);
            transform: scaleY(2);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

/* Responsive */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  html {
    overflow-x: hidden;
  }
  .item img {
    height: 100vh !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .all img.choose {
    left: 30px;
    bottom: 100px;
    width: 190px;
  }
  .all nav {
    right: 0px;
  }
  .navbar-toggle {
    padding: 9px 10px !important;
    margin-left: 30px;
    margin-right: 30px;
  }
  .all nav li.search {
    width: unset;
  }
  .about .about-box {
    padding: 10px 20px;
    width: 80%;
    top: 100px;
  }
  .about {
    background-repeat: no-repeat;
    height: 900px;
  }
  .orange,
  .black {
    display: none;
  }
  .tracks .track-box {
    padding-right: 30px;
  }
  .special-tracks .col-sm-4.img {
    padding: 0;
    height: 242.5px;
    clear: both;
  }
  .special-tracks .col-lg-6.sec {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .special-tracks .col-lg-6.sec h1 {
    font-size: 32px;
    padding: 15px 0;
  }
  footer {
    padding-bottom: 10px;
  }
  footer .contact-box {
    margin-top: 0px;
    padding: 40px 15px;
    margin-bottom: 30px;
  }
  .special-tracks {
    padding: 40px 0;
  }
  footer .contact-box h4::before {
    width: 60px;
    right: 40px;
  }
  footer .contact-box h4::after {
    content: "";
    width: 60px;
    left: 40px;
  }
  footer .sec {
    padding: 30px;
  }
  footer .sec ul {
    text-align: center;
  }
  footer .sec ul a {
    font-size: 13px;
  }
  footer .sec ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .new-tracks h5::before,
  .new-tracks h5::after {
    width: 30%;
  }
  .new-tracks .track-box {
    width: 100%;
    margin-left: unset;
    margin-bottom: 20px;
    padding-right: 20px;
  }
  .new-tracks .track-box.sec {
    margin-top: unset;
  }
  .special-tracks .col-sm-4.white h4 {
    height: 100%;
  }
  .special-tracks .col-sm-4.white h4::before {
    bottom: 95px;
  }
  .single-track h3 {
    padding-right: 50px;
  }
  .single-track p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-track .tabs-box {
    padding: 30px 10px;
    margin-top: 40px;
  }
  .single-track .tabs-box .nav-tabs > li a {
    font-size: 11px;
    padding: 15px 4px;
  }
  .single-track .tabs-box .tab-content .table-box h4 {
    width: 100%;
  }
  .single-track .tabs-box .tab-content .table-box h4::before, .single-track .tabs-box .tab-content .table-box h4::after {
    width: 20%;
  }
  .single-track .tabs-box .tab-content .table-box th {
    font-size: 14px;
  }
  .single-track .tabs-box .tab-content .table-box td {
    font-size: 11px;
  }
  table td.step-one::before,
  table td.step-two::before,
  table td.step-three::before {
    bottom: unset;
    top: 15px;
  }
  .single-lesson .breadcrumb {
    padding-right: 50px;
    font-size: 13px;
    margin-bottom: 40px;
  }
  .single-lesson .breadcrumb::before {
    height: 15px;
    width: 40px;
    top: 23%;
  }
  .single-lesson h3.lesson-title {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .single-lesson p.lesson-subtitle {
    padding: 0px 15px;
  }
  .single-lesson .lesson-box .nav-tabs > li a {
    padding: 15px 2px;
    font-size: 11px;
  }
  .single-lesson .lesson-box .nav-tabs > li a i {
    margin-left: 2px;
    font-size: 15px;
  }
  .single-lesson .lesson-box .info-box ul.sidebar {
    margin-bottom: 30px;
  }
  .single-lesson .lesson-box .info-box .data-box h2.lesson-subject {
    font-size: 15px;
    padding-right: 20px;
  }
  .single-lesson .lesson-box .info-box .data-box h2.lesson-subject::before {
    height: 26px;
    width: 10px;
  }
  .single-lesson .lesson-box .info-box .data-box button.copy {
    padding-left: 2px !important;
    padding-right: 2px !important;
    font-size: 10px;
  }
  .single-lesson .lesson-box .info-box .data-box h5 {
    font-size: 9px;
    padding: 13px 4px;
  }
  .single-lesson .lesson-box {
    padding: 20px 15px;
  }
  .carousel.slide.inner-header {
    height: 58vh;
  }
  .carousel.slide.inner-header .all nav {
    top: 30px;
    bottom: unset;
  }
  .loader-dots {
    top: 43vh;
    left: 38%;
  }
}

/* galaxy S5 */
@media only screen and (min-width: 359px) and (max-width: 361px) {
  .carousel.slide.inner-header {
    height: 52vh;
  }
}

/* iphone x, 6/7/8 */
@media only screen and (min-width: 375px) and (max-width: 380px) {
  .carousel.slide.inner-header {
    height: 50vh;
  }
  .loader-dots {
    left: 40%;
  }
}

/* iphone 6/7/8 plus */
@media only screen and (min-width: 410px) and (max-width: 416px) {
  .carousel.slide.inner-header {
    height: 45vh;
  }
  .loader-dots {
    left: 41%;
  }
}

/* ipad */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .item img {
    height: 100vh !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about {
    background-repeat: no-repeat;
    height: 900px;
  }
  .about .about-box {
    width: 80%;
    top: 200px;
  }
  .special-tracks .col-lg-6.sec h1 {
    font-size: 30px;
    padding: 30px 0;
  }
  .special-tracks .col-lg-6.sec {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .tracks h3 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  footer .contact-box {
    padding: 40px 20px;
  }
  footer .contact-box h4::before {
    width: 55px;
    right: 10px;
  }
  footer .contact-box h4::after {
    width: 55px;
    left: 10px;
  }
  footer .contact-box i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  footer .sec ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
  footer .sec ul a {
    font-size: 12px;
  }
  .tracks h3 {
    padding-right: 39%;
  }
  .tracks h3::before {
    width: 34%;
  }
  .tracks h3::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 25px;
    background: #fe521d;
    width: 38%;
    left: 0;
    top: 8px;
  }
  .tracks .col-sm-6.spec {
    padding-left: unset;
  }
  .single-lesson h3.lesson-title {
    font-size: 18px;
  }
  .single-lesson .lesson-box .info-box .data-box button.copy {
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-size: 12px;
  }
  .single-lesson .lesson-box .info-box .data-box h2.lesson-subject {
    font-size: 18px;
  }
  .single-track .tabs-box .tab-content .table-box h4::before,
  .single-track .tabs-box .tab-content .table-box h4::after {
    width: 14%;
  }
  .carousel.slide.inner-header {
    height: 15vh;
  }
  .loader-dots {
    left: 45%;
  }
}

/* ipad pro  */
@media only screen and (min-width: 1024px) and (max-width: 1030px) {
  .item img {
    height: 100vh !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about {
    background-repeat: no-repeat;
    height: 500px;
  }
  .about .about-box {
    width: 80%;
    top: 200px;
  }
  .tracks h3 {
    padding-right: 43%;
    margin-bottom: 40px;
  }
  .tracks h3::before {
    width: 39%;
  }
  .tracks h3::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 25px;
    background: #fe521d;
    width: 38%;
    left: 0;
    top: 8px;
  }
  .tracks .col-sm-6.spec {
    padding-left: unset;
  }
  .special-tracks .col-lg-6.sec {
    display: none;
  }
  footer .contact-box h4::after {
    left: 40px;
  }
  footer .contact-box h4::before {
    right: 40px;
  }
  footer .sec ul a {
    font-size: 15px;
  }
  .single-track .tabs-box .tab-content .table-box h4::before,
  .single-track .tabs-box .tab-content .table-box h4::after {
    width: 24%;
  }
  .carousel.slide.inner-header {
    height: 11vh;
  }
  .loader-dots {
    left: 46.4%;
  }
}

/* 17 inch */
@media only screen and (min-width: 1920px) and (max-width: 2500px) {
  .about {
    background-size: cover;
    height: 800px;
  }
  .tracks h3 {
    margin-top: 415px;
  }
  .carousel.slide.inner-header {
    height: 15vh;
  }
  .loader-dots {
    left: 48%;
  }
}
/*# sourceMappingURL=style.css.map */