﻿@font-face {
    font-family: helvetica-light;
    src: url(../fonts/HelveticaLTStd-Light.otf);
}

@font-face {
    font-family: helvetica-bold;
    src: url(../fonts/HelveticaLTStd-Bold.otf);
}

html, body {
    padding: 0;
    margin: 0;
}

body {
    position: relative;
    min-height: 100%;
    background-color: #fff;
    font-family: 'helvetica-light';
    font-size: 15px;
    line-height: 28px;
    color: #4d4d4d;
    -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    font-weight: 600;
    padding: 0;
    margin: 0 0 10px 0;
    font-family: 'helvetica-bold'
}

h1, h2, h3, h4, h5, h6 {
    color: #393939;
}

p {
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
}

a, a:link, a:active, a:visited, a:hover, a:focus {
    color: #4d4d4d;
    text-decoration: none;
    outline: 0;
    outline-offset: 0;
}

    a:hover {
        color: #000;
    }

img {
    max-width: 100%;
    vertical-align: middle;
}

ul {
    list-style-type: none;
}


/*------------- common css -----------------*/
textarea {
    resize: none;
    max-height: 80px;
}

.form-control:focus {
    border: 1px solid #20222b;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

a.btn, .btn {
    background-color: #0066a6;
    color: #fff;
    font-size: 18px;
    border: 0px solid #0066a6;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

a.btn:hover, .btn:hover, .btn-primary:hover {
    background-color: #025990;
    color: #fff;
    font-size: 18px;
    border: 0px solid #0066a6;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

a.btn:focus, .btn:focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.errormsg {
    color: #c50d0d;
    font-size: 13px;
}

.successbox {
    display: none;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: 12px 15px;
    margin: 0 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    width: 100%;
}

.errorbox {
    display: none;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 12px 15px;
    margin: 0 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    width: 100%;
}

.sel-nobor {
    display: block;
    width: 98%;
    margin: 10px 0 10px 3px;
    padding: 0;
    border: 0px solid #ccc;
    color: #4d4d4d;
}

    .sel-nobor:focus {
        outline: 0;
    }

.img-center {
    margin: 0 auto;
    text-align: center;
}

.cor1 {
    color: #fff;
}

.cor2 {
    color: #0066a6;
}

.bgcol1 {
    background-color: #1376bc;
}

.bgcol2 {
    background-color: #fa683d;
}

.bgcol3 {
    background-color: #f7f7f7;
}

.ptext {
    color: #1e2432;
    line-height: 1.5em;
}



.wrap {
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

    .wrap:before, .wrap:after {
        content: '';
        height: 0;
        display: block;
    }

    .wrap:after {
        clear: both;
    }

.section {
    padding: 60px 0;
    position: relative;
}
/*------------- main-navigation -----------------*/

a.nav-link {
    color: #fff;
}

.nav-item {
    margin-left: 20px;
}

.ap-navbar-brand-logo, .ft-logo {
    max-height: 40px;
}

.navbar-light .navbar-toggler {
    color: rgb(245 245 245);
    border-color: rgb(255 255 255 / 85%);
    background-color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #fff
    }

.navbar-expand-lg > .container {
    background-color: rgb(41 53 73 / 0.80);
    padding: 10px 20px;
}
/*------------- close main-navigation -----------------*/

/* .pg-homewrap .hometopslide .lead{ font-size:22px; line-height:38px; max-width:889px; margin:0 auto;} */

/*------------- footer -----------------*/
.foot-wrap {
    color: #c8cfd5;
    display: inline-block;
    width: 100%;
    background-color: #4c5761;
}

.footer {
    padding: 0;
}

    .footer h6, .footer .title {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 10px;
        position: relative; /* cursor: pointer; border-bottom:1px dashed #959595; */
    }

    .footer .col, .footnav {
        padding-top: 30px;
    }

.footlogo {
    margin-right: 10px;
    margin-top: 2px;
    max-height: 50px;
}

.infocom {
    float: left;
    max-width: 310px;
    margin-right: 30px;
}

    .infocom img {
        float: left;
    }

.foot-txt-wrap {
    float: left;
}

    .foot-txt-wrap p {
        padding-bottom: 0;
        font-size: 13px;
        margin-bottom: 0;
        color: #c8cfd5;
    }

    .foot-txt-wrap p {
        margin-top: -8px;
    }

        .foot-txt-wrap p a {
            font-weight: bold;
            color: #c8cfd5;
        }

            .foot-txt-wrap p a:hover {
                color: #e0e9f1;
            }

.pci-dss img {
    float: right;
}

.copyright {
    border-top: 1px solid #3f4952;
    margin-top: 15px;
    padding-top: 10px;
    color: #c8cfd5;
}

/*------------- close footer css -----------------*/


/*------------- homesec1 -----------------*/

.signup-box {
    width: 530px;
    margin: 0 auto;
}

    .signup-box .sec-th {
        margin-bottom: 65px;
    }

.custom-frame {
    width: 530px;
    height: 670px;
    border: 0;
    z-index: 100;
    position: relative;
}

.banner-figure {
    position: relative;
}

.scroll-pane {
    width: 100%;
    height: 620px;
    overflow: auto;
}

.whbg {
    background-color: #fff;
    padding: 80px 0 0 80px;
    width: 161%;
    height: 430px;
    margin-left: -200px;
}

.phara-text {
    padding: 0 120px;
}

.vidbg {
    position: relative;
    z-index: 1;
    max-width: 516px;
}
/* .vidbg img{
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.70);
} */
.videoframe {
    width: 100%;
    min-height: 100%;
    height: 315px;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.70);
}

.sec-signup-box {
    padding-bottom: 90px;
}

.signup-box-pg {
    padding-top: 60px;
}

.reqdemolink {
    border:1px solid white;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.font-21 {
    font-size: 21px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-28 {
    font-size: 28px;
}

.text-white {
    color: white;
}

.text-blue {
    color: #005BF2;
}

.text-violet {
    color: #8057DC;
}
.bg-white-box {
    background: #F7F7F7;
    border: none !important;
}

    .bg-white-box::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -30px;
        border: solid 15px transparent;
        border-left-color: #FFF;
        z-index: 1;
    }

#features .bg-light {
    height: 315px;
    background-color: #fff !important;
}
.bg-violet {
    background: #C1A9F8;
    border: none;
}

.bg-blue {
    background: #B4E1E6;
    border: none;
}

.bg-brown {
    background: #F9AC82;
    border: none;
}

.bg-green {
    background: #E4FB5E;
    border: none;
}

.box-heading {
    font-family: 'helvetica-bold';
    font-size: 24px;
}

.box-para {
    font-size: 20px;
    font-family: 'helvetica-light';
}

.bg-grey {
    background: #F6F5F5 !important;
}

.boxes-div {
    max-width: 1020px;
}

.line {
    width: 50%;
    border-top: 2px solid #005BF2;
    margin-bottom: 0px;
}

    .line:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 7px 7px 0;
        border-color: #005BF2 transparent;
        display: block;
        width: 0;
        z-index: 1;
        left: 47%;
    }

    .line:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 7px 7px 0;
        border-color: #005BF2 transparent;
        display: block;
        width: 0;
        z-index: 1;
        left: 47%;
    }

.text-violet {
    color: #8057DC;
}

.text-brown {
    color: #D6713A;
}

.text-lightblue {
    color: #59BBC6;
}

.text-green {
    color: #ABC60F;
}

.font-30 {
    font-size: 30px !important;
}

.img-bg-circle {
    background: #DDFFD1;
    border: 1px solid #DDFFD1;
    border-radius: 50%;
    padding: 15px;
    width: 80px;
}

.img-bg-circle2 {
    background: #FFFDD1;
    border: 1px solid #FFFDD1;
    border-radius: 50%;
    padding: 15px;
    width: 80px;
}

.img-bg-circle3 {
    background: #FED1FF;
    border: 1px solid #FED1FF;
    border-radius: 50%;
    padding: 15px;
    width: 80px;
}

.img-bg-circle4 {
    background: #FFE3D1;
    border: 1px solid #FFE3D1;
    border-radius: 50%;
    padding: 15px;
    width: 80px;
}

.img-bg-circle5 {
    background: #D1EAFF;
    border: 1px solid #D1EAFF;
    border-radius: 50%;
    padding: 15px;
    width: 80px;
}
.img-bg-circle6 {
    background: #D5D1FF;
    border: 1px solid #D1EAFF;
    border-radius: 50%;
    padding: 15px;
    width: 80px;
}
.box-feature {
    max-width: 275px;
}

.form-container {
    background: #F7F9FA;
    max-width: 600px;
}

.font-26 {
    font-size: 26px;
}

.sub {
    display: none;
    color: #fff;
}

.custominput {
    border: none;
    padding: 20px;
    font-size: 18px;
    border-left: 2px solid #6996DA;
    border-radius: 0;
    background: #F7F9FA;
    width: 95%;
}

.bg-sub {
    background: #6996DA;
}

.features {
    max-width: 1060px
}

.border-blue {
    border: 1px solid #6996DA;
    border-radius: 0 !important;
}

.boxes-div .card-body {
    min-height:250px;
    padding:40px;
}

.banner-div {
    background: url('../images/banner-bg.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 750px;
}

    .banner-div .nav-link {
        font-family: helvetica-bold;
    }

.center {
    margin: 10% 0%;
}

@media (min-width: 992px) {
    .rowbar {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
}


@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media all and (max-width:991px) {


    .vidbg {
        margin: 0 auto;
    }

    .whbg {
        padding: 50px 0 50px 0px;
        width: 100%;
        height: auto;
        margin-left: 0px;
    }
}

@media all and (max-width: 767px) {

    .main-navigation-open .polygon-cta, .no-scroll.main-navigation-drawer-open .polygon-cta {
        fill: #fff !important;
    }

    .footer img {
        margin-bottom: 20px;
    }
    .bg-white-box::after {
        content: "";
        position: absolute;
        left: 43%;
        bottom: -30px;
        border: solid 15px transparent;
        border-top-color: #f7f7f7;
        z-index: 1;
        top: auto;
        right: auto;
    }
}

@media (max-width:576px) {
    h1 {
        font-size: 26px !important
    }
    .boxes-div p, .features p, .banner-content p {
        font-size:18px !important
    }
    .boxes-div h4 {
        font-size: 20px !important
    }
    .features .card-deck {
        display: block !important;
    }

    .banner-content {
        width: 100% !important;
        display: block !important;
    }

    .banner-div iframe {
        width: 100% !important;
        height: auto !important
    }

    .custom-frame {
        width: 400px;
    }

    .signup-box {
        width: 400px;
    }
    .features p {
        padding: 0px 20px;
    }
    .boxes-div .card-body {
        padding: 40px 20px !important;
    }
}

@media all and (max-width: 480px) {


    .ap-navbar-brand-logo, .ft-logo {
        max-height: 30px;
    }

    .videoframe {
        height: 215px;
    }
    .pci-dss img {
        float: none !important;
    }
}

@media all and (max-width:380px) {

    .custom-frame {
        width: 350px;
    }

    .signup-box {
        width: 350px;
    }
}

@media all and (max-width:360px) {
    .ap-navbar-brand__logo-ap, .ft-logo {
        max-height: 27px;
        margin-top: 10px;
    }

    .custom-frame {
        width: 300px;
    }

    .signup-box {
        width: 300px;
    }
}

