/* Font Family */
/* Scss Document */
/* Box Shadow */
/* Transition */
/* Transform Rotate */
/* Width Calc */
/*  Opacity Color */
/* Background Opacity Color */
/* Border Color */
/* Animation Key Frame */
/* translate3d */
/* translate */
/* Background Image */
/* text shadow */
html,
body {
  height: 100%;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #727272;
}

::-ms-reveal {
  display: none;
}

.vcenter {
  display: table;
  width: 100%;
}
.vcenter .mid {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.theme-red-text {
  color: #B41B05;
}

.text-primary {
  color: #B41B05 !important;
}

.pagination .page-item .page-link {
  border: 1px solid #777777;
  border-radius: 5px;
  box-shadow: none !important;
  color: #171717;
  font-family: "Samsung Sharp Sans";
  font-weight: 500;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
}
.pagination .page-item .page-link.active {
  background: #B9FAEE;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  background: #B41B05;
  border-color: #B41B05;
  color: white;
}
.pagination .page-item:first-child .page-link:hover, .pagination .page-item:last-child .page-link:hover {
  background: #9b1704;
  border-color: #9b1704;
}

.mentor-modal .modal-content {
  border-radius: 15px;
}
.mentor-modal .btn-close {
  position: absolute;
  top: -35px;
  right: 0px;
  background-color: #cacaca;
  opacity: 1;
  border-radius: 15px;
  background-size: 30%;
}
.mentor-modal .body-padding {
  padding: 30px;
}
.mentor-modal h3 {
  color: #00AEEF;
  font-size: 16px;
  font-family: "Samsung Sharp Sans";
  font-weight: 700;
  margin-bottom: 25px;
}
.mentor-modal label {
  color: #777777;
  margin-bottom: 5px;
  font-family: "Samsung Sharp Sans";
  font-weight: 500;
  font-size: 13px;
}
.mentor-modal .form-control {
  background: #F8F8F8;
  border-radius: 8px;
  box-shadow: none;
  border: 0;
  margin-bottom: 25px;
}
.mentor-modal .submit-btn {
  background: #B41B05;
  color: white;
  width: 100%;
  border-radius: 8px;
  border: 0;
  outline: none;
  font-family: "Samsung Sharp Sans";
  font-weight: 500;
  font-size: 13px;
  min-height: 40px;
}
.mentor-modal .right-sec {
  background: #EAFDF9;
  text-align: center;
  border-radius: 0 15px 15px 0;
}
.mentor-modal .right-sec img {
  max-width: 100%;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.menu {
  padding: 20px;
}
.menu li {
  border-bottom: 1px solid #A5A5A5;
}
.menu li a {
  text-decoration: none;
  color: #afafaf;
  font-size: 28px;
  font-weight: 300;
}
.menu li a:hover {
  color: #7c7777;
}

#menuToggle {
  display: block;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 999;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #afafaf;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 400px;
  height: 105vh;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 125px;
  right: -50px;
  background: #000;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: scale(1, 1);
  opacity: 1;
}

#menuToggle input:checked ~ ul {
  transform: scale(1, 1);
  opacity: 1;
}

.social-media-header {
  position: absolute;
  right: 45px;
  bottom: 20px;
}
.social-media-header ul {
  list-style-type: none;
  padding: 0;
  margin: 50px 0 0 0;
}
.social-media-header ul li {
  display: block;
  margin-bottom: 25px;
}
.social-media-header ul li a {
  color: #AFAFAF;
  font-size: 30px;
}
.social-media-header ul li a:hover {
  color: #999;
}

.section-banner {
  background: url(../images/banner-bg.png) no-repeat;
  min-height: 100%;
  background-size: 100% 100%;
}
@media (max-width: 991px) {
  .section-banner {
    max-height: auto !important;
    min-height: 750px;
  }
}
.section-banner .brand-logo {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .section-banner .brand-logo {
    max-width: 100px;
    margin-bottom: 20px;
  }
}
.section-banner h1 {
  max-width: 687px;
  font-family: "Inter", sans-serif;
  font-weight: bolder;
  font-size: 87px;
  color: #AFAFAF;
  text-align: left;
}
@media (max-width: 768px) {
  .section-banner h1 {
    max-height: auto !important;
    min-height: auto;
    font-size: 47px;
  }
}
.section-banner h2 {
  font-size: 44px;
  font-weight: 200;
  letter-spacing: 0.4em;
  text-align: left;
}
@media (max-width: 768px) {
  .section-banner h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
.section-banner .banner-peragraph {
  border-left: 2px solid #AFAFAF;
  padding: 20px 30px;
  max-width: 640px;
  margin-top: 25px;
}
.section-banner .banner-peragraph p {
  font-size: 28px;
  font-weight: 200;
  line-height: 43.21px;
  letter-spacing: 0.14em;
  text-align: left;
  color: #AFAFAF;
}

.section-about {
  padding: 100px 0;
  background: #000;
  min-height: 100%;
  background-size: 100% 100%;
  position: relative;
}
.section-about .video {
  position: absolute;
  top: 0%;
  width: 100%;
  opacity: 0.3;
}
.section-about h2 {
  font-weight: Medium;
  font-size: 40px;
  text-align: right;
  position: relative;
  padding-top: 20px;
  margin-bottom: 90px;
  color: #fff;
}
@media (max-width: 768px) {
  .section-about h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
.section-about h2::before {
  content: "";
  width: 142px;
  height: 3px;
  background: rgb(0, 157, 254);
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.section-about p {
  font-size: 28px;
  font-weight: 300;
  line-height: 49.84px;
  letter-spacing: 0.1em;
  text-align: justify;
  color: #d6d6d6;
  z-index: 99;
  position: relative;
}
@media (max-width: 768px) {
  .section-about p {
    text-align: left;
  }
}

.section-service {
  padding: 100px 0;
  position: relative;
  background-color: #000;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.section-service .video {
  position: absolute;
  top: 15%;
  width: 100%;
}
.section-service h2 {
  font-weight: Medium;
  font-size: 40px;
  text-align: left;
  position: relative;
  padding-top: 20px;
  margin-bottom: 45px;
  color: #fff;
}
@media (max-width: 768px) {
  .section-service h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
.section-service h2::before {
  content: "";
  width: 142px;
  height: 3px;
  background: rgb(0, 157, 254);
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  display: block;
  position: absolute;
  right: left;
  top: 0;
}
.section-service p {
  font-size: 28px;
  font-weight: 300;
  line-height: 49.84px;
  letter-spacing: 0.1em;
  text-align: justify;
  color: #d6d6d6;
}
.section-service .service-left {
  float: left;
  width: 23%;
}
@media (max-width: 991px) {
  .section-service .service-left {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .section-service .service-left {
    width: 100%;
  }
}
.section-service .service-center {
  float: left;
  width: 54%;
}
.section-service .service-center img {
  width: 100%;
}
@media (max-width: 991px) {
  .section-service .service-center {
    display: none !important;
  }
}
.section-service .service-right {
  float: left;
  width: 23%;
}
@media (max-width: 991px) {
  .section-service .service-right {
    width: 48%;
    float: right;
  }
}
@media (max-width: 600px) {
  .section-service .service-right {
    width: 100%;
    float: right;
  }
}
.section-service .service-box {
  position: relative;
  border: 1px solid #CACACA;
  margin-bottom: 20px;
}
.section-service .service-box .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(27, 99, 157, 0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
  z-index: 99;
  display: flex;
  align-items: center;
}
.section-service .service-box .overlay ul {
  padding-left: 40px;
  color: #fff;
  font-size: 16px;
}
.section-service .service-box:hover .overlay {
  height: 100%;
}
.section-service .service-box:hover .service-title {
  display: none;
}
.section-service .service-box .service-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  transition: 0.5s ease;
}
.section-service .service-box .service-title h4 {
  color: #fff;
  font-weight: 800;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.section-service .service-logo {
  position: relative;
  z-index: 99;
  margin-top: 60px;
}

.section-clients {
  padding: 100px 0;
  background: url(../images/client-bg.png) no-repeat;
  min-height: 400px;
  background-size: 100% 100%;
}
.section-clients h2 {
  font-weight: Medium;
  font-size: 40px;
  text-align: right;
  position: relative;
  padding-top: 20px;
  margin-bottom: 60px;
  color: #000;
}
@media (max-width: 768px) {
  .section-clients h2 {
    margin-bottom: 20px;
  }
}
.section-clients h2::before {
  content: "";
  width: 142px;
  height: 3px;
  background: rgb(0, 157, 254);
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.section-clients p {
  font-size: 28px;
  font-weight: 300;
  line-height: 49.84px;
  letter-spacing: 0.1em;
  text-align: justify;
  color: #d6d6d6;
}

.footer {
  padding: 100px 0 0 0;
  background: #000;
  min-height: 400px;
  background-size: 100% 100%;
}
.footer h2 {
  font-weight: Medium;
  font-size: 30px;
  text-align: left;
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
  color: #FFF;
}
@media (max-width: 768px) {
  .footer h2 {
    margin-bottom: 20px;
    font-size: 25px;
  }
}
.footer h2::before {
  content: "";
  width: 142px;
  height: 3px;
  background: rgb(0, 157, 254);
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.footer p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}
.footer .form-control {
  background: rgb(163, 163, 163);
  border-radius: 10px;
}
@media (max-width: 768px) {
  .footer .social-media {
    margin-bottom: 30px;
  }
}
.footer .social-media ul {
  list-style-type: none;
  padding: 0;
  margin: 50px 0 0 0;
}
.footer .social-media ul li {
  display: inline-block;
  margin-right: 25px;
}
.footer .social-media ul li a {
  color: #AFAFAF;
  font-size: 25px;
}
.footer .social-media ul li a:hover {
  color: #999;
}
.footer .send-btn {
  background: rgb(0, 157, 254);
  border-radius: 30px;
  font-size: 18px;
  color: #000;
  padding: 5px 15px;
  height: 40px;
  margin-left: 30px;
}
.footer .send-btn:hover {
  opacity: 0.9;
}
.footer .copyright {
  color: #ccc;
  margin: 0;
  text-align: center;
  padding: 50px 0px 20px 0;
  font-size: 18px;
}
.footer .footer-left-box {
  border-right: 1px solid #fff;
  margin-right: 50px;
  height: 100%;
}
@media (max-width: 991px) {
  .footer .footer-left-box {
    padding: 0;
    border: 0;
    margin-bottom: 20px;
  }
}
.footer .footer-left-box .footer-logo {
  margin-bottom: 70px;
  max-width: 250px;
}

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