@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h2 {
  font-size: 50px;
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 900px) {
  h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

h3 {
  font-size: 30px;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  h3 {
    font-size: 18px;
  }
}

p {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-align: justify !important;
}

.sub-heading {
  color: #e67818;
  text-transform: uppercase;
  font-size: 20px;
}

.gm-style .place-card-large {
    padding: 23px 10px 12px 52px !important;
}

.btn {
  font-size: 16px;
  border-radius: 20px;
  background: red;
  padding: 8px 20px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}

.btn-filled {
  background: #e67818;
  color: white;
  border: 2px solid #e67818;
}
.btn-filled:hover {
  background: none;
  color: #363636;
}

a {
  text-decoration: none;
  color: #363636;
}

.container {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .container {
    width: 100%;
    padding: 20px;
  }
}

body {
  font-family: "Poppins", sans-serif;
}

header {
  width: 100%;
  background: white;
  position: fixed;
  height: 80px;
  top: 0;
  right: 0;
  border-bottom: 1px solid #d0d0d0;
  z-index: 10;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .container .hamburger {
  display: none;
}
@media (max-width: 900px) {
  header .container .hamburger {
    display: block;
  }
}
header .container .hamburger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #e67818;
  margin-bottom: 4px;
}
header .container .logo {
  width: 100px;
  height: 100%;
  display: flex;
  align-items: center;
}
header .container .logo img {
  width: 100%;
}
@media (max-width: 900px) {
  header .container nav {
    display: none;
  }
}
header .container nav ul {
  display: flex;
}
header .container nav ul li {
  list-style: none;
  margin-right: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
header .container nav ul li a {
  text-decoration: none;
}
header .container nav ul li .active {
  color: #e67818;
}

#hero {
  width: 100%;
  height: 80vh;
  margin-top: 70px;
  position: relative;
}
#hero .content {
  position: absolute;
  width: 100% !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 70px;
  width: 800px;
  font-weight: 800;
}
@media (max-width: 525px) {
  #hero .content {
    width: 100%;
    font-size: 30px;
  }
}
#hero video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #hero .fullwidth-video {
    display: none;
  }
}
#hero .res-video {
  display: none;
}
@media (max-width: 768px) {
  #hero .res-video {
    display: flex;
    width: 100%;
  }
}
#hero .owl-carousel .slide {
  position: relative;
}
#hero .owl-carousel .slide .content {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  text-transform: uppercase;
  font-size: 70px;
  width: 800px;
  font-weight: 800;
}
@media (max-width: 900px) {
  #hero .owl-carousel .slide .content {
    width: 100%;
    font-size: 40px;
    padding: 20px;
    left: 0;
  }
}
@media (max-width: 768px) {
  #hero .owl-carousel .slide .content {
    width: 100%;
    font-size: 28px;
  }
}

#service {
  padding: 100px 0px;
}
@media (max-width: 768px) {
  #service {
    padding: 30px 0px;
  }
}
#service .container .section-heading {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}
#service .container .section-heading p {
  margin: 30px 0px;
}
#service .container .card-holder {
  display: flex;
  justify-content: space-between;
}
#service .container .card-holder .card {
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  flex-direction: column;
  background: white;
  box-shadow: 0px 0px 10px rgba(54, 54, 54, 0.2901960784);
  padding: 15px;
  border-radius: 20px;
  text-align: center;
}
#service .container .card-holder .card p {
  margin: 20px 0px;
}
#service .container .card-holder .card .btn {
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  #service .container .card-holder .card {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  #service .container .card-holder {
    flex-direction: column;
  }
}

#about {
  padding: 100px 0px;
  color: white;
  background-image: url(./assets/images/invest_bg.png);
  background-position: center;
  background-size: cover;
}
#about .container {
  display: flex;
  flex-wrap: wrap;
}
#about .container .left {
  width: 50%;
}
#about .container .left h2 {
  line-height: 55px;
}
#about .container .right {
  width: 50%;
  padding: 0px 20px;
}
#about .container .right p {
  margin-bottom: 20px;
  display: block;
  line-height: 26px;
}
#about .container .right .btn {
  margin-top: 30px;
}
@media (max-width: 768px) {
  #about .container .left {
    width: 100%;
    margin-bottom: 20px;
  }
  #about .container .left h2 {
    line-height: 40px;
  }
  #about .container .right {
    width: 100%;
    padding: 0px;
  }
}
#about .container .accrediation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid white;
  margin-top: 30px;
  padding-top: 30px;
  flex-wrap: wrap;
}
#about .container .accrediation .box {
  width: 25%;
}
@media (max-width: 768px) {
  #about .container .accrediation .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
#about .container .accrediation .box .count {
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 475px) {
  #about .container .accrediation .box .count {
    font-size: 30px;
  }
}
#about .container .accrediation .box .text {
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 768px) {
  #about .container .accrediation .box .text {
    font-size: 16px;
  }
}
@media (max-width: 475px) {
  #about .container .accrediation .box .text {
    font-size: 16px;
  }
}

#review {
  padding: 100px 0px;
}
@media (max-width: 768px) {
  #review {
    padding: 30px 0px;
  }
}
#review .container .sub-heading {
  text-align: left;
  margin-bottom: 10px;
}
#review .container h2 {
  text-align: left;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 900px) {
  #review .container h2 {
    width: 100%;
  }
}
#review .container .review-carousel {
  margin-top: 60px;
}
#review .container .review-carousel .card {
  position: relative;
  background: #f2f6fd;
  border-radius: 10px;
}
#review .container .review-carousel .card .quote-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
  color: #eee;
  font-size: 40px;
}
#review .container .review-carousel .card .author {
  margin-top: 30px;
  display: flex;
}
#review .container .review-carousel .card .author .thumbnail {
  width: 200px;
  height: 250px;
  position: relative;
}
@media (max-width: 768px) {
  #review .container .review-carousel .card .author .thumbnail {
    height: 180px;
  }
}
#review .container .review-carousel .card .author .thumbnail::before {
  content: "";
  right: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  background: #e67818;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
}
#review .container .review-carousel .card .author .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  border-radius: 10px;
}
#review .container .review-carousel .card .author .info {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 10px;
  padding: 30px;
}
#review .container .review-carousel .card .author .info .title {
  font-weight: 600;
  font-size: 20px;
}

#callback {
  color: white;
  margin-bottom: 60px;
}
#callback .container {
  background: green;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("./assets/images/expectaion_bg.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 1200px) {
  #callback .container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #callback .container {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
#callback .container .left {
  width: 40%;
}
#callback .container .left h2 {
  line-height: 55px;
}
@media (max-width: 768px) {
  #callback .container .left {
    width: 100%;
    margin-bottom: 20px;
  }
  #callback .container .left h2 {
    line-height: 40px;
  }
}
#callback .container .right {
  width: 40%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  #callback .container .right {
    width: 100%;
  }
}
#callback .container .right .btn {
  margin-bottom: 20px;
  background: white;
  color: #363636;
}
@media (max-width: 475px) {
  #callback .container .right .btn {
    width: 100%;
  }
}
#callback .container .right .btn:hover {
  background: #e67818;
  color: white;
}
#callback .container .right .btn:last-child {
  margin: 0;
}

footer {
  width: 100%;
  background: #133252;
  color: white;
  padding: 100px 0px;
  padding-bottom: 60px;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .container .box {
  width: calc(25% - 10px);
}
@media (max-width: 900px) {
  footer .container .box {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .container .box:nth-child(1) .logo {
  width: 150px;
}
footer .container .box:nth-child(1) .logo img {
  width: 100%;
}
footer .container .box ul li {
  list-style: none;
  line-height: 30px;
}
footer .container .box ul li a {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 900px) {
  footer .container .box ul li a {
    font-size: 14px;
  }
}
footer .container .box:nth-child(4) ul li a {
  text-transform: lowercase !important;
}
footer .container .box:nth-child(4) ul li:nth-child(1) {
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer .container .copywrite {
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid white;
  padding: 30px 0px;
  text-align: center;
}

.about-cover {
  margin-top: 70px;
  width: 100%;
  background-image: url(./assets/images/about_banner.jpg);
  height: 250px;
  background-size: cover;
  background-position: center;
}
.about-cover img {
  width: 100%;
}

.contact-cover {
  margin-top: 70px;
  width: 100%;
  background-image: url(./assets/images/career_banner.jpg);
  height: 250px;
  background-size: cover;
  background-position: center;
}
.contact-cover img {
  width: 100%;
}

.employer-cover {
  margin-top: 70px;
  width: 100%;
  background-image: url(./assets/images/employers_banner.jpg);
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.employer-cover img {
  width: 100%;
}

.employer-cover {
  margin-top: 70px;
  width: 100%;
  background-image: url(./assets/images/jobs_banner.jpg);
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.employer-cover img {
  width: 100%;
}

.about-content {
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about-content {
    padding: 30px 0px;
  }
}
.about-content::after {
  content: "";
  left: 0;
  position: absolute;
  background-image: url("./assets/images/bottomleft_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  bottom: -200px;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .about-content::after {
    bottom: -50px;
  }
}
.about-content::before {
  content: "";
  position: absolute;
  background-image: url("./assets/images/topright_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: -200px;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .about-content::before {
    top: -50px;
  }
}
.about-content .container {
  text-align: left;
  position: relative;
  z-index: 2;
}
.about-content .container h2 {
  margin-bottom: 30px;
}
.about-content .container .vision-mission {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.about-content .container .vision-mission .box {
  color: white;
  padding: 60px;
  width: calc(50% - 20px);
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .about-content .container .vision-mission .box {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
  }
}
.about-content .container .vision-mission .box:nth-child(1) {
  background: url(./assets/images/vision_bg.png);
}
.about-content .container .vision-mission .box:nth-child(2) {
  background: url(./assets/images/mission_bg.png);
}
.about-content .container .vision-mission .box .icon {
  width: 50px;
}
.about-content .container .vision-mission .box .icon img {
  width: 100%;
}
.about-content .container .vision-mission .box h3 {
  margin: 15px 0px;
}
.about-content .container .vision-mission .box p {
  line-height: 25px;
}
.about-content .container .employer-image {
  width: 100%;
  position: relative;
  margin-top: 60px;
}
.about-content .container .employer-image img {
  width: 100%;
}
.about-content .container .employer-image .strip {
  width: 300px;
  background: #e67818;
  text-align: center;
  padding: 16px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 7px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 18px;
  text-transform: none;
  color: white;
  font-weight: 500;
}
@media (max-width: 768px) {
  .about-content .container .employer-image .strip {
    padding: 12px;
    font-size: 16px;
  }
}
.about-content .container .employer-text {
  margin: 60px 0px;
}
.about-content .container .industry {
  margin-top: 60px;
}
.about-content .container .industry h3 {
  margin-bottom: 30px;
}
.about-content .container .industry ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.about-content .container .industry ul li {
  list-style: none;
  background: #f0f6fb;
  width: calc(33.3333333333% - 10px);
  padding: 20px;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .about-content .container .industry ul li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 475px) {
  .about-content .container .industry ul li {
    width: 100%;
    font-size: 16px;
  }
}
.about-content .container .industry ul li .count {
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: #e67818;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: white;
}
.about-content .container .employer-form {
  background: url(./assets/images/expectaionform_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 80px;
  margin-top: 60px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .about-content .container .employer-form {
    padding: 20px;
  }
}
.about-content .container .employer-form .line {
  border: 1px solid white;
  margin: 60px 0px;
}
@media (max-width: 768px) {
  .about-content .container .employer-form .line {
    margin: 30px 0px;
  }
}
.about-content .container .employer-form form h2 {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about-content .container .employer-form form h2 {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }
}
.about-content .container .employer-form form .form-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-content .container .employer-form form .form-wrapper .holder {
  width: calc(33.3333333333% - 30px);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .about-content .container .employer-form form .form-wrapper .holder {
    width: calc(50% - 20px);
  }
}
@media (max-width: 475px) {
  .about-content .container .employer-form form .form-wrapper .holder {
    width: 100%;
  }
}
.about-content .container .employer-form form .form-wrapper .holder input,
.about-content .container .employer-form form .form-wrapper .holder select {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background: white;
  border: none;
  outline: none;
  font-weight: 600;
  padding-left: 20px;
  text-transform: none;
}
.about-content .container .employer-form form .form-wrapper .holder button {
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  border-radius: 50px;
}
.about-content .container .card-section {
  padding: 80px 0px;
  padding-bottom: 0px;
}
.about-content .container .card-section .holder {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .about-content .container .card-section .holder:nth-child(2) .image {
    order: 1;
  }
  .about-content .container .card-section .holder:nth-child(2) .content {
    order: 2;
  }
}
.about-content .container .card-section .holder .image {
  width: 50%;
}
.about-content .container .card-section .holder .image img {
  width: 100%;
}
@media (max-width: 900px) {
  .about-content .container .card-section .holder .image {
    width: 100%;
  }
}
.about-content .container .card-section .holder .content {
  width: 50%;
  padding: 0px 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 900px) {
  .about-content .container .card-section .holder .content {
    width: 100%;
    padding: 20px 0px;
  }
}
.about-content .container .card-section .holder .content h3,
.about-content .container .card-section .holder .content p {
  text-align: left;
}
.about-content .container .card-section .holder .content h3 {
  color: #e67818;
  margin-bottom: 20px;
}

#contact {
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
}
#contact h2 {
  text-align: center;
  margin-bottom: 30px;
}
#contact p {
  text-align: center;
}
@media (max-width: 768px) {
  #contact {
    padding: 60px 0px;
  }
  #contact h2,
  #contact p {
    text-align: left;
  }
}
#contact::after {
  content: "";
  left: 0;
  position: absolute;
  background-image: url("./assets/images/bottomleft_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  bottom: -200px;
  height: 100%;
  z-index: 1;
  display: none;
}
@media (max-width: 768px) {
  #contact::after {
    bottom: -50px;
  }
}
#contact::before {
  content: "";
  position: absolute;
  background-image: url("./assets/images/topright_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  top: -200px;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  #contact::before {
    top: -50px;
  }
}
#contact .container .contact-box {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact .container .contact-box .left {
  width: 40%;
}
@media (max-width: 768px) {
  #contact .container .contact-box .left {
    width: 100%;
  }
}
#contact .container .contact-box .left h3 {
  text-align: left;
  margin-bottom: 20px;
}
#contact .container .contact-box .left p {
  margin-bottom: 30px;
  text-align: left;
}
#contact .container .contact-box .left ul li {
  list-style: none;
  padding: 30px 0px;
  border-bottom: 1px solid black;
}
#contact .container .contact-box .left ul li:last-child {
  border: none;
}
#contact .container .contact-box .left ul li .title {
  color: #e67818;
  text-transform: uppercase;
}
#contact .container .contact-box .right {
  width: 50%;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(54, 54, 54, 0.2901960784);
  padding: 60px;
  border-radius: 60px;
}
@media (max-width: 768px) {
  #contact .container .contact-box .right {
    width: 100%;
    padding: 20px;
  }
}
#contact .container .contact-box .right form {
  width: 100%;
}
#contact .container .contact-box .right form h3 {
  margin-bottom: 20px;
}
#contact .container .contact-box .right form p {
  margin-bottom: 30px;
}
#contact .container .contact-box .right form input,
#contact .container .contact-box .right form textarea {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  background: #f0f6fb;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  text-transform: none;
  padding-left: 10px;
}
#contact .container .contact-box .right form .split {
  display: flex;
  flex-wrap: wrap;
}
#contact .container .contact-box .right form .split input {
  width: 50%;
}
@media (max-width: 768px) {
  #contact .container .contact-box .right form .split input {
    width: 100%;
  }
}
#contact .container .contact-box .right form .split input:nth-child(1) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#contact .container .contact-box .right form .split input:nth-child(2) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
#contact .container .contact-box .right textarea {
  height: 100px !important;
  width: 100%;
  resize: none;
  padding-top: 10px;
}
#contact .container .map {
  border-radius: 10px;
  /*overflow: hidden;*/
  margin-top: 60px;
  
}
#contact .container .map iframe {
  transform: scale(1.1);
}

.sidemenu {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.873);
  position: fixed;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 20px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5;
}
.sidemenu .close {
  width: 100%;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
  text-align: right;
  padding: 0px 30px;
  font-size: 45px;
  color: #e67818;
}
.sidemenu ul {
  position: relative;
  z-index: 2;
  width: 100%;
}
.sidemenu ul li {
  list-style: none;
  width: 100%;
}
.sidemenu ul li a {
  text-align: center;
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  padding: 10px;
  font-weight: 600;
}
.sidemenu ul li .active {
  color: #e67818;
}

.sidemenu-active {
  opacity: 1;
  visibility: visible;
  transition: 0.5;
}

.form-msg {
  width: 100%;
  color: black;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  display: none;
}

.form-msg.fail {
  background: rgb(255, 200, 200);
}

.form-msg.success {
  background: rgb(218, 255, 221);
}/*# sourceMappingURL=style.css.map */

.process {
  background-image: url(./assets/images/process.png);
  min-height: 85vh;
  width: 100%;                 /* Fill container width */
  padding: 10px;

  background-size: contain;  /* Fit image inside container */
  background-position: center;
  background-repeat: no-repeat;
}
}