@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);


.terms {
	margin-bottom: 20px;
}

.row_2{
	
	margin-top: 50px;
}

body,
html {
	padding-top: 40px;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #6f6f6f;
}
::-webkit-scrollbar { width: 8px;  }/* for vertical scrollbars */
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); }

@media (min-width: 1200px) { 
    .container { width: 1100px }
}
h1 {
    font-weight: 900;
    text-transform: uppercase;
}
h1 small { text-transform: lowercase }
h2 {
    line-height: 24px;
    font-weight: 300;
}
h5 { font-size: 16px }

p { font-size: 14px }
a {
    color: inherit;
    transition: all 0.5s;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #FFFFFF;
	bottom: 0px;
	
}

#content {
	margin-top: 20px;
}

.contact-detail>h4>a:hover,
.contact-detail>h4>a:focus {
	text-decoration: none;
	color: #252839;
	bottom: 0px;
	
}


.fine_print:hover,
.fine_print:focus {
	text-decoration: none;
	color: #252839;
	
}

.highlight {
	color: #DC2028
}
.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 }

/* Navigation */
#tf-menu {
    margin-bottom: 0;
    background-color: #ffffff;
    padding: 0px 0;
    height: 80px;
}
.navbar-brand img {
    height: 80px;
    width: auto;
}
.navbar-brand { padding: 10px 15px 10px 15px }
.navbar-nav > li > a {
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    padding: 5px 5px;
    margin: 16px 10px;
    text-transform: uppercase;
    transition: all 0.5s;
}
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #DC2028;
	


}




.navbar-default .navbar-toggle { border-color: transparent }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
.navbar-default .navbar-toggle:hover>.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:focus>.navbar-default .navbar-toggle .icon-bar { color: #DC2027 }




/* Home Section Style 3 - Slider*/

#tf-home {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
	
	
}



#tf-home.slider { 
    background-size: cover;
height: 100vh; }



.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators {
    position: absolute;
    bottom: 60px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators .active {
	width: 14px;
	height: 14px;
	margin: 0;
	background-color: #DC2028;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active { opacity: 1 }
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1 }
.carousel-fade .carousel-control { z-index: 2 }


.banner{
	height:100px;
	
}

/* Intro Section */
#tf-intro {
	background-color: #DC2028;
	padding: 0px 0px 40px 0px;
	color: #ffffff;
	text-align: center;
}

#tf-intro .highlight {
	
	color: #ffffff;
	text-align: center;
	
}

/* Service Section */
#tf-services { padding: 60px 0 100px 0 }
.section-header {
    padding: 40px 0;
    text-align: center;
}


.section-header h2 { text-transform: uppercase }
.section-header h5 { letter-spacing: 1px }
.fancy {
    line-height: 0.5;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}
.fancy span {
    display: inline-block;
    position: relative;
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #f1f1f1;
    top: 15px;
    width: 400px;
}
.fancy span:before {
    right: 100%;

}
.fancy span:after {
    left: 100%;

}


.media.service p{
	margin-bottom: 20px;
}

.button {
	width: 118px;
	font-family: inherit;
    font-weight: 500;
    line-height: normal;
	border: 0;
    -webkit-appearance: none;

    padding-top: 7.5px;
    padding-right: 1.4rem;
    padding-bottom: 7.5px;
    padding-left: 1.4rem;
    font-size: 12px;
    background-color: #dcae1a;
    border-color: #dcae1a;
    color: #fff;
    transition: background-color 300ms ease-out;
    border-radius: 9px;
}

.button:hover,
.button:active {
	    background-color: #252839;
    border-color: #252839;
	
}




/* service lists */
.service { margin-bottom: 20px }



.service .media-right i.fa {
	text-align: center;
	font-size: 30px;

	color: #2A9D8F;
	padding: 25px 0;
	margin: 0 10px;
	margin-right: 20px;
	width: 82px;
	height: 80px;
	
}

.media.service button {
	margin-top: 50px;}

h4.media-heading {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #252839;
    line-height: 20px;
}

.fa-search {
	font-size:30px;
	color: #252839;
	}
	
	.fa-wrench {
	font-size:30px;
		color: #252839;
		}
		
		.fa-link {
	font-size:30px;
		color: #252839;
		}
		
		.fa-flash {
	font-size:30px;
		color: #252839;
		}
		
		.fa-briefcase {
	font-size:30px;
		color: #252839;
		}
		
		.fa-leaf {
	font-size:30px;
		color: #252839;
		}


/* About Us */
#tf-about { padding: 40px 0 0 0 }
.gray-bg { background-color: #f3f3f3 }
.img-wrap .profile-img {
	padding: 70px 0 0 0;
    position: relative;
    margin-bottom: 0px;
}

.about-right-content { padding: 60px 0 }
.about-left-content { padding-bottom: 55px }
.about-left-content h2,
.about-left-content h2 small { color: #333 }
.about-left-content h2 small { font-weight: 300 }




/* Skills Progress Bar */
.progress {
    height: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f1f1f1;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #252839;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.skills {
    margin-top: 20px;
    padding: 20px 0;
}
.skillset p {
    font-size: 16px;
    margin-bottom: 5px;
}


/* News */
#tf-news{ position: relative; 
	
	width: 100%;
	}

.image-object { width: 100%; }
.row-class{ margin:  0 -15px; } .row-class > div { padding: 0; }


/* Counter */
#tf-counter {
background-color: #FFFFFF ;

}

#tf-counter #row {
	align-content:center;
margin:auto;
	
}

.facts { padding: 0;

margin-left:auto;
margin-right: auto;
}

.facts .count-box { position: relative;
 	margin: 0px 20px 0px 20px;
	margin:auto;
	
}
	
.count-box {
	margin:auto;
	align-content:center;
    -webkit-backface-visibility: hidden;
    padding: 40px 0;
	margin: 0px 20px 0px 20px;
    margin: 0;
    overflow: hidden;
    transition: all 0.5s;
    transform: translateX(0px) translateY(0%);
    -webkit-transform: translateX(0px) translateY(0%);
    -moz-transform: translateX(0px) translateY(0%);
    -ms-transform: translateX(0px) translateY(0%);
    -o-transform: translateX(0px) translateY(0%);
}


.count-box H4 {
	color:#252839
	}

.count-box p {
	color:#252839
	}


/*.count-box .hover-bg{ 
  position: absolute;
  display: block;
  background-color: #FFCC32;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s;
  transform: translateX(0px) translateY(150px);
  -webkit-transform: translateX(0px) translateY(150px);
  -ms-transform: translateX(0px) translateY(150px);
    -o-transform: translateX(0px) translateY(150px);
    opacity: 0;
}
.count-box:hover .hover-bg{
  background: #FFCC32;
  color: #fff !important;
  transform: translateX(0px) translateY(-40px);
    -webkit-transform: translateX(0px) translateY(-40px);
    -moz-transform: translateX(0px) translateY(-40px);
    -ms-transform: translateX(0px) translateY(-40px);
    -o-transform: translateX(0px) translateY(-40px);
    opacity: 1;
}*/

.counter i.fa {
    font-size: 40px;
	font-color: #252839;
    color: #252839;
}

/* Portfolio / Works Sections */
#tf-team { padding: 60px 0 }
#team .item {
    padding: 30px 0px;
    margin: 5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.item .hover-bg {
    position: relative;
    overflow: hidden;
}
.hover-bg .hover-text {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 25%;
    padding: 20px;
    color: #ffffff;
    transition: all 0.8s;
    -webkit-transition: all 08s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.hover-bg .hover-text.on { opacity: 1 }
.hover-bg .hover-text.off {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transform: translateX(100%) translateY(-90%);
    transform: translateX(100%) translateY(-90%);
    opacity: 1;
    background: rgba(0, 0, 0, 0.70);
}
.hover-bg:hover .hover-text.off {
    -webkit-transform: translateX(0%) translateY(-90%);
    transform: translateX(0%)  translateY(-90%);
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    margin: 5px;
    background: #bababa;
}
/* Why Us or Features Section */
#tf-features,
#feature { padding: 60px 0 }
.features-content { padding: 0 30px 0 }
.features-content h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #242738;
}
.nav > li > a {
    position: relative;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
	   color: #242738;
}

.nav > li > a:hover,
.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus {
    color: #DC2027;
	
}

ul.features li span.fa {
    font-size: 35px;
    vertical-align: middle;
    margin-right: 20px;
    float: left;
    clear: both;
    margin-top: 5px;
}

#service_heading {
	padding: 10px 0 0 0;
}

/* Contact Section */
/*********************************
/* Map Section
**********************************/
#tf-contact { padding: 60px 0 0 0 }

.contact-detail {
    text-align: center;
    margin: 20px 0;
}
.contact-detail i.fa {
    text-align: center;
    font-size: 30px;
   	color: #dc2028;
    padding: 10px 0;
    border-radius: 50px;
    border-top-left-radius: 0;
    margin: 0 10px;
    margin-right: 20px;
    width: 82px;
    height: 80px;
    transition: background-color 0.5s;
}
form#contact-form { padding: 40px 0 }
.contact form#contact-form {padding: 0}
.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
p.help-block.text-danger ul li {
    display: block;
    margin-left: -20px;
    color: #252839;
}
#success .alert-danger {
    color: #252839;
    background-color: #FDFDFD;
    border-color: #252839;
    margin-bottom: 10px;
}

input[type='submit'] {
  -webkit-appearance: none;
}

/* Footer */
#tf-footer {
	clear:both;
    padding: 3% 0 2% 0;
    background-color: #DC2028;
    color: #ffffff;
	bottom: 0px;
}

ul.social li a i {
    font-size: 18px;
    background: transparent;
    width: 32px;
    height: 32px;
    padding: 8px 0;
    text-align: center;
    border-radius: 50%;
    border-top-left-radius: 0;
    border: 1px solid transparent;
    color: #ffffff;
    transition: all 0.5s;
}
ul.social li a i:hover {  
 color: #252839 }

#map1 {
    position: relative;
    width: 100%;
    height: 400px;
}

/* Sidebar */
.widget {
    margin-bottom: 40px;
    padding: 0 20px;
}
.comment h4,
.widget h4,
h4.text-uppercase {
    font-weight: 300;
    color: #FFCC33;
}
.comment h4 span.comments { color: #333333 }
/* Search */
button.btn.btn-default {
    padding: 11px 15px;
    color: #ffffff;
    background: #FFCC33;
}
/* Categories and Archive Widget */
ul.bullet-lists { margin-top: 20px }
ul.list-unstyled.bullet-lists li span.fa.fa-circle {
    font-size: 8px;
    vertical-align: middle;
    margin-right: 10px;
    color: #FFCC33;
}
ul.list-unstyled.bullet-lists li { padding: 5px 0 }
ul.list-unstyled.bullet-lists li:hover { color: #FFCC33 }
/* Post Tab */
.post-tab .nav-tabs > li > a {
    margin-right: -1px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
}
.post-tab .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}
.post-tab .nav-tabs > li > a:hover,
.post-tab .nav-tabs > li > a:focus {
    color: #FFF;
    background-color: #FC3;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

/* Tags */
ul.list-inline.bullet-lists li a { color: inherit }
ul.list-inline.bullet-lists li {
    background: #F8F8F8;
    padding: 5px 10px;
    margin-bottom: 5px;
    margin-right: 2px;
    border: 1px solid #F4F4F4;
    border-radius: 3px;
    transition: all 0.3s;
}
ul.list-inline.bullet-lists li:hover { background: #FFCC33 }
/* Single Blog Post */
.blog-post .post-wrap img,
.work-detail img.featured { margin: 20px 0 }
ul.meta-tags li a { font-style: italic }
ul.meta-tags li:after { content: ',' }
ul.meta-tags li:last-child:after { content: ' ' }
/* Author Box */
.media.post-author {
    background: #ffcc33;
    padding: 20px;
    margin-top: -1px;
}
.media.post-author a { content: inherit }
.blog-post .post-wrap {
    padding: 20px;
    margin-bottom: 0;
    border: 1px solid #DDDDDD;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
/* Comment */
.media.comment-block {
    border: 1px solid #DDD;
    padding: 20px;
}
.comment { margin-top: 40px }
.comment form { margin-top: -30px }
.comment input,
.comment textarea { margin-bottom: 15px }

/* Newsletter */

.free {
    text-transform: uppercase;
}
.input-group {
    margin: 20px 0 20px 0;
    width: 100%;
}



input.btn.btn-lg,
input.btn.btn-lg:focus {
	margin-right: 15px;
    outline: none;
    width: 60%;
    height: 35px;
    border-radius: 9px;

}

input.btn.btn-lg,
input.btn.btn-lg:focus placeholder {
		font-size: 14px;

}

.promise {
    color: #999;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #000000;

 
}


.hovereffect > overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;

}



.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=50);
   text-align: center;
  align-content:center;

  
}

.overlay h2 {
font-weight: 400;
text-transform: uppercase;
color: #fff;
position: absolute;
top: 45%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
font-size: 25px;
overflow: hidden;
background-color: transparent;
}




.hovereffect a, .hovereffect p {

  opacity: 0;
  filter: alpha(opacity=0);

}

.hovereffect:hover a, .hovereffect:hover p {

  opacity: 1;
  filter: alpha(opacity=100);

}

@media (max-width: 728px){
	.media.service {
	
	padding: 20px 0 0 0;
}

.row_2 {
	margin-top: 0px;

}


h2{
	line-height: 32px;
}

#tf-home {
	display:none;
}


}
