/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
	margin:0;
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
}
body a {
	text-decoration: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;
}
a:hover{
 text-decoration:none;
}
input[type="button"],input[type="submit"]{
	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: 'Josefin Sans', sans-serif;
    font-weight: 600;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*-- Banner --*/
/*-- header --*/
.top-header {
	padding: 5px 0;
	background: #fff;
}
h1.location {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
    padding-left: 5.8em;
    font-size: 2.6em;
}
h1.location a {
    color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	text-decoration: none;
}
h1.location a:hover {
    color: #fff !important;
}
ul.top-links li {
    margin-left: 5px;
    margin-top: 5px;
    display: inline-block;
}
.right-w3l ul.top-links li a i.fa {
	color: #000;
    background-color: #fff;
    width: 37px;
    height: 37px;
    font-size: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 36px;
    text-align: center;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
} 
.right-w3l ul.top-links li a i.fa:hover {
	color: #fff;
    background-color: #ed3237;
}
.right-w3l {
    float: left;
    width: 50%;
	text-align: center;
}
/*-- search --*/
.logo-w3l.w31.sea {
    position: relative;
}
.logo 
{
	width: 5%;
    margin-right: 30px;
    float: right;
}
.cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
.cd-main-header {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}
.nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(260px);
/*-- w3layouts --*/
	-moz-transform: translateX(260px);
	-ms-transform: translateX(260px);
	-o-transform: translateX(260px);
	transform: translateX(260px);
}
.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top:0px;
    right: 0;
}
.cd-header-buttons li {
	display: inline-block;
}
.cd-search-trigger, .cd-nav-trigger {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 3;
}

.cd-search-trigger::before, .cd-search-trigger::after {
	/* search icon */
	content: '';
	position: absolute;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-search-trigger::before {
	top: 11px;
	left: 11px;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
/*-- agileits --*/
	border:3px solid #fff;
}
.cd-search-trigger::after {
	/* handle */
	height: 3px;
	width: 8px;
	background: #fff;
	bottom: 14px;
	right: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span {
	/* container for the X icon */
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
	/* close icon */
	content: '';
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 22px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -11px;
	background:#000;
	opacity: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
	/* hide search icon */
	-moz-opacity: 0;
	opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
	/* show close icon */
	-moz-opacity: 1;
	opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search {
	position: absolute;
	width: 100%;
	top: 145%;
	left: 0;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-search input {
    border-radius: 0;
    border: none;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    padding: 0 5%;
	-webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 1em;
    padding: 1em 2em;
	color: #fff;
}
.cd-search input::-webkit-input-placeholder {
	color: #fff !important;
}
.cd-search input::-moz-placeholder {
	color: #fff !important;
}
.cd-search input:-moz-placeholder {
	color: #fff !important;
}
.cd-search input:-ms-input-placeholder {
	color: #fff !important;
}
.cd-search input:focus {
	outline: none;
}
.cd-search.is-visible {
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
/*-- //search --*/
/*-- //header --*/

/*-- menu-nav --*/
button#showRightPush {
  border: none;
  background: rgba(255, 255, 255, 0.21);
  padding: 8px;
  outline: none;
  position: fixed;
  z-index: 1;
}
nav#cbp-spmenu-s2 {
  background:rgba(84, 84, 84, 1);
  text-align: center;
}
nav#cbp-spmenu-s2 a {
	color: #fff;
	display: block;
	padding: 20px 25px;
	font-size: 18px;
	font-weight: 400;
	border: none;
	margin: 0;
	transition: .5s all;
	border-bottom: 1px dotted rgb(118, 118, 118);
	text-decoration: none;
	font-family: 'Oleo Script', cursive;
}
nav#cbp-spmenu-s2 a:hover {
	text-decoration: none;
	color:#D3564A;
	background: none;
}
nav#cbp-spmenu-s2 a.active {
	color: #D3564A;
}
nav#cbp-spmenu-s2 h3 {
  background: #D3564A;
  color: #fff;
  font-size: 3em;
}
/*-- //menu-nav --*/

/*-- banner-slider --*/
 .banner-slider {
	background: url(../images/banner3.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 715px;
}
.banner-info {
    text-align: left;
	margin-top: 17em;
}
.banner-right-agileits {
    width: 50%;
}
.banner-info lable{
	width: 12%;
	height: 10px;
	background: #00b29f;
	display: inline-block;
}
.banner-info h3 {
    font-size: 3em;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.banner-info p {
    font-size: .9em;
    font-weight: 400;
    color: #fff;
    margin-top: 0.6em;
    line-height: 1.9em;
    letter-spacing: 3px;
	font-family: 'Roboto', sans-serif;
}
.banner-button {
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: inline-block;
    background: #ed3237;
    font-weight: 600;
    margin-top: 1em;
    border-top: 2px solid #ed3237;
    border-bottom: 2px solid #ed3237;
}
.banner-button:hover {
	color:#fff;
	letter-spacing:5px;
	background:transparent;
	border-color:#fff;
	text-decoration:none;
}
.banner-button:focus{
	text-decoration:none;
}
#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;
}
.errors {
  list-style: none;
}
.callbacks_container {
  position: relative;
}
.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);
  top: 56%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 80px;
  width: 40px;
  background: transparent url("../images/left.png") no-repeat left top;
  margin-top: 4%;
  display: none;
}
 .callbacks_nav:hover{
  	opacity: 0.5;
  }
.callbacks_nav.next {
  left: auto;
    background-position: right top;
   left: 624px;
 }
 .callbacks_nav.prev {
	right: auto;
	background-position:left top;
	  left:573px;
}
#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;
  -webkit-border-radius:30em;
  -o-border-radius:30em;
  -moz-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;
    top: 66%;
    z-index: 999;
    right: 5%;
    padding: 0;
    margin: 0;
    display: block;
    width: 3%;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
  display: inline-block;
  margin: 0 0em;
}
@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: 14px;
    width: 14px;
    display: inline-block;
    background: none;
    border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
	background:#f06d1f;
}
/*-- //banner-slider --*/
/*-- Banner --*/ 
/*--modal--*/
.modal-content  img{
	width:100%;
}
.modal-content h4 {
    color: #000;
    text-align: center;
    font-size: 26px;
    margin-bottom: .5em;
    text-transform: uppercase;
}
.modal-content h5 {
    color: #f58703;
    padding-top: 15px;
    font-size: 18px;
}
.modal-content p{
	color:#636363;
	font-size:14px;
	line-height:25px;
	    padding-top: 10px;
}
.modal-header {
    padding: 30px;
}
/*--//modal--*/

/*-- //Banner-Slider --*/
/*-- /about --*/
.about,.services,.gallery,.blog,.contact-agile,.adopt{
	padding: 5em 0em;
}
p.heading-btm-w3ls {
    color: #999;
    font-size: 15px;
    text-align: center;
    margin: .5em 0em 3em;
    letter-spacing: 2px;
	word-spacing: 1px;
}
h3.tittle {
    color: #000000;
    font-size: 34px;
    text-align: left;
    text-transform: uppercase;
}
h3.two,p.two{
    color: #ffffff!important;
}
p.para-w3-agileits {
    font-size: 15px;
    color: #555;
    line-height: 30px;
    text-align: left;
}
.agileits_works-grid1{
	background: url(../images/about.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 420px;
}
.wthree-text {
    padding: 2em 3em;
}
ul.about-agile li {
    display: block;
    margin-bottom: 1em;
    color: #212121;
    line-height: 1.5em;
    text-transform: capitalize;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 2px;
}
ul.about-agile {
    text-align: left;
    margin-top: 1.5em;
}
ul.about-agile li i {
    color: #f06d1f;
    padding-right: 1em;
}
/*-- //about --*/
/*--sevices-section--*/
.services {
    background: url(../images/services.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
}
.item {
	text-align:center;
	float: none;
    margin: 0;
	position:relative;			
}
.item,
.item-hover,
.item-hover .mask,
.item-img,
.item-type-move .item-info {
	width: 255px;
    height: 245px;
	margin-bottom: 1em;
}

.item-hover,
.item-hover .mask,
.item-img { 
	position:absolute;
	top:0;
	left:0;			
}			

.item-type-move .item-hover {	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;	
	opacity:0;
	/*cursor:pointer;	*/	
	z-index:100;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.4);
}			
.item-type-move .item-info {
	z-index:10;
	color:#ffffff;
	position:relative;
	z-index:5;			
	overflow:hidden;			
}

.item-type-move .item-info .headline,
.item-type-move .item-info .date-month {
	width: 100%;
	position:absolute;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;	
	padding:0 10px;															
}				

.item-type-move .item-info .headline {
	font-size: 20px;
    top: 10px;
    color: #fff;							
}

.item-type-move .item-info .date-month {
	font-size:14px;
	font-style:italic;
	bottom:10px;																		
}
				
.item-type-move .item-info .line {
	 height:1px;
	 width:85%;
	 margin:10px auto 0 auto;
	 background-color:#ed3237;		 
}				

.item-type-move .item-hover .mask {
	background-color:rgba(0, 0, 0, 0.67);
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);					
	z-index:0;
}

.item-type-move .item-hover:hover {
	opacity:1;
}				

.item-type-move .item-hover:hover .item-info .headline {
	top:37%;
}				

.item-type-move .item-hover:hover .item-info .date-month {
	bottom:31%;
}	
.item-img {			
	background-color:#7a548f;
	z-index:0;			
}
h3.tittle {
    color: #000000;
    font-size: 34px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 1.2em;
}
/*--//services-section--*/
/*-- Team --*/
.thumbnail.team-w3agile img {
    margin: 0 auto;
    width: inherit;
    width: 100%;
}
.team-grids {
    padding: 0!important;
}
.team-grids:nth-child(2),.team-grids:nth-child(4) {
    padding-top: 2em!important;
}
.thumbnail.team-w3agile {
    position: relative;
    overflow: hidden;
}
.thumbnail {
    padding: 0px; 
    border: none;
   border-radius: 0;
   margin-bottom:0;
}
.thumbnail.team-w3agile h4 {
    font-size: 1.3em;
    font-weight: 600;
    color: #000000;
    margin: 0em 0 0.8em;
    /* padding-bottom: 4%; */
    letter-spacing: 1px;
}
.caption p {
    font-size: 15px;
    color: #fff !important;
    line-height: 30px;
}
.social-icons.team-icons ul {
    margin: 0;
}
.social-icons.team-icons {
    position: absolute;
    bottom: -227px;
    margin: 0;
    left: 0;
    background: #ed3237;
    padding: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    width: 100%;
    text-align: center;
}
.thumbnail.team-w3agile:hover div.social-icons.team-icons {
    bottom: 0px;
}
.thumbnail.team-w3agile:hover {
    border-color: #fdbd10;
}
/*-- //Team --*/
/*-- adopt Section --*/
.adopt-img-agileits-w3layouts{
	background: url(../images/adopt.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 300px;
}
.adopt-text-agileits-w3layouts {
    padding: 2em 0 0 2em;
}
h6.subheading-w3ls  {
    font-size: 25px;
    letter-spacing: 1px;
    color: #ed3237;
    margin-bottom: .5em;
}
.faq-left {
        
    float: left;
}
/*--faq --*/
.services-right-agileits {
    /* margin-top: 1em; */
    padding: 2em 0 0 5em;
}
.services-right-agileits ul {
    padding: 0;
    list-style: none;
}
.services-right-agileits h4 {
    color: #080808;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 1em;
}
.faq li {
    margin-top: 0.5em;
    list-style: none;
}
.faq li:nth-child(1) {
    margin: 0;
}
.faq li a {
    padding: 0.5em 1em;
    width: 100%;
    display: block;
    position: relative;
    color: #999;
    font-size: 1em;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-bottom: 1px dotted #e0e0e0;
}
.faq li a:hover, .faq li a.active {
    color: #f06d1f;
}
.faq span.glyphicon {
    margin-right: .5em;
    vertical-align: middle;
    font-size: 1em;
	color:#000;
}
.faq li a.active span.glyphicon {
	-webkit-transform: rotatex(180deg);
	transform: rotatex(180deg);
	-moz-transform: rotatex(180deg);
	-o-transform: rotatex(180deg);
	-ms-transform: rotatex(180deg);
	color:#f06d1f;
}
.faq li ul {
    width: 100%;
    border-bottom: 2px dotted #b7b7b6;
    padding: 10px 20px;
}
.faq li ul li p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #555;
}
.resp-tabs-container {
    border-top: 6px solid #ffffff!important;
}
/*-- //faq --*/
.pet-info {
    position: absolute;
    bottom: 10px;
    left: 0px;
    text-align: left;
}
.pet-info ul li {
    list-style: none;
    color: #999;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 30px;
    margin-top: 10px;
    display: block;
    background: #000;
    border-bottom-right-radius: 20px;
}
.pet-info ul li span {
    color: #fff;
    font-size: 15px;
}
/*--// adopt Section --*/
/*-- Gallery Section --*/
.demo > li {
    float: left;
    list-style-type: none;
    margin: 0px 5px 10px;
}
.demo > li img { width:275px; cursor:pointer;}
/*jquery.picEyes*/

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
    height: 100%!important;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width:30px;
  height:30px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}

.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}

.pictures_eyes_in {
  position: relative;
  text-align: center;
}

.pictures_eyes_in img { max-height: 500px; }

.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}

.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/left1.png) no-repeat;
  background-size: 51px;
}

.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/right1.png) no-repeat;
  background-size: 51px;
}

.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}

.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}
.gallery-grid1{
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.gallery-grid1 .p-mask, .row .product .vm-product-media-container .p-mask {
   opacity: 0;
    visibility: hidden;
    background: rgba(25, 24, 24, 0.8);
    bottom: 0%;
    position: absolute;
    padding: 1.3em 1.3em;
    width: 100%;
    -webkit-transform: translate3d( 0px, 100%, 0px );
    -moz-transform: translate3d( 0px, 100%, 0px );
    -ms-transform: translate3d( 0px, 100%, 0px );
    -o-transform: translate3d( 0px, 100%, 0px );
    transform: translate3d( 0px, 100%, 0px );
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: left;
    border: none;
}
.gallery-grid1 .p-mask .p-desc{
    color: #a3a3a3;
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1em;
}
.gallery-grid1:hover .p-mask, .row .product:hover .p-mask {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d( 0px, 0px, 0px );
    -moz-transform: translate3d( 0px, 0px, 0px );
    -ms-transform: translate3d( 0px, 0px, 0px );
    -o-transform: translate3d( 0px, 0px, 0px );
    transform: translate3d( 0px, 0px, 0px );
}
.p-mask h4 {
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 1px;
    text-decoration: none;
    line-height: 1.8em;
    text-transform: uppercase;
    font-weight: bold;
}
.p-mask p{
	margin: 0;
    color: #f5f5f5;
    line-height: 1.8em;
	font-size: 14px;
}
.p-mask span {
        color: #ed3237;
}
.pictures_eyes_in {
    position: relative;
    text-align: center;
}
/*-- //Gallery Section --*/

/*--Contact --*/
div#contact h3 {
    color: #ed3237;
}
.contact-agile {
    background: url(../images/contact.jpg) no-repeat 0px 0px;
    background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
}
.contact-middle input[type="text"],.contact-middle input[type="email"],textarea {
    width: 100%;
    padding: 11px 20px;
    border: none;
	font-size: 16px;
    background: rgba(197, 192, 185, 0.37);
    color: #fff;
}
.contact-middle input[type="text"] {
    margin-bottom: 1.2em;
}
input[type="text"]:focus,input[type="email"]:focus,textarea:focus{
	outline:none;
}
textarea {
    height: 62px;
    resize: none;
    width: 49%;
}
textarea:focus{
	outline:none;
}
.contact-middle input[type="submit"] {
    background: #ed3237;
    border: none;
    border-top: 2px solid #ed3237;
    border-bottom: 2px solid #ed3237;
    padding: 10px 30px;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    margin-top: 20px;
}
.contact-middle input[type="submit"]:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
	letter-spacing: 5px;
}
.contact-middle p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
}
.form-agileinfo {
    width: 48%;
    margin-right: 24px;
    float: left;
}
.address-agileinfo p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 27px;
}
.contact-middle input::-webkit-input-placeholder ,.contact-middle textarea::-webkit-input-placeholder{
	color: #d8d3d3 !important;
}
.contact-middle input::-moz-placeholder {
	color: #d8d3d3 !important;
}
.contact-middle input:-moz-placeholder {
	color: #d8d3d3 !important;
}
.contact-middle input:-ms-input-placeholder {
	color: #d8d3d3 !important;
}
.cd-search input:focus {
	outline: none;
}
 .footer-w3layouts {
    background: #383536;
    padding: 5em 3em;
}
.footer-top-agile h2 a {
    text-decoration: none;
    color: #fff;
    float: left;
    font-size: 1.3em;
    letter-spacing: 2px;
    font-family: 'Josefin Sans', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    /* text-shadow: 2px 2px #10080b; */
}
.footer-contact-w3ls {
    float: right;
}
p.num-w3ls {
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 6px;
}
p.email-w3l a {
    color: #999;
    text-decoration: none;
    padding-left: 10px;
}
p.email-w3l a:hover {
    color: #ed3237;
}
p.email-w3l {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.5px;
}
.nav-footer-w3l a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: capitalize;
    margin-right: 18px;
}
.nav-footer-w3l a:hover {
	color:#ed3237;
}
.nav-footer-w3l a:nth-child(5) {
    margin-right: 0px!important;
}
.nav-footer-w3l {
    float: left;
    margin-top: 0.8em;
}
.footer-bottom-wthree {
    margin-top: 5em;
}
.footer-button{
	float:right;
}
.footer-button a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
	    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 30px;
    background: #ed3237;
    border:none;
	border-top: 2px solid #ed3237;
    border-bottom: 2px solid #ed3237;
}
.footer-button a:hover {
    color: #fff;
    background: transparent;
	border-color:#fff;
	letter-spacing:5px;
}
/*--//Contact --*/


/*--Map --*/
.map-w3ls {
    position: relative;
    padding: 0;
}
.address-agileinfo {
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    width: 63%;
    bottom: 85px;
    right: 0;
    padding: 2em;
}
.map-w3ls iframe {
    width: 100%;
    height: 349px;
    border: none;
}
/*-- //Map--*/
/*-- Footer-Social-Icons --*/
.bottom-social-w3ls {
    padding: 1em 0em;
    background: #424242;
    text-align: center;
}
/*-- Footer-Social-Icons --*/
/*--copy-right--*/
.copy {
    text-align: center;
    background: #202020;
}
.copy p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 1em;
}
.copy p a {
    color: #ed3237;
    text-decoration: 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;
}
.copy p a:hover{
	color:#fff;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*--//copy-right--*/
/*--//footer--*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../images/arr.png") no-repeat 0px 0px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*--responsive--*/
@media(max-width:1600px){
	h1.location {
		padding-left: 5em;
	}
}

@media(max-width:1440px){
	h1.location {
		padding-left: 3.1em;
	}
	.banner-slider {
		min-height: 675px;
	}
	.banner-info {
		margin-top: 15em;
	}
}
@media(max-width:1366px){
	h1.location {
		padding-left: 2.7em;
		font-size: 2.2em;
	}
	ul.top-links li {
		margin-top: 1px;
	}
	.banner-info h3 {
		font-size: 2.3em;
	}
	.banner-slider {
		min-height: 640px;
	}
	button#showLeftPush {
		padding: 19px 20px;
	}
	.cd-header-buttons {
		top: -3px;
	}
	.cbp-spmenu h3 {
		font-size: 1.56em;
	}
	h3.tittle {
		font-size: 31px;
		margin-bottom: 1em;
	}
	.about, .services, .gallery, .blog, .contact-agile, .adopt {
		padding: 4em 0em;
	}
	.adopt-img-agileits-w3layouts {
		min-height: 285px;
	}
	.demo > li img {
		width: 275px;
	}
	.p-mask h4 {
		font-size: 1.15em;
	}
	.p-mask p {
		font-size: 13px;
	}
	.footer-w3layouts {
		padding: 4em 3em;
	}
	.footer-top-agile h2 a {
		font-size: 1.1em;
	}
	p.num-w3ls {
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	p.email-w3l {
		font-size: 15px;
	}
	.footer-bottom-wthree {
		margin-top: 4em;
	}
	.map-w3ls iframe {
		height: 291px;
	}
	.address-agileinfo {
		width: 67%;
		bottom: 74px;
		padding: 1.5em;
	}
}
@media(max-width:1280px){
	.banner-slider {
		min-height: 585px;
	}
	.banner-info {
		margin-top: 13em;
	}
}
@media(max-width:1080px){
	.banner-slider {
		min-height: 490px;
	}
	.banner-right-agileits {
		width: 55%;
	}
	.banner-info {
		margin-top: 10em;
	}
	.banner-button,.contact-middle input[type="submit"],.footer-button a {
		padding: 7px 25px;
		font-size: 15px;
	}
	.contact-middle input[type="text"], .contact-middle input[type="email"], textarea {
		font-size: 14px;
	}
	.cbp-spmenu a {
		font-size: 1.07em;
	}
	.wthree-text {
		padding: 1.5em 2em;
	}
	.agileits_works-grid1 {
		min-height: 410px;
	}
	ul.about-agile li {
		font-size: 15PX;
	}
	.faq-left {
		padding-top: 0;
		float: left;
		width: 60%;
		margin: 2em 0;
	}
	.about-img-w3-agileits {
		width: 61%;
		float: left;
	}
	h3.tittle {
		font-size: 29px;
		margin-bottom: 0.8em;
	}
	.demo > li img {
		width: 225px;
	}
	.address-agileinfo p {
		font-size: 13px;
	}
	.address-agileinfo {
		width: 73%;
		padding: 1.2em;
	}
	#toTop {
		right: 2.56%;
		width: 32px;
		height: 32px;
	}
	.copy p {
		font-size: 13px;
		padding: 1.2em;
	}
	.map-w3ls iframe {
		height: 284px;
	}
	.callbacks_tabs {
		top: 60%;
	}
}
@media(max-width:1050px){
	
}
@media(max-width:1024px){
	.banner-slider {
		min-height: 465px;
	}
	h6.subheading-w3ls {
		font-size: 23px;
	}
	.about, .services, .gallery, .blog, .contact-agile, .adopt {
		padding: 3em 0em;
	}
	h1.location {
		font-size: 2em;
	}
	.banner-info h3 {
		font-size: 2em;
	}
	.item-type-move .item-info .headline {
		font-size: 18px;
		letter-spacing: 1px;
	}
	p.para-w3-agileits,.faq li ul li p {
		font-size: 14px;
	}
	.faq li a {
		font-size: 0.95em;
	}
	.pet-info ul li span {
		font-size: 13.5px;
	}
	.caption p {
		font-size: 14px;
	}
	.address-agileinfo {
		width: 75%;
	}
}
@media(max-width:991px){
	.logo-w3l.w31.sea {
		position: relative;
		width: 59%;
		float: left;
	}
	.logo-w3l.w32 {
		width: 39%;
		float: left;
	}
	h1.location {
		padding-left: 3.69em;
	}
	.right-w3l ul.top-links li a i.fa {
		width: 34px;
		height: 34px;
		font-size: 14px;
		line-height: 34px;
	}
	button#showLeftPush {
		padding: 17.3px 19px;
	}
	.cl-effect-1 a::before {
		margin-right: 7px;
	}
	.cl-effect-1 a::after {
		margin-left: 7px;
	}
	.cd-search-trigger::before {
		top: 12px;
		left: 13px;
		width: 16px;
		height: 16px;
	}
	.cd-search-trigger::after {
		bottom: 15px;
	}
	.banner-slider {
		min-height: 450px;
	}
	.banner-info p {
		margin-top: 0.3em;
		line-height: 1.8em;
		letter-spacing: 2.5px;
	}
	.callbacks_tabs {
		width: 4%;
	}
	.wthree-text {
		padding: 1.5em 0em 0;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
		margin-bottom: 0.6em;
	}
	.ab-head1 {
		width: 50%;
		float: left;
		margin-bottom: 1.5em;
	}
	.ab-head1:nth-child(4) {
		margin-bottom: 0em!important;
	}
	.item-type-move .item-hover:hover .item-info .headline {
		top: 39%;
	}
	.adopt-text-agileits-w3layouts {
		padding: 1.5em 0 0 1em;
	}
	.about-img-w3-agileits ,.faq-left{
		width: 79.7%;
	}
	.team-grids {
		width: 25%;
		float: left;
	}
	.thumbnail.team-w3agile h4 {
		margin: 0em 0 0.3em;
	}
	.demo > li img {
		width: 230px;
	}
	.form-agileinfo {
		margin-right: 21px;
	}
	.caption p {
		line-height: 25px;
	}
	.thumbnail .caption {
		padding: 0 0px 9px;
	}
	.address-agileinfo {
		width: 40%;
		bottom: 77px;
	}
	.cbp-spmenu h3 {
		padding: 20px;
	}
	ul.about-agile li {
		margin-top: 1em;
		margin-bottom: 0em;
	}
	ul.about-agile {
		margin-top: 0em;
	}
}
@media(max-width:900px){
	.cd-header-buttons {
		top: 5px;
	}
	.cd-search-trigger, .cd-nav-trigger {
		width: 34px;
		height: 34px;
	}
	.cd-search-trigger::before {
		top: 3px;
		left: 5px;
	}
	.cd-search-trigger::after {
		bottom: 13px;
		right: 9px;
	}
	.banner-slider {
		min-height: 410px;
	}
	.banner-info {
		margin-top: 8em;
	}
	.footer-top-agile h2 a {
		font-size: 1em;
	}
	p.num-w3ls {
		font-size: 25px;
		letter-spacing: 4px;
	}
	.footer-bottom-wthree {
		margin-top: 2.5em;
	}
}
@media(max-width:800px){
	.banner-info h3 {
		font-size: 1.7em;
	}
	.banner-slider {
		min-height: 365px;
	}
	.banner-info p {
		letter-spacing: 2px;
		font-size: .8em;
	}
	.banner-right-agileits {
		width: 62%;
	}
	.banner-info {
		margin-top: 7em;
	}
	.team-grids {
		width: 50%;
		float: left;
	}
	.pictures_eyes_in .next {
		right: 3px;
		background-size: 35px;
	}
	.pictures_eyes_in .prev {
		left: 26px;
		background-size: 35px;
	}
	.p-mask h4 {
		font-size: 1.032em;
	}
	.p-mask p {
		font-size: 14px;
	}
}
@media(max-width:768px){
	h1.location {
		padding-left: 2.6em;
	}
	.pictures_eyes_in img {
		margin-left: 9px;
	}
	.banner-button, .contact-middle input[type="submit"], .footer-button a {
		padding: 5px 20px;
		font-size: 14px;
	}
	.banner-info {
		margin-top: 7.5em;
	}
	.callbacks_tabs {
		top: 52%;
	}
	h2.resp-accordion {
		background: #383536;
	}
	.resp-arrow {
		border-top: 12px solid #ed3237;
	}
	h2.resp-tab-active {
		background: #202020 !important;
	}
	h2.resp-tab-active span.resp-arrow {
		border-bottom: 12px solid #f8fafc;
	}
	.pictures_eyes_in img {
		margin-left: 9px;
	}
	.resp-tabs-container {
		padding: 0em 0;
	}
	.team-grids:nth-child(3), .team-grids:nth-child(4) {
		margin-top: -2em!important;
	}
	.contact-middle p {
		font-size: 14px;
		margin-bottom: 3px;
	}
	.contact-middle input[type="text"] {
		margin-bottom: 1.03em;
	}
}
@media(max-width:767px){
	.cd-search-trigger span::before, .cd-search-trigger span::after {
		top: 34%;
	}
	h3.tittle {
		font-size: 24px;
		margin-bottom: 0.7em;
	}
	.footer-top-agile h2 a {
		font-size: 0.9em;
	}
	.map-w3ls iframe {
		height: 275px;
	}
	.nav-footer-w3l {
		margin-top: 0.3em;
	}
	.about, .services, .gallery, .blog, .contact-agile, .adopt {
		padding: 2.5em 0em;
	}
	h6.subheading-w3ls {
		font-size: 19px;
		letter-spacing: 1.5px;
	}
}
@media(max-width:736px){
	.pictures_eyes_in .prev {
		left: 18px;
		background-size: 26px;
	}
	.pictures_eyes_in .next {
		right: -20px;
		background-size: 26px;
	}
	.pictures_eyes_in img {
		margin-left: 14px;
	}
	.banner-slider {
		min-height: 335px;
	}
	.banner-info h3 {
		font-size: 1.5em;
	}
	.banner-info {
		margin-top: 6.5em;
	}
	.demo > li img {
		width: 219px;
	}
	.form-agileinfo,textarea {
		width: 100%;
		margin-right: 0px;
		float: none;
	}
	.cbp-spmenu-left.cbp-spmenu-open {
		left: 0px;
		overflow-y: auto;
	}
	.contact-middle input[type="email"] {
		margin-bottom: 1.03em;
	}
}
@media(max-width:667px){
	h1.location {
		padding-left: 3em;
		font-size: 1.5em;
		margin-top: 5px;
	}
	.cd-header-buttons {
		top: 3px;
		right: -14px;
	}
	.banner-slider {
		min-height: 300px;
	}
	button#showLeftPush img {
		width: 28.5px;
	}
	.banner-info {
		margin-top: 5.5em;
	}
	.callbacks_tabs {
		top: 45%;
	}
	.right-w3l ul.top-links li a i.fa {
		width: 31px;
		height: 31px;
		font-size: 13px;
		line-height: 32px;
	}
	.pictures_eyes_indicators a {
		width: 47px;
		height: 47px;
	}
	.pictures_eyes_in img {
		max-height: 390px;
	}
	.cd-search input {
		padding: .7em 2em;
	}
	.demo > li img {
		width: 300px;
	}
	.cbp-spmenu h3 {
		font-size: 1.4em;
	}
	.agileits_works-grid1 {
		min-height: 253px;
		background: url(../images/about.jpg) no-repeat 0px -156px;
		background-size: cover;
	}
	.about-img-w3-agileits, .faq-left {
		width: 100%;
	}
	.cd-search input {
		font-size: 0.9em;
	}
}
@media(max-width:640px){
	.banner-slider {
		min-height: 290px;
	}
	.callbacks_tabs a:after {
		height: 12px;
		width: 12px;
	}
	.callbacks_tabs li {
		line-height: 10px;
	}
	.callbacks_tabs {
		top: 50%;
	}
	h3.tittle {
		font-size: 23px;
	}
	.about, .services, .gallery, .blog, .contact-agile, .adopt {
		padding: 2em 0em;
	}
	h6.subheading-w3ls {
		margin-bottom: .3em;
	}
	ul.about-agile li {
		margin-top: 0.7em;
		font-size: 14PX;
		letter-spacing: 1.5px;
	}
	.demo > li img {
		width: 286px;
	}
	.footer-top-agile h2 a {
		font-size: 0.8em;
	}
	p.num-w3ls {
		font-size: 21px;
		letter-spacing: 3px;
		margin-bottom: 10px;
	}
	p.email-w3l {
		font-size: 14px;
	}
	.footer-w3layouts {
		padding: 2em 3em;
	}
	.map-w3ls iframe {
		height: 250px;
	}
	.address-agileinfo {
		width: 55%;
		bottom: 84px;
	}
}
@media(max-width:600px){
	.pictures_eyes_in img {
		max-height: 363px;
	}
	.pictures_eyes_indicators a {
		width: 42px;
		height: 42px;
	}
	h1.location {
		font-size: 1.4em;
	}
	.banner-slider {
		min-height: 270px;
	}
	.banner-info h3 {
		font-size: 1.41em;
	}
	.banner-info {
		margin-top: 4.5em;
	}
	.agileits_works-grid1 {
		background: url(../images/about.jpg) no-repeat 0px -115px;
		background-size: cover;
	}
	.ab-head1 {
		width: 100%;
		float: none;
		margin-bottom: 1.2em;
	}
	.demo > li img {
		width: 266px;
	}
	.p-mask p {
		font-size: 13px;
	}
}
@media(max-width:568px){
	.logo-w3l.w31.sea {
		width: 52%;
	}
	.right-w3l {
		width: 62%;
	}
	.logo-w3l.w32 {
		width: 46%;
	}
	.pictures_eyes_in img {
		max-height: 335px;
	}
	.banner-slider {
		min-height: 250px;
	}
	.banner-info h3 {
		font-size: 1.4em;
		letter-spacing: 1px;
	}
	.banner-info {
		margin-top: 4em;
	}
	.banner-button, .contact-middle input[type="submit"], .footer-button a {
		padding: 4px 15px;
		font-size: 13px;
	}
	.item-type-move .item-info .headline {
		font-size: 17px;
	}
	.item-type-move .item-info .date-month {
		font-size: 13px;
		letter-spacing: 1px;
	}
	.item-type-move .item-hover:hover .item-info .date-month {
		bottom: 35%;
	}
	.demo > li img {
		width: 250px;
	}
	.nav-footer-w3l a {
		font-size: 12.5px;
		letter-spacing: 1.3px;
		margin-right: 12px;
	}
	.nav-footer-w3l {
		margin-top: 0em;
		margin-bottom: 1em;
		float: none;
	}
	.footer-button {
		float: none;
	}
	.footer-bottom-wthree {
		margin-top: 1.2em;
	}
}
@media(max-width:480px){
	ul.demo > li {
		float: none;
		width: 100%;
		margin: 0px 0px 10px;
	}
	.demo > li img {
		width: 100%;
		cursor: pointer;
	}
	.resp-arrow {
    margin-top: 1px;
	}
	.pictures_eyes_in img {
		max-height: 277px;
	}
	.logo-w3l.w32 {
		width: 48%;
	}
	.right-w3l {
		width: 76%;
	}
	.banner-right-agileits {
		width: 80%;
	}
	.banner-slider {
		min-height: 215px;
	}
	.banner-info {
		margin-top: 3em;
	}
	.callbacks_tabs {
		top: 34%;
	}
	h3.tittle {
		margin-bottom: 0.8em;
	}
	.about, .services, .gallery, .blog, .contact-agile, .adopt {
		padding: 2.5em 0em;
	}
	.agileits_works-grid1 {
		background: url(../images/about.jpg) no-repeat 0px -58px;
		background-size: cover;
	}
	.contact-middle p {
		font-size: 13px;
	}
	.footer-w3layouts {
		padding: 1.8em 1.8em;
	}
	.copy p {
		font-size: 13px;
		padding: 1em 2em;
		line-height: 30px;
	}
	.cbp-spmenu a {
		font-size: 1em;
	}
	.cbp-spmenu h3 {
		font-size: 1.2em;
		padding: 21.5px;
	}
	.cd-search input {
		font-size: 0.8em;
	}
}
@media(max-width:440px){
	h1.location {
		font-size: 1.2em;
		padding-left: 3.2em;
		margin-top: 7px;
	}
	.logo-w3l.w32 {
		width: 51%;
		padding-right: 0;
	}
	.logo-w3l.w31.sea {
		width: 48%;
		padding: 0;
	}
	.right-w3l {
		width: 83%;
	}
	ul.top-links li {
		margin-left: 3px;
	}
	.cd-header-buttons {
		top: 4px;
		right: -4px;
	}
}
@media(max-width:414px){
	h1.location {
		font-size: 1.2em;
		padding-left: 3.2em;
		margin-top: 7px;
	}
	.logo-w3l.w32 {
		width: 51%;
		padding-right: 0;
	}
	.logo-w3l.w31.sea {
		width: 48%;
		padding: 0;
	}
	.right-w3l {
		width: 83%;
	}
	ul.top-links li {
		margin-left: 3px;
	}
	.cd-header-buttons {
		top: 4px;
		right: -4px;
	}
	.faq li a {
		padding: 0.5em .5em;
	}
	.pet-info ul li span {
		font-size: 13px;
	}
	.pet-info ul li {
		font-size: 13px;
		padding: 7px 22px;
		margin-top: 8px;
	}
	.team-grids {
		width: 100%;
		float: none;
	}
	.team-grids:nth-child(3), .team-grids:nth-child(4) {
		margin-top: 0em!important;
	}
	.team-grids:nth-child(2), .team-grids:nth-child(4) {
		padding-top: 0em!important;
	}
	.footer-top-agile h2 a {
		font-size: 0.7em;
		float: none;
	}
	.footer-contact-w3ls {
		float: none;
		margin-top: 10px;
	}
	p.num-w3ls {
		font-size: 16px;
		margin-bottom: 7px;
	}
	p.email-w3l {
		font-size: 13.5px;
	}
	.footer-bottom-wthree {
		margin-top: 0em;
	}
	.nav-footer-w3l a {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.nav-footer-w3l {
		margin: 1em 0 .8em;
		width: 100px;
	}
	.address-agileinfo {
		width: 70%;
		bottom: 78px;
	}
	.banner-button:hover ,.contact-middle input[type="submit"]:hover ,.footer-button a:hover {
		letter-spacing: 3px;
	}
	.footer-top-agile h2 {
		line-height: 14px;
	}
	h3.tittle {
		font-size: 22px;
	}
}
@media(max-width:384px){
	.logo-w3l.w31.sea {
		width: 100%;
		padding: 0 1em;
	}
	.logo-w3l.w32 {
		width: 100%;
		float: none;
		padding-left: 0;
	}
	button#showLeftPush img {
		width: 25px;
	}
	button#showLeftPush {
		padding: 13px 14px;
	}
	h1.location {
		font-size: 1.6em;
		padding-left: 3em;
		margin: 6px 0 23px 0;
	}
	.right-w3l {
		width: 100%;
		text-align: left;
	}
	.top-header {
		padding: .7em 0;
	}
	.cbp-spmenu h3 {
		font-size: 1.07em;
		padding: 16.5px;
	}
	.cbp-spmenu-vertical a {
		padding: 1em;
	}
	.banner-right-agileits {
		width: 85%;
	}
	.banner-slider {
		min-height: 175px;
	}
	.banner-info p {
		letter-spacing: 1px;
		line-height: 1.7em;
	}
	.banner-button {
		margin-top: 0.6em;
	}
	.banner-info {
		margin-top: 1.84em;
	}
	.cd-search input {
		font-size: 1em;
	}
	h3.tittle {
		font-size: 22px;
	}
	.about, .services, .gallery, .blog, .contact-agile, .adopt {
		padding: 2em 0em;
	}
	.faq li a {
		font-size: 0.9em;
	}
	p.para-w3-agileits, .faq li ul li p {
		font-size: 13.5px;
	}
	.caption p {
		font-size: 13.5px;
	}
	.pictures_eyes_in img {
		margin-left: 3px;
	}
	.callbacks_tabs {
		top: 29%;
	}
	.callbacks_tabs li {
		line-height: 0px;
	}
	.cd-search {
		top: 135%;
	}
	.footer-w3layouts {
		padding: 2em 1.3em;
	}
}
@media(max-width:375px){
	.adopt-img-agileits-w3layouts {
		min-height: 190px;
	}
	.adopt-text-agileits-w3layouts {
		padding: 1.5em 0 0 0em;
	}
	.ab-head1 {
		padding: 0;
	}
	.about-img-w3-agileits, .faq-left {
		padding: 0;
	}
	.callbacks_tabs {
		top: 27%;
	}
	#toTop {
		right: 2.56%;
		width: 25px;
		height: 25px;
		background-size: 25px;
		bottom: 20px;
	}
	.cd-search input {
		font-size: 0.96em;
	}
}
@media(max-width:320px){
	.pictures_eyes_in img {
		max-height: 217px;
	}
	.p-mask h4 {
		font-size: 1.03em;
	}
	.banner-right-agileits {
		width: 95%;
	}
	.banner-info h3 {
		font-size: 1.3em;
	}
	.callbacks_tabs {
		top: 29%;
		right: 1%;
	}
	.agileits_works-grid1 {
		min-height: 165px;
	}
	.faq span.glyphicon {
		margin-right: 0.2em;
		font-size: 12px;
	}
	.faq li a {
		padding: 0.5em 0em;
		font-size: 0.85em;
	}
	.faq li ul li p {
		line-height: 25px;
	}
	.faq li ul {
		padding: 10px 15px;
	}
	.pet-info ul li {
		padding: 5px 16px;
		margin-top: 4px;
		border-bottom-right-radius: 16px;
	}
	.pictures_eyes_in img {
		margin-left: 14px;
	}
	.address-agileinfo {
		width: 83%;
		bottom: 73px;
	}
	.about, .services, .gallery, .blog, .contact-agile, .adopt {
		padding: 1.8em 0em;
	}
	h3.tittle {
		margin-bottom: 0.6em;
	}
}
/*--responsive--*/