/**
 * My Custom Design
*/

/* START GLOBAL STYLES 
======================*/

body {
    font-family: "Rethink Sans", sans-serif;
    font-size: 18px;
    color: #484848;
    line-height: normal;
}

ul.two-column {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

h1, h2, h3, h4, .section-title {
    font-family: "Rethink Sans", sans-serif;
    color: #000;
}

.section-title.align-center span {
    margin-left: auto;
    margin-right: auto;
}

.title-border {
    width: 60px;
    height: 2px;
}

.section-title.align-center .title-border {
    margin: 17px auto 0;
}

.section-title.align-left .title-border {
    margin: 17px 0 0;
}

.section-title.white, p.section-intro-text.white {
    color: #fff;
}

.section-title.dark, p.section-intro-text.dark {
    color: #1b293d;
}

.section-title, h1, h1.archive-title, h1.entry-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.section-title>span.tagline {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0c59cb;
    padding: 4px 0;
    max-width: max-content;
    margin-bottom: 0px;
}

.section-title>span, .section-title .special-title>span {
    color: #0c59cb;
}

.section-title.white>span.tagline {
    color: #fff;
}

h1.archive-title, h1.entry-title {
    text-align: center;
}

.entry-content h1 {
    text-align: center;
    position: relative;
    padding-top: 13px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

h2 {
    font-size: 35px;
    font-weight: 700;
}

h3 {
    font-size: 25px;
    font-weight: 700;
}

p, ul li {
    font-size: 18px;
    color: #484848;
}

a {
    text-decoration: none;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.btn-group {
    display: flex;
    gap: 25px;
}

.btn-group.left {
    justify-content: left;
}

.btn-group.center {
    justify-content: center;
}

.btn-group.right {
    justify-content: right;
}

a.btn.default-btn {
    font-family: "Rethink Sans", ui-sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 27px;
    max-width: fit-content;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    position: relative;
    gap: 5px;
    border-radius: 50px;
}

a.btn.default-btn.icon {
    padding-right: 60px;
}

a.btn.default-btn i {
    background-color: #fff;
    color: #395dfc;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: absolute;
    right: 10px;
}

.btn-group.hero-btn-group a {
    max-width: 183px;
    width: 100%;
    height: 55px;
}

a.btn.default-btn.red-gradient {
    color: #fff;
    background: linear-gradient(180deg, rgba(206,21,20,1) 35%, rgba(176,17,16,1) 73%);
}

a.btn.default-btn.red {
    color: #dddcdc;
    background-color: #ce1514;
}

a.btn.default-btn.blue {
    color: #fff;
    background-color: #395dfc;
}

a.btn.default-btn.border-white {
    outline: 1px solid #fff;
    color: #fff;
}

a.btn.default-btn.white {
    background-color: #fff;
    color: #ff2021;
}

a.btn.default-btn.white.icon i {
    background-color: #ff2021;
    color: #fff;
}

a.btn.default-btn.border-blue {
    outline: 1px solid #395dfc;
    color: #395dfc;
}

.site-inner .home-more-content {
    display: none;
}

span.slide-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 14px;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    background-color: rgb(255 255 255 / 14%);
    color: #fff;
    border-radius: 100px;
}

.slider-arrow i {
    font-size: 20px;
}

.slider-arrow:hover {
    background-color: #fff;
}

.slider-arrow:hover i {
    color: #395dfc;
}

.entry-content ul > li {
    list-style-type: none !important;
    position: relative;
    padding-left: 28px;
    padding-bottom: 10px;
}

.entry-content ul > li:before {
    content: "\f14a";
    font-size: 20px;
    color: #0c59cb;
    position: absolute;
    left: 0;
    margin-top: 3px;
    margin-left: 0;
    margin-right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.archive-pagination.pagination ul li:before {
    display: none;
}

.archive-pagination.pagination ul li {
    padding-left: 0;
    padding-bottom: 0;
}

.wp-block-image {
    position: relative;
    display: flex;
    align-items: center;
    margin: 56px 0;
}

.wp-block-image:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/12/content-image-element.png);
    width: 100%;
    height: 220px;
    display: block;
    position: absolute;
    z-index: -1;
}

.wp-block-image figure img {
    border-radius: 7px;
}

.sfs-review.reviewpostbox-form button.sfcr-submit-review, .view-review-form button.sfcr-create-review {
    background: linear-gradient(180deg, rgba(206, 21, 20, 1) 35%, rgba(176, 17, 16, 1) 73%);
}

.wpcf7-form-control-wrap {
    display: block;
    height: 100%;
}

form.use-floating-validation-tip .wpcf7-not-valid-tip {
    bottom: 50%;
}

.home-content.more-content {
    display: none;
}

.home-content.more-content.active {
    display: block;
}

.btn-group.left.home-btn-group.more.hide {
    display: none;
}

.error404 form button.search-submit {
    background-color: #395dfc;
}

.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links span.page-numbers.current {
    background-color: #395dfc;
    color: #fff;
}

/* END GLOBAL STYLES 
======================*/

/* START TOPBAR
===========================*/

.top-field.site-logo a {
    position: relative;
    display: block;
    height: 217px;
    z-index: 1;
}

/* END TOPBAR
===========================*/

/* START HEADER 
===========================*/

.header-cta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.header-cta-block:first-child {
    border: 2px solid #d76038;
    padding: 10px 0px;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    text-align: center;
}

.header-cta-block i {
    display: table-cell;
    transform: rotate(-45deg);
    font-size: 20px;
    color: #fff;
}

.header-cta-block a {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-decoration: unset;
}

/* END HEADER 
===========================*/

/* START NAV
===========================*/

.genesis-nav-menu a {
    font-family: "Rethink Sans", sans-serif;
    font-size: 18px;
    text-transform: capitalize;
}

.genesis-nav-menu a:focus, 
.genesis-nav-menu a:hover, 
.genesis-nav-menu .current-menu-item > a, 
.genesis-nav-menu .current_page_parent > a, 
.genesis-nav-menu .sub-menu .current-menu-item > a:focus, 
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    outline: 2px solid rgb(255 255 255 / 22%);
    border-radius: 50px;
    color: #fff;
}

/* END NAV
===========================*/

/* START HERO SLIDER
===========================*/

.hero-slider .hero-item {
    height: 100vh;
    height: 940px;
    align-items: center;
}

.hero-slider .hero-item:before {
	background-color: rgb(0 0 0 / 50%);
    z-index: -1;
}

.hero-slider .hero-item .hero-contents {
    max-width: 900px;
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

.hero-slider .hero-tagline {
    font-family: "Rethink Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto 10px;
    letter-spacing: 2px;
    background-color: #bdbdbd75;
    width: max-content;
    height: 40px;
    display: flex
;
    align-items: center;
    padding: 0 10px;
    border-radius: 50px;
}

.hero-slider .hero-heading {
    font-family: "Rethink Sans", sans-serif;
    font-size: 65px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1em;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hero-slider .hero-snippet {
    font-family: "Rethink Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.btn-group.hero-btn-group {
    margin-top: 20px;
}

/* END HERO SLIDER
===========================*/

/* START PAGE BANNER
===========================*/

.page-banner {
    height: 500px;
    padding-top: 80px;
}

.page-banner:before {
    background-color: rgb(0 0 0 / 50%);
}

.page-banner .hero-tagline {
    font-family: "Rethink Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    width: fit-content;
    border-radius: 50px;
    margin: auto;
    background-color: #ffffff3b;
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-banner .page-title {
    font-family: "Rethink Sans", sans-serif;
    font-size: 65px;
    font-weight: 700;
}

.page-banner .breadcrumb {
    font-size: 14px;
}

.page-banner span.breadcrumb-link-wrap a span.home-icon {
    padding: 6px;
    border-radius: 6px;
    font-size: 12px;
}

.page-banner span.separator {
    vertical-align: text-bottom;
}

.page-banner span.separator i {
    font-size: 8px;
    margin-bottom: 4px;
}

.breadcrumb a {
    color: #fff;
}

/* END PAGE BANNER
===========================*/

/* START ABOUT
===========================*/

.about-main-container {
    background-image: url(/wp-content/uploads/2025/07/about-background.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.content-form-block.lefty p {
    margin-bottom: 0;
}

.content-form-block.lefty ul {
    margin-bottom: 30px;
}

.content-form-block.lefty ul br {
    display: none;
}

.content-form-block.lefty ul li {
    font-family: "Rethink Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.content-form-block.lefty ul li i {
    font-size: 20px;
    color: #ff2021;
    padding-right: 10px;
}

.btn-group.left.about-btn-group a {
    height: 50px;
}

/* END ABOUT
===========================*/

/* START FEATURED CONTENT
===========================*/

.feat-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 17px;
}

.feat-block {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    max-width: 285px;
    width: 100%;
    min-height: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 24px;
    background-color: #fff;
}

.feat-icon img {
    margin-bottom: 20px;
    box-shadow: 0px 0px 75px 6px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 0px 75px 6px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 75px 6px rgba(0, 0, 0, 0.09);
    border-radius: 100px;
}

.feat-title {
    font-family: "Rethink Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #484848;
    text-align: center;
}

.feat-title:after {
    content: '';
    width: 30px;
    height: 4px;
    background-color: #ff2021;
    display: block;
    margin: 20px auto;
}

.feat-snippet {
    font-family: "Rethink Sans", sans-serif;
    font-size: 14px;
    color: #484848;
    min-height: 108px;
}

.feat-block:hover {
    background-color: #395dfc;
}

.feat-block:hover .feat-title, .feat-block:hover .feat-snippet {
    color: #fff;
}

/* END FEATURED CONTENT
===========================*/

/* START SERVICES
===========================*/

.services-main-container {
    background-image: url(/wp-content/uploads/2025/07/services-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 1474px;
}

.services-main-container:before {
    content: '';
    background: linear-gradient(180deg, rgba(57, 93, 252, 0.70) 0%, rgba(255, 32, 33, 0.70) 100%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.services-main-container:after {
    content: '';
    background-color: rgb(0 0 0 / 61%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.site-section.svc {
    z-index: 1;
    padding-bottom: 70px;
}

.svc-container {
    margin-top: 30px;
}

.site-section.svc p.section-intro-text {
    padding: 0px 15px 10px;
    max-width: 793px;
    width: 100%;
    margin: auto;
}

.svc-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 19px;
}

.svc-block {
    position: relative;
    isolation: isolate;
    padding: 20px 45px;
    max-width: 387px;
    width: 100%;
    min-height: 435px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.svc-block:before {
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.85;
    z-index: -1;
}

.svc-block, .svc-block:before {
    border-radius: 10px;
}

.svc-icon {
    background-color: #fff;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.svc-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.svc-title:after {
    content: '';
    background-color: #ff2021;
    width: 30px;
    height: 4px;
    display: block;
    margin: 20px auto;
}

.svc-desc {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    display: none;
}

.svc-block a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    margin: 25px auto 0 auto;
    max-width: 133px;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    display: none;
}

.svc-block:hover:before {
    background-color: #395dfc;
    opacity: 0.9;
}

/* END SERVICES
===========================*/

/* START SERVICES INNER
===========================*/

.svcInner-block {
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
}

.svcInner-block:hover:after {
    visibility: visible;
}

.svcInner-block:after {
    content: '';
    background-color: #395dfc;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: -10px;
    bottom: -10px;
    border-radius: 10px;
    z-index: -1;
    visibility: hidden;
}

.svcInner-item.lefty {
    max-width: 407px;
    width: 100%;
}

.svcInner-item.righty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 80px;
    max-width: 793px;
    width: 100%;
}

.svcInner-title {
    font-family: "Rethink Sans", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin: 20px 0;
}

.svcInner-desc {
    font-size: 18px;
    color: #484848;
    padding-right: 90px;
}

.svcInner-item.lefty img {
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn-group.left.svcInner-btn-group {
    margin-top: 30px;
}

/* END SERVICES INNER
===========================*/

/* START GET IN TOUCH
===========================*/

.site-section.gtu-section {
    position: relative;
    z-index: 3;
    padding-top: 0;
    padding-bottom: 0;
}

.site-section.gtu-section .section-container {
    border-radius: 10px;
}

.gtu-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 83px;
    min-height: 315px;
    height: 100%;
}

.gtu-block.righty img {
    margin-bottom: -50px;
}

/* END GET IN TOUCH
===========================*/

/* START AREAS WE SERVE
===========================*/

.home .site-section.aws-section {
    padding-top: 173px;
    padding-bottom: 30px;
}

.site-section.aws-section {
    padding-bottom: 30px;
}

.home .site-section.aws-section .aws-container {
    margin-top: 111px;
}

li.aws-title {
    max-width: 183px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 50px;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 18px;
    font-family: "Rethink Sans", sans-serif;
    color: #484848;
    background-color: #fff;
}

li.aws-title i {
    font-size: 15px;
    color: #395dfc;
    padding-right: 10px;
    padding-bottom: 3px;
}

li.aws-title:hover {
    background-color: #395dfc;
    border: 1px solid #fff;
    color: #fff;
}

li.aws-title:hover i {
    color: #fff;
}

.aws-block.righty {
    position: relative;
    isolation: isolate;
}

.aws-block.righty:before {
    content: '';
    background-color: #ff2021;
    max-width: 465px;
    width: 100%;
    height: 499px;
    display: block;
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: -1;
}

.aws-block.righty img {
    border-radius: 10px;
}

.aws-block.righty img, .aws-block.righty:before {
    border-radius: 10px;
}

/* END AREAS WE SERVE
===========================*/

/* START GALLERY
===========================*/

.site-section.gallery-section {
    padding-top: 60px;
}

.slmp-grid-image img {
    border: none;
    max-width: 285px;
    width: 100%;
    height: 382px;
    object-fit: cover;
    border-radius: 10px;
}

.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(153deg, rgba(57, 93, 252, 1) 0%, rgba(255, 32, 33, 0.8) 100%);
    border-radius: 10px;
    z-index: 1;
}

.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover .slmp-image-hover-icon {
    background: unset;
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: center;
}

.slmp-image-hover-icon:before {
    content: '';
    background-color: #fff;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
}

.slmp-image-hover-icon:after {
    content: "View Image";
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 13px 28px;
}

.slmp-gallery .slmp-gallery-load-more button {
    font-family: "Rethink Sans", sans-serif;
    background-color: transparent;
    color: #395dfc;
    border: 1px solid #395dfc;
    border-radius: 50px;
    padding: 12px 20px;
    min-width: auto;
    font-weight: 500;
    font-size: 18px;
}

.gallery-template .site-section.aws-section {
    padding-bottom: 120px;
}

/* END GALLERY
===========================*/

/* START REVIEW
=============================*/

.site-section.review {
    isolation: isolate;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-section.review .section-title {
    margin-bottom: 0;
}

.site-section.review:before {
    content: '';
    background: linear-gradient(90deg, rgba(57, 93, 252, 0.8) 0%, rgba(255, 32, 33, 0.8) 100%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.site-section.review:after {
    content: '';
    background-color: rgb(0 0 0 / 49%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.site-section.review .section-container {
    position: relative;
}

.review-container .slick-track {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.review-card-wrapper {
    max-width: 387px;
    width: 100%;
    min-height: 230px;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    padding: 0 30px;
    border-radius: 10px;
    margin: auto;
}

.review-content {
    font-size: 16px;
    font-weight: 300;
    color: #484848;
}

.review-author-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 13px;
}

.author-icon {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.author-icon i {
    background-color: #395dfc;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    font-size: 25px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.author-name {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.review-rating i {
    font-size: 14px;
    color: #ffa200;
    padding-right: 4px;
}

.list-of-reviews .average-review, .list-of-reviews .review-raiting {
    display: flex;
    gap: 4px;
}

.dashicons-star-filled {
    margin-bottom: 15px;
    display: inline-block;
}

.dashicons-star-filled:before {
    content: "\f005";
    font-size: 20px;
    color: #a61f2b;
    margin-left: 0;
    margin-right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 20px;
    height: 20px;
    display: block;
}

.btn-group.center.review-btn-group {
    margin-top: 40px;
}

.btn-group.center.review-btn-group a {
    max-width: 183px;
    width: 100%;
}

.sfs-review .rate:not(:checked)>label {
    line-height: 1.2em;
}

/* END REVIEW
=============================*/

/* START BADGE
=============================*/

.site-section.badge {
    padding: 75px 80px;
}

.badge-wrap .slick-track {
    display: flex;
    gap: 25px;
}

.badge-items-wrap img {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

/* END BADGE
=============================*/

/* START BLOG DROPDOWN
===========================*/

.blog-select-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    margin-bottom: 60px;
}

.blog-select-box {
    position: relative;
    display: flex;
    max-width: 370px;
    width: 100%;
    height: 55px;
    background-color: #fff;
    border: 1px solid #000;
    align-items: center;
    padding-left: 20px;
}

.blog-select-box:hover {
    background-color: #0f5093;
}

.blog-select-box h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #111111;
    margin-bottom: 0;
}

.blog-select-box:hover h3 {
    color: #fff;
}

.click-drop-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
}

.click-drop-btn i {
	color: #0f5093;
}

.click-drop-btn:hover {
    /*background-color: #797a7e;*/
}

.blog-select-box:hover .click-drop-btn i {
    color: #fff;
}

.blog-select-box ul {
    position: absolute;
    left: 0;
    display: none;
    top: 54px;
    background-color: #d42534;
    padding-left: 0px;
    width: 100%;
    z-index: 1;
}

.blog-select-box ul li {
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #b4b4b4;
    line-height: 1.2em;
}

.blog-select-box ul li:hover {
    background-color: #000;
}

.blog-select-box ul li a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.blog-select-box ul li:before {
	display: none;
}

.blog-template .entry-content ul {
    margin-bottom: 0;
    padding-left: 0;
}

ul.archive-post-list li:first-child {
    display: none;
}

/* END BLOG DROPDOWN
===========================*/

/* START BLOG LAYOUT
===========================*/

.post-container {
    max-width: 370px;
    width: 100%;
}

.post-thumb img {
    object-fit: cover;
    object-position: center;
    height: 270px;
}

.post-body {
    background-color: #fff;
    padding: 30px;
}

.post-title a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #282929;
}

.post-snippet {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #4c4c4c;
    padding: 15px 0 40px;
}

.post-snippet a {
    font-weight: 600;
    color: #282929;
}

.btn-group.post-btn-group a {
    max-width: 194px;
    width: 100%;
    min-height: 40px;
    height: 40px;
    padding: 0;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    font-weight: 700;
    text-transform: capitalize;
    color: #282929;
}

.btn-group.post-btn-group a:hover {
    background-color: #282929;
    border-color: #282929;
    color: #fff;
}

.post-author-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #d9d9d9;
    padding: 0 30px;
    height: 60px;
}

.post-author-date-block {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #4c4c4c;
}

/* END BLOG LAYOUT
===========================*/

/* START PAGINATION
=============================*/

.archive-pagination.pagination {
    text-align: center;
}

.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a {
    background-color: #395dfc;
}

.archive-pagination li a {
    padding: 12px 20px;
    background-color: transparent;
    border: 1px solid #d9d9d9;
}

/* END PAGINATION
=============================*/

/* START REQUEST A QUOTE FORM
=============================*/

.form-container.rq {
    background-color: #f4f6ff;
    padding: 36px;
    border-radius: 10px;
    position: relative;
}

.form-container.rq:after {
    content: '';
    background-color: #e5eaff;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    right: -10px;
    z-index: -1;
}

.form-container.rq .form-row-title {
    font-family: "Rethink Sans", sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.form-container.rq .form-row-title:after {
    content: '';
    background-color: #ff2021;
    width: 30px;
    height: 4px;
    display: block;
    margin: 15px auto;
}

.form-container.rq label {
    font-family: "Rethink Sans", sans-serif;
    font-size: 13px;
    color: #484848;
}

.form-container.rq .form-field {
    padding-bottom: 6px;
}

.form-container.rq .field {
    margin-bottom: 5px;
}

.form-container.rq .field.select-field {
    position: relative;
}

.form-container.rq i {
    position: absolute;
    top: 39px;
    right: 13px;
}

.form-container.rq .field input, .form-container.rq .field select {
    font-family: "Rethink Sans", sans-serif;
    height: 50px;
    font-size: 13px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.form-container.rq textarea {
    font-family: "Rethink Sans", sans-serif;
    font-size: 13px;
    height: 125px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
}

.form-container.rq .form-row.submit {
    margin: 10px 0;
}

.form-container.rq .submit-wrapper button {
    background-color: #395dfc;
    border-radius: 50px;
    padding: 16px 39px;
    font-family: "Rethink Sans", sans-serif;
    font-size: 17px;
    color: #fff;
}

.form-container.rq .recaptcha-note {
    font-family: "Rethink Sans", sans-serif;
    font-size: 14px;
    color: #000;
    padding-top: 10px;
}

.form-container.rq .recaptcha-note a {
    color: #000;
    font-weight: 400;
}

.form-container.rq .form-row.accept .wpcf7-list-item {
    margin-left: 0;
}

.form-container.rq .form-row.accept {
    display: flex;
    gap: 5px;
    line-height: 1em;
    margin-bottom: 15px;
}

.form-container.rq .form-row.accept span.accept-snippet {
    font-family: "Rethink Sans", sans-serif;
    font-size: 14px;
    color: #6b6b6b;
}

.wpcf7 input:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    background-color: #d7deff;
    border: 2px solid #395dfc !important;
    outline: none;
}

/* END REQUEST A QUOTE FORM
=============================*/

/* START MODAL CTA
===========================*/

.modal-btn {
    color: #fff;
    background: #395dfc;
    max-width: 242px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.hero-form.popup .form-container.rq:after {
    display: none;
}

.hero-form.popup .form-container.rq {
    padding: 20px 17px;
}

/* END MODAL CTA
===========================*/

/* START MODAL FORM
===========================*/

.sfl-modal-content {
    margin: auto;
    position: relative;
    outline: 0;
    max-width: 450px;
    width: 100%;
}

.sfl-button {
    font-size: 2rem;
    cursor: pointer;
    z-index: 9;
    color: #fff;
    font-weight: 600;
    background-color: #b10202;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sfl-display-topright {
    position: absolute;
    right: 0;
    top: 0;
}

.sfl-modal {
    z-index: 9999;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

/* END MODAL FORM
===========================*/

/* START CONTACT FORM
===========================*/

.site-section.contact-form {
    background-image: url(/wp-content/uploads/2025/07/home-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 2px solid #aa2f26;
    position: relative;
    isolation: isolate;
}

.site-section.contact-form:before {
    content: '';
    background: linear-gradient(90deg, rgba(57, 93, 252, 0.8) 0%, rgba(255, 32, 33, 0.8) 100%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.form-container.contact-us .form-row-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.section-title.cf {
    color: #fff;
}

.section-title.cf:after {
    background-color: #fff;
}

p.section-intro-text.cf {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: normal;
}

.cf-details-container {
    margin-bottom: 28px;
}

.cf-block.icon i {
    color: #fff;
    font-size: 20px;
}

.cf-details-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 1;
    padding: 20px 0;
    border: 1px solid #fff;
}

.cf-details-block:hover {
    background-color: #222f47;
}

.cf-block.detail, .cf-block.detail a {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

.contact-section-form {
    margin-bottom: 30px;
}

.contact-section-form .cf-nap-block {
    display: flex;
    gap: 12px;
    margin-bottom: 13px;
    background: #262b43;
    flex: 1;
    height: 130px;
    padding: 20px;
}

.contact-section-form .cf-nap-block .icon i, .contact-section-form .cf-nap-block .snippet-title, .contact-section-form .cf-nap-block .snippet-detail, .contact-section-form .cf-nap-block .snippet-detail a {
    color: #fff;
}

.contact-section-form .cf-nap-block .snippet-detail {
    font-size: 14px;
}

.contact-section-form .snippet-title {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.contact-irame {
    text-align: center;
}

.cf-form-container {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.cf-form-container .form-container {
    background-color: #262b43;
    border: 1px solid #000;
    /* border-color: transparent; */
    padding: 33px 37px;
    min-height: 659px;
}

.cf-form-container input, .cf-form-container select, .cf-form-container textarea {
    font-family: "Rethink Sans", sans-serif;
    border: 0;
    margin-bottom: 12px;
}

.cf-form-container textarea {
    height: 184px;
}

.submit-meh {
    text-align: center;
}

.cf-form-container form .wpcf7-submit {
    background-color: #395dfc !important;
    max-width: 200px;
    color: #fff !important;
}

.cf-form-container span.wpcf7-spinner {
    display: none;
}

.form-container.contact-us .form-row.recap {
    display: block;
}

.form-container.contact-us .form-row.recap p {
    text-align: left;
    padding-top: 0;
    color: #fff;
    margin-bottom: 10px;
}

.form-container.contact-us .form-row.recap p a {
    font-weight: 600;
    color: #fff;
}

.form-container.contact-us p.recaptcha-note, .form-container.contact-us p.disclaimer {
    font-size: 14px;
}

.form-container.contact-us .field.select-field span:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    padding-left: 10px;
    right: 11px;
    position: absolute;
    display: inline-block;
    top: 14px;
    bottom: 0;
    color: #000;
}

.contactPage-template ::-webkit-input-placeholder { /* WebKit browsers */
    color: #000 !important;
    opacity: 1;
}

.contactPage-template :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 1;
}

.contactPage-template::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}

.contactPage-template:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000 !important;
    opacity: 1;
}

.form-container.contact-us .form-row.accept .wpcf7-list-item {
    margin-left: 0;
}

.form-container.contact-us .form-row.accept {
    display: flex;
    gap: 5px;
    line-height: 1em;
    margin-bottom: 15px;
}

.form-container.contact-us .form-row.accept span.accept-snippet {
    font-family: "Rethink Sans", sans-serif;
    font-size: 11px;
    color: #fff;
}

/* END CONTACT FORM
===========================*/

/* START FOOTER
===========================*/

footer.site-footer {
    background-color: #161616;
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
}

.footer-main-wrapper {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 67px;
    padding-bottom: 67px;
    min-height: 456px;
    height: 100%;
}

.footer-main-wrapper:before {
    content: '';
    background-color: rgb(0 0 0 / 89%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-form-container {
    margin-bottom: 100px;
}

.footer-form-block form.use-floating-validation-tip .wpcf7-not-valid-tip,  form.use-floating-validation-tip .form-container.newsletter .wpcf7-not-valid-tip {
    left: 16px;
    right: unset;
}

.footer-form-block.lefty {
    line-height: 2.5em;
}

.footer-form-title {
    font-family: "Neuton", serif;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-align: left;
}

.footer-form-snippet {
    font-size: 14px;
    color: #fff;
}

.footer-form-container .field input {
    min-height: 65px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.footer-form-container ::-webkit-input-placeholder {
    color: #a6a6a6;
}

.footer-form-block.righty {
    position: relative;
}

.footer-form-container .submit-meh, .newsletter-container .submit-meh {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    max-width: 169px;
    width: 100%;
    height: 50px;
    background: #152c72 !important;
    border-radius: 10px;
    padding-right: 34px;
}

.footer-form-container .submit-meh input {
    max-width: 139px;
    width: 100%;
    background: #152c72;
    padding-right: 0px;
    border-radius: 15px;
    text-transform: uppercase;
}

.footer-form-container .submit-meh i {
    color: #fff;
    margin-bottom: 2px;
    padding-left: 3px;
}

.footer-form-container .submit-meh .wpcf7-spinner {
    display: none;
}

.footer-container {
    padding-bottom: 60px;
    position: relative;
}

.footer-container, 
.footer-copyright .wrap, 
.footer-form-container {
    max-width: 1220px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-copyright {
    min-height: 167px;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
}

.footer-col {
    text-align: left;
}

.footer-title {
    font-family: "Rethink Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    height: 50px;
    margin-bottom: 15px;
    display: flex;
    gap: 26px;
    align-items: center;
    position: relative;
}

.footer-title:after {
    content: '';
    width: 32px;
    height: 3px;
    background-color: #395dfc;
    position: absolute;
    bottom: -6px;
}

.footer-title:before {
    content: '';
    max-width: 183px;
    width: 100%;
    height: 3px;
    background-color: rgb(255 255 255 / 20%);
    position: absolute;
    bottom: -6px;
}

.footer-col ul {
    max-width: 270px;
    width: 100%;
}

.footer-nav .menu li {
    position: relative;
    padding-left: 0px;
    display: flex;
    align-items: center;
}

.footer-nav .menu li:before {
    content: "\f0da";
    font-size: 12px;
    color: #818aa6;
    position: absolute;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 33px;
    height: 33px;
    display: none;
    align-items: center;
}

.footer-col ul li i {
    color: #0a95df;
    font-size: 12px;
}

.footer-col ul li a, .snippet-detail, .snippet-detail a {
    font-family: "Rethink Sans", sans-serif;
    font-size: 16px;
    color: #fff;
    display: flex;
    gap: 24px;
    align-items: baseline;
    line-height: normal;
}

.footer-col ul li a, .snippet-detail a {
    padding: 5px 0;
}

.footer-col ul li:hover:before {
    left: 35px;
    color: #fff;
}

.footer-col ul li:hover a {
    color: #fff;
}

.footer-col ul li:hover i {
    color: #fff;
}

.footer-col .social-media {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}

.footer-col .social-media a {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-col .social-media span.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.footer-col .social-media span.social-icon img {
    filter: brightness(0) invert(1);
}

.footer-col .social-media span.social-name {
    font-size: 14px;
    color: #fff;
    display: none;
}

.footer-nap-container {
    margin-top: 23px;
}

.footer-nap-block {
    display: flex;
    align-items: baseline;
    gap: 13px;
    margin-bottom: 10px;
}

.footer-nap-field.icon {
    max-width: 20px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.footer-nap-field.icon i {
    font-size: 15px;
    color: #395dfc;
}

.footer-nap-block a {
    padding: 0;
}

.copyright-block.logo img {
    max-width: 251px;
    width: 100%;
}

.copyright-block.snippet, .copyright-block.snippet a {
    font-family: "Rethink Sans", sans-serif;
    font-size: 16px;
    color: #000;
}

.copyright-block.snippet a {
    color: #152c72;
}

.copyright-block.snippet span {
    color: #4c4c4c;
}

.copyright-nav {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    color: #ccc;
}

.scroll-top {
    background-color: transparent;
    border: unset;
    border-radius: unset;
    flex-direction: column;
    width: unset;
    height: unset;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.scroll-top i {
    font-size: 12px;
    background: linear-gradient(130deg, rgba(57, 93, 252, 1) 0%, rgba(255, 32, 33, 1) 100%);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

/* END FOOTER
===========================*/

/* START 1024 and above ONLY
============================ */

@media only screen and (min-width: 1024px) {
	
    /* Start default styling */
    
    .site-inner {
        max-width: 100%;
        background-image: url(/wp-content/uploads/2025/08/content-background.jpg);
        background-position: center;
        isolation: isolate;
    }
 
    .site-section {
        padding: 120px 80px;
    }
    
    .site-section-wrap {
        max-width: 1220px;
        margin: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .content-sidebar-wrap {
        max-width: 1220px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin: auto;
    }

    .full-width-content .content {
        width: 100%;
    }

    .d-hidden {
        display: none;
    }

    /* End default styling 1024 and above ONLY */

    /* Start topbar */

    .topbar {
        background-color: #fefefe;
    }

    header.site-header.sticky .topbar {
        margin-bottom: 0;
    }

    .topbar-wrap {
        display: flex;
        justify-content: space-between;
        height: 60px;
    }

    .top-field.site-logo {
        max-width: 217px;
        width: 100%;
    }

    .top-field.social {
        display: flex;
        align-items: center;
        gap: 20px;
        font-family: "Rethink Sans", sans-serif;
        font-size: 12px;
        color: #000;
        max-width: 630px;
        width: 100%;
        padding-left: 60px;
    }

    .top-field.social .social-media {
        height: 28px;
    }

    .top-field.social .social-media span.social-icon {
        margin-right: 5px;
    }

    .top-field.social span.social-name {
        display: none;
    }

    .top-field.nap {
        max-width: 870px;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        gap: 100px;
    }

    .nap-field {
        display: flex;
        align-items: center;
        line-height: normal;
        gap: 8px;
    }

    .top-field .nap-title, .top-field .nap-title a {
        font-family: "Rethink Sans", sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #000;
    }

    .top-field.nap .nap-field.mail .nap-info a {
        font-family: "Rethink Sans", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #000;
    }

    .top-field.nap .nap-field.phone .nap-info a {
        font-family: "Rethink Sans", sans-serif;
        font-size: 20px;
        font-weight: 800;
        color: #000;
    }

    .nap-field.phone i {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ff2021;
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 100px;
        font-size: 15px;
    }

    .top-field .nap-field.review .nap-icon {
        color: #89681d;
    }

    .top-field .nap-field.phone .nap-icon {
        font-size: 19px;
        padding-top: 6px;
    }

    .top-field .nap-field.phone .nap-title a {
        font-size: 24px;
        font-weight: 600;
    }

    .top-field.site-logo img {
        filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
    }

    /* End topbar 1024 and above ONLY */
	
	/* Start header */
	
    header.site-header {
        position: fixed;
        width: 100%;
        z-index: 9999;
        background-color: transparent;
        box-shadow: unset;
        /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.4009978991596639) 10%, rgba(0, 0, 0, 0) 100%);*/
    }
	
    header.site-header .header-container-wrap {
        display: flex;
        align-items: center;
        height: 120px;
        transition: height 0.5s;
    }

    header.site-header .header-container-wrap, .topbar-wrap {
        padding-left: 90px;
        padding-right: 90px;
    }
	
	.header-block.blank-spacer, .header-block.cta {
	    flex-basis: 20%;
	}

    .header-block.logo, .header-block.cta {
        max-width: 240px;
        width: 100%;
    }

    .header-block.logo {
        position: relative;
        height: 95px;
    }

    .header-block.logo img {
        position: absolute;
        top: 11px;
        display: none;
    }

    .header-logo-element {
        position: absolute;
        left: -90px;
        bottom: -172px;
        width: 296px;
        height: 197px;
        z-index: -1;
    }

	.header-block:nth-child(2) {
	    flex-basis: 83%;
	    display: flex;
    	justify-content: center;
	}
	
	.header-block:last-child {
	    text-align: right;
	}
	
    .nav-primary {
        float: unset;
    }
	
    header.site-header.sticky {
        background-color: #282929;
    }

    header.site-header.sticky .header-container {
        background-color: #fefefe;
        border-top: 3px solid #fafbfd;
        border-bottom: 3px solid #f7f8fc;
        height: 95px;
    }

    header.site-header.sticky .header-container .header-logo-element {
        display: none;
    }
		
    header.site-header.sticky .header-logo img {
        max-width: 138px;
    }

    header.site-header.sticky .header-container .header-block.logo img {
        top: -52px;
    }

    header.site-header.sticky .top-field.logo, header.site-header.sticky .top-field.logo img {
        max-width: 197px;
    }

    header.site-header.sticky .header-container, header.site-header.sticky .header-container-wrap {
        height: 95px;
    }

    header.site-header.sticky .genesis-nav-menu a, header.site-header.sticky .menu-item-has-children > a span:after {
        color: #000;
    }

    header.site-header.sticky .genesis-nav-menu .sub-menu a {
        color: #fff;
    }

    header.site-header.sticky .genesis-nav-menu a:focus, .genesis-nav-menu a:hover, 
    header.site-header.sticky .genesis-nav-menu .current-menu-item > a, 
    header.site-header.sticky .genesis-nav-menu .current_page_parent > a, 
    header.site-header.sticky .genesis-nav-menu .sub-menu .current-menu-item > a:focus, 
    header.site-header.sticky .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
        outline: 2px solid rgb(57 93 252 / 30%);
        border-radius: 50px;
    }
       
    /* End header 1024 and above ONLY */

    /* Start nav */

    .genesis-nav-menu .sub-menu {
        border-top: 1px solid #fbfbfb33;
    }

    .genesis-nav-menu .sub-menu a {
        background-color: rgb(6 6 6 / 86%);
        border-left: 1px solid #fbfbfb33;
        border-right: 1px solid #fbfbfb33;
        border-bottom: 1px solid #fbfbfb33;
        color: #fff;
    }

    .genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
        border-radius: unset;
        outline: unset;
        background-color: rgb(57 93 252 / 70%);
    }

    .menu-item-has-children > a span:after {
        content: '\f0d7';
        font-family: "Font Awesome 5 Free";
        font-size: 13px;
        font-weight: 600;
        padding-left: 5px;
        color: #fff;
    }

    /* End nav 1024 and above ONLY */

    /* Start about us */

    .site-section.about-section {
        padding: 0;
    }

    .site-section.about-section .site-section-wrap {
        max-width: 100%;
        padding: 0;
    }

    .about-wrap {
        display: flex;
        gap: 42px;
        justify-content: flex-end;
    }

    .about-block.lefty {
        max-width: 975px;
        width: 100%;
        padding-left: 10px;
    }

    .about-block.lefty.content-form {
        padding-top: 63px;
    }

    .about-block.righty {
        max-width: 547px;
        width: 100%;
    }

    .about-block.lefty.content-form {
    display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .content-form-block.lefty {
        max-width: 400px;
        width: 100%;
    }

    .content-form-block.righty {
        max-width: 463px;
        width: 100%;
    }

    /* End about us 1024 and above ONLY */

    /* Start services */

    .svcInner-block {
        display: flex;
        background-color: #f4f6ff;
        min-height: 413px;
        height: 100%;
    }

    .svc-block:hover .svc-desc {
        display: block;
    }

    .svc-block:hover a {
        display: flex;
    }

    /* End services 1024 and above ONLY */

    /* Start areas we serve */

    .aws-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .aws-block.lefty {
        max-width: 400px;
        width: 100%;
    }

    ul.aws-item {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    
    /* End areas we serve 1024 and above ONLY */

    /* Start review */

    .review-card-wrap {
        max-width: 814px;
        width: 100%;
        margin: 26px auto 0;
    }

    .review-slider-arrow {
        position: absolute;
        top: 50%;
    }

    .review-slider-next {
        right: 0;
    }

    /* End review 1024 and above ONLY */

    /* Start badge */

    .site-section.badge .site-section-wrap {
        max-width: 100%;
    }

    /* End badge 1024 and above ONLY */

    /* Start blog dropdown */
       
    .blog-select-wrap {
        display: flex;
        justify-content: space-between;
        gap: 45px;
    }

    /* End blog dropdown 1024 and above ONLY */

    /* Start blog page */

    .blog-archive-container {
        max-width: 1200px;
        width: 100%;
        margin: auto;
    }

    .blog-post-listing, .blog-post-archive {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 45px;
    }

    /* End blog page 1024 and above ONLY */

    /* Start modal cta */

    .modal-btn.righty {
        position: fixed;
        transform: rotate(-90deg);
        right: -99px;
        bottom: 173px;
        display: none;
    }

    body.sticky .modal-btn.righty {
        display: flex;
    }

    /* End modal cta 1024 and above ONLY */

    /* Start contact form */

    .contact-section-form {
        display: flex;
        gap: 20px;
    }
    
    .cf-wrap {
        display: flex;
        gap: 30px;
    }

    .contact-irame iframe {
        min-height: 657px;
        height: 100%;
    }

    .cf-column {
        flex: 1;
    }
    
    .cf-details-wrap {
        display: flex;
        justify-content: center;
        max-width: 969px;
        width: 100%;
        margin: auto;
        gap: 20px
    }
	
    .form-field.two-col {
        display: flex;
        gap: 17px;
    }

    .form-field.two-col .field {
        flex: 1;
    }
    
    /* End contact form 1024 and above ONLY */

	/* Start footer */

    .footer-form-wrap {
        display: flex;
        gap: 30px;
    }

    .footer-form-block.lefty {
        max-width: 470px;
        width: 100%;
    }

    .footer-form-block.righty {
        max-width: 670px;
        width: 100%;
    }

    .footer-container {
        display: flex;
        gap: 30px;
    }

    .footer-col {
        max-width: 297px;
        width: 100%;
    }

    .copyright-container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        min-height: 167px;
        height: 100%;
    }

    .copyright-block.logo {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .copyright-block.snippet {
        text-align: right;
    }

    .copyright-block.snippet br {
        display: none;
    }

    /* End footer 1024 and above ONLY */

}

/* END 1024 and above ONLY
========================== */

/* START DESKTOP RESPONSIVE
=========================== */

@media only screen and (max-width: 1230px) and (min-width: 1024px) {

    .btn-group.right.header-cta-btn-group a {
        font-size: 14px;
    }

} /* end 1230 to 1024 */

/* END DESKTOP RESPONSIVE
=========================== */

/* START 1023 and below ONLY
============================ */

@media only screen and (max-width: 1023px) {

    /* Start default styling */

    .m-hidden {
        display: none;
    }

    .hero-slider .hero-heading {
        font-size: 40px;
        padding: 10px 5px 10px;
    }

    .page-banner .page-title {
        font-size: 40px;
    }

    .section-title, h1 {
        font-size: 30px;
    }

    .site-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .site-inner {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 60px;
    }

    .site-section-wrap, .content-sidebar-wrap {
        max-width: 800px;
        width: 100%;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    span.slide-wrap {
        width: 40px;
        height: 40px;
    }

    .contact-section-form .cf-nap-block {
        max-width: 285px;
        width: 100%;
        margin: auto auto 13px;
    }

    /* End default styling 1023 and above ONLY */

    /* Start topbar */

    header.site-header.sticky .topbar {
        display: none;
    }

    .top-field.social, .nap-field.mail, .nap-title {
        display: none;
    }

    .topbar-wrap {
        background-color: #ff2021;
        height: 37px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nap-field.phone {
        display: flex;
        gap: 8px;
    }

    .top-field.nap i, .top-field.nap a {
        font-weight: 700;
        color: #fff;
    }

    /* End topbar 1023 and above ONLY */

    /* Start header */

    header.site-header {
        position: fixed;
        width: 100%;
        z-index: 9999;
    }

    .header-container {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 76px;
    }

    .header-block.logo {
        margin-top: 53px;
    }

    .header-block.logo img {
        max-width: 127px;
        height: 130px;
        position: relative;
        z-index: 6;
        filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
    }

    .header-block.cta {
        display: none;
    }

    .mobile-dot-nav {
        position: absolute;
        left: 7px;
        bottom: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .mobile-dot-nav i {
        transform: rotate(90deg);
    }

    /* End header 1023 and above ONLY */

    /* Start nav */

    header.site-header.sticky .menu-toggle::before {
        color: #152c72;
    }

    .menu-toggle {
        position: absolute;
        right: 15px;
        bottom: 0;
        height: 100%;
        float: unset;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        line-height: unset;
    }

    .menu-toggle:before {
        content: "\f0c9";
        font-family: "Font Awesome 5 Free";
        font-size: 20px;
        color: #000;
    }

    .menu-toggle.activated::before {
        content: "\f00d";
    }

    nav.nav-primary.genesis-responsive-menu {
        display: none;
        position: fixed;
        background-color: rgb(0 0 0 / 92%);
        top: 113px;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding: 138px 10px 138px;
        z-index: 5;
    }

    .genesis-nav-menu .menu-item a {
        padding: 12px 20px;
        background-color: rgb(0 0 0 / 37%);
        color: #fff;
    }

    header.site-header.sticky nav.nav-primary.genesis-responsive-menu {
        top: 75px;
    }

    .nav-primary .genesis-nav-menu a:focus, .nav-primary .genesis-nav-menu a:hover, .nav-primary .genesis-nav-menu .current-menu-item > a, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .current_page_parent > a {
        outline: unset;
        border-radius: unset;
        background-color: #ff2021;
    }

    .sub-menu-toggle:after {
        content: "\f107";
        color: #fff;
        font-family: "Font Awesome 5 Free";
        font-size: 12px;
    }

    /* End nav 1023 and above ONLY */

    /* Start mobile dot */

    header.site-header.sticky .mobile-dot-nav i {
        color: #80011f;
    }

    .mob-dots-items {
        position: fixed;
        background-color: #000000;
        padding: 84px 15px 130px;
        width: 100%;
        height: 100vh;
        top: 113px;
        left: 0;
        overflow-y: auto;
    }

    header.site-header.sticky .mob-dots-items {
        top: 76px;
    }

    .mob-item i {
        background-color: #ff2021;
        width: 40px;
        height: 40px;
        border-radius: 100px;
        display: flex;
        align-items: center;
        margin-right: 5px;
        justify-content: center;
    }

    .mob-dots-items a, .mob-dots-items {
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

    .mob-dots-items .mob-item {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .mob-item .social-media {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .mob-item .social-media .social-name {
        display: none;
    }

    .mob-item .social-media .social-icon {
        display: flex;
        margin-right: 0px;
        background: transparent !important;
    }

    .mob-item .social-media .social-icon img {
        filter: brightness(0) invert(1);
        width: 28px;
    }

    /* End mobile dot 1023 and above ONLY */

    /* Start hero banner */

    .hero-slider .hero-item {
        height: 100vh;
    }

    .hero-slider .hero-item .hero-contents {
        padding: 0;
    }

    .hero-slider .hero-item {
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
    }

    .hero-slider .hero-heading br {
        display: none;
    }

    .hero-slider .hero-snippet {
        font-size: 16px;
    }

    .btn-group.hero-btn-group {
        justify-content: center;
    }

    .btn-group.hero-btn-group a {
        font-size: 17px;
        max-width: 166px;
        padding: 0px 14px;
    }

    /* End hero banner 1023 and above ONLY */

    /* Start about section */

    .site-section.about-section {
        padding-bottom: 0px;
    }

    .about-block.righty {
        margin: 40px 0 0;
    }

    .about-block.righty img {
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .site-section.feat-section {
        padding-top: 40px;
    }

    .about-block.lefty.content-form p.section-intro-text {
        margin-bottom: 30px;
    }

    .about-block.lefty.content-form p.section-intro-text br {
        display: none;
    }

    .about-block.righty img {
        height: 400px;
    }

    /* End about section 1023 and above ONLY */

    /* Start services section */

    .services-main-container {
        height: 1490px;
    }

    .svc-block {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 25px;
        min-height: 120px;
        padding: 0 0 0 25px;
    }

    .svc-title {
        font-size: 20px;
    }

    .svc-icon {
        margin: 0;
        width: 60px;
        height: 60px;
    }

    .svc-icon img {
        width: 34px;
    }

    .svc-title:after {
        display: none;
    }

    /* End services section 1023 and above ONLY */

    /* Start services inner section */

    .svcInner-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .svcInner-block {
        max-width: 387px;
        width: 100%;
        background-color: #f4f6ff;
        background-color: #f4f6ff;
    }

    .svcInner-item.lefty img {
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
    }

    .svcInner-item.righty {
        padding: 30px 20px;
    }

    .btn-group.left.svcInner-btn-group {
        gap: 10px;
    }

    .btn-group.left.svcInner-btn-group a {
        font-size: 14px;
    }

    /* End services inner section 1023 and above ONLY */

    /* Start get in touch section */

    .gtu-wrap {
        justify-content: center;
        padding: 0 59px;
        min-height: 410px;
    }

    .site-section.gtu-section .section-title.align-left {
        text-align: center;
    }

    .site-section.gtu-section .section-title>span.tagline {
        margin: 0 auto 10px;
    }

    /* End get in touch section 1023 and above ONLY */

    /* Start aws section */

    .site-section.aws-section {
        padding-top: 137px;
    }

    .aws-block.lefty .section-title.align-left {
        text-align: center;
    }

    .aws-block.lefty .section-title>span.tagline {
        margin: 0 auto 10px;
    }

    ul.aws-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .aws-block.righty {
        max-width: 296px;
        width: 100%;
        height: 317px;
        margin: auto;
    }

    .aws-block.righty:before {
        height: 100%;
        right: -12px;
        bottom: -12px;
    }

    /* End aws section 1023 and above ONLY */

    /* Start featured gallery section */

    .site-section.gallery-section .slmp-display-image.slmp-grid-display-image {
        justify-content: center;
    }

    .site-section.gallery-section .slmp-grid-image img {
        height: 200px;
    }

    .slick-slider-container.review-slider {
        position: absolute;
        top: -54px;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 7px;
    }

    .review-wrap {
        position: relative;
    }

    .review-card-wrap {
        margin: 80px auto 0;
    }

    .slick-slider-container.review-slider {
        position: absolute;
        top: -63px;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 7px;
    }

    .slick-slider-container.review-slider .review.slider-arrow {
        position: unset;
    }

    .btn-group.center.gallery-btn-group a {
        max-width: 170px;
        width: 100%;
    }

    /* End featured gallery section 1023 and above ONLY */

    /* Start badge section */

    .site-section.badge {
        padding: 60px 30px;
    }

    .badge-items-wrap {
        display: flex;
        justify-content: center;
    }

    .slick-slider-container.badge-slider .badge.slider-arrow {
        top: 43%;
        color: #395dfc;
    }

    .slick-slider-container.badge-slider .badge.slider-arrow i {
        font-size: 24px;
    }

    .badge-slider-prev {
        left: 18px;
    }

    .badge-slider-next {
        right: 18px;
    }

    /* End badge section 1023 and above ONLY */

    /* Start blog page */

    .blog-post-listing, .blog-post-archive {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* End blog page 1023 and above ONLY */

    /* Start blog dropdown */

    .blog-select-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    /* End blog dropdown 1023 and below ONLY */

    /* Start modal cta */

    .modal-button-wrap {
        position: fixed;
        display: flex;
        justify-content: center;
        gap: 10px;
        bottom: 0;
        width: 100%;
        z-index: 4;
    }

    /* End modal cta 1023 and above ONLY */

    /* Start request free estimate */

    .sfl-modal-content {
        padding: 0 10px;
    }

    .form-container.rq {
        padding: 30px 10px;
    }

    .form-container.rq:after {
        display: none;
    }

    .form-container.rq .field.select-field {
        position: relative;
    }

    .form-container.rq .field.select-field i {
        position: absolute;
        top: 58%;
        right: 13px;
        font-size: 13px;
        color: #ff2021;
    }

    .sfl-display-topright {
        border-top-right-radius: 10px;
        right: 10px;
    }

    /* End request free estimate 1023 and above ONLY */

    /* Start footer */

    .footer-main-wrapper {
        background-size: cover;
        background-position: bottom center;
        padding: 30px 15px 45px;
    }

    .footer-form-snippet {
        line-height: 1.5em;
        text-align: left;
        margin: 14px 0;
        font-size: 13px;
    }

    .footer-container, .footer-copyright .wrap, .footer-form-container {
        max-width: 345px;
    }

    .footer-col {
        margin-top: 30px;
    }

    .footer-form-container .submit-meh {
        max-width: 131px;
        padding-right: 10px;
    }

    .footer-form-container .submit-meh input {
        max-width: 139px;
        font-size: 14px;
        padding-left: 15px;
    }

    .footer-form-container .submit-meh i {
        font-size: 13px;
    }

    .footer-col.footer-nav a.show-links {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
        background-color: #818aa6;
        max-width: 345px;
        width: 100%;
        height: 40px;
        border-radius: 5px;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        margin-top: 60px;
    }

    .footer-copyright {
        height: 217px;
        padding: 0px 15px 100px;
    }

    .copyright-block.logo img {
        width: 160px;
    }

    .copyright-block.snippet {
        margin-top: 20px;
    }

    .copyright-block.snippet, .copyright-block.snippet a {
        font-size: 16px;
    }

    .copyright-block.snippet br {
        display: none;
    }

    .copyright-nav {
        justify-content: center;
        margin-top: 15px;
    }

    .scroll-top {
        bottom: 90px;
    }

    /* End footer 1023 and above ONLY */

}

/* END 1023 and below ONLY
============================ */

/* START MOBILE RESPONSIVE
=========================== */

@media only screen and (max-width: 768px) {

    .btn-group.center.gtu-btn-group {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .about-block.righty img {
        height: 250px;
    }

} /* End 768 and below ONLY */

@media only screen and (max-width: 400px) {

    .site-section.gallery-section .slmp-grid-image img {
        max-width: 158px;
    }

    .site-section.gallery-section .slmp-col-4 {
        width: 49%;
    }

    .btn-group.center.review-btn-group {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

} /* End 400 and below ONLY */

@media screen and (max-width: 375px) and (max-height: 798px) {

    .hero-slider .hero-item .hero-contents {
        margin-top: 30%;
    }

}

@media screen and (max-width: 375px) and (max-height: 664px) {
    .hero-slider .hero-heading {
        font-size: 25px;
    }

    .hero-slider .hero-item .hero-contents {
        margin-top: 30%;
    }

}

/* END MOBILE RESPONSIVE
=========================== */