img {
	max-width: 100%;
	height: auto;
}
body{
	background: url("../images/bg.jpg") no-repeat scroll center center / cover; 
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}



@font-face {
	font-family: sui_generis_rg;
	src: url(../fonts/sui_generis_rg.ttf);
}

.p-0 {padding: 0;}
.m-0 {margin: 0;}
.pl-0 {padding-left: 0px;}
.ml-0 {margin-left: 0;}
.mt-15 {margin-top: 15px;}


#loader-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #222;
  z-index: 999;
}

.loader-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%)
}
.loader-wave::before,
.loader-wave::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: waveloader 1.6s linear infinite;
  animation: waveloader 1.6s linear infinite;
}
.loader-wave::after {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s;
}

@-webkit-keyframes waveloader {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes waveloader {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}



/**
 * Top Nav
 **/
ul.top-nav{
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

ul.top-nav li{
	display:inline-block;
}

ul.top-nav a {
	display: block;
	text-decoration: none;
	color: #616161;
	transition: all .4s ease 0s;
	border-right: 1px solid rgba(255,255,255,1);
	padding: 0px 5px;
	margin: 7px 0;
}
ul.top-nav li:last-child a{
	border-right: 0px;
}
ul.top-nav a:hover {
	color:#222; 
}

/**
 * Logo area
 **/
 .logo-section h3{
	 font-family: 'sui_generis_rg';
	 color: #FFF;
	 float: right;
 }

 h3.call-me > span{
	color: #0a0a0a;
 }

 .logo-section img {
 	margin: 15px 0 0 0;
 }

 .navbar-fixed-bottom{
	 display: none;
 }

 .bottom-slider > .col-md-3, .bottom-slider > .col-sm-3, .bottom-slider > .col-xs-6{
		padding-right: 1px;
	 	padding-left: 1px;
 }

.bottom-slider > .col-md-3:last-child, .bottom-slider > .col-sm-3:last-child, .bottom-slider > .col-xs-6:last-child{
	padding-right: 15px;
}

.bottom-slider > .col-md-3:first-child, .bottom-slider > .col-sm-3:first-child, .bottom-slider > .col-xs-6:first-child{
	padding-left: 15px;
}

 .container-body{
	 padding-right: 0;
 }

 .container-sidebar{

 }

/**
 * Main nav
 **/
 ul.main-menu{
 	margin-bottom: 15px;
 	padding: 0;
 	overflow: hidden;
 	background: #393838;
 	list-style: none;
 }
 ul.main-menu li{
 	float:left;
 	border-right: 1px solid #fff;
 }
 ul.main-menu a {
	display:block;
 	font-size: 12px;
 	padding: 8px 23px;
 	text-decoration: none;
 	color: #fff;
	text-transform:uppercase;
 }
 ul.main-menu li:hover{
 	background: #424242;
 }
 
 .single-carousel a {
    display: block;
    height: 100%;
}
.single-carousel {
    height: 33px;
}
.single-carousel {
	border-right: 1px solid #fff;
}
.vertical-carousel .col-md-3:nth-child(4) .single-carousel {
	border-right: 0;
}
.single-carousel img {
    height: 100%;
}


.cash-on-delivery {
    background-color: #ead61f;
}
.single-carousel a {
    color: #333;
}
.single-carousel a h4 {
  font-size: 12px;
  line-height: 32px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.easy-return {
    background-color: #f5c771;
}
.fasted-delivery {
    background-color: #ffc835;
}
.condition-delivery {
    background-color: #fff335;
}
.payment-on-delivery {
    background-color: #f7b671;
}
.real-time-tracking {
    background-color: #e7fd03;
}
.customer-support {
    background-color: #fffaa4;
}
.single-carousel a:hover {
    text-decoration: none;
}
.bx-wrapper {
	width: 850px;
}
.bxslider li {
	background: rgba(255,255,255,.4);
	height: 55px;
	display: flex;
	margin-right: 0px !important;
	border-right: 1px solid #fff;
}
.bxslider li img {
	margin: auto;
}

 
/**
 * Footer
 **/
 footer{
 	color: #616161;
 	font-size: 12px;
 	position: relative;
 	width: 100%;
 }


 /**
  * Sidebar menu
  **/
	.contact-number h4 {
	 font-family: 'sui_generis_rg';
	 color: #222;
	}
  ul.sidebar-menu{
 	padding: 0;
 	list-style: none;
 	overflow: hidden;
  }
  ul.sidebar-menu li {
	background: #393838;
	margin-bottom: 1px;
}
	ul.sidebar-menu li:last-child {
		margin-bottom: 0;
	}
  ul.sidebar-menu a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: right;
	padding: 25px 25px 26.4px;
  }

  ul.sidebar-menu li:hover{
	background: #fff;
  }
  ul.sidebar-menu li:hover a{
  	color: #000;
  }


 .sidebar-social a:first-child {
	margin-left: 0px;
}

.sidebar-social a {
	display: inline-block;
	margin-left: 12px;
}

.bx-wrapper{border: none;}
.bx-wrapper {
	position: relative;
	margin: 15px 0px;
	box-shadow: none;
	border: 0px;
	background: transparent;
}


.single-carousel.slick-slide {
	width: 25%;
}

.copyright {
	color:#222; 
}



.footer-menu {
    background: rgba(34, 34, 34, 0.8);
	display:none;
	visibility: hidden;
	left: 0;
	bottom: 0;
	width: 100%;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.footer-menu ul li {
    width: 32%;
    display: inline-block;
    border-right: 1px solid #fff;
}
.footer-menu ul li a {
    display: block;
    color: #fff;
    padding: 10px;
	font-size: 14px;
}
.footer-menu ul li:last-child {
    border-right: 0;
}

/* about page */

.tab-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: rgba(255,255,255,.5);
    max-height: 410px;
    height: 410px;
    text-align: center;
}
.tab-menu li {
    display: block;
}
.tab-menu li a {
	color: #222;
	display: block;
	margin-bottom: 5px;
	padding: 10px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px
}
.tab-menu li:last-child a {
	margin-bottom: 0;
}
.tab-menu li a:hover, .tab-menu li.active a {
    background: #222;
    color: #fff;
	transition: all .4s ease 0s;
}

.fixed-height {
	background: rgba(0,0,0,0.4);
	padding: 20px;
	color: #fff;
	text-align: justify;
	max-height: 410px;
	height: 410px;
	overflow-y: scroll;
}
.fixed-height.text-center {
	text-align: center;
}

.fixed-height li {
    margin-bottom: 10px;
}
.fixed-height li:last-child {
    margin-bottom: 0;
}
.body_nav_details h4 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  text-transform:uppercase;
}
.single-membership {
    overflow: hidden;
    margin-bottom: 15px;
}
.member-img {
    float: left;
    width: 25%;
    text-align: center;
}
.member-content {
    float: left;
    width: 75%;
    padding-left: 20px;
}

.body_nav_details p>b{
	color: #ffd00a;
	font-size: 16px;
}

.apply {
	padding: 10px 20px;
	border: .5px solid rgba(0,0,0,.3);
	color: #fff;
	transition: all .4s ease 0s;
}
.apply:hover {
	border-color: #95a5a6;
	color: #bdc3c7;
	text-decoration:none;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: 0;
	font-size: 12px;
}
.pricing-table .table > thead > tr > th, .pricing-table .table > tbody > tr > th, .pricing-table .table > tfoot > tr > th, .pricing-table .table > thead > tr > td, .pricing-table .table > tbody > tr > td, .pricing-table .table > tfoot > tr > td {
	border-bottom: 1px solid #fff;
}
.table input, .table select {
	color: #000;
	font-size: 12px;
	padding: 2px 10px;
	width: 50%;
}
.pricing-table .table > tbody > tr > td {
	text-align: center;
}
.table-responsive.mobile {
	margin-bottom: 15px;
}
.table-responsive.mobile tr th:first-child {
	border-right: 1px solid #fff;
	text-align: center !important;
	vertical-align: middle;
}
.body_nav_details img {
	height: 100%;
}
.modal-header {
	border-bottom: 0px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -49px;
	margin-right: -40px;
	font-size: 30px;
	color: #ffffff;
}

.modal-dialog {
	width: 700px;
	margin: 10% auto 0;
	background-image: url('../img/background-modal.png');
	background-repeat: no-repeat;
	height: 500px;
}
.modal-content{
	background: transparent;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.modal-body{
	padding: 30px;
}
.sign-left-side{
	width: 270px;
	float: left;
}

.sign-right-side{
	width: 370px;
	float: left;

}
.sign-text{
	color: #FFFFFF;
}

.sign-left-side p{
	color: #FFFFFF;
}

.sign-contact{
	vertical-align: bottom;
	text-align: center;
	margin-top: 215px;
	font-family: "sui_generis_rg";
	margin-left: -45px;
}
.modal-sign{
	margin-top: 30px;

}
.sign-continue{
	background-color: #ffd00a;
	color: #FFFFFF;
	border-radius: 0;
	border: 0;
}

.for-login{
	border: 1px solid #FFF992;
}
.input-pass{
	margin-top: 15px !important;
}

.forget-link{
	margin-left: 30px;
	margin-top: 5px;
	float: right;
}

.input-details{
	margin-top: 30px !important;
}
.sign-footer{
	font-size: 12px;
}
.or-class{
	text-align: center;
}

.btn-facebook{
	background-color: #4867AA;
	color: #ffffff;
	margin-top: 5px;
}

.btn-google{
	background-color: #CA1D20;
	color: #ffffff;
}
.btn-linkedin{
	background-color: #0077B5;
	color: #ffffff;
}

.social-div{
	margin-top: 50px !important;
}



.table-responsive tr th{
	font-size: 15px !important;
	height: 50px;
	vertical-align: middle;
	margin: 10px 0;
	text-align: center !important;
}


.table-responsive tr th:first-child {
	text-align: left !important;
	padding-left: 5px;
	width: 30%;
}

.table-responsive tr td{
	font-size: 15px !important;
	height: 50px;
	vertical-align: middle;
	margin: 10px 0;
}

.price-condition{
	font-size: 13px;
	text-align: left;
}

.close {
 opacity: .6;
}

.track-modal{
	margin-top: 275px;
}

.modal-tracking{
	background-image: url('../img/track-modal.png');
}


.input-gender{
	margin-top: 20px !important;
}
.input-gender > div{
	width: 50%;
	float: left;
}

.input-gender > label{
	float: left;
	padding: 0;
	width: 100%;
	color: #000;
	font-size: 100%;
}
.blogging{
	padding-left: 0;
	padding-right: 0;
}
.new-post{
	width: 33%;
	float: left;
	background: rgba(202, 205, 209, .7);
	padding: 10px;
	margin-right: 3.1px;
	margin-bottom: 3.1px;
	height: 240px;
}
.new-post p{
	font-size: 16px;
	font-weight: 700;
}
.new-post img{
	height: 150px;
}
.new-post:nth-child(3n+0)
{
	margin-right: 0px;
}

.new-post .btn{
	margin-top: 10px;

}

.location{
	width: 33%;
	float: left;
	background: rgba(202, 205, 209, .7);
	padding: 10px;
	margin-right: 3.1px;
	margin-bottom: 3.1px;;
	height: 248px;
}

.location:nth-child(3n+0)
{
	margin-right: 0;
}
.location img{
	height: 155px;
}

.location .btn{
	margin-top: 10px;
}

.branch-name{
	font-weight: bold;
}

.passwordorforget span{
	float: left;
}

.passwordorforget span:first-child{
	width: 85%;
}

.passwordorforget span:last-child{
	width: 15%;
}

.forget-tag{
	float: right;
	font-size: 14px;
	z-index: -9999;
	cursor: pointer;
	margin-top: 30px;
}

.forget-tag a{
	z-index: -9999;
}

.branch-details{
	padding: 10px;
}
.branch-details p {
	font-size: 13px;
}

.branch-details h4{
	border-bottom: 1px solid rgba(10, 10, 10, 0.3);
	padding-bottom: 5px;
}

.branch-person{
	margin-top: 20px;
}


.body_nav_details ul li{
	margin: 5px 0;
}

.contact-text{
	width: 50%;
	height: 150px;
	color: #000000;
	max-width: 600px;
	max-height: 300px;
}
input[type="file"] {
	color:#fff;
	padding: 0;
}
input[type="submit"] {
	width: 108px !important;
	text-transform: uppercase;
}


.blogging > h4{
	text-align: left;
	float: left;
	margin-left: 0;
}
.branch-location-img {
	height: 460px;
}


.single-content-list {
	background: rgba(202, 205, 209, .7);
	padding: 10px;
	margin-bottom: 15px;
	min-height: 200px;
}
.single-content-list h4 {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
}
.single-content-list p {
	text-align: left;
	color: #333;
}
.single-content-list img, .single-content-details img {
	margin-bottom: 10px;
}
.fixed-height.blogging .col-sm-4:nth-child(3n+1) {
	clear: both;
}


.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    max-width: 350px;
    width: calc(100% - 2em);
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: 400;
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none; /* for box shadows to show on iOS */
    border-bottom: 1px solid #ffd00a;
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #696969;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #ddd;
    font-size: 150%;
}

/* Individual styles */

/* Sae */
.input--sae {
    overflow: hidden;
    width: 340px;
    margin: 0 2em;
	position:relative;
}

.input__field--sae {
    background: transparent;
    width: 100%;
    color: #000;
    padding: 1em 0 0.5em;
    font-weight: 500;
}


.icon--sae {
    position: absolute;
    bottom: 0;
    font-size: 1em;
    opacity: 0.5;
    left: -30px;
    color: #fff;
    pointer-events: none;
    -webkit-transform: translate3d(205px, 0, 0);
    transform: translate3d(205px, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input--sae label{
	font-size: 15px;
	left: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 13px;
	transition: all 0.3s ease 0s;
	margin: 0;
}
.input--sae input:focus ~ label, .input--sae input:valid ~ label {
	top: -2px;
	font-size: 12px;
}

