html, body { overflow-x: hidden; }
    font-family: 'Lato',sans-serif;
    color: #1a202c;
    background: #fff;
    transition-property: background-color;
    transition-duration: 200ms;
    line-height: 1.5;
}
.h5, h5 {
    font-size: 1.15rem;
}
a{
    text-decoration: none;
}
p{
    margin:0;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 255.48, 48, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.container {
    max-width: 960px;
}

.icon-link > .bi {
    width: .75em;
    height: .75em;
}

/*
 * Custom translucent site header
 */

.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
    color: #8e8e8e;
    transition: color .15s ease-in-out;
}
.site-header a:hover {
    color: #fff;
    text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    transform: rotate(30deg);
}

.product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
}

.product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
    flex: 1;
}
@media (min-width: 768px) {
    .flex-md-equal > * {
        flex: 1;
    }
}
.color-white{
    color: #fff!important;
}
main{
    background: url(/assets/img/header-bg.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    background-size: cover;
}
.offcanvas{
    background: #00539e;
}
.dropdown-menu{
    background: #00539e;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.dropdown-menu li a{
    color:#fff!important;
    font-weight: 900;
    padding: 0.5rem 1rem;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.dropdown-menu li a:hover{
    background: #00539e;
    color: #fff!important;
}
.dropdown-toggle::after{
    display: none;
}
footer{
    background: url(/assets/img/footer-bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 180px;
    color: #1c1c1c;
}
footer h5{
    font-weight: 700;
    padding-bottom: 0.75rem;
    font-size: 16px;
}
.footer-brand{
    font-size:0.875rem;
}
.footer-brand i{
    font-size: 18px;
    padding-right: 10px;
}
.footer-brand .line{
    padding-bottom:1.25rem;
}
.footer-brand a{
    color:#1c1c1c;
    transition-property: color;
    transition-duration: 150ms;
}
.footer-brand a:hover{
    color:#1c1c1c;
}
.footer-brand strong{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #1c1c1c;
    font-weight: 900;
}
.footer-logo img{
    width: 100%;
}
.footer-logo{
    width: 175px;
    margin: auto;
    margin-top: 22px;
}
footer hr{
    opacity: 0.6;
    border: 0;
    border-color: #1c1c1c;
    border-style: solid;
    border-bottom-width: 1px;
    width: 100%;
}
footer .copyright{
    font-size:0.875rem;
}
.footer-menu{
    list-style: none;
    padding:0;
    text-transform: uppercase;
}
.footer-menu li a{
    color: #1c1c1c!important;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 12px;
    font-weight: 800;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.footer-menu li a i{
    padding-right: 3px;
}
.footer-menu li a:hover{
    color:#1c1c1c!important;
}
.slide-area{
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 5rem;
}
.slide-area .left{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.5rem;
    color:#fff;
    text-align: left;
}
.slide-area .right{
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.5rem;
    color: #fff;
}
.slide-area h1 {
    font-family: 'Lato',sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.33;
    max-width: 580px;
    margin: auto;
}
.slide-area h2{
    font-family: 'Lato',sans-serif;
    font-weight: 900;
    font-size: 41px;
    line-height: 1;
    color: #00539e;
}

.homepage .slide-area h2{
    font-size: 48px;
}
.slide-area p{
    max-width: auto;
    font-weight: 700;
}
.features p {
    margin-left: 0.75rem;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 0;
}
.features {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.features > div{
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
nav{
    top: 0px;
    z-index: 10;
    width: 100%;
    position: fixed!important;
    font-size:16px;
    background: #fff;
}
nav.sticked{
    background: #ededed;
}
.navbar-toggler{
    color: #fff;
    border-color: #fff;
    float: right;
    padding: 5px 4px;
    height: 40px;
}
.navbar-toggler-icon{
    color: #fff;
}
.header-in {
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-padding-start: 1.5rem;
    padding-inline-start: 1.5rem;
    -webkit-padding-end: 1.5rem;
    padding-inline-end: 1.5rem;
    max-width: 1440px;
    margin: auto;
    min-height: 60px;
    padding-top: 1.rem;
    padding-bottom: 1.rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-content{
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.header-content a {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
    outline: 2px solid transparent;
    outline-offset: 2px;
    color: #00539e;
}
.navbar-brand img{
    width:85px;
}
.logo-link{
    width:160px;
}
a.logo-link {
    display: none;
}
.nav-link{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
    outline: 2px solid transparent;
    outline-offset: 2px;
    color: #fff!important;
    font-weight: 900;
    padding: 0.5rem;
}
.nav-link:hover{
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #fff;
    background: #00539e;
    border-radius: 3px;
}
.menu-area{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 2.5rem;
    color: #fff;
}
.logo-link{
    /*display: none;*/
}
.menu-top{
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 1rem;
}
.menu-area h2{
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.33;
    color: #fff!important;
    margin-bottom: 0;
}
.menu-area p {
    color: #000!important;
    font-weight: 900;
    margin-top: 0.25rem;
    padding-left: 0.50rem;
}
.right-in{
    max-width: 360px;
    width: 360px;
}
.request-quote{
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 2rem;
    text-align: center;
    background: #00539e;
}
.request-quote.big, .big .request-quote{
    margin-top:80px;
}
.right-in .head-line{
    font-size: 24px;
    font-weight: 300;
    color: #f7f5f5;
}
.right-in .sub-line{
    line-height: 1.2;
    font-weight: 900;
    font-size: 30px;
    color: #f7f5f5;
}
.request-btn{
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    outline: 0px solid transparent;
    outline-offset: 2px;
    line-height: 1.2;
    border-radius: var(--chakra-radii-none);
    font-weight: 900;
    transition-property: var(--chakra-transition-property-common);
    transition-duration: var(--chakra-transition-duration-normal);
    height: var(--chakra-sizes-10);
    min-width: var(--chakra-sizes-10);
    font-size: 20px;
    -webkit-padding-start: 1rem;
    padding-inline-start: 1rem;
    -webkit-padding-end: 1rem;
    padding-inline-end: 1rem;
    background: #f7f5f5;
    color: #00539e;
    width: 100%;
    padding: 5px 0px;
}
.bg-brown{
    background: #030202;
}
.bg-green{
    background: #00539e;
}
.bg-yellow{
    background:#1680d2!important;
    color:#000!important;
}
.request-btn:hover{
    background: #000;
}
.protect{
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.5rem;
    padding-bottom: 1.rem;
    text-align: center;
    font-size:18px;
}
.protect p{
    padding-top:3rem;
    padding-bottom: 3rem;
}
.protect h2{
    font-size: 38px;
    line-height: 1.2;
}
.protect .head-line, .page .head-line{
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 0.75rem;
}
.page .head-line{
    font-size:38px;
}
.page.small{
    max-width:800px;
}
.protect .sub-line{
    font-weight: 300;
    line-height: 1.33;
    margin-bottom: 0.75rem;
}
hr.green{
    opacity: 1;
    border: 0!important;
    border-color: inherit;
    border-style: solid;
    border-bottom-width: 0px;
    width: 100%;
    display: inline-block;
    height: 0.5rem;
    margin-top: 1.5rem;
    background: #00539e;
    max-width: 168px;
}
.service-boxes{
    padding: 0px 20px;
}
.service-boxes .service-box{
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    color: #FFFFFF;
    background:#ffffff;
    -webkit-padding-start: 2rem;
    padding-inline-start: 2rem;
    -webkit-padding-end: 2rem;
    padding-inline-end: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    height: 100%;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.service-boxes .service-box h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    margin-top: 1.5rem;
    text-align: center;
}
.service-boxes .service-box:hover{
    background: #ffffff!important;
}
.service-boxes .service-box a h4{
    color:#ffffff;
}
.service-boxes .service-box{
    height: 170px;
}
.green2{
    background: #ffffff!important;
}
.green3{
    background: #ffffff!important;
}
.green4{
    background: #ffffff!important;
}
.green5{
    background: #ffffff!important;
}
.green6{
    background: #ffffff!important;
}
.green7{
    background: #ffffff!important;
}
.green8{
    background: #ffffff!important;
}
.green9{
    background: #ffffff!important;
}
.testimonial-section{
    max-width: 1100px!important;
    padding-bottom:0.5rem!important;
}
.testimonials{
    margin-top: 8rem;
    margin-bottom: 4rem;
    text-align: center;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
    color:#fff;
    background: url(/assets/img/testimonial-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.testimonials h2{
    font-size: 30px;
    font-weight: 900;
}
.testimonials-in{
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.bug-left{
    position: absolute;
    top: -125px;
}
.bug-left-mini{
    position: absolute;
    top: 90px;
}
.bug-right{
    position: absolute;
    bottom: -125px;
    right: 0;
}
.bug-right-mini{
    position: absolute;
    bottom: -25px;
    right: 0;
}
.carousel{
    padding-top:50px;
    padding-bottom:50px;
}
.quato{
    padding-bottom: 40px;
}
.carousel-inner{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom:2rem!important;
}
.carousel-inner svg{
    font-size:3.75rem
}
.carousel-inner p{
    font-size: 18px;
}
.carousel-indicators button{
    height: 13px!important;
    width: 13px!important;
    background: #00539e!important;
    border:0!important;
    border-radius: 9999px!important;
    margin-left:8px!important;
    margin-right:8px!important;
}
.hideonmobile {
    display: none;
}
.faq{
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    color: #333333;
    max-width: 1170px;
    margin: auto;
    padding: 1.5rem;
}
.faq-in{
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 1.5rem;
}
.faq-in .left{
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
}
.faq-in .right{
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
}
.faq-in .right h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 1.33;
}
.faq-in .right h2::after{
    content: "";
    display: block;
    width: 200px;
    margin: 15px auto;
    height: 8px;
    background: #00539e;
}
.faq-in .right p{
    font-size: 16px;
    font-weight: 500;
}
.green-btn{
    margin-top: 50px;
    font-size: 24px;
    background: #00539e;
    color: #fff;
    font-weight: 800;
    padding: 4px 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.2) 0px 5px 10px, rgba(0, 0, 0, 0.4) 0px 15px 40px;
    border: 0;
    border-radius: 6px;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 200ms;
}
.green-btn:hover{
    background: #030202;
}
section.finance{
    font-size: 28px;
    text-align: center;
}
section.pests{
    margin-top:4rem;
    padding-top:4rem;
    padding-bottom:3rem;
}
section.e-404{
    text-align: center;
    width: 100%;
}
section.e-404 h2{
    font-size: 200px!important;
    font-weight: 700;
    color:#90c542;
}
section.e-404 h3{
    color:#718096;
    font-size:28px;
    font-weight: 700;
}
section.e-404 .btn{
    margin-top:40px;
}
.btn-primary{
    font-weight: 700;
    background: #00539e;
    border-color:#90c542;
}
.btn-primary:hover{
    background:#E2E8F0;
    border-color:#E2E8F0;
    color: #7a7a7a;
}
.pests .page{
    padding-top: 2rem;
}
.finance h3{
    font-size: 28px;
    margin-top: 5rem;
    line-height: 1.5;
    text-align: center;
}
.finance h3 a{
    color:#90c542;
}
.finance h3 a:hover{
    text-decoration: underline;
}
.finance-imgs{
    margin-top:3.5rem;
}
.finance-imgs img{
    max-width: 100%;
    width: auto;
}
.finance-imgs2{
    margin-top:6rem;
}
.finance-imgs2 h3{
    font-size: 20px;
    font-weight: 700;
    margin-top: 1.5rem;
}
.finance-imgs2 p{
    font-size: 16px;
    margin-top: 1.5rem;
}
.page-header{
    width:100%;
    text-align: center;
}
.page-header h2{
    font-size:1.875rem;
    color:#fff!important;
}
.page-header p{
    color:#fff;
    font-weight: 700;
    width: 530px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4rem;
}
.page-center-title{
    font-size:3rem!important;
    font-weight: 700!important;
    line-height: 1.2!important;
    color: #00539e;
    padding-bottom: 3rem;
}
.balls{
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 100%;
    gap: 1.5rem;
    margin-top: 13rem;
}
.ball{
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 1.5rem;;
    border-radius: 500px;
    color: #fff;
    height: 230px;
    width: 230px;
    background: #00539e;
}
.ball .number{
    font-weight: 900;
    line-height: 1.2;
    font-size:70px;
}
.ball .subnumber{
    font-weight: 500;
    text-align: center;
    font-size:18px;
}
.from-ceo{
    height: 480px;
    overflow: hidden;
    margin-top:7rem;
}
.from-ceo h2{
    font-size: 2.25rem;
    color:#fff!important;
    line-height: 1.2;
}
.bg-gray{
    background: #1f1f1f;
}
.bg-light{
    background: #F7FAFC;
}
.ceo-text{
    color:#fff;
    max-width: 32rem;
    margin-top:1.5rem;
    font-weight: 700;
}
.user-review{
    background: #00539e;
    margin-bottom: 6rem;
}
.user-review:last-child{
    margin-bottom: 0rem;
}
.review-out{
    padding:3rem 2rem;
}
.review-in{
    text-align: left;
}
.review-in p{
    font-size: 1.125rem;
    color: #fff;
    padding-bottom: 1rem;
}
.review-out .quota{
    padding-right:2rem;
}
.review-title{
    font-size:34px;
    font-weight: 900;
    color:#333333;
}
.review-title::after{
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #fff;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
}
.test-faq, .test-faq .right-in{
    margin-top:0.5rem!important;
}
.flex-end{
    align-items: flex-end;
}
.three-services{
    margin-top:3rem;
    color: #fff;
}
.three-services h2{
    padding-top:2rem;
    font-weight: 700;
}
.three-services .stars{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top:1rem;
}
.three-services .stars i{
    color: #ffff00;
    font-size:26px;
    padding-right:5px;
    padding-left:5px;
}
.service-big .mini-features div{
    font-size:18px;
}
.mini-features{
    padding-top:1rem;
}
.mini-features > div{
    margin-bottom:1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.mini-features > div svg{
    margin-right: 0.8rem;
}
.service-n{
    height: 475px;
}
.service-big{
    height: 610px;
}
.bird-content{
    text-align: left;
    padding-top:2rem;
}
.bird-content h2{
    font-weight: 700;
    padding-top:3rem;
}
.transform{
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.rotate-1{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (min-width: 768px) {
    .hideonmobile {
        display: block;
    }
    a.logo-link {
        display: block;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        color:#000!important;
    }
    .navbar-expand-md.sticked .navbar-nav .nav-link {
        color:#030202!important;
    }
    .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}
.faqs{
    margin-top:3rem;
}
.accordion-button{
    font-size: 24px;
    background: #076ab7;
    color:#fff;
}
.accordion-button::after{
    color:#fff;
}
.accordion-body{
    text-align: left;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #1680d2;
    box-shadow: inset 0 calc(-1* 1px) 0 #f0eaea;
    color: #ffffff;
}
section{
    padding: 15px;
}
section.full-width{
    max-width: 100%;
    padding:0;
    margin-bottom:3rem;
}
.termite-management-1 h3{
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
}
.flex-center{
    webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.pricing-tabs{
    margin-top:2rem;
}
.pricing-tabs ul li button{
    background: #00539e;
    border:0;
    margin-right: 1px;
    font-weight: 700;
}
.pricing-tabs ul li button.active{
    background:#eee!important;
    color:#000!important;
}
.tab-pane{
    background:#eee!important;
    padding:20px;
}
.possum ul{
    padding-top:1.2rem;
    padding-left:1.5rem;
    list-style-type: circle;
}
.possum ul li{
    padding-top:1rem;
}
.termite-management-2 .boxes > div{
    background: #00539e;
    color:#fff;
    font-weight: 700;
    line-height: 1.2;
    border-right: 1px solid #fff;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 200px;
    text-align: center;
    padding: 1.5rem;
    position: relative;
    font-size: 22px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.termite-management-1 h3, .termite-management-2 h3{
    padding-top:3rem;
}
.termite-management-1 p, .termite-management-2 p{
    font-size:17px;
    padding-top:1.5rem;
}
.step-no{
    top: -25px;
    position: absolute;
    left: calc(50% - 25px);
    background: #00539e;
    width: 50px;
    height: 50px;
    border: 6px solid #ffffff;
    border-radius: 40px;
    font-size: 29px;
}
.mads{
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.services-page .service-box{
    padding: 6px !important;
}
.services-page .service-box .title{
    background: #1b267a;
    font-weight: 800;
    font-size: 17px;
    position: absolute;
    padding: 10px 45px;
}
.services-page .service-box a{
    color:#fff;
    transition-property: color;
    transition-duration: 150ms;
}
.services-page .service-box a:hover{
    color:#fff;
}
.services-page .service-box img{
    width: 100%;
}
.review-txt{
    min-height: 200px;
}
.myembed{
    width:100%;
    height: 600px;
}
.sticked .menu-area p {
    color:#030202!important;
}
@media screen and (min-width: 52em) {
    .faqs{
        max-width: 1000px!important;
    }
    .request-quote.big, .big .request-quote{
        margin-top:0;
        max-width: 800px;
        width: 800px;
        margin-top:50px;
    }
    .container-lg{
        max-width: 1440px;
    }
    .faq-in .right h2::after{
        margin: 15px 0 50px 0;
    }
    .faq-in .right{
        text-align: left;
    }
    .faq-in {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .carousel-inner{
        width: 832px;
    }
    .testimonials h2{
        font-size: 40px;
    }
    .protect{
        padding-top: 5rem;
        padding-bottom: 2.5rem;
    }
    .page{
        padding-top: 4rem;
        padding-bottom: 2.5rem;
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        position: relative;
    }
    .termite-management-1{
        max-width: 800px;
    }
    .termite-management-2{
        max-width: 1170px;
    }
    .embedarea{
        max-width: 850px;
        width: 100%;
        margin-top:3rem;
        margin-left: auto;
        margin-right: auto;
    }
    .check-svg{
        margin-right: 25px;
    }
    .text-left{
        text-align: left;
    }
    .page-inner{
        width:768px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        position: relative;
    }
    .page-inner p{
        margin-top:1.5rem;
    }
    .bug-page-1{
        position: absolute;
        left: -200px;
        top: -100px;
    }
    .bug-page-2{
        position: absolute;
        right: -200px;
        bottom:-100px;
        transform: rotate(90deg);
    }
    .menu-top {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .menu-area{
        display: flex;
    }
    .logo-link{
        display: block;
    }
    main{
        padding-top:170px;
        min-height: 510px;
        margin-top: 160px;
    }
    .slide-area{
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .slide-area .right{
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: end;
        justify-content: end;
    }
    .slide-area h1 {
        font-size: 36px;
        line-height: 1.2;
        margin: px;
    }
    .slide-area p{
        max-width: 480px;
    }
    .header-in {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}
@media (max-width: 768px) {
    .navbar-brand img {
        width: 145px;
        max-height: 80px;
    }
    .navbar-toggler {
        color: #000000;
        border-color: #000000;
    }
    .navbar-toggler svg {
        color: #000000!important;
    }
    .myembed{
        width:100%;
        height: 300px;
    }
    .pricing-tabs ul li{
        width: 100%;
        margin-bottom: 2px;
    }
    .pricing-tabs ul li button{
        width: 100%;
    }
    .features svg{
        width: 30px;
    }
    .termite-management-2 img{
        width: auto;
        max-width: 100%;
    }
    .c-flex-1{
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .finance-imgs img{
        width: 100%;
        margin-bottom:6rem;
    }
    .finance-imgs img:last-child{
        margin-bottom:0rem;
    }
    .navbar-nav .dropdown-menu {
        display: block;
        border: 0;
        padding-top: 0px;
    }
    .review-title {
        font-size: 22px;
    }
    .review-out .quota{
        padding-right: 1.5rem;
    }
    .quota img{
        width: 28px;
    }
    .user-review img{
        height: auto!important;
    }
    .page-header p{
        width: 100%;
        text-align: center;
    }
    .footer-logo {
        margin-top: 60px;
    }
    .page-center-title {
        font-size: 2.25rem !important;
    }
    .from-ceo{
        height: auto;
    }
    .from-ceo img{
        width: 100%;
        margin:0!important;
    }
    .balls{
        margin-top:3rem;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        justify-content: space-around;
        width: 100%;
    }
    .ball{
        height: 150px;
        width: 150px;
    }
    .ball .number {
        font-size: 40px;
    }
    p{
        text-align: justify;
        padding-bottom:1.5rem;
    }
    section {
        padding: 20px;
    }
    .bug-page-1, .bug-page-2, .bug-right-mini, .bug-left-mini{
        display: none;
    }
    .page .head-line {
        font-size: 27px;
    }
    .testimonials h2{
        padding-top:50px;
    }
    .quato{
        width: 30px;
    }
    .carousel-inner p {
        font-size: 16px;
        padding: 0px 15px;
    }
    .service-boxes {
        padding: 0px 10px;
    }
    .protect{
        padding-left: 30px;
        padding-right: 30px;
    }
    .protect h2{
        font-size: 28px;
    }
    .protect p{
        font-size: 18px;
        padding-top:1rem;
        padding-bottom: 3rem;
    }
    .slide-area .left{
        text-align: center;
    }
    .navbar-toggler{
        margin-top: 1rem;
    }
    .menu-area{
        margin-right: 2.5rem;
        margin-top: 1rem;
    }
    .header-in{
        -webkit-padding-start: 0.5rem;
        padding-inline-start: 0.5rem;
        -webkit-padding-end: 0.5rem;
        padding-inline-end: 0.5rem;
        width: 100%;
    }
    main{
        padding-top:80px;
    }
}
@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/font/lato-latin-ext-300-normal.abcc64a9.woff2) format("woff2"),url(/assets/font/lato-all-300-normal.322bdf14.woff) format("woff");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/font/lato-latin-300-normal.c5195215.woff2) format("woff2"),url(/assets/font/lato-all-300-normal.322bdf14.woff) format("woff");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/font/lato-latin-ext-400-normal.6ebed106.woff2) format("woff2"),url(/assets/font/lato-all-400-normal.63513b00.woff) format("woff");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/font/lato-latin-400-normal.b7ffde23.woff2) format("woff2"),url(/assets/font/lato-all-400-normal.63513b00.woff) format("woff");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/font/lato-latin-ext-700-normal.8697d1d5.woff2) format("woff2"),url(/assets/font/lato-all-700-normal.bb27db94.woff) format("woff");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/font/lato-latin-700-normal.d5eb20bc.woff2) format("woff2"),url(/assets/font/lato-all-700-normal.bb27db94.woff) format("woff");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:900;src:url(/assets/font/lato-latin-ext-900-normal.20a2b415.woff2) format("woff2"),url(/assets/font/lato-all-900-normal.a27049a3.woff) format("woff");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:900;src:url(/assets/font/lato-latin-900-normal.d884a71c.woff2) format("woff2"),url(/assets/font/lato-all-900-normal.a27049a3.woff) format("woff");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}
:target {
    scroll-margin-top: 120px;
}