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

li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

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

.second-heading {
    font-size: 48px;
    line-height: 53px;
    color: #e33944;
    font-weight: 600;
    font-family: "Playfair Display";
}

.second-sub-heading {
    font-size: 16px;
    color: #381d0a;
    font-weight: 400;
    font-family: 'Playfair Display';
    border-radius: 50px;
    background-color: #ffecc7;
    padding: 7px 20px;
    display: inline;
}

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: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype'),
        url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    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;
}

@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-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') 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: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Bold.eot');
    src: url('../fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Bold.woff') format('woff'),
        url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype'),
        url('../fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.btn-style {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    display: inline-block;
    padding: 15px 35px;
    background-image: -moz-linear-gradient( -90deg, rgb(225,63,75) 0%, rgb(208,101,134) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(225,63,75) 0%, rgb(208,101,134) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(225,63,75) 0%, rgb(208,101,134) 100%);
    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;
	border-radius: 50px;
}

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

/* header css start */
.header {
    width: 100%;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: transparent;
    padding: 25px 0;
    border-top: 2px solid #241104;
}
.header.darkHeader {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0px 15px 10px -15px #111;
    background-color: #fff;
    padding: 7px 0;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: end;
}

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

.header-menu a {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    font-family: "Poppins";
    padding: 0 17px;
    transition: 0.5s;
    position: relative;
}

.header-menu ul li .active {
    font-weight: 500;
}

.header-btn{
	padding-left: 60px;
}
/* banner css start */

.banner {
    position: relative;
    margin-top: 0;
}

.ms-slide::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
	width: 55%;
	 background: rgb(255,255,255);
background: -moz-linear-gradient(262deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(262deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
background: linear-gradient(262deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); 
}

.ms-slide::before {
    content: "";
    position: absolute;
    background-image: url(../images/banner-design.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 585px;
    width: 295px;
    left: 0;
    top: 0;
    z-index: 10;
}

.ms-slide-info {
    position: absolute !important;
    top: 50%;
    left: 9%;
    transform: translateY(-50%);
    z-index: 20;
    width: auto !important;
    max-width: 550px !important;
}

.banner-top-text {
    font-size: 24px;
    line-height: 30px;
    color: #181818;
    font-weight: 600;
    font-family: "Poppins";
}

.banner-main-heading {
    font-size: 46px;
    line-height: 50px;
    color: #000;
    font-weight: bold;
    font-family: "Playfair Display";
}

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

.banner .btn-style-2 {
    margin-left: 20px;
    padding: 15px 43px;
	background-image: -moz-linear-gradient( -90deg, rgb(241,139,38) 0%, rgb(247,186,31) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(241,139,38) 0%, rgb(247,186,31) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(241,139,38) 0%, rgb(247,186,31) 100%);
	color:#000;
}

.banner .btn-style-2:hover {
    background-color: #facbaa;
}

/* banner css end */

/* about-section css start */

.about-section {
    padding: 80px 0 80px;
    position: relative;
}

.about-left-content,
.service-right-content {
    position: relative;
    width: 100%;
    min-height: 600px;
}

.about-section::before {
    content: "";
    position: absolute;
    background-image: url(../images/about-dot.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 199px;
    height: 409px;
    top: 0;
    right: 0;
}

.about-left-content img:first-child,
.service-right-content img:first-child {
    position: absolute;
    top: 6%;
    left: 12%;
    border-radius: 15px;
}

.about-left-content img:nth-child(2),
.service-right-content img:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0px;
    border-radius: 15px;
}

.about-left-content img:nth-child(3) {
    position: absolute;
    top: 52%;
    left: -16px;
    border-radius: 15px;
}

.about-left-content img:nth-child(4) {
    position: absolute;
    top: 64%;
    right: 15%;
    border-radius: 15px;
}

.about-right-content {
    padding-left: 50px;
}

.about-right-content .second-heading {
    padding: 15px 0;
}

.about-text,
.service-text {
    font-size: 16px;
    line-height: 28px;
    color: #1b1b1b;
    font-weight: 500;
    font-family: "Poppins";
    text-align: left;
}

.about-section .btn-style {
margin-top: 20px;
  background-image: -moz-linear-gradient( -90deg, rgb(241,139,38) 0%, rgb(247,186,31) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(241,139,38) 0%, rgb(247,186,31) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(241,139,38) 0%, rgb(247,186,31) 100%);
  color: #000;
}
.about-img img {
  border-radius: 15px;
}
/* about-section css end */

/* join-plan-mng-sec css start */


.join-plan-mng-sec {
/*     background-image: url(../images/join-plan-bg.jpg); */
	background-image: -moz-linear-gradient( -90deg, rgb(225,63,75) 0%, rgb(208,101,134) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(225,63,75) 0%, rgb(208,101,134) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(225,63,75) 0%, rgb(208,101,134) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.plan-mng-btn .btn-style {
  font-size: 16px;
  color: #381d0a;
  font-weight: 400;
  font-family: "Poppins";
  margin-top: 20px;
  background-image: -moz-linear-gradient( -90deg, rgb(241,139,38) 0%, rgb(247,186,31) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(241,139,38) 0%, rgb(247,186,31) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(241,139,38) 0%, rgb(247,186,31) 100%);
}

.plan-mng-btn .btn-style:hover {
    background-color: #fff;
    color: #381d0a;
}

/* join-plan-mng-sec css end */

/* service-section css start */

.our-service-sec {
    padding: 60px 0 100px;
    position: relative;
}

.our-service-sec::before {
    content: "";
    position: absolute;
    background-image: url(../images/dot.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 269px;
    height: 273px;
    top: 14%;
    right: 28%;
}

.service-left-content {
    padding-top: 60px;
}

.our-service-sec .second-heading {
    padding: 20px 0;
}

.service-right-content img:first-child {
    right: 0px;
    left: inherit;
}

.service-right-content img:nth-child(2) {
    top: 52%;
    left: 5%;
}

.our-service-sec .btn-style {
    margin-top: 30px;
}

/* service-section css end */


/* testimonial css start */

.testimonial-content {
/*     background-image: url(../images/testimonial-bg.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0 220px;
    position: relative;
	background: #f7c51f;
}

.testimonial-sec-heading-content {
    text-align: center;
    padding: 30px 300px 50px;
}

.get-in-touch-sec {
    position: relative;
    margin-top: 30px;
    padding: 0 0 80px;
}

.testimonial-sec .second-sub-heading {
background-color: #fff;
  font-size: 15px;
  color: #353535;
  font-weight: 400;
	font-family: 'Poppins';
}

.testimonial-sec .second-heading {
    padding-top: 20px;
}

.testi-content {
/*     padding: 0 40px; */
}

.sp-testimonial-free {
    border-radius: 15px !important;
    background-color: #ffffff !important;
    padding: 30px 20px;
}

#sp-testimonial-free-wrapper-28 .sp-testimonial-free-section .sp-testimonial-client-image {
    text-align: left !important;

}

.sp-testimonial-free-section .sp-testimonial-client-image img {
    border-radius: 0 !important;
}
#sp-testimonial-free-wrapper-28 .sp-testimonial-free-section .sp-testimonial-client-image img {
  width: 70px;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial,
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    margin:-30px 0px 5px 40px !important;
    color: #1a1a1a !important;
    font-family: "Poppins";
    font-weight: 500 !important;
    text-align: left !important;
    position: relative;
	font-size: 15px !important;
	line-height: 24px !!important;
	min-height: 320px !important;
}

.sp-testimonial-free-section .sp-testimonial-client-name {
color: #dc495b !important;
  font-weight: 600 !important;
  text-align: end !important;
  font-family: "Poppins";
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p::after {
    content: "";
    position: absolute;
    background-image: url(../images/star.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 127px;
    height: 23px;
    top: -40px;
    left: 0;
}

.get-in-touch-sec-col {
    padding-right: 20px;
}

.get-in-touch-sec-col-2 {
    padding-left: 20px;
}

.get-in-touch-sec {
    margin-top: -160px;
}

.get-in-touch-sec-col {
    padding: 0;
}

.get-in-touch-content {
  border-radius: 20px 0 0 20px;
  padding: 55px 50px;
  background-image: -moz-linear-gradient( -90deg, rgb(225,63,75) 0%, rgb(208,101,134) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(225,63,75) 0%, rgb(208,101,134) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(225,63,75) 0%, rgb(208,101,134) 100%);
  min-height: 100%;
  object-fit: cover;
}

.get-in-touch-form-content {
    background-color: #fff;
    border-radius: 0 20px 20px 0;
    padding: 21px 30px;
}

.get-in-touch-sec .second-heading {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 2px;
    padding-bottom: 35px;
}

.quick-contact ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.quick-contact ul li .contact-img {
    background-color: #fff;
    width: 52px;
    height: 52px;
    position: relative;
    border-radius: 50%;
}

.quick-contact ul li .contact-img img,
.footer_contact_info ul li .contact-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.quick-contact ul li,
.quick-contact ul li a {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
}

.get-in-touch-form-content {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.get-in-touch-form p {
    margin-bottom: 10px !important;
}

.get-in-touch-form .home_label p {
    font-size: 14px;
    line-height: 20px;
    color: #232323 !important;
    font-weight: 400;
    font-family: "Poppins";
}

.get-in-touch-form input,
.get-in-touch-form textarea {
    height: 60px;
    border-radius: 15px;
    border: 1px solid #2d2d2d;
    font-size: 14px;
    color: #505050;
    font-weight: 500;
    font-family: "Poppins";
    width: 100%;
    padding: 20px;
}

.get-in-touch-form textarea {
    resize: none;
    height: 118px;
}

.get-in-touch-form input[type='submit'] {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    border-radius: 15px;
	background-image: -moz-linear-gradient( -90deg, rgb(241,139,38) 0%, rgb(247,186,31) 100%) !important;
    background-image: -webkit-linear-gradient( -90deg, rgb(241,139,38) 0%, rgb(247,186,31) 100%) !important;
    background-image: -ms-linear-gradient( -90deg, rgb(241,139,38) 0%, rgb(247,186,31) 100%) !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
}

/* testimonial css end */


/* footer-sec css start */

.footer-sec {
    padding-top: 40px;
    background-color: #2b2f39;
}

.footer_top_heading {
font-size: 24px;
  color: #f18726;
  font-weight: 600;
  font-family: "Playfair Display";
  padding-bottom: 15px;
  text-transform: capitalize;
}

.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: 32px;
    color: #fffefe;
    font-weight: 400;
    font-family: "Poppins";
    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: #f7bb1b;
}

.footer_contact_info ul {
    padding: 0;
}

.footer_contact_info ul li {
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer_contact_info ul li .contact-img {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #f7bb1b;
    position: relative;
}

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

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

.footer_social {
    padding: 30px 0 20px;
}

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

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

.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: #facbaa;
}

/* footer-sec css end */

#back-to-top {
    background-color: #e0414e;
    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;
}

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

/* ============= for inner css ============ */

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

.page .entry-header,
.blog_page_header {
    background: url("../images/banner-4.jpg") #eee no-repeat top !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 250px 0 130px !important;
    margin: 0px 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: 50px 0 0 0 !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: #381d0a;
    position: relative;
    font-size: 15px;
}

.breadcrumb-container a {
    color: #381d0a;
}

.breadcrumb-container a:hover {
    color: #381d0a;
}

/* Inner Content Css */

.inner_text_hd {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #101111;
    position: relative;
}

.inner_text_hd strong {
    color: #e33944;
}

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

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

.inner_content {
    /* padding-top: 50px;  */
}

.inner_sub_titl {
    font-family: "Poppins";
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #e33944;
    padding-top: 20px;
}

.inner_content .inner_text_hd {
    position: relative;
}

.inner_txt {
    font-size: 16px;
    line-height: 25px;
    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/navig8-services/wp-content/uploads/2024/06/checked.png);
    background-position: top 2px left;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    color: #0d0d0d;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
    font-family: "Poppins";
}

.inner_bottm_sec {
    background-color: #36acd3;
    padding: 30px 60px;
    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;
    text-align: center;
}

.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: left;
    border: 1px solid #381d0a;
    border-radius: 10px;
    padding: 20px 30px;
    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;
}
.inner_box_icon{
	width: 90px;
	height: 90px;
	background-color: #f8c337;
	position: relative;
	border-radius: 50%;
}
.inner_box_icon img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.about-box .inner_sub_titl {
    font-size: 25px;
    line-height: 30px;
}

.inner_box_parent{
	margin: 30px 0 0px;
}

/*   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: #f7bb1b;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    border-left: 2px solid #1d1d1d;
    box-shadow: 0px 10px 16px -5px #646464;
}
.cont_left_icon img{
	width: 16px;
}
.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;
}


/*   sub-menu-css   */

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

.primary-navigation ul ul a {
    width: 100% !important;
    color: #fff;
    padding: 10px !important;
    font-size: 16px;
}

.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: #e13d49 !important;
    width: 100% !important;
}

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

/* review_page css */

.review_page_box_inner {
    padding: 20px;
    border: 2px solid #381d0a;
    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: #381d0a;
    position: relative;
}

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

.review_page_box_name:after {
    content: "";
    position: absolute;
    background-image: url(../images/qoute.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 35px;
    height: 24px;
    top: 0;
    right: 0;
    transform: rotate(180deg);
}

/*  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: 'Poppins';
    color: #1d1d1d;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
}

.inner_form_box_heading strong {
    font-family: 'Poppins';
    color: #381d0a;
    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: #381d0a !important;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 30px;
    padding: 13px 30px 12px;
    transition: 0.3s;
}

.error_container {
    display: flex;
    min-height: 100vh;
    align-items: center;
    text-align: center;
}
.choose_outer {
background: #fffae9;
  padding: 60px 0;
}
.icon_sec {
  width: 70px;
  height: 70px;
  align-items: center;
  display: flex;
}
.icon_name {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 11px;
  margin-top: 4px;
}
.icon_txt {
  font-size: 15px;
  padding-right: 30px;
}
.icon_box {
  border-right: 1px solid #7d7d7d1a;
}


/* 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: #d55a75;
    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: #d19800;
    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 #e12761;
    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: #e12761;
    position: relative;
	padding-top: 20px;
}

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

.review_page_box_name:after {
    content: "";
    position: absolute;
    background-image: url(../images/qoute.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 80px;
    height: 58px;
    top: 0;
    right: 0;
}
.review_page_box{
	margin-bottom: 30px;
}
.review_page_box_img img{
	width: 80px;
	height: auto;
}
/* ======= responsive ======= */


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

    .top-header,
    .menu-toggle,
    .header-btn,.about-section::before,.our-service-sec::before,.ms-slide::before,.header-content {
        display: none;
    }
	.ms-slide::after{
		width: 100%;
		background: linear-gradient(196deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 83%, rgba(255, 255, 255, 1) 100%);
	}
	.logo img{
		width: 160px;
		height: auto;
	}
    .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;
    }
	.header{
		padding: 15px 0;
	}
	.banner-main-heading {
		font-size: 26px;
		line-height: 30px;
	}
	.ms-slide-info{
		left: 5%;
	}
	.banner-button .btn-style{
		padding: 10px 20px;
	}
	.banner-text{
		padding: 10px 0;
	}
	.about-section{
		padding: 30px 0;
	}
	.about-right-content{
		padding: 20px 0 0 14px;
	}
	.icon_box{
		padding: 10px 0 20px;
		text-align: center;
	}
	.icon_sec{
		margin: 0 auto;
	}
	.second-heading {
		font-size: 40px;
		line-height: 46px;
	}
	.service-right-content {
    	height: 500px;
	}
	.our-service-sec {
    	padding: 0px 0 100px;
	}
	.testimonial-sec-heading-content {
		padding: 30px 0px;
	}
	.testimonial-content{
		padding: 30px 0 180px;
	}
	.get-in-touch-content{
		border-radius: 0;
		padding: 50px 14px;
	}
	.get-in-touch-form-content{
		border-radius: 0;
	}
	.quick-contact ul li{
		gap: 10px;
	}
	.quick-contact ul li .contact-img{
		width: 40px;
		height: 40px;
	}
	.footer_bottom {
    	padding: 15px 0 60px;
	}
	.footer_parent_box{
		display: flex;
		align-items: center;
		padding: 20px 0 0;
		gap: 20px;
	}
	.footer_top_block{
		padding-bottom: 20px;
	}
	#sp-testimonial-free-wrapper-28 .sp-testimonial-free-section{
		margin: 0 0 50px !important;
	}
	.left-sec-contact-information{
		padding-bottom: 20px;
	}
}

@media only screen and (max-width : 320px) {
	.quick-contact ul li, .quick-contact ul li a {
    	font-size: 16px;
	}
}

@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) {
	.banner-main-heading {
        font-size: 40px;
        line-height: 46px;
    }
	.quick-contact ul li, .quick-contact ul li a{
		font-size: 19px;
	}
	.get-in-touch-content {
    	border-radius: 20px 0 0 20px;
	}
	.get-in-touch-form-content {
    	border-radius: 0 20px 20px 0;
	}
	.second-heading {
        font-size: 48px;
        line-height: 53px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.primary-navigation a{
		padding: 0 10px !important;
	}
	.header-btn{
		padding-left: 10px;
	}
	.get-in-touch-content{
		padding: 50px 15px;
	}
}

/* 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) {
	.banner-main-heading {
        font-size: 40px;
        line-height: 46px;
    }
	.quick-contact ul li, .quick-contact ul li a{
		font-size: 19px;
	}
	.get-in-touch-content {
    	border-radius: 20px 0 0 20px;
	}
	.get-in-touch-form-content {
    	border-radius: 0 20px 20px 0;
	}
	.second-heading {
        font-size: 48px;
        line-height: 53px;
    }
}

/* 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) {
	.banner-main-heading {
        font-size: 40px;
        line-height: 46px;
    }
	.quick-contact ul li, .quick-contact ul li a{
		font-size: 19px;
	}
	.get-in-touch-content {
    	border-radius: 20px 0 0 20px;
	}
	.get-in-touch-form-content {
    	border-radius: 0 20px 20px 0;
	}
	.second-heading {
        font-size: 48px;
        line-height: 53px;
    }
}

/* 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) {
	.banner-main-heading {
        font-size: 40px;
        line-height: 46px;
    }
	.quick-contact ul li, .quick-contact ul li a{
		font-size: 19px;
	}
	.get-in-touch-content {
    	border-radius: 20px 0 0 20px;
	}
	.get-in-touch-form-content {
    	border-radius: 0 20px 20px 0;
	}
	.second-heading {
        font-size: 48px;
        line-height: 53px;
    }
}

/* 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) {
		.primary-navigation a{
		padding: 0 10px !important;
	}
	.header-btn{
		padding-left: 10px;
	}
	.get-in-touch-content{
		padding: 50px 15px;
	}
}

/* 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) {
		.primary-navigation a{
		padding: 0 10px !important;
	}
	.header-btn{
		padding-left: 10px;
	}
	.get-in-touch-content{
		padding: 50px 15px;
	}
}

@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: #d45e78;
    border-radius: 50px;
    font-size: 15px;
    font-family: "Poppins";
    color: #fff;
    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 #f7bb1b;
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 18px;
    padding-top: 7px;
    text-transform: uppercase;
}

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

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
    background: url(../images/banner-arrow.png) !important;
    height: 49px !important;
    width: 25px !important;
}

.ms-skin-default .ms-nav-prev {
    transform: rotate(180deg);
}

.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: #446fb6 !important;
}
.ref_form_box {
  padding: 35px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.ref_form_box_heading {
color: #111;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase
}
.ref_form_box_heading strong {
	color: #e33944;
	font-weight: bold;
}
.ref_form_box_label {
  color: #666;
  margin-top: 5px;
  font-size: 15px;
}
.ref_form_box_label p {
	margin-bottom:0;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box_input select {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	border-radius: 2px;
	color: #555;
	padding: 10px 30px 10px 12px;
}
.ref_form_box_input textarea {
	resize: none;
	height: 85px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box .contact_btn input {
	font-weight: 600;
	background: #dc4b5d  !important;
	font-size: 16px;
	border-radius: 30px;
	padding: 13px 30px 12px;
}
span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 8px;
	color: #555;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.half_check .wpcf7-list-item {
	width: 45%;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
}
.wpcf7-list-item-label::before {
	position: absolute;
	top: 1px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #e33944;
	border-color: #e33944;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contact_btn p {
  margin: 0;
}