body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    overflow-x:hidden;
}
a:hover, a:focus, button:hover, button:focus{
    outline: none;
}.info-foot p {
    color: #fff;
}

.info-foot a {
    color: #fff;
}
section {
    padding: 60px 0;
    clear: both;
    position: relative;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
}
p {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

img{
    max-width: 100%;
}

span{
    vertical-align: baseline;
}

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

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

header ul li img {
    padding-right: 5px;
    max-width: 25px;
}

header ul li a {color: #000 !important;font-size: 26px;font-weight: 700;}

header {
    padding: 22px 0 10px;
    position: relative;
}

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: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s all;
    border-radius: 50px;
}


a{
    text-decoration: none !important;
}

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

label.error {     display: none !important;}



a#back-top.show {
    display: inline-block;
    background-color: #cedffb;
    width: 46px;
    height: 46px;
    line-height: 45px;
    font-size: 22px;
    text-align: center;
    color: #000;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 50%;
}

a#back-top.show {
    cursor: pointer;
    background-color: #f8c600;
}
a#back-top.show {
    background-color: #1d1d1d;
}
a#back-top.show {
    opacity: 1;
    visibility: visible;
}

a#back-top.show i {
    position: relative;
    top: 0;
    color: #fff;
}


footer {
    padding: 50px 0 0;
    position: relative;
    background: url("../images/bg-foot.jpg") no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: cover;
    height: 100%;
    text-align: center;
}

.copy p {
    margin-bottom: 0;
    text-align: left;
    color: #fff;
    font-size: 13px;
}

.copy {
    padding: 55px 0 15px;
}



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

.copy ul li {
    display: inline-block;
    position: relative;
    padding: 0px 8px;
    font-size: 12px;
}

.copy ul li::before {content: "";height: 90%;width: 1px;position: absolute;right: -3px;top: 5%;background: #ffffff;}

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

.copy ul li a {
    color: #fff !important;
}



.our-banner::before{
    content: "";
    position: absolute;
    background: url("../images/home-banner2.jpg") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 72%;
    background-size: cover;
    background-position: 50%;
    top: 20px;
    left: 0;
}
.info-banner h1 {
    font-size: 39px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.info-banner h1 > span {
    display: block;
    font-size: 33px;
}

.info-banner h5 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 30px;
}


.info-banner ul li i {
    width: 45px;
    display: inline-block;
    height: 45px;
    line-height: 38px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
}

.info-banner ul li span {
    display: block;
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
}

.info-banner ul li {
    text-align: center;
    display: inline-block;
    padding: 0 8px;
}

.info-banner ul li:first-child {
    padding-left: 0;
}

.info-contact-banner h4 {
    color: #fff;
    font-size: 32px;
    line-height: 34px;
    font-weight: 600;
}

.info-contact-banner h4 > span {
    color: #ffae00;
}

.info-contact-banner h6 {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 30px;
}

.info-contact-banner {
    padding: 40px 38px;
    border: 10px solid #be202f;
    background: rgb(44,68,117);
    background: linear-gradient(180deg, rgba(44,68,117,1) 0%, rgba(107,0,58,1) 100%);
    max-width: 92%;
    margin-left: auto;
    border-radius: 5px;
}

.info-contact-banner .form-control {
    background: #736e92;
    border-color: #000000;
    color: #fff;
    font-size: 13px;
    height: 42px;
    margin-bottom: 16px;
}

.info-contact-banner ::placeholder {
    color: #fff;
}

.info-contact-banner textarea.form-control {
    height: 90px;
    resize: none;
    margin-bottom: 20px;
}

.info-contact-banner p.form_tagline {
    max-width: 53%;
    color: #fff;
    position: relative;
    padding-left: 17px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    font-size: 14px;
}

.info-contact-banner input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 3px;
}

.info-contact-banner .btn {
    background: #e02d3e;
    border-radius: 5px;
    height: 55px;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -1px;
    display: table;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}


.our-banner {
    padding: 0;
    z-index: 1;
}

.info-banner {
    margin-top: 90px;
}

h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: -1px;
}

h2 > span {
    color: #c0202f;
}

.our-app h6 {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 600;
}


.info-text {
    margin-bottom: 40px;
}

.our-app .row {
    align-items: center;
}

.info-app h2 {
    font-size: 30px;
}

.info-app {
    padding: 30px 0;
    position: relative;
    z-index: 1;
    background: #fff;
    margin-left: -60px;
}

.info-app p {
    margin-bottom: 0;
    line-height: 26px;
}

.info-app::before {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    z-index: -1;
    left: -70px;
    border-radius: 5px;
}

.info-app::after {
    position: absolute;
    content: "";
    left: -70px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #2b3ca3;
    height: 175px;
    width: 30px;
    border-radius: 0 5px 5px 0;
}

.our-app .row:nth-child(odd) .info-app::before,.our-app .row:nth-child(odd) .info-app::after {
    left: inherit;
    right: -80px;
}

.our-app .row:nth-child(odd) .info-app::after {border-radius: 5px 0 0 5px;}

.our-app {
    margin-top: -160px;
}

.our-ready {
    background: #c0202f;
    padding: 30px 0;
}

.our-ready .row {
    align-items: center;
}


.our-ready h2 {
    color: #fff;
}

.our-ready h2 > span {
    color: #ffae00;
    font-weight: 600;
    font-style: italic;
}

.our-ready .btn {
    background: rgb(44,68,117);
    background: linear-gradient(180deg, rgba(44,68,117,1) 0%, rgba(107,0,58,1) 100%) !important;
    border-color: transparent;
    color: #fff;
    width: 100%;
    font-size: 20px;
    box-shadow: 0 5px 15px #00000047;
}

.our-ready a.tel-ready {
    color: #fff !important;
    font-weight: 800;
    font-size: 29px;
}
footer h2 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 28px;
}

footer .btn-red {
    background: #c52026;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 16px;
    border-radius: 0;
    margin-bottom: 24px;
}

.copy .container {position: relative;z-index: 1;}

.copy .container::before {
    position: absolute;
    content: "";
    top: -15px;
    background: #3b3c45;
    left: 0;
    width: 100%;
    height: 1px;
}

.site-logos {
    background: #f0f0f0;
    padding: 40px 0;
    text-align: center;
}

.site-logos h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.info-test p {
    display: inline-block;
    width: 90%;
    font-size: 24px;
    font-family: georgia;
    color: #8f8f8f;
    font-style: italic;
    margin-bottom: 0;
    line-height: 37px;
}

.info-test h4 {
    margin-top: 30px;
    font-size: 18px;
    color: #232221;
    margin-bottom: 0;
    line-height: 22px;
}

.info-test h4 > span {
    color: #c52026;
    display: block;
    font-size: 14px;
}

.info-test1 h6 {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}

.test-img img {
    box-shadow: 0 5px 15px #0000004d;
}

.owl-testimonial.owl-carousel .owl-nav button.owl-prev::before, .owl-testimonial.owl-carousel .owl-nav button.owl-next::before{
    position: absolute;
    content: "";
    max-width: 9px;
    width: 9px;
    background: url("../images/left.png") no-repeat;
    height: 15px;
    width: 100%;
    background-size: 100%;
    left: -3px;
    right: 0;
    margin: auto;
    top: 10px;
    transition: .2s all;
}




.owl-testimonial.owl-carousel .owl-nav button.owl-next::before{
    background: url("../images/right.png") no-repeat;
    width: 100%;
    background-size: 100%;
}

.owl-testimonial.owl-carousel .owl-nav button.owl-next, .owl-testimonial.owl-carousel .owl-nav button.owl-prev{
    width: 34px;
    height: 34px;
    line-height: 34px;
    position: relative;
    border-radius: 50%;
    right: 0;
    background: #fff;
    transition: .2s all;
    box-shadow: 0 3px 12px #0000004f;
}

.owl-testimonial.owl-carousel .owl-nav button span {
    display: none;
}

.owl-testimonial.owl-theme .owl-nav{position: absolute;bottom: -22.5px;margin-top: 0;right: 15%;width: 90px;}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #c0202f !important;
}


.owl-testimonial.owl-carousel .owl-nav button.owl-next::before {
    right: -3px;
    left: 0;
}



.owl-testimonial.owl-carousel .owl-nav button.owl-prev:hover::before, .owl-testimonial.owl-carousel .owl-nav button.owl-next:hover::before {
    filter: brightness(1) invert(1);
}

.our-app .row:nth-child(odd) .info-app {
    margin: 0 -40px 0 0;
}


.our-testimonial .row {
    align-items: end;
}

.our-testimonial .owl-testimonial {
    margin-top: -140px;
}

.digi-count {
    background: url(../images/bg-offer.jpg) no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: cover;
    height: 100%;
    text-align: center;
}
.digi-count * {
    color:#fff;
}


.digi-count h4 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.digi-count h5 {
    font-size: 18px;
    margin-bottom: 0;
}

.digi-count h4::before {
    position: absolute;
    content: "";
    background: #4d3a8e;
    height: 1px;
    width: 100%;
    bottom: -18px;
    left: 0;
}

.digi-count h4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -25px;
    left: 0;
    height: 15px;
    width: 15px;
    background: #ffa800;
    border-radius: 50%;
}

.our-app2 h2 {
    margin-bottom: 60px;
}

.info-app2 h4 {color: #000;font-size: 26px;font-weight: 700;position: relative;z-index: 1;line-height: 30px;margin-bottom: 15px;}

.info-app2 h4 + p {
    color: #8a8a8a;
    font-size: 16px;
    max-width: 85%;
}

.info-app2 {
    text-align: left;
    position: relative;
    z-index: 1;
}

.info-app2 span {
    margin-bottom: 30px;
    display: inline-block;
    color: #868686;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.info-app2 h4::before {
    position: absolute;
    content: "";
    background: #e3e3e3;
    height: 1px;
    width: 90%;
    top: -23px;
    left: 0;
}

.info-app2 h4::after {
    position: absolute;
    content: "";
    right: 20px;
    top: -38px;
    height: 30px;
    width: 30px;
    background: #c0202f;
    border-radius: 50%;
}


.our-app2::before {
    position: absolute;
    content: "";
    background: rgb(254,246,226);
    background: linear-gradient(225deg, rgba(254,246,226,1) 0%, rgba(238,238,254,1) 100%);
    max-width: 96%;
    width: 100%;
    height: 75%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    opacity: 0.7;
}

.popupform ul li{text-align: center;position:relative;width:100%;margin:8px 0px;display:inline-block;}
.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform ul li textarea{background:#ffffff;border:#dedede 2px solid;padding:10px 10px 10px 34px;width:100%;border-radius:6px;font-size:14px;color:#000;box-shadow:none !important;outline:none 0px !important;}
.popupform ul li i{position:absolute;top:15px;left:14px;color: #de443a;}
.popupform ul li textarea{height:161px;}
.popupform ul li.last{text-align:center;}
.popupform ul li input[type="submit"]{background: #de443a;color:#fff;font-size:18px;border: #de443a 1px solid;text-transform:uppercase;font-weight:600;padding: 9px 10px;letter-spacing:1px;outline:0px none;border-radius: 50px;width: 195px;}
.popupform ul li input[type="submit"]:hover{background: #ce3c33;}
.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus{border:#b9bbbd 2px solid !important;}
.popupform{width: 436px;border-radius: 23px;padding: 31px 20px;overflow:visible;border-bottom: #de443a 5px solid;}
.popupform h2{font-size:28px;color: #de443a;font-weight: 700;padding-left:15px;border-left: #de443a 6px solid;margin-bottom:12px;line-height:35px;margin-top: 0;}
.popupform h2+p{line-height:19px;font-size:14px;margin-bottom:12px;}
.popupform .fancybox-close-small{border: #de443a 3px solid;background:#fff;border-radius:72px;text-align:center;box-shadow:#000 0 0 10px;right: -14px;top: -13px;overflow: visible;opacity: 1;}
.popupform .fancybox-close-small:after{color: #de443a;font-size:25px;right:4px;}
.popupform ul {
    margin: 0;
}


section.inner-banner {
    background: #9b1925;
    padding: 60px 0;
    color: #fff;
    margin-top: 23px;
    text-align: center;
}

.info-banner ul li a {
    pointer-events: none !important;
} 