﻿/*==============================================
   Import Css
===============================================*/
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(revolution-slider.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.css);
@import url(animate.min.css);
@import url(responsive.css);
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');
@font-face {
    font-family: Chapaza;
    src: url(../fonts/Chapaza_0.ttf);
}
/*==============================================
   Base Css
===============================================*/
html, body { 
	height: 100%;
}
body {
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #9a9a9a;
	line-height: 28px;
	font-weight: 300;
}
button:focus{
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Chapaza;
	margin: 0;
	font-weight: 400;
}
h3 {
 
}
h4 {}
a, a:hover, a:active, a:focus {
	text-decoration: none;
	outline: none;
	border: none;
}
img {
	max-width: 100%;
    height: auto;
}
i {
	font-style: normal;
}
.p0 {
	padding: 0 !important;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
/*** 

====================================================================
	sec-title-four
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:50px;
	text-align:center;
}
.sec-title h2{
	position:relative;
	font-size:45px;
	color:#272727;
	padding-bottom:14px;
	font-weight:700;
}
.sec-title h2::before {
    position: absolute;
    content: '';
    width: 190px;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #000;
    right: 0;
    margin: auto;
}
.sec-title h2:after{
	position:absolute;
	content:'';
	width: 30px;
	height:1px;
	border-radius: 50%;
	left:0;
	right: 0;
	bottom: 0;
	background-color:#ef5740;
	margin: auto;
}
.section-padding {
	padding: 70px 0;
}
/*** 

====================================================================
	Scroll To Top style
====================================================================

***/
.scroll-to-top {
	position: fixed;
	bottom: 45px;
	right: 15px;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 38px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #ef5740;
	display: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;	
}
.scroll-to-top .fa-long-arrow-up::before {
    content: "\f106";
}
.scroll-to-top:hover{
	color:#ef5740;
	background:#000;
}
/*** 

====================================================================
	Main Header style
====================================================================

***/
.main-header {
	position:relative;
	width: 100%;
	background: #ffffff;
}
.main-header .container{
	position:relative;	
}
.main-header .header-top{
	position:relative;
	background: #ebebeb;
	color: #8e8e8e;
	padding: 10px 0;
}
.main-header .header-top .top-right {
	text-align:right;
	padding: 0 15px;
}
.main-header .header-top .top-left {
	display: inline-block;
}
.main-header .header-top .top-left ul li {
	display: inline-block;
}
.main-header .header-top .top-left ul li a {
	font-size: 14px;
	font-weight: 400;
	color: #8e8e8e;
	padding: 0 10px;
	text-transform: uppercase;
	position: relative;
	display: block;
}
.main-header .header-top .top-left ul li a::before {
	width: 1px;
	content: '';
	height: 15px;
	background: #8e8e8e;
	position: absolute;
	top: 7px;
	right: -2px;
}
.main-header .header-top .top-left ul li:last-child a::before {
	display: none;
}

.modal-header {
	border: 0;
	padding-bottom: 0;
}
.modal-header .close {
	font-size: 14px;
	font-weight: 300;
}
.form-heading { color:#fff; font-size:23px;}
.login-form .form-control {
	background: #f7f7f7 none repeat scroll 0 0;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
}
.main-div {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 2px;
	margin: 10px auto 0px;
	max-width: 100%;
	padding: 0 30px 0px;
}

.top-right button {
    position: relative;
    z-index: 2;
    background: transparent;
    border: 0;
}
.top-right .btn {
	font-weight: 400;
	color: #8e8e8e;
}
.top-right .btn img {
	margin-right: 5px;
	display: inline-block;
}
.top-right .btn-primary {
    background: transparent;
    border: 0;
    margin: 0;
}
.top-right .btn-primary i {
	color: #ef5740;
	padding-left: 5px;
}
.top-right .btn.focus, .top-bar .btn:focus {
	box-shadow: none;
}
.top-right .btn-primary:hover {
	background: transparent;
	color: #0000ff;
}
.top-right .btn-primary:active, .top-right .btn-primary:focus {
	background: transparent;
	box-shadow: none;
}
.top-right .btn.focus, .top-right .btn:focus {
	box-shadow: none;
}
.top-right .btn-primary:hover {
	background: transparent;
	color: #ef5740;
}
.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center;}
.forgot a {
  color: #777777;
  font-size: 14px;
  text-decoration: underline;
}
.login-form  .btn.btn-primary {
  background: #ef5740 none repeat scroll 0 0;
  border-color: #ef5740;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.login-form  .btn.btn-primary:hover {
	color: #fff;
	border-color: transparent;
	background: #000;
}
.forgot {
  text-align: left; margin-bottom:30px;
}
.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}


.main-header .main-box {
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.main-header .main-box .header-end {
	position: relative;
}
.main-header .main-box .header-end .cart {
	position: absolute;
	top: 20px;
	right: 0;
}
.main-header .main-box .header-end .cart img {
	display: inline-block;
	margin-right: 10px
}
.main-header .main-box .header-end .cart span {
    position: absolute;
    width: 22px;
    height: 22px;
    background: #ef5740;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    top: -11px;
    left: 20px;
}
.main-header .main-box .header-end .cart small {
	font-weight: 400;
	color: #000;
	transition:.5s ease;
}
.main-header.fixed-header .main-box{
		
}
.header-top .drop {
	display: none;
}
.main-header.fixed-header .main-box{
	position:fixed;
	border-bottom:1px solid #e0e0e0;
	padding:0px 0px;
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}
.main-header .main-box .outer-container{
	position:relative;
	padding:0px 120px 0px 0px;
}
.main-header .main-box .logo-box {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.main-header .main-box .logo-box .logo {
	
}
.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}
.main-header .nav-toggler{
	position:absolute;
	right: 15px;
	top:50%;
	margin-top:-18px;
	display:none;
}
.main-header .nav-toggler button{
	position:relative;
	display:block;
	height:36px;
	width:40px;
	background:#390a5b;
	color:#ffffff;
	text-align:center;
	font-size:16px;
	line-height:34px;
	border:1px solid #390a5b;
	font-weight:normal;
	transition: 0.3s ease-in all;
}
.main-header .nav-toggler button:hover {
	color: #390a5b;
	background: #fece60;
	transition: 0.3s ease-in all;
}
.main-header .nav-outer{
	position:relative;
	text-align: center;
}
.fixed-header .main-box .logo-box .logo {
	position: static;
}
.main-menu{
	position:relative;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}
.main-menu .navbar-collapse{
	padding:0px;	
}
.main-menu .navigation{
	position:relative;
	margin:0px;
}
.main-menu .navigation > li{
	position:relative;
	display:inline-block;
	margin:0px 2px 0px 0px;
}
.main-menu .navigation > li > a {
	position:relative;
	display:block;
	margin-bottom: 1px;
	padding: 25px 15px 15px;
	color: #111111;
	line-height:24px;
	letter-spacing:0px;
	opacity:1;
	/*font-size:14px;*/
	font-weight: 400;
	border-radius:2px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > a i {
	padding-left: 5px;
}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#ef5740;
	/*background-color:#fc721e;*/
	opacity:1;
	position: relative;
}
.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	/*width:250px;*/
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	/*border-top:3px solid #272727;*/
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}
.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}
.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 30px;
	line-height:24px;
	font-weight:400;
	/*font-size:14px;*/
	text-transform:capitalize;
	color:#272727;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background:#ef5740;	
}
.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	color:#253d4a;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}
.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:250px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #272727;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}
.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}
.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:24px;
	font-weight:400;
	font-size:14px;
	text-transform:capitalize;
	color:#272727;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ffffff;
	background:#fc721e;	
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	color:#272727;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}
.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(../images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}
.padd-top-10{
	padding-top:10px !important;	
}
.fixed-header .main-menu .navigation {
	text-align: left;
}
/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/
.hidden-bar{
	position: fixed;
	top: 0;
	width: 305px;
	height: 100%;
	background: #272727;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}
.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}
.hidden-bar.right-align {
	right: -400px;
}
.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}
.hidden-bar.right-align .hidden-bar-closer {
	left: -40px;
}
.hidden-bar.left-align {
	left: -400px;
}
.hidden-bar.left-align.visible-sidebar {
	left: 0px;
}
.hidden-bar.left-align .hidden-bar-closer {
	right: -20px;
}
.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	background: rgb(254, 206, 96, 1);
	color: #390a5b;
	text-align: center;
	line-height: 38px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}
.padd-top-20{
	padding-top:20px !important;	
}
.hidden-bar .hidden-bar-closer:hover {
	background: #390a5b;
}
.hidden-bar .hidden-bar-closer:hover .btn {
	color: #fff;
}
.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 14px;
}
.hidden-bar .social-icons {
	text-align: center;
	margin: 50px 0px 30px;
}
.hidden-bar .social-icons ul {
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}
.hidden-bar .social-icons ul li {
	display: inline-block;
	padding: 0 5px;
}
.hidden-bar .social-icons ul li a {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	background: #fc721e;
	color: #ffffff;
	border-radius: 5px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.hidden-bar .social-icons ul li a:hover {
	background: #ffffff;
	color:#fc721e;
}
.hidden-bar-wrapper {
	height: 100%;
}
.hidden-bar .logo {
	padding: 30px 0px;
	background: #272727;
}
.hidden-bar .logo img{
	display:inline-block;
	max-width:100%;	
}
.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size:13px;
	letter-spacing:1px;
}
.hidden-bar .side-menu ul li ul a {
	background: transparent;
}
.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}
.hidden-bar .side-menu a.current {
	color: #fff;
}
.hidden-bar .side-menu li.current > a {
	color: #fff;
}
.hidden-bar .side-menu ul li a {
	background: transparent;
	color: #ffffff;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	border-top: 1px solid rgba(255,255,255,0.30);
	border-bottom: 1px solid rgba(255,255,255,0.30);
	padding: 10px 15px 10px 20px;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
	background: rgba(255,255,255,0.10);
	color: #ffffff;
}
.hidden-bar .side-menu ul li a .btn.expander {
	background: none;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.80);
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 0px;
	position: absolute;
	top: 6px;
	right: 20px;
	outline: none;
}
/*** 

====================================================================
	Main Slider style
====================================================================

***/
.main-slider{
	position:relative;
	z-index:10;
}

.main-slider .tp-dottedoverlay{
	background-color:rgba(0,0,0,0.10) !important;
}
.tp-simpleresponsive > ul > li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.40);
    top: 0;
    left: 0;
    z-index: 20;
}
.main-slider .tp-caption{
	z-index:25 ;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	left: 0 !important;
	text-align: center;
	top: 0 !important;
	height: 100%;
	position: absolute;
}
.main-slider .text{
	font-style: italic;
	font-weight:400;
	line-height:1.8em;
	color:#ffffff;
	/*font-size:24px;*/
}
.main-slider .text.light{
	color:#ffffff;	
}
.main-slider h2 {
	font-size:66px;
    font-family: 'EB Garamond', serif;
	color:#ef5740;
	font-weight:700;
	line-height: 70px;
	position: relative;
	z-index: 999;
}
.main-slider h2 span {
    font-size: 80px !important;
    font-weight: 600;
    color: #ef5740;
    text-transform: none;
    position: relative;
}
.main-slider h2 span::after {
    position: absolute;
    width: 100%;
    content: '';
    height: 4px;
    bottom: 5px;
    background: #ef5740;
    left: 0;
}
.main-slider h2 strong {
	color: #fff;
}
.main-slider h2 small {
	display: block;
	color: #fff;
	margin-top: 15px;
}
.main-slider .btn-style-one,
.main-slider .btn-style-two{
	min-width:160px;
	text-align:center;
}
.btn-style-one{
	position:relative;
	padding:15px 20px;
	line-height:24px;
	background:#ef5740;
	border-radius: 0 !important;
	color:#ffffff !important;
	font-size:14px;
	font-weight:500;
	border-radius:3px;
	font-family: 'Montserrat', sans-serif;
}
.btn-style-one:hover{
	background:#fff;
	color:#ef5740 !important;
}
.main-slider .tp-bullets.preview3 .bullet{
	background: #fff !important;
	width: 15px !important;
	height: 15px !important;
	border: 2px solid #fff !important;
	border-radius: 50% !important;
	margin: 0px 7px;
	position: relative;
}
.main-slider .tp-bullets.preview3 .bullet::before {
    width: 9px;
    content: '';
    height: 9px;
    position: absolute;
    background: transparent;
    top: 0;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.main-slider .tp-bullets.preview3 .bullet:hover {
    background: transparent;
}
.main-slider .tp-bullets.preview3 .bullet:hover::before {
    background: #ef5740;
}
.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected{
	background: transparent !important;
}
.main-slider .tp-bullets.preview3 .bullet.selected::before  {
	background: #ef5740;
}
.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	width:54px !important;
	overflow:hidden;
	margin-top:0px !important;
	height:54px !important;
}
.main-slider .tparrows.preview3::after{
	top: 0px;
	background: rgba(255,255,255,0.25);
	color: #ffffff;
	font-size: 22px;
	height: 35px !important;
	line-height: 35px;
	width: 35px !important;
	padding: 0px;
}
.main-slider .tparrows.tp-leftarrow.preview3::after{
	content: '\f104';
	font-family:'FontAwesome';
}
.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: '\f105';
	font-family:'FontAwesome';
}
.main-slider .tparrows.preview3.tp-leftarrow{
	left:30px !important;
}
.main-slider .tparrows.preview3.tp-rightarrow{
	right:30px !important;
}
.main-slider .tparrows.preview3:hover::after{
	color: #390a5b;
	background:#fece60;
	border-color:#fece60;
}
.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}
.main-slider .tp-bannertimer{
	display:none !important;	
}
.tp-bullets.preview3 {
	bottom: 20% !important;
	left: 10% !important;
}
.main-slider #myVideo {
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.videoVanner {
    height: 100vh;
    /*width: 100vw;*/
    position: relative;
    overflow: hidden;
}
.tp-banner {
	height: 100vh !important;
	min-height: 100vh !important;
}
/*** 

====================================================================
	social-icon
====================================================================

***/
.header-top .top-right ul{
	position:relative;
	float:right;
}
.header-top .social-icon{
	position:relative;
	float:right;
	margin-left:45px;	
}
.social-icon a{
	position: relative;
	text-align: center;
	width: 40px;
	line-height: 40px;
	color: #ffce60;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-left: 1px solid rgba(255, 206, 96, 0.27);
	float: left;
}
.social-icon a:hover{
	background-color:#fc721e;
	border-color:#fc721e;
}
/*** 

====================================================================
	Work Section
====================================================================

***/
.work .box {
	background: #383838;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.work .box .imgBox {
    width: 52%;
    float: right;
}
.work .box .content {
    padding-left: 20px;
    width: 48%;
    float: left;
}
.work .box .content h3 {
	font-size: 16px;
	color: #fff;
}
.work .box .content p {
	font-size: 11px;
	line-height: 18px;
	color: #b1b1b1;
	margin: 5px 0 10px;
}
.work .box .content a {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    display: block;
    transition: 0.2s ease-in all;
}
.work .box .content a img {
	position: absolute;
	margin: auto;
	width: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.work .box .content a:hover {
	background: #000;
	transition: 0.3s ease-in all;
}
/*** 

====================================================================
	What we Offer Section
====================================================================

***/


/*** 

====================================================================
	Who We Are Section
====================================================================

***/
.who-we .owl-carousel .owl-stage {
	display: flex;
	position: relative;
}
.who-we .btn-style-one {
	font-size: 17px;
	background: #a0a0a0;
	padding: 20px 25px;
	transition: 0.2s ease-in all;
}
.who-we .sec-title h2 {
	color: #000;
	text-align: center;
}
.who-we .serviceBox .imgbox {
    position: relative;
    background: #000000;
    border-radius: 50%;
    border: 3px solid #707070;
    width: 80%;
    margin: auto;
    transition: 0.2s ease-in all;
}
.who-we .serviceBox:hover .imgbox {
	background: #ef5740;
	border-color: #ef5740;
	transition: 0.3s ease-in all;
}
.who-we .serviceBox:hover .imgbox img {
	opacity: 0.3;
	transition: 0.3s ease-in all;
}
.who-we .serviceBox:hover .btn-style-one {
	color: #fff !important;
	background: #ef5740;
	transition: 0.3s ease-in all;
}
.who-we .serviceBox .imgbox img {
	opacity: 0.8;
	transition: 0.2s ease-in all;
}
.who-we .serviceBox .imgbox h3 a {
    font-size: 33px;
    color: #fff;
    background: transparent;
    font-weight: 500;
    padding: 12px;
    position: absolute;
    width: 100%;
    top: 35%;
    text-shadow: 0 0 2px #000;
    text-align: center;
}
.who-we .serviceBox {
	margin-bottom: 30px;
}
.who-we .serviceBox p {
	color: #767676;
	font-weight: 400;
	margin: 15px 0 30px;
}
.who-we .owl-nav {
    position: absolute;
    top: -50px;
    transform: translate(-50%, -50%);
    margin: 0;
    pointer-events: none;
    right: 0;
}
.who-we .owl-nav button {
    pointer-events: auto;
    background: transparent;
    border: 1px solid #000 !important;
    height: 40px;
    width: 40px;
    margin: 0;
    border-radius: 0;
    color: #fff;
    position: relative;
}
.who-we .owl-carousel .owl-nav button.owl-prev, 
.who-we .owl-carousel .owl-nav button.owl-next {
	border-radius: 0;
}
.who-we .owl-nav button span {
    font-size: 50px;
    color: #000;
    line-height: 35px;
    transition: 0.2s ease-in all;
}
.who-we .owl-nav .owl-prev {
    float: left;
    margin-left: -45px !important;
    transition: 0.2s ease-in all;
    border-radius: 0;
}
.who-we .owl-nav .owl-next {
    float: right;
    margin-right: -45px !important;
    transition: 0.2s ease-in all;
}
.who-we .owl-nav .owl-prev:hover, .who-we .owl-nav .owl-next:hover {
    background: #ef5740 !important;
    border-color: #ef5740 !important;
    transition: 0.3s ease-in all;
}
.who-we .owl-nav button:hover span {
    color: #fff;
    transition: 0.3s ease-in all;
} 

/*** 

====================================================================
	Architecture Section
====================================================================

***/
.architecture .architectureBox .imgbox {
	position: relative;
	overflow: hidden;
}
.architecture .architectureBox .imgbox::after {
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.50));
    top: 0;
    z-index: 0;
}
.architecture .architectureBox .imgbox .badge {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    color: #ef5740;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}
.architecture .architectureBox .imgbox .option {
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.2s ease-in all;
	text-align: center;
	background: #fff;
	padding: 15px;
	width: 80%;
	z-index: 1;
}
.architecture .architectureBox .imgbox .option button {
	color: #a1a1a1;
	background: transparent;
	border: 0;
	display: inline-block;
}
.architecture .architectureBox .imgbox .option i {
    font-size: 20px;
    color: #a1a1a1;
    display: inline-block;
    padding: 0 5px;
}
.architecture .architectureBox .imgbox .option button:hover, 
.architecture .architectureBox .imgbox .option i:hover {
	color: #ef5740;
}
.architecture .architectureBox:hover .imgbox .badge {
	color: #fff;
    background: #ef5740;
}
.architecture .architectureBox:hover .imgbox .option {
	bottom: 30px;
	transition: 0.3s ease-in all;
}
.architecture .architectureBox:hover .architectureContent h3 a {
	color: #ef5740;
	transition: 0.3s ease-in all;
}
.architecture .architectureBox .architectureContent h3 a {
    color: #000;
    padding: 15px 0 5px;
    display: block;
    border-bottom: 2px solid #000;
    transition: 0.3s ease-in all;
}
.architecture .owl-dot span {
    width: 25px !important;
    height: 7px !important;
    background: #fff !important;
    margin: 0 2px !important;
    border: 2px solid #818181;
}
.architecture .owl-dot.active span {
    background: #ef5740 !important;
    border-color: #ef5740 !important;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/
.testimonial {
	background: url(../images/testimonial-back.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
.testimonial .sec-title h2 {
	color: #fff;
}
.testimonial .sec-title h2::before {
	background: #fff;
}
.testimonial .sec-title h2::after {
	background: #000;
}
.testimonial .content {
	background: #fff;
	padding: 30px 50px;
	position: relative;
}
.testimonial .content::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 35px;
    width: 15px;
    height: 15px;
    background: #fff;
    transform: rotate(45deg);
    z-index: 999;
}
.testimonial .content p {
	color: #000;
}
.testimonial .details {
	margin-top: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
}
.testimonial .details h4 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding-left: 15px;
}
.testimonial .details small {
	display: block;
	color: #000;
	padding-top: 6px;
}
.testimonial .details img {
    width: 80px;
    float: left;
}
.testimonial .owl-nav {
    position: absolute;
    top: 35%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    margin: 0;
    pointer-events: none;
}
.testimonial .owl-nav button {
    pointer-events: auto;
    background: transparent;
    border: 0 !important;
    height: 40px;
    width: 40px;
    margin: 0;
    border-radius: 0;
    color: #fff;
    position: relative;
}
.testimonial .owl-nav button span {
    font-size: 30px;
    color: #fff;
    transition: 0.2s ease-in all;
}
.testimonial .owl-nav .owl-prev {
    float: left;
    margin-left: -45px !important;
    transition: 0.2s ease-in all;
}
.testimonial .owl-nav .owl-next {
    float: right;
    margin-right: -45px !important;
    transition: 0.2s ease-in all;
}
.testimonial .owl-nav .owl-prev:hover, .testimonial .owl-nav .owl-next:hover {
    background: #000 !important;
    transition: 0.3s ease-in all;
}
.testimonial .owl-nav button:hover span {
    color: #ef5740;
    transition: 0.3s ease-in all;
} 
/*** 

====================================================================
	Newsletter Section
====================================================================

***/
.newsletter {
    padding: 70px 0;
}
.newsletter h6 {
    font-size: 33px;
    font-weight: 600;
    color: #404040;
    line-height: 45px;
}
.newsletter small {
    font-size: 16px;
    font-weight: 300;
    color: #4e4e4e;
    margin-bottom: 20px;
    display: inline-block;
}
.newsletter form {
    width: 62%;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.newsletter form input[type=email] {
    width: 70%;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    background: none;
    border: 1px solid #8e8e8e;
    margin-right: -3px;
    padding: 12px 0 12px 20px;
}
.newsletter button {
    width: 29%;
    font-size: 36px;
    color: #fff;
    background: #ef5740;
    border: 0;
    margin-left: 10px;
    padding: 9px 0;
    text-align: center;
    vertical-align: middle;
    transition: 0.3s ease-in all;
}

.newsletter button:hover {
    color: #ef5740;
    background: #000;
    transition: 0.3s ease-in all;
}
/*** 

====================================================================
	Footer Section
====================================================================

***/
footer {
	background: url(../images/footer-back.jpg) no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 70px;
}
footer .container .row:last-child {
    display: -webkit-flex;
    display: flex;
}
footer .follow {
	border-bottom: 1px solid #686868;
	margin-bottom: 70px;
	padding-top: 0;
}
footer .follow .btn-style-one {
    font-size: 17px;
    background: #ef5740;
    padding: 20px 40px;
    transition: 0.2s ease-in all;
}
footer .follow .btn-style-one:hover {
	color: #ef5740;
	background: #000;
}
footer .follow .social {
    float: right;
}
footer  .follow .social ul li i {
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    border: 2px solid #686868;
    background: #686868;
}
footer  .follow .social ul li i:hover {
    color: #686868;
    border: 2px solid #686868;
    background: transparent;
}
footer .box {
    height: 100%;
}
footer .logo img {
	margin: 0 auto 30px;
}
footer .logo ul {
	text-align: left;
}
footer .logo ul li {
    margin-right: 7px;
    display: inline-block;
}
footer .logo ul li i {
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #fece60;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    transition: 0.3s ease-in all;
    display: block;
}
footer .logo ul li i:hover {
	color: #00a651;
}
footer .box h4 {
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
footer .box .quick-link li {
	position: relative;
}
footer .box .quick-link li a {
    font-size: 17px;
    font-weight: 400;
    color: #3e3e3e;
    background: url(../images/list.png) no-repeat;
    padding: 5px 0 5px 15px;
    vertical-align: middle;
    transition: 0.2s ease-in all;
    display: inline-block;
}
footer .box .quick-link li a:hover {
  color: #ef5740;
}
footer .box .quick-link li a::before {
	width: 8px;
	height: 8px;
	content: '';
	font-family:'FontAwesome';
	color: #ef5740;
	background: #ef5740;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: 0;
}
footer .pl-70 {
	padding-left: 100px;
}
footer .pr-70 {
	padding-right: 100px;
}
footer .pr-50 {
	padding-right: 50px;
}
footer .ml-30 {
	margin-left: 30px;
}
footer .box .address li {
    position: relative;
    margin-bottom: 15px;
}
footer .box .address li img {
    margin-right: 10px;
    position: absolute;
    top: 0px;
    left: 0;
}
footer .box .address li:last-child img {
	top: 6px;
} 
footer .box .address li p, footer .box .address li a {
    width: calc(100% - 35px);
    color: #3e3e3e;
    padding-left: 30px;
    transition:.5s ease;
}

footer .box .address li a:hover{ color:#ef5740; }

footer p {
    color: #3e3e3e;
    line-height: 22px;
    margin-top: 15px;
}
footer .box .address li:first-child {
	margin-top: 20px;
}
footer .copyright {
	color: #cecdcd !important;
	background: #676767;
	padding: 20px 0;
	position: relative;
	margin-top: 30px;
}
footer .copyright p {
	font-weight: 400;
	margin: 0;
	color: #cecdcd;
}
footer .copyright a {
	color: #ef5740;
	transition: 0.3s ease-in all;
	border-bottom: 1px solid #ef5740;
	padding-bottom: 2px;
}
footer .copyright a:hover {
	color: #fff;
	text-decoration: none;
	transition: 0.3s ease-in all;
}


/*** 

====================================================================
	Housing Section 2
====================================================================

***/

.map_area img{ width:100%; }

.inr_bnr_area{ position: relative; }

.inr_bnr_area img{ width: 100%; }

.inr_bnr_cntnt{ position: absolute; width: 100%; text-align: center; top: 50%; transform: translateY(-50%); }

.inr_bnr_cntnt h1{ color: #fff; margin: 0; padding: 0 35px; font-size: 66px; position: relative; display: inline-block; }

.inr_bnr_cntnt h1::before{ position: absolute; width: 16px; height: 5px; background: #fff; content: ""; left: 0; top: 27px; }

.inr_bnr_cntnt h1::after{ position: absolute; width: 16px; height: 5px; background: #fff; content: ""; right: 0; top: 30px; }

.inr_bnr_cntnt h6{ font-family: 'Poppins', sans-serif; margin-top: 5px; font-size: 18px; color: #fff; }

.inr_bnr_cntnt h6 a{ color: #fff; transition: .5s ease; }

.inr_bnr_cntnt h6 a:hover, .inr_bnr_cntnt h6 span{ color: #ef5740; }

.each_photo{ text-align: center; margin-top: 28px; }

.each_photo img{ width: 100%; }

.glry_area{ padding-top: 40px; }

.cntct_area{ background: #373737; position: relative; bottom: -80px; }

.cntct_frm{ background: #f1f1f1; padding: 77px 60px 60px; text-align: center; }

.cntct_frm h2{ color: #272727; font-size: 35px; text-align: center; margin-bottom: 60px; font-weight: 500; }

.lft_fld{ width: 48%; float: left; }

.ryt_fld{ width: 48%; float: right; }

.cntct_frm input[type="text"], .cntct_frm input[type="tel"], .cntct_frm input[type="email"], .cntct_frm textarea{ color:#5a6674; border: none; border-bottom: 1px solid #e6e6e6; padding: 5px 0; width: 100%; background: none; margin-top: 25px; font-size: 14px; text-align: left; }

.cntct_frm input[type="text"]::placeholder, .cntct_frm input[type="tel"]::placeholder, .cntct_frm input[type="email"]::placeholder, cntct_frm textarea::placeholder{ color: #5a6674; opacity: 1; }

.cntct_frm textarea{ height: 160px; }

.cntct_frm input[type="submit"]{ display: inline-block; background: #ef5740; padding: 15px 50px; border: none; color: #fefefe; transition: .5s ease; font-size: 17px; font-weight: 500; margin-top: 8px; }

.cntct_frm input[type="submit"]:hover{ background: #373737; }

.cntct_scsn{ padding: 50px 60px 40px; text-align: center;  }

.cntct_scsn h3{ color: #ef5740; font-size: 25px; margin: 0 0 5px; padding: 0; }

.cntct_scsn p, .cntct_scsn p a{ color: #d1d1d1; font-size: 16px; transition:.5s ease; }

.cntct_scsn p a:hover{ color:#ef5740; }

.phone{ padding-top: 60px; background: url(../images/phone_icon.jpg) no-repeat center top; }

.adrs{ padding-top: 75px; background: url(../images/adrs_icon.jpg) no-repeat center 15px; border-top: 2px solid #494949; border-bottom: 2px solid #494949; padding-bottom: 10px; margin: 20px 0 25px; }

.webmail{ padding-top: 45px; background: url(../images/email_icon.jpg) no-repeat center top; }

.srvc_area .sec-title h2{ color:050505; font-weight:400; }

.srvc_area{ padding-top: 80px; }

.ech_srvc_bx{ margin-bottom: 40px; }

.ech_srvc_bx p{ color: #767676; line-height: 20px; font-weight: 400; }

.ech_srvc_img{ position: relative; margin-bottom: 12px; }

.ech_srvc_img img{ width: 100%; }

.ech_hdng{ margin: 0; padding: 2px 0; background: rgba(0,0,0,.6); text-align: center; position: absolute; width: 100%; left: 0; bottom: 0; transition: .5s ease; }

.ech_hdng h3{ margin: 0; padding: 12px; color: #fff; border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7; font-size: 18px; }

.ech_srvc_bx:hover .ech_hdng { background: rgba(239,87,64,.8); }

.choose_area{ padding: 85px 0 45px; background: url(../images/process_bg.jpg) no-repeat center; background-size: cover; }

.choose_area .sec-title h2{ color:#fff; font-weight:400; }

.ech_icon_area{ margin-bottom: 30px; text-align: center; }

.icon_box{ width: 124px; display: inline-block; height: 124px; border: 3px solid #ef5740; border-radius: 50%; text-align: center; position: relative; transition: .5s ease; margin-bottom: 20px; }

.ech_icon_area:hover .icon_box{ background: #ef5740; }

.icon_box img{ position: relative; display: inline-block; top: 50%; transform: translateY(-50%); }

.ech_icon_area h3{ font-weight: 300; text-transform: uppercase;  font-size: 23px; margin-bottom: 6px; color: #fff; transition: .5s ease; }

.ech_icon_area:hover h3{ color: #ef5740; }
	
.ech_icon_area p{ font-size: 15px; line-height: 22px; color: #fff; }

.follow span{ display:inline; }

.follow span:hover{ background:#ef5740 !important; color:#fff !important; }

.main-header .main-box .header-end .cart small:hover{ color:#ef5740; }


/*** 

====================================================================
	Responsive Media Query
====================================================================

***/
@media only screen and (max-width: 1199px) {
    .tp-bullets.preview3 {
	    left: 5% !important;
	}
	.about .container .row {
		display: flex;
	}
	.about .content {
		margin-bottom: 30px;
	}
	.about img {
		position: absolute;
		bottom: 0;
	}
	.who-we .serviceBox h3 a {
	    font-size: 18px;
	}
	footer .box h4 {
	    font-size: 19px;
	}
	  footer .pl-70 {
	    padding-left: 80px;
	}
	  footer .pr-50 {
	    padding-right: 10px;
	}
	  footer .box .subs form input[type="text"] {
	    width: 72%;
	}
	.newsletter form {
	    width: 75%;
	}

}
@media only screen and (max-width: 1023px) {
	.main-header .main-box .logo-box {
	    margin-top: 6px;
	}
	.main-header .main-box .header-end .cart {
	    position: absolute;
	    top: -50px;
	    left: 0;
	    width: 150px;
	}
	.main-header .main-box .logo-box .logo {
		position: relative;
		top: 0;
		padding-bottom: 6px;
	}
	.main-header .header-top .top-left {
	    padding-left: 0;
	    padding-top: 4px;
	}
}
@media only screen and (max-width: 991px) {
	.main-header .header-top .top-left ul li a {
		font-size: 13px;
	}
	.who-we .serviceBox h3 a {
	    font-size: 13px;
	}
	.who-we .serviceBox .serviceContent p {
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		margin-bottom: 50px;
	}
	.who-we .owl-nav .owl-prev {
	    margin-left: -20px !important;
	    background: #fece60 !important;
	}
	.who-we .owl-nav .owl-next {
	    margin-right: -20px !important;
	  	background: #fece60 !important;
	}
	.work .box {
		margin-bottom: 30px;
	}
  footer .pr-50 {
    	padding-right: 10px;
    }
  footer .pl-70 {
    	padding-left: 30px;
    }
  footer .ml-30 {
    	margin-left: 0px;
    }
  footer .box .subs form input[type="text"] {
    	width: 66%;
    }
  footer .media p {
	    font-size: 13px;
	    line-height: 20px;
    }
  footer .box .address li p, footer .box .address li a {
    	font-size: 14px;
   }
  footer .copyright {
    	margin-top: 30px;
    }
    .newsletter form {
	    width: 100%;
	}
}
@media only screen and (max-width: 767px) {

	.srvc_area{ padding-top: 40px; }

	.cntct_area{ bottom: 0px; margin-bottom: 50px; }

	.cntct_frm{ padding: 30px 20px; }

	.cntct_frm h2{ margin-bottom: 5px; font-size: 30px; }

	.lft_fld, .ryt_fld{ width: 100%; }

	.inr_bnr_cntnt h1{ font-size: 30px; }
	
	.inr_bnr_cntnt h6{ font-size: 14px; }

	.inr_bnr_cntnt h1::before{ top: 10px; }

	.inr_bnr_cntnt h1::after{ top: 12px; }

	.glry_area{ padding-top: 5px; }

	.main-header .header-top .top-left ul li a {
	    font-size: 10px;
	}
	.main-slider h2 span {
		font-size: 30px !important;
		margin: 10px 0 15px !important;
	}
	.main-slider .text {
		font-size: 13px !important;
	}
	.main-slider .btn-style-one {
		font-size: 13px !important;
	}
	.work {
	    width: 58%;
	    margin: auto;
	}
	.tp-bullets.preview3 {
	    left: 6% !important;
	}
	.main-slider .tp-bullets.preview3 .bullet {
	    width: 10px !important;
	    height: 10px !important;
	}
	.main-header .header-top .top-left {
	    padding-left: 15px;
	    padding-top: 0;
	    width: auto;
	}
	.header-top .drop:hover .drop-content {
		padding: 0;
	}
	.header-top .drop .social ul, .header-top .drop .social ul li, 
	.header-top .drop:hover .drop-content ul {
		margin: 0;
	}
	.about .container .row {
		display: block;
	}
	.about img {
		position: relative;
		margin: auto;
	}
	.about::before {
	    width: 60%;
	    height: 460px;
	    margin: auto;
	    left: 0;
	    right: 0;
	}
	.testimonial .video-box {
		margin-bottom: 30px;
		display: inline-block;
	}
	footer .logo ul li i {
	    width: 15px;
	    font-size: 13px;
	}
	.section-padding {
	    padding: 30px 0;
	}
	.section2.section-padding .row {
		display: block;
	}
	.section2 .box .content .btn-style-one {
		position: relative;
		bottom: 0;
	}
	.newsletter form {
	    text-align: center;
	    display: block;
	}
	.newsletter button {
	    width: 25%;
	}
	footer .follow {
	    display: inline-block;
	    width: 100%;
	}
	footer .container .row:last-child {
		display: block;
	}
	footer .box h4 {
		margin-top: 40px;
	}
	footer .pl-70, footer .pr-50 {
		padding: 0;
	}
}
@media only screen and (max-width: 640px) {
	.main-header .header-top .top-left small {
	    font-size: 17px;
	}
	.main-slider .tp-caption {
		display: none;
	}
	.main-header .main-box .header-end .cart {
	    position: absolute;
	    top: -53px;
	    left: 0;
	    width: 150px;
	}
	.tp-bullets.preview3 {
	    bottom: 21.3151px !important;
	    left: 50% !important;
	    margin-left: -35px !important;
	}
	.main-header .main-box .logo-box {
	    width: 48%;
		margin: 15px auto 8px;
	}
	.main-header .header-top .top-left {
	    text-align: center;
	    display: block;
	}
	.work {
	    width: 90%;
	    margin: auto;
	}
	footer .container .row {
		display: block;
	}
	footer .box h4 {
		margin-top: 30px;
	}
	footer .pl-70 {
		border: 0;
	}
	footer .logo ul li i {
	    width: 30px;
	    font-size: 17px;
	}
	.sec-title h2 {
	    font-size: 35px;
	}
	.sec-title h2::after {
	    width: 120px;
	}
	.about .sec-title h2::before {
	    left: 55px !important;
	}
	.help p {
	    font-size: 15px;
	    line-height: 22px;
	}
	.housing .sec-title, .who-we .sec-title, .help .sec-title, .testimonial .sec-title {
	    margin-bottom: 15px;
	}
	footer .copyright p {
	    font-size: 15px;
	}
}

@media only screen and (max-width: 575px) {
	footer .copyright p {
	    font-size: 12px;
	    line-height: 20px;
	}
	.main-header .main-box .header-end .cart {
	    top: -50px;
	}

}

@media only screen and (max-width: 480px) {
	.main-header .header-top .top-right {
	    text-align: center;
	    width: 100%;
	}
	.main-header .main-box .header-end .cart {
	    top: -35px;
	}
	.main-header .main-box .logo-box {
	    width: 100%;
	    margin-bottom: 50px;
	    z-index: 0;
	}
	.sec-title h2 {
	    font-size: 25px;
	}
	.housing p, .help p, .section2 p {
	    font-size: 13px;
	    line-height: 20px;
	}
	.main-header .nav-toggler {
	    top: 83%;
	}
	.main-header .header-top .top-left {
		display: none;
	}
	.work {
	    width: 100%;
	    margin: auto;
	}
}

@media only screen and (max-width: 360px) {
	.sec-title h2 {
	    font-size: 22px;
	}
	.hidden-bar.right-align .hidden-bar-closer {
	    left: -15px;
	}
	.hidden-bar .side-menu ul li a {
		padding-left: 30px;
	}
	.work .box .content h3 {
	    font-size: 13px;
	}
}