/*****************************************************************

** - 01 - Default CSS
** - 02 - Preloader Section CSS
** - 03 - Navbar Section CSS
** - 04 - Home All Section CSS
** - 05 - About Section CSS
** - 06 - Services Section CSS
** - 07 - Services Details Page CSS
** - 08 - Counter Section CSS
** - 09 - Work Process Section CSS
** - 10 - Overview Section CSS
** - 11 - Project Section CSS
** - 12 - Projects Details Page CSS
** - 13 - Testimonial Section CSS
** - 14 - Team Section CSS
** - 15 - Hire Section CSS
** - 16 - Partner Section CSS
** - 17 - Blog Section CSS
** - 18 - Blog Details Page CSS
** - 19 - Blog Page Sidebar Widget CSS
** - 20 - Other Page Banner Title Section CSS
** - 21 - Pricing Page CSS
** - 22 - 404 Error Page CSS
** - 23 - Faq Page CSS
** - 24 - Coming Soon Page CSS
** - 25 - Contact Page CSS
** - 26 - Terms & Conditions
** - 27 - Privacy Policy Page CSS
** - 28 - Subscribe Section CSS
** - 29 - All Page Footer Section CSS
** - 30 - Page Copyright Section CSS

*****************************************************************/

/**************************************
 ** - 01 - Default CSS
 **************************************/
*, *:before, *:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}

html, body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}
body {
	padding: 0;
	margin: 0;
	/*font-size: 16px;*/
	/*font-family: 'Cabin', sans-serif;*/
}

img {
	max-width: 100%;
	height: auto;
	border-radius: 3px;
}
a{
    text-decoration: none;
    transition: 0.4s;
    /*color: rgb(4, 12, 53);*/
    outline: 0px !important;
}
p {
    margin-top: 0px;
    margin-bottom: 1rem;
}
button {
	outline: 0 !important;
}

dl, ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.ptb-20 {
	padding-top: 20px;
	padding-bottom: 60px;
}

.pb-50 {
	padding-bottom: 50px;
}
.pb-70 {
	padding-bottom: 70px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-50 {
	padding-top: 50px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-100 {
	padding-top: 100px;
}

.bg-grey {
	background-color: #fafbfc;
}
.pb-0{
	padding-bottom: 0px !important;
}
.section-padding {
	padding: 50px 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    padding-left: 195px !important;
    padding-right: 195px !important;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.justify-content-center {
    justify-content: center !important;
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}
.p-3 {
    padding: 1rem !important;
}
.text-center {
    text-align: center !important;
}
.card {
    box-shadow: 0 10px 20px rgb(0 0 0 / 0%);
}
.card {
    border: none;
    border-radius: 15px;
    transition: box-shadow 0.3s ease;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
}
.card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.card img {
    border-radius: 15px;
}
.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}
.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
}
.card-title-h1 {
    font-weight: 800;
    font-size: 28px;
}
.book-appoinment {
    background: #fff;
    border: 1px solid #03BBD3;
    color: #0b0b31;
}
.justify-content-center {
    justify-content: center !important;
}
.category-container {
    margin-top: 40px;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.icon-circle {
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: box-shadow 0.3s ease-in-out;
}
.icon-circle {
    width: 80%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.icon-circle img {
    max-width: 90%;
    height: auto;
}
.icon-circle:hover {
    box-shadow: 0 0 20px rgb(17 182 216), 0 0 40px rgb(18 182 217);
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
.flex-column {
    flex-direction: column !important;
}
.align-items-center {
    align-items: center !important;
}
@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}
.mb-40 {
    margin-bottom: 40px !important;
}
.p-50 {
    padding: 50px;
}

.process-list-tab ul.tabs li {
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}
.process-list-tab ul.tabs li a {
    display: block;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.26) 0px 8px 16px;
}
@media (min-width: 992px) {
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333%;
    }
}
@media (min-width: 992px) {
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6667%;
    }
}


/*a {*/
/*	text-decoration: none;*/
/*	-webkit-transition: 0.4s;*/
/*	transition: 0.4s;*/
/*	outline: 0 !important;*/
/*	color: #040C35;*/
/*}*/

/*a:hover {*/
/*	text-decoration: none;*/
/*	color: #040C35;*/
/*}*/

/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {*/
/*	font-weight: 700;*/
/*	line-height: 1.4;*/
/*	font-family: 'Cabin', sans-serif;*/
/*}*/

/*p {*/
/*	font-size: 16px;*/
/*	line-height: 1.8;*/
/*	color: #040C35;*/
/*	margin-bottom: 15px;*/
/*	font-weight: 400;*/
/*	letter-spacing: 0.3px;*/
/*	font-family: 'Cabin', sans-serif;*/
/*}*/

p:last-child {
	margin-bottom: 0;
}

/* ===== NAVBAR (ORIGINAL SAME) ===== */
      .top-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 27px;
        border-bottom: 1px solid #ddd;
        position: relative;
      }

      .logo {
        font-size: 28px;
        color: #555;
        font-weight: bold;
        line-height: 1;
        flex-shrink: 0;
      }

      .logo span {
        color: #0096d6;
        font-size: 14px;
        display: block;
        margin-top: -4px;
        font-weight: normal;
        margin-left: 84px;
      }
      html body .logo img{
          max-width: unset !important;
      }
      .search-box {
        flex: 1;
        margin: 0 40px;
        position: relative;
        min-width: 0;
      }

      .search-box input {
        width: 98%;
        padding: 10px 40px 10px 15px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
      }

      .search-box i {
        position: absolute;
        right: 34px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 22px;
      }

      .navbar {
        position: sticky;
        top: 0;
        z-index: 999;
        background: white;
      }

      .nav-icons {
        display: flex;
        gap: 60px;
        flex-shrink: 0;
      }

      .nav-item {
        text-align: center;
        font-size: 12px;
        display: flex;
        flex-direction: column;
        gap: 3px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        white-space: nowrap;
      }

      .nav-item i {
        display: block;
        font-size: 18px;
        color: #007db8;
        margin-bottom: 5px;
      }

      .nav-item img {
        height: 30px;
      }

      .menu-bar {
        display: flex;
        justify-content: center;
        gap: 100px;
        padding: 12px;
        border-bottom: 2px solid #f3f3f3;
        background-color: #f3f3f3;
        color: #2a3742d4;
        font-size: 16px;
      }

      .menu-bar a {
        text-decoration: none;
        color: #2a3742d4;
        font-size: 16px;
        transition: 0.3s;
        white-space: nowrap;
      }

      .menu-bar a:hover {
        color: #000;
      }

      .fa-magnifying-glass:before,
      .fa-search:before {
        content: "\f002";
        cursor: pointer;
      }

      /* HAMBURGER */
      .menu-toggle {
        display: none;
        width: 28px;
        height: 22px;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        margin-left: 15px;
        flex-shrink: 0;
      }

      .menu-toggle span {
        display: block;
        width: 100%;
        height: 3px;
        background: #007db8;
        border-radius: 2px;
      }

      /* MOBILE SIDE MENU */
      .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        z-index: 9998;
      }

      .mobile-side-menu {
        position: fixed;
        top: 0;
        right: -320px;
        width: 320px;
        max-width: 85%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        transition: 0.35s ease;
        box-shadow: -4px 0 15px rgba(0, 0, 0, 0.12);
        overflow-y: auto;
      }

      .mobile-side-menu.active {
        right: 0;
      }

      .mobile-menu-overlay.active {
        opacity: 1;
        visibility: visible;
      }

      .mobile-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 20px;
        border-bottom: 1px solid #e5e5e5;
        font-size: 20px;
        font-weight: 600;
        color: #333;
      }

      .close-menu {
        background: none;
        border: none;
        font-size: 34px;
        line-height: 1;
        cursor: pointer;
        color: #333;
      }

      .mobile-menu-links {
        display: flex;
        flex-direction: column;
        padding: 10px 0;
      }

      .mobile-menu-links a {
        text-decoration: none;
        color: #2a3742d4;
        font-size: 16px;
        padding: 14px 20px;
        border-bottom: 1px solid #f1f1f1;
        transition: 0.3s;
      }

      .mobile-menu-links a:hover {
        background: #f7f7f7;
        color: #000;
      }

      /* ===== HERO (ORIGINAL SAME) ===== */
      .hero {
        position: relative;
        height: 760px;
        overflow: hidden;
      }

      .video-wrapper {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
      }

      .video-wrapper iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100vw;
        height: 56.25vw;
        min-height: 100%;
        min-width: 177.77vh;
        transform: translate(-50%, -50%);
        border: 0;
        pointer-events: none;
      }

      .hero-content {
        position: absolute;
        top: 42%;
        left: 140px;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.55);
        padding: 35px;
        max-width: 477px;
        color: #fff;
      }

      .hero-content h1 {
        font-size: 48px;
        margin-bottom: 10px;
      }

      .hero-content h2 {
        font-size: 25px;
        color: #3ec1ff;
        margin-bottom: 15px;
        line-height: 1.4;
      }

      .hero-content p {
        font-size: 18px;
        color: #ddd;
        margin-bottom: 20px;
        line-height: 1.6;
      }

      .btn {
        padding: 10px 18px;
        border: none;
        background: #4280c6;
        color: #fff;
        margin-right: 10px;
        border-radius: 4px;
        cursor: pointer;
      }

      /* ===== MAIN SLIDER (ORIGINAL SAME) ===== */
      .hybrid-slider-section {
        position: relative;
        background-color: #06182c;
        padding: 70px 80px;
        color: #fff;
        display: flex;
        align-items: center;
      }

      .slider-viewport {
        overflow: hidden;
        width: 100%;
        max-width: 1050px;
        margin: 0 auto;
      }

      .slider-wrapper {
        display: flex;
        transition: transform 0.5s ease-in-out;
        width: 100%;
      }

      .slide {
        min-width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 50px;
        padding: 0 20px;
      }

      .slide-content {
        flex: 1;
        max-width: 48%;
      }

      .slide-content h2 {
        font-size: 44px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 8px;
        letter-spacing: -0.5px;
      }

      .slide-content h3 {
        color: #27aae1;
        font-size: 23px;
        font-weight: normal;
        margin-bottom: 15px;
      }

      .slide-content p {
        color: #e2e8f0;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 25px;
      }

      .learn-btn {
        background-color: #8dc63f;
        padding: 10px 22px;
        border: none;
        color: white;
        font-weight: bold;
        font-size: 14px;
        border-radius: 3px;
        cursor: pointer;
      }

      .slide-image {
        flex: 1;
        display: flex;
        justify-content: flex-end;
      }

      .slide-image img {
        width: 95%;
        height: clamp(220px, 30vw, 320px);
        max-width: 620px;
        border-radius: 16px;
        object-fit: cover;
      }

      .slider-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #c5cbd4;
        color: #000;
        border: none;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 10;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .prev {
        left: 20px;
      }

      .next {
        right: 20px;
      }

      /* ===== INFO BAR SECTION (ORIGINAL SAME) ===== */
      .info-bar-section {
        background-color: #354256;
        padding: 40px 60px;
        display: flex;
        justify-content: center;
      }

      .info-container {
        display: flex;
        gap: 25px;
        max-width: 1350px;
        width: 100%;
      }

      .info-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        cursor: pointer;
        transition: 0.3s;
      }

      .top-line {
        height: 4px;
        background-color: #1f2a36;
        width: 100%;
        margin-bottom: 15px;
        position: relative;
        overflow: hidden;
      }

      .blue-fill {
        height: 100%;
        width: 0%;
        background-color: #0078ce;
        position: absolute;
        top: 0;
        left: 0;
      }

      .info-item.active .blue-fill {
        animation: fillProgress 6s linear forwards;
      }

      @keyframes fillProgress {
        0% {
          width: 0%;
        }
        100% {
          width: 100%;
        }
      }

      .info-item h4 {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: bold;
        color: #9aa9b9;
        letter-spacing: 0.5px;
        transition: color 0.3s ease;
      }

      .info-item p {
        font-size: 13px;
        line-height: 1.5;
        color: #9aa9b9;
        transition: color 0.3s ease;
      }

      .info-item.active h4,
      .info-item.active p {
        color: #ffffff;
      }

      /* ===== SOLUTIONS AND SERVICES (ORIGINAL SAME) ===== */
      .solutions-wrapper {
        background-color: #ffffff;
        position: relative;
        overflow: hidden;
        padding-top: 70px;
      }

      .solutions-header-container {
        text-align: center;
        margin-bottom: 30px;
        padding: 0 20px;
      }

      .solutions-header-container .blue-bar {
        width: 170px;
        height: 10px;
        background-color: #0078ce;
        margin: 0 auto 8px auto;
      }

      .solutions-header-container h2 {
        font-size: 50px;
        color: #333;
      }

      .solutions-header-container h2 span {
        color: #0078ce;
      }

      .solutions-top-grid {
        display: flex;
        margin: 0 auto;
        margin-bottom: 30px;
      }

      .make-it-happen {
        flex: 0 0 25%;
        background-color: #f2f2f2;
        display: flex;
        flex-direction: column;
        padding-top: 32px;
        padding-left: 32px;
        padding-right: 50px;
        padding-bottom: 32px;
      }

      .make-it-happen h3 {
        font-size: 24px;
        color: #333;
        margin-bottom: 12px;
        font-weight: 400;
      }

      .make-it-happen p {
        font-size: 18px;
        color: #000000;
        line-height: 1.6;
        font-weight: lighter !important;
      }

      .sol-slider-container {
        flex: 1;
        position: relative;
        background-image: radial-gradient(#e0e0e0 1px, transparent 1px);
        background-size: 20px 20px;
        background-color: #fafafa;
        padding: 40px 38px;
        display: flex;
        align-items: center;
        max-width: 75vw;
        padding-bottom: 60px;
      }

      .sol-slider-viewport {
        overflow: hidden;
        width: 100%;
      }

      .sol-slider-wrapper {
        display: flex;
        transition: transform 0.5s ease-in-out;
        width: 100%;
      }

      .sol-slide {
        min-width: 100%;
        display: flex;
        gap: 40px;
        flex: 0 0 100%;
        width: 100%;
      }

      .sol-slide-main {
        flex: 7;
      }

      .sol-slide-main h3 {
        color: #7a2b75;
        font-size: 32px;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
      }

      .sol-slide-main h3 i {
        font-size: 28px;
      }

      .sol-slide-main h4 {
        color: #555;
        font-size: 22px;
        font-weight: normal;
        margin-bottom: 15px;
      }

      .sol-slide-main p {
        color: #666;
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 25px;
        max-width: 780px;
      }

      .sol-slide-topics {
        flex: 3;
        padding-left: 40px;
      }

      .sol-slide-topics h5 {
        color: #555;
        font-size: 25px;
        margin-bottom: 10px;
      }

      .sol-slide-topics ul {
        list-style: none;
      }

      .sol-slide-topics ul li {
        color: #7a2b75;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 8px;
        line-height: 1.5;
      }

      .sol-nav-buttons {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 60px;
      }

      .sol-nav-btn {
        background-color: #e5e5e5;
        border: none;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        cursor: pointer;
        color: #777;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
      }

      .sol-nav-btn:hover {
        background-color: #ccc;
        color: #333;
      }

      .solutions-bottom-wrapper {
        position: relative;
        overflow: hidden;
        z-index: 1;
        padding-top: 60px;
      }

      .solutions-bottom-wrapper::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 200px;
        background-image: url(./imgs/single-curve-full.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        z-index: -1;
      }

      .solutions-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 20px;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 15px;
      }

      .sol-card {
        text-align: center;
        padding: 20px 10px;
      }

      .sol-card i.main-icon {
        font-size: 38px;
        margin-bottom: 35px;
      }

      .sol-card:nth-child(1) i.main-icon {
        color: #7a2b75;
      }

      .sol-card:nth-child(2) i.main-icon {
        color: #0096d6;
      }

      .sol-card:nth-child(3) i.main-icon {
        color: #8dc63f;
      }

      .sol-card:nth-child(4) i.main-icon {
        color: #0078ce;
      }

      .sol-card:nth-child(5) i.main-icon {
        color: #0096d6;
      }

      .sol-card:nth-child(6) i.main-icon {
        color: #f59120;
      }

      .sol-card h4 {
        color: #0a6aaf;
        font-size: 15px;
        margin-bottom: 12px;
        font-weight: 600;
      }
.footer-certificates {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    padding: 26px 0 10px;
    border-top: 1px solid #656565;
}
.footer-certificates .footer-cert-img {
    padding-bottom: 11px;
}
      .sol-card p {
        color: #666;
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 15px;
        min-height: 54px;
      }

      .sol-card-link {
        color: #333;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
      }

      .sol-card-link i {
        color: #0078ce;
        font-size: 20px;
      }

      .sol-card:nth-child(7) i.main-icon {
        color: #7a2b75;
      }

      .sol-card:nth-child(8) i.main-icon {
        color: #0096d6;
      }

      .sol-card:nth-child(9) i.main-icon {
        color: #8dc63f;
      }

      .sol-card:nth-child(10) i.main-icon {
        color: #0078ce;
      }

      .sol-card:nth-child(11) i.main-icon {
        color: #0096d6;
      }

      .sol-card:nth-child(12) i.main-icon {
        color: #f59120;
      }

      /* ===== INSIGHTS & INNOVATION (ORIGINAL SAME) ===== */
      .insights-section {
        background-color: #eef4ff;
        padding: 40px 0;
        text-align: center;
      }

      .insights-header {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
      }

      .insights-header .blue-line {
        width: 180px;
        height: 10px;
        background-color: #00609c;
        margin: 0 auto 20px auto;
      }

      .insights-header h2 {
        font-size: 50px;
        color: #333;
        font-weight: bold;
        margin-bottom: 10px;
      }

      .insights-header h2 span {
        color: #007db8;
      }

      .insights-header p {
        color: #555;
        font-size: 18px;
        width: 530px;
        margin: 10px 0px;
        margin-bottom: 50px;
        max-width: 100%;
      }

      .insights-tabs {
        display: flex;
        align-items: center;
        background-color: #ffffff;
        border-radius: 50px;
        padding: 8px 15px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
        gap: 10px;
      }

      .tab-btn {
        background: transparent;
        border: none;
        color: #555;
        padding: 12px 30px;
        border-radius: 30px;
        font-size: 15px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s;
      }

      .tab-btn:hover {
        color: #007db8;
      }

      .tab-btn.active {
        background-color: #007db8;
        color: white;
      }

      .insights-slider-wrapper {
        max-width: 1400px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
        padding: 10px 40px 40px 40px;
        scrollbar-width: none;
      }

      .insights-slider-wrapper::-webkit-scrollbar {
        display: none;
      }

      .insights-cards-track {
        display: flex;
        gap: 30px;
        transition: transform 0.4s ease-in-out;
      }

      .insight-card {
        flex: 0 0 calc(25% - 22.5px);
        background-color: white;
        text-align: left;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
      }

      .insight-card.hide {
        display: none !important;
      }

      .insight-card img {
        width: 100%;
        height: 180px;
        object-fit: cover;
      }

      .insight-card-body {
        padding: 25px;
        display: flex;
        flex-direction: column;
        flex: 1;
      }

      .insight-card-body h4 {
        color: #00609c;
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 15px;
        min-height: 45px;
      }

      .insight-card-body p {
        color: #555;
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 30px;
        flex: 1;
      }

      .insight-card-btn {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #444;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
      }

      .insight-card-btn .orange-circle {
        background-color: #f07e26;
        color: white;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
      }

      /* ===== TOOLS FOR TRANSFORMATION (ORIGINAL SAME) ===== */
      .transformation-section {
        background-color: #eef4ff;
        padding: 80px 0;
      }

      .trans-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 40px;
      }

      .trans-top-grid {
        display: flex;
        gap: 50px;
        align-items: center;
        margin-bottom: 60px;
      }

      .trans-content {
        flex: 1;
      }

      .trans-content h2 {
        font-size: 42px;
        color: #333;
        margin-bottom: 10px;
      }

      .trans-content h2 span {
        color: #007db8;
      }

      .trans-content h3 {
        font-size: 22px;
        color: #555;
        font-weight: normal;
        margin-bottom: 20px;
        line-height: 1.4;
      }

      .trans-content p {
        color: #555;
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 25px;
      }

      .trans-content ul {
        list-style-type: disc;
        padding-left: 20px;
        margin-bottom: 30px;
      }

      .trans-content ul li {
        margin-bottom: 15px;
        font-size: 14px;
        color: #444;
        line-height: 1.5;
      }

      .trans-btn {
        background-color: #3b74a8;
        color: white;
        border: none;
        padding: 12px 25px;
        font-weight: bold;
        font-size: 14px;
        border-radius: 4px;
        cursor: pointer;
        transition: 0.3s;
      }

      .trans-btn:hover {
        background-color: #2c5982;
      }

      .trans-image {
        flex: 1;
      }

      .trans-image img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
      }

      .vision-section {
        padding: 30px 0px;
      }

      /* ===== PARTNERS SECTION (ORIGINAL SAME) ===== */
      .partners-section {
        background-color: #ffffff;
        padding: 60px 20px;
        text-align: center;
      }

      .partners-section h3 {
        color: #00609c;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 40px;
      }

      .partners-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 50px;
        max-width: 1000px;
        margin: 0 auto;
      }

      .partners-grid img {
        max-height: 35px;
        opacity: 0.8;
        filter: grayscale(100%);
        transition: 0.3s;
      }

      .partners-grid img:hover {
        opacity: 1;
        filter: grayscale(0%);
      }

      /* ===== COMMUNITY SECTION (ORIGINAL SAME) ===== */
      .community-container {
        position: relative;
        background-color: #f0f0f0;
        padding-bottom: 120px;
      }

      .community-top-dark {
        background-color: #003865;
        padding: 80px 20px 180px 20px;
        text-align: center;
        color: white;
      }

      .community-top-dark h2 {
        font-size: 38px;
        font-weight: bold;
        margin-bottom: 15px;
      }

      .community-top-dark h2 span {
        color: #0096d6;
      }

      .community-top-dark p {
        max-width: 800px;
        margin: 0 auto 30px auto;
        font-size: 14px;
        line-height: 1.6;
        color: #e0e0e0;
      }

      .community-top-dark button {
        background-color: white;
        color: #003865;
        border: none;
        padding: 10px 25px;
        font-weight: bold;
        border-radius: 4px;
        cursor: pointer;
        transition: 0.3s;
      }

      .community-cards-wrapper {
        display: flex;
        justify-content: center;
        gap: 30px;
        max-width: 1200px;
        margin: -120px auto 0 auto;
        padding: 0 20px;
        position: relative;
        z-index: 2;
      }

      .comm-card {
        width: 350px;
        height: 480px;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease;
      }

      .comm-card:nth-child(2) {
        transform: translateY(50px);
      }

      .comm-card > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }

      .comm-card-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(48, 48, 49, 0.399);
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 40px;
        opacity: 1;
      }

      .comm-card-overlay h4 {
        font-size: 24px;
        margin-bottom: 20px;
        font-weight: bold;
      }

      .comm-card-overlay p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 30px;
        color: #ffffff;
      }

      .comm-card-overlay button {
        background-color: white;
        color: #003865;
        border: none;
        padding: 10px 25px;
        font-weight: bold;
        border-radius: 2px;
        cursor: pointer;
      }

      .comm-icon {
        font-size: 46px;
      }

      /* ===== EXPLORE THE FUTURE (ORIGINAL SAME) ===== */
      .explore-section {
        background-color: #f0f0f0;
        padding: 40px 20px 80px 20px;
      }

      .explore-container {
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
        gap: 60px;
        align-items: flex-start;
      }

      .explore-left {
        flex: 1;
      }

      .explore-left h2 {
        font-size: 34px;
        color: #333;
        margin-bottom: 25px;
        line-height: 1.4;
      }

      .explore-left h2 span {
        color: #007db8;
      }

      .explore-left p {
        font-size: 15px;
        color: #555;
        line-height: 1.6;
        margin-bottom: 20px;
      }

      .explore-left h4 {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
        margin-top: 10px;
      }

      .explore-left ul {
        list-style-type: none;
        margin-bottom: 25px;
      }

      .explore-left ul li {
        font-size: 14px;
        color: #555;
        line-height: 1.6;
        margin-bottom: 8px;
      }

      .explore-right .btn-green {
        background-color: #8dc63f;
        color: white;
        border: none;
        padding: 12px 25px;
        font-weight: bold;
        font-size: 14px;
        border-radius: 4px;
        cursor: pointer;
        margin-top: 10px;
      }

      .explore-left .btn-green {
        background-color: #8dc63f;
        color: white;
        border: none;
        padding: 12px 25px;
        font-weight: bold;
        font-size: 14px;
        border-radius: 4px;
        cursor: pointer;
        margin-top: 10px;
      }

      .explore-right {
        width: 420px;
        background-color: #003865;
        padding: 50px;
      }

      .explore-right h5 {
        font-size: 12px;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 10px;
      }

      .explore-right img {
        width: 100%;
        height: auto;
        border-radius: 4px;
        margin-bottom: 15px;
      }

      .explore-right h4 {
        color: #8dc63f;
        font-size: 40px;
        margin-bottom: 22px;
        line-height: 1.3;
      }

      .explore-right p {
        font-size: 16px;
        color: #ffffff;
        line-height: 1.6;
        margin-bottom: 20px;
      }

      .explore-right .btn-outline {
        background-color: transparent;
        color: #333;
        border: 1px solid #333;
        padding: 10px 20px;
        font-weight: bold;
        font-size: 13px;
        border-radius: 2px;
        cursor: pointer;
        transition: 0.3s;
      }

      .explore-right .btn-outline:hover {
        background-color: #333;
        color: white;
      }

      /* ===== AWARD SECTION (ORIGINAL SAME) ===== */
      /* .award-section {
        background-color: #0067b8;
        color: white;
        padding: 70px 20px 100px 20px;
        position: relative;
      }
      .award-container {
        max-width: 1200px;
        margin: 0 auto;
      }
      .award-top {
        display: flex;
        gap: 50px;
        align-items: center;
        margin-bottom: 60px;
      }
      .award-top h2 {
        font-size: 46px;
        flex: 1;
        line-height: 1.2;
        font-weight: bold;
      }
      .award-top p {
        flex: 1;
        font-size: 15px;
        line-height: 1.6;
        color: #e0f0ff;
      }
      .award-badges {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1000px;
        margin: 0 auto;
      }
      .award-badges img {
        height: 90px;
        object-fit: contain;
        filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
      }
      .award-wave {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        z-index: 1;
      }
      .award-wave svg {
        display: block;
        width: calc(100% + 1.3px);
        height: 60px;
      }
      .award-wave .shape-fill {
        fill: #06182c;
      } */

      /* ===== FOOTER (ORIGINAL SAME) ===== */
      .main-footer {
        background-color: #06182c;
        color: #ffffff;
        padding: 40px 20px 0 20px;
        font-size: 13px;
      }

      .newsletter-box {
        text-align: center;
        margin-bottom: 60px;
        position: relative;
        z-index: 2;
      }

      .newsletter-box h3 {
        font-size: 22px;
        margin-bottom: 20px;
        font-weight: normal;
      }

      .newsletter-form {
        display: flex;
        justify-content: center;
        gap: 10px;
      }

      .newsletter-form input {
        padding: 12px 15px;
        width: 320px;
        border-radius: 4px;
        border: none;
        font-size: 14px;
      }

      .newsletter-form button {
        background-color: #8dc63f;
        color: white;
        border: none;
        padding: 12px 30px;
        border-radius: 4px;
        font-weight: bold;
        font-size: 14px;
        cursor: pointer;
        transition: background 0.3s;
      }

      .newsletter-form button:hover {
        background-color: #7ab332;
      }

      .footer-grid {
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
        gap: 20px;
        padding-bottom: 50px;
        flex-wrap: wrap;
      }

      .footer-col {
        flex: 1;
        min-width: 220px;
      }

      .footer-logo {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 5px;
        color: white;
      }

      .footer-logo span {
        color: white;
        font-size: 11px;
        display: block;
        margin-top: -2px;
        font-weight: bold;
        letter-spacing: 1px;
      }

      .social-icons {
        display: flex;
        gap: 12px;
        margin-top: 20px;
        font-size: 20px;
        color: #0096d6;
        flex-wrap: wrap;
      }

      .social-icons i {
        cursor: pointer;
        transition: 0.3s;
      }

      .social-icons i:hover {
        color: white;
      }

      .footer-col h4 {
        font-size: 14px;
        margin-bottom: 18px;
        margin-top: 30px;
        color: white;
        font-weight: bold;
      }

      .footer-col h4:first-child {
        margin-top: 0;
      }

      .footer-col ul {
        list-style: none;
      }

      .footer-col ul li {
        margin-bottom: 12px;
      }

      .footer-col ul li a,
      .footer-col p,
      .footer-col a {
        color: #b0c4de;
        text-decoration: none;
        font-size: 13px;
        line-height: 1.6;
      }

      .footer-col ul li a:hover {
        text-decoration: underline;
        color: #fff;
      }

      .footer-contact-info p {
        margin-bottom: 8px;
      }

      .footer-contact-info .phone {
        font-size: 15px;
        font-weight: bold;
        color: white;
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 15px;
      }

      .footer-contact-info a {
        color: #0096d6;
      }

      .footer-contact-info a:hover {
        text-decoration: underline;
      }

      .sub-footer {
        background-color: #777777;
        color: #ffffff;
        padding: 20px 40px;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        flex-wrap: wrap;
        text-align: center;
      }

      .sub-footer-links {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
      }

      .sub-footer-links a {
        color: #ffffff;
        text-decoration: none;
      }

      .sub-footer-links a:hover {
        text-decoration: underline;
      }

      /* Center the arrows below the slider */
      .slider-arrows {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
        margin-top: 10px;
      }

      .slider-arrow-btn:hover ::before {
        color: black;
        background-color: white;
        border-radius: 50%;
        padding: 30%;
        transition: 0.1s;
        font-size: 20px;
      }

      .slider-arrow-btn {
        background: transparent;
        border: none;
        font-size: 20px;
        color: #333;
        cursor: pointer;
        padding: 10px;
      }

      .slider-arrow-btn:hover {
        color: #000;
      }

      .insights-cards-track {
        display: flex;
        transition: transform 0.4s ease-in-out;
        gap: 20px;
      }

      /* Ensure hidden filtered cards take up zero space (Keep this from before) */
      .insight-card.hide {
        display: none !important;
      }

      .vision-container {
        width: 100%;
        max-width: 1300px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
      }

      /* COMMON CARD */
      .vision-card {
        padding: 68px 49px;
        color: #fff;
        position: relative;
        min-height: 540px;
        overflow: hidden;
      }

      .vision-card {
        border-right: none;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
      }

      /* HEADINGS */
      .vision-card h3 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 25px;
        letter-spacing: 1px;
      }

      /* TEXT */
      .vision-card p {
        font-size: 15px;
        line-height: 2.2;
        margin-bottom: 28px;
        opacity: 0.95;
        max-width: 295px;
        margin-top: 20px;
      }

      /* COLORS */
      .vision-1 {
        background: #1abc9c;
      }

      .vision-2 {
        background: #35495e;
      }

      .vision-3 {
        background: #e74d3c;
      }

      .vision-icon {
        position: absolute;
        bottom: -10px;
        right: -10px;
        pointer-events: none;
      }

      .vision-icon i {
        font-size: 200px;
        color: rgba(0, 0, 0, 0.053);
      }

      .vision-card:not(:last-child) {
        border-right: none;
      }

      @media (max-width: 900px) {
        .vision-container {
          grid-template-columns: 1fr;
        }
      }

      /* =======================================================
           NEW MEDIA QUERIES FOR RESPONSIVE DESIGN
           ======================================================= */
      @media (max-width: 1200px) {
        .menu-bar {
          gap: 20px;
          flex-wrap: wrap;
          padding: 15px;
          text-align: center;
        }

        .nav-icons {
          gap: 20px;
        }

        .solutions-grid {
          grid-template-columns: repeat(3, 1fr);
          gap: 15px;
          padding: 0 20px;
        }

        .community-cards-wrapper {
          flex-wrap: wrap;
          margin-top: -60px;
        }

        .comm-card:nth-child(2) {
          transform: none;
        }

        .insight-card {
          flex: 0 0 calc(33.333% - 20px);
        }

        .explore-container {
          gap: 30px;
        }
      }

      @media (max-width: 992px) {
        .top-nav {
          flex-wrap: wrap;
          padding: 15px 20px;
          gap: 0;
        }

        .logo {
          order: 1;
          font-size: 26px;
        }

        .search-box {
          order: 3;
          width: 100%;
          flex: 0 0 100%;
          margin: 15px 0 0 0;
        }

        .search-box input {
          width: 100%;
          padding: 12px 40px 12px 15px;
          font-size: 16px;
          border: 1px solid #ddd;
        }

        .search-box i {
          right: 15px;
          font-size: 20px;
          color: #222;
        }

        .nav-icons {
          order: 2;
          margin-left: auto;
          gap: 15px;
          align-items: center;
        }

        .nav-item:nth-child(1),
        .nav-item:nth-child(2),
        .nav-item:nth-child(3) {
          display: none;
        }

        .nav-item {
          font-size: 0;
          gap: 0;
        }

        .nav-item img {
          height: 28px;
        }

        .menu-toggle {
          display: flex;
          order: 2;
        }

        .menu-bar {
          display: none;
        }

        .hero {
          height: auto;
          min-height: 700px;
        }

        .hero-content {
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          width: calc(100% - 40px);
          max-width: 650px;
        }

        .slide {
          flex-direction: column;
          text-align: center;
          gap: 30px;
        }

        .slide-content {
          max-width: 100%;
        }

        .slide-image {
          justify-content: center;
        }

        .slide-image img {
          width: 100%;
        }

        .solutions-top-grid {
          flex-direction: column;
        }

        .make-it-happen {
          width: 100%;
          padding: 35px 25px;
          text-align: center;
        }

        .sol-slider-container {
          max-width: 100%;
          width: 100%;
        }

        .sol-slide {
          flex-direction: column;
          gap: 20px;
        }

        .sol-slide-topics {
          padding-left: 0;
        }

        .trans-top-grid {
          flex-direction: column;
          text-align: center;
        }

        .trans-content ul {
          text-align: left;
          display: inline-block;
        }

        .explore-container {
          flex-direction: column;
          align-items: center;
          text-align: center;
        }

        .explore-left ul {
          text-align: left;
          display: inline-block;
          margin: 0 auto 25px auto;
        }

        .explore-right {
          width: 100%;
          max-width: 500px;
        }

        .insight-card {
          flex: 0 0 calc(50% - 15px);
        }
      }

      @media (max-width: 768px) {
        .top-nav {
          padding: 14px 15px;
        }

        .logo {
          font-size: 22px;
        }

        .logo span {
          font-size: 12px;
          margin-left: 66px;
          margin-top: -3px;
        }

        .nav-icons {
          gap: 12px;
        }

        .nav-item img {
          height: 24px;
        }

        .menu-toggle {
          width: 24px;
          height: 19px;
          margin-left: 12px;
        }

        .menu-toggle span {
          height: 2.5px;
        }

        .search-box {
          margin-top: 12px;
        }

        .search-box input {
          padding: 11px 38px 11px 14px;
          font-size: 15px;
        }

        .search-box i {
          font-size: 18px;
          right: 14px;
        }

        .mobile-side-menu {
          width: 280px;
        }

        .hero-content {
          padding: 25px 20px;
        }

        .hero-content h1 {
          font-size: 34px;
        }

        .hero-content h2 {
          font-size: 20px;
        }

        .hero-content p {
          font-size: 15px;
        }

        .btn {
          margin-bottom: 10px;
        }

        .hybrid-slider-section {
          padding: 60px 20px;
        }

        .slider-btn {
          width: 38px;
          height: 38px;
          font-size: 16px;
        }

        .slide-content h2 {
          font-size: 30px;
        }

        .solutions-header-container h2,
        .insights-header h2 {
          font-size: 34px;
        }

        .solutions-grid {
          grid-template-columns: repeat(2, 1fr);
        }

        .sol-slider-container {
          padding: 25px 18px 60px;
        }

        .sol-slide-main h3 {
          font-size: 26px;
        }

        .sol-slide-main p,
        .make-it-happen p {
          font-size: 16px;
        }

        .sol-slide-topics h5 {
          font-size: 20px;
        }

        .sol-slide-topics ul li {
          font-size: 17px;
        }

        .transformation-section {
          padding: 60px 0;
        }

        .trans-container {
          padding: 0 20px;
        }

        .trans-content h2 {
          font-size: 32px;
        }

        .trans-content h3 {
          font-size: 20px;
        }

        .vision-card {
          padding: 45px 25px;
          min-height: auto;
          margin-top: 22px;
          border-radius: 10px;
        }

        .vision-card h3 {
          font-size: 24px;
        }

        .vision-card p {
          max-width: 100%;
          line-height: 1.9;
        }

        .community-top-dark {
          padding: 60px 20px 140px 20px;
        }

        .community-top-dark h2 {
          font-size: 30px;
        }

        .comm-card {
          width: 100%;
          max-width: 420px;
          height: 430px;
        }

        .comm-card-overlay {
          padding: 25px;
        }

        .explore-left h2 {
          font-size: 28px;
        }

        .explore-right {
          padding: 30px 25px;
          border-radius: 10px;
        }

        .explore-right h4 {
          font-size: 28px;
        }

        .newsletter-form {
          flex-direction: column;
          align-items: center;
        }

        .newsletter-form input,
        .newsletter-form button {
          width: 100%;
          max-width: 400px;
        }
      }

      @media (max-width: 480px) {
        .top-nav {
          padding: 12px 12px;
        }

        .logo {
          font-size: 19px;
        }

        .logo span {
          font-size: 11px;
          margin-left: 56px;
          margin-top: -2px;
        }

        .nav-icons {
          gap: 10px;
        }

        .nav-item img {
          height: 22px;
        }

        .menu-toggle {
          width: 22px;
          height: 17px;
          margin-left: 10px;
        }

        .search-box input {
          font-size: 14px;
          padding: 10px 36px 10px 12px;
        }

        .search-box i {
          font-size: 17px;
          right: 12px;
        }

        .mobile-side-menu {
          width: 260px;
        }

        .mobile-menu-links a {
          font-size: 15px;
          padding: 13px 16px;
        }

        .hero {
          min-height: 620px;
        }

        .hero-content {
          width: calc(100% - 24px);
          padding: 20px 15px;
        }

        .hero-content h1 {
          font-size: 28px;
        }

        .hero-content h2 {
          font-size: 17px;
        }

        .hero-content p {
          font-size: 14px;
        }

        .slide-content h2 {
          font-size: 24px;
        }

        .solutions-header-container h2,
        .insights-header h2 {
          font-size: 28px;
        }

        .solutions-grid {
          grid-template-columns: 1fr;
        }

        .sol-slide-main h3 {
          font-size: 22px;
        }

        .sol-slide-main p {
          font-size: 15px;
        }

        .sol-slide-topics h5 {
          font-size: 18px;
        }

        .sol-slide-topics ul li {
          font-size: 15px;
        }

        .sol-nav-buttons {
          gap: 25px;
        }

        .community-cards-wrapper {
          padding: 0 12px;
        }

        .comm-card {
          height: 400px;
        }

        .comm-card-overlay h4 {
          font-size: 20px;
        }

        .comm-card-overlay p {
          font-size: 13px;
        }

        .explore-left h2 {
          font-size: 24px;
        }

        .explore-right h4 {
          font-size: 22px;
        }

        .footer-logo {
          font-size: 22px;
        }

        .sub-footer {
          padding: 20px;
        }
      }
      .hero_sec {
        padding: 70px 0;
        background-color: #153d6f;
        color: #fff;
        border-radius: 20px;
          max-width: calc(100% - 30px);
    margin: 15px auto 15px;
      }
      .hero_sec .container {
        margin: 0 auto;
        width: 88%;
        max-width: 100%;
        padding: 0 25px;
      }
      .hero_sec .container .row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -25px;
        align-items: center;
      }
      .hero_sec .container .row .col-md-8 {
    flex: 0 0 66.667%;
    max-width: 66.667%;
    padding: 0 25px;
}
.hero_sec .container .row .col-md-4 {
    flex: 1;
    padding: 0 25px;
}
.hero_inner h1 {
    text-transform: uppercase;
    font-size: 50px;
    padding-bottom: 10px;
}
.hero_inner>h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 40px;
    padding-top: 6px;
}
.hero_inner>h3 {
    font-size: 15px;
    text-transform: uppercase;
}
.printer_drivers {
    padding-top: 24px;
    padding-bottom: 14px;
    max-width: 950px;
}
.printer_drivers .steps {
  color: #000;
    display: none;
    background-color: #ffffff;
    padding: 30px 30px 35px;
    border-radius: 6px;
    border: 1px solid #fff;
    transition: all .4s ease;
}
.animate-fade-in {
    animation: fade-in .5s ease-out;
}
.newerror .stepp1 {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    transition: all .4s ease;
}
.printer_drivers .steps.active {
    display: block;
}
.newerror .cusform_new {
    display: flex;
    gap: 20px;
}
.notext .newerror .cusform_new {
    max-width: 820px;
    flex-direction: revert-layer;
    padding-top: 0 !important;
    margin: 0 !important;
}
.all_brand .newerror .cusform_new {
    max-width: 100%;
}
.newerror .cusform_new .form-group {
    margin: 0;
    flex: 1;
}
.steps button.btn {
    background-color: #0f70c3;
    border: 1px solid #0f70c3;
    color: #fff;
    text-transform: uppercase;
    display: block;
    /* width: 100%; */
    border-radius: 14px;
    font-weight: bold;
    font-size: 18px;
    padding: 11px 40px;
    cursor: pointer;
    transition: all .4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
}
.cusform_new .form-group label {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 600;
}
.cusform_new .form-group input {
    width: 100%;
    display: block;
    padding: 15px 16px;
    border-radius: 7px;
    border: 1px solid #444;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none !important;
    outline: none !important;
}
.newerror .cusform_new .form-group input {
    border-color: #fff;
}
.ep-none {
    display: none !important;
}
.newerror .cusform_new button.btn {
    background-color: #137fd6;
    border-radius: 4px;
    border-color: #137fd6;
}
.newerror .cusform_new button.btn {
    border-radius: 14px;
}
.printer_drivers h2 {
    font-size: 24px;
}
.printer_drivers h1, .printer_drivers h2 {
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 17px;
    color: #153d6f;
}
.printer_drivers .steps .open-chat {
    padding-top: 10px;
}
.fs-20 {
    font-size: 20px !important;
}
.printer_drivers .steps p:not(:last-child) {
    margin-bottom: 15px;
}
.printer_drivers .steps ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.4em;
    margin-top: 10px;
}
.printer_drivers .steps ul li {
    padding: 16px 20px;
    background-color: #eff8fd;
    border-radius: 8px;
    border: 1px solid #10a6e624;
    margin-bottom: 13px;
}
.printer_drivers .steps ul li p {
    font-size: 14px;
    font-weight: 500;
    opacity: .5;
    margin-bottom: 4px !important;
    line-height: normal;
    color: #000;
}
.printer_drivers .steps ul li h4 {
    padding: 0;
    line-height: 1;
    font-weight: bold;
    color: #000;
    padding-top: 3px;
}
.text-muted-foreground {
    color: #65758b;
    font-weight: 600;
    padding-bottom: 14px;
}
.steps .progressbar {
    position: relative;
    height: 16px;
    width: 100%;
    display: block;
    border-radius: 40px;
    background-color: #f1f5f9;
    margin-bottom: 8px;
    overflow: hidden;
}
.steps .progressbar .progressbar_innerr {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    width: 0%;
    height: 100%;
    /* background-color: var(--theme); */
    background-color: #0f8b0f;
}
.progress_text {
    font-weight: 500;
    color: #000;
}
.text-danger {
    color: #cb0808 !important;
}


.default-btn {
	border: none;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	color: #ffffff;
	background-color: #03BBD3;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 30px;
	font-weight: 600;
	font-size: 16px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 14px;
	padding-bottom: 14px;
	box-shadow: 0 7px 25px rgb(123,104,238,0.25);
}

.default-btn span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #3e57d0;
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 30px;
}

/* .default-btn:hover, .default-btn:focus {
	color: #ffffff;
}

.default-btn:hover span, .default-btn:focus span {
	width: 225%;
	height: 562.5px;
} */

.default-btn-one {
	border: none;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	color: #03BBD3;
	background-color: #ffffff;
	border-radius: 30px;
	font-weight: 600;
	font-size: 16px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-right: 20px;
	box-shadow: 0 7px 25px rgb(123,104,238,0.25);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.default-btn-one span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #3e57d0;
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 30px;
}

.default-btn-one:hover, .default-btn-one:focus {
	color: #ffffff;
}

.default-btn-one:hover span, .default-btn-one:focus span {
	width: 225%;
	height: 562.5px;
}

.section-title {
	text-align: center;
	margin-bottom: 45px;
	font-size: 35px;
    padding-bottom: 10px;
	line-height: 1.5;
}

.section-title h6,
.sub-title {
	color: #03bbd3;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.section-title h2 {
	font-size: 3.5rem;
	color: #040C35;
	margin: 10px 0 0 0;
	font-weight: 700;
}

.color-text {
    color: #03BBD3;
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* [ Start Overlay ] */
[data-overlay-dark],
[data-overlay-light] {
	position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
	position: relative;
	z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

[data-overlay-dark]:before {
	background: #02050b;
}

[data-overlay-light]:before {
	background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
	color: #fff;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
	color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
	opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
	opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
	opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
	opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
	opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
	opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
	opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
	opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
	opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
	opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
	opacity: 1;
}
/* [ End Overlay ] */

/*****************************************
 ** - 00 -  Go Top CSS
 *****************************************/
.go-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 30px;
	color: #ffffff;
	background-color: #03BBD3;
	z-index: 4;
	width: 45px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
	border-radius: 3px;
}

.go-top.active {
	top: 95%;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
}

.go-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}

.go-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #040C35;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 3px;
}

.go-top:hover, .go-top:focus {
	color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
	opacity: 1;
	visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}

/**************************************
 ** - 02 - Preloader Section CSS
 **************************************/
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: transparent;
	top: 0;
	left: 0;
}

.preloader .loader {
	position: absolute;
	top: 43%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-43%);
	transform: translateY(-43%);
	text-align: center;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.preloader .loader .box {
	width: 100%;
	height: 100%;
	background: #ffffff;
	-webkit-animation: animate .5s linear infinite;
	animation: animate .5s linear infinite;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
}

.preloader .loader .shadow {
	width: 100%;
	height: 5px;
	background: #040C35;
	opacity: 0.1;
	position: absolute;
	top: 59px;
	left: 0;
	border-radius: 50%;
	-webkit-animation: shadow .5s linear infinite;
	animation: shadow .5s linear infinite;
}

.preloader::before, .preloader::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 60%;
	height: 100%;
	z-index: -1;
	background: #03BBD3;
	-webkit-transition: .9s;
	transition: .9s;
}

.preloader::after {
	left: auto;
	right: 0;
}

.preloader.preloader-deactivate {
	visibility: hidden;
}

.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
	width: 0;
}

.preloader.preloader-deactivate .loader {
	opacity: 0;
	visibility: hidden;
}

@-webkit-keyframes loader {
	0% {
		left: -100px;
	}

	100% {
		left: 110%;
	}
}

@keyframes loader {
	0% {
		left: -100px;
	}

	100% {
		left: 110%;
	}
}

@-webkit-keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	}

	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg);
	}

	50% {
		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}

	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
	}
}

@keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	}

	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg);
	}

	50% {
		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}

	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
	}
}

@-webkit-keyframes shadow {
	50% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
}

@keyframes shadow {
	50% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
}

/**************************************
 ** - 03 - Navbar Section CSS
 **************************************/
.webtech-responsive-nav {
	display: none;
}

.webtech-nav {
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0;
	padding-left: 0;
}

.webtech-nav .navbar {
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.webtech-nav .navbar ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.webtech-nav .navbar .navbar-nav {
	margin: auto;
}

.webtech-nav .navbar .navbar-nav .nav-item {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}

.webtech-nav .navbar .navbar-nav .nav-item a {
	color: #040C35;
	font-size: 16px;
	font-weight: 100;
	text-transform: capitalize;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 15px;
	margin-right: 15px;
}

.webtech-nav .navbar .navbar-nav .nav-item a:hover, .webtech-nav .navbar .navbar-nav .nav-item a:focus, .webtech-nav .navbar .navbar-nav .nav-item a.active {
	color: #03BBD3;
}

.webtech-nav .navbar .navbar-nav .nav-item a i {
	font-size: 10px;
	position: relative;
	top: -1px;
	margin-left: 1px;
}

.webtech-nav .navbar .navbar-nav .nav-item .fa-volume-control-phone {
	font-size: 16px;
    position: relative;
    top: -1px;
    margin-left: 1px;
    color: #03BBD3;
}

.webtech-nav .navbar .navbar-nav .nav-item:last-child a {
	margin-right: 0;
}

.webtech-nav .navbar .navbar-nav .nav-item:first-child a {
	margin-left: 0;
}

.webtech-nav .navbar .navbar-nav .nav-item:hover a, .webtech-nav .navbar .navbar-nav .nav-item:focus a, .webtech-nav .navbar .navbar-nav .nav-item.active a {
	/* color: #03BBD3; */
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	background: #ffffff;
	position: absolute;
	border: none;
	top: 60px !important;
	left: -240px;
    width: 1024px;
	z-index: 99;
	display: block;
	opacity: 0;
	visibility: hidden;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	/* padding: 0px; */
	overflow: hidden;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	padding: 5px;
	border-bottom: 1px dashed #040c354a;
}
.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
	border-bottom: 0px solid transparent;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	text-transform: capitalize;
	padding: 10px 5px;
	margin: 0;
	position: relative;
	color: #040C35;
	font-size: 14px;
	font-weight: 100;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #03BBD3;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #696997;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #03BBD3;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #03BBD3;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #03BBD3;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #03BBD3;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #03BBD3;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #03BBD3;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #03BBD3;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #03BBD3;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #03BBD3;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #03BBD3;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: #03BBD3;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: #03BBD3;
}

.webtech-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.webtech-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.webtech-nav .navbar .other-option {
	margin-left: 0;
	margin-top: 5px;
}

.webtech-nav .navbar .other-option .default-btn.seo-btn {
	padding: 10px 25px;
	font-size: 16px;
	background-color: transparent;
	border: 2px solid #03BBD3;
	color: #03BBD3;
}

.webtech-nav .navbar .other-option .default-btn.seo-btn:hover {
	background-color: #03BBD3;
	color: #ffffff;
}

.webtech-nav .black-logo {
	display: none;
}

.navbar-section {
	background-color: #040C3575;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.navbar-section.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	background: #ffffff !important;
	-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
	animation: 500ms ease-in-out 0s normal fadeInDown;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.navbar-section.is-sticky .navbar-nav .nav-item a {
	color: #040C35;
}

.navbar-section.is-sticky .navbar-nav .nav-item a:hover, .navbar-section.is-sticky .navbar-nav .nav-item a:focus, .navbar-section.is-sticky .navbar-nav .nav-item a.active {
	color: #03BBD3;
}

.navbar-section.is-sticky .webtech-nav .navbar-brand .white-logo {
	display: none;
}

.navbar-section.is-sticky .webtech-nav .navbar-brand .black-logo {
	display: block;
}

@media only screen and (max-width: 991px) {
	.navbar-section {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-section.is-sticky {
		border-bottom: none;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-section.is-sticky .logo .white-logo {
		display: none;
	}

	.navbar-section.is-sticky .logo .black-logo {
		display: block;
		width: 30% !important;
	}

	.webtech-responsive-nav {
		display: block;
	}

	.webtech-responsive-nav .webtech-responsive-menu {
		position: relative;
	}

	.webtech-responsive-nav .webtech-responsive-menu.mean-container .mean-nav ul {
		font-size: 16px;
	}

	.webtech-responsive-nav .webtech-responsive-menu.mean-container .mean-nav ul li a {
		font-size: 16px;
	}

	.webtech-responsive-nav .webtech-responsive-menu.mean-container .mean-nav ul li a.active {
		color: #03BBD3;
	}

	.webtech-responsive-nav .webtech-responsive-menu.mean-container .mean-nav ul li li a {
		font-size: 16px;
	}

	.webtech-responsive-nav .webtech-responsive-menu.mean-container .navbar-nav {
		overflow-y: scroll;
		height: 250px;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
	}

	.webtech-responsive-nav .webtech-responsive-menu.mean-container .others-options {
		display: none;
	}

	.webtech-responsive-nav .mean-container a.meanmenu-reveal {
		color: #040C35;
	}

	.webtech-responsive-nav .mean-container a.meanmenu-reveal span {
		background: #040C35;
	}

	.webtech-responsive-nav .logo {
		position: relative;
		width: 50%;
		z-index: 999;
	}

	.webtech-responsive-nav .logo .white-logo {
		display: block;
	}

	.webtech-responsive-nav .logo .black-logo {
		display: none;
	}

	.webtech-nav {
		display: none;
	}
}

/**************************************
 ** - 04 - Home Section CSS
 **************************************/
.home-section {
	position: relative;
	z-index: 1;
	height: 800px;
	min-height: 100vh;
    background: url(../img/slider-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.home-section:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    background: #02050b;
}

.main-banner-content {
	text-align: center;
	padding-top: 50px;
}

.main-banner-content h1 {
	font-size: 58px;
	color: #ffffff;
	margin: 0 0 20px 0;
	font-weight: 700;
}

.main-banner-content p {
	color: #ffffff;
	font-size: 16px;
	margin: 0 0 0 0;
}

.main-banner-content .banner-btn {
	margin-top: 25px;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.main-banner-content .banner-btn .default-btn-one span {
	background-color: #ff561d;
}

.home-section .banner-image {
    text-align: center;
    padding-top: 50px;
}

.home-section .creative-shape {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

.video-box {
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
}
.video-box .popup-video {
    display: inline-block;
	position: relative;
    z-index: 9;
    font-size: 22px;
    color: #03BBD3;
	background: #ffffff;
    width: 55px;
    height: 55px;
    border-radius: 100%;
	display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.video-box:hover .popup-video{
    background: #fff;
    color: #ff561d;
}
.video-box h5 {
    color: #fff;
    font-size: 16px;
    margin: 0px;
    font-weight: 600;
    display: inline-block;
    padding-left: 15px;
	font-family: 'Cabin', sans-serif;
}

.video-box .popup-video i {
	margin-left: 5px;
}
.video-box .iq-waves {
	position: absolute;
    left: -23px;
    top: -23px;
	z-index: 2;
}
.video-box .iq-waves .waves {
	position: absolute;
	width: 100px;
	height: 100px;
    background: rgba(255, 255, 255, 0.5);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 50%;
	background-clip: padding-box;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}
.video-box .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.video-box .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.video-box .iq-waves .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

.main-banner-content .social-icon-list {
    margin-bottom: 15px;
}

.main-banner-content .social-icon-list li {
    display: inline-block;
    margin: 5px 5px;
}

.main-banner-content .social-icon-list li a {
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid rgb(255, 255, 255, 0.2);
    background-color: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.main-banner-content .social-icon-list li a:hover {
    color: #fff;
    border: 1px solid #03BBD3;
    background-color: #03BBD3;
}

/**************************************
 ** - 04.2 - Home Two Section CSS
 **************************************/
.home-section.home-2 {
    position: relative;
    z-index: 1;
    height: 700px;
    min-height: 50vh;
    background: url(../img/home-2bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-attachment: fixed;
    /* padding-top: 100px; */
}

.home-section.home-2:before {
    position: unset;
}

.home-section.home-2 .main-banner-content {
	text-align: left;
	/* padding-top: 70px; */
}

.home-section.home-2 .main-banner-content h1 {
	font-size: 55px;
	color: #ffffff;
	margin: 0 0 20px 0;
	font-weight: 700;
}
.home-section.home-2 .main-banner-content .banner-btn {
    margin-top: 25px;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
}

/***************************************
 ** - 04.3 - Home Slider Section CSS
 ***************************************/
.slider {
	position: relative;
}

.slider.fixed-slider {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.slider .swiper-slide-active {
	z-index: 3;
}

.slider .parallax-slider {
	position: relative;
	height:400px;
	min-height: 60vh;
}

.slider .parallax-slider .swiper-slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 50px;
}

.slider .parallax-slider .swiper-slide .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
}

.slider .parallax-slider .swiper-slide-active .caption h1 {
	opacity: 1;
	animation: fadeInLeft .8s;
	-webkit-animation-delay: 1s;
	animation-delay: .3s;
}

.slider .parallax-slider .caption {
	text-align: center;
	padding-top: 30px;
}

.slider .parallax-slider .caption h1 {
	color: #fff;
	font-size: 55px;
	font-weight: 700;
}
.slider .parallax-slider .caption p {
	color: #fff;
	font-weight: 500;
	margin-top: 20px;
	font-size: 18px !important;
}

.slider .parallax-slider .swiper-slide-active .caption p {
	opacity: 1;
	animation: fadeInRight .8s;
}

.slider .parallax-slider .swiper-slide-active .caption .home-slider-btn {
	position: relative;
	opacity: 1;
	animation: fadeInLeft 1s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.slider .control-text {
	position: absolute;
	top: 50%;
	z-index: 8;
	width: 100%;
	height: auto;
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.slider .control-text .swiper-nav-ctrl {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-left: 15px;
	margin-right: 15px;
	position: static;
	width: auto;
	height: auto;
	display: inline-block;
	background: transparent;
	padding: 5px 10px;
	border-radius: 3px;
}

.slider .control-text .swiper-nav-ctrl:after {
	font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background: rgb(0, 0, 0, 0.3);
}
.slider .swiper-pagination-bullets {
	bottom: 20px;
}
.slider .swiper-pagination-bullet {
	background: #fff;
	opacity: .4;
}
.slider .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.slider .parallax-slider .swiper-slide-active .caption .social-icon-list {
	animation: fadeInUp .8s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.slider .parallax-slider .caption .social-icon-list {
    margin-bottom: 20px;
}

.slider .parallax-slider .caption .social-icon-list li {
    display: inline-block;
    margin: 5px 5px;
}

.slider .parallax-slider .caption .social-icon-list li a {
    color: #fff !important;
    font-size: 18px !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid rgb(255, 255, 255, 0.2);
    background-color: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.slider .parallax-slider .caption .social-icon-list li a:hover {
    color: #fff;
    border: 1px solid #03BBD3;
    background-color: #03BBD3;
}

/**************************************
 ** - 05 - About Section CSS
 **************************************/
.about-area {
	position: relative;
    background-color: #f8f9fa;
	z-index: 1;
}

.about-content h6 {
	color: #03BBD3;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.about-content h2 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 0px;
}

.about-content-text p {
	margin-bottom: 15px;
}
.about-content-text .button {
	margin-top: 10px;
}

.about-area .skills {
	margin-top: 30px;
}
.about-area .skills .skill-item {
	margin-bottom: 25px;
}

.about-area .skills .skill-item:last-child {
	margin-bottom: 0px;
}

.about-area .skills .skill-item h6 {
	position: relative;
	z-index: 4;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.about-area .skills .skill-item h6 em {
	float: right;
	font-size: 16px;
	font-style: normal;
}
.about-area .skills .skill-item .skill-progress {
	position: relative;
	height: 5px;
	border-radius: 5px;
	background: #f1f1fa;
}
.about-area .skills .skill-item .skill-progress .progres {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 10%;
	background-color: #03BBD3;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.about-btn-box {
    margin-top: 35px;
    display: inline-block;
}

.about-image {
	position: relative;
	text-align: right;
	margin-left: 0px;
}
.about-image img {
	border-radius: 3px 3px 3px 30px;
}

.about-image .years-design {
	position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    text-align: center;
    width: 45%;
    height: 40%;
    padding: 20px 40px 20px 40px;
    background: #ffffff;
	border-left: 5px solid #03bbd3;
    border-bottom: 5px solid #03bbd3;
	-webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
	box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
}

.about-image .years-design h2 {
	font-size: 70px;
    font-weight: 700;
    background: url(../img/about.jpg) no-repeat;
    background-position: 50% 65%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
}
.about-image .years-design h5 {
    color: #03bbd3;
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
}

/**************************************
 ** - 06 - Services Section CSS
 **************************************/
.services-section .section-title {
	margin-bottom: 35px;
}

.single-services-item {
	position: relative;
	z-index: 1;
	display: block;
	padding: 35px 30px;
	text-align: left;
	border-radius: 3px;
	background-color: #ffffff;
	margin-top: 30px;
    -webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    will-change: transform;
}

.services-icon {
    display: inline-block;
    margin-bottom: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    will-change: transform;
}

.services-icon i {
    color: #03BBD3;
	font-size: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-item h3 {
	font-size: 20px;
    font-weight: 700;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-item h3 a {
	display: inline-block;
}

.single-services-item p {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-item .services-btn-link {
	margin-top: 16px;
}

.single-services-item .services-btn-link .services-link {
    display: inline-block;
    font-size: 16px;
    color: #212529;
	letter-spacing: 0.5px;
    font-weight: 700;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
	text-decoration: underline;
}

.single-services-item .services-btn-link:hover .services-link {
    color: #03BBD3;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-item:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.single-services-item:hover .services-icon {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/********************************************
 ** - 07 - Services Details Page CSS
 ********************************************/
.services-details-image {
	text-align: center;
    margin-bottom: 40px;
}
.services-details-image img {
    border-radius: 5px;
}

.services-details-content h3 {
    font-size: 28px;
    margin-bottom: 15px;
}
.services-details-content .features-text {
    margin-top: 20px;
}

.services-details-content .features-text h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.services-details-content .features-text .service-features-list {
    margin-top: 30px;
    margin-bottom: 10px;
}

.services-details-content .features-text .service-features-list li {
	color: #404040;
	font-size: 16px;
	font-weight: 500;
	padding: 14px 15px;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 20px;
    margin-right: 15px;
	background-color: #ffffff;
	border-left: 2px solid #03BBD3;
	-webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
	box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.services-details-content .features-text .service-features-list li:last-child {
    margin-bottom: 0px;
}

.services-widget .widget {
	padding: 30px 25px;
    border-radius: 5px;
	background-color: rgb(11, 11, 49, 0.05);
	margin-top: 35px;
}

.services-widget .widget:first-child {
	margin-top: 0;
}

.services-widget .widget .widget-title {
	position: relative;
	font-size: 22px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-transform: capitalize;
	border-bottom: 1px solid #ffffff;
}

.services-widget .widget .widget-title::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 50px;
	height: 1px;
	background-color: #03BBD3;
}

.services-widget .widget_categories ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.services-widget .widget_categories ul li {
	position: relative;
	color: #747576;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 12px;
}

.services-widget .widget_categories ul li:last-child {
	margin-bottom: 0;
}

.services-widget .widget_categories ul li a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
    display: block;
    padding: 12px 15px;
    border-radius: 5px;
    background-color: #03BBD3;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}

.services-widget .widget_categories ul li a:hover {
	color: #ffffff;
    background-color: #3e57d0;
}
.widget_download_btn a {
    display: block;
    padding: 12px 20px;
    border-radius: 5px;
}
.widget_download_btn a:first-child {
    margin: 0 0 12px;
}

/**************************************
 ** - 08 - Counter Section CSS
 **************************************/
.counter-area {
	text-align: center;
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../img/bg-hero.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	z-index: 1;
}
.counter-area::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: #03BBD3;
}
.counter-area .section-title h5 {
	color: #ffffff;
}
.counter-area .section-title h2 {
	color: #fff;
}
.counter-contents h2 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 5px;
	word-spacing: -10px;
}
.counter-contents h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

/**************************************
 ** - 09 - Work Process Section CSS
 **************************************/
.tab .tabs_item {
    display: none;
}

.tab .tabs_item:first-child {
    display: block;
}

.process-list-tab .tabs {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}

.process-list-tab .tabs li {
    -webkit-box-flex: 4;
    -ms-flex: 4 0 16.6666666667%;
    flex: 4 0 16.6666666667%;
    max-width: 23.666667%;
    text-align: center;
    margin-right: 30px;
    margin-left: 0;
}

.process-list-tab .tabs li:last-child {
    margin-right: 0;
}

.process-list-tab .tabs li a {
    display: block;
    color: #fff;
	background: #03BBD3;
    font-size: 17px;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.process-list-tab .tabs li a span {
    display: block;
    margin-top: 0;
}

.process-list-tab .tabs li.current a,
.process-list-tab .tabs li:hover a {
    color: #ffffff;
    background-color: #03BBD3;
}
.home-1-tab .process-list-tab .tabs li.current a,
.home-1-tab .process-list-tab .tabs li:hover a {
    color: #ffffff;
	background: #03BBD3;
}

.home-2-tab .process-list-tab .tabs li.current a,
.home-2-tab .process-list-tab .tabs li:hover a {
    color: #ffffff;
	background: #03BBD3;
}

.process-list-tab .tab_content .tabs_item .tab-solution-content h3 {
    font-size: 33px;
    color: #040C35;
    margin: 0 0 15px 0;
	font-weight: 700;
}

.process-list-tab .tab_content .tabs_item .tab-solution-content p {
    margin: 0 0 0 0;
}

.process-list-tab .tab_content .tabs_item .tab-solution-content .tab-list {
    padding-left: 0;
    margin-bottom: 25px;
    margin-top: 25px;
}

.process-list-tab .tab_content .tabs_item .tab-solution-content .tab-list li {
    font-size: 16px;
    color: #040C35;
    list-style-type: none;
    padding-bottom: 10px;
}

.process-list-tab .tab_content .tabs_item .tab-solution-content .tab-list li:last-child {
    padding-bottom: 0;
}

.process-list-tab .tab_content .tabs_item .tab-solution-content .tab-list i {
	font-size: 16px;
    color: #03BBD3;
    margin-right: 5px;
}

.tab-image {
    text-align: center;
}

/**************************************
 ** - 10 - Overview Section CSS
 **************************************/
.overview-content h6 {
	font-size: 16px;
	font-weight: 700;
	color: #03bbd3;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.overview-content h2 {
	font-size: 35px;
	color: #040C35;
	margin: 10px 0 15px 0;
}

.overview-content p {
	margin: 0 0 0 0;
}

.overview-content .features-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 16px;
	margin-left: -10px;
	margin-right: -10px;
}

.overview-content .features-list li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.overview-content .features-list li span {
	position: relative;
	z-index: 1;
	color: #040C35;
	font-size: 16px;
	font-weight: 600;
	background-color: #ffffff;
	display: block;
	padding: 14px 15px;
	border-radius: 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-left: 1px solid #03BBD3;
	-webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
	box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
}

.overview-content .features-list li span::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 3px;
	background-color: #03BBD3;
	z-index: -1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.overview-content .features-list li span:hover {
	color: #ffffff;
}

.overview-content .features-list li span:hover::before {
	width: 100%;
}

.overview-image {
	text-align: center;
}

/**************************************
 ** - 11 - Project Section CSS
 **************************************/
.project-area {
	position: relative;
}

.project-item img {
	width: 100%;
    border-radius: 0px;
}

.project-item {
	position: relative;
	display: block;
	overflow: hidden;
    border-radius: 0px;
	margin-top: 30px;
}

.project-item .project-content-overlay {
    position: absolute;
    z-index: 2;
    left: 10px;
    right: 10px;
    bottom: -20px;
    background-color: #fff;
    padding: 25px 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.project-item .project-content-overlay p {
    color: #03BBD3;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.project-item .project-content-overlay h3 {
    color: #1b1b1b;
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.project-item:hover .project-content-overlay p,
.project-item:hover .project-content-overlay h3 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.project-item:hover .project-content-overlay {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
}

/*******************************************
 ** - 12 - Projects Details Page CSS
 *******************************************/
.project-details-image {
	margin-bottom: 30px;
}

.projects-details-desc {
	margin-top: 5px;
}

.projects-details-desc h3 {
	margin-bottom: 13px;
	font-size: 25px;
}

.projects-details-desc .features-text {
	margin-top: 25px;
	margin-bottom: 25px;
}

.projects-details-desc .features-text h4 {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 600;
}

.projects-details-desc .features-text h4 i {
	font-size: 16px;
	margin-right: 4px;
	color: #03BBD3;
}

.projects-details-desc .project-details-info {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	margin-top: 35px;
}

.projects-details-desc .project-details-info .single-info-box {
	-ms-flex: 0 0 20%;
	-webkit-box-flex: 0;
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}

.projects-details-desc .project-details-info .single-info-box h4 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.projects-details-desc .project-details-info .single-info-box span {
	display: block;
	color: #040C35;
	font-size: 16px;
}

.projects-details-desc .project-details-info .single-info-box .social {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.projects-details-desc .project-details-info .single-info-box .social li {
	display: inline-block;
	margin-right: 8px;
}

.projects-details-desc .project-details-info .single-info-box .social li a {
	color: #03BBD3;
	display: inline-block;
	background: transparent;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px dashed #03BBD3;
	border-radius: 25px;
}

.projects-details-desc .project-details-info .single-info-box .social li a:hover {
	color: #03BBD3;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.projects-details-desc .project-details-info .single-info-box .default-btn {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 30px;
	text-transform: capitalize;
	background-color: #03BBD3;
	border: 1px solid #03BBD3;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.projects-details-desc .project-details-info .single-info-box .default-btn:hover {
	background-color: #ffffff;
	color: #03BBD3;
}

.image-sliders.owl-theme .owl-nav {
	opacity: 0;
	visibility: hidden;
	margin-top: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.image-sliders.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 15px;
	color: #ffffff;
	font-size: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #03BBD3;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.image-sliders.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 0;
}

.image-sliders.owl-theme .owl-nav [class*=owl-]:hover {
	color: #03BBD3;
	background-color: transparent;
}

.image-sliders.owl-theme:hover .owl-nav {
	opacity: 1;
	visibility: visible;
}

/**************************************
 ** - 13 - Testimonial Section CSS
 **************************************/
.testimonial-section {
	text-align: center;
	position: relative;
	z-index: 1;
}

.single-testimonial {
	position: relative;
	background: #fff;
	padding: 30px 15px;
	border-radius: 5px;
}

.single-testimonial .testimonial-content {
	margin-bottom: 25px;
	text-align: center;
}

.single-testimonial .rating-box {
	margin-bottom: 10px;
}
.rating-box ul li {
	display: inline-block;
	margin-right: 0px;
}

.rating-box ul li i {
	color: #ffce39;
	font-size: 16px;
}

.single-testimonial .testimonial-content p {
	font-size: 16px;
	color: #040C35;
	font-style: italic;
	line-height: 1.8;
	letter-spacing: 1px;
}

.single-testimonial .avatar {
	margin: 0 auto;
	margin-bottom: 15px;
}

.single-testimonial .avatar img {
	border-radius: 50%;
	border: 5px solid #ffffff;
	width: 90px;
	margin: 0 auto;
	border-left-color: #03BBD3;
	border-bottom-color: #03BBD3;
}

.single-testimonial .testimonial-bio {
	text-align: center;
}

.single-testimonial .testimonial-bio .bio-info h3 {
	color: #040C35;
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
}

.single-testimonial .testimonial-bio .bio-info span {
	color: #03BBD3;
	font-size: 16px;
	font-weight: 500;
}

.testimonial-slider.owl-theme .owl-nav {
	opacity: 0;
	visibility: hidden;
	margin-top: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: 10px;
	top: 25%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #040C35;
	font-size: 18px;
	width: 50px;
	height: 45px;
	line-height: 50px;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 10px;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-]:hover {
	color: #03BBD3;
	background-color: transparent;
}

.testimonial-slider.owl-theme .owl-dots {
	line-height: .01;
	margin-top: 30px;
	margin-bottom: 0;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	background-color: #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 30px;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #03BBD3;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
	background-color: #03BBD3;
}

.testimonial-slider.owl-theme:hover .owl-nav {
	opacity: 1;
	visibility: visible;
}

/**************************************
 ** - 14 - Team Section CSS
 **************************************/
.team-area .section-title {
	margin-bottom: 35px;
}
.single-team-box {
	margin-top: 30px;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.team-image {
	position: relative;
	z-index: 1;
	border-radius: 3px;
	overflow: hidden;
}

.team-image::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: #040C35;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.single-team-box:hover .team-image::before {
    opacity: .8;
    visibility: visible;
}

.single-team-box .team-image img {
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.single-team-box:hover .team-image img {
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team-social-icon {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 100%;
	text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team-social-icon a {
    padding: 15px;
    color: #fff;
	font-size: 18px;
	display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	will-change: transform;
}
.single-team-box:hover .team-social-icon a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.team-info {
	padding: 20px 15px 0px;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.team-info h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
.team-info span {
	color: #03BBD3;
	font-size: 16px;
	font-weight: 500;
	display: block;
}

/**************************************
 ** - 15 - Hire Section CSS
 **************************************/
.hire-section {
	position: relative;
	z-index: 1;
	background-image: url(../img/banner-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 70px 0;
}

.hire-section::before {
	content: "";
	position: absolute;
    z-index: -1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #03030c;
	opacity: 0.6;
}

.hire-content h6 {
	font-size: 16px;
	font-weight: 700;
	color: #03bbd3;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.hire-content h2 {
	font-size: 38px;
	color: #fff;
	margin: 0;
	font-weight: 700;
}

.hire-content p {
	color: #fff;
	font-size: 18px;
	margin: 20px 0 0 0;
}

.hire-content .hire-btn {
	margin-top: 20px;
}

.hire-content .hire-btn .default-btn {
    margin-right: 15px;
}

/**************************************
 ** - 16 - Partner Section CSS
 **************************************/
.partner-section {
	position: relative;
	z-index: 1;
}

.partner-title {
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.5;
}

.partner-title h6 {
	font-size: 16px;
	font-weight: 700;
	color: #03bbd3;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.partner-title h2 {
	font-size: 38px;
	color: #040C35;
	margin: 10px 0 0 0;
	font-weight: 900;
}

.partner-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.partner-list .partner-item {
	-ms-flex: 0 0 20%;
	-webkit-box-flex: 0;
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 10px;
	padding-right: 10px;
}

.partner-list .partner-item a {
	display: block;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
	padding: 10px 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 15px 0px rgb(82, 90, 101, 0.1);
	box-shadow: 0px 5px 15px 0px rgb(82, 90, 101, 0.1);
}

.partner-list .partner-item:nth-child(6) {
	margin-left: 10%;
}

/**************************************
 ** - 17 - Blog Section CSS
 **************************************/
.blog-single-item {
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 15px 0px rgb(82, 90, 101, 0.1);
	box-shadow: 0px 5px 15px 0px rgb(82, 90, 101, 0.1);
	background-color: #ffffff;
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-single-item .blog-description {
	border-top: none;
	padding: 20px 25px;
}

.blog-single-item .blog-description .blog-info {
	padding-left: 0;
	margin-bottom: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-single-item .blog-description .blog-info li {
	list-style-type: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-right: 15px;
	color: #03BBD3;
}

.blog-single-item .blog-description .blog-info li:last-child {
	margin-right: 0;
}

.blog-single-item .blog-description .blog-info li i {
	margin-right: 3px;
	position: relative;
	top: -1px;
}

.blog-single-item .blog-description .blog-info li i::before {
	font-size: 16px;
}

.blog-single-item .blog-description .blog-info a {
	color: #03BBD3;
	text-decoration: none;
}

.blog-single-item .blog-description .blog-text {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-single-item .blog-description .blog-text h3 {
	color: #040C35;
	font-size: 20px;
	margin: 10px 0px 10px 0;
	line-height: 25px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	line-height: 32px;
}

.blog-single-item .blog-description .blog-text h3:hover {
	color: #03BBD3;
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transition: 0.5s;
	text-decoration: none;
}

.blog-single-item .blog-description .blog-text p {
	margin: 0;
	font-size: 16px;
	color: #6a6c72;
	font-weight: 400;
}

.blog-single-item .blog-description .blog-text a {
	text-decoration: none;
}

.blog-single-item .blog-description .blog-text .blog-btn {
	margin-top: 15px;
}

.blog-single-item .blog-description .blog-text .blog-btn .blog-btn-one {
	display: inline-block;
	font-size: 16px;
	color: #040C35;
	font-weight: 600;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-single-item:hover {
	-webkit-box-shadow: 0px 5px 15px 0px rgb(82, 90, 101, 0.1);
	box-shadow: 0px 5px 15px 0px rgb(82, 90, 101, 0.1);
	background-color: #ffffff;
}

.blog-single-item:hover .blog-description {
	border-top: none;
}

.blog-single-item:hover .blog-text h3 {
	color: #03BBD3;
}

.blog-single-item:hover .blog-text .blog-btn .blog-btn-one {
	color: #03BBD3;
}

/************************************************
 ** - 17 - Blog Page Number Pagination CSS
 ************************************************/
.pagination-area {
	margin-top: 20px;
	text-align: center;
}

.pagination-area .page-numbers {
	width: 45px;
	height: 45px;
	margin: 0 3px;
	display: inline-block;
	background-color: #ffffff;
	line-height: 48px;
	color: #040C35;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
	font-size: 18px;
	font-weight: 700;
	border-radius: 2px;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
	background: #03BBD3;
	color: #ffffff;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
}

/**************************************
 ** - 18 - Blog Details Page CSS
 **************************************/
.blog-details-desc .article-content {
	margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
	margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
	position: relative;
	display: inline-block;
	color: #040C35;
	margin-right: 21px;
}

.blog-details-desc .article-content .entry-meta ul li span {
	display: inline-block;
	color: #040C35;
	font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li a {
	display: inline-block;
	color: #040C35;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
	color: #03BBD3;
}

.blog-details-desc .article-content .entry-meta ul li i {
	color: #03BBD3;
	margin-right: 2px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
	content: '';
	position: absolute;
	top: 12px;
	right: -15px;
	width: 6px;
	height: 1px;
	background: #03BBD3;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
	margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
	display: none;
}

.blog-details-desc .article-content h3 {
	margin-bottom: 15px;
	margin-top: 25px;
	font-size: 24px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-2 {
	padding-left: 0;
	list-style-type: none;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-2 li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 10px;
	padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-2 li figure {
	margin-bottom: 0;
}

.blog-details-desc .article-footer {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	color: #040C35;
}

.blog-details-desc .article-footer .article-tags span {
	display: inline-block;
	color: #040C35;
	font-size: 16px;
	font-weight: 700;
	margin-right: 5px;
}

.blog-details-desc .article-footer .article-tags a {
	display: inline-block;
	color: #040C35;
}

.blog-details-desc .article-footer .article-tags a:hover {
	color: #03BBD3;
}

.blog-details-desc .article-footer .article-share {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
	padding-left: 0;
	list-style-type: none;
	text-align: right;
	margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
	display: inline-block;
	margin-right: 5px;
}

.blog-details-desc .article-footer .article-share .social li:last-child {
    margin-right: 0;
}

.blog-details-desc .article-footer .article-share .social li span {
	display: inline-block;
	margin-right: 5px;
	color: #040C35;
	font-size: 16px;
	font-weight: 700;
}

.blog-details-desc .article-footer .article-share .social li a {
	display: block;
	color: #03BBD3;
	font-size: 16px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	background-color: #eeeef0;
	text-align: center;
}

.blog-details-desc .article-footer .article-share .social li a i {
	font-size: 16px;
	line-height: 30px;
}

.blog-details-desc .article-footer .article-share .social li a:hover {
	color: #ffffff;
	background-color: #03BBD3;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.blog-details-desc .post-navigation {
	margin-top: 30px;
}

blockquote, .blockquote {
	overflow: hidden;
	background-color: #fafafa;
	padding: 50px !important;
	position: relative;
	text-align: center;
	z-index: 1;
	margin-bottom: 20px;
	margin-top: 20px;
}

blockquote p, .blockquote p {
	color: #040C35;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 24px !important;
}

blockquote cite, .blockquote cite {
	display: none;
}

blockquote::before, .blockquote::before {
	color: #efefef;
	content: "\f10e";
	position: absolute;
	left: 50px;
	top: -50px;
	z-index: -1;
	font-family: "Font Awesome 5 Free";
	font-size: 140px;
	font-weight: 900;
}

blockquote::after, .blockquote::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #03BBD3;
	margin-top: 20px;
	margin-bottom: 20px;
}

.post-navigation {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding-top: 20px;
	padding-bottom: 20px;
}

.post-navigation .navigation-links {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post-navigation .navigation-links .nav-previous {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.post-navigation .navigation-links .nav-previous a i {
	margin-right: 2px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.post-navigation .navigation-links .nav-previous a:hover i {
	margin-right: 0;
}

.post-navigation .navigation-links .nav-next {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
}

.post-navigation .navigation-links .nav-next a i {
	margin-left: 2px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.post-navigation .navigation-links .nav-next a:hover i {
	margin-left: 0;
}

.post-navigation .navigation-links div a {
	display: inline-block;
	font-weight: 600;
}

.comments-area {
	padding: 25px;
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	background-color: #ffffff;
}

.comments-area .comments-title {
	position: relative;
	margin-bottom: 30px;
	line-height: initial;
	font-size: 24px;
	font-weight: 600;
}

.comments-area ol, .comments-area ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.comments-area .comment-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.comments-area .comment-body {
	border-bottom: 1px solid #eeeeee;
	padding-left: 65px;
	color: #040C35;
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.comments-area .comment-body .reply {
	margin-top: 15px;
}

.comments-area .comment-body .reply a {
	border: 1px solid #ded9d9;
	color: #040C35;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 30px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	font-size: 16px;
	font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
	color: #ffffff;
	background-color: #03BBD3;
	border-color: #03BBD3;
}

.comments-area .comment-author {
	font-size: 17px;
	margin-bottom: 0.1em;
	position: relative;
	z-index: 2;
}

.comments-area .comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comments-area .comment-author .fn {
	font-weight: 600;
}

.comments-area .comment-author .says {
	display: none;
}

.comments-area .comment-metadata {
	margin-bottom: .8em;
	color: #040C35;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
}

.comments-area .comment-metadata a {
	color: #040C35;
}

.comments-area .comment-metadata a:hover {
	color: #03BBD3;
}

.comments-area .comment-respond {
	margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
	margin-bottom: 0;
	position: relative;
	font-size: 24px;
	font-weight: 600;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
	display: inline-block;
}

.comments-area .comment-respond .comment-form {
	overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
	margin-bottom: 0;
	margin-top: 10px;
}

.comments-area .comment-respond .comment-form-comment {
	margin-top: 15px;
	float: left;
	width: 100%;
}

.comments-area .comment-respond label {
	display: block;
	font-weight: 600;
	color: #040C35;
	margin-bottom: 5px;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
	border-color: #03BBD3;
}

.comments-area .comment-respond .comment-form-author {
	float: left;
	width: 50%;
	padding-right: 10px;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
	float: left;
	width: 50%;
	padding-left: 12px;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
	position: absolute;
	left: 0;
	top: 4px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
	display: inline-block;
	margin: 0;
	color: #040C35;
	font-weight: normal;
	position: relative;
	top: -2px;
}

.comments-area .comment-respond .form-submit {
	float: left;
	width: 100%;
}

.comments-area .comment-respond .form-submit input {
	color: #ffffff;
	padding: 10px 30px;
	display: inline-block;
	cursor: pointer;
	outline: 0;
	border: none;
	background: #03BBD3;
	border-radius: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-weight: 600;
	font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
	color: #ffffff;
	background-color: #040C35;
}

/************************************************
 ** - 19 - Blog Page Sidebar Widget CSS
 ************************************************/
.widget-area .widget {
	margin-top: 35px;
}

.widget-area .widget:first-child {
	margin-top: 0;
}

.widget-area .widget .widget-title {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	margin-bottom: 25px;
	text-transform: capitalize;
	position: relative;
	font-size: 22px;
}

.widget-area .widget .widget-title::before {
	content: '';
	position: absolute;
	background: #03BBD3;
	bottom: -1px;
	left: 0;
	width: 50px;
	height: 1px;
}

.widget-area .widget_search {
	-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
	background-color: #ffffff;
	padding: 15px;
}

.widget-area .widget_search form {
	position: relative;
}

.widget-area .widget_search form label {
	display: block;
	margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
	display: none;
}

.widget-area .widget_search form .search-field {
	background-color: transparent;
	height: 50px;
	padding: 6px 15px;
	border: 1px solid #eeeeee;
	width: 100%;
	display: block;
	outline: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.widget-area .widget_search form .search-field:focus {
	border-color: #03BBD3;
}

.widget-area .widget_search form button {
	position: absolute;
	right: 0;
	outline: 0;
	bottom: 0;
	height: 50px;
	width: 50px;
	z-index: 1;
	border: none;
	color: #ffffff;
	background-color: #03BBD3;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.widget-area .widget_search form button:hover {
	background-color: #040C35;
	color: #ffffff;
}

.widget-area .widget_webtech_posts_thumb {
	position: relative;
	overflow: hidden;
}

.widget-area .widget_webtech_posts_thumb .item {
	overflow: hidden;
	margin-bottom: 15px;
}

.widget-area .widget_webtech_posts_thumb .item:last-child {
	margin-bottom: 0;
}

.widget-area .widget_webtech_posts_thumb .item .thumb {
	float: left;
	height: 80px;
	overflow: hidden;
	position: relative;
	width: 80px;
	margin-right: 15px;
}

.widget-area .widget_webtech_posts_thumb .item .thumb .fullimage {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
}

.widget-area .widget_webtech_posts_thumb .item .thumb .fullimage.bg1 {
	background-image: url(../img/blog-details/1.jpg);
}

.widget-area .widget_webtech_posts_thumb .item .thumb .fullimage.bg2 {
	background-image: url(../img/blog-details/2.jpg);
}

.widget-area .widget_webtech_posts_thumb .item .thumb .fullimage.bg3 {
	background-image: url(../img/blog-details/3.jpg);
}

.widget-area .widget_webtech_posts_thumb .item .info {
	overflow: hidden;
	margin-top: 5px;
}

.widget-area .widget_webtech_posts_thumb .item .info span {
	display: block;
	color: #040C35;
	text-transform: capitalize;
	margin-top: -2px;
	margin-bottom: 3px;
	font-size: 14px;
}

.widget-area .widget_webtech_posts_thumb .item .info .title {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 16px;
}

.widget-area .widget_webtech_posts_thumb .item .info .title a {
	display: inline-block;
}

.widget-area .widget_recent_entries ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
	position: relative;
	margin-bottom: 12px;
	color: #040C35;
	padding-left: 14px;
	line-height: 1.5;
	font-weight: 400;
	font-size: 15.5px;
}

.widget-area .widget_recent_entries ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
	background: #03BBD3;
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_recent_entries ul li a {
	display: inline-block;
	color: #040C35;
}

.widget-area .widget_recent_entries ul li a:hover {
	color: #03BBD3;
}

.widget-area .widget_recent_entries ul li .post-date {
	display: block;
	font-size: 13px;
	color: #040C35;
	margin-top: 4px;
}

.widget-area .widget_recent_comments ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_recent_comments ul li {
	position: relative;
	margin-bottom: 12px;
	color: #040C35;
	padding-left: 14px;
	line-height: 1.5;
	font-weight: 400;
	font-size: 15.5px;
}

.widget-area .widget_recent_comments ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_recent_comments ul li::before {
	background: #03BBD3;
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_recent_comments ul li a {
	display: inline-block;
	color: #040C35;
}

.widget-area .widget_recent_comments ul li a:hover {
	color: #03BBD3;
}

.widget-area .widget_archive ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_archive ul li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 14px;
	color: #040C35;
	font-size: 15.5px;
	font-weight: 400;
}

.widget-area .widget_archive ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
	background: #03BBD3;
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_archive ul li a {
	display: inline-block;
	color: #040C35;
}

.widget-area .widget_archive ul li a:hover {
	color: #03BBD3;
}

.widget-area .widget_categories ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_categories ul li {
	position: relative;
	margin-bottom: 12px;
	color: #040C35;
	padding-left: 14px;
	font-size: 15.5px;
	font-weight: 400;
}

.widget-area .widget_categories ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
	background: #03BBD3;
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_categories ul li a {
	color: #040C35;
	display: block;
}

.widget-area .widget_categories ul li a:hover {
	color: #03BBD3;
}

.widget-area .widget_categories ul li .post-count {
	float: right;
}

.widget-area .widget_meta ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_meta ul li {
	position: relative;
	margin-bottom: 12px;
	color: #040C35;
	padding-left: 14px;
	font-size: 15.5px;
	font-weight: 400;
}

.widget-area .widget_meta ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
	background: #03BBD3;
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_meta ul li a {
	display: inline-block;
	color: #040C35;
}

.widget-area .widget_meta ul li a:hover {
	color: #03BBD3;
}

.widget-area .widget_tag_cloud .widget-title {
	margin-bottom: 12px;
}

.widget-area .tagcloud a {
	display: inline-block;
	color: #040C35;
	font-weight: 400;
	font-size: 14.5px !important;
	padding: 6px 13px;
	border: 1px dashed #eeeeee;
	margin-top: 8px;
	margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
	color: #ffffff;
	background-color: #03BBD3;
	border-color: #03BBD3;
}

.widget-area .widget_event_details ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_event_details ul li {
	border-bottom: 1px solid #eeeeee;
	color: #888f96;
	padding-bottom: 10px;
	padding-top: 10px;
}

.widget-area .widget_event_details ul li:first-child {
	padding-top: 0;
}

.widget-area .widget_event_details ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget-area .widget_event_details ul li span {
	display: inline-block;
	color: #040C35;
	font-weight: 400;
}

.widget-area .widget_event_details ul li a {
	display: inline-block;
	color: #888f96;
}

.widget-area .widget_event_details ul li a:hover {
	color: #03BBD3;
}

/*************************************************
 ** - 20 - Other Page Banner Title Section CSS
 *************************************************/
.page-title-area {
	position: relative;
	z-index: 1;
	background-image: url(../img/home-2bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
}

.page-title-area::before {
	content: "";
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0.5;
	background-color: #030821;
}

.page-title-content {
	text-align: center;
	margin-top: 45px;
}

.page-title-content h2 {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 42px;
	font-weight: 700;
}

.page-title-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 12px;
	margin-bottom: 0;
}

.page-title-content ul li {
	color: #ffffff;
	display: inline-block;
	position: relative;
	font-weight: 400;
	font-size: 17px;
	margin-left: 10px;
	margin-right: 10px;
}

.page-title-content ul li a {
	display: inline-block;
	color: #ffffff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.page-title-content ul li a:hover {
	color: #03BBD3;
}

.page-title-content ul li::before {
	content: '';
	position: absolute;
	right: -15px;
	top: 11px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #03bbd3;
}

.page-title-content ul li:last-child::before {
	display: none;
}

.item-bg1 {
	background-image: url(../img/page-title-bg-2.html);
}

.item-bg2 {
	background-image: url(../img/page-title-bg-3.html);
}


/************************************
 ** - 21 - Pricing Page CSS
 ************************************/
.single-pricing-content {
	padding: 30px 30px;
	background: #ffffff;
	text-align: left;
	border-radius: 3px;
	/* box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%); */
	transition: all 0.4s ease 0s;
	margin-bottom: 30px;
}

/* .single-pricing-content:hover {
	box-shadow: 0 7px 25px rgba(31, 45, 61, 0.1)!important;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
} */

.price-tag {
	position: relative;
}

.price-tag h3 {
    position: absolute;
    display: block;
    width: 100px;
    height: 50px;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    border-radius: 25px 0 0 25px;
    background: #040c35;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    top: 2px;
    left: -45px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(-90deg);
    text-align: center;
}

.price-heading {
	margin-bottom: 20px;
	text-align: center;
}

.price-heading .price-usd h2 {
	font-size: 50px;
	font-weight: 900;
	color: #040c35;
	padding: 15px 0;
}

.price-heading .price-usd .price-small-text {
	font-size: 16px;
	display: block;
	font-weight: 500;
	color: #3e3e3e;
	margin-top: -8px;
}

.price-body ul li {
	display: block;
	border-top: 1px dashed;
	padding: 10px 0;
	border-color: #dfe4e8;
}

.single-pricing-content .price-body {
	text-align: center;
}

.price-body ul li:last-child {
	padding-bottom: 0;
}

.price-body .offer-list-none {
	color: #b7b7b7;
}

.single-pricing-content .price-btn {
	margin-top: 25px;
	text-align: center;
}

.single-pricing-content .price-btn .price-btn-one {
	padding: 12px 30px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	display: inline-block;
	background-color: #03BBD3;
	border-radius: 30px;
	border: 1px solid #03BBD3;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-pricing-content .price-btn .price-btn-one:hover {
	background-color: transparent;
	color: #03BBD3;
}

/**************************************
 ** - 22 - 404 Error Page CSS
 **************************************/
.error-area {
	height: 800px;
	min-height: 100vh;
    padding: 100px 0;
}

.error-content {
	text-align: center;
	margin: 0 auto;
	max-width: 700px;
}

.error-content h3 {
	font-size: 35px;
	margin-top: 10px;
	margin-bottom: 18px;
}

.error-content p {
	max-width: 520px;
	margin: 0 auto 20px;
	line-height: 30px;
}

.error-content .default-btn-one {
	display: inline-block;
	padding: 12px 30px;
	background: #03BBD3;
	border: 2px solid #03BBD3;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: .6s;
	transition: .6s;
	margin-right: 0;
}

.error-content .default-btn-one:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #03BBD3;
}

/********************************
 ** - 23 - Faq Page CSS
 ********************************/
.faq-accordion .accordion {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 0;
	margin-bottom: 0;
	position: relative;
}

.faq-accordion .accordion .accordion-item {
	display: block;
	border: 0;
	margin-bottom: 30px;
}

.faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
	color: #040C35;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	display: block;
	padding: 15px 15px;
	padding-right: 25px;
	background-color: #fff;
	border-radius: 5px;
	cursor: pointer;
	border-left: 1px solid #03BBD3;
}

.faq-accordion .accordion .accordion-item .active.accordion-title {
	color: #fff;
	background: #03BBD3;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #040C35;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 16px;
}

.faq-accordion .accordion .accordion-item .active.accordion-title i {
	color: #fff;
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
	content: "\f068";
}

.faq-accordion .accordion .accordion-item .accordion-content {
	display: none;
	background-color: #ffffff;
	margin-bottom: 0;
	padding: 20px 15px;
	font-size: 16px;
	-webkit-box-shadow: 0px 5px 15px 0px rgb(82, 90, 101, 0.1);
	box-shadow: 0px 5px 15px 0px rgb(82, 90, 101, 0.1);
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
	display: block;
}

/**************************************
 ** - 24 - Coming Soon Page CSS
 **************************************/
.coming-soon-area {
	position: relative;
	z-index: 1;
	padding: 100px 0;
	height: 800px;
	min-height: 100vh;
	background-image: url(../img/page-title-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.coming-soon-area::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .80;
	background: #040C35;
}

.coming-soon-area .social-list {
	list-style-type: none;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}

.coming-soon-area .social-list li {
	display: inline-block;
}

.coming-soon-area .social-list li.list-heading {
	display: block;
	color: #ffffff;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
}

.coming-soon-area .social-list li a {
	color: #ffffff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	background-color: #03BBD3;
	border: 1px solid #03BBD3;
	border-radius: 50%;
	margin: 0 2px;
}

.coming-soon-area .social-list li a:hover {
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: transparent;
	-webkit-transition: .5s;
	transition: .5s;
}

.coming-soon-content {
	text-align: center;
	margin: 0 auto;
}

.coming-soon-content h1 {
	color: #ffffff;
	margin-bottom: 15px;
	font-size: 46px;
	font-weight: 700;
}

.coming-soon-content p {
	color: #ffffff;
	margin: 0 auto;
	max-width: 620px;
	line-height: 30px;
}

.coming-soon-content form {
	position: relative;
	margin: 35px auto 55px;
	max-width: 520px;
}

.coming-soon-content form .email-input {
	display: block;
	width: 100%;
	height: 56px;
	border: none;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
	border-radius: 40px;
	padding: 15px 25px;
	outline: 0 !important;
	background: #F1F2F3;
}

.coming-soon-content form .submit-btn {
	position: absolute;
	right: 3px;
	top: 3px;
	height: 50px;
	background: #03BBD3;
	color: #ffffff;
	border: none;
	border-radius: 40px;
	width: 130px;
	outline: 0 !important;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

.coming-soon-content form .submit-btn:hover, .coming-soon-content form .submit-btn:focus {
	background-color: #03BBD3;
}

.coming-soon-content #timer div {
	background: #ffffff;
	display: inline-block;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	color: #03BBD3;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
	margin: 0 10px;
	padding-top: 18px;
	font-size: 40px;
	font-weight: 700;
}

.coming-soon-content #timer div span {
	display: block;
	margin-top: -4px;
	color: #777777;
	font-size: 16px;
	font-weight: 600;
}

/**************************************
 ** - 25 - Contact Page CSS
 **************************************/
.contact-section {
}

.contact-form .form-group {
	margin-bottom: 30px;
}

.contact-form form .form-control {
	background-color: #ffffff;
	border: none;
	height: 55px;
	font-size: 16px;
	border-left: 3px solid #03BBD3;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
}

.contact-form form .form-control:focus {
	border-left: 3px solid #03BBD3;
}

.contact-form form textarea.form-control {
	height: auto;
	padding-top: 15px;
	line-height: initial;
}

.contact-form form .btn {
	margin-top: 8px;
	-webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
	box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

.contact-form form .help-block ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 0;
}

.contact-form form .help-block ul li {
	color: red;
	font-weight: 400;
}

.contact-info-wrapper {
	padding: 100px 0;
}

.contact-info-wrapper .section-title {
	text-align: center;
	margin-bottom: 45px;
}

.contact-info-content {
	background: #fff;
	margin-top: 30px;
	padding: 45px 20px;
	text-align: center;
	border-radius: 5px;
	border-top: 3px solid #03BBD3;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}

.contact-info-content h5 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.contact-info-content a {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1.5px;
	display: block;
	line-height: 1.5;
}

.contact-info-content p {
	font-size: 16px;
	margin-bottom: 12px;
}

.contact-section .form-message.success {
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

.contact-section .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

/*******************************
 ** - 25 - Map Section CSS
 *******************************/
.map-section {
    margin-bottom: -10px;
}

.map-section .google-map iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

/************************************
 ** - 26 - Terms & Conditions
 ************************************/
.terms-conditions-info h3 {
	font-size: 24px;
	margin: 0 0 15px 0;
}

/************************************
 ** - 27 - Privacy Policy Page CSS
 ************************************/
.privacy-policy-info h3 {
	font-size: 24px;
	margin: 0 0 15px 0;
}

/**************************************
 ** - 28 - Subscribe Section CSS
 **************************************/
.subscribe-area {
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 1.5;
	border-bottom: 1px solid rgb(255, 255, 255, 0.25);
}

.subscribe-content {
	text-align: left;
}

.subscribe-content h2 {
	color: #fff;
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	font-size: 24px;
}

.subscribe-content p {
		color: #fff;
	display: block;
	/* text-transform: capitalize; */
	font-size: 16px;
	font-weight: 400;
}
.newsletter-form {
	max-width: 580px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.newsletter-form .input-newsletter {
	display: block;
	width: 100%;
	color: #040C35;
	background-color: #ffffff;
	border: none;
	height: 50px;
	padding-left: 25px;
	border-radius: 3px;
	outline: 0;
}

.newsletter-form .input-newsletter::-webkit-input-placeholder {
	color: #040C35;
}

.newsletter-form .input-newsletter:-ms-input-placeholder {
	color: #040C35;
}

.newsletter-form .input-newsletter::-ms-input-placeholder {
	color: #040C35;
}

.newsletter-form .input-newsletter::placeholder {
	color: #040C35;
}

.newsletter-form button {
	position: absolute;
	right: 0;
	top: 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	background-color: #040C35;
	border: none;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	border-radius: 3px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.newsletter-form button:hover {
	background-color: #03bbd3;
	color: #ffffff;
}

/******************************************
 ** - 29 - All Page Footer Section CSS
 ******************************************/
.footer-subscribe-wrapper {
	position: relative;
	z-index: 1;
	background-color: #03BBD3;
}

.footer-subscribe-wrapper:before {
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 25px;
}

.footer-heading {
	margin-bottom: 25px;
}

.footer-heading h3 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	margin: 0 0 0 0;
	position: relative;
	border-bottom: 1px solid rgb(255, 255, 255, 0.25);
	padding-bottom: 10px;
}

.single-footer-widget .footer-social {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 20px;
}

.single-footer-widget .footer-social li {
	display: inline-block;
	margin-right: 10px;
}

.single-footer-widget .footer-social li:last-child {
	margin-right: 0;
}

.single-footer-widget .footer-social i {
	display: inline-block;
	height: 38px;
	width: 38px;
	line-height: 38px;
	background-color: #ffffff;
	border-radius: 50px;
	color: #03BBD3;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	text-align: center;
}

.single-footer-widget .footer-social i::before {
	font-size: 17px;
}

.single-footer-widget .footer-social i:hover {
	color: #ffffff;
	background-color: #03BBD3;
}

.single-footer-widget p {
	font-size: 16px;
	color: #040C35;
	font-weight: 400;
}

.single-footer-widget .footer-heading {
	margin-bottom: 25px;
}

.single-footer-widget .footer-heading h3 {
	font-size: 20px;
	color: #040C35;
	font-weight: 700;
	margin: 0 0 0 0;
}

.single-footer-widget .footer-quick-links {
	padding-left: 0;
	margin-bottom: 0;
}

.single-footer-widget .footer-quick-links li {
	list-style-type: none;
	/*padding-bottom: 18px;*/
}

.single-footer-widget .footer-quick-links li:last-child {
	padding-bottom: 0;
}

.single-footer-widget .footer-quick-links li a {
	display: inline-block;
	color: #040C35;
	font-size: 16px;
	font-weight: 400;
}

.single-footer-widget .footer-quick-links li a:hover {
	color: #040C35;
	text-decoration: none !important;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-footer-widget .footer-info-contact {
	position: relative;
	padding-left: 35px;
	margin-bottom: 16px;
}

.single-footer-widget .footer-info-contact:last-child {
	margin-bottom: 0;
}

.single-footer-widget .footer-info-contact i {
	color: #040C35;
	position: absolute;
	left: 0;
	top: 0px;
}

.single-footer-widget .footer-info-contact i::before {
	font-size: 20px;
}

.single-footer-widget .footer-info-contact h3 {
	font-size: 16px;
	color: #040C35;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.single-footer-widget .footer-info-contact span {
	font-size: 16px;
	color: #040C35;
	font-weight: 400;
}

.single-footer-widget .footer-info-contact span a {
	font-size: 16px;
	color: #040C35;
	font-weight: 400;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-footer-widget .footer-info-contact span a:hover {
	color: #03BBD3;
}

/******************************************
 ** - 30 - Page Copyright Section CSS
 ******************************************/
.copyright-area {
	background: #040C35;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid rgb(255, 255, 255, 0.25);
}

.copyright-area p {
	color: #ececec;
	font-size: 16px;
}

.copyright-area p a {
	color: #ececec;
	display: inline-block;
	font-weight: 600;
}

.copyright-area p a:hover {
	color: #03BBD3;
}

.copyright-area ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: right;
}

.copyright-area ul li {
	display: inline-block;
	color: #ececec;
	font-size: 16px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.copyright-area ul li a {
	display: inline-block;
	color: #ececec;
}

.copyright-area ul li a:hover {
	color: #03BBD3;
}

.copyright-area ul li::before {
	content: '';
	position: absolute;
	top: 5px;
	right: -13px;
	width: 1px;
	height: 14px;
	background-color: #ffffff;
}

.copyright-area ul li:last-child {
	margin-right: 0;
}

.copyright-area ul li:last-child::before {
	display: none;
}

.copyright-area ul li:first-child {
	margin-left: 0;
}

/* Custome CSS */
.btn-close{
position: absolute;
    right: -15px;
    top: -20px;
    border-radius: 50%;
    opacity: 9;
    border: 2px solid #040C35;
}
.br-0{
	border-radius: 0px !important;
}
.btn-book a:hover {
    text-decoration: none;
    color: #ffffff;
}
.text-black{
	color:#040C35 !important;
}

/* About Us */
	

.snip *,
.snip *:before,
.snip *:after {
  box-sizing: border-box;
  transition: all 0.45s ease;
}

.snip {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  text-align: left;
  transform: translateZ(0);
}

.snip:hover .snip__title,
.snip:hover .snip__text {
  transform: translateY(0);
  opacity: 0.9;
  transition-delay: 0.2s;
}

.snip::before,
.snip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #03bbd3;
  opacity: 0.5;
  transition: all 0.45s ease;
}

.snip::before {
  transform: skew(30deg) translateX(-80%);
}

.snip::after {
  transform: skew(-30deg) translateX(-70%);
}

.snip:hover::before {
  transform: skew(30deg) translateX(-20%);
  transition-delay: 0.05s;
}

.snip:hover::after {
  transform: skew(-30deg) translateX(-10%);
}

.snip:hover .snip__figcaption::before {
  transform: skew(30deg) translateX(-40%);
  transition-delay: 0.15s;
}

.snip:hover .snip__figcaption::after {
  transform: skew(-30deg) translateX(-30%);
  transition-delay: 0.1s;
}

.snip__image {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.snip__figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 25px 40% 25px 20px;
}

.snip__figcaption::before,
.snip__figcaption::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #03bbd3;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: "";
  opacity: 0.5;
  z-index: -1;
}

.snip__figcaption::before {
  transform: skew(30deg) translateX(-100%);
}

.snip__figcaption::after {
  transform: skew(-30deg) translateX(-90%);
}

.snip__title,
.snip__text {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip__title {
  font-family: "Teko", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.snip__text {
  font-size: 0.9em;
}

.snip__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.navbar img{
	max-width: 70% !important;
}


.product-title {
		font-size: 20px;
		font-weight: bold;
	}
	
	.card-title-h1{
		font-weight: 800;
    	font-size: 28px;
	}
	.card {
	    box-shadow: 0 10px 20px rgb(0 0 0 / 0%);
	    background-color: #fff;
	}
	.img-w-80{
		width: 275px !important;
	}
	.section-heading-p{
		margin-bottom:20px;
		font-size: 20px;
	}
	.mt-20{
		margin-top: 20px;
	}
	.tabs li a.active {
        font-weight: bold !important;
        color: #fff !important; /* Active text color */
        background-color: #000000 !important; /* Active background color */
    }
    
    /* Ensure default styles */
    .tabs li a {
        text-decoration: none !important; /* Remove underline */
        padding: 20px !important; /* Add padding for better spacing */
        color: #000 !important; /* Default text color */
    }
	 /* Style for the icon-circle */
	 .icon-circle {
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            transition: box-shadow 0.3s ease-in-out; /* Smooth transition */
        }

        /* Style for the image */
        .icon-circle img {
            width: 800%;
            height: auto;
            transition: transform 0.3s ease-in-out; /* Smooth scaling */
        }

        /* Hover effect for glowing and scaling */
        .icon-circle:hover {
			box-shadow: 0 0 20px rgb(17 182 216), 0 0 40px rgb(18 182 217);
        }

        .icon-circle:hover img {
            transform: scale(1.1); /* Scale up the image on hover */
        }

        /* Styling for the text below the image */
        .product-title {
            text-align: center;
            font-size: 16px;
            margin-top: 10px;
            color: #333;
        }
		.owl-dots{
			display:none;
		}

	/* Video Play Button */
	.video-play-button {
		position: absolute;
		z-index: 10;
		bottom: -12%;
		left: 60%;
		transform: translateX(-50%) translateY(-50%);
		box-sizing: content-box;
		display: block;
		width: 32px;
		height: 44px;
		/* background: #fa183d; */
		border-radius: 50%;
		padding: 18px 20px 18px 28px
	}
	.video-play-button:before {
		content: "";
		position: absolute;
		z-index: 0;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		display: block;
		width: 80px;
		height: 80px;
		background: #0dcaf0;
		border-radius: 50%;
		animation: pulse-border 1500ms ease-out infinite;
	}
	.video-play-button:after {
		content: "";
		position: absolute;
		z-index: 1;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		display: block;
		width: 80px;
		height: 80px;
		background: #0dcaf0;
		border-radius: 50%;
		transition: all 200ms;
	}
	.video-play-button:hover:after {
		background-color: darken(#fa183d, 10%);
	}
	.video-play-button img {
		position: relative;
		z-index: 3;
		max-width: 100%;
		width: auto;
		height: auto;
	}
	.video-play-button span {
		display: block;
		position: relative;
		z-index: 3;
		width: 0;
		height: 0;
		border-left: 32px solid #fff;
		border-top: 22px solid transparent;
		border-bottom: 22px solid transparent;
	}
	@keyframes pulse-border {
		0% {
			transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
			opacity: 1;
		}
		100% {
			transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
			opacity: 0;
		}
	}
	.video-overlay {
		position: fixed;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,0,0,0.80);
		opacity: 0;
		transition: all ease 500ms;
	}
	.video-overlay.open {
		position: fixed;
		z-index: 1000;
		opacity: 1;
	}
	.video-overlay-close {
		position: absolute;
		z-index: 1000;
		top: 15px;
		right: 20px;
		font-size: 36px;
		line-height: 1;
		font-weight: 400;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		transition: all 200ms;
	}
	.video-overlay-close:hover {
		color: #fa183d;
	}
	.video-overlay iframe {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		/* width: 90%; */
		/* height: auto; */
		box-shadow: 0 0 15px rgba(0,0,0,0.75);
	}
	#partners {
		display: grid;
		place-items: center;
		padding-bottom:100px;
	}
	#partners .slider {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 170px;
		width: 100%;
		overflow: hidden;
		background: rgb(255, 255, 255);
		border-radius: 5px;
		/* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
		backdrop-filter: blur(7.4px);
		-webkit-backdrop-filter: blur(7.4px);
		border: 1px solid rgba(255, 255, 255, 0.4);
	}
	#partners .slider-items {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 20px;
		animation: scrolling 20s linear infinite;

	}
	@keyframes scrolling {
		0% {
			transform: translateX(80%);
		}
		100% {
			transform: translateX(-20%);
		}
	}
	#partners .slider-items img {
		margin: 20px;
	}
