/*
Theme Name: Solak
Theme URI: https://wordpress.themeholy.com/solak
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy
Description: Solak - Ecology & Solar Energy WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later 
License URI: LICENSE
Text Domain: solak
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.4

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

*/ 

/* Header sub-menu icon */
.hide-icon.main-menu ul.sub-menu li a:before, .about-wrapp .discount-wrapp, .img-box2 .discount-wrapp {
    display: none;
}
.hide-icon.main-menu ul.sub-menu li a:hover {
    padding-left: 0;
}

.widget.no-banner-widget {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0px;
    position: relative;
    border-radius: 0px;
    border: 0px solid transparent;
}


.header-layout3 .menu-area {
  background: -webkit-linear-gradient(180deg, #219753 0%, #7cbb3b 70%, #d6df22 100%) !important;
  border: 0;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
}
.header-layout3 .sticky-wrapper.sticky .menu-area {
  background: rgba(0,0,0,0) !important;
  padding: 0;
  margin: 0;
}
.header-logo {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.copyright-text a {
	color: #ffffff !important;
}
.copyright-layout .otherLinks {
  display: flex;
  gap: 20px;
  align-items: center;
}
.copyright-layout .otherLinks a {
  color: #fff;
}
.termslist li {
	margin-bottom: 20px;
}
.footer-layout4 {
  background-color: #010f1c !important;
  --body-color: #7A8392;
}
.footer-layout4.style-2 .footer-4-top-area {
  background: rgba(0,0,0,0);
  padding: 16px 0;
}
.footer-4-contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-4-contact-wrap .contact-media {
  background: rgba(0,0,0,0);
  border: 0;
  padding: 0;
  border-radius: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-4-contact-wrap .divider {
  position: relative;
  z-index: 2;
  width: 1px;
  height: 80px;
  background-color: hsla(0,0%,100%,.1294117647);
}
.footer-4-contact-wrap .contact-media .media-body .box-text {
  color: var(--white-color);
}
.footer-4-contact-wrap .contact-media .icon-btn {
  background: hsla(0,0%,100%,.1294117647);
  --btn-size: 55px;
}
.footer-4-contact-wrap .contact-media .box-title {
  color: #ffffff;
}
.coll-to-action .e-con-inner {
	padding-bottom: 0;
}
.aboutsection .e-con-inner {
	align-items: center !important;
}
.swiper {
	padding: 0 !important;
}
.swiper-pagination {
	margin: 0 !important;
	text-align: right !important;
	padding: 0 50px 0 0 !important;
	bottom: 30px !important;
	height: 0px !important;
}
.callHeader {    min-width: 170px;}
@media (min-width: 1400px) {
  .ourservices .col-xxl-3 {
	width: 33.3333333333%;
  }
}
@media (max-width: 1199px) {
  .breadcumb-wrapper {
    padding: 150px 0 100px 0 !important;
  }
  .footer-4-contact-wrap {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }
   .footer-4-contact-wrap .divider {
    display: none;
  }
}
@media (min-width: 1200px) {
  .menu-area .ms-xl-auto {
    margin-left: inherit !important;
  }
}
@media (max-width: 767px) {
  .footer-4-contact-wrap {
    grid-template-columns: auto;
  }
}






