body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

/* Fonts */

@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-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: 'Fredoka';
    src: url('../fonts/Fredoka-SemiBold.eot');
    src: url('../fonts/Fredoka-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Fredoka-SemiBold.woff2') format('woff2'),
         url('../fonts/Fredoka-SemiBold.woff') format('woff'),
         url('../fonts/Fredoka-SemiBold.ttf') format('truetype'),
         url('../fonts/Fredoka-SemiBold.svg#Fredoka-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Fredoka';
    src: url('../fonts/Fredoka-Bold.eot');
    src: url('../fonts/Fredoka-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Fredoka-Bold.woff2') format('woff2'),
         url('../fonts/Fredoka-Bold.woff') format('woff'),
         url('../fonts/Fredoka-Bold.ttf') format('truetype'),
         url('../fonts/Fredoka-Bold.svg#Fredoka-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.header-sec {
    padding-top: 9px;
    padding-bottom: 10px;
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
	 background-color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	box-shadow: 0 0px 1px #808080;
}
.darkHeader {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #fff;
    padding: auto;
/*  box-shadow: 0 0px 5px #808080; */
    animation: smoothScroll .6s forwards;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 9999;
}
.logo-part img {
	 width: 192px;
	 height: auto;
   -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.darkHeader .logo-part img {
    width: 140px;
    height: auto;
   -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-right{
    text-align: right;
}
.header-menu{
    display: inline-block;
    vertical-align: middle;
}
.header-menu ul{
    margin: 0;
    padding: 0;
}
.header-menu ul li{
    list-style: none;
/*  display: inline-block;
    vertical-align: middle;
    margin-right: 23px; */
}
.header-menu ul li:last-child{
    margin-right: 0;
}
.header-menu ul li a{
    display: inline-block;
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	position: relative;
}
.header-menu ul li a::before {
   	width: 0;
    height: 4px;
    background: #0e6937;
    position: absolute;
    top: -19px;
    left: 50%;
    content: "";
    transform: translatex(-50%);
    transition: all 0.5s ease 0s;
}
.sub-menu li a:before{
	display: none !important;
}
.darkHeader .header-menu ul li a::before{
	 top: -12px;
}
.header-menu ul li a:hover{
    color: #28794c;
}
.header-btn{
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;

}
.header-btn .header-btn01{
    border-radius: 0 25px 25px 25px;
    background-color: #0e6937;
    padding: 12px 30px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    filter: drop-shadow(0.781px 1.841px 3px rgba(12,13,12,0.16));
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin-right: 14px;
}
.header-btn .header-btn01:hover{
    background-color: #00b42c;
}
.header-btn .header-btn02{
    border-radius: 0 25px 25px 25px;
    padding: 12px 30px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    filter: drop-shadow(0.781px 1.841px 3px rgba(12,13,12,0.16));
    background-color: #181818;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-btn .header-btn02:hover{
    background-color: #00b42c;
}
.banner-sec{
    position: relative;
	margin-top: 87px;
}
.ms-slide::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    width: 60%;
    z-index: 9;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0) 100%);
}
.banner-sec img{
    width: 100%;
}
.ms-slide-info{
    position: absolute !important;
    top: 50%;
    right: 9%;
    width: auto !important;
    transform: translateY(-50%);
    max-width: 450px;
    z-index: 99;
}
.ms-nav-prev {
    background: url("../images/banner-arrow-img01.png") no-repeat center !important;
    width: 48px !important;
    height: 65px !important;
}
.ms-nav-next {
    background: url("../images/banner-arrow-img02.png") no-repeat center !important;
    width: 48px !important;
    height: 65px !important;
}
.banner-head{
    font-size: 40px;
    color: #0c0c0c;
    font-weight: 600;
    font-family: "Fredoka";
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.banner-text{
    font-size: 17px;
    font-weight: 500;
    color: #161616;
    margin-bottom: 23px;
}
.banner-btn .banner-btn01{
    display: inline-block;
    border-radius: 0 25px 25px 25px;
    background-color: #fff;
    padding: 12px 35px;
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    filter: drop-shadow(0.781px 1.841px 3px rgba(12,13,12,0.16));
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin-right: 10px;
}
.banner-btn .banner-btn01:hover, .banner-btn .banner-btn02:hover{
    background-color: #0c0c0c;
    color: #fff;
}
.banner-btn .banner-btn02{
    display: inline-block;
    border-radius: 0 25px 25px 25px;
    background-color: #0e6937;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    filter: drop-shadow(0.781px 1.841px 3px rgba(12,13,12,0.16));
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.about-sec{
    padding-top: 65px;
    padding-bottom: 65px;
}
.about-head{
    color: #1f120c;
    font-size: 63px;
    font-weight: bold;
    font-family: "Fredoka";
    text-transform: capitalize;
    line-height: 1.1;
    margin-bottom: 5px;
}
.enable-head{
    font-size: 20px;
    line-height: 1.1;
    color: #1f120c;
    font-weight: 600;
    font-family: "Fredoka";
    text-transform: capitalize;
    margin-bottom: 25px;
}
.about-left{
	background: url("../images/love-img.png") no-repeat;
    background-size: auto;
    background-position: right 100px top;
}
.about-para{
    font-size: 16px;
    color: #343434;
    font-weight: 600;
    margin-bottom: 20px;
    hyphens: auto;
}
.about-text{
    font-size: 15px;
    color: #343434;
    font-weight: normal;
    margin-bottom: 25px;
}
.about-btn a{
    display: inline-block;
    border-radius: 0 25px 25px 25px;
    background-color: #0e6937;
    padding: 12px 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    filter: drop-shadow(0.781px 1.841px 3px rgba(12,13,12,0.16));
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.about-btn a:hover{
    background-color: #0c0c0c;
}
.about-right img{
    width: 100%;
    border-radius: 10px;
}
.provide-sec{
    background-color: #0e6937;
    padding: 38px 0 70px;
    margin-bottom: -32px;
}
.provide-part{
    display: flex;
    align-items: center;
/*  justify-content: space-between; */
    border-right: 1px solid rgba(235, 235, 235, 0.169)
}
.provide-head{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-left: 14px;
    padding-right: 13px;
}
.provide-none{
    border-right: 0 ;
}
.provide-none .provide-head{
    padding-right: 0;
}
.services-sec{
    padding-top: 50px;
    padding-bottom: 70px;
    position: relative;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
}
.services-sec::after{
    background-color: #e0ffee;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 213px;
}
.services-sec .container{
    position: relative;
    z-index: 1;
}
.services-part{
    border-bottom: 3px solid #0e6937;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-part:hover{
    border-bottom: 3px solid #00b42c;
}
.our-services-head{
    text-align: center;
    font-size: 36px;
    line-height: 1.1;
    color: #1c1f1c;
    font-weight: 600;
    font-family: "Fredoka";
    margin-bottom: 40px;
    text-transform: capitalize;
}
.services-part img{
    width: 100%;
    border-radius: 5px;
}
.services-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 15px;
}
.services-content img{
    width: auto;
}
.services-head{
    font-size: 20px;
    line-height: 1.1;
    color: #1e1d1d;
    font-weight: 600;
    font-family: "Fredoka";
	text-transform: capitalize;
}
.services-head:hover{
	color: #0e6937;
}
.services-btn{
    text-align: center;
    margin-top: 45px;
}
.services-btn a{
    display: inline-block;
    border-radius: 0 25px 25px 25px;
    background-color: #131313;
    padding: 12px 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    filter: drop-shadow(0.781px 1.841px 3px rgba(12,13,12,0.16));
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-btn a:hover{
    background-color: #0e6937;
}
.information-left{
    background-color: #0e6937;
    padding: 65px 100px 60px 100px;
    min-height: 100%;
    border-top-right-radius: 50px;
}
.information-head{
    font-size: 35px;
    line-height: 1.1;
    color: #ffffff;
    font-weight: 600;
    font-family: "Fredoka";
    margin-bottom: 25px;
}
/* ------ */
.information-sec .frm_fld input {
    width: 100%;
    margin-top: 12px;
    border: none;
    outline: 0;
    background-color: #fff;
	border-radius: 5px;
    padding: 10px 15px;
}
.information-sec .frm_fld input::placeholder{
	font-size: 14px;
	font-weight: normal;
	color: #17140c ;
	text-transform: capitalize;
}
.information-sec .frm_fld select{
	width: 100%;
    margin-top: 12px;
    border: none;
    outline: 0;
    background-color: #fff;
	border-radius: 5px;
    padding: 10px 15px;
	font-size: 14px;
	font-weight: normal;
	color: #17140c;
	text-transform: capitalize;
	background: url("../images/home-dropdown-img.png") #fff no-repeat center right 10px;
	line-height: 25px;
	appearance: none;
}
.information-sec .frm_fld textarea {
    width: 100%;
    margin-top: 12px;
    border: none;
    outline: 0;
    background-color: #fff;
	border-radius: 5px;
/*  border: 1px solid #ccc !important; */
    padding: 10px 15px;
    height: 90px;
}
.information-sec .frm_fld textarea::placeholder{
	font-size: 14px;
	font-weight: normal;
	color: #17140c ;
	text-transform: capitalize;
}
.information-sec .home_btn input {
    margin-top: 25px !important;
    background: #252625 !important;
	border-radius: 0 25px 25px 25px !important;
    color: #fff !important;
    padding: 12px 25px !important;
    font-weight: normal !important;
    font-size: 14px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	text-transform: capitalize !important;
}
.information-sec .home_btn input:hover {
	 background: #00b42c !important;
}
.information-sec .frm_fld p, .information-sec .home_btn p{
	margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #00b42c !important;
}
.testi-overlay{
    position: relative;
}
.testi-overlay::after{
    background-color: rgba(0, 0, 0, 0.89);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-bottom-left-radius: 50px;
}
.information-wrap{
    position: relative;
    z-index: 1;
}
.information-right{
    padding: 65px 100px 60px 60px;
    border-bottom-left-radius: 50px;
    background: url("../images/testimonial-bg-img.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100%;
}
.testimonial-head{
    font-size: 35px;
    line-height: 1.1;
    color: #ffffff;
    font-weight: 600;
    font-family: "Fredoka";
    margin-bottom: 25px;
}
.empowering-sec{
    padding-top: 120px;
    padding-bottom: 60px;
    text-align: center;
}
.empowering-head{
    font-size: 30px;
    line-height: 1.2;
    color: #121212;
    font-weight: 600;
    font-family: "Fredoka";
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.empowering-head::after{
    content: "";
    position: absolute;
    width: 154px;
    height: 154px;
    border-radius: 50%;
    background-color: #cbffe3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.ndis-employment-head{
    font-size: 18px;
    line-height: 33px;
    color: #121212;
    font-weight: 600;
    font-family: "Fredoka";
    text-transform: capitalize;
    margin-bottom: 15px;
}
.employment-btn a{
    display: inline-block;
    border-radius: 0 25px 25px 25px;
    background-color: #00210f;
    padding: 12px 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    filter: drop-shadow(0.781px 1.841px 3px rgba(12, 13, 12, 0.16));
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.employment-btn a:hover{
    background-color: #0c0c0c;
}
.footer-wrap{
    position: relative;
}
.footer-wrap::before{
    content: "";
    position: absolute;
    left: 35px;
    top: 35px;
    background: url("../images/round-img.png") no-repeat;
    background-size: auto;
    width: 66px;
    height: 66px;
    z-index: 1;
}
.footer-wrap::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/fly-img.png") no-repeat;
    background-size: auto;
    width: 65px;
    height: 143px;
    z-index: 1;
}
footer{
    padding-top: 50px;
	padding-bottom: 20px;
    background: url("../images/footer-line-img.png") no-repeat;
    background-position: top left 105px;
    background-color: #00210f;
    clip-path: polygon(10% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 38%);
    border-top-right-radius: 30px;
}
.footer-logo-line{
    display: inline-block;
    border-bottom: 1px solid rgba(235, 235, 235, 0.169); 
    padding-bottom: 20px;
}
.footer-line{
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
}
.footer-line::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 240px;
    height: 1px;
    transform: translateX(-50%);
    background-color: rgba(235, 235, 235, 0.11);
}
.footer-title{
    font-size: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Fredoka";
    margin-bottom: 25px;
}
.footer-details ul{
    margin: 0;
    padding: 0;
}
.footer-details ul li{
    list-style: none;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 10px;
}
.footer-details ul li strong{
	color: #cbffe3;
	font-size: 15px;
	display: inline-block;
}
.footer-address{
	font-size: 14px !important;
}
.footer-details ul li a{
    display: inline-block;
    color: #ffffff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-details ul li a:hover{
    color: #cbffe3;
}
.footer-stroke{
    position: relative;
}
.footer-stroke::after{
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 1px;
    height: 230px;
    background-color: rgba(235, 235, 235, 0.169);
}
.footer-gap{
    padding-left: 20px;
}
.footer-social{
    margin-bottom: 15px;
}
.footer-social a{
    margin: 0 3px;
    display: inline-block;
}
.footer-copy-right{
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    padding: 20px 0;
    border-top: 1px solid rgba(235, 235, 235, 0.169);
    margin-top: 30px;
    margin-left: 40px;
}
.footer-copy-right a{
    color: #ffffff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-copy-right a:hover{
    color: #cbffe3;
}


#back2Top.show {
    opacity: 1;
    right: 15px;
}
#back2Top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 25px;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: -30px;
    color: #fff;
    background: #0e6937;
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner-img.jpg") no-repeat;
    background-size: cover !important;
    background-position: center top !important;
    max-width: 100% !important;
    padding: 150px 0 !important;
    margin: 87px 0 50px !important;
    position: relative;
	z-index: 1;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    width: 60%;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 2%, rgb(255 255 255 / 94%) 43%, rgba(255, 255, 255, 0) 100%);
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #0c0c0c !important;
    width: 100% !important;
    font-size: 26px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 0 !important;
	text-shadow: #e1e0e0 1px 1px 2px; !important;
}
.breadcrumb-container {
    width: 100%;
    color: #e0ffee;
    position: relative;
    font-size: 15px;
	filter: drop-shadow(0.781px 1.841px 3px rgba(12, 13, 12, 1.16));
}
.breadcrumb-container a {
    color: #e0ffee;
	filter: drop-shadow(0.781px 1.841px 3px rgba(12, 13, 12, 1.16));
}
.sp-testimonial-free{
	min-height: 300px !important;
	background: url("../images/qoute-img.png") no-repeat !important;
    background-position: bottom 50px right 30px !important;
    background-size: auto !important;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    color: #cdcdcd !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    text-align: left !important;
}
.sp-testimonial-free-section.swiper-initialized{
	margin: 0 5px !important;
}
.sp-testimonial-client-name {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-align: left !important;
	margin-bottom: 20px !important;
}
.sp-testimonial-client-rating {
    text-align: left !important;
	margin-bottom: 10px !important;
}
.sp-testimonial-free-section .sp-testimonial-client-designation {
    color: #b6b6b6 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: left !important;
}
.swiper-horizontal>.swiper-pagination-bullets{
	bottom: 0 !important;
	width: auto !important;
}


.contact_page_heading {
    color: #121212;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 8px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #00b42c;
}
.contact_page_heading strong {
    color: #0e6937;
}
.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
    padding-left: 60px;
}
.contact-img {
    position: absolute;
    top: 3px;
    left: 0;
	background: #fff;
	width: 45px;
	height: 45px;
    border-radius: 50%;
	text-align: center;
	padding-top: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.contact-text {
    color: #666;
    font-size: 15px;
}
.contact_page_info strong {
    color: #000 ;
	font-weight: 500;
    font-size: 18px;
}
.contact_page_info a {
    color: #666;
    text-decoration: none !important;
    font-size: 16px;
	-moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contact_page_info a:hover{
	color: #0e6937;
}
.contact_right {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 25px;
    border-radius: 5px;
}
.get-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 10px 10px;
	border-radius: 5px;
}
.get-sec .frm_fld input::placeholder{
	font-size: 16px;
	font-weight: normal;
	color: #666 ;
}
.get-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
	border-radius: 5px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 10px 10px;
    height: 134px;
}
.get-sec .frm_fld textarea::placeholder{
	font-size: 16px;
	font-weight: normal;
	color: #666 ;
}
.send_btn input {
    margin-top: 30px !important;
    text-transform: capitalize !important;
    background: #181818 !important;
    color: #fff !important;
    padding: 12px 30px !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	border-radius: 0 25px 25px 25px !important;
}
.send_btn input:hover {
    background-color: #0e6937  !important;
}
.contact-deatails .frm_fld p, .contact-deatails .send_btn p{
	margin-bottom: 0;
}
.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #1f120c;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.inner_titl strong {
    color: #0e6937;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #00b42c;
}
.inner_txt {
    color: #343434;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
}
.inner_list_txt{
    margin-top: 20px;
}
.inner_list_txt ul {
   padding: 0;
   margin: 0
}
.inner_list_txt ul li {
    background: url("../images/list-img.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #343434;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
}
.inner_bottm_sec {
    background: #f1f1f1;
    padding: 30px 20px;
    text-align: center;
}
.inner_bottm_sec .inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #00b42c;
}

.ref_form_box {
	padding: 35px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.ref_form_box p {
	margin-bottom: 0 !important;
}
.ref_form_box_heading {
	color: #111;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #0e6937;
	font-weight: bold;
}
.ref_form_box_label {
	color: #666;
	margin-top: 15px;
        margin-bottom: 5px;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box_input select {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	border-radius: 2px;
	color: #555;
	padding: 10px 30px 10px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
        outline: 0;
}
.ref_form_box_input textarea {
	resize: none;
	height: 144px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box .contact_btn input {
	font-weight: 600;
	background: #0e6937 !important;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 30px;
	padding: 13px 40px 12px;
}
span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 8px;
	color: #555;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.half_check .wpcf7-list-item {
	width: 45%;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
}
.wpcf7-list-item-label::before {
	position: absolute;
	top: 1px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #0e6937;
	border-color: #0e6937;
}
.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);
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    
}
.footer_btn1 {
    background: #0e6937;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding-top: 9px;
}
.footer_btn3 {
    background: #121212;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.thankyou-btn a {
    text-decoration: none !important;
    color: #fff;
    background: #181818;
    text-align: center;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.thankyou-btn a:hover{
	background: #00b42c;
}
.error_page {
    padding: 50px 0 100px;
}


/*====================Responsive===================*/
@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-menu, .header-btn .header-btn01, .header-btn .header-btn02, .empowering-head br, .footer-stroke::after, .footer-wrap::before, .footer-wrap::after{
		display: none;
	}
	.header-btn{
	    margin-left: 0;
	}
	.header-btn .header-btn01{
		  margin-right: 6px;
	}
   .logo-part img {
		width: 140px;
		height: auto;
     }
	.header-sec{
		padding: 9px 0;
	}
	.banner-head{
		margin-bottom: 10px;
		text-shadow: #A9A9A8 1px 1px 2px;
	}
	.banner-head, .our-services-head, .information-head, .testimonial-head, .empowering-head{
		font-size: 26px;
	}
	.about-head{
		font-size: 30px;
	}
	.banner-text{
		font-size: 16px;
		text-shadow: #A9A9A8 1px 1px 2px;
	}
	.banner-sec{
		margin-top: 68px;
	}
	.ms-slide-info{
		left: 9%;
	}
	.ms-slide::before {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		left: 0;
		width: 70%;
		z-index: 9;
		background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 2%, rgb(255 255 255 / 79%) 43%, rgba(255, 255, 255, 0) 100%);
	}
	.banner-btn .banner-btn01, .banner-btn .banner-btn02{
		margin-right: 5px;
		padding: 10px 25px;
		font-size: 14px;
	}
	.employment-btn a{
		padding: 12px 25px;
		font-size: 14px;
	}
	.header-btn{
		display: block;
	}
	.services-sec{
		padding: 40px 0 10px;
	}
	.about-sec{
		padding: 40px 0;
	}
	.empowering-sec{
		padding: 70px 0 40px;
	}
	.provide-sec {
        padding: 38px 0;
    }
	.provide-part{
		border-right: 0;
		margin-bottom: 30px;
	}
	.provide-head {
		padding-left: 5px;
		padding-right: 5px;
    }
	.services-part{
		margin-bottom: 40px;
	}
	.information-left, .information-right{
		padding: 25px;
	}
	.footer-gap{
		 padding-left: 0px;
	}
	.footer-part{
		margin-top: 30px;
	}
	.footer-copy-right{
		margin-left: 0;
		padding-bottom: 60px;
	}
	footer{
		padding-top: 25px;
	}
	.page .entry-header, .blog_page_header {
        margin: 68px 0 30px !important;
        padding: 100px 0 !important;
    }
}

@media only screen and (max-width : 320px) {
  .ms-view, .ms-slide {
    height: 300px !important;
    }
	.ms-slide-bgcont img {
		object-fit: cover;
	}
	.about-left{
		margin-bottom: 30px;
	}
	.footer-line::after{
		left: 0;
	}
	footer{
	    clip-path: none;
		background-position: top left;
	}
	.inner_page_img img{
		margin-bottom :30px;
	}
	.contact_right{
		margin-top: 30px;
	}
	.about-left {
		background: url("../images/love-img.png") no-repeat;
		background-size: auto;
		background-position: right top;
	}
	.sp-testimonial-free-section .sp-testimonial-client-designation{
		height: 50px;
	}
	.ms-slide-info {
        left: 25px;
        right: 25px;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
  .ms-view, .ms-slide {
    height: 300px !important;
    }
	.ms-slide-bgcont img {
		object-fit: cover;
	}
	.about-left{
		margin-bottom: 30px;
	}
	.footer-line::after{
		left: 0;
		width: 430px;
	}
	footer{
	    clip-path: none;
		background-position: top left;
	}
	.inner_page_img img{
		margin-bottom :30px;
	}
	.contact_right{
		margin-top: 30px;
	}
	.about-left {
		background: url("../images/love-img.png") no-repeat;
		background-size: auto;
		background-position: right top;
	}
	.sp-testimonial-free-section .sp-testimonial-client-designation{
		height: 50px;
	}
   .ms-slide-info {
        left: 25px;
        right: 25px;
    }
}

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

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
    .ms-view, .ms-slide {
    height: 300px !important;
    }
	.ms-slide-bgcont img {
		object-fit: cover;
	}
	.about-left{
		margin-bottom: 30px;
	}
	.footer-line::after{
		left: 0;
		transform: none;
	}
	footer{
	    clip-path: none;
		background-position: top left;
	}
	.inner_page_img img{
		margin-bottom :30px;
	}
	.contact_right{
		margin-top: 30px;
	}
	.about-left {
		background: url("../images/love-img.png") no-repeat;
		background-size: auto;
		background-position: right top;
	}
	.ms-slide-info {
        left: 25px;
        right: 25px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
   .ms-slide-info {
        left: 5%;
    }
	.about-left {
		background: url("../images/love-img.png") no-repeat;
		background-size: auto;
		background-position: right top;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.header-btn{
		margin-left: 0;
	}
	.header-btn .header-btn01{
		margin-right: 5px;
	}
	.ms-slide-info{
		right: 5%;
	}
	.header-btn .header-btn01, .header-btn .header-btn02{
		padding: 10px 25px;
		font-size: 14px;
	}
	.primary-navigation a{
		 padding: 0 10px !important;
	}
	.provide-head{
		font-size: 15px;
	}
	.services-head{
		 font-size: 18px;
	}
	.information-left, .information-right{
		padding: 30px;
	}
	.footer-wrap::before{
		left: 35px;
        top: 0;
	}
	.footer-gap {
		padding-left: 30px;
	}
	.footer-email{
		font-size: 13px !important;
	}
	footer{
       clip-path: polygon(8% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 38%);
	}
}

/* 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: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.header-btn{
		margin-left: 0;
	}
	.header-btn .header-btn01{
		margin-right: 5px;
	}
	.ms-slide-info{
		right: 5%;
	}
	.header-btn .header-btn01, .header-btn .header-btn02{
		padding: 10px 25px;
		font-size: 14px;
	}
	.primary-navigation a{
		 padding: 0 10px !important;
	}
	.provide-head{
		font-size: 15px;
	}
	.services-head{
		 font-size: 18px;
	}
	.information-left, .information-right{
		padding: 30px;
	}
	.footer-wrap::before{
		left: 35px;
        top: 0;
	}
	.footer-gap {
		padding-left: 30px;
	}
	.footer-email{
		font-size: 13px !important;
	}
	footer{
       clip-path: polygon(8% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 38%);
	}
}

@media screen and (min-width: 1424px) {
    .ms-slide-info {
        right: 5%;
    }
	.information-left{
		padding-left: 9%;
	}
	.information-right{
		padding-right: 9%;
	}
	.footer-wrap::before{
		 left: 45px;
	}
}

@media screen and (min-width: 1624px) {
    .ms-slide-info {
        right: 11%;
    }
	.information-left{
		padding-left: 21%;
	}
	.information-right{
		padding-right: 21%;
	}
	.footer-wrap::before{
	     left: 60px;
	}
}

@media screen and (min-width: 1920px) {
    .ms-slide-info {
        right: 16%;
    }
	.information-left{
		padding-left: 33%;
	}
	.information-right{
		padding-right: 33%;
	}
	.footer-wrap::before {
        left: 70px;
    }
}

@media screen and (min-width: 2048px) {
    .ms-slide-info {
        right: 18%;
    }
	.information-left{
		padding-left: 37%;
	}
	.information-right{
		padding-right: 37%;
	}
	.footer-wrap::before{
		left: 80px;
	}
}

@media screen and (min-width: 2550px) {
   .ms-slide-info {
        right: 25%;
    }
	.information-left{
		padding-left: 49%;
	}
	.information-right{
		padding-right: 49%;
	}
	.footer-wrap::before{
		left: 100px;
	}
}

