@media (max-width:1024px){
.hero {
    position: absolute;
    top: 40%;
}
}
@media (max-width:991px){
.logow {
	width: 130px !important;
}
.wdth980none {
	width: inherit !important;
}
}
@media (max-width: 800px){
.hero h3 {
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    font-weight: bold;
    margin: 10px 0 20px 0;
    padding: 0;
    text-transform: capitalize;
    margin-right: -0.1em;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
    height: 50vh;
}
.fade-carousel .carousel-inner .item {
    height: 50vh;
}
.fade-carousel {
    position: relative;
    height: 50vh;
}
}
@media (max-width: 768px){
}
@media (max-width: 480px){
@media (max-width: 767px){
.mymnavbar .navbar-collapse {
    border: none;
    margin-bottom: 0;
    position: fixed;
    height: 100%;
    right: 0px;
    background-color: rgba(0,175,239,0.56);
	 padding-top: 30px;

}
}

@media (max-width: 480px){
.hero h3 {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 20px 0;
    padding: 0;
    text-transform: capitalize;
    margin-right: -0.1em;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.hero {
    position: absolute;
    top: 23%;
}
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
    height: 30vh;
}
.fade-carousel .carousel-inner .item {
    height: 30vh;
}
.fade-carousel {
    position: relative;
    height: 30vh;
}
}
@media (max-width: 320px){

.logow {
    width: 100px !important;
}
}
