* {
    box-sizing: border-box;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 62.5%
}

body {
    font: 300 13px/1.6 'DIN Pro', Helvetica, Arial;
    background: #fff
}

@font-face {
    font-family: 'Circular Bold';
    src: url(../fonts/circular/CircularStd-Bold.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Circular-Book';
    src: url(../fonts/circular/CircularStd-Book.otf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Circular-Meduim';
    src: url(../fonts/circular/CircularStd-Medium.otf);
    font-weight: 400;
    font-style: normal
}
/** DIN **/
@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/din/DINPro-Black.woff2') format('woff2'),
        url('../fonts/din/DINPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/din/DINPro-Bold.woff2') format('woff2'),
        url('../fonts/din/DINPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/din/DINPro-Medium.woff2') format('woff2'),
        url('../fonts/din/DINPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/din/DINPro-Light.woff2') format('woff2'),
        url('../fonts/din/DINPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/din/DINPro.woff2') format('woff2'),
        url('../fonts/din/DINPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




.text-bold {
    font-family: "DIN Pro";
    font-weight: 700;
}

.text-medium {
    font-family: "DIN Pro";
    font-weight: 500;
}

.text-regular {
    font-family: "DIN Pro";
    font-weight: normal;
}

.text-light {
    font-family: "DIN Pro";
    font-weight: 300;
}

.btn {
    font-size: 16px;
    background: #ECD157;
    border: none;
    height: auto;
    padding: .6em 1em;
    color: #072A44;
    text-transform: capitalize;
    font-size: 17px;
    box-shadow: 0 2px 5px rgba(34, 34, 34, .2)
}

.btn:active, .btn:focus, .btn:hover {
    outline: 0!important;
    color: #072A44;
    box-shadow: 0 5px 10px rgba(34, 34, 34, .2)
}

@media screen and (max-width:768px) {
    .btn {
        font-size: 15px
    }
    .btn .icon {
        padding: 14px
    }
}

::-moz-selection {
    background: #ecd157;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #ecd157;
    color: #fff;
    text-shadow: none
}

.container {
    padding: 0 3em
}

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

.info .title {
    font-size: 38px;
    line-height: 47px;
    color: #007FBA;
    margin-bottom: .5em
}

.info .title.large {
    font-size: 48px;
    line-height: 55px
}

.info .title.small {
    font-size: 25px;
    line-height: 29px
}

.info .desp {
    color: #919AA3;
    font-size: 15px;
    line-height: 30px;
}

.info.light .desp, .info.light .title {
    color: #FFF
}


@media (max-width:768px) {
    .info .title {
        font-size: 24px!important;
        line-height: 29px!important;
        text-align: center;
    }
    .info .title.large {
        font-size: 35px!important;
        line-height: 45px!important
    }
    .info .title.small {
        font-size: 18px!important;
        line-height: 22px!important
    }
    .info .desp {
        font-size: 14px!important;
        line-height: 25px!important
    }
    .info a img {
        height: 45px;
    }
}

body {
    font-family: "DIN Pro";
    font-weight: normal;
    font-size: 16px;
    color: #222;
    background-color: #FFF
}

a, span {
    text-rendering: geometricPrecision!important;
    font-family: "DIN Pro", Courier, monospace;
    font-weight: normal;
}

h1, h2, h3, h4 {
    font-family: "DIN Pro", Arial, Courier, monospace;
    font-size: 20px;
    font-weight: 700;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}

header .social {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 1em 0 0
}

header .social ul {
    margin: 0
}

header .social ul li {
    display: inline-block
}

header .social ul li a {
    color: #FFF;
    margin: 0 1em;
    font-size: 18px
}

header .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

header .nav .logo {
    margin-left: -10px
}

header .nav .logo img {
    height: 40px;
}

header .nav .logo img.mobile {
    display: none
}

header .nav .links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    margin: 0
}

header .nav .links li {
    list-style: none
}

header .nav .links li a {
    color: #FFF;
    font-size: 15px;
    margin-left: 2em;
    text-decoration: none;
    padding: .5em 1em
}

header .nav .links li a.active {
    background: rgba(32, 32, 32, .28);
    border-radius: 30px
}

@media screen and (max-width:768px) {
    header .social {
        display: none
    }
    header .nav {
        display: flex;
        justify-content: center;
        padding-top: 1em
    }
    header .nav .logo img.desktop {
        display: none
    }
    header .nav .logo img.mobile {
        display: inline-block
    }
    header .nav .links {
        display: none
    }
}

main section#features .feature:nth-child(2n+1) .image, main section#home {
    justify-content: flex-start
}

main section {
    position: relative;
    z-index: 5
}

main section#home {
    background-image: url(../img/bg.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    padding-top: 15em
}

main section#home .image {
    position: absolute;
    top: 150px;
    right: 0;
    bottom: 100px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    background-image: url('../img/3.png');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat
}

main section#home .container {
    position: relative;
    z-index: 6
}

main section#home .container .info {
    margin-bottom: 4em
}

main section#home .container .info .desp {
    margin-bottom: 1.8em
}

main section#features {
    padding: 5em 0 12em;
    text-align: center;
}

main section#features .feature {
    align-items: center;
    margin-bottom: 8em
}

main section#features .feature .image {
    height: 430px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

main section#features .feature .image img {
    width: 80%;
    height: auto
}

main section#features .feature:nth-child(2n+1) {
    flex-direction: row-reverse
}

main section#download {
    margin-top: 2em
}

main section#download .container {
    background: linear-gradient(180deg, #0D1A2E 0, #314057 100%);
    border-radius: 15px;
    padding-bottom: 0;
    padding-top: 3em;
    overflow: hidden
}

main section#download .container .heading {
    font-size: 40px;
    line-height: 47px;
    color: #FFF;
    text-align: center
}

main section#download .container .info {
    width: 65%;
    margin: 4em 0 5em
}

main section#download .container .info .title {
    color: #F1B61E
}

main section#download .container .info .desp {
    width: 100%;
    padding-right: 2em
}

main section#download .container .info a {
    margin-right: 12px
}

.info a img {
    height: 42px
}

main section#download .container .left {
    display: flex;
    justify-content: flex-start
}

main section#download .container .right {
    display: flex;
    justify-content: flex-end;
    padding-left: 3em
}

main section#download .container .right .info {
    text-align: left
}

main section#download .container .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

main section#download .container .background .image {
    display: inline-block
}

main section#download .container .background .image img {
    width: 360px;
    height: auto
}

main section#contact {
    margin-top: 4em
}

main section#contact .container {
    background: #F5F6F7;
    border-radius: 15px;
    height: auto;
    padding: 3em;
    text-align: center;
    margin-bottom: 3em
}

main section#contact .container .info .desp {
    padding: 0;
    width: auto
}

main section#contact .container .info ul {
    list-style: none;
    padding: 0!important
}

main section#contact .container .info ul li a {
    font-size: 16px;
    font-family: "Raleway Medium";
    color: #222
}

main section#contact .container .social {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0 0
}

main section#contact .container .social ul {
    margin: 0;
    padding: 0
}

main section#contact .container .social ul li {
    display: inline-block
}

main section#contact .container .social ul li a {
    color: #2E3D53;
    margin: 0 1em;
    font-size: 24px
}

.what-we-do {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 70px;
}

.what-we-do h2 {
    font-family: 'DIN Pro';
    font-weight: 700;
    color: #273444;
    margin-bottom: 10px;
    font-size: 40px;
}

.icon-features small {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 800;
    color: #171C34;
}

.what-we-do p {
    color: #919AA3;
    margin-bottom: 5px;
    display: block;
    padding: 0 10%;
    margin-bottom: 20px;
    opacity: 0.8;
}

.icon-features img {
    width: 60px;
    display: inline-block;
    margin-bottom: 20px;
}

.icon-features small {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 800;
}

.icon-features p {
    color: #919AA3;
    margin-bottom: 5px;
    font-size: 15px;
}

.card {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05), 0 1px 11px 0 rgba(0, 0, 0, 0), 0 2px 37px -1px rgba(0, 0, 0, 0.06);
    border: 0px!important;
    padding: 40px;
}

.big-padding {
    padding: 40px;
}

.bg {
    background-color: #fff;
    padding: 7rem 3rem;
    margin: 0 auto 0rem;
    overflow: hidden;
}

.App-mockup {
    text-align: center;
}

.App-mockup img {
    width: 60%;
}

#our-app .info {
    margin-top: 7em;
}

#our-app .feature {
    margin-bottom: 10em;
}

.st_testimonial_area {
    background-color: #1C80DF;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    padding-top: 8em;
}

#faq {
    background-color: #F8F9FD;
}

.right-image {
    margin: 0 auto;
    text-align: right;
}

.right-image img {
    width: 500px;
}

#faq .what-we-do {
    padding: 7em 0em;
    margin-bottom: 0px;
}

.st_faq p {
    font-size: 16px;
    color: #919AA3;
}

.transition, p, ul li i:before, ul li i:after {
    transition: all 0.25s ease-in-out;
}

.flipIn, h1, ul li {
    animation: flipdown 0.5s ease both;
}

.no-select, h2 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#faq ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}

#faq ul li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    border-top: 1px dotted #dce7eb;
}

#faq ul li:nth-of-type(1) {
    animation-delay: 0.5s;
}

#faq ul li:nth-of-type(2) {
    animation-delay: 0.75s;
}

#faq ul li:nth-of-type(3) {
    animation-delay: 1s;
}

#faq ul li:last-of-type {
    padding-bottom: 0;
}

#faq ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 16px;
    right: 0;
}

#faq ul li i:before, ul li i:after {
    content: "";
    position: absolute;
    background-color: #03A9F4;
    width: 3px;
    height: 9px;
}

#faq ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
}

#faq ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
}

#faq ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

#faq ul li input[type=checkbox]:checked~p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}

#faq ul li input[type=checkbox]:checked~i:before {
    transform: translate(2px, 0) rotate(45deg);
}

#faq ul li input[type=checkbox]:checked~i:after {
    transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }
    5% {
        opacity: 1;
    }
    80% {
        transform: rotateX(8deg);
    }
    83% {
        transform: rotateX(6deg);
    }
    92% {
        transform: rotateX(-3deg);
    }
    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}

.footer-widgets {
    position: relative;
    padding-top: 150px;
    z-index: 50;
    padding-bottom: 50px;
}

.footer-widgets .widget ul {
    padding-left: 0;
    list-style: none;
}

.footer-widgets .widget ul>li {
    padding: 5px 0;
    color: #919AA3;
    font-weight: 500;
}

.footer-widgets .widget ul>li>a {
    font-size: 16px;
    color: #919AA3;
    font-weight: 500;
}

.footer-copy {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 50;
}

.copy-text p {
    margin: 0;
    color: #919AA3;
    padding-top: 20px;
}
.footer-image
{
    float: right;
}
.footer-image img{
    width: 45px;
}
.footer-right
{
    float: left;
       margin-bottom: 40px;
}
.footer-right img{
    width: 65px;
}

/*  */

@media only screen and (max-width: 800px)
{
    header .nav .links li a
    {
        margin-left: 0px;
        
    }
    header .nav .logo img
    {
        height: 30px;
    }
    main section#home .image
    {
        top: 172px;
        width: 100%;
        right: 199px;
        left: 30%;
        height: 318px;
    
    }
    header .nav .links li a
    {
        padding: unset;
    }
    .big-padding
    {
        padding: 0px;
    }
    .card
    {
        padding: 0px;
    }
    .container
    {
        padding: 0 1em;
    }
    .st_testimonial_area
    {
        min-height: 0px;;
    }
    .st_section_padding.bottom_0
    {
        padding-bottom: 29px;
    }
    .right-image img
    {
        width: 250px;
    }
    main section#home
    {
        min-height: 50vh;
        margin-bottom: 100px;
      
    }
}

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }
    * {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a, a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }
    blockquote, pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    h2, h3, p {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
}





@media (max-width:769px) {
    .what-we-do {
        width: 100%;
    }
    .what-we-do h2 {
        font-size: 25px;
    }
    main section#features {
        padding: 0em 0 2em;
    }
    .big-padding {
        padding: 40px 9px 40px;
    }
    .card {
        padding: 17px;
    }
    .icon-features img {
        width: 50px;
    }
    #our-app .info {
        margin-top: 2em;
    }
    .bg {
        padding: 4rem 0rem;
    }
    .container {
        padding: 0 2em;
    }
    .App-mockup img {
        width: 50%;
    }
    #our-app .feature
    {
        margin-bottom: 3em;
    }
    .st_testimonial_area
    {
        padding-top: 4em;
    }
    .st_testimonial_item .st_testimonial_content p
    {
        line-height: 21px;
    }
    .st_testimonial_slider_v3.owl-carousel .owl-dot
    {
        margin-top: 25px;
    }
    #faq .what-we-do
    {
        padding: 5em 0em;
    }
    .st_faq h2
    {
        font-size: 17px;
    }
    .right-image img
    {
        width: 200px
    }
    .right-image
    {
        text-align: center;
        margin: 30px auto;  
    }
    .widget
    {
        margin-bottom: 30px;
    }
    .footer-widgets
    {
        padding-bottom: 0px;
    }
    main section#download .container .right .info, main section#features .feature .info, main section#home .info {
        text-align: center
    }
    main section#home {
        background: linear-gradient(165.58deg, #1C80DF 6.02%, #006997 93.98%);
        align-items: flex-start;
        padding-top: 9em!important;
        margin-bottom: 250px
    }
    main section#home .info p {
        width: auto!important
    }
    main section#home .image {
        left: 0;
        right: 0;
        width: 100%;
        height: 290px;
        top: auto;
        bottom: -140px;
        background-image: url('../img/3.png');
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat
    }
    main section#features .feature {
        flex-direction: column-reverse!important;
        margin-bottom: 1em
    }
    main section#features .feature .info p {
        width: auto!important
    }
    main section#features .feature .image {
        justify-content: center!important
    }
    main section#download .container {
        padding-bottom: 280px
    }
    main section#download .container .heading {
        font-size: 26px!important
    }
    main section#download .container a {
        margin: 0 .5em!important
    }
    main section#download .container a img {
        height: 36px!important
    }
    main section#download .container .info {
        margin: 3em 0!important;
        text-align: center;
        width: auto!important
    }
    main section#download .container .info p {
        width: auto!important;
        padding-right: 0!important
    }
    main section#download .container .right {
        padding-left: 15px!important;
        position: relative
    }
    main section#download .container .right:before {
        content: "";
        position: absolute;
        left: 20%;
        right: 20%;
        top: -1px;
        border-top: 1px solid rgba(255, 255, 255, .21);
        height: 1px
    }
    main section#contact ul {
        padding: 0!important
    }
    main section#contact ul li a {
        margin: .5em!important
    }
}

@media (max-width:460px) {
    .info a img {
        height: 40px!important;
    }
    main section#home
    {
        padding-top: 7em!important;
    }
    main section#home .image
    {
        bottom: -245px
    }
}
@media only screen and (max-width: 320px) {
    main section#home .image
    {
        bottom: -240px!important;
    }
    
}
