/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1200px) {



	.title-item h1 {
		font-size: 30px;
	}

	.meta-title h3 {
		font-size: 28px;
	}

	.meta-title h2 {
		font-size: 22px;
	}

	.discription-item h2 {
		font-size: 22px;
	}

	.discription-item p {
		font-size: 18px;
	}

	.top-title h1 {
		font-size: 30px;
	}

	.content h1 {
		font-size: 30px;
	}

	.meta-item h3 {
		font-size: 25px;
	}

	.meta-item p {
		font-size: 16px;
	}


	.discription p {
		font-size: 16px;

	}

	
	.about-contentss h3 {
		font-size: 13px;
	}

	.about-contents h3 {
		font-size: 16px;
	}

	.box-area h4 {
		font-size: 22px;
	}

	.box-areas h4 {
		font-size: 19px;
	}


}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {

	.modal-backdrop.show {
	    opacity: 0.5;
	}

	.modal-backdrop {
	    background-color: #000;
	}


	.title-item h1 {
		font-size: 26px;
	}



	.meta-title h3 {
		font-size: 20px;
	}

	.meta-title h2 {
		font-size: 22px;
	}

	.discription-item h2 {
		font-size: 22px;
	}

	.discription-item p {
		font-size: 16px;
	}

	.main-item h2 {
		font-size: 22px;
	}

	.main-item h4 {
		font-size: 18px;
	}

	.top-title h1 {
		font-size: 26px;
	}

	.content h1 {
		font-size: 28px;
	}

	.meta-item h3 {
		font-size: 20px;
	}

	.meta-item p {
		font-size: 16px;
	}

	.discription p {
		font-size: 13px;
	}


	.about-title h3 {
		font-size: 25px;
	}

	.about-title h4 {
		font-size: 18px;
	}

	.about-title p  {
		font-size: 16px;
	}

	.about-title span {
		font-size: 18px;
	}

	.about-contentss {
		margin-top: 20px;
	}

	.box-area h4 {
		font-size: 22px;
	}

	.box-areas h4 {
		font-size: 19px;
	}


	.industries-title h3 {
		font-size: 25px;
	}

	.industries-title P  {
		font-size: 16px;
	}

	.industries-item {
		margin-top: 1rem;
	}

	.industries-item h4  {
		font-size: 20px;
	}

	.industries-item p {
		font-size: 14px;
	}

	.contact-title h2 {
		font-size: 20px;
		margin-bottom: 2rem;
	}

	.contact-item h3 {
		font-size: 18ox;
		font-size: 16px;
	}


	.contact-item {
		margin-bottom: 2rem;
	}




}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (max-width: 767px) {

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.modal-backdrop.show {
	    opacity: 0.5;
	}

	.modal-backdrop {
	    background-color: #000000;
	}

	.top-title h1 {
		font-size: 18px;
	}

	.content h1 {
		font-size: 20px;
	}

	.meta-item h3 {
		font-size: 20px;
	}

	.meta-item p {
		font-size: 14px;
	}

	.content p {
		font-size: 14px;
	}

	.discription p {
		font-size: 14px;
	}

	.about-title h3 {
		font-size: 20px;
	}


	.about-title h4 {
		font-size: 16px;
	}

	.about-title p  {
		font-size: 14px;
	}

	.about-title span {
		font-size: 18px;
	}

	.about-contentss h3 {
		font-size: 16px;
	}

	.about-contents h3 {
		font-size: 16px;
	}


	.our-title h3 {
		font-size: 20px;
	}

	.box-area h4 {
		font-size: 22px;
	}

	.box-areas h4 {
		font-size: 19px;
	}

	.industries-title h3 {
		font-size: 20px;
	}

	.industries-title P  {
		font-size: 14px;
	}

	.industries-item {
		margin-top: 1rem;
	}

	.industries-item h4  {
		font-size: 20px;
	}

	.industries-item p {
		font-size: 14px;
	}


	.choose-tile h3 {
		font-size: 20px;
	} 

	.choose-item {
    	margin-top: 1rem;
	}

	.contact-title h2 {
		font-size: 20px;
		margin-bottom: 2rem;
	}

	.contact-item h3 {
		font-size: 18ox;
		font-size: 16px;
	}

	.contact-item {
		margin-bottom: 2rem;
	}

	/* menu-section */
	.menu-bar {
		display: none;
	}
	.menu-area {
		text-align: end;
	}







}