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

Table Of  Content
------------------------------------
1. General
2. Typography
3. Global Style
4. Color Presets
5. Overlay css
6. Hero css
7. Background Banner
8. 404 page
9. Author Wrapper
10. Progress bar
11. Clients
12. Gallery Thumb
13. Material CSS
14. Social Icon Animation
15. Search Style
16. Preloader
17. Countdown
18. Team Member
19. Testimonial
19. Slider
20. Promo Box
21. Page Title
22. Form Style
23. Accordion
24. Alert
25. Count Up

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

<!-- some CSS-code -->

body {
	background-color: #fff;
	font-family: "futura_lt_bt_light-webfont", sans-serif !important;
	font-size: 14px;
	line-height: 29px;
	font-weight: 500;
	color: #999;	
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased !important;
}
html, body {
	font-family: "futura_lt_bt_light-webfont", sans-serif !important;
	width: 100%;
	height: 100%;
}
/* ------------------------------------
  Link style
------------------------------------ */
a {
	color: #ed145b;
}
a, a > * {
	outline: none;
	cursor: pointer;
	text-decoration: none;
}
a:focus, a:hover {
	color: #03a9f4;
	outline: none;
	text-decoration: none;
}
/* ------------------------------------
  Transition elements
------------------------------------ */
a, .navbar a, .form-control {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* ------------------------------------
  Typography
------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-family: "futura_lt_bt_light-webfont", sans-serif!important;
	font-weight: 400;
	color: #202020;
	margin: 0 0 15px;
}
h1 {
	font-size: 40px;
	line-height: 48px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p img {
	margin: 0;
}
p {
	font-size: 16px;
	margin: 0 0 20px;
	line-height: 28px;
}
hr {
	margin: 0;
}
/* ------------------------------------
  button size in extra small devices
------------------------------------ */
@media screen and (max-width: 767px) {
.btn-lg {
	height: auto;
	font-size: 14px;
	padding: 8px 25px;
}
.flex-direction-nav a {
	opacity: 0px;
	display: none
}
}
.btn {
	height: 46px;
	padding: 12px 20px;
	font-size: 16px;
	line-height: 22px;
	border-radius: 6px;
	font-weight: bold;
	background-color: #03a9f4;
	border: 0;
}
.btn-lg {
	padding: 12px 38px;
}
.btn:hover {
	background-color: #03a9f4;
}
.btn.active, .btn:active {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn.white, .btn.white:hover, .btn.white:focus {
	color: #03a9f4;
}
.btn i.material-icons {
	font-size: 20px;
}
.btn.focus, .btn:focus, .btn:hover {
	color: #fff;
}
.btn:focus, button:focus {
	outline: none !important;
}
/* ------------------------------------
  Download Button
------------------------------------ */
.btn-download {
	padding: 16px 38px;
	text-align: left;
	line-height: 22px;
	height: 75px;
}
.btn-download i {
	font-size: 30px;
	line-height: 48px;
}
.btn-download span {
	display: block!important;
	overflow: hidden;
}
.btn-download strong {
	display: block;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
}
address {
	margin: 30px 0 0;
	font-style: normal;
	line-height: 25px;
}
address hr {
	margin-top: 20px;
	margin-bottom: 20px;
}
thead {
	color: #272829;
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
}
.table>thead>tr>th {
	padding: 12px 8px;
	border-bottom: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th {
	color: #666;
	padding: 15px 8px;
	border-top: 1px solid #eee;
}
.contact-info i {
	font-size: 30px;
	line-height: 38px;
	float: left;
	margin-right: 18px;
	padding-left: 2px;
}
.contact-info .address, .contact-info .phone, .contact-info .mail {
	overflow: hidden;
}
.contact-info .mail a {
	color: #999;
}
.contact-info .mail a:hover {
	color: #03a9f4;
}
#mapcontent p {
	margin: 0;
}
.contact-form-wrapper {
	background: url('../img/vactor-map.png') no-repeat center center;
}
.contact-form-bg {
	background: url('../img/vactor-map.png') no-repeat center center;
	background-size: contain;
}
@media (min-width: 992px) {
#contactForm .submit-button {
	float: right;
}
}
/* ------------------------------------
  Customize Material Form style 
------------------------------------ */
.form-control {
	border-radius: 0;
}
.input-field {
	margin-top: 40px;
}
.search-form-wrapper .input-field {
	margin-top: 120px;
}
.input-field label {
	color: #999;
	top: 0;
	left: 0;
	font-size: 15px;
	line-height: 16px;
	font-weight: 400;
	margin: 0;
}
.input-field label.active {
	font-size: 12px;
}
.alert {
	padding: 12px 15px;
}
.overflow-hidden {
	overflow: hidden;
}
.mr-blog-tab {
	margin: 30px 0;
	border: 1px dashed #eee;
}
/* ------------------------------------
  Global Classes
------------------------------------ */
.no-margin {
	margin: 0 !important;
}
.no-gutter > [class*='col-'] {
 padding-right: 0;
 padding-left: 0;
}
.no-padding {
	padding: 0 !important;
}
.section-padding {
	padding: 110px 0;
}
/* ------------------------------------
  margin top
------------------------------------ */
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-100 {
	margin-top: 100px;
}
/* ------------------------------------
  margin bottom
------------------------------------ */
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}
.mb-100 {
	margin-bottom: 100px !important;
}
.mtb-50 {
	margin: 50px 0 !important;
}
/* ------------------------------------
  margin right
------------------------------------ */
.mr-10 {
	margin-right: 10px;
}
.mr-20 {
	margin-right: 20px;
}
/* ------------------------------------
  margin left
------------------------------------ */
.ml-10 {
	margin-left: 10px;
}
.ml-20 {
	margin-left: 20px;
}
/* ------------------------------------
  padding-top
------------------------------------*/
.padding-top-50 {
	padding-top: 50px;
}
.padding-top-70 {
	padding-top: 70px;
}
.padding-top-90 {
	padding-top: 90px;
}
.padding-top-100 {
	padding-top: 100px;
}
.padding-top-110 {
	padding-top: 110px;
}
.padding-top-120 {
	padding-top: 120px;
}
.padding-top-160 {
	padding-top: 160px;
}
.padding-top-220 {
	padding-top: 220px;
}
 @media screen and (max-width: 768px) {
.padding-top-220 {
	padding-top: 170px;
}
}
/* ------------------------------------
  padding-bottom
------------------------------------ */
.padding-bottom-20 {
	padding-bottom: 20px;
}
.padding-bottom-30 {
	padding-bottom: 30px;
}
.padding-bottom-50 {
	padding-bottom: 50px;
}
.padding-bottom-70 {
	padding-bottom: 70px;
}
.padding-bottom-80 {
	padding-bottom: 80px;
}
.padding-bottom-90 {
	padding-bottom: 90px;
}
.padding-bottom-100 {
	padding-bottom: 100px;
}
.padding-bottom-110 {
	padding-bottom: 110px;
}
.padding-bottom-120 {
	padding-bottom: 120px;
}
.padding-bottom-190 {
	padding-bottom: 190px;
}
@media screen and (min-width: 992px) {
.pl-100 {
	padding-left: 100px;
}
}
/* ------------------------------------
  padding top bottom
------------------------------------ */
.ptb-30 {
	padding: 30px 0;
}
.ptb-50 {
	padding: 50px 0;
}
.ptb-70 {
	padding: 70px 0;
}
.ptb-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}
.ptb-110 {
	padding-top: 110px;
	padding-bottom: 110px;
}
.ptb-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.ptb-150 {
	padding: 150px 0;
}
.ptb-190 {
	padding: 190px 0;
}

/* ------------------------------------
  Margin for small devices
------------------------------------ */
@media screen and (max-width: 991px) {
/* ------------------------------------ 
  margin top
------------------------------------ */
.mt-sm-30 {
	margin-top: 30px;
}
.mt-sm-50 {
	margin-top: 50px;
}
/* ------------------------------------
  margin-bottom
------------------------------------ */
.mb-sm-30 {
	margin-bottom: 30px;
}
.mb-sm-50 {
	margin-bottom: 50px;
}
}
 @media screen and (max-width: 768px) {
.mt-xs-30 {
	margin-top: 30px;
}
.mt-xs-46 {
	margin-top: 46px;
}
}
/* ------------------------------------
  Border Radious
------------------------------------ */
.radius-2 {
	border-radius: 2px;
}
.radius-3 {
	border-radius: 3px;
}
.radius-4 {
	border-radius: 4px;
}
/* ------------------------------------
  Font Size
------------------------------------ */
.font-20 {
	font-size: 20px
}
.font-24 {
	font-size: 24px
}
.font-25 {
	font-size: 25px
}
.font-30 {
	font-size: 30px
}
.font-35 {
	font-size: 35px
}
.font-40 {
	font-size: 40px
}
/* ------------------------------------
  font size in extra small devices
------------------------------------ */
@media screen and (max-width: 767px) {
.font-30 {
	font-size: 25px
}
h1, .font-35, .font-40 {
	font-size: 30px
}
}
/* ------------------------------------
  Line Height
------------------------------------ */
.line-height-40 {
	line-height: 40px;
}
.line-height-50 {
	line-height: 50px;
}
.text-light {
	font-weight: 300 !important;
}
.text-regular {
	font-weight: 400 !important;
}
.text-medium {
	font-weight: 500 !important;
}
.text-bold {
	font-weight: 700 !important;
}
.text-extrabold {
	font-weight: 900 !important;
}
.dark-text {
	color: #202020 !important;
}
.light-grey-text {
	color: #dedede !important;
}
/* ------------------------------------
  List Style
------------------------------------ */
.list-icon li {
	font-size: 17px;
	line-height: 40px;
}
.list-icon li .material-icons {
	position: relative;
	top: 5px;
}
/* ================= Color Presets ==================== */
.purchase-block-bg {
	background-image: url(../img/purchase-banner.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}
.testimonial-block-bg {
	background-image: url(../img/banner/testimonial-bg.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}
.skill-block-bg {
	background-image: url(../img/pattern-bg.png);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: repeat;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2
}
section.dark-9::before {
	background-color: rgba(3, 169, 244, 0.90) !important;
}
.brand-color {
	color: #03a9f4 !important;
}
.brand-color-white {
	color: #ffffff !important; 
}
.brand-color.darken-2 {
	color: #0288d1 !important;
}
.brand-bg {
	background-color: #03a9f4 !important;
}
.brand-bg.darken-2 {
	background-color: #0288d1 !important;
}
.brand-hover:hover {
	background-color: #03a9f4 !important; 
	transform: scale(1.1);
}
.rev-heading {
	font-size: 42px;
	font-family: 'Oxygen', sans-serif !important;
}
.green-bg {
	background-color: #71c44c !important;
}
.green-color {
	color: #71c44c !important;
}
.height-350 {
	height: 350px!important;
}

.text-white {
	color: #ffffff;
}
.border-bottom-4 {
	border-bottom: 4px solid #03A9F4;
}
.padding-tb-15 {
	padding: 10px 0 !important;
}
.blog-other-info a.light-text-2 {
	color: #777;
	margin-top: 5px;
	display: block;
}
.blog-other-info a.light-text-2:hover {
	color: #03A9F4;
}
.pink {
	background-color: #ed145b !important;
}
.white-bg {
	background-color: #fff !important;
}
.gray-bg {
	background-color: #f5f5f5!important;
}
.white-gray-bg {
	background-color: #fafafa !important;
}
.light-gray-bg {
	background-color: #f3f3f3 !important;
}
.light-pink-bg {
	background: #fff8f1 !important;
}
.dark-bg.darken-1 {
	background: #101010 !important;
}
.dark-bg {
	background: #202020 !important;
}
.dark-bg.lighten-1 {
	background-color: #1e262a !important;
}
.dark-bg.lighten-2 {
	background-color: #303b41 !important;
}
.dark-bg.lighten-3 {
	background-color: #2c2c2c !important;
}
.dark-bg.lighten-4 {
	background-color: #373a3d !important;
}
.border-top {
	border-top: 1px solid #eee;
}
.border-tb {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.slider-text-bold {
		font-family: 'Oxygen', sans-serif !important;
	text-transform: uppercase;
}
/* ================= Pre Defined Overlay ==================== */

.overlay, .overlay .container {
	position: relative;
}
.overlay:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2); 
}
/* ------------------------------------
  dark overlay
------------------------------------ */
.overlay.dark-0:before {
	background-color: rgba(0,0,0,0);
}
.overlay.dark-1:before {
	background-color: rgba(0,0,0,.1);
}
.overlay.dark-2:before {
	background-color: rgba(0,0,0,.2);
}
.overlay.dark-3:before {
	background-color: rgba(0,0,0,.3);
}
.overlay.dark-4:before {
	background-color: rgba(0,0,0,.4);
}
.overlay.dark-5:before {
	background-color: rgba(0,0,0,.5);
}
.overlay.dark-6:before {
	background-color: rgba(0,0,0,.6);
}
.overlay.dark-7:before {
	background-color: rgba(0,0,0,.7);
}
.overlay.dark-8:before {
	background-color: rgba(0,0,0,.8);
}
.overlay.dark-9:before {
	background-color: rgba(0,0,0,.9);
}
.overlay.dark-10:before {
	background-color: rgba(0,0,0,1);
}
/* ------------------------------------ 
  light overlay 
------------------------------------ */
.overlay.light-0:before {
	background-color: rgba(255,255,255,0);
}
.overlay.light-1:before {
	background-color: rgba(255,255,255,.1);
}
.overlay.light-2:before {
	background-color: rgba(255,255,255,.2);
}
.overlay.light-3:before {
	background-color: rgba(255,255,255,.3);
}
.overlay.light-4:before {
	background-color: rgba(255,255,255,.4);
}
.overlay.light-5:before {
	background-color: rgba(255,255,255,.5);
}
.overlay.light-6:before {
	background-color: rgba(255,255,255,.6);
}
.overlay.light-7:before {
	background-color: rgba(255,255,255,.7);
}
.overlay.light-8:before {
	background-color: rgba(255,255,255,.8);
}
.overlay.light-9:before {
	background-color: rgba(255,255,255,.9);
}
.overlay.light-10:before {
	background-color: rgba(255,255,255,1);
}
.full-height {
	height: 100vh;
	width: 100%;
}
.half-height {
	height: 78vh !important;
	width: 100%;
}
/* ------------------------------------
  Verticle Aligne Middle for equel height
------------------------------------ */
.valign-wrapper {
	display: table;
	width: 100%;
}
.valign-cell {
	display: table-cell;
	vertical-align: middle;
}
/* ================= Hero Unit ==================== */
.intro-title {
	font-size: 60px;
	font-weight: 900;
}
.sub-intro {
	display: block;
	margin: 0 auto 30px;
}
.comming-title {
	font-size: 76px;
	font-weight: 700;
	letter-spacing: 4px;
	font-family: "futura_lt_bt_light-webfont", sans-serif !important;
	color: #ffffff;
}
.intro-bold {
	font-weight: 900 !important;
}
@media (min-width: 768px) {
.sub-intro {
	width: 60%;
}
}
.section-title {
	font-size: 40px;
	margin-bottom: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: "futura_lt_bt_light-webfont", sans-serif !important;
}
@media (max-width: 640px) {
.intro-bold {
	font-size: 40px !important;
	font-weight: 600 !important;
}
}
@media (max-width: 479px) {
.section-title {
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: 700;
	font-family: "futura_lt_bt_light-webfont", sans-serif !important;
}
.intro-bold {
	font-size: 34px !important;
	font-weight: 600 !important;
}
}
.section-sub {
	margin: 0 auto;
}
.width-60 {
	width: 60%;
	margin: 0 auto;
}
@media screen and (max-width: 1024px) {
.testimonial-block-bg {
	background-attachment: inherit;
	background-image: url("../img/banner/testimonial-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}
.purchase-block-bg {
	background-attachment: inherit;
}
}
 @media screen and (max-width: 767px) {
.intro-title {
	font-size: 35px;
}
.section-title p {
	width: 100%;
}
.width-60 {
	width: 100%;
}
}
/* ------------------------------------
  Hero Clouds
------------------------------------ */
.hero-clouds {
	position: absolute;
	top: 0;
	left: 0;
	width: 250.625em;
	height: 100vh;
	background: url('../img/banner/clouds.png') 0px 100% repeat-x;
	-webkit-animation: cloudLoop 80s linear infinite;
	animation: cloudLoop 80s linear infinite;
}
 @media (min-width: 992px) {
.section-sub {
	width: 60%;
}
}
/* ------------------------------------
  keyframes for cloud
------------------------------------ */
@-webkit-keyframes cloudLoop {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 100% {
 -webkit-transform: translate3d(-50%, 0, 0);
 transform: translate3d(-50%, 0, 0);
}
}
 @keyframes cloudLoop {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 100% {
 -webkit-transform: translate3d(-50%, 0, 0);
 transform: translate3d(-50%, 0, 0);
}
}
/* ------------------------------------
  Mouse animate icon
------------------------------------ */
.mouse-icon {
	position: absolute;
	left: 50%;
	bottom: 40px;
	border: 2px solid #fff;
	border-radius: 16px;
	height: 40px;
	width: 24px;
	margin-left: -15px;
	display: block;
	z-index: 10;
}
.mouse-icon .wheel {
	position: relative;
	border-radius: 10px;
	background: #fff;
	width: 2px;
	height: 6px;
	top: 4px;
	margin-left: auto;
	margin-right: auto;
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}
 @-webkit-keyframes drop {
 0% {
 top:5px;
 opacity: 0;
}
 30% {
 top:10px;
 opacity: 1;
}
 100% {
 top:25px;
 opacity: 0;
}
}
 @keyframes drop {
 0% {
 top:5px;
 opacity: 0;
}
 30% {
 top:10px;
 opacity: 1;
}
 100% {
 top:25px;
 opacity: 0;
}
}
/* ------------------------------------
  Video Introduction
------------------------------------ */
.video-intro {
	position: relative;
}
.video-intro .external-link {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}
.video-intro .external-link .material-icons {
	font-size: 60px;
	color: rgba(255, 255, 255, 0.4);
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.video-intro:hover .external-link .material-icons {
	color: rgba(255, 255, 255, 0.9);
}
.video-trigger i.material-icons {
	font-size: 68px;
	color: #fff;
	margin: 0 20px;
	position: relative;
	top: 24px;
}
.mocup-wrapper {
	position: relative;
}
.mocup-wrapper img {
	max-width: 100%;
}
 @media screen and (max-width: 991px) {
.mocup-wrapper-sm img {
	width: 100%;
}
.flex-direction-nav a {
	opacity: 0px;
	display: none
}
}

/* ================= Banner Background ==================== */
.bg-cover, [class*='banner-'] {
 background-size: cover !important;
}
.banner-1 {
	background-image: url("../img/banner/banner-1.jpg");
}
.banner-2 {
	background-image: url("../img/banner/banner-2.jpg");
}
.banner-3 {
	background-image: url("../img/banner/banner-3.jpg");
}
.banner-4 {
	background-image: url("../img/banner/banner-4.jpg");
}
.banner-5 {
	background-image: url("../img/banner/banner-5.jpg");
	background-attachment: field;
}
.banner-6 {
	background-image: url("../img/banner/banner-6.jpg");
}
.banner-7 {
	background-image: url("../img/banner/banner-7.jpg");
}
.banner-8 {
	background-image: url("../img/banner/banner-8.jpg");
}
.banner-9 {
	background-image: url("../img/banner/banner-9.jpg");
}
.banner-10 {
	background-image: url("../img/banner/banner-10.jpg");
	background-attachment: field;
}
.banner-11 {
	background-image: url("../img/banner/banner-11.jpg");
}
.banner-12 {
	background-image: url("../img/banner/banner-12.jpg");
}
.banner-15 {
	background-image: url("../img/banner/banner-15.jpg");
}
.banner-16 {
	background-image: url("../img/banner/banner-16.jpg");
}
.banner-17 {
	background-image: url("../img/banner/banner-17.jpg");
}
.banner-18 {
	background-image: url("../img/banner/banner-18.jpg");
}
.banner-19 {
	background-image: url("../img/banner/banner-19.jpg");
}
.banner-404-bg {
	background-image: url("../img/banner/error-page-bg.jpg");
}
 @media screen and (max-width: 767px) {
.banner-wrapper {
	margin-top: 45px;
}
}
 @media (min-width: 992px) {
.bg-fixed {
	background-attachment: fixed;
}
}
/* ================= 404 Page ==================== */
.error-wrapper {
	padding: 50px 0;
}
.error-wrapper i {
	font-size: 130px;
	line-height: 170px;
	text-align: center;
	display: block;
	color: #dadada;
}
.error-info {
	padding-left: 0px;
	text-align: center;
}
.error-info h1 {
		font-family: 'Oxygen', sans-serif !important;
	letter-spacing: 10px;
	color: #fff;
	font-size: 130px;
	line-height: 100px;
	font-weight: 700;
	text-shadow: 5px 5px 0 #dadada, -1px -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada;
}
.ie9 .error-info h1, .ie9 .error-wrapper-alt h1 {
	color: #999;
}
.error-sub {
	display: block;
	font-size: 30px;
	line-height: 45px;
	font-weight: 700;
	text-transform: uppercase;
}
 @media screen and (max-width: 767px) {
.error-info {
	padding-left: 0;
	border-left: 0;
	text-align: center;
}
}
@media (min-width: 992px) {
.error-wrapper {
	padding: 120px 0;
}
}
@media (min-width:768px) and (max-width:1024px) {
.section-padding {
	padding: 60px 0;
}
.bg-cover, [class*="banner-"] {
 background-size: inherit !important;
}
.vertical-tab ul.nav-tabs {
	margin-bottom: 20px;
}
}
@media (min-width:768px) and (max-width:991px) {
#accordion-one {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #cfcfcf;
}
.entry-meta li {
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 5px;
}
.list-inline > li {
	display: inline-block;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
}
.featured li {
	float: left;
	padding: 60px 35px 30px;
	position: relative;
	text-align: center;
}
.font-24 {
	font-size: 24px;
	line-height: 34px;
}
.mt-60 {
	padding-top: 100px;
}
}
@media (max-width:767px) {
#accordion-one {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #cfcfcf;
}
.tab-content p.text-left {
	padding-top: 0px;
}
}
.error-wrapper-alt h1 {
	color: #fff;
	font-size: 130px;
	line-height: 130px;
	font-weight: 700;
	text-shadow: 5px 5px 0 #dadada, -1px -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada;
}
/* ------------------------------------
  Magnific Popup Close Button
------------------------------------ */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	background: rgba(0, 0, 0, 0.6);
	border-radius: 0px 9px 0px 15px;
	height: 34px;
	line-height: 34px;
	padding-right: 0;
	right: 0px;
	text-align: center;
	width: 34px;
}
button.mfp-close:focus, button.mfp-arrow {
	background-color: transparent;
}
.mfp-bg {
	z-index: 1055;
}
.mfp-wrap {
	z-index: 1056;
}
.mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover {
	cursor: pointer;
}
.mfp-zoom-out-cur {
	cursor: default;
}
/* ------------------------------------
  Author Wrapper
------------------------------------ */
.box-padding {
	padding: 60px 40px;
}
.profile .author-cover {
	position: relative;
}
.profile .author-cover img {
	width: 100%;
}
.author-wrapper.profile .author-avatar {
	position: relative;
	padding: 15px 20px 30px 130px;
}
.author-wrapper.profile .author-avatar img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #fff;
	padding: 5px;
	position: absolute;
	top: -30px;
	left: 15px;
	z-index: 20;
}
#contactForm .input-field span {
	color: #ff0012;
}
.profile .author-meta {
	padding: 0 40px;
	overflow: hidden;
}
.profile .author-meta li {
	margin: 10px 0;
	font-weight: 500;
}
.profile .author-meta li .title {
	display: inline-block;
	width: 135px;
	color: #202020;
}
.profile .author-meta li .address {
	float: right;
	width: 50%;
}
.profile .available {
	display: block;
	padding: 10px;
	text-align: center;
}
.profile .available a {
	display: inline-block;
	color: #999;
}
.profile .available a:hover {
	color: #03a9f4;
}
 @media screen and (max-width: 991px) {
.author-wrapper.profile {
	margin-top: 30px;
}
}
 @media screen and (max-width: 479px) {
.box-padding .cta-button .btn {
	display: block;
	margin-top: 10px;
}
.profile .author-meta li .title {
	width: 80px;
}
.profile .author-meta li .address {
	width: 60%;
}
.featured-item.hover-outline .icon {
	display: block;
	float: none;
	margin: 0 auto 25px;
	text-align: center;
}
.featured-item.hover-outline .desc {
	text-align: center;
}
}
/* ================= Progress bar ==================== */
.progress-section {
	position: relative;
}
.progress-title {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}
.progress {
	box-shadow: none;
	background-color: #eee;
	height: 15px;
	overflow: visible;
	border-radius: 10px;
	margin-bottom: 20px;
}
.progress-bar {
	box-shadow: none;
	text-align: right;
}
.progress-bar span {
	position: absolute;
	top: -32px;
	color: #fff;
	font-size: 11px;
	display: inline-block;
	background: #03a9f4;
	padding: 1px 8px;
	border-radius: 20px;
}
.progress-bar span::before {
	border-color: #03a9f4 transparent transparent;
	border-style: solid;
	border-width: 6px;
	bottom: 0;
	content: "";
	position: absolute;
	right: 12px;
	top: 21px;
	z-index: 2;
}
/*IE Fixing*/
.ie11 .progress-bar span, .ie10 .progress-bar span, .ie9 .progress-bar span {
	top: -25px;
	right: 0;
}
.progress .progress-bar.six-sec-ease-in-out {
	-webkit-transition: width 2s ease-in-out;
	-moz-transition: width 2s ease-in-out;
	-o-transition: width 2s ease-in-out;
	transition: width 2s ease-in-out;
}
/* ------------------------------------
  Progress Dot Style
------------------------------------ */
.progress-dot {
	position: relative;
}
.progress-dot::before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #03a9f4;
	border-radius: 50%;
	position: absolute;
	top: 0;
	margin-top: -8px;
	right: -1px;
}
/* ================= Clients ==================== */
.clients-grid .border-box {
	background: #f8f8f8;
	border: 1px dashed #cfcfcf;
	margin-left: -1px;
	margin-bottom: -1px;
	border-radius: 6px;
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	-ms-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}
.clients-grid .border-box a {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clients-grid .border-box img {
	padding: 30px 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
	filter: grayscale(100%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.clients-grid .border-box img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.clients-grid .border-box:hover {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.feature_area {
	background: #f5f5f5;
}
.fix_m {
	margin: 0;
}
.fix_p {
	padding: 0;
}
.single_feature {
	border-right: 1px dashed #dbdbdb;
	height: 250px;
	overflow: hidden;
	position: relative;
	margin-left: -1px;
}
.single_feature:first-child {
	border-left: 1px dashed #dbdbdb;
}
@media (min-width:768px) and (max-width:979px) {
.single_feature {
	border-bottom: 1px dashed #dbdbdb;
}
.purchase-block-bg .container {
	width: 100%;
}
.single_feature:first-child {
	border-bottom: 1px dashed #dbdbdb;
}
}
.mr-top-30 {
	margin-top: 30px;
}
@media (max-width: 991px) {
.mr-top-30 {
	margin-top: 30px;
}
}
@media (max-width: 749px) {
.single_feature {
	border-right: 0px;
	border-bottom: 1px dashed #dbdbdb;
	height: 250px;
	overflow: hidden;
	position: relative;
	margin-left: -1px;
}
.single_feature:first-child {
	border-left: 0px;
}
}
.single_feature:hover {
	background: #2196f3;
	padding: 0 25px 20px;
}
.single_feature i, .single_feature:hover, ul.trigger li.active, .single_service i::after, .single_service i, .owl-item.center .singleTabIcon i, .video_control a#control, .single_pricing hr, .checkBGFull, .ourFeaturesContent::before, .ourFeaturesContent::after, .team_content::before, .team_content, .team_member_photo::before, .team_member_photo, .singleTabIcon i, .client_img, .blog_cont, ul.sub_menu {
	background: #2196f3;
}
svg path, a, a.th_bt, a.th_bt i, .btn, .menu li, .sub_menu, .btn i, .subform button, .subform button i, hr, .single_feature, .single_feature h4, .single_feature i, .single_feature .single_cap, .single_fact i, .single_fact i, .main_slider_nav i, .contact_text button.th_bt, .contact_text button.th_bt i, .single_fact i, figure, figcaption, .single_service, .single_service i::after, .single_service i, .single_service h3, .single_pricing, .single_pricing i, .team_member_photo .bg1, .team_member_photo .bg2, .team_member_photo .bg3, .team_member_photo .bg4, ul.team_social li a i, .single_pricing h5, .single_checkCont .checkIcon i, .single_pricing h1, .single_pricing a, .singleTabIcon i, .widget_gallery figcaption i, .skill_and_video .skillBg, ul.pricing_list li, ul.ft_top li, ul.share_social li a, .tag_list a, .RXcircleEffect, .single_service p, .top_menu_area ul.nav.navbar-nav li a::after, ul.share_social li a i, ul.sidebarList li a, .ft_bottom > li a::after, .colorDemo i.icon-tools-2, .client_img h6, .top_menu_area ul.nav.navbar-nav li ul.sub_menu li::after, .top_menu_area ul.nav.navbar-nav li a::after, ul.top_contact li a, .page_down i {
	transition: all 0.5s ease 0s;
}
.text-center {
	text-align: center;
}
.single_cap a.th_bt, .single_feature:hover i, .checkIcon i, .social_btn a.th_bt, .single_pricing.active a.th_bt, .single_pricing:hover a.th_bt, ul.team_social li a:hover i, .our_team a.th_bt, .blog_area a.th_bt, .slider_area a.th_bt.slider_learn, .single_pricing.active i, .single_pricing:hover i {
	background: #ffffff;
	color: #2196f3;
}
.single_feature:hover i {
	background: #fff;
	color: #2196f3;
	font-size: 17.5px;
	height: 55px;
	line-height: 73px;
	margin-bottom: 16px;
	width: 35px;
}
.single_feature i {
	background: #2196f3;
	border-radius: 0 0 30px 30px;
	color: #fff;
	font-size: 30px;
	height: 125px;
	line-height: 190px;
	margin-bottom: 30px;
	text-align: center;
	width: 58px;
}
.single_feature:hover h4 {
	color: #fff;
	font-size: 16px;
}
.single_feature h4 {
	color: #232323;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.single_feature:hover .single_cap {
	top: 41%;
}
.single_cap {
	height: 100%;
	left: 0;
	padding: 0 20px;
	position: absolute;
	top: 100%;
	width: 100%;
}
.single_cap p {
	color: #eeeeee;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 17px;
}
.single_cap a.th_bt, .single_feature:hover i, .checkIcon i, .social_btn a.th_bt, .single_pricing.active a.th_bt, .single_pricing:hover a.th_bt, ul.team_social li a:hover i, .our_team a.th_bt, .blog_area a.th_bt, .slider_area a.th_bt.slider_learn, .single_pricing.active i, .single_pricing:hover i {
	background: #ffffff;
	color: #2196f3;
	font-size: 14px;
}
.zmdi {
	display: inline-block;
	font-family: "Material-Design-Iconic-Font";
	font-kerning: auto;
	font-size: inherit;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
}
/* ------------------------------------
  Grid Gutter Style
------------------------------------ */
.clients-grid.grid-gutter .border-box {
	margin-bottom: 30px;
}

/* ------------------------------------
  Gutter Style
------------------------------------ */
@media (max-width: 991px) {
.clients-grid.gutter .border-box {
	margin-bottom: 30px;
}
}
/* ------------------------------------
  Gallery Thumb
------------------------------------ */
.gallery-thumb .flex-viewport li img {
	width: 100%;
}
.gallery-thumb .flex-control-thumbs {
	margin: -41px 0 0;
}
.gallery-thumb .flex-control-thumbs li {
	width: 76px;
	float: none;
	margin: 0 6px;
}
.gallery-thumb .flex-control-thumbs img {
	width: 76px;
	height: 76px!important;
	border-radius: 12%;
	background: #fff;
	padding: 4px;
	opacity: 1;
	z-index: 100;
	position: relative;
}
.gallery-thumb .flex-direction-nav a {
	opacity: 1;
	top: auto;
	bottom: 45px;
	text-align: center;
}
.gallery-thumb .flex-direction-nav .flex-prev {
	left: 15px;
}
.gallery-thumb .flex-direction-nav .flex-next {
	right: 15px;
}
.gallery-thumb .flex-direction-nav a.flex-prev::before, .gallery-thumb .flex-direction-nav a.flex-next::before {
	font-family: 'Material Icons';
	font-size: 20px;
	color: #fff;
}
.gallery-thumb .flex-direction-nav a.flex-prev::before {
	content: 'arrow_back';
}
.gallery-thumb .flex-direction-nav a.flex-next::before {
	content: 'arrow_forward';
}
 @media screen and (max-width: 370px) {
.gallery-thumb .flex-control-thumbs li {
	width: 50px;
}
.gallery-thumb .flex-control-thumbs img {
	width: 50px;
	height: 50px!important;
}
}
@media screen and (max-width: 991px) {
.top-bar {
	display: none;
}
}
/* ------------------------------------
  Flat Icon Setup
------------------------------------ */
i[class^="flaticon-"] {
	line-height: 50px;
	display: inline-block;
}
i[class^="flaticon-"]:before {
	font-size: 45px;
	margin-left: 0;
}
/* ------------------------------------
  Material CSS
------------------------------------ */
nav {
	background-color: transparent;
}
nav ul, nav ul li {
	float: none;
}
nav ul li:hover, nav ul li.active {
	background-color: transparent;
}
nav ul a {
	font-size: inherit;
}
 @media only screen and (min-width: 1200px) {
.container {
	width: 1170px;
}
}
 @media only screen and (max-width: 749px) {
.container {
	width: 100%;
}
}
@media only screen and (max-width: 601px) {
.container {
	width: 100%;
}
.section-padding {
	padding: 50px 0;
}
.mb-80 {
	margin-bottom: 50px !important;
}
.panel-default > .panel-heading {
	padding: 15px;
}
.featured li {
	float: left;
	padding: 60px 10px 20px;
	position: relative;
	text-align: center;
}
.font-30 {
	line-height: 34px;
}
.padding-bottom-120 {
	padding-bottom: 60px;
}
.padding-top-100 {
	padding-top: 60px;
}
.portfolio-filter li {
	line-height: 24px;
	padding: 7px 15px;
}
#undefined-accordion .panel-default {
	margin-bottom: 15px;
}
.round-tab ul.nav-pills li {
	width: 94%;
	text-align: center;
	margin: 0 auto;
}
.counter-wrap {
	padding: 40px 0;
}
}
@media only screen and (max-width: 479px) {
.back-top {
	bottom: -72px;
	color: #03a9f4 !important;
	left: 0;
	margin: 0 auto;
	position: absolute !important;
	right: 0;
	text-align: center;
}
.list-inline > li {
	padding: 5px;
}
.team-tab .panel-body {
	padding: 0 20px;
}
.icon-tab .nav > li {
	width: 95%;
}
.icon-tab .nav > li > a {
	width: 100%;
	margin-bottom: 0px
}
}
.container .row, .container-fluid .row {
	margin-bottom: 0;
}
.container .row {
	margin-right: -15px;
	margin-left: -15px;
}
.row .col {
	padding-right: 15px;
	padding-left: 15px;
}
.carousel {
	height: auto;
}
#owl-demo .section img {
	display: block;
	width: 100%;
	height: auto;
}
/* ------------------------------------
  Button Style In Shortcode Page
------------------------------------ */
.button-style .btn, .button-style .btn-large {
	margin-right: 30px;
	margin-bottom: 30px;
}
.button-style .btn-floating i {
	height: auto !important;
}
@media (max-width: 768px) {
.consultancy-wrapper {
	padding: 0 30px;
}
}
@media (max-width: 480px) {
.consultancy-man img {
	max-width: 100%;
}
}
/* ------------------------------------
  Chart CSS
------------------------------------ */
.chart-wrapper h2 {
	font-size: 40px;
	color: #202020;
}
.chart-text-gray {
	color: #202020;
}
.chart-wrapper.overlay::before {
	background-color: rgba(44, 41, 41, 0.5);
}
.chart {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 150px;
	text-align: center;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.percent {
	display: inline-block;
	line-height: 150px;
	z-index: 2;
	font-weight: 700;
	font-size: 30px;
}
.percent:after {
	content: '%';
}
.chart-text span {
	font-size: 16px;
	font-weight: 700;
	color: #999999;
	text-transform: uppercase;
	display: block;
	margin-top: 25px;
}
@media screen and (min-width: 768px) {
.chart-wrapper h2 {
	line-height: 50px;
}
}
/* ------------------------------------ 
  Equal Height Columns
------------------------------------ */
@media (max-width: 767px) {
.equal-height-column {
	height: auto !important;
}
.js-tabcollapse-panel-body img {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.panel-default > .panel-heading {
	padding: 15px;
}
.js-tabcollapse-panel-body p {
	padding-top: 30px;
	text-align: justify;
}
.border-bottom-tab .panel-body {
	padding: 30px 20px;
}
.purchase-block-bg {
	text-align: center;
}
.purchase-block-bg .font-24 {
	line-height: 32px;
}
.promo-box {
	padding: 30px 10px !important;
}
}
/* ------------------------------------
  TT Animate CSS
------------------------------------ */
.tt-animate i {
	text-align : center;
	overflow : hidden;
	-webkit-transition : all 0.5s;
	-moz-transition : all 0.5s;
	transition : all 0.5s;
}
.tt-animate i::before {
	speak : none;
	display : block;
	-webkit-font-smoothing : subpixel-antialiased !important;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility : hidden;
	-ms-backface-visibility : hidden;
}
/* ------------------------------------
  Left To Right
------------------------------------*/
.tt-animate.ltr i:hover::before {
	-webkit-animation : LeftToRight 0.3s forwards;
	-moz-animation : LeftToRight 0.3s forwards;
	animation : LeftToRight 0.3s forwards;
}
.tt-animate.ltr i:before {
	-webkit-animation : RightToLeft 0.3s forwards;
	-moz-animation : RightToLeft 0.3s forwards;
	animation : RightToLeft 0.3s forwards;
}
/* ------------------------------------
  Right To Left
------------------------------------ */
.tt-animate.btt i:hover::before {
	-webkit-animation : BottomToTop 0.3s forwards;
	-moz-animation : BottomToTop 0.3s forwards;
	animation : BottomToTop 0.3s forwards;
}
.tt-animate.btt i:before {
	-webkit-animation : TopToBottom 0.3s forwards;
	-moz-animation : TopToBottom 0.3s forwards;
	animation : TopToBottom 0.3s forwards;
}
/* ------------------------------------
  Left to Right key frame
------------------------------------ */
@-webkit-keyframes LeftToRight {
49% {
 -webkit-transform : translate(100%);
}
50% {
 opacity : 0;
 -webkit-transform : translate(-100%);
}
51% {
 opacity : 1;
}
}
@-moz-keyframes LeftToRight {
49% {
 -moz-transform : translate(100%);
}
50% {
 opacity : 0;
 -moz-transform : translate(-100%);
}
51% {
 opacity : 1;
}
}
@keyframes LeftToRight {
49% {
 transform : translate(100%);
}
50% {
 opacity : 0;
 transform : translate(-100%);
}
51% {
 opacity : 1;
}
}
/* ------------------------------------
  Right to Left key frame
------------------------------------ */

@-webkit-keyframes RightToLeft {
49% {
 -webkit-transform : translate(100%);
}
50% {
 opacity : 0;
 -webkit-transform : translate(-100%);
}
51% {
 opacity : 1;
}
}
@-moz-keyframes RightToLeft {
49% {
 -webkit-transform : translate(-100%);
}
50% {
 opacity : 0;
 -webkit-transform : translate(100%);
}
51% {
 opacity : 1;
}
}
@keyframes RightToLeft {
49% {
 -webkit-transform : translate(100%);
}
50% {
 opacity : 0;
 -webkit-transform : translate(-100%);
}
51% {
 opacity : 1;
}
}

/* ------------------------------------
  Bottom to Top key frame
------------------------------------ */
@-webkit-keyframes BottomToTop {
49% {
 -webkit-transform : translateY(-100%);
}
50% {
 opacity : 0;
 -webkit-transform : translateY(100%);
}
51% {
 opacity : 1;
}
}
@-moz-keyframes BottomToTop {
49% {
 -moz-transform : translateY(-100%);
}
50% {
 opacity : 0;
 -moz-transform : translateY(100%);
}
51% {
 opacity : 1;
}
}
@keyframes BottomToTop {
49% {
 transform : translateY(-100%);
}
50% {
 opacity : 0;
 transform : translateY(100%);
}
51% {
 opacity : 1;
}
}
/* ------------------------------------ 
  Top to Bottom key frame
------------------------------------ */
@-webkit-keyframes TopToBottom {
49% {
 -webkit-transform : translateY(-100%);
}
50% {
 opacity : 0;
 -webkit-transform : translateY(100%);
}
51% {
 opacity : 1;
}
}
@-moz-keyframes TopToBottom {
49% {
 -moz-transform : translateY(-100%);
}
50% {
 opacity : 0;
 -moz-transform : translateY(100%);
}
51% {
 opacity : 1;
}
}
@keyframes TopToBottom {
49% {
 transform : translateY(-100%);
}
50% {
 opacity : 0;
 transform : translateY(100%);
}
51% {
 opacity : 1;
}
}
/* ------------------------------------
  screenshot-carousel
------------------------------------*/
.screenshot-carousel-wrapper .carousel-control {
	top: 50%;
	margin-top: -35px;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
	width: 70px;
	height: 70px;
	font-size: 40px;
	line-height: 70px;
	background: #fff;
	background-image: none !important;
	border-radius: 50%;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.screenshot-carousel-wrapper .carousel-control:hover {
	color: #fff;
	background: #81c784;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
 @media screen and (min-width: 850px) {
.screenshot-carousel-wrapper .carousel-control.left {
	left: -70px;
}
.screenshot-carousel-wrapper .carousel-control.right {
	right: -70px;
}
}
@media screen and (max-width: 767px) {
.screenshot-carousel-wrapper .carousel-control {
	margin-top: -20px;
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
}
.has-header-search .menuzord-menu {
	border-top: 1px solid #e2e2e2;
	margin-right: 0;
	margin-top: 15px;
	padding-top: 15px;
}
}
/* ------------------------------------
  Newsletter Subscription
------------------------------------ */
.subscription-success {
	color: #fff;
	line-height: 24px;
	margin-top: 20px;
}

/* ================= Search Style ==================== */
.has-header-search .menuzord-menu {
	margin-right: 30px;
}
.search-trigger {
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
	z-index: 200
}
.search-trigger:focus {
	outline: none
}
.search-trigger i {
	font-size: 18px;
	line-height: 102px;
	color: #202020;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0px auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
 @media (min-width: 769px) {
.search-trigger.light i {
	color: #fff;
}
.search-trigger.dark i {
	color: #202020;
}
.sticky .search-trigger.light i {
	color: #999;
}
.sticky .search-trigger.light.semidark i {
	color: #fff;
}
}
.search-trigger i:hover {
	color: #03a9f4;
}
.tt-nav.sticky .search-trigger i.material-icons {
	line-height: 72px;
}
.search-trigger .search-btn {
	padding: 0;
	outline: 0;
	width: 40px;
	height: 40px;
	margin-top: 30px;
	border-radius: 50%;
	box-sizing: border-box;
	transform-origin: 50%;
	-webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.search-trigger .search-btn:active, .search-trigger .search-btn:focus {
	outline: none
}
.search-trigger .icon-search, .search-trigger .search-close {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.icon-search {
	position: absolute;
	top: 18px;
	left: 20px;
	font-size: 28px
}
.search-close {
	background: #03A9F4;
	border-radius: 50px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	position: fixed;
	top: 40px;
	right: 40px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 30px;
	visibility: hidden;
	-webkit-transform: translate(10px, 0) rotate(90deg);
	-moz-transform: translate(10px, 0) rotate(90deg);
	-ms-transform: translate(10px, 0) rotate(90deg);
	-o-transform: translate(10px, 0) rotate(90deg);
	transform: translate(10px, 0) rotate(90deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 1001;
	cursor: pointer
}
.search-close:hover {
	color: #fff;
}
.search-form-wrapper {
	position: relative;
}
.search-form-wrapper .search-button {
	position: absolute;
	top: 105px;
	right: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	padding: 0;
}
.search-form-wrapper .input-field label, .search-form-wrapper .input-field input[type=text] {
	color: #fff;
	font-size: 17px;
}
.search-form-wrapper .input-field label.active {
	font-size: 12px;
}
.search-form-wrapper form {
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	pointer-events: none;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(40px, 0);
	-moz-transform: translate(40px, 0);
	-ms-transform: translate(40px, 0);
	-o-transform: translate(40px, 0);
	transform: translate(40px, 0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 1000;
}
.active-search {
	overflow: hidden
}
.active-search .search-form-wrapper form, .active-search .search-close {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.active-search .search-trigger .icon-search {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	visibility: hidden
}
.active-search .search-trigger .search-btn {
	position: relative;
	cursor: default;
	z-index: 300;
	background-color: rgba(13, 65, 84, 0.90);
	-webkit-transform: scale(90);
	-moz-transform: scale(90);
	-ms-transform: scale(90);
	-o-transform: scale(90);
	transform: scale(90);
}
 @media screen and (max-width: 768px) {
.search-trigger i {
	line-height: 70px;
}
.search-trigger .search-btn {
	margin-top: 6px;
}
}
/* ================= Preloader ==================== */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 999999;
	text-align: center;
}
#preloader .preloader-position {
	width: 100%;
	margin: 0 auto;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.preloader-position img {
	border-radius: 50px;
}
#preloader .progress {
	height: 2px;
	margin: 35px 0;
}
#preloader .progress .indeterminate {
	background: #03a9f4;
}
.lt-co-icon {
	display: block;
	float: left;
}
.lt-co-blok-text {
	padding-left: 55px;
}
.lt-co-title {
	color: #343d46;
	font-size: 18px;
	font-weight: 600;
}
.lt-co-blok-text hr {
	border: 0 none;
	bottom: 0;
	height: 2px;
	left: 0;
	margin: 10px 0;
	position: relative;
	right: 0;
	text-align: left;
	top: -3px;
	width: 10%;
}
.lt-co-yellow-hr {
	background: #494e53 none repeat scroll 0 0 !important;
}
.media-iconic .media-body p {
	color: #343d46;
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	padding-bottom: 10px;
}
.media-iconic .media-body p a {
	font-size: 16px;
	color: #03a9f4;
}
.media-iconic .media-body p a:hover {
	font-size: 16px;
	color: #343d46;
}
.lt-bdr-one {
	border-bottom: 2px solid #494e53;
}
.lt-co-green-hr {
	background: #f5c026 none repeat scroll 0 0 !important;
}
.lt-bdr-two {
	border-bottom: 2px solid #f5c026;
}
.media-iconic .media-body p b {
	font-weight: 600;
}
.lt-bdr-three {
	border-bottom: 2px solid #39a2e9;
}
.lt-co-blok-text hr {
	border: 0 none;
	bottom: 0;
	background: #39a2e9;
	height: 2px;
	left: 0;
	margin: 10px 0;
	position: relative;
	right: 0;
	text-align: left;
	top: -3px;
	width: 30px;
}
#pageloader .loader-inner {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#pageloader {
	background-color: #fff;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
#pageloader .loader-inner img {
	display: block;
	margin: 0 auto;
}
/* ------------------------------------
  CountDown
------------------------------------ */
.countdown {
	margin-bottom: 0
}
.countdown li {
	display: inline-block;
	text-align: center;
}
.countdown li+li {
	margin-left: 50px;
}
.countdown li p {
	text-transform: uppercase;
	margin: 0;
}
.countdown li span {
	font-size: 40px;
	font-weight: 900;
	color: #03a9f4;
}
@media screen and (max-width: 650px) {
.countdown li+li {
	margin-left: 10px;
}
.mt-60 {
	margin-top: 60px;
}
}
/* ------------------------------------
  Team Member Style
------------------------------------ */
.team-tab .nav-tabs {
	border-bottom: 0;
}
.team-tab .nav-tabs>li>a {
	padding: 0;
	border: 0;
}
.team-tab .nav-tabs>li>a, .team-tab .nav-tabs.nav-justified>li>a {
	margin-right: 15px;
}
.team-tab .nav-tabs>li.active>a, .team-tab .nav-tabs>li.active>a:focus, .team-tab .nav-tabs>li.active>a:hover, .team-tab .nav-tabs.nav-justified>.active>a, .team-tab .nav-tabs.nav-justified>.active>a:focus, .team-tab .nav-tabs.nav-justified>.active>a:hover {
	border: 0;
	position: relative;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border-radius: 50%;
}
.team-tab .nav-tabs>li.active>a::before {
	content: "";
	background: rgba(3, 169, 244, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	border-radius: 50%;
}
.team-tab .nav-tabs>li>a img {
	width: 100%;
	border-radius: 50%;
}
.team-tab .panel-body {
	padding: 40px 0 0;
}
.team-tab .team-intro {
	padding-top: 20px;
}
.team-tab .team-intro h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 35px;
}
.team-tab .team-intro h3 small {
	font-size: 20px;
	font-weight: 400;
	color: #202020;
	display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
.team-tab .team-intro {
	padding-top: 0;
}
}
/* ------------------------------------
  Team Social Links
------------------------------------ */
.team-social-links {
	margin: 0;
	padding: 12px 0;
	border-top: 1px dashed #cfcfcf;
}
.team-social-links li a {
	background: #03a9f4 none repeat scroll 0 0;
	border-radius: 20px;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 35px;
	line-height: 36px;
	width: 35px;
}
.team-social-links li a:hover {
	color: #03a9f4;
	background: #f2f2f2;
}
/* ------------------------------------
  Tab to Accordion
------------------------------------ */
@media (max-width: 767px) {
.team-tab .panel-body {
	padding: 0 30px;
}
.team-tab img {
	margin: 0 auto;
	width: 100%;
}
.team-tab .team-img img {
	display: none;
}
.team-social-links {
	border-top: 0;
}
}
/* ------------------------------------
  Team Style Two
------------------------------------ */
.team-wrapper {
	background: #fff;
	border: 1px solid #eee;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.team-wrapper:hover {
	border: 1px solid transparent;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.team-wrapper img {
	width: 100%;
}
.team-title {
	padding: 28px 28px 0 28px;
}
.team-title h3 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.team-title h3 a {
	color: #202020;
}
.team-title h3 a:hover {
	color: #03a9f4;
}
.team-title span {
	display: block;
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 22px;
}
.team-title p {
	color: #bcbcbc;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	transition: color 0.3s;
}
.team-wrapper:hover .team-title p {
	color: #999;
}
/* ------------------------------------
  Testimonial
------------------------------------ */
.thumb-carousel .icon {
	margin-bottom: 50px;
}
.thumb-carousel .testimonial-meta {
	font-weight: 700;
	margin-bottom: 30px;
}
.thumb-carousel .testimonial-meta span {
	color: #999;
	font-weight: 400;
}
/* ------------------------------------
  Circle Thumbnail Carousel
------------------------------------ */
.circle-thumb .flex-control-thumbs li {
	width: 72px;
	float: none;
	margin: 0 15px;
}
.circle-thumb .flex-control-thumbs img {
	opacity: .1;
	border-radius: 50%;
}
.circle-thumb .flex-control-thumbs img.flex-active {
	opacity: 1;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.circle-thumb-list-img {
	float: none;
	height: auto;
	margin: 0px auto 10px;
	width: 80px;
}
.testimonial-meta {
	font-size: 18px;
	font-weight: bold;
}
/* ------------------------------------
  Square Thumbnail Carousel
------------------------------------ */
.square-thumb .content p {
	font-size: 18px;
}
.square-thumb .testimonial-meta {
	color: #202020;
	font-size: 18px;
	font-weight: 700;
}
.square-thumb .testimonial-meta span {
	display: block;
	color: #999;
	font-size: 14px;
	font-weight: 400;
}
.square-thumb .flex-control-thumbs li {
	width: 70px;
	float: none;
	margin: 0 2px;
}
.square-thumb .flex-control-thumbs img {
	opacity: .4;
}
.square-thumb .flex-control-thumbs img.flex-active {
	opacity: 1;
}
@media screen and (max-width: 370px) {
.square-thumb .flex-control-thumbs li {
	width: 60px;
}
}
/* ------------------------------------
  Logo Thumbnail
------------------------------------ */
.logo-thumb .content p {
	font-size: 18px;
}
.logo-thumb .testimonial-meta {
	overflow: hidden;
	display: inline-block;
}
.logo-thumb .client-thumb {
	float: left;
	margin-right: 10px;
}
.logo-thumb .client-thumb img {
	width: 72px;
	height: 72px;
}
.logo-thumb .testimonial-meta {
	font-size: 22px;
	text-transform: capitalize;
}
.logo-thumb .client-info {
	float: left;
	margin-top: 10px;
}
.logo-thumb .testimonial-meta span {
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	text-align: left;
}
.logo-thumb .flex-control-thumbs img {
	opacity: .4;
	padding: 20px 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.logo-thumb .flex-control-thumbs {
	padding: 20px 15px;
}
.logo-thumb .flex-control-thumbs li {
	border: 1px solid #eee;
	margin-left: -1px;
	margin-bottom: -1px;
	-webkit-transition: box-shadow 0.1s;
	-moz-transition: box-shadow 0.1s;
	-ms-transition: box-shadow 0.1s;
	transition: box-shadow 0.1s;
}
.logo-thumb .flex-control-thumbs img.flex-active {
	background: #ffffff;
	position: relative;
	z-index: 100;
	opacity: 1;
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 14px 0 rgba(0, 0, 0, 0.19);
}
.logo-thumb-right .content p {
	font-size: 18px;
}
.logo-thumb-right .testimonial-meta {
	font-size: 22px;
	text-transform: uppercase;
}
.logo-thumb-right .testimonial-meta span {
	display: block;
	font-size: 14px;
	text-transform: capitalize;
}
.logo-thumb-right .flex-control-thumbs img {
	opacity: .4;
	padding: 10px 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.logo-thumb-right .flex-control-thumbs {
	padding: 0 15px 20px;
}
.logo-thumb-right .flex-control-thumbs li {
	width: 33.33%;
	border: 1px solid #eee;
	margin-left: -1px;
	margin-bottom: -1px;
	-webkit-transition: box-shadow 0.1s;
	-moz-transition: box-shadow 0.1s;
	-ms-transition: box-shadow 0.1s;
	transition: box-shadow 0.1s;
}
.logo-thumb-right .flex-control-thumbs img.flex-active {
	position: relative;
	z-index: 100;
	opacity: 1;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* ------------------------------------
  flex-direction-nav icon
------------------------------------ */
.flex-direction-nav a:before {
	font-size: 25px;
	line-height: 40px;
	color: #03a9f4;
	text-shadow: none;
}
@media (max-width: 767px) {
.logo-thumb .flex-control-thumbs {
	display: block;
}
.logo-thumb .flex-control-thumbs img {
	padding: 0px;
}
}
 @media (min-width: 992px) {
.logo-thumb-right .flex-viewport {
	width: 50%;
	float: left;
}
.logo-thumb-right .flex-control-nav {
	width: 50%;
	float: right;
	text-align: right;
}
}
/* ------------------------------------
  Carousel Testimonial Style Two
------------------------------------ */
.carousel-testimonial {
	padding: 40px;
	border-radius: 4px;
	height: inherit;
}
.carousel-testimonial .avatar {
	margin-bottom: 30px;
}
.carousel-testimonial .testimonial-meta {
	font-weight: 700;
	margin-bottom: 30px;
}
.carousel-testimonial .testimonial-meta span {
	color: #999;
	font-weight: 400;
}
.carousel-testimonial .circle-thumb-list-img {
	float: none;
	height: auto;
	margin: 0 auto 10px;
	width: 80px;
}
.carousel-testimonial .circle-thumb-list-img img {
	display: block;
	transform-style: preserve-3d;
	width: 100%;
}
.flex-viewport .circle-thumb-list-img {
	float: none;
	height: auto;
	margin: 0 auto 10px;
	width: 80px;
}
.flex-viewport .circle-thumb-list-img img {
	display: block;
	transform-style: preserve-3d;
	width: 100%;
}
.carousel-testimonial .carousel-control {
	top: auto;
	bottom: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #ddd;
	text-shadow: none;
	opacity: 1;
	background-image: none !important;
	filter: 0;
}
.carousel-testimonial .carousel-control.left {
	left: 50%;
	margin-left: -45px;
	background: #d8d8d8;
	border-radius: 50px;
	line-height: 50px;
	color: #ffffff;
}
.carousel-testimonial .carousel-control.right {
	right: 50%;
	margin-right: -45px;
	background: #d8d8d8;
	border-radius: 50px;
	line-height: 50px;
	color: #ffffff;
}
.carousel-testimonial .carousel-control:focus, .carousel-testimonial .carousel-control:hover {
	color: #03a9f4;
	opacity: 1;
}
.carousel-testimonial.brand-bg .carousel-control:focus, .carousel-testimonial.brand-bg .carousel-control:hover {
	color: #fff;
}
.carousel-testimonial .carousel-control.book:focus, .carousel-testimonial .carousel-control.book:hover {
	color: #F44336;
}
.carousel-testimonial.gray-bg {
	background-color: #f9f9f9!important;
	border: 1px dashed #cfcfcf;
}
/* ------------------------------------
  Quote Carousel
------------------------------------ */
.quote-carousel.owl-theme .owl-dots .owl-dot span {
	margin: 5px 4px;
	-webkit-transition: background 200ms ease;
	-moz-transition: background 200ms ease;
	transition: background 200ms ease;
}
.quote-carousel.owl-theme .owl-dots .owl-dot.active span, .quote-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: #ffffff;
}
.quote-carousel.owl-theme .owl-dots .owl-dot.active span {
	width: 25px;
}
.quote-carousel.owl-theme .owl-controls {
	margin-top: 50px;
}
.brand-bg .quote-carousel.owl-theme .owl-dots .owl-dot span {
	background: rgba(255, 255, 255, 0.5);
}
.brand-bg .quote-carousel.owl-theme .owl-dots .owl-dot.active span, .brand-bg .quote-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}
/* ------------------------------------
  Static Testimonial
------------------------------------ */
.client-testimonial {
	padding: 40px 80px 60px;
}
.client-testimonial .avatar {
	margin-bottom: 50px;
}
.client-testimonial .testimonial-meta {
	font-weight: 700;
}
.client-testimonial .testimonial-meta span {
	color: #999;
	font-weight: 400;
}
 @media screen and (max-width: 767px) {
.client-testimonial {
	padding: 30px 30px 50px;
}
}
/* ------------------------------------
  Slider use overlay on light background and btn
------------------------------------ */
.tp-overlay {
	background: rgba(0,0,0, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.tp-overlay.purple-overlay {
	background-color: rgba(47, 30, 52, 0.75);
}
.rev-heading-intro {
	font: normal 42px "Open Sans", sans-serif;
}
.rev-heading {
	font: normal 60px "Open Sans", sans-serif;
}
.rev-subheading {
	font: normal 22px/1.5 "futura_lt_bt_light-webfont", sans-serif;
}
.rev-btn .btn {
	height: auto;
}
.btn-download.app-download {
	color: #03a9f4;
	background-color: #fff;
	height: auto;
}
.btn-download.app-download:focus, .btn-download.app-download:hover {
	color: #fff;
	background-color: #03a9f4;
}
.btn-download.book-download {
	color: #F44336;
	background: #fff;
	height: auto;
}
.btn-download.book-download:focus, .btn-download.book-download:hover {
	color: #fff;
	background: #F44336;
}
.btn-download.app-download i, .btn-download.book-download i {
	position: relative;
	top: -5px;
	line-height: 35px;
}
.btn-download.app-download span, .btn-download.book-download span {
	display: inline-block !important;
}
/* ------------------------------------
  Blog Hompage
------------------------------------ */
.tp-caption.Newspaper-Title, .Newspaper-Title, .tp-caption.Newspaper-Subtitle, .Newspaper-Subtitle, .erinyen .tp-tab-desc, .erinyen .tp-tab-title {
		font-family: 'Oxygen', sans-serif !important;
}
.erinyen .tp-tab-title {
	color: #03a9f4 !important;
}
/* ------------------------------------
  Promo Box
------------------------------------ */
.promo-box {
	padding: 40px;
	display: block;
	width: 100%;
}
.promo-box, .text-center .promo-btn, .text-center .promo-btn a, .full-width.promo-box .container {
	position: relative;
}
.text-center .promo-btn, .text-center .promo-btn a, .text-center .promo-info span, .text-center .promo-info {
	display: inline-block;
}
.promo-box-block {
	background: rgba(3, 169, 244, 0.8);
	border: 5px solid #fff;
	padding: 30px;
	border-radius: 3px;
}
.promo-info {
	padding-right: 200px;
}
.promo-info .promo-icon {
	background-color: #03a9f4;
	width: 73px;
	height: 73px;
	color: #fff;
	font-size: 30px;
	line-height: 73px;
	text-align: center;
	float: left;
	margin-right: 25px;
}
.promo-info .promo-icon.circle {
	border-radius: 50%;
}
.text-center .promo-info {
	padding-right: 0;
}
.promo-info p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 0;
}
.promo-btn {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -25px;
}
.text-center .promo-info p {
	margin-bottom: 30px;
}
.promo-box.border-box {
	border: 1px solid #d7d7d7;
}
.promo-pattern {
	background-image: url(../img/banner/pattern.jpg);
	background-repeat: repeat;
	height: auto;
}
.promo-parallax {
	background-image: url(../img/banner/banner-2.jpg);
	background-repeat: no-repeat;
	height: auto;
	background-attachment: fixed;
	background-size: cover;
}
@media screen and (max-width: 767px) {
.promo-info {
	padding-right: 0;
}
.promo-btn {
	margin-top: 0;
	position: relative;
	right: 0;
	top: 0;
	margin-top: 20px;
}
}
@media (min-width: 992px) {
.content-promo-box.banner {
	background: url("../img/mockup/device.png") right center no-repeat #f5f5f5;
}
}
/* ------------------------------------
  quote box
------------------------------------ */
.quote-box .quote-intro {
	display: block;
	letter-spacing: 4px;
	margin-bottom: 10px;
}
.quote-box .author {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0;
}
.quote-box .author .role {
	display: block;
	font-size: 14px;
	font-weight: 400;
}
/* ------------------------------------
  Background page and page Title
------------------------------------ */
.page-title {
	position: relative;
	background-color: #f5f5f5;
}
.page-title h1, .page-title h2, .page-title h3 {
	margin-bottom: 0;
}
.page-title span {
	margin-top: 5px;
	display: block;
	color: #929294;
}
.page-title .container {
	position: relative;
}
.page-title .breadcrumb {
	position: absolute;
	background-color: transparent;
	width: auto;
	top: 50%;
	left: auto;
	right: 30px;
	margin: -10px 0 0 0;
	padding: 0;
	font-size: 14px;
}
.page-title .breadcrumb a {
	color: #03a9f4;
}
.page-title .breadcrumb a:hover {
	color: #ffffff;
}
.page-title .breadcrumb:before {
	display: none;
}
.page-title .breadcrumb li {
	letter-spacing: 0.5px;
}
.page-title[class*='dark-'] .breadcrumb>.active {
	color: #fff;
}
.page-title.no-bg {
	background: none;
	border-bottom: 1px solid #f5f5f5;
}
.page-title-bg {
	background-image: url(../img/bg-page-header.jpg);
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-title.fixed-bg {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.page-title.pattern-bg {
	background-image: url(../img/banner/pattern.jpg);
	background-repeat: repeat;
	height: auto;
}
.page-title.page-title-center {
	text-align: center;
}
.page-title.page-title-center .breadcrumb {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 20px 0 0 0;
}
.page-title.page-title-right {
	text-align: right;
}
.page-title.page-title-right .breadcrumb {
	left: 30px;
	right: auto;
}
@media screen and (max-width: 768px) {
.page-title {
	margin-top: 46px;
}
}
@media (min-width: 1480px) {
.page-title.fixed-bg {
	background-size: contain;
}
}
@media (max-width: 767px) {
.page-title, .page-title.page-title-right {
	text-align: center;
}
.page-title .breadcrumb {
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	margin: 10px 0 0 !important;
	position: relative !important;
}
}
/* ------------------------------------
  Form Style
------------------------------------ */
input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
	border-bottom: 1px solid #9b9b9b;
	font-size: 14px !important;
}
input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #03a9f4;
	box-shadow: 0 1px 0 0 #03a9f4;
}
input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=date]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
	color: #03a9f4 !important;
}
textarea.materialize-textarea {
	min-height: 60px !important;
}
.white-form input[type=text], .white-form input[type=password], .white-form input[type=email], .white-form input[type=url], .white-form input[type=time], .white-form input[type=date], .white-form input[type=datetime-local], .white-form input[type=tel], .white-form input[type=number], .white-form input[type=search], .white-form textarea.materialize-textarea {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.white-form input[type=text]:focus:not([readonly]), .white-form input[type=password]:focus:not([readonly]), .white-form input[type=email]:focus:not([readonly]), .white-form input[type=url]:focus:not([readonly]), .white-form input[type=time]:focus:not([readonly]), .white-form input[type=date]:focus:not([readonly]), .white-form input[type=datetime-local]:focus:not([readonly]), .white-form input[type=tel]:focus:not([readonly]), .white-form input[type=number]:focus:not([readonly]), .white-form input[type=search]:focus:not([readonly]), .white-form textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #fff;
	box-shadow: 0 1px 0 0 #fff;
}
.white-form .input-field label, .white-form input[type=text]:focus:not([readonly]) + label, .white-form input[type=password]:focus:not([readonly]) + label, .white-form input[type=email]:focus:not([readonly]) + label, .white-form input[type=url]:focus:not([readonly]) + label, .white-form input[type=time]:focus:not([readonly]) + label, .white-form input[type=date]:focus:not([readonly]) + label, .white-form input[type=datetime-local]:focus:not([readonly]) + label, .white-form input[type=tel]:focus:not([readonly]) + label, .white-form input[type=number]:focus:not([readonly]) + label, .white-form input[type=search]:focus:not([readonly]) + label, .white-form textarea.materialize-textarea:focus:not([readonly]) + label {
	color: #fff !important;
}
/* ------------------------------------
  Feature Accordion Background Color
------------------------------------ */
.feature-accordion.panel-group .panel+.panel {
	margin-top: 10px;
}
.feature-accordion .panel {
	box-shadow: none;
	border: 0;
	border-radius: 0;
	background: transparent;
}
.feature-accordion .panel .panel-heading {
	position: relative;
	padding: 0;
}
.feature-accordion .panel-title a {
	display: block;
	color: #fff;
	padding: 16px;
	border-radius: 30px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}
.feature-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
	background: #f9f9f9;
	border: 1px solid #efefef !important;
	border-radius: 16px;
	padding: 15px;
}
.feature-accordion.brand-accordion .panel-title a {
	background-color: #03a9f4;
}
.feature-accordion.pink-accordion .panel-title a {
	background-color: #ed145b;
}
.feature-accordion.purple-accordion .panel-title a {
	background-color: #673ab7;
}
.feature-accordion.red-accordion .panel-title a {
	background-color: #F6483F;
}
.feature-accordion .panel-title a.collapsed {
	color: #202020;
	background-color: #F9F9F9;
	box-shadow: none;
	border: 1px solid #efefef;
}
.feature-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: 0;
}
.feature-accordion .panel-body {
	padding: 15px 0;
}
.icon .panel .panel-heading a:after {
	font-family: 'FontAwesome';
	font-size: 24px;
	width: 50px;
	height: 99%;
	line-height: 48px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
/* ------------------------------------
  Angle Icon
------------------------------------*/
.angle-icon .panel .panel-heading a:after {
	content: "\f107";
}
.angle-icon .panel .panel-heading a.collapsed:after {
	content: "\f105";
}
/* ------------------------------------
  Plus Icon
------------------------------------*/
.plus-icon .panel .panel-heading a:after {
	content: "\f068";
}
.plus-icon .panel .panel-heading a.collapsed:after {
	content: "\f067";
}
/* ------------------------------------
  Flat Accordion
------------------------------------ */
.flat-accordion {
	padding: 30px;
}
.flat-accordion .panel {
	box-shadow: none;
	border: 0;
	border-radius: 0;
}
.flat-accordion .panel .panel-heading {
	position: relative;
	padding: 0;
	background-color: transparent;
}
.flat-accordion .panel-title {
	font-weight: 500;
}
.flat-accordion .panel-title a {
	display: block;
	color: #03a9f4;
	padding: 10px 0;
}
.flat-accordion.brand-accordion .panel-title a {
	color: #03a9f4;
}
.flat-accordion.pink-accordion .panel-title a {
	color: #ed145b;
}
.flat-accordion .panel-title a.collapsed {
	color: #202020;
}
.flat-accordion .panel-body {
	padding: 15px 0;
}
.flat-accordion.solid-bg .panel {
	background-color: transparent;
}
.flat-accordion.solid-bg .panel-title a {
	color: #fff;
}
.flat-accordion.solid-bg .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: rgba(255, 255, 255, 0.5);
}
.flat-accordion.solid-bg .panel-body {
	color: #fff;
}
/* ------------------------------------
  Alert
------------------------------------ */
.alert {
	border-radius: 2px !important;
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	-ms-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.alert i {
	font-size: 25px;
	margin-right: 10px;
	float: left;
}
/* ------------------------------------
  Alert Border Style
------------------------------------ */
.info-border {
	color: #31708f;
	background-color: #d9edf7;
}
.success-border {
	color: #00c03b;
	background-color: #effdda;
}
.warning-border {
	color: #ff9c00;
	background-color: #fff8ca;
}
.danger-border {
	color: #ff0000;
	background-color: #fff3f3;
}
/* ------------------------------------
  Alert Dark Style
------------------------------------ */
.info-dark {
	color: #fff;
	background-color: #31708f;
}
.success-dark {
	color: #fff;
	background-color: #00c03b;
}
.warning-dark {
	color: #fff;
	background-color: #ff9c00;
}
.danger-dark {
	color: #fff;
	background-color: #ff0000;
}
/* ------------------------------------
  Alert Icon Style
------------------------------------ */
.alert.icon {
	position: relative;
	padding-left: 70px
}
.alert.icon i {
	position: absolute;
	color: #fff;
	height: 100%;
	width: 55px;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 25px;
	line-height: 55px;
	margin-right: 0;
	float: none;
}
.info-icon {
	border-color: #31708f;
	color: #31708f;
}
.info-icon i {
	background: #31708f;
}
.success-icon {
	border-color: #00c03b;
	color: #00c03b;
}
.success-icon i {
	background: #00c03b;
}
.warning-icon {
	border-color: #ff9c00;
	color: #ff9c00;
}
.warning-icon i {
	background: #ff9c00;
}
.danger-icon {
	border-color: #ff0000;
	color: #ff0000;
}
.danger-icon i {
	background: #ff0000;
}
/* ------------------------------------
  Alert Icon Light Background Style
------------------------------------ */
.info-icon.light-bg {
	background-color: #d9edf7;
}
.success-icon.light-bg {
	background-color: #effdda;
}
.warning-icon.light-bg {
	background-color: #fff8ca;
}
.danger-icon.light-bg {
	background-color: #fff3f3;
}
/* ------------------------------------
  Alert With Extra Information
------------------------------------ */
.alert-box {
	padding: 0;
	display: table;
	color: #fff;
	position: relative;
}
.alert-box .icon-wrap {
	display: table-cell;
	vertical-align: middle;
	width: 150px;
	text-align: center;
}
.alert-box .icon-wrap i {
	float: none;
	margin: 0;
}
.alert-box .info-wrap {
	padding: 30px;
}
.alert-box .info-wrap strong {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}
.info-box {
	background-color: #1db2ff;
}
.info-box .icon-wrap {
	background-color: #00a8ff;
}
.success-box {
	background-color: #08e11d;
}
.success-box .icon-wrap {
	background-color: #00d114;
}
.warning-box {
	background-color: #f9be31;
}
.warning-box .icon-wrap {
	background-color: #ffb400;
}
.danger-box {
	background-color: #ff3535;
}
.danger-box .icon-wrap {
	background-color: #ff0000;
}
.alert-box .close {
	position: absolute;
	right: 15px;
	top: 5px;
	color: #fff;
	opacity: 1;
	font-size: 25px;
}
@media (max-width: 767px) {
.alert-box .icon-wrap {
	width: 50px;
}
}
/* ------------------------------------
  Count Up
------------------------------------ */
.counter-wrap strong {
	display: block;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 30px;
}
.count-description {
	font-size: 20px;
	font-weight: 500;
}
.counter-wrap {
	padding: 0;
}
 @media screen and (max-width: 767px) {
.counter-wrap {
	padding: 20px 0;
}
.line-height-40 {
	line-height: 32px;
}
}
.facts-two .counter-wrap .material-icons {
	background: #03a9f4;
	border-radius: 50px;
	font-size: 50px;
	height: 90px;
	line-height: 90px;
	margin-bottom: 20px;
	width: 90px;
}
.counter-box {
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	padding: 40px 0;
	margin: 0 15px;
}
.counter-box i.material-icons:hover {
	background: rgba(255, 64, 129, 0.9) none repeat scroll 0 0;
	border-radius: 50%;
	font-size: 30px;
	height: 50px;
	left: calc(50% - 25px);
	line-height: 50px;
	margin-bottom: 40px;
	margin-top: 20px;
	top: calc(50% - 25px);
	transform: scale(2);
	transition: all 0.5s ease 0s;
	width: 50px;
}
.counter-box:hover {
	cursor: pointer;
	box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.15);
	transform: scale(1.1);
	transition: all 0.3s ease 0s;
}
.facts-two .timer {
	font-family: "Open Sans", sans-serif !important;
	display: block;
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #4b4b4b;
}
.facts-two .count-description {
	font-size: 18px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0.5px;
}
.count-plus-box {
	overflow: hidden;
}
.count-plus-box li {
	width: 50%;
	float: left;
	position: relative;
	padding: 30px 35px;
	text-align: center;
}
@media screen and (max-width: 479px) {
.count-plus-box li {
	width: 100%;
}
}
.count-plus-box li:after, .count-plus-box li:before {
	content: '';
	position: absolute;
}
.count-plus-box li:before {
	height: 100%;
	top: 0;
	right: -2px;
	border-right: 1px solid #dadbdc;
}
.count-plus-box li:after {
	width: 100%;
	height: 0;
	top: auto;
	right: 0;
	bottom: -1px;
	border-bottom: 1px solid #dadbdc;
}
.count-plus-box .material-icons {
	display: inline-block;
	font-size: 40px;
}
.count-plus-box .timer {
	display: block;
	font-size: 66px;
	line-height: 70px;
	font-weight: 500;
	color: #303b41;
}
.count-plus-box .count-description {
	font-size: 14px;
	text-transform: uppercase;
}
