@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body{font-family: "Poppins", sans-serif;font-size: 1rem;font-weight: 400;overflow-x: hidden;}

[class*="col-"] , .col {padding: 0 10px;}
 
.row {margin: 0 -10px;/* align-items: center; */}

a:hover, a:focus, button:hover, button:focus{outline: none;}

section {padding: 100px 0;clear: both;position: relative;margin: 0;overflow: hidden;}

h1,h2,h3,h4,h5,h6{font-family: "Poppins", sans-serif; color: #000000;}

p {color: #292929;font-size: 1.1rem;font-weight: 400;margin-bottom: 20px;position: relative;z-index: 1;font-family: "Poppins", sans-serif;}

img{max-width: 100%;}
 
textarea{resize: none}

input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;  }

label.error {display: none !important;}

span, b{vertical-align:baseline;}

select {
-webkit-appearance: listbox !important;
}

.container{
    max-width: 1200px;
    padding: 0 10px;
}

ul {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}


a.logo img {
    max-width: 130px;
    transition: .5s all;
} 

/*Reset Css*/ 

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #000;
}
a:hover, a:focus, button:hover, button:focus{
    outline: none;
    box-shadow: none !important;
} 

header ul li {
    display: inline-block;
    padding: 0 20px;
}

header ul li:last-child {
    padding-right: 0;
}

header ul li img {
    padding-right: 3px;
    max-width: 25px;
    filter: brightness(0) invert(1);
}

header ul li a {color: #9c9ea6;font-size: 1.125rem;font-weight: 500;}

header {
    padding: 30px 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

header .row {
    align-items: center;
}

header ul {
    text-align: right;
}

li.phone:hover img {
    animation: wobble 1.5s linear infinite;
}

li.msg:hover img {
    animation: heartBeat 1.5s linear infinite;
}

.btn {
    padding: 12px 36px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s all;
    border-radius: 10px;
    position: relative;
    font-family: "Poppins", sans-serif;
    border: 1px solid #335cd6;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px #464646a1;
}

.btn:hover, .btn:active, .btn:focus {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}   

.btn.btn-yellow {
    background: #efb811;
}

.btn.btn-dgreen {
    background: #144a08;
    color: #fff;
}

header .btn:hover , header .btn:active , header .btn:focus {
    /*background: #fff;*/
    /*color: #000 !important;*/
}   



.btn-black {
    background: #335cd6;
    color: #ffffff !important;
}
.btn.btn-black:hover , .btn.btn-black:active , .btn.btn-black:focus {  
    background: #0034cf; 
    border-color:#0034cf;
}   


.btn-purp {
    color: #fff !important;
    background: #de1419;
    border-color: #de1419;
}

.btn.btn-purp:hover , .btn.btn-purp:active , .btn.btn-purp:focus {  
    background: #b60005; 
    border-color:#b60005;
}   


a{
    text-decoration: none !important;
      font-family: 'Poppins', sans-serif;
}

input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;  } 

label.error {     display: none !important;}
 

footer {
    padding: 15px 0;
    position: relative;
    background: url('../images/cop-red.png') no-repeat scroll right center #0a1947;
}

.copy p {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    text-transform: none;
}

.copy {
}



.copy ul {
    text-align: right;
}
.copy .row {
    align-items: center;
}

.copy ul li {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    color: #fff;
}
 

.copy ul li:last-child::before {
    display: none;
}

.copy ul li a {
    color: #fff;
    text-transform: none;
    font-size: 15px;
}
 
header .btn {
    background: transparent;
    color: #fff !important;
    border-color: #fff;
}


.info-banner h1 {
    font-size: 3.5rem;
    line-height: 4.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: unset;
    text-shadow: #000000b8 0 1px 1px;
    position: relative;
    text-transform: none;
    color: #fff;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.info-banner h1 > span {
    font-weight: 700;
    letter-spacing: 0;
}

.info-banner h1 + p {
    font-size: 1.3rem;
    font-weight: 400;
    margin: 50px 0;
    color: #fff;
}

.info-banner h1 + p > span sup {
    right: 15px;
    top: -19px;
    font-size: 1.5rem;
}

.info-banner ul.banner-ul li img {margin-right: 10px;position: relative;top: -3px;}

.info-banner ul.banner-ul li {
    display: block;
    color: #fff;
    text-shadow: #0000008c 0 1px 1px;
    font-weight: normal;
    margin-bottom: 8px;
    font-size: 1.25rem;
}

.info-banner ul.banner-ul {
    margin-bottom: 40px;
}

.btn-block .btn:first-child {
    margin-right: 10px;
}

.info-banner h1 + p > span {
    cursor: text;
    color: #ff9c00;
    vertical-align: baseline;
    font-weight: 700;
    font-size: 3rem;
    position: relative;
}

section.home-banner {
    background: url('../images/banner.jpg') no-repeat scroll center center #071436;
    padding-top: 12rem;
    padding-bottom: 10rem;
    text-align: center;
    background-size: cover;
}

img.banner-right {
    position: absolute;
    right: -40px;
    bottom: 0;
    max-width: 440px;
}

header .col-md-9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container-fluid {
    width: 96%;
} 
section.our-about {
    background: url('../images/abtbg.jpg') no-repeat scroll right center;
    background-size:cover ;
}

.heading  h2 {
    color: #3c445b;
    font-size: 2.8rem;
    font-weight: bold;
    position: relative;
}

.heading {
    margin-bottom: 50px;
}

.heading h6 {
    color: #0b236b;
    display: table;
    /* margin-left: auto; */
    /* margin-right: auto; */
    background: #eff4fe;
    padding: 7px 20px;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
}

.heading h6 {
    margin-bottom: 20px;
}

img.drxrzp {
    position: absolute;
    right: 0;
    bottom: 70px;
} 

ul.chklist li {
    position: relative;
    padding-left: 0;
    margin: 10px 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2b2d31;
}

ul.chklist li:before {
	content:url('../images/check-mark.png');
	margin-right: 30px;
}

ul.chklist {
    margin-top: 60px;
    margin-left: 60px;
}

img.abt-left {
    max-width: none;
    position: relative;
    right: 90px;
}

p.para {
    margin-bottom: 70px;
    color: #3c445b;
    font-size: 1.125rem;
    width: 132%;
    position: relative;
    left: -140px;
} 

section.pos-payment {
    background: url('../images/servicebg.jpg') no-repeat scroll right center #0c2366;
    background-size:cover;
}

.heading.wh h2 {
    color: #fff;
}

.heading h2 img.drxrzp {
    position: absolute;
    left: 0;
    bottom: -10px;
}

.box {
    background: red;
    padding: 50px 40px;
    border-radius: 20px;
    width: 100%;
    position: relative;
    border: 1px solid #4864b9;
    display: flex;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e4893+0,091948+100 */
    background: linear-gradient(to bottom,  rgba(46,72,147,1) 0%,rgba(9,25,72,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    height: 100%;
    justify-content: space-between;
} 

.pos-payment .col-md-6 {
    margin-top: 30px;
}


.heading.text-center h6 {
     margin-left: auto; 
    margin-right: auto;}

.heading.wh h6 {
    background: #de1419;
    color: #fff;
}

.top {
    width: 20%;
}

.top-txt {
    width: 78%;
}

.top-txt * {
    color: #e8ebf6;
}

section.key-feature {
    background: url('../images/featurebg.jpg') no-repeat scroll right center #fff;
    background-size:cover;
}


.key-feature h3 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size:2.5rem;
}

.space {
    height: 30px;
}

.rating ul {
    display: flex;
    justify-content: space-between;
}

.rating ul h2 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 20px;
    color: #df1c20;
}

.rating ul li {
    margin-right: 0;
}

.rating {
    position: relative;
    margin-top: 40px;
    padding-top: 60px;
}

.rating:before {
    content: "";
    position: absolute;
    left: 0;
    width: 150%;
    height: 5px;
    background: #4864b9;
    top: 0;
}

.rating ul li p {
    margin: 0;
}

.rating ul li.red h2 {
    color: red;
}

section.cta {
    background: linear-gradient(45deg, rgba(242, 0, 0, 1) 0%, rgb(0 25 162) 100%);
    padding: 70px 0;
}

section.cta:before {
    content: url('../images/arch-x.png');
    position: absolute;
    left: 0;
    top: 0;
}

section.cta p {
    color: #fff;
    font-size: 1.125rem;
    margin: 0;
}

ul.super-list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

ul.super-list li {
    width: 48%;
    background: #eeeeee;
    padding: 30px;
    /* text-align: center; */
    border-radius: 20px;
    margin: 15px 0;
    position: relative;
}

ul.super-list li span.snos {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background: #899bd0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-super .row {
    align-items: unset;
}

ul.super-list li.as {
    background: #d7e0fb;
}

ul.super-list li.bs {
    background: #e8eaf2;
    top: -20px;
}

ul.super-list li.cs {
    background: #fbd7d7;
}

ul.super-list li.ds {
    background: #fbefd7;
    top: -20px;
}


ul.super-list li.bs span.snos {     background:#9197b0;     }
ul.super-list li.cs span.snos {     background:#c59c9c;     }
ul.super-list li.ds span.snos {     background:#a8997b;     }

.our-contact:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/our-contact.jpg) no-repeat scroll center center #0b1946;
    background-size: cover;
    top: 0;
}      

img.pos-system {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12%;
}    

.top-txt p {
    font-size: 1rem;
    margin: 0;
}

.top-txt h4 {
}  

img.cta-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 22%;
}

img.cta-left {
    position: absolute;
    left: 130px;
    bottom: 30px;
    width: 18%;
}      


.our-process{
background: url(../images/processbg.jpg) no-repeat scroll right center #fff;
    background-size: cover;
}

ul.super-list li h5 {
    font-size: 1.125rem;
    color: #323337;
    margin: 0;
    margin-top: 40px;
    font-weight: 600;
}   


img.store-thumb {
    border-radius: 30px;
}

.our-super li {
    width: 100%;
    padding: 17px 30px;
    background: #000;
    margin: 10px 0;
    border-radius: 5px;
    font-size: 1.125rem;
    background: #e8eaf2;
    font-weight: 500;
    position: relative;
}

.our-super ul {
    width: 120%;
    margin-top: 60px;
}

.our-super li:nth-of-type(2) {
    background: #f2e8f2;
    left: 30px;
}

.our-super li:nth-of-type(3) {
    background: #edf2e8;
}

.our-super li:nth-of-type(4) {
    background: #e8f1f2;
    left: 30px;
}

img.device-pos {
    position: absolute;
    bottom: -90px;
    right: 0;
    left: -40px;
    margin: 0 auto;
}

.our-super {
    margin-bottom: 15rem;
    background: url('../images/store-right.png') no-repeat scroll right top;
}   

img.test-left {
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
    width: 14%;
    opacity: .5;
}

img.test-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}   

img.contact-left {
    position: absolute;
    bottom: 50px;
    left: -70px;
    width: 15%;
    z-index: 0;
} 

section.our-testimonial {
    padding: 150px 0 110px 0;
}

.info-test {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px #ddd;
    height: 100%;
}

.owl-testimonial .owl-stage {
    padding: 20px 0;
    display: flex;
}

.info-test p {
    color: #8d8d8d;
    font-style: italic;
    font-size: 16px;
}

.owl-testimonial .item {
    height: 100%;
}  

.owl-testimonial {
    width: 104%;
}   

.owl-testimonial .owl-stage-outer {
    overflow: unset;
}

.owl-testimonial .owl-stage-outer .owl-item {
    visibility: hidden;
}

.owl-testimonial .owl-stage-outer .owl-item.active {
    visibility: visible;
}

.info-test h4 {
    font-size: 20px;
    font-weight: bold;
}      

.our-contact .heading {
    margin-bottom: 30px;
}
 
.heading.wh p {
    color: #fff;
}  

.our-contact .heading h2 {
    font-size: 2.6rem;
}

.form-control {
    height: 54px;
    padding: 13px;
    font-size: 15px;
    margin-bottom: 10px;
}

.our-contact .col-md-6 {
    margin-bottom: 10px;
}

.btn-form {
    margin-top: 20px;
}

textarea.form-control {
    height: 150px;
}

img.contact-thumb {
    max-width: none;
}

.info-cont h5 {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #de1419;
    text-align: right;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: normal;
}       


.copy ul li a:hover , .copy ul li a:active , .copy ul li a:focus {
    color: red;
}  


img.footer-device {
    position: absolute;
    right: 0;
    bottom: 30px;
}   

img.bullet {
    position: absolute;
    left: -20px;
    top: -20px;
}

img.rectangle {
    position: absolute;
    right: -90px;
    bottom: 0px;
}                

img.decoration-service {
    position: absolute;   
    bottom: -40px;
    left: 40px;
    z-index: 0;
}   

img.feature-thumb {
    position: relative;
}   

.heading.text-center h2 {
    padding-bottom: 10px;
    margin-bottom: 20px;
}   

.heading.text-center h2 img.drxrzp {
    right: 0;
    bottom: 0;
    margin: 0 auto;
}   


.our-process .heading {
    margin-bottom: 0;
}   

.our-process .heading h2 img.drxrzp {
    bottom: 45px;
    z-index: 0;
}         

i.check-circle {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url('../images/check.png') no-repeat left center;
    margin-right: 10px;
}       

.cta .heading h2 {
    padding-bottom: 0;
    /* margin: 0; */
}   

.cta .heading.wh.text-center {
    margin-bottom: 30px;
}       


.popupform {width: 100%;max-width: 1200px;background: url('../images/popupbg.png') no-repeat scroll center top;background-size: cover;padding: 110px 0 100px 0;}

.popup-content {
    max-width: 560px;
    margin: 0 auto;
    position: relative;
    left: 40px;
}

.popup-content h2 {
    font-weight: bold;
    text-align: center;
}

.popup-content p {
    text-align: center;
    font-size: 14px;
    color: #000;
}

.popup-content .form-control {
    height: 45px;
    padding: 10px;
    font-size: 13px;
    margin-bottom: 10px;
}

.popup-content textarea.form-control {
    height: 158px;
}

.popup-content p.form_tagline {
    font-size: 11px;
}         

img.ic-wave {
    position: absolute;
    left: 10%;
    bottom: 0;
    z-index: -1;
}   

.popup-content button {
    width: 100%;
}         

.validate-contact textarea.form-control {
    height: 180px;
}

.validate-contact   p.form_tagline {
    color: #fff;
    font-size: 11px;
}      


.fancybox-slide--html .fancybox-close-small {
    top: 70px;
    right: 40px;
    background: url('../images/cancel.png') no-repeat scroll center center;
    padding: 0;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small svg {
    display: none;
}     



.back-home {
    margin-top: 40px;
}


.thankyou {
    position: relative;
    text-align: center;
    border-top: 7px solid #3fdbb1;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh; 
    background: url(../images/thank-you.jpg) no-repeat center top #1c2173;
    background-size: cover;
    max-width: 100%;
}

.thankyou h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}

.thankyou p {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-style: italic;
    letter-spacing: 1px;
    padding: 0 200px 30px;
} 



   