:root {
    --first-color: #0051a2;
    --second-color: #cd0d34;
    --third-color: #73d300;
    --fourth-color: #d3d3d3;
}

.first-color {
    color: var(--first-color);
}

.second-color {
    color: var(--second-color);
}

.third-color {
    color: var(--third-color);
}

.fourth-color {
    color: var(--fourth-color);
}

.page-content {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.top-header {
    width: 100%;
    position: relative;
    top: 0;
    z-index: 8;
    transition: 0.5s;
    background-color: #fff;
    box-shadow: 0px 4px 40px rgba(39, 32, 120, 0.1);
}

.top-header.fixed-header {
    position: fixed;
}

.header-content {
    width: 100%;
    align-items: center;
    padding: 9px 0px;
    position: relative;
}

a.logo-img {
    font-family: 'Protest Riot', sans-serif;
    color: #0050a1;
    text-decoration: none;
    font-size: 40px;
}

a.logo-img img {
    width: auto;
    height: 74px;
}

.right-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-bar ul.navbar {
    list-style: none;
    gap: 0 32px;
    margin-bottom: 0px;
    padding: 0!important;
}

.menu-bar ul.navbar li.nav-items {
    position: relative;
    transition: all 0.6s;
}

.menu-bar ul.navbar li.nav-items a {
    text-decoration: none;
    color: #3F3F3F;
    font-size: 19px;
    padding: 30px 0px;
    font-family: 'Protest Riot', sans-serif;
    transition: all 0.3s;
    text-transform: capitalize;
    position: relative;
}

.menu-bar ul.navbar li.nav-items a i {
    margin-left: 5px;
}

.menu-bar {
    display: flex;
    align-items: center;
}

.ml-auto {
    margin-left: auto!important;
}

.btn {
    transform: translateZ(0);
    border-radius: 8px;
    padding: 11px 22px;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    margin-bottom: 0px;
    background: var(--third-color);
    margin-left: 17px;
}

.btn:hover {
    animation: push 0.5s linear 1;
}

.right-btn-block {
    margin-left: 50px;
}

a.btn.btn-1 {
    background: var(--first-color);
    font-weight: 500;
}

a.btn.btn-1:hover {
    color: #fff;
    background: var(--second-color);
}

.banner-section {
    margin-top: 1px;
}

.banner-block.bg1 {
    background: url(../images/banner1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-block.bg2 {
    background: url(../images/banner2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-block.bg3 {
    background: url(../images/banner3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-block.bg4 {
    background: url(../images/banner4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-content h5.text-highlight {
    font-weight: 600;
    font-size: 43px;
    line-height: 60px;
    color: #000;
}

.banner-content h5.text-highlight span {
    text-transform: uppercase;
    font-weight: 700;
    background-image: linear-gradient(45deg, var(--second-color) 20%, var(--first-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-content {
    padding: 100px 0;
}

.banner-content p {
    line-height: 32px;
    font-size: 19px;
    color: #000;
    font-weight: 400;
    padding-top: 23px;
}

.banner-content p.sub-text {
    padding-top: 0px;
    font-size: 20px;
}

.banner-content p.sub-text span {
    font-weight: bold;
    font-size: 22px;
    color: var(--second-color);
}

.banner-btn {
    margin-top: 22px;
}

.banner-btn a.btn.btn-1 {
    font-size: 21px;
    margin-left: 0px;
    padding: 9px 29px;
    border: 2px solid var(--first-color);
    background: transparent;
    color: var(--first-color);
    font-weight: 600;
}

.banner-btn a.btn.btn-1:hover {
    background: var(--first-color);
    color: #fff;
    transition: .4s;
}

.default-padding {
    padding: 70px 0;
}

h4.block-heading {
    font-size: 37px;
    color: var(--first-color);
    line-height: 50px;
    font-family: 'Protest Riot', sans-serif;
    margin-bottom: 30px;
}

p.tab-name {
    color: var(--second-color);
    font-weight: 500;
    margin-bottom: 6px;
    display: inline-block;
    position: relative;
    font-weight: bold;
    padding: 0 24px;
}

p.tab-name:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    background-color: var(--third-color);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

p.tab-name:after {
    content: '';
    position: absolute;
    right: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    background-color: var(--third-color);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tabInfo h4 {
    line-height: 47px;
    text-transform: capitalize;
    font-size: 33px;
    font-weight: 700;
    color: var(--first-color);
}

p.para1 {
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 29px;
}

.about-section {
    background: #f6f9fc;
}

.about-box {
    margin-right: 0;
    margin-bottom: 18px;
    border-radius: 15px;
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    padding: 17px 17px;
    background: #fff;
    border: 1px solid #ecf3fa;
    text-align: justify;
}

.about-box:hover {
    transform: translateY(-5px);
    transition: 0.5s;
}

.about-box .icon img {
    width: 100%;
    z-index: 1;
    position: relative;
    height: auto;
    padding: 0;
    border-radius: 12px;
}

h3.item_title {
    color: var(--first-color);
    font-size: 18px;
    text-align: center;
    line-height: 34px;
    margin-top: 19px;
    font-weight: 600;
}

.about-box p {
    margin-bottom: 0px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    font-size: 14px;
    line-height: 1.6;
    color: #6a7c92;
}

p.para2 {
    font-size: 17px;
    color: #8492a6;
    line-height: 29px;
}

.about-box.mt-50 {
    margin-top: 50px;
}

.mt-20 {
    margin-top: 20px;
}

.banner-section .slick-arrow {
    display: none;
}

.banner-section .slick-arrow {
    display: none!important;
}

.banner-block {
    height: auto;
}

.testimonial-box {
    position: relative;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background: #ffffff;
    height: auto;
    padding: 30px 30px;
    margin: 24px 12px 24px 12px;
}

.testimonial-box .rating i {
    color: #ffb32b;
}

p.review {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
}

.customer-details {
    justify-content: center;
    align-items: center;
    display: flex;
}

.customer-details img.customer-img {
    border-radius: 50%;
    width: 62px;
    border: 2px solid #10101021;
    display: none;
}

.customer-details p.customer-name {
    font-size: 18px;
    font-weight: 500;
    margin-left: 0px;
    color: var(--third-color);
    margin-bottom: 0px;
}

.testimonial-section h4.block-heading {
    margin-bottom: 3px;
}

.testimonial-section p.para2 {
    margin-bottom: 30px;
}

.testimonial-slider {}

.testimonial-slider .slick-arrow {
    background: transparent;
    color: #1e0702;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    font-size: 1.25rem;
}

.testimonial-slider .slick-arrow i {
    font-size: 15px;
}

.testimonial-slider .slick-arrow:hover {
    background: var(--first-color);
}

.testimonial-slider .slick-arrow:hover i {
    color: #fff;
}

.testimonial-slider .PrevArrow.slick-arrow {
    left: 50%;
    position: absolute;
    z-index: 1;
    bottom: -52px;
}

.testimonial-slider .NextArrow.slick-arrow {
    position: absolute;
    left: 54%;
    bottom: -52px;
    z-index: 1;
}

.default-padding.testimonial-section {
    padding-bottom: 100px;
    padding-top: 100px;
}

.counter-section {
    background: url(../images/bg3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

h2.counter-card_number {
    font-weight: 600;
    color: #fff;
    font-size: 43px;
}

p.counter-card_text {
    color: var(--third-color);
    margin-bottom: 0px;
    font-size: 17px;
    font-family: 'Raleway';
    font-weight: 600;
}

ul.social-media {
    margin-top: 0px;
    padding-left: 0px;
}

ul.social-media li {
    display: inline-block;
    list-style: none;
}

ul.social-media li a {
    font-weight: 300;
    margin-bottom: 5px;
    text-decoration: none;
}

ul.social-media li a i {
    width: 35px;
    height: 35px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 10px 1px;
    border-radius: 50%;
    background: #ffffff2b;
}

ul.social-media li a i:hover {
    background: var(--first-color);
}

.footer-widget {}

.footer-widget h4.col-heading {
    margin-bottom: 25px;
    font-size: 22px;
    color: #083f76;
    font-family: 'Protest Riot', sans-serif;
}

.footer-widget p {
    line-height: 25px;
    font-size: 15px;
    color: #8492a6;
}

.contact-box {
    align-items: self-start;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.contact-box p.desc {
    margin-bottom: 0px;
    margin-left: 10px;
}

.contact-box span.icon {
    font-size: 15px;
}

.contact-box span.icon i {
    font-size: 18px;
    border-radius: 50%;
    padding: 8px 8px 7px 8px;
    color: var(--first-color);
}

.contact-box p.desc a {
    color: inherit;
    font-size: 18px;
    text-decoration: none;
}

.footer-widget ul.list {
    padding-left: 0px;
}

.footer-widget ul.list li {
    list-style: none;
    margin-bottom: 9px;
    padding-left: 22px;
}

.footer-widget ul.list li a {
    font-size: 15px;
    text-decoration: none;
    position: relative;
    color: #8492a6;
}

.footer-widget ul.list li a:after {
    content: '';
    position: absolute;
    left: -18px;
    top: 7px;
    width: 7px;
    height: 7px;
    background-color: var(--third-color);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer-bottom {
    border-top: 1px solid #d7d9e0;
    padding: 20px 0;
}

.footer-bottom p {
    margin-bottom: 0px;
    color: #fff;
}

.footer-bottom p span {
    font-weight: 700;
    color: #fff;
}

.toggle-menu {
    display: none;
}

.banner-section ul.slick-dots {
    position: absolute;
    left: 47%;
    bottom: 0px;
}

.banner-section ul.slick-dots li {
    margin-right: 6px;
    border-color: var(--first-color);
    border: 1px solid var(--first-color);
    background: var(--first-color);
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
}

.banner-section ul.slick-dots li button {
    display: none;
}

.banner-section ul.slick-dots li.slick-active {
    border-color: var(--second-color);
    border: 1px solid var(--second-color);
    background: var(--second-color);
}

.faq-div {
    transition: 0.5s ease-out;
    border: 2px solid rgb(209, 209, 209);
    padding: 15px 22px;
    margin-bottom: 20px;
    border-radius: 11px;
}

.faq-div .title {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    cursor: pointer;
}

.faq-div .desc {
    margin-top: 17px;
    font-size: 17px;
    color: #fff;
    border-top: 1px solid #fff;
    display: none;
    width: 95%;
    padding-bottom: 10px;
    padding-top: 14px;
}

.faq-div #open {
    background: #fff;
    height: 4px;
    margin-top: 12px;
    width: 18px;
    position: relative;
    float: right;
    border-radius: 15px;
}

.faq-div #closed {
    background: #fff;
    height: 18px;
    position: absolute;
    width: 4.0px;
    top: -7px;
    left: 7.2px;
    border-radius: 15px;
}

.default-padding.faq-section {
    background: url(../images/bg4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

h4.headinf-white {
    font-size: 37px;
    color: #fff;
    margin-bottom: 42px;
}

.headerTop {
    background: var(--first-color);
}

.headerTop .contact-option ul li i {
    color: var(--third-color);
    font-size: 18px;
    padding: 3px 0;
}

.headerTop .contact-option ul li a {
    color: #fff;
    text-decoration: none;
    margin-left: 9px;
    font-size: 16px;
}

.headerTop .contact-option ul {
    margin-bottom: 0px;
    padding-left: 0px;
}

.headerTop .contact-option ul li {
    display: inline-block;
    margin-right: 20px;
}

.headerTop a.btn.btn-1.calculator {
    background: var(--third-color);
    border-radius: 0;
    font-size: 15px;
    padding: 8px 20px;
}

.top-right {
    text-align: right;
}

.pr-0 {
    padding-right: 0px!important;
}

.menu-bar ul.navbar li.nav-items ul.sub-menu {
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
}

ul.sub-menu {
    position: absolute;
    padding-left: 0px;
    width: 284px;
    background: #fff;
    left: 0;
    top: 40px;
}

ul.sub-menu li {
    list-style: none;
    border-bottom: 1px solid #ecf3fa;
    padding: 10px 15px;
}

ul.sub-menu li a.sub-item {
    font-size: 15px!important;
    color: #8492a6!important;
}

ul.sub-menu li:hover {
    background: var(--first-color);
    transition: .6s;
}

ul.sub-menu li:hover a.sub-item {
    color: #fff!important;
}

.menu-bar ul.navbar li.nav-items.menu-drop:hover ul.sub-menu {
    transform: translateY(0px);
    border-radius: 5px;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
}

.headerTop a.btn.btn-1.calculator i {
    margin-right: 10px;
    font-size: 16px;
}

.top-right ul.social-media {
    display: inline;
}

.top-right ul.social-media li a i {
    width: auto;
    height: auto;
    padding: 10px 12px;
    border-radius: 50%;
    background: transparent;
}

.top-right ul.social-media li a i:hover {
    color: var(--third-color);
}

.contact-option {
    display: inline-block;
}

.banner-block {
    height: 700px;
}

.about-box a.btn {
    margin-left: 0px;
    text-align: center;
    border-radius: 29px;
    margin: 0 auto;
    padding: 8px 22px;
    font-size: 15px;
    margin-top: 10px;
    background: transparent;
    border: 1px solid;
    color: var(--first-color);
}

.lg-methods-demo {
    .lg-next,
    .lg-prev {
        &:after,
        &:before {
            content: "";
        }
    }
}

#gallery-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: minmax(100px, auto);
    grid-gap: 21px;
}

a.gallery-item {
    padding: 15px;
    margin: 0 auto;
    box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
    width: 100%;
}

a.gallery-item img {
    max-height: 150px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.video-box {
    margin-bottom: 30px;
}

.video-box iframe {
    border-radius: 10px;
}

.video-box p {
    text-align: center;
    font-size: 19px;
    color: var(--first-color);
    padding-top: 10px;
    font-weight: 600;
}

.border-shap {
    position: absolute;
    left: 27px;
    top: 4px;
    width: 100%;
    height: 415px;
    background-repeat: no-repeat;
}

figure.quote-box {
    position: absolute;
    right: 20px;
    top: -13px;
}

ul.contact-block {
    padding-left: 0px;
}

li.contact-box {
    position: relative;
    display: block;
    padding-left: 82px;
    margin-bottom: 35px;
}

.cont-img {
    position: absolute;
    left: 0px;
    top: 6px;
}

.cnt-text {
    position: relative;
    padding-left: 32px;
}

.cnt-text::before {
    content: '';
    position: absolute;
    background: #e2d7d0;
    width: 2px;
    height: 62px;
    left: 0px;
    top: 6px;
}

.cnt-text::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    left: 0px;
    top: 6px;
    transition: all 500ms ease;
    background: var(--first-color);
}

.cnt-text h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 7px;
}

.cnt-text p {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 28px;
    font-weight: 400;
}

.cnt-text a {
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 0px;
    display: block;
    line-height: 25px;
    color: #212529;
    font-weight: 400;
}

.form-control:focus {
    border-color: var(--first-color) !important;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.contact-form {
    position: relative;
    display: block;
    background: #fff;
    padding: 38px 45px;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
    margin-top: 31px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group .form-control {
    border: 1px solid #0051a236;
    padding: 10px 20px;
    height: 56px;
    font-size: 17px;
    transition: all 500ms ease;
}

.form-group textarea.form-control {
    height: 100px;
}

footer {
    background-repeat: no-repeat;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.footer-inner {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    border-style: solid;
    border-color: #ffffff96;
    padding: 45px 15px;
}

.box-cnt {
    position: relative;
    min-height: 1px;
    width: 33.333%;
    border-right: 2px solid #ffffff96;
    text-align: center;
}

.box-cnt:last-child {
    border-right: none;
}

.box-cnt h4.box-headong {
    color: #fff;
    font-size: 19px;
}

.box-cnt p {
    color: #fff;
    font-family: 'Protest Riot', sans-serif;
    font-size: 24px;
    margin-bottom: 0px;
}

.newslatter {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.newslatter h4 {
    font-family: 'Protest Riot', sans-serif;
    font-size: 37px;
    margin-bottom: 6px;
}

.newslatter .email-form {
    display: flex;
    max-width: 54%;
    margin: 0 auto;
}

.newslatter .email-form input {
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.newslatter .email-form a.btn {
    width: 26%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.newslatter .email-form a.btn i {
    margin-right: 12px;
}

.text-right {
    text-align: right!important;
}

.footer-bottom p a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

p.readmore {
    cursor: pointer;
    color: #000;
}

ul.social-media li img.jd-img {
    padding: 1px 0px;
    width: 16px;
    height: 16px;
}

.footer-jd-img {
    padding: 4px 8px 10px 9px;
    border-radius: 50%;
    background: #ffffff2b;
}

ul.social-media li .footer-jd-img img.jd-img {
    padding: none;
    width: 15px;
    height: 15px;
    border-radius: 0;
    background: none;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 767px) {
    .toggle-menu {
        display: block;
        margin-left: auto;
    }
    .menu-bar.ml-auto {
        display: none;
    }
    .menu-bar.ml-auto {
        display: none;
    }
    .left-header.col-lg-4 {
        width: 70%;
    }
    .right-header {
        width: 30%;
        position: relative;
    }
    .toggle-menu i {
        color: var(--first-color);
        font-size: 24px;
    }
    body.mobile-menu .menu-bar {
        position: absolute;
        display: block;
        right: 0px;
        box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
        width: 361px;
        border: 1px solid #10101021;
        padding: 22px;
        top: 56px;
        background: #fff;
        transition: 0.18s ease-in-out;
    }
    body.mobile-menu .menu-bar ul.navbar {
        display: block;
        width: 100%;
    }
    body.mobile-menu .menu-bar .right-btn-block {
        margin-left: 0;
    }
    .toggle-icon {
        position: relative;
        width: 31px;
        height: 20px;
    }
    .toggle-icon span {
        position: absolute;
        width: 100%;
        height: 1px;
        display: inline-block;
        transition: all 0.3s;
        left: 0;
        background: #3f3f3f;
    }
    .toggle-icon span:first-child {
        top: 0;
    }
    .toggle-icon span:nth-child(2) {
        top: 44%;
    }
    .toggle-icon span:last-child {
        bottom: 2px;
    }
    body.mobile-menu .toggle-icon span:first-child {
        transform: rotate(45deg) translate(3px, 9px);
    }
    body.mobile-menu .toggle-icon span:nth-child(2) {
        opacity: 0;
    }
    body.mobile-menu .toggle-icon span:last-child {
        transform: rotate(-45deg) translate(3px, -9px);
    }
    .menu-bar ul.navbar li.nav-items {
        margin-bottom: 10px;
    }
    body.mobile-menu .menu-bar .right-btn-block a.btn:first-child {
        margin-left: 0px;
    }
    body.mobile-menu .menu-bar .right-btn-block a.btn {
        width: 46%;
    }
    .banner-content {
        padding: 70px 0;
    }
    .banner-content h5.text-highlight {
        font-size: 38px;
        line-height: 54px;
    }
    .banner-block.bg1 {
        background-position: unset;
    }
    .banner-block.bg2 {
        background-position: unset;
    }
    .banner-block.bg3 {
        background-position: unset;
    }
    .banner-block.bg4 {
        background-position: unset;
    }
    .service-tab-menu {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-box.mt-top {
        margin-top: 0px;
    }
    .about-box {
        margin-right: 0px;
    }
    h4.block-heading {
        font-size: 32px;
        line-height: 41px;
        margin-bottom: 19px;
    }
    .testimonial-slider .PrevArrow.slick-arrow {
        left: 43%;
    }
    .counter-box {
        margin-bottom: 31px;
    }
    .default-padding.counter-section {
        padding: 56px 0;
    }
    .headerTop {
        display: none;
    }
    body.mobile-menu a.btn.btn-2.calculator {
        display: block!important;
        margin-top: 15px;
        width: 100%;
        MARGIN-LEFT: 0px!important;
    }
    body.mobile-menu ul.sub-menu {
        position: relative;
        top: 0;
    }
    body.mobile-menu .menu-bar ul.navbar li.nav-items ul.sub-menu {
        transform: unset;
        opacity: unset;
        visibility: unset;
        display: none;
    }
    #gallery-box {
        grid-template-columns: repeat(3, 1fr);
    }
    .contact-form {
        padding: 34px 34px;
    }
    .contact-form h4.block-heading {
        text-align: center;
        font-size: 29px;
    }
    .newslatter .email-form a.btn {
        width: 51%;
    }
    .newslatter .email-form {
        max-width: 100%;
    }
    .footer-inner {
        display: block;
        padding: 30px 20px;
    }
    .box-cnt {
        width: 100%;
        border-right: none;
        margin-bottom: 17px;
        padding-bottom: 15px;
        border-bottom: 2px solid #ffffff96;
    }
    .box-cnt:last-child {
        border-right: none;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .banner-block {
        height: auto;
    }
	a.logo-img {
    font-size: 30px;
}
}

@keyframes push {
    50% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}