body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.top-orange-strip {
  background: #8b2f0b;
  height: 35px;
  line-height: 35px;
  color: #fff;
}

.socialmedia-icons-top {
  list-style: none;
  padding: 0;
  column-gap: 15px;
  margin-bottom: 0;
  height: 100%;
  justify-content: end;
}

.top-header {
  position: sticky;
  top: 0;
  z-index: 100;
}

/*Header*/
.logobox {
  flex-direction: row;
  height: 85px;
  justify-content: start;
  width: 100%;
  line-height: 85px;
  column-gap: 10px;
  text-decoration: none;
}

.navmenu {
  height: 75px;
  line-height: 75px;
  background-color: #fff;
}

.logobox img {
  height: 65px;
  margin-top: 5px;
}

.logobox span {
  height: AUTO;
  font-size: 24px;
  font-weight: 600;
  color: hsl(0deg 42.25% 38.3%);
}

.navmenu-list ul {
  display: flex;
  column-gap: 45px;
  padding: 0;
  list-style: none;
  justify-content: end;
}

.navmenu-list ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 18px;
}


.navmenu-list ul li a:hover {
  color: #df5811;
  position: relative;
}

/*Submenu*/
.submennu {
  position: ABSOLUTE;
  background: #fff;
  border: solid thin #eaeaea;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
}

.submennu ul {
  display: flex;
  flex-direction: column;
  column-gap: 0;
  width: 300px;
}

.submennu ul li {
  height: 40px;
  line-height: 40px;
  border-bottom: solid thin #eaeaea;
  padding-left: 12px;
}

.submennu ul li a {
  font-size: 15px;
}
.navmenu-list ul li.active .submennu ul li a {
  text-decoration: none;
  color: #333 !important;
  font-size: 15px !important;
}
.navmenu-list ul li.active .submennu ul li a::before {
background: #fff;
}
.navmenu-list ul li.active .submennu ul li a:hover {
  color: #df5811 !important;
}

.service-menu:hover .submennu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}

/*Banner*/
.home-banner {
  height: 90vh;
}

.home-banner img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #df5811;
  border-radius: 30%;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: .8;
  display: none;
}

.home-banner .carousel-caption {
  width: 720px;
  position: absolute;
  top: 14%;
  left: 16%;
  height: auto;
}

.home-banner .carousel-caption h5 {
  padding: 8px;
  color: #000000;
  font-size: 55px;
  font-weight: 800;
  text-align: left;
  text-shadow: 0px 0px 3px #c54600;
  background: #f1efe833;
}

.home-banner .carousel-caption h5 span {
  color: #842e01;
}

.home-banner .carousel-caption p {
  background: #fff;
  color: #d65600;
  padding: 8px;
  font-weight: 600;
}
.navmenu-list .active a{
  color: #df5811;
  position: relative;
}
.navmenu-list .active a::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #df5811;
  left: 0;
  bottom: -4px;
}

/* .navmenu-list ul li.active-menu a {

} */

/* .navmenu-list ul li.active-menu a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #df5811;
  left: 0;
  bottom: -4px;
} */

/* about us */
.right-text-about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 50px;
  text-align: justify;
}

.right-text-about p span {
  font-weight: 600;
}

.text-theme {
  color: #e85a22;
}

.left-about-img img {
  width: 100%;
}

.aboutus {
  overflow: hidden;
  position: RELATIVE;
}

.sub-bg-aboutus {
  position: ABSOLUTE;
  bottom: 0;
}

.right-text-about h3,
.right-text-directorinfo h3 {
  display: block;
  width: 100%;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
  font-size: 18px;
}

.right-text-about h3::before,
.right-text-directorinfo h3::before {
  position: absolute;
  content: '';
  height: 4px;
  background-color: #d65600;
  width: 80px;
  bottom: -5px;
  left: 0;
}

.right-text-about h3::after,
.right-text-directorinfo h3::after {
  position: absolute;
  content: 'About Us';
  left: -50%;
  top: -150px;
  opacity: .05;
  font-size: 110px;
  color: #cf391782;
}

.right-text-directorinfo h3::after {
  content: 'Director';
  left: -137px;
  top: -120px;
  opacity: .07;
  font-size: 90px;
}

.head-ourservices h3 {
  margin-bottom: 20px;
  display: inline-block;
  width: AUTO;
}

.head-ourservices h3::after {
  content: '';
}

.head-ourservices h3::before {
  width: 100%;
}

.head-ourservices h2 {
  font-weight: 700;
}

.head-ourservices {
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 30px;
}

.left-about-img,
.left-about-img img {
  border-radius: 20px;
}

.knowmore-btn {
  border-radius: 0;
  background: linear-gradient(45deg, #852e01, #df5813);
  border: none;
  padding: 12px 20px;
}

/*section-3*/
.bg-light-gray {
  background-color: #f2f3f5;
}

.left-director-img {
  height: 550px;
  position: RELATIVE;
}

.left-director-img img {
  height: 450px;
  width: 450px;
  object-fit: cover;
  position: ABSOLUTE;
  right: -120px;
  top: 60px;
  border-radius: 335px;
}

.right-text-directorinfo {
  padding-left: 150px;
  padding-right: 100px;
  padding-top: 90px;
}

.right-text-directorinfo p span {
  font-weight: 600;
}

.right-text-directorinfo p,
.right-text-about p {
  font-size: 20px;
}

/*Section 4*/
.bg-theme {
  background-color: #852e01;
}

.our-service-container {
  position: relative;
}

.our-service-container::before,
.our-service-container::after {
  content: '';
  position: ABSOLUTE;
  width: 60px;
  z-index: 1;
  height: 100%;
  background: #852e01;
  top: 0;
  left: 0;
}

.our-service-container::after {
  right: 0;
  left: initial;
}

.servicebox-1 {
  border: solid thin #eaeaea;
  overflow: hidden;
  position: relative;
}

.service-img {
  height: 350px;
  overflow: hidden;
}

.service-img img {
  height: 100%;
  object-fit: COVER;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
}

.service-img img:hover {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.servicebox-1 span {
  display: inline-block;
  padding: 30px;
  font-weight: 600;
}

.service-icon {
  position: ABSOLUTE;
  background: #802d00;
  height: 80px;
  width: 80px;
  padding: 15px;
  bottom: 45px;
  right: 30px;
  border-radius: 50%;
}

/*section 5*/

.otherservices h3::after {
  content: '';
}

.otherservices {
  padding: 30px 50px 0px 50px;
}

.other-services ul {
  padding: 0;
  width: 100%;
  background: #fff;
}

.other-services ul li {
  width: 33.33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 15px;
  float: left;
  position: relative;
  background: #fff;
  border: solid thin #f9f9f9;
}

.other-services ul li img {
  width: 50px;
  display: inline-block;
  margin: 0px auto;
}

.other-services ul li span {
  margin-top: 15px;
  font-weight: 700;
  color: #802d00;
  font-size: 14px;
}

/*Section 6*/

.slider {
  --slider-padding: 1rem;
  --slider-column-gap: 1rem;
  --slide-width: 25%;
  --slide-min-width: 15rem;
  position: relative;
  overflow: hidden;
}

.slider__track {
  display: flex;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  padding-inline: var(--slider-padding);
  scroll-behavior: smooth;
  list-style-type: none;
  padding: 0;
  margin-right: calc(var(--slider-column-gap) * -1);
  scrollbar-width: none;
  column-gap: 15px;
}

.slider__track>* {
  flex: 0 0 var(--slide-width);
  min-width: var(--slide-min-width);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  padding-right: var(--slider-column-gap);
}

.slider__track::-webkit-scrollbar {
  display: none;
}

.slider__button {
  position: absolute;
  top: 40%;
  z-index: 10;
  left: 0px;
  background: #ce5500;
  color: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: none;
}

.sliderbtn-right {
  left: initial;
  right: 0;
}

.slider__buttons [disabled] {
  opacity: 0.5;
}

.slide-text {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  bottom: 15px;
  z-index: 10;
  left: 0;
  text-align: CENTER;
  background: #ffffffe8;
  width: 90%;
  left: 5%;
  padding: 10px;
  border: solid 2px #ce5500;
}

.slider__track li {
  position: relative;
  overflow: hidden;
  padding-right: 0;
}

.slider__track li img {
  width: 100%;
  border-radius: 20px;
}

/*Section -7*/
.bg-world {
  background-image: url('../images/world-map.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  width: 100%;
  position: relative;
  background-position: center;
}

.box-experience img {
  width: 70px;
}

.box-experience span {
  display: block;
  color: #802d00;
  font-size: 40px;
  font-weight: 700;
}

.box-experience {
  border: solid thin #efefef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: CENTER;
  height: 300px;
  background: #ffffff8a;
}

/*Our Partners*/

/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

/*
  .slick-slider
  {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  } */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*why choose us*/

.why-chooseus {
  padding: 20px;
  box-shadow: 0px 1px 10px #dddddda6;
  border-radius: 10px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.why-chooseus:before {
  position: absolute;
  content: '';
  height: 100px;
  width: 100px;
  background: #852e0182;
  right: -90px;
  bottom: 0;
  border-radius: 30px;
}
.bg-why-choose-us{
  background: #852e011c;
}
.why-chooseus h2 {
  display: flex;
  align-items: center;
  font-size: 18px;
  column-gap: 10px;
  font-weight: 700;
}

.why-chooseus h2 span {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  color: #802d00;
}

.getintouch {
  background: #a03c00;
  color: #fff;
  border-radius: 10px;
}

.getintouch a {
  background: #fff;
  color: #9a3b00;
}

.contact-footer a {
  text-decoration: none;
}

.logo-reco {
  width: 100px;
}

.recognitionbox {
  row-gap: 20px;
}

.bg-light-white {
  background: #fbfbfb;
}

.whatsapplink {
  position: fixed;
  bottom: 20%;
  z-index: 15;
  width: 50px;
  right: -2px;
}

/*Service banner*/
.com-banner-service {
  height: 500px;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  background-image: url('../images/service-banner.jpg');
}
.drone-banner{
  background-image: url('../images/drone-banner.jpg');
}
.dgps-banner{
  background-image: url('../images/dgps-banner.jpg');
}
.mineral-banner{
  background-image: url('../images/core-drilling-banner.jpg');
}
.gallery-banner{
  background-image: url('../images/image-4.JPG');
}
.patrography-banner{
  background-image: url('../images/petrography-banner.jpg');
}

.com-banner-service:before {
  content: '';
  position: ABSOLUTE;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 71%);
}

.com-banner-service h1 {
  text-align: CENTER;
  line-height: 500px;
  color: #fff;
  z-index: 10;
  position: relative;
  font-size: 60px;
  font-weight: 600;
  color: #ffc107;
}

.service-info-box h2,
.whychoose-service h3 {
  font-size: 20px;
  font-weight: 600;
}

.bg-light-theme {
  background: #fff6f1;
}

.service-info-box {
  position: RELATIVE;
  overflow: hidden;
  border-radius: 8px;
}

.service-info-box:before {
  position: ABSOLUTE;
  content: '';
  height: 150px;
  width: 150px;
  background: #772900;
  border-radius: 50%;
  opacity: .5;
  right: -50px;
  bottom: -90px;
}

.com-service-parahead {
  background: #fff;
  padding: 10px;
  border-left: solid 5px #852e01;
  font-size: 18px;
  font-weight: 500;
  padding-left: 25px;
  padding-right: 35px;
  text-align: justify;
}

.whychoose-service p {
  text-align: justify;
}

/*Contact Us*/

.right_conatct_social_icon {
  background: linear-gradient(to top right, #852e01 -5%, #b16740 100%);
  width: 100px;
  position: RELATIVE;
  height: 100%;
  right: -60px;

}

.contact_us {
  background-color: #f1f1f1;
  padding: 30px 0px;
}

.contact_inner {
  background-color: #fff;
  position: relative;
  box-shadow: 20px 22px 44px #cccc;
  border-radius: 25px;
}

.contact_field {
  padding: 60px 340px 90px 100px;
}


.contact_field h3 {
  color: #000;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact_field p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.contact_field .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #1325e8;
}

.contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_info_sec {
  position: absolute;
  background-image: url(../images/rake-loading-services.jpg);
  right: 1px;
  top: 15%;
  height: 360px;
  width: 380px;
  padding: 40px 25px;
  border-radius: 25px 0 0 25px;
  background-position: center;
  background-size: cover;
}

.contact_info_sec:before {
  content: '';
  position: ABSOLUTE;
  height: 100%;
  width: 100%;
  background-color: #852e01db;
  left: 0;
  top: 0;
  border-radius: 25px 0 0 25px;
}

.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 15px;
  color: #fff;
  position: relative;
}

.info_single {
  margin: 25px 0px;
  position: RELATIVE;
  color: #fff;
}

.info_single i {
  margin-right: 15px;
}

.info_single span {
  font-size: 14px;
  letter-spacing: 1px;
}

button.contact_form_submit {
  border: none;
  width: 100%;
  cursor: pointer;
  letter-spacing: 2px;
}

.map_sec {
  padding: 50px 0px;
}

.map_bind {
  margin-top: 50px;
  border-radius: 30px;
  overflow: hidden;
}

.logo-project {
  min-width: 250px;
  height: 100%;
  border: solid thin #852e0145;
  max-width: 250px;
  display: FLEX;
  justify-content: center;
  align-items: CENTER;
  padding: 15px;
}

.project-box {
  border: solid thin #f1f1f1;
  background-color: #fff;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.servicename {
  font-weight: 600;
}

.servicename i {
  height: 30px;
  width: 30px;
  text-align: CENTER;
  line-height: 30px;
  background: #852e0114;
  border-radius: 50%;
  color: #802d00c9;
  border: solid thin #802d001c;
}

.project-details h3 {
  font-size: 12px;
  margin-bottom: 20px;
  background: #852e01;
  padding: 5px;
  color: #fff;
  text-align: center;
}
.project-details p {
  font-size: 14px;
}

.navbar-project.active{
  border-radius: 0;
  background: #852e01 !important;
  color:#fff !important;
}
.navbar-project{
  color: #852e01 !important;
}
.our-projects{
  background: #fffbf9;
}
.w-max-cont{
  width: max-content;
}
.textbox-privacy ul{
list-style: none;
}
.textbox-privacy ul li{
margin-bottom: 10px;
}
.right-directorimg img{
  right: initial;
  left: -120px;
}

/*Teams*/
.main{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-card{
  position: relative;
  width: 220px;
  height: 350px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 22px #ddd6;
  transition: .6s;
  margin: 0 25px;
}
.profile-card .img{
  position: relative;
  width: 100%;
  height: 200px;
}

.img img{
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 22px #3336;
}
.profile-card:hover img{
  border-radius: 10px;
}
.caption{
  text-align: center;
}
.caption h3{
  font-size: 16px;
}
.caption p{
  font-size: 14px;
  color: #852e01;
  margin: 2px 0 9px 0;
}
.caption span{
  font-size: 12px;
  color: #858585;
  margin: 2px 0 9px 0;
  font-weight: 600;
}
.phonenumber, .email{
  text-decoration: none;
}
.desk-none{
  display: none;
}

/*Mobile Menu*/

/*---------------------
HAMBURGER MENU
----------------------*/

.hamburger-menu {
  position: fixed;
  top: 33px;
  right: 15px;
  padding-top: 8px;
  padding-left: 0px;
  height: 43px;
  cursor: pointer;
  z-index: 9998;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.bar,
.bar:after,
.bar:before {
  width: 25px;
  height: 3px;
}

.bar {
  position: relative;
  transform: translateY(10px);
  background: black;
  transition: all 0ms 300ms;
}

.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  background: black;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: black;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*---------------------
Mobiles Menu 
----------------------*/
    /*---------------------
    Mobiles Menu - Design 
    ----------------------*/

.mobile-menu ul {
  margin: 0;
  padding: 0;
}

.mobile-menu li {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-align: left;
  padding-left: 15px;
  border-bottom: solid thin #5d2100;
  color: #fff;
}

.mobile-menu li:first-child {
  margin-top: 70px;
}

.mobile-menu li:hover {
  background: #451400;
}

.mobile-menu li a {
  text-decoration: none;
  color: white;
}

    /*---------------------
    Mobiles Menu - Slide IN 
    ----------------------*/

.mobile-menu {
  top: 0;
  max-width: 250px;
  left: -100%;
  width: 100%;
  background: #4e1700;
  color: #fff;
  height: 100%;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
  -moz-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.mobile-menu.active {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

    /*---------------------
    Mobiles Menu - Dropdown Submenu
    ----------------------*/

.has-children:hover{
    cursor:hand;
}

.children {
    display:none;	
}

.mobile-menu .children li:first-child {
  margin-top: 0px;
}

.icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: white;
    top: 5px;
    right: 10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg); 
    transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;	 
}
  
.icon-arrow:after {
    content: "\25BC";
}

.icon-arrow.open {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg); 
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s; 		
}
