/*!
Theme Name: EEE child
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eee
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #1fb0e5;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: #fff;
}

body {
  line-height: 1.5;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
}

.section {
  padding: 50px 0;
}

a {
  text-decoration: none !important;
  transition: 0.5s ease !important;
}

p {
  margin: 0px !important;
}

a,
input,
select,
textarea,
button {
  outline: 0 !important;
}

.post,
.page {
  margin: 0;
}

body,
p {
  font-weight: 400;
  color: #000;
  font-family: "Figtree" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "Figtree" !important;
}

.home .entry-title {
  display: none;
}

header.entry-header h1.entry-title {
  display: none;
}

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

.skip-link.screen-reader-text {
  display: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1;
}

#sidebar {
  display: none;
}

.entry-footer {
  clear: both;
}

#colophon {
  clear: both;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  position: relative;
  padding: 100px 0px;
  background-size: cover;
}

header.entry-header h1.entry-title {
  display: none;
}

.logo a {
  outline: 0 !important;
}

.error-404.not-found .logo {
  padding: 0;
  background-color: transparent;
}

.error-404.not-found h1 {
  font-size: 200px;
  line-height: 1;
  color: #54ade0;
  margin-bottom: 30px;
  font-weight: 800;
}

.error-404.not-found h1 span {
  color: #000;
}

.page-header h3 {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
}

.page-header p {
  font-size: 22px !important;
  color: #000;
  margin-bottom: 20px;
}

.page-content .return_home {
  background-color: #e01e26;
  color: #fff;
  padding: 20px 50px;
  display: inline-block;
  font-size: 20px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: 2px solid #e01e26;
}

.page-content .return_home:hover {
  transform: translateY(-3px);
  background-color: transparent;
  color: #000;
  transform: scale(1.1);
}

/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */

.search-results article.product,
.search-results article.page {
  display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
  content: '"';
}

.search-results .page-title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.search-results .page-header {
  width: 100%;
}

.search-results #primary {
  display: flex;
  flex-wrap: wrap;
}

.search-results #primary article {
  width: 30%;
  margin: 0 1.5%;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 0;
  margin-bottom: 35px;
  border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.no-results.not-found {
  text-align: center;
  margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #eee;
  background-color: #eee;
  color: #333;
  font-size: 14px;
  width: 250px;
}

.no-results.not-found .search-form .search-submit {
  height: 45px;
  padding: 0 30px;
  border: 0;
  background-color: #0b204d;
  color: #fff;
  cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
  background-color: #252525;
}

.no-results.not-found .search-form label span {
  display: none;
  width: 0;
}

/*SEARCH RESULTS - NO RESULTS CSS ENDS*/

/* Modal box CSS*/

.modal {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: transparent !important;
  border: 0px solid rgba(0, 0, 0, 0.2) !important;
}

.modal-footer {
  display: none !important;
}

.modal-header {
  border-bottom: 0px !important;
}

.close {
  color: #000 !important;
  opacity: 1 !important;
  border: 1px solid #fff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  padding: 0 !important;
  float: left !important;
  margin: 0 !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-dialog {
  max-width: 650px !important;
  margin: 50px auto !important;
}

.close span {
  display: block;
  color: #fff;
  position: absolute;
  left: 120%;
  top: 0;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  height: 50px !important;
}

.dgwt-wcas-no-submit
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding: 15px 15px 15px 40px !important;
}

.dgwt-wcas-details-main-image img {
  max-height: 200px !important;
}

.dgwt-wcas-suggestion-selected {
  background-color: #0b204d;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
  color: #fff;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
  color: #fff;
}

.dgwt-wcas-pd-addtc .add_to_cart_inline {
  margin-left: 20px;
}

.asl_nores {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.results .asl_nores .asl_keyword {
  padding: 5px 0px !important;
  cursor: pointer;
  font-weight: bold;
  font-family: inherit;
  border-top: 1px solid #eee;
}

.asl_nores_header {
  margin-bottom: 10px !important;
}

/*  Modal CSS ENDS */

/*  Drop down menu CSS*/

#primary-menu {
  text-align: right;
  margin: 0px;
}

#primary-menu li {
  display: inline-block;
  padding: 0 20px;
}

#primary-menu li a {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

#primary-menu li a:hover,
#primary-menu li.current-menu-item > a,
#primary-menu li.current-menu-parent > a,
#primary-menu li.current-menu-ancestor > a {
  color: #1fb0e5;
}

#primary-menu li.current-menu-parent:after {
  color: #1fb0e5;
}

#primary-menu li ul.sub-menu li:hover:after,
#primary-menu li.current-menu-parent ul li.current-menu-item:after,
#primary-menu li.current-menu-ancestor ul li.current-menu-ancestor:after {
  color: #fff;
  z-index: 9;
}

#primary-menu li.current-menu-parent ul li.current-menu-item > a,
#primary-menu li.current-menu-ancestor ul li.current-menu-ancestor > a {
  color: #fff;
  background: #1fb0e5;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 5px;
  top: 1px;
  display: block;
  color: #1fb0e5;
  cursor: pointer;
}

.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  top: calc(100% + 10px);
  left: 10px;
  width: 300px;
  border-radius: 5px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  /* overflow: hidden; */
}

ul.sub-menu .menu-item-has-children::after {
  top: 0px;
  bottom: 0px;
  margin: auto;
  line-height: 1;
  height: 20px;
  right: 2px;
  rotate: -90deg;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

ul.sub-menu ul.sub-menu {
  left: 300px;
  top: 0px;
  display: none;
}

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

#primary-menu .sub-menu li {
  display: block;
  padding: 0;
}

.nav_right #primary-menu .sub-menu li a:hover {
  color: #fff;
  border-color: transparent;
}

#primary-menu .sub-menu li a {
  display: block;
  text-align: left;
  padding: 17px 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}

#primary-menu .sub-menu li:last-child a {
  border-bottom: 0;
}

#primary-menu .sub-menu li a:hover::before {
  width: 100%;
  background-color: #1fb0e5;
  border-color: #1fb0e5;
}

#primary-menu .sub-menu li a::before {
  content: "";
  background-color: transparent;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-bottom: 1px solid transparent;
}

.menu-toggle {
  display: none;
}

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mm #primary-menu ul.sub-menu li {
  width: 100%;
  border: none;
}

#mm #primary-menu ul.sub-menu li a {
  font-size: 18px;
  line-height: 18px;
  border: none;
  padding: 10px 0;
}

#mm ul li ul li ul {
  padding-bottom: 0 !important;
  padding-left: 20px;
}

/* #mm #primary-menu li ul.sub-menu ul.sub-menu li a {
  font-size: 16px;
} */
#mm #primary-menu .sub-menu li a::before {
  content: unset;
}

#mm ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  overflow: visible;
  position: relative;
  margin: 0;
  width: 100%;
  left: 0px;
  background: #1fb0e5;
  box-shadow: none;
  padding-bottom: 10px;
}

i.fas.fa-angle-down.active:before {
  transform: rotate(0deg);
}

#mml {
  padding: 0 15px;
  color: #ffffff;
}

#mml h4 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 12px;
}

.mm {
  position: fixed;
  min-height: 49px;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 999;
  width: 100%;
  background: #fff;
  top: 0;
}

#mmb {
  position: absolute;
  width: 30px;
  height: 50px;
  margin-right: 15px;
  top: 8px;
  right: 0;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#mmb span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mmb span:nth-child(1) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(2) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb.on span {
  height: 3px;
}

#mmb.on span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
  left: 8px;
}

#mmb.on span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mmb.on span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 36px;
  left: 8px;
}

div#mm {
  padding-left: 0;
  margin-bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #1fb0e5;
  position: absolute;
}

body .header_icons ul.cnss-social-icon {
  display: none;
}

#mm ul li {
  display: block;
  position: relative;
  padding: 0;
}

#mm #primary-menu a {
  display: block;
  padding: 10px 0px;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  line-height: 21px;
  word-wrap: break-word;
  text-align: left;
  text-transform: capitalize;
  font-weight: 400;
}

#mm #primary-menu li {
  border-bottom: #ffffff2e 1px solid;
  width: 92%;
  margin: auto;
}

#mm #primary-menu a:hover {
  color: #fff;
}

#mm #primary-menu li:last-child a {
  border: none;
}

.mm,
#mm {
  display: none;
}

/* 
 * NAVBAR CSS ENDS
 */

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }

  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px !important;
  }

  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-slide-inner {
    max-width: 1140px;
    padding: 0 !important;
  }

  .main_slider.home_about_slider .swiper-slide-inner {
    padding: 50px 0px !important;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1202px !important;
  }

  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1202px !important;
  }

  .swiper-slide-inner,
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    max-width: 1202px;
    padding: 0px !important;
  }
}

.home div#page {
  margin-top: 0px;
}

div#page {
  margin-top: 110px;
}

header#masthead {
  padding: 0px 50px;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
}

header#masthead .row {
  align-items: center;
}

.site-branding img {
  width: 100%;
  height: 90px;
  margin: 10px 0px;
  object-fit: contain;
}

.head-phone i {
  font-size: 24px;
  margin-right: 6px;
  color: #000;
  position: relative;
  top: 2px;
  font-weight: bold;
  margin-right: 10px;
}

.head-phone h2 {
  display: none;
}

.head-phone a {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}

.head-phone a:hover {
  color: #000;
  opacity: 0.8;
}

.head-phone a span {
  color: #1fb0e5;
}

#primary-menu > li:last-child a {
  all: unset;
  text-transform: unset;
  border-radius: 5px;
  background: #1fb0e5;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  line-height: 74px;
  border: 1px solid #1fb0e5;
  font-weight: 500;
}

#primary-menu > li:last-child a:hover {
  background: #fff;
  color: #1fb0e5;
}

/*Footer*/

footer#colophon {
  border-radius: 24px 24px 0px 0px;
  background: #d4d4d3;
}

.footer {
  padding: 100px 60px;
}

.footer1 img {
  width: 75%;
  height: 90px !important;
  object-position: left !important;
  object-fit: contain;
}

.copyrights {
  text-align: center;
  border-top: 1px solid #505050;
}

p.copyright {
  margin: 0px;
  padding: 20px 0px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  text-align: center;
}

p.copyright a {
  color: #000;
}

h2.widget-title {
  font-family: Figtree;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-bottom: 30px;
}

.footer a {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.footer a:hover,
.footer li.current-menu-item a,
p.copyright a:hover {
  color: #1fb0e5;
}

.footer1 h2.widget-title {
  margin-top: 50px;
}

body .footer5 ul.cnss-social-icon li a {
  background: transparent !important;
  padding: 0px !important;
  width: 22px !important;
  height: 22px !important;
  line-height: 20px !important;
  margin-right: 20px !important;
  position: relative;
  display: block;
}

body .footer5 ul.cnss-social-icon li a:hover {
  background: transparent !important;
}

body .footer5 ul.cnss-social-icon li a img {
  width: 18px;
  height: 18px;
  opacity: 1 !important;
}

body .footer5 ul.cnss-social-icon li a i,
body .footer5 ul.cnss-social-icon li a img {
  transition: 0.5s ease !important;
}

body .footer5 ul.cnss-social-icon li a:hover i,
body .footer5 ul.cnss-social-icon li a:hover img {
  transform: rotate(360deg);
}

body .footer5 ul.cnss-social-icon li:not(:last-child) a:after {
  content: "";
  position: absolute;
  right: -11px;
  width: 1px;
  height: 15px;
  background: #434343;
  top: 4px;
}

body .footer5 ul.cnss-social-icon li a,
body .footer5 ul.cnss-social-icon li a:hover {
  color: black !important;
}

body .footer5 ul.cnss-social-icon li a img {
  filter: invert(1);
}

.f_cont_info {
  margin-top: 20px;
  margin-bottom: 30px;
}

/*Footer end*/

.sliderContainer {
  position: relative;
}

.sliderContainer .box {
  height: 100vh;
  display: flex !important;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.sliderContainer .box:before,
.banner_sec:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #343434;
  opacity: 0.5;
}

.banner_sec .heading h1 {
  width: 60%;
}

.sliderContainer .box h1 {
  font-size: 70px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 70px !important;
  letter-spacing: -2.8px;
  font-family: "Figtree" !important;
  display: block;
  color: #fff;
  width: 50%;
  position: relative;
}

.progressBarContainer {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}

.progressBarContainer div {
  display: block;
  padding: 0;
  cursor: pointer;
  width: 100%;
}

.progressBarContainer p {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px !important;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 4px;
  display: block;
  border-radius: 2px;
  background: rgba(229, 229, 229, 0.6);
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 2px;
  width: 0%;
  height: 4px;
}

/* Custom */

@keyframes progress {
  from {
    width: 0px;
  }

  to {
    width: 80px;
  }
}

.heading h1 {
  font-weight: 500 !important;
  font-size: 55px !important;
  line-height: 67px;
  color: #fff !important;
  letter-spacing: -2.2px;
}

.heading h2 {
  color: #404040 !important;
  font-size: 45px;
  line-height: 55px;
  letter-spacing: -2.2px;
  font-weight: 500 !important;
}

.heading h3 {
  font-weight: 500 !important;
  font-size: 28px;
  line-height: 34px;
  color: #404040 !important;
  margin: 0px;
}

.heading h4 {
  font-weight: 500 !important;
  font-size: 32px;
  line-height: 38px;
  color: #000 !important;
}

.heading h5 {
  font-weight: 500 !important;
  font-size: 28px;
  line-height: 34px;
  color: #000 !important;
}

.heading h6 {
  font-weight: 500 !important;
  font-size: 24px;
  line-height: 28px;
  color: #000 !important;
}

span.blue {
  color: #1fb0e5;
}

.para p,
.para li,
.para .elementor-widget-container {
  font-family: "Figtree" !important;
  color: #000 !important;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
}

.content_btn a,
.media_card .elementor-button-wrapper a {
  all: unset;
  background: #fff !important;
  padding: 10px 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 16px;
  border-radius: 9px;
  position: relative;
  border: 1px solid #1fb0e5;
  color: #1fb0e5 !important;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 200px !important;
  font-family: "Figtree" !important;
}

.content_btn a:hover,
.media_card .elementor-button-wrapper a:hover {
  border-color: #1fb0e5 !important;
  background: #1fb0e5 !important;
  color: #fff !important;
}

.home_sec1 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home_sec1 .img img {
  width: 100%;
  height: 400px !important;
  border-radius: 20px;
  object-fit: cover;
}

.home-sec-2,
.home-sec-2a {
  padding: 40px 0px;
}

.home-sec-2 .heading h2 {
  color: #1fb0e5 !important;
  font-size: 60px;
  font-weight: 300 !important;
  letter-spacing: -2.7px;
}
.home-sec-2a .elementor-image-box-wrapper h3 {
  color: #acacac !important;
  font-size: 34px;
  font-weight: 400 !important;
  letter-spacing: -1px;
  margin: 0;
}
.home-sec-2a .elementor-image-box-wrapper p {
  color: #252525 !important;
  font-size: 16px;
  font-weight: 500 !important;
  letter-spacing: -1px;
  margin: 0;
}
.home-sec-2 .heading h6 {
  font-size: 16px;
}

.main_slider .elementor-slide-heading {
  margin-bottom: 20px !important;
  font-size: 70px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 70px !important;
  letter-spacing: -2.8px;
  font-family: "Figtree" !important;
  display: block;
}

.main_slider .swiper-slide-contents {
  margin-top: 70px !important;
}

.back_slider {
  padding: 0px 100px;
}

.home_about_slider {
  /* border: 2px solid #dcdcdc; */
  border-radius: 20px;
  overflow: hidden;
}

.home_about_slider .elementor-slide-heading {
  font-size: 55px !important;
  line-height: 70px !important;
  margin-bottom: 20px !important;
  font-style: normal;
  font-weight: 500 !important;
  letter-spacing: -2.8px;
  font-family: "Figtree" !important;
  display: block;
}

.main_slider .elementor-slide-description {
  font-family: "Figtree" !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 25px !important;
  width: 500px;
}

.home_about_slider .swiper-slide-bg,
.home_about_slider .elementor-background-overlay {
  border-radius: 16px;
}

.main_slider a.elementor-button.elementor-slide-button {
  all: unset;
  background: #fff;
  padding: 10px 0px;
  border: 1px solid #1fb0e5;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  border-radius: 9px;
  position: relative;
  margin-top: 10px;
  cursor: pointer;
  display: block;
  width: 200px;
  text-align: center;
  font-family: "Figtree" !important;
  color: #1fb0e5;
  text-transform: capitalize;
}

.main_slider a.elementor-button.elementor-slide-button:hover {
  background: #1fb0e5;
  color: #fff;
}

.main_slider.home_about_slider .swiper-slide-contents {
  margin-top: 0px !important;
}

.technolgy-sliders.Why-Choose-Us .tech-slide-info {
  justify-content: flex-start;
}

/* .technolgy-sliders.Why-Choose-Us .tech-slide-info .h-tech-desc.para p {
    height: auto;
} */
.home_sec2 {
  padding: 40px 0px;
  background-color: #111;
}

.home_sec2 .heading h2,
.home_sec2 .para p,
.home_sec2 .para .elementor-widget-container {
  color: #fff !important;
}

.home_sec2 .img img {
  width: 100%;
  height: 250px !important;
  border-radius: 20px;
  object-fit: cover;
}

.home_sec2 .right .heading h2,
.home_sec7 .inner_box .heading h2 {
  font-size: 60px;
  font-weight: 300 !important;
  letter-spacing: -2.7px;
}

.home_sec2 .heading h6,
.home_sec7 .inner_box .heading h6 {
  font-size: 16px;
  color: #fff !important;
}

.home_sec2 .left {
  padding-right: 20px;
}

/* .home_sec2 .right {
    padding-left: 80px;
} */

.home_sec3a {
  padding: 40px 0px;
}

.link {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #1fb0e5;
}

.link:hover {
  color: #000;
}

.h-technolgy .row:not(:last-child) {
  margin-bottom: 40px;
}

.tech-counter-inner {
  font-weight: 300;
  font-size: 40px;
  line-height: normal;
  text-align: left;
  color: #656565;
}

.h-tech-desc {
  margin: 20px 0px;
}

.h-tech-img img {
  border-radius: 20px !important;
  width: 100%;
  height: 400px !important;
  object-fit: cover;
}

.slick-slider {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

ul.slick-dots {
  bottom: -40px;
  left: 15px;
}

.slick-dots li button:before {
  font-size: 10px !important;
  opacity: 1 !important;
  color: #b1b1b1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0 !important;
  left: -0.9px !important;
}

ul.slick-dots {
  text-align: left;
  z-index: 1;
}

ul.slick-dots li.slick-active button:before {
  background: #1fb0e5 !important;
}

.slick-dots li button:before {
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  background: #b1b1b1 !important;
  border-radius: 50%;
  bottom: 0 !important;
  margin: auto !important;
  left: 0 !important;
  right: 0;
}

ul.slick-dots li.slick-active button {
  border: 1px solid #1fb0e5;
  border-radius: 50%;
  padding: 0 !important;
}

.slick-dots li {
  margin: 0px 2px !important;
}

.slick-dots li button {
  position: relative;
}

/* .p_portfolio_sec .box .img img {
    width: 100%;
    border-radius: 20px;
    height: 275px;
    object-fit: cover;
}

.p_portfolio_sec .box .content {
    margin-top: 20px;
}

.p_portfolio_sec .box .content h6 {
    height: 56px;
    margin: 0px;
}

.p_portfolio_sec .box .content p {
    font-size: 16px;
    line-height: 26px;
    color: #656565 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 10px 0px !important;
} */

.home_sec4,
.home_sec5 {
  padding: 40px 0px;
}

.home_sec5 .inner1 {
  margin-bottom: 20px;
}

.image_boxes {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 30px 20px;
  transition: 0.5s all ease;
}

.image_boxes:hover {
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
}

.image_boxes h3 {
  font-weight: 500 !important;
  font-size: 24px;
  line-height: 28px;
  color: #000 !important;
  height: 56px;
  margin: 0px;
}

.image_boxes p {
  font-size: 16px;
  line-height: 26px;
  color: #656565 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 10px !important;
}

.image_boxes a {
  margin-top: 10px !important;
  display: inline-block;
}

.image_boxes p.elementor-image-box-description {
  margin: 0px !important;
}

p:empty {
  display: none;
}

.image_boxes figure.elementor-image-box-img {
  width: 79px !important;
  height: 79px !important;
  background: #111111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px !important;
}

.image_boxes figure.elementor-image-box-img img {
  width: 41px;
  height: 41px;
  object-fit: contain;
}

.home_sec6 > div {
  padding: 10px !important;
}

.home_sec6 > div > div > div {
  padding: 40px 100px !important;
}

.home_sec6 .heading h2,
.home_sec6 .para .elementor-container,
.home_sec6 .para p {
  color: #fff !important;
}

.home_sec6 .heading {
  width: 55% !important;
}

.home_sec6 .para {
  width: 70% !important;
}

.home_sec7,
.home_sec8,
.home_sec10 {
  padding: 40px 0px;
}
.home_sec7 {
  padding-bottom: 80px;
}
.home_sec7 > div > .row {
  align-items: center;
}
.home_sec7 .heading h2,
.home_sec7 .heading h6 {
  color: #fff !important;
}

.home_sec7 .img img {
  width: 100%;
  border-radius: 20px;
  height: 400px;
  object-fit: cover;
}
.home_sec7 .col-md-6.left_side {
  flex: 0 0 45%;
  max-width: 45%;
}
.slider-for ul.slick-dots li.slick-active button {
  border-color: #fff;
}
.slider-for ul.slick-dots li.slick-active button:before {
  background: #fff !important;
}
.slider-for .slick-dots li button:before {
  background: #fff !important;
}
.home_sec7 ul.slick-dots {
  left: 0;
}
.home_sec7 .col-md-6.right_side {
  flex: 0 0 55%;
  max-width: 55%;
}
.home_sec7 .col-md-6.left_side .nav-item,
.home_sec7 .col-md-6.right_side .slider-nav,
.home_sec7 .right_side .slider-nav .img {
  margin: 0;
}
.home_sec7 .inner_box .row {
  row-gap: 20px;
  margin: auto;
}
.home_sec7 .inner_box {
  margin-top: 20px;
}
.home_sec7 .col-md-6 {
  padding: 0;
}
.home_sec7 .inner_box > div > div > div {
  padding-left: 0px !important;
}

.partner_img img {
  width: 100%;
  /* height: 170px !important; */
  object-fit: cover;
  border-radius: 20px !important;
}
.new-partner_logo {
  height: 170px;
  border: 1px solid #1fb0e5;
  border-radius: 16px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-partner_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.awards_sec .box .content h6 {
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 20px;
  line-height: 104%;
  width: 80%;
  height: 52px;
}
.awards_sec .box {
  overflow: hidden;
}
.awards_sec .box .content p {
  margin: 0px !important;
  height: 96px;
}

.our_news {
  /*     margin-top: 20px; */
}

.row.our_news_slider {
  /*     margin: auto; */
  margin-bottom: 40px !important;
}

.our_news_slider .col-md-4,
.awards_sec .box {
  padding: 0px !important;
  border-radius: 22px;
  border: 1px solid #1fb0e5;
  transition: 0.5s ease !important;
}

.our_news_slider .col-md-4 {
  border: 1px solid #1fb0e5;
  margin-top: 10px;
  margin-bottom: 10px;
}

.our_news_slider .col-md-4:hover {
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
}

.our_news .img img,
.awards_sec .box .img img {
  height: 221px !important;
  object-fit: cover;
  width: 100%;
  border-radius: 16px 16px 0px 0px !important;
}

.news_inn_box_one {
  position: relative;
}

.news_inn_box_one a {
  position: absolute;
  text-align: right;
  right: 0;
  bottom: 0px;
}

.our_news .content,
.awards_sec .box .content {
  padding: 30px 20px;
  padding-bottom: 30px;
  padding-top: 23px;
}

.our_news .news_inn_box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.our_news .news_inn_box.small p {
  font-family: Poppins !important;
  border-radius: 3px;
  line-height: 14px;
  background: #1fb0e5;
  display: inline-block;
  padding: 5px 10px;
  letter-spacing: 0.5px;
  margin: 0 !important;
  color: #fff;
}

.small p {
  font-weight: 500;
  font-size: 10px;
  color: #000;
}

.our_news .news_inn_box .data p {
  font-weight: 400;
  line-height: normal;
  padding: 0;
  background: transparent;
  border-radius: 0px;
  letter-spacing: -0.5px;
  color: #000;
}

.our_news .content .heading h6 {
  margin-top: 20px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 20px;
  line-height: 104%;
  width: 90%;
  height: 62px;
}

/*Inner Pages*/
.banner_sec > div {
  height: 655px;
}

p#breadcrumbs {
  text-transform: uppercase;
  margin-top: 20px !important;
}

p#breadcrumbs span.breadcrumb_last,
p#breadcrumbs a:hover {
  color: #1fb0e5 !important;
}

/* p#breadcrumbs span.breadcrumb_last {
    font-weight: bold;
} */

p#breadcrumbs a {
  color: #000;
  /* font-weight: 500; */
}

p#breadcrumbs {
  color: #1fb0e5 !important;
  font-size: 20px;
}

.about_sec1,
.about_sec3,
.our_value_sec {
  margin: 40px 0px;
}

.our_value_sec .box img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  border-radius: 20px;
}

.our_value_sec .box h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #000;
}

.our_value_sec .box p {
  font-size: 16px;
  line-height: 26px;
  color: #656565;
  width: 85%;
}

.about_sec_map {
  margin-bottom: 40px;
}

.about_sec_map iframe {
  height: 500px !important;
  border-radius: 20px;
}

#companyleadership_slide {
  display: grid;
  grid-template-columns: 19% 19% 19% 19% 19% !important;
  gap: 1.3%;
}

div#companyleadership_slide .found-img {
  border-radius: 16px;
  border: 1px solid #1fb0e5;
  overflow: hidden;
}

.found-img img {
  height: 260px !important;
  width: 100%;
  object-fit: cover !important;
}

.founder_box .content {
  margin-top: 15px;
}

.founder_box .content h3 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  border-bottom: 1px solid #1fb0e5;
  margin: 0px;
  padding-bottom: 10px;
}

.founder_box .content p {
  margin: 0px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.28px;
  padding-top: 10px;
}

.our_team_slider .col-md-4,
.our_testimonials_slider .col-md-4 {
  padding: 0px !important;
}

.our_team_sec .box .content {
  margin-top: 20px;
}

.testimonials_sec .box {
  border-radius: 16px;
  border: 1px solid #dcdcdc;
  height: 100%;
  padding: 20px 10px;
}

.testimonials_sec .box .quote {
  display: inline-block;
  width: 15%;
}

.testimonials_sec .box .content {
  text-align: left;
  display: inline-block;
  width: 85%;
  padding-left: 10px;
  height: 400px;
  overflow-x: auto;
}

.testimonials_sec .box .content p {
  margin: 0px;
}

.testimonials_sec .box h3 {
  font-size: 18px;
  line-height: 30px;
}

.testimonials_sec .box .excerpt p {
  margin: 0px;
  font-weight: bold;
  margin-top: 15px;
}

.testimonials_sec .box .content h3 {
  font-size: 24px;
  font-weight: bold;
  color: #404040 !important;
  margin-bottom: 20px;
  line-height: 26px;
}

.testimonials_sec button.slick-arrow:before,
.our_news_slide button.slick-arrow:before {
  opacity: 1;
  color: #c9c9c9;
  content: "\f054";
  font-family: fontawesome;
}

.testimonials_sec button.slick-prev:before,
.our_news_slide button.slick-prev:before {
  content: "\f053";
}

.testimonials_sec button.slick-prev,
.our_news_slide button.slick-prev {
  left: -15px;
}

.testimonials_sec button.slick-next,
.our_news_slide button.slick-next {
  right: -15px;
}

.about_test_sec {
  margin: 40px 0px;
  margin-bottom: 10px;
}

.privacy_sec {
  margin: 40px 0px;
}

.privacy_sec .para p, .privacy_sec .para .elementor-widget-container, .privacy_sec .ul_list li span.elementor-icon-list-text {
  font-family: "Figtree" !important;
  color: #000 !important;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.privacy_sec .para ol, .privacy_sec .para ul {
    margin-bottom: 0 !important;
}

.privacy_sec h2 {
  font-size: 26px;
  line-height: 36px;
  color: #000 !important;
  font-weight: 500 !important;
  letter-spacing: -2.2px;
}

.privacy_sec .para.listing p:not(:last-child) {
  margin-bottom: 20px !important;
}
.ul_list li {
    align-items: start !important;
}
.ul_list li span.elementor-icon-list-icon {
    position: relative;
    top: 5px;
}
.ul_list li span.elementor-icon-list-icon svg {
    width: 8px;
    fill: #000;
}
.ul_list.dot {
    padding-left: 20px;
    margin-top: -10px;
}
/*History*/

div#history_slide {
  margin-top: 0;
}

div#history_slide .owl-stage-outer .owl-stage:before {
  content: "";
  position: absolute;
  left: 0;
  width: 99%;
  height: 1px;
  background: #b1b1b1;
  top: 30px;
}

div#history_slide .owl-item .history_img:before {
  content: "";
  position: absolute;
  left: 85px;
  top: 20px;
  background: url(/wp-content/uploads/2024/11/history_lines.webp);
  width: 300px;
  height: 20px;
}

.history_img {
  background: #54ade0;
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}

.history_img img {
  object-fit: contain;
  width: 30px !important;
  height: 27px !important;
  filter: brightness(100);
}

.history_box .content h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 85%;
  letter-spacing: -0.84px;
  margin-bottom: 20px;
}

.history_box .content {
  margin-top: 20px;
}

.history_box .content .excerpt,
.history_box .content .full-content {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.history_box .content .excerpt a.read-more-button,
.history_box .content a.toggle-content {
  color: #54ade0;
}

div#history_slide .owl-stage-outer {
  overflow: visible;
}

.owl-nav button {
  width: 30px;
  height: 33px;
  border: 1px solid #cecece !important;
  cursor: pointer;
}

.owl-nav button span {
  font-size: 28px;
  line-height: 28px;
  color: #000;
}

.owl-nav button.owl-next {
  border-radius: 0 8px 8px 0;
}

.owl-nav button.owl-prev {
  border-radius: 8px 0 0 8px;
}

.owl-nav button:hover {
  background: #1fb0e5 !important;
  border-color: #1fb0e5 !important;
}

.owl-nav button:hover span {
  color: #fff;
}

div#history_slide .owl-nav {
  margin-top: 40px;
  text-align: center;
}

/* Start Contact Pages */

.contact_map iframe {
  height: 700px !important;
}

.cont_sec {
  margin: 40px 0px;
}

.cont_sec .heading {
  margin-bottom: 30px;
}

.cont_sec .location_box {
  margin-bottom: 40px !important;
}

.location_box h2.widget-title {
  font-family: "Figtree";
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}

.location_box p,
.location_box p span,
.location_box a {
  font-size: 20px;
  line-height: normal;
  color: #000;
}

.location_box .f_cont_info {
  margin-top: -30px;
  margin-bottom: 0px;
}

.location_box .map_loc,
.contact_form {
  margin-top: 10px;
}

.location_box a:hover {
  color: #1fb0e5;
}

.loc_text h2.elementor-heading-title.elementor-size-default {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 104%;
  letter-spacing: -0.32px;
}

.loc_text ul.elementor-icon-list-items li span.elementor-icon-list-text {
  font-family: "Figtree" !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.loc_text ul.elementor-icon-list-items li a {
  width: auto !important;
}

.loc_text
  ul.elementor-icon-list-items
  li
  a:hover
  span.elementor-icon-list-text {
  color: #1fb0e5;
}

.contact_form {
  margin-top: 10px;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.contact_form .gform_wrapper label {
  font-size: 14px;
  line-height: 17px;
  color: #656565;
}

.contact_form .gform_wrapper input,
.contact_form .gform_wrapper select,
.contact_form .gform_wrapper textarea {
  width: 100%;
  color: #333 !important;
  font-size: 16px !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  box-shadow: none !important;
  height: 40px !important;
}

.contact_form .gform_wrapper select {
  cursor: pointer;
  appearance: none;
  background-image: url(/wp-content/uploads/2024/11/down_arrow.png);
  background-repeat: no-repeat;
  background-position: top 52% right 16px;
}

.contact_form .gform_wrapper textarea {
  height: 138px !important;
  min-block-size: 0rem !important;
  resize: none !important;
}

.contact_form .gform_wrapper #gform_2 textarea {
  height: 82px !important;
}

.contact_form .gform_wrapper ::placeholder {
  color: #333;
}

.contact_form .gform_wrapper li {
  margin-bottom: 15px !important;
}

.contact_form .gform_wrapper div {
  margin-top: 0px;
  row-gap: 20px !important;
}

.gform_wrapper .gform_validation_errors {
  display: none !important;
}

.gform_wrapper .validation_message {
  display: none !important;
}

.contact_form .gform_wrapper li.gfield.gfield_error {
  background: transparent !important;
  border: none !important;
  padding: 0px !important;
}

.contact_form .gform_confirmation_message {
  border: 1px solid #1fb0e5;
  margin: 50px 0px;
  display: inline-block;
  padding: 15px 20px;
  color: #1fb0e5;
}

span.spf-phone.error-msg,
span.spf-phone.valid-msg,
span.spf-phone.valid-msg.hide {
  display: none;
}

.gform_confirmation_message {
  border: 1px solid #1fb0e5;
  margin: 50px 0px;
  display: inline-block;
  padding: 15px 20px;
  color: #1fb0e5;
}

.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.ginput_container,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  label.gfield_label {
  margin: 0px !important;
}

.gform_wrapper .gfield_error [aria-invalid="true"] {
  border: none !important;
  border: 1px solid #c02b0a !important;
}

#gform_ajax_spinner_1,
#gform_ajax_spinner_2,
.gfield_validation_message,
div#gform_1_validation_container,
span.gfield_required {
  display: none !important;
}

.contact_form .gform_wrapper {
  margin-top: 0px;
}

.contact_form .gform_wrapper .gform_footer {
  width: 181px;
  padding: 0px !important;
  margin-top: 20px !important;
  position: relative;
  transition: 0.5s ease !important;
}

.contact_form .gform_wrapper input#gform_submit_button_1,
.contact_form .gform_wrapper input#gform_submit_button_2 {
  all: unset;
  background-color: #ededed !important;
  padding: 10px 0px !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 124%;
  border-radius: 8px !important;
  position: relative;
  border: 1px solid #ededed !important;
  color: #1fb0e5 !important;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  font-family: "Poppins" !important;
  margin: 0px !important;
  transition: 0.5s ease !important;
  height: auto !important;
}

.contact_form .gform_wrapper input#gform_submit_button_1:hover,
.contact_form .gform_wrapper input#gform_submit_button_2:hover {
  color: #fff !important;
  background: #1fb0e5 !important;
}

/* End Contact Pages */

.sol_case_sec,
.sol_sin_what_sec {
  margin-top: 40px;
}

.sol_sec2,
.other_solutions_sec {
  padding: 40px 0px;
}

.sol_sec2 .heading h2 {
  color: #fff !important;
}

body .elementor-tab-content {
  height: auto !important;
}

.accord .elementor-accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

.accord .elementor-accordion-item {
  border: none !important;
  border-radius: 10px;
  background: #fff;
  /* padding: 20px; */
}

.accord .elementor-accordion-item .elementor-tab-content {
  border: none;
  font-family: "Figtree" !important;
  color: #000 !important;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  padding: 0px 20px;
  padding-bottom: 20px !important;
  width: 95%;
}

.accord .elementor-accordion-item .elementor-tab-content.elementor-active {
  padding-bottom: 20px;
}

.accord .elementor-accordion-item .elementor-tab-title {
  padding: 15px 20px;
}

.accord .elementor-accordion-item .elementor-tab-title span {
  margin-top: 2px;
}

.accord .elementor-accordion-item .elementor-tab-title a {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #000;
  font-family: "Figtree" !important;
}

.accord .elementor-accordion-item .elementor-tab-title span svg {
  fill: #1fb0e5;
  border: 1px solid #1fb0e5;
  border-radius: 50%;
  padding: 3px;
  width: 18px !important;
  height: 18px !important;
}

.lets_build_sec {
  margin-bottom: 30px;
}

.other_solutions .col-md-4:nth-child(2) {
  border: 1px solid #e6e6e6;
  border-top: 0;
  border-bottom: 0;
}

.other_solutions .col-md-4 {
  padding: 0px 60px;
}

.other_solutions .headings h3 {
  font-weight: normal;
  font-size: 16px;
  color: #656565;
}

.other_solutions .headings h2 {
  font-weight: 500 !important;
  font-size: 28px;
  line-height: 34px;
  color: #404040 !important;
  width: 90%;
}

.sol_sin_two_sec .head h4 {
  font-weight: 300;
  font-size: 40px;
  line-height: normal;
  color: #656565;
}

.sol_sin_two_sec .mid_box {
  padding: 0px 10px;
  margin: 0px 10px;
}

.sol_sin_case_sec {
  padding-bottom: 40px;
}

.single-services .image_boxes h3 {
  height: 84px;
}

.services_child_sec {
  padding-bottom: 40px;
}

.p_portfolio_sec .row {
  row-gap: 30px;
}

.pro_count_sec .heading h2 {
  color: #1fb0e5 !important;
}

.pro_count_sec .heading h6 {
  font-size: 16px;
  line-height: 20px;
}

.pro_accord_sec,
.service_map_img {
  padding-bottom: 40px;
}

/* .gallery_sec {
    padding-top: 40px;
} */

.pro_accord_sec .accord .elementor-accordion-item {
  background: #f5f5f5;
}

.gallery_sec figure.gallery-item img {
  width: 100%;
  height: 300px !important;
  border-radius: 20px;
  object-fit: cover;
}

.our_testimonials_sec.single .box .para {
  padding-bottom: 25px;
}

.our_testimonials_sec.single .box .para p {
  height: auto;
}

.service_map_img img {
  width: 100%;
  border-radius: 20px;
  height: 600px !important;
  object-fit: cover;
}

/**/
.media_card .elementor-post__card .elementor-post__meta-data {
  order: 1;
  padding: 0px 0px !important;
  margin-top: 21px !important;
  border-color: transparent !important;
}

.media_card .elementor-post__card {
  flex-wrap: wrap;
  flex-direction: row !important;
  border: 1px solid #54ade0 !important;
}

.media_card article:hover {
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
}

.media_card .elementor-post__card img,
.media_card .elementor-post__badge {
  position: relative !important;
}

.media_card .elementor-post__badge {
  font-family: Poppins !important;
  background: #1fb0e5 !important;
  letter-spacing: 0.5px;
  height: 22px;
  border-radius: 0px !important;
  text-transform: capitalize !important;
  font-size: 10px !important;
}

.media_card article:hover {
  /*     box-shadow: none; */
  border-radius: 16px;
}

.media_card .elementor-post__card a.elementor-post__thumbnail__link {
  order: 0;
  margin: 0px !important;
  /*height: 132px;*/
  height: 221px;
}

.media_card .elementor-post__card .elementor-post__text {
  order: 2;
  margin: 0px !important;
  padding: 0px 20px !important;
  position: relative;
  margin-bottom: 30px !important;
}

.media_card .elementor-post__card a.elementor-post__thumbnail__link img {
  width: 100% !important;
  object-fit: cover;
  object-position: top;
  height: 100%;
}

.media_card
  .elementor-post__card
  a.elementor-post__thumbnail__link
  .elementor-post__thumbnail.elementor-fit-height {
  padding: 0px !important;
  height: 100%;
}

.media_card
  .elementor-post__card
  .elementor-post__meta-data
  span.elementor-post-date {
  color: #000;
  font-family: Poppins !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
  text-transform: capitalize;
  margin-bottom: 10px !important;
  display: inline-block;
}

.media_card
  .elementor-post__card
  .elementor-post__text
  h3.elementor-post__title {
  margin: 0px !important;
}

.media_card
  .elementor-post__card
  .elementor-post__text
  h3.elementor-post__title
  a {
  color: #000 !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.32px;
  text-align: left;
  margin: 0;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-family: "Figtree" !important;
}

.media_card
  .elementor-post__card
  .elementor-post__text
  h3.elementor-post__title
  a.elementor-post__read-more {
  position: absolute !important;
  text-align: right;
  right: 0;
  bottom: 0px;
}

.media_card
  .elementor-post__card
  .elementor-post__text
  a.elementor-post__read-more {
  position: absolute;
  text-align: right;
  right: 20px;
  bottom: 0px;
  margin: 0px !important;
  color: #000 !important;
  font-size: 20px !important;
}

.media_card
  .elementor-post__card
  a.elementor-post__thumbnail__link
  .elementor-post__thumbnail {
  padding: 0px !important;
  /*height: 132px;*/
  height: 100%;
}
section.single_blog_sec {
  padding: 40px 0px;
}

.content_btn.news-sin-page a {
  margin-top: 0px;
  margin-bottom: 20px;
}

.content_btn.news-sin-page a i {
  top: 1px;
  position: relative;
  padding-left: 7px;
  font-weight: 500;
  font-family: "fontawesome";
  font-size: 16px;
}

.blog-date p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.row.blog-img-slider {
    max-width: 100%;
    padding-left: 0px;
    margin: auto;
	    margin-bottom: 40px;
}
.row.blog-img-slider .col-md-4s {
    width: 100%;
}
.row.blog-img-slider.slick-dotted.slick-slider {
    margin-bottom: 60px !important;
}
.row.blog-img-slider ul.slick-dots {
    left: 0;
}
.row.blog-img-slider .col-msd-4 {
  width: 30%;
}

.images_blog {
  margin: 20px 0px;
}

.blog-date{
	 display: none;
}
.images_blog img {
	aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid #54ade0;
  object-position: top;
}
.row.blog-img-slider .slick-list {
    margin: 0px -15px;
}
.row.blog-img-slider .slick-slide {
    margin: 0px 15px;
}

.blog-content a {
  color: #000;
  text-decoration: underline !important;
}

.blog-content a:hover {
  color: #1fb0e5;
}

.fancybox-inner img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
}

.fancybox-inner h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 10px 0px;
}

.fancybox-inner p {
  margin: 0px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.fancybox-inner a.downloadButton {
  padding: 8px 16px;
  border: 1px solid #1fb0e5;
  margin-top: 15px;
  display: inline-block;
  line-height: 1.1;
  color: #000;
  font-family: Poppins !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500 !important;
}

.right_bar h2 {
  font-size: 24px;
  font-weight: 500 !important;
}

.right_bar a {
  color: #666;
  font-size: 14px;
  text-decoration: underline !important;
}

.right_bar a:hover {
  color: #1fb0e5;
}

.right_bar .Download-file,
.right_bar .Contact {
  margin-bottom: 20px;
}

.fancybox-lock .fancybox-overlay {
  overflow: hidden !important;
}

.social-media-sharing {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.social-media-sharing a {
  color: #000;
  margin-right: 20px;
  transition: 0.5s ease !important;
}

.social-media-sharing a img {
  filter: brightness(0);
  height: 24px;
  object-fit: scale-down;
}

.social-media-sharing a:hover {
  color: #000;
  transform: rotate(360deg);
}

.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
  width: 630px !important;
}

.fancybox-inner {
  width: 600px !important;
}

.cus-tabb .elementor-tab-title {
  background: transparent;
  width: 171px;
  height: 44px;
  text-align: center;
  color: #54ade0;
  font-family: Poppins !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 44px !important;
  border-radius: 5px;
  border: 1px solid #54ade0 !important;
  padding: 0px !important;
  position: relative;
}

.cus-tabb .elementor-tab-title:before {
  content: "" !important;
  position: absolute !important;
  right: 20px !important;
  top: 0px;
  bottom: 0px !important;
  height: 11px !important;
  width: 7px !important;
  background: url(/wp-content/uploads/2024/11/arrow_right_blue.png);
  margin: auto;
  background-repeat: no-repeat;
}

.cus-tabb .elementor-tab-title.elementor-active {
  background: #54ade0;
  color: white !important;
}

.cus-tabb .elementor-tab-title.elementor-active:before {
  filter: brightness(10);
}

.cus-tabb .elementor-tabs-wrapper {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.cus-tabb p:empty {
  display: none;
}

.cus-tabb .elementor-tab-content {
  padding: 0px !important;
}

.blog-content.para p:not(:last-child) {
  margin-bottom: 1rem !important;
}

/*Inner Pages End*/
.technolgy-slider .col-md-4 {
  padding: 0px !important;
  margin: 0 8px;
}

.technolgy-sliders .tech-slide-info,
.card_boxes .elementor-image-box-wrapper {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 392px;
  border-radius: 20px;
  padding: 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  transition: 0.5s all ease;
  border: 1px solid #1fb0e5;
}

/* .technolgy-sliders .tech-slide-info:after,
.card_boxes .elementor-image-box-wrapper figure.elementor-image-box-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 20px;
  opacity: 0.4;
  z-index: -1;
} */

.card_boxes .elementor-image-box-wrapper figure.elementor-image-box-img:after {
  z-index: 0;
}

.technolgy-sliders .tech-slide-info:before,
.card_boxes .elementor-image-box-wrapper figure.elementor-image-box-img:before {
  content: "";
  position: absolute;
  /* background-image: url("/wp-content/uploads/2024/12/tech-hover.png"); */
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.5s all ease;
  background: #1fb0e5;
}

.technolgy-sliders .tech-slide-info .heading h3 {
  color: #fff !important;
}

.technolgy-sliders .h-tech-desc {
  padding-right: 0px;
  opacity: 0;
  transition: 0.5s ease;
}

.technolgy-sliders .h-tech-desc.para p {
  color: #fff !important;
  font-size: 18px;
  line-height: 26px;
  height: 180px;
  overflow-x: auto;
  display: grid;
  align-items: center;
}
.technolgy-sliders .h-tech-desc.para p::-webkit-scrollbar-track {
  background-color: #1fb0e5;
}

.technolgy-sliders .h-tech-desc.para p::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.technolgy-sliders .link {
  all: unset;
  cursor: pointer;
  display: inline-block;
  border-radius: 9px;
  background: transparent;
  border: 1px solid #fff;
  font-size: 14px;
  text-align: left;
  line-height: 16px;
  color: #fff;
  padding: 10px 10px;
  font-weight: bold;
  width: 120px !important;
}

.technolgy-sliders .link:hover {
  background: #1fb0e5;
  border-color: #1fb0e5;
  padding: 10px 10px;
  width: 120px !important;
}

.technolgy-sliders .tech-slide-info:hover:before {
  opacity: 1;
}

.technolgy-sliders .tech-slide-info:hover .h-tech-desc {
  opacity: 1;
}

.card_boxes .elementor-image-box-wrapper {
  text-align: left;
}

.card_boxes .elementor-image-box-wrapper figure.elementor-image-box-img {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
}

.card_boxes .elementor-image-box-wrapper figure.elementor-image-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.card_boxes .elementor-image-box-wrapper .elementor-image-box-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  /*     justify-content: space-between; */
}

.card_boxes .elementor-image-box-wrapper .elementor-image-box-content h3 {
  font-weight: 500 !important;
  font-size: 28px;
  line-height: 34px;
  color: #fff !important;
  margin: 0px;
  margin-bottom: 30px;
}

.card_boxes .elementor-image-box-wrapper .elementor-image-box-content p {
  color: #fff !important;
  font-size: 18px;
  line-height: 26px;
  opacity: 0;
  transition: 0.5s all ease;
  height: 100%;
  overflow-x: auto;
}

.card_boxes
  .elementor-image-box-wrapper:hover
  figure.elementor-image-box-img:before {
  opacity: 0.8;
  z-index: 0;
}

.card_boxes .elementor-image-box-wrapper:hover .elementor-image-box-content p {
  opacity: 1;
}

.RB_box .elementor-image-box-content {
  position: absolute;
  bottom: 20px;
  padding: 0 30px;
}

.RB_box figure.elementor-image-box-img {
  margin: 0 !important;
}

.RB_box figure.elementor-image-box-img {
  border: 1px solid #53ade0;
  border-radius: 20px;
  position: relative;
}

.RB_box figure.elementor-image-box-img img {
  height: 382px !important;
  object-fit: cover;
  border-radius: 15px !important;
  width: 100%;
}

.RB_box .elementor-image-box-content h3 {
  display: none;
}

.RB_box .elementor-image-box-content p.elementor-image-box-description {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 105.5%;
  letter-spacing: -0.84px;
}

.RB_box figure.elementor-image-box-img:before {
  border-radius: 16px;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #000;
  opacity: 0.2;
}

.inner_service .box {
  width: 15.9% !important;
  position: relative;
  height: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 9px;
  background: #fff;
  align-items: center;
  padding: 3px 0px;
  padding-top: 30px;
  transition: 0.5s ease !important;
  margin: 0 !important;
}

.inner_service .box:hover {
  background: #1fb0e5;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
}

.inner_service .box:hover figure.elementor-image-box-img img {
  filter: brightness(10);
}

.inner_service .box:hover h3,
.inner_service .box:hover p {
  color: #fff;
}
.inner_service.gray_boxes .box:hover {
    background: #f2f2f2;
    border-color: #1fb0e5;
}

.inner_service.gray_boxes .box:hover figure.elementor-image-box-img img {
    filter: none;
}

.inner_service.gray_boxes .box:hover h3 {
    color: #000;
    font-weight: bold;
}
.inner_service.gray_boxes .box:hover p{
color: #000;	
}
.technical_sec .elementor-container.elementor-column-gap-default, .solution_choose_sec .elementor-container.elementor-column-gap-default{
    width: 1170px !important;
}
.technical_sec .left {
    padding-right: 20px;
}
/* .technical_sec .right img {
    border-radius: 20px;
    width: 100%;
    height: 400px;
    object-fit: cover;
} */
.technical_sec .right img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.technical_sec .right>div {
    align-items: end !important;
    align-content: end !important;
}
.technical_sec.Projects_Leasing .right img{
	height: 405px;
}
.technical_sec.Turnkey_Contracting .right img{
	height: 560px;
}
.technical_sec.Operations_Maintenance .right img{
	height: 680px;
}
.technical_sec.Hybrid_Solutions .right img, .technical_sec.ESCO .right img{
	height: 620px;
}
.technical_sec.MEP .right img{
	height: 650px;
}
.technical_sec.IES .right img{
	height: 590px;
}
.inner_service .box h3 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0px;
  width: 95%;
  margin: auto;
  margin-bottom: 3px;
  overflow-wrap: anywhere;
}
.inner_service .box figure {
  width: auto !important;
}
.inner_service .elementor-widget-wrap.elementor-element-populated {
  column-gap: 10px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.inner_service p.elementor-image-box-description {
  font-size: 18px;
  color: #1fb0e5;
  font-weight: 500;
  line-height: 22px;
  overflow-wrap: anywhere;
  width: 95%;
  margin: auto !important;
}
.model_boxes .inner_service .box {
    width: 24% !important;
    padding: 20px 5px;
}

.model_boxes .inner_service .elementor-widget-wrap.elementor-element-populated {
    column-gap: 15px;
}
.model_boxes .inner_service p.elementor-image-box-description {
    color: #000;
    font-size: 16px;
    width: 80%;
}

.model_boxes .inner_service h3.elementor-image-box-title {
    font-size: 16px;
    font-weight: bold;
}
.solution_choose_sec .ul_list li span.elementor-icon-list-text {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: "Figtree" !important;
}

.solution_choose_sec .ul_list li svg.e-font-icon-svg.e-fas-circle {
    width: 5px;
    fill: #1fb0e5;
}

.solution_choose_sec .content_btn a {
    background: transparent !important;
    border-color: #000 !important;
    color: #000 !important;
    font-weight: bold !important;
}

.solution_choose_sec .content_btn a:hover {
    border-color: #1fb0e5 !important;
    background: #1fb0e5 !important;
    color: #fff !important;
}
.solution_choose_sec .choose_energy_box {
    width: 44% !important;
    margin: 0 !important;
    background: #fff;
    border-radius: 10px;
    padding: 30px !important;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
}

.solution_choose_sec .choose_energy_box figure.elementor-image-box-img {
    display: none;
}

.solution_choose_sec .left > div{
    gap: 4%;
}

.solution_choose_sec .choose_energy_box h3 {
    color: #000 !important;
    font-size: 40px;
    font-weight: 400;
}

.solution_choose_sec .choose_energy_box p {
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
}
/* .sol_sin_two_sec .elementor-column.elementor-col-33 {
    margin: 0 12px;
} */
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  left: -6px;
  top: -6px;
}

span.swiper-pagination-bullet {
  margin: 0px 12px !important;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: left;
  padding-left: 45px;
  bottom: 50px !important;
  max-width: 1140px;
  margin: auto;
  width: 100%;
  left: 0;
  right: 0;
}

.load-item-1 {
  display: none;
}

.meet-btn.disabled {
  display: none !important;
}

div#Load-More-1 {
  width: 100%;
  text-align: center;
}

.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 0px !important;
}

.home_sec1 > .elementor-column-gap-default {
  column-gap: 20px;
}

.pro_accord_sec > .elementor-column-gap-default {
  column-gap: 20px;
}

.home_sec5 section.elementor-section .elementor-column-gap-default {
  column-gap: 20px;
}

.home_sec1 > .elementor-column-gap-default {
  column-gap: 20px;
}
.banner_sec .heading {
  padding-left: 10px;
}
.blog_data .elementor-posts--skin-cards.elementor-grid {
  gap: 30px;
}

.latest-event ul.slick_slide_tab {
  display: grid;
  border: none;
  column-gap: 15px;
  row-gap: 15px;
  grid-template-columns: 32.5% 32.5% 32.5%;
}

.latest-event ul.slick_slide_tab li a {
  text-align: center;
  width: 100%;
  height: 35px;
  display: block;
  border-radius: 6px;
  border: 1px solid #cecece;
  background: #fff;
  color: #000;
  font-family: Figtree;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
}

.latest-event ul.slick_slide_tab li a:hover,
.latest-event ul.slick_slide_tab li a.active {
  border: 1px solid #54ade0;
  background: #54ade0;
  color: #fff;
}
.our_news .news_proj_box {
  border: 1px solid #54ade0 !important;
  border-radius: 18px;
  overflow: hidden;
  margin-top: 20px;
  display: block;
}
.our_news .col-md-4,
.latest-event .technolgy-sliders .col-md-4 {
  padding: 0 10px !important;
}
.latest-event .technolgy-sliders .row .col-md-4s {
  margin-top: 20px;
}
.latest-event .technolgy-sliders .row,
.latest-event .our_news .row {
  display: grid;
  grid-template-columns: 32.5% 32.5% 32.5%;
  column-gap: 1.4%;
  margin: auto;
}
.Solutions-Featured-Project .news_proj_box {
  margin-top: 0px;
}
.Solutions-Featured-Project .row {
  row-gap: 20px;
}
.latest-event .our_news .row {
  margin: auto;
}
.latest-event .pagination {
  justify-content: center;
  margin-top: 40px;
}
.latest-event .pagination a,
.latest-event .pagination span {
  border-radius: 4px;
  margin: 0px 10px;
  background: transparent;
  color: #1fb0e5;
  font-size: 18px;
}
.latest-event .pagination a {
  color: #1fb0e5;
}
.latest-event .pagination a:hover {
  background: transparent;
  color: #252525;
}
.proj_sec1 figure.swiper-slide-inner img {
  border-radius: 20px;
  width: 100%;
  height: 360px;
}
.proj_sec1
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -8px !important;
}
.proj_sec1
  span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border-color: #1fb0e5;
  left: -5px;
  top: -5px;
}
.proj_sec1 span.swiper-pagination-bullet {
  margin: 0px 8px !important;
}
.proj_tab .tab-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  font-size: 14px;
  color: #666;
}

.proj_tab .tab-loader .spinner {
  width: 40px;
  height: 40px;
  border: 6px solid #e0e0e0;
  border-top: 6px solid #1fb0e5; /* WordPress blue ya apna theme color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.news_slider .col-md-4 {
  padding: 0 !important;
}
.our_news .news_slider .news_proj_box {
  margin-top: 0;
}
.new-tech-box .elementor-image-box-wrapper .elementor-image-box-content {
  height: 100%;
}

.new-tech-box {
  /* flex: 0 0 calc(33.33% - 30px); */
  margin: 0px !important;
}

.new-tech-box .elementor-image-box-wrapper {
  position: relative;
  height: 392px !important;
  border-radius: 20px;
  padding: 20px 20px 20px;
  z-index: 1;
  transition: 0.5s ease;
  border: 1px solid #1fb0e5;
}

.new-tech-box .elementor-image-box-wrapper:before {
  content: "";
  position: absolute;
  /*background-image: url("/wp-content/uploads/2024/11/tech-hover.png");*/
  /*background-color: rgb(0 0 0 / 50%);*/
  /*background-image: url("/wp-content/uploads/2025/06/tech-hover1.png");*/
  /*background-position: right center;*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  background: #1fb0e5;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: 0.5s ease;
  pointer-events: none;
}

.new-tech-box .elementor-image-box-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 0;
  background: rgb(0 0 0 / 20%);
}

.new-tech-box .elementor-image-box-img {
  position: absolute;
  width: 100% !important;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.5s ease;
}

.new-tech-box .elementor-image-box-img a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  z-index: 0;
}

.new-tech-box .elementor-image-box-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 20px;
}

.new-tech-box .elementor-image-box-content {
  position: relative;
  z-index: 1;
  transition: 0.5s ease;
}

.new-tech-box .elementor-image-box-title {
  color: #fff !important;
  text-align: left !important;
  min-height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.new-tech-box .elementor-image-box-description {
  font-size: 18px;
  line-height: 26px;
  color: #fff !important;
  text-align: left;
  opacity: 0;
  transition: 0.5s ease;
  height: 220px;
  overflow-y: auto;
  align-content: center;
}

.new-tech-box .elementor-image-box-wrapper:hover:before {
  /*opacity: 0.8;*/
  opacity: 1;
}

.new-tech-box .elementor-image-box-wrapper:hover .elementor-image-box-title {
  color: #fff !important;
}

.new-tech-box
  .elementor-image-box-wrapper:hover
  .elementor-image-box-description {
  opacity: 1;
}

.new-tech-box .elementor-image-box-wrapper:hover .link {
  border-color: #fff;
}

.new-tech-box .elementor-image-box-wrapper:hover .link:hover {
  /*border-color: #1fb0e5;*/
}

.new-tech-box .elementor-image-box-wrapper:hover .link {
  color: #fff;
}
.new-tech-grid > div {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  /* flex-wrap: wrap; */
  /* justify-content: start; */
  padding: 0 !important;
  gap: 15px;
}
.new-tech-box .link {
  all: unset;
  cursor: pointer;
  display: inline-block;
  border-radius: 9px;
  background: transparent;
  border: 1px solid #fff;
  font-size: 14px;
  text-align: left;
  line-height: 16px;
  color: #fff;
  padding: 10px 10px;
  width: 120px !important;
}

.new-tech-box .link {
  display: block;
  margin-top: 15px;
  border: 1px solid #fff;
}

.new-tech-box .link {
  color: #fff;
  font-weight: bold;
}

.new-tech-box .link:hover {
  /*background: #1fb0e5;*/
  /*border-color: #1fb0e5;*/
  padding: 10px 10px;
  width: 120px !important;
}
.related_proj_sec {
  margin-top: 40px;
}
/*.proj_sec1 .para .elementor-widget-container br:not(:nth-child(2n + 1)) {*/
/*    display: none;*/
/*}*/
/*Social Boxes*/

.new-border div.news_box.slick-slide {
  border-radius: 22px;
  border: 1px solid #dcdcdc;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: 0.5s ease !important;
}

.new-border div.twitter_box {
  border-radius: 16px;
  border: 1px solid #dcdcdc !important;
  transition: 0.5s ease !important;
}
.new-border .insta {
  border-radius: 22px;
  border: 1px solid #dcdcdc !important;
  height: 100% !important;
}
.new-border div.news_box.slick-slide:hover,
.new-border div.twitter_box:hover {
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
}
.new-border .insta:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #0000004d;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.twitter_box {
  border-radius: 16px;
  background: #000;
  padding: 39px 20px;
  text-align: left;
  padding-bottom: 0;
	margin:0px;
}
.twitter_box, .new-border .insta {
	min-height: 370px !important;
}
.twitter_box.facebook {
    background: #1877f2;
}
.socialBox .link_slide {
    margin: 0px;
}
.socialBox .row .link_slide:nth-child(3) {
    display: none;
}
.twitter_box .date h4 {
  color: #fff;
  font-family: Poppins !important;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
  text-transform: capitalize;
}

.twitter_box p {
  color: #fff;
  font-family: Figtree !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 107%;
  letter-spacing: -0.32px;
  margin-bottom: 15px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  height: 236px;
}

.log_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.twitter_box.linkdin {
  background: #0a66c2;
}

.insta {
  min-height: 220px;
  position: relative;
	margin:0px;
}

.insta .img img {
  height: 100% !important;
  width: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  border-radius: 16px;
}
.insta .img {
  border-radius: 22px;
  height: 364px;
}

.insta .svg_icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.social_box {
  margin-top: 20px;
  margin-bottom: 30px;
}
.socialBox ul.slick-dots {
    left: 10px;
}
/*================================================== Responsive ==================================================*/
@media (min-width: 1921px) {
  .home_silde .swiper-slide {
    height: 900px !important;
  }

  /*   header#masthead,
  .home_sec7 {
    max-width: 1920px;
    margin: auto;
  }
 */
  .home_about_slider {
    max-width: 1920px;
  }

  .home_slider .elementor-widget-wrap.elementor-element-populated,
  .back_slider .elementor-widget-wrap.elementor-element-populated,
  .cus-section .elementor-widget-wrap.elementor-element-populated {
    justify-content: center;
  }

  .founder_inner {
    max-width: 1920px;
    border-radius: 40px;
    height: 400px;
    margin: auto !important;
  }

  .founder_inner .blue_head h2 {
    max-width: 1240px;
    margin: auto;
    height: 330px;
  }

  .cus-head-bg {
    max-width: 1920px;
  }

  .cus-head-bg .elementor-widget-wrap.elementor-element-populated {
    justify-content: flex-start !important;
  }
}

@media (max-width: 1900px) {
  #primary-menu li {
    padding: 0 13px;
  }

  #primary-menu li a,
  #primary-menu li:last-child a {
    font-size: 13px;
  }

  p#breadcrumbs {
    /*color: #8b8b8b !important;*/
    font-size: 16px;
  }

  #primary-menu > li:last-child a {
    padding: 10px 20px;
  }

  .sliderContainer .box h1 {
    font-size: 60px !important;
    line-height: 60px !important;
    margin-top: 70px;
  }

  .progressBarContainer {
    bottom: 50px;
  }

  .para p,
	  .para li,
  .para .elementor-widget-container,
  .accord .elementor-accordion-item .elementor-tab-content {
    font-size: 18px;
    line-height: 30px;
  }

  .tech-counter-inner {
    font-size: 35px;
  }

  .head-phone a {
    font-size: 14px;
  }

  .menu-item-has-children::after {
    right: -2px;
    top: 0px;
  }

  /*     .site-branding img,
    .footer1 img {
        width: 100%;
        object-fit: contain;
    } */

  .banner_sec > div {
    height: 450px;
  }

  .heading h1 {
    font-size: 50px !important;
    line-height: 62px;
  }

  .accord .elementor-accordion-item .elementor-tab-title a {
    font-size: 22px;
  }

  /* .our_news .content .heading h6 {
    font-size: 16px;
  } */

  .main_slider.home_about_slider .elementor-slide-heading {
    font-size: 55px !important;
    line-height: 70px !important;
  }

  .main_slider .elementor-slide-description {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .main_slider .elementor-slide-heading {
    font-size: 60px !important;
    line-height: 60px !important;
  }
.technical_sec.Turnkey_Contracting .right img{
	height: 525px;
}
.technical_sec.Operations_Maintenance .right img, .technical_sec.Hybrid_Solutions .right img{
	height: 615px;
}
.technical_sec.ESCO .right img, .technical_sec.MEP .right img{
	height: 590px;
}
.technical_sec.IES .right img{
	height: 500px;
}
}

@media (max-width: 1550px) {
	.technical_sec .elementor-container.elementor-column-gap-default, .solution_choose_sec .elementor-container.elementor-column-gap-default {
    width: 1110px !important;
}
	.model_boxes .inner_service .box {
    width: 23.9% !important;
}
	.solution_choose_sec .choose_energy_box p {
    font-size: 15px;
}
  .heading h6 {
    font-size: 22px;
  }

  .progressBarContainer {
    gap: 10px;
  }

  .our_value_sec .box h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 1500px) {
  .head-phone a {
    font-size: 13px;
  }

  .head-phone i {
    font-size: 20px;
  }

  #primary-menu > li:last-child a {
    padding: 10px 10px;
  }
  .footer a {
    font-size: 14px;
  }
}

@media (max-width: 1400px) {
  .main_slider.home_about_slider .swiper-slide-inner {
    max-width: 1000px;
  }
}
@media (max-width: 1300px) {
  .head-phone a {
    font-size: 11px;
  }
  #primary-menu li a,
  #primary-menu li:last-child a {
    font-size: 12px;
  }
  #primary-menu li {
    padding: 0 12px;
  }
}
@media (max-width: 1199px) {
	.technical_sec.Projects_Leasing .right img {
    height: 390px;
}
	.technical_sec.Turnkey_Contracting .right img{
	height: 550px;
}
.technical_sec.Operations_Maintenance .right img{
	height: 640px;
}
.technical_sec.Hybrid_Solutions .right img, .technical_sec.ESCO .right img{
	height: 590px;
}
.technical_sec.MEP .right img{
	height: 610px;
}
.technical_sec.IES .right img{
	height: 550px;
}
	    .technical_sec .elementor-container.elementor-column-gap-default, .solution_choose_sec .elementor-container.elementor-column-gap-default {
        width: 930px !important;
    }
	
    .model_boxes .inner_service .box {
        width: 23.7% !important;
    }
	.solution_choose_sec .choose_energy_box h3 {
    font-size: 30px;
}
    .solution_choose_sec .choose_energy_box p {
        font-size: 14px;
    }
.solution_choose_sec .choose_energy_box {
    padding: 20px 15px !important;
}
  .head-phone i {
    font-size: 21px;
    color: #fff;
  }
  div#mm .head-phone {
    display: none;
  }

  .mm.open div#mm .head-phone {
    display: block;
    width: 90%;
    margin: auto;
    margin-top: 20px;
  }
  .head-phone a,
  .head-phone a span {
    font-size: 21px;
    color: #fff;
  }
  .latest-event ul.slick_slide_tab {
    gap: 10px;
  }
  .main_slider.home_about_slider .elementor-slide-heading br {
    display: none;
  }
  .main_slider .elementor-slide-description {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .new-partner_logo {
    height: 130px;
  }
  html.overflow {
    overflow: hidden;
  }
  #mm #primary-menu li.current-menu-ancestor > a,
  #mm #primary-menu li.current-menu-parent ul li.current-menu-item > a,
  #mm #primary-menu li.current-menu-ancestor ul li.current-menu-ancestor > a {
    background: transparent;
    text-decoration: underline !important;
    text-underline-offset: 11px;
  }
  /* Header Start */
  .mm.open .En_btn {
    display: none;
  }

  .menu-item-has-children::after {
    display: none !important;
  }

  body {
    overflow-x: hidden;
  }

  li.about_arrow.active i:before {
    transform: rotate(0deg);
    transition: 0.5s ease;
  }

  .home div#mm ul#primary-menu li.about_arrow.current-menu-item > a {
    text-decoration: none !important;
  }
  .En_btn .toggle .slider::before {
    width: 24px;
    height: 24px;
  }

  .En_btn .toggle input:checked + .slider::before {
    left: 0;
  }

  .mm.open .menu-menu-container {
    position: relative;
    z-index: 1;
    background: #1fb0e5;
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 30px;
  }
  #mm #primary-menu > li:last-child a:hover {
    background: transparent;
  }

  .home .mm {
    position: fixed;
  }

  .mm,
  #mm {
    display: block;
  }

  #primary-menu {
    display: none;
  }

  header#masthead {
    display: none;
  }

  .mm.open div#mm {
    height: 100vh;
    padding-top: 90px;
  }

  .mm.open {
    background: #1fb0e5;
    padding: 0px;
    min-height: auto;
    height: 100vh;
    overflow-y: auto;
  }

  .mm.open div#mml {
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 0px;
    background: #1fb0e5;
    padding: 20px 15px;
    right: 0px;
    margin: auto;
    padding-top: 0px;
  }

  .mm.open #mmb span {
    background: #1e1e1e;
  }

  .mm.open .site-branding img {
    filter: contrast(0) brightness(10);
  }

  .mm .site-branding img {
    width: 35%;
    object-fit: contain;
    object-position: left;
    margin: 10px 0px;
    height: 60px;
  }

  .mm.open #mmb span {
    background: #fff;
  }

  .En_btn {
    position: absolute;
    right: 60px;
    top: 33px;
  }

  li.about_arrow i {
    position: absolute;
    right: 0;
    font-size: 20px;
    transition: 0.5s ease !important;
    color: #fff;
    width: 30px;
    height: 40px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    z-index: 999;
  }

  li.about_arrow i:before {
    transform: rotate(-90deg);
    transition: 0.5s ease;
  }

  div#mm ul#primary-menu li.current-menu-item > a {
    text-decoration: underline !important;
    text-underline-offset: 10px;
  }

  /* Header End */

  .main_slider .swiper-slide {
    height: 600px !important;
  }
  .main_slider .elementor-slide-heading {
    font-size: 50px !important;
    line-height: 50px !important;
  }
  .home_sec2 .heading h2 {
    font-size: 45px;
  }
  .main_slider.home_about_slider .swiper-slide {
    height: 500px !important;
  }
  .main_slider.home_about_slider .elementor-slide-heading {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .back_slider {
    padding: 0px 40px;
  }
  .tech-slide-info,
  .RB_box .tech-slide-info,
  .RB_box figure.elementor-image-box-img img,
  .card_boxes .elementor-image-box-wrapper,
  .new-tech-box .elementor-image-box-wrapper {
    height: 272px !important;
  }
  .tech-slide-info .heading h3,
  .RB_box .tech-slide-info .heading h3,
  .new-tech-box .elementor-image-box-title {
    font-size: 20px;
    line-height: 105.5%;
  }
  .new-tech-box .elementor-image-box-title {
    min-height: auto;
  }
  .technolgy-slider .h-tech-desc,
  .tech-slide-info .h-tech-desc,
  .new-tech-box .elementor-image-box-description {
    padding-right: 5px;
    height: 140px;
    overflow-y: auto;
  }
  .new-tech-box .elementor-image-box-description {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0px !important;
    height: 130px;
  }
  .new-tech-box .elementor-image-box-description::-webkit-scrollbar-track {
    background-color: #fff;
  }

  .new-tech-box .elementor-image-box-description::-webkit-scrollbar-thumb {
    background-color: #1fb0e5;
  }
  .new-tech-box .link {
    margin: 0;
  }
  .technolgy-slider .h-tech-desc.para p,
  .tech-slide-info .h-tech-desc.para p {
    font-size: 16px;
    line-height: 20px;
    height: auto;
  }
  .heading h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .home_sec7.elementor-section.elementor-section-boxed > .elementor-container,
  .home_sec7 .container {
    max-width: 960px !important;
    padding: 0 15px;
  }
  .home_sec7 > div > .row {
    margin: auto;
  }
  .home_sec7 > div > .row > .col-md-6 {
    padding: 0 15px;
  }
  .home_sec7 .inner_box .heading h2 {
    font-size: 40px;
  }
  .home_sec7 .img img {
    height: 350px;
  }
  .home_sec7 .inner_box .heading h6 {
    line-height: 20px;
  }
  /* .our_news .img img,
  .awards_sec .box .img img {
    height: 170px !important;
  } */

  /* .our_news .content,
  .awards_sec .box .content {
    padding: 10px 10px;
    padding-bottom: 20px;
    padding-top: 13px;
  } */

  .our_news .news_inn_box {
    gap: 5%;
  }

  /* .our_news .content .heading h6 {
    font-size: 14px;
    height: auto;
  } */
  .footer {
    padding: 100px 0px;
  }
  div#page {
    margin-top: 0px;
  }
  .banner_sec .heading h1 {
    width: 100%;
  }
  .banner_sec .heading h1 {
    padding: 0px 30px;
    font-size: 45px !important;
    line-height: 100%;
  }
  .found-img img {
    height: 200px !important;
  }
  .RB_box .elementor-image-box-content p.elementor-image-box-description {
    font-size: 20px;
  }
  .awards_sec .box .content h6 {
    font-size: 18px;
    width: 100%;
    height: 42px;
  }
  .testimonials_sec .box .content {
    height: 436px;
  }
  .inner_service .box {
    width: 15.6% !important;
  }
  .inner_service .box h3 {
    font-size: 14px;
  }
  .inner_service .box p {
    font-size: 16px;
  }
  .proj_sec1 figure.swiper-slide-inner img {
    height: 300px;
  }
  .proj_sec1
    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-left: 0;
  }
  .sol_sin_two_sec .elementor-col-33,
  .home_sec5 .elementor-col-33 {
    width: 31.5% !important;
  }
  .sol_sin_two_sec .mid_box {
    margin: 0 25px;
  }
  .card_boxes .elementor-image-box-wrapper .elementor-image-box-content h3 {
    font-size: 20px;
    line-height: 105.5%;
    margin-bottom: 20px;
  }
  .card_boxes .elementor-image-box-wrapper .elementor-image-box-content p {
    font-size: 16px;
  }
  .service_map_img img {
    height: 400px !important;
  }
  .home_sec1 .elementor-col-50,
  .pro_accord_sec .elementor-col-50 {
    width: 48.9% !important;
  }
  .home_sec1 .img img {
    height: 300px !important;
  }
  .image_boxes figure.elementor-image-box-img {
    margin-bottom: 30px !important;
  }
  .image_boxes h3 {
    font-size: 20px;
    line-height: 105.5%;
    height: 42px;
  }
  .gallery_sec figure.gallery-item img {
    height: 250px !important;
  }
  .row.blog-img-slider {
    padding-left: 0;
  }
  .row.blog-img-slider .col-md-4 {
    padding-left: 0px;
  }
  .row.blog-img-slider ul.slick-dots {
    bottom: -30px;
  }
  section.single_blog_sec,
  .contact_map,
  .banner_sec {
    margin-top: 80px;
  }
  .contact_map iframe {
    height: 500px !important;
  }
  .banner_sec > div {
    height: 350px;
  }
  .para p,
	.para li,
  .para .elementor-widget-container {
    font-size: 16px;
    line-height: 28px;
  }
  .privacy_sec h2 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
	.technical_sec>div {
    flex-direction: column-reverse;
    gap: 30px;
}
.technical_sec>div .elementor-col-50 {
    width: 100%;
}
	.technical_sec .right img {
    height: 450px !important;
}
	    .technical_sec .elementor-container.elementor-column-gap-default, .solution_choose_sec .elementor-container.elementor-column-gap-default {
        width: 690px !important;
    }
	    .model_boxes .inner_service .box {
        width: 48.9% !important;
    }
	.solution_choose_sec .choose_energy_box {
        padding: 20px 15px !important;
        width: 90% !important;
    }
	    .twitter_box, .insta .img {
        padding: 20px;
        height: 230px !important;
        min-height: 100% !important;
    }
	.twitter_box, .new-border .insta{
		min-height: 100% !important;
	}
    .insta .img{
        padding:0px;
    }
    .twitter_box p {
        -webkit-line-clamp: 4;
        height: 126px;
        line-height: 122%;
    }
  ul#ourbusinesses {
    display: flex;
  }
  .new-partner_logo {
    height: 100px;
  }
  ul#ourbusinesses li {
    width: 98% !important;
    padding: 0;
    margin: 0px auto;
  }
  ul.slick_slide_tab .owl-nav {
    text-align: right;
    position: absolute;
    right: 0;
    top: -55px;
  }
  .our_news .content,
  .awards_sec .box .content {
    padding-top: 18px;
  }
  .our_news .content .heading h6 {
    width: 100%;
    /* height: auto; */
    /* font-size: 14px;
    height: 48px; */
  }
  .main_slider .elementor-slide-heading {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .main_slider .swiper-slide {
    height: 500px !important;
  }
  .home-sec-2 .heading h2 {
    font-size: 45px;
  }
  .tech-slide-info,
  .RB_box .tech-slide-info,
  .card_boxes .elementor-image-box-wrapper,
  .new-tech-box .elementor-image-box-wrapper {
    height: 202px !important;
    padding: 15px 10px 15px !important;
  }
  .new-tech-box .elementor-image-box-description {
    height: 68px;
  }
  .RB_box figure.elementor-image-box-img img {
    height: 202px !important;
  }
  .tech-slide-info .heading h3,
  .RB_box .tech-slide-info .heading h3,
  .new-tech-box .elementor-image-box-title {
    font-size: 16px;
    line-height: 105.5%;
  }
  .home_sec7 .inner_box .heading h2 {
    font-size: 34px;
  }
  .home_sec7 .img img {
    height: 250px;
  }
  /* .our_news .img img,
  .awards_sec .box .img img {
    height: 130px !important;
  } */

  .our_news .news_inn_box .data p {
    font-size: 8px;
  }

  .footer {
    padding: 40px 0px;
  }
  .footer ul {
    margin: 0;
  }
  .footer .row,
  .footer3.d-none {
    padding: 0 15px;
  }
  .footer1,
  .footer2,
  .footer3 {
    padding-bottom: 30px;
    border-bottom: 1px solid #272727;
  }
  .footer2,
  .footer3,
  .footer5 {
    padding-top: 30px;
  }
  .footer h2.widget-title {
    margin-bottom: 10px;
  }
  .footer .col-lg-4 {
    padding: 0;
  }
  body .footer5 ul.cnss-social-icon {
    margin-top: 40px !important;
    position: relative;
    bottom: 0px;
  }
  .footer1 img {
    width: 42%;
    height: auto !important;
  }
  .footer5 .map_loc a br {
    display: none;
  }
  .banner_sec .heading h1 {
    font-size: 35px !important;
    width: 100%;
  }
  .banner_sec > div {
    height: 250px;
  }
  .RB_box .elementor-image-box-content {
    padding: 0 10px;
  }
  .RB_box .elementor-image-box-content p.elementor-image-box-description {
    font-size: 16px;
  }
  .awards_sec .box .content h6 {
    font-size: 14px;
    width: 100%;
    height: 30px;
  }
  .awards_sec .box .content p {
    overflow-x: auto;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px !important;
  }
  .testimonials_sec .box .content {
    height: 300px;
    padding-right: 10px;
  }
  #companyleadership_slide {
    display: block;
    width: 100% !important;
  }

  #companyleadership_slide .owl-stage-outer {
    overflow: visible;
  }

  .found-img img {
    height: 260px !important;
  }

  .left_right_screen .content h3,
  .left_right_screen .content p {
    padding-left: 20px;
  }

  .founder_box .content h3 {
    font-size: 16px;
  }

  .left_right_screen:before {
    content: "";
    position: absolute;
    left: -200px;
    height: 100%;
    width: 200px;
    background: #fff;
    z-index: 2;
    top: -1px;
  }

  .owl-dots button span {
    width: 10px;
    height: 10px;
    background: #b1b1b1;
    border-radius: 50%;
    position: relative;
    display: block;
  }

  .owl-dots button {
    margin-right: 20px;
  }

  .left_right_screen .owl-dots {
    width: 100%;
    padding-left: 25px;
    margin-top: 20px;
  }

  .owl-dots button.active span {
    background: #54ade0;
  }

  .owl-dots button span:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
  }

  .owl-dots button.active span:before {
    border-color: #54ade0;
  }
  .service_map_img img {
    height: 300px !important;
  }
  .inner_service .box {
    width: 32.3% !important;
    height: auto;
    padding-top: 20px;
  }
  .inner_service .elementor-widget-wrap.elementor-element-populated {
    gap: 10px;
  }
  .proj_sec1 figure.swiper-slide-inner img {
    height: 250px;
  }
  .sol_sin_two_sec .elementor-col-33,
  .home_sec5 .elementor-col-33 {
    width: 31% !important;
  }
  .sol_sin_two_sec .mid_box {
    margin: 0 22px;
  }
  .card_boxes .elementor-image-box-wrapper .elementor-image-box-content h3 {
    font-size: 16px;
  }
  .card_boxes .elementor-image-box-wrapper .elementor-image-box-content p,
  .technolgy-slider .h-tech-desc.para p,
  .tech-slide-info .h-tech-desc.para p {
    font-size: 14px;
    line-height: 22px;
  }
  .home_sec1 .elementor-col-50,
  .pro_accord_sec .elementor-col-50 {
    width: 48.5% !important;
  }
  .home_sec1 .img img {
    height: 250px !important;
  }
  .accord .elementor-accordion-item .elementor-tab-title a {
    font-size: 18px;
  }
  .accord .elementor-accordion-item .elementor-tab-content {
    font-size: 16px;
    line-height: 26px;
  }
  .image_boxes h3 {
    font-size: 18px;
    line-height: 105.5%;
    height: 38px;
  }
  .gallery_sec figure.gallery-item img {
    height: 150px !important;
  }
  .media_card .elementor-post__badge {
    margin: 20px !important;
  }
  .media_card .elementor-post__card .elementor-post__text {
    padding: 0px 20px !important;
    margin-bottom: 30px !important;
  }
  .media_card
    .elementor-post__card
    .elementor-post__text
    h3.elementor-post__title
    a {
    /*font-size: 14px;*/
  }
  .right_bar h2 {
    font-size: 20px;
  }
  .error-404.not-found {
    padding-bottom: 50px;
  }
  .error-404.not-found h1 {
    font-size: 100px;
  }
  .home-sec-2a .elementor-image-box-wrapper h3 {
    font-size: 22px;
  }
  .home-sec-2a .elementor-image-box-wrapper p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
	.technical_sec .right img {
    height: 400px !important;
}
	.technical_sec .elementor-container.elementor-column-gap-default, .solution_choose_sec .elementor-container.elementor-column-gap-default {
        width: 100% !important;
        padding: 0px 15px;
    }
	.technical_sec>div {
    flex-direction: column-reverse;
    gap: 30px;
}
	.technical_sec .left {
    padding-right: 0px;
    text-align: center;
}
	.model_boxes .inner_service .box {
        width: 100% !important;
    }
	    .solution_choose_sec .choose_energy_box {
        padding: 20px 15px !important;
        width: 100% !important;
        margin-bottom: 30px !important;
    }
	.solution_choose_sec .elementor-inner-section > div {
    padding: 0 !important;
}
	        .twitter_box, .insta .img {
        height: 315px !important;
    }
	.twitter_box,  .new-border .insta {
        height: 315px !important;
    }
.twitter_box p {
    height: 200px;
}
  .home_sec7 .col-md-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .home_sec7 ul.slick-dots {
    text-align: center;
  }
  .home_sec7 > div > .row {
    flex-direction: column-reverse;
  }
  .home_sec7 {
    padding-bottom: 20px;
  }
  .home_sec7 .col-md-6.left_side {
    margin-top: 40px;
  }
  .home_sec7 .col-md-6.right_side {
    padding: 0 !important;
  }
  .main_slider.home_about_slider .swiper-slide-inner {
    padding: 0px 30px;
  }
  .main_slider.home_about_slider .swiper-slide {
    height: 524px !important;
  }
  .new-partner_logo {
    height: 150px;
  }
  .mm,
  #mm {
    display: block;
  }

  #primary-menu {
    display: none;
  }
  .mm .site-branding img {
    width: 60%;
    height: 40px;
  }
  .main_slider .swiper-slide {
    height: 100vh !important;
  }
  #mmb {
    top: 1px;
  }
  .main_slider .swiper-slide-contents {
    max-width: 100% !important;
  }
  .main_slider .elementor-slide-heading {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .main_slider.elementor-element .swiper .elementor-swiper-button-prev {
    left: 0px !important;
  }
  .main_slider.elementor-element .swiper .elementor-swiper-button-next {
    right: 0px !important;
  }
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-left: 25px;
  }
  .home-sec-2 .heading h2 {
    font-size: 50px;
  }
  .home-sec-2 .elementor-col-33 {
    width: 50%;
    margin-bottom: 20px;
  }
  .home-sec-2 > div .elementor-col-33:last-child {
    margin-bottom: 0px;
  }
  .back_slider {
    padding: 0px 15px;
  }
  .main_slider .elementor-slide-description {
    width: auto;
  }
  .tech-slide-info,
  .RB_box .tech-slide-info,
  .card_boxes .elementor-image-box-wrapper,
  .new-tech-box .elementor-image-box-wrapper {
    height: 392px !important;
    padding: 20px 20px 20px !important;
  }
  .heading h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .heading h3,
  .tech-slide-info .heading h3,
  .RB_box .tech-slide-info .heading h3,
  .new-tech-box .elementor-image-box-title {
    font-size: 24px;
    line-height: 29px;
  }
  .new-tech-box .elementor-image-box-description {
    height: 140px;
  }
  .new-tech-box .elementor-image-box-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .card_boxes .elementor-image-box-wrapper .elementor-image-box-content p,
  .technolgy-slider .h-tech-desc.para p,
  .tech-slide-info .h-tech-desc.para p,
  .new-tech-box .elementor-image-box-description {
    font-size: 18px;
    line-height: 26px;
  }
  .home_sec7 .heading h2,
  .home_sec7 .heading h6 {
    text-align: center;
  }

  .home_sec7 .heading h6 {
    margin-bottom: 25px;
  }

  /* .our_news .img img,
  .awards_sec .box .img img {
    height: 170px !important;
    border-radius: 20px 20px 0px 0px !important;
  } */
  .footer1 img {
    width: 60%;
  }
  .cus-tabb .elementor-tabs .elementor-tabs-wrapper {
    display: block;
  }
  .cus-tabb .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    display: block;
    width: 100%;
    line-height: 35px !important;
    height: 35px;
  }
  .cus-tabb
    .elementor-tabs
    .elementor-tabs-wrapper
    .elementor-tab-title:not(:last-child) {
    margin-bottom: 15px;
  }
  .news_page_sec .elementor-tab-mobile-title {
    display: none;
  }
  p.copyright {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
  /* .our_news .content .heading h6 {
    font-size: 18px;
    height: auto;
  } */
  .our_news .news_inn_box .data p {
    font-size: 10px;
  }
  .banner_sec > div {
    height: 360px;
  }
  .banner_sec .heading h1 {
    padding: 0 5px;
  }
  section.single_blog_sec,
  .contact_map,
  .banner_sec {
    margin-top: 60px;
  }
  #companyleadership_slide {
    display: block;
    width: 80% !important;
  }

  .owl-dots button {
    margin-right: 12px;
  }

  .found-img img {
    height: 315px !important;
  }
  div#history_slide {
    display: block;
    margin-top: 20px;
  }
  .history_box {
    display: flex;
    align-items: start;
    position: relative;
  }
  div#history_slide .history_box:before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0px;
    height: 120%;
    width: 1px;
    background: #b1b1b1;
  }
  div#history_slide .history_box:last-child:before {
    height: 100%;
  }
  .history_box .content .excerpt,
  .history_box .content .full-content {
    min-height: auto;
  }
  div#history_slide .history_box:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/04/history_lines_ro.png);
    width: 17px;
    height: 100%;
    top: 2px;
    left: 22px;
    z-index: -1;
    background-size: cover;
    background-repeat: repeat;
  }
  .history_box .content {
    width: 70%;
    margin-left: 10%;
  }
  .history_box:not(:last-child) {
    margin-bottom: 30px;
  }
  .left_right_screen .owl-dots {
    padding-left: 10px;
  }
  .RB_box figure.elementor-image-box-img img {
    height: 300px !important;
  }
  .RB_box .elementor-image-box-content p.elementor-image-box-description {
    font-size: 20px;
  }
  .awards_sec .box .content h6 {
    font-size: 20px;
    width: 100%;
    height: auto;
  }
  .testimonials_sec .box .d-flex {
    display: block !important;
    text-align: center;
  }

  .testimonials_sec ul.slick-dots {
    padding: 0;
    /* left: 0; */
  }

  .testimonials_sec .box {
    padding: 20px;
  }

  .testimonials_sec .box .content {
    padding: 0px;
    text-align: center;
    width: 100%;
  }

  .testimonials_sec .box .quote {
    text-align: center;
  }

  .testimonials_sec .box .content {
    height: 270px;
    padding-right: 10px;
  }
  .awards_sec .box .content p {
    font-size: 16px;
    height: 80px;
  }
  .cont_sec > div {
    gap: 40px;
  }
  .banner_sec .heading h1 {
    font-size: 30px !important;
  }
  .inner_service .box {
    width: 100% !important;
    height: auto;
    padding: 20px 0px;
  }
  .inner_service .box h3 {
    font-size: 16px;
  }
  .inner_service .box p {
    font-size: 18px;
  }
  .proj_sec1 .elementor-image-carousel-wrapper {
    margin-top: 20px;
  }
  .sol_sin_two_sec .elementor-col-33,
  .home_sec5 .elementor-col-33 {
    width: 100% !important;
  }
  .card_boxes .elementor-image-box-wrapper .elementor-image-box-content h3 {
    font-size: 24px;
  }
  .sol_sin_two_sec .mid_box {
    margin: 20px 0px;
    padding: 0;
  }
  .service_map_img img {
    height: 200px !important;
  }
  .home_sec1 .elementor-col-50,
  .pro_accord_sec .elementor-col-50 {
    width: 100% !important;
  }
  .home_sec1 > div,
  .pro_accord_sec > div {
    gap: 20px;
  }
  .accord .elementor-accordion-item .elementor-tab-title span {
    margin-top: 3px;
  }
  .home_sec5 .elementor-col-33:not(:last-child) {
    margin-bottom: 20px;
  }
  .home_sec5 .image_boxes h3 {
    font-size: 24px;
    line-height: 115.5%;
    height: auto;
    text-align: center;
  }
  .home_sec5 .image_boxes p {
    text-align: center;
  }
  .gallery_sec figure.gallery-item img {
    height: 250px !important;
  }
  .images_blog {
    margin-top: 20px;
  }
  .row.blog-img-slider .col-md-4 {
    padding: 0;
    margin: 0;
  }

  .right_bar {
    margin-top: 40px;
  }
  .privacy_sec h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
    width: 310px !important;
  }
  .fancybox-inner {
    width: 280px !important;
  }
  .fancybox-inner img {
    height: 280px;
  }
  .contact_form .gform_confirmation_message {
    margin-bottom: 0;
    text-align: center;
  }
  .home-sec-2a .elementor-container.elementor-column-gap-default {
    row-gap: 30px;
  }
  .home-sec-2a .elementor-image-box-wrapper h3 {
    font-size: 34px;
  }
  .home-sec-2a .elementor-image-box-wrapper p {
    font-size: 16px;
  }
  .home-sec-2a .elementor-image-box-wrapper img {
    width: 80%;
    margin: auto;
  }
  .home_sec7 .col-md-6.left_side ul.slick-dots {
    bottom: -20px;
  }
  .latest-event .technolgy-sliders .row,
  .latest-event .our_news .row {
    display: grid;
    grid-template-columns: 100%;
    gap: 0;
    column-gap: 0.5%;
  }
  .technolgy-sliders.services_child_sec .col-md-4 {
    margin: 0 15px;
  }
  .new-tech-grid > div {
    display: flex !important;
  }
  .single-solutions .heading h2 br {
    display: none;
  }
  .related-projects .row {
    margin: auto;
  }

  .related-projects .row .col-md-4 {
    padding: 0px !important;
  }
}
ul.cnss-social-icon {
    display: flex;
    align-items: center;
}