.navbar-logo {
  max-width: 95% !important;
}

.custom-sticky-header.sticky-header.sticky {
  padding: 5px 0 !important;
}

/** language Switcher **/

.lang-dropdown button {
  background-color: #044d7f !important;
  /* min-width: 130px; */
  width: max-content !important;
  height: 40px !important;
  border-radius: 5px !important;
  color: white !important;
  padding: 10px !important;
  font-size: 16px !important;
  border: none !important;
  cursor: pointer !important;
  justify-content: space-evenly !important;
}
.lang-dropdown button img {
  margin: 0 5px 0 0 !important;
}
.lang-dropdown button img,
.lang-dropdown-content li img {
  width: 28px !important;
}
.lang-dropdown button,
.lang-dropdown-content li {
  display: flex !important;
  align-items: center !important;
  font-size: 14px !important;
  /* font-family: "Open Sans", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Sans Arabic", sans-serif;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500; */
}
.lang-arrow-down {
  width: 0 !important;
  height: 0 !important;
  display: inline-block !important;
  vertical-align: middle !important;
  border-style: solid !important;
  border-width: 4px 4px 0 4px !important;
  border-color: #fff transparent transparent transparent !important;
  margin: 0 0 0 5px !important;
}

.lang-dropdown button:hover {
  cursor: pointer !important;
  background-color: #3c5b77 !important;
}
/* Style for the dropdown content */
.lang-dropdown-content {
  display: none !important;
  position: absolute !important;
  margin: 1px 0 0 0 !important;
  padding: 0 !important;
  background-color: #f5f5f5 !important;
  /* min-width: 160px; */
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2) !important;
  z-index: 1 !important;
  border-radius: 5px !important;
  overflow-y: scroll !important;
  max-height: 315px !important;
}
/* Style for the dropdown content items */
.lang-dropdown-content li {
  color: black !important;
  padding: 12px 16px !important;
  text-decoration: none !important;
  /* justify-content: end; */
}
.lang-dropdown-content li img {
  margin: 0 15px 0px 0px !important;
}
/* Style for the dropdown content items on hover */
.lang-dropdown-content li:hover {
  background-color: #f1f1f1 !important;
  cursor: pointer !important;
  color: #044d7f !important;
  border-radius: 5px !important;
}
/* Show the dropdown content when the dropdown button is clicked */
.lang-dropdown:focus-within .lang-dropdown-content {
  display: block !important;
}
/* Animate the dropdown content */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.lang-dropdown-content {
  animation: slideIn 0.3s ease-out !important;
}
/* Scrollbar styles */
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #c2c9d2;
}

/** language Switcher End **/


/* .ht-slick-product-img {
  object-fit: cover;
  height: 460px;
  transition: transform 0.3s ease;
}
.port-details-thumb-item:hover img {
  transform: scale(0.9);
} */

.port-details-thumb-item {
  overflow: hidden;
}

.port-details-thumb-item .thumb {
  width: 100%;
  padding-top: 66.67%; /* 3:2 aspect ratio */
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-size 0.3s ease;
}

.port-details-thumb-item:hover .thumb {
  background-size: 100%;
}

/** mobile menu **/

/* .btn-bordered-custom {
  border: 1px solid #222222;
  border-radius: 10px;
}

.btn.btn-bordered-custom:hover {
  border-color: #044d7f;
  border-radius: 6px;
} */

@media only screen and (max-width: 767px) {
  .lang-dropdown-btn-mobile {
    margin: 7px !important;
  }

  .catalog-button-mobile {
    margin: 7px !important;
    width: 125px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: 45px !important;
    border: none !important;
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 40px !important;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199) !important;
    background-color: rgb(255, 255, 255) !important;
  }
  .catalog-button-mobile .catalog-btn-sign {
    width: 40% !important;
    transition-duration: .3s !important;
    padding-left: 5px !important;
  }

  .catalog-button-mobile .catalog-btn-text {
    color: #044d7f !important;
    transition-duration: .3s !important;
    opacity: 1 !important;
    width: 60% !important;
    transition-duration: .3s !important;
    padding-right: 10px !important;
  }
  .catalog-button-mobile:active {
    transform: translate(2px ,2px) !important;
  }
}

/** mobile menu end **/

/** catalog button **/
.catalog-button {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 45px !important;
  height: 45px !important;
  border: none !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  position: relative !important;
  overflow: hidden !important;
  transition-duration: .3s !important;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199) !important;
  background-color: rgb(255, 255, 255) !important;
}

.catalog-btn-sign {
  width: 100% !important;
  transition-duration: .3s !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.catalog-btn-text {
  position: absolute !important;
  right: 0% !important;
  width: 0% !important;
  opacity: 0 !important;
  /* color: rgb(0, 0, 0) !important; */
  font-size: 12px !important;
  /* font-weight: 600 !important; */
  transition-duration: .3s !important;
}

.catalog-button:hover {
  width: 125px !important;
  border-radius: 40px !important;
  transition-duration: .3s !important;
}

.catalog-button:hover .catalog-btn-sign {
  width: 40% !important;
  transition-duration: .3s !important;
  padding-left: 5px !important;
}

.catalog-button:hover .catalog-btn-text {
  color: #044d7f !important;
  transition-duration: .3s !important;
}

.catalog-button:hover .catalog-btn-text {
  opacity: 1 !important;
  width: 60% !important;
  transition-duration: .3s !important;
  padding-right: 10px !important;
}

.catalog-button:active {
  transform: translate(2px ,2px) !important;
}

/** catalog button end **/

/** home **/
@media only screen and (max-width: 767px) {
  .products-title-wrap h2 {
    margin-top: 0px;
  }
}

.services-item-wrap .service-thumbnail {
  overflow: hidden;
}
.services-item-wrap .service-thumbnail img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.services-item-wrap:hover .service-thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media only screen and (min-width: 1400px) {
  .projects-prev-arr {
    bottom: 205px !important;
  }
  .projects-next-arr {
    bottom: 205px !important;
  }
  .service-box-title {
    height: 62.39px;
  }
}
@media only screen and (min-width: 1800px) {
  .projects-prev-arr {
    bottom: 245px !important;
  }
  .projects-next-arr {
    bottom: 245px !important;
  }
  .service-box-title {
    height: 62.39px;
  }
}
.projects-prev-arr {
  position: relative !important;
  left: -32px !important;
}
.projects-next-arr {
  position: relative !important;
  float: right !important;
  right: -32px !important;
}

.services-prev-arr {
  position: relative !important;
  left: -15px !important;
  bottom: 500px !important;
}

.services-next-arr {
  position: relative !important;
  float: right !important;
  right: -15px !important;
  bottom: 500px !important;
  left: unset !important;
}

@media (min-width: 768px) {
  .mx-md-custom {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
  }
}

.custom-a-color {
  color: #666666 !important;
}

.custom-a-style {
  text-decoration: underline !important;
}

.custom-a-style:hover{
  color: #044d7f !important;
  text-decoration: none !important;
  outline: none !important;
}

/** home end **/

/** about **/
.banner-overlay {
  background-color: #00000030;
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0px;
}

.innerpage-banner-text-wrap {
  position: relative;
  z-index: 1;
}

.innerpage-img-wrap {
  height: 486px;
}

@media only screen and (min-width: 1400px) {
  .lead-column {
    width: 33.3%;
  }
}
@media only screen and (max-width: 767px) {
  .fixed-height {
      height: 230px !important;
  }
  .about-us-content {
    padding: 30px;
    margin-top: 35px !important;
  }
  .about-us-content h2 {
    font-size: 24px;
  }

  .about-desc-item h5 {
    font-size: 14px;
  }

  .envres-slogan-img-wrap {
    height: 270px;
  }
  .envres-slogan-img-wrap .col-12 {
    justify-content: flex-start !important;
  }
  .envres-slogan-wrap {
    margin-bottom: 34px !important;
  }

  .envres-slogan-title {
    font-size: 24px;
    margin-bottom: 40px !important;
    margin-top: -87px !important;
  }
  .envres-slogan-subtitle {
    font-size: 24px;
    color:#abc42e !important;
  }

  .envres-mobile-wrap {
    margin-top: 150px !important;
  }

  .lead-container {
    flex-direction: column;
  }

  .lead-column {
    margin-bottom: 40px;
  }

  .lead-column.mx-5 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .lead-image-container {
    display: none;
  }

  .innerpage-img-wrap {
    height: 180px;
  }
}

.lead-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
}

.lead-column h3 {
  color: #8bc53f;
}

.lead-column p {
  font-size: 0.9em;
  margin: 5px 0 15px;
}

.lead-image-container {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.lead-image-container img {
  width: 50%;
  transform: rotate(-25deg);
  /* position: absolute; */
  /* bottom: 0;
  right: 0; */
}

.bg-green {
  background-color: #abc42e;
}

.envres-slogan-img-wrap {
  background: #dddddd no-repeat center center;
  background-size: cover;
}

.envres-slogan-img-wrap .container {
  height: 585px;
}

.envres-slogan-img-wrap .container .row{
  height: inherit;
}

.envres-slogan-img-wrap .container .row .col-12{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.envres-slogan-wrap {
  background-color: #00000042;
}
.envres-slogan-title {
  color: #abc42e;
}
.envres-slogan-subtitle {
  color: #dce1c3;
}
.envres-slogan-text {
  color: white;
}

.client-slick-slider .single-brand-logo img {
  width: 132px !important;
}

/** about end **/

/** services **/
@media only screen and (min-width: 1400px) {
  .services-service-title {
    height: 117px;
    align-content: center;
  }
}
@media only screen and (min-width: 1800px) {
  .services-service-title {
    height: 117px;
    align-content: center;
  }
}
/** services end **/

/* contact */
.contact-form-result-wrap {
  float: right;
}
/* contact end */

/** faq **/
@media only screen and (min-width: 1400px) {
  .faq-container {
    max-width: 1320px;
  }
}

.faq-img-wrapper {
  background-color: unset;
  background-position: top;
  background-size: contain;
}

/** faq end **/

/** footer **/
@media only screen and (max-width: 767px) {
   .footer-widget-wrapper .single-widget-wrap {
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
  }

  .footer-widget-wrapper .single-widget-wrap .widget-title {
    text-align: center;
  }

  .footer-widget-wrapper .single-widget-wrap .widget-body {
    text-align: center;
  }

  .footer-widget-wrapper .single-widget-wrap .widget-body ul {
    list-style: none;
    padding-left: 0;
  }
  
  .footer-widget-wrapper .single-widget-wrap .widget-body ul li {
    display: inline-block;
    margin-right: 10px;
  }

  .footer-widget-wrapper .single-widget-wrap .about-text address {
    margin: 0 auto;
  }
  
  .footer-widget-wrapper .single-widget-wrap .about-text a {
    display: block;
  }

  .footer-bottom-area {
    text-align: center;
  }

  .single-widget-wrap h3::before{
    left: 45% !important;
  }
}
.footer-row {
  justify-content: space-evenly;
}

.single-widget-wrap .widget-title:before {
  background-color: var(--lead-modular-light-color) !important;
}

.widget-list li a:hover {
  color: var(--lead-modular-light-color) !important;
}
.widget-list li a:hover:before {
  background-color: var(--lead-modular-light-color) !important;
}
.footer-btn {
  padding: 10px 20px !important;
  border: 3px solid var(--lead-modular-primary-color) !important;
}

.lead-footer-link {
  color: #aaaaaa;
}
.lead-footer-link:hover {
  color: var(--lead-modular-light-color) !important;
}

.eso-footer-link {
  color: #aaaaaa;
}

.eso-footer-link:hover {
  color: var(--lead-modular-light-color) !important;
}
/** footer end **/

/** Common **/
.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.w-fit-content {
  width: fit-content;
}

.text-justify {
  text-align: justify;
}

.iv-fullscreen {
  background: #0d0d0de0 !important;
  z-index: 2000 !important;
}

.iv-snap-image {
  max-width: unset !important;
}

.bottom-auto {
  bottom: auto !important;
}

/* #highResModal {
  width: 80% !important;
}
#highResModal > .modal-dialog {
  max-width: unset !important;
  width: inherit !important;
} */

 /** iv-viewer modal **/
 @media only screen and (max-width: 767px) { 
  #highResImgWrapper {
    height: 550px;
  }
 }
 @media only screen and (min-width: 768px) { 
  #highResImgWrapper {
    height: 650px;
  }
 }

 #highResImgWrapper {
  width: 100%;
  position: relative;
  background: #000;
}

#highResImgWrapper .highRes-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
}

#highResImgWrapper .prev,
#highResImgWrapper .next {
  position: absolute;
  height: 32px;
  top: calc(50% - 52px);
}

#highResImgWrapper .prev {
  left: 20px;
}

#highResImgWrapper .next {
  right: 20px;
  cursor: pointer;
}

#highResImgWrapper .footer-info {
  position: absolute;
  height: 50px;
  width: 100%;
  left: 0;
  bottom: 0;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  color: white;
  border-top: 1px solid #fff;
}
 /** iv-viewer modal end **/

/** iv-viewer mouse hint **/
.mouseClose {
  display: block;
  margin: 0 auto;
  width: 23px;
  height: 40px;
  border-radius: 13px;
  border: 2px solid white;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - -2px);
  margin-left: -14px;
  z-index:150;
}

.mouseWheel {
    display: block;
    margin: 6px auto;
    width: 3px;
    height: 7px;
    border-radius: 100%;
    background: white;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

.scrollHinttext {
    text-align: center;
    margin-top: 100px;
    font-size: small;
    font-style: italic;
}

@media (max-width: 1024px) {
  .scrollHintVisible {
      display: none;
  }
}

.transBoxmini {
    position: absolute;
    top: calc(50% - 90px);
    left: calc(50% - 97px);
    box-sizing: border-box;
    width: 200px;
    border-radius: 5px;
    height: 150px;
    transition: opacity .3s;
    background: #1d1d1ea8;
    text-align: center;
    z-index: 90;
    padding: 20px 10px 10px 10px;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
  }
}
/** iv-viewer mouse end **/
/** Common end **/

/** Product Portfolio **/

.btn-zoom-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

/** Product Portfolio end **/

:root {
  --lead-modular-primary-color: #044d7f;
  --lead-modular-light-color:#628ECB;
}

.faq-fixed{
  position: fixed !important;
  top:80px !important;
}
.faq-absolute{
  position: absolute !important;
  top:0px !important;
}

/** product page **/
@media only screen and (max-width: 767px) {
  .product-header {
    height: 220px;
  }
  .product-header .product-header-content {
    height: 220px !important;
  }
  .product-header .product-header-content h1 {
    font-size: 26px !important;
  }
}
@media only screen and (min-width: 768px) {
  .product-header-content {
    height: 250px !important;
    padding-top: 75px;
  }
}
.product-header {
  background-color: #9f9f9f;
}

.product-header h1 {
  color: white;
}
/** product page end **/

/** projects page **/
@media only screen and (max-width: 767px) {
  .projects-title-wrap h2 {
    margin-top: 0px;
  }
}

/** projects page end **/

/* 404 */
.logo-div-404 {
  background: #dddddd;
  padding: 35px;
}

.error-page-bg {
  background-size: contain;
}

.back-to-home-btn {
  border: 2px solid #044d7f !important;
}

.back-to-home-btn:hover {
  border: 2px solid #044d7f !important;
  background-color: #044d7f !important;
}
/* 404 end */

/* to top */
#scrolltop {
	position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 25px;
    background-color: rgb(4 77 127 / 71%);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAe1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////NgkbwAAAAKHRSTlMAAQIDDRITFBcdHh8gIyQlJjdDREx1d4CCg4WXmpu5urzZ6e3v+fv9pStiuwAAAI9JREFUOE/dylkWgkAMRNFqUXEW53kC1Ox/hWKOtG3SZgHkq3LuAxp4q7xv+oboPrDdLNiNYktkFt7/FIFHix+viqHwHYkThffr7Bkrvp4gixT7wIHsURcj6ZeE/6kopMtirTwsUuCmHZjUxRxIS17n0H1xctXultqB8bs4Ot6dQjsXB/fZ7WVLOdBbODTmXgKJJx7c/fm3AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
    display: block;
    z-index: 9999;
}
#scrolltop:hover {
  background-color: rgb(4, 77, 127);
}
/* to top end */