/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.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{
	padding: 0;
    margin: 0;
	background:#aaa;
    background: url(../images/banner.jpg) no-repeat 0px 0px;
    font-family: 'Sansita', sans-serif;
    background-size: cover;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
/*-- w3layouts --*/
label{
	margin:0;
}
.content{
    padding: 4em 0;
}
.content h1{
    color: #FFFFFF;
    font-size: 48px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 60px;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
	
}
.agileits-top-slider{
	width: 27%;
    margin: 0 auto;
}
/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: 232px;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background: transparent url(../images/arrows.png) no-repeat left top;
}
.callbacks_nav.next {
	left: auto;
    background-position: right top;
    right: -64.5%;
 }
 .callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: -64.5%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 107%;
    left: 43%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 999;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
    display: inline-block;
    margin: 0;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 6px;
    width: 6px;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
    background: #333333;
    border: 2px solid #ffffff;
}
/*-- //slider --*/
/*-- Subscribe --*/
.Subscribe-w3ls {
    margin: 0 auto;
   background: rgba(33, 150, 243, 0.70);
    box-shadow: 0 0px 7px #757575;
    border-radius: 15px 50px;
	-webkit-border-radius:  15px 50px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	min-height:400px;
	padding:32px;
	text-align:center;
}
.sub-main {
	position: relative;
}
.sub-back h2{
	font-size: 100px;
    color: #fff;
   /*font-family: 'Sansita', sans-serif;*/
	font-family: 'Old Standard TT', serif;
}
.sub-head-w3l {
	text-align:center;
	position: absolute;
	width:100%;
	top:30%;
}
.sub-head-w3l h3 {
    font-size: 47px;
    color: #212121;
    text-transform: capitalize;
	font-family: 'Old Standard TT', serif;
}
.sub-head-w3l p {
    margin: 32px 0 0 0;
	font-size:15px;
	color:#212121;
	line-height:25px;
	font-family: 'Old Standard TT', serif
}
.form-w3ls {
	padding:90px 0 0 0;
}
.form-w3ls input[type="password"] {
    width: 94%;
    padding: 1em 1em 1em 1em;
    font-size: 0.8em;
    margin: 1em 0;
    outline: none;
    color: #212121;
	background: none;
    border: none;
	border-bottom: 2px dashed #212121;
    letter-spacing: 1px;
    text-align: center;
}
.form-w3ls .text-danger {
   
    color: #fa0404;
	background-color: #f1f0f0;  	
    letter-spacing: 1px;
    text-align: center;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #eee;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #eee;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #eee;
}
:-moz-placeholder { /* Firefox 18- */
  color: #eee;
}
.form-w3ls input[type="password"]:focus {
    background: #fff;
}
.form-w3ls input[type="submit"] {
    outline: none;
    padding: 0.9em 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    margin-top: 1em;
    border: none;
    color: #212121;
    cursor: pointer;
    background: #fff;
    box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
	border-radius: 30px; 
    -webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.form-w3ls input[type="submit"]:hover {
	color:#fff;
	background:#212121;
}
.subscribe2 {
	background: rgba(22, 200, 202, 0.71);
    border-radius:15px 50px;
}
.sub-head-w3l2 h3 {
    font-size: 47px;
    color: #212121;
    text-transform: capitalize;
	font-family: 'Old Standard TT', serif;
}
.sub-dash{
    background-color: #7ac143;
    height: 2px;
    width: 20%;
    margin: 16px auto;
    display: block;
}
.sub-head-w3l2 p {
	font-size:15px;
	color:#000;
	line-height:25px;
	font-family: 'Old Standard TT', serif
}
.form-w3ls2 {
	padding:55px 0 0 0;
}
.form-w3ls2 input[type="email"] {
    width: 91%;
    padding: 1em 1em 1em 1em;
    font-size: 0.8em;
    margin: 1em 0;
    outline: none;
    color: #fff;
	background: none;
    border: 2px solid #212121;
    letter-spacing: 1px;
    text-align: center;
}
.form-w3ls2 .success {  
    color:#4ffb55;   
    letter-spacing: 1px;
    text-align: center;
}
.form-w3ls2 .danger {  
    color:#fd6060;   
    letter-spacing: 1px;
    text-align: center;
}
.form-w3ls2 input[type="email"]:focus {
	background:#62754d;
}
.form-w3ls2 input[type="submit"] {
    outline: none;
    padding: 0.9em 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    margin-top: 1em;
    border: none;
    cursor: pointer;
    background: #7ac143;
    box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
	
}
.form-w3ls2 input[type="submit"]:hover {
	color:#fff;
	background:#000;
}
.subscribe3{
	background: rgba(169, 16, 230, 0.38);
}

.sub-head-w3l3 h3 {
    font-size: 47px;
    color: #fff;
    text-transform: capitalize;
	font-family: 'Old Standard TT', serif;
	text-align:left;
}
.sub-head-w3l3 p {
	font-size:15px;
	color:#ddd;
	text-align:left;
	line-height:25px;
	font-family: 'Old Standard TT', serif
}
.form-w3ls3 {
	padding:45px 0 0 0;
}
.form-w3ls3 input[type="email"] {
     width: 91%;
    padding: 1em 1em 1em 1em;
    font-size: 0.8em;
    margin: 1em 0;
    outline: none;
    color: #fff;
	background: none;
    border: 1px solid #fff;
    border-left: 5px solid #00BCD4;
    letter-spacing: 1px;
    text-align: left;
}
.form-w3ls3 input[type="email"]:focus {
    background: #2f0a42;
}
.form-w3ls3 input[type="submit"] {
    outline: none;
    padding: 0.9em 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    margin-top: 1em;
    border: none;
    color: #212121;
    cursor: pointer;
    background: #fff;
    box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
	border-radius: 30px; 
    -webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.form-w3ls3 input[type="submit"]:hover {
	color:#fff;
	background:#9707ef;
}

.copyright {
    text-align: center;
    margin: 112px 0 0 0;
}
.copyright p {
    color: #fff;
    font-size: 15px;
    margin: 0;
}
.copyright p a{
    color: #9e9e9e;
	text-decoration:none;
	font-size:15px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.copyright p a:hover {
    color: #fff;
}
/*-- //Subscribe --*/
/*-- responsive --*/
@media(max-width:1080px){
	.agileits-top-slider {
		width: 35%;
	}
	.form-w3ls input[type="password"]{
		width:90%;
	}
	.form-w3ls2 input[type="email"]{
		width:89%;
	}
	.form-w3ls3 input[type="email"]{
		width:89%;
	}
}
@media(max-width:991px){
	.agileits-top-slider {
		width: 40%;
	}
	.callbacks_nav.prev {
		left: -45.5%;
	}
	.callbacks_nav.next {	
		right: -45.5%;
	}
	.form-w3ls input[type="password"]{
		width:91%;
	}
	.form-w3ls2 input[type="email"]{
		width:90%;
	}
	.form-w3ls3 input[type="email"]{
		width:90%;
	}
}
@media(max-width:800px){
	.agileits-top-slider {
		width: 45%;
	}
	.form-w3ls3 input[type="email"]{
		width:89%;
	}
}
@media(max-width:768px){
	.agileits-top-slider {
		width: 50%;
	}
	.callbacks_nav.prev {
		left: -30.5%;
	}
	.callbacks_nav.next {	
		right: -30.5%;
	}
	.callbacks_tabs{
		left: 41%;
	}
}
@media(max-width:667px){
	.Subscribe-w3ls{
	    padding: 25px;
	}
	.agileits-top-slider {
		width: 60%;
	}
	.callbacks_nav.prev {
		left: -25.5%;
	}
	.callbacks_nav.next {	
		right: -25.5%;
	}
	.callbacks_tabs{
		left: 42%;
	}
	.form-w3ls3 input[type="email"]{
		width:90%;
	}

}
@media(max-width:600px){
	.form-w3ls3 input[type="email"]{
		width:89%;
	}
}
@media(max-width:480px){
	.agileits-top-slider {
		width: 70%;
	}
	.callbacks_nav.prev {
		left: -20.5%;
	}
	.callbacks_nav.next {	
		right: -20.5%;
	}
	.content h1 {
		font-size:35px;
	}
}
@media(max-width:414px){
	.Subscribe-w3ls {
		min-height: 380px;
	}
	.content {
		padding: 32px 0;
	}
	.content h1 {
		margin-bottom: 35px;
	}
	.sub-head-w3l2 h3 {
		font-size: 35px;
	}
	.sub-head-w3l3 h3 {
		font-size: 35px;
	}
	.form-w3ls input[type="password"] {
		width: 88%;
	}
	.form-w3ls2 input[type="email"] {
		width: 86%;
	}
	.form-w3ls3 input[type="email"] {
		width: 85%;
	}
	.form-w3ls3 {
		padding: 32px 0 0 0;
	}
	.callbacks_tabs {
		left: 40%;
	}
	.copyright {
		margin: 100px 0 0 0;
	}
}
@media(max-width:384px){
	.content h1 {
		font-size: 32px;
		margin-bottom: 35px;
	}
	.agileits-top-slider {
		width: 80%;
	}
	.callbacks_nav.prev {
		left: 0;
		top: 450px;
	}
	.callbacks_nav.next{
		right: 0;
		top: 450px;
	}
}
@media(max-width:320px){
	.content {
		padding: 22px 0;
	}
	.content h1 {
		font-size: 24px;
		font-weight: 600;
		margin-bottom: 22px;
	}	
	.agileits-top-slider {
		width: 90%;
	}
	.form-w3ls input[type="password"] {
		width: 86%;
	}
	.sub-head-w3l2 h3 {
		font-size: 33px;
	}
	.form-w3ls2 {
		padding: 60px 0 0 0;
	}
	.sub-head-w3l3 h3 {
		font-size: 32px;
	}
	.form-w3ls3 input[type="email"] {
		width: 84%;
	}
	.form-w3ls3 {
		padding: 22px 0 0 0;
	}
	.callbacks_tabs {
		left: 38%;
	}
	.copyright {
		margin: 96px 0 0 0;
	}
}
/*-- //responsive --*/

