@media screen and (max-width: 1900px) {
	.home_sec_6 .servie-box .service-1 {
		height: 1010px;
	}
	.home_sec_6 .servie-box .service-2 {
		height: 497px;
	}
}
@media screen and (max-width: 1400px) {
	.home_sec_6 .servie-box .service-1 {
		height: 640px;
	}
	.home_sec_6 .servie-box .service-2 {
		height: 311px;
	}
}

@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 img {
		width: 120px;
	}

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

	.small nav .menu {
		min-width: 40px;
		height: 40px;
		background: var(--theme-color);
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		color: #fff;
		cursor: pointer;
		border-radius: 5px;
	}

	.small nav .menu-2 {
		min-width: 40px;
		height: 40px;
		background: var(--theme-color-second);
		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;
		left: -100%;
		width: 100%;
		height: 100%;
		background: var(--theme-color-second);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		transition: all 0.4s ease-in-out;
		z-index: 1000;
	}

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

	.small nav .sidebar>ul {
		margin-top: 11px !important;
		overflow-y: scroll;
		height: 80vh;
	}

	.small nav .sidebar>ul>li {
		padding: 10px;
		border-bottom: 1px solid #fff;
	}

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

	.small nav .sidebar ul>li>a {
		font-weight: 600;
		color: #ffffff;
		padding: 4px;
		font-size: 17px;
		text-transform: uppercase;
	}

	.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: #fff;
		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-size: 14px;
		font-weight: 400;
	}

	.small {
		display: block;
	}



	h1 {
		font-size: 45px;

	}

	h2 {
		font-size: 35px;
	}



	p br {
		display: none;
	}

	header#main_header {
		display: none;
	}

	section {
		padding: 30px 0;
	}

	.top-header a {
		color: #fff;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		font-size: 18px;
	}

	.small .hd_info {
		flex-wrap: nowrap;
		justify-content: end;
	}

	.m-backtotop.active {
		bottom: 123px;
		opacity: 1;
		z-index: 9999999;
	}

	.fixed-bottom {
		display: flex;
		position: fixed;
		bottom: 0;
		z-index: 111;
		width: 100%;
	}

	.fixed-bottom a.btn-1 {
		background-color: var(--theme-color-second);
		color: #fff;
		width: 100%;
		padding: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		text-transform: uppercase;
		font-weight: 600;
	}

	.fixed-bottom a.btn-dark {
		background-color: #0e0e0e;
	}

	.small .social ul {
		display: flex;
		gap: 0px;
		width: 100%;
		justify-content: space-between;
		margin-top: -15px;
	}

	.small .social ul li {
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
	}

	.small .social ul li a {
		display: flex;
		align-items: center;
		background-color: var(--theme-color);
		width: 100%;
		padding: 0 !important;
		align-items: center;
		justify-content: center;
		font-size: 18px !important;
		height: 50px;
		border: 1px solid #fff;
	}

	.facebook {
		background-color: #1877f2 !important;
	}

	/* Facebook Blue */
	.twitter {
		background-color: #1da1f2 !important;
	}

	/* Twitter Blue */
	.instagram {
		background: #d6249f !important;
	}

	.pinterest {
		background-color: #e60023 !important;
	}

	/* Pinterest Red */

	/* Hover effect */
	.social-links li a:hover {
		opacity: 0.8;
		transform: translateY(-3px);
	}

	.banner_sec {
		padding-bottom: 50px;

	}

	.home_sec_2 .about_box {
		position: relative;
		margin-top: 0px;
		border-radius: 0px;
	}

	p {
		margin: 0;
		line-height: 1.6;
		margin-bottom: 25px;
		font-size: 19px;
		font-weight: 600;
	}

	.fixed-right.sticky-top-1.sticky {
		background-color: var(--theme-color-second) !important;
		display: inline-block;
		display: block;
		width: fit-content;
		top: initial;
		left: 0;
		bottom: 54px;
		rotate: 0deg;
		width: 100%;
		z-index: 4;
	}
	.fixed-right a {
		background-color: #000000;
		color: #fff;
		font-size: 18px;
		padding: 10px 9px;
		display: block;
		text-transform: uppercase;
		text-align: center;
	}

	.home_sec_6 .servie-box img {

		height: 250px !important;
	}


	.home_sec22 .owl-next {
		position: absolute;
		right: 00px;
		top: -90px;
	}

	.home_sec22 .owl-prev {
		position: absolute;
		left: 0;
		top: -90px;
	}

	.home_sec_23 h2 {
		font-size: 28px;
		line-height: 1.3;
		margin-bottom: 26px;
	}

	.home_sec_23 h2 br {
		display: none;
	}

	.home_sec_23 .bg_overly {
		padding: 40px 20px;
	}

	.home_sec_23 .accordion-button {
		color: #000;
		background-color: #fff;
		font-size: 18px;
		font-weight: 500;
		box-shadow: none;
		padding: 10px 14px;
		line-height: 1.4;
	}

	footer .ft_logo img {
		width: 155px;
		margin-bottom: 32px;
	}

	footer .ft_menu {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	footer .ft_menu .ft_content ul li {
		margin-bottom: 10px;
		font-size: 17px;
		/* display: inline-block; */
		/* padding-right: 24px; */
	}

	footer .copy_right {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 0;
		flex-wrap: wrap;
		gap: 20px;
	}
	.location_sec {
		margin-bottom: 0;
	}
	footer {
		padding: 100px 0 170px;
		background: var(--theme-color-second);
		color: #fff;
	}

	section.home_sec_5 .heading {
		text-align: center;
	}
	a.comon-btn {
		width: 100%;
		font-size: 15px;
	}
	.location_sec .content .btom_map {
		border: 2px dotted #0074b0;
		border-radius: 18px;
		padding: 8px;
		width: 100%;
		height: 280px;
		margin: 0 auto;
		background: #fff;
	}
	footer {
		padding: 100px 0 170px;
		background: var(--theme-color-second);
		color: #fff;
		text-align: center;
	}
	footer .social_info ul {
		display: flex;
		align-items: center;
		gap: 12px;
		justify-content: center;
	}
	footer .copy_right {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 0;
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
	}
	.home_sec_6 .servie-box .over-lay-1 h4 {
		background-color: #fff;
		color: var(--theme-color-second);
		padding: 5px 15px;
		border-radius: 5px;
		font-size: 23px;
		font-weight: 700;
	}
	.main-sec .main_head h1 {
		font-size: 32px;
		color: var(--theme-color-second);
		font-family: var(--heading-font);
	}
	.sticky-sidebar.is-fixed {
		position: relative!important;
		top: 90px !important;
		z-index: 1000;
		width: 100%;
	} 
	.home_sec21 .img-box .icon-1 {
		top: -30px;
		right: 0;
	}
	.home_sec21 .img-box .icon-2 {
		bottom: -30px;
		left: 0;
	}
	section.about_new_service.home_sec_2.bg-cover {
		background: #f4f4f4!important;
		text-align: center;
	}
	.home_sec_4 .video-box .vid-item .overlay {
		position: relative;
		bottom: 55px;
		left: -10px;
		margin-bottom: -50px;
	}

	.home_sec_4 .video-box .vid-item  h5 {
		margin-bottom: 0;
	}
	p {

		letter-spacing: 0.5px;
	}
	.small .video-area {
		flex-wrap: nowrap;
		gap: 0;
		justify-content: center;
		gap: 0;
	}
	.small .video-area  a.comon-vd {
		background-color: var(--theme-color-second);
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		padding: 15px;
		width: 100%;
		text-transform: uppercase;
		height: 100%;
		font-size: 16px;
		text-align: center;
		font-weight: 800;
	}
	.small .video-area a.btn-orange{
		background-color: orange;
	}

	section.home_sec22.py-0.home_sec_2 .owl-item img {
		height: 240px;
		object-fit: cover;
	}
	.home_sec22 .owl-next {
		position: absolute;
		right: 20px;
		top: -150px;
	}
	.home_sec22 .owl-prev {
		position: absolute;
		left: 20px;
		top: -150px;
	}
	.video-box.text-center h5 {
		margin: 0;
	}
	section.home_sec_5 {
		text-align: center;
	}
	.accordion {
		text-align: start;
	}
}

/* =======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px */


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


/* =======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px */



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

/* =======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px */
@media screen and (max-width: 825px) {}

/* =======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px */




@media screen and (max-width: 767px) {
		a.comon-btn.K-R-BTN {
    font-size: 13px !important;
}
a.comon-btn.K-R-BTN {
    WIDTH: 20rem !important;
}

}

/* =======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px */

@media screen and (max-width: 500px) {
	.small a.comon-btn {
		font-size: 14px;
		padding: 10px 2px;
		width: 10rem;
	}

	.banner_sec h1 {
		font-size: 34px;
	}
}

/* =======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px */

@media screen and (max-width: 424px) {
	.top-header a {
		color: #fff;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		font-size: 13px;
	}

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

	.banner_sec h1 br {
		display: none;
	}

	.banner_sec h4 {
		font-size: 20px;
	}

/* 	a.comon-btn {
		font-size: 15px;
		letter-spacing: 0px;
	} */
	.home_sec_2 h2 br {
		display: none;
	}

	.home_sec_2 h2 {
		color: var(--theme-color-second);
		font-size: 31px;
	}
}

/* =======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px */

@media screen and (max-width: 410px) {
	.home_sec22 .owl-next {
		position: absolute;
		right: 20px;
		top: -150px;
	}
	.home_sec22 .owl-prev {
		position: absolute;
		left: 20px;
		top: -150px;
	}
	.home_sec22  .owl-nav img{
		width: 35px;
	}
	.small a.comon-btn {
		font-size: 12px;
		padding: 10px 2px;
		width: 9rem;
	}
	.small img {
		width: 100px;
	}
	p {
		margin: 0;
		line-height: 1.6;
		margin-bottom: 25px;
		font-size: 20px;
		font-weight: 600;
	}
}

/* =======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px */

@media screen and (max-width: 340px) {
	.small nav .menu-2 {
		display: none;
	}

	.small img {
		width: 85px;
	}

	.m-backtotop {

		width: 40px;
		height: 40px;

	}

	.fixed-bottom a {
		font-size: 14px;
	}

	a.comon-btn {

		font-size: 12px;

	}

	.banner_sec h1 {
		font-size: 21px;
	}

	.banner_sec h1 {
		font-size: 15px;
	}
}



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