/*Fonts*/
/*Colors*/
/*Social Colors*/
/*Screens*/
/*Import Fonts*/
@import url("https://fonts.googleapis.com/css?family=Cairo|Nunito:400,800&amp;subset=arabic");
@import url("https://fonts.googleapis.com/css?family=El+Messiri|Kalam&amp;subset=arabic");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Roboto+Slab:wght@200;400;900&display=swap");
body {
  font-family: "Roboto Slab", serif;
  color: #212529;
  font-size: 16px;
}
.img-card{
    height: 236px;
    overflow: hidden;
}
.map {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
}
.map #google-map {
  width: 100%;
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#textarea {
  width: 100%;
}

a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}

::-moz-selection {
  background-color: #e79800;
  color: #FFF;
}

::-webkit-selection {
  background-color: #e79800;
  color: #FFF;
}

::-o-selection {
  background-color: #e79800;
  color: #FFF;
}

::selection {
  background-color: #e79800;
  color: #FFF;
}

.btn {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: capitalize;
}
.btn:focus {
  outline: 0;
  box-shadow: none;
}

a.main-btn1, button.main-btn1 {
  color: #30323A;
  background-color: #FFF;
  border-radius: 0;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
  box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
  margin: 20px 0;
}
a.main-btn1:hover, a.main-btn1:focus, button.main-btn1:hover, button.main-btn1:focus {
  color: white;
  -webkit-box-shadow: 0px 0px 0px 1px #e79800 inset, 0px 0px 0px 0px #d83f42;
  -moz-box-shadow: 0px 0px 0px 1px #e79800 inset, 0px 0px 0px 0px #d83f42;
  -o-box-shadow: 0px 0px 0px 1px #e79800 inset, 0px 0px 0px 0px #d83f42;
  -ms-box-shadow: 0px 0px 0px 1px #e79800 inset, 0px 0px 0px 0px #d83f42;
  box-shadow: 0px 0px 0px 1px #e79800 inset, 0px 0px 0px 0px #d83f42;
}

a.main-btn, button.main-btn {
  color: #fff;
  display: inline-block;
  border-radius: 0;
  min-width: 100px;
  padding: 5px 20px;
  background-color: #d83f42;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a.main-btn:hover, a.main-btn:focus, button.main-btn:hover, button.main-btn:focus {
  color: #FFF;
  background-color: #e79800;
  -webkit-box-shadow: 5px 5px 40px 0 rgba(231, 152, 0, 0.72);
  -moz-box-shadow: 5px 5px 40px 0 rgba(231, 152, 0, 0.72);
  -o-box-shadow: 5px 5px 40px 0 rgba(231, 152, 0, 0.72);
  -ms-box-shadow: 5px 5px 40px 0 rgba(231, 152, 0, 0.72);
  box-shadow: 5px 5px 40px 0 rgba(231, 152, 0, 0.72);
}

a.temp-btn {
  background-color: #d83f42;
  color: white;
}
a.temp-btn:hover {
  background-color: white;
  color: #d83f42;
}

.scrollup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #e79800;
  cursor: pointer;
  z-index: 1000;
  text-align: center;
  /*@include prefixer(animation-name , bounce, webkit moz o ms);*/
  /*@include prefixer(animation , bounce 2s ease infinite , webkit moz o ms);*/
}
.scrollup .scrollup-top {
  border-radius: 100px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #d83f42;
  display: block;
  font-size: 20px;
  -webkit-transition: opacity 0.5s, background-color 0.5s;
  -moz-transition: opacity 0.5s, background-color 0.5s;
  -o-transition: opacity 0.5s, background-color 0.5s;
  transition: opacity 0.5s, background-color 0.5s;
}
.scrollup .scrollup-top:hover {
  background: #d83f42;
  opacity: 1;
  color: #FFF;
}
.scrollup .scrollup-top:hover i {
  color: #FFF;
}
.scrollup .scrollup-whats {
  font-size: 40px;
  color: #2ab53f;
}
.scrollup i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-control {
  resize: none;
}
.form-control:focus {
  border-color: #d83f42;
}

.form-comment .form-control {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.form-comment .form-control:focus {
  border: 1px solid rgba(0, 0, 0, 0.35);
}

.contact {
  padding: 70px 0;
}

.pagination {
  margin-top: 50px;
}
.pagination .page-item.active .page-link {
  background-color: #d83f42;
  border-color: #d83f42;
  margin-left: 15px;
  color: #FFF;
}
.pagination .page-item .page-link {
  margin-left: 15px;
  border-radius: 4px;
  border: 2px solid #dcdbdb;
  color: #000;
  font-weight: bold;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  padding: 0.75rem 1rem;
}
.pagination .page-item .page-link:hover {
  border: 2px solid #d83f42;
  color: #FFF;
  background-color: #d83f42;
}

.footer {
  background-color: black;
  align-items: center;
  color: white;
  line-height: 100px;
  text-align: center;
}
.footer .logo {
  margin-top: 10px;
}
.footer .list-inline .list-inline-item a {
  color: white;
}
.footer .rights {
  font-size: 20px;
  text-align: center;
}
.footer .list-inline {
  margin-top: 10px;
}

.header .top-header {
  padding-top: 10px;
  align-items: center;
  background-color: #e79800;
  font-family: "Open Sans", sans-serif;
}
.header .top-header .social {
  margin-top: 5px;
  text-align: center;
}
.header .top-header .social a {
  color: white;
}
.header .top-header .link .link-right {
  text-align: center;
}
.header .top-header .link .link-item {
  text-decoration: none;
  margin-left: 30px;
  color: white;
  font-weight: bold;
}
.header .top-header .link .link-item .fa-solid {
  margin-right: 10px;
}
.header .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: black;
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .header .top-header .social {
    margin-top: 5px;
    text-align: left;
  }
  .header .top-header .link .link-right {
    text-align: right;
  }
  .header .navbar-collapse .navbar-nav .nav-item .nav-link {
    margin-left: 50px;
  }
}
.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #e79800;
}

.slider {
  overflow: hidden;
}
.slider .owl-nav div {
  width: 35px;
  line-height: 35px;
  left: -80px;
  opacity: 1;
  position: absolute;
  top: 50%;
  padding: 0 !important;
  text-align: center !important;
  overflow: hidden;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.slider .owl-nav div.owl-next {
  left: auto;
  right: -80px;
}
.slider .owl-item {
  position: relative;
  overflow: hidden;
  height: 300px;
}
.slider .owl-item img {
  height: 100%;
}
.slider .owl-item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
}
.slider .owl-item .overlay .slide_inner {
  color: #FFF;
}
.slider .owl-item .overlay .slide_inner .slide-header {
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
}
.slider .owl-item .overlay .slide_inner .slide-desc, .slider .owl-item .overlay .slide_inner .slide-desc1 {
  line-height: 1.2;
  text-transform: capitalize;
  margin: 10px 10%;
  font-size: 12px;
  font-weight: 200;
  font-family: "Open Sans", sans-serif;
}

.slider .owl-item.active .overlay .slide_inner .slide-desc {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.slider .owl-item.active .overlay .slide_inner .slide-desc1 {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-delay: 2s;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.slider .owl-item.active .overlay .slide_inner .slide-header {
  -webkit-animation: bounceInLeft 2s ease-in 400ms both;
  -moz-animation: bounceInLeft 2s ease-in 400ms both;
  -o-animation: bounceInLeft 2s ease-in 400ms both;
  -ms-animation: bounceInLeft 2s ease-in 400ms both;
  animation: bounceInLeft 2s ease-in 400ms both;
}
.slider .owl-item.active .overlay .slide_inner .main-btn {
  -webkit-animation: fadeIn 4.5s ease-in 200ms both;
  -moz-animation: fadeIn 4.5s ease-in 200ms both;
  -o-animation: fadeIn 4.5s ease-in 200ms both;
  -ms-animation: fadeIn 4.5s ease-in 200ms both;
  animation: fadeIn 4.5s ease-in 200ms both;
}

.slider:hover .owl-nav div {
  left: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
.slider:hover .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.slider .owl-theme .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: rgba(216, 63, 66, 0.6);
}

.slider.owl-theme .owl-nav .disabled {
  opacity: 1;
}

.slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: #89d700 none repeat scroll 0 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 40%;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 600px) {
  .slider .owl-item {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .slider .owl-nav div {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  .slider .owl-item {
    height: 650px;
  }
  .slider .owl-item .overlay .slide_inner .slide-header {
    margin-bottom: 80px;
    font-size: 45px;
  }
  .slider .owl-item .overlay .slide_inner .slide-desc {
    line-height: 1.2;
    margin: 40px 10%;
    font-size: 20px;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    left: 47%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .slider .owl-nav div {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
  .slider .owl-item {
    height: 750px;
  }
  .slider .owl-item .overlay .slide_inner .slide-header {
    margin: 0 50px;
    line-height: 50px;
    margin-bottom: 50px;
    font-size: 50px;
  }
  .slider .owl-item .overlay .slide_inner .slide-desc {
    line-height: 1.2;
    margin: 50px 10%;
    font-size: 22px;
  }
}
.owl-carousel.owl-rtl .owl-item {
  width: 100%;
}

@-webkit-keyframes kenburns_zoomInOut {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-moz-keyframes kenburns_zoomInOut {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-o-keyframes kenburns_zoomInOut {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes kenburns_zoomInOut {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.about {
  background-color: #eee;
}
.about .title {
  margin-top: 50px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.about .text {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin-top: 30px;
}

.head-title {
  padding: 80px 0;
  text-align: center;
}
.head-title h3 {
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
}

.courses {
  background-color: #fff;
}
.courses .card {
  border-radius: 0;
  margin-bottom: 30px;
}
.courses .card .card-title {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
}
.courses .card .card-text {
  color: #7a7474;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin: 20px 0;
}

.verification {
  padding-bottom: 50px;
  background-color: #e79800;
}
.verification .head-title {
  padding: 30px 0;
}
.verification .form-control {
  border-radius: 0;
}
.verification .row > * {
  padding: 0;
}
.verification .main-btn {
  border: 1px solid #d83f42;
}

.banner {
  position: relative;
  background-image: url("../../dest/img/bg/inrbg.jpg");
  background-position: center center;
  background-size: cover;
  padding: 50px 0;
  z-index: 2;
  color: white;
  text-transform: capitalize;
}
.banner .right {
  text-align: right;
}
.banner .right a {
  color: #e79800;
  text-decoration: none;
}

.banner:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #000000;
  opacity: 0.7;
  z-index: -1;
}

.contact .form-control {
  margin-top: 5px;
}
.contact .list-group .list-group-item {
  border: 0;
}
.contact a {
  text-decoration: none;
}
.contact .icon {
  color: #e79800;
}
.contact .icon-text {
  color: black;
  text-transform: none;
}
.contact .main-btn1 {
  width: 100%;
  background-color: #e79800;
  color: white;
}
.contact .main-btn1 :hover {
  color: white;
  border: 1px solid white;
}
.contact .info {
  padding: 20px;
  background-color: #eee;
}
.contact .info .title {
  text-transform: capitalize;
  margin-bottom: 30px;
}
.contact .info .list-group .list-group-item {
  background-color: #eee;
}
.contact .info .list-group .list-group-item .icon {
  display: inline-block;
  margin-right: 10px;
}
.contact .info .list-group .list-group-item .icon-text {
  display: inline-block;
  font-size: 15px;
}
.contact .info .text {
  padding: 10px;
}

.membership {
  margin: 100px 0;
}
.membership .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: capitalize;
  text-align: center;
}

/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* extra Large devices (large desktops, 1200px and up) */

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