/*--
Author: W3layouts
Author URL: http://w3layouts.com
Web Development: https://www.gerueb.pt
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	font-family: 'Assistant', sans-serif;
	font-size: 16px;
	padding:0;
	margin:0;
	background:#fff;
	position:relative;
}
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;
	color:#071F57;
}
a:hover{
	text-decoration:none;
	color:#000000;
}
input[type="button"],input[type="submit"],.contact-form 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: 'Assistant', sans-serif;	
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
img{
	width:100%;
}

a:focus{
   outline: none;
}

object:focus, embed:focus, button:focus{ 
  outline: none;
}

input::-moz-focus-inner { 
  border: none; 
}

/*checkbox | radio*/

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:url('../images/check_radio_sheet.png') left top no-repeat;
    cursor:pointer;
	
}

input[type="checkbox"] + label span:hover {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:url('../images/check_radio_sheet.png') -24px top no-repeat;
    cursor:pointer;
	
}

input[type="checkbox"]:checked + label span {
    background:url('../images/check_radio_sheet.png') -48px top no-repeat;
}

/**/

input[type="radio"] {
    display:none;
}

input[type="radio"] + label span {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:url('../images/check_radio_sheet.png') -71px top no-repeat;
    cursor:pointer;
}

input[type="radio"] + label span:hover {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:url('../images/check_radio_sheet.png') -95px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url('../images/check_radio_sheet.png') -119px top no-repeat;
}

/* TouchSpin */
.input-group-text, .input-group > .input-group-append > .btn, .input-group > .input-group-prepend > .btn{
	border:1px solid #bbb;
	line-height: 1;
	height:52px;
	margin:0;
	padding:0 1em;
	top:0.5em;
	z-index:0;
}

/*-- header --*/

.geruloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/icon.svg) center no-repeat #fff;
  background-size:80px;
}

/*-- header --*/

.logo{
	position:relative;
	top:0.5em;
	background-color:#FFFFFF;
	background-position:center center;
	border-radius:0.1em;
	padding: 0.4em 0.4em 0.2em 0.4em;
	opacity:0.8;
}

.logo img{
	width:220px;
}

.footerlogo img {
    width: 230px;
	background-color:#fff;
	padding:0.5em;
	border-radius:0.2em;
}

/*-- Index-Page-Styling --*/

header {
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 0 0 0 0;	
	border-top:2px solid #17367F;
}
.bg-light {
    background-color: transparent !important;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #FFD000;
    border-bottom: 1px solid #FFD000;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    border-bottom: 1px solid #fff;
}
li.nav-item {
    padding: 0 10px;
}
.dropdown-menu {
    padding: 1rem;
}
ul.dropdown-menu li {
    padding: 10px 0;
}
ul.dropdown-menu li a {
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
	border-bottom: 1px solid;
    padding-bottom: .2rem;
}
ul.dropdown-menu li a:hover {
	color: #17367f;
	border-bottom: 1px solid;
}
.navbar-light .navbar-brand {
    font-size: 1.2em;
    color: #17367f;
    text-shadow: 2px 2px #ffffff;
    text-decoration: none;
    font-weight: 700;
	margin: 0;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 3px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: .2rem;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #fff;
    text-shadow: 2px 2px #ffffff;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #FFD000;
    border-bottom: 1px solid #FFD000;
}
.header-top {
    background: #071F57;
    padding: 15px;
}
.navbar{
	padding: 0;
}
.header-top p {
    margin: 0;
    color: #eee;
    letter-spacing: 2px;
    font-size: 15px;
}
.header-top p i {
    color: #FFD000;
	margin-right: 10px;
}
.top-right {
    text-align: right;
}
/*-- /slider --*/


/*-- banner-top --*/

.banner-top {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	min-height: 780px;
}

.banner-info_agile_w3ls {
	text-align: center;
	padding-top: 23em;
}

.banner-info_agile_w3ls h3 span,.banner-info_agile_w3ls h2 span {
	padding: 0 15px;
	font-weight: 600;
    color: #eee;
    text-decoration: underline;
}

.banner-info_agile_w3ls a, a.main-btn {
	color: #fff;
	text-decoration: none;
	padding: 10px 60px;
	letter-spacing: 3px;
	font-size: 20px;
	margin: 0.5em 0 0em;
	background: #071F57;
	display: inline-block;
	border-radius:30px;
	text-align:center;
}

a.main-btn:hover  {
	background: #333;
}


@media screen and (max-width: 480px) { /*small-screens*/

	a.main-btn{
		display: block;
		width:100%;	
	}

}

.banner-info_agile_w3ls a:hover{
	color:#FFD000;
}
.banner-info_agile_w3ls h3,.banner-info_agile_w3ls h2 {
	font-size: 4em;
	color: #D1ECFC;
	font-weight: 100;
	letter-spacing: 1px;
     text-transform: capitalize;
}

.banner-info_agile_w3ls p {
	font-size: 1.1em;
	color: #fff;
	margin: 1.5em 0;
	letter-spacing: 4px;
}

.banner-info_agile_w3ls i {
    vertical-align: middle;
}
.layer{
      background: rgba(37, 37, 37, 0.4);
	  min-height: 780px;
}
/*-- //banner-top --*/

/*--social_media_icons_style--*/
.w3_agileits_social_media {
    text-align: center;
    position: absolute;
    left: 1em;
    top: 11em;
    z-index: 99;
}

.w3_agileits_social_media .active{
	border:2px solid #FFFFFF;
	border-radius:100%;"
}

.w3_agileits_social_media ul li {
    list-style: none;
    margin-bottom: 1em;
}
.w3_agileits_social_media ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
     font-size: 14px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 38px;
    background: transparent;
    box-shadow: 0px 0px 3px #fbfcff;
}
.w3_agileits_social_media ul li a:hover {
    color: #17367f;
}
p.ab {
    text-transform: uppercase;
    color: #FFD000;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 18px;
    transform: rotate(-90deg);
	left: -2em;
	bottom: 32%;
    position: absolute;
    z-index: 99;
}

/*--//social_media_icons_style--*/

a.btn-blue:hover, .btn-blue:hover  {
	background: #333;
}

a.btn-blue, .btn-blue  {
	font-size: 0.9em;
	display: inline-block;
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
	background: #17367f;
	padding: 11px 27px;
	border-radius: 35px;
	margin:0.5em 0;
	border:none;
	text-align:center;
}


@media screen and (max-width: 480px) { /*small-screens*/

	a.btn-blue, .btn-blue{
		display: block;
		width:100%;	
	}

}

.thim-click-to-bottom {
	position: absolute;
	bottom: 5vh;
    left: 49%;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    -webkit-animation: bounce 4s infinite ease-in-out;
    z-index: 2;
}
.thim-click-to-bottom i {
    color: #ddd;
}
.rotate a {
    border: 2px solid #ddd;
    font-size: 20px;
    padding: 10px;
    line-height: 65px;
	border-radius: 30px;
    text-align: center;
}
@-webkit-keyframes bounce {
	0%, 20%, 60%, 100%  { -ms-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -o-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -moz-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-20px); }
	80% { -webkit-transform: translateY(-10px); }
}
/*-- hover-effect --*/

/*--slider--*/

#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: 5vh;
	left: 40px;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
	width: 34px;
	background: url(../images/left.png) no-repeat 0px 0px;
}

.callbacks_nav.next {
	left: auto;
	background: url(../images/right.png) no-repeat 0px 0px;
	right: 45%;
}

.callbacks_nav.prev {
	left: auto;
	background: url(../images/left.png) no-repeat 0px 0px;
	left: 45%;
}

#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;
	top: 44%;
	right: 1em;
	padding: 0;
	margin: 0;
	display: block;
	z-index: 99;
}

.slider-top span {
	font-weight: 600;
}

.callbacks_tabs li {
	display: block;
	margin: 5px 0px;
}

/*----*/

.callbacks_tabs a {
    border: 2px solid #17367F;
	background: #17367F ;
    width: 25px;
    height: 25px;
    line-height: 38px;
	border-radius: 50%;
    color: transparent;
    display: block;
    text-align: center;
    box-shadow: 0px 0px 3px #fbfcff;	
}

.callbacks_here a {
	background: #FFD000 ;
    border: 2px solid #FFD000;
    box-shadow: 0px 0px 3px #fbfcff;	
}
.slider {
    position: relative;
}
/*-- //slider --*/





/*-- booking-form--*/
.book-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9a9797;
}
.book-form::-moz-placeholder { /* Firefox 19+ */
  color: #9a9797;
}
.book-form::-ms-input-placeholder { /* IE 10+ */
  color: #9a9797;
}
.book-form::-moz-placeholder { /* Firefox 18- */
  color: #9a9797;
}
.book-form   label {
    font-size:15px;
    color: #333;
    text-align: left;
    display: inline-block;
    float: left;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.book-form label span {
    margin-right: 5px;
    color: #17367f;
}
.book-form input[type="text"],.book-form input[type="date"],.book-form input[type="text"],.book-form input[type="email"], .book-form input[type="number"] , .book-form input[type="password"] {
    width: 100%;
    color: #FFF;
    outline: none;
     font-size: 15px;
    padding: 10px 15px;
    letter-spacing: 1px;
    border: 2px solid #fff;
    -webkit-appearance: none;
    margin-bottom: 1em;
    background: #17367f;
}
.book-form form input[type="submit"] {
    background: #D1ECFC;
    color: #17367f;
    border: 2px solid #17367f;
    padding: 8px 15px;
    font-size: 15px;
	font-weight: 600;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: uppercase;
    width: 100%;
	cursor: pointer;
    letter-spacing: 1px;
    margin-top: 2.3em;
    -webkit-appearance: none;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 10px);
}
.book-form {
}
.book-form p {
    color: #fff;
    font-size: 24px;
    margin-bottom: .8em;
    letter-spacing: 5px;
    word-spacing: 7px;
    text-transform: uppercase;
}
.book-form select.form-control {
    outline: none;
    font-size: 15px;
    padding: 7px 10px;
    letter-spacing: 1px;
    width: 100%;
    line-height: 25px;
    background: #17367f;
    color: #FFF;
    border: 2px solid #fff;
	box-shadow:none!important;
}
.form-date-w3-agileits.second-agile {
    width: 30%;
}
.form-date-w3-agileits.second-agile,.form-time-w3layouts.second-agile,.form-left-agileits-w3layouts.second-agile,.form-left-agileits-w3layouts.bottom-w3ls.second-agile {
 
    margin-right:0!important;
	    padding:0!important;
}
.form-left-agileits-w3layouts.bottom-w3ls {
    padding:0!important;
}
.book-form input[type=submit]:hover {
    border: 2px solid #17367f;
     color: #17367f;
    background: none;
}
.form-control {
    border-radius: 0rem; 
}
.booking h3 {
    font-size: 22px;
    color: #333;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
}
/*-- //booking-form--*/

/*-- bottom --*/
.bottom {
    background: url(../images/patternbg.png);
}
.bottom-grids h4 {
    font-size: 25px;
    letter-spacing: 5px;
    color: #eee;
}
.bottom-grids h3 {
    font-size: 50px;
    color: #eee;
    font-weight: 700;
    letter-spacing: 2px;
	text-transform: capitalize;
}
.bottom-grids .grid1 a {
    font-size: 15px;
     display: inline-block;
    color: #17367f;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    background: #fff;
    padding: 13px 30px;
    border-radius: 0;
}
.bottom-grids .grid1 a:hover,.welcome-grids a:hover {
    color: #fff;
    background: #333;
}
.bottom-grids img {
    border: 1px solid #fff;
}
a.arrow-2 {
    font-size: 60px;
    color: #eee;
    margin-top: .8em;
    display: inline-block;
    outline: none;
}
/*-- bottom --*/

/*-- welcome --*/
.welcome-grids h4 {
    color: #999;
    text-transform: capitalize;
    font-size: 20px;
}
.welcome-grids h3 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.welcome-grids p {
    color: #555;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
}
.welcome-grids a {
    font-size: 15px;
    display: inline-block;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    background: #17367f;
    padding: 13px 30px;
    border-radius: 35px;
}
.position {
	padding: 0; /*12px*/
    /* border: 2px solid #666; */
}
.welcome-grid3 img {
	padding: 0; /*12px*/
    /* border: 2px solid #17367f; */
}
h2.heading,h3.heading {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 5px;
    color: #3a3a3a;
}
/*-- welcome --*/

/*-- //services --*/
/*-- mid --*/
.list-inline> li {
    margin: 1.2em 0;
    display: block;
    padding: 0;
}
.list-inline> li a{ 
    display: block; 
}
.mid-text-info h4 {
    color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
    line-height: 26px;
}
.news-right h4{
    font-size: 26px;
    color: #f39a48;
    letter-spacing: 5px;
    font-weight: 600;
     text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
.mid-text-info p {
	margin-top: 0.3em;
    letter-spacing: 1px;
    color: #FFD000;
}
.list-inline> li a img {
    width: 25%;
    border-radius: 50%;
    background: #ffffff;
    padding: .3em;
}
.desoSlide-wrapper {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.desoSlide-overlay {
    z-index: 10;
    color: #fff;
    font-size: 1em;
    text-align: left;
    font-weight: 300;
    line-height: 2em;
    padding: 2.5em;
    opacity: 0.8 !important;
    filter: alpha(opacity=100);
    background: #17367f;
    width: 50% !important;
    position: absolute;
    top: 18% !important;
    left: -50% !important;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.desoSlide-wrapper img {
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 0.2em;
}
.mid-text-info {
    float: right;
    width: 70%;
}
.desoSlide-overlay .btn.btn-primary.play {
    color: #fff;
    font-size:1.4em;
	margin-bottom: .5em;
    font-weight: 700;
}
.desoSlide-wrapper:hover .desoSlide-overlay {
	left: 0% !important;
}
.desoSlide-overlay  ul li{ 
	display:block;	
} 
.desoSlide-overlay  ul li a {
    display: block;
	padding: 1em;
	-moz-opacity: 0.7; 
	opacity: 0.7;
}
.desoSlide-overlay  ul li a:hover {
	-moz-opacity: 1;
    opacity: 1;
}
.desoSlide-overlay  ul li a span.glyphicon {
    font-size: 1.3em;
    color: #fff;
}
.desoSlide-overlay  ul li a h6 {
    font-size: 0.9em;
    color: #fff;
    margin-top: .5em;
} 
section.middle-sec-agileinfo-w3ls{
	background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/praia.jpg) no-repeat;
	background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/praia.jpg) no-repeat;
	background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/praia.jpg) no-repeat;
	background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/praia.jpg) no-repeat;
	background-size: cover;
	background-position: center center;

}
section.middle-sec-agileinfo-w3ls h3.heading{
	color: #fff;
}
/*-- //mid --*/



/*---------------------
  Map (Single Property)
-----------------------*/

.map {
	width: 100%;
}

.map iframe {
	width: 100%;
	height: 750px;
	border: none;
}

/*---------------------
  Single Property
-----------------------*/

.single-property img{
	width:auto;
}

.spad-p {
	padding-bottom: 8px;
}

.btnav{
	border:3px solid #ffffff;
	width:50px;
	height:50px;
	border-radius:100%;
	cursor:pointer;
	border-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);	 
}

.single-img img{
	width:100%;
}

.single-img .prev{
	background:#071F57 url(../images/icon_prev.svg) no-repeat;
	background-position: center;
	background-size: 30px 30px;
}

.single-img .next{
	background:#071F57 url(../images/icon_next.svg) no-repeat;
	background-position: center;
	background-size: 30px 30px;
}

.property-comments h5{
	color:#071F57;
	margin:0.5em 0;	
}

.property-comments p{
	color:#6f6f8a;	
}

@media screen and (max-width: 480px) { /*small-screens*/

	.btnav{
		border:2px solid #ffffff;		
		width:30px;
		height:30px;
	}

	.single-img .prev{
		 background-size: 12px 12px;
	}
	
	.single-img .next{
		 background-size: 12px 12px;
	}

}

.single-property {
	padding-top: 36px;
}

.property-header{
	position:relative;
	margin-bottom:1em;
}

.property-title h3 {
	color: #30304e;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 7px;
}

.property-title a {
	color: #6f6f8a;
	font-weight: 400;
	font-size: 18px;
	display: inline-block;
}

.property-title i {
	color: #000;
}

.property-title p {
	font-size:1.1em;
	line-height:28px;
}

.property-price {
	float: right;
}

.property-price p {
	color: #8f8fa8;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: -4px;
}

.property-price span {
	color: #30304e;
	font-size: 30px;
	font-weight: 500;
}

@media screen and (max-width: 480px) { /*small-screens*/


	.property-header{
		position:relative;
		margin-bottom:0.8em;
	}
	
	.property-title h3 {
		font-size: 20px;
	}

	.property-title a {
		font-size: 16px;
	}

	.property-title p {
		font-size:1em;
		line-height:28px;
	}

	.property-price {
		float: right;
	}

	.property-price p {	
		font-size: 16px;
	}

	.property-price span {	
		font-size: 32px;
	}

}

.property-img.owl-carousel .owl-item img {
	width: 100% !important;
}

.property-img.owl-carousel .owl-item img {
	border-radius: 4px;
	display: inline-block;
	width: auto;
}

.property-img .owl-nav button[type=button] {
	position: absolute;
	left: -23px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #8AD144;
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	border-radius: 50%;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
}

.property-img.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -23px;
}

.popular-room-features.single-property {
	margin-bottom: 0;
}

/*---------------------
  Single Property Details
-----------------------*/


.property-details img{
	width:auto;
}

.pb-30 {
	padding-bottom: 30px;
}

.spt-40 {
	padding-top: 40px;
}

.p-ins {
	padding: 0 20px 15px 25px;
	-webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}

.details-top {
	padding: 25px 0;
	margin-bottom: 35px;
	border-bottom: 1px solid #f3f3f3;
	margin-left: -25px;
	margin-right: -20px;
}

.details-top p{
	font-size:0.9em;
}

@media screen and (max-width: 480px) { /*small-screens*/

	.details-top p{
		font-size:0.6em;
	}

}

.t-details .register-id {
	float: left;
}

.t-details .register-id p {
	color: #6f6f8a;
	font-size: 18px;
	font-weight: 400;
	margin-top: 17px;
}

.t-details .register-id p span {
	display: inline-block;
	color: #30304e;
}

.t-details .popular-room-features.single-property {
	padding-top: 0;
	float: right;
}

.t-details .popular-room-features.single-property .size {
	float: left;
}

.t-details .popular-room-features.single-property .beds {
	float: left;
	margin-left: 30px;
}

.t-details .popular-room-features.single-property .baths {
	float: left;
	margin-left: 30px;
}

.t-details .popular-room-features.single-property .garage {
	float: left;
	margin-left: 30px;
}

.property-description,
.property-features,
.location-map {
	margin-bottom: 28px;
}

.property-description h4,
.property-features h4,
.location-map h4 {
	color: #30304e;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 18px;
}

.property-description p,
.property-features p,
.location-map p {
	color: #6f6f8a;
	font-size: 1.1em;
	line-height:28px;
	font-weight: 300;
	margin: 0;
}

.property-description iframe,
.property-features iframe,
.location-map iframe {
	width: 100%;
	height: 355px;
	border: 0;
}

.property-features h4 {
	margin-bottom: 13px;
}

.property-features .property-table {
	margin-left: -25px;
	margin-right: -20px;
	overflow-y: auto;
}

.property-features .property-table table {
	width: 100%;
	min-width: 350px;
}

.property-features .property-table table tr:nth-child(even) {
	background: #F8F8F9;
}

.property-features .property-table table tr td {
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 25px;
	font-size: 15px;
	font-weight: 400;
	color: #30304e;
	width: 120px;
}


@media screen and (max-width: 480px) { /*small-screens*/

	.property-features .property-table table tr td {
		padding-left: 8px;
		font-size: 10px;
		width: 0;
	}

}

.property-features .property-table table tr td img {
	margin-right: 13px;
	height: 16px;
}

.location-map {
	margin-bottom: 0;
}

.location-map h4 {
	margin-bottom: 24px;
}

.contact-service {
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
}

.contact-service img {
	margin-bottom: 12px;
}

.contact-service p {
	color: #6F6F8A;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 6px;
}

.contact-service h5 {
	color: #30304e;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.contact-service table {
	width: 100%;
	margin-bottom: 32px;
}

.contact-service table tr:nth-child(odd) {
	background: #F8F8F9;
}

.contact-service table tr td {
	color: #6f6f8a;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 0;
}

.contact-service table tr td span {
	color: #30304e;
	display: inline-block;
}

.contact-service .site-btn.list-btn {
    color: #fff;
    text-decoration: none;
    padding: 10px 60px;
    letter-spacing: 3px;
    font-size: 20px;
    margin: 0.5em 0 0em;
    margin-right: 0px;
    background: #071F57;
    display: inline-block;
    border-radius: 30px;
}

.video-item  img{
	width:100%;
}

.video-item {
	position: relative;
	margin-top: 10px;
	margin-bottom: 61px;
}

.video-item .video-play {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 110px;
	height: 56px;
	left: calc(50% - 55px);
	top: calc(50% - 28px);
	border-radius: 24px;
	font-size: 17px;
	color: #071F57;
	background: #fff;
}

/*---------------------
  Room Items
-----------------------*/

.p-45 {
	padding-bottom: 45px;
}

.spad.search-result {
	padding-top: 50px;
	padding-bottom: 70px;
}

.found-items h4 {
	float: left;
	font-size: 24px;
	color: #6f6f8a;
	font-weight: 400;
}

.found-items h4 span {
	font-weight: 500;
	color: #30304e;
}

.found-items select {
	display: inline-block;
	float: right;
}

.found-items .nice-select.date-select {
	float: right;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin-top: -26px;
	color: #30304e;
	background: #EEEEFF;
	padding-left: 10px;
}

.found-items .nice-select.date-select:after {
	border-bottom: 2px solid #777785;
	border-right: 2px solid #777785;
	height: 7px;
	margin-top: -4px;
	width: 7px;
}

.found-items .nice-select.date-select span {
	margin-top: 10px;
}

.found-items .nice-select.date-select .list {
	margin-top: 10px;
	left: -17px;
	margin-left: -50px;
}

.room-items {
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	overflow: hidden;
}

.room-items .room-img {
	border-radius: 4px 4px 0 0;
	height: 220px;
	position: relative;
	width: 100%;
}

.room-items .room-img .room-content {
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 15px;
}

.room-items .room-img .room-content img{
	width:100%;
}

.room-items .room-img .room-content i {
	color: #fff;
	display: inline-block;
}

.room-items .room-text {
	padding: 15px;
	border-radius: 0 0 4px 4px;
}

.room-items .room-text .room-details {
	padding-bottom: 8px;
	overflow: hidden;
	margin-bottom: 9px;
	border-bottom: 1px solid #f3f3f3;
	margin-left: -15px;
	margin-right: -15px;
}

.room-items .room-text .room-details .room-title {
	padding: 0 15px;
}

.room-items .room-text .room-details .room-title h5 {
	color: #30304e;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 6px;
}

.room-items .room-text .room-details .room-title a {
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 10px;
}

.room-items .room-text .room-details .room-title a i {
	display: inline-block;
	color: #000000;
	position: absolute;
	top: -1px;
}

.room-items .room-text .room-details .room-title a span {
	display: inline-block;
	color: #8f8fa8;
	font-size: 12px;
	font-weight: 500;
	margin-left: 23px;
}

.room-items .room-text .room-features {
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 12px;
	border-bottom: 1px solid #f3f3f3;
	margin-left: -30px;
	margin-right: -20px;
}

.room-items .room-text .room-features .room-info {
	padding-left: 30px;
	padding-right: 20px;
}

.room-items .room-text .room-features .room-info .size {
	display: inline-block;
	margin-right: 28px;
	float: left;
}

.room-items .room-text .room-features .room-info .size p {
	font-size: 12px;
	margin-bottom: 5px;
}

.room-items .room-text .room-features .room-info .size span {
	color: #30304e;
	font-size: 14px;
	font-weight: 400;
	margin-left: 5px;
}

.room-items .room-text .room-features .room-info .beds {
	display: inline-block;
	margin-right: 28px;
	float: left;
}

.room-items .room-text .room-features .room-info .beds p {
	font-size: 12px;
	margin-bottom: 5px;
}

.room-items .room-text .room-features .room-info .beds span {
	color: #30304e;
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
}

.room-items .room-text .room-features .room-info .baths {
	display: inline-block;
	margin-right: 28px;
	float: left;
}

.room-items .room-text .room-features .room-info .baths p {
	font-size: 12px;
	margin-bottom: 5px;
}

.room-items .room-text .room-features .room-info .baths span {
	color: #30304e;
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
}

.room-items .room-text .room-features .room-info .garage {
	display: inline-block;
	float: left;
}

.room-items .room-text .room-features .room-info .garage p {
	font-size: 12px;
	margin-bottom: 5px;
}

.room-items .room-text .room-features .room-info .garage span {
	color: #30304e;
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
}

.room-items .room-text .room-price {
	display: inline-block;
}

.room-items .room-text .room-price p {
	color: #8f8fa8;
	font-size: 16px;
	margin-bottom: -7px;
}

.room-items .room-text .room-price span {
	color: #30304e;
	font-size: 24px;
	font-weight: 500;
}

.room-items .room-text .site-btn.btn-line {
	float: right;
	margin-top: 2px;
	margin-bottom: 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.room-items .room-text .site-btn.btn-line:hover {
	color: #fff;
	background: #8AD144;
	border-color: #8AD144;
}


/*-- //featured_services --*/

.offerimg{
	width:100%;
	height:25vh;
}

.featured_services {
	text-align: center;
}

.w3_agile_services_grid, .w3_agile_map_grid {
	text-align: left;
}

.w3_service_grid_left_grid {
	width: 120px;
	height: 120px;
	border: 1px solid #212121;
	margin: 0 auto;
	padding-top: 1em;
	position: relative;
	overflow: hidden;
}

.w3_service_grid_left_grid img {
	margin: 0 auto;
}

.w3l_service_grid_left h4 {
	font-size: 1.1em;
	color: #fff;
	font-weight: 600;
	margin: 1em 0;
	letter-spacing: 3px;
	line-height: 1.5em;
	text-transform: uppercase;
}

.w3l_service_grid_left p {
	color: #fff;
	line-height: 2em;
	margin-bottom: 1.5em;
}

.w3_agile_service_more a {
	font-size: 1.2em;
	color: #212121;
	letter-spacing: 2px;
	text-decoration: none;
}

.w3_agile_service_more a i {
	padding-left: 1em;
	color: #48b7ec;
}

.w3_agile_service_more a:hover {
	color: #48b7ec;
}

.w3_agile_service_more a:hover i {
	color: #212121;
}

.w3_service_grid_left_grid img {
	transition: transform 0.5s;
	transform: scale(1.10);
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
}

.w3l_service_grid_left:hover .w3_service_grid_left_grid img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.w3l_service_grid_left:hover .w3_service_grid_left_grid {
	border: 1px solid #48b7ec;
}

.agile_services_grid_pos {
	position: absolute;
	bottom: -13%;
	left: 1%;
	width: 55px;
	height: 55px;
	background: #17367f;
	border-radius: 50px;
	border: 2px solid #fff;
	text-align: center;
}

.agile_services_grid_pos i {
	font-size: 1.3em;
	color: #fff;
	line-height: 2.5em;
}

.agile_services_grid figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* zoom */

.hover06 figure img {
	-ms-transform: rotate(0) scale(1);
	-o-transform: rotate(0) scale(1);
	-moz-transform: rotate(0) scale(1);
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
}

.hover06 figure:hover img,
.w3_agile_services_grid:hover .hover06 figure img {
	-webkit-transform: rotate(0) scale(1.1);
	transform: rotate(0) scale(1.1);
	-moz-transform: rotate(0) scale(1.1);
	-o-transform: rotate(0) scale(1.1);
	-ms-transform: rotate(0) scale(1.1);
}

.agile_services_grid {
	position: relative;
}

.map-title-home{
	margin: 0em
}

.w3_agile_services_grid h4{
    font-size: 1.2em;
    color: #111;
    margin: 2em 0 0.5em;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
}

.w3_agile_map_grid h4 {
    font-size: 1.2em;
    color: #111;
    margin: 0.5em 0 0.5em;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
}

.w3_agile_services_grid h5, .w3_agile_map_grid h5 {
    font-size: 1em;
    color: #999;
    margin: 0 0 0.5em;
    letter-spacing: 3px;
    font-weight: 600;
}

.w3_agile_services_grid p, .w3_agile_map_grid p {
    color: #555;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
}
.agile_inner_info a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    background: #17367f;
    padding: 14px 40px;
    border-radius: 35px;
}
.agile_inner_info a:hover {
    background: #333;
}
/*-- //featured_services --*/

/*-- team --*/
.team{
}
.wthree_head1{
	color:#fff;
}
.agileits_team_grid_figure,.agileits_team_grid_figure_social {
    float: left;
}
.agileits_team_grid_figure img {
    border: 5px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    width: 130px;
    height: 130px;
}
.agileits_team_grid_figure_social{
	margin: 2em 0 0 0.5em;
}
.agileits_team_grid h4{
	font-size:1.2em;
    color: #17367f;
    font-weight: 600;
	margin: 1em 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.agileits_team_grid h4 span{
    font-size: .7em;
    text-transform: capitalize;
    text-decoration: underline;
    color: #777;
}
.agileits_team_grid p{
    color: #555;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
}
.agileits_team_grid {
    text-align: center;
    padding: 2em 1em;
     border: 1px solid rgba(146, 146, 146, 0.27);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.agileits_team_grid:hover {
    background: #222;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.w3layouts_banner_info_right ul li,.w3ls_social li{
	display:inline-block;
}
.w3layouts_banner_info_right ul li a,.w3ls_social li a{
    width: 33px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
a.w3_agile_facebook{
	background:#3b5998;
}
a.agile_twitter{
	background:#1da1f2;
}
a.w3_agile_dribble{
	background:#ea4c89;
}
a.w3_agile_vimeo{
	background:#1ab7ea;
}
a.w3_agile_facebook:hover {
    background: #84a3e3;
}
a.agile_twitter:hover{
	background:#68b8e9;
}
a.w3_agile_dribble:hover{
	background:#f782af;
}
a.w3_agile_vimeo:hover{
	background:#5acef3;
}
/*-- //team --*/

/*-- //testimonial --*/

blockquote {
    font-family: Playfair Display, serif;
    color: #17367f;
    font-size: 1.348rem;
    line-height: 1.55;
    margin-bottom: 1.5rem;
}
blockquote cite{
    margin:0;
    padding:0;
}

.text-white {
    color:#000 !important;
}

blockquote.nk-blockquote-style-1 {
    display: block;
    text-align: center;
    font-style: italic;
    max-width: 715px;
    margin: 0 auto;
}

/*-- //testimonial --*/

/*-- footer --*/
footer {
    background: #17367f;
}
.footer-grids a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-conditions a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
	text-align:center;
}

.footer-conditions a:hover {
    color: #dedede;
}

.footer-grids i {
    color: #ffd000;
    margin-right: 10px;
}
.footer-conditions i {
    color: #ffd000;
    margin-right: 10px;
}

.footer-label-align{
	text-align:center;	
}

.footer-grids {
    border-bottom: 1px solid #dedede;
}
/*-- //footer --*/
p.para {
    margin: 0;
    font-size: 0.95em;
    color: #a5a3a3;
    line-height: 2em;
    letter-spacing: 1px;
}
.subscribe-grid {
    margin: 0 auto;
    width: 70%;
}
.subscribe-grid h5 {
    color: #fff;
    text-transform: capitalize;
    font-size: 19px;
     letter-spacing: 2px;
    font-weight: 600;
}
.subscribe-grid p.para{
	color:#ffd000;
	font-size: 1.5em;
	letter-spacing: 1px;
	padding: 1em 2em;
}
.subscribe-grid p {
    color: #ffd000;
    font-size: 16px;
    letter-spacing: 1px;
	text-transform: capitalize;
}
.subscribe-grid p span {
    color: #fff;
     font-weight: 600;
    margin: 0 5px;
    text-decoration: underline;
}

.subscribe-grid form {
	position: relative;
     width: 70%;
    margin: auto;
}
.subscribe-grid form:hover input[type="email"] {
	border: solid 2px #ffd000;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

.subscribe-grid input[type="email"] {
	display: inline-block;
     background: transparent;
	border: solid 2px #ccc;
	width: 100%;
	outline: none;
	padding: 1em 4em 1em 1em;
	font-size: 1em;
	color: #fff;
	border-radius: 0px;
	letter-spacing: 1px;
}

.subscribe-grid i.fa.fa-paper-plane-o {
	font-size: 1.2em !important;
}

.subscribe-grid button.btn1 {
	color: #fff;
	border: none;
	width: 65px;
	height: 60px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	cursor: pointer;
	background: transparent;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

.subscribe-grid button.btn1:focus {
	outline: none;
}

button.btn1:hover {
	background: none;
	color: #ffa200;
}

button.btn1:hover i.fa.fa-paper-plane-o {
	color: #ffa200 !important;
}
.form-control:focus {
    box-shadow: none;
}
/*-- copy right --*/
.copyright{
    background: #071f57;
}
.copyright p{
	color :#fff;
     font-size: 15px;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.copyright p a{
	color : #fff;
    text-decoration: underline;
}
.copyright p a:hover{
	color : #666;
}
/*-- //copy right --*/


/*-- inner page banner --*/
.innerpage-banner {
    background: url(../images/inner-bg.jpg) no-repeat top center;
    background-size: cover;
    min-height: 300px;
}

.layer1{
      background: rgba(37, 37, 37, 0.4);
	  min-height: 300px;
}
/*-- //inner page banner --*/

/*-- contact --*/
.w3ls_map iframe {
	width: 100%;
	min-height: 320px;
    border: 5px solid #f39a48;
    padding: 5px;
}

.contact_wthreerow,
.agileits_mail_grid_right_grid:nth-child(2) {
	margin-top: 3em;
}

.w3l_contact_form {
	padding-right: 5em;
}

.contact_wthreerow h4 {
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 1em;
    font-weight: 600;
}

.w3l_contact_form input[type="text"],
.w3l_contact_form input[type="email"],
.w3l_contact_form input[type="password"],
.w3l_contact_form textarea,
.w3l_contact_form select {
	outline: none;
    width: 100%;
    padding: .9em 1em;
    letter-spacing: 2px;
    font-size: 15px;
    color: #888;
	border: none;
	border: 1px solid #bbb;
    border-left: 4px solid #bbb;
	background: none;
    border-radius: 3px;
	margin: 0.5em 0;
}

.w3l_contact_form textarea {
	min-height: 120px;
	resize: none;
}

.w3l_contact_form input[type="submit"] {
    outline: none;
    padding: 10px 40px;
    font-size: 16px;
    color: #fff;
    border: none;
    background: #17367f;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 2px;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

.w3l_contact_form input[type="submit"]:hover {
	background: #333;
	color: #fff;
}

.w3l_contact_form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/arrow-select.svg') right 5px no-repeat #FFF;
	background-color: rgb(255, 255, 255);
	background-size: 22px 41px;
}

ul.contact_info li {
    list-style-type: none;
    margin-top: 1em;
    letter-spacing: 1px;
    color: #888;
    font-size: 1em;
}

ul.contact_info li span.fa {
	color: #fff;
	background: #17367f;
	width:40px;
	height:40px;
	text-align: center;
	line-height: 40px;
	border-radius: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	margin-right: 1em;
	font-size: .9em;
}

ul.contact_info li span.left {
	margin-left: 53px;
}
ul.contact_info li a {
    color: #888;
	text-decoration: none;
}

ul.contact_info li a:hover {
	color: #17367f;
}
.agileits_mail_grid_right_grid p {
    color: #555;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 2em;
}
.w3-about h4 {
    text-transform: uppercase;
    margin: 0em 0 1em;
    color: #000;
    font-size: 1.4em;
    line-height: 32px;
    text-align: left;
    font-weight: 500;
}
.last h4 {
    text-align: center;
    text-transform: capitalize;
}

.about-top p {
    text-align: left;
}
.last p {
    text-align: center;
}
.middle-img img {
    width: 100%;
}
/*-- //contact --*/

/*-- welcome bottom --*/
.welcome-bottom{
	background: url(../images/banner5.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.welcome-bottom h4 {
    font-size: 40px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 300;
    line-height: 60px;
    text-transform: capitalize;
}
.welcome-bottom p {
    font-size: 17px;
    color: #fff;
    letter-spacing: 3px;
    text-transform: capitalize;
    font-style: italic;
	border-left: 3px solid #fff;
	padding-left: 15px;
	margin-left: 10px;
}
.welcome-bottom-layer{
      background: rgba(37, 37, 37, 0.4);
}
.welcome-bottom  a {
    font-size: 15px;
    display: inline-block;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    background: #17367f;
    padding: 13px 30px;
    border-radius: 35px;
}
.welcome-bottom  a:hover {
    color: #333;
    background: #fff;
}

/*-- //welcome bottom --*/

/*-- testimonials --*/
.agileinfo_team_grid1 {
    padding:0;
}
.agileinfo_team_grid1_pos {
    position: absolute;
    top: -50%;
    left: 0%;
    width: 40%;
    padding: .3em;
    background: #ffffff;
}
.agileinfo_team_grid1_text {
    padding-left: 0; /*13em*/
    position: relative;
}
.agileinfo_team_grid1_text h4 {
    padding: .6em 1em;
    background: #17367f;
    color: #ffffff;
	float: left;
     letter-spacing: 2px;
    text-align: center;
    font-size: 1em;
    text-transform: capitalize;
}
.agileinfo_team_grid1_text h5 {
    font-size: 13px;
    padding: .5em 1em;
    background: #ffffff;
    color: #000;
	float: left;
    text-align: center;
}
.agileinfo_team_grid1_text p {
    margin: 1em 0 0 0em;
    color: #555;
    line-height: 2em;
    /* text-align: left; */
}
.agileinfo_team_grid {
    margin: 2em 0 0;
     float: left;
}
.social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin:2em 0 0;
}
.social-nav li {
    display: inline-block;
}
.social-nav a {
    display: inline-block;
    float: none;
    width: 30px;
    height: 30px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    background: #000;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.model-3d-0 a {
    background:#5C5B5B;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.model-3d-0 .front, .model-3d-0 .back {
    width: 30px;
    height: 30px;
    background:#FFDF00;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(18px);
    -moz-transform: translateZ(18px);
    -ms-transform: translateZ(18px);
    -o-transform: translateZ(18px);
    transform: translateZ(18px);
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
	color:#212121;
	font-size:12px;
}
.model-3d-0 .back {
    -webkit-transform: rotateX(90deg) translateZ(18px);
    -moz-transform: rotateX(90deg) translateZ(18px);
    -ms-transform: rotateX(90deg) translateZ(18px);
    -o-transform: rotateX(90deg) translateZ(18px);
    transform: rotateX(90deg) translateZ(18px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.twitter .back,.facebook .back,.instagram .back,.pinterest .back{
    background:#fff;
}
.model-3d-0 a:hover {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
.model-3d-0 a:hover .back {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
}
.w3_agile_social li a i{
	color: #212121;
    font-size: 12px;
}
/*-- slider --*/
#slideshow
	{
		position: relative;
		overflow: hidden;

		margin: 0 auto;
		max-width:100%;

		/* No iOS tap highlight */
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

		/* No text selection */
		-webkit-user-select: none;
		-moz-user-select: none;

		/* No IE10 default touch actions */
		-ms-touch-action: none;
	}

	#slideshow .strip
	{
		position: relative;
	}

	#slideshow .strip,
	#slideshow .slide
	{
		left: 0;
		top: 0;

		width: 100%;
		height: 100%;
	}

	#slideshow .strip,
	#slideshow .slide,
	#slideshow > button
	{
		-webkit-perspective: 1000;
		-webkit-backface-visibility: hidden;
	}

	#slideshow .slide
	{
		position: absolute;
		display: none;
		/* text-align: center; */
		outline: none;
	}

	#slideshow .slide.sticky
	{
		display: block;
	}

	#slideshow > button
	{
		position: absolute;
		z-index: 1;
		bottom: 15%;
		left: 0%;
		padding: 0;
	}

	#slideshow button.next
	{
		left: auto;
		right: 90%;
	}

	#slideshow .markers
	{
		text-align: right;
	}

	#slideshow ul,
	#slideshow li
	{
		display: block;
		overflow: hidden;

		margin: 0;
		padding: 0;

		list-style: none;
	}

	#slideshow li
	{
		float: left;
	}

	#slideshow li + li
	{
		margin-left: 10px;
	}

	.advanced #slideshow ul
	{
		display: inline-block;
	}


/*
	Theme
	----------------------------------- */

	#slideshow .strip
	{
		padding-bottom:33.5%;
	}

	#slideshow button
	{
		margin: 0;

		background: none;
		border: 0;
		cursor: pointer;

		-webkit-appearance: none;
		-moz-appearance: none;
		outline: none;
	}

	.advanced #slideshow > button
	{
		position: absolute;
		top: 50%;

		display: block;

		width: 40px;
		height: 36px;

		margin-top: -40px;
		padding-right: 10px;
		padding-left: 7px;
	}

	#slideshow > button::-moz-focus-inner
	{
		margin: -1px;
		padding: 0;
	}

	#slideshow > button b
	{
		display: block;

		width: 50px;
		height: 50px;

		 background: #17367f url(../images/prev1.png) no-repeat 4px 8px;

		text-indent: -10000px;
		    outline: none;
	}

	#slideshow button.next
	{
		padding-right: 7px;
		padding-left: 10px;
	}

	#slideshow button.next b
	{
		left: 10px;
	}

	#slideshow button.next b
	{
		background: #17367f url(../images/next1.png) no-repeat 10px 8px;
	}

	#slideshow .markers
	{
		height: 15px;
		padding: 15px 10px;

		text-align: center;
		font-size: 0.8em;
		display: none;
	}

	/* Hide buttons when disabled */
	#slideshow.disabled > button
	{
		display: none;
	}

	#slideshow .markers button
	{
		display: inline-block;

		padding: 0;

		width: 10px;
		height: 10px;

		background: #575757;
		border-radius: 5px;

		text-indent: -10000px;
		opacity: 0.3;
	}

	#slideshow .markers button
	{
		margin-left: 10px;
	}

	#slideshow .markers button.sticky
	{
		background-color: #3172dd;
		opacity: 0.75;
	}

	/* Bigger markers for touch */
	#slideshow.touch .markers button
	{
		width: 16px;
		height: 16px;

		border-radius: 8px;
	}

	#slideshow.touch .markers button + button
	{
		margin-left: 10px;
	}
	button.next.disabled{
		opacity: .5;
	}
/*-- //slider --*/
/*-- //testimonials --*/


/*-- Pricing --*/

.price-main-info .card-header h4 {
	color: #f7f7f7;
     font-size: 2em;
    font-weight: 600;
    letter-spacing: 2px;
	line-height: 1em;
	padding-top: 2em;
}

.price-main-info .card-header h4 span {
	display: block;
	font-weight: 100;
}

.price-main-info .card-header {
	background: url(../images/price.jpg)no-repeat 0px 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	min-height: 192px;
}

.price-main-info .card-body {
	background: #e9e9e9;
	padding: 2em;
}

.pricing-card-title span {
	font-size: .5em;
	display: inline-block;
	color: #000;
}

.price-main-info small.text-muted {
	font-size: 0.5em;
}

ul.list-unstyled li {
	font-size: 14px;
	color: #7d7d7d;
	letter-spacing: 1px;
	line-height: 2.2em;
}

.price-main-info h5.card-title {
	font-size: 2em;
	color: #1c1c1d;
	font-weight: 700;
}

.btn-outline-primary {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #00bce4;
	font-size: 16px;
	letter-spacing: 1px;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #00bce4;
	border-color: #0aa4c5;
}

.card-deck .card {
	padding: 0px;
}

.row.prime {
	margin: 0;
}

.price-main-info.card {
	border-radius: 0;
	border: none;
	background: none;
}
a.price{
    font-size: 13px;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    background: #17367f;
    padding: 11px 30px;
    border-radius: 35px;
}
a.price:hover {
    background: #333;
}

/*--// Pricing --*/


/*-- gallery --*/ 
.galry-grid.galry-text {
    padding: 1em;
} 
.gallery p {
    font-size: 1.5em;
    color: #fff; 
    letter-spacing: 1px;
} 
.galry-grid.galry-grid-right {
    padding-left: 1em;
}
.galry-grid.glry-one {
    padding-bottom: 1em;
}
.galry-text {
    padding: 3em 4.5em;
    background: #17367f;
    margin-bottom: 1em;
    text-align: center;
}
.galry-grid a {
    display: block;
	overflow: hidden;
    position: relative;
}
.glry-two.glry-left {
    float: left;
    width: 64.5%;
    margin-right: 1em;
    overflow: hidden;
}
.glry-two.glry-right {
    float: left;
    width: 33.1%;
	overflow: hidden;
}
.gallery-grids:nth-child(1) {
    padding: 0;
}
.gallery-grids:nth-child(2) {
    padding-right: 0;
}
.glly-bottm .glry-two.glry-left {
    margin: 0 0 0 1em;
}
.galry-grid.grid-top-rgt {
    margin-bottom: 1.1em;
}
a.w3ls-bottom-img {
    margin-top: 1em;
    display: block;
}
.w3agile-text {
    background: rgba(0, 0, 0, 0.58);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
	transition:.5s all;
}
.galry-grid a:hover .w3agile-text{
	bottom: 0%;
}
.w3agile-text h5 {
    font-size: 2.5em;
    color: #fff;
    text-align: center;
    margin-top: 4em;
}
.w3agile-text.w3agile-text-small h5 {
    margin-top: 2.2em;
    font-size: 2em;
} 
.w3agile-text.w3agile-text-small1 h5 {
    margin-top: 3em;
}
img.zoom-img{
	width:100%;
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
}
.galry-grid a:hover img.zoom-img{
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);  
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out; 
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: 750ms; 
	-moz-transition-duration: 750ms;
	-ms-transition-duration: 750ms;
	-o-transition-duration: 750ms;
	transition-duration: 750ms; 
	overflow: hidden;
}
/*-- //gallery --*/

/*-- offers --*/
.offer h3 {
    background: #17367f;
    color: #fff;
    font-size: 22px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.offer h3:hover{
	background: #17367f;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.offer-grid{
	position: relative;
}
.offer-grid h4{
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.offer-grid p{
    color: #555;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
}
.offer{
	position: absolute;
    position: absolute;
    top: -16%;
    right: 5%;
    border: 2px solid #fff;
    border-radius: 50%;
}
/*-- offers --*/

/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 34px;
    height: 34px;
    border: none;
    text-indent: 100%;
    background: #fff url(../images/arr.png) no-repeat 1px 1px;
    box-shadow: 0 0 0 20px rgba(243, 154, 72, 0.32), 0 0 0 10px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
#toTopHover {
    width: 34px;
    height: 34px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/


/*-- /Responsive Design --*/

@media(max-width:1440px) {
	.banner-top,.banner-top1,.banner-top2,.banner-top3,.layer {
		min-height: 700px;
	}
	.banner-info_agile_w3ls {
		padding-top: 19em;
	}
	.w3_agileits_social_media {
		left: 4.5%;
		top: 15em;
	}
	.bottom-grids h3 {
		font-size: 47px;
	}
	.callbacks_nav.prev {
		left: 46%;
	}
	.callbacks_nav.next {
		right: 46%;
	}
}
@media(max-width:1366px) {
	.banner-top,.banner-top1,.banner-top2,.banner-top3,.layer {
		min-height: 660px;
	}
	.w3_agileits_social_media {
		top: 13em;
	}
}
@media(max-width:1280px) {
	.callbacks_nav {
		top: 80%;
	}
	.callbacks_nav.prev {
		left: 45%;
	}
	.callbacks_nav.next {
		right: 45%;
	}
	.thim-click-to-bottom {
		bottom: 13%;
		left: 48.7%;
	}
}
@media(max-width:1080px) {
	p.ab {
		left: -2%;
	}
	.bottom-grids h4 {
		font-size: 22px;
		letter-spacing: 3px;
	}
	.bottom-grids h3 {
		font-size: 39px;
	}
	a.arrow-2 {
		font-size: 50px;
	}
	.welcome-grids h3 {
		font-size: 22px;
		letter-spacing: 1px;
	}
	.w3_agile_services_grid h4 {
		font-size: 1.1em;
		letter-spacing: 3px;
	}
	.mid-text-info h4 {
		font-size: 15px;
	}
	.agileits_team_grid_figure img {
		margin-left: .5em;
		width: 105px;
		height: 105px;
	}
	.agileits_team_grid p {
		font-size: 14.5px;
		letter-spacing: .5px;
	}
	.agileinfo_team_grid1_text {
		padding-left: 10em;
	}
	#slideshow button.next {
		right: 88%;
	}
	.price-main-info.card {
		padding: 0 5px;
	}
	.glry-two.glry-left {
		width: 64%;
	}
	ul.contact_info li span.left {
		margin-left: 0;
	}
}
@media(max-width:1024px) {
	.banner-top,.banner-top1,.banner-top2,.banner-top3,.layer {
		min-height: 600px;
	}
	.thim-click-to-bottom {
		bottom: 7%;
	}
	.callbacks_nav {
		top: 86%;
	}
	p.ab {
		bottom: 15%;
	}
	.banner-info_agile_w3ls {
		padding-top: 17em;
	}
	.banner-info_agile_w3ls h3, .banner-info_agile_w3ls h2 {
		font-size: 2.8em;
		letter-spacing: 0px;
	}
	.price-main-info .card-header h4 {
		font-size: 1.8em;
		letter-spacing: 1px;
		padding-top: 1.5em;
	}
	.price-main-info .card-header {
		min-height: 170px;
	}
	.price-main-info .card-body {
		padding: 2em 1.5em;
	}
}
@media(max-width:991px) {
	.header-top p {
		letter-spacing: 1px;
		font-size: 14px;
	}
	.navbar-light .navbar-brand {
		font-size: 1.1em;
	}
	.navbar-light .navbar-toggler {
		border-color: #fff;
		background: #FFFFFF;
	}
	.navbar-toggler {
		border-radius: 0;
	}
	.navbar-nav {
		background: rgba(0, 0, 0, 0.7);
		padding: 1em 2em;
		text-align: center;
	}
	.navbar-light .navbar-nav .nav-link {
		display: inline-block;
	}
	li.nav-item {
		padding: 0 15px 10px;
	}
	.bottom-grids h4 {
		font-size: 20px;
		letter-spacing: 2px;
	}
	.bottom-grids h3 {
		font-size: 34px;
	}
	.agileits_team_grid_figure img {
		margin-left: 2em;
		width: 150px;
		height: 150px;
	}
	.footer-grids .col-md-3 {
		padding: 0;
	}
	.desoSlide-overlay {
		font-size: .8em;
		padding: 1.5em;
		width: 80% !important;
		left: -80% !important;
	}
	.footer-grids a {
		font-size: 16px;
		letter-spacing: 2px;
	}
	.subscribe-grid {
		width: 100%;
	}
	.innerpage-banner,.layer1 {
		min-height: 250px;
	}
	.welcome-bottom h4 {
		font-size: 32px;
		letter-spacing: 2px;
		line-height: 50px;
	}
	.agileinfo_team_grid1_text {
		padding-left: 14em;
	}
	.agileinfo_team_grid1_pos {
		top: -50%;
		width: 30%;
	}
	#slideshow > button {
		bottom: 0%;
	}
	#slideshow button.next {
		right: 84%;
	}
	.galry-text {
		padding: 2em 1.5em;
	}
	.gallery p {
		font-size: 1.3em;
	}
	.glry-two.glry-left {
		width: 63%;
	}
	.w3agile-text h5 {
		margin-top: 2em;
	}
	.w3agile-text.w3agile-text-small h5 {
		margin-top: 1.8em;
		font-size: 1.5em;
	}
	.w3agile-text.w3agile-text-small1 h5 {
		margin-top: 1.5em;
	}
	.w3l_contact_form {
		padding-right: 15px;
	}
}
@media(max-width:800px) {
	.banner-info_agile_w3ls h3, .banner-info_agile_w3ls h2 {
		font-size: 2.5em;
		letter-spacing: 0px;
	}
	.banner-info_agile_w3ls h3 span, .banner-info_agile_w3ls h2 span {
		padding: 0 0px;
	}
	.thim-click-to-bottom {
		bottom: 12%;
		left: 47.7%;
	}
	.callbacks_nav.prev {
		left: 42%;
	}
	.callbacks_nav.next {
		right: 42%;
	}
	.callbacks_nav {
		top: 81%;
	}
	.bottom-grids h3 {
		font-size: 29px;
	}
}
@media(max-width: 768px) {
	.w3_agileits_social_media ul li {
		margin-bottom: .5em;
	}
	.w3_agileits_social_media ul li a {
		font-size: 12px;
		width: 33px;
		height: 33px;
		line-height: 33px;
	}
	p.ab {
		bottom: 19%;
		left: -5%;
	}
	h2.heading, h3.heading {
		font-size: 45px;
		letter-spacing: 3px;
	}
}
@media(max-width: 736px) {
	.header-top p {
		text-align: center;
		margin: .2em;
	}
	header {
		padding: 1em 0;
	}
	.navbar-light .navbar-brand {
		font-size: .9em;
	}
	.banner-info_agile_w3ls h3, .banner-info_agile_w3ls h2 {
		font-size: 2.2em;
		letter-spacing: 0px;
	}
	.banner-info_agile_w3ls p {
		font-size: .9em;
		margin: 1em 0;
		letter-spacing: 4px;
	}
	.banner-top, .banner-top1, .banner-top2, .banner-top3, .layer {
		min-height: 550px;
	}
	.banner-info_agile_w3ls {
		padding-top: 15em;
	}
	p.ab {
		bottom: 44%;
		left: -8%;
	}
	.w3_agileits_social_media {
		left: 1em;
		top: 10.5em;
	}
	.callbacks_tabs a {
		width: 30px;
		height: 30px;
		font-size: 13px;
		line-height: 25px;
	}
	.callbacks_tabs {
		top: 39%;
	}
	a.arrow-2 {
		font-size: 30px;
		margin-top: .2em;
	}
	.agile_services_grid_pos {
		bottom: -15%;
		left: 5%;
	}
	.agileits_team_grid_figure img {
		margin-left: 1em;
		width: 120px;
		height: 120px;
	}
	.subscribe-grid p.para {
		font-size: 15px;
	}
	.copyright p {
		letter-spacing: 1px;
	}
	.welcome-bottom h4 {
		font-size: 28px;
		letter-spacing: 1px;
	}
	.welcome-bottom p {
		font-size: 15px;
	}
	.w3_agile_services_grid h4 {
		font-size: 1em;
	}
	.agileinfo_team_grid1_text {
		padding-left: 9em;
	}
	.agileinfo_team_grid1_text p {
		font-size: 15px;
	}
	#slideshow .strip {
		padding-bottom: 47.5%;
	}
	#slideshow button.next {
		right: 78%;
	}
	.w3agile-text.w3agile-text-small1 h5 {
		margin-top: 4em;
	}
	.w3agile-text h5 {
		margin-top: 5em;
	}
	.w3agile-text h5 {
		margin-top: 2.5em;
	}
	.w3ls_map iframe {
		min-height: 250px;
		border: 4px solid #f39a48;
	}
}
@media(max-width: 667px) {
	p.ab {
		left: -10%;
	}
}
@media(max-width:600px) {
	.banner-info_agile_w3ls {
		padding: 0 3em;
		padding-top: 14em;
	}
	p.ab {
		left: -11%;
		bottom: 42%;
	}
	.banner-top, .banner-top1, .banner-top2, .banner-top3, .layer {
		min-height: 520px;
	}
	.thim-click-to-bottom {
		bottom: 7%;
		left: 47%;
	}
	.callbacks_nav {
		top: 85%;
	}
	.callbacks_nav.prev {
		left: 41%;
	}
	.callbacks_nav.next {
		right: 41%;
	}
	.banner-info_agile_w3ls a {
		letter-spacing: 2px;
		font-size: 13px;
	}
	.welcome-grids h3 {
		font-size: 20px;
		letter-spacing: 0px;
	}
	.welcome-grids a {
		font-size: 14px;
		letter-spacing: 1px;
		padding: 11px 30px;
	}
}
@media(max-width:568px) {
	.w3_agileits_social_media {
		left: 7%;
		top: 13.5em;
	}
	header {
		padding: 0em 0;
	}
	.banner-info_agile_w3ls h3, .banner-info_agile_w3ls h2 {
		font-size: 2em;
	}
	.book-form form input[type="submit"] {
		margin-top:.3em;
	}
	.agileits_team_grids {
		padding: 0 7em;
	}
	.footer-grids .col-md-3 {
		padding: 0 15px;
	}
	h2.heading, h3.heading {
		font-size: 40px;
		letter-spacing: 2px;
	}
	.innerpage-banner, .layer1 {
		min-height: 200px;
	}
	.offer-grids {
		padding: 0 4em;
	}
	.offer {
		top: -10%;
	}
	.agile_services_grid_pos {
		bottom: -9%;
	}
}
@media(max-width:480px) {
	p.ab {
		display: none;
	}
	.w3_agileits_social_media {
		left: 6%;
		top: 13em;
	}
	.banner-info_agile_w3ls {
		padding: 0 3em;
		padding-top: 13em;
	}
	.bottom-grids h3 {
		font-size: 25px;
	}
	.agileits_team_grids {
		padding: 0 5em;
	}
	.footer-grids a {
		font-size: 15px;
		letter-spacing: 1px;
	}
	.subscribe-grid p.para {
		font-size: 14px;
	}
	.subscribe-grid h5 {
		font-size: 17px;
		letter-spacing: 1px;
	}
	.subscribe-grid form {
		width: 80%;
	}
	.thim-click-to-bottom {
		left: 46%;
	}
	.callbacks_nav.prev {
		left: 38%;
	}
	.callbacks_nav.next {
		right: 38%;
	}
	.w3agile-text.w3agile-text-small1 h5 {
		margin-top: 3em;
	}	
}
@media(max-width: 414px) {
	.banner-info_agile_w3ls {
		padding: 0 2em;
		padding-top: 13em;
	}
	.w3_agileits_social_media {
		left: 4%;
	}
	.agileits_team_grids {
		padding: 0 4em;
	}
	.welcome-grids h4 {
		font-size: 18px;
	}
	.offer-grids {
		padding: 0 2em;
	}
	.agileinfo_team_grid1_pos {
		width: 60%;
		position: static;
	}
	.agileinfo_team_grid1_text {
		padding-left: 2em;	
	}
	#slideshow .strip {
		padding-bottom: 117%;
	}
	#slideshow button.next {
		right: 69%;
	}
	.glry-two.glry-left {
		width: 96%;
		float: none;
		margin: 0;
		padding: 0;
	}
	.glry-two.glry-right {
		float: none;
		width: 100%;
	}
	.glly-bottm .glry-two.glry-left {
		margin: 1em 0 0 0em;
	}
	.w3agile-text.w3agile-text-small h5 {
		margin-top: 2.5em;
		font-size: 2.5em;
	}
	.contact_wthreerow h4 {
		margin-bottom: .8em;
		font-size: 1.3rem;
	}
	ul.contact_info li {
		font-size: .9em;
	}
}
@media(max-width: 384px) {
	.banner-info_agile_w3ls a {
		letter-spacing: 1px;
		font-size: 13px;
	}
	.navbar-light .navbar-brand {
		font-size: .8em;
	}
	.banner-info_agile_w3ls h3, .banner-info_agile_w3ls h2 {
		font-size: 1.8em;
	}
	.welcome-grids h3 {
		font-size: 18px;
	}
	.welcome-grids p {
		font-size: 14px;
	}
	h2.heading, h3.heading {
		font-size: 35px;
		letter-spacing: 1px;
	}
	.news-right h4 {
		font-size: 25px;
		letter-spacing: 2px;
	}
	.agileits_team_grids {
		padding: 0 2em;
	}
	.welcome-bottom h4 {
		font-size: 24px;
		letter-spacing: 1px;
		line-height: 40px;
	}
	#slideshow button.next {
		right: 65%;
	}
}
@media(max-width:375px) {
	.callbacks_nav.next {
		right: 37%;
	}
	.bottom-grids h3 {
		font-size: 23px;
		letter-spacing: 1px;
	}
	.welcome-grids h4 {
		font-size: 17px;
	}
	.welcome-grids h3 {
		font-size: 17px;
	}
	.footer-grids a {
		font-size: 14px;
	}
	.subscribe-grid p {
		font-size: 15px;
	}
	.subscribe-grid input[type="email"] {
		padding: .8em 3em .8em 1em;
		font-size: .9em;
	}
	.subscribe-grid button.btn1 {
		width: 60px;
		height: 48px;
	}
	.w3agile-text.w3agile-text-small1 h5 {
		margin-top: 2.5em;
	}
}
@media(max-width:320px) {
	.footer-grids .col-md-3 {
		padding: 0 8px;
	}
	.footer-grids a {
		font-size: 13px;
	}
	.subscribe-grid p.para {
		font-size: 13.5px;
	}
	.subscribe-grid h5 {
		font-size: 15px;
	}
}}

/*-- //Responsive Design --*/