body {
    font-family: Roboto, sans-serif;
    padding: 0;
    margin: 0;
}
html{scroll-behavior:smooth}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
a {
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
}
a:focus,
a:hover {
    color: #3d59e8;
    text-decoration: none;
}
p {
    font-size: 16px;
    color: #0e0e0e;
    font-weight: 400;
    line-height: 1.9;
}
p a {
    color: #000;
    font-weight: 700;
}
.section-space2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-space {
    padding-top: 100px;
    padding-bottom: 100px;
}
.sub-h {
    color: #00a500;
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
    padding-left: 28px;
}
.sub-h:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #00a500;
    top: 50%;
    left: 0;
}
.m-display {
    font-size: 1.6rem;
    color: gray;
    font-style: italic;
    margin-bottom: 5px;
}
.m-heading {
    font-weight: 500;
    font-size: 2.5rem;
    color: #0028A1;
}
.m-heading2 {
    font-weight: 500;
    font-size: 1.5rem;
    color: #0028A1;
}
.btn.book-now {
    background: #0028A1;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    height: 40px;
    line-height: 30px;
    position: fixed;
    right: 0;
    font-weight: 700;
    z-index: 50;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: top right;
    width: 140px;
    top: 40%;
}
.get-quote {
    background: #00a500;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    height: 40px;
    line-height: 30px;
    position: fixed;
    right: 0;
    font-weight: 700;
    z-index: 50;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: top right;
    width: 140px;
    top: 64%;
}

.btn.chat-now {
    background: #00a500;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    height: 40px;
    line-height: 30px;
    position: fixed;
    right: 0;
    font-weight: 700;
    z-index: 50;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: top right;
    width: 140px;
    top: 94%;
}



.btn-whts{
       background: #65D253;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    width: 43px;
    height: 43px;
    padding: 5px 10px;
    border-radius: 100%;
    line-height: 31px;
    position: fixed;
    font-weight: 700;
    z-index: 50;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    bottom: 20px;
    right: 20px;
}
.bg-color {
    background-color: #0028A1;
}
.btn-filled {
    color: #fff;
    background-color: #00a500;
    border-color: #00a500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0;
    padding: 0.6rem 1.5rem;
}
.btn-filled.active,
.btn-filled:active,
.btn-filled:focus,
.btn-filled:hover {
    background: #0028A1;
    color: #fff;
    border-color: #0028A1;
}
.btn-outline {
    color: #0028A1;
    background-color: transparent;
    border-color: #0028A1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 0;
    padding: 0.6rem 1.5rem;
}
.btn-outline.active,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
    background: #0028A1;
    color: #fff;
    border-color: #0028A1;
}
.form-control {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: none;
    color: #495d49;
    position: relative;
    height: 46px;
    padding: 6px 16px;
    font-size: 15px;
    background-color: #f6f6f6;
    border-bottom: solid 2px #dcdbdb;
}
.form-control:focus {
    box-shadow: none;
    outline: 0 none;
    background-color: #f6f6f6;
    border-bottom: solid 2px #dcdbdb;
}
.top-bar {
    padding-top: 12px;
    padding-bottom: 34px;
}
.top-bar .top-contact {
    display: inline-block;
}
.top-bar .top-contact p {
    margin-bottom: 0;
    color: #00a500;
    font-size: 18px;
    font-weight: 500;
}
.top-bar .top-contact a {
    color: #000;
}
.top-bar .top-contact .top-icon {
    position: absolute;
    left: 0;
    font-size: 2.5rem;
    color: #00a500;
    top: -3px;
}
.top-bar .top-contact .top-text {
    position: relative;
    left: 2rem;
}
.star-image {
    position: absolute;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    top: 110%;
    left: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.navbar {
    background-color: transparent;
    top: 88px;
}
.navbar .container {
    background-color: #0028A1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding-right: 0;
}
.main-menu .nav-link {
    display: block;
    padding: 1rem 1rem;
    text-transform: uppercase;
    font-size: 16px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.main-menu.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    z-index: 999;
    background-color: #0028A1 !important;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}
.main-menu.is-sticky .container {
    box-shadow: none;
}
.main-menu .btn-menu {
    border-radius: 0;
    background: #00a500;
    color: #fff;
    padding: 1rem;
    font-weight: 700;
}
.dropdown-menu {
    background-color: #0028A1;
    margin: 0;
    padding: 0;
}
.dropdown-item {
    padding: 0.4rem 1.5rem;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00a500;
}
.service-sec {
    background-color: #f7f7f7f7;
}
.pest-box {
    background-color: #0028A1;
    padding: 20px 10px;
    margin-top: 25px;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.pest-box h5 {
    color: #fff;
    margin-top: 15px;
    font-size: 22px;
    font-weight: 600;
}
.home-banner {
    background-image: url(../../assets/img/home-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    min-height: 600px;
}
.home-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
    background: rgb(0 0 0 / 37%);
}
.home-banner h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
}
.sec-point {
    background-color: #f5f5f5;
    background-image: url(../../assets/img/sec-point.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bold-p {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 1px;
    color: #00a500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.call-to-action {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}
.call-to-action:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
    background: #00a500d4;
}
.call-to-action .m-heading {
    color: #fff;
}
.post-block-style {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 2px 9px #efefef;
    border-radius: 6px;
}
.post-block-style .post-content {
    padding: 10px 15px 15px;
}
.post-block-style .post-content .post-title {
    font-size: 18px;
}
.post-block-style .post-content .post-title a {
    color: #000;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 9px;
}
.post-block-style .post-title a:hover {
    color: #0028A1;
}
.post-block-style.post-float-half .post-thumb {
    float: left;
    position: relative;
    z-index: 1;
    margin-right: 30px;
}
.post-block-style.post-float-half .post-thumb img {
    max-width: 250px;
    min-height: 200px;
}
.m-p .post-title a {
    font-weight: 700;
}
.post-overaly-style {
    position: relative;
    overflow: hidden;
}
.post-overaly-style:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #000 100%);
}
.post-overaly-style .post-content {
    position: absolute;
    bottom: 0;
    padding: 25px;
    z-index: 5;
}
.post-thumb {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    height: 230px;
}
.post-thumb img {
    display: block;
    width: 100%;
    background-size: cover;
    height: 230px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.post-block-style:hover .post-thumb img,
.post-overaly-style:hover .post-thumb img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.post-block-style .post-cat {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background: rgba(244, 67, 54, 0.68);
    padding: 3px 15px;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
}
.post-block-style.post-float:hover .post-thumb img {
    transform: none;
}
.btn-row .time-c {
    font-size: 14px;
}
.btn-row a {
    color: #00a500;
}
.btn-row a:hover {
    color: #0028A1;
}
.featured-slider .owl-stage {
    padding-top: 20px;
    padding-bottom: 20px;
}
.owl-stage-outer {
    overflow: visible;
}
.owl-item {
    opacity: 0;
    transition: opacity 0.5s;
}
.owl-item.active {
    opacity: 1;
}
.featured-slider .owl-nav {
    display: block !important;
}
button:focus {
    outline: 0 dotted;
    outline: 0;
}
.featured-slider .owl-nav button {
    display: block;
    font-size: 1.3rem !important;
    line-height: 2em;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #e8ebf3 !important;
    z-index: 99;
    box-shadow: 0 4px 15px rgba(67, 67, 67, 0.15);
}
.featured-slider .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #fff;
    color: #0028A1;
    text-decoration: none;
}
.featured-slider .owl-nav .owl-prev,
.featured-sliders .owl-nav .owl-next {
    top: 58%;
}
.featured-slider .owl-nav .owl-prev {
    left: 15px;
}
.featured-slider .owl-nav .owl-next {
    right: 15px;
}
.featured-slider .owl-nav .owl-prev {
    position: absolute;
    left: -125px;
    margin-top: -1.65em;
}
.featured-slider .owl-nav .owl-next {
    position: absolute;
    right: 0;
}
.featured-slider .owl-nav {
    position: absolute;
    top: -16%;
    right: 1.2%;
}
.featured-slider .btn-filled {
    border-radius: 6px;
    padding: 0.5rem 0.5rem;
    font-size: 14px;
    color: #fff;
}
.featured-slider .btn-filled.active,
.featured-slider .btn-filled:active,
.featured-slider .btn-filled:focus,
.featured-slider .btn-filled:hover {
    background: #0028A1;
    color: #fff;
    border-color: #0028A1;
}
.cities {
    background-color: #eff2f7;
    background-image: url(../../assets/img/block-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.city-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.city-list li {
    margin: 10px 5px;
    padding: 0;
    display: inline-block;
    width: 23%;
}
.city-list li .btn-filled {
    padding: 10px 5px;
    width: 100%;
    font-size: 15px;
}
.h-w {
    background: #f9fafc;
}
.how-box h6 {
    margin-top: 190px;
    font-size: 1.6rem;
    color: #0028A1;
}
.icon-bubble {
    width: 170px;
    height: 170px;
    background-image: url(../../assets/img/bubble.png);
    -webkit-box-shadow: inset 0 0 0 100px 20px rgba(71, 171, 225, 0);
    -moz-box-shadow: inset 0 0 0 100px 20px rgba(71, 171, 225, 0);
    box-shadow: inset 0 0 0 100px 20px rgba(71, 171, 225, 0);
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    top: 0;
    font-size: 88px;
    line-height: 22px;
    font-weight: 600;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10%;
    text-align: center;
    left: 30%;
    color: #00a500;
}
.h-w .sub-h:before,
.testimonials .sub-h:before {
    display: none;
}
.why-sec {
    position: relative;
}
.services-box {
    text-align: center;
    background: #fff;
    padding: 15px 25px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.services-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.services-box:hover .icon {
    color: #fff;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.services-box .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #f5f7fd;
    line-height: 61px;
}
.services-box .icon i {
    font-size: 30px;
    color: #00a500;
}
.services-box h3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 15px;
    letter-spacing: 0.5px;
    color: #000;
    line-height: 1.5;
}
.services-box p {
    margin-bottom: 20px;
}
.services-box a i {
    vertical-align: middle;
    font-size: 20px;
}
.bucket {
    animation: move 3s linear infinite;
    position: absolute;
    right: 0;
    bottom: 0;
}
@keyframes move {
    0%,
    100% {
        bottom: 0;
    }
    50% {
        bottom: 70px;
    }
}
.testimonials {
    background: #f9fafc;
}
.testimonial {
    text-align: center;
}
.testimonial .pic {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.testimonial .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 2px 2px 8px #adadad;
}
.testimonial .testimonial-title {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #00a500;
    margin: 0 0 20px 0;
}
.testimonial .testimonial-title small {
    font-size: 16px;
    font-weight: 600;
    color: #0e0e0e;
}
.testimonial .description {
    font-size: 23px;
    color: #393939;
    line-height: 1.6;
    position: relative;
    font-weight: 500;
    font-style: italic;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.q-icon {
    display: inline-block;
    font-size: 22px;
    border: 1px solid #00a500;
    padding: 10px;
    border-radius: 100%;
    color: #00a500;
    margin-bottom: 30px;
    margin-bottom: 2px;
}
.owl-theme .owl-controls .owl-page span {
    background: #fff;
    border: 2px solid #0c4767;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    border: 2px solid #fa7921;
}
#testimonial-slider .owl-nav {
    display: block !important;
}
#testimonial-slider .owl-nav button {
    display: inline-block;
    font-size: 1.3rem !important;
    line-height: 2em;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #e8ebf3 !important;
    z-index: 99;
    box-shadow: 0 4px 15px rgba(67, 67, 67, 0.15);
}
#testimonial-slider .owl-nav [class*="owl-"]:hover {
    background: #fff;
    color: #0028A1;
    text-decoration: none;
}
#testimonial-slider owl-nav .owl-next {
    right: 15px;
}
#testimonial-slider .owl-nav .owl-prev {
    margin-right: 10px;
}
#testimonial-slider .owl-nav .owl-next {
    margin-left: 10px;
}
#testimonial-slider .owl-nav {
    text-align: center;
}
#testimonial-slider .btn-filled {
    border-radius: 6px;
    padding: 0.5rem 0.5rem;
    font-size: 14px;
}
.star-box h6 {
    text-transform: uppercase;
}
.star-box h6 b {
    color: #00a500;
}
.star-box .star-list {
    margin-top: 1rem;
}
.star-box .star-list i {
    color: #f6ae2d;
    font-size: 23px;
    margin-left: 2px;
    margin-right: 2px;
}
.star-list2 i:last-child {
    color: gray;
}
.unit-sec {
    background-image: url(../../assets/img/unit-sec.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
.unit-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
    background: rgb(0 0 0 / 70%);
}
.unit-sec p {
    color: #fff;
}
.unit-sec .m-heading {
    color: #00a500;
}
.unit-box {
    margin-bottom: 2rem;
    text-align: center;
    background: #ffffffe3;
    padding: 35px 15px;
    border-radius: 6px;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}
.unit-box h3 {
    color: #000;
    font-size: 1.5rem;
    font-weight: 800;
}
.unit-box h4 {
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 1.2rem;
    margin-top: 1.2rem;
    color: #0028A1;
}
.unit-box .btn {
    border-radius: 6px;
}
.int-box {
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    background-color: #fff;
    padding: 25px 15px;
    margin-top: 2rem;
    width: 100%;
}
.int-box h5 {
    margin-top: 1.4rem;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.int-box .media-body {
    padding-left: 20px;
}
.int-box .media-body .s-list li {
    font-size: 14px;
}
.int-box .media-body .s-list li span {
    font-weight: 500;
    color: #000;
}
.int-box .media-body .s-list li:before {
    color: #0028A1;
}
.im-wrap {
    width: 104px;
    height: 104px;
    line-height: 111px;
    position: relative;
    margin: auto;
    border-top-left-radius: 115px;
    border-top-right-radius: 185px;
    border-bottom-left-radius: 125px;
    border-bottom-right-radius: 85px;
    background: #f9fafc;
    text-align: center;
}
.im-wrap:before {
    position: absolute;
    content: close-quote;
    width: 15px;
    height: 15px;
    background-color: #eef4f8;
    border-radius: 50%;
    right: -9px;
    bottom: -14px;
}
.im-wrap:after {
    position: absolute;
    content: close-quote;
    width: 20px;
    height: 20px;
    background-color: #eef4f8;
    border-radius: 50%;
    left: -3px;
    top: -13px;
}
.faq-section {
    background-color: #f9fafc;
    background-image: url(../../assets/img/faq.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.faq-section .accordion .card {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.faq-section .accordion .card-body p {
    font-size: 14px;
}
.faq-section .accordion .card-body p span {
    color: #000;
    padding-right: 5px;
}
.faq-section .accordion .card-header {
    padding: 0;
    background-color: #f3f3f3;
    border: 0 solid #f3f3f3;
    margin-bottom: -1px;
}
.faq-section .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}
.faq-section .accordion .card-header a:not(.collapsed) {
    transition: all 0.3s linear 0s;
}
.faq-section .accordion .card-header a {
    display: block;
    padding: 1rem 1.8rem;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #0028A1;
    cursor: pointer;
}
.link-faq {
    color: #ff5722;
}
.faq-section .accordion .card-header .accordion-toggle::before {
    content: "+";
    float: left;
    color: #00a500;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
    margin-right: 10px;
    position: absolute;
    font-weight: 700;
    right: 10px;
}
.faq-section .accordion .card-header .accordion-toggle.collapsed::before {
    color: #00a500;
    transform: rotate(0);
    transition: all 0.2s ease-in;
}
.faq-section .sub-h:before {
    display: none;
}
.call-box {
    background-color: #f9fafc;
    background-image: url(../../assets/img/cta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    padding: 50px 25px;
}
.call-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
    background: #00a500e3;
}
.call-box .c-title {
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
}
.call-box p {
    margin-bottom: 0;
    color: #fff;
}
.call-box .btn-outline {
    color: #fff;
    border: 1px solid #fff;
}
.call-box .btn-filled {
    background-color: #0028A1;
    border-color: #0028A1;
}
.bd-right {
    border-right: 1px solid #0028A1;
}
.news {
    background-color: #f9fafc;
}
.call-3 {
    padding: 30px 30px;
    background-color: #0028A1;
}
.call-3 h2 {
    font-size: 2.5rem;
    font-weight: 700;
}
.call-3 p {
    color: #fff;
    font-size: 19px;
    font-style: italic;
}
.footer {
    background-image: url(../../assets/img/shape-7.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    color: #98a2aa;
    background-color: #0e0e0e;
}
.footer .footer-middle {
    padding: 60px 0 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer .footer-middle h6 {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 0 20px;
    letter-spacing: 1px;
    font-weight: 700;
}
.footer .footer-middle .nav li:not(:last-child) {
    margin-bottom: 8px;
}
.footer .footer-middle .nav a {
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #8a99b3;
}
.footer p {
    color: #8a99b3;
}
.footer .footer-middle .nav a:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    left: 0;
    background: rgba(255, 255, 255, 0.48);
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
}
.footer .footer-middle .nav p {
    position: relative;
    padding-left: 25px;
    color: #8a99b3;
}
.footer .footer-middle .nav p i {
    position: absolute;
    font-size: 20px;
    margin-top: 4px;
    color: #8a99b3;
    float: left;
    left: 0;
}
.footer .footer-bottom {
    padding: 20px 0;
    background-color: #000;
}
.footer .footer-bottom p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.footer .social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .social-icons li {
    display: inline-block;
    margin-right: 10px;
}
.footer .social-icons a {
    color: rgba(255, 255, 255, 0.7);
}
.footer .social-icons a:hover {
    color: #fff;
}
.footer-action {
    background: #ffffff4a;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px #000;
    border-radius: 4px;
}
.footer-action i {
    display: block;
    font-size: 21px;
    margin-bottom: 0;
    color: #00a500;
}
.footer-action a {
    font-size: 21px;
    color: #fff;
}
.news-letter .after-span {
    top: 50px;
}
.m-rad .form-check-inline {
    margin-top: 15px;
}
.pink {
    color: #00a500;
}
.wizard-container h4 {
    font-size: 19px;
}
.dropdown-large {
    padding: 15px;
}
.dd-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.inn-jumbo {
    background-image: url(../../assets/img/cta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 80px;
    padding-bottom: 70px;
    background-attachment: fixed;
}
.inn-jumbo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
    background: rgb(0 0 0 / 77%);
}
.inn-jumbo h1 {
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}
.sidebar-widget-area .widget {
    border: 1px solid #ebebeb;
    padding: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}
.sidebar-widget-area .widget h3.widgettitle {
    display: block;
    position: relative;
    color: #0028A1;
    font-size: 23px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    line-height: 1.4;
    z-index: 2;
}
.sidebar-widget-area .widget h3.widgettitle:after {
    content: "";
    height: 2px;
    width: 45px;
    background-color: #0028A1;
    position: absolute;
    bottom: 0;
    left: 1px;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.widget ul li {
    padding: 10px 2px;
    display: block;
    border-bottom: 1px solid #ebebeb;
}
.widget ul li a {
    color: #454545;
    display: block;
}
.widget ul .active a {
    color: #00a500;
}
.widget ul li a:hover {
    color: #00a500;
}
.widget ul li:last-child {
    border-bottom: none;
}
.point-bx {
    margin-bottom: 3rem;
}
.point-bx i {
    font-size: 2rem;
    color: #00a500;
    margin-bottom: 1rem;
    display: block;
}
.point-bx h3 {
    color: #0028A1;
    font-size: 1.35rem;
}
.g-box .im-wrap {
    line-height: 149px;
}
.g-box .int-box i {
    font-size: 4rem;
    color: #00a500;
}
.m-vision .vision-heading {
    border-bottom: 2px dashed #0028A1;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 21px;
    color: #00a500;
}
.m-vision .vision-heading i {
    color: #0028A1;
    font-size: 29px;
}
.ab-why .int-box .im-wrap {
    line-height: 140px;
}
.ab-why .int-box .im-wrap i {
    font-size: 3.5rem;
    color: #00a500;
}
.contct-pg .m-form {
    padding: 30px;
    border: 1px solid #efefef;
    border-radius: 4px;
}
.contct-pg .m-form p {
    margin-bottom: 2rem;
    color: #00a500;
    line-height: 1.5;
}
.contct-pg .m-form h4 {
    margin-bottom: 10px;
    color: #0028A1;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2rem;
}
.m-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.5;
    color: #142e5d;
    background-color: #fff;
    border: 1px solid #142e5d4f;
    border-radius: 0;
}
.m-form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(228 53 58 / 28%);
}
.m-form .m-textarea {
    height: 140px;
}
.cont-box {
    padding: 30px;
    border-radius: 4px;
    position: relative;
    text-align: center;
    width: 100%;
}
.cont-box i {
    font-size: 50px;
    color: #00a500;
    margin-bottom: 1rem;
    display: block;
}
.cont-box p {
    margin-left: 20px;
}
.cont-box hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.cont-box h5 {
    font-size: 22px;
    color: #0028A1;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}
.cont-box strong {
    font-size: 13px;
    padding-right: 6px;
}
.s-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.s-list li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 0.5rem;
    font-size: 15px;
}
.s-list li:before {
    position: absolute;
    content: "\f00d";
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    color: #00a500;
    left: 0;
}
.check1 {
    background-image: url(../../assets/img/check1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.check2 {
    background-image: url(../../assets/img/check2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    background-position: bottom;
}
.check2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
    background: linear-gradient(-225deg, #ffffffe6 48%, #ffffff38 70%);
}

.bg-green{
  background: #0028A1;
  padding: 80px 0px;
}
.bg-text{
  max-width: 250px;
  margin: 0px auto;
  padding-left: 0px;
}
.bg-text .media span i{
    font-size: 23px;
    display: inline-block;
    margin-left: -1px;
    margin-right: 19px;
    margin-top: 5px;
    color: #fff;
}
.bg-text .media-body h3{
    font-size:24px;
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
.bg-text .media-body p{
    font-size:16px;
    line-height: 24px;
    color: #fff;
    font-weight:300;
}
.bg-text .media{
  margin-bottom:40px;
}
.frombg{
  background-position: top;
  padding: 75px 30px;

}
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        margin-top: 0;
    }
    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }
    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0 0;
    }
    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }
    .navbar .nav-item:hover .dropdown-menu {
        transition: 0.3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0);
    }
    .dropdown-large {
        min-width: 440px;
    }
}
@media only screen and (max-width: 991.5px) {
    .featured-slider .owl-nav {
        top: 97%;
    }
    .wizard-container {
        margin-top: 3rem;
    }
    .star-box {
        margin-top: 40px;
    }
    .md-m-15px-tb {
        margin-bottom: 30px;
    }
    .main-menu .btn-menu {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767.5px) {
    .int-box h5 {
        margin-top: 2.4rem !important;
    }
    .int-box {
        display: block;
    }
    .home-banner h1 {
        font-size: 2rem;
        margin-top: 2rem;
    }
    .banner-con p {
        margin-bottom: 20px !important;
    }
    .banner-con a {
        margin-bottom: 20px;
    }
    .top-box .inner {
        font-size: 19px !important;
    }
    .wizard-card {
        padding: 30px 10px !important;
    }
    .m-heading {
        font-size: 2rem;
    }
    .section-space {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .city-list li {
        width: 46%;
    }
    .bd-right {
        border: 0 solid #000;
        text-align: center;
    }
    .bd-right p {
        margin-bottom: 15px;
    }
    .call-3 {
        text-align: center;
    }
}
