@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;500;600&display=swap');

/*
font-family: 'Source Sans Pro';
*/

@font-face {font-family: 'FontAwesome';src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight: normal;font-style: normal;}

.fa, .far, .fas {font-family: 'FontAwesome';}

@font-face {
    font-family: 'Bitter';
    src: local('Bitter SemiBold'), local('Bitter-SemiBold'),
        url('../fonts/Bitter-SemiBold.woff2') format('woff2'),
        url('../fonts/Bitter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: local('Bitter Bold'), local('Bitter-Bold'),
        url('../fonts/Bitter-Bold.woff2') format('woff2'),
        url('../fonts/Bitter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
        url('../fonts/SourceSansPro-SemiBold.woff2') format('woff2'),
        url('../fonts/SourceSansPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
        url('../fonts/SourceSansPro-Light.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
        url('../fonts/SourceSansPro-Bold.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'),
        url('../fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {padding: 0;margin: 0;font-family: 'Source Sans Pro';font-weight: normal;}
html, body {width: 100%;height: 100%}
a {text-decoration: none;color: #062340;transition: all 0.6s ease-out;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-ms-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;}
a:hover {text-decoration: none!important;cursor: pointer}
a:focus {text-decoration: none;transition: all 1s ease}
:focus {outline: none!important}
::-moz-selection {background-color:#062340;color:#fff}
::selection {background-color: #062340;color: #fff}
img {max-width: 100%;height: auto}
p {font-family: 'Source Sans Pro'; font-style: normal;font-weight: normal;font-size: 18px;line-height: 28px;color: #666;}
p a {color: #062340;}

li strong {color: #FFD700;
    font-weight: normal;}
p a:hover {color: #FFD700;}
ul, ol, ul li, ol li {margin: 0;padding: 0;}
ul li a, ol li a {color: #FFD700;}
ul li a:hover, ol li a:hover {color: #062340;}
figure, address {margin: 0;}
input, textarea, select, button {border-radius: 0;-webkit-box-shadow: none;box-shadow: none;outline: none;}
input:focus, textarea:focus, select:focus, button:focus {outline: 0;-webkit-box-shadow: none;box-shadow: none;}
h1, h2, h3, h4, h5, h6 {font-family: 'Bitter';font-style: normal;font-weight: bold;color: #062340;margin-bottom: 10px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #FFD700;}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {color: #FFD700;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #062340;}
h1 {font-size: 40px;line-height: 55px;}
h2 {font-size: 32px;line-height: normal;}
h3 {font-size: 30px;line-height: normal;}
h4 {font-size: 28px;line-height: normal;}
h5 {font-size: 26px;line-height: normal;}
h6 {font-size: 24px;line-height: normal;}
select::-ms-expand {display: none;}
select {-moz-appearance: none;}
#back-top-wrapper {position: fixed;right: 57px;bottom: 26px;overflow: hidden;z-index: 2;}
p#back-top {margin: 0;line-height: normal;font-size: 0;}
#back-top-wrapper #back-top a {opacity: 1;transition: 200ms all;border-radius: 50%;display: inline-block;background: #FFD700 url(../images/top-arrow.png) no-repeat;height: 50px;width: 50px;background-position: center center;}
#back-top-wrapper #back-top a:hover {background-color: #062340;background-position: center center;transform: 0.6s;}
.modal-backdrop.show {opacity: 0.93;}
.modal.popup-form button.close {opacity: 1;position: absolute;right: 28px;top: 35px;font-size: 26px;font-weight: normal;color: #fff;cursor: pointer;text-shadow: none;}
.modal.popup-form .modal-dialog {
    max-width: 921px !important;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 95%;
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
}
.modal.popup-form .modal-content {border: none;box-shadow: none;background: transparent;}
.modal.popup-form .modal-body {
    padding: 0 15px;
    border: none;
    background: #fff;}
.modal.popup-form .gform_wrapper textarea.medium {height: 80px!important;}
.modal-body .gform_wrapper form {
    padding-top: 0;
}
/* .popup-form .form-hero {width: 100%;background: #f2f7fb;box-shadow: 0px 0px 60px rgba(26, 36, 107, 0.1);border-radius: 4px;}
 */
.modal.popup-form .form-hero .b-form-title {margin-top: -1px;text-align: center;}
.modal.popup-form .modal-body .col-sm-5 {
    padding: 0;
}
.modal.popup-form .modal-body .col-sm-7 {
    padding: 0;
}
.popup-logo {
    padding: 24px;
    text-align: center;
}
.popup-dtl {
    padding: 30px 30px 0;
}
.contact-info-icon.popup-form {
    justify-content: left;
    padding: 15px 0;
}
.contact-info-icon.popup-form figure {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 58px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(26, 36, 107, 0.16);
    margin-right: 15px;
}
.modal.popup-form .modal-body .form-hero {
    width: 100%;
    border: 1px solid #FFD700;
    padding: 40px 25px;
    border-radius: 0 10px 10px 0;
    height: 100%;
}
.modal.popup-form .form-hero .gform_wrapper .medium {
    background: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #FFD700;
    padding: 8px 10px 8px 5px!important;
}
.modal-body .gform_wrapper .gfield { padding: 0 8px  20px ; }
.modle-dtl {
    position: relative;
}
.modle-dtl .ftr-contact-col p strong {display: initial;
    color: #000;
	display: block;
}
.modle-dtl .head-call-now .headcall-inn {
    padding-left: 0;
    display: flex !important;
}
.modle-dtl .ftr-contact-col a.external-dni {
    padding-left: 5px;
}
.modle-dtl .ftr-social {
    padding: 20px 0;
}



.alignleft {float: left;margin-right: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.alignright {float: right;margin-left: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.aligncenter {clear: both;display: block;margin: 0 auto 15px}
.default-css ul {margin-bottom: 20px;}
.default-css ol {padding-left: 20px;margin-bottom: 15px;}
.default-css ul li, .default-css ol li {font-family: 'Source Sans Pro';font-style: normal;font-weight: normal;font-size: 18px;line-height: 28px;color: #666;margin: 0 0 6px;}
.default-css ul li a, .default-css ol li a {color: #FFD700}
.default-css ul li strong, .default-css ol li strong {color: #FFD700;}
.default-css ul li a:hover, .default-css ol li a:hover {color: #062340}
.default-css ul li {list-style: none !important;background: url(../images/list-arrow.png) no-repeat;background-position: 0 5px;padding-left: 23px;background-size: 17px;}
.default-css ol li::marker {color: #062340;}
section.default-section {padding: 100px 0;}


/*--------- header-section ---*/
.header-section {position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    padding: 0;
}
.heaer-top {
    background: #FFFFFF;
    border-radius: 60px 0 0 60px;
    padding: 0;
}
.header-section.sticky {position: fixed;background: #FFFFFF; 
    padding: 10px 0;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 14%);
}
.header-section.sticky .top-text {
    display: none;
}
.top-text {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: center;
    padding: 16px;
}
.top-logo img {
    border-radius: 60px;
    padding: 15px 57px;
    max-height: 109px;
}
.header-section::before {
    content: '';
    background: #fff;
    height: 110px;
    bottom: 0;
    right: 0;
    width: 9%;
    position: absolute;
}

.heaer-top .row {align-items: center;}
.header-bottom {display: flex;display: -webkit-flex;align-items: center;justify-content: space-between;}
.head-call-now p {
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #062340;
}
.header-bottom .head-call-now a {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #FFD700;
}
.head-call-now a:hover {color: #062340;}
.head-call-now {display: flex;align-items: center;vertical-align: middle;}
.headcall-inn div {display: block !important;}
.head-call-now .headcall-inn {
    padding-left: 15px;
}


/*--banner--*/
.home-banner {
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 1;
    padding: 240px 0 167px 0;
}
.home-banner::before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    background: linear-gradient(96.11deg, #062340 43.53%, rgba(6, 35, 64, 0) 99.87%);
    opacity: 0.9;
}
.home-banner::after {
    content: '';
    height: 1026px;
    width: 716px;
    top: 0;
    position: absolute;
    background: url(../images/banner-after.png) no-repeat;
    right: 57px;
    z-index: -1;
}
.banner-caption-left {
    padding: 50px 223px 0 0;
}
.home-banner>img {width: 100%;}
.banner-title {
    font-family: 'Bitter';
    margin-bottom: 5px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 110px;
    text-transform: capitalize;
}
.banner-title strong {color: #FFD700;font-weight: bold;}
.banner-text {
    font-style: normal;
    font-weight: bold;
    font-size: 189px;
    line-height: 85px;
    letter-spacing: 0.5em;
    -webkit-text-stroke: 1px #5a5d5e;
    color: transparent;
    display: flex;
    align-items: baseline;
    margin-bottom: 30px;
    font-family: 'Bitter';
    position: absolute;
    bottom: -30px;
    z-index: -1;
    text-transform: capitalize;
}
.banner-count p {
    color: #fff;
}
.banner-caption ul {margin: 0 0 0;padding: 0;}
.banner-caption ul li {
    font-family: 'Source Sans Pro';
    font-style: normal;
    color: #fff;
    padding-left: 40px;
    margin-bottom: 15px;
    background: url(../images/list-arrow.png) no-repeat top left;
    background-position: top 2px left;
    list-style: none;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
}
.banner-caption ul li strong {font-weight: 400;}
.banner-btns {
    padding-top: 50px;
}
a.theme-btn {
    font-family: 'Source Sans Pro';
    display: inline-block;
    position: relative;
    font-style: normal;
    padding: 18px 37px;
    margin: 10px;
    border: none;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 4px;
}
.banner-btns a.theme-btn.btn-yellow {margin-left: 0;}
.banner-btns a.theme-btn.btn-white {margin-right: 0;}
a.theme-btn.btn-yellow {
    color: #062340;
    background: #FFD700;
    border: 1px solid #FFD700;
}
a.theme-btn.btn-yellow:hover {color: #fff;
    border: 1px solid #FFFFFF;
    background: transparent;
    transition: 0.6s;}
a.theme-btn.btn-white {
    color: #fff;
    border: 1px solid #FFFFFF;
    background: transparent;
}
a.theme-btn.btn-white:hover {color: #062340;
    background: #FFD700;
    border: 1px solid #FFD700;
    transition: 0.6s;
}
.form-hero {
    position: static;
    right: 0;
    top: 0;
    padding: 45px 33px;
    background: rgb(245 245 245 / 95%);
    border-radius: 10px;
}
.form-hero .b-form-title { font-family: 'Bitter'; font-style: normal; margin-bottom: 15px; font-weight: 700; text-transform: capitalize; font-size: 38px; line-height: 40px; text-align: center; color: #062340; }
.form-hero .gform_wrapper .gfield { padding: 0 8px  20px ; }
.form-hero .b-form-title strong {color: #FFD700;}
.modal.popup-form .form-hero .gform_body {margin: 0 -8px;}
.form-hero .gform_wrapper {max-width: 100%!important;margin: 0!important;padding: 0!important;}
.gform_wrapper .gform_fields {display: -webkit-box;display: -ms-flexbox;display: flex !important;-ms-flex-wrap: wrap;flex-wrap: wrap;grid-column-gap: 0% !important;grid-row-gap: 0px !important;}
.modal.popup-form .gform_wrapper.gravity-theme .gform_fields {grid-column-gap: 0 !important;grid-row-gap: 0 !important;}
.newsletter-form .gform_wrapper .gfield { padding: 0; }
.gform_wrapper .gfield.gfield--width-full {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.gform_wrapper .gfield.gfield--width-half {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.modal.popup-form .form-hero .gform_wrapper .ginput_container {margin: 0!important;padding: 0;position: relative;}
.modal.popup-form .form-hero .gform_wrapper label.gfield_label {font-family: 'Source Sans Pro';font-style: normal;font-weight: normal !important;font-size: 16px !important;line-height: 22px;color: #414141 !important;margin-bottom: 3px;}
.form-hero .gform_wrapper .medium { width: 100%!important; font-family: 'Source Sans Pro'; padding: 9px 10px 4px 5px!important; -webkit-appearance: none; resize: none; position: relative; height: 50px; transition: all 1s; margin: 0!important; text-transform: capitalize; border: none; background: transparent; border-bottom: 1px solid rgb(57 97 145 / 33%); font-weight: 400; font-size: 16px !important; line-height: 28px; color: #454746!important; }
.modal.popup-form .gform_wrapper .medium.gfield_select { background: rgba(255, 255, 255, 0.1) url(../images/select-arrow.png) no-repeat right 15px center!important;    background-size: 18px !important; }
.gform_wrapper .medium.gfield_select option.gf_placeholder { color: #666; }
.form-hero .gform_wrapper .medium.gfield_select option { color: #666; }
.form-hero .gform_wrapper .medium::-webkit-input-placeholder { /* Edge */
color: #454746;opacity: 1;}
.form-hero .gform_wrapper .medium:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #454746;opacity: 1;}
.form-hero .gform_wrapper .medium::placeholder {color: #454746;opacity: 1;}
.form-hero input.button.gform_button { font-family: 'Source Sans Pro'; font-style: normal; padding: 16px 38px; display: inline-block; position: relative; cursor: pointer; transition: all 1s; border: none; box-shadow: none; font-weight: 600; font-size: 22px; line-height: 28px; text-transform: capitalize; color: #FFFFFF; background: #062340; border-radius: 4px; }
.banner-main-form-div .form-hero input.button.gform_button:hover { color: #fff; background: #062340; transition: 0.6s; }
.form-hero input.button.gform_button:hover {color: #062340; background: #FFD700; transition: 0.6s;}
.gform_wrapper textarea.medium {height: 109px!important;border-radius: 0px;display: block;}
.gform_wrapper .gform_footer {padding: 0px 0 0 0 !important;margin: 0 0 0 0 !important;position: relative;z-index: 1;}
.modal.popup-form .modal-body .form-hero { width: 100%; }
.form-hero .gform_wrapper .medium.gfield_select { background: url(../images/select-arrow.png) no-repeat right 20px center!important; background-size: 16px !important; }
.popup-form .form-hero input.button.gform_button:hover { background: #000000; color: #FFF; }
.banner-main-form-div .form-hero .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] { border-bottom: 1px solid #c02b0a !important; border-top: 0; border-left: 0; border-right: 0; }
/*--floating-icon--*/
.floating-icon {position: fixed;right: -73px;top: 50%;transform: translateY(-50%);z-index: 11;transform: rotate(-90deg);}
.floating-icon a {
    padding: 15px 25px;
    display: inline-block;
    text-align: center;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000000;
    background: #FFD700;
    border-radius: 10px 10px 0px 0px;
}
.floating-icon a:hover {color: #fff;background: #062340;transition: 0.6s;}
.floating-icon-mobi a{
    padding: 10px 25px;
    display: block;
    text-align: center;
    font-family: 'Source Sans Pro';
    font-style: normal;
    border-radius: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    color: #000000;
    background: #FFD700;
}
.floating-icon-mobi a:hover {color: #fff;background: #062340;transition: 0.6s;}

.heading-title {font-family: 'Bitter';font-style: normal;font-weight: bold;margin-bottom: 30px;line-height: 65px;text-transform: capitalize;font-size: 60px;color: #062340;}
.heading-title strong {color: #FFD700;font-weight: bold;}


/*--logo-section--*/
.logo-section {
    position: relative;
    margin-top: -74px;
    z-index: 1;
}
.logo-list {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    padding: 0 50px;
}
.logo-list ul {
    padding: 0;
    margin: 0;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.logo-list ul li {
    list-style: none;
    padding: 22px 25px;
    width: 25%;
    text-align: center;
    height: 100%;
}
.logo-list ul li figure img:hover {
    transform: scale(0.95);
    transition: 0.6s;
}


/*--our-process-section--*/
section.our-process-section {
    padding: 100px 0;
}
.our-process-row {
    max-width: 1454px;
    margin: 0 auto;
}
.our-process-row .row {
    justify-content: center;
}
.our-process-row .col-sm-4 {padding: 15px;}
.our-process-box {
    padding: 20px 67px;
    position: relative;
    height: 100%;
    text-align: center;
}
.our-process-box::before {
    content: '';
    height: 16px;
    width: 205px;
    top: 87px;
    position: absolute;
    background: url(../images/our-process-pattern.png) no-repeat;
    left: -104px;
    z-index: -1;
}
.our-process-row .col-sm-4:first-child .our-process-box::before {display: none;}
.our-process-box h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: #062340;
}
.our-process-counter-box {
    position: relative;
}
.our-process-img {
    border: 1px solid rgba(6, 35, 64, 0.2);
    width: 146px;
    height: 146px;
    border-radius: 50%;
    padding: 21px;
    margin: 0 auto 30px;
}
.our-process-counter-box figure {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 87px;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(6, 35, 64, 0.1);
    border-radius: 50%;
}
.counter {
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 39px;
    position: absolute;
    right: 0;
    top: 3%;
    margin: 0 auto;
    left: 35%;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    background: #062340;
    color: #FFFFFF;
}
.our-process-box:hover .counter {
    background: #FFD700;
    color: #062340;
    transition: 0.6s;
}





/*--residential-services-section--*/
section.residential-services-section { background: #F5F5F5;}
.residential-services-box {
    padding: 118px 57px 20px 123px;
}
.residential-services-box ul {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: center;
}
.residential-services-box ul li {
    width: 50%;
    list-style: none;
    text-align: center;
    padding: 20px;
}
.residential-services-box ul li:first-child {
    padding-left: 0;
}
.residential-services {
    padding: 43px 25px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}
.residential-services h3 {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    color: #062340;
    font-family: 'Source Sans Pro';
}
.residential-services figure{
   margin-bottom: 30px;
}

    .residential-services figure img {
        filter: brightness(0) saturate(100%) invert(12%) sepia(15%) saturate(5145%) hue-rotate(183deg) brightness(89%) contrast(100%);
    }

    .residential-services:hover figure img {
        filter: brightness(0) saturate(100%) invert(71%) sepia(93%) saturate(506%) hue-rotate(358deg) brightness(102%) contrast(106%);
    }
.residential-services:hover h3 {color: #FFD700;transition: 0.6s;}
.residential-services-img {
    position: relative;
    height: 100%;
}
.residential-services-img>img {
    width: 100%;
    height: 100%;
}
section.residential-services-section .col-sm-6:last-child {
    padding-right: 0;
}
.residential-services-img::before {
    background: url(../images/residential-services-shape.png) no-repeat;
    width: 274px;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.video-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
/* .video-icon:hover {
    transform: scale(1.1);
    transition: 0.6s;
} */
.video-popup .modal-dialog { max-width: 800px !important; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%) !important; width: 94%; border-radius: 10px; margin: 0 auto; }
.modal.video-popup .modal-content { border: none; box-shadow: none; }
.modal.video-popup .modal-body { border: none; }
.modal.video-popup button.close { opacity: 1; position: absolute; right: 28px; top: 35px; font-size: 26px; font-weight: normal; color: #fff; cursor: pointer; text-shadow: none; }
.videoIframe iframe { display: block; height: 430px; }





/*--commercial-services-section--*/
section.commercial-services-section {
    padding: 100px 0;
    background: #FFFFFF;
}
.commercial-services-row {
    max-width: 1220px;
    margin: 30px auto 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(6, 35, 64, 0.1);
    border-radius: 4px;
}
.commercial-services-row ul {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: center;
}
.commercial-services-row ul li {
    width: 33.33%;
    list-style: none;
    text-align: center;
}
.commercial-services {
    padding: 50px 30px;
    height: 100%;
    position: relative;
    z-index: 1;
}
.commercial-services::before {
    content: '';
    position: absolute;
    bottom: -5%;
    left: 0;
    right: 0;
    background-color: #FFD700;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    z-index: -1;
  }
  .commercial-services:hover:before{height: 110%;}
.commercial-services h3 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #666666;
}
.commercial-services figure{
    margin-bottom: 30px;
 }
 .commercial-services:hover figure img{
    filter: brightness(0) invert(1);transition: 0.6s;
 }
 .commercial-services:hover h3 {color: #062340;transition: 0.6s;}




 
/*--about-section--*/
section.about-section {
    padding: 130px 0 80px;
    background: #062340;
    position: relative;
}
section.about-section::before {
    content: '';
    height: 104px;
    width: 100%;
    top: 0;
    position: absolute;
    background: url(../images/about-section-pattern.png) no-repeat;
    left: 0;
}
section.about-section .row {
    align-items: center;
}
.about-text {
    padding-right: 165px;
}   
.about-img {
    text-align: right;
}
.about-img figure {
    overflow: hidden;
    width: 680px;
    height: 680px;
    border-radius: 50%;
    border: 10px solid rgb(255 255 255 / 10%);
    margin: 0 auto;
}
.about-img figure img {width: 100%;}
.about-text p {
    color: #fff;
}
.about-btns {
    padding-top: 15px;
}
.about-btns a.theme-btn.btn-yellow {
    margin-left: 0;
}
.about-btns a.theme-btn.btn-yellow:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #062340;
}
.about-btns a.theme-btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #062340;
}
.about-btns a.theme-btn.btn-white:hover {
    background: #FFD700;
    border: 1px solid #FFD700;
}



/*--gallery page--*/
section.gallery-section {overflow: hidden;position: relative;padding: 100px 20px 0;}
.gallery-items>img {width: 100%;}
.gallery-img > figure > img {width: 100%;}
.gallery-row-parent {position: relative;}
.gallery-image {overflow: hidden;}
.gallery-row-parent .row {justify-content: center;}
.gallery-row-parent .col-sm-3 {padding: 15px;}
.gallery-image img {width: 100%;transition: all 0.6s; }
.gallery-items:hover .gallery-image img {transform: scale(1.1);}
.gallery-items {position: relative;overflow: hidden;margin: 0 0;height: 100%;border-radius: 10px;}
.gallery-item .gallery-image {width: 100%;height: 100%;object-fit: cover;}
.gallery-item-parent { position: absolute; bottom: 15px; left: 15px; right: 15px; top: 15px; background: rgb(234 51 51 / 78%); overflow: hidden; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: .3s; transition: .3s ease; border-radius: 15px; }
.gallery-item-text {position: absolute;top: 50%;transform: translateY(-50%);left: 0;right: 0;width: 100%;text-align: center;}
a.example-image-link {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: center;align-items: center;height: 100px;width: 100px;position: relative;background: #fff;border-radius: 50%;margin: 0 auto;position: relative;}
.gallery-items:hover .gallery-item-parent {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.lb-nav a.lb-prev, .lb-nav a.lb-next {opacity: 1 !important;width: 50px !important;height: 50px;top: 50%;position: absolute;transform: translateY(-50%);z-index:1;}
.lb-nav a.lb-prev {left: 15px !important;}
.lb-nav a.lb-next {right: 15px !important;}
.lb-data .lb-close {background-size: 26px !important;}
.lightbox {position: fixed !important;left: 0;top: 50% !important;transform: translateY(-50%);}
.lb-nav {
    position: absolute;
    top: 50% !important;
    left: 0;
    height: 50px !important;
    width: 100%;
    z-index: 10;
	transform: translateY(-50%);
}
.gallery-btn.text-center {
    padding-top: 20px;
}






/*--timing-section--*/
.overview-timing-section{ padding: 100px 0; }
.overview-timing-section .heading-title {
    max-width: 774px;
    margin: 0 auto 50px;
}
.overview-table-row {
    max-width: 1300px;
    margin: 0 auto;
}
table.table.table-striped tr th {
    background: #FFD700;
    border-right: 1px solid rgb(6 35 64 / 17%);
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #062340;
    font-family: 'Bitter';
    padding: 22px 10px;    vertical-align: middle;
}
table.table.table-striped {
    margin: 0;
}
.table tbody td {
    padding: 30px 15px;
    border: 1px solid rgb(6 35 64 / 17%);
    vertical-align: middle;
    text-align: center;
}
.table-striped tbody tr:nth-of-type(odd) {background: #FFFFFF;
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.1); }
.table-striped tbody tr:nth-of-type(even) { background: #fff; }
.table tbody td h6 {
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #666666;
    margin: 0;
}
.table tbody td:nth-child(2) {
    background: #062340;color: #fff;border-top: 1px solid #0e3964;
        border-bottom: 1px solid #0e3964;
}
.table tbody td:nth-child(2) img{
    filter: brightness(0) invert(1);
}
table.table.table-striped tr th:nth-child(2) {
    background: #062340; color: #fff;
}
.table tbody td:nth-child(2) figure img {
    width: 40px;
}
.table tbody th:nth-child(2) figure img{
    filter: brightness(0) invert(1);
}


/*--testimonial-section--*/
section.testimonial-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.testimonial-row-parent .row {
    justify-content: center;
}
.testimonial-row-parent .col-sm-3 {
    padding: 15px;
}
.client-say-box {
    height: 100%;
    padding: 40px 22px 120px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid rgba(6, 35, 64, 0.1);
    box-shadow: 0px 0px 60px rgba(6, 35, 64, 0.06);
    border-radius: 4px;
}
.start-icon {
    text-align: center;
}
.client-name .quto-img {
    width: 100px;
    height: 54px;
    background: #EDECEC;
    border-radius: 0px 45px 45px 0px;
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: 5px;
    border-left: 2px solid #FFCA00;
}
.client-name .quto-img figure {
    background: #FFFFFF;
    border-radius: 45px;
    height: 45px;
    width: 45px;
    line-height: 43px;
    text-align: center;
}
.client-dtl {
    padding-left: 11px;
}
.client-nm-text h6 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #062340;
    margin: 0;
}
.client-say-box:hover .client-name .quto-img{background: #062340; transition: 0.6s;}
.client-name {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 40px;
    left: 0;
}
.client-say-box p {font-size: 16px;line-height: 26px; }

/*--need-use-section--*/
section.need-use-section {
    background: url(../images/need-use-banner-img.png) no-repeat;
    position: relative;
    background-repeat: no-repeat !important;
    z-index: 0;
    padding: 100px 0 280px;
    text-align: center;
    background-size: cover;
}
section.need-use-section::before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    background: linear-gradient(96.11deg, #062340 43.53%, rgba(6, 35, 64, 0) 99.87%);
    opacity: 0.9;
}
section.need-use-section::after {
    content: '';
    height: 73px;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: url(../images/need-use-pattern.png) no-repeat;
    left: 0;
}
.need-use-box .heading-title {
    color: #fff;
}


/* --service-area-section--*/
.service-area-section {
    margin-top: -188px;
}
.service-area-row {
    background: url(../images/service-area-banner-img.png) no-repeat;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: 82% 100% !important;
    background-position: top right;
    z-index: 1;
    padding: 90px 0 90px 80px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
}
.service-area-row::before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90.21deg, #FFFFFF 26.08%, rgba(255, 255, 255, 0) 78.31%);
    left: 0;
}
.area-location-bx h6 {
    padding-left: 48px;
    margin-bottom: 19px;
    background: url(../images/arrow.png) no-repeat top left;
    background-position: top 1px left;
    list-style: none;
    font-weight: normal;
    font-size: 20px;
    line-height: 40px;
    color: #666;
    font-family: 'Source Sans Pro';
}
.area-location-bx:hover h6 {color: #FFD700;}
.service-area-list ul {display: flex;flex-wrap: wrap;align-items: center; /* justify-content: space-between; */
}
.service-area-list ul li {width: 50%;list-style: none;}



/*--faq-section--*/
.faq-section {
    padding: 100px 0;
    position: relative;
}
section.faq-section .heading-title {
    padding-bottom: 45px;
}
.faq-box {
    max-width: 1121px;
    margin: 0 auto 0;
}
.sub-heading {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    text-transform: capitalize;
    color: #FFD700;
    padding-bottom: 10px;
}
.faq-box .card-header h5, .card-header-title {
    padding: 33px 40px;
    position: relative;
    margin: 0;
    letter-spacing: 0.01em;
    background: #FFFFFF;
    box-shadow: none;
    font-family: 'Source Sans Pro';
    font-style: normal;
    border: none;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    border: none;
    border-radius: 4px 4px 0 0;
    border: 1px solid rgba(26, 36, 107, 0.4);
    border-bottom: 0;
    color: #FFD700;
}
.card-body.default-css {
    padding: 0 62px 10px 30px;
    margin: 0;
    border-radius: 0 0 4px 4px;
    writing-mode: horizontal-tb;
    border: 1px solid rgba(26, 36, 107, 0.4);
    border-top: 0;
    position: relative;
}
.card-header-title.collapsed {
    color: #000;box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: none;
}
.faq-box .card {
    margin: 0 0 25px;
    /* background: #fff; */
    border: none;
    /* border: 1px solid #1CB8A7; */
    border-radius: 4px;
}
.faq-box .card-header {
    border: none;
    padding: 0;
    cursor: pointer;
    position: relative;
    margin: 0 0 0;
    background: transparent !important;
}
.faq-box .card-header h5:after, .card-header-title::after {content: "";background: url(../images/faq-minus.png) no-repeat center;width: 40px;height: 40px;position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);right: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);}
.faq-box .card-header h5.collapsed:after, .card-header-title.collapsed::after {background: url(../images/faq-pluse.png) no-repeat center;}
.faq-box .card p {
    color: #414141;
}



.free-solar-services-text .heading-title {
    color: #fff;
}
.free-solar-services-box {
    background: url(../images/free-solar-services-banner-img.png) no-repeat;
    position: relative;
    background-repeat: no-repeat !important;
    z-index: 0;
    padding: 80px 0 80px 70px;
    background-size: 100% 100%;
}





/* OUR BLOG SECTION CSS START */
.blog-section {
	padding: 100px 0;
    overflow: hidden;
}
.blog-wrapper .row {
    justify-content: center;
}
.blog-wrapper .col-sm-4 {
    padding: 15px;
}
.blog-item figure {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.blog-content h3 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #062340;
}
.blog-content h3 a {
    color: #062340;
}
 .blog-item:hover .blog-content h3 a {
	color: #fff;
    transition: 0.6s;
}
.blog-content-info a.read-btn:hover {
    color: #062340;
    transition: 0.6s;
}
.blog-item figure img {
    width: 100%;
    transition: all 0.6s ease;
}
.blog-item:hover figure img {
    transform: scale(1.1);
}
.blog-content {
    padding: 30px 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin: -50px 30px 0 0;
    position: relative;
}
.blog-item:hover .blog-content {
    background: #062340;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
transition: all 0.6s ease;
}
.blog-content a.read-btn {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #FFD700;
}






/*----------- footer ---------*/



.footer {
    position: relative;
    padding: 100px 0 0;
    background: #F5F5F5;
    box-shadow: inset 0px 0px 20px rgba(6, 35, 64, 0.16);
}
.top-footer {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 25px;
    margin-bottom: 80px;
}
.top-footer .row {
    align-items: center;
}
.footer-menu ul {display: flex;justify-content: center;align-items: center;}
.footer-menu ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    color: #414141;
}
.footer-menu ul li a {color: #414141;}
.footer-menu ul li a:hover {color: #FFD700;transition: 0.6s;}
.footer-menu ul li::after {content: '/';font-weight: normal;font-size: 18px;line-height: 36px;text-align: center;font-family: 'Source Sans Pro';color: #414141;padding: 0 50px;}
.ftr-social a {
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    line-height: 48px;
    border: 1px solid #000;
}
.ftr-social a:hover {
    border: 1px solid #FFD700;
    transition: 0.6s;
}
.ftr-social a img {
    filter: brightness(0);
}
.ftr-social a:hover img {
    filter: none;
}
.ftr-item.item-2 {
    padding-top: 20px;
}
.ftr-title {
    margin-bottom: 15px;
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #062340;
    text-transform: capitalize;
}
.ftr-item ul li {
    list-style: none;
    font-family: 'Source Sans Pro';
    font-style: normal;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    color: #666;
}
.ftr-item ul li a {color: #666;}
.ftr-item ul li a:hover {color: #FFD700;}
.ftr-contact-col p strong {
    font-family: 'Source Sans Pro';
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #FFD700;
}
.ftr-contact-col p {margin: 0;
    color: #666;
}
.ftr-contact-col figure {
    width: 46px;
    height: 46px;
    text-align: center;
    padding-top: 0;
    line-height: 44px;
    margin-right: 20px;
    margin-top: 5px;
    border: 1px solid #FFCA00;
    border-radius: 4px;
}
.ftr-contact-col a {font-family: 'Source Sans Pro';font-style: normal;font-weight: normal;font-size: 18px;line-height: 28px;text-transform: capitalize; color: #666;display: block;}
.ftr-contact-col a:hover {color: #FFD700;}
.ftr-contact-col div {display: block !important;}
.ftr-contact-col {display: flex;flex-wrap: wrap;align-items: flex-start;
    margin-bottom: 20px;
}

.newsletter-form .medium {
    padding: 13px 38px 13px 0px !important;
    display: block;
    height: 54px;
    width: 100% !important;
    margin: 0 !important;
    background: transparent;
    font-family: 'Source Sans Pro';
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 28px;
    text-transform: capitalize;
    color: #666666;
    border-bottom: 1px solid rgba(6, 35, 64, 0.1);
}
.newsletter-form input.button.gform_button {
    display: inline-block;
    border: none;
    cursor: pointer;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    background-position: center;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #062340;
    border-radius: 4px;
    padding: 16px 40px;
}
.newsletter-form input.button.gform_button:hover{ 
    background: #FFCA00;
    color: #fff;
 }
 .newsletter-form .gform_body.gform-body {
    margin-bottom: 25px;
}
.newsletter-form {
    padding: 0px 0 20px;
}

.about-ftr {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 25px;
}

.footer-menu ul li:last-child:after {display: none;}
.menu-copyright ul {padding: 0;margin: 0;text-align: right;}
.menu-copyright ul li {list-style: none;display: inline-block;position: relative;font-weight: normal;font-size: 18px;line-height: 28px;text-align: center;font-family: 'Source Sans Pro';color: #666;}
.menu-copyright ul li a {color: #666;}
.menu-copyright ul li a:hover {color: #FFD700;}
.menu-copyright ul li::after {content: '/';font-size: 18px;line-height: 18px;color: #666;font-weight: normal;padding: 0 10px 0 13px;font-family: 'Source Sans Pro';}
.copyright-sections {
    padding: 30px 0;
    border-top: 1px solid #D9D9D9;
    margin-top: 40px;
}
.copyright p {
    margin: 0;
    color: #666;
}
.copyright p a {color: #FFD700;;}
.copyright p a:hover {color: #666;}
.menu-copyright {text-align: right;}
.menu-copyright ul li:last-child:after {display: none;}
.copyright-sections .row {align-items: center;}




/*--inner pages start--*/
section.inner-banner {position: relative; }
section.inner-banner::before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #062340;
    opacity: 0.9;
}
section.inner-banner::after {
    content: '';
    height: 1026px;
    width: 716px;
    top: 0;
    position: absolute;
    background: url(../images/inner-banner-after.png) no-repeat;
    right: 57px;
}
.inner-banner>img {width: 100%;}
.hero-banner-content {
    text-align: center;
}
.banner-btns.inner-btn {
    padding-top: 0;
}
.page-nav {width: 100%;padding: 11px 0;bottom: 0;left: 0;position: relative;background: #FFD700;border-top: 2px solid #fff;
    z-index: 1;}
.page-nav ul li {
    margin: 0px;
    list-style: none;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}
.page-nav ul li span a {color: #000;}
.page-nav ul li span a:hover {color: #1A1A1A;}
.page-nav ul li span {color: #000;}
section.inner-banner .caption-absolute {position: absolute;top: 57%;left: 0;width: 100%;transform: translateY(-50%);z-index: 1;}


/*--About -nnetr--*/
section.our-mission-section {
    padding: 100px 0;
}
section.reliable-energy-section {
    padding: 100px 0;
    background: #F5F5F5;
}
.reliable-energy-left {
    position: relative;
    margin-right: 80px;
}
.reliable-energy-left figure img {
    width: 100%;
    border-radius: 4px;
    background: #fff;
}
.reliable-energy-btns a.theme-btn.btn-white {
    background: #062340;
}
.reliable-energy-btns a.theme-btn.btn-white:hover {
    background: #FFD700;
    color: #062340;
}
.reliable-energy-btns a.theme-btn.btn-yellow {
    margin-left: 0;
}
.reliable-energy-btns a.theme-btn.btn-yellow:hover {
    background: #062340;
    color: #fff;
}


/*--services inner--*/
section.residential-services-section.services-inn {
    padding: 100px 0 320px;
}
section.residential-services-section.services-inn .residential-services-box {
    padding: 0;
}
section.residential-services-section.services-inn .residential-services-box ul li {
    width: 20%;
}
section.services-free-section {
    margin-top: -246px;
}
.services-free-box {
    background: url(../images/services-free-section.png) no-repeat;
    position: relative;
    background-repeat: no-repeat !important;
    z-index: 0;
    background-size: 100% 100%;
    padding-bottom: 145px;
    border: 13px solid #fff;
}
.services-free-text .heading-title {
    color: #fff;
}
.services-free-text {
    max-width: 766px;
    background: #062340;
    padding: 65px 25px 72px 56px;
    -webkit-clip-path: polygon(0 0, 100% 0, 97% 96%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 97% 96%, 0% 100%);
}
.services-free-btns a.theme-btn.btn-yellow {
    margin-left: 0;
}


/*--blog inner--*/
.wp-pegination {text-align: center;padding-top: 70px;}
.wp-pagenavi {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: center;}
.wp-pegination .page, .wp-pegination span, .wp-pagenavi a { width: 40px; height: 40px; display: inline-block; margin: 0 5px; text-align: center; text-transform: capitalize; border-radius: 4px; font-family: 'Source Sans Pro'; font-style: normal; font-weight: 600; font-size: 20px; line-height: 34px; border: 1px solid #062340; color: #062340; }
.wp-pegination span.current, .wp-pegination .page:hover { color: #000000; background: #FFD700; border: 1px solid #FFD700; }
.wp-pegination a.nextpostslink {background: url(../images/blog-next.png);background-repeat: no-repeat !important;background-position: center center !important;font-size: 0;}
.wp-pegination a.previouspostslink {background: url(../images/blog-next.png);background-repeat: no-repeat !important;background-position: center center !important;font-size: 0;transform: rotate(180deg);}
.wp-pegination a.nextpostslink:hover {border-color: #FFD700;}
span.pages,span.extend ,a.last,a.first { display: none; }
nav.navigation.pagination { display: none; }



/*--gallery page--*/
section.gallery-section {overflow: hidden;position: relative;padding: 100px 20px 0;}
.gallery-items>img {width: 100%;}
.gallery-img > figure > img {width: 100%;}
.gallery-row-parent {position: relative;}
.gallery-image {overflow: hidden;}
.gallery-row-parent .row {justify-content: center;}
.gallery-row-parent .col-sm-3 {padding: 15px;}
.gallery-image img {width: 100%;transition: all 0.6s; }
.gallery-items:hover .gallery-image img {transform: scale(1.1);}
.gallery-items {position: relative;overflow: hidden;margin: 0 0;height: 100%;border-radius: 10px;}
.gallery-item .gallery-image {width: 100%;height: 100%;object-fit: cover;}
.gallery-item-parent { position: absolute; bottom: 15px; left: 15px; right: 15px; top: 15px;     background: rgb(255 215 0 / 85%); overflow: hidden; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: .3s; transition: .3s ease; border-radius: 15px; }
.gallery-item-text {position: absolute;top: 50%;transform: translateY(-50%);left: 0;right: 0;width: 100%;text-align: center;}
a.example-image-link {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: center;align-items: center;height: 100px;width: 100px;position: relative;background: #fff;border-radius: 50%;margin: 0 auto;position: relative;}
.gallery-items:hover .gallery-item-parent {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}

.gallery-btn a.theme-btn.btn-white {
    color: #fff;
    border: 1px solid #062340;
    background: #062340;
}
.gallery-btn a.theme-btn.btn-white:hover {
    color: #062340;
    background: #FFD700;
    border: 1px solid #FFD700;
}
.gallery-btn a.theme-btn.btn-yellow:hover {
    color: #fff;
    border: 1px solid #062340;
    background: #062340;
}



@media(max-width:1199px) {  
section.gallery-section { padding: 40px 3px 0; }
.gallery-row-parent .col-sm-3 { padding: 12px; }
.gallery-item-parent { bottom: 10px; left: 10px; right: 10px; top: 10px; }
a.example-image-link { height: 70px; width: 70px; }
a.example-image-link img { max-width: 32px; }
}
@media(max-width:812px) {  
    .gallery-row-parent .col-sm-3 { width: 50%;padding: 10px; }
}



/*--Contact Us--*/
section.contact-page-section {
    padding: 100px 0;
}
.contact-page-form {
    max-width: 1370px;
    margin: 0 auto;
}
.contact-call {
    display: flex;
    align-items: center;
}
.contact-call .headcall-inn {
    padding-left: 10px;
}
.contact-call a.external-dni {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 76px;
    text-transform: capitalize;
    color: #FFD700;
}
.contact-call a.external-dni:hover {
    color: #062340;
}
.contact-box {
    display: flex;
    margin-top: 20px;
}
.contact-address {
    padding: 45px 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 50%;
    margin: 15px;
    text-align: center;
}
.contact-address:first-child {
    margin-left: 0;
}
.contact-address .contact-info-icon figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 95px;
    margin: 0 auto 35px;
    background: #F5F5F5;
}
.contact-address p strong {
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    color: #062340;
}
.form-title {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    text-transform: capitalize;
    color: #062340;
    margin-bottom: 30px;
}
.contact-right-form {
    background: #F5F5F5;
    padding: 36px 30px;
}
.contact-form-col .gform_wrapper .medium {
    width: 100%!important;
    font-size: 18px!important;
    padding: 5px 20px!important;
    -webkit-appearance: none;
    resize: none;
    position: relative;
    height: 50px;
    transition: all 1s;
    margin: 0!important;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    color: #666666;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.contact-form-col .ginput_container.ginput_container_textarea textarea.medium.textarea {
    height: 105px!important;
}
.contact-form-col .gform_wrapper .gfield {
    padding: 0px 10px 20px;
    clear: both;
    text-align: left;
    width: 100%;
    margin: 0;
}
.contact-form-col .gform_body {
    margin: 0 -10px;
}
.contact-form-col input.button.gform_button {
    padding: 19px 40px;
    display: inline-block;
    cursor: pointer;
    transition: all 1s;
    border: none;
    box-shadow: none;
    margin: 0 !important;
    width: auto;
    text-align: center;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    text-transform: capitalize;
    color: #000000;
    background: #FFD700;
    border-radius: 4px;
}
.contact-form-col input.button.gform_button:hover{
    color: #fff;
    background: #062340;
    transition: 0.6s;
}
.gform_footer.top_label {
    padding-top: 15px;
}
.gform_wrapper .medium.gfield_select {
    background: #FFFFFF url(../images/select-arrow.png) no-repeat right 20px center!important;
    background-size: 16px !important;
}
.gform_wrapper .gfield.gfield--width-full { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.gform_wrapper .gfield.gfield--width-half { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.contact-form-col .gform_wrapper .medium::-webkit-input-placeholder { /* Edge */ color: #414141;opacity: 1;}
.contact-form-col .gform_wrapper .medium:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #414141;opacity: 1;}
.contact-form-col .gform_wrapper .medium::placeholder {color: #414141;opacity: 1;}
.banner-main-form-div .gform_body {
    margin: 0 -10px;
}
.contact-right-form figure img {
    width: 100%;
}
section.contract-map-section {
    padding-bottom: 100px;position: relative;
}
.country-map img {
    border: 22px solid #fff;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.country-map {
    border: 22px solid #fff;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 10%);
    border-radius: 4px;
}

.map-icon {
    position: absolute;
    top: 38.5%;
    left: 0;
    right: 5px;
    text-align: center;
}

section.error-page-section {
    padding: 100px 0;
}

/*
--Service Areas inner --*/
.service-area-section.service-areas-inner { background-image: none; margin: 0; padding: 100px 0; position: relative;}
.service-area-section.service-areas-inner::before {content: '';height: 100%;width: 100%;top: 0;position: absolute;background: url(../images/service-area-pattern.png) no-repeat;left: 0;z-index: -1;background-position: center;}
.service-area-section.service-areas-inner .service-area-map {margin: 0;}
.service-area-section.service-areas-inner .service-area-map figure {background: #F5F5F5;width: 586px;height: 586px;border-radius: 50%;text-align: center;border: 0;padding: 100px;overflow: hidden;margin: 0 auto;}
.service-area-section.service-areas-inner .area-location-bx h6 {color: #666666;}
.service-area-section.service-areas-inner .area-location-bx h6:hover {color: #FFD700;}
.service-area-estimate {background: #1A246B;border-radius: 4px;position: relative;text-align: center;}
.service-area-estimate-box .heading-title {color: #fff;}
.service-area-estimate::before {content: '';height: 100%;width: 40%;top: 0;left: 0;position: absolute;background: #FC8800;border-radius: 4px 0 0 4px;}
.service-area-estimate-img figure {border-radius: 200px 0px 200px 200px;overflow: hidden;position: relative;padding: 18px;}
.service-area-estimate-img figure::before {content: '';height: 100%;width: 100%;top: 0;left: 0;position: absolute;border: 20px solid rgb(26 36 107 / 8%);border-radius: 200px 0px 200px 200px;}
.service-area-estimate-img figure img {width: 100%;border-radius: 200px 0px 200px 200px;border: 5px solid #fff;}
.service-area-estimate-img {position: relative;padding: 50px;}
.service-area-estimate-box {position: relative;z-index: 0;padding: 117px 20px 20px 0;height: 100%;}
.service-area-estimate-box::before {content: '';height: 200px;width: 710px;top: 0;position: absolute;background: #222E83;border-radius: 100px 4px 4px 4px;right: 0;z-index: -1;}
.service-area-estimate-box::after {content: '';height: 119px;width: 123px;bottom: 0;position: absolute;background: url(../images/area-estimate-pattern-after.png) no-repeat;left: -41px;z-index: -1;}
section.service-area-estimate-section {padding: 0 0 100px;}
.location-btns.loc-inn a.theme-btn.btn-white {background: #062340;}
.location-btns.loc-inn a.theme-btn.btn-white:hover {background: #FFD700;}
.location-btns.loc-inn a.theme-btn.btn-yellow:hover {background: #062340;}
section.services-free-section.service-areas-inner { margin: 0; padding-bottom: 100px ; }
.service-area-left.inner { padding: 90px 20px 20px 150px; }

.ftr-logo img {
    max-width: 200px;
}

/*------------- Blog Search Css ---------------*/
.search-btn { border-radius: 10px; }
.search-btn form {position: relative}
.search-btn input.search-field {width: 100%; padding: 10px 70px 10px 15px; border: 1px solid rgba(0, 0, 0, 0.3); height: 50px; background-color: #fff; border-radius: 8px; font-size: 18px; line-height: 28px; color: #414141; font-weight: 400; font-family: 'Montserrat'; margin: 0px;  }
.search-btn input.search-submit { border: none; position: absolute; top: 11px; width: 40px; right: 9px; background: url(../images/search.png) no-repeat right 15px center; height: 30px; font-size: 0; padding: 0px; margin: 0px; background-position: center; }
.search-btn label { display: none; }

nav.navigation.post-navigation {overflow: hidden;padding: 25px 0 16px}
.nav-next a, .nav-previous a {font-family: 'Source Sans Pro'; display: inline-block; position: relative; font-style: normal; padding: 18px 37px; border: none; font-weight: 600; font-size: 22px; line-height: 28px; text-align: center; text-transform: capitalize; border-radius: 4px; background: #FFD700; }
.nav-next a:hover, .nav-previous a:hover { background: #1A1A1A; color: #fff; transition: 0.6s; }
.row.testirow {margin-top: 50px;}
.row.testirow .col-sm-4 {margin-bottom: 50px;}
.nav-previous {float: left}
.nav-next {float: right;margin-right: 0;}
.post-navigation span.post-title {display: none}
.post-navigation span.screen-reader-text {display: none}
.post-navigation h2.screen-reader-text {display: none}


.services-detail-left {background: #f2f4fc;padding: 15px;border-radius: 4px;}
.services-img-detail {padding-bottom: 15px;}
.services-detail-left img {border-radius: 5px;}
.services-detail-left h2 {font-size: 40px;line-height: 50px;color: #1A1A1A;}
.services-detail-left h6 {font-size: 20px;line-height: 28px;color: #1A1A1A;}
.service-detail-right .form-hero {padding: 50px 28px;background: #f2f4fc;border-radius: 4px;position: inherit;border: none;margin-bottom: 50px;}
.service-detail-right .form-hero .b-form-title {font-family: 'Bitter';font-style: normal;margin-bottom: 15px;font-weight: bold;text-transform: capitalize;font-size: 30px;line-height: 28px;text-align: left;color: #1A1A1A;}
.service-detail-right .form-hero .gform_wrapper .medium {width: 100%!important;font-size: 18px!important;font-family: 'Source Sans Pro';padding: 11px 15px!important;-webkit-appearance: none;resize: none;position: relative;height: 50px;transition: all 1s;margin: 0!important;color: #666666!important;font-weight: normal;line-height: 28px;text-transform: capitalize;background: #FFFFFF;border-radius: 4px;border: none;}
.form-hero  .gform-body.gform_body {
    margin: 0 -8px;
}
.service-detail-right .form-hero .gform_wrapper .medium::-webkit-input-placeholder { /*
 Edge */
color: #666666;opacity: 1;}
.service-detail-right .form-hero .gform_wrapper .medium:-ms-input-placeholder { /*
 Internet Explorer 10-11 */
color: #666666;opacity: 1;}
.service-detail-right .form-hero .gform_wrapper .medium::placeholder {color: #666666;opacity: 1;}
.service-detail-right .form-hero input.button.gform_button:hover {background: #000000; color: #FFF;}
.form-hero input.button.gform_button { font-family: 'Source Sans Pro'; font-style: normal; padding: 16px 38px; display: inline-block; position: relative; cursor: pointer; transition: all 1s; border: none; box-shadow: none; font-weight: 600; font-size: 22px; line-height: 28px; text-transform: capitalize; color: #000000; background: #FFD700; border-radius: 4px; }
.form-hero input.button.gform_button:hover {color: #062340; background: #FFD700; transition: 0.6s;}
.service-detail-list.estimatin-titel {text-align: center;}
.service-detail-list {margin-bottom: 50px;padding: 40px 28px 30px;background: #f2f4fc;border-radius: 4px;}
.service-detail-list h4, .service-detail-form h4, .sidebar-title {font-family: 'Bitter';font-style: normal;font-weight: 400;font-size: 30px;line-height: 37px;color: #1A1A1A;position: relative;margin-bottom: 18px;}
.service-detail-list ul li {list-style: none;margin-bottom: 10px;position: relative;}
.service-detail-list ul li::after {content: "\f105";font-style: normal;font-weight: 400;font-size: 18px;line-height: 28px;color: #666666;font-family: FontAwesome;position: absolute;top: 13px;right: 20px;}
.service-detail-list ul li a {font-family: 'Source Sans Pro';font-style: normal;font-weight: 400;font-size: 18px;line-height: 28px;color: #666666;display: block;padding: 11px 20px;background: #FFFFFF;border: 1px solid rgba(26, 36, 107, 0.1);border-radius: 4px;}
.service-detail-list ul li a:hover, .service-detail-list ul li.active a {color: #FFD700;}
.service-detail-list ul li:last-child {border: none;}
.service-detail-form h4 {color: #fff;}
.service-detail-right {padding-left: 50px;}
.estimatin-btn a.theme-btn.btn-yellow:hover {color: #fff;background: #1A1A1A;border: 1px solid #1A1A1A;}
.services-card .services-img-detail figure img {width: 100%;transition: all 1s;border: 10px solid #dfdede;}
section.blog-section.blog-dtl {padding-top: 0;}
.blog-row-parent .row {justify-content: center;}
.blog-row-parent .col-sm-3 {padding: 15px;}
.service-detail-right .gform_wrapper .medium.gfield_select { background: #fff url(../images/select-dtl-arrow.png) no-repeat right 15px center!important; background-size: 18px !important; }
button.search-icon {position: absolute;right: 10px;top: 10px;background: transparent;border: none;}
input.search-medium {width: 100%!important;font-size: 18px!important;font-family: 'Source Sans Pro';padding: 11px 45px 11px 15px !important;-webkit-appearance: none;resize: none;position: relative;height: 50px;transition: all 1s;margin: 0!important;color: #666666!important;font-weight: normal;line-height: 28px;text-transform: capitalize;background: #FFFFFF;border-radius: 4px;border: none;border: 1px solid rgba(26, 36, 107, 0.1);}
section.testimonial-section.testimonial-inn {
    padding: 100px 0;
    margin: 0;
}
.sidebar-title a.external-dni {
    display: block;
    color: #FFD700;
    font-size: 30px;
    line-height: 35px;
}
.sidebar-title a.external-dni:hover {
    color: #1A1A1A;
    transition: 0.6s;
}
.newsletter-form .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border-bottom: 1px solid #c02b0a !important;
border: none;}

section.faq-section.inner {
    padding-bottom: 100px;
}



@media (min-width: 1200px) {
/*------------- mega menu ---------------*/
.menu-top-menu-container {position: relative}
.mega-menu {position: inherit!important}
.mega-menu .hover_mega_menu {visibility: hidden;position: absolute;margin-top: 0;width: 100%;right: 0;border-radius: 0 0 10px 10px;box-shadow: 0 0 5.5px rgb(5 5 5 / 20%);background-color: #fff;box-sizing: border-box;z-index: 999;opacity: 0;-webkit-transition: all .4s ease 0s;-o-transition: all .4s ease 0s;transition: all .4s ease 0s;-webkit-transform: rotateX(90deg);-moz-transform: rotateX(90deg);-ms-transform: rotateX(90deg);transform: rotateX(90deg);-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;padding: 25px 25px 25px 25px;}
.mega-menu:hover>.hover_mega_menu {visibility: visible;opacity: 1;-webkit-transform: rotateX(0);-moz-transform: rotateX(0);-ms-transform: rotateX(0);transform: rotateX(0)}
.mega-menu ul.sub-menu li {-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;counter-increment: brick-counter;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-right: 15px!important;background: transparent !important;border-bottom: none;text-transform: inherit !important;}
.mega-menu ul.sub-menu li a {background: transparent !important;color: #414141 !important;}
.mega-menu ul.sub-menu li:hover a {background: transparent !important;color: #FFD700 !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li {position: relative;padding-left: 14px !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li a {background: transparent !important;color: #414141 !important;padding: 3px 10px 3px 15px;padding-left: 0 !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:hover a {background: transparent !important;color: #FFD700 !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li::before {content: "\f105";font-size: 18px;color: #FFD700;font-family: 'FontAwesome';left: 0;position: absolute;top: -1px;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:last-child:before {display: block;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li.mega-menu-img {width: 27% !important;padding: 0 !important;margin: 0 0 0 0 !important;float: right;position: absolute !important;top: 25px;right: 25px;bottom: 34px;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li.mega-menu-img::before {display: none;}
.mega-menu .hover_mega_menu ul.sub-menu {position: relative;width: auto;top: 0;opacity: 1;overflow: visible;transform: inherit;transform-origin: inherit;visibility: inherit;column-count: 3;border: none;border-radius: 0;box-shadow: none;transition: inherit;margin: 0;transform: rotateX(0deg);}
/*------------- mega menu  2222---------------*/
.mega-menu2 {position: inherit!important}
.mega-menu2 .hover_mega_menu {visibility: hidden;position: absolute;margin-top: 0;width: 100%;border-radius: 0 0 10px 10px;left: -0px;margin-left: 0px;right: 0;box-shadow: 0 0 5.5px rgba(5, 5, 5, 0.20);background-color: #fff !important;box-sizing: border-box;z-index: 999;opacity: 0;-webkit-transition: all .4s ease 0s;-o-transition: all .4s ease 0s;transition: all .4s ease 0s;-webkit-transform: rotateX(90deg);-moz-transform: rotateX(90deg);-ms-transform: rotateX(90deg);transform: rotateX(90deg);-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;padding: 25px 25px 25px 25px;}
.mega-menu2:hover>.hover_mega_menu {visibility: visible;opacity: 1;-webkit-transform: rotateX(0);-moz-transform: rotateX(0);-ms-transform: rotateX(0);transform: rotateX(0)}
.mega-menu2 .hover_mega_menu ul.sub-menu {position: relative;width: auto;top: 0;opacity: 1;overflow: visible;transform: inherit;transform-origin: inherit;visibility: inherit;column-count: 3;border: none;border-radius: 0;box-shadow: none;transition: inherit;margin: 0;transform: rotateX(0deg);}
.mega-menu2 ul.sub-menu li {-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;counter-increment: brick-counter;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-right: 0px!important;background: transparent !important;border: none;}
.mega-menu2 ul.sub-menu li a {background: transparent !important;color: #FFD700 !important;}
.mega-menu2 ul.sub-menu li a:hover {background: transparent !important;color: #FFD700 !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li {position: relative;padding-left: 0 !important;margin-left: 0px !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a {background: transparent !important;color: #414141 !important;padding: 5px 10px;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children a {padding: 5px 0!important;margin-left: 0px !important;font-weight: 600;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a:hover {background: transparent !important;color: #FFD700 !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a::after {color: #FFD700 !important;top: 21px;display: none;}
/* .navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu {opacity: 1 !important;visibility: visible !important;position: relative;background: transparent;box-shadow: none;padding: 0;transform: rotateX(0deg);padding-left: 0px;padding-bottom: 0;}
 */
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu a {padding-left: 0 !important;padding-top: 0 !important;font-weight: 400;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu a:hover {color: #FFD700 !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu li {padding-left: 15px !important;width: 100%;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu li::before {content: "\f105";font-size: 18px;color: #062340;font-family: 'FontAwesome';left: 0;position: absolute;top: 4px;display: block;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2:hover ul.sub-menu li ul.sub-menu {opacity: 1 !important;visibility: visible !important;position: relative;transform: rotateX(0deg);}
.navbar-collapse .menu-top-menu-container > ul > li.mega-menu2 .hover_mega_menu ul li a {text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container > ul > li.mega-menu .hover_mega_menu ul li a {text-transform: inherit !important;}
.contact-detail-menu {border-radius: 4px;display: inline-block;width: 100%;padding: 20px 20px 20px;background: #F3F9FF;overflow: hidden;margin: 20px 0 0;text-align: left;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children a:hover {color: #FFD700 !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu {margin-left: 0px;margin-top: 0;left: 0 !important;border-bottom: none;}
}
@media (min-width:1200px) {
.container {max-width: 1180px !important;}
}
@media (min-width:1300px) {
.container {max-width: 1270px !important;}
}
@media (min-width:1400px) {
.container {max-width: 1360px !important;}
}
@media (min-width:1500px) {
.container {max-width: 1440px !important;}
}
@media (min-width:1600px) {
.container {max-width: 1540px !important;}
}
@media (min-width:1700px) {
.container {max-width: 1630px !important;
}
}
@media(max-width:1999px){
    .header-section::before {
        height: 110px;
        width: 18%;
    }
}
@media(max-width:1799px){
.about-img figure {
    width: 610px;
    height: 610px;
}
section.inner-banner::after {
    height: 590px;
    width: 716px;
}

}
@media(max-width:1699px){
.container {
    padding: 0 50px;
}
.heading-title {
    font-size: 55px;
    line-height: 64px;
}
.header-section::before {
    height: 88px;
}
.form-hero {
    padding: 25px 20px;
}
.form-hero .b-form-title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 34px;
}
.home-banner {
    padding: 210px 0 122px 0;
}
.floating-icon a {
    padding: 10px 19px;
    font-size: 20px;
    line-height: 28px;
}
.banner-title {
    margin-bottom: 5px;
    font-size: 67px;
    line-height: 105px;
}
.banner-caption-left {
    padding: 20px 178px 0 0;
}
.home-banner::after {
    height: 895px;
    width: 685px;
    right: 55px;
}
.logo-list {
    padding: 0 35px;
}
.logo-section {
    margin-top: -57px;
}
section.our-process-section {
    padding: 80px 0;
}
section.commercial-services-section {
    padding: 80px 0;
}
.overview-timing-section {
    padding: 80px 0;
}
section.testimonial-section {
    padding: 80px 0;
}
.faq-section {
    padding: 80px 0;
}
.blog-section {
    padding: 80px 0;
}
.footer {
    padding: 80px 0 0;
}
.residential-services-box {
    padding: 80px 40px 20px 90px;
}
.residential-services figure img {
    max-width: 92px;
}
.residential-services figure {
    margin-bottom: 20px;
}
a.theme-btn {
    padding: 14px 27px;
    margin: 7px;
    font-size: 22px;
    line-height: 28px;
}
.overview-timing-section .heading-title {
    margin: 0 auto 30px;
}
.client-name {
    bottom: 25px;
    left: 0;
}
.client-say-box {
    padding: 25px 15px 95px;
}
.client-name .quto-img {
    width: 78px;
    height: 54px;
}
.service-area-row {
    padding: 75px 0 60px 62px;
}
.blog-content {
    padding: 20px 15px;
    margin: -50px 30px 0 0;
}
.footer-menu ul li::after {
    font-size: 18px;
    line-height: 36px;
    padding: 0 35px;
}
.top-footer {
    padding-bottom: 25px;
    margin-bottom: 57px;
}
.newsletter-form {
    padding: 0px 0 10px;
}
.copyright-sections {
    padding: 24px 0;
    margin-top: 25px;
}
section.our-mission-section {
    padding: 80px 0;
}
section.reliable-energy-section {
    padding: 80px 0;
}
.reliable-energy-left {
    margin-right: 50px;
}
section.inner-banner::after {
    background-size: 600px;
    right: 0;
}
section.services-free-section {
    margin-top: -185px;
}
.services-free-text {
    padding: 50px 25px 53px 43px;
}
.services-free-box {
    padding-bottom: 100px;
}
section.residential-services-section.services-inn {
    padding: 80px 0 250px;
}
.wp-pegination {
    padding-top: 40px;
}
section.contact-page-section {
    padding: 80px 0;
}
.contact-right-form {
    padding: 30px 20px;
}
.form-title {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 19px;
}
section.contract-map-section {
    padding-bottom: 80px;
}
.inner-banner>img {
    height: 503px;
    object-fit: cover;
}
section.default-section {
    padding: 80px 0;
}
.service-detail-right .form-hero {
    padding: 30px 20px; 
    margin-bottom: 30px;
}
.service-detail-list {
    margin-bottom: 30px;
    padding: 30px;
}
section.error-page-section {
    padding: 80px 0;
}
.service-detail-right {
    padding-left: 30px;
}
.nav-next a, .nav-previous a {
    padding: 14px 32px;
    font-size: 20px;
    line-height: 24px !important;
}
.header-bottom .head-call-now a {
    font-size: 26px;
    line-height: 32px;
}
.head-call-now p {
    font-size: 20px;
    line-height: 25px;
}
.head-call-now figure img {
    max-width: 50px;
}
.service-area-section.service-areas-inner {
    padding: 80px 0;
}
.service-area-left.inner {
    padding: 70px 20px 20px 100px;
}
.service-area-section.service-areas-inner .service-area-map figure {
    width: 586px;
    height: 586px;
    padding: 84px;
}
section.services-free-section.service-areas-inner {
    padding-bottom: 80px;
}



}
@media(max-width:1599px){
.header-section::before {
    height: 78px;
    width: 10%;
}
.about-text {
    padding-right: 40px;
}
.about-img figure {
    width: 505px;
    height: 505px;
}
.heaer-top .col-sm-3 {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}
.heaer-top .col-sm-9 {
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
}
.top-logo img {
    padding: 15px 42px;
}



}

@media(max-width:1499px){
    .container {
    padding: 0 45px;
    max-width: 100% !important;
}
.container-fluid {
max-width: 100% !important;
}
h1 { font-size: 32px; line-height: 40px;}
h2 { font-size: 30px; line-height: 38px;}
h3 { font-size: 28px; line-height: 36px;}
h4 { font-size: 26px; line-height: 32px;}
h5 { font-size: 24px; line-height: 28px;}
h6 { font-size: 22px; line-height: 26px;}
.heading-title, .heading-title h1, .heading-title h2, .heading-title h3 {
    font-size: 47px;
    line-height: 54px;
}
.header-section::before {
    height: 75px;
    width: 7%;
}
.banner-title {
    margin-bottom: 5px;
    font-size: 59px;
    line-height: 95px;
}
.top-logo img {
        padding: 10px 27px;
    max-height: 90px;
}
.floating-icon a {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 25px;
}
.floating-icon {
    right: -62px;
}
/* .heaer-top .col-sm-3 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}
.heaer-top .col-sm-9 {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
} */
.our-process-img {
    width: 120px;
    height: 120px;
    padding: 15px;
    margin: 0 auto 20px;
}
.our-process-counter-box figure img {
    max-width: 46px;
}
.our-process-counter-box figure {
    line-height: 79px;
}
.counter {
    height: 30px;
    width: 30px;
    line-height: 29px;
    top: 3%;
    left: 36%;
    font-size: 16px;
}
.our-process-box h3 {
    font-size: 22px;
    line-height: 26px;
}
.residential-services-box {
    padding: 50px 0px 20px 1px;
}
.residential-services {
    padding: 24px 18px;
}
.video-icon img {
    max-width: 114px;
}
.commercial-services {
    padding: 30px 25px;
}
.commercial-services h3 {
    font-size: 25px;
    line-height: 32px;
}
.commercial-services figure {
    margin-bottom: 20px;
}
a.theme-btn {
    padding: 12px 23px;
    margin: 5px;
    font-size: 20px;
    line-height: 27px;
}
table.table.table-striped tr th {
    font-size: 20px;
    line-height: 26px;
    padding: 16px 8px;
}
.table tbody td {
    padding: 21px 15px;
}
.table tbody td h6 {
    font-size: 20px;
    line-height: 22px;
}
.service-area-row {
    padding: 50px 0 35px 40px;
}
.service-area-section {
    margin-top: -140px;
}
section.need-use-section {
    padding: 60px 0 205px;
}
section.faq-section .heading-title {
    padding-bottom: 20px;
}
.free-solar-services-box {
    padding: 50px 0 50px 42px;
}
.about-ftr {
    padding: 20px 15px;
}
.top-footer {
    padding-bottom: 25px;
    margin-bottom: 40px;
}
.footer-menu ul li::after {
    font-size: 18px;
    line-height: 36px;
    padding: 0 25px;
}
.ftr-social a {
    height: 40px;
    width: 40px;
    margin-right: 7px;
    line-height: 34px;
}
.ftr-social a img {
    max-width: 18px;
}
.newsletter-form input.button.gform_button {
    font-size: 20px;
    line-height: 24px;
    padding: 13px 28px;
}
.ftr-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 26px;
}
.newsletter-form .gform_body.gform-body {
    margin-bottom: 15px;
}
section.inner-banner::after {
    background-size: 503px;
    height: 462px;
    width: 529px;
}
.contact-form-col input.button.gform_button {
    padding: 15px 28px;
    font-size: 20px;
    line-height: 28px;
}
.contact-address {
    padding: 30px 15px;
    margin: 15px;
}
.form-hero .gform_wrapper .medium {
    height: 40px;
}
.form-hero .gform_wrapper textarea.medium {
    height: 80px!important;
}
.form-hero input.button.gform_button {
    padding: 14px 32px;
    font-size: 20px;
    line-height: 26px;
}
#back-top-wrapper {display: none;}
.banner-btns {
    padding-top: 30px;
}
.top-text {
    font-size: 18px;
    line-height: 28px;
    padding: 10px;
}
.head-call-now p {
    font-size: 18px;
    line-height: 26px;
}
.header-bottom .head-call-now a {
    font-size: 26px;
    line-height: 29px;
}
.head-call-now figure img {
    max-width: 45px;
}
.head-call-now .headcall-inn {
    padding-left: 10px;
}
.logo-list ul li figure img {
    max-height: 90px;
}
.residential-services h3 {
    line-height: 33px;
}
.our-process-box {
    padding: 20px 40px;
}
.commercial-services-row {
    margin: 15px auto 0;
}
.commercial-services figure img {
    max-width:88px;
}
.area-location-bx h6 {
    padding-left: 38px;
    margin-bottom: 15px;
    background-position: top 1px left;
    font-size: 20px;
    line-height: 28px;
    background-size: 26px;
}
.modal.popup-form .modal-body .form-hero {
    padding: 20px 15px;
}
.popup-dtl {
    padding: 20px 15px 0;
}

.modal.popup-form .modal-dialog {
    position: relative;
    transform: inherit;
    width: 100%;
    border-radius: 10px;
    margin: 60px auto 0;
    top: 0;
}
.service-detail-right .form-hero .b-form-title {
    font-size: 26px;
    line-height: 26px;
}
.service-detail-list h4, .service-detail-form h4, .sidebar-title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 15px;
}
.service-detail-right .form-hero .gform_wrapper .medium {
    font-size: 16px!important;
    padding: 5px 10px!important;
    height: 40px;
}
.form-hero .gform_wrapper .gfield {
    padding: 0 5px 13px;
}
.form-hero .gform-body.gform_body {
    margin: 0 -5px;
}
.service-detail-list ul li a {
    font-size: 18px;
    line-height: 28px;
    padding: 8px 15px;
}
.service-detail-list ul li::after {
    top: 9px;
    right: 15px;
}
.services-detail-left h2 {
    font-size: 34px;
    line-height: 40px;
}
.service-detail-right {
    padding-left: 15px;
}
.sidebar-title a.external-dni {
    font-size: 26px;
    line-height: 30px;
}
.home-banner::after {
    height: 738px;
    width: 704px;
    right: 59px;
}
.service-area-section.service-areas-inner {
    padding: 60px 0;
}
.service-area-left.inner {
    padding: 50px 20px 20px 50px;
}
.service-area-section.service-areas-inner .service-area-map figure {
    width: 450px;
    height: 450px;
    padding: 60px;
}




}

@media(max-width:1399px){
.heading-title, .heading-title h1, .heading-title h2, .heading-title h3 {
    font-size: 42px;
    line-height: 50px;
}
.form-hero .b-form-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 27px;
}
.top-logo img {
    padding: 11px 15px;
    max-height: 84px;border-radius: 0
}
.header-section::before {
    height: 79px;
    width: 7%;
}
section.our-process-section {
    padding: 60px 0;
}
section.commercial-services-section {
    padding: 60px 0;
}
.overview-timing-section {
    padding: 60px 0;
}
section.testimonial-section {
    padding: 60px 0;
}
.faq-section {
    padding: 60px 0;
}
.blog-section {
    padding: 60px 0;
}
.footer {
    padding: 60px 0 0;
}
.about-img figure {
    width: 420px;
    height: 420px;
}
section.our-mission-section {
    padding: 60px 0;
}
section.reliable-energy-section {
    padding: 60px 0;
}
.services-free-text {
    padding: 40px 25px 40px 30px;
}
section.services-free-section {
    margin-top: -141px;
}
section.residential-services-section.services-inn {
    padding: 60px 0 204px;
}
section.contact-page-section {
    padding: 60px 0;
}
section.contract-map-section {
    padding-bottom: 60px;
}
.client-name .quto-img figure img {
    max-width: 26px;
}
.client-name .quto-img figure {
    height: 38px;
    width: 38px;
    line-height: 38px;
}
.client-name .quto-img {
    width: 55px;
    height: 47px;
}
.client-nm-text h6 {
    font-size: 18px;
    line-height: 25px;
}
.start-icon img {
    max-width: 17px;
}
.client-dtl {
    padding-left: 6px;
}
.client-name {
    bottom: 20px;
    left: 0;
}
.client-say-box {
    padding: 20px 15px 75px;
}
section.default-section {
    padding: 60px 0;
}
section.error-page-section {
    padding: 60px 0;
}
.header-bottom .head-call-now a {
    font-size: 22px;
    line-height: 26px;
}
.head-call-now figure img {
    max-width: 40px;
}
section.services-free-section.service-areas-inner {
    padding-bottom: 60px;
}






}
@media(max-width:1299px){
.header-section::before {
    height: 74px;
    width: 7%;
}
.ftr-contact-col figure {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-right: 10px;
}
}
@media(max-width:1199px){
h1 { font-size: 26px; line-height: normal;}
h2 { font-size: 24px; line-height: normal;}
h3 { font-size: 23px; line-height: normal;}
h4 { font-size: 22px; line-height: normal;}
h5 { font-size: 20px; line-height: normal;}
h6 { font-size: 18px; line-height: normal;}
.container {
    padding: 0 15px;
}
.container-fluid {
    padding: 0 15px !important;
}
p {
    font-size: 16px;
    line-height: 22px;
}
.heading-title, .heading-title h1, .heading-title h2, .heading-title h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
}
section.our-process-section {
    padding: 40px 0;
}
section.commercial-services-section {
    padding: 40px 0;
}
.overview-timing-section {
    padding: 40px 0;
}
section.testimonial-section {
    padding: 40px 0;
}
.faq-section {
    padding: 40px 0;
}
.blog-section {
    padding: 40px 0;
}
.footer {
    padding: 40px 0 0;
}
section.our-mission-section {
    padding: 40px 0;
}
section.reliable-energy-section {
    padding: 40px 0;
}
section.contact-page-section {
    padding: 40px 0;
}
section.contract-map-section {
    padding-bottom: 40px;
}
.floating-icon {
    display: none;
}
.banner-title {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 52px;
}
.banner-caption ul li {
    padding-left: 28px;
    margin-bottom: 15px;
    background-position: top 3px left;
    font-size: 18px;
    line-height: 26px;
    background-size: 20px;
}
.banner-caption-left {
    padding: 0px 50px 0 0;
}
.home-banner .col-sm-8 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.home-banner .col-sm-4 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.form-hero .b-form-title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 23px;
}
.form-hero input.button.gform_button {
    padding: 14px 28px;
    font-size: 18px;
    line-height: 24px;
}
a.theme-btn {
    padding: 12px 20px;
    margin: 2px;
    font-size: 18px;
    line-height: 25px;
}
.gform_wrapper .gfield {
    padding: 0 8px 10px;
    clear: both;
    text-align: left;
    width: 100%;
    margin: 0;
}
.home-banner::after {display: none;}
.header-bottom {
    padding-right: 50px;
}
.top-text {display: none;}
.header-section {
    background: #fff;
    position: relative;
}
.heaer-top {
    border-radius: 0;
    padding: 10px 0;
}
.header-section.sticky {
    padding: 0;
}
.home-banner {
    padding: 50px 0 40px 0;
}
.heaer-top .col-sm-9 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.heaer-top .col-sm-3 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.logo-section {
    margin-top: 40px;
}
.logo-list ul li figure img {
    max-height: 81px;
    max-width: 128px;
}
.residential-services h3 {
    line-height: 28px;
}
.our-process-box {
    padding: 20px 20px;
}
.our-process-img {
    width: 100px;
    height: 100px;
    padding: 10px;
    margin: 0 auto 20px;
}
.counter {
    height: 25px;
    width: 25px;
    line-height: 25px;
    top: 3%;
    left: 31%;
    font-size: 14px;
}
.our-process-box h3 {
    font-size: 20px;
    line-height: 22px;
}
.residential-services figure img {
    max-width: 72px;
}
.residential-services-box {
    padding: 30px 0px 20px 1px;
}
.residential-services-box ul li {   
    padding: 10px 10px;
}
.video-icon img {
    max-width: 83px;
}
.commercial-services figure img {
    max-width: 75px;
}
.commercial-services h3 {
    font-size: 22px;
    line-height: 27px;
}
.commercial-services figure {
    margin-bottom: 15px;
}
section.about-section::before {display: none;}
section.about-section {
    padding: 40px 0;
}
.about-text {
    padding-right: 0;
}
.about-img figure {
    width: 300px;
    height: 300px;
}
.table tbody td h6 {
    font-size: 18px;
    line-height: 20px;
}
table.table.table-striped tr th {
    font-size: 18px;
    line-height: 21px;
    padding: 12px 8px;
}
.table tbody td {
    padding: 18px 15px;
}
.testimonial-row-parent .col-sm-3 {
    padding: 15px;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.service-area-section {
    margin-top: 40px;
}
section.need-use-section::after {display: none;}
section.need-use-section {
    padding: 60px 0;
}
.service-area-row {
    padding: 40px 0 35px 40px;
}
.service-area-row .col-sm-5 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.faq-box .card-header h5, .card-header-title {
    padding: 20px 55px 20px 20px;
    font-size: 20px;
    line-height: 24px;
}
.faq-box .card-header h5:after, .card-header-title::after {
    width: 30px;
    height: 30px;
    right: 15px;
    background-size: 14px;
}
.faq-box .card-header h5.collapsed:after, .card-header-title.collapsed::after {
    background-size: 14px;
}
.card-body.default-css {
    padding: 0 36px 5px 20px;
}
.faq-box .card {
    margin: 0 0 15px;
}
.free-solar-services-box {
    padding: 40px 0 40px 20px;
}
.blog-content h3 {
    font-size: 18px;
    line-height: 23px;
}
.blog-content {
    padding: 15px 15px;
    margin: -43px 20px 0 0;
}
.footer-menu ul li::after {display: none;}
.top-footer {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.ftr-contact-col figure {
    width: 40px;
    height: 40px;
    line-height: 33px;
    margin: 0 auto 10px;
}
.newsletter-form .medium {
    padding: 9px 28px 8px 0px;
    height: 45px;
    font-size: 16px !important;
    line-height: 20px !important;
}
.newsletter-form input.button.gform_button {
    font-size: 16px;
    line-height: 22px !important;
    padding: 11px 18px;
}
.ftr-item ul li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 23px;
}
.ftr-item.item-2 {
    padding-top: 10px;
}
.footer .footer-menu ul li {
    font-size: 16px;
    line-height: 24px;
    display: block;
    border-bottom: 1px solid #D9D9D9;
    padding: 5px 0;
}
.footer-menu ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.menu-copyright ul li {
    font-size: 16px;
    line-height: 24px;
}
.menu-copyright ul li::after {
    content: '/';
    font-size: 16px;
    line-height: 18px;
    color: #666;
    font-weight: normal;
    padding: 0 10px 0 13px;
    font-family: 'Source Sans Pro';
}
.copyright-sections {
    padding: 16px 0;
    margin-top: 15px;
}
.top-footer .col-sm-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 0;
}
.top-footer .col-sm-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 0;
}
.footer-menu ul {
    display: block;
}
.bottum-footer .col-sm-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 0;
}
.ftr-title {
    margin: 12px 0;
    font-size: 20px;
    line-height: 28px;
    background: #FFD700;
    padding: 7px 0;
}
.ftr-item.item-2 {
    padding-top: 0;
}
.ftr-item ul li {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    display: block;
    border-bottom: 1px solid #D9D9D9;
    padding: 5px 0;
}
.ftr-item ul li:last-child {
    margin-bottom: 0;
    display: block;
    border-bottom: none;
    padding-bottom: 0;
}
.footer .ftr-contact-col {
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
}
.footer .ftr-contact-col:last-child {
    margin-bottom: 0px;
    display: block;
    border-bottom: none;
    padding-bottom: 0px;
}
.about-ftr {
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
    padding: 0;
}
.ftr-contact-col p strong {
    color: #000;
}
.newsletter-form {
    padding: 0 15px;
    max-width: 362px;
    margin: 20px auto 0;
    position: relative;
}
.ftr-logo img {
    max-width: 170px;
}
.ftr-logo {
    padding-bottom: 20px;
}
section.inner-banner::after {display: none;}
.inner-banner>img {
    height: 294px;
}
section.inner-banner .caption-absolute {
    top: 43%;
}
.page-nav ul li {
    font-size: 18px;
    line-height: 24px;
}
.default-css ul li, .default-css ol li {
    font-size: 16px;
    line-height: 24px;
}
.default-css ul li {
    background-position: 0 5px;
    padding-left: 22px;
    background-size: 15px;
}
.default-css ul {
    margin-bottom: 15px;
}
.reliable-energy-left {
    margin-right: 0;
}
.services-free-text {
    max-width: 639px;
}
section.services-free-section {
    margin-top: 40px;
}
section.residential-services-section.services-inn {
    padding: 40px 0;
}
.wp-pegination {
    padding-top: 20px;
}
.contact-call a.external-dni {
    font-size: 30px;
    line-height: 56px;
}
.contact-call img {
    max-width: 50px;
}
.contact-box {
    margin-top: 10px;
}
.contact-right-form {
    padding: 25px 15px;
}
.form-title {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 15px;
}
.contact-form-col .gform_wrapper .medium {
    font-size: 16px!important;
    padding: 5px 10px!important;
    height: 40px;
    line-height: 24px;
}
.contact-form-col .gform_wrapper .gfield {
    padding: 0px 5px 14px;
}
.contact-form-col .gform_body {
    margin: 0 -5px;
}
.contact-form-col .ginput_container.ginput_container_textarea textarea.medium.textarea {
    height: 85px!important;
}
.contact-form-col input.button.gform_button {
    padding: 12px 25px;
    font-size: 18px;
    line-height: 24px;
}
.country-map img {
    border: 10px solid #fff;
}
.contact-address .contact-info-icon figure {
    width: 80px;
    height: 80px;
    line-height: 78px;
    margin: 0 auto 15px;
}
.contact-address .contact-info-icon figure img {
    max-width: 40px;
}
.contact-address {
    padding: 20px 15px;
    margin: 10px;
}
.popup-logo {
    padding: 15px;
}
.popup-dtl .ftr-contact-col {
    margin-bottom: 15px;
}
.modle-dtl .ftr-social {
    padding: 5px 0 15px;
}
.floating-icon-mobi {
    display: block !important;
}
.header-section::before {display: none;}
section.default-section {
    padding: 40px 0;
}
/* .modal.fade .modal-dialog{
    position: relative;
    transform: inherit;
    width: 100%;
    border-radius: 10px;
    margin: 60px auto 0;
    top: 0;} */
.service-detail-right {
    padding-left: 0px;
}
.services-detail-left h2 {
    font-size: 28px;
    line-height: 34px;
}
.service-detail-right .form-hero .b-form-title {
    font-size: 22px;
    line-height: 22px;
}
.service-detail-right .form-hero {
    padding: 20px 15px;
    margin-bottom: 25px;
}
.service-detail-list h4, .service-detail-form h4, .sidebar-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
}
.service-detail-list ul li a {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 15px;
}
.services-detail-left h2 {
    font-size: 24px;
    line-height: 29px;
}
.service-detail-list {
    margin-bottom: 25px;
    padding: 25px 15px 15px;
}
section.error-page-section {
    padding: 40px 0;
}
.nav-next a, .nav-previous a {
    padding: 12px 26px;
    font-size: 18px;
    line-height: 22px !important;
}
nav.navigation.post-navigation {
    padding: 15px 0 10px;
}
.sidebar-title a.external-dni {
    font-size: 22px;
    line-height: 28px;
}
.nav-next a, .nav-previous a {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px !important;
}
input.search-medium {
    font-size: 16px!important;
    padding: 5px 35px 5px 10px !important;
    height: 40px;
}
button.search-icon {
    right: 7px;
    top: 6px;
}
button.search-icon img {
    max-width: 16px;
}
.service-detail-right .gform_wrapper .gfield.gfield--width-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.newsletter-form .gform_wrapper .gform_footer {
    position: absolute;
    top: 0;
    right: 15px;
}
.newsletter-form input.button.gform_button {
    margin: 0 !important;
}
.ftr-social {
    padding: 10px 0;
}
.newsletter-form .medium {
    padding: 13px 38px 13px 10px !important;
    border: 1px solid rgba(6, 35, 64, 0.1);
    border-radius: 4px;
}
.service-area-section.service-areas-inner {
    padding: 40px 0;
}
.service-area-left.inner {
    padding: 30px 20px 20px 20px;
}
.service-area-section.service-areas-inner .service-area-map figure {
    width: 380px;
    height: 380px;
    padding: 50px;
}
section.services-free-section.service-areas-inner {
    padding-bottom: 40px;
}


.top-logo img {
    padding: 0;
    max-height: 68px;
    border-radius: 0;
}



}

@media(max-width:1024px){
.our-process-box::before {display: none;}
.blog-wrapper .col-sm-4 {
    padding: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
section.residential-services-section.services-inn .residential-services-box ul li {
    width: 25%;
}
.contact-call img {
    max-width: 50px;
}
.modal.popup-form button.close {
    top: 15px;
}




}
@media(max-width:991px){
.contact-page-form .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.contact-right-form {
    padding: 20px 15px;
    margin-top: 25px;
}
.service-area-section.service-areas-inner .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.service-area-left.inner {
    padding: 0 0 30px;
}
.service-area-section.service-areas-inner .service-area-map figure {
    width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 4px;
}




}
@media(max-width:900px){
.home-banner .col-sm-8 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}
.home-banner .col-sm-4 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
.banner-caption-left {
    padding: 0;
}
.reliable-energy-btns a.theme-btn.btn-yellow {
    padding: 12px 15px;
    margin: 2px;
    font-size: 16px;
    line-height: 23px;
}


}
@media(max-width:812px){
h1 { font-size: 23px; line-height: normal;}
h2 { font-size: 22px; line-height: normal;}
h3 { font-size: 20px; line-height: normal;}
h4 { font-size: 19px; line-height: normal;}
h5 { font-size: 18px; line-height: normal;}
h6 { font-size: 17px; line-height: normal;}
p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}
.heading-title, .heading-title h1, .heading-title h2, .heading-title h3 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 10px;
}
a.theme-btn {
    padding: 10px 20px;
    margin: 2px;
    font-size: 16px;
    line-height: 23px;
}
.logo-list {
    padding: 0 0px;
}
.logo-list ul li {
    padding: 10px 10px;
}
.logo-list ul li figure img {
    max-height: 73px;
    max-width: 113px;
}
.banner-caption ul li {
    padding-left: 24px;
    margin-bottom: 8px;
    background-position: top 5px left;
    font-size: 16px;
    line-height: 26px;
    background-size: 17px;
}
.banner-btns {
    padding-top: 17px;
}
.banner-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
}
.our-process-box {
    padding: 6px 15px;
}
.residential-services-img::before {display: none;}
.commercial-services h3 {
    font-size: 20px;
    line-height: 22px;
}
.commercial-services figure img {
    max-width: 63px;
}
.about-img figure {
    width: 280px;
    height: 280px;
}
table.table.table-striped tr th figure img {
    max-width: 132px;
}
.table tbody td h6 {
    font-size: 16px;
    line-height: 17px;
}
table.table.table-striped tr th {
    font-size: 16px;
    line-height: 18px;
    padding: 8px 8px;
}
table.table.table-striped tr th figure img {
    max-width: 101px;
}
.table tbody td {
    padding: 10px 7px;
}
.testimonial-row-parent .col-sm-3 {
    padding: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.area-location-bx h6 {
    padding-left: 32px;
    margin-bottom: 15px;
    background-position: top 1px left;
    font-size: 18px;
    line-height: 25px;
    background-size: 22px;
}
.service-area-row {
    padding: 40px 0 20px 20px;
}
.faq-box .card-header h5, .card-header-title {
    padding: 15px 55px 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.card-body.default-css {
    padding: 0 29px 5px 15px;
}
.copyright-sections .col-sm-6:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 0;
    order: 2;
}
.copyright-sections .col-sm-6:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 0;
    order: 1;
}
.menu-copyright ul li {
    font-size: 16px;
    line-height: 24px;
    display: block;
    border-bottom: 1px solid #D9D9D9;
    padding: 5px 0;
}
.menu-copyright ul li:last-child {
    font-size: 16px;
    line-height: 24px;
    display: block;
    border-bottom: none;
    padding: 5px 0;
}
.menu-copyright ul li::after {display: none;}
.copyright-sections {
    padding: 0;
    margin-top: 0;
    border-top: none;
}
.footer p {
    font-size: 16px;
    line-height: 21px;
}
.copyright {
    padding-bottom: 15px;
}
.ftr-social {
    padding: 10px 0;
}
.inner-banner>img {
    height: 220px;
}
.page-nav {
    padding: 8px 0;
    border-top: 1px solid #fff;
}
.page-nav ul li {
    font-size: 16px;
    line-height: 20px;
}
.default-css ul li, .default-css ol li {
    font-size: 14px;
    line-height: 20px;
}
.default-css ul li {
    background-position: 0 3px;
    padding-left: 20px;
    background-size: 13px;
}
.reliable-energy-row .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.reliable-energy-right {
    padding-top: 25px;
}   
section.residential-services-section.services-inn .residential-services-box ul li {
    width: 33.33%;
}
.services-free-box {
    padding-bottom: 0;
    text-align: center;
}
.services-free-text {
    max-width: 100%;
    clip-path: none;
    background: rgb(6 35 64 / 78%);
    padding: 40px 15px;
}
.wp-pegination .page, .wp-pegination span, .wp-pagenavi a {
    width: 35px;
    height: 35px;
    margin: 0 3px;
    font-size: 17px;
    line-height: 32px;
}
.wp-pegination a.nextpostslink {
    background-size: 13px;
}
.contact-call a.external-dni {
    font-size: 25px;
    line-height: 47px;
}
.contact-call img {
    max-width: 41px;
}
.contact-call .headcall-inn {
    padding-left: 5px;
}
.form-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
}
.modal.popup-form .modal-body .col-sm-5 {display: none;}
.modal.popup-form .modal-body .col-sm-7 {
    padding: 0 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.form-hero input.button.gform_button {
    padding: 11px 18px;
    font-size: 16px;
    line-height: 20px !important;
}
.videoIframe iframe {
    height: 400px;
}
.modal.video-popup .modal-body {
    padding: 10px;
}
.modal.popup-form .modal-body {
    background: transparent;
}
.modal.popup-form .modal-body .form-hero {
    border-radius: 10px;
}
section.services-detail-section.default-section .col-sm-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
section.services-detail-section.default-section .col-sm-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.service-detail-right {
    padding-top: 25px;
}
.services-detail-left h2 {
    font-size: 22px;
    line-height: 26px;
}
.service-detail-right .form-hero .b-form-title {
    font-size: 20px;
    line-height: 22px;
}
.service-detail-list h4, .service-detail-form h4, .sidebar-title {
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 15px;
}
.service-detail-list ul li a {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 15px;
}
.newsletter-form input.button.gform_button {
    margin: 0 !important;
}




}
@media(max-width:767px){
.home-banner .col-sm-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.home-banner .col-sm-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.banner-caption-left {
    padding-bottom: 30px;
}
.our-process-row .col-sm-4 {
    padding: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
section.residential-services-section .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.residential-services-box .heading-title {
    text-align: center;
}
section.about-section .col-sm-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
section.about-section .col-sm-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.about-img figure {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.about-text {
    padding-bottom: 20px;
}
.about-btns {
    padding-top: 5px;
}

.service-area-row .col-sm-5 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
section.free-solar-services-section {
    background: #062340;
    text-align: center;
}
.free-solar-services-box {
    background: none;
    padding: 40px 0px;
}
.free-solar-services-box .col-sm-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.videoIframe iframe {
    height: 356px;
}



}
@media(max-width:700px){

}
@media(max-width:575px){
.heaer-top .col-sm-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 0;
    position: static;
}
.heaer-top .col-sm-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 9px 0;
        border-bottom: 1px solid #000;
}
.top-logo img {
    padding: 0 10px;
    max-height: 100%;
    border-radius: 0;
    max-width: 240px;
}
.head-call-now figure img {
    max-width: 36px;
    filter: brightness(0);
}
.head-call-now:hover figure img {
    filter: none;
    transition: 0.6s;
}
.header-bottom .head-call-now a {
    color: #000;
}
.floating-icon-mobi a {
    color: #fff;
    background: #062340;
    transition: 0.6s;
}
.floating-icon-mobi a:hover {
    color: #000000;
    background: #FFD700;
}
.header-bottom .head-call-now a:hover {
    color: #FFD700;
}
.head-call-now p {
    display: none;
}
.header-bottom {
    justify-content: center;
    padding: 10px 0;
}
.heaer-top {
    padding: 0;
}
.logo-list ul li {
    padding: 10px;
    width: 50%;
}
.logo-list ul li figure {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    padding: 21px;
}
.logo-list {
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 0;
    margin: 0 -10px;
}
.commercial-services-row {
    box-shadow: none;
    border-radius: 0px;
    margin: 0;
}
.commercial-services-row ul li {
    width: 50%;
    padding: 15px;
}
.commercial-services {
    padding: 20px 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}
.table tbody td h6 {
    font-size: 14px;
    line-height: 16px;
}
.service-area-row::before {
    background: linear-gradient(90.21deg, #FFFFFF 50.08%, rgba(255, 255, 255, 0) 99.31%);
}
.faq-box .card-header h5, .card-header-title {
    padding: 15px 46px 15px 15px;
    font-size: 16px;
    line-height: 20px;
}
.card-body.default-css {
    padding: 0 15px 0px 15px;
}
section.faq-section .heading-title {
    padding-bottom: 5px;
}
.blog-wrapper .col-sm-4 {
    padding: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.ftr-logo img {
    max-width: 170px;
}
.ftr-logo {
    padding-bottom: 15px;
}
section.residential-services-section.services-inn .residential-services-box ul li {
    width: 50%;
    padding: 10px;
}
.videoIframe iframe {
    display: block;
    height: 279px;
}
.modal.video-popup .modal-body {
    padding: 7px;
}


}
@media(max-width:525px){
.our-process-row .col-sm-4 {
    padding: 15px 15px 5px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #000;
}
.our-process-row .col-sm-4:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.counter {
    top: 3%;
    left: 21%;
}
.testimonial-row-parent .col-sm-3 {
    padding: 10px 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}




}
@media(max-width:480px){
.gform_wrapper .gfield.gfield--width-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.residential-services-box ul li {
    padding: 10px 0px;
    width: 100%;
}
section.residential-services-section .col-sm-6:last-child {
    padding-right: 15px;
}
.commercial-services-row ul li {
    width: 100%;
    padding: 15px;
}
a.theme-btn {
    padding: 11px 14px;
    margin: 2px;
    font-size: 14px;
    line-height: 23px;
}
table.table.table-striped tr th {
    font-size: 13px;
    line-height: 16px;
    padding: 5px;
}
table.table.table-striped tr th figure img {
    max-width: 90px;
}
.table tbody td h6 {
    font-size: 12px;
    line-height: 14px;
}
.table tbody td figure img {
    max-width: 15px;
}
.table tbody td:nth-child(2) figure img {
    width: auto;
    max-width: 22px;
}
.service-area-row .col-sm-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.service-area-row {
    background-size: 100% 100% !important;
}
.service-area-row::before {
    background: #fff;
    opacity: 0.9;
}
.reliable-energy-btns a.theme-btn.btn-yellow {
    padding: 10px 15px;
    margin: 2px;
    font-size: 14px;
    line-height: 23px;
}
section.residential-services-section.services-inn .residential-services-box ul li {
    width: 100%;
    padding: 10px;
}
.contact-box {
    margin-top: 10px;
    display: block;
}
.contact-address:first-child {
    margin-left: 0;
}
.contact-address {
    padding: 20px 15px;
    margin: 15px 0;
    width: 100%;
}


}
@media(max-width:420px){
    .about-btns a.theme-btn {
    padding: 9px 11px;
    margin: 2px;
    font-size: 13px;
    line-height: 23px;
}
table.table.table-striped tr th figure img {
    max-width: 76px;
}
.services-free-btns a.theme-btn {
    padding: 9px 12px;
    margin: 1px;
    font-size: 10px;
    line-height: 17px;
}



}