body {
    padding: 0;
    margin: 0;
    font-family: sans-serif, Arial, Helvetica, sans-serif;
    color: #434343;
    /* font-weight: 500; */
}

header {
    display: flex;
    box-sizing: border-box;
    background: #fff;



}

main {
    position: relative;
    top: 50px;
}

.main_nav {
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.3s;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 99;
    background-color: #fff;
}
.maelezo {
    text-align: justify !important;
    font-size: 20px !important;
}
.site_logo {
    display: flex;
    /* width: 100%; */
    align-items: center;
    text-decoration: none;
    margin-left: 10px;
    box-sizing: border-box;
}

.logo_img img {
    height: 60px;
    box-sizing: border-box;
    width: auto;
}

.logo_title {
    display: flex;
    align-items: center;
    color: #002fff;
    font-weight: 700;
    font-size: 1.4rem;
    font-family: sans-serif;
}

.logo_title span {
    font-weight: 900;
    color: #113aa3;
    font-size: 2rem;
    margin-right: 5px;
}

.nav_wrap .dropbtn,
.nav_wrap a {
    background-color: transparent;
    color: #005796;
    font-weight: 600;
    text-decoration: none;
    padding: 16px;
    font-size: 16px;
    border: none;
    transition: 300ms;
}

.dropdown {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

.dropdown-content {
    display: none;
    border-top: 8px solid #005eff;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    width: max-content;
    box-sizing: border-box;
    /* margin-right: 13px !important; */
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.dropdown-content a {
    color: #005796;
    /* width: 100%; */
    /* padding: 12px 16px; */
    text-decoration: none;
    font-size: 14px;
    display: block;
    box-sizing: border-box;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn,
.nav_wrap a:hover {
    background-image: linear-gradient(to top, #005eff, #00a6ff);
    cursor: pointer;
    color: black;
}

.contacts_wrap {
    display: flex;
    align-items: center;

}

.contacts_wrap a {
    margin-right: 10px;
    text-decoration: none;
    font-size: 18px;
}

.contacts_wrap .phone_link {
    color: rgb(0, 128, 55);
    background: #016fff70;
    display: flex;
    align-items: center;
    padding: 3px;
    border-radius: 10px;
}

.contacts_wrap .phone_link .fa-phone {
    border-radius: 50%;
    padding: 5px;
    font-size: 14px;
    background: #00807e;
    color: #fff !important;
}

.contacts_wrap .wtsp_link {
    background: #008a37;
    padding: 3px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 45%;
    color: #fff;

}

.contacts_wrap .fb_link {
    color: #012593;
}

.contacts_wrap .inst_link {
    color: #750152;
}

/* for mobile menu */
.topnav {
    overflow: hidden;
    /* background-color: #333; */
    position: relative;
    display: none;
    width: 100% !important;
}

.mobile_logo {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.topnav #myLinks {
    display: none;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;


    /* background-image: linear-gradient(to top, #005eff, #00a6ff); */
}

#myLinks a {
    color: #0b2f4a;
    padding: 5px;
}

.topnav a {
    color: rgb(1, 36, 96);
    /* padding: 14px; */
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-decoration: none;
    font-size: 17px;
    /* display: block; */
}

.topnav a.icon {
    background: none;
    position: absolute;
    padding: 15px 10px;
    /* width: 100%!important; */
    right: 0;
    top: 0;
}

.topnav a.icon .fa-bars {
    color: black;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.active {
    background-color: #04aa6d;
    color: white;
}

.service_column {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.column_cat {
    display: flex;
    /* padding: 14px; */
    flex-direction: column;
    box-sizing: border-box;
}

.column_cat span {
    margin-left: 14px;
    margin-right: 14px;
    padding-bottom: 7px;
    padding-top: 7px;
    font-size: 14px;
    color: #3d3d3d;
    margin-bottom: 3px;
    border-bottom: 1px solid grey;
}

.service_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.main_banner {
    height: 450px;
    display: flex;
    align-items: center;
    /* justify-content: ; */
    /* background: #00a6ff; */
    background-image:url(../img/bg4.PNG) ;
    background-size: cover;background-repeat: no-repeat;
}
/* https://deriv.com/signup/?t=ZSZegLDRpEUAB5oH5XvLu2Nd7ZgqdRLk&utm_source=affiliate_117818&utm_medium=affiliate&utm_campaign=MyAffiliates&utm_content=&referrer=www.toprevenuegate.com */
.banner_content {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #01154bc0 40%, transparent);
}

.banner_text {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.larger_text {
    font-size: 4rem;
    padding: 20px;
    width: 100%;
    color: white;
    text-align: center;
}

.smaller_text {
    color: wheat;
    font-size: 2rem;
}

.reach_us {
    padding: 10px;
    width: 25%;
    font-size: 18px;
    box-sizing: border-box;
    color: #fff;
    border: none;
    background-image: linear-gradient(45deg, #005eff, #00a6ff);
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    margin-top: 10px;
    transition: all 600ms ease-in-out;

}

.reach_us:hover {
    background-image: linear-gradient(45deg, #005eff, #005eff);
}

.post_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 40px;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.inner_post_banner {
    width: 80%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.post_box {
    display: flex;
    flex-direction: column;
    /* background: #71a0c454; */
    box-shadow: 0px 0px 5px 0px rgb(3, 62, 138);
    padding: 2px;
    border-radius: 5px;
    box-sizing: border-box;
}

.img_box {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #011c274d !important;
}

.img_box img {
    width: auto;
    height: 90%;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.detail_box {
    padding: 10px;
}

.post_read_more {
    margin-top: 20px;
}

.post_read_more a {
    text-decoration: none;
    color: #005796;
    font-weight: 600;
}

.solo_banner {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #fff9e7;
    padding: 30px;
    box-sizing: border-box;
}

.solo_inner_banner {
    display: flex;
    width: 97%;
    /* background-color: #fff; */
    flex-direction: column;
    /* align-items: center; */
    padding: 50px;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px black;
    box-sizing: border-box;
}

.solo_title {
    padding: 8px;
    margin: 0;
    box-sizing: border-box;

}

.solo_title h2 {
    font-size: 22px;
    border-bottom: 1px solid grey;
}

.solo_title h2 strong {
    font-size: 22px;
    color: #008a37;
}

.solo_content {
    width: 100%;
    display: grid;
    grid-template-columns: 400px auto;
    box-sizing: border-box;
}

.solo_title h2 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.solo_img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.solo_img img {
    width: 100%;
    height: auto;
}

.solo_detail_box {
    padding: 20px;
}

.solo_detail_title h3 {
    margin: 0;
    color: #008a37;

}

.detail_title h3 {
    margin: 2px;
    color: #373737;
}

.solo_detail_content {
    text-align: justify;
}

.clients_banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

.inner_client_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    box-sizing: border-box;

}

.client_logo {
    margin: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.client_logo .fab {
    font-size: 4rem !important;
}

.a_word_banner {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.a_word_inner_banner {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 100%;
    box-sizing: border-box;
}

.a_word_content {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
}

.a_word_header {
    box-sizing: border-box;
}

.a_word_header h4 {
    margin: 0;
}

footer {
    margin-top: 60px;
    padding: 10px;
    color: #fff1ff;
    box-sizing: border-box;
    background-image: linear-gradient(to top, #003082, #087ab7);
}

.footer_box {
    display: flex;
    flex-direction: column;
}

.footer_box_content {
    display: flex;
    flex-direction: column;
}

.footer_box_content span {
    padding: 5px;
}

.sub_email input {
    padding: 5px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 5px;
    font-size: 14px;
}

.sub_email input:focus {
    outline: none;
    border: 1px solid cyan;
}

/* app_development css */
.top_banner {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00a6ff;
    box-sizing: border-box;
}

.inner_top_banner {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 40% 60%;
    background-image: linear-gradient(to right, #00000082 40%, transparent);
}

.top_banner_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.top_banner_text h3 {
    font-size: 2.4rem;
    color: wheat;
    text-align: center;
}

.top_banner_icon_box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.top_banner_icon {
    margin-left: 30px;
    margin-right: 30px;
    animation: zoom-in-zoom-out 1000ms ease-out;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(0.5, 0.5);
    }

    /* 50% {
        transform: scale(1.2, 1.2);
    } */

    100% {
        transform: scale(1, 1);
    }
}

@keyframes iconName {
    0% {
        transform: scale();
    }
}

.top_banner_icon a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #0b2f4a;
    transition: all 300ms ease-in-out;
}

.top_banner_icon a strong {
    text-shadow: 0px 0px 3px cyan;
    font-stretch: expanded;
    letter-spacing: 1px;
}

.top_banner_icon .icon {
    font-size: 4.4rem;
    color: rgb(0, 238, 255);
    background-image: linear-gradient(45deg, #004266, #006da8);
    padding: 10px;
    border-radius: 5px;
    box-shadow: inset 0px 0px 5px 0px black;
    transition: all 300ms;

}

.top_banner_icon .icon:hover {
    box-shadow: 0px 0px 2px 1px cyan;
    /* font-size: 4.5rem; */
}

.service_page_box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: white;
}

.alert_serv_box {
    box-sizing: border-box;
    background-image: linear-gradient(to left, transparent, #fff04e54);
}

.inner_service_page_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    /* margin: 20px; */
}

.top_service_page_box {
    display: grid;
    grid-template-columns: 500px auto;
    width: 100%;
    box-sizing: border-box;
}

.alter {
    display: grid;
    grid-template-columns: auto 500px;
    width: 100%;
    box-sizing: border-box;
}

.img_service_box {
    margin-top: 20px;
}

.img_service_box img {
    height: auto;
    width: 100%;
    box-sizing: border-box;
}

.maelezo_service_box {
    margin: 20px;
    box-sizing: border-box;
}

.ex_one {
    position: relative;
    transition: all 300ms ease-in-out;
    animation: entry_ex1 1000ms;
}

@keyframes entry_ex1 {
    0% {
        left: 200px;
        opacity: 0;
    }

    100% {
        left: 0px;
    }
}

.ex_one2 {
    position: relative;
    transition: all 300ms ease-in-out;
    animation: entry_ex2 1200ms;
}

@keyframes entry_ex2 {
    0% {
        left: 200px;
        opacity: 0;
    }

    100% {
        left: 0px;
    }
}

/* .ex_one3{
    position: relative;
    transition: all 300ms ease-in-out;
    animation: entry_ex3 1400ms;
}
@keyframes entry_ex3{
    0%{
        left: 200px;
    }
    100%{
        left: 0px;
    }
} */
.ex_one3 {
    position: relative;
    transition: all 300ms ease-in-out;
    animation: entry_ex3 1600ms;
}

@keyframes entry_ex3 {
    0% {
        left: 200px;
        opacity: 0;
    }

    100% {
        left: 0px;
    }
}

.ex_one4 {
    position: relative;
    transition: all 300ms ease-in-out;
    animation: entry_ex4 1800ms;
}

@keyframes entry_ex4 {
    0% {
        left: 200px;
        opacity: 0;
    }

    100% {
        left: 0px;
    }
}

.ex_one5 {
    position: relative;
    transition: all 300ms ease-in-out;
    animation: entry_ex5 2000ms;
}

@keyframes entry_ex5 {
    0% {
        left: 200px;
        opacity: 0;
    }

    100% {
        left: 0px;
    }
}

/* ----end of app_development--- */

.sub_email button {
    padding: 5px;
    border: none;
    border-radius: 3px;
    background-image: linear-gradient(45deg, #005eff, #00a6ff);
    color: #e2e2e2;
    font-size: 14px;
    cursor: pointer;
}

.maelezo_service_box_header {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    background-image: linear-gradient(to top, #005eff, #00a6ff);
    padding: 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.maelezo_service_box_header h3 {
    margin: 0;
    color: #000000;
    font-size: 22px;
    width: 100%;
    box-sizing: border-box;
}

.last_service_box {
    font-weight: 600;
    color: grey;
    margin-top: 30px;
}

.sub_email button:hover {
    background-image: linear-gradient(45deg, #005eff, #005eff);
}

.example_box {
    display: flex;
    flex-direction: column;
}

.example_box h3 {
    padding: 0;
    margin: 0;
}

.example_box span {
    padding-top: 5px;
    margin-top: 5px;
    background: #016fff25;
    width: 50%;
    font-weight: 600;
    box-sizing: border-box;
}

@media screen and (max-width: 1255px) {
    .logo_title {
        display: none;
    }

    #first {
        margin-left: -50px;
    }
}

@media screen and (max-width: 1020px) {
    .main_nav {
        display: none;

    }

    .logo_title {
        display: flex;
    }

    .topnav {
        overflow: hidden;
        /* background-color: #333; */
        position: relative;
        display: block;
        width: 100% !important;
    }
}

@media screen and (max-width: 1020px) {
    .main_nav {
        display: none;

    }

    .logo_title {
        display: flex;
    }

    .topnav {
        overflow: hidden;
        background-color: #ddd;
        /* background-color: #333; */
        position: relative;
        display: block;
        width: 100% !important;
    }

    .alter {
        flex-direction: column-reverse !important;
    }

    .logo_img img {
        height: 40px;
        width: auto;
    }

    .logo_title {
        display: flex;
        align-items: center;
        /* color: #0031c4; */
        font-weight: 600;
        font-size: 1.2rem;
        font-family: sans-serif;
    }

    .inner_top_banner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* height: 400px; */
    }

    .logo_title span {
        font-weight: 900;
        /* color: #00a6ff; */
        font-size: 1rem;
        margin-right: 5px;
    }

    .service_page_box {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 720px) {
    body {
        width: 100%;
        box-sizing: border-box;
    }

    main {
        position: relative;
        box-sizing: border-box;
        top: 0;
        background: #71a0c454;
    }

    .top_banner {
        height: 300px;
    }

    .inner_top_banner {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .top_banner_text {
        padding: 5px;
        margin: 0;
        height: auto;
        /* margin-top: 70px; */
    }

    .maelezo_service_box {
    margin: 10px;
    }



    .alert_serv_box {
        flex-direction: column-reverse !important;
    }

    .img_service_box {
        padding: 5px;
        box-sizing: border-box;
    }

    .top_banner_text h3 {
        font-size: 1.5rem;
        margin: 0;
    }

    .top_banner_icon_box {
        padding: 5px;
        height: fit-content;
        justify-content: space-around;

    }

    .top_banner_icon {
        font-size: 18px;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .top_banner_icon strong {
        font-size: 17px;
        font-weight: 500;
        text-align: center;
        color: #00a6ff;
        text-shadow: none !important;
    }

    .top_banner_icon .icon {
        font-size: 3.5rem;
    }

    .img_box {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        flex-direction: column;
        background: #000000 !important;
        /* display: none; */
    }

    .img_box img {
        width: 100%;
        height: auto;
    }

    .main_nav {
        display: none;

    }

    .logo_title {
        display: flex;
    }

    .topnav {
        overflow: hidden;
        background-color: #ddd;
        /* background-color: #333; */
        position: relative;
        display: block;
        width: 100% !important;
    }

    .logo_img img {
        height: 40px;
        width: auto;
    }

    .logo_title {
        display: flex;
        align-items: center;
        /* color: #0031c4; */
        font-weight: 600;
        font-size: 1.2rem;
        font-family: sans-serif;
    }

    .logo_title span {
        font-weight: 900;
        /* color: #00a6ff; */
        font-size: 1rem;
        margin-right: 5px;
    }

    .main_banner {
        height: 250px;
    }

    .site_logo {
        width: 90%;
        box-sizing: border-box;
        justify-content: space-between;
    }

    .larger_text {
        font-size: 24px;
        text-align: left;
        padding: 0;
    }

    .reach_us {
        width: 80%;
        margin-top: 40px;
    }

    .smaller_text {
        font-size: 20px;
    }

    .service_page_box {
        display: flex;
        flex-direction: column;
    }

    .top_service_page_box {
        display: flex;
        flex-direction: column;
    }

    .banner_text {
        /* display:contents; */
        padding-top: 10px;
        align-items: none;
        justify-content: center;
        width: 70%;
        padding-top: 0;
        padding-left: 20px;
    }

    .post_banner {
        padding-top: 0;
    }

    .post_box {
        display: flex;
        flex-direction: column;
        background: #fff;
        box-shadow: 0px 0px 5px 0px black;
        border-radius: 5px;
        padding: 2px;
        margin: 10px;

        /* margin-top: 0; */
    }

    .solo_banner {
        padding: 0;
    }

    .inner_post_banner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        grid-gap: 0;
    }

    .solo_detail_box {
        width: 100%;
        padding: 0;
    }

    .solo_content {
        display: flex;
        flex-direction: column;
    }

    .example_box span {
        padding-top: 5px;
        margin-top: 5px;
        background: #016fff70;
        width: 100%;
        box-sizing: border-box;
    }

    .clients_banner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .inner_client_banner{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .sub_email {
        display: flex;
        flex-direction: column;
        width: 80%;
        align-items: center;
        justify-content: center;
        padding-left: 20px;
    }

    .sub_email input {
        width: 100%;
        /* padding-left: 20px; */
    }

    .sub_email button {
        width: 100%;
        margin-top: 5px;
    }

    .solo_inner_banner {
        width: 100%;
        padding: 5px;
    }

    .topnav a.icon {
        background: none;
        position: absolute;
        padding: 3px 5px;
        /* width: 100%!important; */
        right: 0;
        top: 0;
    }

    .phonegg {
        display: none;
    }

    footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer_box {
        width: 100%;
    }
}