/* common css start */
*{
    padding:0;
    margin:0;
    box-sizing:border-box;
    }
    html{
    scroll-behavior: smooth;
    }
    body{
    color: #3A4150;
    }
    .container{
    margin:  0 auto;
    max-width: 1410px;
    padding: 0 20px;
    width: 100%;
    }
    ul{
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
    }
    li{
    list-style: none;
    }
    a{
    text-decoration: none;
    }
    a:focus {
    outline: none!important;
    text-decoration: none!important;
    }
    a:hover, a:active ,a:visited {
    color: initial!important;
    }
    img{
    max-width: 100%;
    }
    h1,h2,h3,h4{
    font-family: 'Merriweather'!important;
    font-weight: bold!important;
    font-style: normal!important;
    color:#3A4150;
    }
    p{
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    color: #656565;
    font-size: 18px;
    line-height: 1.5;
    }
    .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    }
    .col-50{
    width: 50%;
    }
    .py-90{
    padding: 90px 0;
    }
    .bg-color{
    background-color: #F4F5F9;
    }
    .section-heading{
    text-align: center;
    }
    .section-heading span{
    color: #3A4150;
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    }
    .section-heading h3{
    margin: 10px 0 60px 0;
    font-size: 42px;
    text-transform: capitalize;
    }
    /* common css Ending--
    ---------------- */
    /* main header css start */
    header.header {
    padding-top: 15px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    }
    .header.active {
    transition: all .8s;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    }
    .header-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
    .header-inner-center {
    width: auto;
    text-align: center;
    }
    li.menu-item{
    display: inline-block;
    margin: 0 18px;
    }
    a.menu-link{
    padding: 0 8px;
    font-family: 'open sans';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #3A4150;
    text-transform: uppercase;
    letter-spacing: .3px;
    }
    li.menu-item a.menu-link {
    color: #333!important;
    }
    .contact-number.row{
    align-items: center;
    }
    .primary-phn-number a {
        color: #333;
        font-size: 20px;
        font-family: 'Open Sans';
        font-weight: normal;
        font-style: normal;
        /* background-image: linear-gradient(90deg, rgb(255, 94, 36) 0%, rgb(255, 127, 81) 100%); */
        padding: 2px 12px;
        border-radius: 5px;
        font-weight: bold;
        display: block;
        text-align: right;
    }
    .primary-phn-number a span {
        font-family: 'Open Sans';
        font-size: 18px;
        font-weight: normal;
    }
    .phn-number{
    margin-left: 20px;
    line-height: normal;
    width: 300px;
    }
    .phn-number span{
    display: block;
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #3F6CF8;
    }
    .phn-number a{
    color: #3A4150!important;
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: normal;
    }
    header#masthead {
    display: none;
    }
    /* main header css ending */
    /* header banner css start */
    section.header-banner {
    position: relative;
    background-image: url("../images/header-banner1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 115px;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 100%);
    height: 100vh;
    z-index: 1;
    }
    section.header-banner:after{
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    }
    h1:not(.site-title):before,h2:not(.site-title):before{
    display: none!important;
    }
    .header-banner-title span,.about-company-txt span{
    font-size: 20px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    }
    .header-banner-title h1,.about-company-txt h2{
    font-size: 42px;
    color: #fff;
    margin-bottom: 36px;
    line-height: 1.5;
    }
    .header-banner-title  p{
    color: #fff;
    }
    .header-banner-btn {
    margin-top: 20px;
    display: flex;
    }
    .header-banner-btn a{
    background-color: #3f6cf8;
    box-shadow: 0px 3px 6px #4F49E73B;
    opacity: 1;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    padding: 13px 18px;
    border-radius: 8px;
    margin-top: 10px;
    position: relative;
    }
    a.header-btn svg .a {
    fill: #3F6CF8!important;
    }
    /* .header-banner-btn a:after,
    .header-banner-btn a:before,
    .choose-us-btn a:after,
    .choose-us-btn a:before {
    content: "";
    left: 20px;
    top: calc(50% - 13px);
    background-color: transparent;
    border: 3px solid #3f6cf8;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: 1;
    }
    .header-banner-btn a:before,.choose-us-btn a:before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    }
    @-webkit-keyframes ripple {
    from {
    opacity: 1;
    transform: scale3d(0, 0, 0);
    }
    to {
    opacity: 0;
    transform: scale3d(2, 2, 2);
    }
    }
    .header-banner-btn svg{
    margin-right: 15px;
    } */
    /* .header-banner-btn a svg .a {
    fill: #fff!important; 
    } */
    .header-bg-img img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: auto;
    z-index: -1;
    }
    /* header banner css ending */
    /* company logo section css start */
    section.comapany-logo{
    padding: 80px 0 90px;
    }
    .brnd-sec-head{
    text-align: center;
    }
    .brnd-sec-head h2 {
    text-align: center;
    margin: 10px 0 60px 0;
    font-size: 42px;
    text-transform: capitalize;
    }
    .brnd-sec-head span {
    color: #3A4150;
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    }
    .col{
    width: 25%;
    text-align: center;
    }
    .company-logo-col.col {
    width: 20%;
    }
    .company-logo-col.col img {
    width: 200px;
    }
    .apple-logo-size img{
    width: 230px;
    }
    .logo-bg {
    width: 85%;
    margin: auto;
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 13px 0 13px;
    }
    /* company logo section css ends */
    /* about company section css start */
    .about-company{
    padding: 80px 0 90px;
    }
    .about-company-txt span,.about-company-txt h2{
    color: #3A4150;
    }
    /*about comapny section css ends  */
    /* techy section css start */
    section.tech-problem:after {
    position: absolute;
    content: "";
    background-color: #4166F5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.8;
    }
    section.tech-problem {
    background-image: url("../images/tech-bg.webp");
    padding: 130px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
    }
    .tech-problem-bg{
    background-color: #F4F7FE;
    padding: 30px;
    box-shadow: 0px 0px 15px #82C5FF24;
    }
    .tech-problem-row{
    align-items: flex-start;
    }
    .tech-problem-row .col{
    width: 33.333%;
    padding: 20px;
    text-align: left;
    }
    .gallery{
    margin: 0!important;
    }
    .list-item-padding{
    padding: 0px 10px 10px 20px;
    }
    .tech-list-item {
    background: #fff;
    box-shadow: 1px 2px 4px 0px rgba(202, 202, 202, .5);
    border-radius: 6px;
    min-height: 540px; 
    padding: 20px 12px 20px;
    }
    .tech-list-item .list-heading {
    position: relative;
    }
    .tech-list-item .list-heading h3 {
    font-size: 24px;
    display: inline-block;
    }
    .tech-list-item .list-heading a,
    .printer-Certificate a {
    font-size: 14px;
    text-align: right;
    padding: 8px;
    background-image: linear-gradient(90deg, rgb(255, 94, 36) 0%, rgb(255, 127, 81) 100%);
    color: #fff!important;
    font-family: 'Open Sans';
    position: absolute;
    right: 0;
    top: 0px;
    border-radius: 3px;
    }
    .printer-Certificate a{
    right: 10px;
    }
    .tech-list-item ul {
    position: relative;
    top: 18px;
    }
    span.printer-Certificate.gallery a {
    top: 15px;
    }
    .tech-tabs{
    background-color: #fff;
    padding:30px 30px 30px 60px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    box-shadow: 1px 2px 4px 0px rgba(202, 202, 202, .5);
    position: relative;
    text-align: left;
    overflow: hidden;
    min-height: 140px;
    }
    .tech-list-item ul li {
    display: inline-flex;
    width: 100%;
    }
    span.tech-tabs-txt {
    margin-left: 17px;
    width: 100%;
    }
    .tech-tabs span{
    font-size: 20px;
    }
    .tech-tabs span,.tech-list-item li span{
    font-size: 18px;
    color: #4B505B;
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 15px;
    }
    .tech-tabs span{
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 600;
    }
    .tab-icon svg{
    width: 44px;
    height: 44px;
    }
    .tab-icon svg path.a {
    fill: #4168f6;
    }
    .check-icon svg path.a {
    fill: #4168f6;
    }
    section.tech-problem .section-heading span,section.tech-problem .section-heading h3{
    color: #fff!important;
    }
    /* techy section css Ends */
    /* Benefits section css start */
    .benefits{
    padding: 90px 0;
    }
    .benefits-row.row{
    align-items: flex-start;
    }
    .benefits-row .col {
    text-align: left;
    padding: 0 15px;
    }
    .benefits-col{
    background: #F4F7FE;
    padding:20px;
    min-height: 100%;
    transition: all .5s;
    }
    .benefits-col:hover{
    transform: translateY(-15px);
    }
    .benefits-col svg .a {
    fill: #3F6CF8;
    }
    .benefits-col:hover{
    box-shadow: 0px 0px 10px #0000001F;
    }
    .benefits-col h4{
    font-size: 22px;
    }
    .benefits-col p{
    font-size: 16px;
    }
    /* benefits section css Ends */
    /* how its work section css start  */
    .how-work:after {
    position: absolute;
    background-color: #4166F5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    opacity: .8;
    }
    .how-work{
    position: relative;
    padding: 110px 0;
    background-image: url("../images/work-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    clip-path: polygon(0 4%, 100% 0, 100% 95%, 0 100%);
    }
    .how-work-row{
    align-items: flex-start;
    background-color: #fff;
    position: relative;
    }
    .how-work-col-2{
    position: relative;
    padding: 60px 90px;
    }
    .how-work-tabs {
    box-shadow: 1px 0px 2px rgb(202 202 202 / 50%);
    display: flex;
    }
    .how-work-tabs-content{ 
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all .8s ;
    }
    .content-col{
    width: 50%;
    }
    .how-work .section-heading span,.how-work .section-heading h3{
    color: #fff!important;
    }
    .how-work-tabs-content.active{
    transform: scale(1);
    position: relative;
    }
    .how-work-tabs-list.active{
    background: transparent linear-gradient(180deg, #5244E6 0%, #4E4DE9 26%, #4561F2 55%, #3F6CF8 100%) 0% 0% no-repeat padding-box;
    position: relative;
    }
    .how-work-tabs-list.active:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 18px 11px;
    border-color: transparent transparent #4364f3 transparent;
    transform: rotate(62deg);
    right: 50%;
    bottom: -13px;
    }
    .how-work-row .contact-number {
    margin-top: 38px;
    }
    .how-work-img {
    width: 325px;
    height: auto;
    margin-left: auto;
    max-width: 100%;
    margin-right: 15px;
    }
    .how-work-img  img {
    height: 270px;
    object-fit: cover;
    }
    .how-work-tabs-list {
    padding: 25px 45px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #e4e4e4;
    width:33.3333333333%;
    }
    .box-border{
    border-right:1px solid #e0e0e0;
    border-left:1px solid #e0e0e0;
    }
    .how-work-tabs-list:last-child{
    margin-bottom: 0;
    }
    .how-work-tabs-list.active span,.how-work-tabs-list.active h5{
    color: #fff!important;
    }
    .how-work-tabs-list span {
    font-size: 20px;
    color: #656565;
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    }
    .how-work-tabs-list h5{
    margin: 0;
    font-size: 24px;
    color: #3A4150;
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    }
    /* how it works section css Ends */
    /* beware section css start */
    .beware-row {
    align-items: flex-start;
    }
    .beware-row .beware-col-list {
    background-color: #fff;
    min-height: 455px;
    padding: 35px 30px 20px;
    }
    .beware-row .col-50{
    padding: 0 15px;
    }
    .beware-col-list ul li{
    line-height: 1.5;
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: normal;
    color: #3A4150;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    }
    .beware-col-list ul li span.icon-cross,.beware-col-list ul li span.sucess{
    width: 55px;
    height: 55px;
    background: #ffe9e9;
    border-radius: 4px;
    display: inline-block;
    margin-right: 45px;
    position: relative;
    }
    span.icon-txt {
    flex: 1;
    }
    .beware-col-list ul li span.icon-cross:after, 
    .beware-col-list ul li span.icon-cross:before,
    .beware-col-list ul li span.sucess:after,
    .beware-col-list ul li span.sucess:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #FF2727;
    top: 10px;
    }
    .beware-col-list ul li span.icon-cross:before {
    transform: rotate(45deg);
    }
    .beware-col-list ul li span.icon-cross:after {
    transform: rotate(-45deg);
    }
    .beware-col-list ul li span.sucess{
    background-color: #e5f5ec;
    }
    .beware-col-list ul li span.sucess:before{
    display: none;
    }
    .beware-col-list ul li span.sucess:after{
    display: inline-block;
    transform: rotate(45deg);
    height: 24px;
    width: 12px;
    border-bottom: 2px solid #78b13f;
    border-right: 2px solid #78b13f;
    background-color: transparent;
    }
    /* beware section css End */
    /* choose us section css start */
    .choose-us-col {
    background: #F4F7FE;
    position: relative;
    border-radius: 4px;
    padding: 50px 32px;
    }
    .choose-us-btn svg .a{
    fill: #3F6CF8;
    }
    .choose-us-img img {
    position: absolute;
    bottom: 0;
    right: 0;
    width:290px;
    height: auto;
    }
    .choose-us-row .col-50{
    padding: 0 15px 30px;
    }
    .choose-us-col h4{
    font-size: 26px;
    margin-bottom: 32px;
    }
    .choose-us-btn a:hover{
    background: transparent linear-gradient(180deg, #5244E6 0%, #4E4DE9 26%, #4561F2 55%, #3F6CF8 100%) 0% 0% no-repeat padding-box;
    color: #fff!important;
    }
    .choose-us-btn a:hover svg path.a{
    fill: #fff!important;
    }
    /* choose us section css ends */
    /* testimonial section css start */
    .testimonial:after {
    position: absolute;
    background-color: #4166F5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    opacity: .8;
    }
    .testimonial {
    padding: 90px 0 190px;
    position: relative;
    background-image: url("../images/testimonial-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    clip-path: polygon(0 5%, 100% 0, 100% 93%, 0 100%);
    padding: 110px 0 200px;
    }
    .testimonial-txt.section-heading span, .testimonial-txt.section-heading h3{
    color: #fff;
    }
    .testimonial-row{
    padding: 0 15px;
    }
    .testimonial-col {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px #7E7E7E26;
    padding: 30px 30px 20px;
    position: relative;
    min-height: 430px;
    }
    .testimonial-col p{
    margin: 15px 0 20px 0;
    }
    .review-img {
    text-align: right;
    }
    .review-img img{
    display: inline-block!important;
    }
    .client-img {
    display: inline-flex;
    align-items: center;
    }
    .client-img img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    }
    .client-name{
    margin-left: 15px;
    line-height: normal;
    }
    .client-name p{
    margin: 0;
    }
    .client-name span{
    font-size: 18px;
    color: #3A4150;
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    }
    .client-name p{
    font-size: 14px;
    }
    .quotation-icon-right,.quotation-icon-left{
    opacity: .2;
    }
    .quotation-icon-right{
    position: absolute;
    right: 30px;
    }
    .testimonial button.slick-prev.slick-arrow,
    button.slick-next.slick-arrow  {
    background:#fff;
    width: 87px;
    height: 47px;
    top: 115%!important;
    border-radius: 0;
    }
    .testimonial button.slick-prev.slick-arrow{
    left :calc(48% - 87px);
    }
    .testimonial button.slick-next.slick-arrow{
    right :calc(48% - 87px);
    }
    .testimonial .slick-prev:before, .slick-next:before{
    line-height: .5!important;
    color: #3A4150!important;
    font-size: 40px!important;
    }
    .testimonial button.slick-prev.slick-arrow:hover.slick-prev:before,
    button.slick-next.slick-arrow:hover.slick-next:before{
    color: #3F6CF8!important;
    }
    /* testimonial section css ends */
    /* faq section css strat */
    .accordion .item {
    border-bottom: 1px solid #F4F5F9;
    padding: 30px 40px;
    position: relative;
    }
    button.acc-heading span{
    position: absolute;
    height: 40px;
    width: 38px;
    background-color: #F4F5F9;
    display: block;
    right: 60px;
    top: 30px;
    }
    button.acc-heading span:after{
    border-top: 2px solid #656565;
    border-right: 2px solid #656565;
    transform: rotate(135deg);
    height: 14px;
    width: 14px;
    background-color: transparent;
    right: 12px;
    top: 9px;
    content: "";
    position: absolute;
    transition: all 0.3s;
    }
    .item.active button.acc-heading span{
    background-color: #fff;
    transform: rotate(180deg);
    transition: all 0.3s;
    }
    button.acc-heading {
    font-size: 24px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    color: #4D4D4D!important;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    text-align: left;
    background-color: transparent;
    padding: 0!important;
    border: none;
    }
    button.acc-heading:hover{
    background-color: transparent;
    }
    .item.active button.acc-heading,.item button.acc-heading:focus{
    background-color: transparent;
    outline: none!important;
    }
    .accordion .item .acc-heading.active {
    color: #3A4150!important;
    }
    .item.active{
    background: #F4F5F9;
    }
    .inner {
    max-height: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    /* Firefox 4 */
    -webkit-transition: all 0.3s;
    /* Safari and Chrome */
    -o-transition: all 0.3s;
    /* Opera */
    overflow: hidden;
    }
    .item.active .inner{
    max-height: 500px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    /* Firefox 4 */
    -webkit-transition: all 0.3s;
    /* Safari and Chrome */
    -o-transition: all 0.3s;
    /* Opera */
    }
    /* faq section css Ends */
    /* get solutions section css start */
    .get-solutions{
    padding-bottom: 100px;
    }
    .get-solutions-row{
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 75px 35px;
    background: transparent linear-gradient(180deg, #5244E6 0%, #4E4DE9 26%, #4561F2 55%, #3F6CF8 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    }
    .get-solutions-row h3{
    font-size: 26px;
    margin: 0;
    line-height: 1.5;
    color: #fff;
    }
    .get-solutions-row .header-banner-btn{
    margin-top: 0;
    }
    .get-solutions-col .header-banner-btn a svg .a {
    fill: #3f6cf8;
    }
    /* get solutions sections css Ends */
    /* footer section css start */
    .footer{
    background: transparent linear-gradient(180deg, #5244E6 0%, #4E4DE9 26%, #4561F2 55%, #3F6CF8 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    padding-top: 120px;
    position: relative;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    }
    .footer-row {
    max-width: 900px;
    }
    .footer-inner-row1,.footer-inner-row2 {
    justify-content: space-between;
    }
    .footer-col {
    width: 33.3333%;
    }
    .footer-col img {
    width: 130px;
    }
    .footer-inner-row2.row {
    margin-top: 40px;
    }
    .footer-inner-para {
    max-width: 97%;
    }
    .address {
    display: flex;
    align-items: flex-start;
    }
    .address span{
    color:#FFFFFF;
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
    margin-left: 15px;
    }
    .footer-inner-para p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 2;
    margin: 40px 0 20px;
    }
    .social-icon img {
    max-width: 50px;
    }
    footer#colophon {
    display: none;
    }
    /* footer  section css Ends */
    /* contact section css start */
    .contact-box {
    background: #F4F5F9;
    max-width: 585px;
    width: auto;
    padding: 35px 30px 50px;
    right: 0;
    bottom: 0;
    position: absolute;
    }
    .contact-box .phn-number span{
    color: #656565;
    font-family: 'Merriweather'!important;
    font-weight: bold!important;
    font-style: normal!important;
    font-size: 18px;
    }
    .contact-box .phn-number a{
    font-size: 20px;
    color: #3A4150!important;
    }
    .contact-box .header-banner-btn a{
    background: transparent linear-gradient(180deg, #5244E6 0%, #4E4DE9 26%, #4561F2 55%, #3F6CF8 100%) 0% 0% no-repeat padding-box;
    color: #fff!important;
    }
    .email.row {
    margin-top: 20px;
    }
    .phn-icon img {
    width: 44px;
    }
    .no-display{
    display: none;
    }
    /* contact section css Ends */
    /* copy right section css start */
    .copy-ryt {
    border-top: 1px solid #adadad;
    }
    .copy-ryt-txt p{
    font-size: 14px;
    text-align: center;
    margin: 0;
    color: #FFFFFF;
    padding: 30px 0;
    display: inline-block;
    }
    .copy-ryt-txt a {
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans';
    margin: 0 2px;
    }
    /* copy right section css Ends */
    /* Scroll to Top */
    #return-to-top {
    position: fixed;
    bottom: 48px;
    right: 20px;
    background: #355ade;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 12px 0 0 14px;
    z-index: 9;
    }
    a#return-to-top svg g path {
    fill: white!important;
    }
    #return-to-top:hover {
    background: #748de4;
    }
    /* scroll top css ends */
    /* bounce box css start*/
    .inner-bounce-box {
    background: #fff;
    box-shadow: -1px 0px 4px 0 #3a4150;
    max-width: 350px;
    width: 100%;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    padding:32px 20px 20px 20px;
    border-radius: 65px;
    height: 100px;
    position: fixed;
    left: 20px;
    z-index: 9;
    bottom: 10px;
    align-items: center;
    }
    .inner-bounce-box h5,.inner-bounce-box p,.inner-bounce-box  span{
    font-size: 14px;
    margin: 0;
    color: #3A4150;
    }
    .inner-bounce-box span {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    }
    .bouncebox-txt a span a{
    color: #4c50ea;
    font-size: 12px;
    }
    .bounce-box-img img{
    border-radius: 50%;
    height: auto;
    width: 80px;
    max-width: 100%;
    }
    a.verified-link {
    font-size: 12px;
    color: #355ade!important;
    }
    /* bounce box css Ends */
    /* Inner Page Styling 03-17-2021(Vipin) */
    section.inner-page-main p, li, strong, span
    {
    font-family: 'Open Sans';
    }
    .inner-page-banner {
    background-color: aliceblue;
    padding: 50px 0;
    text-align: center;
    }
    .inner-page-banner h1 {
    font-size: 40px;
    }
    section.page-content {
    margin: 80px 0 40px;
    }
    section.page-content h2 {
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 15px;
    color: #000;
    }
    section.page-content p {
    margin: 20px 0;
    font-size: 16px;
    color: #000;
    }
    section.page-content li {
    font-size: 16px;
    margin: 10px 0;
    }
    section.page-content ol li {
    list-style: inherit;
    }
    section.page-content ul li {
    list-style: disc;
    }
    section.page-content ul, ol {
    margin-left: 30px!important;
    }
    .copy-ryt-txt a:active, a:visited, a:focus {
    color: #fff!important;
    }
    .copy-ryt-txt a:hover{
    text-decoration: underline;
    }
    .pre-order {
    padding: 10px 0;
    background-color: #3456dc;
    margin-top: 25px;
    }
    .pre-order span {
    text-align: center;
    display: block;
    font-weight: 600;
    color: #fff;
    }
    .pre-order a {
    display: block;
    text-align: center;
    position: relative;
    top: 10px;
    }
    .pre-order a img {
    max-width: 200px;
    text-align: center;
    }
    .algn-item {
    display: flex;
    align-items: flex-start;
    }