<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* 1. Theme default css */

body {
    font-family: "ClashDisplay-Regular";
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    color: rgba(255, 255, 255, 0.7);
}

.main-page-wrapper {
    overflow-x: hidden;
    background-color: #050d36;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

a,
.button {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: medium none;
    text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "ClashDisplay-Bold";
    color: #050d36;
    line-height: 1.1;
    margin-top: 0px;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 700;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

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

li {
    list-style: none;
}

p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    font-family: "ClashDisplay-Regular";
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}

hr {
    border-bottom: 1px solid rgab(white, 0.1);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
.drop-wrap{
    padding: 10px !important;
}
.drop-tech{
 min-width: 500px !important;
}
.drop-indus{
    min-width: 500px !important;
   }
.nav-item .dropdown-menu ul{
padding: 0 !important;
}
.nav-item .dropdown-menu ul li a img{
    width: 30px;
}
.nav-item .dropdown-menu ul li a i, .nav-item .dropdown-menu ul li a img{
    background: #28aae2;
    color: #fefefe;
    padding: 5px;
    margin-right: 5px;
    border-radius: 5px;
    }
    .border-r, .border-l, .border-b, .border-t{
        border-right: 1px solid #eff0f6;
    }
*::-moz-selection {
    background: black;
    color: white;
    text-shadow: none;
}

::-moz-selection {
    background: black;
    color: white;
    text-shadow: none;
}

::selection {
    background: black;
    color: white;
    text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/

*::-moz-placeholder {
    color: black;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: black;
    font-size: 14px;
    opacity: 1;
}

/*--
    - position Classes
-----------------------------------------*/

.pos-rel {
    position: relative;
}

.pos-abl {
    position: absolute;
}

/*--
    - Common Classes
-----------------------------------------*/

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.style-text {
    font-size: 140px;
    line-height: 0.5;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.7);
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: -19px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .style-text {
        font-size: 100px;
    }
}

@media (max-width: 767px) {
    .style-text {
        font-size: 60px;
    }
    .footer__widget ul{
        padding-left: 0rem;
    }
    .footer-sec-col{
        padding-left: 0rem;
    }
}

.overlay-bg {
    position: relative;
    z-index: 2;
}

.overlay-bg::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.popup-video {
    color: white;
    background: #104cba;
    border-radius: 50%;
    font-size: 24px;
    line-height: 83px;
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    position: relative;
    z-index: 1;
    animation: pulseBig infinite 5s linear;
}

.popup-video:hover {
    color: white;
    background: #913bff;
}

.dark #preloader {
    background-color: #232323;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #913bff;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

#scrollUp {
    background: #913bff;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 50px;
    bottom: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
}

#scrollUp i {
    color: white;
}

/*--
    - Overlay
------------------------------------------*/

.overlay-soft {
    position: relative;
    z-index: 1;
}

.overlay-soft::after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}

/*-- Overlay Color --*/

[data-overlay="light"]::before {
    background-color: white;
}

[data-overlay="dark"]::before {
    background-color: #913bff;
}

/*-- Overlay Opacity --*/

[data-opacity="1"]::before {
    opacity: 0.1;
}

[data-opacity="2"]::before {
    opacity: 0.2;
}

[data-opacity="3"]::before {
    opacity: 0.3;
}

[data-opacity="4"]::before {
    opacity: 0.4;
}

[data-opacity="5"]::before {
    opacity: 0.5;
}

[data-opacity="6"]::before {
    opacity: 0.6;
}

[data-opacity="7"]::before {
    opacity: 0.7;
}

[data-opacity="8"]::before {
    opacity: 0.8;
}

[data-opacity="9"]::before {
    opacity: 0.9;
}

.main-header-area {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 999;
}

.main-header-area .border-tops {
    border-top: 1px solid white;
}

.logo-area img, .offset-widget.offset-logo img {
    max-width: 100%;
}

/* Hamburger-menu */

.hamburger-menu {
    display: inline-block;
}

.hamburger-menu a {
    display: inline-block;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamburger-menu a i {
    color: #222222;
}

.hamburger-menu a:hover {
    background: #913bff;
}

.side-mobile-menu {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .side-mobile-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .side-mobile-menu {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .side-mobile-menu {
        display: block;
    }
}

.offset-sidebar {
    display: block;
    margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .offset-sidebar {
        display: none;
    }
}

@media (max-width: 767px) {
    .offset-sidebar {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .offset-sidebar {
        display: none;
    }
}

.theme-main-menu {
    position: relative;
    z-index: 11;
    background: #ffffff;
}

.theme-main-menu .custom-container-nav {
    max-width: 1660px;
    width: 100%;
    margin: 0 auto;
    padding-left: 22px;
    padding-right: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .theme-main-menu .custom-container-nav {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .theme-main-menu .custom-container-nav {
        padding: 15px;
    }
}

.theme-main-menu .navbar-nav .nav-item {
    position: relative;
    z-index: 1;
}

.theme-main-menu .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}

.theme-main-menu .navbar-nav .nav-item:last-child .nav-link:before {
    display: none;
}
.theme-main-menu .navbar-nav .nav-item:first-child .nav-link:before {
    display: none;
}

.theme-main-menu .navbar-nav .nav-item.active {
    color: #050d36;
}

.theme-main-menu .navbar-nav .nav-item.active .nav-link {
    color: #050d36;
}

.theme-main-menu .navbar-nav .nav-item .nav-link {
    color: #222222;
    font-family: "ClashDisplay-Medium";
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 0 60px 0 0;
    padding: 19px 0 20px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .theme-main-menu .navbar-nav .nav-item .nav-link {
        margin: 0 30px 0 0;
    }
}

.theme-main-menu .navbar-nav .nav-item .nav-link::before {
    content: "\F282";
    font-family: "bootstrap-icons";
    font-weight: 700;
    position: absolute;
    font-size: 14px;
    right: -20px;
    top: 20px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .theme-main-menu .navbar-nav .nav-item .nav-link::before {
        right: -25%;
    }
}

.theme-main-menu .navbar-nav .nav-item .nav-link::after {
    display: none;
}

.theme-main-menu .navbar-nav .nav-item .nav-link:hover {
    color: #913bff;
}

.theme-main-menu .navbar-nav .nav-item .nav-link i {
    font-size: 10px;
}

.theme-main-menu .navbar-nav .nav-item:hover::before {
    width: 100px;
    background-image: -moz-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    background-image: -webkit-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    background-image: -ms-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
}

.theme-main-menu .navbar-nav .nav-item:hover&gt;.nav-link {
    color: #913bff;
}

.theme-main-menu .navbar .dropdown-menu {
    border: 0;
    position: absolute;
    z-index: 5;
    background-color: #fff;
    border-radius: 0;
    display: block;
    right: 0;
    left: -180px;
    padding: 0;
    top: 100%;
    visibility: hidden;
    transform: scaleY(0);
    opacity: 0;
    min-width: 920px;
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
    margin: 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.theme-main-menu .navbar .dropdown-menu .dropdown-item {
    color: #050d36;
    font-size: 14px;
    font-family: "ClashDisplay-Medium";
    font-weight: 500;
    padding: 9px 10px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.theme-main-menu .navbar .dropdown-menu .dropdown-item:hover,
.theme-main-menu .navbar .dropdown-menu .dropdown-item.active {
    color: white;
    background-color: transparent;
    background: #23588a;
    border-radius: 5px;
}

.theme-main-menu .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.theme-main-menu .navbar .dropdown-submenu .dropdown-toggle::after {
    display: none;
}

.theme-main-menu .navbar .dropdown-submenu .dropdown-menu.dropdown-menu2 {
    left: 100%;
    top: 10%;
    visibility: hidden;
    transform: scaleX(0);
}

.theme-main-menu .navbar .dropdown-submenu .dropdown-menu.dropdown-menu2 .dropdown-item::after {
    display: none;
}

.theme-main-menu .navbar .dropdown-submenu:hover .dropdown-menu.dropdown-menu2 {
    visibility: visible;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

.theme-main-menu .navbar .navbar-nav .nav-item.active&gt;.nav-link {
    color: #913bff;
    position: relative;
}

.sticky-menu {
    position: fixed;
    background: #ffffff;
    top: 0;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding-top: 0;
    padding-bottom: 0;
}

.sticky-menu .logo {
    transform: translateY(2px);
}

.sticky-menu .hamburger-menu {
    top: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sticky-menu .hamburger-menu {
        top: 35px;
    }
}

.sticky-menu .navbar-nav .nav-item .nav-link {
    color: #222222;
}

.right-language .language-btn {
    color: white;
    font-size: 16px;
    font-weight: 700;
}

.right-language .language-btn i {
    color: white;
    font-size: 14px;
    font-weight: 300;
}

.right-language .language-btn::after {
    display: none;
}

.right-language .dropdown-menu {
    min-width: 170px;
    padding: 10px 0;
    background: white;
    box-shadow: 0px 25px 50px 0px rgba(213, 216, 223, 0.5);
    border: 1px solid #f8f8f8;
    border-radius: 0;
    top: 20px;
    text-align: left;
}

.right-language .dropdown-menu li {
    display: block;
}

.right-language .dropdown-menu li a {
    display: block;
    padding: 0 15px;
    font-size: 15px;
    color: #050d36;
    line-height: 35px;
    text-transform: uppercase;
}

.right-language .dropdown-menu li a:hover {
    color: white;
    background: #913bff;
}

.theme-menu-two {
    position: relative;
    z-index: 3;
}

.theme-menu-two .top-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .theme-menu-two .main-header-area {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.theme-menu-two .navbar .dropdown-menu {
    left: 0;
}

.theme-menu-two .navbar-nav .nav-item .nav-link:last-child::before {
    display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .theme-menu-two .navbar-nav .nav-item .nav-link {
        margin: 0 70px 0 0;
    }
    .theme-menu-two .navbar-nav .nav-item .nav-link::before {
        display: none;
    }
}

.header-info li:nth-child(2) .header-info-box {
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}

.header-info li:nth-child(2) .header-info-box::before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    width: 2px;
    height: 30px;
    top: 20px;
    left: 0;
    z-index: 1;
}

.header-info li:nth-child(2) .header-info-box::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    width: 2px;
    height: 30px;
    top: 20px;
    right: 0;
    z-index: 1;
}

@media (min-width: 487px) and (max-width: 575.98px) {
    .header-info li:nth-child(2) .header-info-box {
        margin-left: 0;
        padding-left: 0;
    }
    .header-info li:nth-child(2) .header-info-box::before {
        display: none;
    }
    .header-info li:nth-child(2) .header-info-box::after {
        display: none;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .header-info li:nth-child(3) .header-info-box {
        display: none;
    }
}

.header-info .header-info-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-info .header-info-box .icon {
    color: white;
    font-size: 30px;
    margin-right: 15px;
    margin-top: 10px;
}

.header-info .header-info-box .text-content span {
    color: white;
    font-size: 16px;
    font-family: "ClashDisplay-Regular";
}

.theme-menu-three .top-header {
    position: relative;
    z-index: 1111;
}

.theme-menu-three .main-header-area {
    background: rgba(145, 59, 255, 0.1);
}

.theme-menu-three .main-header-area.sticky-menu {
    background: #050d36;
}

.theme-menu-three .main-header-area .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width: 1199.98px) {
    .theme-menu-three .navbar-nav .nav-item .nav-link {
        margin: 0 50px 0 0;
    }
    .theme-menu-three .navbar-nav .nav-item .nav-link::before {
        right: -27px;
    }
}

@media (max-width: 991.98px) {
    .theme-menu-three .main-header-area {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.page-title-area {
    position: relative;
    background: rgba(16, 76, 186, 0.05);
}

.page-title-area .page-title-shape {
    position: absolute;
    z-index: 1;
}

.page-title-area .page-title-shape.shape-one {
    top: 53%;
    right: 56%;
}

@media (max-width: 767.98px) {
    .page-title-area .page-title-shape.shape-one {
        display: none;
    }
}

.page-title-area .page-title-shape.shape-two {
    top: 45.3%;
    left: 147px;
}

.page-title-area .page-title-shape.shape-three {
    top: 6.5%;
    right: 69.5%;
    opacity: 0.5;
}

.page-title-area .page-title-shape.shape-four {
    right: 22.5%;
    top: 20%;
}

.page-title-area .page-title-shape.shape-five {
    top: 70px;
    right: 18.85%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    animation: float-bob infinite 15s linear;
    -webkit-animation: float-bob infinite 15s linear;
}

.page-title-area .page-title-shape.shape-six {
    top: 85%;
    right: 40.5%;
}

.page-title-area .page-title-shape.shape-seven {
    top: 90%;
    right: 80.2%;
}

.page-title-area .page-title-shape.shape-eight {
    left: 0;
    top: 0;
}

.page-title-area .page-title-shape.shape-nine {
    right: 0;
    top: 0;
}

.page-title-wrapper {
    position: relative;
    z-index: 2;
}

.page-title-wrapper .page-title {
    color: white;
    font-size: 46px;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-title-wrapper .page-title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .page-title-wrapper .page-title {
        font-size: 32px;
    }
}

ul.breadcrumb li {
    display: inline-block;
}

ul.breadcrumb li a {
    color: white;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}

ul.breadcrumb li a::before {
    content: "";
    position: absolute;
    background: white;
    width: 5px;
    height: 2px;
    right: -4px;
    top: 7px;
    z-index: 1;
}

ul.breadcrumb li.active {
    color: #913bff;
}

.slide-bar {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -370px;
    width: 350px;
    padding: 25px 30px;
    height: 100%;
    display: block;
    background-color: #050d36;
    z-index: 1900;
    -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slide-bar {
        width: 350px;
    }
}

@media (max-width: 767px) {
    .slide-bar {
        width: 310px;
        padding: 25px 20px;
    }
}

.slide-bar.show {
    right: 0;
}

.open-mobile-menu {
    display: inline-block;
}

.open-mobile-menu a {
    display: block;
    width: 50px;
    height: 50px;
    background: #212121;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    margin-left: 20px;
    color: #fff;
}

.open-mobile-menu a:hover {
    background: #913bff;
}

.open-mobile-menu a.active {
    background: #913bff;
}

.close-mobile-menu a {
    color: white;
    position: relative;
    z-index: 2;
    font-size: 16px;
    top: -10px;
    left: 0;
}

.close-mobile-menu a:hover {
    color: #ff0000;
}

.on-side {
    overflow: hidden;
}

.body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1010;
    left: 0;
    opacity: 0;
    display: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.body-overlay.active {
    opacity: 1;
    display: block;
}

.side-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-mobile-menu ul li a {
    padding: 13px 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 16px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.side-mobile-menu ul li a:hover {
    color: #913bff;
    padding-left: 5px;
}

.side-mobile-menu ul li a[aria-expanded="true"] {
    color: #913bff;
}

.side-mobile-menu ul li a[aria-expanded="true"]:before {
    background: #913bff;
    border-color: #913bff;
}

.side-mobile-menu ul li ul {
    padding-left: 0;
    list-style: none;
}

.side-mobile-menu ul li ul li {
    padding-left: 15px;
}

.side-mobile-menu ul li ul li:hover&gt;a {
    color: #913bff;
    padding-left: 20px;
}

.side-mobile-menu ul li ul li:hover&gt;a:before {
    background: #913bff;
    border-color: #913bff;
}

.side-mobile-menu ul li ul li a {
    position: relative;
    padding-left: 15px;
    text-transform: capitalize;
    font-size: 16px;
}

.side-mobile-menu ul li ul li a:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid white;
    border-radius: 50%;
}

.side-mobile-menu ul li ul li a[aria-expanded="true"] {
    padding-left: 20px;
}

.side-mobile-menu ul li.has-dropdown&gt;a:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: initial;
    right: 16px;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: all 0.3s ease-out;
}

.side-mobile-menu ul li.has-dropdown a[aria-expanded="true"]:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

.offset-widget.offset-logo {
    border-bottom: 1px solid #eeecec;
    padding-bottom: 20px;
}

.offset-widget .info-widget .offset-title {
    font-size: 20px;
    font-weight: 800;
    color: white;
}

.offset-widget .info-widget p {
    color: white;
}

.offset-widget .info-widget.info-widget2 p {
    margin-bottom: 15px;
}

.offset-widget .info-widget.info-widget2 p i {
    margin-right: 7px;
    color: white;
}

.fw-bold {
    font-weight: 700;
}

.fw-semi {
    font-weight: 600;
}

.fw-medium {
    font-weight: 500;
}

.fw-normal {
    font-weight: 400;
}

.fw-light {
    font-weight: 300;
}

.fw-thin {
    font-weight: 100;
}

.fs-20 {
    font-size: 20px;
}

.fs-18 {
    font-size: 18px;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

/*--
    - Background color
-----------------------------------------*/

.gradient-bg {
    background: linear-gradient(to bottom, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0));
    background: -moz-linear-gradient(180deg, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0));
    background: -o-linear-gradient(180deg, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0));
    background: -ms-linear-gradient(180deg, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0));
    background: -webkit-linear-gradient(180deg, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0));
}

.grey-bg {
    background: #f7f7f7;
}

.white-bg {
    background: white;
}

.black-bg {
    background: black;
}

.heding-bg {
    background: #050d36;
}

.theme-bg {
    background: #913bff;
}

.prime-bg {
    background: #104cba;
}

/*--
    - color
-----------------------------------------*/

.text-white {
    color: white;
}

.text-prime {
    color: #104cba;
}

.text-black {
    color: black;
}

.text-theme {
    color: #913bff;
}

.text-body {
    color: rgba(255, 255, 255, 0.7);
}

.text-heding {
    color: #050d36;
}

/*--
    - fonts
-----------------------------------------*/

.body-font {
    font-family: "ClashDisplay-Regular";
}

.heding-font {
    font-family: "ClashDisplay-Bold";
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.capitalize {
    text-transform: lowercase;
}

.bg-none {
    background: none;
}

/* Full screen search
-------------------------------------------------------*/

.offcanvas-top {
    height: 50vh;
    min-height: 150px;
}

.offcanvas-top .search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .offcanvas-top {
        height: 30vh;
    }
}

.search-wrap {
    padding-top: 100px;
}

.search-wrap input {
    color: white;
    font-size: 80px;
    width: 100%;
    background: transparent;
    border: 0;
    text-align: center;
    display: inline-block;
    height: auto;
    padding: 0;
    display: inline-block;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-bottom: 2px solid white;
}

.search-wrap input::placeholder {
    color: white;
    padding-bottom: 80px;
    font-size: 80px;
    font-family: "ClashDisplay-Medium";
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .search-wrap input::placeholder {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .search-wrap input::placeholder {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-wrap input::placeholder {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .search-wrap input::placeholder {
        font-size: 20px;
    }
}

.search-wrap input::-moz-placeholder,
.search-wrap input::-webkit-placeholder,
.search-wrap input::-o-placeholder,
.search-wrap input::-ms-placeholder {
    color: white;
    padding-bottom: 80px;
    font-size: 80px;
    font-family: "ClashDisplay-Medium";
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .search-wrap input::-moz-placeholder,
    .search-wrap input::-webkit-placeholder,
    .search-wrap input::-o-placeholder,
    .search-wrap input::-ms-placeholder {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .search-wrap input::-moz-placeholder,
    .search-wrap input::-webkit-placeholder,
    .search-wrap input::-o-placeholder,
    .search-wrap input::-ms-placeholder {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-wrap input::-moz-placeholder,
    .search-wrap input::-webkit-placeholder,
    .search-wrap input::-o-placeholder,
    .search-wrap input::-ms-placeholder {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .search-wrap input::-moz-placeholder,
    .search-wrap input::-webkit-placeholder,
    .search-wrap input::-o-placeholder,
    .search-wrap input::-ms-placeholder {
        font-size: 30px;
    }
}

.search-area a {
    display: inline-block;
    font-size: 20px;
    color: #222222;
    margin-right: 31px;
    line-height: 1;
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}

@keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}

@-webkit-keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0.5;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0.5;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes hvr-ripple-out {
    0% {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 1;
    }
    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out-two {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scale-up-one-1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-one-1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

/* Move frame*/

@keyframes moveRound {
    0% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
    25% {
        background-color: #feddfc;
        left: 100px;
        top: 0px;
    }
    50% {
        background-color: #efe4ff;
        left: 100px;
        top: 100px;
    }
    75% {
        background-color: #e2fcf4;
        left: -24px;
        top: 200px;
    }
    100% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
}

@-webkit-keyframes moveRound {
    0% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
    25% {
        background-color: #feddfc;
        left: 100px;
        top: 0px;
    }
    50% {
        background-color: #efe4ff;
        left: 100px;
        top: 200px;
    }
    75% {
        background-color: #e2fcf4;
        left: -24px;
        top: 100px;
    }
    100% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
}

@keyframes moveShap {
    0% {
        left: 0px;
        top: 0px;
    }
    25% {
        left: 100px;
        top: 0px;
    }
    50% {
        left: 100px;
        top: 100px;
    }
    75% {
        left: 0px;
        top: 200px;
    }
    100% {
        left: 0px;
        top: 0px;
    }
}

@keyframes moveShap2 {
    0% {
        right: 0px;
        top: 0px;
    }
    25% {
        right: 100px;
        top: 0px;
    }
    50% {
        right: 100px;
        top: 100px;
    }
    75% {
        right: 0px;
        top: 200px;
    }
    100% {
        right: 0px;
        top: 0px;
    }
}

/* Heartbeat frame*/

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

/* Rotation frame*/

@keyframes rotation {
    to {
        transform: rotate(360deg);
    }
}

/* pulseBig */

@keyframes pulseBig {
    0% {
        box-shadow: 0 0 0 0 rgba(55, 140, 255, 0.2);
    }
    50% {
        box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

.scaleUp1 {
    -webkit-animation-name: scaleUp1;
    animation-name: scaleUp1;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes scaleUp1 {
    0% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }
    20% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    40% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }
    80% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }
}

@keyframes scaleUp1 {
    0% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }
    20% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    40% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }
    80% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }
}

@keyframes runs {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    50% {
        transform: translateY(300px) rotate(90deg);
    }
    100% {
        transform: translateY(-300px) rotate(180deg);
    }
}

@-webkit-keyframes runs {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    50% {
        transform: translateY(300px) rotate(90deg);
    }
    100% {
        transform: translateY(-300px) rotate(180deg);
    }
}

@-moz-keyframes runs {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    50% {
        transform: translateY(300px) rotate(90deg);
    }
    100% {
        transform: translateY(-300px) rotate(180deg);
    }
}

@-o-keyframes runs {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    50% {
        transform: translateY(300px) rotate(90deg);
    }
    100% {
        transform: translateY(-300px) rotate(180deg);
    }
}

@keyframes zoomIncolor {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
        background: #913bff;
        opacity: 0.5;
    }
    100% {
        transform: scale(1.3);
        background: #913bff;
        opacity: 0.8;
    }
}

@-webkit-keyframes zoomIncolor {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
        background: #913bff;
        opacity: 0.5;
    }
    100% {
        transform: scale(1.3);
        background: #913bff;
        opacity: 0.8;
    }
}

@-moz-keyframes zoomIncolor {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
        background: #913bff;
        opacity: 0.5;
    }
    100% {
        transform: scale(1.3);
        background: #913bff;
        opacity: 0.8;
    }
}

@keyframes squareMove {
    0% {
        transform: translateX(0px) rotate(0deg);
    }
    33% {
        transform: translateY(-100px) rotate(180deg);
    }
    66% {
        transform: translateX(200px) rotate(-90deg);
    }
    100% {
        transform: translateX(0px) rotate(0deg);
    }
}

@-webkit-keyframes squareMove {
    0% {
        transform: translateX(0px);
    }
    33% {
        transform: translateY(-100px);
    }
    66% {
        transform: translateX(200px);
    }
    100% {
        transform: translateX(0px);
    }
}

@-moz-keyframes squareMove {
    0% {
        transform: translateX(0px);
    }
    33% {
        transform: translateY(-100px);
    }
    66% {
        transform: translateX(200px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes float-bob {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
    50% {
        transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

/*--
	-theme-btn
----------------------------------------*/

.theme_btn {
    overflow: hidden;
    color: white;
    background: #913bff;
    font-size: 14px;
    font-family: "ClashDisplay-Semibold";
    font-weight: 600;
    line-height: 17px;
    padding: 17px 27px 15px 27px;
    display: inline-block;
    position: relative;
    z-index: 17px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-transform: uppercase;
}

.theme_btn:hover {
    color: white;
    background: black;
}

.theme_btn:hover i {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.section-title {
    position: relative;
    z-index: 1;
}

.sect-title {
    font-size: 48px;
    color: white;
    line-height: 1.17;
}

.sect-title span {
    border-bottom: 2px solid #913bff;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .sect-title {
        font-size: 32px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sect-title {
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sect-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .sect-title {
        font-size: 24px;
    }
}

.sect-title-two {
    color: white;
    font-size: 32px;
    font-family: "ClashDisplay-Semibold";
    font-weight: 600;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .sect-title-two {
        font-size: 28px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sect-title-two {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sect-title-two {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .sect-title-two {
        font-size: 20px;
    }
}

.sub-title {
    color: white;
    font-size: 17px;
    font-weight: 500;
    font-family: "ClashDisplay-Medium";
}

.sub-title-two {
    color: #104cba;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    font-family: "ClashDisplay-Medium";
}

.section-title-two .sub-title {
    color: #913bff;
    font-weight: 600;
    font-family: "ClashDisplay-Semibold";
    text-transform: uppercase;
}

.blog-title {
    color: white;
    font-size: 24px;
    font-family: "ClashDisplay-Semibold";
    font-weight: 600;
    line-height: 1.3;
    display: inline-block;
    margin-bottom: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .blog-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .blog-title {
        font-size: 20px;
    }
}

.blog-title:hover {
    color: white;
}

.semi-title {
    color: white;
    font-size: 24px;
    font-family: "ClashDisplay-Semibold";
    font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .semi-title {
        font-size: 18px;
    }
}

.post-title {
    font-size: 40px;
    color: white;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .post-title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .post-title {
        font-size: 24px;
    }
}

.theme-banner-one {
    position: relative;
    z-index: 1;
}

.theme-banner-one .banner-shape {
    position: absolute;
    z-index: 1;
}

.theme-banner-one .banner-shape.shape-one {
    top: -7.2rem;
    left: -1rem;
}

.theme-banner-one .banner-shape.shape-two {
    top: 29%;
    left: auto;
    right: 15%;
}

.theme-banner-one .banner-shape.shape-three {
    top: 14%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.theme-banner-one .banner-shape.shape-four {
    top: 21%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.theme-banner-one .shadow-text {
    font-size: 127px;
    font-weight: 700;
    font-family: "ClashDisplay-Bold";
    opacity: 0.1;
    position: absolute;
    left: 13.54%;
    top: 14.5%;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .theme-banner-one .shadow-text {
        font-size: 90px;
        left: 2;
        top: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .theme-banner-one .shadow-text {
        font-size: 60px;
        left: 2;
        top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .theme-banner-one .shadow-text {
        font-size: 50px;
        left: 2;
        top: 0;
    }
}

@media (max-width: 767px) {
    .theme-banner-one .shadow-text {
        font-size: 40px;
        left: 2;
        top: 0;
    }
}

.theme__content {
    position: relative;
    z-index: 3;
}

.theme__content .main-title-one {
    color: white;
    font-size: 140px;
    font-family: "ClashDisplay-Bold";
    line-height: 1.22;
    margin-bottom: 35px;
}

.theme__content .main-title-one span {
    display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .theme__content .main-title-one {
        font-size: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .theme__content .main-title-one {
        font-size: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .theme__content .main-title-one {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .theme__content .main-title-one {
        font-size: 40px;
    }
}

.theme-banner-two {
    position: relative;
    z-index: 1;
}

.theme-banner-two::before {
    content: "";
    position: absolute;
    width: 429px;
    height: 429px;
    right: 52%;
    top: 31%;
    background: #913bff;
    opacity: 0.2;
    filter: blur(300px);
    z-index: 1;
}

.theme-banner-two::after {
    content: "";
    position: absolute;
    width: 863px;
    height: 863px;
    right: -301px;
    top: -271px;
    background: #104cba;
    opacity: 0.2;
    filter: blur(300px);
    z-index: 1;
}

@media (max-width: 1200px) {
    .theme-banner-two::after {
        display: none;
    }
}

.theme-banner-two .banner-shape {
    position: absolute;
    z-index: -1;
}

.theme-banner-two .banner-shape.shape-one {
    top: 91.4%;
    right: 7.5%;
}

.theme-banner-two .banner-shape.shape-two {
    top: 62.3%;
    left: 73px;
}

.theme-banner-two .banner-shape.shape-three {
    top: 11%;
    right: 68.5%;
}

.theme-banner-two .hero-img-wrapper {
    position: absolute;
    z-index: 3;
    width: 34.32%;
    right: 16%;
    top: 17.1%;
}

.theme-banner-two .hero-img-wrapper .hero-img {
    position: absolute;
    z-index: 1;
}

.theme-banner-two .hero-img-wrapper .hero-img.img-1 {
    border-radius: 154px;
    -webkit-border-radius: 154px;
    -moz-border-radius: 154px;
    -ms-border-radius: 154px;
    -o-border-radius: 154px;
    left: 5%;
    margin-top: 95px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .theme-banner-two .hero-img-wrapper .hero-img.img-1 {
        top: -140px;
        left: 10%;
        z-index: -1;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .theme-banner-two .hero-img-wrapper .hero-img.img-1 {
        margin-top: -77px;
        z-index: -1;
    }
}

@media (max-width: 767px) {
    .theme-banner-two .hero-img-wrapper .hero-img.img-1 {
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-top: 95px;
    }
}

.theme-banner-two .hero-img-wrapper .hero-img.img-2 {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    right: 0;
    top: 0;
}

@media (max-width: 1200px) {
    .theme-banner-two .hero-img-wrapper .hero-img.img-2 {
        display: none;
    }
}

.theme-banner-two .hero-img-wrapper .hero-img.arrow-1 {
    top: 2rem;
    left: 1%;
}

.theme-banner-two .hero-img-wrapper .hero-img.arrow-2 {
    right: 2%;
    margin-top: 16.5rem;
}

@media (max-width: 1200px) {
    .theme-banner-two .hero-img-wrapper .hero-img.arrow-2 {
        display: none;
    }
}

.theme-banner-two .hero-img-wrapper .hero-img.arrow-3 {
    right: -2%;
    top: -24px;
    transform: rotate(-2deg);
}

@media (max-width: 1200px) {
    .theme-banner-two .hero-img-wrapper .hero-img.arrow-3 {
        display: none;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1800px) {
    .theme-banner-two .hero-img-wrapper {
        width: 41.32%;
        right: 8%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .theme-banner-two .hero-img-wrapper {
        width: 52%;
        right: 3%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .theme-banner-two .hero-img-wrapper {
        width: 40%;
        right: 3%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .theme-banner-two .hero-img-wrapper {
        right: 10%;
    }
}

@media (max-width: 767px) {
    .theme-banner-two .hero-img-wrapper {
        position: relative;
        z-index: 3;
        width: 100%;
        right: 0;
        margin-top: 120px;
        left: 0;
        /* margin: 0 auto; */
        text-align: center;
    }
}

.theme__content__two {
    position: relative;
    z-index: 4;
}

.hero-sub-title {
    color: white;
    font-size: 22px;
    font-family: "ClashDisplay-Medium";
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .hero-sub-title {
        font-size: 18px;
    }
}

.main-title-two {
    color: white;
    font-size: 72px;
    font-family: "ClashDisplay-Bold";
    font-weight: 700;
    line-height: 1.21;
    margin-bottom: 62px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .main-title-two {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-title-two {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-title-two {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .main-title-two {
        font-size: 42px;
    }
}

.hero-box {
    background: white;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: flex;
    align-items: center;
    width: 280px;
    position: absolute;
    top: -26px;
    left: 8%;
    padding: 14px 26px 14px 18px;
}

.hero-box .icon {
    background: rgba(16, 76, 186, 0.1);
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    text-align: center;
    line-height: 50px;
    margin-right: 12px;
}

.hero-box .box {
    color: #050d36;
    font-size: 20px;
    font-family: "ClashDisplay-Semibold";
    font-weight: 600;
}

.hero-box .box .counter {
    color: #913bff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-box {
        left: 15%;
    }
}

.hero-box-two {
    background: white;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    width: 280px;
    position: absolute;
    right: 3%;
    margin-top: 59%;
    display: flex;
    align-items: center;
    padding: 14px 18px 14px 18px;}

@media (max-width: 1200px) {
    .hero-box-two {
        display: none;
    }
}

.hero-box-two .icon {
    background: rgba(145, 59, 255, 0.1);
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
}

.hero-box-two .box {
    color: #050d36;
    font-size: 20px;
    font-family: "ClashDisplay-Semibold";
    font-weight: 600;
    line-height: 25px;
}

.hero-box-two .box .counter {
    color: #913bff;
}

.theme-banner-three {
    position: relative;
    z-index: 1;
}

.theme-banner-three::before {
    content: "";
    position: absolute;
    background: url(../img/hero/hero-bg-shap-3a.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 1095px;
    left: 0;
    top: -175px;
    z-index: -1;
}

.theme-banner-three .banner-shape {
    position: absolute;
    z-index: -1;
}

.theme-banner-three .banner-shape.shape-one {
    top: 62.4%;
    right: 7.5%;
}

.theme-banner-three .banner-shape.shape-two {
    top: 45.3%;
    left: 147px;
}

.theme-banner-three .banner-shape.shape-three {
    top: 6.5%;
    right: 68.5%;
}

.theme-banner-three .banner-shape.shape-four {
    right: 4.5%;
    top: 13%;
}

.theme-banner-three .banner-shape.shape-five {
    top: 77%;
    right: 41%;
}

.theme-banner-three .banner-shape.shape-six {
    right: 0;
    top: 0;
    z-index: -1;
}

.theme-banner-three .banner-shape.shape-seven {
    left: 0;
    top: 10%;
    z-index: -1;
}

.theme-banner-three .main-title-two span {
    color: #913bff;
}

@media (max-width: 1199.98px) {
    .theme-banner-three .hero-ilustration-wrapper img {
        width: 100%;
    }
    .theme-banner-three::before {
        height: 880px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .theme-banner-three::before {
        height: 730px;
    }
}

@media (max-width: 767px) {
    .theme-banner-three::before {
        height: 100vh;
    }
}

/* marquee div container */

.marquee {
    overflow: hidden;
    background-color: #913bff;
    position: relative;
    display: flex;
    align-items: center;
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
}

@media (max-width: 1199.98px) {
    .marquee {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
}

.marquee .marquee-wrapper {
    display: block;
    width: 200%;
    padding: 15px 0;
}

@media (max-width: 991.98px) {
    .marquee .marquee-wrapper {
        padding: 5px 0;
    }
}

.marquee .supermarquee-inner-container .supermarquee-item,
.marquee .supermarquee-inner-container .supermarquee-item-clone {
    font-size: 32px;
    color: #fff;
    font-family: "ClashDisplay-Semibold";
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .marquee .supermarquee-inner-container .supermarquee-item,
    .marquee .supermarquee-inner-container .supermarquee-item-clone {
        font-size: 24px;
    }
}

.brand-logo {
    text-align: center;
}

.brand-logo a {
    display: inline-block;
}

.brand-logo a img {
    display: inline-block;
}

.brand-area {
    z-index: 2;
}

.brand-area.brand-bg {
    background: #104cba;
}

.brand-area .brand-border {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.blur-shape {
    position: absolute;
    width: 425px;
    height: 425px;
    right: 52.13%;
    top: 4%;
    background: #913bff;
    opacity: 0.2;
    filter: blur(300px);
    z-index: -1;
}

.block-style-one h2 {
    color: white;
    font-size: 48px;
    line-height: 1.25;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .block-style-one h2 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .block-style-one h2 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .block-style-one h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .block-style-one h2 {
        font-size: 24px;
    }
}

.block-style-one p {
    color: rgba(255, 255, 255, 0.7);
}

.block-style-one .block-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid white;
    padding-top: 25px;
    margin-top: 20px;
}

.block-style-one .block-box li:first-child {
    margin-right: 30px;
}

.block-style-one .block-box a {
    display: flex;
    align-items: center;
    color: #050d36;
    font-size: 20px;
    line-height: 25px;
    font-family: "ClashDisplay-Medium";
    font-weight: 500;
    background: white;
    padding: 11px 22px 10px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.block-style-one .block-box a img {
    width: 59px;
    height: 59px;
    background: linear-gradient(180deg, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0.1) 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .block-style-one .block-box {
        display: block;
    }
    .block-style-one .block-box li:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .block-style-one .block-box {
        display: block;
    }
    .block-style-one .block-box li:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .block-style-one .block-box {
        display: block;
    }
    .block-style-one .block-box li:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .block-style-one .block-box {
        display: flex;
    }
    .block-style-one .block-box li:first-child {
        margin-right: 15px;
        margin-bottom: 0;
    }
}

.block-style-one .box-two a {
    color: white;
    background: rgba(255, 255, 255, 0.05);
}

.block-style-one .box-two a:hover {
    color: #050d36;
    background: white;
}

.block-style-two {
    position: relative;
    z-index: 2;
}

.block-style-two .news-shape-one {
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    margin: 0 auto;
    z-index: -1;
    animation: rotation infinite 24s linear;
    -webkit-animation: rotation infinite 24s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .block-style-two .news-shape-one {
        top: -140px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .block-style-two .news-shape-one {
        display: none;
    }
}

@media (max-width: 767px) {
    .block-style-two .news-shape-one {
        display: none;
    }
}

.block-style-two h3 {
    color: white;
    font-size: 64px;
    line-height: 1.3;
    margin-bottom: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .block-style-two h3 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .block-style-two h3 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .block-style-two h3 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .block-style-two h3 {
        font-size: 24px;
    }
}

.block-style-three {
    position: relative;
    z-index: 2;
}

.block-style-six .process-box {
    overflow: hidden;
}

.block-style-six .process-box .img {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: rgba(16, 76, 186, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 100px;
    float: left;
    margin-right: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.block-style-six .process-box .text-wrapper {
    overflow: hidden;
}

.block-style-six .process-box .text-wrapper .sect-title-two {
    margin-bottom: 4px;
}

.block-style-six .process-box:hover .img {
    background: #913bff;
}

@media (max-width: 767px) {
    .block-style-six .process-box {
        text-align: center;
    }
    .block-style-six .process-box .img {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.block-style-seven .icon-box {
    margin-top: 25px;
    margin-bottom: 3px;
}

.block-style-seven .icon-box span {
    display: inline-block;
    margin-right: 20px;
    background: rgba(145, 59, 255, 0.2);
    width: 68.97px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 5px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.block-style-seven .icon-box span:hover {
    background: #913bff;
}

@media (max-width: 1200px) {
    .block-style-seven .icon-box span {
        width: 54px;
        height: 65px;
        line-height: 65px;
        margin-right: 10px;
    }
}

.block-style-eight .block-list li {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    font-family: "ClashDisplay-Regular";
    font-weight: 400;
    padding-bottom: 26px;
    padding-left: 48px;
}

.block-style-eight .block-list li::before {
    content: "\F272";
    color: white;
    font-family: "bootstrap-icons";
    font-weight: 700;
    position: absolute;
    font-size: 20px;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
    height: 30px;
    background: #913bff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.logo-animated-block {
    position: absolute;
    background: white;
    width: 142px;
    height: 142px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -6px;
    top: -88px;
}

.logo-animated-block .rotate-img {
    animation: rotation infinite 8s linear;
    -webkit-animation: rotation infinite 8s linear;
}

.logo-animated-block .mark-icon {
    position: absolute;
    width: 91px;
    height: 91px;
    border: 1px solid rgba(145, 59, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .logo-animated-block {
        right: auto;
        left: 0;
    }
}

@media (max-width: 767.98px) {
    .logo-animated-block {
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}

.about-img-wrapper .main-img {
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .about-img-wrapper .main-img {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-img-wrapper .main-img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-img-wrapper .main-img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .about-img-wrapper .main-img {
        width: 100%;
    }
}

.about-img-wrapper .shape-one {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    right: 15%;
    bottom: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    animation: rotation infinite 42s linear;
    -webkit-animation: rotation infinite 42s linear;
}

.about-img-wrapper-two {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .about-img-wrapper-two .main-img {
        width: 100%;
    }
}

.about-img-wrapper-two .shape-one {
    position: absolute;
    left: -5.5rem;
    bottom: 4.4rem;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.about-techy-two {
    position: relative;
    z-index: 1;
}

.about-techy-two::before {
    content: "";
    position: absolute;
    width: 490px;
    height: 490px;
    right: 23%;
    top: 16%;
    background: #913bff;
    opacity: 0.2;
    filter: blur(300px);
    z-index: -1;
}

.about-techy-two .about-shape {
    position: absolute;
    z-index: -1;
}

.about-techy-two .about-shape.shape-1b {
    right: 5.5%;
    top: 67%;
    animation: float-bob infinite 35s linear;
    -webkit-animation: float-bob infinite 35s linear;
}

.about-techy-two .about-shape.shape-2b {
    left: 5.5%;
    top: 48%;
    animation: squareMove infinite 25s linear;
    -webkit-animation: squareMove infinite 25s linear;
    z-index: -2;
}

.about-techy-two .about-shape.shape-3b {
    right: 62.2%;
    top: 5%;
    animation: rotation infinite 35s linear;
    -webkit-animation: rotation infinite 35s linear;
}

.about-techy-two .about-shape.shape-4b {
    right: 71%;
    top: 85.5%;
}

@media (max-width: 991px) {
    .about-techy-two .main-img {
        width: 100%;
    }
}

.about-techy {
    position: relative;
    z-index: 1;
}

.about-techy.bg-shape-3c::before {
    content: "";
    position: absolute;
    width: 636px;
    height: 636px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 11%;
    background: #913bff;
    opacity: 0.1;
    filter: blur(300px);
    -webkit-filter: blur(300px);
    z-index: -1;
}

.about-techy .about-shape-3c {
    position: absolute;
    z-index: -1;
}

.about-techy .about-shape-3c.shape-1b {
    right: 15.5%;
    top: 67%;
    animation: float-bob infinite 35s linear;
    -webkit-animation: float-bob infinite 35s linear;
}

.about-techy .about-shape-3c.shape-2b {
    left: 1.5%;
    top: 60%;
    animation: squareMove infinite 25s linear;
    -webkit-animation: squareMove infinite 25s linear;
    z-index: -2;
}

.about-techy .about-shape-3c.shape-3b {
    right: 46.2%;
    top: 22%;
    animation: rotation infinite 35s linear;
    -webkit-animation: rotation infinite 35s linear;
}

.about-techy .about-shape-3c.shape-4b {
    right: 44.1%;
    top: 75.5%;
}

.about-techy .about-shape-3c.shape-5b {
    right: 11%;
    top: 14%;
}

@media (max-width: 1600px) {
    .about-img-wrapper-three .main-img {
        width: 100%;
    }
}

.about-techy-4d {
    position: relative;
    z-index: 1;
}

.about-techy-4d .about-shape-4d {
    position: absolute;
    z-index: -1;
}

.about-techy-4d .about-shape-4d.shape-1b {
    right: 14.5%;
    top: 68%;
    animation: float-bob infinite 35s linear;
    -webkit-animation: float-bob infinite 35s linear;
}

.about-techy-4d .about-shape-4d.shape-2b {
    left: 1.5%;
    top: 60%;
    animation: squareMove infinite 25s linear;
    -webkit-animation: squareMove infinite 25s linear;
    z-index: -2;
}

.about-techy-4d .about-shape-4d.shape-3b {
    right: 46.2%;
    top: 22%;
    animation: rotation infinite 35s linear;
    -webkit-animation: rotation infinite 35s linear;
}

.about-techy-4d .about-shape-4d.shape-4b {
    right: 44.1%;
    top: 75.5%;
}

.about-techy-4d .about-shape-4d.shape-5b {
    right: 11%;
    top: 13%;
}

.about-img-wrapper-four .main-img {
    transform: translateY(-63px);
}

@media (max-width: 1200px) {
    .about-img-wrapper-four .main-img {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    .about-img-wrapper-four .main-img {
        width: 100%;
    }
}

.about-img-wrapper-four .main-img-two {
    position: absolute;
    right: 45px;
    top: 31%;
    z-index: 1;
}

.about-img-wrapper-four .shape-one {
    position: absolute;
    z-index: -1;
    top: -20px;
    right: 15px;
}

.feature-work {
    background: linear-gradient(180deg, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0) 100%);
    background: -moz-linear-gradient(180deg, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0) 100%);
    background: -o-linear-gradient(180deg, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0) 100%);
    background: -ms-linear-gradient(180deg, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0) 100%);
}

.feature-style-one {
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 60px 30px 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.feature-style-one::after {
    content: " ";
    position: absolute;
    background: #913bff;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.feature-style-one .top-arrow {
    position: absolute;
    right: 30px;
    top: 30px;
    border: 0;
    font-size: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.feature-style-one .top-arrow:hover {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.feature-style-one .front-icon {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.feature-style-one .back-icon {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    display: none;
}

.feature-style-one h2 {
    color: white;
    font-size: 32px;
    margin: 32px 0 22px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .feature-style-one h2 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .feature-style-one h2 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-style-one h2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .feature-style-one h2 {
        font-size: 18px;
    }
}

.feature-style-one p {
    margin-bottom: 21px;
}

.feature-style-one a {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.feature-style-one a:hover {
    border-bottom: 1px solid white;
}

.feature-style-one:hover {
    border-color: #913bff;
}

.feature-style-one:hover::after {
    height: 100%;
}

.feature-style-one:hover .front-icon {
    display: none;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.feature-style-one:hover .back-icon {
    display: inline-block;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .feature-style-one {
        padding: 30px 20px 30px;
    }
}

@media (max-width: 767px) {
    .feature-style-one {
        padding: 30px 15px 30px;
    }
}

.feature-style-two {
    background: rgba(16, 76, 186, 0.05);
    padding: 40px 31px 35px;
}
.feature-style-two img{
width: 35px;
}
.feature-style-two .icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 120px;
    height: 120px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 62px;
}

.feature-style-two .icon::before {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    background: #913bff;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.feature-style-two h3 {
    color: white;
    font-size: 32px;
    margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .feature-style-two h3 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .feature-style-two h3 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-style-two h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .feature-style-two h3 {
        font-size: 20px;
    }
}

.feature-style-two h3 a:hover {
    color: #913bff;
    border-bottom: 1px solid #913bff;
}

.feature-style-two:hover .icon {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.feature-style-two:hover .icon::before {
    left: auto;
    right: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .feature-style-two {
        padding: 40px 20px 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-style-two {
        padding: 40px 20px 35px;
    }
    .feature-style-two .icon {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .feature-style-two {
        padding: 40px 20px 35px;
    }
    .feature-style-two .icon {
        margin-bottom: 40px;
    }
}

.feature-two {
    position: relative;
    z-index: 1;
}

.feature-two .shape-one {
    position: absolute;
    z-index: -1;
    right: 16%;
    bottom: 45px;
    animation: float-bob infinite 8s alternate;
    -webkit-animation: float-bob infinite 8s alternate;
}

.feature-style-three {
    background: linear-gradient(to bottom, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0.01) 100%);
    background: -moz-linear-gradient(to bottom, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0.01) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0.01) 100%);
    background: -o-linear-gradient(to bottom, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0.01) 100%);
    background: -ms-linear-gradient(to bottom, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0.01) 100%);
    padding: 40px 43px;
}

.feature-style-three .icon {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -ms-linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 100%);
    border-radius: 15px;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.feature-style-three .sect-title-two {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 26px;
}

.feature-style-three .sect-title-two:hover {
    color: #913bff;
    text-decoration: underline;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .feature-style-three {
        padding: 40px 13px;
    }
}

@media (max-width: 767px) {
    .feature-style-three {
        padding: 40px 15px;
    }
}

.feature-style-four {
    background: linear-gradient(180deg, rgba(145, 59, 255, 0.1) 0%, rgba(145, 59, 255, 0.01) 100%);
    padding: 40px 36px 35px 30px;
    position: relative;
    z-index: 1;
}

.feature-style-four::after {
    content: " ";
    position: absolute;
    background: #913bff;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.feature-style-four .shape-over {
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.feature-style-four img {
    margin-bottom: 22px;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.feature-style-four .sect-title-two:hover {
    color: white;
    text-decoration: underline;
}

.feature-style-four p {
    margin-top: 23px;
}

.feature-style-four:hover .shape-over {
    width: 29%;
}

.feature-style-four:hover img {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.feature-style-four:hover::after {
    height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .feature-style-four {
        padding: 40px 15px 35px 20px;
    }
}

@media (max-width: 767px) {
    .feature-style-four {
        padding: 40px 15px 35px 15px;
    }
}

.feature-style-five {
    text-align: center;
    background: linear-gradient(180deg, rgba(145, 59, 255, 0.1) 0%, rgba(145, 59, 255, 0) 100%);
    padding: 40px 33px;
    position: relative;
    z-index: 3;
}

.feature-style-five::before {
    content: "";
    position: absolute;
    background: url(../img/shape/topograph-1c.svg) no-repeat;
    width: 100%;
    height: 0px;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.feature-style-five .icon {
    display: inline-block;
    width: 86px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    position: relative;
    z-index: 1;
    background-color: #050d36;
}

.feature-style-five .sect-title-two:hover {
    color: #913bff;
    text-decoration: underline;
}

.feature-style-five:hover {
    background: linear-gradient(180deg, rgba(145, 59, 255, 0.2) 0%, rgba(145, 59, 255, 0.5) 100%);
}

.feature-style-five:hover::before {
    height: 100%;
}

.feature-style-five:hover .icon {
    background: rgba(16, 76, 186, 0.5);
}

@media (max-width: 1200px) {
    .feature-style-five {
        padding: 40px 15px;
    }
}

@media (max-width: 1600px) {
    .feature-img-wrapper img {
        width: 100%;
    }
}

.slick-nav {
    position: relative;
    z-index: 1;
}

.slick-nav .prev_b1.slick-arrow,
.slick-nav .next_b1.slick-arrow,
.slick-nav .prev_f1.slick-arrow,
.slick-nav .next_f1.slick-arrow,
.slick-nav .prev_v1.slick-arrow,
.slick-nav .next_v1.slick-arrow,
.slick-nav .prev_p1.slick-arrow,
.slick-nav .next_p1.slick-arrow {
    color: white;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    line-height: 56px;
    width: 60px;
    height: 60px;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.slick-nav .prev_b1.slick-arrow::before,
.slick-nav .next_b1.slick-arrow::before,
.slick-nav .prev_f1.slick-arrow::before,
.slick-nav .next_f1.slick-arrow::before,
.slick-nav .prev_v1.slick-arrow::before,
.slick-nav .next_v1.slick-arrow::before,
.slick-nav .prev_p1.slick-arrow::before,
.slick-nav .next_p1.slick-arrow::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.slick-nav .prev_b1.slick-arrow:hover,
.slick-nav .next_b1.slick-arrow:hover,
.slick-nav .prev_f1.slick-arrow:hover,
.slick-nav .next_f1.slick-arrow:hover,
.slick-nav .prev_v1.slick-arrow:hover,
.slick-nav .next_v1.slick-arrow:hover,
.slick-nav .prev_p1.slick-arrow:hover,
.slick-nav .next_p1.slick-arrow:hover {
    color: white;
    background: #913bff;
}

ul.slick-dots {
    text-align: center;
    padding-top: 60px;
}

ul.slick-dots li {
    text-indent: -100000px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 7px;
    cursor: pointer;
}

ul.slick-dots li.slick-active {
    background: #913bff;
}

.feature-slider-one {
    padding-right: 70px;
}

@media (max-width: 1199.98px) {
    .feature-slider-one {
        padding-right: 0;
    }
}

.feature-slider-one .slick-slider {
    margin: 0 -20px;
}

.feature-slider-one .slick-slider .slick-slide {
    margin-left: 20px;
    margin-right: 20px;
}

@media (max-width: 1599.98px) {
    .feature-slider-one .slick-slider {
        margin: 0 0;
    }
    .feature-slider-one .slick-slider .slick-slide {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.feature-slider-one .custom-container {
    max-width: 1545px;
    width: 100%;
    margin: 0 0 0 auto;
}

@media (max-width: 1199.98px) {
    .feature-slider-one .custom-container {
        margin: 0 auto;
    }
}

.feature-slider-one .feature-item {
    position: relative;
    z-index: 1;
}

.feature-slider-one .feature-item .back-bg {
    display: block;
    position: relative;
    z-index: 1;
}

.feature-slider-one .feature-item .back-bg::before {
    content: "";
    position: absolute;
    border: 2px solid;
    background: transparent;
    border-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.02)) 1 1 0;
    border-image: -moz-linear-gradient(to bottom, white, rgba(255, 255, 255, 0.02)) 1 1 0;
    border-image: -webkit-linear-gradient(to bottom, white, rgba(255, 255, 255, 0.02)) 1 1 0;
    border-image: -o-linear-gradient(to bottom, white, rgba(255, 255, 255, 0.02)) 1 1 0;
    border-image: -ms-linear-gradient(to bottom, white, rgba(255, 255, 255, 0.02)) 1 1 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.feature-slider-one .feature-item img {
    padding-top: 30px;
    padding-left: 30px;
}

.feature-slider-one .feature-item h5 {
    margin-bottom: 15px;
    margin-top: 36px;
}

.feature-slider-one .feature-item h5 a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    line-height: 25px;
    font-family: "ClashDisplay-Regular";
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.feature-slider-one .feature-item h5 a:hover {
    color: #913bff;
    border-bottom: 2px solid #913bff;
}

.feature-slider-one .feature-item h3 {
    color: white;
    font-size: 32px;
    font-family: "ClashDisplay-Semibold";
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .feature-slider-one .feature-item h3 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-slider-one .feature-item h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .feature-slider-one .feature-item h3 {
        font-size: 20px;
    }
}

.feature-slider-one .feature-item:hover .back-bg::before {
    background: #913bff;
    border-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.02)) 0 0 0;
    border-image: -moz-linear-gradient(to bottom, white, rgba(255, 255, 255, 0.02)) 0 0 0;
    border-image: -webkit-linear-gradient(to bottom, white, rgba(255, 255, 255, 0.02)) 0 0 0;
    border-image: -o-linear-gradient(to bottom, white, rgba(255, 255, 255, 0.02)) 0 0 0;
    border-image: -ms-linear-gradient(to bottom, white, rgba(255, 255, 255, 0.02)) 0 0 0;
}

.client-feedback {
    position: relative;
    z-index: 1;
}

.client-feedback::before {
    content: "";
    position: absolute;
    width: 481px;
    height: 481px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10%;
    background: #913bff;
    opacity: 0.2;
    filter: blur(300px);
    -webkit-filter: blur(300px);
    -moz-filter: blur(300px);
    -o-filter: blur(300px);
    -ms-filter: blur(300px);
}

.feedback-style-one {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 55px;
    padding-left: 60px;
    padding-right: 60px;
}

.feedback-style-one .rating {
    color: #f2c94c;
    font-size: 20px;
}

.feedback-style-one p {
    color: white;
    font-size: 32px;
    line-height: 1.4;
    font-family: "ClashDisplay-Medium";
    font-weight: 500px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .feedback-style-one p {
        font-size: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .feedback-style-one p {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feedback-style-one p {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .feedback-style-one p {
        font-size: 17px;
    }
}

.feedback-style-one .author img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 20px;
}

.feedback-style-one .author .author-info {
    text-align: left;
}

.feedback-style-one .author .author-info h3 {
    color: white;
    font-size: 30px;
    font-family: "ClashDisplay-Regular";
    font-weight: 400;
    margin-bottom: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .feedback-style-one .author .author-info h3 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .feedback-style-one .author .author-info h3 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feedback-style-one .author .author-info h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .feedback-style-one .author .author-info h3 {
        font-size: 18px;
    }
}

.feedback-style-one .author .author-info h5 {
    color: white;
    font-family: "ClashDisplay-Regular";
    font-weight: 400;
}

@media (max-width: 767px) {
    .feedback-style-one .author .author-info h5 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feedback-style-one {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .feedback-style-one {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.feedback-bg {
    position: relative;
    z-index: 1;
}

.feedback-bg::before {
    content: "";
    position: absolute;
    width: 507px;
    height: 507px;
    right: 46.09%;
    top: 13%;
    background: #913bff;
    opacity: 0.15;
    filter: blur(300px);
    z-index: -1;
}

.feedback-style-two {
    margin-left: 22.5px;
    margin-right: 22.5px;
    padding: 40px;
    background: rgba(16, 76, 186, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.feedback-style-two h4 {
    color: white;
    font-size: 24px;
}

.feedback-style-two .author img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-right: 20px;
}

@media (max-width: 1600px) {
    .feedback-style-two {
        margin-left: 15px;
        margin-right: 15px;
        padding: 40px 20px;
    }
    .feedback-style-two h4 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .feedback-style-two p {
        font-size: 16px;
    }
}

.rating a {
    color: #f2c94c;
    font-size: 20px;
}

.rating span {
    color: white;
    font-size: 18px;
}

.feedback-style-three {
    margin-left: 22.5px;
    margin-right: 22.5px;
    padding: 44px 35px 25px 35px;
    border-radius: 0;
    background: rgba(16, 76, 186, 0.1);
}

.feedback-style-three img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: inline-block;
}

.feedback-style-three p {
    margin-bottom: 15px;
}

.feedback-style-three h4 {
    color: white;
    font-size: 24px;
    margin-bottom: 7px;
}

@media (max-width: 1200px) {
    .feedback-style-three {
        margin-left: 15px;
        margin-right: 15px;
        padding: 44px 15px 25px 15px;
    }
}

.custom-contianer-one {
    max-width: 1440px;
    padding: 102px 0 66px 0;
}

.counter-style-one {
    text-align: center;
}

.counter-style-one h3 {
    color: white;
    font-size: 48px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.counter-style-one h3::before {
    content: " ";
    position: absolute;
    background: #050d36;
    width: 50px;
    height: 3px;
    top: 128%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .counter-style-one h3 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-style-one h3 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .counter-style-one h3 {
        font-size: 32px;
    }
}

.counter-style-one h4 {
    color: white;
    font-size: 24px;
    font-family: "ClashDisplay-Medium";
    font-weight: 500;
}

.count-list {
    padding-left: 15px;
}

.count-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 45px;
}

.count-list li:last-child {
    border: 0;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .count-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .count-list {
        display: block;
        align-items: center;
        justify-content: space-between;
        text-align: center;
    }
}

.counter-style-two h3 {
    color: white;
    font-size: 48px;
    font-weight: 700;
    font-family: "ClashDisplay-Bold";
    margin-right: 28px;
}

.counter-style-two p {
    line-height: 1.2;
    width: 140px;
}

@media (max-width: 1200px) {
    .counter-style-two {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .counter-style-two h3 {
        font-size: 32px;
    }
    .counter-style-two p {
        width: 100%;
        margin-top: 15px;
    }
}

.blog-area {
    background: linear-gradient(180deg, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0) 100%);
}

.blog-area .slick-slider {
    margin: 0 -15px;
}

.blog-area .slick-slider .slick-slide .blog-style-one {
    margin-right: 15px;
    margin-left: 15px;
}

.blog-style-one {
    position: relative;
    z-index: 1;
}

.blog-style-one::before {
    content: "";
    position: absolute;
    background: #913bff;
    width: 0;
    height: 100%;
    left: auto;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog-style-one .blog-content {
    padding: 30px 30px 20px 30px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-style-one .blog-content {
        padding: 30px 10px 10px 10px;
    }
}

.blog-style-one .tag {
    color: white;
    font-size: 14px;
    font-family: "ClashDisplay-Semibold";
    font-weight: 600;
    line-height: 1;
    background: #eb5757;
    padding: 16px 18px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 30px;
}

.blog-style-one .tag-02 {
    background: #f2994a;
}

.blog-style-one .tag-03 {
    background: #27ae60;
}

.blog-style-one p {
    display: inline-block;
    margin-bottom: 15px;
    display: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog-style-one .blog-meta {
    color: white;
    font-size: 16px;
    font-family: "ClashDisplay-Regular";
    text-transform: uppercase;
}

.blog-style-one .blog-meta a:first-child {
    margin-right: 20px;
}

.blog-style-one .blog-meta i {
    margin-right: 3px;
    font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-style-one .blog-meta {
        font-size: 14px;
    }
}

.blog-style-one:hover::before {
    right: 0;
    width: 100%;
}

.blog-style-one:hover .blog-title {
    text-decoration: underline;
}

.blog-style-one:hover p {
    display: inline-block;
}

@media (max-width: 400px) {
    .blog-style-one:hover p {
        display: none;
    }
}

.blog-style-two {
    position: relative;
    z-index: 1;
}

.blog-style-two .blog-tag {
    color: white;
    font-size: 16px;
}

.blog-style-two .blog-title {
    color: white;
    margin-bottom: 20px;
}

.blog-style-two .blog-title:hover {
    text-decoration: underline;
}

.blog-style-two .blog-meta {
    color: white;
    font-size: 16px;
    font-family: "ClashDisplay-Regular";
    text-transform: uppercase;
}

.blog-style-two .blog-meta i {
    margin-right: 2px;
}

.blog-style-two .blog-content {
    background: linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
    backdrop-filter: blur(20px);
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    padding: 25px;
    margin: 20px;
}

.blog-style-two .blog-content::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: white;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .blog-style-two .blog-content {
        padding: 25px 15px;
        margin: 5px;
    }
}

@media (max-width: 767px) {
    .blog-style-two .blog-content {
        padding: 25px 15px 10px 15px;
    }
}

.blog-style-two:hover .blog-content::before {
    background: #913bff;
    height: 100%;
}

@media (max-width: 767px) {
    .blog-style-two .blog-meta {
        font-size: 14px;
    }
}

.blog-style-two.style-three .blog-content {
    margin: 0;
    margin-right: 40px;
    bottom: -20px;
}

.blog-style-two.style-three .blog-content::after {
    content: "";
    position: absolute;
    z-index: 1;
    background: white;
    width: 1px;
    height: 100%;
    left: auto;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

@media (max-width: 1599.98px) {
    .blog-style-two.style-three .blog-content {
        margin-right: 15px;
    }
}

.blog-style-two.style-three:hover .blog-content::before {
    background: #913bff;
    height: 100%;
}

.blog-style-two.style-three:hover .blog-content::after {
    background: #913bff;
    width: 100%;
}

.style-four .blog-title {
    font-size: 32px;
}

.style-four .blog-title:hover {
    color: white;
    text-decoration: underline;
}

.style-four p {
    color: white;
    margin-top: 20px;
    margin-bottom: 12px;
}

.style-four .more-btn {
    color: white;
    font-size: 17px;
    font-family: "ClashDisplay-Bold";
    font-weight: 700;
    text-decoration: underline;
}

.style-four .blog-content {
    padding: 40px;
    left: 0;
    right: 0;
    margin: 0;
    margin: 0 30px;
    bottom: -50%;
    background: linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
    backdrop-filter: blur(42px);
}

.style-four .blog-content::before {
    height: 0;
}

@media (max-width: 1599px) {
    .style-four .blog-content {
        padding: 20px 15px;
        margin: 0 10px;
    }
}

@media (max-width: 1199.98px) {
    .style-four .blog-content {
        position: relative;
        bottom: 0;
        margin: 0 0;
    }
}

.style-four:hover .blog-content::before {
    background: #913bff;
    height: 100%;
}

@media (max-width: 1199.98px) {
    .style-four .blog-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .style-four .blog-title {
        font-size: 20px;
    }
}

.blog-style-five .blog-tag {
    color: white;
    font-size: 16px;
}

.blog-style-five .blog-meta {
    color: white;
    font-size: 16px;
    font-family: "ClashDisplay-Regular";
    text-transform: uppercase;
}

.blog-style-five .blog-meta i {
    margin-right: 2px;
}

.blog-style-five .blog-title {
    font-size: 46px;
    line-height: 1.25;
}

.blog-style-five .blog-title:hover {
    color: white;
    text-decoration: underline;
}

@media (max-width: 1599.98px) {
    .blog-style-five .blog-title {
        font-size: 32px;
    }
}

@media (max-width: 1199.98px) {
    .blog-style-five .blog-title {
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {
    .blog-style-five .blog-title {
        font-size: 24px;
    }
}

.author-blockquote {
    padding: 42px 40px 65px 40px;
    position: relative;
    z-index: 1;
}

.author-blockquote::before {
    content: " ";
    background: url(../img/icon/icon-45.svg) no-repeat;
    width: 53px;
    height: 40px;
    opacity: 0.3;
    position: absolute;
    left: 2.5rem;
    bottom: 1.6rem;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.author-blockquote .blockquote-footer {
    color: white;
    font-size: 24px;
    font-family: "ClashDisplay-Semibold";
    font-weight: 600;
    font-style: normal;
    border-bottom: 1px solid white;
    display: inline-block;
    margin-bottom: 25px;
}

.author-blockquote .blockquote-footer::before {
    display: none;
}

.author-blockquote .blockquote p {
    color: white;
}

@media (max-width: 767px) {
    .author-blockquote {
        padding: 42px 15px 65px 15px;
    }
}

.media-tag a {
    color: white;
    font-size: 17px;
    line-height: 21px;
    font-weight: 500;
    font-family: "ClashDisplay-Medium";
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    margin: 10px 5px;
}

.media-tag a:hover {
    color: #913bff;
    background: white;
}

.blog-single-content .text-list li {
    font-size: 24px;
    font-weight: 500;
    font-family: "ClashDisplay-Medium";
    padding-left: 20px;
    padding-bottom: 25px;
}

.blog-single-content .text-list li::before {
    content: "";
    background: white;
    width: 5px;
    height: 5px;
    top: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media (max-width: 1199.98px) {
    .blog-single-content .text-list li {
        font-size: 20px;
    }
}

.author-profile {
    background: rgba(255, 255, 255, 0.03);
    padding: 40px 0px 10px 30px;
}

@media (max-width: 1199.98px) {
    .author-profile {
        padding-left: 10px;
    }
}

.blog-author .author-avatar {
    display: inline-block;
}

.blog-author .author-avatar img {
    border-radius: 50%;
}

.blog-author .author-info .author-name {
    color: white;
    font-size: 40px;
    margin-bottom: 18px;
}

@media (max-width: 1599.98px) {
    .blog-author .author-info .author-name {
        font-size: 28px;
    }
}

@media (max-width: 1199.98px) {
    .blog-author .author-info .author-name {
        font-size: 20px;
    }
}

.comment-box {
    position: relative;
    z-index: 1;
}

.comment-box .comment-avatar {
    float: left;
    margin-right: 30px;
    margin-top: -15px;
}

.comment-box .comment-avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media (max-width: 767px) {
    .comment-box .comment-avatar {
        float: none;
        margin-right: 0;
        margin-top: 0;
    }
}

.comment-box .comment-content {
    overflow: hidden;
    margin-top: 15px;
}

.comment-box .comment-content p {
    color: white;
}

.comment-box .comment-content p i {
    margin-right: 5px;
}

.comment-box .comment-content h5 {
    margin-bottom: 3px;
}

.comment-box .reply {
    color: white;
    font-size: 14px;
    border: 1px solid #f3f3f3;
    font-family: "ClashDisplay-Regular";
    font-weight: 400;
    padding: 10px 22px;
    line-height: 1;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

@media (max-width: 767px) {
    .comment-box .reply {
        float: none;
        margin-right: 0;
        margin-top: 0;
    }
}

.comment-box .reply:hover {
    color: white;
    background: #913bff;
}

.comment-list li {
    padding-bottom: 20px;
    margin-bottom: 45px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.techy-newsletter {
    position: relative;
    z-index: 1;
}

.techy-newsletter::before {
    content: " ";
    position: absolute;
    width: 632px;
    height: 211px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 22%;
    background: #104cba;
    opacity: 0.2;
    filter: blur(100px);
    z-index: 1;
    -webkit-filter: blur(100px);
    -moz-filter: blur(100px);
    -o-filter: blur(100px);
    -ms-filter: blur(100px);
}

.techy-newsletter .borders {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.service-bg-two {
    background: linear-gradient(180deg, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0.01) 100%);
    background: -webkit-linear-gradient(180deg, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0.01) 100%);
    background: -moz-linear-gradient(180deg, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0.01) 100%);
    background: -o-linear-gradient(180deg, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0.01) 100%);
    background: -ms-linear-gradient(180deg, rgba(16, 76, 186, 0.1) 0%, rgba(16, 76, 186, 0.01) 100%);
    position: relative;
    z-index: 1;
}

.service-bg-two::before {
    content: "";
    position: absolute;
    width: 753px;
    height: 753px;
    right: 5.4%;
    top: 80px;
    background: #913bff;
    opacity: 0.2;
    filter: blur(300px);
    z-index: -1;
}

.service-bg-three {
    position: relative;
    z-index: 1;
}

.service-bg-three::before {
    content: "";
    position: absolute;
    width: 753px;
    height: 753px;
    right: 44.4%;
    top: 80px;
    background: #913bff;
    opacity: 0.2;
    filter: blur(300px);
    z-index: -1;
}

.service-bg-three .service-shape-3c {
    position: absolute;
    z-index: -1;
    top: 26%;
    right: 0;
    animation: float-bob infinite 10s linear;
    -webkit-animation: float-bob infinite 10s linear;
}

.service-details-content-top .sect-title {
    margin-bottom: 17px;
}

.tools-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -20px;
}

.tools-list span {
    display: inline-block;
    background: rgba(255, 255, 255, 0.05);
    padding: 40px 29px;
    margin: 15px 20px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.tools-list span:hover {
    background: #913bff;
    border-right-color: #913bff;
    border-bottom: #913bff;
}

@media (max-width: 1199.98px) {
    .tools-list span {
        padding: 40px 10px;
    }
}

@media (max-width: 767px) {
    .tools-list span {
        padding: 40px 10px;
    }
}

@media (max-width: 374.98px) {
    .tools-list {
        margin-left: 0;
    }
    .tools-list span {
        width: 100%;
        padding: 40px 0;
        text-align: center;
        margin: 15px 0px;
    }
}

.service-video {
    align-items: center;
    justify-content: space-between;
}

.service-video .service-single-video {
    position: relative;
    z-index: 1;
}

.service-video .service-single-video .popup-video {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 18px;
    background: white;
    color: #913bff;
}

.service-video .service-single-video .popup-video:hover {
    color: white;
    background: #913bff;
}

.text-list li {
    color: white;
    padding-left: 45px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}

.text-list li::before {
    content: "\F272";
    color: white;
    font-family: "bootstrap-icons";
    font-weight: 700;
    position: absolute;
    font-size: 20px;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
    height: 30px;
    background: #913bff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.latest-case-work {
    position: relative;
    z-index: 1;
}

.latest-case-work .case-shape {
    position: absolute;
    z-index: 1;
}

.latest-case-work .case-shape.shape-1b {
    right: 7.3%;
    top: 80%;
    animation: float-bob infinite 35s linear;
    -webkit-animation: float-bob infinite 35s linear;
}

.latest-case-work .case-shape.shape-2b {
    left: 7.5%;
    top: 52%;
    animation: float-bob infinite 15s linear;
    -webkit-animation: float-bob infinite 15s linear;
}

.latest-case-work .case-shape.shape-3b {
    right: 60%;
    top: 13%;
    animation: rotation infinite 15s linear;
    -webkit-animation: rotation infinite 15s linear;
}

.latest-case-work .case-shape.shape-4b {
    right: 59.5%;
    top: 87%;
}

.case-item-one {
    margin-right: 22.5px;
    margin-left: 22.5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.case-item-one .case-thumb {
    position: relative;
    z-index: 1;
}

.case-item-one .case-thumb::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(5, 13, 54, 0) 0%, rgba(5, 13, 54, 0.9) 100%);
    background: -moz-linear-gradient(180deg, rgba(5, 13, 54, 0) 0%, rgba(5, 13, 54, 0.9) 100%);
    background: -o-linear-gradient(180deg, rgba(5, 13, 54, 0) 0%, rgba(5, 13, 54, 0.9) 100%);
    background: -ms-linear-gradient(180deg, rgba(5, 13, 54, 0) 0%, rgba(5, 13, 54, 0.9) 100%);
    background: -webkit-linear-gradient(180deg, rgba(5, 13, 54, 0) 0%, rgba(5, 13, 54, 0.9) 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.case-item-one .case-content {
    padding: 0 36px 30px 30px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.case-item-one .case-content span {
    color: white;
    text-decoration: underline;
}

.case-item-one .case-content .sect-title-two {
    color: white;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.case-item-one .case-content .sect-title-two:hover {
    text-decoration: underline;
}

.case-item-one .case-content p {
    color: white;
    margin-bottom: 20px;
    display: none;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.case-item-one .case-content .case-btn {
    color: #913bff;
    font-size: 20px;
    font-weight: 700;
    background: white;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 50px;
    display: none;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.case-item-one .case-content .case-btn:hover {
    color: white;
    background-color: #913bff;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .case-item-one .case-content {
        padding-bottom: 15px;
    }
    .case-item-one .case-content .sect-title-two {
        font-size: 24px;
        margin-bottom: 8px;
    }
}

@media (max-width: 1199.98px) {
    .case-item-one .case-content {
        padding: 0 15px 10px 15px;
    }
    .case-item-one .case-content .sect-title-two {
        font-size: 24px;
        margin-bottom: 0;
    }
    .case-item-one .case-content p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}

.case-item-one:hover .case-content {
    background: linear-gradient(180deg, rgba(5, 13, 54, 0) 0%, #913bff 100%);
    bottom: 0;
}

.case-item-one:hover .case-content p,
.case-item-one:hover .case-content .case-btn {
    display: inline-block;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

@media (max-width: 1600px) {
    .case-item-one {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.techy-wrok-process {
    position: relative;
    z-index: 1;
}

.techy-wrok-process::before {
    content: "";
    position: absolute;
    width: 529px;
    height: 529px;
    right: 34.53%;
    top: 29%;
    background: #913bff;
    opacity: 0.2;
    filter: blur(300px);
    z-index: -1;
}

.process-img-wrapper {
    position: relative;
    z-index: 1;
}

@media (max-width: 1200px) {
    .process-img-wrapper img {
        width: 100%;
    }
}

.process-img-wrapper .call-box {
    background: white;
    padding: 83px 26px 35px 26px;
    display: inline-block;
    width: 280px;
    text-align: center;
    position: absolute;
    bottom: 60px;
    right: 0;
    z-index: 1;
    animation: float-bob infinite 15s linear;
    -webkit-animation: float-bob infinite 15s linear;
}

.process-img-wrapper .call-box .icon {
    display: inline-block;
    width: 110px;
    height: 110px;
    background: #104cba;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 110px;
    position: absolute;
    top: -26%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.process-img-wrapper .call-box .sect-title-two {
    color: #050d36;
    margin-bottom: 17px;
}

@media (max-width: 767px) {
    .process-img-wrapper .call-box {
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index: 1;
        animation: none;
        -webkit-animation: none;
    }
}

.work-bg-three {
    position: relative;
    z-index: 1;
}

.work-bg-three::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 8%;
    background: #913bff;
    opacity: 0.2;
    filter: blur(300px);
    z-index: -1;
}

.work-bg-three::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 60%;
    background: #104cba;
    opacity: 0.2;
    filter: blur(300px);
    z-index: -1;
}

.work-bg-three .work-shape-c {
    position: absolute;
    z-index: -1;
}

.work-bg-three .work-shape-c.shape-one {
    right: 17.3%;
    top: 59%;
    top: 59%;
    animation: float-bob infinite 35s linear;
    -webkit-animation: float-bob infinite 35s linear;
}

.work-bg-three .work-shape-c.shape-two {
    right: 78.5%;
    top: 91%;
    animation: float-bob infinite 15s linear;
    -webkit-animation: float-bob infinite 15s linear;
}

.work-bg-three .work-shape-c.shape-three {
    right: 58.4%;
    top: 57%;
    animation: rotation infinite 15s linear;
    -webkit-animation: rotation infinite 15s linear;
}

.work-bg-three .work-shape-c.shape-four {
    right: 24.2%;
    top: 93%;
}

.techy-security {
    position: relative;
    z-index: 1;
}

.techy-security::before {
    content: "";
    position: absolute;
    width: 518px;
    height: 518px;
    right: 49%;
    top: 6%;
    background: #913bff;
    opacity: 0.2;
    filter: blur(300px);
    z-index: -1;
}

.techy-project-one .feature-slider-one .feature-item::before {
    height: 75.3%;
}

.portfolio-menu .gf_btn {
    color: white;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 16px;
    border: 0;
    padding: 17px 34px;
    margin: 7px;
    position: relative;
    z-index: 1;
}

.portfolio-menu .gf_btn::before {
    content: "";
    position: absolute;
    background: white;
    height: 100%;
    width: 2px;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.portfolio-menu .gf_btn:hover::before,
.portfolio-menu .gf_btn.active::before {
    width: 100%;
    background: #913bff;
}

@media (max-width: 767px) {
    .portfolio-menu .gf_btn {
        font-size: 15px;
        padding: 17px 20px;
        margin: 7px 2px;
    }
}

.project-info {
    background: url(../img/work/big-img-01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.info-box {
    background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(42px);
    display: inline-block;
    padding: 40px;
    margin: 20px 50px 20px 0;
}

@media (max-width: 767px) {
    .info-box {
        padding: 40px 15px;
        margin: 20px 0 20px 0;
    }
}

.info-list {
    margin-bottom: 15px;
}

.info-list span {
    color: white;
    font-weight: 400;
    font-size: 16px;
}

.info-list h5 {
    color: white;
    font-family: "ClashDisplay-Semibold";
    font-weight: 600;
}

.latest-case-video .slick-nav {
    position: relative;
    z-index: 2;
}

.video-wrapper {
    background: url(../img/video/video-1b.jpg) no-repeat;
    width: 100%;
    min-height: 650px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 3;
}

.video-wrapper .popup-video {
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    z-index: 1;
    width: 66px;
    height: 66px;
    font-size: 20px;
    line-height: 66px;
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    .video-wrapper {
        min-height: 400px;
    }
}

.techy-video {
    background: url(../img/video/video-2d.jpg) no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.techy-video::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(5, 13, 54, 0) 0%, #050d36 100%);
    background: -webkit-linear-gradient(180deg, rgba(5, 13, 54, 0) 0%, #050d36 100%);
    background: -o-linear-gradient(180deg, rgba(5, 13, 54, 0) 0%, #050d36 100%);
    background: -ms-linear-gradient(180deg, rgba(5, 13, 54, 0) 0%, #050d36 100%);
    background: -moz-linear-gradient(180deg, rgba(5, 13, 54, 0) 0%, #050d36 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.video-wrapper-two {
    position: relative;
    z-index: 1;
}

.video-wrapper-two h4 {
    color: white;
    font-size: 24px;
}

.techy-team {
    margin-top: -65px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .techy-team {
        margin-top: 0;
    }
}

.techy-team .team-shape {
    position: absolute;
    z-index: -1;
}

.techy-team .team-shape.shape-1b {
    right: 5.8%;
    top: 61%;
    animation: float-bob infinite 35s linear;
    -webkit-animation: float-bob infinite 35s linear;
}

.techy-team .team-shape.shape-2b {
    left: 5.8%;
    top: 49%;
}

.techy-team .team-shape.shape-3b {
    right: 61.5%;
    top: 16%;
    animation: rotation infinite 15s linear;
    -webkit-animation: rotation infinite 15s linear;
}

.techy-team .team-shape.shape-4b {
    right: 71%;
    top: 84.5%;
}

.techy-team .team-shape.shape-5b {
    right: 28.5%;
    top: 27.5%;
}

.techy-team .team-shape.shape-6b {
    top: 22%;
    right: 0;
    animation: float-bob infinite 10s linear;
    -webkit-animation: float-bob infinite 10s linear;
}

.team-style-one {
    position: relative;
    z-index: 3;
}

.team-style-one::before {
    content: "";
    position: absolute;
    background: #913bff;
    width: 100%;
    height: 74%;
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-style-one .team-content {
    background: white;
    padding: 25px 0;
    position: relative;
    z-index: 2;
    margin-top: -65px;
}

.team-style-one .team-content p {
    color: #913bff;
}

.team-style-one .team-content .sect-title-two {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: "ClashDisplay-Bold";
}

.team-style-one .team-content .sect-title-two a {
    color: #050d36;
}

.team-style-one:hover::before {
    height: 100%;
}

@media (max-width: 1600px) {
    .team-style-one img {
        width: 100%;
    }
}

.team-social a {
    color: #913bff;
    font-size: 22px;
    line-height: 58px;
    display: inline-block;
    width: 58px;
    height: 58px;
    background: rgba(145, 59, 255, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 0 7px;
}

.team-social a:hover {
    color: white;
    background: #913bff;
}

@media (max-width: 1200px) {
    .team-social a {
        font-size: 20px;
        line-height: 50px;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1600px) {
    .team-social a {
        font-size: 20px;
        line-height: 50px;
        width: 50px;
        height: 50px;
    }
}

.team-sec-two .team-shape.shape-3b {
    right: 65.5%;
    top: 9%;
}

.team-sec-two .team-shape.shape-5b {
    right: 28.05%;
    top: 19%;
}

.team-style-two .team-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .team-style-two .team-thumb img {
        width: 100%;
    }
}

.team-style-two .team-thumb::before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 62%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-style-two .team-social-two {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -50px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-style-two .team-content {
    background: white;
    padding: 23px 0 20px 0;
}

.team-style-two .team-content p {
    color: #913bff;
    margin-bottom: 10px;
}

.team-style-two .team-content .sect-title-two a {
    color: #050d36;
    font-weight: 700;
    font-family: "ClashDisplay-Bold";
}

.team-style-two:hover .team-social-two {
    bottom: 20px;
}

.team-social-two a {
    color: #913bff;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 42px;
    background: #fff;
    border-radius: 5px;
    margin: 0 5px;
}

.team-social-two a:hover {
    color: white;
    background: #913bff;
}

.team-details-content-top {
    background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 767.98px) {
    .team-details-content-top {
        padding: 0 0 20px 10px;
    }
}

@media (max-width: 1199.98px) {
    .team-details-content-top .team-img {
        margin-bottom: 40px;
    }
    .team-details-content-top .team-img img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .team-details-content-top .team-img {
        margin-left: -10px;
    }
}

.team-details-content-top .tools-list span {
    margin: 15px 24px;
}

.team-info .team-title {
    color: white;
    font-size: 40px;
}

@media (max-width: 1199.98px) {
    .team-info .team-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .team-info .team-title {
        font-size: 24px;
    }
}

.team-info .social-title {
    color: white;
    font-weight: 500;
    font-family: "ClashDisplay-Medium";
}

.team-social-three a {
    border: 0;
    font-size: 20px;
    line-height: 50px;
    background: rgba(145, 59, 255, 0.1);
    border-radius: 50%;
    color: #913bff;
    margin-right: 20px;
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
}

.team-social-three a:hover {
    color: white;
    background: #913bff;
}

@media (max-width: 767px) {
    .team-social-three a {
        margin-right: 10px;
    }
}

.team-social-three.social-style-four a {
    color: white;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    line-height: 43px;
    margin-bottom: 0;
    margin-right: 10px;
}

.team-social-three.social-style-four a:hover {
    color: #913bff;
    background: white;
}

.team-social-three.social-style-five a {
    color: white;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    line-height: 43px;
    margin-bottom: 0;
    margin-right: 10px;
}

.team-social-three.social-style-five a:hover {
    color: white;
    background: #913bff;
}

.info {
    display: flex;
    margin-bottom: 37px;
}

.info .icon {
    color: white;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin-right: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.info .info-content h5 {
    color: white;
    font-family: "ClashDisplay-Medium";
    font-weight: 500;
    margin-bottom: 4px;
}

.info .info-content p {
    color: white;
}

.info:hover .icon {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    background: #913bff;
}

.sub-form {
    position: relative;
    z-index: 1;
}

.sub-form input {
    border: 0;
    color: #777c90;
    font-size: 17px;
    background: white;
    height: 50px;
    padding-left: 20px;
    width: 100%;
}

.sub-form input:focus {
    outline: none;
}

.sub-form input::placeholder {
    color: #777c90;
    font-size: 17px;
}

.sub-form input::-webkit-placeholder {
    color: #777c90;
    font-size: 17px;
}

.sub-form input::-moz-placeholder {
    color: #777c90;
    font-size: 17px;
}

.sub-form input::-o-placeholder {
    color: #777c90;
    font-size: 17px;
}

.sub-form input::-ms-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
}

.sub-form button {
    border: 0;
    color: white;
    font-size: 20px;
    background: #913bff;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 5px;
    line-height: 40px;
}

.sub-form button:hover {
    background: #104cba;
}

.contact-form .input-box {
    position: relative;
    z-index: 1;
}

.contact-form .input-box label {
    color: white;
    font-size: 17px;
    font-family: "ClashDisplay-Medium";
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}

.contact-form .input-box input {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    background: rgba(255, 255, 255, 0.03);
    border: 0;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    line-height: 1;
}

.contact-form .input-box input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-form .input-box input::-webkit-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-form .input-box input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-form .input-box input::-o-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-form .input-box textarea {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    background: rgba(255, 255, 255, 0.03);
    height: 220px;
    display: block;
    width: 100%;
    border: 0;
    padding: 20px;
    resize: none;
}

.contact-form .input-box textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-form .input-box textarea::-webkit-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-form .input-box textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-form .input-box textarea::-o-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-form .theme_btn {
    border: 0;
}

.contact-map iframe {
    width: 100%;
    min-height: 550px;
}

@media (max-width: 991.98px) {
    .contact-map iframe {
        min-height: 400px;
    }
}

.contact-form-two .widget-form {
    background: transparent;
    padding: 0;
}

.contact-form-two .widget-form textarea {
    height: 220px;
    padding-left: 20px;
    padding-top: 20px;
    width: 100%;
    display: block;
}

.contact-form-two label {
    margin-bottom: 6px;
}

.contact-form-two button.theme_btn {
    border: 0;
    font-size: 16px;
    line-height: 20px;
    padding: 16px 38px;
}

.single-info-box {
    background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(16, 76, 186, 0.4) 0%, rgba(16, 76, 186, 0) 100%);
    backdrop-filter: blur(42px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    padding: 40px 0 48px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-info-box .icon {
    color: #913bff;
    font-size: 35px;
    background: white;
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 84px;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-info-box span {
    color: white;
    font-size: 24px;
    font-family: "ClashDisplay-Medium";
    font-weight: 500;
    display: block;
    line-height: 30px;
}

.single-info-box:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.single-info-box:hover .icon {
    color: white;
    background: #913bff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-info-box span {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .single-info-box span {
        font-size: 18px;
    }
}

.signup-form {
    background: rgba(16, 76, 186, 0.15);
    margin: 0 97px;
    padding: 80px;
}

@media (max-width: 1199.98px) {
    .signup-form {
        margin: 0 0;
    }
}

@media (max-width: 767px) {
    .signup-form {
        padding: 30px 15px;
    }
}

.signup-form .widget-form {
    background: transparent;
}

.signup-form .widget-form input {
    color: rgba(255, 255, 255, 0.6);
    padding-left: 92px;
    background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    backdrop-filter: blur(42px);
    border: 0;
}

.signup-form .widget-form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.signup-form .widget-form input::-webkit-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.signup-form .widget-form input::-ms-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.signup-form .widget-form input::-o-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.signup-form .widget-form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.signup-form .input-box {
    position: relative;
    z-index: 1;
}

.signup-form .input-box::before {
    content: "\F4E1";
    color: white;
    font-family: "bootstrap-icons";
    position: absolute;
    font-size: 25px;
    left: 15px;
    top: 15px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.signup-form .input-box::after {
    content: " ";
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    width: 2px;
    height: 40px;
    left: 60px;
    top: 10px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.signup-form .input-box.mail::before {
    content: "\F32F";
}

.signup-form .input-box.phone::before {
    content: "\F5B4";
}

.signup-form .input-box.pass::before {
    content: "\F47A";
}

.signup-form .input-check {
    display: flex;
    align-items: center;
}

.signup-form .input-check input {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: transparent;
    border: 1px solid white;
    border-radius: 3px;
    margin-bottom: 0;
    margin-right: 10px;
}

.signup-form .input-check input[type="checkbox"] {
    background-color: transparent;
}

.signup-form .input-check span {
    color: white;
    font-size: 14px;
}

.signup-form button.theme_btn {
    font-size: 17px;
    width: 100%;
    border: 0;
    text-align: center;
    padding: 22px 0;
}

.signup-form span.divider {
    text-align: center;
    display: block;
    color: white;
    font-size: 17px;
    font-family: "ClashDisplay-Semibold";
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

.signup-form span.divider::before {
    content: " ";
    position: absolute;
    width: 230px;
    height: 2px;
    left: 0;
    top: 53px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.signup-form span.divider::after {
    content: " ";
    position: absolute;
    width: 230px;
    height: 2px;
    right: 0;
    top: 53px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.signup-form button.signup-btn {
    color: #777c90;
    background: white;
    padding: 15px 0;
}

.signup-form button.signup-btn:hover {
    color: white;
    background: #913bff;
}

.techy-price {
    position: relative;
    z-index: 1;
}

.bg-wrapper-one {
    position: relative;
    z-index: 1;
    background: url(/img/bg/price-bg-1c.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 100px 0 58px 0;
}

@media (max-width: 1199.98px) {
    .bg-wrapper-one {
        padding-top: 60px;
        padding-bottom: 15px;
    }
}

.price-tab {
    border: 0;
    background: #104cba;
    display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    margin: 0 auto;
    text-align: center;
}

.price-tab .nav-item {
    display: inline-block;
    border: 0;
}

.price-tab .nav-item .nav-link {
    color: white;
    font-size: 16px;
    line-height: 20px;
    font-family: "ClashDisplay-Regular";
    font-weight: 500;
    padding: 15px 27px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: 0;
}

.price-tab .nav-item .nav-link.active {
    background: #913bff;
}

.plan {
    padding: 45px 45px;
    background: rgba(16, 76, 186, 0.1);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.plan::before {
    content: "";
    background: url("../img/shape/topograph-2c.svg") no-repeat;
    position: absolute;
    left: 11px;
    right: 0;
    top: 16px;
    bottom: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    height: 0%;
}

.plan__header h3 {
    color: white;
    font-size: 36px;
    font-family: "ClashDisplay-Bold";
    font-weight: 700;
    margin-bottom: 20px;
}

.plan__header p {
    color: white;
    margin-bottom: 24px;
}

.plan__price {
    color: white;
    font-size: 36px;
    font-family: "ClashDisplay-Bold";
    font-weight: 700;
    border-bottom: 1px solid rgba(119, 124, 144, 0.1);
    padding-bottom: 27px;
    margin-bottom: 25px;
}

.plan__price sub {
    font-size: 17px;
    font-family: "ClashDisplay-Regular";
    font-weight: 400;
}

.plan__body li {
    color: white;
    font-size: 17px;
    padding-left: 35px;
    padding-bottom: 11px;
    position: relative;
    z-index: 1;
}

.plan__body li::before {
    content: "\F272";
    color: #104cba;
    font-family: "bootstrap-icons";
    font-weight: 700;
    position: absolute;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    left: 0;
    top: 2px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 23px;
    height: 23px;
    background: rgba(16, 76, 186, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.plan__footer .price-btn {
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    padding: 16px 0;
    width: 100%;
    background: #913bff;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    margin-top: 26px;
}

.plan:hover {
    background: #104cba;
}

.plan:hover::before {
    height: 100%;
}

.plan:hover .plan__body li::before {
    color: white;
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1200px) {
    .plan {
        padding: 45px 25px;
    }
}

@media (max-width: 767.98px) {
    .plan .plan__header h3 {
        font-size: 24px;
    }
    .plan .plan__price {
        font-size: 24px;
    }
}

.price-bg {
    position: relative;
    z-index: 1;
}

.price-bg::before {
    content: " ";
    position: absolute;
    width: 450px;
    height: 450px;
    right: 22.18%;
    left: auto;
    top: 41%;
    background: #913bff;
    opacity: 0.2;
    filter: blur(300px);
    z-index: -1;
}

.price-bg::after {
    content: " ";
    position: absolute;
    width: 450px;
    height: 450px;
    right: 59.37%;
    left: auto;
    top: 16%;
    background: #104cba;
    opacity: 0.2;
    filter: blur(300px);
    z-index: -1;
}

.call-to-action {
    background: rgba(16, 76, 186, 0.1);
    position: relative;
    z-index: 1;
}

.call-to-action .call-shape {
    position: absolute;
    z-index: -1;
}

.call-to-action .call-shape.shape-one {
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.call-to-action .call-shape.shape-two {
    right: 77%;
    top: 60px;
}

.call-to-action .call-shape.shape-three {
    top: 77%;
    left: 7%;
}

.call-to-action .call-shape.shape-four {
    top: 63%;
    right: 68%;
}

.call-to-action .call-shape.shape-five {
    top: 70%;
    right: 37.5%;
}

.call-to-action .call-shape.shape-six {
    top: 55px;
    right: 19%;
}

.call-to-action .call-shape.shape-seven {
    top: 59%;
    right: 5%;
}

.call-to-wrapper {
    position: relative;
    z-index: 2;
    text-align: center;
}

.call-to-wrapper .title-big {
    color: white;
    font-size: 64px;
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .call-to-wrapper .title-big {
        font-size: 38px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .call-to-wrapper .title-big {
        font-size: 38px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-wrapper .title-big {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .call-to-wrapper .title-big {
        font-size: 24px;
    }
}

.widget {
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px 25px 25px 25px;
}

@media (max-width: 1199.98px) {
    .widget {
        padding: 25px 15px 25px 15px;
    }
}

.service-widget li a {
    color: white;
    font-size: 24px;
    line-height: 30px;
    font-family: "ClashDisplay-Semibold";
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 20px;
    display: block;
    position: relative;
    z-index: 1;
}

.service-widget li a::before {
    content: "";
    position: absolute;
    background: white;
    height: 100%;
    width: 2px;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service-widget li a::after {
    content: "";
    position: absolute;
    background: white;
    height: 100%;
    width: 2px;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service-widget li a:hover::before,
.service-widget li a:hover::after {
    width: 52%;
    background: #104cba;
}

@media (max-width: 1200px) {
    .service-widget li a {
        font-size: 18px;
    }
}

.widget-title {
    color: white;
    font-size: 40px;
}

@media (max-width: 1199.98px) {
    .widget-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .widget-title {
        font-size: 24px;
    }
}

.widget-sub-title2 {
    color: white;
    font-size: 24px;
    font-family: "ClashDisplay-Medium";
    font-weight: 600;
}

.widget-form {
    padding: 50px 35px;
    background: rgba(255, 255, 255, 0.05);
}

.widget-form p {
    color: white;
}

.widget-form input,
.widget-form textarea {
    background: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    color: white;
    font-size: 16px;
    display: block;
    height: 60px;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 20px;
}

.widget-form input:focus,
.widget-form textarea:focus {
    outline: none;
    border-color: #913bff;
}

.widget-form input::placeholder,
.widget-form textarea::placeholder {
    color: white;
    font-size: 16px;
}

.widget-form input::-moz-placeholder,
.widget-form textarea::-moz-placeholder {
    color: white;
    font-size: 16px;
}

.widget-form input::-webkit-placeholder,
.widget-form textarea::-webkit-placeholder {
    color: white;
    font-size: 16px;
}

.widget-form input::-o-placeholder,
.widget-form textarea::-o-placeholder {
    color: white;
    font-size: 16px;
}

.widget-form input::-ms-placeholder,
.widget-form textarea::-ms-placeholder {
    color: white;
    font-size: 16px;
}

.widget-form textarea {
    height: 146px;
    resize: none;
    padding-top: 10px;
}

.widget-form .widget-btn {
    color: white;
    font-size: 16px;
    line-height: 19px;
    font-family: "ClashDisplay-Semibold";
    font-weight: 600;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #104cba;
    width: 100%;
    padding: 21px 0 20px 0;
}

.widget-form .widget-btn:hover {
    background: #913bff;
}

@media (max-width: 1200px) {
    .widget-form {
        padding: 40px 15px;
    }
}

.widget-categories ul li a {
    color: #999999;
    font-size: 16px;
    padding: 15px 0;
    display: block;
    line-height: 1;
    font-weight: 700;
}

.widget-categories ul li a:hover {
    color: #050d36;
    text-decoration: underline;
}

.widget-subscribe .contact-form textarea {
    height: 140px;
    padding-top: 15px;
}

.widget-subscribe .contact-form .form-btn {
    width: 100%;
}

.widget-file-download {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px 30px 30px;
}

.widget-file-download button {
    border: 0;
    color: white;
    background: #104cba;
    font-size: 24px;
    font-family: "ClashDisplay-Semibold";
    display: block;
    width: 100%;
    padding: 30px 30px;
    text-align: start;
}

.widget-file-download button i {
    float: right;
}

.widget-file-download button:first-child {
    margin-bottom: 30px;
}

@media (max-width: 1599.98px) {
    .widget-file-download button {
        font-size: 20px;
        padding: 40px 15px 30px;
    }
}

@media (max-width: 767px) {
    .widget-file-download button {
        padding: 30px 15px;
    }
}

.page-navigation .page-link {
    display: inline-block;
    color: white;
    background: transparent;
    font-size: 16px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    margin-right: 20px;
    padding: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.page-navigation .page-link i {
    font-size: 24px;
}

.page-navigation .page-link:focus {
    z-index: 2;
    color: white;
    border-color: unset;
    outline: none;
    box-shadow: none;
}

.page-navigation .page-link:hover {
    color: white;
    background: #913bff;
    border-color: #913bff;
}

.widget-post .blog-post {
    display: flex;
    align-items: center;
}

.widget-post .blog-post img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.widget-post .post-list {
    padding: 0;
    margin: 0;
}

.widget-post .post-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 20px;
}

.widget-post .post-list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.widget-post .post-content {
    margin-left: 20px;
}

.widget-post .post-content h6 {
    color: white;
    font-size: 20px;
    font-family: "ClashDisplay-Medium";
    font-weight: 500;
}

.widget-post .post-content h6 a:hover {
    color: #913bff;
}

.widget-post .post-content span {
    color: #913bff;
}

@media (max-width: 1599.98px) {
    .widget-post .post-content h6 {
        font-size: 16px;
    }
}

.widget-search .subscribe-form {
    position: relative;
    z-index: 1;
}

.widget-search .subscribe-form input {
    color: white;
    font-size: 16px;
    height: 60px;
    width: 100%;
    line-height: 50px;
    padding-left: 22px;
    border: 0;
    background: rgba(255, 255, 255, 0.03);
    border-left: 1px solid #ffffff;
}

.widget-search .subscribe-form input::placeholder {
    color: white;
}

.widget-search .subscribe-form input::-moz-placeholder {
    color: white;
}

.widget-search .subscribe-form input::-webkit-placeholder {
    color: white;
}

.widget-search .subscribe-form input::-o-placeholder {
    color: white;
}

.widget-search .subscribe-form .widget-btn {
    border: 0;
    background: #913bff;
    width: 54px;
    height: 50px;
    line-height: 50px;
    color: white;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
}

.widget-search .subscribe-form .widget-btn i {
    font-size: 16px;
}

.widget-categories-list ul li:last-child a {
    margin-bottom: 0;
}

.widget-categories-list ul li a {
    color: white;
    width: 100%;
    display: block;
    padding: 20px 20px 19px 20px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 21px;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    z-index: 1;
}

.widget-categories-list ul li a::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: white;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

.widget-categories-list ul li a span {
    color: #913bff;
    float: right;
}

.widget-categories-list ul li a:hover::before {
    background: #913bff;
    height: 100%;
}

.widget-categories-list ul li a:hover span {
    color: white;
}

.tag-list a {
    color: white;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.03);
    display: inline-block;
    padding: 16px 20px;
    margin: 5px 4px;
    line-height: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
}

.tag-list a::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: white;
    width: 1px;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

.tag-list a:hover {
    color: white;
}

.tag-list a:hover::before {
    width: 100%;
    background: #913bff;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .tag-list a {
        padding: 16px 16px;
        margin: 5px 2px;
    }
}

@media (max-width: 767px) {
    .tag-list a {
        padding: 16px 10px;
        margin: 5px 2px;
    }
}

.progressbar-content .chart {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
}

.progressbar-content .chart span {
    color: white;
    font-size: 32px;
    font-weight: 600;
    font-family: "ClashDisplay-Semibold";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .progressbar-content .chart span {
        font-size: 20px;
    }
}

.shopping-cart {
    color: white;
    display: inline-block;
    position: relative;
    font-size: 20px;
    margin-right: 30px;
}

.shopping-cart span {
    position: absolute;
    background: #ef6f31;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    padding: 0;
    line-height: 17px;
    top: -12px;
    right: -18px;
    left: auto;
}

.shopping-cart:hover {
    color: white;
}

.sidebar_title h6 {
    color: white;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}

.categories-accordion .accordion-item {
    background-color: transparent;
}

.categories-accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.categories-accordion .accordion-button {
    border-radius: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    font-size: 16px;
    color: white;
    font-weight: 400;
    border: 0;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5px 8px;
}

.categories-accordion .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.categories-accordion .accordion-button::after {
    content: "\f078";
    font-size: 16px;
    font-family: "Font Awesome 5 Pro";
    background: none;
    transition: transform 0.2s ease-in-out;
    height: unset;
    width: unset;
}

.categories-accordion .accordion-button:not(.collapsed)::after {
    content: "\f078";
    font-size: 16px;
    font-family: "Font Awesome 5 Pro";
    background: none;
    transform: rotate(180deg);
    height: unset;
    width: unset;
}

.categories-accordion .accordion-button:not(.collapsed) {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
}

.categories-accordion .accordion-item .accordion-collapse {
    border: 0;
    border-width: 0;
    background-color: rgba(255, 255, 255, 0.1);
}

.categories-accordion .accordion-item .accordion-collapse li {
    padding: 13px 0 0 22px;
}

.categories-accordion .accordion-item .accordion-collapse li:last-child {
    padding-bottom: 20px;
}

.categories-accordion .accordion-item .accordion-collapse li a {
    color: white;
    font-size: 15px;
    line-height: 1;
}

.highlight_content li:first-child {
    margin-bottom: 8px;
}

.highlight_content li a {
    color: white;
    font-size: 15px;
    font-weight: 300;
}

.price_range {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.price_range .filter {
    border: 0;
    background: #913bff;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    padding: 10px 13px;
}

.price_range label {
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}

.price_range #amount {
    background: 0;
    color: white !important;
    display: inline-block;
}

.ui-widget.ui-widget-content {
    position: relative;
    border: 0;
}

.ui-widget-content {
    border: 1px solid white;
    background: #104cba;
    color: white;
    border: 0;
    border-radius: 4px;
}

.ui-slider-horizontal {
    height: 6px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    border-radius: 50%;
    border: 3px solid white;
    top: -4px;
    background: #fff;
}

.ui-widget-header {
    border: 0;
    background: #e6e6e6;
    color: white;
    font-weight: bold;
    position: absolute;
    height: 100%;
}

.ui-state-active,
.ui-state-hover:hover,
.ui-state-active:focus {
    border-color: red;
    background-color: white;
}

.widget_review .form-check .form-check-input {
    background: none;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    width: 20px;
    height: 20px;
    background: white;
    margin-right: 8px;
}

.widget_review .form-check .form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.widget_review .form-check input[type="checkbox"] {
    color: #fbb807;
}

.widget_review .form-check input {
    color: #fbb807;
}

.widget_review .products_rating a {
    color: #fbb807;
}

.widget_review .products_rating span {
    color: white;
}

.color_picker a {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 13px;
    margin-bottom: 10px;
}

.product-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.product-wrapper:hover .action-btn {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.action-btn {
    position: absolute;
    top: 20px;
    right: 16px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.action-btn a {
    color: #161b2d;
    font-size: 15px;
    display: block;
    line-height: 35px;
    background: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    margin-bottom: 5px;
}

.action-btn a:nth-child(2) {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.action-btn a:nth-child(3) {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.action-btn a:nth-child(4) {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.action-btn a:hover {
    color: white;
    background: #913bff;
}

.figure-caption {
    padding: 3px 20px 15px 20px;
}

.figure-caption .product-tag {
    color: #104cba;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    font-family: "ClashDisplay-Regular";
    border-bottom: 1px solid #104cba;
    display: inline-block;
    margin-bottom: 13px;
}

.figure-caption .semi-title {
    color: #161b2d;
    margin-bottom: 4px;
    display: inline-block;
}

.figure-caption .semi-title:hover {
    color: #913bff;
}

.figure-caption .price {
    color: #161b2d;
    font-size: 16px;
    font-weight: 500;
    font-family: "ClashDisplay-Medium";
    margin-bottom: 15px;
}

.figure-caption .price .old-price {
    margin-right: 12px;
}

.figure-caption .price .new-price {
    color: rgba(5, 13, 54, 0.5);
}

@media (max-width: 991.98px) {
    .figure-caption .semi-title {
        font-size: 20px;
    }
}

.cart-btn {
    color: white;
    font-size: 16px;
    line-height: 1;
    background: #913bff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 18px 0;
}

.cart-btn:hover {
    color: white;
    background: #104cba;
}

.sort-item {
    color: white;
    font-size: 16px;
    font-family: "ClashDisplay-Medium";
}

.sort-item .sort-btn {
    line-height: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 0;
    padding: 16px 25px;
    margin-left: 25px;
}

.sort-item .sort-btn i {
    margin-left: 16px;
}

.sort-item .sort-btn::after {
    display: none;
}

.sort-item .sort-btn:hover {
    background: #913bff;
}

.product-img-slider .product-item img {
    display: block;
    padding: 10px;
    padding-left: 0;
}

@media (max-width: 991.98px) {
    .product-img-slider .product-item img {
        width: 100%;
    }
}

.product-thumb-slider .product-item {
    margin: 0 5px;
}

.cart-plus-minus {
    position: relative;
    display: inline-block;
}

.cart-plus-minus input {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    height: 50px;
    width: 130px;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    margin-top: 1px;
}

.cart-plus-minus .qtybutton {
    background: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    font-size: 35px;
    color: #111d5e;
    left: 7px;
    top: 13%;
    z-index: 1;
}

.cart-plus-minus .inc {
    left: auto;
    right: 7px;
}

.product-details .product-title {
    color: white;
    font-size: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .product-details .product-title {
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {
    .product-details .product-title {
        font-size: 24px;
    }
}

.product-details .price-list .old-price {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 10px;
}

.product-details .price-list .new-price {
    font-size: 24px;
    color: white;
    font-family: "ClashDisplay-Bold";
}

.product-details .add-to-cart {
    color: #913bff;
    font-size: 16px;
    line-height: 20px;
    font-family: "ClashDisplay-Medium";
    font-weight: 500;
    background: white;
    padding: 16px 40px;
}

@media (max-width: 767px) {
    .product-details .add-to-cart {
        text-align: center;
        width: 100%;
        padding: 16px 23px;
    }
}

.product-details .cart-btn {
    width: unset;
    padding: 16px 133px;
    line-height: 20px;
    display: inline-block;
}

@media (max-width: 767px) {
    .product-details .cart-btn {
        width: 100%;
        padding: 16px 23px;
    }
}

.product-rating a {
    color: #f7c600;
    font-size: 24px;
    margin-right: 5px;
}

.product-rating a:last-child {
    color: white;
}

.color-mode {
    display: flex;
    align-items: center;
}

.color-mode .color-cus {
    background: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 7px;
}

.product-tab {
    border: 0;
    background: 0;
    border-radius: 0;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    padding: 2px 0;
}

.product-tab .nav-link {
    border: 0;
    border-radius: 0;
    color: white;
    font-size: 17px;
    font-family: "ClashDisplay-Medium";
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
    padding: 15px 0;
    margin: 0 30px;
}

.product-tab .nav-link.active,
.product-tab .nav-link:hover {
    color: #913bff;
    background-color: transparent;
    border-bottom: 2px solid #913bff;
}

.cart-menu-right {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.cart-menu-right.cart-info {
    right: 0;
    opacity: 1;
    visibility: visible;
    display: block;
    transition: all 0.5s ease-in-out;
}

.cart-menu-right .close-icon a {
    color: #222222;
    padding-left: 10px;
    position: absolute;
    top: 36px;
    border: 1px solid red;
    padding-left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    left: 30px;
}

.cart-menu-right .close-icon a:hover {
    color: #913bff;
}

.cart-style-1 {
    padding: 100px 30px 30px 20px;
    position: fixed;
    z-index: 1200;
    width: 450px;
    height: 100%;
    left: auto;
    right: -450px;
    top: 0;
    background: white;
    box-shadow: 0 1px 21px 0 rgba(43, 43, 43, 0.08);
    transition: all 0.5s ease-in-out;
}

.cart-style-1 .dropdown-cart-products {
    overflow-y: auto;
}

.cart-style-1 .product {
    display: flex;
    align-items: flex-start;
    padding: 10px 20px 25px 10px;
    position: relative;
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px;
}

.cart-style-1 .product__cart-details {
    margin-bottom: 0;
}

.cart-style-1 .product__cart-details .product-title {
    font-weight: 400;
    margin-bottom: 10px;
}

.cart-style-1 .product__cart-details .product-title a:hover {
    color: #913bff;
}

.cart-style-1 .product .cart-product-info {
    color: #050d36;
}

.cart-style-1 .product figure {
    margin-bottom: 0;
}

.cart-style-1 .product .product-img {
    display: block;
    width: 132px;
    height: auto;
}

.cart-style-1 .product .remove-btn {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    display: flex;
    align-items: center;
    transform: translateY(-100%);
}

.cart-style-1 .product .remove-btn i {
    color: #050d36;
    font-size: 14px;
    line-height: 1;
}

.cart-style-1 .cart-total {
    display: flex;
    align-items: flex-end;
    color: #050d36;
    text-transform: uppercase;
}

.cart-style-1 .cart-total .cart-total-price {
    margin-left: auto;
}

.cart-style-1 .cart-action .btn {
    background: #913bff;
    border-radius: 0;
    padding: 6px 20px;
    border: 0;
}

.cart-style-1 .cart-action .btn-outline-primary-2 {
    background: transparent;
    border: 1px solid #913bff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 6px 30px 6px 20px;
    margin-left: 10px;
}

.cart-style-1 .cart-action .btn-outline-primary-2 i {
    transform: translateX(10px);
    line-height: 1;
}

.cart-style-1 .cart-action .btn-outline-primary-2:hover {
    color: white;
    background: #913bff;
}

.faq-que-list .accordion-item {
    border: 0;
    background-color: transparent;
    margin-bottom: 40px;
}

.faq-que-list .accordion-item button:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item textarea,
.faq-que-list .accordion-item textarea:focus {
    outline: 0;
}

.faq-que-list .accordion-item .accordion-button {
    transition: unset;
    color: white;
    font-size: 24px;
    font-family: "ClashDisplay-Semibold";
    font-weight: 600;
    line-height: 1.875rem;
    border: 0;
    box-shadow: none;
    text-decoration: 1px solid white;
    background-color: #913bff;
    border-radius: 0;
    padding: 0;
    padding: 32px 31px 24px 30px;
    position: relative;
    box-shadow: 0;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
    word-wrap: normal;
    display: inline-block;
}

.faq-que-list .accordion-item .accordion-button.collapsed {
    padding-bottom: 24px;
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 2px solid white;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-que-list .accordion-item .accordion-button {
        padding: 21px 20px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .faq-que-list .accordion-item .accordion-button {
        padding: 21px 15px;
        font-size: 18px;
    }
}

.faq-que-list .accordion-item .accordion-button:focus {
    box-shadow: none;
    outline: 0;
}

.faq-que-list .accordion-item .accordion-button::before {
    content: "\F286";
    position: absolute;
    font-family: "bootstrap-icons";
    font-size: 20px;
    font-weight: 300;
    color: white;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-que-list .accordion-item .accordion-button::before {
        right: 10px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .faq-que-list .accordion-item .accordion-button::before {
        right: 10px;
        font-size: 16px;
    }
}

.faq-que-list .accordion-item .accordion-button::after {
    display: none;
}

.faq-que-list .accordion-item .collapsed {
    border: 0;
}

.faq-que-list .accordion-item .collapsed::before {
    content: "\F282";
    color: #913bff;
}

.faq-que-list .accordion-item .accordion-body {
    background: #913bff;
    padding: 0;
    padding: 0 30px 37px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-que-list .accordion-item .accordion-body {
        padding: 0 20px 24px 20px;
    }
}

@media (max-width: 767px) {
    .faq-que-list .accordion-item .accordion-body {
        padding: 0 15px 24px 15px;
    }
}

.faq-que-list .accordion-item .accordion-body p {
    color: white;
}

.accordion-style-two .accordion-item {
    border: 1px solid #913bff;
}

.accordion-style-two .accordion-item .accordion-button {
    background: transparent;
    border: none;
}

.accordion-style-two .accordion-item .accordion-button.collapsed {
    border: 0;
    background: transparent;
}

.accordion-style-two .accordion-item .accordion-body {
    background: transparent;
}

.error-page-bg {
    background: url(../img/shape/spiral-1e.svg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.error-page-bg::before {
    content: "";
    position: absolute;
    width: 566px;
    height: 566px;
    left: auto;
    right: 17.44%;
    top: 5%;
    background: #913bff;
    opacity: 0.3;
    filter: blur(300px);
    z-index: -1;
}

.error-page-bg .error-shape {
    position: absolute;
    z-index: -1;
    left: auto;
    right: 42.5%;
    top: 13%;
}

.error-page-bg .error-page-wrapper {
    position: relative;
    z-index: 3;
}

.coming-soon-page {
    position: relative;
    z-index: 1;
}

.coming-soon-page::before {
    content: "";
    position: absolute;
    width: 513px;
    height: 513px;
    left: auto;
    right: 32.65%;
    top: 25%;
    background: #913bff;
    opacity: 0.3;
    filter: blur(300px);
    z-index: -1;
}

.coming-soon-page .coming-shape {
    position: absolute;
    z-index: -1;
    top: 25%;
    left: auto;
    right: 28.2%;
}

.coming-page-wrapper .sect-title {
    margin-bottom: 28px;
}

.coming-page-wrapper p {
    margin-bottom: 37px;
}

.coming-page-wrapper h3 {
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .coming-page-wrapper h3 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .coming-page-wrapper h3 {
        font-size: 18px;
    }
}

.footer-area {
    position: relative;
    z-index: 1;
}

.footer-area::before {
    content: "";
    position: absolute;
    width: 319px;
    height: 319px;
    left: 409px;
    top: 0;
    background: #913bff;
    opacity: 0.2;
    filter: blur(300px);
    z-index: -1;
}

.footer-area .fot-shape-one {
    position: absolute;
    z-index: -2;
    right: 62%;
    top: 40%;
}

.footer__social a {
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.1);
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.footer__social a:hover {
    color: white;
    background-color: #913bff;
}

@media (max-width: 767px) {
    .footer__social a {
        margin-left: 0;
        margin: 0 7px;
    }
}

.footer__widget {
    position: relative;
    z-index: 3;
}

.footer__widget .foter-para {
    font-size: 24px;
    color: white;
    font-family: "ClashDisplay-Medium";
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 2.125rem;
}

@media (max-width: 1199.98px) {
    .footer__widget .foter-para {
        font-size: 20px;
    }
}

.footer__widget .foter-btn {
    color: white;
    font-size: 64px;
    font-family: "ClashDisplay-Bold";
    font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .footer__widget .foter-btn {
        font-size: 48px;
    }
}

@media (max-width: 1199.98px) {
    .footer__widget .foter-btn {
        font-size: 32px;
    }
}

.footer__widget .foter-btn:hover {
    color: #913bff;
}

.footer__widget .widget-title {
    color: white;
    font-size: 24px;
    font-family: "ClashDisplay-Semibold";
}

.footer__widget address {
    color: white;
    font-size: 20px;
    line-height: 34px;
}

.fot-list {
    padding: 0;
    margin: 0;
}

.fot-list a {
    color: white;
    font-size: 17px;
    font-family: "ClashDisplay-Regular";
    font-weight: 400;
    display: inline-block;
    margin-bottom: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
}

.fot-list a::before {
    content: "\0279C";
    position: absolute;
    color: #913bff;
    width: 15px;
    height: 10px;
    left: -20px;
    top: 0%;
    z-index: 1;
    opacity: 0;
}

.fot-list a:hover {
    color: white;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.fot-list a:hover::before {
    opacity: 1;
}

.techy-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright h6 {
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: "ClashDisplay-Regular";
    line-height: 1.5;
    margin-bottom: 10px;
}

.copyright h6 a {
    color: white;
}

.copyright h6 a:hover {
    color: #913bff;
}

.theme-footer-two {
    position: relative;
    z-index: 1;
}

.theme-footer-two::before {
    content: "";
    position: absolute;
    width: 291px;
    height: 291px;
    right: 73%;
    top: 30%;
    background: #104cba;
    opacity: 0.3;
    filter: blur(300px);
    z-index: -1;
}

.theme-footer-two::after {
    content: "";
    position: absolute;
    width: 507px;
    height: 507px;
    right: 8%;
    top: 50px;
    background: #913bff;
    opacity: 0.15;
    filter: blur(300px);
    z-index: -1;
}

.theme-footer-two .footer-shape {
    position: absolute;
    z-index: -1;
}

.theme-footer-two .footer-shape.shape-1b {
    right: 5.8%;
    top: 61%;
    animation: float-bob infinite 35s linear;
    -webkit-animation: float-bob infinite 35s linear;
}

.theme-footer-two .footer-shape.shape-2b {
    left: 5.8%;
    top: 67%;
}

.theme-footer-two .footer-shape.shape-3b {
    right: 62.2%;
    top: 4%;
    animation: rotation infinite 15s linear;
    -webkit-animation: rotation infinite 15s linear;
}

.theme-footer-two .footer-shape.shape-4b {
    right: 71.5%;
    top: 89.5%;
}

.theme-footer-two .footer-shape.shape-5b {
    right: 28.5%;
    top: 27.5%;
}

.theme-footer-two .fot-shape-one {
    position: absolute;
    z-index: -2;
    right: auto;
    top: 0;
}

.theme-footer-two .footer__widget iframe {
    width: 100%;
    height: 264px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.theme-footer-two .footer__social {
    margin-top: 27px;
}

.theme-footer-two .footer__social a {
    border: 0;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    margin-right: 35px;
    display: inline-block;
}

.theme-footer-two .footer__social a:hover {
    color: #913bff;
}

.copyright-two {
    background: rgba(16, 76, 186, 0.1);
    padding-top: 25px;
    padding-bottom: 8px;
}

.copyright-two .fot-list li {
    margin: 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .copyright-two .fot-list li {
        margin: 0 12px;
    }
}

.copyright-two .fot-list li a {
    color: white;
    font-size: 17px;
}

.theme-footer-three {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

.theme-footer-three::before {
    width: 361px;
    height: 361px;
    right: 63.69%;
    top: 36%;
    opacity: 0.3;
}

.theme-footer-three .footer-shape {
    position: absolute;
    z-index: -1;
}

.theme-footer-three .footer-shape.shape-1b {
    right: 8.28%;
    top: 65%;
    animation: float-bob infinite 35s linear;
    -webkit-animation: float-bob infinite 35s linear;
}

.theme-footer-three .footer-shape.shape-2b {
    left: 9.5%;
    top: 59%;
}

@media (max-width: 1400px) {
    .theme-footer-three .footer-shape.shape-2b {
        display: none;
    }
}

.theme-footer-three .footer-shape.shape-3b {
    right: 59.2%;
    top: 12%;
    animation: rotation infinite 15s linear;
    -webkit-animation: rotation infinite 15s linear;
}

@media (max-width: 1200px) {
    .theme-footer-three .footer-shape.shape-3b {
        display: none;
    }
}

.theme-footer-three .footer-shape.shape-4b {
    right: 69.5%;
    top: 79%;
}

.theme-footer-three .footer-shape.shape-5b {
    right: 22.7%;
    top: 7%;
}

.theme-footer-three .fot-shape-one {
    position: absolute;
    z-index: -2;
    right: auto;
    top: 0;
}

.theme-footer-three .footer__widget .widget-title {
    margin-bottom: 48px;
    position: relative;
    z-index: 1;
}

.theme-footer-three .footer__widget .widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 154%;
    width: 90px;
    border: 2px dashed white;
    border-radius: 2px;
    z-index: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.theme-footer-three .logo-title {
    color: white;
    font-size: 48px;
    font-weight: 700;
    font-family: "ClashDisplay-Bold";
    text-transform: uppercase;
    display: block;
    background: #913bff;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    padding: 149px 56px 154px 56px;
    position: absolute;
    top: -145px;
}

@media (max-width: 1600px) {
    .theme-footer-three .logo-title {
        padding: 45px 56px;
        top: 0;
    }
}

@media (max-width: 767px) {
    .theme-footer-three .logo-title {
        font-size: 32px;
        writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        padding: 30px 56px;
        position: relative;
        top: 0;
        text-align: center;
    }
}

.theme-footer-three .fot-list a {
    padding-left: 15px;
}

.theme-footer-three .fot-list a::before {
    display: none;
}

.theme-footer-three .fot-list a::after {
    content: "\F285";
    font-family: "bootstrap-icons";
    font-weight: 700;
    position: absolute;
    font-size: 14px;
    left: -2px;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.theme-footer-three .fot-list a:hover {
    color: #913bff;
}

.theme-footer-three .sub-form button {
    background: #104cba;
}

.theme-footer-three .sub-form button:hover {
    background: #913bff;
}

.copyright-three {
    background: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-three .fot-list li {
    margin-right: 30px;
}

.copyright-three .fot-list li:last-child {
    margin-right: 0;
}

.copyright-three .fot-list li a {
    padding-left: 0;
}

.copyright-three .fot-list li a::before {
    display: none;
}

.copyright-three .fot-list li a::after {
    display: none;
}

.copyright-three .footer__social a:hover {
    background-color: #104cba;
}

@media (max-width: 1600px) {
    .copyright-three .fot-list li {
        margin-right: 15px;
    }
}

.insta-feed {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -10px;
}

.insta-feed li {
    flex-basis: 0 0 50%;
    max-width: 50%;
    padding: 10px;
}

.insta-feed li img {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    display: block;
    width: 100%;
}

.tech-block, .cover-Indus-col {
    margin: 12px 0;
}
.tech-block {
    background: #ffffff;
    margin: 10px 0;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    box-shadow: 0px 4px 12px rgba(8, 15, 52, 0.04);
    border-radius: 16px;
    border-radius: 16px;
    padding: 20px;
    max-width: 560px;
    width: 100%;
}
.tech-block h4 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 20px;
}
.tech-block p {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    color: #050d36;
}
.tech-work {
    min-width: 106px;
}
.tech-work img, .tech-work svg {
    height: 32px;
    margin: 0 auto 12px;
    display: block;
}
.tech-block:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}
/* Radial Out */
/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 16px;
  }
  .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    border-radius: 16px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
  }
  .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  .footer__contect {
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.1);
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.bi-whatsapp{
    background-color: #27ae60;
    border-radius: 10px;
    padding: 5px;

}

.footer-sec-col{
    padding-left: 3rem;
}
.footer__logo img{
    width: 100%;
    
}
.work-process{
    background: transparent url('../img/feature/Vector-1.png') center top/auto no-repeat scroll;
}
.techy-wrok-process{
    background: transparent url('../img/feature/steps.png') 50% 100%/auto no-repeat scroll;
}
.work-box{
    text-align: center;
}
.work-box h4{
    color: #ffffff;
    font-size: 20px !important;
}
.work-box h3{
    color: #913bff !important;
}
.work-box i{
    background: #ffffff;
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 2px solid #f35444;
    border-radius: 50% 50% 50% 50%;
    color: #913bff;
    font-size: 30px;
    text-align: center;
    padding-top: 18px;
}
.step-box1{
    margin-top: -130px;
}
.step-box2{
    margin-bottom: -95px;
}
.step-box3{
    margin-top: -100px;
}
.step-box4{
    margin-bottom: -88px;
}
.step-box5{
    margin-top: 0px;
}
.mx-1{
    transition-duration: 1s !important;
}
.title-font{
    font-size: 23px;
}
.feature-style-three img{
    width: 70px;
}
.single-info-box .h6{
    font-size: 16px;
}
.active{
    display: block !important;
}
.widget-left-section{
    display: none;
}
.fade.in  {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.service-details-wrapper .col-lg-6 img{
    width: 100%;
}
.brand-logo{
    font-size: 85px;
}

/*--gallery--css--*/
.photos-grid-container {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0;
    align-items: start;
  }
  @media (max-width: 580px) {
    .photos-grid-container {
      grid-template-columns: 1fr;
    }
  }
  .photos-grid-container .img-box {
    border: 1px solid #ffffff;
    position: relative;
  }
  .photos-grid-container .img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .photos-grid-container .img-box:hover .caption {
    transform: translateY(-5px);
  }
  .photos-grid-container img {
    max-width: 100%;
    display: block;
    height: auto;
  }
  .photos-grid-container .caption {
    color: white;
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-size: 1.5rem;
  }
  .photos-grid-container .transparent-box {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .photos-grid-container .main-photo {
    grid-row: 1;
    grid-column: 1;
  }
  .photos-grid-container .sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 0em;
  }
  .photos-grid-container .sub:nth-child(0) {
    grid-column: 1;
    grid-row: 1;
  }
  .photos-grid-container .sub:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
  }
  .photos-grid-container .sub:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .photos-grid-container .sub:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  
  .hide-element {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  @media screen and (min-width: 1280px) {
    .container {
      margin: 0 auto;
      width: 1250px;
    }
  }</pre></body></html>