body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.top-head {
    background: #232122;
    color: #fff;
    padding: 10px 50px;
}

.custom-logo {
    max-width: 140px;
    position: relative;
    border-radius: 100%;
}

ul#primary-menu {
    justify-content: center;
}

.main-navigation {
    margin-top: 25px;
}

.main-navigation li {
    padding: 10px 40px;
    font-weight: bold;
}

.nav-head {
    height: 125px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #232122;
    font-size: 18px;
}

.menu-main-menu-container {
    width: 100%;
}

.menu-item a:hover ::after {
    content: '';
    background: #e51c27;
    height: 4px;
    display: block;
    animation-name: menuhover;
    animation-duration: 0.4s;
}



.has-mega-menu>.sub-menu {
    width: 1200px;
    /* position: absolute; */
    margin-left: -265px;
    display: block;
    margin-top: 0px;
    background: #232122;
}

.has-mega-menu>.sub-menu>li {
    display: inline-table;
    width: 250px;
}

.has-mega-menu>.sub-menu>li>a {
    color: #e71e26;
}

.has-mega-menu>.sub-menu>li>.sub-menu {
    background: #232122;
    float: none;
    position: unset;
    left: 0;
    border: none;
    box-shadow: none;
    padding: 0;
    display: block;
}

.has-mega-menu>.sub-menu>li>.sub-menu>li {
    padding: 10px 0;
    max-width: 200px;
    width: 100%;
}

.has-mega-menu>.sub-menu>li>.sub-menu>li>a {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}

.has-mega-menu>.sub-menu>li>.sub-menu>li>a:hover {
    color: #e71e26;
}

.btn-urgent {
    background: #e71e26;
    text-transform: uppercase;
    padding: 15px 31px;
    border: 0;
    margin-top: 20px;
}

.banner {
    padding: 75px 0;
    margin-top: -50px;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
}

.banner.blog {
    margin-top: -30px;
    margin-bottom: 0px !important;
}

.catbox {
    background: #dfdfdf;
    padding: 30px;
    margin-bottom: 50px;
}

.cat-list {
    list-style: none;
    margin-bottom: 0;
}

.cat-list li {
    display: inline;
    margin: 0 20px;
}

.cat-list li a {
    text-decoration: none;
    color: #000;
}

.image-post {
    width: 100%;
    min-height: 500px;
    background-size: cover;
    margin-bottom: 30px;
}

.blogs {
    margin-bottom: 90px;
}

p.title-red {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: -10px;
}

p.title-black {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
}

p.subtext {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: -10px;
    color: #fff;
}

.text-header {
    /* margin-top: 100px; */
    display: flex;
    min-height: 370px;
    align-items: center;
    justify-content: center;
}

.btn-mainh {
    padding: 10px 40px;
    text-transform: uppercase;
    background: #e41e25;
    color: #fff !important;
    border-radius: 5px !important;
}

.btn-sech {
    padding: 10px 40px;
    text-transform: uppercase;
    background: #232122;
    color: #fff !important;
    margin-left: 15px !important;
    border-radius: 5px !important;
}

.covidsafe img {
    display: inline;
    width: 100px;
    margin-left: 20px;
}

/* .bottom-banner img{
    filter: brightness(0) invert(1);
} */

.bottom-banner {
    padding: 60px 0px;
    margin-bottom: 50px;
    /* background: linear-gradient(264deg, #ededed, #f7f7f7); */
    background: #232122;
}

.bottom-banner p {
    font-weight: 700;
    width: 170px;
    margin: 15px auto 0;
    line-height: 20px;
    color: #fff;
}

img.banner-icon {
    max-height: 55px;
    margin-bottom: 15px;
}

.bbicon {
    background-image: url(http://h4orce.dbirdtest.com.au/wp-content/uploads/2022/03/bottomheader-sprites2.jpg);
    height: 59px;
    width: 52px;
    border: 0;
}

.bbicon.icon1 {
    background-position: -13px 0px;
}

.bbicon.icon2 {
    background-position: -323px 0px;
}

.bbicon.icon3 {
    background-position: -636px 0px;
}

.home-about {
    padding-bottom: 75px;
}

.section-title h2,
.page-title h2 {
    font-size: 40px;
    font-weight: 700;
}

.page-title h2 {
    margin-bottom: 25px;
    text-align: center;
}

.page-title p {
    font-size: 20px;
    font-weight: 500;
}

.section-title p {
    font-size: 25px;
    font-weight: 500;
}

.home-about .section-title {
    margin-bottom: 75px;
}

p.supertext {
    font-size: 30px;
    font-weight: 700;
}

p.speacialtext {
    font-size: 30px;
}

p.speacialtext2 {
    font-size: 25px;
}

.btn-habout1 {
    background: #232122;
    font-size: 20px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 15px 50px;
}

.btn-habout2 {
    background: #e41e25;
    font-size: 20px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 15px 50px;
}

.bordr::after {
    content: '';
    height: 70%;
    width: 3px;
    background: #d1d1d1;
    position: relative;
    display: block;
    float: right;
    right: -50px;
    top: -70%;
}

.upper-footer {
    background: #b20104;
    color: #fff;
    padding: 75px 0px;
    font-size: 14px;
}

footer .title {
    font-size: 20px;
    font-weight: 500;
}

.footer-social {
    margin-top: 50px;
}

.site-info {
    background: #232122;
    color: #fff;
    padding: 25px 0;
}

.site-info p {
    margin-bottom: 0;
    font-size: 12px;
}

.upper-footer p {
    margin-bottom: 10px;
}

.post, .page {
    margin: 0;
}

.home-services .section-title p {
    max-width: 850px;
    font-size: 25px;
    margin: 0 auto;
}

.home-services,
.home-brands,
.home-areas,
.home-latest,
.home-snip,
.home-reviews,
.home-faqs,
.home-endfoot {
    padding: 100px 0;
}

.home-services {
    background: #f7f7f7;
    margin-bottom: 100px;
}

.service-box {
    justify-content: center;
    min-height: 250px;
    background-color: gray;
    padding: 65px;
    color: #fff;
    margin: 10px 0px;
    text-align: center;
    border-radius: 10px;
    background-size: cover;
    position: relative;
}

.service-box:hover .overlay {
    animation-name: changebg;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
}

.services-list {
    margin-top: 50px;
}

p.service-text {
    align-self: center;
    position: relative;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(44 44 44 / 75%);
    border-radius: 10px;
    left: 0;
}

.home-services .btn-mainh,
.home-services .btn-sech {
    font-size: 20px;
    padding: 20px 50px;
}

.services-button .btn-group {
    margin-top: 50px;
}

.feature-list {
    margin-top: 50px;
}

.feature-box {
    text-align: center;
    padding: 40px;
}

.feature-text {
    max-width: 65%;
    margin: 15px auto;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.fcol {
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
}

.fcol:nth-of-type(3n) {
    border-right: none;
}

.brand-list {
    text-align: center;
    margin-top: 50px;
}

.brand-list img {
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
    max-width: 150px;
    margin: 0 23px;
}

.brand-list img:hover {
    animation-name: colored;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
}

.area-overlay {
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 75%);
    z-index: 0;
}

.home-areas {
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}

.area-text {
    padding: 20px 10px;
    text-align: center;
    border: 1px solid;
    margin: 10px;
    border-radius: 10px;
    transition: background 0.5s;
    background: #e41e25;
    border: #e41e25;
}

.area-text a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;

    background: orange;
}

.area-text:hover a {
    color: #232122;
}

.home-areas .section-title {
    margin-bottom: 35px;
}

.post-link:hover {
    background: #e41e25;
    border: #e41e25;
}

.area-text:hover {
    border: 1px solid #fff;
    background: #fff;
}









.home-areas .btn-mainh {
    margin-top: 25px;
    padding: 20px 55px;
    font-size: 20px;
}

.post-list {
    margin-top: 50px;
}

.post-date {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 15px;
}

.post-title {
    font-weight: 700;
    font-size: 22px;
}

@media(max-width:768px) {
    .post-title {
        font-size: 20px;
    }
}

.post-link {
    background: #232122;
    width: 100%;
    display: block;
    padding: 20px;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 30px;
    border-radius: 10px;
    transition: background 0.5s;
}

.blog_grid_txt .post-link {
    width: 200px;
}

@media(max-width:768px) {
    .blog_grid_txt .post-link {
        width: 100%;
    }
}

.photobox {
    height: 300px;
    overflow: hidden;
    background-size: cover;
}

.home-snip {
    background-size: cover;
    background-position: center;
}

.snip-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -0;
    background: linear-gradient(209deg, #152a3fb5, #621b00d9);
}

.home-snip p.pre-title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0;
}

.home-snip p.title {
    font-size: 30px;
    font-weight: 500;
}

.home-snip p.content {
    margin-bottom: 30px;
}

.qoute {
    margin-top: 30px;
    width: unset !important;
    margin: 20px auto 0;
}

.review-list {
    margin-top: 50px;
}

.home-reviews .pre-title {
    margin-bottom: 0;
    font-size: 25px;
}

.review-list .name {
    font-weight: 700;
}

.review-listp .content {
    font-style: italic;
}







.btn-bigoutline {
    font-size: 20px;
    color: #e41e25;
    border: 2px solid;
    padding: 10px 50px;
    font-weight: 700;
    margin: 50px;
    text-transform: uppercase;
}

.home-faqs {
    /* background: #f3f3f3; */
    /* background: rgb(218,218,218);
    background: radial-gradient(circle, rgba(218,218,218,1) 0%, rgba(230,230,230,1) 100%); */
    /* background:#a6a6a6; */
    /* background:#f7f7f7; */
    background: #a6a6a6;
}

.home-faqs h2 {
    color: #fff;
}

.faq-list .accordion-item {
    margin-bottom: 20px;
    border: none;
}

.faq-list .accordion-button {
    background: #fff;
    color: #212529;
    font-weight: 700;
    padding: 30px 50px;
    border: 1px solid #f1f1f1;
}

.faq-list .accordion-button:focus {
    box-shadow: none;
}

.home-faqs .section-title {
    margin-bottom: 50px;
}

.faq-list .show {
    box-shadow: 0px -6px 37px 1px #d1d1d1;
    /* border-radius: 0 0 10px 10px; */
    /* border: none; */
}

.faq-list .accordion-body {
    padding: 30px 50px;
}

.widget {
    margin: 0;
}

.home-endfoot .overlay {
    background: linear-gradient(55deg, white 41%, transparent);
    border-radius: 0;
}

.home-endfoot .pre-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
}

.home-endfoot h2 {
    font-weight: 700;
}

.home-endfoot .content {
    font-weight: 500;
}

.endlink img {
    width: 50px;
    height: 50px;
    background-color: #e41e25;
    border-radius: 100%;
    padding: 10px;
    margin-right: 15px;
}

a.endlink {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}

img.rate {
    width: 30px !important;
    display: unset !important;
}

.top-head img.rate {
    width: 20px !important;
    margin-top: -5px;
}

.top-head a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin-left: 11px;
}

.top-head p,
.top-head ul {
    margin-bottom: 0px;
}

.head-list {
    list-style: none;
    font-size: 14px;
}

.top-head .phone {
    font-size: 25px;
    font-weight: 700;
}

.phone .head-icon {
    height: 30px;
}

.content-layout .image-box {
    border-radius: 20px;
    overflow: hidden;
}

.content-layout .image-box {
    border-radius: 20px;
    overflow: hidden;
}

a.btn-content {
    background: #bd1016;
    padding: 15px 40px;
    color: #fff;
    transition: all .2s ease-in-out;

}

a.btn-content:hover {
    color: #fff;
    transform: scale(1.1);
}

.content-box {
    padding-bottom: 55px;
}

.text-block {
    text-align: center;
    padding: 25px;
    margin: 35px 10px;
    background: #fff;
    border-radius: 20px;
}

.inner-page .overlay {
    z-index: -1;
    border-radius: 0;
    background: rgb(0 0 0 / 55%);
}

.inner-page.banner {
    color: #fff;
    z-index: 1;
    text-align: center;
    margin-bottom: 75px;
}

.inner-page p.title-black {
    margin-bottom: 25px;
    line-height: 50px;
}

.inner-page p.subtext {
    font-size: 25px;
    margin-bottom: 25px;
}

.banner.locations {
    /* z-index: -1; */
    z-index: 1;
    color: #fff;
}

.banner.locations .overlay {
    background: rgb(0 0 0 / 55%);
}

.services-tabs button {
    text-transform: uppercase;
    padding: 15px 0;
    color: #000;
    background: #f1f1f1 !important;
    font-weight: 500;
}

.services-tabs .active {
    background: #e41e25 !important;
    color: #fff !important;
}

.services-tabs {
    margin-bottom: 45px;
}

.services-content .nav-pills button {
    width: 350px;
    padding: 15px;
    text-align: left;
    border: 1px solid #cfcfcf;
    color: #000;
}

.services-content .nav-pills button.active {
    background-color: initial;
    color: #e41e25;
}

.services-content .tab-content {
    padding: 10px 30px;
}

.services-section {
    padding-bottom: 100px;
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 15;
    height: auto;
    /* top: 15%; */
    top: 2%;
    right: 0;
    transition: 0.5s;
    padding-top: 60px;
}

.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidepanel a:hover {
    color: #424242;
}

.openbtn {
    position: fixed;
    /* right: -65px; */
    right: 0px;
    padding: 15px 30px;
    /* top: 45%;
    transform: rotate(270deg); */
    bottom: 0;
    background: #444444;
    color: #fff;
    border: 0;
    z-index: 9;

    transform: rotate(90deg);
    right: -52px;
    top: 50%;
    height: 58px;
    z-index: 99;
}

.sidepanel .closebtn {
    position: absolute;
    top: 65px;
    left: 25px;
    font-size: 36px;
}

.form-book {
    width: 520px;
    background: #f3f3f3;
    padding: 30px 40px 0px;
    border-radius: 20px;
    box-shadow: 1px 1px 20px #999;
    text-align: center;
}

.form-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
}

.form-subtext {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0px 25px;
}

.form-book input,
.form-book textarea,
.form-book select {
    padding: 15px;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 15px;
    border: none;
}

.form-book textarea {
    height: 80px;
}

.form-book .wpcf7-submit {
    background: #e71e26;
    color: #fff;
}

/*optimized*/

ul.dt_clocks {
    margin-left: -40px;
    display: none;
}

.dt_clock_1000 div:first-child {
    font-size: 40px;
    font-weight: 700;
    color: #e71e26;
}

.dt_clock_1000 .digits, .dt_clock_1000 .dt_date {
    color: #21252975;
    font-size: 40px;
    font-weight: 700;
}

.blink {
    color: #fff;
    -webkit-animation: blink 800ms step-end infinite;
    animation: blink 800ms step-end infinite;
}

@-webkit-keyframes blink {
    50% {
        color: red;
    }
}

@keyframes blink {
    50% {
        color: red;
    }
}

.blink-icon {
    filter: none;
    -webkit-animation: blink-icon 800ms step-end infinite;
    animation: blink-icon 800ms step-end infinite;
}

@-webkit-keyframes blink-icon {
    50% {
        filter: grayscale(100%) sepia(100%) brightness(50%) hue-rotate(301deg) saturate(641%) opacity(89%) contrast(971%);
    }
}

@keyframes blink-icon {
    50% {
        filter: grayscale(100%) sepia(100%) brightness(50%) hue-rotate(301deg) saturate(641%) opacity(89%) contrast(971%);
    }
}

@media (max-width: 575.98px) {
    ul.dt_clocks {
        margin-left: 30px;
        padding: 15px 0 25px 0;
    }

    .dt_clock_1000 div:first-child, .dt_clock_1000 .digits, .dt_clock_1000 .dt_date {
        font-size: 20px;
    }

    .form-book-banner {
        width: 100% !important;
    }

    .form-title-banner {
        font-size: 25px !important;
    }

    .form-subtext-banner {
        font-size: 20px !important;
    }
}

.form-book-banner {
    width: 520px;
    background: #f3f3f387;

    border-radius: 20px;
    box-shadow: 1px 1px 20px #999;
    text-align: center;
}

.form-book-header {
    background: #232122;
    text-align: center;
    padding: 20px 15px;
    border-radius: 20px 0px;
}

.form-inner {
    padding: 30px 30px;
    padding-bottom: 5px;
}

.form-title-banner {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}

.form-subtext-banner {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
}

.form-book-banner input,
.form-book-banner textarea,
.form-book-banner select {
    padding: 15px;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ff00002e;
    height: 57px;
}

.form-book-banner textarea {
    height: 120px;
}

.form-book-banner .wpcf7-submit {
    background: #e71e26;
    color: #fff;
}

@media (max-width: 575.98px) {
    .form-book-banner {
        width: 100% !important;
    }
}

/* end of optimized */

#mySidepanel .wpcf7-response-output {
    width: fit-content;
    background: #fff;
    width: 520px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

ul.sub-menu {
    flex-direction: column;
    background: #232122;
    padding: 25px 10px;
    min-width: 300px;
}

.menu-item a:hover {
    color: #e71e26;
}

.main-navigation ul ul a {
    width: fit-content;
    color: #fff;
}

.footer-menu a {
    color: #fff;
    text-decoration: none;
}

ul#menu-quicklinks li a,
ul#menu-quicklinks2 li a {
    color: #fff;
    text-decoration: none;
}

.quicklinks ul li {
    list-style: none;
    margin-bottom: 10px;
}

.quicklinks ul {
    margin: 0;
    padding: 0;
}

.footer-social img {
    height: 30px;
}

.footer-social .list-group-item {
    background: #232122;
    border: 0;
    /* margin: 0; */
    border-radius: 100% !important;
    width: 45px;
    /* height: 55px; */
    margin-right: 15px;
}

.footer-social ul {
    margin: 0;
}

.areas {
    /* text-align: center; */
    border: 1px solid #ffe7e7;
    background: #ffeef1;
    margin: 10px;
    padding: 10px 25px;
    /* color: red; */
}

.areas a.btn {
    width: 100%;
    text-align: left;
    color: #b20104;
    font-weight: 500;
}

.areas-box {
    margin-bottom: 75px;
}

.form-book2 p.form-subtext {
    margin-bottom: 50px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
}

.form-book2 {
    width: 100%;
    margin-top: 75px;
    padding: 30px 75px;
    background: #b4b4b4;
}

.form-book2 .wpcf7-submit {
    background: #212529;
    color: #fff;
    width: auto;
    padding: 25px 65px;
}

.form-book2 .wpcf7-submit {
    background: #E71E26;
    color: #fff;
    width: auto;
    padding: 25px 65px;
    display: block;
    margin: 0 auto;
}

.content-box .text-content {
    padding: 50px;
    padding-top: 0px;
}

.content-box.text-block {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.mapouter {
    margin-bottom: 25px;
}

.footer-1 p {
    margin-bottom: 0;
}

img.head-icon {
    height: 30px;
    margin-right: 10px;
}

.covidsafebadge {
    position: absolute;
    left: 20px;
    bottom: 10px;
}


@media screen and (max-width: 1600px) {
    .top-head .phone {
        font-size: 18px;
    }

    .top-head {
        font-size: 12px;
    }

    .head-list {
        font-size: 13px;
    }

    .top-head img.rate {
        width: 14px !important;
    }

    .btn-urgent {
        font-size: 12px;
    }

    .banner {
        background-position: 20%;
    }

    .area-text {
        padding: 20px 30px;
        font-size: 12px;
        background: #e41e25;
        border: #e41e25;
    }

    .banner {
        padding: 30px 0;
        padding-top: 60px;
    }

    p.title-red,
    p.title-black {
        font-size: 35px;
    }

    p.subtext,
    p.supertext,
    p.speacialtext,
    .tab-content h2 {
        font-size: 25px;
    }

    img.head-icon {
        height: 20px;
        margin-right: 10px;
    }

    .blog-head .text-header {
        min-height: 185px;
    }

    .bottom-banner {
        padding: 40px 0px;
    }

    img.banner-icon {
        max-height: 50px;
        margin-bottom: 5px;
    }

    .section-title h2, .page-title h2 {
        font-size: 30px;
    }

    .section-title p,
    p.speacialtext2,
    .tab-content h3 {
        font-size: 20px;
    }

    .btn-habout1,
    .btn-habout2,
    .home-services .btn-mainh, .home-services .btn-sech {
        font-size: 16px;
    }

    .custom-logo {
        width: 120px;
    }

    .home-about .section-title {
        margin-bottom: 50px;
    }

    .home-services .section-title p {
        max-width: 740px;
        font-size: 20px;
    }

    .home-services, .home-brands, .home-areas, .home-latest, .home-snip, .home-reviews, .home-faqs, .home-endfoot {
        padding: 60px 0;
    }

    .services-button .btn-group {
        margin-top: 40px;
    }

    .home-services {
        margin-bottom: 45px;
    }

    .feature-text {
        max-width: 70%;
        font-size: 16px;
    }

    .feature-box img {
        width: 95px;
    }

    .home-areas .btn-mainh {
        margin-top: 30px;
        font-size: 16px;
    }

    .page-title p {
        font-size: 16px;
        /* max-width: 640px; */
        margin: 0 auto;
    }

    .text-content h3 {
        margin-bottom: 25px;
        font-size: 25px;
    }

    .text-content p {
        margin-bottom: 25px;
    }

    .inner-page p.subtext {
        font-size: 20px;
    }

    .content-layout h5 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1745px) {
    .has-mega-menu>.sub-menu {
        width: 1250px;
        margin-left: -465px;
    }
}

@media (max-width: 1450px) {
    .has-mega-menu>.sub-menu {
        width: 1100px;
        margin-left: -365px;
    }

    .has-mega-menu>.sub-menu li {
        padding: 10px 15px;
    }

    .has-mega-menu>.sub-menu>li>.sub-menu>li {
        width: auto;
    }
}


@media screen and (max-width: 1280px) {
    .top-head .phone {
        font-size: 15px;
    }

    .head-list {
        font-size: 10px;
    }

    img.head-icon {
        height: 18px;
        margin-right: 5px;
    }

    .top-head a {
        font-size: 10px;
        margin-left: 5px;
    }

    .top-head img.rate {
        width: 12px !important;
        margin-top: -2px;
    }

    .main-navigation a {
        font-size: 12px;
    }

    .custom-logo {
        width: 110px;
    }

    p.title-red, p.title-black {
        font-size: 30px;
    }

    p.subtext, p.supertext, p.speacialtext, .tab-content h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .btn-mainh,
    .btn-sech {
        padding: 10px 20px;
        font-size: 14px;
    }

    .covidsafe img {
        width: 80px;
        margin-left: 12px;
    }

    img.banner-icon {
        height: 35px;
    }

    .bottom-banner p {
        font-size: 14px;
        margin: 5px auto 0;
    }

    .banner {
        background-position: 30%;
    }

    .reviews-link {
        display: block;
        margin-left: 0;
    }

    .upper-footer p {
        font-size: 14px;
    }

    footer .title {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .top-head a {
        font-size: 10px;
        margin-left: 0;
        display: block;
    }

    #secondary .banner {
        background-position: 55%;
    }
}

@media screen and (max-width: 990px) {
    #secondary .banner {
        background-position: 55%;
    }

    .services-content .nav-pills button {
        width: 150px;
    }

    ul.head-list {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .top-head a {
        font-size: 14px;
        margin-left: 10px;
        display: initial;
    }

    .top-head img.rate {
        width: 15px !important;
        margin-top: -2px;
    }

    .top-head {
        font-size: 16px;
    }

    .top-head .phone {
        font-size: 25px;
        float: right;
    }

    .main-navigation {
        margin-top: 0px;
    }

    .btn-urgent {
        margin-top: 0px;
    }

    p.title-red, p.title-black {
        font-size: 25px;
    }

    .fcol:nth-of-type(3n) {
        border-right: 1px solid #c5c5c5;
    }

    .fcol:nth-of-type(2n) {
        border-right: none;
    }

    .upper-footer p.title {
        margin-top: 15px;
    }

    .site-info {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .top-head {
        text-align: center;
    }

    ul.row.head-list {
        padding: 0;
        text-align: left;
        margin-bottom: -5px;
    }

    ul.row.head-list li {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .top-head .phone {
        float: none;
    }

    .navbar {
        position: absolute;
        display: block;
        top: -110px;
        background-color: unset;
        width: 100%;
    }

    div#navbarSupportedContent {
        position: fixed;
        width: 100%;
        top: 0;
        background: #232122;
        z-index: 99;
        padding: 40px 10px;
        height: 100vh;
        text-align: center;
        overflow: scroll;
    }

    .mobile-nav {
        position: relative;
        width: 100%;
    }

    .navbar-toggler {
        z-index: 2;
        position: relative;
        right: -20px;
    }

    .btn-urgent {
        padding: 15px;
        width: 100%;
        font-size: 20px;
        margin-top: 10px;
    }

    .navbar .sub-menu {
        display: none;
    }

    .navbar ul#primary-menu {
        list-style: none;
        margin: 0;
    }

    .navbar ul#primary-menu li a {
        color: #fff;
        font-size: 26px;
        text-decoration: none;
    }

    p.title-red, p.title-black {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    p.subtext, p.supertext, p.speacialtext, .tab-content h2 {
        font-size: 20px;
    }

    .btn-mainh, .btn-sech {
        padding: 10px 10px;
        font-size: 14px;
    }

    .covidsafe img {
        margin-top: 15px;
    }

    .sidepanel {
        width: 0;
        position: fixed;
        z-index: 1;
        height: auto;
        top: 1%;
        right: 0;
        transition: 0.5s;
        padding-top: 10px;
        z-index: 3;
    }

    .form-book {
        width: 100%;
        padding: 20px 30px;
    }

    img.banner-icon {
        height: 60px;
        max-height: unset;
        margin: 25px 0;
    }

    a.btn.btn-habout2 {
        margin-top: 10px;
    }

    .sidepanel .closebtn {
        left: 0px;
    }
}

@media screen and (max-width: 599px) {
    .text-header .btn-group {
        display: block;
    }

    .btn-sech {
        margin-left: 0px !important;
        margin-top: 10px;
    }

    .feature-text {
        max-width: 100%;
        font-size: 12px;
        line-height: 16px;
    }

    .home-services .section-title p {
        font-size: 18px;
    }

    .services-button .btn-group {
        display: block;
    }

    .services-button .btn-mainh, .services-button .btn-sech {
        margin-bottom: 10px;
    }

    .upper-footer {
        text-align: center;
    }

    .footer-social ul {
        margin: 0 auto;
        width: max-content;
    }

    .mapouter {
        margin: 0px auto;
        margin-bottom: 25px;
    }

    .home-endfoot .pre-title {
        font-size: 20px;
    }

    .menu-toggle {
        display: none;
    }

    a.endlink {
        font-size: 16px;
    }

    .endlink img {
        width: 30px;
        height: 30px;
    }

    .brand-list img {
        max-width: 90px;
        margin: 10px 23px;
    }

    .brand-list ul {
        margin: 0;
    }

}

@media screen and (max-width: 420px) {
    .inner-page p.title-black {
        margin-bottom: 15px;
        line-height: 30px;
        padding: 0 15px;
    }

    .inner-page p.subtext {
        font-size: 20px;
        padding: 0 25px;
    }

    .home-about {
        padding-bottom: 46px;
        padding: 0 20px 50px;
    }

    .home-services {
        padding: 50px 20px !important;
    }

    .home-features {
        padding: 25px;
    }

    .section-title h2, .page-title h2 {
        padding: 0 20px;
    }

    .text-boxx {
        padding: 20px;
    }

    .text-header {
        padding: 20px;
    }

    .top-head a {
        font-size: 12px;
    }

    ul.row.head-list li {
        margin-bottom: 10px;
        font-size: 12px;
        padding: 0;
    }
}

/*Animation*/
@keyframes menuhover {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes changebg {
    0% {
        background-color: rgb(128 128 128 / 62%);
    }

    100% {
        background-color: rgb(228 30 37 / 80%);
    }
}

@keyframes colored {
    from {
        filter: grayscale(100%);
    }

    to {
        filter: grayscale(0%);
    }
}



/*-- additional css for blogs --*/
.visualmodo-related-post img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

/*-- Media Query --*/
@media(min-width:768px) and (max-width:1023px) {
    .btn-habout2 {
        padding: 15px 35px;
    }
}

@media(max-width:767px) {

    /*-- Common --*/
    .openbtn {
        top: auto;
        bottom: 13%;
    }

    .navbar ul#primary-menu {
        padding-left: 0px;
    }

    .navbar ul#primary-menu li {
        margin-bottom: 10px;
    }

    #primary-menu .current_page_item>a:after, #primary-menu .current_page_parent>a:after {
        margin-top: 2px;
        height: 3px;
    }

    .upper-footer {
        padding: 36px 0px;
    }

    .btn-urgent {
        padding: 12px;
        font-size: 18px;
    }

    .navbar-toggler {
        right: -12px;
    }

    .section-title p, p.speacialtext2, .tab-content h3 {
        font-size: 16px;
    }

    .home-services, .home-brands, .home-areas, .home-latest, .home-snip, .home-reviews, .home-faqs, .home-endfoot {
        padding: 46px 0px;
    }

    .btn-mainh, .btn-sech {
        width: 100%;
        font-size: 16px;
    }

    /*-- MV --*/
    .banner {
        background-position: 35%;
    }

    .covidsafe img {
        margin-left: 0px;
    }

    /*-- Home About --*/
    .home-about {
        padding-bottom: 46px;
    }

    .home-about p.speacialtext {
        font-size: 16px;
    }

    .home-about .section-title {
        margin-bottom: 24px;
    }

    .home-about .bordr::after {
        display: none;
    }

    .home-about .px-5 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .home-about div.row .col-lg-4 {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .home-about div.row .col-lg8 {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .btn-habout1, .btn-habout2 {
        width: 100%;
    }

    /*-- Home Services --*/
    .home-services {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .home-services .section-title p {
        font-size: 16px;
    }

    .home-services .btn-group .btn {
        width: 100%;
        margin-left: 0px !important;
    }

    .services-list {
        margin-top: 24px;
    }

    .services-button .btn-group {
        margin-top: 24px;
    }

    /*-- Home Areas --*/
    .home-areas .areas-list .row {
        justify-content: space-between;
        margin-left: 0px;
        margin-right: 0px;
    }

    .home-areas .areas-list .row .col {
        flex: none;
        margin: 0;
        padding: 0;
        flex-basis: 48%;
        margin-bottom: 12px;
    }

    .home-areas .areas-list .row .col .area-text {
        padding: 12px 5px;
        margin: 0px;
    }

    .home-areas .btn-mainh {
        margin-top: 10px;
    }

    /*-- Home Features --*/
    .feature-list {
        margin-top: 24px;
    }

    .feature-box {
        padding: 20px;
    }

    /*-- Home Brand --*/
    .home-brands {
        padding-bottom: 46px;
    }

    /*-- Home Blog --*/
    .home-latest .post-list .row .col-md-4 {
        margin-bottom: 36px;
    }

    .home-latest .post-list .row .col-md-4:last-child {
        margin-bottom: 0px;
    }

    /*-- Home Review --*/
    .home-reviews .btn.btn-bigoutline {
        width: 100%;
        margin: 0 auto;
        margin-top: 36px;
        font-size: 16px;
        padding: 10px 10px;
    }

    .home-reviews .container {
        padding-left: 6px;
        padding-right: 6px;
    }

    .review-list {
        margin-top: 0px;
    }

    /*-- Home FAQ --*/
    .home-faqs .container {
        padding-left: 6px;
        padding-right: 6px;
    }

    .home-faqs .section-title {
        margin-bottom: 24px;
    }

    .faq-list .accordion-button, .faq-list .accordion-body {
        padding: 24px 16px;
    }

    /*-- other page --*/
    .text-block {
        margin: 15px 0px;
        padding: 0px;
    }

    .content-box .text-content {
        padding: 20px;
    }

    a.btn-content {
        width: 100%;
        margin-bottom: 24px;
    }

    .content-box {
        margin-bottom: 36px;
    }

    .content-layout .image-box {
        margin-bottom: 16px;
        margin-left: 20px;
        margin-right: 20px;
    }

    /*-- other page - service page --*/
    .services-section .nav-tabs .nav-link {
        font-size: 12px;
        padding: 10px 5px;
    }

    .services-section .nav-tabs .nav-link:last-child {
        margin-right: 0px;
    }

    .services-section .services-tabs {
        justify-content: space-between;
        margin-bottom: 16px;
    }

    .services-section .tab-content .d-flex {
        flex-wrap: wrap;
    }

    .services-section .tab-content .nav.flex-column {
        width: 100%;
        margin-right: 0px !important;
    }

    .services-content .nav-pills button {
        width: 100%;
        padding: 10px 8px;
        margin-bottom: 5px;
    }

    .services-content .tab-content {
        padding: 20px 25px;
    }

    .services-content .tab-content img {
        width: 50%;
    }

    /*-- other page - areas --*/
    .areas-box .areas {
        padding: 10px;
        margin: 5px 0px;
    }

    /*-- contact --*/
    .form-book2 {
        margin-top: 36px;
    }

    /*-- blogs --*/
    .post-thumbnail {
        margin-bottom: 24px;
    }
}

@media(max-width:500px) {
    .home-areas .btn-mainh {
        width: 100%;
    }
}

@media(max-width:374px) {
    .services-section .nav-tabs .nav-link {
        font-size: 11px;
    }
}

.main-navigation ul ul li:hover>ul {
    left: 150px;
}

.close-nav {
    position: absolute;
    top: 5px;
    right: 26px;
    border: 1px solid white !important;
    border-radius: 100%;
    padding: 7px 11px;
    font-size: 15px;
}

#navbarSupportedContent #primary-menu .current_page_item>a:after {
    content: '';
    background: #e51c27;
    height: 4px;
    display: block;
    width: 15%;
    margin: 0 auto;
}

#navbarSupportedContent #primary-menu .current_page_item>a:hover ::after {
    content: '';
    background: #e51c27;
    height: 4px;
    display: block;
    width: 15%;
    margin: 0 auto;
    animation-name: menuhover;
    animation-duration: 1s;
}

#navbarSupportedContent .top-head a {
    margin-left: 0;
}

.phone-link {
    margin-left: 0px !important;
}

.btn-urgent:focus,
.btn-urgent:active,
.btn-urgent:hover {
    background: #e71e26 !important;
    box-shadow: 1px 1px 10px #e71e26;
}



@media(min-width:769px) and (max-width:1220px) {
    ul#primary-menu {
        justify-content: left;
    }

    .main-navigation li {
        padding: 10px 20px;
    }

    .main-navigation a {
        font-size: 14px;
    }
}

@media(max-width:991px) {
    ul#primary-menu {
        justify-content: center;
    }

    .main-navigation li {
        padding: 10px 30px;
    }
}

.btn-open {
    font-size: 26px;
    font-weight: 700;
    /* margin: 15px 0px; */
    margin: 20px 0px;
    background: #E71E26;
    border: 1px solid #E71E26;
    box-shadow: 0px 5px 0px #a71218;
    border-radius: 10px;
    float: right;
}

.btn-open:hover {
    background: #E71E26;
    border: 1px solid #E71E26;
}

.btn-open img.head-icon {
    height: 45px;
    margin-right: 6px;
}

@media(min-width:992px) and (max-width:1730px) {
    .btn-open {
        position: absolute;
        /* right: 38px; */
        right: 15px;
    }
}

@media(max-width:767px) {
    .btn-open {
        width: 100%;
        float: none;
    }
}

@media(min-width:768px) {
    .entry-content .row {
        /* align-items: center; */
        align-items: flex-start !important;
    }
}

.service-box a {
    align-self: center;
    /* position: relative; */
    color: #fff;
    text-decoration: none;
}


@media(min-width:768px) {
    header#masthead {
        height: 158px;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 10;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    }

    .banner .container .row {
        align-items: center !important;
    }

    article#post-16 .page-title p {
        max-width: 100%;
    }

    .feature-box {
        height: 252px;
    }

    .home-about .row {
        align-items: flex-start !important;
    }

    .home-about p.speacialtext {
        font-size: 20px;
    }

    div.accordion {
        width: 1024px;
        margin: 0 auto;
    }
}

@media(min-width:1601px) {
    .home-about p.speacialtext {
        font-size: 25px;
    }
}

@media(min-width:768px) and (max-width:1300px) {
    div.accordion {
        width: auto;
        margin: 0 auto;
    }
}


@media(min-width:768px) and (max-width:1440px) {
    .banner {
        padding: 60px 0 60px;
    }

    .covidsafe img {
        width: 78px;
    }

    .covidsafebadge {
        position: absolute;
        left: 20px;
        bottom: 10px;
    }
}

@media(min-width:768px) and (max-width:1330px) {
    .banner .container {
        max-width: 1024px;
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .form-book-banner {
        width: auto;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .nav-head {
        background: #fff;
    }

    .top-head {
        padding: 0px 50px;
    }

    .banner {
        padding: 200px 0px 60px;
    }

    .banner .container {
        max-width: 95%;
    }
}

@media(max-width:375px) {
    .top-head {
        padding: 10px 30px;
    }

    header#masthead .row .col-md-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .btn-open {
        margin: 6px 0px;
    }
}

@media(max-width:767px) {
    .covidsafebadge {
        display: none;
    }
}

@media(max-width:374px) {
    .btn-open {
        font-size: 20px;
    }

    .btn-open img.head-icon {
        height: 34px;
    }
}

@media(max-width:1439px) {
    nav#site-navigation .btn-open {
        display: none;
    }
}

@media(min-width:1440px) {
    .col-lg-2.order-lg-3 .btn-open {
        display: none;
    }

    .nav-head {
        align-items: center;
    }

    .main-navigation {
        width: 950px;
        margin: auto;
    }

    nav#site-navigation .btn-open {
        display: block;
        position: absolute;
        /* right: -142px; */
        /* right:-200px; */
        right: -280px;
        top: -22px;
    }
}

@media(min-width:769px) and (max-width:1550px) {
    nav#site-navigation .btn-open {
        right: -240px;
    }
}

@media(min-width:769px) and (max-width:1470px) {
    nav#site-navigation .btn-open {
        right: -200px;
    }
}

@media (min-width: 1601px) {
    .main-navigation {
        top: -15px;
    }
}

.site-main.blogs .col-md-4 {
    margin-bottom: 50px;
}

@media(max-width:767px) {
    .site-main.blogs .col-md-4 {
        margin-bottom: 30px;
    }
}

@media(max-width:1000px) {
    p.subtext br {
        display: none;
    }
}

/*-- BLOGS --*/
.cont_blogs {
    display: flex;
    flex-wrap: nowrap;
    width: 1120px;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 80px;
}

@media(max-width:1160px) {
    .cont_blogs {
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media(max-width:992px) {
    .cont_blogs {
        margin-top: 200px;
    }
}

@media(max-width:767px) {
    .cont_blogs {
        margin-top: 30px;
    }
}

@media(max-width:800px) {
    .cont_blogs {
        flex-wrap: wrap;
    }
}

.cont_blogs .contText {
    flex-basis: 65%;
}

.cont_blogs .sideCont {
    flex-basis: 30%;
}





@media(max-width:800px) {
    .cont_blogs .contText {
        flex-basis: 100%;
        margin-bottom: 50px;
    }

    .cont_blogs .sideCont {
        flex-basis: 100%;
    }
}

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

.cont_blogs .contText h1 {
    font-size: 35px;
    font-weight: bold;
}

.cont_blogs .contText .posted-on {
    font-size: 14px;
    display: block;
    margin-bottom: 40px;
}

.cont_blogs .contText h2 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 50px;
}

.cont_blogs .contText h3 {
    font-size: 24px;
    font-weight: bold;
}

.cont_blogs .contText .image-post {
    background-position: center;
}

@media(max-width:550px) {
    .cont_blogs .contText .image-post {
        min-height: 250px;
    }
}

.cont_blogs .contText .nav-links {
    margin-top: 50px;
}

.cont_blogs .contText .nav-links a {
    text-decoration: none;
    color: #262626;
    padding-left: 35px;
}

.cont_blogs .contText .nav-previous {
    background: url("http://localhost/project/h4orce_prod/wp-content/themes/h4orce/assets/icons/ic-arrow-prev.svg") no-repeat;
    background-position: left 80%;
    background-size: 14px;
}

.cont_blogs .contText .nav-next {
    background: url("http://localhost/project/h4orce_prod/wp-content/themes/h4orce/assets/icons/ic-arrow-next.svg") no-repeat;
    background-position: right 80%;
    background-size: 14px;
}

.cont_blogs .contText .nav-previous span.nav-subtitle {
    display: block;
    font-weight: 500;
    padding-left: 25px;
}

.cont_blogs .contText .nav-next span.nav-subtitle {
    display: block;
    font-weight: 500;
    padding-right: 25px;
}

.cont_blogs .contText .nav-previous span.nav-title {
    display: block;
    font-size: 14px;
    padding-left: 25px;
}

.cont_blogs .contText .nav-next span.nav-title {
    display: block;
    font-size: 12px;
    padding-right: 25px;
}

.sideCont h5 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}








.sideCont_catbox, .sideCont_recentpost {
    /* background: #f3f3f3; */
    background: #ebeff3;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.sideCont_catbox ul {
    margin: 0px;
    padding: 0px;
    display: block;
}

.sideCont_catbox ul li {
    display: block;
    margin: 0px;
    padding-left: 12px;
    margin: 5px 0px;
    color: #E71E26;
}

.sideCont_catbox ul li::before {
    content: "•";
    font-size: 18px;
}

.sideCont_catbox ul li a {
    padding-left: 6px;
    color: #E71E26;
}

.sideCont_recentpost_grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.sideCont_recentpost_grid .column {
    flex-basis: 100%;
    margin-bottom: 20px;
}

.sideCont_recentpost_grid .column .photobox {
    height: 200px;
    background-position: center;
    margin-bottom: 15px;
}

.sideCont_recentpost_grid .column a {
    text-decoration: none;
    color: #E71E26;
}

@media(max-width:800px) {
    .cont_blogs .contText h1 {
        font-size: 30px;
    }

    .cont_blogs .contText h2 {
        font-size: 22px;
    }

    .cont_blogs .contText h3 {
        font-size: 20px;
    }

    .cont_blogs .contText .posted-on {
        margin-bottom: 30px;
        display: block;
    }

    .cont_blogs .contText ul {
        padding-left: 0px;
        margin-left: 20px;
    }
}

@media(max-width:600px) {
    .cont_blogs .contText .nav-links {
        flex-wrap: wrap;
    }

    .cont_blogs .contText .nav-previous {
        flex-basis: 100%;
    }

    .cont_blogs .contText .nav-next {
        flex-basis: 100%;
    }
}

/* body.parent-pageid-14 .content-layout {
    display:none;
} */
button.btn-urgent img.head-icon {
    height: 30px;
    margin-right: 10px;
}

button.btn-urgent {
    font-size: 16px;
}

footer .col-lg-5 a {
    color: #fff;
}

a.btn-bigoutline {
    color: #e41e25;
}

/*-- Employment form --*/
.form_grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 10px;
}

.form_grid .column {
    flex-basis: 48%;
    text-align: left;
}

@media(max-width:600px) {
    .form_grid {
        padding-bottom: 0px;
    }

    .form_grid .column {
        flex-basis: 100%;
    }
}


article#post-723 .page-title h3 {
    text-align: left;
    margin-top: 50px;
}

article#post-723 .page-title p {
    font-weight: 400;
}





/*-- Gallery --*/
.gallery_img {
    width: 1240px;
    margin: 0 auto;
}

@media(max-width:1239px) {
    .gallery_img {
        width: auto;
    }
}

.gallery_img>ul {
    margin: 0px;
    padding: 0px;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 100px;
}

.gallery_img>ul li {
    margin: 0px;
    padding: 0px;
    flex-basis: 33%;
    list-style: none;
    padding: 15px;
}

@media(max-width:600px) {
    .gallery_img>ul li {
        flex-basis: 50%;
        padding: 15px;
        padding-top: 0px;
    }
}

.gallery_img>ul li img {
    max-width: 100%;
}


.gallery_img>ul>li a {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.gallery_img>ul>li a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.gallery_img>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.gallery_img>ul>li a:hover .gallery-poster>img {
    opacity: 1;
}

.gallery_img>ul>li a .gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.gallery_img>ul>li a .gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.gallery_img>ul>li a:hover .gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.gallery_img.justified-gallery_img>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.gallery_img.justified-gallery_img>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.gallery_img.justified-gallery_img>a:hover .gallery-poster>img {
    opacity: 1;
}

.gallery_img.justified-gallery_img>a .gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.gallery_img.justified-gallery_img>a .gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.gallery_img.justified-gallery_img>a:hover .gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.gallery_img.video .gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.gallery.dark>ul>li a {
    border: 3px solid #04070a;
}

.page_error {
    color: #b20104;
    font-size: 150px;
    margin-top: 80px;
    font-weight: 700;
}

.page_error_cont p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 60px;
}

@media(min-width:768px) and (max-width:991px) {
    .page_error {
        font-size: 100px;
        margin-top: 250px;
    }

    .page_error_cont p {
        font-size: 18px;
    }
}

@media(max-width:767px) {
    .page_error {
        font-size: 70px;
        margin-top: 40px;
    }

    .page_error_cont p {
        font-size: 16px;
    }
}



@media(min-width:768px) and (max-width:991px) {
    .area-text {
        padding: 20px 0px;
    }

    .areas-list .col-lg-3 {
        width: 32%;
    }
}

@media(max-width:767px) {
    .home-areas .areas-list .row .col .area-text {
        height: 100%;
        align-items: center;
        display: flex;
        text-align: center;
        justify-content: center;
    }
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #e71e26;
    background: #fff;
    text-align: center;
}

article#post-16 .entry-content p {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width:1030px) {
    article#post-16 .entry-content p {
        width: auto;
    }
}

article#post-16 .wpcf7 {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 80px;
}

@media (max-width:1130px) {
    article#post-16 .wpcf7 {
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
    }
}

article#post-1002 .wpcf7 p.form-subtext {
    margin-bottom: 20px;
}

article#post-1002 .entry-content p {
    width: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width:1130px) {
    article#post-16 .entry-content p {
        width: auto;
        display: block;
        width: 100%;
    }
}


article#post-1002 .wpcf7 {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 80px;
}

@media (max-width:1130px) {
    article#post-1002 .wpcf7 {
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
    }
}

article#post-1002 .wpcf7 p.form-subtext {
    margin-bottom: 20px;
}

/* article#post-14 .entry-content p {
    text-align: center;
} */
@media(min-width:768px) and (max-width:991px) {
    .areas-box .container {
        width: 100%;
        max-width: 95%;
    }
}

@media(max-width:767px) {
    article#post-14 .entry-content p {
        text-align: center;
        margin: 0 auto;
        /* padding-left: 20px;
        padding-right: 20px; */
        display: block;
    }

    .areas-box .container {
        width: 100%;
        max-width: 90%;
    }

    .bottom-banner p {
        width: 250px;
    }

}

@media(min-width:768px) and (max-width:1200px) {
    .content-box {
        padding-bottom: 0px;
    }

    .content-box.text-center {
        padding-bottom: 55px;
    }

    .content-layout .image-box {
        margin-bottom: 25px;
    }
}

@media(min-width:601px) and (max-width:768px) {
    .content-box {
        padding-bottom: 0px;
    }
}

@media(max-width:600px) {
    .content-box {
        padding-bottom: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1330px) {
    .banner.inner-page .container {
        margin: 0 auto;
    }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    text-align: center;
    background: #fff;
    color: #000;
}

.home-endfoot p {
    text-align: left !important;
}

.home-endfoot_btn {
    display: inline-block;
    margin: 20px 0px;
    background: #E71E26;
    border: 1px solid #E71E26;
    box-shadow: 0px 5px 0px #a71218;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 25px;
    color: #fff;
}

@media(max-width:600px) {
    .home-endfoot_btn {
        padding: 8px 18px;
        font-size: 20px;
    }
}

.txtPrivacy_cont {
    width: 1100px;
    margin: 0 auto;
}

@media(max-width:1120px) {
    .txtPrivacy_cont {
        width: auto;
        margin: 20px 30px;
    }
}

body.page-id-14 .bottom-banner {
    margin-bottom: 0px;
}

.form-book2 p.form-subtext a {
    text-decoration: none;
    color: #fff;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-content p a {
    font-weight: 700 !important;
}

#mySidepanel .form-book {
    margin: 0 auto;
    position: relative;
}

.sidepanel .closebtn {
    position: absolute;
    top: 15px;
    left: 5px;
}

.mysticky-welcomebar-fixed-wrap {
    background: #e71e26;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-content p a, .mysticky-welcomebar-fixed .mysticky-welcomebar-content p {
    color: #fff;
}

.mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
    color: #fff;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-content p a, .mysticky-welcomebar-fixed .mysticky-welcomebar-content p {
    color: #fff !important;
}

@media(max-width:767px) {
    .openbtn {
        bottom: 100px;
    }

    .mysticky-welcomebar-fixed-wrap {
        padding: 15px 36px 20px 10px !important;
        text-align: center;
    }

    .sidepanel .closebtn {
        top: 4px;
        left: 0;
    }

    .sidepanel a {
        padding: 0px 8px 8px 12px;
    }
}

@media(max-width:360px) {
    .form-title {
        font-size: 18px;
    }

    .form-subtext {
        font-size: 13px;
    }

    .form-book input, .form-book textarea, .form-book select {
        padding: 6px 15px;
        border-radius: 6px;
        width: 100%;
        margin-bottom: 15px;
        font-size: 14px;
        border: none;
    }
}

@media(min-width:768px) {
    .areas-list .row {
        align-items: inherit !important;
        display: flex;
        flex-wrap: wrap;
    }

    .areas-list .row .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .areas-list .row .col-lg-3 .area-text {
        height: 100%;
        align-items: center;
        display: flex;
        text-align: center;
        justify-content: center;
    }
}

@media(min-width:1061px) and (max-width:1200px) {
    .has-mega-menu>.sub-menu {
        width: 1000px;
        margin-left: -300px;
    }

    .has-mega-menu>.sub-menu li {
        padding: 10px 10px;
    }
}

@media(min-width:768px) and (max-width:1061px) {
    .has-mega-menu>.sub-menu {
        width: 560px;
        margin-left: -300px;
    }

    /* .has-mega-menu>.sub-menu>li {
        width: 100%;
    } */
}

@media(min-width:768px) and (max-width:780px) {
    .has-mega-menu>.sub-menu {
        width: 460px;
        margin-left: -100px;
    }
}

.site-info br {
    display: none;
}

@media (max-width:991px) {
    .site-info .container {
        text-align: left;
    }

    .site-info br {
        display: block;
    }
}

@media(max-width:992px) {
    .site-info span {
        display: none;
    }
}

@media (max-width:600px) {
    .site-info .container {
        text-align: center;
        padding-bottom: 60px;
    }
}

@media(max-width:450px) {
    .home-areas .container {
        margin-left: 10px;
        margin-right: 10px;
        width: auto !important;
    }

    .home-areas .areas-list .row .col .area-text {
        padding: 12px 15px;
    }

    .area-text a {
        font-size: 14px;
    }
}

/*Aarea text*/
.area-text {
    min-height: 63px;
}

.page-id-16 .inner_button {
    display: none;
}


header ul.sub-menu li {
    font-weight: 400 !important;
}

@media(min-width:768px) {
    li#menu-item-281 ul {
        display: block;
        min-width: 500px;
        column-count: 2;
    }

    li#menu-item-281 ul li {
        padding: 10px 10px;
    }

    li#menu-item-2217 ul {
        display: block;
        min-width: 500px;
        column-count: 2;
    }

    li#menu-item-2217 ul li {
        padding: 10px 10px;
    }
}

@media(min-width:768px) and (max-width:1600px) {
    li#menu-item-172 ul.sub-menu {
        /* margin-left: -80px; */
        margin-left: -95px;
    }

    li#menu-item-281 ul.sub-menu {
        margin-left: 90px;
    }

    li#menu-item-2217 ul.sub-menu {
        margin-left: 90px;
    }

    li#menu-item-2466 ul.sub-menu {
        margin-left: 90px;
    }

    li#menu-item-300 ul.sub-menu {
        margin-left: 90px;
    }

    li#menu-item-2474 ul.sub-menu {
        margin-left: 90px;
    }
}

@media(max-width:991px) {
    li#menu-item-281 ul {
        column-count: 1;
    }

    li#menu-item-281 ul li {
        padding: 10px 40px;
    }

    li#menu-item-2217 ul {
        column-count: 1;
    }

    li#menu-item-2217 ul li {
        padding: 10px 40px;
    }
}

.wpcf7 form.spam .wpcf7-response-output {
    background: #fff;
}

@media(min-width:768px) {
    li#menu-item-558 ul li {
        width: auto;
    }

    .has-mega-menu.menu-item-174>.sub-menu {
        /* width:920px!important; */
        width: 780px !important;
        margin-left: -315px;
    }

    .has-mega-menu.menu-item-174 li {
        padding: 10px !important;
    }


    li#menu-item-174 ul {
        /* margin-left: 0px;
        left: -350px; */
        /* background: orange; */

        width: 210px;
        min-width: 210px;
    }

    li#menu-item-560 ul {
        /* background:greenyellow; */
        width: 210px;
        min-width: 210px;
    }
}

@media(min-width:768px) and (max-width:1065px) {
    li#menu-item-174 ul {
        min-width: 210px;
    }

    .has-mega-menu.menu-item-174>.sub-menu {
        width: 780px !important;
    }
}

@media(min-width:1023px) {
    li#menu-item-558 a {
        width: 60%;
        text-align: center;
    }

    li#menu-item-559 a {
        width: 60%;
        text-align: center;
    }

    li#menu-item-560 a {
        width: 60%;
        text-align: center;
    }




    li#menu-item-1386 a {
        width: fit-content;
        text-align: left;
    }

    li#menu-item-1639 a {
        width: fit-content;
        text-align: left;
    }

    li#menu-item-2273 a {
        width: fit-content;
        text-align: left;
    }

    li#menu-item-552 a {
        width: fit-content;
        text-align: left;
    }

    li#menu-item-553 a {
        width: fit-content;
        text-align: left;
    }

    li#menu-item-557 a {
        width: fit-content;
        text-align: left;
    }

    li#menu-item-555 a {
        width: fit-content;
        text-align: left;
    }

    li#menu-item-1382 a {
        width: fit-content;
        text-align: left;
    }

    li#menu-item-1385 a {
        width: fit-content;
        text-align: left;
    }

    li#menu-item-550 a {
        width: fit-content;
        text-align: left;
    }

    li#menu-item-556 a {
        width: fit-content;
        text-align: left;
    }

    li#menu-item-1406 a {
        width: fit-content;
        text-align: left;
    }

    li#menu-item-548 a {
        width: fit-content;
        text-align: left;
    }

    li#menu-item-554 a {
        width: fit-content;
        text-align: left;
    }

    li#menu-item-549 a {
        width: fit-content;
        text-align: left;
    }

}

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

.mysticky-welcomebar-fixed, .mysticky-welcomebar-fixed * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mysticky-welcomebar-fixed {
    background-color: #ffffff;
    font-family: Poppins;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999999;
    opacity: 0;
}

.mysticky-welcomebar-fixed-wrap {
    min-height: 60px;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.mysticky-welcomebar-animation {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.mysticky-welcomebar-position-top {
    top: 0;
}

.mysticky-welcomebar-position-bottom {
    bottom: 0;
}

.mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in {
    top: -60px;
}

.mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in {
    bottom: -60px;
}

.mysticky-welcomebar-entry-effect-fade {
    opacity: 0;
}

.mysticky-welcomebar-entry-effect-none {
    display: none;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-content p a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.25ch;
}


.mysticky-welcomebar-fixed .mysticky-welcomebar-content p a,
.mysticky-welcomebar-fixed .mysticky-welcomebar-content p {
    color: #000000;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-weight: 400;
    font-family: Poppins
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn {
    padding-left: 30px;
    display: none;
    line-height: 1;
}

.mysticky-welcomebar-fixed.mysticky-welcomebar-btn-desktop .mysticky-welcomebar-btn {
    display: block;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a {
    background-color: #000000;
    font-family: inherit;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 20px;
    white-space: nowrap;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a:hover {
    /*opacity: 0.7;*/
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}


.mysticky-welcomebar-fixed .mysticky-welcomebar-close {
    display: none;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    color: #000;
    position: absolute;
    top: 5px;
    right: 10px;
    outline: none;
    font-family: Lato;
    text-decoration: none;
    text-shadow: 0 0 0px #fff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}


.mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-close span.dashicons {
    font-size: 27px;
}

.mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
    display: inline-block;
}

/* Animated Buttons */
.mysticky-welcomebar-btn a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.mysticky-welcomebar-attention-flash.animation-start .mysticky-welcomebar-btn a {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.mysticky-welcomebar-attention-shake.animation-start .mysticky-welcomebar-btn a {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.mysticky-welcomebar-attention-swing.animation-start .mysticky-welcomebar-btn a {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.mysticky-welcomebar-attention-tada.animation-start .mysticky-welcomebar-btn a {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.mysticky-welcomebar-attention-heartbeat.animation-start .mysticky-welcomebar-btn a {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.mysticky-welcomebar-attention-wobble.animation-start .mysticky-welcomebar-btn a {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@media only screen and (min-width: 768px) {
    .mysticky-welcomebar-display-desktop.mysticky-welcomebar-entry-effect-fade.entry-effect {
        opacity: 1;
    }

    .mysticky-welcomebar-display-desktop.mysticky-welcomebar-entry-effect-none.entry-effect {
        display: block;
    }

    .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-top.mysticky-welcomebar-fixed,
    .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
        top: 0;
    }

    .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-bottom.mysticky-welcomebar-fixed,
    .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
        bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .mysticky-welcomebar-display-mobile.mysticky-welcomebar-entry-effect-fade.entry-effect {
        opacity: 1;
    }

    .mysticky-welcomebar-display-mobile.mysticky-welcomebar-entry-effect-none.entry-effect {
        display: block;
    }

    .mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-top.mysticky-welcomebar-fixed,
    .mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
        top: 0;
    }

    .mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-bottom.mysticky-welcomebar-fixed,
    .mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
        bottom: 0;
    }

    /*.mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
            display: none;
        }
        .mysticky-welcomebar-fixed.mysticky-welcomebar-showx-mobile .mysticky-welcomebar-close {
            display: inline-block;
        }*/
    .mysticky-welcomebar-fixed.mysticky-welcomebar-btn-desktop .mysticky-welcomebar-btn {
        display: none;
    }

    .mysticky-welcomebar-fixed.mysticky-welcomebar-btn-mobile .mysticky-welcomebar-btn {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .mysticky-welcomebar-fixed-wrap {
        padding: 15px 36px 35px 10px;
    }

    .mysticky-welcomebar-fixed .mysticky-welcomebar-btn {
        padding-left: 10px;
    }

    /*.mysticky-welcomebar-fixed .mysticky-welcomebar-close {
            right: 7px;
        }*/
}

body.mysticky-welcomebar-apper #wpadminbar {
    z-index: 99999999;
}

.content-layout .image-box {
    margin-top: 40px;
}


.cont_col_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 68px;
    width: 1320px;
}

.cont_col_grid h4 {
    font-size: 22px;
    margin: 34px 0px;
}

.cont_col_grid .col1 {
    flex-basis: 62%;
    margin-top: 60px;
}

.cont_col_grid .col2 {
    flex-basis: 28%;
    margin-right: 3%;
}

.cont_col_grid .col2 .col2_services {
    /* background: #dbe2e9; */
    background: #ebeff3;
    border-radius: 22px;
    padding: 20px;
}

.cont_col_grid .col2 .col2_services h3 {
    font-size: 25px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid #888B8D;
    color: #5d7b97;
    font-weight: 500;
}

.cont_col_grid .col2 .col2_services ul {
    margin: 0px;
    padding: 0px;
}

.cont_col_grid .col2 .col2_services ul li {
    margin: 10px 0px 10px 16px;
    list-style: none;
}

.cont_col_grid .col2 .col2_services ul li a {
    /* color:#000; */
    color: #5d7b97;
    text-decoration: none;
}

.cont_col_grid .col2 .col2_services ul li a:hover {
    color: #e71e26;
    padding-left: 10px;
    border-left: 3px solid #5d7b97;
}



.content_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 68px;
    margin-top: 28px;
}

.content_grid .col1 {
    flex-basis: 55%;
}

.content_grid .col2 {
    flex-basis: 42%;
}

.content_grid .col2 img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.cont_full_width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 68px;
}

.cont_full_width .col1 {
    flex-basis: 64%;
}

.cont_full_width .col1 h3 {
    margin: 40px 0px 20px;
}

.cont_full_width .col2 {
    flex-basis: 32%;
}

.cont_full_width .col2 .col2_services {
    /* background: #dbe2e9; */
    background: #a6a6a6;
    border-radius: 22px;
    padding: 20px;
    margin-top: 48px;
}

.cont_full_width .col2 .col2_services h3 {
    font-size: 25px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 500;
}

.cont_full_width .col2 .col2_services ul {
    margin: 0px;
    padding: 0px;
}

.cont_full_width .col2 .col2_services ul li {
    margin: 10px 0px 10px 16px;
    list-style: none;

    background: none;
    padding: 0px;
}

.cont_full_width .col2 .col2_services ul li a {
    /* color:#000; */
    color: #fff;
    text-decoration: none;

}

.cont_full_width .col2 .col2_services ul li a:hover {
    color: #e71e26;
    padding-left: 10px;
    border-left: 3px solid #e71e26;
    ;
}

.cont_full_width .col1 img {
    width: 100%;
    border-radius: 20px;
    margin: 20px 0px;
}

.cont_full_width .col2 .col2_services {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.cont_full_width .col2 .col2_services {
    top: 180px;
}

.cont_full_width .col2 .col2_form .form-book-banner {
    width: auto;
    padding: 0px 0px 0px;
    margin-top: 48px;
    background: #a6a6a6;
}

.cont_full_width .col2 .col2_form .form-book-banner .closebtn {
    display: none;
}

.cont_full_width .col2 .col2_form .form-book-banner .col-md-6 {
    width: 100%;
}

.cont_full_width .col2 .col2_form .form-subtext-banner {
    font-size: 13px;
    color: #fff;
}

.cont_full_width .col2 .col2_form .form-title-banner {
    font-size: 22px;
    color: #fff;
}

.cont_full_width .col2 .col2_form .form-book-banner input {
    padding: 4px 12px;
    height: 45px;
}

.cont_full_width .col2 .col2_form .form-book-banner select {
    padding: 4px 12px;
}

.cont_full_width .col2 .col2_form .form-book-banner .wpcf7-spinner {
    display: none;
}

.cont_full_width .col2_callcont {
    /* margin-top: 48px; */
    background: url(assets/call_cont.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 22px;
    overflow: hidden;
}

.cont_full_width .col2_callcont_grid {
    background: linear-gradient(90deg, #152a3fb5, #621b00d9);
    color: #ffff;
    text-align: center;
    padding: 35px 22px;
}

.cont_full_width .col2_callcont_grid h5 {
    font-weight: 500;
    font-size: 18px;
}

.cont_full_width .col2_callcont_grid h5 span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
}

.cont_full_width .col2_callcont_grid h5 span a {
    color: #fff;
    text-decoration: none;
}

.cont_full_width .col2_callcont_grid p {
    margin: 30px 0px;
}

.cont_full_width .col2_callcont_grid a.call_tel {
    padding: 10px 40px;
    text-transform: uppercase;
    background: #e41e25;
    color: #fff !important;
    border-radius: 5px !important;
    text-decoration: none;
    display: block;
    width: 210px;
    margin: 0 auto;
}

.cont_full_width ul {
    padding-left: 0px;
    margin-left: 0px;
}

.cont_full_width ul li {
    list-style: none;
    background: url(assets/icons/list_chk.svg) no-repeat;
    background-position: left 8px;
    background-size: 25px auto;
    padding: 8px 0px 8px 35px;
}

.content-layout ul {
    padding-left: 0px;
    margin-left: 0px;
}

.content-layout ul li {
    list-style: none;
    background: url(assets/icons/list_chk.svg) no-repeat;
    background-position: left 8px;
    background-size: 25px auto;
    padding: 8px 0px 8px 35px;
}

.brand_cont {
    background: #a6a6a6;
}

.brand_cont h2 {
    color: #fff !important;
}

/* .home-faqs h2 {
    color:#fff!important;
} */

@media(min-width:769px) and (max-width:1500px) {
    .container {
        width: 96%;
        max-width: 96%;
    }
}



.pages_mv {
    margin-top: -1.5rem;
    position: relative;
    margin-bottom: 68px;
    background: #651F21;
}

.pages_mv .mv_bg {
    position: absolute;
    right: 0;
    /* width:50%; */
    width: 53%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pages_mv img.mv_sep {
    position: absolute;
    /* right: 43%; */
    /* right:47%; */
    right: 46.5%;
    top: 0;
    height: 520px;
}

.pages_grid {
    width: 1620px;
    margin: 0 auto;
    position: relative;
    height: 520px;
    display: flex;
    align-items: center;
}

.pages_cont {
    z-index: 1;
    /* width:50%; */
    /* width: 45%; */
    width: 38%;
    margin-left: 4%;
}

.pages_mv h1 {
    color: #fff;
    font-size: 46px;
    /* line-height: 80px; */
    line-height: 62px;
    letter-spacing: 0.72px;
    font-weight: 800;
}

.pages_mv h1.big {
    font-size: 52px;
    line-height: 62px;
}

.pages_mv p {
    color: #fff;
    margin: 24px 0px;
}

.pages_mv a {
    text-decoration: none;
    background: #E71E26;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    padding: 13px 22px;
    margin-top: 24px;
    display: inline-block;
}

@media(min-width:769px) and (max-width:1650px) {
    .pages_mv h1 {
        font-size: 42px;
        line-height: 56px;
    }

    .pages_mv h1.big {
        font-size: 60px;
        line-height: 64px;
    }

    .pages_grid {
        width: 95%;
    }

    .pages_mv img.mv_sep {
        right: 45%;
    }
}

@media(min-width:769px) and (max-width:1500px) {
    .pages_mv h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .pages_mv h1.big {
        font-size: 54px;
        line-height: 58px;
    }
}

@media(min-width:769px) and (max-width:1380px) {
    .pages_mv img.mv_sep {
        right: 44.5%;
    }

    .pages_mv h1 {
        font-size: 36px;
    }

    .pages_mv h1.big {
        font-size: 54px;
        line-height: 58px;
    }
}

@media(min-width:769px) and (max-width:1250px) {
    .pages_mv img.mv_sep {
        right: 43%;
    }

    .pages_mv h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .pages_mv h1.big {
        font-size: 54px;
        line-height: 58px;
    }
}

@media(min-width:769px) and (max-width:1120px) {
    .pages_mv img.mv_sep {
        right: 41%;
    }
}

@media(min-width:769px) and (max-width:1024px) {
    .pages_grid {
        height: 400px;
    }

    .pages_mv img.mv_sep {
        height: 400px;
        right: 43.5%;
    }

    .pages_mv h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .pages_mv h1.big {
        font-size: 50px;
        line-height: 54px;
    }

    .pages_mv a {
        padding: 10px 15px;
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .pages_mv {
        display: flex;
        flex-wrap: wrap;
        padding-top: 32px;
        margin-bottom: 48px;
    }

    .pages_grid {
        width: auto;
        height: auto;
        order: 1;
    }

    .pages_mv h1 {
        font-size: 25px;
        line-height: 38px;
    }

    .pages_mv p {
        margin: 24px 0px 10px;
        font-size: 14px;
    }

    .pages_mv img.mv_sep {
        display: none;
    }

    .pages_mv .mv_bg {
        flex-basis: 100%;
        order: 2;
        width: 100%;
        position: relative;
    }

    .pages_cont {
        z-index: 1;
        width: auto;
        padding-left: 5px;
        padding-right: 15px;
        padding-bottom: 20px;
    }

    .cont_full_width {
        margin-left: 10px;
        margin-right: 10px;
    }

    .cont_full_width .col1 {
        flex-basis: 100%;
    }

    .cont_full_width .col2 {
        flex-basis: 100%;
    }
}


@media(min-width:769px) and (max-width:1350px) {
    .main-navigation li {
        padding: 10px 25px;
    }
}

@media(min-width:769px) and (max-width:1280px) {
    .main-navigation a {
        font-size: 15px;
    }
}

@media(min-width:769px) and (max-width:1060px) {
    .main-navigation li {
        padding: 10px 20px;
    }

    .main-navigation a {
        font-size: 14px;
    }
}

@media(max-width:600px) {
    .home-endfoot {
        background-image: url(/wp-content/uploads/2022/03/electrical.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media(max-width:768px) {
    .home-snip p.title {
        font-size: 26px;
    }

    .wpcf7-form-control.g-recaptcha>div {
        width: auto !important;
    }
}

@media(min-width:1400px) and (max-width:1500px) {
    .pages_mv img.mv_sep {
        right: 44%;
    }
}

@media(min-width:2230px) {
    .pages_mv img.mv_sep {
        right: 48%;
    }
}





main.blogs .cont_full_width {
    margin-top: 68px;
}

.blog_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 68px;
}

.blog_grid .blog_grid_img {
    flex-basis: 30%;
}

.blog_grid .blog_grid_txt {
    flex-basis: 67%;
}

.blog_grid .blog_grid_img img {
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0px;
}

.blog_grid .blog_grid_txt span {
    font-size: 14px;
    color: #5a5a5a;
}

.blog_grid .blog_grid_txt h3 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin: 15px 0px 20px;
}

.blog_grid .blog_grid_txt h3 a {
    text-decoration: none;
    color: #000;
}

.blog_grid .blog_grid_txt p {
    color: #5a5a5a;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 22px;
}

.blog_grid .blog_grid_txt .blog_url {
    color: #0089d3;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .48px;
    text-decoration: none;
    display: inline-block;
    background: #232122;
    color: #fff;
    padding: 12px 40px;
    border-radius: 10px;
}

.blog_grid .blog_grid_txt .blog_url:hover {
    background: #e71e26;
}

@media(min-width:768px) and (max-width:1000px) {
    .blog_grid {
        margin-bottom: 45px;
    }

    .blog_grid .blog_grid_img {
        flex-basis: 100%;
    }

    .blog_grid .blog_grid_txt {
        flex-basis: 100%;
        margin-top: 16px;
    }

    .blog_grid .blog_grid_img img {
        height: 250px;
    }

    .blog_grid .blog_grid_txt h3 {
        font-size: 24px;
    }
}

@media(max-width:767px) {
    .blog_grid {
        margin-bottom: 45px;
    }

    .blog_grid .blog_grid_img {
        flex-basis: 100%;
    }

    .blog_grid .blog_grid_txt {
        flex-basis: 100%;
    }

    .blog_grid .blog_grid_img img {
        height: 240px;
    }

    .blog_grid .blog_grid_txt span {
        margin-top: 10px;
        display: block;
    }

    .blog_grid .blog_grid_txt h3 {
        font-size: 22px;
        line-height: 32px;
        margin-top: 5px;
    }

    .blog_grid .blog_grid_txt p {
        font-size: 14px;
        line-height: 22px;
    }

    .blog_grid .blog_grid_txt .blog_url {
        display: block;
        text-align: center;
    }
}


.blogs_mv {
    background: url(assets/blogs-banner-single.jpg) no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 350px;
    width: 100%;
}

.blogs_mv h1 {
    text-shadow: 1px 1px #fff;
    color: #fff;
}

@media(min-width:768px) and (max-width:990px) {
    .blogs_mv {
        margin-top: 100px;
    }

    .cont_blogs {
        margin-top: 60px;
    }

    .blogs_mv h1 {
        text-align: center;
        padding: 0px 40px;
    }
}

@media(max-width:767px) {
    .blogs_mv {
        height: 250px;
    }

    .blogs_mv h1 {
        text-align: center;
        padding: 0px 40px;
    }
}

.sideCont .form-book-banner {
    width: auto;
}


.sideCont .col2_services {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.sideCont .col2_services {
    top: 180px;
}

.sideCont .col2_form .form-book-banner {
    width: auto;
    padding: 0px 0px 0px;
    margin-top: 48px;
    background: #a6a6a6;
}

.sideCont .col2_form .form-book-banner .closebtn {
    display: none;
}

.sideCont .col2_form .form-book-banner .col-md-6 {
    width: 100%;
}

.sideCont .col2_form .form-subtext-banner {
    font-size: 13px;
    color: #fff;
}

.sideCont .col2_form .form-title-banner {
    font-size: 22px;
    color: #fff;
}

.sideCont .col2_form .form-book-banner input {
    padding: 4px 12px;
    height: 45px;
}

.sideCont .col2_form .form-book-banner select {
    padding: 4px 12px;
}

.sideCont .col2_form .form-book-banner .wpcf7-spinner {
    display: none;
}

.sideCont .col2_services {
    /* background: #dbe2e9; */
    background: #ebeff3;
    border-radius: 22px;
    padding: 20px;
    margin-top: 45px;
}

.sideCont .col2_services h3 {
    font-size: 25px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid #888B8D;
    color: #5d7b97;
    font-weight: 500;
}

.sideCont .col2_services ul {
    margin: 0px;
    padding: 0px;
}

.sideCont .col2_services ul li {
    margin: 10px 0px 10px 16px;
    list-style: none;
}

.sideCont .col2_services ul li a {
    /* color:#000; */
    color: #5d7b97;
    text-decoration: none;
}

.sideCont .col2_services ul li a:hover {
    color: #e71e26;
    padding-left: 10px;
    border-left: 3px solid #5d7b97;
}

/* @media(max-width:767px) {
    
} */

.navigation.post-navigation {
    display: none;
}

.bottom-banner.bnr_blogs {
    margin-bottom: 0px;
}

.bottom-banner.bnr_blogs p {
    width: 270px;
    font-size: 25px;
    line-height: 33px;
}

.bottom-banner.bnr_blogs img.banner-icon {
    max-height: 80px;
}

@media(min-width:768px) and (max-width:1280px) {

    .bottom-banner.bnr_blogs img.banner-icon {

        max-height: 70px !important;
    }

    .bottom-banner.bnr_blogs p {
        font-size: 18px;
        line-height: 26px;
        width: 190px;
    }
}

@media(max-width:767px) {
    .bottom-banner.bnr_blogs p {
        font-size: 18px;
        line-height: 28px;
    }

    .bottom-banner.bnr_blogs img.banner-icon {
        max-height: 67px;
    }
}

.cont_blogs ol {
    padding-left: 0px;
    margin-left: 40px;
}

.cont_blogs ol li ul {
    margin-left: 0px;
    padding-left: 26px;
}




.cont_blogs .contText_txt ul {
    padding-left: 0px;
    margin-left: 0px;
}

.cont_blogs .contText_txt ul li {
    list-style: none;
    background: url(assets/icons/list_chk.svg) no-repeat;
    background-position: left 8px;
    background-size: 25px auto;
    padding: 8px 0px 8px 35px;
}



.txtPrivacy_cont ul {
    padding-left: 0px;
    margin-left: 0px;
}

.txtPrivacy_cont ul li {
    list-style: none;
    background: url(assets/icons/list_chk.svg) no-repeat;
    background-position: left 8px;
    background-size: 25px auto;
    padding: 8px 0px 8px 35px;
}


.upper-footer .order-lg-3 {
    padding-left: 50px;
}

@media(min-width:769px) and (max-width:1100px) {
    .upper-footer .order-lg-3 {
        padding-left: 30px;
    }
}

@media(min-width:769px) and (max-width:991px) {
    .upper-footer .order-lg-3 {
        padding-left: 15px;
    }
}





.page_loc {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.page_loc .col_areas {
    flex-basis: 24%;
    border-radius: 10px;
    transition: background 0.5s;
    background: #e41e25;
    border: #e41e25;
    margin-bottom: 20px;
}

.page_loc .col_areas.areas_na {
    opacity: 0;
}

.page_loc .col_areas a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    padding: 20px 10px;
}

.page_loc .col_areas:hover {
    border: 1px solid #fff;
    background: #fff;
}

.page_loc .col_areas:hover a {
    color: #000;
}

@media(min-width:768px) and (max-width:1370px) {
    .page_loc {
        width: auto;
    }

    .page_loc .col_areas a {
        font-size: 15px;
        padding: 20px 10px;
    }
}

@media(min-width:768px) and (max-width:1300px) {
    .page_loc .col_areas {
        flex-basis: 24.2%;
        height: 63px;
        display: flex;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .page_loc .col_areas a {
        padding: 0px 10px;
    }
}

@media(min-width:768px) and (max-width:900px) {
    .page_loc .col_areas a {
        font-size: 13.5px;
    }
}

@media(min-width:576px) and (max-width:768px) {
    .container.page_container_location {
        max-width: 95%;
    }
}

@media(max-width:767px) {
    .page_loc {
        width: auto;
    }

    .page_loc .col_areas {
        flex-basis: 48%;
        margin-bottom: 12px;
    }

    .page_loc .col_areas.areas_na {
        display: none;
    }

    .page_loc .col_areas a {
        font-size: 14px;
        padding: 12px 15px;
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .form-book input[type="text"], .form-book textarea, .form-book select {
        padding: 6px 15px;
    }
}

@media(min-width:768px) {
    p.title-black.mv_txt_serv {
        font-size: 42px;
    }

    #mySidepanel .form-book input[type="text"] {
        padding: 10px 15px;
    }

    #mySidepanel .form-book select {
        padding: 10px 15px;
    }

    .sidepanel {
        padding-top: 10px;
    }
}

@media(max-width:767px) {
    header#masthead {
        position: fixed;
        z-index: 100;
        background: #fff;
        overflow: hidden;
        height: auto;
        top: 0px;
    }

    .nav-head {
        height: auto;
    }

    body {
        padding-top: 320px;
    }


    header.site-header.fixed ul.row.head-list {
        display: none;
    }

    header.site-header.fixed .nav_sp {
        display: none;
    }

    header.site-header.fixed .mobile-nav {
        display: none;
    }

    body.fixed {
        padding-top: 140px;
    }
}



/*============================
THANK YOU PAGE
============================*/
.inquiry_conf {
    background: #f8f8f8;
    padding: 60px 0px 68px;
}

@media(max-width: 768px) {
    .inquiry_conf {
        padding: 32px 0px 58px
    }
}

.inquiry_conf .inquiry_conf_grid {
    width: 767px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .0901960784);
    border-radius: 5px;
    padding: 20px 30px 30px
}

@media(max-width: 768px) {
    .inquiry_conf .inquiry_conf_grid {
        width: auto;
        margin-left: 70px;
        margin-right: 70px;
        padding: 10px 20px 35px
    }
}

@media(max-width: 500px) {
    .inquiry_conf .inquiry_conf_grid {
        margin-left: 35px;
        margin-right: 35px
    }
}

.inquiry_conf .inquiry_conf_grid img {
    width: 150px;
    margin: 0 auto
}

@media(max-width: 768px) {
    .inquiry_conf br.br_pc {
        display: none
    }
}

.inquiry_conf h1 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    color: #4a5e79;
    font-weight: 700;
    line-height: 35px;
    margin-top: 27px;
}

@media(max-width: 768px) {
    .inquiry_conf h1 {
        font-size: 22px;
        line-height: 26px;
        margin-top: 21px
    }
}

.inquiry_conf p {
    font-size: 16px
}

@media(max-width: 500px) {
    .inquiry_conf p {
        font-size: 14px;
        margin: 35px 0px 10px
    }
}

@media(max-width: 374px) {
    .inquiry_conf p br {
        display: none
    }
}

@media(max-width: 768px) {
    .inquiry_conf img {
        width: 79px;
        height: auto
    }
}

.inquiry_conf a.btnHome {
    border-radius: 15px;
    padding: 12px 30px;
    margin: 30px 0px 0px;
    color: #fff;
    display: inline-block;
    background: #E71E26;
    border: 1px solid #E71E26;
    box-shadow: 0px 5px 0px #a71218;
}