@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&display=swap');

@font-face {
    font-family: HattonRegular;
    font-display: swap;
    src: local("HattonRegular"), url(fonts/HattonRegular.otf) format("opentype")
}

@font-face {
    font-family: HattonMedium;
    font-display: swap;
    src: local("HattonMedium"), url(/fonts/HattonMedium.otf) format("opentype")
}

@font-face {
    font-family: "Sallymoores";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("fonts/Sallymoores.ttf") format("truetype");
}

@font-face {
    font-family: 'Trajan Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Regular'), url('fonts/TrajanPro-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Trajan Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Bold'), url('fonts/TrajanPro-Bold.woff') format('woff');
}


/* why choose styles */
.single-services-box {
    /* background-color: #fafafa; */
    background-color: #2b2a28;
    -webkit-transition: 0.5s;
    transition: 0.5s;
	    margin-top: 85px;
    padding: 40px 20px 20px;
    /* box-shadow:15px 15px 30px 0px rgb(0 0 0 / 7%), -15px -15px 30px 0px rgb(255 255 255 / 80%); */
    transition: all .5s ease-in-out;
}

.single-services-box ul {
    list-style: none;
    padding-left: 29px;
}

.single-services-box ul li {
    color: #fff;
    font-size: 17px;
    padding-bottom: 19px;
    text-indent: -18px;
    text-align: left;
}

.single-services-box ul li img,
.single-services-box ul li i {
    position: relative;
    right: -1px;
    font-size: 15px;
    padding-right: 16px;
}

.single-services-box:hover {
    transform: scale(1.02);
    border: none;
    border-right: none !important;
}

.parallax-bg {
    background: #f4e7e5;
    background-image: url(../../../../wp-content/uploads/2020/12/man.png);
    background-repeat: no-repeat;
    background-size: 43%;
    background-position: bottom right;
}

@media(max-width:575px){
    .parallax-bg {
        background: #f4e7e5;
        background-image:none;
        background-repeat: no-repeat;
        background-size: 43%;
        background-position: bottom right;
    }
	.logo-padd.column-2{
		min-width: 25%;
	}
    
}
.row .col-lg-6:nth-child(1) .single-services-box {
    border-right: 1px solid #2b2a28;
    border-bottom: 1px solid #2b2a28;
}

.row .col-lg-6:nth-child(2) .single-services-box {
    border-bottom: 1px solid #2b2a28;
}

.row .col-lg-6:nth-child(3) .single-services-box {
    border-right: 1px solid #2b2a28;
}

.single-services-box h3 {
    position: relative;
    padding-left: 0;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

.single-services-box h3 i {
    color: #fe235b;
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 45px;
    top: 3px;
    z-index: 1;
}

.single-services-box h3 img {
    width: 30%;
    float: left;
}

.single-services-box h3 .circle {
    content: '';
    background: rgb(231, 201, 196);
    border-radius: 50%;
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 0.3;
    left: 7px;
    top: 3px;
}

.single-services-box p {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
}

.single-services-box .read-more-btn {
    display: inline-block;
    margin-top: 6px;
    color: rgb(231, 201, 196);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    float: left;
}

.row .col-lg-6.p-0 {
    padding: 0;
}

/* why choose styles ends */
.float-whatapp {
    right: -3px;
    z-index: 1000;
    top: 40%;
    text-align: center;
    background: rgb(255, 255, 255);
    font-size: 12px;
    padding: 20px 4px 15px 12px;
    border-radius: 35px 0px 0 35px;
    cursor: pointer;
    box-shadow: 0 0 13px rgb(0 0 0 / 20%);
}

.float-whatapp:hover+.float-show,
.float-show:hover {
    display: block;
}

.float-show {
    display: none;
    right: 0px;
    padding: 11px;
    top: 40%;
    text-align: left;
    z-index: 10000;
    background: rgb(255, 255, 255);
    min-width: 200px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 0 13px rgb(0 0 0 / 20%);
}

.float-show a {
    color: #fff;
    text-decoration: none;
}

.float-text {
    right: -51px;
    z-index: 100;
    top: 60%;
    transform: rotate(-91deg);
    background: rgb(231, 201, 196);
    font-size: 14px;
    padding: 0px 14px 0 17px;
    border-top-right-radius: 10px;
}

.float-text h4 {
    font-size: 16px;
    margin: 10px;
    color: #fff;
    line-height: 16px;
    cursor: pointer;
    font-weight: normal;
    font-family: Open Sans !important;
}

.float-text:hover+.float-div,
.float-text h4:hover+.float-div,
.float-div:hover {
    display: block;
}

.float-div {
    display: none;
    right: 52px;
    top: 26%;
    z-index: 100;
    min-width: 380px;
    background: #fff;
    padding: 5px 25px;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

.float-div select {
    font-size: 14px;
    color: #5C5F66;
    font-family: 'Merriweather', serif;
}

.float-div p {
    margin-bottom: 15px;
}

select::placeholder {
    color: #000 !important;
}

/* smile assessment page styles */
.assessment-form [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.assessment-form [type=radio]+img {
    cursor: pointer;
}

/* CHECKED STYLES */
.assessment-form [type=radio]:checked+img {
    outline: 2px solid rgb(231, 201, 196);
    border-radius: 10px;
}

.assessment-form select {
    font-size: 14px;
    color: #606060b5;
    height: 50px;
    font-family: 'Josefin Sans';
}

.assessment-form label {
    font-size: 15px;
    padding-left: 0;
    padding-bottom: 5px;
    font-weight: 600;
}

/* smile assessment page styles ends */
.button-style {
    margin-top: 25px;
}

.button-style a {
    background: rgb(231, 201, 196);
    color: #fff;
    padding: 13px 29px 12px 27px;
    border-radius: 4px 4px 4px 4px;
    font-size: 12px;
}

.button-style a:hover {
    background: #2b2a28;
    color: #fff;
}

@media screen and (max-width:1920px) {
    .news-static-scroll {
        margin: 0px auto 85px !important;
        text-align: center;
    }
}

@media only screen (min-width: 1030px) and (max-width: 1366px) {
    .news-static-scroll {
        margin: 35px auto 85px;
        text-align: center;
        background: #f4e7e5;
    }
}

@media only screen and (min-width: 1370px) and (max-width: 1605px) {
    .news-static-scroll {
        margin: 22px auto 85px;
        padding: 7px 0 0;
        text-align: center;
        background: #f4e7e5;
    }
}

@media only screen and (max-width: 1280px) {
    .news-static-scroll {
        margin: -69px auto 85px;
        padding: 7px 0 0;
        text-align: center;
        background: #f4e7e5;
    }
}

@media screen and (max-width:1024) {
    .news-static-scroll {
        margin: 35px auto 85px;
        text-align: center;
        background: #f4e7e5;
    }
}
@media screen and (max-width:575) {
    .news-static-scroll {
        margin: 0;
        text-align: center;
        background: #f4e7e5;
    }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .parallax-bg {
        background-size: 37%;
        background-position: 80% 105%;
    }
}

.news-static-scroll {
    margin: 35px auto 85px;
    text-align: center;
    background: #f4e7e5;
    /*box-shadow: 0 0 7px 1px rgb(0 0 0 / 25%);*/
}

.elementor-11 .elementor-element.elementor-element-2e3825c {
    padding-bottom: 130px;
}

/* .news-static-scroll{
    margin: 0px auto 70px;
	text-align: center;
} */
.news-static-scroll .d-flex {
    display: inline-flex;
    /* width: 1170px; */
}

.news-static-scroll .d-flex .col {
    padding: 7px 30px 35px;
}
  @media(max-width:752px){
    .news-static-scroll .d-flex .col {
        padding: 7px 30px 35px;
    }
  }
.news-static-scroll .d-flex .col img {
    width: 155px;
}

.news-static-scroll .d-flex .col:last-child {
    position: relative;
}

.news-static-scroll .d-flex .col:last-child:before {
    content: "";
    border-left: 1px solid #00000075;
    position: absolute;
    height: 37px;
    left: -10px;
    top: 42px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
    .elementor-11 .elementor-element.elementor-element-2e3825c {
        padding-bottom: 130px;
    }

    /* .banner-wrapper {
        height: 740px;
    }*/

}

.banner-text {
    top: 28%;
    z-index: 1;
    left: 10%;
}
.wheel-wrap {
    top: 50%;
    z-index: 1000;
    right: 5%;
    width: 88px;
}

@media(max-width:1300px){
    .wheel-wrap {
        top: 50%;
        z-index: 1000;
        right: 2%;
        width: 88px;
    }
}
@media(min-width:1300px){
    .wheel-wrap {
        top: 65%;
        z-index: 1000;
        right: 2%;
        width: 88px;
    }
}
@media(max-width:992px){
    .wheel-wrap {
        top: 32%;
        z-index: 1000;
        right: 2%;
        width: 88px;
    }
}
@media(max-width:575px){
    .wheel-wrap {
        top: 17%;
        z-index: 1000;
        right: 2%;
        width: 60px;
    }
    .column-3{
             min-width: 25%;
    }
}
.bg-white {
    background: #ffffff;
}

.et_pb_section.et_pb_section_39 {
    background-image: url(../../../uploads/2021/03/testimonial-video-image.jpg) !important;
}

.et_pb_slider .et_pb_slide,
.et_pb_section {
    background-position: center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    background-size: cover;
}

.et_pb_section_39 {
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 60px;
    margin-top: 60px;
    padding-left: 0px;
}

.et_pb_row_32.et_pb_row {
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
}

.et_pb_text_64 {
    font-weight: 300;
    font-size: 38px;
    line-height: 1.6em;
    padding-right: 10% !important;
    padding-left: 10% !important;
}

.videolightbox,
.videolightboxautoplay {
    z-index: 1000 !important;
    display: block;
}

.videohideonload {
    display: none;
}

.et_pb_video_box {
    display: block;
    position: relative;
    z-index: 1;
    line-height: 0;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.et_pb_blurb_content {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}

.et_pb_main_blurb_image {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 30px;
    line-height: 0;
}

.et_pb_main_blurb_image {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.et_pb_blurb .et_pb_image_wrap {
    display: block;
    margin: auto;
}

.et_pb_blurb_25 .et-pb-icon {
    font-size: 40px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffffff;
}

.et_pb_animation_off {
    opacity: 1;
}

.main_menu .bdt-navbar-dropdown {
    border-top: 4px solid rgb(231, 201, 196) !important;
    top: 61px !important;
}

.main_menu .bdt-navbar-nav>li>a::before {
    display: none !important;
}


input:checked+label {
    background-color: white;
}

input+label::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' width='100' style='fill:white'%3E%3Cpath d='M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center 55%;
    background-size: 80px 80px;
    line-height: 100vh;
    transition: background-size 200ms;
    position: absolute;
    color: white;
    height: calc(95vh - 12px);
    width: 80px;
    top: 0;
    left: 0;
    z-index: 20;
}

input+label:hover::after {
    background-size: 90px 90px;
}

input:checked+label::after {
    background-image: none;
    width: 100vw;
    left: 0;
    z-index: 10;
}

input:checked+label+.slide~input+label::after {
    display: none;
}

input:checked+label+.slide+input+label::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' width='100' fill='white'%3E%3Cpath d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z' /%3E%3C/svg%3E");
    display: block;
    width: 80px;
    right: 0;
    left: auto;
}

input:focus+label {
    box-shadow: 0 0 0 2px teal, 0 0 18px white;
}

.slide {
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateX(-100%);
    transition-duration: .4s;
    opacity: 1;
}

input:checked~.slide {
    transform: translateX(100%);
}

input:checked+label+.slide {
    transform: translateX(0);
    opacity: 1;
}

input[type='radio'] {
    visibility: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

/* .bg1{
  background-image: url(https://images.unsplash.com/photo-1422806310414-91469fe4977e?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=114e7a73b2385128045a5555b981e939);
}
.bg2{
  background-image: url(https://images.unsplash.com/photo-1490020641477-3b0e96306b9a?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=d8358f021c68f49335fe44b10f70b700);
}
.bg3{
  background-image: url(https://images.unsplash.com/photo-1512529111457-3e8a595ef8e9?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=9b3ab76b65a358830d60ca43be76f2e1);
}
.bg4{
  background-image: url(https://images.unsplash.com/photo-1504700610630-ac6aba3536d3?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=92d2cae094fb24e5266221828ee251e2);
}
.bg5{
  background-image: url(https://images.unsplash.com/reserve/wPCyys8TPCHY3GXm2N2D_ssp_inthewoods_1.jpg?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=654d988a19f43ca9ac27f2eacbe2a554);
} */

.bdt-ep-button-size-small {
    padding: 1px 20px 2px 20px !important;
    font-size: 12px !important;
    background-color: rgb(231, 201, 196);
    color: rgb(130, 90, 74) !important;
    border-radius: 4px 4px 4px 4px;
}

.bdt-ep-button-size-small:hover {
    background-color: #2b2a28 !important;
    background: #2b2a28 !important;
    color: #fff !important;
    z-index: 1 !important;
}

.text-light {
    color: #f4e7e5 !important;
}

.text-gold {
    color: rgb(130, 90, 74) !important;
}

a.text-gold:hover {
    color: #2b2a28 !important;
}

.text-gold-50 {
    color: #d39f89 !important
}

.text-rose-light {
    color: rgb(231, 201, 196) !important
}

.bdt-post-list-link:hover {
    text-decoration: none !important;
}

.border-bottom {
    border-bottom: 2px solid rgb(231, 201, 196);
}

.line.bdt-button-icon-align-bottom {
    height: 9px;
    width: 20%;
    margin: 0 auto;
    display: block;
    /*border-bottom: 2px solid rgb(231, 201, 196);*/
}

/*.border-bottom1:after{
	content:"";
	height: 9px;
    width: 20%;
    margin: 0 auto;
    display: block;
    border-bottom: 2px solid rgb(231, 201, 196);
    position: absolute;
    bottom: 0;
}
.border-bottom2:after {
    content: "";
    height: 9px;
    width: 5%;
    left: 47%;
    top: 27px;
    margin: 0 auto;
    display: block;
    border-bottom: 2px solid rgb(231, 201, 196);
    position: absolute;
    bottom: 0;
}
.border-bottom3:after {
    content: "";
    height: 9px;
    width: 14%;
    left: 47%;
    top: 50px;
    margin: 0 auto;
    display: block;
    border-bottom: 2px solid rgb(231, 201, 196);
    position: absolute;
    bottom: 0;
}*/
.banner-head-text {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 70px;
    padding-left: 5px;
    padding-top: 10px;
    font-weight: 700;
}

.main_menu .bdt-navbar-dropdown-nav li a:before {
    left: 0 !important;
    width: 100% !important;
}

.elementor-103 .elementor-element.elementor-element-4121f3e .bdt-navbar-dropdown-nav>li+li:last-child {
    padding-bottom: 1px;
}


.elementor-103 .elementor-element.elementor-element-4121f3e .bdt-navbar-nav>li>a {
  
    font-weight: 600 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
}

.elementor-103 .elementor-element.elementor-element-4121f3e .bdt-navbar-dropdown-nav>li>a {
   
    font-weight: 500 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
}

.elementor-103 .elementor-element.elementor-element-4121f3e .bdt-navbar-dropdown-nav>li+li a,
.elementor-103 .elementor-element.elementor-element-4121f3e .bdt-navbar-dropdown-nav>li+li a:first-child,
.bdt-nav bdt-navbar-dropdown-nav li a,
.elementor-103 .elementor-element.elementor-element-4121f3e .bdt-navbar-dropdown-nav>li>a {
    text-transform: capitalize;
}

.bg-box {
    background: #2b2a28;
    display: inline-block;
    margin: 2px 16px;
    border-radius: 14px;
    padding: 28px 8px;
}

.text-white {
    color: #fff !important;
}

.text-dark {
    color: #000000 !important;
}

.bg-light-green {
    background: #f4e7e5;
}

.padd-25 {
    padding: 35px 0 60px !important;
}

.padd-10 {
    padding: 10px !important;
}

.padd-20 {
    padding: 20px !important;
}

.padd-lr-155 {
    padding-left: 155px;
    padding-right: 155px;
}

.slayout5 article blockquote {
    border-radius: 4px;
    margin: 60px 0;
    background-color: #2b2a28;
    padding: 35px;
    box-shadow: -10px 20px 40px rgb(41 76 153 / 25%);
}

.slayout5 article blockquote p:first-child {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
}

.single .slayout5 article blockquote {
    background-image: url(data:image/svg+xml,%3Csvg width='100' height='77' viewBox='0 0 100 77' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.1' d='M48.4773 0.545448V23.8636C48.4773 30.3409 47.1818 36.8864 44.5909 43.5C42.0682 50.0454 38.7614 56.1818 34.6705 61.9091C30.5795 67.6364 26.25 72.4773 21.6818 76.4318L0.409092 64.7727C3.61364 59.5909 6.40909 53.7614 8.79545 47.2841C11.25 40.8068 12.4773 33.0341 12.4773 23.9659V0.545448H48.4773ZM99.5114 0.545448V23.8636C99.5114 30.3409 98.2159 36.8864 95.625 43.5C93.1023 50.0454 89.7955 56.1818 85.7046 61.9091C81.6136 67.6364 77.2841 72.4773 72.7159 76.4318L51.4432 64.7727C54.6477 59.5909 57.4432 53.7614 59.8295 47.2841C62.2841 40.8068 63.5114 33.0341 63.5114 23.9659V0.545448H99.5114Z' fill='white'/%3E%3C/svg%3E);
    background-size: auto !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 92% 85%;
    margin-top: 80px;
    max-width: 100%;
}

.breadcrumb-bg {
    position: absolute;
    background-image: url(../../../../wp-content/uploads/2020/12/Image-2.jpg);
    background-size: cover;
    background-position: center;
    min-height: 390px;
    width: 100%;
    z-index: -1;
}

.breadcrumb-bg h1 {
    padding-top: 14%;
}

.hr {
    border-bottom: 2px solid #2b2a285e;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

ul.list li {
    font-size: 15px;
    padding-bottom: 6px;
}

.img-left {
    float: left;
    padding-bottom: 45px;
}

.content-wrapper {
    margin-top: 0;
    position: relative;
    background: #ffffff;
    z-index: 1;
}

@media(min-width:992px){
    .content-wrapper {
        margin-top: -200px;
        position: relative;
        background: #ffffff;
        z-index: 1;
    }
    
}
.elementor,
.elementor-kit-10 p {
    text-align: justify;
}

ul.lists {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

ul.lists li {
    font-size: 15px;
    padding-bottom: 25px;
    display: flow-root;
}

ul.lists li:first-child,
ul.lists li:last-child {
    padding-bottom: 0;
}

.points {
    background: rgb(231, 201, 196);
    color: #ffffff;
    min-width: 30px;
    min-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    margin-right: 14px;
    margin-bottom: 24px;
    float: left
}

body .abew-breadcrumbs {
    display: none;
}
.slick-slide .slick-active{
    width: 200px !important;
}
#smilesnap-wide-button {
    color: rgb(130, 90, 74);
    position: fixed;
    z-index: 100000000;
    /* align-items: center; */
    text-align: center;
    /* justify-content: center; */
    transform: translateY(70px);
    transition: all 250ms ease-out;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* right: 50% !important; */
    left: 50% !important;
    transform: translate(-50%, -50%);
    bottom: 1px !important;
    background: #f4e7e5;
    font-size: 10px;
    font-weight: 600;
    padding: 5px;
    line-height: 18px;
    font-family: Open Sans;
}

#smilesnap-wide-button a {
    color: rgb(130, 90, 74);
}

#smilesnap-wide-button a:hover {
    color: #2b2a28;
}

#smilesnap-wide-button .smilsnap-wrap {
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    position: relative;
    margin: 0 auto;
    background: -webkit-linear-gradient(left top, #828587, #959696);
    background: -o-linear-gradient(bottom right, #828587, #959696);
    background: -moz-linear-gradient(bottom right, #828587, #959696);
    background: linear-gradient(to bottom right, rgb(231, 201, 196), rgb(231, 201, 196));
}

#smilesnap-wide-button span {
    display: block;
    font-weight: normal;
}

#smilesnap-wide-button svg {
    height: 14px;
        vertical-align: sub;
}

/*  css slider */
.csslider {
    -moz-perspective: 1300px;
    -ms-perspective: 1300px;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    display: inline-block;
    text-align: left;
    position: relative;
    margin-bottom: 22px;
    padding-left: 9%;
    padding-right: 0px;
}
@media(max-width:762px){
    .csslider {
        -moz-perspective: 1300px;
        -ms-perspective: 1300px;
        -webkit-perspective: 1300px;
        perspective: 1300px;
        display: inherit;
        text-align: left;
        position: relative;
        margin-bottom: 22px;
        padding-right: 20px;
    }
}


.csslider .img-padd {
    /*  padding-right: 140px;*/
    position: relative;
    right: 140px;
}

.csslider>input {
    display: none;
}

.csslider>input:nth-of-type(10):checked~ul li:first-of-type {
    margin-left: -900%;
}

.csslider>input:nth-of-type(9):checked~ul li:first-of-type {
    margin-left: -800%;
}

.csslider>input:nth-of-type(8):checked~ul li:first-of-type {
    margin-left: -700%;
}

.csslider>input:nth-of-type(7):checked~ul li:first-of-type {
    margin-left: -600%;
}

.csslider>input:nth-of-type(6):checked~ul li:first-of-type {
    margin-left: -500%;
}

.csslider>input:nth-of-type(5):checked~ul li:first-of-type {
    margin-left: -400%;
}

.csslider>input:nth-of-type(4):checked~ul li:first-of-type {
    margin-left: -300%;
}

.csslider>input:nth-of-type(3):checked~ul li:first-of-type {
    margin-left: -200%;
}

.csslider>input:nth-of-type(2):checked~ul li:first-of-type {
    margin-left: -100%;
}

.csslider>input:nth-of-type(1):checked~ul li:first-of-type {
    margin-left: 0%;
}

.csslider>ul {
    position: relative;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.csslider>ul>li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 15px;
    font-size: initial;
    line-height: normal;
    -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
}

.csslider>ul>li.scrollable {
    overflow-y: scroll;
}

.csslider>.navigation {
    position: absolute;
    bottom: -8px;
    left: 50%;
    z-index: 10;
    margin-bottom: -10px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.csslider>.navigation>div {
    margin-left: -100%;
}

.csslider>.navigation label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 4px;
    padding: 4px;
    background: #2b2a28;
}

.csslider>.navigation label:hover:after {
    opacity: 1;
}

.csslider>.navigation label:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -6px;
    background: rgb(231, 201, 196);
    border-radius: 50%;
    padding: 6px;
    opacity: 0;
}

.csslider>.arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px;
}

.csslider.inside .navigation label {
    border: 1px solid #7e7e7e;
}

.csslider>input:nth-of-type(1):checked~.navigation label:nth-of-type(1):after,
.csslider>input:nth-of-type(2):checked~.navigation label:nth-of-type(2):after,
.csslider>input:nth-of-type(3):checked~.navigation label:nth-of-type(3):after,
.csslider>input:nth-of-type(4):checked~.navigation label:nth-of-type(4):after,
.csslider>input:nth-of-type(5):checked~.navigation label:nth-of-type(5):after,
.csslider>input:nth-of-type(6):checked~.navigation label:nth-of-type(6):after,
.csslider>input:nth-of-type(7):checked~.navigation label:nth-of-type(7):after,
.csslider>input:nth-of-type(8):checked~.navigation label:nth-of-type(8):after,
.csslider>input:nth-of-type(9):checked~.navigation label:nth-of-type(9):after,
.csslider>input:nth-of-type(10):checked~.navigation label:nth-of-type(10):after,
.csslider>input:nth-of-type(11):checked~.navigation label:nth-of-type(11):after {
    opacity: 1;
}

.csslider>.arrows {
    position: absolute;
    left: -31px;
    top: 50%;
    width: 100%;
    height: 26px;
    padding: 0 31px;
    z-index: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.csslider>.arrows label {
    display: none;
    position: absolute;
    top: -50%;
    padding: 13px;
    box-shadow: inset 2px -2px 0 1px #2b2a28;
    cursor: pointer;
    -moz-transition: .15s;
    -o-transition: .15s;
    -webkit-transition: .15s;
    transition: .15s;
}

.csslider>.arrows label:hover {
    box-shadow: inset 3px -3px 0 2px rgb(231, 201, 196);
    margin: 0 0px;
}

.csslider>.arrows label:before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    height: 300%;
    width: 300%;
}

.csslider.infinity>input:first-of-type:checked~.arrows label:last-of-type,
.csslider>input:nth-of-type(1):checked~.arrows label:nth-of-type(0),
.csslider>input:nth-of-type(2):checked~.arrows label:nth-of-type(1),
.csslider>input:nth-of-type(3):checked~.arrows label:nth-of-type(2),
.csslider>input:nth-of-type(4):checked~.arrows label:nth-of-type(3),
.csslider>input:nth-of-type(5):checked~.arrows label:nth-of-type(4),
.csslider>input:nth-of-type(6):checked~.arrows label:nth-of-type(5),
.csslider>input:nth-of-type(7):checked~.arrows label:nth-of-type(6),
.csslider>input:nth-of-type(8):checked~.arrows label:nth-of-type(7),
.csslider>input:nth-of-type(9):checked~.arrows label:nth-of-type(8),
.csslider>input:nth-of-type(10):checked~.arrows label:nth-of-type(9),
.csslider>input:nth-of-type(11):checked~.arrows label:nth-of-type(10) {
    display: block;
    left: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.csslider.infinity>input:last-of-type:checked~.arrows label:first-of-type,
.csslider>input:nth-of-type(1):checked~.arrows label:nth-of-type(2),
.csslider>input:nth-of-type(2):checked~.arrows label:nth-of-type(3),
.csslider>input:nth-of-type(3):checked~.arrows label:nth-of-type(4),
.csslider>input:nth-of-type(4):checked~.arrows label:nth-of-type(5),
.csslider>input:nth-of-type(5):checked~.arrows label:nth-of-type(6),
.csslider>input:nth-of-type(6):checked~.arrows label:nth-of-type(7),
.csslider>input:nth-of-type(7):checked~.arrows label:nth-of-type(8),
.csslider>input:nth-of-type(8):checked~.arrows label:nth-of-type(9),
.csslider>input:nth-of-type(9):checked~.arrows label:nth-of-type(10),
.csslider>input:nth-of-type(10):checked~.arrows label:nth-of-type(11),
.csslider>input:nth-of-type(11):checked~.arrows label:nth-of-type(12) {
    display: block;
    right: 0;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

/*#region MODULES */
/*#endregion */
/*  css slider ends*/
#site-menu {
    display: none;
}

.nav-sticky {
    position: fixed !important;
    min-width: 100%;
    top: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    transition: all .25s ease-in;
    z-index: 100;
    display: block !important;
}

.font-11 {
    font-size: 11px;
}

.text-decoration-none {
    text-decoration: none;
}

.logo-padd {
    padding: 0px 20px 0;
}

.menu-wrapper {
    z-index: 100;
    width: 100%;
    display: flex;
}

.menu-wrapper .top-padd {
    padding-top: 20px;
}

.bdt-search-container {
    padding-left: 17px;
    margin-right: 20px
}


.column-2 {
    min-width: 16.66%;
}

.column-4 {
    min-width: 33.33%;
}

.column-5 {
    min-width: 41.66%;
}

.service-output a:before {
    background: rgb(160 102 101 / 30%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    opacity: 0;
}

.service-output {
    position: relative;
    margin-bottom: 20px;
}

.service-output a:hover:before {
    opacity: 1;
    height: 97%;
}

.service-title {
    background-color: rgba(231, 201, 196, 0.9);
    bottom: 30px;
    color: #2b2a28;
    font-weight: 500;
    display: block;
    font-size: 16px;
    padding: 10px 0;
    position: absolute;
    width: 100%;
}

#services {
    padding-top: 6px;
}

#services>div {
    padding: 0 3px;
}

.line-height-low {
    line-height: 23px;
}

.w-100 {
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.border-radius-5 {
    border-radius: 5px;
}

.circle {
    display: inline-block;
    color: #fff;
    border: 1px solid #d39f89;
    border-radius: 50%;
    padding: 4px 9px;
    min-width: 30px;
    height: 35px;
}

.main_menu .bdt-navbar-dropdown-nav li a {
    font-family: Open Sans !important;
    font-weight: 500 !important;
    padding: 7px 12px;
}

.slayout5 {
    margin-top: 10%;
}

.font {
    font-family: 'Sallymoores', sans-serif;
    font-size: 125px;
    position: relative;
    top: 30px;
}

.slider .slide-bg:hover {
    background-position: 95% 95%;
}

slick-slider .element {
    height: 100px;
    width: 100px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin: 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}

.slick-slider .slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.slick-prev {
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent !important;
    color: transparent !important;
}

.slick-next {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent !important;
    color: transparent !important;
}

.slider {
    padding-left: 25%;
    margin-bottom: 8%;
}

.slick-prev::before {
    content: "\f060";
    position: absolute;
    font-size: 55px;
    color: #2b2a28;
    left: -90px;
    font-family: "Font Awesome 5 Free";
}

.slick-next::before {
    display: none;
    content: ">";
    position: absolute;
    font-size: 55px;
    color: #2b2a28;
    right: 90px;
}

.slider .slide-content {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-left: 10%;
    padding-top: 18px;
}

.slick-slider .element {
    position: relative;
}

.slick-slider .slide-content h4 {
    line-height: 0;
}

.slider .slide-bg {
    position: relative;
    padding: 30px;
    height: 500px;
    transition: all .5s;
}

.slider .slide-bg:before {
    position: absolute;
    content: "";
    background-color: #272727;
    opacity: .5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.landphone-icon {
    top: 5px;
}

.main_menu .bdt-navbar-dropdown-nav li a:hover {
    /*color: #fff;*/
    color: #ffffff;
    background-color: #a06665;
}

.services-links .bdt-navbar-dropdown-nav>li h4 {
    padding: 15px 12px 0;
    color: rgb(130, 90, 74);
}

.font-sallymoores {
    font-family: 'Sallymoores', sans-serif !important;
}

.font-sallymoores.big-font {
    font-size: 110px !important;
}

video:after {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
}

.social-links a:hover i {
    color: rgb(130, 90, 74);
}

.elementor-103 .elementor-element.elementor-element-8bc4e56 .bdt-ep-button:hover span,
.main_menu .bdt-navbar-dropdown-nav li a:hover {
    color: #fff !important;
}

.bdt-navbar-nav>li.bdt-active>a:hover,
.bdt-navbar-nav>li>a:hover,
.bdt-navbar-nav>li.bdt-active>a:hover,
.bdt-navbar-nav>li>a:hover:after {
    color: rgb(231, 201, 196) !important;
}

.bdt-ep-button:after:hover {
    background: rgb(130, 90, 74) !important;
}

.menu-wrapper a:hover,
.menu-wrapper a:hover span {
    color: rgb(130, 90, 74) !important;

}

.elementor-700 .elementor-element.elementor-element-2920985:nth-child(2) {
    padding-left: 50px;
}

.elementor-5594 .elementor-element.elementor-element-86b05a7 .bdt-ep-button {
    color: #2b2a28;
}

.overlay {
    background: rgba(0, 0, 0, 0.19);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
}

.mx-auto {
    margin: 0 auto;
    float: none;
}

.elementor-widget-heading .elementor-heading-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-Serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    line-height: var(--e-global-typography-primary-line-height);
}

.elementor-widget-image .widget-image-caption {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-Serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
}

.elementor-widget-text-editor {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-Serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.elementor-widget-button .elementor-button {
    font-family: var(--e-global-typography-accent-font-family), Sans-Serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    background-color: var(--e-global-color-accent);
}

.elementor-widget-divider {
    --divider-color: var(--e-global-color-secondary);
}

.elementor-widget-divider .elementor-divider__text {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-Serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
}

.elementor-widget-divider.elementor-view-stacked .elementor-icon {
    background-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon {
    color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon svg {
    fill: var(--e-global-color-secondary);
}

.elementor-widget-image-box .elementor-image-box-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-Serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    line-height: var(--e-global-typography-primary-line-height);
}

.elementor-widget-image-box .elementor-image-box-description {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-Serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
}

.elementor-widget-icon.elementor-view-stacked .elementor-icon {
    background-color: var(--e-global-color-primary);
}

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon svg {
    fill: var(--e-global-color-primary);
}

.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
    background-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.elementor-widget-icon-box.elementor-view-default .elementor-icon {
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-title {
    color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-icon-box .elementor-icon-box-title a {
    font-family: var(--e-global-typography-primary-font-family), Sans-Serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    line-height: var(--e-global-typography-primary-line-height);
}

.elementor-widget-icon-box .elementor-icon-box-description {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-Serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
}

.elementor-widget-star-rating .elementor-star-rating__title {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-Serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
}

.elementor-widget-image-gallery .gallery-item .gallery-caption {
    font-family: var(--e-global-typography-accent-font-family), Sans-Serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
    border-color: var(--e-global-color-text);
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
    color: rgb(231, 201, 196);
}

.elementor-widget-icon-list .elementor-icon-list-icon svg {
    fill: var(--e-global-color-primary);
}

.elementor-widget-icon-list .elementor-icon-list-text {
    color: var(--e-global-color-secondary);
}

.elementor-widget-icon-list .elementor-icon-list-item,
.elementor-widget-icon-list .elementor-icon-list-item a {
    font-family: var(--e-global-typography-text-font-family), Sans-Serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
}

.elementor-widget-counter .elementor-counter-number-wrapper {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-Serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    line-height: var(--e-global-typography-primary-line-height);
}

.elementor-widget-counter .elementor-counter-title {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-Serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
    background-color: var(--e-global-color-primary);
}

.elementor-widget-progress .elementor-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-text-font-family), Sans-Serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
}

.elementor-widget-testimonial .elementor-testimonial-content {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-Serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
}

.elementor-widget-testimonial .elementor-testimonial-name {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-Serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    line-height: var(--e-global-typography-primary-line-height);
}

.elementor-widget-testimonial .elementor-testimonial-job {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-Serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
}

.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title a {
    color: var(--e-global-color-primary);
}

.elementor-widget-tabs .elementor-tab-title.elementor-active,
.elementor-widget-tabs .elementor-tab-title.elementor-active a {
    color: var(--e-global-color-accent);
}

.elementor-widget-tabs .elementor-tab-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-Serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    line-height: var(--e-global-typography-primary-line-height);
}

.elementor-widget-tabs .elementor-tab-content {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-Serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
}

.elementor-widget-accordion .elementor-accordion-icon,
.elementor-widget-accordion .elementor-accordion-title {
    color: var(--e-global-color-primary);
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon,
.elementor-widget-accordion .elementor-active .elementor-accordion-title {
    color: var(--e-global-color-accent);
}

.elementor-widget-accordion .elementor-accordion-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-Serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    line-height: var(--e-global-typography-primary-line-height);
}

.elementor-widget-accordion .elementor-tab-content {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-Serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
}

.elementor-widget-toggle .elementor-toggle-title,
.elementor-widget-toggle .elementor-toggle-icon {
    color: var(--e-global-color-primary);
}

.elementor-widget-toggle .elementor-tab-title.elementor-active a,
.elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon {
    color: var(--e-global-color-accent);
}

.elementor-widget-toggle .elementor-toggle-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-Serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    line-height: var(--e-global-typography-primary-line-height);
}

.elementor-widget-toggle .elementor-tab-content {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-Serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
}

.elementor-widget-alert .elementor-alert-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-Serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    line-height: var(--e-global-typography-primary-line-height);
}

.elementor-widget-alert .elementor-alert-description {
    font-family: var(--e-global-typography-text-font-family), Sans-Serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
}

.elementor-widget-cart_icon.elementor-view-stacked .elementor-icon {
    background-color: var(--e-global-color-primary);
}

.elementor-widget-cart_icon.elementor-view-framed .elementor-icon,
.elementor-widget-cart_icon.elementor-view-default .elementor-icon {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.elementor-widget-cart_icon.elementor-view-framed .elementor-icon,
.elementor-widget-cart_icon.elementor-view-default .elementor-icon svg {
    fill: var(--e-global-color-primary);
}

.elementor-widget-cart_icon .count {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-primary-font-family), Sans-Serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    line-height: var(--e-global-typography-primary-line-height);
}

.elementor-widget-text-path {
    font-family: var(--e-global-typography-text-font-family), Sans-Serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
}

@media(max-width:1024px) {
    .elementor-widget-heading .elementor-heading-title {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-widget-image .widget-image-caption {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-text-editor {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-button .elementor-button {
        font-size: var(--e-global-typography-accent-font-size);
        line-height: var(--e-global-typography-accent-line-height);
        letter-spacing: var(--e-global-typography-accent-letter-spacing);
    }

    .elementor-widget-divider .elementor-divider__text {
        font-size: var(--e-global-typography-secondary-font-size);
        line-height: var(--e-global-typography-secondary-line-height);
    }

    .elementor-widget-image-box .elementor-image-box-title {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-widget-image-box .elementor-image-box-description {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-icon-box .elementor-icon-box-title,
    .elementor-widget-icon-box .elementor-icon-box-title a {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-widget-icon-box .elementor-icon-box-description {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-star-rating .elementor-star-rating__title {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-image-gallery .gallery-item .gallery-caption {
        font-size: var(--e-global-typography-accent-font-size);
        line-height: var(--e-global-typography-accent-line-height);
        letter-spacing: var(--e-global-typography-accent-letter-spacing);
    }

    .elementor-widget-icon-list .elementor-icon-list-item,
    .elementor-widget-icon-list .elementor-icon-list-item a {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-counter .elementor-counter-number-wrapper {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-widget-counter .elementor-counter-title {
        font-size: var(--e-global-typography-secondary-font-size);
        line-height: var(--e-global-typography-secondary-line-height);
    }

    .elementor-widget-progress .elementor-title {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-testimonial .elementor-testimonial-content {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-testimonial .elementor-testimonial-name {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-widget-testimonial .elementor-testimonial-job {
        font-size: var(--e-global-typography-secondary-font-size);
        line-height: var(--e-global-typography-secondary-line-height);
    }

    .elementor-widget-tabs .elementor-tab-title {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-widget-tabs .elementor-tab-content {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-accordion .elementor-accordion-title {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-widget-accordion .elementor-tab-content {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-toggle .elementor-toggle-title {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-widget-toggle .elementor-tab-content {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-alert .elementor-alert-title {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-widget-alert .elementor-alert-description {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-cart_icon .count {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-widget-text-path {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }
}

@media(max-width:767px) {
    .elementor-widget-heading .elementor-heading-title {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-widget-image .widget-image-caption {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-text-editor {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-button .elementor-button {
        font-size: var(--e-global-typography-accent-font-size);
        line-height: var(--e-global-typography-accent-line-height);
        letter-spacing: var(--e-global-typography-accent-letter-spacing);
    }

    .elementor-widget-divider .elementor-divider__text {
        font-size: var(--e-global-typography-secondary-font-size);
        line-height: var(--e-global-typography-secondary-line-height);
    }

    .elementor-widget-image-box .elementor-image-box-title {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-widget-image-box .elementor-image-box-description {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-icon-box .elementor-icon-box-title,
    .elementor-widget-icon-box .elementor-icon-box-title a {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-widget-icon-box .elementor-icon-box-description {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-star-rating .elementor-star-rating__title {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-image-gallery .gallery-item .gallery-caption {
        font-size: var(--e-global-typography-accent-font-size);
        line-height: var(--e-global-typography-accent-line-height);
        letter-spacing: var(--e-global-typography-accent-letter-spacing);
    }

    .elementor-widget-icon-list .elementor-icon-list-item,
    .elementor-widget-icon-list .elementor-icon-list-item a {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-counter .elementor-counter-number-wrapper {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-widget-counter .elementor-counter-title {
        font-size: var(--e-global-typography-secondary-font-size);
        line-height: var(--e-global-typography-secondary-line-height);
    }

    .elementor-widget-progress .elementor-title {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-testimonial .elementor-testimonial-content {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-testimonial .elementor-testimonial-name {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-widget-testimonial .elementor-testimonial-job {
        font-size: var(--e-global-typography-secondary-font-size);
        line-height: var(--e-global-typography-secondary-line-height);
    }

    .elementor-widget-tabs .elementor-tab-title {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-widget-tabs .elementor-tab-content {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-accordion .elementor-accordion-title {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-widget-accordion .elementor-tab-content {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-toggle .elementor-toggle-title {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-widget-toggle .elementor-tab-content {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-alert .elementor-alert-title {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-widget-alert .elementor-alert-description {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }

    .elementor-widget-cart_icon .count {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-widget-text-path {
        font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
    }
}
.service-output img{
    width: 100%;
}