* {
    font-size: 16px;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

.second-heading,
.second-heading strong {
    font-size: 48px;
    line-height: 55px;
    color: #c9a3cc;
    font-family: "Urbane Rounded";
}

.second-heading strong {
    color: #5f3d33;
}

img {
    max-width: 100%;
    height: 0 auto;
}

a {
    text-decoration: none !important;
    transition: 0.3s;
}

a:hover {
    color: #3baae0;
}

a:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
    outline-offset: 0px;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

@font-face {
    font-family: 'Urbane Rounded';
    src: url('../fonts/UrbaneRounded-Heavy.eot');
    src: url('../fonts/UrbaneRounded-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UrbaneRounded-Heavy.woff2') format('woff2'),
        url('../fonts/UrbaneRounded-Heavy.woff') format('woff'),
        url('../fonts/UrbaneRounded-Heavy.ttf') format('truetype'),
        url('../fonts/UrbaneRounded-Heavy.svg#UrbaneRounded-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-ExtraBold.eot');
    src: url('../fonts/Nunito-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nunito-ExtraBold.woff2') format('woff2'),
        url('../fonts/Nunito-ExtraBold.woff') format('woff'),
        url('../fonts/Nunito-ExtraBold.ttf') format('truetype'),
        url('../fonts/Nunito-ExtraBold.svg#Nunito-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.btn-style {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    border-radius: 25px;
    background-color: #5f3d33;
    padding: 12px 30px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: inline-block;
}

.btn-style:hover {
    color: #000;
    background-color: #c9a3cc;
}

/* header css start */
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    /* padding: 5px 0; */
}

.top-header-content,
.header-info {
    display: flex;
    align-items: center;
    height: 43px;
    justify-content: space-between;
}

.header-info {
    gap: 20px;
}

.header-social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-header {
    z-index: 2;
    height: 43px;
    overflow: hidden;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.darkHeader .top-header {
    padding: 0;
    height: 0;
    border-bottom: none;
}

.darkHeader.header {
    box-shadow: 0px 15px 10px -15px #111;
    background-color: #fff0e9;
}

.header-text a {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Poppins";
    transition: 0.3s;
}

.header-text {
    display: flex;
    align-items: center;
    gap: 7px;
}

.bottom-header {
    padding: 30px 0 10px;
}

.darkHeader .bottom-header{
	padding: 20px 0;
}

.header-bottom-content {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 120px;
}

.header-menu ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 0;
}

.header-menu a {
    font-size: 14px;
    color: #191919;
    font-weight: 600;
    font-family: "Poppins";
    transition: 0.5s;
    position: relative;
    padding: 0 16px;
}

.header-menu ul li .active,
.header-menu a:hover {
    color: #5f3d33;
}

.header-btn .btn-style {
    padding: 12px 45px;
}

.page-template-full-width .top-header {
    background-color: #fff !important;
}

.page-template-full-width .bottom-header, .post-template-default .bottom-header{
    background-color: #fff0e9 !important;
}

/* banner css start */

.banner {
    position: relative;
    margin-top: 80px;
    background-image: url(../images/banner-bg-new.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}

/* .banner::after {
    background: rgb(4 4 4 / 30%);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
} */

.banner-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.banner-img {
	padding: 20px 0 0;
}
.banner-top-text {
    font-size: 26px;
    color: #5f3d33;
    font-weight: 800;
    font-family: "Nunito";
}

.banner-main-heading,
.banner-main-heading strong {
    font-size: 57px;
    line-height: 67px;
    color: #c9a3cc;
    font-family: "Urbane Rounded";
    padding: 10px 0 30px;
}

.banner-main-heading strong {
    color: #5f3d33;
}

.btn-style-2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    font-family: "Poppins";
    border-radius: 25px;
    background-color: #c9a3cc;
    padding: 12px 15px 12px 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: inline-block;
    position: relative;
    margin-left: 20px;
}

.btn-style-2::before {
    content: "";
    position: absolute;
    background-image: url(../images/btn-ph.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

.btn-style-2:hover {
    color: #fff;
    background-color: #5f3d33;
}

/* our-service-section css start */

.our-service-section,.inner_content {
    padding: 100px 0 40px 0;
    position: relative;
}

.our-service-section::before,.inner_content:before {
    content: "";
    position: absolute;
    background-image: url(../images/our-service-desing-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 103px;
    height: 165px;
    top: 0;
    right: 0;
}
.our-service-section::before{
	top: 20%;
}
.our-service-section::after,.inner_content:after,.we-offer-parent:after {
    content: "";
    position: absolute;
    background-image: url(../images/our-service-desing-2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 110px;
    height: 135px;
    bottom: 0;
    left: 0;
}
.we-offer-parent:after{
	bottom: -40px;
}
.service-heading-text {
    font-size: 18px;
    line-height: 24px;
    color: #5f3d33;
    font-weight: 600;
    font-family: "Poppins";
    padding: 20px 150px 50px;
}

.service-box {
    border-radius: 20px;
    border: 1px dashed #5f3d33;
    padding: 10px 10px 20px;
    text-align: center;
    margin-bottom: 30px;
    min-height: 412px;
}

.service-img img {
    border-radius: 20px;
}

.service-name {
    font-size: 16px;
    text-transform: uppercase;
    color: #3f1d0b;
    font-family: "Urbane Rounded";
    padding-top: 15px;
}

.service-text {
    font-size: 14px;
    line-height: 24px;
    color: #2f2f2f;
    font-weight: 400;
    font-family: "Poppins";
    padding: 10px 0;
}

.service-btn .btn-style {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 25px;
}

.our-service-section .owl-theme .owl-dots .owl-dot span {
    width: 17px !important;
    height: 9px !important;
    border-radius: 5px !important;
    background-color: #ae9e99 !important;
    margin: 5px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #5f3d33 !important;
}

/* our-service-section css end */


/* we-offer css start */

.we-offer-section {
    margin: 60px 0 80px;
    padding: 70px 0;
    background-color: #fff0e9;
	position: relative;
}
.we-offer-parent{
	position: relative;
}
.we-offer-section:before, .banner:before{
	content: "";
    position: absolute;
    background-image: url(../images/sec-before.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    top: -40px;
    left: 0;
}
.we-offer-section:after, .banner:after{
	content: "";
    position: absolute;
    background-image: url(../images/sec-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 58px;
    bottom: -40px;
    left: 0;
}
.we-offer-parent:before {
    content: "";
    position: absolute;
    background-image: url(https://thedemodesigns.com/devsites/spectra/wp-content/uploads/2024/07/we-offer-img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 270px;
    height: 450px;
    top: -10%;
    right: 0;
	z-index: 5;
}
.we-offer-parent:after{
	bottom: -40px;
}
.we-offer-section .second-heading {
    padding-bottom: 60px;
}
.we-offer-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 180px 40px 60px;
}
.we-offer-box { 
	width: 18%;
	margin: 8px;
    border-radius: 15px;
    filter: drop-shadow(0px 3px 13.5px rgba(3, 9, 20, 0.1));
    border: 1px dashed #5f3d33;
    padding: 20px;
    text-align: center;
}

.we-offer-icon {
    width: 79px;
    height: 79px;
    border-radius: 50%;
    background-color: #c9a3cc;
    border: 5px solid #ab7baf;
    position: relative;
    margin: 0 auto;
	-webkit-transition: 0.8s ease-out;
    -moz-transition:  0.8s ease-out;
    transition:  0.8s ease-out;
}

.we-offer-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.we-offer-box:hover .we-offer-icon{
	-webkit-transform: rotateZ(720deg);
      -moz-transform: rotateZ(720deg);
      transform: rotateZ(720deg);
}
.we-offer-name {
    font-size: 18px;
    color: #5f3d33;
    font-weight: 600;
    font-family: "Poppins";
    padding-top: 15px;
	transition: 0.3s;
}
.we-offer-name:hover{
	color: #ab7baf;
}
/* we-offer css end */


/* welcome-section css start */

.welcome-section {
    position: relative;
	padding-bottom: 70px;
}

.welcome-section::before {
    content: "";
    position: absolute;
    background-image: url(../images/welcome-sec-curved-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 106px;
    height: 46px;
    top: 0;
    left: 10px;
}

.welcome-section::after {
    content: "";
    position: absolute;
    background-image: url(../images/welcome-sec-desing.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 122px;
    bottom: 0;
    left: 20px;
}

.welcome-section .second-heading {
    padding-bottom: 20px;
}

.welcome-section .second-heading strong {
    display: block;
}

.welcome-text {
    font-size: 16px;
    line-height: 24px;
    color: #252525;
    font-weight: 400;
    font-family: "Poppins";
    padding: 10px 0;
}

.welcome-btn {
    padding-top: 20px;
}

.welcome-right-content {
    position: relative;
    padding-left: 20px;
}

.welcome-right-content::after {
    content: "";
    position: absolute;
    background-image: url(../images/welcome-sec-curved-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 106px;
    height: 46px;
    bottom: 0;
    right: 0;
}

/* welcome-section css end */


/* testimonial-section css start */

.testimonial-section {
    padding: 85px 0 40px;
    margin-top: 80px;
    background-image: url(../images/testi-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial-content {
    padding: 30px 30px 0;
}

.sp-testimonial-free-wrapper {
    padding: 0 50px;
}

#sp-testimonial-free-wrapper-29 .sp-testimonial-free-section {
    margin: 0 0 20px !important;
}

#sp-testimonial-free-wrapper-29 .sp-testimonial-free {
    border-radius: 20px !important;
    background-color: #fff1e9 !important;
    border: 1px dashed #5f3d33 !important;
    padding: 15px 30px 15px 20px !important;
    margin: 30px 5px !important;
    text-align: left !important;
}

.sp-testimonial-free-section .sp-testimonial-title h3 {
    font-size: 16px !important;
    color: #5f3d33 !important;
    font-weight: 600 !important;
    font-family: "Poppins";
    text-align: left !important;
    line-height: 20px !important;
}

.sp-testimonial-free-section .sp-testimonial-title {
    margin: 0 !important;
}

.testi-text {
    font-size: 14px;
    color: #808080;
    font-weight: 600;
    font-family: "Poppins";
    text-align: left;
    display: block !important;
    margin: -7px 0 35px 0;
    position: relative;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial,
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 14px !important;
    line-height: 20px !important;
    color: #1a1a1a !important;
    font-weight: 600 !important;
    font-family: "Poppins";
    margin: 10px 0 !important;
    text-align: left !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    overflow-y: scroll;
    overflow-x: hidden;
}

.scrollbar {
    height: 80px;
    overflow-y: scroll;
}

.force-overflow {
    min-height: 100px;
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #343434;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial .sp-testimonial-content {
    position: relative;
}

.testi-text::after {
    content: "";
    position: absolute;
    background-image: url(../images/star.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 87px;
    height: 15px;
    top: 30px;
    left: 0;
}

#sp-testimonial-free-wrapper-29 .sp-testimonial-free-section .testimonial-nav-arrow {
    background: none !important;
    border: none !important;
}

.home-testimonial .sp-testimonial-free-section .testimonial-nav-arrow {
    font-size: 0 !important;
}

#sp-testimonial-free-wrapper-29 .sp-testimonial-free-section .swiper-button-prev {
    background-image: url('../images/testi-prev.png') !important;
    background-repeat: no-repeat;
    width: 19px;
    height: 35px;
    position: absolute;
}

#sp-testimonial-free-wrapper-29 .sp-testimonial-free-section .swiper-button-next {
    background-image: url('../images/testi-next.png') !important;
    background-repeat: no-repeat;
    width: 19px;
    height: 35px;
    position: absolute;
}

.sp-testimonial-free-section .testimonial-nav-arrow {
    transform: translateY(-50%) !important;
}

.fa-angle-left:before,
.fa-angle-right:before {
    display: none !important;
}

/* testimonial-section css end */


/* footer-sec css start */
.footer {
    background-color: #5f3d33;
}

.footer_top {
    padding: 40px 0 20px 0;
}

.footer_top_heading {
    font-size: 20px;
    text-transform: uppercase;
    color: #c9a3cc;
    font-family: "Urbane Rounded";
    padding-bottom: 15px;
}

.footer_menu ul {
    list-style-type: none;
    padding: 0;
}

.footer_menu ul li {
    position: relative;
}

.footer_menu ul li a {
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    text-decoration: none;
    position: relative;
    z-index: 99;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.footer_menu ul li a:hover {
    color: #c9a3cc;
}

.footer_contact_info ul {
    padding: 5px 0 0 0;
}

.footer_contact_info ul li {
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    padding-bottom: 15px;
    position: relative;
}

.footer_contact_info ul li img {
    margin-right: 5px;
}

.footer_contact_info ul li a,
.footer_contact_info ul li {
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}

.footer_contact_info ul li a:hover {
    color: #c9a3cc;
}

.footer_social {
    padding: 10px 0;
}

.footer_social a {
    margin-right: 10px;
}

.footer_bottom {
    padding: 15px 0;
    color: #fff;
    text-align: center;
    border-top: 1px solid #fff;
}

.footer-bottom-text,
.footer_bottom a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}

.footer_bottom a:hover {
    color: #c9a3cc;
}

/* footer-sec css end */

#back-to-top {
    background-color: #0e0d12;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top.show {
    opacity: 1;
}

.top-header-content::after,
.top-header-content::before,
.header-bottom-content:after,
.header-bottom-content::before {
    display: none !important;
}

/* for wp */

.site-content,
.site-main .widecolumn {
    margin-left: 0px !important;
}

.page .entry-header,
.blog_page_header {
    background: url("../images/banner-3.jpg") #eee no-repeat top !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 270px 0 110px !important;
    margin: 50px 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.page .entry-header:before,
.blog_page_header:before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.page .entry-content {
    max-width: 100% !important;
    padding: 0px !important;
}

.content-area,
.content-sidebar {
    padding-top: 0px !important;
}

.page .entry-title,
.blog_page_title {
    color: #fff;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-transform: none;
    z-index: 99;
    margin-bottom: 3px;
}

.breadcrumb-container {
    width: 100%;
    color: #5f3d33;
    position: relative;
    font-size: 15px;
}

.breadcrumb-container a {
    color: #5f3d33;
}

/* Inner Content Css */

.inner_text_hd {
    font-size: 35px;
	line-height: 40px;
    color: #5f3d33;
    font-family: "Urbane Rounded";
    position: relative;
	padding-bottom: 10px;
}

.inner_text_hd strong {
    color: #c9a3cc;
}

/* .inner_text_hd:after {
    position: absolute;
    content: "";
    bottom: -7px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #5f3d33;
} */

.after-center:after {
    left: 50%;
    transform: translatex(-50%);
}

.inner_content {
/*     padding: 50px 0;
	background-color: #c9a3cc; */
}

.inner_sub_titl {
    font-size: 26px;
	line-height: 30px;
    color: #c9a3cc;
    font-family: "Urbane Rounded";
    padding-top: 20px;
}

.inner_content .inner_text_hd {
    position: relative;
}

.inner_txt {
    font-size: 16px;
    line-height: 27px;
    color: #0d0d0d;
    font-weight: 400;
    font-family: "Poppins";
    margin-top: 10px;
}

.inner_list_txt {
    margin-top: 10px;
}

.inner_list_txt ul {
    padding: 0;
    margin: 0
}

.inner_list_txt ul li {
    background: url(https://thedemodesigns.com/devsites/spectra/wp-content/uploads/2024/06/check.png);
    background-position: top 2px left;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 24px;
    color: #0d0d0d;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
    font-family: "Poppins";
}

.inner_bottm_sec {
    background-color: #b28fb4;
    padding: 30px 50px;
    box-shadow: 0px 0px 32px 8px rgb(0 0 0 / 4%);
    border-radius: 10px;
}

.pr-3 {
    padding-right: 30px;
}

.inner_bottm_sec .inner_text_hd,
.inner_bottm_sec .inner_txt {
    color: #fff;
	font-size: 18px;
    text-align: center;
	font-weight: 600;
}

.inner_bottm_sec .inner_text_hd:after {
    display: none;
}

.inner_list_txt strong {
    color: #2a2a2a;
    line-height: 1.2;
    font-weight: bold;
}

.inner_page_img img {
    border-radius: 20px;
}

.bg-color {
    background-color: #f5f5f5;
}

.no-after:after {
    display: none;
}

.inner_box {
    text-align: center;
    border: 1px solid #5f3d33;
    border-radius: 10px;
    padding: 20px 10px;
    box-shadow: 0px 0px 25px -10px #41414145;
    min-height: 100%;
}

.inner_box .inner_sub_titl {
    min-height: 50px;
}

.about-box {
    padding: 20px 30px;
    background-color: #e5f6f5;
}

.about-box .inner_sub_titl {
    font-size: 25px;
    line-height: 30px;
}

/* .about-text {
    color: #222220;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
} */

/*   contact-page-css   */

.contact_left_box {
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
    align-items: center;
}

.cont_left_icon {
    width: 40px;
    height: 40px;
    background: #5f3d33;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    border-left: none;
    box-shadow: 0px 10px 16px -5px #646464;
}

.cont_left_icon img {
    width: auto;
}

.contact_left_text {
    font-family: 'Poppins';
    font-size: 17px;
    color: #4b4b4b;
    font-weight: 500;
    margin-left: 10px;
}

.contact_left_text a {
    font-family: 'Poppins';
    color: #4b4b4b;
    font-weight: 500;
    font-size: 18px;
}

.contact_left_text a:hover {
    color: #1e1e1e;
}

.right-sec-contact {
    border: 1px solid #1d1d1d;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 25px -10px #414141;
}

.right-sec-contact input,
.right-sec-contact textarea {
    font-family: 'Poppins';
    border: 1px solid #1d1d1d;
    box-shadow: none;
    padding: 8px 10px;
    width: 100%;
    border-radius: 0;
}

.right-sec-contact textarea {
    resize: none;
    height: 100px;
}

.right-sec-contact .wpcf7-response-output {
    display: none;
}

.right-sec-contact input[type="submit"] {
    width: fit-content;
}

/* table desing */
.program-list{
	position: relative;
}
.program-list td{
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	color: #5f3d33;
	padding: 10px !important;
	border: 1px solid #5f3d33 !important;
	background-color: #fff0e9;
}
.program-list td strong, .program-list .inner_sub_titl{
	color: #5f3d33;
}
.program-list table{
	border: 1px solid #5f3d33 !important;
}
/*   sub-menu-css   */

.primary-navigation ul ul {
    background-color: #c9a3cc !important;
    width: 300px;
    top: 100% !important;
    display: block;
}

.primary-navigation ul ul a {
    width: 100% !important;
    color: #fff;
    padding: 12px !important;
	line-height: 20px;
}

.primary-navigation ul ul a::after {
    display: none;
}

.primary-navigation ul ul a:before {
    display: none;
}

.primary-navigation ul ul li {
    padding-right: 0;
    width: 100%;
}

.primary-navigation ul ul a:hover {
    color: #1e1e1e !important;
    background-color: #fff !important;
    width: 100% !important;
}

.primary-navigation .menu-item-has-children>a:after {
    font-size: 0 !important;
    top: 33px !important;
}

/*  ref form   */

.inner_form_box {
    background-color: #e5e5e554;
    padding: 35px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.inner_form_box p {
    margin-bottom: 5px !important;
}

.inner_form_box_heading {
    font-family: "Urbane Rounded";
    color: #3f1d0b;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
}

.inner_form_box_heading strong {
    font-family: "Urbane Rounded";
    color: #ab7baf;
    font-weight: bold;
}

.inner_form_box_label {
    font-family: 'Poppins';
    color: #0d0d0d;
    margin-top: 15px;
}

.inner_form_box_input input {
    font-family: 'Poppins';
    width: 100%;
    min-height: 44px;
    margin-top: 2px;
    border: 1px solid #ccc !important;
    color: #555;
}

.inner_form_box_input select {
    background: url() #fff no-repeat center right 10px;
    width: 100%;
    min-height: 44px;
    margin-top: 2px;
    border: 1px solid #ccc !important;
    border-radius: 2px;
    color: #555;
    font-family: 'Poppins';
    padding: 10px 30px 10px 12px;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
}

.inner_form_box_input select:focus-visible {
    outline: none !important;
}

.inner_form_box_input textarea {
    font-family: 'Poppins';
    resize: none;
    height: 144px;
    margin-top: 2px;
    border: 1px solid #ccc !important;
    color: #555;
}

.inner_form_box .contact_btn input {
    font-family: 'Poppins';
    font-weight: 600;
    background: #5f3d33 !important;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 30px;
    padding: 13px 30px 12px;
    transition: 0.3s;
}
.inner_form_box input[type="submit"]:hover{
	color: #fff;
}
.primary-navigation .menu-item-has-children>a,
.primary-navigation .page_item_has_children>a {
    padding-right: 12px !important;
}

.error_container {
    display: flex;
    min-height: 100vh;
    align-items: center;
    text-align: center;
}

/* 404 page */

.error_container {
    display: flex;
    min-height: 100vh;
    align-items: center;
    text-align: center;
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}

.footer_btn1 {
    background: #c9a3c9;
    color: #fff !important;
    width: 50%;
    float: left;
    padding: 10px 0;
}

.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding: 10px 12px 0;
}

.footer_btn3 {
    background: #63493c;
    color: #fff !important;
    width: 50%;
    float: left;
    padding: 10px 0;
}

/* review_page css */

.review_page_box_inner {
    padding: 20px;
    min-height: 100%;
    border: 2px solid #5f3d33;
    border-radius: 20px 0 20px 0;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}

.review_page_box_name {
    font-family: 'Poppins';
    font-size: 25px;
    line-height: 28px;
    font-weight: 600;
    color: #5f3d33;
    position: relative;
}

.review_pg_locate {
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #5f3d33;
    padding: 5px 0 10px 0;
}

.review_page_box_name:after {
    content: "";
    position: absolute;
    background-image: url(../images/quote.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    top: 0;
    right: 0;
}

/* ======= responsive ======= */


@media only screen and (min-width : 300px) and (max-width : 1023px) {

    .top-header,
    .menu-toggle,
    .header-btn,.our-service-section::before,.we-offer-parent:before,.welcome-section::after,.header-bottom-content,.we-offer-parent:after, .inner_content:before , .inner_content:after{
        display: none !important;
    }
	.inner_content{
		padding: 0;
	}
    .ms-view,
    .ms-slide {
        height: 300px !important;
    }

    .ms-slide-bgcont img {
        object-fit: cover;
    }

    .page .entry-header,
    .blog_page_header {
        padding: 170px 0 110px !important;
    }

    .inner_page_img {
        padding-bottom: 20px;
    }

    .inner_text_hd {
        font-size: 27px;
        line-height: 37px;
    }

    .inner_bottm_sec {
        padding: 30px 14px;
    }
	.logo img{
		width: 135px;
		height: auto;
	}
	.banner-top-text {
    	font-size: 16px;
	}
	.banner-main-heading, .banner-main-heading strong {
		font-size: 35px;
		line-height: 45px;
		padding: 10px 0 20px;
	}
	.banner-btn .btn-style{
		font-size: 14px;
		line-height: 20px;
		padding: 10px 20px;
	}
	.banner-btn .btn-style-2{
		padding: 10px 15px 10px 45px;
		font-size: 14px;
		line-height: 20px;
	}
	.btn-style-2::before{
		width: 32px;
		height: 32px;
	}
	.bottom-header{
		padding: 15px 0;
	}
	.banner{
		margin-top: 110px;
		padding: 10px 0;
	}
	.banner:after{
		bottom: -50px;
	}
	.service-heading-text{
		padding: 20px 0 30px;
	}
	.we-offer-content{
		padding: 0;
	}
	.we-offer-box{
		width: 80%;
		margin: 10px;
		border: 1px solid #5f3d33;
	}
	.we-offer-section{
		padding: 30px 0;
	}
	.we-offer-section .second-heading {
		padding-bottom: 30px;
	}
	.welcome-right-content {
		padding-left: 0;
	}
	.footer_bottom {
    	padding: 15px 0 50px;
	}
	.footer_top_block{
		padding-bottom: 20px;
	}
	.second-heading, .second-heading strong {
		font-size: 40px;
		line-height: 50px;
	}
}

@media only screen and (max-width : 320px) {}

@media only screen and (min-width : 321px) and (max-width : 480px) {}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {}

@media only screen and (min-width : 481px) and (max-width : 767px) {}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.we-offer-box {
        width: 45%;
	}
	.welcome-left-content{
		text-align: center;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.we-offer-content{
		padding: 0 150px 40px 60px;
	}
	.we-offer-box {
    	width: 31%;
	}
	.banner-top-text {
    	font-size: 24px;
	}
	.banner-main-heading, .banner-main-heading strong {
		font-size: 46px;
		line-height: 56px;
	}
	.our-service-section::before {
		top: 5%;
	}
	.inner_content:before {
    	top: -30px;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.we-offer-content{
		padding: 0 150px 40px 60px;
	}
	.we-offer-box {
    	width: 31%;
	}
	.banner-top-text {
    	font-size: 24px;
	}
	.banner-main-heading, .banner-main-heading strong {
		font-size: 46px;
		line-height: 56px;
	}
	.our-service-section::before {
		top: 5%;
	}
	.inner_content:before {
    	top: -30px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.we-offer-content{
		padding: 0 150px 40px 60px;
	}
	.we-offer-box {
    	width: 31%;
	}
	.banner-top-text {
    	font-size: 24px;
	}
	.banner-main-heading, .banner-main-heading strong {
		font-size: 46px;
		line-height: 56px;
	}
	.our-service-section::before {
		top: 5%;
	}
	.inner_content:before {
    	top: -30px;
	}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.we-offer-content{
		padding: 0 150px 40px 60px;
	}
	.we-offer-box {
    	width: 31%;
	}
	.banner-top-text {
    	font-size: 24px;
	}
	.banner-main-heading, .banner-main-heading strong {
		font-size: 46px;
		line-height: 56px;
	}
	.our-service-section::before {
		top: 5%;
	}
	.inner_content:before {
    	top: -30px;
	}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.we-offer-content{
		padding: 0 150px 40px 60px;
	}
	.we-offer-box {
    	width: 31%;
	}
	.banner-top-text {
    	font-size: 24px;
	}
	.banner-main-heading, .banner-main-heading strong {
		font-size: 46px;
		line-height: 56px;
	}
	.our-service-section::before {
		top: 5%;
	}
	.inner_content:before {
    	top: -30px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.we-offer-content{
		padding: 0 150px 40px 60px;
	}
	.we-offer-box {
    	width: 31%;
	}
	.banner-top-text {
    	font-size: 24px;
	}
	.banner-main-heading, .banner-main-heading strong {
		font-size: 46px;
		line-height: 56px;
	}
	.our-service-section::before {
		top: 5%;
	}
	.inner_content:before {
    	top: -30px;
	}
}

@media screen and (min-width: 1424px) {}

@media screen and (min-width: 1624px) {}

@media screen and (min-width: 1920px) {}

@media screen and (min-width: 2048px) {}

@media screen and (min-width: 2550px) {}

/* ===============blog page==================== */


.more-link {
    font-weight: 500;
    display: block;
    width: fit-content;
    padding: 12px 30px;
    background-color: #5f3d33;
    border-radius: 50px;
    font-size: 15px;
    font-family: "Poppins";
    color: #1c1f1c;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
    margin-top: 20px;
}

.more-link:hover {
    background-color: #151515;
    color: #fff;
}

.wp-block-heading {
    border-top: 5px solid #c9a3cc;
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 18px;
    padding-top: 7px;
    text-transform: uppercase;
}

.blog_page_header {
    margin: 70px 0 !important;
}

.site-content .has-post-thumbnail .entry-header {
    margin-top: 0 !important;
}
.post-template-default .site-content .entry-content, .post-template-default .site-content .entry-header, .blog .site-content .entry-header, .blog .site-content .entry-summary{
    max-width: 100% !important;
}

.content-sidebar .widget a {
    color: #5f3d33 !important;
}