/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
    overflow-y: scroll;
}

::-webkit-scrollbar {
    display: none;
}

@font-face {
    font-family: poppins;
    src: url(https://fonts.googleapis.com/css?family=Poppins);
}

body {
    background: #fff;
    color: #444;
    font-family: "Open Sans", sans-serif;
}


a {
    color: rgb(23, 38, 202);
    transition: 0.1s;
}

a:hover,
a:active,
a:focus {
    color: #f7941d;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #46276b;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

.back-to-top:focus {
    background: #46276b;
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #46276b;
    color: #fff;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: #46276b;
    color: #fff;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 36px;
}

#topbar .fa {
    font-size: 20px;
}

#topbar .contact-info a {
    line-height: 1;
    color: #fff;
}

#topbar .contact-info a:hover {
    color: #50d8af;
}

#topbar .contact-info i {
    color: #fff;
    padding: 4px;
}

#topbar .contact-info .fa-phone {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
    color: #fff;
    font-size: 18px;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
    color: #50d8af;
}

#topbar .social-links a:first-child {
    border-left: 0;
}

.col-md-12{
      padding: 0px 30px 0px 30px;
}

.pdt{
  margin-left:80px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    padding: 20px 0;
    height: 84px;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo h1 {
    font-size: 42px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

#header #logo h1 a {
    color: #0c2e8a;
    line-height: 1;
    display: inline-block;
}

#header #logo h1 a span {
    color: #50d8af;
}

#header #logo img {
    padding: 0;
    margin: 0;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu>li {
    float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}


/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 8px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}


/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 0;
}


/* menu-has-children */


/* .menu-has-children ul li:active,.menu-has-children ul li:hover{
  background-color: #f7941d;
  color: #fff!important;
} */


/* #blogCarousel */

.carousel-item {
    max-width: 100%;
    background-size: cover !important;
    min-height: 370px;
}

.digi {
    background: url("../img/banner/Digital\ door\ delivery\ banner\ recreated\ .png") no-repeat center right;
}

.aeps {
    background: url("../img/banner/aeps.png") no-repeat center right;
}

.money {
    background: url("../img/banner/Money\ Transfer\ Banner.jpg") no-repeat center right;
}

.billpay {
    background: url("../img/banner/Bill\ payments1.png") no-repeat center right;
}

.billpayImg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.billpayImg img {
    width: auto;
    max-width: 100%;
}


/* Nav Meu Styling */

.nav-menu a {
    padding: 14px 8px;
    text-decoration: none;
    display: inline-block;
    color: #555;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 14px;
    outline: none;
}

.nav-menu li:hover>a,
.nav-menu .menu-active>a {
    color: #f7941d;
}

.nav-menu>li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 0px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li:hover>a {
    background-color: #f7941d;
    color: #000;
}

.nav-menu ul ul {
    margin: 0;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #555;
}


/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #50d8af;
}

#mobile-nav ul .menu-item-active {
    color: #50d8af;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}


/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-l-50 {
    margin-left: 50px;
}

.f-25 {
    font-size: 25px;
}

.f-22 {
    font-size: 22px;
}

m-t-60 {
    margin-top: 60px;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/


/* Sections Header (Client Section)
--------------------------------*/

.section-header {
    margin-bottom: 30px;
}

.section-header h2 {
    font-size: 32px;
    color: #0c2e8a;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.section-header h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #50d8af;
    bottom: 0;
    left: 0;
}

.section-header p {
    padding: 0;
    margin: 0;
}


/* Our Presence
--------------------------------*/

.Pres-text1 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 22px;
}

.content p {
    margin-right: 30px;
}

.Pres-text {
    margin-top: 10px;
    font-weight: 700;
    font-size: 25px;
}


/* About Section
--------------------------------*/

#about {
    padding: 30px 0 30px 0;
    /* background-image: url(../img/banner/02.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e3e0dd;
}

#about p {
    font-size: 18px;
}

#about .about-img {
    overflow: hidden;
}

#about .about-img img {
    margin-left: -15px;
    max-width: 100%;
}

#about .content h2 {
    color: #0c2e8a;
    font-weight: 700;
    font-size: 36px;
    font-family: "Raleway", sans-serif;
}

#about .content h3 {
    color: #555;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}

#about .content p {
    line-height: 26px;
}

#about .content p:last-child {
    margin-bottom: 0;
}

#about .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #50d8af;
}

#about .content ul {
    list-style: none;
    padding: 0;
}

#about .content ul li {
    padding-bottom: 10px;
}


/* our Mobile App
--------------------------------*/

#mob-app {
    padding: 30px 0 30px 0;
    background: #f3f3f3;
    /* color:#fff; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Products
--------------------------------*/

#products {
    padding: 30px 0 30px 0;
    background: #684f88;
}

.f-16 {
    font-size: 18px;
}

#products h5 {
    color: #fff;
    font-weight: 500;
}

#products p,
#products a {
    color: #fff;
    padding: 0px!important;
}

#products .fa {
    font-size: 30px;
}

#products .fa-phone,
#products .fa-envelope-o {
    font-size: 20px;
}


/* Clients Section
--------------------------------*/

#clients {
    padding: 30px 0;
}

#clients img {
    max-width: 100%;
    /* opacity: 0.5; */
    transition: 0.3s;
    padding: 15px 0;
}

#clients img:hover {
    opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#clients .owl-dot.active {
    background-color: #50d8af;
}


/* Call To Action Section
--------------------------------*/

#call-to-action {
    background: #583c79;
    background-size: cover;
    padding: 14px 0;
}

#call-to-action .fa-angle-right {
    font-size: 20px;
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 25px;
    line-height: 50px;
    font-weight: 700;
}

#call-to-action .cta-text {
    color: #fff;
}

#call-to-action .cta-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: #50d8af;
    border: 3px solid #50d8af;
}

.lang {
    background-color: #7e6897;
    color: #fff;
}


/* Carousel */

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}


/* Submit your appln */

.submit-img {
    background-color: #ece0ee;
    border-radius: 10px;
}


/* The colour of the indicators */

.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 13px;
    height: 13px;
}

.blog .carousel-indicators .active {
    background: #fff;
}

.submit-appl {
    color: #212529;
    font-weight: 700;
    font-size: 18px;
    padding: 11px;
    color: #fff;
    background-color: #f7941d;
    border-color: #f5bd7a;
    box-shadow: 5px 5px 2px #343434;
    border-radius: 10px;
}

.submit-appl1 {
    color: #212529;
    font-weight: 700;
    background-color: #f7941d;
    border-color: #f5bd7a;
    box-shadow: 5px 5px 2px #9f9c9c;
}

.carousel-indicators li {
    position: relative;
    bottom: 50px;
}

.carousel-caption {
    position: absolute;
    top: 24%;
    /* right: 15%; */
    bottom: 20px;
    left: 6%;
    /* bottom: 50%; */
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.carousel-caption h3 {
    font-weight: 900;
    text-shadow: 2px 2px 2px #333;
}

.carousel-caption p {
    letter-spacing: 2px;
    text-shadow: 2px 2px 2px #333;
}

hr.heading {
    border: 3px solid #f7941d;
    width: 130px;
    margin: -10px 0px 13px 0px;
    /* float: left; */
    display: block;
    left: 0;
}

.title {
    font-weight: 900;
    text-align: center;
}

.title::after {
    content: 'x';
    background: #f4ac00;
    font-size: 12px;
    height: 14px;
    color: #fff;
    width: 14px;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: -1px; */
    display: block;
    transform: translateY(6px) rotate(45deg);
}

.title::before {
    content: '';
    background: #f5aa01;
    height: 3px;
    width: 185px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(43px);
}

.fw-900 {
    font-weight: 900;
}

.fw-600 {
    font-weight: 600;
}

.op-8 {
    opacity: 0.8;
}

.op-9 {
    opacity: 0.9;
}


/* service */

.service .carousel.slide {
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
}

.service .card {
    border-radius: 10px;
}

.service .card-body {
    height: 220px;
    text-align: center;
}

.service .green {
    background-color: #46ac97;
    color: #fff;
}

.service .purple {
    background-color: #a659b9;
    color: #fff;
}

.service .orange {
    background-color: #ec6961;
    color: #fff;
}

.service .blue {
    background-color: #6e8af7;
    color: #fff;
}

.carousel-control-next-icon {
    position: relative;
    left: 141px;
    background-image: url("../img/icon/next.png");
    width: 35px;
    height: 35px;
}

.carousel-control-prev-icon {
    position: relative;
    right: 141px;
    background-image: url("../img/icon/prev.png");
    width: 35px;
    height: 35px;
}

.carousel-control.left,
.carousel-control.right {
    left: 0;
    z-index: 1;
}

.join-now {
    margin-left: 30px;
    padding: 9px 39px;
    font-size: 20px;
    color: #fff;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #533774;
    color: #fff;
    /* padding: 0 0 30px 0; */
    font-size: 14px;
}

#footer .copyright {
    padding: 20px;
}

.copyright a {
    color: #fff;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #555;
}

#footer .credits a {
    color: #0c2e8a;
}


/* collapse */

.bs-example {
    margin: 20px;
}

.accordion .fa {
    margin-right: 0.5rem;
}

.collapse-txt {
    margin-top: 10px;
    font-weight: 700;
    font-size: 22px;
}

.faq .fa-cloud-download {
    color: #f7941d;
    font-size: 24px;
}


/* Contact Us */

.contact-us {
    position: absolute;
    left: 8%;
    top: -8%;
    display: table;
    background-color: #45276a;
    padding: 20px 120px;
    box-shadow: 0px 2px 2px 2px #999;
    color: #fff;
    z-index: 10;
}

.contact-us p {
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
}

.contact-us-btn {
    padding: 7px 40px;
    background: #45276a;
    color: #fff;
    border-radius: 5px;
}

@media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 20px 0;
    }
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 1050px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
    #header {
        padding: 20px 0;
        height: 74px;
    }
    #header #logo h1 {
        font-size: 34px;
    }
    #header #logo img {
        max-height: 40px;
    }
    #nav-menu-container {
        display: none;
    }
    #mobile-nav-toggle {
        display: inline;
    }
    #about .about-img {
        height: auto;
    }
    #about .about-img img {
        margin-left: 0;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    #intro .intro-content h2 {
        font-size: 34px;
    }
    #services .box .box {
        margin-bottom: 20px;
    }
    #services .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }
    #services .box h4,
    #services .box p {
        margin-left: 0;
        text-align: center;
    }
    #testimonials .testimonial-item {
        margin: 30px 10px;
    }
    .billpayImg,
    .carousel-caption {
        position: relative;
        top: inherit;
        left: inherit;
        bottom: inherit;
        right: inherit;
        width: 100%;
        padding: 0px 15px;
        margin: 0px;
    }
}

@media (max-width: 576px) {
    #contact #google-map {
        margin-top: 20px;
    }
}

@media (max-width: 370px) {
    .outlet .title::after {
        content: 'x';
        background: #f4ac00;
        font-size: 12px;
        height: 14px;
        color: #fff;
        width: 14px;
        margin-left: auto;
        margin-right: auto;
        /* margin-bottom: -1px; */
        display: block;
        transform: translateY(6px) rotate(45deg);
    }
    .outlet .title::before {
        content: '';
        background: #f5aa01;
        height: 3px;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        transform: translateY(71px);
    }
}

@media(max-width:1200px) {
    #nav-menu-container {
        display: none;
    }
}

@media(max-width:1100px) and (min-width:1000) {
    #mobile-nav-toggle {
        position: fixed;
        right: 30px;
        top: 31px;
    }
}

@media (max-width: 1050px) and (min-width: 1000px) {
    #mobile-nav-toggle {
        display: inline;
        position: fixed;
        right: 30px;
        top: 30px;
    }
}

@media (max-width:768px) {
    .blog #blogCarousel .carousel-item a img {
        min-height: 370px;
    }
}
