@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot?srf3rx");
	src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
  }



body {
	font-size: 21px;	
	overflow-x: hidden;
	font-family: "Inconsolata", Arial, sans-serif;
	font-weight: 400;
	line-height: 1.7;
	color: #333333;
	background: #fff;
}

body,button,.form-control {
	color: #606368;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
	font-weight: 400;	
}

button { cursor: pointer; }
a, button { transition: all 0.3s ease; }
a {
	color: #ea361e;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }



  a:hover, a:active, a:focus {
	color: #ea361e;
	outline: none;
	text-decoration: none;
  }

  #page {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  .offcanvas #page {
	overflow: hidden;
	position: absolute;
  }
  .offcanvas #page:after {
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: rgba(0, 0, 0, 0.7);
	content: "";
  }

  
  h1, h2, h3, h4, h5, h6, figure {
	color: #000;
	font-family: "Inconsolata", Arial, sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
  }

.container-fluid { 
	padding-left: 0; 
	padding-right: 0;
	overflow-x: hidden;
}

.tm-flex { display: flex; }

.tm-section {
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

button:focus { outline: none; }

p { 
	line-height: 1.8;
	margin-bottom: 50px;
}


::-webkit-selection {
	color: #fff;
	background: #ea361e;
  }
  
  ::-moz-selection {
	color: #fff;
	background: #ea361e;
  }
  
  ::selection {
	color: #fff;
	background: #ea361e;
  }
  
  

  
.tm-section-title {
	font-size: 2.6rem;
    margin-bottom: 2rem;	
}

.tm-site-title-wrap {
	padding-top: 80px;
	padding-bottom: 100px;
}

.tm-site-title { 
	border: 2px solid #888481;
	color: #676362;
	display: inline-block;
	font-size: 3rem; 
	padding: 30px 40px;
}

.tm-textbox {
	max-width: 600px;
	width: 100%;
	padding: 50px;
	overflow: auto;
}

.tm-textbox-full-height { min-height: 950px; }

.tm-white-bg {
	background-color: white;
	color: #676362;
}

.tm-translucent-white-bg { background-color: rgba(255,255,255,0.58); }

.tm-btn,.tm-btn:visited {
	display: block;
	float: right;
	font-size: 1.8rem;
	font-weight: 300;
	color: white;
	background-color: #983333;
	padding: 15px 30px;
	cursor: pointer;
	border: none;
}

.tm-btn:hover,.tm-btn:focus {
	color: white;
	background-color: #c9302c;
}

.tm-green-text { color: #96C700; }
.tm-blue-text { color: #3690FD; }
.tm-red-text { color: #983333; }

.tm-content-box {
	overflow: auto;
	height: 100%;
	max-width: 600px;
	width:  100%;
	padding: 180px 60px 100px;	
	display: -ms-flexbox;	
	display: -webkit-flex;	
	display: flex;   
	-webkit-flex-direction: column;   
	    -ms-flex-direction: column;   
	        flex-direction: column;
}

.tm-gallery-content { padding-top: 180px; }

.tm-content-box-right {
	margin-left: auto;
	margin-right: 0;
}

.tm-small-font { font-size: 1rem; }

.tm-page-content-width {
	max-width: 1200px;
	margin: 0 auto;	
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;	
}

.tm-padding-b {	padding-bottom: 80px; }
.tm-page-content-width,.tm-content-box { min-height: 1150px; }

.tm-flex-col {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -ms-flex-direction: column;
        -webkit-flex-direction: column;
            flex-direction: column;    
}

.tm-media-icon {
	margin-right: 30px;
	margin-bottom: 0;
}

/* IE fix */
.tm-media-body { 
	flex: 1 1 auto; 
	width: 100%; 
}

/* Gallery */
.tm-section-gallery { min-height: 1100px; }
.filter-wrapper { padding-left: 0; }
.filter-wrapper li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

.filter-wrapper li:last-child { margin-right: 0; }

.filter-wrapper li a {
	background-color: white;
    color: #666;
    font-weight: 400;
    padding: 6px 20px;    
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.filter-wrapper li a.selected { 
	background-color: #666666; 
	color: white;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
}
.iso-box-section {
	margin-left: -8px;
    margin-right: -8px;
}

/* Contact */
.form-control {
	background-color: transparent;
	border-radius: 0;
	font-size: 1.15rem;
	padding: .9rem 1.25rem;
}

.form-control:focus {
	background-color: transparent;
	border-color: #983333;
}

.form-group { margin-bottom: 1.2rem; }
.tm-section-contact { position: relative; }

.tm-copyright-div {	
	color: white;
	display: inline-block;
	padding: 30px 35px;
	position: absolute;
    bottom: 0;
    right: 0;    
}

.tm-copyright-text { 
	font-size: 1.18rem;
    margin-bottom: 0;
    font-weight: 300;
}

.tm-copyright-text a {
	color: #fff;
}

/* Media Queries */
@media screen and (max-width: 991px) {
	.tm-gallery-content { padding-top: 150px; }
	.tm-section-gallery { min-height: 900px; }
	.tm-page-content-width,.tm-content-box { min-height: 1200px;	}
}

@media screen and (max-width: 767px) {
	.tm-gallery-content { padding-top: 100px; }
	.tm-content-box { padding: 100px 60px 100px; }
	.tm-section-gallery { min-height: 1050px; }	
	.tm-page-content-width,.tm-content-box { min-height: 1050px;	}
	.tm-site-title-wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media screen and (max-height: 639px) {
	.tm-section-home { min-height: 100%; }
}

@media screen and (max-width: 575px) {
	.tm-gallery-content {padding-bottom: 150px;}	
}

@media screen and (max-width: 420px) {
	.tm-media {
		flex-direction: column;
		align-items: center;
	}

	.tm-media-icon {
		margin-right: 0;
		margin-bottom: 30px;
	}
}




/* =======================================================
*
* 	For writing and erasing text other way
*
* ======================================================= */

.typewr {
	position: absolute;
	top: 20%;
	margin-left:58%;
	margin-right:5%;
	border-right: 0.08em;
	color: #ea361e;
	font-size: 28px
  }
  

/* =======================================================
*
* 	For writing and erasing text other way
*
* ======================================================= */


.cursor::after {
	content:'';
	display:inline-block;
	margin-left:3px;
	background-color:white;
	animation-name:blink;
	animation-duration:0.5s;
	animation-iteration-count: infinite;
  }
  h1.cursor::after {
	height:24px;
	width:13px;
  }
  p.cursor::after {
	height:13px;
	width:6px;
  }
  
  @keyframes blink {
	0% {
	  opacity:1;
	}
	49% {
	  opacity:1;
	}
	50% {
	  opacity:0;
	}
	100% {
	  opacity:0;
	}
  }


/* =======================================================
*
* For pop up // modal boxes
*
* ======================================================= */


/* =======================================================
*
* For 4 columns
*
* ======================================================= */
.box4 {
	margin-top: 20px;
	margin-right: 20%;
	margin-bottom: 20px;
	margin-left: 20%;
  }
  .column4 {
  
	text-align: center;
  
	float: left;
	width: 25%;
  }
  
  /* Clear floats after the columns */
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  
  
  /* =======================================================
  *
  * 	Template Style 
  *
  * ======================================================= */
  
  .fh5co-nav {
	background: #fff;
  }
  .fh5co-nav .top-menu {
	padding: 28px 0;
  }
  .fh5co-nav #fh5co-logo {
	font-size: 32px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Inconsolata", Arial, sans-serif;
  }
  .fh5co-nav #fh5co-logo a span {
	color: #ea361e;
  }
  .fh5co-nav a {
	padding: 5px 10px;
	color: #000;
  }
  @media screen and (max-width: 768px) {
	.fh5co-nav .menu-1 {
	  display: none;
	}
  }
  .fh5co-nav ul {
	padding: 0;
	margin: 5px 0 0 0;
  }
  .fh5co-nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
  }
  .fh5co-nav ul li a {
	font-size: 18px;
	padding: 30px 15px;
	color: rgba(0, 0, 0, 0.7);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  .fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
	color: black;
  }
  .fh5co-nav ul li.has-dropdown {
	position: relative;
  }
  .fh5co-nav ul li.has-dropdown .dropdown {
	width: 140px;
	-webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	z-index: 1002;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 40px;
	left: 0;
	text-align: left;
	background: #000;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
  }
  .fh5co-nav ul li.has-dropdown .dropdown:before {
	bottom: 100%;
	left: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #000;
	border-width: 8px;
	margin-left: -8px;
  }
  .fh5co-nav ul li.has-dropdown .dropdown li {
	display: block;
	margin-bottom: 7px;
  }
  .fh5co-nav ul li.has-dropdown .dropdown li:last-child {
	margin-bottom: 0;
  }
  .fh5co-nav ul li.has-dropdown .dropdown li a {
	padding: 2px 0;
	display: block;
	color: #999999;
	line-height: 1.2;
	text-transform: none;
	font-size: 13px;
	letter-spacing: 0;
  }
  .fh5co-nav ul li.has-dropdown .dropdown li a:hover {
	color: #fff;
  }
  .fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
	color: #000;
  }
  .fh5co-nav ul li.btn-cta a {
	padding: 30px 0px !important;
	color: #fff;
  }
  .fh5co-nav ul li.btn-cta a span {
	background: #ea361e;
	padding: 4px 10px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 100px;
  }
  .fh5co-nav ul li.btn-cta a:hover span {
	-webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  }
  .fh5co-nav ul li.active > a {
	color: #000 !important;
	position: relative;
  }
  .fh5co-nav ul li.active > a:after {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	content: '';
	width: 30px;
	height: 2px;
	background: #ea361e;
	margin: 0 auto;
  }
  
  #fh5co-header .display-tc,
  .fh5co-cover .display-tc {
	display: table-cell !important;
	vertical-align: middle;
  }
  #fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
  .fh5co-cover .display-tc h1,
  .fh5co-cover .display-tc h2 {
	margin: 0;
	padding: 0;
	color: black;
  }
  #fh5co-header .display-tc h1,
  .fh5co-cover .display-tc h1 {
	margin-bottom: 20px;
	font-size: 54px;
	line-height: 1.3;
	font-weight: 300;
  }
  @media screen and (max-width: 768px) {
	#fh5co-header .display-tc h1,
	.fh5co-cover .display-tc h1 {
	  font-size: 30px;
	}
  }
  #fh5co-header .display-tc h2,
  .fh5co-cover .display-tc h2 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px;
  }
  #fh5co-header .display-tc .btn,
  .fh5co-cover .display-tc .btn {
	padding: 15px 30px;
	color: #fff;
	border: none !important;
	font-size: 18px;
  }
  @media screen and (max-width: 768px) {
	#fh5co-header .display-tc .btn,
	.fh5co-cover .display-tc .btn {
	  width: 80%;
	  margin: 0 auto;
	}
  }
  /* color Button */
  #fh5co-header .display-tc .btn.btn-learn,
  .fh5co-cover .display-tc .btn.btn-learn {
	background: #f6fb6a; 
	border: none;
	color:  #000 !important;
  }
  /* color Hoover button*/
  #fh5co-header .display-tc .btn.btn-learn:hover, #fh5co-header .display-tc .btn.btn-learn:focus,
  .fh5co-cover .display-tc .btn.btn-learn:hover,
  .fh5co-cover .display-tc .btn.btn-learn:focus {
	background:#00a854 !important;
	color: #fff !important;
  }
  
  
  /* color Button 2*/
  #fh5co-header .display-tc .btn.btn-learn2,
  .fh5co-cover .display-tc .btn.btn-learn2 {
	background:#bce8f2 !important;
	color: #000 !important;
	border: none;
  }
  /* color Hoover button2*/
  #fh5co-header .display-tc .btn.btn-learn2:hover, #fh5co-header .display-tc .btn.btn-learn2:focus,
  .fh5co-cover .display-tc .btn.btn-learn2:hover,
  .fh5co-cover .display-tc .btn.btn-learn2:focus {
	background: #00a854 !important;
	color: #fff !important;
  }
  
  #fh5co-header .display-tc .btn:hover, #fh5co-header .display-tc .btn:focus,
  .fh5co-cover .display-tc .btn:hover,
  .fh5co-cover .display-tc .btn:focus {
	color: #fff !important;
  }
  #fh5co-header .display-tc .btn.btn-demo,
  .fh5co-cover .display-tc .btn.btn-demo {
	background: #ea361e;
	border: none;
  }
  #fh5co-header .display-tc .btn.btn-demo:hover, #fh5co-header .display-tc .btn.btn-demo:focus,
  .fh5co-cover .display-tc .btn.btn-demo:hover,
  .fh5co-cover .display-tc .btn.btn-demo:focus {
	background: rgba(221, 53, 110, 0.9) !important;
	color: #fff !important;
  }
  #fh5co-header .display-tc .btn:hover,
  .fh5co-cover .display-tc .btn:hover {
	background: #ea361e !important;
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  }
  #fh5co-header .display-tc .form-inline .form-group,
  .fh5co-cover .display-tc .form-inline .form-group {
	width: 100% !important;
	margin-bottom: 10px;
  }
  #fh5co-header .display-tc .form-inline .form-group .form-control,
  .fh5co-cover .display-tc .form-inline .form-group .form-control {
	width: 100%;
	background: #fff;
	border: none;
  }
  
  
  
  #fh5co-about,
  #fh5co-wireframe,
  #fh5co-started,
  #fh5co-content-section,
  #fh5co-contact,
  #fh5co-footer {
	padding: 2em 0;
	clear: both;
  }
  @media screen and (max-width: 768px) {
	#fh5co-slider,
	#fh5co-about,
	#fh5co-wireframe,
	#fh5co-started,
	#fh5co-content-section,
	#fh5co-contact,
	#fh5co-footer {
	  padding: 2em 0;
	}
  }
  
  #fh5co-content {
	border-bottom: 2px solid rgba(221, 53, 110, 0.1);
  }
  
  #fh5co-started {
	border-bottom: none;
  }
  
  .fh5co-social-icons {
	margin: 0;
	padding: 0;
  }
  .fh5co-social-icons li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
  }
  .fh5co-social-icons li a {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	color: #ea361e;
	padding-left: 10px;
	padding-right: 10px;
  }
  .fh5co-social-icons li a i {
	font-size: 20px;
  }
  
  .fh5co-heading {
	margin-bottom: 5em;
  }
  .fh5co-heading.fh5co-heading-sm {
	margin-bottom: 2em;
  }
  .fh5co-heading h2 {
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 1.5;
	color: #000;
  }
  .fh5co-heading p {
	font-size: 18px;
	line-height: 1.5;
	color: #828282;
  }
  .fh5co-heading span {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
  }
  
  #fh5co-started {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 100%;
  }
  #fh5co-started .overlay {
	z-index: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: #ea361e;
  }
  #fh5co-started .fh5co-heading {
	margin-bottom: 0;
  }
  #fh5co-started .fh5co-heading h2 {
	color: #fff;
	margin-bottom: 20px !important;
  }
  #fh5co-started .fh5co-heading p {
	color: rgba(255, 255, 255, 0.8);
  }
  #fh5co-started .btn {
	height: 54px;
	border: none !important;
	background: #fff;
	color: #ea361e;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	padding-left: 50px;
	padding-right: 50px;
  }
  
  
  
  
  
  
  
  .contact-info {
	margin-bottom: 4em;
	padding: 0;
  }
  .contact-info li {
	list-style: none;
	margin: 0 0 20px 0;
	position: relative;
	padding-left: 40px;
	color: #000;
  }
  .contact-info li i {
	position: absolute;
	top: .3em;
	left: 0;
	font-size: 22px;
	color: rgba(0, 0, 0, 0.3);
  }
  .contact-info li a {
	color: #000;
  }
  
  .form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: none;
	border: 2px solid rgba(0, 0, 0, 0.1);
	font-size: 18px;
	font-weight: 300;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
  }
  .form-control:focus, .form-control:active {
	box-shadow: none;
	border: 2px solid rgba(0, 0, 0, 0.8);
  }
  
  input[type="text"] {
	height: 50px;
  }
  
  .form-group {
	margin-bottom: 30px;
  }
  
  #fh5co-offcanvas {
	position: absolute;
	z-index: 1901;
	width: 270px;
	background: black;
	top: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 75px 40px 40px 40px;
	overflow-y: auto;
	display: none;
	-moz-transform: translateX(270px);
	-webkit-transform: translateX(270px);
	-ms-transform: translateX(270px);
	-o-transform: translateX(270px);
	transform: translateX(270px);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  
  
  
  
  .btn {
	margin-right: 4px;
	margin-bottom: 4px;
	font-family: "Inconsolata", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 8px 20px;
  }
  .btn.btn-md {
	padding: 8px 20px !important;
  }
  .btn.btn-lg {
	padding: 18px 36px !important;
  }
  .btn:hover, .btn:active, .btn:focus {
	box-shadow: none !important;
	outline: none !important;
  }
  
  .btn-primary {
	background: #ea361e;
	color: #fff;
	border: 2px solid #ea361e;
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #e14b7e !important;
	border-color: #e14b7e !important;
  }
  .btn-primary.btn-outline {
	background: transparent;
	color: #ea361e;
	border: 2px solid #ea361e;
  }
  .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
	background: #ea361e;
	color: #fff;
  }
  
  
  
  .form-control {
	box-shadow: none;
	background: transparent;
	border: 2px solid rgba(0, 0, 0, 0.1);
	height: 54px;
	font-size: 18px;
	font-weight: 300;
  }
  .form-control:active, .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #ea361e;
  }
  
  
  .nopadding {
	padding: 0 !important;
	margin: 0 !important;
  }
  
  .fh5co-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader.gif) center no-repeat #fff;
  }
  
  .js .animate-box {
	opacity: 0;
  }
  
  /*# sourceMappingURL=style.css.map */
  