/* FONT LINE */

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@font-face {
    font-family: 'my-font1';
    src: url(../fonts/Cherolina.otf);
}

:root {
    --theme-color: #efa697;
    --theme-color-second: #ebd9c9;
    --colorPrimary: #efa697;
    --paraColor: #3B3E3F;
    --colorBlack: #002633;
    --colorWhite: #ffffff;
    --boxShadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

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: 15px;
    color: #1e1e1e;
    background-color: #fff;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    font-family: "Poppins", sans-serif;
    /* color: var(--theme-color) !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: 12px;
    font-family: "Cormorant", serif;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
    margin: 0;
    line-height: 27px;
    margin-bottom: 21px;
    font-size: 15px;
}

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: 67px;
    line-height: 70px;
    font-weight: 500;
}

h2 {
    font-size: 52px;
    font-weight: 700;
}

h3 {
    font-size: 38px;
    font-weight: 500;
}

h4 {}

h5 {
    font-size: 21px;
    font-weight: 500;
}

h6 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    color: var(--theme-color);
    letter-spacing: 4px;
}

.bg-cover {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.gap {
    margin-bottom: 30px;
}

section {
    padding: 70px 0px;
}

.form-control:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}


/* 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: 20px;
	width: 32px;
	height: 50px;
	background: var( --theme-color);
	border-radius: 5px;
	text-align: center;
	border: 2px solid #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	opacity: 0;
	overflow: hidden;
	color: #fff;
	z-index: 99;
}

.m-backtotop.active {
    bottom: 15px;
    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;
}

.m-backtotop>div.text {
    font-size: 5px;
    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: 20px;
    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;
}


/* SMALL NAV */

.small {
    display: none;
}


/* MAIN HEADER */

.header_menu {
   position: absolute;
   width: 100%;
    display: flex;
    justify-content: space-between;
}

a.navbar-brand img {
    width: 270px;
    filter: brightness(0) invert(1);
}



.hd_info {
    display: flex;
    align-items: center;
    color: #fff;
}
ul.navbar_nav {
    display: flex;
    align-items: center;
}
div#my-nav {
    display: flex;
    align-items: center;
}
div#my-nav ul{
    margin-bottom: 0;
}
.btn1 {
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    padding: 11px 0px;
    display: inline-block;
    color: #fff;
    width: 220px;
    font-family: var(--theme-default-font);
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    border-radius: 50px;
    font-size:14px;
  }
  
  .btn1:hover {
    background: initial;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
  }

  .btn2 {
    background: initial;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    padding: 11px 0px;
    display: inline-block;
    width: 220px;
    font-family: var(--theme-default-font);
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    border-radius: 50px;
    font-size:14px;
  }
  
  .btn2:hover {
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: #fff;
  }
  .btn_gap{
    margin-right: 7px;
  }
.header_menu li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 25px 18px;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 1px;
}

.header_menu i {
    font-size: 18px;
}

/* .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: 13px;
    display: block;
    width: 100%;
    padding: 14px 12px;
}

ul.dropdown-menu.fade-up {
    border: none;
    background: #fff;
    padding: 0 0;
    min-width: inherit;
    width: 230px;
    border-radius: 0px;
}


.link-sm-2 i {
    top: -9px !important;
}

.link-sm-2 {
    position: relative;
}


/* BANNER SEC */

.banner_sec {
    background: url('../image/banner_bg.jpg') no-repeat center;
    background-size: cover;
    padding: 310px 0 200px;
}
.banner_heading h1 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 600;
    margin-bottom: 30px;
}
a.comon-btn2 {
    background: var(--theme-color);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 11px 0px;
    border-radius: 65px;
    border: 1px solid #fff;
    letter-spacing: 1px;
    width: 224px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

a.comon-btn2:hover {
    background: #121212;
    color: #fff;
}

a.comon-btn3 {
    background: transparent;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 11px 0px;
    border-radius: 65px;
    border: 1px solid #fff;
    letter-spacing: 1px;
    width: 224px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

a.comon-btn3:hover {
    background:var(--theme-color); 
    color: #fff;
    border: 1px solid #fff;
}

.banner_sec .banner_heading {
    text-align: end;
    color: #fff;
}

.banner_sec .banner_heading .hd_info {
    justify-content: end;
    gap: 8px;
}

.banner_sec .banner_heading p {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.about_sty {
    border-radius: 300px 300px 0 0;
    overflow: hidden;
}
/* DEMO SEC 1 */

.demo_sec .content {
    text-align: center;
    position: relative;
}

.demo_sec .content .top_img {
    position: relative;
}

.demo_sec .content .btom_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    transform: translate(0);
    color: #fff;
}

a.comon-btn4 {
    background: var( --theme-color);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 11px 0px;
    border-radius: 65px;
    border: 1px solid var( --theme-color);
    letter-spacing: 1px;
    width: 224px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

a.comon-btn4:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}


/* OUR PROMISE SEC */

.our_promise_sec ul {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 35px;
}

.our_promise_sec ul li img {
    width: 60px;
}

.our_promise_sec ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 500;
}

.our_promise_sec .hd_info {
    gap: 8px;
}

.our_promise_sec a.comon-btn2 {
    background: transparent;
    color: var( --theme-color);
    display: inline-block;
    font-size: 14px;
    padding: 11px 0px;
    border-radius: 65px;
    border: 1px solid var( --theme-color);
    letter-spacing: 1px;
    width: 224px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.our_promise_sec a.comon-btn2:hover {
    background: var( --theme-color);
    color: #fff;
    border: 1px solid var( --theme-color);
}


/* HOME SEC 2 */

.home_sec2 {
    color: #c8c8c8;
    padding-bottom: 305px;
}

.home_sec2 a.comon-btn2 {
    background: transparent;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 11px 0px;
    border-radius: 65px;
    border: 1px solid #fff;
    letter-spacing: 1px;
    width: 224px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.home_sec2 a.comon-btn2:hover {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}


/* HOME SEC 3 */

.home_sec3 .content {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 25px 0px;
    border-radius: 10px;
    padding: 30px 10px;
    position: relative;
}

.home_sec3 .content .top_img img {
    width: 185px;
    margin-bottom: 16px;
}

.home_sec3 .content .top_img {
    position: relative;
    display: inline-block;
}

.home_sec3 .content .btom_img img {
    width: 110px;
}

.home_sec3 .content .btom_img {
    position: absolute;
    bottom: 45px;
    left: -51px;
}

.home_sec3 .content h5 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 8px;
}


/* HOME SEC 4 */

.home_sec4 a.comon-btn2 {
    background: transparent;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 11px 0px;
    border-radius: 65px;
    border: 1px solid #fff;
    letter-spacing: 1px;
    width: 224px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.home_sec4 a.comon-btn2:hover {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}

.home_sec4 .heading h2 {
    margin-bottom: 5px;
    font-size: 63px;
}

.home_sec4 .heading {
    color: #fff;
}




/**** CALL BTN ****/

.call_btn {
    background: var( --theme-color);
    padding: 22px 0;
    text-align: center;
    display: none;
}

.call_btn a {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
}

.call_btn a i {
    font-size: 19px;
}

.call_btn {
    background: var( --theme-color);
    padding: 22px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1111111;
}


/* ****** */


/* testimonial_sec */

.testimonial_sec .review-item .top_img i {
    font-size: 48px;
    margin-bottom: 19px;
    color:var(--theme-color);
}

.testimonial_sec .review-item .btom_content img {
    width: 95px !important;
    margin-bottom: -5px;
}

.testimonial_sec .review-item {
    padding: 35px 32px;
    background: #fff;
    border-radius: 0;
    /* height: 310px; */
    box-shadow: rgba(62, 62, 62, 0.18) 0px 0px 12px;
    margin: 22px 10px;
    text-align: center;
}

.testimonial_sec .review-item img {
    margin: 0 auto;
}

#testimonial_page .review-item {
    margin: 0;
}

.testimonial_sec .btom_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
}

.testimonial_sec .review-item h6 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 8px;
}

.testimonial_sec .review-item p {
    color: #242424;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 34px;
}

.testimonial_sec .review-item .btom_content p {
    margin-bottom: 0;
}

.testimonial_sec .review-item .btom_content p b {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.testimonial_sec .owl-item.active.center .review-item {
    padding: 35px 32px;
    background: var(--theme-color);
    border-radius: 0;
    /* height: 310px; */
    box-shadow: rgba(62, 62, 62, 0.18) 0px 0px 12px;
    margin: 22px 10px;
    text-align: center;
    color: #fff;
}

.testimonial_sec .owl-item.active.center .review-item .top_img i {
    font-size: 48px;
    margin-bottom: 19px;
    color: #fff;
}

.testimonial_sec .owl-item.active.center .review-item p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}

.testimonial_sec .owl-item.active.center .review-item .btom_content p b {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.testimonial_sec .owl-nav img {
    width: 25px !important;
}

.testimonial_sec .owl-nav {
    display: flex !important;
    justify-content: space-between !important;
}

.testimonial_sec .owl-nav .owl-prev {
    position: relative;
    top: -190px;
    left: -32px;
}

.testimonial_sec .owl-nav .owl-next {
    position: relative;
    top: -190px;
    right: -32px;
}


/* GALLERY SEC */

.gallery_sec .gallery_img {
    border-radius: 10px;
    overflow: hidden;
    transition: 0.8s;
}

.gallery_sec .gallery_img img {
    transform: scale(1);
    transition: 0.8s;
    height: 320px;
    width: 100%;
    object-fit: cover;
}

.gallery_sec .gallery_img:hover img {
    transform: scale(1.1);
    transition: 0.8s;
}


/* CONTACT SEC */

.contact_us .contact_form {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 38px 20px;
    border-radius: 10px;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.contact_us input {
    width: 100%;
    padding: 13px 13px;
    outline: none;
    border-radius: 5px;
    border: none;
    background: #e8e8e8;
}

.contact_us textarea {
    width: 100%;
    padding: 13px 13px;
    outline: none;
    border-radius: 5px;
    border: none;
    background: #e8e8e8;
}

.contact_us .form_control::placeholder {
    font-size: 16px;
    color: #000000;
}

.contact_us .form_control::placeholder {
    font-size: 15px;
    color: #000000;
}

.contact_us button {
    width: 100%;
    padding: 14px 0;
    border-radius: 5px;
    border: none;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    background: var(--theme-color);
    text-align: center;
    transition: all 0.7s;
}

.contact_us button:hover {
    background: #000;
    color: #fff;
    transition: all 0.7s;
}

.contact_us .contact_form h4 {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 19px;
}

.contact_us .content {
    /* display: flex; */
    /* align-items: center; */
    /* gap: 64px; */
    position: relative;
    /* justify-content: center; */
}

.contact_us .content .btom_arrow img {
    width: 50px;
}

.contact_us .content ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    color: #fff;
}
.contact_us .heading p{
    color: #fff;
}

.contact_us .content ul li {
    margin-bottom: 30px;
}

.contact_us .content ul li a {
    color: #fff;
}

.contact_us  .heading h2{
    color: #fff;
    text-transform: uppercase;
}

.contact_us .content .btom_arrow img {
    width: 220px;
    position: absolute;
    right: -170px;
    bottom: -60px;
}

/* -----faq_sec---- */

.faq_sec {
    color: #000;
    background-attachment: fixed;
}

.faq_sec .heading h2 {
    font-weight: 500;
    margin-bottom: 10px;
}

.faq_sec .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
    box-shadow: none !important;
}

.faq_sec .accordion-body {
    padding: 0;
    padding-top: 15px;
}

.faq_sec .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 0px;
    font-size: 19px;
    color: #000;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.faq_sec .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-item {
    background-color: #6c777b00;
    border: none !important;
    /* margin-bottom: 16px; */
    /* border-radius: 10px; */
    padding: 14px 0;
    border-bottom: 1px solid #000 !important;
}

.accordion-item h2 {
    font-family: "Poppins", sans-serif;
}

.faq_sec .accordion-button {
    border-radius: 10px !important;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
}

.faq_sec .accordion-button:not(.collapsed)::after {
    background-image: url("../image/minus.png");
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("../image/minus.png");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 0px !important;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 0px !important;
}

.accordion-button {
    color: #000000 !important;
}



/* INNER BANNER */

#inner_page .inner_banner_heading {
    color: #fff;
}

#inner_page .inner_banner_heading .btom_content {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 70px;
}

#inner_page .inner_banner_heading .btom_content h5 {
    margin-bottom: 0;
    word-spacing: 0px;
    letter-spacing: 2px;
}

#inner_page {
    padding: 380px 0 60px;
}

#inner_page .inner_banner_heading h1 {
    margin-left: -8px;
}

#inner_page h1 {
    /* font-size: 67px; */
    /* font-weight: 600; */
    /* line-height: 84px; */
    text-transform: uppercase;
}

#inner_page .inner_banner_heading h3 {
    font-size: 29px;
    font-weight: 400;
    color: #fff;
    line-height: 38px;
    letter-spacing: 3px;
    text-transform: uppercase;
}


/* INNER SERVICES SEC */

.services_sec1 img {
    border-radius: 10px;
}


/* PRICES SEC */

.price_list2 .price_content span {
    background: #1c1c1c;
    color: #fff;
    width: 75px;
    height: 75px;
    display: flex;
    font-size: 17px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
}

.price_list2 .price_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.price_list2 .price_content p {
    margin-bottom: 0;
}

.price_list2 {
    background: #f1f1f1;
}

.price_list2 .price_content h6 {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}


/* CONTACT PAGE */

.contact_sec2 .contact-form {
    background: #e5e5e500;
    padding: 53px 28px;
    border-radius: 10px;
    border: 1px solid #1c1c1c;
    height: 100%;
}

.contact_sec2 .contact-form input {
    height: 55px;
    border-radius: 4px;
    font-family: "Cormorant", serif;
    color: #666666;
    border: 1px solid #1c1c1c;
    box-shadow: rgba(174, 174, 174, 0.21) 0px 0 15px 0px;
    font-size: 17px;
}

.contact_sec2 .contact-form input::placeholder {
    opacity: 1;
    color: #000;
}

.contact_sec2 .contact-form select {
    height: 55px;
    border-radius: 4px;
    font-family: "Cormorant", serif;
    color: #666666;
    border: 1px solid #1c1c1c;
    box-shadow: rgba(174, 174, 174, 0.21) 0px 0 15px 0px;
}

.contact_sec2 .contact-form textarea {
    border-radius: 4px;
    color: #666666;
    font-size: 17px;
    border: 1px solid #1c1c1c;
    box-shadow: rgba(174, 174, 174, 0.21) 0px 0 15px 0px;
    font-family: "Cormorant", serif;
}

.contact_sec2 .contact-form textarea::placeholder {
    opacity: 1;
    color: #000;
}

.contact_sec2 .contact-info-top h4 {
    color: #171717;
    font-size: 22px;
    margin-bottom: 12px;
}

.contact_sec2 .contact-form button {
    background: #1c1c1c;
    border: 1px solid #1c1c1c;
    padding: 14px 0px;
    outline: none;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    width: 280px;
    transition: all 0.5s ease-in-out;
}

.contact_sec2 .contact-form button:hover {
    background: #000;
    border: 1px solid #000000;
    color: #fff;
}

.contact_sec2 .contact-top {
    background: #fff;
    padding: 33px 20px;
    width: 100%;
    height: 100%;
    border: 1px solid #838383;
}

.contact_sec2 .contact-icon {
    position: relative;
}

.contact_sec2 .contact-info-top a {
    color: #2f2f2f;
    font-size: 16px;
}

.contact_sec2 .contact-info-top p {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0;
}

.contact_sec2 .contact-icon i {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
}

.contact_sec2 .contact-left-el {
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    background: #f7f7f7;
}

.contact_sec2 .contact-left-el1 {
    margin-bottom: 26px;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
}

.contact_sec2 .contact-left-el,
.contact-left-el1 a {
    color: #777777;
    transition: all .3s ease-in-out;
}

.contact_sec2 .contact-icon {
    margin-bottom: 15px;
}

.contact_sec2 .contact-left {
    background: #fff;
    padding: 35px 25px;
    width: 100%;
    height: 100%;
}

.contact_sec2 .contact-left-el,
.contact-left-el1 a:hover {
    color: #5ad2d2;
}

.home_map {
    height: 100%;
}

.home_map iframe {
    height: 100%;
    border-radius: 10px;
}

.map {
    line-height: 0;
}

.contact_sec1 .contact-top {
    background: #fff0;
    padding: 35px 15px;
    width: 100%;
    height: 100%;
    border: 1px solid #1c1c1c;
    box-shadow: 0 4px 16px #dedede;
    border-radius: 10px;
}

.contact_sec1 .contact-icon {
    position: relative;
}

.contact_sec1 .contact-info-top a {
    color: #2f2f2f;
    font-size: 16px;
}

.contact_sec1 .contact-info-top p {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0;
}

.contact_sec1 .contact-icon i {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    background: #1c1c1c;
    margin-bottom: 15px;
}

.contact_sec1 .contact-top .contact-info-top h4 {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 23px;
    text-transform: capitalize;
}

.contact_sec1 .fa.fa-clock-o {
    font-size: 28px !important;
}

.contact_us_sec img {
    border-radius: 10px;
}


/* ABOUT PAGE SEC1 */


/* COUNTER JS */

#counter {
    /* text-align: center; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* background: #e6e6e7; */
    /* padding: 40px 0px; */
    /* width: 100%; */
    display: grid;
    grid-template-columns: auto auto;
}

#counter .item {
    background: #fff;
    width: 200px;
    padding: 25px 0px;
    margin: 10px;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.18);
}

#counter .item .count {
    color: #1c1c1c;
    /* margin-bottom: 5px; */
    /* font-size: 40px; */
    font-size: 52px;
    margin-bottom: 4px;
}

#counter .item h3 {
    color: #4f4e28;
    text-transform: capitalize;
    font-size: 21px;
}


/* BOOKING SEC */

.booking_sec a.comon-btn2 {
    background: transparent;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 11px 0px;
    border-radius: 65px;
    border: 1px solid #fff;
    letter-spacing: 1px;
    width: 224px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.booking_sec a.comon-btn2:hover {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}


/* BLOG SEC */

.blog-sec1 .blog-contain {
    padding: 25px 18px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: rgba(149, 157, 165, 0.2);
    border-radius: 5px;
    height: 100%;
}

.blog-sec1 .blog-contain .img-top {
    padding-bottom: 15px;
}

.blog-sec1 .blog-contain .img-top img {
    border-radius: 5px;
}

.blog-sec1 .blog-contain .blog-content .heading h3 {
    color: #000;
}

.blog-sec1 .blog-contain .blog-content .heading p strong {
    color: #00000059;
}

.blog-sec1 .blog-contain .blog-content .heading p {
    color: #000000ab;
}

.blog-sec1 .blog-contain .blog-content .heading .blog-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-sec1 a.blog-btn {
    color: #ffffff;
    background-color: #000;
    display: inline-block;
    width: 190px;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 0px;
    border-radius: 40px;
    font-weight: 600;
    transition: 0.5s;
}

.blog-sec1 a.blog-btn i {
    transition: 0.5s;
}

.blog-sec1 a.blog-btn:hover i {
    margin-left: 15px;
    transition: 0.5s;
}

.blog-sec1 .baby-care-sec .product-description a {
    color: #ba083c;
}

.blog-sec1 .blog-contain .blog-content .heading h5 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.5;
}


/* INNER BLOG SEC */

.inner-blog-left-sec {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: rgba(149, 157, 165, 0.2);
    padding: 25px 25px;
    border-radius: 8px;
}

.inner-blog-left-sec .inner-blog-sec1 p {
    color: #000000ab;
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head {
    display: flex;
    align-items: center;
    gap: 15px;
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head p {
    color: #00000059;
    margin-bottom: 12px;
}

.inner-blog-left-sec .inner-blog-sec1 h3 {
    font-weight: 600;
    margin-bottom: 25px;
}

.inner-blog-left-sec .inner-blog-sec1 img {
    border-radius: 5px;
    margin-bottom: 22px;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #1c1c1c2b;
    margin-bottom: 10px;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul {
    display: flex;
    gap: 15px;
    align-items: center;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul li i {
    font-size: 16px;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul li a {
    color: #00000059;
}

.inner-blog-left-sec .navigation-sec .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner-blog-left-sec .navigation-sec .navigation a {
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 600;
}

.inner-blog-left-sec .navigation-sec .navigation i {
    color: #1c1c1c;
}

.inner-blog-left-sec .navigation-sec .blog-contain {
    padding: 25px 18px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: rgba(149, 157, 165, 0.2);
    border-radius: 5px;
    height: 100%;
}

.inner-blog-left-sec .navigation-sec .blog-contain .img-top {
    padding-bottom: 15px;
}

.inner-blog-left-sec .navigation-sec .blog-contain .img-top img {
    border-radius: 5px;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading h3 {
    color: #000;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading p strong {
    color: #00000059;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading p {
    color: #000000ab;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading .blog-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner-blog-left-sec .inner-blog-comment .contact-form {
    padding: 20px 25px;
    border: 1px solid rgba(69, 69, 70, 0.2);
    border-radius: 8px;
    background: #fff;
    color: #000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form input {
    width: 100%;
    outline: none;
    padding: 11px;
    border-radius: 4px;
    border: 1px solid #1c1c1c3b;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form textarea {
    width: 100%;
    outline: none;
    padding: 11px;
    border-radius: 4px;
    border: 1px solid #1c1c1c3b;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form button {
    color: #ffffff;
    background-color: #000;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #000;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.5s;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form button:hover {
    background: #1c1c1c3b;
    border: 1px solid #1c1c1c3b;
    color: #000;
    transition: 0.5s;
}

.inner-blog-left-sec .admin-sec p {
    color: #000000ab;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul {
    display: flex;
    gap: 25px;
    align-items: center;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul li i {
    font-size: 18px;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul li a {
    color: #000000ab;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content {
    border-top: 1px solid #1c1c1c3b;
    border-bottom: 1px solid #1c1c1c3b;
    padding: 10px 20px;
}

.inner-blog-left-sec .admin-sec img {
    border-radius: 5px;
}


/* inner-blog-right-sec */

.inner-blog-right-sec {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: rgba(149, 157, 165, 0.2);
    padding: 25px 25px;
    border-radius: 8px;
}

.inner-blog-right-sec .blog-search form {
    position: relative;
    border: 1px solid #1c1c1c3b;
    border-radius: 5px;
    padding: 11px 13px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.inner-blog-right-sec .blog-search form input {
    border: none;
    outline: none;
    padding: 0;
    width: 100%;
}

.inner-blog-right-sec .blog-search form button {
    /* position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%; */
    cursor: pointer;
    background: none;
    border: 0;
    font-size: 15px;
    color: #000000;
}

.inner-blog-right-sec .popular-sec .popular-cards1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #1c1c1c3b;
    border-bottom: 1px solid #1c1c1c3b;
    padding: 10px 5px;
    gap: 10px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 .img-top img {
    width: 160px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 p {
    margin: 3px 0px;
    color: #000000ab;
    font-size: 14px;
    font-weight: 400;
}

.inner-blog-right-sec .popular-sec .popular-cards1 a {
    color: #000000ab;
    font-size: 15px;
}


/* RIGHT PLACEC  SEC */

.right_place_sec .hd_info {
    gap: 8px;
}

.right_place_sec .heading{
    padding-right: 70px;
}


.right_place_sec .heading h5 {
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 1.3;
}

.right_place_sec .heading h3 span {
    color: #000;
    font-size: 20px;
    display: block;
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
}
.right_place_sec .heading h3{
    margin-bottom: 0;
}
.heading h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 56px;
}

/* COUNTER JS */
#counter2 .item {
    background: #fff;
    padding: 25px 28px;
    text-align: center;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    border: 1px dashed var(--theme-color);
    overflow: hidden;
}
#counter2 .item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 202px;
    height: 314px;
    background: url('../image/service1-2.png') no-repeat;
}

#counter2 .item .count {
    color: var(--theme-color);
    font-size: 80px;
    margin-bottom: 4px;
    font-weight: 700;
}

#counter2 .item h3 {
    color: #000;
    text-transform: capitalize;
    font-size: 21px;
    font-weight: 600;
}
#home_sec4{
    background: url('../image/home_sec4_bg2.jpg') no-repeat center;
    background-size: cover;
    padding: 150px 0;
}

#home_sec4 .heading p span {
    background: linear-gradient(90deg, rgb(66 66 66 / 0%) 0%, rgb(239 166 151) 35%, rgb(239 166 151) 70%, rgba(255, 255, 255, 0) 100%);
    color: #ffffff;
    text-transform: uppercase;
    padding: 4px 80px;
    letter-spacing: 4px;
    font-size: 16px;
    margin-bottom: 12px;
    display: block;
}

#home_sec4 .heading .text_content {
    margin-bottom: 12px;
}

#home_sec4 .heading h2 {
    font-size: 68px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

#our_promise_sec2 .heading p span {
    text-transform: uppercase;
    display: block;
    margin-bottom: -20px;
    letter-spacing: 0;
    font-size: 16px;
}

#our_promise_sec2 .heading2 {
    padding-left: 45px;
}

#our_promise_sec2 .heading2 h2 {
    text-transform: uppercase;
}


/* OUR BEST QUALITY SEC */

.our_best_quality_sec .heading h2 {
    text-transform: uppercase;
    color: #1c1c1c;
}

.our_best_quality_sec .heading p span {
    text-transform: uppercase;
    display: block;
    margin-bottom: -20px;
    letter-spacing: 0;
    font-size: 16px;
}

.our_best_quality_sec .content:hover .top_img img {
    transform: scale(1.1);
    transition: 0.8s;
}

.our_best_quality_sec .content .top_img img {
    border-radius: 5px;
    transform: scale(1);
    transition: 0.8s;
}

.our_best_quality_sec .content {
    text-align: center;
}

.our_best_quality_sec .content .top_img {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.our_best_quality_sec .content {
    position: relative;
}

.our_best_quality_sec .content .btom_content {
    background: #fff;
    padding: 30px 0;
    width: 92%;
    margin: 0 auto;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -152px;
    transition: 0.5s;
}

.our_best_quality_sec .content:hover .btom_content {
    background: #fff;
    padding: 30px 0;
    width: 92%;
    margin: 0 auto;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    transition: 0.5s;
}

.our_best_quality_sec .content .btom_content h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 6px;
    color: #000;
}

.our_best_quality_sec .content .btom_content p {
    margin-bottom: 0;
    opacity: 0;
    transition: 0.5s;
}

.our_best_quality_sec .content:hover .btom_content p {
    margin-bottom: 0;
    opacity: 1;
    transition: 0.5s;
}

.right_place_sec .heading h2 {
    text-transform: uppercase;
}
.gapping{
    margin-top: 5px;
}

/* services 2 start */
.single_service_2 {
    position: relative;
    height: 545px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.single_service_2_img {
    height: 355px;
    position: relative;
    overflow: hidden;
}

.single_service_2_img::after {
    position: absolute;
    content: "";
    width: 500px;
    height: 231px;
    background: var(--colorPrimary);
    bottom: -140px;
    left: -30px;
    transform: rotate(187deg);
    transition: all linear .3s;
    -webkit-transform: rotate(187deg);
    -moz-transform: rotate(187deg);
    -ms-transform: rotate(187deg);
    -o-transform: rotate(187deg);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.single_service_2_img a {
    position: absolute;
    top: 250px;
    left: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: var(--colorWhite);
    background: var(--colorPrimary);
    border-radius: 50%;
    z-index: 1;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.single_service_2_text {
    background: #fceae8;
    padding: 80px 20px 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%, 0 52%, 0% 0%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    width: 100%;
    height: 57%;
}

.single_service_2_text .title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--colorBlack);
    margin-bottom: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.single_service_2_text .description {
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.single_service_2_text .btn_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #ddd;
	margin-top: 15px;
	padding: 12px;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
}

.single_service_2_text .btn_area a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--colorPrimary);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.single_service_2_text .btn_area p {
    transition: all linear .3s;
    color: #ff9933;
    font-size: 14px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.single_service_2_text .btn_area p span {
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.single_service_2_text .btn_area p span::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: var(--colorBlack);
    top: 10px;
    left: 4px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.single_service_2:hover .single_service_2_text {
    background: var(--colorPrimary);
}

.single_service_2:hover .single_service_2_text a,
.single_service_2:hover .single_service_2_text ul li,
.single_service_2:hover .single_service_2_text ul li span {
    color: var(--colorWhite);
}
.single_service_2:hover  p{
    color: var(--colorWhite);
}
.single_service_2:hover .single_service_2_text span{
    color: var(--colorWhite);
}
.single_service_2:hover .single_service_2_text p span::after {
    background: var(--colorWhite);
}

.single_service_2:hover .single_service_2_img a {
    color: var(--colorPrimary);
    background: var(--colorWhite);
}

.single_service_2:hover .single_service_2_img::after {
    background: var(--colorWhite);
}

.single_service_2_text .btn_area a:hover {
    color: var(--colorBlack);
}
.single_service_2_img::after {
    position: absolute;
    content: "";
    width: 500px;
    height: 219px;
    background: var(--colorPrimary);
    bottom: -140px;
    left: -30px;
    transform: rotate(187deg);
    transition: all linear .3s;
    -webkit-transform: rotate(191deg);
    -moz-transform: rotate(187deg);
    -ms-transform: rotate(187deg);
    -o-transform: rotate(187deg);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.single_service_2_text {
    background: #fceae8;
    padding: 60px 20px 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%, 0 52%, 0% 0%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.single_service_2_img::after {
    position: absolute;
    content: "";
    width: 500px;
    height: 225px;
    background: var(--colorPrimary);
    bottom: -140px;
    left: -30px;
    transform: rotate(187deg);
    transition: all linear .3s;
    -webkit-transform: rotate(189deg);
    -moz-transform: rotate(187deg);
    -ms-transform: rotate(187deg);
    -o-transform: rotate(187deg);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.single_service_2_img a {
    position: absolute;
    top: 220px;
    left: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: var(--colorWhite);
    background: var(--colorPrimary);
    border-radius: 50%;
    z-index: 1;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.single_service_2_text .description li{
margin-bottom: 5px;
}
.single_service_2_text .description{
    margin-bottom: 0;
}
.single_service_2_text ul.description li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single_service_2_text ul.description li i{
    font-size: 13px;
    margin-right: 5px;
    color: var(--theme-color);
}
.single_service_2_text:hover  ul.description li i{
    color: #fff;
}
.single_service_2_text .btn_area p i{
    font-size: 25px;
}
/* services 2 end */

.choose-about {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    gap:30px;
    max-width:516px;
    margin-bottom:15px;
    -webkit-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out
  }
  .choose-about:last-child {
    margin-bottom:0
  }
  .choose-about_icon {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-top: 6px;
}
  .choose-about .box-title {
    margin-bottom:8px
  }
  .choose-about_icon {
    -webkit-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out
  }
  .choose-about_text {
    margin-bottom:0
  }
  .choose-about:hover .choose-about_icon {
    -webkit-transform:rotateY(180deg);
    transform:rotateY(180deg)
  }
  .choose-image {
    position:relative;
    min-width:524px;
    min-height:620px;
    border-radius:200px 0px 0px 0px
  }
.why_us_bg{
    background: url('../image/home-bg1.jpg') no-repeat;
    background-size: cover;
}
.choose-about .box-title {
	margin-bottom: 5px;
	font-size: 27px;
	font-weight: 700;
}
.why_us_bg .why_img img {
	width: 700px;
	position: relative;
	margin-bottom: -70px;
}
.sub-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
    color: #c28565;
}
.why_us_bg .heading h2 {
	text-transform: uppercase;
	font-size: 37px;
	line-height: 45px;
}
.sub_mid_title span{
    display: block;
    font-size: 17px;
    color: #c28565;
}
.gallery_sec .heading h2{
    text-transform: uppercase;
}
.contact_us{
    background: url('../image/contact-bg.jpg') no-repeat center;
    background-size: cover;
}

.contact_us .contact-number li p {
	margin-bottom: 3px;
	font-weight: 600;
	color: var(--theme-color);
	font-size: 20px;
	text-transform: capitalize;
}
.contact_us .contact-number i {
    color: #efa697;
    background-color: var(--theme-bg-color);
    min-width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 5px;
    font-size: 27px;
    text-align: center;
    line-height: 50px;
    border: 2px dashed #fff;
}
.contact_us  .sub-title {
    color: #ffffff;
}
.contact_us  .sub-title img {
    filter: brightness(0) invert(1);
}
.contact_us .contact-number li {
	display: flex;
	gap: 18px;
	margin-bottom:45px;
}
.contact_us .contact-number li a {
	color: #ffffff;
	font-size: 18px;
}

footer {
    background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url('../image/footer_bg.jpg');
    /* background-color: #000000;
    background-repeat: no-repeat; */
    background-size: cover;
    padding: 80px 0;
    color: #fff;
}
  
  footer .logo_ft {
    text-align: center;
  }
  footer .logo_ft img {
    width: 320px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}
  .ft_link li a {
      color: #fff;
      font-size: 16px;
  }
  .ft_link li a i {
      color: var(--theme-color);
      margin-right: 7px;
  }
  .ft_link li {
    margin-bottom: 15px;
  }
  .txt_right {
    text-align: right;
  }
  .contact_ft_link li a {
      color: #fff;
      font-size: 16px;
  }
  .contact_ft_link li a i {
      color: var(--theme-color);
      margin-right: 7px;
      font-size: 25px;
  }
  .contact_ft_link li {
    margin-bottom: 15px;
  }
  .ft_socail{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .ft_socail a{
    background: var(--theme-color);
    width: 50px;
    height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 25px;
  }
 
    .ft_ber {
        width: 100%;
        height: 1px;
        margin: 25px 0;
        background: linear-gradient(95deg, rgba(213, 48, 112, 0.1656863428965336) 11%, rgb(239 166 151) 33%, rgb(239 166 151) 69%, rgba(230, 134, 82, 0.1432773793110994) 88%);
    }
  
  .ft_link {
      text-align: center;
  }
  .ft_link li {
      display: inline-block;
      margin: 0 25px;
  }
  .ft_link  li a{
    text-transform: uppercase;
  }
  .copy_txt{
    text-align: center;
  }
  #ul_dec li {
	display: inline-block;
	margin-right: 14px;
}
.servic-owl .item {
	margin: 12px 0 !important;
}


#exampleAppointment .contact_form input {
  width: 100%;
  padding: 13px 13px;
  outline: none;
  border-radius: 5px;
  border: none;
  background: #e8e8e8;
}

#exampleAppointment .contact_form  textarea {
  width: 100%;
  padding: 13px 13px;
  outline: none;
  border-radius: 5px;
  border: none;
  background: #e8e8e8;
}

#exampleAppointment .contact_form .form_control::placeholder {
  font-size: 16px;
  color: #000000;
}

#exampleAppointment .contact_form  .form_control::placeholder {
  font-size: 15px;
  color: #000000;
}

#exampleAppointment .contact_form button {
  width: 100%;
  padding: 14px 0;
  border-radius: 5px;
  border: none;
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  background: var(--theme-color);
  text-align: center;
  transition: all 0.7s;
}

#exampleAppointment .contact_form button:hover {
  background: #000;
  color: #fff;
  transition: all 0.7s;
}

/* inner page */

.breadcrumb-area {
  padding: 230px 0 120px;
}

.breadcrumb-area .breadcrumb-wrap {
  text-align: center
}
.breadcrumb-area .breadcrumb-wrap h1 {
  font-weight: 500;
  font-size: 60px;
  line-height: 33px;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
}
.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li {
  font-size: 16px;
  color: #fff;
  font-weight: 500
}

.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li a {
  color: #fff;
}

.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li i {
  vertical-align: middle;
  font-size: 22px
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pagination a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #262339;
  margin: 0 6px;
  text-align: center;
  line-height: 36px;
  font-weight: 500;
  font-size: 20px;
  color: #262339;
  -webkit-transition: all .2s;
  transition: all .2s
}


.pagination a i {
  font-size: 28px;
  line-height: 38px
}

.breadcrumb-links {
  gap: 12px;
  display: flex;
  align-items: center;
}
.breadcrumb-area h2{
  color: var(--theme-color);
  text-transform: uppercase;
}

.breadcrumb-area .breadcrumb-wrap ul.breadcrumb-links li i {
  vertical-align: center;
  font-size: 17px;
  margin-left: 5px;
}
#service_bg{
  background:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url('../image/service-banner.jpg') no-repeat center;
  background-size: cover;
}
#contact_bg{
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../image/contact-banner.jpg') no-repeat center;
    background-size: cover;
  }
  #faq_bg{
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../image/faq-banner.jpg') no-repeat center;
    background-size: cover;
  }
  

  /* ...contact.... */


.contact-info p {
    max-width: 966px;
    margin: auto;
    color: #777777;
  }
  .contact-info-top{
    margin-top: 25px;
  }
  .contact-sec .p-contact{
    margin: initial !important;
  }
  .contact-sec .row-below{
    margin-top: 30px;
  }
  .contact-sec .contact-info form{
    margin-top: 15px;
  }
  .contact-sec .contact-top {
    background: var(--theme-color);
    padding: 33px 20px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }
  .contact-sec .contact-icon{
    position: relative;
    
  }

  .contact-sec .contact-info-top a{
    color: #fff;
    font-size: 16px;
  }
  .contact-sec .contact-info-top p{
    color: #fff;
    font-size: 16px;
    line-height: 27px; 
    margin-bottom: 0;
  }
  .contact-sec .contact-icon i{
    background:#fff;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--colorPrimary);
  font-size: 28px;
  
  }
  .contact-sec .contact-left-el {
    margin-bottom: 23px;
    display: flex;
    align-items:center;
    background: #f7f7f7;
  }
  .contact-sec .contact-left-el1{
    margin-bottom: 26px;
    margin-top: 30px;
    display: flex;
    align-items:flex-start;
  }
  
  .contact-sec .contact-left-el,.contact-left-el1 a {
    color: #777777;
    transition: all .3s ease-in-out;
  }
  
  .contact-sec .contact-left{
    background: #fff;
    padding: 35px 25px;
    box-shadow: 0px 10px 40px rgb(235, 235, 235);
  
    width: 100%;
    height: 100%;
  }
  .contact-sec .contact-left-el,.contact-left-el1 a:hover {
    color: #5ad2d2;
  }
  .contact-sec .contact-form input{
    height: 50px;
    border-radius: 5px;
    color: #666666;
    border: 1px solid #e2e2e2;
  }
  .contact-sec .contact-form textarea {
    border-radius: 5px;
    color: #666666;
    border: 1px solid #e2e2e2;
  }
  
  .contact-sec .contact-form button {
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    padding: 14px 0px;
    outline: none;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    border-radius: 5px;
    width: 280px;
    transition: all 0.5s ease-in-out;
  }
  .contact-sec .contact-form button:hover{
    background: initial;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
  }
  
  .contact-sec .map_sec{
  line-height: 0;
  }
  .contact-sec .map_sec iframe{
    width: 100%;
    height:100%;
  }
  .contact-sec .contact-form {
    background: #f7f7f7;
    padding: 35px 25px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 2px solid var(--theme-color);
}
.contact-sec .heading h2{
    text-transform: uppercase;
}
.contact-sec .map_sec {
    line-height: 0;
    height: 100%;
    border: 2px solid var(--theme-color);
    border-radius: 15px;
    overflow: hidden;
}
.faq_sec .heading h2{
    text-transform: uppercase;
}

#exampleAppointment .contact_form select {
    width: 100%;
    padding: 13px 13px;
    outline: none;
    border-radius: 5px;
    border: none;
    background: #e8e8e8;
}