/*** 
====================================================================
  Table of contents
====================================================================

- Google Fonts
- Css Imports
- General Css Styles
- Header Area style
- Welcome Area Styles 
- Partners area style
- About us area style 
- services-block-four style 
- Demo-video area style 
- Trust area style 
- services area style 
- Call-to-action area style
- Video area style 
- Gallery area style 
- Cool-facts style 
- Price table style
- Testimonials area style 
- Team area style
- Blog area style 
- Contact us style 
- FAQ style -Timeline style 
- Footer area style 

***/

/*** 

====================================================================
  Google fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700');

/*** 

====================================================================
  Import All Css
====================================================================

***/


@import 'bootstrap.min.css';
@import 'animate.css';
@import 'classy-nav.min.css';
@import 'owl.carousel.min.css';
@import 'magnific-popup.css';
@import 'font-awesome.min.css';
@import 'font-icons.css';

/*** 

====================================================================
  General css style
====================================================================

***/
/* Colors */
:root {
    --color-default: #364d59;
    --color-primary: #FAA916;
    --color-secondary: #13287e;
    font-family: 'Poppins', sans-serif;
    /* background: #4834d4; */
    background: -webkit-linear-gradient(to right, #4834d4, #341f97);
    background: -webkit-linear-gradient(left, #4834d4, #341f97);
    background: linear-gradient(to right, #4834d4, #341f97);
}

.alternate-option {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
}

.demo.header-area {
    background: #fff;
}

.line-or {
    width: 40%;
    height: 2px;
    background: #287ff938;
}

.text-or {
    padding-left: 15px;
    padding-right: 15px;
}

* {
    margin: 0;
    padding: 0;
}

table {
    display: none;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #4834d4;
    background-color: #fff;
    background: -webkit-linear-gradient(to right, #4834d4, #341f97);
    background: -webkit-linear-gradient(left, #4834d4, #341f97);
    background: linear-gradient(to right, #4834d4, #341f97);
}

.darker-blue {
    background: linear-gradient(180deg, #240044 0, #0f0240 25%, #400959 40%, #0f0240 65%, #0f0240);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
}

li {
    list-style: none;
}

p {
    line-height: 1.9;
    color: #5f6368;
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ol,
ul {
    padding-left: 2rem;
}

.text-weight-medium {
    font-weight: 600;
}

.q-mb-xs {
    margin-bottom: 10px;
}

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

.job-des li {
    list-style: disc !important;
    line-height: 1.9;
    /* color: rgba(255, 255, 255, 0.5); */
    font-size: 15px;
    color: #888;
}

.job-des-single li {
    list-style: disc !important;
    line-height: 1.9;
    /* color: rgba(255, 255, 255, 0.5); */
    font-size: 15px;
    color: #888;
}

#job-details-modal li {
    list-style: disc !important;
    line-height: 1.9;
    /* color: rgba(255, 255, 255, 0.5); */
    font-size: 15px;
    color: #888;
}

.modal-body li {
    list-style: disc !important;
}

li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.modal-header #job-details-modal-label {
    color: var(--color-secondary);
}

.section-header {
    position: relative;
    margin-bottom: 50px;
}

#vue-career .section-header {
    position: relative;
    margin-bottom: 50px;
    padding-top: 100px;
}

#vue-career {
    padding-bottom: 150px;
}

#vue-career #job-details-modal {
    /* margin-top: 80px; */
    z-index: 10000;

}

.section-title-lg {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.section-title {
    /* font-size: 44px; */
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    text-align: center;
    color: #fff;

}

.section-header .desc {
    max-width: 800px;
    text-align: center;
    margin: 0 auto
}

.bg-title {
    margin-bottom: -37px;
    margin-left: -30px;
    font-size: 66px;
    opacity: .04;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
}

.has-print {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    background: url(../img/shape1.png) no-repeat;
}

.header-area .light.classy-nav-container a {
    color: #fff
}

/* .dropdown a {
    color: #333 !important;
} */

.header-area.sticky .light.classy-nav-container.breakpoint-off a {
    color: #333
}

.demo .light.classy-nav-container a {
    color: #333 !important
}

.header-area.sticky .classy-navbar-toggler .navbarToggler span {
    background: #333 !important
}

/* .breakpoint-on .navbarToggler span{
  background: #333 !important;
} */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #4834d4;
    background: -webkit-linear-gradient(to right, #4834d4, #341f97);
    background: -webkit-linear-gradient(left, #4834d4, #341f97);
    background: linear-gradient(to right, #4834d4, #341f97);
}

.preload-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 100;
}

#dream-load {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: dreamrotate 2400ms linear infinite;
    animation: dreamrotate 2400ms linear infinite;
    z-index: 999;
}

#dream-load:before {
    content: "";
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: dreamrotate 2700ms linear infinite;
    animation: dreamrotate 2700ms linear infinite
}

#dream-load:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: dreamrotate 1800ms linear infinite;
    animation: dreamrotate 1800ms linear infinite
}

@-webkit-keyframes dreamrotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes dreamrotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/* Blip CSS */

.dream-blip {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 2em 2em 2em 2em;
    background-color: #21d397;
    box-shadow: 0 0 5px #fff;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation: dreamblipper ease 4s none infinite;
    animation: dreamblipper ease 4s none infinite;
}

@-webkit-keyframes dreamblipper {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    35% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes dreamblipper {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    35% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.dream-blip.blip1 {
    top: 20%;
    left: 20%;
}

.dream-blip.blip2 {
    top: 70%;
    left: 30%;
}

.dream-blip.blip3 {
    top: 30%;
    left: 10%;
}

.dream-blip.blip4 {
    top: 60%;
    left: 10%;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.no-padding-right {
    padding-right: 0 !important
}

.no-padding-left {
    padding-left: 0 !important
}

.mb-15 {
    margin-bottom: 15px;
}

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

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

@media (max-width: 992px) {
    .double-bg {
        background-size: cover !important
    }

    .mt-s {
        margin-top: 30px !important
    }
}

@media (max-width: 767px) {
    .mt-x {
        margin-top: 30px !important
    }

    .main-ilustration-5 {
        height: 65vh !important
    }
}

@media (max-width: 480px) {

    .welcome_area.ico {
        height: 100vh !important;
    }

    .main-ilustration-5 {
        display: none;
    }

    .integration-text {
        font-size: 12px
    }

    .integration-icon .badge {
        display: none;
    }

    .spons {
        border-top: 1px solid #eee
    }

    .spons img {
        width: 80%
    }
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-70-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-padding-100-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-padding-0-70 {
    padding-top: 0px;
    padding-bottom: 70px;
}

.section-padding-70-0 {
    padding-top: 70px;
    padding-bottom: 0px;
}

.section-padding-100-85 {
    padding-top: 50px;
    padding-bottom: 85px;
}

.pt-20 {
    padding-top: 20px;
}

.section-padding-0-100 {
    padding-top: 0px;
    padding-bottom: 100px;
}

.section-before:before {
    content: '';
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    height: 150px;
    width: 150px;
    background: url(../img/shape1.png) no-repeat;
    background-size: contain;
}

.scew-bg {
    background: url(../img/bg-header1.svg) no-repeat;
    background-size: cover
}

.travel-bg {
    background: url(../img/bg-img/travel-bg.png) no-repeat;
    background-size: cover
}

.relative {
    position: relative;
}

.box-shadow {
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    display: block;
    top: 0;
}


.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-100-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-padding-0-50 {
    padding-top: 0;
    padding-bottom: 50px;
}

.section-padding-50-0 {
    padding-top: 50px;
    padding-bottom: 0;
}

.section-padding-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section-padding-0-200 {
    padding-top: 0;
    padding-bottom: 200px;
}

.section-padding-200-0 {
    padding-top: 200px;
    padding-bottom: 0;
}

.section-padding-200-100 {
    padding-top: 200px;
    padding-bottom: 100px;
}

.section-padding-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section-padding-150-0 {
    padding-top: 150px;
    padding-bottom: 0;
}

.section-padding-0-150 {
    padding-top: 0;
    padding-bottom: 150px;
}

.section-padding-50-150 {
    padding-top: 50px;
    padding-bottom: 150px;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.section-heading h2 {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.section-heading>p {
    margin-bottom: 0;
    line-height: 2;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}

#scrollUp {
    bottom: 130px;
    font-size: 12px;
    line-height: 22px;
    right: 30px;
    width: 100px;
    background-color: transparent;
    color: #fff;
    text-align: center;
    height: 20px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#scrollUp:before {
    position: absolute;
    width: 30%;
    height: 2px;
    background-color: #fff;
    content: "";
    top: 10px;
    right: 100%;
    z-index: -200 !important;
}

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

.has-gradient {
    background-image: linear-gradient(to right, #21d397 0%, #FFC107 100%);
    ;
}

.has-border-top {
    border-top: 1px solid #eee
}

@media (max-width: 992px) {
    .has-border-top-md {
        border-top: 1px solid #eee
    }
}

.bg-overlay:after {
    background: rgba(72, 52, 212, 0.95);
    background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.height-400 {
    height: 400px;
}

.height-600 {
    height: 600px;
}

.height-700 {
    height: 700px;
}

.height-800 {
    height: 800px;
}

.height-900 {
    height: 900px;
}

.height-1000 {
    height: 1000px;
}

.dream-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.dream-dots span {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 5px;
}

.dream-dots span:first-child {
    background-color: #00a8ff;
}

.dream-dots span:nth-child(2) {
    background-color: #9c88ff;
}

.dream-dots span:nth-child(3) {
    background-color: #fbc531;
}

.dream-dots span:nth-child(4) {
    background-color: #4cd137;
}

.dream-dots span:nth-child(5) {
    background-color: #487eb0;
}

.dream-dots span:nth-child(6) {
    background-color: #e84118;
}

.dream-dots span:nth-child(7) {
    background-color: #8c7ae6;
}

.login-btn {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 12px !important;
    text-transform: uppercase;
    line-height: 33px;
    padding: 0 20px;
    min-width: 100px;
    color: #fff !important;
    background: #42d897;
    height: 35px;
    border: 1px solid #fff;
    letter-spacing: 1px;
}

.login-btn:hover,
.login-btn:focus {
    color: #fff;
    background: #e93a47;
    border-color: #e93a47;
}

.dream-btn {
    position: relative;
    z-index: 1;
    min-width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 20px;
    cursor: pointer !important;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 3ox 20px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    background: #287ff9;
    /* background-image: -webkit-linear-gradient(left, #21d397 0%, #7450fe 51%, #21d397 100%);
    background-image: linear-gradient(to right, #21d397 0%, #7450fe 51%, #21d397 100%); */
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.classy-navbar .dream-btn {
    font-weight: 600;
    color: white !important;
}

/*
    background-image: -webkit-linear-gradient(to right,#FF4137 0,#FDC800 51%,#FF4137 100%);
    background-image: linear-gradient(to right,#FF4137 0,#FDC800 51%,#FF4137 100%);
    box-shadow: 0 0 15px 0 rgba(255, 125, 55, 0.9);
*/
.dream-btn.more-btn {
    background-image: -webkit-linear-gradient(left, #fb525e 0%, #fb6850 51%, #fb525e 100%);
    background-image: linear-gradient(to right, #fb525e 0%, #fb6850 51%, #fb525e 100%);
}

.dream-btn.green-btn {
    background-image: -webkit-linear-gradient(left, #42d897 0%, #42d897 51%, #42d897 100%);
    background-image: linear-gradient(to right, #42d897 0%, #42d897 51%, #42d897 100%);
}

.dream-btn:hover {
    background-color: #287ff9;
    color: white;
    border-color: inherit;
    box-shadow: none;
    cursor: default;
}

.dream-btn {
    cursor: pointer;
}

/* ### Clients #####*/
.client-logo-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 50.625rem;
    margin: 0 auto;
}

.client-logo {
    background: url(../img/diamond-shape.svg) center no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 6.875rem;
    height: 8.125rem;
    margin: 0 -.3rem;
}

.client-logo img {
    margin: -10px 6px 0 0;
    max-height: 2rem;
    max-width: 3rem;
}

@media (min-width: 1024px) {
    .client-logo img {
        max-width: 3.5rem;
        max-height: 3rem;
    }
}

/* ##### 2.0 Header Area CSS ##### */

.header-area {
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-area.sticky {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffffff;
    /* box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
     */
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16) !important;
    border-bottom: none;
}

.dark.classy-nav-container {
    background-color: transparent;
}

.nav-brand:hover,
.nav-brand:focus {
    color: #333 !important
}

.nav-brand.light:hover,
.nav-brand.light:focus {
    color: #fff !important
}

.classy-navbar {
    height: 90px;
    padding: 0;
}

/* section{
    background: #edf6fd;
} */
.dark .classy-navbar-toggler.demo .navbarToggler span {
    background: #fff
}

.classynav ul li a {
    text-transform: uppercase;
}

.classynav ul li .megamenu li a {
    font-size: 80%;
}

/* ##### 3.0 Wellcome Area CSS ##### */
/* .hero-section-main{
    background: url('../img/bg-img/bg.jpg') no-repeat  center !important;
} */
.hero-section-main-vision {
    background: url('../img/bg-img/visionMain.png') no-repeat center !important;
}

.hero-section-main-index {
    background: url('../img/bg-img/bg.jpg') no-repeat center !important;
}

.hero-section-main h3 {
    margin-bottom: 10px;
    color: orange !important;

}

.hero-section-main:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(31, 18, 253, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

main-btn-white {
    background-color: #fff;
    color: #1f12fd;
}

.main-btn-white:hover {
    background-color: #1f12fd;
    color: #fff;
}

.main-btn-white:hover.main-btn-rounded-icon span {
    background-color: #fff !important;
    color: #1f12fd;
}

.main-btn-white.main-btn-rounded-icon span {
    background-color: #1f12fd;
    color: #fff;
}

.hero-section {
    position: relative;
    min-height: 700px;
    background: url('../img/bg-img/header2.jpg') no-repeat bottom center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section.transparent {
    background: none;
}

.hero-section.main-page {
    background: url('../img/bg-img/header4.png') no-repeat bottom center;
    background-size: cover
}

.hero-section.demo {
    background: url('../img/bg-img/demo-bg.png') no-repeat bottom center;
    background-size: cover
}

.hero-section.not {
    background: url('../img/bg-img/header5.jpg') no-repeat bottom center;
}

.hero-section.fuel {
    background: url('../img/bg-img/header2.png') no-repeat bottom center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 565px;
}

.hero-section.ai1 {
    background: url('../img/bg-img/ai1.png') no-repeat top left;
    background-size: cover;
}

.hero-section.ai2 {
    background: url('../img/bg-img/ai2.png') no-repeat top left;
    background-size: cover;
}

.hero-section.ai3 {
    background: url('../img/bg-img/ai3.png') no-repeat top left;
    background-size: cover;
}

.hero-section.overlayed {
    background: url('../img/bg-img/h-sec.jpg') no-repeat bottom center;
    background-size: cover;
}

.overlayed:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #13287e;

    /* background: rgb(27 26 22 / 92%); */
    opacity: .88;
    z-index: 0;
}

.overlayed .video-icon {
    position: relative;
    left: 50%;
    margin-bottom: 30px;
}

.overlayed .video-icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 110px;
    width: 110px;
    background: #42d897;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-anim 1500ms ease-out infinite;
}

@keyframes pulse-anim {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-anim {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.hero-section.curved-section.not:before {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/demo-before.png) no-repeat;
    background-size: cover;
}

.hero-section.curved-section.not:after {
    display: none;
}

.subscribe-section {
    margin-bottom: 50px;
    background: #fff;
    padding: 15px;
    display: inline-block;
    border-radius: 35px !important;
}

.subscribe-section .input-wrapper {
    position: relative;
    display: inline-block;
}

.subscribe-section i {
    font-size: 20px;
    color: #009bff;
    position: absolute;
    z-index: 1;
    top: 13px;
    left: 15px;
}

.subscribe-section input {
    padding: 10px 10px 10px 40px;
    position: relative;
    border: 1px solid #eee;
    min-width: 350px;
    border-radius: 25px;
}

@media (min-width: 767px) {
    .hero-section.curved-section {
        padding-top: 50px
    }
}

@media (min-width: 992px) {
    .hero-section.curved-section {
        padding-top: 100px
    }
}

@media (max-width: 767px) {
    .hero-section.curved-section img.curved {
        display: none;
    }
}

.hero-section.curved-section .special-head {
    padding-left: 0
}

.hero-section.curved-section .special-head:before {
    display: none;
}

.welcome_area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 900px !important;
}

.hero-content {
    width: 100%;
    height: 100%;
    background: rgba(72, 52, 212, 0.95);
    background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 10;
}

.hero-content.globe {
    background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.75));
}

.hero-section.demo h2 {
    font-size: 45px
}

.robo {
    display: none;
}

@media (min-width: 1200px) {
    .hero-section.demo img {
        position: relative;
        margin-top: 100px;
        margin-left: -100px
    }

    .overlayed h1 {
        font-weight: 700 !important;
        font-size: 55px !important
    }

    .robo {
        display: block;
        position: absolute;
        width: 190px;
        height: 330px;
        top: -50px;
        left: -50px;
        animation: floating2 7s infinite;
        -webkit-animation: floating2 7s infinite;
    }
}

.hero-content.creative {
    background: url('../img/bg-img/header3.png') no-repeat center right;
    background-size: cover
}

.hero-content.pizza {
    background: url(../img/bg-img/banner-bg.jpg) no-repeat right top;
}

.hero-content.tringle {
    background: url('../img/bg-img/tringle.png') no-repeat center right;
}

.hero-content.scew {
    background: url('../img/bg-img/header2.png') no-repeat center top;
}

.hero-content.trans {
    background: url('../img/bg-img/trans.png') no-repeat right top;
}

.hero-content.transparent {
    background: transparent;
}

.hero-content.dark-blue {
    background: rgb(33, 0, 67, 0.9);
}

.hero-content .ico-counter {
    margin: 100px 7% 0;
}

@media (max-width: 992px) {

    .hero-content .ico-counter,
    .hero-content .service-img-wrapper .image-box {
        margin-top: 0px !important
    }

}

.hero-content .service-img-wrapper .image-box .rings {
    position: absolute;
    top: 50%;
    z-index: -1;
    margin: 0 auto;
    left: 50% !important;
    width: 120%;
    transform: translate(-50%, -50%);
    animation: unset;
    -webkit-animation: unset;
}

.welcome-content {
    position: relative;
    z-index: 1;
    /* margin-top: 90px; */
}

.promo-section {
    margin-bottom: 20px;
}

.special-head {
    color: #28cc8b;
    padding-left: 40px;
    font-size: 18px;
    position: relative;
}

.special-head:before {
    content: '';
    background: #3964f9;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
}

.special-head.dark {
    color: #f8f517;
    font-weight: bold;
}

.special-head.dark:before {
    background: #fff
}

.integration-link {
    display: inline-block;
    vertical-align: top;
    position: relative;
    letter-spacing: .58px;
    font-size: 14px;
    line-height: 24px;
}

.integration-icon {
    margin: 0 5px 0 0;
}

.integration-icon .badge {
    background: #14cab1;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    border-radius: 100px;
    padding: 6px 13px;
}

.integration-text {
    margin: 0 7px 0 0;
    color: yellow
}

.integration-link>* {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
}

.main-ilustration {
    position: relative;
    background: url(../img/hero-bg.png) no-repeat center 65%;
    height: 100vh;
    background-size: contain;
}

.main-ilustration-2 {
    position: relative;
    background: url(../img/robot-1.png) no-repeat center bottom;
    height: 100vh;
    bottom: 0;
    background-size: contain;
}

.main-ilustration-3 {
    position: relative;
    background: url(../img/robot-2.png) no-repeat center bottom;
    height: 100vh;
    bottom: 0;
    background-size: cover;
}

.main-ilustration-4 {
    position: relative;
    background: url(../img/head-bg-1.svg) no-repeat center 65%;
    height: 100vh;
    background-size: cover;
}

.main-ilustration-5 {
    position: relative;
    background: url(../img/bg-img/header-1.png) no-repeat center 65%;
    height: 100vh;
    background-size: 80%;
}

.header-ilustration-1 {
    min-width: 0px;
    margin-top: 60px;
    position: relative;
}

.header-ilustration-1 img {
    width: 100%;
    border-radius: 10px
}

.header-ilustration-1.big img {
    width: 105%
}

.has-shadow {
    -webkit-box-shadow: 0 9px 68px 0 rgba(62, 57, 107, .2);
    box-shadow: 0 9px 68px 0 rgba(62, 57, 107, .2);
    border-radius: 10px
}

.header-ilustration-1 .video-btn-container {
    position: absolute;
    width: 150px;
    height: 150px;
    background: url(../img/video-btn-bg.png) no-repeat center center;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-ilustration-1 .video-btn-container .video-icon a {
    background: #fff;
    color: #2ea9fd;
}

.hex-pat-1 {
    background: url('../img/hex-pattern.svg') no-repeat center left;
}

.hex-pat-2 {
    position: relative;
}

.hex-pat-2:before {
    display: none;
}

.bub-right {
    background: url(../img/bg_hero.svg) no-repeat center right;
}

@media (max-width: 992px) {
    .header-ilustration-1 {
        margin-top: 0
    }

    .bub-right {
        background-size: cover;
    }

    .bub-left {
        background-size: cover;
    }

}

.main-ilustration-6 {
    position: relative;
    background: url(../img/about-1.png) no-repeat center 65%;
    height: 100vh;
    background-size: 100%;
}

.main-ilustration-7 {
    position: relative;
    background: url(../img/faq.png) no-repeat center 65%;
    height: 100vh;
    background-size: 80%;
}

.main-ilustration-8 {
    position: relative;
    background: url(../img/saas4.png) no-repeat center 65%;
    height: 100vh;
    background-size: 100%;
}

.main-ilustration-9 {
    position: relative;
    background: url(../img/travel.png) no-repeat center 65%;
    height: 100vh;
    background-size: 100%;
}

.main-ilustration-10 {
    position: relative;
    background: url(../img/pizza-header.png) no-repeat center 65%;
    height: 100vh;
    background-size: 80%;
}

@media (max-width: 992px) {
    .main-ilustration-5 {
        height: 65vh
    }

    .mt-md-30 {
        margin-top: 30px
    }

    .mb-md-30 {
        margin-bottom: 30px
    }
}

@media (max-width: 1200px) {
    .main-ilustration-3 {
        background-size: contain;
        background-position: left;
    }

    .main-ilustration-3 .inovation {
        right: 0% !important;
        top: 5%;
        display: inline-table;
    }

    .main-ilustration-3 .inovation.num2 {
        right: 5%;
        top: 27%;
    }
}

@media (max-width: 767px) {
    .mt-sm-30 {
        margin-top: 30px
    }

    .mt-sm-0 {
        margin-top: 0px
    }

    .mb-sm-30 {
        margin-bottom: 30px
    }

    .main-ilustration-6 {
        height: 65vh
    }

    .welcome-content {
        padding-right: 15px
    }

    .main-ilustration-3 {
        background-size: contain;
        background-position: left;
    }

    .main-ilustration-3 .inovation {
        right: 0% !important;
        top: 42%;
        display: inline-table;
    }

    .main-ilustration-3 .inovation.num2 {
        right: 5%;
        top: auto;
    }

    .welcome-small-wrapper {
        position: absolute;
        width: 38%;
    }

    .welcome-content-small {
        position: absolute;
        top: -30px;
    }

    .welcome-content.ill {
        margin-top: 120px !important
    }

    .header-ilustration-1 .video-btn-container {
        width: 150px;
        height: 150px
    }
}

@media (max-width: 480px) {

    .main-ilustration-6,
    .header-ilustration-1 {
        display: none;
    }

    .welcome-content {
        vertical-align: middle;
        margin-top: 100px !important
    }

    .main-ilustration-3 {
        display: none;
    }

    .welcome-small-wrapper {
        display: none;
    }

}

.main-ilustration-2:before {
    content: '';
    position: absolute;
    width: 30%;
    height: 1000px;
    left: 50%;
    top: -30%;
    transform: rotate(21deg);
    background: rgba(0, 0, 128, 0.7);
}

.main-ilustration-3 .inovation {
    position: absolute;
    bottom: 10%;
    right: -15%;
    width: 40%;
    background: #0d003b;
    padding: 20px;
}

.inovation.num2 {
    right: -57%;
}

.inovation h5 {
    padding-left: 25px;
    position: relative;
}

.inovation h5:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 15px;
    height: 2px;
    background: #25cbd3;
}

.inovation p {
    /* font-size: 12px; */
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .main-ilustration {
        min-width: 650px;
    }

    .hex-pat-2:before {
        position: absolute;
        right: 0;
        display: block;
        content: "";
        top: 20%;
        width: 400px;
        height: 400px;
        background: url('../img/hex-pattern2.svg') no-repeat center right;
    }
}

.bg-off-white {
    background-color: #f4f8ff;
}

.welcome-content h2 {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 20px;
}

.welcome-content h1 {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 20px;
}

.welcome-content h1.artficial {
    font-size: 38px
}

.welcome-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

p.artficial {
    padding-left: 20px;
    border-left: 1px solid #fff;
    position: relative;
}

p.artficial:before {
    content: '';
    position: absolute;
    left: -5px;
    top: -8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff
}

.welcome-content-small {
    margin-bottom: 50px
}

.welcome-content-small h4 {
    margin-bottom: 20px
}

.welcome-content-small p.artficial {
    font-size: 12px
}

.welcome-video-area {
    position: relative;
    z-index: 1;
    margin-top: 90px;
}

.welcome-video-area .welcome-thumb {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    border: 1px solid #25cbd3;
    border-radius: 15px;
    padding: 0px 30px 0;
}

.welcome-video-area .welcome-thumb img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
    position: relative;
    top: -30px
}

.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #4834d4;
}

.video-btn {
    background-color: #4834d4;
    width: 70px;
    height: 70px;
    color: #fff;
    border-radius: 50%;
    line-height: 70px;
    padding: 0;
    text-align: center;
    min-width: 70px;
    font-size: 24px;
}

.video-btn:hover {
    background-color: #4834d4;
    color: #fff;
}


.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
    }
}

.welcome_area.video .desc {
    max-width: 60%;
    margin: 0 auto
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('video/video-frame.PNG') center center / cover no-repeat;
    }

    .welcome_area.video .desc {
        max-width: 80%;
        margin: 0 auto
    }

    .fullscreen-bg__video {
        display: none;
    }
}

.video-bg-illution {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #010111;
    z-index: 50;
    opacity: .7;
}

/* ##### Partners Area ##### */
.partners {
    padding: 0 0 70px
}

.partner-box {
    border: 1px solid #25cbd3;
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
    vertical-align: middle;
    background-color: #0d003b;
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
}

.partner-box:hover {
    background: #25cbd3;
    cursor: pointer;
}

.b-text {
    color: #272e3a !important;
}

.w-text {
    color: #fff !important
}

.d-blue {
    color: #13287e !important
}

.bold {
    font-weight: 600 !important
}

.normal {
    font-weight: 500
}

/* ##### About Us Area ##### */

.double-bg-1 {
    position: relative;
    background: url('../img/bg-img/section-bg.png') no-repeat top right;
    background-size: cover
}

.double-bg-2 {
    position: relative;
    background: url('../img/bg-img/header6.jpg') no-repeat top right;
    background-size: cover
}

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

.about-us-area.bg {
    background: url('../img/bg-img/about-sec.png') no-repeat top right;
    background-size: cover
}

.who-we-contant h4 {
    margin-bottom: 20px;
    font-size: 30px;
}

.our-mission-area {
    position: relative;
    z-index: 10;
    width: 100%;
    overflow: hidden;
    height: 400px !important;
}

.our-mission-content {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(72, 52, 212, 0.95);
    background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
}

.single-mission {
    position: relative;
    z-index: 1;
    text-align: center;
}

.single-mission i {
    font-size: 50px;
    margin-bottom: 30px;
    display: block;
    color: #fff;
}

.single-mission h6 {
    margin-bottom: 15px;
}

.single-mission p {
    margin-top: 0;
    margin-bottom: 0
}

.welcome-meter {
    position: relative;
    z-index: 1;
}

.welcome-meter.arficial {
    position: relative;
    z-index: 1;
    height: 427px;
    background: url(../img/ai-illustration.svg) no-repeat;
    background-size: 137%;
    background-position: center center;
}

@media (max-width: 992px) {
    .welcome-meter.arficial {
        background-size: 100%;
    }
}

.growing-company p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}

.growing-company p .counter {
    color: #fff;
}

.box-shadow:hover {
    -webkit-box-shadow: 0px 25px 36px 0px rgba(154, 161, 171, 0.24);
    box-shadow: 0px 25px 36px 0px rgba(154, 161, 171, 0.24);
    top: -3px;
}

.article {
    background: #fff;
    padding: 25px 15px 15px;
    border: 1px solid #00dcd8;
    margin-bottom: 30px;
    text-align: left;
    border-radius: 10px;
    transition: all .4s ease-in-out;
}

.article__icon {
    font-size: 40px;
    position: relative;
    color: #00dcd8;
}

.article__icon .flag-img {
    position: absolute;
    bottom: 19.8%;
    width: 30px;
    right: 12.7%;
}

.article__title {
    font-size: 18px;
    margin-top: 8px;
    color: #333
}

.article p {
    color: #888;
    padding: 0px 14px;
}

.article:hover,
.article.hover {
    background-image: linear-gradient(to right, #21d397 0%, #FFC107 100%);
    ;
}

.intro {
    margin-top: -50px;
}

.article.special {
    background: #287ff9;
    /* background: #42d897; */
    border: none;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
}

.article.special .article__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff
}

.article.special p {
    color: #fff
}

.article.special .i-icon {
    color: #2073e7;
    position: absolute;
    right: -30px;
    bottom: -30px;
    font-weight: 600;
    opacity: 0.4;
    transition: all .4s ease-in-out;
}

.article.special:hover .i-icon {
    bottom: -10%;
    right: 10%;
    transform: translate(-50%, -50%);
}

.article:hover .article__title,
.article:hover p,
.article:hover .article__icon,
.article.hover .article__title,
.article.hover p,
.article.hover .article__icon {
    color: #fff
}

/*** 

====================================================================
  services-block-four style
====================================================================

***/
.features {
    position: relative;
}

.services-block-four {
    position: relative;
    margin-bottom: 30px;
}

.icon-img-box {
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 480px) {
    .icon-img-box {
        position: relative;
        margin-bottom: 15px
    }

    .services-block-four .inner-box {
        padding-left: 0px !important;
    }
}

.services-block-four .inner-box {
    position: relative;
    padding-left: 100px;
}

.services-block-four.v2 .inner-box {
    position: relative;
    padding-left: 70px;
}

.bg-ring {
    background: url(../img/bg-img/bread-bg.png) no-repeat center center;
    background-size: cover;
}

.features .services-block-four {
    box-shadow: 0px 0px 29px 6px rgba(154, 161, 171, 0.18);
    -webkit-box-shadow: 0px 0px 29px 6px rgba(154, 161, 171, 0.18);
    padding: 30px 20px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.features .services-block-four img {
    max-width: 57px
}

.demo-video.features .services-block-four {
    padding: 25px 20px 15px;
    margin-bottom: 20px
}

.licenes .services-block-four .inner-box .icon-box {
    font-size: 56px;
    border-radius: 0%
}

.licenes .services-block-four .inner-box .icon-box:after {
    border-radius: 0%
}

.services-block-four .inner-box .icon-box:after,
.services-block-four .inner-box .icon-box:before {
    background: #25cbd3
}

.services-block-four .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    border: 2px solid;
    font-size: 40px;
    line-height: 98px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px !important;
    transition: .3s ease;
}

.service-img-wrapper .image-box {
    position: relative;
}

@media (max-width: 1200px) {
    .article p {
        padding: 0px 2px;
    }

    .service-img-wrapper .image-box .rings {
        left: 3% !important;
    }

    .service-img-wrapper .image-box {
        margin-top: 0 !important
    }
}

@media (min-width: 992px) {
    .special-size {
        max-width: 120%
    }
}

@media (max-width: 992px) {
    .service-img-wrapper .image-box {
        margin-top: 30px !important
    }

    .service-img-wrapper .image-box.no-mt {
        margin-top: 0px !important
    }

    .service-img-wrapper .phone-img {
        padding: 0 10% !important
    }

    .service-img-wrapper .image-box .rings {
        left: 17% !important;
        width: 66%;
    }
}

.service-img-wrapper .image-box .rings {
    position: absolute;
    top: 5%;
    z-index: -1;
    margin: 0 auto;
    left: 10%;
    transform: translate(-50%, -50%);
}

.services-block-four .inner-box .icon-box span {
    position: relative;
    z-index: 99;
}

.services-block-four .inner-box:hover .icon-box,
.services-block-four .inner-box:hover .icon-box span {
    color: #fff;
    transition: .5s ease;
}

.services-block-four .inner-box .icon-box:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0);
    transition: .7s ease;

}

.services-block-four .inner-box:hover .icon-box:after {
    transform: scale(1);
    transition: .7s ease;
}

.services-block-four .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    width: 1px;
    height: 95%;
    background: #25cbd3
}

.services-block-four:last-child .inner-box .icon-box:before {
    display: none;
}

.services-block-four .inner-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.services-block-four.how .inner-box {
    padding-left: 70px
}

.services-block-four.how {
    padding: 30px;
    margin-bottom: 30px;
    background: #fff
}

@media (max-width: 992px) {
    .service-img-wrapper.how .image-box img {
        width: 100%;
        margin-bottom: 50px
    }
}

.services-block-four .inner-box .step {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    border: 2px solid;
    background: #7d60f9;
    border-color: #7d60f9;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px !important;
    transition: .3s ease;
}

.services-block-four.how .inner-box .text {
    margin-bottom: 0
}

.services-block-four .inner-box h3 a {
    color: #fff;
    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;
}

.services-block-four .inner-box .icon-box {
    color: #25cbd3
}

.services-block-four .inner-box h3 a:hover {}

.services-block-four .inner-box .text {
    font-size: 14px;
    color: #888;
    line-height: 1.7;
    margin-top: 8px;
    margin-bottom: 10px;
}

.services-block-four .inner-box .read-more {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    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;
}

.services-block-four .inner-box .read-more:hover {
    color: #253267;
}

.service-img-wrapper .image-box img,
.anim {
    animation: floating2 7s infinite;
    -webkit-animation: floating2 7s infinite;
}

@media (min-width: 992px) {
    .service-img-wrapper .image-box {
        margin-top: 0px;
    }
}

@media (max-width: 992px) {
    .service-img-wrapper .image-box img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .services-block-four {
        margin-bottom: 40px
    }
}

@media (max-width: 480px) {
    .services-block-four .inner-box .step {
        position: relative;
    }
}

.service-img-wrapper .image-box {
    position: relative;
}

@keyframes floating2 {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        -moz-transform: rotateX(0deg) translateY(15px);
        -ms-transform: rotateX(0deg) translateY(15px);
        -o-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes floating2 {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        -moz-transform: rotateX(0deg) translateY(15px);
        -ms-transform: rotateX(0deg) translateY(15px);
        -o-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}


/* ##### demo-video Area CSS ##### */
.demo-video {
    position: relative;
}

.demo-video .welcome-video-area {
    margin-top: 0
}

@media (max-width: 992px) {
    .vertical-social {
        display: none !important;
    }
}

.vertical-social {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #0d003b;
    height: 370px !important;
    margin-left: 30px;
    border-radius: 40px;
    padding: 30px 15px;
    z-index: 999;
    transition: 1s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 4px 13px 0 rgba(168, 67, 253, .3);
    overflow: hidden;
    border-bottom: 3px solid #a843fd;
}

.vertical-social li {
    padding: 7px 0;
    text-align: center;
}

.vertical-social li a {
    color: #fff;
    opacity: .6;
    font-size: 22px;
}

.vertical-social li a:hover {
    opacity: 1
}

/* ##### trust Area CSS ##### */
.trust-section {
    position: relative;
    padding: 100px 0 60px
}

.trust-item {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 0 35px;
    min-height: 205px;
    padding-top: 37px;
    padding-bottom: 25px;
    box-shadow: 4px 4px 10px 0 rgba(168, 67, 253, .3);
    overflow: hidden;
    border-bottom: 3px solid #a843fd;
}

.ico-platform-logo {
    margin-bottom: 25px;
    min-height: 75px
}

.check {
    height: 40px;
    margin: 0 -10px;
    background-color: rgba(13, 0, 59, .9);
    border-radius: 5px;
    color: #25cbd3;
    position: relative;
}

.check .value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 600;
    text-shadow: 0 0 5px rgba(0, 243, 255, .5);
}

.check .check-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/checkmark.svg) 50% no-repeat;
    background-size: contain;
    width: 31px;
    height: 23px;
}

.token-distribution {
    padding-bottom: 100px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .token-info-wapper {
        margin-top: 30px;
    }
}

.token-info {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    display: -ms-flexbox;
    display: flex;
}

.token-info .info-wrapper {
    border: 1px solid #25cbd3;
    border-radius: 10px;
    padding: 19px 36px;
    padding-left: 65px;
    background-color: #fff;
    width: 100%;
    position: relative;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
}

.info-wrapper .token-icon {
    left: 20px;
    width: 38px;
    height: 38px;
    font-size: 35px;
    line-height: 38px;
    font-weight: 700;
    opacity: 0.1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.info-wrapper .token-icon.img {
    opacity: 1
}

.info-wrapper .token-descr {
    display: block;
    font-size: 16px;
    color: #333;
    padding-left: 10px;
    font-weight: 300;
    line-height: 1.25;
}

/* ##### Service Area CSS ##### */

.service_single_content {
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
}

.light-version .service_single_content.food {
    background: #5a20c6;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
}

.light-version .service_single_content.food h6 {
    color: #fff
}

.light-version .service_single_content.food h5 {
    position: absolute;
    top: 17px;
    right: -49px;
    transform: rotate(41deg);
    background: red;
    padding: 10px 58px;
    color: #fff;
}

.pizza-prop {}

.pizza-prop li {
    padding: 5px 0
}

.pizza-prop p {
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
    width: 50%;
    color: #cfc9c9 !important;
}

.pizza-prop span {
    width: 50%;
    color: #fff;
}

.service_single_content .service_icon i {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    display: block;
}

.embed-video {
    max-width: 250px !important;
    height: auto !important;
}

.light-version .how .service_single_content {
    background: #fff
}

.how .service_icon {
    padding: 30px;
    position: relative;
    border: 2px solid #00dcd8;
    background-image: linear-gradient(to right, #21d397 0%, #5a20c6 100%);
    max-width: 140px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.how .service_icon .white-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.how .service_single_content:hover .service_icon {
    background: #fff
}

.how .service_single_content:hover .white-icon {
    visibility: hidden;
}

.service_icon .step-num {
    position: absolute;
    top: 0px;
    right: -10px;
    background: #21d397;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
}

.service_icon {
    margin-bottom: 30px;
    display: inline-block;
    max-width: 80px
}

.service_icon.max {
    max-width: 180px
}

.service_single_content h6 {
    margin-bottom: 15px;
    font-size: 18px
}

.side-feature-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.check-mark-icon {
    margin-right: 16px;
    width: 30px;
    height: 30px
}

.foot-c-info {
    font-weight: 500;
}

.call-us-sec {
    background: #1717e552;
    padding: 50px 30px;
}

/* ##### 6.0 CTA Area CSS ##### */

.call_to_action_area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px !important;
}

.cta-content h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 18px;
    margin-bottom: 25px;
}

.cta-content-area {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(72, 52, 212, 0.95);
    background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
}

/*
* ----------------------------------------------------------------------------------------
*  START Roadmap 2 STYLE
* ----------------------------------------------------------------------------------------
*/
.section_5-content {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 200px
}

.section_5-slider-trumb {
    display: inline-block;
    width: 100%;
    left: 0;
    height: 4px;
    background-color: #5892f5;
    position: relative;
    border-radius: 3px
}

#section_5-slider-circle {
    position: relative
}

#section_5-slider-circle .data_cir {
    top: 0;
    position: absolute;
    margin-left: -8px;
    margin-top: -16px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #5892f5;
    border: 4px solid #000;
    -webkit-box-shadow: 0 0 6px 2px #5892f5;
    -moz-box-shadow: 0 0 6px 2px #5892f5;
    box-shadow: 0 0 6px 2px #5892f5
}

#section_5-slider-circle .data_cir-content {
    position: relative;
    width: 200px;
    height: auto;
    display: inline-block;
    margin-left: -60px;
    text-align: center
}

#section_5-slider-circle .data_cir-content p {
    font-size: 13px;
    color: #5892f5;
    line-height: 2
}

#section_5-slider-circle .data_cir-content>div {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

#section_5-slider-circle .data_cir-content div {
    font-size: 13px;
    color: #777;
    letter-spacing: 0;
    width: 100%;
    line-height: 20px
}

@media (max-width: 1200px) {
    #section_5-slider-circle .data_cir-content div {
        width: 94%;
        font-size: 11px
    }
}

#section_5-slider-circle .data_cir:nth-child(2n+1) .data_cir-content {
    bottom: 44px;
    -webkit-transform: translateY(-100%) translateX(-18%);
    -ms-transform: translateY(-100%) translateX(-18%);
    -moz-transform: translateY(-100%) translateX(-18%);
    -o-transform: translateY(-100%) translateX(-18%);
    transform: translateY(-100%) translateX(-18%)
}

#section_5-slider-circle .data_cir:nth-child(2n) .data_cir-content {
    top: 55px;
    -webkit-transform: translateX(-18%);
    -ms-transform: translateX(-18%);
    -moz-transform: translateX(-18%);
    -o-transform: translateX(-18%);
    transform: translateX(-18%)
}

#section_5-slider-circle .data_cir:nth-child(2n) .data_cir-content .roadmap_img {
    -ms-order: -1;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1
}

#section_5-slider-circle .data_cir:nth-child(2n) .roadmap_content_info {
    margin-top: 20px
}

#section_5-slider-circle .data_cir:nth-child(2n+1) .roadmap_content_info {
    margin-bottom: 20px
}

#section_5-slider-circle .data_cir .data_cir-content ul {
    text-align: left;
    position: relative
}

#section_5-slider-circle .data_cir .data_cir-content ul::before {
    content: '';
    position: absolute;
    border-left: 1px solid #5892f5;
    left: -14px;
    opacity: .2;
    width: 45%;
    height: -webkit-calc(100% + 37px);
    height: -moz-calc(100% + 37px);
    height: calc(100% + 37px)
}

#section_5-slider-circle .data_cir:nth-child(2n) .data_cir-content ul::before {
    border-top: 1px solid #5892f5;
    margin-top: -46px
}

#section_5-slider-circle .data_cir:nth-child(2n+1) .data_cir-content ul::before {
    border-bottom: 1px solid #5892f5;
    margin-top: 10px
}

#section_5-slider-circle .data_cir .data_cir-content ul li {
    padding-left: 5px;
    list-style: disc;
    color: #5892f5
}

#section_5-slider-circle .data_cir .data_cir-content ul li span {
    color: #777
}

#section_5-slider-circle .data_cir .data_cir-content .roadmap_img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #5892f5;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 228, 255, .5);
    -moz-box-shadow: 0 0 6px 1px rgba(0, 228, 255, .5);
    box-shadow: 0 0 6px 1px rgba(0, 228, 255, .5)
}

#section_5-slider-circle .data_cir::before {
    content: '';
    opacity: .6;
    position: absolute;
    display: block;
    width: 1px;
    height: 40px;
    background-color: #5892f5;
    left: -webkit-calc(50% - 1px);
    left: -moz-calc(50% - 1px);
    left: calc(50% - 1px)
}

#section_5-slider-circle .data_cir:nth-child(2n+1)::before {
    top: -44px
}

#section_5-slider-circle .data_cir:nth-child(2n)::before {
    top: 17px
}

#section_5-slider-circle .data_cir::after {
    content: attr(data-date);
    position: absolute;
    display: block;
    color: #222;
    color: #777;
    width: 50px;
    color: #fff;
    font-size: 12px;
    left: 0;
    text-align: center;
    -webkit-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    -moz-transform: translateX(-35%);
    -o-transform: translateX(-35%);
    transform: translateX(-35%)
}

.form-block-rcl>.login-message {
    color: #fff;
}

#section_5-slider-circle .data_cir:nth-child(2n+1)::after {
    top: 30px
}

#section_5-slider-circle .data_cir:nth-child(2n)::after {
    top: -45px
}

#section_5-slider-circle .data_cir.next {
    background-color: #000;
    border: 4px solid #000;
    -webkit-box-shadow: 0 0 6px 2px #5892f5;
    -moz-box-shadow: 0 0 6px 2px #5892f5;
    box-shadow: 0 0 6px 2px #5892f5
}

@media (max-width: 992px) {
    .section_5-slider-trumb {
        width: 4px;
        height: -webkit-calc(100% - 4px);
        height: -moz-calc(100% - 4px);
        height: calc(100% - 4px);
        top: 4px;
        position: absolute;
        left: -webkit-calc(45vw + 8px);
        left: -moz-calc(45vw + 8px);
        left: calc(45vw + 8px);
    }

    .section_5-content {
        position: relative;
    }

    .section_5-content {
        padding-top: 0;
        padding-bottom: 0;
    }

    #section_5-slider-trumb {
        width: 4px;
        height: -webkit-calc(100% - 4px);
        height: -moz-calc(100% - 4px);
        height: calc(100% - 4px);
        top: 4px;
        position: absolute;
        left: -webkit-calc(45vw + 8px);
        left: -moz-calc(45vw + 8px);
        left: calc(45vw + 8px);
    }

    #section_5-slider-circle .data_cir {
        margin-top: 0px;
        margin-bottom: 150px;
        position: relative;
        left: 0 !important;
        margin-left: -webkit-calc(45vw + 2px);
        margin-left: -moz-calc(45vw + 2px);
        margin-left: calc(45vw + 2px);
    }

    #section_5-slider-circle .data_cir:last-child {
        margin-bottom: 0 !important
    }

    #section_5-slider-circle .data_cir::before {
        top: 3px !important;
        height: 1px;
        width: 40px;
        left: auto;
        right: 14px;
    }

    #section_5-slider-circle .data_cir-content {
        margin-left: 60px;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -o-transform: translateY(0) !important;
        transform: translateY(0) !important;
        top: 0 !important;
        bottom: 0 !important;
        width: 250px;
    }

    #section_5-slider-circle .data_cir-content div {
        width: 100%;
        font-size: 14px;
    }

    #section_5-slider-circle .data_cir:nth-child(2n) .data_cir-content ul::before,
    #section_5-slider-circle .data_cir:nth-child(2n+1) .data_cir-content ul::before {
        display: none;
    }

    #section_5-slider-circle .data_cir:first-child .data_cir-content>div {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        text-align: left;
    }

    #section_5-slider-circle .data_cir-content>div {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        height: auto;
    }

    .roadmap_img {
        display: none !important;
    }

    #section_5-slider-circle .data_cir::after {
        left: auto;
        right: 55px;
        color: #222;
        padding: 5px 7px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        top: 4px !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 1px solid #5892f5;
    }

    #section_5-slider-circle .data_cir::after {
        width: 70px;
    }




}







/*
* ----------------------------------------------------------------------------------------
*  START Roadmap STYLE
* ----------------------------------------------------------------------------------------
*/
.timeline-split {
    position: relative;
    width: 100%
}

.timeline-split .timeline {
    position: relative;
    padding: 50px;
    overflow: hidden
}

.timeline-split .timeline h3 {
    font-size: 22px;
    color: #25cbd3
}

.timeline-split .timeline span {
    color: #666;
    display: block;
    margin-bottom: 10px
}

/*top circle */
.timeline-split .timeline::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    background: #25cbd3;
    left: calc(50% - 10px);
}

/*vertival line */
.timeline-split .timeline::after {
    content: "";
    width: 2px;
    height: 4000px;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    left: calc(50% - 1px);
    background: #25cbd3;
}

/*timeline block */
.timeline-split .timeline .block {
    width: 50%;
    padding: 30px;
    background: #0d003b;
    border: 1px solid #25cbd3;
    width: calc(50% - 74px);
    text-align: left;
    position: relative;
}

.timeline .block .date {
    padding: 5px 10px;
    display: inline-block;
    background: #25cbd3;
    margin: 10px 0;
    color: #fff;
    font-size: 13px;
    border-radius: 15px;
}

.timeline .block .between {
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
}

/*block marker */
.timeline-split .timeline .block::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    background: #25cbd3;
    top: 30px;
}

.timeline-split .timeline .block.block-left::after,
.timeline-split .timeline .block.block-right::after {
    content: "";
    width: 79px;
    height: 2px;
    position: absolute;
    background: #25cbd3;
    top: 34px;
    z-index: 0;
    right: -78px;
}

.timeline-split .timeline .block.block-right::after {
    left: -80px
}

/*left block */
.timeline-split .timeline .block.block-left {
    text-align: right;
}

.timeline-split .timeline .block.block-left::before {
    right: -80px;
}

.timeline .block p {
    margin-bottom: 0
}

/*right block */
.timeline-split .timeline .block.block-right {
    text-align: left;
    margin-left: 50%;
    margin-left: calc(50% + 74px);
}

.timeline-split .timeline .block.block-right::before {
    left: -80px;
}

/*decrease the timeline heading text */
@media (max-width: 992px) {
    .timeline-split .timeline {
        padding: 50px 20px;
    }

    .timeline-split .timeline h3 {
        font-size: 19px;
    }
}

/*change timeline layout to fit tiny screen size */
@media (max-width: 992px) {
    .timeline-split .timeline .block.block-left::after {
        left: -80px;
    }

    .timeline-split .timeline::after {
        left: 9px;
    }

    .timeline-split .timeline::before {
        left: 0;
    }

    .timeline-split .timeline .circle {
        left: 2px;
    }

    .timeline-split .timeline .block {
        width: 100% !important;
        text-align: left;
        padding-left: 20px;
    }

    .timeline-split .timeline .block::before {
        left: -15px;
    }

    .timeline-split .timeline .block.block-left {
        text-align: left;
    }

    .timeline-split .timeline .block.block-right {
        margin-left: 0;
    }

    .timeline-split .timeline .block.block-right::before {
        left: -15px;
    }

    .mt-30 {
        margin-top: 30px
    }
}

/* ##### 7.0 Video Area CSS ##### */

.mfp-wrap {
    z-index: 6000;
}

.mfp-bg {
    z-index: 5500;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: 0;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding-right: 0;
}

.mfp-iframe-holder .mfp-close {
    top: 0;
}

/* ##### 9.0 Gallry Item Area CSS ##### */

.single_gallery_item {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 30px;
}

.gallery-hover-overlay {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    left: 15px;
    z-index: 10;
    background-color: rgba(72, 52, 212, 0.8);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 30px;
    text-align: center;
}

.single_gallery_item:hover .gallery-hover-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.portfolio-menu button {
    line-height: 1;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    text-transform: uppercase;
    padding: 8px 15px 5px;
    border-radius: 30px;
}

.portfolio-menu button.active {
    color: #fff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.port-more-view>a {
    color: #fff;
}

.port-hover-text h3 {
    font-size: 14px;
    margin-bottom: 0;
}

.port-hover-text>a {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
}

/* ##### 10.0 Cool Fact Area CSS ##### */

.cool-facts-area {
    padding: 100px 0 70px;

}

.single_cool_fact {
    position: relative;
    z-index: 1;
    background: #0d003b;
    border: 1px solid #25cbd3;
    border-bottom: 3px solid #25cbd3;
    border-radius: 0 0 20px 20px;
    padding: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}


.cool_fact_icon i {
    font-size: 20px;
    margin-top: 15px;
    color: #fff;
}

.cool_fact_detail h3 {
    font-size: 20px;
    margin-top: 15px;
}

.cool_fact_detail h2 {
    font-size: 12px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.mt-80 {
    margin-top: 120px;
}

/* ##### 11.0 Price Table Area CSS ##### */

.single_price_table_content {
    padding: 50px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    border-radius: 6px;
    /* height: 1050px; */
}

.single_price_table_content.active {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.price_table_text {
    margin-bottom: 45px;
}

.price_table_text>h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;

}

.price_table_text>h1 {
    font-size: 48px;
    margin-bottom: 25px;
    line-height: 1;
    color: #3964f9
}

.price_table_text>p,
.table_text_details>p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: normal;

}

.table_text_details>p {
    margin-bottom: 20px;
    text-align: justify;
}

/* ##### 12.0 testimonial Area CSS ##### */
.single-testimonial {
    border-radius: 15px;
    border: 1px solid #eee;
    margin: 0 15px;
    padding: 30px 20px;
    background: url(../img/cards-bg.png), #fff;
}

.testimonial-description {
    position: relative;
    z-index: 2;
    background-color: transparent;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.testimonial_image {
    height: 100px;
    width: 100px;
    margin: auto;
}

.testimonial_image>img {
    border-radius: 50%;
}

.testimonial_text>p {
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 14px;
}

.admin_text>h5 {
    font-size: 16px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
}

.admin_text>p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.client_slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

.client_slides .owl-dot {
    margin: 0 5px;
    line-height: 1;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.client_slides .owl-dot.active {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
}

/* ##### 13.0 Team Area CSS ##### */

.single-team-member {
    position: relative;
    z-index: 1;
    padding: 0 30px;
    margin-bottom: 100px;
}

.team-member-thumb {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.team-info h5 {
    color: #7057f9;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
}

.team-info p {
    color: #a592b4;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
    text-align: center;
}

.team-social-icon {
    text-align: center;
}

.team-social-icon a {
    font-size: 15px;
    margin-top: 10px;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

/*
* ----------------------------------------------------------------------------------------
*  START Subscribe STYLE
* ----------------------------------------------------------------------------------------
*/
.subscribe {
    position: relative;
}

.subscribe .section-heading>p {
    color: #eee
}

.subscribe:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url('../img/wave-shap.png') no-repeat center center;
    background-size: contain;
    opacity: .5
}

.subscribe .section-heading {
    margin-bottom: 30px
}

.subscribe .service-text {
    padding-top: 0
}

.subscribe .title-box {
    margin-bottom: 30px
}

.subscribe-wrapper {
    padding: 60px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 20px;
    background: #1d66f6;
    box-shadow: 0 10px 80px rgba(15, 62, 153, .3);
}

.telegram-text {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    z-index: 2
}

.social-list {
    display: inline-block;
    margin-bottom: 0;
    height: 40px;
    position: relative;
    z-index: 2;
}

.social-list li {
    float: left;
    padding: 0 14px
}

.social-list li a {
    font-size: 34px;
    color: #13287e !important;
    opacity: .8
}

.social-list li a:hover {
    opacity: 1
}

.subscribe .buy-tokens i {
    margin-right: 10px
}

.subscribe .dream-btn {
    position: absolute;
    top: -2px;
    right: -10px;
    min-width: 48px;
    height: 48px;
    padding: 0;
    border-color: #fff;
}

.subscribe .dream-btn:hover {
    cursor: pointer;
}

.button {
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    padding: 14px 40px;
    font-size: 16px;
    z-index: 2;
    line-height: 1.25;
    color: #25cbd3;
    background: #fff;
    border: 0 solid;
    border-radius: 40px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
    box-shadow: 0 3px 21px 4px rgba(41, 41, 58, 0.2);
}

.button:hover {
    background: #25cbd3;
    color: #fff
}

.button i {
    margin-right: 10px
}

/*** 

====================================================================
    What we do
====================================================================

 ***/
@media(max-width: 767px) {
    .what-we-do {
        padding-bottom: 50px
    }
}

.what-we-do .outer {
    position: relative;
    padding-top: 20px;
}

.what-we-do .outer .inner-circle {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -150px;
    width: 300px;
    height: 300px;
    border: 1px dashed #d0d0d0;
    line-height: 300px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
}

.what-we-do .outer .phone {
    position: absolute;
    width: 100%;
    left: 50%;
    top: -110px;
    transform: translateX(-50.5%);
}

.what-we-do .outer:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -250px;
    width: 500px;
    height: 500px;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
}

.what-we-do .outer .header-wraperumn {
    float: right;
}

.service-box-three {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.what-we-do .outer .service-box-three {
    margin-bottom: 50px;
}

.what-we-do .outer .service-box-three:first-child {
    left: 0px;
    top: 10px;
}

.what-we-do .outer .service-box-three:last-child {
    margin-bottom: 0px;
    left: 0px;
    top: 0px;
}

.service-box-three .inner-box {
    position: relative;
    display: block;
    text-align: right;
    padding-right: 0px;
}

.service-box-three .icon-box {
    position: relative;
    right: 0px;
    top: 0px;
    margin-bottom: 20px;
    width: 72px;
    height: 72px;
    text-align: center;
    line-height: 58px;
    color: #fff !important;
    font-size: 30px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #21d397 0%, #FFC107 100%);
    ;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.service-box-three .icon-box img {
    max-width: 35px
}

.service-box-three h3 {
    position: relative;
    line-height: 1.6em;
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 600;
}

.service-box-three h3 a {
    position: relative;
    color: #2a2a2a;
}

.service-box-three .text {
    position: relative;
    line-height: 1.7em;
    color: #888
}

.service-box-four {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.what-we-do .outer .service-box-four {
    margin-bottom: 50px;
}


.what-we-do .outer .service-box-four:last-child {
    margin-bottom: 0px;
    top: 0px;
}

.service-box-four .inner-box {
    position: relative;
    display: block;
    text-align: left;
    padding-left: 0px;
}

.service-box-four .icon-box {
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 20px;
    width: 72px;
    height: 72px;
    text-align: center;
    line-height: 58px;
    color: #fff !important;
    font-size: 30px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #7450fe 0%, #21d397 100%);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.service-box-four .icon-box img {
    max-width: 35px
}

.service-box-four h3 {
    position: relative;
    line-height: 1.6em;
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 600;
}

.service-box-four h3 a {
    position: relative;
    color: #2a2a2a;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.service-box-four .text {
    position: relative;
    line-height: 1.7em;
    color: #888
}

@media only screen and (max-width: 1200px) {
    .what-we-do .outer .inner-circle {
        display: none;
    }

    .what-we-do .outer .service-box-three:first-child,
    .what-we-do .outer .service-box-three:last-child,
    .what-we-do .outer .service-box-four:first-child,
    .what-we-do .outer .service-box-four:last-child {
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {

    .what-we-do .outer:before,
    .what-we-do .outer:after {
        display: none;
    }

    .what-we-do .outer .service-box-three,
    .what-we-do .outer .service-box-four {
        padding: 0 20px
    }

    .what-we-do .outer .service-box-three:last-child,
    .what-we-do .outer .service-box-four:last-child,
    .what-we-do .outer .service-box-three,
    .what-we-do .outer .service-box-four {
        margin-bottom: 50px;
    }

    .service-box-three .inner-box,
    .service-box-four .inner-box {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

    .service-box-three .icon-box,
    .service-box-four .icon-box {
        position: relative;
        display: block;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: 0 auto 30px;
    }
}



/* ##### 14.0 Our Blog Area CSS ##### */

.news .news-post {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px #DFDFDF;
    -moz-box-shadow: 0px 0px 20px #DFDFDF;
    -ms-box-shadow: 0px 0px 20px #DFDFDF;
    -o-box-shadow: 0px 0px 20px #DFDFDF;
    box-shadow: 0px 0px 20px #DFDFDF;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news .news-post img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news .news-post:hover img,
.news .news-post:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news .news-post .news-post-image {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.news .news-post .news-post-image .news-overlay {
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.news .news-post .news-post-image .news-category {
    margin: 20px 0 0 15px;
    float: left;
    z-index: 2;
    position: absolute;
}

.news .news-post .news-post-image .news-category>a {
    font-size: 12px;
    font-weight: 700;
    padding: 5px 15px;
    line-height: 1.5;
    font-family: "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #2ec8a6;
    margin: 0 4px 4px 0;
    background: #2ec8a6;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: inline;
}

.news .news-post .news-post-image .news-category>a:hover {
    background: transparent;
    border: 1px solid #fff;
}

.news .news-post .news-post-image .news-category>a:hover,
.news .news-post .news-post-image .news-category>a:active,
.news .news-post .news-post-image .news-category>a:focus {
    text-decoration: none;
}

.news .news-post .news-post-text {
    padding: 20px;
}

.news .news-post .news-post-text h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 500;
}

.news .news-post .news-post-text h3 a {
    color: #222;
}

.news .news-post .news-post-text h3 a:hover {
    color: #ffb426;
}

.news .news-post .news-post-text h3 a:hover,
.news .news-post .news-post-text h3 a:active,
.news .news-post .news-post-text h3 a:focus {
    text-decoration: none;
}

.news .news-post .news-post-text p {
    font-size: 14px;
    margin-bottom: 0;
    color: #a6a6a6;
}

.news .news-post .news-post-text p:last-child {
    margin-bottom: 0 !important;
}

.news .news-post .news-post-meta {
    border-top: 1px solid #f0f0f0;
    padding: 10px 20px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
}

.news .news-post .news-post-meta a {
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #b3b3b3;
}

.news .news-post .news-post-meta a i {
    display: inline-block;
    margin-right: 5px;
    color: #2ec8a6
}

.news .news-post .news-post-meta a:hover,
.news .news-post .news-post-meta a:active,
.news .news-post .news-post-meta a:focus {
    text-decoration: none;
}

.news .news-post .news-post-meta a:hover {
    color: #3b61b9;
}


.single-blog-area {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 20px;
}

.blog_thumbnail {
    margin-bottom: 10px;
}

.post-meta p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    text-transform: uppercase;
}

.post-meta p a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 30px;
}

.post-title {
    margin-bottom: 20px;
    display: block;
}

.blog_thumbnail img {
    width: 100%;
}

.single-blog-area blockquote {
    background-color: rgba(78, 60, 179, .3);
    padding: 30px;
    border-radius: 3px;
    margin: 30px 0;
    display: block;
}

.single-blog-area blockquote span {
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.comment_area {
    border-top: 1px solid #9b31ad;
    border-bottom: 1px solid #9b31ad;
    padding-top: 50px;
    padding-bottom: 50px;
}

.comment_area .title {
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .comment_area .comment-content {
        padding: 20px 15px;
    }
}

.comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79px;
    flex: 0 0 79px;
    min-width: 79px;
    margin-right: 55px;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .comment_area .comment-content .comment-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        min-width: 60px;
        margin-right: 15px;
    }
}

.more-info {
    color: #2ec8a6;
}

.comment_area .comment-content .comment-author img {
    border-radius: 50%;
}

.comment_area .comment-content .comment-meta {
    margin-bottom: 30px;
}

.comment_area .comment-content .comment-meta .post-date {
    color: #7450fe;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0;
    display: block;
}

.comment_area .comment-content .comment-meta .post-author {
    margin-bottom: 15px;
    display: block;
    color: #222;
}

.comment_area .comment-content .comment-meta p {
    margin-bottom: 15px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 2;
}

.comment_area .comment-content .comment-meta .comment-reply {
    font-size: 11px;
    color: #7450fe;
    font-weight: bold;
    text-transform: uppercase;
}

.comment_area .single_comment_area {
    margin-bottom: 30px;
}

.comment_area .single_comment_area:last-of-type {
    margin-bottom: 0;
}

.comment_area .children .single_comment_area {
    margin-left: 50px;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .comment_area .children .single_comment_area {
        margin-left: 15px;
    }
}

.single_comment_area .children .single_comment_area .comment-meta {
    margin-bottom: 0;
}

/* ##### Contact Area CSS ##### */

.group {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.group input,
.group textarea {
    font-size: 12px;
    /* font-style: italic; */
    padding: 10px;
    display: block;
    width: 100%;
    height: 45px;
    border: none;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.group input:focus,
.group textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.group label {
    color: #fff;
    /* font-style: italic; */
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 14px;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    margin-bottom: 0;
}

.group .bar {
    position: relative;
    display: block;
    width: 100%;
}

.group .bar:before,
.group .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background-color: #fff;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.group .bar:before {
    left: 50%;
}

.group .bar:after {
    right: 50%;
}

.group textarea {
    height: 130px;
}

/* Form Active State */

.group input:focus~label,
.group textarea:focus~label,
.group input:valid~label,
.group textarea:valid~label {
    top: -17px;
    font-size: 12px;
    color: #fff;
}

.group input:focus~.bar:before,
.group textarea:focus~.bar:before,
.group input:focus~.bar:after,
.group textarea:focus~.bar:after {
    width: 50%;
    background-color: #fff;
}

input:required,
textarea:required {
    box-shadow: none !important;
}

/* ##### Footer Area ##### */
.footer-bg {
    background: url(../img/bg-img/footer-bg.png) top center;
    background-size: cover
}

.footer-area {
    position: relative;
    z-index: 1;
    padding: 0;
}

.footer-content-area {
    padding: 100px 0;
    background: #192057 !important;
}

.footer-content-area.spec {
    background: transparent !important;
}

.footer-content-area.demo {
    margin-top: 70px
}

.footer-logo {
    margin-bottom: 15px
}

.footer-logo a {
    color: #fff;
    font-size: 20px
}

.footer-logo img {
    width: 40px
}

.footer-side-thumbnail {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    height: 100%;
    background-size: cover;
    background-position: top center;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.copywrite_text>p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 13px;
}

.copywrite_text>p>a {
    color: #fff;
}

.footer-social-info a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    text-align: center;
    background: #42d897;
}

.footer-social-info a i {
    font-size: 14px;
    color: #fff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-content-area.spec p {
    color: #ccc;
}

.footer-social-info a i:hover {
    color: #4a7aec;
}

.contact_info_area .contact_info {
    text-align: left !important;
}

.contact_info_area .contact_info h5 {
    font-size: 14px;
}

.contact_info_area .contact_info p {
    margin-bottom: 0;
    font-size: 14px;
}

.contact_info_area .contact_info a:hover p {
    color: #fff
}

/* ##### Breadcumb Area ##### */

.breadcumb-area {
    position: relative;
    z-index: 1;
    height: 400px !important;
}

.breadcumb-content {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(72, 52, 212, 0.95);
    background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
}

.breadcumb--con {
    padding-top: 90px;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcumb--con .title {
    font-size: 42px;
    margin-bottom: 15px;
    margin-left: 0;
}

.breadcrumb-item,
.breadcrumb-item.active,
.breadcrumb-item>a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-link {
    color: #192057;
    background-color: transparent;
    border: 1px solid #192057;
    margin: 0 2px;
}

.page-link:hover {
    border: 1px solid #192057
}

/* ##### Sidebar CSS ##### */

.search-widget-area form {
    position: relative;
    z-index: 1;
}

.search-widget-area form input {
    width: 100%;
    height: 45px;
    border: 2px solid rgb(25, 32, 87);
    background-color: transparent;
    padding: 0 15px;
    color: #fff;
    font-size: 12px;
    border-radius: 30px;
}

.search-widget-area form button {
    width: 60px;
    height: 45px;
    background-color: transparent;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

.widget-title h5 {
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: capitalize;
    border-bottom: 2px solid #9b31ad;
    padding: 0 0 5px 0;
}

.dont-miss-post-content>a {
    font-size: 16px;
    color: #222;
    display: block;
    margin-top: 15px;
}

.dont-miss-post-content>span {
    font-size: 12px;
    color: #7450fe;
    display: block;
    text-transform: uppercase;
}

.subscribe-form input {
    width: 100%;
    height: 45px;
    border-radius: 45px;
    border: 1px solid rgb(25, 32, 87);
    padding: 0 20px;
    font-size: 12px;
    /* font-style: italic; */
    color: #fff;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.1);
}

.subscribe-form button {
    width: 100%;
    height: 45px;
    border-radius: 45px;
    border: none;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

/* ##### Timeline CSS ##### */

.timelineBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 2px;
}

.timelineHeader {
    padding: 32px;
    padding: 32px;
    padding: 2rem;
    background: #e91e63;
    position: relative;
    z-index: 3;
}

.timelineHeader h3 {
    font-size: 32px;
    font-size: 32px;
    font-size: 2rem;
    margin: 0;
}

.timelineHeader h3+span {
    font-size: 19.2px;
    font-size: 19.2px;
    font-size: 1.2rem;
    color: #fff;
}

.timelineBody {
    max-height: 480px;
    overflow-x: hidden;
    overflow-y: auto;
}

.timelineBody .timeline {
    padding: 2em;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 2;
}

.timelineBody .timeline li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1em 0;
    position: relative;
}

.timelineBody .timeline li:before {
    position: absolute;
    content: '';
    left: 7px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #25cbd3
}

.timelineBody .timeline li:last-child {
    margin-bottom: 0;
}

.timelineBody .timeline .timelineDot {
    height: 15px;
    width: 15px;
    background: #fff;
    border-radius: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    margin-right: auto;
    margin-top: 6px;
    box-shadow: 0 0 8px #56cb5f;
}

.timelineBody .timeline .timelineDot:after {
    content: '';
    position: absolute;
    top: 25px;
    left: 3px;
    height: 9px;
    width: 9px;
    background: #25cbd3;
    border-radius: 50%;
}

.timelineBody .timeline .timelineDate {
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    padding: 0;
}

.timelineBody .timeline .timelineDate p {
    color: #25cbd3;
}

.timelineBody .timeline .timelineWork {
    font-size: 16px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
}

.timelineBody .timeline .timelineWork h6 {
    color: #fff;
}

.timelineBody .timeline .timelineWork span {
    display: block;
    color: #bdbdbd;
    font-size: 13px;
}


/*
================================================
   Map style
================================================
*/

.spread-map {
    overflow: hidden;
}

.spread-map .sec-title {
    margin-bottom: 0
}

.spread-map .counter-container {
    margin-top: 20px
}

@media (max-width: 767px) {
    .spread-map .map-container {
        margin-top: 30px
    }

    .token-allocation .visa {
        margin-bottom: 30px
    }
}

.spread-map .s-list-icon {
    position: absolute;
    top: 8px;
    padding: 7px;
    border: 1px solid;
    left: 0;
}

.spread-map .s-list-desc {
    padding-left: 45px;
}

.counter-wrapper {
    position: relative;
    margin-top: 20px;
    color: #222;
    z-index: 5;
}

.counter-wrapper .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    border: 2px solid #ffb426;
}

.counter-wrapper .icon-box img {
    position: absolute;
    max-width: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.counter-wrapper .counter {
    color: #ffb426;
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}

.counter-wrapper h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

/*
================================================
   map section style
================================================
*/
.download {
    position: relative;
    background-image: url(../img/download-bg2.svg), url(../img/download-bg3.svg), radial-gradient(695.86px at 60.13% 22.68%, rgb(140, 183, 255) 0%, rgb(96, 153, 250) 100%);
    background-size: 894px 645px, 1005px 663px, 100%;
    box-shadow: rgba(6, 28, 66, 0.1) 0px 20px 40px;
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-position: calc(50% - 370px) 50%, calc(50% - 455px) 50%, center center;
}

@media (max-width: 992px) {
    .download {
        margin-top: 0px;
        background-image: url(../img/download-bg2.svg), radial-gradient(695.86px at 60.13% 22.68%, rgb(140, 183, 255) 0%, rgb(96, 153, 250) 100%);
        background-size: 100%, 100%;
        padding: 100px 0px;
        background-position: 50% 100%, center center;
    }
}

.download .dream-btn {
    border-radius: 0;
    height: 55px;
    line-height: 52px;
    font-size: 14px;
}

.download .dream-btn img {
    padding-right: 10px
}

.spread-map .map-container {
    position: relative;
}

.indicator {
    position: absolute;
    z-index: 9;
    width: 2.2em;
    height: 2.2em;
    cursor: pointer;
}

.indicator-item {
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #e35583;
    -webkit-animation: pulse 0.6s infinite alternate;
    animation: pulse 0.6s infinite alternate;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(0.5, 0.5, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(0.5, 0.5, 1);
        transform: scale3d(0.5, 0.5, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.indicator:hover .indicator-item {
    border-color: #071e33;
}

.indicator:first-child {
    top: 10%;
    left: 40%;
}

.indicator:nth-child(2) {
    top: 19%;
    left: 13%;
}

.indicator:nth-child(3) {
    top: 40%;
    left: 50%;
}

.indicator:nth-child(4) {
    top: 20%;
    left: 70%;
}

.indicator-content {
    position: absolute;
    z-index: 99;
    width: 250px;
    left: 50%;
    bottom: 100%;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    font-weight: 400;
    color: #fffaf0;
    background: transparent;
    opacity: 0;
    margin: 0 0 20px -150px;
    cursor: default;
    pointer-events: none;
    font-family: 'open-sans', cursive;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
}

.indicator:hover .indicator-content {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.indicator-content span {
    display: block;
}

.indicator-text {
    border-bottom: 3px solid #ffb426;
    overflow: hidden;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}

.indicator:hover .indicator-text {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.indicator-inner {
    background: #1e3953;
    padding: 10px 15px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.indicator:hover .indicator-inner {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.s-list li {
    margin-bottom: 10px;
    color: #777;
    position: relative;
    font-size: 15px
}

.s-list span.fa {
    font-size: 16px;
    color: #5892f5;
    margin-right: 10px;
}

.spread-map .s-list li {
    min-height: 50px
}

.spread-map .single-service-item {
    min-height: 519px
}

.hotel-item {
    position: relative;
    border-radius: 10px
}

.hotel-item .review {
    position: absolute;
    padding: 5px 9px;
    top: 15px;
    right: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #0066d6;
    border-radius: 5px;
}

.hotel-info {
    position: absolute;
    width: 100%;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    padding: 25px 20px 5px;
    bottom: 0;
    left: 0;
}

.hotel-info h6 {
    color: #fff !important;
    text-align: left;
}

.hotel-item .stars i {
    font-size: 12px;
    color: #fff
}

.copy-rights {
    padding: 30px 0;
    background: #000
}

/*
* ----------------------------------------------------------------------------------------
*  START counter-down STYLE
* ----------------------------------------------------------------------------------------
*/
.ico-counter {
    background-image: linear-gradient(to right, #21d397 0%, #FFC107 100%);
    ;
    padding: 45px 40px;
    border-radius: 20px
}

@media (max-width: 767px) {
    .ico-counter {
        margin-bottom: 30px;
        padding: 45px 15px;
    }
}

.counter-down {
    position: relative;
}

.conuter-header {
    overflow: hidden;
    position: relative;
}

.timer-body-block {
    display: flex
}

.count-down .table-cell {
    position: relative;
    width: 25%
}

.count-down .tab-val {
    width: 90%;
    font-size: 30px;
    font-weight: 500;
    height: 75px;
    line-height: 75px;
    margin: 0 auto;
    background-color: #190345;
    color: #ffffff;
}

.count-down .tab-metr {
    margin-top: 15px;
    font-size: 16px;
    color: #ffffff;
}

@media (max-width: 480px) {
    .count-down .tab-metr {
        font-size: 14px
    }
}

.conuter-header h3 {
    font-weight: 600;
    font-size: 24px;
    color: #fff
}

.conuter-header h4 {
    font-size: 18px;
    text-transform: uppercase;
}

.counterdown-content {
    padding: 30px 0 0;

}

.clock-wrapper {
    position: relative;
    background: #fff;
    padding: 30px 0 15px 9px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid
}

.dollar-earning {
    font-size: 24px;
    font-weight: 600;
    padding-left: 10px;
    color: #fff;
}

.btc-earning {
    font-size: 24px;
    font-weight: 600;
    padding-right: 45px;
    color: #fff;
    position: relative;
}

.ico-sales-status {
    overflow: hidden;
}

.ico-sales-status p {
    font-size: 12px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.62)
}

.btc-earning span {
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 6px;
}

.ico-progress {
    margin: 20px 10px;
}

.ico-progress ul {
    margin-bottom: 5px
}

.ico-progress li {
    font-size: 18px;
    font-weight: 400;
}

.ico-progress li.title {
    float: left;
    padding-left: 30px;
    font-weight: 500;
    color: #fff
}

.ico-progress li.strength {
    float: right;
    font-weight: 500;
    color: #fff
}

.ico-progress .current-progress {
    width: 100%;
    height: 16px;
    position: relative;
    background: rgba(191, 191, 191, .6);
    border-radius: 7px
}

.ico-progress .current-progress:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 26px;
    bottom: -5px;
    left: 12%;
    background: #fff
}

.current-progress .progress-bar {
    border-radius: 7px;
    height: 100%;
    background: linear-gradient(to right, #4834d4, #341f97)
}

.ico-progress span {
    color: #370779;
    font-size: 12px;
    font-weight: 700;
    padding-top: 7px;
    display: inline-block;
}

.doc-element {
    background-color: #1d025c;
    border-radius: 4px;
    border-bottom: 2px solid #25cbd3;
    position: relative;
    transition: .5s;
    cursor: pointer;
    padding: 20px;
    margin-top: 20px;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.doc-element:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    transition: .3s;
    right: 15px;
    width: 27px;
    height: 34px;
    background: url(../img/pdf.svg) 50% no-repeat;
    background-size: contain;
}

.doc-element:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    transition: .3s;
    right: 15px;
    width: 27px;
    height: 30px;
    background: url(../img/view.svg) 50% no-repeat;
    background-size: contain;
    opacity: 0;
}

.doc-element .document-entry .title {
    font-size: 14px;
    color: #fff;
    line-height: 1.35;
}

.doc-element:hover {
    background-color: #25cbd3;
}

.doc-element:hover:after {
    opacity: 1;
}

/* ##### Accordians CSS ##### */

.ellume-faq-area dl {
    width: 100%;
}

.ellume-faq-area dt {
    cursor: pointer;
    padding: 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
}

.ellume-faq-area dt:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ellume-faq-area dd {
    margin: 0;
    padding: 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* ##### Button Effects ##### */

.ripple {
    position: absolute;
    height: .25em;
    width: .25em;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform-origin: center 50%;
    transform-origin: center 50%;
    -webkit-transition: opacity 1.6s;
    transition: opacity 1.6s;
    -webkit-animation: ripple 1.6s;
    animation: ripple 1.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.ripple-active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }

    100% {
        -webkit-transform: scale3d(50, 50, 50);
        transform: scale3d(50, 50, 50);
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }

    100% {
        -webkit-transform: scale3d(50, 50, 50);
        transform: scale3d(50, 50, 50);
    }
}

/* ##### Animated Headline CSS ##### */

.cd-intro.default-title>h2 {
    font-size: 50px;
}

.cd-headline.clip b,
.cd-words-wrapper b {
    font-weight: 500;
}

.cd-headline {
    font-weight: 500;
}

/* ##### particless CSS ##### */

#particles-js {
    height: 900px;
    width: 100%;
    position: relative;
    z-index: 1;
}

#particles-js canvas.particles-js-canvas-el {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

/* ##### Snow Version CSS ##### */

.snow-content-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.fullwidth {
    width: 100vw !important;
    height: 100vh !important;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .welcome_area.ico {
        height: 1200px !important
    }
}

/* ##### Slider Area CSS ##### */

.welcome_area .welcome_slides .owl-prev,
.welcome_area .welcome_slides .owl-next {
    color: #fff;
    font-size: 24px;
    left: -100px;
    margin-top: -44px;
    position: absolute;
    text-align: center;
    top: calc(50% + 90px);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 99;
}

.welcome_area .welcome_slides .owl-next {
    right: -100px;
    left: auto;
}

.welcome_area .welcome_slides:hover .owl-next {
    right: 30px;
}

.welcome_area .welcome_slides:hover .owl-prev {
    left: 30px;
}

/* ##### Flying Bird CSS ##### */

.bird {
    background-size: cover;
    width: 352px;
    height: 500px;
    -webkit-animation: fly-cycle 1s -0.5s steps(10) infinite;
    animation: fly-cycle 1s -0.5s steps(10) infinite;
}

@-webkit-keyframes fly-cycle {
    100% {
        background-position: -3600px 0;
    }
}

@keyframes fly-cycle {
    100% {
        background-position: -3600px 0;
    }
}

.bird {
    position: absolute;
    top: 23%;
    left: 10%;
    z-index: -1;
}

/* ##### Subscribe form area CSS ##### */

.welcome-content .subscribe-email {
    width: 70%;
    height: 55px;
    border: none;
    padding: 0 25px;
    border-radius: 8px;
    font-size: 12px;
    /* font-style: italic; */
}

/* ##### Light Version CSS ##### */

body.light-version {
    background: #fff !important;
}

.light-version p {
    color: #888;
}

.light-version h2,
.light-version h3,
.light-version h4,
.light-version h5,
.light-version h6,
.light-version .growing-company p .counter,
.light-version .service_single_content .service_icon i,
.light-version .portfolio-menu button,
.light-version .post-meta p a,
.light-version .group label,
.light-version input:focus~label,
.light-version textarea:focus~label,
.light-version input:valid~label,
.light-version textarea:valid~label,
.light-version .copywrite_text>p>a {
    color: #222;
}

.light-version .ellume-faq-area dt {
    color: #fff;
    border: 1px solid #f2f4f8;
    background-image: linear-gradient(to right, #21d397 0%, #FFC107 100%);
    ;
    border-radius: 25px;
    margin-bottom: 15px;
}

.light-version .ellume-faq-area dt:first-child {
    border-top: 1px solid #f2f4f8;
}

.light-version .timelineBox {
    background: #f2f4f8;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.light-version .single-mission h6,
.light-version .single-mission p,
.light-version .welcome-content h2,
.light-version .cool_fact_detail h3,
.light-version .cool_fact_detail h2,
.light-version .cta-content h2,
.light-version .cta-content p,
.contact_info_area .contact_info h5 {
    color: #fff;
}

.light-version .portfolio-menu button.active {
    color: #222;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.light-version .single-team-member {
    padding: 30px
}

.light-version .single-team-member:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f2f4f8;
    content: "";
    z-index: -5;
}

.light-version .faq-timeline-area {
    /* background: url('../img/bg-img/bread-bg.png') no-repeat center center; */
    background-size: cover
}

.demo-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}

.light-version .trust-item {
    border: 1px solid #ddd
}

.light-version #scrollUp {
    color: #000;
}

.light-version .subscribe h2,
.light-version .demo-video h2,
.light-version .subscribe .group label,
.light-version .subscribe .group input {
    color: #fff
}

.light-version .subscribe .group input {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important
}

.light-version .demo-video {
    background: linear-gradient(to right, #4834d4, #341f97);
    overflow: hidden;
    border-top: 1px solid #eee
}

.light-version .demo-video p {
    color: rgba(255, 255, 255, .7)
}

.light-version .our_services_area {
    padding-bottom: 70px
}

.light-version .service_single_content {
    border-radius: 10px;
    background-color: #fff;
    background-image: url(../img/cards-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .11);
    border: none;
    padding: 40px 20px;
    margin-bottom: 30px !important;
}

.light-version .service_single_content p {
    margin-bottom: 0
}

.light-version .services-block-four .inner-box h3 a {
    color: #354168
}

.light-version #scrollUp:before {
    position: absolute;
    width: 30%;
    height: 2px;
    background-color: #000;
    content: "";
    top: 10px;
    right: 100%;
    z-index: -200 !important;
}

.light-version .our_blog_area {
    background: #edf6fd
}

.light-version .group input,
.light-version .group textarea {
    color: #222 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.light-version .group input:focus~.bar:before,
.light-version .group textarea:focus~.bar:before,
.light-version .group input:focus~.bar:after,
.light-version .group textarea:focus~.bar:after {
    background-color: #222;
}

.light-version .client_slides .owl-dot {
    color: #222;
    background-color: #fff;
}

.light-version .client_slides .owl-dot.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background: #42d897;
    color: #fff
}

.parttns {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.parttns:before {
    position: absolute;
    bottom: 0;
    width: 70px;
    border-radius: 20%;
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    background: #fb555c;
    content: '';
}

@media (max-width: 577px) {
    .parttns {
        display: none;
    }
}

.bl-text {
    color: #354168 !important
}

.g-text {
    color: #d4d7e1 !important
}

.limited {
    max-width: 800px;
    margin: 0 auto
}

/* demo page */
.demo-item {
    -webkit-box-shadow: 0 2px 28px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 28px rgba(0, 0, 0, .1);
    transition: all .3s ease-in;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .demo .container {
        max-width: 1280px;
    }

    .header-ilustration-1.spec img {
        margin-top: 50px
    }

    .mts-50 {
        margin-top: 50px
    }

    .hero-section img {
        max-width: 120%;
        margin-top: 60px
    }

    .hero-section.main-page img {
        max-width: 120%;
        margin-top: 90px
    }

    .hero-section .curved {
        max-width: 100%;
        margin-top: 30px
    }
}

.demo-item:hover {
    -webkit-box-shadow: 0 1px 28px rgba(0, 161, 255, 0.66);
    box-shadow: 0 1px 28px rgba(0, 161, 255, 0.66);
    transform: translate(0, -9px);
    -webkit-transform: translate(0, -9px);
}

.preview-link {
    text-align: center;
}

.preview-demo {
    position: relative;
    display: inline-block;
    padding: 20px 30px;
    width: 100%;
    font-weight: 700;
    color: #5594fd;
    text-transform: uppercase;
    border: 1px solid #5594fd;
}

.preview-demo i {
    margin-left: 10px
}

.preview-demo:hover {
    color: #333
}

#particles-js {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

canvas {
    display: block;
    vertical-align: bottom;
}

.mt-45 {
    margin-top: 45px;
}


#ellume-faq-area-accordion h3 {
    position: relative;
    color: #354168 !important;
    display: flex;

}

#ellume-faq-area-accordion h3 button:hover {
    text-decoration: none !important;
    color: #354168 !important;

}

#ellume-faq-area-accordion .card:not(:last-child) {
    border: 1px solid transparent;
    margin-bottom: 30px;
}

#ellume-faq-area-accordion .card {
    border: 1px solid transparent;
    border-radius: 14px;
    box-shadow: 0px 1px 57px 0px rgba(0, 0, 0, 0.05);
}

.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
}

#ellume-faq-area-accordion .card-header {
    border-radius: 14px;
    /* border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; */
    color: #354168 !important;

}

.collapsible-link::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 1.1rem;
}

.collapsible-link::before:hover {
    color: #354168 !important;
}

.collapsible-link[aria-expanded="true"]::before {
    content: "\f106";
    color: #354168 !important;
}

.collapsible-link[aria-expanded="true"] {
    color: #354168 !important;
    text-decoration: none;
}

.faq-image {
    display: flex;
    justify-content: center;
    align-items: center;

}

#contact h3 {
    color: #354168 !important;
}

#contact h2 {
    color: #354168 !important;
}

#contact h4 {
    color: #354168 !important;
}

#contact .address {
    color: #354168 !important;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    color: #fff;
    background: url("../img/footerbg\ .png") bottom center no-repeat;
    background-size: cover;
    font-size: 14px;
    padding: 80px 0 15px 0;
    position: relative;
    margin-bottom: -25px;
}

.footer:before {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    inset: 0;
}

.footer .footer-content .footer-info {
    margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
    font-size: 28px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.footer .footer-content .footer-info h3 span {
    color: var(--color-primary);
}

.footer .footer-content .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: var(--font-primary);
    color: #fff;
}

.footer .footer-content .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 1;
    margin-right: 8px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.footer .footer-content .social-links a:hover {
    background: var(--color-primary);
    text-decoration: none;
}

.footer .footer-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-content .footer-links {
    margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-content .footer-links ul li {
    padding: 8px 0;
}

.footer .footer-content .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-content .footer-links ul a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
    color: var(--color-primary);
}

.footer .footer-legal .copyright {
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-size: small;
    color: #a1a1a1;
}

.footer .footer-legal .credits {
    padding-top: 4px;
    font-size: 13px;
    color: #fff;
}

.footer .footer-legal .credits a {
    color: var(--color-primary);
}











/*** 

====================================================================
		Testimonial Section
====================================================================

***/

.large-container {
    position: static;
    max-width: 1580px;
    padding: 0px 30px;
    margin: 0 auto;
}

.testimonial-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;

    &:before {
        position: absolute;
        left: 250px;
        top: 22%;
        background-image: url(../img/ring-circle.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 701px;
        height: 756px;
        content: "";
        -webkit-animation: fa-spin 25s infinite alternate;
        -moz-animation: fa-spin 25s infinite alternate;
        -ms-animation: fa-spin 25s infinite alternate;
        -o-animation: fa-spin 25s infinite alternate;
        animation: fa-spin 25s infinite alternate;
    }

    .sec-title {
        position: relative;
        margin-bottom: 115px;

        .title {
            margin-bottom: 20px;
        }
    }

    .testimonial-carousel {
        position: relative;
        max-width: 1100px;
        margin: 0 -50px;
    }
}

.who-we-contant {
    font-size: 16px;
    line-height: 2;
    color: #888;
    /* text-align: justify; */
    font-weight: 400;
}

.testimonial-block {
    position: relative;
    padding: 50px;
    text-align: center;

    .inner-box {
        padding: 50px 50px;
        background-color: #ffffff;
        box-shadow: 0 0 50px rgba(226, 222, 232, 0.75);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .text {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 2;
        color: #888;
        /* text-align: justify; */
        font-weight: 400;
        margin-bottom: 20px;
    }

    .info-box {
        display: flex;
        justify-content: center;
        flex-flow: column;
        text-align: center;
        position: relative;
        align-items: center;
        /* padding-left: 115px; */
        padding-top: 10px;

        .thumb {

            /* position: absolute; */
            /* left: 0;
        top: 0;
        height: 82px;
        width: 82px; */
            img {
                border: 4px solid #e5e6fa;
                border-radius: 50%;
                overflow: hidden;
                display: block;
                width: 100%;
                height: 90px;
                box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35);
            }
        }

        .name {
            position: relative;
            display: block;
            font-size: 21px;
            line-height: 1.2em;
            color: #13287e !important;
            font-weight: 700;
            margin-bottom: 10px;
            margin-top: 10px;
            font-family: "Niramit", sans-serif;
            text-align: center;
        }

        .designation {
            position: relative;
            display: block;
            font-size: 16px;
            line-height: 24px;
            color: #8053f7;
            font-weight: 400;
            font-family: "Muli", sans-serif;
        }
    }
}

.demo {
    .inner-box {
        padding: 30px 25px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    right: 75px;
    bottom: 70px;
}

.testimonial-carousel .owl-next,
.owl-prev {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    /* height: 75px;
      width: 75px; */
    /* line-height: 75px; */
    text-align: center;
    /* border-radius: 50%;
      background-color: #00df97; */
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-carousel .owl-next:hover,
.owl-prev:hover {
    /* background-color: #00df97; */
    /* box-shadow: 0 24px 24px rgba(187, 187, 187, 0.75); */
}


.welcome_slides .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}


.welcome_slides .owl-dots .owl-dot {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 8px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 40px;
}

.welcome_slides .owl-dots .owl-dot.active {
    background: none repeat scroll 0 0 #287ff9;
    border-radius: 20px;
    display: block;
    height: 8px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 40px;
}

.welcome_slides .owl-next,
.owl-prev {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    /* height: 75px;
      width: 75px; */
    /* line-height: 75px; */
    text-align: center;
    /* border-radius: 50%;
      background-color: #00df97; */
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.welcome_slides .owl-next:hover,
.owl-prev:hover {
    /* background-color: #00df97; */
    /* box-shadow: 0 24px 24px rgba(187, 187, 187, 0.75); */
}

.arrow-right,
.arrow-left {
    position: relative;
    display: inline-block;
    height: 11px;
    width: 43px;
    background-image: url(../img/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.table_text_details .fa-check::before {
    color: #3964f9;
}

.arrow-right,
.arrow-left {
    position: relative;
    display: inline-block;
    height: 11px;
    width: 43px;
    background-image: url(../img/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.table_text_details .fa-check::before {
    color: #3964f9;
}

.table_text_details .flex {
    display: flex;
    align-items: baseline;
    text-align: left;
}

.table_text_details .flex p {
    margin-left: 4px;
}

/* .arrow-left{

  } */
.arrow-left:hover {
    transform: scale(1.1);
}

.arrow-right:hover {
    transform: scale(1.1);
}

.arrow-right {
    transition: 0.3s;
    background-image: url(../img/arrow-right.png);
}

.owl-item.active .inner-box {
    /* background-color: #287ff9; */
}

.testimonial-section .thumb-layer {
    position: absolute;
    right: 30px;
    top: 120px;

    .image {
        position: relative;
        margin-right: 0;

        img {
            display: inline-block;
            max-width: 100%;
            height: auto;
        }
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-section .sec-title {
        margin-bottom: 50px;
    }

    .testimonial-block {
        padding: 0;

        .inner-box {
            box-shadow: none;
            border: 2px solid #f1f1f1;
        }
    }

    .testimonial-carousel {
        .owl-nav {
            position: relative;
            left: 0;
            bottom: 0;
            margin-top: 20px;
            text-align: center;
        }

        .owl-next,
        .owl-prev {
            /* border: 2px solid #f1f1f1; */
        }
    }
}

@media only screen and (max-width: 1366px) {
    .large-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.php-email-form .error-message {
    display: none;
    color: #888;
    background: #df1529;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.php-email-form .sent-message {
    display: none;
    color: #888;
    background: #edf6fd;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: #888;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #888;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}


@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

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

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

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

.sticky-header {
    display: none;
}

.sticky-header-1 {
    display: block;
}

.sticky .sticky-header {
    display: block;
    margin-top: 15px;
}

.sticky .sticky-header-1 {
    display: none;
}




/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 140px 0 60px 0;
    min-height: 60vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.breadcrumbs:before {
    content: "";
    background-color: rgb(0 0 0 / 73%);
    position: absolute;
    inset: 0;
}

.notFoundPage.breadcrumbs:before {
    background-color: #edf6fd !important;
}

.notFoundPage img {
    max-height: 500px;
}

/* .notFoundPage {
    margin-top: 10px;
  } */
.breadcrumbs h2 {
    font-size: 56px;
    font-weight: 500;
    color: #fff;
    font-family: var(--font-secondary);
}

.width-100 {
    width: 100%;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
}

.breadcrumbs ol a {
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
}

.breadcrumbs ol a:hover {
    text-decoration: underline;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    content: "/";
}

/*--------------------------------------------------------------
  # Scroll top button
  --------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.pt-100 {
    padding-top: 50px;
}

.scroll-top i {
    font-size: 24px;
    color: var(--color-secondary);
    line-height: 0;
}

.scroll-top:hover {
    background: #ffc732;
    color: #fff;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

.section-header {
    text-align: center;
    padding-bottom: 70px;
}

.section-header h2 {

    color: var(--color-secondary);
}

.section-header h2:before,
.section-header h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: var(--color-primary);
    display: inline-block;
}

.section-header h2:before {
    margin: 0 15px 10px 0;
}

.section-header h2:after {
    margin: 0 0 10px 15px;
}

.section-header p {
    margin: 0 auto 0 auto;
}

@media (min-width: 1199px) {
    .section-header p {
        max-width: 60%;
    }
}

#vue-career .section-bg {
    background: #edf6fd
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
    padding: 40px;
    background: #fff;
    height: 100%;

}

.services .service-item .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 50px;
}

#vue-career .service-item .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 16px;
}

.services .service-item .icon i {
    color: var(--color-secondary);
    font-size: 40px;
    transition: ease-in-out 0.3s;
    z-index: 2;
    position: relative;
    line-height: 1.8;
}

.services .service-item .icon:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #f0f1f2;
    border-radius: 50px;
    z-index: 1;
    top: 10px;
    right: -15px;
    transition: 0.3s;
}

.services .service-item h3 {
    color: var(--color-secondary);
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    font-size: 22px;
    position: relative;
    display: inline-block;
    border-bottom: 4px solid #ebebed;
    transition: 0.3s;
}

.services .service-item:hover h3 {
    color: var(--color-primary);
}

.services .service-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .service-item .readmore {
    margin-top: 15px;
    display: inline-block;
    color: var(--color-primary);
}

.services .service-item:hover .icon:before {
    background: var(--color-primary);
}

.services .service-item:hover h3 {
    border-color: var(--color-primary);
}

.job-des {
    max-height: 432px;
    overflow-y: hidden;
}

.job-des {
    max-height: 432px;
    overflow-y: hidden;
}

.products.hero-section {
    min-height: 450px;
    width: 100%;
}

.products.hero-section .hero-section-content {
    padding-top: 100px;
}




.product-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: 30px;
}

.product-list-header-item {
    padding: 0 10px;
    margin-top: 10px;
}

.product-list-action {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -15px;
}

.product-list-action-item {
    margin-top: 15px;
}

.product-list-search .form-group {
    display: flex;
    border: 1px solid #e1e1e1;
    padding: 15px 20px;
    border-radius: 5px;
}

.product-list-search .form-group .form-control {
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    border: none;
    padding-right: 10px;
}

.product-list-search .form-group button {
    background-color: transparent;
    color: #000;
    font-size: 16px;
}

.product-list-form {
    padding-left: 10px;
    padding-right: 10px;
}

.product-list-form select {
    font-size: 16px;
    font-weight: 400;
    color: #767676;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.product-list-result p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.product-list-result p span {
    font-weight: 600;
}

.product-card {
    padding: 10px 10px 23px;
    border-radius: 10px;
    box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
    background-color: #fff;
    transition: all 0.3s linear;
    position: relative;
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-card:hover .product-card-image img {
    transform: scale(1.1);
}

.product-card:hover .product-card-details h3 a {
    color: #287ff9;
    text-decoration: underline;
}

.product-card:hover .product-card-details .redirect-link {
    color: #287ff9;
}

.product-card-thumb {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    margin-bottom: 23px;
    position: relative;
    background-color: #f6f6f6;
}

.product-card-thumb img {
    transition: all 0.5s ease-in-out;
}

.product-card-details {
    padding-left: 15px;
    padding-right: 15px;
}

.product-card-details h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 11px;
}

.product-card-details h3 a {
    color: #000;
}

.product-card-details .review-star-list {
    margin-bottom: 15px;
}

.product-card-details .product-price {
    margin-bottom: 15px;
}

.product-card-details .product-price:last-child {
    margin-bottom: 0;
}

.product-price {
    color: #767676;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.product-price del {
    margin-right: 10px;
    font-size: 15px;
    color: #287ff9;
}

.product-slider-for {
    background-color: #f4f8ff;
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative;
}

.product-slider-for .item {
    padding: 20px;
}

.product-slider-nav .item {
    background-color: #f4f8ff;
    border-radius: 3px;
    padding: 15px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s linear;
}

.product-slider-nav .owl-item.synced .item {
    border: 1px solid #287ff9;
}

.product-gallery-trigger {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: 1;
}

.product-gallery-trigger a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #287ff9;
    width: 100%;
    height: 100%;
    color: #fff;
}

.product-gallery-trigger a i {
    font-size: 20px;
}

.product-details-caption h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.product-details-caption h5 {
    font-size: 22px;
    margin-bottom: 15px;
}

.product-details-caption .review-star-group {
    margin-bottom: 15px;
}

.product-details-caption .product-price {
    margin-bottom: 15px;
}

.product-details-caption .product-details-para {
    margin-bottom: 15px;
}

.product-details-caption .product-quantity {
    margin-bottom: 18px;
}

.product-details-para p {
    font-size: 17px;
}

.product-action-info h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.product-details-item {
    overflow: hidden;
}

.related-product-carousel {
    overflow: hidden;
}

.product-slider-nav .owl-item {
    opacity: 0.5;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.product-slider-for {
    overflow: hidden;
}

.product-slider-nav {
    overflow: hidden;
}

.product-slider-nav .owl-item {
    opacity: 0.5;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.product-slider-for .item img,
.product-slider-nav .item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product-slider-nav .item img {
    max-width: 80px;
}

.dis-ul {
    color: #767676;
    line-height: 2;
}

.name {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 1.2em;
    color: #13287e !important;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: "Niramit", sans-serif;
}

.main-btn {
    padding: 15px 50px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    transition: all 0.3s linear;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 35px;
    z-index: 0 !important;
    background-color: #287ff9;
    box-shadow: 0px 7px 51px 0px rgba(31, 18, 253, 0.12);
}

.main-btn i {
    font-size: 15px;
}

.main-btn:focus,
.main-btn:active {
    box-shadow: none;
    border: 0;
}

.main-btn:hover {
    color: #fff;
    background-color: #1509d8;
}

.main-btn-small {
    padding: 10px 15px;
    font-size: 13px;
}

.dropdown a {
    color: #666;
}

.classy-navbar.light a {
    color: #333;
}

.mb-50 {
    margin-bottom: 50px;
}










/* Second theme style  */


/*------------------------------------------------------------------

/*************** HELPER CSS ***************/
.mt-10 {
    margin-top: 10px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

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

.mb-100 {
    margin-bottom: 100px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-min-100 {
    padding-top: 92px;
}

.pt-100 {
    padding-top: 92px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-200 {
    padding-bottom: 200px;
}

.p-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sec-pt-70 {
    padding-top: 70px;
}

.sec-pb-40 {
    padding-bottom: 40px;
}

.sec-pb-70 {
    padding-bottom: 70px;
}

.no-animation {
    animation: none !important;
}

.around-border {
    border: 1px solid #e1e1e1;
}

p {
    color: #767676;
    line-height: 1.6;
}

a {
    color: #1f12fd;
    text-decoration: none;
    transition: all 0.3s linear;
}

a:hover,
a:active {
    text-decoration: none;
    color: #1f12fd;
}

a:hover.redirect-link i,
a:active.redirect-link i {
    transform: translateX(5px);
}

a:focus {
    outline: 0;
}

a.redirect-link {
    display: inline-flex;
    align-items: center;
}

a.redirect-link i {
    transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
    margin-left: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #13287e;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.fluid-height {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.full-height {
    height: 100% !important;
}

.full-width {
    width: 100%;
}

.text-justify {
    text-align: justify;
}

.width-225 {
    width: 225px;
}

.border-radius-0 {
    border-radius: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
}

.navbar-brand img {
    height: 70px;
}


.max-530 {
    max-width: 530px;
}

.max-670 {
    max-width: 670px;
}

.border-radius-3 {
    border-radius: 3px;
}

.border-top {
    border-top: 1px solid rgb(244, 248, 255) !important;
}

.border-bottom {
    border-bottom: 1px solid rgba(133, 133, 133, 0.5) !important;
}

.border-bottom-1 {
    border-bottom: 1px solid #eee;
}

.default-box-shadow {
    box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
}

button {
    outline: 0;
    border: 0;
}

button:focus,
button:active {
    outline: 0;
    border: 0;
}

.main-btn {
    padding: 15px 50px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    transition: all 0.3s linear;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 35px;
    z-index: 0 !important;
    background-color: #1f12fd;
    box-shadow: 0px 7px 51px 0px rgba(31, 18, 253, 0.12);
}

.main-btn i {
    font-size: 15px;
}

.main-btn:focus,
.main-btn:active {
    box-shadow: none;
    border: 0;
}

.main-btn:hover {
    color: #fff;
    background-color: #1509d8;
}

.main-btn.main-btn-small {
    padding: 10px 15px;
    font-size: 13px;
}

.main-btn.main-btn-rounded-icon span {
    background-color: #fff;
    color: #1f12fd;
    padding: 1px 5px;
    border-radius: 20px;
    margin-left: 10px;
    transition: all 0.3s linear;
}

.main-btn.main-btn-white {
    background-color: #fff;
    color: #1f12fd;
}

.main-btn.main-btn-white:hover {
    background-color: #1f12fd;
    color: #fff;
}

.main-btn.main-btn-white:hover.main-btn-rounded-icon span {
    background-color: #fff;
    color: #1f12fd;
}

.main-btn.main-btn-white.main-btn-rounded-icon span {
    background-color: #1f12fd;
    color: #fff;
}

.main-btn.main-btn-black {
    background-color: #000;
    color: #fff;
}

.main-btn.main-btn-black:hover {
    background-color: #1f12fd;
    color: #000;
}

.main-btn:disabled,
.main-btn.disabled {
    opacity: 1;
}

.main-btn.btn-fb {
    background-color: #3B5998;
    color: #fff;
}

.main-btn.btn-tw {
    background-color: #00ACEE;
    color: #fff;
}

.main-btn.btn-ins {
    background-color: #DD2A7B;
    color: #fff;
}

.main-btn.btn-yt {
    background-color: #C4302B;
    color: #fff;
}

.main-btn.btn-vim {
    background-color: #86C9EF;
    color: #fff;
}

.no-radius {
    border-radius: 0;
}

.no-radius.btn,
.no-radius .btn {
    border-radius: 0;
}

.no-radius.btn:before,
.no-radius .btn:before {
    border-radius: 0;
}

.no-radius.btn:after,
.no-radius .btn:after {
    border-radius: 0;
}

.bg-white {
    background: #fff;
}

.bg-main {
    background: #edf6fd
}

.bg-off-white {
    background-color: #f4f8ff;
}

.bg-white {
    background: #fff;
}

.bg-black {
    background: #161616;
}

.bg-blue-dark {
    background-color: #0f0886 !important;
}

.color-maincolor {
    color: #1f12fd !important;
}

.color-white {
    color: #fff !important;
}

.z-index-1 {
    z-index: 1;
}

.section-title {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.section-title small {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #1f12fd;
}

.section-title h2 {
    /* font-size: 50px; */
    font-weight: 700;
    margin-bottom: 16px;
    position: relative;
    line-height: 1.4;
}

.section-title h2 span {
    color: #1f12fd;
}

.section-title h2:last-child {
    margin-bottom: 0;
}

.section-title p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
}

.section-title p:last-child {
    margin-bottom: 0;
}

.section-title p a {
    color: #1f12fd;
}

/* .section-title.section-title-lg {
  max-width: 780px;
} */
.section-title.section-title-white small {
    color: #fff;
}

.section-title.section-title-white h2 {
    color: #fff;
}

.section-title.section-title-white p {
    color: #fff;
}

.section-title.section-title-white p a {
    color: #fff;
}

.section-title.section-title-left {
    max-width: 100%;
    text-align: left;
}

.sub-section-title {
    margin-bottom: 30px;
}

.sub-section-title .sub-section-title-heading {
    font-size: 22px;
    margin-bottom: 15px;
}

.sub-section-title p {
    font-size: 16px;
    font-weight: 400;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    justify-content: center;
}

.breadcrumb .breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0.5rem;
    color: #fff;
}

.breadcrumb .breadcrumb-item a {
    color: #fff;
    transition: all 0.3s linear;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #fff;
}

.breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    color: #fff;
    font-size: 10px;
    content: "\f130";
    font-family: Flaticon;
    padding-top: 4px;
}

.breadcrumb .breadcrumb-item:last-child {
    padding-right: 0;
}

.page-link {
    position: relative;
    padding: 0 0;
    padding-top: 2px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -1px;
    line-height: 1;
    color: #1f12fd;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 35px 0px rgba(32, 32, 32, 0.08);
    border: 0;
    transition: all 0.3s linear;
    margin-top: 3px;
    overflow: hidden;
}

.page-link:hover {
    background-color: #1f12fd;
    color: #fff;
}

.page-link:focus {
    box-shadow: none;
}

.page-link i {
    font-size: 10px;
    font-weight: 600;
}

.page-pagination .pagination {
    margin-top: -3px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

.page-item {
    padding: 0 7px;
    margin-top: 3px;
}

.page-item:first-child {
    padding-left: 0;
}

.page-item:first-child .page-link {
    background-color: #fff;
    color: #1f12fd;
}

.page-item:first-child .page-link:hover {
    background-color: #1f12fd;
    color: #fff;
}

.page-item:last-child {
    padding-right: 0;
}

.page-item:last-child .page-link {
    background-color: transparent;
    color: #1f12fd;
}

.page-item:last-child .page-link:hover {
    background-color: #1f12fd;
    color: #fff;
}

.page-item.disabled .page-link {
    background-color: #fff;
    color: #1f12fd;
    border: 0;
}

.page-item.active .page-link {
    background-color: #1f12fd;
    color: #fff;
}

.form-group label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}

.text-muted {
    font-size: 13px;
    color: #767676 !important;
    margin-top: 5px;
}

.input-group {
    border: 0;
    border-radius: 3px;
    padding: 15px 25px;
    display: flex;
    align-items: baseline;
    border-radius: 3px;
    background-color: #efefef;
}

.input-group.input-group-maincolor .form-control {
    color: #fff;
}

.input-group.input-group-maincolor .form-control::-moz-placeholder {
    color: #fff;
}

.input-group.input-group-maincolor .form-control::placeholder {
    color: #fff;
}

.form-control {
    padding: 15px 25px;
    color: #000;
    font-size: 15px;
    background-color: #f4f8ff;
    height: auto;
    border: 1px solid #eee;
    border-radius: 30px;
    box-shadow: none;
}

.form-control:focus,
.form-control:active {
    box-shadow: none;
    background-color: #f4f8ff;
}

.form-control::-moz-placeholder {
    color: #585858;
}

.form-control::placeholder {
    color: #585858;
}

.form-control.form-control-white {
    color: #fff;
}

.form-control.form-control-white::-moz-placeholder {
    color: #585858;
}

.form-control.form-control-white::placeholder {
    color: #585858;
}

select.form-control {
    background-image: url(../../assets/img/chevron.png);
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 15px;
}

.help-block {
    font-size: 14px;
    margin-top: 5px;
}

.help-block.with-errors {
    color: #ff5421;
}

#msgSubmit {
    color: #ff5421 !important;
    font-weight: 600;
    font-size: 18px;
}

#msgSubmit.submit-post-info {
    margin-top: 5px;
}

.input-checkbox label {
    position: relative;
    padding-left: 35px;
    color: #767676;
    margin-bottom: 0;
    font-size: 15px;
}

.input-checkbox label a {
    color: #1f12fd;
}

.input-checkbox label a:hover {
    color: #1f12fd;
}

.input-checkbox label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #e1e1e1;
    transition: all 0.3s linear;
    font-size: 10px;
    display: flex;
    align-items: center;
    left: 0;
    padding-left: 4px;
    line-height: 1;
    top: 1px;
    border-radius: 5px;
}

.input-checkbox input {
    display: none;
}

.input-checkbox input:checked~label:before {
    color: #fff;
    content: "\f110";
    font-family: Flaticon;
    background-color: #1f12fd;
    border-color: #1f12fd;
}

.input-radio label {
    position: relative;
    padding-left: 35px;
    color: #767676;
    margin-bottom: 0;
    font-size: 15px;
}

.input-radio label a {
    color: #1f12fd;
}

.input-radio label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #B5B5B5;
    transition: all 0.3s linear;
    font-size: 10px;
    display: flex;
    align-items: center;
    left: 0;
    padding-left: 4px;
    line-height: 1;
    top: -2px;
}

.input-radio input {
    display: none;
}

.input-radio input:checked~label:before {
    color: #E6E6E6;
    content: "\f11c";
    font-family: Flaticon;
    font-size: 10px;
}

.input-radio.input-radio-white label {
    color: #B5B5B5;
}

.social-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: flex;
}

.social-list li {
    list-style: none;
    font-size: 18px;
    margin-right: 15px;
}

.social-list li a {
    color: #000;
}

.social-list li a:hover {
    color: #1f12fd;
}

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

.social-list.social-list-btn li {
    width: 40px;
    height: 40px;
    font-size: 15px;
    box-shadow: 0px 6px 21px 0px rgba(32, 32, 32, 0.08);
}

.social-list.social-list-btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #585858;
    border-radius: 3px;
}

.social-list.social-list-btn li a:hover {
    color: #1f12fd;
}

.social-list.social-list-sm li {
    font-size: 14px;
}

.page-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-bg-overlay {
    position: relative;
}

.page-bg-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(31, 18, 253, 0.58);
}

.page-bg-1 {
    /* background-image: url(../../assets/img/page-bg-1.jpg); */
}

.page-bg-2 {
    /* background-image: url(../../assets/img/page-bg-2.jpg); */
}

/*************** MAIN CSS ***************/
.preloader {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: visible;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #000;
}

.preloader .preloader-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-content {
    width: 300px;
    height: 300px;
    position: relative;
    display: flex;
    background-color: #000;
    filter: blur(10px) contrast(20);
}

.blob-1,
.blob-2 {
    width: 70px;
    height: 70px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blob-1 {
    left: 20%;
    animation: osc-l 2.5s ease infinite;
}

.blob-2 {
    left: 80%;
    animation: osc-r 2.5s ease infinite;
    background: #1f12fd;
}

@keyframes osc-l {
    0% {
        left: 20%;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 20%;
    }
}

@keyframes osc-r {
    0% {
        left: 80%;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 80%;
    }
}


.topbar {
    padding-left: 25px;
    padding-right: 25px;
}

.topbar-inner {
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.topbar-item {
    width: auto;
}

.topbar-item .social-list {
    margin-bottom: 15px;
}

.topbar-list {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.topbar-list li {
    list-style: none;
    font-size: 15px;
    color: #767676;
    margin-right: 25px;
    display: flex;
    align-items: center;
    border-right: 1px solid #e1e1e1;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 25px;
}

.topbar-list li:last-child {
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
}

.topbar-list li i {
    font-size: 18px;
    margin-right: 10px;
    color: #1f12fd;
}

.topbar-list li a {
    color: #000;
}

.topbar-list li a:hover {
    color: #1f12fd;
}

.search-option {
    cursor: pointer;
}

.side-modal-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #1f12fd;
    top: 0;
    left: 0;
    z-index: 1111;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.3s linear;
}

.side-modal-wrapper.side-modal-wrapper-show {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.side-modal {
    width: 300px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fff;
    position: absolute;
    padding: 30px;
    transform: translateX(100%);
    transition: all 0.3s linear;
}

.side-modal.side-modal-show {
    transform: translateX(0);
}

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

.side-modal-close {
    font-size: 20px;
    color: #000;
    transition: all 0.3s linear;
    cursor: pointer;
}

.side-modal-close:hover {
    color: #1f12fd;
}

.side-topbar-option {
    display: none;
}

.side-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.side-modal-close {
    font-size: 20px;
    color: #000;
    transition: all 0.3s linear;
    cursor: pointer;
}

.side-modal-close:hover {
    color: #1f12fd;
}

.sidebar-info-content {
    margin-bottom: 40px;
}

.sidebar-info-content:last-child {
    margin-bottom: 0;
}

.sidebar-info-content h3 {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    color: #000;
    margin-bottom: 20px;
}

.sidebar-info-list-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #767676;
    margin-bottom: 15px;
}

.sidebar-info-list-item:last-child {
    margin-bottom: 0;
}

.sidebar-info-list-item i {
    font-size: 18px;
    color: #1f12fd;
    margin-right: 10px;
}

.sidebar-info-list-item a {
    color: #767676;
}

.sidebar-info-list-item a:hover {
    color: #1f12fd;
}

.sidebar-search {
    padding: 20px;
    background-color: #1f12fd;
}

.sidebar-search .form-group {
    margin-bottom: 0;
    display: flex;
    background-color: #fff;
    padding: 13px 18px;
    border-radius: 30px;
}

.sidebar-search .form-group .form-control {
    background-color: transparent;
    padding: 0;
    border: 0;
    padding-right: 10px;
}

.sidebar-search .form-group button {
    padding: 0;
    background-color: transparent;
    font-size: 17px;
    color: #000;
}

@keyframes menuItem {
    0% {
        opacity: 0;
        transform: rotateX(-90deg);
    }

    50% {
        transform: rotateX(-20deg);
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg);
    }
}

@keyframes menuItem2 {
    0% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    50% {
        transform: rotateY(-20deg);
    }

    100% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

.main-nav {
    margin: auto;
    position: relative;
    display: none;
    background-color: transparent;
}

.main-nav nav .navbar-nav .nav-item {
    transition: all 0.3s linear;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-nav nav .navbar-nav .nav-item a {
    color: #000;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.main-nav nav .navbar-nav .nav-item a.dropdown-toggle:after {
    content: "\f121";
    border: 0;
    font-family: Flaticon;
    font-size: 10px;
    vertical-align: baseline;
    margin-left: 8px;
    transition: all 0.3s linear;
}

.main-nav nav .navbar-nav .nav-item a.active {
    color: #1f12fd;
}

.main-nav nav .navbar-nav .nav-item a.active:hover {
    color: #1f12fd;
}

.main-nav nav .navbar-nav .nav-item:hover a {
    color: #1f12fd;
}

.main-nav nav .navbar-nav .nav-item:hover a.active {
    color: #1f12fd;
}

.main-nav nav .navbar-nav .nav-item:hover a.dropdown-toggle:after {
    transform: rotate(180deg);
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item {
    animation-name: menuItem;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-duration: 300ms;
    transform-origin: top center;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(1) {
    animation-delay: 60ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(2) {
    animation-delay: 120ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(3) {
    animation-delay: 180ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(4) {
    animation-delay: 240ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(5) {
    animation-delay: 300ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(6) {
    animation-delay: 360ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(7) {
    animation-delay: 420ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(8) {
    animation-delay: 480ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(9) {
    animation-delay: 540ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(10) {
    animation-delay: 600ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(11) {
    animation-delay: 660ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(12) {
    animation-delay: 720ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(13) {
    animation-delay: 780ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(14) {
    animation-delay: 840ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(15) {
    animation-delay: 900ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(16) {
    animation-delay: 960ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(17) {
    animation-delay: 1020ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(18) {
    animation-delay: 1080ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(19) {
    animation-delay: 1140ms;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(20) {
    animation-delay: 1200ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #fff;
    border: 0;
    margin: 0;
    box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
    padding: 10px 0;
    width: 230px;
    border-radius: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item {
    opacity: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 15px;
    transition: all 0.3s linear;
    text-transform: none !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.dropdown-toggle:after {
    content: "\f10f";
    border: 0;
    font-family: Flaticon;
    font-size: 10px;
    vertical-align: baseline;
    margin-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
    color: #1f12fd;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active:hover {
    color: #1f12fd;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>a {
    color: #1f12fd;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>a.active {
    color: #1f12fd;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu {
    top: -7px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item {
    animation-name: menuItem2;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-duration: 300ms;
    transform-origin: top center;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(1) {
    animation-delay: 60ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(2) {
    animation-delay: 120ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(3) {
    animation-delay: 180ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(4) {
    animation-delay: 240ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(5) {
    animation-delay: 300ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(6) {
    animation-delay: 360ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(7) {
    animation-delay: 420ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(8) {
    animation-delay: 480ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(9) {
    animation-delay: 540ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(10) {
    animation-delay: 600ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(11) {
    animation-delay: 660ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(12) {
    animation-delay: 720ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(13) {
    animation-delay: 780ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(14) {
    animation-delay: 840ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(15) {
    animation-delay: 900ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(16) {
    animation-delay: 960ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(17) {
    animation-delay: 1020ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(18) {
    animation-delay: 1080ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(19) {
    animation-delay: 1140ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(20) {
    animation-delay: 1200ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    left: 100%;
    top: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item {
    opacity: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 10px;
    transition: all 0.3s linear;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.dropdown-toggle:after {
    content: "\f10f";
    border: 0;
    font-family: Flaticon;
    font-size: 10px;
    vertical-align: baseline;
    margin-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
    color: #1f12fd;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>a {
    color: #1f12fd;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item {
    animation-name: menuItem;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-duration: 300ms;
    transform-origin: top center;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(1) {
    animation-delay: 60ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(2) {
    animation-delay: 120ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(3) {
    animation-delay: 180ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(4) {
    animation-delay: 240ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(5) {
    animation-delay: 300ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(6) {
    animation-delay: 360ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(7) {
    animation-delay: 420ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(8) {
    animation-delay: 480ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(9) {
    animation-delay: 540ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(10) {
    animation-delay: 600ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(11) {
    animation-delay: 660ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(12) {
    animation-delay: 720ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(13) {
    animation-delay: 780ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(14) {
    animation-delay: 840ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(15) {
    animation-delay: 900ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(16) {
    animation-delay: 960ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(17) {
    animation-delay: 1020ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(18) {
    animation-delay: 1080ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(19) {
    animation-delay: 1140ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>.dropdown-menu .nav-item:nth-child(20) {
    animation-delay: 1200ms;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
    left: 100%;
    top: 0 !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item {
    opacity: 0;
}

.main-nav .main-btn {
    padding: 14px 40px;
    box-shadow: none;
}

.navbar {
    justify-content: space-between;
    padding: 0;
}

.navbar-collapse {
    width: auto;
}

.navbar-option-item {
    margin-left: 30px;
}

.navbar-option-item a i {
    font-size: 25px;
}

.navbar-option {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 15px;
    position: relative;
}

.mobile-nav {
    padding: 20px 0;
    display: block;
}

.mobile-nav .navbar-option {
    margin-left: auto;
    margin-right: 60px;
    z-index: 1000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.mobile-nav .navbar-option-item {
    margin-left: 25px;
}

.mobile-nav .navbar-option-item button {
    color: #000;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    transition: all 0.3s linear;
}

.mobile-nav .navbar-option-item button i {
    font-size: 20px;
    vertical-align: middle;
}

.mobile-nav .navbar-option-item button:hover {
    color: #1f12fd;
}

.mobile-brand {
    position: relative;
    z-index: 1000;
}

.mean-container {
    position: relative;
}

.mean-container .mean-bar {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    border-bottom: 0;
}

.mean-container a.meanmenu-reveal {
    padding-top: 0;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    padding-right: 0;
    color: #1f12fd;
}

.mean-container a.meanmenu-reveal span {
    background-color: #1f12fd;
}

.mean-container .mean-nav {
    margin-top: 53px;
}

.mean-container .mean-nav .navbar-nav {
    max-height: 350px;
    overflow: auto;
    box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
}

.mean-container .mean-nav .navbar-nav .nav-item a {
    color: #000;
}

.mean-container .mean-nav .navbar-nav .nav-item a.active {
    color: #1f12fd;
}

.navbar-area {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #000076;
}

.navbar-area.is-sticky {
    animation: 500ms running fadeInDown;
    transition: all 0.5s;
    width: 100%;
    z-index: 999999;
    position: fixed;
    background-color: #fff;
    top: 0;
    box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a {
    color: #000;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a.active {
    color: #1f12fd;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a.active:hover {
    color: #1f12fd;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item:hover a {
    color: #1f12fd;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item:hover a.active {
    color: #1f12fd;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
    color: #000;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
    color: #1f12fd;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active:hover {
    color: #1f12fd;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>a {
    color: #1f12fd;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover>a.active {
    color: #1f12fd;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
    color: #000;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
    color: #1f12fd;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover>a {
    color: #1f12fd;
}

.navbar-area.is-sticky .navbar-option-search a {
    color: #000;
}

.navbar-area.is-sticky .navbar-option-search a:hover {
    color: #1f12fd;
}

.max-585 {
    max-width: 585px;
}

.sticky-black a {
    color: white !important;
}

.header-bg {
    position: relative;
    padding-top: 170px;
    padding-bottom: 70px;
}

.header-bg-lg {
    position: relative;
}

.header-bg-lg.header-bg-lg-video {
    overflow: hidden;
    z-index: 1;
}

.header-bg-lg.header-bg-lg-video .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
}

.header-bg-lg.header-bg-lg-video .header-content {
    position: relative;
    z-index: 2;
}

.header-bottom-space {
    padding-bottom: 200px;
}

.header-bg-image {
    position: relative;
    background: url(../../assets/img/bg.jpg) no-repeat right;
    background-size: cover;
}

.header-bg-image:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(31, 18, 253, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.header-bg-shape {
    position: relative;
    background-image: url(../../assets/img/header-bg-shape.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

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

    50% {
        transform: scale(1);
        opacity: 1;
    }

    80% {
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.header-animation-shape {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fd6a12;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-400px, -100px);
}

.header-animation-shape:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(253, 106, 18, 0.5);
    animation: scale 1s infinite linear;
    border-radius: 50%;
}

.header-image-shape {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-45%);
    display: flex;
    align-items: center;
}

.inner-page-header {
    background-color: #0d0594;
    padding-top: 249px;
    padding-bottom: 100px;
}

.inner-header-content {
    text-align: center;
}

.inner-header-content h1 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
}

.header-content {
    position: relative;
    z-index: 11;
    padding-left: 25px;
}

.header-content h1 {
    margin-bottom: 10px;
    font-weight: 700;
}

.header-content h3 {
    margin-bottom: 10px;
    color: orange;

}

.header-content p {
    font-size: 18px;
    margin-bottom: 25px;
}

.header-content-white h1 {
    color: #fff;
}

.header-content-white p {
    color: #fff;
}

.button-group {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
}

.button-group .main-btn {
    margin-right: 25px;
    margin-top: 20px;
}

.button-group .main-btn:last-child {
    margin-right: 0;
}

.section-to-header {
    margin-top: -100px;
    position: relative;
    z-index: 11;
}

.feature-card {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
    transition: all 0.3s linear;
    background-color: #fff;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card-header {
    display: flex;
    align-items: center;
    margin-top: -15px;
    margin-bottom: 20px;
}

.feature-card-header span {
    color: #000;
    font-size: 22px;
    margin-top: 15px;
    font-weight: 600;
}

.feature-card-thumb {
    border-radius: 10px;
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    margin-top: 15px;
    font-size: 35px;
}

.feature-card-thumb.feature-card-thumb-green {
    background-color: rgba(53, 231, 149, 0.15);
    color: #56c5b2;
}

.feature-card-thumb.feature-card-thumb-green-dark {
    background-color: #56c5b2;
    color: #fff;
}

.feature-card-thumb.feature-card-thumb-yellow {
    background-color: rgba(232, 201, 30, 0.15);
    color: #e8c91e;
}

.feature-card-thumb.feature-card-thumb-yellow-dark {
    background-color: #e8c91e;
    color: #fff;
}

.feature-card-thumb.feature-card-thumb-blue {
    background-color: rgba(48, 140, 211, 0.15);
    color: #308cd3;
}

.feature-card-thumb.feature-card-thumb-blue-dark {
    background-color: #1f12fd;
    color: #fff;
}

.feature-card-thumb.feature-card-thumb-violet {
    background-color: rgba(186, 76, 249, 0.15);
    color: #ba4cf9;
}

.feature-card-thumb.feature-card-thumb-violet-dark {
    background-color: #ba4cf9;
    color: #fff;
}

.feature-card-thumb.feature-card-thumb-lightgreen-dark {
    background-color: #35e795;
    color: #fff;
}

.feature-card-thumb-wrapper {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
}

.feature-card-thumb-wrapper i {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-card-body h3 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.feature-card-body p {
    margin-bottom: 15px;
}

.feature-card-body p:last-child {
    margin-bottom: 0;
}

.feature-card-body a {
    font-size: 14px;
    font-weight: 600;
}

.about-item-details .section-title {
    margin-bottom: 18px;
}

.about-content p {
    margin-bottom: 25px;
}

.about-content p:last-child {
    margin-bottom: 0;
}

.about-content ul {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.about-content ul li {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    list-style: none;
    padding-left: 30px;
    flex: 0 0 auto;
    width: 50%;
    padding-right: 10px;
}

.about-content ul li:before {
    content: "\eed9";
    font-family: IcoFont;
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 20px;
    color: #1f12fd;
}

.has-down:focus a {
    color: white !important;
}

.service-card {
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(226, 222, 232, 0.75);
    padding: 20px;
    position: relative;
    overflow: hidden;
    min-height: 270px;
    /* display: flex;
  flex-flow: column;
      justify-content: center;
      align-items: center; */
}

.header-area.sticky .dark .dd-arrow::before {
    background-color: #192a56;
}

.header-area.sticky .dark .dd-arrow::after {
    background-color: #192a56;
}

.service-card:before {
    content: "";
    width: 50px;
    height: 50px;
    /* border-radius: 50%; */
    background-color: #1f12fd;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s linear;
    z-index: -1;
}

.service-card:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.service-card:hover .service-card-body h3 {
    color: #fff;
}

.service-card:hover .service-card-body p {
    color: #fff;
}

.service-card:hover .service-card-body a {
    color: #fff;
}

.service-card-thumb {
    border-radius: 10px;
    flex: 0 0 auto;
    width: 125px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 65px;
    background-color: #f6f6ff;
    color: #1f12fd;
    margin-bottom: 25px;
    margin: auto;
}

.service-card-body h3 {

    transition: all 0.3s linear;
    transition-delay: 0.1s;
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "Niramit", sans-serif;
    text-align: center;
}

.service-card-body p {
    margin-bottom: 15px;
    transition: all 0.3s linear;
    transition-delay: 0.1s;
}

.service-card-body p:last-child {
    margin-bottom: 0;
}

.service-card-body a {
    font-size: 15px;
    transition: all 0.3s linear;
    transition-delay: 0.1s;
    font-weight: 500;
}

.service-card-2 {
    padding-bottom: 23px;
    border-radius: 10px;
    box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
    background-color: #fff;
    transition: all 0.3s linear;
    overflow: hidden;
}

.service-card-2:hover {
    transform: translateY(-10px);
}

.service-card-2:hover .service-card-image-2 img {
    transform: scale(1.1);
}

.service-card-2:hover .service-card-text-2 h3 a {
    color: #1f12fd;
    text-decoration: underline;
}

.service-card-image-2 {
    overflow: hidden;
    margin-bottom: 23px;
    position: relative;
    background-color: #1f12fd;
}

.service-card-image-2:before {
    content: "";
    background-image: url(../../assets/img/frame-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -1px;
    z-index: 11;
}

.service-card-image-2 img {
    transition: all 0.5s ease-in-out;
}

.service-category-2 {
    color: #1f12fd;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 18px;
}

.service-card-text-2 {
    padding-left: 25px;
    padding-right: 25px;
}

.service-card-text-2 h3 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 13px;
}

.service-card-text-2 h3 a {
    color: #000;
}

.service-card-text-2 p {
    font-size: 18px;
    margin-bottom: 15px;
}

.service-card-text-2 p:last-child {
    margin-bottom: 0;
}

.forum-details img {
    margin-bottom: 30px;
    border-radius: 10px;
}

.forum-details h1 {
    font-size: 35px;
    margin-bottom: 20px;
}

.forum-details h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.forum-details h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.forum-details h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.forum-details h5 {
    font-size: 18px;
    margin-bottom: 20px;
}

.forum-details h6 {
    font-size: 16px;
    margin-bottom: 20px;
}

.forum-details p {
    margin-bottom: 20px;
}

.forum-details p:last-child {
    margin-bottom: 0;
}

.forum-details a {
    color: #1f12fd;
}

.forum-details a:hover {
    color: #1f12fd;
}

.forum-details ul {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: -10px;
}

.forum-details ul:last-child {
    margin-bottom: 0;
}

.forum-details ul li {
    position: relative;
    font-size: 17px;
    margin-top: 10px;
    color: #000;
    list-style: none;
    padding-left: 30px;
    flex: 0 0 auto;
    width: 50%;
    padding-right: 10px;
}

.forum-details ul li:before {
    content: "\eed9";
    font-family: IcoFont;
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 20px;
    color: #1f12fd;
}

.forum-details ol {
    padding-left: 20px;
    padding-right: 0;
    margin-top: -10px;
    margin-bottom: 20px;
}

.forum-details ol:last-child {
    margin-bottom: 0;
}

.forum-details ol li {
    font-size: 17px;
    color: #767676;
    margin-top: 10px;
    list-style: disc;
}

.forum-details ol li:last-child {
    margin-bottom: 0;
}

.forum-details blockquote {
    margin-bottom: 25px;
    border-radius: 10px;
    border-left: 5px solid #1f12fd;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    box-shadow: 0px 7px 40px 0px rgba(32, 32, 32, 0.05);
    padding: 30px;
}

.forum-details blockquote:last-child {
    margin-bottom: 0;
}

.forum-details blockquote p {
    font-size: 18px;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 500;
}

.forum-details blockquote span {
    font-style: 17px;
    color: #000;
}

.forum-details .blog-entry-list {
    margin-top: -10px;
    margin-bottom: 15px;
}

.forum-details .blog-entry-list li {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

.forum-details .blog-entry-list li:before {
    content: none;
}

.forum-details .forum-table {
    overflow: auto;
    margin-bottom: 23px;
}

.forum-details .forum-table::-webkit-scrollbar {
    height: 5px;
}

.forum-details .forum-table::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.forum-details .forum-table::-webkit-scrollbar-thumb {
    background: rgb(220, 220, 220);
}

.forum-details .forum-table:last-child {
    margin-bottom: 0;
}

.forum-details .forum-table table {
    width: 100%;
}

.forum-details .forum-table table thead tr {
    background: #1f12fd;
}

.forum-details .forum-table table thead tr th {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    padding: 20px;
    white-space: nowrap;
    color: #fff;
}

.forum-details .forum-table table tbody tr {
    border-bottom: 1px solid rgba(209, 200, 212, 0.5);
}

.forum-details .forum-table table tbody tr:last-child {
    border-bottom: 0;
}

.forum-details .forum-table table tbody tr td {
    font-size: 15px;
    color: #767676;
    font-weight: 400;
    padding: 10px 20px;
    transition: all 0.3s linear;
    white-space: nowrap;
}

.sidebar-bg {
    background-color: #f4f8ff;
    padding: 18px;
    border-radius: 10px;
}

.sidebar-item {
    margin-bottom: 30px;
}

.sidebar-item:last-child {
    margin-bottom: 0;
}

.sidebar-item h3 {
    margin-bottom: 25px;
    font-size: 24px;
}

.details-sidebar-search .form-group {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.details-sidebar-search .form-group .form-control {
    border: 0;
    background-color: #fff;
    border-radius: 0;
}

.details-sidebar-search .form-group .form-control::-moz-placeholder {
    color: #585858;
}

.details-sidebar-search .form-group .form-control::placeholder {
    color: #585858;
}

.details-sidebar-search .form-group button {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #1f12fd;
    font-style: 20px;
    color: #fff;
}

.sidebar-title h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.sidebar-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.sidebar-list li {
    list-style: none;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
}

.sidebar-list li:last-child {
    margin-bottom: 0;
}

.sidebar-list li a {
    color: #000;
    position: relative;
    padding-left: 12px;
}

.sidebar-list li a:before {
    content: "•";
    margin-right: 10px;
    position: absolute;
    left: 0;
    font-size: 14px;
    padding-top: 2px;
    color: #8881ff;
}

.sidebar-list li a:hover {
    color: #1f12fd;
}

.sidebar-list li a.active {
    color: #1f12fd;
}

.sidebar-category {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.sidebar-category li {
    list-style: none;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
}

.sidebar-category li:last-child {
    margin-bottom: 0;
}

.sidebar-category li a {
    color: #000;
    position: relative;
    padding-left: 12px;
    display: flex;
    justify-content: space-between;
}

.sidebar-category li a:before {
    content: "•";
    margin-right: 10px;
    position: absolute;
    left: 0;
    font-size: 14px;
    padding-top: 2px;
    color: #8881ff;
}

.sidebar-category li a:hover {
    color: #1f12fd;
}

.sidebar-category li a.active {
    color: #1f12fd;
}

.sidebar-author p {
    font-style: 18px;
    margin-bottom: 20px;
    color: #fff;
}

.sidebar-author .author-info {
    display: flex;
    align-items: center;
}

.sidebar-author .author-info img {
    flex: 0 0 auto;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-right: 20px;
}

.sidebar-author .author-info-details h3 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff;
}

.sidebar-author .author-info-details p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}

.sidebar-recent-post-item {
    margin-bottom: 30px;
}

.sidebar-recent-post-item:last-child {
    margin-bottom: 0;
}

.sidebar-recent-post-item a {
    display: flex;
    align-items: center;
}

.sidebar-recent-post-item a img {
    flex: 0 0 auto;
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 10px;
}

.sidebar-recent-post-item a:hover .recent-post-details h3 {
    color: #1f12fd;
}

.recent-article-item {
    margin-bottom: 20px;
}

.recent-article-item:last-child {
    margin-bottom: 0;
}

.recent-article-item a {
    display: flex;
    align-items: center;
}

.recent-article-item a:hover .recent-article-thumb img {
    transform: scale(1.05);
}

.recent-article-item a:hover .recent-article-content h3 {
    color: #1f12fd;
}

.recent-article-thumb {
    flex: 0 0 auto;
    width: 90px;
    margin-right: 15px;
    overflow: hidden;
}

.recent-article-thumb img {
    width: 100%;
    transition: all 0.3s linear;
}

.recent-article-content h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    transition: all 0.3s linear;
}

.recent-post-details h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
    transition: all 0.3s linear;
}

.recent-post-details .post-entry {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.recent-post-details .post-entry li {
    list-style: none;
    font-size: 16px;
    color: #1f12fd;
}

.process-content {
    position: relative;
}

@keyframes stepDotRide {
    0% {
        transform: translateX(0);
        opacity: 0;
    }

    20% {
        transform: translateX(100px);
        opacity: 1;
    }

    35% {
        transform: translateX(300px);
        opacity: 1;
    }

    50% {
        transform: translateX(500px);
        opacity: 1;
    }

    70% {
        transform: translateX(700px);
        opacity: 1;
    }

    85% {
        transform: translateX(900px);
        opacity: 1;
    }

    100% {
        transform: translateX(950px);
        opacity: 0;
    }
}

.process-content-line {
    width: 65%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 43px;
}

.bg-main .section-title h2 {
    color: #13287e;
}

.bg-main .section-title p {
    line-height: 2;
    font-size: 16px;
    max-width: 860px;
    margin: 0 auto;
    /* color: white; */
}

.process-item:hover .process-thumb img {

    transform: translateY(-10px);
}

.process-thumb img {
    border: 4px solid #e5e6fa;
    border-radius: 50%;
    overflow: hidden;
    /* box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35); */
}

.process-item.border {
    display: flex;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    padding: 25px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
    min-height: 410px;
}

.process-item-center .process-thumb {
    margin-bottom: 20px;
    position: relative;
}

.process-item-center .process-thumb:before {
    background-position: center;
}

.process-thumb {
    margin-bottom: 20px;
    position: relative;
}

.process-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    /* background-image: url(../../assets/img/process-shape.png); */
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100%;
    background-position: center;
}

.process-thumb img {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
}

.about-us-area p {
    text-align: justify;
}

.text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 2;
    color: #888;
    /* text-align: justify; */
    font-weight: 400;
    margin-bottom: 50px;
}

.service-section p {
    text-align: justify;

}

.service-section-2 .service-card {
    min-height: 420px;
}

.process-text h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.process-text p {
    margin-bottom: 12px;
}

.process-text p:last-child {
    margin-bottom: 0;
}

.partner-carousel .item {
    text-align: center;
}

.partner-carousel .item img {
    margin: auto;
    width: auto;
}

.partner-carousel-opacity .item img {
    opacity: 0.5;
    transition: all 0.3s linear;
}

.partner-carousel-opacity .item img:hover {
    opacity: 1;
}

@keyframes wobble {
    50% {
        border-radius: 750px 550px 350px 750px/350px 750px 550px 450px;
    }

    100% {
        border-radius: 750px 250px 750px 250px/250px 750px 250px 750px;
    }
}

.section-inner-center-shape {
    width: 420px;
    height: 420px;
    background-color: #f2f2f3;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%);
    left: 50%;
    animation: wobble 5s ease-in-out alternate infinite;
}

.testimonial-carousel {
    margin-top: -30px;
}

.testimonial-carousel .owl-stage-outer {
    padding-top: 30px;
}

.testimonial-card-body {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
    position: relative;
    margin-bottom: 40px;
    background-color: #fff;
}

.testimonial-card-body:after {
    content: "";
    border-style: solid;
    border-color: #fff transparent transparent;
    border-width: 30px;
    position: absolute;
    top: 100%;
    left: 58px;
}

.testimonial-card-inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-card-inner-header h3 {
    font-size: 22px;
    margin-bottom: 0;
}

.testimonial-quote {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    background-color: #e7e5ff;
    color: #1f12fd;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.testimonial-para {
    font-size: 17px;
    margin-bottom: 15px;
}

.testimonial-card-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 50px;
    margin-top: -10px;
}

.testimonial-card-info-thumb {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #1f12fd;
    margin-right: 15px;
    margin-top: 10px;
    overflow: hidden;
}

.testimonial-card-info-thumb img {
    width: 100%;
    height: 100%;
}

.testimonial-card-info-text {
    margin-top: 10px;
}

.testimonial-name {
    font-size: 20px;
    margin-bottom: 10px;
}

.testimonial-address {
    font-size: 16px;
    margin-bottom: 10px;
}

.testimonial-address:last-child {
    margin-bottom: 0;
}

.default-carousel.owl-theme .owl-nav {
    margin: 0;
    margin-top: 50px;
}

.default-carousel.owl-theme .owl-nav button {
    font-size: 18px;
    width: 50px;
    height: 50px;
    border: 1px solid #e1e1e1;
    color: #1f12fd;
    border-radius: 50%;
    margin: 0;
    margin-right: 15px;
    transition: all 0.3s linear;
}

.default-carousel.owl-theme .owl-nav button:hover,
.default-carousel.owl-theme .owl-nav button:focus,
.default-carousel.owl-theme .owl-nav button:active {
    background-color: #1f12fd;
    border-color: #1f12fd;
    color: #fff;
}

.default-carousel.owl-theme .owl-nav button:last-child {
    margin-right: 0;
}

.blog-card {
    padding: 10px 10px 23px;
    border-radius: 10px;
    box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
    background-color: #fff;
    transition: all 0.3s linear;
    position: relative;
}

.blog-card:hover {
    transform: translateY(-10px);
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.1);
}

.blog-card:hover .blog-card-text h3 a {
    color: #1f12fd;
    text-decoration: underline;
}

.blog-card:hover .blog-card-text .redirect-link {
    color: #1f12fd;
}

.blog-card-image {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    margin-bottom: 23px;
    position: relative;
}

.blog-card-image img {
    transition: all 0.5s ease-in-out;
}

.blog-category {
    padding: 6px 20px;
    background-color: #e7e5ff;
    color: #1f12fd;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 18px;
    display: inline-block;
    border-radius: 25px;
}

.blog-category-text {
    color: #1f12fd;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 13px;
}

.blog-card-text {
    padding-left: 15px;
    padding-right: 15px;
}

.blog-card-text h3 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.blog-card-text h3 a {
    color: #000;
}

.blog-card-text p {
    font-size: 18px;
    margin-bottom: 15px;
}

.blog-card-text p:last-child {
    margin-bottom: 0;
}

.blog-card-text .redirect-link {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.blog-card-entry {
    display: flex;
    align-items: center;
}

.blog-entry-thumb {
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}

.blog-entry-thumb img {
    width: 100%;
    height: 100%;
}

.blog-entry-text h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.blog-entry-text h4 strong {
    font-weight: 500;
}

.blog-entry-text p {
    font-size: 14px;
    color: #1f12fd;
    margin-bottom: 0;
}

.card-video {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-video a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #1f12fd;
    border-radius: 50%;
    font-size: 26px;
}

.blog-details-category {
    position: relative;
    margin-bottom: 20px;
}

.blog-details-category .blog-category {
    background-color: #1f12fd;
    color: #fff;
    padding: 10px 30px;
    margin-bottom: 0;
    position: absolute;
    bottom: 7px;
    right: 20px;
}

.newsletter-form {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-form .form-group {
    display: flex;
    background-color: #fff;
    border-radius: 35px;
    padding: 10px;
    overflow: hidden;
}

.newsletter-form .form-group .form-control {
    border: 0;
    padding: 10px 20px;
    background-color: transparent;
    border-radius: 0;
}

.newsletter-form .form-group .form-control:active,
.newsletter-form .form-group .form-control:focus {
    border: 0;
}

.newsletter-form #validator-newsletter {
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.newsletter-form #validator-newsletter.validation-danger {
    margin-top: 5px;
}

.footer {
    position: relative;
}

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

    20% {
        transform: translateX(-20px);
    }

    40% {
        transform: translateX(-40px);
    }

    60% {
        transform: translateX(-50px);
    }

    80% {
        transform: translateX(-20px);
    }

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

.footer-shape {
    position: absolute;
}

.footer-shape:nth-child(1) {
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
}

.footer-shape:nth-child(2) {
    bottom: 65px;
    right: 5%;
}

.footer-round-shape {
    opacity: 0.12;
}

.footer-round-shape img {
    animation: horizontalRide 10s alternate infinite linear;
}

.footer-content-item {
    margin-bottom: 20px;
}

.footer-details {
    margin-top: 20px;
}

.footer-details p {
    margin-bottom: 15px;
    color: #000;
}

.footer-details p:last-child {
    margin-bottom: 0;
}

.footer-content-title h3 {
    font-size: 22px;
    margin-bottom: 0;
}

.footer-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.footer-list li {
    font-size: 16px;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
    list-style: none;
}

.footer-list li:last-child {
    margin-bottom: 0;
}

.footer-list li a {
    color: #000;
    transition: all 0.3s linear;
}

.footer-list li p {
    margin-top: 3px;
}

.footer-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    background: #1f12fd;
}

.footer-list li:hover a {
    color: #1f12fd;
}

.footer-address-item {
    margin-bottom: 15px;
    display: flex;
}

.footer-address-item:last-child {
    margin-bottom: 0;
}

.footer-address-text h4 {
    font-size: 18px;
    margin-bottom: 7px;
}

.footer-address-text p {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}

.footer-address-text p a {
    color: #000;
}

.footer-address-text p a:hover {
    color: #1f12fd;
}

.footer-lower {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgb(235, 235, 235);
}

.footer-copyright-text {
    text-align: center;
}

.footer-copyright-text p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
}

.footer-copyright-text p a {
    color: #1f12fd;
    font-weight: 500;
}

.footer-copyright-text p a:hover {
    text-decoration: underline;
}

.pricing-card {
    border-radius: 10px;
    box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
    padding: 60px;
    text-align: center;
    transition: all 0.3s linear;
}

.pricing-card:hover {
    background-color: #1f12fd;
}

.pricing-card:hover .pricing-category h3 {
    color: #fff;
}

.pricing-card:hover .pricing-thumb i {
    color: #fff;
    transform: translateY(-5px);
}

.pricing-card:hover .pricing-thumb:after {
    opacity: 0.3;
}

.pricing-card:hover .pricing-info h3 {
    color: #fff;
}

.pricing-card:hover .pricing-info h3 span {
    color: #fff;
}

.pricing-card:hover .pricing-info ul li {
    color: rgba(255, 255, 255, 0.6);
}

.pricing-card:hover .pricing-info ul li.pricing-available {
    color: #fff;
}

.pricing-card:hover .main-btn {
    background-color: #fff;
    color: #1f12fd;
}

.pricing-category {
    margin-bottom: 18px;
}

.pricing-category h3 {
    font-size: 22px;
    margin-bottom: 20px;
    transition: all 0.3s linear;
}

.pricing-thumb {
    position: relative;
    padding-bottom: 10px;
}

.pricing-thumb:after {
    content: "";
    width: 115px;
    height: 55px;
    background-color: #f6f6ff;
    position: absolute;
    border-radius: 55px/30px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s linear;
}

.pricing-thumb i {
    font-size: 70px;
    line-height: 1;
    position: relative;
    z-index: 1;
    display: block;
    transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
    color: #000;
}

.pricing-info h3 {
    font-size: 40px;
    color: #1f12fd;
    margin-bottom: 30px;
    transition: all 0.3s linear;
}

.pricing-info h3 span {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    transition: all 0.3s linear;
}

.pricing-info ul {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
}

.pricing-info ul li {
    list-style: none;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 15px;
    transition: all 0.3s linear;
}

.pricing-info ul li:last-child {
    margin-bottom: 0;
}

.pricing-info ul li.pricing-available {
    color: #000;
}

.post-review-area {
    border-top: 1px solid rgb(244, 248, 255);
    padding-top: 30px;
}

.review-holder-item {
    background-color: #f4f8ff;
    border-radius: 10px;
    padding: 10px 30px;
    margin-bottom: 20px;
}

.review-holder-item:last-child {
    margin-bottom: 0;
}

.post-review-item {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.post-review-item-reply {
    border-top: 1px solid rgb(235, 235, 235);
}

.post-review-thumb {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.post-review-thumb img {
    width: 100%;
    height: 100%;
}

.post-review-content-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-bottom: 10px;
}

.post-review-header-item {
    margin-top: 5px;
}

.post-review-header-item h3 {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

.post-review-header-item p {
    font-size: 12px;
    color: #717171;
    margin-top: 5px !important;
    margin-bottom: 0;
}

.post-review-header-item .post-review-btn {
    padding: 10px 20px;
    font-size: 14px;
    background-color: #1f12fd;
    color: #fff;
    display: inline-flex;
    border-radius: 30px;
}

.post-review-header-item .post-review-btn:hover {
    box-shadow: 0px 8px 35px 0px rgba(32, 32, 32, 0.08);
}

.post-review-content {
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
}

.post-review-content p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.post-review-item-reply {
    padding-left: 130px;
}

.post-comment-area {
    border-top: 1px solid #e1e1e1;
    padding-top: 30px;
}

.map-box {
    border: 1px solid #1f12fd;
    height: 540px;
}

.map-box iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.product-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: 30px;
}

.product-list-header-item {
    padding: 0 10px;
    margin-top: 10px;
}

.product-list-action {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -15px;
}

.product-list-action-item {
    margin-top: 15px;
}

.product-list-search .form-group {
    display: flex;
    border: 1px solid #e1e1e1;
    padding: 15px 20px;
    border-radius: 5px;
}

.product-list-search .form-group .form-control {
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    border: none;
    padding-right: 10px;
}

.product-list-search .form-group button {
    background-color: transparent;
    color: #000;
    font-size: 16px;
}

.product-list-form {
    padding-left: 10px;
    padding-right: 10px;
}

.product-list-form select {
    font-size: 16px;
    font-weight: 400;
    color: #767676;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.product-list-result p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.product-list-result p span {
    font-weight: 600;
}

.nice-select {
    padding: 15px 35px 15px 20px;
    height: auto;
    font-size: 16px;
    border: 1px solid #e1e1e1;
    line-height: 1.7;
    background: transparent;
    border-radius: 5px;
    color: #767676;
}

.nice-select.open,
.nice-select:focus {
    border: 1px solid #e1e1e1;
    color: #000;
}

.nice-select.open:after,
.nice-select:focus:after {
    transform: translateY(-50%);
}

.nice-select:hover {
    border: 1px solid #e1e1e1;
}

.nice-select:after {
    content: "\f121";
    font-family: Flaticon;
    border: 0;
    font-size: 13px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    margin-top: 0;
    height: auto;
    right: 10px;
    width: auto;
    transform-origin: center;
}

.nice-select .list {
    left: auto;
    right: 0;
    border: 0;
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nice-select .list li {
    min-height: auto;
    line-height: 30px;
    font-size: 15px;
    color: #000;
}

.nice-select .list li:hover {
    background-color: transparent;
    color: #1f12fd;
}

.nice-select .list li:hover.selected,
.nice-select .list li:hover.focus,
.nice-select .list li:hover.selected.focus {
    background-color: transparent;
    color: #1f12fd;
}

.nice-select .list li.selected,
.nice-select .list li.focus,
.nice-select .list li.selected.focus {
    background-color: transparent;
    color: #1f12fd;
}

.review-star-list {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.review-star-list li {
    margin-right: 1px;
    color: #e1e1e1;
    list-style: none;
    font-size: 16px;
    line-height: 1;
}

.review-star-list li.starred {
    color: #eebe2d;
}

.review-star-list li:last-child {
    margin-right: 0;
}

.review-star-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -5px;
}

.review-star-group .review-star-list {
    margin-top: 5px;
    margin-right: 10px;
}

.review-star-group span {
    color: #767676;
    font-size: 15px;
    margin-top: 5px;
}

.product-card {
    padding: 10px 10px 23px;
    border-radius: 10px;
    box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
    background-color: #fff;
    transition: all 0.3s linear;
    position: relative;
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-card:hover .product-card-image img {
    transform: scale(1.1);
}

.product-card:hover .product-card-details h3 a {
    color: #1f12fd;
    text-decoration: underline;
}

.product-card:hover .product-card-details .redirect-link {
    color: #1f12fd;
}

.product-card-thumb {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    margin-bottom: 23px;
    position: relative;
    background-color: #f6f6f6;
}

.product-card-thumb img {
    transition: all 0.5s ease-in-out;
}

.product-card-details {
    padding-left: 15px;
    padding-right: 15px;
}

.product-card-details h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 11px;
}

.product-card-details h3 a {
    color: #000;
}

.product-card-details .review-star-list {
    margin-bottom: 15px;
}

.product-card-details .product-price {
    margin-bottom: 15px;
}

.product-card-details .product-price:last-child {
    margin-bottom: 0;
}

.product-price {
    color: #767676;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.product-price del {
    margin-right: 10px;
    font-size: 15px;
    color: #1f12fd;
}

.product-slider-for {
    background-color: #f4f8ff;
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative;
}

.product-slider-for .item {
    padding: 20px;
}

.product-slider-nav .item {
    background-color: #f4f8ff;
    border-radius: 3px;
    padding: 15px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s linear;
}

.product-slider-nav .owl-item.synced .item {
    border: 1px solid #1f12fd;
}

.product-gallery-trigger {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: 1;
}

.product-gallery-trigger a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1f12fd;
    width: 100%;
    height: 100%;
    color: #fff;
}

.product-gallery-trigger a i {
    font-size: 20px;
}

.product-details-caption h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.product-details-caption h5 {
    font-size: 22px;
    margin-bottom: 15px;
}

.product-details-caption .review-star-group {
    margin-bottom: 15px;
}

.product-details-caption .product-price {
    margin-bottom: 15px;
}

.product-details-caption .product-details-para {
    margin-bottom: 15px;
}

.product-details-caption .product-quantity {
    margin-bottom: 18px;
}

.product-details-para p {
    font-size: 17px;
}

.product-action-info h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.cart-quantity {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    display: inline-flex;
    border-radius: 5px;
    overflow: hidden;
}

.cart-quantity button {
    background-color: transparent;
    padding: 10px 20px;
    color: #767676;
    font-size: 15px;
}

.cart-quantity input {
    padding: 5px 10px;
    border: 0;
    outline: 0;
    background-color: transparent;
    flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    text-align: center;
    color: #000;
    font-size: 17px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.product-quantity .cart-quantity {
    margin-right: 15px;
    margin-top: 10px;
}

.product-quantity .btn {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.product-tab-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 2px solid #e1e1e1;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.product-tab-list li {
    padding: 20px 0;
    margin-right: 60px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s linear;
    position: relative;
    color: #000;
    list-style: none;
}

.product-tab-list li:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 100%;
    background-color: transparent;
    left: 0;
    transition: all 0.3s linear;
}

.product-tab-list li.active:before {
    background-color: #1f12fd;
}

.product-tab-list li span {
    margin-left: 3px;
}

.product-tab-information-item {
    display: none;
}

.product-tab-information-item.active {
    display: inline-block;
    width: 100%;
    animation: fadeIn 1s;
}

.product-description {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 30px;
}

.product-description p {
    font-size: 16px;
    margin-bottom: 20px;
}

.product-description p:last-child {
    margin-bottom: 0;
}

.product-description ul {
    padding-left: 25px;
    margin-top: -5px;
    margin-bottom: 20px;
}

.product-description ul li {
    font-size: 16px;
    margin-top: 5px;
    position: relative;
    list-style: none;
    padding-left: 30px;
}

.product-description ul li:before {
    content: "\eed9";
    font-family: IcoFont;
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 20px;
    color: #1f12fd;
}

.product-description-table {
    overflow: auto;
    margin-bottom: 20px;
}

.product-description-table::-webkit-scrollbar {
    height: 7px;
}

.product-description-table::-webkit-scrollbar-thumb {
    background: #e1e1e1;
}

.product-description-table::-webkit-scrollbar-track {
    background: #efefef;
}

.product-description-table table {
    width: 100%;
}

.product-description-table table tbody {
    border: 1px solid #e1e1e1;
}

.product-description-table table tbody tr {
    transition: all 0.3s linear;
}

.product-description-table table tbody tr td {
    font-size: 15px;
    color: #767676;
    font-weight: 400;
    padding: 10px 15px;
    transition: all 0.3s linear;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.product-description-table table tbody tr td.weight-500 {
    font-weight: 500;
}

.product-description-table table tbody tr td:last-child {
    border-right: 0;
}

.product-review-box {
    max-width: 700px;
    margin: 30px auto 0;
}

.product-review-area {
    max-width: 700px;
    margin: auto;
    margin-bottom: 20px;
}

.product-review-area .sub-section-title {
    margin-bottom: 20px;
}

.product-review-area .input-group label {
    font-size: 16px;
}

.form-review {
    display: flex;
    align-items: center;
}

.form-review .rating {
    margin-right: 15px;
}

.form-review h4 {
    font-size: 15px;
    font-weight: 400;
    color: #767676;
    margin-bottom: 0;
}

.star-rating {
    flex: 0 0 125px;
    -ms-flex: 0 0 120px;
    max-width: 120px;
    width: 125px;
    font-size: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #e1e1e1;
    cursor: pointer;
}

.star-rating label:before {
    content: "\f000";
    font-family: IcoFont;
}

.star-rating label:hover,
.star-rating label:hover~label {
    color: #eebe2d;
}

.star-rating label:hover:before,
.star-rating label:hover~label:before {
    content: "\f000";
    font-family: IcoFont;
}

.star-rating input:checked~label {
    color: #eebe2d;
}

.star-rating input:checked~label:before {
    content: "\f000";
    font-family: IcoFont;
}

.divider {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #e1e1e1;
}

.divider.divider-lg {
    margin-top: 30px;
    margin-bottom: 30px;
}

.project-flat-card:hover .project-flat-text h3 a {
    color: #1f12fd;
}

.project-flat-thumb {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.project-flat-text {
    text-align: center;
}

.project-flat-text h3 {
    font-size: 22px;
    position: relative;
    padding-left: 15px;
    display: inline-block;
    line-height: 1.4;
    margin-bottom: 13px;
}

.project-flat-text h3:last-child {
    margin-bottom: 0;
}

.project-flat-text h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #1f12fd;
}

.project-flat-text h3 a {
    color: #000;
}

.search-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #1f12fd;
    top: 0;
    left: 0;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    display: none;
}

.search-overlay.search-overlay-show {
    display: flex;
    animation: fadeIn 1s;
}

.search-overlay.search-overlay-none {
    animation: fadeOut 1s;
    display: none;
}

.search-area-logo {
    text-align: center;
    margin-bottom: 50px;
}

.search-form-area {
    width: 300px;
}

.search-form-group {
    display: flex;
}

.search-form-group .form-control {
    border: 1px solid #fff;
    border-radius: 40px;
    margin-right: 15px;
    margin-bottom: 0;
    padding: 10px 15px;
    background-color: #fff;
}

.search-form-group button {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 40px;
    padding: 10px 15px;
    font-size: 15px;
    color: #1f12fd;
}

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

.scroll-top {
    position: fixed;
    bottom: 105%;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s linear;
}

.scroll-top.scrolltopactive {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.scroll-top:hover .scroll-top-inner {
    color: #fff;
}

.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-inner {
    transition: all 0.3s linear;
    color: #fff;
    background: #1f12fd;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
}

.contact-info {
    padding: 35px 90px 5px;
    border-radius: 10px;
    box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
    position: relative;
    background-color: #fff;
}

.contact-info:before {
    content: "";
    width: calc(100% + 20px);
    height: 100%;
    background-color: #fff;
    position: absolute;
    bottom: -15px;
    left: -10px;
    box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
    border-radius: 10px;
    z-index: -1;
}

.contact-info-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-info-header-icon {
    flex: 0 0 auto;
    width: 65px;
    height: 65px;
    background-color: #e7e5ff;
    border-radius: 10px;
    font-size: 35px;
    color: #1f12fd;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 18px;
}

.contact-info-header-text h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.contact-info-header-text p {
    font-size: 16px;
    margin-bottom: 0;
}

.contact-info-body p {
    font-size: 18px;
    margin-bottom: 2px;
    font-weight: 500;
}

.contact-info-body p:last-child {
    margin-bottom: 0;
}

.contact-info-body p a {
    color: #767676;
}

.contact-info-body p a:hover {
    color: #1f12fd;
}

.contact-form-box {
    padding: 40px 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
}

.contact-form-box .contact-form-item .section-title {
    margin-bottom: 30px;
}

.contact-map {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.accordion-button {
    border: 0;
    background-color: #1f12fd;
    padding: 25px 30px;
    color: #fff;
    border-radius: 0 !important;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    line-height: 1.4;
}

.accordion-button:after {
    content: "\f121";
    font-family: Flaticon;
    font-weight: 400;
    margin-right: 0;
    background-image: none;
}

.accordion-button:active,
.accordion-button:focus {
    box-shadow: none;
    outline: 0;
}

.accordion-button:not(.collapsed) {
    background-color: #1f12fd;
    color: #fff;
}

.accordion-button:not(.collapsed):after {
    content: "\f121";
    font-family: Flaticon;
    font-weight: 400;
}

.accordion-collapse {
    background-color: #F5F5F5;
    border: 0;
    border-radius: 0 !important;
}

.accordion-body {
    padding: 25px 30px;
    color: #767676;
}

.accordion-item {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.team-card {
    padding: 10px 10px 23px;
    border-radius: 10px;
    box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
    background-color: #fff;
    transition: all 0.3s linear;
    position: relative;
}

.team-card:hover {
    transform: translateY(-10px);
}

.team-card:hover .team-card-thumb img {
    transform: scale(1.05);
}

.team-card:hover .team-card-content h3 a {
    color: #1f12fd;
}

.team-card:hover .team-social-list li {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
}

.team-card-thumb {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    position: relative;
    margin-bottom: 23px;
}

.team-card-thumb img {
    transition: all 0.3s linear;
}

.team-card-content {
    padding-left: 15px;
    padding-right: 15px;
}

.team-card-content h3 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.team-card-content h3 a {
    color: #000;
}

.team-card-content h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #646363;
}

.team-card-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.team-card-content p:last-child {
    margin-bottom: 0;
}

.team-social-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 20px;
}

.team-social-list li {
    list-style: none;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateX(30px);
    transition: all 0.3s ease-out;
}

.team-social-list li:nth-child(1) {
    transition-delay: 0.1s;
}

.team-social-list li:nth-child(2) {
    transition-delay: 0.2s;
}

.team-social-list li:nth-child(3) {
    transition-delay: 0.3s;
}

.team-social-list li:last-child {
    margin-bottom: 0;
}

.team-social-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #1f12fd;
    color: #fff;
    font-size: 14px;
}

.job-card {
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
    background-color: #fff;
    transition: all 0.3s linear;
    position: relative;
}

.job-card:hover {
    transform: translateY(-10px);
}

.job-card .btn {
    width: 100%;
    padding: 10px 20px;
    background-color: #1f12fd;
    color: #fff;
}

.job-card .btn:before,
.job-card .btn:after {
    content: none;
}

.job-card .btn:hover {
    color: #fff;
}

.job-card-title h3 {
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.job-card-title h4 {
    font-size: 18px;
    color: #767676;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.job-card-title p {
    font-size: 17px;
    color: #767676;
    margin-bottom: 12px;
    font-weight: 500;
}

.job-card-brief p {
    font-size: 16px;
}

.related-product-carousel .owl-stage-outer {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: -40px;
    margin-bottom: -40px;
}

.cart-table {
    overflow: auto;
}

.cart-table::-webkit-scrollbar {
    height: 7px;
}

.cart-table::-webkit-scrollbar-thumb {
    background: #a2a2a2;
}

.cart-table::-webkit-scrollbar-track {
    background: #e2e2e2;
}

.cart-table table {
    width: 100%;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
}

.cart-table table thead tr {
    background: #1f12fd;
}

.cart-table table thead tr th {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    padding: 20px;
    white-space: nowrap;
    color: #fff;
}

.cart-table table tbody tr {
    border-bottom: 1px solid #ededed;
}

.cart-table table tbody tr td {
    font-size: 15px;
    color: #767676;
    font-weight: 400;
    padding: 10px 20px;
    transition: all 0.3s linear;
    white-space: nowrap;
}

.cart-table table tbody tr td.weight-500 {
    font-weight: 500;
}

.cart-table table tbody tr td .main-btn {
    padding: 10px 15px;
    box-shadow: none;
    font-size: 14px;
}

.cart-table table tbody tr td .cart-quantity button {
    padding: 5px 15px;
}

.cart-table table tbody tr td .cart-quantity input {
    padding: 5px 15px;
    transition: all 0.3s linear;
}

.cart-table table tbody tr td.cancel a {
    border: 1px solid #e1e1e1;
    padding: 10px;
    font-size: 10px;
    transition: all 0.3s linear;
    border-radius: 3px;
}

.cart-table table tbody tr td.cancel a:hover {
    background-color: #1f12fd;
    color: #fff;
    border-color: #1f12fd;
}

.product-table-info {
    display: flex;
    align-items: center;
}

.product-table-info span {
    font-size: 16px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    color: #000;
}

.product-table-thumb {
    flex: 0 0 55px;
    -ms-flex: 0 0 55px;
    max-width: 55px;
    width: 55px;
    margin-right: 10px;
}

.product-table-thumb img {
    width: 100%;
}

.cart-info-item {
    margin-bottom: 30px;
}

.cart-coupon form {
    height: 100%;
}

.cart-coupon form .form-group {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    border: 0;
    background-color: #efefef;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.cart-coupon form .form-group .form-control {
    padding: 15px 20px;
    height: 100%;
    border: 0;
    background-color: transparent;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
    width: 100%;
}

.cart-coupon form .form-group .main-btn {
    padding: 15px 20px;
    border-radius: 0;
    border: 0;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: #1f12fd;
}

.cart-coupon form .form-group .main-btn:hover {
    color: #fff;
}

.cart-details {
    padding: 30px;
    border-radius: 10px;
}

.cart-details .btn {
    width: 100%;
    margin-top: 15px;
}

.cart-details-title {
    font-size: 20px;
}

.cart-total-box {
    margin-top: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.cart-total-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 15px;
}

.cart-total-item:last-child {
    border-bottom: 0;
}

.cart-total-item h4 {
    font-size: 16px;
    color: #767676;
    margin-right: 10px;
    margin-bottom: 0;
}

.cart-total-item p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.cart-section-contents {
    display: block;
}

.cart-section-contents.cart-section-contents-hide {
    display: none;
}

.cart-section-empty {
    display: none;
}

.cart-section-empty.cart-section-empty-active {
    display: block;
}

.cart-empty-content {
    text-align: center;
    margin-bottom: 30px;
}

.cart-empty-image {
    margin-bottom: 25px;
}

.cart-empty-text h3 {
    font-size: 40px;
    margin-bottom: 15px;
}

.cart-empty-text h3 span {
    color: #1f12fd;
    font-weight: bold;
}

.cart-empty-text p {
    font-size: 17px;
    margin-bottom: 25px;
}

.checkout-details .cart-total-box {
    margin-top: 0;
}

.checkout-details .cart-total-item {
    padding: 15px 20px;
}

.checkout-details .cart-total-item h4,
.checkout-details .cart-total-item p {
    font-size: 15px;
}

.checkout-details .cart-total-item:last-child {
    border-bottom: 0;
}

.checkout-details .cart-total-item .checkout-total-title {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.checkout-payment-area {
    padding: 30px;
    box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
    border-radius: 10px;
}

.checkout-payment-area .sub-section-title {
    margin-bottom: 20px;
}

.checkout-payment-form p {
    font-size: 17px;
    margin-bottom: 20px;
}

.account-sidebar {
    padding: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.account-sidebar-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.account-sidebar-list li {
    list-style: none;
    margin-bottom: 10px;
}

.account-sidebar-list li:last-child {
    margin-bottom: 0;
}

.account-sidebar-list li a {
    background-color: #f4f8ff;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 10px 20px;
    display: block;
    transition: all 0.3s linear;
    border-radius: 3px;
}

.account-sidebar-list li a:hover {
    color: #fff;
    background: #1f12fd;
}

.account-sidebar-list li.active a {
    color: #fff;
    background: #1f12fd;
}

.account-info {
    padding: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.account-info .cart-table {
    width: 100%;
    margin-bottom: 0;
}

.account-info .cart-table table thead tr th {
    font-size: 16px;
}

.account-info .cart-table table tbody tr td {
    font-size: 16px;
}

.account-info .product-table-thumb {
    flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    max-width: 80px;
}

.account-info .product-table-info span {
    font-size: 17px;
}

.account-avatar-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -10px;
}

.account-avatar-thumb {
    flex: 0 0 auto;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 25px;
    margin-top: 10px;
}

.account-avatar-thumb img {
    width: 100%;
    height: 100%;
}

.account-avatar-action {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.account-avatar-action li {
    margin-right: 10px;
    list-style: none;
}

.account-avatar-action li:last-child {
    margin-right: 0;
}

.account-avatar-action li .main-btn {
    padding: 10px 25px;
    font-size: 15px;
}

.account-setting-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: -10px;
}

.account-setting-button .btn {
    margin-left: 10px;
    margin-top: 10px;
}

.account-setting-button .btn:first-child {
    margin-left: 0;
}

.my-order {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-bottom: 30px;
}

.my-order .sub-section-title {
    margin-top: 20px;
    margin-bottom: 0;
}

.my-order .sub-section-title-heading {
    margin-bottom: 0;
}

.my-order .product-list-action {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
}

.my-order .product-list-action .product-list-form {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.billing-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: -10px;
}

.billing-title h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    margin-top: 10px;
}

.billing-title p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
    border-bottom: 1px solid #1f12fd;
    cursor: pointer;
    transition: all 0.3s linear;
}

.billing-title p:hover {
    color: #1f12fd;
    border-bottom-color: #1f12fd;
}

.billing-address {
    padding: 20px;
    border: 1px solid #e1e1e1;
}

.billing-address.none {
    display: none;
}

.billing-address address {
    font-size: 15px;
    margin: 0;
    color: #767676;
}

.billing-address-info {
    font-size: 16px;
    font-weight: 400;
    display: none;
}

.billing-address-input {
    display: none;
}

.billing-address-input.active {
    display: block;
}

.authentication-item {
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
}

.authentication-item h3 {
    font-size: 25px;
    margin-bottom: 25px;
}

.authentication-item .form-desc {
    font-size: 16px;
    color: #767676;
}

.authentication-account-access {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -10px;
}

.authentication-account-access-item {
    margin-top: 10px;
}

.authentication-link a {
    color: #1f12fd;
    border-bottom: 1px solid #1f12fd;
    font-size: 14px;
    font-weight: 400;
}

.error-page-content {
    text-align: center;
}

.error-page-content img {
    margin-bottom: 50px;
}

.error-page-content h2 {
    font-size: 35px;
    margin-bottom: 17px;
}

.error-page-content h2:first-child {
    margin-top: 0;
}

.error-page-content h2:last-child {
    margin-bottom: 0;
}

.error-page-content p {
    font-size: 16px;
    margin-bottom: 23px;
}

.error-page-content p:first-child {
    margin-top: 0;
}

.error-page-content p:last-child {
    margin-bottom: 0;
}

.error-page-content .main-btn {
    margin-bottom: 20px;
}

.error-page-content .main-btn:last-child {
    margin-bottom: 0;
}

.coming-soon-section .coming-soon-content {
    overflow: hidden;
    text-align: center;
    padding: 40px 60px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.coming-soon-section .coming-soon-content .logo {
    display: inline-block;
}

.coming-soon-section .coming-soon-content #timer {
    margin-top: 40px;
}

.coming-soon-section .coming-soon-content #timer div {
    color: #fff;
    font-size: 80px;
    font-weight: 800;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 100px;
    position: relative;
}

.coming-soon-section .coming-soon-content #timer div::before {
    content: ":";
    position: absolute;
    top: 10px;
    right: -60px;
    color: #fff;
    font-size: 70px;
}

.coming-soon-section .coming-soon-content #timer div span {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-top: -10px;
}

.coming-soon-section .coming-soon-content #timer div:last-child {
    margin-right: 0;
}

.coming-soon-section .coming-soon-content #timer div:last-child::before {
    display: none;
}

.coming-soon-section {
    height: 100vh;
    overflow: auto;
    position: relative;
    padding: 30px;
}

.coming-soon-section .container {
    height: 100%;
    position: relative;
}

.coming-soon-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.new-counter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.new-counter p {
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 80px;
    font-weight: 600;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.new-counter p:before {
    content: ":";
    position: absolute;
    right: 0;
    top: 10px;
    color: #fff;
    font-size: 70px;
}

.new-counter p span {
    font-size: 40px;
    font-weight: 400;
}

.new-counter p:last-child:before {
    content: none;
}

.coming-soon-details {
    max-width: 735px;
    padding-top: 45px;
    position: relative;
    margin-top: 50px;
}

.coming-soon-details:before {
    content: "";
    width: 150px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.coming-soon-details h2 {
    font-size: 60px;
    margin-bottom: 20px;
    color: #fff;
}

.coming-soon-details .form-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.coming-soon-details .form-group .form-control {
    margin-right: 15px;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
}

.coming-soon-details p {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #fff;
}

.coming-soon-details #validator-newsletter {
    margin-top: 5px;
    color: #fff;
    font-size: 13px;
}

/*# sourceMappingURL=style.css.map */


.cursor {
    font-weight: bold;
    font-size: 24px;
    color: orange;
    animation: blink 0.7s infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.padding-70-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.position-relative {
    position: relative !important;
}

.mt-n8 {
    margin-top: -3rem !important;
}



.shape-top {
    left: 0;
    right: 0;
    top: 0
}

.shape-top>* {
    transform-origin: bottom center
}

.shape-end {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.shape-end>* {
    bottom: inherit;
    position: inherit;
    right: inherit;
    top: inherit;
    transform-origin: center left
}

.shape-bottom {
    bottom: 0;
    left: 0;
    right: 0
}

.shape-bottom>* {
    transform-origin: top center
}

.shape-bottom-100 {
    bottom: 100%;
    left: 0;
    right: 0
}

.shape-bottom-100>* {
    transform-origin: top center
}

.shape-start {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.shape-start>* {
    bottom: inherit;
    left: inherit;
    position: inherit;
    top: inherit;
    transform-origin: center right
}

.shape-fluid-x>* {
    height: auto;
    width: 100%
}

.shape-fluid-y>* {
    height: 100%;
    width: auto
}

.text-gray-200 {
    --bs-text-opacity: 1;
    color: #f4f8ff !important
}

.border-gray-300 {
    --bs-border-opacity: 1;
    border-color: rgba(217, 226, 239, var(--bs-border-opacity)) !important
}

.shadow-light-lg {
    box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .05) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    --bs-light-rgb: 249, 251, 253;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.display-4 {
    line-height: 1.2
}

@media(max-width:991.98px) {
    .display-4 {
        font-size: 2rem
    }

    .lead {
        font-size: 1.1875rem
    }
}

.border-primary {
    --bs-border-opacity: 1;
    border: none;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.card-border:after {
    border-bottom: calc(var(--bs-card-border-radius) - var(--bs-border-width)*2) solid transparent;
    border-top-color: inherit;
    border-top-left-radius: var(--bs-card-border-radius);
    border-top-right-radius: var(--bs-card-border-radius);
    border-top-style: solid;
    border-top-width: calc(var(--bs-border-width)*2);
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.card-border-lg:after {
    border-bottom-width: calc(var(--bs-card-border-radius) - var(--bs-border-width)*3);
    border-top-width: calc(var(--bs-border-width)*3)
}

.card-border-xl:after {
    border-bottom-width: calc(var(--bs-card-border-radius) - var(--bs-border-width)*3);
    border-top-width: calc(var(--bs-border-width)*4)
}

hr {
    border: 0;
    border-top: var(--bs-border-width) solid;
    color: var(--bs-border-color);
    margin: 1rem 0;
    opacity: 1
}

.my-md-8 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    justify-content: center;

    .breadcrumb-item {
        font-size: 16px;
        font-weight: 500;
        padding-left: 0;
        padding-right: .5rem;
        color: #fff;

        a {
            color: #fff;
            transition: all 0.3s linear;

            &:hover {
                color: #fff;
            }
        }

        &.active {
            color: #fff;
        }

        &+.breadcrumb-item {
            &:before {
                color: #fff;
                font-size: 10px;
                content: "\f130";
                font-family: Flaticon;
                padding-top: 4px;
            }
        }

        &:last-child {
            padding-right: 0;
        }
    }
}

.forum-details img {
    margin-bottom: 30px;
    border-radius: 10px;
}

.forum-details h1 {
    font-size: 35px;
    margin-bottom: 20px;
}

.forum-details h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.forum-details h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.forum-details h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.forum-details h5 {
    font-size: 18px;
    margin-bottom: 20px;
}

.forum-details h6 {
    font-size: 16px;
    margin-bottom: 20px;
}

.forum-details p {
    margin-bottom: 20px;
}

.forum-details p:last-child {
    margin-bottom: 0;
}

.forum-details a {
    color: #1f12fd;
}

.forum-details a:hover {
    color: #1f12fd;
}

.forum-details ul {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: -10px;
}

.forum-details ul:last-child {
    margin-bottom: 0;
}

.forum-details ul li {
    position: relative;
    font-size: 17px;
    margin-top: 10px;
    color: #000;
    list-style: none;
    padding-left: 30px;
    flex: 0 0 auto;
    width: 50%;
    padding-right: 10px;
}

.forum-details ul li:before {
    content: "\eed9";
    font-family: IcoFont;
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 20px;
    color: #1f12fd;
}

.forum-details ol {
    padding-left: 20px;
    padding-right: 0;
    margin-top: -10px;
    margin-bottom: 20px;
}

.forum-details ol:last-child {
    margin-bottom: 0;
}

.forum-details ol li {
    font-size: 17px;
    color: #767676;
    margin-top: 10px;
    list-style: disc;
}

.forum-details ol li:last-child {
    margin-bottom: 0;
}

.forum-details blockquote {
    margin-bottom: 25px;
    border-radius: 10px;
    border-left: 5px solid #1f12fd;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    box-shadow: 0px 7px 40px 0px rgba(32, 32, 32, 0.05);
    padding: 30px;
}

.forum-details blockquote:last-child {
    margin-bottom: 0;
}

.forum-details blockquote p {
    font-size: 18px;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 500;
}

.forum-details blockquote span {
    font-size: 17px;
    color: #000;
}

.forum-details .blog-entry-list {
    margin-top: -10px;
    margin-bottom: 15px;
}

.forum-details .blog-entry-list li {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

.forum-details .blog-entry-list li:before {
    content: none;
}

.forum-details .forum-table {
    overflow: auto;
    margin-bottom: 23px;
}

.forum-details .forum-table::-webkit-scrollbar {
    height: 5px;
}

.forum-details .forum-table::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.forum-details .forum-table::-webkit-scrollbar-thumb {
    background: rgb(220, 220, 220);
}

.forum-details .forum-table:last-child {
    margin-bottom: 0;
}

.forum-details .forum-table table {
    width: 100%;
}

.forum-details .forum-table thead tr {
    background: #1f12fd;
}

.forum-details .forum-table thead th {
    font-size: 15px;
    font-weight: 500;
    padding: 20px;
    white-space: nowrap;
    color: #fff;
}

.forum-details .forum-table tbody tr {
    border-bottom: 1px solid rgba(209, 200, 212, 0.5);
}

.forum-details .forum-table tbody tr:last-child {
    border-bottom: 0;
}

.forum-details .forum-table tbody td {
    font-size: 15px;
    color: #767676;
    font-weight: 400;
    padding: 10px 20px;
    transition: all 0.3s linear;
    white-space: nowrap;
}
.authentication-section{
    background: white;
}