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 Poppins Family */

@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: '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;
}
.header-sec {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: #fff;
}
.darkHeader {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.header-top{
    background-color: #85eb34;
    padding: 7px 0;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    height: 44px;
}
.darkHeader .header-top {
    height: 0;
    padding: 0;
}
.header-info, .header-social{
    display: inline-block;
    vertical-align: middle;
}
.header-info:nth-child(1){
    margin-right: 20px;
}
.header-info:nth-child(2){
    margin-right: 20px;
}
.header-info img{
    margin-right: 5px;
}
.header-info a{
    display: inline-block;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 500;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-info a:hover{
    color: #fff;
}
.header-info strong{
    display: inline-block;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-social{
    margin-left: 15px;
}
.header-social a:first-child{
    margin-right: 2px;
}
.logo-part img{
	 width: 327px;
	 height: auto;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.header-bottom{
    padding: 12px 0;
    background-color: #fff;
}
.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;
    margin-right: 13px;
}
.header-menu ul li:last-child{
    margin-right: 0;
}
.header-menu ul li a{
    display: inline-block;
    font-size: 15px;
    color: #1c1c1c;
    font-weight: 500;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul li a:hover{
    color: #85eb34;
}
.header-btn{
    display: inline-block;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #85eb34;
    border-radius: 30px;
    padding: 14px 35px;
    margin-left: 50px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-btn:hover{
    background-color: #1c1c1c;
    color: #85eb34;
}
.banner-sec {
    position: relative;
    background: url("../images/banner-img.jpg") no-repeat;
    background-position: top center;
    background-size: cover;
    /* padding: 210px 0 210px; */
    margin-top: 120px;
    overflow: hidden;
}
.banner-sec::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0f1608;
    opacity: 0.830;
}
.banner-content::after {
    position: absolute;
    content: "";
    top: -30px;
    right: 0;
    background: url("../images/banner-rope-img.png") no-repeat;
    background-size: auto;
    width: 148px;
    height: 607px;
}
.banner-sec .container-fluid{
    position: relative;
    z-index: 1;
}
.banner-content{
    padding-left: 18%;
}
.banner-welcome-head{
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.banner-welcome-head img {
    vertical-align: bottom;
}
.banner-head{
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 10px;
}
.banner-txt{
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 20px;
}
.banner-btn a{
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    color: #1c1c1c;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 30px;
    border: 1px solid#85eb34;
    background-color: #85eb34;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-btn a:last-child{
    background-color: #ffffff;
    border: 1px solid#ffffff;
    margin-left: 6px;
}
.banner-btn a:hover{
    background-color: transparent;
    border: 1px solid#85eb34;
    color: #ffffff;
}
.banner-img{
    position: relative;
}
.banner-img::after{
    position: absolute;
    content: "";
    top: 25px;
    left: 290px;
    background: url("../images/banner-heart-img.png") no-repeat;
    background-size: auto;
    width: 60px;
    height: 52px;
}
.banner-img img{
    width: 100%;
}
.about-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.about-one img{
    border-radius: 20px;
    width: 100%;
}
.about-box{
    border-radius: 20px;
    background-color: #85eb34;
    width: 100%;
    height: 100%;
    margin-top: 15px;
    padding: 12px 8px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: flex;
    align-items: center;
/*  justify-content: space-between; */
}
.about-box:hover{
    background-color: #85eb3485;
}
.about-box img{
    width: auto;
    background-color: #000000;
    padding: 9px 6px;
    border-radius: 10px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.about-year{
    margin-left: 5px;
}
.about-providing-head{
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.about-since{
    color: #1c1c1c;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}
.about-two{
    height: 100%;
}
.about-two img{
    border-radius: 20px;
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.about-head{
    font-size: 38px;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.about-txt{
    font-size: 16px;
    color: #1c1c1c;
    font-weight: normal;
    line-height: 1.7;
}
.about-btn a{
    margin-top: 28px;
    display: inline-block;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 600;
    text-transform: capitalize;
    padding: 14px 30px;
    border-radius: 30px;
    background-color: #85eb34;
    -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: #1c1c1c;
    color: #85eb34;
}
.services-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f4f4f4;
}
.services-head{
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: bold;
    line-height: 1.2;
}
.services-part{
    text-align: center;
    border-radius: 20px;
    background-color: #ffffff;
    padding: 10px 10px 20px 10px;
    filter: drop-shadow(0px 3px 22.5px rgba(0, 0, 0, 0.09));
    min-height: 100%;
    position: relative;
}
.services-part img{
    border-radius: 20px;
	width: 100%;
}
.services-content{
    position: relative;
}
.services-icon{
    border-radius: 50%;
    width: 75px;
    height: 75px;
    background-color: #85eb34;
    border: 3px solid #ffffff;
    line-height: 75px;
    display: inline-block;
    margin-top: -30px;
}
.services-icon img{
    border-radius: 0;
	width: auto;
}
.services-title{
    font-size: 20px;
    color: #1c1c1c;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 5px;
}
.services-txt{
    font-size: 15px;
    color: #1c1c1c;
    font-weight: normal;
    margin-bottom: 12px;
}
.services-btn a{
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 30px;
    background-color: #000;
    -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: #85eb34;
    color: #1c1c1c;
}
.choose-sec{
    background: url("../images/choose-bg-img.jpg") no-repeat top center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.choose-sec::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0c1306e7;
}
.choose-sec::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: url("../images/choose-rope-img.png") no-repeat;
    background-size: auto;
    width: 148px;
    height: 607px;
}
.choose-wrap{
    position: relative;
    z-index: 1;
    background: url("../images/choose-circle-img.png") no-repeat;
    background-position: center center;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
.choose-head{
    font-size: 38px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 25px;
}
.choose-txt{
    font-size: 16px;
    line-height: 30px;
    color: #ececec;
    font-weight: normal;
    margin-bottom: 30px;
}
.choose-btn a{
    display: inline-block;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 600;
    text-transform: capitalize;
    padding: 14px 30px;
    border-radius: 30px;
    background-color: #85eb34;
    border: 1px solid #85eb34;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.choose-btn a:hover{
    border: 1px solid #85eb34;
    color: #fff;
    background-color: transparent;
}
.choose-box{
    border-radius: 15px;
    border: 2px solid #85eb34;
    padding: 20px 14px;
    display: flex;
    align-items: center;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.choose-box:hover{
    border: 2px solid #85eb3485;
}
.choose-box img{
    margin-right: 10px;
}
.choose-box-head{
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}
.testimonials-sec{
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.testimonials-head{
    font-size: 37px;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 12px;
}
.testimonials-txt{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 25px;
}
.testimonials-btn a{
    display: inline-block;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 600;
    text-transform: capitalize;
    padding: 13px 35px;
    border-radius: 30px;
    background-color: #85eb34;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.testimonials-btn a:hover{
    background-color: #000;
    color: #fff;
}
.area_sec{
    padding-top: 60px;
    background-color: #0c1306;
}
.area_loc a {
    display: inline-block;
    padding: 15px 15px 15px 45px;
    border-radius: 10px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #85eb34;
    text-transform: capitalize;
    border: 2px solid #85eb34;
    background: url("../images/loc-img.png");
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 22px;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.area_loc a:hover{
    border: 2px solid #85eb3485;
}
footer{
    background-color: #0c1306;
	padding-top: 60px;
}
.footer-social{
    margin-top: 35px;
}
.footer-social img:first-child{
    margin-right: 5px;
}
.footer-head{
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #85eb34;
    font-weight: 600;
    margin-bottom: 25px;
}
.footer-list ul{
    margin: 0;
    padding: 0;
}
.footer-list ul li{
    list-style: none;
    padding-bottom: 10px;
}
.footer-list ul li:last-child {
    padding-bottom: 0;
}
.footer-list ul li a{
    display: inline-block;
    font-size: 15px;
    color: #e1e1e1;
    font-weight: 500;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-case ul li a{
    text-transform: none;
}
.footer-list ul li a:hover{
    color: #85eb34;
    padding-left: 5px;
}
.footer-list ul li img{
    margin-right: 5px;
}
.footer-list ul li strong{
    display: inline-block;
    font-size: 15px;
    color: #e1e1e1;
    font-weight: 500;
}
.footer-line{
    position: relative;
}
.footer-line::after {
    position: absolute;
    content: "";
    background-color: #ffffff1c;
    width: 1px;
    height: 100%;
    top: 0;
    right: 10px;
}
.copy-right-txt{
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    margin-top: 50px;
    padding: 25px 0;
    border-top: 1px solid #ffffff1c;
}
.copy-right-txt a {
    color: #e1e1e1;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.copy-right-txt a:hover {
    color: #85eb34;
}
#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: 54px;
    right: -30px;
    color: #fff;
    background: #85eb34;
    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: top center !important;
    max-width: 100% !important;
    padding: 150px 0 !important;
    margin: 120px 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0f1608;
    opacity: 0.830;
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 5px !important;
}
.breadcrumb-container {
    width: 100%;
    color: #85eb34;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #85eb34;
}
.sp-testimonial-free{
    border-radius: 15px !important;
    background-color: #ffffff !important;
	padding: 30px 20px !important;
    filter: drop-shadow(0px 3px 22.5px rgba(0, 0, 0, 0.09)) !important;
	margin: 5px !important;
    min-height: 300px !important;
}
.sp-testimonial-free-section.swiper-initialized{
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.sp-testimonial-post-title{
	position: absolute;
    right: 65px;
    top: 35px;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	text-transform: capitalize;
}
.sp-testimonial-client-rating{
	position: absolute;
    right: 95px;
    top: 70px;
}
.sp-testimonial-client-image{
	text-align: left !important;
	margin-bottom: 0 !important;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial{
	margin-bottom: 0 !important;
}
.sp-testimonial-content p{
	padding: 0 !important;
	margin-bottom: 0 !important;
	font-size: 14px !important;
    color: #000 !important;
    font-weight: normal !important;
    text-align: left !important;
    line-height: 1.5 !important;
}
.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #1c1c1c;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.inner_titl strong {
    color: #85eb34;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #85eb34;
}
.inner_txt {
    color: #1c1c1c;
    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: #1c1c1c;
    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: #85eb34;
}
.core-img img{
    margin-bottom: 20px;
}
.core-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    min-height: 100%; 
}
.review-content {
    padding: 40px 20px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 10px;
    min-height: 100%;
}
.review-content .review-txt{
    color: #1c1c1c;
    font-size: 16px;
    font-weight: normal;
}
.review-content img {
    margin-top: 20px;
}
.reviews-name {
    color: #1c1c1c;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    position:relative;
}
.reviews-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    background: #85eb34;
    width: 40px;
    height: 2px;
}
.contact_page_heading {
    color: #1c1c1c;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 7px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #85eb34;
}
.contact_page_heading strong {
    color: #85eb34;
}
.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
    padding-left: 60px;
}
.contact-img {
    position: absolute;
    top: 3px;
    left: 0;
    background: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}
.contact-text {
    color: #666;
    font-size: 16px;
}
.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;
    font-weight: normal;
    -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: #85eb34;
}

.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: 12px 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;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
	border-radius: 5px;
    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: #85eb34 !important;
    color: #1c1c1c !important;
    padding: 15px 30px !important;
    font-weight: 500 !important;
    font-size: 17px !important;
	border-radius: 30px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.send_btn input:hover {
    background-color: #1c1c1c  !important;
	 color: #85eb34 !important;
}
.contact-deatails .frm_fld p, .contact-deatails .send_btn p{
	margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
	border-color: #85eb34 !important;
}

.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: #1c1c1c;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #85eb34;
	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: #85eb34 !important;
	color: #1c1c1c;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 30px;
	padding: 13px 40px 12px;
	-moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ref_form_box .contact_btn input:hover{
	background: #1c1c1c !important;
	color: #85eb34;
}
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: #85eb34;
	border-color: #85eb34;
}
.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: #85eb34;
    width: 50%;
    float: left;
    color: #1c1c1c !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: #18a3de;
    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: #1c1c1c;
    background: #85eb34;
    text-align: center;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.thankyou-btn a:hover{
	background: #1c1c1c;
	color: #85eb34;
}
.error_page {
    padding: 40px 0 80px;
}


.fixed_buttons {
    position: fixed;
    right: -118px;
    top: 50%;
    z-index: 55555;
    transform: rotate(-90deg);
    width: auto;
}
.fixed_buttons { margin:0; list-style: none;}
.fixed_buttons li {
    float: left;
    margin: 0 2px;
    list-style: none;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}
.fixed_buttons li.contact_btn a {
background: linear-gradient(90deg, rgba(2, 145, 222, 1) 0%, rgba(1, 155, 238, 1) 21%, rgba(1, 171, 248, 1) 44%, rgba(1, 185, 252, 1) 65%, rgba(1, 197, 254, 1) 100%) !important;
    border-radius: 10px 10px 0 0;
}
.fixed_buttons li a {
    padding: 10px 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.call_btn {
    background: #85EB34 !important;
background: linear-gradient(180deg, rgba(133, 235, 52, 1) 0%, rgba(129, 226, 51, 1) 28%, rgba(124, 218, 47, 1) 100%, rgba(100, 183, 34, 1) 58%) !important;
}
.fixed_buttons li.call_btn a {
background: #85EB34;
background: linear-gradient(180deg, rgba(133, 235, 52, 1) 14%, rgba(57, 100, 22, 1) 82%, rgba(38, 66, 15, 1) 100%);
    border-radius: 10px 10px 0 0;
}

.faq_sec .inner_titl {
  text-align: center;
  margin-bottom: 35px;
}
.faq_sec .inner_titl::after {
  left: 50%;
  transform: translate(-50%, 0);
}

.faq_sec .sp-easy-accordion .sp-ea-single .ea-header a {
  font-size: 16px !important;
  line-height: 26px !important;
}
.faq_sec .sp-easy-accordion > .sp-ea-single > .ea-header a {
  color: #ffffff !important;
}
.faq_sec .sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon {
  float: right !important;
  color: #85eb34 !important;
}
.faq_sec .sp-easy-accordion > .sp-ea-single {
  background: #22390e !important;
}
.faq_sec .sp-easy-accordion > .sp-ea-single {
  border: 1px solid #85eb34 !important;
}
.faq_sec .sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  color: #1c1c1c !important;
}

.area_innr { width: 100%; padding: 0 39px;}
.area_innr ul {
  display: flex;
  justify-content: center;
  margin: 0;
  list-style: none;
}
.area_innr ul li {
  width: 25%;
  margin: 10px 0;
  padding: 0 10px;
}
.area_innr ul li a {
  width: 100%;
  display: block;
  background: #85eb34;
  color: #222;
  padding: 12px 15px;
	padding-left: 42px;
  border-radius: 30px;
  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;
}
.area_innr ul li a:before{ font-size: 20px; position: absolute; left: 20px; top: 10px; content:"\f3c5";  font-weight: 900; font-family: "Font Awesome 6 Pro"; }
.area_innr ul li a:hover{ background:#01b8fc; color:#fff; }




/* ====================Responsive==================*/

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-top, .header-menu, .header-btn, .banner-img::after, .banner-content::after, .choose-sec::after, .footer-line::after{
		display: none;
	}
	.header-bottom {
		padding: 15px 0;
	}
	.banner-sec{
		margin-top: 66px;
	}
	.banner-welcome-head{
		font-size: 20px;
	}
	.about-sec, .services-sec, .choose-wrap, .testimonials-sec{
		padding: 40px 0;
	}
	.area_sec{
		padding-top: 40px;
	}
	.banner-head, .about-head, .services-head, .choose-head, .testimonials-head{
		font-size: 26px;
	}
	.banner-btn a, .about-btn a, .choose-btn a{
		font-size: 15px;
		padding: 12px 25px;
	}
	.banner-content {
		padding-left: 9%;
	}
	.logo-part img{
		width: 270px;
		height: auto;
	}
	.sp-testimonial-post-title{
		position: static;
		text-align: left !important;
		margin-top: 40px !important;
	}
	.sp-testimonial-client-rating {
		position: absolute;
		left: 18px;
		top: 115px;
	}
	.sp-testimonial-free-section .sp-testimonial-title {
		margin: 0 0 8px 0 !important;
	}
	.sp-testimonial-free{
		min-height: 335px !important;
	}
	.page .entry-header, .blog_page_header {
        margin: 66px 0 50px !important;
        padding: 100px 0 !important;
    }
	.banner-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
	.banner-img {
        padding-top: 55px;
    }
	.copy-right-txt{
		padding-bottom: 60px;
	}
}

@media only screen and (max-width : 320px) {
    .banner-content {
        padding-left: 0;
    }
	.banner-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
	.banner-img{
		padding-top: 0 !important; 
	}
	.about-right{
		margin-top: 30px;
	}
	.about-one{
		margin-bottom: 30px;
	}
	.about-year{
		margin-left: 15px;
	}
	.sp-testimonial-free {
        min-height: auto !important;
    }
	.inner_page_img img{
		margin-bottom: 30px;
	}
	.contact_right{
		margin-top: 30px;
	}
	.area_innr { padding: 0 15px;}
	.area_innr ul { flex-wrap: wrap;}
	.area_innr ul li { width: 100%;}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
   .banner-content {
        padding-left: 0;
    }
	.banner-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
	.banner-img{
		padding-top: 0 !important;
	}
	.about-right{
		margin-top: 30px;
	}
	.about-one{
		margin-bottom: 30px;
	}
	.about-year{
		margin-left: 15px;
	}
	.sp-testimonial-free {
        min-height: auto !important;
    }
	.inner_page_img img{
		margin-bottom: 30px;
	}
	.contact_right{
		margin-top: 30px;
	}
	
	.area_innr { padding: 0 15px;}
	.area_innr ul { flex-wrap: wrap;}
	.area_innr ul li { width: 100%;}
	
}

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

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
	.sp-testimonial-free {
        min-height: 400px !important;
    }
}

@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) {
    .banner-content {
        padding-left: 0;
    }
	.banner-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
	.banner-img{
		padding-top: 0 !important;
	}
	.about-right{
		margin-top: 30px;
	}
	.about-one{
		margin-bottom: 30px;
	}
	.about-year{
		margin-left: 15px;
	}
	.inner_page_img img{
		margin-bottom: 30px;
	}
	.contact_right{
		margin-top: 30px;
	}
	
	.area_innr { padding: 0 15px;}
	.area_innr ul { flex-wrap: wrap;}
	.area_innr ul li { width: 50%;}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
   .banner-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
	.banner-img {
        padding-top: 78px;
    }
	.area_innr { padding: 0 20px;}
	.area_innr ul { flex-wrap: wrap;}
	.area_innr ul li { width: 50%;}
	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    .header-menu ul li{
		margin-right: 0;
	}
	.header-btn{
		 margin-left: 0;
	}
	.banner-img::after, .banner-content::after{
		display: none;
	}
	.banner-welcome-head{
		font-size: 26px;
	}
	.banner-head{
		font-size: 40px;
	}
	.banner-btn a{
		font-size: 15px;
		padding: 12px 25px;
	}
	.sp-testimonial-post-title{
		right: 25px;
	}
	.sp-testimonial-client-rating {
    position: absolute;
		right: 50px;
	}
	.banner-content {
		padding-left: 9%;
	}
	.sp-testimonial-free {
		min-height: 335px !important;
	}
	.choose-sec::after{
		display: none;
	}
	.area_innr { padding: 0 20px;}
	.area_innr ul { flex-wrap: wrap;}
	.area_innr ul li { width: 25%;}
}

/* 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) {
    .banner-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
	.banner-img{
		padding-top: 80px;
	} 
}

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

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.header-menu ul li{
		margin-right: 0;
	}
	.header-btn{
		 margin-left: 0;
	}
	.banner-img::after, .banner-content::after{
		display: none;
	}
	.banner-welcome-head{
		font-size: 26px;
	}
	.banner-head{
		font-size: 40px;
	}
	.banner-btn a{
		font-size: 15px;
		padding: 12px 25px;
	}
	.sp-testimonial-free{
		min-height: 335px !important;
	}
	.sp-testimonial-post-title{
		right: 20px;
	}
	.sp-testimonial-client-rating{
		 right: 45px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.header-menu ul li{
		margin-right: 0;
	}
	.header-btn{
		 margin-left: 0;
	}
	.banner-img::after, .banner-content::after{
		display: none;
	}
	.banner-welcome-head{
		font-size: 26px;
	}
	.banner-head{
		font-size: 40px;
	}
	.banner-btn a{
		font-size: 15px;
		padding: 12px 25px;
	}
	.sp-testimonial-free{
		min-height: 335px !important;
	}
	.sp-testimonial-post-title{
		right: 20px;
	}
	.sp-testimonial-client-rating{
		 right: 45px;
	}
}

/* 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-menu ul li{
		margin-right: 0;
	}
	.header-btn{
		 margin-left: 0;
	}
	.banner-img::after, .banner-content::after{
		display: none;
	}
	.banner-welcome-head{
		font-size: 26px;
	}
	.banner-head{
		font-size: 40px;
	}
	.banner-btn a{
		font-size: 15px;
		padding: 12px 25px;
	}
	.sp-testimonial-post-title{
		right: 25px;
	}
	.sp-testimonial-client-rating {
    position: absolute;
		right: 50px;
	}
	.banner-content {
		padding-left: 9%;
	}
	.sp-testimonial-free {
		min-height: 335px !important;
	}
	.choose-sec::after{
		display: none;
	}
}

@media screen and (min-width: 1424px) {
    .banner-img::after, .banner-content::after{
		display: none;
	}
	.banner-content {
        padding-left: 10%;
    }
}

@media screen and (min-width: 1624px) {
    .banner-img::after, .banner-content::after{
		display: none;
	}
	.banner-content {
        padding-left: 24%;
    }
}

@media screen and (min-width: 1920px) {
    .banner-img::after, .banner-content::after{
		display: none;
	}
	.banner-content {
        padding-left: 39%;
    }
}

@media screen and (min-width: 2048px) {
   .banner-img::after, .banner-content::after{
		display: none;
	}
	.banner-content {
        padding-left: 45%;
    }
}

@media screen and (min-width: 2550px) {
	.banner-img::after, .banner-content::after{
		display: none;
	}
	.banner-content {
        padding-left: 59%;
    }
}