@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

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

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

p{
  margin-bottom:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

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

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#76297f;
  border:3px solid #a54bcf;
  border-radius:30px 0 30px 30px;
  padding:15px 30px;
  position:relative;
  overflow:hidden;
  z-index:999;
}

.common_btn:before,
.common_btn2:before{
  content:"";
  position:absolute;
  width:0;
  height:0;
  background:#a54bcf;
  right:0;
  top:0;
  transition:all 500ms ease-in-out;
  z-index:-1;
}

.common_btn:hover,
.common_btn2:hover{
  color:#fff;
}

.common_btn:hover:before,
.common_btn2:hover:before{
  width:100%;
  height:100%;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#2b843a;
  border:3px solid #8dc63f;
  border-radius:0 30px 30px 30px;
  padding:15px 30px;
  position:relative;
  overflow:hidden;
  z-index:999;
}

.common_btn2:before{
  background:#8dc63f;
  left:0;
  right:auto;
}

.text-common{
  font-size:16px;
  color:#000;
  line-height:26px;
  padding-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  margin:0; 
  padding:15px 0;
  transition:all 600ms ease-in-out; 
}

.hd-logo{
  width:325px;
  transition:all 600ms ease-in-out; 
}

.header-top{
  padding-bottom:20px;
  transition:all 600ms ease-in-out; 
}

.hd-contact li span{
  margin-right:8px;
  transition:all 600ms ease-in-out; 
}

.hd-contact li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  transition:all 600ms ease-in-out; 
}

.hd-contact li a:hover{
  color:#7dc54a;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    background:#fff;
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:12px 0;
  }

  .navbar-default.navbar-fixed .hd-logo{
    width:250px;
  }

  .navbar-default.navbar-fixed .hd-contact li span img{
    filter:invert(0%) sepia(91%) saturate(7463%) hue-rotate(217deg) brightness(10%) contrast(94%);
  }

  .navbar-default.navbar-fixed .hd-contact li a,
  .navbar-default.navbar-fixed .primary-navigation a{
    color:#1c1c1c;
  }
	
	.navbar-default.navbar-fixed .primary-navigation ul ul a{
		color:#fff;
	}

  .navbar-default.navbar-fixed .hd-contact li a:hover,
  .navbar-default.navbar-fixed .site-navigation .current_page_item > a,
  .navbar-default.navbar-fixed .primary-navigation a:hover{
    color:#7dc54a;
  }

}

/* .home-banner{
  background:url(../images/banner-bg.jpg) no-repeat right top;
  background-size:cover;
  padding-top:170px;
} */

.home-banner .desc{
	left:0;
	bottom:0;
	width:100%;
}

.home-banner:before,
.inner-banner:before,
.error404 .page-header:before{
  content:"";
  position:absolute;
  width:500px;
  height:240px;
  background:url(../images/logo-bg.png) no-repeat center bottom;
  background-size:100%;
  left:0;
  top:0;
  z-index:9;
}

.banner-sm-title{
  font-family: "Cormorant", serif;
  font-size:22px;
  color:#a0ff7a;
  line-height:24px;
  font-weight:600;
  font-style:italic;
  letter-spacing:.04em;
  padding-bottom:10px;
}

.banner-bg-title{
  font-size:52px;
  line-height:60px;
  padding-bottom:20px;
}

.service-panel,
.provider-panel{
  padding:60px 0;
}

.service-sm-title,
.about-sm-title{
  font-family: "Cormorant", serif;
  font-size:22px;
  color:#2b843a;
  line-height:24px;
  font-weight:600;
  font-style:italic;
  letter-spacing:.04em;
  padding-bottom:10px;
}

.service-bg-title,
.about-bg-title,
.provider-bg-title,
.choose-bg-title,
.testimonial-bg-title,
.h-form-titile{
  font-size:46px;
  color:#6e2371;
  line-height:54px;
  padding-bottom:25px;
}

.service-icon{
  background:url(../images/s-icon-bg01.png) no-repeat center center;
  background-size:100%;
  width:90px;
  height:128px;
  line-height:150px;
  text-align:center;
  margin:0 auto;
  transition:all 400ms ease-in-out;
}

.service-box:hover .service-icon{
  background:url(../images/s-icon-bg02.png) no-repeat center center;
  background-size:100%;
}

.service-title{
  font-size:20px;
  color:#010101;
  line-height:26px;
  font-weight:600;
  padding:12px 0 10px;
}

.service-box a.read-more{
  font-size:16px;
  color:#79a054;
  line-height:18px;
  font-weight:500;
  background:url(../images/right-arrow01.png) no-repeat 96% center;
  padding-right:26px;
}

.service-box a:hover{
  background-position:100% center;
}

.about-panel{
  background:url(../images/about-bg.jpg) no-repeat center bottom;
  background-size:cover;
  padding-bottom:100px;
}

.about-box{
  background:rgba(118,41,127,.8);
  width:70%;
  margin:0 auto;
  padding:40px;
}

.about-btn a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#76297f;
  border-radius:0 0 30px 30px;
  padding:14px 30px;
}

.about-btn a:hover{
  background:#2b843a;
}

.provider-img img{
  border-radius:100px 0 0;
}

.choose-top{
  background:#689b23;
  padding:50px 0 100px;
}

.choose-top:before,
.choose-top:after{
  content:"";
  position:absolute;
  width:116px;
  height:95px;
  background:url(../images/choose-bg.png) no-repeat center center;
  left:28%;
  top:0;
  bottom:0;
  margin:auto 0;
}

.choose-top:after{
  left:auto;
  right:28%;
}

.choose-bottom{
  margin-top:-60px;
  padding-bottom:60px;
}

.choose-icon{
  width:120px;
  height:120px;
  line-height:100px;
  background:#fff;
  border:10px solid #8dc63f;
  border-radius:50%;
  margin:0 auto;
}

.choose-title{
  font-size:24px;
  color:#1f1e1e;
  line-height:32px;
  font-weight:600;
  padding-top:20px;
}

.home-form{
  background:url(../images/testimonial-bg.png) no-repeat left top, #7b387e;
  margin-bottom:60px;
  padding-top:60px;
}

.testimonial-bg-title span,
.h-form-titile span{
  display:block;
  font-weight:400;
}

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

.testimonial-box .sp-testimonial-content p{
  font-size:18px !important;
  color:#fff;
  line-height:28px !important;
  font-weight:500 !important;
  text-align:right !important;
  padding:0 !important;
}

.testimonial-box .sp-testimonial-client-name{
  font-size:26px !important;
  color:#7bc04c !important;
  line-height:28px !important;
  font-weight:700 !important;
  text-align:right !important;
}

.testimonial-box .sp-testimonial-client-rating{
  display:block !important;
  text-align:right !important;
}

.h-form-box{
  background:url(../images/form-bg.jpg) no-repeat right top;
  background-size:cover;
  margin-bottom:-60px;
  padding:40px;
}

.footer-top{
  background:linear-gradient(to right, #ab87b1 , #bedd92);
  padding:30px 0 40px;
}

.footer-top:before{
  content:"";
  position:absolute;
  width:369px;
  height:301px;
  background:url(../images/footer-bg.png) no-repeat center center;
  background-size:contain;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
}

.footer-top .upper{
  background:#fff;
  border-radius:70px;
  margin-bottom:40px;
  padding:15px 25px;
}

.footer-title{
  font-size:24px;
  color:#fff;
  line-height:26px;
  font-weight:600;
  padding-bottom:22px;
}

.ft-link li{
  line-height:0;
  margin-bottom:10px;
  position:relative;
}

.ft-link li:last-child,
.ft-contact .section:last-child{
  margin-bottom:0;
}

.ft-link li a{
  font-size:16px;
  color:#010000;
  line-height:18px;
}

.ft-link li a:hover,
.ft-contact .section .text-common a:hover,
.footer-bottom .text-common a{
  color:#6e2371;
}

.ft-contact .section{
  margin-bottom:12px;
}

.ft-contact-title{
  font-size:16px;
  color:#010000;
  line-height:18px;
  font-weight:500;
  padding-bottom:8px;
}

.ft-contact .section .text-common{
  font-size:18px;
  color:#010000;
  line-height:20px;
  font-weight:600;
}

.ft-contact .section .text-common a{
  color:#010000;
}

.ft-map iframe{
  width:100%;
  height:200px;
  margin-bottom:0;
}

.footer-bottom{
  padding:20px 0;
}

#back-button {
  display:inline-block;
  background-color:#76297f;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.page .entry-header,
.error404 .page-header{
  background:url(../images/banner-bg.jpg) no-repeat right top;
  background-size:cover;
  padding:270px 0 120px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-size:40px;
  color:#fff;
  line-height:42px;
  font-weight:700;
  text-align:left;
}

.inner-banner{
	background:#6b2a76;
	padding:65px 0;
	position:relative;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#7bc54a;
  line-height:80px;
  border-radius:0 12px 12px;
  text-align:center;
}

.thumb-conatct .section .text{
  width:75%;
}

.contact-title{
  font-size:24px;
  color:#76297f;
  line-height:26px;
  font-weight:600;
}

.contact-main{
  font-size:17px;
  color:#000;
  line-height:24px;
}

.contact-main a{
  color:#1c1c1c;
  font-weight:500;
}

.contact-main a:hover{
  color:#7bc54a;
}

.thumb-conatct .form-box{
  background:linear-gradient(to right, #ab87b1 , #bedd92);
}

.contact-form .block{
  margin-bottom:15px;
}

.contact-form .block p{
  margin-bottom:0;
}

.contact-form .block label{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact-form .block .form-control{
  height:46px;
  border-radius:0;
  border:none;
  background:#fff;
  font-size:16px;
  color:#494848;
  line-height:20px;
  font-weight:500;
  padding:10px 20px;
}

.contact-form .block .form-control::placeholder{
  color:#494848;
  opacity:1;
}

.contact-form .block .form-control::-ms-input-placeholder{
  color:#494848
}

.contact-form .block .form-control:focus,
.contact-form .block .btn:focus{
  box-shadow:none;
}

.contact-form .block textarea.form-control{
  height:105px;
  resize:none;
}

.contact-form .block select{
  background:url(../images/down-arrow02.png) no-repeat 95% center, #fff !important;
}

.contact-form .block select option{
  color:#000;
}

.contact-form .block .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.contact-form .block .btn{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:600;
  text-transform:inherit;
  background:#76297f;
  width:100%;
  text-align:center;
  border-radius:0;
  padding:13px 30px;
}

.contact-form .block .btn:hover{
  background:#7dc54a;
  color:#fff;
}

.contact-form .block .wpcf7-spinner{
  display:none;
}

.contact-form .block .wpcf7-not-valid-tip{
  font-size:14px;
  margin-top:5px;
}

.contact-form .wpcf7-response-output{
  font-size:14px;
  color:#fff;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.contact-map{
  line-height:0;
}

.contact-map iframe{
  width:100%;
  height:420px;
  margin-bottom:0;
}

.inner-title{
  font-size:36px;
  color:#040105;
  line-height:44px;
  font-weight:700;
}

.inner-title strong,
.cta-title strong{
  color:#76297F;
}

.inner-sm-title{
  font-size:24px;
  color:#1c1c1c;
  line-height:28px;
  font-weight:600;
}

.inner-list li{
  font-size:16px;
  color:#242424;
  line-height:24px;
  font-weight:500;
  background:url(https://serenelinkpartners.com.au/wp-content/uploads/2025/04/tick-icon001-1.png) no-repeat left 2px;
  margin-bottom:10px;
  padding-left:28px;
}

.inner-list li:last-child{
  margin-bottom:0;
}

.inner-sec .testimonial-box{
  border-bottom:none;
  padding-bottom:0;
}

.inner-sec .sp-testimonial-client-image{
  bottom:65px;
}

.about-inner-box{
  min-height:250px;
}

.about-inner-title{
  font-size:22px;
  color:#000;
  line-height:26px;
  font-weight:600;
}

.serv-inner-box{
  min-height:350px;
}

.contact-map iframe{
  width:100%;
  height:450px;
  margin-bottom:0;
}

.bg-color{
  background:#f7f7f7;
}

.cta-title{
  font-size:30px;
  color:#1c1c1c;
  line-height:35px;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#0049a6;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  text-transform:uppercase;
  background:#76297f;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#2b843a;
}

#rmp-menu-wrap-37 .rmp-menu-item-link{
	padding-right:0 !important;
}

@media screen and (max-width:991px){
  .navbar-default{
    background:#fff;
    box-shadow:0 4px 6px rgba(0,0,0,.1);
  }

  .hd-logo{
    width:180px;
  }

  .home-banner{
    margin-top:80px;
  }

  .home-banner:before, 
  .page .entry-header:before, 
  .error404 .page-header:before{
    display:none;
  }

  .about-box{
    width:100%;
  }

  .footer-bottom{
    padding-bottom:70px;
  }

  #back-button{
    right:20px;
    bottom:35px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:80px !important;
    padding:120px 0 100px !important;
  }

  .thumb-conatct .section .text{
    width:72%;
  }
	
	.inner-banner{
		background:none;
		margin-top:80px;
		padding:0;
	}
	
	.inner-banner::before{
		display:none;
	}



}

@media screen and (max-width:767px){
	.home-banner .ms-view,
	.home-banner .ms-slide,
	.home-banner .ms-slide-bgcont{
		height:560px !important;
	}
	
	.home-banner .ms-view img{
		object-fit:cover;
	}
	
	.banner-img{
		width:300px;
		max-width:100%;
		margin:0 auto;
	}
	
  .banner-sm-title,
  .service-sm-title, 
  .about-sm-title{
    font-size:18px;
    line-height:20px;
  }

  .banner-bg-title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:28px;
    line-height:36px;
    padding-bottom:15px;
  }

  .text-common{
    font-size:14px;
    line-height:22px;
  }

  .common_btn,
  .common_btn2,
  .about-btn a,
  .contact-form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .service-panel, 
  .provider-panel{
    padding:35px 0;
  }

  .service-bg-title, 
  .about-bg-title, 
  .provider-bg-title, 
  .choose-bg-title, 
  .testimonial-bg-title, 
  .h-form-titile,
  .inner-title,
  .cta-title{
    font-size:26px;
    line-height:32px;
    padding-bottom:18px;
  }

  .inner-sm-title{
    font-size:18px;
    line-height:25px;
  }

  .inner-list li{
    font-size:14px;
    line-height:22px;
  }

  .service-title{
    font-size:17px;
    line-height:23px;
  }

  .about-box{
    padding:25px;
  }

  .about-panel{
    background-position:left bottom;
    padding-bottom:40px;
  }

  .choose-top{
    padding:30px 0 70px;
  }

  .choose-bottom{
    margin-top:-50px;
    padding-bottom:35px;
  }

  .choose-icon{
    width:100px;
    height:100px;
    line-height:80px;
  }

  .choose-title{
    font-size:18px;
    line-height:25px;
    padding-top:12px;
  }

  .home-form{
    padding-top:35px;
  }

  .testimonial-box .sp-testimonial-content p{
    font-size:15px !important;
    line-height:23px !important;
  }

  .testimonial-box .sp-testimonial-client-name{
    font-size:20px;
    line-height:22px;
  }

  .h-form-box{
    padding:25px;
  }

  .contact-form .block .form-control{
    height:42px;
    font-size:14px;
  }

  .contact-form .block textarea.form-control{
    height:85px;
  }
	
	.footer-top:before{
		width:250px;
	}

  .ft-logo img{
    width:180px;
  }

  .footer-top{
    padding-bottom:30px;
  }

  .footer-top .upper{
    margin-bottom:25px;
  }

  .footer-title{
    font-size:20px;
    line-height:22px;
    padding-bottom:18px;
  }

  .ft-link li a{
    font-size:14px;
    line-height:16px;
  }

  .ft-contact .section .text-common{
    font-size:16px;
    line-height:18px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:80px 0 60px !important;
  }

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    padding-bottom:0;
  }

  .thumb-conatct .section .icon{
    width:65px;
    height:65px;
    line-height:65px;
  }

  .contact-title{
    font-size:20px;
    line-height:22px;
  }

  .contact-main{
    font-size:15px;
  }

  .contact-map iframe{
    height:260px;
  }

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }
	
	.serv-inner-box{
		min-height:auto;
	}
	
	.about-inner-title{
		font-size:17px;
		line-height:24px;
	}

  
}

@media screen and (max-width:575px){
	.home-banner .ms-view, 
	.home-banner .ms-slide, 
	.home-banner .ms-slide-bgcont{
		height:640px !important;
	}

  
}
