/*!
Theme Name: hardy_electric
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hardy_electric
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.

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}


/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
body.stop-scroll {
    overflow: hidden;
}

body {
    transition: 0.3s all;
}
*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;text-decoration:none;}
/* ==== Colours ==== */
:root {
	--white: #FFFFFF;
	--black: #000000;
	--light-black: #181C27;
	--bright-grey: #868686;
	--light-grey: #F2F2F2;
	--Yellow: #F2BE5B;
	--blue : #0476D9;
  }
/* ==== Colours ==== */

/* ==== Fonts ==== */
:root {
	--font-poppins: 'Poppins';
	--font-nunito: 'Nunito';
}
/* ==== Fonts ==== */


h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
body div p{
	margin-bottom: 25px;
	color: var(--black);
}
body div p:last-child{
margin-bottom: 0;
}
.d-flex{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrapper {
    max-width: 1350px;
	width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
img{
	display: block;
}

.inner-sec-title {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
	color: #181C27;
    
}
.btn:before{
position: absolute;
content: '';
width: 28px;
height: 15px;
background-image: url(./assets/Images/button-white-arrow.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
top: 25px;
right: 30px;
}
.btn:hover:before {
    filter: brightness(0) saturate(100%) invert(39%) sepia(89%) saturate(5401%) hue-rotate(194deg) brightness(96%) contrast(97%);
}

.btn:hover {
background: transparent;
color: #0476D9;
}
.btn {
    display: inline-block;
    font-family: Nunito;
    font-weight: 800;
    font-size: 20px;
    line-height: 27.28px;
    letter-spacing: 1px;
    padding: 19px 74px 18px 30px;
    background: #0476D9;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #0476D9;
    text-transform: uppercase;
    position: relative;
    transition: 0.3s all;
}
.header-nav ul#menu-header-menu li.menu-item:hover a, .header-nav ul#menu-header-menu li.menu-item.current-menu-item a {
    color: #0476D9;
}
.founded-cnt.common-text p strong {
    font-weight: 800 !important;
}
/*============================================================= Header =============================================================*/

.header-main {
    display: flex;
    justify-content: space-between;
}

header#masthead {
    padding: 15px 0;
}

.header-button-main {
    padding-top: 23px;
}

.header-nav {
    padding-top: 23px;
}

.header-button-main a {
    background: #0476D9;
    border-radius: 5px;
    font-family: Nunito;
    font-weight: 700;
    font-size: 20px;
    line-height: 27.28px;
    letter-spacing: 1px;
    color: #fff;
    padding: 17px 30px 17px 82px;
    border: 2px solid #0476D9;
    position: relative;
    transition: 0.3s all;
    display: inline-block;
}
ul#menu-header-menu {
    display: flex;
    gap: 70px;
    margin-top: 20px;
}

.header-nav ul#menu-header-menu li.menu-item a {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 18px;
    line-height: 24.55px;
    color: #ffffff;
    text-transform: uppercase;
    transition: 0.3s all;
}
.masthead-main {
	position: relative;
	z-index: 999;
}
header#masthead {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.header-button-main a:before {
    position: absolute;
    content: '';
    width: 42px;
    height: 26px;
    /* background-color: red; */
    top: 18px;
    left: 30px;
    background-image: url(./assets/Images/header-phone-icon.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center left;
    border-right: 1px solid #FFFFFF4D;
}
.header-button-main a:hover {
    background: transparent;
    color: #0476D9;
}

.header-button-main a:hover:before {
    filter: brightness(0) saturate(100%) invert(39%) sepia(89%) saturate(5401%) hue-rotate(194deg) brightness(96%) contrast(97%);
}
.header-logo {
    width: 238px;
}

.header-logo a {
    display: block;
}

.header-logo img {
    width: 100%;
    display: block;
}
.ftr-menu {
    display: none;
}
.ftr-menu i {
    font-size: 25px;
    line-height: 1;
    color: #fff;
}

.ftr-menu:hover {
    background: transparent;
}

.ftr-menu:hover i {
    color: #0476D9;
}
.contact-box-bar {
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    width: 100%;
    overflow: auto;
    opacity: 0;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    z-index: 999;
    width: 0;
}
.overlay.contact-box-bar {
    right: 0;
    opacity: 1;
    width: 380px;
    z-index: 99999999;
}
.contact-box-right-bar {
    position: absolute;
    right: -50em;
    background-color: #000;
    height: 100vh;
    top: 0;
    padding: 67px 40px 95px;
    width: 100%;
    right: auto;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}
.overlay .contact-box-right-bar {
    right: 0;
}

.contact-close-btn {
    width: 50px;
    height: 50px;
    background: #0476D9;
    border-radius: 5px;
    position: absolute;
    top: 25px;
    right: 30px;
}

#menu-footer-menu-1 li.menu-item a {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 18px;
    line-height: 24.55px;
    color: #ffffff;
    text-transform: uppercase;
    transition: 0.3s all;
}
ul#menu-footer-menu-1 {
    padding-top: 50px;
}

ul#menu-footer-menu-1 li.menu-item {
    padding: 16px 0;
    border-bottom: 1px solid #FFFFFF2E;
}
.contact-close-btn:after,.contact-close-btn:before {
    width: 35px;
    height: 3px;
    background: #fff;
    content: '';
    position: absolute;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)rotate(45deg);
}
.contact-close-btn:after {
    transform: translate(-50%, -50%)rotate(-45deg);
}
/*============================================================= Header =============================================================*/

/* home banner  */
h1.home-banner-title {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 77.23px;
    line-height: 91.9px;
    color: #F2BE5B;
    margin-bottom: 24px;
}

.home-banner-cnt p {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}


section.home-banner {
    padding: 240px 0 281px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    z-index: 1;
}

.home-banner-main {
    width: 45%;
}

.home-banner-cnt {
    margin-bottom: 43px;
}
section.home-banner:before {
    content: '';
    background: linear-gradient(180deg, #000000 8.44%, rgba(0, 0, 0, 0) 51.39%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
section.home-banner:after {
    content: '';
    background: linear-gradient(90deg, #000000 1.1%, rgba(0, 0, 0, 0.69) 45.18%, rgba(0, 0, 0, 0) 73.78%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}

.home-banner-overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.69) 35.18%, rgba(0, 0, 0, 0) 70.78%);
}
.home-banner-overlay:before {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    background-image: url(./assets/Images/banner-bottom-line.png);
    background-size: cover;
    background-position: top center;
    content: '';
    height: 308px;
}
.home-banner-overlay:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    height: 300px;
    z-index: -1;
}

/*============================================================= home banner  =============================================================*/

/*============================================================= founded =============================================================*/
section.founded {
    padding-top: 50px;
    background: linear-gradient(180deg, #000000 0%, #000000 100%);
}

.founded-top .inner-sec-title {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.common-text p {
    font-family: Nunito;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
}
.founded-cnt.common-text {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.founded-cnt.common-text p {
    text-align: center;
    color: #fff;
}
.founded-bottom img {
    width: 100%;
    display: block;
    text-transform: capitalize;
}
.founded-top {
    margin-bottom: 95px;
}

/*============================================================= founded =============================================================*/
/*============================================================= Projects =============================================================*/

section.projects {
    padding: 120px 0 70px;
}
.projects-main .inner-sec-title {
    text-align: center;
    margin-bottom: 60px;
}

div#faq_container {
    border: 1px solid #EBEBEB;
    background: #F2F2F2;
    padding: 35px 60px;
    transition: 0.3s all;
}

.question-answer-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.question {
    font-family: Poppins;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: #868686;
    transition: 0.3s all;
}
.answer-box.faq_answer.faq_answer_container {
    margin-top: 18px;
}
.answer-box-cnt p {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 18px;
    line-height: 24.55px;
    margin-bottom: 10px;
    color: #000000;
}
.answer-box-cnt {
    margin-bottom: 26px;
}
.answer-box-image {
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px 3.5%;
}

.answer-box-image-main {
    width: 22.25%;
}

.answer-box-image-main img {
    width: 100%;
    display: block;
}
div#faq_container.active {
    border: 1px solid #EBEBEB;
    box-shadow: 0px 33px 100px 0px #0000000F;
    background: #FFFFFF;
    padding-top: 60px;
    padding-bottom: 60px;
}

#faq_container.active .question {
    color: #000000;
}

span.accordion-button-icon {
    height: 24px;
    width: 24px;
    display: block;
    background-image: url(./assets/Images/accordion-arrow.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s all;
}

.faq_question.question-box {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div#faq_container.active span.accordion-button-icon {
    transform: rotate(180deg);
}

/*============================================================= Projects =============================================================*/
/*============================================================= Customers logo =============================================================*/


.customers-main .inner-sec-title {
    text-align: center;
}

section.customers {
    padding: 50px 0 70px;
}

.customers-logo-image.slick-slide {
    box-shadow: 0px 8px 58.5px 0px #0000000D;
    margin: 0 9px;
    background: #fff;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.customers-logo-slider .slick-list.draggable {
    padding: 60px 9px 68px 9px;
}


.customers-logo-slider .customers-logo-image img {
    display: block;
    max-width: 100%;
}
/*============================================================= Customers logo =============================================================*/

/*============================================================= footer =============================================================*/


section.footer-form {
    padding: 128px 0 141px;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: top left;
    position: relative;
    z-index: 1;
}

.footer-form-inner {
    max-width: 724px;
    width: 100%;
}

.footer-form-main {
    display: flex;
    justify-content: end;
}



.footer-form-inner .inner-sec-title {
    margin-bottom: 34px;
	color: #FFFFFF;
}

.footer-form-inner #gform_wrapper_1 .gform-body .gfield .ginput_container input {
    border: 1px solid #FFFFFF4D;
    background: #FFFFFF12;
    backdrop-filter: blur(14px);
    border-radius: 0;
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 20px;
    line-height: 19px;
    color: #fff;
    padding: 48px 30px;
}

.footer-form-inner #gform_wrapper_1 .gform-body .gfield .ginput_container input::placeholder ,.footer-form-inner #gform_wrapper_1 .gform-body .gfield .ginput_container textarea::placeholder{
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 20px;
    line-height: 19px;
    color: #fff;
}
.footer-form-inner #gform_wrapper_1 .gform-body .gfield .ginput_container textarea {
      border: 1px solid #FFFFFF4D;
      background: #FFFFFF12;
      backdrop-filter: blur(14px);
      border-radius: 0;
      font-family: 'Nunito';
      font-weight: 400;
      font-size: 20px;
      line-height: 1.3;
      color: #fff;
      padding: 28px 30px;
      max-height: 210px !important;
      max-height: 210px !important;
    min-block-size: auto;
    height: 100%;
}

.footer-form-inner #gform_wrapper_1.gform-theme--foundation .gform_fields {
    gap: 20px !important;
}
#gform_wrapper_1 .gform_footer:before {
    position: absolute;
    content: '';
    width: 28px;
    height: 15px;
    background-image: url(./assets/Images/button-white-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 25px;
    right: 30px;
}
#gform_wrapper_1 .gform_footer {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    display: inline-block;
    position: relative;
}
#gform_wrapper_1 .gform_footer input.gform_button {
    background: #0476D9;
    border-radius: 5px;
    padding: 18px 70px 18px 28px;
    font-family: Nunito;
    font-weight: 800;
    font-size: 20px;
    line-height: 27.28px;
    letter-spacing: 1px;
    color: #fff;
    transition: 0.3s all;
    border: 2px solid #0476D9;
    transition: 0.3s all;
    outline: none !important;
}
footer#colophon {
    background-color: #010101;
    padding: 60px 0 90px;
}

.footer-main-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
    align-items: center;
}

.footer-top-right {
    display: flex;
	align-items: center;
}

.footer-address p {
    position: relative;
    font-family: Nunito;
    font-weight: 400;
    font-size: 26px;
    line-height: 29px;
    color: #FFFFFF;
}

	.footer-address  {
    margin-right: 56px;
    padding-left: 73px;
	position: relative;
	}

.footer-phone a {
    font-family: Nunito;
    font-weight: 700;
    font-size: 30px;
    line-height: 26px;
    color: #fff;
    position: relative;
    padding-left: 72px;
    transition: 0.3s all;
	position: relative;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 43px 0;
    margin-bottom: 54px;
    border-bottom: 1px solid #ffffff1c;
    border-top: 1px solid #ffffff1c;
}

.footer-social {
    display: flex;
    gap: 45px;
}
ul#menu-footer-menu {
    display: flex;
	gap: 82px;
}
.footer-nav #menu-footer-menu li.menu-item a {
    font-family: Nunito;
    font-weight: 400;
    font-size: 18px;
    line-height: 24.55px;
    color: #ffffff;
    transition: 0.3s all;
}
.footer-copyright p {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 18px;
    line-height: 24.55px;
    color: #ffffff;
    text-align: center;
}
.footer-social a img {
    transition: 0.3s all;
    width: 100%;
}

.footer-social a {
    width: 27px;
}
section.footer-form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(270deg, #374454 0%, #374454 27.23%, rgba(55, 68, 84, 0.31) 55.3%, rgba(55, 68, 84, 0) 100%);
}

section.footer-form:after {
    background: linear-gradient(0deg, #000000 8.99%, rgba(0, 0, 0, 0) 55.3%, rgba(0, 0, 0, 0) 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
#gform_wrapper_1 .gform_footer input.gform_button:hover {
    background: transparent;
    color: #0476D9;
}
#gform_wrapper_1 .gform_footer:hover:before {
    filter: brightness(0) saturate(100%) invert(39%) sepia(89%) saturate(5401%) hue-rotate(194deg) brightness(96%) contrast(97%);
}
.footer-address:before {
    content:'';
    width: 50px;
    height: 54px;
    position: absolute;
    border-right: 1px solid #FFFFFF2E;
    background-image: url(./assets/Images/footer-location-icon.png);
    background-size: auto;
    background-position: left center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}
.footer-phone a:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 54px;
    left: 0;
    top: -7px;
    border-right: 1px solid #FFFFFF2E;
    background-image: url(./assets/Images/footer-phone-icon.png);
    background-size: auto;
    background-position: left center;
    background-repeat: no-repeat;
}
.footer-logo {
    width: 226px;
}

.footer-logo a {
    display: block;
}

.footer-logo img {
    width: 100%;
}
.footer-phone a:hover {
    color: #0476D9;
}

.footer-nav #menu-footer-menu li.menu-item:hover a, .footer-nav #menu-footer-menu li.menu-item.current-menu-item a {
    color: #0476D9;
}
.footer-social a:hover img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(89%) saturate(5401%) hue-rotate(194deg) brightness(96%) contrast(97%);
}
.footer-form-inner #gform_wrapper_1 .gform-body .gfield .ginput_container input, .footer-form-inner #gform_wrapper_1 .gform-body .gfield .ginput_container textarea {
    outline: none !important;
}
div#gform_1_validation_container {
    display: none;
}
.footer-form-inner #gform_wrapper_1 .gform-body .gfield .gfield_validation_message {
    color: red;
    font-size: 14px;
    font-family: 'Nunito';
    font-weight: 400;
}
body span.gform-loader{display:none !important;}
body img.gform_ajax_spinner{display:none !important;}
/*============================================================= footer =============================================================*/

/*============================================================= media queries =============================================================*/

    
@media only screen and (max-width:1600px){
    section.home-banner {
        padding: 220px 0 220px;
    }
    h1.home-banner-title {
        font-size: 65px;
        line-height: 1.2;
        margin-bottom: 24px;
    }
    .home-banner-cnt p {
        font-size: 25px;
        line-height: 1.3;
    }
    .home-banner-overlay:before {
        bottom: -80px;
        height: 230px;
    }
    section.founded {
        padding-top: 50px;
    }
    section.projects {
        padding: 100px 0 50px;
    }
    section.customers {
        padding: 40px 0 50px;
    }
    .customers-logo-slider .slick-list.draggable {
        padding: 60px 9px 50px 9px;
    }   
    
section.footer-form {
    padding: 100px 0 100px; 
 }
}
@media only screen and (max-width:1440px){
.header-logo {
    width: 210px;
}
.header-button-main a {
    font-size: 18px;
    line-height: 1.4;
    padding: 15px 25px 15px 75px;
}
.header-button-main a:before {
    width: 36px;
    top: 15px;
    left: 30px;
}
section.home-banner {
    padding: 180px 0 150px;
}
.home-banner-overlay:before {
    bottom: -50px;
    height: 220px;
}
section.founded {
    padding-top: 50px;
}
.founded-top {
    margin-bottom: 50px;
}
.btn {
    font-size: 18px;
    padding: 15px 68px 15px 25px;
}
.btn:before {
    width: 28px;
    height: 15px;
    top: 21px;
    right: 25px;
}
div#faq_container {
    padding: 30px 50px;
}
div#faq_container.active {
    padding-top: 40px;
    padding-bottom: 40px;
}
.projects-main .inner-sec-title {
    margin-bottom: 40px;
}
section.footer-form {
    padding: 80px 0 80px;
}
.customers-logo-slider .slick-list.draggable {
    padding: 40px 9px 40px 9px;
}
section.customers {
    padding: 30px 0 40px;
}
section.projects {
    padding: 80px 0 40px;
}
.inner-sec-title {
    font-size: 45px;
    line-height: 1.5;
}
#gform_wrapper_1 .gform_footer input.gform_button {
    padding: 15px 65px 15px 25px;
    font-size: 18px;
    line-height: 1.2;
}
footer#colophon {
    padding: 40px 0 60px;
}
.footer-bottom {
    padding: 30px 0;
    margin-bottom: 40px;
}
.footer-main-top {
    margin-bottom: 40px;
}
h1.home-banner-title {
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.home-banner-cnt p {
    font-size: 20px;
    line-height: 1.3;
}
.home-banner-main {
    width: 40%;
}
#gform_wrapper_1 .gform_footer:before {
    width: 28px;
    height: 15px;
    top: 20px;
    right: 25px;
}
}
@media only screen and (max-width:1360px){ 
    .home-banner-overlay:before {
        bottom: -50px;
        height: 200px;
    }
    .question {
        font-size: 25px;
        line-height: 1.2;
    }
    div#faq_container.active {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    div#faq_container {
        padding: 30px 30px;
    }
    section.footer-form {
        padding: 80px 0 40px;
    }
    .footer-address p {
        font-size: 22px;
        line-height: 1.2;
        color: #FFFFFF;
    }
    .footer-phone a {
        font-size: 25px;
        line-height: 1.2;
    }
    .footer-phone a:before {
        width: 50px;
        height: 45px;
        left: 0;
        top: -6px;
    }
    .footer-address:before {
        width: 50px;
        height: 45px;
        left: 0;
        top: 0;
    }
    .footer-address {
        margin-right: 35px;
        padding-left: 73px;
    }
    ul#menu-footer-menu {
        gap: 60px;
    }
}
@media only screen and (max-width:999px){ 
    .header-nav {
        display: none;
    }
    .ftr-menu {
        display: block;
    }
    .header-button-main {
        display: flex;
        gap: 20px;
        padding-top: 0;
    }
    
    .ftr-menu {
        width: 50px;
        background: #0476D9;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        cursor: pointer;
        border: 2px solid #0476D9;
    }
    
    .header-main {
        align-items: center;
    }
    
    
    .home-banner-main {
        width: 100%;
    }
    h1.home-banner-title {
        font-size: 50px;
        text-align: center;
    }   
    .home-banner-cnt p {
        font-size: 20px;
        text-align: center;

    } 
    .banner-button {
        text-align: center;
    }
    .home-banner-cnt {
        margin-bottom: 25px;
    }
    .home-banner-overlay:before {
        bottom: 0px;
        height: 130px;
    }
    section.home-banner {
        padding: 160px 0 80px;
    }
    section.founded {
        padding-top: 30px;
        margin-top: -1px;
    }
    .inner-sec-title {
        font-size: 35px;
    }
    .founded-top .inner-sec-title {
        margin-bottom: 15px;
    }
    .common-text p {
        font-size: 18px;
        line-height: 1.6;
    }
    .footer-form-inner {
        margin: 0 auto;
    }
    section.projects {
        padding: 60px 0 40px;
    }
    .footer-form-inner .inner-sec-title {
        margin-bottom: 25px;
        color: #FFFFFF;
        text-align: center;
    }
    section.footer-form {
        padding: 60px 0 20px;
    }
    footer#colophon {
        padding: 60px 0 20px;
        margin-top: -1px;
    }
    .footer-logo {
        width: 200px;
    }
    .footer-phone a:before {
        width: 45px;
        height: 30px;
        left: 0;
        top: -1px;
        background-size: contain;
    }
    .footer-phone a {
        font-size: 20px;
        line-height: 1.2;
        padding-left: 55px;
    }
    .footer-address {
        margin-right: 30px;
        padding-left: 55px;
    }
    .footer-address:before {
        width: 40px;
        height: 35px;
        left: 0;
        top: 0;
        background-size: contain;
    }
    ul#menu-footer-menu {
        gap: 35px;
    }
    .footer-nav #menu-footer-menu li.menu-item a {
        font-size: 16px;
        line-height: 1.3;
    }
    .footer-social {
        display: flex;
        gap: 30px;
    }
    .footer-bottom {
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .footer-copyright p {
        font-size: 16px;
        line-height: 1.3;
    }
    .founded-bottom {
        display: flex;
        justify-content: center;
        overflow: hidden;
    }
    .founded-bottom img {
        width: 120%;
        display: block;
        text-transform: capitalize;
        text-align: center;
    }
    .footer-form-inner #gform_wrapper_1 .gform-body .gfield .ginput_container input {
        font-size: 18px;
        line-height: 1.2;
        padding: 35px 20px;
    }
    .footer-form-inner #gform_wrapper_1 .gform-body .gfield .ginput_container textarea {
        font-size: 18px;
        line-height: 1.2;
        padding: 20px 20px;
        max-height: 160px !important;
    }
    .footer-form-inner #gform_wrapper_1 .gform-body .gfield .ginput_container input::placeholder ,.footer-form-inner #gform_wrapper_1 .gform-body .gfield .ginput_container textarea::placeholder{
        font-size: 18px;
        line-height: 1.2;
    }
    
}
@media only screen and (max-width:768px){ 
    .footer-main-top {
        margin-bottom: 30px;
        flex-direction: column;
        gap: 30px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 30px;
    }
    footer#colophon {
        padding: 50px 0 20px;
        margin-top: -1px;
    }
    section.home-banner {
        padding: 140px 0 40px;
    }
    .header-logo {
        width: 160px;
    }
    h1.home-banner-title {
        font-size: 45px;
        text-align: center;
        line-height: 1.3;
    }
    .btn {
        font-size: 16px;
        padding: 12px 50px 12px 20px;
    }
    .btn:before {
        width: 18px;
        height: 15px;
        top: 17px;
        right: 20px;
    }
    .answer-box-image-main {
        width: 31%;
    }
   
}
@media only screen and (max-width:640px){ 
    h1.home-banner-title {
        font-size: 40px;
        text-align: center;
    }
.customers-logo-image.slick-slide {
    height: 100px;
}
.header-button-main a {
    font-size: 0;line-height:0;
    padding: 23px;
}

.header-button-main a:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    width: 28px;
}
section.projects {
    padding: 40px 0 20px;
}
.projects-main .inner-sec-title {
    margin-bottom: 20px;
}
.inner-sec-title {
    font-size: 35px;
}
.question {
    font-size: 22px;
    line-height: 1.2;
}
.answer-box-cnt p {
    font-size: 16px;
    line-height: 1.3;
}
div#faq_container.active {
    padding-top: 20px;
    padding-bottom: 20px;
}
div#faq_container {
    padding: 20px 20px;
}
.answer-box-image {
    display: flex
;
    margin-bottom: 20px;
}
.customers-logo-slider .slick-list.draggable {
    padding: 20px 9px 20px 9px;
}
section.customers {
    padding: 30px 0 20px;
}
section.footer-form {
    padding: 40px 0 10px;
}
.footer-top-right {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}
.footer-main-top {
    margin-bottom: 30px;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}
ul#menu-footer-menu {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}
.footer-bottom {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}
.footer-copyright p {
    font-size: 14px;
    line-height: 1.3;
}
.common-text p {
    font-size: 16px;
    line-height: 1.6;
}
section.founded {
    padding-top: 40px;
    margin-top: -1px;
}
h1.home-banner-title {
    font-size: 36px;
    text-align: center;
}
section.home-banner {
    padding: 130px 0 20px;
}
.founded-top {
    margin-bottom: 30px;
}
.inner-sec-title {
    font-size: 30px;
}
.answer-box-image-main {
    width: 48%;
}
.question {
    font-size: 18px;
    line-height: 1.2;
}
div#faq_container {
    padding: 30px 30px;
}
section.customers {
    padding: 40px 0 0px;
}
.customers-logo-slider .slick-list.draggable {
    padding: 20px 9px 40px 9px;
}
.footer-form-inner #gform_wrapper_1 .gform-body .gfield .ginput_container input {
    font-size: 16px;
    line-height: 1.2;
}
.footer-form-inner #gform_wrapper_1 .gform-body .gfield .ginput_container textarea {
    font-size: 16px;
    line-height: 1.2;
    padding: 20px 15px;
    max-height: 130px !important;
}
.footer-form-inner #gform_wrapper_1 .gform-body .gfield .ginput_container input::placeholder ,.footer-form-inner #gform_wrapper_1 .gform-body .gfield .ginput_container textarea::placeholder{
    font-size: 16px;
    line-height: 1.2;
}
}
@media only screen and (max-width:475px){ 
.header-logo {
        width: 140px;
    }
    .header-button-main {
        gap: 10px;
	}
.overlay.contact-box-bar {
    right: 0;
    opacity: 1;
    width: 280px;
}

#menu-footer-menu-1 li.menu-item a {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

ul#menu-footer-menu-1 li.menu-item {
    padding: 12px 0;
}
}