@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
/* font-family: "Manrope", sans-serif; */

@import url("https://use.typekit.net/qzj8jeo.css");

.adoberul {
font-family: "adobe-garamond-pro", serif;
font-weight: 400;
font-style: normal;
}

.adobebold {
font-family: "adobe-garamond-pro", serif;
font-weight: 700;
font-style: normal;
}

.tab-content {
  display: none; /* Hide all tab content by default */
}

.active {
  display: block; /* Show active tab content */
}

.tabs {
  display: flex;
  margin-bottom: 10px;
}

.tabs button {
  padding: 10px;
  margin-right: 5px;
  cursor: pointer;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
}

.tabs button.active {
  background-color: #007bff;
  color: white;
}

.navbar-brand img { height: 80px; }

.owl-carousel {
    touch-action: pan-y;
}

.owl-carousel.owl-drag .owl-item { 
 touch-action: auto !important;
 user-select: auto !important;
} 

p {
  font-size: 16px;
  font-family: "Manrope", sans-serif;
}




@media (min-width: 1440px) {
  .ds1 {
    font-size: 5rem;

  }

  .ds2 {
    font-size: 4.5rem;

  }

  /* 72px */
  .ds3 {
    font-size: 4rem;

  }

  /* 64px */
  .ds4 {
    font-size: 3.75rem;

  }

  /* 60px */
  .ds5 {
    font-size: 3rem;

  }

  /* 48px */
  .ds6 {
    font-size: 2.5rem;

  }

  .ds7 {
    font-size: 2.25rem;

  }

  /* 36px */
  .ds8 {
    font-size: 1.875rem;

  }

  /* 30px */
  .ds9 {
    font-size: 1.5rem;

  }

  /* 24px */
  .ds10 {
    font-size: 1.25rem;

  }

  /* 20px */
  .ds11 {
    font-size: 1rem;
  }

  /* 16px */
  .ds12 {
    font-size: 0.875rem;
  }

  /* 14px */
  .ds13 {
    font-size: 0.875rem;
  }

  /* 14px */
}

@media (max-width: 1440px) {
  .ds1 {
    font-size: calc(1.625rem + 3.5vw);
  }

  .ds2 {
    font-size: calc(1.575rem + 2.5vw);
  }

  .ds3 {
    font-size: calc(1.525rem + 1.3vw);
  }

  .ds4 {
    font-size: calc(1.475rem + 1.7vw);
  }

  .ds5 {
    font-size: calc(1.325rem + 1.1vw);
  }

  .ds6 {
    font-size: calc(1.375rem + 0.5vw);
  }

  .ds7 {
    font-size: calc(1.325rem + 0.5vw);
  }

  .ds8 {
    font-size: calc(1.3rem + 0.3vw);
  }

  .ds9 {
    font-size: calc(1.115rem + 0.1vw);
  }

  .ds10 {
    font-size: calc(1rem + 0vw);
  }

  .ds11 {
    font-size: calc(0.775rem + 0.1vw);
  }

  .ds12 {
    font-size: 0.875rem;
  }

  .ds13 {
    font-size: 0.875rem;
  }



}

@media (max-width: 767px) {
  .ds1 {
    font-size: calc(1.625rem + 3.5vw);
  }

  .ds2 {
    font-size: calc(1.575rem + 2.5vw);
  }

  .ds3 {
    font-size: calc(1.525rem + 1.3vw);
  }

  .ds4 {
    font-size: calc(1.475rem + 0.1vw);
  }

  .ds5 {
    font-size: calc(2.225rem + 0.2vw);
  }

  .ds6 {
    font-size: calc(1.375rem + 0.5vw);
  }

  .ds7 {
    font-size: calc(1.325rem + 0.5vw);
  }

  .ds8 {
    font-size: calc(1.3rem + 0.3vw);
  }

  .ds9 {
    font-size: calc(1.155rem + 0.1vw);
  }

  .ds10 {
    font-size: calc(1.1rem + 0.1vw);
  }

  .ds11 {
    font-size: calc(0.875rem + 0.1vw);
  }

  .ds12 {
    font-size: 0.875rem;
  }

  .ds13 {
    font-size: 0.875rem;
  }

  p {
    font-size: calc(0.875rem + 0.1vw);
  }
}

body {
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  color: #535658;
  overflow-x: hidden;
  padding-top: 105px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: "adobe-garamond-pro", serif;
}

.owl-theme .owl-nav .disabled {
  opacity: 0 !important;
}

.row::-webkit-scrollbar {
  display: none !important;
}

ul li {
  list-style-type: none;
}

.owl-dots {
  display: none;
}

.btngroup a {
  background-color: #f47527;
  font-size: 16px;
  color: #fff !important;
  padding: 15px 50px;
  display: inline-block;
  text-decoration: none;
}


.modal-dialog img { border: 2px solid #ccc; margin: 20px 0 0 0; }

.wpcf7-not-valid-tip { color: #f47527; }
.screen-reader-response { display: none; }
.wpcf7-response-output { color: #f47527; }


.wpcf7-form.sent .wpcf7-response-output { color: #299100 !important;}


/* global css end */

.header {
  position: fixed;
  background-color: #fff;
  top: 0;
  z-index: 99999;
  box-shadow: 0px 0px 10px #ccc;
}

.navbar-nav li {
  padding-right: 0;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  line-height: 13px;
  padding-bottom: 20px;
  margin-top: 20px;
}

.navbar-nav li:first-child {
  border: none;
}

.lftDiv .owl-item {
  width: 100%;
  height: 100%;
}

.lftDiv .owl-item .item {
  width: 100%;
  height: 100%;

}

.lftDiv .owl-item .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.lftDiv .owl-stage-outer {
  width: 100%;
  height: 100%;
}

.owl-stage-outer {  }

.lftDiv .owl-stage {  
  width: 100%;
  height: 100%;
 }


.clientnumberDiv .col-lg-4 .clientnumberDivIn h2   { }


.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 235px;
  z-index: 999;
  padding: 10px 0;
  background: #ffffff;
  border: 1px solid #ccc;
  margin-top: 20px;
  padding: 5px 0px;
}

.sub-menu li a {
  padding: 7px 10px !important;
  display: inline-block;
  width: 100%;
  line-height: normal;
  font-size: 14px;
  border-bottom: 1px solid #BABABA;
  font-weight: 500 !important;
  color: #AEAEAE !important;
}

.sub-menu li:last-child a { border-bottom: none; }

.sub-menu li:last-child ul li a {   border-bottom: 1px solid #BABABA; }
.sub-menu li:last-child ul li:last-child a {   border-bottom: none !important; }

.sub-menu li ul li a {   color: #000 !important; font-size: 14px; }

li:hover .sub-menu {
  display: block;
}

li:hover .sub-menu li ul {
  display: none;
}

li:hover .sub-menu li:hover ul {
  display: block !important;
}

.sub-menu li {
  padding: 0 10px !important;
  margin: 0 !important;
  margin-bottom: 0px !important;
}

.sub-menu li:hover .sub-menu {
  left: 233px !important;
  top: 0;
  margin-top: -6px;
  width: 223px;
  display: none;
}

#onlyBanner { height: 100%; width: 100%; }


#menu-main-menu li::after {
  content: "";
  background-color: #000;
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  top: 0px;
}

#menu-main-menu li:first-child::after {
  display: none !important;
}

.sub-menu li::after {
  display: none !important;
}

.navbar-nav li a {
  color: #000; 
  text-decoration: none !important; 
  font-weight: 600; 
  font-family: "Manrope", sans-serif; 
  font-size: 15px;
  cursor: pointer;
} 

.navbar-nav li a.active {
  color: #fd5f45 !important; 
}

.navbar-nav li a:hover {
  color: #fd5f45 !important;
}

.header .collapse {
  justify-content: end;
}

.lftDiv .owl-dots {
  transform: rotate(90deg);
  height: auto;
  width: auto;
  margin-top: -246px;
  z-index: 9999;
  position: absolute;
  right: -180px;
  padding: 0px;
  bottom: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lftDiv .owl-dots button {
  width: 50px;
  height: 50px;
  background-size: cover;
  display: inline-block;
  bottom: 0;
  position: relative;
  z-index: 9999;
  background-size: 100% !important;
  margin: 10px;
}

.lftDiv .owl-dots button.active {
  width: 60px;
  height: 60px;
}

.lftDiv .owl-dots button:nth-child(1) {
  background: url(../images/dots1.png) no-repeat;
}
.lftDiv .owl-dots button:nth-child(2) {
  background: url(../images/dots2.png) no-repeat;
}
.lftDiv .owl-dots button:nth-child(3) {
  background: url(../images/dots3.png) no-repeat;
}
.lftDiv .owl-dots button:nth-child(4) {
  background: url(../images/dots4.png) no-repeat;
}
.lftDiv .owl-dots button:nth-child(5) {
  background: url(../images/dots5.png) no-repeat;
  transform: rotate(270deg);
}

.gallery-thumbs .swiper-slide {
  width: 50px;
  height: 50px !important;
  display: inline-block;
  border-radius: 150px;
  overflow: hidden;
  margin: 10px 0;
}

.swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.gallery-thumbs .swiper-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.clientnumberDivIn {
  position: relative;
  padding: 30px 16%;
}

.clientnumberDivIn::after {
  content: "";
  background: #ccc;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.clientnumberDiv .col-lg-4:last-child .clientnumberDivIn::after {
  display: none;
}

.clientnumberDivIn h2 {
  color: #28397b;
  font-weight: bold;
  font-size: 80px;
  font-family: "Manrope", sans-serif;
}

.clientnumberDivIn h3 {
  color: #15141a;
  position: relative;
  padding-left: 10px;
  font-family: "adobe_garamond_proregular";
  text-transform: uppercase;
}

.bannerDiv {
  position: relative;
  height: 715px;
  overflow: hidden;
}

.clientnumberDivIn h3::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #293c7f;
  left: -2px;
  bottom: 7px;
}


.lftDiv {
  background: #eeeeee;
  width: 50%;
  position: relative;
}

.rhtDiv {
  background: #e6e2da;
  width: 50%;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  padding: 60px;
  padding-left: 7%;
}

.rhtDiv h1 { color: #535353; }


.about_lmg { overflow: hidden;}

.about_lmg .row:last-child { --bs-gutter-x: 8rem; }


.about_lmg_rht {
  background: #ffffff94; 
  border: 1px solid #d8d8d8;
  padding: 60px 105px 0;
  margin-top: 50px;
  margin-left: -98px;
  padding-right: 70px;
  padding-bottom: 25px;
}

.about_lmg_rht h2 {
  color: #788598;
  font-size: 64px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.about_lmg_rht h2::after {
  position: absolute;
  content: "";
  left: 0;
  width: 4px;
  height: 75px;
  background: #f47843;
}

.about_lmg_rht p {
  color: #3e3e3e;
  font-size: 16px;
}

.about_lmg_rht_in p {
  color: #3e3e3e;
}

.about_lmg_rht_in strong { color: #3E3E3E; font-weight: 600; } 

.about_lmg_rht_in strong span { display: inline-block; margin-bottom: 10px; }

.industry_in { width: 100%;  }

.industry_in .spanDiv { display: inline-block; width: 343px; height: 209px; overflow: hidden; }
.industry_in .spanDiv img { width: 100%; height: 100%; object-fit: cover; }

.industry_in h2 {
  font-weight: 400;
}

.industry_in h3 {
  margin-bottom: 15px;
}

.industry_in h3 span {
  margin-right: 15px;
}

.industry_in p {
  color: #3e3e3e;
  padding-left: 47px;
}


#Values { position: relative !important; }

.our_values_in h2 {
  position: relative;
  color: #788598;
  margin-bottom: 100px;
}

.our_values_in h2::after {
  position: absolute;
  content: "";
  left: -22px;
  width: 4px;
  top: -6px;
  height: 75px;
  background: #f47843;
}

.vision_mission_in {
  padding-top: 40px;
}

.vision_mission_in span { display: inline-block; }

.our_services {
  padding: 80px 0 120px 0;
}

.our_services .item {
margin: 10px 10px;

}

.our_services .tabs {     
  width: 200px !important;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  margin-left: 10px;
} 

.our_services .tabs button { 
  border: none !important;
  background: none !important;
  padding: 2px 0;
  color: #000;
  margin-right: 30px;
  padding-top: 0;
} 

.our_services .tabs button.active { border-bottom: 1px solid #ff5d18 !important; color: #ff5d18; } 

.our_services h2 {
  color: #788598;
  text-align: center;
  margin-bottom: 0px;
}

.our_services_in img {
  width: 100%;
}

.our_services_in {
  background: #fff;
  box-shadow: 0px 0px 15px #cccccc70;
  width: 100%;
  height: 400px;
}
 
.our_services_in h3 {
  font-weight: 400;
  margin-top: 18px;
  margin-bottom: 20px;
}

.our_services_in p {
  color: #788598;
}

.catalogue_in .caption {
  position: absolute;
  bottom: 32px;
  left: 33px;
  z-index: 999;
}

.spanDiv1 {
  width: 56px;
  height: 49px;
}

.spanDiv1 img {
 width: 100%;
 height: 100%;
}

.CatalogueDiv .catalogue_in .caption {
  left: auto;
  right: 20px;
}

.CatalogueDiv { }


.catalogue_in span {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.catalogue_in span img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.our_values_in ul {
  padding: 0;
  margin-top: 60px;
  padding-right: 20px;
}

.our_values_in ul li { margin-bottom: 10px; }

.catalogue .owl-nav {
  position: absolute;
  top: auto;
  right: 0;
  gap: 10px;
  display: flex !important;
  bottom: -90px;
}

.catalogue .owl-nav button {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc !important;
  border-radius: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
}


.our_values_in ul li .d-inline-block {     width: 100% !important; }

.caption div {
  text-decoration: none;
  padding: 5px 30px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.caption div div.blockDiv {
  text-align: center;
  opacity: 0;
  position: absolute;
  bottom: 30px;
  left: -19px;
  width: 250px;
  padding: 0;
  display: none;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
} 

.CatalogueDiv .caption div div.blockDiv { 
  left: -127px;
}
.CatalogueDiv .caption div:hover div.blockDiv::after {
  left: 187px;
}

.caption div:hover div.blockDiv::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #ffffff;
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
}
 
.caption div div.blockDiv ul {
  background-color: #fffffff7;
  border-radius: 5px;
  padding: 15px;
}

.caption div div.blockDiv ul li { list-style-type: none; }

.caption div:hover div.blockDiv {    
  opacity: 1;
  display: block;
}

.caption div:hover div.blockDiv {  
  content: '';
  border-bottom: 2px solid #cc000000;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.caption div div.blockDiv a { text-decoration: none; display: inline-block; width: 100%; margin-bottom: 2px; text-align: left; color: #000; } 

.caption div div.blockDiv a:hover { color: #f47843 !important; } 

.catalogue_in {
  margin-bottom: 25px;
  height: 675px;
}

.catalogue h2 {
  position: relative;
  padding-left: 20px;
}

.catalogue p {
  padding-left: 20px;
}

.catalogue h2::after {
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #f47527;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.overlay {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 200px;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.clients_think_rht span img {
  margin-left: -132px;
  margin-bottom: 30px;
  margin-top: 73px;
  height: 180px;
  width: auto !important;
}

.clients_think_rht h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 42px;
}

.clients_think_rht {
  padding-left: 50px;
}

.clients_working h2 {
  position: relative;
  padding-left: 30px;
  line-height: 55px;
}

.clients_working h2::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 110px;
  background: #f47843;
  left: 0px;
  top: 0px;
}

.clients_think h2 {
  position: relative;
  padding-left: 25px;
}

.clients_think h2::before {
  width: 97%;
  height: 2px;
  background-color: #dbdbdb;
  position: absolute;
  content: "";
  left: 5%;
  top: 100px;
}

.clients_think h2 span {
  background-color: #fff;
  display: inline-block;
  z-index: 9999;
  position: relative;
  line-height: 55px;
  padding-right: 10px;
}

.clients_think h2::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 110px;
  background: #f47843;
  left: 0px;
  top: 0px;
  z-index: 9999;
}

.clients_working .owl-nav {
  position: absolute;
  top: auto;
  right: 0;
  gap: 10px;
  display: flex !important;
  bottom: -90px;
}

.clients_working .owl-nav button {
width: 50px;
height: 50px;
border: 1px solid #ccc !important;
border-radius: 50px;
justify-content: center;
display: flex;
align-items: center;
background: none;
}


.clients_working_in {
  padding-right: 0%;
  padding-top: 35px;
  padding-bottom: 30px;
}

.clients_think .owl-nav {
  display: flex !important;
  gap: 80px;
  position: absolute;
  right: 44%;
  bottom: 0;
  color: #f8ab72;
  z-index: 9;
}


.clients_working_in .owl-nav button:hover {
  background: #4A4A4A !important;
} 


.clients_working_in .owl-nav button:hover img {    
   filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2512%) hue-rotate(50deg) brightness(116%) contrast(100%); 
  }

.slider-number {
  position: absolute;
  bottom: 0%;
  left: 50%;
  color: #f5831e;
}

/******************* banner scroll start **********************/

.gallery-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;

  height: 100%;
}

.gallery-main {
  width: 100%;
  height: 100%;
}

.gallery-main .swiper-button-prev,
.gallery-main .swiper-button-next {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  height: 75px;
  width: 40px;
  color: #e9e9e9;
  background: #1e1e1e;
}

.gallery-main .swiper-button-prev::after,
.gallery-main .swiper-button-next::after {
  font-size: 12px;
}

.gallery-main .swiper-button-prev {
  right: 40px;
  border-right: 1px solid #e9e9e9;
}

.gallery-title {
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: "Epilogue", sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.swiper-slide-active .gallery-title {
  -webkit-animation: slide-in 0.3s ease-in both;
  animation: slide-in 0.3s ease-in both;
}

.gallery-thumbs {
  order: -1;
  width: 100px;
  height: 300px;
  margin-right: 15px;
  padding-left: 15px;
  position: absolute;
  right: -8%;
  top: 23%;
  overflow: hidden;
}

.gallery-thumbs .swiper-slide img {
  transition: 0.3s;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 0.9;
  width: 70px;
  height: 70px !important;
}

.gallery-thumbs .swiper-slide-thumb-active img {
  width: 70px !important;
  height: 70px !important;
}

@-webkit-keyframes slide-in {
  from {
    opacity: 0;
    right: -50%;
  }
}

@keyframes slide-in {
  from {
    opacity: 0;
    right: -50%;
  }
}

/* banner scroll End */

.clients_think_rht_in a {
  color: #f5831f !important;
  position: relative;
  z-index: 999999;
  display: flex;
}

#serviceScroll .owl-nav {
  float: right;
  margin-top: 10px;
  gap: 20px;
  display: flex;
  margin-top: 40px;
}

#serviceScroll .owl-nav button {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
}

#serviceScroll .owl-nav button:hover {
  background: #4A4A4A;
}

#serviceScroll .owl-nav button:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2512%)
    hue-rotate(50deg) brightness(116%) contrast(100%);
}

/* whyChoose Start */

.whyChooseDiv {
  margin-bottom: 20px;
}


.whyChooseDiv .row { --bs-gutter-x: 6rem !important; margin-top: 100px !important; }
 

.whyChooseDiv iframe {
  border-radius: 15px;
}

.whyChooseDiv h2 {
  color: #788598;
}

.whyChooseDiv h2 span {
}

.lftBoder {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
  display: inline-block;
}

.lftBoder::after {
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #f47527;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.qualityDiv h3 {
  color: #454545;
  font-family: unset;
  font-weight: 500;
}

.qualityDiv p {
  color: #797e81;
}

.qualityDiv {
  margin-bottom: 20px;
  margin-top: 20px;
}

.qualityDiv small {
  margin-top: 5px;
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
}

.qualityDiv a {
  color: #454545;
  font-weight: 600;
}

/* whyChoose End */

/* Timeline Start */

.timelineDiv {
  --bs-gutter-x: -20px;
}

.CatalogueDiv .catalogue_in {
  height: 325px;
  overflow: hidden;
}

.timelineDiv {
  padding: 80px 0;
}

.timelineDivIN {
  padding: 80px 0;
}




#timeline .owl-nav {
  float: right;
  margin-top: 10px;
  gap: 20px;
  display: flex;
  margin-top: 0;
  width: 120px;
}

#timeline .owl-nav button {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
}

#timeline .owl-nav button:hover {
  background: #4A4A4A;
}

#timeline .owl-nav button:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2512%)
    hue-rotate(50deg) brightness(116%) contrast(100%);
}






.timelineDivIN h2 {
  color: #788598;
}

.timelineDivIN .item {
  position: relative;
  height: 320px;
  width: 100%;
  margin: 30px 0;
  padding-top: 1px;
}

.timelineDivIN .owl-next {
  position: absolute;
  right: 0;
}

.timelineDivIN .item p {
  padding-left: 40px;
  margin: 30px 0;
  margin-top: 6px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
  padding-right: 15px;
}

.timelineDivIN .item p strong {     margin-bottom: 5px;
  display: inline-block; }

.timelineDiv-caption {
  position: absolute;
  bottom: auto;
  top: 0;
}

.timelineDiv-caption img {
  width: 100%;
}

.year {
  position: absolute;
  top: -35px;
  left: 0;
  color: #ed1526;
  font-family: "adobe_garamond_proregular";
  font-size: 24px;
}


#popupBox {     
  /* height: 700px;
  overflow: hidden; */
}


.NumberList {
  font-size: 24px;
  font-weight: bold;
  border: 1px solid #000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 50px;
  margin: 0 auto;
  margin-top: 20px;
}


/* #popupBox .owl-item { width: 100% !important; }

#popupBox .owl-stage { width: 100% !important; } */

.item:nth-child(even) .timelineDiv-caption {
  position: absolute;
  bottom: 0px;
  top: auto;
}

.item:nth-child(even) .year {
  top: auto;
  bottom: -30px;
}

.item:nth-child(even) p {
  position: absolute;
  bottom: -25px;
}

.noSlideSec {
  display: flex;
}

/* Timeline End */

/* Contact Start */

.contactDivIn h2 {
  color: #788598;
  line-height: 54px;
  margin-top: 12%;
  margin-bottom: 40px;
}

.contactDivInBox input {
  border: 1px solid #bfbfbf;
  padding: 10px;
  color: #82868c;
  width: 100%;
}

.contactDivInBox textarea {
  border: 1px solid #bfbfbf;
  padding: 10px;
  color: #82868c;
  width: 100%;
}

.contactDivInBox {
  margin-bottom: 15px !important;
}

.contactDivInBox label {
  margin-bottom: 5px;
}

input[type="submit"] {
  width: 100% !important;
  background-color: #f47844 !important;
  color: #fff !important;
  border: none;
  padding: 15px;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 20px;
}





/* Contact End */

/* Footer start */

footer {
  background: #f5831f;
  padding: 60px 30px;
}

.footer_lft h2 {
  font-weight: bold;
  color: #fff;
  font-size: 10em;
  font-family: "Manrope", sans-serif;
  line-height: 145px;
}


.footer_rht {  font-family: "Manrope", sans-serif; }

.footer_rht h3 {  font-family: "Manrope", sans-serif; }
.footer_rht h4 {  font-family: "Manrope", sans-serif; }

.footer_rht h4 {

}

.footer_rht_end {
  gap: 15px;
}

.footer_rht_end span a {
}

.footer_rht_end a.getbtn {
  display: inline-block;
  background: #171717;
  padding: 14px 65px;
  color: #fff !important;
  border-radius: 50px;
  width: 268px;
  text-align: center;
  margin-bottom: 0;
  margin-right: 30px;
  font-weight: 600;
}

.footer_rht_end {
  align-items: center;
}

.footer_rht_end span {
  padding-left: 10px;
}

.footer_rht_in {
  width: 100%;
  margin-top: 35px;
}

.footer_rht_in ul li {
  width: 100%;
  float: left;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
}

.footer_rht_in ul li a {
  color: #000;
}

.footer_rht h3 {
  color: #000;
  font-weight: bold;
}

.footer_rht_end {
  width: 100%;
  display: inline-block;
}

.footer_rht_in ul {
  padding: 0;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 10px;
}

.footer_rht_in ul li:last-child {
 margin-bottom: 0;
}


.footer_rht_end span a {
  text-decoration: none;
}

.comonslide {    
    padding: 20px;
    opacity: 0;
    position: absolute;
    top: -100px;
    width: 100%;
}


.modal { z-index: 999999 !important; }

#popupBox .owl-nav { display: flex; gap: 10px; }

#popupBox .owl-stage {


}

.modal-content {
  background-color: #fff !important;
  border: none !important;
  box-shadow: 0px 0px 18px #cbcbcb ;
  margin-top: 90px;
}
.modal-backdrop {
  background-color: #ffffff !important;
  z-index: 99999 !important; 
}
.modal-backdrop.show {
  opacity: .95 !important;
}


#catalogue .owl-stage-outer::after { position: relative !important; }

/* popup slider Start */

/* main */
main {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin: 0px auto 0;
  /* position: relative;
  overflow: hidden; */
}

/* inages */
.slides {
  height: 100%;
  width: 100%;
  /* position: absolute;
  transition: all 0.9s ease;
  object-fit: contain; */
}

/* button */
.navigation {
  text-align: center;
  margin-top: 30px;
}

.navigation button {
  padding: 0px 5px 3px 5px;
  margin-left: 10px;
}
 
.navigation button { border: none; }

/* popup slider End */

.owl-stage-outer:after {    
  position: relative;
  left: 0;
  content: '';
  width: 100%;
  height: 91%;
  top: 0;
}


/* Footer End */

@media screen and (max-width: 1399px) {
  .CatalogueDiv .catalogue_in {
    height: 250px;
  }
  .catalogue_in {
    height: 525px;
  }

  .timelineDivIN .item p {
    padding-left: 11px;

  }

  .timelineDivIN .item p {
    padding-left: 11px;
  }

  .navbar-nav li a {
    font-size: 13px;
}

.clients_think_rht span img {
  margin-top: 30px;
}
.clients_think_rht h3 {
  margin-bottom: 25px !important;
}
.clients_think .owl-nav {
  right: 42%;
}



}



@media screen and (max-width: 1280px) {


}

@media screen and (max-width: 1279px) {
.clients_think_rht h3 { line-height:22px; font-size:18px; }
.header .container { max-width:1050px; }
.navbar-brand img {
    height: 60px;
}
.navbar-nav li {
    margin-left: 7px;
    padding-left: 7px;
}
body {
    padding-top: 85px;
}

.footer_lft h2 {
    font-size: 7em;
    line-height: 110px;
}

}


@media screen and (max-width: 991px) {
  .lftDiv {
    background: #eeeeee;
    width: 100%;
  }
  
  .industry_in .spanDiv {
    width: 100%;
  }
  .about_lmg .row:last-child {
    --bs-gutter-x: 1rem;
  }
  
  .rhtDiv {
    width: 100%;
    display: block;
    padding: 20px;
  }
  .gallery-container {
    display: block;
    height: 400px;
    padding: 30px;
  }
  .bannerDiv {
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
}

.whyChooseDiv .row {
  --bs-gutter-x: 1rem !important;
}

.caption div div.blockDiv a {
  margin-bottom: 0;
}

.caption div div.blockDiv ul {
  padding: 10px;
}

.clientnumberDivIn h3 {
  font-size: 20px;
}

.catalogue .owl-nav {
 display: none !important;

}

body {
  padding-top: 0px;
}


.clientnumberDivIn h3::after {
  left: -2px;
  bottom: auto;
  top: 6px;
}

.industry_in {
  overflow: hidden;
}

.navbar-collapse {
  margin-top: 15px;
}

.navbar-nav li {
  padding-right: 0;
  margin-left: 0;
  padding-left: 0px;
  padding-bottom: 8px;
  margin-top: 0;
}

li .sub-menu li ul {
  left: 0 !important;
  width: 100%;
  display: block !important;
}

li:hover .sub-menu li:hover ul {   left: 0 !important; width: 100%; }

.sub-menu li a {
  padding: 5px 0 !important;
  font-size: 12px;
}

#menu-main-menu li::after { display: none !important; }

.sub-menu {
  display: block;
  position: relative;
  width: 100%;
  padding: 0px;
  margin-top: 15px;
  padding-top: 0;
}
.navbar-nav {
  margin-top: 0px !important;
}
.clientnumberDivIn h2 {
  font-size: 58px;
}

 .about_lmg_lft h2 {      
    color: #788598;
    padding-left: 15px;
    margin-bottom: 20px;
    position: relative;
    font-size: 40px;
  }

.timelineDivIN .item p {
    padding-left: 30px;
}

.sub-menu li .sub-menu { margin-top: 0 !important; }

.our_services_in {
  margin-bottom: 20px;
}

.header {
  position: relative;
}  

.catalogue_in span img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}

.clients_working_in {

  padding-top: 0;
  padding-bottom: 0;
}

.about_lmg_lft h2::after {   
  position: absolute;
  content: "";
  left: 0;
  width: 4px;
  height: 44px;
  background: #f47843;
}

  .lftDiv .owl-dots {
    transform: rotate(0deg);
    margin-top: 0;
    position: absolute;
    right: 19%;
    bottom: -30px;
    left: auto;
    right: auto;
    width: 100%;
  }

  .industry_in p {
    padding-left: 0;
}

.rhtDiv h1 {
  margin-top: 50px;
  font-size: 38px;
  margin-bottom: 30px;
}

  #onlyBanner .owl-nav {
    display: none !important;
  }

  #onlyBanner .item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  #onlyBanner .owl-item {
    height: 100% !important;
  }

  #onlyBanner .owl-item .item {
    height: 100% !important;
  }

  .lftDiv .owl-dots button {
    width: 35px;
    height: 35px;
  }

  .lftDiv .owl-dots button {
    margin: 0 10px;
  }
  .footer_rht_in ul li span {
    width: 30px;
    height: 30px;
  }

  .footer_rht_in ul li span img {
    width: 100%;
    height: 100%;
  }

  .footer_rht_in ul li {
    margin-bottom: 15px;
  }

  .clientnumberDivIn::after {
    display: none;
  }

  .lftDiv .owl-dots button.active {
    width: 50px;
    height: 50px;
  }

  .clientnumberDivIn {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
  }

  .col-lg-4:last-child .clientnumberDivIn {
    border: none;
  }

  .about_lmg_rht {
    background: #ffffff61;
    border: none;
    padding: 0;
    margin-top: 20px;
    margin-left: 0;
    padding-right: 0;
  }

  .clients_think_rht h3 {
    line-height: normal;
  }

  .gallery-thumbs {
  }

  .gallery-thumbs {
    order: -1;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-left: 0;
    position: relative;
    right: auto;
    top: auto;
    overflow: visible;
  }

  .gallery-thumbs .swiper-wrapper {
  }

  .gallery-thumbs .swiper-slide {
    width: 30px;
    height: 30px !important;
  }

  .about_lmg {
    padding-top: 0 !important;
  }

  .our_services_in h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .about_lmg .row:last-child {
    flex-wrap: nowrap;
    overflow: auto;
  }

  .our_values_in h2::after {
    width: 4px;
    height: 37px;
    left: 0;
 }



 .vision_mission .row { flex-wrap: wrap !important; }

 .our_values { margin-top: 50px !important; }  


 .our_values_in h2 {
  padding-left: 15px;
  margin-top: 40px !important;
  margin-bottom: 55px !important;
  font-size: 36px;
  line-height: 26px;
}

  .industry_in span img {
    width: 100% !important;
  }

  .vision_mission_in {
    padding-top: 0;
    margin-bottom: 30px;
  }

  .our_values_in ul {
    padding: 0;
    margin-top: 40px;
  }

  .timelineDivIN {
    padding: 40px 0;
  }

  .timelineDivIN .item {
      height: 400px;
  }

  #serviceScroll .owl-nav {
    display: none !important;
  }

  .our_services {
    padding: 40px 0 50px 0;
    background: #f2f2f2;
  }

  .whyChooseDiv .row {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    margin-top: 40px !important;
  }
  .whyChooseDiv {
    margin-bottom: 0;
  }

  .catalogue .row {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
  }

  .clients_working_in .owl-nav {
    display: none !important;
  }

  .clients_think_rht span img {
    height: 100px;
    width: auto !important;
    margin: -30px auto 20px auto;
  }

  .clients_think h2::after {
    height: 65px;
  }

  .clients_think h2::after {
    height: 37px;
  }

  .catalogue h2 {
    font-size: 40px;
}


  .clients_think_rht {
    padding-left: 0;
  }

  .clients_think .owl-nav {
    display: none !important;
  }

  .slider-number {
    display: none;
  }

  .footer_lft h2 {
    font-size: 4em;
    line-height: 67px;
    margin-bottom: 25px;
  }

  .our_services h2 {
    margin-bottom: 20px;
    text-align: left;
    font-size: 40px;
    position: relative;
    padding-left: 15px;
  }

  .our_services h2::after {      
    background-color: #f47527;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 39px;
  }

  .whyChooseDiv h2 {
    font-size: 40px;
}

  .footer_rht_end {
    text-align: center;
  }

  .lftBoder::after {
    width: 4px;
    height: 78%;
  }

  .lftBoder {
    padding-left: 15px;
  }

  .timelineDivIN h2 {
    margin-bottom: 20px !important;
    text-align: left !important;
    font-size: 40px;
    position: relative;
    padding-left: 15px;
}

.timelineDivIN h2::after {
  background-color: #f47527;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 39px;
}

.timelineDivIN .owl-nav {    
  margin-top: -40px !important; 
  z-index: 9999;
  position: relative;
}

.clients_working h2::after {
    width: 3px;
    height: 39px;
    top: 2px;
    
  }
  
  .clients_working h2 {
    padding-left: 15px;
    font-size: 40px;
    line-height: 44px;
  }
  .clients_think h2 {
    padding-left: 15px;
    margin-bottom: 25px !important;
  }

  .clients_think h2::before {
    width: 98%;
    height: 1px;
    left: 21px;
    top: 70px;
  }
  footer {
    padding: 40px 0;
  }

  .catalogue_in {
    margin-bottom: 0;
  }

  .catalogue_in {
    height: 325px !important;
  }
  .catalogue p {
    margin-bottom: 30px !important;
  }

  .catalogue h2::after {
    width: 4px;
    height: 35px;
    top: 5px;
 }

 .catalogue h2 {
    padding-left: 15px;

  }

  .qualityDiv {
    margin-bottom: 0px;
    margin-top: 0;
  }

  .our_values .row { 
    flex-wrap: wrap !important;
   
  }

  .catalogue {
    padding-top: 50px;
    border-top: 1px solid #E4E8ED;
}

.clients_working { border-top: 1px solid #E4E8ED; margin-top: 50px; margin-bottom: 60px; } 


.clients_think h2 span {
  line-height: 40px;
  padding-right: 10px;
  font-size: 40px;
}

.catalogue_in .caption {
  bottom: 15px;
  left: 15px;
}




}

@media screen and (max-width: 767px) {
  .whyChooseDiv iframe {
    border-radius: 15px;
    height: 300px;
  }
  .footer_rht_in ul li {
    width: 100%;
  }
  .footer_rht_end a.getbtn {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    margin-right: 0;
  }

  #onlyBanner .owl-item .item {
    height: 330px !important;
  }

  .catalogue_in {
    height: 258px !important;
}

}