
@font-face {
	font-family:futuralight;
	src: url(../fonts/futura-light.ttf);
	src: url(../fonts/futura_light_.otf);
}



html,
body {
	height: 100%;
	font-family: futuralight;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	letter-spacing: 2px;
	background-color: #1a1a1b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #fff;
	font-family: sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 18px;
	font-family:futuralight;
	color: #fff;
	line-height: 24px;
	margin: 10px 0 15px 0;
	text-align:justify;
	letter-spacing:1px;
	
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a {
	color: #fff;
	text-decoration: none;
}

	a:hover,
	a:focus {
		text-decoration: none;
		outline: none;
		color: #728291;
	}

ul,
ol {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-family: futuralight;
	letter-spacing: 1px;
}

.list-group-item {
	background-color: #282829;
	border: 1px solid #1a1a1b;
	color: #fff;
}

.badge {
	margin-left: 10px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-color: #1a1a1b;
	border-color: #f7862c;
}

h3.title {
    color:#F47D20;
    font-size: 3em;
    margin-bottom: 1em;
    text-align: center;
	margin-top:4%;

	
}

h1.title {
	color: #F47D20;
	font-size: 3em;
	margin-bottom: 1em;
	text-align: center;
	margin-top: 4%;
}


/*---------------------
  Helper CSS
-----------------------*/

.section-title h2 {
	color: #Ffffff;
	font-size:38px;
	font-weight: 600;
	margin-bottom: 18px;
	/*text-transform: uppercase;*/
	text-align: center;
}

.section-title h1 {
	color: #Ffffff;
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 18px;
	/*text-transform: uppercase;*/
	text-align: center;
}

.section-title3 h2 {
	color:  #fff;
	font-size:32px;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.section_title h2 {
	color: #F47D20;
	padding-top:3%;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 0px;
	text-transform: uppercase;
}


.section-title p {
	color: #ffffff;
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 50px;
}

.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */


.primary-btn {
	display: inline-block;
	/*margin-top: 40%;*/
	font-size: 14px;
	font-family: futuralight;
	font-weight: 600;
	padding: 0 12px;
	color: #ffffff;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	width: 260px;
	height: 46px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#F47D20), color-stop(0%, #e16521));
	background-image: -o-linear-gradient(left, #fff 100%, #fff 100%), -o-linear-gradient(left, #fff 0%, #fff 0%);
	background-image: linear-gradient(to right, #fff 100%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 0%);
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	line-height: 45px;
	position: relative;
	z-index: 1;
	border-radius: 4px;
}

.primary-btn:after {
	color: #fff;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	background: #e16521;
	background: -webkit-gradient(linear, left top, right top, from(#e16521), to(#F47D20));
	background: -o-linear-gradient(left, #e16521, #F47D20);
	background: linear-gradient(to right, #e16521, #F47D20);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 2px;
	opacity: 0;
}

.site-btn {
	display: inline-block;
	font-size: 12px;
	font-family:futuralight;
	font-weight: 600;
	padding: 0 12px;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	background: none;
	width: 127px;
	height: 40px;
	border-left: 2px solid #e16521;
	border-right: 2px solid #F47D20;
	border-top: none;
	border-bottom: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #e16521), color-stop(0%, #F47D20)), -webkit-gradient(linear, left top, right top, from(#e16521), color-stop(0%, #F47D20));
	background-image: -o-linear-gradient(left, #e16521 100%, #F47D20 0%), -o-linear-gradient(left, #e16521 0%, #F47D20 0%);
	background-image: linear-gradient(to right, #e16521 100%, #F47D20 0%), linear-gradient(to right, #e16521 0%, #F47D20 0%);
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	line-height: 38px;
	position: relative;
	z-index: 1;
	border-radius: 4px;
}

.site-btn:after {
	color: #fff;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	background: #e16521;
	background: -webkit-gradient(linear, left top, right top, from(#e16521), to(#F47D20));
	background: -o-linear-gradient(left, #e16521, #F47D20);
	background: linear-gradient(to right, #e16521, #F47D20);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 2px;
	opacity: 0;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
  Header
-----------------------*/

.header-section {
	padding-top: 7px;
	padding-bottom:5px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	padding-left: 60px;
	padding-right: 60px;
	background:rgba(0,0,0,0.3);

}

.header-section.header-normal {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #151515;
	padding-top: 0;
}

.header-section.header-normal .logo {
	padding: 40px 0;
}

.header-section.header-normal .nav-menu .mainmenu ul li a {
	padding: 40px 0;
}

.header-section.header-normal .nav-menu .mainmenu ul li a:after {
	bottom: 35px;
}

.header-section.header-normal .nav-menu .mainmenu ul li:hover .dropdown {
	top: 107px;
}

.header-section.header-normal .nav-menu .mainmenu ul li .dropdown {
	top: 128px;
}

.header-section.header-normal .nav-menu .mainmenu ul li .dropdown li a {
	padding: 14px 22px;
}

.header-section.header-normal .top-social {
	padding: 39px 0;
}






/*---------------------
  Headersection2
-----------------------*/

.header-sectionsolid {
	padding-top: 7px;
	padding-bottom:5px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	padding-left: 60px;
	padding-right: 60px;
	background:rgba(0,0,0,1);

}

.header-sectionsolid.header-normal {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #151515;
	padding-top: 0;
}

.header-sectionsolid.header-normal .logo {
	padding: 40px 0;
}

.header-sectionsolid.header-normal .nav-menu .mainmenu ul li a {
	padding: 40px 0;
}

.header-sectionsolid.header-normal .nav-menu .mainmenu ul li a:after {
	bottom: 35px;
}

.header-sectionsolid.header-normal .nav-menu .mainmenu ul li:hover .dropdown {
	top: 107px;
}

.header-sectionsolid.header-normal .nav-menu .mainmenu ul li .dropdown {
	top: 128px;
}

.header-sectionsolid.header-normal .nav-menu .mainmenu ul li .dropdown li a {
	padding: 14px 22px;
}

.header-sectionsolid.header-normal .top-social {
	padding: 39px 0;
}





.logo {
	float: left;
}

.logo a {
	display: inline-block;
}

.nav-menu {
	text-align: center;
	padding-top:2.95%;
}

.nav-menu .mainmenu {
	display: inline-block;
}

.nav-menu .mainmenu ul li {
	display: inline-block;
	list-style: none;
	margin-right: 30px;
	position: relative;
}

.nav-menu .mainmenu ul li:last-child {
	margin-right: 0;
}

	.nav-menu .mainmenu ul li.active a {
		color: #728291;
	}

.nav-menu .mainmenu ul li.active a:after {
	opacity: 1;
}

.nav-menu .mainmenu ul li a {
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 28px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	font-family:futuralight;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

	.nav-menu .mainmenu ul li a:after {
		position: absolute;
		left: 0;
		bottom: -5px;
		width: 100%;
		height: 2px;
		background: #728291;
		content: "";
		opacity: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

.nav-menu .mainmenu ul li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	top: 43px;
}

	.nav-menu .mainmenu ul li:hover > a {
		color: #728291;
	}

.nav-menu .mainmenu ul li:hover>a:after {
	opacity: 1;
}

.nav-menu .mainmenu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 70px;
	width: 180px;
	background: #F47D20;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 99;
}

.nav-menu .mainmenu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.nav-menu .mainmenu ul li .dropdown li a {
	text-align: left;
	text-transform: capitalize;
	padding: 10px 20px;
	color: #ffffff;
}

.nav-menu .mainmenu ul li .dropdown li a:hover {
	color: #151515;
}

.nav-menu .mainmenu ul li .dropdown li a:hover:after {
	display: none;
}

.top-social {
	float: right;
	padding-top:2.95%;

}

.top-social a {
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	margin-left: 20px;
}

	.top-social a:hover {
		color: #728291;
	}


.slicknav_menu {
	display: none;
}



.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -90px;
    background: rgba(0,0,0,1) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 991.98px) {
      .ftco-navbar-light.scrolled .nav-item > .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important; } }
    .ftco-navbar-light.scrolled .nav-item.active > a {
      color: #83b582 !important; }
    .ftco-navbar-light.scrolled .nav-item.cta > a {
      color: #fff !important;
      background: #83b582;
      border: none !important;
      padding-top: 0.5rem !important;
      padding-bottom: .5rem !important;
      padding-left: 20px !important;
      padding-right: 20px !important;
      margin-top: 6px !important;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .ftco-navbar-light.scrolled .nav-item.cta > a span {
        display: inline-block;
        color: #fff !important; }
    .ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
      border-color: #83b582; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }
    .ftco-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5) !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      padding-right: 0;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
    .ftco-navbar-light.scrolled .nav-link {
      padding-top: 0.9rem !important;
      padding-bottom: 0.9rem !important;
      color: #000000 !important; }
      .ftco-navbar-light.scrolled .nav-link.active {
        color: #83b582 !important; }
    .ftco-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled .navbar-brand {
      color: #000000; }


/*---------------------
  Hero Section
-----------------------*/

.hero-items .owl-item.active .single-hero-item .hero-text h2,
.hero-items .owl-item.active .single-hero-item .hero-text h1,
.hero-items .owl-item.active .single-hero-item .hero-text .primary-btn {
	top: 0;
	opacity: 1;
}

.hero-items .owl-item.active .single-hero-item .hero-text h2 {
	-webkit-transition: all 0.2s ease 0.2s;
	-o-transition: all 0.2s ease 0.2s;
	transition: all 0.2s ease 0.2s;
}

.hero-items .owl-item.active .single-hero-item .hero-text h1 {
	-webkit-transition: all 0.4s ease 0.4s;
	-o-transition: all 0.4s ease 0.4s;
	transition: all 0.4s ease 0.4s;
}

.hero-items .owl-item.active .single-hero-item .hero-text .primary-btn {
	-webkit-transition: all 0.6s ease 0.6s;
	-o-transition: all 0.6s ease 0.6s;
	transition: all 0.6s ease 0.6s;
}

.hero-items .owl-nav button[type=button] {
	position: absolute;
	left: 75px;
	top: 50%;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	line-height: 30px;
	font-size: 60px;
	color: #ffffff;
}

.hero-items .owl-nav button[type=button].owl-next {
	left: auto;
	right: 75px;
}

.hero-items .owl-dots {
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 100%;
	text-align: center;
}

.hero-items .owl-dots button.owl-dot {
	height: 14px;
	width: 14px;
	background: #ffffff;
	border-radius: 50%;
	margin-right: 15px;
	position: relative;
}

.hero-items .owl-dots button.owl-dot.active:after {
	opacity: 1;
}

.hero-items .owl-dots button.owl-dot:after {
	position: absolute;
	left: -3px;
	top: -3px;
	height: 20px;
	width: 20px;
	border: 1px solid #ffffff;
	content: "";
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.hero-items .owl-dots button.owl-dot:last-child {
	margin-right: 0;
}

.single-hero-item {
	height:630px;
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

	.single-hero-item .hero-text {
		text-align: left;
		width: 50%;
		margin-top: -17%;
	}

.single-hero-item .hero-text h2 {
	color: #ffffff;
	text-transform: capitalize;
	font-family: futuralight;
	font-size: 20px;
	margin-bottom: 4px;
	position: relative;
	top: 30px;
	opacity: 0;
}

.single-hero-item .hero-text h1 {
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 16px;
	position: relative;
	top: 10px;
	opacity: 0;
}

.single-hero-item .hero-text .primary-btn {
	position: relative;
	top: 50px;
	opacity: 0;
}

.single-hero-item .hero-text .primary-btn:hover:after {
	opacity: 1;
}

.mission {
	padding-top:18px;
	position: absolute;
	left: 2%;
	top: 60%;
	width: 35%;
	z-index: 50;
	padding-left: 60px;
	padding-right: 60px;
}

.mission h2 {
	color: #ffffff;
	text-transform: capitalize;
	font-family: futuralight;
	font-size: 20px;
	line-height:30px;
}

/*---------------------
  Feature Item
-----------------------*/

.feature-item {
	text-align: center;
	height: 380px;
	margin-left: -15px;
	margin-right: -15px;
	padding: 130px 15px 15px;
	position: relative;
}
.feature-item {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.feature-section {
	background: #151515;
	width:100%;}

.feature-controls {
	text-align: center;
	margin-bottom: 45px;
}

.feature-controls ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 500;
	font-family: futuralight;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	margin-right: 45px;
	cursor: pointer;
	position: relative;
}

.feature-controls ul li.active {
	color: #e4381C;
}

.feature-controls ul li.active:after {
	opacity: 1;
}

.feature-controls ul li:after {
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 2px;
	background: #7D2719;
	content: "";
	opacity: 0;
}

.feature-controls ul li:last-child {
	margin-right: 0;
}

.feature-item {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.feature-item:hover:after,
.feature-item:hover:before {
	opacity: 1;
}

.feature-item:hover .gi-hover {
	opacity: 1;
	visibility: visible;
}

.feature-item:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #e4381C;
	content: "";
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.feature-item:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	content: "";
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.feature-item .gi-hover-warp {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9;
}

.feature-item .gi-hover {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.feature-item .gi-hover a {
	height: 60px;
	width: 60px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	display: inline-block;
	color: #ffffff;
}

.feature-item .gi-hover a:first-child {
	margin-right: 15px;
}

.feature-item .gi-hover h6 {
	color: #ffffff;
	margin-top: 25px;
}

.feature-item .gi-hover h6 span {
	font-family: futuralight;
	margin-top: 7px;
	display: block;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

/*---------------------
  Home About
-----------------------*/

.home-about {
	padding-top:3%;
	}

.home-about h3{
	padding-top:5.5%;
	color:#fff;
	
}
	.home-about h1 {
		padding-top: 5.5%;
		color: #fff;
	}

.about-text {
	padding-top: 0px;
}

.about-text h2 {
	font-size: 33px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 28px;
	
}

	.about-text h1 {
		font-size: 33px;
		font-weight: 600;
		color: #fff;
		margin-bottom: 28px;
	}

.about-text p.short-details {
	color: rgba(21,21,21,1);
	line-height: 28px;
	margin-bottom: 20px;
}

.about-text p.long-details {
	color: #fff;
	margin-bottom: 40px;
	line-height: 28px;

	
}

.about-text .primary-btn.about-btn:after {
	opacity: 1;
}

.about-img img {
	min-width: 100%;
}

/*---------------------
  Classes Section
-----------------------*/

.classes-section {
	background: #151515;
}

.classes-section.schedule-page .class-title {
	padding: 0;
}

.classes-section.schedule-page .class-title .section-title {
	margin-bottom: 65px;
}

.class-title {
	padding-top: 60px;
	padding-bottom: 62px;
}

.class-title .section-title h2 {
	font-weight: 500;
}

.classes-item {
	height: 480px;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 60px;
	padding-top: 162px;
	padding-right: 35px;
}

.classes-item:hover:before {
	opacity: 1;
}

.classes-item:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #F47D20;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.classes-item h4 {
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.classes-item p {
	color: #ffffff;
	margin-bottom: 38px;
}

.classes-item .primary-btn.class-btn {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #e16521), color-stop(0%, #F47D20)), -webkit-gradient(linear, left top, right top, color-stop(100%, #F47D20), color-stop(0%, #e16521));
	background-image: -o-linear-gradient(left, #e16521 100%, #F47D20 0%), -o-linear-gradient(left, #F47D20 100%, #e16521 0%);
	background-image: linear-gradient(to right, #e16521 100%, #F47D20 0%), linear-gradient(to right, #F47D20 100%, #e16521 0%);
}

.classes-item .primary-btn.class-btn:hover:after {
	opacity: 1;
}

/*---------------------
  Classes Time Table Section
-----------------------*/

.classtime-section {
	background: #1a1a1b;
	padding-top: 30px;
}

.classtime-section .section-title {
	margin-bottom: 48px;
}

.timetable-controls {
	text-align: center;
	margin-bottom: 40px;
}

.timetable-controls ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 600;
	font-family: futuralight;
	text-transform: uppercase;
	color:  #151515;
	display: inline-block;
	margin-right: 80px;
	cursor: pointer;
	position: relative;
}

.timetable-controls ul li.active {
	color: #F47D20;
}

.timetable-controls ul li.active:after {
	opacity: 1;
}

.timetable-controls ul li:after {
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 100%;
	height: 2px;
	background: #F47D20;
	content: "";
	opacity: 0;
}

.timetable-controls ul li:last-child {
	margin-right: 0;
}

.classtime-table .ts-item {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.classtime-table.filtering .ts-item {
	opacity: 0;
}

.classtime-table.filtering .ts-item.show {
	opacity: 1;
}

.classtime-table table {
	width: 100%;
	border: 1px solid #1f1f1f;
	background: #212121;
	text-align: center;
}

.classtime-table table thead tr th {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	font-family: futuralight;
	padding: 25px 5px;
}

.classtime-table table tbody {
	border-top: 1px solid #171717;
}

.classtime-table table tbody tr td {
	text-align: left;
	border-right: 1px solid #171717;
	border-bottom: 1px solid #171717;
	width: 600px;
	padding: 10px 10px 10px;
	position: relative;
	z-index: 1;
}

	.classtime-table table tbody tr td:after {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #171717;
		content: "";
		opacity: 0;
		z-index: -1;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

.classtime-table table tbody tr td.hover-bg:hover:after {
	opacity: 1;
}

.classtime-table table tbody tr td.hover-bg:hover h6 {
	color: #ffffff;
}

.classtime-table table tbody tr td.workout-time {
	font-size: 17px;
	color: #ffffff;
	font-weight: 800;
	font-family: futuralight;
}

.classtime-table table tbody tr td span {
	font-size: 16px;
	color: #ffffff;
	display: block;
	margin-bottom: 7px;
}

.classtime-table table tbody tr td h6 {
	color: #F47D20;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*---------------------
  Price Section
-----------------------*/

.price-section {
	padding-top: 90px;
	padding-bottom: 70px;
}

.price-section .section-title {
	text-align: center;
	margin-bottom: 36px;
}

.price-section .section-title p {
	color: #ffffff;
}

.price-section .toggle-option {
	text-align: center;
	margin-bottom: 50px;
}

.price-section .toggle-option li {
	list-style: none;
	display: inline-block;
	font-size: 16px;
	font-family: futuralight;
	color: #ffffff;
	letter-spacing: 1px;
	margin-right: 10px;
}

.price-section .toggle-option li:last-child {
	margin-right: 0;
}

.price-section .toggle-option li .switch {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 30px;
	margin-bottom: 0;
}

.price-section .toggle-option li .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.price-section .toggle-option li .switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.price-section .toggle-option li .switch .slider::before {
	position: absolute;
	content: "";
	height: 30px;
	width: 35px;
	right: 0;
	bottom: 0;
	background-color: white;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border-radius: 2px;
}

.price-section .toggle-option li .switch input:checked+.slider:before {
	-webkit-transform: translateX(-35px);
	-ms-transform: translateX(-35px);
	transform: translateX(-35px);
}

.single-price-plan {
	background: #ffffff;
	text-align: center;
	padding: 45px 0 50px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.single-price-plan h4 {
	color: #272727;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 34px;
}

.single-price-plan .price-plan {
	margin-bottom: 35px;
}

.single-price-plan .price-plan h2 {
	color: #272727;
	font-size: 48px;
	font-weight: 700;
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	display: inline-block;
}

.single-price-plan .price-plan h2 span {
	color: #272727;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 9px;
}

.single-price-plan .price-plan p {
	font-size: 16px;
	line-height: 20px;
	color: #272727;
	font-family: futuralight;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.single-price-plan ul {
	margin-bottom: 35px;
}

.single-price-plan ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 600;
	color: #272727;
	line-height: 42px;
}

.single-price-plan .primary-btn.price-btn {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #e16521), color-stop(0%, #F47D20)), -webkit-gradient(linear, left top, right top, color-stop(100%, #F47D20), color-stop(0%, #e16521));
	background-image: -o-linear-gradient(left, #e16521 100%, #F47D20 0%), -o-linear-gradient(left, #F47D20 100%, #e16521 0%);
	background-image: linear-gradient(to right, #e16521 100%, #F47D20 0%), linear-gradient(to right, #F47D20 100%, #e16521 0%);
	color: #F47D20;
}

.single-price-plan .primary-btn.price-btn:hover {
	color: #ffffff;
}

.single-price-plan .primary-btn.price-btn:hover:after {
	opacity: 1;
}

.single-price-plan .tic-text {
	width: 160px;
	height: 40px;
	background: #F47D20;
	position: absolute;
	right: -67px;
	top: -5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.single-price-plan .tic-text i {
	position: absolute;
	left: 69px;
	top: 15px;
	color: #ffffff;
}

/*---------------------
  Choseup Section
-----------------------*/

.chooseus-section {
	background: #1a1a1b;
	padding-top: 16px;
	padding-bottom: 50px;
}

.chooseus-section.schedule-page .section-title {
	text-align: center;
}

.chooseus-section.schedule-page .choose-item {
	text-align: center;
}

.chooseus-section .section-title {
	margin-bottom: 52px;
}

.choose-item {
	margin-bottom: 60px;
	text-align: center;
}

.choose-item h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 25px;
}

.choose-item p {
	color: #7b7b7b;
	font-weight: 500;
}

/*---------------------
  Video Section
-----------------------*/

.injury-section {
	text-align: center;
	height: 300px;
}

.injury-section .injury-text {
	text-align: center;
	padding-top: 150px;
}

.injury-section .injury-text h2 {
	font-size: 35px;
	color: #ffffff;
	font-weight:500;
	text-transform: uppercase;
	margin-bottom: 42px;
}

.injury-section .injury-text .play-btn {
	display: inline-block;
	height: 60px;
	width: 60px;
	font-size: 22px;
	background: #ffffff;
	text-align: center;
	line-height: 62px;
	color: #F47D20;
	border-radius: 50%;
	position: relative;
	padding-left: 5px;
}

.injury-section .injury-text .play-btn:after {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 70px;
	height: 70px;
	background: #ffffff;
	opacity: 0.3;
	border-radius: 50%;
	content: "";
}

/*---------------------
  Blog Section
-----------------------*/

.blog-section {
	background: #1a1a1b;
	padding-top: 27px;
	padding-bottom: 27px;
}

.blog-section .section-title {
	margin-bottom: 55px;
}

.blog-item {
	position: relative;
	margin-bottom: 30px;
}

.blog-item:hover .play-btn {
	opacity: 1;
	visibility: visible;
}

.blog-item.large-item {
	height:500px;
}

.blog-item.large-item.xl-large {
	height: 440px;
}

.blog-item.large-item.xls-large {
	height: 500px;
}

.blog-item.large-item.m-item {
	height: 400px;
}

.blog-item.small-item {
	height: 260px;
}

.blog-item.sm-item {
	height: 330px;
}

.blog-item.sms-item {
	height: 320px;
}

.blog-item .blog-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
}

.blog-item .blog-text .categories {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}

.blog-item .blog-text h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	margin-top: 10px;
}

	.blog-item.instagram-item {
		background: #282829;
		padding: 30px 30px 30px;
		/*height: 485px;*/
	}

.blog-item.instagram-item .instagram-text {
	display: block;
}

.blog-item.instagram-item .instagram-text .categories {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
}

.blog-item.instagram-item .instagram-text .categories i {
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

.blog-item.instagram-item .instagram-text h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 200;
	margin-top: 0px;
	text-transform: none;
	line-height: 1.5;
	text-align: left;
}

.blog-item .play-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.blog-item .play-btn .play-in-btn {
	display: inline-block;
	height: 60px;
	width: 60px;
	font-size: 22px;
	background: #ffffff;
	text-align: center;
	line-height: 62px;
	color: #F47D20;
	border-radius: 50%;
	position: relative;
	padding-left: 5px;
}

.blog-item .play-btn .play-in-btn:after {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 70px;
	height: 70px;
	background: #ffffff;
	opacity: 0.3;
	border-radius: 50%;
	content: "";
}


/*---------------------
  Footer Section
-----------------------*/

.footer-section {
	background: #000;
	padding-top: 52px;
}

.footer-logo-item {
	margin-bottom: 30px;
}

.footer-logo-item .f-logo {
	margin-bottom: 20px;
}

.footer-logo-item .f-logo a {
	display: inline-block;
}

.footer-logo-item p {
	color: #fff;
	margin-bottom: 22px;
}

	.footer-logo-item .social-links h6 {
		color: #fff;
		font-weight: 500;
		text-transform: uppercase;
		margin-bottom: 20px;
	}

.footer-logo-item .social-links a {
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	margin-right: 32px;
}

	.footer-logo-item .social-links a:hover {
		color: #728291;
	}

.footer-logo-item .social-links a:last-child {
	margin-right: 0;
}

.footer-widget {
	margin-bottom: 30px;
	/* margin-top:12%; */
}

	.footer-widget h5 {
		font-size: 20px;
		font-weight: 500;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 40px;
	}

.footer-widget .footer-blog .fb-item {
	display: block;
	margin-bottom: 20px;
}

.footer-widget .footer-blog .fb-item:hover h6 {
	color: #F47D20;
}

.footer-widget .footer-blog .fb-item h6 {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 12px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.footer-widget .footer-blog .fb-item span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	color: #afb4bf;
}

.footer-widget .footer-blog .fb-item span i {
	color: #F47D20;
	margin-right: 5px;
}

.footer-widget .workout-program li {
	list-style: none;
}

.footer-widget .workout-program li a {
	display: block;
	font-size: 16px;
	font-family: futuralight;
	color: #fff;
	line-height: 19px;
	margin-bottom: 12px;
}

.footer-widget .footer-info li {
	list-style: none;
	font-size: 16px;
	color: #fff;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
}

.footer-widget .footer-info li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	color: #fff;
}

.footer-widget .footer-info li span {
	color: #ffffff;
	display: block;
	font-family: futuralight;
	font-weight: 500;
}

/*---------------------
  Cta Section
-----------------------*/

.cta-section {
	background: -o-linear-gradient(45deg, #e16521, #F47D20);
	background: #282829;
	padding: 38px 0 28px 0;
}

.cta-section .cta-text {
	float: left;
}

.cta-section .cta-text h2 {
	font-size: 38px;
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

	.cta-section .cta-text h1 {
		font-size: 38px;
		font-weight: 600;
		margin-bottom: 18px;
		text-transform: uppercase;
		color: #ffffff;
		text-align: center;
	}

	.cta-section .cta-text h5 {
		color: #ffffff;
		margin-bottom: 0;
		font-size: 20px;
		font-weight: 200;
		text-transform: none;
	}

.cta-section .primary-btn.cta-btn {
	float: left;
	border-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #ffffff), to(#ffffff)), -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(0%, #ffffff));
	background-image: -o-linear-gradient(left, #ffffff 100%, #ffffff 100%), -o-linear-gradient(left, #ffffff 0%, #ffffff 0%);
	background-image: linear-gradient(to right, #ffffff 100%, #ffffff 100%), linear-gradient(to right, #ffffff 0%, #ffffff 0%);
	margin-top: 24px;
}


/*---------------------
  subscribe Section
-----------------------*/


.subscribe {
	width: 100%;
	padding: 7px 0 0 40px;
	position: relative;
	top: 0px;
}

.subscribe .open-time {
	overflow: hidden;
	margin-bottom: 10px;
}

.subscribe .open-time h5 {
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	text-transform: uppercase;
	float: left;
}

.subscribe .open-time ul {
	float: right;
}

.subscribe .open-time ul li {
	font-size: 14px;
	color: #000000;
	list-style: none;
	font-weight: 600;
	line-height: 30px;
	position: relative;
	padding-right: 108px;
}

.subscribe .open-time ul li span {
	position: absolute;
	right: 0;
	top: 0;
}

.subscribe .subscribe-form h5 {
	font-size: 20px;
	color: rgba(255,255,255,1);
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top:-2.5%;
}

.subscribe .subscribe-form form input {
	width: calc(53% - 20px);
	margin-right: 20px;
	float: left;
	height: 40px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #272727;
	border: 1px solid #e1e1e1;
	padding-left: 20px;
	border-radius: 2px;
}

.subscribe .subscribe-form form input.phone {
	width: 47%;
	margin-right: 0;
}

.subscribe .subscribe-form form input::-webkit-input-placeholder {
	color: #272727;
	font-weight: 600;
}

.subscribe .subscribe-form form input::-moz-placeholder {
	color: #272727;
	font-weight: 600;
}

.subscribe .subscribe-form form input:-ms-input-placeholder {
	color: #272727;
	font-weight: 600;
}

.subscribe .subscribe-form form input::-ms-input-placeholder {
	color: #272727;
	font-weight: 600;
}

.subscribe .subscribe-form form input::placeholder {
	color: #272727;
	font-weight: 600;
}

.subscribe .subscribe-form form textarea {
	width: 100%;
	background: #ffffff;
	height: 45px;
	resize: none;
	font-size: 16px;
	color: #272727;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 18px;
}

.subscribe .subscribe-form form textarea::-webkit-input-placeholder {
	color: #272727;
	font-weight: 600;
}

.subscribe .subscribe-form form textarea::-moz-placeholder {
	color: #272727;
	font-weight: 600;
}

.subscribe .subscribe-form form textarea:-ms-input-placeholder {
	color: #272727;
	font-weight: 600;
}

.subscribe .subscribe-form form textarea::-ms-input-placeholder {
	color:#272727;
	font-weight: 600;
}

.subscribe .subscribe-form form textarea::placeholder {
	color: #272727;
	font-weight: 600;
}

.subscribe .site-btn {
	display: inline-block;
	font-size: 12px;
	font-family: futuralight;
	font-weight: 600;
	padding: 0 12px;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	background: rgba(255,255,255,1);
	width: 127px;
	height: 40px;
	border-left: 2px solid #e16521;
	border-right: 2px solid #F47D20;
	border-top: none;
	border-bottom: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #e16521), color-stop(0%, #F47D20)), -webkit-gradient(linear, left top, right top, from(#e16521), color-stop(0%, #F47D20));
	background-image: -o-linear-gradient(left, #e16521 100%, #F47D20 0%), -o-linear-gradient(left, #e16521 0%, #F47D20 0%);
	background-image: linear-gradient(to right, #e16521 100%, #F47D20 0%), linear-gradient(to right, #e16521 0%, #F47D20 0%);
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	line-height: 38px;
	position: relative;
	z-index: 1;
	border-radius: 4px;
}

.policy a {
	color: #F47D20;
	display: inline-block;
	font-size: 14px;
	margin-right: 32px;
	margin-top:6%;
	text-decoration:underline;
}

.policy a:hover {
	color: #fff;

}

.copyright-text {
	background: #000000;
	border-top: 1px solid #0a0a0a;
	padding: 20px 0;
	margin-top: 20px;
}

.copyright-text .ct-inside {
	font-size: 14px;
	color: #fff;
}

.copyright-text .ct-inside a {
	font-weight: 600;
	color: #fff;
}

/* ----------------------------------- Other Pages Styles ------------------------------*/

/*---------------------
  Breadcrumb Section
-----------------------*/

.breadcrumb-section {
	padding-bottom: 105px;
}

.breadcrumb-text {
	text-align: center;
}

.breadcrumb-text h2 {
	font-size: 48px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.breadcrumb-text .breadcrumb-controls a {
	font-size: 16px;
	color: #ffffff;
	margin-right: 15px;
	position: relative;
}

.breadcrumb-text .breadcrumb-controls a:after {
	position: absolute;
	right: -13px;
	top: -2px;
	content: "";
	font-family: "FontAwesome";
	font-size: 16px;
	color: #ffffff;
}

.breadcrumb-text .breadcrumb-controls a i {
	margin-right: 2px;
}

.breadcrumb-text .breadcrumb-controls span {
	font-size: 16px;
	color: #ffffff;
}

/*---------------------
  AboutUs Section
-----------------------*/

.aboutus-section {
	background: #151515;
	padding-top: 90px;
	padding-bottom: 80px;
}

.aboutus-page-text .section-title {
	text-align: center;
	margin-bottom: 45px;
}

.aboutus-page-text img {
	margin-bottom: 54px;
}

.aboutus-page-text .about-us h4 {
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.aboutus-page-text .about-us p {
	color: #ffffff;
	line-height: 26px;
}

.aboutus-page-text .about-quality h4 {
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.aboutus-page-text .about-quality p {
	color: #ffffff;
	line-height: 22px;
}

.aboutus-page-text .about-quality ul li {
	list-style: none;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
	margin-bottom: 10px;
}

.aboutus-page-text .about-quality ul li i {
	color: #F47D20;
	display: inline-block;
	margin-right: 9px;
}

/*---------------------
  Testimonial Section
-----------------------*/

.testimonial-section {
	padding-bottom: 130px;
}

.testimonial-slider .ts-item {
	text-align: center;
}

.testimonial-slider .ts-item .rating {
	margin-bottom: 16px;
}

.testimonial-slider .ts-item .rating i {
	font-size: 20px;
	color: #ffca04;
	display: inline-block;
}

.testimonial-slider .ts-item h4 {
	color: #ffffff;
	line-height: 34px;
	font-family: futuralight;
	margin-bottom: 20px;
}

.testimonial-slider .ts-item .author-name {
	margin-bottom: 28px;
}

.testimonial-slider .ts-item .author-name h5 {
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 4px;
}

.testimonial-slider .ts-item .author-name span {
	display: inline-block;
	color: #ffffff;
}

.testimonial-slider .ts-item .author-pic img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	margin: 0 auto;
}

.testimonial-slider .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -41px;
	width: 100%;
}

.testimonial-slider .owl-dots button.owl-dot {
	height: 4px;
	width: 20px;
	background: #ffffff;
	border-radius: 50px;
	margin-right: 10px;
}

.testimonial-slider .owl-dots button.owl-dot.active {
	background: #F47D20;
}

.testimonial-slider .owl-dots button.owl-dot:last-child {
	margin-right: 0;
}

/*---------------------
  product Section
-----------------------*/

.product-section {
	background: #151515;
	width:100%;}

.product-controls {
	text-align: center;
	margin-bottom: 45px;
}

.product-controls ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 500;
	font-family: futuralight;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	margin-right: 45px;
	cursor: pointer;
	position: relative;
}

.product-controls ul li.active {
	color: #e4381C;
}

.product-controls ul li.active:after {
	opacity: 1;
}

.product-controls ul li:after {
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 2px;
	background: #7D2719;
	content: "";
	opacity: 0;
}

.product-controls ul li:last-child {
	margin-right: 0;
}

.product-item {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.product-item:hover:after,
.product-item:hover:before {
	opacity: 1;
}

.product-item:hover .gi-hover {
	opacity: 1;
	visibility: visible;
}

.product-item:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #e4381C;
	content: "";
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.product-item:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	content: "";
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.product-item .gi-hover-warp {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9;
}

.product-item .gi-hover {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.product-item .gi-hover a {
	height: 60px;
	width: 60px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	display: inline-block;
	color: #ffffff;
}

.product-item .gi-hover a:first-child {
	margin-right: 15px;
}

.product-item .gi-hover h6 {
	color: #ffffff;
	margin-top: 25px;
}

.product-item .gi-hover h6 span {
	font-family: futuralight;
	margin-top: 7px;
	display: block;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}
/*---------------------
  software Section
-----------------------*/

.software-section {
	background: #1a1a1b;
	padding-top: 140px;
	padding-bottom: 70px;
}

.software-section .section-title {
	text-align: center;
	margin-bottom: 45px;
}

.software-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.software-item:hover .ti-pic .ti-links {
	left: 20px;
}

.software-item .ti-pic img {
	min-width: 100%;
}

.software-item .ti-pic .ti-links {
	position: absolute;
	left: -50px;
	top: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.software-item .ti-pic .ti-links a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 16px;
	color: #afb4bf;
	background: #ffffff;
	margin-bottom: 10px;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.software-item .ti-pic .ti-links a:hover {
	background: -o-linear-gradient(45deg, #e16521, #F47D20);
	background: linear-gradient(45deg, #e16521, #F47D20);
	color: #ffffff;
}

.software-item .ti-pic .software-text {
	position: absolute;
	left: 0;
	bottom: 0;
	background: -o-linear-gradient(45deg, #e16521, #F47D20);
	background: linear-gradient(45deg, #e16521, #F47D20);
	width: 100%;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 12px;
	-webkit-clip-path: polygon(0 0, 100% 0%, 81% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0%, 81% 0, 100% 100%, 0 100%);
}

.software-item .ti-pic .software-text h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
}

.software-item .ti-pic .software-text h5 span {
	font-size: 14px;
	color: #ffffff;
	font-family: futuralight;
}


/*---------------------
  hardware Section
-----------------------*/

.hardware-section {
	background: #151515;
	padding-bottom: 70px;
	padding-top: 95px;
}

.hardware-controls {
	text-align: center;
	margin-bottom: 45px;
}

.hardware-controls ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 500;
	font-family: futuralight;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	margin-right: 45px;
	cursor: pointer;
	position: relative;
}

.hardware-controls ul li.active {
	color: #e4381C;
}

.hardware-controls ul li.active:after {
	opacity: 1;
}

.hardware-controls ul li:after {
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 2px;
	background: #7D2719;
	content: "";
	opacity: 0;
}

.hardware-controls ul li:last-child {
	margin-right: 0;
}

.hardware-item {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.hardware-item:hover:after,
.hardware-item:hover:before {
	opacity: 1;
}

.hardware-item:hover .gi-hover {
	opacity: 1;
	visibility: visible;
}

.hardware-item:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #e4381C;
	content: "";
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.hardware-item:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	content: "";
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.hardware-item .gi-hover-warp {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9;
}

.hardware-item .gi-hover {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.hardware-item .gi-hover a {
	height: 60px;
	width: 60px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	display: inline-block;
	color: #ffffff;
}

.hardware-item .gi-hover a:first-child {
	margin-right: 15px;
}

.hardware-item .gi-hover h6 {
	color: #ffffff;
	margin-top: 25px;
}

.hardware-item .gi-hover h6 span {
	font-family: futuralight;
	margin-top: 7px;
	display: block;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}


/*---------------------
  Blog Page Section
-----------------------*/

.blog-section.blog-page {
	padding-top: 100px;
	padding-bottom: 100px;
}

.blog-option {
	margin-top: 30px;
}

.blog-option .blog-pagination {
	font-size: 16px;
	color: #ffffff;
	float: left;
}

.blog-option .blog-pagination a {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-option .blog-pagination a.active {
	background: -o-linear-gradient(45deg, #e16521, #F47D20);
	background: linear-gradient(45deg, #e16521, #F47D20);
}

.blog-option .blog-pagination a:hover {
	background: -o-linear-gradient(45deg, #e16521, #F47D20);
	background: linear-gradient(45deg, #e16521, #F47D20);
}

.blog-option .blog-pagination a:first-child {
	margin-right: 14px;
}

.blog-option .blog-pagination a:last-child:hover {
	background: transparent;
}

.blog-option .blog-pagination i {
	font-size: 18px;
}

.blog-option .blog-option-right {
	float: right;
}

.blog-option .blog-option-right .blog-result {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	line-height: 42px;
	margin-right: 39px;
}

.blog-option .blog-option-right .show-result {
	display: inline-block;
	width: 144px;
	height: 40px;
	border: 1px solid #ecedee;
	border-radius: 3px;
}

.blog-option .blog-option-right .show-result p {
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	font-size: 14px;
	padding: 8px 0 0 20px;
}

.blog-option .blog-option-right .nice-select {
	float: right;
	border-radius: 2px;
	background: transparent;
	border: none;
	font-size: 14px;
	color: #ffffff;
	padding-right: 45px;
	padding-left: 0;
}

.blog-option .blog-option-right .nice-select:after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	height: 7px;
	right: 25px;
	top: 46%;
	width: 7px;
}

.blog-option .blog-option-right .nice-select .list {
	width: 100%;
}

.blog-option .blog-option-right .nice-select .list .option {
	color: #222222;
}

/*---------------------
  Blog Single Hero
-----------------------*/

.blog-single-hero {
	height: 500px;
	padding-top: 176px;
}

.bs-hero-text h2 {
	color: #ffffff;
	font-weight: 500;
	line-height: 48px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.bs-hero-text ul li {
	list-style: none;
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	margin-right: 58px;
	position: relative;
}

.bs-hero-text ul li:after {
	position: absolute;
	right: -33px;
	top: 0;
	content: "|";
	font-size: 16px;
	color: #ffffff;
}

.bs-hero-text ul li:last-child {
	margin-right: 0;
}

.bs-hero-text ul li:last-child:after {
	display: none;
}

/*---------------------
  Blog Single Section
-----------------------*/

.blog-single-section {
	background: #151515;
	padding-top: 65px;
}

.blog-single-text .blog-text {
	margin-bottom: 40px;
}

.blog-single-text .blog-text p {
	color: #ffffff;
	line-height: 28px;
}

.blog-single-text .blog-pic {
	margin-bottom: 24px;
}

.blog-single-text .blog-pic img {
	margin-bottom: 20px;
	min-width: 100%;
}

.blog-single-text .blog-title {
	margin-bottom: 35px;
}

.blog-single-text .blog-title h4 {
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 18px;

}

.blog-single-text .blog-title p {
	color: #ffffff;
	line-height: 28px;
}

.blog-single-text .blog-quote {
	padding-left: 50px;
	position: relative;
	margin-bottom: 40px;
}

.blog-single-text .blog-quote i {
	font-size: 26px;
	color: #F47D20;
	position: absolute;
	left: 0;
	top: 5px;
}

.blog-single-text .blog-quote .quote-text {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	font-style: italic;
	line-height: 28px;
	margin-bottom: 13px;
}

.blog-single-text .blog-quote h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
}

.blog-single-text .blog-more-title {
	margin-bottom: 42px;
}

.blog-single-text .blog-more-title h4 {
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 18px;
}

.blog-single-text .blog-more-title p {
	color: #ffffff;
	line-height: 28px;
}

.blog-single-text .blog-tag-share {
	overflow: hidden;
}

.blog-single-text .blog-tag-share .tags {
	float: left;
}

.blog-single-text .blog-tag-share .tags a {
	display: inline-block;
	font-size: 13px;
	color: #252525;
	text-transform: uppercase;
	background: #ffffff;
	padding: 5px 20px 4px;
	border: 1px solid #000000;
	margin-right: 10px;
}

.blog-single-text .blog-tag-share .social-share {
	float: right;
}

.blog-single-text .blog-tag-share .social-share span {
	font-size: 14px;
	color: #ffffff;
}

.blog-single-text .blog-tag-share .social-share a {
	display: inline-block;
	color: #a6a6a6;
	margin-left: 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-single-text .blog-tag-share .social-share a:hover {
	color: #F47D20;
}

.blog-single-sidebar .bs-latest-news {
	margin-bottom: 74px;
}

.blog-single-sidebar .bs-latest-news h4 {
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.blog-single-sidebar .bs-latest-news .bl-item {
	position: relative;
	background: #ffffff;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	border-radius: 4px;
	margin-bottom: 20px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.blog-single-sidebar .bs-latest-news .bl-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffffff;
	opacity: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.blog-single-sidebar .bs-latest-news .bl-item:hover:after {
	opacity: 0;
}

.blog-single-sidebar .bs-latest-news .bl-item:hover h5 {
	color: #ffffff;
}

.blog-single-sidebar .bs-latest-news .bl-item:hover span {
	color: #ffffff;
}

.blog-single-sidebar .bs-latest-news .bl-item h5 {
	color: #151515;
	font-weight: 500;
	line-height: 26px;
	position: relative;
	z-index: 9;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-single-sidebar .bs-latest-news .bl-item span {
	display: inline-block;
	font-weight: 14;
	color: #151515;
	position: relative;
	z-index: 9;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-single-sidebar .bs-recent-news h4 {
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.blog-single-sidebar .bs-recent-news .br-item {
	overflow: hidden;
	margin-bottom: 20px;
	display: block;
}

.blog-single-sidebar .bs-recent-news .br-item .bi-pic {
	float: left;
	margin-right: 20px;
}

.blog-single-sidebar .bs-recent-news .br-item .bi-pic img {
	border-radius: 3px;
}

.blog-single-sidebar .bs-recent-news .br-item .bi-text {
	display: table;
	padding-top: 8px;
}

.blog-single-sidebar .bs-recent-news .br-item .bi-text span {
	display: inline-block;
	font-weight: 14;
	color: #ffffff;
}

.blog-single-sidebar .bs-recent-news .br-item .bi-text h5 {
	color: #ffffff;
	font-weight: 500;
	line-height: 26px;
}

.recent-news {
	padding-top: 80px;
	margin-bottom: 74px;
}

.recent-news h4 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 35px;
}

.recent-item {
	height: 300px;
	position: relative;
}

.recent-item .recent-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
}

.recent-item .recent-text .categories {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}

.recent-item .recent-text h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	margin-top: 10px;
}

.leave-comment-form h4 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 36px;
}

.leave-comment-form form input {
	width: 100%;
	height: 48px;
	border-radius: 2px;
	background: #2d2d2d;
	border: none;
	padding-left: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #a6a6a6;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #131313;
}

.leave-comment-form form input::-webkit-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form input::-moz-placeholder {
	font-weight: 600;
}

.leave-comment-form form input:-ms-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form input::-ms-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form input::placeholder {
	font-weight: 600;
}

.leave-comment-form form input:focus {
	background: #ffffff;
	color: #151515;
	font-weight: 600;
}

.leave-comment-form form textarea {
	width: 100%;
	height: 198px;
	border-radius: 2px;
	background: #2d2d2d;
	border: none;
	padding-left: 20px;
	padding-top: 15px;
	font-size: 16px;
	color: #a6a6a6;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	resize: none;
	margin-bottom: 32px;
	border: 1px solid #131313;
}

.leave-comment-form form textarea::-webkit-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form textarea::-moz-placeholder {
	font-weight: 600;
}

.leave-comment-form form textarea:-ms-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form textarea::-ms-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form textarea::placeholder {
	font-weight: 600;
}

.leave-comment-form form textarea:focus {
	background: #ffffff;
	color: #151515;
	font-weight: 600;
}

.leave-comment-form form .leave-btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	background: -o-linear-gradient(45deg, #e16521, #F47D20);
	background: linear-gradient(45deg, #e16521, #F47D20);
	padding: 10px 47px;
	border: none;
	font-family: futuralight;
	border: 1px solid #000000;
	border-radius: 2px;
}

/*---------------------
  Contact Map Section
-----------------------*/

.contact-map {
	height: 530px;
	position: relative;
}

.contact-map iframe {
	width: 100%;
}

.contact-map .map-hover {
	background: #ffffff;
	display: inline-block;
	padding: 20px 40px 20px 28px;
	position: absolute;
	left: 50%;
	top: 130px;
	-webkit-box-shadow: 6px 6px 50px rgba(0, 0, 0, 0.2);
	box-shadow: 6px 6px 50px rgba(0, 0, 0, 0.2);
}

.contact-map .map-hover:after {
	position: absolute;
	left: 107px;
	bottom: -20px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 28px solid #ffffff;
	content: "";
}

.contact-map .map-hover h5 {
	font-size: 20px;
	color: #252525;
	font-weight: 500;
	margin-bottom: 10px;
}

.contact-map .map-hover ul li {
	font-size: 14px;
	color: #151515;
	line-height: 20px;
	list-style: none;
}

.contact-map .map-hover i {
	font-size: 48px;
	color: #F47D20;
	position: absolute;
	left: 98px;
	bottom: -72px;
}




.teamHover {
	background: #282829;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 5px 5px 5px;
	overflow: hidden;
	left: 0;
	bottom: -100%;
	transition: all .5s ease 0s;
	border-radius: 12px;
}

.choose-item:hover .teamHover {
	bottom: 30px;
	visibility: visible;
	opacity: 1;
}

.choose-item .tital_head {
	color: #fff;
	font-family: "Circular Std";
	font-size: 15px;
	font-weight: 400;
	text-align: center;
}

.round10 {
	border-radius: 10px;
}
.transition {
	transition: all .5s ease;
}
.mobile-porfolio-grid {
	background: #282829;
	height: 407px;
	margin: 0 0 50px 0;
	padding: 10px 15px 0;
	position: relative;
	border: 1px solid #474444;
}
.mobile-porfolio-grid {
	cursor: pointer;
	top: 0;
}
	.mobile-porfolio-grid:hover {
		top: -7px;
		background-color: #282829;
	}
.mobile-client-name {
	font-size: 25px;
	/*text-transform: uppercase;*/
	text-align: center;
	margin-top: 15px;
	font-weight: 600;
}
.mobile-porfolio-grid .mobile-client-name {
	font-family: sans-serif;
	font-weight: 600;
	margin-top: 12px;
	color: #fff;
}
.mobile-porfolio-grid .devices.web > div {
	vertical-align: middle;
}
.mobile-porfolio-grid .devices {
	width: 100%;
	height: 286px;
	display: table;
}
	.mobile-porfolio-grid .devices > div {
		display: table-cell;
		vertical-align: bottom;
	}
	.mobile-porfolio-grid .devices img {
		max-height: 286px;
		width: 100%;
	}
	.mobile-porfolio-grid .devices.mobile img {
		max-width: 182px;
	}
	.mobile-porfolio-grid .devices.web img {
		max-width: 410px;
	}
.mobilegrid-hover {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 50px 20px 55px;
	visibility: hidden;
	left: 0;
	bottom: -100%;
	transition: all .5s ease 0s;
}
.mobile-porfolio-grid .mobilegrid-hover {
	background-color: #1a1a1b;
	opacity: 1;
	visibility: visible;
	padding: 15px;
	height: 57px;
	bottom: 0;
	box-shadow: 0 0 30px rgb(21 21 21 / 12%);
	border-radius: 8px;
}
.mobileproject-descrption .mobilep-des-info {
	height: 89px;
	overflow: hidden;
	margin-bottom: 15px;
}
	.mobileproject-descrption .mobilep-des-info p {
		font-family: proxima-nova,sans-serif;
		font-weight: 700;
		font-size: 20px;
		color: #fff;
		line-height: 28px;
		margin-bottom: 0;
		text-align: center;
	}

.mobile-porfolio-grid:hover .mobilegrid-hover {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.mobile-porfolio-grid:hover .mobilegrid-hover {
	opacity: 1;
}
.mobile-porfolio-grid .mobilegrid-hover:after {
	content: '';
	position: absolute;
	left: 0;
	width: 0%;
	bottom: 0;
	height: 4px;
	background: #728291;
	transition: all .5s ease;
}
.mobile-porfolio-grid:hover .mobilegrid-hover:after {
	width: 100%;
}

.konstant_partnership {
	background: #1a1a1b;
	padding-top: 0px;
}
.selected .fadeInUp {
	animation-name: fadeInUp;
}
.konstant_partnership.web-dev .main-content-block {
	padding-top: 0px;
	margin-bottom: 30px;
}
.main-content-block h2 {
	font-family: sans-serif;
	font-weight: 600;
	font-size: 38px;
	color: #fff;
	margin: 0;
	line-height: 50px;
	text-align: center;
	margin-bottom: 11px;
}
.main-content-block h1 {
	font-family: sans-serif;
	font-weight: 600;
	font-size: 38px;
	color: #fff;
	margin: 0;
	line-height: 50px;
	text-align: center;
	margin-bottom: 11px;
}
.main-content-block .title-bar {
	font-family: proxima-nova,sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	margin: 0;
	text-align: center;
	text-transform: none;
	letter-spacing: 1px;
	background: url(https://d3mds3ychln71.cloudfront.net/img/title-bg.png) no-repeat bottom center;
	padding-bottom: 20px;
}
.mt30 {
	margin-top: 30px !important;
}
.soultionWeb {
	background: #282829;
}
.resource-list-block {
	width: 100%;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 20px;
}
.collaborativeBlock {
	display: block;
	padding-top: 28px;
}
	.collaborativeBlock h2, .engangementModels h2, .headingProvider h2 {
		color: #fff;
		font-size: 42px;
		font-family: proxima-nova,sans-serif;
		font-weight: 300;
	}
.soultionWeb .collaborativeBlock p {
	color: #efecec;
	font-size: 16px;
	font-family: 'Circular Std Book';
	line-height: 23px;
}
.collaborativeBlock ul {
	padding: 0;
	list-style: none;
	margin-top: 30px;
}
.collaborativeBlock li {
	font-size: 19px;
	font-family: proxima-nova,sans-serif;
	font-weight: 600;
	color: #efecec;
	margin-bottom: 10px;
}


.location_sec {
	background: #1a1a1b;
	padding-bottom: 181px;
}

.location_inr_block {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
	padding-top: 0px;
}

	.location_inr_block ul {
		padding: 0;
		margin: 0;
	}

	.location_inr_block li {
		list-style: none;
		display: inline-block;
		padding: 0 37px;
		position: relative;
		vertical-align: middle;
	}

.careerIcon {
	background: url(https://d3mds3ychln71.cloudfront.net/img/sprite.png) no-repeat;
	display: block;
	width: 62px;
	height: 70px;
	margin: 0 auto 0 auto;
}

.location_inr_block li .careerIcon {
	height: 43px;
}

	.location_inr_block li .careerIcon.location_icon {
		background-position: -1427px 0;
		text-align: center;
	}

	.location_inr_block li .careerIcon.depart_icon {
		background-position: -1504px 0;
		text-align: center;
	}

	.location_inr_block li .careerIcon.jobtype_icon {
		background-position: -1593px 0;
		text-align: center;
	}
.location_inr_block li:last-child:after {
	background: 0 0;
}

.apply_Now_btn {
	background: #000;
	font-family: proxima-nova,sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 19px 23px;
	display: inline-block;
	color: #fff;
}

.email-link-btn {
	padding: 14px 15px 12px 15px;
	line-height: 15px;
}

	.email-link-btn span {
		text-transform: lowercase;
		font-size: 13px;
	}

.location_Name {
	font-size: 16px;
	color: #fff;
	font-family: proxima-nova,sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .8px;
	padding-top: 17px;
}

	.location_Name span {
		font-size: 20px;
		color: #fff;
		display: block;
		text-transform: none;
	}

.location_inr_block li:after {
	content: "";
	position: absolute;
	background: url(https://d3mds3ychln71.cloudfront.net/img/right-seperater.png) no-repeat;
	width: 3px;
	height: 135px;
	right: 0;
	top: 0;
}
.duties {
	background: #1a1a1b;
	border-radius: 8px;
	padding: 32px 25px;
	box-shadow: 0 1px 4px #ddd;
	margin-top: -108px;
}
	.duties h5 {
		font-size: 20px;
		color: #fff;
		font-family: futuralight;
		font-weight: 600;
		padding: 0 0 32px 0;
		margin: 0;
	}
	.duties ul {
		padding: 0;
		margin: 0;
	}
	.duties li {
		list-style: none;
		color: #fff;
		font-size: 18px;
		font-family: futuralight;
		font-weight: 400;
		background: url(https://d3mds3ychln71.cloudfront.net/img/bullets.png) no-repeat scroll 0 10px;
		padding-left: 27px;
		padding-bottom: 21px;
		line-height: 27px;
	}

section#home2 {
	background-color: #282829;
}
.mainBanner {
	/* height: 90vh; */
	width: 100%;
	overflow: hidden;
	position: relative;
}
/*.mainBanner, .whatWeDoHolder, .latestProjects, .partOfDiyar {
	margin-bottom: 60px;
}*/
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.mainBanner .swiper-slide {
	width: 100% !important;
	/* height: 90vh; */
}
/*.videoHolder {
	position: relative;
	min-width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}*/
/*a.playVideo {
	display: none;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(../images/video-play.svg);
	background-position: center center;
	background-size: 100px 100px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	z-index: 2;
}*/
video {
	width: 100%;
	min-height: 100%;
}

/*---------------------------- Other Pages Styles ------------------------------*/


@media(max-width:1366px){

h3.title {
    font-size: 2.8em;
}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}

}




/* Medium Device : 1200px */

@media only screen and (max-width: 1199px) {
	.header-section {
		padding-left: 0;
		padding-right: 0;
	}

	.nav-menu {
		text-align: right;
		width: 82%;
		margin-top: 0.8%;
	}

		.nav-menu li {
			margin-left: -10px;
		}

	.top-social {
		width: 17%;
	}

		.top-social a {
			margin-left: 15px;
		}

	.mission {
		top: 27%;
		width: 55%;
	}

	.about-text {
		margin-bottom: 30px;
		margin-top: -20px;
	}

		.about-text h2 {
			margin-bottom: 18px;
			margin-top: 18px;
		}

		.about-text h1 {
			margin-bottom: 18px;
			margin-top: 18px;
		}

		.about-text p.short-details {
			line-height: 19px;
		}

		.about-text p.long-details {
			line-height: 19px;
		}

	.blog-item.instagram-item .instagram-text h5 {
		font-size: 17px;
		line-height: 27px;
	}

	p {
		line-height: 20px;
		font-size: 15px;
	}
	ol {
		font-size: 15px;
	}

	.injury-section .injury-text h2 {
		font-size: 25px;
	}


	.primary-btn {
		/*margin-top: 55%;*/
	}

	@media only screen and (max-width: 825px) {
		.header-section {
			padding-left: 0;
			padding-right: 0;
		}

		.nav-menu {
			text-align: right;
		}

			.nav-menu .mainmenu ul li {
				margin-right: 25px;
			}

				.nav-menu .mainmenu ul li .dropdown {
					left: auto;
					right: 0;
				}

		.nav-menu {
			text-align: right;
			width: 100%;
			padding-top: 4%;
		}

			.nav-menu li {
				margin-left: -18px;
			}

		.top-social {
			display: none;
		}

		.hero-items .owl-nav button[type=button] {
			left: 15px;
		}

			.hero-items .owl-nav button[type=button].owl-next {
				right: 15px;
			}

		.about-text {
			margin-bottom: 30px;
			padding-top: 0px;
		}

		.hardware-section {
			padding-bottom: 50px;
			padding-top: 30px;
		}


		.hardware-item {
			width: 100%;
			margin-left: 0;
		}

		.injury-section .injury-text h2 {
			font-size: 20px;
		}


		.timetable-controls ul li {
			margin-right: 50px;
		}

		.cta-section .cta-text {
			float: none;
		}

		.cta-section .primary-btn.cta-btn {
			float: none;
		}

		.blog-single-sidebar {
			padding-top: 30px;
		}

		.blog-item.instagram-item .instagram-text h5 {
			font-size: 18px;
			line-height: 29px;
		}

		h3.title {
			padding-top: 13%;
		}

		.recent-item {
			margin-bottom: 30px;
		}

		.subscribe {
			padding-top: 8%;
			left: -38px;
		}

		.footer-widget {
			margin-top: 7%;
		}
	}
	/* Tablet Device : 768px */

	@media only screen and (min-width: 768px) and (max-width: 799px) {
		.header-section {
			padding-left: 0;
			padding-right: 0;
		}

		.nav-menu {
			text-align: right;
		}

			.nav-menu .mainmenu ul li {
				margin-right: 28px;
			}

				.nav-menu .mainmenu ul li .dropdown {
					left: auto;
					right: 0;
				}

		.nav-menu {
			text-align: right;
			width: 100%;
			padding-top: 4%;
		}

			.nav-menu li {
				margin-left: -20px;
			}

		.top-social {
			display: none;
		}

		.hero-items .owl-nav button[type=button] {
			left: 15px;
		}

			.hero-items .owl-nav button[type=button].owl-next {
				right: 15px;
			}

		.about-text {
			margin-bottom: 30px;
			padding-top: 0px;
		}

		.grid-sizer {
			width: 100%;
		}

		.blog-item.large-item {
			width: 211%;
		}

		.blog-item.instagram-item {
			width: 211%;
			height: 30%;
		}

		.blog-item.large-item.xls-large {
			width: 211%;
		}

		.timetable-controls ul li {
			margin-right: 50px;
		}

		.cta-section .cta-text {
			float: none;
		}

		.cta-section .primary-btn.cta-btn {
			float: none;
		}

		.blog-single-sidebar {
			padding-top: 30px;
		}

		.recent-item {
			margin-bottom: 30px;
		}

		.subscribe {
			left: -38px;
		}

		.footer-widget {
			margin-top: 7%;
		}

		.hardware-section {
			padding-top: 15px;
		}
	}

	/* Large Mobile : 480px */

	@media only screen and (max-width: 767px) {
		.header-section {
			padding-left: 0;
			padding-right: 0;
		}

		.nav-menu .mainmenu {
			display: none;
		}

		.top-social {
			display: none;
		}

		.slicknav_menu {
			display: block;
			background: transparent;
			padding: 0;
		}

		.slicknav_btn {
			margin: 0;
			border-radius: 0;
			margin-top: -6.5%;
		}

		.header-normal .slicknav_btn {
			margin: 37px 0;
		}

		.slicknav_nav {
			background: #222;
		}

			.slicknav_nav ul {
				margin: 10px 15px;
			}

			.slicknav_nav a {
				padding: 8px 10px;
			}

				.slicknav_nav a:hover,
				.slicknav_nav .slicknav_row:hover {
					border-radius: 0;
					background: #F47D20;
					color: #ffffff;
				}

		.hero-items .owl-nav button[type=button] {
			left: 5px;
		}

			.hero-items .owl-nav button[type=button].owl-next {
				left: auto;
				right: 5px;
			}

		.single-hero-item {
			height: 680px;
		}

			.single-hero-item .hero-text h1 {
				font-size: 70px;
			}

			.single-hero-item .hero-text h2 {
				font-size: 20px;
			}

		.about-text {
			margin-bottom: 30px;
		}

		.classtime-table {
			overflow-x: auto;
		}

		.timetable-controls ul li {
			margin-right: 12px;
		}

		.cta-section .cta-text {
			float: none;
		}

		.cta-section .primary-btn.cta-btn {
			float: none;
		}

		.blog-option .blog-pagination {
			float: none;
			margin-bottom: 20px;
		}

		.blog-option .blog-option-right {
			float: none;
		}

		.bs-hero-text ul li {
			margin-right: 45px;
		}

			.bs-hero-text ul li:after {
				right: -27px;
			}

		.blog-single-sidebar {
			padding-top: 30px;
		}

		.recent-item {
			margin-bottom: 30px;
		}

		.subscribe {
			left: -35px;
		}

		h3.title {
			padding-top: 16%;
		}
	}

	@media(max-width:640px) {

		h3.title {
			font-size: 2.2em;
		}

		.section-title3 h2 {
			font-size: 25px;
		}
	}

	@media(max-width:480px) {

		h3.title {
			font-size: 2em;
			margin-bottom: 0.6em;
		}
	}

	/* Small Mobile : 320px */

	@media only screen and (max-width: 479px) {
		.section-title h2,
		.breadcrumb-text h2 {
			font-size: 30px;
		}

		.slicknav_menu {
			text-align: center;
		}

		.slicknav_nav {
			text-align: left;
		}

		.logo {
			float: none;
			text-align: center;
			margin-bottom: 10px;
		}

		.slicknav_btn {
			float: none;
			display: inline-block;
		}

		.slicknav_nav ul {
			margin: 10px 0 10px 0;
		}

		.slicknav_nav .slicknav_row,
		.slicknav_nav a {
			margin: 0;
		}

		.header-normal .slicknav_btn {
			margin: 0 0 10px 0;
		}

		.header-section.header-normal .logo {
			padding: 18px 0 5px;
		}

		.single-hero-item .hero-text h1 {
			font-size: 50px;
		}

		.single-hero-item .hero-text h2 {
			font-size: 20px;
		}

		.hero-items .owl-nav button[type=button] {
			left: -15px;
		}

			.hero-items .owl-nav button[type=button].owl-next {
				right: 15px;
			}

		.subscribe {
			width: 319px;
			right: 0;
		}

		.video-section .video-text {
			padding-top: 100px;
		}

		.timetable-controls ul li {
			margin-right: 5px;
			margin-bottom: 12px;
		}

		.hardware-controls ul li {
			margin-right: 8px;
		}

		.blog-single-text .blog-tag-share .tags {
			float: none;
			margin-bottom: 10px;
		}

		.blog-single-text .blog-tag-share .social-share {
			float: none;
		}

		.contact-map .map-hover {
			left: 15%;
		}

		h3.title {
			padding-top: 45%;
		}
	}



	@media(max-width:414px) {

		h3.title {
			padding-top: 36%;
		}

		.hardware-section {
			padding-top: 12px;
		}

		.software-section {
			padding-top: 170px;
		}
	}

	@media(max-width:320px) {



		h3.title {
			font-size: 1.8em;
			padding-top: 43%;
		}

		.hardware-section {
			padding-top: 22px;
		}
	}
}

/* FAQ */
.faq-item {
	padding: 20px;
	margin-bottom: 2px;
	background: #282829;
}

.faq-question {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	display: block;
}

	.faq-question:hover {
		color: #f77f22;
	}
	.faq-question:focus {
		color: #f77f22;
	}

.faq-answer {
	margin-top: 10px;
	background: #282829;
	border: 0.1px solid #e7eaec;
	border-radius: 3px;
	padding: 15px;
}

.faq-item .tag-item {
	background: #f3f3f4;
	padding: 2px 6px;
	font-size: 10px;
	text-transform: uppercase;
}

.ibox {
	clear: both;
	margin-bottom: 25px;
	margin-top: 0;
	padding: 0;
}

	.ibox.collapsed .ibox-content {
		display: none;
	}

	.ibox.collapsed .fa.fa-chevron-up:before {
		content: "\f078";
	}

	.ibox.collapsed .fa.fa-chevron-down:before {
		content: "\f077";
	}

	.ibox:after,
	.ibox:before {
		display: table;
	}

.ibox-title {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #ffffff;
	border-color: #e7eaec;
	border-image: none;
	border-style: solid solid none;
	border-width: 3px 0 0;
	color: inherit;
	margin-bottom: 0;
	padding: 14px 15px 7px;
	min-height: 48px;
}

.ibox-content {
	background-color: #ffffff;
	color: inherit;
	padding: 15px 20px 20px 20px;
	border-color: #e7eaec;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 0;
}

.ibox-footer {
	color: inherit;
	border-top: 1px solid #e7eaec;
	font-size: 90%;
	background: #ffffff;
	padding: 10px 15px;
}
/* WRAPPERS */
#wrapper {
	width: 100%;
	overflow-x: hidden;
}

.wrapper {
	padding: 0 20px;
}

.wrapper-content {
	padding: 20px 10px 40px;
}

#page-wrapper {
	padding: 0 15px;
	min-height: 568px;
	position: relative !important;
}

@media (min-width: 768px) {
	#page-wrapper {
		position: inherit;
		margin: 0 0 0 240px;
		min-height: 2002px;
	}
}

/**
 * Pricing Options
 */
.pricing-option {
	margin-bottom: 20px;
	border: 15px solid rgba(0, 0, 0, 0.05);
	text-align: center;
}

.pricing-option__inner {
	background-color: white;
}

.pricing-option_popular {
	position: relative;
}

	.pricing-option_popular::before {
		content: "";
		position: absolute;
		top: -15px;
		left: -15px;
		height: 0;
		width: 0;
		border-left: 60px solid #f77f22;
		border-bottom: 60px solid transparent;
	}

	.pricing-option_popular::after {
		content: "\f0e7";
		font-family: "FontAwesome";
		font-size: 16px;
		position: absolute;
		display: block;
		top: -5px;
		left: 0;
		color: white;
	}

.pricing-option__inner {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}

	.pricing-option__inner:hover {
		border-color: rgba(0, 0, 0, 0.14);
		-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
		box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
	}

.pricing-option__header {
	padding: 15px 10px;
}

	.pricing-option__header h5,
	.pricing-option__header .h5 {
		font-weight: 600;
		font-size: 14px;
	}

.pricing-option__price {
	padding: 10px;
	background: #1a1a1b;
	color: #f77f22;
}

.pricing-option-price__currency {
	vertical-align: 90%;
}

.pricing-option-price__number {
	font-size: 36px;
	font-weight: 300;
}

.pricing-option__body {
	padding: 10px 0 15px;
}

	.pricing-option__body ul > li {
		padding: 10px 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		text-transform: uppercase;
		font-size: 11px;
		font-weight: 600;
		color: #999;
	}

		.pricing-option__body ul > li:last-child {
			border-bottom: 0;
		}
/* Pricing Options - Joint */
.pricing-options_joint {
	padding: 10px;
	margin-bottom: 40px;
	background-color: rgba(0, 0, 0, 0.05);
}

	.pricing-options_joint .row {
		margin-left: 0;
		margin-right: 0;
	}

	.pricing-options_joint [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
	}

	.pricing-options_joint .pricing-option {
		margin-bottom: 0;
		border: 5px solid transparent;
	}

	.pricing-options_joint .pricing-option_popular:before {
		top: 0;
		left: 0;
	}

	.pricing-options_joint .pricing-option_popular:after {
		top: 10px;
		left: 15px;
	}
/* Pricing Options - Table */
.pricing-options_table {
	border: 15px solid rgba(0, 0, 0, 0.05);
}

.pricing-options-table__table {
	margin-bottom: 0;
	text-align: center;
}

	.pricing-options-table__table > thead > tr > th {
		text-align: center;
		padding: 0;
	}

	.pricing-options-table__table .pricing-option__price {
		margin: -8px;
	}

	.pricing-options-table__table .pricing-option_popular:before {
		border-bottom-width: 40px;
		border-left-width: 40px;
		top: 0;
		left: 0;
	}

	.pricing-options-table__table .pricing-option_popular:after {
		font-size: 12px;
		top: 5px;
		left: 11px;
	}

	.pricing-options-table__table .fa-check {
		color: rgb(152 221 91);
	}

	.pricing-options-table__table .fa-times {
		color: rgb(228 28 28);
	}

.pricing-options-table__title {
	vertical-align: middle !important;
	padding-left: 20px !important;
	text-align: left;
}

/*Pricing Option*/
.pricing-box {
	position: relative;
	border: 1px solid #e3e3e3;
	background-color: #282829;
	padding: 15px 15px 60px 15px;
	box-sizing: border-box;
	margin: 0 15px 15px 15px;
}
.row-pricing .pricing-box {
	margin-bottom: 30px;
}
.heading-light {
	font-weight: 300;
}
.pricing-box h3, .syndigo .pricing-box h3, .syndigo .table-api-pricing tr td h3, .table-api-pricing tr td h3 {
	background-color: #1ea548;
	color: #fff;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	padding-top: 26px;
	margin: 0 auto;
	font-size: 30px;
}
	.pricing-box h3.free {
		padding-top: 36px;
	}
.pricing-box h4, .syndigo .pricing-box h4, .syndigo .table-api-pricing tr td h4, .table-api-pricing tr td h4 {
	margin-top: 20px;
	font-size: 20px;
	text-align: center;
}
.pricing-features {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	color: #fff;
}
	.pricing-features li {
		margin: 0;
		padding: 10px 0;
		text-align: left;
		border-bottom: 1px solid #ddd;
		font-size: 12px;
		text-align: center;
	}
		.pricing-features li > strong {
			float: left;
			text-align: left;
		}
		.pricing-features li > div {
			text-align: right;
			/*margin-left: 110px;*/
		}

			.pricing-features li > div > .fa.fa-check {
				color: #1ea548;
			}
			.pricing-features li > div > .fa.fa-times {
				color: rgb(228 28 28);
			}

/*FAQs*/
.sites.action-show .articles .category {
	margin-bottom: 20px;
}
.articles h3 a, .articles h3 small a, .articles a.view-more {
	color: #777777;
}
h3 small {
	font-weight: 400;
	line-height: 1;
	color: #777777;
	font-size: 65%;
}
.articles h3 a, .articles h3 small a, .articles a.view-more {
	color: #777777;
}
.articles ul li {
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.sites.action-show .articles .category {
		float: left;
		width: 47%;
	}
		.sites.action-show .articles .category:nth-child(odd) {
			clear: left;
			margin-right: 6%;
		}
}
/*Events*/
.event-list-content {
	margin-left: 50px;
	margin-right: 20px;
	padding: 50px;
	position: relative;
	border: 5px solid #edf5ff;
	transition: all 0.3s ease 0s;
}
.fix {
	overflow: hidden;
}
.event-list-content ul li {
	display: inline-block;
	font-size: 16px;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #f77f22;
}
.event-list-content ul li {
	display: inline-block;
	font-size: 16px;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #f77f22;
}
.event-list-content h2 {
	margin-bottom: 30px;
}
.event-list-content .btn {
	background: none;
	border: 2px solid #edf5ff;
	color: #f77f22;
	font-weight: bold;
	font-size: 14px;
	margin-right: 10px;
}

