/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : Skyvilla - Real Estate & Construction Group HTML Template
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. About Us css
06. Our Services css
07. Who We Are css
08. Intro Video css
09. Our Commitment css
10. Our Projects css
11. Our Fact css
12. CTA Box css
13. Our FAQs css
14. Our Testimonials css
15. Our Blog css
16. Footer css
17. About Us Page css
18. Services Page css
19. Service Single css
20. Blog Archive css
21. Blog Single css
22. Projects Page css
23. Project Single css
24. Team Page css
25. Team Single css
26. Pricing Page css
27. Testimonials Page css
28. Image Gallery css
29. Video Gallery css
30. FAQ's Page css
31. Contact Us Page css
32.	404 Error Page css
33. Responsive css
34. Home - Version 2 css
35. Home - Version 3 css 
-------------------------------------------------------------------------------------- */

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/

:root {
    --primary-color: #040618;
    --secondary-color: #FFFFFF;
    --bg-color: #F3F3F3;
    --text-color: #585960;
    --accent-color: #040618;
    --accent-secondary-color: #006086;
    --white-color: #FFFFFF;
    --divider-color: #0406181A;
    --dark-divider-color: #FFFFFF1A;
    --error-color: rgb(230, 87, 87);
    --default-font: 'General Sans';
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

html,
body {
    width: 100%;
    overflow-x: clip;
}

body {
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: var(--text-color);
    background: var(--bg-color);
}

::-webkit-scrollbar-track {
    background-color: var(--primary-color);
    border-left: 1px solid var(--primary-color);
}

::-webkit-scrollbar {
    width: 7px;
    background-color: var(--accent-secondary-color);
}

::-webkit-scrollbar-thumb {
    background: var(--accent-secondary-color);
}

::selection {
    color: var(--primary-color);
    background-color: var(--accent-secondary-color);
    filter: invert(1);
}

p {
    line-height: 1.6em;
    margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.2em;
    color: var(--primary-color);
    margin: 0;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

.container {
    max-width: 1500px;
}

.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:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    }

.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;
    background: var(--accent-color);
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    color: var(--white-color);
    padding: 17px 25px 17px 24px;
    border: none;
    overflow: hidden;
    outline: none;
    transition: all 0.5s ease-in-out;
    z-index: 0;
}

.btn-default:hover {
    color: #fff;
    background: transparent;
}

.btn-default::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    width: 24px;
    height: 24px;
    background-image: url('../images/arrow-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.btn-default:hover:before {
    transform: translateY(-50%) rotate(45deg);
    filter: brightness(0) invert(0);
}

.btn-default::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--accent-secondary-color);
    border-radius: 100px;
    width: 0;
    height: 100%;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.btn-default:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.btn-default.btn-highlighted {
    background-color: var(--white-color);
    color: var(--primary-color);
}

.btn-default.btn-highlighted::before {
    background-image: url('../images/arrow-primary.svg');
}

.readmore-btn {
    position: relative;
    display: inline-block;
    color: var(--primary-color);
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding-right: 30px;
}

.readmore-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url('../images/arrow-primary.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    transition: all 0.4s ease-in-out;
}

.readmore-btn:hover::before {
    transform: translateY(-50%) rotate(45deg);
}

.cb-cursor:before {
    background: var(--accent-color);
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: var(--primary-color);
    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 var(--white-color) transparent var(--white-color);
    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: 10%;
    max-width: 66px;
    transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bg-section {
    width: 100%;
    max-width: 1880px;
    /*background-color: var(--secondary-color);*/
    border-radius: 20px;
    margin: 0 auto;
}

.bg-section .container-fluid {
    padding: 0;
}

.dark-section {
    background-color: var(--primary-color);
    background-image: url('../images/dark-section-bg-image.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.section-row {
    margin-bottom: 40px;
}

.section-row .section-title {
    margin-bottom: 0;
}

.section-row .section-title.section-title-center {
    width: 100%;
    max-width: 800px;
    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: 40px;
}

.section-title .section-sub-title {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: normal;
    color: var(--primary-color);
    background-color: var(--secondary-color);
    border-radius: 100px;
    padding: 8px 16px 8px 32px;
    margin-bottom: 15px;
}

.section-title .section-sub-title::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--accent-secondary-color);
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

.section-title h1 {
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    /*cursor: none;*/
}

.section-title h2 {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    /*cursor: none;*/
}

.section-title h1 span,
.section-title h2 span {
    font-style: italic;
}

.section-title p {
    margin-top: 20px;
    margin-bottom: 0;
}

.bg-section .section-title .section-sub-title {
    background: var(--bg-color);
}

.dark-section .section-title .section-sub-title {
    background: var(--dark-divider-color);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.dark-section .section-title .section-sub-title,
.dark-section .section-title h1,
.dark-section .section-title h2,
.dark-section .section-title p,
.dark-section .section-title-content p {
    color: var(--white-color);
}

.help-block.with-errors ul {
    margin: 0;
    text-align: left;
}

.help-block.with-errors ul li {
    color: var(--error-color);
    font-weight: 500;
    font-size: 14px;
}

/************************************/
/**** 	    03. Header css		 ****/
/************************************/

header.main-header {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 100;
}

header.main-header .header-sticky {
    position: relative;
    max-width: 1500px;
    top: 0;
    background: var(--white-color);
    border-radius: 100px;
    z-index: 100;
}
/*.page-header.bg-section.parallaxie {*/
/*    width: 100%;*/
/*}*/
@media only screen and (max-width: 1880px) {
    .bg-section {
        width: calc(100% - 40px);
    }
}
@media only screen and (max-width: 991px) {
    .bg-section {
        width: 100%;
        border-radius: 0;
        margin: 0;
    }
        .bg-section {
        width: calc(100% - 0px) !important;
    }
}
.page-header {
    position: relative;
    background-image: url(../images/bradcum-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 60px;
    margin-top: 20px;
    overflow: hidden;
}
.bg-section {
    width: 100%;
    max-width: 1880px;
    /*background-color: var(--secondary-color);*/
    border-radius: 20px;
    margin: 0 auto;
}
.slicknav_btn {
    background: var(--accent-secondary-color);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 6px;
}
@media only screen and (max-width: 991px) {
    .responsive-menu, .navbar-toggle {
        display: block;
    }
}
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;
    left: 0;
    right: 0;
    transform: translateY(0);
    background: var(--white-color);
    border-bottom: 1px solid var(--divider-color);
    border-radius: 0 0 20px 20px;
}

.navbar {
    padding: 0px 10px;
    align-items: center;
}

.navbar-brand {
    padding: 0;
    margin: 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 {
    margin: 0 20px;
    position: relative;
}

.main-menu ul li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    padding: 12px 10px !important;
    color: #00547a;
    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: 'FontAwesome';
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
    color: var(--accent-color);
}

.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    transform: scale(1, 0.8);
    transform-origin: top;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 235px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 100%;
    background: var(--accent-color);
    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;
    opacity: 1;
    transform: scale(1, 1);
    padding: 5px 0;
}

.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: var(--white-color);
    padding: 8px 20px !important;
    transition: all 0.3s ease-in-out;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus {
    color: var(--accent-secondary-color);
    background-color: transparent;
    padding: 8px 20px 8px 23px !important;
}

.main-menu ul li.highlighted-menu {
    display: none;
}

.responsive-menu,
.navbar-toggle {
    display: none;
}

.responsive-menu {
    position: relative;
    top: 0;
}

.slicknav_btn {
    background: var(--accent-secondary-color);
    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: var(--primary-color);
    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: absolute;
    width: 100%;
    padding: 0;
    background: var(--primary-color);
}

.slicknav_menu ul.navbar-nav {
    margin: 5px 0;
    /*height: 400px;*/
    padding-bottom: 30px;
}

.slicknav_menu ul ul {
    margin: 0;
    margin-left: 10px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 7px 20px;
    color: var(--white-color);
    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover {
    background-color: transparent;
    color: var(--accent-secondary-color);
}

.slicknav_menu ul ul li a {
    padding: 7px 20px 7px 30px;
}

.slicknav_arrow {
    font-size: 0 !important;
}

.slicknav_arrow:after {
    content: '\f107';
    position: absolute;
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 12px;
    margin-left: 8px;
    color: #165c78;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.slicknav_open > a .slicknav_arrow:after {
    transform: translateY(-50%) rotate(-180deg);
    color: var(--accent-secondary-color);
        background: #fff;
    padding: 5px;
    border-radius: 4px;
}

/************************************/
/*** 	    04. Hero css	      ***/
/************************************/

.hero {
    position: relative;
    background-image: url('../images/hero-bg-image.jpg');
    align-content: end;
    min-height: 100vh;
    padding: 220px 0 80px;
    margin-top: 20px;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .hero {
        padding: 140px 0 50px;
        margin-top: 0;
    }
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 50%, var(--primary-color) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero.hero-video .hero-bg-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.hero.hero-video .hero-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero-content-box .section-title {
    margin-bottom: 0;
}

.hero-counter-box {
    margin-left: 3.125vw;
}

.hero-counter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 4.479vw;
}

.hero-counter-item {
    position: relative;
    width: calc(33.33% - 2.986vw);
}

.hero-counter-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: -2.24vw;
    transform: rotate(10deg);
    background-color: var(--dark-divider-color);
    height: 100%;
    width: 1px;
}

.hero-counter-item:last-child:before {
    display: none;
}

.hero-counter-item h2 {
    font-size: 50px;
    font-weight: 700;
    color: var(--white-color);
}

.hero-counter-item p {
    color: var(--white-color);
    margin: 10px 0 0;
}

.hero-counter-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 50px;
    border-top: 1px solid var(--dark-divider-color);
    padding-top: 40px;
    margin-top: 40px;
}

.hero-rating-box-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.hero-rating-box-header h3 {
    font-size: 20px;
    color: var(--white-color);
}

.hero-rating-box-header p {
    margin-bottom: 0;
}

.hero-rating-box-header p i {
    color: var(--accent-secondary-color);
}

.hero-rating-box-content {
    margin-top: 5px;
}

.hero-rating-box-content p {
    color: var(--white-color);
    margin-bottom: 0;
}

/************************************/
/*** 	   05. About Us css	      ***/
/************************************/

.about-us {
    padding: 100px 0;
}

.about-us-image-box {
    position: relative;
    height: 100%;
}

.about-us-image {
    height: 100%;
}

.about-us-image figure {
    height: 100%;
    display: block;
    border-radius: 20px;
}

.about-us-image img {
    height: 100%;
    width: 100%;
    aspect-ratio: 1 / 0.782;
    object-fit: cover;
    border-radius: 20px;
}

.about-us-circle {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
}

.about-us-circle a {
    display: inline-block;
    border-radius: 50%;
}

.about-us-circle img {
    width: 100%;
    max-width: 140px;
    border-radius: 50%;
    animation: infiniterotate 20s infinite linear;
}

@keyframes infiniterotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.about-us-circle img:hover {
    animation-play-state: paused;
}

.about-us-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.about-us-item {
    width: calc(50% - 15px);
    min-height: 400px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--white-color);
    border-radius: 20px;
    gap: 30px;
    padding: 10px;
}

.about-us-item.box-2 .about-us-item-content {
    padding: 0 30px 30px;
}

.about-us-item.box-2 {
    flex-direction: column-reverse;
}

.about-us-item-content {
    padding: 30px 30px 0;
}

.about-us-item-content h3 {
    font-size: 20px;
}

.about-us-item-content p {
    margin: 10px 0 0;
}

.about-us-item.box-1 .about-us-item-image {
    margin-bottom: -10px;
}

.about-us-item-image figure {
    display: block;
    border-radius: 20px;
}

.about-us-item-image img {
    width: 100%;
    aspect-ratio: 1 / 0.733;
    object-fit: cover;
    object-position: top center;
    border-radius: 20px;
}

.about-us-item.box-1 .about-us-item-image figure,
.about-us-item.box-1 .about-us-item-image img {
    border-radius: 20px 20px 0 0;
}

.about-counter-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 50px;
    margin-top: 60px;
}

.about-counter-item {
    width: calc(33.33% - 33.33px);
}

.about-counter-item h2 {
    font-size: 50px;
}

.about-counter-item p {
    margin: 5px 0 0;
}

/************************************/
/*** 	 06. Our Services css     ***/
/************************************/

.our-service {
    padding: 100px 0;
}

.service-item {
    position: relative;
    border-radius: 20px;
    min-height: 430px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
    overflow: hidden;
}

.service-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-color);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.service-item.active::before,
.service-item:hover::before {
    transform: translate(100%, -100%);
}

.service-item-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.service-item.active .service-item-image,
.service-item:hover .service-item-image {
    opacity: 1;
}

.service-item-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: 50%;
}

.service-item-image figure {
    display: block;
    width: 100%;
    height: 100%;
}

.service-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-item-body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    height: 100%;
    z-index: 2;
}

.service-item-body .icon-box {
    position: relative;
    height: 60px;
    width: 60px;
    background-color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.service-item-body .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--accent-secondary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.service-item.active .service-item-body .icon-box::before,
.service-item:hover .service-item-body .icon-box::before {
    transform: scale(1);
}

.service-item-body .icon-box img {
    position: relative;
    width: 100%;
    max-width: 30px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.service-item.active .service-item-body .icon-box img,
.service-item:hover .service-item-body .icon-box img {
    filter: brightness(1) invert(1);
}

.service-item-content h2 {
    font-size: 20px;
    transition: all 0.4s ease-in-out;
}

.service-item-content h2 a {
    color: inherit;
}

.service-item-content p {
    margin: 10px 0 0;
    transition: all 0.4s ease-in-out;
}

.service-item.active .service-item-content h2,
.service-item:hover .service-item-content h2,
.service-item.active .service-item-content p,
.service-item:hover .service-item-content p,
.service-item.active .service-item-btn .readmore-btn,
.service-item:hover .service-item-btn .readmore-btn {
    color: var(--white-color);
}

.service-item-btn {
    border-top: 1px solid var(--divider-color);
    margin-top: 30px;
    padding-top: 30px;
}

.service-item.active .service-item-btn,
.service-item:hover .service-item-btn {
    border-color: var(--dark-divider-color);
}

.service-item-btn .readmore-btn {
    padding-right: 35px;
    transition: all 0.4s ease-in-out;
}

.service-item-btn .readmore-btn::before {
    height: 26px;
    width: 26px;
    background-color: var(--accent-secondary-color);
    border-radius: 50%;
    background-size: 16px auto;
}

.section-footer-text {
    margin-top: 30px;
    text-align: center;
}

.section-footer-text p {
    color: var(--primary-color);
    margin-bottom: 0;
}

.section-footer-text p span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    background: var(--accent-color);
    color: var(--primary-color);
    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: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.section-footer-text p a:hover {
    color: var(--accent-secondary-color);
}

.section-footer-text ul {
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}

.section-footer-text ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: var(--primary-color);
    margin-right: 10px;
}

.section-footer-text ul li:last-child {
    margin: 0;
}

.section-footer-text ul li i {
    color: var(--accent-secondary-color);
}

.dark-section .section-footer-text.section-satisfy-img .satisfy-client-image {
    border-color: var(--primary-color);
}

.dark-section .section-footer-text p,
.dark-section .section-footer-text ul li {
    color: var(--white-color);
}

.dark-section .section-footer-text p a {
    color: var(--accent-secondary-color);
}

.dark-section .section-footer-text p a:hover {
    color: var(--white-color);
}

.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;
}

.satisfy-client-images {
    display: inline-flex;
    align-items: center;
}

.satisfy-client-image {
    position: relative;
    display: inline-block;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    margin-left: -14px;
    overflow: hidden;
    z-index: 1;
}

.satisfy-client-image:first-child {
    margin-left: 0;
}

.satisfy-client-image figure {
    display: block;
}

.satisfy-client-image img {
    width: 100%;
    max-width: 50px;
}

.satisfy-client-image.add-more {
    width: 52px;
    height: 52px;
    background: var(--accent-secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.satisfy-client-image.add-more h3 {
    font-size: 16px;
}

.satisfy-client-image.add-more i {
    color: var(--primary-color);
    font-size: 20px;
}

.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 {
    max-width: 18px;
}

.section-footer-text.section-satisfy-img ul {
    margin: 5px 0 0;
}

/************************************/
/*** 	  07. Who We Are css      ***/
/************************************/

.who-we-are {
    padding: 100px 0;
}

.who-we-nav {
    margin-bottom: 40px;
}

.who-we-nav .nav-tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 15px 0;
    border-bottom: 4px solid var(--divider-color);
}

.who-we-nav ul li {
    width: 33.33%;
}

.who-we-nav ul li .nav-link {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    color: var(--primary-color);
    background: transparent;
    border: none;
    border-radius: 0px;
    padding: 0 5px 30px;
    transition: all 0.4s ease-in-out;
}

.who-we-nav ul li .nav-link.active,
.who-we-nav ul li .nav-link:hover {
    color: var(--primary-color);
    background: transparent;
}

.who-we-nav ul li .nav-link::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    background: var(--accent-secondary-color);
    width: 0;
    height: 4px;
    transition: all 0.4s ease-in-out;
}

.who-we-nav ul li .nav-link.active:before,
.who-we-nav ul li .nav-link:hover:before {
    width: 100%;
    left: 0;
}

.who-we-nav ul li .nav-link img {
    width: 100%;
    max-width: 30px;
    transition: all 0.3s ease-in-out;
}

.who-we-tab-header-content h3 {
    font-size: 20px;
}

.who-we-tab-header-content p {
    margin: 20px 0 0;
}

.who-we-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.who-we-item {
    width: calc(50% - 15px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.who-we-item .icon-box img {
    width: 100%;
    max-width: 34px;
}

.who-we-item-content {
    width: calc(100% - 49px);
}

.who-we-item-content h3 {
    font-size: 20px;
}

.who-we-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    border-top: 1px solid var(--divider-color);
    margin-top: 40px;
    padding-top: 40px;
}


.about-us-contact-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.about-us-contact-box .icon-box {
    position: relative;
    background: var(--accent-secondary-color);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.about-us-contact-box .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.about-us-contact-box:hover .icon-box::before {
    transform: scale(1);
}

.about-us-contact-box .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.about-us-contact-box:hover .icon-box img {
    filter: brightness(0) invert(1);
}

.about-us-conatct-content p {
    margin: 0 0 5px;
}

.about-us-conatct-content h3 {
    font-size: 20px;
}

.about-us-conatct-content h3 a {
    color: inherit;
    transition: all 0.4s ease-in-out;
}

.about-us-conatct-content h3 a:hover {
    color: var(--accent-secondary-color);
}

.who-we-image-box {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 20px 30px;
    margin-left: 20px;
}

.who-we-image-box-1 {
    width: calc(55% - 15px);
}

.who-we-image-box-2 {
    width: calc(45% - 15px);
}

.who-we-image figure {
    display: block;
    border-radius: 20px;
}

.who-we-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.who-we-image-box-1 .who-we-image img {
    aspect-ratio: 1 / 1.622;
}

.who-we-image-box-2 .who-we-image img {
    aspect-ratio: 1 / 1.27;
}

.who-we-cta-box {
    background-color: var(--white-color);
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 30px;
}

.who-we-cta-box .satisfy-client-image img {
    max-width: 34px;
}

.who-we-cta-box .satisfy-client-image.add-more {
    height: 36px;
    width: 36px;
}

.who-we-cta-box .satisfy-client-image.add-more i {
    font-size: 16px;
}

.who-we-cta-rating {
    margin-top: 20px;
}

.who-we-cta-rating span i {
    color: var(--accent-secondary-color);
}

.who-we-cta-content {
    margin-top: 10px;
}

.who-we-cta-content p {
    margin: 0;
}

/************************************/
/*** 	  08. Intro Video css     ***/
/************************************/

.intro-video {
    position: relative;
    background-image: url('../images/hero-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 45.833vw;
    align-content: end;
    padding: 100px 0;
    overflow: hidden;
}

.intro-video::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, var(--primary-color));
    opacity: 60%;
    z-index: 1;
}

.intro-video .container {
    position: relative;
    z-index: 2;
}

.intro-video-content .section-title {
    margin-bottom: 0;
}

.watch-video-circle {
    text-align: justify;
    background: #08070745;
    padding: 10px;
    backdrop-filter: blur(12px);
    border-radius: 10px;
}

.watch-video-circle p {
    color: #fff;
}

.watch-video-circle a {
    display: inline-block;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    /*cursor: none;*/
    border-radius: 50%;
}

.watch-video-circle img {
    width: 100%;
    max-width: 160px;
    border-radius: 50%;
    animation: infiniterotate 20s infinite linear;
}

.watch-video-circle img:hover {
    animation-play-state: paused;
}

/************************************/
/***    09. Our Commitment css    ***/
/************************************/

.our-commitment {
    padding: 100px 0 0;
}

.our-commitment-content {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    gap: 30px;
    height: 100%;
    margin-right: 20px;
}

.commitment-client-box-content {
    border-top: 1px solid var(--divider-color);
    margin-top: 30px;
    padding-top: 30px;
}

.commitment-client-box-content p {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.commitment-item {
    position: relative;
    border: 1px solid var(--divider-color);
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 40px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.commitment-item:last-child {
    margin-bottom: 0;
}

.commitment-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--white-color);
    width: 100%;
    height: 0;
    transition: all 0.4s ease-in-out;
}

.commitment-item:hover:before {
    top: auto;
    bottom: 0;
    height: 100%;
}

.commitment-item-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    z-index: 1;
}

.commitment-item-header .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    background: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
}

.commitment-item:hover .commitment-item-header .icon-box {
    background: transparent;
}

.commitment-item-header .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--accent-secondary-color);
    border-radius: 100px;
    transform: scale(0);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.commitment-item:hover .commitment-item-header .icon-box::before {
    transform: scale(1);
}

.commitment-item-header .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.commitment-item:hover .commitment-item-header .icon-box img {
    filter: brightness(1) invert(1);
}

.commitment-item-title {
    position: relative;
    width: calc(100% - 75px);
    z-index: 1;
}

.commitment-item-title h3 {
    font-size: 20px;
    line-height: 1.3em;
}

.commitment-item-content {
    position: relative;
    margin-top: 30px;
    z-index: 1;
}

.commitment-item-content p {
    margin: 0;
}

/************************************/
/*** 	  10. Our Projects css    ***/
/************************************/

.our-project {
    padding: 100px 0;
}

.project-item {
    position: relative;
    border-radius: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
}

.project-item-image figure {
    position: relative;
    display: block;
    border-radius: 20px;
}

.project-item-image a {
    /*cursor: none;*/
    display: block;
}

.project-item-image figure:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(180deg, transparent 50%, rgba(4, 6, 24, 0.80) 92.5%);
    border-radius: 20px;
    z-index: 1;
}

.project-item-image img {
    width: 100%;
    aspect-ratio: 1 / 1.305;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.6s ease-in-out;
}

.project-item:hover .project-item-image img {
    transform: scale(1.06);
}

.project-item-content {
    position: absolute;
    right: 40px;
    bottom: 40px;
    left: 40px;
    z-index: 2;
}

.project-item-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}

.project-item-content ul li {
    position: relative;
    color: var(--white-color);
    line-height: 1.5em;
    padding-left: 15px;
}

.project-item-content ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: var(--accent-secondary-color);
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

.project-item-content ul li a {
    color: inherit;
    transition: all 0.4s ease-in-out;
}

.project-item-content ul li a:hover {
    color: var(--accent-secondary-color);
}

.project-item-content h2 {
    color: var(--white-color);
    font-size: 20px;
    line-height: 1.4em;
}

.project-item-content h2 a {
    color: inherit;
}

/************************************/
/*** 	    11. Our Fact css      ***/
/************************************/

.our-fact {
    padding: 100px 0;
}

.our-fact-image-box {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    /* background: url('../images/our-fact-image-box-bg.png') no-repeat; */
    background-position: bottom 30px left 57%;
    background-size: auto;
    margin-right: 20px;
}

.our-fact-image-box-1 {
    position: relative;
    background-color: var(--white-color);
    border-radius: 20px;
    padding: 10px;
    width: 55%;
    z-index: 2;
}

.our-fact-image-box-1 .our-fact-image figure {
    display: block;
    border-radius: 14px;
}

.our-fact-image-box-1 .our-fact-image img {
    width: 100%;
    aspect-ratio: 1 / 0.765;
    object-fit: cover;
    border-radius: 14px;
}

.our-fact-image-content {
    padding: 20px 10px 10px;
}

.our-fact-image-content p {
    color: var(--primary-color);
    font-weight: 500;
    margin: 0;
}

.our-fact-image-box-2 {
    padding-bottom: 90px;
    width: 45%;
}

.our-fact-image-box-2 .our-fact-image {
    margin-left: -270px;
}

.our-fact-image-box-2 .our-fact-image figure {
    display: block;
    border-radius: 20px;
}

.our-fact-image-box-2 .our-fact-image img {
    width: 100%;
    aspect-ratio: 1 / 1.01;
    object-fit: cover;
    border-radius: 20px;
}

.fact-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.fact-item {
    position: relative;
    width: calc(50% - 15px);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid var(--divider-color);
    border-radius: 20px;
    min-height: 320px;
    overflow: hidden;
}

.fact-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--white-color);
    width: 100%;
    height: 0;
    transition: all 0.4s ease-in-out;
}

.fact-item:hover:before {
    top: auto;
    bottom: 0;
    height: 100%;
}

.fact-item-title {
    position: relative;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 30px;
    z-index: 1;
}

.fact-item-title ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}

.fact-item-title ul li {
    line-height: 1.5em;
}

.fact-item-title ul li::marker {
    color: var(--accent-secondary-color);
}

.fact-item-counter-content {
    position: relative;
    z-index: 1;
}

.fact-item-counter-content h2 {
    font-size: 50px;
}

.fact-item-counter-content p {
    margin: 10px 0 0;
}

/************************************/
/***    	12. CTA Box css       ***/
/************************************/

.cta-box {
    position: relative;
    background-image: url('../images/cta-box-bg-image.jpg');
    padding: 100px 0;
    overflow: hidden;
}

.cta-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, transparent 0%, rgba(4, 6, 24, 0.70) 100%);
    z-index: 1;
}

.cta-box .container {
    position: relative;
    z-index: 2;
}

.cta-box-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.cta-item-box-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.cta-box-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.cta-box-item:last-child {
    width: 100%;
    border-top: 1px solid var(--dark-divider-color);
    padding-top: 30px;
}

.cta-box-item .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background: var(--accent-secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.cta-box-item .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white-color);
    border-radius: 100px;
    transform: scale(0);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.cta-box-item:hover .icon-box::before {
    transform: scale(1);
}

.cta-box-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    z-index: 1;
}

.cta-box-item-content {
    width: calc(100% - 65px);
}

.cta-box-item-content p {
    color: var(--white-color);
    margin-bottom: 5px;
}

.cta-box-item-content h3 {
    color: var(--white-color);
    font-size: 20px;
}

.cta-box-item-content h3 a {
    color: inherit;
    transition: all 0.4s ease-in-out;
}

.cta-box-item-content h3 a:hover {
    color: var(--accent-secondary-color);
}

.cta-form-box {
    background-color: var(--white-color);
    border-radius: 20px;
    padding: 60px;
}

.cta-form-box .section-title .section-sub-title {
    background-color: var(--bg-color);
    color: var(--primary-color);
}

.cta-form-box .section-title h2 {
    color: var(--primary-color);
}

.cta-contact-form .form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--primary-color);
    background: transparent;
    border: 1px solid var(--divider-color);
    border-radius: 10px;
    padding: 17px 20px;
    box-shadow: none;
    outline: none;
}

.cta-contact-form .form-control::placeholder {
    color: var(--text-color);
}

/************************************/
/*** 	   13. Our Faqs css       ***/
/************************************/

.our-faqs {
    padding: 100px 0;
}

.faqs-content {
    position: sticky;
    top: 30px;
    margin-right: 15px;
}

.faq-client-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 1px solid var(--divider-color);
    padding-top: 40px;
    margin-top: 40px;
}

.faq-client-box-content {
    max-width: 67%;
}

.faq-client-box-content p {
    margin-bottom: 0;
}

.faq-accordion .accordion-item {
    border: 1px solid var(--divider-color);
    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-item .accordion-button.collapsed {
    background: transparent;
    color: var(--primary-color);
}

.faq-accordion .accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.333em;
    background: var(--primary-color);
    color: var(--white-color);
    padding: 20px 50px 20px 24px;
    transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-item .accordion-body {
    background: var(--primary-color);
    border-top: 1px solid var(--dark-divider-color);
    padding: 20px 24px;
}

.faq-accordion .accordion-item .accordion-body p {
    color: var(--white-color);
    margin-bottom: 0;
}

.accordion-item .accordion-body ul {
    list-style: disc;
    margin: 10px 0 0;
    padding-left: 20px;
}

.accordion-item .accordion-body ul li {
    color: var(--white-color);
    line-height: 1.5em;
    margin-bottom: 5px;
}

.accordion-item .accordion-body ul li:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after {
    content: '\2b';
    font-family: 'FontAwesome';
    position: absolute;
    right: 24px;
    top: 50%;
    font-size: 20px;
    font-weight: 400;
    transform: translateY(-50%);
    color: var(--primary-color);
    transition: all 0.4s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    content: '\f068';
    color: var(--white-color);
}

/************************************/
/***   14. Our Testimonials css   ***/
/************************************/

.our-testimonials {
    padding: 100px 0;
}

.testimonial-slider .swiper-wrapper {
    /*cursor: none;*/
}

.testimonial-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    min-height: 360px;
    background-color: var(--bg-color);
    border-radius: 20px;
    padding: 40px;
}

.testimonial-item-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.testimonial-item-rating i {
    color: var(--accent-secondary-color);
    font-size: 18px;
}

.testimonial-item-quote img {
    width: 100%;
    max-width: 40px;
}

.testimonial-item-content p {
    margin-bottom: 0;
    font-weight: 600;
}

.testimonial-item-author {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    border-top: 1px solid var(--divider-color);
    margin-top: 40px;
    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 h3 {
    font-size: 20px;
}

.testimonial-author-content p {
    margin: 5px 0 0;
}

.company-supports-slider-box {
    margin-top: 80px;
}

.company-supports-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    text-align: center;
}

.company-supports-content hr {
    height: 1px;
    width: 36%;
    color: var(--divider-color);
    opacity: 1;
    margin: 0;
}

.company-supports-content p {
    margin-bottom: 0;
}

.company-supports-slider {
    padding: 0 4.167vw 0;
}

.company-supports-logo {
    text-align: center;
}

.company-supports-logo img {
    width: 100%;
    max-width: 170px;
}

/************************************/
/*** 	    15. Our Blog css      ***/
/************************************/

.our-blog {
    padding: 100px 0 70px;
}

.post-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.post-featured-image {
    margin-bottom: 20px;
}

.post-featured-image a,
.post-featured-image figure {
    display: block;
    border-radius: 20px;
    /*cursor: none;*/
    overflow: hidden;
}

.post-featured-image img {
    width: 100%;
    aspect-ratio: 1 / 0.724;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
}

.post-item:hover .post-featured-image img {
    transform: scale(1.06);
}

.post-item-content {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.post-item-content h2 {
    font-size: 20px;
    line-height: 1.4em;
}

.post-item-content h2 a {
    color: inherit;
}

/************************************/
/*** 	    16. Footer css        ***/
/************************************/

.main-footer {
    padding: 100px 0 0;
    margin-bottom: 20px;
}

.footer-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-bottom: 1px solid var(--dark-divider-color);
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.footer-header .section-title {
    margin-bottom: 0;
    max-width: 860px;
}

.footer-social-links h3 {
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 20px;
}

.footer-social-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}

.footer-social-links ul li a {
    width: 36px;
    height: 36px;
    border: 1px solid var(--accent-secondary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a:hover {
    background-color: var(--accent-secondary-color);
}

.footer-social-links ul li a i {
    font-size: 18px;
    color: var(--accent-secondary-color);
    transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a:hover i {
    color: var(--primary-color);
}

/* .about-footer {
    margin-right: 2.604vw;
} */

.footer-logo img {
    width: 100%;
    max-width: 160px;
    display: block;
    margin: auto;
}
.about-footer-content.first ul li a {
    color: #fff;
    line-height: 30px;
}
.about-footer-content.first ul li i {
    color: #7fcad6;
    margin-right: 13px;
}
.about-footer-content.first ul li {
    list-style: none;
}
.about-footer-content.first ul li {
    list-style: none;
    margin-bottom: 14px;
    display: flex;
    align-items: baseline;
}
.footer-copyright-text p a {
    color: #fff;
}
section.packing-table {
    margin: 60px 0;
}
table.table.table-responsive.pack-table tr th {
    padding: 15px;
    border-right: 1px solid #fff;
    background: #065a84;
    color: #fff;
}
table.table.table-responsive.pack-table tr td {
    padding: 15px;
     border-right: 1px solid #00000014;
}
.packing-details.table-responsive h3 {
    margin-bottom: 15px;
    color: #000000a1;
}
.header {
    background: linear-gradient(135deg, #04608e 0%, #079dc9 100%);
    color: white;
    padding: 30px;
    text-align: center;
}


.about-footer-content {
    margin-top: 20px;
}

.about-footer-content p {
    color: var(--white-color);
    margin-bottom: 0;
}

.footer-links-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

/* .footer-links {
    max-width: 35%;
} */

.footer-links h3 {
    font-size: 25px;
    color: #eae5e5;
    margin-bottom: 30px;
    font-weight: 600;
}

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

.footer-links ul li {
    text-transform: capitalize;
    color: var(--white-color);
    line-height: 1.5em;
    margin-bottom: 20px;
}

.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: var(--accent-secondary-color);
}

.footer-links p {
    color: var(--white-color);
    margin-bottom: 30px;
}

.footer-newsletter-form .form-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: transparent;
    border: 1px solid var(--dark-divider-color);
    border-radius: 100px;
    padding: 4px;
}

.footer-newsletter-form .form-group .form-control {
    width: calc(100% - 50px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--white-color);
    background: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding: 6px 14px;
}

.footer-newsletter-form .form-group .form-control::placeholder {
    color: var(--white-color);
}

.footer-newsletter-form .form-group .newsletter-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--accent-secondary-color);
    border: none;
    border-radius: 50%;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.footer-newsletter-form .form-group .newsletter-btn:hover {
    background-color: var(--white-color);
}

.footer-newsletter-form .form-group .newsletter-btn i {
    font-size: 24px;
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.footer-copyright {
    border-top: 1px solid var(--dark-divider-color);
    margin-top: 40px;
    padding: 20px 0;
    text-align: center;
}

.footer-copyright-text p {
    color: var(--white-color);
    margin-bottom: 0;
}

/************************************/
/***    17. About Us Page css     ***/
/************************************/

.page-header {
    position: relative;
    background-image: url('../images/bradcum-img.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 60px;
    margin-top: 20px;
    overflow: hidden;
}

.page-header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 1;
}

.page-header-box {
    position: relative;
    text-align: center;
    z-index: 2;
}

.page-header-box h1 {
    display: inline-block;
    font-size: 50px;
    font-weight: 500;
    color: #ffffffc7;
    margin-bottom: 10px;
    /*cursor: none;*/
}
.about-footer-content.first ul {
    padding-left: 0;
}
@media only screen and (max-width: 1024px) {
    .about-us-image-box-prime {
        max-width: 800px;
        margin: 0 auto 30px;
    }
}
@media only screen and (max-width: 767px) {
    .fact-item {
        width: 100% !important;
        min-height: initial;
    }
}
.section-row {
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    .our-fact-image-box-1 {
        width: 100%;
        margin-bottom: 20px;
    }
}
}
@media only screen and (max-width: 767px) {
    .our-fact-image-box-2 .our-fact-image {
        margin-left: 0 !important;
    }
}
@media only screen and (max-width: 991px) {
    .commitment-item {
        padding: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 26px;
    }
}


.page-header-box h1 span {
    font-style: italic;
}

.page-header-box ol {
    justify-content: center;
    margin: 0;
    padding: 0;
}

.page-header-box ol li.breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    color: var(--white-color);
}

.page-header-box ol li.breadcrumb-item a {
    color: inherit;
}

.page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
    color: var(--white-color);
}

.our-approach {
    padding: 100px 0;
}

.our-approach-images {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-right: 35px;
}

.our-approach-images::before {
    content: '';
    position: absolute;
    bottom: 70px;
    left: 20px;
    border: 4px solid var(--accent-secondary-color);
    width: 394px;
    height: 410px;
    z-index: 0;
}

.our-approach-image-box-1 {
    position: relative;
    width: 56%;
    z-index: 2;
}

.our-approach-image figure {
    display: block;
    border-radius: 20px;
}

.our-approach-image figure img {
    width: 100%;
    aspect-ratio: 1 / 0.89;
    object-fit: cover;
    border-radius: 20px;
}

.our-approach-image-box-2 {
    position: relative;
    width: 44%;
    padding-bottom: 135px;
    z-index: 1;
}

.our-approach-image-box-2 .our-approach-image figure {
    margin-left: -285px;
}

.our-approach-image-box-2 .our-approach-image figure img {
    aspect-ratio: 1 / 0.82;
}

.approach-item-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.approach-item {
    /*width: calc(50% - 15px);*/
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.approach-item .icon-box {
    position: relative;
    height: 50px;
    width: 50px;
    background-color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.approach-item:hover .icon-box {
    background: var(--accent-secondary-color);
}

.approach-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.approach-item:hover .icon-box img {
    filter: brightness(1) invert(1);
}

.approach-item-content {
    width: calc(100% - 65px);
}

.approach-item-content h3 {
    font-size: 20px;
}

.approach-item-content p {
    margin: 10px 0 0;
}

.approach-item:last-child {
    width: 100%;
    border-top: 1px solid var(--divider-color);
    padding-top: 30px;
}

.our-history {
    padding: 100px 0;
}

.our-history-content {
    position: sticky;
    top: 30px;
}

.explore-project-circle a {
    display: inline-block;
    border-radius: 50%;
}

.explore-project-circle img {
    width: 100%;
    max-width: 140px;
    border-radius: 50%;
    animation: infiniterotate 20s infinite linear;
}

.explore-project-circle img:hover {
    animation-play-state: paused;
}

@keyframes infiniterotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.history-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.history-item {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    background: var(--white-color);
    border-radius: 20px;
    padding: 40px;
    overflow: hidden;
}

.history-item-header h2 {
    font-size: 50px;
}

.history-item-content {
    border-top: 1px solid var(--divider-color);
    padding-top: 20px;
    margin-top: 20px;
}

.history-item-content h3 {
    font-size: 20px;
}

.history-item-content p {
    margin: 10px 0 0;
}

.history-item-image {
    align-content: end;
}

.history-item-image figure {
    width: 100%;
    max-width: 370px;
    border-radius: 0 20px 0 0;
    margin: 0 auto -200px -50px;
}

.history-item-image img {
    width: 100%;
    border-radius: 0 20px 0 0;
    aspect-ratio: 1 / 1.24;
    object-fit: cover;
}

.our-team {
    padding: 100px 0;
}

.team-item {
    background: var(--white-color);
    border-radius: 20px;
    padding: 30px 30px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    transition: all 0.6s ease-in-out;
}

.team-item:hover {
    background-color: var(--primary-color);
}

.team-item-content {
    max-width: 80%;
}

.team-item-content h2 {
    font-size: 20px;
    transition: all 0.4s ease-in-out;
}

.team-item-content h2 a {
    color: inherit;
}

.team-item-content p {
    margin: 10px 0 0;
    transition: all 0.4s ease-in-out;
}

.team-item:hover .team-item-content h2,
.team-item:hover .team-item-content p {
    color: var(--white-color);
}

.team-item-image {
    text-align: center;
}

.team-item-image figure {
    display: block;
    border-radius: 20px 20px 0 0;
}

.team-item-image img {
    width: 100%;
    max-width: 245px;
    aspect-ratio: 1 / 1.54;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.team-social-list {
    position: absolute;
    right: 30px;
    top: 30px;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.team-item:hover .team-social-list {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.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: var(--white-color);
    background: transparent;
    border: 1px solid var(--white-color);
    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: var(--accent-secondary-color);
    border-color: var(--accent-secondary-color);
    color: var(--primary-color);
}

.team-social-list ul li a i {
    font-size: 18px;
    color: inherit;
}

.our-process {
    padding: 100px 0;
}

.our-process-item {
    /* background: var(--white-color); */
    /* border-radius: 20px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* gap: 30px; */
    /* height: calc(100% - 30px); */
    /* margin-bottom: 30px; */
    /* padding: 40px; */
    overflow: hidden;
}

.our-process-item-number {
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 30px;
}

.our-process-item-number h2 {
    font-size: 50px;
}

.our-process-item-content h3 {
    font-size: 20px;
}

.our-process-item-content p {
    margin: 20px 0 0;
}

.our-process-item-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
}

.our-process-item-content ul li {
    position: relative;
    color: var(--primary-color);
    font-size: 14px;
    background-color: var(--bg-color);
    border-radius: 100px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 10px 16px 10px 32px;
}

.our-process-item-content ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 16px;
    height: 6px;
    width: 6px;
    transform: translateY(-50%);
    background-color: var(--accent-secondary-color);
    border-radius: 50%;
}

.our-process-item.box-2 .our-process-item-number {
    margin-bottom: 30px;
}

.our-process-item-image {
    align-content: end;
}

.our-process-item-image figure {
    width: 100%;
    max-width: 300px;
    margin: 0 auto -90px 0;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.our-process-item-image img {
    width: 100%;
    aspect-ratio: 1 / 0.88;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.our-process-item.box-3 {
    /* position: relative;
    background-image: url('../images/our-procces-image-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden; */
}

.our-process-item.box-3::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* background-color: var(--primary-color); */
    opacity: 60%;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.our-process-item.box-3 .our-process-item-number,
.our-process-item.box-3 .our-process-item-content {
    z-index: 2;
}

.our-process-item.box-3 .our-process-item-number {
    border-color: var(--dark-divider-color);
}

.our-process-item.box-3 .our-process-item-number h2,
.our-process-item.box-3 .our-process-item-content h3,
.our-process-item.box-3 .our-process-item-content p {
    color: var(--white-color);
}

.our-process-item.box-3 .our-process-item-content ul li {
    color: var(--white-color);
    background-color: var(--dark-divider-color);
}

/************************************/
/*** 	 18. Services Page css	  ***/
/************************************/

.page-services {
    padding: 100px 0 70px;
}

.page-services .service-item:before {
    background: var(--white-color);
}

/************************************/
/***    19. Service Single css    ***/
/************************************/

.page-service-single {
    padding: 100px 0;
}

.page-single-sidebar {
    position: sticky;
    top: 30px;
    margin-right: 15px;
}

.page-category-list {
    background: var(--secondary-color);
    border-radius: 20px;
    margin-bottom: 60px;
    overflow: hidden;
}

.page-category-list h2 {
    font-size: 20px;
    line-height: normal;
    color: var(--white-color);
    background: var(--accent-color);
    padding: 25px 40px;
}

.page-category-list ul {
    list-style: none;
    margin: 0;
    padding: 40px;
}

.page-category-list ul li {
    line-height: 1.4em;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.page-category-list ul li:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.page-category-list ul li a {
    position: relative;
    display: block;
    text-transform: capitalize;
    color: inherit;
    padding-right: 25px;
    transition: all 0.4s ease-in-out;
}

.page-category-list ul li a:hover {
    color: var(--primary-color);
}

.page-category-list ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/arrow-primary.svg') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 22px;
    height: 22px;
    transition: all 0.4s ease-in-out;
}

.page-category-list ul li a:hover::before {
    transform: rotate(45deg);
}

.sidebar-cta-box {
    border-radius: 20px;
    overflow: hidden;
}

.sidebar-cta-image figure {
    position: relative;
    display: block;
}

.sidebar-cta-image figure::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 0%, var(--primary-color) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.sidebar-cta-image img {
    width: 100%;
    aspect-ratio: 1 / 1.145;
    object-fit: cover;
}

.sidebar-cta-body {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    text-align: center;
    z-index: 1;
}

.sidebar-cta-logo img {
    width: 100%;
    max-width: 177px;
}

.sidebar-cta-content,
.sidebar-cta-btn {
    margin-top: 40px;
}

.sidebar-cta-content h2 {
    font-size: 30px;
    color: var(--white-color);
}

.page-single-image {
    margin-bottom: 30px;
}

.page-single-image figure {
    display: block;
    border-radius: 20px;
}

.page-single-image img {
    width: 100%;
    aspect-ratio: 1 / 0.5361;
    object-fit: cover;
    border-radius: 20px;
}

.service-entry {
    margin-bottom: 60px;
}

.service-entry p {
    margin-bottom: 20px;
}

.service-entry p:last-child,
.service-entry h3:last-child {
    margin-bottom: 0;
}

.service-entry h2 {
    font-size: 50px;
    letter-spacing: -0.02em;
    font-weight: 500;
    margin-bottom: 20px;
}

.service-entry h2 span {
    font-style: italic;
}

.service-entry h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.service-entry ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
}

.service-entry ul li {
    position: relative;
    width: calc(50% - 10px);
    line-height: 1.5em;
    padding-left: 25px;
}

.service-entry ul li::before {
    content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
    top: 0;
    left: 0;
}

.service-approach-box,
.service-projects-box,
.service-entry-info-box {
    margin-top: 60px;
}

.service-approach-item-list {
    margin-top: 40px;
}

.service-approach-item {
    margin-bottom: 40px;
}

.service-approach-item:last-child {
    margin-bottom: 0;
}

.service-approach-item-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.service-approach-item-header .icon-box {
    position: relative;
    width: 40px;
    height: 40px;
    background: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.service-approach-item:hover .service-approach-item-header .icon-box {
    background: transparent;
}

.service-approach-item-header .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--accent-secondary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.service-approach-item:hover .service-approach-item-header .icon-box::before {
    transform: scale(1);
}

.service-approach-item-header .icon-box img {
    position: relative;
    width: 100%;
    max-width: 20px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.service-approach-item:hover .service-approach-item-header .icon-box img {
    filter: brightness(0) invert(0);
}

.service-approach-item-title {
    width: calc(100% - 55px);
}

.service-approach-item-content {
    margin-top: 20px;
}

.service-project-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.service-project-item {
    width: calc(33.33% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    gap: 20px;
    background: var(--white-color);
    border-radius: 20px;
    padding: 40px 20px 0;
    overflow: hidden;
}

.service-project-item-image figure {
    display: block;
    width: 100%;
    max-width: 310px;
    border-radius: 20px 20px 0 0;
}

.service-project-item-image img {
    width: 100%;
    aspect-ratio: 1 / 0.62;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

/************************************/
/***     20. Blog Archive css     ***/
/************************************/

.page-blog {
    padding: 100px 0;
}

.page-pagination {
    margin-top: 30px;
    text-align: center;
}

.page-pagination ul {
    justify-content: center;
    padding: 0;
    margin: 0;
}

.page-pagination ul li a,
.page-pagination ul li span {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 100px;
    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,
.page-pagination ul li a:hover {
    background: var(--accent-color);
    color: var(--white-color);
}

/************************************/
/***     21. Blog Single css      ***/
/************************************/

.page-single-post {
    padding: 100px 0;
}

.post-single-meta ol li {
    font-size: 18px;
    color: var(--white-color);
    margin-right: 15px;
}

.post-single-meta ol li:last-child {
    margin-right: 0;
}

.post-single-meta ol li i {
    font-size: 18px;
    color: var(--white-color);
    margin-right: 5px;
}

.post-image {
    position: relative;
    margin-bottom: 30px;
}

.post-image figure {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.post-image img {
    width: 100%;
    aspect-ratio: 1 / 0.50;
    object-fit: cover;
    border-radius: 20px;
}

.post-content {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.post-entry {
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.post-entry:after {
    content: '';
    display: block;
    clear: both;
}

.post-entry a {
    color: var(--accent-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 0.4em;
}

.post-entry h1 {
    font-size: 60px;
}

.post-entry h2 {
    font-size: 50px;
}

.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: var(--primary-color);
    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,
.post-entry ul li {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--text-color);
    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: var(--secondary-color) 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-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    color: var(--primary-color);
}

.post-entry blockquote p:last-child {
    margin-bottom: 0;
}

.tag-links {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.post-tags .tag-links a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1em;
    background: var(--accent-color);
    color: var(--white-color);
    border-radius: 100px;
    padding: 12px 20px;
    transition: all 0.4s ease-in-out;
}

.post-tags .tag-links a:hover {
    background: var(--accent-secondary-color);
    color: var(--primary-color);
}

.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: var(--accent-color);
    color: var(--white-color);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    transition: all 0.4s ease-in-out;
}

.post-social-sharing ul li:hover a {
    background: var(--accent-secondary-color);
    color: var(--primary-color);
}

.post-social-sharing ul li a i {
    font-size: 18px;
    color: inherit;
}
a.midtitle.dif-pro {
    display: none;
}
/************************************/
/***    22. Page Projects css     ***/
/************************************/

.page-projects {
    padding: 100px 0 70px;
}

/************************************/
/***   23. Project Single css     ***/
/************************************/

.page-project-single {
    padding: 100px 0;
}

.project-category-list ul li span {
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.project-entry {
    margin-bottom: 60px;
}

.project-entry p {
    margin-bottom: 20px;
}

.project-entry h2 {
    font-size: 50px;
    letter-spacing: -0.02em;
    font-weight: 500;
    margin-bottom: 20px;
}

.project-entry h2 span {
    font-style: italic;
}

.project-entry h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.project-entry ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.project-entry ul li {
    position: relative;
    line-height: 1.5em;
    padding-left: 25px;
    margin-bottom: 15px;
}

.project-entry p:last-child,
.project-entry h2:last-child,
.project-entry h3:last-child,
.project-entry ul li:last-child {
    margin-bottom: 0;
}

.project-entry ul li::before {
    content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
    top: 0;
    left: 0;
}

.project-planning-box,
.project-entry-info-box,
.project-challenges-box {
    margin-top: 60px;
}

.project-planning-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.project-planning-item {
    position: relative;
    width: calc(33.33% - 20px);
    min-height: 280px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
    background: var(--white-color);
    border-radius: 20px;
    padding: 30px;
    overflow: hidden;
}

.project-planning-item .icon-box {
    position: absolute;
    top: -20px;
    right: -20px;
}

.project-planning-item .icon-box img {
    width: 100%;
    max-width: 100px;
}

.project-planning-item-no h2 {
    line-height: 1em;
}

.project-planning-item-no h2 span {
    font-style: normal;
}

.project-planning-item-content h3 {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.project-entry-info-image-content {
    position: relative;
    padding: 40px;
    margin-top: 40px;
}

.project-entry-info-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-entry-info-image figure {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.project-entry-info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.project-entry-info-content {
    position: relative;
    display: inline-block;
    background: var(--white-color);
    border-radius: 20px;
    padding: 30px;
    z-index: 1;
}

.project-entry-info-content h3 {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.project-challenges-item-list {
    margin-top: 40px;
}

.project-challenges-item {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}

.project-challenges-item:last-child {
    margin-bottom: 0;
}

.project-challenges-item:nth-child(even) {
    flex-direction: row-reverse;
}

.project-challenges-image {
    width: calc(50% - 15px);
}

.project-challenges-image figure {
    display: block;
    height: 100%;
    border-radius: 20px;
}

.project-challenges-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.814;
    object-fit: cover;
    border-radius: 20px;
}

.project-challenges-item-content {
    width: calc(50% - 15px);
    align-content: center;
}

.project-challenges-item-header,
.project-challenges-item-body {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.project-challenges-item-body {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.project-challenges-item-body .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    background: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.project-challenges-item-body:hover .icon-box {
    background: transparent;
}

.project-challenges-item-body .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--accent-secondary-color);
    border-radius: 100px;
    transform: scale(0);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.project-challenges-item-body:hover .icon-box::before {
    transform: scale(1);
}

.project-challenges-item-body .icon-box img {
    position: relative;
    width: 100%;
    max-width: 30px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.project-challenges-item-body:hover .icon-box img {
    filter: brightness(1) invert(1);
}

.project-challenges-item-body-content {
    width: calc(100% - 75px);
}

.project-challenges-body-list ul li {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.project-challenges-body-list ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/************************************/
/*** 	   24. Team Page css      ***/
/************************************/

.page-team {
    padding: 100px 0 70px;
}

/************************************/
/*** 	 25. Team Single css      ***/
/************************************/


.page-team-single {
    padding: 100px 0;
}

.team-single-image {
    background: var(--white-color);
    border-radius: 20px;
    padding: 30px 30px 0;
    margin-bottom: 60px;
    text-align: center;
    overflow: hidden;
}

.team-single-image figure {
    display: block;
    border-radius: 20px 20px 0 0;
}

.team-single-image img {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 1 / 1.525;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.team-member-about,
.team-member-experience-box,
.team-member-skills-box {
    margin-bottom: 60px;
}

.team-contact-list {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--divider-color);
    border-right: none;
    border-bottom: none;
    border-radius: 20px;
    overflow: hidden;
}

.team-contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 50%;
    border-right: 1px solid var(--divider-color);
    border-bottom: 1px solid var(--divider-color);
    padding: 50px;
}

.team-contact-item:nth-of-type(-2n + 2) {
    border-radius: 0 20px 0 0;
}

.team-contact-item:last-child,
.team-contact-item:nth-child(2n):nth-last-child(2) {
    border-radius: 0 0 20px 0;
}

.team-contact-item .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--accent-secondary-color);
    border-radius: 50%;
}

.team-contact-item .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    transform: scale(0);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
}

.team-contact-item:hover .icon-box::before {
    transform: scale(1);
}

.team-contact-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.team-contact-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}

.team-contact-item-content {
    width: calc(100% - 65px);
}

.team-contact-item h3 {
    font-size: 20px;
}

.team-contact-item-content p {
    margin-bottom: 5px;
}
.calculator-body {
    padding: 40px;
}
.input-section {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
}
.calculate-btn {
    background: linear-gradient(135deg, #04608e 0%, #079dc9 100%);
    border: none;
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.results-section {
    display: none;
    animation: slideIn 0.5s ease-out;
}
.result-card {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.result-label {
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
}
.result-label i {
    margin-right: 10px;
    color: #015e8a;
}
.result-value {
    font-size: 1.3rem;
    font-weight: 700;
    color: #015e8a;
}
.highlight-result {
    background: linear-gradient(135deg, #04608e 0%, #079dc9 100%);
    color: white;
    padding: 25px;
    border-radius: 15px;
    margin-top: 20px;
    text-align: center;
}
.highlight-result h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    opacity: 0.9;
    color: #fff;
}
.highlight-value {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.highlight-result p {
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
}
.calculator-container p {
    text-align: center;
}
.calculator-container h1 {
    color: #fff;
}
.unit-badge {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #015e8a;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}
.slicknav_btn {
    background: var(--accent-secondary-color);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 6px;
}
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222;
}


@media only screen and (max-width: 991px) {
    header.main-header .header-sticky {
        width: 100%;
        border-radius: 0;
    }
    .responsive-menu,
.navbar-toggle {
    display: block;
}

}
@media only screen and (max-width: 1580px) {
    header.main-header .header-sticky {
        width: calc(100% - 70px);
    }
}
header.main-header .header-sticky {
    position: relative;
    max-width: 1500px;
    top: 0;
    background: var(--white-color);
    border-radius: 100px;
    z-index: 100;
}
@media only screen and (max-width: 991px) {
    .bg-section {
        width: 100%;
        border-radius: 0;
        margin: 0;
    }
}
@media only screen and (max-width: 1880px) {
    .bg-section {
        width: calc(100% - 40px);
    }
}
@media only screen and (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }
}
header.main-header {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 100;
}


.navbar {
    padding: 0px 10px;
    align-items: center;
}
.input-group-custom {
    position: relative;
    margin-bottom: 25px;
}
.team-contact-item ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.team-contact-item ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.team-contact-item ul li a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.team-contact-item ul li i {
    font-size: 18px;
    color: inherit;
}
a.slicknav_btn.slicknav_collapsed {
    background: #086690;
    color: #fff;
}
.member-experience-image-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.member-experience-content {
    width: calc(62% - 15px);
    align-content: center;
}

.member-experience-content-item {
    margin-bottom: 40px;
}

.member-experience-content-item:last-child {
    margin-bottom: 0;
}

.member-experience-content-item h3 {
    font-size: 20px;
}

.member-experience-content-item p {
    margin: 15px 0 0;
}

.member-experience-image {
    width: calc(38% - 15px);
}

.member-experience-image figure {
    display: block;
    height: 100%;
    border-radius: 20px;
}

.member-experience-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1.041;
    object-fit: cover;
    border-radius: 20px;
}

.member-skill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.skills-progress-bar {
    width: calc(50% - 15px);
}

.skills-progress-bar:last-child {
    margin-bottom: 0px;
}

.skills-progress-bar .skill-data {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}

.skills-progress-bar .skill-data .skill-title,
.skills-progress-bar .skill-data .skill-no {
    line-height: normal;
}

.skills-progress-bar .skillbar .skill-progress {
    position: relative;
    width: 100%;
    height: 10px;
    background: var(--divider-color);
    border-radius: 30px;
    overflow: hidden;
}

.skills-progress-bar .skillbar .skill-progress .count-bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--primary-color);
    border-radius: 30px;
}

.contact-form.team-contact-form {
    margin: 0;
}

/************************************/
/*** 	 26. Pricing Page css     ***/
/************************************/

.page-pricing {
    padding: 100px 0;
}

.pricing-item {
    background-color: var(--white-color);
    border-radius: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 10px;
}

.pricing-item-header {
    background-color: var(--bg-color);
    border-radius: 20px;
    padding: 30px;
}

.pricing-item-header .icon-box {
    width: 50px;
    height: 50px;
    background: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 30px;
}

.pricing-item-header .icon-box img {
    width: 100%;
    max-width: 24px;
}

.pricing-item-content .pricing-item-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.pricing-item-content h2 {
    font-size: 50px;
}

.pricing-item-content h2 sub {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    bottom: 0;
}

.pricing-item-content p {
    border-top: 1px solid var(--divider-color);
    padding-top: 20px;
    margin: 20px 0 0;
}

.pricing-item-body {
    padding: 30px;
}

.pricing-item-list h3 {
    font-size: 20px;
}

.pricing-item-list ul {
    list-style: none;
    margin: 30px 0 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 7 Free';
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-secondary-color);
    top: 0;
    left: 0;
}

.pricing-item-btn {
    margin-top: 30px;
}

.pricing-item-btn .btn-default {
    width: 100%;
    padding: 17px;
    text-align: center;
}

.pricing-item-btn .btn-default::before {
    display: none;
}

.pricing-item.highlighted-box .pricing-item-header .icon-box {
    background-color: var(--accent-secondary-color);
}

.pricing-item.highlighted-box .pricing-item-header .icon-box img {
    filter: brightness(1) invert(1);
}

.pricing-benefit-list {
    margin-top: 30px;
}

.pricing-benefit-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px 40px;
}

.pricing-benefit-list ul li {
    display: inline-flex;
    align-items: center;
}

.pricing-benefit-list ul li img {
    width: 100%;
    max-width: 20px;
    margin-right: 10px;
}

/************************************/
/***  27. Testimonials Page css   ***/
/************************************/

.page-testimonials {
    padding: 100px 0 70px;
}

.page-testimonials .testimonial-item {
    background-color: var(--white-color);
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

/************************************/
/***    28. Image Gallery css     ***/
/************************************/

.page-gallery {
    padding: 100px 0 70px;
}

.page-gallery-box .photo-gallery {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}



.page-gallery-box .photo-gallery figure {
    display: block;
    border-radius: 20px;
}

.page-gallery-box .photo-gallery img {
    width: 100%;
    aspect-ratio: 1 / 0.745;
    object-fit: cover;
    border-radius: 20px;
}

/************************************/
/***    29. Video Gallery css     ***/
/************************************/

.page-video-gallery {
    padding: 100px 0 70px;
}

.video-gallery-image {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
}

.video-gallery-image a {
    position: relative;
    display: block;
    /*cursor: none;*/
}

.video-gallery-image a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    border-radius: 20px;
    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: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    font-size: 20px;
    background: var(--accent-secondary-color);
    color: var(--primary-color);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    /*cursor: none;*/
    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.745;
    object-fit: cover;
    border-radius: 20px;
}

/************************************/
/***     30. FAQ's Page css       ***/
/************************************/

.page-faqs {
    padding: 100px 0;
}

.page-faqs .page-single-faqs {
    margin-bottom: 60px;
}

.page-faqs .page-single-faqs:last-child {
    margin-bottom: 0px;
}

/************************************/
/***    31. Contact Us Page css   ***/
/************************************/

.page-contact-us {
    padding: 100px 0 50px;
}

.contact-us-content {
    margin-right: 15px;
}

.contact-info-item {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.contact-info-item h2 {
    font-size: 30px;
    font-weight: 500;
}

.contact-info-item h4 {
    font-size: 20px;
    font-weight: 600;
}

.contact-info-item h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
}

.contact-info-item p {
    margin: 10px 0 0;
}

.contact-info-item h2 a,
.contact-info-item h3 a,
.contact-info-item p a {
    color: inherit;
    transition: all 0.4s ease-in-out;
}

.contact-info-item h2 a:hover,
.contact-info-item h3 a:hover,
.contact-info-item p a:hover {
    color: var(--accent-secondary-color);
}

.contact-us-social-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-us-social-list ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.contact-us-social-list ul li a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.contact-us-social-list ul li a i {
    font-size: 18px;
    color: inherit;
}
img.menubar-logo {
    width: 130px;
    border-radius: 50px;
}

.contact-form {
    background: var(--white-color);
    border-radius: 20px;
    padding: 60px;
}
li.breadcrumb-item::before {
    display: none;
}
.contact-form label {
    font-size: 16px;
    font-weight: 600;
    color: #000000ab;
}
.our-project.bg-section.dark-section.sub-pro {
    background: no-repeat;
}
@media only screen and (max-width: 1880px) {
    .bg-section {
        width: calc(100% - 40px);
    }
}
@media only screen and (max-width: 1580px) {
    header.main-header .header-sticky {
        width: calc(100% - 70px);
    }
}
@media only screen and (max-width: 1024px) {
    .hero {
        min-height: auto;
    }
}
.about-us-prime {
    padding: 100px 0;
}
.section-row {
    margin-bottom: 60px;
}
.about-us-image-box-1-prime .about-us-image-prime img {
    aspect-ratio: 1 / 0.891;
}
.about-us-image-prime img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.about-us-image-box-2-prime .about-us-image-prime {
    /* margin-left: -295px; */
    position: absolute;
    bottom: -27px;
}
.about-us-image-box-2-prime {
    width: 60%;
    position: relative;
    left: 266px;
    align-content: end;
}
.about-us-image-box-2-prime .about-us-image-prime img {
    aspect-ratio: 1 / 0.748;
    border-radius: 10px;
}
.about-us-image-prime img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.about-us-image-box-2-prime .about-us-image-prime figure, .about-us-image-box-1-prime .contact-us-circle-prime a {
    border: 6px solid var(--bg-color);
}
.about-us-image-prime figure {
    position: relative;
    display: block;
    border-radius: 20px;
    z-index: 0;
}
.image-anime {
    position: relative;
    overflow: hidden;
}
figure {
    margin: 0;
}
.about-body-item-content-prime h3 {
    font-size: 20px;
}
@media only screen and (max-width: 1440px) {
    .fact-item {
        padding: 20px;
        min-height: 200px;
    }
}
.fact-item {
    position: relative;
    width: calc(50% - 15px);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid var(--divider-color);
    border-radius: 20px;
    min-height: 320px;
    overflow: hidden;
}
@media only screen and (max-width: 1440px) {
    .fact-item {
        padding: 20px;
        min-height: 200px;
    }
}
.calculator-container {
    margin: 20px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.header {
    background: linear-gradient(135deg, #04608e 0%, #079dc9 100%);
    color: white;
    padding: 30px;
    text-align: center;
}

.header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.calculator-body {
    padding: 40px;
}
.form-control {
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
    header.main-header {
        top: 0px;
    }
}
@media only screen and (max-width: 991px) {
    header.main-header .header-sticky {
        width: 100%;
        border-radius: 0;
    }
}
.calles, .phone-info {
    background: #066de3;
    left: 50px;
    font-size: 45px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.calles, .phone-info {
    background: #066de3;
    left: 50px;
    font-size: 45px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.box-icon i, .calles, .phone-info, .pulse, .whatsapp-info {
    width: 50px;
    height: 50px;
    text-align: center;
}
.calles, .phone-info, .pulse, .whatsapp-info {
    font-family: Lato, sans-serif;
    display: inline-block;
    color: #fff;
    position: fixed;
    bottom: 100px;
    z-index: 99;
    border-radius: 90%;
    line-height: 45px;
    cursor: pointer;
}

@keyframes calles {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: .3
    }

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

.calles:first-child {
    -webkit-animation: 2s infinite calles;
    animation: 2s infinite calles
}

.calles:nth-child(2) {
    -webkit-animation: 2s .3s infinite calles;
    animation: 2s .3s infinite calles
}

.calles:nth-child(3) {
    -webkit-animation: 2s .6s infinite calles;
    animation: 2s .6s infinite calles
}
style attribute {
    color: #fff;
}
.pulse, .whatsapp-info {
    background: #1ab744;
    right: 50px;
    font-size: 45px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.box-icon i, .calles, .phone-info, .pulse, .whatsapp-info {
    width: 50px;
    height: 50px;
    text-align: center;
}
.calles, .phone-info, .pulse, .whatsapp-info {
    font-family: Lato, sans-serif;
    display: inline-block;
    color: #fff;
    position: fixed;
    bottom: 100px;
    z-index: 99;
    border-radius: 90%;
    line-height: 45px;
    cursor: pointer;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: .3
    }

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

@keyframes pulse {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: .3
    }

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

.pulse:first-child {
    -webkit-animation: 2s infinite pulse;
    animation: 2s infinite pulse
}

.pulse:nth-child(2) {
    -webkit-animation: 2s .3s infinite pulse;
    animation: 2s .3s infinite pulse
}

.pulse:nth-child(3) {
    -webkit-animation: 2s .6s infinite pulse;
    animation: 2s .6s infinite pulse
}
li.nav-item.custom {
    display: none;
}
li.nav-item.custom a {
    color: #fff;
    background: #035c8a;
    width: 200px;
    border-radius: 10px;
}
ul.slicknav_nav {
    padding: 20px 0 20px 5px;
}
.footer-copyright-text p {
    text-align: center;
}
@media only screen and (max-width: 600px) {
  li.nav-item.custom {
    display: block;
}
.our-fact-image-box-2 .our-fact-image {
    margin-left: 0;
}
}
@media only screen and (max-width: 767px) {
    .history-item {
        width: 100%;
        padding: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .our-fact-image-box-2 {
        width: 100%;
        padding: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .our-fact-image-box {
        max-width: 700px;
        margin: 0 auto 30px;
    }
}
.our-process-item-number img {
    width: 100%;
    height: 432px;
}
p{
    text-align: justify;
}



