/*plu
*
*
*
*
*
*
xes*/



@FONT-FACE {
    font-family: "reg";
    src: url(IBMPlexSans-Regular.ttf)
}



@FONT-FACE {
    font-family: "med";
    src: url(IBMPlexSans-SemiBold.ttf)
}


@FONT-FACE {
    font-family: "jost";
    src: url(GE_SS_TWO_LIGHT.OTF)
}





html,
body {
    width: 100%;
    overflow-x: clip;
}
body {
    font-family: "reg";
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: #384250;
    background: #ffffff;
	  line-height: 25px;
}
::-webkit-scrollbar-track {
    background-color: #081e3b;
    border-left: 1px solid #081e3b;
}
::-webkit-scrollbar {
    width: 7px;
    background-color: #329c40;
}
::-webkit-scrollbar-thumb {
    background: #329c40;
}
::selection {
    color: #ffffff;
    background-color: #329c40;
    filter: invert(1);
}
p {
    line-height: 1.7em;
    margin-bottom: 1.5em;
}
h1 {
    font-weight: 500;
    line-height: 1.2em;
    color: #081e3b;
    margin: 0;
}
h2 {
    font-weight: 500;
    line-height: 1.2em;
    color: #081e3b;
    margin: 0;
}
h3 {
    font-weight: 500;
    line-height: 1.2em;
    color: #081e3b;
    margin: 0;
}
h4 {
    font-weight: 500;
    line-height: 1.2em;
    color: #081e3b;
    margin: 0;
}
h5 {
    font-weight: 500;
    line-height: 1.2em;
    color: #081e3b;
    margin: 0;
}
h6 {
    font-weight: 500;
    line-height: 1.2em;
    color: #081e3b;
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "reg";
font-weight: 600;
}

figure {
    margin: 0;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: #22262a;
}
a:hover {
    text-decoration: none;
    outline: 0;
}
a:focus {
    text-decoration: none;
    outline: 0;
}
.container {
    max-width: 1300px;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: 15px;
    padding-left: 15px;
}
.image-anime {
    position: relative;
    overflow: hidden;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}
.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row > * {
    padding-right: 15px;
    padding-left: 15px;
}
.row.no-gutters {
    margin-right: 0px;
    margin-left: 0px;
}
.row.no-gutters > * {
    padding-right: 0px;
    padding-left: 0px;
}
.btn-default {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    color: #ffffff;
    background: #329c40;
    border-radius: 5px;
    padding: 17px 20px 17px 20px;
    border: none;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.btn-default i {
margin: 0 4px;
}



.btn-default::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #081e3b;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.btn-default:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}
.btn-phone {
    background-color: #ffffff1a;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    padding: 17px 20px;
}
.btn-default.btn-phone::before {
    display: none;
}
.btn-default.btn-highlighted:hover {
    color: #081e3b;
}
.btn-default.btn-phone:hover {
    color: #081e3b;
}
.btn-default.btn-highlighted:hover:before {
    background-image: url("../images/arrow-primary.svg");
}
.btn-default.btn-highlighted::after {
    background: #ffffff;
}
.btn-default.btn-phone::after {
    background: #ffffff;
}
.readmore-btn {
    position: relative;
    display: inline-block;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    color: #081e3b;
    padding-right: 28px;
}
.readmore-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-image: url("../images/arrow-primary.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.4s ease-in-out;
}
.readmore-btn:hover::before {
    transform: translateY(-50%) rotate(45deg);
}
.cb-cursor:before {
    background: #329c40;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #081e3b;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}
.loading-container {
    margin: 40px auto;
}
.loading {
    border: 1px solid transparent;
    border-color: transparent #ffffff transparent #ffffff;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}
.loading-container:hover .loading,
.loading-container .loading {
    transition: all 0.5s ease-in-out;
}
#loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 66px;
    transform: translate(-50%, -50%);
}
@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.bg-section {
    width: 100%;
    max-width: 1820px;
    background-color: #edfcf3;
    margin: 0 auto;
}
.bg-section .container-fluid {
    padding: 0;
}
.dark-section {
    background-color: #081e3b;
    background-image: url("../images/dark-section-bg-image.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.section-row {
    margin-bottom: 80px;
}
.section-row .section-title {
    margin-bottom: 0;
}
.section-row .section-title.section-title-center {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.section-btn {
    text-align: right;
}
.section-content-btn .section-btn {
    margin-top: 30px;
    text-align: left;
}
.section-title-content p {
    margin-bottom: 20px;
}
.section-title-content p:last-child {
    margin-bottom: 0;
}
.section-title {
    margin-bottom: 20px;
}
.section-title .section-sub-title {
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1em;
    color: #081e3b;
    background: #edfcf3;
    border-radius: 30px;
    padding: 10px 20px 10px 36px;
    margin-bottom: 8px;
}
.section-title .section-sub-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background: #329c40;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}
.section-title h1 {
font-size: 56px;
  line-height: 1.1em;
  margin-bottom: 0;
  font-family: med;
  font-weight: normal;
}
.section-title h2 {
    font-size: 26px;
  margin-bottom: 5px;
      position: relative;
  text-transform: capitalize;
padding-bottom: 13px;
}



.section-title.text-center h2:after {
content: '';
  position: absolute;

  left: 50%;
  margin-left: -35px;
  bottom: 0;
  width: 70px;
  background: url(../images/shape-10.png);
  height: 3px;
}


.section-title h2:after {
  left: 0;
  margin-left:0;
}

.section-title p {

    margin-bottom: 0;
}
.bg-section .section-title .section-sub-title {
    background: #ffffff;
}
.dark-section .section-title .section-sub-title {
    background: #ffffff1a;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    color: #ffffff;
}
.dark-section .section-title h1 {
    color: #ffffff;  text-transform: capitalize;
}
.dark-section .section-title h2 {
    color: #ffffff;
}
.dark-section .section-title p {
    color: #ffffff;
  font-size: 18px;
}
.dark-section .section-title-content p {
    color: #ffffff;
}
.help-block.with-errors ul {
    margin: 0;
    text-align: left;
}
.help-block.with-errors ul li {
    color: rgb(230, 87, 87);
    font-weight: 500;
    font-size: 14px;
}
header.main-header {
    position: relative;
    z-index: 100;
}
header.main-header .header-sticky {
    position: relative;
    top: 0;
    z-index: 100;
}
header.main-header .header-sticky.hide {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}
header.main-header .header-sticky.active {
    position: fixed;
    top: 0;
    right: 15px;
    left: 15px;
    transform: translateY(0);
    background: #081e3b;
    border: 1px solid #ffffff1a;
    border-top: none;
    border-radius: 0 0 20px 20px;
}
.navbar {
    align-items: center;
    padding: 0;
}
.navbar-brand {
    padding: 0;
    margin: 0;
}
.navbar-brand img {
    width: 300px;  margin: 5px 0;
}
.main-menu .nav-menu-wrapper {
    flex: 1;
    text-align: center;
    margin: 0 1.042vw;
}
.main-menu .nav-menu-wrapper > ul {
    align-items: center;
    display: inline-flex;
}
.main-menu ul li {
    position: relative;
}
.main-menu ul li a {
    font-size: 16px;
    line-height: 1.2em;
    padding: 42px 10px !important;
    color: #000;
    background: transparent;
    border-radius: 0px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}
.main-menu ul li.submenu > a:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 14px;
    margin-left: 8px;
}
.main-menu ul li a:hover {
    color: #329c40;
}
.main-menu ul li a:focus {
    color: #329c40;
}
.main-menu ul ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 280px;
    background: #08363b;
    list-style: none;
    padding: 0;
    margin: 0;

    visibility: hidden;
    transition: all 0.3s ease-in-out;
    text-align: left;
}
.main-menu ul li.submenu:first-child ul {
    width: 235px;
}
.main-menu ul ul ul {
    left: 100%;
    top: 0;
    text-align: left;
}
.main-menu ul li:hover > ul {
    visibility: visible;
}
.main-menu ul li.submenu ul li.submenu > a:after {
    content: "\f105";
    float: right;
}
.main-menu ul ul li {
    margin: 0;
    padding: 0;
}
.main-menu ul ul li a {
    color: #ffffff;
    padding: 15px !important;
  border-bottom: 1px solid #ffffff21;
    transition: all 0.3s ease-in-out;
}
.main-menu ul ul li a:hover {
    color: #fff;
    background-color: #329c40;
}
.main-menu ul ul li a:focus {
    color: #fff;
    background-color: #329c40;
}
.main-menu ul li.highlighted-menu {
    display: none;
}
.responsive-menu,
.navbar-toggle {
    display: none;
}
.responsive-menu {
position: fixed;
  right: -200%;
  top: 0;
  height: 100vh;
  background: #fff;
  width: 100%;
background: linear-gradient( to left , #f2f2f2 , #fff);
    transition: all ease-in-out 0.4s;
}


.responsive-menu.show-menu {
  right: 0;
}

.slicknav_btn {
    background: #329c40;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 6px;
}
.slicknav_icon .slicknav_icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    width: 22px;
    background-color: #ffffff;
    border-radius: 6px;
    margin: 4px auto !important;
    transition: all 0.1s ease-in-out;
}
.slicknav_icon .slicknav_icon-bar:first-child {
    margin-top: 0 !important;
}
.slicknav_icon .slicknav_icon-bar:last-child {
    margin-bottom: 0 !important;
}
/*
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 5px);
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -5px);
}*/
.slicknav_menu {
    position: relative;
    width: 100%;
    padding: 0;
  background: none;
}
.slicknav_menu ul {
    margin: 5px 0;
}
.slicknav_menu ul ul {
    margin: 0;
}
.slicknav_nav .slicknav_row {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 7px 20px;
    color: #ffffff;
    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out;
}
.slicknav_nav li a {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 12px 20px;
    color: #000;
    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out;
}
.slicknav_nav a:hover {
    background-color: transparent;
    color: #081e3b;
}
.slicknav_nav a:focus {
    background-color: transparent;
    color: #081e3b;
}
.slicknav_nav .slicknav_row:hover {
    background-color: transparent;
    color: #081e3b;
}
.slicknav_menu ul ul li a {
    padding: 7px 20px 7px 30px;
color: #333;
  font-size: 15px;
}
.slicknav_arrow {
    font-size: 0 !important;
}
.slicknav_arrow:after {
    content: "\f107";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 12px;
    margin-left: 8px;
    color: #000;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
}
.slicknav_open > a .slicknav_arrow:after {
    transform: translateY(-50%) rotate(-180deg);
    color: #081e3b;
}
.hero {
    position: relative;
    background-image: url("../images/hero-bg-image.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 30px;
    height: auto;
    min-height: 100vh;
    align-content: center;
    padding: 230px 0 120px;
    margin: 15px 15px 0;
    overflow: hidden;
}
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(8, 54, 59, 0.5) 0%, transparent 12.88%),
        linear-gradient(270deg, transparent 37.22%, rgba(8, 54, 59, 0.63) 58.83%, rgba(8, 54, 59, 0.9) 100%);
    border-radius: 30px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero .container {
    position: relative;
    z-index: 2;
}
.hero-content {
    margin-right: 30px;
}
.hero-content-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 40px;
    border-top: 1px solid #ffffff1a;
    padding-top: 40px;
    margin-top: 100px;
}
.hero-client-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.satisfy-client-images {
    display: flex;
    align-items: center;
}
.satisfy-client-image {
    position: relative;
    display: inline-block;
    margin-left: -10px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}
.satisfy-client-image:first-child {
    margin-left: 0;
}
.satisfy-client-image figure {
    display: block;
}
.satisfy-client-image figure img {
    width: 100%;
    max-width: 44px;
    border-radius: 50%;
}
.satisfy-client-image.add-more {
    width: 46px;
    height: 46px;
    background-color: #329c40;
    display: flex;
    justify-content: center;
    align-items: center;
}
.satisfy-client-image.add-more i {
    font-size: 20px;
    color: #ffffff;
}
.satisfy-client-image.add-more h3 {
    font-size: 16px;
    line-height: 1em;
    color: #ffffff;
}
.hero-client-content h2 {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #ffffff;
}
.hero-client-content h2 i {
    font-size: 18px;
    margin-left: 5px;
}
.hero-client-content p {
    color: #ffffff;
    line-height: normal;
    margin: 5px 0 0;
}
.about-us {
    padding: 80px 0 40px;
    position: relative;  z-index: 1;
  overflow: hidden;
}

.about-us-image-box {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.about-image-title h2 {
    color: transparent;
    font-size: 93px;
    line-height: 1em;
    writing-mode: vertical-lr;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    background: linear-gradient(90deg, transparent 0%, rgba(8, 54, 59, 0.1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    transform: rotate(-180deg);
  letter-spacing: 6px;
}
.about-image-box-1 {
    position: relative;
    height: 100%;
    width: calc(100% - 79px);
    margin-left: -14px;
}
.about-us-image {

}
.about-us-image figure {
    display: block;

    border-radius: 30px;
}
.about-us-image figure img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 30px;
}
.about-review-box {
    position: absolute;
    max-width: 355px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    background-color: #081e3b1a;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    gap: 10px;
    padding: 30px 20px;
    margin: 0 auto;
    animation: movestyle 2s infinite alternate linear;
    z-index: 1;
}
@keyframes movestyle {
    0% {
        transform: translateX(15px);
    }
    50% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-15px);
    }
}
.about-us-content {
    height: 100%;
    align-content: center;
}
.about-us-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.about-us-item {
    width: calc(50% - 15px);
}
.about-us-item h3 {
    position: relative;
    font-size: 20px;
    padding-left: 30px;
}
.about-us-item h3::before {
    content: "\f058";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 900;
    color: #329c40;
    top: 0;
    left: 0;
}
.about-us-item p {
    margin: 15px 0 0;
}
.about-content-footer {

}
.about-us-author-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.about-us-author-image figure {
    display: block;
    border-radius: 50%;
}
.about-us-author-image figure img {
    width: 100%;
    max-width: 50px;
}
.about-us-author-content h3 {
    font-size: 20px;
}
.about-us-author-content p {
    line-height: normal;
    margin: 5px 0 0;
}
.our-service {
    padding: 50px 0;
}
.service-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 30px;
    height: 100%;
    margin-bottom: 30px;
    padding: 30px 25px;
    transition: all 0.4s ease-in-out;
}
.service-item:hover {
    transform: translateY(-5px);
}
.service-item .icon-box {
    position: relative;
    width: 75px;
    height: 75px;
    background: #329c40;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}
.service-item .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #081e3b;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
    z-index: 0;
}
.service-item:hover .icon-box::before {
    transform: scale(1);
}
.service-item .icon-box img {
    position: relative;
    width: 50px;
  filter: invert(1);
    z-index: 1;
}
.service-item-content h2 {
font-size: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 500;
}
.service-item-content h2 a {
    color: inherit;
}
.service-item-content p {
    margin: 10px 0 0;
}
.service-item-btn {
    border-top: 1px solid #081e3b1a;
    padding-top: 15px;
    margin-top: 15px;
}
.service-cta-box {
    background: #329c40;
    gap: 0;
    padding-bottom: 0;
    text-align: center;
}
.service-cta-box:hover {
    transform: translateY(-5px);
}
.service-cta-box-title h3 {
    font-size: 28px;
    color: #ffffff;
    line-height: 1.4em;
}
.service-cta-box-image {
    max-width: 240px;
    margin: 0 auto;
}
.service-cta-box-image figure {
    display: block;
    border-radius: 30px 30px 0 0;
}
.service-cta-box-image figure img {
    width: 100%;
    aspect-ratio: 1 / 1.4042;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
    margin-top: -40px;
}
.section-footer-text {
    margin-top: 30px;
    text-align: center;
}
.section-footer-text p {
    color: #081e3b;
    margin-bottom: 0;
}
.section-footer-text p span {
    display: inline-block;
    font-size: 14px;
    background: #329c40;
    color: #ffffff;
    line-height: 1em;
    padding: 4px 10px;
    border-radius: 20px;
    margin-right: 10px;
}
.section-footer-text p a {
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #329c40;
    transition: all 0.3s ease-in-out;
}
.section-footer-text p a:hover {
    color: #081e3b;
}
.section-footer-text ul {
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}
.section-footer-text ul li {
    display: inline-block;
    font-weight: 500;
    line-height: normal;
    color: #081e3b;
    margin-right: 10px;
}
.section-footer-text ul li:last-child {
    margin: 0;
}
.section-footer-text ul li.section-footer-content {
    border-right: 1px solid #081e3b1a;
    padding-right: 10px;
}
.section-footer-text ul li.section-footer-content {
    font-weight: 400;
}
.section-footer-text ul li i {
    color: #329c40;
}
.bg-section .section-footer-text.section-satisfy-img .satisfy-client-image {
    border-color: #edfcf3;
}
.dark-section .section-footer-text.section-satisfy-img .satisfy-client-image {
    border-color: #081e3b;
}
.dark-section .section-footer-text p {
    color: #ffffff;
}
.dark-section .section-footer-text ul li {
    color: #ffffff;
}
.dark-section .section-footer-text p a:hover {
    color: #ffffff;
}
.dark-section .section-footer-text ul li.section-footer-content {
    border-color: #ffffff1a;
}
.section-footer-text.section-footer-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 20px;
}
.section-footer-text.section-footer-contact span {
    width: 30px;
    height: 30px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.section-footer-text.section-footer-contact span img {
    width: 100%;
    max-width: 16px;
}
.section-footer-text.section-satisfy-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.section-footer-text.section-satisfy-img .satisfy-client-image figure img {
    max-width: 30px;
}
.section-footer-text.section-satisfy-img .satisfy-client-image.add-more {
    width: 32px;
    height: 32px;
    margin-left: -10px;
}
.section-footer-text.section-satisfy-img .satisfy-client-image.add-more img {
    width: 100%;
    max-width: 16px;
}
.section-footer-text.section-satisfy-img ul {
    margin: 5px 0 0;
}
.why-choose-us {
    padding: 120px 0;
}
.why-choose-us-body {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.why-choose-counter-box {
    width: calc(100% - 220px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    border: 1px solid #081e3b1a;
    border-radius: 30px;
    padding: 30px;
}
.why-choose-counter-item-list {
    width: calc(100% - 180px);
}
.why-choose-counter-item {
    text-align: center;
    border-bottom: 1px solid #081e3b1a;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.why-choose-counter-item:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.why-choose-counter-item h2 {
    font-size: 40px;
    line-height: 1em;
}
.why-choose-counter-item p {
    margin: 5px 0 0;
}
.why-choose-counter-image figure {
    display: block;
    background-image: url("../images/why-choose-counter-image-shape.svg");
    mask-image: url("../images/why-choose-counter-image-shape.svg");
    mask-size: cover;
    mask-position: center center;
    mask-repeat: no-repeat;
    width: 140px;
    height: auto;
}
.why-choose-counter-image figure img {
    width: 100%;
    object-fit: cover;
}
.why-choose-body-image {
    max-width: 190px;
}
.why-choose-body-image figure {
    display: block;
    height: 100%;
    border-radius: 30px;
}
.why-choose-body-image figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
    border-radius: 30px;
}
.why-choose-us-image-box {
    position: relative;
    padding: 0 40px 60px 30px;
    margin-left: 30px;
}
.why-choose-us-image-box::before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 428px;
    height: 328px;
    border: 1px solid #081e3b1a;
    border-radius: 30px;
}
.why-choose-us-image-box .years-experience-circle {
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 1;
}
.years-experience-circle figure {
    display: block;
    border-radius: 50%;
}
.years-experience-circle figure img {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 160px;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    animation: infiniterotate 20s infinite linear;
}
@keyframes infiniterotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.why-choose-us-image {
    position: relative;
    z-index: 0;
}
.why-choose-us-image figure {
    display: block;
    border-radius: 30px;
}
.why-choose-us-image figure img {
    width: 100%;
    aspect-ratio: 1 / 1.172;
    object-fit: cover;
    border-radius: 30px;
}
.why-choose-cta-box {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #ffffff;
    border-radius: 20px;
    gap: 15px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    padding: 20px;
    animation: move 3s infinite linear;
}
@keyframes move {
    50% {
        transform: translateX(-20px);
    }
}
.why-choose-cta-box .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    background: #329c40;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}
.why-choose-cta-box .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #081e3b;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
    z-index: 0;
}
.why-choose-cta-box:hover .icon-box::before {
    transform: scale(1);
}
.why-choose-cta-box .icon-box img {
    position: relative;
    width: 100%;
    max-width: 28px;
    z-index: 1;
}
.why-choose-cta-content {
    width: calc(100% - 75px);
}
.why-choose-cta-content h2 {
    font-size: 24px;
}
.why-choose-cta-content p {
    line-height: normal;
    margin: 5px 0 0;
}
.core-features {
    padding: 120px 0;
}
.core-features-content {
    position: sticky;
    top: 30px;
    margin-right: 15px;
}
.core-features-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.core-features-item {
    width: calc(32% - 15px);
  border: 1px solid #ddd;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    padding: 20px;
    overflow: hidden;
}
.core-features-item .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.core-features-item .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
    z-index: 0;
}
.core-features-item:hover .icon-box::before {
    transform: scale(1);
}
.core-features-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 30px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.core-features-item-content {
    position: relative;
    width: calc(100% - 90px);
    align-content: center;
}
.core-features-item-content::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    background: #ddd;
    width: 1px;
    height: calc(100% + 40px);
}
.core-features-item-content h3 {
    font-size: 17px;
  font-family: "jost" , reg;
    line-height: 1.4em;
  text-transform: capitalize;
}
.our-case-study {
    padding: 50px 0 30px;
}
.case-study-item {
    position: relative;
    min-height: 500px;
    align-content: end;
    border-radius: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 0;
    overflow: hidden;
  z-index: 2;
}
.case-study-item-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.case-study-item-image a,
.case-study-item-image figure {
    position: relative;
    display: block;
    height: 100%;
    
}
.case-study-item-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
}
.case-study-item:hover .case-study-item-image figure img {

}
.case-study-item-content {
    position: relative;
    background: #081e3b80;
    border-radius: 30px;
    padding: 25px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
z-index: 3;
  backdrop-filter: blur(15px);
}
.case-study-item:hover .case-study-item-content {

}
.case-study-item-content h2 {
    font-size: 20px;
  margin-bottom: 3px;
color: #fff;
}
.case-study-item-content h2 a {
    color: inherit;
}
.case-study-item-content p {
    border-top: 1px solid #081e3b1a;
    padding-top: 20px;
    margin: 20px 0 0;
}
.our-facts {
    padding: 120px 0;
}
.fact-item {
    position: relative;
    min-height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    background: #ffffff1a;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.fact-item::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 0;
    transition: all 0.4s ease-in-out;
}
.fact-item:hover:before {
    height: 100%;
}
.fact-item-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    z-index: 1;
}
.fact-item-counter-content h2 {
    font-size: 52px;
    line-height: 1em;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
}
.fact-item-counter-content ul {
    list-style: disc;
    padding: 0 0 0 20px;
    margin: 10px 0 0 0;
}
.fact-item-counter-content ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    color: #ffffff;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}
.fact-item-counter-content ul li:last-child {
    margin-bottom: 0;
}
.fact-item-counter-content ul li::marker {
    color: #329c40;
}
.fact-item-header .icon-box img {
    width: 100%;
    max-width: 40px;
    transition: all 0.4s ease-in-out;
}
.fact-item:hover .fact-item-header .icon-box img {
    filter: brightness(0) invert(0);
}
.fact-item-content {
    position: relative;
    border-top: 1px solid #ffffff1a;
    transition: all 0.3s ease-in-out;
    padding-top: 30px;
    z-index: 1;
}
.fact-item-content p {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    margin: 0;
}
.fact-item:hover .fact-item-content {
    border-color: #081e3b1a;
}
.fact-item:hover .fact-item-content p {
    color: #081e3b;
}
.fact-item:hover .fact-item-counter-content h2 {
    color: #081e3b;
}
.fact-item:hover .fact-item-counter-content ul li {
    color: #081e3b;
}
.our-partners {
    padding: 120px 0;
}
.our-partners-list {
    border: 1px solid #081e3b1a;
    border-right: none;
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
}
.our-partners-list ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.our-partners-list ul li {
    width: 25%;
    border-right: 1px solid #081e3b1a;
    border-bottom: 1px solid #081e3b1a;
    padding: 65px 30px;
    text-align: center;
}
.our-partners-list ul li img {
    width: 100%;
    max-width: 200px;
    height: 50px;
}
.our-partners .section-footer-text {
    margin-top: 60px;
}
.how-it-work {
    padding: 120px 0;
}
.how-work-items-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.how-work-item {
    width: calc(25% - 22.5px);
    background: #ffffff;
    border-radius: 30px;
    padding: 30px;
}
.how-work-item .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #329c40;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.how-work-item .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #081e3b;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
    z-index: 0;
}
.how-work-item:hover .icon-box::before {
    transform: scale(1);
}
.how-work-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 28px;
    z-index: 1;
}
.how-work-item-content span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #081e3b;
    padding-left: 15px;
    margin-bottom: 15px;
}
.how-work-item-content span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #329c40;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}
.how-work-item-content h3 {
    font-size: 20px;
    line-height: 1.3em;
}
.how-work-item-content p {
    margin: 10px 0 0 0;
}
.how-it-work .section-footer-text {
    margin-top: 60px;
}
.our-team {
    padding: 120px 0;
}
.team-item {
    background-color: #edfcf3;
    height: calc(100% - 30px);
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 40px;
}
.team-item-image {
    max-width: 280px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
.team-item-image a {
    display: inline-block;
    border-radius: 50%;
    
}
.team-item-image figure {
    position: relative;
    display: block;
    border-radius: 50%;
}
.team-item-image figure::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #081e3b;
    opacity: 50%;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.team-item:hover .team-item-image figure::before {
    transform: scale(1);
}
.team-item-image figure img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top center;
    border-radius: 50%;
}
.team-social-list-box {
    position: relative;
    margin-top: -25px;
    z-index: 2;
}
.team-social-btn a {
    width: 50px;
    height: 50px;
    background-color: #329c40;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.4s ease-in-out;
}
.team-social-btn img {
    width: 100%;
    max-width: 20px;
}
.team-social-list {
    position: absolute;
    max-width: max-content;
    left: 0;
    right: 0;
    bottom: 70px;
    margin: 0 auto;
    transform: scaleX(0);
    z-index: 2;
    transition: all 0.4s ease-in-out;
}
.team-item:hover .team-social-list {
    transform: scaleX(1);
}
.team-social-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.team-social-list ul li {
    margin-bottom: 15px;
}
.team-social-list ul li:last-child {
    margin-bottom: 0;
}
.team-social-list ul li a {
    width: 36px;
    height: 36px;
    color: #081e3b;
    background-color: #ffffff1a;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}
.team-social-list ul li:hover a {
    background: #329c40;
}
.team-social-list ul li a i {
    font-size: 18px;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
}
.team-item-content {
    text-align: center;
    margin-top: 30px;
}
.team-item-content h2 {
    font-size: 20px;
}
.team-item-content h2 a {
    color: inherit;
}
.team-item-content p {
    margin: 5px 0 0;
}
.our-pricing {
    padding: 120px 0;
}
.pricing-item {
    background-color: #ffffff;
    border-radius: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
}
.pricing-item-header {
    border-bottom: 1px solid #081e3b1a;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.pricing-item-header .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    background: #329c40;
    border-radius: 50%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}
.pricing-item-header .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #081e3b;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.pricing-item:hover .icon-box::before {
    transform: scale(1);
}
.pricing-item-header .icon-box img {
    position: relative;
    width: 100%;
    max-width: 30px;
    z-index: 1;
}
.pricing-item-content h2 {
    font-size: 20px;
}
.pricing-item-content p {
    margin: 10px 0 0;
}
.pricing-item-price {
    margin-top: 20px;
}
.pricing-item-price h2 {
    font-size: 48px;
    line-height: 1.1em;
}
.pricing-item-price h2 sub {
    font-size: 16px;
    bottom: 0;
}
.pricing-item-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pricing-item-list ul li {
    position: relative;
    line-height: 1.5em;
    padding-left: 25px;
    margin-bottom: 15px;
}
.pricing-item-list ul li:last-child {
    margin-bottom: 0;
}
.pricing-item-list ul li::before {
    content: "\f058";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-weight: 900;
    color: #329c40;
    top: 0;
    left: 0;
}
.pricing-item-btn {
    margin-top: 30px;
}
.pricing-item-btn .btn-default {
    width: 100%;
    text-align: center;
    padding: 17px 20px;
}
.pricing-item-btn .btn-default::before {
    display: none;
}
.pricing-benefit-list {
    margin-top: 30px;
}
.pricing-benefit-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 60px;
}
.pricing-benefit-list ul li {
    color: #67787a;
    display: inline-flex;
    align-items: center;
}
.pricing-benefit-list ul li img {
    width: 100%;
    max-width: 20px;
    margin-right: 10px;
}
.our-support {
    padding: 120px 0;
}
.support-video-image-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    border-radius: 30px;
    padding: 40px;
    overflow: hidden;
}
.support-cta-box {
    position: relative;
    width: 100%;
    max-width: 470px;
    background: #ffffff;
    border-radius: 30px;
    z-index: 2;
}
.support-cta-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    padding: 40px;
}
.support-cta-header .icon-box {
    position: relative;
    width: 40px;
    height: 40px;
    background: #329c40;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.support-cta-header .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #081e3b;
    border-radius: 50%;
    transform: scale(0);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.support-cta-box:hover .support-cta-header .icon-box::before {
    transform: scale(1);
}
.support-cta-header .icon-box i {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    z-index: 1;
}
.support-cta-title {
    width: calc(100% - 55px);
}
.support-cta-title h3 {
    font-size: 20px;
}
.support-cta-body {
    border-top: 1px solid #081e3b1a;
    padding: 40px;
}
.support-cta-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.support-cta-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    line-height: 1.5em;
    border-bottom: 1px solid #081e3b1a;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.support-cta-list ul li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.support-cta-list ul li span {
    font-size: 20px;
    font-weight: 500;
    color: #081e3b;
}
.support-cta-btn {
    margin-top: 40px;
}
.support-cta-btn .btn-default {
    width: 100%;
    text-align: center;
    padding: 17px 20px;
}
.support-cta-btn .btn-default::before {
    display: none;
}
.support-video-box {
    width: calc(100% - 500px);
    align-content: center;
    text-align: center;
    overflow: hidden;
}
.support-video-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.support-video-image figure {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.support-video-image figure::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, transparent 38.04%, rgba(8, 54, 59, 0.6) 100%);
    z-index: 1;
}
.support-video-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.support-video-box .video-play-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    z-index: 1;
}
.video-play-button a {
    position: relative;
    display: inline-flex;
    align-items: center;
    
    gap: 10px;
    z-index: 1;
}
.video-play-button a span {
    position: relative;
    height: 70px;
    width: 70px;
    background: #329c40;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
}
.support-video-box .video-play-button a:hover span {
    background: #081e3b;
}
.video-play-button a span i {
    position: relative;
    font-size: 28px;
    color: #ffffff;
    margin-left: 2px;
    z-index: 1;
}
.video-play-button p {
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}
.video-play-button a span.bg-effect:before {
    content: "";
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    border: 30px solid #ffffff;
    opacity: 50%;
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
}
.video-play-button a span.bg-effect:after {
    content: "";
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    border: 30px solid #ffffff;
    opacity: 50%;
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
}
.video-play-button a span.bg-effect:after {
    animation-delay: 0.3s;
}
@keyframes border-zooming {
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.our-support .section-footer-text {
    margin-top: 60px;
}
.our-testimonial {
    background-image: url("../images/section-bg-image-1.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding: 120px 0;
}
.testimonial-slider .swiper-wrapper {
    
}
.testimonial-slider .swiper-slide,
.testimonial-slider .swiper-wrapper,
.testimonial-slider .swiper,
.testimonial-slider {
    height: 100%;
}
.testimonial-item {
    min-height: 465px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    background: #ffffff;
    border-radius: 30px;
    padding: 40px;
}
.testimonial-item-quote {
    margin-bottom: 30px;
}
.testimonial-item-quote img {
    width: 100%;
    max-width: 60px;
}
.testimonial-item-content p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.testimonial-item-author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #081e3b1a;
    padding-top: 40px;
}
.testimonial-author-image figure {
    display: block;
    border-radius: 50%;
}
.testimonial-author-image img {
    width: 100%;
    max-width: 50px;
    border-radius: 50%;
}
.testimonial-author-content {
    width: calc(100% - 65px);
}
.testimonial-author-content h2 {
    font-size: 20px;
}
.testimonial-author-content p {
    line-height: normal;
    margin: 5px 0 0 0;
}
.our-testimonial .section-footer-text {
    margin-top: 60px;
}
.our-faqs {
    padding: 120px 0;
}
.faq-cta-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #edfcf3;
    border-radius: 30px;
    padding: 10px;
    margin-right: 15px;
}
.faq-cta-image figure {
    display: block;
    border-radius: 20px;
}
.faq-cta-image figure img {
    width: 100%;
    aspect-ratio: 1 / 0.7637;
    object-fit: cover;
    border-radius: 20px;
}
.faq-cta-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    padding: 40px 30px 30px;
}
.faq-cta-content h3 {
    font-size: 24px;
}
.faq-cta-content p {
    margin: 15px 0 0 0;
}
.faq-accordion .accordion-item {
    background-color: #edfcf3;
    border-radius: 10px;
    margin-bottom: 25px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion .accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.333em;
    color: #081e3b;
    padding: 22px 50px 22px 24px;
    transition: all 0.3s ease-in-out;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #ffffff;
    background: #329c40;
}
.faq-accordion .accordion-item .accordion-button::after {
    content: "\2b";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 600;
    color: #081e3b;
    transition: all 0.3s ease-in-out;
}
.faq-accordion .accordion-item .accordion-button.collapsed::after {
    content: "\2b";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 600;
    color: #081e3b;
    transition: all 0.3s ease-in-out;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    content: "\f068";
    color: #ffffff;
}
.faq-accordion .accordion-item .accordion-body {
    background: #329c40;
    border-top: 1px solid #ffffff1a;
    padding: 24px;
}
.faq-accordion .accordion-item .accordion-body p {
    color: #ffffff;
    margin: 0;
}
.book-appointment {
    padding: 120px 0px;
}
.our-appointment-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}
.google-map-iframe {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.google-map-iframe iframe {
    width: 100%;
    height: 100%;
}
.appointment-form {
    height: 100%;
    align-content: center;
    background: #ffffff1a;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border-radius: 30px;
    padding: 50px;
}
.appointment-form .form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    color: #ffffff;
    background-color: #ffffff1a;
    border-radius: 10px;
    padding: 20px;
    border: none;
    outline: none;
    box-shadow: none;
}
.appointment-form .form-control.form-select {
    padding-right: 35px;
}
.appointment-form .form-control::placeholder {
    color: #ffffff;
}
.appointment-form .form-control option {
    color: #081e3b;
}
.our-blog {
    padding: 50px 0 30px;
}
.post-item {
    background: #fafafa;
    border-radius: 16px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 8px;
}
.post-featured-image {
    position: relative;
}
.post-featured-image a {
    display: block;
    border-radius: 20px;
    
    overflow: hidden;
}
.post-featured-image figure {
    display: block;
border-radius: 16px;
  overflow: hidden;
}
.post-featured-image img {
    width: 100%;
height: 300px;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
}
.post-item:hover .post-featured-image img {
    transform: scale(1.06);
}
.post-item-tags {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;

    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #329c40;
    border-radius: 100px;
    padding: 9px 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.post-item-tags:hover {
    background-color: #081e3b;
}
.post-item-body {
    padding: 30px 20px 20px;
}
.post-item-content h2 {
font-size: 17px;
  line-height: 25px;
  height: 50px;
  margin-bottom: 10px;

display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;


}


.post-item-content h2 a {
    display: inline-block;
    color: inherit;
}
.post-item-btn {
    margin-top: 15px;
}
.main-footer {
  border-radius: 30px 30px 0 0;
}
.lets-talk-box .section-title {
    margin-bottom: 0;
}
.lets-talk-title {
    position: relative;
    display: inline-block;
}
.lets-talk-title h2 {
    font-size: 110px;
    font-weight: 500;
}
.lets-talk-title h2 a {
    display: inline-block;
    color: inherit;
}
.lets-talk-title .years-experience-circle {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
}
.lets-talk-title .years-experience-circle figure img {
    max-width: 130px;
    box-shadow: none;
}
.footer-links-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-left: 60px;
}
.footer-header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 50px;
    margin-bottom: 20px;
}
.footer-logo img {
    width: 100%;
    max-width: 144px;
}

.social-bx,
.footer-social-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-bx li a,
.footer-social-links ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff1a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.social-bx li:hover a,
.footer-social-links ul li:hover a {


}

.social-bx li a i,
.footer-social-links ul li i {
    font-size: 18px;
    color: #ffffff;
}


.social-bx li a,
.social-bx li a i {
color: #000;
border: 0;
}


.social-bx {
justify-content: center;
  margin-top: 30px;
  gap: 5px;
}

.footer-links {
    max-width: 30%;
}
.footer-links h2 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
}
.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links ul li {
    text-transform: capitalize;
    line-height: 1.5em;
    color: #ffffff;
    margin-bottom: 15px;
}
.footer-links ul li:last-child {
    margin-bottom: 0;
}
.footer-links ul li a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}
.footer-links ul li a:hover {
    color: #329c40;
}
.footer-copyright {
    text-align: center;
    border-top: 1px solid #ffffff1a;
    margin-top: 100px;
    padding: 60px 0;
}
.footer-copyright-text p {
    color: #ffffff;
    margin-bottom: 0;
}
.page-header {
    position: relative;
    background-image: url("../images/mbc.jpg");
background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 180px;
}
.page-header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(8, 54, 59, 0.5) 0%, transparent 12.88%),
        linear-gradient(270deg, transparent 37.22%, rgba(8, 54, 59, 0.63) 58.83%, rgba(8, 54, 59, 0.9) 100%);
background: linear-gradient(to left , #13286899 , #132868);
background: linear-gradient(to left , #08363bb8 , #08363b);
    z-index: 1;
}
.page-header-box {
    position: relative;
    z-index: 2;
}
.page-header-box h1 {
    display: inline-block;
    font-size: 36px;
    line-height: 1.1em;
    color: #ffffff;
    margin-bottom: 8px;
    
}
.page-header-box ol {
    margin: 0;
    padding: 0;
}
.page-header-box ol li.breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    color: #ffffff;
}
.page-header-box ol li.breadcrumb-item a {
    color: inherit;
}
.page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}
.our-approach {
    padding: 120px 0;
}
.approach-item {
    position: relative;
    background-color: #ffffff;
    border-radius: 20px;
    min-height: 385px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
    overflow: hidden;
}
.approach-item::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #081e3b;
    width: 100%;
    height: 0;
    transition: all 0.4s ease-in-out;
}
.approach-item:hover:before {
    height: 100%;
}
.approach-cta-box {
    background-color: #ffffff;
    border-radius: 20px;
    min-height: 385px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
}
.approach-cta-box .hero-client-content h2 {
    color: #081e3b;
}
.approach-cta-box .hero-client-content h2 i {
    color: #329c40;
}
.approach-cta-box .hero-client-content p {
    color: #67787a;
}
.approach-cta-content p:last-child {
    margin: 0;
}
.approach-cta-btn {
    margin-top: 30px;
}
.approach-item .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    background: #329c40;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.approach-item .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
    z-index: 0;
}
.approach-item:hover .icon-box::before {
    transform: scale(1);
}
.approach-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 28px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.approach-item:hover .icon-box img {
    filter: brightness(0) invert(0);
}
.approach-item-content {
    position: relative;
    z-index: 1;
}
.approach-item-content h3 {
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}
.approach-item-content p {
    margin: 10px 0 0;
    transition: all 0.3s ease-in-out;
}
.approach-item:hover .approach-item-content h3 {
    color: #ffffff;
}
.approach-item:hover .approach-item-content p {
    color: #ffffff;
}
.what-we-do {
    padding: 120px 0;
}
.what-we-content-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    padding: 0;
    margin: 0;
}
.what-we-content-list ul li {
    position: relative;
    width: calc(50% - 10px);
    color: #081e3b;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    padding-left: 25px;
}
.what-we-content-list ul li::before {
    content: "\f058";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-weight: 900;
    color: #329c40;
    top: 0;
    left: 0;
}
.what-we-footer {
    display: flex;
    gap: 20px 40px;
    flex-wrap: wrap;
    border-top: 1px solid #081e3b1a;
    margin-top: 40px;
    padding-top: 40px;
}
.what-we-contact-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.what-we-contact-item .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #329c40;
    z-index: 1;
}
.what-we-contact-item .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #081e3b;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.what-we-contact-item:hover .icon-box::before {
    transform: scale(1);
}
.what-we-contact-item-content p {
    line-height: normal;
    margin-bottom: 5px;
}
.what-we-contact-item-content h3 {
    font-size: 20px;
}
.what-we-contact-item-content h3 a {
    color: inherit;
    transition: all 0.4s ease-in-out;
}
.what-we-contact-item-content h3 a:hover {
    color: #329c40;
}
.what-we-image-box {
    margin-left: 40px;
}
.what-we-image-box-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.what-we-image-box-1 .what-we-image {
    width: calc(50% - 25px);
}
.what-we-image figure {
    position: relative;
    display: block;
    border-radius: 20px;
    background-image: url("../images/what-we-do-image-bg-shape.svg");
    mask-image: url("../images/what-we-do-image-bg-shape.svg");
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover;
    width: 264px;
    height: 295px;
    margin: 0 auto;
}
.what-we-image figure img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.what-we-image-box-2 {
    position: relative;
}
.what-we-image-box-2 .what-we-image {
    margin-top: -40px;
}
.what-we-image-box-2 .what-we-image figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(8, 54, 59, 0.5) 0%, rgba(8, 54, 59, 0.5) 100%);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
}
.what-we-image-counter {
    width: 150px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-in-out;
}
.what-we-image-counter h2 {
    font-size: 60px;
    letter-spacing: -0.01em;
    line-height: 1em;
    color: #ffffff;
}
.what-we-image-counter p {
    color: #ffffff;
    margin: 5px 0 0;
}
.our-expertise {
    padding: 120px 0;
}
.expertise-image-box {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-right: 15px;
}
.expertise-image-box-1 {
    width: 50%;
    height: 100%;
}
.expertise-image-box-2 {
    position: relative;
    width: 50%;
    margin-bottom: 50px;
    z-index: 1;
}
.expertise-image figure {
    display: block;
    border-radius: 30px;
}
.expertise-image figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.expertise-image-box-1 .expertise-image {
    height: 100%;
}
.expertise-image-box-1 .expertise-image figure {
    margin-right: -140px;
    height: 100%;
}
.expertise-image-box-1 .expertise-image figure img {
    aspect-ratio: 1 / 1.42;
    height: 100%;
}
.expertise-image-box-2 .expertise-image figure {
    border: 10px solid #ffffff;
}
.expertise-image-box-2 .expertise-image figure img {
    aspect-ratio: 1 / 1.123;
    border-radius: 14px;
}
.expertise-experience-circle {
    position: relative;
    margin: 0 0 -65px 65px;
    z-index: 2;
}
.expertise-experience-circle figure {
    display: block;
    border-radius: 50%;
}
.expertise-experience-circle figure img {
    max-width: 130px;
    border-radius: 50%;
    animation: infiniterotate 20s infinite linear;
}
.our-expertise-content {
    height: 100%;
    align-content: center;
}
.expertise-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}
.expertise-item:last-child {
    margin-bottom: 0;
}
.circle {
    position: relative;
    display: inline-flex;
    color: #329c40;
    text-align: center;
    background: #edfcf3;
    border-radius: 50%;
}
.circle .progress_value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #081e3b;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.expertise-item .circle .progress_value {
    width: 52px;
    height: 52px;
    background: #ffffff;
    border-radius: 50%;
}
.expertise-item-content {
    width: calc(100% - 75px);
}
.expertise-item-content h3 {
    font-size: 20px;
}
.expertise-item-content p {
    margin: 10px 0 0;
}
.expertise-content-footer {
    border-top: 1px solid #081e3b1a;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    padding-top: 40px;
    margin-top: 40px;
}
.page-service {
    padding: 120px 0 90px;
}
.page-service .service-item {
    background-color: #edfcf3;
}
.page-service-single {
 padding: 40px 0;

}
.page-single-sidebar {
    position: sticky;
    top: 30px;
    margin-right: 15px;
}
.page-category-list {
    background: #edfcf3;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.page-category-list .page-category-list-title {
    font-size: 20px;
    line-height: 1.3em;
    color: #ffffff;
    background: #329c40;
    padding: 18px 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 #081e3b1a;
    padding-bottom: 14px;
    margin-bottom: 14px;
}
.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: inherit;
    padding-right: 25px;
    transition: all 0.4s ease-in-out;
}
.page-category-list ul li a:hover {
    color: #329c40;
}

.page-category-list ul li a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
 

    width: 18px;
    height: 18px;
    transition: all 0.4s ease-in-out;
}

.sidebar-cta-box {
    border-radius: 20px;
}
.sidebar-cta-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    padding: 30px;
}
.sidebar-cta-header .icon-box {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #329c40;
    border-radius: 50%;
}
.sidebar-cta-header .icon-box i {
    font-size: 20px;
    color: #ffffff;
}
.sidebar-cta-title {
    width: calc(100% - 55px);
}
.sidebar-cta-title h2 {
    font-size: 20px;
    color: #ffffff;
}
.sidebar-cta-body {
    border-top: 1px solid #ffffff1a;
    padding: 30px;
}
.sidebar-cta-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-cta-list ul li {
    font-size: 16px;
    line-height: normal;
    color: #ffffff;
    border-bottom: 1px solid #ffffff1a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.sidebar-cta-list ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sidebar-cta-list ul li span {
    font-weight: 500;
    color: #ffffff;
}
.sidebar-cta-btn {
    margin-top: 40px;
}
.sidebar-cta-btn .btn-default {
    width: 100%;
    text-align: center;
    padding: 17px;
}
.sidebar-cta-btn .btn-default::before {
    display: none;
}
.page-single-image {
    margin-bottom: 20px;
}
.page-single-image figure {
    display: block;
    border-radius: 30px;
  height: 350px;
}
.page-single-image img {
    width: 100%;
    aspect-ratio: 1 / 0.598;
    object-fit: cover;
    border-radius: 30px;

}
.service-entry {
    margin-bottom: 20px;
}
.service-entry h2 {
    font-size: 22px;
    margin-bottom: 20px;
	  margin-bottom: 10px !important;
}
.service-entry h3 {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 10px;
}
.service-entry p {
    margin-bottom: 20px;
}
.service-entry p:last-child,
.service-entry h2:last-child,
.service-entry h3:last-child {
    margin-bottom: 0;
}
.service-entry ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.service-entry ul li {
    position: relative;
    line-height: 1.5em;
    padding-left: 25px;
    margin-bottom: 15px;
}
.service-entry ul li:last-child {
    margin-bottom: 0;
}
.service-entry ul li::before {
    content: "\f058";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 900;
    color: #329c40;
}
.service-entry ul li a {
    color: inherit;
}
.service-why-choose-box,
.service-process-box,
.service-benefits-box {
    margin-top: 60px;
}
.service-why-choose-item-list {
    margin-top: 40px;
}
.service-why-choose-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.service-why-choose-item:last-child {
    margin-bottom: 0;
}
.service-why-choose-item-image {
    max-width: 100px;
}
.service-why-choose-item-image figure {
    display: block;
    border-radius: 50%;
}
.service-why-choose-item-image figure img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}
.service-why-choose-item-content {
    width: calc(100% - 120px);
}
.service-process-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}
.service-process-item {
    width: calc(33.33% - 20px);
    background: #edfcf3;
    border-radius: 30px;
    min-height: 245px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 30px;
    transition: all 0.4s ease-in-out;
}
.service-process-item:hover {
    transform: translateY(-5px);
}
.service-process-item-number {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #329c40;
    z-index: 1;
}
.service-process-item-number::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #081e3b;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
    z-index: -1;
}
.service-process-item:hover .service-process-item-number::before {
    transform: scale(1);
}
.service-process-item-number h3 {
    font-size: 24px;
    color: #ffffff;
}
.service-entry .section-footer-text {
    margin-top: 40px;
}
.service-process-box .section-footer-text ul {
    margin: 0;
}
.service-process-box .section-footer-text ul li {
    padding-left: 0;
    margin: 0;
}
.service-process-box .section-footer-text ul li::before {
    display: none;
}
.service-benefits-video-image-box {
    position: relative;
    min-height: 400px;
    border-radius: 30px;
    text-align: center;
    margin-top: 40px;
    align-content: end;
    padding: 40px 40px 20px;
    overflow: hidden;
}
.service-benefits-video-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.service-benefits-video-image figure {
    position: relative;
    width: 100%;
    height: 100%;
}
.service-benefits-video-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-benefits-video-image figure::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 54.87%, rgba(8, 54, 59, 0.8) 100%);
    z-index: 0;
}
.service-benefits-list {
    position: relative;
    border-top: 1px solid #ffffff1a;
    padding-top: 30px;
    margin-top: 115px;
    z-index: 2;
}
.service-benefits-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 20px;
}
.service-benefits-list ul li {
    color: #ffffff;
    margin-bottom: 0;
}
.page-blog {
    padding: 120px 0;
}
.page-pagination {
    margin-top: 30px;
    text-align: center;
}
.page-pagination ul {
    justify-content: center;
    padding: 0;
    margin: 0;
}
.page-pagination ul li a {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: #edfcf3;
    color: #081e3b;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 600;
    line-height: 1em;
    transition: all 0.3s ease-in-out;
}
.page-pagination ul li span {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: #edfcf3;
    color: #081e3b;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 600;
    line-height: 1em;
    transition: all 0.3s ease-in-out;
}
.page-pagination ul li.active a {
    background: #329c40;
    color: #ffffff;
}
.page-pagination ul li a:hover {
    background: #329c40;
    color: #ffffff;
}
.page-single-post {
    padding: 120px 0;
}
.post-single-meta ol li {
    font-size: 18px;
    color: #ffffff;
    margin-right: 15px;
}
.post-single-meta ol li:last-child {
    margin-right: 0;
}
.post-single-meta ol li i {
    font-size: 18px;
    color: #ffffff;
    margin-right: 5px;
}
.post-image {
    position: relative;
    margin-bottom: 30px;
}
.post-image figure {
    display: block;
    border-radius: 30px;
    overflow: hidden;
}
.post-image img {
    width: 100%;
    aspect-ratio: 1 / 0.5;
    object-fit: cover;
    border-radius: 30px;
}
.post-content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.post-entry {
    border-bottom: 1px solid #081e3b1a;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.post-entry:after {
    content: "";
    display: block;
    clear: both;
}
.post-entry a {
    color: #329c40;
}
.post-entry h1 {
    font-weight: 600;
    line-height: 1.2em;
    color: #081e3b;
    margin: 0 0 0.42em;
}
.post-entry h2 {
    font-weight: 600;
    line-height: 1.2em;
    color: #081e3b;
    margin: 0 0 0.42em;
}
.post-entry h3 {
    font-weight: 600;
    line-height: 1.2em;
    color: #081e3b;
    margin: 0 0 0.42em;
}
.post-entry h4 {
    font-weight: 600;
    line-height: 1.2em;
    color: #081e3b;
    margin: 0 0 0.42em;
}
.post-entry h5 {
    font-weight: 600;
    line-height: 1.2em;
    color: #081e3b;
    margin: 0 0 0.42em;
}
.post-entry h6 {
    font-weight: 600;
    line-height: 1.2em;
    color: #081e3b;
    margin: 0 0 0.42em;
}
.post-entry h1 {
    font-size: 66px;
    letter-spacing: -0.01em;
}
.post-entry h2 {
    font-size: 48px;
    letter-spacing: -0.01em;
}
.post-entry h3 {
    font-size: 40px;
}
.post-entry h4 {
    font-size: 30px;
}
.post-entry h5 {
    font-size: 24px;
}
.post-entry h6 {
    font-size: 20px;
}
.post-entry p {
    margin-bottom: 20px;
}
.post-entry p:last-child {
    margin-bottom: 0;
}
.post-entry p strong {
    color: #081e3b;
    font-size: 18px;
    font-weight: 600;
}
.post-entry ol {
    margin: 0 0 30px;
}
.post-entry ul {
    padding: 0;
    margin: 20px 0 20px;
    padding-left: 20px;
}
.post-entry ol li {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    color: #67787a;
    margin-bottom: 15px;
}
.post-entry ul li {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    color: #67787a;
    margin-bottom: 15px;
}
.post-entry ul li:last-child {
    margin-bottom: 0;
}
.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul {
    margin-top: 20px;
    margin-bottom: 0;
}
.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child {
    margin-bottom: 0;
}
.post-entry blockquote {
    background: #edfcf3 url("../images/icon-blockquote.svg");
    background-repeat: no-repeat;
    background-position: 30px 30px;
    background-size: 45px;
    border-radius: 20px;
    padding: 30px 30px 30px 90px;
    margin-bottom: 30px;
}
.post-entry blockquote p {
    font-family: undefined;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    color: #081e3b;
}
.post-entry blockquote p:last-child {
    margin-bottom: 0;
}
.tag-links {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #081e3b;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.post-tags .tag-links a {
    display: inline-block;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0;
    background: #329c40;
    color: #ffffff;
    border-radius: 100px;
    padding: 12px 20px;
    transition: all 0.4s ease-in-out;
}
.post-tags .tag-links a:hover {
    background: #081e3b;
}
.post-social-sharing {
    text-align: right;
}
.post-social-sharing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post-social-sharing ul li {
    display: inline-block;
    margin-right: 10px;
}
.post-social-sharing ul li:last-child {
    margin-right: 0;
}
.post-social-sharing ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #329c40;
    color: #ffffff;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    transition: all 0.4s ease-in-out;
}
.post-social-sharing ul li:hover a {
    background: #081e3b;
}
.post-social-sharing ul li a i {
    font-size: 18px;
    color: inherit;
}
.page-case-study {
    padding: 120px 0 90px;
}
.page-case-study-single {
    padding: 120px 0;
}
.case-study-category-list .page-category-list-title {
    font-size: 20px;
    border-bottom: 1px solid #081e3b1a;
    color: #081e3b;
    background-color: #edfcf3;
    padding: 30px;
}
.case-study-category-item-list {
    padding: 30px;
}
.case-study-category-item {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.case-study-category-item:last-child {
    margin-bottom: 0;
}
.case-study-category-item h2 {
    font-size: 20px;
}
.case-study-category-item p {
    margin: 5px 0 0;
}
.case-study-entry {
    margin-bottom: 60px;
}
.case-study-entry h2 {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
}
.case-study-entry h3 {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 10px;
}
.case-study-entry p {
    margin-bottom: 20px;
}
.case-study-entry p:last-child,
.case-study-entry h2:last-child,
.case-study-entry h3:last-child {
    margin-bottom: 0;
}
.case-study-entry ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.case-study-entry ul li {
    position: relative;
    line-height: 1.5em;
    padding-left: 25px;
    margin-bottom: 15px;
}
.case-study-entry ul li:last-child {
    margin-bottom: 0;
}
.case-study-entry ul li::before {
    content: "\f058";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-weight: 900;
    color: #329c40;
    top: 0;
    left: 0;
}
.case-study-solution,
.case-study-result {
    margin-top: 60px;
}
.case-study-solution-item-list {
    margin-top: 40px;
}
.case-study-solution-item {
    border-bottom: 1px solid #081e3b1a;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.case-study-solution-item:nth-child(2n + 2) {
    flex-direction: row-reverse;
}
.case-study-solution-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.case-study-solution-item-image {
    width: calc(38% - 15px);
}
.case-study-solution-item-image figure {
    display: block;
    height: 100%;
    border-radius: 30px;
}
.case-study-solution-item-image figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.67;
    object-fit: cover;
    border-radius: 30px;
}
.case-study-solution-item-content {
    width: calc(62% - 15px);
    align-content: center;
}
.case-study-solution-item-content span {
    font-size: 14px;
    line-height: 1em;
    display: inline-block;
    color: #ffffff;
    background-color: #329c40;
    border-radius: 100px;
    padding: 9px 14px;
    margin-bottom: 20px;
}
.case-study-solution-item-content ul {
    margin-top: 30px;
}
.case-study-result-body {
    border: 1px solid #081e3b1a;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.case-study-result-image-box {
    position: relative;
    width: 40%;
}
.case-study-result-image {
    height: 100%;
}
.case-study-result-image figure {
    display: block;
    height: 100%;
    border-radius: 20px;
}
.case-study-result-image figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1.032;
    object-fit: cover;
    border-radius: 20px;
}
.case-study-result-counter-item {
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    padding: 20px;
}
.case-study-result-counter-item .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #329c40;
    z-index: 1;
}
.case-study-result-counter-item .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #081e3b;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
    z-index: -1;
}
.case-study-result-counter-item:hover .icon-box::before {
    transform: scale(1);
}
.case-study-result-counter-item .icon-box img {
    width: 100%;
    max-width: 28px;
}
.case-study-result-counter-item-content {
    width: calc(100% - 75px);
}
.case-study-result-counter-item-content h2 {
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 0;
}
.case-study-result-counter-item-content p {
    margin: 5px 0 0;
}
.case-study-result-content {
    width: 60%;
    align-content: center;
    padding: 30px 30px 30px 40px;
}
.page-team {
    padding: 120px 0 90px;
}
.page-team-single {
    padding: 120px 0;
}
.team-single-image {
    margin-bottom: 60px;
}
.team-single-image figure {
    display: block;
    border-radius: 30px;
}
.team-single-image figure img {
    width: 100%;
    aspect-ratio: 1 / 1.237;
    object-fit: cover;
    border-radius: 30px;
}
.team-sidebar-cta-box {
    border-radius: 20px;
    overflow: hidden;
}
.team-sidebar-cta-title {
    padding: 30px;
}
.team-sidebar-cta-title h2 {
    font-size: 20px;
    color: #ffffff;
}
.team-sidebar-cta-list {
    border-top: 1px solid #ffffff1a;
    padding: 30px;
}
.team-sidebar-cta-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}
.team-sidebar-cta-item:last-child {
    margin-bottom: 0;
}
.team-sidebar-cta-item .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #329c40;
    border-radius: 50%;
}
.team-sidebar-cta-item .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
}
.team-sidebar-cta-item:hover .icon-box::before {
    transform: scale(1);
}
.team-sidebar-cta-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.team-sidebar-cta-item:hover .icon-box img {
    filter: brightness(0) invert(0);
}
.team-sidebar-cta-item-content {
    width: calc(100% - 65px);
}
.team-sidebar-cta-item-content p {
    color: #ffffff;
    margin-bottom: 5px;
}
.team-sidebar-cta-item-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
.team-sidebar-cta-item-content h3 a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}
.team-sidebar-cta-item-content h3 a:hover {
    color: #329c40;
}
.team-member-about,
.team-member-education,
.team-member-expertise {
    margin-bottom: 60px;
}
.member-about-item-list {
    border-top: 1px solid #081e3b1a;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 40px;
}
.member-about-item {
    width: calc(50% - 15px);
}
.member-about-item h3 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #081e3b;
    padding-left: 25px;
}
.member-about-item h3::before {
    content: "\f058";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-weight: 900;
    color: #329c40;
    top: 0;
    left: 0;
}
.member-about-item p {
    margin: 20px 0 0 0;
}
.member-about-item ul {
    list-style: disc;
    border-top: 1px solid #081e3b1a;
    padding: 30px 0 0 20px;
    margin: 30px 0 0;
}
.member-about-item ul li {
    line-height: 1.5em;
    margin-bottom: 15px;
}
.member-about-item ul li:last-child {
    margin-bottom: 0;
}
.member-about-item ul li::marker {
    color: #329c40;
}
.member-education-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}
.member-education-item {
    width: calc(50% - 15px);
    background: #edfcf3;
    border-radius: 30px;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    padding: 30px;
    transition: all 0.4s ease-in-out;
}
.member-education-item:hover {
    transform: translateY(-5px);
}
.member-education-item .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #329c40;
    z-index: 1;
}
.member-education-item .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #081e3b;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
    z-index: -1;
}
.member-education-item:hover .icon-box::before {
    transform: scale(1);
}
.member-education-item .icon-box img {
    width: 100%;
    max-width: 28px;
}
.member-education-item-content h3 {
    font-size: 20px;
}
.member-education-item-content p {
    margin: 10px 0 0 0;
}
.member-skill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}
.skills-progress-bar {
    margin-bottom: 30px;
}
.skills-progress-bar:last-child {
    margin-bottom: 0;
}
.member-skill-list .skills-progress-bar {
    width: calc(50% - 15px);
    margin-bottom: 0;
}
.skills-progress-bar .skill-data {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}
.skills-progress-bar .skillbar .skill-progress {
    position: relative;
    width: 100%;
    height: 10px;
    background: #edfcf3;
    border-radius: 10px;
    overflow: hidden;
}
.skills-progress-bar .skillbar .skill-progress .count-bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #329c40;
    border-radius: 10px;
}
.contact-form.team-contact-form {
    height: auto;
}
.page-pricing {
    padding: 120px 0;
}
.page-pricing .pricing-item {
    background: #edfcf3;
}
.page-testimonials {
    padding: 120px 0 90px;
}
.page-testimonials .testimonial-item {
    background: #edfcf3;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.page-gallery {
    padding: 40px 0;
	  background: #fafafa;
}
.page-gallery-box .photo-gallery {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.page-gallery-box .photo-gallery a {
    
}
.page-gallery-box .photo-gallery figure {
    display: block;
    border-radius: 30px;
}
.page-gallery-box .photo-gallery img {
    width: 100%;
    aspect-ratio: 1 / 0.87;
    object-fit: cover;
    border-radius: 30px;
}
.page-video-gallery {
    padding: 120px 0 90px;
}
.video-gallery-image {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
}
.video-gallery-image a {
    position: relative;
    display: block;
    
}
.video-gallery-image a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #081e3b;
    border-radius: 30px;
    opacity: 0%;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}
.video-gallery-image:hover a::before {
    opacity: 50%;
    visibility: visible;
    transform: scale(1);
}
.video-gallery-image a::after {
    content: "\f04b";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    font-size: 20px;
    background: #329c40;
    color: #ffffff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.video-gallery-image:hover a::after {
    opacity: 1;
    visibility: visible;
}
.video-gallery-image img {
    width: 100%;
    aspect-ratio: 1 / 0.87;
    object-fit: cover;
    border-radius: 30px;
}
.page-faqs {
    padding: 120px 0;
}
.page-faqs .page-single-faqs {
    margin-bottom: 60px;
}
.page-faqs .page-single-faqs:last-child {
    margin-bottom: 0px;
}
.page-contact-us {
    padding: 40px 0 0;
}
.contact-info-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.contact-info-item {
    width: calc(33.33% - 20px);
    border: 1px solid #081e3b1a;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    padding: 20px;
}
.contact-info-item .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background: #329c40;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
}
.contact-info-item .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #081e3b;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
    z-index: -1;
}
.contact-info-item:hover .icon-box::before {
    transform: scale(1);
}
.contact-info-item .icon-box img {
    width: 100%;
    max-width: 24px;
}
.contact-info-item-content {
    width: calc(100% - 65px);
}
.contact-info-item-content p {
    margin-bottom: 5px;
}
.contact-info-item-content h3 {
font-size: 17px;
  font-weight: 300;
  line-height: 25px;

}
.contact-info-item-content h3 a {
    color: inherit;
    transition: all 0.4s ease-in-out;
}
.contact-info-item-content h3 a:hover {
    color: #329c40;
}
.contact-location-form-box {
    padding: 60px 0 50px;
}
.contact-location-info-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-right: 15px;
}
.contact-location-info-box .google-map-iframe {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.contact-form {
    background: #f4f4f4;
    border-radius: 30px;
    padding: 30px;
}
.contact-form .section-title p {
    margin-top: 0;
}
.contact-form .form-control {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25em;
    color: #081e3b;
    border: none;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 17px;
    outline: none;
    box-shadow: none;
}
.contact-form .form-control::placeholder {
    color: #67787a;
    font-weight: 400;
}
.page-appointment {
    padding: 120px 0;
}
.page-appointment .appointment-form {
    background-color: #edfcf3;
}
.page-appointment .appointment-form .form-control {
    background-color: #ffffff;
    color: #081e3b;
}
.page-appointment .appointment-form .form-control::placeholder {
    color: #67787a;
}
.error-page {
    padding: 120px 0;
}
.error-page-image {
    text-align: center;
    margin-bottom: 40px;
}
.error-page-image img {
    width: 100%;
    max-width: 520px;
}
.error-page-content {
    text-align: center;
}
.error-page-content .section-title {
    margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
    .main-menu ul li {
        margin: 0;
    }
    .section-content-btn .section-btn {
        margin-top: 20px;
    }
    .section-title-content {
        margin-top: 10px;
    }
    .section-title-content p {
        margin-bottom: 15px;
    }
    .section-btn {
        text-align: left;
        margin-top: 15px;
    }
    .hero {
        min-height: 780px;
    }
    .hero::before {
        background: #081e3b;
        opacity: 50%;
    }
    .hero-content {
        margin-right: 0;
    }
    .about-us-image-box {
        max-width: 740px;
        margin: 0 auto 30px;
    }
    .about-us-image-box,
    .about-image-box-1,
    .about-us-image,
    .about-us-image figure,
    .about-us-image figure img,
    .about-us-content {
        height: auto;
    }
    .about-us-image figure img {
        aspect-ratio: 1 / 1;
    }
    .service-item {
        min-height: auto;
    }
    .service-cta-box-image {
        max-width: 190px;
    }
    .why-choose-us-content {
        margin-bottom: 30px;
    }
    .why-choose-counter-box {
        width: calc(75% - 15px);
    }
    .why-choose-body-image {
        width: calc(25% - 15px);
        max-width: 100%;
    }
    .why-choose-us-image-box {
        max-width: 600px;
        margin: 0 auto;
    }
    .core-features-content {
        position: initial;
        margin: 0 0 30px;
    }
    .our-partners-list ul li {
        padding: 30px 20px;
    }
    .how-work-item {
        width: calc(50% - 15px);
    }
    .faq-cta-box {
        height: auto;
        flex-direction: initial;
        flex-wrap: wrap;
        margin: 0 0 30px 0;
    }
    .faq-cta-image {
        width: 40%;
    }
    .faq-cta-image figure,
    .faq-cta-image figure img {
        height: 100%;
    }
    .faq-cta-body {
        width: 60%;
        align-content: center;
        padding: 30px 30px 30px 40px;
    }
    .our-appointment-content {
        height: auto;
        margin: 0 0 30px;
    }
    .google-map-iframe {
        height: 450px;
    }
    .appointment-form {
        height: auto;
    }
    .lets-talk-box {
        text-align: center;
        margin: 0 auto 30px;
    }
    .lets-talk-title {
        width: 100%;
    }
    .footer-links-box {
        margin: 0;
    }
    .footer-header {
        padding-bottom: 30px;
        margin-bottom: 0;
    }
    .footer-copyright {
        margin-top: 30px;
        padding: 30px 0;
    }
    .what-we-content {
        margin-bottom: 30px;
    }
    .what-we-image-box {
        max-width: 580px;
        margin: 0 auto;
    }
    .expertise-image-box {
        max-width: 740px;
        height: auto;
        margin: 0 auto 30px;
    }
    .expertise-image-box-1,
    .expertise-image-box-1 .expertise-image,
    .expertise-image-box-1 .expertise-image figure,
    .expertise-image-box-1 .expertise-image figure img {
        height: auto;
    }
    .page-single-sidebar {
        margin-right: 0;
    }
    .page-category-list .page-category-list-title {
        padding: 18px 20px;
    }
    .page-category-list ul {
        padding: 20px;
    }
    .page-category-list ul li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .sidebar-cta-header,
    .sidebar-cta-body {
        padding: 20px;
    }
    .sidebar-cta-list ul li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .sidebar-cta-btn {
        margin-top: 30px;
    }
    .page-single-image {
        margin-bottom: 30px;
    }
    .service-why-choose-box,
    .service-process-box,
    .service-benefits-box {
        margin-top: 40px;
    }
    .service-process-item-list {
        gap: 20px;
    }
    .service-process-item {
        width: calc(33.33% - 13.33px);
        padding: 20px;
    }
    .case-study-category-list .page-category-list-title {
        padding: 18px 20px;
    }
    .case-study-category-item-list {
        padding: 20px;
    }
    .case-study-entry {
        margin-bottom: 40px;
    }
    .case-study-solution,
    .case-study-result {
        margin-top: 40px;
    }
    .case-study-result-image-box {
        width: 50%;
    }
    .case-study-result-content {
        width: 50%;
        padding: 20px 20px 20px 30px;
    }
    .team-sidebar-cta-title {
        padding: 18px 20px;
    }
    .team-sidebar-cta-list {
        padding: 20px;
    }
    .team-sidebar-cta-item {
        margin-bottom: 20px;
    }
    .team-sidebar-cta-item-content h3 {
        font-size: 18px;
    }
    .team-member-about,
    .team-member-education,
    .team-member-expertise {
        margin-bottom: 40px;
    }
    .contact-info-item {
        width: calc(50% - 15px);
    }
    .contact-location-info-box {
        height: auto;
        margin: 0 0 30px;
    }
    .contact-location-info-box .google-map-iframe {
        height: 500px;
    }
}
@media only screen and (max-width: 991px) {

    .btn-default::before {
        right: 15px;
        width: 18px;
        height: 18px;
    }
    .btn-phone {
        padding: 15px;
    }
    header.main-header {
        top: 0;
        right: 0;
        left: 0;
    }
    header.main-header .header-sticky.active {
        width: 100%;
        right: 0;
        left: 0;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
    .navbar {
    }
    .responsive-menu,
    .navbar-toggle {
        display: block;
    }
    .slicknav_nav li,
    .slicknav_nav ul {
        display: block;
    }

    .bg-section {
        width: 100%;
        border-radius: 0;
        margin: 0;
    }
    .bg-section .container-fluid {
        padding: 0 15px;
    }
    .section-row {
        margin-bottom: 40px;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .section-title .section-sub-title {
        padding: 8px 15px 8px 30px;
        margin-bottom: 10px;
    }
    .section-title .section-sub-title::before {
        left: 15px;
    }
    .section-title h1 {
        font-size: 46px;
    }
    .section-title h2 {
        font-size: 38px;
    }
    .section-title p {
        margin-top: 6px;
    }
    .hero {
        border-radius: 0;
        padding: 150px 0 60px;
        margin: 0;
    }
    .hero::before {
        border-radius: 0;
    }
    .hero-content-body {
        padding-top: 30px;
        margin: 0;
    }
    .about-us {
        padding: 60px 0;
    }
    .about-us-image figure,
    .about-us-image figure img {
        border-radius: 20px;
    }

    .about-us-author-image figure img {
        max-width: 46px;
    }
    .our-service {
        padding: 60px 0;
    }
    .service-item {
        border-radius: 20px;
    }
    .service-item .icon-box {
        width: 50px;
        height: 50px;
    }
    .service-item .icon-box img {
        max-width: 24px;
    }
    .service-cta-box-title h3 {
        font-size: 24px;
    }
    .service-cta-box-image {
        max-width: 163px;
    }
    .section-footer-text {
        margin-top: 10px;
    }
    .section-footer-text ul {
        margin-top: 10px;
    }
    .section-footer-text ul li {
        margin-right: 5px;
    }
    .section-footer-text ul li.section-footer-content {
        padding-right: 5px;
    }
    .why-choose-us {
        padding: 60px 0;
    }
    .why-choose-counter-item h2 {
        font-size: 34px;
    }
    .why-choose-counter-box,
    .why-choose-body-image figure,
    .why-choose-body-image figure img {
        border-radius: 20px;
    }
    .why-choose-us-image-box::before {
        border-radius: 20px;
    }
    .years-experience-circle figure img {
        max-width: 130px;
    }
    .why-choose-us-image figure,
    .why-choose-us-image figure img {
        border-radius: 20px;
  max-height: 300px;
    }
    .why-choose-cta-box .icon-box {
        height: 50px;
        width: 50px;
    }
    .why-choose-cta-box .icon-box img {
        max-width: 24px;
    }
    .why-choose-cta-content {
        width: calc(100% - 65px);
    }
    .why-choose-cta-content h2 {
        font-size: 22px;
    }
    .core-features {
        padding: 60px 0;
    }
    .our-case-study {
        padding: 60px 0;
    }
    .case-study-item {
        min-height: 400px;
        border-radius: 20px;
    }
    .case-study-item-content {
        padding: 20px;
    }
    .case-study-item-content p {
        padding-top: 15px;
        margin: 15px 0 0;
    }
    .our-facts {
        padding: 60px 0;
    }
    .fact-item {
        min-height: auto;
        border-radius: 20px;
        padding: 30px;
    }
    .fact-item-counter-content h2 {
        font-size: 40px;
    }
    .our-partners {
        padding: 60px 0;
    }
    .our-partners-list ul li img {
        max-width: 140px;
        height: 40px;
    }
    .our-partners .section-footer-text {
        margin-top: 30px;
    }
    .how-it-work {
        padding: 60px 0;
    }
    .how-work-item {
        border-radius: 20px;
    }
    .how-work-item .icon-box {
        width: 50px;
        height: 50px;
        margin-bottom: 30px;
    }
    .how-work-item .icon-box img {
        max-width: 24px;
    }
    .how-it-work .section-footer-text {
        margin-top: 40px;
    }
    .our-team {
        padding: 60px 0;
    }
    .team-item {
        border-radius: 20px;
        padding: 30px;
    }
    .team-social-list ul li {
        margin-bottom: 10px;
    }
    .team-item-content {
        margin-top: 20px;
    }
    .our-pricing {
        padding: 60px 0;
    }
    .pricing-item {
        border-radius: 20px;
        padding: 30px;
    }
    .pricing-item-header .icon-box {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }
    .pricing-item-header .icon-box img {
        max-width: 24px;
    }
    .pricing-item-price h2 {
        font-size: 38px;
    }
    .pricing-item-header {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .pricing-item-list ul li {
        margin-bottom: 10px;
    }
    .pricing-item-list ul li::before {
        font-size: 16px;
    }
    .pricing-item-btn .btn-default {
        padding: 15px;
    }
    .pricing-benefit-list {
        margin-top: 5px;
    }
    .pricing-benefit-list ul {
        gap: 15px 30px;
    }
    .pricing-benefit-list ul li img {
        max-width: 18px;
        margin-right: 10px;
    }
    .our-support {
        padding: 60px 0;
    }
    .support-video-image-box {
        border-radius: 0;
        padding: 0;
    }
    .support-cta-box {
        max-width: 100%;
        background: #edfcf3;
        border-radius: 20px;
    }
    .support-cta-header {
        padding: 30px;
    }
    .support-cta-body {
        padding: 30px;
    }
    .support-cta-list ul li {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .support-cta-btn {
        margin-top: 30px;
    }
    .support-cta-btn .btn-default {
        padding: 15px;
    }
    .support-item-image {
        position: initial;
    }
    .support-video-box {
        position: relative;
        width: 100%;
    }
    .support-video-image,
    .support-video-image figure {
        position: relative;
        height: auto;
    }
    .support-video-image figure img {
        height: auto;
        aspect-ratio: 1 / 0.65;
    }
    .support-video-box .video-play-button {
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
    }
    .video-play-button a span {
        width: 60px;
        height: 60px;
    }
    .video-play-button a span i {
        font-size: 24px;
    }
    .our-support .section-footer-text {
        margin-top: 40px;
    }
    .our-testimonial {
        padding: 60px 0;
    }
    .testimonial-item {
        min-height: auto;
        gap: 20px;
        border-radius: 20px;
        padding: 30px;
    }
    .testimonial-item-quote {
        margin-bottom: 20px;
    }
    .testimonial-item-quote img {
        max-width: 40px;
    }
    .testimonial-item-author {
        padding-top: 20px;
    }
    .our-testimonial .section-footer-text {
        margin-top: 40px;
    }
    .our-faqs {
        padding: 60px 0;
    }
    .faq-cta-box {
        border-radius: 20px;
    }
    .faq-cta-body {
        gap: 30px;
        padding: 20px 20px 20px 30px;
    }
    .faq-cta-content h3 {
        font-size: 20px;
    }
    .faq-cta-content p {
        margin: 10px 0 0;
    }
    .faq-accordion .accordion-item {
        margin-bottom: 20px;
    }
    .faq-accordion .accordion-header .accordion-button {
        padding: 18px 45px 18px 20px;
    }
    .faq-accordion .accordion-item .accordion-button::after,
    .faq-accordion .accordion-item .accordion-button.collapsed::after {
        right: 20px;
        font-size: 18px;
    }
    .faq-accordion .accordion-item .accordion-body {
        padding: 18px 20px;
    }
    .book-appointment {
        padding: 60px 0;
    }
    .google-map-iframe {
        border-radius: 20px;
    }
    .appointment-form {
        border-radius: 20px;
        padding: 30px;
    }
    .appointment-form .form-control {
        padding: 15px;
    }
    .our-blog {
        padding: 60px 0 30px;
    }
    .post-item {
        border-radius: 20px;
    }
    .post-item-tags {
        top: 20px;
        left: 20px;
    }
    .post-item-tags a {
        padding: 7px 12px 7px 12px;
    }
    .post-item-body {
        padding: 20px 10px 10px;
    }
    .post-item-btn {
        padding-top: 15px;
        margin-top: 15px;
    }
    .main-footer {
        margin-bottom: 0;
    }
    .lets-talk-title h2 {
        font-size: 80px;
    }
    .lets-talk-title .years-experience-circle figure img {
        max-width: 90px;
    }
    .footer-links h2 {
        margin-bottom: 20px;
    }
    .footer-links ul li {
        margin-bottom: 10px;
    }
    .page-header {
        padding: 170px 0 80px;
        border-radius: 0;
        margin: 0;
    }
    .page-header:before {
        border-radius: 0;
    }
    .page-header-box h1 {
        font-size: 46px;
    }
    .our-approach {
        padding: 60px 0;
    }
    .approach-cta-box,
    .approach-item {
        min-height: 300px;
        padding: 25px;
    }
    .approach-cta-box .hero-client-box .hero-client-content p {
        font-size: 14px;
    }
    .approach-item .icon-box {
        width: 50px;
        height: 50px;
    }
    .approach-item .icon-box img {
        max-width: 24px;
    }
    .what-we-do {
        padding: 60px 0;
    }
    .what-we-footer {
        padding-top: 30px;
        margin-top: 30px;
    }
    .what-we-image-counter h2 {
        font-size: 44px;
    }
    .our-expertise {
        padding: 60px 0;
    }
    .expertise-item {
        margin-bottom: 30px;
    }
    .expertise-content-footer {
        padding-top: 30px;
        margin-top: 30px;
    }
    .page-service {
        padding: 60px 0 30px;
    }
    .page-service-single {
        padding: 60px 0;
    }
    .page-single-sidebar {
        margin: 0 0 30px 0;
    }
    .page-category-list {
        margin-bottom: 30px;
    }
    .sidebar-cta-btn .btn-default {
        padding: 15px;
    }
    .page-single-image figure,
    .page-single-image figure img {
        border-radius: 20px;
    }
    .service-entry h2 {
        font-size: 38px;
        margin-bottom: 15px;
    }
    .service-entry p {
        margin-bottom: 15px;
    }
    .service-entry ul li {
        margin-bottom: 10px;
    }
    .service-entry ul li::before {
        font-size: 16px;
    }
    .service-why-choose-item-list {
        margin-top: 30px;
    }
    .service-process-item-list {
        margin-top: 30px;
    }
    .service-process-item {
        min-height: auto;
        border-radius: 20px;
    }
    .service-process-item-number {
        width: 50px;
        height: 50px;
    }
    .service-process-item-number h3 {
        font-size: 20px;
    }
    .service-entry .section-footer-text {
        margin-top: 30px;
    }
    .service-benefits-video-image-box {
        border-radius: 20px;
        padding: 20px;
        margin-top: 30px;
    }
    .service-benefits-list ul li {
        margin-bottom: 0;
    }
    .page-blog {
        padding: 60px 0;
    }
    .page-pagination {
        margin-top: 10px;
    }
    .page-single-post {
        padding: 60px 0;
    }
    .post-image {
        margin-bottom: 20px;
    }
    .post-image figure,
    .post-image img {
        border-radius: 20px;
    }
    .post-entry h2 {
        font-size: 38px;
    }
    .post-entry p {
        margin-bottom: 15px;
    }
    .post-entry ol li,
    .post-entry ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .post-entry blockquote {
        background-position: 20px 20px;
        background-size: 40px;
        padding: 20px 20px 20px 70px;
        margin-bottom: 20px;
    }
    .post-entry blockquote p {
        font-size: 18px;
    }
    .post-tags {
        margin-bottom: 20px;
    }
    .post-tags .tag-links a {
        padding: 12px 15px;
    }
    .post-social-sharing ul {
        text-align: left;
    }
    .page-case-study {
        padding: 60px 0 30px;
    }
    .page-case-study-single {
        padding: 60px 0;
    }
    .case-study-entry h2 {
        font-size: 38px;
        margin-bottom: 15px;
    }
    .case-study-entry p {
        margin-bottom: 15px;
    }
    .case-study-entry ul li {
        margin-bottom: 10px;
    }
    .case-study-entry ul li::before {
        font-size: 16px;
    }
    .case-study-solution-item-list {
        margin-top: 30px;
    }
    .case-study-solution-item {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .case-study-solution-item-image figure,
    .case-study-solution-item-image figure img {
        border-radius: 20px;
    }
    .case-study-solution-item-content ul {
        margin-top: 20px;
    }
    .case-study-result-body {
        border-radius: 20px;
    }
    .case-study-result-counter-item .icon-box {
        height: 50px;
        width: 50px;
    }
    .case-study-result-counter-item .icon-box img {
        max-width: 24px;
    }
    .case-study-result-counter-item-content {
        width: calc(100% - 65px);
    }
    .case-study-result-counter-item-content h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .case-study-result-content {
        padding: 10px 10px 10px 20px;
    }
    .page-team {
        padding: 60px 0 30px;
    }
    .page-team-single {
        padding: 60px 0;
    }
    .team-sidebar-cta-box {
        border-radius: 20px;
    }
    .team-single-image {
        margin-bottom: 30px;
    }
    .team-single-image figure {
        border-radius: 20px;
    }
    .team-single-image figure img {
        aspect-ratio: 1 / 0.8;
        object-position: top center;
        border-radius: 20px;
    }
    .member-about-item-list {
        padding-top: 30px;
    }
    .member-about-item p {
        margin: 15px 0 0 0;
    }
    .member-about-item ul {
        padding-top: 20px;
        margin-top: 20px;
    }
    .member-education-list {
        margin-top: 30px;
    }
    .member-education-item {
        min-height: auto;
        border-radius: 20px;
        padding: 20px;
    }
    .member-education-item .icon-box {
        width: 50px;
        height: 50px;
    }
    .member-education-item .icon-box img {
        max-width: 24px;
    }
    .page-pricing {
        padding: 60px 0;
    }
    .page-testimonials {
        padding: 60px 0 30px;
    }
    .page-gallery {
        padding: 60px 0 30px;
    }
    .page-gallery-box .photo-gallery figure,
    .page-gallery-box .photo-gallery figure img {
        border-radius: 20px;
    }
    .page-video-gallery {
        padding: 60px 0 30px;
    }
    .video-gallery-image a::before,
    .video-gallery-image img {
        border-radius: 20px;
    }
    .page-faqs {
        padding: 60px 0;
    }
    .page-faqs .page-single-faqs {
        margin-bottom: 40px;
    }
    .page-contact-us {
        padding: 60px 0 30px;
    }
    .contact-info-item {
        padding: 20px;
    }
    .contact-info-item-content h3 {
        font-size: 15px;
    }
    .contact-location-form-box {
        padding: 0;
    }
    .contact-location-info-box .google-map-iframe {
        border-radius: 20px;
    }
    .contact-form {
        border-radius: 20px;
        padding: 30px;
    }
    .contact-form .form-control {
        padding: 15px;
    }
    .page-appointment {
        padding: 60px 0;
    }
    .error-page {
        padding: 60px 0px;
    }
    .error-page-image {
        margin-bottom: 20px;
    }
    .error-page-image img {
        max-width: 450px;
    }
}
@media only screen and (max-width: 767px) {
    .section-row {
        margin-bottom: 30px;
    }

    .section-title h2 {
        font-size: 26px;
    }
    .about-image-title h2 {
        font-size: 50px;
    }
    .satisfy-client-image figure img {
        max-width: 40px;
    }
    .satisfy-client-image.add-more {
        width: 42px;
        height: 42px;
    }
    .satisfy-client-image.add-more i {
        font-size: 18px;
    }
    .satisfy-client-image.add-more h3 {
        font-size: 18px;
    }
    .about-image-box-1 {
        width: calc(100% - 42px);
        margin-left: -8px;
    }

    .about-review-box {
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 15px;
        max-width: 220px;
    }
    .about-review-box .satisfy-client-image figure img {
        max-width: 30px;
    }
    .about-review-box .hero-client-content p {
        font-size: 14px;
    }
    .about-us-item {
        width: 100%;
    }
    .about-us-item h3 {
        font-size: 18px;
    }
    .about-us-item h3::before {
        font-size: 18px;
    }
    .about-us-item p {
        margin: 10px 0 0;
    }
    .about-us-author-content h3 {
        font-size: 18px;
    }

    .service-item-content h2 {
        font-size: 18px;
    }
    .service-cta-box {
        gap: 0;
        padding-bottom: 0;
    }
    .service-cta-box-title h3 {
        font-size: 20px;
    }
    .service-cta-box-image figure img {
        margin-top: -30px;
    }
    .section-footer-text ul li {
        font-size: 14px;
    }
    .why-choose-counter-box {
        width: 100%;
        gap: 20px;
        padding: 20px;
    }
    .why-choose-counter-item-list {
        width: calc(100% - 140px);
    }
    .why-choose-counter-item {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .why-choose-counter-item h2 {
        font-size: 28px;
    }
    .why-choose-counter-image {
        max-width: 120px;
    }
    .why-choose-counter-image figure {
        width: 120px;
    }
    .why-choose-body-image {
        width: 100%;
    }
    .why-choose-body-image figure,
    .why-choose-body-image figure img {
        height: auto;
    }
    .why-choose-body-image figure img {
        aspect-ratio: 1 / 1;
    }
    .why-choose-us-image-box {
        padding: 0 20px 60px 20px;
    }
    .why-choose-us-image-box::before {
        bottom: 40px;
        width: 250px;
        height: 170px;
    }
    .why-choose-us-image-box .years-experience-circle {
        top: 35px;
    }
    .years-experience-circle figure img {
        max-width: 100px;
    }
    .why-choose-cta-box {
        padding: 15px;
    }
    .why-choose-cta-content h2 {
        font-size: 20px;
    }
    .core-features-item-list {
        gap: 20px;
    }
    .core-features-item {
        width: 100%;
        padding: 15px;
    }
    .core-features-item-content::before {
        top: -15px;
        height: calc(100% + 30px);
    }
    .core-features-item-content h3 {
        font-size: 18px;
    }
    .case-study-item-content h2 {
        font-size: 18px;
    }
    .case-study-item-content p {
        padding-top: 10px;
        margin: 10px 0 0;
    }
    .fact-item {
        gap: 20px;
        padding: 20px;
    }
    .fact-item-counter-content h2 {
        font-size: 28px;
    }
    .fact-item-content {
        padding-top: 20px;
    }
    .our-partners-list ul li {
        width: 50%;
        padding: 15px;
    }
    .how-work-item {
        width: 100%;
        padding: 20px;
    }
    .how-work-item-content h3 {
        font-size: 18px;
    }
    .team-item {
        padding: 20px;
    }
    .team-item-content h2 {
        font-size: 18px;
    }
    .pricing-item {
        padding: 20px;
    }
    .pricing-item-content h2 {
        font-size: 18px;
    }
    .pricing-item-price h2 {
        font-size: 26px;
    }
    .pricing-item-price h2 sub {
        font-size: 14px;
    }
    .pricing-benefit-list {
        margin-top: 5px;
    }
    .pricing-benefit-list ul {
        gap: 10px;
    }
    .pricing-benefit-list ul li {
        font-size: 14px;
    }
    .pricing-benefit-list ul li img {
        max-width: 14px;
        margin-right: 5px;
    }
    .support-cta-header {
        padding: 20px;
    }
    .support-cta-title h3 {
        font-size: 18px;
    }
    .support-cta-body {
        padding: 20px;
    }
    .support-cta-list ul li span {
        font-size: 18px;
    }
    .testimonial-item {
        padding: 20px;
    }
    .testimonial-item-content p {
        font-size: 16px;
    }
    .testimonial-author-content h2 {
        font-size: 18px;
    }
    .faq-cta-box {
        flex-direction: column;
    }
    .faq-cta-image {
        width: 100%;
    }
    .faq-cta-image figure,
    .faq-cta-image figure img {
        height: auto;
    }
    .faq-cta-body {
        width: 100%;
        gap: 20px;
        padding: 20px 10px 10px;
    }
    .faq-cta-content h3 {
        font-size: 18px;
    }
    .faq-accordion .accordion-header .accordion-button {
        font-size: 16px;
        padding: 12px 40px 12px 15px;
    }
    .faq-accordion .accordion-item .accordion-button::after,
    .faq-accordion .accordion-item .accordion-button.collapsed::after {
        right: 15px;
    }
    .faq-accordion .accordion-item .accordion-body {
        padding: 12px 15px;
    }
    .google-map-iframe {
        height: 350px;
    }
    .appointment-form {
        padding: 20px;
    }
    .post-item-tags {
        top: 15px;
        left: 15px;
    }
    .post-item-content h2 {
        font-size: 17px;
    }
    .lets-talk-title h2 {
        font-size: 60px;
    }
    .lets-talk-title .years-experience-circle figure img {
        max-width: 70px;
    }
    .footer-links {
        max-width: 100%;
    }
    .footer-links h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .footer-copyright {
        padding: 15px 0;
    }

    .approach-cta-box,
    .approach-item {
        min-height: auto;
        padding: 20px;
    }
    .approach-item-content h3 {
        font-size: 18px;
    }
    .what-we-content-list ul {
        gap: 10px;
    }
    .what-we-content-list ul li {
        width: 100%;
        font-size: 18px;
    }
    .what-we-footer {
        gap: 20px;
    }
    .what-we-contact-item-content h3 {
        font-size: 18px;
    }
    .what-we-image-box-1 {
        gap: 20px;
    }
    .what-we-image-box-1 .what-we-image {
        width: calc(50% - 10px);
    }
    .what-we-image figure {
        width: 163px;
        height: 182px;
    }
    .what-we-image-box-2 .what-we-image {
        margin-top: -30px;
    }
    .what-we-image-counter h2 {
        font-size: 28px;
    }
    .what-we-image-counter p {
        font-size: 14px;
    }
    .expertise-image-box-1 .expertise-image figure {
        margin-right: -80px;
    }
    .expertise-image-box-2 {
        margin-bottom: 30px;
    }
    .expertise-image-box-2 .expertise-image figure {
        border-width: 6px;
    }
    .expertise-experience-circle {
        margin: 0 0 -45px 40px;
    }
    .expertise-experience-circle figure img {
        max-width: 90px;
    }
    .expertise-item-content {
        width: 100%;
    }
    .expertise-item-content h3 {
        font-size: 18px;
    }
    .expertise-content-footer {
        gap: 20px;
    }
    .page-category-list .page-category-list-title {
        font-size: 18px;
    }
    .sidebar-cta-title h2 {
        font-size: 18px;
    }
    .page-single-image {
        margin-bottom: 20px;
    }
    .page-single-image img {
        aspect-ratio: 1 / 0.7;
    }
    .service-entry h2 {
        font-size: 17px;
    }
    .service-entry h3 {
        font-size: 18px;
    }
    .service-why-choose-item-content {
        width: 100%;
    }
    .service-process-item-list {
        gap: 20px;
    }
    .service-process-item {
        width: 100%;
    }
    .service-benefits-video-image-box {
        min-height: 350px;
    }
    .service-benefits-list {
        padding-top: 20px;
        margin-top: 45px;
    }
    .service-benefits-list ul {
        gap: 10px;
    }
    .post-single-meta ol li,
    .post-single-meta ol li i {
        font-size: 16px;
    }
    .post-image img {
        aspect-ratio: 1 / 0.7;
    }
    .post-entry blockquote {
        background-size: 30px;
        padding: 60px 20px 20px 20px;
    }
    .post-entry blockquote p {
        font-size: 16px;
    }
    .post-entry h2 {
        font-size: 26px;
    }
    .tag-links {
        font-size: 18px;
    }
    .case-study-category-list .page-category-list-title {
        font-size: 18px;
    }
    .case-study-category-item h2 {
        font-size: 18px;
    }
    .case-study-entry h2 {
        font-size: 26px;
    }
    .case-study-entry h3 {
        font-size: 18px;
    }
    .case-study-solution-item {
        gap: 20px;
    }
    .case-study-solution-item-content span {
        margin-bottom: 15px;
    }
    .case-study-solution-item-content ul {
        margin-top: 15px;
    }
    .case-study-solution-item-image {
        max-width: 100%;
        width: 100%;
    }
    .case-study-solution-item-image figure,
    .case-study-solution-item-image figure img,
    .case-study-result-image,
    .case-study-result-image figure,
    .case-study-result-image figure img {
        height: auto;
    }
    .case-study-solution-item-content {
        width: 100%;
    }
    .case-study-result-image-box {
        width: 100%;
        max-width: 100%;
    }
    .case-study-result-content {
        width: 100%;
        padding: 20px 10px 10px;
    }
    .case-study-result-counter-item-content h2 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .team-sidebar-cta-title h2 {
        font-size: 18px;
    }
    .team-sidebar-cta-item {
        margin-bottom: 20px;
    }
    .team-single-image figure img {
        object-position: center center;
        aspect-ratio: 1 / 1.1;
    }
    .member-about-item {
        width: 100%;
    }
    .member-about-item h3 {
        font-size: 18px;
    }
    .member-about-item p {
        margin: 10px 0 0 0;
    }
    .member-education-item {
        width: 100%;
    }
    .member-education-item-content h3 {
        font-size: 18px;
    }
    .member-skill-list {
        gap: 20px;
    }
    .skills-progress-bar {
        margin-bottom: 20px;
    }
    .member-skill-list .skills-progress-bar {
        width: 100%;
    }
    .skills-progress-bar .skill-data {
        margin-bottom: 10px;
    }
    .contact-info-item-list {
        gap: 20px;
    }
    .contact-info-item {
        width: 100%;
        padding: 15px;
    }
    .contact-location-info-box .google-map-iframe {
        height: 350px;
    }
    .contact-form {
        padding: 20px;
    }
    .error-page-image img {
        max-width: 300px;
    }
}
.hero-prime {
    position: relative;

    overflow: hidden;
height: 600px;
  display: flex;
  align-items: center;
}
.hero-prime::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(8, 54, 59, 0.7) 27.35%, transparent 67.06%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero-prime .container {
    position: relative;
    z-index: 1;
}
.hero-content-btn-prime {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
}
.hero-cta-box-prime {
    position: relative;
    margin: -275px 15px 0;
    z-index: 1;
}
.hero-cta-body-prime {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    background-color: #edfcf3;
    border-radius: 30px;
    padding: 60px;
}
.hero-cta-form-prime {
    width: calc(57% - 15px);
    align-content: center;
}
.hero-cta-form-title-prime {
    margin-bottom: 30px;
}
.hero-cta-form-title-prime h2 {
    font-size: 30px;
    line-height: 1.1em;
    letter-spacing: -0.01em;
}
.hero-cta-form-prime form .form-control {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25em;
    color: #081e3b;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 15px;
    outline: none;
    box-shadow: none;
}
.hero-cta-form-prime form .form-control::placeholder {
    color: #67787a;
    font-weight: 400;
    opacity: 50%;
}
.hero-cta-form-prime form .form-control.form-select {
    padding-right: 35px;
}
.hero-cta-form-btn {
    margin-top: 10px;
}
.hero-cta-image-prime {
    width: calc(43% - 15px);
    align-content: end;
}
.hero-cta-image-prime figure {
    display: block;
    margin: -115px 0 -60px 0;
    border-radius: 20px 20px 0 0;
}
.hero-cta-image-prime img {
    width: 100%;
    aspect-ratio: 1 / 1.11;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.about-us-prime {
    padding: 120px 0;
}
.about-us-image-box-prime {
    background: url("../images/about-image-box-bg-prime.png");
    background-repeat: no-repeat;
    background-position: top 235px left 118px;
    background-size: auto;
    display: flex;
    flex-wrap: wrap;
}
.about-image-box-1-prime {
    position: relative;
    width: 33%;
    align-content: end;
    margin-bottom: 40px;
    z-index: 2;
}
.about-image-box-1-prime .about-image-prime {
    margin-right: -90px;
}
.about-image-prime figure {
    display: block;
    border-radius: 30px;
}
.about-image-prime figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.about-image-box-1-prime .about-image-prime figure {
    border: 6px solid #ffffff;
}
.about-image-box-1-prime .about-image-prime figure img {
    aspect-ratio: 1 / 1.266;
    border-radius: 24px;
}
.about-image-box-2-prime {
    width: 67%;
}
.about-image-box-2-prime .about-image-prime figure img {
    aspect-ratio: 1 / 1.358;
}
.about-counter-box-prime {
    position: relative;
    max-width: 270px;
    background-color: #329c40;
    border-radius: 30px;
    padding: 30px;
    margin-top: -55px;
    animation: moveprime 2s infinite alternate linear;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}
@keyframes moveprime {
    50% {
        transform: translateX(-20px);
    }
}
.about-counter-box-prime:hover {
    background: #081e3b;
}
.about-counter-content-prime {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 10px;
}
.about-counter-content-prime h2 {
    width: calc(38% - 5px);
    font-size: 40px;
    font-weight: 500;
    line-height: 1em;
    color: #ffffff;
}
.about-counter-content-prime p {
    width: calc(62% - 5px);
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}
.about-counter-box-content-prime {
    border-top: 1px solid #ffffff1a;
    padding-top: 20px;
    margin-top: 20px;
}
.about-counter-box-content-prime p {
    color: #ffffff;
    margin: 0;
}
.about-us-content-prime {
    margin-left: 15px;
}
.about-us-body-prime {
    background: #edfcf3;
    border-radius: 30px;
    padding: 30px;
}
.about-us-item-prime {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    border-bottom: 1px solid #081e3b1a;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.about-us-item-prime .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #329c40;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.about-us-item-prime .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #081e3b;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
    z-index: 0;
}
.about-us-item-prime:hover .icon-box::before {
    transform: scale(1);
}
.about-us-item-prime .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    z-index: 1;
}
.about-item-content-prime {
    width: calc(100% - 65px);
}
.about-item-content-prime h3 {
    font-size: 20px;
}
.about-item-content-prime p {
    margin: 10px 0 0;
}
.about-author-info-content-prime h3 {
    font-size: 20px;
    line-height: 1.4em;
}
.about-author-info-content-prime h3 span {
    font-size: 16px;
    color: #67787a;
    font-weight: 400;
}
.about-us-btn-prime {
    border-top: 1px solid #081e3b1a;
    padding-top: 40px;
    margin-top: 40px;
}
.our-services-prime {
    background-image: url("../images/section-bg-image-2.png");
    background-position: bottom -40px left;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 120px 0;
}
.service-item-prime {
    min-height: 290px;
    background: #ffffff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    padding: 40px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
}
.service-item-prime:hover {
    transform: translateY(-5px);
}
.service-item-header-prime {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.service-item-header-prime .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background: #329c40;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.service-item-header-prime .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #081e3b;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
    z-index: 0;
}
.service-item-prime:hover .service-item-header-prime .icon-box::before {
    transform: scale(1);
}
.service-item-header-prime .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    z-index: 1;
}
.service-item-btn-pime a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #081e3b1a;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}
.service-item-prime:hover .service-item-btn-pime a {
    transform: scale(1);
}
.service-item-btn-pime a:hover {
    background: #329c40;
}
.service-item-btn-pime img {
    width: 100%;
    max-width: 24px;
    transition: all 0.4s ease-in-out;
}
.service-item-btn-pime a:hover img {
    transform: rotate(45deg);
    filter: brightness(0) invert(1);
}
.sevice-item-content-prime h2 {
    font-size: 20px;
}
.sevice-item-content-prime h2 a {
    color: inherit;
}
.sevice-item-content-prime p {
    border-top: 1px solid #081e3b1a;
    padding-top: 20px;
    margin: 20px 0 0;
}
.service-cta-box-prime {
    position: relative;
    overflow: hidden;
}
.service-cta-box-prime:hover {
    transform: none;
}
.service-cta-image-prime {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.service-cta-image-prime figure {
    position: relative;
    display: block;
    height: 100%;
}
.service-cta-image-prime figure::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #081e3b;
    opacity: 60%;
    width: 100%;
    height: 100%;
}
.service-cta-image-prime figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-cta-box-prime .sevice-item-content-prime,
.service-cta-btn-prime {
    position: relative;
    z-index: 1;
}
.service-cta-box-prime .sevice-item-content-prime h2 {
    color: #ffffff;
}
.service-cta-box-prime .sevice-item-content-prime p {
    color: #ffffff;
}
.service-cta-box-prime .sevice-item-content-prime p {
    border-color: #ffffff1a;
}
.why-choose-us-prime {
    padding: 120px 0;
}
.why-choose-item-list-prime {
    border-bottom: 1px solid #081e3b1a;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.why-choose-item-prime {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}
.why-choose-item-prime:last-child {
    margin-bottom: 0;
}
.why-choose-item-prime .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background: #329c40;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.why-choose-item-prime .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #081e3b;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.why-choose-item-prime:hover .icon-box::before {
    transform: scale(1);
}
.why-choose-item-prime .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    z-index: 1;
}
.why-choose-item-content-prime {
    width: calc(100% - 65px);
}
.why-choose-item-content-prime h3 {
    font-size: 20px;
}
.why-choose-item-content-prime p {
    margin: 10px 0 0;
}
.why-choose-body-prime {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.why-choose-skill-box-prime {
    width: calc(64% - 15px);
    background: #edfcf3;
    border-radius: 30px;
    padding: 30px;
}
.why-choose-skill-list-prime .skills-progress-bar .skill-data .skill-title {
    font-weight: 500;
    color: #081e3b;
}
.why-choose-skill-list-prime .skills-progress-bar .skill-data .skill-no {
    font-weight: 500;
    color: #081e3b;
}
.why-choose-skill-list-prime .skills-progress-bar .skillbar .skill-progress {
    height: 6px;
    background: #ffffff;
}
.why-choose-client-box-prime {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #081e3b1a;
    padding-top: 30px;
    margin-top: 30px;
}
.why-choose-client-box-prime .satisfy-client-images {
    width: calc(40% - 7.5px);
}
.why-choose-client-box-prime .satisfy-client-image {
    border-color: #edfcf3;
}
.why-choose-client-content-prime {
    width: calc(60% - 7.5px);
}
.why-choose-client-content-prime h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 20px;
}
.why-choose-review-star-prime {
    margin-left: 5px;
}
.why-choose-review-star-prime i {
    color: #329c40;
}
.why-choose-client-content-prime p {
    margin: 5px 0 0;
}
.why-choose-counter-box-prime {
    width: calc(36% - 15px);
    background: #081e3b;
    border-radius: 30px;
    padding: 30px;
    text-align: center;
    align-content: center;
}
.why-choose-counter-image-prime {
    margin-bottom: 30px;
}
.why-choose-counter-image-prime img {
    width: 100%;
    max-width: 110px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}
.why-choose-counter-content-prime h3 {
    font-size: 20px;
    line-height: 1.4em;
    color: #ffffff;
}
.why-choose-image-box-prime {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-left: 15px;
}
.why-choose-image-prime.image-1 {
    position: relative;
    width: 61%;
    z-index: 2;
}
.why-choose-image-prime figure {
    display: block;
    border-radius: 30px;
}
.why-choose-image-prime figure img {
    width: 100%;
    aspect-ratio: 1 / 1.33;
    object-fit: cover;
    border-radius: 30px;
}
.why-choose-image-prime.image-1 figure {
    border: 6px solid #ffffff;
}
.why-choose-image-prime.image-1 figure img {
    border-radius: 24px;
}
.why-choose-image-prime.image-2 {
    width: 39%;
    padding-bottom: 150px;
}
.why-choose-image-prime.image-2 figure {
    margin-left: -180px;
}
.intro-video-box-prime {
    overflow: hidden;
}
.intro-video-box-prime .container-fluid {
    padding: 0;
}
.intro-video-prime {
    position: relative;
}
.intro-video-image-prime figure {
    display: block;
}
.intro-video-image-prime figure:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #081e3b;
    opacity: 40%;
    z-index: 1;
}
.intro-video-image-prime img {
    width: 100%;
    aspect-ratio: 1 / 0.4671;
    object-fit: cover;
    transition: all 1s ease-in-out;
}
.intro-video-prime:hover .intro-video-image-prime img {
    transform: scale(1.04);
}
.intro-video-prime .video-play-button-prime {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.intro-video-prime .video-play-button-prime a {
    width: 100px;
    height: 100px;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: #ffffff;
    border: 1px solid #ffffff1a;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    
    transition: all 0.4s ease-in-out;
}
.intro-video-prime .video-play-button-prime a:hover {
    background-color: #329c40;
}
.what-we-provide-prime {
    padding: 120px 0;
}
.what-we-item-prime {
    height: calc(100% - 30px);
    min-height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    background-color: #edfcf3;
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 40px;
}
.what-we-item-title-prime h3 {
    font-size: 20px;
}
.what-we-item-body-prime {
    border-top: 1px solid #081e3b1a;
    padding-top: 30px;
}
.what-we-item-content-prime p {
    margin-bottom: 0;
}
.what-we-item-counter-box-prime {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 60px;
}
.what-we-item-counter-box-prime .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background: #329c40;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.what-we-item-counter-box-prime .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #081e3b;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
}
.what-we-item-prime:hover .what-we-item-counter-box-prime .icon-box::before {
    transform: scale(1);
}
.what-we-item-counter-box-prime .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    z-index: 1;
}
.what-we-counter-content-prime h3 {
    font-size: 48px;
    font-weight: 600;
}
.what-we-client-box-prime {
    background-color: #329c40;
}
.what-we-client-content-prime h3 {
    font-size: 20px;
    color: #ffffff;
}
.what-we-client-content-prime p {
    color: #ffffff;
    border-top: 1px solid #ffffff1a;
    padding-top: 20px;
    margin: 20px 0 0;
}
.what-we-client-image-prime figure {
    display: block;
    margin: 0 -40px -40px;
    border-radius: 20px 20px 0 0;
}
.what-we-client-image-prime figure img {
    width: 100%;
    aspect-ratio: 1 / 0.604;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
}
.how-it-work-prime {
    background-image: url("../images/section-bg-image-3.png");
    background-position: bottom -40px right;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 120px 0;
}
.how-work-item-prime {
    position: relative;
    height: calc(100% - 30px);
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    border-radius: 30px;
    padding: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}
.how-work-item-image-prime {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.how-work-item-image-prime figure {
    display: block;
    width: 100%;
    height: 100%;
}
.how-work-item-image-prime figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
}
.how-work-item-prime:hover .how-work-item-image-prime figure img {
    transform: scale(1.06);
}
.how-work-item-step-prime {
    position: relative;
    margin: 20px 20px 0;
    z-index: 1;
}
.how-work-item-step-prime span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #081e3b1a;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 100px;
    padding: 6px 20px;
    transition: all 0.5s ease-in-out;
}
.how-work-item-prime:hover .how-work-item-step-prime span {
    background: #081e3b;
}
.how-work-item-content-prime {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 25px;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.how-work-item-prime:hover .how-work-item-content-prime {
    transform: translateY(-5px);
}
.how-work-item-content-prime h3 {
    font-size: 20px;
}
.how-work-item-content-prime p {
    border-top: 1px solid #081e3b1a;
    padding-top: 20px;
    margin: 20px 0 0;
}
.our-pricing-prime {
    padding: 120px 0;
}
.our-pricing-swich-prime {
    text-align: center;
    margin-bottom: 60px;
}
.our-pricing-swich-prime ul {
    display: inline-flex;
    gap: 5px;
    background-color: #329c40;
    border-radius: 5px;
    list-style: none;
    padding: 5px;
    margin: 0;
    overflow: hidden;
}
.our-pricing-swich-prime ul li .pricing-swich-btn-prime {
    background: transparent;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    color: #ffffff;
    text-transform: capitalize;
    padding: 8px 24px;
    transition: all 0.3s ease-in-out;
}
.our-pricing-swich-prime ul li .pricing-swich-btn-prime:hover {
    background-color: #ffffff;
    color: #081e3b;
}
.our-pricing-swich-prime ul li .pricing-swich-btn-prime.active {
    background-color: #ffffff;
    color: #081e3b;
}
.pricing-item-prime {
    position: relative;
    height: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background-color: #edfcf3;
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 40px;
    overflow: hidden;
}
.pricing-item-image-prime {
    width: calc(44% - 10px);
    align-content: end;
}
.pricing-item-image-prime figure {
    display: block;
    margin: -20px 0 -40px -20px;
    border-radius: 20px 20px 0 0;
}
.pricing-item-image-prime figure img {
    width: 100%;
    aspect-ratio: 1 / 1.41;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.pricing-item-content-box-prime {
    width: calc(56% - 10px);
    align-content: center;
}
.pricing-item-content-prime h2 {
    font-size: 20px;
    border-bottom: 1px solid #081e3b1a;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.pricing-item-content-prime h3 {
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 30px;
}
.pricing-item-content-prime h3 sub {
    font-size: 16px;
    bottom: 0;
}
.pricing-item-content-prime ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pricing-item-content-prime ul li {
    position: relative;
    line-height: 1.5em;
    padding-left: 25px;
    margin-bottom: 15px;
}
.pricing-item-content-prime ul li:last-child {
    margin-bottom: 0;
}
.pricing-item-content-prime ul li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 18px;
    font-weight: 900;
    color: #329c40;
    top: 0;
    left: 0;
}
.pricing-item-btn-prime {
    margin-top: 40px;
}
.pricing-item-prime.highlighted-box::after {
    content: "Most Popular";
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    top: 40px;
    left: 0px;
    background: #081e3b;
    border-radius: 0 5px 5px 0;
    writing-mode: vertical-rl;
    padding: 14px;
    z-index: 1;
}
.pricing-benefit-list-prime {
    margin-top: 30px;
}
.pricing-benefit-list-prime ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 40px;
}
.pricing-benefit-list-prime ul li {
    color: #081e3b;
    display: inline-flex;
    align-items: center;
}
.pricing-benefit-list-prime ul li img {
    width: 100%;
    max-width: 20px;
    margin-right: 10px;
}
.contact-now-prime {
    padding: 120px 0;
}
.contact-now-content-prime {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 15px;
}
.contact-now-info-title-prime h3 {
    font-size: 20px;
    color: #ffffff;
}
.contact-now-item-list-prime {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
    border-top: 1px solid #ffffff1a;
    padding-top: 30px;
    margin-top: 30px;
}
.contact-now-item-prime {
    position: relative;
    width: calc(50% - 20px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.contact-now-item-prime::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    background: #ffffff1a;
    width: 1px;
    height: 100%;
}
.contact-now-item-prime:nth-child(2n + 2)::before,
.contact-now-item-prime:last-child::before {
    display: none;
}
.contact-now-item-prime .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background: #329c40;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.contact-now-item-prime .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.contact-now-item-prime:hover .icon-box::before {
    transform: scale(1);
}
.contact-now-item-prime .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.contact-now-item-prime:hover .icon-box img {
    filter: brightness(0) invert(0);
}
.contact-now-item-content-prime {
    width: calc(100% - 60px);
}
.contact-now-item-content-prime p {
    color: #ffffff;
    margin: 0;
}
.contact-now-item-content-prime h3 {
    font-size: 20px;
    color: #ffffff;
    margin: 5px 0 0;
}
.contact-now-item-content-prime h3 a {
    color: inherit;
    transition: all 0.4s ease-in-out;
}
.contact-now-item-content-prime h3 a:hover {
    color: #329c40;
}
.contact-now-prime .contact-form-prime {
    background: #ffffff1a;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border-radius: 30px;
    padding: 50px;
}
.contact-now-prime .contact-form-prime .form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    color: #ffffff;
    background-color: #ffffff1a;
    border-radius: 10px;
    padding: 20px;
    border: none;
    outline: none;
    box-shadow: none;
}
.contact-now-prime .contact-form-prime .form-control::placeholder {
    color: #ffffff;
    opacity: 50%;
}
.our-testimonials-prime {
    padding: 120px 0;
}
.testimonial-slider-prime .swiper-wrapper {
    
}
.testimonial-item-prime {
    position: relative;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    background-color: #edfcf3;
    border-radius: 30px;
    padding: 40px;
    overflow: hidden;
}
.testimonial-slider-prime .swiper-wrapper .testimonial-item-prime {
    transform: scale(0.95);
    transition: all 0.6s ease-in-out;
}
.testimonial-slider-prime .swiper-slide.swiper-slide-next .testimonial-item-prime {
    transform: scale(1);
}
.testimonial-item-prime::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #329c40;
    border-radius: 999px 999px 0 0;
    transition: all 0.45s ease-in-out;
    width: 100%;
    height: 0;
    z-index: 0;
}
.testimonial-slider-prime .swiper-slide.swiper-slide-next .testimonial-item-prime::before {
    height: 100%;
    border-radius: 0;
}
.testimonial-item-rating-prime {
    position: relative;
    z-index: 1;
}
.testimonial-item-rating-prime i {
    font-size: 18px;
    color: #329c40;
    transition: all 0.4s ease-in-out;
}
.testimonial-item-content-box-prime {
    position: relative;
    z-index: 1;
}
.testimonial-item-content-prime p {
    font-size: 20px;
    font-weight: 500;
    color: #081e3b;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}
.testimonial-item-author-prime {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #081e3b1a;
    padding-top: 40px;
    margin-top: 40px;
    transition: all 0.4s ease-in-out;
}
.testimonial-author-image-prime figure {
    display: block;
    border-radius: 50%;
}
.testimonial-author-image-prime figure img {
    width: 100%;
    max-width: 50px;
    border-radius: 50%;
}
.testimonial-author-content-prime {
    width: calc(100% - 65px);
}
.testimonial-author-content-prime h2 {
    font-size: 20px;
    transition: all 0.4s ease-in-out;
}
.testimonial-author-content-prime p {
    margin: 5px 0 0;
    line-height: normal;
    transition: all 0.4s ease-in-out;
}
.testimonial-slider-prime .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial-item-author-prime {
    border-color: #ffffff1a;
}
.testimonial-slider-prime .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial-item-rating-prime i {
    color: #ffffff;
}
.testimonial-slider-prime .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial-item-content-prime p {
    color: #ffffff;
}
.testimonial-slider-prime .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial-author-content-prime h2 {
    color: #ffffff;
}
.testimonial-slider-prime .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial-author-content-prime p {
    color: #ffffff;
}
.our-testimonials-prime .section-footer-text {
    margin-top: 60px;
}
.our-faqs-prime {
    position: relative;
    background: url("../images/faqs-bg-image-prime.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 120px 0;
    overflow: hidden;
}
.our-faqs-prime::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(8, 54, 59, 0.7) 36.54%, transparent 63.02%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.our-faqs-prime .container {
    position: relative;
    z-index: 1;
}
.faq-accordion-prime .accordion-item {
    border: 1px solid #ffffff1a;
    background-color: #081e3b1a;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 14px;
    margin-bottom: 25px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.faq-accordion-prime .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion-prime .accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #ffffff;
    padding: 20px 60px 20px 30px;
    transition: all 0.3s ease-in-out;
}
.faq-accordion-prime .accordion-item .accordion-button::after {
    content: "\2b";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.faq-accordion-prime .accordion-item .accordion-button.collapsed::after {
    content: "\2b";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.faq-accordion-prime .accordion-button:not(.collapsed)::after {
    content: "\f068";
}
.faq-accordion-prime .accordion-item .accordion-body {
    border-top: 1px solid #ffffff1a;
    padding: 24px 30px;
}
.faq-accordion-prime .accordion-item .accordion-body p {
    color: #ffffff;
    margin-bottom: 15px;
}
.faq-accordion-prime .accordion-item .accordion-body p:last-child {
    margin: 0;
}
.main-footer-prime {
    padding: 120px 0 0;
    margin-bottom: 15px;
}
.about-footer-prime {
    max-width: 330px;
}
.footer-logo-prime img {
    width: 100%;
    max-width: 144px;
}
.about-footer-content-prime {
    margin-top: 30px;
}
.about-footer-content-prime p {
    color: #ffffff;
    margin-bottom: 0;
}
.footer-social-links-prime {
    border-top: 1px solid #ffffff1a;
    margin-top: 30px;
    padding-top: 30px;
}
.footer-social-links-prime h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}
.footer-social-links-prime ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
}
.footer-social-links-prime ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff1a;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}
.footer-social-links-prime ul li a:hover {
    background-color: #329c40;
}
.footer-social-links-prime ul li a i {
    font-size: 18px;
    color: inherit;
}
.footer-links-box-prime {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 5.208vw;
    margin-left: 2.604vw;
}
.footer-links-prime {
    position: relative;
}
.footer-quick-links-prime {
    width: calc(26% - 3.472vw);
}
.footer-service-links-prime {
    width: calc(37% - 3.472vw);
}
.footer-privacy-policy-prime {
    width: calc(37% - 3.472vw);
}
.footer-links-prime::before {
    content: "";
    position: absolute;
    top: 0;
    right: -2.604vw;
    background: #ffffff1a;
    width: 1px;
    height: 100%;
}
.footer-links-prime:nth-child(3n + 3)::before,
.footer-links-prime:last-child::before {
    display: none;
}
.footer-links-prime h2 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
}
.footer-links-prime ul {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 20px;
}
.footer-links-prime ul li {
    text-transform: capitalize;
    color: #ffffff;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.footer-links-prime ul li:last-child {
    margin-bottom: 0;
}
.footer-links-prime ul li::marker {
    color: #329c40;
}
.footer-links-prime ul li a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}
.footer-links-prime ul li a:hover {
    color: #329c40;
}
.footer-contact-items-list-prime {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-image: url("../images/footer-contact-item-list-bg-image-prime.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    gap: 30px 40px;
    border-radius: 20px;
    margin-top: 80px;
    padding: 35px 60px;
}
.footer-contact-items-list-prime::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #081e3b;
    opacity: 50%;
    width: 100%;
    height: 100%;
}
.footer-contact-item-prime {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    flex-grow: 1;
    z-index: 1;
}
.footer-contact-item-prime .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background: #329c40;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.footer-contact-item-prime .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #ffffff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.footer-contact-item-prime:hover .icon-box::before {
    transform: scale(1);
}
.footer-contact-item-prime .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.footer-contact-item-prime:hover .icon-box img {
    filter: brightness(0) invert(0);
}
.footer-contact-item-content-prime {
    width: calc(100% - 65px);
}
.footer-contact-item-content-prime p {
    color: #ffffff;
    margin: 0;
}
.footer-contact-item-content-prime h3 {
    font-size: 20px;
    color: #ffffff;
    margin-top: 5px;
}
.footer-contact-item-content-prime h3 a {
    color: inherit;
    transition: all 0.4s ease-in-out;
}
.footer-contact-item-content-prime h3 a:hover {
    color: #081e3b;
}
.footer-copyright-text-prime {
    text-align: center;
    padding: 60px 0;
}
.footer-copyright-text-prime p {
    color: #ffffff;
    margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
    .hero-prime::before {
        background: #081e3b;
        opacity: 55%;
    }
    .hero-cta-body-prime {
        padding: 30px;
    }
    .hero-cta-image-prime figure {
        margin: -50px 0 -30px 0;
    }
    .about-us-image-box-prime {
        max-width: 670px;
        margin: 0 auto 30px;
    }
    .about-us-content-prime {
        margin: 0;
    }
    .why-choose-us-content-prime {
        margin-bottom: 30px;
    }
    .why-choose-image-box-prime {
        max-width: 740px;
        margin: 0 auto;
    }
    .why-choose-image-prime figure img {
        aspect-ratio: 1 / 1.2;
    }
    .intro-video-image-prime img {
        aspect-ratio: 1 / 0.6;
    }
    .pricing-item-image-prime figure {
        max-width: 240px;
        margin: -20px auto -40px;
    }
    .contact-now-content-prime {
        min-height: auto;
        margin: 0 0 30px;
    }
    .testimonial-item-prime {
        min-height: auto;
        padding: 30px;
    }
    .testimonial-slider-prime .swiper-wrapper .testimonial-item-prime {
        transform: none;
    }
    .testimonial-item-prime::before {
        display: none;
    }
    .testimonial-item-author-prime {
        margin-top: 30px;
        padding-top: 30px;
    }
    .testimonial-slider-prime .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial-item-rating-prime i {
        color: #329c40;
    }
    .testimonial-slider-prime .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial-item-author-prime {
        border-color: #081e3b1a;
    }
    .testimonial-slider-prime .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial-item-content-prime p {
        color: #081e3b;
    }
    .testimonial-slider-prime .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial-author-content-prime h2 {
        color: #081e3b;
    }
    .testimonial-slider-prime .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial-author-content-prime p {
        color: #67787a;
    }
    .about-footer-prime {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .about-footer-content-prime {
        margin-top: 15px;
    }
    .footer-social-links-prime {
        margin-top: 20px;
        padding-top: 20px;
    }
    .footer-links-box-prime {
        margin: 0;
    }
    .footer-contact-items-list-prime {
        padding: 30px;
        gap: 30px;
        margin-top: 40px;
    }
    .footer-copyright-text-prime {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 991px) {
    .hero-prime {
        border-radius: 0;
        margin: 0;
    }
    .hero-cta-box-prime {
        margin: -200px 0 0;
    }
    .hero-cta-body-prime {
        gap: 20px;
        border-radius: 20px;
    }
    .hero-cta-form-prime {
        width: calc(60% - 10px);
    }
    .hero-cta-form-title-prime {
        margin-bottom: 20px;
    }
    .hero-cta-form-title-prime h2 {
        font-size: 28px;
    }
    .hero-cta-form-prime form .form-control {
        padding: 12px;
    }
    .hero-cta-image-prime {
        width: calc(40% - 10px);
    }
    .hero-cta-image-prime figure {
        margin: 0 -10px -30px 0;
    }
    .about-us-prime {
        padding: 60px 0;
    }
    .about-image-prime figure {
        border-radius: 20px;
    }
    .about-image-prime figure img {
        border-radius: 20px;
    }
    .about-image-box-1-prime .about-image-prime figure img {
        border-radius: 14px;
    }
    .about-counter-box-prime {
        border-radius: 20px;
        padding: 20px;
    }
    .about-counter-content-prime h2 {
        font-size: 34px;
    }
    .about-author-info-content-prime h3 {
        font-size: 18px;
    }
    .about-us-btn-prime {
        padding-top: 30px;
        margin-top: 30px;
    }
    .our-services-prime {
        background-size: 140px auto;
        padding: 60px 0;
    }
    .service-item-prime {
        border-radius: 20px;
        padding: 30px;
    }
    .why-choose-us-prime {
        padding: 60px 0;
    }
    .why-choose-item-list-prime {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .why-choose-skill-box-prime,
    .why-choose-counter-box-prime {
        border-radius: 20px;
    }
    .why-choose-image-prime figure,
    .why-choose-image-prime figure img {
        border-radius: 20px;
    }
    .why-choose-image-prime.image-1 figure img {
        border-radius: 16px;
    }
    .intro-video-prime .video-play-button-prime a {
        height: 80px;
        width: 80px;
        font-size: 18px;
    }
    .what-we-provide-prime {
        padding: 60px 0;
    }
    .what-we-item-prime {
        min-height: auto;
        border-radius: 20px;
        padding: 30px;
    }
    .what-we-item-counter-box-prime {
        margin-top: 30px;
    }
    .what-we-counter-content-prime h3 {
        font-size: 38px;
    }
    .what-we-client-image-prime figure {
        margin: 0 -30px -30px;
    }
    .how-it-work-prime {
        background-size: 140px auto;
        padding: 60px 0;
    }
    .how-work-item-prime {
        min-height: 400px;
        border-radius: 20px;
    }
    .how-work-item-step-prime {
        margin: 10px 10px 0;
    }
    .how-work-item-step-prime span {
        padding: 6px 14px;
    }
    .how-work-item-content-prime {
        padding: 20px;
    }
    .our-pricing-prime {
        padding: 60px 0;
    }
    .our-pricing-swich-prime {
        margin-bottom: 30px;
    }
    .our-pricing-swich-prime ul li .pricing-swich-btn-prime {
        padding: 4px 16px;
    }
    .pricing-item-prime {
        border-radius: 20px;
        padding: 30px;
    }
    .pricing-item-image-prime figure {
        margin: -20px auto -30px;
    }
    .pricing-item-content-prime h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .pricing-item-content-prime ul li {
        margin-bottom: 10px;
    }
    .pricing-item-content-prime ul li::before {
        font-size: 16px;
    }
    .pricing-item-btn-prime {
        margin-top: 30px;
    }
    .pricing-item-prime.highlighted-box::after {
        top: 30px;
        padding: 14px 10px;
    }
    .pricing-benefit-list-prime {
        margin-top: 10px;
    }
    .pricing-benefit-list-prime ul {
        gap: 15px 30px;
    }
    .pricing-benefit-list-prime ul li img {
        max-width: 18px;
    }
    .contact-now-prime {
        padding: 60px 0;
    }
    .contact-now-item-list-prime {
        padding-top: 20px;
        margin-top: 20px;
    }
    .contact-now-prime .contact-form-prime {
        border-radius: 20px;
        padding: 30px;
    }
    .contact-now-prime .contact-form-prime .form-control {
        padding: 15px;
    }
    .our-testimonials-prime {
        padding: 60px 0;
    }
    .testimonial-item-prime {
        border-radius: 20px;
    }
    .testimonial-item-content-prime p {
        font-size: 18px;
    }
    .our-testimonials-prime .section-footer-text {
        margin-top: 40px;
    }
    .our-faqs-prime {
        border-radius: 0;
        padding: 60px 0;
    }
    .faq-accordion-prime .accordion-item {
        margin-bottom: 20px;
    }
    .faq-accordion-prime .accordion-header .accordion-button {
        padding: 15px 45px 15px 20px;
    }
    .faq-accordion-prime .accordion-item .accordion-button::after,
    .faq-accordion-prime .accordion-item .accordion-button.collapsed::after {
        right: 20px;
        font-size: 18px;
    }
    .faq-accordion-prime .accordion-item .accordion-body {
        padding: 15px 20px;
    }
    .main-footer-prime {
        padding: 60px 0 0;
        margin-bottom: 0;
    }
    .footer-links-prime h2 {
        margin-bottom: 20px;
    }
    .footer-links-prime ul li {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {

    .hero-content-btn-prime {
        gap: 20px;
    }
    .hero-cta-box-prime {
        margin: -150px 0 0;
    }
    .hero-cta-body-prime {
        padding: 20px;
    }
    .hero-cta-form-prime {
        width: 100%;
    }
    .hero-cta-form-title-prime h2 {
        font-size: 26px;
    }
    .hero-cta-image-prime {
        width: 100%;
    }
    .hero-cta-image-prime figure {
        margin: 0 auto -20px;
        max-width: 280px;
    }
    .about-us-image-box-prime {
        background-position: top 70px left 55px;
        background-size: 80px auto;
    }
    .about-image-box-1-prime {
        margin-bottom: 25px;
    }
    .about-image-box-1-prime .about-image-prime figure {
        border-width: 3px;
    }
    .about-counter-box-prime {
        max-width: 210px;
        padding: 15px;
        margin-top: -35px;
    }
    .about-counter-content-prime h2 {
        width: calc(33% - 5px);
        font-size: 28px;
    }
    .about-counter-content-prime p {
        width: calc(67% - 5px);
        font-size: 14px;
    }
    .about-counter-box-content-prime {
        padding-top: 10px;
        margin-top: 10px;
    }
    .about-counter-box-content-prime p {
        font-size: 14px;
    }
    .about-us-body-prime {
        padding: 20px;
    }
    .about-us-item-prime {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .about-item-content-prime {
        width: 100%;
    }
    .about-item-content-prime h3 {
        font-size: 18px;
    }
    .about-author-info-content-prime h3 {
        font-size: 16px;
    }
    .service-item-prime {
        padding: 20px;
        min-height: auto;
    }
    .sevice-item-content-prime h2 {
        font-size: 18px;
    }
    .sevice-item-content-prime p {
        padding-top: 15px;
        margin: 15px 0 0;
    }
    .why-choose-item-content-prime {
        width: 100%;
    }
    .why-choose-item-content-prime h3 {
        font-size: 18px;
    }
    .why-choose-skill-box-prime,
    .why-choose-counter-box-prime {
        width: 100%;
        padding: 20px;
    }
    .why-choose-client-box-prime {
        gap: 10px;
        padding-top: 20px;
        margin-top: 20px;
    }
    .why-choose-client-box-prime .satisfy-client-images {
        width: calc(38% - 5px);
    }
    .why-choose-client-content-prime {
        width: calc(62% - 5px);
    }
    .why-choose-counter-image-prime {
        margin-bottom: 20px;
    }
    .why-choose-counter-image-prime img {
        max-width: 90px;
    }
    .why-choose-counter-content-prime h3 {
        font-size: 18px;
    }
    .why-choose-image-prime.image-1 figure {
        border-width: 3px;
    }
    .why-choose-image-prime.image-2 {
        padding-bottom: 80px;
    }
    .why-choose-image-prime.image-2 figure {
        margin-left: -80px;
    }
    .intro-video-image-prime img {
        aspect-ratio: 1 / 0.74;
    }
    .what-we-item-prime {
        gap: 20px;
        padding: 20px;
    }
    .what-we-item-title-prime h3,
    .what-we-client-content-prime h3 {
        font-size: 18px;
    }
    .what-we-item-body-prime {
        padding-top: 20px;
    }
    .what-we-counter-content-prime h3 {
        font-size: 28px;
    }
    .what-we-client-content-prime p {
        padding-top: 15px;
        margin: 15px 0 0;
    }
    .what-we-client-image-prime figure {
        margin: 0 -20px -20px;
    }
    .how-work-item-prime {
        min-height: 360px;
    }
    .how-work-item-content-prime {
        padding: 15px;
    }
    .how-work-item-content-prime h3 {
        font-size: 18px;
    }
    .how-work-item-content-prime p {
        margin: 15px 0 0;
        padding-top: 15px;
    }
    .pricing-item-prime {
        flex-direction: column-reverse;
        padding: 20px;
    }
    .pricing-item-content-prime {
        margin-right: 15px;
    }
    .pricing-item-image-prime,
    .pricing-item-content-box-prime {
        width: 100%;
    }
    .pricing-item-image-prime figure {
        margin: 0 auto -20px;
    }
    .pricing-item-content-prime h2 {
        font-size: 18px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .pricing-item-content-prime h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .pricing-item-content-prime h3 sub {
        font-size: 14px;
    }
    .pricing-item-prime.highlighted-box::after {
        top: 20px;
        right: 0;
        bottom: auto;
        left: auto;
        font-size: 14px;
        padding: 12px 7px;
        transform: rotate(180deg);
    }
    .pricing-benefit-list-prime {
        margin-top: 5px;
    }
    .pricing-benefit-list-prime ul {
        gap: 10px 15px;
    }
    .pricing-benefit-list-prime ul li {
        font-size: 14px;
    }
    .pricing-benefit-list-prime ul li img {
        max-width: 16px;
        margin-right: 5px;
    }
    .contact-now-item-list-prime {
        gap: 20px;
    }
    .contact-now-item-prime {
        width: 100%;
    }
    .contact-now-item-prime::before {
        display: none;
    }
    .contact-now-item-content-prime h3 {
        font-size: 18px;
    }
    .contact-now-prime .contact-form-prime {
        padding: 20px;
    }
    .testimonial-item-prime {
        gap: 20px;
        padding: 20px;
    }
    .testimonial-item-rating-prime i,
    .testimonial-item-content-prime p {
        font-size: 16px;
    }
    .testimonial-item-author-prime {
        padding-top: 20px;
        margin-top: 20px;
    }
    .testimonial-author-content-prime h2 {
        font-size: 18px;
    }
    .faq-accordion-prime .accordion-header .accordion-button {
        font-size: 16px;
        padding: 12px 36px 12px 15px;
    }
    .faq-accordion-prime .accordion-item .accordion-button::after,
    .faq-accordion-prime .accordion-item .accordion-button.collapsed::after {
        right: 15px;
        font-size: 16px;
    }
    .faq-accordion-prime .accordion-item .accordion-body {
        padding: 12px 15px;
    }
    .footer-social-links-prime h3 {
        font-size: 18px;
    }
    .footer-social-links-prime ul {
        margin-top: 15px;
    }
    .footer-links-box-prime {
        justify-content: space-between;
    }
    .footer-links-prime {
        width: auto;
    }
    .footer-links-prime::before {
        display: none;
    }
    .footer-links-prime h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .footer-contact-items-list-prime {
        gap: 20px;
        padding: 15px;
        margin-top: 30px;
    }
    .footer-contact-item-prime {
        gap: 10px;
    }
    .footer-contact-item-prime .icon-box {
        width: 40px;
        height: 40px;
    }
    .footer-contact-item-prime .icon-box img {
        max-width: 18px;
    }
    .footer-contact-item-content-prime {
        width: calc(100% - 50px);
    }
    .footer-contact-item-content-prime h3 {
        font-size: 18px;
    }
    .footer-copyright-text-prime {
        padding: 15px 0;
    }
}
.hero-royal {
    position: relative;
    align-content: end;
    height: 100vh;
    min-height: 850px;
    padding: 235px 0 80px;
    margin: 15px 15px 0;
    border-radius: 30px;
    overflow: hidden;
}
.hero-royal::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 25%, #081e3b 90%);
    border-radius: 30px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero-royal.hero-video-royal .hero-bg-video-royal {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.hero-royal.hero-video-royal .hero-bg-video-royal video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-royal .container {
    position: relative;
    z-index: 2;
}
.hero-royal .section-title {
    margin-bottom: 0;
}
.hero-content-btn-royal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.hero-list-royal {
    border-top: 1px solid #ffffff1a;
    padding-top: 60px;
    margin-top: 60px;
}
.hero-list-royal ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 3.646vw;
    padding: 0;
    margin: 0;
}
.hero-list-royal ul li {
    position: relative;
    width: calc(25% - 2.734vw);
    line-height: 1.5em;
    color: #ffffff;
    padding-left: 25px;
}
.hero-list-royal ul li::before {
    content: "\f058";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-weight: 900;
    color: #329c40;
    top: 0;
    left: 0;
}
.hero-list-royal ul li::after {
    content: " ";
    position: absolute;
    top: 0;
    right: -1.823vw;
    background: #ffffff1a;
    width: 1px;
    height: 100%;
}
.hero-list-royal ul li:last-child:after {
    display: none;
}
.about-us-royal {
    padding: 120px 0;
}
.about-us-image-box-royal {
    position: relative;
    height: 100%;
    margin-right: 15px;
}
.about-us-image-royal {
    height: 100%;
}
.about-us-image-royal figure {
    display: block;
    height: 100%;
    border-radius: 30px;
}
.about-us-image-royal figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1.078;
    object-fit: cover;
    border-radius: 30px;
}
.about-us-client-box-royal {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ffffff;
    width: 370px;
    padding: 10px 0 0 10px;
    border-radius: 35px 0 0 0;
    z-index: 1;
}
.about-us-client-box-royal .about-us-client-body-royal {
    background: #edfcf3;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 20px;
}
.about-us-client-box-royal:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    mask: url("../images/about-image-corner-bg-shape-royal.svg");
    -webkit-mask: url("../images/about-image-corner-bg-shape-royal.svg");
    background-color: #ffffff;
    mask-repeat: no-repeat;
    mask-size: cover;
    z-index: 1;
}
.about-us-client-box-royal:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    mask: url("../images/about-image-corner-bg-shape-royal.svg");
    -webkit-mask: url("../images/about-image-corner-bg-shape-royal.svg");
    background-color: #ffffff;
    mask-repeat: no-repeat;
    mask-size: cover;
    z-index: 1;
}
.about-us-client-box-royal:before {
    top: -30px;
    right: 0;
}
.about-us-client-box-royal:after {
    bottom: 0;
    left: -30px;
}
.about-us-client-body-royal .satisfy-client-images {
    width: calc(40% - 5px);
}
.about-us-client-content-royal {
    width: calc(60% - 5px);
}
.about-us-client-content-royal h2 {
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #081e3b;
}
.about-us-client-content-royal h2 i {
    color: #329c40;
    margin-left: 5px;
}
.about-us-client-content-royal p {
    color: #67787a;
    line-height: normal;
    margin: 5px 0 0;
}
.about-us-content-royal {
    height: 100%;
    align-content: center;
}
.about-us-item-list-royal {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.about-us-item-royal {
    width: calc(50% - 15px);
    background: #edfcf3;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 30px;
    overflow: hidden;
}
.about-us-item-content-royal {
    width: calc(68% - 5px);
    align-content: center;
}
.about-us-item-content-royal h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1em;
}
.about-us-item-content-royal p {
    margin: 5px 0 0 0;
}
.about-us-item-content-royal ul {
    list-style-type: disc;
    border-top: 1px solid #081e3b1a;
    padding: 10px 0 0 20px;
    margin: 10px 0 0 0;
}
.about-us-item-content-royal ul li {
    line-height: 1.5em;
    margin-bottom: 10px;
}
.about-us-item-content-royal ul li:last-child {
    margin-bottom: 0;
}
.about-us-item-content-royal ul li::marker {
    color: #329c40;
}
.about-us-item-image-royal {
    width: calc(32% - 5px);
    align-content: end;
}
.about-us-item-image-royal figure {
    display: block;
    margin: -30px -60px -30px 0;
    border-radius: 20px 20px 0 0;
}
.about-us-item-image-royal figure img {
    width: 100%;
    aspect-ratio: 1 / 1.64;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.about-content-footer-royal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 40px;
    margin-top: 40px;
}
.about-us-author-box-royal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.about-us-author-image-royal figure {
    display: block;
    border-radius: 50%;
}
.about-us-author-image-royal figure img {
    width: 100%;
    max-width: 50px;
}
.about-us-author-content-royal h3 {
    font-size: 20px;
}
.about-us-author-content-royal p {
    line-height: normal;
    margin: 5px 0 0;
}
.our-service-royal {
    padding: 120px 0;
}
.service-item-royal {
    background: #ffffff;
    border-radius: 30px;
    height: calc(100% - 30px);
    padding: 30px;
    margin-bottom: 30px;
}
.service-item-header-royal,
.service-item-image-royal {
    margin-bottom: 30px;
}
.service-item-header-royal span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    color: #081e3b;
    background: #edfcf3;
    padding: 10px 20px;
    margin-bottom: 15px;
    border-radius: 100px;
}
.service-item-header-royal h2 {
    font-size: 20px;
}
.service-item-header-royal h2 a {
    color: inherit;
}
.service-item-image-royal a,
.service-item-image-royal figure {
    display: block;
    border-radius: 30px;
    overflow: hidden;
    
}
.service-item-image-royal figure img {
    width: 100%;
    aspect-ratio: 1 / 0.554;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
}
.service-item-royal:hover .service-item-image-royal img {
    transform: scale(1.06);
}
.service-item-content-royal p:last-child {
    margin-bottom: 0;
}
.service-item-btn-royal {
    margin-top: 30px;
}
.why-choose-us-royal {
    padding: 120px 0;
}
.why-choose-image-box-royal {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 30px;
    padding-top: 20px;
    margin-right: 15px;
}
.why-choose-image-royal.box-1 {
    position: relative;
    width: calc(51% - 15px);
    padding-bottom: 85px;
}
.why-choose-image-royal.box-1::before {
    content: " ";
    position: absolute;
    top: -20px;
    right: 50%;
    left: 0;
    transform: translate(50%, 0);
    background: linear-gradient(180deg, #329c40 -17.56%, rgba(255, 255, 255, 0) 79.06%);
    border-bottom: 6px solid #329c40;
    border-radius: 999px;
    width: 100%;
    height: 98%;
}
.why-choose-image-royal.box-2 {
    width: calc(49% - 15px);
}
.why-choose-image-royal figure {
    display: block;
    border-radius: 999px;
}
.why-choose-image-royal figure img {
    width: 100%;
    aspect-ratio: 1 / 1.74;
    object-fit: cover;
    border-radius: 999px;
}
.years-experience-circle-royal {
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: auto;
    left: auto;
    transform: translate(50%, -50%);
    z-index: 2;
}
.years-experience-circle-royal img {
    width: 100%;
    max-width: 160px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    animation: infiniterotate-royal 20s infinite linear;
}
@keyframes infiniterotate-royal {
    to {
        transform: rotate(360deg);
    }
}
.why-choose-item-list-royal {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.why-choose-item-royal {
    width: calc(50% - 15px);
    background: #edfcf3;
    border-radius: 30px;
    padding: 30px;
}
.why-choose-footer-royal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 40px;
    margin-top: 40px;
}
.why-choose-item-royal .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #329c40;
    margin-bottom: 30px;
}
.why-choose-item-royal .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #081e3b;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.why-choose-item-royal:hover .icon-box::before {
    transform: scale(1);
}
.why-choose-item-royal .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    z-index: 1;
}
.why-choose-item-content-royal h3 {
    font-size: 20px;
}
.why-choose-item-content-royal p {
    margin: 10px 0 0 0;
}
.contact-item-box-royal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.contact-item-box-royal .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #329c40;
}
.contact-item-box-royal .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #081e3b;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}
.contact-item-box-royal:hover .icon-box::before {
    transform: scale(1);
}
.contact-item-box-royal .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    z-index: 1;
}
.contact-item-box-content-royal {
    width: calc(100% - 65px);
}
.contact-item-box-content-royal p {
    margin: 0 0 5px;
}
.contact-item-box-content-royal h3 {
    font-size: 20px;
}
.contact-item-box-content-royal h3 a {
    color: inherit;
    transition: all 0.4s ease-in-out;
}
.contact-item-box-content-royal h3 a:hover {
    color: #329c40;
}
.our-expertise-royal {
    position: relative;
    padding: 120px;
    overflow: hidden;
}
.our-expertise-image-royal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.our-expertise-image-royal figure {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.our-expertise-image-royal figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our-expertise-image-royal figure::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #081e3b;
    opacity: 50%;
    width: 100%;
    height: 100%;
}
.our-expertise-body-royal {
    position: relative;
    max-width: 635px;
    background: #ffffff;
    border-radius: 30px;
    padding: 40px;
    margin-left: auto;
    overflow: hidden;
    z-index: 2;
}
.expertise-item-royal {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    border-bottom: 1px solid #081e3b1a;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.expertise-item-royal:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.expertise-item-royal .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #329c40;
}
.expertise-item-royal .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #081e3b;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}
.expertise-item-royal:hover .icon-box::before {
    transform: scale(1);
}
.expertise-item-royal .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    z-index: 1;
}
.expertise-item-content-royal {
    width: calc(100% - 65px);
}
.expertise-item-content-royal h3 {
    font-size: 20px;
}
.expertise-item-content-royal p {
    margin: 10px 0 0 0;
}
.expertise-body-image-royal {
    margin-top: 30px;
}
.expertise-body-image-royal figure {
    display: block;
    border-radius: 30px 30px 0 0;
    margin: 0 -40px -140px;
}
.expertise-body-image-royal figure img {
    width: 100%;
    aspect-ratio: 1 / 0.61;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
}
.what-we-provide-royal {
    padding: 120px 0;
}
.what-we-item-royal {
    min-height: 440px;
    background: #edfcf3;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
    transition: all 0.5s ease-in-out;
}
.what-we-item-royal:hover {
    transform: translateY(-5px);
}
.what-we-item-header-royal h3 {
    font-size: 20px;
}
.what-we-item-body-royal {
    border-top: 1px solid #081e3b1a;
    padding-top: 30px;
}
.what-we-item-content-royal p:last-child {
    margin-bottom: 0;
}
.what-we-item-counter-box-royal {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 60px;
}
.what-we-item-counter-box-royal .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #329c40;
    display: flex;
    justify-content: center;
    align-items: center;
}
.what-we-item-counter-box-royal .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #081e3b;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
}
.what-we-item-royal:hover .what-we-item-counter-box-royal .icon-box::before {
    transform: scale(1);
}
.what-we-item-counter-box-royal .icon-box img {
    position: relative;
    width: 100%;
    max-width: 30px;
    z-index: 1;
}
.what-we-item-counter-content-royal {
    width: calc(100% - 80px);
}
.what-we-item-counter-content-royal h2 {
    font-size: 46px;
    font-weight: 600;
    line-height: 1em;
}
.what-we-item-counter-content-royal p {
    margin: 5px 0 0;
}
.our-team-royal {
    padding: 120px 0;
}
.our-team-royal .team-item {
    background-color: #ffffff;
}
.our-pricing-royal {
    padding: 120px 0;
}
.pricing-item-royal {
    height: calc(100% - 30px);
    background: #edfcf3;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 30px;
    margin-bottom: 30px;
}
.pricing-item-header-royal h2 {
    font-size: 20px;
}
.pricing-item-header-royal p {
    margin: 15px 0 0;
}
.pricing-item-body-royal {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px 30px;
}
.pricing-item-price-royal h2 {
    font-size: 36px;
    line-height: 1em;
}
.pricing-item-price-royal sub {
    font-size: 16px;
    bottom: 0;
}
.pricing-item-btn-royal {
    margin-top: 30px;
}
.pricing-item-btn-royal .btn-default {
    width: 100%;
    text-align: center;
    padding: 17px;
}
.pricing-item-btn-royal .btn-default::before {
    display: none;
}
.pricing-item-list-royal ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pricing-item-list-royal ul li {
    position: relative;
    line-height: 1.5em;
    padding-left: 25px;
    margin-bottom: 15px;
}
.pricing-item-list-royal ul li:last-child {
    margin-bottom: 0;
}
.pricing-item-list-royal ul li::before {
    content: "\f058";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-weight: 900;
    color: #329c40;
    top: 0;
    left: 0;
}
.pricing-benefit-list-royal {
    margin-top: 30px;
}
.pricing-benefit-list-royal ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px 40px;
}
.pricing-benefit-list-royal ul li {
    display: inline-flex;
    align-items: center;
}
.pricing-benefit-list-royal ul li img {
    width: 100%;
    max-width: 20px;
    margin-right: 10px;
}
.our-commitment-royal {
    padding: 120px 0;
}
.commitment-image-royal {
    height: 100%;
    margin-right: 10px;
}
.commitment-image-royal figure {
    display: block;
    height: 100%;
    border-radius: 30px;
}
.commitment-image-royal figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.94;
    object-fit: cover;
    border-radius: 30px;
}
.commitment-content-royal {
    align-content: center;
    height: 100%;
}
.commitment-skill-list-royal .skills-progress-bar .skillbar .skill-progress {
    background-color: #ffffff;
    border-radius: 30px;
}
.commitment-skill-list-royal .skills-progress-bar .skillbar .skill-progress .count-bar {
    border-radius: 30px;
}
.commitment-footer-royal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 40px;
    margin-top: 40px;
}
.our-testimonial-royal {
    padding: 120px 0;
}
.testimonial-image-box-royal {
    position: relative;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.testimonial-image-royal {
    height: 100%;
}
.testimonial-image-royal figure {
    position: relative;
    display: block;
    height: 100%;
}
.testimonial-image-royal figure::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 45%, #081e3b 90%);
    width: 100%;
    height: 100%;
}
.testimonial-image-royal figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
}
.google-rating-box-royal {
    position: absolute;
    right: 40px;
    bottom: 40px;
    left: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    z-index: 1;
}
.google-rating-logo-royal img {
    width: 100%;
    max-width: 55px;
}
.google-rating-content-royal {
    width: calc(100% - 70px);
}
.google-rating-content-royal h2 {
    display: flex;
    align-items: start;
    font-size: 30px;
    color: #ffffff;
}
.google-rating-content-royal h2 .google-rating-star-royal {
    line-height: 1em;
    margin-left: 10px;
}
.google-rating-content-royal h2 .google-rating-star-royal i {
    font-size: 16px;
    color: #329c40;
}
.google-rating-content-royal p {
    color: #ffffff;
    line-height: normal;
    margin: 5px 0 0 0;
}
.testimonial-slider-royal,
.testimonial-slider-royal .swiper,
.testimonial-slider-royal .swiper-slide {
    height: 100%;
}
.testimonial-slider-royal .swiper-wrapper {
    height: 100%;
    
}
.testimonial-item-royal {
    height: 100%;
    background: #edfcf3;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    padding: 40px;
}
.testimonial-item-rating-royal {
    margin-bottom: 15px;
}
.testimonial-item-rating-royal i {
    font-size: 16px;
    color: #329c40;
}
.testimonial-item-title-royal h2 {
    font-size: 20px;
    line-height: 1.4em;
}
.testimonial-item-content-royal p {
    font-size: 18px;
    font-weight: 600;
    color: #081e3b;
    margin-bottom: 0;
}
.testimonial-item-author-royal {
    border-top: 1px solid #081e3b1a;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    padding-top: 30px;
}
.testimonial-author-image-royal figure {
    display: block;
    border-radius: 50%;
}
.testimonial-author-image-royal figure img {
    width: 100%;
    max-width: 50px;
    border-radius: 50%;
}
.testimonial-author-content-royal {
    width: calc(100% - 65px);
}
.testimonial-author-content-royal h3 {
    font-size: 20px;
}
.testimonial-author-content-royal p {
    margin: 5px 0 0 0;
}
.our-testimonial-royal .section-footer-text {
    margin-top: 60px;
}
.our-faq-royal {
    position: relative;
    background: url("../images/faqs-bg-image-royal.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    overflow: hidden;
    padding: 120px 0;
}
.our-faq-royal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(8, 54, 59, 0.7) 36.54%, transparent 63.02%);
    width: 100%;
    height: 100%;
}
.our-faq-royal .container {
    position: relative;
    z-index: 1;
}
.faq-accordion-royal .accordion-item {
    background-color: #081e3b1a;
    border: 1px solid #ffffff1a;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 14px;
    margin-bottom: 25px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.faq-accordion-royal .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion-royal .accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #ffffff;
    padding: 20px 60px 20px 30px;
    transition: all 0.3s ease-in-out;
}
.faq-accordion-royal .accordion-item .accordion-button::after {
    content: "\2b";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.faq-accordion-royal .accordion-item .accordion-button.collapsed::after {
    content: "\2b";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.faq-accordion-royal .accordion-button:not(.collapsed)::after {
    content: "\f068";
}
.faq-accordion-royal .accordion-item .accordion-body {
    border-top: 1px solid #ffffff1a;
    padding: 24px 30px;
}
.faq-accordion-royal .accordion-item .accordion-body p {
    color: #ffffff;
    margin-bottom: 15px;
}
.faq-accordion-royal .accordion-item .accordion-body p:last-child {
    margin-bottom: 0;
}
.main-footer-royal {
    padding: 50px 0 0;
  border-radius: 30px 30px 0 0;
}

.footer-logo-royal img {
max-width: 300px;
}

.about-footer-box-royal {
    max-width: 650px;
}
.about-footer-royal {
    border-bottom: 1px solid #ffffff1a;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.about-footer-content-royal {
    margin-top: 20px;
}
.about-footer-content-royal p {
    color: #ffffff;
}
.about-footer-content-royal p:last-child {
    margin-bottom: 0;
}
.footer-links-royal {
    margin-bottom: 40px;
}
.footer-links-royal:last-child {
    margin-bottom: 0;
}
.footer-links-royal h2 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
}
.footer-links-royal ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 45px;
    margin: 0;
    padding: 0;
}
.footer-links-royal ul li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: #ffffff;
}
.footer-links-royal ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    background: #329c40;
    border-radius: 100px;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
}
.footer-links-royal ul li:last-child:before {
    display: none;
}
.footer-links-royal ul li a {
    color: inherit;
    transition: all 0.4s ease-in-out;
}
.footer-links-royal ul li a:hover {
    color: #329c40;
}
.footer-newsletter-form-royal h2 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
  text-transform: capitalize;
    margin-bottom: 20px;
}
.footer-newsletter-form-royal .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff1a;
    border-radius: 100px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 5px;
}
.footer-newsletter-form-royal .form-group .form-control {
    width: 60%;
    font-weight: 400;
    line-height: 1.4em;
    color: #ffffff;
    background: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    flex-grow: 1;
    padding: 6px 20px;
}
.footer-newsletter-form-royal .form-group .form-control::placeholder {
    color: #ffffff;
    opacity: 50%;
}
.footer-newsletter-form-royal .form-group .btn-default {
    border-radius: 30px;
    max-width: 40%;
}
.footer-newsletter-form-royal p {
    color: #ffffff;
    margin: 20px 0 0;
}
.footer-contact-item-list-royal {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
}
.footer-contact-item-royal {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
  flex: 1;
}
.footer-contact-item-royal:before {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    background-color: #ffffff1a;
    height: 100%;
    width: 1px;
}
.footer-contact-item-royal:last-child::before {
    display: none;
}
.footer-contact-item-royal .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background: #329c40;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.footer-contact-item-royal .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #ffffff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.footer-contact-item-royal:hover .icon-box::before {
    transform: scale(1);
}
.footer-contact-item-royal .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.footer-contact-item-royal:hover .icon-box img {
    filter: brightness(0) invert(0);
}
.footer-contact-item-content-royal {
    width: calc(100% - 65px);
}
.footer-contact-item-content-royal p {
    color: #ffffff;
    margin-bottom: 5px;
}
.footer-contact-item-content-royal h3 {
    font-size: 20px;
    color: #ffffff;
}
.footer-contact-item-content-royal h3 a {
    color: inherit;
    transition: all 0.4s ease-in-out;
}
.footer-contact-item-content-royal h3 a:hover {
    color: #329c40;
}
.footer-copyright-royal {
    border-top: 1px solid #ffffff1a;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 40px 0;
    margin-top: 60px;
}
.footer-copyright-text-royal p {
    color: #ffffff;
    margin-bottom: 0;
}
.footer-social-links-royal ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin: 0;
}
.footer-social-links-royal ul li a {
    width: 40px;
    height: 40px;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.footer-social-links-royal ul li a i {
    font-size: 18px;
}
@media only screen and (max-width: 1440px) {
    .our-expertise-royal {
        padding: 60px;
    }
}
@media only screen and (max-width: 1024px) {
    .hero-royal::before {
        background: #081e3b;
        opacity: 55%;
    }
    .hero-royal {
        height: auto;
    }
    .hero-list-royal ul {
        gap: 20px 50px;
    }
    .hero-list-royal ul li {
        width: calc(50% - 25px);
    }
    .hero-list-royal ul li::after {
        right: -25px;
    }
    .hero-list-royal ul li:nth-child(2n + 2):after {
        display: none;
    }
    .about-us-image-box-royal {
        max-width: 700px;
        height: auto;
        margin: 0 auto 30px;
    }
    .about-us-image-royal,
    .about-us-image-royal figure,
    .about-us-image-royal figure img {
        height: auto;
    }
    .about-us-item-image-royal figure {
        max-width: 150px;
    }
    .why-choose-image-box-royal {
        max-width: 720px;
        margin: 0 auto 30px;
    }
    .our-expertise-royal {
        padding: 120px 15px;
    }
    .our-expertise-image-royal {
        position: initial;
        height: auto;
        border-radius: 20px;
        margin-bottom: 30px;
        overflow: hidden;
    }
    .our-expertise-image-royal figure,
    .our-expertise-image-royal figure img {
        height: auto;
    }
    .our-expertise-image-royal figure::before {
        display: none;
    }
    .our-expertise-body-royal {
        max-width: 100%;
        border-radius: 20px;
        padding: 30px;
    }
    .expertise-body-image-royal figure {
        max-width: 640px;
        margin: 0 auto -100px;
    }
    .commitment-image-royal {
        max-width: 750px;
        height: auto;
        margin: 0 auto 30px;
    }
    .commitment-image-royal figure,
    .commitment-image-royal figure img {
        height: auto;
    }
    .about-footer-royal {
        max-width: 100%;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .about-footer-box-royal {
        margin-bottom: 30px;
        max-width: 100%;
    }
    .footer-links-royal {
        margin-bottom: 30px;
    }
    .footer-contact-item-list-royal {
        padding-top: 30px;
        margin-top: 30px;
    }
    .footer-copyright-royal {
        padding: 30px 0;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .hero-royal {
        min-height: 780px;
        border-radius: 0;
        padding: 150px 0 40px;
        margin: 0;
    }
    .hero-royal::before {
        border-radius: 0;
    }
    .hero-list-royal {
        padding-top: 30px;
        margin-top: 30px;
    }
    .hero-list-royal ul li::before {
        font-size: 16px;
    }
    .about-us-royal {
        padding: 60px 0;
    }
    .about-us-image-royal figure,
    .about-us-image-royal figure img {
        border-radius: 20px;
    }
    .about-us-client-box-royal {
        border-radius: 25px 0 0 0;
    }
    .about-us-client-box-royal .about-us-client-body-royal {
        border-radius: 20px;
        padding: 15px;
    }
    .about-us-client-box-royal:before,
    .about-us-client-box-royal:after {
        width: 20px;
        height: 20px;
    }
    .about-us-client-box-royal:after {
        left: -20px;
    }
    .about-us-client-box-royal:before {
        top: -20px;
    }
    .about-us-item-royal {
        border-radius: 20px;
        padding: 20px;
    }
    .about-us-item-content-royal {
        width: calc(62% - 5px);
    }
    .about-us-item-content-royal h2 {
        font-size: 38px;
    }
    .about-us-item-image-royal {
        width: calc(38% - 5px);
    }
    .about-us-item-image-royal figure {
        margin: -20px -40px -20px 0;
    }

    .our-service-royal {
        padding: 60px 0;
    }
    .service-item-royal,
    .service-item-image-royal a,
    .service-item-image-royal figure {
        border-radius: 20px;
    }
    .why-choose-us-royal {
        padding: 60px 0;
    }
    .years-experience-circle-royal img {
        max-width: 130px;
    }
    .why-choose-item-royal {
        border-radius: 20px;
    }
    .why-choose-footer-royal {
        margin-top: 30px;
    }
    .our-expertise-royal {
        padding: 60px 0;
    }
    .expertise-item-royal {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .what-we-provide-royal {
        padding: 60px 0;
    }
    .what-we-item-royal {
        padding: 20px;
        min-height: auto;
        border-radius: 20px;
    }
    .what-we-item-counter-box-royal {
        margin-top: 30px;
        gap: 15px;
    }
    .what-we-item-counter-box-royal .icon-box {
        width: 50px;
        height: 50px;
    }
    .what-we-item-counter-box-royal .icon-box img {
        max-width: 24px;
    }
    .what-we-item-counter-content-royal {
        width: calc(100% - 65px);
    }
    .what-we-item-counter-content-royal h2 {
        font-size: 36px;
    }
    .our-team-royal {
        padding: 60px 0;
    }
    .our-pricing-royal {
        padding: 60px 0;
    }
    .pricing-item-royal {
        padding: 20px;
        gap: 30px;
        border-radius: 20px;
    }
    .pricing-item-body-royal {
        padding: 20px;
    }
    .pricing-item-price-royal h2 {
        font-size: 32px;
    }
    .pricing-item-btn-royal .btn-default {
        padding: 15px;
    }
    .pricing-item-list-royal ul li {
        margin-bottom: 10px;
    }
    .pricing-item-list-royal ul li::before {
        font-size: 16px;
    }
    .pricing-benefit-list-royal {
        margin-top: 10px;
    }
    .pricing-benefit-list-royal ul {
        gap: 15px 30px;
    }
    .pricing-benefit-list-royal ul li img {
        max-width: 18px;
    }
    .our-commitment-royal {
        padding: 60px 0;
    }
    .commitment-image-royal figure,
    .commitment-image-royal figure img {
        border-radius: 20px;
    }
    .commitment-footer-royal {
        margin-top: 30px;
    }
    .our-testimonial-royal {
        padding: 60px 0;
    }
    .testimonial-image-box-royal {
        margin-bottom: 30px;
        border-radius: 20px;
    }
    .google-rating-box-royal {
        right: 20px;
        bottom: 20px;
        left: 20px;
        gap: 10px;
    }
    .google-rating-logo-royal img {
        max-width: 40px;
    }
    .google-rating-content-royal {
        width: calc(100% - 50px);
    }
    .google-rating-content-royal h2 {
        font-size: 26px;
    }
    .testimonial-item-royal {
        border-radius: 20px;
        padding: 30px;
    }
    .our-testimonial-royal .section-footer-text {
        margin-top: 40px;
    }
    .our-faq-royal {
        border-radius: 0;
        padding: 60px 0;
    }
    .faq-accordion-royal .accordion-item {
        margin-bottom: 20px;
    }
    .faq-accordion-royal .accordion-header .accordion-button {
        padding: 15px 45px 15px 20px;
    }
    .faq-accordion-royal .accordion-item .accordion-button::after,
    .faq-accordion-royal .accordion-item .accordion-button.collapsed::after {
        right: 20px;
        font-size: 18px;
    }
    .faq-accordion-royal .accordion-item .accordion-body {
        padding: 15px 20px;
    }
    .main-footer-royal {
        padding: 60px 0 0;
        margin-bottom: 0;
    }
    .footer-newsletter-form-royal h2 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-list-royal ul {
        gap: 10px;
    }
    .hero-list-royal ul li {
        width: 100%;
    }
    .hero-list-royal ul li::after {
        display: none;
    }
    .about-us-client-box-royal {
        max-width: 205px;
    }
    .about-us-client-body-royal .satisfy-client-images,
    .about-us-client-content-royal {
        width: 100%;
    }
    .about-us-client-box-royal .satisfy-client-image figure img {
        max-width: 34px;
    }
    .about-us-client-content-royal h2 {
        font-size: 18px;
    }
    .about-us-client-box-royal .about-us-client-content-royal p {
        font-size: 14px;
    }
    .about-us-item-royal {
        width: 100%;
    }
    .about-us-item-content-royal h2 {
        font-size: 26px;
    }
    .about-us-author-content-royal h3 {
        font-size: 18px;
    }
    .service-item-royal {
        padding: 20px;
    }
    .service-item-header-royal,
    .service-item-image-royal {
        margin-bottom: 20px;
    }
    .service-item-header-royal span {
        padding: 8px 15px;
    }
    .service-item-header-royal h2 {
        font-size: 18px;
    }
    .service-item-btn-royal {
        margin-top: 20px;
    }
    .why-choose-image-box-royal {
        gap: 20px;
    }
    .why-choose-image-royal.box-1 {
        width: calc(51% - 10px);
        padding-bottom: 35px;
    }
    .why-choose-image-royal.box-2 {
        width: calc(49% - 10px);
    }
    .years-experience-circle-royal img {
        max-width: 100px;
    }
    .why-choose-item-royal {
        width: 100%;
        padding: 20px;
    }
    .why-choose-item-royal .icon-box {
        margin-bottom: 20px;
    }
    .why-choose-item-content-royal h3 {
        font-size: 18px;
    }
    .why-choose-footer-royal {
        gap: 20px;
    }
    .contact-item-box-royal {
        gap: 10px;
    }
    .contact-item-box-royal .icon-box {
        width: 44px;
        height: 44px;
    }
    .contact-item-box-royal .icon-box img {
        max-width: 20px;
    }
    .contact-item-box-content-royal {
        width: calc(100% - 54px);
    }
    .contact-item-box-content-royal h3 {
        font-size: 18px;
    }
    .our-expertise-body-royal {
        padding: 20px;
    }
    .expertise-item-content-royal {
        width: 100%;
    }
    .expertise-item-content-royal h3 {
        font-size: 18px;
    }
    .expertise-body-image-royal figure {
        margin: 0 -20px -70px -20px;
    }
    .what-we-item-royal {
        gap: 20px;
    }
    .what-we-item-header-royal h3 {
        font-size: 18px;
    }
    .what-we-item-body-royal {
        padding-top: 20px;
    }
    .what-we-item-counter-box-royal {
        margin-top: 20px;
    }
    .what-we-item-counter-content-royal h2 {
        font-size: 26px;
    }
    .pricing-item-royal {
        gap: 20px;
    }
    .pricing-item-header-royal h2 {
        font-size: 18px;
    }
    .pricing-item-header-royal p {
        margin: 10px 0 0;
    }
    .pricing-item-body-royal {
        padding: 15px;
    }
    .pricing-item-price-royal h2 {
        font-size: 28px;
    }
    .pricing-item-btn-royal {
        margin-top: 20px;
    }
    .pricing-benefit-list-royal {
        margin-top: 5px;
    }
    .pricing-benefit-list-royal ul {
        gap: 10px 20px;
    }
    .pricing-benefit-list-royal ul li {
        font-size: 14px;
    }
    .pricing-benefit-list-royal ul li img {
        max-width: 16px;
        margin-right: 5px;
    }
    .commitment-footer-royal {
        gap: 20px;
    }
    .testimonial-image-box-royal,
    .testimonial-image-royal,
    .testimonial-image-royal figure,
    .testimonial-image-royal figure img {
        height: auto;
    }
    .google-rating-content-royal h2 {
        font-size: 22px;
    }
    .testimonial-item-royal {
        gap: 20px;
        padding: 20px;
    }
    .testimonial-item-title-royal h2 {
        font-size: 18px;
    }
    .testimonial-item-content-royal p {
        font-size: 16px;
    }
    .testimonial-item-author-royal {
        padding-top: 20px;
    }
    .testimonial-author-content-royal h3 {
        font-size: 18px;
    }
    .faq-accordion-royal .accordion-header .accordion-button {
        font-size: 16px;
        padding: 12px 36px 12px 15px;
    }
    .faq-accordion-royal .accordion-item .accordion-button::after,
    .faq-accordion-royal .accordion-item .accordion-button.collapsed::after {
        right: 15px;
        font-size: 16px;
    }
    .faq-accordion-royal .accordion-item .accordion-body {
        padding: 12px 15px;
    }
    .footer-links-box-royal {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 30px;
    }
    .footer-links-royal {
        margin-bottom: 0;
    }
    .footer-links-royal h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .footer-links-royal ul {
        flex-direction: column;
    }
    .footer-links-royal ul li {
        padding-left: 20px;
    }
    .footer-links-royal ul li::before {
        right: auto;
        left: 0;
    }
    .footer-links-royal ul li:last-child:before {
        display: block;
    }
    .footer-newsletter-form-royal h2 {
        font-size: 28px;
    }
    .footer-newsletter-form-royal .form-group .btn-default {
        font-size: 14px;
        padding: 12px;
    }
    .footer-newsletter-form-royal .form-group .btn-default::before {
        display: none;
    }
    .footer-newsletter-form-royal p {
        margin: 15px 0 0;
    }
    .footer-contact-item-royal {
        width: 100%;
    }
    .footer-contact-item-list-royal {
        gap: 20px;
        margin-top: 20px;
        padding-top: 20px;
    }
    .footer-contact-item-royal:before {
        display: none;
    }
    .footer-contact-item-content-royal h3 {
        font-size: 18px;
    }
    .footer-copyright-royal {
        flex-direction: column-reverse;
        padding: 15px 0;
        margin-top: 20px;
    }
    .footer-social-links-royal ul li a {
        width: 36px;
        height: 36px;
    }
}
.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
}
.main-header.header-style-two {
    position: absolute;
    top: 55px;
}
.main-header.header-style-three {
    position: absolute;
    top: 0px;
}
.header-top {
    position: relative;
    color: #000;
background: #f5f6f8;
}
.header-top .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top .info {
    position: relative;
    margin: 0;
    padding: 0;
}
.header-top .info li {
    position: relative;
    float: left;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    padding: 0px 15px;
    line-height: 40px;
  list-style: none;
}
.header-top .info li:first-child {
}
.header-top .info li a {
    position: relative;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  color: #384250;
}
.header-top .info li i {
    position: relative;
    padding-right: 8px;
    color: #384250;
  font-size: 18px;
}
.header-top .info .search-btn {
    position: relative;
}
.header-top .info .search-toggler {
    position: relative;
    padding: 0;
    background: none;
    margin: 0;
    line-height: 24px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}
.header-top .top-left {
    position: relative;
    line-height: 40px;
    display: flex;
}
.header-top .top-left .select-box a i {
    position: absolute;
    left: 9px;
}
.header-top .top-left .select-box a {
    color: #000;
    display: block;
    padding: 0px 9px 0 31px;
    position: relative;
}
.header-top .social-links {
    position: relative;
    margin: 0;
    padding: 0;
}
.header-top .social-links li {
    position: relative;
    float: right;
    color: #000;
    line-height: 24px;
    width: 40px;
    text-align: center;
    height: 40px;
    overflow: hidden;
}
.header-top .social-links li a > div {
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 40px;
    transition: all ease-in-out 0.4s;
    top: 0;
}
.header-top .social-links li:hover a > div {
    top: -40px;
}
.main-ico {
}
.hover-ico span {
    display: block;
    line-height: 40px;
    color: #000;
    color: #fff;
}
.hover-ico .facebook {
    background: #3b5998;
}
.hover-ico .twitter {
    background: #55acee;
}
.hover-ico .youtube {
    background: #ff0000;
}
.hover-ico .linkedin {
    background: #007bb5;
}
.hover-ico .instagram {
    background: #e95950;
}
.header-top .social-links li a {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #000;
  color: #384250;
  color: #384250;
}
.lang-btn:hover {
    color: #000;
}
.lang-btn {
    color: #000;
  color: #384250;
    padding: 0 12px;
    border-left: 1px solid #eee;
}
.lang-btn i {
    margin-right: 4px;
}



.top-cener {
  color: #384250;}

.hero-content-prime {
  max-width: 600px;
}

.africa-battern {
opacity: 0.1;
  position: absolute;
  top: -45px;
  height: 100px;
  background: url(../images/africa-battern.png);
background-position: center;
  background-size: contain;
  z-index: -1;
  width: 100%;
}


.case-study-item-content .description {
color: #9fb8b1;
  line-height: 22px;
  font-size: 15px;
  overflow: hidden;  transition: all ease-in-out 0.4s;
height: 0;
}


.case-study-item:hover .case-study-item-content .description {

height: 155px;

}

.case-study-item:hover .case-study-item-content .title {
  margin-bottom: 10px;}


.small-description {
line-height: 22px;
  font-size: 15px;
  height: 88px;
height: 66px;
    color: #384250;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
text-overflow: ellipsis;
}

.case-study-item-content .title {
  margin-bottom: 0;transition: all ease-in-out 0.4s;
  line-height: 22px;
  text-transform: capitalize;
  font-size: 15px;  color: #ddd;
}


/*
.case-study-item:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 45%, #081e3b 90%);
    width: 100%;
    height: 100%;  z-index: 2;
}


.readmore {
color: #329c40;
  margin: 10px 0;
  display: block;}*/



.readmmore {
color: #fff;
  padding-top: 10px;
  margin-top: 10px;
  display: block;
  border-top: 1px solid #fff3;
}

.readmmore i {
	margin-left: 10px;
}

/*******************/






/**********************/



.main-footer-metal {
	position: relative;
	padding: 50px 0 0;
  border-radius: 30px 30px 0 0;
}

/*
.dark-section {
  width: 100%;
  background-color: #161a2d;
  background-image: url("../images/design-background.jpg");
  background-size: cover;
position: relative;
  z-index: 1;

}*/


/*
.main-footer-metal:before{
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #051a3aed;
  z-index: -1;
  transition: all 0.3s;
}
*/
.main-footer-metal .container{
	position: relative;
	z-index: 1;
}

.footer-header-metal{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	background-color: #FFFFFF1A;
	border-radius: 20px;
	padding: 40px;
}



.footer-header-metal .section-title-three{
	width: calc(100% - 700px);
	margin-bottom: 0;
}

.footer-header-metal .section-title-three h2{
font-size: 24px;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: 1px;
}


.footer-header-metal .section-title-three p {
color: #ffffffba;
  margin: 0;
}

.footer-newsletter-form-metal{
	width: 100%;
	max-width: 570px;
}

.footer-newsletter-form-metal .form-group{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background-color: #FFFFFF1A;
	border-radius: 100px;
	padding: 10px;
}

.footer-newsletter-form-metal .form-group .form-control{
	width: calc(100% - 150px);
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	color: #FFFFFF;
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	padding: 8px 20px;
}

.footer-newsletter-form-metal .form-group .form-control::placeholder{
	color: #FFFFFF;
}

.footer-newsletter-form-metal .form-group .btn-default{
	text-align: center;
	margin-right: 0;
border-radius: 30px;
  padding: 16px 30px;
}

.footer-newsletter-form-metal .form-group .btn-default::before{
	display: none;
}

.footer-body-metal{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-top: 35px;
}

.footer-logo-metal img{
	width: 100%;
	max-width: 270px;
}

.footer-contact-list-metal{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  gap: 45px;
}

.footer-contact-item-metal{
  max-width: 300px;
	position: relative;

}

.footer-contact-item-metal::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
  right: -30px;
    background: #FFFFFF1A;
    width: 1px;
    height: 100%;
}
 
.footer-contact-item-metal:last-child::before{
	display: none;
}

.footer-contact-item-metal h3{
font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 14px;
  font-weight: 400;
}

.footer-contact-item-metal p{
	color: #FFFFFF;
    display: flex;
    align-items: center;
	gap: 10px;
    margin: 0;
}

.footer-contact-item-metal p img{
	width: 100%;
	max-width: 20px;
}

.footer-contact-item-metal p a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.footer-contact-item-metal p a:hover{
	color: #329c40;
}

.footer-menu-box-metal{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px 30px;
    border-top: 1px solid #FFFFFF1A;
    margin-top: 35px;
    padding-top: 25px;
}

.footer-menu-metal ul{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-metal ul li a{
    line-height: 1.6em;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.footer-menu-metal ul li a:hover{
	color: #329c40;
}

.footer-privacy-policy-metal ul{
    display: flex;
    align-items: center;
	gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-privacy-policy-metal ul li{
	position: relative;
    line-height: normal;
    color: #FFFFFF;
}


/*
.footer-privacy-policy-metal ul li::before{
    content: '';
    position: absolute;
    top: 50%;
    right: -12px;
    background: #329c40;
    border-radius: 100px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
}

.footer-privacy-policy-metal ul li:last-child:before{
	display: none;
}*/

.footer-privacy-policy-metal ul li a{
    color: inherit;
    transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}

.footer-privacy-policy-metal ul li a:hover{
	color: #329c40;
}

.footer-copyright-text-metal{
	border-top: 1px solid #FFFFFF1A;
	margin-top: 25px;
	padding: 10px 0 10px;
	text-align: center;
}

.footer-copyright-text-metal p{
	color: #FFFFFF;
	margin: 0;
}







.ritch-text-stl {
  line-height: 1.8;
  font-size: 16px;
max-width: 1200px;
  margin: 0 auto;
  display: block;
}

/* العناوين */
.ritch-text-stl h2,
.ritch-text-stl h3 {
  margin: 20px 0 10px;
  font-weight: 700;
  color: #111;
}

/* strong */
.ritch-text-stl strong {
  font-weight: 700;
  color: #000;
}

/* ul */
.ritch-text-stl ul {
  padding-left: 20px;
  margin: 10px 0 15px;
}

/* li */
.ritch-text-stl li {
  margin-bottom: 6px;
}

/* nested ul */
.ritch-text-stl ul ul {
  margin-top: 8px;
  padding-left: 18px;
}

/* hr */
.ritch-text-stl hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 25px 0;
}

/* tables */
.ritch-text-stl table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  font-size: 15px;
}

.ritch-text-stl table th {
  background: #f5f5f5;
  text-align: left;
  padding: 10px;
  border: 1px solid #ddd;
}

.ritch-text-stl table td {
  padding: 10px;
  border: 1px solid #ddd;
}

/* paragraphs */
.ritch-text-stl p {
  margin: 10px 0;
}

/* تحسين القراءة (اختياري) */
.ritch-text-stl li strong {
  color: #111;
}


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




.service-box-alt {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 25px;
}


.sb-thumbnail {
  position: relative;
  cursor: pointer;
  margin: 0;
}


.service-box-alt .sb-thumbnail img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}


.sb-caption {
  width: 100%;
  margin: 0px;
  text-align: center;
  background: linear-gradient( to top , #e9e9e9 , #fafafa);
  padding: 14px 10px;
}



.sb-caption h3 {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin: 0;
  text-transform: capitalize;
  color: #000;
  height: 44px;
  overflow: hidden;
  display: grid;
  align-items: center;
}








/* Card */
.catalog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  height: 100%;
}

.catalog-card:hover {
  transform: translateY(-5px);
}

/* Image */
.catalog-card__image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

/* Content */
.catalog-card__content {
  padding: 18px;
  text-align: center;
}

.catalog-card__title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222;
  font-weight: 500;
}

/* Rating */
.catalog-card__rating {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 15px;
  justify-content: center;
}

.star {
  color: #ccc;
  font-size: 16px;
}

.star.filled {
  color: #f5a623;
}

.rating-text {
  margin-left: 8px;
  font-size: 14px;
  color: #666;
}

/* Button */
.catalog-card__btn {
  display: inline-block;
  padding: 10px 14px;
  background: #1e88e5;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  transition: 0.3s;
}

.catalog-card__btn:hover {
  background: #1565c0;
}


.head-title h2 {
  font-size: 20px;
}


/******************/





.file p {
margin:0
}


.custom-file button{
margin-left: auto;
width: 30%;
height: 54px;
border: 0;
color: #444;
margin: 0 !important;
}

.custom-file{
  position:relative;
display: flex;
flex-direction: row;
width: 100%;
height: 54px;
background: #fff;
align-items: center;
padding: 0;
margin-bottom:15px;border: 1px solid #e7edf4;
border-radius: 12px;
  overflow: hidden;
}
.custom-file input[type="file"] { 
  z-index: 1;
  position: absolute;
  opacity: 0;
  width:30%;
  right:0;
  /*   height:100%; */
}
.custom-file-filename{
  flex: 1 0 0;
  width:70%;height: 54px;
line-height: 54px;
border-right:0;
padding-left: 15px;
}
.custom-file-filename span{
  display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.file {
width: 100%;
}



.contact-ioox {
margin: 0;
  padding: 30px;
  background: #fafafa;
  border-radius: 30px;
}


.all-sde {
padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;}


.qr-code img {
width: 200px;
  margin: 20px auto;
  display: block;}




/************************/

.slicknav_nav {
height: 100% !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}

/**************************/





.no-desk {
  display: none !important;
}


.togg-mobile {
position: absolute;
  right: 8px;
  top: 4px;
  font-size: 25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}



    .page-header-box h1 {
        font-size: 24px;
    }



.ritch-text-stl h2 {
  font-size: 22px;
}

.ritch-text-stl h3 {
font-size: 19px;
  line-height: 25px;
}




@media only screen and (max-width: 991px) {



.page-category-list,
.footer-contact-item-metal:before,
.no-mob {
  display: none !important;
}

.no-desk {
  display: block !important;
}


.logo-mobile .navbar-brand img {
width: 300px;
  display: block;
  margin: 5px auto;
}


    .header-btn {
display: flex;
    gap: 12px;
    justify-content: center;
    text-align: center;
    }


.footer-contact-list-metal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
  align-items: start;
}

.footer-contact-item-metal {
  max-width: 100%;}

.btn-default {
  font-size: 15px;
  padding: 14px 12px;

}


.footer-contact-item-metal h3 {
  font-size: 16px;
  margin-bottom: 8px;}



.hero-prime {
  height: 330px;
}

    .section-title h1 {
        font-size: 21px;
    }



.dark-section .section-title p {
  font-size: 15px;
}


 .section-title {
    margin-bottom: 15px;
  }


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


.about-us {
    padding: 40px 0 20px;
}

.our-blog,
.our-case-study {
    padding: 20px 0 0;
}

.page-contact-us,
.section-padding,
.page-gallery,
.page-service-single,
.our-service {
    padding: 20px 0;
}


.main-footer-metal {
  gap: 10px;
  padding: 30px 0 0;}

  .service-item {
    gap: 20px;
    padding: 20px;
    margin-bottom: 15px;
    height: auto;
  }

.footer-body-metal {
  margin-top: 15px;
}

.footer-header-metal {
padding: 20px;
}

.footer-newsletter-form-metal .form-group {
padding: 4px;
}

.footer-header-metal .section-title-three h2 {
  font-size: 18px;}



.footer-header-metal .section-title-three {
  width: 100%;}


.page-header {
padding: 0;
height: 120px;
}


  .page-single-image figure, .page-single-image figure img {
    border-radius: 20px;
    max-height: 300px;
  }

    .page-header-box h1 {
        font-size: 20px;
    }


.ritch-text-stl h2 {
  font-size: 20px;
}

.ritch-text-stl h3 {
font-size: 17px;
  line-height: 25px;
}

.page-gallery-box .photo-gallery {
  margin-bottom: 15px;
}

.head-title h2 {
  font-size: 17px;
}

.qr-code img {
  width: 150px;}

.per-padd:nth-child(odd) {
padding-right: 8px;
}

.per-padd:nth-child(even) {
padding-left: 8px;
}

  .contact-form {
    padding: 20px;
    margin: 20px 0;
  }



 .core-features-item-content h3 {
    font-size: 14px;
  }

p,
.text,
body {
  font-size: 15px;}




}
