/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html,body{
	padding:0;
	margin:0;
	background:  background: rgba(253, 254, 255, 0.53);
	letter-spacing:1px;
font-family: 'Dosis', sans-serif;
background-image: url(../images/editedapps.png);
background-size:cover;
 width: 100vw;
 min-height:300px;
 height:auto;   
}
body a{outline:none;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-decoration:none;
}
body a:hover {
	text-decoration: none;
}

body a:focus, a:hover {
	text-decoration: none;
}
.pos-relative {
    position: relative;
}

/* Position Relative */

.pos-absolute {
    position: absolute;
}

/* Position Absolute */

.vertical-base {
    vertical-align: baseline;
}

/* vertical align baseline */

.vertical-top {
    vertical-align: top;
}

/* vertical align top */

nav.vertical ul li {
    display: block;
}

/* vertical menu */

nav.horizontal ul li {
    display: inline-block;
}

/* horizontal menu */

img {
    max-width: 100%;
}

/*end reset*/

body {
   
}

/*--header--*/


h1 span {
    color: #030323;
}

/*--//header--*/

/*-- content --*/
.insidecontrol {
	width:100%;
	max-width:700px;
	margin:0 auto;
	padding: 1em 1em ;
    background: rgba(253, 254, 255, 0.53);
	text-align:center;
	
}
.sub-main-w3 {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.sub-main-w3 form {
	width:100%;
	height:100%;
	overflow: visible;
    margin: 0 auto;
  
    padding: 5px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.placeinside {
	width:90%;
	height:100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.form-style-agile {
	margin-bottom: 0.7em;
	flex-basis: 100%;
	-webkit-flex-basis: 100%;
	width:100%;
}

.sub-main-w3 label {
	font-size: 14px;
	color: #000;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 6px;
	text-transform: capitalize;
	letter-spacing: 1px;
	float: left;
}

.sub-main-w3 label i {
    font-size: 15px;
    margin-left: 5px;
    color: #030323;
    border-radius: 50%;
    line-height: 1.9;
    text-align: center;
}

.form-style-agile input[type="text"],
.form-style-agile input[type="password"],
    .form-style-agile input[type="email"],
    .form-style-agile input[type="number"],select,input[type="number"],select,input[type="number"],input[type="date"],input[type="datetime-local"],input[type="file"],input[type="search"],input[type="tel"] {
	width: 100%;
	color: #000;
	outline: none;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px;
	box-sizing: border-box;
	border: none;
	border-bottom: 2px solid #030323;
	background: #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.49);
}

.memnutext{
	color:#fff;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menubutton {
	color: #FFF;
	background: #030353;
	border: solid thin #030323;
	margin-top: 15px;
	min-height: 45px;
	outline: none;
	width: 100%;
	margin: 0 auto;
	font-size: 15px;
	cursor: pointer;
	letter-spacing: 2px;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	  background: linear-gradient(to bottom, #144aa8, #123984, #0e2861, #081841, #030323);
	border-radius: 5px;
	font-weight: 700;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
		height: auto;
}

.menubutton:hover {
 
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.listtext{
	color:#fff;
}
.listbutton {
	background: #FFF;
	border: none;
	margin-top: 5px;
	min-height: 35px;
	height: auto;
	outline: none;
	width: 100%;
	margin:0 auto;
	font-size: 14px;
	cursor: pointer;
	letter-spacing: 2px;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	font-weight: 700;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
}

.listbutton:hover {
 
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.listbutton h3 {
	font-weight:bold;
	
}
.logoutbutton {
	
	display:table-cell;
	vertical-align: bottom;
	padding-left:10px;
	
	
}
.divinside
{
	background: #030323;
	padding:7px;
	float:right;
	color: #fff;
	
	border: none;
	
	min-height: 25px;
	height: auto;
	outline: none;
	margin:0 auto;
	font-size: 14px;
	cursor: pointer;
	letter-spacing: 2px;

	font-weight: 700;
	text-align:center;
	
		-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	
	
}
.divsetup
{
	
		-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
	float:right;
	 border-top: 35px solid #030323 ;
      border-right: 35px solid transparent;
}
.logoutbutton:hover {
 
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.pickbutton {
    color: #fff;
	float:left;
  
    border: none;
	text-align:center;
    outline: none;
    width: 9.2%;
	padding-top:7px;
	padding-bottom:7px;
	margin-right:2px;
	margin-bottom:2px;
    font-size: 15px;
	font-weight:500;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
 
}
.pickbuttonlast {
    color: #fff;
	float:left;
  
    border: none;
	text-align:center;
    outline: none;
    width: 10%;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:2px;
    font-size: 16px;
	font-weight:500;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
 
}
.pickbutton:hover {
  
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.pickbuttonunselect
{
	   background: #FFF;
	  color:#000;
	 
}
.pickbuttonselect
{
	  background: #030323;
}
.pickbankselect
{
	  background: #F00;
}
.hideselectvalue
{
	display:none;
	visibility:hidden;
}
.disable
{
}
.showselectvalue
{
	visibility:visible;
	display:block;
	
}
.selectvalue {
    color: #FFF;
    background: #FFF;
    border: none;
    padding: 5px 0;
    margin-top: 10px;
	min-height:30px;
	height:auto;
    outline: none;
    width: 100%;
    font-size: 16px;
    letter-spacing: 2px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.49);
	visibility:hidden;
	display:none;
	
}
.selectvalueagainst {
    color: #FFF;
    background: #FFF;
    border: none;
    padding: 5px 0;
    margin-top: 10px;
	min-height:30px;
	height:auto;
    outline: none;
    width: 100%;
    font-size: 16px;
    letter-spacing: 2px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.49);
	cursor:pointer;	
}
.setBorder
{
	border: #F00 thin solid;
}

.selectarea {
    color: #FFF;
    border: none;
    margin-top: 10px;
	min-height:30px;
	height:auto;
    outline: none;
    
	width:100%;
    font-size: 15px;
   
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
	
}
.selectareainside {
	margin:0 auto;
	min-height:30px;
	height:auto;
    outline: none;
    
	width:auto;
	
}


.actionbutton {
	color: #030353;
	border: none;
	outline: none;
	cursor: pointer;
	letter-spacing: 2px;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
   }

.actionbutton:hover {
	color:#036;

    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.sub-main-w3 input[type="submit"] {
	color: #FFF;
	background: #030323;
	
	border: none;
	padding: 13px 0;
	margin-top: 30px;
	outline: none;
	width: 100%;
	font-size: 17px;
	cursor: pointer;
	letter-spacing: 2px;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	box-shadow: inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
	 background: linear-gradient(to bottom, #144aa8, #123984, #0e2861, #081841, #030323);
	border-radius: 5px;
	text-transform:capitalize;
}

.sub-main-w3 input[type="submit"]:hover {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.wthree-text {
    width: 100%;
}

.wthree-text ul li:nth-child(1) {
    float: left;
}

.wthree-text ul li:nth-child(2) {
    float: right;
}

.wthree-text ul li {
    display: inline-block;
}

.wthree-text ul li a {
	color: #030323;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
  
}

/*-- checkbox --*/

.wthree-text label {
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.wthree-text {
    text-align: center;
}

input.checkbox {
    background: #030323;
    cursor: pointer;
    width: 1.2em;
    height: 1.2em;
    vertical-align: text-bottom;
}

input.checkbox:before {
    content: "";
    position: absolute;
    width: 1.2em;
    height: 1.2em;
    background: inherit;
    cursor: pointer;
}

input.checkbox:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    width: 1em;
    height: 1em;
    border: 1px solid #fff;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

input.checkbox:checked:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .5rem;
    border-color: #fff;
    border-top-color: transparent;
    border-right-color: transparent;
}

.anim input.checkbox:checked:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .5rem;
    border-color: transparent;
    border-right-color: transparent;
    animation: .4s rippling .4s ease;
    animation-fill-mode: forwards;
}

.changebanner
{
	max-height:200px;
}
.clear{clear:both;}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	letter-spacing:1px;
	font-family: 'Dosis', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	padding:0;
font-family: 'Dosis', sans-serif;
	letter-spacing:1px;
}	
p{
	margin:0;
	padding:0;
	letter-spacing:1px;
font-family: 'Dosis', sans-serif;

}
ul{
	margin:0;
	padding:0;
}
/*-- //header --*/ 
/*-- //Reset-Code --*/
.about,.services,.gallery,.contact,.team {padding:6em 0;}
.services,.team{background:#000;}

.title {
        font-size: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 12px;
}
.clr-white{color: #000;}
/*-- header --*/
/*--header start here--*/
.top-nav{
background: #fff;}
.banner {
    background: url(../images/b2.jpg)no-repeat center;
    background-size: cover;
    min-height: 800px;
}
.nav > li > a {
    position: relative;
    display: block;
}
nav.navbar.navbar-default.navbar-fixed-top {
	    position: absolute;
		    border: none;
}

.navbar-nav {
    float:none; 
    margin: 0;
}
.navbar-nav > li {
    text-align: center;
	width:10.6%;
}
div#navbar {
    padding: 0px ;
}
ul.nav.navbar-nav li a {
	font-size: 16px;
	color: #000;
	padding: 20px 0px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul.nav.navbar-nav li a:hover{
	    background: rgba(0, 0, 255, 0);
	 border-right: 3px solid #ff4f81;
      border-left: 3px solid #ff4f81;
    color: #000;
		transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.navbar-fixed-top {
    top: 83px;
}
/*--end nav bar--*/
/*-- search --*/
.search-w3ls {
	margin-top: 5px;
	float: right;
	display: inline-block;
	width: 250px;
	border: 3px solid #000;
}
input#search2 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    height: 40px;
	outline:none;
	background-color:transparent;
}
.search-w3ls button.btn.btn-default {
	    width: 40px;
    height: 40px;
    background: #050113;
    outline: none;
    color: #fff;
    border: none;
	border-radius:0;
}
.navbar-inverse {
    background-color:rgba(255, 0, 0, 0);
    border-color:transparent;
}
.navbar-wrapper .nav>li>a {
     position: relative; 
    display: block;
    padding: 10px 15px;
    font-size:16px;
    font-weight:normal;
    margin:0 10px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: rgba(8, 8, 8, 0);
}

/*-- //search --*/
.w3-agile-logo {
    padding: 1em 2em ;
    background: rgba(253, 254, 255, 0.53);
}
.head-wl {
    text-align: center;

    margin: 0 auto;
}
.headder-w3 {
	float:left;
    display: inline-block;
}

.head-wl h1 a {
	text-transform: uppercase;
	color: #ff4f81;
	font-size: 40px;
}
.head-wl h1 a span{color:#000;}
/*-- banner--*/ 
.navbar {margin-bottom:0em;}
.banner-w3x{
	background-size: cover;
	min-height: 200px;
	
	
}
.banner-w3{
	background-size: cover;
	 width: 100%;
 min-height: 100vh;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	   
}
.w3l-info {
    margin-top: 7em;
}
.w3l-info h4{
    font-size: 63px;
    color: #ffffff;
	font-weight:600;
}
.w3l-info p{font-size: 14px;
    letter-spacing: 1px;
    color: #e6e6e6;
    padding: 0px 19em;
    line-height: 2em;
    text-align: center;
	margin:1.5em 0;}
	.w3layouts_more-buttn a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    background:#ff4f81;
    outline: none;
    padding: 10px 22px;
    border: 2px solid #ff4f81;
}
.w3layouts_more-buttn a:hover {
    background: #fff;
    color: #000;
}
/*-- //banner --*/ 
img {    width: 100%;
}
.out-info p{ 
   font-size: 15px;
    letter-spacing: 2px;
    color: #000;
    padding: 10px;
    line-height: 27px;
}
h4.modal-title{ 
   font-size: 32px;
    color: #ff4f81;
    letter-spacing: 2px;
    text-align: center;}
/*-- about --*/ 
.upper-about{text-align:center;
margin-bottom:2em;}
.upper-about h2{font-size: 30px;
    color: #ff4f81;
    text-align: center;
}
.upper-about p{    font-size: 15px;
line-height:25px;
    color: #807b7b;
    padding:20px 137px 0px;
}
.banner-bottom-girds {
    border: 1px solid rgba(226, 226, 226, 0.56);
    border-width: 0px 1px 1px;
}
.agileits-banner-grid:hover {
	-webkit-box-shadow: 2px 15px 70px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 15px 70px 2px rgba(0,0,0,0.75);
box-shadow: 2px 15px 70px 2px rgba(0,0,0,0.75);

}
.agileits-banner-grid {
    padding: 2em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.agileits-banner-grid:hover span.banner-icon, .bg-w3ls-active span.banner-icon {
    color: #000; 
}
.agileits-banner-grid h4 {
    font-size: 22px;
    margin: 1em 0 0;
     color: #ff4f81; 
    font-weight: 600;
}
span.banner-icon {
    color: #fff;
    font-size: 2.5em;
}
.agileits-banner-grid:hover.agileits-banner-grid p,.bg-w3ls-active.agileits-banner-grid p {
    color: #fff;
}
.agileits-banner-grid p {
	line-height: 25px;
	margin: 1em auto 2em;
	font-size: 14px;
	color: #000;
	font-weight: 500;
}
a.w3_play_icon1 {
    border: none;
    outline: none;
    background: #ff4f81;
    padding:11px 14px;
    color: #fff;
	display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
a.w3_play_icon1:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.clr1{
	background-color: #146eb4;
	background-image: url(../images/loterytype.png);
}
.clr2{
	background-color: #2dde98;
	background-image: url(../images/loterytype.png);
}
.clr3{background:#8e43e7}
/*-- //about --*/
/*-- services --*/  

.up-border{
    padding: 25px 18px;
	-webkit-box-shadow:2px 15px 70px 2px rgba(144, 130, 130, 0.28);
    -moz-box-shadow:2px 15px 70px 2px rgba(144, 130, 130, 0.28);
    box-shadow: 2px 15px 70px 2px rgba(144, 130, 130, 0.28);
	    background: #fff;
	    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.up-border:hover{-webkit-box-shadow:0px 0px 0px 2px rgba(241, 236, 236, 0.21);
    -moz-box-shadow:0px 0px 0px 2px rgba(241, 236, 236, 0.21);
    box-shadow:0px 0px 0px 2px rgba(241, 236, 236, 0.21);
	border:0px;
}
.our-advantages-grd-left {
	   margin: 0px 0px 19px;
    text-align: center;
   line-height: 73px;
    height: 64px;
	width:64px;
    border-radius: 164px;
    -webkit-border-radius: 160px;
    -moz-border-radius: 160px;
    -ms-border-radius: 160px;
    -o-border-radius: 160px;
    background: #ff4f81;
}
.our-advantages-grd-left span{
    color: #fff;
    font-size: 26px;
}
.our-advantages-grd-right h4 {
    font-size: 16px;
    color: #000;
	letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 31px;
}
.icons-left {
    font-size: 20px;
    margin-right: 20px;
    color: #ff4f81;
}
.one,.two{margin-bottom:30px;}
.our-advantages-grd-to-right{    padding: 0px;
    border-left: 2px solid #ff4f81;
    padding-left: 18px;
	text-align:center;
}
.our-advantages-grd-to-right p {
    color: #999;
    font-size: 14px;
    margin: 0;
    line-height: 26px;
}
.our-advantages-grd-to-right a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    margin-top: 25px;
    text-align: center;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    outline: none;
    border: 1px solid #000;
    padding: 8px 24px;
    border-radius: 20px;
    letter-spacing: 2px;
    background-color: white;
}
.our-advantages-grd-to-right a:hover {
    color: #fff;
    background-color: #ff4f81;
    border-color: #ff2b67;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*-- //services --*/ 
/*-- gallery --*/  
.gallery-grid-img{padding:0px}
.w3-agilepic:hover { 
background:#fff;
    -webkit-transform: rotateY(0) rotateX(0);
	-moz-transform: rotateY(0) rotateX(0);
	-o-transform: rotateY(0) rotateX(0);
	-ms-transform: rotateY(0) rotateX(0);
	transform: rotateY(0) rotateX(0);
}
/*-- //gallery --*/
/*-- team --*/ 
.t-info{text-align:center;
             border: 1px solid #000;
    padding: 10px;
	background:#ff4f81;
}
.t-info h5{font-size:19px;
          color:#000;
		  padding-bottom: 5px;
		  letter-spacing:1.5px;
		  }
.t-info p{font-size:15px;
letter-spacing:2px;
color:#fff;}		  
.team-agile-img {
	width:100%;
  background-color: #FFF;
  display: block; 
  overflow: hidden;
  position: relative; 
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.team-agile-img img { 
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.team-agile-img:before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.team-agile-img:hover {
  cursor: pointer;
}
.team-grids{padding:0PX 10PX;}
.team-agile-img:hover .view-caption {
  -moz-transform: translateY(0%) scale(1);
  -o-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  -webkit-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
}
.view-caption {
    background-color:rgba(1, 4, 6, 0.45);
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: translateY(150%) scale(1.5);
    -o-transform: translateY(150%) scale(1.5);
    -ms-transform: translateY(150%) scale(1.5);
    -webkit-transform: translateY(150%) scale(1.5);
    transform: translateY(150%) scale(1.5);
}
.view-caption ul {

  display: inline-block;
}
.view-caption ul li {
  display: inline-block;
}
.view-caption ul li a {
    background-color: #fff;
    border-radius: 50%;
    color: #095880;
    display: inline-block;
    margin: 0 2px;
    height: 28px;
    text-align: center;
    line-height: 30px;
    width: 28px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.view-caption ul li a:hover {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/*-- //team --*/ 
/*--contact--*/
.contact {
    background: url(../images/c1.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.contact-form {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.info ul {
    padding: 0;
    list-style: none;
}
.contact-form p {
    color: #999;
    margin: 1em 0 3em;
}
.form-left {
    padding-left: 0;
}

.contact input[type="text"],input[type="email"]{
    width: 100%;
    color: #fff;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .8em 1em;
    margin-bottom: 2em;
    border: none;
    border-bottom: solid 2px #fff;
    -webkit-appearance: none;
    display: inline-block;
		transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
 
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
     color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
     color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.contact textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #fff;
    font-size: 1em;
    outline: none;
    padding: .6em 1em;
    border: none;
    border-bottom: solid 2px #fff;
    min-height: 10em;
    -webkit-appearance: none;
		transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.contact input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.7em 5em;
    font-size: 14px;
    margin: 1em 0 0 0;
	border:1px solid #fff;
    -webkit-appearance: none;
    background: #ff4f81;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
	border-radius:5px;
}
.contact  input[type="submit"]:hover {
    background: none;
    color: #fff;
	border:1px solid #fff;
}
.contact input[type="text"]:hover,input[type="email"]:hover,.contact input[type="text"]:focus,input[type="email"]:focus,.contact textarea:hover,.contact textarea:focus{
    border-color:#ff4f81;
}
.contact-top {
    border: 2px solid #000;
    background: #bbb;
    padding: 1em;
}
.contact-top iframe {
    width: 100%;
    height: 400px;
    border: none;
}
.form-right{padding-right:0px;}
/*--//contact--*/
/*--//footer--*/

.buttom{background:#000;
        padding:2em 0em;}
		.email-btum{display:inline;}
.three-rows input[type="email"] {
	width:84%;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #ff4f81;
    outline: none;
    padding: 0.5em;
    font-size: 15px;
    color: #999999;

}
.btn1 {
    color: #dec6be;
    font-size: 18px;
    border: 1px solid #ff4f81;
    width: 14%;
    height: 38px;
    text-decoration: none;
    background:#ff4f81;
    transition: 0.5s all;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.mid-row h4,.three-rows  h4{
    font-size: 30px;
    color: #ff4f81;
    letter-spacing: 2px;
}
.three-rows{padding:35px;
            padding-bottom:0px}
.addres.up-out p:nth-child(1),.addres.up-out p:nth-child(2),.addres.up-out p:nth-child(3) {
    padding-top: 0px;
}
.three-rows  h4{   
 text-align: left;}
.mid-row p,.three-rows p{
    font-size: 15px;
    letter-spacing: 2px;
    color: #fff;
    padding: 0px 0px 21px;
    line-height: 26px;
}
.mid-row{border: 4px solid #ff4f81;
    color: #000;
    padding: 35px;
    text-align: center;
	background:#fff;
}
.mid-row p{ 
    text-align: center;
	color:#000;
}
.three-rows p{text-align: left;}
.social-icon span {
    margin-right:0.5em;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    border: 1px solid #ff4f81;
    font-size: 16px;
    cursor: pointer;
    color:#ff4f81;
	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.social-icon span:hover{color:#000;}
.icons-left {
    font-size: 20px;
    margin-right: 14px;
    color: #ff4f81;
}
.addres p {font-size:15px;
          color:#fff;
		  padding:10px 0px;}
.up-out{padding-top: 20px;}
.number,.number a{color:#ff4f81;}
.number a:hover{color:#fff;}
footer p {
	padding: 0.8em 0;
	text-align: center;
	font-size: 15px;
	color: black;
	letter-spacing: 1px;
}
footer p a {
    color: #000;
	text-decoration:underline;
}
footer p a:hover{color:#ff4f81;}
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 26px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
    width: 40px;
    height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/arr.png") no-repeat 0px 0px;
	background-size: 40px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*--responsive--*/
@media(max-width:1920px){
	
}
@media(max-width:1680px){
	
}
@media(max-width:1600px){
	
}
@media(max-width:1440px){
	
}
@media(max-width:1366px){
	
}
@media(max-width:1280px){
.w3l-info {
	margin-top: 5.5em;
}
.banner-w3 {
    min-height: 600px;
}

.w3l-info p {
    padding: 0px 12em;
}
.upper-about p {
    padding: 20px 83px 0px;
}
}
@media(max-width:1080px){
	.w3l-info {
    margin-top: 7em;
}
.banner-w3 {
    min-height: 500px;
}

.w3l-info p {
    padding: 0px 12em;
}
.upper-about p {
    padding: 20px 83px 0px;
}
.agileits-banner-grid {
    padding: 2em 1em;
}
.about, .services, .gallery, .contact, .team {
    padding: 5em 0;
}
.contact-top iframe {
    height: 321px;
}	
.our-advantages-grd-to-right {
    padding-left: 14px;
}
.our-advantages-grd-to-right a {
    font-size: 13px;
    padding: 8px 17px;
    letter-spacing: 1px;
	    margin-top: 15px;
}
.our-advantages-grd-left span {
    font-size: 23px;
}
.our-advantages-grd-left {
    line-height: 66px;
    height: 60px;
    width: 60px;
}
.mid-row {
    padding: 24px 20px
}
.three-rows {
    padding: 22px 20px 0px;
}
.three-rows input[type="email"] {
    width: 82%;
}
.mid-row p, .three-rows p {
    font-size: 13px;
    letter-spacing: 1px;
}
.icons-left {
    font-size: 17px;
    margin-right: 10px;
}
.social-icon span {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 15px;
}
}
@media(max-width:1050px){
	.navbar-fixed-top {
    top: 76px;
}
ul.nav.navbar-nav li a {
    padding: 17px 0px;
}
.head-wl h1 a {
    font-size: 45px;
}
.search-w3ls {
    margin-top: 1px;
}
.w3l-info h4 {
    font-size: 58px
}
}
@media(max-width:1024px){
.banner-w3 {
    min-height: 500px;
}

.navbar-fixed-top {
    top: 75px;
}
.about, .services, .gallery, .contact, .team {
    padding: 4em 0;
}
.title {
    font-size: 46px;
	    letter-spacing: 10px;
}	
.upper-about p {
    padding: 12px 83px 0px;
}
.upper-about h2 {
    font-size: 28px;
}
.contact-top iframe {
    height: 300px;
}
}
@media(max-width:991px){
.w3l-info p {
    padding: 0px 4em;
}
.upper-about p {
    padding: 12px 9px 0px;
}
.about, .services, .gallery, .contact, .team {
    padding: 3.5em 0;
}	
span.banner-icon {
    font-size: 2em;
}
.agileits-banner-grid h4 {
    font-size: 21px;
}
.agileits-banner-grid p {
    font-size: 14px;
}
a.w3_play_icon1 {
    padding: 11px 12px;
    letter-spacing: 1px;
    font-size: 12px;
}
.our-advantages-grd-left {
    margin: 0px auto;
}
.our-advantages-grd-right h4 {
    margin: 10px 0px;
	text-align: center;
}
.our-advantages-grd-to-right {
	padding-left:0px;
	border-left:none;
	border-top:2px solid #ff4f81;
	padding-top:10px;
}
.view-caption {
    background-color: rgba(1, 4, 6, 0.45);
    bottom: 0;
}
.three-rows input[type="email"] {
    width: 75%;
    margin: 0px;
}
.buttom-down{padding-right:0px;}
.up-one{padding-left:0px;}
.btn1 {
    width: 18%;
}
.number, .number a {
    display: block;
}

}
@media(max-width:900px){
	.w3l-info {
    margin-top: 6em;
}
.w3l-info h4 {
    font-size: 53px;
}
.w3l-info p {
    margin: 1em 0;
}
.banner-w3 {
    min-height: 620px;
}
.title {
    font-size: 42px;
    letter-spacing: 7px;
    margin-bottom: 21px;
}
.upper-about {
    margin-bottom: 1.5em;
}	
}
@media(max-width:800px){

.banner-w3 {
    min-height: 520px;
}
.w3l-info h4 {
    font-size: 48px;
}
.w3l-info p {
    font-size: 13.5px;
}
.head-wl h1 a {
    font-size: 40px;
}
.upper-about p {
    font-size: 14px
}
.upper-about h2 {
    font-size: 25px;
}
.up-out {
    padding-top: 14px;
}	
.team-row{    width: 85%;
    margin: 0 auto;}
.team-grids {width:50%;}
.team-grids:nth-child(1),.team-grids:nth-child(2) {
    margin-bottom: 10px;
}
}
@media(max-width:768px){
	.contact-top iframe {
    height: 222px;
}
.title {
    font-size: 40px;
    letter-spacing: 5px;
}
.about, .services, .gallery, .contact, .team {
    padding: 2.5em 0;
}
.agileits-banner-grid h4 {
    margin: .5em 0 0;
}
.agileits-banner-grid p {
    margin: 1em auto 1em;
}
}
@media(max-width:767px){
	.stats-grid {margin-top:1.5em;}
	.navbar-toggle {background:#ff4f81;}
.icon-bar {background:white;}
.navbar-header{background:#fff
;}
.navbar-toggle {
margin-right: 28px;
}
.navbar-nav > li {
    margin: 0 auto;
    width: 100%;
}	
ul.nav.navbar-nav li a:hover {background:#ff4f81;}
.navbar-toggle:hover {
	
    border-color: #ff4f81;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
   background:#fff;
}

.form-right {
    padding-left: 0px;
}
.contact textarea {
    min-height: 7em;
}
.mid-row {
    margin-top: 29px;
}
.mid-row p, .three-rows p {
    padding: 0px 0px 9px;
}
.up-one {
	padding-top:0px;
    padding-right: 0px;
}
.buttom-down {
    padding-left: 0px;
}
.btn1 {
    width: 13.5%;
}
.three-rows input[type="email"] {
    width: 85.8%;
}
.number, .number a {
    display: inline-block;
}
}
@media(max-width:736px){
	.w3l-info {
	margin-top: 5em;
}
.banner-w3 {
    min-height: 503px;
}
.btn1 {
    width: 13%;
}
}
@media(max-width:667px){
	.w3l-info p {
    padding: 0px 1.5em;
}
.team-row {
    width: 85%;
}
.three-rows input[type="email"] {
    width: 85.5%;
}
}
@media(max-width:640px){
	.w3l-info h4 {
    font-size: 38px;
}
.w3l-info p {
    margin: 1em 0;
}
.contact-top iframe {
    height: 210px;
}
.buttom {
    padding: 1.2em 0em;
}
.three-rows input[type="email"] {
    width: 85%;
}
}
@media(max-width:600px){
	ul.nav.navbar-nav li a {
    padding: 10px 0px;
}
.head-wl h1 a {
    font-size: 36px;
}
.w3layouts_more-buttn a {
    letter-spacing: 1px;
    padding: 10px 18px;
}
.our-advantages-grid{
    width: 100%;
}
.three{margin-bottom:30px;}
.up-out {
    padding-top: 10px;
}
.three-rows input[type="email"] {
    width: 85.5%;
}
}
@media(max-width:568px){
.w3-agile-logo {
    padding: .5em 1em;
}	
.navbar-fixed-top {
    top: 62px;
}
.banner-w3 {
    min-height: 554px;
}
.w3l-info {
    margin-top: 8em;
}
.w3layouts_more-buttn a {
    font-size: 12px;
    padding: 10px 15px;
}
.our-advantages-grd-left {
    line-height: 63px;
    height: 54px;
    width: 54px;
}
.mid-row h4, .three-rows h4 {
    font-size: 27px;
    color: #ff4f81;
}
.social-icon span {
    width: 32px;
    height: 32px;
    line-height: 30px;
}
.team-row {
    width: 90%;
}
}
@media(max-width:480px){
.w3l-info h4 {
    font-size: 34px;
}
.w3l-info p {
    font-size: 13px;
}
.team-row {
    width: 70%;
    margin: 0 auto;
}
.team-grids {
    width: 99%;
}
footer p {
    font-size: 14px;
}
.team-grids:nth-child(3) {
    margin-bottom: 10px;
}
}
@media(max-width:440px){
.headder-w3 ,.search-w3ls{float:none;}
.headder-w3{    margin-bottom: 8px;}
.navbar-fixed-top {
    top: 113px;
}
.w3l-info h4 {
    font-size: 31px;
}
.w3l-info p {
    padding: 0px .5em;
}
.out-info p {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 7px;
    line-height: 26px;
}
.modal-header {
    padding: 7px;
}
.title {
    font-size: 38px;
}
.t-info h5 {
    font-size: 18px;
    letter-spacing: 1px;
}
.t-info {
    padding: 7px;
}
.contact-top iframe {
    height: 170px;
}
.mid-row {
    padding: 18px 20px;
}
.team-row {
    width: 76%
}
footer p {
    padding: 1em 1em;
    line-height: 24px;
}

}

@media(max-width:414px){
	.insidecontrol
	{
		padding:0em;
	}
	.form-style-agile input[type="text"],
    .form-style-agile input[type="password"],
    .form-style-agile input[type="email"],select {
        font-size: 13px;
        padding: 13px 15px;
    }
    .wthree-text ul li:nth-child(1) {
        
    }
    .wthree-text ul li:nth-child(2) {
       
    }
.banner-w3 {
    min-height: 500px;
}
.w3l-info {
    margin-top:5em;
}
.view-caption {
padding: 15px 14px;}	
.view-caption ul li a {
    height: 22px;
    line-height: 24px;
    width: 24px;
    font-size: 14px;	
}

}
@media(max-width:384px){
	.w3l-info h4 {
    font-size: 29px;
}
.title {
    font-size: 36px;
    letter-spacing: 2px;
}

.contact input[type="submit"] {
    padding: 0.7em 4em;
}
.team-row {
    width: 85%;
}
}
@media(max-width:375px){
.w3l-info p {
    line-height: 1.5em;
}	
.upper-about {
    margin-bottom: 1em;
}
.up-border {
    padding: 17px 13px;
}
}
@media(max-width:320px){
	.sub-main-w3 form {
        padding: 5px 4px;
		float:left;
		width:100%;
    }
	.w3l-info h4 {
    font-size: 24px;
}
.banner-w3 {
    min-height: 450px;
}
.w3l-info {
    margin-top: 5em;
}
.upper-about p {
    padding: 12px 4px 0px;
}
.up-border {
    padding: 17px 8px;
}
.our-advantages-grd-right h4 {
    font-size: 15px;
}
.our-advantages-grd-to-right p {
    font-size: 13px;
}
.title {
    font-size: 33px;
    letter-spacing: 1px;
}
.view-caption {
    padding: 15px 10px;
}

.contact-top iframe {
    height: 145px;
}
.three-rows input[type="email"] {
    width: 84.5%;
}
}
/*--//responsive--*/

.settoleft {
	float: left;
	height: auto;
	width: 50%;
}
.thirtydiv {
	width: 32.666666%;
	text-align:
}
.floatright
{
	float:right;
	text-align:right;
}
.floatleft
{
	float:left;
	text-align:left;
	margin-right:5px;
}
.floatcenter
{
	float:left;
	text-align:center;
}
.datemode {
	float: left;
	width: 32.666666%;
}
.insidemenubutton {
	padding-top: 2px;
	padding-left:5px;
	width: 100%;
	font-size: 15px;
	text-align:left;
}
.nopadding
{
	padding:0px;
}
.everydivuse {
	width: 32.66666%;
	
    background: #030323;
    border: none;
    padding: 2px 0;

    outline: none;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 2px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.49);
	text-align:center;
	margin-top:2px;
}
.everydivuse:hover {
    background: #000;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.textwidth
{
	max-width:7%;
	border:none;
	color:#000;
}
.icondisplay {
	float: left;
	height: auto;
	width: 15%;
	max-width:30px;
	margin-right:3px;
	margin-left:2px;
}
.icontext {
	float: left;
	height: auto;
	margin-right:4px;
	padding:5px;
	font-weight:bold;
}
.containernow
{
	width:100%;
	 display: table;
     position: absolute;
	height:90%;
}
.containerothers
{
	width:100%;
	min-height:100%;
height:auto;
	display:table;
}
.containerinside
{
	
	display: table-cell;
	height:100%;
	vertical-align:middle;
	
	
	
}
.containerinsidetop
{
	
	display:table-cell;
	vertical-align:top;
	height:auto;
	overflow:visible;
	
}
.thecontent
{
	width:95%;
	max-width:500px;
	min-height:100px;
	margin:0 auto;
	height:auto;
}
.topdiv
{
	width:100%;

	height:5%;
}
.floater {
    float: left;
    height: 50%;
    width: 100%;
    margin-bottom: -50px;
}
h1
{
	color: #000;
}
.topmessage {
	background-color: #999;
	width: 100%;
	color:#FFF;
	font-size:16px;
	font-weight:600;
	padding:5px;
}
.listselection {
	background-color: #FFF;
	width: 100%;
	color: #999;
	font-size:14px;
	font-weight:600;
	padding:2px;
	margin-bottom:5px;
	min-height:40px;
	height:auto;
	border-bottom:solid thin #999;
	border-top:solid thin #999;
	cursor:pointer;
}
.listselection a{
	
	color: #999;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
}
.textitop{
	
	color: #333;
	font-size:14px;
	font-weight:bold;
	width:100%;
	line-height:16px;
	height:auto;
	overflow:visible;
	word-break: break-word;
	overflow-wrap: break-word;
}
.textinside{
	margin-top:5px;
	
	color: #999;
	font-size:14px;
	font-weight:600;
	width:100%;
	line-height:14px;
}
.wraptext
{
	width:100%;
	height:auto;
	overflow:visible;
	word-break: break-word;
	overflow-wrap: break-word;
}
