@media screen and (min-width: 768px) {
   
   
    /* STYLES HERE */
}



@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 
    /* STYLES HERE */
    .thumbnail .team-img {
		width: 100%;
		height: 100%;
		border: 0;
		transition: all 0.5s;
		margin: 0;
	}
	
   
    .footer-contact {
		margin-bottom: 30px!important;
	}

	.footer-link {
		margin-bottom: 35px;
		margin-top: 35px;
	}
    .footer .copyright  p {
        margin: 5px 0;
        text-align: center;
    }

    .footer .copyright .col-md-6:last-child p {
        text-align: center!important;
    }
    .navbar-brand > img {
        width: 200px !important;
        height: auto;
        display: block;
        margin-top: -20px !important;
    }
    
    /* header video {*/
      /* display: none; */
    /*  width: 600px!important;*/
    /*  height: auto!important;*/
    /*}*/
    
  

}

@media only screen and (max-device-width: 480px) {
    /* STYLES HERE */
	
	.thumbnail img {
		height: 100% !important;
		width: 100% !important;
	}

	.thumbnail .team-img {
		width: 100%;
		height: 100%;
		border: 0;
		transition: all 0.5s;
		margin: 0;
	}

	.footer-contact {
		margin-bottom: 30px!important;
	}

	.footer-link {
		margin-bottom: 35px;
		margin-top: 35px;
	}

    .testimonial .section-header h2 {
    margin-bottom: 70px;
    font-size: 22px!important;
}


    .navbar-brand img {
        width: 50px;
        height: auto;
        margin-top: -4px;
    }

    
    
.top-bar {
    display: none!important;
    position: relative;
    height: 35px;
    background-image: linear-gradient(to right, #237abf, #00BCD4);
}
.navbar-toggle {
    margin-top: 4px!important;
}

 /*header video {*/
      /* display: none; */
 /*     width: 600px!important;*/
 /*     height: auto!important;*/
 /*   }*/



}



 @media only screen and (max-width: 600px) {
        .testimonial .section-header h2 {
            font-size: 30px;
            margin-bottom: 70px;
            font-weight: 600;
        }
    }

    @media only screen and (max-width: 830px) {
        .navbar-brand > img {
            width: 200px!important;
            height: auto;
            display: block;
            margin-top: -18px!important;
        }
    }

    @media only screen and (max-width: 390px) {
    .team-head {
        font-weight: 600;
        line-height: 20px;
        margin: 0;
        font-size: 30px!important;
        font-weight: 600;
        margin-bottom: 80px;
        color: #666;
    }
    .testimonial .section-header h2 {
        margin-bottom: 70px;
        font-size: 22px;
    }
}





