li,
p {
    font-family: Poppins
}

.generic-box-img1:before,
.leaf img {
    animation: 2s infinite alternate mover
}

.ch-icon,
.top-icon i {
    place-content: center
}

.ch-icon,
.service-item,
a,
img {
    transition: .4s
}

.blog-p p,
.evrnt-text p,
.service-item p {
    overflow: hidden;
    -webkit-box-orient: vertical
}

*,
dl,
ol,
ul {
    padding: 0;
    margin: 0
}

* {
    box-sizing: border-box
}

:root {
    --first-clr: #0395d1;
    --second-clr: #0b2846;
}

@font-face {
    font-family: Overlock;
    src: url('../fonts/Overlock-Bold.woff2') format('woff2'), url('../fonts/Overlock-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overlock;
    src: url('../fonts/Overlock-Black.woff2') format('woff2'), url('../fonts/Overlock-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

li {
    list-style: none
}

li,
p {
    font-size: 15px;
    color: #3a3a3a;
    line-height: 1.7
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Overlock
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    line-height: 1.3
}

a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: .3px
}

.container {
    max-width: 1230px
}

.bg-color {
    background-color: #f3f7fa
}

img {
    max-width: 100%
}

.padd {
    padding: 60px 0
}

.header {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0
}

.bottom-bar,
.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo img {
    width: 250px;
    padding: 10px;
}

.top-bar {
    display: flex;
    align-items: center;
    padding: 10px 0 10px 100px;
    background: var(--first-clr);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%)
}

.top-icon {
    display: flex;
    align-items: center;
    margin-right: 15px
}

.top-icon i {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    display: grid;
    background: var(--second-clr);
    border-radius: 100%;
    font-size: 12px
}

.nav-btn a,
.span-title {
    display: inline-block;
    color: #fff
}

.nav-btn a {
    padding: 8px 15px;
    background: var(--first-clr);
    cursor: pointer
}

.nav-btn a i {
    margin-left: 7px
}

.blog-p,
.menu-bar {
    width: 70%
}

.logo {
    width: auto
}

.top-icon a {
    color: #fff
}

.navbar-expand-lg .navbar-nav li a.nav-link {
    font-size: 18px;
    color: #000;
    padding: 10px 15px
}

.carousel-item h2 {
    opacity: 0;
    transform: translateY(50px);
    transition: .5s;
    font-size: 50px;
    color: #fff;
    width: 100%
}

.carousel-item.active h2 {
    opacity: 1;
    transform: translateY(0)
}

.carousel-item.active p {
    opacity: 1;
    transform: translateX(0)
}

.banner-sec img {
    width: 100%;
    height: 550px;
    object-fit: cover
}

.carousel-caption {
    text-align: left;
    top: 20%;
    width: 39%;
    left: 10%
}

.copyrights,
.copyrights a,
.date {
    text-align: center
}

.banner-sec .carousel-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #004b85, transparent);
}

.carousel-item p {
    opacity: 0;
    transform: translateY(100px);
    transition: .5s;
    color: #fff;
    /* width: 80%; */
    margin: 15px 0
}

.banner-btns .nav-btn:first-child a {
    background: #fff;
    color: var(--first-clr)
}

.choose-flex:hover .ch-icon,
.menu-btn a,
.nav-btn a:hover,
.news-form input[type=submit]:hover,
.pop-up {
    background: var(--second-clr)
}

span.carousel-control-next-icon,
span.carousel-control-prev-icon {
    background-image: none;
    color: var(--first-clr);
    opacity: 1;
    font-size: 20px
}

.service-item a,
.service-item:hover h3,
.work-five__item:hover .work__item-icon span,
h2.title {
    color: var(--first-clr);
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
	width : 10%
}
section.padd.team-sec {
    display: none;
}
.generic-box-img1:before {
    content: "";
    position: absolute;
    top: -28px;
    left: 0;
    width: 150px;
    height: 150px;
    background: #fff;
    border: 30px solid #adc5d8;
    border-radius: 50%
}

.generic-box-img1:after,
.service-item a,
.span-title {
    background: var(--second-clr);
}

.bubbles-sec::before,
.circle-box:after {
    animation: 1s infinite alternate mover;
    content: ""
}

.generic-box-img1 img {
    top: 31px;
    left: 13px;
    width: 435px;
    height: 435px;
    object-fit: cover;
    z-index: 1;
    position: relative;
    border-radius: 50%
}

.generic-box-img1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: var(--first-clr);
}

.generic-box-img2 {
    position: absolute !important;
    bottom: -15px;
    z-index: 2;
    left: -52px
}

.bubbles-sec,
.service-sec {
    z-index: 9;
    position: relative
}

.generic-box-img2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 185px;
    height: 185px;
    background: var(--second-clr);
    border-radius: 50%
}

.generic-box-img2 img {
    top: 12px;
    left: 5px;
    width: 170px;
    height: 170px;
    object-fit: cover;
    z-index: 1;
    position: relative;
    border-radius: 50%
}

.circle-box:after {
    position: absolute;
    bottom: 19px;
    right: 105px;
    width: 120px;
    z-index: -1;
    height: 120px;
    background: #adc5d8;
    border-radius: 50%
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translatey(-20px)
    }
}

.span-title {
    padding: 4px 15px;
    border-radius: 30px;
    font-size: 17px;
    margin-bottom: 10px;
    TEXT-TRANSFORM: UPPERCASE;
    FONT-WEIGHT: 500;
}

h2.title {
    font-size: 42px
}

.ab-flex {
    display: flex;
    gap: 10px;
    align-items: baseline
}

.ab-flex img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-right: 10px
}

.blog-box,
.inner-banner,
.navbar-expand-lg .navbar-nav li,
.news-form,
section {
    position: relative
}

.leaf img {
    position: absolute;
    right: 55px;
    width: 80px
}

.service-sec {
    background: url(https://kjcleaningservices.com.au/wp-content/uploads/2026/01/1.jpg) 0 0/contain no-repeat;
    width: 100%;
    padding: 80px 0
}

.bubbles-sec::before {
    top: 50px;
    right: 0;
    z-index: 1;
    width: 210px;
    height: 180px;
    position: absolute;
    background: url(../imgs/service-bubble-rt-img.png) 0 0/contain no-repeat
}

.bubbles-sec::after {
    top: 95px;
    left: 29px;
    z-index: -1;
    content: "";
    width: 100px;
    height: 101px;
    position: absolute;
    background: url(../imgs/service-bubble-lf-img.png) 0 0/contain no-repeat;
    animation: 2s infinite alternate mover
}

.leaf-2 img {
    right: auto;
    left: 22%
}

.service-item {
    background: #f4f4f4;
    box-shadow: 0 -24px 80px 0 rgba(166, 184, 213, .17) inset;
    border-radius: 131px;
    padding: 11px 15px 14px;
    width: 98%
}

.service-item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 3
}

.service-item figure img {
    border-radius: 50%;
    width: 244px;
    height: 239px;
    object-fit: cover;
    transition: .4s;
    border: 4px solid #f1f1f3
}

.service-item a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.service-item h3 {
    color: var(--first-clr);
    font-size: 24px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 3;
}

.navbar-expand-lg .navbar-nav li ul.sub-menu li a:hover,
.service-item:hover a {
    background: var(--second-clr);
    color: #fff
}

.service-item:hover img {
    border: 4px solid var(--second-clr);
    transform: scale(.9)
}

.ch-main img {
    width: 390px;
    height: 390px;
    margin: auto;
    border-radius: 100%;
    border: 7px solid var(--first-clr);
    padding: 15px
}

.ch-main:hover img {
    border-color: var(--second-clr)
}

.la-event ul li,
ul.sub-menu li {
    border-bottom: 1px solid #ddd
}

.choose-flex {
    display: flex;
    align-items: center;
    margin-bottom: 55px;
    position: relative
}

.ch-icon {
    width: 75px;
    height: 75px;
    background: var(--first-clr);
    display: grid;
    border-radius: 100%;
    padding: 15px;
    margin-right: 20px;
    border: 7px solid #fff
}

.blog-text,
.test-img {
    display: flex;
    background: #fff
}

.right .choose-flex:first-child {
    left: -110px
}

.right .choose-flex:nth-child(2) {
    left: -65px
}

.right .choose-flex:nth-child(3) {
    left: -85px
}

.left .choose-flex,
.testimonial-box:nth-child(odd) .row {
    flex-direction: row-reverse
}

.left .choose-flex .ch-icon {
    margin-right: inherit
}

.left .choose-flex:first-child {
    right: -110px
}

.left .choose-flex:nth-child(2) {
    right: -65px
}

.left .choose-flex:nth-child(3) {
    right: -85px
}

.home-form {
    background: url(https://kjcleaningservices.com.au/wp-content/uploads/2026/01/2.jpg);
}

.form-box input,
.form-box select,
.form-box textarea {
    width: 100%;
    border: 0;
    padding: 9px 15px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-family: Overlock
}

.form-box input[type=submit] {
    background: var(--first-clr);
    padding: 10px 20px;
    color: #fff;
    font-size: 18px
}

.form-txt {
    width: 90%
}

.team-box-item figure img {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 1
}

.team-box-item figure:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 30px;
    width: 210px;
    height: 210px;
    background: var(--first-clr);
    border-radius: 50%
}

.team-social-icon {
    top: -4px;
    right: -15px;
    position: absolute
}

.team-social-icon ul {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    margin-top: 23px
}

.team-social-icon ul li a {
    width: 33px;
    height: 33px;
    color: #fff;
    background: var(--first-clr);
    border-radius: 50%;
    text-decoration: none;
    position: relative;
    transition: .3s ease-in-out
}

.social-icons ul li a,
ul.footer-box li i {
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-content: center
}

.team-social-icon ul li:first-child {
    left: -25px
}

.team-social-icon ul li {
    position: relative;
    margin-bottom: 18px
}

.team-social-icon ul li:nth-child(2) {
    left: -5px
}

.team-social-icon ul li:nth-child(3) {
    left: -7px
}

.team-social-icon ul li:last-child {
    margin-bottom: 0;
    left: -28px
}

.team-social-icon::after {
    content: "";
    width: 125px;
    height: 230px;
    top: 0;
    right: 0;
    position: absolute;
    background: url(../imgs/Shape\ 3.png) center no-repeat
}

.team-box-item h3 {
    font-size: 22px
}

.testimonial-sec {
    background: url(../imgs/test-bg.jpg) 0 0/cover no-repeat
}

.test-img {
    width: 85%;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    border-radius: 80px;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    position: relative;
    margin: auto
}

.test-img:before {
    position: absolute;
    content: "";
    background: url(../imgs/test-before.png) 0 0/contain no-repeat;
    width: 100px;
    height: 250px;
    left: -19px;
    z-index: -1;
    top: -25px
}

.blog-p h4,
.test-img h5 {
    font-size: 25px
}

.t-img img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    object-fit: cover
}

img.t-icon {
    width: 70px
}

.test-para p {
    font-style: italic;
    font-size: 16px
}

.testimonial-box:nth-child(odd) .test-img:before {
    right: -19px;
    left: inherit;
    transform: scaleX(-1)
}

.testimonial-box {
    margin: 50px 0
}

span.next-btn,
span.prev-btn {
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    background: var(--second-clr);
    color: #fff;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    bottom: -30px
}

.date h5,
.footer-links ul li:before {
    color: var(--first-clr);
    font-weight: 700
}

.blog-text,
.footer,
h4.f-title {
    position: relative
}

span.prev-btn {
    left: 45%
}

span.next-btn {
    left: 50%
}

.blog-img img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.blog-text {
    width: 90%;
    margin-left: auto;
    box-shadow: rgb(0 75 133) -6px 6px 0;
    padding: 20px;
    margin-top: -25px;
    z-index: 9;
    justify-content: space-between
}

.date {
    width: 26%
}

.date h5 {
    font-size: 40px;
    margin: 0
}

.date p {
    font-size: 14px
}

.blog-p p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.footer {
    background: url(https://kjcleaningservices.com.au/wp-content/uploads/2026/01/YR56UY.jpg);
    padding: 100px 0 40px
}

.copyrights,
.social-icons ul li a,
ul.footer-box li i {
    background: var(--first-clr)
}

.footer .bubbles-sec::before {
    top: 110px;
    width: 180px
}

.footer .bubbles-sec::after {
    top: 225px
}

.leaf-3 img {
    top: 100px;
    width: 50px
}

.footer-img img {
    width: 230px
}

h4.f-title {
    color: #fff;
    font-size: 28px;
    margin: 0 0 20px;
    padding: 0 0 20px
}

h4.f-title:before {
    position: absolute;
    content: "";
    width: 55px;
    height: 2px;
    background: #fff;
    bottom: 0
}

.footer-links ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px
}

.footer-links ul li:before {
    position: absolute;
    content: ">";
    font-size: 18px;
    left: 0
}

ul.footer-box li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px
}

ul.footer-box li i {
    width: 30px;
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 14px
}

ul.footer-box li a {
    width: 75%
}

.copyrights {
    padding: 10px 0
}

.founder-img,
.left .choose-flex h4 {
    text-align: right
}

.copyrights a {
    color: #fff
}

.footer-padding {
    padding-left: 50px
}

.social-icons ul li a {
    width: 30px;
    margin: 0 5px 0 0;
    color: #fff;
    font-size: 14px;
    transition: .4s
}

.social-icons ul {
    display: flex
}

.footer a,
.footer p {
    color: #fff;
    font-family: Poppins;
    font-size: 14px
}

.news-form input[type=email] {
    width: 100%;
    position: relative;
    border: none;
    padding: 11px 15px;
    border-radius: 30px;
    font-size: 15px;
    background: #f5f5f5;
    outline: #0899f1
}

.news-form input[type=submit] {
    background: var(--first-clr);
    border: none;
    position: absolute;
    right: 0;
    width: max-content;
    padding: 10px 40px;
    color: #fff;
    margin: 0;
    border-radius: 30px
}

.newsletter {
    background: #fff;
    padding: 30px 35px;
    border-radius: 20px;
    box-shadow: rgba(17, 17, 26, .1) 0 0 16px;
    position: relative;
    z-index: 9;
    bottom: -50px
}

.la-event ul li img,
.work-five__item {
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0
}

.subscribe-flex {
    display: flex;
    align-items: center
}

.subscribe-flex img {
    width: 40px;
    margin-right: 30px
}

.pop-up .modal-body {
    padding: 30px
}

.pop-up h5 {
    color: #fff;
    font-size: 24px
}

.modal-header .btn-close {
    background: #fff;
    opacity: 1;
    color: var(--second-clr);
    line-height: 0;
    font-size: 16px
}

.inner-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover
}

.inner-banner:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000c2
}

.contact-form,
.founder-img:before,
.service-form,
.work-five__icon {
    background: var(--second-clr)
}

.inner-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.inner-content h2 {
    text-transform: capitalize;
    color: #fff;
    font-size: 46px;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

li.breadcrumb-item a,
ol.breadcrumb.text-uppercase.mb-0 li {
    font-size: 15px;
    color: #fff
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none
}

.inner-icon {
    position: absolute;
    top: 40px;
    right: 40px;
    animation: 3s linear infinite alternate squares_lg
}

.inner-icon img,
.inner-icon-2 img {
    width: auto;
    height: auto
}

.inner-icon-2 {
    position: absolute;
    bottom: 40px;
    left: 40px;
    animation: 3s linear infinite alternate float-bob-y
}

@keyframes squares_lg {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.16);
        transform: scale(1.16)
    }
}

@keyframes float-bob-y {

    0%,
    100% {
        transform: translateY(-20px)
    }

    50% {
        transform: translateY(-10px)
    }
}

.founder-img {
    width: 100%;
    position: relative;
    z-index: 9
}

.blog-box:hover img,
.detail-image img:hover {
    transform: scale(1.1)
}

.founder-img img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 100%;
    border: 3px solid var(--second-clr)
}

.founder-img:before {
    position: absolute;
    content: "";
    width: 180px;
    height: 180px;
    border-radius: 100%;
    z-index: -1;
    left: 20px;
    bottom: 35px;
    animation: 2s ease-in-out infinite float-bob-y
}

.blog-img,
.work {
    overflow: hidden
}

.work-five__item {
    overflow: hidden;
    position: relative;
    padding: 30px;
    transition: .4s ease-in-out;
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
    min-height: 360px
}

.work-five__item h3 {
    font-size: 21px
}

.work__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.detail-text h1 span,
.detail-text h2 span,
.detail-text h3 span,
.detail-text h4 span,
.detail-text h5 span,
.detail-text h6 span,
.work-five__item h3:hover {
    color: var(--primary-color)
}

.work-five__item:hover {
    transform: translateY(-10px)
}

.work-five__icon {
    padding: 10px;
    border-radius: 100%;
    width: 70px;
    height: 70px
}

.work-five__icon img {
    filter: invert(1);
    padding: 5px
}

.service-pg .service-item {
    margin-bottom: 30px;
    border-radius: 20px;
    padding-bottom: 25px
}

.cont-flex {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 49%;
    margin: 25px 0
}

.cont-flex i {
    font-size: 36px;
    color: var(--first-clr)
}

.contact-info {
    display: flex;
    flex-wrap: wrap
}

.cont-flex h4 {
    font-size: 20px
}

.map iframe {
    width: 100%;
    height: 400px
}

.contact-form {
    padding: 40px 30px;
    border-radius: 10px
}

.detail-text,
.service-detail,
.service-list ul li:hover::before {
    width: 100%
}

.service-sidebar {
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 100px
}

.service-list {
    width: 100%;
    padding: 20px;
    border: 1px solid #dcdcda;
    border-radius: 10px
}

.service-list ul {
    padding: 0;
    margin: 10px 0 0
}

.detail-image,
.detail-text p,
.service-formbox form {
    margin: 20px 0 0
}

.service-list ul li {
    margin: 0 0 15px;
    background-color: #fff;
    position: relative;
    border-left: 4px solid #00b0e6;
    display: flex;
    gap: 10px;
    align-items: center;
    box-shadow: rgb(0 157 252 / 23%) 0 2px 8px 0;
    border-radius: 0 10px;
    overflow: hidden;
    padding: 15px 10px
}

.service-list li a {
    display: block;
    transition: .5s;
    cursor: pointer;
    position: relative;
    z-index: 9;
    width: 100%;
    font-size: 19px
}

.service-list ul li img {
    width: 35px;
    margin-left: 10px
}

.service-list ul li:hover img {
    filter: brightness(1000)
}

.service-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--first-clr);
    transition: .5s;
    color: #000
}

.service-list ul li a:hover {
    color: var(--tertiary-color)
}

.service-list ul li:hover {
    border-left: 4px solid #000
}

.service-list ul li:hover a,
.work-five__item:hover h3,
.work-five__item:hover p {
    color: #fff
}

.detail-text h1,
.detail-text h2,
.detail-text h3,
.detail-text h4,
.detail-text h5,
.detail-text h6 {
    font-size: 25px;
    margin: 20px 0 0
}

.detail-image {
    overflow: hidden;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    box-shadow: rgb(99 99 99 / 34%) 0 2px 8px 0
}

.detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.detail-text ul , .detail-text ol {
    margin: 0;
    /*display: flex;*/
    justify-content: space-between;
    flex-wrap: wrap
}

.detail-text li {
    margin: 10px 0 0;
    position: relative;
    padding-left: 25px
}

.detail-text li:before {
    content: "";
    position: absolute;
    background: url(../imgs/list.png) 0 0/contain no-repeat;
    width: 15px;
    height: 15px;
    left: 0;
    top: 8px
}

.detail-text  li b {
    margin-right: 10px;
    /*color: var(--second-clr)*/
}

.service-form {
    padding: 20px;
    border-radius: 10px
}

.heading-ser h2,
.heading-ser h2 span {
    color: var(--second-clr);
    font-family: Overlock
}

.la-event {
    width: 100%;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #dcdcda
}

.la-event ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 10px 0;
    padding-bottom: 10px
}

.la-event ul li img {
    width: 80px;
    height: 80px;
    max-width: inherit;
    border-radius: 100%;
    object-fit: cover;
    border: 2px solid var(--first-clr)
}

.evrnt-text p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin: 0
}

.evrnt-text h5 {
    font-size: 14px;
    margin: 10px 0;
    color: var(--second-clr);
    display: inline-block;
    border-radius: 30px
}

.service-formbox {
    width: 100%;
    padding: 30px;
    background-color: var(--second-clr);
    background-image: url(../imgs/why-bg.png);
    background-position: center center;
    background-size: cover;
    margin: 40px 0 0;
    position: sticky;
    top: 40px;
    border-radius: 5px
}

.service-formbox h3 {
    font-size: 22px;
    padding: 0 0 20px;
    border-bottom: 1px solid #fff;
    color: #fff
}

.service-formbox p {
    margin: 0;
    color: #fff
}

.service-input {
    padding: 10px 20px;
    width: 100%;
    font-size: 16px;
    color: #000;
    outline: 0;
    border: none;
    background: #fff;
    border-radius: 30px
}

.service-submit {
    width: 100%;
    padding: 8px 0;
    background-color: var(--first-clr);
    color: #ffff;
    font-size: 18px;
    outline: 0;
    border: none;
    cursor: pointer;
    transition: .5s;
    margin: 20px 0 0;
    border-radius: 30px
}

.service-submit:hover {
    color: #fff;
    background-color: #000
}

.menu-btn a:hover,
.work-five__item:before,
span.next-btn:hover,
span.prev-btn:hover {
    background: var(--first-clr)
}

.form-box select {
    color: #757575
}

.work-five__item:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    bottom: 0;
    left: 0;
    border-radius: 0 100% 0 0;
    transition: .4s
}

.work-five__item:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 0;
    z-index: -1
}

.form-box.contact-form input[type=submit] {
    background: #000;
    color: #fff;
    width: auto;
    padding: 10px 59px
}

ul.sub-menu {
    position: absolute;
    width: max-content;
    background: #fff;
    display: none;
    height: max-content;
    overflow: auto
}

.navbar-expand-lg .navbar-nav li:hover ul.sub-menu {
    display: block
}

.clk_btn {
    position: absolute;
    top: 16px;
    right: -2px;
    font-size: 12px;
    color: #000;
    cursor: pointer
}

li#menu-item-31 ul.sub-menu {
/*     height: 500px */
}

.ab-text ul li h4,
.ab-text ul li h4 b {
    font-family: Overlock;
    font-size: 21px
}

.ab-text ul li {
    position: relative;
    padding-left: 30px
}

.ab-text ul li:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../imgs/list.png) 0 0/contain;
    left: 0;
    top: 5px
}

.right .choose-flex h4 {
    text-align: left
}

form p {
    margin: 0
}

ul.sub-menu::-webkit-scrollbar {
    width: 8px
}

ul.sub-menu::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 5px
}

ul.sub-menu::-webkit-scrollbar-thumb {
    background-color: var(--second-clr);
    border-radius: 5px;
    border: 2px solid var(--second-clr)
}

ul.sub-menu::-webkit-scrollbar-thumb:hover {
    background-color: #555
}

.blog-p h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}



.founder-img.sector-img img {
    width: 100%;
    height: 300px;
    border-radius: 20px;
}

.founder-img.sector-img:before {
    right: -35px;
    bottom: -35px;
    z-index: -1;
    left: inherit;
}

.sector-float {
    float: right;
    width: 45%;
    margin-bottom: 20px;
    margin-left: 20px;
}

.cont-flex p {
    font-family: Overlock;
    color: #000;
    margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff !important;
    border-color: #009dfc !important;
}

.wpcf7-not-valid-tip {
    color: #fff !important;
}



/*==========RESPONSIVE ===========*/

@media only screen and (max-width:1220px) {
    .navbar-expand-lg .navbar-nav li a.nav-link {
        font-size: 16px
    }
}

@media only screen and (max-width:1199px) {
    .menu-bar {
        width: 74%
    }
}

@media only screen and (max-width:1140px) {
    .top-bar .top-icon:last-child {
        display: none
    }

    .logo img {
        width: 210px;
        height: auto
    }

    .menu-bar {
        width: 80%
    }
}

@media only screen and (max-width:1024px) {
    .navbar-expand-lg .navbar-nav li a.nav-link {
        padding: 10px 12px
    }
}

@media only screen and (max-width:991px) {
    .carousel-caption {
        top: 14%;
        width: 70%
    }

    .generic-box-img2 {
        left: inherit
    }

    .circle-box:after {
        display: none
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }

    .service-item {
        padding: 20px;
        border-radius: 20px;
        margin-bottom: 25px
    }

    .service-sec {
        background-size: cover
    }

    section.why-sec {
        padding-top: 40px
    }

    .left .choose-flex:first-child,
    .left .choose-flex:nth-child(2),
    .left .choose-flex:nth-child(3) {
        right: 0
    }

    .left .choose-flex {
        flex-direction: inherit
    }

    .right .choose-flex:first-child,
    .right .choose-flex:nth-child(2),
    .right .choose-flex:nth-child(3) {
        left: 0
    }

    .left .choose-flex h4 {
        text-align: left
    }

    h2.title {
        font-size: 34px
    }

    .blog-box,
    .team-box-item {
        margin-bottom: 30px
    }

    .team-box-item figure:after {
        left: 55px
    }

    .team-social-icon {
        right: -2px
    }

    .choose-flex h4 {
        width: 80%;
        font-size: 20px
    }

    .form-txt {
        width: 100%;
        margin-bottom: 35px
    }

    .testimonial-box {
        margin: 30px 0
    }

    .test-para p {
        text-align: center;
        margin-top: 30px
    }

    .test-img {
        width: 80%;
        padding: 20px
    }

    .test-img:before {
        height: 180px;
        width: 80px;
        top: -14px
    }

    .t-img img {
        width: 60px;
        height: 60px
    }

    span.next-btn {
        left: 55%
    }

    span.prev-btn {
        left: 40%
    }

    .news-form {
        margin-top: 20px
    }

    .footer-padding {
        padding-left: 0
    }

    .generic-box-img1 img {
        width: 380px;
        height: 380px
    }

    .generic-box-img1:after {
        width: 400px;
        height: 400px
    }

    .service-item figure img {
        width: 200px;
        height: 200px
    }

    .padd {
        padding: 40px 0
    }

    nav.navbar.navbar-expand-lg.nav-1 {
        order: 2
    }

    .nav-btn.menu-btn {
        order: 1;
        margin-left: auto
    }

    button.navbar-toggler {
        border: 2px solid var(--second-clr);
        padding :5px;
    }

    button:focus:not(:focus-visible) {
        box-shadow: none
    }

    .navbar-collapse {
        position: absolute;
        top: 55px;
        right: 0;
        min-width: 400px;
        background: #fff
    }

    .clk_btn {
        background: var(--first-clr);
        color: #fff;
        right: 10px;
        padding: 5px;
        display: grid;
        place-content: center;
        border-radius: 4px;
        font-size: 10px
    }

    ul.sub-menu {
        position: revert;
        width: 97%
    }

    ul.sub-menu li {
        padding-left: 20px;
        border-color: var(--second-clr)
    }

    .navbar-expand-lg .navbar-nav li ul.sub-menu li a {
        font-size: 15px
    }
    
    .generic-box-img1:before {
    top: 0px;
    width: 125px;
    height: 125px;
    }
    
    .founder-img:before {left: -25px;}

.founder-img {
    text-align: left;
    margin: 20px 0;
}

.founder-img img {
    width: 300px;
    height: 300px;
}

.work-five__item {
    min-height: auto;
}

.work-five__item:before {
    width: 50px;
    height: 50px;
}

img {}.inner-banner img {
    height: 300px;
}

.inner-icon img, .inner-icon-2 img {
    height: auto !important;
    width: 85px;
}

.inner-content h2 {
    font-size: 30px;
}

.service-sidebar {
    margin-top: 20px;
}

.detail-image {
    height: auto;
}

.detail-text h1, .detail-text h2, .detail-text h3, .detail-text h4, .detail-text h5, .detail-text h6 {
    font-size: 22px;
}

.mb-5 {
    margin-bottom: 1.5rem !important;
}

.inner-content nav {
    display: none;
}

.la-event {
    margin-top: 25px;
}

.la-event ul li img {
    width: 60px;
    height: 60px;
}

.evrnt-text p {
    font-size: 13px;
}

.testimonial-pg .testimonial-box {
    margin: 40px 0 0;
}

.sector-float {
    float: none;
    width: 100%;
    margin: 25px 0;
}

.founder-img.sector-img img {
    height: auto;
}

section {
    overflow-x: clip;
}












    
    
}


@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 840px) {

}


@media only screen and (max-width: 800px) {

}


@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {
    
    .container, .container-md, .container-sm {
        max-width: 540px;
    }
    
.top-icon a.a-1 {
    display: none;
}

.top-bar {
    justify-content: flex-end;
}

.carousel-item h2 {
    font-size: 38px;
}

.banner-sec img {
    height: 500px;
}

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

.team-box-item.text-center.position-relative {}

team-box-item {
}

.team-box-item figure:after {
    left: 140px;
}

.team-social-icon {
    right: 80px;
}
    
.choose-flex {
    margin-bottom: 20px;
    background: #009dfc54;
    padding: 20px;
    border-radius: 10px;
    justify-content: space-between;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: auto;
}

.ch-icon {
    width: 60px;
    height: 60px;
    padding: 10px;
    border-width: 5px;
}

.logo img {
    width: 160px;
}

.inner-banner img {
        height: 235px;
    }
    
    
.inner-icon img, .inner-icon-2 img {
        height: auto !important;
        width: 50px;
    }
    
    

    

}

@media only screen and (max-width: 667px) {

}

@media only screen and (max-width: 575px) {
    
    .carousel-item p {
    display: none;
}

.banner-sec img {
    min-height: 400px;
    height: auto;
}

.carousel-item h2 {
    font-size: 32px;
}

.mt-5 {
    margin-top: 1.5rem !important;
}

.generic-box-img1 img {
    width: 325px;
    height: 325px;
}

.generic-box-img1:after {
    width: 310px;
    height: 310px;
    top: 17px;
}

.generic-box-img2 img {
    width: 150px;
    height: 150px;
}

.generic-box-img2:before {
    width: 155px;
    height: 155px;
}

.generic-box-img2 {
}

.generic-box-img1:before {
    border-width: 20px;
}

.nav-btn a {
    font-size: 14px;
    padding: 5px 15px;
}

.service-item {
    width: 85%;
    margin: 0 auto 25px;
}

.team-box-item figure img {
    width: 185px;
    height: 185px;
}

.team-box-item figure:after {
    width: 170px;
    height: 170px;
}

.team-social-icon::after {
    display: none;
}

.team-social-icon ul li:first-child, .team-social-icon ul li:nth-child(2), .team-social-icon ul li:nth-child(3),.team-social-icon ul li:last-child {
    left: inherit;
    margin-bottom: 10px;
}

.team-social-icon {
}

.team-social-icon ul li a {
    font-size: 13px;
    width: 29px;
    height: 29px;
}

.blog-img img {
    height: auto;
}

h5 {}

.date h5 {
    font-size: 30px;
}

h5 {}

.blog-p h4 {
    font-size: 20px;
}

.footer-img img {
    width: 150px;
    height: auto;
}

h4.f-title {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.leaf img{
    width:40px;
}

    .inner-content h2 {
        font-size: 26px;
    }


.cont-flex i {
    font-size: 26px;
}

.contact-info {
    flex-direction: column;
}

.contact-info {}

.cont-flex {
    width: 100%;
    margin: 0px 0 25px 0 ;
}

.map iframe {
    height: 200px;
}

.logo {
    width: 150px;
}

.logo img {
    width: 100%;
}

.top-bar {
    padding: 5px 0;
    position: relative;
    right: -4%;
}

.top-icon {
    /* margin: 0; */
}

.form-box.contact-form input[type=submit] {
    padding: 7px 30px;
}










}

@media only screen and (max-width: 500px) {

}

@media only screen and (max-width: 480px) {
    
        .generic-box-img1 img {
        width: 285px;
        height: 285px;
    }
    
    .generic-box-img1:after {
        width: 295px;
        height: 295px;
    }
    
    .generic-box-img2 img {
        width: 120px;
        height: 120px;
    }
    
    .generic-box-img2:before {
        width: 124px;
        height: 124px;
    }
    
    .bubbles-sec::after , .bubbles-sec::before {
    width: 130px;
    height: 60px;
}::after {}

h2.title {
    font-size: 26px;
}

.w-75 {
    width: 100% !important;
}

.service-item figure img {
    width: 170px;
    height: 170px;
}

h3 {}

.service-item h3 {
    font-size: 22px;
}

.team-social-icon.d-flex.flex-column.align-items-end {}

.team-social-icon {
    right: 50px;
}

.blog-text {
    flex-direction: column;
}

.date {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.blog-p {
    width: 100%;
}

p {}

.blog-p p {
    margin: 0;
}

.newsletter {
    bottom: 0;
    width: 100%;
    border-radius: 10px;
}

.subscribe-flex {
    flex-direction: column;
}

.subscribe-flex img {
    display: none;
}

.news-form input[type=submit] , .news-form input[type=email] {
    font-size: 14px;
    padding: 7px 35px;
}

footer.footer {}

footer.footer {
    padding: 50px 0;
}

.navbar-toggler-icon {
    width: 27px;
    height: 27px;
}.navbar-toggler-icon {}


.carousel-item h2 {
    font-size: 28px;
}
    
.navbar-expand-lg .navbar-nav li a.nav-link {
    padding: 7px 12px;
}    

.service-item {
  width: 100%;
}







    

}

@media only screen and (max-width: 420px) {
    
    
    .navbar-collapse {
    min-width: 310px;
}

.nav-btn.menu-btn {
    position: fixed;
    top: 200px;
    left: -48px;
    transform: rotate(-90deg);
    z-index: 9;
}

.bottom-bar {
    justify-content: flex-end;
}

.carousel-caption {
    width: 80%;
}

.left .choose-flex h4 {
    font-size: 18px;
    margin-left: 13px;
}


}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 360px) {

}


@media only screen and (max-width: 320px) {

}

.home-form .span-title, .service-sec .span-title {
    background: var(--first-clr);
}

.newsletter .wpcf7 form.invalid .wpcf7-response-output, .newsletter .wpcf7 form.unaccepted .wpcf7-response-output, .newsletter .wpcf7 form.payment-required .wpcf7-response-output {
	color : #000000  !important;
}