@import 'https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Poppins:wght@500;600;700&family=Work+Sans:wght@600&display=swap';
* {
	padding: 0;
	margin: 0
}

body {
	background-color: #fff;
	font-family: open sans, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #8d9aa8;
	font-weight: 400;
	letter-spacing: -.2px;
	position: relative;
	overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: poppins, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #263a4f
}

h1 {
	font-size: 45px;
	font-weight: 400;
	line-height: 55px;
	margin: 0 0 10px;
	color: #263a4f
}

h2 {
	font-size: 32px;
	line-height: 42px;
	color: #263a4f;
	margin: 0 0 10px;
	font-weight: 600;
	letter-spacing: -1px
}

h3,
h4 {
	margin: 0 0 10px;
	font-weight: 400;
	line-height: 1.7;
	color: #263a4f;
	letter-spacing: -.5px
}

h3 {
	font-size: 20px
}

h4 {
	font-size: 16px
}

h5,
h6 {
	font-size: 14px;
	margin: 0 0 10px
}

img {
	border: none;
	outline: none;
	max-width: 100%
}

ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0
}

p,
li,
a,
span {}

p {
	color: #6a8695;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 15px
}

a,
a:hover {
	text-decoration: none
}

a:focus {
	outline: 0;
	text-decoration: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #777!important
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #777!important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #777!important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #777!important
}

button {
	border: none;
	background: 0 0
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px
}

::-webkit-scrollbar-thumb {
	cursor: pointer;
	background: #fa575d
}

::selection {
	background-color: #fa575d;
	color: #fff
}

-webkit-::selection {
	background-color: #fa575d;
	color: #fff
}

::-moz-selection {
	background-color: #fa575d;
	color: #fff
}

.padding {
	padding: 100px 0
}

.no-padding {
	padding: 0
}

.padding-15 {
	padding: 15px
}

.padding-20 {
	padding: 20px
}

.pl-50 {
	padding-left: 50px
}

.pr-50 {
	padding-right: 50px
}

.box-padding {
	padding: 0 50px
}

.bg-white {
	background-color: #fff
}

.bg-grey {
	background-color: #f7fafe
}

.bg-dark {
	background-color: #242323!important
}

.bd-top {
	border-top: 1px solid #eee
}

.bd-bottom {
	border-bottom: 1px solid #eee
}

.bd-right {
	border-right: 1px solid #ddd
}

.mb-10 {
	margin-bottom: 10px
}

.mb-15 {
	margin-bottom: 15px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-25 {
	margin-bottom: 25px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-35 {
	margin-bottom: 35px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-45 {
	margin-bottom: 45px
}

.mb-50 {
	margin-bottom: 50px
}

.ml-15 {
	margin-left: 15px
}

.ml-20 {
	margin-left: 20px
}

.ml-25 {
	margin-left: 25px
}

.ml-30 {
	margin-left: 30px
}

.ml-35 {
	margin-left: 35px
}

.mt-20 {
	margin-top: 20px
}

.mt-30 {
	margin-top: 30px
}

.mt-40 {
	margin-top: 40px
}

.mt-50 {
	margin-top: 50px
}

.fz-28 {
	font-size: 28px
}

.fz-24 {
	font-size: 24px
}

.fz-22 {
	font-size: 22px
}

.fz-20 {
	font-size: 20px
}

.fz-18 {
	font-size: 18px
}

.fz-16 {
	font-size: 16px
}

.bg-red {
	background-color: #fa575d
}

.bg-yellow {
	background-color: #f7a900
}

.bg-pink {
	background-color: #ed008c
}

.bg-pink-2 {
	background-color: #fa575d
}

.bg-purple {
	background-color: #9064bf
}

.bg-blue {
	background-color: #379ff4
}

.bg-green {
	background-color: #2cc391
}

.color-red {
	color: #fa575d
}

.color-yellow {
	color: #f7a900
}

.color-pink {
	color: #ed008c
}

.color-pink-2 {
	color: #fa575d
}

.color-purple {
	color: #9064bf
}

.color-blue {
	color: #379ff4
}

.color-green {
	color: #2cc391
}

.loaded .site-preloader-wrap {
	opacity: 0;
	visibility: hidden
}

.site-preloader-wrap {
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	background: #fff;
	top: 0;
	left: 0
}

.site-preloader-wrap .spinner {
	background-color: #fa575d;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px
}

.spinner {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1s infinite ease-in-out;
	animation: sk-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.btn-group {}

.btn-group a {
	margin: 5px
}

.btn-group-left a {
	margin-right: 10px
}

.default-btn {
	display: inline-block;
	background: #fa575d;
	color: #fff;
	font-family: work sans, sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	height: 45px;
	line-height: 45px;
	padding: 0 35px;
	letter-spacing: 0;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	transition: all ease 700ms;
	-moz-transition: all ease 700ms;
	-webkit-transition: all ease 700ms;
	-ms-transition: all ease 700ms;
	-o-transition: all ease 700ms;
	z-index: 1
}

.default-btn:hover {
	color: #fff
}

.default-btn span {
	background: #20212b none repeat scroll 0 0;
	border-radius: 50%;
	display: block;
	height: 0;
	position: absolute;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: width .6s ease 0s, height .6s ease 0s;
	-moz-transition: width .6s ease 0s, height .6s ease 0s;
	-webkit-transition: width .6s ease 0s, height .6s ease 0s;
	-ms-transition: width .6s ease 0s, height .6s ease 0s;
	-o-transition: width .6s ease 0s, height .6s ease 0s;
	width: 0;
	z-index: -1
}

.default-btn:hover span {
	height: 562.5px;
	width: 562.5px
}

.section-heading h2 {
	font-size: 32px;
	margin: 15px 0;
	display: block
}

.section-heading span {
	background-color: rgba(250, 87, 93, .15);
	font-family: open sans, sans-serif;
	color: #ff6c5f;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 20px;
	line-height: 13px
}

.section-heading p {
	margin-bottom: 0
}

.slick-slide:focus {
	outline: none
}

.nav-style .slick-arrow {
	background-color: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .06);
	transform: translateY(-50%);
	transition: all .3s ease-in-out;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	z-index: 10
}

.nav-style .slick-arrow:hover {
	background-color: #fa575d;
	color: #fff
}

.nav-style .slick-arrow.right {
	left: auto;
	right: 0
}

.nav-style:hover .slick-arrow {
	left: -40px;
	visibility: visible;
	opacity: 1
}

.nav-style:hover .slick-arrow.right {
	left: auto;
	right: -40px
}

.carousel-dots .slick-dots {
	text-align: center;
	margin-top: 30px
}

.carousel-dots .slick-dots li {
	display: inline-block;
	margin: 0 4px
}

.carousel-dots .slick-dots li button {
	display: inline-block;
	background-color: #ddd;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -999px
}

.carousel-dots .slick-dots li.slick-active button {
	background-color: #fa575d
}

.carousel-dots .slick-dots li button:focus {
	outline: none
}

@media(max-width:767px) {
	.nav-style .slick-arrow {
		left: 0
	}
	.nav-style .slick-arrow.right {
		left: auto;
		right: 0
	}
}

a,
a:hover,
img,
.form-control,
.form-control:hover,
button {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#scrollup {
	width: 45px;
	height: 45px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	overflow: hidden;
	z-index: 999
}

.scroll-to-top {
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #fa575d;
	font-size: 10px;
	padding: 0;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	text-decoration: none;
	transform: translateY(150%);
	transition: all .3s ease-in-out
}

#scrollup.show {
	opacity: 1
}

#scrollup.show .scroll-to-top {
	transform: translateY(0);
	transition: all .3s ease-in-out
}

.scroll-to-top:hover {
	color: #fff;
	text-decoration: none;
	opacity: .8;
	transition: all .3s ease-in-out
}

.scroll-to-top:focus {
	outline: none
}

.header {
	background-color: #fff;
	width: 100%;
	height: auto;
	display: block
}

.header-logo img {
	max-width: 70%
}

.sticky-header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transform: translateY(-100%);
	z-index: 99
}

.sticky-header .primary-header {
	background-color: #fff;
	box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .1)
}

.admin-bar .sticky-header {
	top: 32px
}

.admin-bar .header {
	margin-top: 32px
}

.admin-bar .header-three {
	margin-top: 0
}

.sticky-header.sticky-fixed-top {
	transition: transform .25s ease-in-out;
	will-change: transform
}

.sticky-header.sticky-fixed-top {
	transform: translateY(0)
}

.header ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.mobile-menu-icon {
	display: none
}

.burger-menu {
	width: 20px;
	height: 17px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	-webkit-transition: transform 330ms ease-out;
	-moz-transition: transform 330ms ease-out;
	-o-transition: transform 330ms ease-out;
	transition: transform 330ms ease-out
}

.burger-menu.menu-open {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.line-menu {
	background-color: #222;
	border-radius: 2px;
	width: 100%;
	height: 3px
}

.line-menu.line-half {
	width: 50%
}

.line-menu.first-line {
	transition: transform 330ms cubic-bezier(.54, -.81, .57, .57);
	transform-origin: right
}

.menu-open .line-menu.first-line {
	-webkit-transform: rotate(-90deg) translateX(3px);
	-moz-transform: rotate(-90deg) translateX(3px);
	-o-transform: rotate(-90deg) translateX(3px);
	transform: rotate(-90deg) translateX(3px)
}

.line-menu.last-line {
	align-self: flex-end;
	transition: transform 330ms cubic-bezier(.54, -.81, .57, .57);
	transform-origin: left
}

.menu-open .line-menu.last-line {
	-webkit-transform: rotate(-90deg) translateX(-3px);
	-moz-transform: rotate(-90deg) translateX(-3px);
	-o-transform: rotate(-90deg) translateX(-3px);
	transform: rotate(-90deg) translateX(-3px)
}

.header-menu-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.header-menu-wrap ul li {
	display: inline-block;
	position: relative
}

.header-menu-wrap ul li>a {
	display: block;
	font-family: work sans, sans-serif;
	font-size: 12px;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 600;
	color: #20212b;
	padding: 0 15px;
	height: 80px;
	line-height: 80px;
	text-decoration: none;
	-webkit-font-smoothing: antialiased
}

.header-menu-wrap ul li:hover>a {
	color: #fa575d
}

.header-menu-wrap li ul {
	background-color: #fff;
	display: block;
	width: 250px;
	padding: 30px 0;
	-webkit-box-shadow: 0 50px 100px 0 rgba(64, 1, 4, .1), 0 -6px 0 0 rgba(248, 99, 107, .004);
	box-shadow: 0 50px 100px 0 rgba(64, 1, 4, .1), 0 -6px 0 0 rgba(248, 99, 107, .004);
	position: absolute;
	left: -35px;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	-webkit-transition: opacity .5s ease, visibility .5s ease;
	-o-transition: opacity .5s ease, visibility .5s ease;
	transition: opacity .5s ease, visibility .5s ease
}

.header-menu-wrap li:hover>ul {
	opacity: 1;
	visibility: visible;
	z-index: 99
}

.header-menu-wrap li li {
	display: block;
	padding: 0 35px;
	margin-bottom: 5px;
	text-align: left;
	position: relative
}

.header-menu-wrap li li:last-child {
	margin: 0
}

.header-menu-wrap li li>a {
	font-family: open sans, sans-serif;
	display: block;
	height: auto;
	line-height: inherit;
	color: #20212b;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;
	text-transform: capitalize;
	padding: 1px 7px;
	font-size: 14px;
	-webkit-font-smoothing: antialiased
}

.header-menu-wrap li li:hover>a {
	color: #fa575d;
	background-color: #f9f9f9
}

.header-menu-wrap li ul li ul {
	width: 250px;
	position: absolute;
	left: 100%;
	top: 0
}

@media(min-width:993px) {
	.header-menu-wrap li ul {
		display: block!important
	}
}

@media(max-width:992px) {
	#page.site {
		margin-top: 0!important
	}
	.headroom--top .header-menu-wrap,
	.headroom--unpinned .header-menu-wrap {
		display: none!important
	}
	.dropdown-plus {
		width: 49px;
		height: 49px;
		line-height: 49px;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer
	}
	.dropdown-plus:before,
	.dropdown-plus:after {
		position: absolute;
		content: '';
		top: 21px;
		right: 10px;
		width: 13px;
		height: 1px;
		background-color: #222
	}
	.dropdown-plus:after {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	.dropdown-plus.dropdown-open:after {
		display: none
	}
	.mobile-menu-icon {
		display: block
	}
	.header-menu-wrap {
		display: none;
		background-color: #fff;
		width: 100%;
		height: auto;
		padding: 0 20px;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 999
	}
	.header-menu-wrap ul li {
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, .04);
		padding: 11px 0;
		margin: 0
	}
	.header-menu-wrap ul li:first-child {
		border-top: 1px solid rgba(0, 0, 0, .04)
	}
	.header-menu-wrap ul li>a {
		padding: 10px 15px;
		height: inherit;
		line-height: inherit
	}
	.header-menu-wrap li li:hover>a {
		background-color: transparent
	}
	.header-menu-wrap ul li ul li ul,
	.header-menu-wrap ul li ul {
		background-color: transparent;
		width: 100%;
		opacity: 1;
		padding: 0;
		visibility: visible;
		position: inherit;
		display: none;
		top: inherit;
		left: inherit;
		box-shadow: none;
		padding-top: 11px
	}
	.header-menu-wrap li li {
		padding-left: 11px
	}
	.header-menu-wrap li li:last-child {
		border-bottom: none;
		padding-bottom: 0
	}
	.header-menu-wrap li li>a {
		color: #20212b;
		font-size: 13px
	}
	.header-menu-wrap li li:hover>a {
		color: #666
	}
	.primary-header-two .header-right a.header-btn {
		margin: 0
	}
	.header-two .mid-header .header-logo {
		text-align: center
	}
}

@media screen and (max-width:782px) {
	.admin-bar .sticky-header {
		top: 0
	}
	.admin-bar .header {
		margin-top: 0;
		padding-top: 46px
	}
}

@media(max-width:580px) {
	.header-right a.dl-btn {
		line-height: 40px;
		font-size: 10px;
		padding: 0 25px
	}
	.primary-header .header-logo {
		max-width: 150px
	}
	.top-bar .top-left li {
		font-size: 12px
	}
}

.primary-header-inner .header-right {
	display: flex;
	align-items: center;
	line-height: 80px;
	margin-left: 20px
}

.header-right .mobile-menu-icon {
	margin-left: 20px
}

.header-right a.header-btn {
	display: inline-block;
	background: #ef1c25;
	color: #fff;
	font-family: work sans, sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	height: 45px;
	line-height: 45px;
	padding: 0 35px;
	letter-spacing: 0;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	margin-left: 20px;
	transition: all ease 700ms;
	-moz-transition: all ease 700ms;
	-webkit-transition: all ease 700ms;
	-ms-transition: all ease 700ms;
	-o-transition: all ease 700ms;
	z-index: 1
}

.header-right a.header-btn:hover {
	color: #fff
}

.header-right a.header-btn span {
	background: #20212b none repeat scroll 0 0;
	border-radius: 50%;
	display: block;
	height: 0;
	position: absolute;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: width .6s ease 0s, height .6s ease 0s;
	-moz-transition: width .6s ease 0s, height .6s ease 0s;
	-webkit-transition: width .6s ease 0s, height .6s ease 0s;
	-ms-transition: width .6s ease 0s, height .6s ease 0s;
	-o-transition: width .6s ease 0s, height .6s ease 0s;
	width: 0;
	z-index: -1
}

.header-right a.header-btn:hover span {
	height: 562.5px;
	width: 562.5px
}

.header-right .search-icon {
	color: #20212b;
	cursor: pointer
}

.header-right .search-icon:hover {
	opacity: .8
}

.primary-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative
}

.primary-header .header-logo {
	max-width: 180px;
	     text-align: center;
    padding: 10px;
}

.viewport-lg .primary-header .header-menu-wrap {
	display: block!important
}

.top-bar {
	background-color: #20212b
}

.top-bar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff
}

.top-bar .top-left li {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #444;
	margin: 0;
	padding-top: 7px;
	padding-bottom: 7px
}

.top-bar .top-left li:first-child {
	border-left: 1px solid #444
}

.top-bar .top-left li a {
	color: #fff;
	text-decoration: none
}

.top-bar .top-social {
	padding: 7px 20px;
	border-right: 1px solid #444;
	border-left: 1px solid #444
}

.top-bar .top-social li {
	display: inline-block;
	margin-left: 13px
}

.top-bar .top-social li:first-child {
	margin-left: 0
}

.top-bar .top-social li a {
	color: #fff
}

.top-bar .top-social li a:hover {
	color: #ddd
}

@media(max-width:767px) {
	.top-bar .top-right {
		display: none
	}
	.top-bar .top-left li,
	.top-bar .top-left li:first-child {
		border: none
	}
	.top-bar .top-left li {
		padding-left: 0;
		padding-right: 20px
	}
}

.viewport-sm .primary-header-one {}

.primary-header-one .header-menu-wrap {
	margin-left: auto
}

.header-cart-btn {
	margin-left: 10px
}

.header-cart-btn a {
	color: #20212b;
	font-size: 18px;
	text-decoration: none;
	position: relative
}

.header-cart-btn a .num {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fa575d;
	color: #fff;
	font-size: 11px;
	display: block;
	top: -8px;
	right: -9px;
	line-height: 16px;
	text-align: center
}

.header-two {
	border-bottom: 4px solid #fa575d;
	position: relative
}

.header-two .mid-header {
	padding: 30px 0 70px
}

.header-two .mid-header {
	padding: 30px 0
}

.header-two .mid-header .mid-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.header-two .mid-header .header-logo {
	max-width: 180px
}

.header-two .mid-header ul {}

.header-two .mid-header ul li {
	display: inline-block;
	padding-left: 50px;
	position: relative;
	line-height: 20px;
	font-family: work sans, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0;
	font-weight: 600
}

.header-two .mid-header ul li:not(:last-of-type) {
	margin-right: 40px
}

.header-two .mid-header ul li .icon {
	color: #fa575d;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 35px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.header-two .mid-header ul li span {
	display: block;
	font-family: poppins, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #20212b;
	text-transform: capitalize
}

.header-two .mid-header ul li a {
	text-decoration: none
}

.header-two .mid-header ul li a:hover {
	opacity: .9
}

.header-two .primary-header {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(50%);
	z-index: 9
}

.header-two .primary-header {
	background-color: #20212b;
	position: inherit;
	transform: translateY(0)
}

.primary-header-two .header-menu-wrap ul li>a {
	color: #fff;
	padding-right: 30px;
	padding-left: 0
}

.primary-header-two .header-menu-wrap ul li>a:hover {
	color: #fa575d
}

.primary-header-two .header-menu-wrap li li>a {
	color: #20212b
}

.primary-header-two .header-menu-wrap li li:hover>a:hover {
	color: #fa575d
}

.primary-header-two .header-right .search-icon {
	color: #fff
}

.primary-header-two .header-menu-wrap li ul {
	left: -20px
}

.primary-header-two .header-menu-wrap li ul li ul {
	left: 100%
}

.sticky-header .primary-header-two {
	box-shadow: none;
	background-color: transparent
}

.header-2 .sticky-header {
	background-color: #20212b;
	-webkit-box-shadow: 0 50px 100px 0 rgba(64, 1, 4, .1), 0 -6px 0 0 rgba(248, 99, 107, .004);
	box-shadow: 0 50px 100px 0 rgba(64, 1, 4, .1), 0 -6px 0 0 rgba(248, 99, 107, .004)
}

.primary-header-two .header-right .header-cart-btn a {
	color: #fff
}

@media(max-width:992px) {
	.header-two {
		border: none
	}
	.header-two .primary-header {
		background-color: #20212b;
		position: inherit;
		transform: translateY(0)
	}
	.header-two .mid-header {
		padding: 20px 0
	}
	.header-two .mid-header-right {
		display: none
	}
	.header-two .primary-header-inner {
		padding: 20px 0
	}
	.header-2 .sticky-header .primary-header-inner {
		padding: 10px 0
	}
	.primary-header-inner {
		padding: 0
	}
	.sticky-header .primary-header-inner {
		padding: 0
	}
	.primary-header-two .primary-header-inner .header-right {
		margin-left: 0;
		justify-content: center;
		width: 100%
	}
	.header-two .mid-header .mid-header-inner {
		justify-content: center
	}
	.viewport-sm .primary-header-two .header-right .search-icon {
		display: inherit
	}
	.cart-enable.primary-header-two .header-right .header-cart-btn,
	.primary-header-two .header-right .search-icon {
		margin-right: auto
	}
	.cart-enable.primary-header-two .header-right .search-icon {
		margin-right: 0
	}
	.primary-header-two .header-right .mobile-menu-icon {
		margin-left: auto
	}
	.primary-header-two .header-right .line-menu {
		background-color: #fff
	}
	.primary-header-two .header-menu-wrap ul li ul li ul,
	.primary-header-two .header-menu-wrap ul li ul {
		left: inherit
	}
	.primary-header-two .header-menu-wrap li li:hover>a,
	.primary-header-two .header-menu-wrap li li>a,
	.primary-header-two .header-menu-wrap ul li>a {
		color: #20212b
	}
	.header-1 .header-right a.header-btn {
		margin-left: 15px;
		margin-right: 0
	}
}

.header-three {
	background-color: transparent;
	position: absolute;
	top: 32px;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	z-index: 99
}

.header-three .line-menu {
	background-color: #fff
}

.header-three .top-bar {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.header-three .top-bar .top-left li {
	border-right: 1px solid rgba(255, 255, 255, .2)
}

.header-three .top-bar .top-left li:first-child {
	border-left: 1px solid rgba(255, 255, 255, .2)
}

.header-three .top-bar .top-social {
	border-right: 1px solid rgba(255, 255, 255, .2);
	border-left: 1px solid rgba(255, 255, 255, .2)
}

.primary-header-three .header-menu-wrap,
.header-three .header-menu-wrap {
	margin-left: auto
}

.header-three .header-menu-wrap ul li>a {
	color: #fff
}

.header-three .header-menu-wrap ul li:hover>a {
	color: #fff
}

.header-three .header-menu-wrap li li>a {
	color: #20212b
}

.header-three .header-menu-wrap li li:hover>a:hover {
	color: #fa575d
}

.primary-header-three .header-right .header-cart-btn a,
.header-three .header-right .search-icon {
	color: #fff
}

.sticky-header .primary-header-three .header-right .header-cart-btn a {
	color: #20212b
}

@media screen and (max-width:782px) {
	.admin-bar .header-three {
		top: 0
	}
}

@media(max-width:992px) {
	.header-menu-wrap {
		top: 100%
	}
	.primary-header-three .header-right .line-menu {
		background-color: #fff
	}
	.sticky-header .primary-header-three .header-right .line-menu {
		background-color: #222
	}
	.primary-header-three .header-menu-wrap ul li ul li ul,
	.primary-header-three .header-menu-wrap ul li ul {
		left: inherit
	}
	.primary-header-three .header-menu-wrap ul li:hover>a,
	.primary-header-three .header-menu-wrap li li:hover>a,
	.primary-header-three .header-menu-wrap li li>a,
	.primary-header-three .header-menu-wrap ul li>a {
		color: #20212b
	}
	.primary-header .header-logo {
		max-width: 190px
	}
	.primary-header-three .primary-header-inner {
		padding: 0
	}
}

#dl-popup-search-box {
	background-color: rgba(0, 0, 0, .95);
	position: fixed;
	width: 100%;
	height: 100%;
	top: -20em;
	left: 0;
	right: 0;
	white-space: nowrap;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 500ms ease all;
	-moz-transition: 500ms ease all;
	transition: 500ms ease all
}

.box-inner-wrap:hover {
	cursor: url(../img/cross.png), auto
}

#dl-popup-search-box.toggled {
	top: 0;
	opacity: 1;
	visibility: visible
}

#dl-popup-search-box .box-inner-wrap {
	width: 100%;
	height: 100%
}

#dl-popup-search-box .box-inner-wrap form {
	position: relative;
	margin: 0 auto
}

#dl-popup-search-box .box-inner-wrap input::-webkit-input-placeholder {
	color: #444
}

#dl-popup-search-box .box-inner-wrap input:-ms-input-placeholder {
	color: #444
}

#dl-popup-search-box .box-inner-wrap input::placeholder {
	color: #444
}

#dl-popup-search-box .box-inner-wrap input {
	width: 90%;
	padding: 0 0 .125em;
	background: 0 0;
	border: none;
	border-bottom: 3px solid #20212b;
	font-size: 4em;
	color: #ddd
}

#dl-popup-search-box .box-inner-wrap input:focus {
	outline: none
}

#dl-popup-search-box .box-inner-wrap button {
	position: absolute;
	display: block;
	width: 10%;
	right: 0;
	top: 0;
	background: 0 0;
	border: none;
	color: #444;
	font-size: 4em;
	-webkit-transition: 500ms ease all;
	-moz-transition: 500ms ease all;
	transition: 500ms ease all
}

#dl-popup-search-box .box-inner-wrap button:hover {
	color: #ddd
}

#dl-popup-search-box .box-inner-wrap button:focus {
	outline: none
}

@media screen and (max-width:600px) {
	#dl-popup-search-box .box-inner-wrap form {
		width: 90%
	}
	#dl-popup-search-box .box-inner-wrap input,
	#dl-popup-search-box .box-inner-wrap button {
		font-size: 2em
	}
}

.page-header {
	background-image: url(../img/page-header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1
}

.page-header .overlay {
	background-color: rgba(17, 17, 17, .5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}

.page-content {}

.page-content h2 {
	color: #fff;
	font-size: 36px
}

.page-content p {
	color: #fff;
	font-weight: 600;
	margin: 0
}

.page-item {
	display: inline-flex;
	margin-top: 30px
}

.page-item a {
	font-family: work sans, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding-right: 20px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	position: relative
}

.page-item a:after {
	background-color: rgba(255, 255, 255, .5);
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	right: -4px;
	position: absolute
}

.page-item a:hover {
	color: #fa575d
}

.page-item i {
	margin-right: 5px
}

.page-item p {
	font-family: work sans, sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase
}

.page-header-2 {
	background-image: url(../img/event-4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1
}

.page-header-2 .overlay {
	background-color: rgba(17, 17, 17, .5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}

.page-header-2 .page-content h2 {
	font-size: 42px;
	line-height: 52px;
	margin-bottom: 0
}

.page-header-2 .page-item p {
	font-family: poppins, sans-serif;
	color: #ddd;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize
}

.page-header-3 {
	background-image: url(../img/donation-4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1
}

.page-header-3 .overlay {
	background-color: rgba(17, 17, 17, .5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}

.page-header-3 .page-content h2 {
	font-size: 42px;
	line-height: 52px;
	margin-bottom: 0
}

.page-header-3 .page-item p {
	font-family: poppins, sans-serif;
	color: #ddd;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize
}

.about-section .section-heading p {
	margin-bottom: 22px!important
}

.about-section-2 {}

.about-section-2 .section-heading p {
	margin-bottom: 20px
}

.about-box {
	padding: 30px;
	box-shadow: 0 20px 30px 5px rgba(61, 1, 4, .1)
}

.about-box i {
	color: #fff;
	font-size: 50px
}

.about-box h3 {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	margin: 10px 0;
	font-weight: 600;
	transition: all .2s ease-in-out
}

.about-box h3:hover {
	color: #111;
	transition: all .2s ease-in-out
}

.about-box p {
	color: #fff;
	line-height: 29px;
	position: relative;
	margin-bottom: 0;
	padding: 0 0 35px
}

.about-box p:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 20px;
	height: 1px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

.about-box p:after {
	position: absolute;
	content: "";
	background: #fff;
	height: 1px;
	width: 30px;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%)
}

.about-box {}

.about-section .col-md-6 {
	padding: 20px
}

.about-section-3 .section-heading p {
	margin-bottom: 20px
}

.about-section-4 {}

.about-section-4 .about-list {
	line-height: 40px
}

.about-section-4 .about-list li {
	color: #263a4f;
	font-size: 14px;
	font-weight: 600
}

.about-section-4 .about-list li i {
	color: #fa575d;
	margin-right: 15px
}

.donate-section {}

.donate-wrap {}

.donate-box {
	box-shadow: 0 20px 30px 5px rgba(61, 1, 4, .1);
	border-bottom: 5px solid transparent;
	transition: all .3s all ease-in-out;
	overflow: hidden!imoportant
}

.donate-box:hover {
	border-bottom: 5px solid #fa575d;
	transition: all .3s ease-in-out
}

.donate-img {
	position: relative;
	overflow: hidden
}

.donate-btn a {
	background-color: #379ff4;
	font-family: poppins, sans-serif;
	color: #fff;
	font-size: 11px;
	position: absolute;
	top: 20px;
	right: 15px;
	letter-spacing: .5px;
	font-weight: 600;
	padding: 10px 22px;
	text-transform: uppercase
}

.donate-btn.btn-2 a {
	background-color: #2cc391
}

.donate-btn.btn-3 a {
	background-color: #9064bf
}

.progress {
	height: 16px;
	background-color: transparent;
	box-shadow: none;
	margin-bottom: 20px;
	overflow: hidden
}

.progress .progress-bar {
	background-color: #379ff4;
	height: 10px;
	position: absolute;
	overflow: visible
}

.progress .progress-bar.bar-2 {
	background-color: #2cc391
}

.progress .progress-bar.bar-3 {
	background-color: #9064bf
}

.progress .progress-bar span {
	background-color: #379ff4;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1
}

.progress .progress-bar.bar-2 span {
	background-color: #2cc391
}

.progress .progress-bar.bar-3 span {
	background-color: #9064bf
}

.progress .progress-bar span:before {
	background-color: rgba(55, 159, 244, .5);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1
}

.progress .progress-bar.bar-2 span:before {
	background-color: rgba(44, 195, 145, .5)
}

.progress .progress-bar.bar-2 span:before {
	background-color: rgba(44, 195, 145, .5)
}

.progress .progress-bar.bar-3 span:before {
	background-color: rgba(144, 100, 191, .5)
}

.donate-content {
	padding: 30px;
	padding-top: 0
}

.donate-content span {
	background-color: rgba(55, 159, 244, .1);
	color: #379ff4;
	font-family: poppins, sans-serif;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 20px;
	letter-spacing: 0;
	text-transform: uppercase
}

.donate-content .desc {
	background-color: rgba(44, 195, 145, .1);
	color: #2cc391
}

.donate-content .desc-2 {
	background-color: rgba(144, 100, 191, .1);
	color: #9064bf
}

.donate-content h3 {
	color: #263a4f;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	margin: 25px 0 10px 0;
	transition: all .2s ease-in-out
}

.donate-content h3:hover {
	color: #fa575d;
	transition: all .2s ease-in-out
}

.donate-content p {
	font-size: 15px;
	margin-bottom: 20px
}

.donate-list {
	display: flex;
	align-items: center
}

.donate-list li {
	color: #6a8695;
	font-family: work sans, sans-serif;
	font-size: 13px;
	font-weight: 600;
	margin-right: 15px
}

.donate-list li i {
	color: #fa575d;
	margin-right: 10px
}

.donate-section-2 .donate-section-2 .donate-wrap {}

.donate-section-2 .donate-btn.btn-4 a {
	background-color: #fa575d
}

.donate-section-2 .donate-btn.btn-5 a {
	background-color: #f7a900
}

.donate-section-2 .donate-btn.btn-6 a {
	background-color: #ed008c
}

.donate-section-2 .progress .progress-bar.bar-4 {
	background-color: #fa575d
}

.donate-section-2 .progress .progress-bar.bar-5 {
	background-color: #f7a900
}

.donate-section-2 .progress .progress-bar.bar-6 {
	background-color: #ed008c
}

.progress .progress-bar.bar-4 span {
	background-color: #fa575d
}

.progress .progress-bar.bar-5 span {
	background-color: #f7a900
}

.progress .progress-bar.bar-6 span {
	background-color: #ed008c
}

.progress .progress-bar.bar-4 span:before {
	background-color: rgba(250, 87, 93, .5)
}

.progress .progress-bar.bar-5 span:before {
	background-color: rgba(247, 169, 0, .5)
}

.progress .progress-bar.bar-6 span:before {
	background-color: rgba(237, 0, 140, .5)
}

.donate-content .desc-2 {
	background-color: rgba(144, 100, 191, .1);
	color: #9064bf
}

.donate-content .desc-3 {
	background-color: rgba(250, 87, 93, .1);
	color: #fa575d
}

.donate-content .desc-4 {
	background-color: rgba(247, 169, 0, .1);
	color: #f7a900
}

.donate-content .desc-5 {
	background-color: rgba(237, 0, 140, .1);
	color: #ed008c
}

.video-section {
	background-image: url(../img/background-img-5.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: relative
}

.video-section .section-heading span {
	background-color: rgba(255, 255, 255, .2);
	color: #fff
}

.video-section .section-heading h2 {
	color: #fff;
	font-size: 42px;
	line-height: 52px;
	margin: 26px 0
}

.video-section .section-heading p {
	color: #fff
}

.video-wrap {
	background-color: #fa575d;
	padding: 80px 80px 80px 40px
}

.video-section .default-btn {
	background: #111;
	color: #fff
}

.video-section .default-btn:hover {
	color: #111
}

.video-section .default-btn span {
	background: #fff none repeat scroll 0 0
}

.video-btn {
	display: flex;
	align-items: center;
	justify-content: center
}

.play-btn {
	position: absolute;
	z-index: 1
}

.play-btn a {
	background-color: #fff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	text-align: center;
	color: #111;
	display: block;
	border-radius: 50%;
	-webkit-box-shadow: 0 10px 33.25px 1.75px rgba(0, 27, 103, .35);
	box-shadow: 0 10px 33.25px 1.75px rgba(0, 27, 103, .35);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.play-btn a:hover {
	background-color: #fa575d;
	color: #fff;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.play-btn .ripple {
	z-index: -1
}

.play-btn .ripple,
.play-btn .ripple:before,
.play-btn .ripple:after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 78px;
	height: 78px;
	transform: translateX(-50%) translateY(-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
	-webkit-animation: rippleOne 3s infinite;
	-moz-animation: rippleOne 3s infinite;
	-ms-animation: rippleOne 3s infinite;
	-o-animation: rippleOne 3s infinite;
	animation: rippleOne 3s infinite
}

.play-btn .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0
}

.play-btn .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0
}

@-webkit-keyframes rippleOne {
	70% {
		box-shadow: 0 0 0 70px transparent
	}
	100% {
		box-shadow: 0 0 0 0 transparent
	}
}

@keyframes rippleOne {
	70% {
		box-shadow: 0 0 0 70px transparent
	}
	100% {
		box-shadow: 0 0 0 0 transparent
	}
}

.video-section-2 {}

.video-section-2 .section-heading p {
	margin-bottom: 20px
}

.video-wrapper {}

.video-section-2 .video-img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

.video-section-2 .video-img .play-btn {
	position: absolute
}

.service-section {}

.service-wrap {}

.service-box {
	background-color: #fff;
	position: relative;
	box-shadow: 0 20px 30px 5px rgba(61, 1, 4, .1);
	overflow: hidden;
	position: relative;
	transition: all ease 700ms;
	-moz-transition: all ease 700ms;
	-webkit-transition: all ease 700ms;
	-ms-transition: all ease 700ms;
	-o-transition: all ease 700ms;
	z-index: 1
}

.service-box span {
	background: transparent none repeat scroll 0 0;
	border-radius: 50%;
	display: block;
	height: 0;
	position: absolute;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: width .6s ease 0s, height .6s ease 0s;
	-moz-transition: width .6s ease 0s, height .6s ease 0s;
	-webkit-transition: width .6s ease 0s, height .6s ease 0s;
	-ms-transition: width .6s ease 0s, height .6s ease 0s;
	-o-transition: width .6s ease 0s, height .6s ease 0s;
	width: 0;
	z-index: -1
}

.service-box:hover span {
	height: 862.5px;
	width: 862.5px
}

.service-box.item-1 span {
	background: #fa575d none repeat scroll 0 0
}

.service-box.item-2 span {
	background: #2cc391 none repeat scroll 0 0
}

.service-box.item-3 span {
	background: #f7a900 none repeat scroll 0 0
}

.service-box.item-4 span {
	background: #9064bf none repeat scroll 0 0
}

.service-content {
	padding: 38px
}

.service-content i {
	font-size: 60px;
	color: #fa575d
}

.service-content.icon-2 i {
	color: #2cc391
}

.service-content.icon-3 i {
	color: #f7a900
}

.service-content.icon-4 i {
	color: #9064bf
}

.service-content h3 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin: 12px 0
}

.service-content p {}

.service-content .read-more {
	font-family: work sans, sans-serif;
	color: #6a8695;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase
}

.service-icon {
	position: absolute;
	bottom: 10px;
	right: 22px;
	opacity: .2
}

.service-icon i {
	font-size: 80px;
	color: #fa575d
}

.service-icon.icon-2 i {
	color: #2cc391
}

.service-icon.icon-3 i {
	color: #f7a900
}

.service-icon.icon-4 i {
	color: #9064bf
}

.service-box:hover .service-content i,
.service-box:hover .service-content h3,
.service-box:hover .service-content p,
.service-box:hover .service-icon i,
.service-box:hover .read-more {
	color: #fff
}

.service-item .service-content {}

.service-item .service-content i,
.service-item .service-content h3,
.service-item .service-content p {
	color: #fff
}

.service-item p {
	color: #fff;
	line-height: 29px;
	position: relative;
	margin-bottom: 0;
	padding: 0 0 35px
}

.service-item p:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 20px;
	height: 1px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

.service-item p:after {
	position: absolute;
	content: "";
	background: #fff;
	height: 1px;
	width: 30px;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%)
}

.team-section {}

.team-wrap {}

.team-box {
	text-align: center;
	overflow: hidden
}

.team-box:hover .team-social {
	transform: translateY(0);
	transition: .2s ease-in-out;
	transition-delay: .2s;
	visibility: visible
}

.team-content {}

.team-thumb {
	position: relative;
	border-radius: 3px;
	overflow: hidden
}

.team-thumb img {
	transition: all .3s linear
}

.team-thumb:hover img {
	-webkit-transform: scale(1.1) rotate(2deg);
	transform: scale(1.1) rotate(2deg);
	filter: blur(2px);
	-webkit-animation: teamhover .2s linear;
	animation: teamhover .2s linear
}

.team-social {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 30px;
	visibility: hidden;
	opacity: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 2;
	text-align: center;
	transition: all .3s linear
}

.team-social li a {
	color: #fff;
	font-size: 13px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 2px;
	display: inline-block
}

.team-item:hover .team-social {
	visibility: visible;
	opacity: 1
}

.team-item .team-social li {
	transform: translateY(100px);
	display: inline-block;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .4s cubic-bezier(.37, .31, .2, .85);
	transition: all .4s cubic-bezier(.37, .31, .2, .85)
}

.team-item .team-social li:nth-child(1) {
	background-color: #3b5999;
	transition-delay: 0s
}

.team-item .team-social li:nth-child(2) {
	background-color: #55acee;
	transition-delay: .1s
}

.team-item .team-social li:nth-child(3) {
	background-color: #e4405f;
	transition-delay: .2s
}

.team-item .team-social li:nth-child(4) {
	background-color: #0e76a8;
	transition-delay: .3s
}

.team-item .team-social li:nth-child(5) {
	transition-delay: 350ms
}

.team-item:hover .team-social li {
	transform: translateX(0)
}

.team-content {
	margin-top: 15px
}

.team-content h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0
}

.team-content span {
	font-family: work sans, sans-serif;
	font-size: 12px;
	display: block;
	font-weight: 600;
	text-transform: uppercase
}

.cta-section {
	background-image: url(../img/background-img-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%
}

.cta-wrap {}

.cta-content .section-heading span {
	background-color: #fa575d;
	color: #fff
}

.cta-content .section-heading h2 {
	font-size: 36px;
	color: #fff
}

.cta-content .section-heading p {
	color: #fff;
	margin-bottom: 0
}

.appointment-form {
	background-color: #fff;
	padding: 60px 40px;
	margin-left: 100px;
	transform: translateY(50px);
	-webkit-box-shadow: 0 50px 100px 0 rgba(64, 1, 4, .1), 0 -6px 0 0 rgba(248, 99, 107, .004);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.appointment-form .section-heading h3 {
	font-size: 28px;
	font-weight: 600;
	line-height: 42px;
	margin: 20px 0
}

.appointment-form .form-control {
	background-color: #f7fafe;
	color: #6a8695;
	font-size: 15px;
	border-radius: 0;
	height: 50px;
	border: none;
	box-shadow: none
}

.appointment-form .form-control.message {
	height: 120px
}

.appointment-form .form-group {
	margin-bottom: 0
}

.appointment-form .form-group .col-md-12,
.appointment-form .form-group .col-sm-6 {
	padding: 10px
}

.appointment-form .default-btn {
	margin-top: 20px
}

.appointment-form .default-btn:focus {
	border: none;
	box-shadow: none
}

.appointment-form .alert {
	display: none;
	margin-bottom: 0;
	margin-top: 1rem
}

.appointment-form .alert-success,
.appointment-form .alert-danger {
	display: block
}

.cta-section-2 {
	background-image: url(../img/cta-bg-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%
}

.cta-wrap {}

.cta-section-2 .section-heading span {
	background-color: rgba(255, 108, 95, .8);
	color: #fff
}

.cta-section-2 .section-heading h2,
.cta-section-2 .section-heading p {
	color: #fff
}

.cta-section-2 .default-btn {
	margin-top: -12px
}

.cta-section-3 {
	background-image: url(../img/map-pattern.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 100%
}

.cta-section-3 .section-heading span {
	background-color: rgba(255, 108, 95, .8);
	color: #fff
}

.event-section {}

.event-item {}

.event-carousel .slick-list {
	padding-bottom: 15px
}

.event-thumb {
	position: relative;
	z-index: -1
}

.event-thumb .date {
	color: #fff;
	font-family: work sans, sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 15px;
	position: absolute;
	right: 20px;
	top: 20px;
	display: inline-block;
	letter-spacing: -.5px;
	text-align: center;
	border-radius: 2px;
	margin: 0;
	text-transform: uppercase
}

.event-thumb .date h3 {
	font-family: work sans, sans-serif;
	font-size: 22px;
	color: #fff;
	margin-bottom: 0;
	line-height: 18px
}

.event-thumb .date h3 span {
	font-size: 12px;
	color: #fff;
	display: block
}

.event-content {
	background-color: #fff;
	box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .06);
	padding: 30px;
	margin: 0 15px;
	margin-top: -40px;
	z-index: 1
}

.event-content h3 {
	font-size: 18px;
	font-weight: 600;
	transition: all .2s ease-in-out;
	line-height: 18px
}

.event-content h3:hover {
	color: #fa575d;
	transition: all .2s ease-in-out
}

.event-list {}

.event-list li {
	font-family: work sans, sans-serif;
	display: inline-block;
	font-size: 12px;
	line-height: 26px;
	font-weight: 600;
	margin-right: 10px;
	text-transform: uppercase
}

.event-list li i {
	color: #fa575d;
	font-size: 12px;
	margin-right: 5px
}

.slick-initialized .slick-slide {
	padding: 0 15px
}

.blog-wrap {}

.blog-item {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.blog-item .blog-thumb {
	position: relative;
	overflow: hidden
}

.blog-item .blog-thumb .category {
	background-color: #fa575d;
	padding: 5px 15px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: work sans, sans-serif;
	position: absolute;
	width: auto;
	height: auto;
	left: 0;
	bottom: 0
}

.blog-item .blog-thumb .category a {
	color: #fff
}

.blog-item .blog-thumb img {
	width: 100%;
	margin: 0
}

.blog-content {
	background-color: #fff;
	padding: 30px
}

.blog-content h3 {
	line-height: 24px
}

.blog-content h3 a {
	font-family: poppins, sans-serif;
	font-size: 21px;
	color: #263a4f;
	line-height: 31px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-top: 0;
	margin-bottom: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.blog-content h3 a:hover {
	color: #fa575d
}

.blog-content .read-more {
	font-family: work sans, sans-serif;
	color: #263a4f;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding-left: 40px
}

.blog-content .read-more:hover {
	color: #fa575d
}

.blog-content .read-more:before {
	background-color: #fa575d;
	position: absolute;
	content: "";
	width: 30px;
	height: 4px;
	left: 0;
	top: calc(50% - 2px)
}

.blog-item:hover .blog-thumb img {
	transform: scale(1.05)
}

.pagination-wrap {}

.pagination-wrap li {
	display: inline-block;
	margin: 0 5px
}

.pagination-wrap.text-left li {
	margin: 0 10px 0 0
}

.pagination-wrap li a {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	color: #263a4f;
	font-weight: 600;
	border-radius: 2px
}

.pagination-wrap li a:hover {
	background-color: #fa575d;
	color: #fff;
	opacity: 1;
	text-decoration: none
}

.pagination-wrap li a.active {
	background-color: #fa575d;
	border: 1px solid #fa575d;
	color: #fff
}

.blog-thumb {}

.blog-thumb img {
	margin-bottom: 20px
}

.blog-single-content {}

.blog-single-content h2 a {
	font-size: 28px;
	color: #263a4f
}

.blog-single-content h2 a:hover {
	color: #fa575d
}

.single-post-meta {
	margin-bottom: 20px
}

.single-post-meta li {
	display: inline-block;
	margin-right: 20px
}

.single-post-meta li i {
	font-size: 12px;
	color: #fa575d;
	margin-right: 5px
}

.single-post-meta li a {
	display: inline-block;
	font-family: work sans, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	color: #263a4f
}

blockquote {
	background-color: #f5f5f5;
	padding: 40px;
	border-left: 4px solid #fa575d;
	margin: 30px 0;
	position: relative;
	z-index: 1
}

blockquote .dots {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1
}

blockquote p {
	color: #263a4f;
	font-size: 20px
}

blockquote span {
	display: block;
	margin-top: 20px;
	color: #263a4f
}

.post-tags {
	margin-top: 30px
}

.post-tags li {
	display: inline-block
}

.post-tags li a {
	display: inline-block;
	background-color: #fa575d;
	padding: 5px 10px;
	border-radius: 2px;
	font-size: 12px;
	color: #fff;
	margin: 3px
}

.post-tags li a:hover {
	background-color: #263a4f;
	color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.author-box {
	display: flex;
	align-items: center;
	padding: 30px;
	margin-top: 30px;
	border-left: 4px solid #fa575d
}

.author-box img {
	width: 100px;
	height: 100px;
	border-radius: 50%
}

.author-info {
	padding-left: 30px
}

.author-info h3 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 5px
}

.author-box .social-icon {}

.author-box .social-icon li {
	display: inline-block;
	margin-right: 8px
}

.author-box .social-icon li a {
	font-size: 14px;
	color: #263a4f
}

.author-box .social-icon li a:hover {
	color: #fa575d
}

.post-navigation {
	border: 1px solid #e5e5e5;
	margin-top: 40px;
	margin-left: 0;
	margin-right: 0
}

.post-navigation .col {
	padding: 20px
}

.post-navigation .col:not(:last-of-type) {
	border-right: 1px solid rgba(17, 17, 17, .04)
}

.post-navigation .col a {
	color: #263a4f;
	font-size: 12px;
	text-transform: uppercase;
	font-family: work sans, sans-serif;
	font-weight: 600;
	display: flex;
	align-items: center
}

.post-navigation .col.next-post a {
	justify-content: flex-end
}

.post-navigation .col i {
	display: inline-block;
	font-size: 14px
}

.post-navigation .ti-arrow-left {
	margin-right: 10px
}

.post-navigation .ti-arrow-right {
	margin-left: 10px
}

.post-navigation .col a:hover {
	color: #fa575d
}

.post-navigation .col.prev-post .fa {
	margin-right: 10px
}

.post-navigation .col.next-post .fa {
	margin-left: 10px
}

.blog-single-wrap .comments-area {
	margin-top: 40px
}

.blog-single-wrap .comments-area .comments {
	border-bottom: 0
}

.blog-single-wrap .comments-area li>div {
	border-bottom: 1px solid rgba(17, 17, 17, .05);
	padding: 35px
}

.blog-single-wrap .comments-area ol {
	list-style-type: none;
	padding-left: 0
}

.blog-single-wrap .comments-area ol ul {
	padding-left: 30px;
	list-style-type: none;
	margin: 0
}

.blog-single-wrap .comments-area ol>li:last-child div {
	border-bottom: 0
}

.blog-single-wrap .comments-area .comments-title {
	font-size: 22px;
	font-weight: 600
}

.blog-single-wrap .comments-area li>div {
	position: relative
}

.blog-single-wrap .comments-area .comment-thumb {
	position: absolute;
	left: 35px
}

.blog-single-wrap .comments-area .comment-thumb .comment-img {
	width: 80px;
	height: 80px;
	border-radius: 50%
}

.blog-single-wrap .comments-area .comment-thumb .comment-img img {
	border-radius: 50%
}

.blog-single-wrap .comments-area .comment-main-area {
	padding-left: 100px
}

.blog-single-wrap .comments-area .comment-main-area p {
	margin-bottom: 20px
}

.blog-single-wrap .comments-area .comments-meta h4 {
	font-family: poppins, sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -1px
}

.blog-single-wrap .comments-area .comments-meta h4 span {
	font-family: work sans, sans-serif;
	font-weight: 600;
	text-transform: none;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 5px
}

.blog-single-wrap .comments-area .comment-reply-link {
	font-family: work sans, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #fa575d;
	display: inline-block;
	text-transform: uppercase;
	padding-left: 35px;
	position: relative
}

.blog-single-wrap .comments-area .comment-reply-link:before {
	background-color: #fa575d;
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	left: 0;
	top: calc(50% - 1px)
}

.blog-single-wrap .comments-area .comment-reply-link:hover {
	text-decoration: underline
}

.blog-single-wrap .comment-respond {}

.blog-single-wrap .comment-respond .comment-reply-title {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 20px
}

.blog-single-wrap .comment-respond form input,
.blog-single-wrap .comment-respond form textarea {
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	width: 100%;
	height: 50px;
	padding: 6px 15px;
	margin-bottom: 15px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	transition: all .3s
}

.blog-single-wrap .comment-respond form input:focus,
.blog-single-wrap .comment-respond form textarea:focus {
	border-color: #fa575d
}

.blog-single-wrap .comment-respond form textarea {
	height: 200px;
	padding: 15px
}

.blog-single-wrap .comment-respond .form-inputs {
	overflow: hidden
}

.blog-single-wrap .comment-respond .form-inputs>input:nth-child(2) {
	width: 49%;
	float: left
}

.blog-single-wrap .comment-respond .form-inputs>input:nth-child(3) {
	width: 49%;
	float: right
}

.blog-single-wrap .comment-respond .form-submit input {
	font-family: work sans, sans-serif;
	max-width: 180px;
	background-color: #fa575d;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	border-radius: 0;
	text-transform: uppercase
}

.blog-single-wrap .comment-respond .form-submit input:hover {
	opacity: .9
}

.sidebar-wrap {
	padding-left: 40px
}

.sidebar-wrap .widget-content:not(:last-of-type) {
	margin-bottom: 40px
}

.sidebar-wrap .widget-content h4 {
	position: relative;
	font-family: work sans, sans-serif;
	font-size: 14px;
	color: #20212b;
	margin-bottom: 30px;
	text-transform: uppercase
}

.sidebar-wrap .widget-content h4:after {
	background-color: #fa575d;
	content: "";
	display: inline-block;
	width: 50%;
	height: 1px;
	top: 50%;
	position: absolute;
	margin-left: 20px
}

.search-form {
	position: relative;
	margin-left: -2px
}

.search-form .form-control {
	background-color: #fff;
	font-size: 14px;
	box-shadow: none;
	width: 100%;
	display: block;
	border: 1px solid #e5e5e5;
	color: #263a4f;
	height: 50px;
	padding: 15px 20px;
	border-radius: 2px;
	padding-right: 60px
}

.search-form .search-btn {
	background-color: transparent;
	font-size: 15px;
	color: #263a4f;
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 10px 0;
	opacity: .6;
	border: none
}

.search-form .search-btn:focus,
.search-form .search-btn:hover {
	opacity: 1;
	cursor: pointer
}

.search-form input::-webkit-input-placeholder {
	color: #8d9aa8!important
}

.search-form input:-moz-placeholder {
	color: #8d9aa8!important
}

.search-form input::-moz-placeholder {
	color: #8d9aa8!important
}

.search-form input:-ms-input-placeholder {
	color: #8d9aa8!important
}

.thumb-post {}

.thumb-post li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: top;
	margin-bottom: 20px
}

.thumb-post li:last-child {
	margin-bottom: 0
}

.thumb-post li img {
	width: 100px;
	display: block
}

.thumb-post li a {
	font-family: poppins, sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #263a4f;
	padding-left: 15px;
	letter-spacing: -.5px
}

.thumb-post li a:hover {
	color: #fa575d;
	text-decoration: underline
}

.widget-content .tags {}

.widget-content .tags li {
	display: inline-block
}

.widget-content .tags li a {
	font-family: work sans, sans-serif;
	display: inline-block;
	background-color: #f5f5f5;
	padding: 5px 10px;
	border-radius: 2px;
	font-size: 12px;
	color: #20212b;
	font-weight: 600;
	margin: 3px;
	text-transform: uppercase
}

.widget-content .tags li a:hover {
	background-color: #fa575d;
	color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.widget-content ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.widget-content ul li a {
	font-size: 15px;
	color: #20212b;
	line-height: 1.9
}

.widget-content ul li a:hover {
	color: #fa575d
}

.widget-links {
	line-height: 42px
}

.testi-item {
	text-align: center;
	margin: 0 10px
}

.testi-info h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0 0
}

.testi-info h3 span {
	text-transform: uppercase;
	font-size: 12px;
	color: #6a8695;
	font-weight: 600;
	letter-spacing: 0;
	font-family: work sans, sans-serif;
	display: block;
	margin-bottom: 20px
}

.testi-item img {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	margin: 0 auto
}

.testi-content {
	padding: 34px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 15px 2px rgb(0 0 0/6%);
	box-shadow: 0 3px 15px 2px rgb(0 0 0/6%)
}

.testi-content p {
	font-weight: 600
}

.testi-info {
	margin-top: -25px
}

.sponsor-section {
	padding: 50px 0;
	position: relative;
	z-index: 1
}

.sponsor-section .dots {
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1
}

.sponsor-item {
	text-align: center
}

.sponsor-item img {
	margin: auto;
	opacity: .8
}

.sponsor-item:hover img {
	opacity: 1;
	cursor: pointer
}

.subscribe-section {}

.subscribe-wrap {
	background-color: #fff;
	margin-bottom: -50px;
	padding: 40px 50px;
	border-radius: 5px;
	-webkit-box-shadow: 0 50px 100px 0 rgba(64, 1, 4, .1), 0 -6px 0 0 rgba(248, 99, 107, .004);
	box-shadow: 0 50px 100px 0 rgba(64, 1, 4, .1), 0 -6px 0 0 rgba(248, 99, 107, .004);
	-webkit-transition: all .3s ease-in-out;
	position: relative;
	z-index: 10
}

.subscribe-wrap .sub-bg {
	background-image: url(../img/message.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 35px;
	bottom: 0
}

.subscribe-wrap .child {
	background-image: url(../img/child.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	position: absolute;
	width: 198px;
	height: 221px;
	right: 0;
	bottom: 0
}

.subscribe-form .form-input {
	background-color: #20212b;
	color: #fff;
	font-size: 14px;
	border: none;
	width: 100%;
	height: 55px;
	padding: 20px;
	padding-right: 150px;
	border-radius: 2px
}

.subscribe-form .form-input:focus {
	outline: none;
	border: none;
	box-shadow: none
}

.subscribe-form .submit-btn {
	background-color: #fa575d;
	font-family: work sans, sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
	line-height: 45px;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0;
	padding: 0 30px;
	position: absolute;
	top: 5px;
	right: 20px;
	cursor: pointer
}

.subscribe-section .section-heading h2 {
	font-size: 28px
}

.subscribe-section .section-heading p {
	margin-top: -10px
}

.widget-section {
	background-color: #20212b;
	border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.widget-wrap {
	margin-top: 30px
}

.widget-box {}

.widget-box img {
	max-width: 40%
}

.widget-box p {
	color: #ddd;
	margin: 20px 0
}

.widget-social {
	display: flex;
	align-items: center
}

.widget-social li {
	margin-right: 5px
}

.widget-social .facebook i {
	background-color: #3b5998;
	color: #fff;
	font-size: 12px;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	border-radius: 2px
}

.widget-social .instagram i {
	background-color: #e1306c;
	color: #fff;
	font-size: 12px;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	border-radius: 2px
}

.widget-social .twitter i {
	background-color: #1da1f2;
	color: #fff;
	font-size: 12px;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	border-radius: 2px
}

.widget-social .g-plus i {
	background-color: #ea4335;
	color: #fff;
	font-size: 12px;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	border-radius: 2px
}

.widget-social .pinterest i {
	background-color: #bd081c;
	color: #fff;
	font-size: 12px;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	border-radius: 2px
}

.widget-title {
	display: block;
	margin-bottom: 25px;
	overflow: hidden;
	position: relative
}

.widget-box .widget-title h3 {
	position: relative;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	font-family: work sans, sans-serif;
	letter-spacing: 0;
	text-transform: uppercase
}

.widget-box .widget-title h3:after {
	background-color: #fa575d;
	content: "";
	display: inline-block;
	width: 50%;
	height: 1px;
	top: 50%;
	position: absolute;
	margin-left: 20px
}

.widget-item {}

.widget-item li {
	margin-bottom: 15px
}

.widget-item ul li:last-child {
	margin-bottom: 0
}

.widget-item a {
	color: #ddd;
	font-size: 14px
}

.widget-item a:hover {
	color: #fa575d
}

.widget-contact {}

.widget-contact li {
	margin-bottom: 15px
}

.widget-contact li:last-child {
	margin-bottom: 0
}

.widget-contact li i {
	color: #fa575d;
	margin-right: 10px
}

.widget-contact li span {
	color: #ddd
}

.wt-subscribe-form {
	position: relative;
	margin: 15px 0
}

.widget-box p {
	color: #fff
}

.wt-subscribe-form .form-control {
	display: block;
	background-color: transparent;
	border: 1px solid #fa575d;
	color: #ddd;
	border-radius: 0;
	padding: 15px 13px;
	padding-right: 83px;
	width: 100%;
	height: 53px;
	outline: none;
	box-shadow: none
}

.wt-subscribe-form button {
	background-color: #fa575d;
	color: #fff;
	display: inline-block;
	text-align: center;
	width: 70px;
	height: 45px;
	position: absolute;
	right: 4px;
	top: 4px;
	border-radius: 0;
	transition: all .3s ease-in-out
}

.counter-section {
	background-image: url(../img/counter-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.counter-content {
	text-align: center
}

.counter-content i {
	font-size: 60px;
	margin-bottom: 20px;
	display: block
}

.counter-content h3 {
	font-size: 36px;
	color: #fff;
	line-height: 40px;
	font-weight: 700;
	margin: 10px 0 5px
}

.counter-content h4 {
	color: #fff;
	font-family: work sans, Sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0
}

.working-process {}

.work-wrap {}

.work-content {}

.work-content h2 {
	background-color: transparent;
	font-family: poppins, Sans-serif;
	font-size: 100px;
	font-weight: 700;
	color: rgba(255, 108, 95, .3);
	margin-left: 20px
}

.work-content .section-heading {
	margin-top: -48px
}

.work-content .section-heading h3 {
	font-size: 32px;
	font-weight: 600
}

.work-content .section-heading p {}

.feature-section {}

.feature-wrap {}

.feature-box {
	border: 1px solid #ddd
}

.feature-content {
	padding: 55px 30px
}

.feature-content h3 {
	font-size: 18px;
	font-weight: 600
}

.feature-content p {
	margin-bottom: 0
}

.feature-section .appointment-form {
	margin: -83px 0 0
}

.event-details {}

.details-wrap {}

.details-content {
	margin-left: 42px
}

.event-tittle {
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative
}

.event-tittle h3 {
	font-size: 18px;
	font-weight: 600;
	font-family: work sans, sans-serif;
	line-height: normal;
	letter-spacing: 0;
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 5px;
	text-transform: uppercase
}

.event-tittle h3:before {
	background-color: #fa575d;
	content: "";
	display: inline-block;
	width: 60px;
	height: 2px;
	bottom: 0;
	position: absolute;
	margin-left: 0;
	border-radius: 0;
	margin-top: 0
}

.details-item {}

.details-item .desc {
	margin: 20px 0
}

.details-list {
	line-height: 46px;
	margin-bottom: 40px
}

.details-list li {
	font-family: work sans, sans-serif;
	color: #20212b;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase
}

.details-list li a,
.details-list li span {
	font-family: open sans, sans-serif;
	color: #6a8695;
	font-size: 15px;
	margin-left: 10px;
	font-weight: 400;
	text-transform: initial
}

.details-list li a:hover {
	color: #fa575d
}

.details-list .venue {
	line-height: 24px
}

.details-social {
	display: flex;
	align-items: center;
	margin-top: 42px
}

.details-social li {}

.details-social li a {
	background-color: #33;
	font-size: 12px;
	color: #fff;
	width: 65px;
	height: 45px;
	display: inline-block;
	text-align: center;
	line-height: 45px
}

.details-social li a:hover {
	opacity: .9
}

.details-social .facebook a {
	background-color: #3b5998
}

.details-social .twitter a {
	background-color: #1da1f2
}

.details-social .g-plus a {
	background-color: #ea4335
}

.details-social .pinterest a {
	background-color: #bd081c
}

.career-section .blog-section {}

.cause-wrap {}

.cause-item {}

.cause-btn {}

.blog-section .donate-content {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 56px;
	margin: -12px 0 30px 0
}

.blog-section .donate-content h3 {
	font-size: 28px;
	margin: 0
}

.blog-section .donate-content span {
	line-height: 22px
}

.blog-section .progress .progress-bar.bar-4 {
	background-color: #fa575d
}

.blog-section .donate-btn.btn-4 a {
	background-color: #fa575d
}

.cause-content {
	margin-bottom: 30px
}

.cause-content h3 {
	color: #20212b;
	font-size: 20px;
	font-weight: 600
}

.cause-content .desc {
	margin-top: 30px
}

.cause-tag {
	display: flex;
	align-items: center
}

.cause-tag li {}

.cause-tag li i {
	font-size: 15px;
	color: #20212b;
	margin-right: 15px
}

.cause-tag li a {
	background-color: #fa575d;
	font-family: work sans, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 8px 20px;
	border-radius: 2px 0 0 2px;
	margin-right: 10px
}

.cause-tag li a:hover {
	background-color: #20212b;
	color: #fff
}

.blog-section .widget-social .twitter i,
.blog-section .widget-social .g-plus i,
.blog-section .widget-social .pinterest i,
.blog-section .widget-social .facebook i {
	width: 45px
}

.cause-box {}

.cause-title {}

.cause-title h3 {
	font-family: work sans, sans-serif;
	color: #20212b;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	text-transform: uppercase
}

.cause-title h3:after {
	background-color: #fa575d;
	content: "";
	display: inline-block;
	width: 50%;
	height: 1px;
	top: 50%;
	position: absolute;
	margin-left: 20px
}

.cause-list {
	line-height: 42px
}

.cause-list li {}

.cause-list li a {
	font-size: 15px;
	color: #20212b
}

.cause-list li a:hover {
	color: #fa575d
}

.donation-meta {
	margin-bottom: 50px
}

.donation-meta li {
	background-color: #f7f7f7;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	margin-right: 5px;
	font-family: work sans, sans-serif;
	color: #20212b;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase
}

.donation-meta li.active-2 {
	background-color: #fa575d;
	padding: 0
}

.donation-meta li.active-2 a {
	color: #fff
}

.donation-meta li.active-2 a:hover {
	background-color: #20212b
}

.donation-meta li a {
	padding: 0 20px;
	color: #20212b;
	display: inline-block
}

.donation-meta .give-text-input {
	background-color: #f7f7f7;
	outline: none;
	box-shadow: none;
	border: none;
	text-align: center
}

.donation-meta li.active {
	background-color: #fa575d;
	color: #fff;
	font-size: 15px;
	padding: 0 20px
}

.donation-meta li:hover a {
	background-color: #fa575d;
	color: #fff
}

.donation-tag-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 40px 0;
	border-top: 1px solid #eee
}

.faq-section {}

.faq-wrap {}

.faq-item {}

.faq-item.item-2 {
	margin-top: -14px
}

.faq-title {
	background-color: #fa575d
}

.faq-title h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .2px;
	padding: 18px 40px;
	margin-bottom: 0
}

.faq-content {
	background-color: #fff
}

.faq-content p {
	padding: 30px 40px
}

.error-section {}

.error-wrap {}

.error-item {}

.error-content {}

.error-content h3 {
	color: #20212b;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 0
}

.error-content p,
.error-content a {
	color: #20212b
}

.gallary-section {}

.gallary-item {
	position: relative;
	overflow: hidden
}

.gallary-item img {
	width: 100%
}

.gallery-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1
}

.gallery-content:before {
	background-color: rgba(52, 173, 84, .8);
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	bottom: -100%;
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease-in-out;
	z-index: -1
}

.gallery-item:hover .gallery-content:before {
	bottom: 0;
	visibility: visible;
	opacity: 1
}

.gallery-content h3 {
	margin-bottom: 0;
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	transition: all .2s ease-in-out
}

.gallary-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	transition: all .3s ease-in-out
}

.gallary-hover:before {
	background-color: rgba(250, 87, 93, .8);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: all .3s ease-in-out
}

.gallary-item:hover .gallary-hover,
.gallary-item:hover .gallary-hover:before {
	visibility: visible;
	opacity: 1
}

.gallary-item:hover img {
	transform: scale(1.05)
}

.gallary-item:hover .gallary-hover a {
	transform: translateY(-10px);
	transition-delay: .3s
}

.gallary-hover a {
	color: #fff;
	font-size: 18px
}

.gallery-filter li {
	font-size: 12px;
	font-family: open sans, sans-serif;
	font-weight: 600;
	color: #20212b;
	display: inline-block;
	margin-left: 28px;
	cursor: pointer;
	transition: all .2s ease-in-out;
	text-transform: uppercase
}

.gallery-filter li:hover {
	color: #fa575d;
	transition: all .2s ease-in-out
}

.contact-section {
	position: relative
}

.map-wrapper {
	z-index: -1
}

.contact-wrap {
	background-color: #fff;
	box-shadow: 0 20px 30px 5px rgba(61, 1, 4, .1);
	padding: 50px;
	display: flex;
	align-items: center;
	margin-top: -100px;
	z-index: 1
}

.contact-content {
	background-color: #fff;
	padding: 70px 50px
}

.contact-item {}

.contact-item h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase
}

.contact-info,
.contact-details {
	line-height: 40px
}

.contact-details li {
	font-size: 15px
}

.contact-details li i {
	color: #fa575d;
	font-size: 14px;
	padding-right: 20px
}

.contact-info .desc {
	color: #fa575d
}

.contact-details li,
.contact-info li {
	font-family: open sans, sans-serif;
	font-size: 15px;
	font-weight: 600;
	display: flex;
	align-items: center
}

.contact-info li i {
	font-size: 14px;
	color: #fa575d;
	margin-right: 10px
}

.contact-section .contact-form {
	box-shadow: none;
	margin-left: 20px
}

.contact-section .form-heading p {
	margin-bottom: 25px
}

.form-heading {}

.form-heading span {
	font-family: work sans, sans-serif;
	color: #fa575d;
	font-size: 12px;
	text-transform: uppercase
}

.form-heading h3 {
	font-size: 28px;
	line-height: 48px;
	font-weight: 600;
	margin-bottom: 0
}

.form-heading p {}

.contact-form .form-control {
	background-color: #fff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 2px;
	border: none;
	font-weight: 600;
	outline: none;
	box-shadow: none;
	font-family: work sans, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 10px
}

.contact-form .form-control.address {
	height: 140px
}

.contact-form .default-btn:hover {
	background-color: #fa575d;
	color: #fff
}

.contact-form .default-btn {
	outline: none
}

#form-messages {
	display: none;
	margin-top: 15px;
	margin-bottom: 0
}

#form-messages.alert-danger,
#form-messages.alert-success {
	display: block
}

.footer-section {
	background-color: #20212b;
	padding: 20px 0
}

.footer-section p {
	margin-bottom: 0;
	color: #bbb
}

.sm-padding {
		padding: 15px
	}
	
.cause-content table {width:100% !important;}

.cause-content table  tr td p{
    padding: 10px;
    margin: 0;
}


.cause-content table  tr td {    border: solid 1px #ccc;}

@media(max-width:1024px) {
	.header-menu-wrap ul li>a {
		padding: 0 10px
	}
	.details-content {
		margin-left: 10px
	}
}

@media(max-width:992px) {
	.sm-padding {
		padding: 15px
	}
	.sidebar-wrap {
		padding-left: 0;
		margin-top: 20px
	}
	.section-heading h2 {
		font-size: 30px
	}
	.about-section .section-heading h2 br {
		display: none
	}
	.video-section {
		background-size: cover
	}
	.video-section .section-heading h2 {
		font-size: 32px;
		line-height: 44px
	}
	.video-section .section-heading h2 {
		font-size: 30px
	}
	.appointment-form {
		margin-left: 0
	}
	.appointment-form .section-heading h3 {
		font-size: 25px;
		line-height: 22px
	}
	.cta-content .section-heading h2 br {
		display: none
	}
	.cta-content .section-heading h2 {
		font-size: 26px;
		line-height: 36px
	}
	.about-section-2 .section-heading h2 br,
	.video-section-2 .section-heading h2 br {
		display: none
	}
	.about-section-2 .col-md-6:nth-child(2n+2) {
		margin-top: 0
	}
	.details-content {
		margin-left: 0
	}
	.page-content h2 br,
	.career-section .section-heading p br {
		display: none
	}
	.page-header-3 .page-content h2,
	.page-content h2 {
		font-size: 24px;
		line-height: 1.4
	}
	.page-header-3 .page-content .page-item {
		margin: 15px auto 0
	}
}

@media all and (max-width:767px) {
	.padding {
		padding: 60px 0
	}
	.xs-padding {
		padding: 15px
	}
	p br {
		display: none
	}
	.sidebar-wrap {
		padding-left: 0
	}
	.blog-single-content h2 a {
		font-size: 22px;
		line-height: 28px
	}
	.blog-single-content h2 {
		line-height: 28px
	}
	blockquote p {
		line-height: 32px
	}
	.video-section {
		background-size: contain;
		background-position: top center
	}
	.video-section .video-btn,
	.video-section .custom {
		height: 350px
	}
}

@media all and (max-width:580px) {
	.header-3 a.header-btn,
	.header-1 a.header-btn {
		display: none
	}
	.top-left {
		width: 100%;
		padding: 15px 0;
		text-align: center
	}
	.top-bar .top-left li {
		font-size: 14px;
		display: block;
		padding: 0;
		line-height: 1
	}
	.top-bar .top-left li:not(:last-of-type) {
		margin-bottom: 10px
	}
	.primary-header-inner .header-right {
		margin-left: 0
	}
	.header-right a.dl-btn {
		padding: 3px 10px;
		font-size: 14px;
		line-height: 32px;
		margin: 0;
		margin-left: 15px
	}
	.primary-header-two .header-right a.dl-btn {
		padding: 5px 15px
	}
	.header-three .top-bar .top-left li,
	.header-three .top-bar .top-left li:first-child {
		border: none
	}
	.header-one .header-right .dl-btn {
		display: none
	}
	#scrollup {
		bottom: 20px;
		right: 20px
	}
	.section-heading h2 {
		font-size: 28px;
		line-height: 36px
	}
	.video-section {
		top: 0
	}
	.video-section .custom,
	.video-section .video-btn {
		height: 320px
	}
	.cta-section {
		height: 100%;
		padding: 80px 0
	}
	.appointment-form {
		transform: translateY(0)
	}
	.widget-box {
		padding-left: 0
	}
	.work-content {
		padding: 30px 0
	}
	.feature-section .appointment-form {
		margin: 0
	}
	.details-content {
		margin-left: 0
	}
	.blog-section .donate-content h3 {
		line-height: 32px
	}
	.donation-meta li.active-2 {
		margin-top: 18px
	}
	.donation-tag-wrap {
		display: block
	}
	.cause-tag {
		margin-bottom: 30px
	}
	.career-section .section-heading p br {
		display: none
	}
	.page-content p {
		font-size: 13px;
		line-height: 23px
	}
	.page-item {
		display: flex;
		max-width: 85%;
		align-items: baseline;
		text-align: left;
		margin: 30px auto 0
	}
	.page-item p,
	.page-item a {
		font-size: 11px;
		text-transform: capitalize
	}
}

@media all and (max-width:420px) {}

@media(max-width:320px) {
	.primary-header .header-logo {
		max-width: 122px
	}
	.header-right .mobile-menu-icon {
		margin-left: 10px
	}
}