*{margin: 0px;padding: 0px;}
html {
    scroll-behavior: smooth;
}





/********************************************************
*   Top Header section #f9a51b #82D0F4
 *********************************************************/

.top-header-white-logo{
    height: 36px;
    width: 40px;
    display: inline-block;
    float: left;
    margin-top: 5px;
    margin-right: 6px;
}

.header-top-content{
    float: left;
}

.header-top-content p{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: white;
}

.header-top-content .bold-font{
    font-weight: bold;
}


.top-header-section{
    background-color:#1390C0;
}

.header-top-left{
 text-align: right;
}

.header-top-left ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.header-top-left ul li{
    display: inline-block;
}

.header-top-left ul li a{
    color: white;
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    padding: 12px;
    font-family: 'Roboto', sans-serif;
}


.header-top-right .social-icons ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
}

.header-top-right .social-icons ul li{
    display: inline-block;
}

.header-top-right .social-icons ul li a{
    color: white;
    display: block;
    font-size: 15px;
    font-weight: normal;
    display: block;
    padding: 12px 10px;
}

.header-top-right .social-icons ul li a:hover{
    opacity: 0.5;
}

.logo{
    height: 55px;
}


.top-section{
    padding: 20px 0px;
}

.top-section .title{
    font-size: 30px;
    color: #16365D;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
}

.top-section img{
    float: left;
}

.top-header-logo-text-sec{
    float: left;
    margin-left: 10px;
}

.top-header-right h4,h1{
    text-align: right;
}


.top-section .contact-number{
    font-size: 26px;
    color: #16365D;
    text-transform: uppercase;
    font-weight: 700;
}

.header-subtitle{
    font-weight: bold;
    font-style: italic;
}

.header-logo{
    height: 100px;
}

.hide-desktop-view{
    display: none;
}

.gov-lichance{
    font-size: 14px;
}
/*************************************************************
* Slider section
*************************************************************/

.slider-section{
    position: relative;
    height: 800px;
    overflow: hidden;
}

.navigation{
    position: absolute;
    top: 0;
    z-index: 500;
    width: 100%;
}


.navigation ul li a{
    font-size: 17px;
    font-weight: 600;
}

.navigation ul li{
    padding: 10px 10px !important;
}

.navigation ul li .nav-link{
    display: block;
    border-bottom: 3px solid white;
    text-transform: uppercase;
}

.navigation ul li .nav-link:hover{
    border-color: tomato;
}


.navigation ul li ul li{
    padding: 0px !important;
}

.menu-bg{
    background-color: rgb(255, 255, 255);
    /*background-color: transparent;*/
    -webkit-box-shadow: 0px 1px 5px 0px rgb(222 222 222);
    -moz-box-shadow: 0px 1px 5px 0px rgba(222,222,222,1);
    box-shadow: 0px 1px 5px 0px rgb(222 222 222 / 52%);
}



.slider{
    width: 100%;
    min-height: 500px;
    top: 0;
    z-index: 400;
    position: absolute;
}

.slider img{
    max-height: 800px;
}

.carousel-caption{
    position: absolute;
    left: 10%;
    top: 20%;
    z-index: 500;
    padding: 100px;
    box-sizing: border-box;
    text-align: left;
}

.carousel-caption h1{
    font-size: 60px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    text-align: left;
}

.carousel-caption p{
    font-size: 20px;
    color: white;
    text-align: left;
}

.carousel-caption button{
    padding: 10px 30px;
    font-size: 18px;
    color: white;
    background-color: tomato;
    border:1px solid tomato;
    margin-top: 30px;
}

.carousel-caption button:hover{
    opacity: 0.5;
    color: white;
}

.find-job-btn{
    padding: 4px 19px;
    font-size: 18px;
    color: white;
    background-color: #b52a07;
    border: 1px solid #b52a07;
}

.find-job-btn:hover{
    opacity: 0.8;
    color: white;
}




.footer-section{
    padding: 30px 0px;
    width: 100%;
    min-height: 300px;
    background-color: #f5f5f5;
    /* background-image: url('../images/escheresque.png'); */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e5e7ea' fill-opacity='1' viewBox='0 0 8 8' width='8' height='8'%3E%3Cpath d='M4.7,4l3.6,3.6L7.6,8.4L4,4.7L0.4,8.4l-0.7-0.7L3.3,4l-3.6-3.6l0.7-0.7L4,3.3l3.6-3.6l0.7,0.7L4.7,4z'/%3E%3C/svg%3E");
    font-family: 'Barlow', sans-serif;
}

.footer-section h4{
    font-size: 20px;
    color: slateblue;
    margin-top: 30px;
    border-bottom: 0.5px dotted rgb(216, 215, 215);
    padding-bottom: 10px;
}

.footer-section p{
    margin-bottom: 10px;
}

.quick-link{
    /* margin: 0px;
    padding: 0px; */
    list-style: none;
}

.quick-link li a{
    font-size: 16px;
    color: black;
    text-decoration: none;
}

.quick-link li a:hover{
    text-decoration: underline;
    font-weight: 600;
}


.footer-social-icon{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

.footer-social-icon li{
    display: inline-block;
}

.footer-social-icon li a{
    display: block;
    padding: 6px 10px;
    color: white;
    background-color: dimgray;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 20px;
    transition:  all 0.5s ease 0s;
}

.footer-social-icon li a:hover{
    background-color: silver;
    transition:  all 0.5s ease 0s;
}

.footer-section .text-align-center{
    text-align: center;
    font-weight: 600;
}



/************************
* Home about section
*******************************/
.home-about-section{
    background-color: white;
    min-height: 300px;
    padding: 90px 0px;
    overflow: hidden;
}

.home-about-section h1{
    color: #354954;
    font-size: 50px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
}

.home-about-section p{
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    color: #354954;
}

.home-about-section img{
    width: 100%;
    margin-top: 22px;
}

.home-about-section button{

}


/*******************************
*   Why Us
***************************************/
.home-page-title{
    color: #354954;
    font-size: 50px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
    padding-bottom: 40px;
}





/************************
* Home service section
*******************************/
.home-service-section{
    background-color: #e6e6e6;
    min-height: 300px;
    padding: 90px 0px;
    overflow: hidden;
}


.home-about-section h1{
    color: #354954;
    font-size: 50px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    padding-top: 0px;
}



    /*********************************************************************
* Start Home Wapper Section
***********************************************************************/

.home-wapper-section {
    box-sizing: border-box;
    padding: 100px 0px;
    background-color: #f5f5f5;
}

.home-wapper-section img {
    margin: 0px auto;
    display: block;
}

.home-wapper-section h3 {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.home-wapper-section p {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-align: center;
}


.wapper-container {
    border-top: 5px solid #1390C0;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #0000002b;
    box-sizing: border-box;
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: white;
}

.wapper-container img {
    height: 60px;
}

.home-wapper-section .subtitle {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-align: center;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    /* fallback */
    max-height: 32px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.wapper-container-overly {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1390C0;
    left: 0;
    top: 0;
    padding: 20px 10px;
    box-sizing: border-box;
    margin-top: 280px;
    transition: all 0.5s ease 0s;
}

.wapper-container-overly h3 {
    font-family: "Barlow", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}

.wapper-container-overly p {
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: white;
    text-align: center;
    line-height: 150%;
}

.wapper-container:hover .wapper-container-overly {
    margin-top: 0px;
    transition: all 0.5s ease 0s;
}



/*********************************************************************
* end Home Self Learning Section
***********************************************************************/


    /*********************************************************************
* Start find the Perfect section
***********************************************************************/

.home-find-the-perfect-section {
    position: relative;
    background-color: #f9f9f9;
    background-image: url("../images/counter_bg.jpg");
    width: 100%;
    min-height: 320px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    background-attachment: fixed;
}

.find-the-perfect-section-overflow{
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-color: rgba(255, 99, 71, 0.685);*/
    min-height: 320px;
    background-color: rgba(19, 144, 192, 0.5);
}

.home-find-the-perfect-section img {
    height: 37px;
}

.home-find-the-perfect-section .know-more {
    margin-top: 57px;
    padding-left: 40px;
}

.home-find-the-perfect-section .know-more-link {
    color: #d1b4ff;
    font-size: 24px;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
}

.home-find-the-perfect-section .know-more-month-link {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
}

.home-find-the-perfect-section h2 {
    font-size: 32px;
    color: #000000;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0px;
}

.home-find-the-perfect-section p {
    font-size: 17px;
    color: #000000;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
    text-align: left;
    margin: 0px;
    line-height: 135%;
    margin-top: 5px;
}

.home-find-the-perfect-section .find-button {
    background-color: #f8b53a;
    color: #ffffff;
    font-size: 18px;
    padding: 7px 20px;
    display: inline-block;
    margin-top: 30px;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    text-decoration: none;
}

.home-find-the-perfect-section .white-button {
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    padding: 5px 15px 5px 5px;
    display: inline-block;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    text-decoration: none;
    border-radius: 30px;
}

.home-find-the-perfect-section .white-button img {
    height: 32px;
}
/*********************************************************************
* end How to Earn Money with Shujog App section
***********************************************************************/





/**********************************************************************
*   Start Procedure section
*************************************************************************/
    .how-to-earn-money {
        padding: 100px 0px 100px 0px;
        /* background: linear-gradient( 302.47deg, #f5f5f5 -6.13%, rgba(246, 248, 249, 0) 108.91%); */
    }

    .how-to-earn-money-header {
        margin-bottom: 50px;
    }

    .how-to-earn-money-header h2 {
        font-size: 36px;
        color: #2d4059;
        font-weight: 600;
        font-family: "Barlow", sans-serif;
        text-align: center;
    }

    .how-to-earn-money-header p {
        font-size: 16px;
        color: #2d4059;
        font-weight: 500;
        font-family: "Barlow", sans-serif;
        text-align: center;
    }


    .earn-money-single-card {
        width: 100%;
        border-radius: 8px;
        background-color: #e2edfc;
        min-height: 240px;
        padding: 20px 10px 10px 20px;
    }

    .earn-card-image-section {
        box-sizing: border-box;
    }

    .earn-money-single-card img {
        width: 100%;
        height: 100%;
        max-height: 200px;
        display: block;
    }

    .earn-money-single-card h3 {
        font-size: 18px;
        color: #2d4059;
        font-weight: 600;
        font-family: "Barlow", sans-serif;
        margin-bottom: 10px;
        margin-top: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        -webkit-box-orient: vertical;
    }

    .earn-money-single-card p {
        font-size: 15px;
        color: #2d4059;
        font-weight: 500;
        font-family: "Barlow", sans-serif;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        -webkit-box-orient: vertical;
    }

    .earn-money-single-card .read-more {
        border: 10px;
        font-size: 14px;
        color: #ffffff;
        font-weight: 500;
        font-family: "Barlow", sans-serif;
        background-color: tomato;
        text-decoration: none;
        padding: 5px 15px;
        display: block;
        margin-top: 30px;
        transition: all 0.5s ease 0s;
    }

    .earn-money-single-card a {
        text-decoration: none;
    }

    .earn-money-single-card .read-more:hover {
        background-color: rgb(251, 88, 60);
        opacity: 0.6;
    }

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


    /********************************************************
    *   Start Client background-color: #f5f5f5;
    ************************************************************/

    .shujog-clinet {
        padding: 70px 0px 70px 0px;
        background-color: #fafafa;
    }

    .shujog-clinet h1 {
        padding-bottom: 50px;
    }


.scroll-top{
    position: fixed;
    padding: 13px 20px;
    /* height: 50px;
    width: 50px; */
    background-color: silver;
    right: 20px;
    bottom: 20px;
    color: white;
    box-sizing: border-box;
}

.scroll-top a{
    color: white;
}




/******************************************
* cover Section
***********************************************/
.cover-section{
    width: 100%;
    position: relative;
    min-height: 350px;
}

.cover-image-section{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 300px;
    z-index: 300;
}

.cover-image-section img{
    width: 100%;
    min-height: 300px;
    max-height: 300px;
}



.cover-section-content{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 300;
    min-height: 300px;
    background-color: rgba(4, 4, 4, 0.493);
    width: 100%;
}

.cover-section-content .cover-title{
    font-family: "Barlow", sans-serif;
    color: white;
    font-weight: 700;
    text-align: center;
    font-size: 50px;
    padding-top: 106px;
}


.page-content-section{
    padding: 50px 0px 100px 0px;
}

.cover-icon{
    padding-left: 7px;
    padding-right: 7px;
}

.page-title{
    font-family: "Barlow", sans-serif;
    color: #354954;
    font-weight: 700;
    text-align: left;
    font-size: 37px;
    margin-bottom: 0px;
    text-transform: uppercase;
}


.paragrap{
    /*font-size: 20px !important;*/
    /*color: dimgray;*/
    /*line-height: 150%;*/
    /*text-align: justify;*/
    font-size: 17px !important;
    color: #212529;
    line-height: 150%;
    text-align: justify;
}

.md-image{
    width: 100%;
}

.page-sub-title{
    font-family: "Barlow", sans-serif;
    color: tomato;
    font-weight: 700;
    text-align: left;
    font-size: 25px;
    padding: 0px;
    margin: 0px;
}


.border-bottom-span{
    border-bottom: 5px solid silver;
    width: 100px;
    height: 20px;
    display: inline-block;
    margin-bottom: 20px;

}

.sub-title-cover{
    text-align: center;
    font-size: 16px;
    color: white;
}
.sub-title-cover a{
    color: white;
    text-decoration: none;
}

.sub-title-cover a:hover{
    color: tomato;
    text-decoration: underline;
}

.text-align-center{
    text-align: center !important;
}
.margin-0-auto{
    margin: 0px auto;
    display: block;
}

.margin-all-0{
    margin: 0px;
}

/*************************
* Service page
*****************************/
.sevice-page-s-box{
    width: 100%;
    position: relative;
    min-height: 300px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    border-radius: 10px;
}

.service-cat-image{
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}

.service-page-s-content{
    position:absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    height: 100%;
    vertical-align: bottom;
    background-color: rgba(8, 8, 8, 0.38);
    transition: all 1s ease 0s;
    border-radius: 10px;
}

.service-page-s-content h2{
    text-align: center;
    vertical-align: bottom;
    color: white;
    font-family: "Barlow", sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-top: 56%;
}


.service-page-s-oveflow{
    position:absolute;
    left: 0;
    bottom: -300px;
    width: 100%;
    z-index: 200;
    height: 100%;
    background-color: #E4EAEE;
    transition: all 1s ease 0s;
    border-radius: 10px;
}


.service-page-s-oveflow h3{
    text-align: center;
    vertical-align: bottom;
    color: tomato;
    font-family: "Barlow", sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-top: 60px;
}


.service-page-s-oveflow p{
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    padding: 10px 30px;
}

.service-page-s-oveflow button{
    margin: 0px auto;
    display: block;
}


.sevice-page-s-box:hover .service-page-s-oveflow{
    bottom: 0px;
    transition: all 0.5s ease 0s;
}

.width-200{
    width: 200px;
}


.margin-top-15{
    margin-top: 35px;
}

.contact-us-page label{
    font-size: 16px;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
    padding-bottom: 5px;
}

.contact-us-page input{
    font-family: "Barlow", sans-serif;
    font-size: 14px;
}


.contact-us-section h4 {
    font-size: 18px;
    color: #FD6732;
    font-weight: bold;
    font-family: 'Archivo Narrow', sans-serif !important;
    margin-top: 30px;
}

.contact-us-section h5 {
    font-size: 16px;
    color: #242B7C;
    font-weight: normal;
}


/**************************
* Counter Up
*********************************/
.counter-box {
    display: block;
    background: transparent;
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 9px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    font-family: 'Archivo Narrow', sans-serif !important;
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: white
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: white;
    line-height: 28px
}

.counter-box.colored {
    background: #3acf87
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}


.conter-padding-top{
    padding-top: 56px;
}


/*********************************
New Design
 ***********************************/
.profile-download-image{
    margin-left: 60px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.custom-border-bottom{
    margin:0px auto;
    display: block;
    width: 20%
}

/****************************************************
* Job Section
 *****************************************************/

.job-section-wapper{
    background-color: #FBFBFB;
    border-radius: 10px;
}

.job-title-text{
    color: #348334;
    text-decoration: none;
    font-size: 18px;
}
.job-link{
    text-decoration: none;
}

.job-link .card{
    margin-bottom: 20px;
}
.job-link:hover{
    background-color: #F5F5F5;
}

.location{
    color: darkblue;
    font-size: 16px;
    padding: 5px;
    margin: 0px;
    font-weight: 400;
}

.job-date{
    color: darkblue;
    font-size: 16px;
    padding: 5px;
    margin: 0px;
    font-weight: 400;
    float: right;
}

/*******************************************
* Login page
 */

.login-page-title{
    text-align: left;
    margin-top: 100px;
    font-size: 30px;
    color: #16365D;
    text-transform: uppercase;
    font-weight: 700;
}

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

.login-page-label{
    font-size: 15px;
    font-weight: 400;
    color: dimgray;
}



.blink-btn {
    background-color: #1c87c9;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: none;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 17px;
    padding: 7px 22px;
    text-align: center;
    text-decoration: none;
}
@keyframes glowing {
    0% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }
    50% {
        background-color: #49e819;
        box-shadow: 0 0 20px #49e819;
    }
    100% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }
}
.blink-btn {
    animation: glowing 1300ms infinite;
}


.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border: 2px solid #1390C0;
    height: 110px;
}
