/*--------------------------------------------------------------
## Default styling Reset
--------------------------------------------------------------*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body{
	margin: 0;
	color: #676767;
	background: #fff;
	font: 18px/1.5 'Open Sans', Arial, sans-serif;
}
main{
	display: block;
}
h1{
	font-size: 2em;
	margin: 0.67em 0;
}
hr{
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre{
	font-family: monospace, monospace;
	font-size: 1em;
}
a{
	background-color: transparent;
}
abbr[title]{
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong{
	font-weight: bolder;
}
code,
kbd,
samp{
	font-family: monospace, monospace;
	font-size: 1em;
}
small{
	font-size: 80%;
}
sub,
sup{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub{
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img{
	border-style: none;
}
button,
input,
optgroup,
select,
textarea{
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input{ 
	overflow: visible;
}
button,
select{
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"]{
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{
	outline: 1px dotted ButtonText;
}
fieldset{
	padding: 0.35em 0.75em 0.625em;
}
legend{
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress{
	vertical-align: baseline;
}
textarea{
	overflow: auto;
}
[type="checkbox"],
[type="radio"]{
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{
	height: auto;
}
[type="search"]{
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration{
	-webkit-appearance: none;
}
::-webkit-file-upload-button{
	-webkit-appearance: button;
	font: inherit;
}
details{
	display: block;
}
summary{
	display: list-item;
}
template{
	display: none;
}
[hidden]{
	display: none;
}
#wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}
h1,
h2{
	color: #000c22;
	margin-bottom: 20px;
	font: 600 54px/1.5 'Mulish', sans-serif;
}
/*--------------------------------------------------------------
## Banner styling
--------------------------------------------------------------*/
.banner{
	position: relative;
	margin-bottom: 70px;
}
.banner .img-bg,
.event-holder .img-bg,
.article .img-bg{
	background: #77CFC6;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.banner .img-bg img,
.event-holder .img-bg img,
.article .img-bg img{
	max-width: 100%;
}
.banner .img-bg .overlay,
.event-holder .img-bg .overlay,
.article .img-bg .overlay{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	z-index: 0;
	backface-visibility: hidden;
	background: #55c3b8;
	background: linear-gradient(135deg,#55c3b8 0%,#55c3b8 100%);
	opacity: 0.8;
}
.banner h1{
	color: #d91b5c;
	text-align: center;
	margin: 0;
	padding: 22px 0 17px;
}
.banner .img-holder{
	max-width: 360px;
	margin: 0 auto;
}
.banner .img-holder img{
	display: block;
	width: 100%;
	height: auto;
}
.banner .btn-holder{
	text-align: center;
	position: relative;
	z-index: 1;
}
.banner .btn-holder .btn,
.product-area .btn{
	display: inline-block;
	background: #D91B5C;
	opacity: 1;
	padding: 12px 26px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	transition: all ease 0.3s;
	position: relative;
	transition: all ease 0.3s;
	top: 0;
	margin: 5px;
	min-width: 256px;
}
.banner .btn-holder .btn:hover,
.product-area .btn:hover{
	box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16)!important;
	top: -3px;
	opacity: 1;
	transition: all ease 0.5s;
}
.banner .social-networks{
	text-align: center;
	margin: 60px 0 0 0;
}
.banner .social-networks li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.banner .social-networks a{
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}
.banner .social-networks svg{
	width: 100%;
	height: 100%;
	transition: all ease 0.5s;
}
.banner .social-networks svg path{
	fill: #D91B5C;
}
.banner .social-networks a:hover svg{
	opacity: 0.7;
}
.banner .shape-divider{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	fill: #fff;
}
/*--------------------------------------------------------------
## Info Section styling
--------------------------------------------------------------*/
.info{
	background: #d91b5c;
	padding: 56px 0;
	color: #FDF3F6;
	text-align: center;
}
.info .ico{
	width: 91px;
	height: 91px;
	display: block;
	margin: 0 auto;
	border: 3px solid rgba(255,255,255,0.15);
	border-radius: 100%;
	padding: 28px;
	margin-bottom: 30px;
}
.info .ico svg{
	max-width: 30px;
	max-height: 30px;
}
.info h2{
	font-size: 42px;
	color: #fff;
}
/*--------------------------------------------------------------
## Product Area styling
--------------------------------------------------------------*/
.product-area{
	padding: 30px 0 180px;
	position: relative;
}
.product-area h2{
	color: #55c3b8;
	text-align: center;
	margin: 0;
}
.product-area .text{
	text-align: center;
	display: block;
	margin-bottom: 34px;
}
.product-area p{
	margin-bottom: 30px;
}
.product-area .products{
	text-decoration: none;
	display: block;
	position: relative;
	color: #fff;
	margin: 0 -14px 1px;
	overflow: hidden;
}
.product-area .products img{
	max-width: 100%;
	-ms-transition: transform .62s cubic-bezier(.05,.2,.1,1);
	-webkit-transition: transform .62s cubic-bezier(.05,.2,.1,1);
	transition: transform .62s cubic-bezier(.05,.2,.1,1);
}
.product-area .products .text-holder{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 30px 17px;
	z-index: 5;
}
.product-area .text-holder h3{
	display: inline-block;
	margin-bottom: 0;
	max-width: 75%;
	font: 600 20px/1.5 'Mulish', sans-serif;
}
.product-area .products svg line{
	stroke: #fff;
	stroke-width: 2px;
	margin-left: -20px;
}
.product-area .products .arrow-line{
	position: absolute;
	left: auto;
	bottom: 29px;
	top: auto;
	width: 37px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	right: 53px;
	opacity: 0;
}
.product-area .products:hover .arrow-line{
	opacity: 1;
	right: 32px;
	transition: all ease 0.5s;
}
.product-area .products:hover .img img {
	-webkit-transform: scale(1.11);
	-ms-transform: scale(1.11);
	transform: scale(1.11);
}
.product-area .products .next-arrow{
	opacity: 0;
	position: absolute;
	right: 20px;
	top: 2px;
	height: 30px;
	width: 40px;
}
.product-area .products:hover .next-arrow{
	-webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	opacity: 1;
}
.product-area .bg-overlay{
	opacity: 0;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	position: absolute;
	z-index: 2;
	transition: all 0.4s cubic-bezier(.15,.75,.5,1) 0s;
	-webkit-transition: all 0.4s cubic-bezier(.15,.75,.5,1) 0s;
}
.product-area .products:hover .bg-overlay{
	opacity: 0.55;
}
.product-area .shape-divider{
	fill: #55C3B8;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.product-area .btn{
	font: 600 18px/1.5 'Mulish', sans-serif;
}
/*--------------------------------------------------------------
## Event Holder styling
--------------------------------------------------------------*/
.event-holder{
	position: relative;
}
.event-holder h2,
.article h2{
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
	width: 100%;
}
.event-holder h2 .border-b,
.article h2 .border-b{
	position: relative;
	z-index: 1;
}
.event-holder h2 .border-b:before,
.article h2 .border-b:before{
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	content: '';
	height: 19px;
	background: #f9e03e;
	z-index: -1;
	display: none;
}
.event-holder .text-box,
.event-holder .frame{
	background: #D91B5C;
	max-width: 358px;
	margin: 0 auto;
	border-radius: 10px;
	color: #fff;
	padding: 60px 40px;
	margin-bottom: 70px;
}
.event-holder .text-box h3{
	font-size: 22px;
	line-height: 34px;
	font-weight: 600;
	padding: 0 10% 0 0;
}
.event-holder .text-box .wrap{
	padding: 20px 0;
	position: relative;
	margin: 20px 0;
}
.event-holder .text-box .wrap:before,
.event-holder .text-box .wrap:after,
.event-holder .frame h3:before,
.event-holder .frame address:after{
	left: 0%;
	/*margin-left: -25px;*/
	position: absolute;
	top: 5px;
	content: '';
	background:rgba(255,255,255,0.6);
	height: 1px;
	width: 50px;
}
.event-holder .frame address:after{
	top: auto;
	bottom: 8px;
	content: '';
}
.event-holder .text-box .wrap:after{
	top: auto;
	bottom: 0;
}
.event-holder .text-box time{
	display: block;
}
.event-holder .frame .head time{
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 15px;
	display: block;
}
.event-holder .frame h3{
	position: relative;
	padding: 15px 0 0;
	font-size: 42px;
	line-height: 62px;
	font-weight: 600;
}
.event-holder .frame address{
	display: block;
	position: relative;
	padding-bottom: 20px;
}
.event-holder .frame .btn{
	padding: 10px 24px;
	margin-top: 8px;
	text-decoration: none;
	background:#55c3b8;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.event-holder .frame .btn:hover{
	box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16)!important;
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.event-holder .img-bg{
	top: -85px;
}
.event-holder.add{
	padding-bottom: 70px;
}
.event-holder.add h2{
	color: #55c3b8;
	margin-bottom: 70px;
}
.event-holder.add .frame{
	padding: 20px 30px;
}
.event-holder.add .frame h3{
	font: 600 22px/34px 'Mulish';
}
.event-holder.add .frame p{
	font: 18px/28px 'Mulish';
}
.event-holder.add .frame h3:before{
	margin-left: 0;
	left: 0;
}
.event-holder.add .frame h3:first-child:before{
	display: none;
}
.aos-init{
	opacity: 0;
}
.aos-init.aos-animate{
	opacity: 1;
}
/*--------------------------------------------------------------
## Contact Us styling
--------------------------------------------------------------*/
.contact-us{
	padding: 200px 0 0;
	position: relative;
}
.contact-us h2{
	color: #55c3b8;
	text-align: center;
	margin: 0 0 20px;
}
.contact-us .box{
	border-radius: 10px;
	background: #D91B5C;
	color: #fff;
	padding: 50px 60px;
}
.contact-us .box dl div{
	margin: 0 0 10px;
}
.contact-us .box dt,
.contact-us .box dd{
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;
}
.contact-us .box dt svg{
	width: 30px;
	height: 30px;
	display: block;
}
.contact-us .box dt{
	min-width: 35px;
}
.contact-us .box dt .fa-mobile-alt{
	width: 25px;
	height: 25px;
}
.contact-us .box a{
	text-decoration: none;
	color: #fff;
	word-break: break-all;
}
.contact-us .box a:hover{
	opacity: 0.7;
}
.contact-us .wpcf7-form .your-name .wpcf7-text{
	width: 48%;
}
.contact-us .wpcf7-form .your-name .wpcf7-text:last-child{
	float: right;
}
.contact-us .wpcf7-form p{
	color: #676767;
	font-weight: 700;
	margin-bottom: 34px;
}
.contact-us .wpcf7-form p sup{
	color: #790000;
}
.contact-us .wpcf7-form .wpcf7-form-control{
	background-color: rgba(0,0,0,0.04);
	border-radius: 4px;
	border: 2px solid rgba(0,0,0,0);
	height: 38px;
	margin-top: 10px;
	width: 100%;
	padding: 5px;
	color: #555;
}
.contact-us .wpcf7-form .wpcf7-textarea{
	height: 160px;
	resize: none;
}
.contact-us .wpcf7-form .wpcf7-form-control:focus,
.contact-us .wpcf7-form .wpcf7-form-control:focus-visible,
.contact-us .wpcf7-form .wpcf7-form-control:active{
	border-color: #55c3b8 !important;
	outline: none;
}
.contact-us .wpcf7-form .wpcf7-submit{
	background: #55C3B8;
	width: 91px;
	height: 47px;
	color: #fff;
	font: 600 14px/1.5 'Mulish', sans-serif;
	transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.contact-us .wpcf7-form .wpcf7-submit:hover{
	box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16)!important;
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.contact-us .shape-divider{
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	transform: rotate(180deg);
	fill: #5CC5BB;
}
/*--------------------------------------------------------------
## Article styling
--------------------------------------------------------------*/
.article{
	position: relative;
	overflow: hidden;
	color: #fff;
	padding: 200px 0 180px;
}
.article .img{
	border-radius: 10px;
	overflow: hidden;
}
.article .img img{
	max-width: 100%;;
}
.article h2{
	margin-bottom: 70px;
}
.article h3{
	font-size: 42px;
	line-height: 62px;
	font-weight: 600;
	margin-bottom: 27px;
}
.article .shape-divider{
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	transform: rotate(180deg);
	fill: #fff;
	z-index: 6;
}
.article .shape-divider.add{
	transform: none;
	top: auto;
	bottom: 0;
}
/*--------------------------------------------------------------
## Client logos styling
--------------------------------------------------------------*/
.client-logos{
	padding: 0 0 50px;
}
.client-logos ul{
	text-align: center;
}
.client-logos ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px 30px;
}
.client-logos ul img{
	display: block;
	max-width: 100%;
}
/*--------------------------------------------------------------
## Thumbnail area styling
--------------------------------------------------------------*/
.thumbnail-area{
	padding: 0;
	overflow: hidden;
}
.thumbnail-area .img-box{
	float: left;
	width: 25%;
}
.thumbnail-area .img-box img{
	display: block;
	width: auto;
	height: 500px;
}
/*--------------------------------------------------------------
## Aside styling
--------------------------------------------------------------*/
.aside{
	background: #F5F4F3;
	margin-top: -45px;
	position: relative;
	z-index: 6;
	padding: 80px 0 50px;
	color: #000;
}
.aside .img{
	max-width: 100%;
	margin: 0 auto;
}
.aside .img img{
	max-width: 100%;
	margin-bottom: 20px;
}
.aside h4{
	color: #55c3b8;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}
.aside .links a{
	text-decoration: none;
	color: #000;
	transition: all ease 0.5s;
}
.aside .links li{
	margin-bottom: 10px;
}
.aside .links a:hover{
	opacity: 0.7;
}
/*--------------------------------------------------------------
## Keyframe styling
--------------------------------------------------------------*/
@keyframes slide-in-fwd-center {
	0% {
		-webkit-transform: scale(0);
				transform: scale(0);
		-webkit-transform-origin: 100% 100%;
				transform-origin: 100% 100%;
	}
	100% {
		-webkit-transform: scale(1);
				transform: scale(1);
		-webkit-transform-origin: 0% 0%;
				transform-origin: 0% 0%;
	}
}
/*--------------------------------------------------------------
## Responsive styling
--------------------------------------------------------------*/
@media only screen and (max-width: 1599px){
	.banner .btn-holder{
		top: 20px;
	}
	.event-holder .img-bg{
		top: 0;
	}
}
@media only screen and (max-width: 1199px){
	.client-logos ul li{
		margin: 0 15px 30px;
	}
}
@media only screen and (max-width: 991px){
	.banner h1{
		font-size: 37px;
	}
	.banner .btn-holder{
		top: 40px;
	}
	.banner .img-holder {
		max-width: 220px;
	}
	.info{
		padding: 30px 0;
	}
	.info h2{
		font-size: 27px;
	}
	.product-area h2{
		font-size: 37px;
		padding: 0 0 10px;
	}
	.product-area .text-center h2{
		padding: 30px 0 15px;
	}
	.event-holder h2,
	.article h2{
		font-size: 37px;
	}
	.event-holder .text-box,
	.event-holder .frame{
		width: 80%;
		max-width: inherit;
	}
	.contact-us h2{
		font-size: 37px;
	}
	.contact-us .box{
		margin-bottom: 50px;
	}
	.article{
		padding: 120px 0;
	}
	.article .img{
		max-width: 80%;
		margin: 0 auto 30px;
	}
	.article h3{
		font-size: 27px;
	}
	.aside{
		margin-top: 0;
	}
	.client-logos{
		padding: 0 0 30px;
	}
	.client-logos ul li {
		margin: 0 7px;
		max-width: 100px;
	}
}
@media only screen and (max-width: 767px){
	.info h2{
		font-size: 25px;
	}
	.product-area{
		padding: 30px 0 80px;
	}
	.product-area h2,
	.event-holder h2,
	.article h2{
		font-size: 35px;
		line-height: 39px;
	}
	.event-holder h2 .border-b,
	.article h2 .border-b{
		display: inline-block;
	}
	.event-holder h2 .border-b:before,
	.article h2 .border-b:before{
		bottom: 0;
		height: 15px;
	}
	.event-holder .text-box h3{
		font-size: 17px;
		line-height: 25px;
		padding: 0;
	}
	.event-holder .text-box,
	.event-holder .frame{
		width: 100%;
		padding: 40px 30px;
	}
	.event-holder .frame h3{
		font-size: 25px;
		line-height: 30px;
	}
	.event-holder .frame{
		margin-bottom: 30px;
	}
	.contact-us{
		padding: 70px 0 0;
	}
	.contact-us .box{
		padding: 30px 20px;
	}
	.contact-us .wpcf7-form .your-name .wpcf7-text{
		width: 100%;
		margin-bottom: 20px;
	}
	.article{
		padding: 60px 0;
	}
	.article .img{
		max-width: 100%;
	}
	.article h3{
		font-size: 25px;
		line-height: 30px;
		margin: 0 0 25px;
	}
	.client-logos ul li{
		display: block;
		margin: 0 auto 25px;
		max-width: 200px;
	}
	.client-logos ul img{
		margin: 0 auto;
	}
	.event-holder.add {
		padding-bottom: 20px;
	}
	.thumbnail-area .img-box{
		float: none;
		width: 100%;
	}
	.thumbnail-area .img-box img{
		height: auto;
		max-width: 100%;
	}
	.aside{
		padding: 30px 0 40px;
	}
	.aside h4{
		margin-bottom: 15px;
	}
	.aside .feedbacks{
		margin-bottom: 50px;
	}
}