@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap);
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    color: #575757;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .5px;
    font-family: 'Nunito', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    margin-bottom: 15px;
    word-wrap: break-word;
    font-family: 'Nunito', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}
h1 {
    font-size: 44px;
    line-height: 54px;
}
h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
}
h3 {
    font-size: 36px;
    line-height: 46px;
}
h4 {
    font-size: 30px;
    line-height: 40px;
}
h5 {
    font-size: 24px;
    line-height: 34px;
}
h6 {
    font-size: 20px;
    line-height: 30px;
}
p {
    font-size: 16px;
    line-height: 22px;
}
a {
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    color: #73B941 !important;
}
a:hover {
    color: #41B7E9 !important;
    text-decoration: none;
}
span {
    display: inline-block;
}
img {
    width: 100%;
}
a,
a:hover,
button,
button:hover,
img,
img:hover,
.bg,
.bg:hover {
    transition: 0.3s ease-in-out;
}
ul {
    margin: 0 !important;
    padding: 0 !important;
}
ul li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}
ul li a {
    margin: 0;
    padding: 0;
}
div {
    margin: 0;
    padding: 0;
}
figure {
    overflow: hidden;
    padding: 0;
    margin: 0;
}
figure:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
section {
    z-index: 0;
    padding: 70px 0;
    overflow: hidden;
    position: relative;
}
.f-2 {
    font-weight: 200;
}
.f-3 {
    font-weight: 300;
}
.f-4 {
    font-weight: 400;
}
.f-5 {
    font-weight: 500;
}
.f-6 {
    font-weight: 600;
}
.f-7 {
    font-weight: 700;
}
.f-8 {
    font-weight: 800;
}
.f-9 {
    font-weight: 900;
}
.o-5 {
    opacity: .5;
}
.container {
    z-index: 2;
    position: relative;
}
input,
textarea,
select {
    background: #fff;
    padding: 5px 7px;
    width: 100%;
    border: none;
}
input:focus,
textarea:focus,
select:focus,
button {
    outline: none;
}
/*-- Button, Anchor --*/
.link,
button {
    border: none;
    font-weight: 500;
    position: relative;
    padding: 10px 20px;
    border-radius: 5px;
    letter-spacing: 1px;
    color: #fff !important;
    text-transform: uppercase;
    background-image: linear-gradient(#41B3EA, #73B941);
}
.link:hover,
button:hover {
    background-image: linear-gradient(#73B941, #41B3EA);
    color: #fff !important;
}
.hover,
.hover:hover,
header[style="position: fixed;"],
header,
.icon,
.icon:hover,
.choose_list .box, 
.service_list .box,
.choose_list .box:hover,
.service_list .box:hover {
    transition: 0.3s ease-in-out;
}
.bg {
    background-image: linear-gradient(#41B3EA, #73B941);
}
.bg:hover {
    background-image: linear-gradient(#73B941, #41B3EA);
}
.bg_white {
    background: #fff;
}
.green {
    color: #73B941;
}
.blue {
    color: #41B7E9;
}
.white {
    color: #fff;
}
.shadow {
    box-shadow: 0 8px 30px rgb(0 0 0 / 10%) !important;
}
.icon {
    height: 85px;
    width: 85px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(#41B3EA, #73B941);
    margin: 0 auto 15px;
}
.icon img {
    height: 40px;
    width: auto;
}
.round {
    border-radius: 15px;
}
.max_p {
    max-width: 400px;
    margin: 0 auto 15px;
}
.space {
    height: 50px;
    width: 100%;
}
/*-- Header --*/
header {
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 10px 0;
    position: relative;
    background: #fff;
}
header .hdr_top {
    top: 8px;
    left: 0;
    width: 100%;
    z-index: 9;
    position: absolute;
}
.hdr_top ul {
    display: flex;
    justify-content: flex-end;
}
.hdr_top ul li {
    padding-left: 20px !important;
}
.hdr_top ul li a {
    display: flex;
    align-items: center;
}
.hdr_top ul li a img {
    max-width: 20px;
    margin-right: 5px;
}
header nav {
    padding: 0 !important;
}
header .navbar-brand {
    padding: 0 !important;
    max-width: 120px;
}
header .navbar-nav {
    padding: 30px 0 0 !important;
}
header .navbar-nav li a {
    text-transform: uppercase;
    color: #41B7E9 !important;
    padding: 4px 20px !important;
    font-weight: 600;
}
header nav ul li a:hover {
    color: #73B941 !important;
}
header nav ul li a.bg {
    border-radius: 5px;
    padding: 4px 16px 4px 10px !important;
    color: #fff !important;
    margin-left: 20px;
}
header nav ul li a.bg:hover {
    background-image: linear-gradient(#73B941, #41B3EA);
}
header nav ul li a.bg img {
    max-width: 20px;
}
/*-- Header Fix --*/
header[style="position: fixed;"] {
    box-shadow: 0 8px 30px rgb(0 0 0 / 10%);
}
header[style="position: fixed;"] .navbar-brand {
    max-width: 80px;
}
header[style="position: fixed;"] .hdr_top {
    display: none;
}
header[style="position: fixed;"] .navbar-nav {
    padding: 0 !important;
}
/*-- Slider --*/
.slider {
    background: url(/images/slider.png?8d14802732f38eee37faa6701cad5c11) center no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
}
.slider h1 {
    text-transform: uppercase;
    font-weight: 500;
}
.slider h1 b {
    font-weight: 700;
}
/*-- Gopay --*/
.gopay ul {
    display: flex;
    margin-left: -15px;
    margin-right: 15px;
    align-items: center;
}
.gopay ul li {
    padding: 5px;
    flex: 0 0 50%;
}
.gopay ul li .box {
    margin: 10px 0;
    padding: 15px;
}
.gopay .box span {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    margin: 10px 0 20px;
}
.gopay .box h5,
.gopay .box p {
    color: #fff;
}
.gopay .box h5 {
    margin-bottom: 5px;
}
.gopay .box p {
    font-size: 13px;
    line-height: 19px;
}
/*-- Service List --*/
.service_list {
    margin-top: -100px;
    margin-bottom: 40px;
}
.service_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.service_list ul li {
    padding: 15px;
    flex: 0 0 20%;
}
.service_list ul li.big {
    flex: 0 0 30%;
}
.service_list .box {
    background: #fff;
    padding: 30px;
    height: 100%;
}
.service_list .box p {
    color: #000;
    font-weight: 600;
    margin: 20px 0 0;
}
.service_list h4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    color: #000;
}
.service_list h4 img {
    margin: 0 15px;
    height: 35px;
    width: auto;
}
.advantageous .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 15px;
    margin: 15px 0;
    overflow: hidden;
}
.advantageous .box .img_box,
.advantageous .box .text_box {
    flex: 0 0 50%;
}
.advantageous .box .text_box {
    padding: 30px;
}
.advantageous .box h4,
.advantageous .box p {
    color: #fff;
}
/*-- Choose Us --*/
.choose_list {
    margin-top: -100px;
    margin-bottom: 60px;
}
.choose_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.choose_list ul li {
    padding: 15px;
    flex: 0 0 33.3333%;
}
.choose_list .box {
    background: #fff;
    padding: 30px 20px;
    height: 100%;
}
.choose_list .box p {
    font-size: 14px;
    line-height: 20px;
}
.choose_list .box h6 {
    color: #73B941;
}
.contact_box h6 {
    text-transform: uppercase;
}
.contact_box a {
    color: #575757 !important;
    font-size: 16px;
}
/*-- Contact Form --*/
.contact_form .box {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
}
.contact_form .box ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.contact_form .box ul li {
    padding: 15px;
    flex: 0 0 33.3333%;
}
.contact_form .box ul li.w-100 {
    flex: 0 0 100%;
}
.contact_form .box .name {
    background-image: url(/images/user.png?15453127c92f28891533986346f9be0f);
}
.contact_form .box .email {
    background-image: url(/images/email.png?7013cd1cefd5f7a3df91f6075b2fa1a1);
}
.contact_form .box .contact {
    background-image: url(/images/telephone-call.png?c11c65efc4dae47b30012971e1eb6a65);
}
.contact_form .box .message {
    background-image: url(/images/message.png?c44e55766798e94e8ec942b686c3b331);
}
.contact_form .box input,
.contact_form .box textarea {
    padding: 15px 15px 15px 35px;
    letter-spacing: .5px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 7px;
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 18px;
}
.contact_form .box textarea.message {
    background-position: 10px 16px;
}
.contact_form .box textarea {
    height: 120px;
}
.contact_form .box center {
    margin: 5px 0 15px;
}
.contact_form .box center button {
    background: #000;
}
.contact_form .box center button:hover {
    background: #fff;
    color: #41B3EA !important;
}
/*-- Footer --*/
footer {
    padding: 30px 0;
    background: #000;
}
footer .box {
    padding: 20px 20px 20px 0;
}
footer h6 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
footer p,
footer a {
    color: #fff !important;
    opacity: .75;
    width: 100%;
}
footer a {
    margin-bottom: 2px;
}
footer a:hover {
    opacity: 1;
    color: #fff !important;
}
footer .small {
    line-height: 20px;
}
footer p.bold {
    letter-spacing: 1px;
    margin-top: 15px;
    font-weight: 700;
    opacity: 1;
}
footer .social-links {
    display: flex;
    align-items: center;
}
footer .social-links a {
    width: 37px;
    margin-right: 10px;
    background: #fff;
    opacity: 1;
    padding: 6px;
    border-radius: 50%;
}
footer .social-links a:hover {
    background: #f1f1f1;
}
footer .social-links a img {
    height: 15px;
}
footer .social-links a:hover img {
    opacity: .6
}
.copy {
    background: #272727;
    padding: 25px 0;
}
.copy p {
    color: #fff !important;
    opacity: .5;
    margin: 0;
}
.service_list .box:hover,
.choose_list .box:hover{
    background-image: linear-gradient(#41B3EA, #73B941);
}
.service_list .box:hover .icon,
.choose_list .box:hover .icon{
    background-image: linear-gradient(#f8f8f8, #fff);
}
.service_list .box:hover img,
.choose_list .box:hover img{
    filter: brightness(0) invert(0);
}
.service_list .box:hover p,
.choose_list .box:hover h6,
.choose_list .box:hover p,
.choose_list .box:hover a{
    color: #fff !important;
    transition: 0.3s ease-in-out;
}
.service_list .box p,
.choose_list .box h6,
.choose_list .box p,
.choose_list .box a{
    transition: 0.3s ease-in-out;
}
.login-footer {
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.login-page{
    font-weight: 700;
}
.bg-gradient-info{
    background-image: linear-gradient(#73B941, #41B3EA);
}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50px;
}
/*--------------------------------------
---------------  (Responsive)
---------------------------------------*/
@media (min-width:992px ) {
    .dp_none{
        display: none;
    }
}
@media (max-width:1025px ) {
    h1 {
        font-size: 36px;
        line-height: 46px;
    }

    h2 {
        font-size: 32px;
        line-height: 42px;
    }

    h3 {
        font-size: 28px;
        line-height: 38px;
    }

    h4 {
        font-size: 24px;
        line-height: 34px;
    }

    h5 {
        font-size: 20px;
        line-height: 30px;
    }

    h6 {
        font-size: 16px;
        line-height: 26px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }
    .service_list .box{
        padding: 15px;
    }
    .choose_list .box {
        padding: 20px 15px 10px;
    }
}
@media (max-width:991.5px ) {
    header .hdr_top{
        border-bottom: 1px solid #f1f1f1;
        position: relative;
        padding: 10px 0;
        top: 0;
    }
    .hdr_top ul{
        justify-content: center;
    }
    .hdr_top ul li {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .hdr_top ul li a {
        background: #efefef;
        padding: 3px 10px;
        border-radius: 30px;
    }
    header{ padding: 0; }
    header nav{ padding: 10px 0 !important; }
    header .navbar-brand {
        padding: 0 !important;
        max-width: 75px;
    }
    .navbar-toggler img {
        max-width: 25px;
    }
    button.navbar-toggler {
        padding: 4px 8px !important;
    }
    div#collapsibleNavbar {
        position: absolute;
        background: #fff;
        width: 100%;
        top: 75px;
        padding: 10px !important;
    }
    header .navbar-nav {
        padding: 0 !important;
        text-align: center;
    }
    header .navbar-nav li {
        border-bottom: 1px solid #efefef;
        padding: 6px 0;
    }
    .slider {
        padding-top: 30px;
    }
    .slider h1 {
        font-size: 30px;
        line-height: 40px;
    }
    ul.tb_none {
        display: none !important;
    }
    .gopay ul{
        padding-top: 30px !important;
        flex-wrap: wrap;
        align-items: initial;
    }
    .gopay ul li {
    padding: 5px;
    flex: 0 0 33.3333%;
}
.tb_none{
    display: none;
}
.gopay ul li .box{
    height: 100%;
}
.service_list ul li {
    padding: 7px;
    flex: 0 0 33.333%;
}
.service_list ul li.big {
    flex: 0 0 40%;
}
section .space {
    height: 10px;
}
.service_list {
    margin-top: -75px;
}
.service_list .box p {
    margin: 20px 0 5px;
}
.advantageous .box .img_box, .advantageous .box .text_box {
    flex: 0 0 100%;
}
 .advantageous .box .text_box{
    text-align: center;
 }
 .advantageous .box.rev{
    flex-direction: column-reverse;
 }
 .advantageous .box .img_box img{
    border-bottom: 1px solid #fff;
    max-width: 300px;
    margin: 0 auto;
    display: block;
 }
 .choose_list ul li {
    padding: 7px;
 }
 footer .col-md-3 {
    width: 50%;
}
}
@media (max-width:768px ) {}
@media (max-width:767.5px ) {
    .rev{
        flex-direction: column-reverse;
    }
    .slider {
    background-size: 500% 100%;
 }
    .slider img{max-width: 300px;
    margin: 0 auto;
    display: block;
}
.slider h1{
    text-align: center;
    margin: 20px 0 130px;
}
section.gopay {
    padding-top: 0;
    text-align: center;
}
section.gopay h2{
    margin-top: 30px;
}
.gopay ul {
    padding-top: 10px !important;
    justify-content: center;
}
.gopay ul li {
    padding: 5px;
    flex: 0 0 50%;
}
.service_list ul li.big {
    flex: 0 0 50%;
}
.service_list h4 img {
    margin: 0 7px;
    height: 20px;
}
.choose_list ul li {
    flex: 0 0 50%;
}
.choose_list {
    margin-top: -70px;
 }
 .contact_form .box ul li {
    padding: 5px;
    flex: 0 0 100%;
}
.choose_list .box {
    padding: 20px 15px;
}







}
@media (max-width:576px ) {
    .hdr_top ul li:nth-child(3) {
        display: none;
    }
    .gopay ul li,.choose_list ul li {
        flex: 0 0 100%;
    }
    .gopay .box p{
        margin-bottom: 0;
    }
    .slider h1 {
        font-size: 22px;
        line-height: 32px;
    }
    section {
        padding: 50px 0;
    }
    .service_list ul,.choose_list ul{
        padding: 0 7px !important;
    }
    .service_list ul li {
        padding: 7px;
        flex: 0 0 50%;
    }
    .service_list {
        margin-top: -55px;
    }
    .advantageous .box .text_box {
        padding: 30px 15px;
    }
    .choose_list {
        margin-top: -50px;
    }
    .advantageous .box h4 {
        font-size: 20px;
        line-height: 31px;
    }
    footer .col-md-3 {
        width: 100%;
    }
    .hdr_top ul li a{
        font-size: 12px;
    }
    .hdr_top ul li a img {
        max-width: 15px;
    }
    .copy p {
        font-size: 12px;
    }
}

.brandbg-gradient{
    background-image: linear-gradient(#73B941, #41B3EA);
}