:root {
    --body-bg: #0e0d0c;
    --theme-color:#98407b;
    --body-color: #98407b;
    --title-color: #4b4342;
    --title-font:
    "Playfair Display", serif;
    --body-font:
    "Karla", sans-serif;
    --main-container: 1270px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}
body {
    padding: 0;
    margin: auto;
    font-family: var(--body-font);
}
.slick-slide:focus,button:focus,a:focus,a:active,input,input:hover,input:focus,input:active,textarea,textarea:hover,textarea:focus,textarea:active {
    outline: none
}
a {
    color: #090909;
    text-decoration: none;
    outline: 0;
    transition: all ease .4s;
}

dl, ol, ul {
    margin: 0 !important;
    padding-left: 0;
}
a:active,a:focus,a:hover,a:visited {
    text-decoration: none;
    outline: 0
}
button {
    transition: all ease .4s
}
img {
    max-width: 100%;
    height: auto;
}
li{
    list-style: none;
    font-family: var(--body-font);
}
p {
    margin: 0 0 18px 0;
    line-height: 1.63;
}
.h1,h1 {
    font-size: 48px
}

.h2,h2 {
    font-size: 40px
}

.h3,h3 {
    font-size: 36px
}

.h4,h4 {
    font-size: 28px
}

.h5,h5 {
    font-size: 24px
}

.h6,h6 {
    font-size: 20px
}

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%
}

.scroll-btn i {
    display: inline-block;
    background-color:var(--theme-color);
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: #fff;
    border-radius: inherit;
    z-index: 1;
    transition: all ease .4s
}

.scroll-btn:focus i,.scroll-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color)
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
    right: 30px;
}

/* css */

.header-top{
    background-color: #98407b;
    padding: 3px 0px;
}
.header-links ul{
    display: flex;
}
.header-links{
    padding:  8px 0px;
}
.header-links ul li a{
   font-size: 16px;
   font-weight: 500;
   padding: 0px 10px;
   color: #fff;
}
.header-links ul li a:hover{
    color: #000;
 }
 .header-links-1 ul li a:hover{
    color: #000;
 }
.header-links ul li a i{
    padding-right: 4px;
}
.header-links-1 {
    align-items: center;
    display: flex;
    justify-content: end;
}
.header-links-1 ul li{
    float: right;
    color: #fff;
}
.header-links-1 ul li a{
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
}
.tab-links li a{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.tab-links li a:hover{
    color: var(--theme-color);
}
.header-layout1 {
    background-color: rgba(3, 3, 3, 0.77) !important;
}
.main_header {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.banner-heading h3 {
    color: var(--theme-color);
    font-family: var(--title-font); 
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 72px;
    line-height: 101px;
}
.logo{
    max-width: 170px;
    height: auto;
    display: block;
    padding: 0px;
}
.banner-tag-button-2{
    display: none;
}
.tabs {
    align-items: center;
}
.tabs li a{
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin: 0px 10px;
    font-family: var(--body-font);
}
.tabs li a:hover{
    color: var(--theme-color);
}
.primary-button {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff !important;
    border-radius: 50px;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 60px;
    padding: 0px 35px;
    border: 0px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    font-family: var(--title-font);
  }
  .primary-button::before {
    position: absolute;
    content: "";
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border-radius: 50px;
    border: 1px solid #fff;
    transition: all 0.3s ease 0s;
    color: #fff;
    font-family: 'Playfair Display';
  }
  .primary-button:focus, .primary-button:active:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .primary-button:hover{
    background-color: #000;
    transition: 600ms;
  }
.banner-bg{
    position: relative;
    background-image: url(../images/banner-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.banner-bg-mask{
    padding-top: 300px;
    padding-bottom: 200px;
}
.banner-tag-button{
    margin-top: 50px;
}
div#navbarSupportedContent {
    justify-content: center;
    background-color: transparent;
    margin-bottom: 0px;

}
.navbar-nav.nav {
    display: flex;
    align-items: center;
}
.header-layout1 ul li{
    padding: 4px 0px;
    text-align: center;
    width: auto;
}
.header-layout1 ul li a{
    font-size: 20px;
    color: #fff;
    font-family: var(--title-font);
    font-weight: 500;
}
.header-layout1 ul li a:hover{
    color: var(--theme-color);
    font-weight: 500;
    transition: 300ms;
}
.more {
    color: #98407b;
    font-size: 19px;
    font-weight: 500;
    text-decoration: underline;
}
/* .footer-page{
    background-image: url(../images/bg-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
} */
.footer-bg{
    padding: 80px 0px;
    background-color: #222a3e;    
}
.copyright-text {
    color: #ffffff;
    font-size: 14px;
}
.copyright-text a {
    color: #ffffff;
    font-size: 14px;
}
.footer-menu ul li{
    padding: 10px 0px;
    border-bottom: 1px solid #ffffff0d;
}
.footer-menu ul li a{
    color: #fff;
    font-weight: 400;
    font-size: 17px;
}
.footer-menu ul li a:hover{
    color: var(--theme-color);
    letter-spacing: 1px;
}

.footer-menu ul li a i{
    margin-right: 15px;
    color: var(--theme-color);
}
.footer-menu h4{
   color: #fafafa;
   font-family: var(--title-font);
   font-weight: 500;
   font-size: 26px;
   margin-bottom: 10px;
   border-bottom: 1px solid #dddddd38;
   padding-bottom: 6px;
}

.copyright-wrap {
    background: #222a3eeb;
    padding-top: 10px;
}

/* ------ breadcrum -------*/

.breadcrum-box {
    background-color: #0e0e0e85;
    padding: 100px 0px;
}
.breadcrumb_heading{
    color: #fff;
    font-size: 48px;
    font-family: var(--title-font);
}
.bread_first_item {
    color: #fff;
}
.breadcrumb-area{
    background-image: url(../images/breadcumb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 187px;
}
/* ------ breadcrum -------*/
.features{
    padding: 60px 0px;
    position: relative;
    background-image: url(../images/bg-1.png);
}

.single-feature {
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 20px 40px 20px 42px;
    transition: all 0.3s linear;
    margin-top: 30px;
    cursor: pointer;
    border-color: #faa292;
    background-color: #fff9f5;
    box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);
}
.single-feature p{
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.single-feature:hover{
    background-color: var(--theme-color);
    transition: 500ms;
}
.single-feature:hover a{
    color: #fff;
    transition: 500ms;
}
.single-feature:hover p{
    color: #fff;
    transition: 500ms;
}
.single-feature img{
    width: 150px;
    height: auto;
}
.feature-button{
    text-align: center;
    margin: 20px 0px;
}
.about-section{
    padding: 80px 0px;
    position: relative;

}
.about-image {
    position: relative;
}
.about-image::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 91%;
    height: 100%;
    background-image: url(../images/about-us/about-shape.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-title {
    font-size: 50px;
    font-weight: 700;
    color: var(--theme-color);
    font-family: var(--title-font);
    line-height: 1.2;
    margin-top: 10px;
    letter-spacing: 1px;
}
.about-content p {
    font-size: 18px;
    color: #474747;
    font-weight: 600;
    font-family: var(--body-font);
}
.service-page{
    background-image: url(../images/bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
}
.single-services{
    margin-top: 20px;
}
.single-services img {
    border: 6px solid #f0e3dd;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
.service-right-img img{
    float: right;
}
.single-services h4 a{
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1.2;
    letter-spacing: 1px;
}
.single-services h4{
    margin: 20px 0px;
}
.services-title{
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-family: 'Playfair Display';
}
.addres-tag{
    margin-left: 32px;
}
.section.contact-section {
    background: #fff9f4;
}
.title {
    font-size: 32px;
    font-family: 'Playfair Display';
    margin: 20px 0px;
}
.about-section .shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/* inner-pages-css */

.page_wrapper {
    padding: 70px 0px;
}
.about-page-right-side img{
    border-radius: 15px;
}
.button-bg {
    margin: 0px 0px;
}
.about-spn{
    color: var(--theme-color);
    font-size: 23px;
    font-weight: 600;
}
.about-page-left-side p{
    font-size: 20px;
    font-family: var(--body-font);
    font-weight: 400;
}
.gallery-images{
    text-align: center;
}
.gallery-images img{
    text-align: center;
    margin-bottom: 40px;
    border-radius: 12px;
}
.form-input{
    width: 100%;
    padding: 15px;
    margin: 10px 0px;
    outline: none;
    border-radius: 30px;
    background-color: #fff;
    color: #000;
    border: none;
    border-bottom: 1px solid var(--theme-color);
    overflow: hidden;
}
.contact_bg {
    padding: 50px 30px;
    background-image: url(../images/banner-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.contact-title{
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    font-family: var(--title-font);
    margin-bottom: 40px;
    letter-spacing: 2px;
}
.contactus-right-side {
    background-color: #fafafa;
    padding: 50px 30px;
    box-shadow: 3px 2px 4px 0px #dfdfdf;
}
.contactus-right-side ul li a{
    font-size: 17px;
    font-family: var(--body-font);
    font-weight: 500;
    align-items: center;
    display: flex;
}
.contactus-right-side ul li {
    margin: 2px 0px;
    padding: 15px 0px 25px 15px;
    border-bottom: 1px solid #cccccc73;
}
.contactus-right-side ul li i {
    font-size: 21px;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    padding: 12px 12px;
    height: 52px;
    width: 52px;
    text-align: center;
    display: inline-block;
    color: var(--theme-color);
}
.contact-icon{
    margin-right: 14px;
    align-items: center;
    display: flex;
}
.contactus-right-side h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    font-family: var(--title-font);
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.contact-title-1{
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 40px;
    font-family: var(--title-font);
}
.form-bg1{
    background-image: url(../images/pattern.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 30px;
    border-radius: 10px;
}
.service-box{
    padding: 20px 20px 0px 20px;
    background-color: #f1f1f1;
    min-height: 340px;
}
.service-box h4{
    font-size: 24px;
    font-family: var(--title-font);
    margin-bottom: 20px;
    color: var(--theme-color);
}
.service-box p{
    color: #000;
    font-weight: 500;
    font-family: var(--body-font);
}
.pricing-title{
 font-size: 36px;
 font-family: var(--title-font);
 font-weight: 500;
 margin-bottom: 45px;
 text-transform: uppercase;
 text-align: center;
}
.price-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px dotted #848484;
    margin-bottom: 40px;
    background: #ededed;
    padding: 7px 20px;
    border-radius: 5px;
    border-left: 10px solid #b062ac;
}
.price-box h4{
    font-size: 23px;
    font-weight: 500;
    font-family: var(--title-font);
    color: #000000;
    align-items: start;
    display: flex;
    margin-bottom: 0px;
}
.price-box i{
    font-size: 8px;
    margin-left: 5px;
}
.price-amount {
    color: #98407b;
    font-size: 23px;
    font-weight: 700;
    font-family: var(--title-font);
}
.price-currency {
    color: #98407b;
    font-size: 18px;
    font-family: var(--title-font);
}
.service-para-1 {
    margin-bottom: 40px;
}
.service-para-2 {
    margin-bottom: 65px;
}
.service-para-3 {
    margin-bottom: 40px;
}
.service-para-4 {
    margin-bottom: 13px;
}
.service-area-box ul{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.service-area-box ul li {
    width: 100%;
    margin: 18px 15px;
    background-color: #545354;
    padding: 6px 0px 6px 10px;
    border-bottom-left-radius: 20px;
    color: #fff;
    font-size: 18px;
    font-family: var(--title-font);
    border-top: 6px solid #98407b;
    font-weight: 500;
    border-top-right-radius: 20px;
    letter-spacing: 1px;
}
.content-box {
    padding: 6px 10px 0px 15px;
    background: #ececec;
}
.content-box h4{
    font-size: 24px;
    color: var(--theme-color);
}
.content-box p{
    font-size: 16px;
    color: #000000;
    margin-bottom: 6px;
}
.post-date{
    color: #000;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}
.read-more{
    font-size: 20px;
    color: var(--theme-color);
}
.lower-content h4{
    color: var(--theme-color);
    font-size: 26px;
}
.lower-content h3{
    color: var(--theme-color);
    font-size: 32px;
}
.blog-date {
    padding: 10px 0px;
    font-size: 18px;
    color: #000;
}
.sidebar {
    padding: 5px 15px;
    box-shadow: 1px 1px 8px 1px #ddd;
}
.sidebar-title h3{
    color: var(--theme-color);
    font-size: 28px;
    border-bottom: 1px solid;
}
.post-inner h6{
    font-size: 17px;
    color: #000;
}
.image img{
    height: 100%;
}
.note-line {
    margin: 30px 0px 0px 0px;
    font-size: 18px;
    font-weight: 500;
}



.suspend-sec {
  position: fixed;
  top: 56px;
  z-index: 999;
  background: #fff;
  width: 100%;
  padding: 20px 30px;
  text-align:center;
}

.content-sec-suspend h2{ color:red; font-size:25px;}
.content-sec-suspend p{ color:#000;}
.logo-sec img{ width:16%;}