html {
  scroll-behavior: smooth;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #212529;
  line-height: 28px;
}

.btn-one {
  border: 1px solid #595C5F;
  padding: 10px 20px;
  color: #212529;
  text-decoration: none;
}
.btn-one:hover {
  background-color: #FFD832;
}

/* Hero Video */
.outter.hero-video {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .outter.hero-video {
    height: 325px;
  }
}

.hero-video .video-container {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero-video .video-container {
    height: 325px;
  }
}
.hero-video video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .hero-video video {
    height: 325px;
  }
}
.hero-video .video-container:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.hero-video h1 {
  text-transform: uppercase;
  margin: 0 0 1rem;
  padding: 0;
  line-height: 66px;
  color: white;
  font-family: "Libre Baskerville", serif;
  text-align: left;
}
@media (max-width: 767px) {
  .hero-video h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .hero-video h1 {
    font-size: 52px;
  }
}
.hero-video .desc {
  color: white;
  font-weight: 400;
  font-size: 18px;
}
.hero-video .callout {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  width: 70%;
  margin: auto;
}
@media (max-width: 767px) {
  .hero-video .callout {
    width: 90%;
  }
}
.hero-video .button {
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0px;
  margin-top: 20px;
  background-color: #82bb00;
  padding: 15px 30px;
  border-radius: 0px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 767px) {
  .hero-video .button {
    padding: 10px 20px;
  }
}
.hero-video .button:hover {
  cursor: pointer;
  background-color: #6e9e01;
}

.sec-one {
  padding: 100px 0px 100px 0px;
}

.sec-two {
  padding: 0px 0px 100px 0px;
  overflow: hidden;
  height: 650px;
}
.sec-two .project-box {
  background-size: cover;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  height: 650px;
}
.sec-two .project-box:hover {
  transform: scale(1.1);
}
.sec-two .project-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(1deg, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.12));
  z-index: 99;
}
.sec-two .project-box::before:hover {
  background: linear-gradient(1deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0));
}
.sec-two .project-box .project-btm {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 20px;
  z-index: 99;
}
.sec-two .project-box .project-btm h4 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.sec-two .project-box:hover .project-btm {
  bottom: 100px;
}

.sec-three {
  padding: 100px 0px 40px 0px;
}
.sec-three h4 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
}

section#counter-stats {
  display: flex;
  justify-content: center;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.stats .fa {
  color: #008080;
  font-size: 60px;
}

/*/ end count stats /*/
.count-sec {
  background: url(../imgs/count-bg.jpg) rgba(0, 0, 0, 0.9);
  background-size: cover;
  background-blend-mode: multiply;
  padding: 80px 0px 80px 0px;
}
.count-sec h5 {
  font-family: "Poppins", sans-serif;
}

.testimonials {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 100px 0px;
  font-family: "Poppins", sans-serif;
}

.testimonials::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: #ffffff;
}

.testimonials .title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding: 20px 0;
  max-width: 600px;
  margin: 0 auto;
}

.testimonials .title h5 {
  color: #EB6D2F;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: -3px;
}

.testimonials .title h2 {
  text-transform: uppercase;
  color: #000000;
  line-height: 1.2em;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  letter-spacing: -1px;
  margin: 0;
}

.testimonials .title img {
  margin-top: -10px;
}

.testimonials .title p {
  margin: 0 0 10px;
  margin-bottom: 0;
  color: #5A3733;
}

.testimonials .testi .item {
  background: #fff;
  padding: 15px 0px;
  border-radius: 0px;
  border: 1px solid #E6E6E6;
}

.testimonials .testi .item .profile {
  display: flex;
  padding-left: 15px;
}

.testimonials .testi .item .profile img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials .testi .item .profile .information {
  padding-left: 20px;
  margin-bottom: 15px;
}

.testimonials .testi .item .profile .information .stars i {
  color: #ffd832;
}

.testimonials .testi .item .profile .information p {
  font-size: 24px;
  margin: 0px auto 0px;
  color: #5A3733;
  font-weight: 900;
  line-height: 1;
}

.testimonials .testi .item .profile .information span {
  color: #EB6D2F;
  font-weight: bold;
  margin-top: -4px;
  line-height: 1.6em;
  font-size: 14px;
}

.testimonials .testi .item > p {
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  display: block;
  z-index: 2;
  color: #212529;
  text-align: center;
}

.testimonials .testi .item .icon {
  text-align: center;
}

.testimonials .testi .item .icon i {
  font-size: 32px;
  color: #FFD832;
}

.testimonials h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.testimonials h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #929292;
}

.clinets {
  padding: 50px 0px 50px 0px;
  background-color: #F4F4F4;
}

.get-news-sec {
  background: url(../imgs/btm-bg.jpg) rgba(0, 0, 0, 0.9);
  background-size: cover;
  background-blend-mode: multiply;
  padding: 10px 0px 10px 0px;
}
.get-news-sec .searchbox-wrap {
  display: flex;
  width: 500px;
  margin-top: 2%;
}
.get-news-sec .searchbox-wrap input {
  flex: 1;
  padding: 15px 20px;
  font-size: 1.1em;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  box-shadow: none;
  border: none;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.19);
}
.get-news-sec .searchbox-wrap button {
  padding-right: 10px;
  background-color: #fff;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 5px 4px 6px rgba(0, 0, 0, 0.19);
  border: none;
  cursor: pointer;
  cursor: hand;
}
.get-news-sec .searchbox-wrap button span {
  margin-left: 50px;
  padding: 12px 45px;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background-color: #1d1f22;
  border-radius: 20px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.19);
  font-family: "Poppins", sans-serif;
}
.get-news-sec .searchbox-wrap button span:hover {
  background-color: #FFD832;
  color: #000000;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.19);
}
.get-news-sec h3 {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}
.get-news-sec p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #ffffff;
}

.ftr-sec {
  background-color: #000000;
  padding: 100px 0px 100px 0px;
}
.ftr-sec h3 {
  color: hsl(0, 0%, 100%);
  line-height: 1.2em;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.ftr-sec .links ul {
  list-style: none;
  padding-left: 0px;
}
.ftr-sec .links ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  line-height: 36px;
  text-transform: uppercase;
  transition: 0.5s;
}
.ftr-sec .links ul li a:hover {
  color: #FFD832;
}

.btm-sec {
  background-color: #000000;
  padding: 10px 0px 10px 0px;
}
.btm-sec p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
.btm-sec .social ul {
  list-style: none;
  display: flex;
  gap: 10px;
  float: right;
}
.btm-sec .social ul li {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border-right: 1px solid #ffffff;
  padding-right: 10px;
}
.btm-sec .social ul li:last-child {
  border-right: none;
}
.btm-sec .social ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s;
  text-transform: uppercase;
}
.btm-sec .social ul li a:hover {
  color: #FFD832;
}

.active {
  background-color: rgba(34, 34, 34, 0.9) !important;
}

.owl-nav {
  margin: auto;
  display: table;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  font-size: 30px !important;
}

.wht-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: rgb(255 255 255 / 50%);
  border-radius: 30px;
  padding: 10px 20px 10px 20px;
  color: #000000;
  text-decoration: none;
  transition: 0.5s;
  text-transform: uppercase;
  border:none;
  cursor: pointer;
  line-height: 50px;
  margin: 0px 5px;
}
.wht-btn:hover {
  background-color: #FFD832;
}

.top-sub-bg {
  /* background-image: url(../imgs/sub-banner.jpg); */
  background-size: cover;
  background-color: #000;
  width: 100%;
  height: 132px;
}

.doted-bg {
  background-image: url(../imgs/doted_bg.jpg);
  background-repeat: repeat;
}

.click-btns-sec {
  padding: 50px 0px 50px 0px;
}
.click-btns-sec a {
  text-decoration: none;
  color: #000000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s;
}
.click-btns-sec a:hover {
  color: #FFD832;
}

.our_journey {
  padding: 50px 0px 50px 0px;
}

.Who-we-are {
  padding: 150px 0px 50px 0px;
}
.Who-we-are h2 {
  text-align: center;
}
.Who-we-are p {
  text-align: center;
}

.team-sec {
  padding: 100px 0px 50px 0px;
}
.team-sec .team {
  background-color: #ffffff;
  height: 425px;
  border: 1px solid #cccccc;
}
.team-sec .team h4 {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 500;
  padding-top: 20px;
  color: #404040;
  text-align: center;
}
.team-sec .team h5 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #404040;
  text-align: center;
}

.contact-sec {
  padding: 100px 0px 100px 0px;
}
.contact-sec h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.contact-sec .form-control {
  height: 45px;
  border-color: #969696;
}
.contact-sec textarea.form-control {
  min-height: 100px;
}

.project-sec {
  padding: 100px 0px;
}
.project-sec .project-div {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
}
.project-sec .project-div::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.54);
  width: 100%;
  height: 100%;
  z-index: 99;
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease;
  top: 0px;
  left: 0px;
}
.project-sec .project-div:hover::before {
  opacity: 1; /* Make the overlay visible on hover */
}
.project-sec .project-div:hover .contant {
  opacity: 1; /* Show the content on hover */
}
.project-sec .project-div .contant {
  position: absolute;
  margin-left: 50px;
  opacity: 0;
  z-index: 100; /* Ensure it's above the ::before overlay */
  transition: opacity 0.5s ease;
}
.project-sec .project-div .contant h5, .project-sec .project-div .contant h6, .project-sec .project-div .contant p {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}
.project-sec .project-div .contant h5 {
  font-size: 22px;
}
.project-sec .project-div .contant h6 {
  font-size: 20px;
}
.project-sec .project-div .contant p {
  font-size: 16px;
}
.project-sec .project-div .contant .btn-one {
  border: 1px solid #ffffff;
  padding: 10px 20px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  background:#fff;
}
.project-details-sec {
  padding: 100px 0px 100px 0px;
}
.project-details-sec h2 {
  font-size: 22px;
  color: #e74011;
}
.project-details-sec h5 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #404040;
}

.career-sec {
  padding: 100px 0px 20px 0px;
}
.career-sec a.career-box {
  width: 100%;
  background-color: #ffffff;
  padding: 50px 20px;
  box-shadow: 2px -1px 17px 0px rgba(0, 0, 0, 0.15);
  float: left;
  text-decoration: none;
  transition: 0.5s;
}
.career-sec a.career-box:hover {
  background-color: #FFB800;
}
.career-sec a.career-box h3 {
  font-family: "Poppins", sans-serif;
  color: #FF0000;
  font-size: 22px;
}
.career-sec a.career-box h5 {
  font-family: "Poppins", sans-serif;
  color: #7B7B7B;
  font-weight: 400;
  font-size: 18px;
}
.career-sec a.career-box h6 {
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}

.apply-sec {
  padding: 100px 0px 100px 0px;
}
.apply-sec .box {
  box-shadow: 2px -1px 17px 0px rgba(0, 0, 0, 0.15);
  padding: 50px;
}
.apply-sec .box .sr-only {
  position: absolute;
  margin: -1px;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.apply-sec .box .btn {
  width: 100%;
  display: inline-block;
  padding: 50px;
  border-radius: 0.25rem;
  color: #000000;
  background-color: rgb(254, 254, 255);
  cursor: pointer;
  border: 2px dashed #cccccc;
}
.apply-sec .box [type=file]:focus + .btn {
  outline: 5px solid #a52;
}
.apply-sec .box .f-1 {
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
}
.apply-sec .box .f-2 {
  font-family: "Poppins", sans-serif;
  color: #7B7B7B !important;
  font-weight: 500;
  font-size: 14px;
}
.apply-sec .box .form-check-label {
  font-family: "Poppins", sans-serif;
  color: #000000 !important;
  font-weight: 500;
  font-size: 16px;
}
.apply-sec .box .form-control {
  height: 45px;
  border-color: #969696;
}
.apply-sec .box hr {
  border-color: #bdbdbd;
}

.submit-btn {
  background-color: #FFB800;
  padding: 10px 40px;
  color: #000000;
  width: auto;
  display: inline;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border: none;
}

.content1 {
  max-width: 650px;
  margin: 0 auto;
  top: 35%;
  position: relative;
}

.content1 h1 {
  line-height: 1.5;
  color: white;
  font-weight: 300;
  text-align: center;
  font-size: 3rem;
  text-shadow: 0 2px 5px black;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #606060;
  /* change if the mask should have another color then white */
  z-index: 99999;
  /* makes sure it stays on top */
}

#status {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../imgs/logo.png);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -150px;
  /* is width and height divided by two */
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #FFD832;
  color: rgb(0, 0, 0);
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 60px;
}

#myBtn:hover {
  background-color: #555;
}

.p-t-5 {
  padding-top: 100px !important;
}

.project-sec .project-div .contant p {
  font-size: 16px;
}

.project-sec .project-div .contant h5 {
  font-size: 26px;
}

.headeing-text h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 68px;
  color: #1c1c1c;
  display: block;
  margin: 0;
  text-transform: uppercase;
}

.headeing-subheading-text {
  color: #999;
  line-height: 40px;
  text-align: center;
  font-weight: 200;
  font-size: 20px;
}

.client-section {
  background-color: #F5F5F5;
  padding: 50px 0px 50px 0px;
}

.client-section .client-logo .item {
  transition: transform 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), box-shadow 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  margin-bottom: 15px;
  background-color: #fff !important;
  margin: 10px;
  padding: 30px;
  border: 1px solid #efeeee;
  background-color: #ddd;
}

.client-section .client-logo .item:hover {
  transform: translateY(-5px);
}

.client-section .client-logo img {
  width: 100px;
  margin: 0 auto;
  opacity: 0.8;
  filter: grayscale(100%);
}

.client-section .client-logo img:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
  filter: grayscale(0);
}

.client-section .active {
  background-color: #F5F5F5 !important;
}

.zoom {
  overflow: hidden;
  position: relative;
}
.zoom img {
  transition: 0.5s;
}
.zoom img:hover {
  transform: scale(1.1);
}

.zoom-icn {
  position: relative;
}
.zoom-icn h4 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
  text-align: center;
}
.zoom-icn img {
  transition: 0.5s;
  width: 75%;
  height: 50px;
}
.zoom-icn img:hover {
  transform: scale(1.1);
  filter: grayscale(100%);
}

.project-sec .project-div img {
  transition: 0.5s;
}

.project-sec .project-div:hover img {
  transform: scale(1.1);
}

.map {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

a .img-box {
  position: relative;
}

.text-div {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7411764706);
  text-align: center;
  padding-top: 10px;
}
.text-div h5 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}

.rr-life-sec {
  padding: 100px 0px 100px 0px;
}

#job_description h5 {
  color: #ff7c32;
}
#job_description ul {
  padding-left: 25px;
}

#exampleModal .modal-dialog {
  position: fixed;
  top: 132px;
  right: 20px;
  height: 100%;
  margin: 0;
}/*# sourceMappingURL=style.css.map */
/* Fullscreen container for the video */
.video-background {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

/* Style for the YouTube iframe */
#video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw; /* Full width of the viewport */
  height: 56.25vw; /* Aspect ratio for 16:9 videos */
  min-width: 100%; /* Ensures it doesn't shrink too much */
  min-height: 100%; /* Ensures it covers the height */
  transform: translate(-50%, -50%);
  pointer-events: none;
}
img.img-fluid.w-100 {
  border-radius: 25px;
}
.text-justify50{
  text-align: justify;
  text-indent: 50px;
}
.get-news-sec .col-lg-12 {
  display: flex
;
}
.divNews {
  color: #fff;
  font-size: 14px;
}

.get-news-sec h3 {
  margin-bottom: 0px;
  font-size: 22px;
  padding-right: 10px;
}

.get-news-sec .scrolling-text {
  flex: 1;
}
.sec-three h2 {
  margin-bottom: 40px;
}
.ftr-sec ul.contact li {
  color: #fff;
  line-height: 30px;
}
.testi .item iframe {
  width: 100%;
}
iframe {
  max-width: 100%;
}
.lightbox .modal-dialog {
  width: 100% !important;
  --bs-modal-width: 100%;
  margin: 0;
}

.lightbox {
  z-index: 9999;
}