body{
	font-family:'Rubik';
	font-weight:400;
	font-size:13px;
}

/*Header Starting*/
.header .row{
	margin-right:0px;
    margin-left:0px;
    padding-bottom: 10px;
}
.header .navbar{
	margin-bottom: 0px;
}
.hdcont{
	padding-left: 0px;
	padding-right: 0px;
}
.header .logo{
	padding-top:15px;
}
.navbar-brand a{
	float: none;
}

header .products-nav{
	font-weight:400;
	font-size:17px;
	padding-top:25px;
	letter-spacing:1px;
	}
	.products-align{
		float:right;
	}
	.products-align li.active:after {
    position: absolute;
    bottom: 7px;
    left: 42%;
    height: 2px;
    width: 12px;
    background-color: #f9d003;
    content: '';
}
header .products-nav a{
	color:#009f92;
}

header  .products-nav .nav .dropdown-menu>li>a:focus, 
header  .products-nav .nav .dropdown-menu>li>a:hover{
	background-color:transparent;
	color:#d5248a;	
} 
header  .products-nav .nav>li>a:focus, 
header  .products-nav .nav>li>a:hover{
	background-color:transparent;
	color:#d5248a;	
} 
.tog-btn{
    float:right;
}
.mob-head{
	font-size:18px;
	color:#cd1e86;
	font-weight:500;
	text-align: right;
    padding-top: 35px;
}
	.slide-menu ul li.divider{
 border-top:solid 1px #6c6c6c;
 margin:8px 0 14px;
}

.nav_title{
	color: #a6a6a6;
    font-size: 15px;
    padding-left: 23px;
    margin: 20px 0 5px;
    text-transform: uppercase;
}



/*Carousel Start*/
#mainSlider .owl-carousel .owl-item{
	position:relative;
	
}

#mainSlider .carousel-control{
	background-image:none;
	top:50%;
}

#mainSlider .banner-caption{
	background: rgba(255,255,255,0);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 5%, rgba(255,255,255,0.9) 20%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0.3) 95%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(5%, rgba(255,255,255,0.4)), color-stop(20%, rgba(255,255,255,0.9)), color-stop(80%, rgba(255,255,255,0.8)), color-stop(95%, rgba(255,255,255,0.3)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 5%, rgba(255,255,255,0.9) 20%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0.3) 95%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 5%, rgba(255,255,255,0.9) 20%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0.3) 95%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 5%, rgba(255,255,255,0.9) 20%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0.3) 95%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 5%, rgba(255,255,255,0.9) 20%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0.3) 95%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	position:absolute;
	width:700px;
	top:105px;
	left:400px;
	padding: 20px;
	text-shadow:none;
}
#mainSlider .banner-caption .capt{
	padding: 30px 60px 40px 60px;
}
#mainSlider .banner-caption .capt h1{
	font-size:48px;
	font-family:'Source Serif Pro';
	font-weight:400;
	background: -webkit-linear-gradient(left,#007176 15% , #e5037f);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0px;
}
#mainSlider .banner-caption .capt p{
	font-size:16px;
	color:#454545;
	font-weight: 400;
        line-height: inherit;
    margin-bottom: 20px;
}
#mainSlider .banner-caption .capt .btn{
	font-size: 20px;
    padding: 15px 30px;
    border-radius: 0;
    background: -webkit-linear-gradient(left, #007176 35%, #e5037f 86%);
    color: white;
	font-weight: 400;
    border: none;
}
#mainSlider .banner-caption .capt .btn:hover{
	 background: -webkit-linear-gradient(left, #e5037f 14%, #007176 86%);
}
#mainSlider .carousel-indicators .active{
	border-color:#e63935!important;
	background-color:#e63935!important;
}
#mainSlider .owl-prev{
	position: absolute;
	top: 40%;
	left: 0px;
	background: none;
	font-size: 61px;
}
#mainSlider .owl-next{
	position: absolute;
	top: 40%;
	right: 0px;
	background: none;
	font-size: 61px;
}
.rightthemify{
	font-size:80px;
}
.leftthemify{
	font-size:80px;
}
.owl-carousel .owl-item {
	width:100%;
}

/*Looking For Painters*/
.intro{
	
	padding-top:80px;
}
.looking-intro h4{
	font-size:30px;
	color:#88307b;
	font-family:'Source Serif Pro';
	font-weight:700;
	line-height: 40px;
    padding-bottom: 20px;
}
.error
{
	color: red;
}
.looking-intro p{
	font-size:24px;
	color:#00b38a;
	line-height: 40px;
}
.intro1 p{
	color:#898989;
	font-size:16px;
	padding-left:40px;
	line-height:35px;
	letter-spacing:1px;
	text-align: justify;
}
.index-know-btn{
	margin-top: 20px;
}
.index-know-btn a{
	font-size: 14px;
	color: #848080;
}
.index-know-btn a:hover{
	text-decoration: underline!important;
	color: #848080;
}
.index-know-btn a:focus{
	text-decoration: underline;
}

/*What we provide?*/
.provide-part{
	height:auto;
    margin-top: 70px;
    background: linear-gradient(to top right, #a8207c 41%, #ee760c);
	background: -webkit-linear-gradient(top right, #a8207c 41%, #ee760c); 
    background: -o-linear-gradient(to top right, #a8207c 41%, #ee760c); 
    background: -moz-linear-gradient(to top right, #a8207c 41%, #ee760c%); 
}
.provide-part p{
	font-size:16px;
	text-align:center;
	color:white;
}
.provide-part h4{
	font-size:30px;
	font-family:'Source Serif Pro';
	font-weight:400;
	text-align:center;
	color:white;	
}
.provide-part .caption{
	text-align:center;
	padding:15px 35px;
}
.provide-part .interior-thumb a{
	color:#005f8f;	letter-spacing:1px;
	font-family:'Source Serif Pro';
	font-weight:400;
	font-size: 25px;
}
.provide-part .exterior-thumb a{
	color:#00aa87;	letter-spacing:1px;
	font-family:'Source Serif Pro';
	font-weight:400;font-size: 25px;
}
.provide-part .cleaning-thumb a{
	color:#c5127e;	letter-spacing:1px;
	font-family:'Source Serif Pro';
	font-weight:400;font-size: 25px;
}
.provide-part1{
	padding-top:90px;
	padding-bottom:90px;
}
.provide-part1 h4{
	padding-bottom:20px;
}
.provide-part1 p{
	padding-bottom:10px;
	padding-top:10px;
}
.provide-part1 .caption p{
	color:#868686;
	text-align:center;
	line-height:27px;
}
.provide-part1 .thumbnail{
	border:none;
	padding:0;
}
.provide-part1 .thumbnail img{
		width:100%;
}
.provide-part2 p{
	padding-bottom:35px;
	font-weight
}
.provide-part2{
	padding: 0px 200px;
}


/*What Choose Us?*/
.what-choose{
	background-color:#e4e4e4;
}
.what-choose1{
	padding-bottom:40px;
	padding-top:40px;
}
.col-bk{
	margin-top: 45px;
	margin-right:50px;
	    margin-bottom: 45px;
}
.what-choose .col-bk h2{
	font-size:30px;
	color:#88307b;
	font-family:'Source Serif Pro';
	font-weight:400;
	padding-bottom:20px;
}
.line-hyt{
    line-height: 30px;
    margin-top: 5px;
}
.what-choose .col-bk p{
	font-size:18px;
	color:#868686;
	font-weight:300;
}
.what-choose .get-list{
	line-height:45px;
}
.what-choose .col-bk img{
	padding-right:10px;
	color: #ae7aa6;
	padding-top:13px;
}
.what-choose .col-bk .media{
	margin-top: 0px;
}
.what-choose1 .btn{
	font-size:20px;
	padding: 15px 30px;
	border-radius: 0;
	background: linear-gradient(to right, #007176 35%, #e5037f 86%);
	background: -webkit-linear-gradient(left, #007176 35%, #e5037f 86%); 
    background: -o-linear-gradient(to right, #007176 35%, #e5037f 86%); 
    background: -moz-linear-gradient(to right, #007176 35%, #e5037f 86%); 
	color:white;
	border:none;
	margin-top:30px;
}
.what-choose1 .btn:hover{
	background: linear-gradient(to right, #e5037f 14%, #007176 86%);
	background: -webkit-linear-gradient(left, #e5037f 14%, #007176 86%); 
    background: -o-linear-gradient(to right, #e5037f 14%, #007176 86%); 
    background: -moz-linear-gradient(to right, #e5037f 14%, #007176 86%); 
}
.what-choose1 .testimonials{
	font-size: 30px;
    color: #88307b;
    font-family: 'Source Serif Pro';
    font-weight: 400;
        margin-top: 45px;
    text-align: center;
}
.carousel2 .block-text{
	padding: 20px 40px;
    border: 1px solid #dbdbdb;
    height: 300px;
    background-color: white;
}
.block-text h6{
	text-align: center;
    color: #898989;
        margin-top: 20px;
}
.block-text h2{
	color:#00b38a;
	text-align:center;
	font-weight:500;
	font-size:24px;
	    margin-bottom: 25px;
}
.block-text p{
	color:#898989;
	text-align:center;
	font-weight:300;
	font-size:18px;
	line-height: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background:#00b38a;
}
.owl-theme .owl-dots .owl-dot span{
	background:#efefef;
	border-color:#909090;
}


/*brands*/
.col-bk3{
	padding-top:36px;
}
.col-bk3 .legacymills{
	padding-top:17px;
}
.col-bk3 .milliken{
	padding-top:30px;
}
.col-bk3 .albyns{
	padding-top:35px;
}


.home-banner{
	
	background-image: url(../images/bg.png)!important;
	background-repeat: no-repeat;
	width:100%!important;
	background-size: cover;
	margin-top:36px;
	margin-bottom: 50px;
}
.home-banner img{
	padding-top: 49px;
}
.home-banner .enq-form{
	color:white;
	padding-top:111px;
}
.home-banner .enq-form h4{
	font-size:36px;
	font-family:'Source Serif Pro';
	font-weight:400;
	margin-bottom:15px;
}
.home-banner .enq-form p{
	font-size:16px;
	margin-bottom:40px;
}
.form-radio label{
	margin-bottom:40px;
	font-size:18px;
	font-weight:300;
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 33px;
  width: 33px;
  transition: all 0.15s ease-out 0s;
  background: white;
  border: 2px solid #b7e6cd;
  color: #007c52;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: white;
}
.option-input:checked::before {
  height: 34px;
  width: 28px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 20.66667px;
  text-align: center;
  line-height: 32px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
  margin-right:20px;
}

.option-input.radio::after {
  border-radius: 50%;
}
.home-banner .enq-form .m-gap {
    border: inherit!important;
    box-shadow: inherit!important;
    border-radius:0px;
	margin-bottom:30px;
	height:50px;
}
.home-banner .enq-form .cntc-frm {
	height: 100px !important;
  	border: inherit!important;
    box-shadow: inherit!important;
    border-radius: 0px;
	padding-top:12px;
}
.home-banner .enq-form .btn{
	font-size:20px;
	font-weight:500;
	padding: 18px 36px;
	border-radius: 0;
	background: linear-gradient(to right, #007176 35%, #e5037f 86%);
	background: -webkit-linear-gradient(left, #007176 35%, #e5037f 86%); 
    background: -o-linear-gradient(to right, #007176 35%, #e5037f 86%); 
    background: -moz-linear-gradient(to right, #007176 35%, #e5037f 86%); 
	color:white;
	border:none;
	margin-top: 10px;
	letter-spacing:2px;
}
.home-banner .enq-form .btn:hover{
	background: linear-gradient(to right, #e5037f 14%, #007176 86%);
	background: -webkit-linear-gradient(left, #e5037f 14%, #007176 86%); 
    background: -o-linear-gradient(to right, #e5037f 14%, #007176 86%); 
    background: -moz-linear-gradient(to right, #e5037f 14%, #007176 86%); 
}


/*Contact Us Page*/

.map-col{
	position: relative;
}
.map-caption {
	position: absolute;
    background: rgba(255,255,255,0.6);
    width: 100%;
        bottom: 0;
    left: 0;
    right: 0;
}
.map-caption  h1{
	background: -webkit-linear-gradient(left,#007176 0% , #e5037f 23%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size:48px;
	font-family:'Source Serif Pro';
font-weight:400;
}
.contact-ban{
	background-color:#e7e79f;
	    margin-bottom: 50px;
}
.cont-inf{
	padding-top: 40px;
    padding-bottom: 60px;
}
.touch-inf h4 {
font-size:24px;
font-family:'Source Serif Pro';
font-weight:700;
color:#414141;
margin-top: 37px;
margin-bottom: 14px;
word-spacing: 3px;
} 
.touch-inf p {
font-size: 16px;
color:#414141;
font-weight:300;
margin-bottom: 35px;
word-spacing: 2px;
text-align: justify;
}
 .m-gap {
    border: inherit!important;
    box-shadow: inherit!important;
    border-radius:5px;
	margin-bottom:30px;
	height:50px;
}
.cntc-frm {
	height: 100px !important;
  	border: inherit!important;
    box-shadow: inherit!important;
    border-radius: 5px;
	padding-top:12px;
}
.cont-inf .btn{
	font-size:20px;
	padding: 20px 45px;
	border-radius: 0;
	background: linear-gradient(to right, #007176 35%, #e5037f 86%);
	background: -webkit-linear-gradient(left, #007176 35%, #e5037f 86%); 
    background: -o-linear-gradient(to right, #007176 35%, #e5037f 86%); 
    background: -moz-linear-gradient(to right, #007176 35%, #e5037f 86%); 
	color:white;
	font-weight:500;
	border:none;
	margin-top: 30px;
    float: right;
	letter-spacing:2px;
}
.cont-inf .btn:hover{
	background: linear-gradient(to right, #e5037f 14%, #007176 86%);
	background: -webkit-linear-gradient(left, #e5037f 14%, #007176 86%); 
    background: -o-linear-gradient(to right, #e5037f 14%, #007176 86%); 
    background: -moz-linear-gradient(to right, #e5037f 14%, #007176 86%); 
}
.contct-details1 h1{
	background: -webkit-linear-gradient(left,#007176 0% , #e5037f 26%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size:48px;
	font-family:'Source Serif Pro';
font-weight:400;
}
.contct-details1 h5{
	font-size: 18px;
    color: black;
    font-weight: 700;
	margin-bottom:15px;
}
.contct-details1{
	 margin-top: 60px;
}
.contct-details1 h6{
	font-size: 18px;
    color: black;
    font-weight: 300;
	margin-bottom:25px;
}
.contct-details1 hr{
	    border-top: 1px solid #e7d6e5;
}
.contct-details2 {
	font-size: 18px;
    color: black;
    font-weight: 400;
	    margin-bottom: 40px;
    margin-top: 15px;
}
.contct-details2 li a{
    text-decoration: none;
	color: black;

}


/*Services Page*/

.services-imgs img{
	display: block;
    margin: 0 auto;
}
.services-imgs h4{
	text-align: center;
	}
	.services-imgs a{
	text-align: center;
	display: block;
	color: #848080;
	margin-bottom: 40px;
	font-size: 16px;
	}
	.services-imgs-last{
		margin-bottom: 0;
	}
.tab-content .row{
	margin-right: 0px;
    margin-left: 0px;
}
.services-head .row{
	margin-right: 0px;
    margin-left: 0px;
}
.services-head .nav-pills li  a{
	background-color:transparent;
}
.services-head .nav-pills li  a:hover{
	background-color:transparent;
}
.services-head .nav-pills li  a:focus{
	background-color:transparent;
}
.services-head{
	position: relative;
}
.serv-head{
	position: absolute;
	top: 27px;
	z-index: 2;
	width: 100%;
    background: rgba(0,0,0,0.7);
    left: 0;
    right: 0;
    top: 0;
   
}
.serv-head li{
	padding-right: 20px;
}
.serv-head li a{
	font-size: 16px;
	color: white;
	text-decoration: none;
}
.serv-head li.active a::after {
    position: absolute;
    bottom: 0px;
    left: 29%;
    height: 2px;
    width: 100px;
    content: '';
    background: -webkit-linear-gradient(left,#007176 36% , #e5037f 46%);
}
.inner-banner{
	position:absolute;
	background: rgba(255,255,255,0.6);
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
}
.inner-capt h4{
	font-size:48px;
	background: -webkit-linear-gradient(left,#007176 0% , #e5037f 23%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family:'Source Serif Pro';
  font-weight:400;
}
.about-img{
	position: relative;
}
.inner-capt-about h4{
	font-size:48px;
	background: -webkit-linear-gradient(left,#007176 0% , #e5037f 23%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family:'Source Serif Pro';
  font-weight:400;
}
 .services-img{
	position: relative!important;
	margin-bottom: 40px;
}
.services-slider{
	position:absolute;
	background: rgba(255,255,255,0.6);
    width: 100%;
    left: 0;
    right: 0;
    bottom:  0;
}
.services-cont{
	padding-top:0px;
	padding-bottom:0px;
}
.services-details1 h3{
	font-size:30px;
	color:#88307b;
	margin-bottom:30px;
		font-family:'Source Serif Pro';
font-weight:700;
}
.services-details1 h4{
	font-size:24px;
	color:#00b38a;
	margin-bottom:18px;
}
.services-details1 p{
	font-size:16px;
	color:#7e7e7e;
	line-height:36px;
	text-align: justify;
}
.services-details1 ul li b {
    color: #7e7e7e;
}
.services-details1 ul{
    padding-left:15px;
}
.services-details1 ul li{
    font-size:15px;
}
.services-details1 hr{
	margin-bottom:60px;
	margin-top:60px;
	border-top: 1px solid #d5d5d5;
}
.services-details2 h5{
	font-size:24px;
	color:#88307b;
	font-family:'Source Serif Pro';
	font-weight:700;
}
.services-details2-p1{
	    padding-left: 0;
    padding-right: 60px;
}
.services-details2 p{
	font-size:16px;
	color:#7e7e7e;
	line-height:36px;
	font-weight: 400;
	padding-top: 30px;
	text-align: justify;
}
.work{
	padding-left: 0;
}
.services-details2 .work p{
	color:#00b38a;
	font-weight:500;
}
.req-xs-btn .btn{
	font-size: 20px;
	font-weight:500;
    padding: 20px 40px;
    border-radius: 0;
    background: -webkit-linear-gradient(left, #007176 35%, #e5037f 86%);
    color: white;
    border: none;
	letter-spacing:1px;
	margin-top: 60px;
}
.req-xs-btn .btn:hover{
	 background: -webkit-linear-gradient(left, #e5037f 14%, #007176 86%);
}
 .services-contct {
	    padding-top: 80px;
    font-size: 20px;
    color: #957587;
}
 .services-contct  li{
	font-weight: 300;
}
.services-contct  li a{
	    color: #e6037f;
    text-decoration: none;
    font-weight: 500;
}
.services-details1 hr{
	margin-bottom:50px;
	margin-top:55px;
	border-top: 1px solid #d5d5d5;
}

.services-thumbnail .caption a{
	font-size: 22px;

}
.services-thumbnail{
	padding-top:64px;
	padding-bottom:90px;
	text-align: center;
}

.services-thumbnail p{
	padding-bottom:10px;
	padding-top:10px;
}
.services-thumbnail .caption p{
	color:#868686;
	text-align:center;
	line-height:27px;
}
.services-thumbnail .thumbnail{
	padding:0;
}
 .services-thumbnail.thumbnail img{
		width:100%;
}
.services-bottom hr{
	border-top: 1px solid #cccccc;
	margin-top: 60px;
    margin-bottom: 40px; 
}

/*Services pages2*/
.ser-page-text{
	margin: 0;
}
.serv-page-capt{
	    position: absolute;
    background: rgba(255,255,255,0.6);
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}
.serv-page-btm{
	margin-bottom: 50px;
}

/*Aboutus page*/

figure {
    margin: 1em 0px;
}
.gallery-bg{
	    background-color: #e4e4e4;
	    padding-bottom: 70px;
	    padding-top: 70px;
	    margin-bottom: 50px;
}

.gal-img{
	margin-bottom: 30px;
}
.about-cont{
	
	padding-bottom:70px;
}
.about-details1{
	margin-top: 40px;
}
.about-details1 h3{
	font-size:30px;
	color:#88307b;
	margin-bottom:30px;
		font-family:'Source Serif Pro';
font-weight:700;
}
.about-details1 h4{
	font-size:24px;
	color:#00b38a;
	margin-bottom:40px;
}
.about-details1 p{
	font-size:16px;
	color:#7e7e7e;
	line-height:36px;
	text-align: justify;
}
.about-details2 h5{
	font-size:24px;
	color:#88307b;
	font-family:'Source Serif Pro';
	font-weight:700;
}
.about-details2 p{
	font-size:16px;
	color:#7e7e7e;
	line-height:36px;
	font-weight: 400;
	padding-top: 10px;
	text-align: justify;
}
.about-details3 p{
	font-size:16px;
	color:#7e7e7e;
	line-height:36px;
	font-weight: 400;
	padding-top: 10px;
	
	text-align: justify;
}
.about-details4 p{
	font-size:16px;
	color:#7e7e7e;
	line-height:36px;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 40px;
	text-align: justify;
}
.about-work p{
	color:#00b38a;
	font-weight:500;
}


/*Footer*/

.foot-col hr{
	border-top: 1px solid #cccccc;
	margin-top: 60px;
    margin-bottom: 40px; 
}
.foot-col{
	padding-bottom:50px;
}
.foot-col h3{
	font-size:24px;
	font-weight:700;
	padding-bottom:30px;
	color:black;
}
.footer-bottom hr{
	border-top: 1px solid #cccccc;
	margin-top: 40px;
    margin-bottom: 40px;
}
.foot-col1 a{
	text-decoration:none;
	color:black;
	font-size:16px;
	padding: 0px;
}

.foot-col1 a:hover{
	text-decoration: underline;
}
.foot-col1 li{
	padding-bottom:10px;
	font-size:16px;
}
.foot-col1 img{
	padding-right:15px;
}
.foot-col .foot-bottom{
	text-align:center;		
}
.foot-col .foot-bottom h4{
	font-size:16px;
	margin-bottom: 20px;
}
.foot-col .foot-bottom h5{
	font-size:14px;
}
.foot-col .foot-bottom h5 a{
    color:unset;
}
.foot-col .foot-bottom h5 a:hover{
    color:#337ab7;
}
.foot-col1 strong{
	padding-right: 5px;
}

/*Enquiry form*/

.mod-dia {
    width: 45%;
    padding-left: 0px;
    padding-right: 0px;
}
.mod-hed {
    border-bottom: none;
    margin-top: 23px;
}
.modal-top .btn{
	background-color: transparent;
	border:none;    font-size: 20px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer; 
}
.modal-top .cls{
	padding-top: 15px;
	padding-right: 15px;
}
.mod-tit {
    text-align: center;
}
.frm-inf {
    margin-left: 18%;
}
.input-lg {
    margin-bottom: 20px;
}
.chk-inf-last{
	    margin-bottom: 20px;
}
.chk-inf .checkbox #checkbox1{
	margin-left: 0px;
	margin-top: 3px;
}
.sh-inf {
    margin-top: 0px;
}
.mod-foo {
    border-top: none;
}
.btn_sub {
	color: white;
    background: linear-gradient(to right, #007176 35%, #e5037f 86%);
	background: -webkit-linear-gradient(left, #007176 35%, #e5037f 86%); 
    background: -o-linear-gradient(to right, #007176 35%, #e5037f 86%); 
    background: -moz-linear-gradient(to right, #007176 35%, #e5037f 86%); 
    font-size: 16px;
    padding: 12px 28px;
    margin-right: 18%;
    margin-bottom: 19px;
    margin-top: 19px;
    border-radius: 0px;
    border: none;
}
.btn_sub:hover{
	color: white;
background: linear-gradient(to right, #e5037f 14%, #007176 86%);
	background: -webkit-linear-gradient(left, #e5037f 14%, #007176 86%); 
    background: -o-linear-gradient(to right, #e5037f 14%, #007176 86%); 
    background: -moz-linear-gradient(to right, #e5037f 14%, #007176 86%); 
}






* {
  box-sizing: border-box;
}
#about-gallery .row > .column {
  padding: 0 8px;
}
#about-gallery h3{
	text-align: center;
	font-size: 25px;
	padding-bottom: 25px;
	color: #88307b;
	margin: 0;
}
#about-gallery .row:after {
  content: "";
  display: table;
  clear: both;
}

 .column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
#about-gallery .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
#about-gallery .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
#about-gallery .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

#about-gallery .close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
#about-gallery .mySlides {
  display: none;
}
#about-gallery .mySlides img{
height: 600px;
}
/* Next & previous buttons */
#about-gallery .prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
#about-gallery .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#about-gallery .prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
#about-gallery .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
#about-gallery .caption-container {
  text-align: center;
  background-color: black;
      padding: 13px 16px 1px 16px;
  color: white;
}
.bottom-thumbnail .column img{
	padding: 5px;
}
#about-gallery img.demo {
  opacity: 0.6;
}

#about-gallery .active,
.demo:hover {
  opacity: 1;
}

#about-gallery img.hover-shadow {
  transition: 0.3s
}

#about-gallery .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}









