/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* GLOBAL */

.heading-with-icon img {
	border-radius:50px;
}

.error404 .fusion-li-item-content {
    display: inline-block;
    margin-left: 15px !important;
}
.error404 .menu-item-object-custom {
    display: none;
}
.avada-has-pagetitle-bg-full .fusion-page-title-bar {
	border-bottom: 0px solid;
}
.c-title-section h4 {
    font-size: 30px !important;
    padding-top: 30px;
}
.c-title-section h4:after {
    content: '';
    background: #1e4b2c;
    height: 1px;
    width: 200px;
    display: inline-block;
    position: relative;
    top: -7px;
    left: 30px;
}
.to-top-right #toTop,
.to-top-right #toTop:active,
.to-top-right #toTop:focus {
    background: #fff;
    border-radius: 100% !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 30px !important;
    bottom: 20px;
    box-shadow: 0 0 20px #ddd;
}
.to-top-right #toTop:before,
.to-top-right #toTop:focus:before,
.to-top-right #toTop:active:before{    
    color: #1e4b2c !important;
    font-size: 30px !important;
}
.to-top-right #toTop:hover:before {    
    color: #fff !important;
}
.fusion-page-title-bar-center .fusion-page-title-captions {
    padding-top: 40px;
}
.fusion-main-menu .fusion-dropdown-menu .sub-menu li:hover a,
.fusion-main-menu .fusion-dropdown-menu .sub-menu .current-menu-item a{
    color: #fff !important;
}
.fusion-main-menu>ul>li>a.fusion-flex-link {
    font-weight: 700;
    font-family: "Akrobat Black"
}
.c-menu {
    margin-left: 20px !important;
}
.fusion-page-title-captions,
.fusion-page-title-bar .fusion-breadcrumbs{
    text-align: left !important;
}
.fusion-page-title-bar .fusion-breadcrumbs {
    margin-top: 20px;
}
.fusion-page-title-bar .fusion-page-title-row h1 {
    font-family: "Montserrat"
}
.fusion-page-title-bar:before {
    content: '';
    width: 55%;
    height: 248px;
    margin-left: -30px;
    display: block;
    position: absolute;
    background-color: #206040;
    mix-blend-mode: multiply;
    border-bottom-right-radius: 180px;
}
.c-text-list ul {
	padding-left: 20px;
}
.c-text-list li {
	display: block;
}
.c-text-list li:before {
	content: url('/wp-content/uploads/2022/06/check-mark-1-1.png');
	margin-right: 10px;
}
@media only screen and (max-width: 800px) {
	.fusion-mobile-menu-icons a {
		font-size: 24px !important
	}
	.c-title-section h4 {
		font-size: 26px !important;
	}
	.c-title-section h4:after {
		display: none;
	}
	.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header {
		padding: 8px 30px !important;
	}
	.c-menu,
	.c-menu-social {
		display: none;
	}
	body:not(.mobile-menu-design-flyout) .fusion-mobile-nav-item a {
		border-color: #ddd !important;
	}
	.fusion-page-title-captions,
	.fusion-page-title-bar .fusion-breadcrumbs{
	    text-align: center !important;
	}
	.fusion-page-title-bar:before {
	    display: none;
	}
	.fusion-page-title-bar h1 {
	    background-color: rgb(30 75 44 / 0.9);
		padding: 5px 10px !important;
		font-size: 24px !important;
		border-radius: 20px;
	}
	.fusion-logo img {
		width: 170px !important;
	}
}

/* HOME */
.r-slider {
    padding: 0px !important;
}
.fusion-slider-sc:hover .flex-next {
    right: 20px !important
}
.fusion-slider-sc:hover .flex-prev {
    left: 20px !important
}
.fusion-slider-sc:hover .flex-next,
.fusion-slider-sc:hover .flex-prev {
    background: #fff;
    color: #1e4b2c;
    font-size: 30px !important;
    border-radius: 100%;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
}
.r-slider .flex-control-paging {
    display: none !important;
}
.r-slider .flexslider,
.r-slider .fusion-layout-column {
    margin-bottom: 0px !important;
}
.r-who {
    min-height: 696px;
}
.r-who .c-title-section h4 {
    padding-bottom: 25px;
}
.r-who .c-text {
    text-align: justify;
}
.r-who .c-button {
    margin-top: 20px;
}
.r-who .c-image {
	margin-top: 84px;
	margin-left: 40px;
	    border-radius: 200px !important;
    /*border-top-right-radius: 200px;
	border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px;*/
	box-shadow: 0 10px 20px rgb(0 0 0 / 0.4) !important;
}
.r-who .c-image img {
	object-fit: cover;
}
.r-offer,
.r-tour {
    padding-bottom: 60px !important;
}
.r-offer .c-box  .fusion-column-inner-bg-image,
.r-tour .c-box  .fusion-column-inner-bg-image {
    background: #fff;
    border-radius: 50px !important;
	box-shadow: 0 10px 20px #ddd !important;
   
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/*.r-offer .c-box:hover .fusion-column-inner-bg-image,
.r-tour .c-box:hover .fusion-column-inner-bg-image{
    box-shadow: 0 10px 20px #ddd !important;
}*/
.r-offer .c-box .c-image img,
.r-tour .c-box .c-image img{
    border-top-left-radius: 50px !important;
	border-top-right-radius: 50px !important;
    height: 190px;
    width: 400px;
    object-fit: cover;
}
.r-offer .c-box .c-title h4,
.r-tour .c-box .c-title h4{
    font-size: 22px !important;
    text-transform: uppercase;    
    text-align: center;
    margin-top: 20px;
}
.r-offer .c-box .c-text {    
    line-height: 24px;
    padding: 0 20px;
    min-height: 220px;
}
.r-tour .c-box .c-text {   
    line-height: 24px;
    padding: 0 20px;
    min-height: 240px !important;
}
.r-offer .c-box .c-text ul,
.r-tour .c-box .c-text ul {
    margin-top: 10px;
    padding-left: 30px
}
.r-reh {
    padding-bottom: 85px !important;
}
.r-reh .c-title-section {
    margin-bottom: 15px;
}
.r-reh .c-box-image:after {
    content: url('/wp-content/uploads/2022/04/reh-apple_06.png');
    position: absolute;
    display: table;
    left: 60px !important;
    top: 30px !important;
}
.r-reh .c-box-image .c-image {
    border-radius: 50px;
   
}
.r-reh .c-box-text .c-title h4 {
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.r-reh .c-box-text .c-text {
    text-align: justify;
    line-height: 23px;
}
.r-reh .fusion-builder-column-10 {
    padding-left: 20px;
}
.r-why {
    margin-bottom: 25px !important;
    background-size: contain !important;
}
.r-why .c-title-section h4 {
    margin-bottom: 30px;
}
.r-why .c-title-section h4:after {
    position: absolute;
    left: 560px;
    top: 90px;
    width: 140px;
}
.r-why .c-box {
    margin-bottom: 0px 
}
.r-why .c-box .fusion-column {
    margin-bottom: 20px !important;
    height: 100px;
}
.r-why .c-box .heading {
    margin-bottom: 0px !important;
    font-family: "Akrobat Black"
}
.r-why .c-box  .content-container {
    margin-bottom: 0px !important;
}
.r-why .c-box  .content-container>p {
    line-heighT: 24px;
}
.r-why .c-title-form h5 {
    font-family: "Akrobat Regular" !important;
    font-size: 20px;
    color: #454545 !important;
    margin-bottom: 15px;
}
.r-why .s-form {
    padding-right: 0px !important;
    padding-left: 0px !important;
    font-size: 14px;
}
.r-why .s-form  .fusion-form-field {
    margin: 7px 0px 0px;
}
.r-why .s-form  .fusion-form-field input {
    padding: 0 20px !important;
}
.r-why .s-form  .fusion-form-field .fusion-form-checkbox label {
    font-size: 14px;
}
.r-why .s-form .c-button-submit {
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
}
.r-why .s-form .fusion-form-checkbox {
    margin-bottom: 0px !important;
}
.r-why .s-form .c-polityka {
    margin-left: 20px;
}
.r-why .c-image img {
    margin-top: 170px;
    margin-left: 15px;
    width: 550px;
    height: 870px !important;
    object-fit: cover;
    border-radius:150px;
}
@media only screen and (max-width: 800px) {
	.r-slider .flexslider .slides img {
		min-height: 300px;
		object-fit: cover;
	}
	.r-who {
	    min-height: auto;
		background: #fff !important;
		text-align: center;
		padding-bottom: 30px !important;
	}
	.r-who .c-title-section h4 {
	    padding-bottom: 15px;
		margin-top: 10px;
	}
	.r-who .c-title-section h4:after {
		display: none !important;
	}
	.r-who .c-image {
		margin-top: 0px;
		margin-left: 0px;
		height: 300px;
		border-top-left-radius: 150px;
		border-bottom-right-radius: 150px;
	}
	.r-who .c-image img {
		object-fit: cover;
	}
	.r-offer,
	.r-tour {
		text-align: center;
	}
	.r-offer .c-box .c-text,
	.r-tour .c-box .c-text{  
		text-align: left;
		min-height: auto;
	}
	.r-reh {
		text-align: center;
	}
	.r-reh .c-title-section {
	    margin-bottom: 0px;
	}
	.r-reh .c-box-image:after {	    
	    left: 80px !important;
	}
	.r-reh .c-box-image .c-image {
	    left: -30px;
	}
	.r-reh .c-box-text .c-title h4 {
	    margin-top: 40px;
	}
	.r-why {
		background: #fff !important;
		text-align: center;
	}
	.r-why .c-box {
		margin-top: 20px;
	}
	.r-why .c-box .fusion-column {
	    margin-bottom: 30px !important;
	    height: auto;
		text-align: left;
	}
	.r-why .c-image img  {
		margin-top: 0px;
		height: 300px !important;
		object-fit: cover !important;
	}
}

/* FOOTER */
.r-footer {
    background: #1e4b2c !important;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 35px 30px 0 !important;
}
.r-footer .fusion-layout-column {
    margin-bottom: 0px !important;
}
.r-footer .c-text {
    border-bottom: 1px solid hwb(0 100% 0% / 0.5);
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.r-footer  .c-box {
    margin-bottom: 0px;
}
.r-footer .c-box .fusion-column {
    padding: 0px !important;
}
.r-footer  .c-box p {
    color: #fff !important;
}
.r-footer  .c-box .fusion-column:hover p {
    text-decoration: underline
}
.r-footer  .c-box .heading img {
    margin-bottom: 0px !important;
}
.r-footer .c-maps img {
    border-radius:50px;
}
.r-copy {
    background: #1e4b2c !important;
    border-top: 1px solid hwb(0 100% 0% / 0.5) !important;
    color: #fff;
}
.r-copy a {
    color: #fff;
}
.r-copy a:hover {
    text-decoration: underline;
    color: #fff;
}
.r-copy .fusion-layout-column {
    margin-bottom: 0px !important;
}
.r-copy .s-right .c-text {
    text-align: right;
}
@media only screen and (max-width: 800px) {
	.r-footer .c-box .fusion-column {
		margin-bottom: 15px !important;
	}
	.r-footer  .c-box p {
	    color: #fff !important;
		line-height: 18px;
	}
	.r-footer .c-maps {
		margin-bottom: 20px;
	}
	.r-footer .content-box-column-1,
	.r-footer .content-box-column-3{
		width: 35%;
		display: inline-block;
		vertical-align: top;
	}
	.r-footer .content-box-column-2 {
		width: 30%;
		display: inline-block;
		vertical-align: top;
	}
	.r-copy {
	    text-align: center;
	}
	.r-copy .s-right .c-text {
	    text-align: center;
	}
}

/* TESTIMONIALS Page */
.testimonials-page.fusion-testimonials.classic .author{
	font-size: 20px;
	line-height: 30px !important;
	padding-top: 0;
	text-align: center !important;
}
.testimonials-page.fusion-testimonials.classic blockquote q{
	font-size: 18px;
	line-height: 28px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.testimonials-page .reviews{
	width: 100% !important;
	height: auto !important;
}
.testimonials-page .reviews .review{
	width: 100% !important;
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	opacity: 1 !important;
	display: block !important;
	height: auto !important;
	border: 1px solid #ddd;
	border-top-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
	padding: 20px 10px;
	margin-bottom: 30px;
	text-align: center;
}
.fusion-testimonials.classic .company-name {
	display: inline-block !important;
	font-family: "Akrobat Black"
}

/* DOWNLOAD PAGE */
.p-download ul {
	padding-left: 0px !important;
}
.p-download li {
	display: block;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 2px 10px 15px;
	font-size: 18px;
	font-family: "Akrobat Black"
}
.p-download li:before {
	content: url('/wp-content/uploads/2022/05/download-1.png');
	top: 12px;
	position: relative;
	margin-right: 10px;
}

/* PAGES global */
.p-intro {
    min-height: auto !important;
}
.p-intro .c-title-section h4:after {
    display: none;
}
.p-default h4 {
	margin-bottom: 10px !important;
}
.p-default img {
	box-shadow: 0 10px 20px #ddd !important;
border-radius: 100px;
	height: 400px;
	width: 519px;
	object-fit: cover;
}
.p-default ul {
	padding-left: 15px;
}
.p-default li {
	display: block;
}
.p-default li:before {
	content: url('/wp-content/uploads/2022/06/check-mark-1-1.png');
	margin-right: 10px;
}
@media only screen and (max-width: 800px) {	
	.p-default img {
		border-radius: 100px;
		text-align: right;
		width: 50%;
		height: 150px;
	}
}

/* OFFER PAGE */
.p-offer {
	padding-bottom: 0px !important;
}
.p-offer .c-box  {
	margin-bottom: 0px !important;
}
.p-offer .c-box .fusion-column-wrapper {
	box-shadow: 0 10px 20px #ddd !important;
border-radius:50px!important;
	min-height: 550px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
	.p-offer .c-box .fusion-column-wrapper {
		margin-bottom: 20px;
	}
}

/* TOUR PAGE */
.p-tour {
	padding-bottom: 0px !important;
}
.p-tour .c-box  {
	margin-bottom: 0px !important;
}
.p-tour .c-text h4 {
	marhgin-bottom: 20px !important;
}
@media only screen and (max-width: 800px) {
	.p-tour .fusion-layout-column {
		margin-bottom: 30px !important;
	}
}

/* CONTACT PAGE */
.p-contact .c-box {
	font-size: 20px;
	margin-bottom: 0px;
}
.p-contact .c-box img {
	width: 100px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.p-contact .c-box .col:hover img {
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.p-contact iframe {
	border-top-right-radius: 200px !important;
    border-bottom-left-radius: 200px !important;
}
.p-contact .fusion-form-form-wrapper {
	box-shadow: 0 5px 20px #ddd !important;
	padding: 32px;
	text-align: center;
	border-radius: 30px;
}
.p-contact .fusion-form-form-wrapper .fusion-form-field {
	margin: 5px 0;
}

/* WORK PAGE */
.p-work h4 {
	margin-top: 0px;
	margin-bottom: 10px;
}
.p-work p {
	font-size: 20px;
}
.p-work strong {
    font-family: "Akrobat Black"
}
.p-work .c-work {
	margin-bottom: 0px !important;
	margin-top: 20px;
}
.p-work .c-work .col {
	border: 1px solid #ddd;
	padding: 15px 15px 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.p-work .c-work .col:hover {
	box-shadow: 0 5px 20px #ddd !important;
}
.p-work-single {
	text-align: center;
	padding: 0 150px !important;
}
.p-work-single .fusion-form-form-wrapper {
	padding: 0 100px;
}
.p-work-single .fusion-form-form-wrapper label {
	font-family: "Akrobat Black";
	font-size: 18px;
}
.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label {
	font-family: "Akrobat Regular";
}
.p-work-single .fusion-form-form-wrapper .fusion-form-field .fusion-form-input {
	font-size: 18px !important;
}
@media only screen and (max-width: 800px) {
	.p-work h3 {
		font-size: 20px !important;
	}
	.p-work p {
		font-size: 17px;
	}
	.p-work .fusion-column {
		margin-bottom: 10px !important;
	}
	.p-work-single {
		text-align: center;
		padding: 0 !important;
	}
	.p-work-single .fusion-form-form-wrapper {
		padding: 0 ;
	}
}
/* PAGE REH */
.p-reh {
	min-height: auto !important;
	background-size: contain !important;
	background-position: top center !important;
}
.p-reh .c-image {
	margin-top: 54px;	
	margin-bottom: 30px !important;
	margin-left: 0px;
	border-top-left-radius: 185px;
	border-bottom-right-radius: 185px;
	box-shadow: -15px 15px 20px rgb(30 75 44 / 0.2) !important;
}
.p-reh .c-box {
	margin-top: 20px;
	margin-bottom: 0px !important;
	padding: 0 130px;
}
.p-reh .c-box .fusion-column {
	margin-bottom: 55px;
}
.p-reh .c-box img {
	box-shadow: -5px 10px 20px rgb(30 75 44 / 0.29);
	border-radius: 50px !important;
}
.p-reh .c-box h2 {
	font-family: "Akrobat Regular" !important;
}
.p-reh2 {
	min-height: auto !important;
	background-size: contain !important;
	background-position: top center !important;
	padding-bottom: 30px !important;
}
.p-reh2 .c-title-section h4:after {
	display: none;'
}
.p-reh2 .c-image {
	border-top-left-radius: 0;
	border-top-right-radius: 185px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius:  185px;
	margin-top: 44px;	
	margin-bottom: 30px !important;
	margin-left: -20px;
}
.p-reh2 .s-text {
	padding-left: 20px;
}
.p-reh2 .s-text  .c-title-section h4 {
	margin-top: 0px;
}
.p-reh-offer {
	padding-bottom: 0px !important;
}
.p-reh-offer .c-title-section h4 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.p-reh-offer .c-box  {
	margin-bottom: 0px !important;
}
.p-reh-offer .c-box .fusion-column-wrapper {
	min-height: 545px;
	box-shadow: 0 10px 20px #ddd !important;
	border-top-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
	text-align: justify;
}
.p-reh-zabiegi {
	margin-top: 55px !important;
	padding-bottom: 10px !important;
}
.p-reh-zabiegi .c-title-section h4 {
	margin-bottom: 20px;
}
.p-reh-zabiegi .c-text h3 {
	font-family: "Akrobat Black" !important;
	font-size: 22px;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.p-reh-zabiegi .c-text p {
	margin-left: 30px;
}
.p-reh-cta {
	text-align: center;
	color: #fff;
	font-size: 30px;
	padding: 40px 30px 30px !important;
}
.p-reh-cta p {
	line-height: 30px;
}
.p-reh-cta strong {
	font-family: "Akrobat Black" !important
}
.p-reh-cta-big {
	min-height: 540px;
}
.p-reh-cta-big .c-text h4 {
	font-size: 68px;
	font-family: "Akrobat Regular" !important;
	color: #000;
}
.p-reh-cta-big .c-text h4 strong {
	font-size: 68px ;
	font-family: "Akrobat Black" !important
}
.p-reh-cta-big .c-text p {
	font-size: 36px;
	color: #000;
	margin-top: 50px;
}
.p-reh-cta-big .c-button {
	margin-top: 10px !important;
}
@media only screen and (max-width: 800px) {
	.p-reh-cta-big {
		min-height: auto;
	}
	.p-reh-cta-big .c-text h4 {
		font-size: 30px !important;
	}
	.p-reh-cta-big .c-text h4 strong {
		font-size: 29px;
	}
	.p-reh-cta-big .c-text p {
		font-size: 22px;
	}
	.p-reh {
		min-height: auto !important;
		background-size: contain !important;
		background-position: top center !important;
	}
	.p-reh .c-image {
		margin-top: 0px;	
		margin-bottom: 0px !important;
		border-top-left-radius: 150px;
		border-bottom-right-radius: 150px;
	}
	.p-reh .c-image img {
		height: 300px;
		object-fit: cover;
	}
	.p-reh .c-box {
		padding: 0;
	}
	.p-reh2 .c-image {
		border-top-right-radius: 150px;
		border-bottom-left-radius:  150px;
		margin-top: 0px;	
		margin-bottom: 0px !important;
		margin-left: 0px;
	}
	.p-reh2 .c-image img {
		height: 300px;
		object-fit: cover;
	}
	.p-reh2 .s-text {
		padding-left: 0px;
	}
	.p-reh2 .s-text  .c-title-section h4 {
		margin-top: 0px;
	}
	.p-reh-offer .c-box .fusion-column-wrapper {
		min-height: auto;
		margin-bottom: 20px;
	}
	.p-reh-zabiegi .c-text p {
		margin-left: 0px;
	}
	.p-reh-cta {
		font-size: 20px;
	}
	.p-reh-cta p {
		line-height: 30px;
	}
}

/* TERAPY PAGE */
.p-ter .c-title-section h4:after {
    width: 200px;
}
.p-ter .c-box {
	padding: 0px !important;
}
.p-ter .c-box .content-container {
	line-height: 24px;
}
.p-ter2 {
	padding-bottom: 0px !important;
}
.p-ter .c-text li,
.p-ter2 .c-text li{
	display: block;
}
.p-ter .c-text li:before,
.p-ter2 .c-text li:before{
	content: url('/wp-content/uploads/2022/06/check-mark-1-1.png');
	margin-right: 10px;
}
@media only screen and (max-width: 800px) {
	.p-ter .c-text ul,
	.p-ter2 .c-text ul {
		padding-left: 10px !important;
	}
}

/* OFFER SINGLE PAGE */
.p-single-offer {
	min-height: auto !important;
	background-size: cover !important;
	background-position: top center !important;
	padding-top: 20px !important;
}
.p-single-offer .c-image {
	margin-top: 75px;	
	margin-bottom: 30px !important;
	margin-left: -40px;
	border-top-left-radius: 185px;
	border-bottom-right-radius: 185px;
	box-shadow: -15px 15px 20px rgb(30 75 44 / 0.2) !important;
}
.p-single-offer .c-image img {
	min-width: 600px;
}
.p-single-offer2 {
	margin-top: 0px !important;	
	margin-bottom: 30px !important;
	min-height:auto;
}
.p-single-offer2 .c-box {
	margin-top: 20px;
	margin-bottom: 0px !important;
	padding: 0 70px;
}
.p-single-offer2 .c-box .fusion-column .col {
	margin-bottom: 0px !important;
	min-height: 270px;
	padding: 25px 25px 15px;
	background: #206040 !important;
	border-radius:50px;
	box-shadow: -15px 15px 20px rgb(30 75 44 / 0.2) !important;
}
.p-single-offer2 .c-box .fusion-column .col .image {
	text-align: left;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.p-single-offer2 .c-box .fusion-column .col .image img {
	height: 85px;
	width: auto;
}
.p-single-offer2 .c-box .fusion-column .col:hover .image {
	-moz-transform: translateX(55px);
	-webkit-transform: translateX(55px);
	-o-transform: translateX(55px);
	-ms-transform: translateX(55px);
	transform: translateX(55px);
}
.p-single-offer2 .c-box .fusion-column .col .heading {
	margin-bottom: 0px;
}
.p-single-offer2 .c-box .fusion-column .col .content-container {
	font-size: 18px;
	line-height: 22px;
	color: #fff !important;
	text-align: left;
	border-top: 2px solid #fff;
	padding-top: 15px;
}
.p-single-offer3 {
	margin-top: 0px !important;	
	margin-bottom: 80px !important;
	min-height:auto;
}
.p-single-offer3 .c-image {
	margin-top: 50px;	
	margin-bottom: 0px !important;
	margin-left: -40px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 185px;
	border-bottom-left-radius: 185px;
	box-shadow: -15px 15px 20px rgb(30 75 44 / 0.2) !important;
}
.p-single-offer3 .c-image img {
	min-width: 478px;
}
.p-single-offer3 .c-title-section h4 {
	margin-top: 25px;
}
.p-single-offer3 .c-title-section h4:after {
    width: 200px;
}
.p-single-offer4 {
	min-height: auto !important;
	padding-top: 0px !important;
	padding-bottom: 20px !important;
}
.p-single-offer4 .c-image {
	margin-top: 55px;	
	margin-bottom: 30px !important;
	margin-left: -40px;
	border-top-left-radius: 185px;
	border-bottom-right-radius: 185px;
	box-shadow: -15px 15px 20px rgb(30 75 44 / 0.2) !important;
}
.p-single-offer4 .c-image img {
	min-width: 600px;
}
.p-single-offer4 .c-title-section h4 {
	color: #fff;
	margin-top: 60px
}
.p-single-offer4 .c-title-section h4:after {
    background: #fff !important;
	width: 260px;
}
.p-single-offer4 .c-text {
	color: #fff;
}
.p-single-offer4 .c-text-list ul {
	padding-left: 0px;
}
.p-single-offer4 .c-text-list li:before {
	filter: brightness(0) invert(1);
}
@media only screen and (max-width: 800px) {
	.p-single-offer {
		background: #fff !important;
	}
	.p-single-offer .c-image {
		margin-top: 0px;	
		margin-bottom: 0px !important;
		margin-left: 0px;0.2) !important;
	}
	.p-single-offer2 .c-box {
		text-align: center;
		padding: 0px;
	}
	.p-single-offer2 .c-box .fusion-column .col {
		min-height: auto;
	}
	.p-single-offer2 .c-box .fusion-column .col .image {
		text-align: center;
	}
	.p-single-offer2 .c-box .content-box-column {
		margin-bottom: 20px !important;
	}
	.p-single-offer2 .c-box .fusion-column .col .content-container {
		text-align: center;
	}
	.p-single-offer3 {
		margin-top: 0px !important;	
		margin-bottom: 0px !important;
		min-height:auto;
	}
	.p-single-offer3 .c-image {
		margin-top: 20px;	
		margin-bottom: 0px !important;
		margin-left: 0px;
		border-top-right-radius: 150px;
		border-bottom-left-radius: 150px;
	}
	.p-single-offer3 .c-image img {
		min-width: 400px;
	}
	.p-single-offer3 .c-title-section h4 {
		margin-top: 0px !important;
	}
	.p-single-offer4 {
		min-height: auto !important;
		padding-top: 0px !important;
		padding-bottom: 20px !important;
	}
	.p-single-offer4 .c-image {
		margin-top: 55px;	
		margin-bottom: 30px !important;
		margin-left: -40px;
		border-top-left-radius: 185px;
		border-bottom-right-radius: 185px;
		box-shadow: -15px 15px 20px rgb(30 75 44 / 0.2) !important;
	}
	.p-single-offer4 .c-image img {
		min-width: 495px;
	}
	.p-single-offer4 .c-title-section h4 {
		color: #1e4b2c;
		margin-top: 40px
	}
	.p-single-offer4 .c-text {
		color: #000;
	}
	.p-single-offer4 .c-text-list ul {
		padding-left: 0px;
	}
	.p-single-offer4 .c-text-list li:before {
		filter: brightness(0) invert(0);
	}
}


/* ABOUT US PAGE */
.p-about {
	min-height: auto !important;
	background-size: cover !important;
	background-position: top center !important;
	padding-top: 0px !important;
}
.p-about .c-title-section h4:after {
	width: 220px !important;
	top: -30px;
}
.p-about .c-image {
	margin-top: 55px;	
	margin-bottom: 30px !important;
	box-shadow: -15px 15px 20px rgb(30 75 44 / 0.2) !important;
}
.p-about2 {
	margin-top: 0px !important;	
	margin-bottom: 80px !important;
	min-height: 642px;
}
.p-about2 .c-image {
	margin-top: 80px;	
	margin-bottom: 0px !important;
	margin-left: 20px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 185px;
	border-bottom-left-radius: 185px;
	box-shadow: -15px 15px 20px rgb(30 75 44 / 0.2) !important;
}
.p-about2 .c-image img {
	min-width: 539px;
}
.p-about2 .c-title-section h4 {
	margin-top: 85px;
}
.p-about2 .c-title-section h4:after {
    width: 130px;
}
.p-about3 {
	margin-top: 40px !important;	
	margin-bottom: 30px !important;
	min-height:auto;
}
.p-about3 .c-box {
	margin-top: 20px;
	margin-bottom: 0px !important;
	padding: 0 0px;
}
.p-about3 .c-box .fusion-column .col {
	margin-bottom: 0px !important;
	min-height: 270px;
	padding: 25px 25px 15px;
	background: #206040 !important;
	border-radius:50px;
	box-shadow: -15px 15px 20px rgb(30 75 44 / 0.2) !important;
}
.p-about3 .c-box .fusion-column .col .image {
	text-align: left;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.p-about3 .c-box .fusion-column .col:hover .image {
	-moz-transform: translateX(50px);
	-webkit-transform: translateX(50px);
	-o-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
}
.p-about3 .c-box .fusion-column .col .heading {
	margin-bottom: 0px;
}
.p-about3 .c-box .fusion-column .col .content-container {
	font-size: 18px;
	line-height: 22px;
	color: #fff !important;
	text-align: left;
	border-top: 2px solid #fff;
	padding-top: 15px;
}
.p-about4 {
	min-height: auto !important;
	padding-top: 0px !important;
	padding-bottom: 60px !important;
}
.p-about4 .c-title-section h4 {
	color: #1e4b2c;
	margin-top: 30px
}
.p-about4 .c-title-section h4:after {
    background: #1e4b2c !important;
	width: 370px;
}
.p-about4 .c-text {
	font-size: 18px;
}
.p-about4 .c-text strong {
	font-family: "Akrobat Black";
}
.p-about4 .c-text-list ul {
	padding-left: 30px;
}
@media only screen and (max-width: 800px) {
	.p-about .c-image {
		margin-top: 0px;	
		margin-bottom: 30px !important;
		margin-left: 0px; 44 / 0.2) !important;
	}
	.p-about2 {
		margin-top: 0px !important;	
		margin-bottom: 30px !important;
		min-height: auto;
	}
	.p-about2 .c-image {
		margin-top: 0px;	
		margin-bottom: 0px !important;
		margin-left: 0px;
	}
	.p-about2 .c-title-section h4 {
		margin-top: 0px;
	}
	.p-about3 {
		margin-top: 0px !important;	
		margin-bottom: 0px !important;
	}
	.p-about3 .c-box .fusion-column .col {
		min-height: auto;
	}
	.p-about3 .c-box .fusion-column .col .image {
		text-align: center;
	}
	.p-about3 .c-box .fusion-column .col .content-container {
		text-align: center;
	}
	.p-about4 {
		padding-bottom: 0px !important;
	}
	.p-about4 .c-title-section h4 {
		margin-top: 10px;
	}
	.p-about4 .c-text-list ul {
		padding-left: 0px !important;
	}
}