.main {
    width:30%;
    margin: 0 auto 0 auto;
    background: rgba(22,24,27,.35);
    padding: 30px 64px;

}
.main h2 {
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
    padding-bottom: 9px;
    border-bottom: solid 1px #FFF;

}
.main p {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin: 25px 0;
}
.main form input[type="text"],.main form input[type="email"],.main form input[type="password"] {
    width: 100%;
    padding: 6px;
    font-size: 14px;
    border: none;
    border-bottom: 2px solid #e6e6e6;
    outline: none;
    color: #000;
    margin-bottom: 20px;

}

.main form select {
    width: 100%;
    padding: 9px 2px;
    font-size: 14px;
    border: none;
    border-bottom: 2px solid #e6e6e6;
    outline: none;
    color: #000;
    margin-bottom: 20px;
    

}
.main h5 {
    color: #fff;
    margin-bottom: 8px;
	font-size:15px;
}
.main form input[type="text"]:hover, .main form input[type="password"]:hover,.main form input[type="email"]:hover{
	border-bottom: 2px solid #f78e7e;
	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;
}

.main form input[type="submit"] {
        background:#3a7cdd;
    color: #FFFFFF;
    text-align: center;
    padding: 14px 0;
    border: none;
    border-bottom:5px solid #868e96;
    font-size: 17px;
    outline: none;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0px;

}
.main form input[type="submit"]:hover{
       background:#d1101d;
    border-bottom:5px solid #666666;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.slider {
    position: relative;
}


.main.add {
    margin-bottom: 0;
    position: absolute;
    bottom: 0em;
    right: 8em;
	/*bottom: 4em;*/
	z-index: 100;
    top:0;

    
}

.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 55%;
    left: 40px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 47px;
    width: 47px;
}
.callbacks_nav.next {
    left: auto;
    background: url(../images/left.png) no-repeat 11px 9px  #000;
    right: 78.6%;
}
.callbacks_nav.next:hover {
    background-color: #3a7cdd;
}
.callbacks_nav.prev {
    left: auto;
    background: url(../images/right.png) no-repeat 8px 10px #000;
    left: 14.4%;
}
.callbacks_nav.prev:hover {
    background-color: #3a7cdd;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  height:600px;
}
.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;
  }

  /*-- banner-top --*/
.w3layouts-banner-top{
    background: url(../img/slider-1.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;
	min-height:700px;
}
.w3layouts-banner-top1{
	background: url(../img/single-services.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;
	min-height:700px;
}
.w3layouts-banner-top3{
	background: url(../img/slider-3.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;	
	min-height:700px;
}


.banner-dott, .banner-dott1 {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
	min-height:770px;
}

.slider-info {
	padding:14em 0 0;
}

.slider-info h3,.slider-info h2 {
    font-size: 3.7em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 550;
    letter-spacing: 0px;
}
.slider-info h4 {
    font-size: 3.7em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 0.2em 0em .7em;
}

.slider-info i {
    font-size: 4em;
    color: #fff;
}


.w3ls-button a {
    color: #ffffff;
    font-size: 16px;
    padding: .8em 1em;
    text-decoration: none;
    background: #0aab8a;
    text-align: center;
    letter-spacing: 1px;
}
.w3ls-button a:hover {
    background: #343746;
}
.w3ls-button {
    margin: 2em 0;
}







/*/////////////media///////////////*/

@media(max-width:1366px){

.callbacks_nav.prev {
    left: auto;
    background: url(../images/right.png) no-repeat 8px 10px #000;
    left: 13.4%;
}
}

@media(max-width:1280px){

.callbacks_nav.prev {
    left: auto;
    background: url(../images/right.png) no-repeat 8px 10px #000;
    left: 8.4%;
}
.callbacks_nav.next {
    left: auto;
    background: url(../images/left.png) no-repeat 11px 9px #000;
    right: 82.6%;
    margin-right: -46px;
}
.main {
    width: 31%;
}
}








@media(max-width:1080px){

.main h2 {
    font-size: 24px;
}
.main {
    width: 35%;
}

.slider-info h3, .slider-info h2 {
    font-size: 3em;
}

}	


@media(max-width:1024px){
.main {
    width: 37%;
}
.slider-info h3, .slider-info h2 {
    font-size: 2.9em;
}
.slider-info {
    padding: 13em 0 0;
}
.callbacks_nav.prev {
    left: auto;
    background: url(../images/right.png) no-repeat 8px 10px #000;
    left: 6.4% !important;
}


}



@media(max-width:991px){

.rslides{
  height: auto;
}


.slider{
    background: #151515;
}


.main.add {
    position: static;
}

.w3layouts-banner-top,.w3layouts-banner-top1,.w3layouts-banner-top3 {
    min-height: 400px;
}

.slider-info-txt {
    width: 73%;
}

.slider-info {
    padding: 7em 0 0;
}

.callbacks_nav.prev {
    left: 15.4% !important;
}
.callbacks_nav.next {
    right: 71.6%;
}
.callbacks_nav {
    top: 69%;
}

.main {
    width: 52%;
}
.main.add {
    background: #151515;
}

.banner-dott, .banner-dott1 {
    min-height: 400px;
}

}




@media(max-width:667px){

.main {
    width: 67%;
}

}


@media(max-width:640px){

.slider-info h3, .slider-info h2 {
    font-size: 2.5em;
}

}

@media(max-width:568px){

.main {
    width: 69%;
}
.slider-info h3, .slider-info h2 {
    font-size: 2.4em;
}

}	


@media(max-width:480px){

.slider-info h3, .slider-info h2 {
    font-size: 2.1em;
}

.main {
    width: 80%;
}

}	


@media(max-width:414px){
.slider-info-txt {
    width: 87%;
}
.slider-info h3, .slider-info h2 {
    font-size: 1.8em;
}

.main {
    width: 92%;
}

}

@media(max-width:384px){

.slider-info-txt {
    width: 97%;
}
.main {
    width: 97%;
}

.slider-info h3, .slider-info h2 {
    font-size: 1.8em;
}

.main h2 {
    font-size: 21px;
}

}


@media(max-width:375px){
.main h2 {
    font-size: 20px;
}
.callbacks_nav.next {
    right: 64.6%;
}
.top-nav-text {
    width: 86%;
}
.slider-info h3, .slider-info h2 {
    font-size: 1.7em;
}

}





@media(max-width:320px){

.slider-info h3, .slider-info h2 {
    font-size: 1.7em;
}

.slider-info-txt {
    width: 100%;
}
.slider-info h3, .slider-info h2 {
    font-size: 1.8em;
}


.main h2 {
    font-size: 17px;
}
.main {
    padding: 26px 18px;
}


}










