/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"); /*-------------------------------------------------------------- # General --------------------------------------------------------------*/
body {
    font-family: "Roboto", sans-serif;
    color: #000000;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.66;
    background: #f7f7f7;
}
a {
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    font-weight: 500;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
p {
    font-size: 16px;
    color: #000;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 0;
    font-size: 0;
    border: 0;
    background-color: #fff;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}
.slick-arrow.slick-prev {
    left: 0;
}
.slick-arrow.slick-prev:before {
    content: "\f104";
    font-size: 20px;
    color: #1c1e1f;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.slick-arrow.slick-next {
    right: 0;
}
.slick-arrow.slick-next:before {
    content: "\f105";
    font-size: 20px;
    color: #1c1e1f;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.slick-arrow.slick-disabled {
    opacity: 0.2;
}
.slick-slide {
    padding: 0 15px;
}
.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 10px;
    height: 10px;
    line-height: 0;
    border: none;
    background-color: #1c1e1f;
    transition: all ease 0.4s;
    position: relative;
}
.slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 2px solid #1c1e1f;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}
ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
ul.slick-dots li {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
}
.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1200px;
} 
.top-bar {
	display: none;
	grid-template-columns: 1fr 1fr;
	text-align: center;
}
.top-bar a {
    background: #c2f15a;
    color: #056a4c;
    padding: 10px 0px;
    text-decoration: none;
    font-weight: 600;
}

.top-bar a+a {
    color: #ffffff;
    background-color: #000;
}
.map-outer{
    background: #fff;
    box-shadow: 0 0 9px #b2b2b233;
    padding: 15px;
    height: 100%;
}

/*-------------------------------------------------------------- # Sections & Section Header --------------------------------------------------------------*/
section {
    padding: 70px 0;
    overflow: hidden;
}
.btn_bx {
    margin-top: 50px;
    text-align: center;
}
.section-title h2 {
    position: relative;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 40px;
    letter-spacing: -0.5px;
    line-height: 1.2;
    font-weight: 900;
}
.section-title p {
    margin: 0 auto 0 auto;
}
.common-btn {
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 14px 29px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #000000;
    transition: all 50ms ease;
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    align-items: center;
    z-index: 1;
    outline: 0;
    cursor: pointer;
    display: inline-flex;
    gap: 5px;
    justify-content: center;
    border-radius: 7px;
    background: #c2f15a;
}
.common-btn:hover {
    color: #000000;
}
.green-btn {
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 14px 29px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #ffffff;
    transition: all 50ms ease;
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    align-items: center;
    z-index: 1;
    outline: 0;
    cursor: pointer;
    display: inline-flex;
    gap: 5px;
    justify-content: center;
    border-radius: 7px;
    background: #066b4c;
}
.green-btn:hover {
    color: #fff;
}
.border-common-btn {
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 14px 29px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    transition: all 50ms ease;
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    align-items: center;
    z-index: 1;
    outline: 0;
    cursor: pointer;
    display: inline-flex;
    gap: 5px;
    justify-content: center;
    border-radius: 100px;
}
.border-common-btn:before {
    position: absolute;
    inset: 0;
    content: "";
    z-index: -1;
    border-radius: 100px;
    filter: blur(15px) saturate(200%);
    opacity: 0;
    transition: all 0.15s ease;
}
.border-common-btn:hover:before {
    opacity: 0.5;
}
.border-common-btn,
.border-common-btn:before {
    border: 2px solid #fff;
    background: transparent;
    animation: ani3 15s ease infinite;
}
@keyframes ani3 {
    0% {
        border-color: #ec3258;
    }
    20% {
        border-color: #ec3258;
    }
    40% {
        border-color: #ec3258;
    }
    60% {
        border-color: #008cff;
    }
    80% {
        border-color: #008cff;
    }
    to {
        border-color: #ec3258;
    }
}
.black-border-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: transparent;
    color: #000000;
    padding: 8px 18px;
    outline: none;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
}
.black-border-btn::after {
    content: "";
    position: absolute;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    width: 0;
    height: 120%;
    left: -10%;
    bottom: -10%;
    background: #000;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
}
.black-border-btn span {
    position: relative;
    z-index: 1;
}
.black-border-btn:hover::after {
    width: 120%;
}
.black-border-btn:hover {
    color: #fff;
    border-color: #000000;
}
.white-border-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background-color: transparent;
    color: #ffffff;
    padding: 8px 18px;
    outline: none;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
}
.white-border-btn::after {
    content: "";
    position: absolute;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    width: 0;
    height: 120%;
    left: -10%;
    bottom: -10%;
    background: #000;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
}
.white-border-btn span {
    position: relative;
    z-index: 1;
}
.white-border-btn:hover::after {
    width: 120%;
}
.white-border-btn:hover {
    color: #fff;
    border-color: #000;
}
.black-btn {
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #000000;
    color: #ffffff;
    padding: 8px 18px;
    outline: none;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}
.black-btn::after {
    content: "";
    position: absolute;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    width: 0;
    height: 120%;
    left: -10%;
    bottom: -10%;
    background: #1c1e1f;
    background: linear-gradient(90deg, rgba(41, 145, 75, 1) 0%, rgba(90, 168, 37, 1) 100%);
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
}
.black-btn span {
    position: relative;
    z-index: 1;
}
.black-btn:hover::after {
    width: 120%;
}
.black-btn:hover {
    color: #fff;
    border-color: #2f9447;
}



 /*-------------------------------------------------------------- # call-buton Css --------------------------------------------------------------*/
.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    background: #147457;
    width: 4rem;
    height: 4rem;
    padding: 0rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	    justify-content: center;
    text-decoration: none;
}
.iti__arrow {
    border-top: var(--iti-arrow-height) solid #ffffff !important;
}
.call-buton .cc-calto-action-ripple img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    max-width: 30px;
    filter: invert(1);
}
.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow:
            0 4px 10px rgba(20, 116, 87, 0.2),
            0 0 0 0 rgba(20, 116, 87, 0.2),
            0 0 0 5px rgba(20, 116, 87, 0.2),
            0 0 0 10px rgba(20, 116, 87, 0.2);
        box-shadow:
            0 4px 10px rgba(20, 116, 87, 0.2),
            0 0 0 0 rgba(20, 116, 87, 0.2),
            0 0 0 5px rgba(20, 116, 87, 0.2),
            0 0 0 10px rgba(20, 116, 87, 0.2);
    }
    100% {
        -webkit-box-shadow:
            0 4px 10px rgba(20, 116, 87, 0.2),
            0 0 0 5px rgba(20, 116, 87, 0.2),
            0 0 0 10px rgba(20, 116, 87, 0.2),
            0 0 0 20px rgba(20, 116, 87, 0);
        box-shadow:
            0 4px 10px rgba(236, 24, 24, 0.2),
            0 0 0 5px rgba(20, 116, 87, 0.2),
            0 0 0 10px rgba(20, 116, 87, 0.2),
            0 0 0 20px rgba(20, 116, 87, 0);
    }
}
@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow:
            0 4px 10px rgba(20, 116, 87, 0.2),
            0 0 0 0 rgba(20, 116, 87, 0.2),
            0 0 0 5px rgba(20, 116, 87, 0.2),
            0 0 0 10px rgba(20, 116, 87, 0.2);
        box-shadow:
            0 4px 10px rgba(20, 116, 87, 0.2),
            0 0 0 0 rgba(20, 116, 87, 0.2),
            0 0 0 5px rgba(20, 116, 87, 0.2),
            0 0 0 10px rgba(20, 116, 87, 0.2);
    }
    100% {
        -webkit-box-shadow:
            0 4px 10px rgba(20, 116, 87, 0.2),
            0 0 0 5px rgba(20, 116, 87, 0.2),
            0 0 0 10px rgba(20, 116, 87, 0.2),
            0 0 0 20px rgba(20, 116, 87, 0);
        box-shadow:
            0 4px 10px rgba(20, 116, 87, 0.2),
            0 0 0 5px rgba(20, 116, 87, 0.2),
            0 0 0 10px rgba(20, 116, 87, 0.2),
            0 0 0 20px rgba(20, 116, 87, 0);
    }
}
span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
} /*-------------------------------------------------------------- # header top css --------------------------------------------------------------*/
.header-top {
    background-color: #e4f1ff;
    padding: 17px 0 12px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.5s;
}
.header.sticky .header-top {
    margin-top: -53px;
}
.header.sticky {
    background: #056b4d;
}
.header-top-col ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-top-col ul li:not(:last-child) {
    position: relative;
    margin-right: 35px;
    z-index: 1;
}
.header-top-col ul li a {
    position: relative;
    text-decoration: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
    background: linear-gradient(#000000, #000000);
    background-size: 0 2px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition:
        background-size 0.35s,
        color 0.3s;
    transition:
        background-size 0.35s,
        color 0.3s;
    z-index: 2;
    color: #000000;
}
.header-top-col ul li a:hover {
    color: #000000;
    background-size: 100% 2px;
    background-position: 0 100%;
}
.logo-bx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
}
.header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0;
    border-radius: 7px;
} /* Basic dropdown container */
.header-top-col .dropdown {
    position: relative;
    list-style: none;
} /* The clickable area */
.header-top-col .dropdown-toggle {
    display: flex;
    align-items: center;
    color: #000000;
    text-decoration: none;
}
.header-top-col .dropdown li {
    margin-right: 0 !important;
} /* Dropdown menu hidden by default */
.header-top-col .dropdown-menu {
    display: none;
    border: none;
    padding: 0;
    z-index: 10;
    position: absolute;
    background: #fff;
    right: 0;
    top: 100%;
    -webkit-box-shadow: 0 8px 10px rgba(190, 190, 190, 0.341);
    box-shadow: 0 8px 10px rgba(190, 190, 190, 0.341);
    border-radius: 10px;
    font-size: 16px;
    min-width: 166px;
    font-weight: 500;
    text-align: center;
    -webkit-transition:
        opacity 0.3s,
        -webkit-transform 0.3s;
    transition:
        opacity 0.3s,
        -webkit-transform 0.3s;
    transition:
        opacity 0.3s,
        transform 0.3s;
    transition:
        opacity 0.3s,
        transform 0.3s,
        -webkit-transform 0.3s;
    max-height: 200px !important;
    overflow-y: scroll;
}
.header-top-col .dropdown span.header-top-link-icon i.fa-globe {
    color: #da3545;
    margin-right: 5px;
} /* Menu links */
.header-top-col .dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    color: #2b2b2b;
    text-decoration: none;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #cccccc73;
}
.header-top-col .dropdown-menu li a:hover {
    background-color: #ccdef2;
    color: #2b2b2b;
}
.header-top-col .dropdown-menu li a:hover:after {
    background-size: 0;
} /* Show dropdown on hover */
.header-top-col .dropdown:hover .dropdown-menu {
    display: block;
}
.header-top-col .dropdown-toggle::after {
    display: none;
}
.header-btn {
    display: flex;
    align-items: center;
    gap: 30px;
}
a.lang-btn i {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
} /*-------------------------------------------------------------- # Header --------------------------------------------------------------*/
.top_head {
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-address {
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-address p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.top-address a {
    color: #fff;
}
.top-address a i {
    padding-right: 5px;
    color: #ffffff;
}
.top-contact ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-contact ul li a {
    background: transparent;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.top-contact ul li a:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}
.top-head-sec {
    padding: 7px 0 7px 0;
    background: #1c1e1f;
    background: linear-gradient(90deg, rgba(41, 145, 75, 1) 0%, rgba(90, 168, 37, 1) 100%);
    transition: all 0.5s;
}
.header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.header {
    z-index: 997;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    background: #224e3594;
    padding: 0;
}
.bottom-head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
a.logo img {
    max-width: 200px;
    transition: all 0.5s;
}
.header.sticky a.logo img {
    max-width: 150px;
    transition: all 0.5s;
}
.header.sticky .logo-bx {
    top: 50%;
}
.right-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0px;
    gap: 30px;
}
.right-btn a.common-btn {
    margin-right: 0;
    font-weight: 500;
    text-transform: capitalize;
    white-space: nowrap;
    font-size: 14px;
    transition: all 0.1s ease;
    padding: 12px 15px;
    text-decoration: none;
    color: #000000;
    position: relative;
    background: #c2f15a;
}
.header-bottom {
    position: relative;
}
.header-phone a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
    font-size: 14px;
    transition: all 0.1s ease;
    text-decoration: none;
    color: #c2f15a;
    position: relative;
    margin-left: 30px;
}
.header-phone a img {
    margin-right: 7px;
    max-width: 25px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(56%) saturate(2145%) hue-rotate(26deg) brightness(112%) contrast(91%);
}
.header-phone a:hover {
    background-size: 0 2px;
    background-position: 100% 94%;
}
.header-refer a {
    color: #000000;
    font-weight: 600;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
    background: linear-gradient(#000000, #000000);
    background-size: 100% 2px;
    background-position: 0 94%;
    background-repeat: no-repeat;
    -webkit-transition:
        background-size 0.35s,
        color 0.3s;
    transition:
        background-size 0.35s,
        color 0.3s;
}
.header-refer a:hover {
    background-size: 0 2px;
    background-position: 100% 94%;
} /*-------------------------------------------------------------- # Desktop Navigation --------------------------------------------------------------*/
@media (min-width: 1024px) {
    .navbar {
        padding: 0;
        margin: 0;
        position: inherit;
    }
    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        gap: 30px;
    }
    .navbar li {
        position: inherit;
    }
    .navbar > ul > li {
        white-space: nowrap;
        padding: 0;
    }
    .navbar a.nav-item,
    .navbar a.nav-item:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 5px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px;
        white-space: nowrap;
        font-size: 14px;
        transition: all 0.1s ease;
        text-decoration: none;
        color: #ffffff;
        position: relative;
    }
    .navbar > ul > li > a.nav-item:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: #c2f15a;
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }
    .navbar a.nav-item:hover:before,
    .navbar li:hover > a.nav-item:before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }
    .navbar a.nav-item:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a.nav-item {
        color: #c2f15a;
    }
    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }
    .navbar .dropdown ul li {
        min-width: 200px;
    }
    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--color-default);
        font-weight: 400;
    }
    .navbar .dropdown ul a i {
        font-size: 12px;
    }
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover > a {
        color: var(--color-primary);
    }
    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }
    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
} /*-------------------------------------------------------------- # Sidebar Css --------------------------------------------------------------*/
.nav-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
}
.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 450px;
    padding: 50px 50px;
    height: 100%;
    display: block;
    background-color: white;
    backdrop-filter: blur(7px);
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}
.side-bar .inner {
    padding: 40px 20px 0 0;
}
@media (max-width: 991px) {
    .side-bar .inner {
        padding: 40px 0 0 0;
    }
}
.side-bar .inner-main-wrapper-desk .thumbnail {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.side_bar_menu ul li a {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
}
.side_bar_menu ul li a:hover {
    color: #000000;
}
.side_bar_menu ul li {
    margin-bottom: 25px;
}
.side_bar_location h4 {
    font-weight: 600;
    color: #000000;
    font-size: 30px;
    text-transform: capitalize;
    margin: 25px 0;
}
.side-bar .inner-main-wrapper-desk .thumbnail img {
    width: 150px;
    margin-left: 0;
}
.side-bar .inner-main-wrapper-desk .banner-shape-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
    opacity: 1;
    transition-delay: 0.7s;
}
.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
    height: 10px;
    width: 10px;
    line-height: 10px;
    transform: rotate(45deg);
    margin: 0 6px;
    background: var(--color-primary);
    display: block;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li {
    list-style: none;
    margin: 0 5px;
    color: #fff;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a {
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.side-bar.header-one {
    background-color: #ffffff;
}
.side-bar button:hover {
    background-color: #000000;
    border-color: #000000;
}
.side-bar.show {
    right: 0;
    overflow-y: auto;
}
.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    padding: 6px;
    border: 1px solid #000000;
}
.side-bar button i {
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
#side_bar_overlay.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}
#side_bar_overlay {
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}
.burger-icon {
    width: 30px;
    cursor: pointer;
}
.burger-icon span {
    display: block;
    height: 2px;
    margin: 5px 0;
    transition:
        background-color 0.3s ease-in,
        opacity 0.3s ease-in,
        transform 0.3s ease-in;
    width: 83.33333333%;
    background: #000000;
    transition: all 400ms ease-in-out;
    margin-inline: auto;
} /* .burger-icon span:nth-child(1) { } */ /* .burger-icon span:nth-child(2) { width: 100%; } */ /* .burger-icon span:nth-child(3) { width: 58.33333333%; } */ /* .burger-icon span:nth-child(1) { -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms; animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms; } .burger-icon span:nth-child(2) { width: 100%; -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms; animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms; } .burger-icon span:nth-child(3) { width: 58.33333333%; transition: all 100ms ease-in-out; -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms; animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms; } */
@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}
@keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}
.side_bar_cn {
    margin-bottom: 25px;
}
.side_bar_address {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #00000030;
}
.side_bar_address h3 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #000000;
}
.side_bar_address a {
    color: #000000;
}
.side_bar_address p {
    margin: 0;
}
mark {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(-45deg, #00ef86, #008cff, #ec3258, #fcda00);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@keyframes gradient {
    0% {
        background-position: 0 50%;
    }
    20% {
        background-position: 20% 50%;
    }
    40% {
        background-position: 40% 50%;
    }
    60% {
        background-position: 60% 50%;
    }
    80% {
        background-position: 80% 50%;
    }
    to {
        background-position: 0 50%;
    }
} /*-------------------------------------------------------------- # Banner css --------------------------------------------------------------*/
.sub-title {
    background-color: #ffffff1a;
    padding: 4px 16px 4px 35px;
    border-radius: 100px 100px 100px 100px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.sub-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    bottom: 0;
    transform: translateY(-50%);
    background-color: #c2f15a;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.sub-title-2 {
    background-color: #fff;
    padding: 4px 16px 4px 35px;
    border-radius: 100px 100px 100px 100px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    color: #066b4d;
    font-weight: 600;
    font-size: 16px;
}
.sub-title-2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    bottom: 0;
    transform: translateY(-50%);
    background-color: #c2f15a;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.sub-title-3 {
    background-color: #066b4c0d;
    padding: 4px 16px 4px 35px;
    border-radius: 100px 100px 100px 100px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    color: #066b4d;
    font-weight: 600;
    font-size: 16px;
}
.sub-title-3:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    bottom: 0;
    transform: translateY(-50%);
    background-color: #c2f15a;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.banner-bottom-text {
    position: absolute;
    bottom: 0;
}
.banner-bottom-text p a {
    color: #1c1e1f;
}
.banner-outer {
    position: relative;
    background-image: url("../../assets/images/ban-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 0px 0;
}
.banner-inner-container {
    max-width: 100%;
    margin-inline: auto;
    text-align: center;
    width: 100%;
}
.banner-image-1 {
    position: absolute;
    top: 20%;
    left: 8%;
    width: 150px;
    transform: rotate(128deg);
    opacity: 0.2;
}
.banner-image-2 {
    position: absolute;
    top: 20%;
    right: 8%;
    width: 150px;
    transform: rotate(228deg);
    opacity: 0.2;
}
.ban-image-bx img {
    border-radius: 15px 15px 0 0;
    height: 350px;
    width: 100%;
    object-fit: cover;
    display: inline-block;
}
.ban-image-bx.ban-sm-img img {
    height: 250px;
}
.ban-image-slide div {
    height: 350px;
}
.ban-image-bx {
    display: flex !important;
    align-items: flex-end;
    justify-content: flex-end;
    height: 350px;
}
.ban-image-slide {
    margin-top: 50px;
}
.hero-content {
    max-width: 850px;
    margin: 0 auto;
}
.hero-content h1 {
    color: #ffffff;
    margin-bottom: 20px;
    padding-left: 0;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: -2px;
    font-size: 3.5rem;
    line-height: 1;
}
.hero-content p {
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
    color: #fff;
}
.hero-list-wrap {
    margin-top: 40px;
}
.hero-btn-wrap {
    margin-top: 0;
    display: flex;
    gap: 20px;
    justify-content: center;
}
.banner-main {
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
    padding: 15px;
}
.hero-list-wrap ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
}
.hero-list-wrap ul li {
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}
.hero-list-wrap ul li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
}
.ban-ic-bx {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 10px 10px hsl(0deg 0% 0% / 25%);
    max-width: 160px;
    text-align: center;
    position: absolute;
    width: 100%;
}
.hero-ic-cn h3 {
    font-size: 16px;
    margin-top: 15px;
}
.hero-ic-cn p {
    margin: 0;
    font-size: 12px;
    display: none;
}
.hero-slide-bx {
    position: relative;
}
.hero-bx-ic img {
    margin-inline: auto;
    max-height: 64px;
} /*-------------------------------------------------------------- about Section css --------------------------------------------------------------*/
.about-section {
    background: #f7f7f7;
}
.about-images {
    min-height: 420px;
    position: relative;
    text-align: center;
}
.about-tag {
    background: #e8f7e8;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}
.about-title {
    font-size: 40px;
    font-weight: 700;
    color: #1d4b3a;
}
.about-cn a.green-btn {
    margin-top: 50px;
}
.about-images {
    min-height: 420px;
}
.big-img {
    width: 350px;
    height: 500px;
    object-fit: cover;
    border-radius: 200px;
}
.small-img {
    position: absolute;
    bottom: 40px;
    left: 250px;
    width: 220px;
    height: 280px;
    object-fit: cover;
    border-radius: 150px;
    border: 8px solid #fff;
}
.about-list {
    list-style: none;
    padding: 0;
}
.about-list li {
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative;
    font-weight: 600;
}
.about-list li::before {
    content: "✔";
    color: #66bb6a;
    position: absolute;
    left: 0;
}
.experience-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.experience-box h3 {
    font-size: 45px;
    font-weight: 700;
    color: #1d4b3a;
}
.progress {
    height: 8px;
    background: #e9ecef;
}
.progress-bar {
    background: #c2f15a;
} /*-------------------------------------------------------------- services Section css --------------------------------------------------------------*/
.services-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    margin: 15px;
    border-radius: 15px;
}
.services-head {
    display: grid;
    grid-template-columns: 80% 20%;
    align-items: center;
    margin-bottom: 25px;
}
.services-head a.common-btn {
    margin-left: auto;
}
.section-tag {
    background: #eef7ea;
    color: #6fbf3a;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-block;
}
.view-btn {
    background: #b8e65c;
    color: #0f3d2e;
    font-weight: 600;
    padding: 12px 22px;
    border-radius: 10px;
}
.service-card {
    background: #f7f7f7;
    padding: 30px;
    border-radius: 20px;
    transition: 0.3s;
    height: 100%;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.service-header {
    display: flex;
    align-items: center;
    gap: 15px;
}
.service-icon {
    width: 55px;
    height: 55px;
    background: #b8e65c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.service-card h5 {
    font-weight: 600;
    margin: 0;
    color: #0f3d2e;
    text-transform: capitalize;
}
.bg-image {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.service-card p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.8;
}
.service-link {
    text-decoration: none;
    color: #066b4d;
    font-weight: 600;
}
.service-link:hover {
    color: #066b4d;
} /*-------------------------------------------------------------- choose Section css --------------------------------------------------------------*/
.why-section {
    background: #f7f7f7;
}
.why-cn .btn-bx {
    margin-top: 25px;
}
.why-images {
    text-align: center;
}
.main-img {
    border-radius: 20px;
    max-width: 380px;
}
.small-img {
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 230px;
    border-radius: 20px;
    border: 6px solid #fff;
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.feature-icon {
    width: 55px;
    height: 55px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.why-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.why-list li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.why-images {
    text-align: right;
    position: relative;
}
.why-cn {
    margin-left: 50px;
}
.why-list li::before {
    content: "✔";
    color: #9be13a;
    position: absolute;
    left: 0;
}
.learn-btn {
    background: #b8e65c;
    color: #0e3b2e;
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 600;
}
.author img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.author p {
    margin: 0;
    font-size: 13px;
    color: #777;
} /*-------------------------------------------------------------- # testimonials --------------------------------------------------------------*/
.testimonials-slider {
    max-width: 780px;
    margin-inline: auto;
}
.testimonial-section-inner .testimonial-card {
    background: #075f46;
}
.testimonials-bx p {
    font-size: 16px;
    text-align: center;
}
.testimonials-head {
    max-width: 635px;
    margin-inline: auto;
}
.testimonials-bx h4 {
    font-size: 22px;
    text-align: center;
} /*-------------------------------------------------------------- # own --------------------------------------------------------------*/
.own-sec {
    background: #1c1e1f;
}
.own-sec h3 {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.1;
}
.own-sec p {
    margin-bottom: 20px;
    font-size: 16px;
}
.own-head .btn-bx {
    display: flex;
    gap: 15px;
} /*-------------------------------------------------------------- # earnings --------------------------------------------------------------*/
.earnings-head {
    padding-left: 15%;
}
.earnings-head p {
    margin-bottom: 20px;
    font-size: 16px;
}
.earnings-head ul {
    margin-bottom: 20px;
}
.earnings-head ul li {
    color: #a1a1a1;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
}
.earnings-head ul li:before {
    content: "";
    color: #a1a1a1;
    font-size: 16px;
    line-height: 1.5;
    position: absolute;
    width: 9px;
    height: 9px;
    background: #a1a1a1;
    left: 0;
    top: 5px;
    border-radius: 100px;
}
.earnings-head .btn-bx {
    display: flex;
    gap: 15px;
} /*-------------------------------------------------------------- # reach --------------------------------------------------------------*/
.reach-sec {
    background: #1c1e1f;
}
.reach-head {
    padding-right: 15%;
}
.reach-head p {
    margin-bottom: 20px;
    font-size: 16px;
}
.reach-head ul {
    margin-bottom: 20px;
}
.reach-head ul li {
    color: #a1a1a1;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
}
.reach-head ul li:before {
    content: "";
    color: #a1a1a1;
    font-size: 16px;
    line-height: 1.5;
    position: absolute;
    width: 9px;
    height: 9px;
    background: #a1a1a1;
    left: 0;
    top: 5px;
    border-radius: 100px;
}
.reach-head .btn-bx {
    display: flex;
    gap: 15px;
} /*-------------------------------------------------------------- # safety --------------------------------------------------------------*/
.safety-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    margin: 0 15px;
    border-radius: 15px;
}
.section-tag {
    background: #eaf7e6;
    padding: 6px 14px;
    border-radius: 20px;
    color: #6dbb3a;
    font-size: 14px;
}
.section-title {
    font-size: 44px;
    font-weight: 700;
    color: #0e3b2e;
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}
.feature-icon {
    width: 55px;
    height: 55px;
    background: #b8e65c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex: 0 0 55px;
}
.pest-box {
    background: #f1f1f1;
    padding: 30px 15px;
    border-radius: 20px;
    margin-top: 25px;
}
.pest-box img {
    width: 70px;
    margin-bottom: 10px;
    margin-top: -65px;
    background: #ffffff;
    border-radius: 100px;
    border: 5px solid #ffffff;
}
.support-card {
    background: linear-gradient(0deg, rgba(6, 107, 77, 1) 0%, rgba(17, 17, 17, 0) 100%),
        url("https://highcountrypestcontrol.com.au/wp-content/uploads/2026/04/8802.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 30px 40px;
    color: white;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.support-head-main {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #ffffff59;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.support-img img {
    filter: brightness(0) saturate(100%) invert(97%) sepia(55%) saturate(1037%) hue-rotate(20deg) brightness(95%)
        contrast(90%);
    max-width: 70px;
}
.support-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}
.support-content p {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
}
.support-content ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}
.support-content ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 22px;
}
.support-content ul li:before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #b8e65c;
} /*-------------------------------------------------------------- # process --------------------------------------------------------------*/
.process-section .section-title {
    margin-bottom: 50px;
}
.process-card {
    background: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    position: relative;
    height: 100%;
    transition: 0.3s;
}
.process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #b8e65c;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #0e3b2e;
    border: 5px solid #f7f7f7;
}
.process-icon {
    width: 70px;
    height: 70px;
    background: #b8e65c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 20px auto;
}
.process-card h5 {
    color: #0e3b2e;
    font-weight: 600;
    margin-bottom: 10px;
}
.process-card p {
    color: #666;
    font-size: 15px;
} /*-------------------------------------------------------------- # testimonial --------------------------------------------------------------*/
.testimonial-section {
    background: linear-gradient(135deg, #0a4b3b, #066b4d);
    color: white;
    border-radius: 15px;
    margin: 0 15px;
}
.section-title.text-white h2 {
    color: #fff;
}
.testimonial-card {
    backdrop-filter: blur(1px);
    background: rgb(255 255 255);
    padding: 25px;
}
.testimonial-section .section-title {
    margin-bottom: 50px;
}
.client h6 {
    margin: 0;
    font-weight: 600;
    color: #fff;
}
.testimonial-card {
    background: rgba(255, 255, 255, 0.08);
    padding: 35px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    height: 100%;
    transition: 0.3s;
}
.testimonial-card:hover {
    transform: translateY(-5px);
}
.stars {
    color: #c4f15a;
    font-size: 18px;
    margin-bottom: 20px;
}
.review p{
    color: #d6e3dc;
    font-size: 15px;
    line-height: 1.7;
}
.client {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}
.client h6 {
    margin: 0;
    font-weight: 600;
}
.client span {
    font-size: 13px;
    color: #b7cbc3;
} /*-------------------------------------------------------------- # blog --------------------------------------------------------------*/
.blog-section {
    background: #f5f6f5;
}
.blog-section .section-title {
    margin-bottom: 50px;
}
.blog-tag {
    background: #eaf5ea;
    color: #6ac045;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
}
.blog-title {
    font-size: 42px;
    font-weight: 700;
    color: #0f3c2e;
    margin-top: 15px;
}
.blog-card img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
    height: 250px;
    object-fit: cover;
}
.blog-card h5 {
    font-size: 20px;
    font-weight: 600;
    color: #0f3c2e;
    line-height: 1.5;
    margin-bottom: 15px;
}
.blog-line {
    height: 1px;
    background: #ddd;
    margin: 15px 0;
}
.read-more {
    text-decoration: none;
    color: #066b4d;
    font-weight: 600;
}
.read-more:hover {
    color: #6ac045;
} /*-------------------------------------------------------------- # about page --------------------------------------------------------------*/
.about-hero {
    background: #056b4d;
    color: white;
    padding-top: 170px;
}
.about-hero h1 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}
.about-hero p {
    font-size: 16px;
    max-width: 650px;
    margin: auto;
    color: #fff;
    text-align: center;
}
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
.about-image img {
    width: 100%;
    border-radius: 20px;
}
.about-content p {
    margin-bottom: 15px;
} /* mission */
.mission-section {
    background: #0f513214;
    padding: 70px 0;
}
.mission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}
.mission-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.mission-card h3 {
    color: #0f5132;
    margin-bottom: 10px;
}
.why-card {
    background: #f7f7f7;
    padding: 25px;
    border-radius: 12px;
}
.why-card h4 {
    color: #0f5132;
    margin-bottom: 10px;
} /* cta */
.cta-section {
    background: #0f5132;
    color: white;
    text-align: center;
}
.cta-box p {
    margin-bottom: 25px;
    color: #fff;
}
.cta-btn {
    display: inline-block;
    background: #8edb4c;
    color: #063e2e;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}
.private-policy-cn .section-title :is(h1, h2, h3, h4, h5, h6) {
    color: #000;
    padding: 15px 10px;
    margin: 0 0 25px 0px;
    font-size: 20px !important;
    letter-spacing: 0px;
    text-transform: capitalize;
    background: #056b4d1f;
    border-left: 3px solid #056b4d;
    font-weight: 600;
} /*-------------------------------------------------------------- # gallery --------------------------------------------------------------*/
.gallery-section {
    background: #ffffff;
}
.gallery-section .section-title {
    margin-bottom: 50px;
}
.gallery-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}
.gallery-box {
    overflow: hidden;
    border-radius: 10px;
}
.gallery-box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.4s;
}
.gallery-box:hover img {
    transform: scale(1.1);
} /*-------------------------------------------------------------- # Contact us --------------------------------------------------------------*/
.icon-bx-wraper {
    position: relative;
    padding: 8px;
    transition: all 0.2s;
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    background: #ffffff;
    height: 100%;
    border: 1px solid #eee;
    box-shadow: rgb(201 201 201 / 20%) 0px 8px 24px;
}
.icon-bx-wraper .icon-bx {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #322f2a;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    flex: 0 0 60px;
    background: #c2f15a;
}
.icon-bx-wraper h5 {
    margin-top: 0;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 0;
}
.icon-bx-wraper .icon-bx i {
    font-size: 26px;
    color: #1f1f20;
}
.icon-bx-wraper p {
    color: #000 !important;
    margin: 0;
    text-align: left;
}
.icon-content a {
    color: #1f1f20;
    font-weight: 500;
    font-size: 16px;
}
.contact-form-section {
    position: relative;
    background-attachment: fixed;
    background-image: url(../../assets/images/Frame-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-form-bx .section-title h2 {
    margin: 0px;
    color: #fff;
    font-size: 35px;
    margin-bottom: 22px;
}
.contact-form-bx {
    padding: 30px;
    background: #056b4d;
    border-radius: 0;
    box-shadow: 0 0 8px #857b7b42;
}
.contact-form-bx form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-top: 20px;
}
.contact-form-bx .form-control::placeholder {
    color: #fff;
}
.contact-form-bx .input_field {
    width: calc(50% - 10px);
}
.form-control {
    background: transparent !important;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff !important;
    height: 50px;
    font-size: 16px;
}
p:empty {
    display: none;
}
.textarea_field textarea {
    background: transparent !important;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff !important;
    height: 100px;
    font-size: 16px;
    width: 100%;
}
.textarea_field {
    width: 100%;
}
.textarea_field textarea::placeholder {
    color: #fff !important;
}
.textarea_field textarea {
    background: transparent !important;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff !important;
    height: 100px;
    font-size: 16px;
}
.form-block-btn {
    width: 100%;
    max-width: 100%;
}
.map-block .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.map-block .google-map {
    line-height: 0px;
}
.map-block .google-map iframe {
    height: 400px;
}
.parallax-cn {
    max-width: 550px;
    background: #0f5132;
    padding: 25px;
}
.parallax-cn p {
    color: #fff;
} /*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/
.quote-form {
    background-image: url("https://highcountrypestcontrol.com.au//wp-content/themes/twentytwentyfour-child/assets/images/2148848552.jpg");
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    animation: 30s linear 0s infinite normal none running bg-marquee;
    padding: 200px 0 80px 0px;
}
@keyframes bg-marquee {
    0% {
        background-position: 0;
    }
    100% {
        background-position: -1190px;
    }
}
.limit_box {
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    column-gap: 15px;
    flex-wrap: wrap;
}
.quote-form-bx .section-title {
    margin-bottom: 35px;
}
.form-group {
    margin-bottom: 20px;
}
.quote-form-bx {
    outline: 5px solid #c2f15a9c;
    padding: 35px;
    background: #085943;
    border: 5px solid #c2f15a;
    border-radius: 0px;
}
.quote-form-head .section-title h1 {
    color: #fff;
}
.quote-form-bx .form-control {
    height: 45px;
    color: #fff;
    border-radius: 0;
    appearance: auto;
}
.quote-form-bx .form-control option {
    background: #085943;
}
.quote-form-bx .form-control:focus {
    border-color: #fff;
}
.quote-form-bx .form-control::placeholder {
    color: #fff;
}
.quote-form-bx label {
    color: #fff;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
.quote-form-bx textarea.form-control {
    height: auto;
}
.select-date {
    border: 2px solid #f4d66c !important;
    padding: 15px;
    text-align: center;
    border-radius: 0px;
    color: #fff;
    text-transform: capitalize;
    width: 100%;
    max-width: 95%;
    margin: 20px auto;
} 





.blog-details ul{
	margin:25px 0;
}
.blog-details ul li {
    padding-left: 25px;
    position: relative;
}
.blog-details ul li:before {
    content: '';
    background: #066b4d;
    border: 2px solid #f7f7f7;
    outline: 2px solid #066b4d;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 4px;
    border-radius: 100px;
    top: 6px;
}
.blog-details h4 {
    border-left: 5px solid #066b4d;
    padding: 10px 15px;
    background: #fff;
    font-size: 20px;
}



.mobmenur-container:before {
    content: 'Menu';
    position: relative;
    right: 0;
    color: #056a4c;
    float: right;
}
.mobmenur-container {
    background: #c2f15a;
    padding: 5px 5px;
}

.treat-block {
    padding: 20px;
    margin-bottom: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 4px solid #056b4d;
}

.treat-block h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.treat-block p {
  font-size: 14px;
  margin: 0;
}
/*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/
.footer {
    background: linear-gradient(135deg, #0a4b3b, #066b4d);
    color: #fff;
    padding: 60px 0 30px;
    border-radius: 15px;
    margin: 15px;
}
.footer-bottom p {
    color: #fff;
    margin: 0;
}
 /* top */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}
.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 600;
}
.logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    width: 100%;
}
.contact-box span {
    display: block;
}
.footer-social {
    display: flex;
}
.footer-social a {
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    font-size: 14px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
} /* grid */
.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    margin: 40px 0;
}
.footer-col h4 {
    margin-bottom: 15px;
    color: #fff;
}
.footer-col p {
    font-size: 14px;
    color: #fff;
}
.footer-col ul {
    list-style: none;
    padding: 0;
}
.footer-col ul li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
}
.footer-col ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}


 /* contact */
.contact-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}
.contact-icon {
    background: #9be15d;
    color: #063e2e;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
} /* bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 14px;
}
.footer-links a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
}
.footer hr {
    border: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 25px 0;
}
.check_field label {
    color: #fff;
}
span.error {
    background: red;
    display: block;
    color: #fff;
    padding: 0 5px;
    font-size: 14px;
}
.form-check-input:checked {
    background-color: #c2f15a;
    border-color: #c2f15a;
}
.iti {
    width: 100%;
}




.service-areas {
  background: #f8f9fa;
}

.area-box {
  background: #ffffff;
  padding: 12px 15px;
  text-align: center;
  border-radius: 8px;
  font-weight: 500;
  border: 1px solid #eee;
  transition: 0.3s ease;
  cursor: pointer;
}

.area-box:hover {
    background: #056b4d;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}




@media (max-width: 1024px) {
	.top-bar {
		display: grid;
	}
	.bottom-head {
		display: none;
	}
	.header-bottom {
		position: relative;
		padding: 0;
		background-color: #056a4c;
	}
	.header-bottom {
		position: relative;
		padding: 15px 0;
		background-color: #056a4c;
	}
	.header.sticky {
		background: #056b4df0;
		padding: 0;
	}
	.header {
		position: relative;
	}
	.banner-outer {
		padding: 30px 15px;
	}
	.hero-content h1 {
		font-size: 35px;
	}
	.home body {
		margin-top: 90px;
	}
	.header-main {
		padding: 0;
		background: transparent;
	}
	.small-img {
		left: 0;
	}
	.mob-menu-header-holder {
		height: 0;
	}
	#mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu-content h2, #mobmenuright .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name {	
		border-bottom: 1px solid #ffffff42;
	}
	.header.sticky {
		position: fixed;
		top: 47px;
	}
	.top-bar.sticky {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99;
	}
	.mobmenur-container.sticky {
		top: 70px;
	}
}

@media (max-width: 991px) {
	.footer-bottom {
		justify-content: center;
		flex-direction: column-reverse;
		gap: 0;
	}
	
	.about-cn {
		margin-top: 25px;
	}
	.banner-outer {
		padding: 30px 15px;
	}
	.hero-content h1 {
		font-size: 35px;
	}
	.home body {
		margin-top: 90px;
	}
	.header-main {
		padding: 0;
		background: transparent;
	}
	.about-hero {
		padding-top: 35px;
	}
	.about-hero h1 {
		font-size: 25px;
	}
	.about-grid {
		grid-template-columns: 1fr;
	}
	.services-head {
		grid-template-columns: 1fr;
		align-items: flex-start;
		margin-bottom: 25px;
		justify-content: flex-start;
	}
	.services-head a.common-btn {
		margin-left: 0;
	}
	.blog-section h2 br,
	.testimonial-section h2 br,
	.process-section h2 br {
		display: none;
	}
	.why-cn {
		margin-left: 0;
		margin-top: 50px;
	}
    .bottom-head {
		display: none;
	}
	.ban-image-slide {
		display: none;
	}
	.banner-image-1,
	.banner-image-2 {
		width: 50px;
	}
	
	.why-section .section-title {
		margin-top: 25px;
	}
}

@media (max-width:575px) {
	.footer-col:nth-child(2) {
		display:none;
	}
	.footer-col:nth-child(3) {
		display:none;
	}
	.footer-grid {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	}
	.footer-bottom {
		justify-content: center;
	}
	.support-head-main {
		display: flex;
		flex-direction: column;
	}
	.support-card {
		padding: 15px;
		color: white;
		margin-top: 25px;
	}
	.section-title h2, .contact-form-bx .section-title h2 {
		font-size: 23px;
	}
	.main-img {
		border-radius: 20px;
		max-width: 380px;
		width: 100%;
	}
	.contact-form-bx .input_field {
		width: 100%;
	}
	.icon-bx-wraper {
		margin-bottom: 25px;
		height: auto;
	}
	.iti {
		position: relative;
		display: inline-block;
		width: 100%;
	}
	section {
		padding: 35px 0;
		overflow: hidden;
	}
}