
:root{
	--primary-color			: #192324;
	--secondery-color		: #F8F8F8;
	--text-color			: #283132;
	--accent-color			: #7C877F;
	--white-color			: #FFFFFF;
	--divider-color			: #EAF0EC;
	--dark-divider-color	: #FFFFFF1A;
	--error-color			: rgb(230, 87, 87);
	--default-font			: "Hanken Grotesk", sans-serif;
}

.row > * {
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row.no-gutters > * {
    padding-right: 0px;
    padding-left: 0px;
}

body {
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    background-color: var(--white-color);
    color: var(--text-color);
    overflow-x: hidden !important; 
    padding-top: 0;
    padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 700;
    line-height: 1.1em;
    color: var(--primary-color);
}

p {
    line-height: 1.7em;
    margin-bottom: 1.6em;
} 

a:focus{
    outline: none;
    text-decoration: none;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: #0000001a;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em #0000001a, inset 0 .125em .5em #00000026
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh
}

.bi {
    vertical-align: -.125em;
    fill: currentColor
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8
}

.bd-mode-toggle {
    z-index: 1500
}

.bd-mode-toggle .bi {
    width: 1em;
    height: 1em
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important
}

.container {
    max-width: 1300px;
}

.carousel{
    margin: 0;
}

.nadsd{
    flex: 1;
    text-align: center;
    margin-left: 40px;
}
.navbar-nav{
    align-items: center;
    display: inline-flex;
}
.navbar-nav li{
    margin: 0 6px;
}
.navbar-nav li a{
    font-size: 20px;
    font-weight: 600;
    padding: 15px 14px !important;
    color: #1b3e64;    
    font-family: "Hanken Grotesk", sans-serif;
} 
.navbar-nav li a:hover,
.navbar-nav li a:focus{
    color: #7C877F !important; 
}
.navbar-nav li a.active{ 
    color: #1b3e64 !important;
}

a{
    text-decoration: none !important;
}

.btn-default {
    position: relative;
    display: inline-block;
    background: #1b3e64;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 17px 46px 17px 20px;
    transition: all 0.5s  ease-in-out;
    overflow: hidden;
    z-index: 0;
    font-family: "Hanken Grotesk", sans-serif;
}

.btn-default::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url(../images/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translate(-20px, -50%);
    transition: all 0.4s ease-in-out;
}

.btn-default::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: #192324;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

 
/* Hover dropdown only on desktop (>= 992px) */
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.navbar .dropdown .dropdown-menu {
    padding: 5px 0;
    margin: 0;
    list-style: none;
    width: 230px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #7C877F;
    transition: all 0.3s ease-in-out;
    text-align: left;
}
.navbar .dropdown .dropdown-menu a { 
    margin: 0; 
    color: #fff !important;
    background-color: #0000 !important;
    padding: 6px 20px !important;
    transition: all 0.3s  ease-in-out;
    font-size: 20px;
    font-weight: 600;
    font-family: "Hanken Grotesk", sans-serif;
}
.navbar .dropdown .dropdown-menu a:hover {  
    padding: 6px 20px 6px 23px !important;
    color: #192324 !important;
}

.navbar-toggler{
    color: #245887;
    background-color: #245887;
    border: var(--bs-border-width) solid #245887;
    border-radius: 0;
}
.navbar-toggler:focus{
    box-shadow: none;
}

/* *  Banner  * */

.carousel-caption{
    max-width: 500px;
}
.carousel-caption .section-title h3, .carousel-caption .section-title h1 {
    color: var(--white-color);
}
.carousel-caption .section-title h3::before {
    filter: brightness(0) invert(1);
}
#myCarousel .carousel-item {
  height: 600px; /* Change to any height */
}
#myCarousel .carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#myCarousel .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    text-align: left;
}
.okoajosod{
    position: relative;
}
.okoajosod::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(25, 35, 36, 0) 0%, rgba(25, 35, 36, 0.6) 80.94%);
    height: 100%;
    width: 100%;
    z-index: 1;
}

/* *  About Us  * */

.about-us{
    background-image: url(../images/section-bg-shape-1.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding: 100px 0;
}

.about-us-images{
	position: relative;
	background-image: url(../images/about-us-bg-shape.svg);
	background-repeat: no-repeat;
	background-position: left 60px bottom 40px;
	background-size: auto;
	padding-right: 100px;
	padding-bottom: 180px;
	margin-right: 30px;
}

.about-img-1 figure,
.about-img-2 figure{
	display: block;
}

.about-img-1 img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.76;
}

.about-img-2{
	position: absolute;
	width: 100%;
	max-width: 385px;
	bottom: 0;
	right: 0;
}

.about-img-2 img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.76;
}

.experience-counter{
	position: absolute;
	top: 0;
	left: 0;
	height: 152px;
	width: 152px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	background-color: #7C877F;
	border: 6px solid #fff;
	transform: translate(-50%, -6px);
	border-radius: 50%;
}

.experience-counter h3{
	font-size: 34px;
	color: #fff;
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
}

.experience-counter p{
	font-weight: 600;
	line-height: 1.4em;
	text-transform: capitalize;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}

.feedback-counter{
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(-180deg) translate(20px, -20px);
    writing-mode: vertical-rl;
	display: flex;
	align-items: center;
}

.feedback-counter p{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #7C877F;
	border-radius: 50%;
	margin: 0 0 15px 0;
	transition: all 0.3s ease-in-out;
}

.feedback-counter:hover p{
	background-color: #192324;
}

.feedback-counter h3{
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	width: calc(100% - 75px);
}

.about-us-content-body{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
}

.about-us-content-body::before{
	content: '';
	position: absolute;
	right: 50%;
	top: 0;
	bottom: 0;
	transform: translateX(-50%);
	border: 1px solid var(--divider-color);
	width: 1px;
	height: 100%;
}

.about-us-content-info{
	width: calc(50% - 40px);
}

.about-us-content-list{
	margin-bottom: 40px;
}

.about-us-content-list ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.about-us-content-list ul li{
	position: relative;
	font-weight: 500;
	color: var(--primary-color);
	padding-left: 30px;
	margin-bottom: 15px;
}

.about-us-content-list ul li:last-child{
	margin-bottom: 0;
}

/* *  Section Title  * */

.section-row {
    margin-bottom: 80px;
}
.section-title h3 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    text-transform: capitalize;
    color: var(--accent-color);
    padding-left: 35px;
}
.section-title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/icon-sub-heading.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 24px;
    height: 5px;
}
.section-title h2 {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0; 
    line-height: 1.1em;
    color: var(--primary-color);
}
.section-title h1 span, .section-title h2 span {
    color: var(--accent-color);
}
.section-title p {
    margin-top: 30px;
    margin-bottom: 0;
}
.section-title {
    margin-bottom: 40px;
}
.section-row .section-title {
    margin-bottom: 0;
    margin-right: 30px;
}
.section-title-content {
    margin-left: 120px;
}
.section-title-content p {
    margin: 0;
}

.section-title-content.dark-section p, .section-title.dark-section p, .section-title.dark-section h2, .section-title.dark-section h3 {
    color: var(--white-color);
}

/* *  Our Services  * */

.our-services {
    padding: 0 0 100px 0;
}
.service-item {
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.service-image a {
    display: block; 
}
.image-anime {
    position: relative;
    overflow: hidden;
}
.service-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1.10;
    transition: all 0.4s ease-in-out;
}
.service-image a figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 105%);
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.service-item:hover .service-image img {
    transform: scale(1.1);
}
.service-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 1;
}
.service-btn a {
    background-color: var(--accent-color);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
}
.service-btn a:hover {
    background-color: var(--primary-color);
}
.service-btn a img {
    max-width: 20px;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}
.service-btn a:hover img {
    transform: rotate(0);
}
.service-content {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    background: #707a74;
    width: 100%;
    z-index: 1;
}
.service-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 10px;
}
.service-content h3 a {
    color: inherit;
}
.service-content p {
    color: var(--white-color);
    margin-bottom: 0;
}
.all-services-btn {
    text-align: center;
    margin-top: 20px;
}

/* *  Intro Video  * */

.intro-video .container-fluid {
    padding: 0px !important;
}
.intro-video-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.intro-video-image a {
    display: block;
    cursor: none;
}
.image-anime {
    position: relative;
    overflow: hidden;
}
.intro-video-image figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(25, 35, 36, 0) 0%, rgba(25, 35, 36, 0.6) 80.94%);
    height: 100%;
    width: 100%;
    z-index: 1;
}
.intro-video-image img {
    width: 100%;
    aspect-ratio: 1 / 0.41;
    object-fit: cover;
}
.video-play-button {
    position: absolute;
    background: #00000038;
    padding: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.video-play-button p {
    font-size: 18px;
    color: #ffffff;
}

/* *  Why Choose Us  * */

.why-choose-us {
    padding: 100px 0;
    background-color: var(--secondery-color);
}
.why-choose-item {
    display: flex;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.why-choose-item .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: var(--divider-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    transition: all 0.4s ease-in-out;
}
.why-choose-item .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}
.why-choose-item:hover .icon-box::before {
    transform: scale(1);
}
.why-choose-item .icon-box img {
    max-width: 24px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.why-choose-item-content {
    width: calc(100% - 80px);
}
.why-choose-item-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.why-choose-item-content p {
    color: var(--primary-color);
    margin-bottom: 0;
}
.why-choose-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.why-choose-images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-left: 30px;
}
.why-choose-img-box-1, .why-choose-img-box-2 {
    display: flex;
    gap: 20px;
    width: 100%;
}
.why-choose-img-1 {
    width: calc(57% - 10px);
}
.why-choose-img-1 img {
    width: 100%;
    aspect-ratio: 1 / 0.756;
    object-fit: cover;
}
.why-choose-img-2 {
    width: calc(43% - 10px);
}
.why-choose-img-2 img {
    width: 100%;
    aspect-ratio: 1 / 1.01;
    object-fit: cover;
}
.why-choose-img-3 {
    width: calc(67% - 10px);
}
.why-choose-img-3 img {
    width: 100%;
    aspect-ratio: 1 / 0.746;
    object-fit: cover;
}
.why-choose-img-4 {
    width: calc(33% - 10px);
}
.why-choose-img-4 img {
    width: 100%;
    aspect-ratio: 1 / 1.55;
    object-fit: cover;
}
.why-choose-img-1 figure, .why-choose-img-2 figure, .why-choose-img-3 figure, .why-choose-img-4 figure {
    display: block;
}

/* *  Our Testimonials  * */

.our-testimonials {
    background: var(--secondery-color);
}
.our-testimonials .container-fluid {
    padding: 0;
}
.our-testimonials-image {
    height: 100%;
}
.our-testimonials-image figure, .our-testimonials-image figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.82;
    object-fit: cover;
}
.our-testimonial-content {
    padding: 100px 50px;
}
.testimonial-slider {
    width: 100%;
    max-width: 620px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--divider-color);
}
.testimonial-rating-counter {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial-client-rating {
    display: inline-block;
    background: var(--accent-color);
    padding: 0px 5px 3px 5px;
    line-height: 1em;
}
.testimonial-rating-counter .rating-counter h2 {
    font-size: 58px;
}
.testimonial-client-rating i {
    font-size: 10px;
    color: var(--white-color);
}
.testimonial-rating-content p {
    color: var(--primary-color);
    font-weight: 500;
    margin: 0;
}

/* *  Main Footer  * */

.main-footer {
    padding: 80px 0 0;
    background: #121212;
}
.main-footer .footer-header {
    border-bottom: 1px solid var(--dark-divider-color);
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.footer-social-link-title h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: var(--white-color);
}
.footer-social-links {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}
.footer-social-link-title h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: var(--white-color);
}
.footer-social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-social-links ul li {
    display: inline-flex;
    margin-right: 10px;
}
.footer-social-links ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white-color);
    border-radius: 50%;
    height: 36px;
    width: 36px;
    transition: all 0.3s ease-in-out;
}
.footer-social-links ul li a i {
    font-size: 18px;
    color: var(--accent-color);
    transition: all 0.3s ease-in-out;
}
.footer-social-links ul li a:hover i {
    color: var(--white-color);
}
.footer-social-links ul li a:hover {
    background: var(--accent-color);
}
.footer-links h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 20px;
}
.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links ul li {
    color: var(--white-color);
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
}
.footer-links ul li a {
    display: block;
    color: inherit;
}
.footer-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.footer-contact-item .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--dark-divider-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}
.footer-contact-item .icon-box i {
    font-size: 16px;
    color: var(--white-color);
}
.footer-contact-item:hover .icon-box {
    border-color: var(--white-color);
}
.footer-contact-content {
    width: calc(100% - 50px);
}
.footer-contact-content p, 
.footer-contact-content p a {
    color: var(--white-color);
    margin: 0;
}
.footer-copyright {
    border-top: 1px solid var(--dark-divider-color);
    text-align: center;
    margin-top: 35px;
    padding: 15px 0;
}
.footer-copyright-text p {
    color: var(--white-color);
    margin: 0;
}

/* *  Scroll Top  * */

.scroll-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--accent-color);
    color: #fff ;
    padding: 12px 18px;
    border-radius: 50%;
    cursor: pointer;
    display: none; /* hidden by default */
    z-index: 9999;
}

.scroll-top-btn i {
  font-size: 18px;
  color: #fff;
}

/* Show on scroll */
.show-scroll {
  display: block;
}


/* *  About Us Page  * */

.page-header {
    position: relative;
    background: url(../images/page-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 250px 0 150px;
    /* margin-top: -118px; */
}
.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(25, 35, 36, 0) 0%, rgba(25, 35, 36, 0.4) 80.94%);
    width: 100%;
    height: 100%;
    z-index: 0;
}
.page-header-box {
    position: relative;
    text-align: center;
    z-index: 1;
}
.page-header-box h1 {
    display: inline-block;
    font-size: 80px;
    font-weight: 700;
    color: var(--white-color);
    letter-spacing: -0.02em;
    margin-bottom: 10px; 
}
.page-header-box ol {
    margin: 0;
    padding: 0;
    justify-content: center;
}
.page-header-box ol li.breadcrumb-item {
    font-size: 22px;
    text-transform: capitalize;
    color: var(--white-color);
}
.page-header-box ol li.breadcrumb-item a {
    color: inherit;
}
.page-header-box ol li.breadcrumb-item {
    font-size: 22px;
    text-transform: capitalize;
    color: var(--white-color);
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}
.page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
    font-size: 20px;
    color: var(--white-color);
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem; 
}
.best-selling {
    background: url(../images/section-bg-shape-1.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding: 50px 0 100px;
}
.how-we-work {
    background: #091e34;
    padding: 50px 0;
    margin-top: 40px;
}
.how-we-work-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.how-we-work-item {
    width: calc(25% - 22.5px);
}
.how-we-work-item .icon-box {
    margin-bottom: 30px;
}
.how-we-work-item .icon-box img {
    max-width: 60px;
}
.how-we-work-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 10px;
}
.how-we-work-content p {
    color: var(--white-color);
    margin: 0;
}
.how-work-company-slider {
    border-top: 1px solid var(--dark-divider-color);
    margin-top: 60px;
    padding-top: 60px;
}
.how-work-company-slider .company-logo img {
    width: 100%;
}

/* *  Contact Us Page  * */

.google-map {
    padding: 50px 0 30px;
}
.contact-info-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; 
}
.contact-info-item {
    width: calc(33.33% - 20px);
    display: flex; 
    padding: 15px;
    border-radius: 15px;
}
.contact-info-item .icon-box {
    position: relative;
    height: 60px;
    width: 60px;
    background-color: var(--divider-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.contact-info-item .icon-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.contact-info-item:hover .icon-box:before {
    transform: scale(1);
}
.contact-info-item .icon-box i {
    position: relative;
    font-size: 20px;
    color: var(--accent-color);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.contact-info-item:hover .icon-box i {
    color: var(--white-color);
}
.contact-info-content {
    width: calc(100% - 80px);
}
.contact-info-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.contact-info-content p {
    margin-bottom: 0;
}
.contact-info-content p a {
    margin-bottom: 0;
    color: var(--text-color);
}
.page-contact-us {
    padding: 100px 0 50px;
}
.contact-us-image {
    height: 100%;
}
.contact-us-image figure {
    height: 100%;
    display: block;
}
.contact-us-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.962;
}
.contact-us-form {
    margin-left: 30px;
}
.contact-form .form-control {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    background-color: var(--white-color);
    color: var(--text-color);
    border: 1px solid var(--divider-color);
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding: 14px 15px;
}

/* *  Our Projects Page  * */

.our-project {
    padding: 100px 0 70px;
}
.project-item {
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
figure {
    margin: 0;
}
.project-featured-image figure::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 111.33%);
    z-index: 0;
}
.project-featured-image img {
    width: 100%;
    aspect-ratio: 1 / 0.79;
    object-fit: cover;
}
.project-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(20px);
    border-radius: 50%;
    transform: translate(-50%, -30%);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.project-btn a {
    width: 100px;
    height: 100px;
    background: var(--dark-divider-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}
.project-item:hover .project-btn {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}
.project-btn img {
    max-width: 24px;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}
.project-btn a:hover {
    background: var(--primary-color);
}
.project-btn a:hover img {
    transform: rotate(0deg);
}

/* *  Services Page  * */

.page-service-single {
    padding: 100px 0;
}
.service-feature-image {
    margin-bottom: 40px;
}
.service-feature-image figure {
    display: block;
}
.service-feature-image img {
    width: 100%;
    object-fit: cover;
}
.service-entry {
    margin-bottom: 60px;
}
.service-entry p {
    margin-bottom: 20px;
}
.service-entry p:last-child {
    margin-bottom: 0;
}

/* *  Left Side Bar  * */

.service-sidebar {
    position: sticky;
    top: 30px;
    margin-right: 30px;
}
.service-catagery-list {
    border: 1px solid var(--divider-color);
    padding: 30px;
    margin-bottom: 40px;
    overflow: hidden;
}
.service-catagery-list h3 {
    font-size: 20px;
    text-transform: capitalize;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.service-catagery-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.service-catagery-list ul li {
    margin-bottom: 15px;
}
.service-catagery-list ul li a {
    position: relative;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--accent-color);
    padding-right: 25px;
    transition: all 0.3s ease-in-out;
}
.service-catagery-list ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    transform: translateY(-50%) rotate(-45deg);
    background-image: url(../images/arrow-accent.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s ease-in-out;
}
.service-catagery-list ul li:hover a {
    color: var(--primary-color);
}
.service-catagery-list ul li:hover a::before {
    transform: translateY(-50%) rotate(0);
    filter: brightness(0) invert(0);
}
.sidebar-cta-Body {
    border: 1px solid var(--divider-color);
    padding: 25px;
}
.sidebar-cta-content {
    margin-bottom: 25px;
}
.sidebar-cta-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.sidebar-cta-content p {
    font-weight: 500;
    margin-bottom: 0;
}
.sidebar-cta-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.sidebar-cta-contact-item .icon-box {
    position: relative;
    height: 50px;
    width: 50px;
    background-color: var(--divider-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    transition: all 0.4s ease-in-out;
}
.sidebar-cta-contact-item .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}
.sidebar-cta-contact-item:hover .icon-box::before {
    transform: scale(1);
}
.sidebar-cta-contact-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}
.sidebar-cta-contact-item .icon-box img {
    position: relative;
    max-width: 20px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.cta-contact-item-content {
    width: calc(100% - 78px);
}
.cta-contact-item-content p a {
    font-weight: 500;
    color: #283132;
    margin: 0;
}
.sidebar-cta-contact-item:last-child {
    margin-bottom: 0;
}

/* *  Responsive  * */

@media only screen and (max-width: 1366px){
	
	.our-testimonial-content{
		padding: 100px 50px;
	}
}

@media only screen and (max-width: 1024px){
	
	.main-menu ul li{
		margin: 0;
	}

	.our-testimonial-content{
		padding: 50px 20px;
	}
}

@media only screen and (max-width: 991px){

	.navbar{
		padding: 0 0;
	}

    .navbar-brand{
        padding: 15px 0;
    }

    .nadsd{
        text-align: left;
        margin-left: 0;
        background-color: #245887;
    }

    .nadsd ul{
        padding: 5px 0;
    }

    .navbar .dropdown .dropdown-menu{
        position: unset;
        background-color: #245887;
        width: 100%;
        border: 0;
        border-radius: 0;
    }

    .navbar .dropdown .dropdown-menu a{
        font-weight: 400;
        font-size: 16px;
    }

    .navbar-nav li a{
        padding: 10px 10px !important;
        font-weight: 400;
        font-size: 16px;
    }


    .navbar-nav li a,
    .navbar-nav li a.active,
    .navbar-nav li a:hover, 
    .navbar-nav li a:focus{
        color: var(--white-color) !important;
    }
	
	.slicknav_nav li,
	.slicknav_nav ul,
    .navbar-nav{
        display: block;
    }

	.responsive-menu,
    .navbar-toggle{
        display: block;
    }

    .header-btn{
        display: none !important;
    } 

	.btn-default{
		padding: 14px 42px 14px 16px;
	}

	.section-row{
		margin-bottom: 40px;
	}

	.section-row .section-title{
		margin-bottom: 0;
		margin-right: 0px;
	}

	.section-title-content{
		margin-left: 0;
		margin-top: 15px;
	}

	.section-btn{
		text-align: left;
		margin-top: 15px;
	}

	.section-title{
		margin-bottom: 30px;
	}

	.section-title h3{
		margin-bottom: 10px;
	}

	.section-title h1{
		font-size: 50px;
	}

	.section-title h2{
		font-size: 36px;
	}

	.section-title p{
		margin-top: 15px;
	}

	.hero{
		min-height: auto;
		padding: 180px 0 140px;
		margin-top: -92px;
	}

	.hero.hero-slider-layout .hero-slide{
		padding: 180px 0 140px;
		min-height: auto;
	}

	.hero.hero-slider-layout .hero-pagination{
		padding-left: 15px;
		bottom: 30px;
	}

	.hero-content .section-title p{
		font-size: 20px;
	}

	.about-us{
		padding: 50px 0;
	}

	.about-us-images{
		margin: 0 0 30px 0;
	}

	.experience-counter{
		height: 137px;
		width: 137px;
	}

	.experience-counter h3{
		font-size: 28px;
	}

	.about-us-content-list{
		margin-bottom: 30px;
	}

	.about-contact-item{
		margin-bottom: 30px;
	}

	.why-choose-us{
		padding: 50px 0;
	}

	.why-choose-content{
		margin-bottom: 30px;
	}

	.why-choose-item .icon-box{
		margin-right: 10px;
	}

	.why-choose-item-content{
		width: calc(100% - 70px);
	}

	.why-choose-images{
		margin-left: 0;
	}

	.our-services{
		padding: 50px 0;
	}

	.service-image img{
		aspect-ratio: 1 / 1.2;
	}

	.service-btn{
		top: 20px;
		right: 20px;
	}

	.service-btn a{
		height: 50px;
		width: 50px;
	}

	.service-content{
		bottom: 0px;
		left: 0px;
		right: 0px;
	}

	.all-services-btn{
		margin-top: 10px;
	}

	.video-play-button a{
		width: 80px;
		height: 80px;
	}

	.our-project{
		padding: 50px 0 20px;
	}

	.our-Project-nav{
		margin-bottom: 50px;
	}

	.project-featured-image img{
		aspect-ratio: 1 / 0.89;
	}

	.project-btn a{
		width: 80px;
		height: 80px;
	}

	.project-content{
		left: 20px;
		bottom: 20px;
		right: 20px;
	}

	.how-we-work{
		padding: 50px 0;
	}

	.how-we-work-item{
		width: calc(50% - 15px);
	}

	.how-we-work-item .icon-box{
		margin-bottom: 20px;
	}

	.how-work-company-slider{
		margin-top: 40px;
		padding-top: 40px;
	}

	.our-skill{
		padding: 50px 0;
	}

	.our-skill-content{
		margin-bottom: 30px;
	}

	.skills-progress-bar{
		margin-bottom: 30px;
	}

	.our-skill-image{
		max-width: 555px;
		margin: 0 auto;
	}

	.our-testimonials-image{
		height: auto;
	}

	.our-testimonials-image figure,
	.our-testimonials-image figure img{
		height: auto;
		aspect-ratio: 1 / 0.65;
	}

	.our-testimonial-content{
		padding: 50px 15px;
	}

	.our-testimonial-content .section-title{
		background-size: contain;
	}

	.testimonial-slider{
		max-width: 100%;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.testimonial-rating{
		margin-bottom:15px;
	}

	.testimonial-content{
		margin-bottom: 30px;
	}

	.testimonial-content p{
		font-size: 18px;
	}

	.testimonial-rating-counter .rating-counter h2{
		font-size: 48px;
	}

	.our-blog{
		padding: 50px 0;
	}

	.our-blog .section-title{
		margin-right: 0;
	}

	.post-featured-image img{
		aspect-ratio: 1 / 0.75;
	}

	.our-blog-footer{
		margin-top: 10px;
	}

	.main-footer{
		padding: 40px 0 0;
	}

	.main-footer .footer-header{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.footer-links{
		padding-right: 0;
		margin-bottom: 30px;
	}

	.footer-newsletter-form p{
		margin-bottom: 20px;
	}

	.footer-copyright{
		margin-top: 0px;
		padding: 20px 0;
	}

	.page-header{
        padding: 180px 0 100px;
        margin-top: 0;
    }

    .page-header-box h1{
        font-size: 50px;
    }

	.page-header-box ol li.breadcrumb-item{
		font-size: 18px;
	}

	.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
		font-size: 16px;
	}

	.about-facility-list{
		margin-top: 50px;
		gap: 20px;
	}

	.about-facility-item{
		width: calc(33.33% - 13.33px);
	}

	.about-facility-item .icon-box{
		height: 45px;
		width: 45px;
		margin-right: 10px;
	}

	.about-facility-item .icon-box img{
		max-width: 20px;
	}

	.about-facility-content{
		width: calc(100% - 55px);
	}

	.about-facility-content h3{
		font-size: 18px;
	}

	.vision-mission{
		padding: 50px 0 25px;
	}

	.vision-mission-box{
        padding: 30px 15px;
        gap: 30px 40px;
    }

	.vision-mission-item{
		width: calc(50% - 20px);
	}

	.vision-mission-item::before{
		right: -20px;
	}

	.vision-mission-item .icon-box{
		width: 70px;
		height: 70px;
	}

	.vision-mission-item .icon-box img{
		max-width: 30px;
	}

	.vision-mission-content h3{
		margin-bottom: 15px;
	}

	.best-selling{
		padding: 25px 0 50px;
	}

	.best-selling-content{
		margin-bottom: 20px;
	}

	.best-selling-content-img{
		margin-bottom: 20px;
	}

	.our-team{
		padding: 50px 0 20px;
	}

	.team-readmore-btn{
		top: 20px;
		right: 20px;
	}

	.team-readmore-btn a{
		width: 50px;
		height: 50px;
	}

	.team-content{
		margin-bottom: 15px;
	}

	.our-faqs{
		padding: 50px 0;
	}

	.our-faqs-content{
		margin-right: 0;
		margin-bottom: 30px;
	}

	.faq-accordion .accordion-item{
		margin-bottom: 20px;
	}

	.our-faqs-image{
		text-align: center;
		margin-left: 0px;
	}

	.our-faqs-image img{
		aspect-ratio: 1 / 0.8;
	}

	.our-clients{
		padding: 50px 0;
	}

	.our-clients .our-clients-box{
		max-width: 100%;
	}

	.page-services{
		padding: 50px 0 20px;
	}

	.page-service-single{
		padding: 50px 0;
	}

	.service-sidebar{
		position: initial;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.service-catagery-list{
		padding: 20px;
		margin-bottom: 30px;
	}

	.service-catagery-list h3{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.service-catagery-list ul li{
		margin-bottom: 10px;
	}

	.service-catagery-list ul li a::before{
		width: 16px;
		height: 16px;
	}

	.sidebar-cta-Body{
		padding: 20px;
	}

	.sidebar-cta-content{
		margin-bottom: 15px;
	}

	.sidebar-cta-contact-item{
		margin-bottom: 15px;
	}

	.service-feature-image{
		margin-bottom: 30px;
	}

	.service-entry{
		margin-bottom: 30px;
	}

	.service-entry ul li{
		font-size: 14px;
		padding-left: 25px;
		margin-bottom: 10px;
	}

	.service-entry ul li::before{
		font-size: 18px;
	}

	.why-choose-content.service-single-why-choose{
		margin-bottom: 30px;
	}

	.page-blog{
		padding: 50px 0;
	}

	.page-pagination{
        margin-top: 10px;
    }

	.page-single-post{
		padding: 50px 0;
	}

	.post-image{
		margin-bottom: 20px;
	}

	.post-entry blockquote{
		background-position: 25px 25px;
        background-size: 50px;
        padding: 25px 25px 25px 90px;
        margin-bottom: 20px;
	}

	.post-entry blockquote p{
		font-size: 18px;
	}

	.post-entry h2{
		font-size: 38px;
	}

	.post-entry ul li{
		font-size: 16px;
	}

	.post-tags{
		margin-bottom: 20px;
	}

	.post-social-sharing ul{
		text-align: left;
	}

	.post-tags .tag-links a{
		padding: 6px 15px;
	}

	.page-project{
		padding: 50px 0 20px;
	}

	.page-project-single{
		padding: 50px 0;
	}

	.project-single-sidebar{
		position: initial;
		margin-right: 0px;
		margin-bottom: 30px
	}

	.project-detail-list{
		padding: 20px;
		margin-bottom: 30px;
	}

	.project-single-image{
		margin-bottom: 30px;
	}

	.project-info,
	.project-design-info{
		margin-bottom: 30px;
	}

	.project-entry h2{
		font-size: 36px;
		margin-bottom: 20px;
	}

	.page-gallery{
		padding: 50px 0 20px;
	}

	.page-gallery-box .photo-gallery img{
		aspect-ratio: 1 / 0.85;
	}

	.page-faqs{
		padding: 50px 0;
	}

	.faq-sidebar{
		position: initial;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.faq-catagery-list{
		padding: 20px;
		margin-bottom: 30px;
	}

	.faq-catagery-list ul li{
        margin-bottom: 15px;
    }

	.faq-catagery-list ul li a::before{
        width: 16px;
        height: 16px;
    }

	.our-faq-section.page-faq-accordion{
		margin-bottom: 40px;
	}

	.page-contact-us{
		padding: 50px 0 25px;
	}

	.contact-us-image{
		height: auto;
		margin-bottom: 30px;
	}

	.contact-us-image img{
		aspect-ratio: 1 / 0.6;
	}

	.contact-us-form{
		margin-left: 0;
	}

	.contact-form .form-control{
		padding: 12px 15px;
	}

	.google-map{
		padding: 25px 0 50px;
	}

	.google-map-iframe,
	.google-map-iframe iframe{
		height: 400px;
	}

	.contact-info-box{
		gap: 20px;
		margin-top: 40px;
	}

	.contact-info-item{
		width: calc(33.33% - 13.33px);
	}

	.contact-info-item .icon-box{
		height: 50px;
		width: 50px;
		margin-right: 10px;
	}

	.contact-info-item .icon-box i{
		font-size: 16px;
	}

	.contact-info-content{
		width: calc(100% - 60px);
	}

	.contact-info-content h3{
		font-size: 18px;
	}

	.error-page{
		padding: 50px 0;
	}

	.error-page-image img{
		max-width: 80%;
	}
}

@media only screen and (max-width: 767px){

	.section-row{
		margin-bottom: 30px;
	}

	.section-title{
		margin-bottom: 30px;
	}

	.section-title h1{
		font-size: 28px;
	}

	.section-title h2{
		font-size: 26px;
	}

	.hero-content .section-title p{
		font-size: 18px;
	}

	.hero-content .btn-default{
		margin-right: 40px;
		margin-bottom: 10px;
	}

	.hero-content .btn-default.btn-highlighted{
		margin: 0;
	}

	.about-us-images{
		background-position: left 10px bottom 10px;
		background-size: 20% auto;
		padding: 10px 45px 100px 0;
	}

	.feedback-counter{
		transform: rotate(-180deg) translate(0, 0);
	}

	.feedback-counter p{
        font-size: 12px;
        height: 38px;
        width: 38px;
        margin: 0 0 6px 0;
    }

	.feedback-counter h3{
		font-size: 12px;
        width: calc(100% - 40px);
	}

	.about-img-2{
		max-width: 240px;
	}

	.experience-counter{
        height: 102px;
        width: 102px;
    }

	.experience-counter h3{
        font-size: 22px;
    }

	.experience-counter p{
		font-size: 12px;
		line-height: 1.1em;
	}

	.about-us-content-body{
		gap: 0px;
	}

	.about-us-content-body::before{
		display: none;
	}

	.about-us-content-info{
		width: 100%;
		border-bottom: 1px solid var(--divider-color);
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.about-us-content-list{
        margin-bottom: 20px;
    }

	.about-us-contact-list{
		width: 100%;
	}

	.about-us-content-list ul li{
		margin-bottom: 10px;
	}

	.about-us-content-list ul li::before{
		font-size: 18px;
		top: 3px;
	}

	.about-contact-item{
		margin-bottom: 20px;
	}

	.about-contact-content h3{
		font-size: 18px;
	}

	.why-choose-item-content h3{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.why-choose-img-2 img{
		aspect-ratio: 1 / 1.02;
	}

	.why-choose-img-4 img{
		aspect-ratio: 1 / 1.588;
	}

	.service-content h3{
		font-size: 18px;
	}

	.intro-video-image img{
		aspect-ratio: 1 / 0.7;
	}

	.project-btn a{
        width: 60px;
        height: 60px;
    }

	.project-btn img{
		max-width: 20px;
	}

	.project-content h2{
		font-size: 18px;
	}

	.how-we-work-item{
		width: 100%;
	}

	.how-we-work-item .icon-box img{
		max-width: 50px;
	}

	.how-we-work-content h3{
		font-size: 18px;
	}

	.how-work-company-slider{
		margin-top: 30px;
		padding-top: 30px;
	}

	.our-skill-image{
		padding-bottom: 83px;
	}

	.our-skill-img-1{
		width: 200px;
		padding: 20px 0 0 20px;
	}

	.our-skill-img-2{
		width: 130px;
		top: 20px;
	}

	.our-skill-img-3{
		width: 200px;
	}

	.testimonial-rating{
		margin-bottom: 10px;
	}

	.testimonial-rating i{
		font-size: 16px;
	}

	.testimonial-content{
		margin-bottom: 20px;
	}

	.testimonial-content p{
        font-size: 16px;
    }

	.testimonial-body .author-content h3{
		font-size: 18px;
	}

	.testimonial-rating-counter .rating-counter h2{
        font-size: 38px;
    }

	.post-featured-image{
		margin-bottom: 15px;
	}

	.post-item-content{
		margin-bottom: 10px;
	}

	.post-item-content h3{
		font-size: 18px;
	}

	.footer-logo{
		margin-bottom: 20px;
	}

	.footer-social-links{
		justify-content: start;
		gap: 20px;
	}

	.footer-social-link-title h3{
		font-size: 18px;
	}

	.footer-links h3{
		margin-bottom: 15px;
	}

	.footer-links ul li{
		margin-bottom: 5px;
	}
	
	.footer-copyright{
		padding: 15px 0;
	}

	.page-header-box h1{
		font-size: 28px;
		margin-bottom: 5px;
	}

	.page-header-box ol li.breadcrumb-item{
        font-size: 16px;
    }

	.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
		font-size: 14px;
	}

	.about-facility-item{
        width: 100%;
    }

	.vision-mission{
		background: linear-gradient(180deg, var(--primary-color) 40%, var(--white-color) 40%);
	}

	.vision-mission-box{
        padding: 20px;
        gap: 40px;
    }

	.vision-mission-item{
		width: 100%;
	}

	.vision-mission-item::before{
		height: 1px;
		width: 100%;
		top: auto;
		right: 0;
		bottom: -20px;
	}

	.vision-mission-item:nth-child(2n + 2)::before{
		display: block;
	}

	.vision-mission-item:last-child::before{
		display: none;
	}
	
	.vision-mission-content h3{
		font-size: 18px;
	}

	.team-content h3{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.faq-accordion .accordion-header .accordion-button{
		font-size: 18px;
		padding-right: 30px;
	}

	.faq-accordion .accordion-item .accordion-button::after, 
	.faq-accordion .accordion-item .accordion-button.collapsed::after{
		top: 2px;
	}

	.faq-accordion .accordion-body{
		padding-right: 0;
	}

	.our-faqs-image img{
		aspect-ratio: 1 / 1.26;
	}

	.service-catagery-list h3{
		font-size: 18px;
	}

	.sidebar-cta-content h3{
		font-size: 18px;
	}

	.service-entry p{
		margin-bottom: 15px;
	}

	.service-feature-image{
        margin-bottom: 20px;
    }

	.service-feature-image img{
        aspect-ratio: 1 / 0.7;
    }

	.service-entry-list-image{
		gap: 20px;
	}

	.service-entry-image,
	.service-entry-list{
		width: 100%;
	}

	.post-image figure,
	.post-image img{
		aspect-ratio: 1 / 0.70;
	}

	.post-entry blockquote{
		background-position: 20px 20px;
        padding: 70px 20px 20px 20px;
	}
	
	.post-entry h2{
		font-size: 26px;
	}

	.project-single-image{
        margin-bottom: 20px;
    }

	.project-single-image img{
		aspect-ratio: 1 / 0.7;
	}

	.project-info,
	.project-design-highlight{
		margin-bottom: 20px;
	}

	.project-entry h2{
		font-size: 26px;
		margin-bottom: 15px;
	}

	.project-entry p{
		margin-bottom: 15px;
	}

	.project-entry ul li{
        margin-bottom: 10px;
    }

	.project-entry ul li::before{
        font-size: 18px;
        top: 5px;
    }

	.project-gallery-images{
		gap: 20px;
	}

	.project-gallery-img{
		width: calc(50% - 10px);
	}

	.contact-us-image img{
        aspect-ratio: 1 / 0.75;
    }

	.google-map-iframe,
	.google-map-iframe iframe{
        height: 350px;
    }

	.contact-info-item{
		width: 100%;
	}

	.error-page-image img{
        max-width: 100%;
    }
    .psohofg1{
        order: 2;
    }
    .psohofg2{
        order: 1;
    }
    .video-play-button {
        position: absolute;
        background: #00000038;
        padding: 40px;
        top: 45%;
        height: 100%;
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }
    body, html{
        overflow-x: hidden !important;
    }
}