@charset "UTF-8";
/** * Set up a decent box model on the root element */
 html {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
/** * Make all elements from the DOM inherit from the parent box-sizing * Since `*` has a specificity of 0, it does not override the `html` value * making all elements inheriting from the root box-sizing value * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
 *, *::before, *::after {
     -webkit-box-sizing: inherit;
     box-sizing: inherit;
}
 html * {
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 html, body {
     height: 100%;
}
 body {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
}
 .page-wrapper {
     -webkit-box-flex: 1;
     -ms-flex: 1 0 auto;
     flex: 1 0 auto;
}
 .footer {
     -ms-flex-negative: 0;
     flex-shrink: 0;
}
 a:focus {
     outline: none;
}
 a {
     -webkit-transition: color 0.25s ease-in-out;
     transition: color 0.25s ease-in-out;
}
 iframe {
     width: 100%;
}
 .iframe-full-height-wrap {
     position: relative;
     min-height: 18rem;
     overflow: hidden;
}
 .iframe-full-height {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 ::-moz-selection {
     background: rgba(7, 119, 101, 0.15);
}
 ::selection {
     background: rgba(7, 119, 101, 0.15);
}
 ::-moz-selection {
     background: rgba(7, 119, 101, 0.15);
}
 small, .small {
     font-weight: inherit;
}
 button:focus {
     outline: none;
}
 .rounded-custom {
     border-radius: 10px !important;
}
/** * Basic typography style for copy text */
 body {
     font-family: "Open Sans", sans-serif;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 html {
     scroll-behavior: smooth;
}
 @media (min-width: 1200px) {
     .h2, h2 {
         font-size: 2.5rem;
    }
}
 .h5, .h6, h5, h6 {
     margin-bottom: 0.375rem;
}
 .h5, .h6, h5, h6 {
     font-weight: 600;
}
 .h1, .h2, .h3, .h4, h1, h2, h3, h4 {
     font-weight: 700;
}
 @media (min-width: 320px) and (max-width: 767px) {
     .banner-btn{
         display: block;
         margin: 10px 30px 
    }
     .image-bg {
         height: 250px!important;
    }
     .image-bg .image-shop-scroll {
         height: 250px!important;
    }
     .d-xs-block{
         display: block!important 
    }
     .ptb-100{
         padding-bottom: 60px!important;
         padding-top: 60px!important;
    }
     .ms-ptb-90{
         padding-bottom: 90px;
         padding-top: 90px 
    }
     .hero-content-wrap .display-6{
         font-size: 24px!important;
    }
     .lead {
         font-size: 1.015rem!important;
    }
     .blockquote {
         font-size: 1.0625rem !important;
    }
}
 .ptb-120 {
     padding: 120px 0;
}
 .ptb-100 {
     padding: 100px 0;
}
 .pl-100 {
     padding-left: 100px;
}
 .pr-100 {
     padding-right: 100px;
}
 .plr-30{
     padding-left: 20px!important;
     padding-right: 20px!important;
}
 .p-100 {
     padding: 100px;
}
 .p-50 {
     padding: 50px;
}
 .pt-100 {
     padding-top: 100px;
}
 .pt-120 {
     padding-top: 120px;
}
 .pt-200 {
     padding-top: 200px;
}
 .pt-80 {
     padding-top: 80px;
}
 .pb-80 {
     padding-bottom: 80px;
}
 .pb-120 {
     padding-bottom: 120px;
}
 .ptb-60 {
     padding: 60px 0;
}
 .ptb-40 {
     padding: 40px 0;
}
 .ptb-80 {
     padding: 80px 0;
}
 .pt-60 {
     padding-top: 60px;
}
 .pb-60 {
     padding-bottom: 60px;
}
 .pt-40 {
     padding-top: 40px;
}
 .pb-40 {
     padding-bottom: 40px;
}
 .pt-30 {
     padding-top: 30px;
}
 .pb-30 {
     padding-bottom: 30px;
}
 .mt--100 {
     margin-top: -100px;
}
 .mt-100 {
     margin-top: 100px;
}
 .mt--200 {
     margin-top: -200px;
}
 .mb--150 {
     margin-bottom: -150px;
}
 .mb--200 {
     margin-bottom: -200px;
}
 .mt-60 {
     margin-top: 60px;
}
 .mt-40 {
     margin-top: 40px;
}
 .z-2 {
     z-index: 2;
}
 .z-5 {
     z-index: 5;
}
 .z-10 {
     z-index: 10;
}
 .z--1 {
     z-index: -1;
}
 .top--40 {
     top: -40px !important;
}
 .top--100 {
     top: -100px !important;
}
 .bottom--40 {
     bottom: -40px !important;
}
 .bottom--100 {
     bottom: -100px !important;
}
 .right--40 {
     right: -40px !important;
}
 .right-0 {
     right: 0;
}
 .left-0 {
     left: 0;
}
 .left--40 {
     left: -40px !important;
}
 .left--100 {
     left: -100px !important;
}
 .right--100 {
     right: -100px !important;
}
 .left-30 {
     left: 30%;
}
 .left-5 {
     left: 5%;
}
 .right-5 {
     right: 5%;
}
 .mw-60 {
     max-width: 60% !important;
}
 @media (min-width: 320px) and (max-width: 991px) {
     .ptb-120 {
         padding: 80px 0;
    }
     .pb-120 {
         padding-bottom: 80px;
    }
     .pt-120 {
         padding-top: 80px;
    }
     .mt-100 {
         margin-top: 60px;
    }
     .search-form.w-50 {
         width: 100% !important;
    }
     .pt-60 {
         padding-top: 30px;
    }
}
 @media (min-width: 320px) and (max-width: 575px) {
     .p-100 {
         padding: 60px 2rem;
    }
     .mw-60 {
         max-width: 100% !important;
    }
}
 .icon-sm {
     font-size: 25px;
}
 .sticky-header {
     padding: 10px 0;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .affix {
     top: 0;
     left: 0;
     margin: auto;
     position: fixed;
     width: 100%;
     z-index: 9;
     -webkit-animation: 300ms ease-in-out fadeInDown;
     animation: 300ms ease-in-out fadeInDown;
     background: #0b163f;
     padding: 10px 0;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
/*dropdown menu css*/
 .dropdown-grid {
     display: grid;
     grid-template-columns: 100%;
     grid-template-rows: auto;
     background: #fff;
}
 .dropdown-grid.width-half {
     grid-template-columns: 1fr;
     width: 320px;
}
 .dropdown-grid.width-full {
     grid-template-columns: 1fr 1fr;
     width: 650px;
}
 .width-full-3 {
     grid-template-rows: auto;
     grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
     width: 1000px;
}
 .width-full-3 .dropdown-grid-item {
     width: 200px;
}
 .dropdown-grid-item {
     width: auto;
     padding: 15px 10px;
}
 .width-full-3 .dropdown-grid-item.last-item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     width: auto;
     grid-column-start: span 2;
}
 .radius-right-side {
     border-top-right-radius: 1rem;
     border-bottom-right-radius: 1rem;
}
/* .main-menu li.nav-item {
     position: relative;
}
 */
/* .main-menu li.nav-item .dropdown-menu:before {
     content: "";
     position: absolute;
     top: -9px;
     left: 50%;
     width: 20px;
     height: 20px;
     -webkit-transform: translate(-50%, 0) rotate(-315deg);
     transform: translate(-50%, 0) rotate(-315deg);
     border-radius: 3px;
     background-color: #fff;
     opacity: 0;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .main-menu li.nav-item:hover .dropdown-menu:before {
     opacity: 1;
}
 */
 .main-menu li a.nav-link {
     padding: 0.85rem 1rem;
     font-size: 0.9375rem;
     font-weight: 500;
     position: relative;
     font-family: "Poppins", sans-serif;
}
 .dropdown-menu {
     right: auto;
     left: 50% !important;
     -webkit-transform: translate(-50%, 0);
     transform: translate(-50%, 0);
     color: #000;
     min-width: 235px;
}
 .navbar-dark .main-menu li a.nav-link {
     color: #fff;
}
 .navbar-dark .action-btns a.btn-link {
     color: #e2e8f0;
}
/*navbar-light*/
 .navbar-light .main-menu li a.nav-link, .navbar-light .action-btns a.btn-link, .navbar-dark.sticky-header.affix .main-menu li a.nav-link, .navbar-dark.sticky-header.affix .action-btns a.btn-link {
     color: #232133;
}
 .navbar-light.sticky-header.affix, .navbar-dark.sticky-header.affix {
     background: #fff;
}
 .navbar-light.sticky-header.affix .btn, .navbar-dark.sticky-header.affix .btn, .bg-dark .btn, .coming-soon-section .btn, .bg-gradient .btn, .coming-soon-section .btn, .navbar-dark .btn-primary {
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .navbar-light .navbar-brand img.logo-white, .navbar-dark .navbar-brand img.logo-color, .navbar-dark.sticky-header.affix .navbar-brand img.logo-white {
     display: none;
}
 .navbar-dark.sticky-header.affix .navbar-toggler span {
     color: #575757;
}
 .navbar-dark.sticky-header.affix .navbar-brand img.logo-color {
     display: block;
}
 .main-menu li a.nav-link:hover, .action-btns a.btn-link:hover, .navbar-dark.sticky-header.affix .main-menu li a.nav-link:hover, .navbar-dark.sticky-header.affix .action-btns a.btn-link:hover {
     color: #615dfa;
}
 .dropdown-grid-item a {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     text-decoration: none;
     padding: 0.45rem 1rem !important;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     border-radius: 4px;
}
 .dropdown-grid-item a span {
     opacity: 0.8;
     font-size: 0.875rem;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .dropdown-grid-item a:hover {
     background: #f8f9fa;
}
 .dropdown-grid-item .drop-heading {
     padding-left: 1rem;
     font-size: 1rem;
}
 .dropdown-grid-item .drop-title {
     font-size: 0.875rem;
     color: #575757;
     font-weight: 500;
     font-family: "Poppins", sans-serif;
}
 .dropdown-grid-item a:hover .drop-title, .dropdown-grid-item a:hover span {
     color: var(--bs-primary);
     opacity: 1;
}
 .demo-list {
     width: 32px;
     height: 32px;
     line-height: 32px;
     margin-right: 12px;
     text-align: center;
}
 .dropdown-info {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
}
 .dropdown-info p {
     font-size: 13px;
     margin-bottom: 0;
}
 .offcanvas.show {
     visibility: visible;
     z-index: 9999;
}
 .offcanvas-backdrop:before {
     display: none;
}
 .offcanvas-header button.close-btn {
     background: rgba(242, 87, 103, 0.12);
     width: 30px;
     height: 30px;
     text-align: center;
     outline: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     border: none;
     border-radius: 20px;
}
 .offcanvas-header button.close-btn i {
     line-height: 29px;
}
 .offcanvas-body .dropdown-toggle::after {
     content: "\f067";
     font-family: "Font Awesome 6 Pro";
     font-weight: 400;
     position: absolute;
     right: 0;
     border: none;
}
 .offcanvas-body .main-menu li a.nav-link {
     color: #575757;
     padding: 0.5rem 1rem;
}
 .offcanvas-body .main-menu li a.nav-link:hover {
     color: #015CC0;
}
 .offcanvas-body .radius-right-side {
     border-top-right-radius: 0;
     border-bottom-right-radius: 1rem;
     border-bottom-left-radius: 1rem;
}
 .offcanvas-body .dropdown-menu {
     position: relative !important;
     left: 0 !important;
     margin: 15px 0 !important;
     -webkit-transform: translate3d(0, 0, 0) !important;
     transform: translate3d(0, 0, 0) !important;
}
 .offcanvas-body .dropdown-grid {
     display: block;
     width: auto;
}
 .offcanvas-body .dropdown-grid-item {
     width: 100%;
}
 .offcanvas-body .dropdown-grid-item.last-item {
     display: none;
}
 @media (max-width: 1199px) {
     .nav.main-menu {
         display: block !important;
    }
}
 @media (max-width: 991px) {
     .nav.main-menu {
         display: block;
    }
}
 @media (min-width: 320px) and (max-width: 767px) {
	 .offcanvas-body .dropdown-menu{margin: 0!important}
	 .dropdown-grid-item{padding: 0px 15px}
	 
     .sticky-header.affix {
         padding: 7px 0 !important;
    }
}
 .dropdown-toggle::after {
     vertical-align: middle;
}
 .footer-single-col h3, .footer-single-col .h3 {
     font-size: 18px;
     font-weight: 600;
     margin-bottom: 36px;
}
 .footer-nav-list li a {
     font-size: 15px;
     margin: 10px 0;
     display: block;
     opacity: 0.5;
     font-weight: 500;
     font-family: "Poppins", sans-serif;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .footer-nav-list li a, .footer-single-col p {
     color: var(--bs-secondary-dark);
     opacity: 0.7;
}
 .footer-nav-list li a:hover {
     opacity: 1;
}
 .footer-top.bg-dark .footer-nav-list li a, .footer-top.bg-dark .footer-single-col p, .footer-top.bg-gradient .footer-single-col p {
     opacity: 1;
}
 .footer-top.bg-dark .footer-nav-list li a:hover, .footer-top.bg-gradient .footer-nav-list li a:hover {
     color: #fff;
}
 .footer-light .footer-nav-list li a, .footer-light .footer-single-col p {
     color: #575757;
     opacity: 0.8;
}
 .footer-light .footer-nav-list li a:hover {
     color: #015CC0;
     opacity: 1;
}
 .footer-light .footer-single-col h6, .footer-light .footer-single-col .h6 {
     color: #575757;
}
 .footer-light .logo-white, .bg-dark .logo-color, .bg-gradient .logo-color {
     display: none;
}
 .footer-light .logo-color, .bg-dark .logo-white, .bg-gradient .logo-white {
     display: block;
}
 .newsletter-form button {
     right: 0;
     top: 0;
     bottom: 0;
     height: auto;
     border: none;
     border-radius: 0 4px 4px 0;
     display: inline-block;
     padding-left: 25px;
     padding-right: 25px;
     font-size: 15px;
}
 .newsletter-form button i {
     font-size: 12px;
}
 .newsletter-form button:focus {
     outline: none;
}
 .rating-list li {
     margin-right: 2px !important;
}
 .rating-list li i {
     font-size: 11px;
}
 .bg-dark input.form-control, .bg-gradient input.form-control {
     border-color: #e2e8f0;
}
 .register-form input.form-control {
     border-color: rgba(0, 0, 0, 0.08);
}
 .register-form input.form-control:focus {
     border-color: #015CC0;
}
 .footer-bottom {
     position: relative;
     display: block;
     border-top: 1px solid rgba(248, 249, 250, 0.05);
}
 .footer-bottom.footer-light {
     border-top: 1px solid rgba(0, 0, 0, 0.05);
}
 .copyright-text p {
     font-size: 14px;
     color: #65676d;
     font-weight: 500;
     font-family: "Poppins", sans-serif;
}
 .copyright-text p a {
     color: #575757;
}
 .footer-light .copyright-text p {
     color: #65676d;
}
 .bg-dark .copyright-text p, .bg-gradient .copyright-text p {
     color: #e2e8f0;
}
 .bg-dark .copyright-text p a, .bg-gradient .copyright-text p a {
     color: #c0c0c5;
}
 .copyright-text p a:hover {
     color: #015CC0;
}
 .footer-social-list li a {
     display: block;
     width: 40px;
     height: 40px;
     line-height: 35px;
     text-align: center;
     border: 2px solid rgb(87 86 113);
     color: #65676d;
     border-radius: 4px;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     font-size: 18px;
}
 .bg-dark .footer-social-list li a, .bg-gradient .footer-social-list li a {
     color: #e2e8f0;
}
 .footer-light .footer-social-list li a {
     border: 2px solid rgba(0, 0, 0, 0.12);
}
 .footer-social-list li a:hover {
     background: #015CC0;
     color: #fff;
     border-color: #015CC0;
}
 #preloader {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100vh;
     background-color: #fff;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     text-align: center;
     z-index: 999999;
}
 .loader {
     height: 4rem;
     width: 4rem;
     border-radius: 50%;
     border: 8px solid #015CC0;
     border-top-color: #077765;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     background: transparent;
     -webkit-animation: loading 1s linear infinite;
     animation: loading 1s linear infinite;
}
 @-webkit-keyframes loading {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     0% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
    }
}
 @keyframes loading {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     0% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
    }
}
 .display-404 {
     color: #fff;
     text-shadow: -0.0625rem 0 #015CC0, 0 0.0625rem #015CC0, 0.0625rem 0 #015CC0, 0 -0.0625rem #015CC0;
}
 .list-style {
     list-style: none;
}
 .list-style li {
     margin-bottom: 0.4rem;
}
 .list-style li::before {
     display: inline-block;
     width: 1em;
     margin-left: -1em;
     color: #077765;
     font-weight: bold;
     content: "•";
}
 ol.list-style {
     counter-reset: li;
}
 ol.list-style li {
     counter-increment: li;
}
 ol.list-style li::before {
     margin-right: 0.5em;
     margin-left: -1.5em;
     font-weight: inherit;
     text-align: right;
     direction: rtl;
     white-space: nowrap;
     content: "." counter(li);
}
 dt {
     color: #0b163f;
     margin-bottom: 0.25rem;
     font-weight: 600;
     font-family: "Poppins", sans-serif;
}
 dd {
     font-size: 0.9375rem;
     margin-bottom: 1rem;
}
 #preloader {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100vh;
     background-color: #e2e8f0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     text-align: center;
     z-index: 999999;
}
 .preloader-icon {
     width: 60px;
     height: 60px;
}
 .loading-bar {
     width: 120px;
     height: 3px;
     margin-top: 30px;
     position: relative;
     overflow: hidden;
     background: #fff;
}
 .loading-bar::before {
     content: "";
     width: 35px;
     height: 3px;
     background: #015CC0;
     position: absolute;
     left: -34px;
     -webkit-animation: bluebar 1.5s infinite ease;
     animation: bluebar 1.5s infinite ease;
}
 @-webkit-keyframes bluebar {
     50% {
         left: 96px;
    }
}
 @keyframes bluebar {
     50% {
         left: 96px;
    }
}
 .section-heading {
     margin-bottom: 50px;
}
 @media (min-width: 991px) and (max-width: 1199px) {
     .action-btns.me-lg-0 {
         margin-right: 3rem !important;
    }
}
 @media (max-width: 991px) {
     .section-heading {
         margin-bottom: 30px;
    }
}
 .bg-light {
     background-color: #f8f9fa !important;
}
 .bg-primary-soft {
     background-color: rgba(23, 92, 255, 0.2);
}
 .bg-primary-light {
     background-color: rgba(23, 92, 255, 0.75);
}
 .bg-primary {
     background-color: #015CC0 !important;
}
 .bg-primary-dark {
     background-color: #0044e3;
}
 .bg-info-soft {
     background-color: rgba(80, 181, 255, 0.2);
}
 .bg-info-light {
     background-color: rgba(80, 181, 255, 0.75);
}
 .bg-info {
     background-color: #50b5ff !important;
}
 .bg-info-dark {
     background-color: #1d9fff;
}
 .bg-success-soft {
     background-color: rgba(92, 201, 167, 0.2);
}
 .bg-success-light {
     background-color: rgba(92, 201, 167, 0.75);
}
 .bg-success {
     background-color: #5cc9a7 !important;
}
 .bg-success-dark {
     background-color: #3cb690;
}
 .bg-warning-soft {
     background-color: rgba(255, 177, 22, 0.2);
}
 .bg-warning-light {
     background-color: rgba(255, 177, 22, 0.75);
}
 .bg-warning {
     background-color: #ffb116 !important;
}
 .bg-warning-dark {
     background-color: #e29600;
}
 .bg-danger-soft {
     background-color: rgba(242, 87, 103, 0.2);
}
 .bg-danger-light {
     background-color: rgba(242, 87, 103, 0.75);
}
 .bg-danger {
     background-color: #f25767 !important;
}
 .bg-danger-dark {
     background-color: #ee283c;
}
 .bg-dark-soft {
     background-color: rgba(192, 192, 197, 0.5);
}
 .bg-dark-light {
     background-color: #24224f;
}
 .bg-dark {
     background-color: #14132f !important;
}
 .bg-dark-dark {
     background-color: #030714;
}
 .bg-purple {
     background-color: var(--bs-purple) !important;
}
 .bg-secondary-light {
     background-color: rgba(192, 192, 197, 0.2);
}
 .bg-secondary {
     background-color: #c0c0c5 !important;
}
 .bg-secondary-dark {
     background-color: #a5a5ad;
}
 .bg-custom-light {
     background-color: rgba(255, 255, 255, 0.1);
}
 .bg-black2, .bg-dark-black {
     background-color: #0d0d1b;
}
 .bg-soft-black {
     background-color: #222222;
}
/*gradient bg*/
 .primary-bg-gradient {
     background: -webkit-gradient(linear, left top, right top, from(#0b163f), to(#015CC0)) !important;
     background: linear-gradient(90deg, #0b163f, #015CC0) !important;
}
 .info-bg-gradient {
     background: -webkit-gradient(linear, left top, right top, from(#91e63), to(#f73859e)) !important;
     background: linear-gradient(90deg, #e91e63, #f73859) !important;
}
 .success-bg-gradient {
     background: -webkit-gradient(linear, left top, right top, from(#5cc9a7), to(#36a381)) !important;
     background: linear-gradient(90deg, #5cc9a7, #36a381) !important;
}
 .success-bg-gradient2 {
     background: -webkit-gradient(linear, left top, right top, from(#36a381), to(#5cc9a7)) !important;
     background: linear-gradient(90deg, #36a381, #5cc9a7) !important;
}
 .warning-bg-gradient {
     background: -webkit-gradient(linear, left top, right top, from(#ffb116), to(#c98500)) !important;
     background: linear-gradient(90deg, #ffb116, #c98500) !important;
}
 .danger-bg-gradient {
     background: -webkit-gradient(linear, left top, right top, from(#f25767), to(#ea1228)) !important;
     background: linear-gradient(90deg, #f25767, #ea1228) !important;
}
 .dark-bg-gradient {
     background: -webkit-gradient(linear, left top, right top, from(#015CC0), to(#0b4370)) !important;
     background: linear-gradient(90deg, #015CC0, #0b4370) !important;
}
 .dark-bg-gradient2 {
     background: -webkit-gradient(linear, left top, right top, from(#28273d), to(#3e3d58)) !important;
     background: linear-gradient(90deg, #28273d, #3e3d58) !important;
}
 .secondary-bg-gradient {
     background: -webkit-gradient(linear, left top, right top, from(#c0c0c5), to(#9898a0)) !important;
     background: linear-gradient(90deg, #c0c0c5, #9898a0) !important;
}
 .bg-gradient {
     background: -webkit-gradient(linear, left top, right top, from(#071c4d), to(#002d97)) !important;
     background: linear-gradient(90deg, #071c4d, #002d97) !important;
}
 a, .btn-link {
     color: rgba(1, 92, 191, 0.85);
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 a:hover, .btn-link:hover {
     color: #015CC0;
     text-decoration: none;
}
 .link-text, .watch-now-btn {
     font-family: "Poppins", sans-serif;
     font-weight: 500;
}
 .watch-now-btn {
     font-size: 0.875rem;
     color: #b3b3b9;
     text-align: center;
}
 .watch-now-btn i {
     width: 40px;
     height: 40px;
     line-height: 38px;
     font-size: 12px;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     border: 2px solid #fff;
     margin-right: 10px;
     border-radius: 50%;
     color: #c0c0c5;
}
 .watch-now-btn:hover {
     color: #fff;
}
 .watch-now-btn:hover i {
     background: #fff;
     color: #015CC0;
}
 @media (min-width: 367px) and (max-width: 575px) {
     .watch-now-btn {
         margin-left: 10px;
    }
}
 .read-more-link {
     font-weight: 600;
     font-family: "Poppins", sans-serif;
     font-size: 0.9375rem;
}
 .read-more-link i {
     vertical-align: middle;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .read-more-link:hover i {
     -webkit-transform: translateX(3px);
     transform: translateX(3px);
     margin-left: 10px;
}
/*animated screen img*/
 .animated-hero-1 .type-0 {
     right: -110px;
     top: -160px;
}
 @media (min-width: 991px) and (max-width: 1560px) {
     .animated-hero-1 .type-0 {
         top: -100px;
    }
}
 @media (min-width: 320px) and (max-width: 991px) {
     .animated-hero-1 {
         display: none;
    }
}
 .shape-bottom-img img.bottom-shape {
     position: absolute;
     left: 0;
     right: 0;
     bottom: -2px;
     z-index: 1;
     width: 100%;
     margin: 0 auto;
}
/*animated shape*/
 .animate-element {
     list-style: none;
     width: 100%;
     height: 100%;
     right: 0;
}
 .animate-element li {
     position: absolute;
     height: 100%;
     width: 100%;
}
 .circle-shape-images {
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .circle-shape-item {
     position: absolute;
     opacity: 0.55;
}
 .circle-shape-item.type-0.hero-1 {
     left: 12px;
     bottom: -40px;
     width: 340px;
     opacity: 0.8;
}
 .circle-shape-item.type-1.hero-1 {
     right: 55px;
     top: 40px;
     width: 186px;
}
 .circle-shape-item.type-2.hero-1 {
     right: 40px;
     bottom: -20px;
     width: 100px;
}
 .circle-shape-item.type-3.hero-1 {
     left: 115px;
     top: 25px;
     width: 36px;
}
 .circle-shape-item.type-4.hero-1 {
     left: 135px;
     top: 55px;
     width: 70px;
}
 .circle-shape-item.type-5.hero-1 {
     right: 0;
     bottom: -60px;
     width: 50px;
}
 @media (min-width: 320px) and (max-width: 575px) {
     .circle-shape-item.type-0.hero-1 {
         width: 250px;
    }
}
/*shape services of features*/
 .shape-service .color-shape-1 {
     top: -100px;
     right: 0;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
}
 .shape-service .color-shape-2 {
     left: -120px;
     bottom: 100px;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
}
 .shape-service .color-shape-3 {
     right: 0;
     bottom: -50px;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
}
/*coming soon page css*/
 .fixed-bg {
     height: 100vh;
     width: 100vh;
     border-radius: 0 10rem 30rem 0;
     top: 0;
     left: 0;
     z-index: 1;
     position: fixed;
}
 .white-popup-block {
     max-width: 768px;
     margin: 30px auto;
     position: relative;
}
 .animated-circle li {
     position: absolute;
     z-index: 1;
     border-radius: 50%;
}
 .animated-circle li:nth-child(1n) {
     height: 24vw;
     width: 24vw;
     top: 5.3vh;
     right: 20.3vw;
     bottom: inherit;
     -webkit-animation: zoom-1 50s infinite;
     animation: zoom-1 50s infinite;
     -webkit-animation-delay: 2s;
     animation-delay: 2s;
}
 .animated-circle li:nth-child(2n) {
     height: 15vw;
     width: 15vw;
     top: -8.8vh;
     right: -3.4vw;
     bottom: inherit;
     -webkit-animation: zoom-2 50s infinite;
     animation: zoom-2 50s infinite;
     -webkit-animation-delay: 2s;
     animation-delay: 2s;
}
 .animated-circle li:nth-child(3n) {
     height: 10vw;
     width: 10vw;
     top: 40vh;
     right: 6.5vw;
     bottom: inherit;
     -webkit-animation: zoom-1 50s infinite;
     animation: zoom-1 50s infinite;
     -webkit-animation-delay: 2s;
     animation-delay: 2s;
}
 .animated-circle li:nth-child(4n) {
     height: 8vw;
     width: 8vw;
     bottom: 0;
     top: inherit;
     right: 10vw;
     -webkit-animation: zoom-2 50s infinite;
     animation: zoom-2 50s infinite;
     -webkit-animation-delay: 2s;
     animation-delay: 2s;
}
 @-webkit-keyframes zoom-1 {
     0% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     25% {
         -webkit-transform: scale(0.8);
         transform: scale(0.8);
    }
     75% {
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
    }
     100% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
}
 @keyframes zoom-1 {
     0% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     25% {
         -webkit-transform: scale(0.8);
         transform: scale(0.8);
    }
     75% {
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
    }
     100% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
}
 @-webkit-keyframes zoom-2 {
     0% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     25% {
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
    }
     75% {
         -webkit-transform: scale(0.8);
         transform: scale(0.8);
    }
     100% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
}
 @keyframes zoom-2 {
     0% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     25% {
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
    }
     75% {
         -webkit-transform: scale(0.8);
         transform: scale(0.8);
    }
     100% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
}
/*404 css*/
 .error-404 {
     margin-bottom: 30px;
     font-size: 180px;
     line-height: 0.889em;
}
 .block-item-patterns {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
}
 .block-item-pattern {
     height: 27px;
     width: 27px;
}
 .pattern-block-1:nth-child(1) .block-item-pattern:nth-child(1) {
     top: 0;
     right: 40px;
}
 .pattern-block-1:nth-child(1) .block-item-pattern:nth-child(2) {
     bottom: 27px;
     left: 0;
}
 .pattern-block-1:nth-child(1) .block-item-pattern:nth-child(3) {
     bottom: 0;
     left: 27px;
}
 .pattern-block-2:nth-child(1) .block-item-pattern:nth-child(1) {
     top: 60px;
     right: 0;
}
 .pattern-block-2:nth-child(1) .block-item-pattern:nth-child(2) {
     bottom: 60px;
     left: 0;
}
 .pattern-block-2:nth-child(1) .block-item-pattern:nth-child(3) {
     bottom: 60px;
     right: 0;
}
 .pattern-block-3:nth-child(1) .block-item-pattern:nth-child(1) {
     top: 0;
     left: 40px;
}
 .pattern-block-3:nth-child(1) .block-item-pattern:nth-child(2) {
     bottom: 27px;
     right: 0;
}
 .pattern-block-3:nth-child(1) .block-item-pattern:nth-child(3) {
     bottom: 0;
     right: 27px;
}
 .promo-icon i {
     line-height: normal;
}
 .card-bar {
     width: 100px;
     height: 10px;
     border-radius: 20px 0 0 20px;
}
 .promo-border-hover {
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .promo-border-hover:hover {
     background: transparent !important;
     border-color: #015CC0 !important;
}
 .contact-us-promo span {
     line-height: normal;
     margin-bottom: 30px;
}
/*app two promo feature*/
 .app-two-single-feature {
     border-radius: 6px;
     background-color: rgb(255, 255, 255);
     -webkit-box-shadow: 0 30px 70px 0 rgba(0, 15, 56, 0.1);
     box-shadow: 0 30px 70px 0 rgba(0, 15, 56, 0.1);
     padding: 25px 20px;
}
 .app-two-single-feature-icon i {
     border-radius: 10px;
     width: 60px;
     height: 60px;
     line-height: 60px;
     text-align: center;
     font-size: 25px;
     display: inline-block;
}
 .app-two-single-feature-icon.box-one i {
     background-color: rgba(217, 34, 255, 0.1);
     color: #d922ff;
}
 .app-two-single-feature-icon.box-two i {
     background-color: rgba(255, 62, 102, 0.1);
     color: #ff3e66;
}
 .app-two-single-feature-icon.box-three i {
     background-color: #f2576714;
     color: #ff3951;
}
 .app-two-single-feature-icon.box-four i {
     background-color: rgba(57, 135, 255, 0.1);
     color: #3987ff;
}
 .video-bg-with-icon {
     display: grid;
     padding: 200px 0;
     place-items: center;
     border-radius: 15px;
     position: relative;
     -webkit-box-shadow: 0 40px 40px 0 rgba(14, 17, 51, 0.2);
     box-shadow: 0 40px 40px 0 rgba(14, 17, 51, 0.2);
}
 .video-bg-with-icon::before {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     border-radius: 15px;
     background-color: rgba(72, 43, 118, 0.7);
}
 .video-bg-with-icon a {
     color: #f25767;
     position: relative;
     z-index: 20;
     background-color: #fff;
     height: 80px;
     display: block;
     width: 80px;
     text-align: center;
     line-height: 80px;
     border-radius: 50%;
     font-size: 20px;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .video-bg-with-icon a:hover {
     background-color: #015CC0;
     color: #fff;
}
 .video-promo-icon-wrapper {
     margin-top: -220px;
     padding-top: 300px;
}
 @media (min-width: 320px) and (max-width: 767px) {
     .video-promo-icon-wrapper {
         padding-top: 250px;
    }
}
 .single-icon-box i {
     width: 40px;
     height: 40px;
     line-height: 40px;
     text-align: center;
     border-radius: 5px;
     color: #fff;
     margin-bottom: 20px;
}
 .single-icon-box i.icon-one {
     background-color: #ee283c;
}
 .single-icon-box i.icon-two {
     background-color: #0e9541;
}
 .single-icon-box i.icon-three {
     background-color: #ff7d1a;
}
 .single-icon-box i.icon-four {
     background-color: #3987ff;
}
 @media (min-width: 767px) {
     .cta-left-info {
         width: 65% !important;
    }
}
 @media (min-width: 767px) {
     .cta-img {
         width: 35% !important;
    }
}
 @media (min-width: 320px) and (max-width: 767px) {
     .cta-left-info {
         width: 100%;
    }
     .cta-img {
         display: none;
    }
}
 .software-uikit {
     -webkit-box-flex: 1;
     -ms-flex: 1;
     flex: 1;
     background-position: 50px 100px;
     background-size: cover;
     background-repeat: no-repeat;
}
 .img-with-shape-wrap {
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
}
 .shape-image {
     overflow: hidden;
     border-radius: 1rem;
}
 .shape-image .screen-img {
     position: relative;
     left: 80px;
     top: 90px;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
     -o-object-position: 0 0;
     object-position: 0 0;
}
 .shape-bottom {
     position: absolute;
     left: 0;
     top: auto;
     right: auto;
     bottom: -10%;
     width: 100%;
}
/*circle shape*/
 .circle-shape-2 {
     width: 335px;
     min-height: 335px;
     min-width: 335px;
}
 .circle-shape-1 {
     top: -250px;
     width: 356px;
     min-height: 356px;
     min-width: 356px;
}
 .circle-shape-3 {
     bottom: -210px;
     width: 300px;
     min-height: 300px;
     min-width: 300px;
}
 @media (min-width: 320px) and (max-width: 991px) {
     .circle-shape-2, .circle-shape-1, .circle-shape-3 {
         display: none;
    }
}
/*app two cta*/
 .app-two-mockup::before {
     content: "";
     position: absolute;
     top: 50%;
     right: 50%;
     -webkit-transform: translate(50%, -50%);
     transform: translate(50%, -50%);
     width: 450px;
     height: 450px;
     border-radius: 50%;
     background-color: rgb(245, 161, 42);
     z-index: 5;
}
 .action-btns ul li a {
     background-color: transparent;
     border: 2px solid #9b2cfa;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     font-size: 13px;
     font-weight: 600;
     color: var(--bs-light);
     padding: 10px 23px;
     line-height: 40px;
}
 .action-btns ul li a i {
     font-size: 30px;
}
 .action-btns ul li a span {
     line-height: 14px;
     font-weight: 400;
     text-align: left;
}
 .action-btns ul li a span span {
     font-size: 16px;
     font-weight: 700;
     display: block;
     line-height: 20px;
}
 .action-btns ul li a:hover {
     background-color: #fff;
     border: 2px solid transparent;
     color: #0b163f;
}
 .hero-subscribe-form-wrap {
     max-width: 460px;
}
 .skewed-wrap {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     z-index: -1;
     overflow: hidden;
}
 .skewed-1 {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     border-bottom: 282px solid #fff;
     border-left: 100vw solid transparent;
}
 .hero-bg-img {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     z-index: -2;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
}
 @media (min-width: 320px) and (max-width: 414px) {
     .hero-subscribe-form input.btn {
         position: relative;
         right: 0;
         top: 10px;
         margin-bottom: 15px;
         -webkit-transition: all 0.3s ease-in;
         transition: all 0.3s ease-in;
    }
     .hero-subscribe-form input.form-control {
         padding: 0.75rem 1rem;
    }
}
 .app-screen-bg {
     background-position: 50% 100%;
     background-size: contain;
     background-repeat: no-repeat;
}
 .app-screen-wrap {
     grid-row-start: 1;
     grid-row-end: 2;
     grid-column-start: 3;
     grid-column-end: 5;
     -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(29.4046deg) rotateY(0deg) rotateZ(-19.4046deg) skew(0deg, 0deg);
     transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(29.4046deg) rotateY(0deg) rotateZ(-19.4046deg) skew(0deg, 0deg);
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
}
 .screen-grid {
     display: grid;
     grid-auto-columns: 1fr;
     grid-template-rows: auto auto;
     grid-row-gap: 16px;
     grid-column-gap: 16px;
}
 .grid-app-screens {
     width: 130%;
     max-width: 1100px;
     padding-left: 5%;
     justify-items: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     grid-template-columns: 1fr 2.2fr;
     -webkit-perspective: 1000px;
     perspective: 1000px;
     -webkit-transform: perspective(1000px);
     transform: perspective(1000px);
}
 .screen-1 {
     grid-row-start: span 2;
     grid-row-end: span 2;
     width: 100%;
}
 .screen-3 {
     justify-self: start;
}
 .circle-shape-wrap {
     grid-column-end: 4;
     -ms-grid-column: 3;
     grid-column-start: 3;
     -ms-grid-row-span: 1;
     grid-row-end: 2;
     -ms-grid-row: 1;
     grid-row-start: 1;
}
 .circle-img-1 {
     position: absolute;
     width: 16%;
     margin-top: 2%;
     margin-left: 44%;
}
 .circle-img-2 {
     position: absolute;
     width: 10%;
     margin-top: -7%;
     margin-left: 57%;
}
 .circle-img-3 {
     position: absolute;
     width: 8%;
     margin-top: -19%;
     margin-left: 36%;
}
/*hero-3*/
 .hero-screen-wrap {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     margin-right: -120px;
}
 .hero-screen-wrap .phone-screen {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 220px;
     flex: 0 0 220px;
     width: 220px;
     margin-bottom: -30px;
     margin-right: -220px;
     z-index: 2;
}
 .hero-screen-wrap .mac-screen {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 885px;
     flex: 0 0 885px;
     width: 885px;
     margin-right: -180px;
     z-index: 1;
}
 @media (min-width: 1480px) and (max-width: 1836px) {
     .hero-screen-wrap {
         margin-right: 0;
    }
     .hero-screen-wrap .phone-screen {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 165px;
         flex: 0 0 165px;
    }
     .hero-screen-wrap .mac-screen {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 765px;
         flex: 0 0 765px;
         margin-right: 0;
    }
}
 @media (min-width: 320px) and (max-width: 1479px) {
     .hero-screen-wrap {
         margin-right: 0;
    }
     .hero-screen-wrap .phone-screen {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 100px;
         flex: 0 0 100px;
         margin-right: 0;
    }
     .hero-screen-wrap .mac-screen {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 465px;
         flex: 0 0 465px;
         margin-right: 0;
    }
}
 @media (min-width: 320px) and (max-width: 767px) {
     .hero-screen-wrap {
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
    }
     .hero-screen-wrap .phone-screen {
         display: none;
    }
     .hero-screen-wrap .mac-screen {
         -webkit-box-flex: 1;
         -ms-flex: auto;
         flex: auto;
    }
}
/*hero-5*/
 .widget-img-1 {
     top: 22%;
     left: -90px;
}
 .widget-img-2 {
     bottom: -12%;
     left: -75px;
}
 .widget-img-3 {
     top: 40%;
     right: -100px;
}
 .widget-img-4 {
     bottom: -10%;
     right: 35px;
}
 .widget-img-5 {
     top: -35%;
     left: -35%;
}
 .widget-img-6 {
     top: -30%;
     right: -35%;
}
/*hero-8*/
 .hero-app-img::before {
     content: "";
     position: absolute;
     top: 55%;
     right: 50%;
     -webkit-transform: translate(50%, -50%);
     transform: translate(50%, -50%);
     border-radius: 50%;
     background-color: #f6c37b;
     width: 450px;
     height: 450px;
}
 .hero-app-img img {
     position: relative;
     z-index: 5;
}
 @media (min-width: 320px) and (max-width: 991px) {
     .widget-img-wrap {
         display: none;
    }
     .hero-app-img::before, .app-two-mockup::before {
         display: none;
    }
}
 .office-address {
     height: 360px;
     position: relative;
     width: 100%;
     -webkit-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .office-content {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     height: 100%;
     width: 100%;
     background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.45)));
     background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.45));
     -webkit-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
 .office-overlay {
     opacity: 0;
     background-color: rgba(11, 22, 63, 0.5);
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     -webkit-transition: all 0.3s linear;
     transition: all 0.3s linear;
     z-index: -1;
}
 .office-info {
     -webkit-box-flex: 0;
     -ms-flex: 0 1 38%;
     flex: 0 1 38%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-flow: column wrap;
     flex-flow: column wrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-transform: translateY(70%);
     transform: translateY(70%);
     -webkit-transition: all 0.3s linear;
     transition: all 0.3s linear;
}
 .office-info h5, .office-info .h5 {
     color: #fff;
}
 .office-info address {
     color: #fff;
     visibility: hidden;
     opacity: 0;
     -webkit-transition: visibility 0s linear 0.5s, opacity 0.8s linear;
     transition: visibility 0s linear 0.5s, opacity 0.8s linear;
     padding-bottom: 33px;
}
 .office-address:hover .office-overlay {
     opacity: 1;
}
 .office-address:hover .office-info {
     -webkit-transform: translateY(0);
     transform: translateY(0);
}
 .office-address:hover .office-info address {
     visibility: visible;
     opacity: 1;
     -webkit-transition-delay: 0.2s;
     transition-delay: 0.2s;
}
 .about-content-left {
     max-width: 602px;
     margin-right: 30px;
}
 .about-content-left .about-img-first {
     width: 100%;
     max-width: 76%;
}
 .about-content-right {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     max-width: 47%;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
}
 .about-content-right .about-img-last {
     max-width: 126%;
     margin-top: auto;
     -ms-flex-item-align: end;
     align-self: flex-end;
}
 @media (min-width: 992px) and (max-width: 1199px) {
     .about-content-left {
         max-width: 450px;
    }
}
 @media (min-width: 320px) and (max-width: 991px) {
     .section-heading-wrap {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
    }
     .about-content-left {
         margin-bottom: 40px;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: stretch;
         -ms-flex-align: stretch;
         align-items: stretch;
         margin-right: 0;
    }
     .about-content-right {
         max-width: 100%;
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -ms-flex-direction: row;
         flex-direction: row;
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between;
         -webkit-box-align: start;
         -ms-flex-align: start;
         align-items: flex-start;
    }
     .about-content-left .about-img-first {
         max-width: 100%;
         margin-top: 0 !important;
    }
     .about-content-right img:first-of-type {
         width: 45%;
         margin: 0 !important;
    }
     .about-content-right img:last-of-type {
         width: 50%;
         margin: 0 !important;
    }
}
/*story grid*/
 .story-grid {
     width: 100%;
     height: 720px;
     display: grid;
     grid-template-columns: 1fr 1fr;
     grid-template-rows: auto auto;
}
 .story-item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     padding: 1.5rem;
     text-align: center;
     width: 100%;
}
/*sticky sidebar*/
 .sticky-sidebar {
     position: sticky;
     top: 100px;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .style-guide .bg-primary-soft .style-guide-heading h2, .style-guide .bg-primary-soft .style-guide-heading .h2 {
     margin-bottom: 0;
     font-size: 1.75rem;
}
 .customer-logos-grid {
     display: grid;
     grid-auto-columns: 1fr;
     grid-row-gap: 16px;
     margin-right: auto;
     margin-left: auto;
     grid-column-gap: 40px;
     grid-template-columns: 1fr 1fr 1fr 1fr;
     grid-template-rows: auto;
}
 .customer-logos-grid img, .customer-logo {
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .customer-logo-gray {
     -webkit-filter: opacity(0.6);
     filter: opacity(0.6);
}
 .customer-logo {
     -webkit-filter: brightness(1) invert(1);
     filter: brightness(1) invert(1);
}
 .customer-logo:hover {
     -webkit-filter: brightness(0) invert(1);
     filter: brightness(0) invert(1);
}
 .customer-logo-gray:hover {
     -webkit-filter: none;
     filter: none;
}
 .client-logo-img {
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     display: grid;
     grid-gap: 25px;
     grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
 .client-logo-img li {
     width: 100%;
}
 @media (min-width: 320px) and (max-width: 575px) {
     .customer-logos-grid {
         grid-template-columns: 1fr 1fr 1fr;
         grid-column-gap: 30px;
    }
}
 .mb--150 {
     margin-bottom: -150px;
}
 .mb--100 {
     margin-bottom: -100px;
}
 .mb-10 {
     margin-bottom: 10px;
}
 .mb--250 {
     margin-bottom: -250px 
}
 .mb-32 {
     margin-bottom: 32px;
}
 .mb-30 {
     margin-bottom: 30px;
}
 .mb-20{
     margin-bottom: 20px 
}
 .white-space-100 {
     height: 100px;
}
 .pricing-tab-list {
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
}
 .pricing-tab-list li button {
     border: 0;
     outline: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     padding: 6px 15px;
     font-family: "Poppins", sans-serif;
     font-size: 0.875rem;
     font-weight: 500;
     background: #e2e8f0;
}
 .pricing-tab-list li:first-child button {
     border-radius: 5px 0 0 5px;
}
 .pricing-tab-list li:last-child button {
     border-radius: 0 5px 5px 0;
}
 .pricing-tab-list li button.active {
     background: #0b163f;
     color: #fff;
}
 .pricing-price span {
     font-size: 14px;
     color: #575757;
}
 .pricing-content-wrap {
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 .price-feature-col {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
     width: 50%;
}
 .left-radius {
     border-radius: 1rem 0 0 1rem;
}
 .right-radius {
     border-radius: 0 1rem 1rem 0;
}
 @media (min-width: 320px) and (max-width: 767px) {
     .price-feature-col {
         width: 100%;
    }
     .price-feature-col.left-radius {
         border-radius: 1rem 1rem 0 0;
    }
     .right-radius {
         border-radius: 1rem 1rem 0 0;
    }
}
 @media (min-width: 767px) and (max-width: 991px) {
     .price-feature-col {
         width: 100%;
    }
     .right-radius {
         border-radius: 1rem 1rem 0 0;
    }
}
 .pricing-header .package-name {
     font-size: 18px;
     font-weight: 600;
     margin-bottom: 14px;
}
 .pricing-header h4 span, .pricing-header .h4 span {
     font-size: 0.875rem;
     font-weight: 500;
     margin-left: 5px;
}
 .pricing-feature-list li {
     font-size: 15px;
     padding: 5px 0;
}
 .single-pricing-wrap {
     -webkit-transition: -webkit-transform 300ms ease;
     transition: -webkit-transform 300ms ease;
     transition: transform 300ms ease;
     transition: transform 300ms ease, -webkit-transform 300ms ease;
}
 .transform-hover:hover {
     -webkit-transform: translate(0px, -10px);
     transform: translate(0px, -10px);
}
 .transition-base {
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .dot-mask {
     -webkit-mask-image: url(../img/dots.svg);
     mask-image: url(../img/dots.svg);
}
 .dm-wh-200 {
     width: 200px;
     height: 200px;
}
 .dm-wh-250 {
     width: 250px;
     height: 250px;
}
 .dm-wh-300 {
     width: 300px;
     height: 300px;
}
 .dm-wh-350 {
     width: 350px;
     height: 350px;
}
 .dm-size-10 {
     -webkit-mask-size: 10px;
     mask-size: 10px;
}
 .dm-size-12 {
     -webkit-mask-size: 12px;
     mask-size: 12px;
}
 .dm-size-14 {
     -webkit-mask-size: 14px;
     mask-size: 14px;
}
 .dm-size-16 {
     -webkit-mask-size: 16px;
     mask-size: 16px;
}
 .dm-size-18 {
     -webkit-mask-size: 18px;
     mask-size: 18px;
}
 .dm-size-20 {
     -webkit-mask-size: 20px;
     mask-size: 20px;
}
 .dot-mask.bottom-right {
     right: -35px;
     bottom: -35px;
}
 .dot-mask.top-right {
     right: -35px;
     bottom: -35px;
}
 .dot-mask.top-left {
     left: -35px;
     top: -35px;
}
 .dot-mask.bottom-left {
     left: -35px;
     bottom: -35px;
}
 @media (min-width: 320px) and (max-width: 992px) {
     .dot-mask.top-left, .left--40 {
         left: 0 !important;
         top: -20px;
    }
     .dot-mask.top-right, .dot-mask.bottom-right, .right--40 {
         right: 0 !important;
    }
     .dm-wh-350 {
         display: none;
    }
     .author-img-wrap.pt-5, .author-img-wrap.ps-5 {
         padding-top: 0 !important;
         padding-left: 0 !important;
    }
}
 .two-bg-color {
     background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #015CC0), color-stop(0, var(--bs-light)));
     background-image: linear-gradient(90deg, #015CC0 40%, var(--bs-light) 0);
}
 .two-bg-dark-light {
     background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #dae7f8), color-stop(0, #eef5ff));
     background-image: linear-gradient(90deg, #dae7f8 40%, #eef5ff 0);
}
 @media (min-width: 320px) and (max-width: 767px) {
     .two-bg-dark-light {
         background: #e2e8f0;
    }
}


 .feature-icon {
     width: 65px;
     height: 65px;
     line-height: 65px;
     text-align: center;
}
 .icon-center {
     margin: 0 auto 32px;
}
 .feature-icon img {
     padding: 15px;
}
 .img-bg-shape {
     bottom: 0;
     left: 50%;
     top: 0;
     -webkit-transform: translateX(-50%) scale(1.1);
     transform: translateX(-50%) scale(1.1);
     width: 80%;
}
 .skewed-img-right {
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -webkit-transform: rotateY(-35deg) rotateX(15deg);
     transform: rotateY(-35deg) rotateX(15deg);
}
 .skewed-img-left {
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -webkit-transform: rotateY(-25deg) rotateX(-10deg);
     transform: rotateY(-25deg) rotateX(-10deg);
}
 .img-overlay-list {
     left: 40px;
     bottom: 30px;
     z-index: 1;
     grid-row-gap: 17px;
     -ms-grid-columns: 1fr;
     grid-template-columns: 1fr;
     -ms-grid-rows: auto;
     grid-template-rows: auto;
}
 .img-overlay-list li {
     margin: 12px 0;
}
 .img-overlay-list li i {
     width: 30px;
     height: 30px;
     line-height: 32px;
     text-align: center;
     margin-right: 12px;
}
 .choose-soft-img {
     position: relative;
     left: 25%;
}
/*feature tow col list*/
 .list-two-col, .list-three-col {
     max-width: 100%;
}
 .list-two-col li {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
     padding-right: 12px;
}
 .list-three-col li {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 33%;
     flex: 0 0 33%;
     max-width: 33%;
     padding-right: 12px;
}
 @media (min-width: 320px) and (max-width: 575px) {
     .list-two-col li {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
    }
}
 @media (min-width: 320px) and (max-width: 767px) {
     .list-three-col li {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
    }
}
 .feature-img .feature-top-img {
     position: absolute;
     left: 0.5rem;
     top: 5rem;
}
 .feature-img-shape:before {
     display: block;
     content: "";
     position: absolute;
     top: -10px;
     right: -60px;
     z-index: -1;
     width: 150px;
     height: 150px;
     -webkit-transform: scale(-1, 1);
     transform: scale(-1, 1);
     background-repeat: no-repeat;
}
 @media (min-width: 320px) and (max-width: 575px) {
     .feature-img-shape:before {
         display: none;
    }
}
 .feature-img-shape-top-right:before {
     background-image: url(../img/shape/dot-big-square.svg);
}
 @media (min-width: 320px) and (max-width: 991px) {
     .hide-medium {
         display: none;
    }
}
 .screenshots-content-wrap {
     position: relative;
     z-index: 2;
}
 .roted-img-wrap {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     margin-top: -100px;
     -webkit-perspective: 2200px;
     perspective: 2200px;
}
 .roted-img {
     position: relative;
     z-index: -1;
     width: 100%;
     margin-bottom: -90px;
     -webkit-transform: rotateX(50deg) rotateY(0) rotateZ(0);
     transform: rotateX(50deg) rotateY(0) rotateZ(0);
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
}
/*app screen feature*/
 .half-screen {
     top: 4%;
     left: 2.1%;
     width: 94%;
     height: auto;
     -o-object-fit: cover;
     object-fit: cover;
     border-top-left-radius: 0.9375rem;
     border-top-right-radius: 0.9375rem;
}
/*feature grid style*/
 .feature-grid {
     display: -ms-grid;
     display: grid;
     width: 100%;
     grid-auto-columns: 1fr;
     grid-column-gap: 30px;
     grid-row-gap: 30px;
     grid-template-columns: 1fr 1fr 1fr 1fr;
     grid-template-rows: auto auto;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}

.feature-grid-2 {
     display: -ms-grid;
     display: grid;
     width: 100%;
     grid-auto-columns: 1fr;
     grid-column-gap: 30px;
     grid-row-gap: 30px;
     grid-template-columns: 1fr 1fr 1fr;
     grid-template-rows: auto auto;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .highlight-card {
     -ms-grid-column-span: 1;
     grid-column-end: 2;
     -ms-grid-column: 1;
     grid-column-start: 1;
     -ms-grid-row-span: 2;
     grid-row-end: 3;
     -ms-grid-row: 1;
     grid-row-start: 1;
     display: block;
}
 .feature-card.border:hover {
     border-color: #aca7fd !important;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 @media (min-width: 767px) and (max-width: 992px) {
     .feature-grid {
         grid-template-columns: 1fr 1fr;
    }
	 
	 .feature-grid-2 {
         grid-template-columns: 1fr;
    }
}
 @media (min-width: 320px) and (max-width: 768px) {
     .swiper-button-next {
         right: -10px!important;
         left: auto;
    }
     .swiper-button-prev{
         left: -5px!important 
    }
     .feature-grid {
         grid-template-columns: 1fr;
    }
	 
	 .feature-grid-2 {
         grid-template-columns: 1fr;
    }
     .chooseus-style-two .inner-content .image-box .image-2{
         position: relative!important;
         left: 0px!important;
         top: 0px!important;
         width: 100%!important;
         height: 100%!important;
    }
     .chooseus-style-two .inner-content .image-box .image-1{
         max-width: 100%!important;
         margin-bottom: 30px!important;
    }
     .chooseus-style-two{
         padding: 70px 0px!important;
    }
     .chooseus-style-two .inner-content .image-box{
         min-height: auto!important;
    }
     .chooseus-style-two .inner-content .image-box{
         position: relative!important;
         margin-bottom: 40px!important;
    }
     .chooseus-style-two .content-box{
         padding-left: 0px!important;
    }
     .chooseus-style-two .content-box .inner-box{
         width: 100%!important;
         float: none!important;
    }
     .chooseus-style-two .content-box .inner-box .single-item .icon-box{
         left: 0px!important;
    }
     .chooseus-style-two .content-box .inner-box .single-item{
         padding-left: 50px!important;
    }
     .service-style-two{
         padding: 70px 0px 20px 0px;
    }
     .service-style-two .content-column{
         padding-top: 0px !important;
    }
     .service-style-two .sec-title{
         margin-bottom: 50px;
    }
     .service-style-two .image-column, .service-style-two .inner-content .bg-layer{
         display: none;
    }
     .service-block-two{
         margin: 0px 0px 60px 0px !important;
         left: 0px !important;
    }
     .service-block-two .inner-box{
         max-width: 100%;
    }
     .service-style-two .content-column{
         padding-top: 0px !important;
    }
     .service-style-two .sec-title{
         margin-bottom: 50px;
    }
}
 .border-line-style {
     position: relative;
     border-style: solid;
     border-width: 1px;
     border-color: #071c4d;
     padding-top: 0;
     padding-bottom: 0;
     border-top: 0 none transparent;
     border-right: 0 none transparent;
     border-bottom: 0 none transparent;
}
 .border-line {
     position: absolute;
     left: 0;
     top: 0;
     right: auto;
     bottom: auto;
     width: 2px;
     height: 65px;
     margin-top: 0;
     margin-left: -1px;
     background-color: #015CC0;
}
/*feature with image bg*/
 .feature-bg-mockup {
     position: absolute;
     opacity: 0.35;
     -o-object-fit: cover;
     object-fit: cover;
}
/*feature tab list*/
 .feature-tab-list li a {
     text-align: center;
     display: inline-block;
     font-size: 15px;
     font-weight: 600;
     font-family: "Poppins", sans-serif;
     color: #0b163f;
     border-radius: 6px 6px 0 0;
}
 .feature-tab-list li a.active {
     background: #0b163f;
     color: #fff;
}
 .feature-tab-list-2 li a {
     border: 1px solid #e92d30;
     background: rgb(255 255 255);
     padding: 0.7rem 1.5rem;
     font-size: 14px;
     font-weight: 500;
     font-family: "Poppins", sans-serif;
     color: #e92d30;
     margin-right: 15px;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     display: block;
     width: 100%;
}
 .feature-tab-list-2 li a:hover {
     background: #e92d30;
     border-color: #e92d30;
     color: #fff;
}
 .feature-tab-list-2 li a.active {
     background: #e92d30;
     color: #fff;
     border-color: #e92d30;
     display: block;
     width: 100%;
}
 .feature-tab-list-2 li:last-child a {
     margin-right: 0;
}
 @media (min-width: 320px) and (max-width: 767px) {
     .ms-dash-shadow{
         border-radius: 15px!important;
    }
     .feature-tab-list-2 {
         -webkit-box-pack: start !important;
         -ms-flex-pack: start !important;
         justify-content: start !important;
    }
     .feature-tab-list-2 li {
         margin: 5px 0;
         display: block;
         width: 100%;
    }
}
/*career*/
 .job-time {
     font-size: 14px;
}
 .company-logo {
     height: 130px;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 130px;
     flex: 0 0 130px;
}
 .company-logo .logo {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     height: 100%;
}
 .company-logo .logo img {
     -ms-flex-item-align: center;
     align-self: center;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
}
 .company-info-wrap {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
}
 .company-overview ul li {
     font-size: 15px;
}
 .annual-salary-wrap {
     background: #fff;
     padding: 30px;
     text-align: center;
}
 .annual-salary-wrap h6, .annual-salary-wrap .h6 {
     color: #0b163f !important;
}
 @media (min-width: 320px) and (max-width: 767px) {
     .company-logo {
         height: 100px;
         width: auto;
         margin-bottom: 25px;
         display: inline-block;
    }
     .company-info-wrap {
         display: inline-block;
    }
}
 @media (min-width: 320px) and (max-width: 992px) {
     .annual-salary-wrap {
         background: transparent;
         padding: 0;
         margin-top: 35px;
         text-align: left;
    }
     .annual-salary-wrap h6, .annual-salary-wrap .h6, .annual-salary-wrap span {
         color: #fff !important;
    }
}
 .content-list li {
     position: relative;
     font-size: 15px;
     padding-left: 15px;
     margin-bottom: 15px;
}
 .content-list li:before {
     position: absolute;
     left: 0;
     top: 11px;
     height: 6px;
     width: 6px;
     background: #0b163f;
     content: "";
     border-radius: 50%;
}
 .job-info-list li {
     font-size: 14px;
     margin-right: 15px !important;
}
 .job-overview-list li {
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     font-size: 16px;
     margin-bottom: 20px;
}
 .job-overview-list li i {
     margin-right: 15px;
}
 .overview-item span {
     font-size: 14px;
}
 .icon-box {
     margin-bottom: 30px;
}
 .icon-box i img{
     width: 50px;
     height: 50px;
}

.ms-icons .icon-box {
	
	width: auto!important;
	height: auto!important
}




.icon-box i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 22px;
}
/*app two feature*/
 .app-two-feature-two .section-heading h4, .app-two-feature-two .section-heading .h4 {
     color: #ff3e66;
}
 .app-two-feature-two-content ul li i {
     color: #0e9541;
}
 .app-two-feature-two-content .action-btns .app-two-btn {
     background-color: #ff3e66;
     color: #fff;
}
/*app two feature three*/
 .feature-three-content-wrap {
     border-radius: 6px;
     background-color: rgb(255, 255, 255);
     -webkit-box-shadow: 0 30px 70px 0 rgba(0, 15, 56, 0.1);
     box-shadow: 0 30px 70px 0 rgba(0, 15, 56, 0.1);
     padding: 20px 30px;
     -webkit-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     cursor: pointer;
}
 .app-two-feature-three-img .feature-three-blob {
     position: absolute;
     z-index: 5;
     top: 50%;
     right: 50%;
     -webkit-transform: translate(50%, -50%);
     transform: translate(50%, -50%);
}
 @media (min-width: 320px) and (max-width: 767px) {
     .app-two-feature-three-img > img {
         width: 80%;
    }
}
 .img-peice .img-one {
     top: 250px;
     left: -5%;
     z-index: 8;
}
 .img-peice .img-two {
     top: 205px;
     z-index: 8;
     right: -4%;
}
 .img-peice .img-three {
     z-index: 8;
     bottom: 78px;
     left: -5%;
}
 .faq-icon {
     font-size: 25px;
     line-height: normal;
}
 .faq-accordion .accordion-item {
     margin-bottom: 15px;
     border-radius: 1rem;
}
 .faq-accordion .accordion-item:last-of-type {
     margin-bottom: 0;
}
 .faq-accordion .accordion-item button {
     border-radius: 1rem 1rem 0 0;
     border: none;
     padding: 1.5rem;
     font-size: 18px;
     font-weight: 600;
}
 .faq-accordion .accordion-item button.accordion-button {
     border-radius: 1rem;
}
 .faq-accordion .accordion-item:last-of-type .accordion-button.collapsed {
     border-radius: 1rem;
}
 .faq-accordion .accordion-body {
     padding: 0 1.5rem 1.5rem 1.5rem;
}
 .faq-accordion .accordion-item button:focus {
     border-color: transparent;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
     background: transparent;
     -webkit-box-shadow: none;
     box-shadow: none;
     color: #015CC0;
}
 .accordion-list li {
     padding: 5px 0;
}
 .accordion-list li a {
     color: #575757;
     display: inline-block;
     width: 100%;
}
 .accordion-list li a:hover {
     color: #015CC0;
}
 .support-article-tab {
     display: inline-block;
}
 .support-article-tab.nav-pills .nav-link.active, .support-article-tab.nav-pills .show > .nav-link {
     color: #015CC0;
     background: transparent;
}
 .support-article-tab button.nav-link {
     padding: 0.5rem 0;
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     width: 100%;
     color: #575757;
}
 .support-article-tab button.nav-link:hover, .support-article-tab a:hover {
     color: #015CC0 !important;
}
 .quick-support a {
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .quick-support a:hover {
     color: #015CC0 !important;
}
 .quick-support-icon i {
     width: 40px;
     height: 40px;
     line-height: 40px;
     text-align: center;
}
 .support-article-title {
     font-family: "Open Sans", sans-serif;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .support-article-list li a:hover .support-article-title {
     color: #015CC0;
}
 .support-article-list li a:hover .read-more-link i {
     -webkit-transform: translateX(3px);
     transform: translateX(3px);
     margin-left: 10px;
}
 .support-article-list li a:hover .read-more-link {
     opacity: 0.9;
}
 .support-article-list li a:hover p {
     color: #575757;
}
 .team-single-wrap {
     position: relative;
     display: block;
     overflow: hidden;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .team-img {
     position: relative;
     overflow: hidden;
}
 .team-img img {
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .team-single-wrap:hover .team-img img {
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
     -webkit-box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
     box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
}
 .team-social-list {
     position: absolute;
     top: 8%;
     right: 8%;
}
 .team-social-list.team-social-style-2 {
     bottom: 8%;
     top: auto;
}
 .team-social-list li {
     margin: 3px 0 !important;
}
 .team-social-list li a, .author-social-list li a {
     display: block;
     width: 32px;
     height: 32px;
     line-height: 32px;
     text-align: center;
     font-size: 15px;
     border-radius: 3px;
     background: var(--bs-light);
     color: var(--body-color);
     -webkit-transform: translateX(250px);
     transform: translateX(250px);
     -webkit-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .author-social-list.social-bg-ts li a {
     background: transparent;
     color: var(--bs-white);
}
 .team-social-list li a:hover, .author-social-list li a:hover {
     background: var(--bs-primary);
     color: var(--bs-white);
}
 .team-single-wrap:hover .team-social-list li a {
     -webkit-transform: translateX(0);
     transform: translateX(0);
     -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
     box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
}
 .author-social-list li a {
     -webkit-transform: none;
     transform: none;
}
 .blog-grid {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     opacity: 1;
}
 .blog-grid .featured-post-wrapper, .blog-grid .posts-wrapper {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-flow: column nowrap;
     flex-flow: column nowrap;
     -webkit-box-flex: 1;
     -ms-flex: 1 1;
     flex: 1 1;
}
 .blog-grid .featured-post-wrapper .blog-item, .blog-grid .posts-wrapper .blog-item {
     -webkit-box-flex: 1;
     -ms-flex: 1 1;
     flex: 1 1;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     padding: 15px;
     width: 100%;
}
 .blog-grid .blog-item .blog-content {
     border-radius: 1rem;
}
 .blog-grid .featured-post-wrapper .blog-item .read-more-link, .blog-grid .posts-wrapper .blog-item .read-more-link {
     display: inline-block;
}
 .blog-grid .featured-post-wrapper .blog-item .read-more-link a, .blog-grid .posts-wrapper .blog-item .read-more-link a {
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
     -webkit-transform: translateX(-15px);
     transform: translateX(-15px);
     background-color: transparent;
     color: #015CC0;
}
 .blog-grid .featured-post-wrapper .blog-item .read-more-link a i, .blog-grid .posts-wrapper .blog-item .read-more-link a i {
     margin-left: 10px;
     margin-right: 0;
     font-size: 14px;
     line-height: 14px;
     position: relative;
     text-align: left;
     margin-top: 3px;
}
 .blog-grid .featured-post-wrapper .blog-item:hover .read-more-link a, .blog-grid .posts-wrapper .blog-item:hover .read-more-link a {
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
     -webkit-transform: translateX(0);
     transform: translateX(0);
     background-color: #015CC0;
     color: #fff;
}
 .blog-grid .featured-post-wrapper .blog-item .blog-content:hover, .blog-grid .posts-wrapper .blog-item .blog-content:hover {
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .blog-grid .featured-post-wrapper .blog-item .blog-content:hover .blog-media img, .blog-grid .posts-wrapper .blog-item .blog-content:hover .blog-media img {
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
}
 .blog-grid .featured-post-wrapper .blog-item .blog-content:hover .blog-text h3, .blog-grid .featured-post-wrapper .blog-item .blog-content:hover .blog-text .h3, .blog-grid .posts-wrapper .blog-item .blog-content:hover .blog-text h3, .blog-grid .posts-wrapper .blog-item .blog-content:hover .blog-text .h3 {
     color: #015CC0;
}
 .blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text h3, .blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text .h3 {
     color: #015CC0;
}
 .blog-grid .featured-post-wrapper .blog-item .read-more-link a {
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
     -webkit-transform: translateX(0);
     transform: translateX(0);
     background-color: #015CC0;
     color: #fff;
}
 .blog-text a {
     text-decoration: none;
}
 .blog-grid .featured-post-wrapper .blog-item .blog-content {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-flex: 1;
     -ms-flex: 1 1 100%;
     flex: 1 1 100%;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-flow: column nowrap;
     flex-flow: column nowrap;
     position: relative;
     width: 100%;
}
 .blog-grid .featured-post-wrapper .blog-item .blog-content .blog-media {
     -webkit-box-flex: 1;
     -ms-flex: 1 1 46%;
     flex: 1 1 46%;
     width: 100%;
     border-radius: 1rem 1rem 0 0;
}
 .blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text {
     height: 290px;
     width: 100%;
}
 .blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text .featured-badge {
     position: absolute;
     right: 5%;
     top: -1px;
}
 .blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text .featured-badge i {
     font-size: 35px;
}
 .blog-grid .blog-content {
     background-color: #fff;
     background-size: cover;
     -webkit-box-shadow: none;
     box-shadow: none;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     position: relative;
     width: 100%;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .blog-grid .blog-content .blog-media {
     height: auto;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     position: relative;
     width: 35%;
     overflow: hidden;
     border-radius: 1rem 0 0 1rem;
}
 .blog-grid .blog-content .blog-media img {
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
     background-color: #fff;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .blog-grid .blog-content .blog-text {
     padding: 33px;
     width: 65%;
}
 @media (min-width: 320px) and (max-width: 991px) {
     .blog-grid {
         display: block;
    }
}
 @media (min-width: 320px) and (max-width: 767px) {
     .blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text {
         height: auto;
    }
     .blog-grid .blog-content .blog-media, .blog-grid .blog-content .blog-text {
         width: 100%;
    }
     .blog-grid .blog-content .blog-media {
         border-radius: 1rem 1rem 0 0;
    }
}
/*blog page css*/
 .single-article {
     position: relative;
     overflow: hidden;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     min-width: 0;
     word-wrap: break-word;
     background-color: #fff;
     background-clip: border-box;
     border: 1px solid rgb(241, 241, 241);
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .single-article a {
     text-decoration: none;
     display: block;
}
 .article-img {
     position: relative;
     overflow: hidden;
}
 .article-img:before {
     content: "";
     display: block;
     background: rgba(0, 0, 0, 0.25);
     -webkit-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 1;
}
 .article-img img {
     -ms-flex-negative: 0;
     flex-shrink: 0;
     width: 100%;
     height: 14rem;
     -o-object-fit: cover;
     object-fit: cover;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     -webkit-transform: rotate(0) scale(1);
     transform: rotate(0) scale(1);
}
 .single-article.feature-article {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     flex-direction: row;
}
 .single-article.feature-article .article-img img {
     height: 20rem;
}
 .single-article.feature-article .article-content {
     width: -webkit-fit-content;
     width: -moz-fit-content;
     width: fit-content;
}
 @media (min-width: 320px) and (max-width: 575px) {
     .single-article.feature-article {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
    }
     .single-article.feature-article .article-img img {
         height: 14rem;
    }
}
 .article-category a {
     font-weight: 600;
     font-family: "Poppins", sans-serif;
}
 .avatar-name {
     font-size: 15px;
}
 .avatar-info span {
     font-size: 14px;
}
 .article-title:hover, .avatar-name:hover {
     color: #015CC0;
}
 .limit-2-line-text {
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
}
 .single-article:hover .article-img img {
     -webkit-transform: rotate(3deg) scale(1.1);
     transform: rotate(3deg) scale(1.1);
}
 .single-article:hover .article-img:before {
     background: transparent;
}
 .single-article:hover {
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
     -webkit-box-shadow: 0 11px 18px -8px rgba(0, 0, 0, 0.16);
     box-shadow: 0 11px 18px -8px rgba(0, 0, 0, 0.16);
}
 .page-link {
     padding: 0.5rem 1.25rem;
     font-size: 0.875rem;
     line-height: 1.5;
     font-family: var(--bs-font-monospace);
     font-weight: 600;
}
 .page-item.active .page-link {
     background: #015CC0;
     border-color: #015CC0;
}
 .page-link:focus {
     -webkit-box-shadow: none;
     box-shadow: none;
     color: #015CC0;
}
 .article-info a {
     font-size: 0.875rem;
}
 .article-info a i {
     color: #c0c0c5;
}
 .integration-list-wrap {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
}
 .integration-list-wrap a {
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin-right: 16px;
     margin-left: 16px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     border-radius: 100px;
     -webkit-box-shadow: 7px 7px 10px 0 rgba(55, 65, 81, 0.12);
     box-shadow: 7px 7px 10px 0 rgba(55, 65, 81, 0.12);
}
 .integration-list-wrap a {
     width: 65px;
}
 .integration-list-wrap a img {
     padding: 10px;
}
 .integration-list-wrap a.integration-1 {
     left: -120px;
     top: 0;
}
 .integration-list-wrap a.integration-2 {
     top: -21px;
     right: -22px;
}
 .integration-list-wrap a.integration-3 {
     left: -191px;
     margin-right: 16px;
     margin-left: 16px;
}
 .integration-list-wrap a.integration-5 {
     left: -150px;
     bottom: -30px;
}
 .integration-list-wrap a.integration-6 {
     left: 50px;
     bottom: 0;
}
 .integration-list-wrap a.integration-7 {
     left: 120px;
     top: 0;
}
 .integration-list-wrap a.integration-8 {
     top: -21px;
     right: 22px;
}
 .integration-list-wrap a.integration-9 {
     left: 191px;
}
 .integration-list-wrap a.integration-11 {
     left: 150px;
     bottom: -30px;
}
 .integration-list-wrap a.integration-12 {
     left: -50px;
     bottom: 0;
}
 .integration-badge {
     top: 8%;
     right: 8%;
     font-size: 12px;
     letter-spacing: 0.2px;
     font-weight: 500;
     font-family: "Poppins", sans-serif;
}
 .connected-app-single {
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .connected-app-single:hover {
     -webkit-transform: translateY(-2px);
     transform: translateY(-2px);
     -webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.09);
     box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.09);
     background: #fff !important;
}
 @media (min-width: 320px) and (max-width: 991px) {
     .integration-list-wrap {
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -ms-flex-direction: row;
         flex-direction: row;
    }
     .integration-list-wrap a {
         position: inherit;
         width: 45px;
    }
     .integration-list-wrap a img {
         padding: 10px;
    }
}
 @media (min-width: 320px) and (max-width: 767px) {
     .integration-list-wrap a img {
         padding: 0;
    }
     .integration-list-wrap a {
         -webkit-box-shadow: none;
         box-shadow: none;
         margin-right: 8px;
         margin-left: 8px;
    }
}
 .integration-list {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     grid-gap: 25px;
     justify-items: center;
}
 .integration-list li {
     width: 100%;
}
 .integration-list li .single-integration {
     -webkit-box-shadow: rgb(13 21 55 / 10%) 0 5px 50px;
     box-shadow: rgb(13 21 55 / 10%) 0 5px 50px;
     display: block;
     margin: auto;
     text-align: center;
     background: #fff;
     padding: 20px;
     border-radius: 6px;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .integration-list li .single-integration img {
     width: 100%;
     height: auto;
     max-width: 35px;
     max-height: 35px;
     margin: auto;
}
 .integration-list li .single-integration:hover {
     -webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
     box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
     -webkit-transform: translateY(-2px);
     transform: translateY(-5px);
}
 .integration-logo {
     margin-bottom: 30px;
     -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
     box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
 @media (min-width: 768px) {
     .integration-logo-wrap {
         grid-gap: 12px;
    }
}
 .integration-icon {
     width: 22px;
     height: 22px;
}
 .included-feature-list li {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 select.form-select {
     background-image: url(../img/dropdown-arrow.svg);
}
 .form-control, .custom-select, .form-select {
     border: 2px solid rgba(11, 22, 63, 0.12);
}
 label {
     font-weight: 600;
     font-size: 0.875rem;
}
 .form-control:focus, .custom-select:focus {
     background-color: #fff;
     outline: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .subscribe-feature-list li span {
     margin: 0 15px;
     font-size: 16px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     font-weight: 600;
}
 .subscribe-feature-list li span i {
     font-size: 16px;
}
 .bg-dark .subscribe-feature-list li span i {
     color: #a5a5ad !important;
}
 .register-form label:not(.form-check-label) {
     font-size: 15px;
     font-weight: 500;
     font-family: "Poppins", sans-serif;
}
 .form-check-label {
     font-size: 13px;
}
 .sign-up-in-section {
     min-height: 100vh;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     width: 100%;
}
 input[type]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, select.form-select {
     font-size: 0.875rem;
}
 input[type]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, select.form-select {
    /* Firefox 18- */
     font-size: 0.875rem;
}
 input[type]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, select.form-select {
    /* Firefox 19+ */
     font-size: 0.875rem;
}
 input[type]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, select.form-select {
     font-size: 0.875rem;
}
 .testimonial-tab-slider-wrap, .testimonial-tab-indicator {
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .testimonial-tab-indicator li button {
     padding: 0;
     margin-right: 15px;
}
 .author-info h6, .author-info .h6 {
     font-size: 1rem;
}
 .author-info span {
     font-size: 0.875rem;
}
 .testimonial-tab-indicator li button img {
     -webkit-transform: scale(0.8);
     transform: scale(0.8);
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .nav-pills.testimonial-tab-indicator .nav-link.active, .nav-pills.testimonial-tab-indicator .show > .nav-link {
     background: transparent !important;
}
 .nav-pills.testimonial-tab-indicator .nav-link.active img {
     -webkit-transform: scale(1);
     transform: scale(1);
}
 .swiper-nav-control .swiper-button-next, .swiper-nav-control .swiper-button-prev {
     width: 40px;
     height: 40px;
     border: 1px solid #fff;
     background-color: #fff;
     border-radius: 6px;
     -webkit-box-shadow: 0 11px 24px 0 rgba(0, 0, 0, 0.09);
     box-shadow: 0 11px 24px 0 rgba(0, 0, 0, 0.09);
}
 .swiper-nav-control .swiper-button-next:hover, .swiper-nav-control .swiper-button-prev:hover {
     background-color: #015CC0;
     color: #fff !important;
     border-color: #015CC0;
}
 .swiper-nav-control .swiper-button-next::after, .swiper-nav-control .swiper-button-prev::after {
     font-size: 13px;
}
 .swiper-button-next {
     right: -25px;
}
 .swiper-button-prev {
     left: -25px;
}
 @media (min-width: 320px) and (max-width: 645px) {
     .swiper-button-next {
         right: 0;
    }
     .swiper-button-prev {
         left: 0;
    }
}
 .review-rate li {
     margin-right: 2px !important;
}
 .review-rate li i {
     font-size: 12px;
     line-height: normal;
}
 .blockquote {
     font-size: 1.125rem;
}
 .testimonial-tab-list li a {
     margin-right: 10px;
}
 .testimonial-tab-list li a img {
     border: 2px solid #c0c0c5;
     -webkit-transform: scale(1);
     transform: scale(1);
     padding: 4px;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .testimonial-tab-list li a.active img {
     border-color: #015CC0;
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
}
/*testimonial tab*/
 .testimonial-tab-menu {
     display: grid;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     grid-auto-columns: 1fr;
     grid-column-gap: 15px;
     grid-row-gap: 15px;
     grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
     grid-template-rows: auto;
}
 .testimonial-tab-menu li {
     width: 100%;
     cursor: pointer;
}
 .testimonial-tab-link {
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     background: rgba(255, 255, 255, 0.05) !important;
}
 .testimonial-video-wrapper:before {
     content: "";
     display: block;
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     opacity: 0.6;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
     border-radius: 1rem;
     height: 100%;
     width: 100%;
     background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgb(23, 19, 71)));
     background-image: linear-gradient(180deg, transparent, rgb(23, 19, 71));
}
 .testimonial-video-wrapper .video-icon i {
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     background: #015CC0;
     color: #fff;
     border-radius: 50%;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
     -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
     box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
}
 .testimonial-video-wrapper .customer-info {
     position: absolute;
     left: 8%;
     bottom: 8%;
}
 .testimonial-tab-menu.nav-pills .nav-link {
     padding: 1rem 1rem;
}
 .testimonial-tab-menu.nav-pills .nav-link.active, .testimonial-tab-menu.nav-pills .show > .nav-link {
     border-color: var(--bs-white) !important;
     -webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.15);
     box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.15);
     background: #fff !important;
     -webkit-transform: translateY(-3px);
     transform: translateY(-3px);
}
 .bg-dark .testimonial-tab-menu.nav-pills .nav-link.active, .bg-dark .testimonial-tab-menu.nav-pills .show > .nav-link, .bg-gradient .testimonial-tab-menu.nav-pills .nav-link.active, .bg-gradient .testimonial-tab-menu.nav-pills .show > .nav-link {
     border-color: rgba(101, 101, 101, 0.06) !important;
     background: rgba(255, 255, 255, 0.1) !important;
}
 .testimonial-tab-menu.nav-pills .nav-link.active {
     color: #575757;
}
 @-webkit-keyframes ripple-white {
     0% {
         -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
         box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    }
     100% {
         -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px transparent;
         box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px transparent;
    }
}
 @keyframes ripple-white {
     0% {
         -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
         box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    }
     100% {
         -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px transparent;
         box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px transparent;
    }
}
/*app two customer review slider*/
 .appTwoReviewSwiper-Controller {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     max-width: 90px;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
}
 .appTwoReviewSwiper-Controller .swiper-button-prev, .appTwoReviewSwiper-Controller .swiper-button-next {
     border: 1px solid rgba(11, 22, 63, 0.12);
     color: #0b163f;
     width: 45px;
     height: 45px;
     line-height: 45px;
     border-radius: 50%;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .appTwoReviewSwiper-Controller .swiper-button-next {
     right: 10px;
}
 .appTwoReviewSwiper-Controller .swiper-button-prev:hover, .appTwoReviewSwiper-Controller .swiper-button-next:hover {
     border: 1px solid transparent;
     background-color: #f25767;
     color: #fff;
}
 @media (min-width: 320px) and (max-width: 767px) {
     .appTwoReviewSwiper-Controller {
         margin: 0 auto 40px;
    }
     .appTwoReviewSwiper-Controller .swiper-button-next {
         right: -10px;
    }
}
 .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active, .btn-primary.show {
     border-color: #0044e3;
     background-color: #0044e3;
}
 .btn-accent:hover, .btn-accent:active, .btn-accent:focus, .btn-accent.active, .btn-accent.show {
     border-color: #04473c;
     background-color: #04473c;
}
 .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.active, .btn-secondary.show {
     border-color: #a5a5ad;
     background-color: #a5a5ad;
}
 .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success.active, .btn-success.show {
     border-color: #3cb690;
     background-color: #3cb690;
}
 .btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info.active, .btn-info.show {
     border-color: #1d9fff;
     background-color: #1d9fff;
}
 .btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning.active, .btn-warning.show {
     border-color: #e29600;
     background-color: #e29600;
}
 .btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger.active, .btn-danger.show {
     border-color: #d4134a;
     background-color: #d4134a;
}
 .btn-light:hover, .btn-light:active, .btn-light:focus, .btn-light.active, .btn-light.show {
     border-color: #e6e6e6;
     background-color: #e6e6e6;
}
 .btn-dark:hover, .btn-dark:active, .btn-dark:focus, .btn-dark.active, .btn-dark.show {
     border-color: #030714;
     background-color: #030714;
}
 .btn-primary, .btn-success, .btn-danger, .btn-warning, .btn-info, .btn-dark {
     color: #fff !important;
}
 .btn-secondary, .btn-secondary:hover, .btn-outline-secondary, .btn-outline-secondary:hover, .btn-light, .btn-light:hover {
     color: #071c4d !important;
     border-color: transparent;
}
 .btn-secondary {
     border-color: rgba(11, 22, 63, 0.12);
}
 .btn-light:hover, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled).show {
     border-color: #fff;
     background-color: #fff;
}
 .btn-outline-primary {
     border-color: rgba(23, 92, 255, 0.35);
}
 .btn-outline-accent {
     border-color: rgba(7, 119, 101, 0.35);
}
 .btn-outline-secondary {
     border-color: rgba(192, 192, 197, 0.35);
}
 .btn-outline-success {
     border-color: rgba(92, 201, 167, 0.35);
}
 .btn-outline-info {
     border-color: rgba(80, 181, 255, 0.35);
}
 .btn-outline-warning {
     border-color: rgba(255, 177, 22, 0.35);
}
 .btn-outline-danger {
     border-color: rgba(242, 87, 103, 0.35);
}
 .btn-outline-light {
     border-color: rgba(255, 255, 255, 0.35);
}
 .btn-outline-dark {
     border-color: rgba(11, 22, 63, 0.35);
}
 [class^=btn-outline-]:hover, [class^=btn-outline-]:active, [class^=btn-outline-].active, [class^=btn-outline-].show, [class*=" btn-outline-"]:hover, [class*=" btn-outline-"]:active, [class*=" btn-outline-"].active, [class*=" btn-outline-"].show {
     color: #fff !important;
}
 .btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.show {
     color: #071c4d !important;
}
 .btn-outline-secondary {
     border-color: #c0c0c5;
}
 .btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.show {
     border-color: #e6e6e6!important;
     color: #071c4d !important;
}
 .btn-link {
     font-weight: 500;
}
 .btn-primary.btn-shadow {
     -webkit-box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(23, 92, 255, 0.9);
     box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(23, 92, 255, 0.9);
}
 .btn-accent.btn-shadow {
     -webkit-box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(7, 119, 101, 0.9);
     box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(7, 119, 101, 0.9);
}
 .btn-secondary.btn-shadow {
     -webkit-box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(192, 192, 197, 0.9);
     box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(192, 192, 197, 0.9);
}
 .btn-success.btn-shadow {
     -webkit-box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(92, 201, 167, 0.9);
     box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(92, 201, 167, 0.9);
}
 .btn-info.btn-shadow {
     -webkit-box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(80, 181, 255, 0.9);
     box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(80, 181, 255, 0.9);
}
 .btn-warning.btn-shadow {
     -webkit-box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(255, 177, 22, 0.9);
     box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(255, 177, 22, 0.9);
}
 .btn-danger.btn-shadow {
     -webkit-box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(242, 87, 103, 0.9);
     box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(242, 87, 103, 0.9);
}
 .btn-light.btn-shadow {
     -webkit-box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(255, 255, 255, 0.9);
     box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(255, 255, 255, 0.9);
}
 .btn-dark.btn-shadow {
     -webkit-box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(11, 22, 63, 0.9);
     box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(11, 22, 63, 0.9);
}
 .btn-secondary.btn-shadow, .btn-light.btn-shadow {
     -webkit-box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(12, 8, 0, 0.15);
     box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(12, 8, 0, 0.15);
}
 .btn-shadow:hover {
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .btn > i {
     vertical-align: middle;
}
 .btn-icon {
     -ms-flex-negative: 0;
     flex-shrink: 0;
     width: 2.75rem;
     height: 2.75rem;
     padding: 0;
}
 .btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
     width: 2.25rem;
     height: 2.25rem;
}
 .btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
     width: 3.25rem;
     height: 3.25rem;
}
 .btn-icon.btn-xl {
     width: 4.55rem;
     height: 4.55rem;
}
 .link-with-icon {
     display: inline-block;
     font-size: 15px;
     font-family: var(--bs-font-monospace);
     font-weight: 500;
     color: var(--body-color);
}
 .link-with-icon i {
     vertical-align: middle;
     -webkit-transition: all 0.2s ease;
     transition: all 0.2s ease;
     padding-left: 4px;
}
 .link-with-icon:hover i {
     -webkit-transform: translateX(3px);
     transform: translateX(3px);
     margin-left: 3px;
}
 .bg-dark .link-with-icon, .bg-gradient .link-with-icon {
     color: var(--bs-secondary-dark);
}
 .btn {
     position: relative;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     -webkit-box-shadow: none;
     box-shadow: none;
     border: 2px solid transparent;
}
 .btn:focus, .btn:active, .btn-primary.active:focus, .btn-primary:active:focus, .btn-outline-primary:active:focus {
     outline: none;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .btn-group-lg > .btn, .btn-sm, .btn-group-sm > .btn {
     padding: 0.5rem 1.25rem;
     font-size: 0.875rem;
     line-height: 1.5;
}
 .btn-group-lg > .btn, .btn-lg {
     padding: 1rem 1.875rem;
     font-size: 1rem;
     line-height: 1.5;
}
 .btn-xl {
     padding: 1.5rem 2rem;
     font-size: 1.5rem;
     line-height: 1.5;
}
 .button-style > .btn {
     margin: 0.5rem 0.5rem 0.5rem 0;
}
 .btn-icon {
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     width: 3.125rem;
     height: 3.125rem;
     padding: 0;
}
 .btn-soft-primary {
     color: #fff;
     background-color: rgba(23, 92, 255, 0.15);
     border-color: rgba(23, 92, 255, 0.15);
}
 .btn-outline-primary {
     color: #015CC0;
     border-color: #015CC0;
}
 .btn-soft-primary:hover, .btn-outline-primary:hover {
     color: #fff;
     background-color: #015CC0;
     border-color: #015CC0;
}
 .btn-soft-info {
     color: #50b5ff;
     background-color: rgba(80, 181, 255, 0.15);
     border-color: rgba(80, 181, 255, 0.15);
}
 .btn-outline-info {
     color: var(--bs-info);
     border-color: var(--bs-info);
}
 .btn-soft-info:hover, .btn-outline-info:hover {
     color: #fff;
     background-color: #50b5ff;
     border-color: #50b5ff;
}
 .btn-soft-success {
     color: #5cc9a7;
     background-color: rgba(92, 201, 167, 0.15);
     border-color: rgba(92, 201, 167, 0.15);
}
 .btn-outline-success {
     color: #5cc9a7;
     border-color: #5cc9a7;
}
 .btn-soft-success:hover, .btn-outline-success:hover {
     color: #fff;
     background-color: #5cc9a7;
     border-color: #5cc9a7;
}
 .btn-soft-warning {
     color: #ffb116;
     background-color: rgba(255, 177, 22, 0.15);
     border-color: rgba(255, 177, 22, 0.15);
}
 .btn-outline-warning {
     color: #ffb116;
     border-color: #ffb116;
}
 .btn-soft-warning:hover, .btn-outline-warning:hover {
     color: #fff;
     background-color: #ffb116;
     border-color: #ffb116;
}
 .btn-soft-danger {
     color: #f25767;
     background-color: rgba(242, 87, 103, 0.15);
     border-color: rgba(242, 87, 103, 0.15);
}
 .btn-outline-danger {
     color: #f5345a!important;
     border-color: #ef295e;
}
 .btn-soft-danger:hover, .btn-outline-danger:hover {
     color: #fff;
     background-color: #ed265f;
     border-color: #ef295e;
}
 .btn-soft-dark {
     color: #0b163f;
     background-color: rgba(11, 22, 63, 0.15);
     border-color: rgba(11, 22, 63, 0.15);
}
 .btn-outline-dark {
     color: #0b163f;
     border-color: #0b163f;
}
 .btn-soft-dark:hover, .btn-outline-dark:hover {
     color: #fff;
     background-color: #0b163f;
     border-color: #0b163f;
}
 .btn-outline-light {
     color: #ffffff;
     border-color: #ffffff;
}
 .google-btn, .facebook-btn {
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .google-btn:hover, .facebook-btn:hover {
     background: rgba(23, 92, 255, 0.15) !important;
}
 .divider-bar {
     width: 100%;
     min-height: 1px;
     background-color: #c0c0c5;
}
 .divider-text {
     width: 60px;
     min-width: 60px;
     line-height: 1.056em;
}
 .download-btn {
     border: 1px solid #575757;
     margin-right: 20px;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     padding: 5px 20px;
     border-radius: 4px;
     margin-bottom: 10px;
}
 .download-btn span {
     font-size: 28px;
     line-height: 28px;
     margin-right: 15px;
     color: #015CC0;
}
 .download-btn p {
     line-height: 20px;
     margin-bottom: 5px;
     font-weight: 600;
     text-align: left;
}
 .download-btn p small, .download-btn p .small {
     opacity: 0.5;
     font-size: 11px;
}
 .bg-primary-alt {
     background-color: rgba(23, 92, 255, 0.12);
}
 .bg-accent-alt {
     background-color: rgba(7, 119, 101, 0.12);
}
 .bg-secondary-alt {
     background-color: rgba(192, 192, 197, 0.12);
}
 .bg-success-alt {
     background-color: rgba(92, 201, 167, 0.12);
}
 .bg-info-alt {
     background-color: rgba(80, 181, 255, 0.12);
}
 .bg-warning-alt {
     background-color: rgba(255, 177, 22, 0.12);
}
 .bg-danger-alt {
     background-color: rgba(242, 87, 103, 0.12);
}
 .bg-light-alt {
     background-color: rgba(255, 255, 255, 0.12);
}
 .bg-dark-alt {
     background-color: rgba(11, 22, 63, 0.12);
}
 .bg-white-alt {
     background-color: rgba(255, 255, 255, 0.12);
}
 .brand-facebook {
     color: #3b5999;
}
 .brand-twitter {
     color: #1da1f2;
}
 .brand-google {
     color: #dd4b39;
}
 .brand-instagram {
     color: #e4405f;
}
 .brand-pinterest {
     color: #bd081c;
}
 .brand-youtube {
     color: #cd201f;
}
 .brand-slack {
     color: #3aaf85;
}
 .brand-dribbble {
     color: #ea4c89;
}
 .brand-dropbox {
     color: #1E90FF;
}
 .brand-twitch {
     color: #4B367C;
}
 .brand-paypal {
     color: #ecb32c;
}
 .brand-behance {
     color: #0057ff;
}
 .brand-reddit {
     color: #E84422;
}
 .brand-github {
     color: #222222;
}
 .bg-facebook-alt {
     background-color: rgba(59, 89, 153, 0.12);
}
 .bg-twitter-alt {
     background-color: rgba(29, 161, 242, 0.12);
}
 .bg-google-alt {
     background-color: rgba(221, 75, 57, 0.12);
}
 .bg-instagram-alt {
     background-color: rgba(228, 64, 95, 0.12);
}
 .bg-pinterest-alt {
     background-color: rgba(189, 8, 28, 0.12);
}
 .bg-youtube-alt {
     background-color: rgba(205, 32, 31, 0.12);
}
 .bg-slack-alt {
     background-color: rgba(58, 175, 133, 0.12);
}
 .bg-dribbble-alt {
     background-color: rgba(234, 76, 137, 0.12);
}
 .bg-dropbox-alt {
     background-color: rgba(30, 144, 255, 0.12);
}
 .bg-twitch-alt {
     background-color: rgba(75, 54, 124, 0.12);
}
 .bg-paypal-alt {
     background-color: rgba(236, 179, 44, 0.12);
}
 .bg-behance-alt {
     background-color: rgba(0, 87, 255, 0.12);
}
 .bg-reddit-alt {
     background-color: rgba(232, 68, 34, 0.12);
}
 .bg-github-alt {
     background-color: rgba(34, 34, 34, 0.12);
}
/*color utility*/
 .color {
     position: relative;
     display: block;
     min-height: 50px;
     padding: 1rem 1rem;
}
 .color span {
     color: #fff;
}
 .text-off-white {
     color: rgba(255, 255, 255, 0.8);
}
 .border-light {
     border-color: rgba(101, 101, 101, 0.1) !important;
}
 .bg-primary h1, .bg-primary .h1, .bg-primary h2, .bg-primary .h2, .bg-primary h3, .bg-primary .h3, .bg-primary h4, .bg-primary .h4, .bg-primary h5, .bg-primary .h5, .bg-primary h6, .bg-primary .h6, .bg-dark h1, .bg-dark .h1, .bg-dark h2, .bg-dark .h2, .bg-dark h3, .bg-dark .h3, .bg-dark h4, .bg-dark .h4, .bg-dark h5, .bg-dark .h5, .bg-dark h6, .bg-dark .h6, .bg-gradient h1, .bg-gradient .h1, .bg-gradient h2, .bg-gradient .h2, .bg-gradient h3, .bg-gradient .h3, .bg-gradient h4, .bg-gradient .h4, .bg-gradient h5, .bg-gradient .h5, .bg-gradient h6, .bg-gradient .h6, .bg-purple h1, .bg-purple .h1, .bg-purple h2, .bg-purple .h2, .bg-purple h3, .bg-purple .h3, .bg-purple h4, .bg-purple .h4, .bg-purple h5, .bg-purple .h5, .bg-purple h6, .bg-purple .h6 {
     color: #fff;
}
 .bg-primary p, .bg-primary li, .bg-primary span, .bg-dark p, .bg-dark li, .bg-dark span, .bg-gradient p, .bg-gradient li, .bg-gradient span, .bg-purple p, .bg-purple li, .bg-purple span {
     color: #e2e2e2;
}
 .bg-white h1, .bg-white .h1, .bg-white h2, .bg-white .h2, .bg-white h3, .bg-white .h3, .bg-white h4, .bg-white .h4, .bg-white h5, .bg-white .h5, .bg-white h6, .bg-white .h6, .bg-light h1, .bg-light .h1, .bg-light h2, .bg-light .h2, .bg-light h3, .bg-light .h3, .bg-light h4, .bg-light .h4, .bg-light h5, .bg-light .h5, .bg-light h6, .bg-light .h6 {
     color: initial;
}
 .bg-light > .bg-dark h1, .bg-light > .bg-dark .h1, .bg-light .bg-dark h2, .bg-light .bg-dark .h2, .bg-light .bg-dark h3, .bg-light .bg-dark .h3, .bg-light .bg-dark h4, .bg-light .bg-dark .h4, .bg-light .bg-dark h5, .bg-light .bg-dark .h5, .bg-light .bg-dark h6, .bg-light .bg-dark .h6, .bg-light > .bg-gradient h1, .bg-light > .bg-gradient .h1, .bg-light .bg-gradient h2, .bg-light .bg-gradient .h2, .bg-light .bg-gradient h3, .bg-light .bg-gradient .h3, .bg-light .bg-gradient h4, .bg-light .bg-gradient .h4, .bg-light .bg-gradient h5, .bg-light .bg-gradient .h5, .bg-light .bg-gradient h6, .bg-light .bg-gradient .h6 {
     color: #fff;
}
 .bg-white p, .bg-white li, .bg-white span {
     color: #232133;
}
 .text-white-60 {
     color: rgba(255, 255, 255, 0.6) !important;
}
 .text-white-70 {
     color: rgba(255, 255, 255, 0.7) !important;
}
 .text-white-80 {
     color: rgba(255, 255, 255, 0.8) !important;
}
 .text-white-90 {
     color: rgba(255, 255, 255, 0.9) !important;
}
 .bg-light .author-info span {
     color: #575757;
}
/*work process promo*/
 .process-card {
     position: relative;
     display: block;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .process-card-two {
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .custom-shadow {
     -webkit-box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.5);
     box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.5);
}
 .shadow-hover:hover {
     -webkit-box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.5);
     box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.5);
     z-index: 3;
}
 .process-icon {
     width: 80px;
     height: 80px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     text-align: center;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     margin: 0 auto 35px;
}
 .process-card-two:hover .process-icon {
     background-color: #fff;
     color: #015CC0;
}
 .process-card:hover {
     background: #fff;
}
 .process-card:hover .process-icon {
     background: #015CC0 !important;
}
 .process-card:hover .process-icon span, .process-card:hover .process-icon span i {
     color: #fff !important;
}
 .dots-line {
     position: relative;
     top: auto;
     right: auto;
     z-index: 2;
     width: 100px;
     height: 1px;
     padding-top: 0;
     -webkit-box-flex: 1;
     -ms-flex: 1;
     flex: 1;
     border-bottom: 2px dashed #015CC0;
}
 .dots-line.first {
     position: relative;
     margin-right: -43px;
     margin-left: -43px;
}
 @media screen and (max-width: 991px) {
     .dots-line {
         display: none;
    }
}
/*process icon two*/
 .process-icon-2 i {
     width: 60px;
     height: 60px;
     line-height: 60px;
     text-align: center;
     font-size: 22px;
     color: #0b163f;
}
 .process-icon-2 {
     position: relative;
}
 .process-icon-2:after {
     content: "";
     position: absolute;
     top: -20px;
     width: 0;
     right: 47%;
     -webkit-transform: translate(-50%, 50%);
     transform: translate(-50%, 50%);
     height: 150px;
     z-index: -1;
     border-style: dashed;
     border-width: 1px;
     border-color: rgba(11, 22, 63, 0.12);
     background-color: transparent;
}
 .work-process-list li:last-child .process-icon-2:after {
     display: none;
}
 .work-process-list li, .process-icon-2 i {
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .process-icon-2 i {
     opacity: 0.8;
}
 .work-process-list li:hover .process-icon-2 i {
     color: var(--bs-danger);
     opacity: 1;
}
 .promo-card-info h3 i, .promo-card-info .h3 i {
     font-size: 38px;
}
/*setup process*/
 .setup-process-list {
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     display: grid;
     grid-gap: 15px;
     grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
     justify-items: center;
}
 .setup-process-item {
     width: 100%;
}
 li.setup-process-item:not(:last-child) {
     position: relative;
}
 li.setup-process-item:not(:last-child):before {
     content: "";
     position: absolute;
     top: 0;
     right: -10px;
     bottom: 0;
     width: 2px;
     background: rgba(116, 143, 181, 0.15);
}
 @media only screen and (max-width: 767px) {
     .setup-process-list {
         display: block;
         max-width: 250px;
         margin: 0 auto;
    }
     li.setup-process-item:not(:last-child):before {
         top: auto;
         right: 0;
         left: 0;
         bottom: -2px;
         width: 100%;
         height: 2px;
    }
}
 .dots img {
     position: absolute;
}
 .dots .dot-1 {
     bottom: 20px;
     left: 65px;
     z-index: -1;
}
 .dots .dot-2 {
     top: 115px;
     right: 25px;
     z-index: -1;
}
 .bubble span {
     position: absolute;
     border-radius: 50%;
}
 .bubble .bubble-1 {
     height: 160px;
     width: 160px;
     background-color: #015CC0;
     left: 0;
     bottom: 10%;
}
 .bubble .bubble-2 {
     height: 85px;
     width: 85px;
     background-color: #fff;
     right: 0;
     top: 30%;
     -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
     box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
 .single-service:hover {
     -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
     box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
 .brand-logo-grid {
     display: grid;
     grid-template-columns: repeat(5, 1fr);
     grid-column-gap: 25px;
}
 @media (min-width: 767px) and (max-width: 992px) {
     .brand-logo-grid {
         grid-template-columns: 1fr 1fr;
         grid-row-gap: 25px;
    }
}
 @media (min-width: 320px) and (max-width: 767px) {
     .brand-logo-grid {
         grid-template-columns: repeat(1, 1fr);
         grid-row-gap: 25px;
    }
     .contact-us .p-5{
         padding: 35px 15px!important 
    }
     .bubble .bubble-1 {
         height: 60px;
         width: 60px;
         background-color: #015CC0;
         left: 0;
         bottom: 10%;
    }
     .bubble .bubble-2 {
         height: 45px;
         width: 45px;
         background-color: #fff;
         right: 0;
         top: 30%;
         -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
         box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    }
}
 .brand-logo-grid li {
     width: 100%;
     border-radius: 20px 0px 30px 0px;
     -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
     box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
     background-color: #fff;
     padding: 15px 30px 15px 30px;
     text-align: center;
}
 .about-icon-box img {
     width: 60px;
     height: 60px;
     line-height: 60px;
     padding: 15px;
     border-radius: 50%;
     background-color: #ffffff;
     border-color: #ffffff;
     -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
     box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
 .about-icon-box h5, .about-icon-box .h5 {
     font-size: 18px;
     font-weight: 500;
}
 .service-tabs .nav-pills {
     border-bottom: 2px solid var(--bs-secondary-light);
}
 .service-tabs .nav-pills .nav-link {
     font-weight: 600;
     font-size: 18px;
     padding: 0;
     padding-bottom: 20px;
     color: #fff;
     position: relative;
}
 @media (min-width: 767px) and (max-width: 992px) {
     .service-tabs .nav-pills {
         border-bottom: 0;
    }
}
 @media (min-width: 320px) and (max-width: 767px) {
     .service-tabs .nav-pills {
         border-bottom: 0;
    }
}
 .service-tabs .nav-pills .nav-link.active, .service-tabs .nav-pills .show > .nav-link {
     color: var(--bs-white);
     background: none;
     border-radius: 0;
}
 .service-tabs .nav-pills .nav-link.active::after {
     position: absolute;
     content: "";
     bottom: -2px;
     height: 2px;
     width: 100%;
     left: 0;
     background-color: var(--bs-primary);
}
 .tab-right-content h2, .tab-right-content .h2 {
     font-size: 34px;
}
 .tab-right-content p {
     font-size: 18px;
}
 .tab-right-content ul li span {
     padding-left: 10px;
}
 .tab-button .nav-pills .nav-link {
     margin: 0 15px;
     font-weight: 600;
     color: var(--body-color);
     padding: 0;
     border-bottom: 2px solid transparent;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
}
 .tab-button .nav-pills .nav-link.active, .tab-button .nav-pills .show > .nav-link {
     color: var(--bs-primary);
     background: none;
     border-radius: 0;
     border-bottom: 2px solid var(--bs-primary);
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
}
 .single-portfolio-item .portfolio-item-img {
     position: relative;
	 display: block
}
 .single-portfolio-item .portfolio-item-img::after {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background-color: rgba(0, 0, 0, 0.6);
     opacity: 0;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     border-radius: 10px;
     z-index: 2;
}
 .single-portfolio-item:hover .portfolio-item-img::after {
     opacity: 1;
}
 .single-portfolio-item img {
/*     border-radius: 5px;*/
     width: 100%;
}
 .portfolio-info {
     position: absolute;
     left: 20px;
     bottom: 20px;
     visibility: hidden;
     z-index: 5;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     opacity: 0;
}
 .single-portfolio-item:hover .portfolio-info {
     visibility: visible;
     opacity: 1;
}
 .portfolio-info .categories {
     font-size: 15px;
     font-weight: 600;
     color: #fff;
	 background: rgba(0,0,0,.5);
	 padding: 5px 10px;
	 border-radius: 5px;
	 display: inline-block
}
 .portfolio-feature-img img {
     width: 100%;
}
 .testimonialThreeSwiper .swiper-slide p {
     font-size: 18px;
}
 .pricing-header {
     padding-bottom: 32px;
     border-bottom: 1px dashed var(--bs-secondary);
}
 .hero-ten {
     padding: 200px 0;
}
 @media (min-width: 767px) and (max-width: 992px) {
     .hero-ten {
         padding: 110px 0;
    }
}
 @media (min-width: 320px) and (max-width: 768px) {
     .hero-ten {
         padding: 110px 0;
    }
}
 .cyber-down-btn a {
     width: 60px;
     height: 60px;
     border-radius: 50%;
     line-height: 60px;
     background-color: #fff;
     font-size: 24px;
     display: inline-block;
     position: absolute;
     top: 170px;
     -webkit-box-shadow: 0px 4px 4px 0px rgba(182, 182, 182, 0.2);
     box-shadow: 0px 4px 4px 0px rgba(182, 182, 182, 0.2);
}
 .cyber-about-img img {
     border-radius: 10px;
}
 .sheild-img img {
     border: 20px solid #fff;
     border-radius: 10px;
     margin-top: -140px;
     margin-left: -30px;
}
 .cyber-about-count-box {
     -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
     box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
     border-right: 10px solid var(--bs-danger);
     border-radius: 10px;
}
 .cyber-about-box {
     padding: 30px 20px;
     -webkit-box-shadow: 10px 10px 66px 0px rgba(136, 136, 136, 0.15);
     box-shadow: 10px 10px 66px 0px rgba(136, 136, 136, 0.15);
     background-color: #fff;
     border-radius: 10px;
}
 .cyber-about-icon {
     margin-bottom: 25px;
}
 .cyber-about-icon i {
     text-align: center;
     width: 45px;
     height: 45px;
     line-height: 45px;
     border-radius: 5px;
     display: inline-block;
     background-color: var(--bs-primary-soft);
     color: var(--bs-primary);

}
 .cyber-features {
     padding-bottom: 160px;
}
 .cyber-single-service {
     padding: 30px;
}
 .cyber-single-service .feature-icon i {
     font-size: 28px;
}
 .cyber-cta {
     margin-top: -100px;
}
 .cyber-video-img {
     height: 100%;
     border-radius: 10px;
     display: grid;
     place-items: center;
     padding: 200px 0;
}
 .cyber-video-img img {
     border-radius: 10px;
}
 .cyber-video-img a {
     display: inline-block;
     height: 75px;
     width: 75px;
     line-height: 77px;
     text-align: center;
     background-color: #015CC0;
     color: #fff;
     border-radius: 50%;
     position: relative;
     font-size: 20px;
}
 .cyber-video-img .popup-video-btn {
     display: inline-block;
     height: 75px;
     width: 75px;
     line-height: 77px;
     text-align: center;
     background-color: #015CC0;
     color: #fff;
     border-radius: 50%;
     position: relative;
     font-size: 20px;
     position: relative;
}
 .cyber-video-img .popup-video-btn:before {
     content: "";
     position: absolute;
     left: -12.5px;
     top: -12.5px;
     height: 100px;
     width: 100px;
     opacity: 0;
     border-radius: 50%;
     border: 1px solid #015CC0;
     -webkit-animation: btnWave 1500ms linear infinite;
     animation: btnWave 1500ms linear infinite;
}
 .cyber-video-img .popup-video-btn:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
     opacity: 0;
     border-radius: 50%;
     border: 10px solid #015CC0;
     -webkit-animation: btnWave 1000ms linear infinite;
     animation: btnWave 1000ms linear infinite;
}
 .popup-video-btn:hover {
     color: #fff;
}
 @-webkit-keyframes btnWave {
     0% {
         opacity: 1;
         -webkit-transform: scale(0.9);
         transform: scale(0.9);
    }
     100% {
         opacity: 0;
         -webkit-transform: scale(1.5);
         transform: scale(1.5);
    }
}
 @keyframes btnWave {
     0% {
         opacity: 1;
         -webkit-transform: scale(0.9);
         transform: scale(0.9);
    }
     100% {
         opacity: 0;
         -webkit-transform: scale(1.5);
         transform: scale(1.5);
    }
}
 .cyber-count-box {
     border-radius: 6px 6px 6px 6px;
     -webkit-box-shadow: 0px 15px 55px 0px rgba(102, 102, 102, 0.1);
     box-shadow: 0px 15px 55px 0px rgba(102, 102, 102, 0.1);
     padding: 30px 30px 30px 30px;
}
 .product-row {
     margin-top: -270px;
}
 .store-bg-header {
     padding-top: 100px;
     padding-bottom: 200px;
}
 .single-product img {
     width: 100%;
     border-radius: 5px 5px 0 0;
     cursor: pointer;
}
 .product-img {
     position: relative;
}
 .product-img::after {
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     width: 100%;
     height: auto;
     background-color: rgba(12, 22, 54, 0.2);
     content: "";
     opacity: 0;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
}
 .single-product:hover .product-img::after {
     opacity: 1;
}
 .product-info {
     border-radius: 0 0 5px 5px;
}
 .product-info h6 a, .product-info .h6 a {
     color: var(--bs-dark);
}
 .sale-badge {
     position: absolute;
     top: 15px;
     left: 15px;
}
 .cart i {
     position: absolute;
     top: 15px;
     right: 15px;
     width: 40px;
     height: 40px;
     background-color: #fff;
     line-height: 40px;
     display: inline-block;
     text-align: center;
     color: var(--bs-primary);
}
 .heart i {
     position: absolute;
     top: 65px;
     right: 15px;
     width: 40px;
     height: 40px;
     background-color: #fff;
     line-height: 40px;
     display: inline-block;
     text-align: center;
     color: var(--bs-primary);
}
 .product-cart-wishlist-icon {
     opacity: 0;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
}
 .single-product:hover .product-cart-wishlist-icon {
     opacity: 1;
}
 .cyber-single-testimonial {
     border-radius: 10px;
     padding: 30px;
     background-color: aliceblue;
}
 .cyber-faq-wrapper .faq-accordion .accordion-item button {
     padding: 20px 30px;
}
 .cyber-faq-img img {
     border-radius: 10px;
}
 @media (min-width: 767px) and (max-width: 992px) {
     .cyber-faq-img img {
         width: 100%;
    }
}
 .cyber-article-img img {
     width: 100%;
}
 .cyber-single-article {
     border-radius: 10px;
}
 .cyber-single-article img {
     border-radius: 10px 10px 0 0;
}
 .cyber-footer {
     position: relative;
}
 .cyber-footer-social-list li a {
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     border-radius: 50%;
     background-color: #05003b;
     display: inline-block;
     color: #fff;
}
 .cyber-footer-social-list li a:hover {
     background-color: #015CC0;
}
 .cyber-footer-bottom p {
     border-top: 1px solid rgba(248, 249, 250, 0.05);
}
 .cyber-product-image img {
     border-radius: 10px;
     width: 100%;
}
 .cp-quantity button {
     font-size: 20px;
}
 .cyber-product-tabs .nav-pills .nav-link {
     padding: 0 0 10px 0;
}
 .cyber-product-tabs .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
     border-bottom: 2px solid var(--bs-primary);
     color: var(--bs-primary);
     background-color: transparent;
     border-radius: 0;
}
 .related-product-cart-wishlist-icon .cart i, .related-product-cart-wishlist-icon .heart i {
     position: absolute;
     width: 40px;
     height: 40px;
     border-radius: 50%;
     background-color: #fff;
     line-height: 40px;
     display: inline-block;
     text-align: center;
     color: var(--bs-primary);
     right: 15px;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
}
 .related-product-cart-wishlist-icon .cart i {
     top: 15px;
}
 .related-product-cart-wishlist-icon .heart i {
     top: 65px;
}
 .related-product-cart-wishlist-icon {
     opacity: 0;
}
 .cyber-related-product-img:hover .related-product-cart-wishlist-icon {
     opacity: 1;
}
 .hero-eleven {
     min-height: 100vh;
}
 .hero-eleven p {
     color: #e2e8f0;
}
 .crypto-hero-img {
     position: relative;
}
 .crypto-hero-img .currency-icon li {
     position: absolute;
     border-radius: 50%;
     overflow: hidden;
     background-color: #222222;
     padding: 10px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .crypto-hero-img .currency-icon li:nth-child(1) {
     height: 114px;
     width: 114px;
     top: 34%;
}
 .crypto-hero-img .currency-icon li:nth-child(2) {
     height: 84px;
     width: 84px;
     left: 17%;
     top: 44px;
}
 .crypto-hero-img .currency-icon li:nth-child(3) {
     height: 110px;
     width: 110px;
     right: 17%;
}
 .crypto-hero-img .currency-icon li:nth-child(4) {
     height: 78px;
     width: 78px;
     right: 0;
     top: 29%;
}
 @media (min-width: 320px) and (max-width: 767px) {
     .crypto-hero-img .currency-icon li {
         display: none;
    }
}
/* Purchase */
 .input-bg {
     background-color: #404040;
}
/* Crypto Promo */
 .bg-dark-black .section-title h2, .bg-dark-black .section-title .h2 {
     color: #fff;
     margin-bottom: 15px;
}
 .bg-dark-black .section-title p {
     color: #c0c0c5;
}
 .crypto-promo-box {
     padding: 40px 25px;
     border-radius: 5px;
}
 .crypto-promo-box .crypt-promo-icon i {
     width: 65px;
     height: 65px;
     color: #fff;
     background-color: #3b3b3b;
     display: inline-block;
     border-radius: 50px;
     line-height: 65px;
     text-align: center;
     font-size: 24px;
     margin-bottom: 20px;
     cursor: pointer;
     cursor: pointer;
}
 .crypto-promo-box .crypt-promo-icon i:hover {
     background-color: #010e2b;
}
 .crypto-promo-box h4, .crypto-promo-box .h4 {
     color: #fff;
     margin-bottom: 20px;
     font-size: 1.125rem;
}
 .crypto-promo-box p {
     color: #e2e8f0;
}
 .crypto-promo-box a {
     text-decoration: none;
     color: #fff;
}
 .crypto-promo-box a:hover {
     color: #015CC0;
}
/* Crypto Counter */
 .single-counter-box {
     border-radius: 5px;
     padding: 15px;
}
 .single-counter-box h5, .single-counter-box .h5 {
     color: #fff;
}
 .single-counter-box span {
     font-size: 0.875rem;
     color: #e2e8f0;
     font-weight: 500;
}
 .timer-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     margin-top: 25px;
     gap: 25px;
}
 .grid-item {
     text-align: center;
     border-radius: 5px;
     padding: 8px 18px;
}
 .grid-item h5, .grid-item .h5 {
     font-size: 30px;
     margin-bottom: 0;
     color: #fff;
}
 .grid-item span {
     font-size: 16px;
     color: #fff;
}
 @media (min-width: 320px) and (max-width: 575px) {
     .timer-grid {
         display: grid;
         grid-template-columns: repeat(2, 1fr);
         gap: 25px;
    }
}
 .crypto-progress {
     margin-top: 30px;
}
 .crypto-progress h5, .crypto-progress .h5 {
     color: #e2e8f0;
     margin-bottom: 20px;
     font-size: 24px;
     font-weight: 600;
}
 .progress {
     height: 12px;
     border-radius: 50px;
     background-color: #222222;
}
 .progress .progress-bar {
     border-radius: 50px;
     height: 12px;
     background-color: #015CC0;
}
/* Crypto Table */
 .crypto-table {
     background: #1f1f1f;
     border: 0;
}
 .crypto-table thead {
     background: #333333;
     border-bottom: 1px dashed rgba(11, 22, 63, 0.12);
}
 .crypto-table tr {
     border-style: dashed !important;
     border-color: #585858;
}
 .crypto-table thead th {
     padding: 16px 30px;
     color: #e2e8f0;
     font-size: 0.875rem;
     font-weight: 600;
     border: 0;
}
 .crypto-table tbody {
     color: #e2e8f0;
}
 .crypto-table tbody td {
     padding: 12px 30px;
     color: #c0c0c5;
}
 .crypto-table tbody > tr {
     border-bottom: 1px dashed #94a3b8;
     border-style: dashed !important;
     border-color: #585858;
}
 .crypto-table.table > :not(:first-child) {
     border-top: 0;
}
 .crypto-table > :not(caption) > * > * {
     -webkit-box-shadow: none;
     box-shadow: none;
     border: 0;
}
 .coin-info h5, .coin-info .h5 {
     font-size: 15px;
}
 .coin-price, .coin-price-change {
     font-size: 0.875rem;
}
 .crypto-table .coin-price-change {
     position: relative;
     padding-left: 8px;
}
 .crypto-table .coin-price-change::before {
     content: "";
     position: absolute;
     left: -8px;
     bottom: 8px;
}
 .crypto-table .coin-price-change.price-down::before {
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-top: 5px solid #f25767;
}
 .crypto-table .coin-price-change.price-up::before {
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-bottom: 5px solid #5cc9a7;
}
/* Crypto CTA */
 .crypto-cta {
     background-color: #222222;
}
/* Crypto Team */
 .crypto-team .section-title p {
     color: #e2e8f0;
}
 .single-crypto-team {
     padding: 20px;
     border-radius: 0.4375rem;
}
 .crypto-team-info h5, .crypto-team-info .h5 {
     font-size: 1.125rem;
}
 .crypto-team-info p {
     color: #e2e8f0;
     font-weight: 600;
}
 .single-crypto-team img {
     width: 100%;
}
 .crypto-team-social li {
     padding-right: 8px;
     line-height: normal;
}
 .crypto-team-social li:last-child {
     border: 0;
}
 .crypto-team-social li a {
     font-size: 0.875rem;
     color: #c0c0c5;
}
 .crypto-team-social li a:hover {
     color: #015CC0;
}
/* Crypto Testimonial */
 .crypto-single-testimonial {
     border-radius: 5px;
     padding: 32px 24px;
}
 .crypto-single-testimonial .author-meta span {
     font-size: 0.875rem;
     color: #c0c0c5;
}
 .author-meta span {
     font-size: 0.875rem;
     color: #c0c0c5;
}
 .crypto-single-testimonial p {
     color: #e2e8f0;
     padding: 24px 0;
}
/* Crypto Timeline */
 .crypto-timeline {
     padding: 30px;
     border-radius: 0.4375rem;
}
 .crypto-timeline-icon {
     background-color: #0c0800;
     border-radius: 50px;
     width: 50px;
     height: 50px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: 15px;
}
 .crypto-timeline p {
     color: rgba(255, 255, 255, 0.5);
}
/* Crypto Blog */
 .crypto-blog .section-title p {
     color: #e2e8f0;
}
 .crypto-blog-card {
     padding: 24px;
     border-radius: 5px;
}
 .crypto-blog-card h3, .crypto-blog-card .h3 {
     padding-top: 20px;
     margin-bottom: 15px;
     font-size: 1.125rem;
}
 .crypto-blog-card p {
     color: #e2e8f0;
}
 .crypto-blog-card .blog-thumb img {
     width: 100%;
}
/* Crypto App CTA */
 .crypto-app-btn {
     border-radius: 50px;
     border-style: solid;
     border-color: #0082f8;
     padding: 10px 30px;
     border: 2px solid #015CC0;
     display: inline-block;
     background-color: #015CC0;
     color: #fff;
     text-align: left;
}
 .crypto-app-btn:hover {
     background-color: transparent;
     color: #fff;
}
 .crypto-btn-content-wrapper {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .crypto-app-btn .crypto-btn-icon {
     margin-right: 10px;
     font-size: 20px;
}
 .crypto-app-btn .text-wrapper > span {
     display: block;
}
 .crypto-app-btn .crypto-btn-text {
     line-height: normal;
     font-weight: 600;
     font-size: 16px;
}
 .crypto-app-btn .btn-tagline {
     font-size: 12px;
     line-height: 1;
}
/* Crypto Footer */
 .crypto-footer-widget p {
     color: #e2e8f0;
}
 .crypto-footer-social li a {
     width: 50px;
     height: 50px;
     line-height: 50px;
     display: inline-block;
     background-color: #222222;
     color: #fff;
     border-radius: 50px;
}
 .crypto-footer-social li a:hover {
     background-color: #015CC0;
}
 .crypto-footer-nav ul li a {
     padding-bottom: 8px;
     border-bottom: 2px solid transparent;
}
 .crypto-footer-nav ul li:hover a {
     border-bottom: 2px solid #015CC0;
}
 .crypto-footer-border {
     border-top: 1px solid #151515;
}
 .crypto-footer-left p, .crypto-footer-right a {
     color: #e2e8f0;
     line-height: normal;
     font-size: 16px;
}
/* Index 12 */
 .bg-black {
     background-color: #181733!important;
}
/* Hero Twelve */
 .gr-text {
     background: linear-gradient(287.85deg, #ff0766 0%, #ff7e5d 95.32%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
}
 .game-bg-dark {
     background-color: #0c0800;
}
 .game-btn-mdm {
     display: inline-block;
     padding: 16px 35px;
     background: linear-gradient(287.85deg, #ff0766 0%, #ff7e5d 95.32%);
     border-radius: 50px;
     text-decoration: none;
     color: #fff;
     font-weight: 600;
}
 .slider {
     padding: 230px 0;
     background-position: center center;
     background-size: cover;
     background-repeat: no-repeat;
}
 .btn-gradient {
     background: linear-gradient(287.85deg, #ff0766 0%, #ff7e5d 95.32%);
     border-radius: 50px;
     padding: 16px 35px;
     display: inline-block;
     color: var(--bs-white);
     text-decoration: none;
}
 .btn-gradient:hover {
     color: #fff;
}
/* Server */
 .server-circle {
     position: absolute;
     top: -97px;
     left: -24%;
     z-index: 2;
}
 @media (min-width: 320px) and (max-width: 768px) {
     .server-circle {
         display: none;
    }
}
 .server-list {
     background-color: #11112c;
     position: relative;
     padding: 25px 20px;
     border-radius: 6px;
     overflow: hidden;
}
 .server-list::before {
     /* background: linear-gradient(95.45deg, #100e20 0.64%, #2f2a5f 98.23%); */
     -webkit-filter: blur(100px);
     filter: blur(100px);
     content: "";
     height: 124px;
     width: 124px;
     border-radius: 50px;
     position: absolute;
     left: -127px;
     bottom: -20px;
}
 .server-list::after {
     background: linear-gradient(95.45deg, #3b457b 0.64%, #7664a4 98.23%);
     content: "";
     -webkit-filter: blur(100px);
     filter: blur(100px);
     height: 124px;
     width: 124px;
     border-radius: 50px;
     position: absolute;
     top: -127px;
     right: -20px;
}
 .server-list h5, .server-list .h5 {
     font-size: 18px;
}
 .game-card {
     background-color: #1b1b1b;
     border-radius: 6px;
}
 .card-top {
     padding: 25px;
}
 .card-top h4, .card-top .h4 {
     color: var(--bs-white);
     font-size: 20px;
     font-weight: 500;
}
 .card-bottom a {
     background: linear-gradient(287.85deg, #ff0766 0%, #ff7e5d 95.32%);
     text-align: center;
     border-radius: 0 0 6px 6px;
     padding: 16px 20px;
     color: var(--bs-white);
     text-decoration: none;
}
 .game-img li:nth-child(2) {
     margin-left: -20px;
}
 .game-img li:nth-child(3) {
     margin-left: -20px;
}
 .game-img li:nth-child(4) {
     margin-left: -20px;
}
/* Game Services */
 .game-service-bg {
     background-image: url("../img/service-bg.png");
     background-repeat: no-repeat;
     background-size: cover;
}
 .game-service-wrapper {
     background-color: #14142d;
     border-radius: 6px;
     padding: 40px 25px;
     position: relative;
     overflow: hidden;
}
 @media (min-width: 320px) and (max-width: 768px) {
     .game-services.ptb-100 {
         padding: 0;
    }
     .mt--200 {
         margin-top: 0;
    }
     .mb--200 {
         margin-bottom: 0;
    }
}
 .game-service-wrapper::before {
     background: linear-gradient(95.45deg, #5d5b90 0.64%, #474781 98.23%);
     -webkit-filter: blur(100px);
     filter: blur(100px);
     content: "";
     height: 124px;
     width: 124px;
     border-radius: 50px;
     position: absolute;
     left: -127px;
     bottom: -20px;
}
 .game-service-wrapper::after {
     background: linear-gradient(95.45deg, #5353be 0.64%, #6764ac 98.23%);
     content: "";
     -webkit-filter: blur(100px);
     filter: blur(100px);
     height: 124px;
     width: 124px;
     border-radius: 50px;
     position: absolute;
     top: -127px;
     right: -20px;
}
 .game-service-icon {
     width: 60px;
     height: 60px;
     background: #1c1d47;
     text-align: center;
     border-radius: 50px;
     line-height: 60px;
}
/* Game Features */
 .big-circle {
     position: absolute;
     right: -300px;
     top: 40px;
}
 .game-feature {
     background-color: #1c1b3e;
     border-radius: 10px;
     padding: 30px 20px;
     position: relative;
     overflow: hidden;
}
 .game-feature::before {
     background: linear-gradient(95.45deg, #5f5db0 0.64%, #1c40f2 98.23%);
     -webkit-filter: blur(100px);
     filter: blur(100px);
     content: "";
     height: 124px;
     width: 124px;
     border-radius: 50px;
     position: absolute;
     left: -127px;
     bottom: -20px;
}
 .game-feature::after {
     background: linear-gradient(95.45deg, #2a285e 0.64%, #1c40f2 98.23%);
     content: "";
     -webkit-filter: blur(100px);
     filter: blur(100px);
     height: 124px;
     width: 124px;
     border-radius: 50px;
     position: absolute;
     top: -127px;
     right: -20px;
}
 .game-feature-icon {
     width: 60px;
     height: 60px;
     border-radius: 50px;
     background-color: #29295e;
     text-align: center;
     line-height: 60px;
}
 .feature-ellipse {
     position: absolute;
     left: 10px;
     top: -50px;
}
 @media (min-width: 320px) and (max-width: 768px) {
     .feature-ellipse {
         display: none;
    }
     .big-circle {
         display: none;
    }
}
/* Counter */
 .game-counter-bg {
     background-image: url("/counter-bg.png");
     background-repeat: no-repeat;
     background-size: cover;
}
 .game-price {
     background-color: #0f0f0f;
}
 .single-game-price {
     background-color: #1b1b1b;
     border-radius: 15px;
     padding: 50px 24px;
     position: relative;
     overflow: hidden;
}
 .single-game-price ul li {
     color: #e2e8f0;
     font-size: 0.875rem;
}
 .single-game-price.active::before {
     background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
     -webkit-filter: blur(100px);
     filter: blur(100px);
     content: "";
     height: 124px;
     width: 124px;
     border-radius: 50px;
     position: absolute;
     left: 50px;
     bottom: -20px;
}
 .single-game-price.active::after {
     background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
     content: "";
     -webkit-filter: blur(100px);
     filter: blur(100px);
     height: 124px;
     width: 124px;
     border-radius: 50px;
     position: absolute;
     top: 50px;
     right: -20px;
}
 .single-game-price p {
     color: rgba(255, 255, 255, 0.8);
}
 .price-icon {
     background-color: rgba(255, 255, 255, 0.05);
     width: 70px;
     height: 70px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     border-radius: 50px;
}
 .game-price-btn a {
     padding: 16px 0;
     color: #fff;
     border: 1px solid #fff;
     border-radius: 50px;
     text-decoration: none;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     font-size: 0.875rem;
     font-weight: 500;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
}
 .game-price-btn a:hover {
     background: linear-gradient(287.85deg, #ff0766 0%, #ff7e5d 95.32%);
     border: 1px solid transparent;
     color: #fff;
}
/* Game Faq */
 .game-faq {
     background-image: url("../img/faq-bg.png");
     background-repeat: no-repeat;
     background-size: cover;
}
 .game-accordion .accordion-item {
     border-radius: 5px !important;
     margin-bottom: 20px;
     background-color: #222241;
     border: none;
}
 .game-accordion .accordion-button {
     background-color: #191934;
     border-bottom: none;
     border-radius: 5px !important;
     color: var(--bs-white);
}
 .game-accordion .accordion-button::after {
     width: 30px;
     height: 30px;
     border-radius: 50px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     content: "+";
     font-size: 20px;
     background-color: #383838;
     background-image: none;
     font-weight: 100;
     color: var(--bs-white);
}
 .game-accordion .accordion-button:not(.collapsed)::after {
     width: 30px;
     height: 30px;
     border-radius: 50px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     background-image: none;
     background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
     content: "-";
     font-size: 20px;
     -webkit-transform: translate(0);
     transform: translate(0);
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
}
/* Game Review */
 .sh-feedback-shape {
     position: absolute;
     top: 0;
     left: 50%;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
}
 @media (min-width: 320px) and (max-width: 768px) {
     .sh-feedback-shape {
         display: none;
    }

}
 .clients-thumb {
     margin-top: -35px;
}
 .sh-feedback-wrapper {
     padding: 0 30px 40px;
     -webkit-box-shadow: 0 15px 60px rgba(151, 151, 151, 0.05);
     box-shadow: 0 15px 60px rgba(151, 151, 151, 0.05);
     background-color: #222222;
     border-radius: 10px;
}
 .spacer {
     border: 0;
     border-bottom: 1px solid #0b163f;
     margin: 20px 0;
}
/* Game CTA */
 .game-cta {
     background-color: #222222;
}
/*Game Footer */
 .game-footer {
     padding-top: 220px;
     margin-top: -220px;
}
 .footer-bg {
     background-color: #100f23!important;
}
 .game-footer-nav h5, .game-footer-nav .h5, .game-award h5, .game-award .h5, .game-payment h5, .game-payment .h5 {
     font-size: 18px;
}
 .game-footer-nav h5::after, .game-footer-nav .h5::after {
     background: -webkit-gradient(linear, left top, right top, from(rgb(233 45 48)), to(rgb(227 160 2)));
     background: linear-gradient(90deg, rgb(233 45 48) 0%, rgb(227 160 2) 100%);
     content: "";
     position: absolute;
     height: 3px;
     width: 40px;
     left: 0;
     bottom: -8px;
}
 .game-footer-nav ul li a {
     color: #c0c0c5;
     font-size: 0.875rem;
}
 .game-footer-nav ul li a:hover {
     color: #f8f9fa;
}
 .game-footer-newsletter p {
     color: #c0c0c5;
}
 .g-news-letter {
     width: 90%;
}
 @media (max-width: 992px) {
     .g-news-letter {
         width: 100%;
    }
}
 .g-news-letter .form-control {
     height: 60px;
     border-radius: 50px;
     background: rgba(27, 27, 27, 0.5);
     border: 1px solid rgba(255, 255, 255, 0.4);
}
 .g-news-letter button {
     position: absolute;
     border: none;
     top: 0;
     right: 0;
     border-radius: 0 50px 50px 0;
     background: linear-gradient(287.85deg, #ff0766 0%, #ff7e5d 95.32%);
     padding: 16px 40px;
     color: #fff;
     font-weight: 500;
}
 .c-left p, .c-right {
     font-size: 15px;
}
 .hero-payment-gateway {
     background: url("../img/pay-h.jpg");
     background-size: cover;
     background-repeat: no-repeat;
}
 .payment-hero-img .h-shape {
     position: absolute;
     right: 0;
     top: 21%;
}
 @media (min-width: 320px) and (max-width: 768px) {
     .payment-gateway-text {
         padding-top: 200px;
    }
     .payment-hero-img .h-shape {
         display: none;
    }
}
 .benifits-left ul li:nth-child(1) {
     position: absolute;
     top: 0;
     right: 8%;
}
 .benifits-left ul li:nth-child(2) {
     position: absolute;
     right: 8%;
     bottom: -13%;
}
 .benifits-left ul li:nth-child(3) {
     top: 0;
     position: absolute;
     left: -21%;
}
 .benifits-left ul li:nth-child(4) {
     position: absolute;
     left: -12%;
     z-index: 3;
     bottom: -7%;
}
 @media (min-width: 992px) and (max-width: 1200px) {
     .benifits-left ul li:nth-child(1), .benifits-left ul li:nth-child(3) {
         display: none;
    }
}
 @media (min-width: 320px) and (max-width: 768px) {
     .benifits-left ul li:nth-child(1), .benifits-left ul li:nth-child(2), .benifits-left ul li:nth-child(3), .benifits-left ul li:nth-child(4) {
         display: none;
    }
}
 .benifits-right-content {
     margin-bottom: 40px;
}
 .single-benifit {
     border-radius: 10px;
     background: #fff;
     padding: 20px;
	    -webkit-box-shadow: 50px 20px 100px rgb(116 116 116 / 5%);
     box-shadow: 10px 10px 30px rgb(116 116 116 / 5%);
	 margin-bottom: 20px;
}
 .single-benifit p {
     padding: 16px 0;
}
 .benifit-icon {
     border-radius: 3px;
     width: 64px;
     height: 64px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: 24px;
     position: relative;
}
 .benifit-icon.one {
     background: linear-gradient(255.07deg, #f97956 -2.38%, #ff4579 102.02%);
}
 .benifit-icon.two {
     background: linear-gradient(96.49deg, #0082f8 0%, #3c10f2 101.82%);
} 
.benifit-icon.three {
     background: linear-gradient(255.07deg, #158c67 -2.38%, #54dbb1 102.02%);
}
.benifit-icon.four {
     background: linear-gradient(96.49deg, #0085f8 0%, #10dff2 101.82%);

}
 .bg-white-light {
     background-color: #f5f5f5;
}
 .logo-grid-item {
     background: #fff;
     width: 80%;
     padding: 24px 30px;
     text-align: center;
}
 .single-payment-step {
     background: #ffffff;
     -webkit-box-shadow: 50px 20px 100px rgba(116, 116, 116, 0.15);
     box-shadow: 50px 20px 100px rgba(116, 116, 116, 0.15);
     border-radius: 6px;
}
 .btn-gradient-sqr {
     display: inline-block;
     padding: 16px 34px;
     border-radius: 6px;
     background: linear-gradient(255.07deg, #f97956 -2.38%, #ff4579 102.02%);
     color: #fff;
     text-decoration: none;
     font-weight: 600;
}
 .btn-gradient-sqr:hover {
     color: #fff;
}
 .card-shape ul li .counter-circle {
     width: 135px;
     height: 135px;
     border-radius: 50%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     background: #fff;
}
 .payment-feature-mockup img {
     z-index: 5;
}
 .payment-feature-mockup::before {
     content: "";
     position: absolute;
     left: 10%;
     right: 0;
     width: 565px;
     height: 565px;
     background: linear-gradient(255.07deg, #f97956 -2.38%, #ff4579 102.02%);
     border-radius: 50%;
     z-index: -3;
}
 .payment-feture-shape .shape-one {
     position: absolute;
     left: -5px;
     bottom: 165px;
     z-index: 5;
}
 .payment-feture-shape .shape-two {
     position: absolute;
     top: -16px;
     right: 154px;
     z-index: 5;
}
 .payment-feture-shape .shape-three {
     position: absolute;
     left: -44px;
     bottom: 136px;
}
 .payment-feture-shape .shape-four {
     position: absolute;
     top: -40px;
     left: 168px;
     z-index: -2;
}
 .payment-feture-shape .shape-five {
     position: absolute;
     top: -16px;
     right: 0;
}
 @media (min-width: 992px) and (max-width: 1200px) {
     .payment-feature-mockup::before {
         left: 0;
    }
}
 @media (max-width: 768px) {
     .payment-feture-shape .shape-two {
         right: 65px;
    }
	 .ms-dev-pr .game-feature-icon{display: none}
	 
     .payment-feture-shape .shape-four {
         left: 0;
    }
}
 @media (min-width: 320px) and (max-width: 475px) {
     .payment-feature-mockup::before {
         display: none;
    }
     .payment-feture-shape .shape-one, .payment-feture-shape .shape-two {
         display: none;
    }
}
 .payment-counter-bg {
     background-color: #fdf7f7;
}
 .card-shape ul li:nth-child(1) {
     position: absolute;
     left: -7%;
     top: 35%;
}
 .card-shape ul li:nth-child(2) {
     position: absolute;
     top: -9%;
     left: 40%;
}
 .card-shape ul li:nth-child(3) {
     position: absolute;
     bottom: -8%;
     right: 42%;
}
 @media (min-width: 768px) and (max-width: 992px) {
     .card-shape ul li:nth-child(3) {
         bottom: -15%;
         right: 10%;
    }
     .card-shape ul li:nth-child(2) {
         position: absolute;
         top: -20%;
         left: 40%;
    }
}
 @media (min-width: 320px) and (max-width: 475px) {
     .card-shape ul li:nth-child(1) {
         left: -1%;
    }
     .card-shape ul li:nth-child(3) {
         right: 10%;
         bottom: -10%;
    }
}
 .payment-store-btn ul li a {
     background-color: #fff;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     font-size: 13px;
     font-weight: 600;
     color: #0c0800;
     padding: 10px 23px;
     line-height: 40px;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
}
 .payment-store-btn ul li a:hover {
     background: linear-gradient(255.07deg, #f97956 -2.38%, #ff4579 102.02%);
     color: var(--bs-light);
}
 .payment-store-btn ul li a i {
     font-size: 30px;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
}
 .payment-store-btn ul li a > span {
     line-height: 20px;
     font-weight: 500;
     text-align: left;
}
 .payment-store-btnul li a span span {
     font-size: 16px;
     display: block;
     line-height: 20px;
}
 .payment-news-letter {
     background: -webkit-gradient(linear, left bottom, left top, color-stop(13.3%, #fff2f2), to(rgba(255, 255, 255, 0)));
     background: linear-gradient(0deg, #fff2f2 13.3%, rgba(255, 255, 255, 0) 100%);
}
 .payment-email-form .mail-input.form-control {
     height: 56px;
     border: 0;
     border-radius: 5px;
     padding: 16px;
     width: 100%;
     border-radius: 5px 0 0 5px;
     border: 1px solid #e7e7e7;
}
 .payment-btn {
     padding: 14px 16px;
     background: linear-gradient(96.49deg, #0082f8 0%, #3c10f2 101.82%);
     color: var(--bs-white);
     font-size: 16px;
     border: 0;
     border-radius: 0 5px 5px 0;
     display: inline-block;
}
 .p-cta-img::before {
     position: absolute;
     content: "";
     width: 458px;
     height: 458px;
     background: #fae0d9;
     border-radius: 50%;
     left: 15%;
     top: 5%;
     z-index: -3;
}
 .payment-cta-shape li:nth-child(1) {
     position: absolute;
     left: -2%;
     bottom: 21%;
}
 .payment-cta-shape li:nth-child(2) {
     position: absolute;
     top: -7%;
     right: 12%;
     z-index: -4;
}
 .payment-cta-shape li:nth-child(3) {
     position: absolute;
     left: 20%;
     top: 10%;
}
 .payment-cta-shape li:nth-child(4) {
     position: absolute;
     right: 12%;
     top: 24%;
}
 .payment-cta-shape li:nth-child(5) {
     position: absolute;
     bottom: 1%;
     left: 15%;
     z-index: -1 
}
 @media (min-width: 1200px) {
     .p-cta-img::before {
         left: 10%;
    }
     .payment-cta-shape li:nth-child(2) {
         right: 15%;
    }
}
 @media (min-width: 992px) and (max-width: 1200px) {
     .p-cta-img::before {
         left: 2%;
    }
}
 @media (min-width: 320px) and (max-width: 475px) {
     .p-cta-img::before {
         display: none;
    }
     .payment-cta-shape li:nth-child(1), .payment-cta-shape li:nth-child(3), .payment-cta-shape li:nth-child(4), .payment-cta-shape li:nth-child(5) {
         display: none;
    }
}
 .text-orange {
     color: #ff3951;
}
 .bg-orange {
     background-color: #ff3951;
     color: #fff;
     border: 1px solid transparent;
}
 .bg-orange:hover {
     background-color: transparent;
     color: #ff3951;
     border: 1px solid #ff3951;
}
 .bg-soft-blue {
     background-color: #f5f7fc;
}
 .span-arrow {
     font-size: 20px;
     margin-bottom: 10px;
     color: #ff3951;
     font-weight: 600;
}
 .digi-hero-text .action-btns .watch-now-btn {
     color: #14142b;
}
 .digi-hero-text .action-btns .watch-now-btn i {
     background-color: #ffc226;
     width: 56px;
     height: 56px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     color: #fff;
}
 .digi-hero-img ul li {
     position: absolute;
}
 .digi-hero-img ul li:nth-child(1) {
     top: -14%;
     left: -4%;
}
 .digi-hero-img ul li:nth-child(2) {
     bottom: -30%;
     left: -16%;
}
 .digi-hero-img ul li:nth-child(3) {
     right: 13%;
     bottom: -1%;
}
 .digi-hero-img ul li:nth-child(4) {
     top: 18%;
     right: -10%;
}
 .digi-service-single {
     background-color: #fff;
     border-radius: 8px;
     border: 1px solid rgba(231, 231, 231, 0.5019607843);
     padding: 48px 24px 30px 24px;
}
 .digi-service-single img {
     margin-bottom: 24px;
}
 .digi-service-single p {
     font-size: 16px;
}
 .digi-service-single a {
     font-size: 14px;
     color: #575757;
     font-weight: 600;
}
 .digi-service-single:hover {
     background-color: #fff;
     border: 1px solid transparent;
     -webkit-box-shadow: 14px 14px 56px rgba(33, 38, 106, 0.1);
     box-shadow: 14px 14px 56px rgba(33, 38, 106, 0.1);
}
 .digi-newsletter .digi-news-form {
     position: relative;
}
 .digi-newsletter .digi-news-form .form-control {
     background: #ffffff;
     border-radius: 50px;
     height: 52px;
     border: 0;
}
 .digi-newsletter .digi-news-form .digi-news-button {
     position: absolute;
     right: 0;
     top: 0;
     background: #ff3951;
     border-radius: 0px 50px 50px 0px;
     padding: 14px 20px;
     font-size: 14px;
     font-weight: 600;
     border: 0;
     display: inline-block;
     color: #fff;
}
 .digi-contact-left .contact-box {
     background: #ffffff;
     -webkit-box-shadow: 0px 10px 65px rgba(11, 9, 27, 0.04);
     box-shadow: 0px 10px 65px rgba(11, 9, 27, 0.04);
     border-radius: 4px;
     padding: 24px 32px;
}
 .digi-contact-left .contact-box img {
     margin-bottom: 24px;
}
 .digi-contact-form-bg {
     background: #ffffff;
     padding: 48px 40px;
     -webkit-box-shadow: 14px 14px 56px rgba(33, 38, 106, 0.1);
     box-shadow: 14px 14px 56px rgba(33, 38, 106, 0.1);
     border-radius: 10px;
}
 .digi-contact-form-bg ul li:first-child {
     width: 90px;
     height: 90px;
     border: 15px solid #ff3951;
     border-radius: 50%;
     left: -6%;
     position: absolute;
     top: -8%;
     z-index: -4;
}
 .digi-contact-form-bg ul li:last-child {
     width: 140px;
     height: 140px;
     background-color: #ffc226;
     border-radius: 50%;
     right: -60px;
     position: absolute;
     bottom: -60px;
     z-index: -5;
}
 .digi-blog-single .digi-blog-thumb {
     position: relative;
}
 .digi-blog-single .digi-blog-thumb .d-tag {
     padding: 8px 30px;
     border-radius: 50px;
     color: #fff;
     position: absolute;
     bottom: -20px;
     right: 30px;
}
 .digi-blog-single .digi-blog-thumb .d-tag.marketing {
     background-color: #ffc226;
}
 .digi-blog-single .digi-blog-thumb .d-tag.design {
     background-color: #ff3951;
}
 .digi-blog-single .digi-blog-info span {
     color: #575757;
     font-weight: 600;
     margin-bottom: 16px;
     display: block;
}
 .digi-blog-single .digi-blog-info h4, .digi-blog-single .digi-blog-info .h4 {
     font-size: 20px;
     color: #14142b;
}
 .digi-blog-single .digi-blog-info p {
     color: #575757;
     font-weight: 400;
}
 .digi-blog-single .digi-blog-info a {
     color: #14142b;
     font-weight: 600;
}
 .digi-blog-single .digi-blog-info a:hover {
     color: #ff3951;
}
 .digi-blog-list .list-header {
     padding: 25px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     background: #14142b;
     border-radius: 8px 8px 0px 0px;
}
 .digi-blog-list .list-header h5, .digi-blog-list .list-header .h5 {
     color: #fff;
     font-weight: 600;
     font-weight: 20px;
     margin-bottom: 0;
}
 .digi-blog-list .digi-blog-posts {
     border-radius: 0 0 8px 8px;
     background: #f5f7fc;
     padding: 35px 24px;
}
 .digi-why-left {
     position: relative;
}
 .digi-why-left ul li {
     position: absolute;
}
 .digi-why-left ul li:nth-child(1) {
     top: 40px;
     left: 60px;
}
 .digi-why-left ul li:nth-child(2) {
     right: 0;
     bottom: -10px;
}
 .digi-why-right ul {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 20px;
}
 @media (min-width: 320px) and (max-width: 575px) {
     .digi-why-right ul {
         grid-template-columns: repeat(1, 1fr);
    }
}
 .digi-why-right ul li {
     background: #ffffff;
     -webkit-box-shadow: 14px 14px 56px rgba(33, 38, 106, 0.1);
     box-shadow: 14px 14px 56px rgba(33, 38, 106, 0.1);
     border-radius: 4px;
}
 .digi-how-works {
     padding-top: 120px;
     padding-bottom: 420px;
}
 .digi-how-works-right {
     background-color: #f5f7fc;
     border-radius: 10px;
     position: relative;
     padding: 40px 25px;
     overflow: hidden;
}
 .digi-how-works-right .dig-how-steps ul li {
     background: rgba(255, 255, 255, 0.85);
     -webkit-box-shadow: 0px 110.121px 88.0972px rgba(0, 0, 0, 0.03);
     box-shadow: 0px 110.121px 88.0972px rgba(0, 0, 0, 0.03);
    /* -webkit-backdrop-filter: blur(64px);
     backdrop-filter: blur(64px);
     */
     border-radius: 10px;
     padding: 20px;
     position: relative;
     z-index: 6;
}
 .digi-how-works-right .dig-how-steps .shape ul li {
     position: absolute;
}
 .digi-how-works-right .dig-how-steps .shape ul li:nth-child(1) {
     width: 250px;
     height: 250px;
     border-radius: 50%;
     background-color: #ffd08a;
     top: -88px;
     left: -103px;
     z-index: 3;
}
 .digi-how-works-right .dig-how-steps .shape ul li:nth-child(2) {
     width: 195px;
     height: 195px;
     border-radius: 50%;
     background: #52f5d8;
     z-index: 3;
     left: -100px;
     bottom: -90px;
}
 .digi-how-works-right .dig-how-steps .shape ul li:nth-child(3) {
     width: 250px;
     height: 250px;
     border-radius: 50%;
     background-color: #888efe;
     z-index: 3;
     right: -122px;
     top: 39%;
}
 .digi-testimonial-single {
     background-color: #fff;
     border-radius: 10px;
     padding: 30px;
}
 .digi-nav-control {
     width: 100px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     position: absolute;
     right: 20px;
}
 .digi-nav-control .swiper-button-next, .digi-nav-control .swiper-button-prev {
     width: 40px;
     height: 40px;
     border-radius: 50%;
     z-index: 6;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     background-color: #fff;
     color: #0b163f;
}
 .digi-nav-control .swiper-button-next:hover, .digi-nav-control .swiper-button-prev:hover {
     background-color: #ff3951;
     color: #fff;
}
 .digi-nav-control .swiper-button-next::after, .digi-nav-control .swiper-button-prev::after {
     content: "";
}
 .digi-nav-control .swiper-button-prev {
     right: 60px;
     left: auto;
}
 .digi-nav-control .swiper-button-next {
     right: 0;
}
 .digi-integration {
     padding-top: 100px;
     padding-bottom: 60px;
}
 .digi-integration .digi-testimonial {
     margin-top: -450px;
     padding-bottom: 60px;
}
 @media (min-width: 320px) and (max-width: 991px) {
     .digi-integration {
         padding-top: 60px;
         padding-bottom: 60px;
    }
     .digi-integration .digi-testimonial {
         margin-top: -400px;
         padding-bottom: 70px;
    }
}
 .int-icon-one ul li {
     border-radius: 50%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     position: absolute;
}
 .int-icon-one ul li:nth-child(1) {
     width: 56px;
     left: 114px;
     height: 56px;
     background: #ffffff;
     -webkit-box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
     box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
}
 .int-icon-one ul li:nth-child(2) {
     top: 95px;
     width: 80px;
     height: 80px;
     background: #ffffff;
     -webkit-box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
     box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
}
 .int-icon-one ul li:nth-child(3) {
     width: 75px;
     height: 75px;
     right: 0;
     top: 43px;
     background: #ffffff;
     -webkit-box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
     box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
}
 .int-icon-one ul li:nth-child(4) {
     width: 56px;
     left: 114px;
     height: 56px;
     top: 166px;
     background: #ffffff;
     -webkit-box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
     box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
}
 .int-icon-one ul li:nth-child(5) {
     width: 75px;
     height: 75px;
     right: 0;
     top: 210px;
     background: #ffffff;
     -webkit-box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
     box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
}
 .int-icon-one ul li:nth-child(6) {
     width: 56px;
     left: 60px;
     height: 56px;
     top: 226px;
     background: #ffffff;
     -webkit-box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
     box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
}
 .int-icon-two ul li {
     border-radius: 50%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     position: absolute;
}
 .int-icon-two ul li:nth-child(1) {
     width: 56px;
     left: 60px;
     height: 56px;
     top: 0;
     background: #ffffff;
     -webkit-box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
     box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
}
 .int-icon-two ul li:nth-child(2) {
     top: 95px;
     width: 80px;
     height: 80px;
     background: #ffffff;
     -webkit-box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
     box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
}
 .int-icon-two ul li:nth-child(3) {
     width: 75px;
     height: 75px;
     right: 0;
     top: 43px;
     background: #ffffff;
     -webkit-box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
     box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
}
 .int-icon-two ul li:nth-child(4) {
     width: 56px;
     left: 114px;
     height: 56px;
     top: 166px;
     background: #ffffff;
     -webkit-box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
     box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
}
 .int-icon-two ul li:nth-child(5) {
     width: 56px;
     height: 56px;
     right: 0;
     top: 210px;
     background: #ffffff;
     -webkit-box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
     box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
}
 .int-icon-two ul li:nth-child(6) {
     width: 56px;
     left: 60px;
     height: 56px;
     top: 226px;
     background: #ffffff;
     -webkit-box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
     box-shadow: 20px 20px 82px rgba(33, 38, 106, 0.1);
}
 .text-pink {
     color: #fd035a !important;
}
 .bg-pink {
     color: #fff;
     background-color: #fd035a;
     border: 1px solid transparent;
}
 .bg-pink:hover {
     background-color: transparent;
     border: 1px solid #fd035a;
     color: #fd035a !important;
}
 .bg-light-blue {
     background-color: #f8f9ff;
}
 .border-pink {
     border: 1px solid #fd035a;
}
 .text-dark-blue {
     color: #2b0996;
}
 .bg-dark-blue {
     background-color: #2b0996;
}
 .bg-dark-blue:hover {
     background-color: transparent;
     border: 2px solid #2b0996;
     color: #2b0996 !important;
}
 .event-hero {
     padding: 150px 0;
}
 .event-hero .event-hero-img {
     position: relative;
     z-index: 5;
}
 .event-hero .event-hero-img a {
     position: absolute;
     width: 100px;
     height: 100px;
     left: 20%;
     bottom: -5%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     border-radius: 50%;
     background-color: #fd035a;
     color: #fff;
     border: 10px solid #fff;
     -webkit-box-shadow: 0 50px 50px -25px rgba(43, 9, 150, 0.25);
     box-shadow: 0 50px 50px -25px rgba(43, 9, 150, 0.25);
}
 .event-hero .scroll-down span {
     -webkit-transform: rotate(90deg);
     transform: rotate(90deg);
     display: inline-block;
     position: absolute;
     left: 0;
     top: 50%;
     font-weight: 600;
     color: #fd035a;
}
 .event-hero .ev-hero-shape li {
     position: absolute;
}
 .event-hero .ev-hero-shape li:nth-child(1) {
     bottom: 8%;
     left: 45%;
}
 .event-hero .ev-hero-shape li:nth-child(2) {
     width: 160px;
     height: 160px;
     border-radius: 50%;
     left: 35%;
     top: 25%;
     background-image: linear-gradient(231.28deg, #ff0766 -30.62%, rgba(255, 255, 255, 0) 93.05%);
}
 .event-hero .ev-hero-shape li:nth-child(3) {
     width: 158px;
     height: 47px;
     right: 10%;
     top: 20%;
     background: linear-gradient(286.4deg, rgba(255, 7, 102, 0.61) -14.68%, rgba(43, 9, 150, 0) 99.55%);
     border-radius: 50px;
     -webkit-transform: rotate(-38.54deg);
     transform: rotate(-38.54deg);
}
 .event-hero .ev-hero-shape li:nth-child(4) {
     width: 110px;
     height: 110px;
     border-radius: 50%;
     right: 20%;
     bottom: 2%;
     z-index: 2;
     background: linear-gradient(286.4deg, #ff0766 -14.68%, rgba(43, 9, 150, 0) 99.55%);
}
 .event-hero .ev-hero-shape li:nth-child(5) {
     left: 5%;
     bottom: 45%;
}
 .event-about {
     padding: 150px 0;
     -o-object-fit: cover;
     object-fit: cover;
     position: relative;
}
 .event-about .elements li {
     position: absolute;
}
 .event-about .elements li:nth-child(1) {
     top: 10%;
     left: 43%;
}
 .event-about .elements li:nth-child(2) {
     right: 0;
     bottom: 0;
}
 .event-about .elements li:nth-child(3) {
     width: 160px;
     height: 160px;
     border-radius: 50%;
     right: 10%;
     top: 23%;
     background-image: linear-gradient(231.28deg, #ff0766 -30.62%, rgba(255, 255, 255, 0) 93.05%);
}
 @media (min-width: 320px) and (max-width: 991px) {
     .event-about {
         padding: 60px 0;
    }
}
 @media (min-width: 992px) and (max-width: 1200px) {
     .ev-ab-img .ev-about-img-one {
         width: 50%;
    }
}
 @media (min-width: 320px) and (max-width: 768px) {
     .ev-ab-img .ev-about-img-one {
         display: none;
    }
}
 .ev-ab-img .ev-about-img-one {
     position: absolute;
     top: 52%;
     left: -25%;
}
 .ev-ab-img ul li {
     position: absolute;
}
 .ev-ab-img ul li:first-child {
     border: 20px solid #2b0996;
     background-color: #fff;
     width: 240px;
     height: 240px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     text-align: center;
     left: -10%;
     top: -15%;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     border-radius: 50%;
     z-index: 5;
}
 .ev-ab-img ul li:last-child {
     width: 230px;
     height: 230px;
     background-color: #ffc226;
     border-radius: 50%;
     bottom: -20%;
     left: 21%;
     z-index: 4;
}
 @media (min-width: 768px) and (max-width: 1200px) {
     .ev-ab-img ul li:first-child {
         left: -30%;
    }
}
 @media (min-width: 320px) and (max-width: 575px) {
     .ev-ab-img ul li:first-child {
         display: none;
    }
}
 @media (min-width: 576px) and (max-width: 768px) {
     .ev-ab-img ul li:first-child {
         left: -10%;
         top: -5%;
    }
}
 @media (min-width: 320px) and (max-width: 768px) {
     .ev-ab-img ul li:last-child {
         display: none;
    }
}
 .up-coming-event {
     background: #f8f9ff;
}
 .single-up-eve {
     background-color: #fff;
}
 .single-up-eve .ev-days {
     position: absolute;
     left: 30px;
     bottom: -35px;
     background-color: #fff;
     border-radius: 8px;
     padding: 10px 15px;
     text-align: center;
     display: inline-block;
     -webkit-box-shadow: 0px 12px 64px rgba(103, 151, 255, 0.1), 0px 4px 24px rgba(103, 151, 255, 0.1);
     box-shadow: 0px 12px 64px rgba(103, 151, 255, 0.1), 0px 4px 24px rgba(103, 151, 255, 0.1);
}
 .single-up-eve .event-meta h5 a, .single-up-eve .event-meta .h5 a {
     color: #030113;
}
 .single-speaker {
     background-color: #fff;
     border-radius: 4px;
     text-align: center;
     padding: 40px 20px;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
     cursor: pointer;
}
 .single-speaker .sp-social {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     height: 40px;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
}
 .single-speaker .sp-social a {
     width: 32px;
     height: 32px;
     background-color: #fff;
     color: #dadada;
     border-radius: 50%;
     -webkit-box-shadow: 0px 0px 40px rgba(33, 38, 106, 0.15);
     box-shadow: 0px 0px 40px rgba(33, 38, 106, 0.15);
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin-right: 10px;
}
 .single-speaker .sp-social a i {
     color: #575757;
}
 .single-speaker:hover {
     background: #2b0996;
     -webkit-box-shadow: 0px 50px 50px -25px rgba(43, 9, 150, 0.25);
     box-shadow: 0px 50px 50px -25px rgba(43, 9, 150, 0.25);
     border-radius: 4px;
     color: #fff;
}
 .single-speaker:hover h5, .single-speaker:hover .h5 {
     color: #fff;
}
 .ev-counter {
     padding-bottom: 140px;
}
 .ev-count-down {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 20px;
}
 @media (min-width: 320px) and (max-width: 575px) {
     .ev-count-down {
         grid-template-columns: repeat(2, 1fr);
    }
}
 .ev-count-down .ev-cd-box {
     background: rgba(255, 255, 255, 0.2);
     border-radius: 8px;
     color: #fff;
     padding: 15px 0;
     border: 1px solid #dadada;
}
 .ev-count-down .ev-cd-box h4, .ev-count-down .ev-cd-box .h4 {
     color: #fff;
}
 .ev-schedule {
     margin-top: -50px;
     background-color: #f5f7fc;
     position: relative;
}
 .ev-schedule .ev-schedule-btn .nav .nav-item {
     padding-right: 16px;
}
 .ev-schedule .ev-schedule-btn .nav .nav-item .nav-link {
     border: 0;
     font-size: 16px;
     font-weight: 600;
     padding: 10px 30px;
     border: 1px solid #e7e7e7;
     border-radius: 4px;
     color: #575757;
     background: none;
}
 .ev-schedule .ev-schedule-btn .nav .nav-item .nav-link.active {
     background-color: #fd035a;
     border: 1px solid transparent;
     color: #fff;
}
 .ev-schedule .single-eve-session {
     background-color: #fff;
     position: relative;
     z-index: 5;
}
 .ev-schedule .single-eve-session:hover {
     -webkit-box-shadow: 5px 25px 80px -10px rgba(0, 108, 236, 0.12);
     box-shadow: 5px 25px 80px -10px rgba(0, 108, 236, 0.12);
}
 .ev-schedule .single-eve-session .single-ev .date, .ev-schedule .single-eve-session .single-ev .location {
     color: #575757;
     font-size: 14px;
}
 .ev-schedule .single-eve-session .single-ev .link-with-icon {
     color: #2b0996;
     font-weight: 600;
}
 .ev-schedule .single-eve-session .single-ev .link-with-icon:hover {
     color: #fd035a;
}
 .ev-schedule .single-eve-session .speaker-info {
     position: relative;
}
 .ev-schedule .single-eve-session .speaker-info::after {
     content: "";
     position: absolute;
     height: 100%;
     background-color: #e3e3e3;
     width: 1px;
     right: 0;
     top: 0;
}
 @media (min-width: 320px) and (max-width: 768px) {
     .ev-schedule .single-eve-session .speaker-info::after {
         content: "";
         position: absolute;
         width: 100%;
         height: 1px;
         background-color: #e3e3e3;
         top: 100%;
    }
}
 .ev-schedule .circel-shape li {
     position: absolute;
     background-image: linear-gradient(231.28deg, #ff0766 -30.62%, rgba(255, 255, 255, 0) 93.05%);
     border-radius: 50%;
}
 .ev-schedule .circel-shape li:nth-child(1) {
     width: 100px;
     height: 100px;
     bottom: 13%;
     left: 5%;
     z-index: 4;
}
 .ev-schedule .circel-shape li:nth-child(2) {
     width: 24px;
     height: 24px;
     bottom: 12%;
     left: 3%;
}
 .ev-schedule .circel-shape li:nth-child(3) {
     width: 24px;
     height: 24px;
     top: 18%;
     right: 6%;
     background-color: #ffd600;
}
 .ev-single-price {
     background-color: #fff;
     -webkit-box-shadow: 0px 0px 56px rgba(33, 38, 106, 0.1);
     box-shadow: 0px 0px 56px rgba(33, 38, 106, 0.1);
     padding: 48px 20px;
     overflow: hidden;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     position: relative;
     cursor: pointer;
}
 .ev-single-price:hover {
     background-color: #fd035a;
     color: #fff;
}
 .ev-single-price:hover .ev-price-header h4, .ev-single-price:hover .ev-price-header .h4 {
     color: #fff;
}
 .ev-single-price:hover .ev-price-header h5, .ev-single-price:hover .ev-price-header .h5 {
     color: #fff;
}
 .ev-single-price:hover .ev-price-btn {
     background-color: #fff;
     color: #575757;
}
 .ev-single-price .ev-price-header {
     border-bottom: 2px dashed #f3f4f7;
     position: relative;
}
 .ev-single-price .ev-price-header h5, .ev-single-price .ev-price-header .h5 {
     color: #2b0996;
}
 .ev-single-price .ev-price-header::after {
     content: "";
     position: absolute;
     background-color: #f3f4f7;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     right: -12%;
     bottom: -24%;
}
 .ev-single-price .ev-price-header::before {
     content: "";
     position: absolute;
     background-color: #f3f4f7;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     left: -12%;
     bottom: -24%;
}
 .ev-single-price ul li i {
     font-size: 14px;
}
 .ev-single-price .ev-price-btn {
     background: #2b0996;
     border-radius: 4px;
     padding: 12px 24px;
     text-align: center;
     display: inline-block;
     color: #fff;
     font-size: 16px;
     font-weight: 600;
}
 .ev-single-price .ev-price-dot {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     gap: 10px;
     position: absolute;
     bottom: -2.5%;
     margin: 0;
}
 .ev-single-price .ev-price-dot li {
     width: 25px;
     height: 25px;
     border-radius: 50%;
     background-color: #f3f4f7;
}
 .ev-testimonial {
     position: relative;
}
 .ev-testimonial .author li {
     position: absolute;
}
 .ev-testimonial .author li:first-child {
     left: 5%;
     top: 0;
     width: 450px;
}
 .ev-testimonial .author li:last-child {
     right: 5%;
     top: 10%;
     width: 500px;
}
 .ev-testimonial-slider {
     padding-bottom: 50px;
}
 .ev-testimonial-slider .eve-pagination.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
     width: 6px;
     height: 6px;
     border-radius: 50%;
     background: rgba(253, 3, 90, 0.5);
     position: relative;
     margin-right: 10px;
}
 .ev-testimonial-slider .eve-pagination.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet::before {
     content: "";
     position: absolute;
     height: 20px;
     width: 20px;
     top: -7px;
     bottom: 0;
     right: 0;
     left: -7px;
     border: 1px solid #fd035a;
     border-radius: 50%;
     opacity: 0;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     -webkit-transform: scale(0.5);
     transform: scale(0.5);
}
 .ev-testimonial-slider .eve-pagination.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
     background-color: #fd035a;
}
 .ev-testimonial-slider .eve-pagination.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active::before {
     opacity: 1;
}
 .eve-blog .ev-blog-meta {
     border: 1px solid #e7e7e7;
     border-radius: 0 0 4px 4px;
}
 .eve-blog .ev-blog-meta .date, .eve-blog .ev-blog-meta .location {
     font-size: 14px;
}
 .eve-blog .ev-blog-meta:hover {
     border: 1px solid transparent;
     background-color: #fff;
     -webkit-box-shadow: 5px 25px 80px -10px rgba(0, 108, 236, 0.08);
     box-shadow: 5px 25px 80px -10px rgba(0, 108, 236, 0.08);
}
 .eve-blog .ev-blog-meta .link-with-icon {
     color: #2b0996;
     font-weight: 600;
}
 .eve-blog .ev-blog-meta .link-with-icon:hover {
     color: #fd035a;
}
 .sponsor-logo-bg {
     background-color: #fff;
}
 .sponsor-logo-bg .logo {
     border: 1px solid #e7e7e7;
     border-radius: 4px;
     cursor: pointer;
}
 .sponsor-logo-bg .logo:hover {
     -webkit-box-shadow: 0px 20px 80px -10px rgba(0, 108, 236, 0.15);
     box-shadow: 0px 20px 80px -10px rgba(0, 108, 236, 0.15);
     border: 1px solid transparent;
}
 .no-radius{
     border-radius: 0!important 
}
 .theme-btn{
     border-color: none!important;
}
 .theme-btn:hover{
     opacity: .9 
}
 .bg-white-btn:hover{
     background: #0b163f!important;
     color: #fff!important 
}
 .review-main{
     background: #fff;
     padding: 55px 25px 10px;
     -webkit-box-shadow: 50px 20px 100px rgb(116 116 116 / 15%);
     box-shadow: 50px 20px 100px rgb(116 116 116 / 15%);
     border-radius: 6px;
}
 .no-border{
     border: none 
}
 .service-bg{
     background: #F7F8F9 
}
 .feature-card{
     -webkit-box-shadow: 50px 20px 100px rgb(116 116 116 / 15%);
     box-shadow: 10px 10px 30px rgb(116 116 116 / 15%);
}
 .ms-srvc p{
     font-size: 14px;
     line-height: 22px;
}
 .ms-srvc .feature-icon img{
     padding: 0 
}
 .ms-srvc li{
     font-size: 15px;
     font-weight: 600 
}
 .font-jost, h1, h2, h3{
     font-family: 'Jost', sans-serif!important;
}
 .ms-srvc{
     position: relative 
}
 .top-detail{
     position: absolute;
     top: 35px;
     right: 25px 
}
 .ms-srvc h3 a{
     color:#2F2E37 
}
 .ms-srvc h3 a:hover{
     color:#6c63ff 
}
 .display-block{
     display: block!important 
}
 .mr-0{
     margin-right: 0!important 
}
 .what-we-do{
     background: #fff;
     padding: 40px 25px;
     border-radius: 10px;
}
 .ms-color{
     color: #4d45b5!important 
}
 .bg-light h2{
     color: #24262c!important 
}
 .srvc-grid{
     background:linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url('../img/footer-shape.svg')no-repeat bottom -45px right 0px;
     background-size: 50%;
}
 .srvc-grid:hover{
     background:linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)), url('../img/footer-shape.svg')no-repeat bottom -45px right 0px;
     background-size: 50%;
}
 .font-weight-bold{
     font-weight: 600 
}
 .mb-0{
     margin-bottom: 0!important 
}
 .ms-industry .app-two-single-feature-icon i{
     height: 55px;
     line-height: 55px;
}
 .ms-head2{
     color: #ff3951!important;
}
 .side-bar {
     top: 0;
     height: 600px;
}
 .side-bar span img{
     margin-top: -51%;
}
 .marquee p {
     overflow: hidden;
     white-space: nowrap;
}
 .marquee span {
     animation: marquee 8s linear infinite;
     display: inline-flex;
}
 @keyframes marquee {
     from {
         transform: translateY(-100%);
    }
     to {
         transform: translateY(0);
    }
}
/* .ms-v-slider {
     list-style-type: none;
     text-align: center;
     animation: slider linear infinite;
}
 @keyframes slider {
     0% {
         transform: translateY(100vh) 
    }
     100% {
         transform: translateY(-100%) 
    }
}
 */
 .ms-width100{
     width: 100%!important 
}
 .image-bg {
     width: 100%;
     height: 400px;
     display: inline-block;
     position: relative;
}
 .image-bg .image-shop-scroll {
     background-position: center 0;
     background-repeat: no-repeat;
     background-size: cover;
     position: absolute;
     width: 100%;
     height: 400px;
     border: 6px solid #e9ecef;
     border-radius: 10px;
     box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}
 .image-bg .image-shop-scroll {
     transition: all 10s ease-out 0s;
     -webkit-transition: all 10s ease-out 0s;
     -moz-transition: all 10s ease-out 0s;
     -ms-transition: all 10s ease-out 0s;
     -o-transition: all 10s ease-out 0s;
}
 .image-bg:hover .image-shop-scroll {
     background-position: center 100%!important;
}
 .font-w5{
     font-weight: 500!important 
}
 img.anim-up-down {
     -webkit-animation: move-up-down 1s infinite alternate;
     animation: move-up-down 1s infinite alternate;
}
 img.anim-up-down {
     -webkit-animation: move-up-down 1s infinite alternate;
     animation: move-up-down 1s infinite alternate;
}
 @-webkit-keyframes move-up-down {
     0% {
         transform: translateY(0);
    }
     100% {
         transform: translateY(-15px);
    }
}
 @keyframes move-up-down {
     0% {
         transform: translateY(0);
    }
     100% {
         transform: translateY(-15px);
    }
}
 span.anim-up-down2 {
     -webkit-animation: move-up-down2 2s infinite alternate;
     animation: move-up-down 2s infinite alternate;
}
 @-webkit-keyframes move-up-down2 {
     0% {
         transform: translateY(0);
    }
     100% {
         transform: translateY(100px);
    }
}
 @keyframes move-up-down2 {
     0% {
         transform: translateY(0);
    }
     100% {
         transform: translateY(100px);
    }
}
 span.anim-up-down3 {
     -webkit-animation: move-up-down3 2s infinite alternate;
     animation: move-up-down 2s infinite alternate;
}
 @-webkit-keyframes move-up-down3 {
     0% {
         transform: translateY(0);
    }
     100% {
         transform: translateY(100px);
    }
}
 @keyframes move-up-down3 {
     0% {
         transform: translateY(50);
    }
     100% {
         transform: translateY(160px);
    }
}
 img.anim-up-down4 {
     -webkit-animation: move-up-down4 1s infinite alternate;
     animation: move-up-down 1s infinite alternate;
}
 @-webkit-keyframes move-up-down4 {
     0% {
         transform: translateY(0);
    }
     100% {
         transform: translateY(100px);
    }
}
 @keyframes move-up-down4 {
     0% {
         transform: translateY(0);
    }
     100% {
         transform: translateY(100px);
    }
}
 img.anim-up-down6 {
     -webkit-animation: move-up-down6 1s infinite alternate;
     animation: move-up-down 1s infinite alternate;
}
 @-webkit-keyframes move-up-down6 {
     0% {
         transform: translateX(0);
    }
     100% {
         transform: translateX(100px);
    }
}
 @keyframes move-up-down6 {
     0% {
         transform: translateX(0);
    }
     100% {
         transform: translateX(100px);
    }
}
 img.anim-up-down5 {
     -webkit-animation: move-up-down5 2s infinite alternate;
     animation: move-up-down 2s infinite alternate;
}
 @-webkit-keyframes move-up-down5 {
     0% {
         transform: translateY(50);
    }
     100% {
         transform: translateY(100px);
    }
}
 @keyframes move-up-down5 {
     0% {
         transform: translateY(50);
    }
     100% {
         transform: translateY(160px);
    }
}
 img.anim-lef-right {
     bottom: 0%;
     display: block;
     position: absolute;
     animation: linear infinite alternate;
     animation-name: run;
     animation-duration: 2.2s;
}
 @-webkit-keyframes run {
     0% {
         left: 0;
         transform: translateX(-15px);
    }
     100% {
         left: 20%;
         transform: translateX(-15px);
    }
}
 img.anim-right-left {
     bottom: 0%;
     display: block;
     position: absolute;
     animation: linear infinite alternate;
     animation-name: run2;
     animation-duration: 2.5s;
}
 @-webkit-keyframes run2 {
     0% {
         right: -15%;
         transform: translateX(-25px);
    }
     100% {
         right: 0%;
         transform: translateX(-25px);
    }
}
 img.anim-right-left2 {
     bottom: 0%;
     display: block;
     position: relative;
     animation: linear infinite alternate;

     animation-name: run3;
     animation-duration: 2.5s;
}
 @-webkit-keyframes run3 {
     0% {
         right: -10%;
         transform: translateX(-20px);
    }
     100% {
         right: 0%;
         transform: translateX(-20px);
    }
}
 .msh-header {
     position: relative;
     background-color: black;
     height: 100vh;
     min-height: 100vh;
     width: 100%;
     overflow: hidden;
}
 .msh-header video {
     position: absolute;
     top: 50%;
     left: 50%;
     min-width: 100%;
     min-height: 100%;
     width: auto;
     height: auto;
     z-index: 0;
     -ms-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
     -webkit-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%);
}
 .msh-header .container {
     position: relative;
     z-index: 2;
}
 .msh-header .overlay {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     background-color: black;
     opacity: 0.5;
     z-index: 1;
}
 .client-integration {
     -webkit-box-shadow: rgb(13 21 55 / 10%) 0 5px 50px;
     box-shadow: rgb(13 21 55 / 10%) 0 5px 50px;
     display: block;
     margin: auto;
     text-align: center;
     border-radius: 2px;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
     margin-bottom: 20px;
}
 .client-integration:hover {
     -webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
     box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
     -webkit-transform: translateY(-2px);
     transform: translateY(-2px);
}
/*-------------------------------------------------------------- ## Logo Carousel --------------------------------------------------------------*/
 .logo-carousel {
     padding-top: 50px;
}
 .logo-carousel .section-heading {
     margin-bottom: 63px;
}
 @media (max-width: 991px) {
     .logo-carousel .section-heading {
         text-align: center;
         margin-bottom: 30px;
    }
}
 @media (max-width: 991px) {
     .logo-carousel {
         padding-top: 0;
    }
     .logo-carousel .btn__link {
         text-align: center;
         display: block;
         margin-bottom: 40px;
    }
}
 .tt-logo-carousel .swiper-wrapper {
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
}
 .logo-slider-wrapper .section--heading {
     margin-bottom: 40px;
}
 .logo-slider-wrapper .section--heading .section-title-sm {
     font-size: 18px;
     font-weight: 500;
}
 .client_logo {
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .client_logo img {
     -webkit-filter: grayscale(100%);
     filter: grayscale(100%);
     opacity: 0.7;
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     max-width: 130px !important;
}
 .client_logo:hover img {
     opacity: 1;
     -webkit-filter: grayscale(0);
     filter: grayscale(0);
}
 .logo-list {
     margin: 0;
     padding: 0;
     list-style: none;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
}
 .logo-list li:not(:last-child) {
     margin-right: 20px;
     text-align: center;
}
 .logo-list li .tt-star-rating span {
     font-size: 10px;
}
 .client-logo-list {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .client-logo-list li {
     display: inline-block;
     margin-right: 60px;
     margin-bottom: 20px;
}
 .client-logo-list li img {
     -webkit-filter: grayscale(100%);
     filter: grayscale(100%);
     opacity: 0.7;
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .client-logo-list li img:hover {
     -webkit-filter: grayscale(0);
     filter: grayscale(0);
     opacity: 1;
}
 .client-logo-list.style_two {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
}
 .client-logo-list.style_two li {
     margin-bottom: 30px;
     padding-right: 30px;
     margin-right: 0 !important;
}
 .client-logo-list.style_two li img {
     -webkit-filter: grayscale(100%);
     filter: grayscale(100%);
     opacity: 0.7;
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .client-logo-list.style_two li:hover img {
     -webkit-filter: grayscale(0);
     filter: grayscale(0);
     opacity: 1;
}
 .client-logo-list.column_3 li {
     width: 33.33%;
     text-align: left;
}
 @media (max-width: 767px) {
     .client-logo-list.column_3 li {
         text-align: center;
    }
	 
	  .span-arrow {
     font-size: 16px;
    
}
	 
}
 @media (max-width: 480px) {
     .client-logo-list.column_3 li {
         width: 50%;
         text-align: center;
    }
}
 .client-logo-list.column_4 li {
     width: 25%;
}
 @media (max-width: 640px) {
     .client-logo-list.column_4 li {
         width: 33.33%;
    }
}
 @media (max-width: 480px) {
     .client-logo-list.column_4 li {
         width: 50%;
    }
}
 .client-logo-list.column_5 li {
     width: 20%;
}
 @media (max-width: 767px) {
     .client-logo-list.column_5 li {
         text-align: center;
    }
     .case-ms{
         padding: 30px 40px!important;
    }
}
 @media (max-width: 480px) {
     .client-logo-list.column_5 li {
         width: 50%;
         text-align: center;
    }
}
 .bg-white{
     background: #ffffff!important 
}
 .float-right{
     float: right!important 
}
 .rounded-curved{
     border-radius: 20px;
}
 .ms-porto img{
     width: 90%;
     -webkit-transition: -webkit-transform 0.4s;
     transition: transform 0.4s;
}
 .ms-porto .active img{
     -webkit-transform: scale(1.15) rotate(0.01deg);
     transform: scale(1.15) rotate(0.01deg);
}
 .case-ms{
     padding: 30px 95px;
}
 .case-study-app-1{
     background: #331a5b;
}
 .case-study-app-2{
     background: #beb113;
}
 .case-study-app-3{
     background: #3b8e02;
}
 .case-study-app-4{
     background: #0378b2;
}
 .case-study-app-5{
     background: #91b42e;
}
 .service-info-wrap .h6{
     height: 40px;
     font-size: 18px;
}
 .ms-apps .img-fluid{
     width: 100% 
}
 .cta-card .feature-icon{
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .cta-card:hover .feature-icon{
     -webkit-box-shadow: 0 20px 30px 0 rgba(5, 30, 115, 0.3);
     box-shadow: 0 20px 30px 0 rgba(5, 30, 115, 0.3);
}
 .ms-soft .icon-box {
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .ms-soft:hover .icon-box {
     -webkit-box-shadow: 0 20px 30px 0 rgba(5, 30, 115, 0.3);
     box-shadow: 0 20px 30px 0 rgba(5, 30, 115, 0.3);
}
 .mt-200{
     margin-top: 370px;
}
 .ms-dash-shadow{
     -webkit-box-shadow: 0 5px 30px 0 rgba(5, 30, 115, 0.3);
     box-shadow: 0 5px 30px 0 rgba(5, 30, 115, 0.3);
     border-radius: 45px;
}
 .ms-soft{
     padding:30px 25px 
}
 .cyber-single-service{
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .cyber-single-service:hover{
     -webkit-box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.7);
     box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.7);
}
 .scroll-top {
     width: 40px;
     height: 40px;
     line-height: 40px;
     position: fixed;
     top: 100%;
     right: 50px;
     font-size: 16px;
     border-radius: 4px;
     z-index: 99;
     text-align: center;
     cursor: pointer;
     -webkit-transition: 1s ease;
     transition: 1s ease;
     border: none;
}
 .scroll-top:after {
     position: absolute;
     z-index: -1;
     content: '';
     top: 100%;
     left: 5%;
     height: 10px;
     width: 90%;
     opacity: 1;
     background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
 .scroll-top.open {
     top: 90%;
}
 .full-h{
     height:100vh!important 
}
 .mr-10{
     margin-right: 10px 
}
 .ms-med .h6{
     font-size: 15px!important;
     line-height: 20px;
     font-family: 'Jost', sans-serif!important;
}
 .icon-box {
     margin-bottom: 30px;
     width: 50px;
     height: 50px;
     text-align: center;
}
 .contact-us .icon-box i {
     font-size: 24px;
     line-height: 55px;
	 padding-right: 4px;
}
 .ms-techs .integration-list {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     grid-gap: 20px;
     justify-items: center;
}
 .ms-techs h6{
     font-size: 12px;
     font-weight: 500 
}
 .app-feature h6{
     font-size: 16px;
     font-family: 'Jost', sans-serif!important;
}
 .ms-app-tech{
     padding: 50px 20px;
}
 .ms-app-tech .integration-list li .single-integration {
     padding: 20px 15px 
}
 .ms-techs .integration-list li .single-integration img{
     height: 35px!important;
     width: auto!important;
     max-width: 100%!important;
     min-width: auto!important;
     max-height: 35px!important;
     min-height: 35px!important;
}
 .ms-app-tech .p-3 {
     padding: 0.6rem !important;
}
 .ms-app-tech .app-feature h6{
     font-size: 15px;
}
/* .ms-tech-li{
     padding-left: 15px;
     position: relative;
}
 .ms-tech-li::before{
     content: '';
     border-left: 3px solid #5cc9a7;
     height: 100%;
     position: absolute;
     left: 0px;
}
 */
 .ms-web-srvc .border-bottom {
     border-bottom: var(--bs-border-width) var(--bs-border-style) #2a293f !important;
}
 .ms-web-srvc .border-end {
     border-right: var(--bs-border-width) var(--bs-border-style) #2a293f !important;
}
 .font-w-600{
     font-weight: 600 
}
 .consult-area {
     background-position: bottom right;
     background-repeat: no-repeat;
}
 .consult-area .curve {
     bottom: 0;
     left: 0;
    /* z-index: 1*/
}
 .bg-light2{
     background: #f6f6f6 
}
 .consult-area .consult-overlay {
     padding-bottom: 200px 
}
 .ms-call-2{
     margin-top: -270px;
}
 @media(max-width: 1399.98px) {
     .consult-area .consult-overlay {
         padding-bottom: 350px 
    }
     .consult-area .consult-overlay .consult-right img {
         -webkit-transform: translateY(150px);
         transform: translateY(150px) 
    }
}
 @media(max-width: 991.98px) {
     .consult-area .consult-right {
         display: none 
    }
}
 .consult-list {
     max-width: 560px 
}
 .consult-left ul{
     padding: 0!important 
}
 .consult-list li+li {
     margin-top: 30px 
}
 .consult-list .icon-box {
     width: 45px;
     height: 45px;
     border: 2px solid #fff;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     font-size: 18px 
}
 .consult-list .icon-box::after {
     content: "";
     position: absolute;
     left: 50%;
     top: 100%;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     width: 2px;
     height: 100px;
     background-color: #fff 
}
 .primary-shadow {
     -webkit-box-shadow: 0px 20px 80px rgb(0 148 255 / 5%);
     box-shadow: 0px 20px 80px rgb(0 148 255 / 5%);
}
 .bg-gradient3 {
     background: -webkit-gradient(linear, left top, right top, from(#071c4d), to(#002d97f0)) !important;
     background: linear-gradient(90deg, #071c4d, #002d97f0) !important;
     color: #fff;
}
 .video-box{
     position:relative;
     width:60px;
     height:60px;
     color:#002e9c;
     font-size:18px;
     text-align:center;
     border-radius:100px;
     line-height: 60px;
     display:inline-block;
     float:left;
     margin-right:40px;
     transition:all 0.3s ease;
     -moz-transition:all 0.3s ease;
     -webkit-transition:all 0.3s ease;
     -ms-transition:all 0.3s ease;
     -o-transition:all 0.3s ease;
     background-color:rgba(255,255,255,1);
}
 .ptb-40{
     padding-bottom: 40px;
     padding-top: 40px;
}
 .video-box .ripple{
     -webkit-transform: translate(-73%, 23%);
     -moz-transform: translate(-73%, 23%);
     -ms-transform: translate(-73%, 23%);
     -o-transform: translate(-73%, 23%);
     transform: translate(-73%, 23%);
}
 .video-box span{
     color:#ff3951 
}
 .video-box .ripple, .video-box .ripple:before, .video-box .ripple:after {
     height: 40px;
     width: 40px;
     position: absolute;
     -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     -ms-border-radius: 100%;
     -o-border-radius: 100%;
     border-radius: 100%;
     -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
     -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
     -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
     -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
     box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
     -webkit-animation: ripple 3s infinite;
     -moz-animation: ripple 3s infinite;
     -ms-animation: ripple 3s infinite;
     -o-animation: ripple 3s infinite;
     animation: ripple 3s infinite;
}
 .video-box .ripple:before {
     -webkit-transform: translate(-52%, 1%);
     -moz-transform: translate(-52%, 1%);
     -ms-transform: translate(-52%, 1%);
     -o-transform: translate(-52%, 1%);
     transform: translate(-52%, 1%);
     -webkit-animation-delay: .9s;
     -moz-animation-delay: .9s;
     -ms-animation-delay: .9s;
     -o-animation-delay: .9s;
     animation-delay: .9s;
     content: "";
     position: absolute;
}
 .video-box .ripple:after {
     -webkit-transform: translate(-54%, 7%);
     -moz-transform: translate(-54%, 7%);
     -ms-transform: translate(-54%, 7%);
     -o-transform: translate(-54%, 7%);
     transform: translate(-54%, 7%);
     -webkit-animation-delay: .6s;
     -moz-animation-delay: .6s;
     -ms-animation-delay: .6s;
     -o-animation-delay: .6s;
     animation-delay: .6s;
     content: "";
     position: absolute;
}
 @-webkit-keyframes ripple {
     70% {
         box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
     100% {
         box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
 @keyframes ripple {
     70% {
         box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
     100% {
         box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
 .auto-container{
     position: static;
     max-width: 1200px;
     padding: 0px 15px;
     margin: 0 auto;
}
 .service-style-two{
     position: relative;
     padding: 60px 0px 80px;
}
 .service-block-two{
     position: relative;
     margin-bottom: 50px;
     z-index: 1;
}
 .service-block-two .inner-box{
     position: relative;
     display: block;
     text-align: center!important;
     max-width: 340px;
     width: 100%;
     overflow: hidden;
     border-radius: 15px;
     padding: 37px 30px 25px 30px;
     box-shadow: 0 10px 20px rgba(54, 208, 249, 0.5);
     transition: all 500ms ease;
}
 .inner-box figure {
     margin-left: auto;
     margin-right: auto 
}
 .service-block-two .inner-box:hover{
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
}
 .service-style-two .content-column:first-child .service-block-two:last-child .inner-box{
     box-shadow: 0 10px 20px rgba(246, 117, 38, 0.5);
}
 .service-style-two .content-column:last-child .service-block-two:first-child .inner-box{
     box-shadow: 0 10px 20px rgba(8, 60, 167, 0.5);
}
 .service-style-two .content-column:last-child .service-block-two:last-child .inner-box{
     box-shadow: 0 10px 20px rgba(250, 91, 157, 0.5);
}
 .service-block-two .inner-box:before{
     position: absolute;
     content: '';
     background: #fff;
     width: 100%;
     height: 0%;
     left: 0px;
     bottom: 0px;
     right: 0px;
     transition: all 500ms ease;
}
 .service-block-two .inner-box:hover:before{
     height: 100%;
     top: 0px;
}
 .service-block-two .inner-box:hover{
     padding-bottom: 65px;
     margin-bottom: -40px;
}
 .service-block-two .inner-box .icon-box{
     position: relative;
     min-height: 55px;
     margin-bottom: 9px;
}
 .service-block-two .inner-box .icon-box img{
     width: auto;
     transition: all 500ms ease;
}
 .service-block-two .inner-box:hover .icon-box img{
     transform: scale(1.05);
}
 .service-block-two .inner-box h3{
     position: relative;
     display: block;
     font-size: 24px;
     line-height: 32px;
     color: #fff;
     font-weight: 700;
     margin-bottom: 11px;
     transition: all 500ms ease;
}
 .service-block-two .inner-box h3 a{
     color: #fff;
}
 .service-block-two .inner-box:hover h3, .service-block-two .inner-box:hover h3 a{
     color: #161616;
}
 .service-block-two .inner-box:hover .text p{
     color: #444444;
}
 .service-block-two .inner-box .text{
     position: relative;
     margin-bottom: 10px;
}
 .service-block-two .inner-box .text p{
     font-size: 15px;
     line-height: 26px;
     color: #fff;
     transition: all 500ms ease;
}
 .service-block-two .inner-box .link a{
     position: absolute;
     left: 50%;
     top: 20px;
     transform: translateX(-50%);
     font-size: 14px;
     line-height: 24px;
     font-family: 'Poppins', sans-serif;
     font-weight: 700;
     color: #444444;
}
 .service-block-two .inner-box:hover .link a{
     top: 10px;
}
 .service-block-two .inner-box .link i{
     position: relative;
     top: 1px;
     margin-left: 8px;
     color: transparent;
     -webkit-background-clip: text!important;
     -webkit-text-fill-color: transparent;
}
 .service-block-two .inner-box .link{
     position: relative;
}
 .service-block-two .inner-box .link a:hover{
     color: transparent;
     -webkit-background-clip: text!important;
     -webkit-text-fill-color: transparent;
}
 .service-block-two .inner-box h3 a:hover{
     color: transparent;
     -webkit-background-clip: text!important;
     -webkit-text-fill-color: transparent;
}
 .service-block-two .inner-box .pattern-layer{
     position: absolute;
     left: -20px;
     top: -120px;
     width: 290px;
     height: 240px;
     background-repeat: no-repeat;
     -webkit-animation: zoom-fade 3s infinite linear;
     animation: zoom-fade 3s infinite linear;
}
 .featured-section .service-block:nth-child(2) .inner-box{
     box-shadow: 0 10px 20px rgba(8, 60, 167, 0.5);
}
 .featured-section .service-block:last-child .inner-box{
     box-shadow: 0 10px 20px rgba(246, 117, 38, 0.5);
}
 .service-style-two .inner-content{
     position: relative;
}
 .service-style-two .inner-content .bg-layer{
     position: absolute;
     width: 100%;
     height: 690px;
     left: 0px;
     top: 10px;
     right: 0px;
     background-repeat: no-repeat;
     background-position: center;
}
 .service-style-two .image-box{
     position: relative;
     display: block;
     text-align: center;
     margin: 0px -75px;
}
 .service-style-two .image-box .dotted-box{
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     right: 0px;
}
 .service-style-two .image-box .dotted-box .dotted{
     position: absolute;
     border-radius: 50%;
}
 .service-style-two .image-box .dotted-box .dotted-1{
     width: 25px;
     height: 25px;
     left: 130px;
     bottom: 185px;
}
 .service-style-two .image-box .dotted-box .dotted-2{
     right: 180px;
     bottom: 215px;
     width: 16px;
     height: 16px;
}
 .service-style-two .image-box .dotted-box .dotted-3{
     right: 135px;
     bottom: 185px;
     width: 30px;
     height: 30px;
}
 .service-style-two .image-box .dotted-box .dotted-4{
     right: 180px;
     bottom: 155px;
     width: 10px;
     height: 10px;
}
 .service-style-two .image-box img{
     width: 100%;
}
 .service-style-two .sec-title{
     margin-bottom: 20px;
}
 .service-style-two .content-column:first-child{
     padding-top: 75px;
}
 .service-style-two .content-column:last-child{
     padding-top: 75px;
}
 .service-style-two .content-column:first-child .service-block-two:first-child{
     margin-left: 20px;
}
 .service-style-two .content-column:first-child .service-block-two:last-child{
     margin-left: 20px;
}
 .service-style-two .content-column:last-child .service-block-two:last-child{
     margin-left: -20px;
}
 .service-style-two .content-column:last-child .service-block-two:first-child{
     left: -20px;
}
 .image-column{
     margin-top: 135px;
}
 .service-style-two .bubble-box .bubble-1{
     width: 203px;
     height: 203px;
     left: 280px;
     top: 160px;
     background-repeat: no-repeat;
     -webkit-animation: zoom-fade 4s infinite linear;
     animation: zoom-fade 4s infinite linear;
}
 .service-style-two .bubble-box .bubble-2{
     width: 167px;
     height: 167px;
     right: 110px;
     bottom: 250px;
     background-repeat: no-repeat;
     -webkit-animation: zoom-fade 3s infinite linear;
     animation: zoom-fade 3s infinite linear;
}
 .service-block-two .inner-box{
     background: -webkit-linear-gradient(0deg, #51e6ed, #36d0f9 50%);
}
 .service-block-two .inner-box .link i{
     background: -webkit-linear-gradient(0deg, #00b1ff, #0088ff 50%);
}
 .service-style-two .content-column:first-child .service-block-two:last-child .inner-box{
     background: -webkit-linear-gradient(0deg, #fcb731, #f67526 50%);
}
 .service-style-two .content-column:last-child .service-block-two:first-child .inner-box{
     background: -webkit-linear-gradient(0deg, #862ff1, #083ca7 50%);
}
 .service-style-two .content-column:last-child .service-block-two:last-child .inner-box{
     background: -webkit-linear-gradient(0deg, #fe6f7b, #fa5b9d 50%);
}
 .service-style-two .image-box .dotted-box .dotted{
     background: #fe8b21;
}
 .service-block-two .inner-box .link a:hover{
     background: -webkit-linear-gradient(0deg, #00b1ff, #0088ff 50%);
}
 .service-block-two .inner-box h3 a:hover{
     background: -webkit-linear-gradient(0deg, #00b1ff, #0088ff 50%);
}
 .chooseus-style-two{
     position: relative;
     padding: 80px 0px;
}
 .chooseus-style-two .inner-content{
     position: relative;
     display: block;
}
 .chooseus-style-two .inner-content .image-box{
     position: absolute;
     left: 0px;
     top: 4px;
     min-height: 645px;
     z-index: 1;
}
 .chooseus-style-two .inner-content .image-box .image{
     border-radius: 25px;
     overflow: hidden;
     background: #eef2fe;
     box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
 .chooseus-style-two .inner-content .image-box .image img{
     width: 100%;
     border-radius: 25px;
     transition: all 500ms ease;
}
 .chooseus-style-two .inner-content .image-box .image:hover img{
     opacity: 0.5;
     transform: scale(1.05);
}
 .chooseus-style-two .inner-content .image-box .image-1{
     max-width: 370px;
}
 .chooseus-style-two .inner-content .image-box .image-2{
     position: absolute;
     left: 170px;
     top: 183px;
     width: 570px;
     height: 446px;
}
 .chooseus-style-two .content-box{
     position: relative;
     padding-left: 100px;
}
 .chooseus-style-two .content-box .inner-box{
     position: relative;
     width: 50%;
     float: right;
}
 .chooseus-style-two .content-box .inner-box .single-item{
     position: relative;
     padding: 0px 0px 0px 50px;
     margin-bottom: 30px;
}
 .chooseus-style-two .content-box .inner-box .single-item:last-child{
     margin-bottom: 0px;
}
 .chooseus-style-two .content-box .inner-box .single-item .icon-box{
     position: absolute;
     left: -15px;
     top: 5px;
     font-size: 30px;
     text-shadow: 0 15px 20px rgba(0, 137, 255, 0.5);
     color: transparent !important;
     -webkit-background-clip: text !important;
     -webkit-text-fill-color: transparent !important;
}
 .chooseus-style-two .content-box .inner-box .single-item:nth-child(2) .icon-box{
     text-shadow: 0 15px 20px rgba(247, 133, 54, 0.5);
}
 .chooseus-style-two .content-box .inner-box .single-item:last-child .icon-box{
     text-shadow: 0 15px 20px rgba(250, 90, 160, 0.5);
}
 .chooseus-style-two .content-box .inner-box .single-item h4{
     font-weight: 700;
     margin-bottom: 4px;
     font-size: 20px;
     line-height: 1.4 
}
 .chooseus-style-two .content-box .inner-box .single-item .text p{
     position: relative;
     line-height: 28px;
}
 .chooseus-style-two .sec-title .title-two span {
     background: -webkit-linear-gradient(90deg, #f66f25, #fdc032 50%);
}
 .chooseus-style-two .content-box .inner-box .single-item .icon-box{
     background: -webkit-linear-gradient(0deg, #02b8ff, #0089ff 50%);
}
 .chooseus-style-two .content-box .inner-box .single-item:nth-child(2) .icon-box{
     background: -webkit-linear-gradient(0deg, #fcc241, #f78536 50%);
}
 .chooseus-style-two .content-box .inner-box .single-item:last-child .icon-box{
     background: -webkit-linear-gradient(0deg, #fd6985, #fa5aa0 50%);
}
 .gr-text2 {
     background: linear-gradient(287.85deg, #5a07d0 0%, #08bbff 95.32%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
}
 @media screen and (max-width: 991.98px) {
     .mega-menu-item .mega-menu-resp {
         overflow: hidden;
         overflow-y: scroll;
    }
     .mega-menu-item .mega-menu-resp .mega-menu-wrapper {
         height: 320px;
    }
     .mega-menu-item .mega-menu-resp .mega-menu-wrapper .mega-menu-column:nth-child(2) {
         border-right: 0;
    }
     .mega-menu-item ul li {
         background: #f5f5f5;
    }
}
 @media only screen and (max-width: 575.98px) {
     .mega-menu-item .mega-menu-resp {
         overflow: hidden;
         overflow-y: scroll;
    }
     .mega-menu-item .mega-menu-resp .mega-menu-wrapper .mega-menu-column ul {
         border-right: 0;
    }
}
 .mega-menu-item ul{
     list-style: none;
     padding-left: 0 
}
 .mega-menu-item {
     position: static;
}
 .mega-menu-item .dropdown-menu {
     width: 100% !important;
     right: 0;
     margin: 0 auto;
     border: 0 
}
 .mega-menu-item .mega-menu-wrapper .container {
     background: #fff;
}
 .mega-menu-item .mega-menu-wrapper .mega-menu-column {
     padding: 0;
}
 .mega-menu-item .mega-menu-wrapper .mega-menu-column:last-child {
     border-right: 0;
}
 .mega-menu-item .mega-menu-wrapper .mega-menu-column h6 {
     padding: 20px 18px 15px;
     background: #f8f9fa;
     color: #24262c;
     font-weight: 600;
	 font-family: 'Jost', sans-serif!important;
	 font-size: 20px;
	 line-height: 18px;
}


.mega-menu-item .mega-menu-wrapper .mega-menu-column h6 i{padding-top: 8px;}
.ms-menu-span{font-size: 16px; display: contents}

 .mega-menu-item .mega-menu-wrapper .mega-menu-column:last-child ul {
     border-right: 0;
}
 .mega-menu-item .mega-menu-wrapper .mega-menu-column ul {
     border-right: 1px solid rgba(0, 0, 0, 0.08);
}
 .mega-menu-item .mega-menu-wrapper .mega-menu-column ul li {
     border-bottom: 1px solid rgba(0, 0, 0, 0.06);
     padding: 10px 18px;
     font-weight: 400;
     color: #000;
     -webkit-transition: all 0.25s ease;
     transition: all 0.25s ease;
}
 .mega-menu-item .mega-menu-wrapper .mega-menu-column ul li:last-child {
     border-bottom: 0;
}
 .mega-menu-item .mega-menu-wrapper .mega-menu-column ul li:hover {
     color: #fff;
     background-color: #343163;
     border-color: #37305f;
}
.mega-menu-item .mega-menu-wrapper .mega-menu-column ul li:hover a {
	color: #000;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	font-weight: 600
}

.mega-menu-item .mega-menu-wrapper .mega-menu-column ul li img{margin-top: -4px}
 .mega-menu-item .mega-menu-wrapper .mega-menu-column ul li a {
     display: block;
     width: 100%;
     text-decoration: none;
     color: #000;
     font-size: 15px;
}
 .mega-menu-item .mega-menu-wrapper .mega-menu-column ul li a i {
     margin-right: 10px;
     font-size: 12px;
}
 .mega-menu-wrapper{
     padding-bottom: 10px;
}
 .bg-gradient12 {
     background: #3f36b9;
     background: -moz-linear-gradient(left, #13137a 0, #552ecd 100%);
     background: -webkit-linear-gradient(left, #13137a 0, #552ecd 100%);
     background: linear-gradient(to right, #13137a 0, #552ecd 100%) 
}
 .hero-card-web {
     position: relative;
     padding-top: 110px;
     padding-bottom: 60px;
    /* height: 100vh;
     */
     align-items: center;
     display: flex;
     overflow: hidden 
}
 .shape-bg3:before {
     content: "";
     background: url(../img/shape-12.svg);
     position: absolute 
}
 .shape-bg3:before {
     height: 100%;
     width: 100%;
     opacity: .03;
     background-size: cover;
     background-position: center center;
     top: 0;
     left: 0;
     right: 0 
}
 .hero-main-rp{
     position: relative;
     z-index: 1;
}
 .hero-heading-sec h2 {
     color: #fff;
     font-size: 42px;
     line-height: 52px;
     text-transform: uppercase;
     font-weight: 700 
}
 .hero-heading-sec h2 span {
     display: block 
}
 .hero-heading-sec>p {
     color: #fff000;
     font-size: 18px;
     max-width: 400px;
     margin: 20px 0 
}
 .hero-content-sec {
     display: inline-flex;
     align-items: center 
}
 .hero-service-cards {
     margin-top: 100px 
}
 .service-slide {
     border-radius: 30px;
     max-width: 280px;
     margin: 20px 0;
     transform-style: preserve-3d;
     transform: perspective(1000px) 
}
 .service-card-hh {
     transform: translateZ(20px);
     display: block 
}
 .card-bg-a {
     background: #3faee5;
     background: -moz-linear-gradient(top, #3faee5 0, #6d03ce 100%);
     background: -webkit-linear-gradient(top, #3faee5 0, #6d03ce 100%);
     background: linear-gradient(to bottom, #3faee5 0, #6d03ce 100%) 
}
 .card-bg-b {
     background: #ff92f6;
     background: -moz-linear-gradient(top, #ff92f6 0, #b300a5 100%);
     background: -webkit-linear-gradient(top, #ff92f6 0, #b300a5 100%);
     background: linear-gradient(to bottom, #ff92f6 0, #b300a5 100%) 
}
 .card-bg-c {
     background: #3e35b7;
     background: -moz-linear-gradient(top, #3e35b7 0, #4c4aff 100%);
     background: -webkit-linear-gradient(top, #3e35b7 0, #4c4aff 100%);
     background: linear-gradient(to bottom, #3e35b7 0, #4c4aff 100%) 
}
 .card-bg-d {
     background: #f72c8c;
     background: -moz-linear-gradient(top, #f72c8c 0, #b82dcf 100%);
     background: -webkit-linear-gradient(top, #f72c8c 0, #b82dcf 100%);
     background: linear-gradient(to bottom, #ffa76a 0, #ff8e38 100%) 
}
 .card-bg-e {
     background: #5782ea;
     background: -moz-linear-gradient(top, #5782ea 0, #2251af 100%);
     background: -webkit-linear-gradient(top, #5782ea 0, #2251af 100%);
     background: linear-gradient(to bottom, #5782ea 0, #2251af 100%) 
}
 .card-bg-f {
     background: #95e5ff;
     background: -moz-linear-gradient(top, #95e5ff 0, #009688 100%);
     background: -webkit-linear-gradient(top, #95e5ff 0, #009688 100%);
     background: linear-gradient(to bottom, #95e5ff 0, #009688 100%) 
}
 .service-slide {
     border-radius: 20px;
     max-width: 280px;
     margin: 20px 0;
     transform-style: preserve-3d;
     transform: perspective(1000px);
     overflow: hidden 
}
 .service-card-hh {
     transform: translateZ(20px);
     display: block 
}
 .image-sr-mm {
     height: 250px;
     width: 100%;
     padding: 0;
     position: relative;
     margin: 0 auto 
}
 .image-sr-mm img {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     top: 0;
     margin: 0 auto;
     max-width: 100%;
     max-height: 100%;
     width: initial !important 
}
 .title-serv-c {
     color: #fff;
     font-size: 22px;
     font-weight: 700;
     line-height: 1.2;
     padding: 20px 20px 35px 
}
 .title-serv-c span {
     display: block 
}
 .awards-block-tt {
     margin-top: 40px;
}
 @media only screen and (max-width:1370px) {
     .hero-card-web {
         height: auto 
    }
     .hero-main-rp {
         padding: 0 30px 
    }
}
 @media only screen and (max-width:768px) {
     .hero-heading-sec h2 {
         font-size: 35px;
         line-height: 45px 
    }
     .hero-service-cards {
         margin-top: 30px 
    }
}
 @media only screen and (max-width:991px) {
     .hero-heading-sec{
         text-align: center 
    }
     .hero-content-sec {
         display: block;
         text-align: center;
         margin-top: 40px 
    }
     .hero-heading-sec>p {
         color: #fff000;
         font-size: 18px;
         max-width: 100%;
         margin: 20px 0 
    }
     .hero-heading-sec h2 span {
         display: inline-block 
    }
     .hero-heading-sec2 h1 {
         font-size: 40px;
         line-height: 50px 
    }
}
 .p-0 {
     padding: 0 !important;
}
 .pt-0 {
     padding-top: 0 !important;
}
 .pl-0 {
     padding-left: 0 !important;
}
 .pr-0 {
     padding-right: 0 !important;
}
 .pb-0 {
     padding-bottom: 0 !important;
}
 .p-1 {
     padding: 0.25rem !important;
}
 .pt-1 {
     padding-top: 0.25rem !important;
}
 .pl-1 {
     padding-left: 0.25rem !important;
}
 .pr-1 {
     padding-right: 0.25rem !important;
}
 .p-2 {
     padding: 0.5rem !important;
}
 .pt-2 {
     padding-top: 0.5rem !important;
}
 .pb-2 {
     padding-bottom: 0.5rem !important;
}
 .pl-2 {
     padding-left: 0.5rem !important;
}
 .pr-2 {
     padding-right: 0.5rem !important;
}
 .p-3 {
     padding: 0.75rem !important;
}
 .pt-3 {
     padding-top: 0.75rem !important;
}
 .pb-3 {
     padding-bottom: 0.75rem !important;
}
 .pl-3 {
     padding-left: 0.75rem !important;
}
 .pr-3 {
     padding-right: 0.75rem !important;
}
 .p-4 {
     padding: 1rem !important;
}
 .pt-4 {
     padding-top: 1rem !important;
}
 .pb-4{
     padding-bottom: 1rem !important;
}
 .p-5 {
     padding: 1.5rem !important;
}
 .pt-5 {
     padding-top: 1.5rem !important;
}
 .pb-5 {
     padding-bottom: 1.5rem !important;
}

.p-6 {
     padding: 1.8rem !important;
}
 .pt-6 {
     padding-top: 1.8rem !important;
}
 .pb-6 {
     padding-bottom: 1.8rem !important;
}
 .bg-b {
     background-image: linear-gradient(to right,#673AB7 0,#E91E63 36%,#E91E63 65%,#673AB7 100%);
}
 .text-animation{
     font-weight:700;
     color:transparent;
     -webkit-background-clip:text!important;
     animation:hue 6s infinite linear!important;
     -webkit-animation:hue 6s infinite linear!important;
     -webkit-text-fill-color: transparent;
}
 @keyframes hue{
     from{
         background-position:0 0 
    }
     to{
         background-position:2000px 0 
    }
}
 .ms-p p {
    font-size: 17px;
     line-height: 28px;
     text-align: center 
}
 .ms-bg-1{
    background: #fff8f2
}
 .bg-gradient13{
     background:#9c27b0!important;
     background:-moz-linear-gradient(left,#9C27B0 0,#673AB7 100%)!important;
     background:-webkit-linear-gradient(left,#9C27B0 0,#673AB7 100%)!important;
     background:linear-gradient(to right,#9C27B0 0,#673AB7 100%)!important 
}
 .service-sec-brp {
     padding: 30px 25px;
}
 .srvc-bg-nx{
     background:#fff;
     border-radius:6px;
     margin:0 10px;
     height:250px;
     overflow: hidden;
     -webkit-box-shadow:0 3.4px 2.7px -30px rgba(0,0,0,.059),0 8.2px 8.9px -30px rgba(0,0,0,.071),0 25px 40px -30px rgba(0,0,0,.2);
     box-shadow:0 3.4px 2.7px -30px rgba(0,0,0,.059),0 8.2px 8.9px -30px rgba(0,0,0,.071),0 25px 40px -30px rgba(0,0,0,.2) 
}
 .col-lg-3-cus{
     width:30% 
}
 .col-lg-3-cus,.col-lg-6-cus{
     padding:0 
}
 .col-lg-6-cus{
     width:40% 
}
 .text-w,.text-w h4{
     color:#fff 
}
 .service-sec-list p{
     display:none 
}
 .service-sec-list{
     padding:35px 25px 
}
 .service-sec-brp{
     padding:30px 25px 
}
 .service-sec-list img{
     -moz-transition:width .5s,height .5s;
     -webkit-transition:width .5s,height .5s;
     transition:width .5s,height .5s;
     height:60px;
     width:60px;
     margin-bottom:10px 
}
 .service-sec-list:hover{
     padding:5px 25px 
}
 .service-sec-list:hover img{
     height:0;
     width:60px 
}
 .service-sec-list:hover p{
     display:block 
}
 .service-sec-list,.service-sec-list:hover,.service-sec-list:hover p{
     -moz-transition:all .8s;
     -o-transition:all .8s;
     -webkit-transition:all .8s;
     transition:all .8s 
}
 .-cta-btn{
     margin:0 auto;
     display:inline-block;
     width:100% 
}
 .-cta-btn p{
     font-size:30px;
     color:#050748;
     margin:0 30px 0 0 
}
 .-cta-btn p span{
     font-weight:700 
}
 .-service-list li:first-child{
     padding-left:0 
}
 .-service-list li{
     list-style:none;
     padding:0 8px;
     border-right:1px solid #d4d4d4;
     display:inline-block 
}
 .service-sec-list p{
     font-size:14px;
     line-height:24px;
     margin:14px 0 0 
}
 .service-sec-list ul{
    padding-left: 0!important
}
 .-service-list li a{
     font-size:13px;
     color:#6a6a8e;
     text-decoration:none;
     padding-bottom:3px;
     display:inline-block;
     font-weight:700 
}
 .srcl1{
     background:#f3f5ff;
     border-bottom:4px solid #b0bdff 
}
 .srcl2{
     background:#fff3e6;
     border-bottom:4px solid #ffc093 
}
 .srcl3{
     background:#fbeefd;
     border-bottom:4px solid #f6bcff 
}
 .srcl4{
     background:#effdff;
     border-bottom:4px solid #9ff3ff 
}
 .srcl5{
     background:#f2f5eb;
     border-bottom:4px solid #ffdaa2 
}
 .ms-purple-btn{
    background: #9350ff
}
 .mb10{
    margin-bottom: 15px;
     font-family: 'Jost', sans-serif!important;
}
 @media only screen and (max-width:767px){
    /* .ms-sw-main{
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr))!important;
    }
    */
     .cta-subscribe .p-5{
         padding: 32px 20px!important;
    }
     .contact-us {
        padding-left: 15px;
         padding-right: 15px
    }
     .cta-subscribe .mt-4{
         margin-top: 15px!important;
    }
     .cta-subscribe .subscribe-feature-list li span{
        font-size: 14px;
    }
     .col-lg-6-cus {
         width: 100%;
         text-align: center;
    }
     .col-lg-3-cus{
         width:100%;
         text-align:center 
    }
     .srvc-bg-nx{
        height: auto!important
    }
     .service-sec-list {
         padding: 25px!important;
    }
}
 .gr-cat{
    color:#6a6a8e;
     font-size: 13px!important;
     margin-right: 5px;
     margin-bottom: 5px;
     padding:7px 10px!important;
     background-color: rgb(0 0 0 / 6%);
}
 .h-scl-base img,.up-hor{
     -webkit-transition:1.2s cubic-bezier(.17,.85,.438,.99);
     -o-transition:1.2s cubic-bezier(.17,.85,.438,.99);
     transition:1.2s cubic-bezier(.17,.85,.438,.99);
}
 .hover-scale img{
     transform:scale(1) 
}
 .hover-scale:hover img{
     transform:scale(1.05) 
}
 .ms-sw-main{
    grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
}
 .ms-sw img{
    min-height: 100%!important;
     max-height: 100%!important;
     min-width: 100%!important;
     max-width: 100%!important
}
 .span-arrow{
    font-family: 'Jost', sans-serif!important;
	 line-height: 22px;
}
/* Tab Btn style one */
 .tab-btns-one .nav-link {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     border-radius: 0;
     text-align: left;
     padding: 0 0 20px;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: 20px;
     background: transparent;
     border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
 @media only screen and (max-width: 575px) {
     .tab-btns-one .nav-link {
         padding-bottom: 10px;
         margin-bottom: 15px;
    }
}
 .tab-btns-one .nav-link i {
     font-size: 45px;
     margin-right: 20px;
     color: #dd1d26;
}
 @media only screen and (max-width: 575px) {
     .tab-btns-one .nav-link i {
         font-size: 35px;
    }
}
 .tab-btns-one .nav-link .title {
     font-size: 27px;
     margin-bottom: 0;
     -webkit-transition: 0.5s;
     -o-transition: 0.5s;
     transition: 0.5s;
}
 @media only screen and (max-width: 575px) {
     .tab-btns-one .nav-link .title {
         font-size: 22px;
    }
}
 .tab-btns-one .nav-link.active {
     background: transparent;
     border-bottom-color: black;
}
 .tab-btns-one .nav-link.active .title {
     color: #dd1d26;
}
 .tab-btns-one li {
     margin-bottom: 10px;
}
 .tab-btns-one li:not(:last-child) {
     margin-right: 12px;
}
 .tab-btns-one li button {
     font-size: 18px;
     padding: 10px 18px;
     color: #7e7e7e;
     border-radius: 3px;
     background: #f8f3ff;
     z-index: 1;
     position: relative;
}
 .tab-btns-one li button::before {
     position: absolute;
     content: "";
     width: 100%;
     height: 100%;
     z-index: -1;
     top: 0;
     left: 0;
     opacity: 0;
     background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
     background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
     background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
     background: linear-gradient(270deg, #FB5D4A 0%, #FF9B07 117.45%);
}
 @media only screen and (max-width: 575px) {
     .tab-btns-one li button {
         font-size: 16px;
         padding: 8px 15px;
    }
}
 .tab-btns-one li button:before {
     -webkit-transition: 0.5s;
     -o-transition: 0.5s;
     transition: 0.5s;
     border-radius: 3px;
}
 .tab-btns-one li button:hover {
     color: #7e7e7e;
}
 .tab-btns-one li button.active {
     color: white;
}
 .tab-btns-one li button.active:before {
     opacity: 1;
}
 .tab-btns-one .nav-link .title {
     font-weight: 600;
     font-family: 'Jost', sans-serif!important;
     color: #000000;
}
 .project-active {
     padding-right: 100px;
}
 @media only screen and (max-width: 479px) {
     .project-active {
         padding-right: 0;
    }
}
 .project-active .project-item .content {
     opacity: 0;
     -webkit-transition: 0.5s;
     -o-transition: 0.5s;
     transition: 0.5s;
     -webkit-transition-delay: 0.5s;
     -o-transition-delay: 0.5s;
     transition-delay: 0.5s;
     -webkit-transform: translateY(-25px);
     -ms-transform: translateY(-25px);
     transform: translateY(-25px);
}
 .project-active .project-item.slick-active .content {
     opacity: 1;
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     transform: translateY(0);
     -webkit-box-shadow: 50px 20px 100px rgb(116 116 116 / 20%);
     box-shadow: 50px 20px 100px rgb(116 116 116 / 20%);
}
 .project-active .slick-arrow {
     right: -5px;
     font-size: 18px;
     overflow: hidden;
     width: 65px;
     height: 65px;
     background: white;
     line-height: 65px;
     border-radius: 50%;
     text-align: center;
     border: 1px solid rgba(0, 0, 0, 0.3);
     z-index: 1;
     position: relative;
     position: absolute;
}
 .project-active .slick-arrow::before {
     position: absolute;
     content: "";
     width: 100%;
     height: 100%;
     z-index: -1;
     top: 0;
     left: 0;
     opacity: 0;
     background: -webkit-gradient(linear, left top, right top, from(#ff7e5f), to(#feb47b));
     background: -webkit-linear-gradient(left, #ff7e5f, #feb47b);
     background: -o-linear-gradient(left, #ff7e5f, #feb47b);
     background: linear-gradient(90deg, #ff7e5f, #feb47b);
}
 @media only screen and (max-width: 1399px) {
     .project-active .slick-arrow {
         right: 0;
    }
}
 @media only screen and (max-width: 479px) {
     .project-active .slick-arrow {
         width: 45px;
         height: 45px;
         line-height: 45px;
    }
}
 .project-active .slick-arrow:before {
     -webkit-transition: 0.5s;
     -o-transition: 0.5s;
     transition: 0.5s;
}
 .project-active .slick-arrow:hover, .project-active .slick-arrow:focus {
     color: white;
}
 .project-active .slick-arrow:hover:before, .project-active .slick-arrow:focus:before {
     opacity: 1;
}
 .project-active .slick-arrow.project-prev {
     top: calc(50% + 8px);
}
 @media only screen and (max-width: 479px) {
     .project-active .slick-arrow.project-prev {
         top: 15px;
         right: 70px;
    }
}
 .project-active .slick-arrow.project-next {
     bottom: calc(50% + 8px);
}
 @media only screen and (max-width: 479px) {
     .project-active .slick-arrow.project-next {
         top: 15px;
         right: 15px;
    }
}
 .project-item {
     position: relative;
}
 .project-item img {
     width: 100%;
     max-width: 100%;
     border-radius: 10px;
}
 .project-item .content {
     position: absolute;
     width: 80%;
     left: 10%;
     bottom: 40px;
     background: white;
     padding: 20px 35px;
     border-radius: 5px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
}
 @media only screen and (max-width: 479px) {
     .project-item .content {
         left: 5%;
         width: 90%;
         bottom: 20px;
    }
}
 @media only screen and (max-width: 375px) {
     .project-item .content {
         padding-left: 20px;
         padding-right: 20px;
    }
}
 .project-item .content .text h4 {
     margin-bottom: 0;
}
 @media only screen and (max-width: 575px) {
     .project-item .content .text h4 {
         font-size: 20px;
    }
}
 .project-item .content .text span {
     font-size: 16px;
}
 .project-item .content .plus {
     color: white;
     width: 45px;
     height: 45px;
     background: #dd1d26;
     line-height: 45px;
     border-radius: 50%;
     text-align: center;
}
 .project-tab-content .circle-shapes {
     left: 40%;
}
/*** Slick Dots ***/
 .slick-arrow {
     font-size: 30px;
     -webkit-transition: 0.5s;
     -o-transition: 0.5s;
     transition: 0.5s;
     color: #000000;
     background: transparent;
}
 .slick-arrow:focus, .slick-arrow:hover {
     color: #dd1d26;
}
/*** Slick Dots ***/
 .slick-dots {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
}
 .slick-dots li {
     position: relative;
     cursor: pointer;
     margin: 8px;
     width: 7px;
     height: 7px;
     -webkit-transition: 0.5s;
     -o-transition: 0.5s;
     transition: 0.5s;
     border-radius: 50%;
     background: #dd1d26;
}
 .slick-dots li button {
     opacity: 0;
     height: 0;
}
 .slick-dots li:before {
     content: '';
     width: 0;
     height: 0;
     left: 50%;
     top: 50%;
     -webkit-transition: 0.5s;
     -o-transition: 0.5s;
     transition: 0.5s;
     border-radius: 50%;
     position: absolute;
     border: 1px solid #dd1d26;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}
 .slick-dots li.slick-active:before {
     width: 21px;
     height: 21px;
}
 .circle-shapes {
     position: absolute;
     width: 80%;
     height: 0;
     z-index: -1;
     top: 50%;
     left: 50%;
     padding-top: 90%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}
 .circle-shapes:after, .circle-shapes:before {
     content: '';
     width: 100%;
     height: 100%;
     position: absolute;
     border-radius: 50%;
     border: 1px solid rgba(0, 0, 0, 0.1);
}
 .circle-shapes:before {
     left: 0;
     top: 3%;
     -webkit-animation: 50s moveLeftRight infinite;
     animation: 50s moveLeftRight infinite;
}
 .circle-shapes:after {
     left: 10%;
     top: -3%;
     -webkit-animation: 50s slideUpDown infinite;
     animation: 50s slideUpDown infinite;
}
 .circle-shapes .dot-one, .circle-shapes .dot-two, .circle-shapes .dot-three, .circle-shapes .dot-four, .circle-shapes .dot-five {
     width: 7px;
     height: 7px;
     border-radius: 50%;
     position: absolute;
     -webkit-animation: 3s zoomInOut infinite;
     animation: 3s zoomInOut infinite;
}
 .circle-shapes .dot-one {
     background: #1d46dd;
     left: 30%;
     top: -5%;
}
 .circle-shapes .dot-two {
     background: #01d6e3;
     left: 102%;
     top: 15%;
     -webkit-animation-delay: 1s;
     animation-delay: 1s;
}
 .circle-shapes .dot-three {
     background: #feb47b;
     left: 91%;
     top: 37%;
     -webkit-animation-delay: 1.5s;
     animation-delay: 1.5s;
}
 .circle-shapes .dot-four {
     background: #dd1d26;
     left: 55%;
     bottom: -5%;
     -webkit-animation-delay: 2s;
     animation-delay: 2s;
}
 .circle-shapes .dot-five {
     background: #01d6e3;
     left: 0;
     bottom: 25%;
     -webkit-animation-delay: 2.5s;
     animation-delay: 2.5s;
}
 .circle-shapes .shape-inner {
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     position: absolute;
     -webkit-animation: 50s rotated_circle infinite;
     animation: 50s rotated_circle infinite;
}
 .project-tab-content{
    position: relative
}
 @-webkit-keyframes zoomInOut {
     0% {
         -webkit-transform: scale(0.35);
         transform: scale(0.35);
    }
     50% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     100% {
         -webkit-transform: scale(0.35);
         transform: scale(0.35);
    }
}
 @keyframes zoomInOut {
     0% {
         -webkit-transform: scale(0.35);
         transform: scale(0.35);
    }
     50% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     100% {
         -webkit-transform: scale(0.35);
         transform: scale(0.35);
    }
}
 @keyframes rotated_circle {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
    }
}
 @-webkit-keyframes rotated_circle_two {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(-360deg);
         transform: rotate(-360deg);
    }
}
 .list-unstyled h4{
    font-family: 'Jost', sans-serif!important;
}
 .text a{
    color: #39B313;
	font-family: 'Jost', sans-serif!important;
}


/*assisitance-page*/

 @media  screen and (min-width: 768px) { 
	.text-md-left {
    text-align: left!important;
} 
	 .ms-quotes .border-top{ border-top:none!important }
	 .ms-quotes .border-top{ border-left: 4px solid #0d6efd}
} 

@media  screen and (max-width: 1199px) { 
.banner-section .banner-section-image img {
    margin-top: 0px!important;
    margin-left: -12px!important;
}
	
	.banner-section h1 {
    font-size: 36px!important;
    line-height: 48px!important;
}
	.banner-section-outer .banner-section .banner_white_circle_icon img {
    width: 260px;
}
.banner-section-outer .banner-section .banner-section-content .banner_yellow_line {
    left: 220px;
    top: 62px;
}
.banner-section-outer .banner-section .banner-section-content .banner_yellow_line img {
    width: 215px!important;
}
	
.banner-section .banner-section-content {
    padding-top: 25px!important;
    position: relative;
}
}



@media  screen and (max-width: 991px) { 
.banner-section .banner-section-content {
    padding-top: 20px!important;

}
	
.banner-section-outer .banner-section .banner_yellow_green_icon {
    left: 20px!important;
    top: -10px!important;
}
	
.banner-section .banner-section-image img {
    margin-top: 10px!important;
    margin-left: -12px!important;
}
.banner-section-outer .banner-section .banner_white_circle_icon {
    right: 0px!important;
    top: 90px!important;
}
	
	
.banner-section-outer .banner-section .banner_white_circle_icon img {
    width: 215px!important;
}
.banner-section-outer .banner-section .banner_yellow_green_icon img {
    width: 150px!important;
}
.banner-section h1 {
    font-size: 26px!important;
    line-height: 36px!important;
}
	
.banner-section-outer .banner-section .banner-section-content .banner_yellow_line {
    left: 160px!important;
    top: 45px!important;
}
	
.banner-section-outer .banner-section .banner-section-content .banner_yellow_line img {
    width: 155px!important;
}
	.banner-section p {
    font-size: 16px!important;
    line-height: 26px!important;
    margin-bottom: 12px!important;
}
.banner-section-outer .banner-section .banner_va_icon{
    bottom: 15px!important;
}	
	.banner-section-outer .banner-section .banner_va_icon img {
    width: 30px!important;
}
}



@media  screen and (max-width: 767px) { 
	.banner-section h1{
   font-size: 24px!important;
    line-height: 32px!important;
}
	.banner-section .banner-section-content {
    padding-top: 0px!important;
    margin-bottom: 30px!important;
}
	.banner-section .banner-section-image img {
    margin-top: 0px!important;
    margin-left: 0!important;
}
	.banner-section-outer .banner-section .banner_yellow_green_icon {
    left: 25px!important;
    top: 35px!important;
}
	.banner-section-outer .banner-section .banner_yellow_green_icon img {
    width: 150px!important;
}
	
	.banner-section-outer .banner-section .banner_white_circle_icon {
    right: -10px!important;
    top: 295px!important;
}
	.banner-section-outer .banner-section .banner_white_circle_icon img {
    width: 215px!important;
}
.banner-section-outer .banner-section .banner_va_icon {
    display: none;
}
	.banner-section-outer .banner-section .banner-section-content .banner_yellow_line {
    left: 185px!important;
    top: 18px!important;
}
	.banner-section-outer .banner-section .banner-section-content .banner_yellow_line img {
    width: 115px!important;
}
	.banner-section-outer {
    background-position: unset!important;
}
	.banner-section {
    padding: 120px 10px 0!important;
}
	.banner-section p {
    line-height: 22px!important;
    font-size: 15px!important;
		padding: 0!important
	}
	
	.banner-section .banner-section-content {
    padding-top: 0px!important;
    margin-bottom: 30px!important;
}
} 


	 
	 @media  screen and (max-width: 1440px) {
section .banner_yellow_icon {
    top: 20px;
}
.banner-section {
    padding: 125px 15px 0!important;
}
		 
		 .banner-section p {
        padding-right: 0px;
    }
    .banner-section-outer .banner-section .banner_yellow_icon {
        top: 20px;
    }
   
    .banner-section-outer .banner-section .banner_bottom_white_icon {
        left: 335px;
    }
    .banner-section-outer .banner-section .banner_right_top_icon {
        top: -185px;
    }
    .banner-section-outer .banner-section .banner_right_bottom_icon {
        bottom: 75px;
    }
    .banner-section-outer .banner-section .banner-section-content .banner_yellow_line {
        left: 275px;
        top: 112px;
    }
    .banner-section-outer .banner-section .banner-section-content .banner_yellow_line img {
        width: 255px;
    }
}

.banner-section-outer{
    background-image: url('../img/banner-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-section{
    padding: 125px 235px 0;
    position: relative;
}
.banner-section .banner-section-content{
    padding-top: 95px;
    position: relative;
	z-index: 1
}
.banner-section h1{
    margin-bottom: 15px;
	line-height: 56px;
}
.banner-section p{
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: var(--e-global-color-text);
    margin-bottom: 25px;
    padding-right: 60px;
}
.btn_wrapper .getstarted_btn {
    margin-right: 18px;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    padding: 24px 55px;
    text-align: center;
    color: var(--e-global-color-white);
    display: inline-block;
    background-color: var(--e-global-color-secondary);
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.btn_wrapper .getstarted_btn:hover {
    background-color: var(--e-global-color-accent);
}
.btn_wrapper .aboutus_btn {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    padding: 24px 62px;
    text-align: center;
    color: var(--e-global-color-primary);
    display: inline-block;
    background-color: var(--e-global-color-white);
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.btn_wrapper .aboutus_btn:hover {
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-white);
}
.banner-section .banner-section-image figure{
    position: relative;
    z-index: 1;
}
.banner-section .banner-section-image img{
    margin-top: -50px;
    margin-left: -20px;
	padding-left: 10px; 
	padding-right: 10px;
}
.banner-section-outer .banner-section .banner-section-content .banner_yellow_line {
    position: absolute;
    left: 238px;
    top: 138px;
}
.banner-section-outer .banner-section .banner_yellow_icon {
    position: absolute;
    left: 0;
    top: 110px;
}
.banner-section-outer .banner-section .banner_va_icon {
    position: absolute;
    left: 0;
    bottom: 50px;
}
.banner-section-outer .banner-section .banner_bottom_white_icon {
    position: absolute;
    left: 470px;
    bottom: 0;
}
.banner-section-outer .banner-section .banner_right_top_icon {
    position: absolute;
    right: 0;
    top: -76px;
}
.banner-section-outer .banner-section .banner_right_bottom_icon {
    position: absolute;
    right: 0;
    bottom: 55px;
}
.banner-section-outer .banner-section .banner_yellow_green_icon {
    position: absolute;
    left: 26px;
    top: 20px;
}
.banner-section-outer .banner-section .banner_white_circle_icon {
    position: absolute;
    right: -20px;
    top: 120px;
}

.ml-0{margin-left: 0!important}

.ms-assist:hover{transform: translateY(-15px); box-shadow: none!important
}
.ms-assist{background-image: linear-gradient(155deg, #e7fbff 0%, #f6e6dc 100%);
	    border: 0.08px solid #eef1ef;
}
.ms-w-100{max-width: 100%!important}
.ms-pro2 .service-slide{border-radius: 10px;}

.ms-about-list .img-overlay-list{top: 100px;}

.career-ms{border-bottom: 1px dashed #31305e;
    padding-bottom: 16px;}


.custom-file-uploader {
	position: relative;}
  
  input[type='file'] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: default;
  }
.ms-job-det .content-list li:before{background: #fff}

.ms-achieve .logo-grid-item{padding: 15px 0px}

.lead{line-height: 1.4}

.ms-dev-pr .game-feature-icon{width: 120px; height: 120px; background: none;}

.my-col {
  min-width: 20%;
}
@media screen and (max-width: 480px) {
  .my-col {
    min-width: 50%;
  }
}

.bg-dark-3{background-color: #0f141d!important}

.ms-techs-1 .integration-list li .single-integration img{height: 50px!important;  max-width: 100%!important; max-height: 50px!important;}


.ms-all-faq {
     background-image: url("../img/faq-bg.png");
     background-repeat: no-repeat;
     background-size: cover;
}
 .ms-all-accordion .accordion-item {
     border-radius: 5px !important;
     margin-bottom: 15px;
     background-color: #ffffff;
     border: none;
     color: #24262c;
     -webkit-box-shadow: rgb(13 21 55 / 5%) 0 5px 10px;
     box-shadow: rgb(13 21 55 / 5%) 0 5px 10px;
}
 .ms-all-accordion .accordion-button {
     background-color: #e3e5ef;
     border-bottom: none;
     border-radius: 5px !important;
     color: #24262c;
     font-weight: 500;
     font-size: 17px;
}
 .ms-all-accordion .accordion-button::after {
     width: 30px;
     height: 30px;
     border-radius: 50px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     content: "+";
     font-size: 20px;
     background-color: #383838;
     background-image: none;
     font-weight: 100;
     color: var(--bs-white);
}
 .ms-all-accordion .accordion-button:not(.collapsed)::after {
     width: 30px;
     height: 30px;
     border-radius: 50px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     background-image: none;
     background: linear-gradient(95.45deg, #b3b3b3 0.64%, #cecece 98.23%);
     content: "-";
     font-size: 20px;
     -webkit-transform: translate(0);
     transform: translate(0);
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
}
.font-bebas{font-family: 'Bebas Neue', cursive!important;}
.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: .6;
  }
}

.error-message{
color:red !important;
}

 .dg-team-section .tm-curve.left{
    left:0
}
.dg-team-section .tm-curve.right{
    right:0
}
.dg-team-section .team-line{
    right:60px
}
.dg-team-section .dg-circle-1{
    right:150px;
    bottom:300px
}
.dg-team-section .dg-circle-2{
    left:50%;
    bottom:65px;
    -webkit-animation:15s circle-moving linear infinite;
    animation:15s circle-moving linear infinite
}
.dg-team-single>img{
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.dg-team-single .designation-box{
    position:absolute;
    padding:24px;
    bottom:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    white-space:nowrap;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.dg-team-single .designation-box h6,.dg-team-single .designation-box .h6{
    font-size:16px
}
.dg-team-single:hover>img{
    -webkit-transform:scale(1.1);
    transform:scale(1.1)
}
.dg-team-single:hover .designation-box{
    opacity:1;
    bottom:24px;
    visibility:visible
}


.dg-circle-style-1{
    width:15px;
    height:15px;
    background:linear-gradient(275.81deg, #FFAC12 -1.99%, #FF30C5 99.35%);
    border:1px solid #fff
}
.dg-circle-style-1::before{
    content:"";
    position:absolute;
    width:25px;
    height:25px;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    background:linear-gradient(275.81deg, #FFAC12 -1.99%, #FF30C5 99.35%);
    -webkit-filter:blur(15px);
    filter:blur(15px)
}
.dg-circle-style-2{
    width:15px;
    height:15px;
    background:linear-gradient(224.13deg, #00FFF0 -8.75%, #008FF7 111.08%);
    border:1px solid #fff
}
.dg-circle-style-2::before{
    content:"";
    position:absolute;
    width:25px;
    height:25px;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    background:linear-gradient(224.13deg, #00FFF0 -8.75%, #008FF7 111.08%);
    -webkit-filter:blur(15px);
    filter:blur(15px)
}


@-webkit-keyframes circle-moving{
    0%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    25%{
        -webkit-transform:translateX(100px);
        transform:translateX(100px)
    }
    50%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    75%{
        -webkit-transform:translateX(-100px);
        transform:translateX(-100px)
    }
    100%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes circle-moving{
    0%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    25%{
        -webkit-transform:translateX(100px);
        transform:translateX(100px)
    }
    50%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    75%{
        -webkit-transform:translateX(-100px);
        transform:translateX(-100px)
    }
    100%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}



.sc-team-filter-nav{
    gap:24px
}
.sc-team-filter-nav li a{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    color:#666;
    font-weight:600;
    padding:16px 35px;
    background-color:#fff;
    border:1px solid #eaeaea;
    border-radius:5px;
	text-align: left;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.text-left{text-align: left}
.sc-team-filter-nav li a.active{
    background-color:#ad1840;
    border-color:#ad1840;
    color:#fff
}
.sc-team-filter-nav li a.active svg{
    stroke:#fff
}
.sc-team-filter-nav li a.active svg path{
    stroke:#fff
}
@media(max-width: 1399.98px){
    .sc-team-filter-nav{
        gap:16px
    }
}
@media(max-width: 575.98px){
    .sc-team-filter-nav{
        gap:8px
    }
    .sc-team-filter-nav li a{
        padding:10px 15px;
        font-size:14px
    }
}

@media(max-width: 575.98px){
    .hd-faq-section{
        padding-top:80px;
        overflow:hidden
    }
}
.hd-chat-box{
    background-color:#6672fb;
    border-radius:12px;
    padding:40px 32px 0;
    margin-top:60px
}
.hd-chat-box .hd-explore-btn{
    font-size:18px;
    font-weight:500;
    color:#fff;
    text-decoration:underline;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.hd-chat-box .hd-explore-btn:hover{
    color:#ff3d55
}
@media(max-width: 575.98px){
    .hd-chat-box{
        margin-top:0
    }
}

.hd-title h2 mark .line-shape,.hd-title .h2 mark .line-shape,.hd-title h2 .mark .line-shape,.hd-title .h2 .mark .line-shape,.hd-title h3 mark .line-shape,.hd-title .h3 mark .line-shape,.hd-title h3 .mark .line-shape,.hd-title .h3 .mark .line-shape{
    left:0;
    bottom:-12px;
    width:100%
}

.hd-accordion{
    max-width:536px
}
.hd-accordion .accordion-item{
    border:1px solid rgba(207,207,207,.5);
    border-radius:6px
}
.hd-accordion .accordion-item+.accordion-item{
    margin-top:24px
}
.hd-accordion .accordion-item.active{
    -webkit-box-shadow:13.836px 23.06px 64.5679px rgba(23,0,117,.1);
    box-shadow:13.836px 23.06px 64.5679px rgba(23,0,117,.1);
    border-color:rgba(0,0,0,0)
}
.hd-accordion .accordion-item.active .accordion-header a::after{
    content:"\f068";
    font-weight:normal;
	font-family:"Font Awesome 6 Pro";
    font-size:20px
}
.hd-accordion .accordion-header a{
    font-size:20px;
    font-family:"Poppins",sans-serif;
    font-weight:700;
    color:#0b163f;
    display:block;
    padding:16px 24px;
    position:relative
}
.hd-accordion .accordion-header a::after{
    content:"+";
    font-family:"Font Awesome 6 Pro";
    font-weight:900;
    font-size:24px;
    position:absolute;
    right:24px
}
@media(max-width: 991.98px){
    .hd-accordion{
        max-width:100%
    }
}

.hd-accordion2{
    border-radius:6px;
    overflow:hidden;
    -webkit-box-shadow:10px 10px 50px rgba(2,0,91,.05);
    box-shadow:10px 10px 50px rgba(2,0,91,.05);
    max-width:100%
}
.hd-accordion2 .accordion-item{
    border-radius:0;
    border:0
}
.hd-accordion2 .accordion-item+.accordion-item{
    margin-top:0;
    border-top:1px solid rgba(207,207,207,.3)
}
.hd-accordion2 .accordion-item.active{
    -webkit-box-shadow:none;
    box-shadow:none;
    background-color:#fafbff
}
.hd-accordion2 .accordion-header a{
    font-size:18px;
    font-weight:600
}


.ins-feedback-section{
    background-repeat:no-repeat;
    background-position:center
}
.ins-feedback-slider-wrapper{
    max-width:100%;
    margin:0 auto;
    position:relative;
    padding:0 80px
}
.ins-feedback-slider-wrapper .swiper-control-btn{
    width:48px;
    height:48px;
    border-radius:50%;
    text-align:center;
    line-height:48px;
    color:#fff;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    z-index:1
}
.ins-feedback-slider-wrapper .swiper-control-btn.swiper-btn-prev{
    background-color:#003478;
    left:-80px
}
.ins-feedback-slider-wrapper .swiper-control-btn.swiper-btn-prev:hover{
    background-color:#00e1be
}
.ins-feedback-slider-wrapper .swiper-control-btn.swiper-btn-next{
    background-color:#00e1be;
    right:-80px
}
.ins-feedback-slider-wrapper .swiper-control-btn.swiper-btn-next:hover{
    background-color:#003478
}
@media(max-width: 1199.98px){
    .ins-feedback-slider-wrapper{
        max-width:100%;
        padding:0
    }
}
.ins-feedback-content .ins-feedback-author img{
    width:55px
}

.mk-business-pr .mk-doted-lg{
    right:102px;
    top:100px;
    z-index:-1
}


.mk-app-single{
    border:1px solid #e7e7e7;
    border-radius:4px;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
	background: #f8f9fa;
    margin-bottom: 20px;
}
.mk-app-single .icon-wrapper{
    width:60px;
    height:60px;
    font-size:32px;
	
}
.mk-app-single h6{font-family: 'Jost', sans-serif!important;}
.mk-app-single .icon-wrapper.instagram{
    background-color:rgba(228,64,95,.1);
    color:#e4405f
}
.mk-app-single .icon-wrapper.slack{
    background-color:rgba(58,175,133,.1);
    color:#3aaf85
}
.mk-app-single .icon-wrapper.twitter{
    background-color:rgba(29,161,242,.1);
    color:#1da1f2
}
.mk-app-single .icon-wrapper.figma{
    background-color:rgba(255,114,98,.1);
    color:#ff7262
}
.mk-app-single .icon-wrapper.facebook{
    background-color:rgba(59,89,153,.1);
    color:#3b5999
}
.mk-app-single .icon-wrapper.zapier{
    background-color:rgba(253,74,1,.1);
    color:#fd4a01
}
.mk-app-single .icon-wrapper.drive{
    background-color:rgba(255,207,99,.1);
    color:#ffcf63
}
.mk-app-single p{
    font-weight:500
}
.mk-app-single:hover{
    -webkit-box-shadow:20px 20px 80px rgba(53,58,97,.1);
    box-shadow:20px 20px 80px rgba(53,58,97,.1);
    border-color:rgba(0,0,0,0)
}

.crm-about-content-box{
    padding:42px 32px 24px
}
.crm-about-content-box .crm-content-wrapper{
    width:60%;
    padding:18px 0 42px
}
.crm-about-content-box .circle-shape{
    width:120px;
    height:120px;
    background:linear-gradient(228.08deg, #87B8FF -9.11%, rgba(114, 166, 240, 0) 68.69%);
    left:64%;
    top:-35px
}
.crm-about-content-box .crm-vector-img{
    position:absolute;
    right:0;
    bottom:0;

}
@media(max-width: 767.98px){
    .crm-about-content-box .crm-content-wrapper{
        width:100%
    }
    .crm-about-content-box .crm-vector-img{
        position:initial;
        max-width:100%
    }
}

.crm-bg-light{
    background-color:#e3f4ff
}
.crm-bg-yellow{
    background-color:#fffcf5
}
.crm-bg-light-green{
    background-color:#dbfbe2
}

.crm-bg-yellow-light{
    background-color:rgba(255,157,77,.1)
}

.mk-sf-item {
   
    border-radius: 10px;
	border: 1px solid #e7e7e7;}



.sc-htw-section{
    background-color:#f8f9fa
}
.htw-single-item{
    padding:40px 24px;
    -webkit-box-shadow:4px 4px 25px rgba(160,160,160,.1);
    box-shadow:4px 4px 25px rgba(160,160,160,.1);
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.htw-single-item:hover{
    -webkit-box-shadow:0 4px 20px rgba(2,0,91,.1);
    box-shadow:0 4px 20px rgba(2,0,91,.1)
}

.web-port .image-bg {
     width: 100%;
     height: 500px;
     display: inline-block;
     position: relative;
}


  .web-port .image-bg .image-shop-scroll {
     background-position: center 0;
     background-repeat: no-repeat;
     background-size: cover;
     position: absolute;
     width: 100%;
     height: 500px;
     border: 6px solid #e9ecef;
     border-radius: 10px;
     box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}

.ms-v-stretch{  display: flex;
    align-items: stretch;
    flex-wrap: wrap;}

.ms-serve-icon{ height: 70px;
    line-height: 70px;
    background: #fef2f3;
    width: 70px;
    color: #f6364e!important;
    text-align: center;
    border-radius: 4px;
    font-size: 30px;}


