@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
    --theme-color: #000000;
    --theme-color-second: #70bbcf;
    --theme-color-third: #000;
    --heading-font: "Philosopher", sans-serif;
    --paragraph-font: "Inter", sans-serif;
    --span-font: 'spanist';
    --shadow-small: 0 1px 3px rgba(0, 0, 0, 0.1);
    --shadow-base: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-large: 0 10px 20px rgba(0, 0, 0, 0.2);
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    font-size: 17px;
    color: #f1f1f1;
    background-color: #272727;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    font-family: "Inter", sans-serif;
    /* color: var(--theme-color) !important; */
}

body a:not(.nav-link):not(.navbar-brand):not(.btn):not(.comon-btn):not(.dropdown-item):not(header a):not(#main_header a):not(.sidebar a):not(.hd_info a) {
    color: #13819f  !important;
}
a {
    color: #0055f1;
    text-decoration: none;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
    transition: all .6s;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    margin-bottom: 15px;

}

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

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

p {
    margin: 0;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 17px;

}

ul li {
    margin-bottom: 0px;
}

.img-fluid {
    display: block;
    width: 100%;
    max-width: 100%;
}

.li {
    display: inline-block;
    padding: 0px 5px;
}

ul {
    list-style: none;
    padding: 0;
}

h1 {
    font-size: 75px;
    line-height: 1;
}

h2 {
    font-size: 55px;
}

h3 {}

h4 {
    font-size: 35px;
}

h5 {}

h6 {}

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

.gap {
    margin-bottom: 30px;
}

section {
    padding: 80px 0px;
}

.form-control:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

input {
    width: 100%;
    outline: none;
    border: none;
    border: 1px solid #ced4da;
}

textarea {
    width: 100%;
    outline: none;
    border: none;
    border: 1px solid #ced4da;
}

select {
    width: 100%;
    outline: none;
    border: none;
    border: 1px solid #ced4da;
    color: #c1c0bd;
}


/* navbar----------- */

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

* {
    box-sizing: border-box;
}

.m-backtotop {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    bottom: -50px;
    right: 0;
    width: 50px;
    height: 50px;
    background: var(--theme-color);
    border-radius: 0;
    text-align: center;
    border: 2px solid var(--theme-color-second);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    opacity: 0;
    overflow: hidden;
    color: #fff;
}

.m-backtotop.active {
    bottom: 0;
    opacity: 1;
}

.m-backtotop>div {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
    z-index: 999;
}

.m-backtotop>div.text {
    font-size: 0.5rem;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0;
    margin-top: 1px;
}

.m-backtotop:hover {
    transform: scale(1.1);
    bottom: 0px;
    cursor: pointer;
    background: black;
    box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
    transform: translateY(-150%) translateX(-50%);
    opacity: 0;
}

.m-backtotop:hover>div.text {
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
}


/* Progress bar styles */

.m-backtotop .progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--theme-color-second);
    transition: height 0.2s ease-in-out;
}

.py-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.py-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.py-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.py-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.py-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.py-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

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


/* ***************** */

.small {
    display: none;
}

a.navbar-brand img {
    width: 186px;
}


.header_menu li a:hover {
    color: var(--theme-color-second);
}

.hd_info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

a.comon-btn {
    background: var(--theme-color-second);
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 14px 6px;
    border-radius: 0;
    width: 13.5rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}

a.comon-btn:hover {
    background: #518b9b;
    color: #fff;
}

a.btn-white {
    background: #fff;
    color: #1e1e1e;
}

.header_menu li a {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 29px 12px;
    display: inline-block;
    font-weight: normal;
    letter-spacing: 0px;
}

.navbar li:hover a {
    color: var(--theme-color-second);
}

.navbar li:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
    }

    .navbar li .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }

    .navbar li:hover a {
        color: var(--theme-color-second);
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar li:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

ul.dropdown-menu.fade-up li a:hover {
    color: #fff !important;
    background: var(--theme-color-second);
}

#main_header ul.dropdown-menu.fade-up li:last-child {
    border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
    border-bottom: 1px solid #c1c0bd;
    margin: 0 0 0 0;
}

ul.dropdown-menu.fade-up li a {
    color: #000 !important;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 11px 12px;
}

ul.dropdown-menu.fade-up {
    border: none;
    background: #fff;
    padding: 0 0;
    min-width: inherit;
    width: 200px;
    border-radius: 0px;
}

.link-sm-2 i {
    top: -9px !important;
}

.link-sm-2 {
    position: relative;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.sticky-top-1.sticky {
    background: #fff !important;
    z-index: 9999999999999;
}

.banner_sec {
    padding: 260px 0 190px;
    text-align: end;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #272727;
}

/* .home_sec_2 */

.home_sec_2 .product-box {
    text-align: center;
    border-radius: 15px;
}

.home_sec_2 .product-box img {
    border-radius: 15px;
}

.home_sec_2 .product-box p {
    opacity: 0.7;
}

.home_sec_3 {
    padding: 80px 0 100px 0;
    background-position: top !important;
}


/* ***** */

.home_sec4 h6 {
    font-size: 19px;
}

.home_sec4 ul li {
    margin-bottom: 14px;
}

.home_sec4 ul {
    margin-bottom: 25px;
}


/* ************* FAQ *********** */

.accordion-item {
    overflow: hidden;
    border-radius: 0px !important;
    margin-bottom: 0px;
    background: transparent !important;
    border: none;
    border-bottom: 1px solid #fff;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.2rem 0;
    font-size: 17px;
    color: #fff;
    text-align: left;
    background: transparent !important;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    font-weight: 500;
    border: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #fff;
    box-shadow: none;
    margin-bottom: -7px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "+";
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    content: "-";
    background-image: none;
    transform: rotate(0deg);
}

.accordion {
    text-align: start;
}

.accordion-body {
    padding: 0;
}


/* ************ */

.home_sec6 h3 {
    font-size: 58px;
}

.home_sec6 .btom_content_before {
    margin-top: -40px;
}


/* ****** */

.home_sec7 .content {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 30px 10px;
    color: #000;
}

.home_sec7 .content img {
    width: 65px;
    margin: 0 auto;
    margin-bottom: 12px;
}

.home_sec7 .content h6 {
    font-size: 18px;
    margin-bottom: 10px;
}

.home_sec7 .content p {
    font-size: 15px;
    line-height: 1.6;
    color: #434343;
}


/* **** */

.home_sec_8 {
    position: relative;
}

.home_sec_8 .owl-nav img {
    width: 45px;
}

.home_sec_8 button.owl-prev {
    position: absolute;
    top: 40%;
    left: -49px;
}

.home_sec_8 button.owl-next {
    position: absolute;
    top: 40%;
    right: -49px;
}

.home_sec_8 .top_rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

.home_sec_8 .review-box .top_rating img {
    width: 85px;
}

.home_sec_8 .review-box p {
    font-size: 16px;
}

.home_sec_8 h6 {
    font-size: 19px !important;
    margin-bottom: 3px;
}

.home_sec_8 p span {
    font-size: 14px;
}

.home_sec_8 .review-box {
    background: #fff;
    color: #000;
    padding: 30px 22px !important;
    border-radius: 15px !important;
}

.home_sec_8 .owl-nav img {
    width: 24px;
}


/* Contact Us */

.contact_sec {
    color: #fff !important;
}

.contact_sec input {
    width: 100%;
    padding: 14px 12px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #fff;
    outline: none;
    color: #000;
}

.contact_sec textarea {
    width: 100%;
    padding: 14px 12px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #fff;
    outline: none;
}

.contact_sec input::placeholder {
    opacity: 1;
    color: #000;
}

.contact_sec textarea::placeholder {
    opacity: 1;
    color: #000;
}

.contact_sec button {
    width: 100%;
    padding: 14px 12px;
    border-radius: 5px;
    background: #000;
    cursor: pointer;
    border: none;
    outline: none;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact_sec .contact_info ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #fff;
}

.contact_sec .contact_info ul li a {
    color: #fff;
}

.contact_sec .contact_info ul li i {
    font-size: 24px;
}

.contact_sec .heading {
    padding: 50px 50px 50px 100px;
}

.home_sec5 .left_content .top_text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home_sec5 .left_content {
    position: relative;
}

.home_sec5 .left_content h3 span {
    font-size: 86px;
    position: absolute;
}

.home_sec5 .left_content h3 span {
    font-size: 86px;
    position: absolute;
    bottom: 30px;
    right: 100px;
}


/* *********** */

.home_sec_7 .date {
    font-size: 14px;
    color: var(--theme-color-second);
    line-height: 1;
    margin-bottom: 10px;
}

.home_sec_7 .blog-box h5 a {
    color: #000;
    font-size: 22px;
    margin-bottom: 17px;
    display: block;
}

.home_sec_7 .blog-box .accordion-button {
    font-size: 16px;
    line-height: 1.3;
}

.home_sec_7 .blog-box .accordion-item,
.home_sec_7 .blog-box .accordion-item p {
    font-size: 13px;
}


/* ********** */

.home_sec_7 .accordion-item {
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, .125);
    border: 1px solid #000;
    border-radius: 0 !important;
    font-size: 15px;
    margin-bottom: 13px;
}

.home_sec_7 .accordion-item p {
    font-size: 14px;
}

.home_sec_7 .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.75rem;
    margin-left: auto;
    content: "+";
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    font-size: 24px;
}

.home_sec_7 .accordion-button {
    box-shadow: none !important;
    font-size: 16px;
}

.home_sec_7 .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "-";
    transform: rotate(0deg);
}

.home_sec_7 .accordion-header {
    margin-bottom: 0;
    font-family: var(--paragraph-font);
}

.home_sec_7 .accordion-button {
    background: transparent;
}

.home_sec_7 .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.home_sec_7 .accordion-white .accordion-header {
    margin-bottom: 0;
    font-family: var(--paragraph-font);
    color: #fff;
}

.home_sec_7 .accordion-white .accordion-item {
    color: #fff;
}

.home_sec_7 .accordion-white .accordion-button:not(.collapsed) {
    color: #fff;
}

.home_sec_7 .accordion-white .accordion-button {
    color: #fff;
}

.home_sec_7 .accordion-white .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
}

.home_sec_7 .accordion-white .accordion-item {
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid #ffffff;
}


/* ///////// */


/* *********** */

.home_sec_7 .date {
    font-size: 14px;
    color: var(--theme-color-second);
    line-height: 1;
    margin-bottom: 10px;
}

.home_sec_7 .blog-box h5 a {
    color: #000;
    font-size: 22px;
    margin-bottom: 17px;
    display: block;
}

.home_sec_7 .blog-box .accordion-button {
    font-size: 16px;
    line-height: 1.3;
}

.home_sec_7 .blog-box .accordion-item,
.home_sec_7 .blog-box .accordion-item p {
    font-size: 13px;
}


/* ********** */

.home_sec_9 h5 a {
    color: #fff;
}

.home_sec_9 p {
    font-size: 15px;
}


/* ********* */

footer {
    padding: 60px 0 0;
}

footer .ft_logo a img {
    width: 370px;
    margin-left: -20px;
}

footer .social_info a i {
    font-size: 21px;
    width: 45px;
    height: 45px;
    background: transparent;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 22px;
}

footer .social_info a {
    color: #fff;
}

footer .social_info {
    display: flex;
    align-items: center;
    gap: 8px
}

footer .content {
    padding-right: 0;
}

footer .ft_menu h5 {
    font-size: 24px;
    margin-bottom: 21px;
}

footer .ft_menu ul li {
    margin-bottom: 14px;
}

footer .ft_menu ul li a {
    color: #fff;
}

footer .copy_right {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

footer .right_content {
    text-align: center;
    padding: 70px 30px 110px;
    border-radius: 40px 40px 0 0;
}





/* ************ */

.slider-container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 610px;
    border-radius: 0.7rem;
    overflow: hidden;
}

.slider-container img {
    object-fit: cover;
}

.after-before-sec .before-image,
.after-before-sec .after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.after-before-sec .before-text {
    left: 20px;
    top: 20px;
    z-index: 3;
}


/* Styling the Before/After text */

.before-text,
.after-text {
    position: absolute;
    font-family: system-ui;
    font-size: 14px;
    font-weight: 600;
    color: #3a3a3a;
    z-index: 4;
    padding: 10px 20px;
    background-color: #ffffff9e;
    border-radius: 0.3rem;
    letter-spacing: 2px;
    transition: opacity 0.3s ease-in-out;
}


/* Before text */

.after-before-sec .after-before-sec .before-text {
    left: 20px;
    /* Position text to the left */
    top: 20px;
    z-index: 5;
}


/* After text */

.after-before-sec .after-text {
    right: 20px;
    /* Position text to the right */
    top: 20px;
    z-index: 3;
}


/* Hide the After text initially */

.after-before-sec .after-image .after-text {
    visibility: visible;
    z-index: 3;
}

.after-before-sec .after-image {
    clip-path: inset(0 50% 0 0);
}

.after-before-sec .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0px;
    height: 100%;
    background-color: #fff;
    cursor: pointer;
    z-index: 2;
}

.after-before-sec .slider-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    z-index: 1;
}

.after-before-sec .pulse-container {
    position: relative;
    display: inline-block;
}

.after-before-sec .pulse-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    /* Larger than the SVG */
    height: 70px;
    border-radius: 50%;
    background-color: #ffffff;
    /* Color of the pulse */
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}

.after-before-sec .slider-line svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
}

.after-before-sec .slider-container,
.after-before-sec .before-image img,
.after-before-sec .after-image img {
    user-select: none;
    /* Disable selection on most browsers */
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
}

.after-before-sec .slider-handle,
.after-before-sec .slider-line {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.after-before-sec .heading ul li i {
    max-width: 45px !important;
    height: 45px !important;
    border: 1px solid;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    width: 100%;
}

.after-before-sec li {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-bottom: 16px;
}

.after-before-sec .heading ul li .content h5 {
    font-size: 23px;
    margin-bottom: 13px;
}

.service_sec1 .service_itme img {
    height: 270px;
    object-fit: cover;
}

/* Inner Banner Section */

#inner-banner {
    padding: 150px 0px 40px;
}

#inner-banner .breadcrumb a {
    color: var(--theme-color-second);
}

#inner-banner .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--theme-color-second);
    content: var(--bs-breadcrumb-divider, "/");
	padding: 0 8px;
}

#inner-banner {
    padding: 172px 0px 40px;
    background: #000 !important;
}

#inner-banner .breadcrumb-item.active {
    color: #cacacabd;
    font-weight: 500;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 0;
    list-style: none;
}


/* ********** */

.privacy-policy-sec h3 {
    font-size: 36px;
}

.privacy-policy-sec a {
    color: #fff;
    text-decoration: underline;
}


/*****************/

.service_sec1 img {
    height: 300px;
    object-fit: cover;
}

.training-sec ul li {
    margin-bottom: 12px;
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 18px;
}

.training-sec ul li i {
    font-size: 14px;
}

.training-sec h3 {
    font-size: 42px;
    margin-bottom: 8px;
}

.training-sec h5 {
    font-size: 24px;
    margin-bottom: 24px;
}

.training-sec ul {
    margin-bottom: 28px;
}

.training_sec2 img {
    width: 160px;
}


/******/

.after-before-sec1 .itme_content {
    background: #ffffff12;
    padding: 14px 14px 0;
    border-radius: 6px;
}


/* ********** */

.whatsapp_icon i {
    font-size: 22px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 60px;
    height: 60px;
    background: #1ca44b;
    color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/***********/
.home_sec_2 {
    position: relative;
}

.home_sec_2 .owl-carousel .owl-stage {
    display: flex;
}

.home_sec_2 .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

/* .home_sec_2 .owl-nav {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
} */

.home_sec_2 button {
    border-radius: 0;
    width: 60px;
    height: 60px;
    background: #70bbcf !important;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .home_sec_2 .owl-nav {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
} */

.home_sec_2 .owl-next {
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translateY(-50%) !important;
}

.home_sec_2 .owl-prev {
    position: absolute;
    left: -5%;
    top: 50%;
    transform: translateY(-50%) !important;
}

.home_sec_2 .owl-nav img {
    width: 18px;
}

body.page-template {
    color: #fff !important;
}
form.wpcf7-form.init p {
    margin-bottom: 0px !important;
}
.service_ul{
	list-style-type: disc !important;
}
/* =============== */

/* Form background */
body form.es_subscription_form.es_subscription_form[data-form-id="1"].wysiwyg-form {
    background-color: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

/* Hide label text only */
.es_subscription_form .es-field-label {
    font-size: 0 !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Input field */
.es_subscription_form .ig-es-form-input {
    width: 100% !important;
    padding: 15px 20px !important;
    border: 2px solid #fff !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 15px !important;
    font-family: inherit !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
    box-shadow: none !important;
    display: block !important;
    box-sizing: border-box !important;
}

/* Input placeholder */
.es_subscription_form .ig-es-form-input::placeholder {
    color: #555 !important;
    font-size: 15px !important;
}

/* Field and submit wrapper */
.es_subscription_form .ig-es-form-field,
.es_subscription_form .es-submit-container {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}




/* Form wrapper */
.es_form_wrapper {
    padding: 0 !important;
    margin: 0 auto !important;
}

/* Form */
.es_subscription_form {
    padding: 0 !important;
    margin: 0 !important;
}

/*new  */