* {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-family: "Inter", sans-serif;
	font-weight: normal;
	outline: none;
	scroll-behavior: smooth;
	font-size: 16px;
	line-height: 1.6;
}

.container-fluid {
	padding: 0 !important;
}

.main-container {
	max-width: 1920px;
	margin: 0 auto !important;
	width: 100%;
	overflow: hidden;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}

.content-container {
	max-width: 1750px;
	padding: 0 45px;
	margin: 0 auto;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Inter", sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

p {
	font-size: 16px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #000000;
}

a,
li,
table {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #114c2b;
}

.black-background {
	background-color: #000000;
}

ul,
ol {
	padding-left: 30px;
}

ul li,
ol li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.unstyled-list {
	list-style: none;
}

img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	display: block;
}
input:focus-visible, :focus-visible{
	outline: none;
}

.cta_button {
	display: inline-flex;
	align-items: center;
	position: relative;
	z-index: 1;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	transition: 0.4s;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	text-transform: uppercase;
	color: #ffffff;
	background: #24372d;
	border: 1px solid #24372d;
	border-radius: 50px 50px 50px 50px;
	padding: 8px 8px 8px 30px;
	gap: 20px;
}

.cta_button::before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ffffff;
	transform-origin: 100% 50%;
	transform: scale3d(1, 2, 1);
	transition: transform 0.4s, opacity 0.4s;
	transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.cta_button i {
    position: relative;
    z-index: 2;
    transition: 0.4s;
    color: #24372d;
    background: #ffffff;
    font-size: 22px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px 50px 50px 50px;
    transform: rotate(-45deg);
}

.cta_button:hover {
	color: #24372d;
}

.cta_button:hover::before {
	transform: scale3d(10, 9, 1);
	transform-origin: 103% 55%;
}

.cta_button:hover i {
	color: #ffffff;
	background: #24372d;
	transform: rotate(0deg);
}

.get-start-btn a.cta_button {
	color: #24372d;
	background: #ffffff;
	border: 1px solid #ffffff;
}

.get-start-btn a.cta_button i {
	color: #ffffff;
	background: #24372d;
}

.get-start-btn a.cta_button::before {
	background: #24372d;
}

.get-start-btn a.cta_button:hover {
	color: #ffffff;
}

.get-start-btn a.cta_button:hover i {
	color: #24372d;
	background: #ffffff;
}

.section-padding {
	padding: 120px 0px;
}

.pt-0 {
	padding-top: 0px;
}
.pb-0{
	padding-bottom: 0;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	margin-right: 0;
	margin-left: 0;

}

.sub-heading {
	color: #24372d;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding: 7px 15px;
	border: 1px solid #dddddd;
	border-radius: 50px;
	display: inline-block;
	margin-top: 0;
}

.section-heading {
	font-size: 56px;
	line-height: 66px;
	padding: 0;
	margin: 0;
	color: #24372d;
	max-width: 760px;
}
/* Side Bar Popup */
.sidebar-overlay.show {
    visibility: visible;
    width: 100%;
}
.sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transition: all 0.8s ease-out;
    visibility: hidden;
    z-index: 99999;
    background: #000000;
    opacity: 0.8;
}
.header-right-sidebar{
    position: fixed;
    width: 460px;
    height: 100%;
    right: 0;
    overflow: auto;
    transform: translateX(100%);
    top: 0;
    background: #24372d;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: transform 0.5s ease 0.4s;
    padding: 100px 40px;
    scrollbar-width: none;
}
.header-right-sidebar.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    right: 0;
}
.header-right-sidebar p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.right-sidebar-contact h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.right-sidebar-contact {
    margin: 40px 0;
    padding: 40px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.right-sidebar-contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.right-sidebar-contact ul li {
    display: flex;
    margin-bottom: 25px;
    gap: 25px;
	
}
.right-sidebar-contact ul li i {
    font-size: 40px;
    margin-top: 5px;
    color: #ffffff;
}
.right-sidebar-contact ul li span {
    color: #ffffff;
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}
.right-sidebar-contact ul li h6 {
    max-width: 240px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}

.right-sidebar-contact ul li a{
    transition: 0.4s;
    color: #cccccc;
}
.right-sidebar-contact ul li a:hover{
    color: #ffffff;
}
.sidebar-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.sidebar-social ul li a i{
display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    color: #24372d;
    transition: 0.4s;
}
.header-right-sidebar .sidebar-close-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    transform: rotate(0);
}
.header-right-sidebar .sidebar-close-btn i {
    background: #ffffff;
    width: 40px;
    color: #24372d;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    display: block;
}
.header-right-sidebar .sidebar-close-btn:hover {
    animation: rotate 0.4s ease 0s;
}
@keyframes rotate {
    100% {
        transform: rotate(90deg);
    }
}
.header-sidebar-logo {
    margin-bottom: 30px;
    max-width: 120px;
}
/* Side Bar Popup */

header.header {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #24372d;
    padding: 10px 0;
    background-color: #24372d;
}

.header nav .nav-bar {
	position: relative;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 100px;
}

.header nav .nav-bar .sidebarOpen {
	color: #000;
	font-size: 25px;
	padding: 5px;
	cursor: pointer;
	display: none;
}

.header nav .nav-bar .logo a {
	font-size: 25px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
}
.header span.logo.navLogo img {
    max-width: 90px;
}
.header .menu .logo-toggle {
	display: none;
}


.header .nav-bar .nav-links li {
	margin: 0 5px;
	list-style: none;
}

.header .nav-bar .darkLight-searchBox {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 27%;
	justify-content: flex-end;
}

.header .nav-links li a {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 0;
	text-transform: uppercase;
}

.header .nav-links li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fcdf8e;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}

.header .nav-links li a:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}

.header span.logo.navLogo {
	display: flex;
	width: 16%;
	justify-content: flex-start;
}

.header .menu {
	display: flex;
	width: 56.664%;
	justify-content: center;
}

.header .menu .nav-links>li {
	margin-right: 20px;
	margin-left: 20px;
}

.nav-bar .nav-links {
	align-items: center;
	display: flex;
	height: 100%;
	flex-wrap: wrap;
	padding: 0;
	gap: 10px;
}

.menu .nav-links li:first-child {
	margin-left: 0 !important;
}

.menu .nav-links li li {
	padding-right: 15px;
}

#search-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	top: -20em;
	left: 0;
	right: 0;
	white-space: nowrap;
	z-index: 9999;
	background: #000000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 500ms ease all;
	-moz-transition: 500ms ease all;
	transition: 500ms ease all;
}

#search-menu.toggled {
	top: 0;
	opacity: 1;
	visibility: visible;
}

#search-menu .wrapper {
	position: absolute;
	margin: 16px auto 0 auto;
	padding: 0 24px;
	width: 100%;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
}

#search-menu .wrapper input {
	width: 100%;
	padding: 0 0 0.125em 0;
	background: transparent;
	border: none;
	border-bottom: 3px solid #ffffff;
	font-size: 4em;
	color: #ffffff;
}

#search-menu .wrapper input:focus {
	outline: none;
}

#search-menu .wrapper button {
	position: absolute;
	display: block;
	width: auto;
	right: 0;
	top: -40px;
	background: transparent;
	border: none;
	color: #bfbfbf;
	font-size: 4em;
	-webkit-transition: 500ms ease all;
	-moz-transition: 500ms ease all;
	transition: 500ms ease all;
}

#search-menu .wrapper button:hover {
	color: #fff;
}

#search-menu .wrapper button:focus {
	outline: none;
}

#search-icon {
	padding: 0;
	font-size: 30px;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	-webkit-transition: 500ms ease all;
	-moz-transition: 500ms ease all;
	transition: 500ms ease all;
}

#search-icon:hover {
	color: #fff;
}

.menu_toggle .offcanvas.right_left {
	background: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
}

.menu_toggle .offcanvas.right_left a {
	color: #24372d;
}






.main-banner {
	background-image: url(../images/banner-bg.png);
	background-repeat: no-repeat;
	padding-top: 100px;
	background-position: 0px -85px;
	overflow: hidden;
}

.main-banner .banner-content {
	position: relative;
	z-index: 1;
}

.main-banner .banner-content h1 {
    margin: 0;
    font-size: 90px;
    line-height: 100px;
    color: #ffffff;
    max-width: 1050px;
}

.banner-image {
    margin-top: -120px;
    position: relative;
    z-index: -1;
}

.banner-image img {
	max-width: 100%;
	height: auto;
	transition: 0.4s;
}

.inline-user {
	margin-top: 55px;
	display: flex;
	align-items: center;
	gap: 30px;
}

.inline-user h5 {
	font-weight: 400;
	max-width: 300px;
	font-size: 22px;
	line-height: 32px;
	padding: 0;
	margin: 0;
	color: #ffffff;
}

.inline-user ul {
	display: flex;
	margin-left: 0;
	list-style: none;
	padding: 0;
}

.inline-user ul li {
	padding: 0;
	background: #24372d;
	border: 3px solid #ffffff;
	border-radius: 50%;
}

.inline-user ul li img {
	width: 42px;
	height: 42px;
	padding: 6px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(594%) hue-rotate(322deg) brightness(120%) contrast(100%);
}

.inline-user ul li:last-child {
	background-color: #ffffff;
}

.inline-user ul li:last-child img {
	filter: brightness(0) saturate(100%) invert(6%) sepia(10%) saturate(0%) hue-rotate(209deg) brightness(71%) contrast(80%);
}

.inline-user ul li:nth-child(2),
.inline-user ul li:nth-child(3),
.inline-user ul li:last-child {
	margin-left: -16px;
}

/* About Section CSS */
.main-about .about_content {
	display: grid;
	grid-template-columns: 8fr 4fr;
	justify-content: space-between;
	gap: 30px;
}


.main-about .about-content-box {
	margin-top: 40px;
	display: flex;
	gap: 50px;
	width: 100%;
}

.main-about .about-video {
	flex: 0 1 35%;
	position: relative;
}

.main-about .about-video img {
	filter: brightness(0.6);
	object-fit: cover;
}

.main-about .about-technology {
	display: flex;
	flex-direction: column;
	flex: 0 1 65%;
}

.main-about .about-technology ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
}

.main-about .about-technology ul li {
	padding: 0;
	display: flex;
	align-items: center;
	gap: 25px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

.main-about .about-technology ul li i {
	font-size: 70px;
}

.main-about .about-technology h4 {
	font-size: 24px;
	line-height: 34px;
	padding: 0;
	margin: 0;
	color: #24372d;
}

.main-about .about-technology p {
	margin-bottom: 0;
	margin-top: 5px;
	
}

.main-about .about-technology ul li:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}

.main-about .about-technology .custom-btn {
	margin-top: 48px;
}

.main-about .about-video .video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.main-about .about-video .video .video-popup-btn {
	position: relative;
	background: #ffffff56;
	font-size: 20px;
	z-index: 1;
	color: #24372d;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	z-index: 33;
	cursor: pointer;
}

.main-about .about-video .video .video-popup-btn i {
	color: #ffffff;
}

.main-about .about-video .icon-pulse::after,
.main-about .about-video .icon-pulse::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #ffffff;
	left: 0;
	top: 0;
	border-radius: 50%;
	animation-duration: 2.5s;
	animation-timing-function: linear;
	animation-name: video-animation;
	animation-iteration-count: infinite;
}

.main-about .about-video .icon-pulse::before {
	animation-delay: 1s;
}

.main-about .about-img img {
	object-fit: cover;
}

@keyframes video-animation {
	0% {
		opacity: 0.5;
		transform: scale(1);
	}

	50% {
		opacity: 0.2;
		transform: scale(1.5);
	}

	100% {
		opacity: 0;
		transform: scale(2);
	}
}

/* About Section CSS */
/* Logo Slider CSS */
.scroll-text_logo {
	position: relative;
	overflow: hidden;
}

.scroll-text_logo .text-logo-slider {
	display: flex;
}

.sliders-box {
	flex-shrink: 0;
}

.sliders-box.text_slider {
	animation: scroll 40s linear infinite;
	animation-direction: reverse !important;
}

@keyframes scroll {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.scroll-text_logo ul {
	padding: 0;
	margin: 0;
	display: flex;
}

.scroll-text_logo ul li {
	display: inline-flex;
}

.scroll-text_logo ul li img {
	margin: 0 50px;
}

.scroll-text_logo ul li a {
	font-size: 80px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 88px;
	color: #24372d;
	transition: 0.4s;
}

.scroll-text_logo ul li a:hover {
	color: #24372d;
}

.scroll-text_logo ul li img {
	margin: 0 50px;
	width: 60px;
}

.scroll-text_logo ul li:nth-child(even) a {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
}

/* Logo Slider CSS */
/* Service Section CSS */
.our_services {
	background-color: #cce1d6;
}

.our_services .services_items {
	display: flex;
	align-items: center;
	margin-top: 45px;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	row-gap: 30px;
}

.our_services .services_items .service_block {
	width: calc(25% - 30px);
	background: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px;
	border-radius: 24px;
	border: 1px solid #ddd;
	min-height: 300px;
	margin-left: 15px;
	margin-right: 15px;
}

.our_services .services_items .service_block:hover {
	background-color: #24372d;
}

.our_services .services_items .service_block:hover .icon_img i,
.our_services .services_items .service_block:hover h4,
.our_services .services_items .service_block:hover a {
	color: #ffffff;
}

.our_services .services_items .service_block .icon_img i {
	font-size: 80px;
}

.our_services .services_items .service_block .icon_img {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
}

.our_services .services_items .service_block a {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 26px;
	color: #24372d;
	transition: 0.4s;
	display: inline-flex;
	margin-top: 24px;
	align-items: center;
	gap: 4px;
}

.our_services .services_items .service_block a i {
	position: relative;
	top: 0;
	font-size: 22px;
	transition: 0.4s;
	display: inline-flex;
	gap: 4px;
	transform: rotate(-45deg);
}

.our_services .services_items .service_block a:hover i {
	transform: rotate(0deg);


}

.our_services .services_items .service_block h4 {
	margin: 0;
	font-size: 24px;
	color: #24372d;
}

/* Service Section CSS */
/* Why Choose Us CSS*/
.why-choose_content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 50px;
}

/* Why Choose Us CSS*/

/* Our Portfolio CSS */
.our-portfolto .portfolio_section {
	display: flex;
	width: 100%;
	overflow: hidden;
	gap: 1px;
	padding: 45px 0 0;
}

.our-portfolto .portfolio_section .portfolio-item {
	width: 50%;
	transition: 0.5s;
	overflow: hidden;
	position: relative;
	z-index: 2;
	height: 620px;
	cursor: pointer;
}

.our-portfolto .portfolio_section .portfolio-item img {
	filter: brightness(0.8);
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.our-portfolto .portfolio_section .portfolio-item.active img {
	filter: brightness(1);
}

.our-portfolto .portfolio_section .portfolio-box {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
	transform: translateY(30px);
	animation-duration: 1.25s;
	justify-content: center;
	align-items: flex-end;
}

.our-portfolto .portfolio_section .portfolio-content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	transition: 0.4s;
	background: #24372d;
	border-radius: 15px;
	padding: 45px 45px 45px 45px;
	margin: 0px 50px 30px 50px;
	opacity: 0;
	visibility: hidden;
}

.our-portfolto .portfolio_section .portfolio-item.active {
	width: 100%;
}

.our-portfolto .portfolio_section .portfolio-item.active .portfolio-box {
	opacity: 1;
	visibility: visible;
	transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s;
	transform: translateY(0);
}

.our-portfolto .portfolio_section .portfolio-item.active .portfolio-content {
	visibility: visible;
	opacity: 1;
	position: relative;
	margin: 0px 0px 50px 0px;
}

.our-portfolto .portfolio_section .portfolio-item .portfolio-content span {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
}

.our-portfolto .portfolio_section .portfolio-item .portfolio-content h4 a,
.our-portfolto .portfolio_section .portfolio-item .portfolio-content h4 {
	font-size: 32px;
	color: #ffffff;
	font-weight: 500;
	margin: 0;
}

/* Our Portfolio CSS */
/* Our expansion CSS */
.expansion-section {
	background-color: #24372d;
}

.expansion-section h5,
.expansion-section h2 {
	color: #ffffff !important;
}

.expansion-section .expansion-content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 50px;
}

.expansion-section .expansion-block {
	display: flex;
	align-items: center;
	margin-top: 45px;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.expansion-section .expansion-block .expansion-item {
	width: calc(50% - 30px);
	background: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px;
	border-radius: 24px;
	border: 1px solid #ddd;
	min-height: 300px;
	margin-left: 15px;
	margin-right: 15px;
}

.expansion-section .expansion-block .expansion-item i {
	font-size: 54px;
	color: #24372d;
}

.expansion-section .expansion-block .expansion-item .content-box {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.expansion-section .expansion-block .expansion-item h4 {
	margin: 0;
	font-size: 24px;
	color: #24372d;
}

.expansion-section .expansion-block .expansion-item .content-box p {
	margin: 0;
	
}

/* Our expansion CSS */
/* Our Testimonial CSS */
.our-testimonial .testimonial-items {
	margin-top: 45px;
}

.our-testimonial .testimonial-items .slick-slide {
	margin: 0 15px;
}

.our-testimonial .testimonial-items .testimonial-item {
	border: 1px solid #dddddd;
	border-radius: 12px;
	padding: 48px;
	background-color: #ffffff;
}

.our-testimonial .testimonial-items .testimonial-item p {
	margin: 40px 0 0;
	font-size: 18px;
	font-weight: 500;
}

.our-testimonial .testimonial-items .testimonial-client {
	display: flex;
	align-items: center;
	gap: 25px;
}

.our-testimonial .testimonial-items .testimonial-client img {
	width: 70px;
	height: 70px;
	max-width: 70px;
	object-fit: cover;
	border-radius: 50%;
}

.our-testimonial .testimonial-items .testimonial-title h4 {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
	color: #24372d;
}

.our-testimonial .testimonial-items .testimonial-title span {
	font-size: 16px;
	color: #8a8989;
	font-weight: 500;
}

.our-testimonial .testimonial-items .testimonial-reviews {
	margin-top: 18px;
}

.our-testimonial .testimonial-items .testimonial-reviews i {
	color: #f6ba01;
	font-size: 18px;
}

.our-testimonial .testimonial-text {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.our-testimonial .testimonial-text ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 16px;
}

.our-testimonial .testimonial-text ul li {
	cursor: pointer;
	font-size: 24px;
	color: #24372d;
	border: 1px solid #dddddd;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Our Testimonial CSS */

/* Blog Section CSS */
.blog-section .heading-blog {
	text-align: center;
}

.blog-section .heading-blog h2.section-heading {
	max-width: 100%;
}

.blog-section .blog-items {
	display: flex;
	align-items: center;
	margin-top: 45px;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	row-gap: 30px;
}

.blog-section .blog-item {
	width: calc(25% - 30px);
	background: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 24px;
	border: 1px solid #ddd;
	min-height: 300px;
	margin-left: 15px;
	margin-right: 15px;
}

.blog-section .blog-item img {
	border-radius: 24px 24px 0 0;
}

.blog-section .blog-item .blog-img {
	position: relative;
}

.blog-section .blog-item .blog-date {
	position: absolute;
	left: 0;
	right: auto;
	background: #fff;
	bottom: 0;
	padding: 8px 16px;
}

.blog-section .blog-item .blog-item-content {
	padding: 24px;
}

.blog-section .blog-item .blog-item-content h4{
	margin: 0;
}

.blog-section .blog-item .blog-item-content h4 a{
	font-size: 20px;
	font-weight: 700;
	color: #24372d;
}

.blog-section .blog-item .blog-item-content a.read-more {
	font-size: 14px;
	line-height: 26px;
	color: #24372d;
	transition: 0.4s;
	display: inline-flex;
	margin-top: 18px;
	align-items: center;
	gap: 4px;
}

.blog-section .blog-item .blog-item-content a.read-more i {
	position: relative;
	top: 0;
	font-size: 22px;
	transition: 0.4s;
	display: inline-flex;
	gap: 4px;
	transform: rotate(-45deg);
}

.blog-section .blog-item .blog-item-content a.read-more:hover i {
	transform: rotate(0deg);
}

.blog-section .blog-item .blog-date span {
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 15px;
}

/* Blog Section CSS */

footer.main_footer {
    background: #24372d;
}
.newsletter-sction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dddddd4a;
    padding-bottom: 48px;
}

.newsletter-sction h2 {
    color: #ffffff;
    font-size: 32px;
    max-width: 760px;
    margin-top: 0;
}
.newsletter-sction form {
    position: relative;
    display: flex;
}
.newsletter-sction form input {
    max-width: 540px;
    width: 540px;
    background-color: transparent;
    border: 1px solid #ffffffc2;
    padding: 10px 12px;
    border-radius: 0;
    border-right: 0;
    font-size: 18px;
	color: #ffffff;
}
.newsletter-sction form input::placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}
body .newsletter-sction form input:-internal-autofill-selected{
	background-color: transparent !important;
	color: #ffffff;
}

.newsletter-sction button.read-more {
    width: 80px;
    height: 60px;
    border: none;
}

.newsletter-sction button.read-more i{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    transform: rotate(-45deg);
	    transition: 0.4s;
}
.newsletter-sction button.read-more:hover i {
	transform: rotate(0deg);
}

.footer_content {
    margin-top: 48px;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.about_copmany img {
    max-width: 180px;
    height: auto;
}
.footer_content .footer-item {
    margin-left: 15px;
    width: calc(33% - 30px);
    margin-right: 15px;
}
.footer_content .footer-item h4 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
	margin-top: 0;
}
.footer_content .footer-item p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.footer_content .footer-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_content .footer-item ul li {
    padding: 8px 0;
	display: flex;
	gap: 8px;
}
.footer_content .footer-item ul li i {
    color: #fff;
    font-size: 18px;
}

.footer_content .footer-item ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.footer-copy {
    border-top: 1px solid #dddddd4a;
    margin-top: 48px;
    padding-top: 24px;
}

.copy_right_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 12px;
}

.copy_right_content ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 16px;
}
.copy_right_content ul li a {
    color: #ffffff;
    font-size: 24px;
}
.copy_right_content p {
    margin: 0;
    color: #ffffff;
}
/* Video Popup Modal CSS*/
.lightbox {
	background-color: rgba(0, 0, 0, 0.8);
	overflow: scroll;
	position: fixed;
	display: none;
	z-index: 1;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 2;
}

.lightbox-container {
	position: absolute;
	max-width: 960px;
	display: block;
	height: auto;
	z-index: 10;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translate(0, -50%);
}

@media (max-width: 768px) {
	.lightbox-container {
		margin-top: 10%;
	}
}

@media (max-width: 414px) {
	.lightbox-container {
		margin-top: 13%;
	}
}

.lightbox-content {
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

.lightbox-close {
	text-transform: uppercase;
	background: transparent;
	position: absolute;
	font-weight: 300;
	font-size: 32px;
	display: block;
	border: none;
	color: #ffffff;
	top: -22px;
	right: -35px;
	cursor: pointer;
	padding: 0;
}

.video-container {
	padding-bottom: 56.25%;
	padding-top: 30px;
	overflow: hidden;
	height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

/* Video Popup Modal CSS*/


@media (max-width: 790px) {
    nav .nav-bar .sidebarOpen {
        display: block !important;
    }

	.menu {
		position: fixed;
		height: 100%;
		width: 320px;
		left: -100%;
		top: 0;
		padding: 20px;
		background-color: #24372d;
		z-index: 100;
		transition: all 0.4s ease;
		box-shadow: 12px 0 12px -6px rgba(0, 0, 0, 0.2);
	}

	.menu .logo-toggle {
		display: block;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	nav.active .menu {
		left: 0%;
	}

	nav.active .nav-bar .navLogo a {
		opacity: 0;
		transition: all 0.3s ease;
	}

	.logo-toggle .siderbarClose {
		color: #ffffff;
		font-size: 24px;
		cursor: pointer;
	}

	.nav-bar .nav-links {
		flex-direction: column;
		padding-top: 30px;
	}

	.nav-links li a {
		display: block;
		margin-top: 20px;
	}
}