/* + About Section - Start */
.about-section {
	padding-top: 120px;
}
.about-section .content-box > span {
	background-image: url("../images/seprator.png");
	background-repeat: repeat-x;
	background-position: bottom;
	color: #798795;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	padding-bottom: 10px;
	margin-bottom: 14px;
}
.about-section .content-box > h3 {
	color: #32355d;
	font-family: 'Fredoka One', cursive;
	font-size: 2.375rem;
	font-weight: 400;
	margin-bottom: 36px;
}
.about-section .content-box > p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.778;
}
.about-section .content-box > a {
	background-color: #2ec8c4;
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px rgba(19, 161, 157, 1);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	padding: 18px 44px;
	line-height: 1.6;
	margin-top: 23px;
}
.about-section .content-box > a > i {
	vertical-align: middle;
}
.about-section .content-box > a:hover {
	background-color: #ff4880;
	box-shadow: 0px 3px 0px 0px rgba(207,0,63,1);
}
.about-section .img-box {
	position: relative;
}
.about-section .small-img {
	border: 3px dashed #ffbd0a;
	position: absolute;
	left: 0;
	top: 0;
	max-width: 53.43%;
	padding: 5px;
}
.about-section .small-img img {
	border: 10px solid #fff;
}
.about-section .big-img {
	max-width: 85.07%;
	padding: 5px;
	border: 3px dashed #ff4880;
	float: right;
	position: relative;
}
.about-section .small-img,
.about-section .small-img img,
.about-section .big-img,
.about-section .big-img img {
	border-radius: 50%;
}
.about-section .big-img img {
	border: 10px solid #fff;
}
/* - max-width: 991 */
@media (max-width: 991px) {
	.about-section {
		padding-top: 60px;
	}
	.about-section .content-box,
	.about-section-2 .content-box {
		margin-bottom: 50px;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	.about-section .content-box > h3 {
		font-size: 1.675rem;
	}
}
/* + About Section - End */

/* + Counter Section - Start */
.counter-section {
	padding-top: 120px;
	padding-bottom: 120px;
}
.counter-section .counter-box {
	align-items: center;
	max-width: 270px;
	background-size: 100%;
	text-align: center;	
	position: relative;
	margin: 0 auto;
}
.counter-section .container {
	position: relative;
}
.counter-section .counter-box > h3 {
	background-color: #fff;
	font-family: 'Fredoka One', cursive;
	font-size: 40px;
	line-height: 1.2;
	position: absolute;
	left: 10px;
	right: 10px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	margin-bottom: 0;
}
.counter-section .counter-box > h3 > span {
	display: block;
}
.counter-section .counter-box > h3 > span::after {
	content: attr(data-plus);
}
.counter-section .counter-box.color-1 {
	color: #2ec8c4;
}
.counter-section .counter-box.color-2 {
	color: #ff4880;
}
.counter-section .counter-box.color-3 {
	color: #9dbb30;
}
.counter-section .counter-box.color-4 {
	color: #ffbd0a;
}

/* - min-width: 992 */
@media (min-width: 992px) {
	.counter-section .row [class*="col-"]:nth-child(2n+1) {
		margin-top: 85px;
	}
	.counter-section .container::before {
		background-image: url("../images/counter-line.png");
		background-repeat: no-repeat;
		background-position: center center;
		content: "";
		position: absolute;
		right: 50px;
		left: 50px;
		top: 35px;
		bottom: 0;
	}
}
/* - max-width: 1199 */
@media (max-width: 1199px) {
	.counter-section .counter-box > h3 {
		font-size: 30px;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	.counter-section {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.counter-section .row [class*="col-"]:nth-child(n+3) {
		margin-top: 50px;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	.counter-section .row [class*="col-"]:nth-child(n+3) {
		margin-top: 30px;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	.counter-section .counter-box > h3 {
		font-size: 20px;
	}
}
/* + Counter Section - End */

/* + Class - Start */
.class-box {
	background-color: #fff;
	border-radius: 5px;	
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.06);
}
.class-box:hover {
	box-shadow: 0px 3px 0px 0px #ff4880;
}
.class-box > a > img {
	border-radius: 5px;
}
.class-box > .content-box {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 26px;
}
.class-box > .content-box > i {
	background-color: #ff4880;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	margin-top: -25px;
	position: relative;
	margin-bottom: 20px;
}
.class-box > .content-box > i.color-2,
.class-box.color-2 > .content-box > i {
	background-color: #a6c437;
}
.class-box.color-2:hover {
	box-shadow: 0px 3px 0px 0px #a6c437;
}
.class-box > .content-box > i.color-3,
.class-box.color-3 > .content-box > i {
	background-color: #2ec8c4;
}
.class-box.color-3:hover {
	box-shadow: 0px 3px 0px 0px #2ec8c4;
}
.class-box > .content-box > h4 {
	color: #32355d;
	font-family: 'Fredoka One', cursive;
	line-height: 1.2;
}
.class-box > .content-box > h4 > a {
	color: #32355d;
}
.class-box > .content-box > h4 > a:hover {
	color: #ff4880;
}
.class-box.color-2 > .content-box > h4 > a:hover {
	color: #a6c437;
}
.class-box.color-3 > .content-box > h4 > a:hover {
	color: #2ec8c4;
}
.class-box > .content-box > .price-seat {
	display: flex;
	margin-bottom: 26px;
}
.class-box > .content-box > .price-seat > h6 {
	color: #32355d;
	margin-bottom: 0;
}
.class-box > .content-box > .price-seat > h6 > span {
	color: #ff4880;
}
.class-box > .content-box > .price-seat > h6 > span > sub {
	font-family: 'Nunito', sans-serif;
	bottom: 0;
}
.class-box > .content-box > .price-seat > h6.price {
	font-family: 'Fredoka One', cursive;
}
.class-box > .content-box > .price-seat > h6.seat {
	margin-left: auto;
	font-weight: 700;
}
.class-box > .content-box > p {
	color: #798795;
	font-weight: 700;
	line-height: 1.714;
	margin-bottom: 0;
}
.class-box.color-2 > .content-box > .price-seat > h6 > span {
	color: #a6c437;
}
.class-box.color-3 > .content-box > .price-seat > h6 > span {
	color: #2ec8c4;
}

/* - Class Section */
.class-section {
	background-image: url("../images/class-sec-bg.jpg");
	background-repeat: no-repeat;
	padding-top: 114px;
}

/* - Class Section 2 */
.class-section-2 {
	background-image: url("../images/class-sec-bg-2.jpg");
	padding-bottom: 120px;
	background-size: cover;
}

/* - min-width: 992 */
@media (min-width: 992px) {
	.class-page .row [class*="col-"]:nth-child(n+4),
	.class-section .row [class*="col-"]:nth-child(n+4) {
		margin-top: 50px;
	}
}
/* - min to max: 992 to 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {	
	/* - Class */
	.class-box > .content-box {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	.class-section {
		padding-top: 60px;
	}
	.class-section-2 {
		padding-bottom: 60px;
	}
	.class-page .row [class*="col-"]:nth-child(n+3),
	.class-section .row [class*="col-"]:nth-child(n+3) {
		margin-top: 50px;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	.class-page .row [class*="col-"]:nth-child(n+2),
	.class-section .row [class*="col-"]:nth-child(n+2) {
		margin-top: 50px;
	}
	.class-box {
		max-width: 370px;
		display: block;
		margin: 0 auto;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	.class-box > .content-box {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* + Class Section - End */

/* + Features Section - Start */
.features-section {
	padding-bottom: 100px;
	padding-top: 100px;
}
.features-section .nav {
	max-width: 357px;
	display: block;
	margin: 0 auto;
	padding: 0;
}
.features-section .nav li + li {
	margin-top: 70px;
}
.features-section .nav li a {
	align-items: center;
	border: 3px dashed rgba(50, 53, 93, 0.15);
	border-radius: 25rem;
	color: #32355d;
	display: flex;
	font-family: 'Fredoka One', cursive;
	font-size: 1rem;
	padding: 10px 40px;
}
.features-section .nav li a i {
	width: 50px;
	text-align: center;
	margin-right: 15px;
}
.features-section .nav li a.active,
.features-section .nav li a:hover {
	border-color: #ff4880;
	color: #ff4880;
}
.features-section .content-box > h3 {
	color: #32355d;
	font-family: 'Fredoka One', cursive;
	line-height: 1.2;
	padding-bottom: 27px;
	margin-bottom: 21px;
	position: relative;
}
.features-section .content-box > h3::before {
	background-image: url("../images/seprator.png");
	background-position: center;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	width: 58px;
}
.features-section .content-box > p {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.778;
}
.features-section .content-box > ul {
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.features-section .content-box > ul > li {
	color: #32355d;
	font-size: 18px;
	font-weight: 700;
	line-height: 2.371;
	position: relative;
	padding-left: 34px;
}
.features-section .content-box > ul > li::before {
	color: #ff4880;
	content: "\eed6";
    font-family: IcoFont;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 6px;
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.features-section .content-box {
		padding-right: 30px;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	.features-section {
		padding-bottom: 60px;
		padding-top: 60px;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Features Section */
	.features-section .nav li + li {
		margin-top: 30px;
	}
	.features-section .nav li a {
		padding-left: 25px;
		padding-right: 25px;
	}
	.features-section .row [class*="col-"]:nth-child(n+2) {
		margin-top: 50px;
	}
}
/* + Class - End */

/* + Gallery - Start */
.gallery-box > a {
	border-radius: 10px;
	max-width: 210px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	position: relative;
}
.gallery-box > a::before {
	background-color: rgba(50,53,93,0.5);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.gallery-box > a span,
.gallery-box > a span::after,
.gallery-box > a span::before {
	position: absolute;	
}
.gallery-box > a span {
	opacity: 0;
	background-color: #ff4880;
	border-radius: 50%;
	width: 100px;
	height: 100px;	
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	align-items: center;
	justify-content: center;
	display: flex;
}
.gallery-box > a:hover::before,
.gallery-box > a:hover span {
	opacity: 1;
}
.gallery-box > a span::after,
.gallery-box > a span::before {
	background-color: #fff;
	content: "";
	align-items: center;
	justify-content: center;
	display: flex;
}
.gallery-box > a span::after {
	left: 23px;
	right: 23px;
	height: 1px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.gallery-box > a span::before {
	width: 1px;
	margin: 0 auto;
	top: 23px;
	bottom: 23px;
}

/* - Gallery Section */
.gallery-section .section-header {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}
.gallery-section .section-header > h3 {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 23px;
}
.gallery-section .section-header > h3::before {
	background-image: url("../images/seprator.png");
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	width: 58px;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.gallery-section .section-header > p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.778;
}
.gallery-carousel {
	direction: ltr;
}
.gallery-carousel.owl-carousel.owl-theme .owl-dots {
	position: absolute;
	left: -34.5%;
}
.gallery-carousel.owl-carousel.owl-theme .owl-dots button{
	box-shadow: none;
	outline: none;
}
.gallery-carousel.owl-carousel.owl-theme .owl-dots button > span {
	background-color: rgba(50,53,93,0.15);
	width: 23px;
	height: 6px;
	margin-left: 2px;
	margin-right: 2px;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.gallery-carousel.owl-carousel.owl-theme .owl-dots button.active > span {
	background-color: #ff4880;
	width: 53px;
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.gallery-section .section-header > p {
		padding-right: 30px;
	}
}
/* - min-width: 992 */
@media (min-width: 992px) {
	/* - Gallery */
	.gallery-page .gallery-box {
		max-width: 20%;
		flex: 0 0 20%;
	}
	.gallery-box:nth-child(n+6) {
		margin-top: 50px;
	}

	/* - Gallery Section */
	.gallery-section .container {
		max-width: 1600px;
	}
	.gallery-carousel.owl-carousel.owl-theme .owl-dots {
		max-width: 25%;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Gellary */
	.gallery-box:nth-child(n+5) {
		margin-top: 50px;
	}
	.gallery-box > a span {
		width: 70px;
		height: 70px;
	}
	.gallery-carousel.owl-carousel.owl-theme .owl-dots {
		left: -77%;
	}
}
/* - min to max: 768 to 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* - Gallery Section*/
	.gallery-carousel.owl-carousel.owl-theme .owl-dots {
		max-width: 65%;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Gellary */
	.gallery-box:nth-child(n+4) {
		margin-top: 50px;
	}
	.gallery-carousel.owl-carousel.owl-theme .owl-dots {
		left: -163%;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	/* - Gellary */
	.gallery-box:nth-child(n+3) {
		margin-top: 30px;
	}
	/* - Gallery Section */
	.gallery-section .section-header {
		margin-bottom: 30px;
	}
	.gallery-carousel.owl-carousel.owl-theme .owl-dots {
		left: 0;
		right: 0;
		top: auto !important;
		margin-top: 30px;
		position: relative;
	}
}
/* + Gallery - End */

/* + Events - Start */
.events-section {
	padding-top: 120px;
	padding-bottom: 120px;
}
.events-box + .events-box {
	margin-top: 50px;
}
.events-box > a {
	display: inline-block;
	position: relative;
	width: 100%;
	border: 2px dashed rgba(50, 53, 93, 0.15);
	border-radius: 25px;
	padding: 15px;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.events-box > a:hover {
	border-color: #ff4880;
}
.events-box > a > img {
	border-radius: 50%;
	margin-bottom: 17px;
}
.events-box .event-datetime {
	color: #798795;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	margin-bottom: 13px;
}
.events-box .event-datetime span {
	margin-right: 50px;
	display: inline-block;
}
.events-box .event-datetime span:last-child {
	margin-right: 0;
}
.events-box h3 {
	color: #32355d;
	font-size: 24px;
	font-family: 'Fredoka One', cursive;
	line-height: 1.2;
	margin-bottom: 14px;
}
.events-box .event-author {
	margin-bottom: 20px;
}
.events-box .event-author,
.events-box .event-location {
	color: #32355d;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}
.events-box .event-location {
	font-size: 14px;
}
.events-box .event-author > span,
.events-box .event-location > span {
	color: #ff4880;
}

/* - min-width: 768 */
@media (min-width: 768px) {
	/* - Events */
	.events-box > a {
		border-radius: 100px;
		padding: 45px 70px;
	}
	.events-box > a {
		padding-left: 200px;
	}
	.events-box > a > img {
		position: absolute;
		left: 70px;
		top: 45px;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Events Section */
	.events-section {
		padding-bottom: 60px;
		padding-top: 60px;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Events */
	.events-box .event-datetime {
		font-size: 13px;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	/* - Events */
	.events-box > a > .event-datetime span {
		margin-right: 5px;
	}
}
/* + Events - End */

/* + Faq And Contact - Start */
/* - Faq Contact */
.faq-contact {
	background-image: url("../images/faq-cnt-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
}
.faq-block > h3 {
	color: #fff;
	font-family: 'Fredoka One', cursive;
	font-size: 32px;
	line-height: 1.313;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.faq-block > h3::before {
	background-image: url("../images/seprator.png");
	background-repeat: no-repeat;
	background-position: center;
	bottom: 0;
	content: "";
	position: absolute;
	left: 0;
	width: 58px;
	height: 5px;
}
.faq-block .card {
	background-color: transparent;
	border: none;
	border-radius: 0;
}
.faq-block .card + .card {
	margin-top: 20px;
}
.faq-block .card-header {
	background-color: transparent;
	padding: 0;
	border-bottom: none;
}
.faq-block .card-header > h2 {
	margin-bottom: 0;
}
.faq-block .card-header > h2 > button {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	font-family: 'Fredoka One', cursive;
	font-size: 18px;
	font-weight: 400;
	color: #ff4880;
	padding: 10px 30px 10px 0;
	text-decoration: none;
	text-align: left;
	text-transform: inherit;
}
.faq-block .card-header > h2 > button.collapsed {
	color: #fff;
	font-weight: 400;
}
.faq-block .card-header > h2 > button::after {
	content: "-";
	font-size: 32px;
	font-family: 'Fredoka One', cursive;
	position: absolute;
	right: 0;
	top: 10px;
	line-height: 0.7;
}
.faq-block .card-header > h2 > button.collapsed::after {
	content: "+"
}
.faq-block .card .card-body {
	color: #fff;
	padding: 15px 20px;
	font-family: "Nunito";
	font-weight: 700;
	line-height: 1.714;
}

/* - Contact Block */
.contact-block {
	border: 10px solid rgba(255,255,255,0.1);
	padding: 40px;
}
.contact-block > h3 {
	color: #fff;
	font-family: 'Fredoka One', cursive;
	font-size: 32px;	
	line-height: 0.875;
	text-align: center;
	margin-bottom: 30px;
}
.contact-block form .form-group {
	margin-bottom: 20px;
}
.contact-block form .form-group:last-child {
	margin-bottom: 0;
}
.contact-block form .form-group .form-control {
	border: 1px solid rgba(0,0,0,0.06);
	background-color: rgba(255, 255, 255, 0.07);
	box-shadow: none;
	border-radius: 5px;
	color: #798795;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	outline: none;
	padding: 18px 30px;
	line-height: 1.6;
}
.contact-block form .form-group input[type="submit"] {
	background-color: #ff4880;
	border: none;
	box-shadow: none;
	border-radius: 5px;
	color: #fff;
	font-family: 'Fredoka One', cursive;
	font-size: 18px;
	width: 100%;
	outline: none;
	padding: 16px 15px;
	line-height: 1.6;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.contact-block form .form-group input[type="submit"]:hover {
	background-color: #fff;
	color: #ff4880;
}
/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Contact Block */
	.contact-block {
		padding: 30px;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Contact Block */
	.faq-contact .contact-block {
		margin-top: 50px;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	/* - Contact Block */
	.contact-block {
		padding: 20px;
	}
	.contact-block > h3 {
		font-size: 26px;
	}
}
/* + Faq And Contact - End */

/* + Testimonial - Start */
.testi-box {
	padding-left: 135px;
	position: relative;
}
.testi-box > i {
	border: 3px dashed #a6c437;
	border-radius: 50%;
	padding: 2px;
	max-width: 110px;
	position: absolute;
	left: 0;
	top: 0;
}
.testi-box > i.brd-clr-2 {
	border-color: #2ec8c4;
}
.testi-box > i > img {
	border: 5px solid #fff;
	border-radius: 50%;
}
.testi-box > p {
	background-image: url("../images/quote.png");
	background-repeat: no-repeat;
	background-position: left top;
	color: #32355d;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.667;
	position: relative;
	padding-left: 22px;
	margin-bottom: 0;	
	padding-top: 23px;
}
.testi-box > p > span {
	color: #798795;
	display: block;
	font-family: 'Fredoka One', cursive;
	font-weight: 400;
	font-size: 16px;
	margin-top: 35px;
}
.testimonial-section {
	padding-top: 120px;
	padding-bottom: 120px;
}
.testimonial-section .testimonial-carousel {
	direction: ltr;
	margin-bottom: 0;
}
.testimonial-section .testimonial-carousel.owl-carousel.owl-theme .owl-dots {
	margin-top: 20px;
}
.testimonial-carousel .owl-dots button {
	border: none;
	outline: none;
	padding: 0;
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
	background-color: #32355d;
	border-radius: 0;
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span, 
.testimonial-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #ff4880;
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	/* - Testimonials */
	.testi-box {
		padding-left: 155px;
		padding-right: 55px;
	}
}
/* - min-width: 768 */
@media (min-width: 768px) {
	/* - Testimonials */
	.testimonials-page .row [class*="col-"]:nth-child(n+3) {
		margin-top: 45px;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Testimonial Section */
	.testimonial-section {
		padding-bottom: 60px;
		padding-top: 60px;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Testimonials */
	.testimonials-page .row [class*="col-"]:nth-child(n+2) {
		margin-top: 40px;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	/* - Testimonials */
	.testi-box {
		padding-left: 100px; 
	}
	.testi-box > i {
		max-width: 90px;
	}
}
/* + Testimonial - End */

/* + Newsletter - Start */
.newsletter-section {
	position: relative;
	padding-bottom: 120px;
	padding-top: 120px;
	overflow: hidden;
}
.newsletter-section .newsletter-content {
	background-color: #fff;
	box-shadow: 0px 20px 40px 10px rgba(0, 0, 0, 0.05);
	padding: 50px 100px;
}
.newsletter-section .newsletter-content .title-block {
	display: flex;
	position: relative;
	align-items: center;
}
.newsletter-section .newsletter-content .title-block > i {
	font-size: 70px;
	color: #000;
	margin-right: 30px;
}
.newsletter-section .newsletter-content .title-block > h4 {
	color: #000;
	font-family: 'Fredoka One', cursive;
	font-weight: 400;
	margin-bottom: 0;
}
.newsletter-section .newsletter-content .title-block > h4 > span {
	color: #ff4880;
	display: block;
	font-family: 'Nunito', sans-serif;
	font-size: 13px;
	font-weight: 700;
}
.newsletter-section .newsletter-content .title-block > h4 > span.color-1 {
	color: #2ec8c4;
}
.newsletter-section .newsletter-content form {
	flex: 1;
}
.newsletter-section .newsletter-content form .form-control {
	background-color: #f3f4f7;
	border-radius: 0;
	border: none;
	font-size: 13px;
	color: #798795;
	padding: 17px 45px;
	height: auto;
	outline: none;
	box-shadow: none;
}
.newsletter-section .newsletter-content form .form-control::-webkit-input-placeholder {
	color: #798795;
}
.newsletter-section .newsletter-content form .form-control:-moz-placeholder { 
	color: #798795;
}
.newsletter-section .newsletter-content form .form-control::-moz-placeholder {
	color: #798795;
}
.newsletter-section .newsletter-content form .form-control:-ms-input-placeholder {  
	color: #798795;
}
.newsletter-section .newsletter-content form .btn {
	background-color: #ff4880;
	border-radius: 0;
	border: none;
	font-size: 24px;
	color: #fff;
	padding: 17px 28px;
	outline: none;
	box-shadow: none;
}
.newsletter-section .newsletter-content form .btn:hover {
	background-color: #32355d;
}
/* - min-width: 992 */
@media (min-width: 992px) {
	/* - Newsletter Section */
	.newsletter-section .newsletter-content {
		display: flex;
		align-items: center;
	}
	.newsletter-section .newsletter-content .title-block {
		margin-right: 130px;
	}
}
/* - min to max: 992 to 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Newsletter Section */
	.newsletter-section .newsletter-content {
		padding-left: 50px;
		padding-right: 50px;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Newsletter Section */	
	.newsletter-section {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.newsletter-section .newsletter-content {
		padding: 25px;
	}
	.newsletter-section .newsletter-content form {
		margin-top: 30px;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	/* - Newsletter Section */
	.newsletter-section .newsletter-content form .form-control,
	.newsletter-section .newsletter-content form .btn {
		padding: 7px 15px;
	}
	.newsletter-section .newsletter-content .title-block > i {
		font-size: 60px;
		margin-right: 15px;
	}
}
/* + Newsletter - End */

/* + What We Do Section - Start */
.what-we-do-section {
	padding-bottom: 100px;
	padding-top: 100px;
}
.what-we-do-section .we-do-box {
	max-width: 370px;
	display: block;
	margin: 0 auto;
}
.what-we-do-section .we-do-box .img-box {
	background-image: url("../images/what-we-do-box-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	padding: 30px;
}
.what-we-do-section .we-do-box .img-box::before {
	background-size: 100%;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.what-we-do-section .we-do-box .img-brd-1::before {
	background-image: url("../images/what-we-brd-1.png");
}
.what-we-do-section .we-do-box .img-brd-2::before {
	background-image: url("../images/what-we-brd-2.png");
}
.what-we-do-section .we-do-box .img-brd-3::before {
	background-image: url("../images/what-we-brd-3.png");
}
.what-we-do-section .we-do-box .content-box {
	margin-top: 30px;
}
.what-we-do-section .we-do-box .content-box h4 {
	color: #32355d;
	font-family: 'Fredoka One', cursive;
	margin-bottom: 15px;
}
.what-we-do-section .we-do-box .content-box p {	
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0;
}
/* - min-width: 768 */
@media (min-width: 768px) {
	/* - What We Do Section */
	.what-we-do-section .row [class*="col-"]:nth-child(n+4) {
		margin-top: 30px;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	/* - What We Do Section */
	.what-we-do-section {
		padding-bottom: 60px;
		padding-top: 60px;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	/* - What We Do Section */
	.what-we-do-section .row [class*="col-"]:nth-child(n+3) {
		margin-top: 30px;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	/* - What We Do Section */
	.what-we-do-section .row [class*="col-"]:nth-child(n+2) {
		margin-top: 30px;
	}
}
/* + What We Do Section - End */

/* + About Section 2 - Start */
.about-section-2 .section-header {
	margin-bottom: 35px;
}
.about-section-2 .section-header > h3 > span {
	color: #ff4880;
}
.about-section-2 .content-box p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.778;
}
.about-section-2 .content-box a {
	background-color: #2ec8c4;
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px #13a19d;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	padding: 20px 39px;
	line-height: 1.35;
	margin-top: 15px;
}
.about-section-2 .content-box > a:hover {
	background-color: #ff4880;
	box-shadow: 0px 3px 0px 0px rgba(207,0,63,1);
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.about-section-2 .container {
		max-width: 1600px;
	}
}
/* + About Section 2 - End */

/* + Progress Section - Start */
/* - Progress Section */
.progress-section {
	padding-top: 114px;
	padding-bottom: 120px;
}
.progress-section .progress-box {
	background-image: url("../images/progress-box-bg-1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	max-width: 370px;
	display: block;
	margin: 0 auto;
	padding: 98px 60px 83px;
}
.progress-section .progress-box > span {
	background-color: #2ec8c4;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	font-style: italic;
	width: 70px;
	height: 70px;
	line-height: 2.3;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.progress-section .progress-box > h4 {
	font-family: 'Fredoka One', cursive;
	color: #2ec8c4;
	margin-bottom: 20px;
}
.progress-section .progress-box > p {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}
.progress-section .progress-box.color-2 {
	background-image: url("../images/progress-box-bg-2.png");
}
.progress-section .progress-box.color-2 > span {
	background-color: #a6c437;
}
.progress-section .progress-box.color-2 > h4 {
	color: #a6c437;
}
.progress-section .progress-box.color-3 {
	background-image: url("../images/progress-box-bg-3.png");
}
.progress-section .progress-box.color-3 > span {
	background-color: #ff4880;
}
.progress-section .progress-box.color-3 > h4 {
	color: #ff4880;
}
/* - min-width: 992 */
@media (min-width: 992px) {
	/* - Progress Section */
	.progress-section .row [class*="col-"]:nth-child(n+4) {
		margin-top: 40px;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Progress Section */
	.progress-section {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.progress-section .row [class*="col-"]:nth-child(n+3) {
		margin-top: 40px;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Progress Section */
	.progress-section .row [class*="col-"]:nth-child(n+2) {
		margin-top: 40px;
	}
}
/* + Progress Section - End */
/* + Team Section - Start */
/* - Team */
.team-box {
	max-width: 280px;
	border-radius: 50%;
	padding: 2px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.team-box .imgoverlay {
	position: relative;
	border: 3px dashed #2ec8c4;
}
.team-box .imgoverlay,
.team-box .imgoverlay > img {
	border-radius: 50%;
}
.team-box .imgoverlay > img {
	border: 5px solid #fff;
}
.team-box .imgoverlay::before {
	background-color: #2ec8c4;
	border-radius: 50%;
	content:"";
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	opacity: 0;
}
.team-box:hover .imgoverlay::before {
	opacity: 0.7;
}
.team-box .imgoverlay::before,
.team-box .imgoverlay > ul {
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.team-box .imgoverlay > ul {
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	left: 0;
	right: 0;
	text-align: center;
	margin-bottom: 0;
	opacity: 0;
}
.team-box:hover .imgoverlay > ul {
	opacity: 1;
}
.team-box .imgoverlay > ul li {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}
.team-box .imgoverlay > ul li a {
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
	color: #798795;
	display: flex;
	font-size: 18px;
	width: 60px;
	height: 60px;
}
.team-box .imgoverlay > ul li a:hover {
	color: #2ec8c4;
}
.team-box > h4 {
	font-family: 'Fredoka One', cursive;
	color: #32355d;
	margin-top: 25px;
	margin-bottom: 0;
}
.team-box.color-2 .imgoverlay {
	border-color: #ff4880;
}
.team-box.color-2 .imgoverlay::before {
	background-color: #ff4880;
}
.team-box.color-2 .imgoverlay > ul li a:hover {
	color: #ff4880;
}
.team-box.color-3 .imgoverlay {
	border-color: #a6c437;
}
.team-box.color-3 .imgoverlay::before {
	background-color: #a6c437;
}
.team-box.color-3 .imgoverlay > ul li a:hover {
	color: #a6c437;
}
.team-box.color-4 .imgoverlay {
	border-color: #c8a22e;
}
.team-box.color-4 .imgoverlay::before {
	background-color: #c8a22e;
}
.team-box.color-4 .imgoverlay > ul li a:hover {
	color: #c8a22e;
}
.team-box.color-5 .imgoverlay {
	border-color: #d481fb;
}
.team-box.color-5 .imgoverlay::before {
	background-color: #d481fb;
}
.team-box.color-5 .imgoverlay > ul li a:hover {
	color: #d481fb;
}
.team-box.color-6 .imgoverlay {
	border-color: #c46c37;
}
.team-box.color-6 .imgoverlay::before {
	background-color: #c46c37;
}
.team-box.color-6 .imgoverlay > ul li a:hover {
	color: #c46c37;
}
.team-box.color-7 .imgoverlay {
	border-color: #7a98e2;
}
.team-box.color-7 .imgoverlay::before {
	background-color: #7a98e2;
}
.team-box.color-7 .imgoverlay > ul li a:hover {
	color: #7a98e2;
}
.team-box.color-8 .imgoverlay {
	border-color: #ffda48;
}
.team-box.color-8 .imgoverlay::before {
	background-color: #ffda48;
}
.team-box.color-8 .imgoverlay > ul li a:hover {
	color: #ffda48;
}
.team-box.color-9 .imgoverlay {
	border-color: #37aec4;
}
.team-box.color-9 .imgoverlay::before {
	background-color: #37aec4;
}
.team-box.color-9 .imgoverlay > ul li a:hover {
	color: #37aec4;
}

/* - Team Section */
.team-section {
	padding-top: 114px;
	padding-bottom: 120px;
}
.team-section .team-carousel {
	direction: ltr;
}
.team-section .team-carousel.owl-carousel.owl-theme .owl-dots {
	margin-top: 60px;
}
.team-section .team-carousel.owl-theme .owl-dots button {
	box-shadow: none;
	outline: none;
}
.team-section .team-carousel.owl-theme .owl-dots button > span {
	background-color: rgba(50,53,93,0.25);
	margin-left: 5px;
	margin-right: 5px;
}
.team-section .team-carousel.owl-theme .owl-dots button.active > span {
	background-color: #ff4880;
}
/* - min-width: 768 */
@media (min-width: 768px) {
	.team-page .row [class*="col-"]:nth-child(n+4) {
		margin-top: 40px;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Team Section */
	.team-section {
		padding-bottom: 60px;
		padding-top: 60px;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	.team-page .row [class*="col-"]:nth-child(n+2) {
		margin-top: 40px;
	}
}
/* + Team Section - End */
/* + Countdown Section - Start */
.countdown-section .countdown-main {
	border: 4px dashed #32355d;
	border-radius: 30px;
	padding: 20px;
}
.countdown-section .countdown-main .content-box {
	background-image: url("../images/countdown-bg.jpg");
	border-radius: 30px;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
}
.countdown-section .countdown-main .content-box::before {
	background-color: #ff4880;
	content: "";
	left: -75px;
	top: 0;
	bottom: 0;
	max-width: 545px;
	right: 0;
	position: absolute;
	transform: skew(-35deg, 0deg);
	-webkit-transform: skew(-35deg, 0deg);
	-moz-transform: skew(-35deg, 0deg);
	-ms-transform: skew(-35deg, 0deg);
}
.countdown-section .countdown-main .content-box .title-box {
	padding: 75px 100px;
	position: relative;
	z-index: 1;
	flex: 1;
}
.countdown-section .countdown-main .content-box .title-box > h2 {
	color: #fff;
	font-family: 'Fredoka One', cursive;
	font-size: 45px;
	font-weight: 400;
}
.countdown-section .countdown-main .content-box .title-box > h4 {
	color: #fff;
	font-weight: 700; 
}
.countdown-section .countdown-main .content-box .comingsoon-box {
	position: relative;
	margin-right: 0;
	margin-left: auto;
}
.countdown-section .countdown-main .content-box .comingsoon-box .clock  {
	display: flex;
}
.countdown-section .countdown-main .content-box .comingsoon-box .clock .countdown-box p {
	font-family: 'Fredoka One', cursive;
	color: #ff4880;
	font-size: 24px;
	text-align: center;
	padding: 0 25px;
	margin-bottom: 0;
}
.countdown-section .countdown-main .content-box .comingsoon-box .clock .countdown-box p > span {
	display: block;
}
.countdown-section .countdown-main .content-box .comingsoon-box .clock .countdown-box:nth-child(2) p {
	color: #ffd76b;
}
.countdown-section .countdown-main .content-box .comingsoon-box .clock .countdown-box:nth-child(3) p {
	color: #a6c437;
}
.countdown-section .countdown-main .content-box .comingsoon-box .clock .countdown-box:nth-child(4) p {
	color: #2ec8c4;
}
/* - min-width: 992 */
@media (min-width: 992px) {
	/* - Countdown Section */
	.countdown-section .countdown-main .content-box .comingsoon-box .clock  {
		padding-right: 55px;
	}
}
/* - max-width: 1199 */
@media (max-width: 1199px) {
	/* - Countdown Section */
	.countdown-section .countdown-main .content-box .comingsoon-box .clock .countdown-box p  {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* - min to max: 992 to 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Countdown Section */
	.countdown-section .countdown-main .content-box .title-box  {
		padding: 45px 30px;
	}
	.countdown-section .countdown-main .content-box::before {
		max-width: 415px;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Countdown Section */
	.countdown-section .countdown-main .content-box {
		flex-wrap: wrap;
	}
	.countdown-section .countdown-main .content-box::before {
		display: none;
	}
	.countdown-section .countdown-main .content-box .title-box {
		background-color: #ff4880;
		max-width: 100%;
		padding: 45px;
	}
	.countdown-section .countdown-main .content-box .comingsoon-box {
		margin: 45px auto;
		text-align: center;
	}
	.countdown-section .countdown-main .content-box .comingsoon-box .clock {
		padding-right: 0;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	/* - Countdown Section */
	.countdown-section .countdown-main .content-box .title-box {
		padding-left: 30px;
		padding-right: 30px;
	}
	.countdown-section .countdown-main .content-box .title-box > h2 {
		font-size: 26px;
	}
	.countdown-section .countdown-main .content-box .comingsoon-box .clock {
		flex-wrap: wrap;
	}
	.countdown-section .countdown-main .content-box .comingsoon-box .clock .countdown-box  {
		max-width: 50%;
		flex: 0 0 50%;
	}
	.countdown-section .countdown-main .content-box .comingsoon-box .clock .countdown-box:nth-child(n+3) {
		margin-top: 30px;
	}
	.countdown-section .countdown-main .content-box .comingsoon-box .clock .countdown-box p { 
		font-size: 18px;
	}
}
/* + Countdown Section - End */

/* + Contact Section - Start */
/* - Map Block */
.map-block iframe {
	border: none;
	width: 100%;
	height: 558px;
}
.map-block tspan {
	display: none;
}

/* - Contact Section */
.contact-section .contact-from h4 {
	color: #000;
	font-family: 'Fredoka One', cursive;
	margin-bottom: 22px;
}
.contact-section .contact-from .form-group label {
	font-weight: 700;
}
.contact-section .contact-from .form-group .form-control {
	border: 1px solid #f0f2f7;	
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	color: #000;
	font-size: 0.9375rem;
	padding: 0.688rem 1.25rem;
	width: 100%;
}
.contact-section .contact-from .form-group .btn {
	background-color: #000;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.125;
	outline: none;
	padding: 17px 21px;
	margin-top: 15px;
}
.contact-section .contact-from .form-group .btn:hover {
	background-color: #ff4880;
}
.contact-form .form-group input::-webkit-input-placeholder,
.contact-form .form-group textarea::-webkit-input-placeholder {
	color: #798795;
}
.contact-form .form-group input:-moz-placeholder,
.contact-form .form-group textarea:-moz-placeholder { 
	color: #798795;
}
.contact-form .form-group input::-moz-placeholder,
.contact-form .form-group textarea::-moz-placeholder {
	color: #798795;
}
.contact-form .form-group input:-ms-input-placeholder,
.contact-form .form-group textarea:-ms-input-placeholder {  
	color: #798795;
}

/* - Contact Info */
.contact-info h4 {
	color: #000;
	margin-bottom: 25px;  
	font-family: 'Fredoka One', cursive;
	line-height: 0.917;
}
.contact-info > p {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
}
.contact-info ul {
	padding: 0;
	margin-bottom: 0;
	margin-top: 36px;
}
.contact-info ul li {
	display: flex;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	align-items: center;
	position: relative;
}
.contact-info ul li + li {
	margin-top: 19px;
}
.contact-info ul li i {
	color: #000;
	font-size: 32px;	
	width: 32px;
	text-align: center;
	margin-right: 30px;
}
.contact-info ul li i.fa-map-marker-alt {
	color: #ff4880;
}
.contact-info ul li i.fa-envelope {
	color: #a6c437;
}
.contact-info ul li i.fa-mobile-alt {
	color: #2ec8c4;
}
.contact-info ul li p {
	flex: 1;	
	line-height: 1.75;
	margin-bottom: 0;
}
.contact-info ul li a {
	color: #798795;
	text-decoration: none;	
}
.contact-info ul li a:hover {
	color: #ff4880;
}

/* + Alert Msg */
.alert-msg {
	color: #ccc;
	display: inline-block;
}
.alert-msg-success {
	color: #50B948;
}
.alert-msg-failure {
	color: #FF0000;
}
/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Contact Block */
	.contact-block {
		padding: 30px;
	}
}
/* - min to max: 768 to 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* - Contact */
	.contact-info {
		margin-top: 50px;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Contact Section */
	.contact-section .row [class*="col-"]:nth-child(n+2) {
		margin-top: 20px;
	}
}
/* + Contact Section - End */

/* + Blog - Start */
.blog-list .post-box + .post-box {
	margin-top: 50px;
}
.post-box .post-cover {
	margin-bottom: 25px;
}
.post-box iframe {
	width: 100%;
}
.post-box .post-cover > a {
	display: inline-block;
	max-width: 100%;
}
.post-box .post-cover > a > img  {
	border-radius: 5px;
}
.post-box .post-meta {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}
.post-box .post-meta > span {
	display: inline-block;
	font-weight: 700;
	line-height: 1.2;
	margin-right: 20px;
}
.post-box .post-meta > span:last-child {
	margin-right: 0;
}
.post-box .post-meta > span,
.post-box .post-meta > span a {
	color: #798795;
}
.post-box .post-meta > span > i,
.post-box .post-meta > span a > i {
	color: #ff4880;
	margin-right: 10px;
}
.post-box .entry-title {
	color: #32355d;
	font-family: 'Fredoka One', cursive;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 24px;
}
.post-box .entry-title > a {
	color: #32355d;
}
.post-box .author {
	display: block;
	color: #ff4880;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 20px;
}
.post-box .author > a {
	color: #ff4880;
}
.post-box .author > a:hover {
	text-decoration: underline;
}
.post-box .entry-content {
	margin-bottom: 5px;
}
.post-box .entry-content p {
	font-weight: 700;
	line-height: 2;
}
.post-box > a.read-more {
	background-color: rgba(0,0,0,0.05);
	border-radius: 5px;
	color: #32355d;
	font-family: 'Fredoka One', cursive;
	padding: 17px 32px;
	display: inline-block;
	border: 2px solid rgba(0,0,0,0.08);
}
.post-box > a.read-more:hover {
	background-color: #ff4880;
	border-color: transparent;
	color: #fff;
}
.post-box.quote-format {
	border: 3px dashed #ff4880;
	padding: 61px 55px 60px;
}
.post-box.quote-format blockquote {
	color: #32355d;
	font-family: 'Fredoka One', cursive;
	font-size: 18px; 
	position: relative;
	padding-left: 120px;
	margin-bottom: 55px;
}
.post-box.quote-format blockquote > span {
	color: #ff4880;
	display: block;
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 15px;
}
.post-box.quote-format blockquote::before {
	background-color: #ff4880;
	content: "";
	width: 164px;
	height: 137px;
	position: absolute;
	left: -58px;
	top: -64px;
}
.post-box.quote-format blockquote::after {
	background-image: url("../images/quote-blog.png");
	background-repeat: no-repeat;
	content: "";
	width: 50px;
	height: 38px;
	position: absolute;
	left: 38px;
	top: 10px;
}
.post-box.video-format iframe {
	height: 350px;
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	/* - Post box */
	.post-box .post-meta > span {
		margin-right: 90px;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	/* - Post Box */
	.post-box .post-meta > span {
		margin-right: 10px; 
	}
}
/* + Blog - End */