/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/* css scrl baar */
body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

body::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: linear-gradient(to top, #13004B, #9C87FB);
}

.inner-banner span {
    color: unset !important;
	text-shadow:unset !important;
}
/* header css  */
#top {
    background: #13004B;
}

#top nav ul li a {
    color: #fff;
    margin: 0px 20px !important;
}

li#menu-item-12 a {
    background: #9C87FB;
    padding: 15px 50px 15px 20px !important;
    border-radius: 12px;
    position: relative !important;
}

li#menu-item-12 a span {
    color: #000;
    font-weight: bold;
}

li#menu-item-12 a:before {
    position: absolute;
    content: '';
    background-image: url(https://demo-weblink.com/moving-with-grace/wp-content/uploads/2025/05/arrow-purple.png);
    left: 84%;
    right: 0;
    top: 40%;
    bottom: 0;
    background-repeat: no-repeat;
}

#top nav ul li a span:after {
    border: none !important;
}

/* banner css  */

#banner-content h1 {
    color: #fff;
    text-align: right;
}
#main-banner .pupl {
    color: #9C87FB;
    text-shadow: 1px 2px 6px #1d0047;
}
.pupl {
    color: #9C87FB !important;
}

#banner-content h4 {
    color: #fff;
    text-align: right;
}
#main-banner p {
    color: #fff;
}
.cstm-rwe {
    position: absolute;
    right: 0;
    bottom: 70px;
    left: 15em;
}
#purple-btn:before{
	 position: absolute;
    content: '';
    background-image: url(https://demo-weblink.com/moving-with-grace/wp-content/uploads/2025/05/arrow.png);
    left: 84%;
    right: 0;
    top: 40%;
    bottom: 0;
    background-repeat: no-repeat;
	transition: all 0.5s !important;
}
#purple-btn {
    background: #9C87FB !important;
    padding: 15px 50px 15px 20px !important;
    border-radius: 12px !important;
    position: relative !important;
    font-size: 18px;
    line-height: 26px;
    transition: all 0.5s !important;
}
#purple-btn:focus {
    box-shadow: unset !important;
    transform: unset !important;
    opacity: unset !important;
}

#purple-btn:hover {
    background: #000 !important;
    transform: translate(10px, 10px);
    transition: all 0.5s !important;
}

#purple-btn:hover:before {
	transform: rotate(21deg);
	transition: all 0.5s !important;
}
.darked {
    color: #13004B;
}

#about-us p {
    color: #565969;
}
h5 {
    position: relative !important;
	color: #565969 !important;
}
#banner-content img {
    width: 200px;
}

#about-us h5:before {
  position: absolute;
  content: '';
  background-image: url(https://demo-weblink.com/moving-with-grace/wp-content/uploads/2025/06/home-vector.png);
  left: -30px;
  right: 0;
  top: 18%;
  bottom: 0;
  background-repeat: no-repeat;
  width: 30px;
}
#about-us h5 {
    position: relative !important;
    left: 30px !important;
}

#our-service h5:before {
    position: absolute;
    content: '';
    background-image: url(https://demo-weblink.com/moving-with-grace/wp-content/uploads/2025/06/home-vector.png);
    left: -110px;
    right: 0;
    top: 3%;
    bottom: 0;
    background-repeat: no-repeat;
    width: 30px;
}
#our-service h5:before {
    margin: 0 auto;
}

/* services box */

#our-service .row-bg {
    background: #13004B;
}

#box-content .vc_column-inner {
    background: #fff;
    padding: 34px;
    border-radius: 40px;
    transition: all 0.5s !important;
}
#box-content .vc_col-sm-2.none-col {
    opacity: 0;
}
#box-content .heght-col .vc_column-inner {
    min-height: 420px;
}
#box-content .vc_column-inner:hover {
    background: #000 !important;
}

#box-content .vc_column-inner:hover h4, #box-content .vc_column-inner:hover p {
    color: #fff !important;
}
#box-content .vc_col-sm-12.bg-none .vc_column-inner {
    background: unset !important;
}
#our-service h2, #our-service p, #our-service h5 {
    color: #FFE !important;
}

#box-content .vc_column-inner p {
    color: #565969 !important;
}

#box-content .vc_column-inner h4 {
    color: #13004B;
}

#box-btn {
    background: transparent !important;
    color: #9C87FB;
    font-size: 18px;
    line-height: 26px;
    position: relative !important;
}

#box-btn:before {
    position: absolute;
    content: '\f061';
    right: -28px;
    font-family: 'FontAwesome';
    background: #9C87FB;
    color: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 65%;
}

#box-btn:hover {
    background: unset !important;
    box-shadow: unset !important;
    transform: unset !important;
    opacity: unset !important;
}

#box-btn:focus {
    box-shadow: unset !important;
    transform: unset !important;
}
.white-pr p {
	color: #fff !important;
	font-size: 20px;
	line-height: 28px;
}

/* faq css  */
#faq .toggles a {
    font-size: 20px !important;
    color: #13004B !important;
    line-height: 28px !important;
}

#faq h2 {
    color: #13004B;
}
#faq h5:before {
    position: absolute;
    content: '';
    background-image: url(https://demo-weblink.com/moving-with-grace/wp-content/uploads/2025/06/home-vector.png);
    left: -30px;
    right: 0;
    top: 0%;
    bottom: 0;
    background-repeat: no-repeat;
    width: 30px;
}
#faq h5 {
    position: relative !important;
    left: 30px !important;
}

/* testimonial css  */
#testimonial-slider .men {
    width: 90px !important;
    position: absolute !important;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    top: -110px;
    bottom: 0 !important;
}

#testimonial-slider .star {
    width: 100px !important;
}
#testimonial-slider .carousel-item {
	background: #fff;
	margin: 0 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 40px;
	border: 1px solid #0000004d;
	position: relative !important;
	padding-top: 90px !important;
	transition:all 0.5s !important;
	min-height: 360px;
}
#testimonial-slider .carousel-item:hover {
    background-image: linear-gradient(45deg, #a981f3, #1d0047);
    transition:all 0.5s !important;
}

#testimonial-slider .carousel-item:hover h5, #testimonial-slider .carousel-item:hover p {
 color:#fff !important;
     transition:all 0.5s !important;
}
#testimonial-slider p br {
    display: none;
}
#testimonial-slider h2 {
    color: #13004B;
}
/* form contact us css  */
#contact-bg .row-bg {
    background: #13004B;
}
.form-contact textarea {
    height: 100px;
    resize: none;
}
#contact-bg h5 {
    color: #fff !important;
}

#contact-bg h2 {
    color: #fff;
}

#contact-bg ul li {
    color: #fff;
    list-style: none !important;
    position: relative;
    padding: 16px 0;
}

#contact-bg ul li:before {
    position: absolute;
    content: '';
    background-image: url(https://demo-weblink.com/moving-with-grace/wp-content/uploads/2025/06/home-vector.png);
    left: -28px;
    right: 0;
    top: 38%;
    bottom: 0;
    background-repeat: no-repeat;
    width: 30px;
}

.form-contact {
    background: #fff;
    padding: 30px 30px;
    border-radius: 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#contact-bg h5:before {
    position: absolute;
    content: '';
    background-image: url(https://demo-weblink.com/moving-with-grace/wp-content/uploads/2025/06/home-vector.png);
    left: -35px;
    right: 0;
    top: 9%;
    bottom: 0;
    background-repeat: no-repeat;
    width: 30px;
}


#contact-bg h5 {
    position: relative !important;
    left: 35px !important;
}
.form-contact h3 {
    color: #13004B;
}
.form-contact input, .form-contact textarea {
    background: unset;
    border: 1px solid #0000001f;
    padding: 16px 16px;
}
.wpcf7-select {
    background: unset;
    padding: 20px 16px 16px 16px;
    border: 1px solid #00000029;
}

.sbt-btn input {
    border: none !important;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 8px !important;
}
.sbt-btn input:hover {
transform: unset !important;
    opacity: unset !important;
    background: #000 !important;
}

/* slider css  */
 .slider-container {
      width: 100%;
      overflow: hidden;
      background: transparent;
      white-space: nowrap;
      position: relative;
      border: 2px solid #2c004c; /* Optional: Matches your screenshot border */
    }

    .slider-content {
      display: inline-block;
      white-space: nowrap;
    }

.slide-item {
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    font-size: 100px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #9c87fb;
    text-transform: capitalize;
    font-family: 'Brotherside Signature' !important;
    justify-content: center !important;
    text-align: center;
    display: block;
}

    .slide-item img {
      height: 24px;
      width: auto;
    }

    @keyframes slide {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-50%);
      }
    }

/* footer css */

#footr-web .row-bg {
    background: #13004B;
}

#footr-web h5, #footr-web p, #footr-web a {
    color: #fff !important;
}

#footr-web li {
    list-style: none;
}

.ftr-list {
    margin: 0;
}

.ftr-list li {
    padding: 8px 0;
}

.cont-dtl li {
    position: relative !important;
}
.cont-dtl {
margin: 0 15px !important;
}

.loctn:before {
    position: absolute;
    content: '\f3c5';
    left: -28px;
    color: #9C87FB;
    font-family: 'FontAwesome';
    font-size: 16px;
}

.mailed:before {
    position: absolute;
    content: '\f0e0';
    left: -28px;
    color: #9C87FB;
    font-family: 'FontAwesome';
    font-size: 16px;
}

.phoned:before {
    position: absolute;
    content: '\f2a0';
    left: -28px;
    color: #9C87FB;
    font-family: 'FontAwesome';
    font-size: 16px;
}

#inner-footerd {
  padding-top: 30px;
border-top: 1px solid;
}
.socil-icons {
    gap: 20px;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
}
.socil-icons i {
    background: #fff;
    color: #000;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 40px;
	transition: all 0.5s !important;
}
.socil-icons i:hover {
    background: #b895f4;
    color: #fff !important;
    transition: all 0.5s !important;
    transform: rotate(44deg);
}
.dtl-cont p {
    text-align: justify;
}
#inner-footer label {
  display: none;
}
#tnp-1 {
  padding: 20px 20px !important;
  border-radius: 12px;
}
#inner-footer .tnp-submit {
  border: none !important;
  width: 50% !important;
  border-radius: 12px !important;
}

#inner-footer .tnp-submit:hover {
transform: unset !important;
  opacity: unset !important;
}
#copyright {
    display: none !important;
}

/* inner banner css  */
.inner-banner h2 {
    color: #fff;
}


/* responsive start  */

@media only screen and (min-width: 1600px) and (max-width: 1750px){}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
     #main-banner .wpb_row.vc_row-o-full-height.top-level, .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
      min-height: calc(123vh - 155px);
    }
	
    .slide-item {
        font-size: 77px !important;
        line-height: 85px !important;
    }
  #box-content .vc_column-inner {
    background: #fff;
    padding: 24px;
    border-radius: 40px;
    transition: all 0.5s !important;
    min-height: 392px;
  }
  #our-service {
    padding-bottom: 0px !important;
  }
  .vc_col-sm-12.bg-none {
    margin: 0 !important;
  }
  h2 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  #faq .toggles a {
    font-size: 16px !important;
    color: #13004B !important;
    line-height: 24px !important;
  }
  #faq img {
    min-height: 780px;
    min-width: 620px;
  }
  #faq .row_col_wrap_12.col.span_12.dark.left {
    padding-left: 100px;
  }
   #testimonial-slider .carousel-item {
    background: #fff;
    margin: 0 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 40px;
    border: 1px solid #0000004d;
    position: relative !important;
    padding: 90px 20px 50px !important;
    min-height: 390px !important;
  }	
#main-banner h1 {
    font-size: 50px !important;
    line-height: 58px !important;
}
#box-content img {
    width: 70px;
}
#box-content .heght-col .vc_column-inner {
    min-height: 376px;
}
#box-content .wpb_text_column.wpb_content_element {
    min-height: 150px;
}	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
 #main-banner .wpb_row.vc_row-o-full-height.top-level, .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
      min-height: calc(123vh - 155px);
    }
  #box-content .vc_column-inner {
    background: #fff;
    padding: 12px;
    border-radius: 40px;
    transition: all 0.5s !important;
    min-height: 332px;
  }
  #our-service {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .vc_col-sm-12.bg-none {
    margin: 0 !important;
  }
  h2 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  #faq .toggles a {
    font-size: 16px !important;
    color: #13004B !important;
    line-height: 24px !important;
  }
  #faq img {
    min-height: 780px;
    min-width: 620px;
  }
  #faq .row_col_wrap_12.col.span_12.dark.left {
    padding-left: 100px;
  }
   #testimonial-slider .carousel-item {
    background: #fff;
    margin: 0 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 40px;
    border: 1px solid #0000004d;
    position: relative !important;
    padding-top: 90px !important;
    min-height: 381px !important;
  }
#box-content .vc_column-inner h4 {
  color: #13004B;
  font-size: 18px !important;
  line-height: 26px !important;
}
#box-content .vc_col-sm-12.bg-none .vc_column-inner {
  min-height: unset !important;
}
#inner-footer .tnp-submit {
  border: none !important;
  width: 70% !important;
  border-radius: 12px !important;
}
#main-banner h1 {
    font-size: 50px !important;
    line-height: 58px !important;
}
#box-content img {
    width: 70px;
}
#box-content .heght-col .vc_column-inner {
    min-height: 365px;
}
    #box-content .wpb_text_column.wpb_content_element {
        min-height: 170px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
 #main-banner .wpb_row.vc_row-o-full-height.top-level, .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
      min-height: calc(123vh - 155px);
    }
    #box-content .vc_column-inner {
        background: #fff;
        padding: 10px 10px 10px 10px;
        border-radius: 20px;
        transition: all 0.5s !important;
        min-height: 290px !important;
    }
#box-content .vc_column-inner p {
    color: #565969 !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
  #our-service {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .vc_col-sm-12.bg-none {
    margin: 0 !important;
  }
  h2 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  #faq .toggles a {
    font-size: 14px !important;
    color: #13004B !important;
    line-height: 22px !important;
    padding: 20px 30px;
  }
  #faq img {
    min-height: 780px;
    min-width: 620px;
  }
  #faq .row_col_wrap_12.col.span_12.dark.left {
    padding-left: 0px;
  }
   #testimonial-slider .carousel-item {
    background: #fff;
    margin: 0 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 40px;
    border: 1px solid #0000004d;
    position: relative !important;
    padding: 70px 20px 50px !important;
    min-height: 370px !important;
  }
#box-content .vc_column-inner h4 {
  color: #13004B;
  font-size: 15px !important;
  line-height: 23px !important;
}
#box-content .vc_col-sm-12.bg-none .vc_column-inner {
  min-height: unset !important;
}
#inner-footer .tnp-submit {
  border: none !important;
  width: 70% !important;
  border-radius: 12px !important;
}


#about-us .vc_col-sm-6 {
    padding-right: 10px;
    padding-left: 10px;
}

#about-us {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#box-content img {
    width: 70px;
}
    #box-btn:before {
        position: absolute;
        content: '\f061';
        right: -28px;
        font-family: 'FontAwesome';
        background: #9C87FB;
        color: #fff;
        height: 20px;
        width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 65%;
        font-size: 13px;
        line-height: 21px !important;
        top: 4px;
    }
#box-btn {
    background: transparent !important;
    color: #9C87FB;
    font-size: 18px;
    line-height: 26px;
    position: relative !important;
    padding: unset !important;
    margin: unset !important;
}
#faq .toggles p {
    padding: 0px 30px;
}
#inner-footer a {
    font-size: 11px;
    line-height: 19px;
}

#inner-footer p br {
    display: none;
}

#inner-footer input#tnp-1 {
    padding: 10px !important;
}

#inner-footer input.tnp-submit {
    font-size: 15px !important;
    line-height: 23px !important;
}
.ftr-list li {
    padding: 5px 0px !important;
}
#top .container {
    padding: 0 16px;
}
#main-banner h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}
.blk-text p br {
    display: none !important;
}
#box-content .wpb_text_column.wpb_content_element {
    min-height: 140px;
}	
}
@media only screen and (min-width: 1000px) and (max-width: 1000px){
	
#top ul.sf-menu.sf-js-enabled.sf-arrows {
    position: relative !important;
    left: -90px !important;
}	
#detail-pg .form-contact {
    background: #fff;
    padding: 10px 19px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#detail-pg.form-contact input, #detail-pg.form-contact textarea {
    background: unset;
    border: 1px solid #0000001f;
    padding: 7px 10px;
}

#detail-pg {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#detail-pg .form-contact .row {
    padding: 7px 0;
}
#testimonial-slider .men {
    width: 90px !important;
    position: absolute !important;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    top: -94px;
    bottom: 0 !important;
}
#detail-pg .form-contact h3 {
    color: #13004B;
    font-size: 26px !important;
    line-height: 34px !important;
}

#main-banner.inner-banner {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}	
}

@media only screen and (min-width: 768px) and (max-width: 999px){
 #main-banner .wpb_row.vc_row-o-full-height.top-level, .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
      min-height: calc(123vh - 155px);
    }
    #box-content .vc_column-inner {
        background: #fff;
        padding: 10px 10px 10px 10px;
        border-radius: 20px;
        transition: all 0.5s !important;
        min-height: 290px !important;
    }
    #box-content .vc_column-inner p {
        color: #565969 !important;
        font-size: 18px !important;
        line-height: 26px !important;
    }
  #our-service {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .vc_col-sm-12.bg-none {
    margin: 0 !important;
  }
  h2 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  #faq .toggles a {
    font-size: 14px !important;
    color: #13004B !important;
    line-height: 22px !important;
    padding: 20px 30px;
    max-width: 590px;
  }
  #faq img {
    min-height: 780px;
    min-width: 620px;
  }
  #faq .row_col_wrap_12.col.span_12.dark.left {
    padding-left: 0px;
  }
   #testimonial-slider .carousel-item {
    background: #fff;
    margin: 0 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 40px;
    border: 1px solid #0000004d;
    position: relative !important;
    padding: 70px 20px 50px !important;
    min-height: 250px !important;
  }
    #box-content .vc_column-inner h4 {
        color: #13004B;
        font-size: 22px !important;
        line-height: 30px !important;
    }
#main-banner.inner-banner {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
#box-content .vc_col-sm-12.bg-none .vc_column-inner {
  min-height: unset !important;
}
#inner-footer .tnp-submit {
  border: none !important;
  width: 70% !important;
  border-radius: 12px !important;
}


#about-us .vc_col-sm-6 {
    padding-right: 10px;
    padding-left: 10px;
}

#about-us {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#box-content img {
    width: 70px;
}
    #box-btn:before {
        position: absolute;
        content: '\f061';
        right: -28px;
        font-family: 'FontAwesome';
        background: #9C87FB;
        color: #fff;
        height: 20px;
        width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 65%;
        font-size: 13px;
        line-height: 21px !important;
        top: 4px;
    }
#box-btn {
    background: transparent !important;
    color: #9C87FB;
    font-size: 18px;
    line-height: 26px;
    position: relative !important;
    padding: unset !important;
    margin: unset !important;
}
#faq .toggles p {
    padding: 0px 30px;
}
#inner-footer a {
    font-size: 11px;
    line-height: 19px;
}

#inner-footer p br {
    display: none;
}

#inner-footer input#tnp-1 {
    padding: 10px !important;
}

#inner-footer input.tnp-submit {
    font-size: 15px !important;
    line-height: 23px !important;
}
.ftr-list li {
    padding: 5px 0px !important;
}
#top .container {
    padding: 0 16px;
}
#main-banner h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}
.blk-text p br {
    display: none !important;
}
#box-content .wpb_text_column.wpb_content_element {
    min-height: 30px;
}

    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 74px !important;
    }

#header-outer {
    padding: 0 !important;
}

#footr-web {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#footer-widgets {
    display: none !important;
}

.form-contact .row {
    padding: 0;
}

#contact-bg {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#testimonial-slider .men {
    width: 90px !important;
    position: absolute !important;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    top: -94px;
    bottom: 0 !important;
}

#testimonial-slider {
    padding-bottom: 50px !important;
}

#faq {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#about-us img {
    width: 100%;
}
.slide-item {
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    font-size: 80px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #9c87fb;
    text-transform: capitalize;
    font-family: 'Brotherside Signature' !important;
    justify-content: center !important;
    text-align: center;
    display: block;
}
#banner-content img {
    width: 150px;
}
#box-content .vc_col-sm-2.none-col {
    display: none !important;
}	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
 #main-banner .wpb_row.vc_row-o-full-height.top-level, .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
      min-height: calc(123vh - 155px);
    }
    #box-content .vc_column-inner {
        background: #fff;
        padding: 10px 10px 10px 10px;
        border-radius: 20px;
        transition: all 0.5s !important;
        min-height: 290px !important;
    }
#box-content .vc_column-inner p {
    color: #565969 !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
  #our-service {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .vc_col-sm-12.bg-none {
    margin: 0 !important;
  }
  h2 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  #faq .toggles a {
    font-size: 12px !important;
    color: #13004B !important;
    line-height: 20px !important;
    padding: 16px 30px;
    max-width: 370px;
  }
  #faq img {
    min-height: 440px;
    min-width: 440px;
    margin-top: 50px;
  }
  #faq .row_col_wrap_12.col.span_12.dark.left {
    padding-left: 0px;
  }
   #testimonial-slider .carousel-item {
    background: #fff;
    margin: 0 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 40px;
    border: 1px solid #0000004d;
    position: relative !important;
    padding: 70px 20px 50px !important;
    min-height: 250px !important;
  }
#box-content .vc_column-inner h4 {
  color: #13004B;
  font-size: 15px !important;
  line-height: 23px !important;
}
#box-content .vc_col-sm-12.bg-none .vc_column-inner {
  min-height: unset !important;
}
#inner-footer .tnp-submit {
  border: none !important;
  width: 100% !important;
  border-radius: 12px !important;
}


#about-us .vc_col-sm-6 {
    padding-right: 10px;
    padding-left: 10px;
}

#about-us {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#box-content img {
    width: 70px;
}
    #box-btn:before {
        position: absolute;
        content: '\f061';
        right: -28px;
        font-family: 'FontAwesome';
        background: #9C87FB;
        color: #fff;
        height: 20px;
        width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 65%;
        font-size: 13px;
        line-height: 21px !important;
        top: 4px;
    }
#box-btn {
    background: transparent !important;
    color: #9C87FB;
    font-size: 18px;
    line-height: 26px;
    position: relative !important;
    padding: unset !important;
    margin: unset !important;
}
#faq .toggles p {
    padding: 0px 30px;
}
#inner-footer a {
    font-size: 11px;
    line-height: 19px;
}

#inner-footer p br {
    display: none;
}

#inner-footer input#tnp-1 {
    padding: 20px !important;
}

#inner-footer input.tnp-submit {
    font-size: 20px !important;
    line-height: 28px !important;
}
.ftr-list li {
    padding: 5px 0px !important;
}
#top .container {
    padding: 0 16px;
}
#main-banner h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}
.blk-text p br {
    display: none !important;
}
#box-content .wpb_text_column.wpb_content_element {
    min-height: 30px;
}

    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 74px !important;
    }

#header-outer {
    padding: 0 !important;
}

#footr-web {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#footer-widgets {
    display: none !important;
}

.form-contact .row {
    padding: 0;
}

#contact-bg {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#testimonial-slider .men {
    width: 90px !important;
    position: absolute !important;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    top: -94px;
    bottom: 0 !important;
}

#testimonial-slider {
    padding-bottom: 50px !important;
}

#faq {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#about-us img {
    width: 100%;
}
.slide-item {
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    font-size: 80px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #9c87fb;
    text-transform: capitalize;
    font-family: 'Brotherside Signature' !important;
    justify-content: center !important;
    text-align: center;
    display: block;
}
#banner-content img {
    width: 150px;
}

.form-contact input, .form-contact textarea {
    background: unset;
    border: 1px solid #0000001f;
    padding: 10px 16px !important;
}
.form-contact .col {
    margin-bottom: 12px !important;
}
.wpcf7-form p span {
    color: #000;
    font-size: 12px;
    line-height: 20px;
}
.form-contact h3 {
    color: #13004B;
    text-align: center;
    font-size: 30px !important;
    line-height: 38px !important;
}
#box-content .vc_col-sm-2.none-col {
    display: none !important;
}
#main-banner.inner-banner {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
 #main-banner .wpb_row.vc_row-o-full-height.top-level, .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
      min-height: calc(123vh - 155px);
    }
    #box-content .vc_column-inner {
        background: #fff;
        padding: 10px 10px 10px 10px;
        border-radius: 20px;
        transition: all 0.5s !important;
        min-height: 290px !important;
    }
#box-content .vc_column-inner p {
    color: #565969 !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
  #our-service {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .vc_col-sm-12.bg-none {
    margin: 0 !important;
  }
  h2 {
    font-size: 20px !important;
    line-height: 28px !important;
    text-align: center;
  }
  #faq .toggles a {
    font-size: 12px !important;
    color: #13004B !important;
    line-height: 20px !important;
    padding: 10px 0px;
    max-width: 250px;
  }
  #faq img {
    min-height: 320px;
    min-width: 320px;
    margin-top: 50px;
  }
  #faq .row_col_wrap_12.col.span_12.dark.left {
    padding-left: 0px;
  }
   #testimonial-slider .carousel-item {
    background: #fff;
    margin: 0 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 40px;
    border: 1px solid #0000004d;
    position: relative !important;
    padding: 70px 20px 50px !important;
    min-height: 250px !important;
  }
#box-content .vc_column-inner h4 {
  color: #13004B;
  font-size: 15px !important;
  line-height: 23px !important;
}
#box-content .vc_col-sm-12.bg-none .vc_column-inner {
  min-height: unset !important;
}
#inner-footer .tnp-submit {
  border: none !important;
  width: 100% !important;
  border-radius: 12px !important;
}


#about-us .vc_col-sm-6 {
    padding-right: 10px;
    padding-left: 10px;
}

#about-us {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    text-align: center;
}
#box-content img {
    width: 70px;
}
    #box-btn:before {
        position: absolute;
        content: '\f061';
        right: -28px;
        font-family: 'FontAwesome';
        background: #9C87FB;
        color: #fff;
        height: 20px;
        width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 65%;
        font-size: 13px;
        line-height: 21px !important;
        top: 4px;
    }
#box-btn {
    background: transparent !important;
    color: #9C87FB;
    font-size: 18px;
    line-height: 26px;
    position: relative !important;
    padding: unset !important;
    margin: unset !important;
}
#faq .toggles p {
    padding: 0px 0px;
    font-size: 12px;
    line-height: 20px;
}
#inner-footer a {
    font-size: 11px;
    line-height: 19px;
}

#inner-footer p br {
    display: none;
}

#inner-footer input#tnp-1 {
    padding: 20px !important;
}

#inner-footer input.tnp-submit {
    font-size: 20px !important;
    line-height: 28px !important;
}
.ftr-list li {
    padding: 5px 0px !important;
}
    #top .container {
        padding: 0px 16px;
        max-width: unset !important;
    }
#main-banner h1 {
    font-size: 30px !important;
    line-height: 38px !important;
    text-align: center;
}
.blk-text p br {
    display: none !important;
}
#box-content .wpb_text_column.wpb_content_element {
    min-height: 30px;
}

    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 74px !important;
    }

#header-outer {
    padding: 0 !important;
}

#footr-web {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#footer-widgets {
    display: none !important;
}

.form-contact .row {
    padding: 0;
}

#contact-bg {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#testimonial-slider .men {
    width: 90px !important;
    position: absolute !important;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    top: -94px;
    bottom: 0 !important;
}

#testimonial-slider {
    padding-bottom: 20px !important;
}

#faq {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#about-us img {
    width: 100%;
}
.slide-item {
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    font-size: 57px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #9c87fb;
    text-transform: capitalize;
    font-family: 'Brotherside Signature' !important;
    justify-content: center !important;
    text-align: center;
    display: block;
}
#banner-content img {
    width: 150px;
    position: relative;
    left: -70px;
}

.form-contact input, .form-contact textarea {
    background: unset;
    border: 1px solid #0000001f;
    padding: 7px 11px !important;
}

#banner-content h4 br {
    display: none;
}

#banner-content h4 {
    color: #fff;
    line-height: 29px;
    text-align: center;
    font-size: 21px;
}

#main-banner p br {
    display: none;
}
    #main-banner .nectar-simple-slider .flickity-prev-next-button.previous {
        left: 0px;
    }
    #main-banner .nectar-simple-slider .flickity-prev-next-button.next {
        right: 0px;
    }

    .nectar-flickity.nectar-simple-slider[data-arrows="true"]:not(.arrow-position-overlapping) .flickity-slider .cell {
        padding: 0 60px;
    }
#main-banner p {
    color: #fff;
    font-size: 11px;
    line-height: 19px;
}
 #main-banner .vc_col-sm-6 {
    margin-bottom: unset !important;
    padding-left: 10px;
    padding-right: 10px;
}
#about-us .row_col_wrap_12.col.span_12.dark {
    margin-right: 0px;
    margin-left: 0px;
}
#about-us h5:before {
 position: absolute !important;
content: '' !important;
background-image: url(https://demo-weblink.com/moving-with-grace/wp-content/uploads/2025/06/home-vector.png) !important;
left: 92px !important;
right: 0 !important; 
top: 0 !important;
bottom: 0 !important;
background-repeat: no-repeat !important;
width: 30px !important;
}

#main-banner {
    text-align: center;
}
#contact-bg h2 {
    color: #fff;
    text-align: left !important;
}

.form-contact {
    background: #fff;
    padding: 30px 16px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#faq h2 {
    color: #13004B;
    text-align: left !important;
}
#about-us h5 {
    position: relative !important;
    left: 0px !important;
}
.form-contact .col {
    margin-bottom: 12px !important;
}
.wpcf7-form p span {
        color: #000;
        font-size: 12px;
        line-height: 20px;
        margin: unset !important;
    }
.form-contact h3 {
    color: #13004B;
    text-align: center;
    font-size: 24px !important;
    line-height: 32px !important;
}
#box-content .vc_col-sm-2.none-col {
    display: none !important;
}
#detail-pg {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#main-banner.inner-banner {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.wpcf7-list-item{
    display: block !important;
    margin-bottom: 4px !important;
}	
}