@import "bootstrap.min2.css";
.site-navbar-wrap {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
}
.site-navbar-wrap a {
    color: #fff;
}
.site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem;
}
.site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.site-navbar {
    margin-bottom: 0px;
    width: 100%;
}
.site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    top: -7px;
    position: relative;
}
.site-navbar .site-logo a {
    font-weight: 200;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    position: relative;
    top: 8px;
}
.site-navbar .site-logo a img {
    height: 60px;
}
.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
    font-weight: 500;
}
.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 10px 5px;
}
.site-navbar .site-navigation .site-menu > li > a {
    padding: 20px 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a.active, .site-navbar .site-navigation .site-menu > li > a:hover {
    color: #fff;
}
.site-navbar .site-navigation .site-menu > li:last-child {
    padding-right: 0;
}
.site-navbar .site-navigation .site-menu > li:last-child > a {
    padding-right: 0;
}
.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a i {
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    border-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #007bff;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
    color: #fff !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #ebeef0;
    color: #212529;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    right: 100%;
    top: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    background: #ebeef0;
    color: #212529;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}
.site-mobile-menu {
    width: 100%;
    right: 0;
    z-index: 2000;
    padding-top: 0px;
    background: #fff;
    height: calc(100vh);
    transform: translateX(200%);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    transition: 0.3s all ease-in-out;
    position: fixed;
    top: 60px;
}
.site-mobile-menu ul {
    height: auto !important;
}
.offcanvas-menu::before {
    opacity: 1;
    z-index: 1002;
    visibility: visible;
}
.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #dee2e6;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}
.site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
    color: #007bff;
}
.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
    color: #0377b9;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 5px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > a i {
    display: none;
}
.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px;
}
.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
    color: white;
    background-color: black;
    height: auto !important;
}
.sticky-wrapper + .site-blocks-cover {
    margin-top: 96px;
}
.sticky-wrapper .site-navbar {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar ul li.active a {
    color: #fff;
}
.sticky-wrapper.is-sticky .site-navbar {
    background-color: white;
    box-shadow: 0px 0px 4px 0px #000;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 10px 5px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
    padding-right: 0;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
    padding-right: 0;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
    padding-right: 20px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
    padding: 10px 10px;
    color: #000000;
    font-size: 15px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
    color: #343a40;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
    color: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
    color: #0377b9;
}
.sticky-wrapper .icon-menu {
    color: #343a40;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
section .home-cover {
    width: 100%;
    min-height: 70vh;
    background-size: cover;
    background-position: top;
    color: white;
}
section .home-cover .bg-shadow {
    background-color: transparent;
    background-image: linear-gradient(10deg, #000 0, #00000094 50%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
section .home-cover .conver-container h1 {
    text-shadow: 1px 1px 1px #5e5e5e;
}
section .home-cover .reviews-trustpilot {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0 1.2rem;
    position: relative;
    z-index: 10;
}
section .home-cover .reviews-trustpilot .reviews__logo {
    margin-bottom: 0.5rem;
}
section .home-cover .reviews-trustpilot .reviews__stars {
    display: inline-flex;
    margin-bottom: 0.5rem;
}
section .home-cover .reviews-trustpilot .reviews__stars li {
    align-items: center;
    background-color: #eee;
    color: #fff;
    display: -moz-box;
    display: flex;
    height: 1.7rem;
    justify-content: center;
    width: 1.7rem;
}
section .home-cover .reviews-trustpilot .reviews__stars li.is-active {
    background-color: #51b37f;
}
section .home-cover .shape.shape-bottom {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -1px;
    transform: rotate(180deg);
}
section .home-cover .shape.shape-bottom svg {
    width: calc(100% + 1.3px);
    height: 30px;
    z-index: -1;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
section .shape.shape-bottom svg {
    width: calc(100% + 1.3px);
    height: 30px;
    display: block;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    z-index: -1;
}
section .shape.shape-bottom svg path {
    transform-origin: center;
    transform: rotateY(0);
}
section .why-choose-us .service-container {
    padding: 25px;
    background-color: #fff;
    border-style: solid;
    border-width: 0 0 0 2px;
    border-color: #7c3aff;
    border-radius: 0 25px 25px 0;
    box-shadow: 0 0 22px -13px rgba(0, 0, 0, 0.5);
}
section .why-choose-us .service-container .color-1 {
    border-color: #7c3aff;
}
section .why-choose-us .service-container .color-2 {
    border-color: #40acff;
}
section .why-choose-us .service-container .color-3 {
    border-color: #f243ff;
}
section .why-choose-us .service-container .color-4 {
    border-color: #008a29;
}
section .why-choose-us .service-container .color-5 {
    border-color: #fb6c05;
}
section .why-choose-us .service-container .color-6 {
    border-color: #04ffde;
}
section.reviews-container .client {
    width: 100%;
    height: 100%;
}
section.reviews-container .carousel-icon i {
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.3);
}
section.reviews-container .carousel-item i {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.3);
}
section.reviews-container .t-card {
    padding: 1.8125rem 1.125rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 1.25rem;
    color: #fff;
    height: auto;
}
section.reviews-container .arrow-down {
    width: 0;
    height: 0;
    border-left: 1.5625rem solid transparent;
    border-right: 1.5625rem solid transparent;
    border-top: 1.25rem solid rgba(0, 0, 0, 0.5);
}
.sticky-socials {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    background-color: white;
    padding: 10px;
    box-shadow: 0 0 7px -2px;
    z-index: 9999;
}
.sticky-socials ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}
.sticky-socials ul li img {
    width: 32px;
    height: auto;
}
.dark-bg {
    background-color: #212529;
    color: white;
}
.service-icon {
    margin: auto;
    color: #DDDDDD;
    font-size: 60px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: initial;
}
.service-icon.instagram-likes:before, .service-icon.instagram-auto-likes:before, .service-icon.instagram-reel-likes:before, .service-icon.tiktok-likes:before, .service-icon.tiktok-auto-likes:before, .service-icon.twitter-likes:before, .service-icon.facebook-post-likes:before, .service-icon.facebook-page-likes:before, .service-icon.youtube-likes:before {
    content: "\f004";
}
.service-icon.youtube-dislikes:before {
    content: "\f165";
}
.service-icon.instagram-views:before, .service-icon.instagram-auto-views:before, .service-icon.instagram-story-views:before, .service-icon.instagram-reel-views:before, .service-icon.instagram-live-views:before, .service-icon.instagram-igtv-views:before, .service-icon.tiktok-views:before, .service-icon.tiktok-auto-views:before, .service-icon.tiktok-live-stream:before, .service-icon.youtube-views:before, .service-icon.twitch-channel-views:before, .service-icon.twitch-live-views:before {
    content: "\f06e";
}
.service-icon.instagram-comments:before, .service-icon.instagram-auto-comments:before, .service-icon.instagram-custom-comments:before, .service-icon.tiktok-comments:before {
    content: "\f086";
}
.service-icon.instagram-followers:before, .service-icon.tiktok-followers:before, .service-icon.twitter-followers:before, .service-icon.facebook-followers:before, .service-icon.youtube-subscribers:before, .service-icon.clubhouse-followers:before, .service-icon.twitch-followers:before, .service-icon.spotify-followers:before, .service-icon.soundcloud-followers:before {
    content: "\f234";
}
.service-icon.twitter-retweet:before {
    content: "\f079";
}
.service-icon.spotify-plays:before, .service-icon.soundcloud-plays:before {
    content: "\f144";
}
.service-icon.soundcloud-download:before {
    content: "\f019";
}
.custom-social-proof {
    position: fixed;
    bottom: 55px;
    left: 5px;
    z-index: 9999999999999 !important;
    font-family: "Open Sans", sans-serif;
}
.custom-social-proof .custom-notification {
    width: 230px;
    border: 0;
    text-align: left;
    z-index: 99999;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 70px;
    box-shadow: 2px 2px 10px 2px rgb(11 10 10 / 20%);
    background-color: #fff;
    position: relative;
    cursor: pointer;
}
.custom-social-proof .custom-notification .custom-notification-container {
    display: flex !important;
    align-items: center;
    height: 80px;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
    max-height: 75px;
    width: 90px;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
    object-fit: cover;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper {
    margin: 0;
    height: 100%;
    color: gray;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 6px 6px 0;
    flex: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
    font-family: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 16px;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
    margin-top: 3px !important;
    display: block !important;
    font-size: 12px !important;
    opacity: 0.8;
}
.custom-social-proof .custom-notification .custom-close {
    position: absolute;
    top: 12px;
    right: 20px;
    height: 12px;
    width: 12px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    transform: rotate(45deg);
}
.custom-social-proof .custom-notification .custom-close::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: gray;
    position: absolute;
    left: 0;
    top: 5px;
}
.custom-social-proof .custom-notification .custom-close::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: gray;
    position: absolute;
    left: 5px;
    top: 0;
}
.custom-social-proof .custom-notification:hover .custom-close {
    opacity: 1;
}
.card-body.d-flex.flex-column.align-carousel-items-center {
    padding: 0!important;
}
