/* only small desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  #hero-area .contents .head-title {
    font-size: 40px;
  }
  .services-item .services-content h3 a {
    font-size: 14px;
  }
}

/* tablets */
@media (max-width: 991px) {
	.banner_content h1{
		font-size: 30px;
	}
	.banner_content p {
		max-width: 100%;
		margin: 0 auto;
	}
	.banner_content{
		margin-top: 130px;
	}
	.about-content {
		margin-top: 30px;
	}
	.section-title {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.section-title:after {
		content: "";
		position: absolute;
		padding: 38px;
	}
	.services-item {
		margin-bottom: 30px;
	}
	.testimonial .description {
		text-align: center;
		padding: 20px 0;
	}
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
	.section-title {
		font-size: 30px;
		margin-bottom: 70px;
	}
	.services-item .services-content h3 a {
		font-size: 18px;
	}
	.services-item {
		margin-bottom: 30px;
	}
	
}

/* mobile or only mobile */
@media (max-width: 767px) {
	.navbar-light .navbar-nav .nav-link {
		color: #333;
		padding: 0 0 10px;
	}
	.funfact {
		margin-bottom: 30px;
	}
	.section-title {
		margin-bottom: 40px;
		font-size: 28px;
	}
	.navbar-brand img {
		margin: 5px 0;
		height: 40px !important;
	}
	.navbar-brand span {
		font-size: 16px !important;
		display: block;
		margin-left: 0 !important;
	}
	.banner_content {
		margin-top: 100px !important;
		text-align: center;
	}
	.banner_content h1 {
		font-size: 32px !important;
		line-height: 1.3;
	}
	.banner_content h3 {
		font-size: 16px !important;
	}
	.banner_content p {
		font-size: 13px;
		line-height: 1.6;
		padding: 10px 0;
	}
	.banner-images img {
		margin-top: 30px !important;
		max-width: 80%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.btn-common {
		font-size: 12px;
		padding: 10px 20px;
	}
	.btn-secondary.banner_btn {
		padding: 10px 20px !important;
		font-size: 13px;
	}
	.blog-image img{
		width: 100%;
	}
	.single_blog {
		margin-bottom: 30px;
	}
	.blog-thumb h4{
		font-size: 18px;
	}
	.contact-form-area {
		padding: 20px 10px;
	}
	.footer-right-area {
		margin-bottom: 30px;
	}
	.services-item {
		padding: 20px 15px;
	}
	.services-item .icon {
		width: 70px;
		height: 70px;
	}
	.services-item .services-content h3 a {
		font-size: 16px !important;
	}
	.social-icons .fa {
		font-size: 1.5em !important;
	}
	.footer-text p {
		font-size: 12px !important;
	}
	.diwali-greeting {
		padding: 8px !important;
	}
	.diwali-greeting h4 {
		font-size: 16px !important;
	}
	.diwali-greeting p {
		font-size: 11px !important;
	}
}

@media only screen and (max-width: 480px) { 
	.banner_content h3{
		font-size: 14px !important;
	}
	.banner_content h1{
		font-size: 24px !important;
		line-height: 1.2;
	}
	.banner_content p {
		font-size: 12px !important;
		line-height: 1.5;
	}
	.banner_content {
		margin-top: 80px !important;
		padding: 0 10px;
	}
	.about-content h3 {
		font-size: 20px;
		line-height: 28px;
	}
	.section-title {
		font-size: 24px !important;
		margin-bottom: 30px;
	}
	.blog-thumb h4{
		font-size: 16px;
	}
	.blog-info {
		padding: 12px 15px !important;
	}
	.contact-form-area h4{
		font-size: 14px;
	}
	.footer-right-contact .single-contact{
		margin: 10px 0px;
		padding: 3px 50px;
	}
	.footer-right-contact .single-contact p{
		font-size: 12px;
	}
	.navbar-brand span {
		font-size: 14px !important;
	}
	.navbar-brand img {
		height: 35px !important;
	}
	.services-item .services-content h3 a {
		font-size: 14px !important;
	}
	.announcement-ticker {
		height: 35px !important;
	}
	.announcement-ticker .app-link,
	.announcement-ticker .feature-text {
		font-size: 11px !important;
	}
	.funfact h3 {
		font-size: 32px !important;
	}
	.funfact p {
		font-size: 13px;
	}
	.funfact i {
		font-size: 60px !important;
	}
	container {
		padding-left: 15px;
		padding-right: 15px;
	}
}