html, body{
 font-family: 'Raleway', sans-serif;
  font-size: 100%;
  background: #FFf;
}
body a {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover{
 text-decoration:none;
}
input[type="button"],input[type="submit"],.port-grid ,.text p,.text h3{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
font-family: 'Lobster', cursive;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*--header--*/
.top-header {
     padding: 2em 0 0 0;
}
.logo {
    float: left;
    text-align: center;
}
.logo  a h1{
    font-size: 3.3em;
    font-weight: 400;
    color: #2ad2c9;
    font-family: 'Lobster', cursive;
}
.logo  a h1:hover{
 color:#2ad2c9;	
 text-decoration:none;
}
.logo  a h1 span{
	color:#fff;
	text-decoration:none;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
.top-menu {
  float:right;
  margin-top: 1.4em;
  text-align:center;
}
.top-menu ul{
	margin:0;
	padding:0;
}
.top-menu li {		
	text-transform:uppercase;
	display:inline-block;
	  margin-right: 2em;
}
.top-menu li a{
	color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 0;
    font-weight: 500;
    font-size: 0.9em;
}	
.top-menu li a.active{
  color:#2ad2c9;
  }
/* Effect 16: fall down */
.cl-effect-16 a {
	text-shadow: 0 0 1px rgba(111,134,134,0.3);
}
.cl-effect-16 a::before {
	 color:#2ad2c9;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}

@media only screen and (max-width : 768px) {
	span.menu {
		width: 35px;
		height: 35px;
		background: url(../images/nav.png)no-repeat 0px 0px;
		display: inline-block;
		float: right;
		cursor: pointer;
		margin: 12px 3px;
	}
	.top-menu {
		float: none;
		margin-top: 0em;
	}
	.top-menu  ul{
		display:none;
	}
	.top-menu  ul li {
		display:block;
		margin-right:0;
	}
	.top-menu  span.menu{
		display:block;
	}
	.top-menu  ul{
	  margin:50px 0;
	  padding: 2% 0;
	  z-index: 999;
	  position: absolute;
	  width: 96%;
      background: rgba(66, 96, 134, 0.88);
      text-align: center;
	}
	.top-menu li a {
	  padding: 0.5em;
	  font-weight: 400;
	  font-size:0.9em;
	  }
	.logo {
		margin-top: 0.7em;
	}
	.top-menu ul li a {
	  font-size: 0.9em;
	}
}
/*--slider-css--*/
.header{
	    background: url(../images/bg.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height: 726px;
	position:relative;
}
/*--header--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: 9%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 80px;
  width: 40px;
  background: transparent url("../images/arrows.png") no-repeat left top;
  margin-top: 4%;
  display: block;
}
 .callbacks_nav:hover{
  	opacity: 0.5;
  }
.callbacks_nav.next {
  left: auto;
    background-position: right top;
   right:0px;
 }
 .callbacks_nav.prev {
	right: auto;
	background-position:left top;
	  left: 0px;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs{
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    display: block;
	bottom: -9%;
    z-index: 0;
    left: 42%;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
  display: inline-block;
  margin: 0 .3em;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height:7px;
    width:34px;
    display: inline-block;
    background: #020202;
    border: 2px solid #020202;
}
.callbacks_here a:after{
  background:#2ad2c9;
  border:2px solid #2ad2c9;
}
.banner-info {
  margin-top: 11em;
  text-align: center;
}
.banner-info h3 {
  font-size: 3em;
  font-weight:400;
  color: #fff;
}
.banner-info h4 {
  font-size: 2em;
  font-weight:400;
  color: #2ad2c9;
  margin: 0.3em 0;
}
/*--banner-grids--*/
.banner-bottom {
    position: absolute;
    left: 13.5%;
    bottom: -19%;
}
.banner-grid.one,.banner-grid.two,.banner-grid.three {
  padding: 3em 2em;
  margin: 0;
  background: #ff93c5;
  text-align:center;
  margin-right:1%;
  width:32%;
}
.banner-grid.two {
 background:#fbcd6b;
}
.banner-grid.three {
    background:#2ad2c9;
}
.icon-text h4 {
  font-size: 1.6em;
  color: #fff;
 font-weight: 400;
}
.icon-text p {
  font-size: 0.9em;
  color: #fff;
  line-height: 1.7em;
  margin: 0.5em 0;
}
.icon i {
  color: #fff;
  font-size: 2.3em;
  text-align: center;
}

/*--about--*/
.header.two {
    background: url(../images/bg2.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height:137px;
}
.about {
    padding:12em 0 4em 0;
}
h3.tittle{
font-size: 3em;
    font-weight: 400;
    color: #2ad2c9;
}
.about-top {
    margin-top: 1em;
}
.about-top-right h4 {
    color: #020202;
    font-size: 1.6em;
    line-height: 1.5em;
	padding:0 0 10px 0;
}
.about-top-right {
    padding: 0;
}
.about-top-right p {
    font-size: 0.9em;
    line-height: 1.9em;
    color: #555;
}
#trianglePath5 {
    fill:#fff;
    stroke:#fff;
}
#trianglePath6 {
    fill:#F2F2F2;
    stroke:#F2F2F2;
}
.about.second {
    padding: 4em 0 4em 0;
}
/*--team--*/
.team{
  padding:10em 0 4em 0;
  background:#6CF3EB;
}
.ch-grid {
	margin: 4em 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}
.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}

.ch-info-wrap, 
.ch-info{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
}

.ch-info-wrap {
	top: 20px;
	left: 20px;
	background: #f9f9f9;
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);

}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	
	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-info .ch-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
	opacity: 0;

	  background:#2ad2c9;
	pointer-events: none;
	
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
}

.ch-img-1 { 
	background-image: url(../images/t1.jpg);
}

.ch-img-2 { 
	background-image: url(../images/t2.jpg);
}

.ch-img-3 { 
	background-image: url(../images/t3.jpg);
}

.ch-info h3 {
	    color: #fff;
    /* text-transform: uppercase; */
    /* letter-spacing: 2px; */
    font-size: 29px;
    margin: 0 15px;
    padding: 48px 0 0 0;
    height: 93px;
    text-shadow: 0 0 1px #fff, 
    0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px 0;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #e7615e;
	font-style: normal;
	font-weight:400;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff;
}

.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	opacity: 0;
} 

.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	opacity: 1;
	pointer-events: auto;
}
/*--breed-services--*/
.breed-section {
    padding:10em 0 4em 0;
	background-color:#6CF3EB;
}
svg:not(:root) {
  overflow: hidden;
    position: absolute;
}
#trianglePath1 {
  fill:#6CF3EB;
  stroke:#6CF3EB;
}
#trianglePath2 {
  fill:#43D4CC;
  stroke:#43D4CC;
}
.serve-text p {
    color: #555;
    font-size: 0.9em;
    line-height: 1.9em;
}
.serve-text h4 {
    padding: 0 0 20px 0;
	    color: #020202;
    font-size: 1.6em;
}
.service-grid ul{
	margin: 1em 0 0 10px;
}
.service-grid li{
    display: block;
    margin: 5px 0;
    font-size: 0.9em;
    color: #555;
}
.service-grid li a i{
    font-size: 0.9em;
    margin: 0.2em 0.5em 1em 0em;
    color:#020202;
    line-height: 1.8em;
    text-decoration: none;
    padding-left: 0em;
}
h3.tittle.two {
    color: #020202;
}
.service-img {
    padding-left: 0;
}
.serve-grids {
    margin-top: 2em;
}
/*--health--*/
.health-care {
       padding: 10em 0 4em 0;
    background-color: #F7f7f7;
}
.health-text h4 {
    padding: 0 0 10px 0;
    color: #020202;
    font-size: 1.6em;
}
.health-text p {
    color: #555;
    font-size:0.9em;
	line-height:1.9em;
	margin:0.5em 0;
}
.health {
    margin-top: 1em;
}
#trianglePath3 {
    fill: #F7f7f7;
    stroke: #F7f7f7;
}
#trianglePath4 {
    fill: #eee;
    stroke: #eee;
}
/*--gallery--*/
.gallery {
  padding: 4em 0;
}
.gallery-left img {
  width: 100%;
}
.gallery-left{
  padding:0 0.2em;
  margin-bottom:0.4em;
}
.gallery-bottom {
  margin-top: 2em;
}
/*--blog--*/
.news {
    padding: 10em 0 4em 0;
    background-color:#6CF3EB;
}
.news.two {
      padding: 4em 0 4em 0;
	 background:#fff;
}
.news-article {
    margin-top: 2em;
}
.article-post {
  padding-left: 0;
 margin-bottom: 2em;
}
.post-details h3,.post-details a h3{
   color:#020202;
  font-size: 1.6em;
  margin-top: 0.5em;
  padding: 0.6em 0 0.1em 0;
}
.post-details p {
  font-weight: 400;
  margin-top: 0.5em;
  font-size:0.9em;
  color: #555;
  font-weight: 400;
  line-height:2em;
}
a.blog.hvr-shutter-out-horizontal {
  padding: 0.6em 1em;
  color: #fff;
  display: inline-block;
  margin: 1em 0;
}
 .meta-icon {
  margin: 25px 0 10px 65px;
  color: #ffffff;
  font-size: 1.5em;
  text-align: center;
  line-height: 47px;
  height: 45px;
  width: 45px;
  background-color:#020202;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.pic a i {
  color: #fff;
}
.post-meta {
  font-size: 0.9em;
  text-align: right;
  line-height: 24px;
  float: left;
  width: 110px;
}
ul.ad-info{
 float:right;
}
ul.ad-info li {
  list-style: none;
  display: block;
}
ul.ad-info li,ul.ad-info li a {
  display: block;
  padding: 0;
  text-align: right;
  color: #555;
  font-size:1em;
  }
ul.ad-info li  a{
     color: #fff;
}
.ad-info li a:hover{
 text-decoration:underline;
 }
.post-meta {
  padding: 0;
}
.article-post img {
  width: 100%;
}
.pic img {
  width:50%;
}
.read a img {
  width: 6%;
  margin-top: 0.8em;
}
.blog-pagenat {
  text-align: center;
  margin-top: 3em;
}
.blog-pagenat ul li {
  display: inline-block;
  list-style:none;
}
.blog-pagenat ul li a {
  display: block;
  background:#F7F7F7;
  padding: 8px 1.1em;
  font-size: 0.9em;
  text-transform: uppercase;
  color:#020202;
  font-weight: 400;
  display: inline-block;
  margin-top: 1em;
  text-decoration: none;
  border: 1px solid #020202;
}
.blog-pagenat ul li a:hover {
  background:#2ad2c9;
  color:#fff;
      border: 1px solid #2ad2c9;
}
ul.ad-info.two li a {
    color: #2ad2c9;
	
}
/*--single--*/
.leave h4,h4.tz-title-4.tzcolor-blue {
      color: #2ad2c9;
    font-size: 2.2em;
    font-weight: 400;
    margin-top: 0.5em;
    padding: 0.6em 0 0.1em 0;
}
.comment-box {
  padding: 2em 2em;
  border: 1px dashed #E64B50;
  text-align: center;
  margin-top:3em;
 }
 .comment-box h5 { 
 color:#E64B50;
  font-size: 1.3em;
 }
#commentform label {
   display: block;
  font-size: 1em;
  color: #888;
  font-weight: 400;
  margin: 0.5em 0
}
#commentform input[type="text"] {
  padding: 14px 15px;
  width: 100%;
  color: #555;
  font-size: 1em;
  border: 1px solid #eee;
  outline: none;
  display: block;
}
#commentform textarea {
	  padding: 13px 20px;
  width: 100%;
  color: #444;
  font-size: 0.85em;
  outline: none;
  height: 150px;
  display: block;
  resize: none;
  font-weight: 400;
  border: 1px solid #eee;
  background: #fff;
}
p.form-submit {
  margin: 2em 0;
}
span.m_14 {
  font-weight: 400;
  text-transform: capitalize;
      font-size: 0.9em;
    color: #2ad2c9;
}
.single_grid2 p {
  color: #555;
  font-size:0.9em;
  line-height:1.9em;
  }
.title a{
  color: #020202;
  font-size: 1.8em;
  font-weight:400;
      font-family: 'Lobster', cursive;
 }
 ul.list li {
  list-style: none;
}
ul.list {
  padding-top: 2em;
}
.preview img {
  border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 80%;
}
 h5.m_26 a{
   float: right;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  padding: 0.6em 1.2em;
  display: inline-block;
  background:#020202;
  margin: 0 auto;
  margin-top: 1em;
}
h5.m_26 a:hover{
  background:#2ad2c9;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.single-us input[type="text"],.leave textarea,.leave input[type="submit"]{
	font-size: 1em;
	  width: 100%;
	padding: 0.8em 1em;
	margin: 0.5em 0;
	background: #fff;
	outline:none;
	border: 1px solid #362f2f;
	color: #362f2f;
	-webkit-appearance: none;
}
.leave textarea{
	resize:none;
	width: 100%;
	margin: 0.5em 0em;
	height: 185px;	
}
.leave input[type="submit"]{
	  border: none;
  outline: none;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  padding:0.6em 1em;
  display: inline-block;
  background:#020202;
  margin: 0 auto;
  margin:1em 0 2em 0;
  -webkit-appearance: none;
  width:16%;
  }
.leave input[type="submit"]:hover{
	  background:#2ad2c9;
}
.leave p{
  width: 80%;
  line-height: 1.8em;
  color:#020202;
  font-size: 0.9em;
}
.text-in{
	padding:0;
}
.single-grid {
	padding: 0.7em 0;
	  text-align: left;
}
.text-top{
	padding:0.5em 0;
}
.leave {
  padding: 2em 0 0em;
}
.top-comments {
	padding: 5em 0 0;
}
.md-col-in h4 {
	color: #362f2f;
	font-size: 1.5em;
	border-bottom: 1px solid #c29f00;
	font-weight: 600;
	width: 50%;
	padding: 0 10px 6px;
}
.md-col-in ul li{
	list-style:none;
}
.md-col-in ul{
	padding:1.8em 0 0;
}
.md-col-in ul li a{
	text-decoration:none;
	color:#362f2f;
	font-size:1.1em;
	padding: 0.1em 0;
	display: block;
}
.md-col-in ul li a:hover{
	color:#c3a000;
}
.md-col-in ul li i{
	background: url(../images/img-sprite.png)no-repeat -497px -20px;
	width: 8px;
	height: 8px;
	display: inline-block;
	transition: 0.5s all;
	vertical-align: middle;
	margin: 0 13px 0 0;
}
.top-single {
	padding: 1em;
}
/*--typography--*/
.typography {
    padding: 4em 0 4em;
}
.bs-example h2 {
  margin-bottom: 0;
  text-align: left;
}
.bs-example h2 {
  margin-bottom: 0;
  text-align: left;
}
.table h2 {
  font-size: 2.2em;
}
.grid_5 h2 {
  font-size: 2em;
  text-align: left;
  margin-bottom: 0;
}
.grid_5 h1, h2, h3, h4, h5, h6 {
  padding: 10px 0;
}
.grid_5 {
  margin: 31px 0;
}
.grid_3 h3 {
  padding-bottom: .5em;
     font-size:2em;
  color: #FA0000;
}
.grid_4 h3 {
  color: #666161;
}
.page-header h1 {
  color: #F00;
}
.typrography {
  padding: 4em 0;
  position: relative;
}
.first{
 margin-top:2em;
}
a#profile-tab {
  color: #000;
}
ul#myTab li a {
  padding: 1em 1em;
  color: #666;
}
div#profile p {
  line-height: 1.7em;
  margin: 1em 0;
}
/*--//typography--*/ 
/*--contact--*/
.contact {
  padding: 4em 0;
}
.contact-form {
     margin-top: 2em;
}
p.your-para {
    color: #888;
  font-size: 0.9em;
}
.contact-grid input[type="text"], .contact-grid textarea {
  width: 100%;
  padding:0.8em;
  margin:0.6em 0;
  background: #fff;
  outline: none;
  border: 1px solid #DADADA;
  -webkit-appearance: none;
}
.contact-grid textarea {
  resize: none;
  min-height:180px;
}
p.sed-para{
  color: #53d0c6;
  font-size: 1.5em;
  font-weight: 400;
     font-family: 'Lobster', cursive;
}
p.para1{
  color: #555;
  font-size: 0.9em;
  line-height: 1.9em;
      margin-top: 0.5em;
}
.address-more,.address-left{
	float:left;
	width:40%;
}
.contact-grid {
  padding-left: 0;
}
.address-more p, .address-left p{
	  width: 100%;
  color: #555;
  font-size: 0.9em;
  line-height: 1.8em;
}
.address-left p a {
  color: #555;
  font-size: 0.95em;
}
.more-address{
	padding:2em 0;
}
.find {
    background-color: #6CF3EB;
    padding: 10em 0 4em 0;
} 
.map{
 margin:2em 0 4em 0;
}
.map iframe {
  width: 100%;
  height:400px;
  border: none;
}
.send input[type="submit"] {
  font-size: 1em;
  background:#020202;
  padding: 0.7em 2em;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  text-transform: uppercase;
  -webkit-appearance: none;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.send input[type="submit"]:hover {
  background:#2ad2c9;
}
/*--footer--*/
.footer{
	padding:11em 0 2em 0;
	text-align:center;
	    background-color: #020202;
}
.copy {
  margin: 2em;
}
ul.social-icons li{
  display:inline-block;
  margin-right:1em;
}
ul.social-icons {
  margin-top: 1em;
}
a.tooltips {
  position: relative;
  display: inline;
}
ul.social-icons li:nth-child(5){
  margin: 0;
}
a.tooltips span {
   position: absolute;
  width:180px;
  color: #FFFFFF;
  background: #2C3E50;
  height: 61px;
  line-height: 19px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  padding: 0.5em;
  top: -86px;
  padding: 0.5em;
  -o- border-radius: 6px;
  -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	    font-size: 0.9em;
 }
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 38%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 10px solid #2C3E50;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}
.copy p {
  color: #fff;
  font-size:0.9em;
}
.copy p a {
   color:#2ad2c9;
}
.copy p a:hover{
	 text-decoration: underline;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 40px;
  height: 22px;
  border: none;
  text-indent: 100%;
  background: url(../images/move-top.png) no-repeat 0px 0px;
}
/*--Responsive--*/
@media (max-width:1440px){
	.header {
		background: url(../images/bg.jpg);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 613px;
		position: relative;
	}
	.banner-info {
		margin-top: 9em;
	}
	.banner-bottom {
		position: absolute;
		left: 9%;
		bottom: -23%;
	}
}
@media (max-width:1366px){
	.header {
		background: url(../images/bg.jpg);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 591px;
		position: relative;
	}
	.banner-info {
		margin-top: 8em;
	}
	.banner-bottom {
		position: absolute;
		left: 8%;
		bottom: -22%;
	}
	h3.tittle {
    font-size: 2.7em;
	}
	.banner-grid.one, .banner-grid.two, .banner-grid.three {
		padding: 3em 2em;
		margin-right: 1%;
		width: 30%;
	}
}
@media (max-width:1280px){
	.banner-bottom {
		position: absolute;
		left: 5.3%;
		bottom: -27%;
	}
	.banner-grid.one, .banner-grid.two, .banner-grid.three {
		padding: 3em 2em;
		margin-right: 1%;
		width: 31%;
	}
	.header {
		background: url(../images/bg.jpg);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 552px;
		position: relative;
	}
	.about-top-right h4 {
		font-size: 1.5em;
		padding: 0 0 10px 0;
	}
}
@media (max-width:1024px){
	.banner-grid.one, .banner-grid.two, .banner-grid.three {
		padding: 2em 2em;
		margin-right: 1%;
		width: 32.3%;
	}
	.banner-bottom {
		position: absolute;
		left: 2.3%;
		bottom: -35%;
	}
	.header {
		background: url(../images/bg.jpg);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 455px;
		position: relative;
	}
	.banner-info {
		margin-top: 4em;
	}
	.banner-info h3 {
      font-size: 2.6em;
	}
	.about-top {
		margin-top: 0.3em;
	}
	.service-grid li {
		margin: 2px 0;
		font-size: 0.85em;
	}
	.health-text h4 {
		padding: 0 0 3px 0;
		font-size: 1.5em;
	}
	.health-care {
      padding: 9em 0 4em 0;
	}
	.breed-section {
    padding: 9em 0 4em 0;
	}
	.news {
    padding: 9em 0 4em 0;
	}
	.ch-grid {
		margin: 3em 0;
		padding: 0;
		width: 87%;
	}
	.header.two {
		background: url(../images/bg2.jpg);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 119px;
	}
	.gallery {
		padding: 3em 0;
	}
	.news.two {
    padding: 3em 0 3em 0;
	}
	.map iframe {
		height: 312px;
	}
	.more-address {
		padding: 1em 0 0 0;
	}
	.team {
		padding:9em 0 4em 0;
		background: #6CF3EB;
	}
	 .about.second {
		padding: 3em 0 3em 0;
	}
	.contact {
    padding: 3em 0;
	}
	.typography {
		padding: 3em 0 3em;
	}
}
@media (max-width:800px){
	.banner-grid.one, .banner-grid.two, .banner-grid.three {
		padding: 1em 1em;
		margin-right: 1%;
		width: 31.3%;
		float: left;
	}
	.icon-text h4 {
		font-size: 1.5em;
		font-weight: 400;
		padding: 2px 0 0px 0;
	}
	.header {
		background: url(../images/bg.jpg);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 345px;
		position: relative;
	}
	.banner-info {
		margin-top: 0em;
	}
	.logo {
		margin-top: 0;
	}
	.top-header {
		padding: 1em 0 0 0;
	}
	.banner-grid.one, .banner-grid.two, .banner-grid.three {
		padding: 1em 1em;
		margin-right: 1%;
		width: 32.6%;
		float: left;
	}
	.banner-bottom {
		position: absolute;
		left: 0%;
		bottom: -42%;
	}
	.banner-grid.three{
		margin:0;
	}
	.banner-info {
    margin-top: 2em;
  }
  .about {
    padding: 11em 0 4em 0;
  }
	.about-top-left {
		padding: 0;
		margin-top: 2em;
	}
	.serve-text {
		padding: 0;
		margin-top: 2em;
	}
	.service-grid {
		float: left;
		width:49%;
		margin-right:1%;
	}
	.health-img {
		padding: 0;
		margin-top: 2em;
	}
	.health-text {
		padding: 0;
	}
	.ch-grid li {
		width: 180px;
		height: 180px;
		display: inline-block;
		margin: 20px 10px;
	}
	.ch-info-wrap, .ch-info {
    position: absolute;
    width: 140px;
    height: 140px;
	}
	.ch-info h3 {
    font-size: 23px;
    margin: 0 15px;
    padding:22px 0 0 0;
    height: 55px;
	}
	.ch-info p {
    padding: 10px 5px 0;
    margin: 0 10px;
	}
	.ch-grid {
		margin: 3em 0 0 0;
		padding: 0;
		width: 87%;
	}
	h3.tittle {
		font-size: 2.5em;
	}
	.header.two {
		background: url(../images/bg2.jpg);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 87px;
	}
	.gallery-left {
		padding: 0 0.2em;
		margin-bottom: 0.4em;
		float: left;
		width: 33%;
	}
	.gallery-bottom {
		margin-top: 1em;
	}
	.top-menu li {
		margin-right: 1em;
	}
	.article-post {
		padding-left: 0;
		margin-bottom: 2em;
		width: 50%;
		float: left;
	}
	.post-details {
		padding: 0;
		float: right;
		width: 67%;
	}
	.read a img {
		width: 8%;
		margin-top: 0.8em;
	}
	.meta-icon {
    margin: 25px 0 10px 54px;
    font-size: 1.5em;
	}
	.post-meta {
		font-size: 0.9em;
		text-align: right;
		line-height: 24px;
		float: left;
		width: 101px;
	}
	.post-details h3, .post-details a h3 {
		color: #020202;
		font-size: 1.5em;
		margin-top: 0.5em;
		padding: 0.3em 0 0.1em 0;
	}
	.article-post.two {
		width: 100%;
	}
	.post-details.two {
		padding: 0;
		float: right;
		width: 83%;
	}
	.preview {
		 float: left;
        padding: 0;
	}
	.data {
		float: right;
		width: 86%;
	}
	.preview img {
		width: 100%;
	}
	.contact-in {
		padding: 0;
		margin-top: 2em;
	}
	.contact-grid {
		padding-left: 0;
		padding: 0;
	}
	.news-article {
      margin-top: 1em;
   }
   .find {
		padding: 9em 0 2em 0;
	}
}
@media (max-width:768px){
	.top-menu ul {
		margin: 69px 0;
		padding: 2% 0;
		z-index: 999;
		position: absolute;
		width: 95.5%;
		background: rgba(25, 22, 22, 0.89);
		text-align: center;
	}
	.gallery-left {
		padding: 0 0.2em;
		margin-bottom: 0.4em;
		float: left;
		width: 33%;
	}
	.footer {
    padding: 10em 0 1em 0;
	}
	.read a img {
		width: 9%;
		margin-top: 0.8em;
    }
	.blog-pagenat {
		margin-top:2em;
	}
}
@media (max-width:640px){
	.header {
		background: url(../images/bg.jpg);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 280px;
		position: relative;
	}
	.icon-text p {
		font-size: 0.85em;
		margin: 0.5em 0;
	}
	.icon i {
		font-size: 2em;
	}
	.banner-info h4 {
		font-size: 1.7em;
		margin: 0.2em 0 0 0;
		padding:0;
	}
	.banner-bottom {
		position: absolute;
		left: 0%;
		bottom: -59%;
	}
	.banner-info h3 {
		font-size: 2.4em;
	}
	.callbacks_tabs {
		bottom: -20%;
		z-index: 0;
		left: 37%;
	}
	.banner-info {
		margin-top: 1em;
	}
	.article-post {
		padding-left: 0;
		margin-bottom: 2em;
		width: 100%;
		float: left;
	}
	.post-details h3, .post-details a h3 {
		font-size: 1.8em;
		margin-top: 0.5em;
		padding: 0.3em 0 0.1em 0;
	}
	.read a img {
		width: 6%;
		margin-top: 0.8em;
	}
	.top-header {
		padding: 0.5em 0 0 0;
	}
	.ch-grid li {
		width: 180px;
		height: 180px;
		display: inline-block;
		margin: 20px 26px;
	}
	.post-details.two {
		padding: 0;
		float: right;
		width: 81%;
	}
	.leave input[type="submit"] {
		font-size: 1em;
		padding: 0.6em 1em;
		margin: 1em 0 0em 0;
		width: 20%;
	}
	.leave p {
		width: 100%;
		font-size: 0.9em;
	}
	.find {
		padding: 9em 0 0em 0;
	}
	.contact-form {
		margin-top: 1em;
	}
	.serve-grids {
		margin-top: 1em;
	}
	.health-care {
		padding: 8em 0 1em 0;
	}
	.top-menu ul {
		margin: 69px 0;
		padding: 2% 0;
		z-index: 999;
		position: absolute;
		width: 94.7%;
		background: rgba(25, 22, 22, 0.89);
		text-align: center;
	}
}
@media (max-width:480px){
	.contact {
		padding: 2em 0 1em 0;
	}
	.header.two {
		background: url(../images/bg2.jpg);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height:74px;
	}
	.news.two {
		padding: 2em 0 1em 0;
	}
	.blog-pagenat ul li a {
		padding: 8px 1em;
		font-size: 0.85em;
		margin-top: 0em;
		}
		.blog-pagenat {
		margin-top: 1em;
	}
	.post-details.two {
		padding: 0;
		float: right;
		width: 73%;
	}
	.article-post.two {
    margin-bottom: 1em;
	}
	.data {
		float:right;
		width: 82%;
	}
	.leave h4, h4.tz-title-4.tzcolor-blue {
		font-size: 2.2em;
		margin-top: 0em;
		padding: 0em 0 0.1em 0;
	}
	.gallery-left {
		padding: 0 0.1em;
		margin-bottom: 0.2em;
		float: left;
		width: 50%;
	}
	.gallery {
		padding: 2em 0 1em 0;
	}
	.ch-grid {
		margin: 1em 0 0 0;
		padding: 0;
		width: 100%;
	}
	.team {
		padding: 9em 0 0em 0;
	}
	h3.tittle {
		font-size: 2.3em;
	}
	.logo a h1 {
    font-size: 3em;
	}
	.typography {
		padding: 2em 0 0em 0;
	}
	.service-grid {
		float: left;
		width: 100%;
		margin-right: 0;
		    padding: 0;
	}
	.breed-section {
		padding: 8em 0 0em 0;
	}
	.health-text h4 {
		padding: 0 0 3px 0;
		font-size: 1.5em;
		line-height: 1.5em;
	}
	.health {
		margin-top: 0em;
	}
	.copy p {
		font-size: 0.85em;
	}
	.serve-text h4 {
		padding: 0 0 5px 0;
		font-size: 1.4em;
		line-height: 1.5em;
	}
	.copy {
		margin: 2em 0;
	}
	a.tooltips span {
		width: 137px;
		height: 61px;
		padding: 0.5em;
		top: -86px;
		padding: 0.5em;
		font-size: 0.8em;
		left: 0;
	}
	a.tooltips span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 54%;
	}
	.banner-grid.one, .banner-grid.two, .banner-grid.three {
		padding: 0.5em;
		margin-right: 0;
		width: 100%;
		float: left;
	}
	.banner-bottom {
    position: absolute;
    left: 0%;
    bottom: -190%;
	}
	.about {
		padding: 28em 0 4em 0;
	}
	.header {
		background: url(../images/bg.jpg);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 228px;
		position: relative;
	}
	.callbacks_tabs {
		bottom: -39%;
		z-index: 0;
		left: 31%;
	}
	.banner-info h3 {
		font-size: 2em;
		padding:0;
	}
	.banner-info h4 {
		font-size: 1.5em;
		margin: 0.2em 0 0 0;
		padding: 0;
	}
	.top-menu ul {
		margin: 65px 0;
		padding: 2% 0;
		z-index: 999;
		position: absolute;
		width: 92.5%;
		background: rgba(25, 22, 22, 0.89);
		text-align: center;
	}
	.icon i {
		font-size: 2em;
		padding-top: 0.3em;
	}
	.about.second {
		padding: 2em 0 1em 0;
	}
	.news {
		padding: 9em 0 0em 0;
	}
	.map {
    margin: 1em 0 1em 0;
}
}
@media (max-width:320px){
	.about-top-right p {
		font-size: 0.85em;
	}
    h3.tittle {
		font-size: 1.8em;
	}
	.serve-text {
		margin-top: 1em;
	}
	.serve-text p {
		font-size: 0.85em;
	}
	.service-grid li {
		margin: 2px 0;
		font-size: 0.8em;
	}
	.service-grid ul {
		margin: 0.5em 0 0 2px;
	}
	.breed-section {
		padding: 7em 0 0em 0;
	}
	.serve-text h4 {
		padding: 0 0 5px 0;
		font-size: 1.2em;
	}
	.health-text h4 {
		padding: 0 0 3px 0;
		font-size: 1.2em;
		line-height: 1.5em;
	}
	.health-text p {
    font-size: 0.85em;
	}
	.team {
		padding: 7em 0 0em 0;
	}
	ul.social-icons li:nth-child(5) {
		margin: 0;
		display: none;
	}
	.icon-text p {
		font-size: 0.8em;
		margin: 0.5em 0;
	}
	.about-top-right h4 {
    font-size: 1.2em;
    padding: 0 0 10px 0;
	}
	.header {
		background: url(../images/bg1.jpg);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 195px;
		position: relative;
	}
	.banner-info h3 {
		font-size: 1.5em;
		padding: 0;
	}
	.banner-info h4 {
		font-size: 1em;
		margin: 0.2em 0 0 0;
		padding: 0;
	}
	.banner-bottom {
		position: absolute;
		left: 0%;
		bottom: -215%;
	}
	.callbacks_tabs {
		bottom: -45%;
		z-index: 0;
		left: 20%;
	}
	.about {
    padding: 27em 0 1em 0;
	}
	a.tooltips span {
		width: 130px;
		height: 47px;
		line-height: 16px;
		padding: 0.5em;
		top: -71px;
		padding: 0.5em;
		left: -42px;
		font-size: 0.75em;
	}
	.post-meta {
		font-size: 0.9em;
		text-align: right;
		line-height: 20px;
		float: left;
		width: 258px;
	}
		ul.ad-info li {
		display: inline-block;
		font-size: 0.9em;
		margin-right: 2px;
	}
	.post-details {
		padding: 0;
		float: right;
		width: 100%;
	}
	.meta-icon {
		margin: 5px 0 10px 0px;
		font-size: 1.2em;
		line-height: 35px;
		height: 35px;
		width: 35px;
		float: left;
	}
	.logo a h1 {
		font-size: 2.8em;
	}
	ul.ad-info {
		float: right;
		margin-top: 0.8em;
	}
	.post-details h3, .post-details a h3 {
    font-size: 1.5em;
    margin-top: 0.5em;
		padding: 0em 0 0.1em 0;
	}
	.read a img {
		width: 7%;
		margin-top: 0.8em;
	}
	.post-details p {
    font-weight: 400;
    margin-top: 0.5em;
    font-size: 0.85em;
	line-height:1.9em;
	}
	.news {
		padding: 7em 0 0em 0;
	}
	.copy p {
		font-size: 0.83em;
		line-height: 1.8em;
	}
	.post-details.two {
    padding: 0;
    float: right;
    width: 100%;
	}
	.leave h4, h4.tz-title-4.tzcolor-blue {
		font-size: 1.7em;
		margin-top: 0em;
		padding: 0em 0 0.1em 0;
	}
	#commentform textarea {
    padding: 13px 20px;
    width: 100%;
    font-size: 0.85em;
    height: 126px;
	}
	#commentform input[type="text"] {
    padding: 7px 12px;
	}
	p.form-submit {
		margin: 0em 0 1em 0;
	}
	.leave input[type="submit"] {
    font-size: 1em;
    padding: 0.5em 1em;
    margin: 1em 0 0.5em 0;
    width: 29%;
   } 
   .data {
		float: right;
		width: 70%;
		padding: 0;
	}
	.single_grid2 p {
    font-size: 0.85em;
	}
	.title a {
    font-size: 1.4em;
	}
	p.sed-para {
    font-size: 1.2em;
	}
	.contact-in {
		padding: 0;
		margin-top: 1.5em;
	}
	.send input[type="submit"] {
    font-size: 0.9em;
    padding: 0.6em 2em;
	}
	p.para1 {
    font-size: 0.85em;
	}
	.address-more, .address-left {
    float: left;
    width: 100%;
	}
	.map iframe {
		height: 244px;
	}
	.find {
		padding: 7em 0 0em 0;
	}
	.about.second {
    padding: 2em 0 0em 0;
	}
	.blog-pagenat ul li a {
		padding: 5px 0.5em;
		font-size: 0.8em;
		margin-top: 0em;
	}
	.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
		border: 1px solid #ddd;
		padding: 0 5px!important;
	}
}

