@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");

@font-face {
    font-family: 'Futura Bk BT';
    src: url("../fonts/FuturaBT-Book.eot");
    src: url("../fonts/FuturaBT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBT-Book.woff2") format("woff2"), url("../fonts/FuturaBT-Book.woff") format("woff"), url("../fonts/FuturaBT-Book.ttf") format("truetype"), url("../fonts/FuturaBT-Book.svg#FuturaBT-Book") format("svg");
    font-weight: normal;
    font-style: normal
}

.transition-5ms {
    transition: all 500ms ease-in-out
}

.transition-3ms,
a {
    transition: all 300ms ease-in-out
}

::-moz-selection {
    background-color: #0194f1;
    color: #fff
}

::selection {
    background-color: #0194f1;
    color: #fff
}

::-moz-selection {
    background-color: #0194f1;
    color: #fff
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font: normal 14px "Lato", sans-serif, FontAwesome;
    color: #2a2a2a
}

a:hover {
    text-decoration: none
}

h2,
.h2 {
    color: #0194f1;
    margin-bottom: 50px
}

h3 {
    font: normal 27px "Lato", sans-serif;
    color: #013f94
}

@media (max-width: 767.98px) {
    h3 {
        font-size: 20px
    }
}

p {
    font-size: 20px
}

figure {
    margin: 0
}

.title {
    font: bold 44px "Lato", sans-serif;
    position: relative;
    text-align: center;
}

.title.seperator:after {
    content: '';
    width: 50px;
    height: 5px;
    background: #0194f1;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    margin: auto
}

.title.seperator.left {
    text-align: left
}

.title.seperator.left:after {
    left: 0
}

.title.seperator.center {
    text-align: center
}

.title.seperator.center:after {
    left: 0;
    right: 0
}

.title.seperator.right {
    text-align: right
}

.title.seperator.right:after {
    right: 0
}

@media (max-width: 767.98px) {
    .title {
        font-size: 28px
    }
}

.general-sec {
    padding: 50px 0
}

ul.alternate-sec {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.alternate-sec li {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
}

ul.alternate-sec li figure {
    margin-right: 30px;
    flex-shrink: 0
}

ul.alternate-sec li .content .title {
    color: #013f94
}

ul.alternate-sec li .content .h3 {
    color: #013f94;
    margin-bottom: 30px
}

ul.alternate-sec li:nth-child(2n) figure {
    margin-left: 30px;
    margin-right: 0;
    order: 2
}

@media (max-width: 991.98px) {
    ul.alternate-sec li {
        flex-direction: column
    }

    ul.alternate-sec li figure {
        margin: 0
    }

    ul.alternate-sec li:nth-child(2n) figure {
        margin: 0;
        order: 1
    }

    ul.alternate-sec li:nth-child(2n) .content {
        order: 2
    }
}

.info-box {
    display: flex
}

.info-box.icon-top {
    flex-direction: column
}

.info-box.icon-top figure {
    margin-bottom: 20px
}

.info-box.icon-left figure {
    margin-right: 20px
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 12px 3rem;
    line-height: 1.5;
    border-radius: 50px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font: normal 1.42857em "Futura Bk BT"
}

.btn-primary {
    color: #fff;
    background-color: #0194f1;
    border-color: #0194f1
}

.btn-primary:hover {
    background-color: #2a2a2a;
    border-color: #2a2a2a
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0194f1;
    border-color: #0194f1
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-primary:after {
    content: '';
    background: url("../images/spirit.png") 0 -100px no-repeat;
    width: 10px;
    height: 9px;
    display: inline-block;
    margin-left: 6px
}

.btn-outline-primary {
    color: #0194f1;
    border-color: #0194f1
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0194f1;
    border-color: #0194f1
}

.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 104, 149, 0.5)
}

.form-control {
    font-size: 16px;
    border-radius: 15px;
    height: 40px
}

textarea {
    resize: none
}

.scrollTop {
    width: 50px;
    height: 50px;
    background: #013f94;
    position: fixed;
    z-index: 100;
    right: 15px;
    bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    box-shadow: 0px 0px 1px 2px #fff;
    border-radius: 50px
}

.scrollTop:after {
    content: '\f077'
}

.scrollTop:hover {
    color: #fff
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

header .container {
    position: relative
}

header .brand-logo {
    position: absolute;
    top: 30px;
    z-index: 100;
    width: 330px
}

header .brand-logo img {
    max-width: 100%;
    height: auto
}

@media (max-width: 991.98px) {
    header .brand-logo {
        position: unset
    }

    header .brand-logo img {
        max-width: 100px;
        height: auto
    }
}

@media (max-width: 767.98px) {
    header {
        position: unset;
        background: #019a9f;
        padding: 15px 0;
        text-align: center
    }
}

.banner {
    background: url("../images/banner.jpg") center 0 no-repeat;
    background-size: cover;
    padding: 0 0 50px
}

.banner .container h1 {
    color: #013f94;
    margin-bottom: 30px;
    font-size: 36px;
    padding-right: 25px;
}

.banner .container h2 {
    color: #013f94;
    font-size: 51px;
    color: #05626b;
    margin-bottom: 10px
}

.banner .container p {
    font-weight: bold;
    color: #05626b;
    font-size: 16px;
}

.banner .container p i {
    font-size: 10px;
    font-style: normal;
    position: relative;
    top: -3px
}

.banner .container ul {
    padding-left: 25px;
    list-style-type: square;
    color: #013f94
}

.banner .container ul li {
    font-size: 28px
}

.banner img {
    width: 100%
}

.banner .form-sec {
    background: #013f94;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    margin: 100px 0 0
}

.banner .form-sec h2 {
    text-transform: none;
    font-size: 33px;
    font-weight: bold;
    color: #fff
}

.banner .form-sec .form-group {
    text-align: left
}

.banner .form-sec label {
    font-size: 18px;
    color: #fff
}

@media (min-width: 768px) {
    .banner h1 {
        font-size: 51px;
        margin-top: 250px
    }

    .banner h2 {
        font-size: 46px;
        font-weight: bold
    }
}

@media (max-width: 767.98px) {
    .banner .container {
        position: unset;
        background: #ecfeff;
        padding: 30px 15px
    }

    .banner .container br {
        display: none
    }

    .banner .container h1 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
    }

    .banner .container h2 {
        font-size: 18px;
        margin-bottom: 15px;
    text-align: center;
    }

    .banner .container ul li {
        font-size: 18px
    }
    .reg-com h4{text-align: center;}
    .reg-com a{margin: 0 auto;}
}

.get-started {
    background: #013f94;
    padding: 50px 0;
    text-align: center
}

.get-started h2 {
    font-weight: bold;
    color: #fff;
    font-size: 44px
}

.get-started .btn {
    margin-top: 30px
}

.get-started .form-control {
    border: none
}

@media (max-width: 767.98px) {
    .get-started .col-sm {
        margin-bottom: 15px
    }
}

.productivity-sec h2 {
    font-weight: bold;
    color: #013f94;
    text-align: center;
    font-size: 44px
}

.productivity-sec .alternate-sec li {
    align-items: flex-start
}

.productivity-sec .content h3 {
    color: #075993;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px
}

.productivity-sec .content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.productivity-sec .content ul li {
    display: block;
    margin: 0;
    font-size: 20px;
    position: relative;
    padding-left: 25px;
    margin-top: 10px
}

.productivity-sec .content ul li::before {
    content: '\f054';
    position: absolute;
    left: 0;
    top: 0;
    color: #075993
}

@media (min-width: 768px) {
    .productivity-sec .alternate-sec li .content {
        width: 500px
    }

    .productivity-sec .alternate-sec li:nth-child(2n) .content {
        margin-left: 50px
    }
}

@media (max-width: 991.98px) {
    .productivity-sec h2 {
        font-size: 28px
    }

    .productivity-sec .content h3 {
        font-size: 23px
    }
}

.our-features {
    background: url("../images/our-features-bg.jpg") center 0 no-repeat;
    background-size: cover;
    padding: 50px 0 100px;
    color: #fff
}

.our-features .title {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    font-weight: bold
}

.our-features h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 100px
}

.our-features .row + .row {
    margin-top: 30px
}

.our-features .info-box.icon-top figure {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.our-features .info-box.icon-top figure figcaption {
    margin-left: 15px;
    font-size: 28px;
    font-weight: bold
}

.our-features .info-box .content p {
    font-size: 15px;
    text-align: justify
}

@media (max-width: 767.98px) {
    .our-features h3 {
        margin-bottom: 30px
    }

    .our-features .row + .row {
        margin-top: 0
    }

    .our-features .col-sm {
        margin-bottom: 15px
    }
}

@media (max-width: 991.98px) {
    .our-features .info-box figcaption {
        font-size: 23px
    }
}

.trusted-sec {
    background: #26a4fe
}

.trusted-sec h2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 44px
}

.trusted-sec .owl-theme .item figure {
    width: 218px;
    height: 199px;
    border: 3px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff
}

.trusted-sec .owl-theme .item figure img {
    max-width: 100%;
    height: auto;
    width: unset
}

@media (min-width: 768px) {
    .trusted-sec .owl-theme .owl-nav [class*='owl-'] {
        top: 50%;
        position: absolute;
        font-size: 15px;
        margin-top: -25px;
        background: #26a4fe;
        border-radius: 100px;
        color: #fff;
        width: 30px;
        height: 30px
    }

    .trusted-sec .owl-theme .owl-nav .owl-prev {
        left: -50px
    }

    .trusted-sec .owl-theme .owl-nav .owl-next {
        right: -50px
    }
}

@media (max-width: 991.98px) {
    .trusted-sec h2 {
        font-size: 28px
    }

    .trusted-sec .owl-theme .item figure {
        margin: 0 auto
    }
}

.testimonial-sec {
    background: url("../images/testimonial-bg.jpg") center 0 no-repeat;
    background-size: cover;
    text-align: center
}

.testimonial-sec h2 {
    color: #0194f1;
    font-weight: bold;
    font-size: 44px
}

.testimonial-sec p {
    color: #fff
}

.testimonial-sec .author {
    font-size: 19px;
    color: #fff
}

.testimonial-sec .author strong {
    color: #0194f1;
    font-size: 23px;
    font-weight: bold;
    display: block
}

@media (max-width: 991.98px) {
    .testimonial-sec h2 {
        font-size: 28px
    }
}

.robot-trading {
    background: url("../images/get-started-bg.jpg") center 0 no-repeat;
    background-size: cover;
    padding: 50px 0 100px
}

.robot-trading .title {
    text-align: center
}

.robot-trading h3 {
    text-align: center;
    margin-bottom: 40px
}

.certified {
    background: url("../images/certified-by-bg.jpg") center 0 no-repeat;
    background-size: cover;
    padding: 50px
}

.certified .title {
    text-align: center;
    color: #fff
}

.certified ul {
    margin-top: 100px;
    padding: 0;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center
}

.certified ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 100px;
    margin-right: 20px
}

@media (max-width: 767.98px) {
    .certified ul {
        flex-direction: column;
        align-items: center;
        margin-top: 30px
    }

    .certified ul li {
        margin-right: 0;
        margin-bottom: 15px
    }
}



.have-question figure {
    text-align: center
}

.have-question .btn {
    padding: 12px 15px;
    font-size: 23px
}

.have-question .form-control {
    background: #f3f3f3;
    border: none
}

@media (max-width: 767.98px) {
    .have-question {
        padding: 30px 0 0
    }

    .have-question h3 {
        margin: 15px 0
    }
}

footer {
    background: #2a2a2a;
    padding: 30px 0
}

footer .container [class*='col-'] + [class*='col-'] {
    border-left: 3px solid #656565;
    padding-left: 50px
}

footer h3 {
    font-size: 28px;
    font-weight: bold;
    color: #0194f1
}

footer p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 25px
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

footer ul li {
    color: #fff;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px
}

footer ul li::before {
    content: '\f04d';
    font-size: 6px;
    left: 0;
    top: 4px;
    position: absolute;
    color: #0194f1
}

@media (max-width: 991.98px) {
    footer .container [class*='col-'] + [class*='col-'] {
        border: none;
        padding: 15px
    }
}

/*# sourceMappingURL=theme.css.map */
.trusted-comp{
    background-color: #05626b;
    color: #fff;
    padding: 30px 0;}
.trusted-comp .title{
    text-transform: uppercase;
    text-align: center;}
.trusted-comp .img-sec{}
.trusted-comp .desc strong{display: block;}
.trusted-comp .desc{
    
    padding: 10px 0;
    font-size: 25px;}
.solution{background-image: url('../images/how-to-payroll-yourself.jpg');color: #fff;}
.solution li:before {
    content: '\f138';
    font-weight: bold;
    left: -12px;
    position: absolute;
    top: 7px;
}
.solution li {
    position: relative;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
}
.solution ul {
    padding-left: 15px;
    list-style: none;
}
.reg-com{background-color: #075993;color: #fff;}
.reg-com .title{
    text-transform: uppercase;
    text-align: center;}
.reg-com p{
    text-transform: capitalize;text-align: center;}
.reg-com h4{
    font-size: 30px;}
.reg-com a{
    display: table;
    color: #075993;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 10px;
    margin-left: auto;}

   .leadingbusiness{ text-align: center;}
.leadingbusiness ul{ text-align: center; margin: 0; padding: 0;}

    .leadingbusiness ul li{ display: inline-block;
        text-align: center;
        margin: 10px;
        background: #fff;
        padding: 5px;
    box-shadow: 2px 2px 2px 2px #d1cfcf; }

    .leadingbusiness h2{text-align: center;text-transform: uppercase;color: #031b64!important;font-weight: bold; font-size: 44px;}

.advantage-sec {background-image: url('../images/vecteezy.jpg');color: #fff;
   
}

.advantage-sec h2 {
    color: #031b64;
    text-align: center;
    margin-bottom: 30px
}

.advantage-sec h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

.advantage-sec ul {
    list-style: none;
    margin: 30px 0 0;
    padding-left: 30px;
}

.advantage-sec ul li {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    padding: 10px;
}

.advantage-sec ul li::before {
    content: '\f138';
    font-weight: bold;
    left: -10px;
    position: absolute;
    top: 9px
}

.lab-regu{color: #031b64;} 
.lab-regu h2{color: #031b64;
    margin-bottom: 0px;}
.lab-regu ul{
    padding-left: 15px;
    list-style: none;}
.lab-regu li{
    position: relative;
    padding: 5px 10px;
    font-size: 16px;}
.lab-regu li:before{
    content: '\f138';
    font-weight: bold;
    left: -12px;
    position: absolute;
    top: 7px;}
.have-question{background-color: #1b7b84;color: #fff}
.have-question .title{text-transform: uppercase;
    text-align: left;}
.have-question h3{color: #9df6ff;}
.have-question .btn {
    padding: 7px 15px;
    font-size: 23px;
    background-color: #fff;
    color: #1b7b84;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 14px;
}
 .testimonial-ssr{ background: url(../images/testimonial-bg.jpg) center 0 no-repeat;
        background-size: cover; padding: 20px 0; color:#fff;
    }

    .testimonial-ssr .testtxt{ background: #fff; display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 10%;
        padding: 20px;
        margin: 0 auto;}

.testimonial-ssr h2{ color: #fff; text-align: center;}

.testimonial-ssr .maintxt{ font-size: 18px; font-weight: 700; color: #2a2a2a; text-align: center;}

.testimonial-ssr p{ color: #2a2a2a; text-align: center;}

.testimonial-ssr h3{ font-size: 18px; font-weight: bold;}

.serve-indu h2{
    color: #064e81;
    text-align: center;
    font-size: 44px;
font-weight: bold;}
.serve-indu ul{
    list-style: none;
    display: flex;
    justify-content: space-between;}
.serve-indu li{text-align: center;}
.serve-indu h3{font-weight: bold;color: #064e81;}

/*Nitis 28/08/2022*/
.first-txt{
    font-size: 26px!important; font-weight: normal!important;   padding-right: 141px!important;
}
.second-txt{
        font-size: 45px!important;
    }

@media only screen and (max-width: 576px){
    .banner .container .first-txt{
        font-size: 20px!important;
        text-align: left!important;
    }
    .second-txt{
        font-size: 25px!important;
        text-align: left!important;
        color: #0194f1;
    }
    .form-sec h2{
        font-size: 22px!important;
    }
}
.serve-indu h3 {
    font-weight: normal!important;
}