﻿@import '../../../../css-1.css';

body {
	font-family: Roboto, sans-serif;

}
img {
	outline: none;
}
img:focus img:hover img:visited {
	outline: none;
}
a {
    color: #02bfc5;
}
a:hover {
    color: #e183bb;
}
.hidden {
    display: none;
}
.navbar-default {
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.nadmenu {background:#E1E1E1; text-align:center;}
.nadmenu img {width:20px; margin-left:5px; padding: 2px 0 2px 0; border-radius:5px;}
.bg-dark {
	background-color: #424343;
}
.color-blue {
	color: #43d46c;
}
.navbar-brand {
    text-align: center;
    color: #191818 !important;
    font-weight: 300;
    font-style: normal;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 5px;
}
.navbar-brand p {
    font-size:14px;
    text-align: right;
    width: 100%;
    display: block;
    line-height: 16px
}
.navbar-right {
    font-size: 38px;
    color: #191818 !important;
    font-weight: 300;
    line-height: 165px;
    text-align: center;
    font-style: normal;
}
.navbar-default .navbar-nav > li > a {
  	font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-family: 'Arimo', sans-serif;
	letter-spacing: 0.2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    display: inline-block;
    padding-left: 0px;
    padding-right: 1px;
    padding-bottom: 0;
    margin-bottom: 13px;
    border-bottom: solid 2px #02bfc5;
}
.navbar-nav {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar {
    min-height: 150px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #02bfc5;
    color: #fff;

}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    /*color: #da1100;*/
    background-color: transparent;
    color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-nav > li:hover, .navbar-default .navbar-nav > li > a:focus {
}
.navbar .btn {
    background: #02bfc5;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 10px;
    display: inline-block;
    width: 90%;
    border-radius: 30px;
    outline: none;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar .btn:hover {
    background: #fff;
    color: #02bfc5;
    border: 1px solid #02bfc5;
}
.navbar .adress {
    text-align: right;
    padding-top: 11px;
}
.navbar .adress strong {
    font-weight: 500;
    color: #807979;
}
.navbar .adress p {
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
}.navbar .adress br {
    height: 2px;
}
.navbar .adress .icn {
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
}
.dropdown-menu {
    background: #02bfc5;
    color: #fff;
    border: none;
    margin-left: 5px;
}
.dropdown-menu li a {
    color: #fff;
    padding: 5px 25px;
    outline: none;
}
.dropdown-menu li a:hover {
    color: #02bfc5;
}
.stickynav {
    min-height: 50px !important;
}
.stickynav .navbar-brand{
    padding: 0;
}
.dropdown-menu {
    font-size: 16px;
}
.linkf {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: -10px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
}
.linkf img {
    margin: 10px;   
    margin-top: 20px;
}
.linkf .scale {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
footer ul {
    margin-top: 20px;
}
footer ul li a {
    font-size: 16px;
}
footer hr {
    border-top: 1px solid #00000026;
}
.margf {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0;
    padding-bottom: 5px
}
.margf h6{
    color: #fff;
    font-size: 16px !important;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0px;
    margin-bottom: ;
    margin-top: 20px;
}
.margf ul {
    padding: 0;
    margin-bottom: -2px
}
.margf li{
    text-decoration: none;
    list-style: none;
    color: #fff;
    padding: 2px;
}
.margf li a {
    color: #fff;
}
.red {
    color: #02bfc5;
}
.bgred {
    background: #02bfc5;
    border-radius: 4px;
}
.h80 {
   height: 80px; 
}
.h120 {
    height: 120px;
}
.v-middle {
    display: flex;
    align-items: center;}
.w70 {
	width: 70%;
}
.w50 {
	width: 50%;
}
.pad0 {
    padding: 0;
}
.pad15 {
    padding-left: 15px;
}
.bold {
    font-weight: 500;
}
.bcl {
    background: #02bfc5;
}
.bcl2 {
    background: #e183bb !important;
}
.bcl2:hover {
    background: #fff !important;
    color: #e183bb !important;
    border: 1px solid #e183bb !important;
}
.mkm10 {
    margin: 10px;
}
.mkmt14 {
    margin-top: 14px;
}
.padrl10 {
    padding-left: 10px;
    padding-right: 10px;
}
.mr5 li {
    margin-right: 5px;
}
.df {
position: absolute;
    bottom: 15px;
    font-size: 15px;
    color: #fff;
}
.allserv .form-a .form-group {
    margin-bottom: 55px;
}
.modal .res {
	text-align: center;
	font-weight: 300;
	padding-top: 6px;
	font-size: 16px;
	margin-bottom: -6px;
}
.btn-phone {
  	display:block;
  	position: absolute;
  	right: 100%; top:0;
	transform-origin: 100% 100%;
	transform: rotate(270deg);
	border:none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-phone:hover {
    background-color: #e183bb;
    border-color: #e183bb;
}
.btn-callback {
	color: #fff !important;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.callback {
	position: fixed;
	right: 0;
	transform: translate(0,-50%);
	margin-top: -67.5px;
	top: 50%;
	z-index: 10000;
}
.modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: visible;
}
footer {
    margin: 0;
    padding: 0;
    border-radius: 0 !important;
    text-align: left;
    color: #fff;
    padding-bottom: 5px;
    margin-top: 15px;
}
footer p {
    margin-top: 10px;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
}
.count {
    padding: 20px;
    text-align: right;
    padding-right: 0;
}
.count a {
    padding-left: 15px;
}

.jumbotron {
    margin-bottom: 0;
    color: #fff;
    background-image: url(/templates/svce/assets/images/bg.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.9px;
	padding: 0;
	margin-top: 194px;
}
.carousel-inner .item-sl {
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    
}
.carousel-inner .i1 {
    background-image: url(../images/slider1.jpeg);
}
.carousel-inner .i2 {
    background-image: url(../images/slider2.jpeg);
}
.carousel-inner .i3 {
    background-image: url(../images/slider3.jpeg);
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 50%;
    height: 50%;
    margin-bottom: -125px;
    right: 50%;
    background: rgba(255, 255, 255, 0.7);
}

.jumbotron p {
    color: #000;
    text-shadow: none;
}
.jumbotron img{
    margin-bottom: 0;
    color: #fff;
    background-color: #03A9F4;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.9px;
}
.jumbotron h1 {
	font-size: 65px;
	font-family: roboto;
    font-style: normal;
    font-weight: 100;
}
.jumbotron .text, .grey .mtext {
	background: rgba(82, 79, 79, 0.74);
	padding: 25px;
	margin: 15px;
}
.map {
    padding: 0;
    margin-bottom: -15px;
    margin-top: 10px;
}
.direction {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.direction h4 {
    margin-bottom: 0;
}
.direction .text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 55px);
    padding-left: 15px;
    font-size: 18px;
    color: #777;
}
.direction .check {
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    background-size: contain;
}
.direction .check1 {
    background-image: url(../images/ctl.png);
}
.direction .check2 {
    background-image: url(../images/ctl2.png);
}
.direction a {
}
.direction .title {
    font-size: 22px;
    color: #666;
    font-weight: 400;
}
.direction .sub {
    font-size: 14px;
    color: #777;
    font-weight: 400;
}


.nols {
    list-style: none;
}


.about h1, .direction h3, .services h3, .allserv h1 {
    text-transform: none;
    width: 100%;

    color: #222;
    font-size: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.line{
    display: inline-grid;
    width: 20%;
    vertical-align: middle;
    margin: 0 5px;
    
}
.sep-text-line {
    display: inline-block;
    padding-top: 2px;
    width: 100%;
    border-top: 0 solid;
    border-bottom: 1px solid;
    color: #dadade;
    vertical-align: baseline;
}
.about li {
    margin-left: 15px;
}
.about h2 {
    color: #000;
    font-weight: 300;
    font-size: 30px;
}
.special .sp-back{
    height: 252px;
    background-color: rgba(0, 0, 0, 0.4);   
    border: 2px solid;
    border-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.special .sp-back:hover {
    background-color: rgba(0, 0, 0, 0.5);   
}
.special .sp-link{
    background-size: auto;
    background-position: 50% 90%;
    display: block;
    padding: 4px;
    text-decoration: none;
    color: #fff;
}
.special .sp-link:hover{
    text-decoration: none;
    color: #fff;
}
.special .sp-cnt {
    text-align: center;
    height: 100%;
    margin-top: 40px;
    padding: 20px
}
.special .sp-cnt h4 {
    color: #fff;
    font-weight: 300;
    font-size: 21px;
}
.special .sp-cnt p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}
.services {
    margin-bottom: -10px;
    margin-top: -10px;
}
.services a {
    display: block;
    background: #fff;
    color: #fff;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid transparent;
    padding: 5px;
}
.parallax-window {
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
section.section.parallax {
  height: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
    padding: 0;
    margin-top: 10px;
}
section.section.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 400px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.section.parallax-1 {
  background-image: url("../images/bgpar.jpeg");
}
.title24 {
    position: absolute;
    top: 50%;
    height: 90px;
    margin-top: -45px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #fff;
    left: 0;
    right: 0;
    width: 100%;
}
.title24 h3 {
    font-size: 44px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: none;
}
.title24 p {
    margin: 0 0;
    font-size: 22px;
    font-weight: 400;
}
.services .more {
    display: inline-block;
    height: auto;
    color: #02bfc5;
    text-align: right;
    background: #fff;
    text-align: right;
    width: 100%;
    margin-bottom: -10px;
    margin-top: 0;
    font-size: 16px;
    padding-bottom: 0;
}
.services .more:hover {
    background: #fff;
}
.services a:hover {
    background: #fdfdfd;
    text-decoration: none;
    border: #dadade solid 1px;
}
.services a p {
    color: #333;
    font-weight: 300;
    font-size: 14px;
    margin: 0.1px;
}
.services a .title {
    color: #000;
    font-weight: 300;
    font-size: 21.2px;
}
.services a i {
    display: block;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    background-size: 80px;
    background-repeat: no-repeat;
}
.services a .cat {
    background-image: url(../images/cat2.png);
}
.services a .dog {
    background-image: url(../images/dog.png);
}.services a .other {
    background-image: url(../images/other.png);
}
.services a .salon {
    background-image: url(../images/salon.png);
}.services a .hospital {
    background-image: url(../images/hospital.png);
}
.services a .shop {
    background-image: url(../images/shop.png);
}
.services a .pt {
    background-image: url(../images/pt.png);
}
.services a .rn {
    background-image: url(../images/rn.png);
}
.jumbotron .phone {
    background: rgba(255, 255, 255, 0.9);
    padding: 25px;
	margin-bottom: 5px;
    font-size: 35px;
}
.jumbotron .phone_btn {
	color: #fff;	
	background: rgba(67, 194, 107, 0.87);
    padding-left: 10px;
    padding-right: 10px;
	border: 1px solid #4ebc70;
    border-radius: 4px;    
    font-size: 32px;
    font-weight: 100;
    line-height: 48px;
    width: 100%;
    font-family: Roboto, sans-serif;
	margin-top: -1px;
}
.stickyjum {
    margin-top: 80px !important;
}
.stickyp {
    margin-top: 90px !important;
}
.form-control:focus {
    border-color: #4ab86a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(75, 184, 107);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(74, 184, 106);
}
.jumbotron h2 {
	font-size: 35px;
    line-height: 1.1;
    font-weight: 300;
	font-family: Roboto, sans-serif;
}
.jumbotron h3 {
	font-size: 32px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 25px;
    text-shadow: none;
    color: #02bfc5;
}
.jumbotron .btn {
	border: 3px #fff solid;
    color: #fff;
    margin-top: 40px;
}
section {
    padding: 25px 0px;
    position: relative;
}
section h1,h3, .allserv h1{
    text-align: center;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 0px;
    font-weight: 300;
}
.lservice {
/*    border-right: 2px #5ace7c dashed;*/
}
.rservice {
    border-left: 2px #5ace7c dashed;
}
.rs {
    border-left: 2px #5ace7c dashed;
    width: 2px;
}
section .h2 {
    text-align: center;
    text-transform: uppercase;
	font-weight: 300;
    color: #585656;
    margin-bottom: 25px;
    margin-top: 0px;
    font-size: 30px;
	letter-spacing: -0.5px;
}

.insert {
	font-size: 19px;
}
.allserv .post .afield {
	margin-left: 15px;
}
.allserv {
    margin-top: 184px;
    padding-top: 20px;
}
.allserv h1, .allserv .h1 {
    text-align: left !important;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 10px;
}
.allserv .h1 {
	font-size: 25px;
	margin-bottom: 10px;
	display: block;
}
.allserv .nav a {
	border-bottom: 0.1em solid #e183bb;
    color: #525050;
    border-radius: 0;
    font-weight: 400;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	padding: 10px 1px;
}
.allserv .nav a:hover {
    border-color: #02bfc5;
   	background-color: transparent;
   	color: #666;
}
.nav-stacked > li + li {
    margin-top: 0;;
    margin-left: 0;
}
.allserv .exist p {
    padding:10px;
    padding-bottom: 0;
}.allserv .exist a {
    color: #d25653;
}
.allserv .exist .office {
    border: 1px solid #efefef;
    color: #666;  
    border-radius: 4px;
    padding: 10px 15px;
    margin-bottom: 3px;
}
.allserv .exist .office p {
    padding: 10px;
    font-size: 99%;
    padding-bottom: 0;
    margin: 0;
}
.allserv .call {
    padding: 13.5px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #e183bb;
    margin-bottom: 10px;
}
.allserv .call .strong {
    font-weight: 500;
}
.allserv .text, .allserv span, .allserv div, .allserv p, .allserv li,.allserv ul, .allserv font, .allserv h3, .allserv h4, .allserv h5 {
	font-size: 14px !important;
	font-family: Roboto, sans-serif !important;
	line-height:17px !important;
}
.allserv .post {
	border: 1px solid #efefef;
    color: #333232;
    font-weight: 400;
    border-radius: 4px;
    margin-bottom: 20px;
}
.allserv .post h2 {
	font-size: 20px;
	padding: 15px;
	padding-bottom: 0;
	margin: 0;
}
.allserv .post h2 a {
	color: #333232;
	font-weight: 400;
}
.allserv .post .text {
	padding: 15px;
	padding-top: 0;
}
.allserv img {
	margin: 10px !important;
	padding: 0 !important;
	max-width: 100%;
	height: auto;
	margin-left: 0 !important;
} 
.allserv .post .text .date{
	font-size: 12px;
	color: #999;
	padding-top: 10px;
	margin: 0;
}
.allserv .post .text img {
	padding: 4px;
    line-height: 21px;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    float: left;
    margin-right: 10px;
    max-height: 160px;
    margin-bottom: 15px !important;
	margin-top: 0px !important;
}
.allserv .btn {
	width: 100%;
	outline: none;
	margin-top: 5px;
	margin-bottom: 10px;
	background: #fff;
    color: #02bfc5;
    border: 1px solid #02bfc5;
}
.allserv .btn:hover {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	background: #e183bb;
	border-color: #e183bb;
    color: #fff;

}
.allserv .title {
	font-size: 18px;
    color: #42484e;
    font-weight: 300;
}
.allserv .title-big {
	font-size: 20px;
    color: #42484e;
    font-weight: 300;
}
.allserv .round-num {
	background: #f33525;
    color: #fff;
    font-weight: 400;
    padding-left: 12px;
    padding-top: 4px;
    margin-right: 10px;
    height: 35px;
    display: inline-block;
    width: 35px;
    border-radius: 100%;
}
.allserv .form-group label {
    font-weight: 300;
}
.allserv .form-a .btn {
	width: auto;
	padding: 9px 10px;
}
.thumb {
	text-align: center;
}
.thumb a {
	text-align: center;
}
.pagination {
	font-size: 17px;
	font-weight: 500;
}
.pagination a{
	font-size: 17px;
	font-weight: 500;
}
#mask {
    position:fixed;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    height: 100%;
    width: 100%;
	 opacity: 0.3;
    -moz-opacity:0.3;
    filter: alpha(opacity=30);
    cursor: default;
    }
#fieldsblock {
	z-index: 9100;
	position: fixed;
	width: 60%;
	height: 617px;
	background-color: #fff;
	left: 0;
	right: 0;
	top: 50%;
	margin: -292px auto;
	bottom: 100px;
	min-width: 1000px;
}
#smallblock {
	z-index: 9100;
	position: fixed;
    width: 295px;
    height: 50px;
	background-color: #fff;
	left: 0;
	right: 0;
	top: 50%;
	margin: -100px auto;
	bottom: 100px;

}
.pags {
	position: absolute;
	bottom: 0;
	left: 0;
} 
.pags li {
	cursor: pointer;
	background:rgb(234, 234, 234);
	font-weight: bold;
	padding: 7px 17px;
	margin: 0 !important;
	float: left;
	border-right: 1px #fff solid;
}
.window-head {
	border-bottom: 1px solid rgb(234, 234, 234);
	height: 38px;
}
.window-title {
	padding: 10px;
	color: #666;
	font-size: 16px;
	z-index: 1;
	line-height: 1.33;
}
.window-content {
    vertical-align: middle;
    margin-top: 15px;
}
.window-close {
	position: absolute;
	right: 15px;
	top: 9px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #858585;
	cursor: pointer;
	height: 20px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
	background: transparent;
	text-decoration: none;
}
.window-close:hover {
	color: #999;
}
.navbar-toggle{
	margin-right: -40px;
	margin-top: 20px;
}
@media (min-width: 1200px) {
	.allserv .call span {
    	display: inline-block !important;
	}
}
@media (min-width: 768px) {
	#navbarCollapse{
		display:table;
		width:100%;
	}
	#navbarCollapse > ul{
		display:table-row;
		float:none;
	}
	#navbarCollapse > ul > li{
		display:table-cell;
		float:none;
		text-align:center;
	}
}
@media screen and (max-width: 991px) {
	.jumbotron h1 {
		font-size: 30px;
		font-family: roboto;
    	font-style: normal;
    	font-weight: 100;
	}
	.w70 {
		width: 98%;
	}
	.jumbotron h2 {
		font-size: 23px;
    	line-height: 1;
	}
	.jumbotron h3 {
		font-size: 22px;
	}
	.jumbotron .phone_btn {
    	padding-left: 15px;
    	padding-right: 15px;
		border: 1px solid #4ebc70;
    	border-radius: 4px;    
    	font-size: 26px;
		margin-top: 10px;
	}
.features .text {
    min-height: 145px;
}
section h1 {
	font-size: 28px; 
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: 300;
}
.grey h4 {
    font-size: 18px;
    font-weight: 400;
}
.grey .text {
    font-size: 16px;
}
}
@media screen and (max-width: 991px) {
    .parent-r {
        max-height: 250px;
        overflow: hidden;
    }
     .jumbotron {
        margin-top: 170px;
    }
}
@media screen and (max-width: 767px) {

section .h2 {
	margin-top: 10px;
}
.w50 {
	width: 70%;
}
    .stickynav {
        min-height: 70px !important;
    }
    .navbar {
        min-height: 70px;
    }
    .jumbotron {
        margin-top: 50px;
    }
    .navbar-header {
        margin-top: 18px;
    }
    .navbar-header span {
        font-size: 25px;
        margin-top: 22.5px;
        color: #555;
    }
    .allserv {
        margin-top: 70px;
    }
    .nav-stacked {
		padding-left:15px;
		padding-right:15px;    
    }
    .allserv .btn {
		margin-left:2%;    
		width:96%;    
    }
    
}
@media screen and (max-width: 497px) {
    .about {
        margin-top: 71.43px;
    }
	.navbar-header span {
    	font-size: 18px;
	}
	.navbar-header {
		margin-top: 25px;
	}
	img {
		max-width:400px;
	}
}

@media screen and (max-width: 340px) {
    .about {
        margin-top: 107.15px;
    }
}
@media screen and (max-width: 600px) {
    .jumbotron {
        display: none;
    }
    .about {
        margin-top: 60px;
    }
}

@media (min-width: 768px) {
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}
}

/* Fade Slider CSS */
.carousel .item {
  -webkit-transition: 0.7s ease-in-out opacity;
  -moz-transition: 0.7s ease-in-out opacity;
  -o-transition: 0.7s ease-in-out opacity;
  transition: 0.7s ease-in-out opacity;
  left: 0 !important;
}
.carousel .next.left,
.carousel .prev.right {
  opacity: 1;
  z-index: 1;
}
.carousel .active.left,
.carousel .active.right {
  opacity: 0;
  z-index: 2;
}      
.carousel .carousel-control {
  z-index: 1000;
  outline:none;
}