.navbar-area {
  z-index: 999;
  transition: 1s;
}
.navbar-area.sticky {
  top: 0;
  left: 0;
  position: sticky !important;
  width: 100%;
  z-index: 999 !important;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: var(--transition);
}
.navbar-area .other-options .option-item {
  margin-left: 20px;
}
.navbar-area .other-options .option-item:first-child {
  margin-left: 0;
}
.navbar-area .other-options .option-item .contact-link .contact-icon {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 94, 20, 0.11);
  position: relative;
}
.navbar-area .other-options .option-item .contact-link .contact-icon img {
  filter: brightness(1) invert(0);
}
.navbar-area .other-options .option-item .contact-link div {
  margin-left: 10px;
}
.navbar-area .other-options .option-item .contact-link div span {
  line-height: 1;
  display: block;
}
.navbar-area .other-options .option-item .contact-link div span:first-child {
  margin-bottom: 8px;
}
.navbar-area .other-options .option-item .contact-link:hover .contact-icon {
  background-color: var(--primaryColor);
}
.navbar-area .other-options .option-item .contact-link:hover .contact-icon img {
  filter: brightness(0) invert(1);
}
.navbar-area.style-one.sticky, .navbar-area.style-three.sticky {
  background-color: #18455c;
}
.navbar-area.style-one .menu > ul > li > a, .navbar-area.style-three .menu > ul > li > a {
  color: var(--whiteColor);
}
.navbar-area.style-one .menu > ul > li > a.active, .navbar-area.style-one .menu > ul > li > a:hover, .navbar-area.style-three .menu > ul > li > a.active, .navbar-area.style-three .menu > ul > li > a:hover {
  color: var(--primaryColor);
}
.navbar-area.style-two.sticky {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
  background-color: #fff !important;
}
.navbar-area.style-two .menu > ul > li > a {
  color: var(--titleColor);
}
.navbar-area.style-two .menu > ul > li > a.active, .navbar-area.style-two .menu > ul > li > a:hover {
  color: var(--primaryColor);
}
.navbar-area.style-one .other-options .option-item .contact-link .contact-icon {
  background-color: rgba(255, 94, 20, 0.11);
}
.navbar-area.style-one .other-options .option-item .contact-link:hover .contact-icon {
  background-color: var(--primaryColor);
}
.navbar-area.style-three {
  background-color: transparent;
}
.navbar-area.style-three.sticky {
  background-color: var(--optionalColor);
}
.navbar-area.style-three .other-options .option-item .contact-link .contact-icon {
  background-color: rgba(255, 255, 255, 0.18);
}
.navbar-area.style-three .other-options .option-item .contact-link:hover .contact-icon {
  background-color: var(--primaryColor);
}
.navbar-area.style-four {
  margin-top: 10px;
}
.navbar-area.style-four.sticky {
  background-color: #F3EAE6 !important;
}

.offcanvas-backdrop {
  background-color: rgba(25, 39, 43, 0.9) !important;
}

.menu > ul > li {
  display: inline-block;
  line-height: 1;
  margin-right: 20px;
}
.menu > ul > li:last-child {
  margin-right: 0;
}
.menu > ul > li.menu-item-has-children a i {
  font-size: 14px;
  font-weight: 300;
  line-height: 0.8;
  margin-left: 1px;
}
.menu > ul > li .menu-column-1 {
  min-width: 17.1rem;
  max-width: 17.1rem;
}
.menu > ul > li .menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 0;
  border: none;
  outline: none;
  z-index: 500;
  opacity: 0;
  list-style: none;
  visibility: hidden;
  background: #FFFBF3;
  transition: all 0.3s ease-in-out;
}
.menu > ul > li .menu-subs li a {
  padding: 13px 20px;
  display: block;
  line-height: 1.6;
  border-left: 2px solid transparent;
  border-bottom: 1px solid rgba(38, 38, 54, 0.08);
}
.menu > ul > li .menu-subs li a:hover, .menu > ul > li .menu-subs li a.active {
  color: var(--primaryColor);
  border-left-color: var(--primaryColor);
}
.menu > ul > li .menu-subs li .menu-subs:before {
  display: none;
}
.menu > ul > li .menu-subs > li:last-child > a {
  border-bottom: none;
}
.menu > ul > li .menu-subs > ul > li {
  line-height: 1;
}
.menu > ul > li .menu-subs > ul > li a {
  display: inline-block;
  font-family: inherit;
  border: none;
  outline: none;
  padding: 15px 0;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  transition: all 0.3s ease-in-out;
}
.menu > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 42.5px 0;
  border: none;
  outline: none;
  z-index: 1;
}
.menu > ul > li > a:hover, .menu > ul > li > a.active {
  color: var(--primaryColor);
}
.menu > ul > li:last-child > a:before {
  display: none;
}
.menu ul li a {
  color: var(--titleColor);
  font-weight: 500;
  letter-spacing: 0.015em;
  transition: var(--transition);
}
.menu ul li a.menu-item-has-children i {
  font-weight: 300;
}
.menu ul li a.menu-item-has-children a.active, .menu ul li a.menu-item-has-children a:hover {
  color: var(--primaryColor);
}
.menu ul li a.active, .menu ul li a:hover {
  color: var(--primaryColor);
}
.menu ul li a.active {
  font-weight: 500;
}
.menu .menu-section {
  margin-left: 72px;
}

.menu-mobile-header,
.menu-mobile-trigger {
  display: none;
}

@media only screen and (max-width: 767px) {
  .navbar-area .navbar-brand img {
    max-width: 100px;
  }
  .navbar-area .other-options .option-item {
    margin-left: 20px;
  }
  .navbar-area .other-options .option-item:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-area {
    padding: 14px 0;
    z-index: 99;
    background: #18455c;
  }
  .navbar-area.sticky {
    top: 0 !important;
    margin-top: 0;
    background: #18455c;
    }
  }
  .navbar-area .navbar .navbar-brand img {
    max-width: 105px;
  }
  .navbar-area .menu {
    border-radius: 0;
  }
  .navbar-area .menu ul li a i {
    float: right;
    font-size: 18px;
  }
  .navbar-area .menu-mobile-trigger span {
    background: var(--whiteColor);
  }
  .navbar-area .menu-section {
    margin-left: 0;
  }
  .navbar-area.style-one .menu-section, .navbar-area.style-three .menu-section {
    margin-left: 0;
  }
  .navbar-area.style-one .menu > ul > li > a, .navbar-area.style-three .menu > ul > li > a {
    color: var(--titleColor);
  }
  .navbar-area.style-one .menu > ul > li > a.active, .navbar-area.style-one .menu > ul > li > a:hover, .navbar-area.style-three .menu > ul > li > a.active, .navbar-area.style-three .menu > ul > li > a:hover {
    color: var(--primaryColor);
  }
  .navbar-area.style-one .other-options .option-item .mobile-options button i, .navbar-area.style-three .other-options .option-item .mobile-options button i {
    color: var(--whiteColor);
  }
  .navbar-area.style-one .menu-mobile-trigger span, .navbar-area.style-three .menu-mobile-trigger span {
    background: var(--whiteColor);
  }
  .navbar-area.style-two .menu-mobile-trigger span {
    background: var(--titleColor);
  }
  .navbar-area.style-four {
    margin: 0;
  }
  .navbar-area.style-four .menu-mobile-trigger span {
    background: var(--titleColor);
  }
  .navbar-area.style-four .other-options .option-item .mobile-options button i {
    color: var(--titleColor);
  }
  .navbar-area .other-options .option-item .mobile-options {
    width: 20px;
  }
  .navbar-area .other-options .option-item .mobile-options button:after {
    display: none;
  }
  .navbar-area .other-options .option-item .mobile-options button i {
    font-size: 20px;
    position: relative;
    top: 2px;
    line-height: 0.8;
  }
  .navbar-area .other-options .option-item .mobile-options .dropdown-menu {
    background-color: var(--titleColor);
    padding: 10px 0;
    max-width: 220px;
  }
  .navbar-area .other-options .option-item .mobile-options .dropdown-menu .dropdown-item {
    width: 197px;
    padding: 5px 12px;
  }
  .navbar-area .other-options .option-item .mobile-options .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }
  .navbar-area .other-options .option-item .mobile-options .dropdown-menu .dropdown-item .contact-link .contact-icon {
    width: 42px;
    height: 42px;
  }
  .navbar-area .other-options .option-item .mobile-options .dropdown-menu .dropdown-item .contact-link div {
    position: relative;
    top: 2px;
  }
  .navbar-area .other-options .option-item .mobile-options .dropdown-menu .dropdown-item .contact-link div span {
    font-size: 14px;
  }
  .navbar-area .other-options .option-item .mobile-options .dropdown-menu .dropdown-item .contact-link div span:first-child {
    margin-bottom: 5px;
  }
  .navbar-area .other-options .option-item .mobile-options .dropdown-menu .dropdown-item .btn span.btn-text {
    padding: 10px 20px;
    font-size: 14px;
  }
  .navbar-area .other-options .option-item .mobile-options .dropdown-menu .dropdown-item .btn span.btn-icon {
    width: 38px;
    height: 38px;
  }
  .navbar-area .other-options .option-item .mobile-options .dropdown-menu .dropdown-item .btn span.btn-icon i {
    font-size: 21px;
  }
  .navbar-area .other-options .option-item .mobile-options .dropdown-menu-centered {
    right: 0% !important;
  }
  .menu-mobile-trigger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    background: 0 0;
    transform: rotate(0deg);
    transition: 0.35s ease-in-out;
  }
  .menu-mobile-trigger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background: var(--whiteColor);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .menu-mobile-trigger span:nth-child(1), .menu-mobile-trigger span:nth-child(2) {
    top: 0;
  }
  .menu-mobile-trigger span:nth-child(2), .menu-mobile-trigger span:nth-child(3) {
    top: 0.5rem;
    width: 80%;
    margin-left: 20%;
  }
  .menu-mobile-trigger span:nth-child(4) {
    top: 1rem;
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1099;
    overflow: hidden;
    background: #FFFBF3;
    transform: translate(-100%);
    transition: all 0.5s ease-in-out;
  }
  .menu.active {
    transform: translate(0%);
  }
  .menu ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: none !important;
  }
  .menu ul li a:after {
    display: none;
  }
  .menu ul li a:hover, .menu ul li a.active {
    color: var(--primaryColor);
    background-color: transparent !important;
  }
  .menu > ul > li {
    display: block;
    line-height: 1;
    margin: 0;
  }
  .menu > ul > li .menu-subs {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem 0;
    padding-top: 50px;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(100%);
    box-shadow: none;
    transition: var(--transition);
  }
  .menu > ul > li .menu-subs > ul > li a {
    display: block;
  }
  .menu > ul > li .menu-subs.active {
    transform: translateX(0%);
  }
  .menu > ul > li > a {
    display: block;
    padding: 20px 25px;
  }
  .menu > ul > li > a i {
    position: absolute;
    font-size: 22px;
    top: 50%;
    right: 22px;
    text-align: center;
    transform: translateY(-50%) rotate(-90deg);
  }
  .menu .menu-mobile-header {
    position: relative;
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    height: 3.125rem;
    z-index: 501;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    background: #FFFBF3;
  }
  .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 1.25rem;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    border-right: 1px solid rgba(0, 0, 0, 0.19);
    color: var(--titleColor);
    text-align: center;
  }
  .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }
  .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color: var(--titleColor);
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
  }
  .menu .menu-mobile-header .menu-mobile-close {
    font-size: 24px;
    cursor: pointer;
    width: 4.125rem;
    height: 3.125rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--titleColor);
    text-align: center;
  }
  .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.55);
    transition: all 0.3s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }

@media only screen and (min-width: 992px) {
  .navbar-area.style-one .menu > ul > li > a, .navbar-area.style-three .menu > ul > li > a {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .menu ul > li > .menu-subs > li > .menu-subs {
    left: 100%;
    margin-top: -50px !important;
  }
  .menu ul li:hover > .menu-subs {
    margin-top: -7px;
    opacity: 1;
    visibility: visible;
  }
  .menu ul li.menu-item-has-children .menu-subs li.menu-item-has-children a i {
    float: right;
    top: 5px;
    position: relative;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .navbar-brand img {
    max-width: 120px;
  }
  .navbar-area .menu-section {
    margin-left: 35px;
  }
  .navbar-area.style-one .container-fluid {
    padding: 0 30px;
  }
  .navbar-area.style-one .navbar-brand img, .navbar-area.style-three .navbar-brand img {
    max-width: 108px;
  }
  .navbar-area.style-four .container-fluid {
    padding: 0 28px;
  }
  .navbar-area .other-options .option-item {
    margin-left: 10px;
  }
  .navbar-area .other-options .option-item:first-child {
    margin-left: 0;
  }
  .navbar-area .other-options .option-item .btn span.btn-text {
    padding: 10px 21px;
    font-size: 15px;
  }
  .navbar-area .other-options .option-item .btn span.btn-icon {
    width: 42.5px;
    height: 42.5px;
  }
  .menu > ul > li {
    margin-right: 13px;
  }
  .menu > ul > li:last-child {
    margin-right: 0;
  }
  .menu > ul > li.menu-item-has-children a i {
    margin-left: 1px;
  }
  .menu > ul > li .menu-column-1 {
    min-width: 15.5rem;
    max-width: 15.5rem;
  }
  .menu > ul > li .menu-subs > li > .menu-subs {
    left: -100%;
  }
  .menu ul li a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .navbar-area.style-one {
    margin-top: 12px;
  }
  .navbar-area.style-one .container-fluid {
    padding: 0 30px;
  }
  .navbar-area.style-one .navbar-brand img, .navbar-area.style-three .navbar-brand img {
    max-width: 120px;
  }
  .navbar-area.style-one .menu > ul > li, .navbar-area.style-three .menu > ul > li {
    margin-right: 15px;
  }
  .navbar-area.style-one .menu > ul > li:last-child, .navbar-area.style-three .menu > ul > li:last-child {
    margin-right: 0;
  }
  .navbar-area.style-one .other-options .option-item .btn, .navbar-area.style-three .other-options .option-item .btn {
    padding-left: 18px;
    padding-right: 18px;
  }
  .navbar-area.style-four .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .navbar-area.style-one {
     background-color: #18455c;
  }
  .navbar-area.style-one .container-fluid {
    padding: 0 36px;
  }
  .navbar-area.style-four {
    margin-top: 15px;
  }
  .navbar-area.style-four .container-fluid {
    padding: 0 38px;
  }
  .menu > ul > li {
    margin-right: 21px;
  }
  .menu > ul > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .navbar-area.style-one .container-fluid {
    padding: 0 120px;
  }
  .navbar-area.style-three .container-fluid {
    padding: 0 55px;
  }
  .navbar-area.style-three .menu-section {
    margin-left: 85px;
  }
  .navbar-area.style-three .other-options .option-item {
    margin-left: 30px;
  }
  .navbar-area.style-three .other-options .option-item:first-child {
    margin-left: 0;
  }
  .navbar-area.style-four {
    margin-top: 20px;
  }
  .navbar-area.style-four .container-fluid {
    padding: 0 70px;
  }
  .menu > ul > li {
    margin-right: 34px;
  }
  .menu > ul > li:last-child {
    margin-right: 0;
  }
}/*# sourceMappingURL=header.css.map */





.services-grid1 {
    display: flex;
    justify-content: center;
    gap: 2%;
    align-items: center;
    flex-wrap: wrap;

}
@media only screen and (max-width: 767px)  {
  .services-grid1 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0px !important;
  }
  
}
.service-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    width: 32%;
    margin-bottom: 20px;
}
                * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
                font-family: Inter, sans-serif;
                }

                .services-hero::before{
                  content: '';
                  color: #fff;
                  position: absolute;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  background:black;
                  opacity: 40%;
                  width: 100%;
                  height: 100%;
                  z-index: 1;
                }
                .services-hero .hero-overlay{
                  z-index: 111;
                  position: relative;
                }
                /* HERO */
                .services-hero {
                  position: relative;
                  background-image: url(../images/service-banner.jpg);
                  padding: 150px 0;
                  overflow: hidden;
                  background-attachment: fixed;
                  color: #fff;
                  background-size: cover;
                  background-repeat: no-repeat;
                }
                .services-hero-blogs {
                  position: relative;
                  background-image: url(../images/blog-banner-11.png);
                  padding: 150px 0;
                  overflow: hidden;
                  background-attachment: fixed;
                  color: #fff;
                  background-size: cover;
                  background-repeat: no-repeat;
                }

                .hero-overlay h1 {
                  color: #fff;
                  inset: 0;
                  display: flex;
                  flex-direction: column;
                  align-items: center;
                  justify-content: center;
                }

                .hero-overlay p {
                  color: #ffffff;
                  inset: 0;
                  display: flex;
                  flex-direction: column;
                  align-items: center;
                  justify-content: center;
                }

                .hero-overlay h1 {
                  color: #fff;
                  inset: 0;
                  display: flex;
                  flex-direction: column;
                  align-items: center;
                  justify-content: center;
                }

                .hero-overlay h1 {
                font-size: 38px;
                font-weight: 700;
                }

                .hero-overlay p {
                margin-top: 8px;
                font-size: 13px;
                opacity: 0.9;
                }

                /* SERVICES */
                .services-section {
                padding: 80px 70px;
                background: #f7f7f7;
                }




                .card-header {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                }

                .card-header h3 {
                font-size: 16px;
                line-height: 1.4;
                font-weight: 600;
                }

                .card-header span {
                font-size: 14px;
                font-weight: 500;
                }

                .service-card p {
                font-size: 13px;
                color: #666;
                margin: 14px 0 18px;
                line-height: 1.6;
                }

                .service-card img {
                width: 100%;
                height: 375px;
                object-fit: cover;
                border-radius: 12px;
                }

                /* Arrow Button Card */
                .image-wrapper {
                position: relative;
                }

                .image-wrapper img {
                width: 100%;
                height: 190px;
                object-fit: cover;
                border-radius: 12px;
                }

                .arrow {
                position: absolute;
                bottom: 16px;
                left: 16px;
                width: 42px;
                height: 42px;
                background: #ffd400;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 18px;
                font-weight: 600;
                color: #000;
                }

                /* RESPONSIVE */
                @media (max-width: 1200px) {
                .services-grid {
                    grid-template-columns: repeat(2, 1fr);
                }
                }

                @media (max-width: 600px) {
                .services-grid {
                    grid-template-columns: 1fr;
                }
                }



.page-services{
	padding: 100px 0 70px;
}

.page-services .service-item{
	background-color: var(--secondary-color);
}

/************************************/
/*** 	19. Service Single css 	  ***/
/************************************/

.page-service-single{
	padding: 100px 0;
}

.page-single-sidebar{
	position: sticky;
	top: 20px;
	margin-right: 20px;
}

.page-category-list{
	background: var(--secondary-color);
	border-radius: 10px;
    margin-bottom: 60px;
	overflow: hidden;
}

.page-category-list h3{
	font-size: 20px;
	background: var(--accent-color);
    line-height: normal;
	padding: 20px 30px;
}

.page-category-list ul{
	list-style: none;
    margin: 0;
	padding: 30px;
}

.page-category-list ul li{
	line-height: 1.5em;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.page-category-list ul li:last-child{
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.page-category-list ul li a{
    position: relative;
    display: block;
    text-transform: capitalize;
	color: var(--text-color);
    padding-right: 30px;
	transition: all 0.4s ease-in-out;
}

.page-category-list ul li a:hover{
	color: var(--primary-color);
}

.page-category-list ul li a::before{
	content: '';
    position: absolute;
    top: 2px;
    right: 0;
	background: url('../images/arrow-primary.svg') no-repeat;
	background-position: center center;
	background-size: cover;
    width: 18px;
    height: 18px;
	transition: all 0.4s ease-in-out;
    transform: rotate(-45deg);
}

.page-category-list ul li a:hover::before{
	transform: rotate(0);
}

.sidebar-cta-box{
    background: var(--accent-color);
    border-radius: 10px;
    overflow: hidden;
}

.sidebar-cta-title{
    background: var(--primary-color);
    padding: 20px 40px;
}

.sidebar-cta-title h3{
    font-size: 20px;
    line-height: normal;
    color: var(--white-color);
}

.sidebar-cta-body{
    padding: 40px;
}

.sidebar-cta-body-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-cta-body-content ul li{
    display: flex;
	align-items: center;
    font-family: var(--accent-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    color: var(--primary-color);
    align-items: center;
    margin-bottom: 25px;
}

.sidebar-cta-body-content ul li:last-child{
    margin-bottom: 0;
}

.sidebar-cta-body-content ul li img{
    width: 100%;
    max-width: 30px;
    margin-right: 15px;
}

.sidebar-cta-body-content ul li a{
    color: inherit;
    transition: all 0.4s ease-in-out;
}

.sidebar-cta-body-content ul li a:hover{
    color: var(--white-color);
}

.sidebar-cta-body-image{
    margin-top: 50px;
    text-align: right;
}

.sidebar-cta-body-image figure{
    display: block;
    margin: 0 -40px -40px 0;
}

.sidebar-cta-body-image img{
    width: 100%;
    max-width: 240px;
}

.page-single-image{
	margin-bottom: 30px;
}

.page-single-image figure{
	display: block;
	border-radius: 10px;
}

.page-single-image img{
    width: 100%;
    aspect-ratio: 1 / 0.568;
    object-fit: cover;
	border-radius: 10px;
}

.service-entry{
    margin-bottom: 60px;
}

.service-entry p{
    margin-bottom: 20px;
}

.service-entry p:last-child{
    margin-bottom: 0;
}

.service-entry h2{
    font-size: 48px;
	letter-spacing: -0.04em;
    margin-bottom: 20px;
}

.service-entry h3{
	font-size: 20px;
	margin-bottom: 10px;
}

.service-entry ul{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}

.service-entry ul li{
	position: relative;
    width: calc(50% - 10px);
    line-height: 1.5em;
    padding-left: 16px;
}

.service-entry ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    background: var(--accent-color);
    width: 6px;
    height: 6px;
}

.service-why-choose-box,
.service-offer-box,
.service-process-box{
    margin-top: 60px;
}

.service-why-choose-item-list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.service-why-choose-item{
    display: flex;
	flex-wrap: wrap;
	width: calc(50% - 15px);
	gap: 20px;
}

.service-why-choose-item .icon-box{
	position: relative;
    background: var(--accent-color);
    border-radius: 5px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.service-why-choose-item .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
    width: 100%;
    height: 100%;
    transform: rotate(180deg) scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.service-why-choose-item:hover .icon-box::before{
	transform: rotate(0) scale(1);
}

.service-why-choose-item .icon-box img{
	position: relative;
    width: 100%;
    max-width: 30px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.service-why-choose-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.service-why-choose-item-content{
	width: calc(100% - 80px);
}

.service-offer-list{
    margin-top: 40px;
}

.service-offer-item-list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;   
}

.service-offer-item{
    position: relative;
    width: calc(50% - 15px);
}

.service-offer-item-image figure{
    display: block;
    border-radius: 10px;
}

.service-offer-item-image figure::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 60.52%, rgba(0, 0, 0, 0.80) 88.79%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.service-offer-item-image img{
    width: 100%;
    aspect-ratio: 1 / 0.7;
    object-fit: cover;
    border-radius: 10px;
}

.service-offer-item-content{
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    color: white;
    z-index: 1;
}

.service-offer-item-content h3,
.service-offer-item-content p{
    color: var(--white-color);
}

.service-process-box{
    background: var(--secondary-color);
    border-radius: 10px;
    padding: 40px;
}

.service-process-image-content{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.service-process-content,
.service-process-image{
    width: calc(50% - 15px);
}

.service-process-item{
    display: flex;
	flex-wrap: wrap;
	gap: 20px;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.service-process-item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.service-process-item .icon-box{
	position: relative;
    background: var(--accent-color);
    border-radius: 5px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.service-process-item .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
	border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: rotate(180deg) scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.service-process-item:hover .icon-box::before{
	border-radius: 0%;
	transform: rotate(0) scale(1);
}

.service-process-item .icon-box img{
	position: relative;
    width: 100%;
    max-width: 30px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.service-process-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.service-process-item-content{
	width: calc(100% - 80px);
}

.service-process-image figure{
    display: block;
    height: 100%;
    border-radius: 10px;
}

.service-process-image img{
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
    border-radius: 10px;
}





.page-header{
	position: relative;
	background: url('../images/page-header-bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 275px 0 170px;
}

.page-header:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--primary-color);
	opacity: 60%;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.page-header .container{
	position: relative;
	z-index: 2;
}

.page-header-box{
	text-align: center;
}

.page-header-box h1{
	display: inline-block;
	font-size: 52px;
	letter-spacing: -0.02em;
	color: var(--white-color);
	margin-bottom: 10px;
	cursor: none;
}

.page-header-box ol{
    justify-content: center;
	margin: 0;
	padding: 0;
}

.page-header-box ol li.breadcrumb-item{
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
    text-transform: capitalize;
	color: var(--white-color);
}

.page-header-box ol li.breadcrumb-item a{
    color: inherit;
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
    color: var(--white-color);
}





.service-why-choose-box,
.service-offer-box,
.service-process-box{
    margin-top: 60px;
}

.service-why-choose-item-list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.service-why-choose-item{
    display: flex;
	flex-wrap: wrap;
	width: calc(50% - 15px);
	gap: 20px;
}

.service-why-choose-item .icon-box{
	position: relative;
    background: var(--accent-color);
    border-radius: 5px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.service-why-choose-item .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
    width: 100%;
    height: 100%;
    transform: rotate(180deg) scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.service-why-choose-item:hover .icon-box::before{
	transform: rotate(0) scale(1);
}

.service-why-choose-item .icon-box img{
	position: relative;
    width: 100%;
    max-width: 30px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.service-why-choose-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.service-why-choose-item-content{
	width: calc(100% - 80px);
}

.service-offer-list{
    margin-top: 40px;
}

.service-offer-item-list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;   
}

.service-offer-item{
    position: relative;
    width: calc(50% - 15px);
}

.service-offer-item-image figure{
    display: block;
    border-radius: 10px;
}

.service-offer-item-image figure::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 60.52%, rgba(0, 0, 0, 0.80) 88.79%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.service-offer-item-image img{
    width: 100%;
    aspect-ratio: 1 / 0.7;
    object-fit: cover;
    border-radius: 10px;
}

.service-offer-item-content{
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    z-index: 1;
}

.service-offer-item-content h3,
.service-offer-item-content p{
    color: var(--white-color);
}

.service-process-box{
    background: var(--secondary-color);
    border-radius: 10px;
    padding: 40px;
}

.service-process-image-content{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.service-process-content,
.service-process-image{
    width: calc(50% - 15px);
}

.service-process-item{
    display: flex;
	flex-wrap: wrap;
	gap: 20px;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.service-process-item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.service-process-item .icon-box{
	position: relative;
    background: var(--accent-color);
    border-radius: 5px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.service-process-item .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
	border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: rotate(180deg) scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.service-process-item:hover .icon-box::before{
	border-radius: 0%;
	transform: rotate(0) scale(1);
}

.service-process-item .icon-box img{
	position: relative;
    width: 100%;
    max-width: 30px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.service-process-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.service-process-item-content{
	width: calc(100% - 80px);
}

.service-process-image figure{
    display: block;
    height: 100%;
    border-radius: 10px;
}

.service-process-image img{
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
    border-radius: 10px;
}

.rounded-circle {
    border-radius: 50% !important;
    padding: 11px 14px 11px 13px;
    background: #314754;
}
@media (min-width: 992px) {
    .d-lg-flex {
        display: flex !important;
        gap: 7px;
    }
}