@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');



h1{
	font-family: 'Open Sans', sans-serif;
	font-size:36px;
}
h2{
	font-family: 'Open Sans', sans-serif;
}
h3,
h4,
h5,
h6,{
  font-family: 'Open Sans', sans-serif;
}

.top_bar{
	background-color: transparent;
	padding-top: 15px;
}
.top_bar p{
	color:#CCC;
}
.main_menu{
	background-color:transparent;
	position:relative;
	
}
.get-a-quote-header {
    background-color: #000000;
    border: 0;
    border-radius: 0;
    padding: 8px 20px;
    display: block;
    width: 130px;
    text-align: center;
    color: white;
    border: 1px #ff8100 solid;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.get-a-quote-header:hover {
	background:#ff8100;
	color:#FFF;
}
.get-a-quote-header p{
	margin-bottom:3px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-transform:uppercase;
}
.nav-right{
	margin-left:30px;
	
}
.navbar_fixed .main_menu:before{
	display:none;
	
}
.top-call{
	text-align:right;
	margin-right:30px;
}
.top-call .fa{
	font-size:12px;
	padding-right:10px;
	color:#01aded;
}
.top-mail{
	text-align:left;
	padding-top:10px;
}
.top-mail .fa{
	font-size:12px;
	padding-right:10px;
	color:#01aded;
}
.call-top{
	color:#4c4c4c;
	font-weight:bold;
	font-size:14px;
	font-family: 'Roboto Condensed', sans-serif;
}

.call-top img{
	padding-right:10px;
}
.search-top span i {
    margin-top: 7px;
    color: #d8d8d8;
    font-size: 15px;
}
.search-top .form-control {
    border-top:0;
	border-left:0;
	border-right:0;
	background:none;
}
::placeholder {
  color: #d8d8d8 !important;
  opacity: 1; /* Firefox */
  font-size:13px;
  font-weight:100;
}

.logo-scroll{
	display:none;
}
.navbar_fixed .logo-scroll{
	display:inherit;
}
.navbar_fixed .logo_h{
	width:20%;
}
.navbar_fixed .logo_h img{
	width:37%;
}
.navbar_fixed .main_menu:before {
    content: '';
    position: absolute;
    width: 28%;
    height: 100%;
    left: 0;
    border-top: 90px solid white;
    border-right: 26px solid transparent;
}
.header_area .navbar .nav .nav-item.submenu .fa {
    margin-left: 4px;
    font-size: 10px;
}
.navbar_fixed{
	display:block;
}

.navbar_fixed .header_area a.navbar-brand:before  {
    border-top: 59px solid white !important;
    border-right: 14px solid transparent !important;
}

.dropbtn {
    background: transparent;
    color: #287dc0;
	font-family: 'Roboto Condensed', sans-serif;
    padding: 8px 11px;
    font-size: 13px;
	text-transform:uppercase;
    border: none;
    cursor: pointer;
    border-radius: 5px;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.dropbtn img {
    width:17px;
	margin-top: -3px;
}

.dropbtn:hover, .dropbtn:focus {

	  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.dropdown-location {
  position: relative;
  display: inline-block;
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.dropdown-location .active{
	color:#F00;
}
.location-color{
	color: #00a9ff;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #1565a5;
  border-radius: 5px;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.dropdown-content a {
  color: black;
  color: #e4e4e4;
    padding: 8px 15px;
    border-bottom: 1px #1c77bf solid;
  text-decoration: none;
  display: block;
  
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.dropdown-location a:hover {background-color: #ddd;color:#333}

.show {
	display: block;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;

}
.logo-center img{
	margin-top: 20px;
}
.head_in{
	padding:0;
	float:left;
	width:100%;	
}
.head_in p{
	float:right;
	margin:0;
	color:#4d4d4d;	
}
.head_in p a {
    color: #4d4d4d;
    padding: 22px 20px;
    border-left: 1px #cccccc solid;
    /* margin-top: 20px; */
    display: block;
    float: right;
}
.head_in p .fa{
	margin-right:12px;
	font-size:18px;	
}
.header_area .navbar-brand {
    margin-right: 30px;
    padding: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    margin-top: 12px;
	width:90px;
}
.header_area .navbar-brand img {
	width:100%;
}
.header-btm-line{

}
.cart-in {
    float: right;
    position: relative;
    margin-bottom: 0;
	border: 1px darkgrey solid;
    border-radius: 5px;
	padding-left: 8px;
    padding-right: 30px;
}
.cart-botton {
    border-radius: 90px;
    width: 16px;
    height: 16px;
    background: #fe3057;
    color: #FFF;
    border: 0;
    font-size: 9px;
    position: absolute;
    left: 30px;
    top: 3px;
}
.my-account {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #2a2a2a;
    border: 1px darkgrey solid;
    border-radius: 5px;
    padding: 7px 15px;
    margin-right: 10px;
	position: relative;
}
.navbar_fixed .nav-right-scroll{
	
}
.social-mob{
	position: absolute;
    right: 55px;
	top: 22px;
	display:none;
}
.social-mob a{
	margin-left: 12px;
}


.banner-area{
	background-position:top center !important;
	background-size:cover !important;
	position:relative;
    padding-bottom:0;
}


.fill {
    width: 100%;
    height: 600px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.txt_sldr {
    position: absolute;
    height: 35%;
    width: 80%;
    left: 9%;
    top: 0px;
    bottom: 0px;
    margin: auto;
    text-align: left;
    display: none;
}
.txt_sldr h4{
	font-weight:bold;
	color:#FFF;
	padding:10px 0;
	font-size:47px;
	display:inline-block;
	margin:0px;
	line-height: 40px;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 1px 1px 1px #000;
}

.txt_sldr p {
    color: #FFF;
    display: inline-block;
    padding: 0;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.writings a {
    color: #d6ff70;
}
.book-botton{
	padding: 10px 28px;
    background: #ff8100;
    display: inline-block;
    color: #fbfbfb;
	font-size: 15px !important;
	-webkit-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
-moz-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.book-botton:hover{
    background: #F33;
	color:#FFF;
}
li.active-slide .txt_sldr{
	display:block;	
}

ul{
	padding:0px;
	list-style:none;
}
a:hover{
	text-decoration:none;
}

.stores{
	position:absolute;
	bottom:30px;
	right:30px;
	width:250px;
}
.stores-in{
	margin-right: 0;
    padding-left: 0;
}
.stores img{
	width:100%;
}




.about-area-out{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#FFF;
}
.about-area-out h1 {
    position: relative;
    padding-top: 135px;
    padding-bottom: 150px;
    padding-left: 35px;
    font-size: 40px;
}
.about-area-out h1:before{
	position:absolute;
	content:'';
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:url(../images/squer.png);
	background-repeat:no-repeat;
}
.about-area-out h2 {
	padding-top:70px;
    font-size: 22px;
	font-family: 'Playfair Display', serif;
}



.howcan-area-out{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#FFF;
}
.howcan-area-out .column img {
    width: auto;
	padding-top:0;
}
.howcan-area-out h1 {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 35px;
    font-size: 40px;
    margin-top: 160px;
}
.howcan-area-out h1:before{
	position:absolute;
	content:'';
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:url(../images/squer.png);
	background-repeat:no-repeat;
}
.how-can-in{
	text-align:center;
}
.how-can-in{
	position:relative;
	border:3px #FFF solid;
	text-align:center;
	padding-top:20px;
	padding-bottom:30px;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.how-can-in:after {
    position: absolute;
    content: '';
    right: -6px;
    top: 40%;
    bottom: -4px;
    width: 100px;
    background: #FFF;
    z-index: -1;
}
.how-can-in:hover{
	border: 3px #aea29b solid;
	-webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}

.how-can-in h3{
	text-transform:uppercase;
	font-size:18px;
}
.how-can-icon{
	width:150px;
	height:150px;
	background:#000;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	vertical-align:middle;
	border-radius: 100px;
	padding-top:40px;
	
	
}













.inner-banner-area{
	background:url(../images/banner-bg-inner.jpg);
	background-position:center !important;
	background-size:cover !important;
	position:relative;
	padding-top: 30px;
}

.inner-banner-area .txt_sldr{
	 height: 5%;
}
.inner-banner-area h1 {
    font-family: 'Patua One', cursive;
    font-size: 35px;
    color: #ffffff;
    text-align: left;
    margin-top: 20px;
	margin-bottom: 30px;
}

.banner-area .modal-header{
	background-color:#0b2e4a;
}
.inner-banner-area .modal-header{
	background-color:#0b2e4a;
}
.inner-banner-area .modal-header .close {
    padding: 5px;
    margin: 0;
	margin-left: 0;
	line-height: 10px !important;
	color: #e6e6e6;
	position: absolute;
    right: 18px;
	font-size: 36px;
	top:20px;
}
.banner-area .modal-header .close {
    padding: 5px;
    margin: 0;
	margin-left: 0;
	line-height: 10px !important;
	color: #e6e6e6;
	position: absolute;
    right: 18px;
	font-size: 36px;
	top:20px;
}
.banner-area .modal-header h3 {
    margin-top:10px;
}
.inner-banner-area .modal-header h3 {
    margin-top:10px;
}
.modal-dialog {
    margin: 4.75rem auto;
}
.modal-dialog .btn {
    background: #ccaf7e;
    color: white;
    border-radius: 0;
    text-align: right;
    float: right;
}
.modal-header{
	border:0;
}
.modal-header img{
	width: 23%;
}
.modal-title {
    color: #FFF;
    text-transform: uppercase;
    font-size: 27px;
    color: #040404 !important;
    margin-left: 30px;
    margin-top: 25px;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(255,255,255, 0.3);
}

.banner-area h1{
	font-family: 'Oswald', sans-serif;
	font-size:40px;
	color: #ffffff;
	text-align:left;
	margin-top:0px;
	line-height: 53px;
}
.banner-area h3{
	font-family: 'Oswald', sans-serif;
	font-size:19px;
	color: #dcdcdc;
	text-align:left;
	margin-top:20px;
	line-height: 30px;
    border-radius: 10px;
}
.inner-banner-area h3{
	font-family: 'Patua One', cursive;
	font-size:19px;
	color: #dcdcdc;
	text-align:left;
	margin-top:30px;
	line-height: 30px;
    border-radius: 10px;
}
.banner-area-content{
	padding-top:0px;
	margin-bottom: 30px;
}
.banner-area .col-sm-7{
	text-align:center;
}
/*.banner-area .col-sm-7 img{
	margin-top: 50px;
}*/
.banner-area .col-sm-5 img {
    margin-top: 0;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-right: 100px;
    margin-top: -30px;
}
.car-out{
	text-align:center;
}
.badge-out{
	 text-align:center;
	 margin-bottom: 40px;
}
.badge-out img{
	 width: 48%;
}
.trust-right{
	display: flex;
	margin-top:20px;
}
.trust-right img{
	width:100%;
	border-radius: 10px;
}
.call{
	display:block;
	background:#f50300;
	border-radius: 5px;
	font-size:23px;
	padding-left:15px;
	padding-right:15px;
	color:#FFF;
	line-height: 60px;
	text-align: center;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
	-webkit-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    -moz-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
}


.call-btm{
	background:#f50300;
	border-radius: 25px;
	font-size:26px;
	padding-left:15px;
	padding-right:15px;
	padding-top: 5px;
    padding-bottom: 5px;
	color:#FFF;
	line-height: 60px;
	text-align: center;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
	-webkit-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    -moz-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
}
.call-btn-btm{
	background:#f50300;
	border-radius: 25px;
	font-size:26px;
	padding-left:15px;
	padding-right:15px;
	padding-top: 5px;
    padding-bottom: 5px;
	color:#FFF;
	line-height: 60px;
	text-align: center;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
	-webkit-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    -moz-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
}
.call:hover{
	background: #c50503;
	color:#FFF;
}


.form-bttn {
    position: relative;
    background-color: #f53939;
    border-radius: 30px !important;
    padding: 5px 15px;
    border: 0;
    text-align: center;
    font-size: 26px !important;
    margin-top: 30px;
    float: left;
    width: 100%;
    -webkit-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    -moz-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
}
.form-bttn img {
    margin-right:10px;
	margin-bottom: 3px;
}
.form-bttn:hover {
    background-color: #ff2d2d;
}
.form-bttn h2 {
	font-size:28px !important;
	line-height: 44px;
	font-family: 'Oswald', sans-serif;	
	margin-bottom: 5px;
}
.form-bttn:hover {
	border-color: #03abff;
}
/*.form-bttn:after {
    content:'';
	position:absolute;
	background:url(../images/btn-shadow.png);
	left:0;
	right:0;
	height:50px;
	bottom:-50px;
	background-position: center;
    background-size: cover;
	opacity: 0.6;
}*/
.banner-bottom{
	border-top: 4px #216caf solid;
    background: #165288;
	padding-bottom:26px;

}
.bnr-btm-out {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px #1b5c9a solid;
}
.bnr-btm {
	font-family: 'Roboto Condensed', sans-serif;
	color:#FFF;
	float: left;
}
.red-round{
	display:inline-block;
	width:12px;
	height:12px;
	background:#35baec;
	border-radius: 90px !important;
	margin-right:12px;
}
.select-city {
    position: absolute;
    left: 27%;
    z-index: 11;
    top: 27px;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.select-city .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    background-color: #287dc0;
    background-clip: padding-box;
    border: 1px solid;
    border-color: #80bdff;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.project-section-out p{
	margin-bottom:40px;
	color:#CCC;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	font-size:15px;
}





















.service-section-out {
    text-align: center;
    margin-top: 0;
	background:#ffffff;
	padding-top:60px;
	padding-bottom:30px;
	position:relative;
}


.service-section-title h1{
	text-align: center;
    position: relative;
    padding-bottom: 15px;
    color: #233148;
    font-size: 45px;
    font-weight: bold;
}
.service-section-title p{
	text-align: center;
    position: relative;
    padding-bottom: 15px;
    color: #929292;
    font-size: 22px;
    font-weight:normal;
	position:relative;
	margin-bottom: 50px;
}
.service-section-title p:after{
	content: '';
    position: absolute;
    border: 2px #fb7f00 solid;
    left: 44%;
    right: 44%;
    bottom: -10px;
}

.service-section {
    
}


.service-in{
	min-height: 350px;
	position: relative;
	display:inline-block;
	background: #ffffff;
	border-radius:5px;
	margin-top: 0;
	padding-bottom: 30px;
    margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.37);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.37);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.service-icon {
    border-top-right-radius: 5px;
	border-top-left-radius: 5px;
    background: #faaaad;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: auto;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
}
.service-icon img {
    
}
.service-in:hover .service-icon{
	background: #fb7f00;
}
.service-in:hover, .service-in:focus, .service-in:active {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}
.service-in h2{
	text-align: center;
    font-size: 21px;
    color: #666;
    padding-top: 20px;
    margin-bottom: 10px;
}

.service-in p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 29px;
}

.find-out-more{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
	color:#fd0f0f;
	text-align:center;
	display:inline-block;
	font-size:16px;
	font-weight:700;
	font-family: 'Muli', sans-serif;

}
.find-out-more:hover{
	color:#fd0f0f;
}
.find-out-more img{
	margin-left:10px;

}


/*__________________*/


.features-out{
	padding-top:80px;
	padding-bottom:50px;
	background:#000;
}
.features-out h1{
	text-align:center;
	font-size: 45px;
    font-weight: bold;
	margin-bottom:20px;
	color:#FFF;
}
.features-title{
	text-align:center;
}
.features-title p{
	text-align: center;
    position: relative;
    padding-bottom: 15px;
    color: #929292;
    font-size: 22px;
    font-weight:normal;
	font-family: 'Open Sans', sans-serif;
}
.features-in{
	padding-top: 30px;
    padding-bottom: 30px;
	text-align:center;
	-webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
}
.features-in h3{
	margin-top: 25px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:23px;
	color:#FFF;
}
.features-in p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#bbbbbb;
}
.features-in img{
	width:57px;
	-webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
}
.features-in:hover h3{
	color:#FFF;
}
.features-in:hover{
	background: #252525;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.37);
}
.features-in:hover img{
	filter: hue-rotate(-100deg);
   -webkit-filter: hue-rotate(-100deg);
}


/*__________________*/



.retail-section-out {
    text-align: center;
    margin-top: 0;
	background: #FFF;
	padding-top:80px;
	padding-bottom:60px;
	position:relative;
	margin-bottom: 100px;
}


.retail-section-out h2{
	text-align:center;
	font-size:30px;
	color:#000;
}
.retail-section{
	background:url(../images/retail.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	padding-top: 50px;
}
.hospitality-section{
	background:url(../images/hospitality.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	padding-top: 50px;
}

.retail-in{
	width:60%;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	display:inline-block;
	background: #ffffff;
	margin-top: 150px;
    margin-bottom: -100px;
	padding-top:50px;
	padding-bottom:60px;
	padding-left:30px;
	padding-right:30px;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.37);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.37);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.retail-in img{
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
}
.retail-in a:hover img{
	filter: hue-rotate(150deg);
    -webkit-filter: hue-rotate(150deg);
}
.retail-in h2{
	text-align:center;
	font-size:35px;
	color:#000;
	font-weight:bold;
}
.retail-in p{
	text-align:center;
	font-size:20px;
	color:#5e5e5e;
	font-weight:bold;
}
.retail-icon {
    border-radius: 90px;
    background: #f53939;
    padding: 15px;
    left: 0;
    right: 0;
    width: 70px;
    margin: auto;
    top: -35px;
	-webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;

}
.retail-in:hover{
	background: #000;
}

.retail-in:hover .service-icon{
	background: #000;
}

.retail-in:hover, .retail-in:focus, .retail-in:active {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}


.retail-in p{
	text-align:center;
	font-family: 'Muli', sans-serif;
	font-size:14px;
	margin-bottom: 15px;
	line-height: 23px;
}

.view-details {
    bottom: 30px;
    color: #fd0f0f;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Muli', sans-serif;
    background: #ff8100;
    color: white;
    padding: 10px 25px;
}
.retail-in:hover .view-details {
	background: #000;
	color:#FFF;
	border:1px solid #ff8100;
}
.retail-in:hover h2{
	color:#FFF;
}
.retail-in:hover p{
	color:#FFF;
}


/*__________________*/



.partners-out{
	padding-top:80px;
	padding-bottom:80px;
	background-color:#f5f5f5;
}
.partners-left{
	text-align:right;
	padding-right:20px;
	padding-top: 80px;
}
.partners-left h1{
	font-size:40px;
	color:#000;
	font-weight:bold;
	margin-bottom:30px;
}
.see-all{
	display:inline-block;
	padding:10px 25px;
	color:#FFF;
	background-color:#ff8100;
	margin-top:25px;
}

/*__________________*/


.testimonials-out{
	padding-top:50px;
	padding-bottom: 50px;
	background-color:#000;
	text-align:center;
	position:relative;
}
.testimonials-out h1{
	text-align:center;
	padding-bottom: 15px;
	color:#FFF;
	font-size:45px;
	font-weight:bold;
	margin-top: 20px;
	padding-bottom:20px;
	margin-bottom:40px;
}
.testimonials-in{
	padding-top: 20px;
	border: 1px #505050 solid;
	background-repeat:no-repeat;
	background-size: cover;
	position:relative;
	z-index:0;
	padding-bottom: 25px;
	background-image:url(../images/testimonial-bg.png);
	border-radius: 12px;
}

.testimonials-in ul li p{
	border-radius: 10px;
	padding:30px;
	color:#999;
	font-size:15px;
	line-height:23px;
	padding-top: 10px;
}
.testimonials-in ul li p span{
	color:#FFF;
}
.testimonials-in ul li p img {
    width: 90px;
    height: 90px;
    border-radius: 121px;
    margin-bottom: 15px;
}
.testimonials-in span{
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	
}
.testimonials-int ul{
	background:#FFF;
	border-radius: 10px;
}
.testimonials-in ul li{
}

.testimonials-in .bx-wrapper .bx-controls-direction a {
    bottom: -20px;
}
.testimonials-in .bx-wrapper .bx-prev {
    left: -50px;
}
.testimonials-in .bx-wrapper .bx-next {
    right: -50px;
}
.client-logos{
	text-align:center;
	padding-top:70px;
}
.client-logos img{
	margin-bottom:50px;
	width: 150px;
}








.contact-section-out {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f7f7f7;
}
.contact-section-out h1{
	text-align:center;
	padding-bottom:15px;
	margin-bottom:50px;
	position:relative;
	font-family: 'Catamaran', sans-serif;
	font-size:42px;
	font-weight:bold;
}

.address-in{
	margin-bottom:50px;
}
.address-in h4{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:700;
	color:#5f5f5f;
	
}
.address-in img{
	float:left;
	margin-right:15px;
	margin-bottom:20px;
	background: #ff8100;
	padding:10px;
	border-radius:6px;
}
.address-in p{
	color:#dadada;
	font-family: 'Open Sans', sans-serif;
	padding-left: 60px;
	font-size:14px;
}
.address-in a{
	color:#5f5f5f;
	font-size:15px;
}
.contact-form .form-control{
	border-left:0;
	border-right:0;
	border-top:0;
	border-radius: 0;
	background-color: transparent;
}
.contact-form .btn{
	background: transparent;
    border: 2px #ff8100 solid;
    border-radius: 0;
    font-size: 15px;
    padding: 8px 20px;
	transition: all .3s ease-out;
}
.contact-form .btn:hover{
	background: #ff8100;
	color:#FFF;
}
.address{
    background-color:transparent;
	margin-top:0 !important;
	padding:50px;
}
.address p a{
    color:#333;
}
.contact-widget-section2{
	
}

.address h4{
    color: #ff8100;
	font-size:18px;
}
.address p{
    margin-bottom:30px;
}








.map iframe{
	display:block;
	height:100%;
	width:100%;
}
footer{
	background:#333;
	color:#fff;	
}
#back_top{
	position:fixed;
	right:5%;
	bottom:30px;
	width:40px;
	height:40px;
	background: #fd0404;
	display:none;
	cursor:pointer;
	color:#fff;
	text-align:center;
	line-height:40px;
	opacity:.6
}
#back_top:hover{
	opacity:1;
}

.col-1-5{
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
.footer_out{
	background: #f3f3f3;
	background-position:center;
	padding-top:70px;
	padding-bottom:0px;
	
}
.app-today-out{
	position:relative;
	text-align:center;
}
.app-today {
    display: inline-block;
    position: absolute;
    color: #FFF;
    background: #ff8100;
    padding: 12px 25px;
    left: 0;
    right: 0;
    top: -100px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
	box-shadow: 11px 10px 23px -1px rgba(255,129,0,0.47);
-webkit-box-shadow: 11px 10px 23px -1px rgba(255,129,0,0.47);
-moz-box-shadow: 11px 10px 23px -1px rgba(255,129,0,0.47);
-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.app-today:hover {
    color:#FFF;
	background-color:#000;
	border:1px #ff8100 solid;
}
.footer_out p{
	font-size:14px ;
	color: #9c9c9c;
	    line-height: 29px;
}
.footer_out h2 {
    font-size: 17px;
    font-weight: bold;
    color: #233148;
    padding-bottom: 15px;
	margin-top:0;
}
.footer_out li a {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    color: white;
	font-size:14px ;
	color: #9c9c9c;
}
.ftr-projct-btn a {
    background: #ccaf7e;
    display: inline-block;
    margin-bottom: 15px;
    padding: 8px 25px;
	color:#FFF;
}

.cpy{
	text-align:left;
	border-top:1px solid #333;
	padding-top:20px;
	color:#ababab;
}
.social{
	padding-top:20px;
	color:#ababab;
}
.cpy p{
	text-align:left;
	color: #ff8100;
	margin:0;
}
.cpy p a{
	text-align:right;
	display:block;
	color:#ababab;
}
.btm_logo{
	margin-bottom:30px;
}
.btm_logo img{
	width:90%;
}
.footer-btm{
	background: #000000;
	margin-top: 40px;
	padding-bottom: 30px;
}
.footer-btm-tabs{
	text-align: center;
    border-top: 1px #333 solid;
    margin-top: 30px;
}

.footer-btm-tabs a{
	color:#c9c9c9;
	font-size:13px;
	padding-left:15px;
	padding-right:15px;
	padding-top: 20px;
    display: inline-block;
}
.footer-in{
	padding-bottom:10px;
}
.footer-in img{
	width:60%;
    margin-bottom: 20px;
}

.social a {
    margin-left: 15px;
}
.social a img {
    width: 16px;
}
.social a:hover{
    filter: hue-rotate(150deg);
   -webkit-filter: hue-rotate(150deg);
}
.payment{
	padding-top:10px;
	float: right;
	border-top: 1px solid #333;
}
.payment h2{
	float: right;
	margin-top:10px;
}
.payment a{
	float: right;
	display:inline-block;
}
.payment a img{
	width:80%;
	float:right;
}





.fill-inner{
	width: 100%;
    height: 350px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.txt_sldr_inner {
	height: 10% !important;
	text-align:center;
}
.inner-sec-out{
	text-align: center;
    margin-top: 0;
	background:#ffffff;
	padding-top:60px;
	padding-bottom:30px;
	position:relative;
}
.inner-sec-out h1{
	text-align: center;
    position: relative;
    padding-bottom: 15px;
    color: #233148;
    font-size: 45px;
    font-weight: bold;
}

.features-inner-page{
	text-align:left;
	margin-bottom:50px;
	padding:50px;
	border:1px #CCC solid;
	/*box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.4);*/
}

.features-inner-page h3{
	font-size:25px;
	font-weight:bold;
	margin-top:20px;
}
.features-inner-page-left-content{
	text-align:right;
}
.features-link {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    margin-bottom: 30px;
}
.features-link li{
	float:left;
	margin-left: 10px;
    margin-right: 10px;
}
.features-link li a{
	color:#000;
}


.mobile-float{
	position:fixed;
	width:100%;
	left:0;
	right:0;
	bottom: -1px;
	background-color: #ececec;
	z-index: 11;
	display: none;
}
.column {
  float: left;
  width: 33.33%;
  text-align:center;
}
.column p {
  margin-bottom: 5px;
  color: white;
  font-size: 13px;
}
.column p a {
  color: black;
}

.for-mob{
	display:none;
}
.for-desktop{
	display:inherit;
}






@media only screen and (max-width: 991px){

.social-mob{
	display:inherit;
	right: 110px;
}
.navbar-collapse.show {
    z-index: 0 !important;


}
@media only screen and (max-width: 1024px){
.fill-inner{
    height: 200px;
}
.fill {
    width: 100%;
    height: 470px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.txt_sldr h4 {
    font-weight: bold;
    color: #FFF;
    padding: 10px 0;
    font-size: 23px;
	padding: 0;
}
.txt_sldr p {
    color: #FFF;
    display: inline-block;
    padding: 0;
    margin-top: 0px;
	font-size: 13px;
}
.header_area .navbar-brand img {
    width: 80px;
    height: 33px;
}
.header_area .navbar-brand {
    margin-top: 10px;
    width: 70px;
}
.offset-1 {
    margin-left:0;
}
.offset-2 {
    margin-left:0;
}
.offset-3 {
    margin-left:0;
}
.offset-4 {
    margin-left:0;
}

	
.for-mob{
	display:inherit;
}
.for-desktop{
	display:none;
}	
.banner-area .col-sm-7 {
    flex:100%;
	width:100%;
}
.banner-area .col-sm-5 {
    flex:100%;
	width:100%;
}	
.mobile-float{
	display: inherit;
}

.mobile-float .column img {
    padding-top: 10px;
    padding-bottom: 5px;
    width: 20px;
}
main_menu .navbar{
	padding:0;
}
.navbar-default {
    background: #ffffff;
    border-bottom:1px solid #CCC;
}
.navbar-default .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;

}
.navbar-brand {
    padding: 4px 7px;

}
.navbar-brand>img {
    width: 75px;
    height: 45px;
    padding-left: 0;
    margin-top: 0;
    margin-right: 0;
}
.navbar_fixed .logo_h img {
    width: 80px;
    height: 33px;
}
.navbar-brand {
    height: 34px;
	padding:0;
}
.mobile_icon_nav a span img{
	border: 0 !important;
    width: 40px;
    margin-top: 6px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #666;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #333;
    background-color: #FFF;
}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 24px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
}
.banner-area .col-sm-7 img {
    width: 80px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
	top: -33px;
}
.banner-area {
	margin-bottom: -1px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0;
    overflow: hidden;
    background: url(../images/banner-bg.jpg) !important;
    background-size: cover !important;
    background-position: top right 24% !important;
}
.inner-banner-area {
    padding-top: 23px;
    margin-top: 55px;
    overflow: hidden;
}

.banner-area h1 {
    margin-top: 0;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
}

.banner-area h3 {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 22px;
}


.testimonials-in .offset-2{
	margin-left:0;
}


.address-in h4 {
    font-size: 17px;
	margin-bottom:0;
}
.address-in {
    margin-bottom: 30px;
}
.footer_out {
    padding-top: 50px;
    padding-bottom: 0;
}
.footer_out img{
    margin-bottom:30px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    width: 100%;
}



.head_in p span {
    display:none;
}

.fill_inner{
	height:200px;
}


.head_in {
    padding: 0;
}
.head_in p a {
    color: #FFFFFF;
    margin-left: 10px;
    margin-right: 15px;
    background: #58a139;
    padding: 5px;
    text-align: center;
    width: 30px;
    display: inline-block;
	border-radius:4px;
}
.head_in p .fa {
    margin-right: 0;
    font-size: 16px;
}
.mobile_icon_nav{
	position:absolute;
	right:75px;
	top:8px;
	display:inline-block;
}
.fill_inner {
    height: 250px;
    background-position: top 0px center !important;
}


.navbar-fixed-top {
    top: 0;

}
.navbar-default .navbar-nav>li>a{
	padding-left:20px;
	color:#333;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    display: inherit;
}

.service-section-out h1{
	font-size:30px !important;
	padding-bottom: 0px;
}
.cpy p a {
    text-align: left;
}
.social {
    text-align: left;
}
.contact-section-out {
    padding-bottom: 60px;
}
.contact-widget {
    padding-bottom: 0;
	padding: 20px;
	margin-bottom: 30px;
}
.payment {
    border-top: 0;
}
.payment a img {
    width: 80%;
    float: left;
	margin-top: 35px;
}
.payment a {
    float: left;
}
.payment h2 {
    float: left;
    margin-top: -95px;
}
.navbar_fixed .logo_h {
    width: 22%;
}
.header_area {
    position: fixed;
	top:0;

}
.dropdown-location {
    position: absolute;
    right: 107px;
    top: 18px;
}
.dropdown-content {
    min-width: 126px;
}
.dropbtn img {
    width: 18px;
}
.dropbtn {
    font-size: 13px;
	text-transform:uppercase;
}
.service-in {
    min-height: auto;
}
.retail-section {
    margin-bottom: 100px;
}
.retail-in {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-block;
    background: #ffffff;
    margin-top: 140px;
    margin-bottom: -100px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.hospitality-section {
    margin-top: 50px;
}
.partners-left {
    text-align: center;
    padding-right: 0px;
	padding-top: 0;
}
.see-all {
    margin-top: 15px;
    margin-bottom: 25px;
}
.app-today {
    top: -80px;
}
.footer-in {
    padding-bottom: 10px;
    text-align: center;
}
.footer-btm {
    padding-bottom: 50px;
}
.header_area.navbar_fixed .main_menu .navbar {
    border-top: 0;
    top: -1px;
}
.car-out{
	position:relative;
	text-align:center;
}
.car-out img {
    position: absolute;
    top: -7px;
    right: 0;
}

.banner-area .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    z-index: 11;
	    width: 100%;
}
.banner-area h3{
	background: transparent;
    border-radius: 10px;
    padding-top: 0;
    padding-bottom: 0;
	text-align: center;
	color: #22c1fd;
}
.testimonials-in .bx-wrapper .bx-pager {
    text-align: center;
    padding: 0;
    bottom: -30px;
}

.contact-form {
    margin-top: 0;
	padding: 20px;
}
.banner-area .modal-header h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.banner-area .modal-header .close {
    padding: 0;
}
.social-mob {
    display: inherit;
    right: 30px;
    top: 10px;
}

.social-mob a img{
	width:18px;
}
.footer_out h2 {
    padding-bottom: 0;
}
.footer_out .col-sm-3 {
    margin-bottom:20px;
}
.footer_out .col-sm-2 {
    margin-bottom:20px;
}
.testimonials-in {
    padding-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0px;
}
.companies-out h1:before {
    display:none;
}

.main_menu:before {
    width: 36%;
	border-top: 71px solid white;
    border-right: 26px solid transparent;
}
.banner-area-content {
    padding-top: 40px;
}
.banner-bottom {
   padding-bottom: 0; 
}
.promise-area-out {
    margin-top: 0;
}
.header_area .navbar-brand:before {
    top: -18px;
	border-top: 70px solid white;
}
.navbar_fixed .header_area .navbar-brand:before {
    top: -20px;
}
.navbar_fixed .logo-out-new {
    height:inherit;
    overflow-y:inherit;
    width: inherit;
}
.header_area .menu_nav {
    width: 100%;
	text-align: left;
	padding-bottom: 15px;
}
.header_area .navbar .nav .nav-item .nav-link {
    padding: 14px 0;
    margin-right: 0px;
    display: block;
    border-bottom: 0; 
    border-radius: 0px;
	font-size: 16px;
}
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 20px;
    padding: 14px 0;
}


    .navbar-collapse.collapsing {
        height: auto !important;
        margin-left: 0%;
        left: 0;
        transition: all 0.2s ease;
    }
    .navbar-collapse.show {
        left: 0;
		background: #000000;
		bottom:auto;
		top: 0px;
		z-index: -1;
    }
.header_area .navbar {
    background: black;
}
.social-mob .collapsed{
	background-color:transparent !important;
}
.testimonials-in .bx-wrapper .bx-controls {
display:none;
}

.get-a-quote-header {
    padding: 6px 15px;
    width: 110px;
}
.features-inner-page {
    text-align: center;
	padding: 20px;
}
.features-inner-page-left-content {
    text-align: center;
}
.features-inner-page-icon{
	margin-top:30px;
}





.stores {
    position: absolute;
    bottom: 30px;
    width: 250px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.stores-in {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
	text-align:center;
}
.stores img {
    width: 90%;
}












}

@media only screen and (max-width: 575px){
.promise-area-out .offset-2 {
    margin-left: 0;

}
.header_area .get-a-quote-header {
    right: 5px;
}

.banner-area .col-sm-5 {
    position: absolute;
    left: 0;
}
.address-in {
    text-align: center;
}

.cpy p {
    text-align: center !important;
}
.social {
    text-align: center;
    width: 158px;
    margin-left: auto;
    margin-right: auto;
}

}
@media (min-width: 1400px) {
.main_menu:before {
    width: 33%;
}



}








.inner-section-two .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 19px;
    width: 100%;
}
.ekko-lightbox {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-right: 0px!important;
}
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.ekko-lightbox-nav-overlay a {
  flex: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 100;
}
.ekko-lightbox-nav-overlay a > * {
  flex-grow: 1;
}
.ekko-lightbox-nav-overlay a > *:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}
.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}
.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden;
}
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}
.ekko-lightbox .modal-dialog {
  display: none;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  /* establish flex container */
  flex-direction: column;
  /* make main axis vertical */
  justify-content: center;
  /* center items vertically, in this case */
  align-items: center;
}
.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}
.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}
.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
