@font-face {
    font-family: 'majallab';
    src:url(../fonts/majallab.ttf);
    font-weight: normal;
    font-style: normal;
}
body {
	background: #015f7b;
	color: #2c2c2c;
	font: 400 13px/24px Arial, Helvetica, sans-serif;
}
.container {
	background: #e7f2f6;
	max-width: 1000px;
	padding: 0 15px 15px;
}
h2{
	color: #C37012;
	font-family: majallab;
	font-size: 21px;
	font-weight: normal;
	padding: 2px;
	margin: 0 0 6px;
}
h3 {
    color: #c37012;
    font-family: majallab;
    font-size: 24px;
    font-weight: normal;
}
p {
    color: #2c2c2c;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 22px;
    text-align: justify;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
/*Header*/
header {
	background: #015f7b;
	border-radius: 0 0 10px 10px;
	margin-bottom: 15px;

}
.biz-logo {
    padding-bottom: 10px;
}
.nav-top {
    margin-top: 40px;
}
.nav-top p {
	color: #fff;
	font-family: majallab;
	font-size: 28px;
	padding-bottom: 10px;
}
.nav-top p span {
	color: #df781b;
    text-shadow: -1px -1px 0 #494949, 1px -1px 0 #494949, -1px 1px 0 #494949, 1px 1px 0 #494949;
}
.nav-top p.repair {
	color:#e3d713;
	font-size:24px;
}
.navigation {
    margin-top: 43px;
}
.navbar-default {
    background-color: #017ba0;
	border:1px solid #0194c0;
	border-bottom:none;
	border-bottom-right:none;  
	-webkit-border-radius: 10px 0 10px 0;	
	-moz-border-radius: 10px 0 10px 0;	
	border-radius: 10px 0 10px 0;

}
.nav.navbar-nav {
    padding: 10px 0;
}
.navbar {
	margin-bottom: 0;
	min-height: 30px;
}
.navbar-default .navbar-nav > li > a {
    border-right: 1px solid #fff;
    color: #fff;
    line-height: 0;
    padding: 7px 18px;
}
.navbar-default .navbar-nav > li > a:hover,
.homepage .navbar-default .navbar-nav > li.nav-home a,
.appliances_sale .navbar-default .navbar-nav > li.nav-sales a,
.servicepage .navbar-default .navbar-nav > li.nav-service a,
.gallerypage .navbar-default .navbar-nav > li.nav-gallery a,
.contactpage .navbar-default .navbar-nav > li.nav-contact a{
	color: #df781b;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	transition: all 1s ease;
}


.banner {
    background: #fff;
    border: 1px solid #cfcdcd;
    border-radius: 10px;
	margin-bottom: 10px;
    padding: 3px;
}
.welcome-section {
	background: #fff;
    border: 1px solid #b0cbd3;
    border-radius: 10px;
	margin-bottom: 10px;
    padding: 20px;
}
.appliance-list > p {
	color:#656464; 
	font-weight:bold;
}
.appliance-list > ul {
    padding-left: 12px;
}
.appliance-list li {
    color: #6a6a6a;
    font-weight: bold;
    list-style: disc;
}
.welcomr-rt a {
    color: #df781b;
}
.pernith-lt {
    float: left;
    font-size: 12px;
    margin-right: 2%;
    width: 49%;
}
.pernith-rt {
	float: left;
	font-size: 12px;
    width: 49%;
}
.pernith-lt li::before,
.pernith-rt li::before {
    content: "-";
    left: 2px;
    position: absolute;
}
.pernith-lt ul li,
.pernith-rt ul li{
    list-style: none;
    padding-left: 14px;
	position: relative;
}
.right-top,
.rt-btm {
    background: #fff;
	border: 1px solid #b0cbd3;
    border-radius: 10px;
	margin-bottom: 10px;
}
.why-choose > h2,
.rt-btm > h2 {
	background: url(../images/right-content-header-bg.jpg) repeat-x;
    border-radius: 10px 10px 0 0;
    color: #c37012;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
	padding: 7px 0;
    text-align: center;
}
.why-choose > ul {
    padding: 0 0 10px 38px;
}
.why-choose li {
	 color: #017ba0;
    font-family: Arial,Gadget,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 27px;
    list-style: url(../images/checkbox.jpg);
    padding-left: 8px;
	
}
.service-img-top {
    padding-bottom: 20px;
}
.service-img-top img {
    margin: 0 auto;
}
.service-img-pay {
    background: url(../images/service-we-accept.jpg) no-repeat center top;
    padding: 30px 0 20px;
	 text-align: center;
}
.rt-btm > ul,
.open-hour > ul {
	margin-bottom: 15px;
    padding-left: 20px;
}

.rt-btm li::before {
    content: "\f101";
	font-family:'FontAwesome';
    left: -10px;
    position: absolute;
}
.rt-btm li {
	color: #595959;
    position: relative;
}
.rt-btm li a {
	color: #595959;
}
.open-hour {
    background: rgba(0, 0, 0, 0) url("../images/opening-hours.jpg") no-repeat scroll center top;
    padding: 32px 0 7px;
}
.footer-tp {
	background: #fff;
	border: 1px solid #b0cbd3;
	border-radius: 10px;
	margin-bottom: 14px;
	padding: 5px;
}
.ft-nav li {
    display: inline-block;
}
.ft-nav a {
    border-right: 1px solid #817d7d;
    color: #505050;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 0;
    padding: 0 8px;
}
.ft-main p {
    color: #6a6a6a;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
.powered > p {
    text-align: right;
}
.powered a {
	color:#015F7B;
}
/*Sales Page*/
.lt-content.content {
    background: #fff;
    border: 1px solid #b0cbd3;
    border-radius: 10px;
	margin-bottom: 10px;
    padding: 14px 20px;
}
.lt-content.content h2 span {
	color: #2C2C2C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;  
}
.fridge-info h3 {
	margin: 5px 0;
    text-align: center;
}
.table > thead > tr > th,
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border: none;
	padding: 3px;
}
th {
	color:#006A84;
	font-family:Arial, Helvetica, sans-serif; 
    font-size:15px; 
	font-weight:bold; 
	text-decoration:underline;
}
.table {
	margin-bottom: 0;
}
/*Service Page*/
.row.pading {
    padding: 4px 0;
}
.serv-text p span {
	color: #006A84;
	font-weight: bold;
}
/*Gallery Page*/
.gallery img {
    margin: 0 auto !important;
}
.col-md-4.col-sm-6.col-xs-6.gallery {
    margin: 0 0 18px;
}
.form-horizontal .control-label {
	text-align: left;
}
label {
	font-weight: 400;
}
.form-control {
    border-radius: 0;
	box-shadow: none;
    font-size: 13px;
    height: 28px;
    transition: none;
}
iframe {
    width: 100%;
    height: 256px;
}
.captcha-sec img {
    margin-bottom: 15px;
}
.code-sec .input {
    border: 1px solid #ccc;
    height: 34px;
    padding: 6px 12px;
    width: 120px;
}
.submit {
    background: rgba(8, 162, 208, .7);
    border: medium none;
    color: #fff;
    margin: 15px 0 5px;
    padding: 5px 20px;
}

/*Scroll Top*/
.scrollToTop {
	bottom: 0;
	color: #fff;
	display: none;
	padding: 10px;
	position: fixed;
	right: 0;
	text-align: center;
	text-decoration: none;
	z-index: 99;
}
.fa.fa-caret-up {
	background: rgba(8, 162, 208, .7);
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	height: 35px;
	padding-top: 8px;
	width: 35px;
}
.fa.fa-caret-up:hover {
	background: rgba(141, 221, 245, .7);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	transition: all 1s ease;
}
