/* CSS Document */

/* 
    Created on   : 23/05/2018.
    Theme Name   : Charles-Business-Consulting HTML Template.
    Version      : 1.0.
    Author       : @CreativeGigs.
    Developed by : Jubayer al hasan. (jubayer.hasan1991@gmail.com)
   
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Global stlye  */
/*   02 - Theme Title  */
/*   03 - Theme Pagination  */
/*   04 - Theme Header One */
/*   05 - Theme Header Two */
/*   06 - Theme menu One  */
/*   07 - Theme menu Two  */
/*   08 - Theme Main Banner  */
/*   09 - Top Feature  */
/*   10 - About Company  */
/*   11 - Feature Banner  */
/*   12 - Service Style One  */
/*   13 - Testimonial Slider  */
/*   14 - Our Team   */
/*   15 - Theme Counter  */
/*   16 - Free Consultation  */
/*   17 - Partner Slider  */
/*   18 - Theme footer one  */
/*   19 - Theme footer Two   */
/*   20 - CallOut Banner */
/*   21 - Our Solution  */
/*   22 - About Company Stye Two  */
/*   23 - Our Case  */
/*   24 - Faq Section  */
/*   25 - Why Choose us  */
/*   26 - Short Banner  */
/*   27 - Latest News  */
/*   28 - Google Map   */
/*   29 - Theme Inner Banner   */
/*   30 - Why WE Best   */
/*   31 - Core Values   */
/*   32 - Theme Sidebar One   */
/*   33 - Service Details   */
/*   34 - Project Details   */
/*   35 - Blog Sidebar   */
/*   36 - Blog Details   */
/*   37 - Contact Us   */
/*   38 - Compnay Branch Address   */
/*   39 - Shop Page   */



:root {
  --primary-color: #058105;
  --primary-hover: #02532b;
  --primary-light: #82be65;
  --primary-dark : #d6344d;
  --color-hover  : #e9f5ec;
  --accent-color : #ffd100;
  --text-dark    : #1b1b1b;
  --text-lighter : #ffde89;
}

/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
/* #loader-wrapper {
  position  : fixed;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  z-index   : 999999;
  background: #fff;
  overflow  : hidden;
}

#loader {
  background: url(../images/1.gif);
  width     : 64px;
  height    : 40px;
  position  : relative;
  top       : 50%;
  margin    : -20px auto 0 auto;
}

span.icon-h {
  font-size  : larger !important;
  font-weight: 600 !important;
} */

/*==================== Click Top ====================*/
.scroll-top {
  width        : 25px;
  height       : 25px;
  position     : fixed;
  bottom       : 10px;
  right        : 5px;
  z-index      : 99;
  text-align   : center;
  color        : #fff;
  font-size    : 18px;
  display      : none;
  cursor       : pointer;
  border-radius: 3px;
}

.scroll-top:after {
  position  : absolute;
  z-index   : -1;
  content   : '';
  top       : 100%;
  left      : 5%;
  height    : 10px;
  width     : 90%;
  opacity   : 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/*______________________ Global stlye ___________________*/

@font-face {
  font-family : "Nunito Sans";
  src         : url("../fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family : "Figtree";
  src         : url("../fonts/Figtree-VariableFont_wght.woff2") format("woff2");
  font-display: swap;
}


body {
  font-family: 'Figtree', sans-serif;
  font-weight: normal;
  color      : #393939;
  font-size  : 18px;
  position   : relative;
  margin: 0;
}

.main-page-wrapper {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin : 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito Sans', sans-serif;
  color      : #232323;
}

h1 {
  font-size  : 3em;
  font-weight: 900;
  line-height: 1em;
}

h2 {
  font-size  : 38px;
  font-weight: 900;
}

h3 {
  font-size  : 1.7em;
  font-weight: 700;
  color      : var(--primary-color);
  margin-bottom: 0.25em;
}

h4 {
  font-size    : 1.5em;
  font-weight  : 700;
  margin-top   : 14px;
  margin-bottom: 5px;
}

h5 {
  font-size    : 1.25em;
  font-weight  : 600;
  margin-top   : 14px;
  margin-bottom: 7px;
  color        : var(--primary-color);
}

h6 {
  font-size    : 1.1em;
  font-weight  : normal;
  margin-top   : 14px;
  margin-bottom: 3px;
}

p {
  line-height: 27px;
  margin     : 0.15em 0 0.1em;
}

ul {
  list-style-type: none;
}

body a {
  text-decoration: none;
  color          : #232323;
  display        : inline-block;
  font-family    : 'Nunito Sans', sans-serif;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline        : none;
}

img {
  max-width: 100%;
  display  : block;
  height   : auto;
}

button {
  border    : none;
  outline   : none;
  box-shadow: none;
  display   : block;
  padding   : 0;
  cursor    : pointer;
}

button:focus {
  outline: none;
}

input,
textarea {
  outline   : none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.color-accent {
  color: var(--accent-color);
  font-weight: 600;
}

.color-wht {
  color: #fff;
}

.font-600 {
  font-weight: 600;
}


.m-top0 {
  margin-top: 0 !important;
}

.m-bottom0 {
  margin-bottom: 0 !important;
}

.p-bottm0 {
  padding-bottom: 0 !important;
}

.no-border {
  border: none !important;
}

.d-flex, .dp-flex {
  display: flex;
}
 .text-center {
  text-align: center;
 }

.section-spacing {
  margin-bottom: 120px;
}

.section-default {
  padding: 5em 0;
}

.bg-wht {
  background:#fff!important;
}
.bg-accent{
  background: #fbd2684f!important;
}
.bg-dark {
  background:#f8f3f3!important;
}
.bg-primary {
  background: #f1fdf5!important;
}

/*------Lazyload Background Image -----------*/
.about-compnay-two.lazy,
.feature-banner.lazy {
  background-image: none;
  background-color: #fffbd2;
}



/*--------------------- Transition --------------------*/
.tran3s,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.header-one .top-header .address-wrapper .quotes a,
.header-one .theme-menu-wrapper .right-widget .social-icon li a,
#mega-menu-holder ul.dropdown li a:before,
.theme-button-one,
#theme-main-banner .camera_pag .camera_pag_ul li>span,
.top-feature .main-content,
.service-style-one .single-service .text,
.service-style-one .single-service,
.owl-theme .owl-dots .owl-dot span,
.our-team .team-member .overlay .hover-content ul li a,
.our-team .team-member .overlay,
.our-team .team-member .text,
.theme-footer-two .top-footer .footer-list ul li a,
.theme-footer-one .top-footer .footer-list ul li a,
.theme-footer-one .bottom-footer ul li a,
.header-two .top-header .social-icon li a,
.our-case .single-case-block .hover-content,
.our-case .single-case-block .hover-content .text .details,
.accordion-one .panel-group .panel-heading a:before,
.our-blog .single-blog .post-meta .read-more,
.theme-footer-two .logo-widget .social-icon li a,
.core-values .single-value-block .image-box .overlay,
.theme-sidebar-one .service-categories ul li a,
.theme-pagination ul li a,
.project-details .project-details-sidebar .social-icon li a,
.blog-sidebar .sidebar-categories ul li a,
.blog-sidebar .sidebar-archives ul li a,
.blog-sidebar .sidebar-tags ul li a,
.blog-details .share-option li a,
.shop-page .single-product .product-name .price,
.shop-page .single-product .image-box,
.shop-page .single-product .product-name .add-to-cart,
.shop-page .single-product .product-name .add-to-cart a,
.shop-details .product-review-tab .nav-tabs .nav-link {
  transition: all .3s ease-in-out;
}

.tran4s,
.our-solution .single-solution-block .icon,
.our-case .single-case-block .hover-content .text,
.our-blog .single-blog .image-box img {
  transition: all .4s ease-in-out;
}

/*----------------------- Theme Color File -------------------*/
.p-color,
.header-one .top-header .address-wrapper .quotes a,
.header-one .top-header .address-wrapper .address .icon,
#theme-main-banner h2,
#theme-main-banner .theme-button-one,
.top-feature .main-content:hover h3 a,
.about-compnay .mission-goal li .icon,
.service-style-one .single-service .text .read-more,
.service-style-one .single-service:hover .text h5 a,
.service-style-one .contact-text h5,
.service-style-one .contact-text h5 a,
.our-team .team-member .overlay .hover-content ul li a:hover,
.theme-counter h6,
.single-counter-box .number,
.theme-footer-one .top-footer .footer-newsletter .theme-button-one,
.header-two #mega-menu-holder>ul>li.active>a,
.header-two #mega-menu-holder>ul>li:hover>a,
.header-two #mega-menu-holder>ul>li.active>.sub-toggle,
.header-two #mega-menu-holder>ul>li:hover>.sub-toggle,
.callout-banner .theme-button-one,
.our-solution .single-solution-block:hover h3 a,
.faq-section .wrapper .img-box .play,
.why-choose-us .single-block .icon,
.why-choose-us .single-block:hover h5 a,
.short-banner .overlay h2,
.our-blog .single-blog .post-meta .read-more,
.our-blog .single-blog:hover .post-meta .title a,
.why-we-best .wrapper .best-list-item li .icon,
.why-we-best .wrapper .best-list-item li:hover h5 a,
.core-values .single-value-block .image-box .overlay a,
.core-values .single-value-block:hover .text h5 a,
.theme-sidebar-one .service-categories ul li a:hover,
.theme-sidebar-one .service-categories ul li.active a,
.service-details .service-content .presentation-section .best-list-item li .icon,
.project-details .project-details-sidebar .social-icon li a:hover,
.blog-sidebar .sidebar-categories ul li a:hover,
.blog-sidebar .sidebar-recent-post li .post a:hover,
.blog-sidebar .sidebar-archives ul li a:hover,
.blog-details .share-option .tag-meta li a:hover,
.blog-details .share-option .social-icon li a:hover,
.our-blog .comment-area .single-comment .comment a,
.shop-page .single-product .product-name .price,
.shop-page .single-product:hover .product-name h5 a,
.shop-page .single-product .product-name .add-to-cart a,
.shop-details .product-details .product-info .price,
.faq-page .panel-group .panel-heading h6 a:before {
  color: var(--primary-dark);
}

.p-bg-color,
.scroll-top,
.header-one .top-header .address-wrapper .quotes a:hover,
.theme-menu-wrapper .right-widget .search-option form button,
#mega-menu-holder ul.dropdown li:hover>a:before,
.theme-button-one,
#theme-main-banner .theme-button-one:hover,
.callout-banner.no-bg .theme-button-one,
#theme-main-banner .camera_pag .camera_pag_ul li.cameracurrent>span,
#theme-main-banner .camera_pag .camera_pag_ul li:hover>span,
.service-style-one .contact-text h5:before,
.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .owl-theme .owl-dots .owl-dot:hover span,
#polyglotLanguageSwitcher ul.dropdown li:hover,
.our-case .single-case-block .hover-content .text .details:hover,
.our-blog .single-blog .image-box .overlay .date,
.core-values .single-value-block .image-box .overlay a:hover,
.theme-sidebar-one .sidebar-brochures ul,
.theme-pagination ul li a:hover,
.theme-pagination ul li.active a,
.blog-sidebar .sidebar-tags ul li.active a,
.blog-sidebar .sidebar-tags ul li a:hover {
  background: var(--primary-dark);
}

.header-one .top-header .address-wrapper .quotes a,
#theme-main-banner .camera_pag .camera_pag_ul li,
.theme-pagination ul li a:hover,
.theme-pagination ul li.active a,
.blog-sidebar .sidebar-tags ul li.active a,
.blog-sidebar .sidebar-tags ul li a:hover,
.shop-page .single-product:hover .image-box {
  border-style: solid;
  border-color: var(--primary-dark);
}

/*----------------- Theme button ------------------*/
body .theme-button-one {
  line-height   : 50px;
  font-size     : 14px;
  font-weight   : 700;
  text-transform: uppercase;
  color         : #fff;
  border-radius : 5px;
  padding       : 0 35px 0 35px !important;
}

body .theme-button-one:hover {
  background: var(--primary-color);
}

/*------------------- Theme Title ------------------*/
.theme-title-one {
  position     : relative;
  text-align   : center;
  margin-bottom: 1em;
}

.theme-title-one h2 {
  position      : relative;
  text-transform: uppercase;
  padding-bottom: 22px;
}

.theme-title-one h2:before {
  content      : '';
  width        : 180px;
  height       : 4px;
  border-radius: 10px;
  background   : var(--accent-color);
  position     : absolute;
  bottom       : 0.45em;
  left         : 50%;
  margin-left  : -90px;
}

.theme-title-one p {
  padding-top: 20px;
}

/*------------------- Theme Pagination ------------------*/
.theme-pagination ul {
  padding-top: 40px;
}

.theme-pagination ul li {
  display: inline-block;
}

.theme-pagination ul li a {
  display      : block;
  font-size    : 16px;
  color        : #232323;
  width        : 50px;
  line-height  : 48px;
  text-align   : center;
  border-radius: 5px;
  border       : 1px solid #dadada;
}

.theme-pagination ul li a:hover,
.theme-pagination ul li.active a {
  color: #fff;
}

.theme-pagination ul li.active a {
  cursor: default;
}

/*--------------------------- Theme Header One  ---------------------*/
.header-one {
  position: relative;
}

.header-one .top-header {
  background: #fff;
  padding   : 40px 0 32px 0;
}

.header-one .top-header .address-wrapper li {
  display       : inline-block;
  vertical-align: middle;
}

.header-one .top-header .address-wrapper .quotes a {
  font-size     : 14px;
  font-weight   : 700;
  text-transform: uppercase;
  line-height   : 46px;
  padding       : 0 27px;
  border-width  : 2px;
  border-radius : 5px;
}

.header-one .top-header .address-wrapper .quotes a:hover {
  color: #fff;
}

.header-one .top-header .address-wrapper .address {
  position    : relative;
  padding     : 0 38px 0 60px;
  margin-right: 15px;
}

.header-one .top-header .address-wrapper .address .icon {
  position : absolute;
  top      : -6px;
  left     : 0;
  font-size: 40px;
}

.header-one .top-header .address-wrapper .address:first-child:before {
  content   : '';
  position  : absolute;
  top       : 5px;
  right     : 0;
  width     : 1px;
  height    : 42px;
  background: #e8e8e8;
}

.header-one .top-header .address-wrapper .address:first-child {
  margin-right: 35px;
}

/*--------------------------- Theme Header Two  ---------------------*/
.header-two .top-header {
  background    : var(--primary-color);
  padding       : 10px 0;
  vertical-align: middle
}

.header-two .top-header .left-widget li,
.header-two .top-header .right-widget li {
  display  : inline-block;
  color    : #fff;
  font-size: 16px;
}

.header-two .top-header .right-widget li a {
  color      : var(--accent-color);
  font-weight: 800;
}

@media screen and (max-width:991px) {
  .menu-collapser {
    clear: none
  }

  .header-two .menu-wrapper {
    left : 1em !important;
    top  : -0.25em !important;
    width: auto !important;
    color: #fff
  }

  .header-two .menu-wrapper .collapse-button .icon-bar {
    background: #fff;
  }

  .header-two .top-header .left-widget {
    display: none;
  }

  .header-two .theme-menu-wrapper .bg-wrapper .logo {
    top      : 2px;
    max-width: 85px !important;
    left     : 3.5em;
  }

  .header-two .top-header .right-widget li {
    white-space: nowrap;
  }
}

@media (min-width:565px) and (max-width:767px) {
  .header-two .top-header .right-widget li {
    margin-left: -4em;
  }
}

#polyglotLanguageSwitcher {
  margin-left: 25px;
}

/* #polyglotLanguageSwitcher span.trigger:before {
  content    : '';
  font-family: 'font-awesome';
  position   : absolute;
  color      : #fff;
  top        : 0;
  right      : -32px;
} */

#polyglotLanguageSwitcher a {
  font-family: 'Open Sans', sans-serif;
  display    : inline-block;
  font-size  : 15px;
  color      : #fff;
  font-weight: normal;
}

.header-two .top-header .social-icon,
.header-two .top-header .right-widget {
  text-align: right;
}

.header-two .top-header .social-icon li {
  display    : inline-block;
  margin-left: 15px;
}

.header-two .top-header .social-icon li a {
  font-size: 15px;
  color    : #ccd1dd;
}

.header-two .top-header .social-icon li a:hover {
  color: #fff;
}

.header-two .top-header .call-cta {
  display        : flex !important;
  justify-content: flex-end;
  font-size      : 1.2em !important;
  align-items    : flex-start;
}

.header-two .top-header .call-cta .call-cta-txt {
  margin: 0 5px;
}

.header-two .top-header .call-cta p {
  margin: 0;
}

.header-two .top-header .call-cta img {
  display:inline;
}

.header-two .theme-menu-wrapper .logo {
  max-width : 100px;
  margin-top: 3px;
}

/*------------------------ Theme menu One --------------------*/
.header-one .theme-menu-wrapper {
  position     : relative;
  z-index      : 99;
  margin-bottom: -42px;
}

.header-one .theme-menu-wrapper .bg-wrapper {
  background  : var(--primary-color);
  position    : relative;
  padding-left: 25px;
}

.theme-menu-wrapper .right-widget ul li {
  display       : inline-block;
  line-height   : 75px;
  vertical-align: middle;
}

.theme-menu-wrapper .right-widget .social-icon li a {
  font-size: 15px;
  color    : #ccd1dd;
  margin   : 0 7px;
}

.header-two .theme-menu-wrapper,
.header-two .theme-menu-wrapper .bg-wrapper {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
}

.theme-menu-wrapper .right-widget .social-icon li a:hover {
  color: #fff;
}

.theme-menu-wrapper .right-widget .cart-icon {
  margin-left : 30px;
  width       : 60px;
  text-align  : center;
  border-right: 1px solid #0d2356;
  border-left : 1px solid #0d2356;
}

.theme-menu-wrapper .right-widget .cart-icon a {
  position : relative;
  color    : #cfd6e6;
  font-size: 16px;
}

.theme-menu-wrapper .right-widget .cart-icon a span {
  font-family  : 'Nunito Sans', sans-serif;
  position     : absolute;
  width        : 15px;
  height       : 15px;
  border-radius: 50%;
  background   : #fff;
  line-height  : 15px;
  font-size    : 11px;
  font-weight  : 600;
  color        : #555555;
  top          : 23px;
  right        : -8px;
}

.theme-menu-wrapper .right-widget .search-option .dropdown-toggle {
  background: transparent;
  font-size : 15px;
  color     : #cfd6e6;
  width     : 55px;
}

.theme-menu-wrapper .right-widget .search-option .dropdown-toggle:after {
  display: none;
}

.theme-menu-wrapper .right-widget .search-option .dropdown-menu {
  -webkit-transform: none !important;
  transform        : none !important;
  position         : absolute;
  height           : 55px;
  width            : 280px;
  padding          : 5px;
  border-radius    : 0;
  right            : 0 !important;
  left             : auto !important;
  top              : 100% !important;
  box-shadow       : none;
  border           : none;
  float            : none;
  margin           : 0;
  background       : #fff;
  box-shadow       : 0px 4px 10px -2px rgba(0, 0, 0, 0.23);
}

.theme-menu-wrapper .right-widget .search-option form input {
  position  : absolute;
  top       : 5px;
  left      : 5px;
  right     : 5px;
  bottom    : 5px;
  background: transparent;
  border    : 1px solid #ececec;
  padding   : 0 49px 0 10px;
}

.theme-menu-wrapper .right-widget .search-option form button {
  display    : block;
  width      : 48px;
  color      : #fff;
  border     : 1px solid #fff;
  border-left: none;
  line-height: 45px;
  text-align : center;
  position   : absolute;
  top        : 4px;
  right      : 5px;
}

#mega-menu-holder>ul>li {
  font-size: 0.85em;
}

#mega-menu-holder li .sub-toggle {
  right: 1em;
}

#mega-menu-holder>ul>li>a,
#mega-menu-holder>ul>li>a:before,
#mega-menu-holder li .sub-toggle {
  color: var(--color-hover);
}

#mega-menu-holder ul.dropdown li a {
  padding-right: 1em;
}

/*------------------------ Theme menu Two --------------------*/
.header-two #mega-menu-holder>ul>li>a,
.header-two #mega-menu-holder li .sub-toggle,
.header-two #mega-menu-holder>ul>li>a:before {
  color    : var(--text-dark);
  font-size: 0.8em;
}

.header-two #mega-menu-holder>ul>li>a {
  padding-top   : 20px;
  padding-bottom: 20px;
}

.header-two #mega-menu-holder li>ul.dropdown li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

/*.header-two .theme-menu-wrapper .bg-wrapper {position: relative;padding-left: 115px;  padding-right: 0.5em;}
.header-two .theme-menu-wrapper .bg-wrapper .logo {
  position: absolute;
  left:0;
  z-index: 99;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%); 
}*/
.header-two .theme-menu-wrapper .right-widget ul li {
  line-height: 97px;
}

.header-two .theme-menu-wrapper .right-widget .search-option .dropdown-toggle {
  width: auto;
  color: #555555;
}

.header-two .theme-menu-wrapper .right-widget .cart-icon {
  border: none;
  width : auto;
  margin: 0 20px 0 0;
}

.header-two .theme-menu-wrapper .right-widget .cart-icon a {
  color    : #555555;
  font-size: 18px;
}

.header-two .theme-menu-wrapper .right-widget .cart-icon a span {
  background: var(--primary-color);
  color     : #fff;
  top       : 35px;
}

.header-two #mega-menu-holder>ul>li>a {
  padding-left : 10px;
  padding-right: 14px;
}

.header-two #mega-menu-holder>ul>li.has-submenu>a {
  padding-right: 30px;
}

.header-two #mega-menu-holder>ul>li>a:before,
.header-two #mega-menu-holder li .sub-toggle {
  line-height: 58px;
}


#mega-menu-holder ul.dropdown li a {
  color: #111;
}

/*================= Sticky Menu ===============*/
@-webkit-keyframes menu_sticky {
  0% {
    margin-top: -75px;
    opacity   : 0;
  }

  50% {
    margin-top: -64px;
    opacity   : 0;
  }

  100% {
    margin-top: 0;
    opacity   : 1;
  }
}

@keyframes menu_sticky {
  0% {
    margin-top: -75px;
    opacity   : 0;
  }

  50% {
    margin-top: -64px;
    opacity   : 0;
  }

  100% {
    margin-top: 0;
    opacity   : 1;
  }
}

.theme-menu-wrapper.fixed {
  position         : fixed !important;
  width            : 100%;
  top              : 0;
  left             : 0;
  z-index          : 999;
  background       : var(--primary-color);
  margin           : 0;
  padding-top      : 0;
  box-shadow       : 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  -webkit-animation: menu_sticky 0.7s ease-in-out;
  animation        : menu_sticky 0.7s ease-in-out;
}

.header-two .theme-menu-wrapper.fixed {
  height: 3.5em;
}

.header-two .theme-menu-wrapper.fixed #mega-menu-holder>ul>li>a,
.header-two .theme-menu-wrapper.fixed #mega-menu-holder>ul>li>a:before,
.header-two .theme-menu-wrapper.fixed #mega-menu-holder>ul>li .sub-toggle {
  color: var(--text-dark);
}

section.hero-section {
  display       : flex;
  flex-direction: column;
}

/*---------------------------- Theme Main Banner -------------------------*/
#theme-main-banner {
  margin: 0 !important;
}

.camera_wrap {
  float: none;
}

#theme-main-banner .camera_overlayer {
  content   : '';
  position  : absolute;
  top       : 0;
  left      : 0;
  right     : 0;
  bottom    : 0;
  background: rgba(0, 26, 27, 0.10);
}

#theme-main-banner .cameraContents {
  background: #59674420;
}

#theme-main-banner .main-container {
  position: relative;
}

#theme-main-banner .camera_caption {
  height: 100%;
}

#theme-main-banner .camera_caption>div {
  background : transparent;
  position   : absolute;
  width      : 100%;
  height     : 100%;
  top        : 0;
  text-shadow: none;
  left       : 0;
  padding    : 0;
}

#theme-main-banner h2 {
  text-transform: uppercase;
  padding       : 30px 0 35px 0;
  text-shadow   : 1.5px 2px 1px rgba(245, 241, 241, 0.8);
}

#theme-main-banner p {
  font-size     : 28px;
  line-height   : 35px;
  color         : var(--accent-color);
  font-weight   : 600;
  letter-spacing: 0.05em;
  ;
}

#theme-main-banner .theme-button-one {
  background: var(--primary-color);
  color     : #fff;
  display: inline-block;
  padding: 1em!important;
}

#theme-main-banner .theme-button-one:hover {
  background: var(--primary-hover);
  color     : #fff;
}

#theme-main-banner .camera_pag {
  position: absolute;
  height  : 100%;
  top     : 0;
  left    : 3%;
  z-index : 9;
}

#theme-main-banner .camera_pag .camera_pag_ul {
  text-align       : center;
  position         : relative;
  top              : 50%;
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
}

#theme-main-banner .camera_pag .camera_pag_ul li {
  display      : block;
  margin       : 15px 0;
  width        : 7px;
  height       : 7px;
  border-radius: 50%;
  border-width : 1px;
  background   : transparent;
}

#theme-main-banner .camera_pag .camera_pag_ul li span {
  height       : 100%;
  width        : 100%;
  top          : 0;
  left         : 0;
  border-radius: 50%;
}

/*--------------------- Top Feature -------------------*/
.top-feature .main-content {
  text-align   : center;
  padding      : 50px 16%;
  border-bottom: 4px solid transparent;
}

.top-feature .main-content-a {
  background-color: #fafafa;
}

.top-feature .main-content-b {
  background-color: #f6f6f6;
}

.top-feature .main-content-c {
  background-color: #efefef;
}

.top-feature .main-content-d {
  background-color: #e9e9e9;
}

.top-feature .main-content:hover {
  border-bottom-color: var(--primary-dark);
}

.top-feature .main-content img {
  margin: 0 auto;
}

.top-feature .main-content h3 {
  position      : relative;
  padding-bottom: 18px;
  margin        : 15px 0 18px 0;
}

.top-feature .main-content h3:before {
  content      : '';
  width        : 40px;
  height       : 4px;
  border-radius: 10px;
  background   : #c3c3c3;
  position     : absolute;
  bottom       : 0;
  left         : 50%;
  margin-left  : -20px;
}

.top-feature.fix-border .main-content {
  border-top   : 4px solid transparent;
  border-bottom: none;
  height       : 100%;
  flex:1;
}

.top-feature.fix-border .main-content:hover {
  border-top-color: var(--primary-dark);
}

/*------------------ About Company -----------------*/
.about-compnay img {
  border-radius: 5px;
}

.about-compnay .mission-goal {
  border-top : 1px solid #dcdcdc;
  padding-top: 23px;
  margin-top : 33px;
}

.about-compnay .mission-goal li {
  float     : left;
  width     : 33.33333333%;
  text-align: center;
  position  : relative;
}

.about-compnay .mission-goal li .icon {
  font-size: 55px;
}

.about-compnay .mission-goal li:nth-child(2) {
  border-left : 1px dashed #c3c3c3;
  border-right: 1px dashed #c3c3c3;
}

/*------------------Step Section ---------------*/
.steps-section {
  padding: 0;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
  color: white;
}

.steps-section .overlay {
  background: url('../images/pages/bg-headphone.png') repeat;
  padding: 5em 0;
}

.step-cards-box{
  display: flex;
  column-gap: 10px;;
}

.steps-section .section-title{
  color: #fff;
}

.step-card {
  background: rgba(255, 255, 255, 0.95);
  padding: 40px 30px;
  margin-bottom: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32%
}

.step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  background: var(--color-hover);
}

.step-number {
  width: 80px;
  height: 80px;
  background: var(--primary-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: white;
  margin: -80px auto 25px;
  position: relative;
  /* box-shadow: 0 10px 25px rgba(5, 129, 5, 0.3); */
}

/* .step-number::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(5, 129, 5, 0.3);
  border-radius: 50%;
  animation: pulse 2s infinite;
} */

@keyframes pulse {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  100% {
      transform: scale(1.2);
      opacity: 0;
  }
}

.step-icon {
  font-size: 5em;
  color: var(--primary-light);
  margin-bottom: 10px;
}

.step-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 15px;
  text-align: center;
}

.step-description {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
  text-align: center;
}

.highlight {
  color: var(--primary-color);
  font-weight: 800;
}

.highlight-light {
  color: #fff;
  font-weight: 800;
}

.section-title {
  font-size: 42px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.section-subtitle {
  font-size: 1.2em;
  font-weight:600;
  text-align: center;
  margin-bottom: 1em;
  opacity: 0.9;
}

.cta-badge {
  background: linear-gradient(45deg, var(--accent-color), var(--text-lighter));
  color: var(--text-dark);
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .section-title {
      font-size: 32px;
  }
  
  .step-card {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 65px;
  }
  
  .connection-line {
      display: none;
  }
}

/*--------------------  Step Section two  --------------------*/
.get-started-section { background:var(--color-hover) }
.get-started-section .overlay { background:url('../images/pages/bg-voice-gr.webp') repeat; background-size: cover; }
.get-started-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.get-started-section .main-title {
  font-size: 40px;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 15px;
  position: relative;
}

.get-started-section .main-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
  border-radius: 2px;
}

.theme-title-one h3,
h3.subtitle {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 15px;
}

.get-started-section .description {
  font-size: 18px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.get-started-section .steps-timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.get-started-section .timeline-line {
  position: absolute;
  left: 30px;
  top: 60px;
  bottom: 60px;
  width: 4px;
  background: var(--primary-color);
  border-radius: 2px;
  z-index: 1;
}

.get-started-section .step-item {
  position: relative;
  margin-bottom: 40px;
  padding-left: 100px;
}

.get-started-section .step-item:last-child {
  margin-bottom: 0;
}

.get-started-section .step-marker {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: white;
  border: 4px solid var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  z-index: 2;
  transition: all 0.3s ease;
}

.get-started-section .step-item:hover .step-marker {
  background: var(--primary-color);
  color: white;
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(5, 129, 5, 0.3);
}

.get-started-section .step-content {
  background: white;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.get-started-section .step-content::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 30px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 16px solid white;
}

.get-started-section .step-item:hover .step-content {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.get-started-section .step-title {
  margin-bottom: 0;
  display: flex;
  gap: 1.5rem;
}

.get-started-section .step-icon {
  color: var(--accent-color);
  font-size: 1.8em;
}

.get-started-section .step-text {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

.cta-section {
  text-align: center;
  margin-top: 60px;
  padding: 40px;
  background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
  border-radius: 20px;
  color: white;
}

.cta-section .cta-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.cta-section .cta-button,
.cta-enhanced .cta-button,
.short-banner .cta-button {
  background: var(--accent-color);
  color: var(--text-dark);
  padding: 0.75rem 3rem 0.5rem 3rem;
  border-radius: 50px;
  font-size: 1.5rem;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cta-section .cta-button:hover,
.cta-enhanced .cta-button:hover,
.short-banner .cta-button:hover {
  background: var(--text-lighter);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 209, 0, 0.4);
  color: var(--text-dark);
  text-decoration: none;
}

@media (max-width: 768px) {
  .get-started-section .main-title {
      font-size: 32px;
  }
  
  .get-started-section .steps-timeline {
      margin: 0 20px;
  }
  
  .get-started-section .step-item {
      padding-left: 80px;
  }
  
  .get-started-section .step-marker {
      width: 50px;
      height: 50px;
      font-size: 20px;
  }
  
  .get-started-section .timeline-line {
      left: 25px;
  }
  
  .get-started-section .step-content {
      padding: 20px;
  }
  
  .get-started-section .step-content::before {
      left: -16px;
      border-right-width: 12px;
  }
}
/*--------------------IconBox Horizontal----------------------*/
.icon-box-wrap {
  padding: 0 0.25em;
  display: flex;
}

.icon-list-wrap {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  padding: 1rem;
  gap:10px;
}
 
.icon-box-single-hor {
  margin-top: 10px;
  background: var(--color-hover);
  flex: 1;
  display: flex;
  align-items: stretch;
  column-gap: 15px;
}
.icon-box-single{
  background: #fff;
  margin-top: 10px;
  display: flex;
  align-items: stretch;
  width:49%;
  gap: 10px;
  transition: all 0.3s ease;
}
.icon-box-single:hover{
  transform: translateY(-3px);
  box-shadow: 0 0.25rem 0.35rem rgba(0, 0, 0, 0.1);
  background: var(--color-hover);
}
.icon-box-single-hor .image-box {
  width: 35%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
.icon-box-single .icon-box {
  width: 10%;
  height: 100%;
  padding:2rem 1rem;
  font-size: 2rem;
  color: var(--primary-hover);
}
.icon-box-single .text-box {
  width: auto;
  padding: 1rem;
  column-gap: 10px;
}
.icon-box-single-hor .text-box {
  width: auto;
  padding: 2rem 1rem;
  column-gap: 10px;
}
.icon-box-single .title,
.icon-box-single-hor .title {
  font-size: 1.3em;
}
@media (max-width: 991px) {
  .icon-box-single-hor {
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0.5rem;
    justify-content: center;
  }
  .icon-box-single-hor .image-box{
    height: 8em;
  }
  .icon-box-single-hor .image-box,
  .icon-box-single-hor .text-box {
    width:100%
  }
  .icon-box-single {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .icon-box-single-hor .text-box {
    padding: 1em 0.5em;
  }
  
}

/*----------------------- Simple icon list -----------------------*/
.simple-icon-list-wrap {
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 2em;
}
.simple-icon-list li {
  display:flex;
  column-gap: 1em;
  align-items:center;
  margin: 0.5em 0;
}
.simple-icon-list li i {
  font-size:2em;
  color: var(--primary-dark);
}

/*------------------ Section-2-Col ----------------------*/
.section-2-col {
  background-color: #f8f3f3;
  padding: 5em 0;
}
.section-2-col .row {
  display: flex;
  align-items: center;
  column-gap: 3em;
}
@media (max-width: 992px) {
  .section-2-col .row {
    align-items: center;
    row-gap: 2em;
  }
} 

/*-------------- Areas We Serve ----------------*/

.areas-we-serve-section .states-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  margin-bottom: 30px;
  padding:2em 1em;
}

.areas-we-serve-section .state-item {
  background: var(--color-hover);
  padding: 12px 15px;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.areas-we-serve-section .state-item:hover {
  background: var(--primary-color);
  color: white;
  border-color: var(--primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(5, 129, 5, 0.3);
}

.areas-we-serve-section .closing-content {
  background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
  padding: 40px;
  text-align: center;
  color: white;
}

/*--------- CTA Network ----------*/
.cta-enhanced {
  background: var(--primary-dark);
  position: relative;
  overflow: hidden;
  padding-bottom: 3em;
}

.cta-enhanced .title {
  font-size: 1.8em; 
  line-height: 1.1; 
  margin: 0.5em 0; 
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.cta-enhanced::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.cta-enhanced .container {
  position: relative;
  z-index: 2;
}

.urgency-badge {
  background: var(--accent-color);
  color: var(--text-dark);
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 15px;
  animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
  0%, 100% { 
      box-shadow: 0 0 5px rgba(255, 209, 0, 0.5);
      transform: scale(1);
  }
  50% { 
      box-shadow: 0 0 20px rgba(255, 209, 0, 0.8);
      transform: scale(1.02);
  }
}

.cta-features ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.cta-features ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}

.cta-features ul li::before {
  content: '\f103';
  font-family: 'flaticon_aipm';
  position: absolute;
  left: 0;
  color: var(--accent-color);
  font-size: 14px;
}

.phone-cta {
  /* background: var(--primary-color); */
  padding: 20px;
  margin-top: 20px;
  text-align: center;
}

.phone-cta-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.phone-icon {
  background: var(--accent-color);
  color: var(--text-dark);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7em;
  animation: ring 2s infinite;
}

@keyframes ring {
  0%, 100% { transform: rotate(0deg); }
  10%, 30% { transform: rotate(-10deg); }
  20% { transform: rotate(10deg); }
}

.phone-text {
  color: #fff;
}

.phone-text .label {
  font-size: 1.3em;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}

.phone-text .number {
  font-size: 1.8em;
  font-weight: 900;
  color: var(--accent-color);
}

.stats-enhanced {
  background: rgba(255, 255, 255, 0.1);
  padding: 25px;
  margin-top: 30px;
  backdrop-filter: blur(10px);
}

.cta-enhanced .stats-enhanced .description {
  font-size: 0.9em;
}

.secondary-button {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 15px 0;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  margin-left: 20px;
}

.secondary-button:hover {
  color: var(--accent-color);
  text-decoration: none;
  border-bottom-color: var(--accent-color);
}

@media (max-width: 768px) {
  .phone-cta-content {
      flex-direction: column;
      gap: 10px;
  }
  
  .secondary-button {
      margin-left: 0;
      margin-top: 15px;
      display: block;
  }
}

/*------------------ Feature Banner ---------------*/
.feature-banner {
  background           : url(../images/home/parallax-scroll-4-1920.webp) no-repeat center center;
  background-size      : cover;
  background-attachment: fixed;
  background-color     : #707d9e;
  text-align           : center;
}
@media (max-width: 767px) {
  .feature-banner {
    background           : url(../images/home/parallax-scroll-4-770.webp) no-repeat center center;
    background-position: center right ;
    background-size      : cover;
    background-attachment: fixed;
  }
}

.feature-banner .opacity {
  background: #168e32c2;
  padding   : 74px 0 80px 0;
}

.feature-banner .opacity h2 {
  font-size     : 42px;
  line-height   : 52px;
  text-transform: inherit;
  color         : #fff;
  padding       : 0 100px;
  margin-bottom : 32px;
  text-shadow   : 0 2px rgba(0, 0, 0, 0.4)
}
.feature-banner .cta-badge {
  background: var(--accent-color);
  color: var(--text-dark);
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.feature-banner .cta-subtitle {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 35px;
  opacity: 0.95;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.feature-banner .cta-actions {
  margin-bottom: 40px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.feature-banner .secondary-cta {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.feature-banner .secondary-cta:hover {
  background: #fff;
  color: var(--primary-color);
}

.feature-banner .cta-features {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.feature-banner .feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
}

.feature-banner .feature-item i {
  color: var(--accent-color);
  font-size: 16px;
}

@media (max-width: 768px) {
  .feature-banner .cta-actions {
      flex-direction: column;
      align-items: center;
  }
  
  .feature-banner .cta-features {
      flex-direction: column;
      gap: 15px;
      align-items: center;
  }
  
  .feature-banner .opacity h2 {
      padding: 0 20px;
      font-size: 32px;
      line-height: 40px;
  }
}
/*---------------- Service Style One --------------*/
.section-services {
  background: #fbd2684f;
  padding: 5rem 2em;
}
 .single-service {
  position     : relative;
  padding-left : 100px;
  overflow     : hidden;
  margin-bottom: 10px;
}

 .single-service .text {
  border       : 1px solid #eaeaea;
  border-radius: 0 4px 4px 0;
  border-left  : none;
  padding      : 0.5em 0.75em;
  height       : 110px;
  display      : flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}

 .single-service .text p {
  /* padding-bottom: 5px; */
  font-size: 0.9em;
  line-height: 1em;
}

 .single-service .text .read-more {
  font-size  : 14px;
  font-weight: 700;
}

 .single-service .text .read-more i {
  margin-left: 2px;
}

 .single-service .img-box {
  position     : absolute;
  left         : 0;
  top          : 0;
  bottom       : 0;
  width        : 100px;
  height       : 110px;
  border-radius: 5px 0 0 5px;
  background   : var(--accent-color);
  display: flex;
  align-items: center;
}

.single-box:nth-child(even) .single-service .img-box {
  background-color: var(--primary-light) !important;
}

.single-service .img-box i{
  color: #fff;
  font-size: 4.5em;
  margin: 0.5rem auto;
  display: flex;
  position: relative;
  justify-content: center;
}

 .single-service .img-box img {
  width        : 100%;
  border-radius: 4px;
  opacity      : 0.9;
}

 .single-service:hover .text {
  border-color: #fff;
}

 .single-service:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.single-service h3{
  font-size: 1em;
}

.single-service .ac-contractor {background:url('../images/icon/icon-ac-contractor.webp')}
.single-service .air-duct-cleaning {background:url('../images/icon/icon-air-duct-cleaning.webp')}
.single-service .appliance-repair {background:url('../images/icon/icon-appliance-repair.webp')}
.single-service .bathroom-remodeling {background:url('../images/icon/icon-bathroom-remodeling.webp')}
.single-service .carpet-cleaning-repair {background:url('../images/icon/icon-carpet-cleaning.webp')}
.single-service .chimney-repair {background:url('../images/icon/icon-chimney-repair.webp')}
.single-service .electricians {background:url('../images/icon/icon-electrician.webp')}
.single-service .exterminators {background:url('../images/icon/icon-exterminator.webp')}
.single-service .gutters-downspouts {background:url('../images/icon/icon-gutter-downspouts.webp')}
.single-service .handyman-services {background:url('../images/icon/icon-handyman.webp')}
.single-service .heating-contractors {background:url('../images/icon/icon-heating-contractor.webp')}
.single-service .locksmith-service {background:url('../images/icon/icon-locksmith.webp')}
.single-service .mold-remediation {background:url('../images/icon/icon-mold-remediation.webp')}
.single-service .movers {background:url('../images/icon/icon-movers.webp')}
.single-service .plumbers {background:url('../images/icon/icon-plumber.webp')}
.single-service .roofers {background:url('../images/icon/icon-roofer.webp')}
.single-service .water-fire-damage-restoration {background:url('../images/icon/icon-water-damage-restoration.webp')}
.single-service .waterproofing {background:url('../images/icon/icon-waterproofing.webp')}
.single-service .window-installers {background:url('../images/icon/icon-window-installer.webp')}


 .single-option {
  border         : 1px solid #eaeaea;
  border-radius  : 5px;
  padding        : 0 1em;
  display        : flex;
  flex-direction : row;
  justify-content: flex-end;
  align-items    : center;

}

 .single-option .img-box {
  background     : transparent;
  display        : flex;
  flex-direction : row;
  height         : auto;
  align-items    : center;
  justify-content: center;
  width          : 30%;
  font-size      : 1.5em;
  font-weight    : 700;
}

.single-option .text {
  display       : flex;
  flex-direction: column;
  height        : auto;
  width         : 70%;
  border        : none;
  align-items   : flex-start;
}


.service-style-one .wrapper {
  margin-top: 50px;
}

 .contact-text {
  text-align : center;
  padding-top: 35px;
  display    : block;
  width      : 100%;
}

 .contact-text h4 {
  font-weight  : normal;
  margin-bottom: 10px;
}

 .contact-text h5 {
  font-weight: normal;
  display    : inline-block;
  position   : relative;
}

.contact-text.enhanced-cta {
  background: linear-gradient(135deg, var(--color-hover), #ffffff);
  border: 2px solid var(--primary-color);
  border-radius: 15px;
  padding: 40px 30px;
  margin: 40px auto;
  max-width: 600px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-text .cta-badge {
  background: var(--primary-color);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

.contact-text .cta-badge i {
  margin-right: 8px;
  font-size: 12px;
}

.contact-text h4 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 15px;
  line-height: 1.3;
}

.contact-text .cta-description {
  font-size: 18px;
  color: var(--text-dark);
  margin-bottom: 25px;
  line-height: 1.5;
  opacity: 0.8;
}

.contact-text .phone-highlight {
  background: var(--primary-dark);
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
}

.contact-text .phone-highlight h5 {
  margin: 0;
  font-size: 32px;
  font-weight: 900;
}

.contact-text .phone-highlight h5 a {
  color: var(--accent-color);
  text-decoration: none;
  position: relative;
}

.contact-text .phone-highlight h5 a:hover {
  color: var(--text-lighter);
}

.contact-text .call-action {
  color: white;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-top: 8px;
}

.contact-text .trust-indicators {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.contact-text .indicator {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}

.contact-text .indicator::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

@media (max-width: 768px) {
  .contact-text.enhanced-cta {
      padding: 30px 20px;
      margin: 30px 15px;
  }
  
  .contact-text h4 {
      font-size: 24px;
  }
  
  .contact-text .phone-highlight h5 {
      font-size: 28px;
  }
  
  .contact-text .trust-indicators {
      flex-direction: column;
      gap: 15px;
  }
}
/*-------------------- Testimonial Slider ------------------*/
.testimonial-section {
  background           : url(../images/home/img-nationwide-bg.webp) no-repeat center center;
  background-size      : cover;
  background-attachment: fixed;
  background-color     : #707d9e;
}

.testimonial-section .overlay {
  background: linear-gradient(180deg, #00000096, #00000000);
  padding   : 125px 0;
}

.testimonial-section .theme-title-one h2 {
  color:#fff;
}

.testimonial-section .wrapper {
  /* width: 78%!important; */
  padding-right: 15px;
}

.testimonial-section .wrapper .bg {
  background   : #fff;
  border-radius: 5px;
  position     : relative;
  padding      : 40px 65px 35px 65px;
  box-shadow   : 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  text-align   : center;
  display      : flex;
}

.testimonial-section .wrapper .box-bg {
  background   : #fff;
  border-radius: 5px;
  position     : relative;
  padding      : 40px 45px 35px 45px;
  box-shadow   : 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  text-align   : center;
  display      : flex;
  margin-left  : 50px;
  margin-right : 50px;
}

/* .testimonial-section .wrapper .box-bg::after {
  content:url(../images/home/img-nationwide-after.webp);
  position:absolute;
  right: 20px;
  bottom: -132px;
  width: 20%;
} */
.testimonial-section .wrapper .box-bg .list-item {
  padding    : 0.5em 0.25em;
  font-weight: 600;
  font-size  : 0.9em;
}

.testimonial-section .wrapper .bg:before {
  content    : '\f11b';
  font-family: 'flaticon_aipm';
  position   : absolute;
  top        : 30px;
  right      : -10px;
  color      : #fff;
  font-size  : 35px;
}

.testimonial-section .wrapper p {
  font-size  : 20px;
  font-weight: 300;
  line-height: 29px;
}

.testimonial-section .wrapper .name h6 {
  font-weight: normal;
}

.testimonial-section .wrapper .name span {
  font-size: 16px;
}

.testimonial-section .wrapper .name {
  position: relative;
  margin  : 25px 0 28px 0;
  z-index : 1;
}

.testimonial-section .wrapper .name:before {
  content          : '“';
  color            : #f1f1f1;
  font-size        : 120px;
  font-weight      : 900;
  position         : absolute;
  top              : -42px;
  left             : 50%;
  z-index          : -1;
  -webkit-transform: translateX(-50%);
  transform        : translateX(-50%);
}

.testimonial-section .owl-theme .owl-dots .owl-dot span {
  width        : 7px;
  height       : 7px;
  border-radius: 50%;
  background   : #cecece;
  margin       : 0 5px;
}

/*----------------------- Our Team -----------------*/
.our-team .team-member {
  margin-top: 30px;
  text-align: center;
}

.our-team .wrapper {
  margin-top: 25px;
}

.our-team .team-member .image-box img {
  width        : 100%;
  border-radius: 5px 5px 0 0;
}

.our-team .team-member .image-box {
  position: relative;
  overflow: hidden;
}

.our-team .team-member .text {
  padding      : 13px 0;
  border       : 1px solid #eaeaea;
  border-top   : none;
  border-radius: 0 0 5px 5px;
}

.our-team .team-member:hover .text {
  border-color: #fff;
  box-shadow  : 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.our-team .team-member .text h6 {
  font-weight: 600;
}

.our-team .team-member .text span {
  font-size : 16px;
  font-style: italic;
}

.our-team .team-member .overlay {
  position         : absolute;
  top              : 0;
  left             : 0;
  width            : 100%;
  height           : 100%;
  background       : rgba(0, 26, 87, 0.7);
  border-radius    : 5px 5px 0 0;
  -webkit-transform: scale(1, 0);
  transform        : scale(1, 0);
}

.our-team .team-member:hover .overlay {
  -webkit-transform: scale(1);
  transform        : scale(1);
}

.our-team .team-member .overlay .hover-content {
  position         : relative;
  top              : 50%;
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
}

.our-team .team-member .overlay .hover-content ul li {
  display: inline-block;
  margin : 0 2px;
}

.our-team .team-member .overlay .hover-content ul li a {
  width        : 40px;
  height       : 40px;
  border-radius: 50%;
  border       : 1px solid #fff;
  line-height  : 38px;
  color        : #fff;
  font-size    : 14px;
}

.our-team .team-member .overlay .hover-content ul li a:hover {
  background: #fff;
}

.our-team .team-member .overlay .hover-content p {
  line-height: 25px;
  color      : #fff;
  padding-top: 15px;
}

/*------------------ Theme Counter -------------------*/
.theme-counter {
  background: var(--primary-color);
  padding   : 55px 0;
}

.theme-counter .bg {
  background: url(../images/home/pattern.webp) no-repeat center center;
  text-align: center;
  padding   : 85px 0 85px 0;
}

.theme-counter h6 {
  font-size     : 18px;
  text-transform: uppercase;
  font-weight   : 700;
}

.theme-counter h2 {
  font-size  : 42px;
  font-weight: 700;
  padding    : 12px 0 35px 0;
}

.cunter-wrapper {
  width     : 75%;
  margin    : 0 auto;
  text-align: center;
}

.single-counter-box .number {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 2.2em;
  font-weight: 900;
  color: var(--accent-color);
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
.single-counter-box .number .timer {
  font-size: 70px;
}

.single-counter-box p {
  font-size: 1em;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.single-counter-box {
  margin-bottom: 10px;
}

.theme-counter .theme-button-one {
  margin-top: 45px;
}

/*------------------ Free Consultation -----------------*/
.consultation-form .theme-title-one {
  margin-bottom: 55px;
}

.consultation-form .main-content {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.consultation-form .img-box {
  background     : url(../images/home/1.jpg) no-repeat center;
  background-size: cover;
  height         : 500px;
  border-radius  : 5px 0 0 5px;
}

.consultation-form .form-wrapper {
  background   : #fff;
  border-radius: 0 5px 5px 0;
  height       : 500px;
  padding      : 75px 40px 0 40px;
}

.theme-form-one input,
.theme-form-one .form-control {
  width        : 100%;
  border       : none;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
  outline      : none;
  box-shadow   : none;
  font-size    : 16px;
  padding      : 0 0 12px 0;
  margin-bottom: 35px;
}

.theme-form-one textarea {
  width        : 100%;
  max-width    : 100%;
  height       : 110px;
  max-height   : 110px;
  resize       : none;
  border       : none;
  border-bottom: 1px solid #dfdfdf;
  font-size    : 16px;
  padding      : 0 0 10px 0;
  margin-bottom: 32px;
}

.theme-form-one .theme-button-one {
  font-family: 'Nunito Sans', sans-serif;
}

/*------------ Service Boxes----------*/
.service-box {
  padding-top: 7em;
}

.service-box .theme-title-one {
  margin-bottom: 55px;
}

.service-box .main-content {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  margin    : 0.5em;
}

.service-box .main-content .content-l {
  padding: 0;
}

.service-box .img-box {
  background     : url(../images/home/service-emergency.webp) no-repeat center;
  background-size: cover;
  min-height     : 100%;
  border-radius  : 5px 0 0 5px;
  padding        : 0;
}

.service-box .img-box.residential {
  background     : url(../images/home/service-residential.webp) no-repeat center;
  background-size: cover;
}

.service-box .img-box.commercial {
  background     : url(../images/home/service-commercial.webp) no-repeat center;
  background-size: cover;
}

.service-box .img-box.automotive {
  background     : url(../images/home/service-automotive.webp) no-repeat center;
  background-size: cover;
}

.service-box .service-content {
  padding: 2em 1em;
}

.service-box .service-content h3 {
  font-size: 1.6em;
  width    : 100%;
}

.service-box .service-content hr {
  width        : 80px;
  height       : 3px;
  border-radius: 10px;
  background   : var(--text-dark);
  margin       : 0.5em 0 0.75em;
  opacity      : 0.3;
}

.service-box .service-content p {
  margin-bottom: 0.5em
}

.service-box .service-content ul {
  padding-left: 18px;
  margin      : 1em auto;
}

.service-box .service-content ul li {
  line-height : 30px;
  font-style  : italic;
  padding-left: 18px;
  position    : relative;
}

.service-box .service-content ul li:before {
  content    : '\f103';
  font-family: 'flaticon_aipm';
  font-size  : 12px;
  color      : #232323;
  line-height: 34px;
  position   : absolute;
  left       : 0;
  top        : 0;
  font-style : normal;
  font-weight: 700;
}

/*------------------- Partner Slider ------------------*/

/* .partner-section.bg-color {
  background: #bef9be4d;
} */

.partner-section h6,
.partner-section h5 {
  font-size     : 18px;
  font-weight   : 700;
  text-transform: uppercase;
  line-height   : 25px;
  margin-top    : 10px;
  text-align    : center;
  margin-bottom : 1em;
}

.partner-section h5 {
  font-size: 1.2em;
}

.partner-section h5:before,
.partner-section h6:before {
  content      : '';
  width        : 120px;
  height       : 4px;
  border-radius: 10px;
  background   : var(--accent-color);
  position     : absolute;
  bottom       : 0;
  left         : 50%;
  margin-left  : -60px;
}

.partner-section img {
  margin: 0 auto;
}

.partner-section .partner-slider {
  display        : flex;
  justify-content: space-between;
  margin-top     : 1.5em;
}

/*---------------------- Theme footer one ------------------*/
.theme-footer-one .top-footer {
  background: #001648;
  padding   : 80px 0 75px 0;
}

.theme-footer-one .top-footer .title {
  color         : #fff;
  font-size     : 18px;
  font-weight   : 700;
  text-transform: uppercase;
  margin-bottom : 30px;
}

.theme-footer-one .top-footer .about-widget p {
  font-size  : 17px;
  line-height: 25px;
  color      : #fff;
}

.theme-footer-one .top-footer .about-widget .queries i {
  font-size     : 22px;
  vertical-align: middle;
  margin-right  : 10px;
}

.theme-footer-one .top-footer .about-widget .queries {
  color     : #fff;
  margin-top: 25px;
  font-size : 17px;
}

.theme-footer-one .top-footer .about-widget .queries a {
  font-family: 'Figtree', sans-serif;
  font-size  : 19px;
  color      : #fff;
}

.theme-footer-one .top-footer .footer-recent-post li {
  padding      : 6px 0 20px 0;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-footer-one .top-footer .footer-recent-post li img {
  width        : 70px;
  height       : 70px;
  border-radius: 5px;
}

.theme-footer-one .top-footer .footer-recent-post li .post {
  width       : calc(100% - 70px);
  padding-left: 20px;
}

.theme-footer-one .top-footer .footer-recent-post li .post a {
  font-family: 'Figtree', sans-serif;
  font-size  : 17px;
  color      : #fff;
  line-height: 24px;
  margin-top : -5px;
}

.theme-footer-one .top-footer .footer-recent-post li .post .date {
  font-size : 15px;
  color     : #fff;
  font-style: italic;
  margin-top: 5px;
}

.theme-footer-one .top-footer .footer-recent-post li .post .date i {
  margin-right: 5px;
  font-size   : 14px;
}

.theme-footer-one .top-footer .footer-recent-post li:last-child {
  border        : none;
  margin        : 0;
  padding-bottom: 0;
}

.theme-footer-one .top-footer .footer-list ul li {
  line-height : 32px;
  padding-left: 20px;
  position    : relative;
}

.theme-footer-one .top-footer .footer-list ul li:before {
  content    : '\f103';
  font-family: 'flaticon_aipm';
  font-size  : 10px;
  color      : #fff;
  position   : absolute;
  line-height: 32px;
  top        : 0;
  left       : 0;
}

.theme-footer-one .top-footer .footer-list ul li a {
  font-family: 'Figtree', sans-serif;
  font-size  : 17px;
  color      : #fff;
}

.theme-footer-one .top-footer .footer-list ul li a:hover {
  color: #fff;
}

.theme-footer-one .top-footer .footer-newsletter input {
  width         : 100%;
  font-weight   : 300;
  font-size     : 16px;
  color         : #fff;
  border        : none;
  border-bottom : 1px solid rgba(223, 223, 223, 0.2);
  background    : transparent;
  padding-bottom: 10px;
  margin-bottom : 20px;
}

.theme-footer-one .top-footer .footer-newsletter .theme-button-one {
  background: #fff;
  margin-top: 15px;
}

.theme-footer-one .top-footer .footer-newsletter .theme-button-one:hover {
  color     : #fff;
  background: #001138;
}

.theme-footer-one .top-footer .footer-newsletter ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}

.theme-footer-one .top-footer .footer-newsletter :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}

.theme-footer-one .top-footer .footer-newsletter ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}

.theme-footer-one .top-footer .footer-newsletter ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}

.theme-footer-one .top-footer .footer-newsletter :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.theme-footer-one .top-footer .footer-newsletter ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.theme-footer-one .bottom-footer {
  background: #001138;
  padding   : 15px 0;
}

.theme-footer-one .bottom-footer p {
  color      : #fff;
  line-height: 25px;
  font-size  : 17px;
}

.theme-footer-one .bottom-footer ul {
  text-align: right;
}

.theme-footer-one .bottom-footer ul li {
  display    : inline-block;
  line-height: 25px;
}

.theme-footer-one .bottom-footer ul li a {
  font-family: 'Figtree', sans-serif;
  font-size  : 17px;
  color      : #fff;
  margin-left: 35px;
}

.theme-footer-one .bottom-footer ul li a:hover {
  color: #fff;
}

/*---------------------- Theme footer Two ------------------*/
.theme-footer-two {
  background : var(--primary-hover);
  padding-top: 75px;
}

.theme-footer-two .logo-widget .logo {
  width        : 7em;
  background   : #fff;
  padding      : 0.5em;
  border-radius: 5px;
  display      : flex;
}

.theme-footer-two .logo-widget p {
  font-size  : 17px;
  line-height: 25px;
  color      : #fff;
  padding    : 15px 0;
}

.theme-footer-two .logo-widget .social-icon li {
  display     : inline-block;
  margin-right: 15px;
}

.theme-footer-two .logo-widget .social-icon li a {
  font-size: 15px;
  color    : #ccd1dd;
}

.theme-footer-two .logo-widget .social-icon li a:hover {
  color: var(--text-lighter);
}

.theme-footer-two .top-footer .title {
  color         : var(--text-lighter);
  font-size     : 18px;
  font-weight   : 700;
  text-transform: uppercase;
  margin        : 20px 0 15px 0;
}

.theme-footer-two .top-footer .footer-list ul li {
  line-height : 35px;
  padding-left: 20px;
  position    : relative;
}

.theme-footer-two .top-footer .footer-list ul li:before {
  content    : '\f103';
  font-family: 'flaticon_aipm';
  font-size  : 10px;
  color      : #fff;
  position   : absolute;
  line-height: 35px;
  top        : 0;
  left       : 0;
}

.theme-footer-two .top-footer .footer-list ul li a {
  font-family: 'Figtree', sans-serif;
  font-size  : 17px;
  color      : #fff;
}

.theme-footer-two .top-footer .footer-list ul li a:hover {
  text-decoration: underline;
  color          : var(--text-lighter) !important;
}

.theme-footer-two .top-footer .footer-list ul li a:hover {
  color: #fff;
}

.theme-footer-two .top-footer .footer-gallery .wrapper {
  padding: 11px 45px 0 0;
}

.theme-footer-two .top-footer .footer-gallery .wrapper .row {
  margin: 0 -3px;
}

.theme-footer-two .top-footer .footer-gallery .wrapper .row [class*="col-"] {
  padding      : 0 3px;
  margin-bottom: 6px;
}

.theme-footer-two .top-footer .footer-gallery .wrapper a img {
  width        : 100%;
  border-radius: 5px;
}

.theme-footer-two .top-footer .footer-gallery .wrapper a {
  width   : 100%;
  overflow: hidden;
  display : block;
}

.theme-footer-two .top-footer .contact-widget ul li {
  font-size  : 17px;
  line-height: 25px;
  color      : #fff;
  position   : relative;
  padding    : 5px 0 12px 40px;
}

.theme-footer-two .top-footer .contact-widget ul li:last-child {
  padding-bottom: 0;
}

.theme-footer-two .top-footer .contact-widget ul li a {
  font-family: 'Figtree', sans-serif;
  color      : #fff;
}

.theme-footer-two .top-footer .contact-widget ul li i {
  font-size: 22px;
  position : absolute;
  top      : 8px;
  left     : 0;
}

.theme-footer-two .bottom-footer {
  margin-top: 60px;
  border-top: 1px solid rgb(38 193 101 / 32%);
  padding   : 12px 0;
  text-align: center;
}

.theme-footer-two .bottom-footer p {
  font-size: 17px;
  color    : #fff;
}

/*----------------- CallOut Banner  --------------*/
.callout-banner {
  background-color: var(--primary-dark);
  /* background-image: url(../images/home/pattern2.webp); */
  padding         : 40px 0;
  z-index:1;
}

.callout-banner .title {
  /* float: left; */
  line-height: 40px;
  color      : var(--text-lighter);
  /* width   : 27%; */
}

.callout-banner p {
  float       : left;
  color       : #fff;
  padding-left: 70px;
  /* width    : 55%; */
  position    : relative;
}

.callout-banner p:before {
  content      : '';
  width        : 4px;
  height       : 93%;
  background   : var(--accent-color);
  border-radius: 5px;
  position     : absolute;
  left         : 25px;
  top          : 3px;
}

.callout-banner .theme-button-one {
  background: #fff;
  margin-top: 15px;
  float     : right;
}

.callout-banner .theme-button-one:hover {
  color     : #fff;
  background: var(--primary-color);
}

.callout-banner.no-bg {
  background   : none;
  padding      : 0;
  margin-bottom: 70px;
}

.callout-banner .container {
  display        : flex;
  align-items    : center;
  justify-content: space-evenly;
}

.callout-banner.no-bg .title {
  color     : #232323;
  text-align: right;
}

.callout-banner.no-bg p {
  color: #555555;
}

.callout-banner.no-bg p:before {
  background: #c3c3c3;
}

.callout-banner.no-bg .theme-button-one {
  color: #fff;
}

@media screen and (max-width: 990px) {
  .callout-banner.no-bg .container {
    display        : flex;
    align-items    : flex-start;
    justify-content: space-evenly;
    flex-direction : column;
    align-content  : flex-start;
  }
}

/*------------------------- Our Solution -------------------*/
.single-solution-block {
  margin-top    : 55px;
  text-align    : center;
  background    : #fff;
  display       : flex;
  flex-direction: column;
  row-gap       : 5px;
}

.single-solution-block .icon {
  margin : 0 auto;
  opacity: 0.75;
}

.single-solution-block h5 {
  margin: 26px 0 10px 0;
}

.single-solution-block p {
  padding: 0 22px;
}

.single-solution-block:hover .icon {
  -webkit-transform: scale(1.1);
  transform        : scale(1.1);
}

.why-we-best .single-solution-block {
  padding   : 2em 0.75em;
  margin-top: 0
}

/*------------------- About Company Stye Two -------------------*/
.about-compnay-two {
  background           : url(../images/home/about-us-2-1920.webp) no-repeat center center;
  background-size      : cover;
  background-attachment: fixed;
  background-color     : #508456;
}
@media (max-width: 767px) {
  .about-compnay-two {
    background           : url(../images/home/about-us-2-770.webp) no-repeat center center;
    background-size      : cover;
    background-attachment: fixed;
  }
}

.about-compnay-two .overlay {
  background: rgb(6 90 9 / 85%);
  padding   : 100px 0;
}

.cta-get-consultation {
  background           : url(../images/home/cta-get-consultation.webp) no-repeat center center;
  background-size      : cover;
  background-attachment: fixed;
  background-color     : #508456;
}

.cta-get-consultation .overlay {
  background: rgb(2 101 6 / 74%);
}

.about-compnay-two .theme-title-one {
  text-align   : left;
  margin-bottom: 30px;
}

.about-compnay-two .theme-title-one h2 {
  color: #fff;
}

.about-compnay-two .theme-title-one h2:before {
  left  : 0;
  margin: 0;
  color : #f9d430;
}

.about-compnay-two .text p {
  color  : #fbfeef;
  padding: 0 50px 15px 0;
}

.about-compnay-two .text .sign {
  margin-top: 15px;
}

.about-compnay-two .quote-form {
  background   : #fff;
  border-radius: 5px;
  padding      : 25px 25px 40px 40px;
}

.about-compnay-two .theme-form-one textarea {
  height       : 80px;
  max-height   : 80px;
  margin-bottom: 22px;
}

.about-compnay-two .left-img {
  border-radius: 5px;
}

.about-compnay-two.no-bg {
  background: none;
}

.about-compnay-two.no-bg .overlay {
  background: #fff;
  padding   : 0;
}

.about-compnay-two.no-bg .theme-title-one h2 {
  color: #232323;
}

.about-compnay-two.no-bg .theme-title-one h2:before {
  background: #fdf335;
}

.about-compnay-two.no-bg .text p {
  color        : #555555;
  padding-right: 0;
}

/*----------------------- Our Case --------------------*/
.our-case .row {
  margin: 0 -22px;
}

.our-case .row [class="col-"] {
  padding: 0 22px;
}

.our-case .wrapper {
  margin-top: 10px;
}

.our-case .single-case-block {
  position     : relative;
  border-radius: 5px;
  overflow     : hidden;
  margin-top   : 40px;
}

.our-case .single-case-block img {
  width        : 100%;
  border-radius: 5px;
}

.our-case .single-case-block .hover-content {
  position         : absolute;
  top              : 0;
  left             : 0;
  width            : 100%;
  height           : 100%;
  background       : rgba(0, 26, 87, 0.6);
  border-radius    : 5px;
  -webkit-transform: scale(1, 0);
  transform        : scale(1, 0);
}

.our-case .single-case-block:hover .hover-content {
  -webkit-transform: scale(1);
  transform        : scale(1);
}

.our-case .single-case-block .hover-content .text {
  position         : absolute;
  width            : 100%;
  left             : 0;
  bottom           : 20px;
  padding          : 0 28px;
  opacity          : 0;
  transition-delay : 0.2s;
  -webkit-transform: translateY(100px);
  transform        : translateY(100px);
}

.our-case .single-case-block:hover .hover-content .text {
  -webkit-transform: translateY(0);
  transform        : translateY(0);
  opacity          : 1;
}

.our-case .single-case-block .hover-content .text h5 a {
  color: #fff;
}

.our-case .single-case-block .hover-content .text p {
  font-size: 17px;
  color    : #fff;
}

.our-case .single-case-block .hover-content .text .details {
  width        : 40px;
  height       : 40px;
  line-height  : 43px;
  text-align   : center;
  background   : #fff;
  border-radius: 50%;
  color        : #979797;
  font-size    : 20px;
  margin-top   : 7px;
}

.our-case .single-case-block .hover-content .text .details:hover {
  color: #fff;
}

.our-case .view-all {
  text-align: center;
  margin-top: 60px;
}

.our-case.our-project .wrapper,
.our-case.our-project .single-case-block {
  margin-top: 0;
}

.our-case.our-project .single-case-block {
  margin-bottom: 40px;
}

/*------------------- Faq Section -------------------*/
.faq-section {
  background           : url(../images/pages/network-faq-bg.webp) no-repeat center center;
  background-size      : cover;
  background-attachment: fixed;
  background-color     : #707d9e;
  height               : 755px;
  margin-bottom        : 350px;
}

.faq-section .overlay {
  background: #6eb470d6;
  padding   : 95px 0 0 0;
  height    : 570px;
}

.faq-section .theme-title-one h2 {
  color: var(--text-dark);
  text-shadow: 0.5px 0.5px 0 rgba(255, 255, 255, 0.6);
}

.faq-section .theme-title-one h2:before {
  background: var(--primary-color);
}

.faq-section .theme-title-one p {
  color: #fff;
}

.faq-section .wrapper {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  margin    : 55px 0 0 0;
}

.faq-section .wrapper .img-box {
  background     : url(../images/pages/network-faq-img.webp) no-repeat center center;
  background-size: cover;
  border-radius  : 5px 0 0 5px;
  position       : relative;
  height         : 500px;
}

.faq-section .wrapper .img-box .play {
  width        : 72px;
  height       : 72px;
  border-radius: 50%;
  background   : #fff;
  position     : absolute;
  top          : 50%;
  left         : 50%;
  margin       : -36px 0 0 -36px;
  text-align   : center;
  line-height  : 72px;
}

.faq-section .wrapper .faq-content {
  background   : #fff;
  border-radius: 0 5px 5px 0;
  padding      : 35px;
}

/* Accordion Styles */
.faq-section .accordion {
  max-width: 100%;
}

.faq-section .accordion-item {
  background: white;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-section .accordion-item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.faq-section .accordion-header {
  background: white;
  border: none;
  width: 100%;
  padding: 20px 25px;
  text-align: left;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-dark);
  position: relative;
  transition: all 0.3s ease;
  /* border-left: 4px solid var(--primary-color); */
}

.faq-section .accordion-header:hover {
  background: var(--color-hover);
  color: var(--primary-color);
}

.faq-section .accordion-header:focus {
  outline: 2px solid var(--primary-color);
  outline-offset: -2px;
}

.faq-section .accordion-header.active {
  background: var(--color-hover);
  color: var(--primary-color);
}

/* Arrow Icon */
.faq-section .accordion-header::after {
  content: '▼';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

.faq-section .accordion-header.active::after {
  transform: translateY(-50%) rotate(180deg);
  color: var(--primary-light);
}

/* Content */
.faq-section .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #f8f9fa;
  opacity: 0;
  transform: translateY(-10px);
}

.faq-section .accordion-content.active {
  max-height: none;
  opacity: 1;
  transform: translateY(0);
}

.faq-section .accordion-body {
  padding: 20px 25px;
  color: #555;
  line-height: 1.7;
}

.faq-section .accordion-body p {
  margin: 0;
}

.faq-section .accordion-body strong {
  color: var(--primary-color);
  font-weight: 600;
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .faq-section {
    margin-bottom: 850px;
  }

}
@media (max-width: 768px) {
  .faq-section {
      padding: 60px 15px;
      margin-bottom: 970px;
  }

  .faq-section .section-title h2 {
      font-size: 2rem;
  }

  .faq-section .accordion-header {
      padding: 15px 20px;
      font-size: 1rem;
  }

  .faq-section .accordion-header::after {
      right: 20px;
  }

  .faq-section .accordion-body {
      padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .faq-section .section-title h2 {
      font-size: 1.75rem;
  }

  .faq-section .accordion-header {
      padding: 12px 15px;
      padding-right: 45px;
  }

  .faq-section .accordion-header::after {
      right: 15px;
  }
}

/*------------------ Why Choose us -----------------*/
.single-block {
  position    : relative;
  margin-top  : 45px;
  padding     : 0 0 0 0;
  padding-left: calc(4.5em + 10px);
}

.wrapper {
  margin-top: 2rem;
}

.single-block h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.single-block .icon {
  position : absolute;
  top      : -10px;
  left     : 0;
  font-size: 4.25rem;
  color: var(--primary-dark);
}

/*------------------ Short Banner ------------------*/
.short-banner {
  background      : url(../images/home/short-banner.webp) no-repeat center center;
  background-size : cover;
  background-color: #707d9e;
}

.short-banner .overlay {
  background: rgb(253 224 158 / 53%);
  text-align: center;
  background:linear-gradient(135deg, rgb(243 220 120 / 45%), rgb(247 167 155 / 70%)); 
  padding: 60px 0;
}

.short-banner .overlay h2 {
  font-size  : 40px;
  line-height: 48px;
  width      : 85%;
  margin     : 0 auto;
}

.short-banner h3 {
  color:#fff;
  background: #058105c4;
    display: inline-block;
    padding: 5px 2em;
    font-size: 1.3rem;
    border-radius: 40px;
    margin: 1rem;
}

.short-banner-2 .overlay {
  background-color: rgb(177 3 26 / 51%);
  text-align      : left;
}

.short-banner-2 .overlay h2 {
  color    : #fff;
  font-size: 1.75em
}

.short-banner-2 .overlay p,
.short-banner-2 .overlay ul {
  color      : #fff;
  font-size  : 1.2em;
  font-weight: 700;
}

.short-banner-2 .overlay p {
  padding      : 1em;
  background   : #ffc1077a;
  font-size    : 1.5em;
  line-height  : 1.25em;
  border-radius: 10px;
}

@media screen and (max-width:767px) {
  .short-banner-2 .container {
    max-width: none;
  }

  .short-banner-2 .overlay {
    padding: 3em 1em;
  }

  .short-banner-2 .overlay ul {
    margin: 1em auto;
  }
}

/*----------------- Latest News ------------------- */
.our-blog .single-blog .image-box {
  position     : relative;
  overflow     : hidden;
  border-radius: 5px;
}

.our-blog .single-blog .image-box img {
  width     : 100%;
  object-fit: cover;
}

.our-blog .single-blog:hover .image-box img {
  -webkit-transform: scale3D(1.1, 1.1, 1);
  transform        : scale3D(1.1, 1.1, 1)
}

.our-blog .single-blog .image-box .overlay {
  position     : absolute;
  width        : 100%;
  height       : 100%;
  top          : 0;
  left         : 0;
  border-radius: 5px;
  background   : rgba(0, 0, 0, 0.05);
}

.our-blog .single-blog .image-box .overlay .date {
  line-height  : 25px;
  border-radius: 5px;
  font-family  : 'Figtree', sans-serif;
  font-size    : 14px;
  color        : #fff;
  padding      : 0 18px;
  position     : absolute;
  left         : 20px;
  bottom       : 20px;
}

.our-blog .single-blog .post-meta .title {
  line-height   : 1.2em;
  margin        : 20px 0 10px 0;
  text-transform: uppercase;
  font-size     : 0.9em;
  font-weight   : 800;
}

.our-blog .single-blog .post-meta .read-more {
  font-size     : 14px;
  text-transform: uppercase;
  font-weight   : 700;
}

.our-blog .single-blog .post-meta .read-more:hover {
  text-decoration: underline;
}

.latest-news .single-blog {
  margin-top    : 35px;
  background    : var(--color-hover);
  padding-bottom: 0.75em;
  flex          : 1;
}

.latest-news .wrapper {
  margin-top: 20px;
}

.blog-inner-page .our-blog .single-blog .post-meta .title {
  font-size : 26px;
  margin-top: 25px;
}

.our-blog .single-blog .post-meta p {
  margin-bottom: 12px;
}

.blog-inner-page .our-blog .single-blog {
  margin-bottom: 40px;
}

.blog-inner-page .our-blog .single-blog:last-child {
  border-bottom : 1px solid #e5e5e5;
  padding-bottom: 55px;
}

.blog-grid .single-blog {
  margin-bottom: 40px;
}

.latest-news .latest-news-slider .item {
  padding: 0 0.25em;
  display: flex;
}

.latest-news .latest-news-slider .single-blog .image-box {
  border-radius: 0;
}

.latest-news .latest-news-slider .single-blog .post-meta {
  padding   : 0 1em 0 1.5em;
  text-align: center;
}

.icon-box-single-hor  .icon-box-img-1{
  background-image:url('../images/pages/network-constant-leads.png');
}
.icon-box-single-hor  .icon-box-img-2{
  background-image:url('../images/pages/network-dispatch-technology.png');
}
.icon-box-single-hor  .icon-box-img-3{
  background-image:url('../images/pages/network-call-support.png');
}
.icon-box-single-hor  .icon-box-img-4{
  background-image:url('../images/pages/network-nationwide-network.png');
}

/*-------------- icon-box-3 --------------*/
.explore-more-services .overlay{
  background: url('../images/home/pattern4.webp') repeat;
}
.explore-more-services .container {
  padding: 5rem 0;
}
/* Services List */
.services-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.service-item {
  background: #fff;
  padding: 20px;
  border-left: 4px solid var(--primary-color);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(90deg, transparent, rgba(5, 129, 5, 0.1), transparent); */
  transition: left 0.6s ease;
}

.service-item:hover::before {
  left: 100%;
}

.service-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-left-color: var(--accent-color);
}

.service-link {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px;
}

.service-link:hover {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.service-icon {
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1.6em;
}

.service-item:hover .service-icon {
  background: var(--accent-color);
  transform: scale(1.1);
}

.service-item:hover .service-icon::before {
  color: var(--text-dark);
  transform: translateX(2px);
}

.service-content {
  flex: 1;
}

.service-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0;
  transition: color 0.3s ease;
}

.service-item:hover .service-name {
  color: var(--primary-color);
}

/*------------------- Google Map ---------------------*/
.map-canvas {
  width : 100%;
  height: 100%;
}

.google-map-one {
  height: 300px;
}

/*---------------------- Theme Inner Banner -----------------*/
.theme-inner-banner {
  background           : url(../images/home/inner-banner.webp) no-repeat center center;
  background-attachment: fixed;
  background-size      : cover;
  background-color     : var(--primary-hover);
}

.theme-inner-banner-lock {
  background           : url(../images/pages/back-inner-img.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size      : cover;
  background-color     : var(--primary-hover);
}

.inner-banner-lock {
  background           : url(../images/pages/network-header.webp) no-repeat center center;
  background-attachment: fixed;
  background-size      : cover;
  background-color     : #0087ca;
}

.theme-inner-banner .overlay {
  background: rgba(239, 211, 0, 0.2);
  text-align: center;
  padding   : 110px 0 70px 0;
}

.inner-banner-lock .overlay {
  background: rgba(229, 229, 229, 0.7);
}

.theme-inner-banner .overlay h2 {
  font-size     : 45px;
  color         : #111;
  text-transform: uppercase;
}

.theme-inner-banner p {
  color      : #1c1c1c;
  font-weight: 600;
  font-size  : 1.2em;
}

.theme-inner-banner hr {
  margin-top   : 0.25em;
  margin-bottom: 0.5em;
  border-top   : 2px solid rgba(0, 0, 0, .5);
  width        : 90%;
}

/*------------------- Why WE Best -------------------*/
.why-we-best {
  background           : url(../images/home/paypercall-tech.webp) no-repeat center center;
  background-size      : cover;
  background-attachment: fixed;
  background-color     : var(--accent-color);
  height               : 570px;
  margin-bottom        : 270px;
}

.why-we-best .overlay {
  background: #febc49d1;
  padding   : 95px 0 0 0;
  height    : 570px;
}

.why-we-best .theme-title-one h2 {
  color: var(--text-dark)
}

.why-we-best .theme-title-one h2:before {
  background: var(--primary-color);
}

.why-we-best .theme-title-one p {
  color: var(--text-dark);
}

.why-we-best .wrapper {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  margin    : 55px 0 0 0;
}

.why-we-best .wrapper .img-box {
  background     : url(../images/home/16.jpg) no-repeat center center;
  background-size: cover;
  border-radius  : 0 5px 5px 0;
  position       : relative;
  height         : 500px;
}

.why-we-best .wrapper .best-list-item {
  background   : #fff;
  padding      : 65px 20px 65px 50px;
  border-radius: 5px 0 0 5px;
}

.why-we-best .wrapper .best-list-item li {
  position     : relative;
  margin-bottom: 50px;
  padding      : 0 0 0 90px;
}

.why-we-best .wrapper .best-list-item li:last-child {
  margin-bottom: 0;
}

.why-we-best .wrapper .best-list-item li h5 {
  margin-bottom: 10px;
}

.why-we-best .wrapper .best-list-item li .icon {
  position : absolute;
  top      : -10px;
  left     : 0;
  font-size: 60px;
}

/*---------------- Core Values ----------------*/
.core-values {
  background: #f8faff;
  padding   : 95px 0 115px 0;
}

.core-values .wrapper {
  margin-top: 20px;
}

.core-values .single-value-block {
  margin-top: 40px;
}

.core-values .single-value-block .image-box {
  position     : relative;
  border-radius: 5px 5px 0 0;
  overflow     : hidden;
}

.core-values .single-value-block .image-box img {
  width     : 100%;
  object-fit: cover;
}

.core-values .single-value-block .image-box .overlay {
  position         : absolute;
  width            : 100%;
  height           : 100%;
  left             : 0;
  top              : 0;
  text-align       : center;
  border-radius    : 5px 5px 0 0;
  background       : rgba(0, 26, 87, 0.5);
  opacity          : 0;
  -webkit-transform: scale(1, 0);
  transform        : scale(1, 0);
}

.core-values .single-value-block:hover .image-box .overlay {
  opacity          : 1;
  -webkit-transform: scale(1);
  transform        : scale(1);
}

.core-values .single-value-block .image-box .overlay a {
  background       : #fff;
  padding          : 0 23px;
  line-height      : 40px;
  position         : relative;
  top              : 50%;
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
}

.core-values .single-value-block .image-box .overlay a:hover {
  color: #fff;
}

.core-values .single-value-block .text {
  background   : #fff;
  border       : 1px solid #e5ecff;
  border-top   : none;
  border-radius: 0 0 5px 5px;
  padding      : 25px 20px 25px 30px;
}

.core-values .single-value-block .text h5 {
  margin-bottom: 10px;
}

.core-values .wrapper .core-value-slider {
  display: flex;
}

/*--------------------- Theme Sidebar One ----------------------*/
.theme-sidebar-one .sidebar-box {
  margin-bottom: 50px;
}

.theme-sidebar-one .title {
  font-weight  : normal;
  margin-bottom: 25px;
}

.theme-sidebar-one .service-categories ul li a {
  display      : block;
  font-weight  : 600;
  font-size    : 18px;
  color        : #232323;
  line-height  : 45px;
  border       : 1px solid #e1e1e1;
  border-radius: 10px;
  margin-bottom: 5px;
  padding-left : 20px;
}

.theme-sidebar-one .service-categories ul li a:hover,
.theme-sidebar-one .service-categories ul li.active a {
  background  : #f5f8ff;
  border-color: #bccaea;
}

.theme-sidebar-one .service-categories ul li:last-child a {
  margin: 0;
}

.theme-sidebar-one .sidebar-brochures ul {
  padding      : 0 25px;
  border-radius: 5px;
}

.theme-sidebar-one .sidebar-brochures ul li a {
  display      : block;
  line-height  : 55px;
  color        : #fff;
  font-size    : 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position     : relative;
  padding-left : 30px;
}

.theme-sidebar-one .sidebar-brochures ul li:last-child a {
  border-bottom: 0;
}

.theme-sidebar-one .sidebar-brochures ul li a i {
  position   : absolute;
  top        : 0;
  left       : 0;
  line-height: 55px;
}

.theme-sidebar-one .sidebar-contact input,
.theme-sidebar-one .sidebar-contact textarea {
  width        : 100%;
  max-width    : 100%;
  background   : #fff;
  border       : none;
  border-bottom: 1px solid #dfdfdf;
  font-size    : 16px;
}

.theme-sidebar-one .sidebar-contact input {
  padding-bottom: 12px;
  margin-bottom : 12px;
}

.theme-sidebar-one .sidebar-contact textarea {
  height       : 80px;
  resize       : none;
  margin-bottom: 20px;
}

/*--------------------- Service Details ----------------------*/
.service-details .service-content .cover-img {
  border-radius: 5px;
  margin-bottom: 25px;
}

.service-details .service-content .main-title {
  font-size    : 30px;
  margin-bottom: 15px;
}

.service-details .service-content p {
  padding-bottom: 25px;
}

.service-details .service-content .sub-heading {
  font-weight  : normal;
  margin-bottom: 15px;
}

.service-details .service-content .presentation-section {
  padding: 30px 0 55px 0;
}

.service-details .service-content .presentation-section .best-list-item li {
  position: relative;
  margin  : 12px 0 0 0;
  padding : 0 0 4px 4.75em;
}

.service-details .service-content .presentation-section .check-list-item li {
  position: relative;
  margin  : 12px 0 0 0;
  padding : 0 0 4px 2.75em;
}

.service-details .service-content .presentation-section .best-list-item li ul li,
.service-details .service-content .presentation-section .check-list-item li ul li {
  padding-left: 1.5em;
}

.service-content .presentation-section .best-list-item li:last-child {
  margin-bottom: 0;
}

.presentation-section .best-list-item li h3 {
  margin-bottom: 10px;
  color        : var(--text-dark);
  font-size    : 1.25em;
}

/* .presentation-section .best-list-item li .icon {
  position : absolute;
  top      : -10px;
  left     : 0;
  font-size: 60px;
} */

.presentation-section .check-list-item li {
  position: relative;
  margin  : 12px 0 0 0;
  padding : 0 0 4px 45px;
}

.presentation-section .check-list-item li .icon,
.presentation-section .best-list-item li .icon {
  color    : var(--primary-color);
  font-size: 4em;
  position : absolute;
  top      : 0;
  left     : 0;
}

.presentation-section .check-list-item li .icon {
  color    : var(--primary-dark);
  font-size: 1.5em;
}

.service-details .service-content .presentation-section .chart {
  margin: 0 auto;
}

.service-details .service-content .accordion-one .panel-group .panel-body p {
  padding: 0;
}

.service-details .service-content .market-growth {
  padding-top: 65px;
}

.service-details .service-content .market-growth .wrapper {
  padding-top: 20px;
}

.service-details .service-content .market-growth img {
  width        : 100%;
  border-radius: 5px;
}

.service-details .service-list ul {
  padding-left: 18px;
  margin      : 1em auto;
}

.service-details .service-list ul li {
  line-height : 34px;
  font-style  : italic;
  padding-left: 18px;
  position    : relative;
}

.service-details .service-list ul li:before {
  content    : "\f11b";
  font-family: 'flaticon_aipm';
  font-size  : 12px;
  color      : #232323;
  line-height: 34px;
  position   : absolute;
  left       : 0;
  top        : 0;
  font-style : normal;
  font-weight: 700;
}

/*---------------- Project Details ---------------*/
.project-details .main-title {
  font-size    : 30px;
  margin-bottom: 15px;
}

.project-details .project-details-sidebar p {
  padding-bottom: 15px;
}

.project-details .project-details-sidebar .project-history {
  margin     : 0 -5px;
  padding-top: 15px;
}

.project-details .project-details-sidebar .project-history li {
  float        : left;
  width        : 50%;
  padding      : 0 5px;
  margin-bottom: 25px;
}

.project-details .project-details-sidebar .social-icon li {
  display: inline-block;
}

.project-details .project-details-sidebar .social-icon li a {
  color       : #555555;
  font-size   : 15px;
  margin-right: 15px;
}

.project-details .project-details-sidebar .charts {
  padding-top: 60px;
}

.project-details .image-col img {
  border-radius: 5px;
  margin-bottom: 25px;
}

.project-details .image-col img:last-child {
  margin-bottom: 0;
}

.project-details #chartContainer {
  width     : 100%;
  height    : 300px;
  margin-top: 20px;
}

/*---------------------- Blog Sidebar ---------------------*/
.blog-sidebar .sidebar-container {
  margin-bottom: 45px;
}

.blog-sidebar .sidebar-search form {
  height  : 52px;
  position: relative;
}

.blog-sidebar .sidebar-search form input {
  width        : 100%;
  height       : 100%;
  border       : none;
  border-bottom: 1px solid #dfdfdf;
  font-size    : 16px;
  padding-right: 28px;
}

.blog-sidebar .sidebar-search form button {
  position  : absolute;
  top       : 0;
  right     : 0;
  bottom    : 0;
  width     : 25px;
  font-size : 14px;
  text-align: right;
  color     : #555555;
  background: transparent;
}

.blog-sidebar .title {
  font-weight   : normal;
  margin-bottom : 12px;
  text-transform: capitalize;
}

.blog-sidebar .sidebar-categories ul li a {
  color       : #555555;
  font-family : 'Figtree', sans-serif;
  line-height : 35px;
  position    : relative;
  padding-left: 25px;
}

.blog-sidebar .sidebar-categories ul li a:before {
  content    : '\f103';
  font-family: 'flaticon_aipm';
  font-size  : 12px;
  position   : absolute;
  line-height: 35px;
  top        : 0;
  left       : 0;
}

.blog-sidebar .sidebar-recent-post li {
  padding      : 10px 0 13px 0;
  margin-bottom: 9px;
  border-bottom: 1px solid #e5e5e5;
}

.blog-sidebar .sidebar-recent-post li img {
  width        : 65px;
  height       : 60px;
  border-radius: 5px;
}

.blog-sidebar .sidebar-recent-post li .post {
  width       : calc(100% - 65px);
  padding-left: 20px;
}

.blog-sidebar .sidebar-recent-post li .post a {
  font-family: 'Figtree', sans-serif;
  color      : #232323;
  line-height: 24px;
  margin-top : -5px;
}

.blog-sidebar .sidebar-recent-post li .post .date {
  font-size : 15px;
  color     : #fff;
  font-style: italic;
  margin-top: 7px;
}

.blog-sidebar .sidebar-recent-post li:last-child {
  border        : none;
  margin        : 0;
  padding-bottom: 0;
}

.blog-sidebar .sidebar-archives ul li a {
  color       : #555555;
  font-family : 'Figtree', sans-serif;
  line-height : 32px;
  position    : relative;
  padding-left: 28px;
}

.blog-sidebar .sidebar-archives ul li a:before {
  content    : '\f103';
  font-family: 'flaticon_aipm';
  font-size  : 14px;
  position   : absolute;
  line-height: 32px;
  top        : 0;
  left       : 0;
}

.blog-sidebar .sidebar-tags ul {
  margin: 0 -2px;
}

.blog-sidebar .sidebar-tags ul li {
  float  : left;
  padding: 0 2px;
}

.blog-sidebar .sidebar-tags ul li a {
  color        : #555555;
  font-family  : 'Figtree', sans-serif;
  font-size    : 17px;
  line-height  : 28px;
  border       : 1px solid #e1e1e1;
  border-radius: 5px;
  margin-top   : 4px;
  padding      : 0 12px;
}

.blog-sidebar .sidebar-tags ul li.active a,
.blog-sidebar .sidebar-tags ul li a:hover {
  color: #fff;
}

/*------------------- Blog Details ---------------*/
.blog-details .single-blog .post-meta .title {
  font-size  : 26px;
  line-height: 30px;
  margin     : 25px 0 20px 0;
}

.blog-details .single-blog .post-meta p {
  padding-bottom: 25px;
  margin-bottom : 0;
}

.blog-details .single-blog .post-meta .mark-text img {
  width        : 100%;
  border-radius: 5px;
}

.blog-details .single-blog .post-meta .mark-text .inner-text {
  text-align : center;
  position   : relative;
  padding-top: 140px;
  margin     : 0 10px;
}

.blog-details .single-blog .post-meta .mark-text .inner-text p {
  font-style: italic;
}

.blog-details .single-blog .post-meta .mark-text .inner-text:before {
  content          : "\f10c";
  font-family      : Flaticon;
  position         : absolute;
  color            : #eeeeee;
  font-size        : 45px;
  top              : 55px;
  left             : 50%;
  -webkit-transform: translateX(-50%);
  transform        : translateX(-50%);
  font-display     : swap;
}

.blog-details .single-blog .post-meta .mark-text {
  padding: 18px 0 40px 0;
}

.blog-details .share-option {
  border-top: 1px solid #e5e5e5;
  margin-top: 18px;
}

.blog-details .share-option ul {
  padding-top: 12px;
}

.blog-details .share-option .tag-meta li,
.blog-details .share-option .social-icon li {
  display       : inline-block;
  vertical-align: middle;
  font-family   : 'Nunito Sans', sans-serif;
  font-weight   : 600;
  color         : #232323;
}

.blog-details .share-option .tag-meta li i,
.blog-details .share-option .social-icon li i {
  font-size   : 15px;
  margin-right: 2px;
}

.blog-details .share-option .tag-meta li a {
  font-family: 'Figtree', sans-serif;
  font-weight: normal;
  color      : #555555;
}

.blog-details .share-option .social-icon li a {
  font-size  : 15px;
  color      : #777777;
  margin-left: 12px;
}

.blog-details .share-option .social-icon li:nth-child(2) a {
  margin-left: 3px;
}

.our-blog .inner-box {
  margin-top: 70px;
}

.our-blog .inner-box .theme-title-one h2 {
  font-size    : 30px;
  text-align   : left;
  margin-bottom: 40px;
}

.our-blog .inner-box .theme-title-one h2:before {
  left  : 0;
  margin: 0;
}

.related-post-slider .item {
  margin: 0 15px;
}

.our-blog .comment-area .single-comment img {
  width        : 70px;
  height       : 70px;
  border-radius: 5px;
}

.our-blog .comment-area .single-comment .comment {
  width       : calc(100% - 70px);
  padding-left: 25px;
}

.our-blog .comment-area .single-comment .comment p {
  padding: 6px 0 8px 0;
}

.our-blog .comment-area .single-comment .comment a {
  font-size     : 14px;
  text-transform: uppercase;
  font-weight   : 700;
}

.our-blog .comment-area .single-comment {
  border-bottom : 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom : 28px;
}

.our-blog .comment-area .single-comment:last-child {
  margin : 0;
  padding: 0;
  border : none;
}

/*---------------- Contact Us ----------------*/
.google-map-two {
  height: 410px;
}

.contact-us-section .main-content {
  margin-top: 50px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.contact-us-section .img-box {
  background     : url(../images/home/contact.webp) no-repeat center 15%;
  background-size: cover;
  height         : 500px;
  border-radius  : 5px 0 0 5px;
}

.contact-us-section .form-wrapper {
  background   : #fff;
  border-radius: 0 5px 5px 0;
  height       : 500px;
  padding      : 75px 40px 60px 40px;
}

.theme-form-one input:focus,
.theme-form-one textarea:focus {
  border-bottom-color: var(--primary-dark);
}

/*======================= Form Validation ===================*/
.alert-wrapper {
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
  margin: 0.5rem;
}
.aleart .close {
  float: inline-end;
}

#success,
#error {
  position  : relative;
  width     : 500px;
  height    : 100px;
  top       : calc(50% - 50px);
  left      : calc(50% - 250px);
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}

#success .wrapper,
#error .wrapper {
  display: table;
  width  : 100%;
  height : 100%;
}

#success .wrapper p,
#error .wrapper p {
  display       : table-cell;
  vertical-align: middle;
  letter-spacing: 1px;
}

#success p {
  color: #26ace3;
}

#error p {
  color: #C9182B;
}

#error button,
#success button {
  color        : #fff;
  width        : 40px;
  height       : 40px;
  line-height  : 20px;
  background   : transparent;
  border-radius: 50%;
  position     : absolute;
  top          : -20px;
  right        : -20px;
  font-size    : 20px;
}

.form-validation label.error {
  display: none !important;
}

.form-validation input.error,
.form-validation textarea.error {
  border-bottom: 1px solid #f03838 !important;
}

/*------------------- Compnay Branch Address ----------------*/
.branch-address {
  background: #f2f3f6;
  padding   : 38px 0;
}

.address-slider .item {
  margin: 0 15px;
  cursor: move;
}

.branch-address .wrapper p {
  font-size   : 17px;
  line-height : 25px;
  position    : relative;
  padding-left: 35px;
  margin-top  : 10px;
}

.branch-address .wrapper p i {
  position : absolute;
  top      : 5px;
  left     : 0;
  font-size: 18px;
}

/*--------------------- Shop Page --------------------*/
.shop-page .shop-filter li:first-child {
  float      : left;
  line-height: 40px;
  font-size  : 17px;
}

.shop-page .shop-filter li:last-child {
  float      : right;
  line-height: 40px;
}

.shop-page .shop-filter li:last-child .form-control {
  border       : 1px solid #d7d7d7;
  border-radius: 5px;
  height       : 100%;
  outline      : none;
  box-shadow   : none;
}

.shop-page .shop-filter {
  margin-bottom: 60px;
}

.shop-page .single-product .image-box {
  border       : 1px solid #d7d7d7;
  border-radius: 5px;
  min-height   : 340px;
  position     : relative;
  overflow     : hidden;
}

.shop-page .single-product .image-box img {
  position         : absolute;
  top              : 50%;
  left             : 50%;
  border-radius    : 5px;
  -webkit-transform: translate(-50%, -50%);
  transform        : translate(-50%, -50%);
  transition       : all 0.5s ease-in-out;
  box-shadow       : 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
}

.shop-page .single-product:hover .image-box img {
  -webkit-transform: translate(-50%, -50%) scale3D(1.1, 1.1, 1);
  transform        : translate(-50%, -50%) scale3D(1.1, 1.1, 1);
}

.shop-page .single-product .product-name {
  text-align: center;
  margin-top: 20px;
  position  : relative;
}

.shop-page .single-product .product-name .price {
  font-weight: 600;
  font-size  : 22px;
}

.shop-page .single-product .product-name .price del {
  font-size  : 18px;
  color      : #afafaf;
  font-weight: normal;
}

.shop-page .single-product:hover .product-name .price {
  opacity: 0;
}

.shop-page .single-product .product-name .add-to-cart {
  position  : absolute;
  width     : 100%;
  bottom    : -10px;
  opacity   : 0;
  left      : 0;
  text-align: center;
}

.shop-page .single-product .product-name .add-to-cart a {
  font-weight   : 700;
  font-size     : 14px;
  text-transform: uppercase;
  line-height   : 33px;
}

.shop-page .single-product .product-name .add-to-cart a:hover {
  text-decoration: underline;
}

.shop-page .single-product .product-name .add-to-cart a i {
  font-weight: normal;
}

.shop-page .single-product:hover .product-name .add-to-cart {
  opacity: 1;
  bottom : 0;
}

.shop-page .single-product {
  margin-bottom: 40px;
}

/*------------------ Shop Details ------------------*/
.shop-details .product-details .product-tab {
  border       : 1px solid #d7d7d7;
  border-radius: 5px;
  min-height   : 380px;
}

.shop-details .product-details .product-tab .product-preview {
  width       : 70%;
  float       : left;
  border-right: 1px solid #d7d7d7;
  height      : 380px;
  position    : relative;
}

.shop-details .product-details .product-tab .product-preview img {
  position         : absolute;
  top              : 50%;
  left             : 50%;
  border-radius    : 5px;
  -webkit-transform: translate(-50%, -50%);
  transform        : translate(-50%, -50%);
  box-shadow       : 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
}

.shop-details .product-details .product-tab .product-thumbnail {
  float : left;
  width : 30%;
  height: 380px;
}

.shop-details .product-details .product-tab .product-thumbnail .nav-tabs {
  border           : none;
  position         : relative;
  top              : 50%;
  display          : block;
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
}

.shop-details .product-details .product-tab .product-thumbnail .nav-tabs li {
  margin    : 0;
  text-align: center;
}

.shop-details .product-details .product-tab .product-thumbnail .nav-tabs li a {
  padding   : 0;
  margin    : 15px 0;
  border    : none;
  background: transparent;
  display   : inline-block;
}

.shop-details .product-details .product-tab .product-thumbnail .nav-tabs li a img {
  border-radius: 5px;
  box-shadow   : 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
}

.shop-details .product-details .product-info {
  padding-left: 20px;
}

.shop-details .product-details .product-info .title {
  font-size: 26px;
}

.shop-details .product-details .product-info .price {
  font-size  : 28px;
  font-weight: 600;
  margin     : 5px 0 12px 0;
}

.shop-details .product-details .product-info .price del {
  font-size   : 20px;
  font-weight : normal;
  color       : #afafaf;
  margin-right: 5px;
}

.shop-details .product-details .product-info .order-box li {
  display       : inline-block;
  vertical-align: middle;
}

.shop-details .product-details .product-info .order-box li:nth-child(1) {
  font-family : 'Nunito Sans', sans-serif;
  color       : #232323;
  margin-right: 5px;
}

.shop-details .product-details .product-info .order-box li:nth-child(2) button,
.shop-details .product-details .product-info .order-box li:nth-child(2) input {
  background : transparent;
  display    : inline-block;
  line-height: 30px;
  border     : none;
  text-align : center;
}

.shop-details .product-details .product-info .order-box li:nth-child(2) {
  border       : 1px solid #d7d7d7;
  line-height  : 30px;
  padding      : 0 10px;
  border-radius: 5px;
}

.shop-details .product-details .product-info .order-box li:nth-child(2) button {
  font-size  : 20px;
  font-weight: 300;
}

.shop-details .product-details .product-info .order-box li:nth-child(2) input {
  width      : 40px;
  margin-left: 10px;
}

.shop-details .product-details .product-info .order-box {
  margin: 35px 0 30px 0;
}

.shop-details .product-review-tab {
  border       : 1px solid #d7d7d7;
  border-radius: 5px;
  margin       : 100px 0 75px 0;
  padding      : 22px 40px 20px 40px;
}

.shop-details .product-review-tab .nav-tabs .nav-link {
  border       : none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  font-weight  : 600;
  font-size    : 20px;
  color        : #232323;
  padding      : 0 0 15px 0;
  margin-right : 35px;
}

.shop-details .product-review-tab .nav-tabs .nav-item.show .nav-link,
.shop-details .product-review-tab .nav-tabs .nav-link.active {
  border-bottom-color: var(--primary-dark);
  background         : transparent;
}

.shop-details .product-review-tab .tab-content {
  padding-top: 28px;
}

.shop-details .product-review-tab .tab-content p {
  padding-bottom: 13px;
}

.shop-details .product-review-tab img {
  width: 70px;
}

.shop-details .product-review-tab .comment {
  width       : calc(100% - 70px);
  padding-left: 20px;
}

.shop-details .product-review-tab .comment ul li {
  display  : inline-block;
  font-size: 15px;
  color    : #ecc230;
}

.shop-details .product-review-tab .single-review {
  margin-bottom: 20px;
}

.shop-details .product-review-tab .single-review:last-child {
  margin: 0;
}

.shop-details .related-product .theme-title-one {
  text-align   : left;
  margin-bottom: 50px;
}

.shop-details .related-product .theme-title-one h2 {
  font-size: 30px;
}

.shop-details .related-product .theme-title-one h2:before {
  left  : 0;
  margin: 0;
}

.shop-details .related-product {
  margin-bottom: 70px;
}

/*---------------------- Faq Page ------------------*/
.faq-page .faq-panel {
  margin-top: 90px;
}

.faq-page .faq-panel .panel-group {
  border       : 1px solid #efefef;
  border-bottom: none;
}

.faq-page .faq-panel .panel {
  margin: 0;
}

.faq-page .panel-group .panel-heading h6 a {
  color   : #1c2125;
  padding : 24px 63px 24px 30px;
  display : block;
  position: relative;
}

.faq-page .panel-group .panel-heading h6 a:before {
  content    : '+';
  width      : 60px;
  height     : 100%;
  position   : absolute;
  top        : 0;
  right      : 0;
  background : #f8f8f8;
  border-left: 1px solid #efefef;
  text-align : center;
  line-height: 65px;
  font-size  : 18px;
}

.faq-page .panel-group .panel-heading.active-panel h6 a:before {
  content    : '\f101';
  font-family: 'flaticon';
  font-size  : 14px;
}

.faq-page .panel-group .panel-heading {
  border-bottom: 1px solid #efefef;
}

.faq-page .panel-group .panel-body {
  padding      : 35px 50px 50px 30px;
  border-bottom: 1px solid #efefef;
}

.faq-page .panel-group .panel-body ol {
  margin : 15px 0;
  padding: 0 0 0 20px;
}

.faq-page .panel-group .panel-body ol li {
  line-height: 28px;
}

/*----------------------------- Error Page --------------------------*/
.error-page {
  text-align   : center;
  margin-bottom: 175px;
}

.error-page h2 {
  font-size     : 140px;
  font-weight   : 700;
  letter-spacing: 14px;
}

.error-page h3 {
  font-weight: normal;
  color      : #413f3f;
  font-size  : 42px;
  margin     : 18px 0 32px 0;
}

.error-page p {
  font-size    : 20px;
  color        : rgba(0, 0, 0, 0.6);
  margin-bottom: 56px;
}

.error-page a {
  line-height: 55px;
}

.error-page span.or {
  font-size: 18px;
  color    : #2f2f2f;
  margin   : 0 16px;
}

.error-page input {
  height : 55px;
  width  : 380px;
  padding: 0 20px;
  border : 1px solid #f0f0f0;
}

.p-0 {
  padding: 0;
}

.clearfix {
  clear: both;
}

/***
* Pricing Table
***/
.heading-title {
  margin-bottom: 50px;
}

.pricingTable {
  border        : 2px solid #e3e3e3;
  text-align    : center;
  position      : relative;
  padding-bottom: 40px;
  transform     : translateZ(0px);
}

.pricingTable:before,
.pricingTable:after {
  content   : "";
  position  : absolute;
  top       : -2px;
  left      : -2px;
  bottom    : -2px;
  right     : -2px;
  z-index   : -1;
  transition: all 0.5s ease 0s;
}

.pricingTable:before {
  border-right    : 2px solid #03ae3f;
  border-left     : 2px solid #03ae3f;
  transform       : scaleY(0);
  transform-origin: 100% 0 0;
}

.pricingTable:after {
  border-bottom   : 2px solid #03ae3f;
  border-top      : 2px solid #03ae3f;
  transform       : scaleX(0);
  transform-origin: 0 100% 0;
}

.pricingTable:hover:before {
  transform: scaleY(1);
}

.pricingTable:hover:after {
  transform: scaleX(1);
}

.pricingTable .pricingTable-header {
  background: #03ae3f;
  color     : #fff;
  margin    : -2px -2px 35px;
  padding   : 40px 0;
}

.pricingTable .heading {
  font-size  : 30px;
  font-weight: 600;
  margin     : 0 0 5px 0;
}

.pricingTable .subtitle {
  font-size: 14px;
  display  : block;
}

.pricingTable .price-value {
  font-size  : 2.7em;
  font-weight: 600;
  margin-top : 10px;
  position   : relative;
  display    : inline-block;
}

.pricingTable .currency {
  font-size  : 45px;
  font-weight: normal;
  position   : absolute;
  top        : 2px;
  left       : -30px;
}

.pricingTable .month {
  font-size: 20px;
  position : absolute;
  bottom   : 17px;
  right    : -50px;
}

.pricingTable .pricing-content {
  list-style   : none;
  padding      : 0 1em;
  margin-bottom: 30px;
  text-align   : left;
}

.pricingTable .pricing-content li {
  font-size  : 0.9em;
  color      : var(--text-dark);
  line-height: 40px;
}

.pricingTable .pricing-content li.disable {
  color: #cfcfcf;
}

.pricingTable .pricing-content li span {
  display     : block;
  padding-left: 1.25em;
  margin-top  : -0.75em;
}

.pricingTable .read {
  display       : inline-block;
  border        : 2px solid #7a7e82;
  border-right  : none;
  font-size     : 14px;
  font-weight   : 700;
  color         : #7a7e82;
  padding       : 9px 30px;
  position      : relative;
  text-transform: uppercase;
  transition    : all 0.3s ease 0s;
  margin-left   : -10px;
}

.pricingTable .read:hover {
  border-color: var(--accent-color);
  color       : var(--accent-color);
}

.pricingTable .read i {
  font-size : 19px;
  margin-top: -10px;
  position  : absolute;
  top       : 50%;
  right     : 15px;
  transition: all 0.3s ease 0s;
}

.pricingTable .read:hover i {
  right: 5px;
}

.pricingTable .read:before,
.pricingTable .read:after {
  content    : "";
  display    : block;
  height     : 30px;
  border-left: 2px solid #7a7e82;
  position   : absolute;
  right      : -11px;
  transition : all 0.3s ease 0s;
}

.pricingTable .read:before {
  bottom   : -6px;
  transform: rotate(45deg);
}

.pricingTable .read:after {
  top      : -6px;
  transform: rotate(-45deg);
}

.pricingTable .read:hover:before,
.pricingTable .read:hover:after {
  border-left-color: var(--accent-color);
}

@media screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 25px;
  }

  .pricingTable .pricing-content {
    padding: 0 2em;
  }
}

@media screen and (max-width: 767px) {
  .pricingTable .pricing-content li {
    font-size: 1.1em;
  }

}


/*----------
		Blocks
		----------*/
/*Pricing table and price blocks*/
.pricing_table {
  /* line-height: 150%;  */
  /* font-size: 12px;  */
  margin  : 0 auto;
  /* width: 75%;  */

  padding-top  : 10px;
  /* margin-top: 2em; */
}

.header .price {
  background: #fff;

}

.header .features li {
  border-bottom: none;
}

.price_block {
  text-align     : center !important;
  width          : 100%;
  color          : #fff;
  float          : left;
  list-style-type: none;
  transition     : all 0.25s;
  position       : relative;
  box-sizing     : border-box;

  margin-bottom: 10px;
  border-bottom: 1px solid transparent;
  line-height  : 2em;
}

.price_block.header {
  text-align : right !important;
  font-weight: 600;
  line-height: 1.2em;
}

.price_block img {
  margin: 0 auto;
  height: auto;
}

/*Price heads*/
.pricing_table h3 {
  text-transform: uppercase;
  padding       : 5px 0;
  background    : var(--primary-hover);
  margin        : -10px 0 1px 0;
}

/*Price tags*/
.price {
  display   : table;
  background: var(--primary-hover);
  width     : 100%;
  height    : 70px;
}

.price_figure {
  font-size     : 1.5em;
  text-transform: uppercase;
  vertical-align: middle;
  display       : table-cell;
  text-align    : center;
}

.price_number {
  font-weight: bold;
  display    : block;
}

.price_tenure {
  font-size: 1em;
}

/*Features*/
.features {
  background: #fff;
  color     : var(--text-dark);
}

.features li {
  padding        : 8px 15px;
  border-bottom  : 1px solid #ccc;
  font-size      : 1em;
  list-style-type: none;
  height         : 3rem;
  display        : flex;
  align-items    : center;
  justify-content: center;
  text-align     : center;
}

.features i.fa-check {
  color: var(--primary-color);
}

.features i.fa-times {
  color: var(--primary-dark);
}

.footer {
  padding   : 15px;
  background: #DEF0F4;
}

.action_button {
  text-decoration: none;
  color          : #fff;
  font-weight    : bold;
  border-radius  : 5px;
  background     : linear-gradient(#666, #333);
  padding        : 5px 20px;
  font-size      : 11px;
  text-transform : uppercase;
}

.price_block:not(.header):hover {
  /* box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.5);  */
  transform    : scale(1.04) translateY(-5px);
  z-index      : 1;
  border-bottom: 0 none;
}

.price_block:not(.header):hover .price {
  background: linear-gradient(var(--primary-hover), var(--primary-color));
  box-shadow: inset 0 0 45px 1px var(--primary-color);
}

.price_block:not(.header):hover h3 {
  background: transparent;
}

.price_block:not(.header):hover .action_button {
  background: linear-gradient(#F9B84A, #DB7224);
}

@media only screen and (max-width : 479px) {
  .price_block {
    width: 16%;
  }

  .price_block.header {
    width      : 35%;
    font-size  : 0.7em;
    line-height: 1.2em;
  }

  .price_block.header li {
    height: 3rem
  }

  .price_block img {
    max-width: 50px;
  }

}

@media only screen and (min-width : 480px) and (max-width : 768px) {
  .price_block {
    width: 15%;
  }

  /* .price_block:nth-child(odd) {border-right: 1px solid transparent;}
			.price_block:nth-child(3) {clear: both;}
			
			.price_block:nth-child(odd):hover {border: 0 none;} */
  .price_block.header {
    width    : 40%;
    font-size: 0.75em
  }
}

@media only screen and (min-width : 768px) {
  .price_block {
    width: 17.5%;
  }

  .price_block.header {
    width: 30%;
  }

  .price_block {
    border-right : 1px solid transparent;
    border-bottom: 0 none;
  }

  .price_block:last-child {
    border-right: 0 none;
  }

  .price_block:hover {
    border: 0 none;
  }
}

@media only screen and (min-width : 992px) {
  .pricing_table {
    margin-top: 300px;
    max-width : 850px;
  }

}

@media only screen and (min-width : 1200px) {
  .pricing_table {
    margin-top: 150px;
  }

}

h1.title-index {
  font-size  : 1.75em !important;
  line-height: 1.5em;
  color      : gold;
}

/* Show static image on mobile, hide slider */
/* #slider-static { display: block; position:relative; }
#slider-dynamic { display: none; } */

/* On desktop, show slider, hide static image */
/* @media (min-width: 769px) {
  #slider-static { display: none; }
  #slider-dynamic { display: block; }
}

#slider-static img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  display: block;
} */

.glider-slide { position:relative; }

.glider-slide picture img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  display: block;
}

.slide-text {
  padding: 17% 2em !important;
  position: absolute;
  top: 10%;
  left: 10%;
  /* transform: translate(0%, -30%); */
  transition: all 2.5s ease-out;
}
.slide-text .theme-button-one {
  line-height: 1.1em;
  font-size: 1.1em;
}
.glider-dots { 
  margin-bottom:-1.55em; 
  z-index: 2;
  position:relative; 
}
.dots .glider-dot {
  width: 100px;
  height: 5px;
  margin: 10px 3px;
}


.header-two #mega-menu-holder ul.dropdown li.active>a {
  color: #fff;
}

.header-two #mega-menu-holder.collapsed ul.dropdown li.active>a {
  color: var(--primary-dark);
}

.header-two .navbar {
  display: flex  ;
  width: 100vw;
  justify-content: space-between;
}

.header-two .navbar-light .navbar-nav .nav-link {
  font-family: 'Figtree';
  font-size: 0.9em;
  font-weight: 700;
  color: var(--text-dark);
}

.header-two .navbar-light .navbar-nav .nav-link:hover,
.header-two .navbar-light .navbar-nav .active>.nav-link {
  color: var(--primary-dark)!important;
}
.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary-dark);
}
/* Pure CSS hover dropdowns */
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block !important;
  margin-top: -1px;
}

/* Ensure dropdowns stay open on hover */
.dropdown-menu:hover {
  display: block !important;
}

/** 404 page **/
.error-code {
  font-size: 8rem;
  font-weight: 900;
  color: var(--primary-color);
  margin-bottom: 20px;
  text-shadow: 0 4px 8px rgba(5, 129, 5, 0.3);
  animation: pulse 2s ease-in-out infinite;
  font-family: 'Nunito Sans', sans-serif;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.error-title {
  font-size: 2.5rem;
  color: var(--text-dark);
  margin-bottom: 20px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
}

.error-message {
  font-size: 1.2rem;
  color: #393939;
  margin-bottom: 30px;
  line-height: 1.6;
  font-family: 'Figtree', sans-serif;
}

.company-name {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
}

.actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.theme-button-one {
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  padding: 0 35px;
  background: var(--primary-dark);
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-family: 'Nunito Sans', sans-serif;
  border: none;
  cursor: pointer;
}

.theme-button-one:hover {
  background: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(5, 129, 5, 0.3);
  color: #fff;
  text-decoration: none;
}

.theme-button-one.secondary {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.theme-button-one.secondary:hover {
  background: var(--primary-color);
  color: #fff;
}

.suggestions {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e8e8e8;
}

.suggestions h3 {
  color: var(--text-dark);
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}

.suggestion-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.suggestion-link {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 8px 15px;
  border-radius: 5px;
  font-family: 'Figtree', sans-serif;
  border: 1px solid transparent;
}

.suggestion-link:hover {
  background: var(--color-hover);
  color: var(--primary-dark);
  transform: translateY(-1px);
  border-color: var(--primary-light);
  text-decoration: none;
}

.decorative-element {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(45deg, rgba(5, 129, 5, 0.1), rgba(255, 209, 0, 0.1));
  animation: float 6s ease-in-out infinite;
}

.decorative-element:nth-child(1) {
  top: -60px;
  right: -60px;
  animation-delay: 0s;
}

.decorative-element:nth-child(2) {
  bottom: -60px;
  left: -60px;
  animation-delay: 3s;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(180deg); }
}

@media (max-width: 768px) {
  .container {
      padding: 40px 20px;
      margin: 20px;
  }
  
  .error-code {
      font-size: 5rem;
  }
  
  .error-title {
      font-size: 2rem;
  }
  
  .actions {
      flex-direction: column;
      align-items: center;
  }
  
  /* .theme-button-one {
      width: 100%;
      max-width: 250px;
      text-align: center;
  } */
  
  .suggestion-links {
      flex-direction: column;
      gap: 15px;
      align-items: center;
  }

  .suggestion-link {
      width: 100%;
      max-width: 200px;
      text-align: center;
  }
}

@media (max-width: 480px) {
  .error-code {
      font-size: 4rem;
  }
  
  .error-title {
      font-size: 1.5rem;
  }

  .error-message {
      font-size: 1rem;
  }

  .company-name {
      font-size: 1rem;
  }
}

