/*  deepak maxx 
Author's custom styles
========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
/*---------------General style---------------*/
a:hover, a:focus {
	text-decoration:none;
	color: #fff;
}
body {
	background:#000;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
}
section { padding:6em 0; }
.dark { background:#1d2a37; }
.navbar {
	padding: 0;
	background-color: #1b1c24 !important;
}
#slider-animation { max-height:550px; }
.heading-box h2 {
	width:100%;
	color: red;
}
h1 {
	font-size: 36px;
	margin-bottom: 15px;
	color: #FFF;
	line-height: 100%;
	letter-spacing: 0.5px;
	font-weight: 600;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
	color: #FFF;
	line-height: 100%;
	letter-spacing: 0.5px;
	font-weight: 600;
}
h3 {
	/* font-size: 30px; */
margin-bottom: 15px;
	color: #FFF;
}
h4 {
	font-size: 18px;
	margin-bottom: 15px;
	color: #FFF;
}
p { color: #ffffff; }
.dropdown-item {
	padding: 6px 15px;
	font-size: 14px;
	color: #c7c9cc;
	font-weight: 400;
}
.dropdown-item:hover {
	background-color: rgb(220 187 136 / 99%);
	font-weight: 400;
	color: #000000;
}
.dropdown-menu { background-color: #333742; }
.carousel-item img { width:100%; }
.text-box {
	position: absolute;
	top: 50%;
	left: 5%;
	right: 15%;
	color: #000;
	transform: translateY(-50%);
}
.carousel-item {
	height: 100vh;
	min-height: 600px;
	max-height: 900px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#maxxCarousel .carousel-item .mask {
	position: absolute;
	top: 0;
	left:0;
	height:100%;
	width: 100%;
	background-attachment: fixed;
}
#maxxCarousel h3 {
	font-size:20px;
	margin-bottom:15px;
	color:#FFF;
	line-height:100%;
	letter-spacing:0.5px;/* font-weight:600; */
}
#maxxCarousel p {
	font-size:16px;
	margin-bottom:15px;
	width: 80%;
}
.btn-primary {
	background: #be9c67;
	border: 2px solid #cca76e;
	font-size: 16px;
	color:#FFF;
	padding: 8px 25px;
	display:inline-block;
	border-radius: 0;
	font-weight: 500;
}
.btn-outline {
	background: rgb(0 0 0 / 19%);
	border: 2px solid #ffffff;
	font-size: 16px;
	color:#FFF;
	padding: 8px 20px;
	display:inline-block;
	border-radius: 0;
	font-weight: 500;
}
.btn-primary:hover {
	background: #b59056;
	text-decoration:none;
	border: 2px solid #cca76e;
	color:#FFF;
}
#maxxCarousel .carousel-item h1 {
	-webkit-animation-name:fadeInLeft;
	animation-name:fadeInLeft;
}
.btn {
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp;
}
#maxxCarousel .carousel-item .mask img {
	-webkit-animation-name:slideInRight;
	animation-name:slideInRight;
	display:block;
	height: 100%;
	max-width:100%;
	object-fit: cover;
}
#maxxCarousel h4, #maxxCarousel p, #maxxCarousel a, #maxxCarousel .carousel-item .mask img {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.carousel-control-next, .carousel-control-prev {
	height:40px;
	width:40px;
	padding:12px;
	top:50%;
	bottom:auto;
	transform:translateY(-50%);
	background-color: #be9c67;
}
.carousel-fade .carousel-item {
	opacity: 0;
-webkit-transition-duration: .6s;
transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active { opacity: 1 }
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active { opacity: 0 }
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
@-webkit-keyframes fadeInLeft { from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft { from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp { from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp { from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes slideInRight { from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight { from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 4px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: #be9c67;
}
.carousel-indicators.left {
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 3px;
}
.navbar-collapse { border-bottom: 1px solid #fff; }
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff;
	border-bottom: 3px solid #be9c67;/* font-weight: 500; */
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 5px 25px;
	color: rgba(255, 255, 255, .8);
	font-weight: 300;
}
/**-------*/
.sub_heading {
	margin-top: 25px;
	color: #be9c67;
}
.main_heading { color: #fff; }
.under_heading {
	color: #fff;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 25px;
}
.wave-dark-background { background-image: url(../images/papyrus-dark.png); }
.oriental-dark-background { background-image: url(../images/oriental-tiles.jpg); }
.navbar.sticky {
	background: rgb(21 21 21) !important;
	z-index: 9999;
	top: 0;
	position: fixed;
	width: 100%;
transition: .5s;
-webkit-transition: .5s;
-moz-transition: .5s;
}
.mt-10 { margin-top: 5rem!important; }
/*-------- Section Heading ---------*/
.section_sub_heading {
	font-size: 16px;
	margin-top: 25px;
	color: #be9c67;
	text-align: center;
}
.section_main_heading {
	font-size: 36px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}
.section_under_heading {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	text-align: center;
}
.box { padding:60px 0px; }
.box-part {
	border-radius:0;
	padding: 0;
	margin: 20px 0px;
	position: relative;
}
.text { margin:20px 0px; }
.caption-area {
	width: 100%;
	padding: 15px 35px 15px 15px;
	margin: 0;
	background-color: #fff;
	/* position: absolute; */
	bottom: 0;
	color: #000;
	display: inline-block;
}
.caption-area .title h5 {
	float: left;
	font-size: 17px;
	text-align: left;
	margin: 0;
}
.btn-card i {
	float: right;
	padding: 5px;
	color: #be9c67;
	font-weight: 300;
	position: absolute;
	right: 10px;
}
.box-part:hover .caption-area {
	background-color: #be9c67;
	color: #fff;
}
.box-part:hover .caption-area .btn-card i {
	float: right;
	color: #fff;
}
.global_footprint {
	padding: 5em 2em;
	color:#fff;
}
.oriental-dark-background-right {
	background-image: url(../images/bespoke-home-moving-services-large.jpg);
	min-height: 650px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.counter-group {
	display: inline-block;
	position: relative;
}
.count {
	width: 70px;
	height: 70px;
	color: #be9c67;
	font-weight: bold;
	font-size: 50px;
	text-shadow: 1px 1px black;
	-webkit-box-shadow: 0px 0px 72px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 72px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 72px -9px rgba(0, 0, 0, 0.75);
}
.counter {
	float: left;
	padding-right: 20px;
}
.form-control {
	border-radius: 0;
	height: 40px;
}
.bg-line-dark {
	background-color: #0f0f0f;
	background-image: url(../images/line-bg.png);
}
/*----- client-reviews section-------*/
.client-reviews {
	background-image: url(../images/papyrus-dark.png);
	min-height: 650px;
}
* {
	margin: 0;
	padding: 0;
}
body { font-family: "Montserrat", sans-serif; }
.container {
	max-width: 1140px;
	width: 100%;
	margin: auto;
	padding: 0 15px;
}
.sec-title {
	margin-bottom: 50px;
	padding-bottom: 15px;
	position: relative;
}
.sec-title::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100px;
height: 3px;
background: #000;
}
.sec-title h2 {
	font-size: 60px;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.sec-title p {
	font-size: 18px;
	line-height: 28px;
}
.testimonial-area {
	position: relative;
	z-index: 2;
	padding: 50px 0;
	background-color: #171717;
}
.testimonial-area .owl-carousel {
	overflow: hidden;
	padding: 0 20px;
	margin: 0px -40px;
	padding-right: 40px;
}
.testimonial-area .owl-stage-outer {
	padding: 30px 50px;
	margin-left: -34px;
	width: calc(100% + 100px);
}
.single-testimonial {
	border: 5px solid #616161;
	text-align: center;
	border-radius: 45px;
	position: relative;
	z-index: 2;
}
.single-testimonial p {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	padding: 50px;
	padding-bottom: 30px;
	position: relative;
	z-index: 3;/* text-align: left; */
}
.single-testimonial::before {
content: "";
position: absolute;
left: -25px;
top: -35px;
background: url(../images/quote.png) no-repeat;
background-size: 60%;
width: 115px;
height: 100px;
transform: rotate(180deg);
background-position: 34px 15px;
background-color: #171717;
}
.single-testimonial::after {
content: "";
position: absolute;
right: -15px;
bottom: -35px;
background: url(../images/quote.png) no-repeat;
background-size: 60%;
width: 115px;
height: 100px;
background-position: 34px 19px;
background-color: #171717;
}
.round {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.round-1::before {
content: "";
position: absolute;
left: 88px;
top: -5px;
width: 10px;
height: 5px;
background: #616161;
border-radius: 30px;
}
.round-1::after {
content: "";
position: absolute;
left: -5px;
top: 62px;
width: 5px;
height: 10px;
background: #616161;
border-radius: 30px;
}
.round-2::before {
content: "";
position: absolute;
right: 95px;
bottom: -5px;
width: 10px;
height: 5px;
background: #616161;
border-radius: 30px;
z-index: 1;
}
.round-2::after {
content: "";
position: absolute;
right: -5px;
bottom: 62px;
width: 5px;
height: 10px;
background: #616161;
border-radius: 30px;
z-index: 1;
}
.client-video { padding-right: 15px; }
.client-info {
	position: relative;
	z-index: 3;
}
.client-info a {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
	font-size: 22px;
}
.client-info {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	padding-bottom: 50px;
}
.client-info h6 {
	color: #000;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}
.client-info span {
	display: inline-block;
	color: #fff;
	font-size: 12px;
}
.sec-title.white-title h2 { color: #fff; }
.owl-dots button {
	background: #fff !important;
	width: 10px;
	height: 10px;
	border-radius: 26px;
	margin: 0 5px;
	transition: 0.3s;
}
.owl-dots {
	text-align: center;
	margin-top: 50px;
}
.owl-dots button.active { width: 30px; }
.cta_section {
	background-color: #be9c67;
	text-align: center;
	padding: 1rem 0 !important;
	text-align: left;
}
.cta-btn {
	color: #fff;
	background-color: #000;
}
.cta-btn:hover {
	color: #000;
	background-color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
color: #000;
background-color: #ffffff;
border-color: #ffffff;
}
.owl-carousel .owl-nav [class*='owl-'] {
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
background-color: #D6D6D6;
}
.owl-carousel { position: relative; }
.owl-carousel .owl-next, .owl-carousel .owl-prev {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 30%;
	font-size: 20px;
	color: #fff;
	border: 1px solid #ddd;
	text-align: center;
}
.owl-carousel .owl-prev { left: -70px; }
.owl-carousel .owl-next { right: -70px; }
.footers a {
	color:#dddddd;
	font-size: 14px;
}
.footers p { color:#dddddd; }
.footers h5 {
	color: #be9c67;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 30px;
}
.footers ul { line-height:30px; }
#social-fb:hover { color: #ffffff; transition:all .001s;
}
#social-tw:hover { color: #4099FF; transition:all .001s;
}
#social-gp:hover { color: #d34836; transition:all .001s;
}
#social-em:hover { color: #f39c12; transition:all .001s;
}
.list-unstyled { color: #fff; }
.footers .email { color: #be9c67; }
.phone_number {
	color: #be9c67;
	border-left: 1px solid #be9c67;
}
.friendly_team {
	line-height: 15px;
	font-size: small;
}
.slogan-text {
	/* max-width:150px; */
	position: absolute;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-top: 25px;
	color: #fff;
}
.navbar-brand img {
	width: 100px;
	margin-right: 12px;
}
.footers-logo a img{
	width: 100px;
	margin-right: 12px;
}
/* ========== Who We Are ========== */

.info-section {
	float: left;
	width:100%;
	padding:5rem 0;
	position: relative;
	z-index: 1;
}
.info-section h2 {
	font-weight: 700;
	font-size: 2.5rem;
}
.info-section .head-sec {
	float: left;
	width:100%;
}
.info-section h3 { font-size: 1.4rem; }
.info-section p {
	font-size: 1rem;
	line-height: 1.3rem;
}
.info-section .box h2 {
	font-size:24px;
	margin-bottom:20px;
	margin-top:0;
}
.info-section .box i { font-size:20px; }
.info-section .box { display:flex; }
.info-section .text-box {
	flex:1 1 0;
	text-align:left;
}
.info-section .icon-box {
	line-height: 1.2;
	width:70px;
}
.info-section .service-block-overlay { transition: .5s;
-webkit-transition: .5s;
-moz-transition: .5s;
}
.info-section .service-block-overlay:hover {
	background: #131415 none repeat scroll 0 0;
	border-radius: 5px;
	box-shadow: 0 0 90px rgba(0, 0, 0, 0.1);
	float: left;
	margin-top: -10px;
	position: relative;
	width: 100%;
transition: .5s;
-webkit-transition: .5s;
-moz-transition: .5s;
}
.content-half { color:#fff; }
.content-half ul {
	padding:0;
	list-style:none;
}
.content-half ul li {
	margin:15px 0;
	float:left;
	width:100%;
}
.content-half ul li i {
	float:left;
	font-size:30px;
	padding-top:10px;
	padding-bottom:10px;
}
.content-half ul li .list-content {
	float:left;
	margin-left:20px;
}
.content-half ul li strong {
	font-size:19px;
	font-weight:700;
}
.content-half .btn { margin-top:20px; }
/*--- three Block Panel ---*/
.three-panel-block {
	float: left;
	width: 100%;
}
.three-panel-block i {
	font-size: 2.5rem;
	margin-bottom: 15px;
	color: #fff;
}
.three-panel-block i.box-round {
	border-color: inherit;
	border-width: 1px;
	border-style:solid;
	padding:16px;
	border-radius: 50%;
}
.breadcam_area {
	padding: 200px 0 100px 0;
	text-align: center;
	/* background-repeat: no-repeat; */
/* background-size: cover; */
overflow: hidden;
	height: 380px;
	position: relative;
}
.overlay2::before {
position: absolute;
content: "";
background-color: #000000;
top: 0;
left: 0;
width: 100%;
height: 380px;
z-index: -1;
opacity: 0;
}
.fullscreen-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
	/* padding: 150px 0 100px 0; */
height: 380px;
}
.fullscreen-bg__video {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;/* height: 100%; */
}
.breadcam_area .bradcam_text h3 {
	font-size: 39px !important;
	color: #fff;
	font-weight: 600;
	/* text-transform: uppercase; */
	/* letter-spacing: 3px; */
	margin: 0;
}
.bradcam_bg {
	background-image: url(../images/bg-20.png);
	overflow: hidden;
}
.breadcrumb {
	position: relative;
	bottom:0;
	background-color: transparent;
	text-align: center;
	display: block;
}
.breadcrumb-item {
	color: #be9c67;
	font-weight:600;/* text-transform:uppercase; */
}
.breadcrumb-item.active { color: #a9a9a9; }
/*****************************/

nav > .nav.nav-tabs {
	border: none;
	color:#fff;
	/* background:#272e38; */
border-radius:0;
}
nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active {
	border: none;
	padding: 8px 19px;
	color:#fff;
	border-radius:0;
	position: relative;
}
nav > div a.nav-item.nav-link.active:after {
	content: "";
	position: absolute;
	top: 37px;
	left: 45%;
	border: 15px solid transparent;
	border-top-color: #be9c67;
}
.tab-content {
	/* background: #101217; */
line-height: 25px;
	border: 1px solid #1b1c1d;
	border-top: 1px solid #be9c67;
	/* border-bottom: 5px solid #be9c67; */
padding: 35px 20px !important;
}
nav > div a.nav-item.nav-link:hover, nav > div a.nav-item.nav-link:focus {
	border: none;
	background: #be9c67;
	color:#fff;
	border-radius:0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #be9c67;
}
.single-slider h3 {
	position: absolute;
	bottom: 0;
	background-color: #000;
	margin-left: -10px;
	padding: 8px 15px;
	font-size: 16px !important;
}
.single-slider:hover h3 { background-color:#b59056; }
.ul-check { margin-bottom: 50px; }
.ul-check li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
	line-height: 1.5;
}
.ul-check li:before {
	left: 0;
	font-size: 20px;
top: -.3rem;
	font-family:'FontAwesome';
	content:"\f058";
	position: absolute;
	color: #be9c67;
}
.wrap {
	/* display: flex; */
background: #151515;
	padding: 1rem 1rem 1rem 1rem;
	border-radius: 0.5rem;
	box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
	margin-bottom: 2rem;
	min-height: 295px;
	text-align: center;
}
.wrap:hover {
	background: linear-gradient(135deg, #252525 0%, #313131 100%);
	color: white;
}
.wrap:hover .mbr-iconfont { color: #be9c67; }
.ico-wrap { margin: auto; }
.mbr-iconfont {
	font-size: 2rem !important;
	color: #ffffff;
	margin: 10px 0;
	padding-right: 1rem;
}
.vcenter { margin: auto; }
.mbr-section-title3 {
	text-align: left;
	text-align: center;
	color: #be9c67;
}
h2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.display-5 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.4rem;
}
.mbr-bold { font-weight: 700; }
p {
	/* padding-top: 0.5rem; */
	/* padding-bottom: 0.5rem; */
	line-height: 22px;
}
.display-6 { font-family: 'Source Sans Pro', sans-serif; }
.contact-info .fa { padding-right: 5px; }
#contact .form-control {
	border: none;
	border-radius: 0px;
	box-shadow: none;
	font-size: 14px;
	margin-bottom: 5px;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
#contact .form-control:focus { border-bottom-color: #999999; }
#contact button#submit { margin-top: 10px; }
textarea.form-control { min-height: 200px; }
a.email { color: #be9c67; }


.video-section{
	background-color: #000000;
}
.video-section::before{
	background-color: rgb(0 0 0 / 16%);
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
}