@media (max-width: 575.98px) {
	
.forms-c{
	padding-left: 0px;
}
	.slide-inner h5 {
		font-size: 15px;
		font-weight: 200;
	}
	.mine-text-slider {
    margin-top: 88px;
}
	p {
    font-size: 15px !important;
}

	.hero-style .slide-title h2 {
		font-size: 24px;
		margin: 0 0 30px;
	}

	.btn {
		padding: 12px 15px;
		font-size: 10px;
		letter-spacing: 1px;
		margin-bottom: 10px !important;
	}

	.hero-style {
		/* margin-top: 0; */
	}

	.history-img {
		position: relative;
		margin-top: 25px;
	}

	.gap-1 {
		padding-top: 30px !important;
	}

	.divider {
		background: transparent;
		margin: 15px 0;
		text-align: center;
		display: flex;
		justify-content: center;
		margin: 0 auto;
		padding-bottom: 10px;
	}

	.cont-img::after {
		top: 31px;
	}

	.body-text {
		text-align: justify;
	}

	.about-us-text {
		margin-top: 0 !important;
		padding: 0;
	}

	.dote-img img {
		display: none;
	}

	.pt-100 {
		padding-top: 0 !important;
	}

	.navbar-brand img {
		width: 175px;
	}

	span.navbar-toggler-icon {
		color: #fff !important;
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: column;
		align-items: unset;
	}

	li.nav-item {
		padding-left: 0;
		padding: 3px 0px;
		border-bottom: 1px solid;
	}

	.navbar-nav .nav-link.active,
	.navbar-nav .show>.nav-link {
		color: #D8C49B;
		background-color: transparent;
		/* width: 100%; */
		/* height: 67px; */
		padding: 0;
		text-align: unset;
		align-items: unset;
		display: flex;
		justify-content: unset;
	}

	.offcanvas-title img {
		width: 200px;
	}

	.ser-p p {
		font-size: 18px;
	}

	.feature-grid {
		display: block;
		width: 100%;
	}

	.feature-item {
		margin-bottom: 10px;
	}

	.btn {
		width: 100%;
	}

	.btn-left {
		margin: 0px;
	}

	.btn-about-us {
		font-size: 11px;
		padding: 10px 8px;
		/* border-bottom: 1px solid #000; */
	}

	.philosophy::after {
		display: none;
	}

	.philosophy img {
		width: 100%;
		margin-top: 50px;
	}

	.hostr-img-text p {
		font-size: 14px;
	}

	.content-wrap {
		margin-top: 40px;
	}

	.cards-grid {
		display: block;
		grid-template-columns: repeat(5, 1fr);
		gap: 14px;
		max-width: 100%;
	}

	.card {
		margin-bottom: 16px;
	}

	.dow-1 {
		margin-top: 0px;
	}

	.clear-honest-all-img::after {
		display: none;
	}

	.dote-img0::after {
		display: none;
	}

	.ch-section {
		padding-top: 0 !important;
	}

	.clearn-text {
		width: 100%;
		/* text-align: center; */
	}

	.ch-left-img {
		transform: translateY(-25px);
	}

	.clearn-text {
		width: 100%;
		padding-top: 0px !important;
		margin-bottom: 60px;
	}

	.cards-wrapper {
		/* background: #eeebe3; */
		padding: 10px;
	}

	.cont-img h1 {
		padding: 0px 5px;
		font-size: 16px;
	}

	.cont-hed {
		position: absolute;
		z-index: 9;
		top: -1%;
		width: 100%;
		left: 0;
	}

	.cont-hed {
		position: absolute;
		z-index: 9;
		top: -1%;
		width: 99%;
	}

	.contact-section {
		position: relative;
		margin-top: 80px;
	}

	.mine-cont {
		margin-top: 51px;
	}

	.section-title {
		font-size: 20px;
	}

	.contact-img {
		min-height: auto;
	}

	.cont-form {
		margin-top: 50px;
	}

	.heading-dash {
		/* justify-content: center; */
	}

	.cards-grid {
		transform: translateY(10px);
	}

	.cout-s {
		width: 100%;
		position: unset;
		margin-bottom: 20px;
	}

	.bread-cont p {
		font-size: 12px;
	}

	.ser-bg-1::after {
		width: 100%;
		height: 100%;
	}

	.ser-bg::after {
		width: 100%;
		height: 100%;
	}

	.content-box h2 {
		font-size: 25px;
	}

	.hero-style {
		height: 603px;
		/* padding-top: 50px !important; */
		transform: translateY(15px);
	}

	.cot-dd {
    padding: 15px !important;
}

/* FORCE OVERRIDE BOOTSTRAP */
.offcanvas.offcanvas-end {
    width: 280px !important;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364) !important;
    border-left: none !important;
}

/* HEADER LOGO */
.offcanvas-header img {
    width: 150px;
}

/* CLOSE BUTTON WHITE */
.offcanvas .btn-close {
    filter: invert(1);
    opacity: 1;
}

/* REMOVE DEFAULT PADDING */
.offcanvas-body {
    padding: 0 20px !important;
}

/* MENU ITEMS */
.navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 18px 0;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

/* LINE UNDER */
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 0%;
    height: 2px;
    background: #f5c36b;
    transition: 0.4s ease;
}

/* HOVER */
.navbar-nav .nav-link:hover {
    color: #f5c36b !important;
    transform: translateX(8px);
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

/* ACTIVE */
.navbar-nav .nav-link.active {
    color: #f5c36b !important;
}

/* DIVIDER LINE */
.navbar-nav .nav-item {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

/* SMOOTH SLIDE */
.offcanvas.show {
    transform: translateX(0) !important;
}

/* ADD ENTRY ANIMATION */
.offcanvas.show .nav-item {
    opacity: 0;
    transform: translateX(20px);
    animation: fadeSlide 0.4s forwards;
}

.offcanvas.show .nav-item:nth-child(1) { animation-delay: 0.1s; }
.offcanvas.show .nav-item:nth-child(2) { animation-delay: 0.2s; }
.offcanvas.show .nav-item:nth-child(3) { animation-delay: 0.3s; }
.offcanvas.show .nav-item:nth-child(4) { animation-delay: 0.4s; }
.offcanvas.show .nav-item:nth-child(5) { animation-delay: 0.5s; }

@keyframes fadeSlide {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.img-main {
    width: 100%;
    height: 100%;
}
.img-overlay {
    bottom: -43px;
    right: -6px;
    width: 65%;
    height: 63%;
}
.cont-hed {
    width: 100%;
    height: 180px;
    text-align: center;
    padding: 0px 5px;
}
.cont-img {
    transform: translateY(-18px);
    margin-top: 0px;
}
}


@media (min-width: 576px) and (max-width: 767.98px) {
	.hero-style .slide-title h2 {
		font-size: 40px;
		margin: 0 0 35px;
	}

	.clear-honest-all-img::after {
		display: none;
	}

	.dote-img0::after {
		display: none;
	}

	.ch-section {
		padding-top: 0 !important;
	}

	.clearn-text {
		width: 100%;
	}

	.ch-left-img {
		transform: translateY(-25px);
	}

	.clearn-text {
		width: 100%;
		padding-top: 0px !important;
		margin-bottom: 60px;
	}

	.cards-wrapper {
		/* background: #eeebe3; */
		padding: 10px;
	}

	.ch-section {
		padding-top: 0 !important;
	}

	.clearn-text {
		width: 100%;
	}

	.ch-left-img {
		transform: translateY(-25px);
	}

	.clearn-text {
		width: 100%;
		padding-top: 0px !important;
		margin-bottom: 60px;
	}

	.cards-wrapper {
		/* background: #eeebe3; */
		padding: 10px;
	}

	.cont-img h1 {
		padding: 0px 5px;
		font-size: 16px;
	}

	.cont-hed {
		position: absolute;
		z-index: 9;
		top: -1%;
		width: 100%;
		left: 0;
	}

	.cont-hed {
		position: absolute;
		z-index: 9;
		top: -1%;
		width: 99%;
	}

	.contact-section {
		position: relative;
		margin-top: 80px;
	}

	.mine-cont {
		margin-top: 51px;
	}

	.section-title {
		font-size: 20px;
	}

	.contact-img {
		min-height: auto;
	}

	.cont-form {
		margin-top: 50px;
	}

	.ser-bg-1::after {
		width: 100%;
		height: 100%;
	}

	.ser-bg::after {
		width: 100%;
		height: 100%;
	}

	.content-box h2 {
		font-size: 25px;
	}

	.cot-dd {
    padding: 15px !important;
}

/* FORCE OVERRIDE BOOTSTRAP */
.offcanvas.offcanvas-end {
    width: 280px !important;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364) !important;
    border-left: none !important;
}

/* HEADER LOGO */
.offcanvas-header img {
    width: 150px;
}

/* CLOSE BUTTON WHITE */
.offcanvas .btn-close {
    filter: invert(1);
    opacity: 1;
}

/* REMOVE DEFAULT PADDING */
.offcanvas-body {
    padding: 0 20px !important;
}

/* MENU ITEMS */
.navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 18px 0;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

/* LINE UNDER */
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 0%;
    height: 2px;
    background: #f5c36b;
    transition: 0.4s ease;
}

/* HOVER */
.navbar-nav .nav-link:hover {
    color: #f5c36b !important;
    transform: translateX(8px);
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

/* ACTIVE */
.navbar-nav .nav-link.active {
    color: #f5c36b !important;
}

/* DIVIDER LINE */
.navbar-nav .nav-item {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

/* SMOOTH SLIDE */
.offcanvas.show {
    transform: translateX(0) !important;
}

/* ADD ENTRY ANIMATION */
.offcanvas.show .nav-item {
    opacity: 0;
    transform: translateX(20px);
    animation: fadeSlide 0.4s forwards;
}

.offcanvas.show .nav-item:nth-child(1) { animation-delay: 0.1s; }
.offcanvas.show .nav-item:nth-child(2) { animation-delay: 0.2s; }
.offcanvas.show .nav-item:nth-child(3) { animation-delay: 0.3s; }
.offcanvas.show .nav-item:nth-child(4) { animation-delay: 0.4s; }
.offcanvas.show .nav-item:nth-child(5) { animation-delay: 0.5s; }

@keyframes fadeSlide {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

}


@media (min-width: 768px) and (max-width: 991.98px) {
	.hero-style .slide-title h2 {
		font-size: 40px;
		margin: 0 0 35px;
	}

	.slide-inner h5 {
		font-size: 20px;
		font-weight: 200;
	}

	.hero-style .slide-text p {
		font-size: 19px;
		margin: 0 0 20px;
	}

	.btn {
		padding: 12px 15px;
		font-size: 10px;
		letter-spacing: 1px;

	}

	.philosophy {
		margin-top: 40px;
	}

	.philosophy::after {
		display: none;
	}

	.philosophy img {
		position: relative;
		width: 100%;
		z-index: 9;
	}

	.clear-honest-all-img::after {
		display: none;
	}

	.dote-img0::after {
		display: none;
	}

	.ch-section {
		padding-top: 0 !important;
	}

	.clearn-text {
		width: 100%;
	}

	.ch-left-img {
		transform: translateY(-25px);
	}

	.clearn-text {
		width: 100%;
		padding-top: 0px !important;
		margin-bottom: 60px;
	}

	.cards-wrapper {
		/* background: #eeebe3; */
		padding: 10px;
	}

	.cont-img h1 {
		padding: 0px 0px;
		font-size: 35px;
	}

	.cont-hed {
		position: absolute;
		z-index: 9;
		top: -4%;
		width: 100%;
		left: 0;
	}

	.ser-bg-1::after {
		width: 100%;
		height: 100%;
	}

	.ser-bg::after {
		width: 100%;
		height: 100%;
	}

	.content-box h2 {
		font-size: 25px;
	}

	.dote-img img {
		display: none;
	}

	.feature-grid {
		width: 100%;
	}

	.gap-1 {
		padding-top: 39px !important;
		padding-left: 0px !important;
	}

	.divider {
		background: transparent;
		display: contents;
	}

	.pt-100 {
		padding-top: 40px !important;
	}

	.cards-grid {
		transform: translateY(5px);
	}

	.dow-1 {
		margin-top: 0px;
	}

	/* FORCE OVERRIDE BOOTSTRAP */
.offcanvas.offcanvas-end {
    width: 280px !important;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364) !important;
    border-left: none !important;
}

/* HEADER LOGO */
.offcanvas-header img {
    width: 150px;
}

/* CLOSE BUTTON WHITE */
.offcanvas .btn-close {
    filter: invert(1);
    opacity: 1;
}

/* REMOVE DEFAULT PADDING */
.offcanvas-body {
    padding: 0 20px !important;
}

/* MENU ITEMS */
.navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 18px 0;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

/* LINE UNDER */
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 0%;
    height: 2px;
    background: #f5c36b;
    transition: 0.4s ease;
}

/* HOVER */
.navbar-nav .nav-link:hover {
    color: #f5c36b !important;
    transform: translateX(8px);
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

/* ACTIVE */
.navbar-nav .nav-link.active {
    color: #f5c36b !important;
}

/* DIVIDER LINE */
.navbar-nav .nav-item {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

/* SMOOTH SLIDE */
.offcanvas.show {
    transform: translateX(0) !important;
}

/* ADD ENTRY ANIMATION */
.offcanvas.show .nav-item {
    opacity: 0;
    transform: translateX(20px);
    animation: fadeSlide 0.4s forwards;
}

.offcanvas.show .nav-item:nth-child(1) { animation-delay: 0.1s; }
.offcanvas.show .nav-item:nth-child(2) { animation-delay: 0.2s; }
.offcanvas.show .nav-item:nth-child(3) { animation-delay: 0.3s; }
.offcanvas.show .nav-item:nth-child(4) { animation-delay: 0.4s; }
.offcanvas.show .nav-item:nth-child(5) { animation-delay: 0.5s; }

@keyframes fadeSlide {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    align-items: start;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #D8C49B;
    background-color: transparent;
    width: 100%;
    /* height: 67px; */
    padding: 0;
    text-align: start;
    align-items: start;
    display: flex;
    justify-content: start;
}
li.nav-item {
    padding-left: 0;
}
.history-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.cont-hed {
    height: 225px;
    text-align: center;
}
    .cont-img h1 {
        margin-bottom: 20px;
    }
	.cont-img {
    transform: translateY(-42px);
    margin-top: 0px;
}
}


@media (min-width: 992px) and (max-width: 1199.98px) {
	li.nav-item {
		padding-left: 15px;
	}

	.hero-style .slide-title h2 {
		font-size: 50px;
	}

	.slide-inner h5 {
		font-size: 22px;
		font-weight: 200;
	}

	.hero-style .slide-text p {
		font-size: 19px;
		margin: 0 0 20px;
	}

	.cont-img h1 {
    font-size: 46px;
    margin-bottom: 30px;
	padding: 0;
}

    .cont-hed {
        position: absolute;
        z-index: 9;
        /* top: -9%; */
        width: 100%;
        height: 300px;
    }
.cont-img {
    transform: translateY(-101px);
    margin-top: 90px;
}

	.divider {
		display: contents;
	}
	.img-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 477px;
    object-fit: cover;
    display: block;
}
.history-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
	
}
p {
    font-size: 16px !important;
}
}


@media (min-width: 1200px) {}


