/* 
 Theme Name:   boostify-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     boostify
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/


@import url("https://fonts.googleapis.com/css?family=Exo:300,400,500,600,700,800,900|Roboto:300,400,500,700,900"); :root {
    --bs-black: #000000;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #e91e63;
    --bs-red: #f74848;
    --bs-orange: #fd7e14;
    --bs-orange-dark: #ee4a34;
    --bs-orange-dark-light: #fae4df;
    --bs-yellow: #f5a416;
    --bs-green: #4caf50;
    --bs-teal: #20c997;
    --bs-cyan: #17a2b8;
    --bs-white: #ffffff;
    --bs-gray: #eeeeee;
    --bs-gray-light: #ebeced;
    --bs-gray-dark: #979797;
    --bs-primary: #1ca54d;
    --bs-primary-dark: #0279b5;
    --bs-primary-light: #f2f8fb;
    --bs-primary-shadow: rgba(0, 136, 204, 0.3);
    --bs-secondary: #121d61;
    --bs-secondary-dark: #222222;
    --bs-gray-500: #f2f2f2;
    --bs-gray-500-thumb: #c2c2c2;
    --bs-success: #28a745;
    --bs-info: #17a2b8;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #343a40;
    --bs-font-family: 'Sarabun', sans-serif;
    --bs-font-awesome: "FontAwesome";
    --bs-gradient: linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));
    --bs-gradient-image: linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));
    --bs-shadow: 2px 5px 20px rgba(0, 0, 0, .2);
    --bs-radius-defualt: 0.1875rem;
    --bs-theme-radius: 40% 60% 45% 55%/71% 67% 33% 29%;
    --bs-theme-radius-reverse: 72% 28% 56% 44%/29% 37% 63% 71%;
    --bs-transition: all .35s cubic-bezier(.645,.045,.355,1);
    --bs-transition-slow: all .55s cubic-bezier(.645,.045,.355,1);
    --bs-transition-very-slow: all .75s cubic-bezier(.645,.045,.355,1);
}

.bg-primary-light {
    background-color: var(--bs-primary-light);
}

.bg-primary {
    background-color: var(--bs-primary);
}

body {
    background: rgb(255, 255, 255);
    color: var(--bs-secondary);
}

html, body {
    overflow-x: hidden;
}

.modal-content {
    color: var(--bs-secondary);
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
}

/* img {
    max-width: 100%;
} */

figure {
    margin: 0px;
}

a {
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.boxed-btn:focus, .boxed-btn:active, button:focus, input[type="button"]:focus, input[type="submit"]:focus {
    outline: dotted 1px;
    outline-offset: -2px;
    color: inherit;
}

a:hover, a:focus {
    text-underline-offset: 1px;
    text-decoration-style: dotted;
}

em, cite, q {
    color: var(--bs-primary);
    font-style: italic;
    font-weight: bold;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
    outline: dotted 1px;
    outline-offset: -2px;
}

input[type="text"]:not(.adminbar-input), input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, .form-control {
    border-radius: 0px;
    display: block;
    line-height: 1.5;
    font-size: 0.97rem;
    font-weight: 500;
    padding: 0.65rem 1.25rem;
    vertical-align: middle;
    width: 100%;
    min-height: 50px;
    background-color: rgb(255, 255, 255);
    border: 1px solid var(--bs-gray-light);
    outline: none;
    letter-spacing: 0.5px;
    box-shadow: none;
    transition: var(--bs-transition);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, input[type="text"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="number"]:hover, input[type="tel"]:hover, input[type="range"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="week"]:hover, input[type="time"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="color"]:hover, textarea:hover, select:hover {
    background-color: rgb(255, 255, 255);
    border-color: var(--bs-primary);
    outline: none;
}

[type="search"] {
    appearance: textfield;
    outline-offset: -2px;
}

select {
    border: 1px solid var(--bs-gray);
    border-radius: 0px;
    display: block;
    font-size: 92%;
    font-weight: 500;
    padding: 0.375rem 0.75rem;
    min-height: 50px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    box-shadow: none;
    outline: 0px;
    background-color: rgb(255, 255, 255);
    overflow: auto !important;
}

textarea {
    height: 8.125rem;
    overflow: auto;
    resize: vertical;
}

input[type="checkbox"], input[type="radio"], form[id*="give-form"] #give-gateway-radio-list > li input[type="radio"], form[id*="give-form"] #give-gateway-radio-list > li input[type="checkbox"], div.wpforms-container-full .wpforms-form input[type="radio"], div.wpforms-container-full .wpforms-form input[type="checkbox"] {
    position: relative;
    border: 2px solid var(--bs-secondary-dark);
    background-color: rgb(255, 255, 255);
    color: var(--bs-primary);
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: 0px;
    outline: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    max-width: 16px;
    border-radius: 3px;
    transition: border-color 0.05s ease-in-out 0s;
    width: 16px !important;
    appearance: none !important;
}

input[type="radio"] {
    border-radius: 50%;
    margin-right: 0.25rem;
    line-height: 0.75rem;
}

input[type="checkbox"]:hover::before, input[type="radio"]:hover::before, input[type="checkbox"]:checked::before, input[type="radio"]:checked::before {
    display: inline-block;
    vertical-align: middle;
    speak: none;
    line-height: 1.1;
    transition: var(--bs-transition);
}

input[type="radio"]:checked::before {
    content: "â¬¤";
    text-indent: -9999px;
    border-radius: 6.25rem;
    font-size: 1.5rem;
    width: 0.46rem;
    height: 0.46rem;
    margin: 0.152rem 0.152rem 0.25rem 0.175rem;
    line-height: 1.25rem;
    background: var(--bs-primary);
}

input[type="checkbox"]:checked, input[type="checkbox"]:hover, input[type="radio"]:checked, input[type="radio"]:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 0.32rem;
    background-color: rgb(255, 255, 255);
    width: 2px;
    height: 2px;
    box-shadow: white 2px 0px 0px, white 4px 0px 0px, white 4px -2px 0px, white 4px -4px 0px, white 4px -6px 0px, white 4px -8px 0px;
    transform: rotate(45deg);
}

table {
    border: 1px solid rgb(233, 233, 233);
    background-color: rgb(252, 252, 252);
    border-spacing: 0px;
    letter-spacing: 0.5px;
    margin: 0px 0px 20px;
    text-align: left;
    table-layout: fixed;
    border-collapse: collapse;
}

table th {
    border: 1px solid rgba(0, 0, 0, 0.25);
}

table td {
    border: 1px solid rgb(233, 233, 234);
}

table th, table td {
    padding: 15px;
}

table th {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

button:hover, button:focus, a:hover, a:focus, button.btn:hover, button.btn:focus, .form-control:focus, a.btn:hover, a.btn:focus, button.btn:hover, button.btn:focus, button[type="submit"]:hover, button[type="button"]:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button[type="submit"]:focus, button[type="button"]:focus, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
    box-shadow: none !important;
}

button[type="submit"]:hover, button[type="button"]:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button[type="submit"]:focus, button[type="button"]:focus, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
    color: rgb(255, 255, 255);
    background-color: var(--bs-secondary);
}

.main-logo a:focus {
    outline: dotted 1px;
    outline-offset: 1px;
}

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

.section-padding-top {
    padding: 30px 0px 0px;
}

.section-header {
    margin-bottom: 45px;
}

.section-header h2 {
    font-weight: 800;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

.section-header h2 > span {
    color: var(--bs-primary);
    margin-left: 5px;
}

.section-header h2::after {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.section-header h2::before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--bs-secondary);
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.blog-post .more-link, .boxed-btn, input[type="submit"] {
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    position: relative;
    z-index: 0;
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 0px 0px 6px;
    transition: all 0.5s ease 0s;
}

.blog-post .more-link:focus, .boxed-btn:focus, .blog-post .more-link:hover, .boxed-btn:hover {
    color: var(--bs-primary);
}

.blog-post .more-link::before, .boxed-btn::before {
    border-radius: 0px 0px 6px;
    transition: all 0.5s ease 0s;
    position: absolute;
    inset: 0px 50%;
    opacity: 0;
    content: "";
    background-color: rgb(255, 255, 255);
}

.blog-post .more-link:hover::before, .blog-post .more-link:focus::before, .boxed-btn:hover::before, .boxed-btn:focus::before {
    transition: all 0.5s ease 0s;
    left: 0px;
    right: 0px;
    opacity: 1;
    z-index: -1;
    box-shadow: rgba(7, 7, 6, 0.3) 0px 4px 18px 0px;
}

.watch-video:hover, .watch-video:focus, .watch-video:active {
    color: var(--bs-primary);
}

.watch-video, .watch-video:hover, .watch-video:focus, .watch-video:active, .boxed-btn:hover, .boxed-btn:focus, .boxed-btn:active {
    text-decoration: none;
}

.owl-item {
    float: left;
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-nav {
    display: none;
}

.preloader {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    background: var(--bs-secondary);
    top: 0px;
    left: 0px;
    z-index: 2147483647;
}

.preloader div {
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: rgb(204, 204, 204);
    top: 45%;
    border-radius: 50%;
}

.preloader div:nth-child(1) {
    background-color: rgb(255, 255, 255);
    animation: 2s cubic-bezier(0.2, 0.64, 0.81, 0.23) 0s infinite normal none running move;
}

.preloader div:nth-child(2) {
    background-color: var(--bs-primary);
    animation: 2s cubic-bezier(0.2, 0.64, 0.81, 0.23) 150ms infinite normal none running move;
}

.preloader div:nth-child(3) {
    background-color: rgb(255, 255, 255);
    animation: 2s cubic-bezier(0.2, 0.64, 0.81, 0.23) 300ms infinite normal none running move;
}

.preloader div:nth-child(4) {
    background-color: var(--bs-primary);
    animation: 2s cubic-bezier(0.2, 0.64, 0.81, 0.23) 450ms infinite normal none running move;
}

@-webkit-keyframes move {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}

@keyframes move {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}

#header-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    background: var(--bs-secondary);
    color: rgb(255, 255, 255);
}

#header-top ul.header-info-list li {
    display: inline-block;
    margin-right: 30px;
}

.header-social li {
    margin-right: 4px;
}

.header-social li:last-child {
    margin-right: 0px;
}

.header-social li a {
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    vertical-align: middle;
    background-color: var(--bs-secondary);
}

#header-top .header-social li a:hover, #header-top .header-social li a:focus {
    transform: rotate(360deg);
}

#header-top .header-social a::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    z-index: -1;
    border-radius: 100%;
    transition: all 0.9s ease 0s;
}

#header-top .header-social a:hover::before, #header-top .header-social a:focus::before {
    width: 100%;
}

#header-top .header-social li a i {
    color: rgb(255, 255, 255);
}

#top-navbar {
    min-height: 110px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 100px;
}

#top-navbar ul, #top-navbar ul li {
    display: inline-block;
}

#top-navbar ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.main-logo {
    vertical-align: middle;
    width: 100%;
}

.main-logo a {
    display: block;
}

#top-navbar .header-info + .cart-search {
    margin-left: 25px;
}

.header-info, .cart-search {
    display: inline-block;
    vertical-align: middle;
}

.cart__open, .search__open, .cart__open:hover, .search__open:hover, .cart__open:focus, .search__open:focus {
    color: rgb(255, 255, 255);
}

.header-info .widget {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.header-info .contact-info a {
    color: inherit;
    text-decoration: none;
}

.header-info .contact-info a:hover, .header-info .contact-info a:focus {
    color: var(--bs-primary);
}

.cart-search li {
    margin-left: 15px;
}

.header-info .widget:first-child, .cart-search li:first-child {
    margin-left: 0px;
}

.cart-icon {
    position: relative;
}

.cart-icon .cart-count {
    position: absolute;
    width: 19px;
    height: 19px;
    line-height: 19px;
    font-size: 11.25px;
    top: 10px;
    right: -4px;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 50%;
}

.search__area {
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 10px;
    left: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    display: none;
    transform: translateY(-200%);
    transition: all 300ms ease 0s;
    z-index: 99999;
}

.search__area .search__inner {
    position: relative;
}

.search__area .search__inner form {
    margin: 4em 0px;
    padding: 0px 40px 0px 0px;
    position: relative;
    text-align: center;
}

.search__area .search__inner form input {
    background: rgb(248, 248, 248);
    width: 100%;
    height: 60px;
    padding: 15px;
    border: none;
}

.search__area .search__inner form button {
    border: 0px none;
    border-radius: 0px;
    cursor: pointer;
    height: 60px;
    position: absolute;
    right: 40px;
    top: 0px;
    width: 60px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    background: rgb(248, 248, 248);
    color: var(--bs-secondary);
}

.search__area .search__inner form button:hover, .search__area .search__inner form button:focus {
    color: rgb(255, 255, 255);
    background: var(--bs-primary);
}

.search__area .search__inner .search__close__btn {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    color: var(--bs-secondary);
    cursor: pointer;
    z-index: 1;
}

.search__area .search__inner .search__close__btn_icon {
    box-shadow: none;
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
}

.search__close__btn .search__close__btn_icon i {
    transition: all 0.5s ease 0s;
    transform: scale(1) rotate(0deg);
}

.search__close__btn .search__close__btn_icon:hover i, .search__close__btn .search__close__btn_icon:focus i {
    color: var(--bs-primary);
}

.search__box__show__hide .search__area {
    opacity: 1;
    display: block;
    transform: translateY(0px);
    transition: all 300ms ease 0s;
}

@media (min-width: 991px) {
    .modal-dialog {
        max-width: 70%;
        margin: 170px auto;
    }
}

@media (max-width: 991px) {
    .modal-dialog {
        max-width: 90%;
        margin: 170px auto;
    }
}

#top-navbar div#myModal {
    z-index: 999999;
}

.modal-body {
    padding: 0px 15px;
}

.modal-header button {
    cursor: pointer;
}

.single-product {
    border-top: 1px solid rgb(235, 235, 235);
}

.cartHeaderLabels div {
    padding: 10px;
    border-right: 1px solid rgb(235, 235, 235);
}

.single-product > div {
    padding: 10px;
    border-right: 1px solid rgb(235, 235, 235);
}

.single-product .productImage a {
    display: inline-block;
    vertical-align: middle;
}

.single-product input {
    padding: 6px 10px;
    border: 1px solid rgb(238, 238, 238);
    width: 100%;
}

.cartSubtotal {
    margin: 0px 0px 0px 10px;
    padding: 5px 0px;
}

.cartRemove {
    display: block;
}

.modal-footer {
    display: block;
}

.modal-footer .boxed-btn {
    margin-left: 10px;
    margin-top: 10px;
}

.main-header {
    color: rgb(255, 255, 255);
    background-color: #093b1b;
    border-bottom: 0px solid rgba(255, 255, 255, 0.25);
}

.navbar-navigation {
    padding: 10px 0px;
}

.navbar-area {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 3px 0px;
    z-index: 9999;
}

.mobile-menu-area {
    width: 100%;
}

.mobile-menu-area .col-md-12 {
    position: inherit;
}

.mean-container .mean-bar {
    background: none 0px 0px repeat scroll transparent;
    position: inherit;
    padding: 0px;
    min-height: 0px;
}

.mean-container a.meanmenu-reveal {
    width: 13px;
    height: 14px;
    line-height: 16px;
    border: 1px solid rgb(255, 255, 255);
    padding: 3px 5px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 13px !important;
    right: 15px !important;
}

.mean-container a.meanmenu-reveal span {
    background: rgb(255, 255, 255);
}

.mean-container a.meanmenu-reveal.meanclose {
    color: rgb(255, 255, 255);
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.mean-container .mean-nav {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    margin: 0px auto auto;
    z-index: 1;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 24px;
}

.navbar-pc ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    justify-content: center;
    display: flex;
}

.navbar-pc ul li {
    display: inline-block;
}

.navbar-pc li a {
    display: block;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
}

.navbar-pc > ul > li > a {
    color: inherit;
}

.navbar-pc li a:hover, .navbar-pc li.focus > a, .navbar-pc li.active > a {
    color: rgb(255, 255, 255);
    background-color: var(--bs-primary);
}

.navbar-pc li ul li a {
    color: var(--bs-secondary);
}

.navbar-pc li.b-dropdown {
    position: relative;
}

.navbar-pc li ul {
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: 99;
    background: rgb(255, 255, 255);
    width: 200px;
    transition: all 0.4s ease 0s;
    transform: scale(0);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 3px 0px;
}

.navbar-pc li:hover > ul, .navbar-pc li.focus > ul {
    transform: scale(1);
}

.navbar-pc li ul li {
    display: block;
    position: relative;
}

.navbar-pc li ul li a {
    text-align: left;
}

.navbar-pc li ul li ul.b-sub-dropdown-menu, .navbar-pc li ul li ul {
    position: absolute;
    left: 100%;
    top: 0px;
    background: rgb(255, 255, 255);
    transform: scale(0);
}

.navbar-pc li ul > li:hover > ul, .navbar-pc li ul > li.focus > ul {
    transform: scale(1);
}

.navbar-pc li.b-dropdown > a::after {
    font-family: fontawesome;
    font-weight: 900;
    content: "";
    margin-left: 5px;
}

.navbar-pc li.b-sub-dropdown > a::after {
    font-family: fontawesome;
    font-weight: 900;
    content: "";
    margin-left: 5px;
    float: right;
}

div#sticky-wrapper.is-sticky .sticky-nav {
    background-color: #093b1b;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px;
}

.is-sticky .sticky-nav {
    animation: 1s ease 0s 1 normal both running fadeInDown;
}

nav.mean-nav ul {
    overflow-y: scroll;
    height: 340px;
}

nav.mean-nav ul ul {
    height: auto;
}

.main-sliders {
    overflow: hidden;
    position: relative;
    background: rgb(248, 248, 248);
}

.header-single-slider h1 {
    margin-bottom: 30px;
}

.header-single-slider p {
    margin-bottom: 50px;
}

.header-single-slider .text-center p {
    margin: 0px auto 50px;
}

.header-single-slider .text-center img {
    margin-top: 50px;
}

.header-single-slider .text-right p {
    margin-left: auto;
}

.header-single-slider .boxed-btn {
    box-shadow: rgba(7, 7, 6, 0.3) 0px 4px 18px 0px;
}

.header-single-slider .watch-video {
    color: rgb(255, 255, 255);
    margin-left: 20px;
}

.header-single-slider .watch-video:hover, .header-single-slider .watch-video:focus, .header-single-slider .watch-video:active {
    color: var(--bs-primary);
}

.watch-video i {
    width: 42px;
    height: 42px;
    background: var(--bs-secondary);
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.watch-video:hover i {
    box-shadow: rgba(56, 85, 115, 0.5) 0px 0px 20px 0px;
}

.header-slider figure {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 630px;
    margin: 0px;
    background-color: rgb(40, 40, 40);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
}

.header-slider figure > img {
    width: 100%;
    height: 100%;
    min-height: 630px;
    object-fit: cover;
    transform-style: flat;
}

@media (max-width: 1199px) {
    .header-slider figure {
        background-size: cover;
    }
}

@media (max-width: 991px) {
    .header-slider .owl-item .boostify-img {
        max-width: 350px;
        margin: auto;
    }
}

@media (max-width: 767px) {
    .main-sliders div.header-slider figure, .main-sliders div.header-slider figure > img {
        min-height: 250px;
    }

    .header-slider .content {
        padding: 15px 0px;
        min-height: 250px;
    }
}

.header-slider figure img {
    display: block;
    margin: 0px;
}

.header-slider .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.header-slider figure::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slide-table {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 100%;
}

.slide-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.slide-content {
    overflow: hidden;
    position: relative;
    max-width: 700px;
    width: 100%;
    margin-top: 20px;
    color: rgb(255, 255, 255);
}

.slide-left .slide-content {
    margin-right: auto;
    text-align: left;
}

.slide-center .slide-content {
    margin: 20px auto auto;
    text-align: center;
}

.slide-right .slide-content {
    margin-left: auto;
    text-align: right;
}

.slide-right .col-md-7 {
    order: 1;
}

.slide-center [class*="col-md-"] {
    max-width: 100%;
    flex-basis: 100%;
}

.slide-center [class*="col-md-"] .boxed-btn {
    margin: 10px auto;
}

.slide-center [class*="col-md-"] p {
    margin-bottom: 15px;
}

.slide-center [class*="col-md-"] .boostify-img {
    margin: 15px auto auto;
    max-width: 400px;
    text-align: center;
}

.slide-center [class*="col-md-"] img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.slide-left [class*="col-md-"] .boostify-img {
    text-align: right;
}

.slide-left [class*="col-md-"] .boostify-img img {
    display: inline-block;
}

.boostify-img .frame {
    overflow: hidden;
}

.boostify-img .frame iframe {
    min-height: 255px;
    border: 5px solid rgb(255, 255, 255);
    border-radius: 2px;
}

.delay-0 {
}

.delay-1 {
    animation-delay: 0.25s;
}

.delay-2 {
    animation-delay: 0.5s;
}

.delay-3 {
    animation-delay: 0.75s;
}

.delay-4 {
    animation-delay: 1s;
}

.header-slider .owl-dots {
    width: 200px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.header-slider .owl-dots div {
    width: 30px;
    height: 6px;
    display: inline-block;
    margin: 0px 5px;
    background: rgb(255, 255, 255);
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header-slider .boostify-img img {
    border-radius: 50%;
    animation: 5s ease 0s infinite alternate-reverse none running image-bar;
}

@keyframes image-bar {
    10% {
        border-radius: 80% 60% 40% 50%;
    }

    20% {
        border-radius: 90% 40% 90% 90%;
    }

    40% {
        border-radius: 100% 90% 120% 60%;
    }

    100% {
        border-radius: 60% 80% 40% 120%;
    }
}

.main-sliders .element-circle {
    width: 150px;
    height: 200px;
    position: absolute;
    opacity: 0.1;
    animation: 6s ease 0s infinite normal none running moveleftbounce;
}

@keyframes moveleftbounce {
    0% {
        top: 80%;
    }

    70% {
        top: 70%;
    }

    100% {
        top: 80%;
    }
}

.main-sliders .element-circle .img-out {
    position: relative;
}

.main-sliders .element-circle .img-in2 {
    position: absolute;
    top: 23px;
    left: 14px;
}

.main-sliders .element-circle .img-in3 {
    position: absolute;
    left: 44px;
    top: 46px;
}

.main-sliders .element-circle .img-in4 {
    position: absolute;
    top: -16px;
    left: 55px;
}

.main-sliders .element-circle2 {
    width: 150px;
    position: absolute;
    right: 0px;
    opacity: 0.1;
    animation: 6s ease-in-out 0s infinite normal none running moveRightbounce;
}

@keyframes moveRightbounce {
    0% {
        top: -30%;
    }

    50% {
        top: -10%;
    }

    100% {
        top: -30%;
    }
}

.main-sliders .element-circle2 .img-out {
    position: relative;
}

.main-sliders .element-circle2 .img-in2 {
    position: absolute;
    top: 8px;
    left: 14px;
}

.main-sliders .element-circle2 .img-in3 {
    position: absolute;
    left: 44px;
    top: 46px;
}

.main-sliders .animation-roated {
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: 0.3;
    perspective: 800px;
    animation: 8s ease-in-out 0s infinite normal none running moveCircle;
}

@keyframes moveCircle {
    0% {
        width: 0%;
    }

    70% {
        width: 20%;
    }

    100% {
        width: 0%;
    }
}

.main-sliders .animation-dotted {
    position: absolute;
    right: 58px;
    opacity: 0.1;
    perspective: 800px;
    animation: 2s ease-in-out 0s infinite normal none running moveUpDown;
}

@keyframes moveUpDown {
    0% {
        top: 25px;
    }

    50% {
        top: 20px;
    }

    100% {
        top: 25px;
    }
}

.main-sliders .animation-boll {
    position: absolute;
    opacity: 0.1;
    bottom: 65px;
    left: 95px;
}

.main-sliders .animation-dot-div {
    position: absolute;
    left: 40%;
    opacity: 0.2;
    animation: 5s ease-in-out 0s infinite normal none running dotsDiv;
}

@keyframes dotsDiv {
    0% {
        top: 50%;
    }

    50% {
        top: 45%;
    }

    100% {
        top: 50%;
    }
}

.main-sliders .animation-dotted-div {
    position: absolute;
    top: 70%;
    opacity: 0.2;
    animation: 15s ease-in-out 0s infinite alternate-reverse none running leftRight;
}

@keyframes leftRight {
    0% {
        left: 20%;
    }

    50% {
        left: 80%;
    }

    100% {
        left: 20%;
    }
}

.main-sliders .animation-dotted-div .dots-div2 {
    width: 70px;
    height: 70px;
    animation: 15s ease-in-out 0s infinite normal none running dottedDiv;
}

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

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

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

.main-sliders .animation-cricle {
    width: 150px;
    position: absolute;
    left: 0px;
    opacity: 0.1;
    animation: 6s ease-in-out 0s infinite normal none running moveRightbounce;
}

@keyframes moveRightbounce {
    0% {
        top: -30%;
    }

    50% {
        top: -10%;
    }

    100% {
        top: -30%;
    }
}

#contact-info-section {
    margin-top: -78px;
}

.inner-content {
    color: rgb(255, 255, 255);
    padding: 40px 22px;
    position: relative;
    background-color: var(--bs-primary);
}

.inner-content:hover {
    cursor: pointer;
}

.inner-content .contact-icon {
    font-size: 32px;
    width: 38px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.inner-content h6 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.inner-content a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.inner-content .widget-contact::after, .inner-content .widget-contact::before, .inner-content::before, .inner-content::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 0px solid rgb(255, 255, 255);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.inner-content:hover .widget-contact::after, .inner-content:hover .widget-contact::before, .inner-content:hover::before, .inner-content:hover::after, .inner-content:focus-within .widget-contact::after, .inner-content:focus-within .widget-contact::before, .inner-content:focus-within::before, .inner-content:focus-within::after {
    width: 50%;
    height: 50%;
}

.inner-content::after {
    top: 10px;
    left: 10px;
    border-left-width: 3px;
    border-top-width: 3px;
}

.inner-content::before {
    bottom: 10px;
    left: 10px;
    border-left-width: 3px;
    border-bottom-width: 3px;
}

.inner-content .widget-contact::after {
    top: 10px;
    right: 10px;
    border-right-width: 3px;
    border-top-width: 3px;
}

.inner-content .widget-contact::before {
    bottom: 10px;
    right: 10px;
    border-right-width: 3px;
    border-bottom-width: 3px;
}

section#our-portfolio.section-padding {
    padding-bottom: 100px;
}

.portfolio-tab {
    margin-bottom: 35px;
}

.portfolio-tab-sorting {
    text-align: center;
}

.portfolio-tab-sorting li {
    display: inline-block;
}

.portfolio-tab-sorting li a {
    display: block;
    box-shadow: rgba(18, 29, 97, 0.5) 0px 0px 16px 0px;
    padding: 10px 20px;
    background: var(--bs-secondary);
    color: rgb(255, 255, 255);
    margin: 0px 5px;
    text-decoration: none;
    border-radius: 0px 0px 6px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.portfolio figure {
    margin-bottom: 30px;
}

.portfolio figure, .portfolio-overlay {
    position: relative;
    z-index: 0;
    perspective: 500px;
    overflow: hidden;
}

.portfolio figcaption {
    transform: rotate3d(1, 0, 0, 90deg);
    width: 100%;
    height: 100%;
    padding: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
    background-color: rgba(18, 29, 97, 0.9);
    color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.portfolio figcaption h4 {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.portfolio figcaption p {
    margin-bottom: 15px;
}

.in-top figcaption {
    transform-origin: 50% 0%;
    animation: 300ms ease 0ms 1 normal forwards running in-top;
}

.in-right figcaption {
    transform-origin: 100% 0%;
    animation: 300ms ease 0ms 1 normal forwards running in-right;
}

.in-bottom figcaption {
    transform-origin: 50% 100%;
    animation: 300ms ease 0ms 1 normal forwards running in-bottom;
}

.in-left figcaption {
    transform-origin: 0% 0%;
    animation: 300ms ease 0ms 1 normal forwards running in-left;
}

.out-top figcaption {
    transform-origin: 50% 0%;
    animation: 300ms ease 0ms 1 normal forwards running out-top;
}

.out-right figcaption {
    transform-origin: 100% 50%;
    animation: 300ms ease 0ms 1 normal forwards running out-right;
}

.out-bottom figcaption {
    transform-origin: 50% 100%;
    animation: 300ms ease 0ms 1 normal forwards running out-bottom;
}

.out-left figcaption {
    transform-origin: 0% 0%;
    animation: 300ms ease 0ms 1 normal forwards running out-left;
}

@-webkit-keyframes in-top {
    0% {
        transform: rotate3d(-1, 0, 0, 100deg);
    }

    100% {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-top {
    0% {
        transform: rotate3d(-1, 0, 0, 100deg);
    }

    100% {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-right {
    0% {
        transform: rotate3d(0, -1, 0, 90deg);
    }

    100% {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-right {
    0% {
        transform: rotate3d(0, -1, 0, 90deg);
    }

    100% {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-bottom {
    0% {
        transform: rotate3d(1, 0, 0, 90deg);
    }

    100% {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-bottom {
    0% {
        transform: rotate3d(1, 0, 0, 90deg);
    }

    100% {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-left {
    0% {
        transform: rotate3d(0, 1, 0, 90deg);
    }

    100% {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-left {
    0% {
        transform: rotate3d(0, 1, 0, 90deg);
    }

    100% {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes out-top {
    0% {
        transform: rotate3d(0, 0, 0, 0deg);
    }

    100% {
        transform: rotate3d(-1, 0, 0, 125deg);
    }
}

@keyframes out-top {
    0% {
        transform: rotate3d(0, 0, 0, 0deg);
    }

    100% {
        transform: rotate3d(-1, 0, 0, 125deg);
    }
}

@-webkit-keyframes out-right {
    0% {
        transform: rotate3d(0, 0, 0, 0deg);
    }

    100% {
        transform: rotate3d(0, -1, 0, 120deg);
    }
}

@keyframes out-right {
    0% {
        transform: rotate3d(0, 0, 0, 0deg);
    }

    100% {
        transform: rotate3d(0, -1, 0, 120deg);
    }
}

@-webkit-keyframes out-bottom {
    0% {
        transform: rotate3d(0, 0, 0, 0deg);
    }

    100% {
        transform: rotate3d(1, 0, 0, 125deg);
    }
}

@keyframes out-bottom {
    0% {
        transform: rotate3d(0, 0, 0, 0deg);
    }

    100% {
        transform: rotate3d(1, 0, 0, 125deg);
    }
}

@-webkit-keyframes out-left {
    0% {
        transform: rotate3d(0, 0, 0, 0deg);
    }

    100% {
        transform: rotate3d(0, 1, 0, 120deg);
    }
}

@keyframes out-left {
    0% {
        transform: rotate3d(0, 0, 0, 0deg);
    }

    100% {
        transform: rotate3d(0, 1, 0, 120deg);
    }
}

.features-box {
    position: relative;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.features-box.active, .features-box:hover, .features-box:focus-within {
    box-shadow: rgba(18, 29, 97, 0.8) 0px 4px 16px 0px;
}

.features-box figcaption {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 2;
    color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.features-box figcaption::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: var(--bs-secondary);
    z-index: -1;
    opacity: 0.6;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.features-box.active figcaption::after, .features-box:hover figcaption::after, .features-box:focus-within figcaption::after {
    opacity: 0.9;
}

.features-box figcaption i {
    margin-bottom: 20px;
    display: block;
    transition: all 0.2s linear 0s;
}

.features-box.active figcaption i, .features-box:hover figcaption i, .features-box:focus-within figcaption i {
    position: relative;
    animation: 250ms ease 0s 1 normal none running moveFromTop;
}

.features-box figcaption h4 {
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 6px;
    transition: all 0.2s linear 0s;
}

.features-box figcaption h4 a {
    color: inherit;
    text-decoration: none;
}

.features-box figcaption h4 a:hover, .features-box figcaption h4 a:focus {
    color: var(--bs-primary);
}

.service-box {
    position: relative;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px 0px;
    padding: 30px 15px 30px 100px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.service-box:hover {
    background: #1ca54d;
    color: rgb(255, 255, 255);
}

.service-box img, .service-box i {
    color: var(--bs-primary);
    position: absolute;
    top: 50px;
    left: 30px;
    max-height:100px;
    font-size: 46px;
    line-height: 1.1;
}
@media (max-width:750px) {
    
 .service-box img, .service-box i {
    position: relative;
    top: 0px;
    left: 0px;

} 

.service-box {

    padding: 10px 10px 0px 10px!important;

}

}

.service-box h4 {
    margin-bottom: 10px;
}

.service-box p {
    margin-bottom: 14px;
}

.service-box:hover p {
    opacity: 0.8;
}

.blur .service-box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px;
    transform: scale(0.9);
    opacity: 0.7;
}

.blur .service-box i, .blur .service-box img, .blur .service-box h4 {
    text-shadow: rgb(0, 0, 0) 0px 0px 10px;
    opacity: 0.3;
}

.blur .service-box p {
    text-shadow: rgb(0, 0, 0) 0px 0px 10px;
    opacity: 0.3;
}

.blur .service-box a {
    text-shadow: rgba(51, 51, 51, 0.9) 0px 0px 10px;
    opacity: 0.3;
}

.service-box a {
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.ripples canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.fun-fact-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: rgb(255, 255, 255);
    padding: 50px 0px;
    text-align: center;
}

.fun-fact-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: 0;
    background: rgb(0, 0, 0);
}

.fun-fact-section .col-lg {
    margin-bottom: 3rem;
}

.fun-fact-section .col-lg:last-child {
    margin-bottom: 0px;
}

.flip-box {
    width: 100%;
    height: 210px;
    overflow: hidden;
    hyphens: manual;
}

.flip-box-inner {
    width: 100%;
    height: 100%;
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0s;
}

.flip-box-front {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    backface-visibility: hidden;
    z-index: 2;
    transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0s;
    background: var(--bs-secondary);
    color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 1px;
    border-color: var(--bs-secondary);
    box-shadow: 71px -71px 0px -69px var(--bs-primary);
}

.flip-box:hover .flip-box-front {
    transform: rotateY(180deg);
    transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0s;
}

.flip-box-back {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: var(--bs-primary);
    color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-color: var(--bs-secondary);
    transform-style: preserve-3d;
    transform: rotateY(-180deg);
    backface-visibility: hidden;
    z-index: 1;
    transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0s;
    box-shadow: rgb(255, 255, 255) -73px 73px 0px -70px;
}

.flip-box:hover .flip-box-back {
    transform: rotateY(0deg);
    transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0s;
}

.flip-box-align {
    width: 100%;
    text-align: center;
    padding: 0px 30px 5px;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    z-index: 2;
    transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0s;
}

.flip-box-front .flip-box-align {
    transform: translateZ(0px);
    transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
}

.flip-box:hover .flip-box-front .flip-box-align {
    transform: translateZ(125px);
    transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0s;
    backface-visibility: hidden;
}

.flip-box-back .flip-box-align {
    transform: translateZ(125px);
    transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0s;
    backface-visibility: hidden;
}

.flip-box:hover .flip-box-back .flip-box-align {
    transform: translateZ(0px);
    transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
    backface-visibility: hidden;
}

#our-gallery {
    overflow: hidden;
}

#our-gallery .gallery-items a {
    float: left;
    width: 20%;
    position: relative;
    color: rgb(0, 0, 0);
    overflow: hidden;
}

#our-gallery .single-item img {
    transition: all 300ms ease 0s;
    width: 100%;
}

#our-gallery .single-item:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}

#our-gallery .single-item::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transform: scale(0.9);
}

#our-gallery .single-item:hover::after {
    opacity: 0.8;
}

#our-gallery .gallery-items a::after, #our-gallery .gallery-items a::before {
    position: absolute;
    width: 1px;
    height: 70px;
    content: "";
    top: 50%;
    left: 50%;
    z-index: 2;
    background: rgb(255, 255, 255);
    margin-top: -35px;
    transform: scale(0);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

#our-gallery .gallery-items a::after {
    width: 70px;
    height: 1px;
    margin-top: 0px;
    margin-left: -35px;
}

#our-gallery .gallery-items a:hover::after, #our-gallery .gallery-items a:hover::before {
    transform: scale(1);
}

.team-member {
    position: relative;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px -3px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.team-member:hover, .team-member:focus-within {
    transform: translateY(-3px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px -3px;
}

.team-box {
    position: relative;
    z-index: 0;
}

.team-content {
    position: absolute;
    bottom: 4.8%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(255, 255, 255);
    width: 90%;
    padding: 25px 20px 20px;
    z-index: 0;
}

.team-content h4, .team-content p {
    text-align: center;
}

.share-option {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 23px;
    padding: 9px 15px;
    overflow: hidden;
    position: absolute;
    top: -26px;
    display: inline-block;
    background-color: var(--bs-primary);
    color: rgb(255, 255, 255);
}

a.share-option:hover, a.share-option:focus {
    color: rgb(255, 255, 255);
}

.share-link {
    position: absolute;
    bottom: 88px;
    left: 20px;
    width: 50px;
    height: 0px;
    opacity: 0;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    z-index: -1;
}

.team-member:hover .share-link, .team-member:focus-within .share-link {
    opacity: 1;
    height: 250px;
}

.share-link ul {
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0px;
    padding: 10px 8px 20px;
    border-radius: 25px 25px 0px 0px;
    background-color: rgb(255, 255, 255);
}

.share-link ul li {
    width: 100%;
    height: 34px;
    margin-bottom: 7px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 6px 0px;
}

.share-link ul li a {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    vertical-align: middle;
}

.team-content p {
    color: var(--bs-primary);
}

.team-content h4 {
    font-size: 20px;
    font-weight: 700;
}

.testimonial {
    color: rgb(255, 255, 255);
    background: var(--bs-secondary-dark);
    position: relative;
    z-index: 0;
}

.testimonial .section-header {
    color: rgb(255, 255, 255);
}

.testimonial .section-header h2::before {
    background-color: rgb(255, 255, 255);
}

.testimonial-overlay {
    height: 100%;
    width: 100%;
    margin: 0px;
    left: 0px;
    top: 0px;
    position: absolute;
    background-size: initial;
    background-blend-mode: screen;
    background-position: center center;
    background-color: rgb(0, 0, 0);
    animation: 8s linear 0s infinite normal none running zoom;
    z-index: -1;
}

.particles-js, .particles-js2 {
    position: absolute;
    inset: 0px;
}

.testimonial .particles-js {
    max-height: 34.6875rem;
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.testimonial-carousel .owl-stage-outer {
    padding: 12px 0px 0px;
}

.single-testimonial {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.testi-img {
    flex: 0 0 10.625rem;
    max-width: 10.625rem;
    position: relative;
    padding-top: 10px;
}

.testi-img::before {
    content: "";
    font-family: fontawesome;
    color: var(--bs-primary);
    font-size: 46px;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 0;
}

.testi-img + .testi-info {
    padding-left: 1.875rem;
}

.single-testimonial img {
    border-radius: 50%;
    animation: 5s ease 0s infinite alternate-reverse none running image-bar;
}

.single-testimonial h4 {
    font-size: 1.5rem;
    font-weight: 600;
}

.single-testimonial .designation {
    color: var(--bs-primary);
    font-weight: 600;
    font-size: 96%;
    letter-spacing: 0.35px;
}

.single-testimonial p {
    margin-top: 15px;
    font-weight: 300;
    letter-spacing: 0.45px;
    line-height: 1.6;
}

.testimonial-carousel .owl-dots {
    width: 200px;
    margin: 50px auto 0px;
    text-align: center;
}

.testimonial-carousel .owl-dots div {
    width: 30px;
    height: 6px;
    display: inline-block;
    margin: 0px 5px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.owl-item.center .single-testimonial img {
    border-color: var(--bs-primary);
}

.single-package {
    text-align: center;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.single-package:hover, .single-package:focus-within, .single-package.heavy-package {
    color: rgb(255, 255, 255);
    background-color: var(--bs-secondary);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px 0px;
}

.package-head {
    padding: 35px 30px 75px;
    position: relative;
    background: var(--bs-secondary);
    color: rgb(255, 255, 255);
    border-bottom: 8px solid transparent;
    border-radius: 0px 0px 50% 50%;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.pricing {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.package-head h2 {
    position: relative;
    font-weight: 700;
}

.pricing-content {
    padding: 80px 50px 20px;
}

.pricing-content ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.pricing-content ul li {
    margin-bottom: 15px;
}

.pricing-content ul li img, .pricing-content ul li i {
    margin-right: 15px;
}

.price-rounder {
    width: 120px;
    height: 120px;
    line-height: 108px;
    background-color: var(--bs-secondary);
    border-radius: 100%;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    border: 6px solid rgb(255, 255, 255);
}

.single-package .price-rounder i {
    transition: all 2s ease 0s;
}

.single-package:hover .price-rounder i, .single-package:focus-within .price-rounder i {
    transform: rotate(360deg);
}

.order-btn {
    margin-bottom: 40px;
    padding: 10px 20px;
    background: none;
    color: var(--bs-secondary);
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid var(--bs-secondary);
    border-radius: 0px 0px 10px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    position: relative;
    z-index: 1;
    text-decoration: none !important;
}

.order-btn i {
    margin-left: 5px;
}

.heavy-package .order-btn {
    color: var(--bs-secondary);
    background-color: rgb(255, 255, 255);
}

.single-package:hover .order-btn, .single-package:focus-within .order-btn, .single-package.heavy-package:hover .order-btn, .single-package.heavy-package:hover .order-btn:hover {
    color: rgb(255, 255, 255);
}

.order-btn::before {
    position: absolute;
    inset: 0px 50%;
    opacity: 0;
    content: "";
    border-radius: 0px 0px 10px;
    transition: all 0.5s ease 0s;
}

.heavy-package .order-btn::before {
    background: var(--bs-primary);
}

.single-package:focus-within .order-btn::before, .single-package:hover .order-btn::before {
    transition: all 0.5s ease 0s;
    left: 0px;
    right: 0px;
    opacity: 1;
    z-index: -1;
}

.heavy-package .package-head, .single-package:focus-within .package-head, .single-package:hover .package-head {
    color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
}

.heavy-package .pricing-content ul li i, .single-package:focus-within .pricing-content ul li i, .single-package:hover .pricing-content ul li i {
    color: var(--bs-primary);
}

#subscribe {
    padding: 50px 0px;
    background: var(--bs-secondary);
    color: rgb(255, 255, 255);
}

.subscribe-text {
    position: relative;
    padding-left: 20px;
}

.subscribe-text::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0px;
    height: 76px;
    width: 6px;
}

.subscribe-text p {
    opacity: 0.8;
}

#subscribe-form input {
    width: 100%;
    border: none;
    height: 60px;
    border-radius: 30px;
    padding: 0px 30px;
}

#subscribe-form {
    position: relative;
}

#subscribe-form button {
    position: absolute;
    right: 10px;
    top: 8px;
    padding: 11px 25px;
    height: 44px;
    border-radius: 22px;
    text-align: center;
    border: none;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 18px;
    box-shadow: rgba(28, 165, 77, 0.3) 0px 0px 6px 0px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

#subscribe-form button:hover {
    box-shadow: rgba(28, 165, 77, 0.8) 0px 0px 20px 0px;
}

.blog-post {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid rgb(234, 234, 234);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.blog-post::after {
    content: "";
    clear: both;
    display: table;
}

.blog-post:hover, .blog-post:focus-within {
    box-shadow: rgba(97, 99, 99, 0.3) 0px 0px 14px 0px;
}

.blog-post:not(.blog-post-single):hover .post-thumb + .post-content, .blog-post:not(.blog-post-single):focus-within .post-thumb + .post-content, .blog-post:hover .post-thumb + .post-date + .post-content, .blog-post:focus-within .post-thumb + .post-date + .post-content {
    color: rgb(255, 255, 255);
}

.blog-post.blog-post-single .post-thumb {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.blog-post:not(.blog-post-single) .post-thumb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.blog-post:not(.blog-post-single) .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.blog-post .post-thumb::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: var(--bs-secondary);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.blog-post:hover .post-thumb::after, .blog-post:focus-within .post-thumb::after {
    opacity: 0.8;
    visibility: visible;
}

.blog-post:not(.blog-post-single):hover .post-thumb, .blog-post:not(.blog-post-single):focus-within .post-thumb {
    opacity: 1;
    visibility: visible;
}

.blog-post .post-date {
    position: absolute;
    top: 47%;
    left: 17px;
    transform: rotate(-90deg) translateX(-47%);
    transform-origin: left center;
    background: var(--bs-primary);
    color: rgb(255, 255, 255);
    padding: 5px 15px;
    z-index: 1;
}

.blog-post .post-date i {
    margin-right: 3px;
}

.blog-post .post-content a {
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.blog-post .post-content {
    width: 100%;
    padding: 30px 30px 32px;
    display: inline-block;
    position: relative;
    z-index: 0;
}

.blog-post .post-date + .post-content {
    padding: 30px 30px 32px 55px;
}

.blog-post .meta-info i {
    margin-right: 3px;
}

.blog-post .meta-info .tags i {
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.blog-post .meta-info .posted-by {
    margin-bottom: 5px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.blog-post .meta-info li.tags a {
    margin-right: 10px;
    color: var(--bs-secondary);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.blog-post:not(.blog-post-single):hover .post-thumb + .post-content .posted-by a:hover, .blog-post:not(.blog-post-single):focus-within .post-thumb + .post-content .posted-by a:focus, .blog-post:not(.blog-post-single):hover .post-thumb + .post-date + .post-content .posted-by a:hover, .blog-post:not(.blog-post-single):focus-within .post-thumb + .post-date + .post-content .posted-by a:focus, .blog-post:not(.blog-post-single):hover .post-thumb + .post-content .post-title a:hover, .blog-post:not(.blog-post-single):focus-within .post-thumb + .post-content .post-title a:focus, .blog-post:not(.blog-post-single):hover .post-thumb + .post-date + .post-content .post-title a:hover, .blog-post:not(.blog-post-single):focus-within .post-thumb + .post-date + .post-content .post-title a:focus, .blog-post:not(.blog-post-single):hover .post-thumb + .post-content .meta-info li.tags a, .blog-post:not(.blog-post-single):focus-within .post-thumb + .post-content .meta-info li.tags a, .blog-post:not(.blog-post-single):hover .post-thumb + .post-date + .post-content .meta-info li.tags a, .blog-post:not(.blog-post-single):focus-within .post-thumb + .post-date + .post-content .meta-info li.tags a {
    color: rgb(255, 255, 255);
}

.blog-post:not(.blog-post-single):hover .post-thumb + .post-content .meta-info li.tags a:hover, .blog-post:not(.blog-post-single):focus-within .post-thumb + .post-content .meta-info li.tags a:focus, .blog-post:not(.blog-post-single):hover .post-thumb + .post-date + .post-content .meta-info li.tags a:hover, .blog-post:not(.blog-post-single):focus-within .post-thumb + .post-date + .post-content .meta-info li.tags a:focus, .blog-post .meta-info li.tags a:hover, .blog-post .meta-info li.tags a:focus {
    color: var(--bs-primary);
}

.blog-post .post-content h5.post-title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.35px;
}

.blog-post .post-content p {
    margin-bottom: 16px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.blog-post .post-content .boxed-btn {
    padding: 6px 15px;
}

.blog-post .post-content .boxed-btn i {
    margin-left: 5px;
}

.blog-post .more-link {
    padding: 7px 20px;
}

.blog-post .more-link::after {
    content: "";
    font-style: normal;
    font-variant: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-weight: 500;
    font-stretch: normal;
    line-height: 1;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 10px;
}

.blog-post.author-details {
    padding: 30px;
}

.blog-post.author-details .section-header {
    margin-bottom: 0px;
}

.blog-post.author-details .section-header h2 {
    font-size: 30px;
}

.blog-post.author-details .auth-mata {
    max-width: 100px;
    margin-right: 22px;
}

.blog-post.author-details .auth-mata img {
    max-width: 100%;
    height: auto;
    border-radius: 100%;
}

.blog-post.author-details .author-meta-det h4 {
    font-size: 23px;
}

.blog-post.author-details .author-meta-det h4 a {
    display: block;
    text-decoration: none;
    clear: both;
}

.blog-post.author-details .author-meta-det .boxed-btn {
    clear: both;
    margin-top: 18px;
}

.comments-area {
    margin-top: 1.5rem;
}

.comment-metadata .edit-link a, .comment-body .reply a, .comments-area b a, .comment-metadata a {
    text-decoration: none;
    color: var(--bs-secondary);
}

.comment-metadata .edit-link a:hover, .comment-body .reply a:hover, .comment-metadata .edit-link a:focus, .comment-body .reply a:focus, .comments-area b a:hover, .comment-metadata a:hover, .comments-area b a:focus, .comment-metadata a:focus {
    color: var(--bs-primary);
}

.single-comments-title, .comments-title {
    margin-bottom: 1rem;
    text-align: left;
}

.comment-respond {
    margin-top: 1rem;
}

.comment-reply-title {
    text-align: left;
    margin-bottom: 15px;
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.comment-form-comment {
    max-width: 100%;
    flex-basis: 100%;
}

.comment-form-cookies-consent, .form-submit {
    width: 100%;
}

.comment-form > p:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
    flex: 1 1 auto;
}

.comment-form > p:nth-child(2n+1):not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
    margin-right: 30px;
}

.comment-form p.comment-form-url:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
    margin-right: 0px;
}

.comment-form > p:not(:last-child) {
    margin-bottom: 25px;
}

.comment-form p.comment-notes {
    margin-top: -12px;
}

.comment-form > p.comment-form-cookies-consent label {
    margin-bottom: 0px;
    vertical-align: text-top;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    outline: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.comment-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.comments-area li {
    list-style: none;
}

.comments-area .comment-body {
    position: relative;
    padding: 25px 25px 25px 140px;
    min-height: 120px;
    overflow-wrap: break-word;
    border-radius: 3px;
    z-index: 0;
    margin-bottom: 1rem;
}

.comments-area .comment-list > li.comment > .comment-body, .comments-area ol.children .comment-body {
    border-bottom: 1px solid rgb(234, 234, 234);
}

.comments-area .comment-meta {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
}

.comments-area .comment-meta .comment-author img {
    position: absolute;
    z-index: 0;
    left: 20px;
    top: 28px;
    width: 100px;
}

.comment-meta .comment-metadata {
    width: 100%;
    line-height: 1.5;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comment-content {
    position: relative;
    z-index: 0;
    padding: 1em 2.35rem 1em 0px;
}

.comment-content p {
    margin: 0px;
}

.comment-metadata .edit-link, .comment-body .reply {
    position: relative;
    z-index: 0;
}

.comment-metadata .edit-link a, .comment-body .reply a {
    padding-left: 5px;
}

.comment-metadata .edit-link::before {
    content: "";
    font-family: FontAwesome;
}

.comment-body .reply::before {
    content: "";
    font-family: FontAwesome;
}

.comment-metadata .edit-link::before, .comment-body .reply::before {
    font-size: 12px;
    color: var(--bs-primary);
}

.comment-metadata .edit-link::before {
    vertical-align: text-bottom;
}

.comment-body .reply {
    text-align: right;
}

.comment-list .children {
    position: relative;
    padding: 0px;
    margin: 0px 0px 0px 2.5rem;
    z-index: 0;
}

#cancel-comment-reply-link {
    color: var(--bs-primary);
    text-decoration: underline;
}

#cancel-comment-reply-link:hover, #cancel-comment-reply-link:focus {
    text-decoration: none;
}

#footer-widgets {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 2;
    color: rgb(255, 255, 255);
    padding-top: 60px;
    margin-top: 30px;
}

#footer-widgets.contact-page-footer {
    margin-top: 0px;
}

#footer-widgets::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.action-bar {
    padding: 50px 0px;
    color: rgb(255, 255, 255);
}

#action-bar {
    position: absolute;
    top: -70px;
    width: 100%;
}

.action-bar .boxed-btn {
    padding: 10px 25px;
}

.action-bar .boxed-btn.white-bg {
    background: rgb(255, 255, 255);
    margin-right: 20px;
}

.action-bar .boxed-btn.white-bg:hover, .action-bar .boxed-btn.white-bg:focus {
    color: rgb(255, 255, 255);
}

.action-bar .boxed-btn.contact-btn {
    box-shadow: rgba(7, 7, 6, 0.3) 0px 4px 18px 0px;
    margin-left: 20px;
}

.copyright-hr {
    width: 100%;
    height: 1px;
    background: rgb(255, 255, 255);
    margin-bottom: 0px;
}

.copyright {
    padding: 30px 0px;
}

.row.copyright .col-md-6 .payment-method {
    text-align: left !important;
}

ul.payment-method {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul.payment-method a {
    color: inherit;
}

ul.payment-method a:hover, ul.payment-method a:focus {
    color: var(--bs-primary);
}

.copyright li {
    display: inline-block;
    margin-right: 10px;
}

.scrollup {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 0px;
    display: none;
    color: rgb(255, 255, 255);
    background-color: var(--bs-primary);
    font-size: 25px;
    z-index: 888;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 10px 0px;
}

.scrollup i {
    margin: 0px;
}

.scrollup .top-icon-front {
    display: block;
    line-height: inherit;
    position: relative;
    transform: rotate(0deg) translate(0px, 1px) scale(1) rotateX(0deg);
    transition: transform 0.4s cubic-bezier(0.65, -0.88, 0.93, 1.18) 0s;
}

.scrollup:hover .top-icon-front {
    transform: rotate(0deg) translate3d(0px, -60px, 0px) scale(1.5) rotateX(0deg);
}

.scrollup .top-icon-back {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: rgb(255, 255, 255);
    background: 0px 0px;
    border: none;
    opacity: 0;
    transform: translate3d(0px, 75%, 0px) rotateX(-90deg);
    transition: all 0.4s cubic-bezier(0.65, -0.88, 0.93, 1.18) 0s;
}

.scrollup:hover .top-icon-back {
    opacity: 1;
    transform: rotate(0deg) translate(0px, 1px) scale(1) rotateX(0deg);
    transition: all 0.4s cubic-bezier(0.65, -0.88, 0.93, 1.18) 50ms;
}

.payment-method img {
    width: auto;
    height: 20px;
    display: inline-block;
    vertical-align: sub;
}

#breadcrumb-area {
    position: relative;
    padding: 65px 0px;
    min-height: 270px;
    color: rgb(255, 255, 255);
    background: #093b1b;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 0;
}

#breadcrumb-area h2 {
    margin-bottom: 10px;
}

.breadcrumb-nav {
    margin-bottom: 0px;
}

#breadcrumb-area li, #breadcrumb-area li a {
    font-size: 16px;
    color: rgb(255, 255, 255);
    display: inline-block;
    text-decoration: none;
}

#breadcrumb-area li a:hover, #breadcrumb-area li a:focus {
    color: var(--bs-primary);
}

#breadcrumb-area li.active::after {
    display: none;
}

#breadcrumb-area .about-icon {
    width: 78px;
    height: 78px;
    line-height: 1.5;
    border-radius: 50%;
    padding: 18px;
    font-size: 28px;
    color: rgb(255, 255, 255);
    display: inline-block;
    background-color: var(--bs-primary);
    animation-name: about-link;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-direction: alternate-reverse;
}

@keyframes about-link {
    10% {
        border-radius: 80% 60% 40% 50%;
    }

    20% {
        border-radius: 90% 40% 90% 90%;
    }

    40% {
        border-radius: 100% 90% 120% 60%;
    }

    100% {
        border-radius: 60% 80% 40% 120%;
    }
}

.night {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotateZ(90deg);
    pointer-events: none;
    left: 0px;
    z-index: -1;
}

.star {
    position: absolute;
    left: 0%;
    top: 50%;
    height: 4px;
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 255, 0));
    border-radius: 999px;
    filter: drop-shadow(rgb(255, 255, 255) 0px 0px 6px);
    animation: 3s ease-in-out 0s infinite normal none running tail, 3s ease-in-out 0s infinite normal none running falling;
}

@keyframes tail {
    0% {
        width: 0px;
    }

    30% {
        width: 80px;
    }

    100% {
        width: 0px;
    }
}

@keyframes falling {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(300px);
    }
}

.star::before, .star::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0px;
    height: 4px;
    background: linear-gradient(-45deg, rgba(0, 0, 225, 0), rgba(224, 206, 206, 0.26), rgba(0, 0, 255, 0));
    border-radius: 100%;
    transform: translateX(50%) rotateZ(45deg);
    animation: 3s ease-in-out 0s infinite normal none running shining;
}

@keyframes shining {
    0% {
        width: 0px;
    }

    50% {
        width: 30px;
    }

    100% {
        width: 0px;
    }
}

.star::after {
    transform: translateX(50%) rotateZ(-45deg);
}

.star:nth-child(1) {
    top: calc(-20% - 100px);
    left: calc(58% - 250px);
    animation-delay: 1s;
}

.star:nth-child(1)::before, .star:nth-child(1)::after {
    animation-delay: 1s;
}

.star:nth-child(2) {
    top: calc(0% - 50px);
    left: calc(55% - 200px);
    animation-delay: 1.2s;
}

.star:nth-child(2)::before, .star:nth-child(2)::after {
    animation-delay: 1.2s;
}

.star:nth-child(3) {
    top: calc(20% - 0px);
    left: calc(51% - 150px);
    animation-delay: 1.4s;
}

.star:nth-child(3)::before, .star:nth-child(3)::after {
    animation-delay: 1.4s;
}

.star:nth-child(4) {
    top: calc(40% - -50px);
    left: calc(55% - 200px);
    animation-delay: 1.6s;
}

.star:nth-child(4)::before, .star:nth-child(4)::after {
    animation-delay: 1.6s;
}

.star:nth-child(5) {
    top: calc(60% - -100px);
    left: calc(59% - 250px);
    animation-delay: 1.8s;
}

.star:nth-child(5)::before, .star:nth-child(5)::after {
    animation-delay: 1.8s;
}

.star:nth-child(6) {
    top: calc(80% - -150px);
    left: calc(55% - 200px);
    animation-delay: 1.8s;
}

.star:nth-child(6)::before, .star:nth-child(6)::after {
    animation-delay: 1.8s;
}

.star:nth-child(7) {
    top: calc(100% - -200px);
    left: calc(51% - 150px);
    animation-delay: 1.8s;
}

.star:nth-child(7)::before, .star:nth-child(7)::after {
    animation-delay: 1.8s;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link.tab-div {
    margin-right: 20px;
    text-align: center;
    background: var(--bs-primary);
    color: rgb(255, 255, 255);
    border: none;
    font-size: 20px;
    padding: 14px 30px;
    text-decoration: none;
}

.nav-tabs .nav-item:last-child .nav-link.tab-div {
    margin-right: 0px;
}

.tab-div i:first-child {
    margin-right: 3px;
}

.tab-div .fa-long-arrow-up {
    padding: 4px 8px;
    margin-left: 10px;
    border-left: 1px solid rgb(230, 230, 230);
    font-size: 18px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: var(--bs-secondary);
    color: rgb(255, 255, 255);
}

.tab-content .tab-pane > div {
    padding: 15px;
}

#our-identity .tab-content span {
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-primary);
}

#our-identity h3 {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
}

#our-identity p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 38px;
}

#our-identity .boxed-btn {
    border-radius: 0px 0px 6px;
}

.list {
    display: inline-flex;
    flex-wrap: wrap;
}

.icon-2 {
    display: inline-flex;
    align-items: center;
    padding: 10px;
    margin-top: 0px;
}

.icon-2 i {
    width: 60px;
    height: 60px;
    font-size: 40px;
    padding: 10px;
    margin-right: 12px;
    color: var(--bs-primary);
    text-align: center;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px 0px;
}

.icon-2 h4 {
    font-weight: 700;
    padding-right: 10px;
}

.ride {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    padding: 5px;
}

.ride i {
    margin-right: 12px;
}

.ride a {
    font-size: 15px;
    line-height: 30px;
    color: var(--bs-secondary);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.ride a:hover, .ride a:focus, .ride {
    color: var(--bs-primary);
}

#our-work {
    overflow: hidden;
}

#our-work h3 {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
}

#our-work p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 23px;
}

#our-work .checkbox i {
    display: inline-block;
    color: var(--bs-primary);
    font-size: 20px;
    text-decoration: none;
    margin-right: 5px;
    vertical-align: middle;
}

#our-work .checkbox a {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: var(--bs-secondary);
}

.content_block_4 {
    text-align: center;
}

.content_block_4 .content-box {
    position: relative;
    display: inline-block;
    padding: 0px;
    width: 380px;
    height: 380px;
    margin: 46px auto;
}

.content_block_4 .content-box .inner-box {
    position: relative;
    display: inline-block;
    width: inherit;
    height: inherit;
    background: var(--bs-primary-light);
    border-radius: 50%;
    text-align: center;
    padding: 75px 60px;
    z-index: 1;
}

.content_block_4 .content-box .inner-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.content_block_4 .content-box .inner-box p {
    position: relative;
    margin: -18px 0px 0px;
}

.content_block_4 .content-box .inner-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: var(--bs-primary);
    font-weight: 600;
    background-color: transparent;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    z-index: 1;
}

.content_block_4 .content-box .inner-box .step-list {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.content_block_4 .content-box .inner-box .step-list li {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 20px 0px;
}

.content_block_4 .content-box .inner-box .step-list li:first-child {
    left: 50%;
    transform: translateX(-50%);
    top: -45px;
}

.content_block_4 .content-box .inner-box .step-list li:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    right: -45px;
}

.content_block_4 .content-box .inner-box .step-list li:nth-child(3) {
    left: 50%;
    transform: translateX(-50%);
    bottom: -45px;
}

.content_block_4 .content-box .inner-box .step-list li:last-child {
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
}

.content_block_4 .content-box .arrow {
    position: absolute;
    inset: -0.25% -6.5%;
    width: 114%;
    height: 114%;
    margin: auto;
    display: inline-block;
    border-radius: 100%;
    transform: rotate(0deg);
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 98%;
    z-index: 0;
    transition: all 4s ease-in-out 0s;
}

.content_block_4 .content-box:hover .arrow, .content_block_4 .content-box:focus-within .arrow {
    transform: rotate(360deg);
}

.content_block_4 .content-box .inner-box .step-list li .icon-box {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.74;
    color: var(--bs-primary);
    transition: all 500ms ease 0s;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.icon-box {
    position: relative;
    display: inline-block;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-30%);
    border-width: 7px;
    border-style: solid;
    border-color: rgb(0, 136, 204) transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease 0s;
    z-index: 9;
}

.icon-box .tooltiptext {
    visibility: hidden;
    min-width: 120px;
    min-height: 35px;
    color: rgb(255, 255, 255);
    background: rgb(56, 85, 115);
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    z-index: 1;
    margin-left: -60px;
    line-height: 35px;
    letter-spacing: 0.5px;
}

.icon-box:hover .tooltiptext, .icon-box:focus-within .tooltiptext {
    visibility: visible;
}

.icon-box .toolti-1 {
    position: absolute;
    bottom: 100%;
    left: 0px;
}

.icon-box .toolti-2 {
    position: absolute;
    bottom: 100%;
    left: 0px;
}

.icon-box .toolti-3 {
    position: absolute;
    bottom: 100%;
    left: 0px;
}

.icon-box .toolti-4 {
    position: absolute;
    bottom: 100%;
    left: 0px;
}

.achieve-box {
    padding: 25px;
    background: var(--bs-secondary);
    color: rgb(255, 255, 255);
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 0px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.achieve-box::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 6px;
    background: rgb(255, 255, 255);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.achieve-box:hover::after {
    width: 60%;
}

.achieve-box i, .achieve-box img {
    float: left;
    margin-right: 15px;
}

.achieve-box img {
    max-width: 100%;
    max-height: 36px;
}

.achieve-box h4 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.achieve-box h4 a:hover {
    color: rgb(255, 255, 255);
}

.single-sponsor {
    width: 100%;
    float: left;
    border: 0px solid rgba(0, 0, 0, 0.1);
    height: 110px;
    text-align: center;
    position: relative;
    cursor: crosshair;
    transition: all 0.3s ease-in-out 0s;
}

.inner-sponsor {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
}

.single-sponsor img {
    transition: all 0.3s ease-in-out 0s;
}

.single-sponsor:hover img {
    animation-name: zoomIn;
    transform-origin: center center;
    animation-duration: 0.4s;
    animation-timing-function: linear;
}

#our-sponsors .single-sponsor:nth-child(1), #our-sponsors .single-sponsor:nth-child(2), #our-sponsors .single-sponsor:nth-child(3), #our-sponsors .single-sponsor:nth-child(4) {
    border-bottom-width: 1px;
}

#our-sponsors .single-sponsor:nth-child(2) {
    border-left-width: 1px;
    border-right-width: 1px;
}

#our-sponsors .single-sponsor:nth-child(3) {
    border-right-width: 1px;
}

#our-sponsors .single-sponsor:nth-child(6) {
    border-left-width: 1px;
    border-right-width: 1px;
}

#our-sponsors .single-sponsor:nth-child(7) {
    border-right-width: 1px;
}

.themes-bottom {
    margin-bottom: -30px;
}

.servicep-box {
    border: 1px solid rgb(234, 234, 234);
    padding: 24px 0px 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 2;
    margin-bottom: 0px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.servicep-box:hover {
    box-shadow: rgba(0, 0, 0, 0.28) 0px 4px 10px 0px;
}

.servicep-box::after {
 
    content: "";
    position: absolute;
    top: 5px;
    left: 20px;
    width: 90%;
    height: 60px;
    border-radius: 100px 0px 100px;
    background: rgb(255, 255, 255);
    z-index: -1;
    transform: rotate(0deg);
    
}

@media (min-width:1200px){
    .servicep-box::after{ content: "";
    position: absolute;
    top: 5px;
    left: 190px;
    width: 20%;
    height: 90px;
    border-radius: 100px 0px 100px;
    background: rgb(255, 255, 255);
    z-index: -1;
    transform: rotate(0deg);}
}

.servicep-box img, .servicep-box i {
    width: auto;
    margin: auto auto 15px;
    display: block;
    font-size: 40px;
    padding: 10px;
    background: white;
    border-radius: 50%;
}

.servicep-box h4 {
    margin-bottom: 80px;
    color: var(--bs-secondary);
}

.servicep-box i {
    color: var(--bs-secondary);
}

.servicep-box p {
    padding: 0px 15px!important;
    margin-bottom: 10px!important;
}

.servicep-box .boxed-btn {
    background: var(--bs-secondary);
    display: block;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.servicep-box .boxed-btn:hover {
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px 0px;
}

.servicep-box .boxed-btn:hover::before {
    left: 0px;
    right: 0px;
    transition: all 0.5s ease 0s;
    opacity: 1;
    z-index: -1;
}

.gallery-page {
    overflow: hidden;
}

#gallery .gallery-items .gallery-load a {
    position: relative;
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}

#gallery .gallery-items .gallery-load a img {
    transition: all 300ms ease 0s;
}

#gallery .gallery-items .gallery-load a:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.gallery-load {
    display: none;
}

#gallery .gallery-items .gallery-load .single-item::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transform: scale(0.8);
}

#gallery .gallery-items .gallery-load .single-item:hover::after {
    opacity: 0.8;
}

#gallery .gallery-items .gallery-load a::after, #gallery .gallery-items .gallery-load a::before {
    position: absolute;
    width: 1px;
    height: 70px;
    content: "";
    top: 50%;
    left: 50%;
    z-index: 2;
    background: rgb(255, 255, 255);
    margin-top: -35px;
    transform: scale(0);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

#gallery .gallery-items .gallery-load a::after {
    width: 70px;
    height: 1px;
    margin-top: 0px;
    margin-left: -35px;
}

#gallery .gallery-items .gallery-load a:hover::after, #gallery .gallery-items .gallery-load a:hover::before {
    transform: scale(1);
}

#gallery .load-btn:focus {
    color: rgb(4, 23, 92);
}

#related-portfolio figure img, .portfolio-page figure img {
    width: 100%;
}

.portfolio-page nav.portfolio-pagination {
    margin-top: 30px;
}

.portfolio-box {
    background: rgb(249, 249, 255);
    box-shadow: rgba(0, 0, 0, 0.17) 0px 2px 4px 0px;
    margin-bottom: 30px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    text-align: right;
}

.portfolio-box:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 8px 0px;
}

.portfolio-box .content {
    padding: 15px 20px 20px;
    text-align: left;
}

.portfolio-box .content h4 {
    margin-bottom: 5px;
}

.portfolio-box .content p {
    margin-bottom: 10px;
}

.portfolio-box .content a {
    text-decoration: none;
}

.pagination {
    border: 1px solid;
    width: max-content;
    margin: 0px auto;
    border-radius: 20px;
    line-height: 32px;
}

.pagination a {
    background: transparent;
    border: none;
    position: relative;
    text-decoration: none;
}

ul.pagination li:nth-child(3) a::after, ul.pagination li:last-child a::after {
    display: none;
}

.pagination .page-numbers::after {
    position: absolute;
    content: "";
    top: 4px;
    right: 0px;
    width: 1px;
    height: 26px;
    opacity: 0.2;
}

ul.pagination li a:hover {
    background: transparent;
}

.page-item.active .page-link {
    background: transparent;
}

.pagination a.next.page-numbers, .pagination a.prev.page-numbers {
    border-radius: 20px;
    color: rgb(255, 255, 255);
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

a.prev.page-numbers::after {
    content: none;
}

.pagination .nav-links span {
    padding-left: 20px;
}

.page-item:last-child .page-link {
    border-radius: 20px;
}

.pagination .page-numbers {
    position: relative;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
}

.portfolio-img {
    text-align: right;
}

.send-your-enquiry {
    margin-top: -8px;
}

.send-your-enquiry form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.send-your-enquiry form p label {
    width: 100%;
}

.send-your-enquiry form p {
    margin: 1.5% 1.9%;
    flex-basis: 100%;
}

.send-your-enquiry form p:nth-child(2), .send-your-enquiry form p:nth-child(3) {
    margin-top: 0px;
    flex: 0 0 46.2%;
}

.send-your-enquiry form.wpcf7-form.init input {
    height: 42px;
    min-height: 42px;
    position: relative;
}

.contact-form textarea::placeholder, .send-your-enquiry form.wpcf7-form.init input::placeholder {
    color: rgb(153, 153, 153);
}

.contact-form textarea {
    height: 140px;
}

.wpcf7-submit {
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    position: relative;
    z-index: 0;
    color: rgb(255, 255, 255);
    background-color: var(--bs-primary);
    border-radius: 0px 0px 6px;
    transition: all 0.5s ease 0s;
}

.contact-info .info-box {
    border: 1px solid rgb(239, 239, 239);
    padding: 20px 30px;
    color: var(--bs-secondary);
    margin-bottom: 14px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.contact-info .info-box:last-child {
    margin-bottom: 0px;
}

.contact-info .info-box:hover {
    box-shadow: rgba(97, 99, 99, 0.25) 0px 0px 18px 0px;
}

.contact-info .info-box i {
    margin-right: 30px;
    float: left;
    margin-top: 3px;
}

.contact-info .info-box img {
    width: 40px;
}

#contact-us {
    background: url("../img/bg/contactus-bg.jpg") center center / cover no-repeat;
    position: relative;
    z-index: 2;
    color: rgb(255, 255, 255);
}

#contact-us::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0.75;
    z-index: -1;
}

#contact-us .section-header h2::after, #contact-us .section-header h2::before {
    background: rgb(255, 255, 255);
}

#contact-us .section-header h2 {
    color: rgb(255, 255, 255);
}

.contact-us-box {
    text-align: center;
}

.contact-us-box img {
    width: 46px;
}

.contact-us-box i, .contact-us-box img {
    margin-bottom: 16px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.contact-us-box h4 {
    margin-bottom: 10px;
}

.contact-us-box p {
    font-size: 15px;
}

.contact-us-box:hover i {
    transform: scaleX(-1);
}

#map-section {
    height: 500px;
    position: relative;
    margin-bottom: -90px;
}

#map {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 500px;
}

.coming-soon-wrapper {
    width: 100%;
    height: 100%;
    background: url("../img/comingsoonbg.jpg") center center / cover no-repeat;
    color: rgb(255, 255, 255);
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.coming-soon-wrapper::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(21, 21, 21);
    z-index: -1;
    opacity: 0.9;
}

.ClassyCountdownDemo {
}

.coming-soon-wrapper .logo {
    margin: 50px 0px 0px;
}

.coming-soon-wrapper h1 {
    text-align: center;
    margin-top: 80px;
}

.coming-soon-wrapper h2 {
    text-align: center;
    margin-top: 20px;
}

.count-area {
    margin: 80px 0px;
}

.widget.widget_mail form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget.widget_mail label {
    flex: 1 1 auto;
    margin-bottom: 0px;
}

.comingsoon-form input.comingsoon-field {
    background: none;
    color: rgb(255, 255, 255);
}

.comingsoon-form .comingsoon-field::placeholder {
    color: rgb(255, 255, 255);
}

.widget.widget_mail .comingsoon-btn {
    flex-shrink: 0;
    min-height: 50px;
    min-width: 50px;
    color: var(--bs-secondary);
    background-color: var(--bs-white);
}

.comingsoon-footer {
    margin-top: 80px;
    color: rgb(255, 255, 255);
    padding-bottom: 30px;
}

ul.social-list {
    padding: 0px;
}

.comingsoon-footer .social-list li {
    display: inline-block;
}

.comingsoon-footer .social-list li a {
    display: block;
    padding: 0px 15px;
    transform: scale(1.5);
    color: rgb(255, 255, 255);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.comingsoon-footer .social-list li a:hover {
    transform: scale(2);
}

.poweredby a {
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.text-404 i {
    padding: 0px 6px;
}

#page-404 h1 {
    margin: 35px 0px;
}
#page-404 h1 {

    font-size: 50px!important;
    font-weight: 600!important;
}

#page-404 h3 {
    margin: 0px 0px 30px;
}

#our-timeline {
    overflow: hidden;
}

.timeline-carousel .owl-item {
    padding: 200px 0px;
}

.timeline-item {
    position: relative;
    text-align: center;
}

.timeline-item .timeline-item-circle-holder {
    position: relative;
    font-size: 0px;
    z-index: 1;
}

.timeline-item .timeline-item-after-circle, .timeline-item .timeline-item-before-circle {
    display: inline-block;
    vertical-align: middle;
    width: 0%;
    height: 3px;
    background-color: transparent;
    position: absolute;
    top: 9px;
}

.timeline-item .timeline-item-before-circle {
    left: 0px;
}

.timeline-item .timeline-item-after-circle {
    left: calc(50% - -11px);
}

.timeline-item.timeline-active .timeline-item-after-circle, .timeline-item.timeline-active .timeline-item-before-circle {
    background-color: var(--bs-primary);
}

.timeline-item.last .timeline-item-after-circle {
    background: transparent;
}

.timeline-item .timeline-item-circle {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    position: relative;
    box-shadow: inset 0 0 0 6px var(--bs-primary);
}

.timeline-item .timeline-item-content-holder {
    position: absolute;
    left: 4%;
    width: 92%;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 16px -3px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    z-index: 0;
}

.owl-item:nth-child(2n) .timeline-item .timeline-item-content-holder {
    top: 75px;
}

.owl-item:nth-child(2n+1) .timeline-item .timeline-item-content-holder {
    bottom: 75px;
}

.timeline-item .timeline-item-stage-title-holder {
    position: absolute;
    left: 0px;
    width: 100%;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.owl-item:nth-child(2n+1) .timeline-item .timeline-item-stage-title-holder {
    top: 35px;
}

.owl-item:nth-child(2n) .timeline-item .timeline-item-stage-title-holder {
    bottom: 32px;
}

.timeline-item .timeline-item-content-holder::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 3px;
    height: 70px;
    background-color: var(--bs-primary);
    transform: translateX(-50%);
    z-index: -1;
}

.owl-item:nth-child(2n+1) .timeline-item .timeline-item-content-holder::after {
    top: 100%;
}

.owl-item:nth-child(2n) .timeline-item .timeline-item-content-holder::after {
    bottom: 100%;
}

.timeline-item .timeline-item-content-holder .ric-title {
    margin: 0px 0px 8px;
    font-size: 22px;
    font-weight: 700;
}

.timeline-item .timeline-item-content-holder .ric-content {
    font-size: 15px;
}

.timeline-carousel {
    position: relative;
    z-index: 0;
}

.timeline-carousel .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    width: 3%;
    height: 3px;
    left: 0px;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.06);
    transform: translateY(-50%);
    z-index: 0;
}

.timeline-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 25px;
    height: 25px;
    padding: 0px;
    color: var(--bs-primary);
    background: none;
    font-size: 23px;
    text-align: center;
    line-height: 25px;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
}

.timeline-carousel .owl-nav .owl-prev {
    left: -7px;
    top: 1px;
}

.timeline-carousel .owl-nav .owl-next {
    right: -7px;
}

.timeline-carousel .owl-nav [class*="owl-"]:hover {
    background: none;
    color: var(--bs-primary);
}

#our-skills {
    overflow: hidden;
}

.progress-img img {
    width: 100%;
    border-radius: 50%;
    padding: 18px;
    font-size: 28px;
    animation: 5s ease 0s infinite alternate none running image-bar;
}

.Count::after {
    content: "%";
}

.skill {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    background: rgb(202, 202, 202);
    height: 20px;
    border-radius: 20px;
    transition: width 0.4s linear 0s, background-color;
}

.skillbar {
    margin-bottom: 26px;
    clear: both;
    display: block;
}

.skillbar:last-child {
    margin-bottom: 0px;
}

.skillbar-title {
    display: block;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.skillbar-bar {
    width: 0px;
    height: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 0;
    background: var(--bs-primary);
}

.skill-bar-percent {
    position: absolute;
    top: -36px;
    right: -12px;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    color: rgb(255, 255, 255);
    padding: 0px 8px;
    background-color: var(--bs-secondary);
    border-radius: 4px;
}

.skill-bar-percent::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--bs-secondary);
    bottom: -4px;
    left: 55%;
    transform: translateX(-55%) rotate(45deg);
    border-radius: 2px;
}

.bg-sticky {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 0.62em;
    line-height: 30px;
    border-radius: 3px;
    color: var(--bs-white);
    z-index: 9;
}

.bg-sticky.rounded-circle {
    border-radius: 100%;
}

@media (min-width: 1200px) {
    body.boxed {
        width: 1210px;
        box-shadow: rgba(48, 48, 48, 0.5) 0px 0px 10px 0px;
        margin: 0px auto;
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    body.boxed {
        width: 100%;
    }
}

@media (max-width: 767px) {
    body.boxed {
        width: 100%;
    }

    body {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    body.boxed {
        width: 100%;
    }
}

table a, strong a, blockquote a, code a, p a, .blog-post .post-content p a {
    color: #fffc8d;
    text-decoration: underline;
}

a:hover{
    color: #fff;
    text-decoration: none;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;

}

.green{
color:#1ca54d;
}

@media (max-width:430px){
    #page-404 h1{
        font-size: 35px!important;
    }
    .text-404{
        font-size: 60px;
    }
}

.mean-container .mean-nav {
    background: #093b1b;
}


#footer-widgets .widgets-mb{
    padding-bottom: 0px;
    justify-content: center;

    display: flex!important;
}
footer a{
    color:#1ef76c;
}
footer a:hover{
    color:#fff;
}

#footer-widgets .widget hr {
    background: #f9f9f9;
}

@media (max-width:600px){
    h1 {
        font-size: 28px;
        line-height: 1.5em;
    }

    .section-header h2{
        font-size: 25px;
    }
}

#footer-widgets .widget .widget-title {
    font-size: 20px;
}

.boostify-content .mb-5{
    margin-bottom: 0px!important;
}
.navbar-pc li.focus > a, .navbar-pc li.active > a {
    color: rgb(255, 255, 255);
    background-color: #093b1b;
}
.navbar-pc li a:hover {
    background-color: var(--bs-primary)!important;
}