@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

/* font-family: 'Montserrat', sans-serif; */

body {
    overflow-x: hidden;
}

*{
    font-family: 'Montserrat', sans-serif;
}

.mainMenu_ul .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #110202;
    }

.mainMenu_ul .nav-link .dotted {
    display: none;
    }

.mainMenu_ul .nav-link.active {
    color: #1072C3;
    
    position: relative;

    }

.mainMenu_ul .nav-link.active .dotted {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1072C3;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    }

.mainMenu_ul .nav-link.active .dotted:after, .mainMenu_ul .nav-link.active .dotted::before { 
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1072C3;
    }

.mainMenu_ul .nav-link.active .dotted:after { 
    right: -10px;
    }

.mainMenu_ul .nav-link.active .dotted::before { 
    left: -10px;
    }

.mainMenu_ul .nav-link {
    padding: 10px 30px !important;
    }

.forquickBox {
    /* background: #1072C3; */
    /* height: 100vh; */
    }

.letdigitedBox h3 {
    font-size: 34px;
    font-weight: bold;
    line-height: 60px;
    text-transform: uppercase;
    }

.letdigitedBox p {
    font-size: 17px;
    line-height: 34px;
    color: #ABABAB;
    }

.letdigitedBox p .ivaluesoftName {
    font-size: 17px;
    line-height: 34px;
    color: #1072C3;
    font-weight: bold;
    }

.forquickBtn {
    background: #22CA8E;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 16px 35px;
    border-radius: 30px;
    border: 1px solid #22CA8E;
    }

.assessdemoBox{
    background: #E9EFFD;
    padding: 40px;
    }

.assessdemoBox p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    }

.assessdemoBox h6 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    }

.sendapplinkBtn {
    background: #1D274A;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 16px 35px;
    border-radius: 0;
    border: 1px solid #1D274A;
    }

.sendapplinkInput {
    background: #fff;
    line-height: 61px;
    padding: 0 33px;
    width: 100%;
    min-width: 300px;
    color: #000;
    font-size: 16px;
    outline: none;
    }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#A3A8A5;
    opacity: 1; /* Firefox */
    }

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A3A8A5;
    }

::-ms-input-placeholder { /* Microsoft Edge */
    color: #A3A8A5;
    }

.panterBox {
    background: #f8f9f8;
    text-align: center;
    }

.panterBox img {
    height: 100px;
    text-align: center;
    }

.customermobileBox h2 {
    color: #000;
    font-size: 48px;
    line-height: 55px;
    font-weight: bolder;
    text-transform: uppercase;
    }

.customermobileBox p {
    color: #323232;
    font-size: 18px;
    line-height: 45px;
    }

.customermobileListbox h6 {
    font-size: 35px;
    font-weight: bolder;
    }

.customermobileListbox .list-group-item {
    font-size: 18px;
    color: #323232;
    position: relative;
    padding-left: 60px;
    margin: 8px 0;
    }

.customermobileListbox .list-group-item::before {
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 50%;
    display: block;
    background: #DAE3FE;
    }

.customermobileListbox .list-group-item::after {
    width: 20px;
    height: 10px;
    content: "";
    position: absolute;
    left: 10px;
    top: 16px;
    display: block;
    background: transparent;
    border-left: 2px solid #1072C3;
    border-bottom: 2px solid #1072C3;
    transform: rotate(312deg);
    -webkit-transform: rotate(312deg);
    -o-transform: rotate(312deg);
    transform: rotate(312deg);
    }

.mobileapplicationCtn h2 {
    color: #fff;
    font-size: 48px;
    line-height: 75px;
    font-weight: bolder;
    text-transform: uppercase;
    }

.mobileapplicationCtn p {
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    }

.mobileapplicationBox {
    background: #1072C3;
    }

.mobileapplicationListCtn {
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 3px 6px #00000029;
    -webkit-box-shadow: 0 3px 6px #00000029;
    }

.mobileapplicationListCtn h2 {
    color: #323232;
    font-size: 35px;
    line-height: 75px;
    font-weight: bolder;
    margin-bottom: 0;
    }

.mobileapplicationListCtn p {
    color: #323232;
    font-size: 18px;
    line-height: 45px;
    }

.mobileapplicationListCtn .card {
    width: 140px;
    text-align: center;
    border: none;
    display: inline-block;
    }

.mobileapplicationListCtn .card .card-text {
    color: #323232;
    font-size: 18px;
    }

.mobileapplicationList .list-group-item {
    color: #323232;
    font-size: 18px;
    line-height: 40px;
    padding-left: 35px;
    position: relative;
    }

.mobileapplicationList .list-group-item:after { 
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    background: #1072C3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: auto 0;
    }

.solitionListBox {
    border: 6px double #1072C3;
    }

.solitionListBox.customermobileListbox .list-group-item::before {
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    left: -16px;
    top: 7px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 10px solid #22CA8E;
    }

.solitionListBox.customermobileListbox .list-group-item::after {
    display: none;
    }

.solitionListBox.customermobileListbox .list-group-item {
    padding-left: 37px;
    }

.previewBox {
    background: #F7F7F8;
    }

.previewBox h2 {
    color: #323232;
    font-weight: bolder;
    font-size: 32px;
    }

.previewBox .nav-tabs .nav-link {
    background: #FFF;
    border: none;
    border-bottom: 6px solid #f7f7f8;
    color: #ABABAB;
    font-size: 21px;
    padding: 20px 30px;
    }

.previewBox .nav-tabs .nav-link.active {
    border-bottom: 6px solid #1072C3;
    }

.contactBox {
    background: #296CD8;
    padding: 84px 0 50px;
    }

.contactBox .form-control {
    line-height: 51px;
    }

.contactBox h2 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    line-height: 78px;
    }

.contactButton {
    display: inline-block;
    line-height: 50px;
    font-size: 16px;
    color: #1072C3;
    background: #DAE3FE;
    border-radius: 32px;
    padding: 0 30px;
    text-decoration: none;
    font-weight: bold;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    }

.contactButton:hover {
    color: #fff;
    background: #22CA8E;
    }

.contactSubmitButton {
    display: inline-block;
    line-height: 64px;
    font-size: 21px;
    color: #fff;
    background: #22CA8E;
    border-radius: 4px;
    padding: 0 70px;
    text-decoration: none;
    font-weight: bold;
    margin-right: 20px;
    border: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    }

.contactSubmitButton:hover { 
    color: #22CA8E;
    background: #000;
    }

.getinTouchBox h3 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    }

.getinTouchBox p {
    color: #fff;
    font-size: 21px;
    /* line-height: 72px; */
    }

.getinTouchBox a {
    color: #fff;
    font-size: 21px;
    /* line-height: 72px; */
    font-weight: bold;
    text-decoration: none;
    }

h6.copyText {
    color: #323232;
    font-weight: bold;
    line-height: 45px;
    margin: 0;
    font-size: 18px;
    }

 .mainBox {
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
    z-index: 3;
    padding: 30px 0;
    }

 .bannerBox {
    position: relative;
    z-index: 2;
    }

 .bannerBox:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: #1072C3;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    }

.dottedBox{
    position: relative;
    z-index: 2;
    }

.dottedBox::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 240px;
    height: 190px;
    top: 20px;
    background-size: 100% auto !important;
    }

.whiteDotted:before {
    background: url(../images/whiteDotted.png) no-repeat 0 0;
    right: 50px;
    }

.blueDotted:before {
    background: url(../images/blueDotted.png) no-repeat 0 0;
    left: 50px;
    }

.whiteDottedone:before {
    background: url(../images/whiteDotted.png) no-repeat 0 0;
    left: 50px;
    }

.previewBox .bg-primary {
    background: #1072c3 !important;
    }

    .navbar-toggler-icon {
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    position: relative;
    }

    .navbar-toggler-icon:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 4px;
        width: 100%;
        margin: auto 0;
        background: #000;
        top: 0;
        bottom: 0;
    }

    .socialBox {
        text-align: right;
    }

    .socialBox a {
        text-decoration: none;
    }

 @media (max-width: 1050px) {
     .customermobileBox h2, .mobileapplicationCtn h2, .mobileapplicationListCtn h2, 
     .previewBox h2, .contactBox h2, .customermobileListbox h6, .getinTouchBox h3 {
        font-size: 30px;
        line-height: 55px;
        text-align: center;
        }

    .customermobileBox p, .mobileapplicationCtn p {
        font-size: 18px;
        line-height: 36px;
        text-align: center;
    }

    .dottedBox::before {
        top: 10px;
    }

    .blueDotted:before {
        left: 10px;
    }

    .whiteDottedone:before {
        left: 10px;
    }

    .contactButton {
        padding: 0 17px;
    }

    .dottedBox::before {
        width: 125px;
        height: 107px;
    }
    a.navbar-brand img {
        width: 260px;
    }

    header .mainBox {
        padding: 10px 0;
    }

    }

    input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
    }

 @media (max-width: 780px) {
    .bannerBox:after {
        display: none;
        }

    .forquickBox  {
        background:  #1072C3;
        }

    header .navbar-collapse {
        background: #0a77c5;
        }

    .mainMenu_ul .nav-link.active {
        color: #ffffff;
    }

    .mainMenu_ul .nav-link.active .dotted {
        background: #fff;
        right: auto;
        left: 40px;
        }
    
    .mainMenu_ul .nav-link.active .dotted:after, 
    .mainMenu_ul .nav-link.active .dotted::before { 
        background: #fff;
        }

        .contactBox {
            background: #296CD8;
            padding: 40px 0 50px;
        }

        .copyText {
            text-align: center;
        }
        .socialBox {
            text-align: center;
        } 

        .contactBox h2 {
            margin-bottom: 40px;
        }

        .assessdemoBox {
            margin: 30px auto !important;
        }

        .letdigitedBox {
            text-align: center;
        }

        .solitionListBox {
        margin: 30px 40px !important;
        }

        .previewBox .nav-tabs .nav-link {
            font-size: 18px;
            padding: 20px 15px;
        }

        .mobileapplicationList .list-group-item:after {
            bottom: auto;
            top: 25px;
        }

        .contactBox .mb-5 {
            margin-bottom: 10px !important;
        }

        .mobileapplicationList {
            margin-top: 30px;
        }

    }

    @media (max-width: 480px) {

        .customermobileBox h2, .mobileapplicationCtn h2, .mobileapplicationListCtn h2, 
        .previewBox h2, .contactBox h2, .customermobileListbox h6, .getinTouchBox h3, .letdigitedBox h3 {
            font-size: 20px;
            line-height: 30px;
            margin-bottom: 20px !important;
           }

           .letdigitedBox p,  .customermobileBox p, .mobileapplicationCtn p,
           .customermobileListbox .list-group-item, .mobileapplicationListCtn p,
           .mobileapplicationList .list-group-item {
            font-size: 17px;
            line-height: 25px;
        }

        .assessdemoBox .col-auto {
            display: block !important;
            width: 100%;
        }

        .sendapplinkBtn {
            font-size: 14px;
            padding: 10px 35px;
            display: block;
            width: 180px;
            margin: 0 auto;
        }

        .customermobileListbox .list-group-item::before { 
            top: 4px;
        }
        .customermobileListbox .list-group-item::after {
            top: 20px;
        }

        .sendapplinkInput {
            min-width: auto;
        }

        .getinTouchBox {
            margin-top: 50px;
            text-align:  center;
        }

        .contactButton {
            line-height: 40px;
            padding: 0 15px;
            margin-right: 5px;
            margin-bottom: 20px;
        }

        .mobileapplicationListCtn .card {
            margin: 20px 0;
        }

        .getinTouchBox p, .getinTouchBox a  {
            font-size: 15px;
        }

        .mobileapplicationList .list-group-item:after {
            bottom: auto;
            top: 16px;
        }

    }

    @media (max-width: 340px){
        a.navbar-brand img {
        width: 174px;
        }

        .customermobileBox h2, .mobileapplicationCtn h2, .mobileapplicationListCtn h2, 
        .previewBox h2, .contactBox h2, .customermobileListbox h6, .getinTouchBox h3,
         .letdigitedBox h3, .assessdemoBox h6 {
            font-size: 16px;
            line-height: 22px;
        }

        .letdigitedBox p, .customermobileBox p, .mobileapplicationCtn p,
         .customermobileListbox .list-group-item, .mobileapplicationListCtn p,
          .mobileapplicationList .list-group-item {
            font-size: 14px;
            line-height: 20px;
        }

    }


    



/*alert css start*/

        
    @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
    /*****************************/
    /* MESSAGE BOX RELATED CLASS */
    /* (START) */
    /*****************************/
     .msgbox-area {
       max-height: 100%;
       position: fixed;
       bottom: 15px;
       left: 20px;
       right: 20px;
    }
     .msgbox-area .msgbox-box {
       font-size: inherit;
       color: #fff;
       background-color: rgba(0, 0, 0, 0.8);
       padding: 18px 20px;
       margin: 0 0 15px;
       display: flex;
       align-items: center;
       position: relative;
       border-radius: 12px;
       box-shadow: 0 10px 15px rgba(0, 0, 0, 0.65);
       transition: opacity 300ms ease-in;
    }
     .msgbox-area .msgbox-box.msgbox-box-hide {
       opacity: 0;
    }
     .msgbox-area .msgbox-box:last-child {
       margin: 0;
    }
     .msgbox-area .msgbox-content {
       flex-shrink: 1;
    }
     .msgbox-area .msgbox-close {
       color: #fff;
       font-weight: bold;
       text-decoration: none;
       margin: 0 0 0 20px;
       flex-grow: 0;
       flex-shrink: 0;
       position: relative;
       transition: text-shadow 225ms ease-out;
    }
     .msgbox-area .msgbox-close:hover {
       text-shadow: 0 0 3px #efefef;
    }
     @media (min-width: 481px) and (max-width: 767px) {
       .msgbox-area {
         left: 80px;
         right: 80px;
      }
    }
     @media (min-width: 768px) {
       .msgbox-area {
         width: 480px;
         height: 0;
         top: 15px;
         left: auto;
         right: 15px;
      }
    }
    /*****************************/
    /* MESSAGE BOX RELATED CLASS */
    /* (END) */
    /*****************************/
     body {
       font-family: "Open Sans", sans-serif;
    }
     .msgbox-area {
       font-size: 16px;
    }
     .msgbox-message-container {
       text-align: center;
       width: 100vw;
       height: 100vh;
       padding: 20px;
       box-sizing: border-box;
       display: flex;
       align-items: center;
       justify-content: center;
       flex-direction: column;
    }
     .msgbox-message-container h1, .msgbox-message-container h3 {
       margin: 10px 20px;
    }
     .msgbox-message-container p {
       margin: 5px 20px;
    }
     .msgbox-message-button {
       font-size: 18px;
       font-weight: bold;
       font-family: inherit;
       color: white;
       background-color: #1476ff;
       width: 250px;
       border: solid 2px #005de0;
       padding: 10px 20px;
       cursor: pointer;
       outline: none;
       box-shadow: 0 5px #005de0;
       transition: background-color 100ms ease-out, box-shadow 100ms ease-out, transform 100ms ease-out;
    }
     .msgbox-message-button:hover, .msgbox-message-button:focus, .msgbox-message-button:active {
       background-color: #2e85ff;
    }
     .msgbox-message-button:active {
       background-color: #0068fa;
       box-shadow: 0 0 #005de0;
       transform: translateY(5px);
    }
     
/*alert css end*/
   video.presentation{
       width: 100% !important;
       height: 90% !important;
   }



    

   



    
