a,
*:before,
.service-blk,
.services-icon img,
h4,
p,
.service-blk::before,
.service-blk::after,
img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* font-family: 'Mulish', sans-serif;

font-family: 'Poppins', sans-serif; */

html,
body {
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #131313;
    line-height: 30px;
}

h1,
h3,
h2 {
    font-family: "Mulish", sans-serif;
    font-weight: 900;
    text-transform: capitalize;
}

h4,
h5 {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
}

*:focus,
button:focus {
    outline: 0;
}

.container {
    max-width: 1420px;
    padding: 0 20px;
}

[class*="col-"] {
    padding: 0 20px;
}

a {
    font-weight: 500;
    text-decoration: none !important;
}

p {
    margin-bottom: 30px;
}

b {
    font-weight: 500;
}

header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 2;
}

header.scroll-header {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

header .header-top {
    background: #fff;
    height: 110px;
    overflow: hidden;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

header .header-top .menu-text {
    display: none;
}

header .header-top ul li.call-li a,
header .header-top ul li.mail-li a {
    color: #181818;
}

header .header-top ul li {
    margin-left: 60px;
    line-height: 22px;
    position: relative;
}

header .header-top ul li.call-li,
header .header-top ul li.mail-li {
    padding: 0 0 0 50px;
}

header .header-top ul li.call-li:before,
header .header-top ul li.mail-li:before {
    width: 40px;
    height: 40px;
    background: #1459ba url(../images/phone.png) no-repeat center center;
    content: "";
    display: block;
    border-radius: 100%;
    position: absolute;
    left: 0;
}

header .header-top ul li.call-li:hover:before,
header .header-top ul li.mail-li:hover:before {
    background-color: #84af31;
}

header .header-top ul li a:hover {
    color: #1459ba;
}

header .header-top ul li.mail-li:before {
    background-image: url(../images/email.png);
}

header nav.navbar {
    padding: 0;
    z-index: 1;
    line-height: 70px;
    border-top: solid 1px #e5e5e5;
}

header nav.navbar .navbar-nav li {
    position: relative;
}

header nav.navbar .navbar-nav li .nav-link {
    color: #181818;
    padding: 0 30px;
    font-weight: 500;
    position: relative;
    font-size: 15px;
}

header nav.navbar .navbar-nav li.active .nav-link,
header nav.navbar .navbar-nav li .nav-link:hover {
    color: #1459ba;
}

header nav.navbar .dropdown ul.sub-menu {
    padding: 25px 0;
    top: 100%;
    left: -35px;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #1458b9;
    -webkit-box-shadow: 2px 0 5px #0000001f;
    box-shadow: 2px 0 5px #0000001f;
    width: 300px;
    border-top: solid 2px #1458b9;
    border-radius: 10px;
}

header nav.navbar .dropdown ul.sub-menu li {
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 36px;
}

header nav.navbar .dropdown ul.sub-menu li:hover,
header nav.navbar .dropdown ul.sub-menu li.active {
    background-color: rgba(0, 0, 0, 0.1);
}

header nav.navbar .dropdown ul.sub-menu li .dropdown-item {
    line-height: 30px;
    padding: 10px 25px 10px 40px;
    color: #fff;
}

header nav.navbar .dropdown ul.sub-menu li .dropdown-item:hover {
    color: #fff;
}

header nav.navbar .dropdown ul.sub-menu li::after {
    width: 13px;
    height: 7px;
    top: 19px;
    display: block;
    position: absolute;
    content: "";
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 5px #fff;
    left: 25px;
}

header nav.navbar .dropdown ul.sub-menu li:hover a {
    color: #fff;
    background: none;
}

header nav.navbar .dropdown ul.sub-menu li.active a {
    background: none;
    color: #fff;
}

header nav.navbar .dropdown:hover ul.sub-menu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.comm-ancr.blue,
.green-blk .comm-ancr {
    background: #1459ba;
}

.comm-ancr {
    background-color: #84af31;
    min-width: 196px;
    height: 56px;
    border-radius: 50px;
    display: inline-block;
    line-height: 56px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-right: 40px;
    padding: 0 35px;
    font-size: 16px;
}

.header-top ul li .comm-ancr {
    margin-right: 0;
}

.comm-ancr span:not(.getTxt),
.header-top ul li .comm-ancr span.getTxt {
    display: none;
}

.header-top ul li .comm-ancr span.appTxt,
.banner-text .comm-ancr span.getTxt {
    display: block;
}

.comm-ancr:hover,
.comm-ancr.blue,
.header-top ul li .comm-ancr:hover {
    background: #1459ba;
    color: #fff !important;
}

.comm-ancr.blue:hover {
    background: #84af31;
}

.green-blk .comm-ancr {
    margin: 0;
}

.green-blk .comm-ancr:hover {
    background-color: #fff;
    color: #84af31 !important;
}

section#main-banner {
    margin-top: 180px;
    padding: 0;
}

.carousel-item img {
    width: 100%;
}

.banner-text {
    text-align: left;
    max-width: 1420px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0px 15px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    z-index: 1;
}

.banner-text .comm-ancr span.appTxt {
    display: none;
}

h6 {
    margin-bottom: 15px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.banner-text h1 {
    font-size: 110px;
    color: rgb(24, 24, 24);
    font-weight: 900;
    line-height: 110px;
    margin-bottom: 50px;
}

section {
    padding: 110px 0;
}

section.about {
    padding-top: 70px;
}

h2,
h1,
h3 {
    font-size: 44px;
    color: rgb(20, 89, 186);
    margin-bottom: 40px;
}

.services {
    background: url(../images/services.jpg) no-repeat center center;
    background-size: cover;
}

.services h2 {
    color: #131313;
}

.services [class*="col-"] {
    padding: 0 35px;
}

.service-blk {
    background: #fff;
    border-radius: 15px 15px 15px 100px;
    padding: 50px 50px 60px 50px;
    margin: 30px 0;
}

.service-blk .services-icon {
    margin-bottom: 20px;
    width: 87px;
    height: 80px;
    position: relative;
}

.service-blk .arrow {
    position: relative;
    width: 33px;
    height: 16px;
}

.service-blk .services-icon img,
.service-blk .arrow img {
    position: absolute;
    left: 0;
    top: 0;
}

.service-blk img.icon1,
.service-blk:hover img.icon2 {
    opacity: 1;
}

.service-blk img.icon2,
.service-blk:hover img.icon1 {
    opacity: 0;
}

.service-blk p {
    margin-bottom: 10px;
    color: #131313;
    font-size: 14px;
}

.service-blk h4 {
    font-size: 22px;
    font-weight: 700;
    color: #131313;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.service-blk:hover {
    background: #1459ba;
}

.service-blk:hover h4,
.service-blk:hover p {
    color: #fff;
}

.service-blk:before,
.service-blk:after {
    width: 160px;
    height: 160px;
    background: #ffffff1f;
    content: "";
    display: block;
    position: absolute;
    right: -100px;
    top: -100px;
    border-radius: 100%;
    z-index: 1;
    transform: scale(0.2);
}

.service-blk:after {
    transform: scale(0.2);
    background: #ffffff0d;
    z-index: 0;
}

.service-blk:hover:before,
.service-blk:hover:after {
    right: -20px;
    top: -30px;
    transform: scale(1);
}

.service-blk:hover:after {
    right: -25px;
    top: -10px;
    transform: scale(1.4);
}

.why-blue-bg {
    background: url(../images/home/why-bg.jpg) no-repeat center center;
    background-size: cover;
}

.why-bg {
    background: url(../images/home/why-us-img.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.why-text {
    padding: 110px 220px 110px 0;
    margin: 0 0 0 auto;
    max-width: 910px;
    color: #fff;
}

.green-blk {
    background: #fff;
    position: absolute;
    padding: 70px 50px;
    top: 50%;
    transform: translate(-150px, -50%);
    background: #84af31;
    border-radius: 15px 15px 15px 100px;
    text-align: center;
}

.green-blk h3 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: 700;
}

.bullet-list li {
    padding-left: 50px;
    margin-bottom: 15px;
    font-size: 18px;
}

.bullet-list li:before {
    content: "";
    background: url(../images/bullet-icon.png) no-repeat center center;
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}

.global-charity p {
    font-size: 18px;
    font-weight: 500;
}

.goals-img,
.goals-img1 {
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: 0 0 0 30px;
}

.goals-img1 {
    margin: 0;
    padding: 0;
}

.testimonial {
    background: url(../images/home/testimonial-bg.jpg) no-repeat center;
    background-size: cover;
}

footer {
    padding: 160px 00 0;
}

.testimonial-blk {
    padding: 60px;
    width: 500px;
    background: #fff;
    border-radius: 15px 15px 15px 100px;
}

.testimonial-blk .star-blk {
    margin: 0 auto;
    display: inline-block;
    width: 97px;
}

.testimonial-blk h6 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}

.testimonial-blk p.note {
    font-size: 14px;
    margin-bottom: 5px;
}

.text-black {
    color: #131313;
}

.gallery-row {
    margin-top: 80px;
}

.gallery-row a {
    display: block;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.inner-banner-txt {
    text-align: center;
}

.get-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
    right: 13%;
}

footer {
    background: url(../images/footer-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 200px 0 0;
}

.footer-bottom {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    height: 110px;
}

::-webkit-input-placeholder {
    color: #131313;
}

::-moz-placeholder {
    color: #131313;
}

:-ms-input-placeholder {
    color: #131313;
}

:-moz-placeholder {
    color: #131313;
}

.thank-you-icon {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 30px;
    background: #1458b9;
    border-radius: 100%;
    color: #fff;
    font-size: 30px;
    line-height: 60px;
}

p.sad-icon {
    color: #1458b9;
    font-size: 50px;
}

ul.footer-nav .nav-link {
    padding: 0;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
}

ul.footer-nav li.nav-item {
    width: 48%;
    float: left;
    margin: 0 5px 10px 0;
}

footer h6 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

footer {
    font-size: 15px;
    line-height: 27px;
    color: #fff;
}

.footer-top {
    padding-bottom: 30px;
}

footer a {
    color: #fff;
    font-weight: 300;
}

.contact-ul li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.contact-ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 19px;
    height: 19px;
    background: url(../images/loc.png) no-repeat center center;
    background-size: auto 15px;
}

.contact-ul li.phone:before {
    background-image: url(../images/phone1.png);
    background-size: 15px auto;
}

.contact-ul li.email:before {
    background-image: url(../images/email1.png);
    background-size: 17px auto;
    top: 5px;
}

.get-in-touch {
    padding-bottom: 0;
    margin: 0 15px -120px;
}

.get-main-blk {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 50px 35px;
    border-radius: 15px;
    background: #f7f7f7 url(../images/get-in-touch-bg.jpg) no-repeat right 20px;
    background-size: auto;
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.get-img-blk {
    background: url(../images/get-touch-img.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

h4 {
    font-size: 30px;
    font-weight: 900;
    color: #1459ba;
    margin-bottom: 0px;
}

.get-main-blk .cotanct_form_wrap {
    margin-top: 20px;
}

.form-control {
    height: 50px;
    border-color: #e6e6e6;
    padding: 0 20px;
}

textarea.form-conatrol {
    min-height: 300px;
    max-height: 300px;
    height: 300px;
}

textarea.form-control {
    min-height: 140px;
    max-height: 140px;
    padding: 20px;
}

#btnSubmit {
    border: 0;
    font-size: 16px;
}

#back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 50px;
    width: 50px;
    background: #84af31 url(../images/white-arrow.png) no-repeat center center;
    background-size: 28px;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    z-index: 1;
}

a#back-to-top.active {
    opacity: 1;
    visibility: visible;
}

.footer-bottom p {
    margin: 0;
}

#main-banner.not-found {
    margin-bottom: 0;
}

.thank-you#main-banner {
    background: #f5f5f5;
}

footer a:hover {
    color: #fff;
    text-decoration: underline !important;
}

.thank-you#main-banner .thank-you-blk,
#main-banner.not-found {
    margin: 120px auto;
    min-height: 30vh;
}

#main-banner.not-found {
    margin-bottom: 0;
}

.thank-you#main-banner .thank-you-blk a {
    padding: 0 15px;
    text-transform: uppercase;
}

.gallery-row [class*="col-"] {
    padding: 0 15px;
}

.comm-ancr:last-child {
    margin: 0;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.inner-banner {
    background: url(../images/inner-banner.jpg) no-repeat center center;
    background-size: cover;
    height: 310px;
    padding: 0 15px !important;
}

.inner-banner-txt h1 {
    color: #fff;
    text-align: center;
}

.inner-banner-txt .comm-ancr.blue {
    background: #84af31;
}

.inner-banner-txt .comm-ancr.blue:hover {
    background: #fff;
    color: #1459ba !important;
}

.font-20 {
    font-size: 20px;
    line-height: 30px;
}

.blue-btn .comm-ancr {
    background: #1459ba;
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto -100px;
    border-radius: 15px;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: "";
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.services.text-center {
    padding-top: 170px;
}

.bg-ceaning {
    background: url(../images/deap-clean/large/13.jpg) no-repeat bottom center;
    background-size: cover;
    position: relative;
}

.bg-ceaning.hard-clean {
    background: url(../images/hard-floor/shiny-bg.jpg) no-repeat bottom center;
}

.bg-ceaning .container {
    max-width: 1000px;
    text-align: center;
    z-index: 1;
    color: #fff;
    position: relative;
}

.bg-ceaning h3 {
    color: #84af31;
}

.bg-ceaning:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 0;
}

.text-ancr {
    color: #1459ba;
    font-weight: 500;
    text-decoration: underline !important;
}

.tenancy {
    background-image: url(../images/end-of-tenancy/large/22.jpg);
}

.office {
    background-image: url(../images/office/bg.jpg);
    background-position: center center;
}

.builders {
    background-image: url(../images/builders-clean/bg-img.jpg);
    padding-bottom: 140px;
}

h5 {
    line-height: 26px;
}

.bottom-list h6 {
    padding: 35px;
    background: #84af31;
    color: #fff;
    text-transform: capitalize;
    border-radius: 15px 15px 15px 60px;
    box-shadow: 0 0 10px #00000040;
    font-size: 22px;
    line-height: 30px;
}

.bottom-list [class*="col-"]:nth-child(2) h6 {
    background: #1459ba;
}

.clean-list {
    padding: 0;
    margin: -50px 0 -20px;
}

.clean-list .container {
    max-width: 1200px;
    text-align: center;
}

.goals-list img {
    width: 145px;
    margin: 10px;
}

.about-txt {
    max-width: 800px;
    text-align: left;
    margin-bottom: 50px;
}

.about-txt h5 {
    color: #1458b9;
    font-style: italic;
    margin: 30px 0 0 30px;
}

.about-txt ul {
    padding: 0 0 0 30px;
    margin: 100px 0 20px;
}

h6 {
    line-height: 28px;
}

.about-img-blk {
    position: relative;
}

.about-img-blk img {
    border-radius: 15px;
    overflow: hidden;
}

.about-img-blk .green-blk {
    transform: none;
    right: 50px;
    bottom: 80%;
    top: auto;
    width: 450px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    left: auto;
}

.about-services .service-row:not(:last-child) {
    margin-bottom: 100px;
}

.about-services h3 {
    font-size: 40px;
}

.abt-img {
    border-radius: 15px 15px 15px 80px;
    overflow: hidden;
}

.map {
    height: 560px;
    padding: 0;
}

.contact-us footer {
    padding-top: 100px;
}

.contact-footer {
    max-width: 1200px;
    margin: 0px auto 0;
    padding: 80px 100px;
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
    border-radius: 100px;
    position: relative;
    transform: translateY(50%);
    background: #fff;
}

.contact-inner {
    padding-bottom: 30px;
}

.contact-footer li {
    position: relative;
    padding-left: 90px;
}

.contact-footer li:before {
    content: "";
    background: #1459ba url(../images/loc.png) no-repeat center center;
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: -4px;
}

.contact-footer li.call-li:before {
    background-image: url(../images/phone1.png);
}

.contact-footer li.mail-li:before {
    background-image: url(../images/email1.png);
}

.contact-footer li a {
    color: #000;
    font-weight: 300;
}

.contact-footer li:hover:before {
    background-color: #84af31;
}

.contact-footer li:hover a:hover {
    color: #84af31;
}

section.video {
    padding: 0 15px;
}

p.social a svg {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    fill: #fff;
}

.contact-inner p.social a svg {
    fill: #ffffff;
    margin: 0;
    width: 18px;
    height: 18px;
}

.contact-inner p.social a {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #84af31;
    display: inline-block;
    margin: 0 10px 0 0;
    border-radius: 7px;
    line-height: 40px;
}

.video-blk {
    position: relative;
}

.video-blk button {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 0;
    background: none;
    padding: 0;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

button.close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #84af31;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    opacity: 1;
    text-shadow: none;
    color: #fff;
}

button.close:hover {
    opacity: 1 !important;
    background: #1458b9;
    color: #fff;
}

.modal-body {
    padding: 20px 20px 11px;
}

.modal-open {
    padding-right: 0 !important;
}

.contact-footer li.call-li {
    flex: 0 0 220px;
}

.contact-footer li.mail-li {
    flex: 0 0 340px;
}

.list-ul li {
    width: 50%;
    flex: 0 0 50%;
}
.img-blk a {
    flex: 0 0 22%;
    width: 22%;
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.img-blk a:last-child {
    margin-right: 0;
}
section.services.text-center.new-service {
    padding-top: 120px;
}
.new-three [class*="col"] {
    padding: 60px;
}
.home-serv {
    background: #f5f5f5;
    padding: 0;
}
.green-bg h3,
.home-serv [class*="col"]:nth-child(2) h3,
.home-serv [class*="col"]:nth-child(3) h3,
.home-serv [class*="col"]:nth-child(6) h3 {
    color: #fff;
}
.green-bg,
.home-serv [class*="col"]:nth-child(2),
.home-serv [class*="col"]:nth-child(3),
.home-serv [class*="col"]:nth-child(6) {
    background: #84af31;
    color: #fff;
}
.grey-bg {
    background: #f5f5f5;
}
.half-sec {
    padding: 0;
}

.half-sec .text-blk {
    padding: 70px;
}
.bg-img {
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}
.inner-serv p:last-child {
    margin-bottom: 0;
}
.inner-serv {
    background: url(../images/services.jpg) no-repeat center center / cover;
}
.inner-serv .serv-blk1 h3 {
    font-size: 30px;
    margin: 0 0 15px;
}
.inner-serv .serv-blk1:nth-child(even) h3 {
    color: #fff;
}
.inner-serv .serv-blk1:nth-child(even) {
    background: #84af31;
    color: #fff;
}
@media (max-width: 1420px) {
    .banner-text h1 {
        font-size: 90px;
        line-height: 88px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1366px) {
    h2,
    h1,
    h3 {
        font-size: 39px;
    }
    .about .text-right img {
        width: 100%;
    }
    .comm-ancr {
        margin-right: 30px;
    }
    section {
        padding: 90px 0;
    }
    .services [class*="col-"] {
        padding: 0 20px;
    }
    .service-blk {
        padding: 40px 40px 50px 40px;
        margin: 20px 0;
    }
    .why-text {
        padding: 110px 140px 110px 0;
    }
    .get-text {
        right: 90px;
    }
    .footer-bottom {
        height: 100px;
    }
    section.gallery {
        padding-bottom: 65px;
    }
    .contact-inner {
        padding-bottom: 0;
    }
    .about-txt {
        max-width: 65%;
    }
    .about-img-blk .green-blk {
        width: 325px;
        padding: 50px 45px;
    }
    section.services.text-center.new-service {
        padding-top: 80px;
    }
}

@media (max-width: 1199px) {
    body {
        font-size: 15px;
        line-height: 28px;
    }
    body .overlay {
        content: "";
        width: 100%;
        position: fixed;
        height: 100vh;
        overflow: hidden;
        background: #000;
        left: 0;
        top: 0;
        opacity: 0.5;
        z-index: 1;
        display: none;
    }
    body.nav-open .overlay {
        display: block;
    }
    header .header-top .navbar-brand img {
        height: 55px;
    }
    header .header-top ul li {
        padding-left: 20px;
        margin-left: 20px;
    }
    header .header-top ul li:last-child {
        padding: 0;
    }
    .header-top ul li .comm-ancr {
        padding: 0 15px;
        height: 50px;
        line-height: 50px;
    }
    header .header-top::before {
        display: none;
    }
    header .header-top .menu-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 20px;
        text-transform: uppercase;
        font-size: 16px;
        color: #1459ba;
        font-weight: 500;
    }
    header nav.navbar .navbar-nav {
        z-index: 2;
        position: relative;
        padding: 55px 30px;
        width: 100%;
    }
    header nav.navbar .navbar-nav li {
        padding: 5px 20px;
    }
    header nav.navbar .navbar-nav li .nav-link {
        color: #fff;
        line-height: 40px;
        padding: 0;
    }
    header nav.navbar .navbar-nav li .nav-link:hover {
        color: #fff;
    }
    header nav.navbar .navbar-nav li .nav-link:before {
        display: none;
    }
    header nav.navbar .navbar-nav li.active {
        background: #84af31;
    }
    header nav.navbar .navbar-nav li.active .nav-link {
        color: #fff;
    }
    header .navbar-toggler {
        position: relative;
        display: block;
        width: 30px;
        height: 22px;
        background: transparent;
        border: 0;
        border-top: 2px solid #1459ba;
        border-bottom: 2px solid #1459ba;
        border-radius: 0;
        color: #1459ba;
        font-size: 0;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        float: right;
        z-index: 3;
        margin: 0 0 0 5px;
    }
    header .navbar-toggler:before,
    header .navbar-toggler:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        background: currentColor;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    header .navbar-toggler:hover,
    header .navbar-toggler:focus {
        color: #006344;
    }
    header .navbar-toggler.is-active {
        border-color: transparent;
    }
    header .navbar-toggler.is-active:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }
    header .navbar-toggler.is-active:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    /* 

  header nav.navbar .dropdown ul.sub-menu {

    position: relative;

    opacity: 1;

    visibility: visible;

    display: none;

    -webkit-transform: translateY(0);

    transform: translateY(0);

    left: 20px;

    background: none;

    width: 100%;

    -webkit-box-shadow: none;

    box-shadow: none;

  }



  header nav.navbar .dropdown ul.sub-menu.act {

    display: block;

    padding: 10px 20px;

    position: static;

    margin: 0 -20px;

    width: calc(100% + 40px);

    background: rgba(0, 0, 0, 0.2);

  }



  header nav.navbar .dropdown ul.sub-menu .dropdown-item {

    color: #fff;

    padding: 0 0 0 15px;

    line-height: 40px;

    text-transform: uppercase;

    position: relative;

  }



  header nav.navbar .dropdown ul.sub-menu .dropdown-item:before {

    position: absolute;

    width: 7px;

    height: 1px;

    content: '';

    background: #fff;

    left: 0;

    top: 15px;

  }



  header nav.navbar .dropdown ul.sub-menu li {

    width: 100%;

    float: none;

    padding: 0;

    margin: 7px 0;

    font-size: 14px;

  }



  header nav.navbar .dropdown ul.sub-menu li:after {

    display: none;

  } */
    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100%;
        width: 100%;
        max-width: 320px;
        overflow-y: auto;
        visibility: hidden;
        padding: 0;
        background-color: #1459ba;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: left, visibility;
        transition-property: left, visibility;
        z-index: 2;
    }
    .navbar-collapse.open {
        left: 0;
        visibility: visible;
    }
    .navbar-collapse.open button.navbar-toggler {
        border-color: transparent;
        margin: 13px;
    }
    .navbar-collapse.open button.navbar-toggler:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        background: #fff;
    }
    .navbar-collapse.open button.navbar-toggler:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        background: #fff;
    }
    section#main-banner {
        margin-top: 110px;
    }
    .banner-text h1 {
        font-size: 70px;
        line-height: 70px;
    }
    section {
        padding: 60px 0;
    }
    .service-blk h4 {
        font-size: 19px;
    }
    .service-blk {
        padding: 35px 30px 50px 30px;
        border-radius: 15px 15px 15px 80px;
        margin: 20px 0;
    }
    .why-text {
        padding: 60px 20px;
    }
    .green-blk {
        transform: translate(-50%, -50%);
        left: 50%;
        padding: 30px;
        width: 330px;
    }
    .green-blk h3 {
        font-size: 26px;
        line-height: 35px;
    }
    .bullet-list li {
        font-size: 15px;
        line-height: 22px;
    }
    h2,
    h1,
    h3 {
        margin-bottom: 15px;
    }
    .footer-top [class*="col-"] {
        padding: 0 15px;
    }
    ul.footer-nav {
        margin: 0 -15px !important;
    }
    .left-h4 {
        margin-left: -15px;
    }
    .contact-ul li {
        margin-bottom: 20px;
        padding-left: 30px;
        position: relative;
    }
    .footer-bottom {
        height: 70px;
    }
    .get-text {
        right: 20px;
    }
    button#nav-toggle {
        z-index: 3;
    }
    button#nav-toggle1 {
        z-index: 1;
    }
    .inner-banner {
        height: 180px;
    }
    .contact-footer {
        padding: 50px;
    }
    .contact-footer li {
        padding-left: 70px;
    }
    .contact-footer li:before {
        width: 60px;
        height: 60px;
    }
    section.map {
        height: 400px;
    }
    .contact-us footer {
        padding-top: 90px;
    }
    .about-services h3 {
        font-size: 29px;
    }
    .about-services .service-row:not(:last-child) {
        margin-bottom: 60px;
    }
    .about-img-blk .green-blk {
        right: 0;
    }
    .office {
        padding-bottom: 110px;
    }
    .about-txt h5 {
        margin: 20px 0 0 30px;
    }
    header nav.navbar .dropdown ul.sub-menu {
        position: static;
        padding: 0;
        box-shadow: none;
        width: 100%;
        border: 0;
        padding-left: 15px;
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    header nav.navbar .dropdown ul.sub-menu li {
        padding: 0;
    }
    header nav.navbar .dropdown ul.sub-menu li .dropdown-item {
        padding: 10px 15px;
    }
    header nav.navbar .dropdown ul.sub-menu li::after {
        left: 0;
    }
    section.services.text-center.new-service {
        padding-top: 60px;
    }
    .new-three [class*="col"] {
        padding: 35px;
    }
}

.about-txt ul li {
    margin-bottom: 10px;
}
.new-ul li {
    list-style-position: inside;
    margin: 3px 20px;
}
@media (max-width: 991px) {
    section.services.text-center.new-service {
        padding-top: 40px;
    }
    .carousel-item img {
        height: 500px;
        width: auto;
        max-width: none;
        display: block;
    }
    .carousel-item {
        display: flex !important;
        justify-content: center;
    }
    header .header-top ul li.call-li:before,
    header .header-top ul li.mail-li:before {
        position: static;
        background-color: none;
        height: 20px;
        background-size: 15px auto;
    }
    .top-blk {
        height: 34px;
        background: #1459ba;
    }
    header .header-top .top-blk ul li.mail-li:before {
        background-size: 17px auto;
    }
    header .header-top .top-blk ul li:last-child {
        border-left: solid 1px #ffffff26;
    }
    header .header-top .top-blk ul li {
        padding: 0 5px !important;
        margin: 0 0 0 10px;
        line-height: 18px;
    }
    header .header-top .top-blk ul li a {
        color: #fff;
    }
    header .header-top .top-blk ul li.call-li {
        margin-left: 0;
    }
    .about .text-right img {
        max-width: 500px;
        margin: 40px auto 0;
        display: block;
    }
    section.about {
        text-align: center;
    }
    section {
        padding: 60px 0;
    }
    .why-bg {
        background: none;
        padding: 0 !important;
    }
    ul.footer-nav,
    .left-h4 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    footer {
        padding-top: 170px;
    }
    .footer-bottom {
        text-align: center;
        padding: 10px 0;
        height: auto;
    }
    .header-top ul li .comm-ancr {
        padding: 0 30px;
    }
    .contact-inner .col-lg-5 {
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
    }
    .contact-footer {
        display: none;
    }
    .contact-inner {
        padding-bottom: 70px;
    }
    .contact-us footer {
        padding-top: 60px;
    }
    .about-img-blk .green-blk {
        display: none;
    }
    .about-txt {
        max-width: 100%;
        text-align: center;
    }
    .about-services .service-row:not(:last-child) {
        margin-bottom: 20px;
    }
    .about-services .service-row [class*="col-"] {
        margin-bottom: 30px;
        text-align: center;
    }
    .about-services .service-row:last-child [class*="col-"]:last-child {
        margin-bottom: 0;
    }
    .bottom-list h6 {
        font-size: 16px;
        padding: 20px;
        line-height: 26px;
        border-radius: 10px;
    }
    .about-txt ul {
        list-style-position: inside;
        margin: 30px;
        font-weight: 400;
        padding: 0;
    }
    .img-blk a {
        max-width: 150px;
    }
    .half-sec .text-blk {
        padding: 50px;
    }
    .home-serv [class*="col"],
    .home-serv [class*="col"] h3 {
        background: none !important;
        color: #131313 !important;
        text-align: center;
    }
    .home-serv [class*="col"]:nth-child(even) h3 {
        color: #fff !important;
    }
    .home-serv [class*="col"]:nth-child(even) {
        background: #84af31 !important;
        color: #fff !important;
    }
}

@media (max-width: 767px) {
    .banner-text h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .banner-text {
        text-align: center;
    }
    .services [class*="col-"]:nth-child(odd) {
        padding-right: 15px;
    }
    .services [class*="col-"]:nth-child(even) {
        padding-left: 15px;
    }
    .testimonial-blk {
        margin: 0 auto;
        box-shadow: 0 0 10px #0000000f;
    }
    .testimonial {
        background-size: auto 320px;
        background-position: top right;
        padding-top: 270px;
    }
    section.gallery {
        padding: 0;
    }
    .gallery-row {
        margin-top: 40px;
    }
    .gallery-row img {
        width: 100%;
    }
    .gallery-row a {
        margin-bottom: 20px;
    }
    section {
        padding: 40px 0;
    }
    section.about {
        padding-top: 50px;
    }
    .gallery-row [class*="col-"]:nth-child(odd) {
        padding-right: 10px;
    }
    .gallery-row [class*="col-"]:nth-child(even) {
        padding-left: 10px;
    }
    .get-text {
        position: static;
        text-align: center;
        background: #fff;
        width: 90%;
        margin: 0 auto;
        padding: 40px 35px;
        border-radius: 15px 15px 15px 80px;
        transform: translate(0, -50px);
        box-shadow: 0 0 10px #00000014;
    }
    .comm-ancr {
        padding: 0 25px;
    }
    .get-in-touch {
        padding-top: 0;
    }
    .footer-top .border-blk {
        border-top: solid 1px rgb(255 255 255 / 0.1);
        padding: 25px 0;
        margin: 10px 15px 0;
    }
    .footer-top {
        padding-bottom: 0;
    }
    h2,
    h1,
    h3 {
        font-size: 32px;
    }
    .inner-banner-txt h1 {
        margin-bottom: 10px;
    }
    .contact-inner {
        padding-bottom: 40px;
    }
    .about-txt {
        margin-bottom: 30px;
    }
    .services.text-center {
        padding-top: 130px;
        margin-bottom: 40px;
    }
    .half-sec .text-blk {
        padding: 40px 30px;
    }
}

@media (max-width: 575px) {
    li.mail-li {
        display: none !important;
    }
    header .header-top .navbar-brand img {
        height: 40px;
    }
    header .header-top {
        height: 90px;
    }
    .container {
        padding: 0 15px;
    }
    section#main-banner {
        margin-top: 91px;
    }
    .banner-text h1 {
        font-size: 32px;
        line-height: 34px;
    }
    .carousel-item img {
        height: 360px;
    }
    .comm-ancr {
        margin: 0 auto;
        width: 100%;
    }
    .comm-ancr:last-child {
        margin-top: 15px;
    }
    .banner-text h6 {
        color: #1f1f1f;
    }
    h2,
    h1,
    h3 {
        font-size: 28px;
    }
    .service-blk {
        text-align: center;
        margin: 20px 0 10px;
    }
    .service-blk .services-icon,
    .service-blk .arrow {
        margin: 0 auto 15px;
    }
    .service-blk .arrow {
        margin-bottom: 0;
    }
    .why-text {
        padding: 40px 0;
    }
    .bullet-list li {
        padding: 0 0 0 30px;
        margin-bottom: 20px;
    }
    .bullet-list li:before {
        top: 0px;
    }
    .green-blk {
        position: static;
        transform: none;
        width: 100%;
        border-radius: 0;
    }
    .green-blk h3 {
        margin-bottom: 0px !important;
        font-size: 24px;
    }
    .testimonial {
        background-size: auto 180px;
        padding: 0 0 180px;
        background-position: bottom right;
        margin-bottom: 40px;
        border-top: solid 1px rgb(204 204 204 / 28%);
    }
    .testimonial-blk {
        box-shadow: none;
        width: 100%;
        padding: 30px 0;
    }
    .gallery-row [class*="col-"] {
        padding: 0 15px !important;
    }
    [class*="col-"] {
        padding: 0 15px;
    }
    .get-text {
        width: 100%;
        border-radius: 0;
        padding: 20px;
        transform: none;
        margin: 0 0 25px;
    }
    h3 {
        font-size: 25px;
    }
    .get-main-blk {
        padding: 20px 0;
    }
    #back-to-top {
        transform: scale(0.8) rotate(-90deg);
        transform-origin: right;
        bottom: 20px;
    }
    .get-in-touch {
        margin: 0;
    }
    .get-main-blk {
        border-radius: 0;
    }
    .g-recaptcha {
        transform: scale(0.9);
        transform-origin: left;
    }
    .form-group.captcha_wrap {
        margin-bottom: 0;
    }
    p#capchaErr {
        margin-bottom: 15px;
    }
    input#btnSubmit {
        margin: 0;
    }
    footer {
        padding-top: 40px;
        font-size: 14px;
        line-height: 26px;
    }
    footer h6 {
        margin-bottom: 15px;
    }
    ul.footer-nav li.nav-item {
        width: 100%;
        margin: 0 0 5px;
    }
    .contact-ul li {
        margin-bottom: 10px;
        line-height: 20px;
    }
    .contact-ul li:before,
    .contact-ul li.email:before {
        top: 0;
    }
    p.social {
        padding-left: 30px;
    }
    .contact-us footer {
        padding-top: 40px;
    }
    section.map {
        height: 300px;
    }
    .about-services h3 {
        font-size: 23px;
        margin-bottom: 7px;
    }
    p {
        margin-bottom: 20px;
    }
    .goals-img,
    .goals-img1 {
        margin: 0 auto;
        max-width: 400px;
    }
    .goals-img1 {
        margin-bottom: 30px;
    }
    .img-blk a {
        max-width: 150px;
        margin: 10px;
        flex: 0 0 40%;
        width: 40%;
    }
}

@media (max-width: 480px) {
}
