 @media (max-width: 767px){
.cover{
		height: 100vh;
		background-position-x: 65% !important;
	}
.cover_title{
		font-size: 2.5em;
	}
.section_scroll {
    bottom: 50px;
}
.profile_cover{margin-bottom: 30px;}
.counter_box{background-repeat: repeat-y;}
.counter_wrap{margin-bottom: 30px;}
.testimonial_box{background-repeat: repeat-y;}
.item_description{padding: 30px 15px;}
.single-slide-item p {
    color: #fff;
    /* margin-bottom: -11px; */
    font-size: 9px;
    letter-spacing: 4.5px;
    position: relative;
    color: #DFD6D6;
    bottom: 99px;
}
.single-slide-item h1 {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 7px;
    color: white;
    bottom: 85px;
    color: #CCCACA;
}
.dropdown {
    position: relative;
    /* display: inline-block; */
    float: none ! important;
 }
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: 32%;
    top: 26px;
 }
 .welcome-area, .welcome-slider-area, .welcome-slider-area div {
    height: auto;
  }
  .dropbtn {
    padding: 10px 0px;
   }
   .navbar-inverse .nav li a {
    padding: 10px 10px;
    font-size: 11px;
    text-transform: uppercase;
    color: rgb(56, 245, 228);
    letter-spacing: 2px;
}
.hover-effect_gallery .fa {
    bottom: 7%;
    margin-top: 1px;
    position: absolute;
    left: 38%;
    margin-left: 0px;
    width: 80px;
    height: 80px;
    line-height: 60px;
  
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 2px solid;
    border-radius: 40px;
    padding: 7px 0px 0px 23px;
}
.pro_title {
    position: absolute;
    top: 30px;
    font-size: 9px;
    color: rgb(56, 245, 228);
    letter-spacing: 1;
    letter-spacing: 1px;
    left: 4px;
}
.brand_title {
    display: block;
    padding: 8px 4px;
    float: left;
    font-size: 15px;
    letter-spacing: 4px;
    color: rgb(56, 245, 228);
}
}
/*--------------------------------------------------------------
#	Tablet (Ipad - Ipad pro) Responsive Styles
--------------------------------------------------------------*/
@media (min-width: 767px) and (max-width: 1023px){
.cover{
		background-position-x: 65% !important;
		background-size: cover;
	}
.contact_container{
		margin-bottom: 50px;
	}
.pro_title {
position: absolute;
/* left: 10px;*/
top: 30px;
font-size: 10px;
}
.brand_title {
display: block;
padding: 5px 0px;
float: left;
font-size: 17px;
letter-spacing: 4px;
}
.dropdown {
position: relative !important;
display: inline-block;
}
.dropdown:hover .dropdown-content {
display: block;
position: absolute;
    /*left: 125px;
    top: 21px;*/
}
.single-slide-item p {
margin-bottom: -11px;
font-size: 10px !important;
letter-spacing: 2.5px !important;
position: relative !important;
color: #DFD6D6;
bottom: 188px !important;
}
.single-slide-item h1 {
position: relative !important;
font-size: 20px !important;
font-weight: 400;
line-height: 1;
text-transform: uppercase;
letter-spacing: 1px !important;
color: white;
/* bottom: 310px; */
color: #CCCACA;
bottom: 193px !important;
}
section, footer {
padding: 30px 0px 0px 0px;
position: relative;
background-color: #ffffff;
border-bottom: 1px solid #fafafa;
}
.section_heading {
    padding-bottom: 20px;
}
.about_p {
  margin-top: 15px;
}
.welcome-area, .welcome-slider-area, .welcome-slider-area div {
 height: auto;
}
.dropbtn {
padding: 13px 0px;
}
.navbar-inverse .nav li a {
padding: 15px 10px;
font-size: 11px;
text-transform: uppercase;
color: rgb(56, 245, 228);
letter-spacing: 2px;
 }
 .hover-effect_gallery .fa {
bottom: 34%;
margin-top: 1px;
position: absolute;
left: 43%;
margin-left: 0px;
width: 80px;
height: 80px;
line-height: 60px;
-webkit-transition: all .5s;
transition: all .5s;
border: 2px solid;
border-radius: 40px;
padding: 7px 0px 0px 23px
}
}
/*MEDIA CSS STRAT 32O PX START HERE*/
@media (max-width: 320px){
.single-slide-item h1 {
    position: relative !important;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    color: white;
    /* bottom: 310px; */
    color: #CCCACA;
    bottom: 73px !important;
}
.pro_title {
    position: absolute;
    top: 30px;
    font-size: 9px;
    color: rgb(56, 245, 228);
    letter-spacing: 1;
    letter-spacing: 1px;
    left: 4px;
}
.single-slide-item p {
    color: #fff;
    margin-bottom: -11px;
    font-size: 10px !important;
    letter-spacing: 2.5px !important;
    position: relative !important;
    color: #DFD6D6;
    bottom: 73px !important;
}
section, footer {
    padding: 30px 0px 0px 0px;
    position: relative;
    background-color: #ffffff;
    border-bottom: 1px solid #fafafa;
  }
.section_heading {
  padding-bottom: 20px;
   }
    .dropbtn {
    padding: 10px 0px;
   }
   .navbar-inverse .nav li a {
    padding: 10px 10px;
    font-size: 11px;
    text-transform: uppercase;
    color: rgb(56, 245, 228);
    letter-spacing: 2px;
   }
   .hover-effect_gallery .fa {
    bottom: 7%;
    margin-top: 1px;
    position: absolute;
    left: 34%;
    margin-left: 0px;
    width: 80px;
    height: 80px;
    line-height: 60px;
  
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 2px solid;
    border-radius: 40px;
    padding: 7px 0px 0px 23px;
}
.brand_title {
    display: block;
    padding: 8px 4px;
    float: left;
    font-size: 15px;
    letter-spacing: 4px;
    color: rgb(56, 245, 228);
}
}
@media (min-width: 768px) and (max-width: 1024px){
.single-slide-item p {
   color: #fff;
    /* margin-bottom: -11px; */
    font-size: 13px;
    letter-spacing: 6.5px;
    position: relative;
    color: #DFD6D6;
    bottom: 259px;
      }
  .single-slide-item h1 {
    position: relative;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 7px;
    color: white;
    bottom: 257px;
    color: #CCCACA;
     }    
}

/*MEDIA CSS STRAT 32O PX START HERE*/