/* CSS Document */

body {
	background: #fafafa;
	font: 400 13px/18px "Poppins",sans-serif;
	margin: 0;
	float: left;
	width: 100%;
	letter-spacing: 1px;
}

.container {
	width:1180px;
	padding:0 15px;
}

.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;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.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) {
  .container {
    max-width: 740px;
  }

  .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: 992px) {
  .container {
    max-width: 960px;
  }

  .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: 1180px;
  }

  .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%;
  }
}
@media (max-width: 1200px) {
	.col-lg-offset-4 {
	  margin-left: 25.333%;
	}
}
/* --------------- End Bootstrap CSS ------------------*/



/* ---------------------- TemplateTrip - goToTop --------------------------*/
.goToTop {
  background: #fe8351;
  display: none;
  border: 2px solid #fe8351;
  border-radius: 50%;
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  -khtml-border-radius: 50%;
  bottom: 20px;
  cursor: pointer;
  height: 38px;
  padding: 6px 2px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 38px;
  z-index: 9999;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  text-decoration:none;
  outline: none;
}
.goToTop:hover {
  border: 2px solid #fe8351;
  background: #333;
}
.goToTop::before{
	background:transparent url("../images/top.png") no-repeat scroll center center;
	content: "";
    float: left;
    height: 100%;
    width: 100%;
}

/* ---------------------- End TemplateTrip - goToTop --------------------------*/


header {
	float:left;
    position: relative;
    width: 100%;
	z-index: 9;
}

.header-content .header-image img{max-width:100%;}

header .header-content {
	background: transparent url("../images/bg-header.jpg") no-repeat scroll 0 center;
    float:left;
	width: 100%;
	color: #ffffff;
	text-align: center;
	position: relative;
	width: 100%;
	z-index: 1;
}
header .header-content::before {
  background: rgba(20, 32, 46, 0.72);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.header-content .logo-desc {
  float: left;
  text-align: center;
  padding: 4% 0;
  width: 100%;
}
.header-logo {
  float: left;
  margin: 30px 0;
  width: 100%;
}
.header-logo > img {
  max-width: 100%;
}
.logo-desc .header-description {
  float: left;
  width: 100%;
}
.logo-desc .header-description h1 {
  color: #ffffff;
  font: 600 46px/58px "Poppins",sans-serif;
  text-transform: uppercase;
}
.logo-desc .header-description h3 {
  color: #ffffff;
  font: 500 16px/36px "Poppins",sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.logo-desc .header-description a.btn {
  background: #fe8351;
  font: 600 16px/18px "Poppins",sans-serif;
  letter-spacing: 1px;
  color: #fff;
  padding: 12px 30px;
  text-transform: uppercase;
}
.logo-desc .header-description a.btn:hover {
	background: #fff;
	color: #000;
}
.header-block .header-image {
  float: left;
  position: relative;
  text-align: center;
  padding: 5% 0 0;
  width: 100%;
}
.header-image .layout-tablet {
	bottom: auto;
	left: auto;
	position: absolute;
	right: 0;
	top: -35%;
	z-index: 1;
}
.header-image .layout-screen {
	display: inline-block;
	float: left;
	margin: 0 160px -50px;
	vertical-align: top;
	width: auto;
}
.header-image .layout-mobile {
	bottom: 0;
	left: auto;
	position: absolute;
	right: 30%;
	top: 0;
	z-index: 1;
}
.header-image .layout-image {
  bottom: 40px;
  left: auto;
  position: absolute;
  right: 50px;
  top: auto;
}
header .header-content .header-content-inner {
    bottom: 30%;
    height: 250px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.header-block .main-header {
  	float: left;
	padding: 2% 2% 0;
	width: 100%;
}
.header-content .header-nav ul {
  float: left;
  margin: 0;
  padding: 0;
}
.main-header .header-nav ul.main-menu li {
  display: inline-block;
  list-style: outside none none;
  padding: 0 20px;
}
.header-nav .main-menu .menu-item > a {
  color: #ffffff;
  font: 600 16px/49px "Poppins",sans-serif;
  text-decoration: none;
  outline: none;
}
.header-nav .main-menu .menu-item:hover > a {
	color: #ffffff;
}
.main-header .header-nav {
  float: left;
}
.main-header .header-link {
  float: right;
}
.header-link a {
  border: 2px solid #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -khtml-border-radius: 5px;
  color: #fefefe;
  display: inline-block;
  font-size: 16px;
  height: 50px;
  letter-spacing: 0.025em;
  line-height: 37px;
  min-width: 160px;
  padding: 4px 6px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.header-link a:hover {
	color: #fff;
	border-color: #fe8351;
	background: #fe8351;
}
.header-link a img {
  padding-left: 10px;
  vertical-align: top;
}
@media (max-width: 767px) {
	.main-header .header-link {
		float: none;
	}
}
@media (max-width: 480px) {
	.header-block .main-header {
	  padding: 0;
	}
	.main-header .header-nav {
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}
	.header-content .logo-desc {
		padding: 4% 0 10%;
	}
	.main-header .header-nav ul.main-menu li {
		float: none;
		padding: 0 6px;
		vertical-align: top;
		display: inline-block;
		width: auto;
	}
	.main-header .header-link {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	}
	.main-header .header-link {
		display: inline-block;
		float: none;
		vertical-align: top;
		margin: 10px 0 0;
	}
	.logo-desc .header-description h1 {
		font-size: 17px;
		line-height: 32px;
	}
}
@media (max-width: 480px) and (min-width: 320px) {
	header .header-content .header-content-inner {
		height: 410px;
	}
}


header .header-content .header-content-inner p {
	font-size: 18px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: rgba(255, 255, 255, 0.7);	
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 40px;
}

header .header-content .header-content-inner h1 {
    font-size: 62px;
    font-weight: 700;
    letter-spacing: 8px;
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
@media (max-width: 480px) and (min-width: 320px) {
	header .header-content .header-content-inner h1 {
		font-size: 56px;
	}
}


header .header-content .header-content-inner h3 {
    font-size: 24px;
	line-height:30px;
	font-weight:normal;
	text-transform:uppercase;
}

h2 {
    font-size: 30px;
	line-height: 32px;
    font-weight: 400;
    text-transform: capitalize;
}
.btn {
    border: medium none;
    font-family: "Poppins",sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}
.btn-default {
	background:#f12a43;
    border-color: #ffffff;
    color: #ffffff;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
    font-size: 14px;
	border-radius:5px;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px;
}
.btn-default:hover {
	background: #000000;
}
.btn {
    -moz-user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
	text-decoration:none;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-xl {
    padding: 12px 26px;
	background:#333333;
}
.btn-xl:hover{
	background:#f12a43;
}

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%;
}

#about-modern.bg-primary {
    margin: 0 0 80px;
}

.bg-primary {
    float: left;
    padding: 30px 0 0;
    text-align: center;
	color:#000000;
    width: 100%;
}

.section-content {
    color: #777777;
    font-size: 16px;
    letter-spacing: 0.4px;
	line-height:22px;
}

#portfolio {
  float:left;
  width:100%;
}

.main-content{
	float:left;
	padding: 0 0 50px;
	width:100%;
}
#about-interior .section-heading {
  font-family:"Poppins",sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 34px;
  position: relative;
  text-transform: capitalize;
  padding: 0 0 10px;
}
.layout-content .layout-name a {
    font-family: "Poppins",sans-serif;
    font-size: 14px;
	letter-spacing:1px;
    line-height: 18px;
    text-transform: capitalize;
	text-decoration:none;
	float:none;
	display:inline-block;
	vertical-align:top;
	text-align: center;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
}

.layout-content .layout-name .layout-detail {
	color: #888888;
	letter-spacing: 0px;
    font-size: 14px;
    line-height: 18px;
	width: 100%;
	float: left;
}
.layout-content .layout-name .layout-subtitle {
	width: 100%;
	color:#777777;
	float:none;
	display:inline-block;
	vertical-align:top;
	line-height:18px;
	margin:5px 0;
	font-size:16px;
	display: none;
}
.layout-content .layout-name .layout-description {
	width: 100%;
	color:#777777;
	float:none;
	display:inline-block;
	vertical-align:top;
	line-height:22px;
}
.theme-layout .item {
    padding: 50px 8%;
	width: 100%;
	float: left;
}
@media (max-width: 1400px) {
	.theme-layout .item {
		padding: 50px 3%;
	}
}
@media (max-width: 1200px) {
	.theme-layout .layout-image {
	  padding: 0;
	}
}
@media (max-width: 480px) and (min-width: 320px) {
	.theme-layout .item {
		padding: 30px 2%;
	}
}

.theme-layout .item.coming .theme-preview-btn {
	display: none !important;
}

.theme-layout .item.coming .layout-image a.btn-preview::before {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
}

.theme-layout .item.coming .layout-image::before {
    bottom: 0;
    color: #ffffff;
    content: "Coming Soon";
    font-family: "raleway";
    font-size: 28px;
    font-weight: 600;
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}

/* ------------------ ODD ----------------------*/
.layout-image .btn-preview {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.item.box-odd.box-odd-2 .btn-preview.btn-preview-cover{
	min-height: auto;
    width: 90%;
	height: auto;
}
.item.box-odd .layout-image .btn-preview.btn-preview-phone{
	height: auto;
	width: 30%;
    left: auto;
    right: 20%;
    top: -22%;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
    z-index: 9;
}

.item.box-odd .layout-image .btn-preview.btn-preview-tablet {
    bottom: -2%;
    height: auto;
	width: 42%;
    left: auto;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
    right: 50px;
    top: auto;
    z-index: 9;
}


/* ------------------ EVEN ----------------------*/
.item.box-even .layout-image .btn-preview.btn-preview-phone{
	height: auto;
	width: 30%;
    right: auto;
    left: 20%;
    top: -22%;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
    z-index: 9;
}

.item.box-even .layout-image .btn-preview.btn-preview-tablet {
    bottom: -2%;
    height: auto;
	width: 42%;
    right: auto;
    left: 50px;
    top: auto;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
    z-index: 9;
}

.item.box-odd .layout-content .layout-name .layout-counter{
	font:900 150px/46px Elsie Swash Caps;
	color: #eeeeee;
    text-align: center;
	letter-spacing: 2px;
	margin: 0;
	float:none;
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-transform:capitalize;
	display: none;
}

.item.box-even .layout-content .layout-name .layout-counter{
	font:900 150px/46px Elsie Swash Caps;
	color: #eeeeee;
	letter-spacing: 2px;
	margin: 0;
	float:left;
	width:100%;
	text-transform:capitalize;
	display: none;
}
.layout-content .layout-name .layout-title {
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	font-family: Poppins;
	color: #333333;
    text-align: center;
	letter-spacing: 0;
	text-transform: uppercase;
	float:none;
	display:inline-block;
	vertical-align:top;
}
@media (max-width: 480px) and (min-width: 300px) {
	.layout-content .layout-name .layout-title{
		font-size:30px;
		line-height:36px;
		letter-spacing:1px;
	}
}
.theme-layout .item > .col-xs-12 {
	float: left;
	padding: 130px 15px 10px;
}
.theme-layout .item:nth-child(2n) {
	padding-bottom: 0;
	padding-top: 0;
}
.item.box-odd.box-odd-2 .layout-image {
	min-height: 1237px;
}
#portfolio .main-content .layout-image {
	padding: 0;
}
.item.box-odd .layout-image {
	float: left;
	position: relative;
	text-align:center;
}
.layout-image .layout-thumb-wrap {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.24);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.24);
	float: left;
	overflow: hidden;
	width: 100%;
}
.layout-image .layout-thumb {
  background-clip: padding-box;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 115%;
  position: relative;
  transition: all 2s ease-in-out 0s;
  -webkit-transition: all 2s ease-in-out 0s;
  -moz-transition: all 2s ease-in-out 0s;
  -o-transition: all 2s ease-in-out 0s;
  -ms-transition: all 2s ease-in-out 0s;
}
.layout-image .layout-thumb::after {
	background-color: rgba(0, 0, 0, 0.3);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: all 0.35s ease 0s;
	-webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
	width: 100%;
}
.layout-image:hover .layout-thumb::after {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
}
.layout-image .layout-thumb.demo1 {
  background-image: url("../images/OPC203_01.png");
}
.layout-image .layout-thumb.demo2 {
  background-image: url("../images/OPC203_02.png");
}
.layout-image .layout-thumb.demo3 {
  background-image: url("../images/OPC203_03.png");
}
.layout-image .layout-thumb.demo4 {
  background-image: url("../images/OPC203_04.png");
}
.layout-image .layout-thumb.demo5 {
  background-image: url("../images/OPC203_05.png");
}
.layout-image .layout-thumb.demo6 {
  background-image: url("../images/cs.jpg");
}
.layout-image .layout-thumb.cs {
  background-position: center center;
}
.layout-image:hover .layout-thumb {
  background-position: center bottom;
}
.layout-image .layout-thumb span {
	background-color: #0c4c81;
	border: 2px solid #0c4c81;
	border-radius: 5px;
	bottom: 0;
	color: #ffffff;
	display: block;
	font-weight: 600;
	height: 45px;
	left: 0;
	margin: auto;
	opacity: 0;
	padding: 12px 25px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
	transition: all 400ms ease-in-out 0s;
	width: 150px;
	z-index: 1;
	font-size: 14px;
	letter-spacing: 1px;
}
.layout-image .layout-thumb span:hover {
  background-color: #fe8351;
  border-color: #fe8351;
  color: #fff;
  cursor: pointer;
}
.layout-image:hover .layout-thumb span {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
	bottom: 0;
}
/*-------------page demo link---------------------*/
.layout-image .layout-thumb.page1 {
  background-image: url("../images/collection/category-grid.png");
}
.layout-image .layout-thumb.page2 {
  background-image: url("../images/collection/category-list.png");
}
.layout-image .layout-thumb.page3 {
  background-image: url("../images/collection/product.png");
}
.layout-image .layout-thumb.page4 {
  background-image: url("../images/collection/cart.png");
}
.layout-image .layout-thumb.page5 {
  background-image: url("../images/collection/checkout.png");
}
.layout-image .layout-thumb.page6 {
  background-image: url("../images/collection/latest_blog.png");
}
.layout-image .layout-thumb.page7 {
  background-image: url("../images/collection/brand.png");
}
.layout-image .layout-thumb.page8 {
  background-image: url("../images/collection/contact-us.png");
}
.layout-image .layout-thumb.page9 {
  background-image: url("../images/collection/registration.png");
}
/*-------------page demo link---------------------*/
/*-------------product page link---------------------*/
.layout-image .layout-thumb.product1 {
  background-image: url("../images/collection/product1.png");
}
.layout-image .layout-thumb.product2 {
  background-image: url("../images/collection/product2.png");
}
.layout-image .layout-thumb.product3 {
  background-image: url("../images/collection/product3.png");
}
/*-------------product page demo link---------------------*/
@media (max-width: 1199px) {
	.layout-content .layout-name .layout-title {
		font: 400 20px/32px "Poppins",sans-serif;
	}
	.item.box-odd .layout-content .layout-name .layout-counter,
	.item.box-even .layout-content .layout-name .layout-counter {
		font: 900 90px/26px Elsie Swash Caps;
	}
	.layout-image .layout-thumb {
		padding-bottom: 300px;
	}
	.features .features-block{
		margin:0;
	}

}
@media (max-width: 991px) {
	.theme-layout .item {
		padding: 30px 0;
	}
	.logo-desc .header-description h1 {
		font-size: 24px;
		line-height: 30px;
	}
}
@media (max-width: 571px) and (min-width: 481px) {
	.item.box-odd .layout-content .layout-name .layout-counter{
		margin:0;
		font-size:120px;
	}
}

@media (max-width: 480px) and (min-width: 370px) {
	.btn-xl{
		padding:10px 16px;
	}
	.item.box-odd .layout-content .layout-name .layout-counter{
		margin:0;
		font-size:100px;
	}
}

@media (max-width: 369px) and (min-width: 320px) {
	.btn-xl{
		padding:10px 16px;
	}
	.item.box-odd .layout-content .layout-name .layout-counter{
		margin:0;
		font-size:100px;
	}
}
.item.box-odd:hover .btn-preview.btn-preview-cover{
	left:0;
}
.item.box-odd:hover .btn-preview.btn-preview-phone{
	right:14%;
}
.item.box-odd:hover .btn-preview.btn-preview-tablet{
	right:2%;
}


.item.box-even:hover .btn-preview.btn-preview-phone{
	left:14%;
}
.item.box-even:hover .btn-preview.btn-preview-tablet{
	left:2%;
}
.item.box-odd .layout-content {
	float: right;
}
@media (max-width: 991px) and (min-width: 768px) {
	.item.box-even .layout-image {
		width:100%;
	}
	.item.box-even .layout-content{
		width:100%;
	}
	.item.box-odd .btn-preview.btn-preview-cover {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.section-content {
		font-size: 14px;
	}
	.logo-desc .header-description h1 {
	  font-size: 20px;
	  line-height: 26px;
	  margin: 10px 0;
	}
	.logo-desc .header-description h3 {
		font-size: 14px;
		line-height: 20px;
	}
	.main-content {
		padding: 0;
	}
	#about-interior .section-heading {
		font-size: 24px;
	}
	.theme-layout .item.box-odd.box-odd-2 .col-xs-6 {
		width: 100%;
		display: block;
		float: none;
		margin: 0 auto;
	}
	.item.box-even .col-xs-4 {
		width: 100%;
		display: block;
		float: none;
		margin: 0 auto;
	}
	.layout-content .layout-name .layout-subtitle {
		font-size: 13px;
		line-height: 15px;
	}
	.theme-layout .item {
		padding: 30px 2%;
	}
	.item.box-odd .col-xs-4 {
		width: 100%;
		display: block;
		float: none;
		margin: 0 auto;
	}
	.layout-image .layout-thumb {
		padding-bottom: 450px;
	}
}
@media (max-width: 480px) {
	.theme-layout .item.box-odd.box-odd-2 .col-xs-6,
	.item.box-even .col-xs-4,
	.item.box-odd .col-xs-4 {
		width: 100%;
	}
	.layout-image .layout-thumb {
		padding-bottom: 300px;
	}
	.logo-desc .header-description h1 {
		font-size: 18px;
		line-height: 24px;
	}
	.logo-desc .header-description h3 {
		font-size: 12px;
	}
}
.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 .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;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    z-index: 9;
}
.layout-image:hover .theme-preview-btn:hover {
	letter-spacing: 2px;
}

.layout-content {
	text-align: center;
	float: right;
	margin: 6% 0;
}

.main-content .more-coming-soon, .main-content2 .more-coming-soon {
    background: #000000;
    color: #ffffff;
    float: left;
    font: 400 16px/18px "Poppins",sans-serif;
    letter-spacing: 1px;
    margin: 0;
    padding: 30px 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}

#portfolio{
	background: #f5f5f5;
    float:left;
	width: 100%;
	color: #333333;
	position: relative;
	text-align: center;
	width: 100%;
}

.main-content2 {
	border-top: 1px solid #eaeaea;
    background: #fff;
    float: left;
    padding: 50px 0 0;
    text-align: center;
    width: 100%;
}

.main-content2 .choose-service {
    color: #000000;
    margin: 30px auto 100px;
	float: none;
}
#feature-list {
	float: left;
	width: 100%;
	position: relative;
}
.features .features-block{
	float:left;
	width:100%;
}
.feature-content {
    color: #000000;
    text-align: left;
}
.feature-img {
  margin: 0 0 40px;
}
.feature-content .feature-title {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: capitalize;
	margin: 0 0 15px;
}
.feature-content .feature-desc {
    color: #888888;
	line-height:22px;
}

.feature-img .img-responsive {
	border: medium none;
	box-shadow: 0 5px 8px 1px rgba(0, 0, 0, 0.15);
	display: block;
	height: auto;
	margin: auto;
	transition: all 0.3s ease 0s;
	max-width: 100%;
}
.feature-img:hover .img-responsive {
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.2);
	transform: translateY(-10px);
}
.main-content3 {
	background: rgba(0, 0, 0, 0) url("../images/footer-bg.jpg") no-repeat scroll center center / cover ;
    float: left;
	position: relative;
    width: 100%;
	z-index: 1;
}
.main-content3::before {
  background: rgba(20, 32, 46, 0.5);
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.main-content3 > div {
    padding: 160px 0;
}

.main-content3 .title {
    color: #ffffff;
	float: left;
	font-size: 20px;
	margin: 0 0 40px;
	text-transform: capitalize;
	width: 100%;
	letter-spacing: 1px;
}
.footer-get-theme .btn {
  background: #fe8351;
  border: 4px solid #fe8351;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 30px;
  transition: none;
}
.footer-get-theme .btn:hover {
	background: #fff;
	border-color: #fff;
	color: #000000;
}
.footer-get-theme > h3 {
  color: #ffffff;
  font: 500 30px/32px "Poppins",sans-serif;
  text-transform: uppercase;
}
.main-content4{
	background: #000000 none repeat scroll 0 0;
	float: left;
	height: 100px;
	color:#777777;
	text-align:center;
	padding: 40px 0;
	width: 100%;
}

.main-content4 .footer-privacy a{
	color: #ffffff;
	font-size: 16px;
	text-decoration:none;
	letter-spacing: 1px;
}

.main-content4 .footer-privacy a:hover{
	text-decoration:underline;
}
@media (max-width: 1200px) {
	.main-content2 .features-block .feature-bg {
		width: 70%;
	}
}
@media (max-width: 1199px) {
	.main-content2 .features-block .feature-bg {
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
.feature-content {
	padding: 10px 15px;
}
.feature-content .feature-title {
	font-size: 16px;
}
.feature-img, .feature-content {
	margin: 0 0 20px;
	text-align: center;
	width: 100%;
}
}
@media (max-width: 767px) {
.theme-layout .item {
	float: left;
}
.main-content3 > div {
	padding: 30px 20px;
}
.layout-content {
	margin: 30px 0;
}
}
@media (max-width: 480px) {
.theme-layout .item {
	width: 100%;
}
.feature-content .feature-title {
	font-size: 16px;
}
.feature-content {
	width: 100%;
	padding: 40px 15px;
	text-align: center;
}
.feature-img {
  float: left;
  text-align: center;
  width: 100%;
}
.feature-img .img-responsive {
	margin: 0 auto;
	float: none;
}
.main-content2 {
	padding: 20px 0 0;
}
.main-content2 .choose-service {
	margin: 30px auto;
}
.footer-get-theme > h1 {
	font-size: 24px;
	line-height: 28px;
}
.main-content3 .title {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 30px;
}
}


.gr__tooltip {
	display: none !important;
}
#portfolio > div {
  float: left;
  width: 100%;
}
/*-----------------theme collection css Start-------------------*/
.heading h2 {
	font-size: 40px;
	line-height: 46px;
	margin: 0;
}
.heading {
  clear: both;
  text-align: center;
}
.theme-collection {
  background: #efefef;
  float: left;
  width: 100%;
  padding: 80px 0;
}
#theme-collection .layout-image .layout-thumb {
  padding-bottom: 95%;
}
.theme-collection .item .layout-image {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.24);
  min-height: 400px;
  overflow: hidden;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
}
.theme-collection .item .layout-image:hover {
  box-shadow: 0 18px 45px 0 rgba(0, 0, 0, 0.15);
  transform: scale(1.1);
}
.theme-collection .item .layout-image .btn-preview {
  background: #ffffff;
  min-height: 400px;
  overflow: hidden;
}
.theme-collection .item .layout-content .layout-name .layout-title {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 30px;
}
.theme-collection .theme-layout .item .layout-content {
  margin: 30px 0;
}
.product-page {
  float: left;
  padding: 70px 0 30px;
  width: 100%;
}
@media (min-width: 1501px) and (max-width: 1700px) {
	.theme-collection .item .layout-image {
		min-height: 350px;
	}
}
@media (min-width: 1200px) and (max-width: 1500px) {
	.theme-collection .item .layout-image {
		min-height: 300px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.theme-collection .item .layout-image {
		min-height: 230px;
	}
}
@media (max-width: 767px) {
	.theme-collection {
		padding: 40px 0 0;
	}
	.heading h2 {
		font-size: 34px;
	}
	#theme-collection .layout-image .layout-thumb {
	  padding-bottom: 60%;
	}
}
@media (max-width: 480px) {
	.heading h2 {
	  font-size: 28px;
	  line-height: 30px;
	}
	.product-page {
		padding: 50px 0 0;
	}
	.theme-collection .item .layout-image {
		min-height: 230px;
	}
}
/*-----------------theme collection css End-------------------*/
/*-----------------theme collection css Start-------------------*/
.Feature-collection {
	background: #fff;
	float: left;
	width: 100%;
	padding: 80px 0;
}
.Feature-collection .img-responsive {
	border: 6px solid #ffffff;
	box-shadow: 0 0 2px 2px #e5e5e5;
	display: block;
	height: auto;
	max-width: 100%;
}
.Feature-img {
	display: inline-block;
	float: none;
	margin: 0 0 40px;
	padding: 0;
	position: relative;
	vertical-align: top;
	width: auto;
}
#Feature-collection .Feature-img .layout-thumb {
  padding-bottom: 95%;
}
.features-block .Feature-img a {
	float: left;
	position: relative;
	width: 100%;
}
.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:hover .Feature-img a::before {
	opacity: 1;
}
.Feature-collection .item .Feature .btn-preview {
  background: #ffffff;
  min-height: 252px;
  overflow: hidden;
}
.Feature-collection .item .layout-content .layout-name .layout-title {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 30px;
}
.Feature-collection .theme-layout .item .layout-content {
  margin: 0 0 10px;
}
.product-page {
  float: left;
  padding: 70px 0 30px;
  width: 100%;
}
@media (min-width: 1501px) and (max-width: 1700px) {
	.Feature-collection .item .layout-image {
		min-height: 350px;
	}
}
@media (min-width: 1200px) and (max-width: 1500px) {
	.Feature-collection .item .layout-image {
		min-height: 300px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.Feature-collection .item .layout-image {
		min-height: 230px;
	}
}
@media (max-width: 767px) {
	.theme-collection {
		padding: 40px 0 0;
	}
	.heading h2 {
		font-size: 34px;
	}
	Feature-collection .layout-image .layout-thumb {
	  padding-bottom: 60%;
	}
}
@media (max-width: 480px) {
	.heading h2 {
	  font-size: 28px;
	  line-height: 30px;
	}
	.product-page {
		padding: 50px 0 0;
	}
	.Feature-collection .item .layout-image {
		min-height: 230px;
	}
}
/*-----------------theme collection css End-------------------*/

.header-block .main-header.fixed {
	  background: #000000;
	  transition: all 400ms ease 0s;
	  -webkit-transition: all 400ms ease 0s;
	  -moz-transition: all 400ms ease 0s;
	  -ms-transition: all 400ms ease 0s;
	  -o-transition: all 400ms ease 0s;
	  animation: fixedmenu 1s ease 0s normal both 1 running;
	  -webkit-animation: fixedmenu 1s ease 0s normal both 1 running;
	  -moz-animation: fixedmenu 1s ease 0s normal both 1 running;
	  -o-animation: fixedmenu 1s ease 0s normal both 1 running;
	  position: fixed;
	  padding: 20px 10%;
	  width: 100%;
	  z-index: 9;
}
	@-webkit-keyframes fixedmenu {
	  0% {
		top: -100%;
	  }
	
	  100% {
		top: 0;
	  }
	}
	
	@-moz-keyframes fixedmenu {
	  0% {
		top: -100%;
	  }
	
	  100% {
		top: 0;
	  }
	}
	
	@keyframes fixedmenu {
	  0% {
		top: -100%;
	  }
	
	  100% {
		top: 0;
	  }
	}

/*-----------------theme cms css Start-------------------*/
.aboutus .about-content {
	background: rgba(0, 0, 0, 0) url("../images/aboutus.jpg") no-repeat scroll center center / cover ;
	padding-bottom: 470px;
	padding-top: 170px;
	position: relative;
	z-index: 1;
}
.aboutus .about-content::before {
  background: rgba(20, 32, 46, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.aboutus .about-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
}
.aboutus .about-text {
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 40px;
}
.aboutus .btn {
	background: none;
	border:2px solid #fff;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 30px;
}
.aboutus .btn:hover {
	background: #fe8351;
	border-color: #fe8351;
}
@media (max-width: 480px) {
	.aboutus .about-title {
		font-size: 28px;
		line-height: 35px;
	}
	.aboutus .about-text {
		line-height: 24px;
		font-size: 14px;
	}
	.aboutus .about-content {
		padding-bottom: 400px;
		padding-top: 100px;
	}
	.Feature-collection {
		padding: 50px 0;
	}
}
/*-----------------theme cms css start-------------------*/
/*-----------------theme cms css Start-------------------*/
.services .services-container {
    margin: 0 auto;
	max-width: 1200px;
	padding: 0 15px;
}
.services .services-box {
  background: #ffffff;
  box-shadow: 0 35px 50px rgba(0, 0, 0, 0.25);
  float: left;
  margin: -280px 0 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 3;
}
.services ul li {
  border-right: 1px solid #f1f1f1;
  list-style: outside none none;
  min-height: 360px;
  padding: 0 30px;
  text-align: center;
}
.services .feature-box img {
	max-width: 100%;
	transition: all 400ms ease-in-out 0s;
}
.services .feature-box:hover img {
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
}
.services .feature-box {
  float: left;
  padding: 30% 0;
  width: 100%;
}
.feature-box p {
  margin-bottom: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
	.services .feature-box {
		padding: 13% 0;
	}
}
@media (max-width: 480px) {
	.services ul li {
		min-height: 250px;
		padding: 0 10px;
	}
}
/*-----------------theme cms css Start-------------------*/