﻿@font-face {
    font-family: 'sharp_sansbook';
    src: url('../fonts/sharp_sans-webfont.woff2') format('woff2'), url('../fonts/sharp_sans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sharp_sansmedium';
    src: url('../fonts/sharp_sans_medium-webfont.woff2') format('woff2'), url('../fonts/sharp_sans_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sharp_sansbold';
    src: url('../fonts/sharpsansbold-webfont.woff2') format('woff2'), url('../fonts/sharpsansbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    font-family: 'sharp_sansmedium';
    font-size: 16px;
    background: url("../images/body-bg.webp") no-repeat;
    background-size: cover;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1270px;
    margin: 0 auto;
}

.ptt-row {
    display: flex;
    flex-wrap: wrap;
}

.glb-col-7 {
    width: 55%;
    padding: 0 0 0 48px;
}

.glb-col-5 {
    width: 41%;
}

.cont-bt a {
    font-family: 'sharp_sansmedium';
    color: #2661A5;
    /*font-size: 18px;*/
    /*changed font size due page display issue by: Adnan Umar*/
    font-size: 16px;
}

.foot-tlt {
    font-size: 16px;
    color: #ffff;
    margin: 0 0 30px;
    text-align: left;
}

.login-btn {
    background: grey;
    color: #fff !important;
    padding: 15px 48px;
    border-radius: 5px;
    margin: 0 0 0 15px;
    width: 180px;
}

.sign-up {
    background: #2661A5;
    color: #fff !important;
    padding: 15px 48px;
    border-radius: 5px;
    margin: 0 0 0 15px;
    width: 180px;
}

    .login-btn:hover,
    .sign-up:hover {
        background: #A52B17;
    }

.cont-bt {
    margin: -8px 0 0 0;
}

.nav-menus-wrapper {
    width: 74%;
    text-align: center;
}

.grt h4 {
    color: #A52B17;
    margin: 0;
    font-size: 16px;
}

.grt a {
    color: #A52B17;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.grt h1 {
    font-weight: 800;
    font-size: 48px;
    font-family: 'sharp_sansbold';
}

.grt p {
    font-size: 24px;
    margin: 0 0 40px;
    line-height: 41px;
}

.grt a {
    margin: 0 22px 0 0;
}

.rontlin {
    padding: 77px 0 0 0;
}

.regdc-sectn {
    padding: 105px 0 100px 0;
}

.amazing-chr {
    text-align: center;
}

    .amazing-chr h4 {
        margin: 0;
        color: #A52B17;
    }

    .amazing-chr h2 {
        font-size: 28px;
        font-family: 'sharp_sansbold';
    }

.strip {
    text-align: center;
}

.tab-wrapper {
    text-align: center;
    display: block;
}

.tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.tab-link {
    margin: 0 1%;
    list-style: none;
    padding: 10px 16px;
    color: #000;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    border-bottom: solid 3px rgba(255, 255, 255, 0.0);
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .tab-link i {
        margin: 0 11px 0 0;
    }

    .tab-link:hover {
        color: #a52b17;
    }

    .tab-link.active {
        color: #a52b17;
    }

.content-wrapper {
    padding: 40px 80px
}

.tab-content {
    /*display: none;*/
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

    .tab-content.active {
        display: block;
    }

@keyframes fadeIn {
    100% {
        opacity: 1;
    }
}

.prj-vrl {
    background: linear-gradient(180deg, #0287BE 0%, #0339FD 100%);
    box-shadow: inset 2px 8px 10px rgba(0, 0, 0, 0.09);
    border-radius: 15px 0 15px 0;
    padding: 37px 20px;
}

    .prj-vrl h3 {
        margin: 20px 0 13px;
        color: #fff;
        font-size: 20px;
    }

    .prj-vrl p {
        color: #fff;
        font-size: 12px;
        line-height: 19px;
        margin: 0;
    }

    .prj-vrl.advc {
        margin: 20px 0 0 0;
        background: linear-gradient(180deg, #4373E8 0%, #3711C8 100%);
    }

.frtl {
    width: 48%;
    margin: 0 0 0 10px;
}

.col-app-6 {
    width: 50%;
}

.apt-cl {
    width: 48%;
    margin: 0 10px 0 0;
}

.prj-vrl.frntl {
    background: linear-gradient(180deg, #A52B17 0%, #881401 100%);
}

.alp h2 {
    font-size: 36px;
    font-family: 'sharp_sansbold';
    margin: 0;
    line-height: 47px;
}

.app-ft.foot-ap img {
    border: 1px solid #FFFFFF;
    border-radius: 10px;
}

.app-ft.foot-ap a {
    margin: 0 0 11px;
    display: inline-block;
}

.footer-top {
    padding: 0 0 25px;
}

.alp p {
    margin: 15px 0 0 0;
    font-size: 16px;
    line-height: 26px;
}

.alp {
    padding: 0 0 0 72px;
}

.tabs-app .ptt-row {
    align-items: center;
}

.site-btn {
    background: #2661A5;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    font-family: 'sharp_sansbold';
    padding: 16px 40px;
    display: inline-block;
    margin: 26px 0 0;
}

    .site-btn:hover {
        background: #a52b17;
    }

.icn {
    background: linear-gradient(180deg, #0287BE 0%, #0339FD 100%);
    box-shadow: inset 2px 8px 10px rgba(0, 0, 0, 0.09);
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 580%;
    line-height: 72px;
}

.east-ro {
    display: flex;
    align-items: center;
    margin: 0 0 33px;
    position: relative;
    z-index: 9;
}

.reder h4 {
    margin: 0;
    font-size: 14px;
}

.reder p {
}

.reder {
    padding: 0 0 0 15px;
}

    .reder p {
        font-size: 14px;
        line-height: 18px;
        color: #434343;
        margin: 6px 0 0;
    }

.wor-hed h2 {
    font-family: 'sharp_sansbold';
    font-size: 36px;
    margin: 0;
}

.wor-hed p {
    font-size: 16px;
    line-height: 26px;
}

.ablis {
    position: relative;
    margin: 40px 0 0 0;
}

    .ablis:after {
        content: '';
        background: url("../images/line.png") no-repeat;
        width: 2px;
        display: inline-block;
        min-height: 185px;
        position: absolute;
        top: 0;
        left: 29px;
    }

.app-ft {
    margin: 62px 0 0 0;
}

    .app-ft a {
        margin: 0 18px 0 0;
    }

.inter-col {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 4px 20px 2px rgb(0 0 0 / 10%);
    border-radius: 11px;
    padding: 28px;
    text-align: right;
    margin: 0 0 85px;
    position: relative;
}

.attr-col {
    width: 33%;
    position: relative;
    top: 73px;
}

    .attr-col.img-rp {
        top: 0;
        text-align: center;
    }

    .attr-col.easy .inter-col {
        text-align: left;
    }

.offer-cor .ptt-row {
    align-items: center;
    margin: 60px 0 0 0;
}

.inter-col:after {
    content: '';
    background: url(../images/line-left.png) no-repeat;
    width: 100%;
    height: 43px;
    display: inline-block;
    position: absolute;
    top: -40px;
    right: -310px;
}

.inter-col.peset:after {
    background: url(../images/line-rt.png) no-repeat;
    left: -40px;
}

.inter-col.mgrt:after {
    background: url(../images/left-linertt.png) no-repeat;
    right: -147px;
}

.inter-col.rinti:after {
    background: url(../images/line-rtt.png) no-repeat;
    right: 38px;
}

.inter-col h5 {
    margin: 15px 0 12px;
    font-size: 18px;
}

.inter-col p {
    margin: 0;
    font-size: 14px;
    line-height: 23px;
}

.offer-cor {
    padding: 126px 0 200px;
}

.red-line {
    margin: 0 0 42px;
}

.use-app {
    background: url("../images/app-bg.png") no-repeat;
    background-size: cover;
}

.heand h2, .heand p {
    color: #fff;
}

.hends {
    margin: -116px 0 -3px 0;
}

.heand {
    padding: 0 0 0 90px;
    width: 58%;
}

.use-app .app-ft {
    margin: 40px 0 0 0;
}

.use-app .ptt-row {
    align-items: center;
}

ul.accordion-list li {
    list-style: none;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    margin: 0 0 19px;
}

ul.accordion-list {
    padding: 0;
}

.ui-brd ul {
    padding: 0 0 0 13px;
}

    .ui-brd ul li {
        list-style: disc;
        font-weight: 500;
        font-size: 16px;
        border: none;
        line-height: 26px;
    }

.refo {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

ul.accordion-list h3 {
    position: relative;
    cursor: pointer;
    padding: 17px;
    margin: 0;
}

.ui-brd {
    padding: 26px 21px;
}

body .ui-brd a {
    color: #A52B17 !important;
}

ul.accordion-list li h3:after {
    content: "+";
    position: absolute;
    right: 16px;
    top: 5px;
    color: #000;
    transition: all 0.3s ease-in-out;
    font-size: 45px;
    font-weight: 300;
}

ul.accordion-list .active h3:after {
    content: '-';
    color: #a52b17;
}

ul.accordion-list li.active h3 {
    border-bottom: 1px solid #E6E6E6;
}

.faq-app {
    padding: 90px 0;
}

    .faq-app .container {
        background: #FFFFFF;
        box-shadow: 4px 7px 30px 4px rgba(0, 0, 0, 0.04);
        padding: 60px;
    }

    .faq-app .wor-hed {
        margin: 0 0 36px;
    }

.tech-img {
    width: 37%;
}

.tech-frm {
    width: 59%;
    padding: 0 0 0 40px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 17px 18px 17px 22px;
    box-sizing: border-box;
    font-size: 1rem;
    background-color: #fff;
    overflow: visible;
    background-clip: padding-box;
    color: #939393;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-row .col {
    width: 54%;
    padding: 0 10px;
}

.form-row {
    display: flex;
    margin: 0 -10px 22px;
}

    .form-row.ary {
        margin: 0;
    }

        .form-row.ary textarea {
            min-height: 170px;
        }

.btn-smt button {
    border: none;
    background: #2661A5;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 13px 40px;
}

.btn-smt {
}

.faq-app.get-tech {
    padding: 0 0 90px;
}

.site-footer {
    background: #000;
    padding: 60px 0;
}

.foot-col {
    width: 20%;
}

    .foot-col.foot-nav {
        width: 18%;
    }

        .foot-col.foot-nav li a {
            color: #DADADA;
            font-size: 14px;
        }

        .foot-col.foot-nav ul {
            padding: 0;
        }

        .foot-col.foot-nav li {
            margin: 0 0 21px;
            list-style: none;
        }

.foot-adrs p {
    margin: 0;
    font-size: 14px;
    line-height: 23px;
    color: #DADADA;
}

.foot-col.foot-adrs {
    width: 23%;
    padding-right: 107px;
}

.foot-col.appfd {
    width: 12.5%;
    text-align: right;
}

.app-ft.foot-ap {
    margin: 0;
}

    .app-ft.foot-ap img {
        width: 153px;
    }

.allrsv, .allrsv a {
    font-size: 12px;
    color: #DADADA;
}

.allrsv {
    width: 50%;
}

    .allrsv.rightw {
        text-align: right;
    }

.foot-copy {
    border-top: solid 1px rgba(255, 255, 255, 0.07);
    padding: 33px 0 0 0;
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    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;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -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 {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        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;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
/* endSlider */
.pritd p {
    margin: 0 0;
    font-size: 14px;
    color: #3D414D;
    line-height: 25px;
}

.pritd {
    margin: 21px 0 0 0;
    border: solid 1px #3D414D;
    border-radius: 10px;
    padding: 8px 16px;
}

.select select {
    appearance: none;
    outline: 0;
    box-shadow: none;
    padding: 0 1em;
    color: #939393;
    background: #FFFFFF;
    border: 1px solid #e4e7eb;
    border-radius: 5px;
    /* cursor: pointer;*/
    min-height: 46px;
    font-family: 'sharp_sansbook';
    width: 100%;
    font-size: 13px;
}
/* Remove IE arrow */
select::-ms-expand {
    display: none;
}
/* Custom Select wrapper */
.select {
    position: relative;
    width: 100%;
    overflow: hidden;
}
    /* Arrow */
    .select::after {
        content: '';
        position: absolute;
        top: 21px;
        right: -2px;
        padding: 1em;
        background: url("../images/select.svg") no-repeat;
        transition: .25s all ease;
        pointer-events: none;
    }

    .select-disabled::after {
        background: unset !important;
        content: none;
        cursor: not-allowed;
    }

    /* Transition */
    .select:hover::after {
        color: #f39c12;
    }

.input-field input {
    background: #FFFFFF;
    border: 1px solid #e4e7eb;
    border-radius: 5px;
    min-height: 46px;
    padding: 0 1em;
    font-family: 'sharp_sansbook';
    width: 100%;
    font-size: 13px;
    margin: 0;
    position: relative;
    outline: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.text-center {
    text-align: center;
}

.sign-tlt {
    font-weight: 600;
    font-size: 20px;
    color: #232323;
    margin: 0 0 30px;
    text-align: center;
}

.form-group {
    margin: 0 0 15px;
}

    .form-group label {
        width: 100%;
        font-size: 14px;
        display: inline-block;
        margin: 0 0 9px;
        color: #55585a;
        font-weight: 300;
    }

.tooltip {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
}

.btn-smt {
    font-family: 'sharp_sansbook';
    font-weight: 600;
    font-size: 18px;
    background: #2661A5;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    border: none;
    width: 100%;
    padding: 15px 0;
    margin: 17px 0 0 0;
}

.form-group.input-field.pass-code {
    position: relative;
}
/* Tooltip container */
.tooltip {
    position: absolute;
    cursor: pointer;
    /* If you want dots under the hoverable text */
    top: 0;
    right: 0;
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 180px;
        background-color: #2661A5;
        color: #fff;
        text-align: center;
        padding: 4px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: 0;
        font-size: 11px;
        right: 26px;
        margin-left: -60px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }

        /* Tooltip arrow */
        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent #2661A5;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.btn-smt.dew {
    background: transparent;
    cursor: inherit;
}

.sign-bg {
    padding: 40px 0;
}

.pritd a {
    color: #A52B17;
    font-weight: 600;
    margin: 015px 0;
    font-size: 13px;
    margin: 0 10px;
}

.sign-form .container {
    background: #fff;
    padding: 30px 30px 0;
    margin: 20px auto 0;
    max-width: 390px;
    border: 1px solid #e4e7eb;
}

.form-group.rest {
    background: #eceef1;
    margin: 47px -30px 0;
    padding: 17px 0;
    font-size: 14px;
}

.form-group.rest1 {
    background: #eceef1;
    margin: 5px -30px 0;
    padding: 17px 0;
    font-size: 14px;
}

.rest a {
    color: #0077c5;
    font-weight: 600;
}

.rest1 a {
    color: #0077c5;
    font-weight: 600;
}
