/*** 

====================================================================
  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 'dzsparallaxer.css';*/

@import 'owl.carousel.min.css';

/*@import 'magnific-popup.css';*/


/*@import 'animated-headline.css';*/


/*@import 'font-awesome.min.css';*/


/*
@import 'font-icons.css';
@import 'cryptocoins.css';
@import 'themify-icons.css';
*/


/*** 

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

***/

* {
    margin: 0;
    padding: 0
}

body {
    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)
}

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

a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    outline: 0
}

li {
    list-style: none
}

p {
    line-height: 1.9;
    color: rgba(255, 255, 255, .5);
    font-size: 15px
}

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

ul {
    margin: 0;
    padding: 0
}

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

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

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

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

.header-area.sticky .light.classy-nav-container a,
.header-area.sticky .light.classy-nav-container a .logo-text small {
    color: #fff
}

.header-area.sticky .classynav ul li .dropdown li a {
    color: #004595 !important;
}

.header-area .light.classy-nav-container a img {
    float: left;
    overflow: hidden;
    width: 72px
}

.header-area .light.classy-nav-container a .logo-text {
    margin-left: 15px;
    line-height: 24px;
    padding: 12px 0 8px;
    float: left;
    overflow: hidden
}

.header-area .light.classy-nav-container a .logo-text small {
    font-size: 12px;
    color: #00aad9;
}

#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, .5);
    -webkit-animation: dreamrotate 2.4s linear infinite;
    animation: dreamrotate 2.4s 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, .5);
    -webkit-animation: dreamrotate 2.7s linear infinite;
    animation: dreamrotate 2.7s 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, .5);
    -webkit-animation: dreamrotate 1.8s linear infinite;
    animation: dreamrotate 1.8s linear infinite
}

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

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

@-webkit-keyframes dreamblipper {
    0% {
        opacity: 0
    }
    35% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes dreamblipper {
    0% {
        opacity: 0
    }
    35% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.mb-10 {
    margin-bottom: 10px
}

.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
}

.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
}

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

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

@media (max-width:480px) {
    .welcome_area.ico {
        height: 100vh !important
    }
}

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

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

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

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

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

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

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

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

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

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

.relative {
    position: relative
}

.box-shadow {
    -webkit-box-shadow: 0 10px 27px 0 rgba(154, 161, 171, .18);
    box-shadow: 0 10px 27px 0 rgba(154, 161, 171, .18);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .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 span {
    color: #00aad9;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block
}

.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
}

.map-bg {
    background: #edf6fd
}

.map-before:before {
    position: absolute;
    right: 0;
    display: block;
    content: "";
    top: 00%;
    width: 100%;
    height: 100%;
    background: url(../img/core-img/map.png) no-repeat top;
    background-size: cover
}

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

.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, .95);
    background: -webkit-linear-gradient(to right, rgba(72, 52, 212, .95), rgba(52, 31, 151, .95));
    background: -webkit-linear-gradient(left, rgba(72, 52, 212, .95), rgba(52, 31, 151, .95));
    background: linear-gradient(to right, rgba(72, 52, 212, .95), rgba(52, 31, 151, .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
}

.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: #0a4896;
    height: 35px;
    border: 1px solid #fff;
    letter-spacing: 1px;
    margin-left: 15px
}

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

.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;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 3ox 20px rgba(0, 0, 0, .1);
    border-radius: 100px;
    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 .5s;
    transition: all .5s
}

.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: #0a4896;
    border-radius: 5px;
}

.dream-btn:hover {
    background-position: right center;
    color: #fff
}

.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/svg/diamond-shape.html) 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
    }
}

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

.dark.classy-nav-container .has-down .dd-arrow::after,
.dark.classy-nav-container .has-down .dd-arrow::before {
    background-color: #0a4896;
}

.header-area.sticky .dark.classy-nav-container .has-down .dd-arrow::after,
.header-area.sticky .dark.classy-nav-container .has-down .dd-arrow::before {
    background-color: #fff;
}

.header-area.sticky .dark .classynav ul li.megamenu-item>a:after {
    color: #fff;
}

.header-area.sticky {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #004595;
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    border-bottom: none;
}

.header-area {
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    background: #fff;
}

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

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

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

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

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

.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.demo {
    background: url(../img/bg-img/demo-bg.html) no-repeat bottom center;
    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%;
    mix-blend-mode: multiply;
    background-color: #0c57c5;
    z-index: 0;
    opacity: 0;
}

@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
    }
}

@media (max-width:767px) {
    .welcome-content h1 {
        font-size: 30px !important
    }
}

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

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

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

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

@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
    }
}

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

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

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

.welcome-content .dream-btn.green-btn {
    background: #00aad9;
    border-radius: 5px;
}

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

.special-head {
    color: #00aad9 !important;
    padding-left: 40px;
    font-size: 18px;
    position: relative
}

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

.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
}

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

.hex-pat-2 {
    position: relative
}

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

@media (max-width:992px) {
    .mt-md-30 {
        margin-top: 30px
    }
    .mb-md-30 {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .mt-sm-30 {
        margin-top: 30px
    }
    .mt-sm-0 {
        margin-top: 0
    }
    .mb-sm-30 {
        margin-bottom: 30px
    }
    .welcome-content {
        padding-right: 15px
    }
    .welcome-small-wrapper {
        position: absolute;
        width: 38%
    }
    .welcome-content-small {
        position: absolute;
        top: -30px
    }
    .about-sec-wrapper .article {
        width: 65% !important
    }
}

@media (max-width:480px) {
    .welcome-content {
        vertical-align: middle;
        margin-top: 100px !important
    }
    .welcome-small-wrapper {
        display: none
    }
}

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

.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 p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px
}

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

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

.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
}

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

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

.bold {
    font-weight: 600 !important
}

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

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

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

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

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

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

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

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

.article p {
    color: #888
}

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

.width-50 {
    width: 50% !important
}

.intro {
    margin-bottom: 70px
}

.article.special {
    background: #004595;
    border: none;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 15px;
}


/* circle
.intro .article.special {
    background: #00459500;
    border: none;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 50%;
    padding: 8px;
    width: 255px;
    height: 255px;
}
*/

.intro .article.special {
    background: #00459500;
    border: none;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 0;
    padding: 8px;
    width: 255px;
    height: 175px;
    box-shadow: none;
}

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

.article.special p {
    color: #fff
}

.article.special img {
    width: 88px;
}

.intro .article.special img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


/* circle
.intro .article.special h3 {
    margin-top: 40%;
    line-height: 25px;
    position: relative;
    z-index: 1;
}
*/

.intro .article.special h3 {
    margin-top: 15%;
    line-height: 25px;
    position: relative;
    z-index: 1;
    color: #0a4896;
}

.intro .article.special span {
    bottom: -8px;
    font-size: 32px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    color: #fff;
}

.intro .article.special h3.one-line {
    margin-top: 20%;
}

.intro .article.special h3.one-line+span {
    bottom: -21px;
}

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

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

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

.about-sec-wrapper {
    position: relative;
    text-align: right
}

.about-sec-wrapper .about-i {
    max-width: 90%
}

.about-sec-wrapper .article {
    background: rgb(0 69 149);
    position: absolute;
    width: 45%;
    height: max-content;
    bottom: 50px;
    top: inherit;
    left: -50px;
    margin-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.creative-facts {
    background: url(../img/bg-img/bg-cnt.jpg) no-repeat 4% center;
    background-size: cover;
    background-attachment: fixed;
}

.c-facts-box {
    background: #fff;
    padding: 50px 30px 20px;
    box-shadow: -3px 5px 50px rgba(0, 0, 0, .29);
    border-radius: 5px;
}

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

.service_single_content.v2 .serv_icon {
    background: #004595;
    position: relative;
    margin: 0 auto;
    margin-top: 0px;
    top: -38px;
    max-width: 82px !important;
    height: 82px;
    line-height: 40px;
    border-radius: 50%;
    padding: 12px
}

.service_single_content.v2 .serv_icon:before {
    content: '';
    border: 2px dashed #004595;
    position: absolute;
    left: -10%;
    border-radius: 50%;
    top: -10%;
    width: 120%;
    height: 120%
}

.service-content {
    padding: 30px 20px;
    min-height: 268px
}

.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, #7450fe 100%);
    max-width: 140px;
    border-radius: 50%;
    transition: all .3s ease-in-out
}

.how_icon {
    margin-bottom: 30px
}

.how_icon img {
    width: 100px;
}

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

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

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

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

.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
}

.section_5-content {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 200px
}

@media (max-width:992px) {
    .section_5-content {
        position: relative
    }
    .section_5-content {
        padding-top: 0;
        padding-bottom: 0
    }
}

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

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

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

.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
}

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

.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
}

.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: #fff;
    opacity: .8
}

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

.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: .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, .2)
}

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

.button i {
    margin-right: 10px
}

.post-title h4 {
    font-size: 19px;
    color: #13287e !important;
    text-transform: uppercase
}

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

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

.post-meta p a:last-child {
    margin-right: 0
}

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

.footer-bg {
    background: url(../img/bg-img/footer-bg.png) center -15em;
    background-size: cover;
}

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

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

.footer-content-area.spec {
    background: 0 0 !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
}

.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: #004595
}

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

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

.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
}

.download {
    position: relative;
    background-image: url(../img/svg/download-bg2.svg), url(../img/svg/download-bg3.svg), radial-gradient(695.86px at 60.13% 22.68%, #8cb7ff 0, #6099fa 100%);
    background-size: 894px 645px, 1005px 663px, 100%;
    box-shadow: rgba(6, 28, 66, .1) 0 20px 40px;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: calc(50% - 370px) 50%, calc(50% - 455px) 50%, center center
}

@media (max-width:992px) {
    .download {
        margin-top: 0;
        background-image: url(../img/svg/download-bg2.svg), radial-gradient(695.86px at 60.13% 22.68%, #8cb7ff 0, #6099fa 100%);
        background-size: 100%, 100%;
        padding: 100px 0;
        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
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(.5, .5, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1)
    }
}

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

.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
}

@-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)
    }
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .welcome_area.ico {
        height: 1200px !important
    }
}

@-webkit-keyframes fly-cycle {
    100% {
        background-position: -3600px 0
    }
}

@keyframes fly-cycle {
    100% {
        background-position: -3600px 0
    }
}

body.light-version {
    background: #fff !important
}

.light-version p {
    color: #333
}

.light-version .copywrite_text>p>a,
.light-version .post-meta p a,
.light-version .service_single_content .service_icon i,
.light-version h2,
.light-version h3,
.light-version h4,
.light-version h5,
.light-version h6 {
    color: #222
}

.contact_info_area .contact_info h5,
.light-version .welcome-content h2 {
    color: #fff
}

.light-version .our_services_area {
    padding-bottom: 70px
}

.light-version .service_single_content.one {
    padding: 38px 20px;
}

.light-version .service_single_content {
    border-radius: 10px;
    background-color: #fff;
    /* background-image: url(../img/core-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: 30px 20px;
    margin-bottom: 0px !important;
    height: 130px;
}

.light-version .models .service_single_content {
    background-color: #004595;
    background-image: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.light-version .models .service_single_content:hover {
    cursor: pointer;
    border-bottom: 2px solid #00aad9;
    box-shadow: 0 0 10px #ccc;
}

.light-version .models .service_single_content.one .how_icon:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    border: 1px dashed #fff;
    left: 41.5%;
    border-radius: 50%;
    top: 30px;
    z-index: 31;
    transform: rotate( 360deg);
    transition: all 10s linear;
}

.light-version .models .service_single_content .how_icon:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    border: 1px dashed #fff;
    left: 41.5%;
    border-radius: 50%;
    top: 20px;
    z-index: 31;
    transform: rotate( 360deg);
    transition: all 10s linear;
}

.service_single_content.v2 {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.light-version .service_single_content p {
    margin-bottom: 0;
    line-height: 24px
}

.bl-text {
    color: #354168 !important
}

.g-text {
    color: #d4d7e1 !important
}

.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
    }
    .hero-section img {
        max-width: 120%;
        margin-top: 60px
    }
}

.demo-item:hover {
    -webkit-box-shadow: 0 1px 28px rgba(0, 161, 255, .66);
    box-shadow: 0 1px 28px rgba(0, 161, 255, .66);
    transform: translate(0, -9px);
    -webkit-transform: translate(0, -9px)
}

.breakpoint-off .classynav ul li .dropdown {
    width: 260px
}

.breakpoint-off .classynav ul li .dropdown a {
    font-size: 13px
}

.classy-navbar .nav-brand {
    margin-right: 0
}

.service_single_content.v2:hover .serv_icon:before {
    transform: rotate(360deg);
    transition: all 10s linear
}

.service_img img {
    height: 180px;
    object-fit: cover;
    object-position: center
}


/*
.creative-facts .dream-btn {
    display: block
}
*/

.how.map-bg .col-lg-2 {
    max-width: 20%;
    flex: 0 0 20%
}

.how.map-bg .col-lg-2 .service_single_content {
    padding: 40px 16px
}

.how.map-bg .col-lg-2 h6,
.how_icon {
    text-align: center;
    font-size: 16px
}

.about-us-area .foot-c-info {
    line-height: 27px
}

.section.footer-bottom {
    color: #fff;
    background-color: #004595;
    padding: 10px 0 20px 0
}

.section.footer-bottom p {
    margin-bottom: 0;
    color: #fff
}

.dark .classynav ul li.megamenu-item>a:after {
    color: #0a4896;
    display: inline-block;
}

.dark .classynav ul li.megamenu-item ul li a {
    border-bottom: 1px solid rgba(242, 244, 248, .1);
}

.dark .classynav ul li h3 {
    color: #00aad9;
    font-size: 22px;
}

.dark .classynav ul li .dropdown,
.dark .classynav ul li .megamenu {
    background-color: #fff;
}

.dark .classynav ul li.has-megamenu:hover a::after {
    -webkit-transform: translateX(5px) rotate(-180deg);
    transform: translateX(5px) rotate(-180deg);
}

.service_single_content.v2:hover .serv_icon:before {
    transform: rotate(360deg);
    transition: all 10s linear;
}

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

.why-us {
    padding: 80px 0px;
    background: url(../img/bg-img/bread-bg.png) no-repeat center center;
    background-size: cover;
}

#accre .single-testimonial {
    padding: 0px;
    overflow: hidden;
}

.breakpoint-off .classynav ul li:hover .dropdown {
    box-shadow: 0 0 15px #0000003d;
}

.classynav ul li ul li {
    border-bottom: 1px solid #e4dfdf;
}

.carousel-control-next,
.carousel-control-prev {
    width: 9%;
}

.b-blue {
    font-weight: 700;
    color: #00aad9 !important;
}

@media all and (min-width:992px) {
    .classy-navbar {
        padding-top: 0;
        padding-bottom: 0
    }
    .classy-navbar .has-megamenu {
        position: static !important
    }
    .classynav ul li .dropdown.megamenu {
        top: 72px !important;
        left: 12%;
        right: 12%;
        width: 76%;
        padding: 20px;
        box-shadow: 0 0 15px #0000003d;
    }
}

@media (min-width: 1200px) {
    .mts-50 {
        margin-top: 50px;
    }
}

.breadcrumb {
    padding: 80px 0 50px;
    margin-bottom: 0;
    background: url(../img/banners/bg-bread.jpg);
    background-position: center center;
    background-size: cover;
}

.bd-list li {
    display: inline;
    font-size: 14px;
}

.form-control {
    font-size: 14px !important;
    height: 50px;
}


/*aboutpage*/

.light-version .faq-timeline-area {
    background: url(./img/team/bread-bg.png) no-repeat center center;
    background-size: cover;
}

.how_icon img {
    width: 40px;
}

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

.padd1sec {
    padding: 60px 0px 60px !important;
}

.teamimg {
    width: 200px;
    height: auto;
    border-radius: 50%;
    box-shadow: 0px 0px 21px 1px #eee;
    margin: unset;
    align-content: center;
}

.abmt {
    margin-top: 80px;
}

.teamcenter {
    text-align: center;
}

.teamcontent {
    width: 100%;
    padding: 15px 15px;
    background: #0a4896;
    text-align: center;
    margin-top: -9px;
    position: relative;
    display: inline-block;
    z-index: 10;
    -webkit-box-shadow: 0 9px 68px 0 rgb(62 57 107 / 20%);
    box-shadow: 0 9px 68px 0 rgb(62 57 107 / 20%);
    border-radius: 10px;
}

.teamcontent .post-title h4 {
    font-size: 19px;
    color: #fff !important;
    text-transform: capitalize;
}

.teamcontent p {
    margin-top: -18px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff;
}

.modal-dialog {
    max-width: 700px;
    margin: 6.75rem auto;
}

.teammode .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 0px solid #e9ecef;
    background-color: #0a4896;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.teammode .modal-title {
    margin-bottom: 0;
    color: #fff !important;
    line-height: 1.5;
}

.teammode .close {
    top: 0;
    /* float: right; */
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    border-left: 1px solid #ffffff42 !important;
    opacity: 1;
    color: #fff;
    background-color: #004595;
    right: 0;
    padding: 1px;
    text-shadow: 0 0px 0 #fff;
}

.teammode .testimonial_image>img {
    border-radius: 50%;
    border: 1px solid #eee;
    box-shadow: 0px 0px 7px 0px #eee;
}

.vsion .c-facts-box {
    background: #fffffff7;
    padding: 20px 30px 20px;
    box-shadow: -3px 5px 50px rgb(0 0 0 / 29%);
    border-radius: 5px;
}

.svsection .service-content {
    padding: 20px 20px;
    min-height: auto;
}

.advantage {
    border: 1px solid #eee;
    padding: 48px 20px 0px 21px;
    box-shadow: 0 0 20px #eee;
    margin: 125px auto 50px auto;
    border-top: 4px solid #13287e !important;
    background: #fff;
}

.animalsecp {
    background-color: #004595;
    color: #fff !important;
    font-size: 20px !important;
    padding: 5px 20px;
    border-radius: 5px;
    display: inline-block;
}

.animp p {
    border-left: 2px solid #004595;
    padding-left: 15px;
}

.indst.service_single_content h6 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #222;
}

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

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

.industry .section-heading>p {
    max-width: 88%;
}

#animall_use {
    background: #f4f9fe
}

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

.light-version .models .industry .service_single_content {
    margin-bottom: 30px !important;
}

.light-version .models .industry .service_single_content .how_icon {
    margin-bottom: 0px;
}

.light-version .models .industry .service_single_content .how_icon img {
    width: 60px;
}

.light-version .models .industry .service_single_content .how_icon:after {
    display: none;
}

.lab-img img {
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}