@charset "utf-8";
/* CSS Document */

body{font-family: 'Heebo', sans-serif; outline:none;}
*,ul,h1,h2,h3,h4,h5,h6,p{ margin:0; padding:0;}
li{ list-style:none;} 
*outline: none;

.header-top{
	padding:11px 0px;
	background:#393939;
}
.social{
	padding:0;
}
.social ul{
}
.social ul li{
	color:#dedede;
	font-size:14px;
	display:inline-block;
    margin-right: 25px;
}
.social ul li a{
	text-decoration:none;
	color:#dedede;
}
.social ul li:last-child{
	margin-right:0px;
}
.social ul li:first-child {
	background:url(../images/home.png) left center no-repeat;
	padding-left:22px;
}
.social ul li:nth-child(2) {
	background:url(../images/whatsapp.png) left center no-repeat;
	padding-left:22px;
}
.social ul li:nth-child(2) a{
	cursor:text;
}
.social ul li:nth-child(3) {
	background:url(../images/mail.png) left center no-repeat;
	padding-left:22px;
}
.social ul li:nth-child(4) {
	background:url(../images/phone.png) left center no-repeat;
	padding-left:22px;
}
.social ul li:nth-child(4) a{
	cursor:text;
}
.social ul li:last-child {
}
.social ul li:last-child img{
	padding-left:5px;
	transition:0.2s ease-in-out;
}
.social ul li:last-child:hover img{
    animation: bounce 1s ease;
    animation-iteration-count: 1;
}

.book-serivice{
	padding: 0;
    float: right;
    margin-top: -47px;
}
.book-serivice a{
	text-decoration:none;
	color:#fff;	
	padding: 20px 62px 15px 26px;
	background:url(../images/form.png) right center no-repeat;
	background-color:#0ebbb1;
	background-position: 176px;
	font-size:14px;
	text-transform:uppercase;
	text-align: center;
    float: right;
	transition:0.1s ease-in-out;
}
.book-serivice a:hover{
	background-color:#13c8be;
}

.header-bottom{
	padding:0;
	z-index: 2;
}
.logo{
	padding:0;
}
.menu{
	padding:0;
}
.banner{
	padding:0;
	z-index: 1;
}

.welcome{
	padding:0;
	margin-top: 100px;
}
.welcome-left{
	padding:0;
}
.welcome-left h2{
	text-align:right;
	font-size:13px;
	color:#0ebbb1;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:2px;
    line-height: 20px;
}
.welcome-left h2:after{
	content:'';
	border-bottom:2px solid #d2d2d2;
	width:50px;
	display:block;
	float: right;
    margin: 30px 0px 25px 0px;
	margin-left: 84%;
}
.welcome-left h1{
	text-align:right;
	font-size:29px;
	color:#4e4e4e;
	text-transform:uppercase;
	font-weight:600;
}
.welcome-left h1 span{
	font-size:19px;
	line-height:28px;
}
.welcome-mid{
	padding:0px 40px;
}
.welcome-mid p{
	font-size:15px;
	color:#393939;
	line-height:28px;
    text-align: justify;
	margin-bottom:10px;
}
.welcome-mid p span{
	color:#f75151;
	font-weight: 500;
}

.welcome-right{
	padding:0;
}
.welcome-right img{
	width:100%;
}
.what-we-do{
	padding:0;
	background:#f2f2f2;
    margin-top: 70px;
	padding:70px 0px;
}
.what-we-do h2{
	padding:0;
	font-size:29px;
	color:#2e2e2e;
	text-transform:uppercase;
	font-weight:600;
	line-height:28px;
	margin-bottom: 40px;
}
.what-we-do h2 span{
	font-size:19px;
    margin-left: 6%;
}
.what-we-do h2:after{
	content:'';
	border-bottom:1px solid #d7d7d7;
	display:inline-block;
	width:82%;
	margin-left: 20px;
}

.owl-carousel a{ 
	text-decoration:none;
}
.owl-carousel p{
	text-align:center;
	background: #fff;
	color:#313131;
    padding: 20px 0px;
	font-size:17px;
	font-weight:600;
	text-transform:uppercase;
	line-height: 26px;
}
.owl-carousel span{
	text-align:center;
	font-size:13px;
	font-weight:400;
	text-transform:capitalize;
}
.owl-nav {
    display: inline-block;
    float: right;
}
.owl-prev{
	background:url(../images/left.png) center no-repeat;
    width: 30px;
    height: 30px;
	cursor:pointer;
	transition:0.2s ease-in-out;    
    margin-top: -416px;
}
.owl-prev:hover{
	background:url(../images/left-c.png) center no-repeat;
}
.owl-next{
	background:url(../images/right.png) center no-repeat;
    width: 30px;
    height: 30px;
	cursor:pointer;
	transition:0.2s ease-in-out;
    margin-left: 35px;
    margin-top: -30px;
}
.owl-next:hover{
	background:url(../images/right-c.png) center no-repeat;
}

#image-hover {
}

.overlay {
  position: absolute;
  bottom: 66px;
  left: 0;
  right: 0;
  background-color: rgba(14, 187, 177, 0.85);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .4s ease;
}

.home-services:hover #image-hover .overlay {
  height: 80%;
}

.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 94%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.home-services:hover p{
	color:#0ebbb1;
}
.home-services:hover span{
	color:#313131;
}
.brandsnew { }

.button {
    display: inline-block;
    position: relative;
	margin-top:20px;
    padding: 10px 30px;
    border: 2px solid #0ebbb1;
    overflow: hidden;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    outline: none;
    color: #0ebbb1;
    background: transparent;
    font-family: 'raleway', sans-serif;
}
.button span{
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.button:before,
.button:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: .3s,opacity .4s;
    -moz-transition: .3s,opacity .4s;
    -o-transition: .3s,opacity .4s;
    transition: .3s,opacity .4s;
}

/* :before */

.button:before {
    content: attr(data-hover);
    -webkit-transform: translate(-150%,0);
    -moz-transform: translate(-150%,0);
    -ms-transform: translate(-150%,0);
    -o-transform: translate(-150%,0);
    transform: translate(-150%,0);
}

/* :after */

.button:after {
    content: attr(data-active);
    -webkit-transform: translate(150%,0);
    -moz-transform: translate(150%,0);
    -ms-transform: translate(150%,0);
    -o-transform: translate(150%,0);
    transform: translate(150%,0);
}

/* Span on :hover and :active */

.button:hover span,
.button:active span {
    opacity: 0;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
}

/*  
    We show :before pseudo-element on :hover 
    and :after pseudo-element on :active 
*/

.button:hover:before,
.button:active:after {
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

/* 
  We hide :before pseudo-element on :active
*/

.button:active:before {
    -webkit-transform: translate(-150%,0);
    -moz-transform: translate(-150%,0);
    -ms-transform: translate(-150%,0);
    -o-transform: translate(-150%,0);
    transform: translate(-150%,0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}


.other-service{
	padding:80px 0px;
	background:url(../images/other-service-bg.jpg) no-repeat;
	background-attachment:fixed;
	background-size:cover;
}

.other-service-left{
	padding:0;
}
.other-service-left h2{
	padding:0;
	font-size:29px;
	color:#c2c2c2;
	text-transform:uppercase;
	font-weight:600;
	line-height:28px;
	margin-bottom: 50px;
}
.other-service-left h2 span{
	font-size:19px;
    margin-left: 43%;
}
.other-service-right{
	padding:0;
}
.other-service-right p{
	font-size:15px;
	color:#949494;
	line-height:24px;
	margin-top: 8px;
}


.other-service-bottom-left{
	padding-left:0;
}
.other-service-bottom-right{
	padding-right:0;
}
.other-service-bottom-left-1{
	background:rgba(225, 225, 225, 0.02);
	padding:40px 50px;
}
.other-service-bottom-left-1 img{
}
.other-service-bottom-left-1 h2{
	display:inline-block;
	color:#0ebbb1;
	font-size:17px;
    padding-left: 13px;
}
.other-service-bottom-left-1 h2:after{
	content:'';
	border-bottom:2px solid #0ebbb1;
	width:20px;
	display:block;
    margin-top: 7px;
}
.other-service-bottom-left-1 p{
	font-size:14px;
	color:#d7d7d7;
	line-height:24px;
    margin: 20px 0px;
	text-align:justify;
}
.other-service-bottom-left-1 a{
	color:#0ebbb1;
	font-size:12px;
	text-decoration:none;
	font-weight:600;
}

.other-service-bottom-left-1:hover{
    animation: bounce 1s ease;
    animation-iteration-count: 1;
}

.index-clients{
	padding:0;
	background:url(../images/client-bg.png) repeat;
	height:547px;
}
.index-clients-full{
	padding:0;
	margin-top: 70px;
}
.index-clients-left{
	padding:0;
    max-height: 607px;
    overflow: hidden;
}
.index-clients-left img{
	width:100%;
}
.index-clients-right{
	padding:0;
	background:#fff;
	padding-bottom: 50px;
	min-height: 607px;
}
.index-clients-right h2{
	text-align:right;
	font-size:29px;
	color:#838383;
	text-transform:uppercase;
	font-weight:600;
	line-height:28px;
	padding: 40px;
}
.index-clients-right b{
	font-size:19px;
}
.index-clients-logo{
	padding:0;
    margin-bottom: 11px;
	transition:0.3s ease-in-out;
}
.index-clients-logo img{
	margin:0 auto;
}
.index-clients-logos{
	padding: 0px 35px;
}
.logo-normal{
}
.logo-colour{
	position: relative;
    margin-top: -77px;
	opacity:0;
	transition:0.3s ease-in-out;
}
.logo-normal img{
	margin:0 auto;
}
.logo-colour img{
	margin:0 auto;
}
.index-clients-logo:hover .logo-colour{
	opacity:1;
}

.index-testimonial{
	padding: 200px 0px 70px 0px;
	background:#f2f2f2;
	position:inherit;
}

.index-testimonial .bx-wrapper {
    position: relative;
    margin-bottom: 0px;
    padding:0px;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: none;
    border: none;
    background: none;
}
.index-testimonial .bx-wrapper img{
    margin-top: -40px;
}
.index-testimonial .bx-wrapper .bx-pager {
    display: none;
}
.index-testimonial .bx-controls-direction a {
    display:none;
}
.index-testimonial .slide{
    padding: 0px;
	border-radius: 10px;
}
.index-testimonial .slide p{
	color:#e9fdfc;
    font-size: 14px;
    line-height: 26px;
    padding: 40px;
    text-align: justify;
    background: #0ebbb1;
	margin-left:30px;
    border-radius: 10px;
}
.index-testimonial .slide p span{
	color:#fff;
    font-size: 15px;
	font-weight:500;
	padding-left:40px;
}
.index-testimonial .slide b img{
    position: absolute;
}

.footer{
	padding:70px 0px 30px 0px;
	background:url(../images/footer-bg.jpg) no-repeat;
	background-size:cover;
}
.footer-left{
	padding:0;
    margin-top: 20px;
}
.footer-left img{
	margin:0 auto;
	margin-bottom: 20px;
}
.footer-left p{
	text-align:center;
	color:#a5a5a5;
	font-size:14px;
	padding: 0px 45px;
	margin-bottom: 15px;
}
.footer-left p a{
	text-decoration:none;
	display:block;
	text-align:center;
	color:#0ebbb1;
	font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
	text-align:center;
}
.footer-1{
}
.footer-1 img{
	margin-bottom: 20px;	
}

.footer-1 h2{
	color:#0ebbb1;
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:25px;
}
.footer-1 a{
	text-decoration:none;
	display:block;
	color:#a5a5a5;
	font-size:14px;
    margin-bottom: 10px;
	transition:.2s ease-in-out;
}
.footer-1 a:before{
	content:'';
	border:1px solid #c0c0c0;
	width:10px;
	display:inline-block;
	margin-right: 10px;
	transition:.2s ease-in-out;
}
.footer-1 a:hover{
	color:#fff;
}
.footer-1 a:hover:before{
	content:'';
	border:1px solid #c0c0c0;
	width:15px;
	display:inline-block;
	margin-right: 10px;
}
.footer-1 a.active{
	color:#fff;
}
.footer-1 a.active:before{
	content:'';
	border:1px solid #c0c0c0;
	width:15px;
	display:inline-block;
	margin-right: 10px;
}
.footer-bottom{
	padding:17px 0px;
	background: #0ebbb1;
}
.footer-bottom p{
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
    padding: 0;
    text-align: center;
}
.footer-bottom a{
	color:#fff;
	text-decoration:none;
}
.footer-bottom p span{
	float: right;
}
.footer-bottom p span img{
	filter: grayscale(100%);
	padding-left: 5px;
}
.footer-bottom p span:hover img{
	filter: grayscale(0%);
}

.slider-wrapper a{
	text-decoration:none ;
}
.slider-wrapper h2{
	position:absolute;
	top:62%;
	right: 100px;
}

.inner-banner{
	padding:0;
}
.inner-banner img{
	width:100%;
}

.path-finder{
	padding:15px 0px;
	background:#f8f8f8;
}
.path-finder p{
	font-size:13px;
	color:#a1a1a1;
}
.path-finder a{
	color:#a1a1a1;
	text-decoration:none;
}
.path-finder span{
	color:#0ebbb1;
}

.inner-page{
	padding:0;
	margin-top:60px;
}
.inner-page h2{
	text-align:center;
	text-transform:uppercase;
	font-size:29px;
	color:#4e4e4e;
	font-weight:600;
	margin-bottom:40px;
}
.about-us-left{
	padding:0;
	margin-bottom: 70px;
}
.about-us-right{
	padding:0 30px;
}
.about-us-right p{
	font-size:15px;
	color:#393939;
	line-height:26px;
	text-align:justify;
    margin-bottom: 20px;
}
.about-us-right span{
	color:#f75151;
	font-weight:600
}

.why-choose-us{
	padding:70px 0px;
	background:#ffdc4e;
}
.why-choose-us-left{
	padding:0;
}
.why-choose-us-left h2{
	padding:0;
	font-size:29px;
	color:#393939;
	text-transform:uppercase;
	font-weight:600;
	line-height:28px;
	margin-bottom: 50px;
}
.why-choose-us-left h2 span{
	font-size:19px;
    margin-left: 21%;
}
.why-choose-us-right{
	padding:0;
}
.why-choose-us-right p{
	font-size:15px;
	color:#393939;
	line-height:24px;
}

.why-choose-us-point{
	padding:0;
	cursor:pointer;
	margin-top: 20px;
}
.why-choose-us-point img{
	margin: auto;
	display:block;
}
.why-choose-us-point p{
	text-align:center;
	font-size:19px;
	color:#393939;
	text-transform:uppercase;
	font-weight: 700;
	margin-top: 20px;
}
.why-choose-us-point:hover img{
	animation: flip 1s ease;
    animation-iteration-count: 1;
}
.our-team{
	padding: 0px 80px;
}
.our-team-1{
    padding: 0px 17px;
    margin-bottom: 50px;
}
.our-team-1 img{
	border:1px solid #e2e2e2;
}
.our-team-1 p{
	text-align:center;
	background:#e2e2e2;
	color:#4e4e4e;
    padding: 15px 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
}

.about-us-service{
	padding:70px 0px;
	background:#f7f7f7;
}
.about-us-service h2{
	text-align:center;
	text-transform:uppercase;
	font-size:29px;
	color:#4e4e4e;
	font-weight:600;
	margin-bottom: 40px;
}
.about-us-service-1{
	padding:30px 40px;
	background:#f7f7f7;
	transition:0.2s ease-in-out;
	border-right:1px solid #ebebeb;
}
.about-us-service-1:last-child{
	border-right:none;
}
.about-us-service-1:hover{
	background:#dff1f0;
}
.about-us-service-1 img{
}
.about-us-service-1 h3{
	display:inline-block;
	color:#0ebbb1;
	font-size:17px;
    padding-left: 13px;
}
.about-us-service-1 h3:after{
	content:'';
	border-bottom:2px solid #0ebbb1;
	width:20px;
	display:block;
    margin-top: 7px;
}
.about-us-service-1 p{
	font-size:14px;
	color:#393939;
	line-height:24px;
    margin: 20px 0px;
	text-align:justify;
}
.about-us-service-1 a{
	color:#0ebbb1;
	font-size:12px;
	text-decoration:none;
	font-weight:600;
}


.ac-service{
	padding:0;
}
.ac-service p{
	text-align:center;
	font-size:15px;
	color:#393939;
	line-height:26px;
    padding: 0px 40px;
    margin-bottom: 20px;
}
.ac-service p span{
	color:#1f7bc8;	
    font-weight: 500;
}
.ac-service h3{
	font-size: 21px;
	text-align:center;
    margin-bottom: 20px;
	margin-top: 40px;
}
.ac-service ul{
	text-align: center;
}
.ac-service ul li{
    display: inline-block;
    font-size: 15px;
    color: #393939;
    background: url(../images/right-1.png) left center no-repeat;
    background-position: 0px 3px;
    padding-left: 22px;
    margin-right: 20px;
    margin-bottom: 15px;
}

.ac-services{
	padding:0;
	margin-top: 10px;
}
.ac-services-left{
	padding:25px;
    min-height: 350px;
}
.ac-services-left:hover{
    animation: bounce 1s ease;
    animation-iteration-count: 1;
	background:#dff1f0;
}
.ac-services-left img{
	padding:0;
	margin-bottom:10px;
}
.ac-services-left h2{
	padding:0;
	font-size:17px;
	color:#383737;
	text-transform:uppercase;
	font-weight: 700;
}
.ac-services-left p{
	padding:0;
	font-size: 14px;
    color: #393939;
    font-weight: 400;
    text-align: justify;
	line-height: 26px;
}
.ac-services-left p:before{
	content:'';
	border-bottom:1px solid #ddd;
    width: 35px;
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
}


.ac-services-left-1{
	padding:25px;
    min-height: 270px;
}
.ac-services-left-1:hover{
    animation: bounce 1s ease;
    animation-iteration-count: 1;
	background:#dff1f0;
}
.ac-services-left-1 img{
	padding:0;
	margin-bottom:10px;
}
.ac-services-left-1 h2{
	padding:0;
	font-size:17px;
	color:#383737;
	text-transform:uppercase;
	font-weight: 700;
}
.ac-services-left-1 p{
	padding:0;
	font-size: 14px;
    color: #393939;
    font-weight: 400;
    text-align: justify;
	line-height: 26px;
}
.ac-services-left-1 p:before{
	content:'';
	border-bottom:1px solid #ddd;
    width: 35px;
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
}


.ac-services-images{
	padding:0;
	margin: 40px 0px;
}
.ac-services-images-1{
	margin: 20px 0px;
}

.brands{
	padding:0;
	margin-bottom: 30px;
}
.brands-normal{
}
.brands-normal img{
    margin: 0 auto;
}
.brands-colour{
    position: relative;
    margin-top: -134px;
	opacity: 0;
	transition:0.2s ease-in-out;
}
.brands-colour img{
	margin: 0 auto;
}
.brands:hover .brands-colour{
	opacity:1;
}

.brands-logo{
	padding:0;
	margin-bottom: 40px;
}

.testimonials{
	padding:0;
}
.testimonials-left{
    margin-bottom: 40px;
}
.testimonials-left-content{
	padding:0;
	padding-left: 30px;
}
.testimonials-left-content p{
	background: #eaeaea;
    color: #4e4d4d;
    font-size: 14px;
    padding: 30px 30px 80px 30px;
    border-radius: 7px;
    min-height: 150px;
}
.testimonials-left-img{
	padding:0;
    margin-top: -70px;
}
.testimonials-left-img img{
    display: inline-block;
    margin-top: 20px;
}
.testimonials-left-img p{
	display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 10px;
}

.contact-us{
	padding:0;
    margin-bottom:70px;
}
.contact-us-left{
	text-align:center;
    padding: 0px 20px;
}
.contact-us-left img{
}
.contact-us-left:hover img{
	animation: bounceIn 1s ease-in-out;
    animation-iteration-count: 1;
}
.contact-us-left p{
    border: 1px solid #ebebeb;
    padding: 70px 30px 50px 30px;
    margin-top: -37px;
	color:#4e4e4e;
	font-size:15px;
	line-height:26px;
	min-height: 210px;
}
.contact-us-left p b{
	text-transform:uppercase;
	font-size:19px;
	display: block;
	margin-bottom: 10px;
} 
.contact-us-left p a{
	color:#4e4e4e;
	text-decoration:none;
}

.gallery{
	padding:0;
}
.gallery-left{
	padding:0;
    margin-bottom: 30px;
}
.gallery-left-org{
}
.gallery-left-org img{
	margin: 0 auto;
}
.gallery-left-pop{
	position: relative;
    margin-top: -248px;
	opacity:0;
}
.gallery-left-pop img{
	margin: 0 auto;
}
.gallery-left-pop:hover{
	opacity:1;
	animation: bounceIn 1s ease-in-out;
    animation-iteration-count: 1;
}


.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	background: #666;
	background: rgba(0,0,0,0.6); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(loading.html) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
	opacity: 1; 
	background-color: none;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
	background-image: url(prev.html); 
	border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
	background-image: url(next.html); 
	border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: block;
	background: url(close.html) no-repeat 5px 5px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

	.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
		background-image: url(loading%402x.html); 
		background-size: 32px 32px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-prev { 
		background-image: url(prev%402x.html); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-next { 
		background-image: url(next%402x.html); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-close { 
		background-image: url(close%402x.html); 
		background-size: 16px 16px;
	}
	
}.nivo-lightbox-theme-default .nivo-lightbox-next {
    background: url(../images/next.png) no-repeat;	
    border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
    background: url(../images/prev.png) no-repeat;
    border-radius: 0 3px 3px 0;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
    top:50%;
    width: 8%;
    height: 8%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 1;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    background:url(../images/close.png) no-repeat 5px 5px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    padding: 15px;
    opacity: 1;
	top:30px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #666;
    background: rgba(0,0,0,0.9) !important;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {border: 5px solid #fff;}

.nivo-lightbox-theme-default .nivo-lightbox-title {
    font: 14px/20px 'Aileron';
    font-style: normal;
    font-weight: normal;
    background: none;
    color: #fff;
    padding: 7px 20px;
    border-radius: 30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
    /* bottom: -7%; */
    top: -55px;
}
.nivo-lightbox-wrap {
    position: absolute;
    top: 15%;
    bottom: 10%;
    left: 10%;
    right: 10%;
}



.contact-us-form{
    padding:48px 25px 25px 25px;
    z-index: 1;
    float: right;
    background: rgba(14, 187, 177, 0.8);
}
.contact-us-form p{
	text-transform:uppercase;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 15px;
}

.form-control {
    display:block;
    width:100%;
    height:40px;
    background-image:none;
    border:0px solid #ccc;
    border-radius:0px;
    -webkit-box-shadow:inset 0 0px 0px rgba(0, 0, 0, .02);
    box-shadow:inset 0 0px 0px rgba(0, 0, 0, .02);
	border-bottom:solid 1px #e4e4e4;
	font-size:13px;
	color:#8e8e8e;
	margin:0; padding:0;
}
.no-pad-sfr{padding:0px;}
select.form-control{
    background:url(../images/drobdown-arrow.html) no-repeat 97%;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}

span#txtCaptchaDiv {
    font-size: 25px;
}

.contactus-enqu{width:100%; min-height:285px;}
input.form-control {
        /* height: 45px; */
    outline: 0;
    box-shadow: none;
    color: #7b7b7b;
    border-radius: 5px;
    background: #fff;
    padding: 15px;
    border: none;
}
select.form-control{
    height:auto;outline:0;
	color: #9b9b9b;
    box-shadow: none;
	font-size:13px;
    border-radius: 0px;background:url(../images/dropdown-arrow.png) no-repeat 97%;appearance:none;-webkit-appearance:none;-moz-appearance:none;
	background-color:#f6f6f6;
	padding: 12px 0px 12px 25px;
	border: 1px solid #d4d4d4;
}

textarea.form-control.txt_area {
    outline: 0;
    box-shadow: none;
    font-size: 13px;
    color: #7b7b7b;
    border-radius: 5px;
    height: 90px;
    background: #fff;
    padding: 15px;
    border: none;
}
.no-pad-a{padding:0px; margin:0 auto; display:block;}

span#txtCaptchaDiv {
    top:10px;
    position: relative;
	font-size:17px;
	color:#d33c71;
    line-height:33px;
	padding-left: 20px;
}
input.form-control.submit{
	color:#fff;
	text-transform:uppercase;
	border:none;
	margin: 0;
    padding: 0;
	background:#393939;
	border-radius:4px;
}
.form-title p{font-size:19px; text-align:left; color:#d33c71; padding-left:15px;}
select.form-control {
    outline: 0;
    color: #7b7b7b;
    box-shadow: none;
    font: 13px/24px 'Heebo';
    border-radius: 5px;    
    background: url(../images/dropdown-arrow.png) no-repeat;
	background-color: #fff;
    background-position: 90%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 8px 15px;
    border: none;
    border: none;
}
.form-group {
    margin-bottom: 8px;
    padding: 0px 5px;
}

.contact_enquiry .iframe {
    min-height: 290px !important;
}

.contact-us-map{
	padding:0;
    margin-top: -400px;
}



.book-your-service{
	padding:0;
    margin-bottom: 40px;
}
.book-your-service .contact_enq .form-control{ height:40px; font-size:13px; color:#6c6c6c;font-family: 'Heebo'; border:none; background: #ddd; border-radius:5px; font-weight: 400; box-shadow: none; text-transform: capitalize; width: 100%;}
.col-centered {
    float: none;
    margin: 0 auto;
    display: block;
}


.index-service{
	padding:0px 8px;
}
.index-service-in{
	padding:0;
}
.index-service-in a{
	text-decoration:none;
}
.index-service-in p{
	text-align: center;
    background: #fff;
    color: #313131;
    padding: 20px 0px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
}

.mission{
	padding:65px 0px;
	text-align:center;
	background:#f75151;
}
.mission img{
}
.mission h2{
    text-transform: uppercase;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    margin:15px 0px 20px 0px;
}
.mission p{
	font-size: 15px;
    color: #fff;
    line-height: 26px;
    padding: 0px 50px;
}

.refrigerator-services{
	padding:0;
    margin-top: 40px;
}
.refrigerator-services h3{
	text-transform: uppercase;
    font-size: 21px;
    color: #393939;
    font-weight: 600;
	text-align:center;
    margin:50px 0px 20px 0px;
}
.refrigerator-services p{
    text-align: center;
    font-size: 15px;
    color: #393939;
    line-height: 26px;
    padding: 0px 40px;
    margin-bottom: 20px;
}

.refrigerator-services-1{
	padding:0;
}
.refrigerator-services-1 img{
	margin:0 auto;
}
.refrigerator-services-up{
	padding: 0;
    position: absolute;
    top: 0px;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    border-radius: 10px;
    width: 98%;
    margin-left: 7px;
    display: block;
	transition:0.2s ease-in-out;
}
.refrigerator-services-up:hover{
	background: rgba(14, 187, 177, 0.7);
}
.refrigerator-services-up p{
    margin-top: 40%;
    margin-left: 6%;
	font-size:17px;
	text-align: left;
    padding: 0;
	color:#fff;
	text-transform:uppercase;
}
.refrigerator-services-up p span{
	color:#ffc600;
}

.form-pad-top-1 {
    width: 60%;
    margin: 0 auto;
}

.enquiry{
	padding:0;
	opacity:0;
}
.enquiry img{
	right:0;
	border-radius:6px 0px 0px 6px;
	position: fixed;
    top: 40%;
}


.service-highlight{
	padding:0;
	margin-top: 30px;
}
.service-highlight h2{
	text-align: center;
    text-transform: uppercase;
    font-size: 29px;
    color: #393939;
    font-weight: 600;
    margin-bottom: 30px;
}
.service-highlight h3{
	text-transform: uppercase;
    font-size: 21px;
    color: #393939;
    font-weight: 600;
	text-align:center;
    margin:40px 0px 20px 0px;
}
.service-highlight p{
    text-align: center;
    font-size: 15px;
    color: #393939;
    line-height: 26px;
    padding: 0px 40px;
    margin-bottom: 20px;
}
.service-highlight p a{
    color: #1f7bc8;
    font-weight: 500;
	text-decoration:none;
}

.service-highlight-1{
}
.service-highlight-1 p{
    font-size: 15px;
    color: #393939;
	text-align: left;
    margin-bottom: 15px;
    background: url(../images/right-1.png) left center no-repeat;
    background-position: 0px 3px;
    padding-left: 25px;
}


.header-top{
	padding:11px 0px;
	background:#393939;
}


.footer-right{
	padding:0;
}
.footer-1{
	padding:0;
}

.footer-last{
	display:none;
}

.vector{
	display:none;
}
