body, html {
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color:rgba(64, 64, 64, 1) ;/*rgba(255,255,255,0.5)*/

	width: 100% !important;
	height: 100% !important;
}
.hidden-title{
  display: none;
}

h1 {
	font-weight: 400;
}
h2 {
	line-height: 20px;
	margin: 0;
	color: #404040;
	margin-bottom: 30px;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
}
h3, h4 {
	color: #333;
	font-size: 20px;
	font-weight: 400;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #fff;
}
a:hover, a:focus {
	text-decoration: underline;
	color: #fff;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: 20px;
	color: rgba(255,255,255,0.8);
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
	/*color: #25BAD0;*/
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	font-size: 16px;
  font-weight: 700;
  color:#FFF;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #F2F2F2;
}
.navbar-brand img {
  -moz-transition: width 0.3s ease-in-out, left 0.4s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out, left 0.4s ease-in-out;
  -moz-transition: width 0.3s ease-in-out, left 0.4s ease-in-out;
  -o-transition: width 0.3s ease-in-out, left 0.4s ease-in-out;
  transition: width 0.3s ease-in-out, left 0.4s ease-in-out;
}
.on {
	background-color: #000 !important;
  /*background-color: #d24711 !important;*/
	padding: 0 !important;
}
.navbar-brand img{
    width: 118px;
}
.on .navbar-brand img{
    max-width: 100%;
    width: 50px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #d24711;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #25BAD0;
	border-color: #25BAD0;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.btn-default {
	color: #fff;
	background-color: transparent;
	border-left:  4px solid transparent;
	border-top:  4px solid transparent;
	border-right:  4px solid transparent;
	border-bottom: 4px solid #FFF;
	padding: 12px 40px;
	margin: 0;
	font-size: 15px;
	border-radius: 0;
	text-transform: uppercase;
  font-weight: 700;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #d24711;
	background-color: #fff;
  border: 4px solid #fff;
}


.btn-invert {
	color: #fff;
	background-color: #d24711;
	border: 4px solid #fff;
	margin: 0;
	font-size: 15px;
	border-radius: 0;
	text-transform: uppercase;
  font-weight: 700;
}
.btn-invert:hover, .btn-invert:focus, .btn-invert.focus, .btn-invert:active, .btn-invert.active {
	color: #d24711;
	background-color: #fff;
  border: 4px solid #fff;
}

.btn-contact {
	color: #fff;
	background-color: transparent;
	border: 2px solid #FFF;
	padding: 8px 20px;
	margin: 5px;
	font-size: 15px;
	border-radius: 0;
	text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

.btn-contact:hover, .btn-contact:focus, .btn-contact.focus, .btn-contact:active, .btn-contact.active {
	color: #0c8989;
	background-color: #fff;
  border: 2px solid #fff;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Home Section */
.intro {
	display: table;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	background: url(../img/intro-bg.jpg) no-repeat left top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	padding: 100px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#053740+0,053740+100&1+0,0.6+100 */
	background: -moz-linear-gradient(top, rgba(210, 71, 17, 0.0) 0%, rgba(210, 71, 17, 0.0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(210, 71, 17, 0.0) 0%, rgba(210, 71, 17, 0.0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(210, 71, 17, 0.0) 0%, rgba(210, 71, 17, 0.0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d24711', endColorstr='#d24711', GradientType=0 ); /* IE6-9 */
}
.section-title {
	padding: 25px 0 60px 0;
}
.section-title p{
  font-size: 24px;
}
.intro-text .type-wrap{
  height: 287px;
  display:block;
  width:auto;
}
.intro h2 {
	font-size: 70px;
	text-transform: uppercase;
	color: #FFFFFF;
  font-weight: bold;
  line-height: 1.2em;
  margin:0;
  padding:0;
}
.intro .intro-text p {
	font-size: 45px;
	margin-bottom: 40px;
	text-transform: uppercase;
	color: #FFFFFF;
  line-height: 1.2em;
}

/* code for animated blinking cursor */
.typed-cursor{
    display:none;
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-ms-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

header .intro-text {
	padding-top: 130px;
	padding-bottom: 130px;
  text-align: left;
  min-height: 450px;
}
/* Services Section */
#services {
	padding: 120px 0;
	background: #ffffff;
}
.service-box{
padding-top:20px;
padding-bottom:20px;
}
.service-box img{
	height:90px;

}

#services h4 {
	color: #404040;
	text-transform: uppercase;
}
#services i.fa {
	font-size: 32px;
	margin-bottom: 20px;
	transition: all 0.5s;
	color: #053740;
	width: 100px;
	height: 100px;
	padding: 33px 0;
	border: 1px solid #25BAD0;
	background: #25BAD0;
	border-radius: 50%;
}
#services .service-title{
  font-size: 26px;
  color:#d24711;
  padding-top:15px;
  padding-bottom:15px;
  padding-left:100px
}
.first-word{
  font-weight: 700;
  display: block;
}

.title01{
  background:transparent url("../img/01.png") no-repeat left top;
}
.title02{
  background:transparent url("../img/02.png") no-repeat left top;
}
.title03{
  background:transparent url("../img/03.png") no-repeat left top;
}
.title04{
  background:transparent url("../img/04.png") no-repeat left top;
}
.title05{
  background:transparent url("../img/05.png") no-repeat left top;
}
.title06{
  background:transparent url("../img/06.png") no-repeat left top;
}
.title07{
  background:transparent url("../img/07.png") no-repeat left top;
}

.box-bg-orange{
  background:#d24711;
  padding:30px;
  text-align: left;
}
.box-bg-orange h4,
#services .box-bg-orange h4{
  font-size:24px;
  color:#FFF;
  margin-top:0;
  margin-bottom:20px;
	line-height: 1.3em;
}

/* About Section */
#about {
	padding: 100px 0;
	color: rgba(255,255,255,0.9);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#20a6bb+0,25bad0+50 */
	background: rgb(32,166,187); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(32,166,187,1) 0%, rgba(37,186,208,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(32,166,187,1) 0%, rgba(37,186,208,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(32,166,187,1) 0%, rgba(37,186,208,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a6bb', endColorstr='#25bad0', GradientType=0 ); /* IE6-9 */
}
#about h2 {
	color: rgba(255,255,255,0.8);
}
#about h4 {
	color: #0a4b55;
}
#about .about-text {
	margin-left: 10px;
}
#about p {
	margin-top: 20px;
	margin-bottom: 30px;
}
/* Portfolio Section */
#portfolio {
	padding: 100px 0;
	background: #b4b40a;
  color:#FFFFFF;
}
#portfolio h2{
  color:#FFFFFF;
}
.pfl-box{
  margin-bottom:30px;
  padding:20px;
  text-align: center;
  background: #ffffff;
  color: #b4b40a;
}
.pfl-title{
  font-weight: 400;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom:1px solid #b4b40a;
  padding-bottom:15px;
}
.pfl-number{
  font-weight: 700;
  font-size: 70px;
}
.pfl-rate{
  font-weight: 700;
  font-size: 30px;
}

/*
.pfl-box{
margin-bottom:30px;
padding:20px;
background: #ffffff;
text-align: left;
text-transform: uppercase;
}
.pfl-box h4{
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #b4b40a;
  font-weight: 700;
  font-size: 18px;
}
.pfl-box h4 span{
  font-size:12px;
  display: block;
  line-height:2em;
  font-weight: 400;
}
.pfl-box p{
  color: rgba(64, 64, 64, 1);
  font-size: 20px;
}
.pfl-box p span{
font-size:12px;
display: block;

}
*/

.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
	text-transform: uppercase;
}
ol.type li a {
	background: transparent;
	border: 2px solid #25BAD0;
	color: #25BAD0;
	padding: 10px 20px;
}
ol.type li a.active {
	background: #25BAD0;
	color: #053740;
}
ol.type li a:hover {
	background: #25BAD0;
	color: #053740;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-item:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.portfolio-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 33% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	font-weight: 400;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
.mrktg-nr{
	background: #F2F2F2;
	border-left: 5px solid #d24711;
	padding:10px 15px 10px 15px;
	margin-bottom:15px;
	font-size:16px;
}

#portfolio i.fa {
	font-size: 20px;
	padding: 5px;
	color: #E87E04;
}
/* Team Section */
#team {
	padding: 100px 0;
	color: rgba(255,255,255,0.9);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#20a6bb+0,25bad0+50 */
	background: rgb(32,166,187); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(32,166,187,1) 0%, rgba(37,186,208,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(32,166,187,1) 0%, rgba(37,186,208,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(32,166,187,1) 0%, rgba(37,186,208,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a6bb', endColorstr='#25bad0', GradientType=0 ); /* IE6-9 */
}
#team h2 {
	color: rgba(255,255,255,0.8);
}
#team h3 {
	color: #0a4b55;
}
img.img-circle.team-img {
	width: 160px;
	height: 160px;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .caption {
	padding: 9px;
	color: rgba(255,255,255,0.9);
}
/* Contact Section */
#contact {
	background-color: #0faaaa;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
  color:#ffffff;
}
#contact .overlay {
	padding: 100px 0 40px 0;
  background: #0faaaa;
}
#contact h2 {
  color: #ffffff;
}
#contact .section-title{
  color: #ffffff;
}
#contact h3 {
	padding-top: 20px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
#contact form {
	padding: 20px 0;
}
#contact i.fa {
	color: #121d1f;
	margin-bottom: 10px;
}
#contact .text-danger {
	color: #ff6600;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
	background-color: rgba(255,255,255,0.2);
	background-image: none;
	border: 0;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #ccc;
}
.form-control:-moz-placeholder {
color: #ccc;
}
.form-control::-moz-placeholder {
color: #ccc;
}
.form-control:-ms-input-placeholder {
color: #ccc;
}
#contact .btn {
	margin-top: 20px;
}
#contact .social {
	margin-top: 80px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 30px;
	padding: 4px 5px;
	color: #fff;
	transition: all 0.5s;
}
#contact .social i.fa:hover {
	color: #25BAD0;
}

.contact-box{
  background: #0c8989;
  padding:20px 15px 10px 15px;
}
.contact-box h3{
  margin-top:0;

  font-size: 20px;
  font-weight: 400;
}
.contact-box h3 span{
display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
}
.contact-box p span{
display: inline-block;
padding:0 10px;
}
.contact-box iframe{
margin-top:30px;
}
/* Footer Section*/
#footer {
	background: #042727;
	padding: 25px 0 20px 0;
  color:#fff;
}
#footer p {
	font-size: 13px;
  margin-bottom: 0;
}
#footer a {
	color: #CCC;
}
#footer a:hover {
	color: #ffffff;
}

.navbar-toggle{
  background: #25bad0;
  border:0;

}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/* Media Queries */
@media only screen and (max-width: 767px) {
  .navbar-header{
  margin-left:0;
  margin-right:0;
  }

  .noline{
    display: none!important;
  }
  .intro-text h2{
    display: inline;
    font-size: 40px;
  }
  .intro .intro-text p{
    display: inline;
    font-size: 40px;
  }
  .intro-text .btn{
    display: block;
  }
  header .intro-text {
	padding-top: 80px;
	padding-bottom: 50px;
  }
  .mrktg-nr{
    padding:10px 15px 10px 15px;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: #e7e7e7;
      background: #000;
      margin-left:0;
      margin-right:0;
      margin-top:40px;
  }
  .on .navbar-collapse, .on .navbar-form {
      margin-top:0px;
  }
	.btn-default {
		display: block;
		text-align: center;
		padding: 12px auto;
		white-space: normal;
	}
}
