* {
padding: 0px;
margin: 0px;
box-sizing: border-box;
}


body {
font-family: "Poppins";
overflow-x:hidden;
}

a {
text-decoration: none !important;
}

ul {
padding: 0px !important;
list-style: none !important;
margin:0px !important;
}

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

@font-face {
font-family: 'Playfair Display';
src: url('../fonts/PlayfairDisplay-Black.eot');
src: url('../fonts/PlayfairDisplay-Black.eot?#iefix') format('embedded-opentype'),
url('../fonts/PlayfairDisplay-Black.woff2') format('woff2'),
url('../fonts/PlayfairDisplay-Black.woff') format('woff'),
url('../fonts/PlayfairDisplay-Black.ttf') format('truetype'),
url('../fonts/PlayfairDisplay-Black.svg#PlayfairDisplay-Black') format('svg');
font-weight: 900;
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;
}

@font-face {
font-family: 'Playfair Display';
src: url('../fonts/PlayfairDisplay-SemiBold.eot');
src: url('../fonts/PlayfairDisplay-SemiBold.eot?#iefix') format('embedded-opentype'),
url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'),
url('../fonts/PlayfairDisplay-SemiBold.woff') format('woff'),
url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype'),
url('../fonts/PlayfairDisplay-SemiBold.svg#PlayfairDisplay-SemiBold') format('svg');
font-weight: 600;
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;
}

.wrapper{
padding-top:80px;
}

/* header-sec */

.header{
position: fixed;
top: 0;
left: 0;
width: 100%;
transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
z-index: 999;
}

.fixed-header {    
top: -47px;
animation: smoothScroll 1s;
z-index: 999;
transition: all 0.5s ease 0s;
}

.fixed-header .menu-sec{
box-shadow: 0 0 6px #00000054;
}

/* btn */

.read-more-btn, .more-link{
border-radius:50px;
background: #ffb6c1;
font-size: 18px;
text-transform: uppercase;
color: #000000;
font-weight: 700; 
padding:15px 32px;
transition:0.5s ease-in-out all 0s;
display:inline-block;
width:fit-content;	
}

.read-more-btn:hover, .more-link:hover{
background:#8f2d82;
color:#fff;
transition:0.5s ease-in-out all 0s;   
}

.read-more-btn2{
background:#fff;
color:#000;
border-radius:50px; 
font-weight: 700; 
padding:15px 32px;
transition:0.5s ease-in-out all 0s;
font-size: 18px;
text-transform: uppercase;
display:inline-block;
width:fit-content;	
}

.read-more-btn2:hover{
background:#8f2d82;
color:#fff; 
transition:0.5s ease-in-out all 0s;  
}

.read-more-btn3{
background:#8f2d82;
border:2px solid #8f2d82;
color:#fff;
border-radius:50px; 
font-weight: 700; 
padding:13px 32px;
transition:0.5s ease-in-out all 0s;
font-size: 18px;
text-transform: uppercase;
display:inline-block;	
}

.read-more-btn3:hover{
background:inherit;
color:#8f2d82;
}

/* topbar */

.topbar-sec{
background:#8f2d81;
padding:6px 0px;   
}

.topbar-sec ul li{
font-size: 14px;
color: #ffffff;
font-weight: 700;
text-align: center;
display:inline-block;
padding:0px 15px;
border-left: 1px solid #ffffff;
}

.topbar-sec ul li:first-child{
border-left:0px;
}

.topbar-sec ul li img{
width:16px;
margin-right:8px;
}

.topbar-sec ul li a{
color: #ffffff;
transition:0.3s ease-in-out all 0s;   
}

.topbar-sec ul li a:hover{
color: #ffb5c1;
transition:0.3s ease-in-out all 0s;    
}

.login-btn{
float:right;
background:#fff;	
font-size:14px;
border:2px solid #fff;
color:#000;
padding:5px 15px;
border-radius:50px;
font-weight:500;
transition:0.5s ease-in-out all 0s;	
}

.login-btn:hover{
transition:0.5s ease-in-out all 0s;	
color:#fff;
background:inherit;	
}

.media-btn {
position: fixed;
top: 40%;
right: -59px;
z-index: 1000;
transform: rotate(90deg);
display:none;	
}

.media-btn .login-btn{
background:#8f2d82;
border-radius:0px 0px 5px 5px;	
border:2px solid #8f2d82;	
color:#fff;	
}

.media-btn .login-btn:hover{
background:#ffb6c1;
border:2px solid #ffb6c1;	
color:#000;	
}

/* menu-sec */

.menu-sec{
background:#fff;
padding:5px 0px;   
}


.menu ul li a{
color:#1b1b1b; 
transition:0.3s ease-in-out all 0s; 
padding:30px 0px;  
}

.menu ul li a:hover{
transition:0.3s ease-in-out all 0s;    
}

.menu ul li a:before {
position: absolute;
content: "";
bottom:27px;
left: 0;
width: 100%;
height:1px;
background: #8f2d82d0;
transform: scaleX(0);
transform-origin: right;
transition: transform 0.5s;
}

.menu ul li a.active:before, .menu .current-menu-item a:before, .menu .current-menu-parent a:before{
transform: scaleX(1);
}

.sub-menu .current_page_item a:before, .sub-menu .menu-item-object-page a:before{
transform: scaleX(0) !important;
}

.menu ul li a:hover:before {
transform: scaleX(1);
transform-origin: left;
}

/* banner-sec */

.banner-sec{
background:url(../images/banner-light-bg.png) #ffb5c1;
padding:40px 0px 0px; 
position: relative; 
z-index:1;  
background-size:100%;
background-repeat:no-repeat;
background-size:cover;
margin-top:146px;
}

.banner-sec:before{
position:absolute;
content:"";
background:url(../images/banner-small-img.png) no-repeat 0 0;
width:100%;
height:100%;
background-position:center 65px; 
top:0;
z-index:-1;
}

.banner-left{
max-width:435px;    
}

.banner-title{
font-size: 44px;
color: #8f2d82;
font-weight: 700;
font-family: "Playfair Display";
line-height:1.3;   
}

.banner-title span{
color:#000000;
font-size:55px;    
}

.banner-para{
font-size: 20px;
line-height: 37px;
color: #000000;
font-weight: 400;
padding:25px 0px 20px;   
}

/* service-sec */

.service-sec{
position: relative;
z-index:1;    
}

.service-sec:before{
position:absolute;
content:"";
background:url(../images/service-texture.png) no-repeat 0 0;
width:100%;
height:100%;
z-index:-1;
background-size:100%;
}

.main-heading{
font-size: 36px;
line-height: 1.3;
text-transform: uppercase;
color: #8f2d82;
font-weight: 700;
font-family: "Playfair Display";   
}

.service-box{
background:#fff;
border-radius: 15px;
box-shadow:0px 0px 10px 0px #00000038;
margin-top:30px;
height:94%;
}

.service-img{
position: relative;
}

.service-img:before{
position:absolute;
content:"";
background:url(../images/service-img-bottom.png) no-repeat;
width:100%;
height:11px; 
bottom:-1px;
left:0px;
background-size:100%;  
}

.service-img img{
border-radius:15px 15px 0px 0px;
width:100%;
}

.service-text-part{
padding:12px 12px 20px;
position: relative;
z-index:1;   
}

.service-box-heading{
font-size: 16px;
line-height:1.3;
color: #222222;
font-weight: 900;
font-family: "Playfair Display";
padding-left:84px;
}

.service-box-para{
font-size: 14px;
line-height: 24px;
color: #1a1a1a;
font-weight: 400;
padding:10px 0px 10px;
text-indent: 84px;
position: relative;
}

.service-box-para:before{
position:absolute;
content:"";
background-size:contain; 
left:0px;
top:-90px;
z-index:-1;  
}

.service-box-para1:before{
background:url(../images/sil-icon.png) no-repeat 0 0;    
width:100%;
height:109px;
}

.service-box-para2:before{
background:url(../images/community-access-icon.png) no-repeat 0 0;    
width:100%;
height:125px;
}

.service-box-para3:before{
background:url(../images/self-care-icon.png) no-repeat 0 0;    
width:100%;
height:126px;
}

.service-box-para4:before{
background:url(../images/personal-care-icon.png) no-repeat 0 0;    
width:100%;
height:114px;
}

.service-box-para5:before{
background:url(../images/household-icon.png) no-repeat 0 0;    
width:100%;
height:102px;
}

.service-box-para6:before{
background:url(../images/daily-task-icon.png) no-repeat 0 0;    
width:100%;
height:126px;
}

.service-box-para7:before{
background:url(../images/life-skill-icon.png) no-repeat 0 0;    
width:100%;
height:135px;
top:-100px;
}

.service-box-para8:before{
background:url(../images/appointment-icon.png) no-repeat 0 0;    
width:100%;
height:120px;
}

.service-box-para9:before{
background:url(../images/transport-icon.png) no-repeat 0 0;    
top:-75px;
width:100%;
height:94px;
}

.service-box-para10:before{
background:url(../images/funding-icon.png) no-repeat 0 0;    
width:100%;
height:103px;
}

.service-box-para11:before{
background:url(../images/support-icon.png) no-repeat 0 0;
top:-110px;	
width:100%;
height:140px;
}

.read-more-link{
font-size: 14px;
line-height: 21px;
text-transform: uppercase;
color: #8f2d82;
font-weight: 900;
border-bottom:1px solid #8f2d82;
font-family: "Playfair Display";
transition:0.3s ease-in-out all 0s;    
}

.read-more-link:hover{
transition:0.3s ease-in-out all 0s; 
color:#f7a0ae;  
border-color:#f7a0ae; 
}

/* activity-sec */

.activity-sec{
position: relative;
z-index:1; 
height:500px;  
}

.activity-sec:before{
position:absolute;
content:"";
background:url(../images/activity-shape.png) no-repeat 0 0;
width:100%;
height:100%;
background-size:100%;
z-index:-1; 
top:40%;  
background-position:top;
}

.activity-sec:after{
position:absolute;
content:"";
background:url(../images/activity-star.png) no-repeat 0 0;
width:100%;
height:52px; 
z-index:-1;
top:20%; 
background-position:center; 
background-size:contain; 
}

.activity-text-part{
padding:0px 20%;
}

.activity-text-part .main-heading{
padding-bottom:15px;   
}

.about-para{
font-size: 16px;
line-height: 30px;
color: #080808;
font-weight: 400;
}


.card{
border-radius:20px;
border:0px;
box-shadow:0px 0px 10px 0px #00000020;
position: relative;
z-index:0; 
background:inherit;  
}

.card-body{
background:#fff; 
border-radius:20px;   
animation: swing ease-in-out 2s infinite alternate; 
}

@keyframes swing {
0% { transform: rotate(2deg); }
100% { transform: rotate(-2deg); }
}

.card1{
top: 53%;
position: absolute;
left: -25px;
transform: rotate(15deg);
}

.card2{
top:64%;
position:absolute;
left:19.5%;
transform: rotate(5deg);
}

.card3{
top:67%;
position: absolute;
left: 50%;
transform: translate(-50%, 0);
}

.card4{
top:64%;
position: absolute;
right:19.5%;
transform: rotate(-5deg);
}

.card5{
top:53%;
position: absolute;
right: -25px;
transform: rotate(-15deg);
}

.card:before{
position:absolute;
content:"";
background:#fff;  
width: 12px;
height: 12px;
border-radius:50%;
z-index:2;
left:50%;
top:-25px;
transform:translateX(-50%);
}

.card:after{
position:absolute;
content:"";
background: #ffb6c1;
border: 1px solid #f69eab; 
width:27px;
height:40px;
border-radius:5px;
z-index:1;
top:-32px;
left:50%;
transform:translateX(-50%);
}

.card img{
border-radius:20px;
width:100%;
}

.card-text{
font-size: 18px;
line-height: 30px;
color: #080808;
font-weight: 700;
font-family: "Playfair Display";
text-align: center; 
padding:10px 0px 0px;  
}

/* about-sec */

.about-sec{
position: relative;
z-index:1;
}

.about-sec:before{
position:absolute;
content:"";
background:url(../images/about-texture2.png) no-repeat 0 0;
width:504px;
height:702px;
background-size:contain;
z-index:-1; 
background-position:bottom; 
right:0px;
top:10px;
}

.about-left{
position: relative;
z-index:1;
}

.about-left:before{
position:absolute;
content:"";
background:url(../images/about-texture.png) no-repeat 0 0;
width:563px;
height:428px;
background-size:contain;
z-index:-1;  
top:27px;
left:-40px;  
}

.about-sec{
margin-top:80px;
position: relative;
z-index:2;
}

.about-sec .main-heading{
padding-bottom:15px;
}

.about-sec .about-para{
padding-bottom:30px;
}

/* wcu-sec */

.wcu-sec{
background:url(../images/wcu-bg-texture.png) #ffedef no-repeat 0 0;  
margin-top:120px; 
background-repeat:no-repeat;
background-size:100%;
position: relative;
z-index:1;
padding:80px 0px; 
}

.wcu-sec:before{
position:absolute;
content:""; 
background:url(../images/wcu-star-img.png) no-repeat 0 0;
width:100%;
height:100%;
z-index:-1;
left:0px;
top:0px;
background-position:center;  
}

.wcu-sec .main-heading{
padding-bottom:110px;
}

.icon-text-body{
display:flex;
align-items:center;
margin-bottom:70px;    
}

.icon-box{
width: 59px;
height: 59px;
border-radius:50px;
background: #ffb6c1;
display:flex;
align-items:center;
justify-content:center;    
}

.wcu-text-part{
max-width:75%;    
}

.wcu-box-heading{
font-size: 20px;
color: #151515;
font-weight: 700;
font-family: "Playfair Display"; 
line-height:1.3;
padding-bottom:8px;   
}

.wcu-box-para{
font-size: 14px;
color: #151515;
font-weight: 400;   
}

.wcu-img{
position: relative; 
z-index:1;   
}

.wcu-img:before{
position:absolute;
content:"";
background:url(../images/wcu-circle.png) no-repeat 0 0;
width:100%;
height:100%;
z-index:-1;
background-size:contain;
left:0px;
top:-50px;    
}

/* testimonial-sec */

.testimonial-sec{
background:url(../images/testimonial-star.png) no-repeat 0 0;
background-position:35% bottom;    
} 

.sp-testimonial-free{
margin-top:70px !important; 
padding:30px 38px; 
position: relative; 
background-image:url(../images/quote.png) !important;
background-repeat:no-repeat !important; 
background-position:60px 15px !important;
}

.sp-testimonial-free-wrapper{
overflow:inherit !important;
}

.sp-testimonial-free:before{
position:absolute;
content:"";
width: 207px;
height: 207px;
border-radius:50%;
background: #fff9fa;
top:-30px;
left:30px;
z-index:-1;    
}

.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid){
margin:0px -20px !important;
}

.sp-testimonial-content {
display: block !important;
height: 200px;
overflow: auto;
scrollbar-width: thin;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
font-size: 14px !important;
line-height: 24px !important;
color: #040404 !important;
font-weight: 400 !important;
text-align:left !important;
padding-left:40px !important;
padding-right:10px !important;    
}

.sp-testimonial-client-name{
font-size: 14px !important;
line-height: 24px !important;
color: #040404 !important;
font-weight: 700 !important; 
text-align:right !important;
font-style:italic !important;   
}

.sp-testimonial-client-rating{
position:absolute;
left:116px;
top:0px;
}

.sp-testimonial-free-section .testimonial-nav-arrow{
transform:translate(0px) !important;
} 

.fa-angle-right:before{
position:absolute;
content:"";
background:url(../images/right-arrow.png) no-repeat 0 0;
width:16px;
height:29px;
background-size:contain;
right:-30px;
top:0%;
}

.fa-angle-left:before{
position:absolute;
content:"";
background:url(../images/left-arrow.png) no-repeat 0 0;
width:16px;
height:29px;
background-size:contain;
left:-30px;
top:0%;
}

/* footer-sec */

.footer-sec{
background:url(../images/footer-texture.png) #290123; 
padding:80px 0px 0px; 
background-repeat:no-repeat;
background-size:cover; 
margin-top:60px;
}

.page-id-7 .footer-sec{
margin-top:80px;   
}

.footer-heading{
font-size: 18px;
text-transform: uppercase;
color: #ffffff;
font-weight: 700;
padding-bottom:15px;    
}

.footer-menu ul li{
font-size: 14px;
line-height: 32px;
font-weight: 400;   
}

.footer-menu ul li a{
color: #ffffff;
transition:0.3s ease-in-out all 0s;
}

.contact-info ul li{
font-size: 14px;
color: #ffffff;
font-weight: 400; 
line-height: 40px;
position: relative;
padding-left:40px;
margin-bottom:12px;  
}


.contact-info ul li:nth-child(2){
line-height:20px;
}

.contact-info ul li a{
color: #ffffff;
transition:0.3s ease-in-out all 0s;    
}


.social-icons ul li, .social-icons ul li span{
position:inherit !important;
}

.social-icons ul li{
float:left;
margin-right:15px;
}

.contact-info ul li span, .social-icons ul li span{
position:absolute;
content:"";
top:7px;
left:0px;
width: 28px;
height: 28px;
border-radius: 14px;
background: #ffb6c1;
display:flex;
align-items:center;
justify-content:center;
}

.contact-info ul li span img, .social-icons ul li span img{
width:14px;
}

.copyright-text{
font-size: 14px;
color: #ffffff;
font-weight: 400;
text-align:center; 
padding:20px 15px; 
margin-top:30px;
border-top:1px solid #ffffff40;  
}

.copyright-text a{
color:#fff;
}

.contact-info ul li a:hover, .footer-menu ul li a:hover, .copyright-text a:hover {
color:#ffb6c1;
transition:0.3s ease-in-out all 0s;    
}

/* scroll to top */

#top {
background:#ffb6c1;
border-radius: 50px 50px 50px 50px;
padding:5px;
bottom: 0;
color: #ffffff;
height:50px;
position: fixed;
right: 20px;
bottom: 60px;
text-align: center;
text-transform: uppercase;
width:50px;
opacity: 0;
z-index: 10000;
font-size: 0;
border: 0;
transition: all 0.2s ease-in-out 0s;
cursor: pointer;
outline: none;

.fa-chevron-up {
line-height: 35px;
-webkit-font-smoothing: antialiased;
font-family: "FontAwesome";
font-size: 22px;
}
}
#top.show {
opacity: 1;
}

.site-content, .site-main .widecolumn {
margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
background: url("../images/inner-banner.jpg") no-repeat !important;
background-size: cover !important;
max-width: 100% !important;
padding: 240px 0 80px !important;
margin: 146px 0 0px !important;
position: relative;
overflow: hidden;
text-align: center;
}

.blog_page_header{
margin-bottom:60px !important;	
}

.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:500;
text-transform: none;
z-index: 99;
margin-bottom: 3px;
}
.breadcrumb-container {
width: 100%;
color: #fff;
position: relative;
font-size: 15px;
}
.breadcrumb-container a {
color: #ffb6c1;
}
.page {
margin-top: 0 !important;
}

/* inner-sec */

.inner-sec{
margin-top:60px;	
}

.inner-heading{
color:#8f2d82;
font-family: "Playfair Display";
font-size:27px;	
font-weight: 700;
padding-bottom:20px;
line-height:1.3;
position:relative;	
}

.inner-heading:before{
position:absolute;
content:"";
width:40px;
height:2px;
background:#8f2d82; 
left:0px;  
bottom:10px;
border-radius:4px;
}

.centered:before{
left:50%;
transform: translateX(-50%);
}

.inner-para, .call-para{
font-size: 16px;
line-height: 30px;
color: #080808;
font-weight: 400;
padding-bottom:10px;
}

.inner-list{
padding-bottom:10px;	
}

.inner-list ul li{
padding-left:20px;
position:relative;	
font-size: 16px;
line-height: 36px;
color: #080808;
font-weight: 400;	
}

.inner-list ul li:before {
  content: '\2713';
  display: inline-block;
  color:#8f2d82;
  font-weight:700;
  position:absolute;
  left:0px;
  top:2px;
}

.call-bg{
background:#ffedef;	
padding:35px;
text-align:center;
border-radius:20px;	
}

.call-heading{
font-size:28px;
color: #8f2d82;
font-weight: 700;
font-family: "Playfair Display";
padding-bottom:20px;
position:relative;	
}

.call-heading:before{
position:absolute;
content:"";
width:40px;
height:2px;
background:#8f2d82; 
left:50%;
transform: translateX(-50%); 
bottom:10px;
border-radius:4px;
}

.call-para{
padding-bottom:0px;	
}

.inner-para:last-child{
padding-bottom:0px;
}

.inner-para p:last-child, .call-para p:last-child{
margin-bottom:0px;
}

.inner-service-box{
background:#8f2d81;
height:100%;
border-radius:10px;
padding:25px;
color:#fff;	
}

.inner-service-heading{
font-family: "Playfair Display";
font-size:22px;	
font-weight:700;	
padding-bottom:10px;
text-align:center;	
}

.inner-service-box .inner-para{
color:#fff;	
text-align:center;	
}

.inner-service-box .inner-list ul li{
color:#fff;	
}

.inner-service-box .inner-list ul li:before{
color:#fff;	
}

/* contact-us */

.ref_form_box{
filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.09));
padding: 35px;
border-radius:10px;
background:#fff; 
margin-bottom:30px;
}

.ref_form_box .inner-heading p{
margin-bottom:0px !important;
}

.ref_form_box_label{
margin-top:7px;
color:#171717;
}

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

.ref_form_box_input p{margin-bottom:0px;}

.ref_form_box_input input, .ref_form_box_input .wpcf7-select {
border-radius: 3px;
background: #eee;
border: 1px solid #e1e1e1;
font-size: 15px;
color: #181818;
font-weight: 400;
padding:10px 15px;
width:100%;	
outline:none;	
}

.ref_form_box_input .wpcf7-select{
padding:10px 15px;   
}

.ref_form_box_input .wpcf7-file{
padding:7px 15px;     
}

.ref_form_box_input textarea {
border-radius: 3px;
height:144px;
background: #eee;
border: 1px solid #e1e1e1;
font-size: 15px;
color: #181818;
font-weight: 400;
padding:12px 15px;
}


::placeholder{color:#181818 !important;}

.contact_page_info {
position: relative;
padding-left: 47px;
color:#080808;
margin-top: 25px;
font-weight:400;
}

.contact_page_info img {
position: absolute;
top: 7px;
left: 0;
width: 35px !important;
border-radius:0px;
}

.contact_page_info strong{
color:#080808;
}

.contact_page_info a{
color:#080808;
text-decoration:none !important;
transition:0.5s ease-in-out all 0s;
}

.contact_page_info a:hover{
transition:0.5s ease-in-out all 0s;
color:#8f2d81; 
}

span.wpcf7-list-item {
margin: 0 !important;
display: block;
}
.wpcf7-list-item label {
display: block;
position: relative;
margin-top: 8px;
color:#080808;
cursor: pointer;
font-size: 16px;
-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:#ffb6c1;
border:inherit;
}
.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 #000;
border-width: 0 1px 1px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.wpcf7-submit{
padding:15px 40px !important;
border-radius:50px !important;
background:#ffb6c1 !important;
color:#000 !important;
font-size: 17px !important;
text-transform: uppercase !important;
font-weight: 600 !important;
display:inline-block !important;
margin-top:10px !important;
transition:0.5s ease-in-out all 0s !important;
}

.wpcf7-submit:hover, .wpcf7-submit:active, .wpcf7-submit:focus{
transition:0.5s ease-in-out all 0s !important;   
background:#8f2d82 !important;
color:#fff !important;
}

/* error message */

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

/* blog */

.more-link{
display:block;
margin-top:20px;
width:fit-content;
font-size:16px;	
padding:13px 32px;	
}


.wp-block-heading {
  border-top: 3px solid #8f2d82;
  color:#000;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 18px;
  padding-top: 7px;
  text-transform: uppercase;
}

.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:#626262 !important;
transition:0.3s ease-in-out all 0s;	
}

.content-sidebar .widget a:hover {
 color:#8f2d82 !important;
transition:0.3s ease-in-out all 0s;		
}

.entry-title a:hover, .entry-meta a:hover {
	color: #8f2d82 !important;
}

/* footer-fixed */

.footer-fixed-buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer-btn1 {
	background:#ffb6c1;
	color: #000 !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: 9px 12px 0;
}
.footer-btn3 {
	background:#8f2d82;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}

/* responsive */

@media only screen and (max-width : 767px) {
.banner-sec{padding:40px 0px 30px !important;}	
.about-left:before{left:0px;}
.about-sec:before{top:inherit;bottom:-60px;}
.wcu-text-part{max-width:72% !important;}
.wcu-img{margin:60px 0px 30px;}	
}


@media only screen and (min-width : 300px) and (max-width : 1023px) {
.primary-navigation, .topbar-sec, .menu-btn{display:none;}
.logo a img{width:120px;}
.fixed-header{top:0px;}
.banner-sec, .page .entry-header, .blog_page_header{margin-top:81px !important;}
.activity-sec{height:auto;}	
.card{position:static;transform:inherit;margin-top:30px;}
.card:before, .card:after, .activity-sec:before{display:none;}
.card-body{animation:none;}	
.about-left:before{width:300px;}	
.about-sec:before{width:220px;}	
.wcu-sec{margin-top:60px;}
.wcu-sec .main-heading{padding-bottom:50px;}	
.fa-angle-right:before, .fa-angle-left:before{display:none;}
.copyright-text{padding-bottom:60px;}
.upper-arrow{bottom:80px !important;}
.media-btn{display:block;}	
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
.banner-sec{padding-top:20px;}	
.banner-title{font-size:24px;}
.banner-title span{font-size:30px;display:block;}
.banner-para{font-size:16px;padding:15px 0px;}
.banner-btns a{padding:15px 24px;font-size:15px;}
.wrapper{padding-top:60px;}
.about-sec{margin-top:0px;}	
.main-heading{font-size:30px;}
.activity-text-part{padding:0 6%;}
.card-text{font-size:16px;}	
.wcu-sec{padding:60px 0px;}	
.wcu-text-part{max-width:64%;}
.wcu-box-heading{font-size:18px;}	
.icon-text-body{margin-bottom:30px;}
.footer-sec{padding-top:60px !important;margin-top:60px !important;}	
.page .entry-header, .blog_page_header{padding-top:80px !important;}
.page .entry-title, .blog_page_title{font-size:28px;}	
}

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

}

@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) {
.wcu-text-part{max-width:64%;}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.wcu-text-part{max-width:64%;}		
}

/* 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) {

}

/* 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) {

}

/* 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) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width:1199px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.primary-navigation li{margin-right:40px !important;}
.topbar-sec ul li{padding:0px 12px;}	
.login-btn{padding:5px 11px;font-size:13px;}
.service-img:before{bottom:-3px;}
.about-sec{margin-top:0px;}	
.about-sec:before{width:250px;top:-21px;}
.activity-sec{height:540px;}	
.activity-sec .card{width:210px;}
.card1, .card5{top:50%;}
.card2, .card4{top:58%;}
.card3{top:61%;}	
}


/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width:1199px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.primary-navigation li{margin-right:40px !important;}
.topbar-sec ul li{padding:0px 12px;}		
.login-btn{padding:5px 11px;font-size:13px;}
.service-img:before{bottom:-3px;}
.about-sec{margin-top:0px;}		
.about-sec:before{width:250px;top:-21px;}
.activity-sec{height:540px;}	
.activity-sec .card{width:210px;}
.card1, .card5{top:50%;}
.card2, .card4{top:58%;}
.card3{top:61%;}
}

@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) {

}

