@media (min-width: 1400px) {
	.banner_sec.bg-cover img {
    margin-top: -70px;
}
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1320px;
	}

	.banner_sec .btom_content {
		padding-top: 360px;
	}
	a.navbar-brand img {
    width: 350px;
}
}

@media screen and (max-width: 992px) {
	.small {
		display: block;
		transition: all 0.3s ease-in-out;
	}

	#main_header {
		display: none;
	}

	.small nav {
		padding: 15px 0;
	}

	.small nav .container-flex {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}

	.small nav .menu {
		width: 40px;
		height: 40px;
		background: #121212;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		color: #fff;
		cursor: pointer;
		border-radius: 5px;
	}
.small nav .menu-2 {
		width: 40px;
		height: 40px;
		background: #121212;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		color: #fff;
		cursor: pointer;
		border-radius: 5px;
	}
	.small nav .sidebar {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100%;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		transition: all 0.4s ease-in-out;
		z-index: 1000;
	}

	.small.show .sidebar {
		right: 0;
	}

	.small nav .sidebar>ul {
		margin-top: 120px !important;
	}

	.small nav .sidebar>ul>li {
		padding: 10px;

	}

	.small nav .sidebar ul>li:last-child {
		border-bottom: none;
	}

	.small nav .sidebar ul>li>a {
		color: #000;
		padding: 4px;
		font-size: 17px;
		text-transform: capitalize;
	}

	.small nav .sidebar>ul>li.link-sm {
		position: relative;
	}

	.small nav .sidebar ul li.link-sm i {
		position: absolute;
		top: 3px;
		right: 0px;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		font-size: 19px;
		color: #1e1e1e;
		font-weight: 700;
	}

	.small nav .sidebar ul.sub-menu-sm {
		max-height: 0;
		overflow: hidden;
		transition: all .3s ease-in-out;
		margin-top: 0px !IMPORTANT;
	}

	.small nav .sidebar ul.sub-menu-sm li {
		padding: 4px 16px;
	}

	.small .times {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		background: #0e0e0e;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 18px;
		cursor: pointer;
	}

	.small .overlay {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.9);
		opacity: 0;
		pointer-events: none;
		transition: all 0.3s ease-in-out;
		z-index: 1000;
	}

	.small.show .overlay {
		opacity: 1;
		pointer-events: all;
	}

	ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
	}

	.small {
		display: block;
	}

	p br {
		display: none;
	}

	.small .logo img {
		width: 120px;
	}

	.banner_sec .btn_1 {
		margin-top: 20px;
	}

	h1 {
		font-size: 52px;
		line-height: 1;
	}

	.banner_sec .btom_content ul {
		display: flex;
		align-items: center;
		gap: 15px;
		justify-content: center;
	}

	.banner_sec .btom_content {
		padding-top: 210px;
	}

	.banner_sec {
		padding: 110px 0 10px;
		background-position: bottom !important;
		text-align: center;
	}

	h2 {
		font-size: 38px;
	}

	section {
		padding: 80px 0px;
	}

	.home_sec1 .content {
		text-align: center;
	}

	.vision-section .vision-item {
		display: flex;
		gap: 15px;
		margin-bottom: 0;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.vision-section {
		text-align: center;
		padding-top: 60px;
	}

	.vision-section .hd_info {
		justify-content: center;
	}

	.vision-section {
		text-align: center;
		padding-top: 60px;
		padding-bottom: 250px;
	}

	.values-section .value-item {
		display: flex;
		gap: 15px;
		margin-bottom: 30px;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.home_sec2 {
		padding: 60px 0 195px;
		background-attachment: fixed !important;
	}

	.home_sec3 {
		padding-bottom: 190px;
		padding-top: 60px;
		text-align: center;
	}

	h3 {
		font-size: 30px;
		font-weight: 600;
	}

	.home_sec2 {
		padding: 60px 0 195px;
		background-attachment: fixed !important;
		text-align: center;
	}

	.home_sec2 .hd_info {
		justify-content: center !important;
	}

	.values-section .value-item h4 {
		margin-bottom: 8px;
		font-size: 24px;
		font-weight: 600;
	}

	.vision-section .vision-item img {
		width: 65px;
		height: 65px;
	}

	.btn_1::after {
		content: "";
		position: absolute;
		top: -120%;
		left: 40px;
		width: 90px;
		height: 60px;
		background: url(../image/right-arrow-circel.png) no-repeat center / contain;
		transition: left 0.6s ease;
	}

	.footer h5 {
		font-size: 21px;
		font-weight: 500;
		text-transform: uppercase;
	}

	.footer .ft-list li a {
		display: flex;
		align-items: center;
		gap: 10px;
		font-size: 20px;
		color: #fff;
	}

	.footer .ft-list li {
		margin-bottom: 21px;
	}

	.footer .heading p {
		font-size: 20px;
		line-height: 1.6;
	}
}

@media screen and (max-width: 767px) {
	  .banner_content {
    padding-top: 67px;
    text-align: center;
}
	.small .logo img {
		width: 120px;
	}

	.banner_sec .btn_1 {
		margin-top: 20px;
	}

	h1 {
		font-size: 52px;
		line-height: 1;
	}

	.banner_sec .btom_content ul {
		display: flex;
		align-items: center;
		gap: 15px;
		justify-content: center;
	}

	.banner_sec .btom_content {
		padding-top: 210px;
	}

	.banner_sec {
		padding: 110px 0 10px;
		background-position: bottom !important;
		text-align: center;
	}

	h2 {
		font-size: 38px;
	}

	section {
		padding: 80px 0px;
	}

	.home_sec1 .content {
		text-align: center;
	}

	.vision-section .vision-item {
		display: flex;
		gap: 15px;
		margin-bottom: 0;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.vision-section {
		text-align: center;
		padding-top: 60px;
	}

	.vision-section .hd_info {
		justify-content: center;
	}

	.vision-section {
		text-align: center;
		padding-top: 60px;
		padding-bottom: 250px;
	}

	.values-section .value-item {
		display: flex;
		gap: 15px;
		margin-bottom: 30px;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.home_sec2 {
		padding: 60px 0 195px;
		background-attachment: fixed !important;
	}

	.home_sec3 {
		padding-bottom: 190px;
		padding-top: 60px;
		text-align: center;
	}

	h3 {
		font-size: 30px;
		font-weight: 600;
	}

	.home_sec2 {
		padding: 60px 0 195px;
		background-attachment: fixed !important;
		text-align: center;
	}

	.home_sec2 .hd_info {
		justify-content: center !important;
	}

	.values-section .value-item h4 {
		margin-bottom: 8px;
		font-size: 24px;
		font-weight: 600;
	}

	.vision-section .vision-item img {
		width: 65px;
		height: 65px;
	}

	.btn_1::after {
		content: "";
		position: absolute;
		top: -120%;
		left: 40px;
		width: 90px;
		height: 60px;
		background: url(../image/right-arrow-circel.png) no-repeat center / contain;
		transition: left 0.6s ease;
	}

	#bg-blue {
		text-align: center;
	}

	#bg-blue .read-btn {
		color: #fff;
		display: flex;
		align-items: center;
		gap: 8px;
		font-size: 14px;
		justify-content: center;
	}

	#bg-blue .comon-btn2 {
		text-align: center !important;
		margin: 0 auto !important;
		display: block;
	}

	.inner_banner h1 {
		font-size: 44px;
		line-height: 1;
		margin-bottom: 8px;
	}

	.contact-us .social_info {
		margin-top: 10px;
		display: flex;
		gap: 8px;
	}

	#contact .form-box {
		background-color: #000;
		padding: 30px 15px !important;
		color: #fff;
	}


}

@media screen and (max-width: 567px) {}

@media screen and (max-width: 320px) {}