@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Schoolbell&display=swap");

* {
  font-family: "Titillium Web" !important;
}

input {
  box-shadow: unset;
}

button:focus {
  outline: none;
}

button:disabled {
  cursor: not-allowed;
}

.scroll-pre-loader {
  overflow: hidden;
}

/* START PRE LOADER */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e0e0e;
  z-index: 1500;
}

.loader-title {
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #d1af43;
  text-align: center;
}

.loader-logo {
  height: 50px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 60%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #c59909;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #dcba4b;
  -webkit-animation: spin 2.4s linear infinite;
  animation: spin 2.4s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e0c466;
  -webkit-animation: spin 1.6s linear infinite;
  animation: spin 1.6s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* END PRE LOADER */

/* Start Navbar */
.navdark {
  background-color: black;
}

.navbar-brand {
  display: inline;
}

.navbar-brand img {
  height: 60px;
  width: 60px;
  transition: 0.5s ease-in-out all;
}

.navbar-brand img:hover {
  transform: rotate(360deg);
}

.navbar-brand span {
  color: #d1af43;
}

.navbar-nav .nav-item .active {
  border-bottom: 2px solid #d1af43;
}

.nav-link {
  font-weight: 100;
  text-transform: uppercase;
  color: white !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: 12px;
  font-size: 18px;
}
/* End Navbar */

/* Start Background Image */
.backimg {
  /* background: url("../img/home.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.backimg .carousel {
  height: 100vh;
  width: 100%;
}

.backimg .carousel .carousel-item img {
  object-fit: cover;
  height: 100vh;
  width: 100%;
}

.backimg .carousel .carousel-caption {
  top: 50%;
}

.backimgcont {
  position: absolute;
  text-align: center;
  top: 42%;
  z-index: 3;
}

.backimgcont h2 {
  font-size: 40px;
  font-weight: bold;
  color: white;
}

.backimgcont h2 .autotext {
  color: #d1af43;
}

.backimgcont a {
  margin-top: 5rem;
  display: inline-block;
}

.backimgcont .callback-service-btn {
  display: block;
  color: black;
  background-color: #d1af43;
  margin-inline: auto;
  margin-top: 8rem;
  padding: 14px 22px;
  border: 1px solid #d1af43;
  border-radius: 8px;
  box-shadow: none;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease-in-out all;
}

/* Callback Service */
.backimgcont .callback-service-btn:hover {
  color: #d1af43;
  background-color: #0000005e;
}

.modal .modal-content {
  background-color: #efefef;
}

.modal .logo img {
  width: 50px;
}

.modal .modal-header h6 {
  font-size: 1.2rem;
}

.modal .modal-header .bars button {
  height: 33px;
  width: 33px;
  background-color: #e5e5e5;
  color: #111111;
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
  border: none;
  border-radius: 50%;
  outline: 0;
}

.modal .modal-body .callback-service {
  width: 100%;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  transition: all 0.5s ease-in-out;
}

.modal .modal-body .callback-service .service-msg .service-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.modal
  .modal-body
  .callback-service
  .service-msg
  .service-buttons
  .service-type {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}

.modal
  .modal-body
  .callback-service
  .service-msg
  .service-buttons
  .service-type
  a {
  transition: all 0.3s ease-in-out;
}

.modal
  .modal-body
  .callback-service
  .service-msg
  .service-buttons
  .service-type
  a:hover {
  transform: translateY(-2px);
}

.modal
  .modal-body
  .callback-service
  .service-msg
  .service-buttons
  .service-type
  .fa-paper-plane {
  color: #18a9da;
  font-size: 24px;
}

.modal
  .modal-body
  .callback-service
  .service-msg
  .service-buttons
  .service-type
  .fa-whatsapp-square {
  color: #1eb556;
  font-size: 30px;
}
/* Callback Service */

.backimgcont .fa-chevron-down {
  color: white;
  font-size: 33px;
  opacity: 0.7;
  transition: 0.5s ease-in-out all;
}

.backimgcont .fa-chevron-down:hover {
  opacity: 1;
}

.backimg .overlay,
.backimgwomen .overlay,
.backimgmen .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #000000a8;
  z-index: 2;
}
/* End Background Image */

/* Start Selection Part */
.part-sel {
  position: fixed;
  top: 40%;
  left: 1px;
  z-index: 1010;
}

.part-sel div {
  padding-bottom: 2px;
  transition: 0.2s ease-in-out all;
}

.part-sel div:hover {
  transform: translateX(3px);
}

.part-sel img {
  height: 80px;
  border-radius: 4px;
  border: 1px solid black;
  background-color: #d1af43;
}
/* End Selection Part */

/* Start Fixed Event */
.fixed-event {
  background: url("../img/event-back.jpeg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  height: 350px;
  width: 50%;
  top: 15%;
  left: 25%;
  color: black;
  border: 2px solid black;
  z-index: 1020;
}

.fixed-event .close-btn {
  position: absolute;
  height: 12px;
  width: 12px;
  top: 6px;
  right: 6px;
  cursor: pointer;
}

.fixed-event .event-content {
  padding: 4px;
}

.fixed-event .event-content .event-img {
  height: 100px;
  width: 180px;
}

.fixed-event .event-content p {
  margin: 4px auto 0;
}

.fixed-event .event-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.fixed-event .event-footer h6 {
  font-family: "Schoolbell";
  margin-bottom: 0;
}
/* End Fixed Event */

/* Start Our-Services */
.services-main {
  padding: 30px 0 0;
}

.services-main .services-slideshow h3 {
  margin-bottom: 0;
  padding: 20px 0;
}

.services-main .services-slideshow .slide {
  border-radius: 16%;
  box-shadow: 5px -5px 10px #0000006b, -5px 5px 10px #0000006b;
  transition: 0.4s ease-in-out all;
  opacity: 0.8;
}

.services-main .services-slideshow .slide:hover {
  opacity: 1;
  transform: scale(1.01) rotate(-2deg);
}

.services-main .services-slideshow .slide .carousel-inner {
  border-radius: 15%;
}

.services-main .services-slideshow .slide .carousel-inner .carousel-item img {
  height: 300px;
  border-radius: 15%;
}

.services-main .services-slideshow .txt-slider {
  padding-top: 20px;
}
/* End Our-Services */

/* Start About Us Section */
.about-us {
  padding: 30px 0;
}

.about-us h1 {
  margin-bottom: 0;
  color: #d1af43;
}

.about-us .about-header img {
  height: 70px;
  margin: 10px 0;
}

.about-us .about-img img {
  width: 70%;
}

.about-us .about-txt {
  display: flex;
  align-items: center;
}

.about-us .about-txt p {
  line-height: 2;
  font-weight: 400;
  margin: 0;
}

.about-us .about-txt a {
  color: #d1af43;
}

/* Affect and Append Only In Home Page */
#aboutussec {
  background-color: #000000f0;
  color: white;
}
/* End About Us Section */

/* Start About Us Page */
.about-intro {
  padding-top: 100px;
  padding-bottom: 20px;
}

.about-intro h1 {
  color: #d1af43;
  margin-bottom: 20px;
}

.page-about-us {
  color: #d1af43;
}

.page-about-us .about-header {
  padding-top: 10px;
}

.page-about-us .about-header h1 {
  margin-bottom: 0;
  color: #d1af43;
}

.page-about-us .about-header img {
  height: 50px;
  margin: 10px 0 0;
}

.page-about-us .about-img-sabah {
  padding-left: 10rem;
}
.page-about-us .about-img-milad {
  padding-right: 10rem;
}

.page-about-us .about-img img {
  width: 50%;
}

.page-about-us .page-about-details {
  display: flex;
  align-items: center;
}
/* End About Us Page */

/* Start Working Hours */
.work-hours {
  background: url("../img/work-ho.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px 0;
}

.work-hours .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #0000009c;
  z-index: 2;
}

.work-hours .work-hours-cont {
  z-index: 3;
  width: 100%;
  color: #fff;
}

.work-hours .work-hours-cont h1 {
  color: #d1af43;
}

.work-hours .work-hours-cont section {
  text-align: center;
  padding: 0 0 30px;
}

.work-hours .work-hours-cont section span {
  color: #d1af43;
}

.work-hours .work-hours-cont section img {
  height: 44px;
}

.work-hours .work-hours-cont .days .row .work-day {
  padding: 0 4px 4px;
}

.work-hours .work-hours-cont .days .row .work-day div {
  padding: 50px 0;
  background-color: #00000066;
  color: #ffffff;
  border: 1px solid #d1af43;
  text-align: center;
  transition: 0.3s ease-in-out all;
}

.work-hours .work-hours-cont .days .row .work-day div h6 {
  margin-bottom: 0;
  font-weight: normal;
}

.work-hours .work-hours-cont .days .row .work-day div:hover {
  transform: translateY(-8px);
}
/* Start Working Hours */

/* Start Contact Us */
.contact-us {
  padding: 40px 0;
}

.contact-us h1 {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.contact-us .contact-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-us .contact-type .contact-info {
  flex: 1;
  display: flex;
  align-items: end;
}

.contact-us .icon {
  color: black;
  font-size: 40px;
  transition: 0.4s ease-in-out all;
}

.contact-us .icon:hover {
  transform: scale(0.9);
}

.contact-us div h3 {
  padding: 12px 0;
}

.contact-us div h5 {
  margin-bottom: 0;
}

.contact-us .phone p {
  margin-bottom: 0;
}
/* End Contact Us */

/* Start Footer */
.footer {
  background: url("../img/footer.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  padding-top: 50px;
}

.footer .site-map,
.footer .footer-logo,
.footer .social-links {
  padding-bottom: 25px;
  text-align: center;
}

.footer h3 {
  color: white;
  margin-bottom: 20px;
}

.footer ul {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer ul li {
  display: block;
  padding: 10px;
}

.footer .site-map ul li a {
  text-decoration: none;
  color: #ffffff8c;
  padding: 6px 12px;
  border-radius: 50%;
}

.footer .site-map ul li a:hover {
  color: white;
}

.footer .footer-logo h3 {
  color: #d1af43;
  margin: 0;
  padding: 10px 0 16px;
}

.footer .footer-logo img {
  height: 90px;
}

.footer .footer-logo p {
  line-height: 2;
  color: #ffffff8c;
  font-weight: 300;
}

.footer .footer-logo a {
  text-decoration: none;
  display: inline-block;
  padding: 14px 22px;
  color: black;
  background-color: #d1af43;
  border: 1px solid #d1af43;
  text-transform: uppercase;
  transition: 0.3s ease-in-out all;
}

.footer .footer-logo a:hover {
  color: #d1af43;
  background-color: transparent;
}

.footer .social-links ul li a {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #ffffff8c;
}

.footer .social-links ul li a .svg-inline--fa {
  transition: 0.5s ease-in-out all;
}

.footer .social-links ul li a:hover .svg-inline--fa {
  transform: rotate(360deg);
}

.footer .social-links ul li:nth-of-type(1) a:hover {
  background-color: #2f60c8;
}

.footer .social-links ul li:nth-of-type(2) a:hover {
  background-color: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.footer .social-links ul li:nth-of-type(3) a:hover {
  /* background-color: #e2b214; */
  background-color: #ca9b17;
}

.footer .social-links ul li:nth-of-type(4) a:hover {
  background-color: #e12c2b;
}

.footer hr {
  width: 70%;
  background-color: #d1af43;
}

.footer .copyright {
  padding-bottom: 20px;
  color: white;
  text-align: center;
}

.footer .copyright a {
  text-decoration: none;
  color: #4e4e4e;
}

.footer .copyright a:hover {
  color: #d1af43;
}
/* End Footer */

/* Start Scroll To Top Button */
.scroll-to-top {
  display: inline-block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  padding: 2px 8px;
  background-color: #f8f8f8;
  border: 0.6px solid #111111;
  border-radius: 2px;
  z-index: 999;
  display: none;
}

.scroll-to-top .fa-chevron-up {
  color: #111111;
}

.scroll-to-top:hover .fa-chevron-up {
  animation: scroll-top-anim 0.6s linear infinite;
}

@keyframes scroll-top-anim {
  40% {
    transform: translateY(1px);
  }
  80% {
    transform: translateY(-1px);
  }
}
/* End Scroll To Top Button */

/* HOVER CSS */
/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #d1af43;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}
/*END HOVER CSS */

.backimg,
.backimgwomen,
.backimgmen {
  height: 100%;
  height: 100vh;
}

/* Jobs Page */
.jobs-type h2 {
  color: #d1af43;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.5rem;
}

.jobs-type .desc-type .desc-wrapper {
  height: 350px;
}

.jobs-type .desc-type .desc-wrapper .desc-btn {
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: inline-block;
  padding: 10px 18px;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
  z-index: 3;
}

.jobs-type .desc-type .desc-wrapper .desc-btn.work-btn,
.jobs-type .desc-type .desc-wrapper .desc-btn.learn-btn {
  background-color: #d1af43;
  color: #0e0e0e;
  border: 1px solid #d1af43;
}

/* .jobs-type .desc-type .desc-wrapper .desc-btn.learn-btn {
  background-color: #fdfdfd;
  color: #0e0e0e;
  border: 1px solid #fdfdfd;
}

.jobs-type .desc-type .desc-wrapper .desc-btn.learn-btn:hover {
  background-color: #0000007a;
  color: #fdfdfd;
} */

.jobs-type .desc-type .desc-wrapper .desc-btn.work-btn:hover,
.jobs-type .desc-type .desc-wrapper .desc-btn.learn-btn:hover {
  background-color: #0000007a;
  color: #d1af43;
}

.jobs-type .desc-type .desc-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.jobs-type .desc-type .desc-wrapper .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #000000a8;
  z-index: 2;
}

.modal input:focus {
  box-shadow: none;
  border-color: #ced4da;
}

#ApplyWorkModal .modal-body .work-response-msg,
#ApplyLearnModal .modal-body .learn-response-msg {
  display: none;
}

.applying-job-modal .modal-footer .close-jobs-modal {
  background-color: #d5d5d5;
  color: #0d1011;
  box-shadow: none;
}

.applying-job-modal .modal-footer .submit-jobs-modal {
  background-color: #0d1011;
  color: #fdfdfd;
  box-shadow: none;
}

.applying-job-form .uploadBtn {
  display: inline-block;
  background-color: #0d1011;
  color: #fdfdfd;
  border: 1px solid #0d1011;
  margin: 0;
  padding: 1rem 1.4rem;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-align: center;
  border-radius: 4px;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.applying-job-form .uploadBtn .fa-upload {
  transition: all 0.3s ease-in-out;
}

.applying-job-form .uploadBtn:hover .fa-upload {
  transform: translateY(-4px);
}

.applying-job-form .uploadBtn:active {
  transform: scale(0.8);
}

/* .jobs-type .type-buttons .learn,
.jobs-type .type-buttons .work {
  text-decoration: none;
  display: inline-block;
  padding: 14px 22px;
  border: 1px solid #0e0e0e;
  text-transform: uppercase;
  transition: 0.3s ease-in-out all;
}

.jobs-type .type-buttons .learn {
  color: #d1af43;
  background-color: #0e0e0e;
}

.jobs-type .type-buttons .learn:hover {
  color: #0e0e0e;
  background-color: transparent;
}

.jobs-type .type-buttons .work {
  color: black;
}

.jobs-type .type-buttons .work:hover {
  color: #d1af43;
  background-color: #0e0e0e;
} */
