@font-face {
    font-family: "socialico";
    src: url("fonts/Socialico/Socialico.eot");
    src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"), url("fonts/Socialico/Socialico.woff2") format("woff2"), url("fonts/Socialico/Socialico.woff") format("woff"), url("fonts/Socialico/Socialico.ttf") format("truetype"), url("fonts/Socialico/Socialico.svg#lobster_1.4regular") format("svg");
}

@font-face {
    font-family: "aAbsoluteEmpire";
    src: url("fonts/aAbsoluteEmpire.ttf");
}

@font-face {
    font-family: "Proxima-Nova-Regular";
    src: url("fonts/Proxima-Nova-Regular.ttf");
}

@font-face {
    font-family: "Proxima-Nova-Semibold";
    src: url("fonts/Proxima-Nova-Semibold.otf");
}

.suspension-contain {
    max-height: 980px;
    overflow: hidden;
    position: relative;
}

html.suspended {
    background: rgba(0, 0, 0, 0.6);
}

body {
    max-width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Lato', sans-serif
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: inherit;
}

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

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    margin: 0;
    padding: 0;
}

.row {
    max-width: 1200px;
    margin: 0 auto
}

/*floats*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/*typography*/
.text-primary {
    color: #B11414;
}

.text-bold {
    font-weight: 700;
}

.text-uppercase {
    text-transform: uppercase
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left;
}

/*button*/
.button {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    padding: 10px 30px;
    background: #fff;
    border: 1px solid transparent;
    transition: all 0.5s ease;
}

.button:hover {
    background: #ddd;
    border-color: #ddd;
    color: #ddd;
    color: #fff;
}

/*clearings*/
.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
    font-size: 14px;
    padding: 5px 10px;
    position: fixed;
    display: block !important;
    transform: none !important;
    bottom: 0 !important;
    left: 20px !important;
}

/*call to action*/
.cta {
    display: none;
}

/*contact form messages*/
form .messages p {
    display: none;
    font-family: Arial !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    font-size: 16px !important;
}

/* ADA Widget Styles */
#ada-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    font-family: Arial, sans-serif;
}

#ada-widget-button {
    border: unset;
    background: unset;
}

#ada-widget-button img {
    width: 60px;
    height: auto;
    object-fit: contain;
}

#ada-widget-panel {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 220px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    padding: 15px;
    display: none;
    text-align: left;
    font-family: 'Montserrat';
}

#ada-widget-panel h3 {
    text-align: center;
    margin-top: 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.ada-option {
    margin-bottom: 16px;
    display: block;
}

.ada-option label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}

.ada-button {
    background: unset;
    border: unset;
    width: 100%;
    text-align: left;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0;
    font-family: 'Poppins';
}

.ada-button img {
    width: 25px;
    height: auto;
    object-fit: contain;
}

/* Accessibility classes that will be toggled */
.grayscale {
    filter: grayscale(100%) !important;
}

.high-contrast {
    background-color: #000 !important;
    color: #fff !important;
}

.high-contrast a {
    color: #ffff00 !important;
}

.negative-contrast {
    filter: invert(100%) hue-rotate(180deg) !important;
    background-color: #fff !important;
}

.light-bg {
    background-color: #f8f9fa !important;
    color: #212529 !important;
}

.light-bg a {
    color: #0d6efd !important;
}

.underline-links a {
    text-decoration: underline !important;
}

.readable-font body {
    font-family: Arial, Helvetica, sans-serif !important;
}

form .loading {
    display: none;
}

form .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

form .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

form .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

form [type="submit"] {
    margin: 20px auto
}


.fb {
    width: 100%;
    max-width: 500px;
    /* Ensure container can hold the iframe */
    overflow: hidden;
    /* Prevent any unwanted scrolling */
}

.fb-page,
.fb-page span,
.fb-page span iframe {
    width: 100% !important;
    /* Force the width */
    max-width: 500px !important;
    /* Prevent shrinking */
}

/*contact form*/
.ctc-form {
    margin: 0 auto;
    text-align: center;
}

.ctc-form input[type="text"],
.ctc-form textarea {
    font-family: Arial;
    font-size: 16px;
    color: #000;
    height: 75px;
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 0 auto 8px
}

.ctc-form textarea {
    height: 20px;
    padding-top: 10px;
}

.ctc-form button {
    display: block;
}

.ctc-form .recap {
    display: inline-block;
}

.ctc-form .g-recaptcha div {
    margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
    display: none;
}

/*gallery*/
#content .gallery-container {
    text-align: center;
}

#content .gallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#content .gallery li {
    display: inline-block;
}

#content .thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: .42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
    transform: scale(1.02);
}

#content .page_navigation {
    display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #0275d8;
    display: inline-block;
    line-height: 1.25;
    margin-left: -1px;
    padding: 0.5rem 0.75rem;
    position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
    background-color: #eceeef;
    border-color: #ddd;
    color: #014c8c;
    text-decoration: none;
}

h1 {
    font-size: 100px;
    font-weight: 100;
    color: #000;
}

#header {
    padding: 0 60px 60px 60px;
    position: relative;
}


#header .row {
    width: 1600px;
    max-width: 100%;
    margin: auto;
}



nav.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}


ul.l-menu {
    background: url(../images/content/nav-l-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 531px;
    max-width: 100%;
    height: 88px;
    display: flex;
    justify-content: center;
}








ul.r-menu {
    background: url(../images/content/nav-r-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 531px;
    max-width: 100%;
    height: 88px;
    display: flex;
    justify-content: center;
}




ul.r-menu li a {
    margin: 13px 0 0 0;
}


ul.l-menu li a {
    margin: 13px 0 0 0;
}


#header nav a#pull {
    display: none
}



#header nav ul li {
    display: inline-block;
    vertical-align: middle;
}

#header nav ul li a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    transition: ease 1.3ms;
    text-transform: capitalize;
    padding: 0 17px;
    font-family: 'poppins';
    font-weight: 500;

}

#header nav ul li.active-menu a,
#header nav ul li a:hover {
    color: #B20000;
    font-weight: 700;
}

#header .hdRight {
    text-align: right;
}

#header .hdRight p {
    line-height: 1;
    margin: 0;
    color: #fff;
}

#header .hdRightBot {
    padding-top: 20px;
    border-top: 1px solid #222222;
    margin-top: 15px;
}

#header .hdSocial a {
    font-family: "socialico";
    font-size: 35px;
    color: #007FFF;
}

#header .hdSocial a:hover {
    color: #FFFFFF;
}

#header .hdPhone {
    font-size: 22px;
    vertical-align: top;
}

#header .hdPhone img {
    vertical-align: bottom;
}

#header .hdEmail {
    font-size: 16px;
}

#header .hdInfo,
.hdPhone {
    display: inline-block;
}

#header .hdInfo {
    border-left: 1px solid #222222;
    margin-left: 15px;
    padding-left: 15px;
    text-align: center;
}




.logo {
    display: inline-block;
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: scale(1.05);
}

/* end */

/* banner */
#banner {
    background: url(../images/content/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1215px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -394px 0 0 0;
}

#banner .row {
    width: 1600px;
    max-width: 100%;
    margin: auto;
}




.ban-txt h1 {
    font-family: 'aAbsoluteEmpire';
    font-size: 70px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 1);
    padding: 55px 0 35px 0;
}

.ban-txt p {
    font-family: 'Proxima-Nova-Semibold';
    font-size: 40px;
    color: #fff;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 1);
}

.ban-srv1 {
    width: 420px;
    max-width: 100%;
    padding: 6px;
    background-color: #fff;
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.61);
    -webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.61);
    transition: transform 0.3s ease;
}

.ban-srv1:hover {
    transform: scale(1.05);
}


.ban-img img {
    width: 100%;
}



.ban-wrapper {
    padding: 395px 10px 0 10px;
}

.ban-srv-info h2 {
    font-family: 'aAbsoluteEmpire';
    font-size: 26px;
    font-weight: 400;
    color: #B20000;
    padding: 10px 0 11px 0;
}

.ban-srv-info p {
    font-family: 'Proxima-Nova-Semibold';
    font-size: 18px;
    color: #444;
    width: 345px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    line-height: 22px;
    padding-bottom: 11px;
}

.ban-srv {
    width: 1350px;
    max-width: 100%;
    margin: auto;
}

.ban-inner-srv {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 45px 0 0 0;
    gap: 20px;
}



/* end */










/* about */


#main-abt-sec {
    padding: 85px 10px 10px 10px;
}


.abt-inner-txt h2 {
    font-size: 90px;
    font-family: 'aAbsoluteEmpire';
    background: linear-gradient(306deg, #B20000, #FF2626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding-top: 25px;
    font-weight: 400;
}




.abt-inner-txt h3 {
    font-size: 30px;
    font-family: 'aAbsoluteEmpire';
    background: linear-gradient(306deg, #B20000, #FF2626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding: 30px 0;
}



.abt-inner-txt h4 {
    font-size: 30px;
    font-family: 'Proxima-Nova-Semibold';
    color: #444;
    font-weight: 400;
}

.abt-inner-txt {
    width: 1350px;
    max-width: 100%;
    margin: auto;
}


.abt-inner-txt p {
    font-size: 25px;
    font-family: 'Proxima-Nova-Semibold';
    color: #444;
    font-weight: 400;
    padding: 20px 0 60px 0;
    width: 1135px;
    max-width: 100%;
    margin: auto;
    line-height: 32px;
}


.card-container {
    width: 601px;
    height: 365px;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 8px 11px rgba(0, 0, 0, 0.3);
    font-family: Arial, sans-serif;
    margin: 50px auto;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.card-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-image: url(../images/content/test-bg.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}


.card-image.\32 {
    background-image: url(../images/content/test-bg2.png);
}


.card-image.\33 {
    background-image: url(../images/content/test-bg3.png);
}


.side-label {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background-color: #B20000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.side-label-text {
    color: #fff;
    font-size: 25px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    font-family: 'aAbsoluteEmpire';
}

.learn-more-btn {
    position: absolute;
    bottom: 7px;
    right: 9px;
    color: #fff;
    padding: 22px 0px;
    border: none;
    border-radius: 0;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    width: 174px;
    max-width: 100%;
    height: 62px;
    background-color: #B20000;
    font-family: 'Proxima-Nova-Semibold';
}

.learn-more-btn:hover {
    background: linear-gradient(135deg, #d42d47 0%, #b8273a 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(196, 30, 58, 0.3);
}

.learn-more-btn:active {
    transform: translateY(0);
}

.inner-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1829px;
    max-width: 100%;
    margin: auto;
    gap: 20px;
}




.abt-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    width: 1200px;
    max-width: 100%;
    margin: auto;
    padding: 30px 0;
}



.abt-icons img {
    transition: transform 0.3s ease;
    cursor: pointer;
    width: 220px;
    max-width: 100%;
}



.abt-icons img:hover {
    transform: scale(1.1);
}

/* end */





/* choose us */

#choose-us {
    background: url(../images/content/why-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}





.choose-wrapper {
    width: 1600px;
    max-width: 100%;
    margin: auto;
}

.inner-choose-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1395px;
    max-width: 100%;
    margin: -181px auto 0 auto;
    gap: 20px;
    background-color: #f1f1f1db;
    padding: 12px 69px 9px 14px;
    box-shadow: 6px 6px 7px -1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 6px 6px 7px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 6px 7px -1px rgba(0, 0, 0, 0.75);
}


.choose-txt h2 {
    font-family: 'Proxima-Nova-Regular';
    font-size: 25px;
    color: #444;
    font-weight: 300;
}


.choose-txt {
    max-width: 800px;
    width: 100%;
}

.choose-txt h3 {
    font-family: 'aAbsoluteEmpire';
    font-size: 50px;
    background: linear-gradient(306deg, #B20000, #FF2626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding: 16px 0;
}



.choose-txt p {
    font-family: 'Proxima-Nova-Semibold';
    font-size: 25px;
    color: #444;
    line-height: 37px;
    margin: auto;
    text-align: center;
    padding: 0px 25px 21px 25px;
}




.iframe-vid video {
    border-radius: 50px;
    width: 1359px;
    max-width: 100%;
    display: block;
}


.iframe-vid {
    position: relative;
    display: inline-block;
    margin: -244px auto 0 auto;
    width: 100%;
    padding: 0 10px;
    width: 1359px;
    max-width: 100%;
    cursor: pointer;
}

.video-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    /* Allows clicks to pass through to the video */
}

.control-btn {
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    color: white;
    font-size: 70px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
    line-height: 0;
}

.iframe-vid:hover .control-btn {
    opacity: 1;
}

.pause-icon {
    display: none;
}

/* 
.reel-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}


.reel-modal-content {
    position: relative;
    width: 90%;
    max-width: 500px;
    aspect-ratio: 9 / 16;
    margin: 5% auto;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}


.reel-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
}
 */


/* .iframe-vid {
  max-width: 500px;  
}

.iframe-vid iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16; 
} */




.btn-choose {
    display: inline-block;
}

.quote-btn {
    background-color: #B20000;
    color: white;
    padding: 22px 24px;
    border: none;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: inline-block;
    width: 220px;
    height: 62px;
    font-family: 'Proxima-Nova-Semibold';
}

.quote-btn:hover {
    background-color: #a01729;
}

.quote-btn:active {
    background-color: #8b1421;
}

/* end */




/* what we sec */

#whatwe {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 100px 15px;
}


.whatwe-wrapper {
    width: 1800px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 85px;
}

.what-left-cont {
    width: 1095px;
    max-width: 100%;
    text-align: left;
}

.testi-info {
    width: 564px;
    max-width: 100%;
    padding: 40px;
    color: #EEEEEE;
    box-shadow: 6px 6px 11px -1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 6px 6px 11px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 6px 11px -1px rgba(0, 0, 0, 0.75);
    text-align: left;
}








.what-left-cont h2 {
    font-family: 'aAbsoluteEmpire';
    font-size: 50px;
    background: linear-gradient(306deg, #B20000, #FF2626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding: 16px 0;
}


.what-left-cont h3 {
    font-family: 'Proxima-Nova-Semibold';
    font-size: 30px;
    color: #444;
    padding: 30px 0 25px 0;
}



.testi-info h2 {
    font-family: 'Proxima-Nova-Semibold';
    font-size: 30px;
    color: #444;
}



.testi-info span {
    font-family: 'aAbsoluteEmpire';
    font-style: italic;
    text-decoration: underline;
    color: #B20000;
    font-size: 22px;
}


.what-left-cont p {
    font-family: 'Proxima-Nova-Semibold';
    font-size: 25px;
    color: #444;
    line-height: 35px;
    padding: 15px 0 0 0;
}




.testi-info p {
    font-family: 'Proxima-Nova-Semibold';
    font-size: 22px;
    color: #444;
    font-style: italic;
    line-height: 36px;
}


.testi-info img {
    max-width: 100%;
}



.star-img {
    padding: 20px 0;
}



.google-img {
    display: flex;
    justify-content: center;
    margin: -100px 0 40px 0;
}


.testi-nav {
    padding: 50px 0 0 0;
}


a.quote-btn.what-btn {
    text-align: center;
}

/* end */




/* cover sec */

#covered {
    background: url(../images/content/wegot-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 10px;
    width: 100%;
}


.cover-img {
    display: contents;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: -200px;
}


.cover-img img {
    max-width: 100%;
}

.cover-img img {
    transition: transform 0.3s ease;
    cursor: pointer;
    width: 100%;
    display: block;
}

.cover-img img:hover {
    transform: scale(1.1);
}




.covered-wrapper h2 {
    font-family: 'aAbsoluteEmpire';
    font-size: 50px;
    background: linear-gradient(306deg, #B20000, #FF2626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding: 35px 0;
}


.ads-img {
    width: 644px;
    max-width: 100%;
}

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


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

.tile-img img {
    width: 300px;
    max-width: 100%;
    justify-content: center;
    align-items: center;
}


.tile-img {
    width: 615px;
    max-width: 100%;
}

.mid-tile {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: -162px 0;
}



.covered-wrapper {
    width: 1600px;
    max-width: 100%;
    margin: auto;
    padding: 0 15px;
}

/* end */






/* home form */
#home-conatact-form {
    background-color: #B20000;
    padding: 40px;
    border-radius: 60px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 160px auto 100px auto;
    width: 1600px;
    max-width: 100%;
}

#home-conatact-form::before {
    content: "CONTACT FORM";
    display: block;
    text-align: center;
    color: #fff;

    font-family: 'aAbsoluteEmpire';
    font-size: 60px;
    padding: 35px 0;
}

.sends-email {
    display: grid;
    gap: 10px;
}

.ctc-hide {
    display: none;
}

label {
    display: block;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 4px;
    font-size: 25px !important;
    color: #333 !important;
    font-family: 'Proxima-Nova-Regular' !important;
    padding: 20px !important;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
    color: #999;
    font-size: 16px;
}

textarea {
    resize: vertical;
    min-height: 220px !important;
}


::placeholder {
    color: #AAAAAA !important;
    font-family: 'Proxima-Nova-Regular' !important;
    font-size: 25px !important;
}




.kc-box-recap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}



.outer-wrapper {
    padding: 0 15px;
    margin: 0 0 -140px 0;
}

.ctcBtn {
    font-family: 'Proxima-Nova-Semibold';
    color: #fff;
    padding: 12px 30px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    justify-self: center;
    transition: all 0.3s ease;
    margin-top: 20px;
    width: 333px;
    max-width: 100%;
    height: 92px;
    background: url('../images/content/red-btn-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* .ctcBtn:hover:not(:disabled) {
            background-color: white;
            color: #c41e3a;
        }

        .ctcBtn:disabled {
            opacity: 0.6;
            cursor: not-allowed;
        } */

input[type="checkbox"] {
    margin-right: 8px;
}


.home-form-wrapper {
    width: 1340px;
    max-width: 100%;
    margin: auto;
}

.checkbox-label {
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    font-family: 'Proxima-Nova-Regular';
    align-items: center;
}

.checkbox-label a {
    color: white;
    text-decoration: underline;
}

.g-recaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 600px) {
    .form-row {
        grid-template-columns: 1fr;
    }

    #home-conatact-form {
        padding: 20px;
    }
}

/* end */

















/* content */
#content .row {
    padding: 0;
}

#services-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/common/services-wrapper.jpg);
}



#services-1 .row {
    margin: -200px auto -120px;
}

#services-1 dd {
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
}

#services-1 dd p {
    font-size: 14px;
    color: #000;
}

#services-1 h3 {
    font-size: 25px;
    position: relative;
    padding-bottom: 20px;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
}

#services-1 h3:before,
#content-1 h3:before,
#gallery-section h2:before,
#footer-section h2:before {
    width: 100px;
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    content: "";
    background: #2391FF;
    border-radius: 30px;
}

#services-1 dl {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 3px);
    padding-top: 90px;
}

#services-1 dl:nth-of-type(2) {
    padding-top: 0;
}

#services-1 dt {
    margin-bottom: 20px;
}

#services-1 dt img {
    border-radius: 50%;
    box-shadow: 0 -5px 10px grey;
    border: 5px solid #fff;
}

#services-1 .button {
    margin-top: -60px;
}

#services-1 .parag p {
    padding: 20px;
}


/* content bottom */
#services-section .row {
    padding: 13px 0 13px;
}

#services-section h2 {
    font-size: 25px;
}

#services-section p {
    font-size: 15px;
    line-height: 150%;
    font-weight: 300;
    padding: 8px 0;
}

#services-section .logo {
    padding: 20px 0;
    background: url(../images/common/data-border.png) no-repeat center bottom;
}

#services-section .logo img {
    max-width: 286px;
}

#services-section .text {
    width: 462px;
    height: 462px;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    border-width: 2px;
    box-sizing: border-box;
    background: rgb(0, 45, 78, 0.8);
}

#services-section .text .bnBox {
    width: 100%;
    height: 100%;
    padding: 5% 5% 0;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    box-sizing: border-box;
    border-color: rgb(255, 255, 255, 0.8);
}

#content-1 {
    padding: 180px 0 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background: url(../images/common/cn-wrapper.jpg);
}

#content-1 h3 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    position: relative;
    padding-bottom: 20px;
}

#content-1 .parag {
    max-width: 630px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 80px;
}

#content-1 .cn1imgBox {
    position: relative;
}

#content-1 .cn1imgBox img {
    width: 100%;
}

#content-1 .cn1imgBox h4 {
    font-size: 38px;
    font-weight: 900;
    color: #2391FF;
    line-height: 1;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
}

#content-1 .cn1imgBox h4 span {
    display: block;
    color: #fff;
}

#gallery-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/common/gallery-wrapper.jpg);
}

#gallery-section .gal-text {
    padding-bottom: 20px;
    position: relative;
}

#gallery-section .row {
    padding: 50px 0 105px;
    color: #000;
}

#gallery-section .galBox {
    max-width: 930px;
    margin: 30px auto 0;
}

#gallery-section .galRightTop {
    margin-bottom: 8px;
}

#gallery-section .galRightTop img:first-of-type {
    margin-right: 8px;
}

#feeds-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/common/feeds-wrapper.png);
}

#feeds-section .row {
    padding: 0;
}

#feeds-section .text {
    display: inline-block;
    vertical-align: top;
    width: 580px;
    min-height: 396px;
    padding: 10px 4% 0;
    box-sizing: border-box;
    background: rgb(28, 62, 147, 0.8);
}

#feeds-section p {
    font-size: 20px;
    line-height: 125%;
    font-weight: lighter;
    max-width: 458px;
    margin: auto;
}

#feeds-section .rates {
    font-size: 60px;
    line-height: 120%;
    color: #FF7F00;
}

#feeds-section .user {
    padding: 20px 0 0;
    font-size: 35px;
    line-height: 120%;
}

#feeds-section .user small {
    display: block;
    padding: 0 0 5px;
    line-height: 0;
}

#feeds-section .user small img {
    width: 100%;
    max-width: 100px;
    border-radius: 50%;
}

/* end */


/* footer */



#main-footer {
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('../images/content/foo-bg.png');
    padding: 85px 0;
}





.foo-details h3 {
    font-family: 'Proxima-Nova-Semibold';
    font-size: 18px;
    color: #FF0000;
    padding: 15px 0 20px 0;
}




.foo-details p {
    font-family: 'aAbsoluteEmpire';
    font-size: 25px;
    color: #FFF;
}


.foo-soc {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 41px;
    padding: 30px 0 150px 0;
}



.foo-contact-details {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 25px;
}





.foo-details.email {
    width: 540px;
    max-width: 100%;
}







.foo-details.phone {
    width: 215px;
    max-width: 100%;
}







.foo-details.loc {
    width: 530px;
    max-width: 100%;
}


nav.main-nav-footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 20px;
}




nav.main-nav-footer a {
    font-size: 20px;
    font-family: 'poppins';
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

nav.main-nav-footer ul li.active-menu a,
nav.main-nav-footer ul li a:hover {
    color: #B20000 !important;
    font-weight: 700 !important;
    border-bottom: 5px solid #B20000;
    padding-bottom: 8px;
    position: relative;
}



.foo-copy {
    padding: 15px 0 0 0;
}

a.foo-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.foo-logo img {
    transition: transform 0.3s ease;
    cursor: pointer;
    width: 700px;
    max-width: 100%;
    display: block;
}

.foo-logo img:hover {
    transform: scale(1.1);
}


.foo-soc a img {
    transition: transform 0.3s ease;
    cursor: pointer;
    margin-right: 10px;
}

.foo-soc a img:hover {
    transform: scale(1.1);
}

.foo-icon a img {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.foo-icon a img:hover {
    transform: scale(1.1);
}

.email-link p {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.email-link p:hover {
    transform: scale(1.03);
    color: #B20000;
}





.phone-link p {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    transition: transform 0.3s ease;
    color: #fff;
}

.phone-link p:hover {
    transform: scale(1.03);
    color: #B20000;
}

.phone-link img {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.phone-link img:hover {
    transform: scale(1.1);
    color: #B20000;
}








.foo-w-line img {
    max-width: 100%;
    margin: 0 0 4px 0;
}


.foo-logo img {
    max-width: 100%;
}

.footer-nav {
    padding: 100px 0 5px 0;
    margin-bottom: -52px;
}


.foo-soc img {
    max-width: 100%;
}


p.copy span {
    color: #FF0000;
}


.foo-copy p {
    font-size: 20px;
    color: #fff;
    font-family: 'Proxima-Nova-Semibold';
    line-height: 25px;
}

#footer-section h2 {
    font-size: 51px;
    font-weight: 100;
    padding: 50px 0 20px;
    position: relative;
}

#footer-section .final {
    padding-top: 10px;
    float: right;
}

#footer-section .final p {
    max-width: 280px;
    margin: 30px auto;
    text-align: center;
    line-height: 180%;
}

#footer-section .final span {
    color: #007FFF;
    font-size: 14px;
    font-weight: normal;
    display: block;
}

#footer-section .final strong {
    font-size: 15px;
    font-weight: normal;
}

#footer-section .final small {
    font-size: 25px;
    font-weight: bold;
}

#footer-section .copy-right p {
    font-size: 13px;
    font-weight: lighter;
    max-width: 739px;
    margin: auto;
    word-spacing: 2px;
    letter-spacing: 2px;
}

#footer-section .sub {
    text-align: left;
}

#footer-section .social-media a {
    max-width: 162px;
}

#footer-section .ctc-form .MesBox {
    height: 82px
}

#footer-section .MesBox input[type="text"] {
    padding: 10px 130px 70px 10px;
}

#footer-section .fot-logo img {
    position: absolute;
    top: 230px;
    left: 390px;
}

#footer-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/common/ft-wrapper.jpg);
    height: 638px;
}

#footer-section .row {
    min-height: 549px;
}

#footer-section nav {
    padding: 32px 0 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin-top: 40px;
}

#footer-section nav ul li {
    border-left: 1px solid #FFF;
    padding: 0 10px;
    letter-spacing: 2px;
    font-size: 15px;
}

#footer-section nav ul li:nth-child(1) {
    border: none;
}

#About,
#Services,
#Gallery,
#Testimonials,
#Contact {
    color: #000000;
}

/* end */
.silver img {
    display: inline-block;
    vertical-align: middle;
    max-width: 50px;
}

.media a,
.social-media a {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center top;
    transition: all 0.3s ease-in-out 0s;
}

.social-media a {
    font-size: 35px;
    line-height: 120%;
    font-family: "socialico";
}

.social-media a:hover {
    color: #007FFF;
}

.media a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.media a:nth-of-type(1) {
    background-image: url(../images/common/facebook.jpg);
}

.media a:nth-of-type(2) {
    background-image: url(../images/common/twitter.jpg);
}

.media a:nth-of-type(3) {
    background-image: url(../images/common/youtube.jpg);
}

.media a:nth-of-type(4) {
    background-image: url(../images/common/rss.jpg);
}

.media a:hover {
    background-position: center -40px;
}





/* inner pages css */
#content h2 {
    font-family: 'aAbsoluteEmpire';
    font-size: 60px;
    padding: 0 0 20px 0;
}



.abt-inner-pg {
    padding: 150px 10px;
}

.inner-txt h3 {
    font-family: 'Proxima-Nova-Semibold';
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding: 0 0 22px 0;
}




.inner-txt p {
    font-family: 'Proxima-Nova-Regular';
    font-size: 25px;
    font-weight: 400;
    color: #000;
    line-height: 36px;
    padding: 0 0 22px 0;
}



.abt-inner-pg {
    width: 1200px;
    max-width: 100%;
    margin: auto;
}


.srv-area-inner-pg {
    padding: 100px 0;
}


ul.gallery.clearfix img {
    width: 310px;
    max-width: 100%;
    height: 310px;
    object-fit: cover;
}


.pg-outer-wrapper {
    padding: 85px 0;
}


.abt-inner-pg {
    padding: 100px 0;
}


.inner-contact-pg {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 1600px;
    max-width: 100%;
    gap: 50px;
    flex-direction: row;
    padding: 15px 10px;
}


.inner-gall-pg {
    padding: 85px 0;
}



.inner-pg-form {
    width: 1300px;
    max-width: 100%;
}



.map-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}





.srv-inner-pg {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 80px;
}

.services-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    gap: 40px;
    flex-wrap: wrap;
}

.services-image {
    flex: 1 1 50%;
    text-align: center;
}

.services-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.services-text {
    flex: 1 1 45%;
    width: 800px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    align-items: center;
}

.services-text h3 {
    font-size: 30px;
    color: #B20000;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Proxima-Nova-Semibold';
}

.services-text ul {
    padding-left: 20px;
    list-style: disc;
    color: #333;
    line-height: 1.6;
    font-family: 'Proxima-Nova-Semibold';
    font-size: 25px;
}

.services-text p {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Proxima-Nova-Semibold';
    text-align: center;
    line-height: 32px;
}












.review-container {
    max-width: 1500px;
    margin: 80px auto;
    padding: 30px;
    font-family: 'Proxima-Nova-Regular';
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.business-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f0f0f0;
}

.business-name {
    font-size: 2.5em;
    color: #2c3e50;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.business-location {
    color: #7f8c8d;
    font-size: 1.1em;
    margin: 0;
}

.business-type {
    color: #3498db;
    font-size: 1em;
    margin: 5px 0 0 0;
    font-weight: 500;
}



.existing-reviews {
    margin-top: 20px;
}

.reviews-title {
    font-size: 1.8em;
    color: #2c3e50;
    margin-bottom: 25px;
    text-align: center;
}

.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 15px;
}

.reviews-count {
    color: #7f8c8d;
    font-size: 1.1em;
}

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    gap: 10px;
}

.pagination-btn {
    padding: 10px 15px;
    border: 2px solid #3498db;
    background: white;
    color: #3498db;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 40px;
    text-align: center;
}

.pagination-btn:hover {
    background: #3498db;
    color: white;
}

.pagination-btn.active {
    background: #3498db;
    color: white;
}

.pagination-btn:disabled {
    border-color: #bdc3c7;
    color: #bdc3c7;
    cursor: not-allowed;
}

.pagination-btn:disabled:hover {
    background: white;
    color: #bdc3c7;
}

.pagination-info {
    color: #7f8c8d;
    font-size: 0.9em;
    margin: 0 15px;
}

.reviews-container {
    min-height: 600px;
}

.review-item {
    background: white;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    border-left: 4px solid #3498db;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.reviewer-name {
    font-weight: 600;
    color: #2c3e50;
    font-size: 1.1em;
}

.review-date {
    color: #7f8c8d;
    font-size: 0.9em;
}

.review-stars {
    color: #ffc107;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.review-text {
    color: #34495e;
    line-height: 1.6;
    margin: 0;
}

.review-preview {
    color: #34495e;
    line-height: 1.6;
    margin: 0 0 10px 0;
}

.review-full {
    color: #34495e;
    line-height: 1.6;
    margin: 0 0 10px 0;
    display: none;
}

.read-more-btn {
    color: #e74c3c;
    cursor: pointer;
    font-weight: 500;
    border: none;
    background: none;
    padding: 0;
    text-decoration: none;
    font-size: 0.95em;
}

.read-more-btn:hover {
    text-decoration: underline;
}

.read-less-btn {
    color: #e74c3c;
    cursor: pointer;
    font-weight: 500;
    border: none;
    background: none;
    padding: 0;
    text-decoration: none;
    font-size: 0.95em;
    margin-left: 5px;
}

.read-less-btn:hover {
    text-decoration: underline;
}



@media (max-width: 768px) {
    .review-container {
        margin: 20px;
        padding: 20px;
    }

    .business-name {
        font-size: 2em;
    }

    .review-form {
        padding: 20px;
    }
}



/* end */






/** Responsive
-------------------------------------------------------*/



@media screen and (max-width:1707px) {
    .card-image {
        background-size: cover;
    }


    .b-star img {
        max-width: 100%;
    }
}





@media screen and (max-width:1440px) {
    .what-left-cont h2 {
        font-size: 42px;
    }



    .what-left-cont p {
        font-size: 20px;
        line-height: 32px;
    }


    .what-left-cont h3 {
        font-size: 30px;
        padding: 20px 0 20px 0;
    }

}









@media screen and (max-width:1300px) {
    .cover-img {
        flex-direction: column;
        margin-bottom: 0;
    }

}



@media screen and (max-width: 1215px) {
    #banner {
        height: auto;
    }

    .ban-inner-srv {
        flex-direction: column;
    }



}




@media screen and (max-width: 1200px) {
    body {
        min-width: 320px
    }

    .row {
        width: 95%
    }


    #header {
        padding: 20px 0;
        position: relative;
    }


    .foo-details p {
        font-size: 20px;
    }

    .inner-contact-pg {
        flex-direction: column;
    }



}







@media screen and (max-width: 1024px) {
    .ban-txt h1 {
        font-size: 52px;
        padding: 15px 0;
    }

    .logo {
        padding: 25px 0 0 0;
    }

    .ban-txt p {
        font-size: 32px;
    }

    .logo img {
        max-width: 100%;
    }

    .w-star img {
        max-width: 100%;
    }


    .abt-inner-txt h2 {
        font-size: 52px;
    }



    .abt-inner-txt h3 {
        font-size: 25px;
        padding: 20px 0;
    }



    .abt-inner-txt p {
        font-size: 20px;
        padding: 10px 0 10px 0;
    }


    #main-abt-sec {
        padding: 55px 10px;
    }



    .iframe-vid {
        margin: -221px auto 0 auto;
        width: 100%;
        padding: 0 10px;
    }


    .whatwe-wrapper {
        flex-direction: column;
    }


    .what-left-cont {
        text-align: center;
    }

    .what-left-cont h3 {
        font-size: 30px;
        padding: 0;
    }


    #whatwe {
        justify-content: center;
        padding: 45px 15px;
    }



    .kc-box-recap {
        flex-direction: column;
    }
}









@media screen and (max-width: 959px) {
    #header {
        padding: 0;
        position: relative;
    }

    #header .row {
        width: 100%
    }

    #header nav {
        display: block;
        height: auto;
        position: fixed;
        width: 100%;
        z-index: 999;
    }

    #header nav ul {
        width: 100%;
        display: none;
        height: auto;
        border-bottom: 5px solid #000;
        padding: 0 15px;
        margin: -1px 0 0 0;
    }

    #header nav ul li {
        width: 100%;
        position: relative;
    }

    #header nav ul li a {
        display: block;
        float: none;
        padding: 5px 0;
    }

    #header nav a {
        text-align: left;
        width: 100%;
    }

    #header nav a strong {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 15px;
    }

    #header nav a#pull {
        display: block;
        color: #fff;
        background-color: #000;
        height: 30px;
        padding: 25px 0;
        width: 100%;
        position: relative;
    }

    #header nav a#pull:after {
        content: "";
        background: url('../images/nav-icon.png') no-repeat;
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .cta {
        background: #035B96 url("../images/common/phonecall.png") no-repeat center center;
        border-bottom-left-radius: 40px;
        border-top: 2px solid #013f9a;
        border-top-left-radius: 40px;
        bottom: 1%;
        display: block;
        height: 80px;
        position: fixed;
        right: 0;
        text-decoration: none;
        text-indent: -9999em;
        width: 100px;
        z-index: 999;
    }


    ul.l-menu,
    ul.r-menu {
        background: #000;
        display: block;

    }

    ul.l-menu {
        padding: 0px 15px 0 15px !important;
    }

    .inner-cards {
        flex-direction: column;
    }

    .card-container {
        margin: 10px auto;
        max-width: 100%;

    }


    .card-image {
        background-size: contain;
        background-position: right;
    }







    .abt-icons {
        flex-wrap: wrap;
    }


    .inner-choose-cont {
        flex-direction: column-reverse;
        padding: 20px;
        gap: 30px;
        margin: 0;
    }



    #choose-us {
        height: auto;
        padding: 106px 10px;
    }




    .iframe-vid {
        margin: 30px auto 0 auto;
        width: 100%;
        padding: 0 10px;
    }


    .testi-info {
        width: 100%;
        text-align: center;
    }



    .covered-wrapper h2 {
        font-size: 38px;
        padding: 35px 0;
    }

    .cover-img {
        flex-direction: column;
        margin: 0;
        padding: 0 0 50px 0;
    }


    #covered {
        padding: 50px 10px;
    }




    #home-conatact-form {
        margin: 45px auto 100px auto;
    }



    .foo-contact-details {
        flex-direction: column;
        gap: 30px;
    }




    .foo-soc {
        gap: 41px;
        padding: 40px 0;
    }


    .footer-nav {
        padding: 52px 0 5px 0;
        margin-bottom: -59px;
    }



    nav.main-nav-footer {
        display: none;
    }

}




@media screen and (max-width:767px) {
    .ban-txt h1 {
        font-size: 27px;
    }


    .ban-txt p {
        font-size: 20px;

    }


    .ban-srv-info h2 {
        font-size: 18px;
    }

    .ban-srv-info p {
        font-size: 15px;
    }


    .ban-inner-srv {
        padding: 30px 0 0 0;
    }


    .fb-iframe {
        width: 100%;
    }



    #home-conatact-form::before {
        font-size: 40px;
    }





    .services-group {
        flex-direction: column;
        text-align: center;
    }


    .services-group.exterior-group {
        flex-direction: column-reverse;
    }

    .services-text {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .services-image {
        flex: 1 1 100%;
    }

    .services-text ul {
        text-align: left;
        padding-left: 40px;
    }


    .srv-inner-pg {
        padding: 45px 20px 20px 20px;
    }





    .abt-icons img {
        width: 150px;
    }



    .abt-icons {
        gap: 20px;
        padding: 20px 0 0 0;
    }


    #main-abt-sec {
        padding: 45px 10px;
    }


}


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

    .tile-img img {
        width: 230px;
        max-width: 100%;
    }

}



@media screen and (max-width:533px) {
    .card-image {
        background-size: cover;
        background-position: center;
    }



    .learn-more-btn {
        right: 0px;
        font-size: 18px;
    }





    .ctcBtn {
        font-size: 18px;
        width: 211px;
        height: 57px;
    }


    .mid-tile {
        margin: -120px 0;
    }


}



@media screen and (max-width:480px) {
    .abt-inner-txt h2 {
        font-size: 32px;
        padding-top: 15px;
    }

    .abt-inner-txt h3 {
        font-size: 18px;
        padding: 10px 0;
    }


    .abt-inner-txt h4 {
        font-size: 20px;
        font-family: 'Proxima-Nova-Semibold';
    }


    .abt-inner-txt p {
        font-size: 18px;
        line-height: 23px;
    }





    .choose-txt h3 {
        font-size: 32px;
    }


    .choose-txt p {
        font-size: 15px;
        line-height: 25px;
    }



    .quote-btn {
        font-size: 18px;
    }



    .what-left-cont h2 {
        font-size: 28px;
    }

    .what-left-cont h3 {
        font-size: 22px;

    }


    .what-left-cont p {
        font-size: 18px;
        line-height: 25px;
    }


    .testi-info h2 {
        font-size: 25px;
    }



    .testi-info p {
        font-size: 18px;
        line-height: 25px;
    }



    .covered-wrapper h2 {
        font-size: 32px;
        padding: 25px 0;
    }



    .home-form-wrapper {
        width: 100%;
    }


    .sends-email {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }


    .form-row {
        gap: 10px;
    }

    .outer-wrapper {
        padding: 0;
    }

    #home-conatact-form {
        border-radius: 0;
    }


    .foo-details p {
        font-size: 16px;
    }


    .foo-soc {
        gap: 15px;
        padding: 40px 0;
    }




    .abt-inner-pg {
        padding: 45px 10px;
    }


    #content h2 {
        font-size: 32px;
        padding: 0 0 15px 0;
    }




    .inner-txt h3 {
        font-size: 18px;
        padding: 0 0 13px 0;
    }


    .inner-txt p {

        font-size: 16px;

        line-height: 22px;
        padding: 0 0 13px 0;
    }



    .services-group {
        margin-bottom: 25px;
        gap: 30px;

    }



    .services-text h3 {
        font-size: 25px;
    }


    .services-text ul {

        font-size: 19px;
    }






    .mid-tile {
        margin: -72px 0;
    }


    .tile-img img {
        width: 150px;
        max-width: 100%;
    }


    .cover-img {
        flex-direction: column;
        margin: 0;
        padding: 0 0 35px 0;
    }

}



@media screen and (max-width:320px) {
    .mid-tile {
        margin: -60px 0;
    }

    .tile-img img {
        width: 130px;
        max-width: 100%;
    }




    /* #header nav {
        width: 319px;
        z-index: 999;
        max-width: 100%;
    } */
}