@media all and (min-width: 1024px) and (max-width: 1280px) { }

@media all and (min-width: 768px) and (max-width: 1024px) { 
	.middle-content-body .main-name, .middle-content-body .slogan{
		font-size: 18px;
	}
}

@media all and (min-width: 480px) and (max-width: 768px) {

	.middle-content-body .main-name, .middle-content-body .slogan{
		font-size: 12px;
	}
}

@media all and (max-width: 480px) {
	.middle-content-body .main-name, .middle-content-body .slogan{
		font-size: 8px;
	}

}


/* Portrait */
@media screen and (orientation:portrait) { /* Portrait styles here */ }
/* Landscape */
@media screen and (orientation:landscape) { /* Landscape styles here */ }


/* CSS for iPhone, iPad, and Retina Displays */

/* Non-Retina */
@media screen and (-webkit-max-device-pixel-ratio: 1) {
}

/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
}

/* iPhone Portrait */
@media screen and (max-device-width: 480px) and (orientation:portrait) {
} 

/* iPhone Landscape */
@media screen and (max-device-width: 480px) and (orientation:landscape) {
}

/* iPad Portrait */
@media screen and (min-device-width: 481px) and (orientation:portrait) {
}

/* iPad Landscape */
@media screen and (min-device-width: 481px) and (orientation:landscape) {
}


/* Responsive css start */
@media all and (max-width: 1199px) {
	.py-5 {
		padding-top: 2rem!important;
		padding-bottom: 0rem!important;
	}
	.navbar a, .navbar a:focus{
		padding: 0.7vw 0.9vw;
    	font-size: 16px;
	}
	.middle-content-body .main-name, .middle-content-body .slogan{
		font-size: 20px;
	}
	.copyright{
		padding-top: 9px;
	}
}
@media all and (max-width: 991px) {
	section {
		padding: 40px 0;
	}
	.middle-content-body .main-name, .middle-content-body .slogan {
		font-size: 16px;
	}
	.header-container .right-content img {
		height: 90px;
	}
	.middle-content-body .small-no-one{
		top: -21px;
		font-size: 55px;
	}
	.middle-content-body .small-text {
		margin: 0 0px 5px 5px;
		font-size: 17px;
	}
	.mobile-nav-toggle {
		color: #ffffff;
	}
	.navbar-mobile ul{
		background-color: #473d3a;
	}
	.about .video-box{
		min-height: 400px;
	}
	.about .icon-box {
		margin-top: 10px;
	}
	.values .d-flex {
		display: block !important;
	}
	.card-text:last-child {
		margin-bottom: 1rem;
	}
	.values .col-6{
		width: 100%;
	}
	.values .col-8, .values .col-4, .values .col-7, .values .col-5{
		width: 100%;
	}
	.quality_img{
		width: 100%;
	}
}
@media all and (max-width: 767px) {
	section {
		padding: 20px 0;
	}
	p {
		font-size: 18px;
	}
	.header-container .right-content img {
		height: 70px;
	}
	.middle-content-body .main-name, .middle-content-body .slogan {
		font-size: 13px;
	}
	.middle-content-body .small-text {
		font-size: 14px;
	}
	.middle-content-body .quality-content {
		margin-top: 10px;
	}
	.middle-content-body .small-no-one {
		top: -7px;
		font-size: 40px;
	}
	.about .video-box{
		min-height: 300px;
	}
	.about .icon-box .description {
		font-size: 18px;
	}
	.about .icon-boxes h3 {
		font-size: 24px;
	}
	.services .icon-box{
		height: 160px;
	}
	.section-title h2 {
		font-size: 27px;
		margin-bottom: 10px;
	}
	#footer .footer-top .footer-contact {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.footer-top img{
		width: 30%;
	}
}
@media all and (max-width: 575px) {
	p{
		margin-bottom: 10px;
	}
	.about .video-box{
		min-height: 300px;
	}
	.values .d-flex .col-6{
		width: 100% !important;
	}
	.values .d-flex .col-8{
		width: 100% !important;
	}
	.values .d-flex .col-4{
		width: 100% !important;
	}
	#footer .footer-top {
		padding: 30px 0 30px 0;
	}
	.py-4 {
		padding-top: 0.5rem!important;
		padding-bottom: 0.8rem!important;
	}
	.navbar a, .navbar a:focus {
		padding: 0.7vw 3vw;
	}
	.separator {
		padding: 0px 0 !important;
	}
	#contact .info-box{
		min-height: auto !important;
	}
	.contact .php-email-form{
		padding: 10px;
	}
	.contact .php-email-form input {
		padding: 7px 15px;
	}
}
@media all and (max-width: 480px) {
	section {
		padding: 10px 0;
	}
	p {
		font-size: 16px;
	}
	.about .icon-box .description {
		font-size: 16px;
	}
	.about .video-box{
		min-height: 200px;
	}
	#topbar{
		padding: 25px 0px;
	}
	#topbar .justify-content-center {
		justify-content: left!important;
	}
	#topbar .contact-info{
		display: block !important;
    	text-align: left;
	}
	#topbar .contact-info i{
		display: block !important;
		width: 100%;
		text-align: left;
		margin: 0 !important;
	}
	.header-container .right-content img {
		height: 40px;
	}
	.middle-content-body .main-name, .middle-content-body .slogan {
		font-size: 8px;
	}
	.middle-content-body .small-text {
		font-size: 8px;
	}
	.middle-content-body .small-logo img {
		height: 24px;
	}
	.middle-content-body .small-no-one-container {
		width: 20px;
	}
	.middle-content-body .small-no-one {
		top: -7px;
		font-size: 28px;
	}
	.services .icon-box {
		height: auto;
		padding-bottom: 30px;
	}
	.values .card-title {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.footer-top .col-2{
		width: 50%;
	}
	.footer-top img {
		width: 70%;
	}
}
/* Responsive css end */