@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);
@import url(https://fonts.googleapis.com/css?family=Roboto);

body, html{
	font-family: Lato,verdana;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
}

h1{
	text-transform: uppercase;
}
h1 strong{
	font-weight: 900;
}
h2{
	text-transform: uppercase;
	line-height: 20px;
	margin:  0;
}
h3{
font-size: 18px;
font-weight: 900;
}
h4{
	text-transform: uppercase;
}
h5{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  
  color:#fab845;
}
p{
	font-family: 'Open Sans', sans-serif;
}
p.intro{
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
a{ color: #63605c;}
a:hover,
a:focus{
	text-decoration: none;
	color: #63605c;
}

.section-title hr{
	border-color: #63605c;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
}
.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 */
#tf-menu {
	padding: 20px;
	transition: all 0.8s;
}
#tf-menu.navbar-default {
	background-color: rgba(18, 49, 70, 0);
	border-color: rgba(18, 49, 70, 0);
}

#tf-menu a.navbar-brand {
	position: absolute;
    left: 50%;
	margin-top:0px;
	padding-top:0px;
    margin-left: -25px !important;  /* 50% of your logo width */
    display: block;
}

#tf-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 1px;
}
#tf-menu.navbar-default .navbar-nav > li{
	padding-left:40px;
}
	
.on {
	background-color: #333333 !important;
	padding: 10 !important;
}

.on1 {
	background-color: #333333 !important;
	padding: 10 !important;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #63605c !important;
	background-color: transparent;
	font-weight: 700;
}

.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #63605c;
	border-color: #63605c;
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}
	
.ul_bullet li{
	color:#63605c;
  list-style:none;
  position: relative;
  padding-left:5px;
  line-height: 2;
  font-size:12px;
}
.ul_bullet li:before {
  font-family:FontAwesome;
  position: absolute;
  left: 0;
  color:#318ca0;
  font-size:32px;
}

.ul_bullet li.one:before {
   content:"\f111"; 
}
	
/* Home Style */
#tf-home{
	background: url(../img/Drix.gif);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;
}
#owl-demo{
	overflow: hidden;
}
#owl-demo .item{
	height: 400px;
	background-repeat: no-repeat;
	background-position: 50% 0;	
  background-size: cover;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px;
    left: 5px;
	background-size: cover;
    background: #fff;
}
#owl-demo .owl-prev,
#owl-demo .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#owl-demo .owl-prev:hover,
#owl-demo .owl-next:hover {
  background-color: #fab845;
}
#owl-demo .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#owl-demo .owl-next {
  right: -35px;
  text-indent: -14px;
}



#own-package .owl-prev,
#own-package .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -75px;
  height: 50px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#own-package .owl-prev:hover,
#own-package .owl-next:hover {
  background-color: #fbab45;
}
#own-package .owl-prev {
  left: -75px;
  text-indent: -04px;
}
#own-package .owl-next {
  right: -55px;
  text-indent: 04px;
}


#tf-home .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: 1080px;
	background-attachment: fixed;
}
#progressBar {
  margin-top: -10px;
  position: relative;
  z-index: 999;
  width: 100%;

  background: rgba(0, 0, 0, 0.1);
}
.owl-controls{
	height:0px;
}
#tf-home p.lead{
	color: #e3e3e3;
	padding-top:0px;
	padding-bottom:0px;
}

#main-slider {
	background: url(../img/01.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
  overflow: hidden;
}
#main-slider .item {
  height: 300px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
  margin-top: 180px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
#main-slider .slider-inner h2 > span {
  color: #fab845;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #fab845;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}

.content{
	position: relative;
	padding: 7% 0 0;
}

.color{
	color: #63605c;
}




a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	margin-top: -10px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	background: #63605c;
	color: #ffffff;
	border: 2px solid #63605c;
}
/* About Section */
#about{
	padding: 80px 0;
}
#about p{
	font-family:Lato;
	font-weight:400;
	text-align:justify;
}
#about h3{
	font-family:Lato;
	font-weight:400;
	text-align:justify;
}

ul.about-list{ margin: 30px 0 0 ;}
ul.about-list li{
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}
ul.about-list li span{ 
	margin-right: 10px;
}

/* Team Section */
#tf-products{
	background: url(../img/03.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}
#tf-products .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: fixed;
	padding: 80px 0;
}
.section-title.center{
	padding: 30px 0;
}
.section-title h2,
.section-title.center h2{
	font-weight: 300;
}
.section-title.center .line{
	border-top: 4px solid #63605c;
	height: 10px;
	width: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.section-title.center hr {
	border-top: 4px solid rgba(252, 172, 69, 0.34);
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}
#team{ margin: 0 auto}
#team .item{
    padding: 0;
    margin: 15px;
    color: #FFF;
    text-align: center;
}

img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#tf-team .item .thumbnail:hover>img.img-circle.team-img{
	border: 4px solid #63605c;
}
#tf-team .thumbnail {
	background: transparent;
	border: 0;
}

#tf-team .thumbnail .caption {
	padding: 9px;
	color: #F2F2F2;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #e6e6e6;
	transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #63605c;
}
.owl-theme .owl-controls .owl-page.active span{
	background: #63605c;
}
#own-package{
	text-align: center;
}
#own-package .item .package{
	width:360px;
	height: 500px;
}
#own-package .item .package a{
	margin:10px;
	background: #63605c;
	border: 0;
	border-radius: 0;
	padding: 10px 20px;
	color: #ffffff;
	text-transform: uppercase;
}
#own-package .item .package a:hover{
	margin:10px;
	background: #f99104;
	border: 0;
	border-radius: 0;
	padding: 10px 20px;
	color: #ffffff;
	text-transform: uppercase;
}

#about {
  padding: 100px 0;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #fab845;
}

ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #fab845;
}

#features {
  padding:0px;
  padding-top: 100px;
  padding-bottom:10px;
}
#features .media.service-box:first-child {
  margin-top: 80px;
}

.product1 {
  padding:0px;
  padding-top: 100px;
  padding-bottom:10px;
}
.product1 .media.service-box:first-child {
  margin-top: 80px;
}

.product-heading{
	font-size:24px;
	font-family:Lato;
	font-weight:400;
	padding-bottom:10px;
}

.product-subheading{
	font-size:16px;
	font-family:Lato;
	font-weight:400;
	padding-bottom:10px;
}

.media-heading {
	text-align:left;
}
.media-body p{
	text-align:left;
}
.product-body{
	font-size:18px;
	font-family:Lato;
	font-weight:300;
	text-align:justify;
}
.product-subbody p{
	font-size:14px;
	font-family:Lato;
	font-weight:300;
	text-align:justify;
}
#services {
  padding: 100px 0 75px;
}
.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #fab845;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #fab845;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #5a5652 0%, #fab845 100%);
  background-image: -webkit-linear-gradient(90deg, #5a5652 0%, #fab845 100%);
  background-image: -ms-linear-gradient(90deg, #5a5652 0%, #fab845 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > .pro-bullet {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #fab845;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > .pro-bullet:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #fab845;
}
.media.service-box:hover .pull-left > .pro-bullet {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

.learnMore {
  font-size: 16px;
  text-align: center;
  border:1px solid #d7d7d7;
  border-radius: 5px;
  color: #fab845;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.learnMore:hover{
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
}

/* Services Section */
#tf-solutions{
	padding: 80px 0;
	background: url(../img/05.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}

.space{
	margin-top: 40px;
}



#tf-solutions i.fa {
	font-size: 40px;
	border: 4px solid #63605c;
	width: 100px;
	height: 100px;
	padding: 27px 25px;
	border-radius:5%;
	margin-bottom: 10px;
	transition: all 0.5s;
}
#tf-solutions p{
	font-family:Lato;
	font-weight:300;
	text-align:justify;
}
#tf-solutions i.fa.fa-mobile{
	font-size: 50px;
	padding: 20px 25px;
}

#tf-solutions .service:hover>i.fa{
	background: #63605c;
	color: #ffffff;
}

/* Clients Section */
#tf-clients{
	background: url(../img/04.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}

#tf-clients .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 80px 0;
	background-attachment: fixed;
}

#clients .item{
    padding: 0;
    margin: 35px;
    color: #FFF;
    text-align: center;
}
/* Gallery Section 
==============================*/
#tf-works{
	background: url(../img/06.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 80px 0;
}
.categories{ 
	padding: 10px 0;
}
ul.cat li{
	display: inline-block;
}
#tf-works li.pull-right {
	margin-top: 10px;
}
ol.type li{
	display: inline-block;
	margin-left: 20px;
}
ol.type li:after{
	content: ' | ';
	margin-left: 20px;
}
ol.type li:last-child:after { content: ''; }
ol.type li a{ color: #222222}
ol.type li a.active { font-weight: 700; }
.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-bottom: 30px;
}
.portfolio-item .hover-bg{
	height: 180px;
	overflow: hidden;
	position: relative;
	 border: 2px solid #ccc; /* Adjust the border color */
    border-radius: 10px; /* Adjust the roundness */
    padding: 10px; /* Space inside the border */
    display: inline-block; /* Keep the box around content */
    transition: all 0.3s ease-in-out; /* Smooth effect */
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 50%;
	width: 100%;
	opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text>h4{
	opacity: 0;
	-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;
}
#tf-works i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #63605c;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #63605c;
}
/* Testimonials Section */
#tf-contact{
	background: url(../img/04.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}

#tf-contact .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 80px 0;
	background-attachment: fixed;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item{
    display: block;
    width: 100%;
    height: auto;
}

#testimonial .item p {
	font-weight: 400;
	margin: 30px 0;
	color: #d1d1d1;
}
/* Contact Section */
#tf-contact{
	padding: 80px 0;
}

label {
	float: left;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
#tf-contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#tf-contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.download {
	
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  color: #ffffff;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
  
}
.download:hover{
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
}


button.btn.tf-btn.btn-default {
	float: right;
	background: #63605c;
	border: 0;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	text-transform: uppercase;
}

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

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}
/* Footer */
nav#footer{
	background: #fab845;
	color: #ffffff;
	padding: 20px 0 15px 0;
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
nav#footer p{
	font-size: 12px;
	margin-top: 10px;
}
#footer i.fa {
	height: 30px;
	width: 30px;
	border: 2px solid #8c8c8c;
	font-size: 20px;
	padding: 4px 5px;
	border-radius: 50%;
	color: #8c8c8c;
	transition: all 0.5s;
}
#footer i.fa:hover{
	background: #63605c;
	border-color: #63605c;
	color: #ffffff;
}

#phases {
    display: block;
    position: relative;
    background-color: transparent;
}
#phases .box {
    padding: 25px 0 50px
}
#phases .phases-table {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25)
}
#phases .phases-tabs {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 10;
    overflow: hidden
}
#phases .phases-tabs li {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}
#phases .phases-tabs li a {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 20px;
    background-color: #FBFBFB;
    color: #222222;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #F3F3F3;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none
}
#phases .phases-tabs1 li a.__active {
    background-color: #fff;
    color: #3b3d40;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    z-index: 10
}


#phases .phases-tabs11 li a {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 20px;
    background-color: #FBFBFB;
    color: #222222;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #F3F3F3;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none
}

#phases .phases-tabs11 li a.__active {
    background-color: #fff;
    color: #f26b34;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    z-index: 10
}
#phases .phases-tabs1 li a.__active:before {
    color: #C9C9C9
}
#phases .phases-tabs li a:before {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: -1px;
    content: attr(data-phase);
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    border: 3px solid #fab845;
    color: #fab845;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
#phases .phases-tabs11 li a:before {
    border: none;
}
#phases .phases-tabbox {
    display: none;
    position: relative;
    z-index: 11;
    background-color: #fff;
    padding: 25px 0;
    height: auto;
}
#phases .phases-tabbox.__active {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex
}
#phases .phases-sidebar {
    display: none;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 1em 25px;
    min-width: 170px;
    border: 0;
    border-right: 1px solid #f3f3f3
}
#phases .phases-sidebar li {
    display: block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #908F8F;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7em
}
#phases .phases-sidebar1 li.__active {
    color: #00bff3
}
#phases .phases-tabs1 li a.phaseone.__active:before {
    color: #CC2F17;
    border: 3px solid #EF0007;
}
#phases .phases-tabs1 li a.phaseone1.__active:before {
    color: #CC2F17;
    border: none;
}
#phases .phases-tabs1 li a.phasetwo1.__active:before {
    color: #0959A3;
    border: 3px solid #FDBE11;
}
#phases .phases-tabs1 li a.phasethree.__active:before {
    color: #CB9623;
    border: 3px solid #6B2F4A;
}
#phases .phases-content {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 70px;
}
#phases .phases-content>div:before,
#phases .phases-content1>div:after {
    content: " ";
    display: table
}
#phases .phases-content1>div:after {
    clear: both
}
#phases .phases-content hr {
    display: block;
    position: relative;
    margin: 25px 0;
    border: 0;
    height: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #f3f3f3
}
#phases .phases-content img {
    display: inline-block;
    border: 0;
    outline: none;
    margin: 0;
    padding: 0
}
#phases .phases-content h1,
#phases .phases-content h2,
#phases .phases-content h3,
#phases .phases-content h4,
#phases .phases-content h5 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    color: #404040;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left
}
#phases .phases-content h3 {
    line-height: 3em;
    color: #00bff3;
    margin-top: 1em
}
#phases .phases-content p {
    color: #404040;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 300;
    line-height: 1.7em;
    text-align: left
}
#phases .phases-content ol {
    margin: 0;
    padding: 0 1.5em
}
#phases .phases-content ol li {
    color: #404040;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 300;
    line-height: 1.7em;
    text-align: left
}
.phases-title {
    position: relative;
    color: #fff;
    font-size: 32px;
    font-family: "Roboto";
    font-weight: 400;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0.5em 1em 1.2em 0;
    text-align: center
}
.phases-img h4 {
    margin-top: 3% !important
}
@media all and (max-width: 860px) {
    .phases-sidebar {
        min-width: 20% !important
    }
}
@media only screen and (max-width: 736px) {
    .phases-title {
        margin: 0
    }
    .phases-img img {
        width: 120px !important
    }
    .phases-title {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 2px;
        padding: 20px 0
    }
    #phases .phases-content {
        padding: 0 15px
    }
.related-products {
            position: fixed;
            top: 20%;
            right: 20px;
            width: 250px;
            background: white;
            border-radius: 10px;
            padding: 15px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            z-index: 1000;
}
	