
@font-face {
    font-family: 'Poppins', sans-serif;
    src:url(../fonts/Poppins-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans', sans-serif;
    src:url(../fonts/OpenSans-Regular.ttf) format('truetype');
}
		/* Icons */
@font-face {
  font-family: 'soap-icons';
  src: url("../fonts/soap-icons.eot?26664784");
  src: url("../fonts/soap-icons.eot?26664784#iefix") format("embedded-opentype"), url("../fonts/soap-icons.woff?26664784") format("woff"), url("../fonts/soap-icons.ttf?26664784") format("truetype"), url("../fonts/soap-icons.svg?26664784#soap-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
html,body{
	background:#fff;
	font-size: 100%;
	font-family: 'Poppins', sans-serif;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
 ul{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
}
p {
	margin:0;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom:30px;
}
/*--banner style start here--*/
.banner-one{
	background:url(../images/Thematic-Banner-New.jpg)no-repeat ;
	min-height:580px;
	width:100%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.banner-two{
	background:url(../images/hope.jpg)no-repeat ;
	min-height:580px;
	width:100%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cove
}
.banner-three{
	background:url(../images/chil.jpg)no-repeat ;
	min-height:580px;
	width:100%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.banner-main {
	padding-top: 10em;
}
.banner-main h2 {
	font-size: 2em;
	font-weight: 600;
	color: #ec4700;
}
.banner-main p {
	font-size: 13px;
	font-weight: 400;
	margin: 1.5em 0px 3em 0px;
	color:#8E8E8E;
}
.banner-main a {
	font-size: 1em;
	font-weight: 600;
	color: #ec4700;
	border: 2px solid;
	border-radius:3px; 
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -o-border-radius:3px;
	padding: 10px 2em;
	cursor:pointer;
}
.banner-main a:hover{
	text-decoration:none;
	color:#000;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition:  0.5s all;
	-o-transition:  0.5s all;
}
.banner-main span{
	background:url(../images/sprite.png)no-repeat;
	display:block;
	width:12px;
	height:12px;
}
/*------------------ Slider Part starts Here----------*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.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%;
  left: 0;
  top: 0;
}
.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: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 55px;
	background: transparent url("../images/themes.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
#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;
  margin: 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;
  width:100%;
}
.callbacks_tabs{
	list-style: none;
	position: absolute;
	top: 88%;
	z-index: 999;
	left: 6%;
	padding: 0;
	margin: 0;
}
.callbacks_tabs li{
	display:inline-block;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:18px;
  width:18px;
  display:inline-block;
  background:#fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
	background:#ec4700;
}
/*-- gallery page --*/
section.gallery-w3ls {
	padding-bottom:0;
}
section.gallery-w3ls .demo { 
	margin:0px auto; 
	max-width:100%;
}
section.gallery-w3ls .demo > li {
	float: left;
    cursor: pointer;
    width: 360px;
    margin: 10px;
}
section.gallery-w3ls .demo > li img { 
	width:100%;
	height:auto;
	display:block;	
}
section.gallery-w3ls .demo > li:hover .hover01 figure img {
	-webkit-transform: scale(1.7);
	transform: scale(1.7);
	-moz-transform:scale(1.7);
	-o-transform:scale(1.7);
} 
figure {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transition: all 0.7s ease-in-out;
	transition:all 0.7s ease-in-out;
	-moz-transition:all 0.7s ease-in-out;
	-o-transition:all 0.7s ease-in-out;
}
section.info-agile .info-grid1:hover .hover01 figure img,section.info-agile .info-grid2:hover .hover01 figure img {
	-webkit-transform: scale(1.7);
	transform: scale(1.7);
	-moz-transform:scale(1.7);
	-o-transform:scale(1.7);
} 
section.info-agile img.img-responsive {
    width: 100%;
    height: auto;
}
section.info-agile .container-fluid {
	padding:0;
}
/*-- header --*/
header {
	padding:10px 0;
	background: #fff;
}
.special-services{
		padding:3em 0;
}
#treat{
	
	text-align: center;
    color: #212121;
    font-size: 1em;
    font-weight: 600;
    padding: .5em 1em;
    box-shadow: 0px 0px 2px #b0b0b0;
    text-transform: uppercase;
    width: 14%;
    margin: 0 auto;
	margin-bottom:25px;
	margin-right:340px;
}
#treat1{
	
	text-align: center;
    color: #212121;
    font-size: 1em;
    font-weight: 600;
    padding: .5em 1em;
    box-shadow: 0px 0px 2px #b0b0b0;
    text-transform: uppercase;
    width: 16%;
  margin-left:40px;
	margin-top:0px;
	float:left;
	
}
.special-services h3
{
	text-align: center;
    color: #212121;
    font-size: 2em;
    font-weight: 600;
    padding: .5em 1em;
   
    text-transform: uppercase;
    width: 30%;
    margin: 0 auto;
}
.special-services p{
	color: #525151;
    font-size: 13px;
    letter-spacing: 1px;
   
    line-height: 30px;
	text-align:justify;
}
p.quia{
	text-align: center;
    color: #0aaa07;
    font-size: 1em !important;
  
    margin: .5em 0 0 !important;
    text-transform: capitalize;
    font-weight: 500 !important;
}
/*-- services-bottom --*/
.services-bottom{
	background:#f5f5f5;
}
.services-bottom h3{
	font-size:1.8em;
	color:#212121;
	margin-bottom:1.5em;
	text-transform:capitalize;
	text-align:center;
}
.w3ls_services_bottom_left,.w3ls_services_bottom_left_gridl{
	text-align:right;
}
.w3ls_services_bottom_left_gridl h4 a{
	font-size:1.1em;
	color:#ff9900;
	text-decoration:none;
	text-transform:capitalize;
}
.w3ls_services_bottom_left_gridl h4 a:hover{
	color:#212121;
}
.w3ls_services_bottom_left_gridl p{
	margin:1em 0 0;
	color:#999;
	line-height:2em;
}
.w3ls_services_bottom_left_gridr1{
	width: 60px;
    height: 60px;
    background: #ff9900;
    border-radius: 65px;
    text-align: center;
    margin: 1.5em auto 0;
}
.w3ls_services_bottom_left_gridr1 h4{
	font-size: 1.2em;
    color: #fff;
    padding-top: .9em;
}
.w3ls_services_bottom_left_grid:nth-child(2){
	margin:2em 0;
}
.w3ls_services_bottom_left_gridl1{
	text-align:left !important;
}
.special-services h3{
    width: 40% !important;
}

.wthree_special_service_left h4{
	margin: 1em 0 2em;
    color:#0aaa07;
    font-size: 1.3em;
    line-height: 1.5em;
    text-transform: capitalize;
}

.wthree_more2 a {
    width: 45% !important;
	text-align:center !important;
	margin:0;
}
.wthree_special_services{
	margin:3em 0 0;
}
/*-- //services-bottom --*/
/*--top grid style start here--*/
.grid {
	margin-bottom:40px;
	
}
.grid-top {
	padding-bottom: 3em;
}
.grid-column {
	text-align: center;
}
.grid-column h3 {
	margin: .5em 0px;
	font-size: 1.1em;
	font-weight: 700;
	color: #0aaa07;
}
.grid-column p {
	font-size: 14px;
	font-weight: 400;
	width: 83%;
	margin: 0 auto;
	color: #999;
	line-height: 1.6em;
}
.grid-column img {
	border: 3px solid #0aaa07;
	padding: 1em 1em;
	border-radius: 25%;
  -webkit-border-radius:25%;
  -moz-border-radius:25%;
  -o-border-radius:25%;
}
/*--top grid style end here--*/ 
/*-- menu --*/
.logo_new
{
	margin-left:-50px;
	margin-bottom:-50px;
}
.menu {
    float: left;
}
/*-- //menu --*/

/*-- nav --*/
.navbar {margin-top:-7px;
    margin-bottom: -8px; 	background:#000;	padding-bottom:10px;
}

.navbar-nav > li > a {
    color: #fff;
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li.active a {
    background-color: #ffa800;
    color: #000;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #0aaa07;
}
/*-- //nav --*/
/*-- //header --*/
/*----*/
.logo {
    margin-top: 35px;
	position:relative;
	float: left;
}
.logo a {
    color: #fff;
    font-size: 40px;
    letter-spacing: 3px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
}
.cd-logo {
	z-index: 99999;
}
/* logo-effect */
.link--takiri {
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}

.link--takiri:hover {
	color: #FFFFFF;
}

.link--takiri::before {
	content: '';
    position: absolute;
    height: 25px;
    width: 76%;
    top: 82%;
    margin-top: -18px;
    left: 9%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.08);
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(0,1,1);
    transform: rotate3d(0,0,1,45deg) scale3d(0,1,1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    z-index: 0;
}

.link--takiri:hover::before {
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	-moz-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	-o-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	-ms-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

.link--takiri span {
	font-size: 35%;
    font-weight: 600;
    position: absolute;
    right: -75px;
    color: #0aaa07;
    bottom: -18px;
    opacity: 0;
    -webkit-transform: translate3d(-10px,-10px,0);
    transform: translate3d(-10px,-10px,0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.link--takiri:hover span {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.link {
    outline: none;
    text-decoration: none;
    font-size: 8em;
    line-height: 1;
    color: #9e9ba4;
    display: inline-block;
}
a.link { 
	text-decoration:none;
	z-index: 999;
}

/* //logo-effect */


/*-- sign in-form --*/
.modal-dialog {
    width: 500px;
    margin: 30px auto;
}
.modal-title {
    text-transform: uppercase;
    color: #ff4747;
    font-size: 25px;
    text-align: center;
}
.login-w3ls form {
    padding: 0 2em;
}
.login-w3ls input[type="text"], .login-w3ls input[type="password"] {
    outline: none;
    font-size: 15px;
    color: #000;
    padding: 10px;
    margin: 0;
    width: 100%;
    -webkit-appearance: none;
    background: #fffefe;
    border: 1px solid #d2d2d2;
}
.login-w3ls label {
    font-size: 14px;
    color: #000;
    margin: 20px 0px 6px 0px;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
}
.signin-agileits-bottom {
    float: right;
    width: 41%;
}
.login-w3ls input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    width: 50%;
    margin: 0em auto 2.55em;
    text-align: center;
    display: inherit;
    outline: none;
    padding: 11px 30px 8px;
    letter-spacing: 1px;
    font-size: 13px;
    color: #fff;
    border: none;
    background: #0aaa07;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.login-w3ls input[type="submit"]:hover {
    background: #ec3434;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.w3ls-loginr {
	margin:30px 0;
}
.w3ls-loginr a {
    float: right;
    color: red;
    font-size: 16px;
}
/*-- //sign in-form --*/ 
/*-- sign in-bottom --*/
.signin-agileits-bottom p {
    text-align: center;
    margin: 1.8em 0;
}
.signin-agileits-bottom p a {
    color: #000;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
.signin-agileits-bottom p a:hover {
    color: #2DCC70;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
.social-icons ul li {
    background-color: #3b5998;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    display: inline-block;
    width: 48%;
    float: left;
}
.social-icons ul li a {
	display:block;
}
.social-icons ul li a span {
    vertical-align: middle;
    color: #fff;
    float: left;
    font-size: .9em;
}
.social-icons ul li a span.text {
    padding: .8em 0;
    text-align: center;
    width: 78%;
}
.social-icons ul li span.icons {
    background: #2E4A84;
    width: 22%;
    height: 40px;
    display: inline-block;
	border-right: 1px solid #3b5998;
}
.social-icons ul li.twt {
    background-color: #55acee; 
    float: right;
}
.social-icons ul li.twt span.icons {
    background: #4D9CD8;
    border-color: #67b0e8;
}
.social-icons ul li:hover {
    background:#2E4A84;  
}
.social-icons ul li.twt:hover{
    background:#4D9CD8; 
} 
.icons i {
    display: inherit;
    padding-top: 15px;
	    padding-left: 15px;
}
/*-- //sign in-bottom --*/


i.fa.fa-heart {
    color: red;
	margin-right:5px;
}
.agileits-register {
    width: 40%;
    float: right;
    background: rgb(245, 248, 249);
    padding: 20px;
	
	margin-top: 2%;
}
.agileits-register h3 {
    margin: 5px 0 20px 0;
    color: #000;
    border-bottom: 1px solid #d2d2d2;
    padding: 12px 20px;
    background: #febd11;
	text-align:center;
}
/*-- sign-up --*/
/*-- banner-bottom --*/
.banner-bottom,.news,.login,.single,.w3agile_comments,.testimonials,.services,.about-bottom,.mail,.typo,.services-bottom,.special-services,.about,.about-counter{
	padding:5em 0;
}
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;

}
.view-tenth .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}

.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view {
    float: none;
    overflow: hidden;
    position: relative;
    text-align: center;
	padding: 1em 1em 2em;
    background: #ffa800;
}
.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.agile_text_box p {
     color: #fff;;
    font-size: 14px;
    letter-spacing: 1px;
   
    line-height: 30px;
    width: 100%;
   
}
.agile_text_box i{
	
	display:block;
	width:64px;
	height:64px;
	margin:0 auto;
}
i.men{
	
	display:block;
	width:64px;
	height:64px;
	margin:0 auto;
}
i.shipping{
	
	display:block;
	width:64px;
	height:64px;
	margin:0 auto;
}
i.clock{
	
	display:block;
	width:64px;
	height:64px;
	margin:0 auto;
}
.agile_text_box h3 {
	text-transform:capitalize;
	font-size:1.3em;
	color:#0aaa07;
	line-height:1.2em;
	margin:1em 0 .5em;
}
.banner_bottom_right_grid {
    padding-right: 0;
}
.wthree_banner_bottom_right_grids:nth-child(2){
	margin:0em 0 0;
}
.banner_bottom_left h3{
	font-size: 1.6em;
    color: #212121;
	text-align:center;
    text-transform: capitalize;
}
.banner_bottom_left p i{
	color:#0aaa07;
	display:block;
	margin:.5em 0 1em;
}
.banner_bottom_left{
	text-align:right;
	padding:40px;
	background:#f5f5f5;
}
.banner_bottom_left p{
	color:#999;
	line-height:2em;
	margin-bottom:1em;
	text-align:center;

}

.wthree_more a{
	padding:5px 20px;
	margin-top:-73px;
	margin-left:295px;
	
	border:1px solid #fff;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
	display:block;
}
.wthree_more1 a,.wthree_more2 a,.wthree_more3 a {
    border-color: #212121;
    color: #212121;
    text-align: center;
}
.wthree_more1 .button--wayra {
    margin-left: 25em;
}
/*-- //banner-bottom --*/
.slider-2 ul.callbacks_tabs {
display: none;
}
/* Wayra */
.button--wayra {
	overflow: hidden;
	width: 35%;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	margin:0 auto;
}
.button--wayra::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0aaa07;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
	color: #fff;
	border-color:#0aaa07;
}
.button--wayra.button--inverted:hover {
	color: #3f51b5;
	border-color: #fff;
}
.button--wayra:hover::before {
	opacity: 1;
	background-color:#0aaa07;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover::before {
	background-color: #fff;
}
/*-- //banner --*/
.w3_modal_body_grid span{
	float: left;
    width: 30%;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 10px;
    font-size: 12px;
}
#w3_country,.w3_modal_body_grid input[type="text"],.w3_modal_body_grid input[type="email"],#w3_country1,.w3_modal_body_grid input[type="password"]{
	width: 70% !important;
    font-size: 14px;
    outline: none;
    border: 1px solid #bbb;
    padding: 6px;
    color: #000;
    background: #ffffff;
}
.w3_modal_body_grid select {
    width: 25%;
    font-size: 13px;
    padding: 5px;
}
.w3_modal_body_grid input[type="tel"] {
    font-size: 14px;
    outline: none;
    border: 1px solid #bbb;
    padding: 6px;
    color: #000;
    background: #ffffff;
	width: 100%;
}
select#w3_country option ,select#w3_country1 option {
	color:#000;
}
.w3_modal_body_grid1{
	margin: 12px 0;
}
.colr {
    float: left;
    margin-right: 1em;
}
label.radio {
    font-size: 14px;
    font-weight: 500;
    color: #797777;
    padding-left: 18px;
    margin: 0;
}
.checkbox input, .radio input {
    position: absolute;
    left: -9999px;
}
.radio i {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    outline: none;
    background: #ec3434;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.radio input + i:after {
    content: '';
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff !important;
}
.checkbox input:checked + i:after, .radio input:checked + i:after {
    opacity: 1;
}
.radio input + i:after {
    content: '';
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff !important;
}
.checkbox input + i:after, .radio input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.w3_gender {
    float: right;
    width: 70%;
    margin: 0.6em 0 0;
}
.agileits-register input[type="submit"] {
    outline: none;
    padding: 11px 30px 8px;
	letter-spacing: 1px;
    font-size: 13px;
    color: #fff;
    border: none;
    background: #0aaa07;
    margin: 20px 0 0;
    text-transform: uppercase;
	float:right;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
.w3-agree {
	margin:15px 0 0 0;
}
label.agileits-agree {
    margin-left: 4px;
	letter-spacing:1px;
    font-size: 13px;
    vertical-align: middle;
    font-weight: normal;
    margin-bottom: 0;
}
.agileits-register input[type="submit"]:hover {
	background:#febd11;
	color:#000;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
p.w3ls-login {
    text-align: center;
    margin-top: 15px;
}
p.w3ls-login a:hover {
	text-decoration:underline;
	color: #ec3434;
}
/*-- //sign-up --*/

/*-- banner-bottom --*/
.banner-bottom-login{
	padding: 12px 15px;
    background: #ffffff;
}
.banner-bottom{
	padding:4em 2em;
	margin-top:25px;
}
.agileinfo_banner_bottom{
	width:70%;
	background:#f5f5f5;
	padding:2em;
	text-align:center;
	margin:0 auto 3em;
}
.agileinfo_banner_bottom span{
	padding:1em;
	border:1px solid #212121;
	font-size:1em;
	color:#212121;
}
.agileinfo_banner_bottom h3{
	font-size: 1.5em;
    color: #24AB00;
    text-transform: capitalize;
    line-height: 1.5em;
    margin: 1em 0;
}
.agileinfo_banner_bottom p{
	color:#999;
	line-height:2em;
}
.w3agile_banner_btom_login_left{
}
.w3agile_banner_btom_login_left1{
}
.w3agile_banner_btom_login_left2{
}
.w3agile__text h4, .w3agile__text span {
    font-size: 14px;
    color: #fff;
    margin-top: 18px;
	color: #000;
}
.dropdown-menu {
	min-width: 240px;
}
.navbar-nav > li > .dropdown-menu {
    padding-top: 0;
}
#country, #country1, #country2, #country3 {
    outline: none;
    padding: 10px;
    background: #fff;
    color: #212121;
    font-size: 13px;
    width: 100%;
    margin: 10px 0 0;
    border: none;
    padding: 5px;
	border: 1px solid #adadad;
}
#country1,#country2{
	width: 38%;
}
.w3agile__text span {
    margin: 0 10px 0;
}
.w3agile__text.col-sm-7.w3agile_banner_btom_login_left1 select {
    width: 38%;
}
.w3agile_banner_btom_login_left3 {
    float: right;
    margin: 20px 0 0 0;
}
.w3agile_banner_btom_login_left3 input[type="submit"] {
    background: #ffef1b;
    color: #212121;
    font-size: 14px;
    padding: 8px 35px;
    width: 50%;
    display: block;
    text-align: center;
	border:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
.w3agile_banner_btom_login_left3 input[type="submit"]:hover{
	background: #0aaa07;
    color: #ffffff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- //banner-bottom --*/

.w3l_find-soulmate h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 35px;
}
.w3l_find-soulmate {
    padding: 60px 0;
    background-color: rgb(0, 196, 218);
}
.w3_soulgrid h3 {
	font-size: 25px;
    color: #ec3434;
    margin: 30px 0 0px 0;
	text-transform: uppercase;
}
.w3_soulgrid p {
    color: #000000;
    font-size: 15px;
    line-height: 25px;
    margin-top: 15px;
    letter-spacing: 1px;
    font-weight: bold;
}
.w3_soulgrid {
    border: 1px solid #eee;
	padding: 30px 15px;
	width:23%;
	margin:0 1%;
	background-color: #FFF;
}
.w3_soulgrid i {
    font-size: 40px;
    color: #0aaa07;
    border: 1px solid #eaeaea;
    padding: 28px 0;
    border-radius: 60px;
    width: 95px;
    height: 95px;
    text-align: center;
    box-shadow: 1px 1px 1px #0aaa07;
}

 
/*-- browse profiles --*/
.w3layouts-browse {
	padding:60px 0;
}
.w3layouts-browse h3 {
	font-size: 30px;
	letter-spacing:1px;
    color: #000;
    margin-bottom: 45px;
}
.w3-browse-grid h4 {
    color: #0aaa07;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    font-size: 20px;
}
.w3-browse-grid ul li {
	display: inline-block;
    margin: 12px 5px;
    border-right: 1px solid #a5a5a5;
    padding-right: 10px;
    line-height: 13px;
}
.w3-browse-grid ul li.more {
	border-right:none;
}
.w3-browse-grid ul li a {
	color:#797979;
	font-size:14px;
}
.w3-browse-grid ul li a:hover {
	color:#000;
}
.w3-browse-grid ul li.more a {
	color:red;
}
/*-- //browse profiles --*/


/*-- Service --*/
.agile-assisted-service {
	background: url(../images/servicebg.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 400px;
    background-attachment: fixed;
    padding-top: 65px;
}
.agile-assisted-service h4 {
	font-size: 35px;
    color: #fff;
    margin-bottom: 35px;
	letter-spacing:1px;
}
.agile-assisted-service p {
	font-size: 20px;
    color: #e0e0e0;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 0 auto 50px;
    width: 45%;
    line-height: 40px;
}
.agile-assisted-service a {
	font-size: 14px;
    color: #e0e0e0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    background: rgba(236, 52, 52, 0.81);
    padding: 10px 25px;
}
/*-- //Service --*/

/*-- Location --*/

.location {
	padding: 100px 0;
}

.location h3 {
	text-align: left;
	font-size: 40px;
	margin-bottom: 30px;
	color: #1dc8d9;
	margin-top: 50px;
}
.location h5 {
	font-size: 25px;
    margin-bottom: 30px;
    font-style: italic;
    color: #000000;
    letter-spacing: 1px;
}
.location p {
	line-height: 34px;
    color: #d81a23;
    font-size: 20px;
	width:80%;
}

/*-- //Location --*/

/*-- get started --*/
.w3layous-story {
    background: #0aaa07;
    padding: 40px 0;
}
.w3layous-story h4 {
	color:#fff;
	font-size:23px;
	letter-spacing:1px
}
.w3layous-story h4 a {
    color: #ff0200;
    padding: 10px 25px;
    background: rgba(0, 0, 0, 0.62);
    border-radius: 3px;
    font-size: 15px;
    vertical-align: middle;
    margin-left: 15px;
    border: 1px solid rgba(0, 0, 0, 0.64);
}
.w3layous-story h4 a:hover {
	background:#000;
	color:#fff;
}
/*-- //get started --*/

/*-- gallery --*
.agileits-gallery {
	background:#00d0ff;
	padding: 70px 0;
}
 #thumbGrid{
      width: 72%;
  margin: auto;
  margin-top: 25px;
        }

        label{
            color: white;
        }


        #customize {
            display: inline-block;
            margin-top: -30px;
            position: absolute;
            color: white
        }


        #customize input, #customize select {
            font-size: 17px;
            margin: 3px;
            padding: 4px;
            border: 1px solid rgba(255, 255, 255, 0.5);
            border-radius: 0;
            color:#fff;
            background-color: rgba(0, 0, 0, 0.2)
        }

        #customize select {
            margin: 0;
            background-image: url(css/thumbgrid-font/font/downArrow.svg);
            background-repeat: no-repeat;
            background-position: right center;
            padding-right: 25px;
            outline: none;
            overflow: hidden;
            text-indent: 0.01px;
            text-overflow: '';
            vertical-align: middle;

        }

        #customize label {
            font-size: 16px;
            margin: 3px 0;
            padding: 3px 0;
            width: 150px;
            display: inline-block;
        }
/*--//gallery--*/	

/*-- List of brides and grooms --*/
.w3ls-list {
	padding: 50px 0;
    background: #efefef;
}
.w3ls-aside {
    background: #fff;
}
.w3ls-list h2 {
    font-size: 30px;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 45px;
	text-align:center;
}
h3.w3_special {
    font-size: 30px;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 45px;
    text-align: center;
}
.profile-details {
    border: 1px solid #eee;
    margin: 15px 0;
}
.profile-details h5 {
    background: #ff2929;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
img.prf-img {
    float: left;
    width: 48%;
	margin-right:2%;
}
.w3-prfr {
	float:right;
	width:50%
}
.w3-prfr p {
    font-size: 12px;
    line-height: 25px;
    color: #000;
    margin-top: 15px;
	margin-right: 15px;
}
.w3-prfr h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 12px 0 10px;
    color: #0aaa07;
}
.w3-prfr a {
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #eee;
    color: #ff2929;
    padding: 4px 12px;
}
.w3-prfr span {
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	margin:0 5px;
	font-size:10px;
}
.w3-prfr a:hover{
	background:#0aaa07;
	color:#fff;
}
p.light {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 24px;
    padding: 10px;
}
p.light a {
	color: red;
}
.w3ls-aside h4 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #fff;
    padding: 25px 15px 10px;
    border-bottom: 1px solid #a2a2a2;
}
.fltr-w3ls {
	margin:25px 0;
}
.fltr-w3ls h5 {
    font-size: 19px;
    color: #0aaa07;
	margin-bottom:15px;
}
.fltr-w3ls ul li {
	display:inline-block;
	margin:3px 0;
	color:#fff;
}
.fltr-w3ls ul li a {
	background:#696969;
	padding:9px 17px 7px;
	font-size:13px;
	color:#fff;
	display:block;
	text-decoration:none;
}
.fltr-w3ls ul li a:hover {
	background:#000;
}
/*-- /List of brides and grooms --*/


/*-- breadcrumbs --*/
.w3layouts-breadcrumbs {
	background:#ffffff;
	padding:14px 0;
	text-align:left;
	border-bottom:1px solid #eeeded;
}
span.agile-breadcrumbs {
    color: #000;
    font-size: 15px;
}
span.agile-breadcrumbs a {
	color:#0ac5da;
	margin:0 5px;
}
span.agile-breadcrumbs a:hover {
	text-decoration:underline;
}
span.agile-breadcrumbs a i {
    color: #d0eaf7;
    font-size: 16px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
span.agile-breadcrumbs a i:hover  {
    color: #fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
/*-- //breadcrumbs --*/


/*-- featured profiles --*/
/*--flexisel--*/
.profile-image {
  position: relative;
  margin: 10px 0px;
}
.agile-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.93);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  
}
.agile-overlay ul {
	padding:20px 15px 15px;
}
.agile-overlay h4 {
    margin-top: 15px;
    color: #0aaa07;
    text-align: left;
    margin-left: 15px;
    font-weight: normal;
    font-size: 18px;
}
.biseller-column:hover .agile-overlay {
  height: 100%;
}
.agile-overlay ul li span {
    width: 115px;
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
	text-align: left;
}
.agile-overlay ul li {
    list-style: none;
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 23px;
	font-weight:300;
}
.w3layouts_featured-profiles {
    padding: 70px 0px;
}
.flex-slider{	
	background:#242a2c;
	padding:100px 0;
}

#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	cursor: pointer;
	position: relative;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:20px;
	height:40px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: -45px;
	top: 45% !important;
	background: url(../images/themes1.png) no-repeat 1px 3px;
}
.nbs-flexisel-nav-right {
	right: -45px;
	top: 45% !important;
	background: url(../images/themes1.png) no-repeat -23px 3px;
}
ul#flexiselDemo3.nbs-flexisel-nav-left, ul#flexiselDemo3.nbs-flexisel-nav-right {
	width:26px;
	height:44px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	display:none;
}
.biseller-column img {
    width: 100%;
    position: relative;
    border: 1px solid #d6d6d6;
    box-shadow: 0 0 10px #F9F9F9;
    -webkit-box-shadow: 0 0 10px #F9F9F9;
    -moz-box-shadow: 0 0 10px #F9F9F9;
    box-shadow: 0 0 10px #F9F9F9;
	padding: 2px;
}
.agile_featured-profiles h2 {
    font-size: 35px;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 45px;
    text-align: center;
}
/*--//flexisel--*/
/*-- //featured profiles --*/


/*-- mobile app --*/
.wthree-mobilaapp.main-grid-border {
    background: #efefef;
}
.app {
    padding: 70px 0px 0 0;
}
.app-image img {
	width:80%;
}
.w3ls_app-left h3 {
    font-size: 26px;
    line-height: 38px;
    margin: 70px 0 0px 0;
    color: #ec3434;
    letter-spacing: 1px;
}
.w3ls_app-left p {
    margin: 20px 0 0px 0;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 1px;
}
.agileits_app-devices {
    width: 75%;
    margin: 30px 0 0 0;
}
.agileits_app-devices a {
    float: left;
    width: 46%;
	margin-right:4%;
}
.agileits_app-devices a img {
    width: 100%;
}
.agileits_app-devices h5 {
	margin-bottom: 12px;
    letter-spacing: 0.5px;
    font-size: 20px;
    color: #0aaa07;
}
/*-- //mobile app --*/


/*-- footer --*/
.footer{
	background:#313131;
	padding:4em 0;
}
.w3agile_footer_grid h3{
	font-size:1.7em;
	color:#fff;
	padding-bottom:.5em;
	margin-bottom:1em;
	position:relative;
}
.w3agile_footer_grid h3:before{
	content:'';
	position:absolute;
	bottom:0%;
	left:0%;
	background: #febd11;
    width: 25%;
	height:2px;
}
.w3agile_footer_grid{
	color:#999;
	line-height:2em;
}
.w3agile_footer_grid h2{
	margin:1em 0 0;
}
.w3agile_footer_grid h2 a{
	font-size: 1.3em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
.w3agile_footer_grid h2 a span{
	transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    display: inline-block;
    color: #ff9900;
	line-height: 1;
}
.w3agile_footer_grid ul li{
	list-style-type:none;
	
}
.w3agile_footer_grid ul li a{
	color:#999;
	text-decoration:none;
}
.w3agile_footer_grid ul li a:hover{
	color: #ff9900;
}
.w3agile_footer_grid:nth-child(2) {
    border-left: 1px solid #5c5c5c;
    border-right: 1px solid #5c5c5c;
    padding-left: 4em;
}
.w3agile_footer_grid:nth-child(3) {
    padding-left: 3em;
    border-right: 1px solid #5c5c5c;
}
.w3agile_footer_grid:nth-child(4) {
    padding-left: 3em;
}
ul.w3agile_footer_grid_list li{
	list-style-type:none;
	color:#999;
	line-height:1.9em;
	margin-bottom:1em;
}
ul.w3agile_footer_grid_list li span{
	display:block;
	margin:1em 0 0;
	background:url(../images/img-sp.png) no-repeat -60px -177px;
	padding-left:2em;
}
.w3agile_footer_grid_left{
	float:left;
	width:33.33%;
	padding:.15em;
}
.agileinfo_copy_right{
	background:#212121;
	padding:1.2em 0;
}
.agileinfo_copy_right_left{
	float:left;
}
.agileinfo_copy_right_right{
	float:right;
}
.agileinfo_copy_right_left p{
	color:#fff;
	line-height:1.8em;
}
.agileinfo_copy_right_left p a{
	color: #ff9900;
	text-decoration:none;
}
.agileinfo_copy_right_left p a:hover{
	color:#fff;
}
ul.social li{
	display:inline-block;
	margin:0 .5em;
	font-size:1em;
	color:#999;
}
.social a {
	position: relative;
	 display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.social a:hover {
  color: #fff;
}
.social a:hover .tooltip {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.social a:active {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.social .tooltip {
  opacity: 0;
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 1;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.social .tooltip span {
  position: relative;
  left: -50%;
  padding: 6px 8px 5px 8px;
  border-radius: 3px;
  color: #fff;
  font-size: .7rem;
  line-height: 1;
  z-index: 1;
  background: #565656;
    color: #fff;
}
.social .tooltip span:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top-color: #565656;
}
.social i {
  position: relative;
  top: 1px;
  font-size: 1.5rem;
}
.social li a.social-linkedin i{
	background: url(../images/img-sp.png) no-repeat -8px -230px;
    display: block;
    width: 20px;
    height: 16px;
}
.social li a.social-twitter i{
	background:url(../images/img-sp.png) no-repeat -51px -236px;
    display: block;
    width: 20px;
    height: 16px;
}
.social li a.social-google i{
	background:url(../images/img-sp.png) no-repeat -96px -236px;
    display: block;
    width: 20px;
    height: 16px;
}
.social li a.social-facebook i{
	background:url(../images/img-sp.png) no-repeat -144px -238px;
    display: block;
    width: 20px;
    height: 16px;
}
.social li a.social-instagram i{
	background:url(../images/img-sp.png) no-repeat -195px -238px;
    display: block;
    width: 20px;
    height: 16px;
}
/*-- //footer --*/

/*-- app-page --*/
.w3layouts-inner-banner {
    background: url(../images/banner/slidernew1.jpg) no-repeat center center;
    min-height: 470px! important;
    padding: 45px 0 105px 0;
    
    background-size: 100% 100%; 
}

/*-- Header Part Starts Here --*/

/* Shutter Out Vertical */
a.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #ff339a;
  color: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f2d80f;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.hvr-shutter-out-vertical:hover,a.hvr-shutter-out-vertical:focus,a.hvr-shutter-out-vertical:active {
  color: white;
}
a.hvr-shutter-out-vertical:hover:before,a.hvr-shutter-out-vertical:focus:before,a.hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
ul.navig li a:hover ul.navig li a:after{
	display: block;
}
ul.navig li a:after{
	width:15px;
	height:15px;
	background:red;
	display: none;
	content:"";
	position:absolute;
	top:0;
}
.head_grid{
	text-align:center;
	width: 26.3%;
}
.head_grid_center{
	margin: 0 7em;
}
.grid_ba{
	width:100%;
	background:#dfdfdf;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	text-align:center;
	padding: 5em 1em;
	margin:0 auto;
}
.grid_ba p{
	margin:1em 0 0 0;
	font-size:1em;
	font-weight:600;
	color: #4c4a5a;
}
.stars {
	margin: 7em 0 2em 0;
	text-align: center;
	position: relative;
}
.stars:before {
	content: "";
	background: rgba(88, 86, 104, 0.33);
	height: 1px;
	width: 35%;
	position: absolute;
	top: 59%;
	left: 9%;
}
.stars:after {
	content: "";
	background: rgba(88, 86, 104, 0.33);
	height: 1px;
	width: 35%;
	position: absolute;
	top: 59%;
	right: 9%;
}
@media (max-width: 768px){
		.wthree_more1 .button--wayra {
		margin-left: 20em;
	}
span.menu:before {
	content: url(../images/nav-icon.png);
	cursor: pointer;	
	height:32px;
}
ul.navig {
	width: 11%;
	float: right;
	margin:0;
}
.header {
	margin: 0 auto;
	position: absolute;
	width: 100%;
	left:0;
}
ul.navig{
	display:none;
}
ul.navig li {
	font-size: 12px;
	display:inline-block;
	width: 100%;
	margin:0;
}
ul.navig li a {
  padding: 7px;
  font-size: 15px;
  width: 100%;
  font-weight: 600;
  display: block;
  background: #fff;
  color: #333333;
  margin: 3px 0px;
}
ul.navig li a:hover{
	color:#ffffff;
}
 span.menu{
	display:block;
	float:right;
	margin: 20px 15px 0 0;
}
ul.navig {
	margin: 0;
	z-index: 999;
	position: absolute;
	width: 96%;
	text-align: center;
	top: 100%;
	left: 2%;
	background: rgba(255, 255, 255, 0.97);
}
.navigation {
	height: 60px;
	padding: 0px 16px 0em;
	margin-bottom: 0em;
}
ul.navig li:nth-of-type(4) {
	margin: 0 0px 0 0em;
}
ul.navig li:nth-of-type(3) {
	margin: 0 0em 0 0px;
}
}
/*--Header-Part-Ends-Here --*/
.banner{
	background: #0fa7ff;
	padding: 4em 0px 3.5em 0px;
}
.banner-left img {
  width: 100%;
}
.banner-left{
	text-align:center;
}
.banner-right {
  margin-top: 9.5%;
}
.banner-right h2{
	color: #fff;
	font-size: 2.3em;
	font-weight: 300;
	margin: 0;
}
.banner-right h2 span{
	font-weight:700;
}
.banner-right h3 {
  font-size: 1.95em;
  font-weight: 400;
  color: #fff;
  margin-top: 1.8%;
}
.banner-right p {
    color: #fff;
    font-size: 22px;
    line-height: 39px;
    margin-top: 11%;
    font-weight: 600;
}
.bnr-btn{
	margin-top:10%;
}
.bnr-btn a {
  padding: 13px 35px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  background: #ff0030;
  border-bottom: 4px solid #B6A416;
}
.banner-right ul{
	padding:0;
	margin-top: 8.5%;
}
.banner-right ul li{
	list-style:none;
	display:inline-block;
}
.banner-right ul li:nth-child(1){
	margin-right:17px;
}
.banner-right ul li span{
	background:url(../images/bn-sprit.png) no-repeat;
	width:42px;
	height:48px;
	display:block;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.banner-right ul li span.apl{
	background-position:0px 0px;
}
.banner-right ul li span.rbt{
	background-position:-42px 0px;
}
.banner-right ul li span.apl:hover{
	background-position:0px -48px;
}
.banner-right ul li span.rbt:hover{
	background-position:-42px -48px;
}
/* Bounce To Bottom */
a.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #f2d80f;
  color: #fff;
}
a.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color:#000;
  background: #d0a822;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.hvr-bounce-to-bottom:hover,a.hvr-bounce-to-bottom:focus,a.hvr-bounce-to-bottom:active {
  color: white;
}
a.hvr-bounce-to-bottom:hover:before,a.hvr-bounce-to-bottom:focus:before,a.hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*--Banner-Part-Ends-Here--*/
/*--feature-Part-starts-Here--*/
.feature {
  padding: 9em 0px 0 0;
}
.get-top h3,.support-top h3,.demo-top h3{
	color: #fff;
  	font-size: 2.3em;
  	font-weight: 600;
  	margin: 0;
}
.feature-top h3{
	color: #000;
  	font-size: 2.3em;
  	font-weight: 600;
  	margin: 0;
}
.feature-top p{
	color: #969696;
    width: 100%;
    margin-top: 16px;
    line-height: 28px;
    font-size: 17px;
    font-weight: 300;
}
.feature-main{
	background:url(../images/ftr-bnr.png) no-repeat;
	width:906px;
	height:856px;
	display:block;
	margin-top:6%;
	position:relative;
}
.ftr-left {
    position: absolute;
    top: 7.5%;
    left: 28.5%;
}
.ftr-left-one {
  position: absolute;
  top: 23%;
  left: 27.8%;
}
.ftr-left-two {
  position: absolute;
  top: 39%;
  left: 27.8%;
}
.ftr-left-tre {
  position: absolute;
  top: 54%;
  left: 27.8%;
}
.ftr-left-fvr {
  position: absolute;
  top: 70%;
  left: 27.8%;
}
.ftr-right {
	 position: absolute;
	 top: 4%;
	 left: 41%;
}
.ftr-right-one {
  position: absolute;
  top: 20%;
  left: 41%;
}
.ftr-right-two {
  position: absolute;
  top: 37%;
  left: 41%;
}
.ftr-right-tre {
  position: absolute;
  top: 54%;
  left: 41%;
}
.ftr-right-fvr {
  position: absolute;
  top: 72%;
  left: 41%;
}
.ftr-right-one h4 {
  transform: rotate(1.5deg);
}
.ftr-right-two h4 {
  transform: rotate(3deg);
}
.ftr-right-tre h4 {
  transform: rotate(6deg);
}
.ftr-right-fvr h4 {
  transform: rotate(8.5deg);
}
.ftr-right p,.ftr-right-one p,.ftr-right-two p,
.ftr-right-tre p,.ftr-right-fvr p {
	color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
    padding-right: 16%;
    line-height: 30px;
}
.ftr-right p{
	transform: rotate(0.1deg);
}
.ftr-right-one p {
  transform: rotate(2.1deg);
}
.ftr-right-two p {
  transform: rotate(4deg);
}
.ftr-right-tre p {
  transform: rotate(5.9deg);
}
.ftr-right-fvr p {
  transform: rotate(9.5deg);
}
.feature-right {
  text-align: left;
  width: 38%;
  float: right;
}
.feature-left{
	width:62%;
	float:left;
}
.feature-top {
  margin-left: 25%;
}
/*--feature-Part-Ends-Here--*/
/*--establish-Part-starts-Here--*/
.establish{
	background:url(../images/est-banner.png) no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	margin-top: -8%;
	min-height: 735px;
}
.est-bottom p span {
  display: block;
}
.est-top {
  margin-top: 20%;
}
.est-left{
	float:left;
}
.est-left img {
    border-radius: 50%;
}
.est-right {
  float: left;
  text-align: left;
  margin: 3% 0 0 4%;
}
.est-right ul{
	padding:0;
	margin-top:1%;
}
.est-right ul li{
	list-style:none;
	display:inline-block;
}
.est-right h3{
	font-size:1.8em;
	font-weight:700;
	color:#000;
	margin:0;
}
.est-right p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  width: 70%;
  margin-top: 3%;
  line-height: 1.3em;
}
.est-bottom {
  margin-top: 10%;
}
.est-bottom p {
  color: #fff;
  font-weight: 300;
  font-size: 2.2em;
  font-style: italic;
  width: 100%;
  text-align: center;
}
.est-bottom p sup {
  top: -1.5em;
}
.est-bottom p sub {
  bottom: -0.25em;
  margin-left: 80%;
  display: block;
}
/*--establish-Part-Ends-Here--*/
/*--awesome-Part-starts-Here--*/
.awe-left img{
	width:100%;
	border:4px solid #0fa7ff;
}
.awe-left:hover {
  transform: scale(1.05,1.05);
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
  z-index: 1;
  border: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.awe{
	padding:6em 0px;
	background: #fff;
}
.awe-top{
	text-align:center;
}
.awe-bottom{
	margin-top:10%;
}
.awe-top h3{
  color: #000;
  font-size: 2.3em;
  font-weight: 600;
  margin: 0;
}
.awe-top p{
  color: #000;
  width: 64%;
  margin: 1.5em auto 0;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 400;
}
/*--awesome-Part-Ends-Here--*/
/*--demo-Part-starts-Here--*/
.demo{
	padding:70px 0;
	
}
.demo-top p{
  color: #fff;
  width: 64%;
  margin: 1.5em auto 0;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 400;
}
.demo-top{
	text-align:center;
}
.demo-bottom{
	margin-top:6%;
	text-align: center;
}
.demo-bottom iframe {
  width: 78%;
  height: 550px;
  border: 10px solid #fff;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
}
/*--demo-Part-Ends-Here--*/
/*--get-Part-starts-Here--*/
.get{
  background: url(../images/get-bnr.jpg) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 1040px;
  margin-top:-19%;
}
.get-top {
  margin-top: 40%;
}
.get-top p,.support-top p{
    color: #fff;
    margin-top: 45px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    width: 58%;
}
.get-top ul{
	padding:0;
	margin-top:7%;
}
.get-top ul li{
	list-style:none;
	display:block;
}
.get-top ul li:nth-child(2){
	margin-top:15px;
}
/*--get-Part-Ends-Here--*/
/*--support-Part-starts-Here--*/
.sup {
  position: absolute;
  right: 13.5%;
  top: -45.4%;
}
.support{
	padding:6em 0px;
	background:#0fa7ff;
	position: relative;
}
.support-bottom{
	margin-top:5%;
}
.support-left input[type="text"] {
  width: 90%;
  color: #6d6d6b;
  background: #fff;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  border: 1px solid rgba(0, 0, 0, 0.49);
  padding: 20px 1.3em;
  margin-bottom: 1em;
  -webkit-appearance: none;
  box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
  -webkit-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
  -moz-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
  -o-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
  -ms-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
}
.contact-textarea textarea {
  resize: none;
  width: 90%;
  color: #6d6d6b;
  font-size: 18px;
  background: #fff;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  padding: 20px 1.3em;
  border: none;
  min-height: 15em;
  border: 1px solid rgba(0, 0, 0, 0.49);
  -webkit-appearance: none;
  box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
  -webkit-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
  -moz-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
  -o-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
  -ms-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
}
.contact-but input[type="submit"] {
  border: none;
  outline: none;
  color: #fff;
  background: #f2d80f;
  padding: 6px 55px;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 400;
  -webkit-appearance: none;
  border-bottom: 4px solid #B6A416;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -o-transition:0.5s all;
  -moz-transition:0.5s all;
  -ms-transition:0.5s all;
}
.contact-but input[type="submit"]:hover {
  background: #cf032a;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.contact-but {
  text-align: right;
  margin: 7.5% 9.2% 0 0;
}
.support-left {
  padding: 0;
}
.ftr-left i, .ftr-left-one i, .ftr-left-two i, .ftr-left-tre i, .ftr-left-fvr i {
    font-size: 35px;
    color: #0fa7ff;
}
.sup-left {
  width: 16%;
  float: left;
  text-align: center;
}
.sup-left i {
    color: #fff;
    font-size: 25px;
	vertical-align:middle;
}
.sup-right {
  width: 84%;
  float: right;
}
.sup-right p {
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.sup-right p a {
    color: #f5f5f5;
	text-decoration:underline;
}
.support-one{
	margin-top:3em;
}
.support-right {
  margin-top: 11%;
}
/*--support-Part-Ends-Here--*/

.box{
	float:center;
}
/*-- //app-page --*/
.facilities{
	border:1px solid #fff;
	padding:1em;
}
/*-- about-page --*/
.w3l_about {
    padding: 50px 0;
    background: #f7f7f7;
}
.w3l_about h3 {
    color: #000;
    font-size: 22px;
}
.w3l_about p {
    color: #525151;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 20px 0;
    line-height: 30px;
	text-align:justify;
}
.w3l_about ul li {
	color: #525151;
    font-size: 14px;
    letter-spacing: 1px;
	margin-left:1em;
}
.w3l_about1 {
    padding: 0px 0;
    background:#fff;
}
.w3l_about1 h3 {
    text-align: center;
    color: #212121;
    font-size: 2em;
    font-weight: 600;
    padding: .5em 1em;
   
    text-transform: uppercase;
    width: 60%;
    margin: 0 auto;
}
.w3l_about1 p {
    color: #525151;
    font-size: 14px;
    letter-spacing: 1px;
   
    line-height: 30px;
	text-align:center;
}

.w3l_about2 {
    padding: 50px 0;
    background:#f7f7f7;;
}
.w3l_about2 h3 {
    color: #000;
    font-size: 18px;
	padding-bottom:1em;
	text-align:center;
	
}
.blt{
	
	
	background:#fff;
	border:1px solid #f0f0f0;
	padding:1em;
}

.blt a{
	color:#595959;
	
}

.w3l_about3 {
    padding: 50px 0;
    background:url('../images/donate_back.jpg');
}
.w3l_about3 h3 {
    color: #000;
    font-size: 22px;
}
.w3l_about3 p {
    color: #525151;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 20px 0;
    line-height: 30px;
}
.carousel-caption h3{
color:#000;
font-size:2em;
font-weight:600;
text-transform:uppercase;	
}
.box{
	border:1px solid #e4e3e3;
	
	padding:.5em;
	margin-bottom:1em;

}
.box p{
	text-align:center;
	
}
.read{
	
	background:#ffb936;
	padding:1em 2em;
	border-radius:10px;
}
.read1{
	
	
	background:#ffb936;
	padding:1em 3em;
	border-radius:10px;
}
.read hover{
	background:#174590;
	color:#fff;
}

.box1{
background:#fff;
border:1px solid #e4e3e3;
margin-bottom:1em;	
}
.box2{
background:#fff;		
}

.w3_success-stories {
	padding:60px 0;
}
.w3_success-stories h4 {
	font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
    color: #0aaa07;
}
.success_w3_story p {
    color: #808080;
    font-size: 14px;
    line-height: 25px;
    margin: 25px 0 5px 0;
}
.w3l_about_left {
    position: relative;
	margin-top: 6%;
}
.w3l_about_left_pos {
    position: absolute;
    left: 0;
    bottom: 26%;
}
.w3l_about_left_pos1 {
    position: absolute;
    left: 33%;
    bottom: 11%;
}
.w3l_about_left_pos h3, .w3l_about_left_pos1 h3 {
    font-size: 1.5em;
    color: #fff;
    padding: .3em .5em;
    background: #212121;
}
.w3l_about_left_pos h3 span, .w3l_about_left_pos1 h3 span {
    color: #ec3434;
}
.w3l_about_left img {
    margin: 0 auto;
}
/*--services--*/
.agileits_services {
    background: url(../images/banner_home1.jpg) no-repeat 0px 0px;
    padding: 70px 0 0 0;
    border-top: 4px solid #0aaa07;
    background-size: cover;
    min-height: 430px;
}
.agileits_services h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 50px;
}
.agileits_services h2 span {
	font-weight:600;
}
.w3ls_services-grids {
  background: #fff;
  padding: 1em 3em;
  width: 47%;
  margin-right: 34px;
}
ul.w3_servicesgrid_info {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.w3_servicesgrid_info li {
  margin: 10px 0;
  
}

ul.w3_servicesgrid_info1 {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.w3_servicesgrid_info1 li {
  margin: 10px 0;
  font-size:.9em;
}
li.tick {
	background: url(../images/tick.png)no-repeat 0px 0px;
	padding: 0 0 0 28px;
}
.wthree_services-bottom {
    background: #0aaa07;
	padding: 1em 0;
}
.wthree_services-bottom p {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 200;
}
.wthree_services-bottom span {
	font-weight:600;
	  margin: 7px;
}
/*--/services--*/
/*-- //about-page --*/


/*-- assisted_Services-page --*/
.w3ls-assisted_Services {
    padding: 50px 0 0 0;
    background: #f7f7f7;
}
.assisted_agile_advantages {
    padding: 60px 0;
    background: url(../images/servicebg.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 400px;
    background-attachment: fixed;
    padding-top: 65px;
}
.assisted_Services-agileits {
    padding-bottom: 50px;
   
    margin: 0 auto;
}
.assisted_Services-agileits h2 {
    color: #000000;
    font-size: 26px;
    margin-bottom: 40px;
    letter-spacing: 1px;
	text-align:center;
}
.assisted_Services-agileits h4 {
    color: #000000;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.assisted_Services-agileits p {
    color: #0aaa07;
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-style: italic;
}
.assisted_Services-agileits form label {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #000;
    margin-top: 20px;
}
.assisted_Services-agileits form input[type="text"],

.assisted_Services-agileits form input[type="email"],
.assisted_Services-agileits form input[type="tel"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #eee;
    background: #fff;
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
}
.assisted_Services-agileits textarea{
	width: 100%;
    padding: 12px;
    border: 1px solid #eee;
    background: #fff;
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
	margin-bottom:1em;
	
}
.assisted_Services-agileits form select {
    width: 100%;
    border: 1px solid #eee;
    background: #fff;
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
	margin-bottom:25px;
}
.assisted_Services-agileits form input[type="submit"] {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 8px 35px;
    width: 100%;
    display: block;
    text-align: center;
    border: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.assisted_Services-agileits form input[type="submit"]:hover {
    background: #0aaa07;
    color: #ffffff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.assisted_agile_advantages h4 {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 45px;
}
.ser-left h5 {
    font-size: 1.4em;
    margin: 1em 0 0;
    color: #fff;
}
.ser-left p {
    font-size: 13px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.59);
    margin: 16px 0;
    letter-spacing: 0.5px;
}
.ser-left i {
    font-size: 35px;
    color: #0aaa07;
    padding: 20px;
    border: 1px solid #fff;
    margin: 25px 0 5px 0;
}
.happy-clients-grid {
    background: #fff;
    padding: 25px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    width: 47%;
    margin: 2% 3% 0 0;
}
.client {
    float: left;
    width: 25%;
    margin-right: 6%;
}
.client img {
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.client-info {
    float: left;
    width: 69%;
}
.w3layouts_happy_asstd_marriages {
	padding:70px 0;
}
.happy-clients-grid p {
    color: #7b7b7b;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}
.w3layouts_happy_asstd_marriages h4 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    color: #0aaa07;
    letter-spacing: 1px;
}
.happy-clients-grid h5 {
    color: #f6772c;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
}
i.open {
    margin: 0 6px 9px 0px;
}
i.closeq {
    margin: 6px 0px 0px 11px;
}
/*-- //assisted_Services-page --*/


/*-- privacy policy page --*/
section.privacy_policy_section {
    padding: 50px 0;
    background: #f7f7f7;
}
h2.last-updated {
    font-size: 26px;
    letter-spacing: 0.5px;
    color: #000;
    margin-bottom: 45px;
    text-align: center;
}
.panel-title:hover {
    cursor: pointer;
}
.panel-title {
    font-size: 16px;
    color: #252525;
}
.panel-body p {
    margin-left: 17px;
    padding: 0px 15px 15px;
    line-height: 28px;
    font-size: 14.5px;
    color: #252525;
    font-weight: 300;
}
.panel-default>.panel-heading {
    color: #222;
    background-color: #FFFFFF;
    border-color: #FFF;
    text-transform: capitalize;
}
.panel-group .panel {
    margin-bottom: 10px;
}
/*-- //privacy policy page --*/


/*-- terms-section-starts --*/
section.terms-of-use {
    padding: 50px 0;
    background: #f7f7f7;
}
.terms h2 {
    font-size: 30px;
    color: #000000;
    letter-spacing: 3px;
}
.terms h5 {
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #ff5a5a;
}
.terms h6 {
    font-size: 20px;
    color: #5a5a5a;
    margin: 35px 0 18px 0;
    letter-spacing: 2px;
}
.terms p {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 15px;
    padding-left: 40px;
}
.terms ol li {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 15px;
}
.terms {
}
.terms span {
    color: #000;
    font-weight: 600;
    font-size: 1.3em;
}
.terms-bottom {
    margin-top: 3em;
}
/*-- //terms-section-ends --*/

/*-- Write to us page --*/
.write-agileits h2 {
    color: #000;
    font-size: 28px;
    letter-spacing: 1px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.write-agileits form {
    padding: 0px 70px;
}
.write-agileits {
    padding: 50px 0;
    background: #f7f7f7;
}
.w3_writetoustextarea label {
    width: 12.5%;
    display: inline-block;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    vertical-align: top;
}
.w3_writetoustextarea textarea {
    font-size: 16px;
    padding: 10px 14px;
    width: 60%;
    border: 1px solid #dedede;
    height: 200px;
}

#filedrag
{
	    display: none;
    font-weight: 600;
    text-align: center;
    padding: 25px 0;
    margin: 25px 0;
    color: #0099e5;
    border: 2px dashed #0099e5;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    cursor: default;
    font-size: 20px;
}

#filedrag.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}
img
{
	max-width: 100%;
}

pre
{
	width: 95%;
	height: 8em;
	font-family: monospace;
	font-size: 0.9em;
	padding: 1px 2px;
	margin: 0 0 1em auto;
	border: 1px inset #666;
	background-color: #eee;
	overflow: auto;
}

#messages {
    padding: 15px 10px;
    margin: 15px 0;
    border: 1px solid #ff4c4c;
}

#messages p
{
	    color: #555;
		font-size:14px;
}

#progress p
{
	display: block;
	width: 240px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	background: #eee url("progress.png") 100% 0 repeat-y;
}

#progress p.success
{
	background: #0c0 none 0 0 no-repeat;
}

#progress p.failed
{
	background: #c00 none 0 0 no-repeat;
}
.photos-upload-view {
    width: 60%;
    margin-top: 10px;
    display: inline-block;
}
.upload-ad-photos {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    margin: 20px 0;
}
.w3_attachments label{
	vertical-align:top;
	margin-top: 12px;
}
/*-- //Write to us page --*/

/*-- safety tips page --*/
.agile_tips h2 {
    font-size: 30px;
    color: #000000;
    letter-spacing: 3px;
}
.agile_tips h5 {
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #ff5a5a;
}
.agile_tips h6 {
    font-size: 22px;
    color: #ff0606;
    margin: 40px 0 18px 0;
    letter-spacing: 2px;
}
.agile_tips p {
    color: #444;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    margin: 15px;
}
.agile_tips ol li {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 15px;
}
.agile_tips span {
    color: #000;
    font-weight: 600;
    font-size: 1.3em;
}
/*-- //safety tips page --*/



/*--typography--*/
h3.w3-head {
    color: #00a59c;
    font-size: 32px;
    margin: 0 0 35px 0;
    font-weight: 400;
}
.shortcodes {
    padding: 50px 0;
    background: #f7f7f7;
}
.mb-60 {
    padding-left: 0;
}
.mb-60 h4 {
    margin: 36px 0 38px;
    font-size: 24px;
}
.tab-content {
	padding: 15px;
	padding-top: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px;
	border-top: none;
}
.nav-tabs {
	border: none;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	background: #f8f8f8;
	margin-right: 3px;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-size: 14px;
	color: #555;
	padding: 8px 16px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.nav-tabs > li > a .fa {
	margin-right: 10px;
}
.nav-tabs > li.active > a{
	border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #FF7900;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #FF7900;
}
.nav-tabs > li > a i {
	font-size: 32px;
	margin-right: 20px;
	vertical-align: middle;
}
.tab-content p {
    line-height: 2.2em;
    font-size: 14px;
}
.grid_4{
	background:#fff;
	padding:0em 0em 0em 0em;
}  
.grid_3 {
    margin-bottom: 2em;
}
.grid_3 {
    background-color: #fff;
    padding: 1.8em;
    margin-bottom: 1em;
    border: 1px solid #ebeff6;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.grid_5{
	background:#fff;
	padding:1em 0 2em 0;
}

.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
 
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 13px;
    color: #232323;
    letter-spacing: 1px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
h4.typ1{
	margin-bottom:15px;
}
h5.typ1{
	margin-bottom:15px;
}
.progress {
  height: 8px;
  box-shadow: none;
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #03a9f4;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar {
  box-shadow: none;
}
.progress-bar-primary {
  background-color: #03a9f4;
}
.progress-bar-info {
  background-color: #00bcd4;
}
.progress-bar-success {
  background-color: #8bc34a;
}
.progress-bar-warning {
  background-color: #ffc107;
}
.progress-bar-danger {
  background-color: #e51c23;
}
.progress-bar-inverse {
  background-color: #757575;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color:#5bb2fc !important;
  border-color:#5bb2fc !important;
}
.grid_3 p,.page-header p {
	color: #000;
    font-size: 14px;
    line-height: 2em;
    margin: 1em 0 2em;
    letter-spacing: 1px;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.breadcrumb li{
	font-size:0.85em;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
	-webkit-border-radius: 0 2px 2px 2px;
	-moz-border-radius: 0 2px 2px 2px;
	-ms-border-radius: 0 2px 2px 2px;
	-o-border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
.bars {
  margin-bottom: 0.8em;
    color: #039c95;
}
li.list-group-item1 {
  line-height: 2.5em;
}
ol {
  margin-bottom: 44px;
}
.list-group {
  margin-bottom: 48px;
}
.input-group {
  margin-bottom: 20px;
}
.list_1 h3 {
    color: #039c95;
    font-size: 27px;
    margin: 50px 0 20px 0;
}
.column_grid p {
    font-size: 14.5px;
    line-height: 28px;
    color: #A2A1A2;
    font-weight: 300;
    margin: 0px 0 20px;
}
/*--//typography--*/



/*-- icons --*/
.icons.w3layouts-content {
    padding: 50px 0;
    background: #f7f7f7;
}
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 0px;
    background: rgba(0, 153, 229, 0.09);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #000;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff;
}
.icon-box:hover a.agile-icon {
	color:#fff;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    font-size: 24px;
    color: #039c95!important;
    font-weight: 300;
    margin: 30px 0 15px;
}
h2.agileits-icons-title {
    text-align: center;
    font-size: 30px;
    color: #000;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px;
    font-size: 20px;
    color: #282a2b;
}
.icons .bs-glyphicons li {
    display: inline-block;
    width: 22%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background: #e8f6fd;
    margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
/*-- //icons --*/

/*-- sitemap page --*/
.w3ls_sitemap {
	padding: 50px 0;
    background: #f7f7f7;	
}
.w3ls_sitemap h2 {
    font-size: 28px;
    letter-spacing: 1px;
    color: #000;
}
.agileits_sitemap_list {
	margin-top:30px;
}
.agileits_sitemap_list h5 {
	color: #ff3737;
    font-size: 18px;
    margin-bottom: 12px;
    letter-spacing: 1px;
}
.agileits_sitemap_list ul li {
	display:inline-block;
	margin:0 10px;
}
.agileits_sitemap_list ul li a {
	color:#000;
	font-size:15px;
}
.agileits_sitemap_list ul li a:hover {
	color:#0ac5da;
	text-decoration:underline;
}
/*-- //sitemap page --*/

/*-- search page --*/
.w3_regular_search {
    padding: 20px;
}
.form_but1 {
    margin-bottom: 20px;
}
.form_radios {
    color: #000;
    font-size: 0.85em;
}
.control-label1 {
    padding-left: 0;
    font-size: 14px;
    color: #000;
    margin-top: 6px;
    font-weight: 600;
    letter-spacing: 1px;
}
.w3_details {
    margin-top: 6px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #656565;
}
.search_left{
	padding-left:0;
}
.select-block1 select, .input-group1 input[type="text"]{
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
    background: #ffffff;
    height: 35px;
    line-height: 25px;
    padding: 5px 15px;
    width: 100%;
    color:#999;
}
.input-group1 input[type="text"]{
    border: 1px solid #e2e2e3;
    font-size: 0.85em;
}
.col-md-5.input-group1 {
    padding-left: 0;
}
.w3_regular_search input[type="submit"] {
    background: #ffef1b;
    color: #212121;
    font-size: 14px;
    padding: 8px 35px;
    width: 100%;
    display: block;
    text-align: center;
    border: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3_regular_search input[type="submit"]:hover {
    background: #0aaa07;
    color: #ffffff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileits_advanced_Search h5 {
    color: #ff5252;
    font-size: 22px;
    margin: 45px 0px 30px 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.w3ls-aside form input.text {
    font-size: 14px;
    color: #000;
    width: 100%;
    border: none;
    padding: 12px 10px;
    border-bottom: solid 1px #0099e5;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #fff 4%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #fff 4%);
    background-position: -800px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.text:focus {
	box-shadow: none;
	outline: none;
	background-position: 0 0;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.text:focus::-webkit-input-placeholder {
	color: #1abc9c;
	font-size: .5em;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	visibility: visible !important;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.text::-webkit-input-placeholder {
   color: #aeafb0; 
}

.text:-moz-placeholder { /* Firefox 18- */
   color: #aeafb0;
}

.text::-moz-placeholder {  /* Firefox 19+ */
   color: #aeafb0; 
}

.text:-ms-input-placeholder {  
   color: #aeafb0; 
} 
.w3ls-aside h3 {
    font-size: 17px;
    color: #ff4c4c;
    margin: 15px 0 15px 0;
	text-align:left;
}
.w3ls-aside form input[type="submit"] {
    font-size: 13px;
    color: #fff;
    background: #ff4c4c;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 10px 25px;
    -webkit-appearance: none;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
    transition: .5s all;
	float:right;
	margin-top:10px;
	margin-bottom:50px;
}
.w3ls-aside form input[type="submit"]:hover {
    background: #0aaa07;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
	-o-transform: translateY(8px);
	-ms-transform: translateY(8px);
    transform: translateY(8px);
}
/*-- //search page --*/

/*-- feedback page --*/
.feedback {
    padding: 50px 0;
	background: #f7f7f7;
}
.feedback h2 {
	color:#000;
	font-size:22px;
}
.feedback p {
    color: #525151;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 20px 0;
}
.agileits label {
	width:20%;
	display:inline-block;
	font-weight:600;
}
.agileits label {
    width: 25%;
    display: inline-block;
    font-weight: 600;
    color: #000;
    font-size: 16px;
}
.agileits label span {
    margin:0 5px;
}
.feedback form {
	padding:30px;
	border:1px solid #c1c1c1;
}
.agileits input[type="text"], .agileits input[type="email"], .agileits input[type="tel"] {
    font-size: 16px;
    padding: 10px 14px;
    width: 60%;
    border: 1px solid #dedede;
}
.agileits select {
	font-size: 16px;
    padding: 10px 14px;
    width: 60%;
    border: 1px solid #dedede;
}
.w3_submit input[type="submit"]:hover {
    background: #0aaa07;
    color: #ffffff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3_submit input[type="submit"] {
    background: #ffef1b;
    color: #212121;
    font-size: 16px;
    padding: 10px 35px;
    text-align: center;
    border: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3_submit {
	margin-top:20px;
	text-align:center;
}
.agileits {
    margin-bottom: 25px;
}
.w3_feedbacktextmessage label {
	width:12.5%;
    display: inline-block;
    font-weight: 600;
    color: #000;
    font-size: 16px;
	vertical-align: top;
}
.w3_feedbacktextmessage label span {
    margin:0 5px;
}
.w3_feedbacktextmessage textarea {
    font-size: 16px;
    padding: 10px 14px;
    width: 80%;
    border: 1px solid #dedede;
	height:250px;
}
/*-- //feedback page --*/

/*--help--*/
.wthree-help {
    width: 80%;
    margin: 65px auto 55px;
	text-align:Center;
}
.wthree-help h3 {
	color: #191e21;
    font-size: 38px;
	text-align:center;
}
.wthree-help textarea {
	font-size: 16px;
    color: #000;
    width: 70%;
    border: none;
    padding: 16px;
    border-bottom: solid 1px #0099e5;
	height:150px;
	margin:50px 0 0 0;
	outline:none;
}
.wthree-help form input[type="submit"] {
    font-size: 1em;
    color: #fff;
    background: #ff4c4c;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 12px 25px;
    -webkit-appearance: none;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
    transition: .5s all;
	width:30%;
	margin-top:20px;
}
.wthree-help form input[type="submit"]:hover {
    background: #0099e5;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
	-o-transform: translateY(8px);
	-ms-transform: translateY(8px);
    transform: translateY(8px);
}
.wthree-help h5 {
	font-size:25px;
	color:#000;
	margin:30px 0;
}
.wthree-help a {
	color:#fff;
	padding:10px 20px;
	background:#0099e5;
	font-size:16px;
	margin-bottom:50px;
}
/*--//help--*/

/*-- view profiles page --*/
.single_w3_profile {
    background: #fff;
	padding: 20px;
}
.view_profile h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}
ul.profile_item {
    padding: 0;
    margin: 0 0 1.5em 0;
    list-style: none;
}
ul.profile_item li.profile_item-img {
    width: 30%;
    float: left;
    margin-right: 5%;
}
ul.profile_item li.profile_item-desc {
    overflow: hidden;
}
ul.profile_item li.profile_item-desc h6, ul.profile_item li.profile_item-desc h5 {
    color: #ff4c4c;
    font-size: 0.85em;
}
ul.profile_item li.profile_item-desc p {
    color: #555;
    font-size: 12px;
    line-height: 22px;
    margin: 11px 0;
}
.agileits_profile_image {
    float: left;
    width: 33%;
	margin-right:2%;
}
.agileits_profile_image img {
    border: 1px solid #eee;
    padding: 10px 0;
    margin-right: 10px;
}
.w3layouts_details {
    float: left;
    width: 60%;
}
.w3layouts_details h4 {
    font-weight: 100;
    color: #ff4c4c;
    padding-bottom: 6px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-size: 22px;
}
.w3layouts_details span {
    color: #afafaf;
    font-size: 12px;
    letter-spacing: 1px;
}
.w3layouts_details p {
    font-size: 14px;
    line-height: 28px;
    color: #000;
    margin: 16px 0;
    letter-spacing: 2px;
}
.w3layouts_details a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    border: 1px solid #eee;
    color: #ff2929;
    padding: 6px 12px;
    margin: 10px 10px;
    width: 45%;
    text-align: center;
}
.w3layouts_details a:hover {
    background: #0aaa07;
    color: #fff;
}
.profile_w3layouts_details {
    background: #fff;
    padding: 15px;
    margin: 15px 0;
}
.agileits_aboutme h4 {
    font-size: 30px;
    letter-spacing: 1px;
    color: #ce57b5;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
}
.agileits_aboutme h5 {
    font-size: 22px;
    letter-spacing: 1px;
    color: #ff4c4c;
    margin-bottom: 25px;
    margin-top: 40px;
    font-weight: 100;
}
.agileits_aboutme p {
    margin: 15px 0;
    font-size: 14px;
    line-height: 27px;
    color: #8a8a8a;
}
/*--// view profiles page --*/

/*-- faq --*/
h2.w3-head {
    color: rgb(0, 153, 229);
    font-size: 32px;
    margin: 35px 0px;
}
.faq {
	padding-bottom:40px;
	background: #f7f7f7;
}
.faq-list dd {
    position: relative;
}
.faq-list_h {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 28px;
    background: none;
    font-weight: normal;
}
.faq-list .marker {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-weight: 600;
    margin: 0;
}
p.m_13 {
    padding-left: 30px;
    font-size: 13.5px;
    line-height: 30px;
    color: #9C9C9C;
    margin-bottom: 50px;
}
.faq-list .marker1 {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    font-weight: 600;
    margin: 0;
}
h5.marker_head{
	color:#000;
    font-size: 18px;
}
p.last_2{
	margin-bottom:0;
}
/*-- //faq --*/


/*-- contact section --*/
.w3ls_contact_section {
	padding: 50px 0;
    background: #efefef;
}
.w3_C_headquarters {
    background: #fff;
    padding: 30px 0;
}
.w3_C_headquarters h4 {
	margin: 0 30px 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e4e4e4;
    color: #0094a5;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
}
.agile_address i {
    font-size: 30px;
    color: #000000;
    margin: 20px;
    display: block;
}
.agile_address p {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #565656;
}
.agile_address a {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #f33c3c;
}
.agile_address a:hover {
    text-decoration:underline;
}
.w3_locations {
    background: #ffffff;
    padding: 35px;
    margin-top: 40px;
}
.w3_locations h2 {
    margin: 0 0 25px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
}
section.w3_g_address {
    padding: 10px 30px;
}
section.w3_g_address ul {
	margin-top:10px;
	margin-bottom:25px;
}
section.w3_g_address ul li{
	list-style-type:none;
	line-height:35px;
}
section.w3_g_address ul li span {
    width: 28%;
    display: inline-block;
    font-weight: 500;
}
section.w3_g_address h3 {
    font-size: 20px;
    margin: 5px 0 20px 0;
    color: #f45252;
}
section.w3_g_address iframe {
	width:100%;
	border:none;
	min-height:300px;
}
/*-- //contact section --*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top2.png") no-repeat 0px 0px;
	z-index: 9999;
}


/*--responsive design--*/
@media(max-width:1440px){
		.wthree_more1 .button--wayra {
		margin-left: 20em;
	}
	.agileits-register {
		padding: 15px;
	}
	.w3layouts-banner {
		min-height: 570px;
	}
	header {
		padding: 8px 0;
	}
	.agile-assisted-service p {
		width: 55%;
		line-height: 38px;
	}
	.agile-assisted-service {
		min-height: 380px;
	}
	.location {
		padding: 80px 0;
	}
	.footer {
		padding-top: 70px;
	}
	.w3layouts-inner-banner {
		min-height: 300px;
	}
	.agileits_services {
		padding: 60px 0 0 0;
		min-height: 400px;
	}
	.w3_soulgrid p {
		letter-spacing: 0.5px;
	}
	.wthree-help h3 {
		font-size: 35px;
	}
	h2.w3-head {
		font-size: 30px;
	}
	h3.w3-head {
		font-size: 30px;
		margin: 0 0 30px 0;
	}
	.w3ls-list h2 {
		font-size: 28px;
	}
	.agile_featured-profiles h2 {
		font-size: 35px;
	}
	.feature-main {
		width: 880px;
		height: 832px;
		background-size: 100%;
	}
}
@media(max-width:1366px){
		.wthree_more1 .button--wayra {
		margin-left: 20em;
	}
	.w3l_find-soulmate h3 {
		
		font-size: 38px;
	}
	.w3l_find-soulmate {
		padding: 55px 0;
	}
	.w3_soulgrid h3 {
		font-size: 22px;
	}
	.location h3 {
		font-size: 38px;
	}
	.w3layous-story {
		padding: 35px 0;
	}
	.app {
		padding: 60px 0px 0 0;
	}
	.agileits_services h2 {
		font-size: 38px;
	}
	.wthree_services-bottom p {
		font-size: 26px;
	}
	.w3layouts-browse h3 {
		font-size: 28px;
		margin-bottom: 40px;
	}
	.w3_C_headquarters {
		padding: 25px 0;
	}
	.w3_C_headquarters h4 {
		margin: 0 30px 10px;
	}
	h2.last-updated {
		font-size: 25px;
	}
	.wthree-help h3 {
		font-size: 33px;
	}
	h2.w3-head {
		font-size: 28px;
	}
	.wthree-help {
		width: 85%;
		margin: 55px auto 65px;
	}
	.w3layouts-inner-banner {
		min-height: 280px;
	}
	.w3layouts_details h4 {
		font-size: 20px;
	}
	.feature-main {
		width: 827px;
		height: 782px;
	}
	.feature {
		padding: 7em 0px 0 0;
	}
	.est-bottom p {
		font-size: 2em;
	}
	.est-top {
		margin-top: 18%;
	}
	.banner-bottom {
		padding: 2em 2em;
	}
	.feature-right img {
		width: 81%;
	}
}
@media(max-width:1280px){
		.wthree_more1 .button--wayra {
		margin-left: 20em;
	}
	.location {
		padding: 70px 0;
	}
	.w3l_find-soulmate {
		padding: 50px 0;
	}
	.w3layouts_featured-profiles {
		padding: 60px 0px;
	}
	.agile_featured-profiles h2 {
		margin-bottom: 30px;
	}
	.w3layouts-inner-banner {
		min-height: 250px;
	}
	.w3l_about_left img {
		width: 80%;
	}
	.agileits-register {
		margin-top: -2%;
	}
	.w3layouts-banner {
		min-height: 660px;
	}
	.w3ls_app-left h3 {
		font-size: 25px;
	}
	.agileits_app-devices a img {
		width: 90%;
	}
	.w3layouts-browse {
		padding: 50px 0;
	}
	.agile-assisted-service p {
		line-height: 35px;
		font-size: 18px;
	}
	.agile-assisted-service h4 {
		font-size: 32px;
	}
	.agile-assisted-service {
		min-height: 360px;
	}
	.wthree-help h3 {
		font-size: 30px;
	}
	.wthree-help textarea {
		margin: 35px 0 0 0;
	}
	.wthree-help h5 {
		font-size: 20px;
	}
	.agile_tips h2,.terms h2 {
		font-size: 28px;
	}
	.agile_tips h5,.terms h5 {
		font-size: 14px;
	}
	.panel-title {
		font-size: 17px;
	}
	.panel-heading {
		padding: 15px 15px;
	}
	.get {
		min-height: 988px;
		margin-top: -22%;
	}
	.establish {
		margin-top: -11%;
		min-height: 678px;
	}
	.feature-main {
		width: 779px;
		height: 773px;
	}
}
@media(max-width:1080px){
		.wthree_more1 .button--wayra {
		margin-left: 20em;
	}
	.w3layouts-banner {
		position: relative;
		min-height: 520px;
	}
	.agileits-register {
		width: 42%;
		position: absolute;
		right: 10px;
		bottom: -110px;
	}
	.w3l_find-soulmate {
		padding: 140px 0 50px 0;
	}
	.w3_soulgrid {
		width: 24%;
		margin: 0 0.5%;
	}
	.w3_soulgrid p {
		font-size: 14px;
	}
	.w3_soulgrid i {
		font-size: 35px;
		width: 90px;
		height: 90px;
	}
	.col-md-3.biseller-column {
		padding: 0 5px;
	}
	.agile-overlay ul {
		padding: 20px 6px 15px;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-nav {
		margin-top: 6px;
	}
	header {
		padding: 6px 0;
	}
	.w3ls_app-left p {
		font-size: 13px;
	}
	.agile-assisted-service p {
		width: 65%;
		line-height: 30px;
		font-size: 17px;
	}
	.agile-assisted-service h4 {
		font-size: 30px;
		margin-bottom: 25px;
	}
	.agile-assisted-service {
		min-height: 320px;
		padding-top: 60px;
	}
	.location h3 {
		font-size: 36px;
		margin-top: 40px;
	}
	.location h5 {
		font-size: 23px;
		margin-bottom: 25px;
	}
	.location p {
		font-size: 18px;
	}
	.location {
		padding: 60px 0;
	}
	.w3layous-story {
		padding: 30px 0;
	}
	.address-left {
		padding: 2em 1em;
	}
	.footer {
		padding-top: 60px;
	}
	.w3l_about p {
		font-size: 13px;
	}
	.w3l_about_left_pos h3, .w3l_about_left_pos1 h3 {
	    font-size: 1.2em;
	}
	.w3ls_services-grids {
		padding: 1em 1em;
		width: 48%;
		margin-right: 16px;
	}
	.agileits_services h2 {
		font-size: 35px;
	}
	.agileits_services {
		padding: 50px 0 0 0;
		min-height: 370px;
	}
	.wthree_services-bottom p {
		font-size: 24px;
	}
	.wthree_services-bottom {
		padding: 0.8em 0;
	}
	.w3layous-story h4 {
		font-size: 22px;
	}
	.footer h3 {
		font-size: 17px;
	}
	.w3-browse-grid h4 {
		margin-bottom: 8px;
		padding-bottom: 8px;
		font-size: 19px;
	}
	.w3-browse-grid ul li {
		margin: 10px 3px;
	}
	.w3-browse-grid ul li a {
		font-size: 13px;
	}
	.agileits label {
		width: 30%;
		font-size: 15px;
	}
	.w3_feedbacktextmessage label {
		width: 14.5%;
		font-size: 15px;
	}
	.icon-box {
		height: 68px;
	}
	.agile_tips h2, .terms h2 {
		font-size: 26px;
	}
	.agile_tips h5, .terms h5 {
		font-size: 13px;
	}
	.w3layouts-browse h3 {
		font-size: 26px;
	}
	.write-agileits h2 {
		font-size: 26px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	h2.w3-head {
		font-size: 26px;
	}
	.w3ls-list h2 {
		font-size: 27px;
		margin-bottom: 35px;
	}
	.w3-prfr a {
		padding: 4px 6px;
	}
	.w3-prfr p {
		margin-top: 10px;
		margin-right: 10px;
	}
	.col-md-6.one-w3-profile {
		padding: 0px 5px;
	}
	.w3ls-aside h4 {
		padding: 25px 5px 10px;
	}
	img.prf-img {
		margin-top: 2%;
	}
	.w3layouts_details p {
		letter-spacing: 0px;
	}
	.w3layouts_details a {
		width: 44%;
	}
	.ser-left h5 {
		font-size: 1.2em;
	}
	.w3layouts_happy_asstd_marriages {
		padding: 60px 0;
	}
	.assisted_agile_advantages {
		padding: 50px 0;
	}
	.w3_regular_search {
		padding: 10px;
	}
	.col-sm-7.form_radios input.radio_1 {
		margin-left: 15px;
	}
	.agile_featured-profiles h2 {
		margin-bottom: 25px;
		font-size: 33px;
	}
	.feature-main {
		width: 621px;
		height: 590px;
	}
	.feature-right img {
		width: 80.5%;
		margin-left: 8%;
	}
	.establish {
		margin-top: -1%;
		min-height: 650px;
	}
	.banner-right h2 {
		font-size: 2em;
	}
	.banner-right h3 {
		font-size: 1.5em;
		line-height: 35px;
		margin-top: 15px;
	}
	.banner-right p {
		font-size: 20px;
		margin-top: 10%;
	}
	.feature-top h3 {
		font-size: 2em;
	}
	.feature-top p {
		margin-top: 12px;
		font-size: 16px;
	}
	.feature-main {
		width: 660px;
		height: 636px;
	}
	.ftr-right p, .ftr-right-one p, .ftr-right-two p, .ftr-right-tre p, .ftr-right-fvr p {
		font-size: 17px;
		margin-top: 20px;
	}
	.est-bottom p {
		font-size: 1.8em;
	}
	.feature {
		padding: 5em 0px 0 0;
	}
	.get-top h3, .support-top h3, .demo-top h3 {
		font-size: 2em;
	}
	.get-top p, .support-top p {
		margin-top: 30px;
		font-size: 17px;
	}
	.support {
		padding: 9em 0px 5em;
	}
	.feature-right img {
		margin-top: 15%;
	}
}
@media(max-width:1050px){
		.wthree_more1 .button--wayra {
		margin-left: 20em;
	}
	.nbs-flexisel-nav-right {
		right: -30px;
	}
	.nbs-flexisel-nav-left {
		left: -30px;
	}
	.w3layouts_happy_asstd_marriages h4 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.happy-clients-grid h5 {
		font-size: 0.95em;
	}
	.feedback form {
		padding: 30px 0px;
	}
	.agileits label,.w3_feedbacktextmessage label {
		font-size: 14px;
		letter-spacing: 1px;
	}
	h2.w3-head {
		font-size: 25px;
	}
	.wthree-help h3 {
		font-size: 28px;
	}
	.w3layouts-inner-banner {
		min-height: 230px;
	}
	.agile_tips p {
		font-size: 14px;
	}
	h2.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
	.agile_tips h6 {
		font-size: 20px;
		margin: 40px 0 12px 0;
	}
}
@media(max-width:1024px){
	.w3l_find-soulmate h3 {
		font-size: 36px;
		margin-bottom: 30px;
	}
	.w3_soulgrid h3 {
		font-size: 22px;
		margin-bottom:0;
	}
	.w3l_find-soulmate {
		padding: 150px 0 50px 0;
	}
	.assisted_Services-agileits h4 {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.happy-clients-grid p {
		font-size: 12.5px;
		line-height: 26px;
	}
	.ser-left p {
		line-height: 24px;
	}
	.agileits_services h2 {
		font-size: 33px;
	}
	ul.w3_servicesgrid_info li {
		font-size: 15px;
	}
	.wthree_services-bottom p {
		font-size: 23px;
	}
}
@media(max-width:991px){
	h3.icon-subheading {
		font-size: 26px;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.nav > li > a {
		padding: 10px 10px;
	}
	.navbar-nav > li {
		font-size: 15px;
	}
	label.agileits-agree {
		letter-spacing: 0px;
	}
	.agileits-register h3 {
		font-size: 22px;
	}
	.w3_soulgrid {
		width: 47%;
		margin: 3% 1.5% 0 1.5%;
		float: left;
	}
	.w3_soulgrid p {
		height: 50px;
	}
	.w3l_find-soulmate h3 {
		margin-bottom: 15px;
	}
	.w3_soulgrid h3 {
		margin-bottom: 0;
	}
	.col-md-3.biseller-column {
		width: 33.333%;
		float: left;
	}
	.col-md-6.w3ls_app-left.mpl {
		float: left;
		width: 50%;
	}
	.col-md-offset-1.col-md-5.app-image {
		float: right;
		width: 50%;
	}
	p.w3ls-login {
		font-size: 14px;
	}
	.w3ls_app-left h3 {
		font-size: 22px;
		margin: 50px 0 0px 0;
		line-height: 35px;
	}
	.app-image img {
		width: 90%;
	}
	.w3ls_app-left p {
		font-size: 12.5px;
	}
	.agileits_app-devices a img {
		width: 100%;
	}
	.agileits_app-devices {
		width: 85%;
	}
	.col-md-4.w3-browse-grid {
		margin-top: 50px;
	}
	.agile-assisted-service p {
		font-size: 16px;
	}
	.agile-assisted-service a {
		padding: 8px 25px;
	}
	.agile-assisted-service {
		min-height: 300px;
		padding-top: 50px;
	}
	.col-md-6.col-sm-6.w3layouts.location-grids.location-grids-2 {
		padding: 0;
	}
	.location h3 {
		font-size: 30px;
		margin-top: 25px;
	}
	.location h5 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.location p {
		font-size: 16px;
		line-height: 28px;
	}
	.location {
		padding: 50px 0;
	}
	.w3layous-story h4 {
		font-size: 20px;
	}
	.w3layous-story h4 a {
		padding: 8px 23px;
	}
	.footer h3 {
		margin-bottom: 20px;
		margin-top: 50px;
	}
	.footer {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.w3layouts-inner-banner {
		min-height: 220px;
	}
	.w3l_about p {
		font-size: 12.5px;
		margin: 20px 0 0 0;
	}
	.w3l_about {
		padding: 40px 0;
	}
	.w3l_about_left {
		width: 50%;
		float: left;
	}
	.w3_success-stories {
		padding: 50px 0;
	}
	.w3ls_services-grids {
		padding: 0.8em 0.8em;
		margin-right: 14px;
		float: left;
	}
	ul.w3_servicesgrid_info li {
		font-size: 13.5px;
		line-height: 25px;
	}
	li.tick {
		background: url(../images/tick.png)no-repeat 0px 3px;
		padding: 0 0 0 24px;
	}
	.agileits_services h2 {
		font-size: 32px;
		margin-bottom: 45px;
	}
	.wthree_services-bottom p {
		font-size: 22px;
	}
	.copy-right p {
		font-size: 0.9em;
		letter-spacing: 1px;
	}
	.col-md-9.profiles-list-agileits {
		padding: 0;
	}
	.w3ls-aside {
		padding: 20px 15px;
		margin-top: 30px;
		width: 45%;
	}
	.col-sm-7.form_radios input.radio_1 {
		margin-left: 0px;
	}
	section.w3_g_address {
		padding: 10px 20px;
	}
	.w3_locations {
		padding: 25px 15px;
	}
	section.w3_g_address ul li {
		font-size: 14px;
	}
	.write-agileits form {
		padding: 0px 20px;
	}
	.agile_address i {
		margin: 25px 0 8px 0;
	}
	.agileits label span {
		margin: 0 5px 0 0;
	}
	.feedback p {
		line-height: 26px;
	}
	.w3_feedbacktextmessage label span {
		margin: 0 5px 0 0;
	}
	.w3_feedbacktextmessage label {
		width: 30%;
	}
	.w3_feedbacktextmessage textarea {
		width: 60%;
	}
	.wthree-help textarea {
		width: 90%;
	}
	.wthree-help form input[type="submit"] {
		padding: 10px 30px;
		width: 27%;
	}
	.wthree-help a {
		padding: 8px 25px;
		font-size: 15px;
		margin-bottom: 50px;
	}
	.wthree-help h3 {
		font-size: 26px;
	}
	.wthree-help textarea {
		margin: 30px 0 0 0;
	}
	.wthree-help {
		width: 95%;
		margin: 50px auto 65px;
	}
	h5.marker_head {
		line-height: 26px;
	}
	.faq-list .marker {
		top: 4px;
	}
	.faq-list_h {
		margin: 0 0 12px;
	}
	.agile_tips h2, .terms h2 {
		font-size: 25px;
	}
	.agile_tips h5, .terms h5 {
		font-size: 12px;
	}
	.agile_tips p {
		font-size: 13.5px;
	}
	.panel-heading {
		padding: 13px 13px;
	}
	.icons.w3layouts-content, .shortcodes, .w3ls_sitemap {
		padding: 40px 0;
	}
	h3.icon-subheading {
		font-size: 24px;
	}
	h2.agileits-icons-title {
		font-size: 26px;
	}
	.terms h6 {
		font-size: 19px;
		margin: 35px 0 16px 0;
		letter-spacing: 1px;
	}
	h2.last-updated {
		font-size: 24px;
		margin-bottom: 40px;
	}
	.happy-clients-grid {
		width: 100%;
		margin: 5% 0% 0 0;
	}
	.assisted_Services-agileits {
		width: 80%;
	}
	.ser-left h5 {
		margin: 0.8em 0 0;
	}
	.ser-left p {
		margin: 10px 0 16px 0;
	}
	.assisted_agile_advantages h4 {
		font-size: 30px;
		margin-bottom: 35px;
	}
	.w3ls_sitemap h2 {
		font-size: 26px;
	}
	.agileits_sitemap_list ul li a {
		font-size: 14px;
	}
	.col-md-6.one-w3-profile {
		width: 50%;
		float: left;
	}
	label.col-sm-3.control-label1 {
		width: 40%;
		float: left;
	}
	.w3_details {
		width: 50%;
		float: left;
	}
	.feature-main {
		width: 613px;
		height: 592px;
	}
	.ftr-right p, .ftr-right-one p, .ftr-right-two p, .ftr-right-tre p, .ftr-right-fvr p {
		font-size: 15px;
	}
	.est-bottom p {
		font-size: 1.5em;
	}
	.demo-top p {
		width: 84%;
		font-size: 18px;
		line-height: 30px;
	}
	.demo-bottom iframe {
		width: 90%;
		height: 415px;
	}
	.get-top {
		margin-top: 45%;
	}
	.sup {
		right: 5.5%;
	}
	.support {
		padding: 5em 0px 5em;
	}
}
@media(max-width:900px){
	.w3layouts-banner {
		min-height: 500px;
	}
	.w3layouts-banner {
		min-height: 500px;
	}
	.logo a {
		font-size: 38px;
	}
	.link--takiri span {
		font-size: 32%;
		bottom: -15px;
	}
	.agileits input[type="text"], .agileits input[type="email"], .agileits input[type="tel"],
	.w3_feedbacktextmessage textarea,.agileits select,.w3_writetoustextarea textarea,.photos-upload-view	{
		width: 66%;
	}
	h5.marker_head {
		font-size: 17px;
	}
	.w3ls-aside {
		width: 50%;
	}
	.feature-right {
		width: 60%;
		margin-right: 15%;
	}
	.feature-left {
		width: 100%;
	}
	.feature-main {
		width: 96%;
		height: 828px;
	}
}
@media(max-width:800px){
	.w3layouts-banner {
		min-height: 450px;
	}
	.agileits-register {
		width: 62%;
		right: 19%;
		bottom: -137%;
	}
	.w3l_find-soulmate {
		padding: 660px 0 50px 0;
	}
	.nbs-flexisel-nav-right {
		right: -20px;
	}
	.nbs-flexisel-nav-left {
		left: -20px;
	}
	.w3layouts-browse h3 {
		margin-bottom: 30px;
	}
	.agile-assisted-service p {
		font-size: 15px;
		line-height: 26px;
		margin: 0 auto 40px;
	}
	.agile-assisted-service {
		min-height: 280px;
		padding-top: 45px;
	}
	.w3l_about_left img {
		width: 90%;
	}
	.agileits_services h2 {
		font-size: 30px;
		margin-bottom: 40px;
	}
	.agileits_services {
		padding: 40px 0 0 0;
		min-height: 340px;
		border-top: 3px solid #0aaa07;
	}
	.wthree_services-bottom p {
		font-size: 20px;
	}	
	.wthree_services-bottom {
		padding: 0.7em 0;
	}
	.w3layouts-browse {
		padding: 40px 0;
	}
	.col-md-4.w3-browse-grid {
		margin-top: 40px;
	}
	.feedback,section.terms-of-use,.w3ls-list {
		padding: 40px 0;
	}
	.wthree-help {
		margin: 40px auto 65px;
	}
	.agile_tips h6 {
		font-size: 19px;
		margin: 40px 0 10px 0;
	}
	h3.w3-head {
		font-size: 28px;
		margin: 0 0 20px 0;
	}
	.list_1 h3 {
		font-size: 24px;
		margin: 40px 0 15px 0;
	}
	.w3layous-story {
		padding: 28px 0;
	}
	.w3ls-list h2 {
		font-size: 25px;
		margin-bottom: 30px;
	}
	.agileits_aboutme h5 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.w3layouts_details a {
		margin: 8px 8px;
	}
	.w3ls_sitemap h2 {
		font-size: 25px;
	}
	.agileits_sitemap_list h5 {
		font-size: 17px;
		letter-spacing: 0.5px;
	}
	.w3layouts_happy_asstd_marriages h4 {
		font-size: 26px;
	}
	.agile_featured-profiles h2 {
		margin-bottom: 20px;
		font-size: 30px;
	}
	h3.w3_special {
		font-size: 28px;
		margin-bottom: 35px;
	}
	.agileits_aboutme h4 {
		font-size: 28px;
		margin-bottom: 25px;
		margin-top: 15px;
	}
	.write-agileits h2 {
		font-size: 24px;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
	.feature-main {
		height: 730px;
	}
	.support-one {
		margin-top: 2em;
	}
}
@media(max-width:768px){
	.w3l_find-soulmate h3 {
		margin-bottom: 5px;
		font-size: 34px;
	}
	.w3_soulgrid h3 {
		font-size: 22px;
		margin-bottom: 0;
	}
	.agile_featured-profiles {
		width: 90%;
		margin: 0 auto;
	}
	.agile-overlay ul li {
		line-height: 18px;
	}
	.agile-overlay ul li span {
		width: 98px;
	}
	.dropdown-menu {
		right: 0;
		left: -100%;
	}
	.w3layouts-banner {
		min-height: 430px;
	}
	.agileits-register {
		bottom: -145%;
	}
	.w3l_find-soulmate {
		padding: 675px 0 50px 0;
	}
	.w3ls_app-left h3 {
		font-size: 20px;
		margin: 40px 0 0px 0;
		line-height: 32px;
	}
	.w3ls_app-left p {
		margin: 15px 0 0px 0;
	}
	.w3layouts_featured-profiles {
		padding: 50px 0px;
	}
	.agile-assisted-service p {
		width: 75%;
	}
	.w3l_about p {
		letter-spacing: 0.5px;
	}
	.w3l_about_left img {
		width: 100%;
	}
	.copy-right {
		padding: 12px 0;
	}
	.feedback p {
		line-height: 28px;
	}
	.wthree-help h3 {
		font-size: 25px;
	}
	.wthree-help a {
		padding: 7px 25px;
	}
	h3.w3-head {
		font-size: 26px;
	}
	h2.agileits-icons-title {
		font-size: 25px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
	.w3layouts-inner-banner {
		min-height: 200px;
	}
	.agile_tips h2, .terms h2 {
		font-size: 24px;
		letter-spacing: 2px;
	}
	.terms ol li {
		font-size: 14px;
		line-height: 28px;
	}
	.terms h6 {
		font-size: 18px;
		margin: 35px 0 14px 0;
	}
	.w3_locations h2 {
		margin: 0 0 15px;
		font-size: 22px;
	}
	.feature-main {
		height: 683px;
	}
	.feature {
		padding: 4em 0px 0 0;
	}
}
@media(max-width:767px){
	.wthree_more a
	{
			margin-left:240px;
			
	}
	.special-services h3
	{
		font-size:1.3em;
		text-align:left;
	}
	#treat1{
		width:50%;
		margin-left:5px;
	}
	#treat{
		width:38%;
		margin-right:5px;
	}
	.agileits-register {
		bottom: -108%;
		width: 90%;
		right: 5%;
	}
	.nav_1 li{
		margin-top:15px;
		margin-bottom:15px;
	}
	.nav_2 i{
		display:block;
	margin-top:-80px;
margin-right:0px;
	
	}
	.logo_new{
		margin:50px;
	}
	.logo_new #striplg1{
	margin-left:-10px;
	margin-top:-45px;
}
.logo_new #striplg2{
	margin-left:20px;
	margin-top:-40px;
}
.logo_new #striplg3{
	display:block;
	float:right;
	margin-top:-6%;
	margin-right:10%;
}

	.grid
	{
	margin-top:530px;

	}
	.w3layouts-banner {
		margin-top:-25px;
		
	}
	.navbar-toggle {
		margin-bottom: 0px;
		margin-top: -45px;
	}
	.navbar-nav {
		margin: 7.5px 0px;
		text-align: center;
	}
	button.navbar-toggle.navbar-toggle1.collapsed {
		height: 40px;
	}
	.pull-right {
		width: 100%;
	}
	.navbar {
		min-height: 0;
	}
	header {
		padding: 4px 0;
	}
}
@media(max-width:736px){
	.wthree_more a
	{
			margin-left:240px;
			
	}
	.special-services h3
	{
		font-size:1.3em;
		text-align:left;
	}
	#treat1{
		width:50%;
		margin-left:5px;
	}
	#treat{
		width:38%;
		margin-right:5px;
	}
	.agileits-register {
		bottom: -108%;
		width: 90%;
		right: 5%;
	}
	.nav_1 li{
		margin-top:15px;
		margin-bottom:15px;
	}
	.nav_2 i{
		display:block;
	margin-top:-80px;
margin-right:0px;
	
	}
	.logo_new{
		margin:50px;
	}
	.logo_new #striplg1{
	margin-left:-10px;
	margin-top:-45px;
}
.logo_new #striplg2{
	margin-left:20px;
	margin-top:-40px;
}
.logo_new #striplg3{
	display:block;
	float:right;
	margin-top:-6%;
	margin-right:10%;
}

	.grid
	{
	margin-top:530px;

	}
	.w3layouts-banner {
		margin-top:-25px;
		
	}
	.navbar-toggle {
		margin-bottom: 0px;
		margin-top: -45px;
	}
	.navbar-nav {
		margin: 7.5px 0px;
		text-align: center;
	}
	button.navbar-toggle.navbar-toggle1.collapsed {
		height: 40px;
	}
	.pull-right {
		width: 100%;
	}
	.navbar {
		min-height: 0;
	}
	header {
		padding: 4px 0;
	}
	.w3l_find-soulmate h3 {
		font-size: 32px;
	}
	.w3_soulgrid h3 {
		font-size: 22px;
		margin-bottom: 0;
	}
	.col-md-3.biseller-column {
		width: 48%;
		margin: 1% 1%;
	}
	.agile-overlay ul li {
		font-size: 12px;
		letter-spacing: 0.5px;
		line-height: 23px;
	}
	.agile-overlay ul li span {
		width: 125px;
	}
	.agile-overlay ul {
		padding: 20px 15px 15px;
	}
	.col-md-6.col-sm-6.w3layouts.location-grids.location-grids-2 {
		margin: 10% auto 0;
		width: 75%;
	}
	.col-md-6.col-sm-6.w3layouts.location-grids.location-grids-1 {
		text-align: center;
	}
	.location h3 {
		font-size: 28px;
		margin-top: 15px;
		text-align: center;
		margin-bottom: 20px;
	}
	.location p {
		width: 100%;
	}
	.location h5 {
		margin-bottom: 5px;
	}
	.assisted_agile_advantages h4 {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.w3ls_services-grids {
		float: none;
		width: 65%;
		margin: 0 auto 15px;
	}
	.agileits_services h2 {
		margin-bottom: 30px;
	}
	.agileits_services {
		min-height: 440px;
		border-top: 2px solid #0aaa07;
	}
	.wthree_services-bottom p {
		font-size: 18px;
	}
	.w3layouts-browse h3 {
		font-size: 24px;
	}
	.w3ls-assisted_Services {
		padding: 40px 0 0 0;
	}
	.assisted_Services-agileits h2 {
		margin-bottom: 30px;
	}
	.feedback h2 {
		font-size: 20px;
	}
	.feedback p {
		line-height: 26px;
		margin: 10px 0 20px 0;
		font-size:13px;
	}
	h5.marker_head {
		font-size: 16px;
	}
	h2.w3-head {
		font-size: 24px;
		margin: 35px 0px 25px;
	}
	p.m_13 {
		line-height: 28px;
	}
	.write-agileits {
		padding: 40px 0;
	}
	.est-bottom p {
		font-size: 1.3em;
	}
}
@media(max-width:667px){
	
	.wthree_more a
	{
			margin-left:240px;
			
	}
	.special-services h3
	{
		font-size:1.3em;
		text-align:left;
	}
	#treat1{
		width:50%;
		margin-left:5px;
	}
	#treat{
		width:38%;
		margin-right:5px;
	}
	.agileits-register {
		bottom: -118%;
		width: 90%;
		right: 5%;
	}
	.nav_1 li{
		margin-top:15px;
		margin-bottom:15px;
	}
	.nav_2 i{
		display:block;
	margin-top:-20px;
margin-right:150px;
	
	}
	.logo_new{
		margin:50px;
	}
	.logo_new #striplg1{
	margin-left:-60px;
	margin-top:-45px;
}
.logo_new #striplg2{
	margin-left:20px;
	margin-top:-40px;
}
.logo_new #striplg3{
	display:block;
	float:right;
	margin-top:-7.5%;
	margin-right:5%;
}

	.grid
	{
	margin-top:530px;

	}
	.w3layouts-banner {
		margin-top:-20px;
		min-height: 370px;
	}
	.logo a {
		font-size: 36px;
	}
	
	.agile-overlay ul li {
		font-size: 11px;
	}
	.agile_featured-profiles {
		width: 95%;
	}
	.w3ls_app-left h3 {
		font-size: 18px;
		margin: 20px 0 0px 0;
		line-height: 30px;
	}
	.w3ls_app-left p {
		margin: 10px 0 0px 0;
		line-height: 26px;
		font-size: 12px;
	}
	.agileits_app-devices {
		width: 95%;
	}
	.agile-assisted-service p {
		width: 85%;
	}
	.agile-assisted-service {
		min-height: 260px;
		padding-top: 40px;
	}
	.assisted_agile_advantages {
		padding: 40px 0;
	}
	.w3layouts-banner {
		min-height: 400px;
	}
	.w3layouts_happy_asstd_marriages {
		padding: 50px 0;
	}
	.w3_feedbacktextmessage textarea {
		height: 200px;
	}
	h2.last-updated {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.w3ls-aside {
		width: 60%;
	}
	.banner-bottom {
		padding: 0em 2em;
	}
	.feature-main {
		height: 590px;
	}
	.est-right p {
		font-size: 16px;
		line-height: 1.5em;
	}
	.demo {
		padding: 50px 0;
	}
}
@media(max-width:600px){
	
	.wthree_more a
	{
			margin-left:240px;
			
	}
	.special-services h3
	{
		font-size:1.3em;
		text-align:left;
	}
	#treat1{
		width:50%;
		margin-left:5px;
	}
	#treat{
		width:38%;
		margin-right:5px;
	}
	.agileits-register {
		bottom: -128%;
		width: 90%;
		right: 5%;
	}
	.nav_1 li{
		margin-top:15px;
		margin-bottom:15px;
	}
	.nav_2 i{
		display:block;
	margin-top:-60px;
margin-right:100px;
	
	}
	.logo_new{
		margin:50px;
	}
	.logo_new #striplg1{
	margin-left:-60px;
	margin-top:-45px;
}
.logo_new #striplg2{
	margin-left:30px;
	margin-top:-100px;
}
.logo_new #striplg3{
	display:block;
	float:right;
	margin-top:-11%;
	margin-right:-10%;
}

	.grid
	{
	margin-top:40px;

	}
	.w3layouts-banner {
		margin-top:-20px;
		min-height: 370px;
	}
	header {
		padding: 0px 0;
	}
	
	.logo a {
		font-size: 34px;
	}
	.agile-overlay ul li span {
		width: 106px;
	}
	.w3ls_app-left h3 {
		font-size: 17px;
		margin: 10px 0 0px 0;
		line-height: 26px;
	}
	.agileits_app-devices {
		width: 100%;
		margin: 25px 0 0 0;
	}
	.agileits_app-devices h5 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.app {
		padding: 40px 0px 0 0;
	}
	.w3layouts-browse h3 {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.col-md-4.w3-browse-grid {
		margin-top: 35px;
	}
	.w3-browse-grid ul li {
		margin: 10px 1px;
	}
	.agile-assisted-service h4 {
		font-size: 28px;
		margin-bottom: 24px;
	}
	.agile-assisted-service p {
		width: 95%;
	}
	.agile-assisted-service a {
		padding: 7px 25px;
	}
	.w3layous-story h4 a {
		font-size: 14px;
		margin-left: 10px;
	}
	.w3ls_services-grids {
		width: 75%;
	}
	.wthree_services-bottom p {
		font-size: 16px;
	}
	.footer {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.footer h3 {
		margin-bottom: 15px;
		margin-top: 45px;
	}
	.col-md-6.one-w3-profile {
		width: 75%;
		float: none;
		margin: 0 auto;
	}
	.w3layouts_details p {
		font-size: 13px;
	}
	.banner-right h2 {
		font-size: 1.8em;
	}
	.banner-right h3 {
		font-size: 1.3em;
		margin-top: 15px;
	}		
	.banner-right p {
		font-size: 18px;
		margin-top: 8%;
		line-height: 32px;
	}
	.feature-main {
		height: 532px;
	}
	.ftr-right p, .ftr-right-one p, .ftr-right-two p, .ftr-right-tre p, .ftr-right-fvr p {
		font-size: 14px;
		padding-right: 6%;
		line-height: 28px;
	}
	.support {
		padding: 14em 0px 5em;
	}
	.sup {
		right: 0.5%;
		top: -31.4%;
	}
}
@media(max-width:568px){
	.wthree_special_service_left h4
{
font-size:1.2em;	
padding:5px;
}
		.wthree_more a
	{
			margin-left:195px;
			width:15%;
			margin-bottom:5px;
	}
	.special-services h3
	{
		font-size:1.3em;
		text-align:left;
	}
	#treat1{
		width:50%;
		margin-left:5px;
	}
	#treat{
		width:38%;
		margin-right:5px;
	}
	.agileits-register {
		bottom: -145%;
		width: 90%;
		right: 5%;
	}
	.nav_1 li{
		margin-top:15px;
		margin-bottom:15px;
	}
	.nav_2 i{
		display:block;
	margin-top:-60px;
margin-right:20px;
	
	}
	.logo_new{
		margin:50px;
	}
	.logo_new #striplg1{
	margin-left:-60px;
	margin-top:-45px;
}
.logo_new #striplg2{
	margin-left:30px;
	margin-top:-100px;
}
.logo_new #striplg3{
	display:none;
}

	.grid
	{
	margin-top:35px;

	}

	.logo {
		margin-top: 25px;
	}
	.w3layouts-banner {
		margin-top:-25px;
		min-height: 350px;
	}
	
	.col-md-3.biseller-column {
		width: 50%;
		margin: 0% 0%;
	}
	.agile-overlay ul {
		padding: 20px 12px 15px;
	}
	.app-image img {
		width: 100%;
	}
	.agile_tips h6 {
		font-size: 18px;
		margin: 35px 0 10px 0;
	}
	.list_1 h3 {
		font-size: 22px;
		margin: 25px 0 15px 0;
	}
	.terms p {
		padding-left: 20px;
	}
	.w3ls-aside {
		width: 65%;
	}
	.w3layous-story h4 {
		letter-spacing: 0px;
	}
	.wthree_services-bottom p {
		padding: 0 15px;
	}
	.w3layouts_happy_asstd_marriages h4 {
		font-size: 24px;
	}
	.panel-body p {
		padding: 0px 5px 15px;
	}
	.w3layouts_details a {
		width: 65%;
	}
	.agileits_profile_image {
		width: 45%;
		margin-right:3%;
	}
	.w3layouts_details {
		width: 52%;
	}
	.feature-top {
		margin-left: 5%;
	}
	.feature-top h3 {
		font-size: 1.8em;
	}
	.feature-main {
		height: 503px;
	}
	.ftr-left i, .ftr-left-one i, .ftr-left-two i, .ftr-left-tre i, .ftr-left-fvr i {
		font-size: 30px;
	}
	.feature-right img {
		margin-top: 10%;
		width: 90%;
		margin-left: 5%;
	}
	.establish {
		min-height: 600px;
	}
	.get-top h3, .support-top h3, .demo-top h3 {
		font-size: 1.8em;
	}
	.demo-top p {
		width: 100%;
		font-size: 16px;
		line-height: 28px;
	}
	.get {
		min-height: 1020px;
		margin-top: -32%;
	}
	.get-top p, .support-top p {
		width: 100%;
	}
	.sup {
		top: -35.4%;
	}
}
@media(max-width:480px){
	
	.wthree_special_service_left h4
{
font-size:1.2em;	
padding:5px;
}
	
	.wthree_more a
	{
			margin-left:195px;
			width:15%;
			margin-bottom:5px;
	}
	.special-services h3
	{
		font-size:1.3em;
		text-align:left;
	}
	#treat1{
		width:50%;
		margin-left:5px;
	}
	#treat{
		width:38%;
		margin-right:5px;
	}
	.agileits-register {
		bottom: -155%;
		width: 90%;
		right: 5%;
	}
	.nav_1 li{
		margin-top:15px;
		margin-bottom:15px;
	}
	.nav_2 i{
		display:block;
	margin-top:-60px;
margin-right:20px;
	
	}
	.logo_new{
		margin:50px;
	}
	.logo_new #striplg1{
	margin-left:-60px;
	margin-top:-45px;
}
.logo_new #striplg2{
	margin-left:30px;
	margin-top:-100px;
}
.logo_new #striplg3{
	display:none;
}

	.grid
	{
	margin-top:30px;

	}

	h3.icon-subheading {
		font-size: 20px;
	}
	.navbar-toggle {
		margin-top: -41px;
	}
	.w3layouts-banner {
		margin-top:-30px;
		min-height: 320px;
	}
	
	.w3l_find-soulmate h3 {
		font-size: 30px;
	}
	.w3_soulgrid h3 {
		font-size: 22px;
		margin-bottom: 0;
	}
	.w3_soulgrid p {
		height: 48px;
		font-size: 13px;
	}
	.agileits-register h3 {
		font-size: 20px;
		padding: 10px 15px;
	}
	.col-md-3.biseller-column {
		width: 70%;
		margin: 0% 15%;
	}
	.agile-overlay ul li span {
		width: 130px;
	}
	.nbs-flexisel-nav-right {
		right: 0px;
	}
	.nbs-flexisel-nav-left {
		left: 0px;
	}
	.col-md-6.w3ls_app-left.mpl {
		width: 100%;
	}
	.col-md-offset-1.col-md-5.app-image {
		width: 70%;
		margin-top: 10%;
	}
	.agileits_app-devices {
		width: 75%;
	}
	.w3ls_app-left h3 {
		font-size: 20px;
	}
	.agile-assisted-service h4 {
		font-size: 25px;
		margin-bottom: 22px;
	}
	.agile-assisted-service p {
		font-size: 14px;
		line-height: 25px;
		margin: 0 auto 35px;
	}
	.agile-assisted-service a {
		font-size: 12px;
	}
	.agile-assisted-service {
		min-height: 240px;
		padding-top: 35px;
	}
	.w3layous-story h4 {
		font-size: 18px;
	}
	.w3layous-story h4 a {
		padding: 6px 20px;
	}
	.copy-right p {
		font-size: 0.8em;
		letter-spacing: 0.5px;
	}
	.w3l_about_left {
		width: 100%;
	}
	.w3ls_services-grids {
		width: 95%;
	}
	.wthree_services-bottom p {
		font-size: 18px;
	}
	.modal-dialog {
		width: 420px;
	}
	.wthree-help h3 {
		font-size: 23px;
	}
	.assisted_Services-agileits {
		width: 95%;
	}
	.w3layouts_happy_asstd_marriages h4 {
		font-size: 22px;
	}
	.assisted_agile_advantages h4 {
		font-size: 26px;
		margin-bottom: 26px;
	}
	.w3layouts-inner-banner {
		min-height: 180px;
	}
	.agile_tips h2, .terms h2 {
		font-size: 22px;
		letter-spacing: 1px;
	}
	h2.last-updated {
		font-size: 20px;
		margin-bottom: 28px;
	}
	.panel-title {
		font-size: 16px;
	}
	section.w3_g_address {
		padding: 10px 0px;
	}
	.photos-upload-view {
		width: 90%;
	}
	.agileits_sitemap_list ul li {
		margin: 5px 10px;
	}
	.w3ls-aside {
		width: 75%;
	}
	.col-md-6.one-w3-profile {
		width: 90%;
	}
	.w3layouts_details {
		width: 100%;
	}	
	.w3layouts_details a {
		width: 45%;
	}
	.agileits_profile_image {
		width: 65%;
		margin-right: 0;
		margin-bottom: 4%;
	}
	.agileits_aboutme h4 {
		font-size: 25px;
		margin-bottom: 20px;
		margin-top: 12px;
	}
	.banner-bottom {
		padding: 0em 0em;
	}
	.feature-main {
		height: 423px;
	}
	.ftr-right p, .ftr-right-one p, .ftr-right-two p, .ftr-right-tre p, .ftr-right-fvr p {
		font-size: 13px;
		padding-right: 2%;
		line-height: 18px;
	}
	.ftr-left i, .ftr-left-one i, .ftr-left-two i, .ftr-left-tre i, .ftr-left-fvr i {
		font-size: 25px;
	}
	.est-right p {
		width: 100%;
	}
	.est-bottom p {
		font-size: 1.2em;
	}
	.banner {
		background: #0fa7ff;
		padding: 3em 0px 2.5em 0px;
	}
	.contact-but input[type="submit"] {
		padding: 5px 45px;
		font-size: 24px;
	}
	.banner-right p {
		font-size: 16px;
		margin-top: 4%;
		line-height: 30px;
	}
}
@media(max-width:414px){
	
.wthree_special_service_left h4
{
font-size:1.2em;	
padding:5px;
}
	.wthree_more a
	{
			margin-left:195px;
			width:15%;
			margin-bottom:5px;
	}
	.special-services h3
	{
		font-size:1.3em;
		text-align:left;
	}
	#treat1{
		width:50%;
		margin-left:5px;
	}
	#treat{
		width:38%;
		margin-right:5px;
	}
	.agileits-register {
		bottom: -165%;
		width: 90%;
		right: 5%;
	}
	.nav_1 li{
		margin-top:15px;
		margin-bottom:15px;
	}
	.nav_2 i{
		display:block;
	margin-top:-60px;
margin-right:15px;
	
	}
	.logo_new{
		margin:50px;
	}
	.logo_new #striplg1{
	margin-left:-60px;
	margin-top:-45px;
}
.logo_new #striplg2{
	margin-left:30px;
	margin-top:-100px;
}
.logo_new #striplg3{
	display:none;
}

		.grid
	{
		margin-top:20px;
		
		}
	.icons i {
		padding-left: 10px;
	}
	.w3layouts-banner {
		margin-top:-30px;
		min-height: 290px;
	}
	label.agileits-agree {
		font-size: 12px;
	}
	
	.w3ls-aside {
		width: 85%;
	}
	.w3_soulgrid {
		width: 90%;
		margin: 3% 0% 3% 5%;
	}
	.col-md-3.biseller-column {
		width: 80%;
		margin: 0% 10%;
	}
	.w3layouts-browse h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.col-md-6.col-sm-6.w3layouts.location-grids.location-grids-2 {
		width: 85%;
	}
	.w3layous-story h4 a {
		padding: 10px 20px;
		display: block;
		width: 40%;
		margin: 15px auto 0;
	}
	.w3layous-story h4 {
		font-size: 20px;
		letter-spacing: 1px;
	}
	.location h3 {
		margin-top: 0px;
	}
	.address-left {
		padding: 2em 1em 1em;
	}
	.agileits_services h2 {
		margin-bottom: 28px;
		font-size: 28px;
	}
	.w3ls_services-grids {
		width: 100%;
	}
	.w3ls-aside {
		width: 100%;
	}
	.agileits label, .w3_feedbacktextmessage label {
		width: 100%;
	}
	.agileits input[type="text"], .agileits input[type="email"], .agileits input[type="tel"], .w3_feedbacktextmessage textarea, .agileits select, .w3_writetoustextarea textarea, .photos-upload-view {
		width: 100%;
	}
	.wthree-help form input[type="submit"] {
		width: 42%;
	}
	.wthree-help textarea {
		width: 100%;
	}
	h2.w3-head {
		font-size: 22px;
	}
	h5.marker_head {
		font-size: 15px;
	}
	.agile_tips h5, .terms h5 {
		line-height: 25px;
	}
	.panel-title {
		font-size: 14px;
	}
	h2.last-updated {
		font-size: 20px;
		margin-bottom: 26px;
		letter-spacing: 0px;
	}
	section.privacy_policy_section {
		padding: 40px 0;
	}
	.w3ls_contact_section {
		padding: 40px 0;
	}
	section.w3_g_address ul li span {
		width: 100%;
	}
	.w3ls-list h2 {
		font-size: 22px;
		margin-bottom: 25px;
		line-height: 30px;
	}
	.col-md-6.one-w3-profile {
		width: 100%;
	}
	.w3layouts_details a {
		width: 44%;
	}
	label.col-sm-3.control-label1 {
		width: 100%;
	}
	.w3_details {
		width: 100%;
	}
	.agile_featured-profiles h2 {
		margin-bottom: 20px;
		font-size: 30px;
	}
	h3.w3_special {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.modal-dialog {
		width: 400px;
	}
	.get {
		min-height: 850px;
	}
	.sup {
		top: -28.4%;
	}
	.support {
		padding: 14em 0px 3em;
	}
	.feature-right {
		width: 70%;
	}
	.feature-main {
		height: 360px;
	}
	.ftr-right p, .ftr-right-one p, .ftr-right-two p, .ftr-right-tre p, .ftr-right-fvr p {
		font-size: 12px;
		line-height: 18px;
		margin-top: 12px;
	}
}
@media(max-width:384px){
		.grid
		{
		margin-top:650px;

		}
	.w3layouts-banner {
		min-height: 270px;
	}
	.agileits-register {
		bottom: -224%;
		width: 95%;
		right: 2.5%;
	}
	.w3l_find-soulmate {
		padding: 650px 0 50px 0;
	}
	.col-md-3.biseller-column {
		width: 90%;
		margin: 0% 5%;
	}
	.nbs-flexisel-nav-right {
		right: -10px;
	}
	.nbs-flexisel-nav-left {
		left: -10px;
	}
	.agileits_app-devices {
		width: 100%;
	}
	.w3layouts-browse h3 {
		letter-spacing: 0px;
	}
	.col-md-4.w3-browse-grid {
		padding: 0;
	}
	.agile-assisted-service p {
		font-size: 13px;
	}
	#toTop {
		right: -20px;
	}
	.modal-dialog {
		width: 360px;
	}
	.assisted_Services-agileits h2 {
		margin-bottom: 25px;
		font-size: 24px;
	}
	.w3layous-story h4 {
		letter-spacing: 0.4px;
	}
	.w3_success-stories h4 {
		font-size: 26px;
	}
	.w3_success-stories {
		padding: 40px 0;
	}
	.agileits_services {
		min-height: 480px;
	}
	.feedback p {
		line-height: 25px;
		font-size: 13px;
		letter-spacing: 0.5px;
	}
	.wthree-help form input[type="submit"] {
		width: 50%;
	}
	.wthree-help textarea {
		margin: 25px 0 0 0;
	}
	.wthree-help {
		margin: 40px auto 55px;
	}
	.icon-box {
		height: 50px;
		width: 100%;
		margin: 0.5em 0 0.5em 0;
	}
	.icons .bs-glyphicons li {
		width: 98%;
		height: 95px;
	}
	.panel-heading {
		padding: 13px 5px;
	}
	.photos-upload-view input#fileselect {
		width: 100%;
	}
	.write-agileits form {
		padding: 0px 10px;
	}
	.agileits_sitemap_list ul li {
		margin: 5px 7px;
	}
	.login-w3ls form {
		padding: 0 0em;
	}
	.w3layouts_details a {
		width: 94%;
	}
	.banner-left {
		padding: 0;
	}
	.support {
		padding: 11em 0px 3em;
	}
	.ftr-right {
		top: 2%;
		left: 40%;
	}
	.ftr-right-one {
		top: 19%;
		left: 40%;
	}
	.ftr-right-two {
		top: 36%;
		left: 40%;
	}
	.ftr-right-tre {
		top: 53%;
		left: 40%;
	}
	.ftr-right-fvr {
		top: 71%;
		left: 40%;
	}
}
@media(max-width:375px){
		.grid
		{
		margin-top:650px;

		}

	.w3layouts-banner {
		min-height: 250px;
	}
	.icon-box {
		height: 50px;
		width: 100%;
		margin: 0.5em 0 0.5em 0;
	}
	.col-md-6.w3ls_app-left.mpl {	
		padding: 0;
	}
	.col-md-offset-1.col-md-5.app-image {
		width: 85%;
		margin-top: 15%;
	}
	.agileits-register {
		padding: 10px;
	}
	.agileits-register {
		bottom: -237%;
	}
	.w3l_find-soulmate h3 {
		font-size: 28px;
	}
	.w3_soulgrid h3 {
		font-size: 22px;
		margin-bottom: 0;
	}
	.modal-dialog {
		width: 350px;
	}
	.agile_tips p {
		margin: 5px;
	}
	h2.agileits-icons-title {
		font-size: 22px;
	}
	h3.w3-head {
		font-size: 24px;
	}
	h3.icon-subheading {
		font-size: 18px;
	}
	.icons.w3layouts-content, .shortcodes, .w3ls_sitemap {
		padding: 30px 0;
	}
	.wthree-help {
		margin: 30px auto 55px;
	}
	.w3_success-stories {
		padding: 30px 0;
	}
	section.w3_g_address {
		padding: 10px 10px;
	}
	.feedback, section.terms-of-use, .w3ls-list {
		padding: 30px 0;
	}
	.agileits_profile_image {
		width: 85%;
	}
	.agileits_aboutme h5 {
		margin-bottom: 10px;
		margin-top: 30px;
	}
	.agileits_aboutme p {
		margin: 10px 0;
	}
	.feature-main {
		height: 355px;
	}
}
@media(max-width:320px){
			.grid
		{
		margin-top:650px;

		}

	.icons i {
		padding-left: 8px;
	}
	.logo a {
		font-size: 32px;
	}
	.navbar-toggle {
		padding: 9px 0 10px;
	}
	.w3layouts-banner {
		min-height: 240px;
	}
	.w3_modal_body_grid span {
		width: 100%;
	}
	#w3_country, .w3_modal_body_grid input[type="text"], .w3_modal_body_grid input[type="email"], #w3_country1, .w3_modal_body_grid input[type="password"] {
		width: 100% !important;
	}
	.w3_modal_body_grid1 {
		margin: 6px 0;
	}
	.w3_gender {
		width: 100%;
		margin: 0.2em 0 0;
	}
	label.agileits-agree {
		float: right;
		width: 93%;
	}
	input[type="checkbox"] {
		margin: 0px 0 0;
	}
	.modal-title {
		font-size: 22px;
	}
	.modal-dialog {
		width: 300px;
	}
	.login-w3ls label {
		margin: 15px 0px 6px 0px;
	}
	.w3_soulgrid {
		width: 100%;
		margin: 3% 0% 3% 0%;
	}
	.agileits-register {
		bottom: -320%;
	}
	.w3l_find-soulmate {
		padding: 810px 0 50px 0;
	}
	.col-md-3.biseller-column {
		width: 99%;
		margin: 0% 0%;
	}
	.agile-overlay ul li span {
		width: 115px;
	}
	.nbs-flexisel-nav-right {
		right: -18px;
	}
	.nbs-flexisel-nav-left {
		left: -18px;
	}
	.col-md-offset-1.col-md-5.app-image {
		width: 95%;
	}
	.agile-assisted-service p {
		font-size: 12px;
		line-height: 23px;
		margin: 0 auto 30px;
	}
	.col-md-6.col-sm-6.w3layouts.location-grids.location-grids-2 {
		width: 100%;
	}
	.w3layous-story h4 a {
		width: 50%;
	}
	.address-left {
		padding: 2em 0em 1em;
	}
	.w3l_about_left_pos h3, .w3l_about_left_pos1 h3 {
		font-size: 1.1em;
	}
	.w3_success-stories h4 {
		font-size: 22px;
	}
	.agileits_services h2 {
		margin-bottom: 25px;
		font-size: 26px;
	}
	.feedback h2 {
		font-size: 19px;
	}
	h2.w3-head {
		font-size: 19px;
	}
	.icons a {
		font-size: 11px;
	}
	h2.agileits-icons-title {
		font-size: 20px;
	}
	.grid_3 {
		padding: 1em;
	}
	.write-agileits h2 {
		font-size: 22px;
	}
	.write-agileits {
		padding: 30px 0;
	}
	.agile_featured-profiles h2 {
		margin-bottom: 15px;
		font-size: 27px;
	}
	.w3-prfr a {
		letter-spacing: 0px;
	}
	span.agile-breadcrumbs {
		font-size: 13px;
	}
	span.agile-breadcrumbs a {
		margin: 0 2px;
	}
	.w3ls-loginr a, .w3ls-loginr span {
		font-size: 13px;
	}
	.banner-right h2 {
		font-size: 1.5em;
	}	
	.banner-right h3 {
		font-size: 1.1em;
		margin-top: 10px;
		line-height: 28px;
	}
	.banner-right p {
		font-size: 15px;
		margin-top: 6%;
		line-height: 28px;
	}
	.feature-top h3 {
		font-size: 1.5em;
	}
	.feature-main {
		min-height: 396px;
		background-size: cover;
	}
	.feature-right {
		width: 80%;
		margin-right: 10%;
	}
	.demo-bottom iframe {
		width: 100%;
		height: 280px;
	}
	.support {
		padding: 7em 0px 3em;
	}
}
/* 7.2. DatePicker ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.datepicker-wrap {
  position: relative;
}
.datepicker-wrap .ui-datepicker-trigger {
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: transparent;
  z-index: 1;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.datepicker-wrap:after {
  display: block;
  font-family: "soap-icons";
  content: "\e86a";
  font-size: 25px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 100%;
  text-align: center;
  line-height: 34px;
  background: #0aaa07;
}
.datepicker-wrap.yellow:after {
  background: #0aaa07;
}
.datepicker-wrap.green:after {
  background: #98ce44;
}
.datepicker-wrap.blue:after {
  background-color: #0065a0;
}
.datepicker-wrap.dark-blue:after {
  background-color: #2d3e52;
}
.datepicker-wrap.transparent:after {
  background-color: transparent;
  color: #0aaa07;
}

.ui-datepicker {
  width: 20em;
  padding: 0;
  display: none;
  background: #fff;
  border: 1px solid #0aaa07;
  z-index: 101 !important;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  background: #0aaa07;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 11px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-next.ui-state-disabled {
  visibility: hidden;
}
.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.ui-datepicker .ui-datepicker-prev {
  left: 24px;
}
.ui-datepicker .ui-datepicker-prev:before {
  border-right: 8px solid #fff;
}
.ui-datepicker .ui-datepicker-next {
  right: 24px;
}
.ui-datepicker .ui-datepicker-next:before {
  border-left: 8px solid #fff;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-title {
  margin: 5px;
  text-align: center;
  color: #fff;
  font-size: 1.1667em;
  font-weight: bold;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
}
.ui-datepicker th {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #f5f5f5;
}
.ui-datepicker th span {
  display: block;
  text-align: center;
  font-size: 1.1667em;
  font-weight: normal;
  color: #0aaa07;
}
.ui-datepicker span.ui-datepicker-month {
  font-weight: bold;
}
.ui-datepicker .ui-datepicker-calendar td {
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar td span {
  color: inherit;
  display: block;
  height: 30px;
  line-height: 30px;
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span {
  color: #dbdbdb;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a, .ui-datepicker .ui-datepicker-calendar td a:hover {
  background: #0aaa07;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
  position: relative;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a:before {
  content: "";
  border-right: 5px solid #0aaa07;
  border-top: 5px solid transparent;
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.ui-datepicker.yellow {
  border: 1px solid #0aaa07;
}
.ui-datepicker.yellow .ui-datepicker-header {
  background: #0aaa07;
}
.ui-datepicker.yellow th span {
  color: #0aaa07;
}
.ui-datepicker.yellow .ui-datepicker-calendar td.ui-datepicker-current-day a, .ui-datepicker.yellow .ui-datepicker-calendar td a:hover {
  background: #0aaa07;
}
.ui-datepicker.yellow .ui-datepicker-calendar td.ui-datepicker-today a:before {
  border-right-color: #0aaa07;
}
.ui-datepicker.green {
  border: 1px solid #98ce44;
}
.ui-datepicker.green .ui-datepicker-header {
  background: #98ce44;
}
.ui-datepicker.green th span {
  color: #98ce44;
}
.ui-datepicker.green .ui-datepicker-calendar td.ui-datepicker-current-day a, .ui-datepicker.green .ui-datepicker-calendar td a:hover {
  background: #98ce44;
}
.ui-datepicker.green .ui-datepicker-calendar td.ui-datepicker-today a:before {
  border-right-color: #98ce44;
}
.ui-datepicker.blue {
  border: 1px solid #0065a0;
}
.ui-datepicker.blue .ui-datepicker-header {
  background: #0065a0;
}
.ui-datepicker.blue th span {
  color: #0065a0;
}
.ui-datepicker.blue .ui-datepicker-calendar td.ui-datepicker-current-day a, .ui-datepicker.blue .ui-datepicker-calendar td a:hover {
  background: #0065a0;
}
.ui-datepicker.blue .ui-datepicker-calendar td.ui-datepicker-today a:before {
  border-right-color: #0065a0;
}
.ui-datepicker.dark-blue {
  border: 1px solid #2d3e52;
}
.ui-datepicker.dark-blue .ui-datepicker-header {
  background: #2d3e52;
}
.ui-datepicker.dark-blue th span {
  color: #2d3e52;
}
.ui-datepicker.dark-blue .ui-datepicker-calendar td.ui-datepicker-current-day a, .ui-datepicker.dark-blue .ui-datepicker-calendar td a:hover {
  background: #2d3e52;
}
.ui-datepicker.dark-blue .ui-datepicker-calendar td.ui-datepicker-today a:before {
  border-right-color: #2d3e52;
}
/* 2.1. Form Elements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
input.input-text, select, span.custom-select {
  background: #e0f8e0;
  border: none;
  line-height: normal;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-weight:bold;
}
input.input-text, textarea, span.custom-select {
  padding-left: 15px;
  padding-right: 15px;
  height: 34px;
}
input.input-text.input-large, textarea.input-large, span.custom-select.input-large {
  height: 43px;
  font-size: 1.1667em;
}
input.input-text.input-medium, textarea.input-medium, span.custom-select.input-medium {
  height: 34px;
}
input.input-text.input-small, textarea.input-small, span.custom-select.input-small {
  height: 28px;
}
input.input-text.input-mini, textarea.input-mini, span.custom-select.input-mini {
  height: 19px;
}
input.input-text.white, textarea.white, span.custom-select.white {
  background: #fff;
}

textarea {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* 2.1.1. Select box */
select {
  height: 34px;
  padding: 8px 0 8px 8px;
}

select option {
  padding: 2px 10px;
}

.selector {
  position: relative;
  min-width: 60px;
  line-height: 0;
}
.selector select {
  position: absolute;
  z-index: 1;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width: 100%;
  -webkit-appearance: menulist-button;
  line-height: 30px;
}
.selector span.custom-select {
  display: inline-block;
  line-height: 32px;
  padding: 0 10px;
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.selector span.custom-select:before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background: #0aaa07;
  width: 24px;
  height: 100%;
}
.selector span.custom-select:after {
  position: absolute;
  right: 9px;
  top: 15px;
  border-top: 5px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  content: "";
}
.selector.style1 span.custom-select:before {
  background: transparent;
}
.selector.style1 span.custom-select:after {
  border-top-color: #0aaa07;
}

/* 2.1.2. File input box */
.fileinput {
  position: relative;
  display: inline-block;
  min-width: 100px;
}
.fileinput input[type=file] {
  position: relative;
  z-index: 2;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width: 100%;
}
.fileinput .custom-fileinput {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  line-height: normal;
}
.fileinput:after {
  display: block;
  content: "BROWSE";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #0aaa07;
  color: #fff;
  font-size: 1em;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 0.04em;
  font-weight: bold;
  vertical-align: middle;
}
/* 2.1.4. Form */
form label {
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 0.9167em;
}
form .checkbox label, form label.checkbox {
  font-size: 1.0833em;
  text-transform: none;
}
form .radio label, form label.radio {
  font-size: 0.9167em;
}
form .form-group {
  margin-bottom: 15px;
}

.sidebar form .form-group {
  margin-bottom: 10px;
}
.sidebar form label {
  font-size: 0.8333em;
  margin-bottom: 3px;
}

.panel-content form label {
  font-size: 0.8333em;
  margin-bottom: 3px;
}

/* Fourty space */
.box-title, .post-title, .post-meta, .author .name, .mile, .title, .s-title, .price, button, input[type="button"].button, a.button, dl, label, span.info, .price-wrapper, ul.tabs a, .icon-box.style1, .icon-box.style2, .icon-box.style3 .description, .icon-box.style5, .search-results-title, .breadcrumbs {
  letter-spacing: 0.04em;
}

button, input[type="button"].button, a.button {
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0 15px;
  white-space: nowrap;
}
button.btn-large, input[type="button"].button.btn-large, a.button.btn-large {
  padding: 0 32px;
  height: 43px;
  font-size: 1.1667em;
  line-height: 43px;
}
button.btn-medium, input[type="button"].button.btn-medium, a.button.btn-medium {
  padding: 0 32px;
  height: 34px;
  line-height: 34px;
  font-size: 1em;
}
button.btn-small, input[type="button"].button.btn-small, a.button.btn-small {
  height: 28px;
  padding: 0 24px;
  line-height: 28px;
  font-size: 0.9167em;
}
button.btn-mini, input[type="button"].button.btn-mini, a.button.btn-mini {
  height: 19px;
  padding: 0 20px;
  font-size: 0.8333em;
  line-height: 19px;
}
button.full-width, input[type="button"].button.full-width, a.button.full-width {
  padding-left: 0;
  padding-right: 0;
}

button, input[type="button"].button {
  font-size: 0.9167em;
  font-weight: bold;
  background: #ffbc49;
  height: 34px;
  line-height: 34px;
}
/*
button:hover, input[type="button"].button:hover {
  background: #a8a8a8;
} */
.border-bottom {
  border-bottom: 1px solid #f5f5f5;
}
[class^="soap-icon"], [class*=" soap-icon"] {
  vertical-align: baseline;
}
[class^="soap-icon"]:before, [class*=" soap-icon"]:before {
  font-family: "soap-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /*font-size: 120%;*/
}

[class^="soap-icon"].circle, [class*=" soap-icon"].circle, .glyphicon.circle {
  border: 1px solid;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.7333em;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  display: inline-block;
  text-align: center;
}
[class^="soap-icon"].takeoff-effect:before, [class*=" soap-icon"].takeoff-effect:before, .glyphicon.takeoff-effect:before {
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
[class^="soap-icon"].takeoff-effect1:before, [class*=" soap-icon"].takeoff-effect1:before, .glyphicon.takeoff-effect1:before {
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
}
[class^="soap-icon"].landing-effect:before, [class*=" soap-icon"].landing-effect:before, .glyphicon.landing-effect:before {
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
[class^="soap-icon"].flip-effect:before, [class*=" soap-icon"].flip-effect:before, .glyphicon.flip-effect:before {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
}

.soap-icon-fireplace:before {
  content: '\e800';
}

.soap-icon-television:before {
  content: '\e801';
}

.soap-icon-fridge:before {
  content: '\e802';
}

.soap-icon-aircon:before {
  content: '\e803';
}

.soap-icon-fmstereo:before {
  content: '\e804';
}

.soap-icon-beach:before {
  content: '\e805';
}

.soap-icon-juice:before {
  content: '\e806';
}

.soap-icon-food:before {
  content: '\e807';
}

.soap-icon-fueltank:before {
  content: '\e808';
}

.soap-icon-breakfast:before {
  content: '\e809';
}

.soap-icon-coffee:before {
  content: '\e80a';
}

.soap-icon-party:before {
  content: '\e80b';
}

.soap-icon-savings:before {
  content: '\e80c';
}

.soap-icon-address:before {
  content: '\e80d';
}

.soap-icon-horn:before {
  content: '\e80e';
}

.soap-icon-conference:before {
  content: '\e80f';
}

.soap-icon-support:before {
  content: '\e810';
}

.soap-icon-tree:before {
  content: '\e811';
}

.soap-icon-friends:before {
  content: '\e812';
}

.soap-icon-winebar:before {
  content: '\e813';
}

.soap-icon-plans:before {
  content: '\e814';
}

.soap-icon-guideline:before {
  content: '\e815';
}

.soap-icon-wifi:before {
  content: '\e816';
}

.soap-icon-binoculars:before {
  content: '\e817';
}

.soap-icon-key:before {
  content: '\e818';
}

.soap-icon-fork:before {
  content: '\e819';
}

.soap-icon-locations:before {
  content: '\e81a';
}

.soap-icon-couples:before {
  content: '\e81b';
}

.soap-icon-card:before {
  content: '\e81c';
}

.soap-icon-fitnessfacility:before {
  content: '\e81d';
}

.soap-icon-flexible:before {
  content: '\e81e';
}

.soap-icon-phone:before {
  content: '\e81f';
}

.soap-icon-cruise:before {
  content: '\e820';
}

.soap-icon-joystick:before {
  content: '\e821';
}

.soap-icon-lost-found:before {
  content: '\e822';
}

.soap-icon-securevault:before {
  content: '\e823';
}

.soap-icon-cruise-1:before {
  content: '\e824';
}

.soap-icon-cruise-3:before {
  content: '\e825';
}

.soap-icon-anchor:before {
  content: '\e826';
}

.soap-icon-cruise-2:before {
  content: '\e827';
}

.soap-icon-car-2:before {
  content: '\e828';
}

.soap-icon-pickanddrop:before {
  content: '\e829';
}

.soap-icon-car:before {
  content: '\e82a';
}

.soap-icon-car-1:before {
  content: '\e82b';
}

.soap-icon-hotel-2:before {
  content: '\e82c';
}

.soap-icon-hotel-1:before {
  content: '\e82d';
}

.soap-icon-plane:before {
  content: '\e82e';
}

.soap-icon-plane-bottom:before {
  content: '\e82f';
}

.soap-icon-plane-left:before {
  content: '\e830';
}

.soap-icon-plane-right:before {
  content: '\e831';
}

.soap-icon-carryon:before {
  content: '\e832';
}

.soap-icon-businessbag:before {
  content: '\e833';
}

.soap-icon-baggage:before {
  content: '\e834';
}

.soap-icon-bag:before {
  content: '\e835';
}

.soap-icon-suitcase:before {
  content: '\e836';
}

.soap-icon-hotel-3:before {
  content: '\e837';
}

.soap-icon-trunk-2:before {
  content: '\e838';
}

.soap-icon-hotel:before {
  content: '\e839';
}

.soap-icon-trunk-1:before {
  content: '\e83a';
}

.soap-icon-trunk-3:before {
  content: '\e83b';
}

.soap-icon-delayed-baggage:before {
  content: '\e83c';
}

.soap-icon-damaged-baggage:before {
  content: '\e83d';
}

.soap-icon-baggage-3:before {
  content: '\e83e';
}

.soap-icon-baggage-2:before {
  content: '\e83f';
}

.soap-icon-baggage-1:before {
  content: '\e840';
}

.soap-icon-magazine-1:before {
  content: '\e841';
}

.soap-icon-baggage-status:before {
  content: '\e842';
}

.soap-icon-magazine:before {
  content: '\e843';
}

.soap-icon-slider-1:before {
  content: '\e844';
}

.soap-icon-slider:before {
  content: '\e845';
}

.soap-icon-camera-2:before {
  content: '\e846';
}

.soap-icon-photogallery:before {
  content: '\e847';
}

.soap-icon-camera-3:before {
  content: '\e848';
}

.soap-icon-baggage-4:before {
  content: '\e849';
}

.soap-icon-baggage-5:before {
  content: '\e84a';
}

.soap-icon-shopping:before {
  content: '\e84b';
}

.soap-icon-shopping-1:before {
  content: '\e84c';
}

.soap-icon-shopping-2:before {
  content: '\e84d';
}

.soap-icon-shopping-3:before {
  content: '\e84e';
}

.soap-icon-camera-1:before {
  content: '\e84f';
}

.soap-icon-settings-1:before {
  content: '\e850';
}

.soap-icon-bad:before {
  content: '\e851';
}

.soap-icon-recommend:before {
  content: '\e852';
}

.soap-icon-entertainment:before {
  content: '\e853';
}

.soap-icon-balloon:before {
  content: '\e854';
}

.soap-icon-globe:before {
  content: '\e855';
}

.soap-icon-places:before {
  content: '\e856';
}

.soap-icon-clock-1:before {
  content: '\e857';
}

.soap-icon-clock:before {
  content: '\e858';
}

.soap-icon-settings:before {
  content: '\e859';
}

.soap-icon-automatic:before {
  content: '\e85a';
}

.soap-icon-parking:before {
  content: '\e85b';
}

.soap-icon-status:before {
  content: '\e85c';
}

.soap-icon-departure:before {
  content: '\e85d';
}

.soap-icon-letter:before {
  content: '\e85e';
}

.soap-icon-message:before {
  content: '\e85f';
}

.soap-icon-search-plus:before {
  content: '\e860';
}

.soap-icon-search-minus:before {
  content: '\e861';
}

.soap-icon-search:before {
  content: '\e862';
}

.soap-icon-restricted:before {
  content: '\e863';
}

.soap-icon-calendar:before {
  content: '\e864';
}

.soap-icon-stories:before {
  content: '\e865';
}

.soap-icon-liability:before {
  content: '\e866';
}

.soap-icon-insurance:before {
  content: '\e867';
}

.soap-icon-doc-minus:before {
  content: '\e868';
}

.soap-icon-availability:before {
  content: '\e869';
}

.soap-icon-calendar-1:before {
  content: '\e86a';
}

.soap-icon-calendar-check:before {
  content: '\e86b';
}

.soap-icon-list:before {
  content: '\e86c';
}

.soap-icon-doc-plus:before {
  content: '\e86d';
}

.soap-icon-left:before {
  content: '\e86e';
}

.soap-icon-right:before {
  content: '\e86f';
}

.soap-icon-top:before {
  content: '\e870';
}

.soap-icon-grid:before {
  content: '\e871';
}

.soap-icon-block:before {
  content: '\e872';
}

.soap-icon-star-1:before {
  content: '\e873';
}

.soap-icon-letter-1:before {
  content: '\e874';
}

.soap-icon-wishlist:before {
  content: '\e875';
}

.soap-icon-heart:before {
  content: '\e876';
}

.soap-icon-star:before {
  content: '\e877';
}

.soap-icon-roundtriangle-right:before {
  content: '\e878';
}

.soap-icon-roundtriangle-top:before {
  content: '\e879';
}

.soap-icon-roundtriangle-bottom:before {
  content: '\e87a';
}

.soap-icon-chevron-left:before {
  content: '\e87b';
}

.soap-icon-roundtriangle-left:before {
  content: '\e87c';
}

.soap-icon-bottom:before {
  content: '\e87d';
}

.soap-icon-arrow-top:before {
  content: '\e87e';
}

.soap-icon-arrow-bottom:before {
  content: '\e87f';
}

.soap-icon-arrow-right:before {
  content: '\e880';
}

.soap-icon-arrow-left:before {
  content: '\e881';
}

.soap-icon-longarrow-up:before {
  content: '\e882';
}

.soap-icon-longarrow-bottom:before {
  content: '\e883';
}

.soap-icon-triangle-left:before {
  content: '\e884';
}

.soap-icon-triangle-right:before {
  content: '\e885';
}

.soap-icon-triangle-top:before {
  content: '\e886';
}

.soap-icon-chevron-right:before {
  content: '\e887';
}

.soap-icon-chevron-top:before {
  content: '\e888';
}

.soap-icon-chevron-down:before {
  content: '\e889';
}

.soap-icon-longarrow-left:before {
  content: '\e88a';
}

.soap-icon-longarrow-right:before {
  content: '\e88b';
}

.soap-icon-triangle-bottom:before {
  content: '\e88c';
}

.soap-icon-plus:before {
  content: '\e88d';
}

.soap-icon-minus:before {
  content: '\e88e';
}

.soap-icon-ski:before {
  content: '\e88f';
}

.soap-icon-close:before {
  content: '\e890';
}

.soap-icon-handicapaccessiable:before {
  content: '\e891';
}

.soap-icon-check-1:before {
  content: '\e892';
}

.soap-icon-passed:before {
  content: '\e893';
}

.soap-icon-features:before {
  content: '\e894';
}

.soap-icon-passenger:before {
  content: '\e895';
}

.soap-icon-adventure:before {
  content: '\e896';
}

.soap-icon-man-2:before {
  content: '\e897';
}

.soap-icon-dog:before {
  content: '\e898';
}

.soap-icon-man-1:before {
  content: '\e899';
}

.soap-icon-swimming:before {
  content: '\e89a';
}

.soap-icon-man-3:before {
  content: '\e89b';
}

.soap-icon-comfort:before {
  content: '\e89c';
}

.soap-icon-smoking:before {
  content: '\e89e';
}

.soap-icon-playplace:before {
  content: '\e89f';
}

.soap-icon-facebook:before {
  content: '\e8a0';
}

.soap-icon-googleplus:before {
  content: '\e8a1';
}

.soap-icon-pinterest:before {
  content: '\e8a2';
}

.soap-icon-vimeo:before {
  content: '\e8a3';
}

.soap-icon-doorman:before {
  content: '\e8a4';
}

.soap-icon-googleplay:before {
  content: '\e8a5';
}

.soap-icon-elevator:before {
  content: '\e8a6';
}

.soap-icon-apple:before {
  content: '\e8a7';
}

.soap-icon-twitter:before {
  content: '\e8a8';
}

.soap-icon-tub:before {
  content: '\e8a9';
}

.soap-icon-myspace:before {
  content: '\e8aa';
}

.soap-icon-youtube:before {
  content: '\e8ab';
}

.soap-icon-tumblr:before {
  content: '\e8ac';
}

.soap-icon-flickr:before {
  content: '\e8ad';
}

.soap-icon-soundcloud:before {
  content: '\e8ae';
}

.soap-icon-stumbleupon:before {
  content: '\e8af';
}

.soap-icon-linkedin:before {
  content: '\e8b0';
}

.soap-icon-dribble:before {
  content: '\e8b1';
}

.soap-icon-deviantart:before {
  content: '\e8b2';
}

.soap-icon-behance:before {
  content: '\e8b3';
}

.soap-icon-envato:before {
  content: '\e8b4';
}

.soap-icon-instagram:before {
  content: '\e8b5';
}

.soap-icon-skype:before {
  content: '\e8b6';
}

.soap-icon-user:before {
  content: '\e8b7';
}

.soap-icon-pets:before {
  content: '\e8b8';
}

.soap-icon-family:before {
  content: '\e8b9';
}

.soap-icon-check:before {
  content: '\e8ba';
}

.soap-icon-notice:before {
  content: '\e8bb';
}

.soap-icon-error:before {
  content: '\e8bc';
}

.soap-icon-generalmessage:before {
  content: '\e8bd';
}

.soap-icon-automatic-transmission:before {
  content: '\e8be';
}

.soap-icon-flight-hotel:before {
  content: '\e8bf';
}

.soap-icon-comment:before {
  content: '\e8c0';
}
.team-left{

margin:0 22px;

}

.team-left img{

width:100%;

}
.work-bottom {

  margin-top: 10px;

}
.team-bottom h4{

margin:15px 0;


  color: #0086a3;

  font-size: 19px;

  text-transform:uppercase;

}

.team-bottom p{

margin:0;

color:#000;

font-size:13px;

line-height:1.8em;

}
.team{

padding:30px 0;

}
.popular-grid ul li {

    font-size: 0.8em;

    line-height: 2em;

    color: #777;

	text-decoration: none;

	 

	padding: 6px 24px;

    background: url(../images/list-arrow1.png) no-repeat 0px 15px;

}

.popular-grid ul {

    margin-top: 0.8em;

	list-style: none;

}
.banner1 {

  background: url(../images/banner2.jpg) no-repeat;

  background-size: cover;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  -ms-background-size: cover;

  min-height: 500px;

}

/*-- gallery --*/

.gallery-top {

    

	text-align:center;

}

.gallery-grids-top {

    margin: 2em 1em 0em 0em ;
	

}

.gallery-info h2 {

    font-size: 3.5em;

    text-transform: capitalize;

    font-family: 'Open Sans', sans-serif;

    color: #222;

}

.gallery-info p {

  color: #B2B2B2;

  font-size: .9em;

  margin: 1em auto 0;

  line-height: 1.8em;

  width: 70%;

}

.gallery-grid a {

    display: block;

}

.gallery-grid img {

  width: 100%;
  

}

.gallery-grid:hover img {

  -webkit-filter: grayscale(100%);

  opacity: 8;

  transition: all 300ms!important;

  -webkit-transition: all 300ms!important;

  -moz-transition: all 300ms!important;

}

.gallery-grids-middle{

	margin:2em 0;

}
.contact{

	padding:5em 0px;

}

.contact-top {

	text-align: center;

}

.contact-bottom {

    margin: 3em 0;

    text-align: center;

}

.contact-bottom input[type="text"]:nth-child(2) {

	margin:0px 8px;

}

.contact-bottom input[type="text"] {

	width: 32.62%;

	margin: 0px;

	color: #D6D4D4;

	background: none;

	padding: 15px 10px;

	outline: none;

	border: 1px solid #BEBEBE;

}

.contact-bottom textarea {

	width: 100%;

	color: #D6D4D4;

	resize: none;

	background: none;

	height: 12.7em;

	padding: 15px;

	outline: none;

	border: 1px solid #BEBEBE;

	margin-top: 1.4%;

}

.submit-btn input[type=submit] {

	color: #B1AFAF;

	padding: 10px 50px;

	font-size: 20px;

	font-weight: 700;

	cursor: pointer;

	font-weight: 700;

	margin: 20px 0 0 0px;

	border: 1px solid #00a59b;

	background:#00a59b;

	outline: none;

	width: 100%;

}

.submit-btn input[type=submit]:hover {

	color:#fff;

	background: #ea7814;

	border:1px solid #ea7814;

	transition: 0.5s all;

	-webkit-transition: 0.5s all;

	-moz-transition: 0.5s all;

	-ms-transition: 0.5s all;

	-o-transition: 0.5s all;

}

.contact h3 {

    font-size: 1.5em;

    color: #A5A7A3;

    margin: 0 0 1em;

}

.contact h4 {

    font-size: 1.2em;

    color: #ea7814;

    margin: 0 0 1em;

}

/*--map-end--*/

/*--map-start1--*/

.contact1{

	padding: 4em 0;

}

.contact1 h2 {

	font-size: 3.5em;

    text-transform: capitalize;

    font-family: 'Open Sans', sans-serif;

    color: #222;

	text-align:center;

}

.google-map iframe {

	width: 100%;

	min-height: 400px;

	border: none;

	margin-bottom: 2em;

}

.google-map {

  margin-top: 3em;

}

.contact-left p {

	color: #777;

	font-size: 1em;

	line-height: 1.8em;

}

.contact-left p a {

    text-decoration: none;

    color: #777;

}

address {
   margin: 1em 0 0;
 }

.contact-right h5{
	font-size:1em;
	text-transform: uppercase;
	font-weight: 400;
	padding: 10px 0;
	color: #222;
}

.contact-right input[type="text"] {

	width: 100%;

	padding: 10px 10px;

	font-size: 1em;

	outline: none;

	border: 1px solid #dcdee0;

}

.contact-right textarea {

	width: 100%;

	padding: 10px 10px;

	font-size: 1em;

	height: 8em;

	resize: none;

	outline: none;

	border: 1px solid #dcdee0;

}

.contact-right input[type="submit"] {

	width: 20%;

	font-size: 1em;

	text-transform: uppercase;

	background: #e94812;

	border: none;

	outline: none;

	margin-top: 0.5em;

	color: #fff;

	font-weight: 500;

	padding: 10px 0;

}

.contact-right input[type="submit"]:hover {

	background: #0087ce;

}

/*-- gallery --*/
#gallery {
    
}
#portfolio p {
  line-height: 1.8em;
  margin: 25px 0 0 0;
  font-size:1.1
  color: #ffffff;
  font-weight: 300;
}
.gallery-section h3{
   margin: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 18px;
}
.gallery-grid {
  padding: 0;
}
.gallery1 {
position:relative;
}
.gallery1 .textbox {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	-webkit-transform: scale(0);
	transform: scale(0);
        background-color: #ffa800;		opacity: 0.5;
}
.gallery1:hover .textbox {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.gallery-grid img{
		width:100%;		padding:5px;
}

.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
text-align:center;
}
.textbox h4 {
    font-size: 1em;
    color: #000;
    margin-top: 3.5em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
}
.textbox p {
     font-size: 26px !important;
    color: #fff;
    background: rgba(0, 0, 0, 0.83);
    margin: 6px 0 0 0!important;
    padding: 3px 0;
}
.gallery-grids {
  margin-top: 50px;
}
/*--//gallery--*/
@-webkit-keyframes blinker {  from {opacity: 1.0;}  to {opacity: 0.0;}}.blink{	text-decoration: blink;	-webkit-animation-name: blinker;	-webkit-animation-duration: 0.6s;	-webkit-animation-iteration-count:infinite;	-webkit-animation-timing-function:ease-in-out;	-webkit-animation-direction: alternate;}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
#navbar 
{
z-index:9999! important;	
}