/*
Theme Name: Hello Elementor Child
Theme URI: https://www.tecnolynx.com/
Template: hello-elementor
Author: Tecnolynx Team
Author URI: https://www.tecnolynx.com/
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Version: 2.1.1.1725865086
Updated: 2024-09-09 06:58:06

*/

.gallery-item-buttons {
    text-align: center;
}
.gallery-item-buttons>a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    margin-right: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.elementor-location-popup .elementor-field{padding:10px 0 !important; }
.elementor-location-popup .elementor-field:focus {box-shadow:none !important; border-bottom:1px solid #000 !important}
.elementor-message.elementor-message-danger:before {display:none;}
.elementor-message.elementor-message-danger {
    color: #f00 !important;
}
.elementor-form-fields-wrapper .elementor-message.elementor-message-danger {position: absolute;   bottom: -28px;    font-size: 13px;}
.elementor-message.elementor-message-danger {
    font-size: 14px;
	margin-top: 20px;}
.button-circle .elementor-button-link{background:none !important;}
.button-circle .elementor-button-content-wrapper {
    width: 170px;
    height: 170px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 21px;
	transition:all 0.5s;
	padding: 10px;
}
.button-circle.whiteline .elementor-button-content-wrapper{border: 1px solid rgba(255, 255, 255, 0.9);}

.button-circle .elementor-button-content-wrapper:hover{background:#ce4c3c; color:#fff}
.button-circle .elementor-button-content-wrapper:hover svg path{fill:#fff}

.service-loop-btn .elementor-button{
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: inline-block;
  background: var(--bg-gray);
  border-radius: 30px 0 0;
  text-transform: uppercase;
  padding: 7px;
}

.service-loop-btn .elementor-button:before{
position: absolute;
  left: -20px;
  bottom: 11px;
  content: "";
  height: 40px;
  width: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 20px 0 0 #fff;
}

.service-loop-btn .elementor-button:after
{
position: absolute;
  right: 0;
  top: -40px;
  content: "";
  height: 40px;
  width: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 20px 0 0 #fff;
}

.service-loop-btn .elementor-button .elementor-button-content-wrapper
{
display: flex;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #EC2028;
    /* color: var(--white); */
    /* transform: rotate(-45deg); */
    z-index: 100;
    position: relative;
	transition:all 0.5s;
}
.service-loop-btn .elementor-button .elementor-button-content-wrapper:hover{background:#171717}


/*NEW VERSION UPDATE 13/07/23*/

.panel {
  cursor: pointer;
  flex: 0.3;
  overflow: hidden;
  transition: flex 0.5s ease;
}


.panel.active {
  flex-grow: 3;
  flex-shrink: 0.3;
}


OLD VERSION
/*.panel {
  position: relative;
  transition: flex 0.5s ease-in;
  cursor: pointer;
  flex: 0.5;
  
}

.panel.active  {
  opacity: 1;
  transition: all 0.5s ease-in 0.4s;
  flex: 2;
}*/

.panel h3  {
    /*font-size: calc(24 / 16 * 1rem);*/
  position: absolute;
  opacity: 0;
}

.panel p {
  position: absolute;
  opacity: 0;
}

.panel .elementor-button {
    /*font-size: calc(24 / 16 * 1rem);*/
  position: absolute;
  opacity: 0;
}


.panel.active h3 {
  opacity: 1;
  transition: all 0.5s ease-in 0.4s;
}

.panel.active p {
  opacity: 1;
  transition: all 0.5s ease-in 0.4s;
}

.panel.active .elementor-button {
  opacity: 1;
  transition: all 0.5s ease-in 0.4s;
}

.hero-ban-square {
    position: absolute !important;
    z-index: 0;
    display: block;
    width: 100px !important;
    height: 140px;
    margin-left: -24px;
    background-color: #1e1e2f;
    bottom: 77px;
}

.panel:not(active) .banner-title .elementor-heading-title {
    transform: rotate(-90deg);
    transform-origin: 15px 100px;
    font-size: 34px !important;
	white-space: nowrap;
	transition:all 0.5s;
}
.panel .banner-title {transition:all 0.5s;}
.panel.active .banner-title .elementor-heading-title {
    transform: none;
    transform-origin: unset;
    font-size: 48px !important;
	transition:all 0.5s;
}
.panel .banner-title {
    position: absolute;
    bottom: 180px;
}
.panel.active .banner-title {position:relative; bottom:auto;}
.process-box.step-arw-right .elementor-image-box-wrapper {
    position: relative;
}

.process-box.step-arw-right .elementor-image-box-wrapper:after {
    content: "";
    width: 56px;
    height: 24px;
    position: absolute;
   right: -60px;
    top: 40%;
    background: url(https://woodbricks.tecnolynxglobal.com/wp-content/uploads/2024/09/process-step-arrow.png) 0 0 no-repeat;
    background-size: cover;
}

.process-box.step-arw-left .elementor-image-box-wrapper:after {
    content: "";
    width: 56px;
    height: 24px;
    position: absolute;
    right: -40px;
    top: 40%;
    background: url(https://woodbricks.tecnolynxglobal.com/wp-content/uploads/2024/09/process-step-arrow.png) 0 0 no-repeat;
    background-size: cover;
	transform: rotateY(-180deg);
}

.process-box .elementor-image-box-content{padding: 0 20px}

.crop-corner {
    position: absolute;
  left: -1px;
  top: -1px;
  height: 50px;
  width: 170px !important;
  background: #e1c569;
  border-bottom-right-radius: 10px;
}

.crop-corner:before {
  position: absolute;
  left: 0;
  bottom: -15px;
  content: "";
  height: 15px;
  width: 15px;
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23e1c569"></path></svg>');
}

.crop-corner:after
{
position: absolute;
  right: -15px;
  top: 0;
  content: "";
  height: 15px;
  width: 15px;
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23e1c569"></path></svg>');
}

.projects-loop-wrap a.elementor-button.elementor-button-link {
    width: 56px;
    height: 56px;
    border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.projects-loop-wrap a.elementor-button.elementor-button-link svg path {
    fill: #000;
}

.box{
width: 100%;
min-height: 200px;
background-color: #f3f4f7;
position: relative;
border-radius: 20px !important;
border-bottom-left-radius: 0;
padding:40px 70px 70px !important
}

.box::after {
 content: "";
    display: block;
    border-width: 24px 24px 0;
    border-style: solid;
    border-color: #f3f4f7 transparent transparent;
    margin-left: -20px;
    position: absolute;
    bottom: -50px;
    left: 100px;
}

.box.arrow-bottom-left::after, .box.arrow-bottom-right::after {
  border-left-color: #f3f4f7;
border-width: 53px;
  margin: 0;
}

.testimonial-info .elementor-widget-image {
    position: absolute;
    left: 70px;
    top: 58px;
}

.box.arrow-bottom-left{position:relative;}
.box.arrow-bottom-left:before{content:""; position:absolute; left:5%; right:5%; width:90%; border:1px solid #ce4c3c; height:100%; border-radius:10px; z-index:-1; top:-20px;}
.e-loop-item:nth-child(even) .blog-grid-wrap .elementor-widget-image img {
    height: 250px !important;
}
.e-loop-item:nth-child(odd) .case-study-wrap{margin-top:50px}

.about-our-team .wpspeedo-team--single {
    border-radius: 30px;
}

.about-our-team .wps-widget--team .wps-team--member-title {
    font-family: "Teko", Sans-serif !important;
    font-size: 32px;
    color: #000;
}

.about-our-team h4.wps-team--member-desig.wps-team--member-element {
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-weight: 600;
    color: var(--e-global-color-text);
}

.about-our-team .wps-widget--team .wps-team--member-details p {
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #999;
}

.about-our-team .wps-widget--team .team-member--thumbnail img {
	border-radius: 20px !important;}

#timeline-horizontal-6 .tl-year p{  font-family: "Teko", Sans-serif !important;
    font-weight: 600;}
#timeline-horizontal-6 .tl-content h1{ font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-size: 18px !important;   line-height: 22px !important;}
.tl-content .timeline-text{font-family: var(--e-global-typography-text-font-family), sans-serif; font-size:14px}

.floating-sm-icons {
    position: absolute !important;
    left: 52px;
    top: 420px;
	z-index:999 !important;
}
.floating-sm-icons .elementor-icon-list-items li.elementor-icon-list-item:first-child {
    transform: rotate(90deg);
    transform-origin: 75px -40px;
    font-family: "Teko", Sans-serif !important;
    text-transform: uppercase;
}

.floating-sm-icons .elementor-icon-list-items {position:relative}
.floating-sm-icons .elementor-icon-list-items:after {
    content: "";
    position: absolute;
    top: -26px;
    left: 17px;
    width: 1px;
    height: 55px;
    background: #999;
}

.elementor-location-header .she-header {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.process-box.step-arw-right:nth-child(5) .elementor-image-box-wrapper:after{display:none;}

/* projects grid */
.main-projects-container .elementor-shortcode {
    display: flex;
}

.main-projects-container .elementor-shortcode .project-filter-list {
    flex: 0 0 25%;
}

.main-projects-container .elementor-shortcode #projects-list {
    flex: 0 0 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
	transition:all 0.5s;
	align-items: start;
}

p.nothing-found {
    font-family: "Teko", sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    color: #dd3333;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #f00;
    padding: 45px 30px 30px 30px;
    border-radius: 12px;
	line-height: 1;
}


p.nothing-found span {
    display: block;
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    text-transform: none;
    color: #999;
    font-size: 18px;
    margin-top: 3px;
}


.main-projects-container .elementor-shortcode #projects-list .project-item {
    flex: 0 0 30%;
    margin-bottom: 40px;
	margin-right: 3%;
}

.main-projects-container .elementor-shortcode .project-filter-list form#filter-form {
    display: flex;
    flex-direction: column;
}

.main-projects-container .elementor-shortcode .project-filter-list form#filter-form label.services-items-list {
    border-bottom: 1px solid #ddd;
    padding: 0px 15px 15px 35px;
    font-size: 15px;
	color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.main-projects-container .elementor-shortcode .project-filter-list {
    padding-right: 60px;
    font-size: 14px;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #2aa1c0;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
    top: 3px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control input:checked + span {
    color: #2aa1c0;
}
.main-projects-container .elementor-shortcode #projects-list{
 font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #999;}
.main-projects-container .project-item .project-image{position:relative;  overflow:hidden}
.main-projects-container .project-item .project-image img{border-radius:15px;}
.main-projects-container .project-item .project-image span.cbox {
    position: absolute;
    z-index: 999;
    background: #fff;
    display: block;
    width: 160px;
    height: 48px;
    top: 0;
    left: 0;
	border-bottom-right-radius: 10px;
}

.main-projects-container .project-item .project-image span.cbox:before {
    position: absolute;
    left: 0;
    bottom: -15px;
    content: "";
    height: 15px;
    width: 15px;
    background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23ffffff"></path></svg>');
}

.main-projects-container .project-item .project-image span.cbox:after {
    position: absolute;
    right: -15px;
    top: 0;
    content: "";
    height: 15px;
    width: 15px;
    background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23ffffff"></path></svg>');
}

.main-projects-container .elementor-shortcode #projects-list .project-item h3{font-family: "Teko", Sans-serif;  font-size: 28px;  font-weight: 400;   line-height: 30px; color:#000; margin-bottom:0}
.main-projects-container .elementor-shortcode #projects-list .project-item h3 a{color:#000}
.main-projects-container .project-item{transition:all 0.5s}
.main-projects-container .project-item:hover .project-image img {
  object-fit: cover;
  transform: scale(1);
  transition: all .3s ease;
}
.main-projects-container .project-item .project-image{  overflow: hidden;    border-radius: 15px;}
.main-projects-container .project-item:hover .project-image img { transform: scale(1.1);}
.main-projects-container .elementor-shortcode #projects-list .project-item a{color:var( --e-global-color-7eff57e ); transition:all 0.5s}
.main-projects-container .elementor-shortcode #projects-list .project-item a:hover{color:#000}

.project-details blockquote{
margin: 40px 0 54px 40px;
  padding: 0 0 0 22px;
  border-style: solid;
  border-width: 0 0 0 4px;
  border-color: #E1C569;
}

.title-blog-category {
    font-size: 22px;
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    margin-bottom: 10px;
}

.title-blog-category + form select, .title-blog-category + form button {
    font-family: var(--e-global-typography-text-font-family), sans-serif;
}

.post-filter-list form {
    display: flex;
}

.post-filter-list form button {
    margin-left: 10px;
}

.post-filter-list form {
    margin-bottom: 50px;
}

#posts-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

#posts-list .post-item {
    flex: 0 0 31%;
    margin: 0 1% 50px;
}

.post-filter-list {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.blog-grid-container #posts-list .project-item {
    flex: 0 0 30%;
    margin-bottom: 40px;
    margin-right: 3%;
}

.blog-grid-container #posts-list{
	font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #999;
}

.blog-grid-container #posts-list .post-item .post-image {
    overflow: hidden;
    border-radius: 0 15px 15px 15px;
	position:relative;
	line-height: 0;
}

.blog-grid-container .post-item .post-image span.cbox {
    position: absolute;
    z-index: 999;
    background: #fff;
    display: block;
    width: 160px;
    height: 48px;
    top: 0;
    left: 0;
    border-bottom-right-radius: 10px;
}

.project-item .project-image img {
    border-radius: 15px;
}

.blog-grid-container .post-item .post-image span.cbox:before {
    position: absolute;
    left: 0;
    bottom: -15px;
    content: "";
    height: 15px;
    width: 15px;
    background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23ffffff"></path></svg>');
}


.blog-grid-container .post-item .post-image span.cbox:after {
    position: absolute;
    right: -15px;
    top: 0;
    content: "";
    height: 15px;
    width: 15px;
    background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23ffffff"></path></svg>');
}

.blog-grid-container #posts-list .post-item h3, .blog-grid-container #posts-list .post-item h3 a {
    font-family: "Teko", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
   margin-bottom: 0;
    margin-top: 25px;
}

.blog-grid-container #posts-list .post-item a.action-link{color: var(--e-global-color-7eff57e);  transition: all 0.5s;}
.blog-grid-container #posts-list .post-item a.action-link:hover{color:#000}
.title-blog-category + form button {
    background: #000;
    border-color: #fff;
    color: #fff;
    border-radius: 6px;
}


.title-blog-category + form button:hover{background:var(--e-global-color-7eff57e); color:#fff}

.post-content-details p{margin-bottom:20px; line-height:26px}
.post-content-details p strong, .post-content-details strong {font-weight: 600;}
.post-content-details ul, .post-content-details ol{margin-bottom:30px}
.post-content-details ul li, .post-content-details ol li{margin-bottom:15px}
.post-content-details h2, .post-content-details h3, .post-content-details h4, .post-content-details h5, .post-content-details h6{margin-bottom:20px;}
.related-details-blogs .e-loop-item .blog-grid-wrap .elementor-widget-image img {
    height: auto !important;
}
.post-pagination { flex: 0 0 100%; display: flex; justify-content: center;}
.post-pagination .current-page{background-color: #daa14c;  color: #fff; display: inline-block;
  text-align: center; font-size: 16px; font-size: 1rem; width: 40px;  height: 40px;  line-height: 40px;  border-radius: 50%; }
.post-pagination .post-page-link:hover{background-color: #daa14c;  color: #fff; display: inline-block;
  text-align: center; font-size: 16px; font-size: 1rem; width: 40px;  height: 40px;  line-height: 40px;  border-radius: 50%; }
.post-pagination .post-page-link {display: inline-block;  text-align: center;
  font-size: 16px;  font-size: 1rem;  width: 40px;  height: 40px;  line-height: 40px;
  border-radius: 50%;  color: #000;  background-color: transparent;}

.term-and-conditions-wrap h4{margin-bottom: 12px; margin-top: 34px;}
.term-and-conditions-wrap p{line-height:28px}
.term-and-conditions-wrap ul li{margin-bottom:20px;}
.elementor-popup-modal .dialog-message{overflow:hidden !important}
.she-header {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.service-benefits-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}


.service-benefits-list ul li {
    flex: 0 0 23%;
    list-style: none;
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-right: 2%;
    margin-bottom: 2%;
}


.service-benefits-list ul li strong {
    display: block;
    padding-bottom: 10px;
}

.service-benefits-list ul li strong {
    display: block;
    padding-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
}

.about-timeline .timeline-vertical-7 .timeline-ver-7-timeline__content{box-shadow: none;}
.about-timeline .timeline-vertical-7 .timeline-img img {
    border-radius: 10px !important;
}

.about-timeline .timeline-vertical-7 .timeline-ver-7-timeline__date{left: 126%;}

.about-timeline .timeline-vertical-7 .timeline-ver-7-timeline__content h2

.about-timeline .timeline-vertical-7 .timeline-ver-7-timeline__content h2 {
    color: #ce4c3c;
    font-size: 37px;
    font-family: var(--e-global-typography-48f7764-font-family), sans-serif;
    font-weight: 400;
    line-height: 35px;
    left: 126%;
}

.about-timeline  .timeline-vertical-7 .timeline-ver-7-timeline__block:nth-child(even) .timeline-ver-7-timeline__date {
        left: auto;
 	right: 126%;
}

.about-timeline .timeline-vertical-7 .timeline-ver-7-timeline__block:nth-child(even) .timeline-title{
right: 126%;
}


.about-timeline .timeline-vertical-7 .timeline-ver-7-timeline__block {
        margin: 1em 0;
}

.about-timeline .timeline-vertical-7 .timeline-ver-7-timeline__img.timeline-ver-7-timeline__img--picture {
    background: #e1c569;
}

.about-timeline .timeline-vertical-7 .timeline-ver-7-timeline__container::before{border-left: 1px dashed #000;}

/**** Enable Scrolling for Service Menu Dropdown ****/
@media (max-height: 600px) { /* Adjust based on mobile height */
    .elementor-nav-menu .sub-menu {
        max-height: 250px; /* Adjust as needed */
        overflow-y: auto;
        scrollbar-width: thin; /* For Firefox */
        scrollbar-color: #ccc transparent;
    }

    /* WebKit Browsers (Chrome, Safari) */
    .elementor-nav-menu .sub-menu::-webkit-scrollbar {
        width: 5px;
    }

    .elementor-nav-menu .sub-menu::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 5px;
    }
}

body.no-scroll {
    overflow: hidden;
    height: 100vh;
    touch-action: none; /* Prevent touch scrolling */
}

.elementor-message.elementor-message-success.elementor-message-svg {
    color: #2c9d09 !important;
    font-size: 18px !important;
	margin-top: 20px;
}

.apst-bottom {
    bottom: 90px ;
}


/*.partners-logo figure.swiper-slide-inner img {
    padding: 10px 30px;
    filter: grayscale(1);
	transition:all 0.5s;
}

.partners-logo figure.swiper-slide-inner:hover img {filter: grayscale(0);}*/

.partners-logo .elementor-image-carousel-wrapper.swiper{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.partners-logo .elementor-swiper-button.elementor-swiper-button-prev, .partners-logo .elementor-swiper-button.elementor-swiper-button-next{top: 58% !important;}

@media only screen and (max-width:567px){
	.service-benefits-list ul li{flex: 0 0 100%; margin-right: 0; margin-bottom: 10px;}
}

@media only screen and (min-width:567px) and (max-width:767px){
	.service-benefits-list ul li{flex: 0 0 48%;}
}


@media only screen and (max-width:767px){
	.process-box.step-arw-right .elementor-image-box-wrapper:after{right:0; display:none;}
	.process-box.step-arw-left .elementor-image-box-wrapper:after {display:none;}
	.testimonial-info .elementor-widget-image{left: 0;}
	.box {padding:40px 30px 50px !important}
	
	
	
	.e-loop-item:not(:first-child) .crop-corner{background:#fff}	
	.crop-corner:before {  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23ffffff"></path></svg>');}
.crop-corner:after{ background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23ffffff"></path></svg>');}
	
	.hero-ban-square{width: 10px !important; height: 100px;  margin-left: 0; bottom: 77px;}
	.panel{padding-bottom:40px !important;}
	.panel.active{padding-bottom:70px !important;}
	.panel.active .banner-title .elementor-heading-title{font-size: 28px !important;}
	.panel:not(active) .banner-title .elementor-heading-title{transform: rotate(0deg);transform-origin: 0 0;}
	.panel p{opacity: 0 !important;}
	.panel.active p{opacity: 1 !important;}
	.panel .elementor-button{opacity: 0 !important;}
	.panel.active .elementor-button{opacity: 1 !important;}
	.panel .hero-ban-square{bottom:25%; height:50%}
	.panel.active .hero-ban-square{bottom: 22%;}
	.panel:not(active) .banner-title .elementor-heading-title{font-size: 24px !important;}
	.panel .banner-title{bottom: 28%;}
	.floating-sm-icons{display:none !important;}
	.elementor-location-header .she-header{padding-bottom:20px;}
	
	.main-projects-container .elementor-shortcode {  display: flex;    flex-direction: column;}
	.main-projects-container .elementor-shortcode .project-filter-list { flex: 0 0 100%;}
	.main-projects-container .elementor-shortcode #projects-list {flex: 0 0 100%;}
	.main-projects-container .elementor-shortcode #projects-list .project-item {  flex: 0 0 100%;    margin-bottom: 40px;    margin-right: 0;}
	#posts-list .post-item {  flex: 0 0 100%;    margin: 0 0 30px 0;}
	.gallery .gallery-item{width: 50% !important;}
	.elementor-popup-modal .dialog-message {overflow: auto !important;}
	
	.elementor-form-fields-wrapper .elementor-message.elementor-message-danger {
    position: absolute;
    bottom: -32px;
    font-size: 14px;
}
	
	
	.wb-footer-links.qlink ul.elementor-icon-list-items {
    display: flex;
    flex-wrap: wrap;
}


.wb-footer-links.qlink ul.elementor-icon-list-items li {
    flex: 0 0 50%;
}

.wb-footer-links.qlink ul.elementor-icon-list-items li:first-child {
    flex: 0 0 100%;
}
	
}


@media only screen and (min-width:768px) and (max-width:991px){
	.panel.active .banner-title .elementor-heading-title{
		font-size: 42px !important;  word-wrap: break-word;    white-space: normal;    line-height: 46px !important;
	}
	
	.hero-ban-square{width: 80px !important;}
	.panel.active .banner-title .elementor-heading-title{font-size: 42px !important; white-space: normal;  line-height: 42px !important;}
	.panel:not(active) .banner-title .elementor-heading-title{transform-origin: 15px 103px; font-size: 32px !important;}
	.box{padding: 30px 40px 40px !important;}
	.process-box.step-arw-right .elementor-image-box-wrapper:after{display:none;}
	.floating-sm-icons{display:none !important;}
	.elementor-location-header .she-header{padding-bottom:20px;}
	.main-projects-container .elementor-shortcode .project-filter-list {padding-right: 40px;}
	.main-projects-container .elementor-shortcode .project-filter-list { flex: 0 0 35%;}
	.main-projects-container .elementor-shortcode #projects-list {flex: 0 0 65%;}
	.main-projects-container .elementor-shortcode #projects-list .project-item {flex: 0 0 45%;}
	.gallery .gallery-item{width: 50% !important;}
	#timeline-horizontal-6 .tl-content h1{text-align:left; margin-left: 0 !important;    margin-right: 0 !important;    font-size: 16px !important;}
	.tl-content .timeline-text{text-align:left;}
	.service-benefits-list ul li{flex: 0 0 31%;}
	.floating-sm-icons{display:none !important}
	.crop-corner{display:none;}
}

@media only screen and (min-width:992px) and (max-width:1024px){
	.panel.active .banner-title .elementor-heading-title{
		font-size: 42px !important;  word-wrap: break-word;    white-space: normal;    line-height: 46px !important;
	}
	.floating-sm-icons{display:none !important}
	.hero-ban-square{width: 80px !important;}
	.panel.active .banner-title .elementor-heading-title{font-size: 42px !important; white-space: normal;  line-height: 42px !important;}
	.panel:not(active) .banner-title .elementor-heading-title{transform-origin: 15px 103px; font-size: 32px !important;}
	.box{padding: 30px 40px 40px !important;}
	.process-box.step-arw-right .elementor-image-box-wrapper:after{display:none;}
	.floating-sm-icons .elementor-icon-list-items li.elementor-icon-list-item:first-child span.elementor-icon-list-text {font-size: 30px; line-height: 44px;}
	.floating-sm-icons .elementor-icon-list-items:after{top: -10px;}
	.main-projects-container .elementor-shortcode .project-filter-list {padding-right: 40px;}
	.main-projects-container .elementor-shortcode .project-filter-list { flex: 0 0 35%;}
	.main-projects-container .elementor-shortcode #projects-list {flex: 0 0 65%;}
	.main-projects-container .elementor-shortcode #projects-list .project-item {flex: 0 0 45%;}
	#timeline-horizontal-6 .tl-content h1{text-align:left; margin-left: 0 !important;    margin-right: 0 !important;    font-size: 16px !important;}
	.tl-content .timeline-text{text-align:left;}
	
	
}

@media only screen and (min-width:1025px) and (max-width:1200px){
	.floating-sm-icons .elementor-icon-list-items li.elementor-icon-list-item:first-child span.elementor-icon-list-text {font-size: 30px; line-height: 44px;}
	.floating-sm-icons .elementor-icon-list-items:after{top: -10px;}
	.main-projects-container .elementor-shortcode .project-filter-list {padding-right: 40px;}
	.main-projects-container .elementor-shortcode .project-filter-list { flex: 0 0 35%;}
	.main-projects-container .elementor-shortcode #projects-list {flex: 0 0 65%;}
	.main-projects-container .elementor-shortcode #projects-list .project-item {flex: 0 0 45%;}
	#timeline-horizontal-6 .tl-content h1{text-align:left; margin-left: 0 !important;    margin-right: 0 !important;    font-size: 16px !important;}
	.floating-sm-icons{display:none !important}
	.tl-content .timeline-text{text-align:left;}
}

@media only screen and (min-width:1021px) and (max-width:1366px){
	.process-box.step-arw-right .elementor-image-box-wrapper:after{display:none}	
	.floating-sm-icons .elementor-icon-list-items li.elementor-icon-list-item:first-child span.elementor-icon-list-text {font-size: 30px; line-height: 44px;}
	.floating-sm-icons .elementor-icon-list-items:after{top: -10px;}
	#timeline-horizontal-6 .tl-content h1{text-align:left; margin-left: 0 !important;    margin-right: 0 !important;    font-size: 16px !important;}
	.tl-content .timeline-text{text-align:left;}
	.floating-sm-icons{display:none !important}
}

@media only screen and (min-width:1367px) and (max-width:1760px){
	.our-process-arrow-home.elementor-widget-image { display: none;}
}