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

/* <style>
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  font-family: "Poppins", sans-serif;
  </style>     */

body {
  font-family: "Poppins";
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0px;
  list-style: none;
}

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


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

@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-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;
}



.wrapper{
  margin-top:80px;
}

/* btns */

.read-more-btn1{
  background: #783287;
  padding:13px 25px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  border:2px solid #783287;
  border-radius:50px;
  transition:0.5s ease-in-out all 0s;
}

.read-more-btn1:hover{
  background:transparent;
  color:#783287;
  transition:0.5s ease-in-out all 0s;
}

.read-more-btn2{
  background: #f99b22;
  padding:13px 25px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  border:2px solid #f99b22;
  border-radius:50px;
  transition:0.5s ease-in-out all 0s;
}

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

/* topbar-sec */

.topbar{
 background:#773187;
 padding:10px 0px;
}

.topbar-left ul, .topbar-right ul{
  margin-bottom:0px;
}

.topbar-left ul li{
  float:left;
}

.topbar-left ul li{
  font-size: 14px;
  font-weight: 400;
  margin-right:23px;
}

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

.topbar-left ul li a{
  color: #ffffff;
}

.social-text{
  float: inline-start;
  color:#fff;
}

.topbar-right ul li{
float: left;
margin-right:6px;
}

.topbar-right ul li:last-child{
  margin-right:0px;
}

/* menubar-sec */

.logo img{
  width:219px;
  margin-top:6px;
}

.menubar{
  background:#fff;
}

.menu ul{
  margin-bottom:0px;
  margin-left:-40px;
}

.menu ul li{
  float:left;
  font-size: 14px;
  font-weight: 400;
  margin:0px 23px;
}

.menu ul li a{
  color: #111111;
  padding:35px 0px;
  display:block;
}

.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;
	background:#fff;
}
.fixed-header {    
	top: -44px;
	animation: smoothScroll 1s;
	z-index: 999;
  transition: all 0.5s ease 0s;
	box-shadow: 0 0 4px #aeaeae;
}

/* banner-sec */

.master-slider {
position: relative !important;
z-index:2;
}

.banner-sec{
  position: relative;
  margin-top:135px;
}

.master-slider:before{
  position:absolute;
  content:"";
  background: rgb(249,155,34);
  background: linear-gradient(180deg, rgba(249,155,34,0.9332107843137255) 0%, rgba(249,155,34,0.2049194677871149) 25%,     rgba(249,155,34,0) 50%, rgba(249,155,34,0) 75%, rgba(249,155,34,0) 100%);
  width:100%;
  height:100%;
  z-index:1;
}

.master-slider:after{
  position: absolute;
  content: "";
  background: url(../images/banner-bottom-texture.png) no-repeat 0 0;
  width: 100%;
  height: 100%;
  background-position: bottom center;
  bottom: 0px;
  left: 0px;
  background-size: contain;
  z-index:0;
}

.ms-slide-info{
  position:absolute !important;
  top:22%;
  left:50%;
  transform:translate(-50%, -50%);
  z-index:2;
  margin-top:0px !important;
}

.banner-small-text{
font-size: 30px;
color: #ffffff;
font-weight: 700;
font-family: "Playfair Display";
text-align:center;	
text-shadow:-1px 0px 5px #00000020;	
}

.banner-large-text{
font-size: 50px;
color: #ffffff;
font-weight: 900;
font-family: "Playfair Display";
text-align:center;	
	text-shadow:-1px 0px 5px #00000020;	
}

.banner-para{
	padding:10px 0px 5px 0px;
	color:#fff;
	max-width:750px;
    margin:auto;
	text-shadow:-1px 0px 5px #00000020;	
}

.banner-btns{
  text-align:center;
  margin-top:28px; 
}

.ms-info a{
	margin:0px 10px;
}

.ms-info a, .ms-info a:hover{
transition:0.5s ease-in-out all 0s !important;
}


/* about-us-sec */

.about-img{
  border: 5px solid #6b2a76;
  border-radius:20px;
}

.about-us-sec img{
  border-radius:40px;
  padding:20px;
}

.main-heading{
  font-size: 36px;
  color: #783287;
  font-weight: 900;
  font-family: "Playfair Display";
  padding-bottom:15px;
}

.main-heading span{
  color:#f99b22;
}

.about-para{
font-size: 16px;
line-height: 32px;
color: #1f1f1f;
font-weight: 400;
padding-bottom:20px;
}

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

/* core-values-sec */

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

.core-sec:before{
  position:absolute;
  content:"";
  background:url(../images/core-sec-texture.png) no-repeat 0 0;
  width:100%;
  height:100%;
  background-position:bottom center;
  background-size:contain;
  z-index:-1;
  opacity:0.9;
  bottom:0px;
  left:0px;
}

.core-sec .main-heading{
  text-align:center;
  padding-bottom:40px;
}

.icon-box{
width: 94px;
height: 94px;
border-radius:50%;
background-color: #f99b22;
text-align:center;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
outline:1px solid #6b2a76;
outline-offset:10px;
outline-style:dashed;
}

.icon-box-heading{
font-size: 20px;
color: #000000;
font-weight: 600;
padding:25px 0px 5px 0px;
}

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

/* our-services-sec */

.service-sec{
  background-color:#fff8ee;
  background-image:url(../images/service-texture.png);
  padding:90px 0px;
  position:relative;
  z-index:1;
  background-size:cover;
}

.service-sec .main-heading{
  padding-bottom:40px;
  text-align:center;
}

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

.service-sec:after{
  position:absolute;
  content:"";
  background:url(../images/bottom-texture.png) no-repeat 0 0;
  width:100%;
  height:100%;
  background-position:bottom center;
  bottom:-33px;
  left:0px;
  background-size:contain;
  z-index:-1;
}

.service-sec .card{
  border:0px;
  border-radius:20px 0px 20px 0px;
  box-shadow:0px 0px 10px 1px #0000001c;
  height:100%;
}

.card img{
  border-radius:20px 0px 20px 0px;
}

.card-body{
  padding:25px 20px;
}

.card-title{
font-size: 18px;
color: #783287;
font-weight: 900;
font-family: "Playfair Display";
}

.card-para{
font-size: 14px;
line-height: 24px;
color: #2f2f2f;
font-weight: 400;
padding-bottom:5px;
}

.read-more-text{
font-size: 14px;
line-height: 24px;
text-decoration: underline;
color: #f99b22;
font-weight: 700;
text-underline-offset:2px;
transition:0.3s ease-in-out all 0s;
}

.read-more-text:hover{
  transition:0.3s ease-in-out all 0s;
  color:#773187;
}

/* wcu-sec */

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

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

.wcu-icon-box{
width: 107px;
height: 107px;
border-radius:50%;
background-color: #783287;
border: 5px solid #dd87ef;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
}

.wcu-icon-box2{
  background: #f99b22;
  border: 5px solid #fadcb6;
}

.wcu-title{
font-size: 18px;
color: #783287;
font-weight: 900;
font-family: "Playfair Display";
text-align:center;
padding:10px 0px 5px 0px;
}

.wcu-title2{
  color: #f99b22;
}

.wcu-para{
font-size: 14px;
line-height: 22px;
color: #2a2a2a;
font-weight: 400;
text-align:center;
padding-bottom:5px;
}

.wcu-sec .read-more-text{
  margin:auto;
  display:table;
}

.wcu-sec .read-more-text2{
  color:#783287;
  transition:0.3s ease-in-out all 0s;
}

.wcu-sec .read-more-text2:hover{
  transition:0.3s ease-in-out all 0s;
  color:#f99b22;
}

.wcu-box-set1{
width:192px;
position:absolute;
top:50%;
left:3%;
}
  
.wcu-box-set2{
width:203px;
position:absolute;
top:29%;
left:15%;

}
  
.wcu-box-set3{
width:186px;
position:absolute;
top:16%;
left:32%;

}

.wcu-box-set4{
  width:180px;
  position:absolute;
  top:16%;
  left:53%;
  
}

.wcu-box-set5{
  width:180px;
  position:absolute;
  top:29%;
  left:70%;
  
}

.wcu-box-set6{
  width:190px;
  position:absolute;
  top:50%;
  left:83%; 
}

/* testimonial-sec */

.testim-sec .main-heading{
padding-bottom:40px;
}

.sp-testimonial-free{
  background:#fff !important;
  padding:50px 37px !important;
  box-shadow:0px 0px 8px 1px #00000011;
  margin:10px;
  position: relative;
  border-radius:10px !important;
  filter:drop-shadow(8px 8px 0px #f99b22);
}



.sp-testimonial-free:after{
  position:absolute;
  content:"";
  width:52px;
  height:48px;
  background:url(../images/quote.png) no-repeat 0 0;
  top:30px;
  right:25px;
}
.swiper-slide-next .sp-testimonial-free{
  filter:drop-shadow(8px 8px 0px #783287) !important;
}
.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid){
margin:0px !important;
}

.sp-testimonial-client-image{
  text-align:left !important;
}

.sp-testimonial-client-name{
font-size: 18px !important;
color: #231f20 !important;
font-weight: 500 !important;
position:absolute;
top:60px;
left:120px;
}

.sp-testimonial-client-rating{
  position:absolute;
  top:86px;
  left:120px;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p{
  padding:0px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #7e7e7e !important;
  font-weight: 400 !important;
  text-align:left !important;
  margin-bottom:0px !important;
}

/* footer-sec */

.footer{
  background:#783287;
  padding:70px 0px 0px 0px;
  position: relative;
  z-index:1;
  margin-top:60px;
}

.page-id-8 .footer{
  margin-top:120px;
}

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

.footer-logo{width:166px;}

.footer-heading{
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom:15px;
  font-family: "Playfair Display";
}

.footer-menu{
  margin-bottom:0px;
}

.footer-menu li{
font-size: 14px;
line-height: 30px;
font-weight: 400;
position: relative;
}


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

.footer-menu li a:hover{
  padding-left:2px;
  color:#f99b22;
  transition:0.3s ease-in-out all 0s;
}

.footer-contact-info li {
  line-height: 26px;
}

.footer-contact-info li {
  padding-left: 42px;
}

.footer-contact-info li span {
  position: absolute;
  top: -2px;
  left: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f99b22;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s ease-in-out all 0s;
  cursor: pointer;
}

.footer-contact-info li span img{
  width:16px;
}

.footer-contact-info li:before{
  display:none;
}

.flag-row{
  margin-top:50px;
}

.flag-para{
font-size: 14px;
line-height: 24px;
color: #ffffff;
font-weight: 400;
}

.copy-right{
  color:#fff;
  font-size:14px;
  margin-top:40px;
  padding:15px 30px;
  border-top:1px solid #fff;
}

.copy-right a{
  color:#fff;
  transition:0.3s ease-in-out all 0s;
}

.copy-right a:hover{
  color:#f99b22;
  transition:0.3s ease-in-out all 0s;
}

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

.social-icons li a img{
	width:32px;
}

.footer-ndis-logo{
	margin-top:15px;
}

/* scroll to top */

#top {
  background-color: #f99b22;
  border-radius: 50px 50px 50px 50px;
  bottom: 0;
  color: #ffffff;
  height: 48px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 48px;
  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") #eee no-repeat center !important;
  background-size: cover !important;
  max-width: 100% !important;
  padding: 140px 0 140px !important;
  margin: 135px 0 0px !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-header:after, .blog_page_header:after{
  position: absolute;
  content: "";
  background: url(../images/banner-bottom-texture.png) no-repeat 0 0;
  width: 100%;
  height: 100%;
  background-position: bottom center;
  bottom: 0px;
  left: 0px;
  background-size: contain;
  z-index: 0;
}

.page .entry-content {
max-width: 100% !important;
padding: 0px !important;
}
.content-area, .content-sidebar {
  padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
  color: #fff;
position: relative;
  font-size: 32px;
font-weight: 600;
  text-transform: none;
  z-index: 99;
margin-bottom: 3px;
}
.breadcrumb-container {
  width: 100%;
color: #fff;
position: relative;
font-size: 15px;
z-index:1;
}
.breadcrumb-container a, .breadcrumb-container a:hover {
color: #f99b22;
}

.page {
margin-top: 0 !important;
}

/* inner-wcu */

.inner-wcu-box{
	background:#f99b22;
	height:100%;
	border-radius:10px;
	padding:30px 20px;
	height:100%;
}

.inner-wcu-icon-box{
	width:80px;
	height:80px;
	background:#773187;
	border-radius:50%;
	margin:auto;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
}


.inner-wcu-title{
	font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    padding:10px 0px 5px;
    font-family: "Playfair Display";
	text-align:center;
}

.inner-wcu-para{
	text-align:center;
	color:#fff;
}
/* 
review */

.testimonial-box{
	background:#fff;
	border:1px solid #f99b2260;
	padding:30px;
	height:100%;
}

.testimonial-para{
	color:#1f1f1f;
	padding:15px 0px 5px 0px;
}

.testimonial-name{
	color:#f99b22;
	font-size:18px;
	font-family: "Playfair Display";
}

/* ----- */

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

.inner-heading {
    font-size: 26px;
    color:#773187;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
	font-family: "Playfair Display";
}

.inner-small-heading{
	color:#773187;
	font-weight: 600;
	margin-bottom: 5px;
	font-family: "Playfair Display";
}

.inner-heading:before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 35px;
    border-bottom: 2px solid #773187;
}

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

.inner-para{
    font-size: 16px;
    color: #1f1f1f;
    line-height: 26px;
    margin-bottom: 12px;
}

.inner-para strong{
	padding-bottom:10px;
	font-size:18px;
	display:inline-block;
	color:#773187;
	font-weight:700;
}

.inner-page-mid-sec {
    background: #f2f2f2;
    padding: 60px 0;
    margin: 60px 0;
}

.about-mid-box-inner {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    min-height: 100%;
    border-radius: 8px;
    padding: 30px 25px;
}

.about-mid-box-inner img{
	width:60px;
}

.about-mid-box-heading{
	color: #008a95;
    font-weight: 600;
    font-size: 22px;
	margin:10px 0px;
}

.call-sec-bg{
	background: #f99b22;
    margin-top: 60px;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
}

.call-sec-heading{
	font-weight: 600;
    font-size: 25px;
    color: #fff;
    line-height: 31px;
    position: relative;
    padding-bottom: 12px;
	font-family: "Playfair Display";
}

.call-sec-heading:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 30px;
    transform: translate(-50%, 0);
    border-bottom: 2px solid #fff;
}

.call-sec-para{
	color: #fff;
    line-height: 26px;
	margin-top:20px;
}

.point-sec ul {
    padding-left: 23px;
    margin-bottom: 5px;
    display: inline-block;
}

.point-sec ul li {
    font-size: 16px;
    line-height: 27px;
    color:#1f1f1f;
    font-weight: 400;
    margin-bottom: 8px;
    position: relative;
}

.point-sec ul li strong{
	color:#773187;
}

.point-sec ul li:before {
    content: "";
    position: absolute;
    background: url(../images/check.png) no-repeat 0 0;
    width: 16px;
    z-index: 1;
    height: 16px;
    top: 7px;
    left: -26px;
    background-size: contain;
}

/* Faq */

.faq-block {
    margin-top: 15px;
}
.faq-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    background:#723182;
    color: #fff;
    padding: 12px 20px;
    line-height: inherit;
    border-radius: 5px 5px 0px 0px;
}
.faq-para {
    color: #1f1f1f;
    padding: 17px 20px;
    background:#fdf4ff;
    border-radius: 0px 0px 5px 5px;
}

/* Contact Us */

.ref_form_box {
	background:#743183;
	padding: 35px;
	margin-bottom: 30px;
	border-radius: 10px;
}

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

.ref_form_box_heading {
	font-weight: 600;
	font-size: 27px;
	line-height: 30px;
	position:relative;
	font-family: "Playfair Display";
	color:#773187;
}

.page-id-341 .ref_form_box_heading,
.page-id-347 .ref_form_box_heading
{
	color:#fff;
}

.page-id-341 .ref_form_box_heading:before,
.page-id-347 .ref_form_box_heading:before
{
	border-color:#fff;
}

.ref_form_box_heading:before {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 0;
	width: 35px;
	border-bottom: 2px solid #773187;
}

.ref_form_box_label {
	color:#fff;
	margin-top: 15px;
}

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

.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: inherit !important;
	color:#2c2c2c;
	font-size: 15px;
	background:#e9e9e9;
	padding-left:15px;
	padding-right:15px;
}
.ref_form_box_input select {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: inherit !important;
	border-radius: 2px;
	color:#2c2c2c;
	font-size: 15px;
	padding: 10px 30px 10px 12px;
	background:#e9e9e9;
	padding-left:15px;
	padding-right:15px;
}
.ref_form_box_input textarea {
	resize: none;
	height: 144px;
	margin-top: 2px;
	border: inherit !important;
	color:#2c2c2c;
	font-size: 15px;
	background:#e9e9e9;
	padding-left:15px;
	padding-right:15px;
}

.page-id-341 .ref_form_box_input input,
.page-id-341 .ref_form_box_input select,
.page-id-341 .ref_form_box_input textarea,
.page-id-347 .ref_form_box_input input,
.page-id-347 .ref_form_box_input select,
.page-id-347 .ref_form_box_input textarea
{
	background:#fff;
}

::placeholder{color:#2c2c2c !important;}

.contact_btn input {
	background: #f99b22 !important;
    padding: 13px 30px !important;
    font-size: 16px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    border: 2px solid #f99b22 !important;
    border-radius: 50px !important;
    transition: 0.5s ease-in-out all 0s !important;
}

.contact_btn input:hover{
	background: inherit !important;
	color: #fff !important;
	color:#f99b22 !important;
	transition:0.3s ease-in-out all 0s !important;
}

.contact_page_info {
	position: relative;
	padding-left: 47px;
	color:#555555;
	margin-top: 25px;
}

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

.contact_page_info strong{
	color:#2b2b2b;
}

.contact_page_info a {
	color:#5a5a5a;
	text-decoration:none !important;
}

span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 8px;
	color: #fff;
	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:#f99b22;
	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 #fff;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* error message */

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

/* footer-fixed-btns */

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

/* responsive */


@media only screen and (min-width : 300px) and (max-width : 576px) {
	.wcu-box-set1, .wcu-box-set2, .wcu-box-set3, .wcu-box-set4, .wcu-box-set5, .wcu-box-set6{width:100% !important;}
	.ms-slide-info{top:44% !important;}
	.ms-nav-next, .ms-nav-prev{display:none !important;}
	.banner-small-text{font-size:20px !important;}
	.banner-large-text{font-size:26px !important;}
	.ms-slide-info{left:4%;right:4% !important;width:auto !important;transform:translateY(-50%);}
	.ms-info a{padding:13px 20px !important;margin:0px 5px !important;}
}

@media only screen and (min-width : 576px) and (max-width : 767px) {
	.wcu-box-set1, .wcu-box-set2, .wcu-box-set3, .wcu-box-set4, .wcu-box-set5, .wcu-box-set6{width:48% !important;}
	.ms-slide-info{left:4%;right:4% !important;width:auto !important;transform:translateY(-50%);}
}

@media only screen and (min-width : 300px) and (max-width : 1023px) {
	.topbar, .primary-navigation, .menu .read-more-btn2, .wcu-img{display:none;}
	.header{background:#fff;padding:4px 0px;}
	.fixed-header{top:0px;}
	.logo img{width:170px;height:inherit;}
	.banner-sec{margin-top:76px;}
	.page .entry-header, .blog_page_header{margin-top:76px !important;padding:60px 0px !important;}
	.ms-view, .ms-slide{min-height: 400px !important;}
.ms-slide-bgcont img {object-fit: cover;max-width:100% !important;}
	.wcu-box-set1, .wcu-box-set2, .wcu-box-set3, .wcu-box-set4, .wcu-box-set5, .wcu-box-set6{position:static;width:32.5%;float:left;margin-bottom:24px;}
	.wcu-sec .main-heading{padding-bottom:50px;}
	.top-arrow{bottom:60px !important;}
	.copy-right{padding-bottom:60px;}
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
	.banner-small-text{font-size:24px;}
	.banner-large-text{font-size:30px;line-height:1.3;}
	.ms-slide-info{top:35%;}
	.wrapper{margin-top:50px;}
	.service-sec{padding:50px 0px;}
	.footer{padding-top:50px;}
	.page-id-8 .footer, .footer{margin-top:50px;}
	.inner-sec{margin-top:50px;}
	.inner-page-mid-sec{padding:50px 0px;margin:50px 0px;}
	.main-heading{font-size:30px;}
	.inner-heading{font-size:24px;line-height:1.3;}
	.page .entry-title, .blog_page_title{font-size:26px;}
	.about-img{border:3px solid #6b2a76;}
	.about-us-sec img{border-radius: 20px;padding: 10px;}
	.service-sec:before{top:-7px;}
	.service-sec:after{bottom:-7px;}
	.footer:before{top:-7px;}
}


@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 : 1024px) and (max-width : 1024px) and (orientation : portrait) {
	
}

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

}

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

}

/* 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) {
	.menu ul li{margin:0px 15px;}
	.ms-slide-info{top:35%;}
	.banner-large-text{font-size:42px;}
	.master-slider:after{bottom:-1px;}
	.service-sec:before{top:-25px;}
	.service-sec:after{bottom:-25px;}
	.footer:before{top:-23px;}
	.wcu-box-set1 {top: 60%;left: 3%;}
	.wcu-box-set2 {top: 20%;left: 10%;}
	.wcu-box-set3 {top: 12%;left: 34%;}
	.wcu-box-set4 {top: 12%;left: 56%;}
	.wcu-box-set5 {top: 20%;left: 75%;}
	.wcu-box-set6{top:60%;left:78%;}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1199px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.menu ul li{margin:0px 15px;}
	.ms-slide-info{top:35%;}
	.banner-large-text{font-size:42px;}
	.master-slider:after{bottom:-1px;}
	.service-sec:before{top:-25px;}
	.service-sec:after{bottom:-25px;}
	.footer:before{top:-23px;}
	.wcu-box-set1 {top: 60%;left: 3%;}
	.wcu-box-set2 {top: 20%;left: 10%;}
	.wcu-box-set3 {top: 12%;left: 34%;}
	.wcu-box-set4 {top: 12%;left: 56%;}
	.wcu-box-set5 {top: 20%;left: 75%;}
	.wcu-box-set6{top:60%;left:78%;}
}


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

}

@media screen and (min-width: 1624px) {
	.wcu-box-set2{left:17%;}
	.wcu-box-set3{left:34%;}
	.wcu-box-set4{left:55%;}
	.wcu-box-set5{left:72%;}
	.wcu-box-set6{left:84%;}
}

@media screen and (min-width: 1920px) {
	.wcu-box-set1{left:5%;top:47%;}
	.wcu-box-set2{top:24%;}
	.wcu-box-set3{top:13%;}
	.wcu-box-set4{top:13%;}
	.wcu-box-set5{top:24%;}
	.wcu-box-set6{left:85%;top:47%;}
}

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

}

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

}
