@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Philosopher:wght@400;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

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

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

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

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

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

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'bell';
    src: url(../fonts/bell.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

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

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'bell';
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h2 {
    font-family: 'bell';
    font-size: 65px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: 'bell';
    font-size: 35px;
    color: #a99494;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'bell';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: '';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'Philosopher', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #848484;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    font-size: 15px;
    font-family: 'Montserrat';
    color: #0d0c0c;
    text-transform: uppercase;
    font-weight: 600;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.header-logo {
    width: 80%;
}

.btn1 {
    background: #1e1d1b;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 30px;
    padding-right: 60px;
    position: relative;
    display: inline-block;
    border-radius: 51px;
    transition: .5s ease-in-out;
    border: 2px solid #000;
}

.btn1 i {
    position: absolute;
    right: -30px;
    top: -10px;
    width: 70px;
    height: 70px;
    background: #fff;
    color: #000;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    box-shadow: 0px 1px 11px 2px #00000094;
    transition: .5s ease-in-out;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

header .row {
    align-items: center;
}

.btn1:hover {
    color: #000;
    background: #fff;
}

.btn1:hover i {
    color: #fff;
    background: #000;
    width: 50px;
    height: 50px;
    right: 3px;
    top: 1px;
}

header {
    position: relative;
    z-index: 9;
    padding-top: 30px;
}


/*header css start */


/* baner slider */

.slider-container {
    position: relative;
    width: 100%;
}

.slider-container .item {
    outline: none;
    padding: 50px 0;
    position: relative;
}

.slides-numbers {
    color: #fff;
    display: none;
    font-size: 19px;
    font-family: 'bell';
    font-weight: 300;
    left: -110px;
    position: absolute;
    top: auto;
    bottom: 20px;
    z-index: 4;
}

.main-slider .container {
    position: relative;
}

.slides-numbers .active {
    color: #fff;
    font-size: 30px;
    margin-right: 0px;
    font-family: 'bell';
}

.slides-numbers .total {
    margin-left: -5px;
}

.slider-container .slick-arrow {
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    background: #6caddf00;
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
    padding: 10px;
    left: 0;
    border-radius: 10px;
    z-index: 5;
    color: #fff;
    text-transform: lowercase;
    cursor: pointer;
}

.slider-container .slick-arrow.slick-next {
    right: 5px;
}

.slider-container .slick-arrow.slick-prev {
    right: 55px;
}

section.main-slider {
    padding: 150px 0 100px;
    position: relative;
}

section.main-slider .slick-slide {
    margin: 0 auto;
}

.slider-container .slick-next:before {
    position: absolute;
    content: '\f062';
    width: 60px;
    height: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    box-shadow: 0px -6px 10px 0px #fff;
    font-family: "Font Awesome 6 Pro";
    border-radius: 100px;
    left: -130px;
    bottom: 60px;
    font-weight: 300;
}

.slider-container .slick-prev:before {
    position: absolute;
    content: '\f063';
    width: 60px;
    height: 60px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    font-family: "Font Awesome 6 Pro";
    border-radius: 100px;
    left: -130px;
    font-weight: 300;
    bottom: -70px;
    box-shadow: 0px 6px 10px 0px #fff;
}


/* baner slider */


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: transparent;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.banner_text {
    position: relative;
    z-index: 3;
}

.banner_text a {
    margin-top: 30px;
}

.btn2 i {
    background: #1b9c84;
    color: #fff;
}

.banner_img img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    box-shadow: 2px 2px 30px 1px #00000085;
    transition: .5s ease-in-out;
}

.banner_img {
    position: relative;
    z-index: 2;
}

.banner_img:after {
    position: absolute;
    content: '';
    width: 600px;
    height: 600px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
}

section.main_slider {
    padding: 200px 0 100px;
}

ul.banner-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    position: absolute;
    right: 6%;
    bottom: 8%;
    transform: rotate(-45deg);
    z-index: 3;
}

ul.banner-social i.fa-brands.fa-twitter {
    position: absolute;
    left: 78px;
    bottom: -15px;
}

ul.banner-social i {
    font-size: 20px;
    color: #29af93;
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: 0 0 5px 0 #00000030;
    transform: rotate(45deg);
}

.big-baner-bg {
    position: relative;
    height: 100%;
}

.big-baner-bg:before {
    position: absolute;
    content: '';
    width: 48%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url(https://staging-links.com/Law-DNC/wp/wp-content/uploads/2023/06/main-div-after.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    z-index: 0;
}

.big-baner-bg:after {
    position: absolute;
    content: '';
    width: 26%;
    height: 65%;
    left: -17%;
    top: auto;
    bottom: 0;
    background-image: url(../images/main-div-before.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
    z-index: 1;
}

img.baner-abs-1-img {
    position: absolute;
    left: 25%;
    top: -14%;
}

img.baner-abs-2-img {
    position: absolute;
    top: -10%;
    left: -3.2%;
    z-index: 9;
}

.carousel-control-prev {
    left: -6%;
    z-index: 9;
    bottom: -10px;
    top: auto;
}

.carousel-control-next {
    right: auto;
    left: -6%;
    top: auto;
    bottom: 20px;
    z-index: 9;
    color: #000 !important;
}


/*banner css end*/

.about-image:hover .about-page-div-image {
    transform: scale(.9);
    transition: 1.2s;
    filter: drop-shadow(9px 9px 9px #000);
}

.banner_img:hover img {
    transform: scale(.9);
    transition: 1.2s;
    filter: drop-shadow(9px 9px 9px #000);
}


/* About Section Start */

.about-sec {
    position: relative;
    padding-bottom: 130px;
    padding-top: 0;
}

img.abt-abs-1 {
    position: absolute;
    right: 1%;
    top: -60%;
    z-index: -1;
}

.about-image {
    position: relative;
    margin-bottom:10px;
}

/*.about-page-div-imag {*/
/*    background: #fff;*/
/*    box-shadow: 0 0 6px 2px #0000005c;*/
/*    border-radius: 100%;*/
/*    width: 500px;*/
/*    height: 500px;*/
/*    margin: 0 auto;*/
/*}*/

/*.about-page .about-page-div-imag img {*/
/*    width: 60% !important;*/
/*    height: 100%;*/
/*    object-fit: contain;*/
/*    border-radius: 100%;*/
/*    margin-left: auto;*/
/*    display: flex;*/
/*    margin: 0 auto;*/
/*    transition: .5s;*/
/*}*/

.about-image img {
    width: 550px;
    height: 550px;
    object-fit: contain;
    border-radius: 100%;
    margin-left: auto;
    display: flex;
    transition: .5s;
    background: #fff;
    box-shadow: 0 0 10px 0 #707070;
}

.about-text h2 {
    text-transform: uppercase;
}

.about-text p {
    padding: 15px 0;
}

ul.about-image-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 900px;
    border: 1px solid #d2d2d1;
    padding: 20px 20px 20px 20px;
    border-radius: 100px;
    margin-top: -25%;
}

li.about-phone {
    position: relative;
    z-index: 9;
}

ul.about-image-button i {
    height: 70px;
    width: 70px;
    background: #2eb699;
    color: #000;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    transition: .5s ease-in-out;
}

.about-image:after {
    position: absolute;
    content: '';
    width: 76%;
    height: 90%;
    left: 12%;
    top: 0;
    background-image: url(../images/abt-after.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.baner-about-bg {
    position: relative;
}

.baner-about-bg:after {
    position: absolute;
    content: '';
    width: 60%;
    height: 60%;
    left: 26%;
    top: auto;
    bottom: -19%;
    background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    z-index: -1;
}

img.about-logo {
    position: absolute;
    right: 25%;
}


/* About Section End */


/* Service Section Start */

.service-sec {
    position: relative;
}

img.ser-abs-1 {
    position: absolute;
    z-index: -1;
    left: -3%;
}

.service-sec:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    background: linear-gradient(302deg, rgba(73, 217, 184, 1) 30%, rgba(16, 143, 120, 1) 50%, rgba(6, 129, 108, 1) 70%);
    z-index: -1;
}

.sec-head h2 {
    color: #fff;
    text-transform: uppercase;
}

.sec-head {
    margin-bottom: 30px;
}

.service-box a {
    position: absolute;
    bottom: -25px;
    right: 15%;
}

.service-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    padding: 30px;
    border: 1px solid #0b8872;
    border-radius: 10px;
    background: #fff;
    margin: 0 0 50px;
    transition: .5s ease-in-out;
    height: 250px;
    position: relative;
}

.service-image img {
    width: 250px;
    height: 200px;
    object-fit: cover;
    border-radius: 100px 100px 0px 0px;
    transition: .5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.service-image {
    margin-bottom: -80px;
    transition: .5s ease-in-out;
    width: 50%;
    margin-right: auto;
    display: flex;
}

.service-text h5 {
    font-size: 21px;
    font-family: 'Montserrat';
    color: #121112;
    text-transform: uppercase;
}

.service-text {
    padding-top: 10px;
    width: 100%;
    margin-left: auto;
}

.btn3 {
    font-size: 14px;
    padding: 10px 20px;
    padding-right: 40px;
    margin-top: 10px;
}

.btn3 i {
    font-size: 20px;
    width: 62px;
    height: 62px;
}

.service-box:hover .service-image {
    margin: 0;
}

.service-box:hover {
    box-shadow: inset 0px 320px 0 0 #1b9c84;
}

.service-box:hover * {
    color: #fff;
}

.service-box a:hover {
    color: #000;
}

.service-box:hover img {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0 #fff
}

.service-slider .slick-active {
    opacity: 1;
}

.service-slider .slick-prev,
.service-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.service-slider .slick-prev {
    left: auto;
    right: 50px;
    z-index: 9;
    top: -130px !important;
    bottom: auto;
}

.service-slider .slick-next:before {
    position: absolute;
    content: '\f061';
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 30px;
    color: #fff;
    box-shadow: 3px 0px 5px 0px #fff;
    font-family: "Font Awesome 6 Pro";
    border-radius: 100px;
    left: -120px;
    bottom: 60px;
    font-weight: 300;
}

.service-slider .slick-prev:before {
    position: absolute;
    content: '\f060';
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 30px;
    color: #fff;
    font-family: "Font Awesome 6 Pro";
    border-radius: 100px;
    left: -120px;
    font-weight: 300;
    bottom: -70px;
    box-shadow: -3px 0px 5px 0px #fff;
}


/* Service Section End */


/* Meet Section Start */

.meet-sec {
    position: relative;
}

.meet-box {
    background: #f4f4f4;
    padding: 50px 0;
    position: relative;
    padding-right: 20%;
    transition: .5s ease-in-out;
}

.meet-text {
    width: 80%;
    margin: 0 auto;
    z-index: 9;
    position: relative;
    transition: .5s ease-in-out;
}

.meet-text h2 {
    text-transform: uppercase;
    transition: .5s ease-in-out;
}

.meet-text p {
    padding: 10px 0;
    font-weight: 400;
    transition: .5s ease-in-out;
}

.meet-box:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50%;
    top: 23%;
    left: -2%;
    border-radius: 40px;
    background: linear-gradient(3deg, rgba(73, 217, 184, 1) 20%, rgba(16, 143, 120, 1) 60%, rgba(6, 129, 108, 1) 70%);
    transition: 1s ease-in-out;
}

.meet-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    left: -2px;
    bottom: -2px;
    background: #108f78;
    z-index: -1;
    transition: .5s ease-in-out;
}

img.ser-after-1 {
    border-radius: 100%;
    right: -8%;
    position: absolute;
    top: 10%;
    object-position: -110px 0;
}

.meet-sec:after {
    position: absolute;
    content: '';
    top: 30%;
    right: -11%;
    width: 300px;
    height: 300px;
    background: #f4f4f4;
    z-index: 9;
    border-radius: 100%;
}

.meet-button {
    position: absolute;
    bottom: -19%;
    right: 5%;
}

img.met-box-1 {
    position: absolute;
    right: 13%;
    bottom: -10%;
    z-index: 2;
}


/* Meet Section End */

.btn3:hover i {
    color: #fff;
    background: #000;
    width: 40px;
    height: 40px;
    right: -10px;
    top: 2px;
}

.meet-box:hover:before {
    height: 101%;
}

.meet-box:hover:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    z-index: 0;
    transition: .5s ease-in-out;
}

.meet-box:hover * {
    color: #fff;
    transition: .5s ease-in-out;
}

.meet-box a:hover {
    color: #000;
}


/* Appointment Section Start */

.appointment-sec {
    position: relative;
    background-image: url(../images/app-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin-top: 50px;
    background-attachment: fixed;
}

.appointment-form {
    position: relative;
    background-image: url(../images/app-form-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px;
    border-radius: 30px;
}

.appintment-input input {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    font-size: 15px;
    color: #838383;
    border: 1px solid #ececec;
    border-radius: 10px;
    margin: 15px 0;
}

.appintment-input::placeholder {
    color: #838383;
    font-size: 16px;
}

.appintment-input {
    position: relative;
}

.appintment-input i {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 20px;
    color: #4aa999;
}

.appintment-input textarea {
    width: 100%;
    height: 200px;
    padding: 10px 20px;
    font-size: 15px;
    color: #838383;
    border: 1px solid #ececec;
    border-radius: 10px;
    margin: 15px 0;
}

.appointment-text {
    width: 75%;
    margin-left: auto;
}

.appointment-text h2 {
    color: #fff;
    text-transform: uppercase;
}

ul.appont-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    background: linear-gradient(302deg, rgba(73, 217, 184, 1) 20%, rgba(16, 143, 120, 1) 60%, rgba(6, 129, 108, 1) 70%);
    width: 100%;
    padding: 20px;
    margin: 15px 0;
    border-radius: 100px;
}

ul.appont-list i {
    font-size: 30px;
    color: #fff;
}

ul.appont-list h6 {
    font-size: 20px;
    color: #fff;
}

img.appoit-abs-1 {
    position: absolute;
    right: 2%;
    top: -30%;
}

ul.appont-list a {
    color: #fff;
    font-size: 17px;
    font-family: 'Philosopher', sans-serif;
}


/* Appointment Section End */


/* Footer Section Start */

ul.foter-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin-left: auto;
}

ul.foter-menu a {
    color: #1e1d1b;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.footer-news-leter h3 {
    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
}

.footer-news-leter input {
    width: 75%;
    height: 60px;
    border: 1px solid #ffffff6b;
    background: transparent;
    padding: 20px;
    margin: 20px 0 50px;
    border-radius: 60px;
    color: #fff;
}

.footer-sec .row {
    align-items: center;
}

section.footer-center-box {
    background: #1e1d1b;
    padding: 50px 0;
    position: relative;
}

.footer-center-box .row {
    align-items: center;
}

.footer-news-leter button {
    border: 1px solid #fff;
}

ul.footer-social-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

ul.footer-social-links i {
    transition: .5s ease-in-out;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1b9c84;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
}

ul.footer-social-links i:hover {
    box-shadow: inset 50px 0 0 0 #1b9c84;
}

section.footer-center-box .row {
    align-items: center;
}

.footer-sec {
    padding: 20px 0 30px;
    border: 1px solid #cccccc;
    margin-top: 80px;
}

section.footer-bottom-nav {
    text-align: center;
    position: relative;
}

.scrol-button a {
    font-size: 30px;
    font-family: 'bell';
    text-transform: uppercase;
    color: #000;
    padding: 30px 0;
}

.scrol-button a i {
    margin-left: 20px;
}

.footer-nav p {
    font-size: 16px;
    padding: 20px;
    color: #000;
}

section.footer-bottom-nav:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #cccccc;
    bottom: 45%;
    left: 0;
}

.foter-center-text h3 {
    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
}

section.footer-center-box:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 90%;
    right: 40%;
    top: 5%;
    background: #ffffff63;
}

li.so-icon-1 {
    animation: heartbeat 1s ease-in-out infinite both;
}

li.so-icon-2 {
    animation: heartbeat 1.5s ease-in-out infinite both;
}

li.so-icon-3 {
    animation: heartbeat 2s ease-in-out infinite both;
}

li.so-icon-4 {
    animation: heartbeat 2.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}


/* Footer Section End */


/* Home Page Css End */


/* Inner Pages Start */


/* About Page Start */

.about-page {
    padding-bottom: 50px;
}

img.inner-ban-abs {
    top: 15%;
}

.about-page img.abt-abs-1 {
    top: -50%;
}

.about-page ul.about-image-button {
    width: 650px;
}

.about-bottom-text {
    margin-top: 80px;
}

.about-bottom-text p {
    padding: 10px 0;
}


/* About Page End */


/* Service Page Start */

.service-page:after {
    display: none;
}

img.ser-abs-1.ser-page-1 {
    right: 0;
    left: auto;
    top: -40%;
}

.service-page {
    padding-top: 70px;
}


/* Service Page End */


/* Service Detail Section Start */

.ser-det-imag img {
    width: 100%;
    border-radius: 350px 350px 0 0;
    height: 700px;
    object-fit: cover;
}

.ser-det-text h2 {
    font-size: 60px;
    text-transform: uppercase;
}

a.ser-btn2 {
    color: blue;
    text-decoration: underline;
    font-weight: 600;
}

.ser-det-text {
    margin-bottom: 0;
}

.ser-det-bottom-text p {
    padding: 8px 0;
}

.service-detail-pag .row {
    align-items: center;
}

.service-detail-pag {
    position: relative;
}

.ser-page-after {
    position: relative;
}

.ser-page-after:after {
    position: absolute;
}


/* Service Detail Section End */

.inner-ban-abs {
    left: -4% !important;
}


/* Contact Page Start */

.contact-sec {
    position: relative;
}

.contact-box {
    background: #f0f0f0;
    padding: 40px;
}

.contact-text h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #6e6e6e;
    font-family: 'Montserrat';
}

.contact-text h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    word-spacing: 10px;
    line-height: 34px;
}

.cont-input input {
    width: 100%;
    height: 50px;
    background: transparent;
    border: 1px solid #d0d0d0;
    padding: 10px 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.cont-input input::placeholder {
    color: #000;
}

.cont-input textarea {
    width: 100%;
    background: transparent;
    padding: 10px 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    height: 100px;
    border: 1px solid #d0d0d0;
}

.cont-input textarea::placeholder {
    color: #000;
}

.contact-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: -35px 0 0 -60px;
}

ul.contact-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

ul.contact-icons img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.contact-form {
    margin-bottom: 50px;
}

ul.contact-icons.center-box {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

ul.contact-icons.center-box:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: -6%;
    top: 0;
    background: #959595;
}

ul.contact-icons.center-box:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: -1%;
    top: 0;
    background: #959595;
}

ul.contact-icons {
    padding: 30px 0;
}

.contact-map iframe {
    width: 100%;
    filter: invert(1);
}

.contact-map {
    margin-top: -15%;
    z-index: -1;
}


/* Contact Page End */


/* Inner Pages End */


/*Media Query Start*/

@media only screen and (min-width: 1400px) and (max-width:1600px) {
    ul.banner-social i.fa-brands.fa-facebook-f {
    position: absolute;
    bottom: 28px !important;
    left: -68px !important;
    }
    ul.banner-social i.fa-brands.fa-instagram {
        position: absolute;
        bottom: 16px !important;
    right: -15px !important;
    }
    ul.banner-social i.fa-brands.fa-twitter {
    position: absolute;
    left: -6px !important;
    bottom: 5px !important;
    }
    ul.banner-social i.fa-brands.fa-linkedin-in {
        position: absolute;
        left: 96px !important;
        bottom: 2px !important;
    }
    ul.about-image-button {
    width: 860px;
}
    
    .big-baner-bg:before {
    width: 47%;
}
    .big-baner-bg:after {
        width:29%;
    left: -18%;
    z-index: -1;
    }
    
    .banner_img:after{
        width: 500px;
        height: 500px;
    }
    
    .banner_img img{
        width: 450px;
        height: 450px;
    }
    
    .slider-container .slick-next:before,
    .slider-container .slick-prev:before{
    left:-110px !important;
    }
    
    .slider-container .slick-next:before,
    .slider-container .slick-prev:before{
        width:40px !important;
        height:40px !important;
        font-size: 22px !important;
    }
    
    /*.slides-numbers{*/
    /*    font-size:16px !important;*/
    /*    left: -10px !important;*/
    /*    bottom: 8px;*/
    /*}*/
    
    .slides-numbers {
    left: -100px;
    bottom: 8px;
}
    
    .banner_text h1{
        font-size:55px ;
    }
    
    /*img.ser-after-1{*/
    /*    right: -21% !important;*/
    /*}*/
    /*.meet-button{*/
    /*    bottom: -6%;*/
    /*}*/
    
    img.met-box-1 {
    
    right: 100%;
    bottom: 4%;
    }
    
    ul.appont-list{
        width: 100%;
    }
    .about-page ul.about-image-button {
    width: 650px !important;
    margin-top: -15% !important;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    ul.banner-social i.fa-brands.fa-facebook-f {
    position: absolute;
    bottom: 28px !important;
    left: -68px !important;
    }
    ul.banner-social i.fa-brands.fa-instagram {
        position: absolute;
        bottom: 16px !important;
    right: -15px !important;
    }
    ul.banner-social i.fa-brands.fa-twitter {
    position: absolute;
    left: -6px !important;
    bottom: 5px !important;
    }
    ul.banner-social i.fa-brands.fa-linkedin-in {
        position: absolute;
        left: 96px !important;
        bottom: 2px !important;
    }
    ul.about-image-button{
        width: 720px !important;
    } 
    
    .big-baner-bg:before{
        width:54%;
    }
    .big-baner-bg:after {
    width: 40%;
    left: -20%;
    z-index: -1;
    height: 75%;
}
    
    .banner_img:after{
        width: 500px;
        height: 500px;
    }
    
    .banner_img img{
        width: 450px;
        height: 450px;
    }
    
    .slider-container .slick-next:before{
            top: -65px;
    }
    .slider-container .slick-prev:before{
            top: 10px;
    }
    .slider-container .slick-next:before,
    .slider-container .slick-prev:before{
    left: -80px !important;
    }
    
    .slider-container .slick-next:before,
    .slider-container .slick-prev:before{
        width:40px !important;
        height:40px !important;
        font-size: 22px !important;
    }
    
    .slides-numbers{
        font-size:16px !important;
        left: -70px !important;
        bottom:20px;
    }
    
    .banner_text h1 {
    font-size: 40px;
}
    
    img.ser-after-1{
        right: -21% !important;
    }
    .meet-button{
        bottom: -6%;
    }
    
    img.met-box-1 {
    
    right: 10%;
    bottom: 4%;
    }
    
    ul.appont-list{
        width: 75%;
    }
    .about-page ul.about-image-button {
    width: 560px !important;
    margin-top: -15% !important;
}

    .ser-det-text h2 {
        font-size: 50px;
    }
    img.ser-abs-1.ser-page-1 {
        right: 0;
        left: auto;
        top: -40%;
        width: 6%;
    }
    .ser-det-imag img {
        height: 450px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menuSec ul {
        width: 100% !important;
    }
    .menuSec ul li a{
        font-size:14px;
    }
    .big-baner-bg:after {
        width: 50%;
        height: 94%;
        left: -35%;
        z-index: -1;
    }
    .btn1 i{
            right: -10px;
    top: -5px;
    width: 60px;
    height: 60px;   
    font-size: 22px;
    }
    ul.banner-social i.fa-brands.fa-facebook-f {
    position: absolute;
    position: absolute;
    bottom: 28px !important;
    left: -68px !important;
}
    ul.banner-social i.fa-brands.fa-instagram {
        position: absolute;
        bottom: 16px !important;
    right: -15px !important;
    }
    ul.banner-social i.fa-brands.fa-twitter {
    position: absolute;
    left: -6px !important;
    bottom: 5px !important;
}
ul.banner-social i.fa-brands.fa-linkedin-in {
    position: absolute;
    left: 96px !important;
    bottom: 2px !important;
}
    h1 {
        font-size: 46px;
    }
    .banner_img img {
        width: 350px !important;
        height: 350px !important;
    }
    .banner_img:after {
    width: 400px !important;
    height: 400px !important;
}
    ul.banner-social i.fa-brands.fa-twitter {
        position: absolute;
        right: 70px;
        bottom: -20px;
    }
    .big-baner-bg:before {
        width: 60%;
        height: 100%;
        right: -12%;
        top: 0;
        background-size: contain;
    }
    .big-baner-bg:after{
        width: 56%;
    left: -29%;
    top: 122px;
    }
    
    .slider-container .slick-next:before,
    .slider-container .slick-prev:before {
    left: 5px !important;
    }
    .slides-numbers {
        left: 5px !important;
    }
    
    .slider-container .slick-next:before,
    .slider-container .slick-prev:before{
        width:40px;
        height:40px;
        font-size: 22px;
    }
    
    .slides-numbers{
        font-size:16px;
    }
    img.baner-abs-1-img {
        position: absolute;
        left: 20%;
        top: -20%;
    }
    img.baner-abs-2-img {
        position: absolute;
        top: -24%;
        left: -4.7%;
        z-index: 9;
    }
    .about-image img {
        width: 450px;
        height: 450px;
    }
    .baner-about-bg:after {
        position: absolute;
        content: '';
        width: 50%;
        height: 45%;
        left: 27%;
        bottom: -10%;
    }
    img.abt-abs-1 {
        position: absolute;
        right: 1%;
        top: -53%;
        z-index: -1;
        width: 7%;
        object-fit: contain;
    }
    img.ser-abs-1.ser-page-1 {
    right: 1%;
    left: auto;
    top: -40%;
    width: 6%;
}
    ul.about-image-button {
        margin-top: -15%;
        width: 600px !important;
    }
    .about-image:after {
        width: 90%;
        height: 90%;
        left: 0%;
    }
    .service-box {
        margin: 0 0 40px;
        height: 270px;
        padding: 15px;
        gap: 20px;
    }
    .service-image {
        width: 250px !important;
    }
    .service-text h5 {
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 700;
    }
    .service-text p {
        font-size: 14px;
        line-height: 24px;
    }
    .meet-box {
        padding: 50px 0;
        padding-right: 30%;
    }
    .meet-text {
        width: 95%;
    }
    img.ser-after-1 {
        border-radius: 100%;
        right: -28% !important;
        position: absolute;
        top: 9%;
        object-position: -110px 0;
    }
    .meet-sec:after {
        position: absolute;
        content: '';
        top: 30%;
        right: -15%;
        width: 250px;
        height: 250px;
    }
    .meet-text h2 {
        font-size: 48px;
        line-height: 60px;
    }
    .meet-box:after {
        left: -4%;
    }
    .meet-box {
        padding: 50px 0 50px 20px;
        padding-right: 20%;
    }
    .meet-button {
        position: absolute;
        bottom: -12%;
        right: 5%;
    }
    .appointment-text {
        width: 85%;
    }
    .appointment-text h2 {
        font-size: 50px;
    }
    ul.appont-list {
    width: 75%;
}
    .appintment-input input {
        margin: 7px 0;
    }
    .appointment-form {
        padding: 30px;
    }
    .appintment-input i {
        top: 20px;
    }
    ul.contact-icons {
        display: block;
    }
    .contact-box {
        padding: 20px;
    }
    .contact-sec {
        padding-bottom: 0;
    }
    .ser-det-text h2 {
        font-size: 60px;
    }
    .ser-page-after:after {
        width: 95%;
        height: 37%;
        left: 2%;
        top: -6%;
    }
    .service-detail-pag {
        padding-bottom: 0;
    }
    .about-page ul.about-image-button {
        margin-top: 10%;
    }
    ul.banner-social {
        right: -3%;
        bottom: 5%;
    }
    .inner-baner {
        padding: 50px 0 !important;
    }
    img.inner-ban-abs {
        top: 20%;
    }
    ul.foter-menu a{
        font-size:12px;
    }
    
    .ser-det-imag img{
        height:500px;
    }
    
    .ser-det-text h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

h1 {
    font-size: 42px;
}
    
/*    img.met-box-1 {*/
/*    right: 3%;*/
/*    bottom: 38%;*/
/*}*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-logo {
        width: 100%;
    }
    .menuSec ul {
        width: 100% !important;
    }
    .menuSec ul li a{
        font-size:10px;
    }
    .btn1 {
    font-size: 10px;
    padding: 12px 10px;
    padding-right:45px;
}
    .btn1 i {
    position: absolute;
    right: -5px;
    top: 8px;
    width: 35px;
    height: 35px;
    font-size: 14px;
}
    .big-baner-bg:after {
        width: 100%;
        height: 100%;
        left: -46%;
        bottom: 0;
        z-index: -1;
    }
    h1 {
    font-size: 40px;
}

.banner_text h1 {
    font-size: 30px;
}
    .banner_img img {
        width: 230px;
        height: 230px;
    }
    .banner_img:after {
        width: 280px;
        height: 280px;
    }
    ul.banner-social i.fa-brands.fa-facebook-f {
    position: absolute;
    bottom: 22px !important;
    left: -20px !important;
    }
    ul.banner-social i.fa-brands.fa-instagram {
        position: absolute;
    bottom: -56px !important;
    right: 16px !important;
    }
    ul.banner-social i.fa-brands.fa-twitter {
    position: absolute;
    left: 2px !important;
    bottom: -22px !important;

    }
    ul.banner-social i.fa-brands.fa-linkedin-in {
    position: absolute;
    left: 85px !important;
    bottom: -50px !important;
    }
    ul.banner-social i {
    font-size: 16px;
    width: 40px;
    height: 40px;
    }
    .big-baner-bg:before {
        width: 100%;
        height: 100%;
        right: -30%;
        top: 0;
        background-size: contain;
    }
    section.main-slider {
        padding: 150px 0 30px;
        position: relative;
    }
    img.baner-abs-1-img {
        position: absolute;
            left: 20%;
    top: -32%;
    }
    img.baner-abs-2-img {
        position: absolute;
        top: -27%;
        left: -3%;
        z-index: 9;
        width: 15%;
    }
    .about-image img {
        width: 320px;
    height: 320px;
    }
    
    .about-text h2{
        font-size:55px;
    }
    .baner-about-bg:after {
        position: absolute;
        content: '';
        width: 55%;
        height: 65%;
        bottom: -30%;
        left: auto;
        right: 20%;
    }
    img.abt-abs-1 {
        position: absolute;
        right: 1%;
        top: -23%;
        z-index: -1;
        width: 9%;
        object-fit: contain;
    }
    .about-text p {
        padding: 10px 0;
    font-size: 13px;
    }
    ul.about-image-button {
    margin-top: 15% !important;
    width: 340px !important;
    }
    ul.about-image-button i {
        height: 45px;
    width: 45px;
    font-size: 20px;
    }
    .about-sec {
        padding-bottom: 80px;
    }
    .about-image:after {
        width: 90%;
        height: 90%;
        left: 0%;
    }
    .sec-head h2 {
        font-size: 40px;
    }
    .service-box {
           display: flex;
    margin: 0 0 40px;
    height: 170px;
    padding: 15px;
    gap: 12px;
    }
    .service-image img {
        width: 500px;
    height: 150px;
    }
    .service-image {
       margin-bottom: -30%;
        width: 100%;
    }
    .service-box:hover {
        box-shadow: inset 0px 550px 0 0 #1b9c84;
    }
    .service-text h5 {
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: 700;
    }
    .service-text p {
        font-size: 14px;
        line-height: 24px;
    }
    .all-section {
        padding: 50px 0;
    }
    .meet-box {
        padding: 50px 0;
        padding-right: 30%;
    }
    .meet-text {
        width: 95%;
    }
    img.ser-after-1 {
        border-radius: 100%;
        right: -40%;
        position: absolute;
        top: 9%;
        object-position: -110px 0;
    }
    .meet-sec:after {
        position: absolute;
        content: '';
        top: 40%;
        right: -13%;
        width: 200px;
        height: 200px;
    }
    .meet-text h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .meet-text p{
        font-size:14px;
    }
    .meet-box:after {
        left: -4%;
    }
    .meet-box {
        padding: 50px 0 50px 20px;
        padding-right: 30%;
    }
    .meet-button {
    position: absolute;
    bottom: -6%;
    right: 0;
    }

    img.met-box-1 {
    position: absolute;
    right: 4%;
    bottom: 8%;
    z-index: 2;
    }
    .appointment-text {
        width: 100%;
    }
    .appointment-text h2 {
        font-size: 46px;
    }
    .appointment-text p {
        color: #fff;
    }
    ul.appont-list {
        width: 65%;
    }
    .appintment-input textarea {
        width: 100%;
        height: 150px;
    }
    .appintment-input input {
        margin: 7px 0;
    }
    .appointment-form {
        padding: 30px;
    }
    .appintment-input i {
        top: 20px;
    }
    section.footer-center-box:after {
        position: absolute;
        content: '';
        width: 1px;
        height: 90%;
        right: 50%;
    }
    ul.foter-menu {
        width: 90%;
    }
    .about-page ul.about-image-button {
        margin-top: 60%;
        width: 570px;
    }
    .ser-det-text h2 {
            font-size: 30px;
        text-transform: uppercase;
    }
    .ser-det-bottom-text p {
        padding: 10px 0;
        font-size: 13px;
    }
    .ser-det-imag img {
        height: 460px;
    }
    .ser-page-after:after {
        position: absolute;
        content: '';
        width: 90%;
        height: 35%;
        left: 6%;
        top: -4%;
    }
    .ser-det-text p{
        font-size:13px;
    }
    .contact-box {
        padding: 20px;
    }
    ul.contact-icons {
        display: block;
    }
    ul.contact-icons.center-box:before {
        right: -8%;
    }
    ul.contact-icons.center-box:after {
        left: -16%;
    }
    .contact-sec {
        padding-bottom: 0;
    }
    .inner-baner {
        padding: 50px 0 !important;
    }
    img.inner-ban-abs {
        width: 10%;
        top: 28%;
    }
    .footer-sec {
        margin-top: 0px;
    }
    img.ser-abs-1.ser-page-1 {
        top: -20%;
        width: 4.5%;
    }
    .home-baner:after {
        width: 210px;
        height: 210px;
    }
    .home-baner img {
        width: 170px;
        height: 170px;
    }
    
    ul.appont-list {
    width: 98%;
    padding: 10px 30px;
    }
    
    .cont-input input,
    .cont-input textarea{
        font-size: 12px;
    }
    ul.foter-menu a{
        font-size:12px;
    }
    ul.foter-menu {
        width: 100%;
    }
    img.ser-abs-1 {
    top: -10%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    p {
    font-size: 12px;
}
.about-text p {
    padding: 8px 0;
}
    ul.banner-social i.fa-brands.fa-instagram {
        margin-left: -30px;
    }
    ul.banner-social i.fa-brands.fa-instagram {
    position: relative;
    top: -38px;
    left: -12px;
}
ul.banner-social i.fa-brands.fa-linkedin-in {
    position: relative;
    left: -8px;
    top: 10px;
}
ul.banner-social i.fa-brands.fa-twitter {
    position: absolute;
    left: 14px !important;
    top: 36px;
}

.slicknav_btn{
    background-color:#31a690;
}

.slicknav_menu .slicknav_icon-bar{
    background-color:#ffffff;
}

.menuSec img {
    margin: 10px;
}
    .slicknav_menu {
        font-size: 16px;
        box-sizing: border-box;
        background: #000;
        padding: 5px;
        z-index: 9;
        position: relative;
    }
    .slicknav_nav a:hover {
    background: #38b098;
    color: #fff;
}
header{
    margin-top:20px;
}
    header .col-6 {
        width: 100%;
    }
    .header-logo {
        width: 100%;
        display: flex;
        margin: 15px auto;
        justify-content: center;
    }
    .header-button {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div#smooth-wrapper {
        top: 50px !important;
    }
    header {
        position: relative;
        z-index: 9;
        margin-top: 0;
    }
    img.baner-abs-1-img {
        display: none;
    }
    section.main-slider {
        padding: 0 0 40px;
        position: relative;
    }
    .big-baner-bg:before {
        top: -15px;
        width: 100%;
    }
    h1 {
        font-size: 40px;
    }
    img.baner-abs-2-img {
        display: none;
    }
    .banner_text p {
        color: #000;
    }
    .big-baner-bg:after {
        display: none;
    }
    .banner_img:after {
        width: 290px;
        height: 290px;
    }
    .banner_img img {
        width: 250px;
        height: 250px;
        margin-top: 50px;
    }
    ul.banner-social {
        right: 17%;
        bottom: -4%;
        transform: rotate(0deg);
        gap: 35px;
    }
    ul.banner-social i {
    transform: rotate(0deg);
    left: -55px;
    position: relative;
    top: 36px;
    }
    .baner-about-bg:after {
        width: 90%;
        height: 70%;
        left: 0;
        bottom: -27%;
    }
    
    .about-abs {
        display: none;
    }
    .about-image img {
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }
    .about-image:after {
        position: absolute;
        content: '';
        width: 86%;
        height: 85%;
        left: -2%;
    }
    .about-sec {
        padding-top: 0;
        padding-bottom: 70px;
    }
    ul.about-image-button {
        width: 100%;
        margin: 20px 1px;
        padding: 20px 20px;
        justify-content: space-between;
        gap: 10px;
        display: block;
        position: relative;
    }
    img.about-logo {
        position: absolute;
        right: 10%;
        top: 8%;
    }
    ul.about-image-button a.btn1.btn2 {
        padding: 12px;
        padding-right: 60px;
        font-size: 13px;
    }
    ul.about-image-button li {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    li.about-phone {
        position: relative;
        z-index: 9;
        padding: 10px;
        justify-content: flex-start !important;
        display: flex;
    }
    .service-image img {
        border-radius: 130px 130px 0px 0px;
        width:100%;
        height: 100px;
    }
    .about-bottom-text {
        margin-top: 0;
    }
    .service-text {
        text-align: center;
    }
    h2 {
        font-size: 40px;
    }
    ul.about-image-button li.about-phone i {
        height: 50px;
        width: 50px;
        font-size: 23px;
    }
    .all-section {
        padding: 40px 0 !important;
    }
    ul.foter-menu li {
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }
    
    ul.foter-menu li:nth-child(4) {
        order: 5;
        margin-bottom: 0;
    }
    .service-slider .slick-prev,
    .service-slider .slick-next {
        display: none !important;
    }
    .service-box {
        height: auto;
        gap: 15px;
        padding: 15px;
    }
    .service-box:hover {
        box-shadow: inset 0px 520px 0 0 #1b9c84;
    }
    .service-image {
        margin: 0;
        width: 100%;
    }
    .service-text h5 {
        font-size: 12px;
        line-height: 22px;
        margin: 10px 0;
    }
    .service-text p {
        font-size: 14px;
        line-height: 24px;
    }
    .service-abs {
        display: none;
    }
    .meet-text {
        width: 90%;
    }
    .meet-sec {
        padding-top: 0;
    }
    img.ser-after-1 {
            border-radius: 100%;
    right: -54%;
    position: relative;
    top: auto;
    object-position: -210px 0;
    bottom: -40px;
    }
    .meet-sec:after {
        position: absolute;
    content: '';
    top: auto;
    right: -31%;
    width: 300px;
    height: 300px;
    z-index: 9;
    border-radius: 100%;
    bottom: 9%;
    }
    img.met-box-1 {
        position: absolute;
        right: auto;
        bottom: -20%;
        z-index: 2;
        left: -40px;
    }
    .meet-box {
        padding: 50px 0;
        padding-right: 0;
    }
    .meet-text h2 {
        font-size: 40px !important;
    }
    .meet-button {
        position: absolute;
        bottom: -10%;
        right: 5%;
    }
    .meet-box:after {
        position: absolute;
        content: '';
        width: 18px;
        height: 35%;
    }
    .appointment-text {
        width: 100%;
        margin-top: 30px;
    }
    .appointment-text p {
        color: #fff;
    }
    .appointment-form {
        padding: 25px 10px;
        border-radius: 0;
    }
    .appintment-input input {
        margin: 5px 0;
    }
    .appintment-input i {
        top: 20px;
    }
    .appintment-input textarea {
        width: 100%;
        height: 120px;
    }
    ul.appont-list {
        width: 80%;
        margin: 0 auto 20px;
        text-align: center;
        justify-content: center;
    }
    .footer-logo {
        display: flex;
        margin: 0 auto 20px;
    }
    ul.foter-menu {
        width: 100%;
        margin-left: auto;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    section.footer-center-box:after {
        display: none;
    }
    .footer-sec {
        margin-top: 40px;
    }
    .footer-news-leter {
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-news-leter input {
        margin: 20px 0 30px;
    }
    ul.foter-menu a {
        font-size: 15px;
    }
    .foter-center-text {
        text-align: center;
    }
    ul.footer-social-links {
        justify-content: center;
        margin-top: 15px;
    }
    .footer-nav p {
        padding-bottom: 80px;
    }
    section.footer-bottom-nav:after {
        bottom: 65%;
    }
    .ser-det-text h2 {
        font-size: 40px;
    }
    .ser-page-after:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 47%;
        left: 0;
        top: -10px;
    }
    .contact-box {
        padding: 20px;
    }
    .contact-text h3 {
        font-size: 20px;
        word-spacing: 4px;
        line-height: 30px;
    }
    ul.contact-icons.center-box {
        width: 100%;
    }
    .about-page ul.about-image-button {
        width: 100%;
        display: flex;
    }
    
    ul.appont-list a{
        font-size:14px;
    }
    
    h2.con-478 {
    font-size: 36px !important;
    margin-bottom: 15px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
    .ser-det-imag img {
        height: 300px;
    }
    p {
    font-size: 12px;
}
.about-text p {
    padding: 8px 0;
}
    ul.banner-social i.fa-brands.fa-instagram {
        margin-left: -30px;
    }
    ul.banner-social i.fa-brands.fa-instagram {
        position: relative;
    top: -20px;
    left: 30px;
}
.slicknav_btn{
    background-color:#31a690;
}

.slicknav_menu .slicknav_icon-bar{
    background-color:#ffffff;
}

.menuSec img {
    margin: 10px;
}
ul.banner-social i.fa-brands.fa-linkedin-in {
        position: relative;
    left: 28px;
    top: 22px;
}
    .slicknav_menu {
        font-size: 16px;
        box-sizing: border-box;
        background: #000;
        padding: 5px;
        z-index: 9;
        position: relative;
    }
    .slicknav_nav a:hover {
    background: #38b098;
    color: #fff;
}
header{
    margin-top:20px;
}
    header .col-6 {
        width: 100%;
    }
    .header-logo {
        width: 100%;
        display: flex;
        margin: 15px auto;
        justify-content: center;
    }
    .header-button {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div#smooth-wrapper {
        top: 50px !important;
    }
    header {
        position: relative;
        z-index: 9;
        margin-top: 0;
    }
    img.baner-abs-1-img {
        display: none;
    }
    section.main-slider {
        padding: 0 0 40px;
        position: relative;
    }
    .big-baner-bg:before {
        top: -15px;
        width: 100%;
    }
    h1 {
        font-size: 30px;
    }
    img.baner-abs-2-img {
        display: none;
    }
    .banner_text p {
        color: #000;
    }
    .big-baner-bg:after {
        display: none;
    }
    .banner_img:after {
        width: 290px;
        height: 290px;
    }
    .banner_img img {
        width: 250px;
        height: 250px;
        margin-top: 50px;
    }
    ul.banner-social {
        right: 17%;
        bottom: -4%;
        transform: rotate(0deg);
        gap: 35px;
    }
    ul.banner-social i {
   transform: rotate(0deg);
    left: -10px;
    position: relative;
    top: 32px;
}
    .baner-about-bg:after {
        width: 90%;
        height: 70%;
        left: 0;
        bottom: -27%;
    }
    ul.banner-social i.fa-brands.fa-twitter {
        position: absolute;
    top: 38px;
    left: 50px !important;
}
    .about-abs {
        display: none;
    }
    .about-image img {
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }
    .about-image:after {
        position: absolute;
        content: '';
        width: 86%;
        height: 85%;
        left: -2%;
    }
    .about-sec {
        padding-top: 0;
        padding-bottom: 70px;
    }
    ul.about-image-button {
        width: 100%;
        margin: 20px 1px;
        padding: 20px 20px;
        justify-content: space-between;
        gap: 10px;
        display: block;
        position: relative;
    }
    img.about-logo {
        position: absolute;
        right: 10%;
        top: 8%;
    }
    ul.about-image-button a.btn1.btn2 {
        padding: 12px;
        padding-right: 60px;
        font-size: 13px;
    }
    ul.about-image-button li {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    ul.about-image-button li:not(:last-child){
        margin-bottom:20px;
        padding-left:0px;
    }
    li.about-phone {
        position: relative;
        z-index: 9;
        padding: 10px;
        justify-content: flex-start !important;
        display: flex;
    }
    .service-image img {
        border-radius: 130px 130px 0px 0px;
        width:100%;
        height: 100px;
    }
    .about-bottom-text {
        margin-top: 0;
    }
    .service-text {
        text-align: center;
    }
    h2 {
        font-size: 40px;
    }
    ul.about-image-button li.about-phone i {
        height: 50px;
        width: 50px;
        font-size: 23px;
    }
    .all-section {
        padding: 40px 0 !important;
    }
    ul.foter-menu li {
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }
    
    ul.foter-menu li:nth-child(4) {
        order: 5;
        margin-bottom: 0;
    }
    .service-slider .slick-prev,
    .service-slider .slick-next {
        display: none !important;
    }
    .service-box {
        height: auto;
        gap: 15px;
        padding: 15px;
    }
    .service-box:hover {
        box-shadow: inset 0px 520px 0 0 #1b9c84;
    }
    .service-image {
        margin: 0;
        width: 100%;
    }
    .service-text h5 {
        font-size: 12px;
        line-height: 22px;
        margin: 10px 0;
    }
    .service-text p {
        font-size: 14px;
        line-height: 24px;
    }
    .service-abs {
        display: none;
    }
    .meet-text {
        width: 90%;
    }
    .meet-sec {
        padding-top: 0;
    }
    img.ser-after-1 {
        border-radius: 100%;
        right: -28%;
        position: relative;
        top: auto;
        object-position: -110px 0;
        bottom: -40px;
    }
    .meet-sec:after {
        position: absolute;
        content: '';
        top: auto;
        right: -21%;
        width: 200px;
        height: 200px;
        z-index: 9;
        border-radius: 100%;
        bottom: 7%;
    }
    img.met-box-1 {
        position: absolute;
        right: auto;
        bottom: -20%;
        z-index: 2;
        left: -40px;
    }
    .meet-box {
        padding: 50px 0;
        padding-right: 0;
    }
    .meet-text h2 {
        font-size: 34px !important;
    }
    .meet-button {
        position: absolute;
        bottom: -10%;
        right: 5%;
    }
    .meet-box:after {
        position: absolute;
        content: '';
        width: 18px;
        height: 35%;
    }
    .appointment-text {
        width: 100%;
        margin-top: 30px;
    }
    .appointment-text p {
        color: #fff;
    }
    .appointment-form {
        padding: 25px 10px;
        border-radius: 0;
    }
    .appintment-input input {
        margin: 5px 0;
    }
    .appintment-input i {
        top: 20px;
    }
    .appintment-input textarea {
        width: 100%;
        height: 120px;
    }
    ul.appont-list {
        width: 90%;
        margin: 0 auto 20px;
        text-align: center;
        justify-content: center;
    }
    .footer-logo {
        display: flex;
        margin: 0 auto 20px;
    }
    ul.foter-menu {
        width: 100%;
        margin-left: auto;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    section.footer-center-box:after {
        display: none;
    }
    .footer-sec {
        margin-top: 40px;
    }
    .footer-news-leter {
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-news-leter input {
        margin: 20px 0 30px;
    }
    ul.foter-menu a {
        font-size: 15px;
    }
    .foter-center-text {
        text-align: center;
    }
    ul.footer-social-links {
        justify-content: center;
        margin-top: 15px;
    }
    .footer-nav p {
        padding-bottom: 80px;
    }
    section.footer-bottom-nav:after {
        bottom: 65%;
    }
    .ser-det-text h2 {
        font-size: 30px;
    }
    .ser-page-after:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 47%;
        left: 0;
        top: -10px;
    }
    .contact-box {
        padding: 20px;
    }
    .contact-text h3 {
        font-size: 20px;
        word-spacing: 4px;
        line-height: 30px;
    }
    ul.contact-icons.center-box {
        width: 100%;
    }
    .about-page ul.about-image-button {
        width: 100%;
        display: flex;
    }
    
    ul.appont-list a{
        font-size:14px;
    }
    
    h2.con-478 {
    font-size: 42px !important;
    margin-bottom: 15px;
    }
}


/*Media Query End*/

a.service-box-2 {
    width: 100%;
}
.about-page .row {
    align-items: center;
}