@charset "utf-8";
@font-face {
	font-family: 'robotolight';
	src: url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'yanone_kaffeesatzregular';
	src: url('../fonts/yanonekaffeesatz-regular-webfont.woff2') format('woff2'),
		url('../fonts/yanonekaffeesatz-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'yanone_kaffeesatzbold';
	src: url('../fonts/yanonekaffeesatz-bold-webfont.woff2') format('woff2'),
		url('../fonts/yanonekaffeesatz-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'yanone_kaffeesatzlight';
	src: url('../fonts/yanonekaffeesatz-light-webfont.woff2') format('woff2'),
		url('../fonts/yanonekaffeesatz-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'abelregular';
	src: url('../fonts/abel-regular-webfont.woff2') format('woff2'),
		url('../fonts/abel-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@import url('https://fonts.googleapis.com/css?family=Meie+Script|Shadows+Into+Light|Arvo|Monda');
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
label {
	margin: 0;
	padding: 0;
}
a {
	color: #262626;
}
a:visited {
	color: #757686;
}
a:hover,
a:focus,
a:active {
	color: #262626;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
	list-style: none;
}
a:hover {
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	outline: 0;
}
a {
	text-decoration: none;
	outline: none;
	outline: 0;
	border: 0;
	border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}
h1{
	font-family: 'yanone_kaffeesatzregular';
}

p {
	margin: 0;
	padding: 0;
	font-family: 'robotolight';
	font-size: 17px;
}
body {
	background: #fff;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: none;
	color: #000;
	background-color: #fff;
	font-weight: 400;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
}
img {
	vertical-align: baseline;
}
:root {
	--ftr-bg-color: #111;
	--ftr-hline-color: #fff;
	--border-color: #ef0000;
	--button-color: #00a7f5;
    --section-bg:#EFEFEF;
    --services-time-bg:#f5f5f5;
    --hvr-color:#0091ee;
	--pupup-color: #0A1C44;
    
}
.font_meie_script{
    /*font-family: 'Meie Script', cursive;*/
    font-family: 'Shadows Into Light', cursive;
}

/*
# Header Bar
--------------------------------*/

.top-header-bar {
	background: #ff4800;
	color: #fff;
    
}

/*
# Header Bar Email
--------------------------------*/

.header-bar-email,
.header-bar-text {
	padding: 20px 0;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
}
.header-bar-email a,
.header-bar-text span {
	text-transform: lowercase;
	color: #fff;
	text-decoration: none;
}

/*
# Header Bar Text
--------------------------------*/

.header-bar-text {
	margin-left: 48px;
}
.header-bar-text p {
	margin: 0;
}

/*
# Header Bar Donate Button
--------------------------------*/

.donate-btn a {
	display: inline-block;
	padding: 20px 40px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	text-decoration: navajowhite;
	background: #262222;
}

/*
# Site Branding
--------------------------------*/

.nav-bar {
    
	background:#1d2931;
    border-bottom:.2rem solid #ef0000;
}
.site-branding {
	width: calc(100% - 24px);
	padding: 10px 0;
}
.site-branding a {
	margin-top: 6px;
}
@media screen and (min-width: 992px) {
	.site-branding {
		width: auto;
	}
}

/*
Hamburger Menu
----------------------------------------*/

/*.hamburger-menu {
	position: relative;
	width: 24px;
	height: 22px;
	margin: 0 auto;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.hamburger-menu span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #262626;
	border-radius: 10px;
	opacity: 1;
	left: 0;
	transition: .25s ease-in-out;
}
.hamburger-menu span:nth-child(1) {
	top: 2px;
}
.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
	top: 10px;
}
.hamburger-menu span:nth-child(4) {
	top: 18px;
}
.hamburger-menu.open span:nth-child(1) {
	top: 18px;
	width: 0;
	left: 50%;
}
.hamburger-menu.open span:nth-child(2) {
	transform: rotate(45deg);
}
.hamburger-menu.open span:nth-child(3) {
	transform: rotate(-45deg);
}
.hamburger-menu.open span:nth-child(4) {
	top: 18px;
	width: 0;
	left: 50%;
}*/

/*
# Main Menu
--------------------------------*/
.site-navigation ul li{
	padding: 0rem .3rem;
}
.site-navigation ul li a{
	padding: .4rem 1rem;
	color: #fff;
	position: relative;
	font-family: 'yanone_kaffeesatzlight';
	font-size: 1.3rem;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 1px;
	line-height: 20px;

}
.site-navigation ul li a:hover,.site-navigation ul li a:focus{
	color:#ffc33c;
}
.site-navigation ul li .menu_active{
	color:#ffc33c;
}

/* =============================== */
.cl-effect-13 ul li a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.cl-effect-13 ul li a:before {
	position: absolute;
	top:40%;
	left: 50%;
	color: transparent;
	content: '.';
	text-shadow: 0 0 transparent;
	font-size:2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.cl-effect-13 ul li a:hover:before,
.cl-effect-13 ul li a:focus:before,.site-navigation ul li .menu_active:before{
	color: #ffc33c;
	text-shadow: 10px 0 #ffc33c, -10px 0 #ffc33c;
}
/* =============================== */
/*
# Menu SHopping Cart
--------------------------------*/

.header-bar-cart {
	margin-left: 40px;
}
.header-bar-cart a {
	width: 48px;
	height: 100%;
}
.header-bar-cart a {
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


/*================mobile menu================*/

.cd-stretchy-nav.nav-is-visible {
	pointer-events: auto;
}
.cd-stretchy-nav.nav-is-visible .stretchy-nav-bg {
	height: 100%;
	-webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}
.cd-nav-trigger {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	height: 55px;
	width: 55px;
	border-radius: 50%;
	/* replace text with image */
	overflow: hidden;
	white-space: nowrap;
	color: transparent !important;
	pointer-events: auto;
	background: transparent;
	border-color: transparent;
	cursor: pointer;
}
.cd-nav-trigger span,
.cd-nav-trigger span::after,
.cd-nav-trigger span::before {
	position: absolute;
	width: 23px;
	height: 2px;
	background-color: #ffffff;
	/*box-shadow: 1px 0 0px 1px rgba(0, 0, 0, 0.4);*/
}
.cd-nav-trigger span {
	/* middle line of the hamburger icon */
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.cd-nav-trigger span::after,
.cd-nav-trigger span::before {
	/* top and bottom lines of the hamburger icon */
	content: '';
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}
.cd-nav-trigger span::before {
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
}
.cd-nav-trigger span::after {
	-webkit-transform: translateY(7px);
	transform: translateY(7px);
}
.no-touch .cd-nav-trigger:hover ~ .stretchy-nav-bg {
	-webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}
.nav-is-visible .cd-nav-trigger span {
	background-color: transparent;
}
.nav-is-visible .cd-nav-trigger span::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-is-visible .cd-nav-trigger span::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.icon-list li {
	text-align: center;
}
.icon-list li a {
	padding: 12px 0;
	display: block;
	color: #fff;
	font-family: 'abelregular';
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 3px;
}
.icon-list li .menu_active_mobile {
	background: -webkit-linear-gradient(left, #00a2f3, #00a2f3);
	background: -o-linear-gradient(left, #00a2f3, #00a2f3);
	background: linear-gradient(to right, #00a2f3, #00a2f3);
	color: #fff;
}
.icon-list li a:hover {
	background: -webkit-linear-gradient(left, #00a2f3, #00a2f3);
	background: -o-linear-gradient(left, #00a2f3, #00a2f3);
	background: linear-gradient(to right, #00a2f3, #00a2f3);
	color: #fff;
}
.rd-mobilepanel_title {
	font-family: 'yanone_kaffeesatzregular';
	color: #fff;
	position: fixed;
	top: 4px;
	left: 14px;
	right: 0px;
	font-size: 24px;
	line-height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.9);*/
}

/*================mobile menu================*/

/*.hedar_top{
    padding: .4rem 0;
    background: #FE0000;
}
.row-col{
    display: flex;
    justify-content: space-between;
}
.hedar_top_left p .fa{
    font-size: 1.5rem;
    color:#fff;
    
}
.hedar_top_right p .fa{
    font-size: 1.5rem;
    color:#fff;
}*/
/*=======slider===========*/

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 40%;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}
.carousel-indicators li {
	background-color: #ffc33c;
	cursor: pointer;
	height: 8px;
	border: 1px solid #050505;
}
.carousel-indicators .active {
	background-color: #0093ef;
}
.left-control {
	position: absolute;
	top: 50%;
	height: 51px;
	width: 51px;
	line-height: 43px;
	border: 1px solid linear-gradient(90deg, #ff0000, #ff0000);
	background: linear-gradient(90deg, #ff0000, #ff0000);
	z-index: 20;
	font-size: 37px;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transition: all .3s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.right-control {
	right: 0;
	position: absolute;
	top: 50%;
	height: 51px;
	width: 51px;
	line-height: 43px;
	border: 1px solid linear-gradient(90deg, #ff0000, #ff0000);
	background: linear-gradient(90deg, #ff0000, #ff0000);
	z-index: 20;
	font-size: 37px;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transition: all .3s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.left-control:hover {
	color: #fff border: 1px solid linear-gradient(90deg, #ffc33c, #ffc33c);
	background: linear-gradient(90deg, #ffc33c, #ffc33c);
	-webkit-transition: all .3s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.right-control:hover {
	color: #fff border: 1px solid linear-gradient(90deg, #ffc33c, #ffc33c);
	background: linear-gradient(90deg, #ffc33c, #ffc33c);
	-webkit-transition: all .3s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.left-control:hover,
.left-control:focus,
.left-control:active {
	color: #000;
}
.right-control:hover,
.right-control:focus,
.right-control:active {
	color: #000;
}
.carousel-indicators {
	bottom: 30px;
}
.carousel-caption h2{
	color: #fff;
	font-family: 'yanone_kaffeesatzregular';
	font-weight: 700;
	font-size: 4rem;
	text-shadow: 1px 0 2px #000;
} 
.carousel-caption p {
	color: #fefefe;
	font-size: 1.6rem;
	text-shadow: 1px 1px 2px #000;
}
.slidr{
	margin-top:2rem;
}
/*========slider========*/


/*--------------------------------------------------------------
# Elements Page
--------------------------------------------------------------*/

.elements-wrap {
	margin-top: 80px;
}
.elements-page .elements-heading .entry-title {
	font-size: 24px;
	font-weight: 600;
	color: #262626;
}
.elements-page .elements-container {
	margin-top: 54px;
}
.elements-page .btn {
	margin-right: 20px;
}

/*
# Button
----------------------------------*/

.btn {
	padding: 18px 40px;
	border: 2px solid #262626;
	border-radius: 24px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #262626;
	outline: none;
}
.btn:focus {
	outline: none;
}
.btn.orange-border {
	border-color: #ff5a00;
}
.btn.orange-border:hover,
.btn.gradient-bg {
	border-color: transparent;
	background: -moz-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 90, 0, 1)), color-stop(100%, rgba(1255, 54, 0, 1)));
	/* safari4+,chrome */
	background: -webkit-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* safari5.1+,chrome10+ */
	background: -o-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* opera 11.10+ */
	background: -ms-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* ie10+ */
	background: linear-gradient(270deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* w3c */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600', GradientType=1);
	/* ie6-9 */
	color: #fff;
}

/*
# Accordion
----------------------------------*/

.accordion-wrap {
	position: relative;
}
.accordion-wrap .entry-content {
	margin: 0;
}
.accordion-wrap .entry-title {
	padding: 12px 38px;
	margin-bottom: 15px;
	border-radius: 30px;
	background: #f3f3f3;
	font-size: 14px;
	font-weight: 600;
	color: #262626;
	cursor: pointer;
}
.accordion-wrap .entry-title.active {
	border: 0;
	background: -moz-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 90, 0, 1)), color-stop(100%, rgba(1255, 54, 0, 1)));
	/* safari4+,chrome */
	background: -webkit-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* safari5.1+,chrome10+ */
	background: -o-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* opera 11.10+ */
	background: -ms-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* ie10+ */
	background: linear-gradient(270deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* w3c */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600', GradientType=1);
	/* ie6-9 */
	color: #fff;
}
.accordion-wrap .entry-title .arrow-r::before,
.accordion-wrap .entry-title .arrow-d::before {
	content: "+";
	font-size: 24px;
	font-weight: 400;
}
.accordion-wrap .entry-title .arrow-d::before {
	content: "-";
}

/*
# Content
----------------------------------*/

.accordion-wrap .entry-content {
	display: none;
}
.accordion-wrap .entry-content p {
	padding: 18px 38px;
	font-size: 14px;
	line-height: 2;
	color: #929191;
}

/*
# Tabs
----------------------------------*/

ul.tabs-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.tabs-nav .tab-nav {
	padding: 12px 32px;
	margin-right: 6px;
	border-radius: 30px;
	background: #f3f3f3;
	font-size: 14px;
	font-weight: 600;
	color: #262626;
	cursor: pointer;
	transition: all .35s;
}
ul.tabs-nav .tab-nav.active {
	border: 0;
	background: -moz-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 90, 0, 1)), color-stop(100%, rgba(1255, 54, 0, 1)));
	/* safari4+,chrome */
	background: -webkit-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* safari5.1+,chrome10+ */
	background: -o-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* opera 11.10+ */
	background: -ms-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* ie10+ */
	background: linear-gradient(270deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* w3c */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600', GradientType=1);
	/* ie6-9 */
	color: #fff;
}
.tabs .tab-nav {
	margin-bottom: -1px;
	z-index: 99;
}
.tabs-container {
	padding: 34px;
}
.tab-content {
	display: none;
}
.tab-content p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 2;
	color: #929191;
}


/*
# Circular Progress Bar
----------------------------------*/

.circular-progress-bar {
	margin: 20px 0;
	text-align: center;
}
.circular-progress-bar .circle {
	position: relative;
	width: 156px;
	height: 156px;
	margin: 0 auto;
}
.circular-progress-bar .circle strong {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -24px;
	width: 100%;
	font-size: 48px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
}
.circular-progress-bar .circle strong i {
	margin-top: 5px;
	font-size: 24px;
	font-style: normal;
}
.circular-progress-bar .entry-title {
	margin-top: 32px;
	font-size: 2rem;
	color: #fff;
	font-family: 'yanone_kaffeesatzregular';
	text-transform: capitalize;
	letter-spacing: 1px;
	word-spacing: 2px;
}

/*
# Counter Box
----------------------------------*/

.counter-box {
	margin: 20px 0;
	text-align: center;
}
.counter-box .start-counter {
	margin-top: 10px;
	font-size: 48px;
	font-weight: 500;
	color: #262626;
}
.counter-box .counter-k {
	font-size: 24px;
	font-weight: 500;
}
.counter-box .entry-title {
	margin-top: 16px;
	font-size: 14px;
	color: #595858;
}

/*
# Icon Box
----------------------------------*/

.icon-box {
	padding: 40px;
	border-radius: 24px;
	background: #ecf2f5;
	text-align: center;
	transition: all .35s;
}
.icon-box:hover,
.icon-box.active {
	border: 0;
	background: -moz-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 90, 0, 1)), color-stop(100%, rgba(1255, 54, 0, 1)));
	/* safari4+,chrome */
	background: -webkit-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* safari5.1+,chrome10+ */
	background: -o-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* opera 11.10+ */
	background: -ms-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* ie10+ */
	background: linear-gradient(270deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* w3c */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600', GradientType=1);
	/* ie6-9 */
	color: #fff;
}
.icon-box figure img:nth-of-type(1) {
	display: block;
}
.icon-box figure img:nth-of-type(2) {
	display: none;
}
.icon-box:hover figure img:nth-of-type(1),
.icon-box.active figure img:nth-of-type(1) {
	display: none;
}
.icon-box:hover figure img:nth-of-type(2),
.icon-box.active figure img:nth-of-type(2) {
	display: block;
}
.icon-box .entry-title {
	margin-top: 28px;
	font-size: 24px;
	font-weight: 600;
	color: #262626;
}
.icon-box:hover .entry-title,
.icon-box.active .entry-title {
	color: #fff;
}
.icon-box .entry-content {
	margin-top: 24px;
}
.icon-box .entry-content p {
	margin: 0;
	font-size: 14px;
	color: #595858;
}
.icon-box:hover .entry-content p,
.icon-box.active .entry-content p {
	color: #fff;
}

/*
# Bar Filler
----------------------------------*/

.barfiller {
	position: relative;
	width: 100%;
	height: 5px;
	border-radius: 3px;
	background: #d6dee1;
}
.barfiller .fill {
	display: block;
	position: relative;
	width: 0px;
	height: 100%;
	border-radius: 3px;
	background: #333;
	z-index: 1;
}
.barfiller .tipWrap {
	display: none;
}
.barfiller .tip {
	left: 0;
	position: absolute;
	z-index: 2;
	width: 42px;
	height: 42px;
	padding-top: 14px;
	margin-top: -21px;
	border-radius: 50%;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	background: #ff5a00;
	color: #fff;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/


/*
# Icon Boxes
--------------------------------*/

.home-page-icon-boxes {
	padding: 96px 0;
}

/*
# Welcome
--------------------------------*/

.home-page-welcome {
	position: relative;
	padding: 96px 0;
	background: url("images/welcome-bg.jpg") no-repeat center;
	background-size: cover;
	z-index: 99;
}
.home-page-welcome::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(21, 21, 21, .9);
}
.welcome-content .entry-title {
	position: relative;
	padding-bottom: 24px;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
}
.welcome-content .entry-title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 4px;
	border-radius: 2px;
	background: #ff5a00;
}
.welcome-content .entry-content {
	font-size: 14px;
	line-height: 2;
	color: #b7b7b7;
}
.home-page-welcome img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 992px) {
	.home-page-welcome img {
		margin-bottom: 60px;
	}
}

/*
# Upcoming Events
--------------------------------*/

.home-page-events {
	padding: 96px 0;
}
.section-heading .entry-title {
	position: relative;
	padding-bottom: 24px;
	font-size: 36px;
	font-weight: 600;
}
.section-heading .entry-title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 4px;
	border-radius: 2px;
	background: #ff5a00;
}
@media screen and (max-width: 992px) {
	.home-page-events .featured-cause .section-heading {
		margin-top: 80px;
	}
}
.event-wrap {
	margin-top: 40px;
}
.event-wrap figure {
	width: 144px;
	height: auto;
}
.event-wrap figure img {
	display: block;
	width: 100%;
}
.event-content-wrap {
	width: calc(100% - 180px);
	margin-top: -10px;
}
.event-content-wrap .entry-title a {
	font-size: 18px;
	font-weight: 600;
	color: #262626;
}
.event-content-wrap .posted-date a,
.event-content-wrap .cats-links a {
	display: block;
	position: relative;
	margin-top: 6px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	color: #262626;
}
.event-content-wrap .posted-date a {
	padding-right: 14px;
	margin-right: 14px;
}
.event-content-wrap .posted-date a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #262626;
}
.event-content-wrap .entry-content {
	margin-top: 12px;
	margin-bottom: 0;
	font-size: 14px;
	color: #929191;
}
.event-content-wrap .entry-footer a {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #ff5a00;
	text-decoration: none;
}

/*
# Featured Cause
--------------------------------*/

.home-page-events {
	padding: 96px 0;
}
.cause-wrap {
	margin-top: 50px;
}
.featured-cause .cause-wrap {
	padding: 40px 24px;
	background: #edf3f5;
}
.featured-cause .featured-cause .cause-wrap figure {
	width: 246px;
	height: auto;
}
.cause-wrap figure img {
	display: block;
	width: 100%;
}
.featured-cause .cause-content-wrap {
	width: calc(100% - 280px);
}
.cause-content-wrap .entry-title a {
	font-size: 18px;
	font-weight: 600;
	color: #262626;
}
.cause-content-wrap .posted-date a,
.cause-content-wrap .cats-links a {
	display: block;
	position: relative;
	margin-top: 6px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	color: #262626;
}
.cause-content-wrap .posted-date a {
	padding-right: 14px;
	margin-right: 14px;
}
.cause-content-wrap .posted-date a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #262626;
}
.cause-content-wrap .entry-content {
	margin-top: 28px;
	margin-bottom: 0;
	font-size: 14px;
	color: #929191;
}
.cause-wrap .fund-raised {
	margin-top: 64px;
}
.fund-raised-details {
	font-size: 14px;
	color: #929191;
}

/*
# Home Causes
--------------------------------*/

.our-causes {
	position: relative;
	padding: 96px 0;
	background: url("images/cause-bg.jpg") no-repeat center;
	background-size: cover;
	z-index: 99;
}
.our-causes::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(232, 237, 238, .8);
}
.our-causes .cause-wrap {
	margin-top: 60px;
}
.our-causes .cause-wrap figure {
	position: relative;
}
.our-causes .cause-wrap figure .figure-overlay {
	top: 0;
	left: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, .7);
	transition: all .5s;
}
.our-causes .cause-wrap figure:hover .figure-overlay {
	opacity: 1;
	visibility: visible;
}
.our-causes .cause-content-wrap {
	padding: 32px;
	background: #fff;
}
.our-causes .cause-content-wrap .entry-content {
	margin-top: 20px;
}
.our-causes .cause-wrap .fund-raised {
	margin-top: 48px;
}
.our-causes .swiper-button-next,
.our-causes .swiper-button-prev {
	width: 70px;
	height: 70px;
	margin-top: -10px;
	border-radius: 50%;
	background: -moz-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 90, 0, 1)), color-stop(100%, rgba(1255, 54, 0, 1)));
	/* safari4+,chrome */
	background: -webkit-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* safari5.1+,chrome10+ */
	background: -o-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* opera 11.10+ */
	background: -ms-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* ie10+ */
	background: linear-gradient(270deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
	/* w3c */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600', GradientType=1);
	/* ie6-9 */
	transition: all .35s;
}
.our-causes .swiper-button-next {
	right: -120px;
}
.our-causes .swiper-button-prev {
	left: -120px;
}
.our-causes .swiper-button-next span,
.our-causes .swiper-button-prev span {
	display: block;
	width: 36px;
	padding-top: 15px;
	margin: 0 auto;
}
.our-causes .swiper-button-next path,
.our-causes .swiper-button-prev path {
	fill: #fff;
}
.our-causes .swiper-button-next.swiper-button-disabled,
.our-causes .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}
@media screen and (max-width: 1400px) {
	.our-causes .swiper-button-next {
		right: 0;
	}
	.our-causes .swiper-button-prev {
		left: 0;
	}
}
@media screen and (max-width: 576px) {
	.our-causes .swiper-button-next,
	.our-causes .swiper-button-prev {
		display: none;
	}
}

/*
# Home Milestone
--------------------------------*/

.home-page-limestone {
	padding: 96px 0;
}
.home-page-limestone .section-heading .entry-title {
	padding-bottom: 36px;
	line-height: 1.6;
}
.home-page-limestone .section-heading p {
	font-size: 14px;
	color: #595858;
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/

.single-page .page-header {
	position: relative;
	z-index: 99;
	padding-top: 100px;
	padding-bottom: 72px;
	background-size: cover !important;
}
.single-page .page-header::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
}
.single-page .page-header h1 {
	position: relative;
	padding-bottom: 24px;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
}
.single-page .page-header h1::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 4px;
	border-radius: 2px;
	background: #ff5a00;
}
.about-page .page-header {
	background: url(images/about-bg.jpg) no-repeat center;
}
.about-page .welcome-wrap {
	padding: 96px 0;
}
.about-page .welcome-content .entry-title {
	color: #262626;
}
@media screen and (max-width: 992px) {
	.about-page .welcome-content .entry-title {
		margin-top: 60px;
	}
}
.about-page .welcome-content .entry-content {
	color: #929191;
}
.about-page .welcome-wrap img {
	display: block;
	width: 100%;
}
.about-stats {
	padding: 96px 0;
	background: #262626;
}
.about-stats .circular-progress-bar .circle strong,
.about-stats .circular-progress-bar .entry-title {
	color: #fff;
}
.about-testimonial {
	padding: 0 0 96px;
}
.testimonial-cont {
	margin-top: 96px;
}
.testimonial-cont,
.testimonial-cont p {
	position: relative;
}
.testimonial-cont::before {
	content: '“';
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	font-size: 48px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-style: italic;
	line-height: 1;
	color: #ff5a00;
}
.testimonial-cont .entry-content {
	padding-top: 42px;
}
.testimonial-cont p {
	padding-bottom: 32px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.6;
	font-style: italic;
}
.testimonial-cont p::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 4px;
	border-radius: 2px;
	background: #ff5a00;
}
.testimonial-cont .entry-footer img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
}
.testimonial-cont .entry-footer h4 {
	margin-left: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #595858;
}
.testimonial-cont .entry-footer h4 span {
	color: #ff5a00;
}
.help-us {
	padding: 70px 0 96px;
	background: #ff3700;
}
.help-us h2 {
	margin-top: 36px;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
}
.help-us .btn {
	margin-top: 36px;
}
.help-us .btn,
.help-us .btn:hover {
	border-color: #fff;
	color: #fff;
}

/*--------------------------------------------------------------
# Causes
--------------------------------------------------------------*/

.causes-page .page-header {
	background: url(images/causes-bg.jpg) no-repeat center;
}
.causes-page .featured-cause {
	padding: 96px 0;
}
.causes-page .our-causes {
	position: relative;
	padding: 70px 0 96px;
	background: none;
}
.causes-page .our-causes .cause-wrap {
	margin-top: 36px;
}
.causes-page .our-causes::after {
	display: none;
}
.causes-page .our-causes .cause-content-wrap {
	border: 1px solid #e0e0e0;
	border-top: 0;
}
.causes-page .highlighted-cause {
	padding: 46px 0 96px;
	background: #262626;
}
.causes-page .highlighted-cause .entry-title {
	padding-right: 24px;
	margin-top: 60px;
	line-height: 1.6;
	color: #fff;
}
.causes-page .highlighted-cause .entry-title::before {
	display: none;
}
.causes-page .highlighted-cause .entry-content {
	font-size: 14px;
	line-height: 2;
	color: #edf3f5;
}
.causes-page .highlighted-cause img {
	width: 100%;
	margin-top: 60px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
	.cause-wrap figure {
		width: 100%;
	}
	.featured-cause .cause-content-wrap {
		width: 100%;
		margin-top: 40px;
	}
}
@media screen and (max-width: 576px) {
	.cause-wrap figure {
		width: 100%;
	}
	.featured-cause .cause-content-wrap {
		width: 100%;
		margin-top: 40px;
	}
}

/*--------------------------------------------------------------
# Single Cause
--------------------------------------------------------------*/

.single-cause .page-header {
	background: url(images/single-cause-bg.jpg) no-repeat center;
}
.single-cause .highlighted-cause {
	padding: 46px 0 96px;
}
.single-cause .highlighted-cause .entry-title {
	padding-right: 24px;
	margin-top: 60px;
	line-height: 1.6;
}
.single-cause .highlighted-cause .entry-content {
	color: #929191;
}
.single-cause .highlighted-cause img {
	width: 100%;
	margin-top: 60px;
}

/*
# Short Content
--------------------------------*/

.short-content-wrap {
	padding-bottom: 96px;
}
.short-content .entry-title {
	font-size: 18px;
	font-weight: 500;
}
.short-content p {
	margin-top: 40px;
	font-size: 14px;
	color: #929191;
}

/*
# Donation Form
--------------------------------*/

.donation-form-wrap {
	padding: 96px 64px;
	margin-bottom: 96px;
	background: #edf3f5;
}
.donation-form-wrap h2 {
	font-size: 30px;
	font-weight: 500;
}
.donation-form-wrap h4 {
	font-size: 16px;
	font-weight: 500;
}
.donation-form .radio-label {
	display: block;
}
.donation-form .radio-label > input[type="radio"] {
	visibility: hidden;
	position: absolute;
}
.donation-form .radio-label > input + .donate-amount {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 40px 30px;
	margin-right: 15px;
	border: 2px solid #e0e0e0;
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
	background: #fff;
}
.donation-form .radio-label:nth-last-of-type(1) > input + .donate-amount {
	margin-right: 0;
}
.donation-form .radio-label > input:checked + .donate-amount {
	border-color: #ff5a00;
}
.donation-form .payment-type input[type="radio"] {
	visibility: hidden;
	position: absolute;
}
.donation-form .payment-type label {
	position: relative;
	margin-right: 40px;
	font-size: 14px;
	line-height: 1;
	color: #6a6a6a;
}
.donation-form .payment-type input[type="radio"] + .payment-type-radio {
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 15px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}
.donation-form .payment-type input[type="radio"] + .payment-type-radio + .centered-dot {
	visibility: hidden;
	display: block;
	position: absolute;
	left: 7px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ff5e06;
}
.donation-form .payment-type input[type="radio"]:checked + .payment-type-radio {
	border-color: #ff5e06;
}
.donation-form .payment-type input[type="radio"]:checked + .payment-type-radio + .centered-dot {
	visibility: visible;
}
.billing-information input {
	width: calc(50% - 14px);
	padding: 12px 30px;
	margin-top: 28px;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	line-height: 1;
}
.billing-information input::placeholder {
	color: #929191;
}
@media screen and (max-width: 768px) {
	.billing-information input {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio .page-header {
	background: url(images/portfolio-bg.jpg) no-repeat center;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

.news-page .page-header {
	background: url(images/news-bg.jpg) no-repeat center;
}
.news-wrap {
	padding: 96px 0;
}
.news-content {
	margin-bottom: 64px;
}
.news-content:nth-last-of-type(1) {
	margin-bottom: 0;
}
.news-content img {
	display: block;
	width: 100%;
	margin: 0;
}
.news-content .entry-header {
	margin-top: 34px;
}
.news-content .entry-header .header-elements,
.news-content .donate-icon {
	margin-top: 30px;
}
.news-content .entry-title {
	font-size: 24px;
	font-weight: 500;
}
.news-content .entry-title a {
	color: #262626;
}
.news-content .posted-date {
	font-size: 14px;
	font-weight: 500;
	color: #ff5a00;
}
.post-metas {
	font-size: 12px;
	line-height: 1;
	color: #929191;
}
.post-metas a {
	color: #929191;
}
.post-metas > span {
	display: block;
	padding-right: 10px;
	margin-top: 6px;
	margin-right: 10px;
	border-right: 1px solid #929191;
}
.post-metas > span:nth-last-of-type(1) {
	border: 0;
	padding-right: 0;
	margin-right: 0;
}
.news-content .entry-content {
	margin-top: 32px;
	font-size: 14px;
	color: #929191;
}
.news-content .entry-footer {
	margin-top: 56px;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.pagination {
	margin-top: 92px;
}
.pagination a {
	margin-right: 16px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	color: #262626;
	text-decoration: navajowhite;
}
.pagination a:hover,
.pagination .active a {
	color: #ff3900;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media screen and (max-width: 992px) {
	.sidebar {
		margin-top: 96px;
	}
}
.sidebar h2 {
	font-size: 18px;
	font-weight: 600;
}

/*
# Search
--------------------------------*/

.search-widget input[type="search"] {
	width: calc(100% - 76px);
	height: 52px;
	padding: 10px 20px;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	outline: none;
}
.search-widget input[type="search"]::placeholder {
	color: #929191;
}
.search-widget button[type="submit"] {
	width: 75px;
	height: 54px;
	border: 0;
	margin-left: -5px;
	font-size: 14px;
	font-weight: 500;
	background: #ff5a00;
	color: #fff;
	cursor: pointer;
	outline: none;
}

/*
# Popular Posts
--------------------------------*/

.popular-posts {
	margin-top: 60px;
}
.popular-posts ul {
	list-style: none;
	margin: 60px 0 0;
}
.popular-posts li {
	margin-bottom: 15px;
}
.popular-posts li:nth-last-of-type(1) {
	margin-bottom: 0;
}
.popular-posts figure,
.popular-posts figure a,
.popular-posts figure img {
	display: block;
	margin: 0;
}
.popular-posts figure {
	width: 72px;
}
.popular-posts .entry-content {
	width: calc(100% - 100px);
}
.popular-posts h3 {
	font-size: 14px;
	font-weight: 500;
}
.popular-posts h3 a {
	color: #262626;
}
.popular-posts .posted-date {
	font-size: 12px;
	color: #ff5a00;
}

/*
# Upcoming Events
--------------------------------*/

.sidebar .upcoming-events {
	margin-top: 60px;
}
.sidebar .upcoming-events ul {
	list-style: none;
	margin: 60px 0 0;
}
.sidebar .upcoming-events li {
	margin-bottom: 32px;
}
.sidebar .upcoming-events li:nth-last-of-type(1) {
	margin-bottom: 0;
}
.sidebar .upcoming-events figure,
.sidebar .upcoming-events figure a,
.sidebar .upcoming-events figure img {
	display: block;
	margin: 0;
}
.sidebar .upcoming-events figure {
	width: 140px;
	/*margin-right: 24px;*/
}
.sidebar .upcoming-events .entry-content {
	width: calc(100% - 140px);
}
.sidebar .upcoming-events h3 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 500;
}
.sidebar .upcoming-events h3 a {
	color: #262626;
}
.sidebar .upcoming-events .post-metas {
	font-size: 11px;
	line-height: 1;
	color: #262626;
}
.sidebar .upcoming-events .post-metas a {
	color: #262626;
}
.sidebar .upcoming-events .post-metas > span {
	display: block;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #262626;
}
.sidebar .upcoming-events .post-metas > span:nth-last-of-type(1) {
	border: 0;
	padding-right: 0;
	margin-right: 0;
}
.sidebar .upcoming-events p {
	margin-top: 16px;
	margin-bottom: 0;
	font-size: 14px;
	color: #929191;
}

/*
# Featured Cause
--------------------------------*/

.sidebar .featured-cause {
	margin-top: 60px;
}
.sidebar .featured-cause .cause-wrap {
	padding: 0;
	background: none;
}
.sidebar .featured-cause .featured-cause .cause-wrap figure {
	width: 100%;
}
.sidebar .cause-wrap figure img {
	display: block;
	width: 100%;
}
.sidebar .featured-cause .cause-content-wrap {
	width: 100%;
	padding: 32px;
	margin-top: 0;
	border: 1px solid #e0e0e0;
	border-top: 0;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-gmap{
	margin-top: 5rem;
}
.contact-page .page-header {
	background: url(images/contact-bg.jpg) no-repeat center;
}
.contact-page-wrap {
	padding: .5rem 0 3rem 0;
}
.entry-content {
	padding: 35px 20px 55px;
}
.entry-content h2 {
	font-size: 1.5rem;
	margin-bottom: 2rem;
}
.entry-content .unit:nth-child(3) {
	padding-bottom: 2rem;
}
.contact-form {
	padding: 35px 20px 55px;
	background: #0A1C44;
}
.entry-content .unit span .fa {
	color: var(--border-color);
	color: var(--border-color);
}
.entry-content .unit .unit_body p {
	color: var(--ftr-bg-color);
}
.contact-page-wrap .entry-content h2 {
	font-size: 2rem;
	font-weight: 600;
	font-family: 'yanone_kaffeesatzlight';
}
ontact-form {
	padding: 35px 20px 55px;
	background: #edf3f5;
}
.contact-form h2 {
	margin-bottom: 2rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	font-family: 'yanone_kaffeesatzlight';
}
.contact-form .form-control {
	border-radius: 0rem;
	border-color: var(--border-color);
	margin-bottom: 1rem;
	outline: none;
	box-shadow: none;
	color: var(--ftr-bg-color);
}
.textarea_frm {
	height: 8rem;
	color: var(--ftr-bg-color);
}
.contact_btn {
	display: flex;
	justify-content: flex-end;
}
.contact_btn .cntc_btn {
	background:var(--hvr-color);
	padding: .4rem 4rem;
	color: var(--ftr-hline-color);
	border-radius: 5rem;
	border-color: transparent;
	outline: none;
	cursor: pointer;
	font-family: 'abelregular';
	font-size: 1.5rem;
	transition: all 400ms;
}
.contact_btn .cntc_btn:hover{
	background: var(--border-color);
}
.contact_map {
	padding: 2rem 0 3rem 0;
}
.contact_map_hline {
	padding: 1.5rem 0;
}
.contact_map_hline h3 {}
.contact-gmap iframe {
	width: 100%;
	border-bottom: .3rem solid var(--border-color) !important;
	height: 400px;
	
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/

.elements-page .page-header {
	background: url(images/elements-bg.jpg) no-repeat center;
}
/*=============section-hder============*/
.section_hder{
	text-align: center;
	padding: 1.5rem 0 2.5rem 0; 
}
.section_hder h1{
	/*padding-bottom: 1rem;*/
	padding-top: 1rem; 
	font-size: 3.1rem;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 1px;
	color: #0091ee;
}

.section_hder h1 span{
	font-family: 'yanone_kaffeesatzlight';
	font-size: 2.9rem;
	color:#111;
}
.color_whit{
	color:var(--ftr-hline-color) !important;
}
.section_hder img{
	width: 13%;
}
/*=============section-hder============*/

/*=================teacher===================*/
.our-mentor{
	padding: 1rem 0 4rem 0;
    background:#fff;
}
/*  Demo 8 */
/*-- Team --*/
.teamw3agile h3 {
	color: #fff;
	text-align: center;
	font-size: 3em;
	text-transform: uppercase;
}

.teamw3agile-grid{
	text-align:center;
	padding: 0;
}

.teamw3agile-grid h4 {
	font-size: 30px;
	font-weight: 100;
	color: #ec952b;
	margin-bottom: 30px;
}

.pic {
	position: relative;
	overflow: hidden;
	display: inline-block;
	animation: anima 2s;
	-webkit-animation: anima 2s;
	-moz-animation: anima 2s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.pic .pic-image, .pic-caption, .pic:hover .pic-caption, .pic:hover img {
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.pic-image {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.pic-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	padding: 6.5em 1em 0;
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.top-to-bottom {
	bottom: 50%;
	left: 0;
}

.teamw3agile-grid:hover .pic .top-to-bottom {
	/*! left: 0; */
	/*! bottom: 0; */
	/*! -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))"; */
	/*! filter: alpha(opacity=100); */
	/*! -moz-opacity: 1; */
	/*! -khtml-opacity: 1; */
	/*! opacity: 1; */
	/*! z-index: 9999; */
}

.pic-caption h5{
	font-size: 1.5em;
	color: #fff;
	margin: 0 0 .5em;
	text-transform: capitalize;
}

.pic-caption p{
	line-height: 1.8em;
	color: #E4E4E4;
}

.stack img { 
	width: 430px;
	height: 371px;
	object-fit: cover;
	object-position: top center;
	vertical-align: bottom;
	border: 10px solid  rgba(255, 255, 255, 0.9);
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
	-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
}

.stack:last-of-type {
	margin-right: 0;
}

.stack.twisted:before {
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
}

.stack.twisted:after {
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
}

.stack:hover:before, .stack:hover:after,.chefw3agile-grid:hover .stack:before,.chefw3agile-grid:hover .stack:after{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

.stack:before, .stack:after {
	content: "";
	border-radius: 3px;
	width: 100%;
	height: 100%;
	position: absolute;
	border: 10px solid  rgba(255, 255, 255, 0.9);
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
	-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
	-webkit-transition: 0.5s all ease-out;
	-moz-transition: 0.5s all ease-out;
	transition: 0.5s all ease-out;
	-o-transition: 0.5s all ease-out;
	-ms-transition: 0.5s all ease-out;
}

.stack:before {
	top: 4px;
	z-index: -10;
}

.stack:after {
	top: 8px;
	z-index: -20;
}

.stack {
	float: none;
	width: 92%;
	margin:3% 0% 8% 4%;
	position: relative;
	z-index: 1;
}

.stack-caption{
	padding: 1em 0;
	position: absolute;
	bottom: 2%;
	background: rgba(0, 145, 238,0.8);
	width: 94%;
	left: 3%;
	right: 3%;
	z-index: 9;
	-webkit-box-shadow: 0px 2px 3px #ccc;
	-moz-box-shadow: 0px 2px 3px #ccc;
	box-shadow: 0px 2px 3px #ccc;
	height: 18%;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
	
	-webkit-transition: .5s all;
	-moz-transition: .5s all; 
	transition: .5s all;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.stack-caption h4{
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	font-family: 'yanone_kaffeesatzlight';
	font-size: 1.7rem;
}
.stack:hover .stack-caption{
	-webkit-transform: scale(1);
	-moz-transform: scale(1); 
	-o-transform: scale(1); 
	-ms-transform: scale(1); 
	transform: scale(1);
	
}

ul.social-icons {
	text-align: center;
}

ul.social-icons li {
	display: inline-block;
	margin: 0 5px;
}

ul.social-icons li a {
	font-size: 35px;
	color: #EEE;
}

ul.social-icons li a.facebook:hover {
	color: #3b5998;
}

ul.social-icons li a.twitter:hover {
	color: #1dcaff;
}

ul.social-icons li a.googleplus:hover {
	color: #d34836;
}

ul.social-icons li a.instagram:hover {
	color: #517fa4;
}

ul.social-icons li a.youtube:hover {
	color: #bb0000;
}

.our-mentor_slider-two .owl-controls {
	margin-top: 0;
}
.our-mentor_slider-two .owl-controls .owl-page span {
	background: #ff0000 !important;
	opacity: 0.8;
	transition: all 0.3s ease 0s;
}
.our-mentor_slider-two .owl-controls .owl-page.active span {
	background: #0091ee !important;
}
#testimonial-slider-two .our-mentor-slider{
	margin: 0 .9rem;
}



/*-- //Team --*/

@media(min-width:768px){
	.w3ls-effect{
		max-width: 300px;
		margin: 0 auto;
	}
}

/*=================best_indestry=====================*/
.best_indestry_bg{
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	background-color: rgb(40, 44, 108,0.6); 
	padding: 4rem 0 5rem 0;

}
.best_indestry_grid{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.best_indestry_grid p{
	margin-bottom: 3rem;
	color: #fff;
	text-shadow: 1px 0 2px #111;
	font-size: 1.2rem;
}
.best_indestry_grid h1{
	margin-bottom: 1rem;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 0 1px #111;
	font-size: 3rem;
	letter-spacing: 2px;
	word-spacing: 1px;
}
.best_indestry_btn a{
	padding: .9rem 3rem;
	background: #FE0000;
	border-radius: 5rem;
	color: #fff;
	margin-top: .5rem; 
    transition: all 500ms;
	font-family: 'abelregular';
	font-size: 1.3rem;

}
.best_indestry_btn a:hover{
    background: var(--hvr-color)
}
/*=================best_indestry=====================*/


/*==============about index===============*/
.about{	
	padding: 3rem 0;

}
.about-image{
	position: relative;
}
.video-icon{
	position: absolute;
	left: 50%;
	top:35%; 
}



/*.video-icon > a:hover {
	color:#FE0000;
	border-color: #fff;
}*/

/*.video-icon > a .fa-play:hover {
	color:var(--hvr-color);
}*/

.video-icon > a{
	border: 6px solid #fff; 
	border-radius: 50%;
	display: inline-block;
	height: 80px;
	text-align: center;
	width: 80px;
	background: rgba(251, 248, 248, 0.8);
}

.video-icon > a .fa-play {
	font-size: 32px;
	color: #FE0000;
	line-height: 68px;
	padding: 0 0px 0 7px; 
}

.video-section-inner .button-play {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0.9);
	background: rgba(255, 255, 255, 0.3);
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}

.video-section-inner .button-play:before {
	position: absolute;
	content: '';
	top: -12px;
	left: -12px;
	right: -12px;
	bottom: -12px;
	background: rgba(255, 255, 255, 0.21);
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: -1;
}

.video-section-inner .button-play:hover {
	background: rgba(255, 255, 255, 0.6);
}

.video-section-inner .button-play:hover .icon {
	color:var(--hvr-color);
}

.video-section-inner .button-play:hover:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FE0000;
}
.button-play:hover .fa-play{
	color:var(--hvr-color);
}
.about-grid h1{
	padding-bottom: 1rem;
	padding-top: 1rem; 
	font-size: 3.1rem;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 1px;
	color: #0091ee;

}

.about-grid h1 span{
	font-family: 'yanone_kaffeesatzlight';
	font-size: 2.9rem;
	color: #111;
}





.about-grid p{
	text-align: justify;
	text-align-last: left;
	word-break: break-all;
	padding-bottom: 1.6rem;
}
.about-grid-btn-all{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	padding-top: 2rem; 
}
.about-grid-btn-all .btn-one{
	padding: .7rem 3rem;
	background: #FE0000;
	border-radius: 5rem;
	color:#fff;
	margin-right: .5rem;
	transition: 500ms all;
	font-family: 'abelregular';
	font-size: 1.3rem;
}
.about-grid-btn-all .btn-one:hover{
	background: var(--hvr-color);
	color:#fff;
}
.about-grid-btn-all .btn-two{
	padding: .7rem 3rem;
	border:.2rem solid #0091ee;
	border-radius: 5rem;
	color:#000; 
	font-family: 'abelregular';
	font-size: 1.3rem;
}
.about-grid-btn-all .btn-two:hover{
	border:.2rem solid #FE0000;
}



/*=========================*/

.testimonial-slider-bg {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgb(40, 44, 108,0.6);
	padding:1rem 0 3rem 0;
}
.testimonial {
	margin: 0 20px 30px;
	border-radius: 0 70px 0 70px;
	border-left: none;
	border-right: none;
	text-align: center;
}
.testimonial .pic {
	display: inline-block;
	width: 110px;
	height: 110px;
	border: .3rem solid #fff;
	border-radius: 50%;
	margin-bottom: 20px;
	overflow: hidden;
}
.testimonial .pic img {
	width: 110px;
	height: 110px;
	object-fit: cover;
	object-position: center center;
}
.testimonial .title {
	display: block;
	margin: 0 0 7px 0;
	font-size: 20px;
	font-weight: 600;
	color: #ffc33c;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.testimonial .post {
	display: block;
	font-size: 15px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.testimonial .description {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.owl-theme .owl-controls {
	margin-top: 0;
}
.owl-theme .owl-controls .owl-page span {
	background: #fff;
	opacity: 0.8;
	transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #ffc33c;
}

/*=======================*/

.footer {
	padding: 3rem 0 3rem 0;
	background: var(--ftr-bg-color);
    border-top: .5rem solid var(--border-color);
}
.ftr_hline h3 {
	margin-bottom: .7rem;
	color: var(--ftr-hline-color);
	font-family: 'yanone_kaffeesatzregular';
	letter-spacing: 2px;
	word-spacing: 1px;
	font-size: 2.1rem;
	font-weight: bold;
	text-transform: capitalize;
}
.ftr_hline h3 span{
	font-family: 'yanone_kaffeesatzlight';
	font-size: 2rem;
	font-weight: 100;
}
.ftr_hline .test_subline {
	position: relative;
	height: 1px;
	padding: 0;
	background: #656565;
	border: none;
}
.test_subline:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 1px;
	width: 120px;
	background: #00c8ff;
}
.footer-grid-img img {
	width: 22vw;
	margin-top: 0em;
}
.footer-grid-info {
	padding-top: 2rem;
}
.footer-grid-info p {
	color: var(--ftr-hline-color);
	text-align: justify;
	text-align-last: left;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}
.unit {
	display: flex;
	flex-direction: row;
}
.unit_body p {
	color: var(--ftr-hline-color);
}
.unit_left {
	padding-right: 0.5em;
	justify-content: center;
}
.unit_left span .fa-phone {
	font-size: 1.5em;
	color: var(--ftr-hline-color);
}
.unit_left span .fa-envelope {
	font-size: 1.5em;
	color: var(--ftr-hline-color);
}
.unit_left span .fa-map-marker {
	font-size: 1.5em;
	color: var(--ftr-hline-color);
	padding-top: 0.3em;
}
.unit_body {}
.unit:nth-child(1) {
	padding-top: 2em;
	padding-bottom: 2em;
}
.unit:nth-child(2) {
	padding-bottom: 2em;
}

/**/

.social-nav {
	padding: 0;
	list-style: none;
	padding-top: 2em;
	justify-content: flex-start;
	display: flex;
}
.social-nav li {
	display: inline-block;
	margin: 0 6px;
}
.social-nav li:nth-child(1) {
	margin: 0px 6px 0 0;
}
.social-nav a {
	display: inline-block;
	float: none;
	width: 30px;
	height: 30px;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
	background: #000;
	position: relative;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.model-3d-0 a {
	background: #5C5B5B;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.model-3d-0 .front,
.model-3d-0 .back {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateZ(18px);
	-moz-transform: translateZ(18px);
	-ms-transform: translateZ(18px);
	-o-transform: translateZ(18px);
	transform: translateZ(18px);
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: visible;
	-o-backface-visibility: visible;
	backface-visibility: visible;
	color: #212121;
	font-size: 12px;
}
.model-3d-0 .back {
	-webkit-transform: rotateX(90deg) translateZ(18px);
	-moz-transform: rotateX(90deg) translateZ(18px);
	-ms-transform: rotateX(90deg) translateZ(18px);
	-o-transform: rotateX(90deg) translateZ(18px);
	transform: rotateX(90deg) translateZ(18px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
a.twitter .front {
	background: #00acee;
}
a.facebook .front {
	background: #3b5998;
}
a.instagram .front {
	background: #cd2029;
}
a.pinterest .front {
	background: #FF0000;
}
.twitter .back,
.facebook .back,
.instagram .back,
.pinterest .back {
	background: #fff;
}
.model-3d-0 a:hover {
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
.model-3d-0 a:hover .back {
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: visible;
	-o-backface-visibility: visible;
	backface-visibility: visible;
}
.w3_agile_social .front i {
	color: #fff;
	font-size: 12px;
}
.w3_agile_social .back i {
	color: #000;
	font-size: 12px;
}
.post_information {
	display: flex;
	flex-wrap: wrap;
	padding-top: 2rem;
}
.footer_grid_img {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ftr_gallert_img{
	width: 100%;
	height: 80px;
}
.ftr_gallert_img img{
	width: 100%;
	height: 80px;
	object-fit: cover;
	object-position: top center;
	border-radius: .2rem;
}
.padding_narrow {
	padding: 0 3px 5px 3px;
}

/*======================*/

.footer_two {
	background: #0A1C44;
	padding: 1em 0;
	border-top: 1px solid var(--ftr-hline-color);
}
.footer_two p {
	color: #fff;
	text-transform: capitalize;
}
.footer_two p a {
	color: #fff;
	text-decoration: none;
}
.ftr_hitcounter{
	display: flex;
	justify-content: flex-end;
}
/*======================*/
.image-gallery{
	margin-top: 5rem;
}
.effect-oscar {
	background-color: #fff;
	text-align: center;
	float: left;
	-webkit-transition: all 1s;
	transition: all 1s;
	cursor: pointer;
	-webkit-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
	margin-bottom: 22px;
	border: .5rem solid #fff;
	-webkit-box-shadow: 0 0 5px 0px rgba(59, 58, 58, 0.44);
	box-shadow: 0 0 5px 0px rgba(59, 58, 58, 0.44);
}
.clearer {
	clear: both
}
.effect-oscar:hover {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	cursor: pointer;
	background-color: #fff
}
figure.new_collection_box:after {
	z-index: 1;
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	opacity: 0.4;
	background-color: #0091ee;
	transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(0, 1);
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s
}
.effect-oscar:hover figure.new_collection_box:before {
	transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1)
}
.effect-oscar:hover figure.new_collection_box:after {
	transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1)
}
.effect-oscar img {
	width: 430px;
	height: 371px;
	object-fit: cover;
	object-position: top center;
}
figure.new_collection_box:before {
	z-index: 1;
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	opacity: 0.4;
	background-color: #0091ee;
	transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s
}
.new_collection_box {
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.new_collection_box img {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
.effect-oscar:hover .new_collection_box img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	color: rgba(253, 168, 64, 0.60);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	z-index: 99;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 2.1rem;
	line-height: 1x;
	color: #ffffff;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center;
}
.overlay .fa-search {
	color: #fff;
	font-size: 20px;
}
.effect-oscar:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure {
	margin: 0 0 0rem;
}
/*=======================*/

.menu-hide {
	visibility: hidden;
}
.header {
	width: 100%;
	float: left;
	background:#000;
	height: 60px;
	position: fixed;
	top: 0;
	z-index: 999;
	box-shadow: 0 1px 3px 0px #000000;
}

/*=======================*/





h3.sec-title {
    color: #eead31;
    text-align: right;
    font-size: 2em;
    text-transform: capitalize;
    background: #000;
    padding: 12px 15px 12px 10px;
    margin-bottom: 1em;
    width: 30%;
    float: right;
}

h3.sec-title span {
    background: #eead31;
    color: #000;
    padding: 0 5px;
    margin: 0 10px;
}

.team-grids {
    padding: 0;
    text-align: center;
}

.team-effect {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.65);
    -o-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.65);
    -ms-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.65);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
}

.team-effect img {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-effect:before {
    content: '';
    background-color: rgba(0, 0, 0, 0);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-effect:hover:before {
    background-color: rgba(0, 0, 0, 0.2);
}

.team-effect:hover .w3_agile-team-text {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    border-radius: 0 0 0 0;
}

.team-effect:hover .social-icon {
    bottom: 34%;
    -moz-transform: translateY(-80%);
    -o-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
}

.team-effect:hover .social-icon a {
    -webkit-animation-name: translate-transition;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-name: translate-transition;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

.team-effect .w3_agile-team-text {
    background-color: #000;
    -webkit-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
    -moz-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
    -ms-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
    -o-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
    transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
    padding: 20px;
    width: 100%;
    position: absolute;
    z-index: 99;
    -webkit-border-radius: 25px 0 0 0;
    -moz-border-radius: 25px 0 0 0;
    border-radius: 25px 0 0 0;
}

.team-effect .w3_agile-team-text h4 {
    color: #e8c802;
    font-size: 1.5em;
}

.team-effect .w3_agile-team-text p {
    margin-top: 0.3em;
}

.team-effect .social-icon {
    bottom: 0;
    padding: 10px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    overflow: hidden;
    z-index: 9;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: translateY(1000%);
    -o-transform: translateY(1000%);
    -ms-transform: translateY(1000%);
    -webkit-transform: translateY(1000%);
    transform: translateY(1000%);
}

.social-button {
    display: inline-block;
    background-color: #fff;
    width: 40px;
    height: 40px;
    margin: 0 3px;
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: .99;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
}

.social-button:before {
    content: '';
    background-color: #000;
    width: 120%;
    height: 120%;
    position: absolute;
    top: 102%;
    left: -118%;
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button .fa {
    font-size: 2em;
    line-height: 1.5;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button.facebook:before {
    background-color: #3B5998;
}

.social-button.facebook .fa {
    color: #3B5998;
}

.social-button.twitter:before {
    background-color: #3CF;
}

.social-button.twitter .fa {
    color: #3CF;
}

.social-button.google:before {
    background-color: #DC4A38;
}

.social-button.google .fa {
    color: #DC4A38;
}

.social-button.dribbble:before {
    background-color: #F26798;
}

.social-button.dribbble .fa {
    color: #F26798;
}

.social-button.skype:before {
    background-color: #00AFF0;
}

.social-button.skype .fa {
    color: #00AFF0;
}

.social-button:focus:before,
.social-button:hover:before {
    top: -10%;
    left: -10%;
}

.social-button:focus .fa,
.social-button:hover .fa {
    color: #fff;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}








/*==========================*/
.about_page_img{
	overflow: hidden;
	border: .5rem solid #eee;
	-webkit-box-shadow: 0 0 5px 0px rgba(59, 58, 58, 0.44);
	box-shadow: 0 0 5px 0px rgba(59, 58, 58, 0.44);
	transition: all 0.45s ease-in-out;
}

.about_page_img:hover img{
	transform: scale(1.1);
}
.about_page{
	padding-bottom: 3rem;
	margin-top: 5rem;
}
.about_page_grid p{
	text-align: justify;
	padding-top: .5rem;
}
.about_page_img img{
-webkit-transform: scale(1.0);
transform: scale(1.0);
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
-webkit-transition-duration: .5s;
transition-duration: .5s;

}

/*==========================*/
.our_services{
background: var(--section-bg);
padding: 1rem 0 4.2rem 0;
}
.res-services{
	margin-top: 5rem;
}
.propular-courses-grid{
	padding: 0 1.4rem;
	transition: all 0.3s ease 0s;
	margin-top: 4rem;
	background: var(--ftr-hline-color);
	border-bottom: .2rem solid transparent;
    border-top-left-radius: .5rem;
    border-top-right-radius:.5rem;
}

.propular-courses-grid:hover{
	background:var(--ftr-hline-color); 
  box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
	border-bottom: .2rem solid var(--border-color);
 
}
.propular-courses-img{
	position: relative;
	top: -2rem;
	overflow: hidden;
	width: 100%;
	height: 13rem;
    box-shadow: 0 1px 6px rgba(34, 30, 31, 0.4);
border-radius: .4rem;
}
.propular-courses-grid:hover .propular-courses-img{
    box-shadow: 0 0px 1px rgba(34, 30, 31, 0.4);
}
.propular-courses-img img{
		width: 100%;
	  height: 13rem;
	  object-fit: cover;
	  object-position: center center;
    border-radius: .4rem;
}
.propular-courses-text h1{
	font-size: 1.8rem;
	padding: .6rem 0;
	text-transform: capitalize;
}
.propular-courses-text{
    text-align: center;
	padding-bottom: 1.5rem;
}
.propular-courses-text p{
	text-align: justify;
	text-align-last: left;
}

.our_services_btn{
    padding: 3rem 0 0 0;
    text-align: center;
}
.our_services_btn a{
    padding: .9rem 3rem;
background: #FE0000;
border-radius: 5rem;
color: #fff;
	font-family: 'abelregular';
	font-size: 1.3rem;
}
.our_services_btn a:hover{
    background:var(--hvr-color);
}

/*============================*/
.bar-part{
	
}
.bar-part-bg {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgb(40, 44, 108,0.5);
	padding: 1.5rem 0 1rem 0;
}


/*============================*/
.team_member{
	background: #fff;
	padding: 0 0 4rem 0;
}
.team-row-agileinfo {
	margin: 4em 0 0em;
}
.thumbnail.team-agileits {
	border: none;
	text-align: center;
	border-radius: 0;
	position: relative;
	margin-bottom: 2rem;
	padding: 0;
}
.thumbnail.team-agileits img{
	width: 430px;
	height: 371px;
	object-fit: cover;
	object-position: top center;
}
.team .w3agile-caption {
	padding: 1em;
	position: absolute;
	bottom: 0%;
	background: #fff;
	width: 80%;
	left: 10%;
	z-index: 9;
	-webkit-box-shadow: 0px 2px 3px #ccc;
	-moz-box-shadow: 0px 2px 3px #ccc;
	box-shadow: 0px 2px 3px #ccc;
	height: 18%;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}
.team h4 {
	color: #1b1b1b;
	font-size: 1.7em;
	margin-bottom: 0.4em;
	font-family: 'yanone_kaffeesatzregular';
}
.team .social-w3lsicon {
	padding: 1em;
	margin-top: 0.5em;  
	background:#0A1C44; 
	-webkit-transition: .5s all;
	-moz-transition: .5s all; 
	transition: .5s all;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
} 
.social-w3lsicon a i.fa {
	font-size: 1em;
	color: #fff;
	margin: 0 .5em;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.social-w3lsicon a:hover i.fa{ 
	color: #3b5998; 
}
.social-w3lsicon a:hover i.fa.fa-twitter{   
	color:#1da1f2 !important;
}
.social-w3lsicon a:hover i.fa.fa-google-plus{
	color:#f76957 !important;
}
.social-w3lsicon a:hover i.fa.fa-dribbble{
	color:#ea4c89 !important;
}
.thumbnail.team-agileits:hover .social-w3lsicon {
	-webkit-transform: scale(1);
	-moz-transform: scale(1); 
	-o-transform: scale(1); 
	-ms-transform: scale(1); 
	transform: scale(1); 
}
.thumbnail.team-agileits:hover .w3agile-caption {
	height: 30%;
}



/*===========================*/
.modal-header{
	border-bottom: 1px solid #fff;
}
.modal-footer{
	padding: 15px;
	border-top: 1px solid #fff;
}
.modal-header .close{
	background: var(--border-color);
	opacity: .99;
	cursor: pointer;
}
.close{
	font-size: 2rem;
	font-weight: 100;
	color:#fff;
}
.close:focus, .close:hover {
	color: #fff;
	text-decoration: none;
	opacity: .99;
}
.modal{
	z-index: 9999;
}
.form-group {
	position: relative;
}
.form-group .fa {
	position: absolute;
	top: 0.5rem;
	left: 0.7rem;
	font-size: 1.3rem;
	color: var(--hvr-color);
	vertical-align: baseline;
}
.form-group .fa-envelope-o{
	font-size: 1.1rem;
}
.form-group .fa-mobile-phone{
	font-size: 1.5rem;
	text-align: center;
	margin: auto;
	left: 1rem;
}
.popup_logo{
	text-align: center;
	padding-bottom: 1rem;
}
.popup_logo img{
	width: 18vw;

}
.popup_info h1{
	font-size:2rem;
	text-align: center;
	padding: 0rem 0 2rem 0;
	color: #082ff9;
}
.form-group {
	margin-bottom: 1.5rem;
}
.ftr_frm_cntrl {
	border-radius: 0rem;
	border-color: var(--pupup-color);
	border-width: 1px;
	color: var(--ftr-bg-color);
	padding-left: 2rem;
}
.form-control:focus{
	box-shadow: none;
	border-color: var(--pupup-color);
}
.ftr_btn {
	display: flex;
	justify-content: flex-end;
}
.ftr_btn .btn-primary {
	padding: 0.7rem 3rem;
	border-radius: 5rem;
	cursor: pointer;
	background: var(--hvr-color);
	border: none;
	outline: none;
	box-shadow: none;
	transition: 400ms all;
	font-family: 'abelregular';
	font-size: 1.3rem;
}
.ftr_btn .btn-primary:hover{
	background: var(--border-color);
}

/*==============================*/
.cd-auto-hide-header {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	/* Force Hardware Acceleration */
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}
.cd-auto-hide-header::after {
	clear: both;
	content: "";
	display: block;
}
.cd-auto-hide-header.is-hidden {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

/*==========================*/
@media(max-width:1280px) {
	.video-icon {
		position: absolute;
		left: 44%;
	
	}
}
@media(max-width:1024px) {
	.about-grid h1 {
		padding-bottom: .5rem;
		padding-top: 0rem;
		
	}
	.about-grid p {
		padding-bottom: .5rem;

	}
	.about-grid-btn-all {
		padding-top: 0rem;

	}
	.carousel-caption{
		bottom: 20%;
	}
}
@media(max-width:992px) {
	.menu-show {
		display: none;
	}
	.menu-hide {
		visibility: visible;
	}
	.about_page{
		margin-top: 3rem;
	}
	.image-gallery{
		margin-top: 3rem;
	}
	.contact-gmap{
		margin-top: 3.5rem;
	}
	.res-services{
		margin-top: 3rem;
	}
	.slidr{
		margin-top: 3.8rem;
	}
}
@media(max-width:480px) {
	.carousel-caption h2{
		font-size: 2rem;
	}
	.carousel-caption p{
		font-size: 1.2rem;
	}
	.footer-grid-img img {
		width: 50vw;
		margin-top: 0em;
		text-align: center;
	}
	.footer-grid:nth-child(1),.footer-grid:nth-child(1){
		padding-bottom: 1.5rem;
	}
	.popup_logo img {
		width: 40vw;
	}
	.popup_info h1 {
		font-size: 1.7rem;
		
	}
	.ftr_hitcounter{
		justify-content:center;
		margin-top: .7rem;
	}
}

@media(max-width:414px) {
	.carousel-caption{
		right: 5%;
		left: 5%;
	}
	.left-control{
		top: 40%;
		height: 44px;
		width: 30px;
		line-height: 39px;
	}
	.right-control{
		top: 40%;
		height: 44px;
		width: 30px;
		line-height: 39px;
	}
	.popup_logo img {
		width: 50vw;
	}
	.about-grid h1{
		font-size: 2.5rem;
	}
	.about-grid h1 span {
		
		font-size: 2.1rem;
	
	}
	.section_hder h1{
		font-size: 2.5rem;
	}
	
	.section_hder h1 span{
		font-size: 2rem;
	}
	.section_hder img {
		width: 29%;
	}
	.best_indestry_grid h1{
		font-size: 2.4rem;
	}
	.video-icon{
		top: 31%;
	}
	
}

@media(max-width:412px) {
	.about-grid-btn-all {
		flex-direction: column;
		padding-top: 2rem;
	}
	.about-grid-btn-all .btn-one {
		text-align: center;
		margin-bottom: 1rem;
	}
	.about-grid-btn-all .btn-two {
		padding: .4rem 3rem;
		border: .2rem solid #0091ee;
		text-align: center;
	}
}
@media(max-width:384px) {
	.carousel-indicators {
		bottom: 20px;
	}
	.carousel-caption {
		bottom: 7%;
	}
	.video-icon > a{
		height: 70px;
		width: 70px;
	}
	.video-icon > a .fa-play{
		font-size: 28px;
		line-height: 58px;
	}
}

@media(max-width:360px) {
	.section_hder img {
		width: 37%;
	}
	.about_page_grid h1{
		font-size: 2rem;
	}
}
@media(max-width:320px) {
.carousel-caption h2 {
	font-size: 1.5rem;
}
	.carousel-caption p {
		font-size: 1.1rem;
	}
}

<--------------------------------------------tab-------------------------------------------------------------->
