@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
input,
span {
    font-family: 'Poppins', sans-serif;
}

.h6,
h6 {
    font-size: 0.9rem;
}

#carouselSlidesOnly {
    margin-top: 50px;
    margin-bottom: 100px;
}

.banner {
    background-image: url(../img/banner-img.jpg);
    position: relative;
    bottom: 100px;
    height: 100vh;
    background-size: cover;
}

.bh {
    text-align: center;
    color: #fff;
    margin-bottom: 18px;
    font-size: 32px;
}

.typo-1 {
    font-size: 18px;
    font-weight: 500;
    padding: 1vh 2vw;
}

.navbar {
    z-index: 3;
}

.logo {
    width: 60%;
}

.demo {
    width: 46%;
    padding: 30px;
    min-height: 240px;
    background: rgba(56, 56, 56, 0.8);
    border-radius: 8px;
}

.demo {
    display: block;
    margin: auto;
    margin-top: 30vh;
}

.tab-content {
    padding: 10px;
}

@media (max-width: 767px) {
    .nav-tabs.nav-tabs-dropdown,
    .nav-tabs-dropdown {
        border: 1px solid #dddddd;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
    }
    .nav {
        display: block!important;
    }
    .nav-tabs.nav-tabs-dropdown::after,
    .nav-tabs-dropdown::after {
        content: "☰";
        position: absolute;
        top: 8px;
        right: 15px;
        z-index: 2;
        pointer-events: none;
    }
    .nav-tabs.nav-tabs-dropdown.open a,
    .nav-tabs-dropdown.open a {
        position: relative;
        display: block;
    }
    .nav-tabs.nav-tabs-dropdown.open>li.active>a,
    .nav-tabs-dropdown.open>li.active>a {
        background-color: #eeeeee;
    }
    .nav-tabs.nav-tabs-dropdown li,
    .nav-tabs-dropdown li {
        display: block;
        padding: 0;
        vertical-align: bottom;
    }
    .nav-tabs.nav-tabs-dropdown>li>a,
    .nav-tabs-dropdown>li>a {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        border-color: transparent;
    }
    .nav-tabs.nav-tabs-dropdown>li>a:focus,
    .nav-tabs-dropdown>li>a:focus,
    .nav-tabs.nav-tabs-dropdown>li>a:hover,
    .nav-tabs-dropdown>li>a:hover,
    .nav-tabs.nav-tabs-dropdown>li>a:active,
    .nav-tabs-dropdown>li>a:active {
        border-color: transparent;
    }
    .nav-tabs.nav-tabs-dropdown>li.active>a,
    .nav-tabs-dropdown>li.active>a {
        display: block;
        border-color: transparent;
        position: relative;
        z-index: 1;
        background: #fff;
    }
    .nav-tabs.nav-tabs-dropdown>li.active>a:focus,
    .nav-tabs-dropdown>li.active>a:focus,
    .nav-tabs.nav-tabs-dropdown>li.active>a:hover,
    .nav-tabs-dropdown>li.active>a:hover,
    .nav-tabs.nav-tabs-dropdown>li.active>a:active,
    .nav-tabs-dropdown>li.active>a:active {
        border-color: transparent;
    }
}

h1.typo-2 {
    text-align: center;
    color: #A6D240;
}

.buttons.big {
    width: 100%;
    height: 50px;
    font-family: 'Product sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    background-color: #A6D240;
    border-color: Green;
    border-radius: 30px;
}

h1 {
    font-size: 1.7rem;
    font-weight: 480;
}

.align-center {
    text-align: center;
}

.btn {
    border: 2px solid #289D2B;
    border-radius: 30px;
    width: 50%;
    height: auto;
    color: #289D2B;
}

.btn:hover {
    background-color: #289D2B;
    color: #fff;
}

.btn-long {
    line-height: 2.2;
    width: 60%;
}

.time {
    color: #1E9DCF;
}

hr {
    border: 1px inset;
}

.view {
    color: #1E9DCF;
    float: right;
    font-size: 14px;
}

.aw-color {
    color: #289D2B;
}

.show2 {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.486);
    float: left;
}

.map {
    background-image: url(../img/Ps-5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 5%;
    margin-bottom: 5%;
    height: 750px;
}

.map1 {
    background-image: url(../img/Ps-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    border-radius: 20px;
    height: 450px;
    padding: 34px 70px;
    box-shadow: 17px 18px 20px grey;
    transition: all 1s ease-out;
}

.map2 {
    background-image: url(../img/Ps-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    margin-top: 50px;
    margin-bottom: -50px;
    border-radius: 20px;
    padding: 34px 70px;
    box-shadow: 2px 9px 11px grey;
    transition: all 1s ease-out;
}

.map2:hover {
    transform: scale(1.05);
}

.map1:hover {
    transform: scale(1.05);
}

.daily {
    color: #fff;
    padding-top: 50px;
    font-size: 24px;
}

.daily:hover {
    color: #fff;
    padding-top: 50px;
    font-size: 24px;
    text-decoration: underline;
}

.daily1 {
    color: #fff;
    padding-top: 20px;
}

.card {
    border: 2px solid #A9CF46;
    border-radius: 0.25rem;
}

.icon {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.icon:hover {
    transform: scale(1.1);
}

.card2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #E6E7E9;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    box-shadow: 2px 7px 16px grey;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.ft {
    font-size: 0px;
}

.card2:hover {
    box-shadow: 5px 7px 11px grey;
    transform: scale(1.1);
}

.pp {
    font-size: small;
}

.card-body {
    /*-ms-flex: 1 1 auto;*/
    flex: 1 1 auto;
    padding: 0.25rem;
    text-align: center;
    background-color: #E6E7E9;
}

.card-body>h6 {
    padding-top: 10px;
    font-weight: 600;
}

.card-img {
    height: 180px;
}

span {
    color: #1E9DCF;
}

.color {
    color: #289D2B;
    ;
}

footer {
    background-color: #FCFCFC;
    border-top: 1px solid #d9d9db;
}

.fp {
    color: #857b7b;
}

.vl-middle {
    border-left: 1px solid green;
    height: 100px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: -18px;
}

.vl-right {
    border-left: 1px solid green;
    height: 100px;
    position: absolute;
    right: -100%;
    margin-left: -3px;
    top: -18px;
}

.vl-left {
    border-left: 1px solid green;
    height: 100px;
    position: absolute;
    float: left;
    margin-left: 0px;
    top: -18px;
}

.leading {
    font-size: 18px;
    font-weight: 200;
}

.m-500 {
    margin-bottom: 150px;
}

.fa-angle-double-right {
    color: #289D2B;
    margin-left: 6px;
}

.what {
    font-size: 28px;
    font-weight: 600;
}

.line {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 2px;
}

.radi {
    border-radius: 0px;
    width: auto;
    font-size: 10px;
    background: transparent;
    color: #000;
    font-weight: 600;
}

.logo {
    width: 80%;
}

.playstore {
    width: 100%;
}

.apple {
    width: 100%;
}

.world {
    padding: 12% 0;
    margin-top: -6%;
    width: 90%;
    margin-left: 4%;
}

#navbarSupportedContent>ul>li {
    align-self: center;
}

.navbar-nav {
    width: 100%;
    place-content: flex-end;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

@media only screen and (max-width:480px) {
    .m-500 {
        margin-top: 500px;
    }
    .map1 {
        height: 600px;
    }
    .map2 {
        height: 600px;
    }
    .map {
        background-size: cover;
        height: 100vh;
    }
    .active>a {
        color: #000!important;
    }
    .postjob {
        float: none!important;
    }
    .demo {
        width: 90%;
        margin-top: 20vh;
    }
    .banner {
        bottom: 116px;
    }
    .w-100 {
        width: calc(100% + 17px)!important;
    }
    .title-sm {
        text-align: center!important;
    }
    .mapping {
        margin-top: 25%;
    }
    .what {
        font-size: 1.5rem;
        font-weight: 600;
    }
    .vl1 {
        display: none;
    }
    .logo1 {
        width: 100%;
    }
    .playstore1 {
        width: 35%;
    }
    .app1 {
        width: 35%;
    }
    .drop {
        display: block;
        margin: auto;
    }
}

@media only screen and (max-width:1024px) {
    .img2 {
        height: 170px;
    }
}

.bg-transparent {
    background: transparent;
}

ul.search-op>li {
    display: inline-flex;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 600;
    margin: auto;
}

ul.search-op>li>a {
    color: #fff;
}

input.search23 {
    float: right;
    width: 100%;
    transform: translateX(40px);
    height: 50px;
    padding: 10px;
    font-size: 14px;
}

.star-rating {
    line-height: 32px;
    font-size: 1.25em;
}

.star-rating2 {
    line-height: 32px;
    font-size: 1.25em;
}

.rating {
    width: auto;
    display: block;
    margin: auto;
}

.w-100 {
    margin: -6px 0px 0px -16px;
}

ul.des {
    list-style: none;
    padding: 0;
    display: inline-flex;
}

.des>li {
    color: #000;
    display: flex;
    align-self: center;
    font-size: 10px;
    font-weight: 900;
}

.radii {
    border-radius: 0px;
    padding: 7.5px 0px;
    width: 50%;
    transform: translateX(8px);
}

button.radii {
    background-color: #289D2B;
    color: #fff;
}

ul.des {
    list-style: none;
    padding: 0;
    display: inline-flex;
}

.img-circle {
    border-radius: 50%;
    width: 100px;
    display: block;
    margin: auto;
}

.ct-topbar {
    text-align: right;
    background: #eee;
}

.ct-topbar__list {
    margin-bottom: 0px;
}

.ct-language__dropdown {
    padding-top: 8px;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 110%;
    left: -3px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100px;
    text-align: center;
    padding-top: 0;
    z-index: 200;
}

.ct-language__dropdown li {
    background: #222;
    padding: 5px;
}

.ct-language__dropdown li a {
    display: block;
}

.ct-language__dropdown li:first-child {
    padding-top: 10px;
    border-radius: 3px 3px 0 0;
}

.ct-language__dropdown li:last-child {
    padding-bottom: 10px;
    border-radius: 0 0 3px 3px;
}

.ct-language__dropdown li:hover {
    background: #444;
}

.ct-language__dropdown:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 8px;
    border-left-width: 8px;
    border-bottom: 8px solid #222;
}

.ct-language {
    position: relative;
    background: transparent;
    color: #fff;
    padding: 2px 0;
}

.ct-language:hover .ct-language__dropdown {
    max-height: 200px;
    padding-top: 8px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.navbar-brand>img {
    padding-top: 0px;
    width: 200px;
    margin-left: 15px;
    margin-bottom: -10px;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    width: 60%;
    display: flex;
    margin: auto;
}

.navbar-brand {
    height: auto;
    margin: 0;
    padding: 0;
    margin-right: 20px;
}

.navbar {
    background-color: #000000;
}

.navbar-default .navbar-nav>.active>a {
    padding: 8px 19px 9px !important;
}

.navbar-nav>li.active {
    padding: 8px 0px 9px 0;
}

.navbar-right {
    padding-top: 0;
}

.navbar-default .navbar-nav>li>a::after {
    background-color: transparent;
    border-bottom: 3px solid #d2282e;
}

.navbar-default .navbar-nav>li {
    display: inline-block;
    text-align: center;
    float: none;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #0392CC;
}

ul.menu {
    list-style-type: none;
    display: flex;
    float: right;
    padding-right: 14px;
}

#navbarSupportedContent>ul>li>a>span {
    padding-right: 10px;
    border-right: 2px solid #E6E7E9;
}

.open {
    padding: 0;
}

.postjob {
    display: block;
    margin: auto;
    background: rgba(056, 056, 056, 0.8);
    padding: 20px;
    border: 0px;
}

.postjob>span {
    color: #fff;
    padding-left: 20px;
}

.job {
    color: #fff;
}

.uploadpost {
    margin-top: 4vh;
}

.f-logo {
    filter: hue-rotate(-70deg);
}

.under {
    color: #949494;
}

.ltd {
    font-size: 36px;
}

.comp {
    color: #949494;
}

.under::after {
    content: "";
    width: 298px;
    height: 2px;
    background: #aaa8a9;
    display: block;
    margin: auto;
    margin-top: 13px;
    opacity: 0.8;
}

.progressbar {
    display: inline-block;
    width: 100px;
    margin: 25px;
}

@media only screen and (max-width:768px) {
    .img1 {
        height: 180px;
    }
    .logo2 {
        width: 100%;
    }
}

@media only screen and (max-width:992px) {
    .navbar-light .navbar-nav .nav-link {
        color: #000!important;
    }
}


/* .circle {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.circle canvas {
    vertical-align: middle;
}

.circle div {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    display: block;
    color: #aaa;
    margin-top: 12px;
} */

.show {
    background-color: #fff;
}

.star-rating {
    color: rgba(0, 0, 0, 0.336)
}

.star-rating2 {
    color: #0ead62!important;
}

.grid {
    width: 100px;
    margin: auto;
    position: relative;
    top: 10%;
    transform: translateY(10%);
    background: #FFF;
}

.col-8 {
    width: 100px;
    height: 100px;
    float: left;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    cursor: pointer;
    position: relative;
}

.post-sl {
    padding-left: 4vw;
    padding-right: 4vw;
}

.carousel-inner {
    box-shadow: 1px 1px 38px #888888;
}

.user {
    width: 80px;
}

::selection {
    color: #fff;
    background-color: #0ead62;
    font-weight: 600;
}