@charset "utf-8";
/* CSS Document */



p{
	font-size:16px;
	color:#535353;
	font-weight:500;
}

.mob a {
    color: #fff;
}

.offers_box p{
	color:#fff;
}

.offers_box {
    background-color: #0e76bc;
    color: #fff;
}


.welcome p{
	font-size:16px;
	color:#535353;
	font-weight:500;
	line-height: 41px;
}


.dropdown:hover .dropdown-menu {
    display: block;
}



#owl-demo .item{
  display: block;
  padding: 30px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  padding: 5px 9px;
}

.owl-theme .owl-buttons i{
  margin-top: 2px;
}

/*To move navigation buttons outside use these settings:*/

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    background-position: 8px center;
    bottom: 0;
    margin-left: -31px;
}

.owl-theme .owl-controls .owl-buttons .owl-next{
  bottom:0px;
   background-position: -30px center;
}

.services{
	padding-bottom:35px;
}

.services_box {
    float: left;
    padding: 9px;
    text-align: center;
    width: 100%;
}

.owl-buttons {
    float: left;
    margin: 15px 0 0 0;
    padding: 15px 0;
    position: relative;
    width: 100%;
}

h2 {
    color: #202020;
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0 15px;
    text-transform: uppercase;
}

.services, .testimonials {
    
    float: left;
    width: 100%;
}

.services  h2, .services p, .testimonials  p, .testi_name{
	color:#fff;
	min-height: 48px;
}


.welcome {
    float: left;
    margin-bottom: 10px;
    padding: 15px 0 30px;
    text-align: center;
    width: 100%;
}

h1{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
	position:relative;
}

.welcome h1 {
    color: #535353;
    margin-bottom: 40px;
}

.services h1, .testimonials h1 {
    background-color: #0e76bc;
    color: #fff;
    margin: 0 0 40px;
    padding: 20px 0;
    text-align: center;
}

.testimonials{
	text-align:center;
	padding-bottom:25px;
}

.brd {
    border-bottom: 4px double #d2d7dc;
    padding-bottom: 8px;
}

.icon_center{
    background-position: center bottom;
    background-repeat: no-repeat;
    bottom: -24px;
    display: block;
    height: 25px;
    position: absolute;
    width: 100%;
}

.enquire_now h3 {
    color: #8a6c4a;
}



/*.lite_icon {
    background-image: url("../images/lite_icon.png");
}*/

.dark_icon {
    background-image: url("../images/dark_icon.png");
    bottom: -10px;
}


.offers {
    float: left;
    text-align: center;
    width: 100%;
	background-color:#f8f8f8;
}

.offers h1, .brands h1 {
    box-shadow: 0 1px 2px 1px #ccc;
    margin: 0 0 50px;
    padding: 25px 0;
	color:#535353;
}



/*.offers h1 .lite_icon, .brands h1 .lite_icon{
	background-image: url("../images/lite_icon_sh.png");
    bottom: -9px;
	height:30px;
}*/

.offers_box {
    box-shadow: 1px 0 3px 1px #d6d6d6;
    float: left;
    margin-bottom: 45px;
    padding: 0;
    width: 100%;
	text-align:center;
	min-height:446px;
}

.offers_box h3 {
    color: #203552;
    font-size: 62px;
    font-weight: 600;
    margin-bottom: 30px;
}

.offers_box h2 {
    color: #fff;
    font-size: 26px;
}

.offers_box img {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.offers_box:hover{
	background-color:#0e76bc;
}

.offers_box p:hover{
	color:#fff
}


.offers_box:hover.offers_box h3, .offers_box:hover.offers_box h2{
	color:#fff!important;
}


.specialise{
	float:left;
	width:100%;
	padding:15px 0 45px 0;
}

.specialise ul{
	list-style:none;
	padding:0px;
}

.specialise ul li {
    background-image: url("../images/list.png");
    background-position: left 8px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    padding-left: 19px;
	font-size:18px;
	color:#535353;
}

.specialise h3 {
    font-weight: 600;
    margin-bottom: 28px;
}

.brands {
    float: left;
    padding-bottom: 35px;
    text-align: center;
    width: 100%;
	background-color:#f6f5f3;
}


.before_footer {
    background-image: url("../images/bg.jpg");
    color: #fff;
    float: left;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0;
    text-transform: uppercase;
    width: 100%;
}

.before_footer ul {
    float: left;
    list-style: outside none none;
    padding: 0;
	 margin: 10px 0 0 20px;
}

.before_footer ul li{
	float:left;
}

.facebook, .twitter, .google {
    background-image: url("../images/social.png");
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    margin: 0 3px;
    padding: 21px;
	transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-khtml-transition:0.5s;
	-webkit-transition:0.5s;
}

.twitter{
    background-position:-50px top;
}

.google {
    background-position:-100px top;
}


.facebook:hover, .twitter:hover, .google:hover {
	transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-khtml-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
}

.before_footer h3 {
    float: left;
    font-size: 20px;
    font-weight: 600;
}

.before_footer img {
    float: left;
    margin-right: 20px;
}


.book {
    float: right;
    font-size: 22px;
    font-weight: 600;
    margin: 8px 0 0;
    text-transform: uppercase;
}

.footer{
	background-image:url(../images/footer.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	width:100%;
	padding:10px 0px;
	background-size: cover;
}

.footer h3 {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 12px;
    text-transform: uppercase;
}


.col ul {
    float: left;
    list-style: outside none none;
    padding: 0;
}
.col ul li a {
    background-image: url("../images/footerlist.png");
	background-position: left -4px;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	padding-left: 37px;
	/*text-transform: uppercase;*/
	font-weight: 600;
}

.col ul li a:hover {
	text-decoration:none;
}

.col li {
    margin-bottom: 9px;
}


.col p{
	color:#fff;
	/*text-transform:uppercase;*/
}


.map, .call, .mob{
	background-position:left 2px;
	background-repeat:no-repeat;
	padding-left:30px;
}

.map{
	background-image:url(../images/map.png);
	
}

.call{
	background-image:url(../images/call.png);
}

.mob{
	background-image:url(../images/mail.png);
	    background-position: left -2px;
		background-repeat: no-repeat;
		padding-left: 35px;
		margin-left: -4px;
	}


.copyright {
    border-top: 1px solid #3d3d3d;
    float: left;
    margin-top: 35px;
    padding: 10px 0 0 0;
    width: 100%;
	text-align: center;
}

.copy{
	color:#fff;
}

.copy_img{
	float:right;
}

.col {
    float: left;
    width: 100%;
}

.certi {
    margin: 0 auto;
    padding-left: 35px;
    width: 274px;
}


.blue-box {
    background: rgba(32, 53, 82, 0.9) none repeat scroll 0 0;
    height: 100%;
    padding: 25px;
    position: absolute;
    right: 25px;
    top: 0;
    width: 302px;
}

.row-box {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.title-box h3 {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 8px;
    position: relative;
}

.line {
    background-color: #fff;
    bottom: -2px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 45%;
}

.slider{
	position:relative;
	color:#fff;
}

/*.slider p{
	color:#fff;
	text-transform:uppercase;
}*/

.sub_heading{
	background-image:url(../images/sub.jpg);
	background-position:center top;
	background-repeat:repeat;
	color:#fff;
	font-size:22px;
	text-transform:uppercase;
	font-weight:600;
	width:100%;
	float:left;
	padding:50px 0px;
	background-color:#8a6c4a;
	margin-bottom:25px;
}

.sub_container{
	float:left;
	width:100%;
	min-height:550px;
	padding-bottom:35px;
}

.left_img {
    float: left;
    margin-right: 22px;
}

.right_img {
    float: right;
    margin-left: 22px;
}

.sub_container p{
	text-align:justify;
}

.sub_container ul {
	padding:0px;
	display:inline-table;
	list-style:none;
	margin:15px 0;

}


 .offers ul {
	padding:0px;
	display:inline-table;
	list-style:none;
}

.sub_container ul li, .offers ul li{
	color: #fff;
    font-size: 16px;
    font-weight: 500;
	margin-bottom:10px;
	/*background-image:url(../images/list.png);*/
	background-position: left -1px;
	background-repeat: no-repeat;
	/*padding-left: 34px;*/
	margin-left: 6px;
}

.offers ul{
	float:left;
	text-align:left;
}

.row_services {
    border-bottom: 1px solid #dfdfdf;
    float: left;
    padding: 25px 0;
    width: 100%;
}

.sub_container h4 {
    color: #203552;
    font-size: 19px;
    font-weight: 600;
    margin-top: 0;
}

.offer_box{
	color:#333!important;
}


.offer_box {
    position: relative;
	width:100%;
	float:left;
}

.offer_details {
    background-color:rgba(255, 255, 255, 0.95);
    height: 100%;
    top: 0;
    position: absolute;
	right:-100%;
    width: 100%;
	transition:0.2s;
}

.offer_box:hover .offer_details {
	right:0%;
}

.offer_details ul{
	padding-left:15px;
}

.btn_row {
    float: left;
    /*margin-top: 10px;*/
    text-align: center;
    width: 100%;
	padding-bottom:10px;
	background-color:#0e76bc;
}

.apont{
	font-size:14px;
	font-weight:600;
}

h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.con {
    margin-bottom: 50px;
}

.mapd {
    background-image: url("../images/mapd.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.calld {
    background-image: url("../images/calld.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.maild {
    background-image: url("../images/maild.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.phond {
    background-image: url("../images/mob.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.carousel-caption p {
    color: #fff;
    padding: 0;
    text-align: left;
    text-transform: none;
}


.carousel-caption{
max-width: 587px;
}



.pl0 {
    padding-left: 0;
}
.name_input {
    color: #043d62;
    font: bold 14px/30px Verdana,Arial,Helvetica,sans-serif;
    padding-right: 5px;
}

.container_input {
    border: 1px solid #d3d3d3;
    box-shadow: 0 0 0;
    color: #000000;
    font: 13px/21px Arial,"Helvetica Neue",Helvetica,sans-serif;
    margin: 0;
    outline: medium none;
    padding: 10px;
    position: relative;
    width: 100%;
}

.message {
    padding-right: 5px;
}

.full_map {
    float: left;
    height: 0;
    margin: 0 0 25px;
    padding-bottom: 56%;
    position: relative;
    width: 100%;
}
.full_map iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.carousel-caption h3, .carousel-caption h2 {
    font-size: 32px;
    margin-top: 0 !important;
    text-align: left;
	font-weight:400;
	margin-bottom:0;
}


.carousel-caption h2 {
    font-size: 40px;
	color:#fff;
	font-weight:600;
}










@media(max-width:1300px){


.row-box{
	margin-bottom:0px;
}
.blue-box{
	padding:5px 25px 25px;
}
}

@media(max-width:1200px){
.blue-box {
    float: left;
    position: relative;
    right: 0;
    width: 100%;
}

.row-box {
    float: left;
    margin-bottom: 15px;
    margin-right: 2%;
    width: 31%;
}

.carousel-caption {
	
    left: 18px!important;
    padding-bottom: 30px;
    right: 20%;
}

.carousel-caption {
    bottom: 20%;
	
}
}

@media(max-width:900px){
.before_footer h3, .book {
    font-size: 17px;
}

.carousel-caption {
    left: 11%!important;
	right:20%;
}

.name_input, .message {
    width: 100%;
}



}


@media(max-width:800px){
	
.carousel-caption {
    left: 17px;
    padding-bottom: 30px;
    right: 20%;
}
	
.row-box {
    float: left;
    margin-bottom: 15px;
    margin-right:0%;
    width:100%;
}


.cold {
    margin: 0 auto;
    width: 331px;
}

.full_mid {
    float: left;
    margin: 12px 0;
    width: 100%;
}

.before_footer img {
    float: none;
    margin-left: 20px;
	margin-right:0px;
}

.book{
	float:none;
}

.certi{
	padding:0px;
}

.before_footer h3, .book {
    font-size: 20px;
}

}

@media(max-width:600px){
h1 {
    font-size: 20px;
}

}