:root {
    --first-color: #0f393b;
    --second-color: #f32544;
    --heading-font: "Roboto", sans-serif;
}

.first-color {
    color: var(--first-color);
}

.second-color {
    color: var(--second-color);
}

.third-color {
    color: var(--third-color);
}

.heading-font {
    font-family: var(--heading-font);
}

h1,
h2,
h3,
h4,
h6 {
    font-family: var(--heading-font);
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

form {
    margin: 0px;
}

a:hover {
    color: var(--second-color);
}

p {
    font-size: 16px;
}

.lg-d-none {
    display: none!important;
}

.list-style {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.slide-animation {
    animation: fadezoom 8s 0s forwards;
}

@keyframes fadezoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-menu .nav-list ul.nav-menu li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 40px;
    padding: 32px 0;
}

.header-menu .nav-list ul.nav-menu li a {
    color: var(--first-color);
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.logo-div h4 {
    font-size: 38px;
    color: var(--first-color);
    margin-bottom: 0px;
}

.header-menu .nav-list ul.nav-menu li a i {
    font-size: 12px;
    top: -2px;
    position: relative;
}

.header-menu .nav-list ul.nav-menu li ul.sub-menu {
    padding: 0px;
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    min-width: 240px;
    background: #fff;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: #012e4a;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
    transition: all 0.4s ease-in-out;
}

.header-menu .nav-list ul.nav-menu li ul.sub-menu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.header-menu .nav-list ul.nav-menu li ul.sub-menu li a {
    position: relative;
    z-index: 11;
    font-size: 16px;
    font-weight: 600;
    color: #012e4a;
    padding: 0 25px;
    padding-bottom: 11px;
    display: inline-block;
    padding-top: 11px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.header-menu .nav-list ul.nav-menu li:hover>a {
    color: var(--second-color);
}

.header-menu .nav-list ul.nav-menu li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header-menu .nav-list ul.nav-menu li ul.sub-menu li:hover a {
    background: var(--second-color);
    color: #fff;
}

.header-menu .nav-list ul.nav-menu li ul.sub-menu li:last-child a {
    border-bottom: none;
}

.header-menu .header-right-opt {
    margin-left: 20px;
}

.header-menu .header-right-opt .contact-btn a {
    align-items: center;
    display: flex;
}

.header-menu .header-right-opt .contact-btn a i {
    height: 50px;
    color: #fff;
    width: 50px;
    border-radius: 50%;
    padding: 16px;
    font-size: 19px;
    background: var(--second-color);
}

.header-menu .header-right-opt .contact-btn a .box-1 {
    margin-left: 12px;
}

.header-menu .header-right-opt .contact-btn a .box-1 h4 {
    font-weight: 700;
    margin-bottom: 0px;
    color: var(--first-color);
}

.header-menu .header-right-opt .contact-btn a .box-1 p {
    margin-bottom: 0px;
    font-size: 13px;
}

ul.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0px;
    padding: 0;
    transform: translate(-50%, 0);
}

ul.slick-dots li {
    margin-right: 6px;
    border-color: var(--first-color);
    border: 1px solid var(--first-color);
    background: var(--first-color);
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
}

ul.slick-dots li button {
    display: none;
}

ul.slick-dots li.slick-active {
    border-color: var(--second-color);
    border: 1px solid var(--second-color);
    background: var(--second-color);
}

.default-padding {
    padding: 70px 0;
}

.br-30 {
    border-radius: 30px;
}

p.sm-heading {
    position: relative;
    color: var(--second-color);
    margin-bottom: 7px;
    font-weight: 500;
    font-size: 17px;
}

p.desc1 {
    text-align: justify;
    color: #737779;
    font-size: 17px;
}

p.desc1 {
    text-align: justify;
    color: #737779;
    font-size: 17px;
}

.check-list ul li {
    font-size: 18px;
    color: #0d0d0c;
    padding-left: 31px;
    margin-bottom: 7px;
    position: relative;
}

.check-list ul li:before {
    content: "\f270";
    position: absolute;
    font-family: 'bootstrap-icons';
    left: 3px;
    font-size: 21px;
    color: var(--second-color);
}

h4.sec-title {
    font-size: 40px;
    margin-bottom: 15px;
    color: var(--first-color);
    font-weight: 600;
}

.img-flex {
    display: flex;
    justify-content: space-between;
    margin-left: -23px;
    margin-top: 37px;
    background: #fff;
    padding: 20px;
    border-radius: 17px;
}

.img-flex a {
    width: 19%;
    position: relative;
    display: block;
}

.img-flex a:before {
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0f393b61;
    border-radius: 17px;
    opacity: 0;
    transition: all 0.3s linear;
}

.img-flex a:hover:before {
    opacity: 1;
}

.img-flex img {
    width: 100%;
    border-radius: 17px;
}

.look-box a {
    display: block;
    position: relative;
}

.look-box a img {
    position: relative;
    border-radius: 35px;
}

.look-box a img:hover {
    transform: translateY(-5px);
    transition: 0.5s;
}

.default-padding.look-sec {
    padding-top: 146px;
    background: #0068ff;
    border-radius: 42px;
    padding-bottom: 100px;
}

.look-box.mt-top {
    margin-top: -67px;
}

.look-box.mt-bottom {
    margin-top: 67px;
}

.default-padding.look-sec .col-lg-3 {
    margin-left: auto;
    margin-right: auto;
}

.look-heading h4.sec-title {
    margin-top: 25px;
    font-size: 56px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.btn.btn1 {
    border-radius: 30px;
    background: var(--second-color);
    color: #fff;
    padding: 11px 28px;
    font-size: 18px;
    font-weight: 500;
}

.farm-places {
    text-align: center;
    position: relative;
    padding: 20px;
    background: #f9fcff;
    border-color: #c7d5e1;
    border-radius: 41px;
    transition: all 0.3s linear 0s;
    border: 1px solid #c7d5e1;
}

.farm-places .place-img img {
    border-radius: 30px;
    position: relative;
    max-height: 277px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.farm-places .place-img {
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}

.farm-places .abt-place {
    text-align: center;
    padding: 30px clamp(0rem, -0.3125rem + 1.5625vw, 1.5625rem) 10px;
}

.farm-places .abt-place h4 {
    color: var(--first-color);
    font-size: 25px;
    margin-bottom: 8px;
}

.farm-places .abt-place p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #4b4e51;
}

.farm-places .place-img:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #00000000 30%, #0f393b 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* margin: auto; */
    z-index: 22222;
    object-fit: cover;
    opacity: 0;
    transition: all 0.3s linear 0s;
}

.farm-places:hover .place-img::before {
    opacity: 1;
}

.farm-places:hover .abt-place h4 {
    color: var(--second-color);
    transition: .3s;
}

.bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form {
    padding: 36px 40px;
    border-radius: 46px;
    border: 1px solid #c7d5e1;
    box-shadow: 0 0 20px 0 rgba(13, 38, 60, .20);
    background: #ffffff;
}

.form-control {
    background-color: #eaf0f5;
    border: 1px solid #c7d5e1;
    padding: 13px 19px;
    border-radius: 10px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    color: var(--first-color);
    margin-bottom: 7px;
    font-weight: 500;
}

.ml-auto {
    margin-left: auto!important;
}

.place-slider .slider-item {
    margin: 0 10px;
}

.place-slider .slick-arrow {
    display: none!important;
}

.place-slider {
    margin-bottom: 52px;
}

footer.footer-wrap {
    padding-bottom: 56px;
    padding-top: 70px;
    background: #214747;
}

.contact-box {
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    padding: 78px 50px 50px 50px;
    margin-top: 50px;
    border-radius: 10px;
    border: 1px solid #e4e3e3;
    background: #185a5e0f;
}

.contact-box .contact-icon {
    position: relative;
    padding: 28px;
    width: 100px;
    height: 100px;
    font-size: 40px;
    line-height: 100px;
    color: var(--first-color);
    margin-top: -130px;
    margin-bottom: 5px;
    display: block;
    border-radius: 60px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(36deg, #f8a800 11.27%, #fafdf4 87.73%);
}

.contact-box .contact-inner h4 {
    margin-top: 13px;
    font-size: 18px;
    color: var(--first-color);
    font-weight: 300;
}

.contact-box .contact-inner a {
    display: block;
    font-size: 19px;
    color: var(--first-color);
    font-weight: 600;
}

.footer-copyright {
    background: var(--second-color);
    padding: 10px 0px;
}

.footer-copyright p.cpy-text {
    color: #fff;
    margin-bottom: 0px;
}

.footer-copyright p.cpy-text a {
    font-weight: 700;
}

.footer-copyright p.cpy-text a:hover {
    color: var(--first-color);
}

.quick-links {
    position: relative;
    margin-top: 29px;
}

.quick-links ul {
    display: block;
    text-align: center;
    margin-bottom: 0px;
    padding: 0;
}

.quick-links ul li {
    display: inline-block;
    position: relative;
}

.quick-links ul li a {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 0px;
    margin-right: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.quick-links ul li a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    border-right: 1px solid #e4e3d7;
    top: 3px;
    right: 9px;
}

.quick-links ul li:last-child a::before {
    content: none;
}

.text-right {
    text-align: right !important;
}

.btn.btn1:hover {
    transition: .3s;
    background: var(--first-color);
}

.media-footer {
    margin-top: 20px;
}

.media-footer li {
    display: inline-flex;
    margin-right: 10px;
}

.media-footer li a {
    background-color: #fff;
    font-size: 16px;
    color: #191f29;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.media-footer li a i {
    color: var(--first-color);
}

.widget-title h4 {
    font-size: 23px;
    color: #fff;
    margin-bottom: 18px;
}

.footer-widget .f-menu-list li {
    margin-bottom: 6px;
}

.footer-widget .f-menu-list li a {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
}

.newsletter p {
    color: #fff;
}

.newsletter .subscribe-form {
    display: flex;
}

.subscribe-form {
    display: flex;
    margin-top: 25px;
}

.subscribe-form .btn.btn1 {
    width: 36%;
    font-size: 13px;
    border-radius: 0px;
    padding: 18px 19px;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
}

.subscribe-form .form-control {
    padding-left: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
}

ul.address-list {
    margin-top: 20px;
    margin-bottom: 25px;
}

ul.address-list li a {
    list-style: none;
    display: flex;
    align-items: center;
}

ul.address-list li {
    list-style: none;
    margin-bottom: 12px;
}

ul.address-list li a i {
    color: var(--second-color);
    margin-right: 9px;
    line-height: 0px;
    font-size: 20px;
}

ul.address-list li a span {
    color: #fff;
    font-size: 16px;
}

.footer-widget .f-menu-list li a:hover {
    color: var(--second-color);
    transition: .3s;
}

.banner-slider {
    overflow: hidden!important;
}

.banner-slider .slick-slide img {
    overflow: hidden;
    width: 100%;
}

.look-box a:before {
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0f393b61;
    border-radius: 35px;
    opacity: 0;
    transition: all 0.3s linear;
}

.look-box:hover a::before {
    opacity: 1;
}

.slider-inner {
    height: auto;
}

.breadcrumb {
    padding: 22px 0px;
    position: relative;
    margin-bottom: 0px;
}

.breadcrumb:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #0f393b61;
    transition: all 0.3s linear;
}

.breadcrumb .inner-title {
    z-index: 1;
    position: relative;
}

.breadcrumb .inner-title h3 {
    color: var(--second-color);
    z-index: 1;
    position: relative;
    font-size: 25px;
    margin-bottom: 0px;
}

.breadcrumb .inner-title ul {
    padding: 0;
    margin: 0;
}

.breadcrumb .inner-title ul li {
    display: inline-block;
    color: #fff;
    font-weight: 500;
}

.breadcrumb .inner-title ul li a {
    color: #ffffffe6;
    position: relative;
    margin-right: 22px;
}

.breadcrumb .inner-title ul li a:before {
    content: '/';
    position: absolute;
    right: -18px;
}

.img-flex.from-right {
    margin-right: -167px;
    margin-left: 0px;
    background: #fff;
    z-index: 1;
    position: relative;
}

.cont-iframe iframe {
    width: 100%;
    height: 500px;
}

.gallery-img-box {
    text-align: center;
    padding: 14px 14px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    margin-bottom: 19px;
    background-color: #ffffff;
}

.tab-box ul.tab-heading li.clickme {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}

.tab-box ul.tab-heading {
    text-align: center;
    padding: 0px;
}

.tab-box ul.tab-heading li.clickme a {
    border-radius: 30px;
    background: #ffc9d1;
    color: var(--first-color);
    padding: 8px 24px;
    font-size: 17px;
    font-weight: 500;
    border: 1px solid var(--second-color);
    display: block;
}

.tab-box ul.tab-heading li.clickme a.activelink {
    background: var(--first-color);
    color: #fff;
}

.tab-box .tab-content .list.active {
    display: block;
}

.tab-box .tab-content .list.hide {
    display: none;
}

.text-gray {
    color: #45443F !important;
}

.of-none {
    overflow: hidden!important;
}

.ser-sec .container-fluid {
    padding: 0px;
}

.service-desc h4 {
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 17px;
    color: var(--second-color);
}

.service-desc p {
    font-size: 21px;
}

.service-desc.form-left {
    padding-left: 55px;
}

.f-logo img {
    width: 200px;
}

.gallery-sec .look-box a {
    margin-bottom: 22px;
}

.testimonial-box .upper-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.testimonial-box .upper-box .quote-img i {
    font-size: 53px;
    float: right;
    color: #ffaeba;
}

.testimonial-box {
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
    z-index: 1;
    padding: 25px 25px 22px;
    border-radius: 10px;
    position: relative;
    background: #ffff;
    margin-bottom: 20px;
}

.testimonial-box .upper-box .customer-details .customer-name {
    font-size: 19px;
    margin-bottom: 3px;
    color: var(--second-color);
    font-weight: 600;
}

.testimonial-box .upper-box .customer-details .rating i {
    font-size: 16px;
    color: #fdc22d;
}

.testimonial-box .lower-box p.review {
    color: #777;
    font-size: 17px;
    text-align: justify;
}

.testimonial-slider .slider-item {
    margin: 0 15px;
}

.testimonial-slider .slick-arrow {
    display: none!important;
}

.testimonial-slider {
    margin-bottom: 40px;
}

.gallery-img-box img {
    max-height: 291px;
}

.scroll-top {
    display: none;
    z-index: 999;
    position: fixed;
    bottom: 30px;
    right: 20px;
    padding: 12px 14px;
    margin-bottom: 0px;
    border-radius: 8px;
    color: #fff;
    background: var(--first-color);
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scroll-top:hover {
    background: var(--second-color);
    color: #fff;
}

.contact-num {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #f32544;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5;
}

.number-bar,
.phone-ring-circle-fill,
.phone-ring-img-circle {
    background: #107cb3;
    background: #107cb3;
}

.phone-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: #f32544a3;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.phone-ring-img-circle {
    background-color: #f32544;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-ring-img-circle .phone-btn-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.phone-ring-img-circle .phone-btn-icon i {
    font-size: 20px;
    color: white;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

.banner-slider .slick-arrow {
    border-radius: 50%;
    position: absolute;
    left: 14px;
    top: 50%;
    font-size: 21px;
    background: #f32544;
    padding: 9px 1px;
    height: 50px;
    width: 50px;
    color: #fff;
    border: 1px solid #fff;
    z-index: 1;
}

.banner-slider .NextArrow.slick-arrow {
    right: 10px;
    left: unset;
}

button.PrevArrow.slick-arrow {
    left: 10px;
}

.banner-slider .slick-arrow:hover {
    background: var(--first-color);
    color: #fff;
    transition: .3s;
}

.banner-slider ul.slick-dots {
    display: none!important;
}

.bg-effect1 {
    position: relative;
}

.bg-effect1:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ff000000;
    top: 0;
    left: 0;
}

.service-img img {
    border-radius: 20px;
}

.service-img {
    margin-bottom: 20px;
}

.service-details h4 {
    color: var(--second-color);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 14px;
}

.service-details p {
    color: #545050;
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}

.service-details ul {
    padding-left: 27px;
    margin-bottom: 20px;
    text-align: justify;
}

.service-details li {
    font-size: 15px;
    color: var(--first-color);
    list-style: none;
    margin-bottom: 10px;
    padding-left: 28px;
    position: relative;
    font-weight: 500;
}

.service-details li:before {
    content: "\f26a";
    position: absolute;
    font-family: 'bootstrap-icons';
    left: 3px;
    color: var(--second-color);
}

.br-20 {
    border-radius: 20px!important;
}

.similar-services {
    background: var(--second-color);
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 24px 24px;
}

.similar-services h4 {
    margin-bottom: 13px;
    color: #fff;
    font-size: 22px;
}

.similar-services ul.category-list {
    padding: 0px;
    margin: 0px;
}

.similar-services ul.category-list li {
    list-style: none;
    transition: all 500ms ease;
}

.similar-services ul.category-list li a {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #fff;
    margin-bottom: 7px;
    border-bottom: 1px dashed #ffffff8a;
    padding-bottom: 7px;
    transition: all 500ms ease;
}

.similar-services ul.category-list li:last-child a {
    transition: all 500ms ease;
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.similar-services ul.category-list li a:hover {
    padding-left: 10px;
}

.ser-contact-box {
    border-radius: 11px;
    text-align: center;
    padding: 77px 45px;
    position: relative;
    overflow: hidden;
}

.ser-contact-box h4 {
    position: relative;
    color: #fff;
    line-height: 48px;
    font-size: 34px;
    font-weight: 700;
    z-index: 1;
}

.ser-contact-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #09090a4f;
    top: 0;
    left: 0px;
}

.ser-contact-box .btn {
    z-index: 9;
    position: relative;
}

.service-details h5 {
    font-size: 19px;
    color: var(--first-color);
    list-style: none;
    margin-bottom: 20px;
    position: relative;
    font-weight: 500;
}

.service-details h6 {
    position: relative;
    font-size: 17px;
    color: var(--second-color);
    list-style: none;
    margin-bottom: 10px;
    font-weight: 700;
}

.box1 {
    border: 1px solid #f32544;
    border-radius: 10px;
    margin-bottom: 13px;
    padding: 19px 23px;
    background: #ffbac41f;
}

.box1 p {
    margin-bottom: 0px;
}

@media only screen and (max-width: 1366px) {
    .header-menu .nav-list ul.nav-menu li {
        margin-inline-end: 30px;
        padding: 25px 0;
    }
    .header-menu .nav-list ul.nav-menu li a {
        font-size: 17px;
        line-height: 21px;
    }
    .logo-div h4 {
        font-size: 27px;
    }
    .header-menu .header-right-opt .contact-btn a i {
        height: 42px;
        width: 42px;
        padding: 13px;
        font-size: 16px;
    }
    .header-menu .header-right-opt .contact-btn a .box-1 h4 {
        font-size: 22px;
        color: var(--first-color);
    }
    .header-menu .header-right-opt .contact-btn a .box-1 p {
        font-size: 11px;
    }
    .header-menu .nav-list ul.nav-menu li ul.sub-menu li a {
        line-height: 16px;
        font-size: 14px;
        padding-bottom: 12px !important;
        padding-top: 8px !important;
        padding: 0 18px;
    }
    h4.sec-title {
        font-size: 33px;
        margin-bottom: 10px;
    }
    p.sm-heading {
        font-size: 14px;
        margin-bottom: 4px;
    }
    p.desc1 {
        font-size: 13px;
    }
    .check-list ul li {
        font-size: 15px;
        padding-left: 30px;
    }
    .check-list ul li:before {
        font-size: 18px;
    }
    .look-heading h4.sec-title {
        margin-top: 20px;
        font-size: 41px;
    }
    .btn.btn1 {
        padding: 7px 21px;
        font-size: 14px;
    }
    .widget-title h4 {
        font-size: 21px;
        margin-bottom: 12px;
    }
    .footer-widget .f-menu-list li {
        margin-bottom: 4px;
    }
    .footer-widget .f-menu-list li a {
        font-size: 14px;
    }
    ul.address-list li a span {
        font-size: 12px;
    }
    ul.address-list li a i {
        font-size: 14px;
    }
    .media-footer li a {
        height: 35px;
        width: 35px;
        font-size: 13px;
    }
    .footer-copyright p.cpy-text {
        font-size: 12px;
    }
    .footer-copyright {
        padding: 8px 0px;
    }
    .subscribe-form .btn.btn1 {
        font-size: 12px;
        line-height: 13px;
        padding: 11px 14px;
    }
    .subscribe-form .form-control {
        padding: 9px 12px;
        height: auto;
        font-size: 14px;
        padding-left: 19px !important;
    }
    .newsletter .subscribe-form {
        margin-top: 21px;
    }
    .newsletter p {
        margin-bottom: 4px;
        font-size: 12px;
    }
    .form-control {
        padding: 8px 15px;
        font-size: 13px;
        border-radius: 6px;
    }
    .form-group label {
        margin-bottom: 3px;
        font-size: 12px;
    }
    .cont-iframe iframe {
        height: 404px;
    }
    .contact-box {
        padding: 87px 50px 27px 50px;
        margin-top: 40px;
    }
    .contact-box .contact-icon {
        width: 80px;
        height: 80px;
        font-size: 32px;
        padding: 25px;
    }
    .contact-box .contact-inner h4 {
        font-size: 16px;
    }
    .contact-box .contact-inner a {
        font-size: 14px;
        margin-bottom: 3px;
    }
    .contact-form .sec-title.mb-4 {
        font-size: 27px;
        margin-bottom: 10px !important;
    }
    .contact-form {
        padding: 32px 35px;
        border-radius: 41px;
    }
    .breadcrumb .inner-title h3 {
        font-size: 21px;
    }
    .breadcrumb .inner-title ul li {
        font-size: 13px;
    }
    .breadcrumb {
        padding: 17px 0px;
    }
    .tab-box ul.tab-heading li.clickme a {
        padding: 7px 20px;
        font-size: 14px;
    }
    .default-padding {
        padding: 55px 0;
    }
}

@media only screen and (max-width: 767px) {
    .logo-div h4 {
        font-size: 34px;
    }
    .navbar-div .header-menu {
        left: -100%;
        top: 0px;
        position: fixed;
        width: 100%;
        max-width: 100%;
        height: 100% !important;
        background: var(--first-color);
        padding: 30px;
        animation: slide-in-left 1s forwards;
        z-index: 999;
    }
    .navbar-div .header-menu {
        display: none;
    }
    .toggle-menu {
        display: block;
        float: right;
        text-align: right;
        margin-left: auto;
    }
    .toggle-icon {
        position: relative;
        width: 31px;
        height: 20px;
    }
    .toggle-icon span {
        position: absolute;
        width: 100%;
        height: 1px;
        display: inline-block;
        transition: all 0.3s;
        left: 0;
        background: #3f3f3f;
    }
    .toggle-icon span:first-child {
        top: 0;
    }
    .toggle-icon span:nth-child(2) {
        top: 44%;
    }
    .toggle-icon span:last-child {
        bottom: 2px;
    }
    body.mobile-menu .toggle-icon span:first-child {
        transform: rotate(45deg) translate(3px, 9px);
    }
    body.mobile-menu .toggle-icon span:nth-child(2) {
        opacity: 0;
    }
    body.mobile-menu .toggle-icon span:last-child {
        transform: rotate(-45deg) translate(3px, -9px);
    }
    .main-header {
        padding: 17px 0;
    }
    body.mobile-menu .header-menu {
        display: block !important;
        overflow-y: auto;
    }
    .header-menu .nav-list ul.nav-menu li {
        padding: 0 0;
    }
    .header-menu .nav-list ul.nav-menu li {
        padding: 10px 15px;
        display: block;
        width: 100%;
    }
    .header-menu .nav-list ul.nav-menu li a {
        display: block;
        color: #fff;
        width: 100%;
        margin-bottom: 0px;
    }
    .default-padding {
        padding: 50px 0;
    }
    .header-menu .header-right-opt {
        margin-top: 20px;
        margin-left: 0px;
    }
    .header-menu .nav-list ul.nav-menu li ul.sub-menu {
        position: relative;
        width: 100%;
        background: #155457;
        box-shadow: none;
        display: none;
        margin-top: 10px;
        border-radius: 11px;
    }
    .header-menu .nav-list ul.nav-menu li:hover ul.sub-menu {
        display: block;
    }
    .header-menu .nav-list ul.nav-menu li ul.sub-menu li a {
        color: #fff;
        border-bottom: 1px solid #eeeeee61;
    }
    .header-menu .header-right-opt .contact-btn a .box-1 p {
        color: #dddd;
    }
    body.mobile-menu .close-menu {
        display: block !important;
        position: absolute;
        top: 4px;
        right: 9px;
    }
    body.mobile-menu .close-menu i {
        color: #fff;
        font-size: 28px;
    }
    .abt-img {
        margin-bottom: 15px;
    }
    h4.sec-title {
        font-size: 35px;
        margin-bottom: 13px;
    }
    p.desc1 {
        font-size: 14px;
    }
    .check-list ul li {
        font-size: 16px;
    }
    .check-list ul li:before {
        font-size: 18px;
    }
    .img-flex {
        display: flex;
        margin-left: 0px;
        margin-top: 24px;
        padding: 20px 0;
        border-radius: 12px;
    }
    .img-flex.from-right {
        margin-right: 0px;
    }
    .img-flex img {
        border-radius: 10px;
    }
    .default-padding.look-sec {
        padding-top: 125px;
        padding-bottom: 80px;
    }
    .look-heading h4.sec-title {
        font-size: 34px;
        margin-top: 20px;
    }
    .look-box a img {
        border-radius: 50%;
    }
    .btn.btn1 {
        padding: 9px 26px;
        font-size: 15px;
    }
    .contact-form {
        padding: 30px 31px;
    }
    .form-control {
        padding: 11px 17px;
    }
    .contact-form .sec-title.mb-4 {
        margin-bottom: 16px!important;
    }
    .footer-widget .media-footer {
        margin-bottom: 25px;
    }
    .widget-title h4 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .footer-widget .f-menu-list li a {
        font-size: 14px;
    }
    .footer-widget {
        margin-bottom: 22px;
    }
    .footer-copyright p.cpy-text {
        font-size: 13px;
        text-align: center !important;
    }
    .footer-copyright {
        padding: 7px 0px;
    }
    .breadcrumb .inner-title h3 {
        font-size: 21px
    }
    .breadcrumb .inner-title ul li {
        font-size: 13px;
    }
    .header-menu .nav-list ul.nav-menu li a i {
        font-size: 12px;
        float: right;
        top: 10px;
        font-size: 12px;
        position: relative;
    }
    .contact-box {
        margin-bottom: 14px;
        padding: 78px 46px 27px 50px;
    }
    .contact-box .contact-icon {
        padding: 22px;
        width: 70px;
        height: 70px;
        font-size: 26px;
        line-height: 26px;
    }
    .contact-page .contact-form {
        margin-top: 30px;
    }
    .cont-iframe iframe {
        margin-top: 30px;
        height: auto;
    }
    .gallery-img-box {
        margin-bottom: 15px;
        padding: 10px 10px;
    }
    .tab-box ul.tab-heading li.clickme a {
        padding: 6px 20px;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 500;
    }
    .ser-sec {
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .service-desc {
        margin-bottom: 30px;
        text-align: center;
        margin-top: 20px;
    }
    .service-desc h4 {
        font-size: 30px;
        margin-bottom: 3px;
    }
    .service-desc p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 0px;
        margin: 0 10px;
    }
    .service-desc.form-left {
        padding-left: 0px;
    }
    .look-box a:before {
        border-radius: 50%;
    }
    .gallery-sec .look-box a:before {
        border-radius: 10px;
    }
    .gallery-sec .look-box a img {
        border-radius: 10px;
    }
    .gallery-img-box img {
        max-height: 120px;
    }
    .banner-slider .slick-arrow {
        top: 40%;
        height: 35px;
        width: 35px;
        font-size: 13px;
    }
    .mb-pb-0 {
        padding-bottom: 0px!important;
    }
    .ser-img:before {
        content: none!important;
    }
    .ser-img:after {
        content: none!important;
    }
}

@media only screen and (max-width: 480px) {
    h4.sec-title {
        font-size: 27px;
        margin-bottom: 11px;
    }
    h4.sec-title {
        font-size: 27px;
        margin-bottom: 11px;
    }
    .img-flex {
        gap: 5px;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .img-flex a {
        width: 32%;
    }
    .look-heading h4.sec-title {
        font-size: 28px;
    }
    .btn.btn1 {
        padding: 6px 18px;
        font-size: 13px;
    }
    .default-padding {
        padding: 45px 0;
    }
    .ser-contact-box {
        padding: 60px 45px;
    }
    .service-details .br-20 {
        margin-bottom: 15px;
    }
    .similar-services {
        margin-top: 20px;
    }
    .header-menu .header-right-opt .contact-btn a .box-1 h4 {
        color: #fff;
    }
    .service-details h4 {
        font-size: 23px;
    }
    .box1 {
        padding: 15px 19px;
    }
    .box1 p {
        line-height: 21px;
        font-size: 13px;
        margin-bottom: 0px;
    }
    .service-details h6 {
        margin-bottom: 3px;
    }
}

@keyframes slide-in-left {
    0% {
        left: -100%;
    }
    100% {
        left: 0px;
    }
}