/* CSS Document */

body{
	font:400 14px/18px "Muli",sans-serif;
	margin:0;
	float:left;
	width:100%;
	letter-spacing:1px;

background-position: center center;
background-repeat: repeat;
background-size: cover;

}



.row{
	margin:0 -15px;
}

/* --------------- Start Bootstrap CSS ------------------*/

* {
    box-sizing: border-box;
}
*::-moz-selection {
    background: #222222 none repeat scroll 0 0;
    color: #ffffff;
    text-shadow: none;
}


*::after, *::before {
    box-sizing: border-box;
}

.layout-image .img-responsive {
background-size: 100% auto;
display: block;
height: 100%;
max-width: 100%;
transition: all 4.8s linear 0s;
background-repeat:no-repeat;
}
.layout-image:hover .img-responsive {
    background-position: center bottom!important;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 544px) {
  .container {
    max-width: 100%;
	margin:0 auto;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
	margin:0 auto;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {

    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
}

/* --------------- End Bootstrap CSS ------------------*/


/* Animate inview CSS START */
.hb-animate-element {
  opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -webkit-opacity: 0;
}

.hb-animate-element.left-to-right.hb-in-viewport {
  animation: 1s ease 0s normal none 1 fadeInLeft;
  -webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
  -moz-animation: 1s ease 0s normal none 1 fadeInLeft;
  opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -webkit-opacity: 1;
}

.hb-animate-element.hb-in-viewport.right-to-left {
  animation: 1s ease 0s normal none 1 fadeInRight;
  -webkit-animation: 1s ease 0s normal none 1 fadeInRight;
  -moz-animation: 1s ease 0s normal none 1 fadeInRight;
  opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -webkit-opacity: 1;
}

.hb-animate-element.hb-in-viewport.top-to-bottom {
  animation: 1s ease 0s normal none 1 fadeInDown;
  -webkit-animation: 1s ease 0s normal none 1 fadeInDown;
  -moz-animation: 1s ease 0s normal none 1 fadeInDown;
  opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -webkit-opacity: 1;
}

.hb-animate-element.hb-in-viewport.bottom-to-top {
  animation: 1s ease 0s normal none 1 fadeInUp;
  -webkit-animation: 1s ease 0s normal none 1 fadeInUp;
  -moz-animation: 1s ease 0s normal none 1 fadeInUp;
  opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -webkit-opacity: 1;
}

/* Animate inview CSS END */



/* ---------------------- TemplateTrip - goToTop --------------------------*/
.goToTop {
	position: fixed;
	bottom: 14%;
	right: 30px;
	z-index: 11;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: #000 url("../images/top.jpg") no-repeat scroll 16px 18px;
	color: #111;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	display: none;
	padding: 10px;
	border-radius: 50%;
	border:2px solid #fff;
}
.goToTop p {
	float: left;
	width: 100%;
	color: #111;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	border:2px solid #111;
	display:none;
}
.goToTop:hover {
	background: rgba(0, 0, 0, 0.8) url("../images/top.jpg") no-repeat scroll 16px 18px;
}
@media (max-width: 767px) {
	.goToTop {
		bottom: 15%;
	}
}
/* ---------------------- End TemplateTrip - goToTop --------------------------*/


header {
	float:left;
    position: relative;
	background: #292929 none repeat scroll 0 0;
    width: 100%;
}
header .header-content {
    float:left;
	width: 100%;
	background: #292929;
	color: #ffffff;
	position: relative;
	text-align: center;
}
.header-content .parallex {
	float: left;
	width: 100%;
	height:750px;
}
header .header-content .header-content-inner {
	float: left;
	width: 100%;
	padding: 10% 0 0;
}
.comingsoon {
  opacity: 0.7;
}
header .header-content .header-content-inner p {
	margin-left: auto;
	margin-right: auto;
	color: rgba(255, 255, 255, 0.7);
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 40px;
	float: none;
	width: 42%;
	line-height: 30px;
	margin-top: 0;
}
header .header-content .header-content-inner h1 {
	font-size: 38px;
	font-weight: 700;
	line-height: 50px;
	text-transform: capitalize;
	margin: 20px 0;
}
header .header-content .header-content-inner h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	float: left;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 40px;
	text-align: center;
}
.header-content-inner .header-description a.btn {
	background: #ffae00;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	font: 600 16px/18px "Muli", sans-serif;
	letter-spacing: 1px;
	position: relative;
	padding: 15px 30px;
	color: #000;
	margin: 0;
	z-index: 1;
	border: none;
}
.header-content-inner .header-description a.btn::before {
	content: "";
	-webkit-transform: scale(.5, 1);
	-moz-transform: scale(.5, 1);
	-ms-transform: scale(.5, 1);
	-o-transform: scale(.5, 1);
	transform: scale(.5, 1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: -1;
}
.header-content-inner .header-description a.btn:hover::before {
	background-color: #fff;
	webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
h2 {
	font-size: 38px;
	line-height: 40px;
	font-weight: 700;
	text-transform: capitalize;
}
.btn {
    border: medium none;
    font-family: "Muli",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-default {
	background: #ffae00; /* Old browsers */
    border-color: #ffffff;
    color: #111;
    font-size: 14px;
}
.btn-default:hover {
  background: rgba(254, 197, 0, 0.9);
}
.btn {
    -moz-user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.42857;
	text-decoration:none;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	text-transform:capitalize;
}
.btn-xl {
    padding: 15px 30px;
}

header .top-main {
	border-bottom: 1px solid #DDDDDD;
    float: left;
    padding: 150px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

header .top-main .macbook.col-sm-10 {
  float: none;
}

header .top-main .macbook.col-sm-10 img {
  max-width: 100%;
}

.bg-primary {
    float: left;
	padding: 80px 0 50px;
	text-align: center;
	color: #000;
	width: 100%;
}
.multi-layouts {
	float: left;
	width: 100%;
	margin: 0;
	background: #f5f5f5;
}
.section-content {
	color: #666;
	font-size: 16px;
	letter-spacing: .4px;
	line-height: 22px;
}
#portfolio {
  float:left;
  width:100%;
}

.main-content{
	float:left;
	width:100%;
	padding: 70px 5%;
	position:relative;
}
.main-content .landing-1 {
    position: absolute;
    bottom: 3%;
    left: 4%;
}
.item {
  margin: 0 0 60px;
}
.item:last-child {
    display: inline-block;
    float: none;
    text-align: center;
    vertical-align: top;
}
.layout-content .layout-name a {
  color: #000000;
  float: left;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.1s ease-in-out 0s;
  width: 100%;
}
.layout-content .layout-name a:hover {
	letter-spacing: 1px;
}

.layout-content .layout-name a.layout-detail, 
.layout-content .layout-name a.layout-detail:hover {
	margin: 0 0 10px;
	font: 700 28px/32px "Muli", sans-serif;
}
.layout-content .layout-name a.layout-detail:hover,
.layout-image .layout-name a.layout-detail:hover{
	color:#ffae00;
}
.layout-image {
    border: 1px solid #DDDDDD;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px #DDDDDD;
    height: 600px;
	position:relative;
    overflow: hidden;
}

.layout-image.new-label::after {
    background: url("../images/new-label.png") no-repeat scroll 0 0;
    content: "";
    height: 86px;
    position: absolute;
    right: -20px;
    top: -25px;
    width: 86px;
    z-index: 9999;
}

.layout-image a.btn-preview {
	position:relative;
	float:left;
	width:100%;
	height:100%
}
.layout-image a.btn-preview::before,
.features-block .feature-img a::before{
	background:rgba(0,0,0,0.6);
	content:"";
	opacity:0;
	position:absolute;
	left:0;
	right:0;
	cursor:pointer;
	margin:auto;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}
.features-block .feature-img a {
  float: left;
  position: relative;
  width: 100%;
}
.layout-image:hover a.btn-preview::before,
.features-block:hover .feature-img a::before{
	opacity:1;
}

.layout-image .theme-preview-btn {
	display: none;
}
.layout-image:hover .theme-preview-btn {
    background: #fff none repeat scroll 0 0;
    color: #000;
    font-weight: bold;
    left: 0;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 12px 24px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 45%;
	display: block;
    width: 120px;
	transition: all 0.1s ease-in-out;
    z-index: 9;
}
.layout-image:hover .theme-preview-btn:hover {
	letter-spacing: 2px;
}

.layout-content {
    float: left;
    padding: 40px 0;
    width: 100%;
}

.main-content .more-coming-soon {
	background: #333;
	color: #fff;
	float: left;
	font: 400 16px/18px "Muli", sans-serif;
	letter-spacing: .4px;
	margin: 0;
	padding: 30px 0;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	width: 100%
}

.main-content2 .more-coming-soon {
	background: #ffba00;
	color: #000;
	float: left;
	font: 400 16px/18px "Muli", sans-serif;
	letter-spacing: .4px;
	margin: 0;
	padding: 30px 0;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	width: 100%
}

#portfolio {
	float: left;
	width: 100%;
	color: #333;
	position: relative;
	text-align: center;
	width: 100%
}

.main-content2 {
	background: #fff;
	float: left;
	padding: 30px 0 0;
	text-align: center;
	width: 100%
}

.main-content2 .choose-service {
	color: #000;
	margin: 30px auto 100px;
	float: none
}

.owl-carousel .owl-wrapper-outer {
	direction: ltr!important
}

.features .features-block {
	float: left;
	width: 100%
}

#feature-list {
	float: left;
	position: relative;
	width: 100%;
	z-index: 0
}

.feature-img {
	margin: 0 0 40px
}

.feature-img>div {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	min-height: 205px;
	box-shadow: 0 5px 8px 1px rgba(0, 0, 0, .15);
	transition: all 0.3s ease 0s
}

.feature-img:hover>div {
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, .2);
	transform: translateY(-10px)
}

.features-block .feature-img .service1 {
	background-image: url(../images/services/service-01.jpg);
}

.features-block .feature-img .service2 {
	background-image: url(../images/services/service-04.jpg);
}

.features-block .feature-img .service3 {
	background-image: url(../images/services/service-07.jpg);
}

.features-block .feature-img .service4 {
	background-image: url(../images/services/service-10.jpg);
}

.features-block .feature-img .service5 {
	background-image: url(../images/services/service-13.jpg);
}

.features-block .feature-img .service6 {
	background-image: url(../images/services/service-16.jpg);
}

.features-block .feature-img .service7 {
	background-image: url(../images/services/service-02.jpg);
}

.features-block .feature-img .service8 {
	background-image: url(../images/services/service-05.jpg);
}

.features-block .feature-img .service9 {
	background-image: url(../images/services/service-08.jpg);
}

.features-block .feature-img .service10 {
	background-image: url(../images/services/service-18.jpg);
}

.features-block .feature-img .service11 {
	background-image: url(../images/services/service-17.jpg)
}

.features-block .feature-img .service12 {
	background-image: url(../images/services/service-03.jpg);
}

.features-block .feature-img .service13 {
	background-image: url(../images/services/service-06.jpg);
}

.features-block .feature-img .service14 {
	background-image: url(../images/services/service-09.jpg);
}

.features-block .feature-img .service15 {
	background-image: url(../images/services/service-12.jpg);
}

.features-block .feature-img .service16 {
	background-image: url(../images/services/service-15.jpg)
}

.feature-content {
	color: #000;
	text-align: left
}

.feature-content .feature-title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: capitalize;
	margin: 0 0 15px
}

.feature-content .feature-desc {
	color: #888;
	line-height: 22px
}

.choose-service{
    color: #000000;
    margin: 40px auto 80px;
	float: none;
}
.main-content2-content{
	float:left;
	width:100%;
	margin:0 0 70px;
}
.content {
  float: left;
  width: 100%;
  padding: 0;
}
.features.features-block {
  text-align: center;
}
.feature-content {
    color: #000000;
    text-align: left;
}
.feature-content .feature-desc {
    color: #888888;
}
.feature-img .img-responsive {
    border: 6px solid #ffffff;
    box-shadow: 0 0 2px 2px #e5e5e5;
    display: block;
    height: auto;
    max-width: 100%;
}
.main-content3 {
    float: left;
    width: 100%;
}
.main-content3 > div {
    padding: 60px 0;
}
.footer-get-theme {
	border-bottom: 1px dashed #dddddd;
}
.main-content2 .features-block {
  float: left;
  width: 100%;
}
.main-content3 .title {
    color: #000000;
    float: left;
    margin: 0 0 40px;
	text-transform:capitalize;
    width: 100%;
}

.main-content4{
	background: #000000 none repeat scroll 0 0;
	float: left;
	text-align:center;
	padding: 30px 0;
	width: 100%;
}
.main-content4.fixed {
	animation: 1s ease 0s normal both 1 running fixedmenu;
	left: 0;
	margin: 0;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
	top:auto;
}
@-webkit-keyframes fixedmenu {
    0% {
        bottom: -100%;
    }
    100% {
        bottom: 0;
    }
}
@-moz-keyframes fixedmenu {
    0% {
        bottom: -100%;
    }
    100% {
        bottom: 0;
    }
}
@keyframes fixedmenu {
    0% {
        bottom: -100%;
    }
    100% {
        bottom: 0;
    }
}
.main-content4 .sub-title {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
	font: 700 26px/36px "Muli", Helvetica, sans-serif;
	letter-spacing: 0;
	padding:8px 0;
	color:#fff;
}
.main-content4 .footer-privacy a {
	color: #111;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: 1px;
	border-radius: 0;
	padding: 12px 20px;
	margin: 0 0 0 25px;
	text-transform:capitalize;
	position:relative;
	overflow:hidden;
	z-index:1;
	border:none;
}
.main-content4 .footer-privacy a::before {
	content: "";
	-webkit-transform: scale(.5, 1);
	-moz-transform: scale(.5, 1);
	-ms-transform: scale(.5, 1);
	-o-transform: scale(.5, 1);
	transform: scale(.5, 1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: -1;
}
.main-content4 .footer-privacy a:hover::before {
	background-color: #fff;
	webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.main-content4 .footer-privacy a:hover{
	color:#111;
}
#about-interior .section-heading {
	font: 700 38px/40px "Muli", sans-serif;
	letter-spacing: 0;
	position: relative;
	text-transform: capitalize;
	padding: 0;
	margin: 20px 0 30px;
}
#ttcmsservices {
	float: left;
	width: 100%;
	background:#ffae00;
}
#ttcmsservices .block_content {
	float: left;
	width: 100%;
	margin:40px 0;
}
#ttcmsservices .block_content .ttservices .service-title {
	color: #000;
	display: inline-block;
	float: none;
	font: 700 20px/24px "Muli", Helvetica, sans-serif;
	margin: 0;
	padding: 18px 0;
	text-transform: capitalize;
	width: auto;
}
#ttcmsservices .block_content .ttservices .ttcontent_inner .service .service-icon {
	display: inline-block;
	float: none;
	height: 60px;
	margin: 0 10px 0 0;
	vertical-align: top;
	width: 60px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
#ttcmsservices .block_content .ttservices .ttcontent_inner .service:hover .service-icon {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
#ttcmsservices .block_content .ttservices .ttcontent_inner .service .service-icon.ttimg1 {
	background: rgba(0, 0, 0, 0) url("../images/01.png") no-repeat scroll 0 0;
}
#ttcmsservices .block_content .ttservices .ttcontent_inner .service .service-icon.ttimg2 {
	background: rgba(0, 0, 0, 0) url("../images/02.png") no-repeat scroll 0 0;
}
#ttcmsservices .block_content .ttservices .ttcontent_inner .service .service-icon.ttimg3 {
	background: rgba(0, 0, 0, 0) url("../images/03.png") no-repeat scroll 0 0;
}
/* --------------------- Start Scroll btn CSS ------------------------- */
.scroll-btn {
    bottom: 25px;
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 50px;
}



.mouse {
	position: absolute;
	width: 22px;
	height: 42px;
	bottom: 40px;
	left: 0;
	border-radius: 15px;
	border: 2px solid #ffffff;
	-webkit-animation: intro 1s;
	animation: intro 1s;
	right: 0;
	margin: 0 auto;
}
.scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #ffffff;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite;
}
@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/* --------------------- End Scroll btn CSS ------------------------- */
@media (max-width: 1800px) {
	.feature-img > div {
		min-height: 175px;
	}
}
@media (max-width: 1500px) {
	.feature-img > div {
		min-height: 145px;
	}
}
@media (max-width: 1400px) {
	.feature-img > div {
		min-height: 120px;
	}
	.header-content .parallex {
		height: 650px;
	}
	.bg-primary {
		padding: 50px 0;
	}
}
@media (max-width: 1300px) {
	.feature-img > div {
		min-height: 110px;
	}
}
@media (max-width: 1200px) {
	.header-content .parallex {
		height: 550px;
	}
	header .header-content .header-content-inner {
		padding: 7% 0 0;
	}
}
@media (max-width: 1199px) {
	.layout-image {
		height: 300px;
	}
	.layout-content .layout-name a.layout-detail, .layout-content .layout-name a.layout-detail:hover {
		font: 700 24px/28px "Muli", sans-serif;
	}
	.layout-content {
		padding: 40px 0 0;
	}
	.bg-primary {
		padding: 30px 0 50px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.features {
		padding: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
.feature-img, .feature-content {
	margin: 0 0 20px;
	width: 100%;
	text-align: center;
}
.feature-content .feature-title {
	font-size: 16px;
}
}
@media (max-width: 991px) {
	.main-content4 .sub-title {
		padding: 8px 0 25px;
	}
	.main-content4 {
		padding: 20px 0;
	}
	.feature-img > div {
		min-height: 230px;
	}
	.highlight-inner h4, 
	.heading h2, 
	#about-interior .section-heading, h2 {
		font-size: 24px;
		line-height: 26px;
		margin: 0 0 10px;
	}
}
@media (max-width: 767px) {
.theme-layout .item {
	width: 50%;
	float: left;
}
.main-content3 > div {
	padding: 30px 20px;
}
header .header-content .header-content-inner h3 {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 30px;
}
header .header-content .header-content-inner p {
	width: 86%;
}
.main-content4 .sub-title {
	font-size:22px;
}
.layout-content {
	padding: 30px 0 20px;
}
.features .features-block {
	float: left;
	width: 100%;
	padding: 0;
}
header .header-content .header-content-inner h1 {
	font-size: 22px;
	line-height: 30px;
}
.header-content .parallex {
	height: 450px;
}
.item {
	margin: 0;
	float: left;
}
.main-content2 {
	padding: 10px 0 0;
}
.main-content2 .choose-service {
	margin: 30px auto 40px;
}
}
@media (max-width: 480px) {
.theme-layout .item {
	width: 100%;
}
.feature-content .feature-title {
	font-size: 16px;
}
.feature-img, .feature-content {
	margin: 0 0 20px;
	width: 100%;
	text-align: center;
}
.feature-img .img-responsive {
	margin: 0 auto;
	float: none;
}
#ttfeature-carousel {
  padding: 0 15px;
}
.bg-primary {
	padding: 0 15px;
	margin:40px 0 0;
}
header .header-content .header-content-inner p {
	font-size: 14px;
	width: 100%;
	margin: 0 0 20px;
}
.btn-xl {
	padding: 12px 20px;
}
.main-logo {
	margin: 0 0 20px;
}
.section-content {
	font-size: 13px;
}
#about-modern .section-heading {
	font-size: 20px;
	line-height: 22px;
}
.layout-content .layout-name a.layout-detail, .layout-content .layout-name a.layout-detail:hover {
	font-size: 22px;
	line-height: 24px;
}
.main-content4 .footer-privacy a {
	font-size: 16px;
	padding: 10px 15px;
}
.main-content4 .sub-title {
	font-size: 22px;
	line-height: 30px;
	padding: 0 0 20px;
}
}

.gr__tooltip {
	display: none !important;
}