html,
body {
    margin: 0;
    font-size: 100%;
    font-family: 'Dosis', sans-serif;
	background:#00407d;
}

body a {
    text-decoration: 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;
    font-family: 'Dosis', sans-serif;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Dosis', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}

p {
    font-size: 1em;
    color: #333;
    line-height: 2em;
    letter-spacing: 1px;
	font-weight:500;
}

ul {
    margin: 0;
    padding: 0;
}

/*--/header --*/

.container-fluid.gallery-lightbox.my-5 {
    padding-left: 5px;
}

.content-main-w3 {
    position: relative;
    background: #00407d;
    padding: 3em 0;
}

a.navbar-brand {
    font-size: 2.5em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

a.navbar-brand span {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 4.2px;
    margin-top: -10px;

}

li.nav-item {
    padding: 0 20px;
}

.logo-wthree i {
    color: #fff;
    text-shadow: none;
    font-size: .9em;
}

.bg-light {
    background-color: transparent !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #fbb034;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #fbb034;
    text-decoration: line-through;
}

/*-- //header --*/
/*--about--*/
h2.title-wthree{
      font-size:3em;
     text-transform: uppercase;
}
h3.tittle{
      font-size:2em;
}
.about-right h3.ttile {
    font-size: 1.4em;
    line-height: 1.3em;
}

h4.sub-tittle {
    margin: 1.2em 0 0 0;
    font-size: 15px;
    color: #007cc0;
    text-transform: uppercase;
    font-weight: 500;
}

ul.author li {
    list-style: none;
    margin: 0 2em 0 0em;
}

ul.author li img {
    border-radius: 50%;
    -weblit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #ddd;
}

ul.author li {
    color: #888;
    font-size: 0.8em;
    letter-spacing: 1px;
}

ul.author li span {
    display: block;
    font-weight: 600;
    color: #37393c;
    font-size: 1.3em;
}

.about-right {
    padding-left: 3em;
}
/*-- stats --*/

.stats_info p {
    font-size: 2.5em;
    letter-spacing: 1px;
    line-height: 2;
    color: #ec1c24;
    font-weight: 800;
}
.stats_info h4 {
    color: #4f4f50;
    font-size: 0.85em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1em;
}
.stats_info i {
    font-size: 2.3em;
    color: #3f3f40;
    margin: 0;
    margin-top: 1.5em;
}
.stats_bottom_grid_left img {
	margin: 0 auto;
}
.stats_info {
	text-align: center;
	padding: 0;
	border-top: none;
	border-bottom: none;
}

.stats_info:nth-child(3) {
	border-right: 0px;
}

.stats_info:nth-child(2) {
	border-left: 0px;
	border-right: 0px;
}
/*--//stats--*/
/*--team--*/

/*********************** Demo - 16 *******************/

.box16 {
    text-align: center;
    color: #fff;
    position: relative
}

.box16 .box-content,
.box16:after {
    width: 100%;
    position: absolute;
    left: 0
}

.box16:after {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 69%, rgba(0, 0, 0, .76) 100%);
    top: 0;
    transition: all .5s ease 0s
}

.box16 .post,
.box16 .title-wthree {
    transform: translateY(145px);
    transition: all .4s cubic-bezier(.13, .62, .81, .91) 0s
}

.box16:hover:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .09) 11%, rgba(0, 0, 0, .12) 13%, rgba(0, 0, 0, .19) 20%, rgba(0, 0, 0, .29) 28%, rgba(0, 0, 0, .29) 29%, rgba(0, 0, 0, .42) 38%, rgba(0, 0, 0, .46) 43%, rgba(0, 0, 0, .53) 47%, rgba(0, 0, 0, .75) 69%, rgba(0, 0, 0, .87) 84%, rgba(0, 0, 0, .98) 99%, rgba(0, 0, 0, .94) 100%)
}

.box16 img {
    width: 100%;
    height: auto;
}

.box16 .box-content {
    padding: 20px;
    margin-bottom: 20px;
    bottom: 0;
    z-index: 1
}

.box16 .title-wthree {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.box16 .post {
    display: block;
    padding: 8px 0;
    font-size: 15px
}

.box16 .social li a,
.box17 .icon li a {
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
}

.box16:hover .post,
.box16:hover .title-wthree {
    transform: translateY(0)
}

.box16 .social {
    list-style: none;
    padding: 0 0 5px;
    margin: 40px 0 25px;
    opacity: 0;
    position: relative;
    transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
    transition: all .6s cubic-bezier(0, 0, .58, 1) 0s
}

.box16:hover .social {
    opacity: 1;
    transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0)
}

.box16 .social:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: -23px;
    left: 0;
    right: 0
}

.box16 .social li {
    display: inline-block
}

.box16 .social li a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 40px;
    background: #ffc107;
    margin-right: 10px;
    transition: all .3s ease 0s;
}

.box17 .icon li,
.box17 .icon li a {
    display: inline-block
}

.box16 .social li a:hover {
    background: #007cc0;
}

.box16 .social li:last-child a {
    margin-right: 0
}

@media only screen and (max-width:990px) {
    .box16 {
        margin-bottom: 30px
    }
}

/*--//team--*/
/*-- Pricing --*/
#plans {
    background: #fbb034;
}
.price-main-info .card-header h4 {
    color: #f7f7f7;
    font-size: 1.7em;
    font-weight: 600;
    line-height: 1em;
    padding-top: 2em;
}

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

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

.price-main-info .card-body {
    background: #fff;
    padding: 4em 1em;
}

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

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

ul.list-unstyled li {
    font-size: 15px;
    color: #7d7d7d;
    line-height: 2.5em;
}

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

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

.price-inner .log-in a {
    font-size: 0.9em;
}

.price-inner.card h4 {
    color: #a7aaad;
    font-size: 1.1em;
}

.price-main-info.card {
    border-radius: 0;
    border: none;
    background: none;
}
a.hover-2.btn {
    border: 2px solid #ffc107;
    color: #444;
    padding:0.4em 1.2em;
}
a.hover-2.btn:hover {
    background:#ffc107;
}
/*--//Pricing--*/
/*--/contact--*/

.main_grid_contact {
    background: #f7f7f7;
    padding: 9em 5em;
}

.main_grid_contact label {
    color: #676b6d;
    letter-spacing: 1px;
    font-size: 1.2em;
}

.main_grid_contact input[type="text"],
.main_grid_contact input[type="email"],
.main_grid_contact textarea {
    outline: none;
    padding: 15px 15px;
    font-size: 14px;
    color: #777;
    background: #fff;
    width: 100%;
    letter-spacing: 1px;
    border: 1px solid #ebeeef;
    border-radius: 0px;
}

.main_grid_contact textarea {
    min-height: 80px;
    margin: 1em 0em;
    resize: none;
}

.main_grid_contact .input-group1 input[type="submit"] {
    outline: none;
    padding: 20px 0;
    font-size: 19px;
    color: #fff;
    background: #343a40;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0px;
}

.main_grid_contact .input-group1 input[type="submit"]:hover {
    background: #007cc0;
}

.map {
    padding: 0;
}

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

.address-grid-w3ls i {
    font-size: 1.5em;
    color: #ffc107;
    background: #323435;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    line-height: 2.5em;
}

.address-right h6 {
    font-size: 1.2em;
    color: #3f4142;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

.address-right p,
.address-right p a {
    color: #7c848c;
}

.main_grid_contact h4 {
    font-size: 2em;
    color: #464646;
    text-shadow: 0 1px 2px rgba(18, 18, 19, 0.13);
    text-transform: uppercase;
}
/*--//contact--*/
/*-- /footer --*/

footer {
    margin: 0 auto;
    width: 90%;
    border-top: 1px ridge rgba(8, 93, 140, 0.48);
}

.inner-page-footer {
    background: #007cc0;
    padding: 2em 0;
    width: 100%;
    border-top: 1px ridge rgba(8, 93, 140, 0.48);
}

.social_media_w3layouts {
    margin: 2em 0 2em 0;
}

.social_media_w3layouts ul li {
    margin: 0 0.5em;
    font-size: 1.2em;
}

.agileinfo_share {
    margin-right: 1em !important;
    color: #fff;
}

ul.social-icons li {
    list-style: none;
    display: inline-block;
}

ul.social-icons li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 34px;
    background: transparent;
    border: 2px solid #fff;
    text-align: center;
}

ul.social-icons li a:hover {
      color: #ffc107;
}
p.copy-right-w3ls {
    color: #fff;
    letter-spacing: 2px;
}

p.copy-right-w3ls a {
    color: #ffc107;
    text-decoration: none;
}

p.copy-right-w3ls a:hover {
    color: #fff;
}

/*-- //footer --*/

/*-- to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 120px;
    right: 0%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background:#104f71 url(../images/move_up.png) no-repeat 11px 11px;
}

#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //to-top --*/
@media(max-width:1280px){
	.main_grid_contact {
        background: #f7f7f7;
        padding: 6em 4em;
    }
    h3.tittle {
        font-size: 1.6em;
    }
    .logo-wthree img {
    height:40px;
    margin-bottom:10px;
}


}
@media(max-width:991px){
	ul.navbar-nav.mx-auto {
        text-align: center;
        margin-top: 1em;
    }
    .content-main-w3 {
        padding: 0em 0;
    }
    .about-right {
        padding-left: 1em;
        margin-top: 2em;
    }
    .box16 .social li a {
        display: block;
        width: 36px;
        height: 36px;
        line-height: 40px;
        margin-right: 0px;
        transition: all .3s ease 0s;
    }
    .team-gd {
        margin-top: 1em;
    }
    .box16 .post {
        display: block;
        padding: 0px 0;
        font-size: 15px;
    }
    .box16 .title-wthree {
        font-size: 17px;
        margin: 0px 0 5px;
    }
    .box16 .box-content {
        padding: 0px 5px;
        margin-bottom: 49px;
        bottom: 0;
        z-index: 1;
    }
    .price-main-info .card-body {
        padding: 2em 0em;
        margin-top:1em;
    }
    .testimonials-gd {
        float: left;
        width: 50%;
    }
    .main_grid_contact {
        padding: 4em 3em;
    }
}
@media(max-width:900px){
	h2.title-wthree {
      font-size: 2.4em;
    }

}
@media(max-width:800px){
	.box16 .title-wthree {
        font-size: 15px;
        margin: 0px 0 5px;
    }
}
@media(max-width:767px){
	.inner-page-footer {
        padding: 1em 0;
    }
    .address-right.text-left {
        margin-top: 1em;
    }
    .address-info {
        margin-top: 1em;
    }
    .price-main-info:nth-child(2) {
        margin: 1em 0;
    }
    .main_grid_contact {
        padding: 4em 2em;
    }

}
@media(max-width:736px){
	h2.title-wthree {
      font-size: 2.2em;
    }
    .address-right.text-left {
        margin-top: 1em;
        text-align: center!important;
    }
}
@media(max-width:667px){
   .main_grid_contact h4 {
    font-size: 1.6em;
    }
}
@media(max-width:640px){
	h2.title-wthree {
        font-size:2em;
    }
    .inner-page-footer {
        padding: 1em 2em;
    }
   
}
@media(max-width:600px){
	.address-right h6 {
       font-size: 1em;
    }
     .content-main-w3 {
        padding: 1.5em 0;
    }
}
@media(max-width:568px){
	.main_grid_contact label {
        font-size: 1em;
    }
    a.navbar-brand span {
        font-size: 12px;
        letter-spacing: 3px;
        margin-top: -10px;
    }
}
@media(max-width:480px){
	.testimonials-gd {
        float: left;
        width: 100%;
    }
    .main_grid_contact h4 {
    font-size: 1.4em;
    }

.gallery_grid1 .title-box {
    margin-top:1px;
}
.logo-wthree img {
    height:40px;
    margin-bottom:10px;
}


}
@media(max-width:440px){
	h2.title-wthree {
        font-size: 1.8em;
    }
}
@media(max-width:414px){
	
}
@media(max-width:384px){
	
}
@media(max-width:375px){
	
}
@media(max-width:320px){
	
}
/*--//responsive--*/


.whatsapp-icon-bar {
    position: fixed;
    bottom: 0%;
right:0%;
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translatexY(-50%);
    z-index: 99999;
	padding: 8px 0 0 0; 
    
}

.icon-bar-2 a {
float:left;
    display: block;
    text-align: center;
    padding: 6px 20px 20px 20px;
    transition: all 0.3s ease;
    color: white;
    font-size: 26px;
    border-radius:10px 10px 0 0;
box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.2);
border:1px solid #e29509;
}


.icon-bar-2 {
    position: fixed;
    left: 42%;
bottom:-8%;
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translatexY(-50%);
    z-index: 99999;
	padding: 20px 0 0 0; 
    
}

.whatsapp-icon-bar a {
float:left;
    display: block;
    text-align: center;
    padding: 6px 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 28px;
    border-radius:10px 0 0 10px;
box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.2);
border:1px solid #02983a;
}



.icon-bar {
    position: fixed;
    bottom: 0%;
left:0%;
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translatexY(-50%);
    z-index: 99999;
	padding: 8px 0 0 0; 
}

.icon-bar a {
float:right;
    display: block;
    text-align: center;
    padding: 6px 20px;
    transition: all 0.3s ease;
    color: white;
    font-size: 26px;
    border-radius:0 10px 10px 0;
box-shadow: -3px 3px 0px 0px rgba(0,0,0,0.2);
border:1px solid #104f71;
}


.icon-bar a.user{
    color: #FFF;
	background:#dd4b39;
}
.icon-bar a.user:hover {
    color: #FFF;
	background:#dd4b39;
}
.whatsapp-icon-bar a.whatsapp  {
    color: #FFF;
	background:#0aad47;
}
.whatsapp-icon-bar a.whatsapp:hover {
    color: #FFF;  
	background:#0aad47;
}

.icon-bar a.mailto  {
    color: #FFF;
	background:#dd4b39;
}

.icon-bar a.home  {
    color: #FFF;
	background:#dd4b39;
}


.gallery_effect a figure center h4 {
    color: #00407d;
	padding:4px;
}

.gallery_effect a figure center h4:hover {
    color: #FF4081;
}

.gallery_grid1 {
margin-bottom:20px;
}

.logo-wthree p, .logo-wthree h2 {
color: #FFF;
}



.md-content button.md-close {
float:right;
top:0px;
}

h4.md-trigger {
    cursor: context-menu;
    padding: 6px;
    color: #dd4b39;
    background: #FFF;
    text-transform: uppercase;
    font-weight: 600;
}

.title-box {
    color:#333;

} 







/*--strat-login-form--*/
.login-form{
	background:url(../images/login-bg.png) no-repeat;
	width:358px;
	height:410px;
	display:block;
	position: absolute;
	top: 28%;
	left:38%;
}
.user{
 background: url(../images/user-icon.png) no-repeat #FFFFFF 1% 50%;
	height:30px;
	width:30px;
	display:block;
}
.lock{
	background:url(../images/lock-icon.png) no-repeat #FFFFFF 1% 50%;
	height:30px;
	width:30px;
	display:block;
}
.login-form form {
	width:80%;
	margin:0 auto;
}
.span  img{
	vertical-align:left;
}
.login-form form input[type="text"]{
	width: 99%;
	font-size: 0.872em;
	outline: none;
	font-weight:600;
	color:#3D474C;
	padding: 0.2em 0em;
	margin: 1.5em auto;
	text-indent: 37px;
	font-family: 'Open Sans',sans-serif;
	border: 1px solid;
	border-color: #FFF;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-webkit-appearance: none;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius: 6px;
	box-shadow: 0px 0px 8px 1px #000;
}
.login-form form input[type="text"]:hover{
	border-color:#3C4449;
}
.login-form form input[type="password"]{
	width: 99%;
	font-size: 0.875em;
	outline: none;
	font-weight:600;
	color:#3D474C;
	padding: 0.2em 0em;
	margin: 1.5em auto;
	text-indent: 37px;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid;
	border-color: #FFF;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-webkit-appearance: none;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius: 6px;
	box-shadow: 0px 0px 8px 1px #000;
}
.login-form form input[type="password"]:hover{
	border-color:#3C4449;
}
.login-form h1{
	color: #FFF;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	padding-top: 60px;
	text-shadow: 0px 0px 10px #000;
	-webkit-text-shadow: 0px 0px 10px #000;
	-moz-text-shadow: 0px 0px 10px #000;
	-o-text-shadow: 0px 0px 10px #000;
}
.submit{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 0.3em 0.38em 0.22em 0.4em;
}
.login-form form input[type="submit"]{
	font-size: 16px;
	width: 100%;
	display: inline-block;
	font-weight: 800;
	color: #FFF;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	cursor: pointer;
	border-bottom: 0px solid #0088dd;
	border-top: 0px solid #fff;
	outline: none;
	padding: 0.8em 0.6em;
	border-left: none;
	border-right: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;
	text-transform: capitalize;
	background: #0088dd;
	background: -moz-linear-gradient(top, #0088dd 0%, #38a7ec 50%, #1a8cd4 50%, #1a8cd4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0088dd), color-stop(50%,#38a7ec), color-stop(50%,#1a8cd4), color-stop(100%,#1a8cd4));
	background: -webkit-linear-gradient(top, #0088dd 0%,#0a94ea 50%,#0a94ea 50%,#0088dd 100%);
	background: -o-linear-gradient(top, #0088dd 0%,#0a94ea 50%,#0a94ea 50%,#0088dd 100%);
	background: -ms-linear-gradient(top, #0088dd 0%,#0a94ea 50%,#0a94ea 50%,#0088dd 100%);
	background: linear-gradient(to bottom, #0088dd 0%,#0a94ea 50%,#0a94ea 50%,#0088dd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088dd', endColorstr='#1a8cd4',GradientType=0 );
}
.login-form form input[type="submit"]:hover{
	background: #0088dd; /* Old browsers */
	background: -moz-linear-gradient(top, #0088dd 0%, #38a7ec 50%, #1a8cd4 50%, #1a8cd4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0088dd), color-stop(50%,#38a7ec), color-stop(50%,#1a8cd4), color-stop(100%,#1a8cd4));
	background: -webkit-linear-gradient(top, #0088dd 0%,#0a94ea 50%,#0a94ea 50%,#0088dd 100%);
	background: -o-linear-gradient(top, #0088dd 0%,#0a94ea 50%,#0a94ea 50%,#0088dd 100%);
	background: -ms-linear-gradient(top, #0088dd 0%,#0a94ea 50%,#0a94ea 50%,#0088dd 100%);
	background: linear-gradient(to bottom, #0088dd 0%,#0a94ea 50%,#0a94ea 50%,#0088dd 100%);
}
/*--//End-login-form--*/
/*--start-check-box--*/

.uncheked{
	height:20px;
	width:20px;
	display:block;
	background:url(../images/check-sprit.png) no-repeat;
}
.cheked{
	height:20px;
	width:20px;
	display:block;
	background:url(../images/check-sprit.png) no-repeat 50% 50%;
	color:#394146;
}
.col_checkbox {
	display: inline-flex;
}
.disabled{
	height:20px;
	width:20px;
	display:block;
	background:url(../images/check-sprit.png) no-repeat 0% 100%;
}
.checkbox-grid-left input[type="checkbox"]{
	display:none;
}
.checkbox-grid-left input[type="checkbox"]+label{
	display:inline-block;
}
.Remember-me
{
	margin: 5% 0%;
}
.checkbox-grid-left Remember me{
	display:block;
	padding:5px;
}
.col_checkbox a{
	color: #D4D4D4;
	font-size: 0.9em;
	margin-top: 3px;
}

.checkbox-grid-right p{
	display:block;
	padding:5px;
}
.forget-pass a{
	float:right;
	color: #D4D4D4;
	font-size:0.9em;
	margin-top: 3px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.forget-pass a:hover{
	color:#A4C92F;
}
input[type=checkbox] {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;	
	background-repeat: no-repeat;
	background-position: 0 0px;
	cursor: pointer;
}
input[type=checkbox].css-checkbox10:checked + label.css-label10 {
}
input[type=checkbox].css-checkbox11 + label.css-label11 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: -79px 1px;
	cursor: pointer;
}
.copy-right {
	text-align: center;
	margin-top: 4em;
}
.copy-right p{
	font-size:0.875em;
	color:#D4D4D4;
}
.copy-right p a{
	color:#FFF;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.copy-right p a:hover{
	color:#A4C92F;
}

    	.login-form {
    	    top: 14%;
    	}


/*----start-responsive design-----*/
@media only screen and (max-width:1440px) and (min-width:1366px) {
	.login-form {
		top: 24%;
		left: 36%;
	}
}
@media only screen and (max-width:1366px) and (min-width:1280px) {
	.login-form {
		top: 24%;
		left: 36%;
	}
}
@media only screen and (max-width:1280px) and (min-width:1024px) {
	.login-form {
      
		top: 24%;
		left: 32%;
	}
}
@media only screen and (max-width:1024px) and (min-width:768px) {
	.login-form {
      width: 100%;
		top: 24%;
		left: 34%;
	}
  
      .login-form form input[type="text"] {
    width: 35%;
  margin-left:-20px;
}
.login-form form input[type="password"] {
    width: 35%;
  margin-left:-20px;
}
.login-form form input[type="submit"] {
  width: 35%;
  margin-left:-20px;
  }
 
  .Remember-me .col_checkbox {
    margin-left:-20px;
}
  .login-form h1 {
    margin-left:-57%;
  }  
}

@media only screen and (max-width:768px) and (min-width:640px) {
	.login-form {
      width: 100%;
		top: 24%;
		left: 26%;
	}
  
}
@media only screen and (max-width:640px) and (min-width:480px) {
	.login-form {
      width: 100%;
		top: 13%;
		left: 12%;
	}
  .login-form form input[type="text"] {
    width: 95%;
  margin-left:-20px;
}
.login-form form input[type="password"] {
    width: 95%;
  margin-left:-20px;
}
.login-form form input[type="submit"] {
  width: 95%;
  margin-left:-20px;
  }
 
  .Remember-me .col_checkbox {
    margin-left:-20px;
}
  .login-form h1 {
    margin-left:-54px;
  }
  
.login-form {
    width: 100%;
}
  
}
@media only screen and (max-width:480px) and (min-width:320px) {
	.login-form {
      width: 94%;
		top: 25%;
		left: 6%;
	}
  .login-form form input[type="text"] {
    width: 95%;
  margin-left:-10px;
}
.login-form form input[type="password"] {
    width: 95%;
  margin-left:-10px;
}
.login-form form input[type="submit"] {
  width: 95%;
  margin-left:-10px;
  }
 
  .Remember-me .col_checkbox {
    margin-left:-10px;
}
  .login-form h1 {
    margin-left:-24px;
  }  
  
  
	.login-form form input[type="text"],.login-form form input[type="submit"],.login-form form input[type="reset"]{
		-webkit-appearance:none; 
	}
}
@media only screen and (max-width:320px) and (min-width:240px) {
	.login-form {
		top: 2%;
		left: 2.8%;
	}
	.login-form form {
		width: 77%;
	}
	.login-form h1 {
		padding-top: 46px;
	}
	.login-form form input[type="text"],.login-form form input[type="submit"],.login-form form input[type="reset"]{
		-webkit-appearance:none; 
	}
	.login-form form input[type="text"] {
		margin: 0.7em auto;
	}
	.login-form {
		background: url(../images/login-bg.png) no-repeat;
		width: 303px;
		background-size: 100%;
		height:300px;
	}
	.login-form form input[type="submit"] {
		padding: 0.4em 0.6em;
		font-size:15px;
	}
	.Remember-me {
		margin: 5% 0% 0 0;
	}
	.submit {
		padding: 0.2em 0.2em 0.12em 0.3em;
	}
	.forget-pass a {
		font-size: 0.8em;
	}
	.col_checkbox a {
		font-size: 0.841em;
	}
	.login-form h1 {
		font-size: 1em;
		margin-bottom: 1em;
	}
	.login-form form input[type="text"] {
		padding: 0.18em 0em;
		width:100%;
	}
}

html {
    overflow-y: scroll;
}