/*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{
	background:#fff;
	font-size: 100%;
	font-family: 'Poppins', sans-serif;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
 ul{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
}
p {
	margin:0;
}
/*-- header --*/
.navbar-inner {
	padding:0px 0;
	background: #9d45df;
}
/*-- menu --*/
.menu {
    float: left;
}
/*-- //menu --*/

/*-- nav --*/
.navbar {
    margin-bottom: 0;
}
.navbar-nav > li > a {
    color: #fff;
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li.active a {
    background-color: #461e93;
    color: #fff;
}
.navbar-collapse.collapse{
	padding-top: 4px;
}
header{
	padding: 0px !important;
}
.navbar-nav > li > a{
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #461e93;
}
/*-- //nav --*/
/*-- //header --*/
/*----*/
.logo {
    margin-top: 5px;
	position:relative;
	float: left;
}
.navbar{
	display: block !important;
	padding: 0rem 0rem !important;
}
.navbar-nav .member{
	color: #fff;
	margin-top: 5px;
}
.navbar-nav .login a{
	border: 1px solid #4a17a3;
	background: #4a17a3;
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: bold;
}
.navbar-nav li{
	padding: 5px 6px;
}
.navbar-nav .login{
	margin-top: 5px;
	margin: 0px 10px;
}
.navbar-nav{
	display: inline-block !important;
}
.logo a {
    color: #fff;
    font-size: 40px;
    letter-spacing: 3px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
}
.cd-logo {
	z-index: 99999;
}
/* logo-effect */
.link--takiri {
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}

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

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

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

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

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

/* //logo-effect */


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


i.fa.fa-heart {
    color: red;
	margin-right:5px;
}
.agileits-register {
    /* width: 40%; */
    /* float: right; */
    /* background: rgb(245, 248, 249); */
    padding: 20px;
	margin-top: 0%;
}
.agileits-register h3 {
    margin: 5px 0 20px 0;
    color: white;
    border-bottom: 1px solid #d2d2d2;
    padding: 12px 20px;
    background: #4a17a3;
}
/*-- sign-up --*/
.place .place{
	float: left;
    width: 25%;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 10px;
    font-size: 12px;
}
.flag-box span{
	float: left !important;
	text-align: left;
}
#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: 75% !important;
    font-size: 14px;
    outline: none;
    border: 1px solid #bbb;
    padding: 6px;
    color: #000;
    background: #ffffff;
}
.w3_modal_body_grid select {
    width: 25%;
    font-size: 13px;
    padding: 5px;
}
.w3_modal_body_grid input[type="tel"] {
    font-size: 14px;
    outline: none;
    border: 1px solid #bbb;
    padding: 6px;
    color: #000;
    background: #ffffff;
	width: 100%;
}
select#w3_country option ,select#w3_country1 option {
	color:#000;
}
.w3_modal_body_grid1{
	margin: 12px 0;
}
.colr {
    float: left;
    margin-right: 1em;
}
label.radio {
    font-size: 14px;
    font-weight: 500;
    color: #797777;
    padding-left: 18px;
    margin: 0;
}
.checkbox input, .radio input {
    position: absolute;
    left: -9999px;
}
.radio i {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    outline: none;
    border: 1px solid #461e93;
    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: #461e93 !important;
}
.checkbox input:checked + i:after, .radio input:checked + i:after {
    opacity: 1;
}
.radio input + i:after {
    content: '';
    top: -1px;
    left: -1px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #461e93 !important;
}
.checkbox input + i:after, .radio input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.w3_gender {
    float: right;
    width: 75%;
    margin: 0.6em 0 0;
}
.agileits-register input[type="submit"] {
    outline: none;
    padding: 11px 30px 8px;
	letter-spacing: 1px;
    font-size: 13px;
    color: #fff;
    /*border: none;*/
    background: #4a17a3;
    margin: 0px 3px 0;
    text-transform: uppercase;
	float:right;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}

.register .w3ls-login a {
    outline: none;
    padding: 11px 30px 8px;
	letter-spacing: 1px;
    font-size: 13px;
    color: #fff;
    border: none;
    background: #461e93;
    margin: 20px 0 0;
    text-transform: uppercase;
	text-decoration: none !important;
	float:right;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
.register .w3ls-login a:hover{
	color: #fff;
	text-decoration: none !important;
}
.w3-agree {
	margin:15px 0 0 0;
}
label.agileits-agree {
    margin-left: 4px;
	letter-spacing:1px;
    font-size: 13px;
    vertical-align: middle;
    font-weight: normal;
    margin-bottom: 0;
}
.agileits-register input[type="submit"]:hover {
	background:#461e93;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
p.w3ls-login {
    text-align: center;
    margin-top: 15px;
}
p.w3ls-login a:hover {
	text-decoration:underline;
	color: #461e93;
}
/*-- //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;
}
#country1,#country2{
	width: 35%;
}
.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: #9d45df;
    color: #fff;
    font-size: 14px;
    padding: 8px 35px;
    width: 100%;
    display: block;
    text-align: center;
	border:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
.w3agile_banner_btom_login_left3 input[type="submit"]:hover{
	background: #461e93;
    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/couple4.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 720px;
    padding-top: 4% !important;
}


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

 
/*-- browse profiles --*/
.w3layouts-browse {
	padding:60px 0;
}
.w3layouts-browse h3 {
	font-size: 30px;
	letter-spacing:1px;
    color: #fff;
    margin-bottom: 45px;
}
.w3-browse-grid h4 {
    color: #4a17a3;
    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:#000;
	font-size:14px;
}
.w3-browse-grid ul li a:hover {
	color:#000;
}
.w3-browse-grid ul li.more a {
	color:#000;
}
/*-- //browse profiles --*/


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

/*-- Location --*/

.location {
	padding: 100px 0;
}

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

/*-- //Location --*/

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

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

        label{
            color: white;
        }


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


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

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

        }

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

/*-- List of brides and grooms --*/
.w3ls-list {
	padding: 50px 0;
    background: #efefef;
}
.w3ls-aside {
    background: #fff;
}
.w3ls-list h2 {
    font-size: 30px;
    letter-spacing: 1px;
    color: #461e93;
    margin-bottom: 45px;
	text-align:center;
}
.single_w3_profile, .profile_w3layouts_details{
	box-shadow: -1px -1px 3px 2px rgba(145, 41, 101,9);
	background: #faf8f9 !important;
}
h3.w3_special {
    font-size: 30px;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 45px;
    text-align: center;
}
.profile-details {
    border: 1px solid #eee;
    margin: 15px 0;
}
.profile-details h5 {
    background: #4a17a3;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
	font-weight: bold;
    text-transform: uppercase;
}
img.prf-img {
    float: left;
    width: 30%;
	margin-right:2%;
	margin-top: 20px;
}
.w3-prfr {
	float:right;
	width:65%
}
.w3-prfr p {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-top: 15px;
	margin-right: 15px;
}
.w3-prfr h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 25px 0 25px;
    color: #461e93;
}
.w3-prfr .name{
	font-size: 25px;
	font-weight: bold;
	color: #4a17a3;
}
.w3-prfr a {
    font-size: 15px;
    letter-spacing: 2px;
    border: 1px solid #9d45df;
    color: #fff;
	background: #9d45df;
    padding: 6px 12px;
	border-radius: 3px;
	margin-top: 10px;
}
.w3-prfr span {
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	margin:0 5px;
	font-size:10px;
}
.w3-prfr a:hover{
	background:#461e93;
	color:#fff;
}
p.light {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 40px;
    padding: 10px;
}
p.light a {
	color: #fff;
}
.w3ls-aside h4 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #fff;
    padding: 25px 15px 10px;
    border-bottom: 1px solid #a2a2a2;
}
.fltr-w3ls {
	margin:25px 0;
}
.fltr-w3ls h5 {
    font-size: 19px;
    color: #461e93;
	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:#9d45df;
	margin:0 5px;
}
span.agile-breadcrumbs a:hover {
	text-decoration:underline;
}
span.agile-breadcrumbs a i {
    color: #d0eaf7;
    font-size: 16px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
span.agile-breadcrumbs a i:hover  {
    color: #fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
/*-- //breadcrumbs --*/


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

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


/*-- mobile app --*/
.wthree-mobilaapp.main-grid-border {
    background: #efefef;
}
.app {
    padding: 30px 0px 0 0;
}
.app-image img {
	width:80%;
}
.w3ls_app-left h3 {
    font-size: 26px;
    line-height: 38px;
    margin: 70px 0 0px 0;
    color: #461e93;
    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: #461e93;
}
/*-- //mobile app --*/


/*-- footer --*/
.footer {
    padding-top: 80px;
}
.footer-logo.header-logo {
    float: none;
    text-align: center;
}
.address-left {
    background: #461e93;
    padding: 2em;
    z-index: 9;
}
.address-right{
	position:relative;	
}
.footer-logo.header-logo h6 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
}
.address-left ul li {
    display: block;
    margin: 20px 0;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #ffffff;
    padding-top: 20px;
    text-align: center;
}
.address-left ul li a{ 
    color: #fff;
}
.address-left ul li a:hover {
    color: #3c9de8;
}
.address-left ul li i.fa {
    margin-right: 5px;
    font-size: 1.3em;
}
.footer h3 {
    font-size: 18px;
    color: #fff;
    font-weight:bold;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-transform: uppercase;
} 
.footer-grids {
    text-align: center;
}
.footer-grids ul li {
    display: block;
    font-size: 13px;
    margin: 15px 0 0;
    color: #000000;
}
.footer-grids ul li i.fa {
    margin-right: 7px;
}
.footer-grids ul li a{ 
	color:#656565;
	-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: #000;
}
.copy-right {
    text-align: center;
    padding: 15px 0;
    background: #461e93;
}
.copy-right p {
    font-size: 1em;
    color: #fff;
    font-weight: 300;
	line-height:1.8em;
}
.copy-right p a{
    color: #fff;
}
.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;
}
.social .fb:before,
.social .fb:after{
    border-color:#6788ce;
}
.social .tw{
    background: #00ACEE;
}
.social .tw:before,
.social .tw:after{
    border-color: #00ACEE;
}

.social .gp{
    background: #DD4B39;
}
.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;
       border: 3px solid;
}
.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/inner-banner.jpg) no-repeat center center;
    min-height: 350px;
    padding: 5px 0 35px 0;
    background-attachment: fixed;
    background-size: cover;
}

/*-- 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){
span.menu:before {
	content: url(../images/nav-icon.html);
	cursor: pointer;	
	height:32px;
}
ul.navig {
	width: 11%;
	float: right;
	margin:0;
}
.header {
	margin: 0 auto;
	position: absolute;
	width: 100%;
	left:0;
}
ul.navig{
	display:none;
}
ul.navig li {
	font-size: 12px;
	display:inline-block;
	width: 100%;
	margin:0;
}
ul.navig li a {
  padding: 7px;
  font-size: 15px;
  width: 100%;
  font-weight: 600;
  display: block;
  background: #fff;
  color: #333333;
  margin: 3px 0px;
}
ul.navig li a:hover{
	color:#ffffff;
}
 span.menu{
	display:block;
	float:right;
	margin: 20px 15px 0 0;
}
ul.navig {
	margin: 0;
	z-index: 999;
	position: absolute;
	width: 96%;
	text-align: center;
	top: 100%;
	left: 2%;
	background: rgba(255, 255, 255, 0.97);
}
.navigation {
	height: 60px;
	padding: 0px 16px 0em;
	margin-bottom: 0em;
}
ul.navig li:nth-of-type(4) {
	margin: 0 0px 0 0em;
}
ul.navig li:nth-of-type(3) {
	margin: 0 0em 0 0px;
}
}
/*--Header-Part-Ends-Here --*/
.banner{
	background: #0fa7ff;
	padding: 4em 0px 3.5em 0px;
}
.banner-left img {
  width: 100%;
}
.banner-left{
	text-align:center;
}
.banner-right {
  margin-top: 9.5%;
}
.banner-right h2{
	color: #fff;
	font-size: 2.3em;
	font-weight: 300;
	margin: 0;
}
.banner-right h2 span{
	font-weight:700;
}
.banner-right h3 {
  font-size: 1.95em;
  font-weight: 400;
  color: #fff;
  margin-top: 1.8%;
}
.banner-right p {
    color: #fff;
    font-size: 22px;
    line-height: 39px;
    margin-top: 11%;
    font-weight: 600;
}
.bnr-btn{
	margin-top:10%;
}
.bnr-btn a {
  padding: 13px 35px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  background: #ff0030;
  border-bottom: 4px solid #B6A416;
}
.banner-right ul{
	padding:0;
	margin-top: 8.5%;
}
.banner-right ul li{
	list-style:none;
	display:inline-block;
}
.banner-right ul li:nth-child(1){
	margin-right:17px;
}
.banner-right ul li span{
	background:url(../images/bn-sprit.html) 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;
    background: #f7f7f7;
}
.w3l_about h3 {
    color: #000;
    font-size: 22px;
}
.w3l_about p {
    color: #525151;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 20px 0;
    line-height: 30px;
}
.w3_success-stories {
	padding:60px 0;
}
.w3_success-stories h4 {
	font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
    color: #461e93;
}
.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: #461e93;
}
.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 #461e93;
    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: #461e93;
	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: #461e93;
    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: #9d45df;
    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: #461e93;
    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: #461e93;
    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: #461e93;
    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: 22px;
    color: #000000;
    letter-spacing: 1px;
    margin: 8px 0px;
}
.terms h5 {
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #ff5a5a;
}
.terms h6 {
    font-size: 12px;
    color: #5a5a5a;
    margin: 15px 0 18px 0;
    letter-spacing: 2px;
}
.terms p, .terms ul {
    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.html") 100% 0 repeat-y;
}

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

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

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



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

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



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

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

/*-- search page --*/
.w3_regular_search {
    padding: 20px;
}
.form_but1 {
    margin-bottom: 20px;
}
.form_radios {
    color: #000;
    font-size: 0.85em;
}
.control-label1 {
    padding-left: 0;
    font-size: 14px;
    color: #000;
    margin-top: 6px;
    font-weight: 600;
    letter-spacing: 1px;
}
.w3_details {
    margin-top: 6px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #656565;
}
.search_left{
	padding-left:0;
}
.select-block1 select, .input-group1 input[type="text"]{
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
    background: #ffffff;
    height: 35px;
    line-height: 25px;
    padding: 5px 15px;
    width: 100%;
    color:#999;
}
.input-group1 input[type="text"]{
    border: 1px solid #e2e2e3;
    font-size: 0.85em;
}
.col-md-5.input-group1 {
    padding-left: 0;
}
.w3_regular_search input[type="submit"] {
    background: #9d45df;
    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: #461e93;
    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: #4a17a3;
    margin: 15px 0 15px 0;
	text-align:left;
}
.w3ls-aside form input[type="submit"] {
    font-size: 13px;
    color: #fff;
    background: #4a17a3;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 10px 25px;
    -webkit-appearance: none;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
    transition: .5s all;
	float:right;
	margin-top:10px;
	margin-bottom:50px;
}
.w3ls-aside form input[type="submit"]:hover {
    background: #461e93;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
	-o-transform: translateY(8px);
	-ms-transform: translateY(8px);
    transform: translateY(8px);
}
/*-- //search page --*/

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

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

/*-- view profiles page --*/
.single_w3_profile {
    background: #fff;
	padding: 20px;
}
.view_profile h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}
ul.profile_item {
    padding: 0;
    margin: 0 0 1.5em 0;
    list-style: none;
}
ul.profile_item li.profile_item-img {
    width: 30%;
    float: left;
    margin-right: 5%;
}
ul.profile_item li.profile_item-desc {
    overflow: hidden;
}
ul.profile_item li.profile_item-desc h6, ul.profile_item li.profile_item-desc h5 {
    color: #ff4c4c;
    font-size: 0.85em;
}
ul.profile_item li.profile_item-desc p {
    color: #555;
    font-size: 12px;
    line-height: 22px;
    margin: 11px 0;
}
.agileits_profile_image {
    float: left;
    width: 33%;
	margin-right:2%;
}
.agileits_profile_image img {
    border: 1px solid #eee;
    padding: 10px 0;
    margin-right: 10px;
}
.w3layouts_details {
    float: left;
    width: 60%;
}
.w3layouts_details h4 {
    font-weight: 100;
    color: #4a17a3;
    padding-bottom: 6px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    letter-spacing: 1px;
	font-weight: bold;
    text-transform: uppercase;
	font-size: 25px;
}
.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 #cf5e92;
    color: #fff;
	background: #cf5e92;
    padding: 6px 12px;
    margin: 10px 10px;
    width: 45%;
    text-align: center;
}
.w3layouts_details a:hover {
    background: #461e93;
    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: #cf5e92;
	/* font-weight: bold !important; */
    margin-bottom: 25px;
    margin-top: 40px;
    font-weight: 600;
}
.agileits_aboutme p {
    margin: 15px 0;
    font-size: 14px;
    line-height: 27px;
    color: #8a8a8a;
}
/*--// view profiles page --*/

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


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

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


/*--responsive design--*/
@media(max-width:1440px){
	.agileits-register {
		padding: 15px;
	}
	.w3layouts-banner {
		min-height: 710px;
	}
	header {
		padding: 8px 0;
	}
	.agile-assisted-service p {
		width: 55%;
		line-height: 38px;
	}
	.agile-assisted-service {
		min-height: 380px;
	}
	.location {
		padding: 80px 0;
	}
	.footer {
		padding-top: 30px;
	}
	.w3layouts-inner-banner {
		min-height: 300px;
	}
	.agileits_services {
		padding: 60px 0 0 0;
		min-height: 400px;
	}
	.w3_soulgrid p {
		letter-spacing: 0.5px;
	}
	.wthree-help h3 {
		font-size: 35px;
	}
	h2.w3-head {
		font-size: 30px;
	}
	h3.w3-head {
		font-size: 30px;
		margin: 0 0 30px 0;
	}
	.w3ls-list h2 {
		font-size: 28px;
	}
	.agile_featured-profiles h2 {
		font-size: 35px;
	}
	.feature-main {
		width: 880px;
		height: 832px;
		background-size: 100%;
	}
}
@media(max-width:1366px){
	.w3l_find-soulmate h3 {
		font-size: 38px;
	}
	.w3l_find-soulmate {
		padding: 55px 0;
	}
	.w3_soulgrid h3 {
		font-size: 22px;
	}
	.location h3 {
		font-size: 38px;
	}
	.w3layous-story {
		padding: 35px 0;
	}
	.app {
		padding: 60px 0px 0 0;
	}
	.agileits_services h2 {
		font-size: 38px;
	}
	.wthree_services-bottom p {
		font-size: 26px;
	}
	.w3layouts-browse h3 {
		font-size: 28px;
		margin-bottom: 40px;
	}
	.w3_C_headquarters {
		padding: 25px 0;
	}
	.w3_C_headquarters h4 {
		margin: 0 30px 10px;
	}
	h2.last-updated {
		font-size: 25px;
	}
	.wthree-help h3 {
		font-size: 33px;
	}
	h2.w3-head {
		font-size: 28px;
	}
	.wthree-help {
		width: 85%;
		margin: 55px auto 65px;
	}
	.w3layouts-inner-banner {
		min-height: 280px;
	}
	.w3layouts_details h4 {
		font-size: 20px;
	}
	.feature-main {
		width: 827px;
		height: 782px;
	}
	.feature {
		padding: 7em 0px 0 0;
	}
	.est-bottom p {
		font-size: 2em;
	}
	.est-top {
		margin-top: 18%;
	}
	.banner-bottom {
		padding: 2em 2em;
	}
	.feature-right img {
		width: 81%;
	}
}
@media(max-width:1280px){
	.location {
		padding: 70px 0;
	}
	.w3l_find-soulmate {
		padding: 50px 0;
	}
	.w3layouts_featured-profiles {
		padding: 60px 0px;
	}
	.agile_featured-profiles h2 {
		margin-bottom: 30px;
	}
	.w3layouts-inner-banner {
		min-height: 250px;
	}
	.w3l_about_left img {
		width: 80%;
	}
	.agileits-register {
		margin-top: -2%;
	}
	.w3layouts-banner {
		min-height: 660px;
	}
	.w3ls_app-left h3 {
		font-size: 25px;
	}
	.agileits_app-devices a img {
		width: 90%;
	}
	.w3layouts-browse {
		padding: 50px 0;
	}
	.agile-assisted-service p {
		line-height: 35px;
		font-size: 18px;
	}
	.agile-assisted-service h4 {
		font-size: 32px;
	}
	.agile-assisted-service {
		min-height: 360px;
	}
	.wthree-help h3 {
		font-size: 30px;
	}
	.wthree-help textarea {
		margin: 35px 0 0 0;
	}
	.wthree-help h5 {
		font-size: 20px;
	}
	.agile_tips h2,.terms h2 {
		font-size: 28px;
	}
	.agile_tips h5,.terms h5 {
		font-size: 14px;
	}
	.panel-title {
		font-size: 17px;
	}
	.panel-heading {
		padding: 15px 15px;
	}
	.get {
		min-height: 988px;
		margin-top: -22%;
	}
	.establish {
		margin-top: -11%;
		min-height: 678px;
	}
	.feature-main {
		width: 779px;
		height: 773px;
	}
}
@media(max-width:1080px){
	.w3layouts-banner {
		position: relative;
		min-height: 520px;
	}
	.agileits-register {
		width: 100%;
		/* position: absolute; */
		right: 10px;
		/* bottom: -110px; */
	}
	.w3l_find-soulmate {
		padding: 140px 0 50px 0;
	}
	.w3_soulgrid {
		width: 24%;
		margin: 0 0.5%;
	}
	.w3_soulgrid p {
		font-size: 14px;
	}
	.w3_soulgrid i {
		font-size: 35px;
		width: 90px;
		height: 90px;
	}
	.col-md-3.biseller-column {
		padding: 0 5px;
	}
	.agile-overlay ul {
		padding: 20px 6px 15px;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-nav {
		margin-top: 6px;
	}
	header {
		padding: 6px 0;
	}
	.w3ls_app-left p {
		font-size: 13px;
	}
	.agile-assisted-service p {
		width: 65%;
		line-height: 30px;
		font-size: 17px;
	}
	.agile-assisted-service h4 {
		font-size: 30px;
		margin-bottom: 25px;
	}
	.agile-assisted-service {
		min-height: 320px;
		padding-top: 60px;
	}
	.location h3 {
		font-size: 36px;
		margin-top: 40px;
	}
	.location h5 {
		font-size: 23px;
		margin-bottom: 25px;
	}
	.location p {
		font-size: 18px;
	}
	.location {
		padding: 60px 0;
	}
	.w3layous-story {
		padding: 30px 0;
	}
	.address-left {
		padding: 2em 1em;
	}
	.footer {
		padding-top: 60px;
	}
	.w3l_about p {
		font-size: 13px;
	}
	.w3l_about_left_pos h3, .w3l_about_left_pos1 h3 {
	    font-size: 1.2em;
	}
	.w3ls_services-grids {
		padding: 1em 1em;
		width: 48%;
		margin-right: 16px;
	}
	.agileits_services h2 {
		font-size: 35px;
	}
	.agileits_services {
		padding: 50px 0 0 0;
		min-height: 370px;
	}
	.wthree_services-bottom p {
		font-size: 24px;
	}
	.wthree_services-bottom {
		padding: 0.8em 0;
	}
	.w3layous-story h4 {
		font-size: 22px;
	}
	.footer h3 {
		font-size: 17px;
	}
	.w3-browse-grid h4 {
		margin-bottom: 8px;
		padding-bottom: 8px;
		font-size: 19px;
	}
	.w3-browse-grid ul li {
		margin: 10px 3px;
	}
	.w3-browse-grid ul li a {
		font-size: 13px;
	}
	.agileits label {
		width: 30%;
		font-size: 15px;
	}
	.w3_feedbacktextmessage label {
		width: 14.5%;
		font-size: 15px;
	}
	.icon-box {
		height: 68px;
	}
	.agile_tips h2, .terms h2 {
		font-size: 26px;
	}
	.agile_tips h5, .terms h5 {
		font-size: 13px;
	}
	.w3layouts-browse h3 {
		font-size: 26px;
	}
	.write-agileits h2 {
		font-size: 26px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	h2.w3-head {
		font-size: 26px;
	}
	.w3ls-list h2 {
		font-size: 27px;
		margin-bottom: 35px;
	}
	.w3-prfr a {
		padding: 4px 6px;
	}
	.w3-prfr p {
		margin-top: 10px;
		margin-right: 10px;
	}
	.col-md-6.one-w3-profile {
		padding: 0px 5px;
	}
	.w3ls-aside h4 {
		padding: 25px 5px 10px;
	}
	img.prf-img {
		margin-top: 2%;
	}
	.w3layouts_details p {
		letter-spacing: 0px;
	}
	.w3layouts_details a {
		width: 44%;
	}
	.ser-left h5 {
		font-size: 1.2em;
	}
	.w3layouts_happy_asstd_marriages {
		padding: 60px 0;
	}
	.assisted_agile_advantages {
		padding: 50px 0;
	}
	.w3_regular_search {
		padding: 10px;
	}
	.col-sm-7.form_radios input.radio_1 {
		margin-left: 15px;
	}
	.agile_featured-profiles h2 {
		margin-bottom: 25px;
		font-size: 33px;
	}
	.feature-main {
		width: 621px;
		height: 590px;
	}
	.feature-right img {
		width: 80.5%;
		margin-left: 8%;
	}
	.establish {
		margin-top: -1%;
		min-height: 650px;
	}
	.banner-right h2 {
		font-size: 2em;
	}
	.banner-right h3 {
		font-size: 1.5em;
		line-height: 35px;
		margin-top: 15px;
	}
	.banner-right p {
		font-size: 20px;
		margin-top: 10%;
	}
	.feature-top h3 {
		font-size: 2em;
	}
	.feature-top p {
		margin-top: 12px;
		font-size: 16px;
	}
	.feature-main {
		width: 660px;
		height: 636px;
	}
	.ftr-right p, .ftr-right-one p, .ftr-right-two p, .ftr-right-tre p, .ftr-right-fvr p {
		font-size: 17px;
		margin-top: 20px;
	}
	.est-bottom p {
		font-size: 1.8em;
	}
	.feature {
		padding: 5em 0px 0 0;
	}
	.get-top h3, .support-top h3, .demo-top h3 {
		font-size: 2em;
	}
	.get-top p, .support-top p {
		margin-top: 30px;
		font-size: 17px;
	}
	.support {
		padding: 9em 0px 5em;
	}
	.feature-right img {
		margin-top: 15%;
	}
}
@media(max-width:1050px){
	.nbs-flexisel-nav-right {
		right: -30px;
	}
	.nbs-flexisel-nav-left {
		left: -30px;
	}
	.w3layouts_happy_asstd_marriages h4 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.happy-clients-grid h5 {
		font-size: 0.95em;
	}
	.feedback form {
		padding: 30px 0px;
	}
	.agileits label,.w3_feedbacktextmessage label {
		font-size: 14px;
		letter-spacing: 1px;
	}
	h2.w3-head {
		font-size: 25px;
	}
	.wthree-help h3 {
		font-size: 28px;
	}
	.w3layouts-inner-banner {
		min-height: 230px;
	}
	.agile_tips p {
		font-size: 14px;
	}
	h2.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
	.agile_tips h6 {
		font-size: 20px;
		margin: 40px 0 12px 0;
	}
}
@media(max-width:1024px){
	.w3l_find-soulmate h3 {
		font-size: 36px;
		margin-bottom: 30px;
	}
	.w3_soulgrid h3 {
		font-size: 22px;
		margin-bottom:0;
	}
	.w3l_find-soulmate {
		padding: 150px 0 50px 0;
	}
	.assisted_Services-agileits h4 {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.happy-clients-grid p {
		font-size: 12.5px;
		line-height: 26px;
	}
	.ser-left p {
		line-height: 24px;
	}
	.agileits_services h2 {
		font-size: 33px;
	}
	ul.w3_servicesgrid_info li {
		font-size: 15px;
	}
	.wthree_services-bottom p {
		font-size: 23px;
	}
}
@media(max-width:991px){
	h3.icon-subheading {
		font-size: 26px;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.nav > li > a {
		padding: 10px 10px;
	}
	.navbar-nav > li {
		font-size: 15px;
	}
	label.agileits-agree {
		letter-spacing: 0px;
	}
	.agileits-register h3 {
		font-size: 22px;
	}
	.w3_soulgrid {
		width: 47%;
		margin: 3% 1.5% 0 1.5%;
		float: left;
	}
	.w3_soulgrid p {
		height: 50px;
	}
	.w3l_find-soulmate h3 {
		margin-bottom: 15px;
	}
	.w3_soulgrid h3 {
		margin-bottom: 0;
	}
	.col-md-3.biseller-column {
		width: 33.333%;
		float: left;
	}
	.col-md-6.w3ls_app-left.mpl {
		float: left;
		width: 50%;
	}
	.col-md-offset-1.col-md-5.app-image {
		float: right;
		width: 50%;
	}
	p.w3ls-login {
		font-size: 14px;
	}
	.w3ls_app-left h3 {
		font-size: 22px;
		margin: 50px 0 0px 0;
		line-height: 35px;
	}
	.app-image img {
		width: 90%;
	}
	.w3ls_app-left p {
		font-size: 12.5px;
	}
	.agileits_app-devices a img {
		width: 100%;
	}
	.agileits_app-devices {
		width: 85%;
	}
	.col-md-4.w3-browse-grid {
		margin-top: 50px;
	}
	.agile-assisted-service p {
		font-size: 16px;
	}
	.agile-assisted-service a {
		padding: 8px 25px;
	}
	.agile-assisted-service {
		min-height: 300px;
		padding-top: 50px;
	}
	.col-md-6.col-sm-6.w3layouts.location-grids.location-grids-2 {
		padding: 0;
	}
	.location h3 {
		font-size: 30px;
		margin-top: 25px;
	}
	.location h5 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.location p {
		font-size: 16px;
		line-height: 28px;
	}
	.location {
		padding: 50px 0;
	}
	.w3layous-story h4 {
		font-size: 20px;
	}
	.w3layous-story h4 a {
		padding: 8px 23px;
	}
	.footer h3 {
		margin-bottom: 20px;
		margin-top: 50px;
	}
	.footer {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.w3layouts-inner-banner {
		min-height: 220px;
	}
	.w3l_about p {
		font-size: 12.5px;
		margin: 20px 0 0 0;
	}
	.w3l_about {
		padding: 40px 0;
	}
	.w3l_about_left {
		width: 50%;
		float: left;
	}
	.w3_success-stories {
		padding: 50px 0;
	}
	.w3ls_services-grids {
		padding: 0.8em 0.8em;
		margin-right: 14px;
		float: left;
	}
	ul.w3_servicesgrid_info li {
		font-size: 13.5px;
		line-height: 25px;
	}
	li.tick {
		background: url(../images/tick.png)no-repeat 0px 3px;
		padding: 0 0 0 24px;
	}
	.agileits_services h2 {
		font-size: 32px;
		margin-bottom: 45px;
	}
	.wthree_services-bottom p {
		font-size: 22px;
	}
	.copy-right p {
		font-size: 0.9em;
		letter-spacing: 1px;
	}
	.col-md-9.profiles-list-agileits {
		padding: 0;
	}
	.w3ls-aside {
		padding: 20px 15px;
		margin-top: 30px;
		width: 45%;
	}
	.col-sm-7.form_radios input.radio_1 {
		margin-left: 0px;
	}
	section.w3_g_address {
		padding: 10px 20px;
	}
	.w3_locations {
		padding: 25px 15px;
	}
	section.w3_g_address ul li {
		font-size: 14px;
	}
	.write-agileits form {
		padding: 0px 20px;
	}
	.agile_address i {
		margin: 25px 0 8px 0;
	}
	.agileits label span {
		margin: 0 5px 0 0;
	}
	.feedback p {
		line-height: 26px;
	}
	.w3_feedbacktextmessage label span {
		margin: 0 5px 0 0;
	}
	.w3_feedbacktextmessage label {
		width: 30%;
	}
	.w3_feedbacktextmessage textarea {
		width: 60%;
	}
	.wthree-help textarea {
		width: 90%;
	}
	.wthree-help form input[type="submit"] {
		padding: 10px 30px;
		width: 27%;
	}
	.wthree-help a {
		padding: 8px 25px;
		font-size: 15px;
		margin-bottom: 50px;
	}
	.wthree-help h3 {
		font-size: 26px;
	}
	.wthree-help textarea {
		margin: 30px 0 0 0;
	}
	.wthree-help {
		width: 95%;
		margin: 50px auto 65px;
	}
	h5.marker_head {
		line-height: 26px;
	}
	.faq-list .marker {
		top: 4px;
	}
	.faq-list_h {
		margin: 0 0 12px;
	}
	.agile_tips h2, .terms h2 {
		font-size: 25px;
	}
	.agile_tips h5, .terms h5 {
		font-size: 12px;
	}
	.agile_tips p {
		font-size: 13.5px;
	}
	.panel-heading {
		padding: 13px 13px;
	}
	.icons.w3layouts-content, .shortcodes, .w3ls_sitemap {
		padding: 40px 0;
	}
	h3.icon-subheading {
		font-size: 24px;
	}
	h2.agileits-icons-title {
		font-size: 26px;
	}
	.terms h6 {
		font-size: 19px;
		margin: 35px 0 16px 0;
		letter-spacing: 1px;
	}
	h2.last-updated {
		font-size: 24px;
		margin-bottom: 40px;
	}
	.happy-clients-grid {
		width: 100%;
		margin: 5% 0% 0 0;
	}
	.assisted_Services-agileits {
		width: 80%;
	}
	.ser-left h5 {
		margin: 0.8em 0 0;
	}
	.ser-left p {
		margin: 10px 0 16px 0;
	}
	.assisted_agile_advantages h4 {
		font-size: 30px;
		margin-bottom: 35px;
	}
	.w3ls_sitemap h2 {
		font-size: 26px;
	}
	.agileits_sitemap_list ul li a {
		font-size: 14px;
	}
	.col-md-6.one-w3-profile {
		width: 50%;
		float: left;
	}
	label.col-sm-3.control-label1 {
		width: 40%;
		float: left;
	}
	.w3_details {
		width: 50%;
		float: left;
	}
	.feature-main {
		width: 613px;
		height: 592px;
	}
	.ftr-right p, .ftr-right-one p, .ftr-right-two p, .ftr-right-tre p, .ftr-right-fvr p {
		font-size: 15px;
	}
	.est-bottom p {
		font-size: 1.5em;
	}
	.demo-top p {
		width: 84%;
		font-size: 18px;
		line-height: 30px;
	}
	.demo-bottom iframe {
		width: 90%;
		height: 415px;
	}
	.get-top {
		margin-top: 45%;
	}
	.sup {
		right: 5.5%;
	}
	.support {
		padding: 5em 0px 5em;
	}
}
@media(max-width:900px){
	.w3layouts-banner {
		min-height: 500px;
	}
	.w3layouts-banner {
		min-height: 500px;
	}
	.logo a {
		font-size: 38px;
	}
	.link--takiri span {
    font-size: 32%;
    bottom: -15px; 
    right: 0px !important;
}
.banner-bottom-login {
     width: 100% !important; 
     float: unset !important; 
    text-align: left;
}
	}
	.agileits input[type="text"], .agileits input[type="email"], .agileits input[type="tel"],
	.w3_feedbacktextmessage textarea,.agileits select,.w3_writetoustextarea textarea,.photos-upload-view	{
		width: 66%;
	}
	h5.marker_head {
		font-size: 17px;
	}
	.w3ls-aside {
		width: 50%;
	}
	.feature-right {
		width: 60%;
		margin-right: 15%;
	}
	.feature-left {
		width: 100%;
	}
	.feature-main {
		width: 96%;
		height: 828px;
	}
}
@media(max-width:800px){
	.w3layouts-banner {
		min-height: 450px;
	}
	/* .agileits-register {
		width: 62%;
		right: 19%;
		bottom: -137%;
	} */
	.w3l_find-soulmate {
		padding: 660px 0 50px 0;
	}
	.nbs-flexisel-nav-right {
		right: -20px;
	}
	.nbs-flexisel-nav-left {
		left: -20px;
	}
	.w3layouts-browse h3 {
		margin-bottom: 30px;
	}
	.agile-assisted-service p {
		font-size: 15px;
		line-height: 26px;
		margin: 0 auto 40px;
	}
	.agile-assisted-service {
		min-height: 280px;
		padding-top: 45px;
	}
	.w3l_about_left img {
		width: 90%;
	}
	.agileits_services h2 {
		font-size: 30px;
		margin-bottom: 40px;
	}
	.agileits_services {
		padding: 40px 0 0 0;
		min-height: 340px;
		border-top: 3px solid #461e93;
	}
	.wthree_services-bottom p {
		font-size: 20px;
	}	
	.wthree_services-bottom {
		padding: 0.7em 0;
	}
	.w3layouts-browse {
		padding: 40px 0;
	}
	.col-md-4.w3-browse-grid {
		margin-top: 40px;
	}
	.feedback,section.terms-of-use,.w3ls-list {
		padding: 40px 0;
	}
	.wthree-help {
		margin: 40px auto 65px;
	}
	.agile_tips h6 {
		font-size: 19px;
		margin: 40px 0 10px 0;
	}
	h3.w3-head {
		font-size: 28px;
		margin: 0 0 20px 0;
	}
	.list_1 h3 {
		font-size: 24px;
		margin: 40px 0 15px 0;
	}
	.w3layous-story {
		padding: 28px 0;
	}
	.w3ls-list h2 {
		font-size: 25px;
		margin-bottom: 30px;
	}
	.agileits_aboutme h5 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.w3layouts_details a {
		margin: 8px 8px;
	}
	.w3ls_sitemap h2 {
		font-size: 25px;
	}
	.agileits_sitemap_list h5 {
		font-size: 17px;
		letter-spacing: 0.5px;
	}
	.w3layouts_happy_asstd_marriages h4 {
		font-size: 26px;
	}
	.agile_featured-profiles h2 {
		margin-bottom: 20px;
		font-size: 30px;
	}
	h3.w3_special {
		font-size: 28px;
		margin-bottom: 35px;
	}
	.agileits_aboutme h4 {
		font-size: 28px;
		margin-bottom: 25px;
		margin-top: 15px;
	}
	.write-agileits h2 {
		font-size: 24px;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
	.feature-main {
		height: 730px;
	}
	.support-one {
		margin-top: 2em;
	}
}
@media(max-width:768px){
	.w3l_find-soulmate h3 {
		margin-bottom: 5px;
		font-size: 34px;
	}
	.w3_soulgrid h3 {
		font-size: 22px;
		margin-bottom: 0;
	}
	.agile_featured-profiles {
		width: 90%;
		margin: 0 auto;
	}
	.agile-overlay ul li {
		line-height: 18px;
	}
	.agile-overlay ul li span {
		width: 98px;
	}
	.dropdown-menu {
		right: 0;
		left: -100%;
	}
	.w3layouts-banner {
		min-height: 430px;
	}
	/* .agileits-register {
		bottom: -145%;
	} */
	.w3l_find-soulmate {
		padding: 675px 0 50px 0;
	}
	.w3ls_app-left h3 {
		font-size: 20px;
		margin: 40px 0 0px 0;
		line-height: 32px;
	}
	.w3ls_app-left p {
		margin: 15px 0 0px 0;
	}
	.w3layouts_featured-profiles {
		padding: 50px 0px;
	}
	.agile-assisted-service p {
		width: 75%;
	}
	.w3l_about p {
		letter-spacing: 0.5px;
	}
	.w3l_about_left img {
		width: 100%;
	}
	.copy-right {
		padding: 12px 0;
	}
	.feedback p {
		line-height: 28px;
	}
	.wthree-help h3 {
		font-size: 25px;
	}
	.wthree-help a {
		padding: 7px 25px;
	}
	h3.w3-head {
		font-size: 26px;
	}
	h2.agileits-icons-title {
		font-size: 25px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
	.w3layouts-inner-banner {
		min-height: 200px;
	}
	.agile_tips h2, .terms h2 {
		font-size: 24px;
		letter-spacing: 2px;
	}
	.terms ol li {
		font-size: 14px;
		line-height: 28px;
	}
	.terms h6 {
		font-size: 18px;
		margin: 35px 0 14px 0;
	}
	.w3_locations h2 {
		margin: 0 0 15px;
		font-size: 22px;
	}
	.feature-main {
		height: 683px;
	}
	.feature {
		padding: 4em 0px 0 0;
	}
}
@media(max-width:767px){
	.navbar-toggle {
		margin-bottom: 0px;
		margin-top: -45px;
	}
	.navbar-nav {
		margin: 7.5px 0px;
		text-align: center;
	}
	button.navbar-toggle.navbar-toggle1.collapsed {
		height: 40px;
	}
	.pull-right {
		width: 100%;
	}
	.navbar {
		min-height: 0;
	}
	header {
		padding: 4px 0;
	}
}
@media(max-width:736px){
	.navbar-toggle {
		margin-bottom: 0px;
		margin-top: -45px;
	}
	
	.navbar-nav {
		margin: 7.5px 0px;
		text-align: center;
	}
	button.navbar-toggle.navbar-toggle1.collapsed {
		height: 40px;
	}
	.pull-right {
		width: 100%;
	}
	.navbar {
		min-height: 0;
	}
	header {
		padding: 4px 0;
	}
	.w3l_find-soulmate h3 {
		font-size: 32px;
	}
	.w3_soulgrid h3 {
		font-size: 22px;
		margin-bottom: 0;
	}
	.col-md-3.biseller-column {
		width: 48%;
		margin: 1% 1%;
	}
	.agile-overlay ul li {
		font-size: 12px;
		letter-spacing: 0.5px;
		line-height: 23px;
	}
	.agile-overlay ul li span {
		width: 125px;
	}
	.agile-overlay ul {
		padding: 20px 15px 15px;
	}
	.col-md-6.col-sm-6.w3layouts.location-grids.location-grids-2 {
		margin: 10% auto 0;
		width: 75%;
	}
	.col-md-6.col-sm-6.w3layouts.location-grids.location-grids-1 {
		text-align: center;
	}
	.location h3 {
		font-size: 28px;
		margin-top: 15px;
		text-align: center;
		margin-bottom: 20px;
	}
	.location p {
		width: 100%;
	}
	.location h5 {
		margin-bottom: 5px;
	}
	.assisted_agile_advantages h4 {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.w3ls_services-grids {
		float: none;
		width: 65%;
		margin: 0 auto 15px;
	}
	.agileits_services h2 {
		margin-bottom: 30px;
	}
	.agileits_services {
		min-height: 440px;
		border-top: 2px solid #461e93;
	}
	.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 {
		width: 70%;
		right: 15%;
		bottom: -155%;
	} */
	.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;
	}
	header {
		padding: 0px 0;
	}
	/* .agileits-register {
		width: 80%;
		right: 10%;
		bottom: -170%;
	} */
	.logo a {
		font-size: 34px;
	}
	.agile-overlay ul li span {
		width: 106px;
	}
	.w3ls_app-left h3 {
		font-size: 17px;
		margin: 10px 0 0px 0;
		line-height: 26px;
	}
	.agileits_app-devices {
		width: 100%;
		margin: 25px 0 0 0;
	}
	.agileits_app-devices h5 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.app {
		padding: 40px 0px 0 0;
	}
	.w3layouts-browse h3 {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.col-md-4.w3-browse-grid {
		margin-top: 35px;
	}
	.w3-browse-grid ul li {
		margin: 10px 1px;
	}
	.agile-assisted-service h4 {
		font-size: 28px;
		margin-bottom: 24px;
	}
	.agile-assisted-service p {
		width: 95%;
	}
	.agile-assisted-service a {
		padding: 7px 25px;
	}
	.w3layous-story h4 a {
		font-size: 14px;
		margin-left: 10px;
	}
	.w3ls_services-grids {
		width: 75%;
	}
	.wthree_services-bottom p {
		font-size: 16px;
	}
	.footer {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.footer h3 {
		margin-bottom: 15px;
		margin-top: 45px;
	}
	.col-md-6.one-w3-profile {
		width: 75%;
		float: none;
		margin: 0 auto;
	}
	.w3layouts_details p {
		font-size: 13px;
	}
	.banner-right h2 {
		font-size: 1.8em;
	}
	.banner-right h3 {
		font-size: 1.3em;
		margin-top: 15px;
	}		
	.banner-right p {
		font-size: 18px;
		margin-top: 8%;
		line-height: 32px;
	}
	.feature-main {
		height: 532px;
	}
	.ftr-right p, .ftr-right-one p, .ftr-right-two p, .ftr-right-tre p, .ftr-right-fvr p {
		font-size: 14px;
		padding-right: 6%;
		line-height: 28px;
	}
	.support {
		padding: 14em 0px 5em;
	}
	.sup {
		right: 0.5%;
		top: -31.4%;
	}
}
@media(max-width:568px){
	.logo {
		margin-top: 25px;
	}
	.w3layouts-banner {
		min-height: 350px;
	}
	/* .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 {
		bottom: -195%;
		width: 86%;
		right: 7%;
	} */
	.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;
	}
	.w3layouts-banner {
		min-height: 290px;
	}
	label.agileits-agree {
		font-size: 12px;
	}
	/* .agileits-register {
		bottom: -212%;
		width: 90%;
		right: 5%;
	} */
	.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 {
		bottom: -224%;
		width: 95%;
		right: 2.5%;
	} */
	.w3l_find-soulmate {
		padding: 650px 0 50px 0;
	}
	.col-md-3.biseller-column {
		width: 90%;
		margin: 0% 5%;
	}
	.nbs-flexisel-nav-right {
		right: -10px;
	}
	.nbs-flexisel-nav-left {
		left: -10px;
	}
	.agileits_app-devices {
		width: 100%;
	}
	.w3layouts-browse h3 {
		letter-spacing: 0px;
	}
	.col-md-4.w3-browse-grid {
		padding: 0;
	}
	.agile-assisted-service p {
		font-size: 13px;
	}
	#toTop {
		right: -20px;
	}
	.modal-dialog {
		width: 360px;
	}
	.assisted_Services-agileits h2 {
		margin-bottom: 25px;
		font-size: 24px;
	}
	.w3layous-story h4 {
		letter-spacing: 0.4px;
	}
	.w3_success-stories h4 {
		font-size: 26px;
	}
	.w3_success-stories {
		padding: 40px 0;
	}
	.agileits_services {
		min-height: 480px;
	}
	.feedback p {
		line-height: 25px;
		font-size: 13px;
		letter-spacing: 0.5px;
	}
	.wthree-help form input[type="submit"] {
		width: 50%;
	}
	.wthree-help textarea {
		margin: 25px 0 0 0;
	}
	.wthree-help {
		margin: 40px auto 55px;
	}
	.icon-box {
		height: 50px;
		width: 100%;
		margin: 0.5em 0 0.5em 0;
	}
	.icons .bs-glyphicons li {
		width: 98%;
		height: 95px;
	}
	.panel-heading {
		padding: 13px 5px;
	}
	.photos-upload-view input#fileselect {
		width: 100%;
	}
	.write-agileits form {
		padding: 0px 10px;
	}
	.agileits_sitemap_list ul li {
		margin: 5px 7px;
	}
	.login-w3ls form {
		padding: 0 0em;
	}
	.w3layouts_details a {
		width: 94%;
	}
	.banner-left {
		padding: 0;
	}
	.support {
		padding: 11em 0px 3em;
	}
	.ftr-right {
		top: 2%;
		left: 40%;
	}
	.ftr-right-one {
		top: 19%;
		left: 40%;
	}
	.ftr-right-two {
		top: 36%;
		left: 40%;
	}
	.ftr-right-tre {
		top: 53%;
		left: 40%;
	}
	.ftr-right-fvr {
		top: 71%;
		left: 40%;
	}
}
@media(max-width:375px){
	.w3layouts-banner {
		min-height: 250px;
	}
	.icon-box {
		height: 50px;
		width: 100%;
		margin: 0.5em 0 0.5em 0;
	}
	.col-md-6.w3ls_app-left.mpl {	
		padding: 0;
	}
	.col-md-offset-1.col-md-5.app-image {
		width: 85%;
		margin-top: 15%;
	}
	.agileits-register {
		padding: 10px;
	}
	/* .agileits-register {
		bottom: -237%;
	} */
	.w3l_find-soulmate h3 {
		font-size: 28px;
	}
	.w3_soulgrid h3 {
		font-size: 22px;
		margin-bottom: 0;
	}
	.modal-dialog {
		width: 350px;
	}
	.agile_tips p {
		margin: 5px;
	}
	h2.agileits-icons-title {
		font-size: 22px;
	}
	h3.w3-head {
		font-size: 24px;
	}
	h3.icon-subheading {
		font-size: 18px;
	}
	.icons.w3layouts-content, .shortcodes, .w3ls_sitemap {
		padding: 30px 0;
	}
	.wthree-help {
		margin: 30px auto 55px;
	}
	.w3_success-stories {
		padding: 30px 0;
	}
	section.w3_g_address {
		padding: 10px 10px;
	}
	.feedback, section.terms-of-use, .w3ls-list {
		padding: 30px 0;
	}
	.agileits_profile_image {
		width: 85%;
	}
	.agileits_aboutme h5 {
		margin-bottom: 10px;
		margin-top: 30px;
	}
	.agileits_aboutme p {
		margin: 10px 0;
	}
	.feature-main {
		height: 355px;
	}
}
@media(max-width:320px){
	.icons i {
		padding-left: 8px;
	}
	.logo a {
		font-size: 32px;
	}
	.navbar-toggle {
		padding: 9px 0 10px;
	}
	.w3layouts-banner {
		min-height: 240px;
	}
	.w3_modal_body_grid span {
		width: 100%;
	}
	#w3_country, .w3_modal_body_grid input[type="text"], .w3_modal_body_grid input[type="email"], #w3_country1, .w3_modal_body_grid input[type="password"] {
		width: 100% !important;
	}
	.w3_modal_body_grid1 {
		margin: 6px 0;
	}
	.w3_gender {
		width: 100%;
		margin: 0.2em 0 0;
	}
	label.agileits-agree {
		float: right;
		width: 93%;
	}
	input[type="checkbox"] {
		margin: 0px 0 0;
	}
	.modal-title {
		font-size: 22px;
	}
	.modal-dialog {
		width: 300px;
	}
	.login-w3ls label {
		margin: 15px 0px 6px 0px;
	}
	.w3_soulgrid {
		width: 100%;
		margin: 3% 0% 3% 0%;
	}
	/* .agileits-register {
		bottom: -320%;
	} */
	.w3l_find-soulmate {
		padding: 810px 0 50px 0;
	}
	.col-md-3.biseller-column {
		width: 99%;
		margin: 0% 0%;
	}
	.agile-overlay ul li span {
		width: 115px;
	}
	.nbs-flexisel-nav-right {
		right: -18px;
	}
	.nbs-flexisel-nav-left {
		left: -18px;
	}
	.col-md-offset-1.col-md-5.app-image {
		width: 95%;
	}
	.agile-assisted-service p {
		font-size: 12px;
		line-height: 23px;
		margin: 0 auto 30px;
	}
	.col-md-6.col-sm-6.w3layouts.location-grids.location-grids-2 {
		width: 100%;
	}
	.w3layous-story h4 a {
		width: 50%;
	}
	.address-left {
		padding: 2em 0em 1em;
	}
	.w3l_about_left_pos h3, .w3l_about_left_pos1 h3 {
		font-size: 1.1em;
	}
	.w3_success-stories h4 {
		font-size: 22px;
	}
	.agileits_services h2 {
		margin-bottom: 25px;
		font-size: 26px;
	}
	.feedback h2 {
		font-size: 19px;
	}
	h2.w3-head {
		font-size: 19px;
	}
	.icons a {
		font-size: 11px;
	}
	h2.agileits-icons-title {
		font-size: 20px;
	}
	.grid_3 {
		padding: 1em;
	}
	.write-agileits h2 {
		font-size: 22px;
	}
	.write-agileits {
		padding: 30px 0;
	}
	.agile_featured-profiles h2 {
		margin-bottom: 15px;
		font-size: 27px;
	}
	.w3-prfr a {
		letter-spacing: 0px;
	}
	span.agile-breadcrumbs {
		font-size: 13px;
	}
	span.agile-breadcrumbs a {
		margin: 0 2px;
	}
	.w3ls-loginr a, .w3ls-loginr span {
		font-size: 13px;
	}
	.banner-right h2 {
		font-size: 1.5em;
	}	
	.banner-right h3 {
		font-size: 1.1em;
		margin-top: 10px;
		line-height: 28px;
	}
	.banner-right p {
		font-size: 15px;
		margin-top: 6%;
		line-height: 28px;
	}
	.feature-top h3 {
		font-size: 1.5em;
	}
	.feature-main {
		min-height: 396px;
		background-size: cover;
	}
	.feature-right {
		width: 80%;
		margin-right: 10%;
	}
	.demo-bottom iframe {
		width: 100%;
		height: 280px;
	}
	.support {
		padding: 7em 0px 3em;
	}
}

.logo img {
    height: 30px;
    margin-top: -10px;
    width: auto;
}
.country{
	background: #cf5e92;
	/* color: #fff; */
	padding: 20px;
}
.flag-box:hover .country-name{
	color: #000 !important;
}



.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
  }
  .overlay:target {
	visibility: visible;
	opacity: 1;
  }
  .popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 35%;
	position: relative;
	transition: all 2s ease-in-out;
  }
  .popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
  }
  .popup .content {
	max-height: 30%;
	/* overflow: auto; */
	padding: 30px 15px;
  }




.AppForm .AppFormLeft h1{
    font-size: 35px;
}
.AppForm .AppFormLeft input:focus{
    border-color: #ced4da;
}
.AppForm .AppFormLeft input::placeholder{
   font-size: 15px;
}
.AppForm .AppFormLeft i{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.AppForm .AppFormLeft a{
    color: #3a3e42 ;
}
.AppForm .AppFormLeft button{
    background: linear-gradient(45deg,#8D334C,#CF6964);
    border-radius: 5px;
	margin: 10px 0px;
}
.AppForm .AppFormLeft p span{
  color: #007bff;
}
.overlay .content .remem{
	margin-left: 10px;
}
.AppForm .AppFormRight{
    background-image: url('https://i.ibb.co/tDLqQtj/bg.jpg');
    height: 450px;
    background-size: cover;
    background-position: center;
}
.AppForm .AppFormRight:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg,#8D334C,#CF6964);
    opacity: 0.5;
}
.overlay .form-control{
	height: 50px !important;
}
.over-img{
	text-align: center;
}
.over-img img{
	height: 50px;
}
.overlay h2{
	font-size: 20px;
	text-align: center;
	color: #4a17a3;
}
.overlay img{
	height: 40px;
	margin: 0 auto;
	text-align: center;
}
.AppForm .AppFormRight h2{
    z-index: 1;
}
.AppForm .AppFormRight h2::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left:50%;
  transform: translateX(-50%);
}
.AppForm .AppFormRight p{
    z-index: 1;
}
.form-inline label{
	color: #fff;
	background: #461e93;
	height: 50px;
	line-height: 50px;
	padding: 0px 20px;
	display: flex;
	margin-bottom: 0px;
	margin-top: 10px;
}
.form-inline input{
	width: 300px;
	padding: 0px 20px;
}
.form-inline{

	background: rgba(0, 0, 0, 0.49);
	padding: 20px 20px 30px;
}
.search-box{
	/* position: absolute; */
	margin-top: 10% ;
	/* left: 10%; */
	width: 100%;
	margin-top: 0 auto;
	text-align: left;
	float: right;
}
.banner-bottom-login{
	width: 30%;
	float: right;
	text-align: left;
}
.search-box select{
	height: 50px;
	/* border-radius: 5px; */
	width: 300px;
	border: none;
	padding: 0px 20px;
	outline: none;
}
.search-box input{
	height: 40px;
	border-radius: 0px;
	width: 300px;
	padding: 0px 20px;
	border: none;
	outline: none;
}
.btn-default1{
	height: 40px;
	padding: 0px 10px;
	margin-top: 10px;
	background: #461e93;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.btn-default1:hover{
	color: #fff;
}
.intl-tel-input{
	width: 100% !important;
}
.lang select{
	width: 75%;
	font-size: 14px;
    outline: none;
    border: 1px solid #bbb;
    padding: 6px;
    color: #000;
    background: #ffffff;
}
.lang{
    margin-top:10px;
}

.register-box{
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.49);
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 20px;
}
.regis-form h3{
	margin-bottom: 30px;
}
.register-box .email{
	margin-top: 10px;
}
.register-box .reg-in{
	text-align: center;
	
	background: #461e93;
}
.register-box .reg-in img{
	width: auto;
	height: 440px;
	background: #9d45df;
	margin: 0 auto;
}


:root {
	--color-black: #232323;
	--color-pink: #ff6393;
	--color-dark-pink: #df4775;
	--color-purple: #342a47;
	--color-blue: deepskyblue;
	--color-gray: #dadada;
	--color-green: #bbe187;
	
	--transition-fast: 0.1s;
   }
   
  .register1 .lang{
	  margin-top: 10px;
  }
   .InputGroup {
	display: flex;
	height: 40px;
   }
   .InputGroup input{
	   width: auto;
   }
   /**
	* 1. Hides the input from view
	* 2. Ensures the element does not consume any space
	*/
   
   input[type="radio"] {
	 visibility: hidden; /* 1 */
	 height: 0; /* 2 */
	 width: 0; /* 2 */
   }
   .location1 label{
	   background: #fff !important;
   }
   .lang label {
	 display: flex;
	 flex: auto;
	 vertical-align: middle;
	 align-items: center;
	 justify-content: center;
	 text-align: center;
	 cursor: pointer;
	 background-color: var(--color-gray);
	 color: #535353;
	 font-size: 12px;
	 padding: 5px 10px;
	 border-radius: 6px;
	 transition: color --transition-fast ease-out, 
				 background-color --transition-fast ease-in;
	 user-select: none;
	margin-right: 8px;
   }
   
   label:last-of-type {
	margin-right: 0;
   }
   
   input[type="radio"]:checked + label {
	 background-color: #4a17a3;
	 color: #fff;
   }
   
   input[type="radio"]:hover:not(:checked) + label {
	background-color: #4a17a3;
	color: #fff;
   }
   
 .indexpage label{
	 text-align: left !important;
	 font-size: 16px !important;
 }  
 .indexpage .in-name input{
	width: 300px;
 }
 .register .age input{
	width: 75% !important;
    font-size: 14px;
    outline: none;
    border: 1px solid #bbb;
    padding: 6px;
    color: #000;
    background: #ffffff;
 }

 
SELECT{
  padding: 5px;
}
.selectform select{
  width:24.5%;
  padding: 5px;
}
.selectform1 select{
  width:36%;
  padding: 5px;
}
.lang1 select{
  width:36% !important;
  padding: 5px;
}
.lang1 input[type="text"]{
	width: 36% !important;
}
@media (max-width:768px){
	.lang select{
		width: 100%;
	}.place .place{
		width: 100%;
	}.InputGroup{
		display: contents;
	}.agileits-register{
		bottom: 180% !important;
	}
	.selectform select{
	  width:25%;
	  padding: 5px;
	}
	.selectform1 select{
	  width:100%;
	  padding: 5px;
	}
	.lang1 select{
	  width:100% !important;
	  padding: 5px;
	}
	.lang1 input[type="text"]{
		width: 100% !important;
	}
}

.profile input[type="submit"]{
	/* float: none; */
	text-align: center !important;
}


.resp-tab-item .hor_1 .resp-tab-active{
    background: #9d45df !important;
}
.last-pro {
    margin-top: -69px;
	position:relative;
	float: right;
}
.last-pro img{
	text-align: right;
	height: 50px;
	width: auto;
	background: none;
	border-radius: 50%;
	margin-top:10px;
}
.pa-nav > li > a{
	text-align: right;
	float: right;
	padding: 0px !important;
}
.pa-navbar{
	margin-top:5px !important;
	text-align: center !important;
}
.pa-nav > li > a:hover{
	background: none !important;
}
.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl{
	justify-content: inherit !important;
	display: block !important;
}
.last-pro li{
	list-style-type: none !important;
}
.dropdown-toggle::after{
	display: none !important;
}
.last-pro ul li a{
	font-size: 15px !important;
}.last-pro ul{
	padding: 10px 0px;
}
.profile .row{
	display: inherit !important;
}
.pa-edit {
    left: -22px !important;
    min-width: 7rem !important;
}
.last-pro .pa-edit li a{
	font-size: 13px !important;
}
.last-pro .pa-edit li a:hover{
	background: #461e93 !important;
	color: #fff !important;
}
/* .last-pro .pa-edit li a{
	color: #fff !important;
	background: #461e93 !important;
} */
.w3_gender1{
	margin-top: 5px;
}





/*=============================================
=            22. Pricing table Css           =
==============================================*/
.pricing-table-wrapper {
	margin-bottom: -30px;
  }
  
  .pricing-table-area{
	  padding: 80px 0px;
  }

  .pricing-table-area h3{
	  margin-bottom: 40px !important;
  }
  .pricing-table-one {
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .pricing-table-one .pricing-table {
	margin-bottom: 30px;
  }
  
  .pricing-table-one .pricing-table__inner {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	text-align: center;
	padding: 49px 20px 51px;
	border-radius: 5px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
			box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
  }
  
  .pricing-table-one .pricing-table__header {
	margin-bottom: 25px;
  }
  
  .pricing-table-one .pricing-table__header .sub-title {
	font-size: 15px;
	line-height: 1.5;
	color: inherit;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 21px;
	z-index: 2;
	position: relative;
  }
  
  .pricing-table-one .pricing-table__image {
	position: relative;
	width: 162px;
	height: 162px;
	border-radius: 50%;
	margin: 0 auto 20px;
	background-image: -webkit-linear-gradient(290deg, #fbf7f4 0%, #fefdfd 100%);
	background-image: -o-linear-gradient(290deg, #fbf7f4 0%, #fefdfd 100%);
	background-image: linear-gradient(160deg, #fbf7f4 0%, #fefdfd 100%);
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
  }
  
  .pricing-table-one .pricing-table__title {
	color: #ccc;
	margin-bottom: 19px;
	font-size: 15px;
	text-transform: uppercase;
	z-index: 1;
	position: relative;
  }
  
  .pricing-table-one .pricing-table__price-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
		-ms-flex-align: start;
			align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
	font-weight: 500;
  }
  
  .pricing-table-one .pricing-table__price-wrap .currency {
	font-size: 15px;
	margin-bottom: 0;
	color: #ababab;
  }
  
  .pricing-table-one .pricing-table__price-wrap .price {
	font-size: 56px;
	line-height: .8;
	margin: 0 4px;
	font-weight: 300;
	color: #333;
  }
  
  .pricing-table-one .pricing-table__price-wrap .period {
	font-size: 15px;
	margin-bottom: 0;
	color: #ababab;
	-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
			align-self: flex-end;
  }
  
  .pricing-table-one .pricing-table__list {
	margin: 29px auto 0;
	max-width: 270px;
  }
  
  .pricing-table-one .pricing-table__list li {
	position: relative;
	display: block;
	padding: 7px 0 7px 31px;
  }
  
  .pricing-table-one .pricing-table__list li::before {
	content: '\f00c';
	color: #d2a98e;
	position: absolute;
	top: 12px;
	left: 0;
	display: inline-block;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
  }
  
  .pricing-table-one .pricing-table__list li .featured {
	font-weight: 500;
  }
  
  .pricing-table-one .pricing-table__footer {
	margin-top: 30px;
	padding-top: 8px;
  }
  
  .pricing-table-one .pricing-table__footer .ht-btn {
	width: 180px;
	max-width: 100%;
  }
  
  .pricing-table-one .pricing-table__footer .ht-btn--outline {
	border-width: 1px;
  }
  
  .pricing-table-one .pricing-table__feature-mark {
	position: absolute;
	top: 0;
	right: 0;
	height: 92px;
	width: 92px;
	background: #d2a98e;
  }
  
  .pricing-table-one .pricing-table__feature-mark::after {
	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
	background: none repeat scroll 0 0 #fff;
	content: "";
	height: 159px;
	right: 23px;
	position: absolute;
	top: 10px;
	width: 100%;
  }
  
  .pricing-table-one .pricing-table__feature-mark span {
	position: absolute;
	top: 20px;
	right: 7px;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.19;
	display: block;
	color: #fff;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
	width: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
  }
  
  .pricing-table-one .pricing-table:hover .pricing-table__inner {
	-webkit-box-shadow: 0 41px 43px rgba(51, 51, 51, 0.07);
			box-shadow: 0 41px 43px rgba(51, 51, 51, 0.07);
	border: 0 solid transparent;
	-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
			transform: translateY(-5px);
  }
  
  .pricing-table-one .pricing-table--popular .pricing-table__inner {
	border: 0 solid transparent;
	padding: 49px 20px 51px;
  }
  
  .pricing-table-two .pricing-table {
	margin-bottom: 30px;
  }
  
  .pricing-table-two .pricing-table__inner {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	text-align: center;
	padding: 34px 20px 40px;
	border: 1px solid #dce6ed;
	border-radius: 5px;
	background-color: #ffffff;
  }
  
  .pricing-table-two .pricing-table__header {
	margin-bottom: 25px;
  }
  
  .pricing-table-two .pricing-table__title {
	color: #333;
	margin-bottom: 24px;
  }
  
  .pricing-table-two .pricing-table__price-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
		-ms-flex-align: start;
			align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
  }
  
  .pricing-table-two .pricing-table__price-wrap .currency {
	font-size: 15px;
	margin-bottom: 0;
	color: #ababab;
  }
  
  .pricing-table-two .pricing-table__price-wrap .price {
	font-size: 56px;
	line-height: .8;
	margin: 0 4px;
	font-weight: 300;
	color: #333;
  }
  
  .pricing-table-two .pricing-table__price-wrap .period {
	font-size: 15px;
	margin-bottom: 0;
	color: #ababab;
	-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
			align-self: flex-end;
  }
  
  .pricing-table-two .pricing-table__list li {
	position: relative;
	display: block;
	padding: 5px 0;
  }
  
  .pricing-table-two .pricing-table__list li .featured {
	font-weight: 500;
  }
  
  .pricing-table-two .pricing-table__footer {
	margin-top: 30px;
  }
  
  .pricing-table-two .pricing-table__footer .ht-btn {
	width: 180px;
	max-width: 100%;
	background: #fff;
	color: #461e93;
	border: 1px solid #461e93;
	padding: 10px 15px;
	border-radius: 5px;
	text-decoration: none;
  }
  
  .pricing-table-two .pricing-table__footer .ht-btn:hover {
	background: #461e93;
	padding: 10px 15px;
	color: #fff !important;
	border: 1px solid #461e93;
  }
  
  .pricing-table-two .pricing-table__feature-mark {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 0;
	height: 0;
	border-top: 88px solid #d2a98e;
	border-bottom: 88px solid transparent;
	border-left: 88px solid transparent;
  }
  
  .pricing-table-two .pricing-table__feature-mark span {
	position: absolute;
	top: -72px;
	right: 6px;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.19;
	display: block;
	color: #fff;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
  }
  
  .pricing-table-two .pricing-table:hover .pricing-table__inner {
	-webkit-box-shadow: 0 2px 30px rgba(89, 69, 230, 0.12);
			box-shadow: 0 2px 30px rgba(89, 69, 230, 0.12);
	border: 0 solid transparent;
	padding: 35px 21px 41px;
	-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
			transform: translateY(-5px);
  }
  
  .pricing-table-two .pricing-table--popular .pricing-table__inner {
	-webkit-box-shadow: 0 2px 30px rgba(89, 69, 230, 0.12);
			box-shadow: 0 2px 30px rgba(89, 69, 230, 0.12);
	border: 0 solid transparent;
	padding: 35px 21px 41px;
	background: #461e93;
  }
  
  .pricing-table-two .pricing-table--popular .pricing-table__title {
	color: #ffffff;
  }
  
  .pricing-table-two .pricing-table--popular .pricing-table__price-wrap .currency {
	color: #ffffff;
  }
  
  .pricing-table-two .pricing-table--popular .pricing-table__price-wrap .price {
	color: #ffffff;
  }
  
  .pricing-table-two .pricing-table--popular .pricing-table__price-wrap .period {
	color: #ffffff;
  }
  
  .pricing-table-two .pricing-table--popular .pricing-table__list li {
	color: #ffffff;
  }
  
  .ht-plans-menu .tab__item:first-child a {
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
  }
  
  .ht-plans-menu .tab__item:last-child a {
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
  }
  
  .ht-plans-menu .tab__item a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	border: 1px solid #ededed;
	background: #fff;
	color: #454545;
	padding: 18px 10px 16px;
	min-width: 160px;
	border-radius: 0;
  }
  
  .ht-plans-menu .tab__item a.active {
	background: #086AD8;
	color: #ffffff;
	border-color: #086AD8 !important;
  }
  
  /*=====  End of pricing table  ======*/
  .form11{
      float:right;
      margin-top:10px;
      background:#4a17a3;
      color:#fff !important;
      padding:7px 10px;
  }
  .form22,.formback22{
      background:#4a17a3;
      color:#fff !important;
      padding:7px 10px;
  }
  .form33,.formback33{
      background:#4a17a3;
      color:#fff !important;
      padding:7px 10px;
  }
  .formback44{
      background:#4a17a3;
      color:#fff !important;
      padding:7px 10px;
  }
  .w3ls-login{
      background:#4a17a3;
      color:#fff !important;
      padding:7px 10px;
      margin-top:0px;
  }
  
  .pa-btn{
      float:right;
      margin-top:10px;
  }
/*  .agileits-register input[type="submit"] {*/
/*    outline: none;*/
/*    padding: 11px 30px 8px;*/
/*    letter-spacing: 1px;*/
/*    font-size: 13px;*/
/*    color: #fff;*/
    /* border: none; */
/*    background: #4a17a3;*/
/*    margin: 20px 0 0;*/
/*    text-transform: uppercase;*/
/*    float: right;*/
/*    transition: 0.5s all;*/
/*    -webkit-transition: 0.5s all;*/
/*    -moz-transition: 0.5s all;*/
/*    -ms-transition: 0.5s all;*/
/*    -o-transition: 0.5s all;*/
/*}*/

.regis-form.form2 h4{
    margin:10px 0px 20px;
}
.regis-form.form3 h4{
    margin:10px 0px 20px;
}
.regis-form.form1 h4{
    margin:10px 0px 20px;
}
.regis-form.form4 h4{
    margin:10px 0px 20px;
}
.register-box .lang textarea{
    width:75%;
}
.register-box .married input{
    width:75%;
}
.regis-form span {
    color: black !important;
}
.breadcrumb1 {
    display: none;
    width: 100%;
}
.registerbtn {
    background-color: #4a17a3;
    -webkit-border-radius: 10px;
    border-radius: 5px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 17px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
.contactpage p {
    margin: 10px;
    /* font-size: large; */
    /* display: flex; */
    border: 1px dashed;
    padding: 15px;
    min-height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.registerbtn {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 5px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 17px;
    padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: black; -webkit-box-shadow: 0 0 3px black; }
  50% { background-color: #4a17a3; -webkit-box-shadow: 0 0 40px #4a17a3; }
  100% { background-color: #00ACEE; -webkit-box-shadow: 0 0 3px #00ACEE; }
}

@-moz-keyframes glowing {
   0% { background-color: black; -webkit-box-shadow: 0 0 3px black; }
  50% { background-color: #4a17a3; -webkit-box-shadow: 0 0 40px #4a17a3; }
  100% { background-color: #00ACEE; -webkit-box-shadow: 0 0 3px #00ACEE; }
}

@-o-keyframes glowing {
  0% { background-color: black; -webkit-box-shadow: 0 0 3px black; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #4a17a3; }
  100% { background-color: #00ACEE; -webkit-box-shadow: 0 0 3px #00ACEE; }
}

@keyframes glowing {
 0% { background-color: black; -webkit-box-shadow: 0 0 3px black; }
  50% { background-color: #4a17a3; -webkit-box-shadow: 0 0 40px #4a17a3; }
  100% { background-color: #00ACEE; -webkit-box-shadow: 0 0 3px #00ACEE; }
}
header {
    padding: 0px !important;
    position: fixed;
    width: 100%;
    z-index:999;
}