@charset "UTF-8";
/*
Theme Name: Speedy Electric
Theme URI: 
Author: Speedy Electric
Author URI: 
Description: A theme for WordPress 6.8.1
Requires at least: WordPress 6.0.0
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp5default
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

/*###################################
# General Styles
###################################*/
html {font-size: 16px; /* 1em */ overflow: auto; line-height: 1.15; -webkit-text-size-adjust: 100%;}
body {font-family: "Outfit", sans-serif; margin: 0 auto; width: 100%; min-width: 320px;background: #ffffff; }
a, a:visited {color: inherit; text-decoration: none; transition: all .5s ease; -webkit-transition: all .5s ease; text-decoration: none !important;}
a:hover {color: #FFBF00;}
a:focus {outline: none !important;}
img {transition: all ease 0.5s;display: block;}
p {margin-bottom: 20px; font-family: "Open Sans", sans-serif;font-size: 18px;color: #111111; line-height: 1.4; font-weight: 400;}
li {font-size: 16px; color: #fff; line-height: 1.2;}
h1, h2, h3, h4, h5 {line-height: 1.1; margin-bottom: 20px; font-weight: 900;}
h1, h2, h3, h4, h5, .h1, .h2, .h3, p, li  {margin-top: 0;}
h1, h2 { font-size: 60px; }
h3 { font-size: 25px; }
h4 { font-size: 23px; }
h5 { font-size: 16px; }

/*###################################
## Layouts
###################################*/
.site {margin: 0 auto;}
.full {width: 100%;}
.main {max-width: 100%;}
.entry-content {margin: 0;}
.hentry, .so-panel, .panel-grid {margin-bottom: 0!important;}
.has-1-columns .wp-block-column {flex-basis: 100%;}
.wp-block-column, .blocks-gallery-item {margin: 0 !important;}
.wp-block-gallery.is-cropped .blocks-gallery-item img {height: auto; width: auto; object-fit: contain;}
.screen-reader-text {border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important;}
/* .container, .container-fluid {max-width: 1360px; margin: 0 auto; padding-left: 15px; padding-right: 15px;} */
.row {width: 100%; max-width: 1630px; margin: 0 auto;padding: 0 15px;}
.clearfix {clear: both;}
.dwn { display: block; }

/*###################################
## Forms
###################################*/
.wpcf7-form {margin: 0 auto; text-align: center; }
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea {font-family:Arial; font-size: 16px; color:#000; height:45px; display: block; width: 100%; border:1px solid #ddd; border-radius: 3px; padding: 5px 10px; box-sizing: border-box; margin: 0 auto; }
.wpcf7-form textarea {height: 120px; padding-top:10px; }
.wpcf7-form button {display: inline-block; margin: 20px auto 0; border-radius: 0; }
.wpcf7-form span.ctc-hide,
.wpcf7-form br { display: none; }
.wpcf7-form p { display: inline !important; }
.wpcf7-form .g-recaptcha > div { margin: 0 auto; }
.wpcf7-form .consents label { display: block; }
.wpcf7-list-item { margin: 0; }

/*###################################
## Buttons
###################################*/
.btn { font-family: "Outfit", sans-serif; font-size: 16px; font-weight: 900; color: #111111!important; background: #FFBF00; outline: 2px solid #FFBF00 !important; padding: 32px 5px; width: 250px; text-align: center; line-height: 0; display: inline-block; position: relative; z-index: 10; line-height: 1; text-transform: uppercase; }
.btn:before {width: 0; height: 100%; background: #000046; left: 0; top: 50%; transform: translateY(-50%); position: absolute; content: ""; transition: all ease 0.2s; z-index: -1;}
.btn:hover:before {width: 100%; right: 0;}
.btn:hover {color: #fff!important;}

/*###################################
## Menus
###################################*/
/*Main Menu*/
.main-navigation {clear: both; display: block; width: 100%;max-width: 680px;}
.main-navigation a {color: #fff; display: inline-block; text-decoration: none; font-weight: 900; font-size: 15px; text-transform: uppercase;}
.main-navigation ul {list-style: none; margin: 0; padding-left: 0;display: flex; justify-content: space-between; align-items: center; gap: 15px;}
.main-navigation li {float: none; display: inline-block; position: relative; padding-bottom: 10px;}
.main-navigation li a::before { content: ""; position: absolute; bottom: 0; right: 0; left: 0; height: 3px; width: 0; transition: all ease-in 0.2s; background: #FFBF00; }
.main-navigation li.menu-item-has-children a:after {font-family: "FontAwesome"; content: "\f107"; margin-left: 10px;color: #FFBF00;}
.main-navigation li.menu-item-has-children:hover a:after {content: "\f106";}
.main-navigation .current-menu-item > a::before, .main-navigation .current-menu-ancestor > a::before, .main-navigation li:not(.menu-item-has-children) a:hover::before { width: 100%; }

/* Sub Menu */
.main-navigation li.menu-item-has-children .sub-menu a:after {display: none;}
.main-navigation ul li.menu-item-has-children:hover ul {top: 100%; opacity: 1;width: fit-content;}
.main-navigation ul ul {background: #006DD9; opacity: 0; text-align: left; top: 50%; display: block; transition: all ease 0.5s;}
.main-navigation ul ul li.menu-item-has-children:hover ul {top: 50%!important; opacity: 1!important; z-index: 1!important;}
.main-navigation ul ul ul { left: 100%; top: -100%!important; transition: all ease 0.5s; opacity: 0!important; z-index: -1!important;}
.main-navigation .sub-menu li {display: block; text-align: left; margin-right: 0; margin-left: 0;}
.main-navigation .sub-menu a {color: #ffffff; width: 300px; padding: 15px 10px!important;}
/* .main-navigation .sub-menu a:hover, .main-navigation .sub-menu .current-menu-item > a, .main-navigation .sub-menu .current-menu-ancestor > a {color: #000; background: rgba(255,255,255,0.7)!important;} */
.main-navigation .sub-menu a:hover, .main-navigation .sub-menu .current-menu-item > a, .main-navigation .sub-menu .current-menu-ancestor > a { color: #000046; background: #FFBF00 !important; }
.main-navigation ul li.menu-item-has-children .sub-menu li { padding: 0; }
.main-navigation ul li.menu-item-has-children .sub-menu li a::before { display: none; }

/*Footer Menu*/
.footer-navigation ul {margin: 0; padding: 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 15px;}
.footer-navigation li { float: none; display: block; margin-bottom: 0; line-height: 1; }
.footer-navigation li:last-of-type { margin-bottom: 0; }
.footer-navigation li a { color: #fff; font-family: "Outfit", sans-serif; font-size: 15px; font-weight: 900; text-transform: uppercase; }
.footer-navigation a:hover, .footer-navigation .current_page_item a, .footer-navigation .current-menu-item a {color: #FFBF00;}

/*Social Menu*/
.social-navigation ul {margin-bottom: 0;}
.social-navigation li {margin: 0 10px;}
.social-navigation li.sm-loc a:before {content: "\f041";}
.social-navigation li:first-of-type {margin-left: 0px;}
.social-navigation li:last-of-type {margin-right: 0px;}
.social-navigation a {font-size: 13px; color: #fff; display: inline-block; height: auto!important; width: auto!important;}
.social-navigation a:before {width: 30px!important; height: 30px!important; line-height: 30px!important; background: #eee; border-radius: 50%; transition: all ease 0.5s;}
.social-navigation a:hover:before {transform: rotate(360deg); border-radius: 0px; background: #ddd; box-shadow: 0 0 10px #333;}

/*###################################
## Header
###################################*/
.site-header { position: absolute; top: 0; right: 0; left: 0; z-index: 200; }
.header-inner, .header-menu { display: flex; justify-content: space-between; gap: 30px; }
.header-inner { align-items: center; }
.header-inner { padding: 15px 0; }
.header-menu { align-items: baseline; width: 100%; max-width: 1700px; }
.hdNav { width: 100%; max-width: 680px; }
.hdLogo { width: 100%; max-width: 330px; }
.hdLogo img { width: 100%; object-fit: cover; object-position: center; }
.hdInfo { margin-bottom: 0; width: 100%; max-width: 210px; gap: 10px; align-items: flex-start; }
.hdInfo a, .hdInfo span  { font-family: "Outfit", sans-serif; color: #fff; font-weight: 900; }
.hdInfo a:hover { color: #FFBF00; }
.hdInfo .icon { font-size: 11px; color: #FFBF00; }
.hdInfo span { display: block; font-size: 15px; font-weight: 400; padding-top: 10px; }
.hdInfo .wrapper { line-height: 1; padding-left: 15px; border-left: 2px solid rgba(255,255,255,0.2); }
.hdPhone { font-size: 23px; display: flex; justify-content: space-between; align-items: flex-start; }

/* .site-header .custom-logo {width: 100%; max-width: 320px;} */

/*###################################
## Banner
###################################*/
#banner {position: relative; z-index: 100;}
/* #banner::before, .sow-slider-base::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.4); z-index: 200; } */
.site-banner { width: 100%; }
.site-banner .sow-slider-base img { width: 100% !important; height: 100vh !important; object-fit: cover; object-position: bottom; }
.banner-text { position: absolute; bottom: 80px; left: 0; right: 0; z-index: 200; }
.banner-text-inner { width: 100%; position: relative; }
.banner-text-inner a.btn { position: absolute; bottom: 0; right: 0; }
.banner-text-inner h2 { width: 100%; max-width: 840px; }
.banner-text-inner h2, .banner-text-inner p, .banner-text-inner h1, .banner-text-inner h4 { color: #fff; }
.banner-text-inner p:last-of-type { margin-bottom: 40px; }
.banner-text-inner img { width: 100%; height: auto !important; max-width: 620px; margin: 0 auto 40px; object-fit: unset !important; object-position: unset !important; }
/* inner banne */
.inner .site-banner img { height: 600px !important; width: 100%; object-fit: cover; object-position: center; }

/*###################################
## Content
###################################*/
.site-content {}

/* text template */
.text-template h1, .text-template h2, .text-template h5 { color: #111111; }
.text-template h1, .text-template h2 { margin-bottom: 60px; }
.text-template h5 { margin-bottom: 20px; }
.text-template span { color: #FFBF00; } 
.text-template p:not(:has(> a)) { margin-bottom: 40px; }
.text-template p:has(> a.btn) { margin-bottom: 0; }

/* welcome */
#welcome { padding: 100px 0; }
.welcome-inner { gap: 30px; justify-content: space-between !important; align-items: flex-start !important; }
.welcome-inner .text-section { width: 100%; max-width: 650px; }
.welcome-inner .text-section h2 { width: 100%; max-width: 300px; }
.welcome-inner .text-section a.btn { width: 200px; }
.welcome-inner .text-template.bottom { margin-top: 60px; }
.welcome-inner .text-template.bottom h2 { margin-bottom: 0; }
.wc-contact-info { padding: 40px; }
.wc-contact-info h5 { font-size: 15px; color: #111111; }
.contact-info-inner { gap: 10px; }
.contact-info-inner > div { width: fit-content !important; }
.contact-info-inner a { font-weight: 900; color: #111111; word-break: break-all; }
.contact-info-inner a:hover { color: #FFBF00; }
.contact-info-inner .phone { font-size: 25px; }
.contact-info-inner .email { font-size: 20px; }
.contact-info-inner h5 { font-size: 11px; color: #006DD9; margin-bottom: 0; }
.welcome-inner .image-section { width: 100%; max-width: 785px; }
.welcome-inner .image-section .service-inner { flex-wrap: wrap !important; gap: 20px; }
.welcome-inner .image-section .service-inner > div { flex: 1 1 calc(50% - 20px) !important; display: flex; justify-content: space-between; align-items: center; flex-direction: column; gap: 20px; }
.welcome-inner .image-section .service-inner > div:nth-child(2) { padding-top: 30px; }
.welcome-inner .image-section .service-inner .image-wrapper { position: relative; z-index: 100; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); }
.welcome-inner .image-section .service-inner .image-wrapper img { mix-blend-mode: multiply; }
/* .welcome-inner .image-section .service-inner .image-wrapper::before { content: ""; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); mix-blend-mode: multiply; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 99; } */
.welcome-inner .image-section .service-inner .image-wrapper .widget-title { font-size: 25px; color: #fff; margin-bottom: 0; margin: 0 0 30px 30px; position: absolute; bottom: 0; left: 0; z-index: 100; }

/* about */
#about { position: relative; z-index: 100; padding: 650px 0 110px; }
#about::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(135deg, rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%); z-index: -1; mix-blend-mode: multiply; }
.about-inner { gap: 30px; }
.about-inner .section-title { width: 100%; max-width: 810px; border-right: 20px solid #FFBF00; padding: 80px 160px; position: absolute; left: 0; top: -80px; }
.about-inner .section-title h2, .about-inner .section-title p { color: #fff; }
.about-inner .section-title p { font-size: 20px; font-weight: 900; font-family: "Outfit", sans-serif; margin-bottom: 0; }
.about-inner .about-list { width: 100%; max-width: 530px; margin-left: auto; }
.about-inner .about-list .textwidget { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.about-inner .about-list .textwidget p { margin-bottom: 0; font-family: "Outfit", sans-serif; font-size: 20px; font-weight: 900; color: #fff; }
.about-inner .about-list .textwidget p:has(> img) { width: 100%; max-width: 80px; background: #006DD9; padding: 15px 2px; }
.about-inner .about-list .textwidget p:has(> img) img { margin: 0 auto; }

/* review */
#review { padding: 100px 0 90px; }
.review-list { gap: 75px; }
/* .review-list .list-col p { margin-bottom: 0; } */
.review-list .list-col:hover { background: #006DD9 !important; }
.review-list .list-col .quote-icon { width: 100%; max-width: 60px; margin: 0 auto; padding-bottom: 40px; transition: all ease-in 0.2s; }
.review-list .list-col:hover .quote-icon { filter: brightness(0) saturate(100%) invert(77%) sepia(38%) saturate(2271%) hue-rotate(355deg) brightness(100%) contrast(108%); }
.review-list a { color: #111111; font-family: "Open Sans", sans-serif; font-size: 20px; font-weight: 400; display: block; padding: 55px; text-align: center; }
.review-list a:hover, .review-list a:hover strong { color: #fff; }
.review-list a strong { display: block; font-family: "Outfit", sans-serif; font-size: 20px; font-weight: 900; color: #111111; margin-top: 30px; }

/* recent */
#recent { padding: 130px 0; position: relative; z-index: 100; }
#recent::before { content: ""; position: absolute; right: 0; top: 17%; background: url('https://staging8.dynaserverx.com/speedy-electric.com/wp-content/uploads/2025/05/welcome-dots.png') no-repeat center center; width: 100%; max-width: 470px; height: 100px; background-size: 100% 100%; z-index: -1; }
.recent-inner { align-items: flex-end !important; gap: 80px; }
.recent-inner .text-template { width: 100%; max-width: 250px; }
.recent-inner p:has(> a.btn) { margin-bottom: 0; margin-top: 30px; }
.recent-inner .image-wrapper img { width: 100%; object-fit: cover; object-position: center; }

/* estimate */
#estimate {}
.estimate-inner {  }
.estimate-inner .text-template { text-align: center; padding: 340px 30px 50px; background-repeat: no-repeat !important; position: relative; z-index: 100; margin-bottom: -200px; }
.estimate-inner .text-template::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); z-index: -1; mix-blend-mode: multiply; }
.estimate-inner .text-template h2, .estimate-inner .text-template h5 { color: #fff; }


/*###################################
## Footer
###################################*/
.site-footer { padding: 365px 0 0; background: #000046; }
.inner .site-footer { padding: 100px 0 0; }
.site-footer .title-section { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; padding-bottom: 60px; }
.site-footer .title-section .text-template h2, .site-footer .title-section .text-template h5 { color: #fff; }
.site-footer .title-section .text-template h2 { margin-bottom: 0; }
.ftSocials { width: 100%; max-width: 80px; }
.ftSocials a { background: #FFBF00; width: 100%; max-width: 80px; text-align: center; padding: 23px 2px; line-height: 1; display: block; outline: 2px solid #FFBF00; transition: all ease 0.2s; }
.ftSocials a:hover { background: #000046; }
.ftSocials a:hover .icon, .ftMenu ul li a:hover { color: #FFBF00; }
.ftSocials a .icon { color: #111111; font-size: 35px; }
.ftMenu { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; padding: 100px 0; border-top: 1px solid rgba(255,255,255,0.2); border-bottom: 1px solid rgba(255,255,255,0.2); }
.ftMenu h5 { margin-bottom: 30px; color: #006DD9; }
.ftMenu ul { list-style: none; padding: 0; margin: 0; }
.ftMenu ul li { margin-bottom: 20px; }
.ftMenu ul li a { font-family: "Open Sans", sans-serif; font-size: 20px; }
.ftMenu a, .ftMenu p { color: #fff; }
.ftMenu .icon { font-size: 20px; color: #006DD9; margin-right: 15px; }
.ftInfo { width: 100%; max-width: 260px; }
.ftInfo p { color: #fff; margin-bottom: 40px; line-height: 1.6; }
.ftInfo a.btn { width: 200px; }
.ftContact ul li, .logoSection ul li { position: relative; padding-left: 30px; }
.ftContact ul li .icon, .logoSection ul li .icon { position: absolute; top: 0; left: 0; }
.ftLogo { width: 100%; max-width: 415px; margin-bottom: 45px; }
.ftLogo img { width: 100%; object-fit: cover; object-position: center; }
.ftCopy { padding: 50px 0; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.ftNav { width: 100%; max-width: 610px; }
.copyright { color: #fff; font-size: 15px; font-family: "Outfit", sans-serif; font-weight: 900; text-transform: uppercase; margin-bottom: 0; }
/* .ftCopy {text-align: center;}
.ftCopy p, .ftCopy a {margin-bottom: 0; color: #000; font-size: 14px;}
.ftCopy .silver img {display: inline-block;vertical-align: middle;max-width: 50px} */

/*###################################
## Sidebar
###################################*/
#primary.sideMain {float:left; width: 70%;}
#secondary {float:right; width: 30%; padding: 20px; box-sizing: border-box; border: 1px solid #535353; box-sizing: border-box;}
.search-form {display: flex;}
.search-form .search-submit {width: 100%; max-width: 85px;}

/*###################################
## Inner Pages
###################################*/
.inner #content { min-height: 600px; padding: 80px 0;}
.inner .banner-text-inner h1 { text-align: center; text-transform: uppercase; }
/* .inner #content h1 {text-align: center;} */

/* contact */
.inner .contact-form-wrapper .wpcf7-form > p:nth-of-type(1) { display: flex !important; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 8px; }
.inner .contact-form-wrapper .wpcf7-form > p:nth-of-type(1) label { flex: 1 1 calc(50% - 8px); }
.inConBox {max-width: 550px; margin: 0 auto;}

/* error404 */
.inner #content .error-404 h1 {font-size: 35px;}
.inner #content .error-404 h2 {font-size: 70px;}
.error-404 .search-form {margin: 0 auto 20px;}
.error-404 {text-align: center;}

/*###################################
## Responsive
###################################*/

@media screen and (max-width: 1200px){

  /* h tags */
  h1, h2 { font-size: 40px; }

  /* header */
  .hdLogo { max-width: 200px; }
  .hdInfo { max-width: 180px; }
  .hdPhone { font-size: 20px; }

  /* welcome */
  .welcome-inner .image-section .service-inner .image-wrapper .widget-title { font-size: 20px; }
  .contact-info-inner .phone { font-size: 20px; }

  /* about */
  #about { padding: 300px 0 110px; }
  .about-inner .section-title { padding: 40px 80px; }
  .about-inner .section-title p { font-size: 18px; }
  .about-inner .about-list .textwidget p:has(> img) { max-width: 70px; padding: 15px 25px; }
  .about-inner .about-list .textwidget p { font-size: 18px; }

  /* gallery */
  .recent-inner,  .review-list { gap: 30px; }

  /* review */

  /* estimate */
  .estimate-inner .text-template { padding: 160px 30px 50px; }

  /* footer */
  .site-footer { padding: 290px 0 0; }
  .ftMenu { flex-wrap: wrap; gap: 10px; }
  .ftInfo { max-width: 100%; padding-bottom: 50px; text-align: center; }
  .ftService, .ftContact, .logoSection { width: calc(33.33% - 10px); }

}

@media screen and (max-width: 1024px){

  /* button */
  .btn { width: 200px; padding: 25px 5px; }

  /* header */
  .main-navigation { order: 1; }
  .header-inner { flex-direction: column; }
  /* .hdLogo { max-width: 100%; }
  .hdLogo a { width: 100%; max-width: 200px; margin: 0 auto; display: block; } */

  /* banner */
  .banner-text-inner { text-align: center; }
  .banner-text-inner h2 { max-width: 100%; }
  .banner-text-inner a.btn { position: static; }

  /* welcome */
  .welcome-inner .text-section h2 { max-width: 100%; }
  .welcome-inner { flex-direction: column; }
  .welcome-inner > div, .welcome-inner .image-section .service-inner > div > div { width: 100% !important; }
  .welcome-inner .text-section { max-width: 100%; text-align: center; }
  .welcome-inner .image-section { max-width: 100%; }
  .welcome-inner .image-section .service-inner > div:nth-child(2) { padding-top: 0; }
  .welcome-inner .image-section .service-inner .image-wrapper .widget-title { font-size: 25px; text-align: center; bottom: unset; top: 50%; right: 0; transform: translateY(-50%); margin: 0 auto; padding: 0 15px; }
  .welcome-inner .image-section .service-inner .image-wrapper .widget-title a br { display: none; }
  .contact-info-inner { justify-content: center !important; align-items: center !important; gap: 30px; }

  /* about */
  #about { padding: 100px 0; }
  .about-inner { display: flex; flex-direction: column; }
  .about-inner > div { width: 100% !important; }
  .about-inner .section-title { position: static; border-left: 20px solid #FFBF00; text-align: center; max-width: 100%; }
  .about-inner .about-list { max-width: 100%; }
  .about-inner .about-list .textwidget { flex-direction: column; justify-content: center; gap: 10px; }
  .about-inner .about-list .textwidget p { text-align: center; }

  /* recent */
  #recent::before { top: 5%; }
  .recent-inner { flex-direction: column; justify-content: center !important; align-items: center !important; }
  .recent-inner .text-template { max-width: 100%; text-align: center; }
  .recent-inner > div { width: 100% !important; }
  .recent-inner > div:nth-child(2) { order: 1; }
  .recent-inner .image-wrapper { width: 100%; max-width: 600px; margin: 0 auto; }
  .review-list { flex-direction: column; }
  .review-list > div { width: 100% !important; }
  .review-list .list-col .quote-icon { max-width: 30px; }

  /* footer */
  .site-footer .title-section { flex-direction: column; justify-content: center; align-items: center; }
  .site-footer .title-section .text-template { width: 100%; text-align: center; }
  .ftSocials { max-width: 50px; }
  .ftSocials a { padding: 15px 2px; }
  .ftSocials a .icon { font-size: 20px; }
  .ftMenu { flex-direction: column; text-align: center; gap: 30px; }
  .ftMenu h5 { margin-bottom: 20px; }
  .ftMenu .icon { margin-right: 0; display: block; margin-bottom: 7px; }
  .ftMenu ul li { margin-bottom: 15px; }
  .ftService, .ftContact, .logoSection { width: 100%; max-width: 100%; }
  .ftContact ul li, .logoSection ul li { padding-left: 0; }
  .ftContact ul li .icon, .logoSection ul li .icon { position: static; }
  .logoSection { order: -1; }
  .ftLogo { margin: 0 auto 45px; }
  .ftInfo { order: 1; padding-bottom: 0; }
  .ftCopy { flex-direction: column; padding: 30px 0; }
  .copyright { text-align: center; }

}

@media screen and (max-width: 800px){

  /* h tags */
  h1, h2 {font-size: 30px;}
  /* h1 { font-size: 60px; }
  h2 { font-size: 40px; } */

  /* header */
  #wprmenu_bar { padding: 0 15px !important; display: flex; justify-content: space-between; align-items: center; width: 100% !important; }
  #wprmenu_bar div.hamburger { margin: 0 !important; padding: 0 !important; }
  #wprmenu_bar .menu_title { top: 0 !important; order: -1; }
  #wprmenu_bar .bar_logo { height: 30px !important; }
  #wprmenu_menu_ul li a { font-family: "Outfit", sans-serif; }
  .site-header { display: none; }

  /* banner */
  #banner { clip-path: none; }
  .site-banner .sow-slider-base img { height: 600px !important; }
  .inner .site-banner img { height: 450px !important; }

  /* welcome */
  .contact-info-inner { gap: 20px; }

  /* inner */
  .inner .contact-form-wrapper .wpcf7-form > p:nth-of-type(1) { flex-direction: column; }
  .inner .contact-form-wrapper .wpcf7-form > p:nth-of-type(1) label { flex: 0 auto; width: 100%; }

}

@media screen and (max-width: 570px){

  /* welcome */
  .welcome-inner .image-section .service-inner { flex-direction: column; }
  .welcome-inner .image-section .service-inner > div { width: 100% !important; }
  /* .welcome-inner .image-section .service-inner .image-wrapper .widget-title { font-size: 20px; } */
  .contact-info-inner { flex-direction: column; }

}