@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

@-webkit-keyframes sticky {
    0% {
        top: -200px
    }

    to {
        top: 0
    }
}

@keyframes sticky {
    0% {
        top: -200px
    }

    to {
        top: 0
    }
}

@-webkit-keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    to {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    to {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@-webkit-keyframes hvr-buzz-out {
    10%,30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20%,40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50%,70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60%,80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    to {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes hvr-buzz-out {
    10%,30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20%,40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50%,70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60%,80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    to {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@-webkit-keyframes ripple {
    0%,35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }

    to {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes ripple {
    0%,35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }

    to {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@-webkit-keyframes ripple-white {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: .2;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

@keyframes ripple-white {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: .2;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@font-face {
    font-family: Elephant;
    src: url(../fonts/Elephant.ttf)
}

body,html {
    overflow-x: hidden
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.text-uppercase {
    text-transform: uppercase
}

.slick-slide img,article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    color: #5d5d5d;
    font-size: 16px;
    line-height: 1.6
}

*,.faq-area .faq-right .accordion-wrapper .card .card-body p,.service .service-left p,body,p {
    margin: 0
}

* {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img,svg {
    vertical-align: middle
}

img {
    border-style: none;
    max-width: 100%;
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

p {
    margin-bottom: 1rem
}

footer .copy-right-area .copyrigt-text a:hover,footer .footer-widget-area .nav-widget a:hover {
    color: rgb(2 174 238)
}

.text-center {
    text-align: center!important
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

dl {
    margin-top: 0
}

dl,ol,ul {
    margin-bottom: 1rem
}

a {
    text-decoration: none;
    background-color: transparent
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

.h1,.h2,.h3,.h4,.h5,.h6 {
    font-weight: 700
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    line-height: 1.2
}

.h1,h1 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem
}

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

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1170px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .col-sm-auto {
        -ms-flex:0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }
}

@media (min-width: 768px) {
    .order-1 {
        -ms-flex-order:1;
        order: 1
    }

    .order-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .offset-lg-6 {
        margin-left:50%
    }

    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
}

@media only screen and (min-width: 768px) and (max-width:1200px) {
    .section-title h2 {
        font-size:28px
    }

    .height-100vh,.myslider {
        height: 600px!important
    }

    .service-item {
        padding: 10px!important
    }

    .service-item img {
        width: 60px
    }

    .service-item a p {
        font-size: 14px;
        line-height: 16px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .section-title h2 {
        font-size:40px
    }
}

@media (max-width: 575px) {
    .section-title h2 {
        font-size:20px
    }
}

@media (max-width: 399px) {
    .section-title h2 {
        font-size:18px
    }
}

.section-title span.title-tag {
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(2 174 238);
    font-family: "Oswald",sans-serif;
    line-height: 1;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative
}

.section-title.left-border span.title-tag::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 30px;
    background-color: rgb(2 174 238);
    content: ""
}

footer {
    background-color: #14212b
}

.about-widget,footer .copy-right-area .copyrigt-text a,footer .footer-widget-area .nav-widget a,footer .footer-widget-area .widget.nav-widget ul li p {
    color: #fff
}

footer .footer-widget-area {
    padding-top: 100px;
    padding-bottom: 40px
}

footer .footer-widget-area .widget {
    margin-bottom: 50px;
    color: #fff
}

footer .footer-widget-area .widget .widget-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    footer .footer-widget-area .widget .widget-title {
        margin-bottom:30px
    }
}

@media (max-width: 767px) {
    footer .footer-widget-area .widget .widget-title {
        margin-bottom:20px;
        font-size: 21px
    }
}

footer .footer-widget-area .widget.nav-widget ul {
    list-style-type: disc;
    color: #0497ce;
    padding-left: 15px
}

.number a,footer .footer-widget-area .widget.nav-widget ul li {
    margin-bottom: 10px;
    line-height: 25px
}

footer .footer-widget-area .widget.nav-widget ul li span {
    color: #fff;
    font-weight: 600
}

footer .copy-right-area .copyrigt-text {
    padding: 35px 0;
    border-top: 1px solid #283742;
    font-size: 14px;
    color: #fff
}

@media (max-width: 767px) {
    footer .copy-right-area .copyrigt-text {
        font-size:16px
    }
}

@media (max-width: 575px) {
    footer .copy-right-area .copyrigt-text {
        text-align:center
    }
}

#menu span,footer.footer-style-two {
    background-color: #041d38
}

footer.footer-style-two .footer-widget-area {
    padding-bottom: 0
}

footer.footer-style-two .footer-widget-area .widget {
    padding: 30px 20px
}

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

@media only screen and (min-width: 992px) and (max-width:1200px) {
    footer.footer-style-two .footer-widget-area .widget {
        padding:45px 10px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    footer.footer-style-two .footer-widget-area .widget {
        padding:0
    }
}

@media (max-width: 575px) {
    footer.footer-style-two .footer-widget-area .widget {
        padding:0 30px
    }
}

@media (max-width: 399px) {
    footer.footer-style-two .footer-widget-area .widget {
        padding:0 15px
    }
}

footer.footer-style-two .footer-widget-area .widget.getin-widget,footer.footer-style-two .footer-widget-area .widget.getin-widget .widget-title,li a.widget-link {
    color: #041d38
}

footer.footer-style-two .copy-right-area {
    background-color: #021529;
    padding: 15px 0
}

@media (max-width: 767px) {
    footer.footer-style-two .copy-right-area {
        padding:20px 0
    }
}

footer.footer-style-two .copy-right-area .copyrigt-text {
    padding: 0;
    border: 0;
    margin: 0
}

.number {
    position: absolute;
    top: 25%;
    right: 20px;
    z-index: 9
}

.number a {
    border-radius: 100%;
    border: 1px solid #fff;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff
}

.number a:hover,body {
    background-color: #fff
}

@font-face {
    font-family: "FontAwesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot)format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff)format("woff"),url(../fonts/fontawesome-webfont.ttf)format("truetype");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-google:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-angle-double-up:before,.fa-angles-up:before {
    content: ""
}

.pt-120 {
    padding-top: 120px
}

.pb-120 {
    padding-bottom: 120px
}

.mb-4,.mb-40 {
    margin-bottom: 40px
}

.myslider .btn {
    border-radius: 10px
}

.clinet-section {
    background-color: #f5f5f5
}

.client-slider {
    border: 2px solid #f5f5f5;
    padding: 40px 0
}

.about-section,.features-boxes-two,.services-secton {
    padding-top: 100px
}

.clinet-section .slick-track .clinet-item {
    padding: 20px;
    margin: 10px;
    background-color: #fff
}

.clinet-section .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -40px;
    margin-right: -40px
}

@media only screen and (min-width: 992px) and (max-width:1200px) {
    .clinet-section .slick-track {
        margin-right:-20px;
        margin-left: -20px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .clinet-section .slick-track {
        margin-right:-20px;
        margin-left: -20px
    }
}

@media (max-width: 767px) {
    .clinet-section .slick-track {
        margin-right:-15px;
        margin-left: -15px
    }
}

@media only screen and (min-width: 992px) and (max-width:1200px) {
    .clinet-section .slick-track .clinet-item {
        padding-left:20px;
        padding-right: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .clinet-section .slick-track .clinet-item {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .clinet-section .slick-track .clinet-item {
        padding-left:15px;
        padding-right: 15px
    }
}

.clinet-section .slick-track .clinet-item img {
    max-width: 100%;
    display: inline-block
}

.go-top-area {
    z-index: 9999
}

.go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #fff;
    background-color: rgb(2 174 238);
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .9s ease-out 0s;
    transition: all .9s ease-out 0s;
    border-right: 0
}

.go-top-area .go-top::before,.go-top-wrap .go-top-btn::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.go-top-area .go-top i,.go-top-area .go-top::before {
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.go-top-area .go-top::before {
    width: 100%;
    height: 100%;
    background-color: rgb(2 174 238);
    visibility: hidden
}

.go-top-area,.go-top-wrap,section {
    position: relative
}

.go-top-wrap .go-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: rgb(2 174 238)
}

.go-top-wrap .go-top-btn::after {
    width: 40px;
    height: 40px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    background: rgb(2 174 238)
}

.go-top-wrap .go-top-btn:hover {
    background-color: #000;
    color: #fff
}

.pl-50,.section-title.left-border span.title-tag {
    padding-left: 50px
}

a:focus,a:hover {
    text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Oswald",sans-serif;
    font-weight: 700;
    margin: 0
}

.main-btn:hover,h1,h1 a,h2,h2 a,h3,h3 a,h4,h4 a,h5,h5 a,h6,h6 a {
    color: #041d38
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

ol,ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

a,a:hover {
    color: rgb(2 174 238)
}

.main-btn,.main-btn::after,.main-btn::before,a {
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.section-title h2 {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -1px
}

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

@media only screen and (min-width: 768px) and (max-width:991px) {
    .section-title h2 {
        font-size:21px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .section-title h2 {
        font-size:40px
    }
}

@media (max-width: 575px) {
    .section-title h2 {
        font-size:20px
    }
}

@media (max-width: 399px) {
    .section-title h2 {
        font-size:18px
    }
}

.myslider {
    background-position: center;
    position: relative;
    height: 100vh;
    z-index: 2;
    cursor: grab;
    background-size: 100% 100%
}

@media (max-width: 767px) {
    .myslider {
        height:500px
    }
}

@media (max-width: 575px) {
    .myslider {
        padding-top:240px;
        padding-bottom: 100px
    }
}

@media (max-width: 399px) {
    .myslider {
        padding-top:200px;
        padding-bottom: 100px
    }
}

.myslider .banner-text,.myslider .banner-text h2 span {
    color: #fff
}

.myslider .banner-text h1 {
    font-size: 50px;
    line-height: 1.09;
    margin-bottom: 10px;
    -webkit-text-stroke: 1px #fff;
    color: transparent
}

#menu,.myslider .banner-text h1 .cursor {
    display: none
}

@media (max-width: 767px) {
    #menu {
        display:block
    }

    .myslider .banner-text h1 {
        font-size: 24px;
        margin-bottom: 0
    }

    .myslider {
        padding-top: 0;
        padding-bottom: 0
    }

    .myslider h2 {
        font-size: 21px
    }
}

.myslider .banner-text {
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 45%;
    left: 5%;
    padding-right: 60px
}

.myslider .banner-text h1 {
    font-weight: 200;
    letter-spacing: -1px
}

.about-section .about-text .about-features .sngle-features {
    margin-bottom: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 100px 140px 1fr;
    grid-template-columns: 70px 120px 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about-section .about-text .about-features .sngle-features:last-child {
    margin-bottom: 0
}

@media (max-width: 575px) {
    .about-section .about-text .about-features .sngle-features {
        -ms-grid-rows:90px 1fr;
        grid-template-rows: 90px 1fr
    }
}

.about-section .about-text .about-features .sngle-features .chart {
    position: relative;
    min-width: 90px;
    min-height: 90px
}

.about-section .about-text .about-features .sngle-features .chart span.icon {
    position: absolute;
    left: 40%;
    top: 46%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 30px;
    color: #041d38
}

.about-section .about-text .about-features .sngle-features .chart canvas {
    position: absolute;
    left: 0;
    top: 0;
    border: 5px solid #ffaa17;
    border-radius: 100%
}

.about-section .about-text .about-features .sngle-features .counter-box {
    text-align: center;
    color: rgb(2 174 238);
    font-weight: 700;
    font-size: 48px;
    font-family: "Oswald",sans-serif
}

.about-section .about-text .about-features .sngle-features .desc {
    font-size: 14px;
    line-height: 1.8
}

@media (max-width: 575px) {
    .about-section .about-text .about-features .sngle-features .desc {
        margin-top:20px;
        grid-column: 1/-1
    }
}

.about-section .about-text .about-features .sngle-features .desc h4 {
    margin-bottom: 15px;
    text-transform: uppercase
}

@media only screen and (min-width: 992px) and (max-width:1200px) {
    .about-section .about-text .about-features .sngle-features .desc h4 {
        font-size:20px
    }
}

.about-section .about-text .about-extra {
    padding-left: 215px;
    position: relative;
    margin-top: 80px
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

.fal,.far {
    font-weight: 300;
    font-family: "Font Awesome 5 Pro"
}

.fa-award:before {
    content: "ï•™"
}

.fa-paper-plane:before {
    content: "ï‡˜"
}

.fa-globe:before {
    content: "ï‚¬"
}

.fa-users:before {
    content: "ïƒ€"
}

.fa-cogs:before {
    content: "ï‚…"
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden
}

.slick-list,.slick-slider,.slick-track {
    position: relative;
    display: block
}

.slick-list {
    margin: 0;
    padding: 0
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.navbar {
    top: 30px;
    position: fixed;
    width: 100%;
    z-index: 9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand img {
    max-width: 250px
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100%no-repeat
}

.collapse:not(.show) {
    display: none
}

.navbar-div {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.navbar-nav li {
    display: inline-block;
    position: relative
}

.navbar-nav a {
    white-space: nowrap;
    border: 0;
    font-size: 14px;
    padding: 20px;
    margin: 0;
    text-align: left;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

.fixed-header {
    box-shadow: 0 5px 5px 0 rgb(0 0 0/4%);
    background: #222097;
    top: 0
}

#menu {
    background-color: #fff;
    border: 0;
    width: 40px;
    height: 32px;
    position: absolute;
    right: 30px;
    top: 23px;
    padding: 0 7px
}

#menu span {
    display: block;
    height: 3px;
    margin: 4px 0
}

@media (max-width: 1239px) {
    .navbar-nav {
        flex-direction:column
    }

    .navbar-nav li {
        border-bottom: 1px solid rgba(255,255,255,.2)
    }
}

@media (max-width: 767px) {
    .navbar-brand img {
        max-width:200px
    }

    #menu {
        right: 15px;
        top: 12px
    }

    .dropdown-menu a {
        padding: 20px 10px
    }
}

.banner-image {
    position: relative;
    bottom: -20%;
    left: 10%
}

.service .service-left {
    padding-top: 0;
    padding-bottom: 0
}

.service {
    padding: 100px 0 40px;
    background: url(../img/services/Our-Services-background.png);
    background-repeat: no-repeat
}

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

.service .service-right .right-column-two {
    margin: 0!important
}

.service .service-right .service-item:nth-child(2) {
    margin-top: 40px
}

.service-item {
    background: #fff;
    padding: 30px 15px;
    border-radius: 20px;
    margin-bottom: 35px;
    text-align: center;
    border: 1px solid rgba(222,229,234,.5);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-box-shadow: 0 0 15px #cbc9c9;
    box-shadow: 0 0 15px #cbc9c9
}

.service-item:hover {
    color: #fff;
    background: linear-gradient(50deg,#2c25bf,#009ee0)
}

.service-item:hover .heading-6,.service-item:hover a p {
    color: #fff
}

.service-item:hover img {
    filter: brightness(0) invert(1)
}

.service-item img {
    margin: 0 auto
}

.service-item .heading-6 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000
}

.service-item a p {
    line-height: 24px;
    margin-bottom: 0;
    color: #000
}

.main-section-tag {
    font-size: 60px;
    margin-bottom: 30px;
    position: relative
}

.main-section-tag::after {
    position: absolute;
    right: 10px;
    top: 68%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 3px;
    width: 60px;
    background-color: rgb(2 174 238);
    content: ""
}

.right-column-one {
    margin-top: -100px
}

.blog-section {
    padding-top: 40px;
    padding-bottom: 40px
}

.blog {
    border: 1px solid #dedede;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative
}

.blog-content {
    padding: 20px
}

.blog-content p {
    border-bottom: 1px solid #dedede;
    color: red;
    padding: 10px 0;
    font-size: 14px
}

.blog h1,.service-heading {
    border-bottom: 1px solid #cdcdcd;
    padding: 15px 0;
    margin-bottom: 20px;
    color: #0384ce;
    font-family: "Libre Baskerville",serif;
    font-weight: 600
}

.blog-info h4 {
    margin-top: 20px
}

.blog-link {
    color: #000
}

.grid-blog .blog-title {
    font-size: 18px;
    margin: 15px 0 5px;
    font-weight: 100
}

.grid-blog .blog-title a {
    color: #5d5d5d
}

.banner-text h1,.blog-image {
    overflow: hidden
}

.blog-image a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15)
}

.blog-image img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms
}

.blog-image,.blog-image img,.blog-image>a {
    display: block;
    position: relative;
    width: 100%;
    height: auto
}

.btn,.section-header h2 {
    text-transform: uppercase;
    font-weight: 700
}

.btn {
    font-size: 15px;
    color: rgb(2 174 238);
    padding: 10px 20px;
    background-color: #fff;
    border: 2px solid #fff;
    position: relative;
    height: 44px;
    border-radius: 0
}

.info-box {
    margin-bottom: 20px
}

.section-header {
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px
}

.section-header::before {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 5px;
    background: #009ee0;
    bottom: 0;
    left: calc(50% - 25px)
}

.section-header h2 {
    font-size: 36px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px
}

.section-header p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #9195a2
}

.work-porcess-area {
    background: #f6f8fc;
    padding: 60px 0
}

.work-porcess-area.white {
    background: #fff
}

.process-info {
    background: url(../img/process-line.png);
    background-repeat: no-repeat;
    background-size: 80% 120px;
    background-position-x: center
}

.work-porcess-area .process-info {
    margin-top: 7px
}

.work-porcess-area .process-info .single-process {
    padding: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    cursor: pointer
}

.work-porcess-area .process-info .single-process img {
    width: 100px;
    height: 100px;
    z-index: 1
}

.work-porcess-area .process-info .single-process h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 20px
}

@media (min-width: 1240px) {
    .height-100vh {
        height:100vh
    }
}

@media only screen and (max-width: 767px) {
    .dropdown:hover .dropdown-menu {
        position:relative!important;
        width: 100%!important
    }

    .navbar {
        top: 10px
    }

    .navbar.fixed-header {
        top: 0
    }

    .navbar-div {
        flex-direction: column
    }

    .navbar-nav li {
        display: block
    }

    .navbar-nav a {
        padding: 12px 20px;
        width: 100%;
        display: block
    }

    .nav {
        background: #222097;
        height: 220px;
        overflow-y: auto
    }

    .navbar-collapse:not(.show) {
        display: none
    }

    .banner-image {
        position: static;
        padding-top: 60px;
        padding-bottom: 30px
    }

    .myslider {
        background-color: #313ac3
    }

    .myslider .banner-text .btn-wrap {
        margin-top: 0
    }

    .myslider .banner-text {
        position: static;
        top: 0;
        left: 0;
        padding-right: 15px;
        transform: translateY(0)
    }

    .testimonials {
        background: #fff;
        padding: 20px 10px!important;
        margin: 60px 15px 15px!important
    }

    .process-info {
        background: 0 0
    }

    .work-porcess-area .process-info .single-process::after {
        display: none
    }

    .work-porcess-area .process-info .single-process {
        margin-top: 30px
    }

    .work-porcess-area .section-title h2 {
        margin-bottom: 5px
    }

    .section-header h2 {
        font-size: 24px
    }
}

.faq-section {
    padding: 60px 0
}

@media (min-width: 768px) {
    .faq-section {
        background:url(../img/FAQ-BG-image.jpg)
    }
}

@media (max-width: 767px) {
    .right-column-one {
        margin-top:10px
    }

    .faq-section {
        background: linear-gradient(45deg,#1d51cb,#009de0)
    }
}

.faq-section h2 {
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 50px
}

.faq-image img {
    margin-left: 40%
}

button.accordion {
    color: #fff;
    font-weight: 600;
    position: relative;
    background-color: transparent;
    width: 100%;
    border: 0;
    outline: 0;
    text-align: left;
    padding: 15px 20px 15px 0;
    margin-left: 80px;
    font-size: 25px;
    cursor: pointer;
    transition: background-color .2s linear;
    border-bottom: 1px solid #fff
}

button.accordion:after {
    background: url(../img/FAQ-Icon.png);
    position: absolute;
    left: -90px;
    top: 0;
    background-size: contain;
    height: 70px;
    width: 70px;
    content: "";
    background-repeat: no-repeat
}

.accordion-content {
    color: #fff;
    padding: 0 20px;
    margin-left: 80px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-in-out
}

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

.fa-facebook-f:before,.fa-facebook:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.theme-color,.title-color {
    color: rgb(2 174 238)
}

.connect-section {
    padding: 60px 0
}

.connect-section input,.connect-section textarea {
    border: 0;
    border-bottom: 1px solid #000;
    padding: 20px 0;
    width: 100%
}

.connect-section input::placeholder,.connect-section textarea::placeholder {
    font-size: 16px;
    font-weight: 600;
    color: #000
}

.connect-section .content a,.connect-section .content p {
    color: #000;
    font-size: 20px
}

.connect-section .con-form {
    padding-right: 60px
}

.testimonial-section {
    padding: 60px 0;
    background-size: cover
}

@media (min-width: 768px) {
    .testimonial-section {
        background:url(../img/testimonial-bg.jpg)
    }
}

@media (max-width: 767px) {
    .testimonial-section {
        background:url(../img/m-testimonial-bg.jpg)
    }
}

@media (min-width: 768px) {
    .myslider {
        background-image:url(../img/banner-Background.jpg)
    }
}

@media (max-width: 767px) {
    .myslider {
        background-image:none!important
    }
}

.testimonials {
    background: #fff;
    padding: 30px 35px;
    text-align: center;
    border: 1px solid rgba(222,229,234,.5);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-box-shadow: 0 1px 15px 2px #ebebebd6;
    box-shadow: 0 1px 15px 2px #ebebebd6;
    margin: 50px 35px 35px
}

.testimonial-bottom {
    margin-top: 30px
}

.testimonial-img {
    margin: -80px auto 20px;
    display: block;
    text-align: center;
    width: 90px
}

.dropdown-menu {
    display: none
}

.dropdown-menu.show {
    display: block
}

@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display:block
    }
}

.dropdown:hover .dropdown-menu {
    width: 250px;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #cbc9c9;
    padding: 10px 0
}

.dropdown-menu a,.dropdown-menu li {
    display: block;
    width: 100%
}

.dropdown-menu a {
    white-space: nowrap;
    border: 0;
    font-size: 14px;
    padding: 10px 20px;
    margin: 0;
    text-align: left;
    color: #3e6cde!important;
    text-decoration: none;
    text-transform: capitalize
}

.dropdown-menu a:hover {
    padding-left: 30px
}

.con-form .btn {
    border-radius: 50px
}

.gradient-btn {
    color: #fff;
    background: linear-gradient(50deg,#2c25bf,#009ee0);
    text-transform: capitalize;
    margin: 15px 0;
}

.gradient-btn:hover {
    background: linear-gradient(50deg,#009ee0,#2c25bf);
    color: #fff
}

.banner-text h1 span.typed-text {
    font-weight: 400;
    color: #fff
}

@media (max-width: 1240px) {
    .about-section .about-text {
        padding-left:0
    }

    .pb-120 {
        padding-bottom: 30px
    }

    .pt-120 {
        padding-top: 30px
    }

    .service {
        padding: 0 0 40px
    }

    .main-section-tag {
        font-size: 35px
    }

    .services-section {
        padding: 50px 0
    }

    .about-section .about-text .about-features .sngle-features .desc h4 {
        font-size: 18px
    }

    .faq-section h2 {
        font-size: 20px;
        line-height: 30px
    }

    button.accordion::after {
        left: -60px;
        top: 10px;
        height: 50px;
        width: 50px
    }

    button.accordion {
        padding: 15px 40px 15px 0;
        margin-left: 50px;
        font-size: 15px
    }

    .faq-image img {
        margin-left: 10%
    }

    footer .footer-widget-area {
        padding-top: 40px
    }

    footer .footer-widget-area a {
        font-size: 14px
    }
}

@media (max-width: 399px) {
    .about-section .about-tile-gallery img.image-two {
        max-width:250px
    }
}

@media (max-width: 767px) {
    .about-section .about-text {
        padding-left:0
    }

    .pb-120 {
        padding-bottom: 30px
    }

    .pt-120 {
        padding-top: 30px
    }

    .service {
        padding: 0 0 40px
    }

    .main-section-tag {
        font-size: 35px
    }

    .services-section {
        padding: 50px 0
    }

    .about-section .about-text .about-features .sngle-features .desc h4 {
        font-size: 18px
    }

    .faq-section h2 {
        font-size: 20px;
        line-height: 30px
    }

    button.accordion::after {
        left: -60px;
        top: 10px;
        height: 50px;
        width: 50px
    }

    button.accordion {
        padding: 15px 40px 15px 0;
        margin-left: 50px;
        font-size: 15px
    }

    .faq-image img {
        margin-left: 10%
    }

    footer .footer-widget-area {
        padding-top: 40px
    }

    footer .footer-widget-area a {
        font-size: 14px
    }
}
