/*Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
@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');
}
html,body{
color:#72727d !important;
    background:#fff;
    font-size: 13px;
font-family: 'Roboto', 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: 3px;
}
h1,h2,h3,h4,h5,h6{
    margin:0;   
}
p {
    margin:0;
}
/*-- header --*/
header {
    padding:10px 0;
background: url('../images/backgroun-header.jpg');
    
}
/*-- menu --*/
.menu {
    float: left;
}
/*-- //menu --*/

/*-- nav --*/
.navbar {
    margin-bottom: 0;
    font-family: playball;
    font-size: 14px;
border-radius: 0px;
}
.navbar-nav > li > a {
    color: #fff;
font-family:roboto;
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li.active a {
    background-color: #9c0a0d;
    color: #fff !important;
font-family:roboto;
    
}
#app-img
{
    margin-top:0px;
}
#nav-text
{
    margin-left: 6%;
}
#login-form
{
    margin-top: 0px;
}
.nav .open > a
{font-family:roboto;
    background-color: #00c4da;
}
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #00c4da;
}
img.reg-form {
    margin-top: -3%;
}
form.form-action {
    background-color: #E9C3C2;
    padding: 4%;
    margin-left: 5%;
	opacity: 0.9;
}
.middleheader {

    margin-top: 3px;
}
.downloadnow {
    margin-top: 5%;
}
.middleheader .logo {
    width: 30%;
}
.middleheader .col-sm-3 {
    padding: 0px;
}
.middleheader .img-responsive {
    /*margin: 17px;*/
	margin-top:25px;
}
/*-- //nav --*/
/*-- //header --*/
/*----*/
.logo {
 

position: relative;

float: left;

margin-bottom: 5px;
}
.logo a {
    color: #fff;
    font-size: 40px;
    letter-spacing: 3px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
}
img.ani-image {
    float: left;
    margin-top: -38px;
    width: 6%;
}
.getapp {
    margin-top: 5px;
}
.getapp button {
    width: 33%;
    height: 35px;
    color: #fff;
    background: #000;
    border: none;
}
.getapp input {
    background-color: rgb(255, 255, 255);
    border-radius: 2px 0px 0px 2px;
    border: 1px solid #dad1d1;
    padding: 15px 15px 15px 15px;
    width: 67%;
    height: 35px;
    font-size: 12px;
    color: black;
    margin-right: -4px;
}
.btn-primary2{
   color: #9c0a0d;
    border: 1px solid #c1c3c3;
    /* background-color: #00ada9; */
    font-size: 19px;
    margin: 15px;
    border-radius: 5px;
}
.btn-primary2 .active{
   color: #9c0a0d;
    background-color: #00ada9;
    font-size: 19px;
    margin: 15px;
    border-radius: 5px;
}
.cd-logo {
    z-index: 99999;
}
div#tabdiv1 {
   margin: 20px 0 20px 0;
}
div#tabdiv {
   margin: 0px 0 20px 0;
}
div#tabdiv .col-md-2 {
   padding: 0px;
}
div#tabdiv .btn-primary2 {
   width: 100%;
   margin: 0;
   border-radius: 0px;
}
/* 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: #00c4da;
    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: 419px;
    margin: 23px 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: 2px 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: 1em auto 0.55em;
    text-align: center;
    display: inherit;
    outline: none;
    padding: 11px 30px 8px;
    letter-spacing: 1px;
    font-size: 13px;
    color: #fff;
    border: none;
    background: #00c4da;
    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;
}
.fltr-w3ls21
{
  margin-top: -15px;
    margin-bottom: 21px;
}
.w3ls-loginr {
    margin:12px 0;
    text-align: center;
}
.w3ls-loginr a {
    color: #000;
    font-size: 14px;
}
/*-- //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 {
    float: right;
    
    margin-top: -19%;
    width: 100%;
}
.agileits-register h3 {
    margin: 5px 0 20px 0;
    color: #fff6f6;
    border-bottom: 1px solid #d2d2d2;
    padding: 12px 20px;
    background: #9c0a0d;
    text-align: center;
}
/*-- sign-up --*/
.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: 100% !important;
    font-size: 14px;
    outline: none;
    border: 1px solid #bbb;
    padding: 6px;
    color: #000;
    background: #ffffff;
}
#w3_country,.w3_modal_body_grid input[type="text"],.w3_modal_body_grid input[type="email"],#w3_country2,.w3_modal_body_grid input[type="password"]{
    width: 100% !important;
    font-size: 14px;
    outline: none;
    border: 1px solid #bbb;
    padding: 6px;
    color: #000;
    background: #ffffff;
   border-radius: 5px;
    height: 40px;
}
.w3_modal_body_grid select {
    width: 25%;
    font-size: 14px;
    padding: 5px;
}
.w3_modal_body_grid input[type="tel"] {
    width: 100% !important;
    font-size: 14px;
    outline: none;
    border: 1px solid #bbb;
    padding: 6px;
    color: #000;
    background: #ffffff;
    height: 1%;
border-radius:5px;
padding: 4px;
}
select#w3_country option ,select#w3_country1 option {
    color:#000;
}
select#w3_country option ,select#w3_country2 option {
    color:#000;
}
.w3_modal_body_grid1{
    margin: 5px 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 {
    width: 100%;
    margin: 0.6em 0 0;
}
.button_new
{
	font-size:12px;
background: transparent;
    color: #000;
    padding: 0px;
    border: 0px;
}
.button_new1
{
	font-size:12px;
background: transparent;
    color: #fff;
    padding: 0px;
    border: 0px;
}
#invitationsdiv img{
border-radius:100px;
height:100px;
width:100px;	

}
.pstyle
{
	font-size: 14px;
    line-height: 25px;
    text-align: left;
    color: #c9302c;
}
.pstyle1
{font-size: 14px;
	 color: #c9302c;
text-align: center;
}
#invitationsdiv{

   margin-top: 30px;
    border: 1px solid #c7c5c5;
    box-shadow: white 11px;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(43,59,93,0.29);
}
.agileits-register input[type="submit"] {
    outline: none;
    padding: 0px 30px 0px;
    letter-spacing: 1px;
    font-size: 13px;
    color: #fff;
    border: none;
    background: #00c4da;
    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;
}
.w3-agree {
    margin:10px 0 0 0;
    font-size: 14px;
}
.genderselect{
	    width: 100% !important;
    font-size: 14px;
    outline: none;
    border: 1px solid #bbb;
    padding: 6px;
    color: #868686;
    background: #ffffff;
    border-radius: 5px;
    height: 40px;
width: 50% !important;
    display: inline-block;
    float: right;	
}
 .profileselect{
	     width: 100% !important;
    font-size: 14px;
    outline: none;
    border: 1px solid #bbb;
    padding: 6px;
    color: #868686;
    background: #ffffff;
    border-radius: 5px;
    height: 40px;
width: 50% !important;	
}

label.agileits-agree {
    margin-left: 4px;
    letter-spacing:1px;
    font-size: 13px;
    vertical-align: middle;
    font-weight: normal;
    margin-bottom: 0;
}

.mws-form-message.success {
   position: fixed;
   top: 3%;
   padding: 5px 30px;
   background: #00ada9;
   z-index: 999;
   left: 38%;
}
.mws-form-message.success b {
   color: #fff;
   font-size: 16px;
}
.agileits-register 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;
}
p.w3ls-login {
    text-align: center;
	    font-size: 14px;
}
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;
}
.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;
}
.profile-details1 h5
{
    margin-left: 10px;
   /* background: #9c0a0d; */
    padding: 10px;
    color: #9c0a0d;
    font-weight: 600;
    font-size: 15px;
    

   /* text-align: center;*/
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    border-radius: 5px;
    width: 22%;
}
#bgimg
{
    background-color: #fff;
        padding-bottom: 20px;
        
   } 
.main_bg_div
{
    background-image: url("../images/detail-bg.jpg");
    padding-top: 10px;
padding-bottom: 10px;
}
.carousel-indicators1
{
    display: none;
}
.profile-details2 h5 {
    margin-left: 10px;
   /* background: #9c0a0d; */
    padding: 10px;
    color: #9c0a0d;
    font-weight: 600;
    font-size: 15px;
    

   /* text-align: center;*/
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    border-radius: 5px;
    width: 22%;
}
.fltr-w3ls2{
border: 1px solid #d4d4d4;
    padding: 5px;
}
.profile-details2 h4 {
color: #da3d3d;
    margin-top: 16px;
    font-size: 14px;
    margin-left: 10px;
}	
#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: 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;
}
.w3agile_banner_btom_login_left3 input[type="submit"]:hover{
    background: #00c4da;
    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 --*/


.w3layouts-banner {
    background:url("../images/banner-bg.jpg") no-repeat 0px 0px;
    background-size: cover;
    min-height:720px;
}

.w3layouts-banner1 {
    background: url(../images/Listing-banner02.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 243px;
}
.w3layouts-banner2 {
    background: url(../images/detail_banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 243px;
}
.w3l_find-soulmate h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 35px;
}
p.para-text {
    text-align: center;
    color: #fff;
    margin-top: 18px;
    font-size: 18px;
    }
    div#banner {
    z-index: 999;
    margin-top: -71px;
    background-color: #fff;
    border-radius: 7px;
    padding-bottom: 80px;
    /* padding: 0px; */
    box-shadow: 2px 3px 5px 10px rgba(0, 0, 0, 0.21);
    margin-bottom: 91px;
    padding-left: 67px;
}

   div#gold-head {
    background-color: #aaa000;
    color: #fff;
    padding: 27px;
    font-size: 26px;

}
div#grey-head {
    background-color: #d7d7d7;
    padding: 14px;
    text-align: center;
    margin: 2px;
}
div#orange-head {
    background-color: #ee1c25;
    color: #fff;
    padding: 16px;
    font-size: 26px;
}
div#blue-head {
    background-color: #01aef0;
    color: #fff;
    padding: 16px;
    font-size: 26px;
}
.w3layous-story1 h4 {
    color: #000;
    font-size: 23px;
    letter-spacing: 1px;
    padding: 35px 0;
    background-color: #fff;
}
.w3layous-story1 h4 a {
    color: #fff;
    padding: 10px 25px;
    background: #cb161d;
    border-radius: 3px;
    font-size: 19px;
    vertical-align: middle;
    margin-left: 10px;
    border: 1px solid rgba(0, 0, 0, 0.64);
    font-family: initial;
}
.row1 {
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
}
div#semi-grey-head {
    background-color: #e1e1e1;
    padding: 14px;
    text-align: center;
    margin: 2px;
}
div#faint-grey-head {
    background-color: #ebebeb;
    padding: 14px;
    text-align: center;
    margin: 2px;
}
.w3l_find-soulmate {
    padding: 60px 0;
    background:url("../images/pink-bg.jpg") repeat 0px 0px;
}
.w3l_find-stories {
    
    background: url(../images/story-bg.jpg) no-repeat 0px 0px;
}
.w3_soulgrid h3 {
    font-size: 25px;
    color: #ec3434;
    
}
.w3_soulgrid p {
    color: #000000;
    font-size: 17px;
    line-height: 25px;
    margin-top: 15px;
    
}
.w3_soulgrid {
border: 1px solid #eee;
padding-top: 25px;
height: 270px;
width: 23%;
margin: 1% 1%;
background-color: #FFF;
}
.w3layouts-banner3 {
    background: url(../images/packages-bg.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 289px;
}
.w3_soulgrid i {
    font-size: 40px;
    color: #00c4da;
    border: 1px solid #eaeaea;
    padding: 28px 0;
    border-radius: 60px;
    width: 95px;
    height: 95px;
    text-align: center;
    box-shadow: 1px 1px 1px #00c4da;
}

 
/*-- 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: #00c4da;
    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%;
}
button.btn.btn-sec:hover{
background:#00c4da;
color:#fff;
}
.btn-primary1:hover{
background:#d0252c;
color:#fff;
}
button.btn.btn-sec {
    background-color: #34495e;
    padding: 1% 2%;
    margin-top: 25px;
}
a button.btn.btn-sec
{
	color:#fff;
}
/*-- //Location --*/
.w3layous-about {
    background-image: url(../images/about-bg.jpg);
    padding: 40px 0;
    color: #fff;
}
.w3layous-about h4{
    background-image: url(../images/about-bg.jpg);
    font-family: 'Playball', cursive;
    font-size: 44px;
    color: #fff;
}
/*-- get started --*/
.w3layous-story {
    background-image: url(../images/get-started-bg.jpg);
    padding: 40px 0;
}
.w3layous-story h4 {
    color:#fff;
    font-size:40px;
    letter-spacing:1px;
    font-family: playball;
}
.w3layous-story h4 a {
    color: #fff;
    padding: 10px 25px;
    background: #cb161d;
    border-radius: 3px;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 15px;
    font-family: initial;
}
.w3layous-story h4 a:hover {
    background:#00c4da;
    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: 0px 0;
    background: #efefef;
}
.w3ls-aside {
  
    background: #fff;
    margin-top: 16px;
padding-right: 0px;
    padding-left: 0px;
}
.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 #d2cccc;
    margin: 15px 0;
}
.profile-details h5 {
    background: #9c0a0d;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}
form.profile-form {
    background-color: #607D8B;
    padding: 17px;
}
.fltr-w3ls1 {
    background-color: #34495e;
    padding: 12px;
    color: #fff;
}
img.prf-img {
    width: 100%;
	height:290px;
}
.w3-prfr {
    width: 102%;
    text-align: center;
}
.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: #00c4da;
}
.w3-prfr a {
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #eee;
    color: #fff;
    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:#00c4da;
    color:#fff;
}
p.light {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 24px;
    padding: 10px;
}
p.light a {
    color: red;
}
.w3ls-aside h4 {
    color: #fff;
    font-size: 21px;
    font-weight: 100;
    letter-spacing: 1px;
    background: #00ada9;
    padding: 13px 15px 10px;
    border: 1px solid #a2a2a2;
}
.fltr-w3ls {
    margin:25px 0;
}
.fltr-w3ls h5 {
    font-size: 19px;
    color: #00c4da;
    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;
}
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.68);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  
}
.agile-overlay ul {
    padding:20px 15px 15px;
}
.agile-overlay h4 {
    margin-top: 15px;
    color: #00c4da;
    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: 12px;
    letter-spacing: 0px;
    line-height: 23px;
    font-weight:300;
}
.list-banner
{

}

.planbox h3 {
        color: #c21b0b;
        font-size: 20px;
        padding-bottom: 14px;
    }
    div#grey-head {
   height: 117px;
   margin-top: 0px !important;
   padding: 20px !important;
}
	
.w3layouts_featured-profiles {
    padding: 30px 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;
    text-align: center;
    font-family: 'Playball', cursive;
}
/*--//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: #00c4da;
}
/*-- //mobile app --*/


/*-- footer --*/
.footer {
    padding-top: 80px;
}
.footer-logo.header-logo {
    float: none;
}
.address-left {
    z-index: 9;
}
.address-right{
    position:relative;  
}
.footer-logo.header-logo h6 {
    font-size: 28px;
    letter-spacing: 1px;
    color: #fff;
    font-family: playball;
}
img.foot-img {
    float: right;
    max-width: 33%;
    margin-top: -60px;
}
.address-left ul li {
        display: block;
    font-size: 15px;
    color: #fff;
    /* padding-top: 19px; */
    line-height: 30px;
}
.address-left ul li a{ 
    color: #fff;
}
.address-left ul li a:hover {
    color: #fff;
}
.address-left ul li i.fa {
    margin-right: 6px;
    font-size: 22px;
	margin-bottom:10px;
}
.footer h3 {
    font-size: 28px;
    color: #fff;
    letter-spacing: 1px;
    font-family: roboto;
} 
.footer-grids {
    text-align: left;
}
.footer-grids ul li {
    display: block;
    font-size: 15px;
    margin: 0px 0 0;
    color: #000000;
}
.footer-grids ul li i.fa {
    margin-right: 7px;
}
.footer-grids ul li a{ 
    color:#fff;
    -webkit-transition:.5s all;
    -moz-transition:.5s all;
    -o-transition:.5s all;
    -ms-transition:.5s all;
    transition:.5s all;
}
.footer-grids ul li a:hover {
    color: #fff;
}
.copy-right {
    text-align: center;
    padding: 8px 0;
    background: #fff;
}
.copy-right p {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    line-height:1.8em;
}
.copy-right p a{
    color: #000;
}
.copy-right p a:hover{
    color: #f44336;
}/*-- social-icons --*/
.social_icons {
    text-align: center;
}
.social{
    position:relative;
    margin: 10px auto 3px;
}
.social a{
    position: relative;
    display: inline-block;
    width:34px;
    height:34px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
}
.social .fb{
    background: #6788ce;
    margin: 0px 4px;
}

.social .is{
    background: #6788ce;
    margin: 0px 4px;
}

.social .fb:before,
.social .fb:after{
    border-color:#6788ce;
}
.social .tw{
    background: #00ACEE;
    margin: 0px 4px;
}
}
.social .tw:before,
.social .tw:after{
    border-color: #00ACEE;
}

.social .gp{
    background: #DD4B39;
    margin: 0px 4px;
}
.social .gp:before,
.social .gp:after
{
    border-color: #DD4B39;
}
.social .pin{
    background: #fe4445;
}
.social .pin:before,
.social .pin:after
{
    border-color: #fe4445;
}
.social .db{
    background: #f85993;
}
.social .db:before,
.social .db:after
{
    border-color: #f85993;
}
.social .rss{
    background: #ff9845;
}
.social .rss:before,
.social .rss:after
{
    border-color: #ff9845;
}
.social .lin{
    background: #3a9bdc;
}
.social .lin:before,
.social .lin:after
{
    border-color: #3a9bdc;
}
.social a:before,
.social a:after{
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    top: 0; bottom: 0; left: 0; right: 0;
    border-radius: 50%;
    transition: .3s all;
       
}
.social a:hover:after{
   -webkit-transform: scale(1.5);
}
.social a:hover:before{
    -webkit-transform: scale(1);
    transition: .3s all;
    opacity: 0;
}
.social ul li a i {
     color: #fff;
    line-height: 34px;
    font-size: 1em;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}
section.social ul li {
}
a.icon.gp {
    margin: 0;
} 
/*-- //Social-Icons --*/
/*-- //footer --*/

/*-- app-page --*/
.w3layouts-inner-banner {
    background: url(../images/Listing-banner02.jpg) no-repeat center center;
    
}

/*-- 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){
 .middleheader .logo {
    width: 40%;
}   
.middleheader .img-responsive {
    float:right;
    width:110px;
    margin-top:0px;
}    
 .topnav {
    background-color: #00ada9;
    overflow: hidden;
    padding-left: 25px;
    padding-right: 25px;
}   
span.menu:before {
    content: url(../images/nav-icon.png);
    cursor: pointer;    
    height:32px;
}
#searchdiv{
    background-color: #34495e;
    color: #fff;
    height: 22%;
    text-align: center;
    padding: 9px 0px;
    font-size: 18px;
    width: 74%;
    border-radius: 17px;
    margin-top: 12px;
}
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;
    background: #0fa7ff;
}
.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--*/


/*-- //app-page --*/

/*-- about-page --*/
.w3l_about {
    padding: 50px 0;
  
}
.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;
}
.w3_success-stories {
    padding:60px 0;
}
.w3_success-stories h4 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
    color: #00c4da;
}
.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/couple4.jpg) no-repeat 0px 0px;
    padding: 70px 0 0 0;
    border-top: 4px solid #00c4da;
    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;
}
li.tick {
    background: url(../images/tick.png)no-repeat 0px 0px;
    padding: 0 0 0 28px;
}
.wthree_services-bottom {
    background: #00c4da;
    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;
    width: 70%;
    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: #00c4da;
    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 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: #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;
}
.assisted_Services-agileits form input[type="submit"]:hover {
    background: #00c4da;
    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: #00c4da;
    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: #00c4da;
    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: 18px;
    color: #000;
}
.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: 20px;
}
/*-- //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;
}
div#top-head {
    padding: 20px;
    text-align: center;
}
h1.head-text {
    color: #fff;
    text-align: center;
    padding-top: 35px;
    font-size: 51px;
    font-weight: 400;color: #fff;
    text-align: center;
}
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;
}
#invidiv{
	    border-right: 2px solid #797070;
    height: 20px;
	
}

.topnav {
    background-color: #00ada9;
    overflow: hidden;
    padding-left: 70px;
    padding-right: 25px;
}
.topnav a {
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
}
.topnav a:hover {
   
    background-color: #9c0a0d;
        color: #fff !important;
}
.active {
    background-color: #9c0a0d;
        color: #fff !important;
}
.topnav .icon {
    display: none;
}
.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: #00c4da;
    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: .9em;
    -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: #000; 
}

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

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

.text:-ms-input-placeholder {  
   color: #000; 
} 
.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: #9c0a0d;
    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;
}
.w3ls-aside form input[type="submit"]:hover {
    background: #00c4da;
   
}
/*-- //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: #00c4da;
    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: #cb161d;
    color: #fff;
    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: #00c4da;
    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;

}
.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 --*/
#searchdiv{
background-color: #34495e;
    color: #fff;
    height: 22%;
    text-align: center;
    padding: 9px 0px;
    
    margin-top: 12px;
}
#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/Top-icon (1).png") no-repeat 0px 0px;
    z-index: 9999;
}
.footer {
        padding-top: 37px;
        background-image: url(../images/footer-bg.jpg);
        padding-bottom: 37px;
    }

/*--responsive design--*/
@media(max-width:1440px){
    .agileits-register {
        
    }
    .w3layouts-banner {
        min-height: 0px;
    }
    header {
        padding: 0px 0;
    }
    .agile-assisted-service p {
        width: 55%;
        line-height: 38px;
    }
    .agile-assisted-service {
        min-height: 380px;
    }
    .location {
        padding: 80px 0;
    }
    .footer {
        padding-top: 37px;
        background-image: url(../images/footer-bg.jpg);
        padding-bottom: 37px;
    }
    .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: 42px;
    }
    .feature-main {
        width: 880px;
        height: 832px;
        background-size: 100%;
    }
}
@media(max-width:1366px){
    .w3l_find-soulmate h3 {
        font-size: 38px;
    }
    .w3l_find-soulmate {
        
    }
    .w3_soulgrid h3 {
        font-size: 55px;
        font-family: playball;
        font-weight: 500;
        color: #a60a0d;
       
    }
    .w3_soulgrid h4 {
        font-size: 23px;
        color: #f1343b;
        text-align: center;
        padding-top: 25px;
    }
    .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){
    .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 {
        
    }
    .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){
    .w3layouts-banner {
        position: relative;
        min-height: 520px;
    }
    .agileits-register {
        
    }
    .w3l_find-soulmate {
        
    }
    .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: 29px;
    }
    .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){
    .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 {
        
    }
    .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 {
        
    }
    .w3l_find-soulmate {
        
    }
    .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 #00c4da;
    }
    .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 {
        
    }
    .w3l_find-soulmate {
        
    }
    .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){
    .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: 0px 0;
    }
}
@media(max-width:736px){
    .navbar-toggle {
        margin-bottom: 0px;
        margin-top: -45px;
    }
    #eml
    {
        display: none;
    }
    .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: 0px 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 #00c4da;
    }
    .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){
    .logo a {
        font-size: 36px;
    }
    .agileits-register {
        
    }
    .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){
    .w3layouts-banner {
        min-height: 370px;
    }
    .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
 .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
    header {
        padding: 0px 0;
    }
    .agileits-register {
            padding: 16px 0px 16px 16px;
    }
    .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: 19px;
    margin-left: 10px;
    font-family: sans-serif;
    }
    .w3ls_services-grids {
        width: 75%;
    }
    .wthree_services-bottom p {
        font-size: 16px;
    }
    .footer {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .footer h3 {
        margin-bottom: 15px;
        
    }
    .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){
    .logo {
        margin-top: 25px;
    }
    .w3layouts-banner {
        min-height: 350px;
    }
    #eml
    {
        display: none;
    }
    .agileits-register {
        bottom: -180%;
    }
    .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){
    h3.icon-subheading {
        font-size: 20px;
    }
    .navbar-toggle {
        margin-top: -41px;
    }
    .w3layouts-banner {
        min-height: 320px;
    }
    .agileits-register {
        
    }
    #eml
    {
        display: none;
    }
    .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){
    .icons i {
        padding-left: 10px;
    }
    #eml
    {
        display: none;
    }
    .w3layouts-banner {
        min-height: 290px;
    }
    label.agileits-agree {
        font-size: 12px;
    }
    .agileits-register {
        
    }
    .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){
    .w3layouts-banner {
        min-height: 270px;
    }
    .agileits-register {
        
        
    }
    #eml
    {
        display: none;
    }
    .w3l_find-soulmate {
        
    }
    .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){
    .w3layouts-banner {
        min-height: 250px;
    }
    #eml
    {
        display: none;
    }
    .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;
        position: relative;
    }
    .agileits-register {
        
    }
    .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){
    .icons i {
        padding-left: 8px;
    }
    #eml
    {
        display: none;
    }
    .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_country, .w3_modal_body_grid input[type="text"], .w3_modal_body_grid input[type="email"], #w3_country2, .w3_modal_body_grid input[type="password"], #w3_country2, .w3_modal_body_grid input[type="tel"] {
        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;
    }
}