@charset "utf-8";

/* CSS Document */

/* @import url('css/font-awesome.min.css');*/

/* In html file */

/*<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta name="viewport" content="width=device-width">*/

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@media (max-width: 1920px) {
    #contestSlider .owl-dots {
        left: -34vw;
        position: absolute;
        bottom: 0;
        right: inherit;
    }
}

@media (max-width: 1400px) {
    /* #slider h1 {
        font-size: 1.5rem;
    } */
    #slider h1 span {
        text-transform: capitalize;
        font-size: 1.75rem;
        border-top: 1px solid #fff;
        line-height: 1.8rem;
    }
}

@media (max-width: 1200px) {
    #slider h1 span {
        text-transform: capitalize;
        font-size: 1.4rem;
        border-top: 1px solid #fff;
        line-height: 1.8rem;
    }
    #slider h1 {
        font-size: 1.2rem;
    }
    #slider h1 p {
        font-size: 1.3rem;
    }
    #howItWorks .employerTile a {
        padding: 30px 10px;
    }
    #howItWorks .employerTile a img {
        width: 90px;
        margin: auto;
        display: block;
        margin-bottom: 15px;
        transition: all 0.5s ease-in-out;
    }
    #howItWorks .employerTile a p {
        font-size: 16px;
    }
    /* #howItWorks .tileLeft,
    #howItWorks .tileRight {
        padding: 30px 10px;
    } */
    .contestRow .contestTrofhy {
        min-width: 180px;
        width: auto;
    }
    .contestRow .contestDescription p {
        font-size: 14px;
    }
    .contestRow .contestDescription h4 {
        margin-bottom: 10px;
    }
    #header .contestUl {
        padding: 10px;
    }
    .siteButton {
        padding: 10px 15px;
    }
    #innerCategory .innerCategoryTiles li {
        width: 20%;
    }
    #innerCategory .innerCategoryTiles li a img {
        width: 38px;
        margin-right: 10px;
    }
    #innerCategory .innerCategoryTiles li a {
        min-height: 70px;
    }
    /* profile page css */
    .coverPhoto .avatar-upload {
        height: 200px;
    }
}

@media only screen and (max-width: 1920px) and (min-width: 992px) {
    /* #categories .col-lg-3 {
        width: 20%;
    } */
}

@media (max-width: 992px) {
    #slider {
        padding-bottom: 20px;
        text-align: center;
    }
    #slider .row .col-lg-6 {
        order: 2 !important;
    }
    #slider .row .col-lg-6.ps-5 {
        order: 1 !important;
        margin-bottom: 30px;
    }
    .open .right-panel {
        margin-left: 100px;
    }
    .right-panel {
        margin-left: 295px;
    }
    .headerNav .brand img {
        width: 150px;
    }
    .contestRow {
        flex-direction: column;
    }
    .contestRow .contestPhoto {
        width: auto;
        padding: 15px;
        padding-bottom: 0px;
    }
    .contestRow .contestPhoto img {
        width: 50%;
    }
    .contestRow .contestDescription {
        padding: 15px;
    }
    .contestRow .contestDescription ul li {
        margin-right: 5px;
    }
    .contestRow .contestDescription h4 {
        font-size: 18px;
    }
    .contestRow .contestDescription .btns {
        color: #fff;
        font-size: 12px;
        text-align: center;
        width: max-content;
        padding: 6px 12px;
        border-radius: 4px;
    }
    .contestRow .contestDescription p {
        font-size: 14px;
        /* text-align: justify; */
        min-height: 30px;
    }
    .contestRow .contestTrofhy img {
        width: 50px;
    }
    .contestRow .contestTrofhy p {
        margin-top: 5px;
    }
    .hiWorks-bg {
        padding-top: 175px !important;
        padding-bottom: 50px;
        background-size: unset !important;
    }
    #howItWorks .containerRow {
        display: flex;
        /* flex-direction: column; */
    }
    /* #howItWorks .tileLeft,
    #howItWorks .tileRight {
        padding: 30px 10px;
        width: 100%;
        margin: 0px;
    } */
    #howItWorks .tileRight {
        margin-bottom: 20px;
    }
    #subCategory .subCategoryLists ul {
        width: 50%;
    }
    #footer .footerData {
        display: flex;
        flex-wrap: wrap;
    }
    #footer .footerData .company,
    #footer .footerData .category,
    #footer .footerData .terms,
    #footer .footerData .resources {
        flex: inherit;
        width: 50%;
        margin-bottom: 30px;
    }
    #footer .footerData .company {
        flex: inherit;
        width: 30%;
        margin-bottom: 30px;
    }
    #footer .footerData .category {
        flex: inherit;
        width: 70%;
        margin-bottom: 30px;
    }
    #categories .categoryTile {
        height: 250px;
    }
    #categories .categoryTile img {
        width: 70px;
    }
    #header .contestUl li span {
        display: none;
    }
    #header .loginUl {
        margin-left: inherit !important;
    }
    #header .loginUl li span {
        display: none;
    }
    #header .contestUl {
        margin-left: auto;
    }
    #header .contestUl li {
        padding-right: 10px;
    }
    #header .contestUl li svg {
        vertical-align: -4px;
    }
    #slider h1 {
        /* text-align: center; */
        font-size: 20px;
        margin-bottom: 10px;
    }
    #slider h1 p {
        font-size: 16px;
    }
    #slider p {
        margin-bottom: 10px;
        font-size: 16px;
        text-align: justify;
        text-align-last: center;
    }
    #slider p.paraLarge {
        display: block;
        font-size: 16px;
        text-align: justify;
        text-align-last: center;
    }
    #slider .siteButton {
        margin: auto;
    }
    .owl-carousel .owl-item img {
        width: 80%;
        margin: auto;
    }
    #slider .col-lg-6.ps-5 {
        padding-left: calc(var(--bs-gutter-x) / 2) !important;
    }
    #footer .footerData .company {
        flex: inherit;
        width: 100%;
        margin-bottom: 30px;
    }
    #footer .footerData .company li {
        float: left;
        width: 50%;
    }
    #footer .footerData .category {
        flex: inherit;
        width: 100%;
        margin-bottom: 30px;
    }
    /* #slider {
        background: url(../images/slide_bg.png) no-repeat left center;
        height: auto;
        max-height: inherit;
        padding: 80px 0px;
        padding-top: 120px;
    } */
    .owl-carousel .owl-item img {
        width: 70%;
        margin: auto;
    }
    #slider p.paraLarge {
        display: block;
        text-align: center;
        width: 80%;
        margin: auto;
        margin-bottom: 30px;
    }
    .container {
        max-width: 100%;
    }
    #contestSlider .owl-dots {
        left: -50vw;
        position: absolute;
        bottom: 0;
        right: inherit;
    }
    #contestSlider .owl-carousel .owl-item img {
        display: block;
        width: auto;
        height: auto;
    }
    #contestSlider {
        height: 370px;
        overflow: hidden;
    }
    #innerCategory .innerCategoryTiles li {
        width: 25%;
    }
    /* #contestSection aside {
        width: 200px;
        margin-right: 30px;
    } */
    #contestSection aside .dropdown-toggle {
        font-size: 16px;
    }
    #howItWorksPage h3 {
        font-size: 110px;
    }
    #howItWorksPage h4 {
        font-size: 30px;
        margin-top: -70px;
    }
    /* profile page css */
    .coverPhoto .avatar-upload {
        height: 150px;
    }
}

/* Collapse oversized image and pulled images after iPad breakpoint. */

@media (max-width: 767px) {
    .registerPage .registerContainer {
        max-width: 100%;
        margin: 0px 30px;
        padding: 30px;
    }
    .registerPage .logo {
        padding: 30px 60px;
    }
    #header .contestUl,
    #header .loginUl {
        padding: 10px 10px;
        margin-left: auto;
    }
    #header .contestUl li {
        padding-right: 10px;
    }
    .footerMobile {
        display: block;
        background: #fff;
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 999;
        border-top: 1px solid #ccc;
    }
    .footerMobile ul {
        display: flex;
        align-items: center;
    }
    .footerMobile ul li {
        flex: 1;
    }
    .footerMobile ul a {
        display: block;
        color: #333;
        text-align: center;
        padding: 10px;
    }
    .footer-logo{
        text-align: center;
    }
    .container,
    .container-sm {
        max-width: 100%;
    }
    .contestUl {
        display: none !important;
    }
    .nav-link-header {
        display: none !important;
    }
    #header .loginUl {
        margin-left: auto !important;
    }
    /* #categories .col-md-3:nth-child(4n) .categoryTile {
        border-right: 1px solid #ccc;
    }
    #categories .col-md-3:nth-child(3n) .categoryTile {
        border-right: none;
    }
    #categories .col-md-3:nth-child(n + 13) .categoryTile {
        border-bottom: 1px solid #ccc;
    }
    #categories .col-md-3:nth-child(n + 14) .categoryTile {
        border-bottom: none;
    } */
    #header {
        padding: 15px 0px;
        border-bottom: 1px solid #ccc8;
    }
    .headerNav .brand img {
        width: 200px;
    }
    #innerpageBanner {
        height: 260px;
    }
    #overView h3,
    #overView2 h3 {
        font-size: 28px;
    }
    .videoPart {
        height: 300px;
    }
    #aboutVideo .videoContent {
        padding: 60px 15px;
    }
    #contestSlider .owl-carousel .owl-item img {
        width: 50%;
    }
    #contestSlider h2 {
        font-size: 38px;
        margin-top: 50px;
        text-align: center;
    }
    #contestSlider ul {
        justify-content: center;
        margin-bottom: 30px;
    }
    #contestSlider {
        height: auto;
    }
    #innerCategory .innerCategoryTiles li {
        width: 33.33%;
    }
    #contestSection .secContainer {
        display: flex;
        flex-direction: column;
    }
    #contestSection aside {
        width: 100%;
        /* display: block;
        justify-content: space-between; */
    }
    #contestSection aside label {
        display: none;
    }
    #contestSection aside .dropdown {
        flex: 1;
    }
    #contestSection aside .dropdown-toggle::after {
        right: 40px;
    }
    #contestSection aside .dropdown-menu {
        border: none;
        position: absolute !important;
        transform: translate3d(0px, 46px, 0px) !important;
        background: #fff;
        top: 60px;
        width: 96vw;
    }
    #innerCategory .innerCategoryTiles li a {
        min-height: 70px;
        flex-direction: column;
        align-items: center;
    }
    #innerCategory .innerCategoryTiles li a p {
        font-size: 12px;
    }
    #howItWorksPage .hitPageSlider {
        padding: 0px;
        padding-bottom: 30px;
        text-align: center;
    }
    #howItWorksPage .hitPageSlider ul {
        justify-content: center;
    }
    /* #pageSlider {
        padding: 40px 0px;
        background: #f2f1f1;
        padding-bottom: 90px;
    } */
    .show-mobile {
        display: block;
    }
    .show-desktop {
        display: none;
    }
    #howItWorksTab img {
        display: block;
        margin: auto;
    }
    #howItWorksPage h3 {
        font-size: 110px;
        text-align: center;
        padding: 0px;
        margin: 0px;
    }
    #howItWorksPage h4 {
        font-size: 30px;
        margin-top: -70px;
        text-align: center;
    }
    #howItWorksPage p {
        text-align: justify;
        text-align-last: center;
        margin: 0px 50px;
    }
    .goToContest {
        margin-top: 40px;
    }
    #postSlider h2,
    #contestSlider h2 {
        font-size: 28px;
    }
    #postSlider,
    #contestSlider {
        height: auto;
        overflow: hidden;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .secContainer .form-group .mb-5 {
        margin-bottom: 15px !important;
    }
    #postContestPage form label {
        margin-bottom: 10px;
    }
    
    /* #slider {
        background: url(../images/slide_bg.png) no-repeat left center;
        height: auto;
        max-height: inherit;
        padding: 50px 0px;
        padding-top: 70px;
    } */
    .contestRow .contestTrofhy {
        width: auto;
        /* text-align: center;
        background: #f5f5f5;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; */
        padding: 15px 0px;
    }
    #footer .footSocial ul li {
        color: #fff;
        margin-right: 10px;
    }
    /* #detailContainer {
        margin-bottom: 30px;
    } */
    .searchBar {
        margin-bottom: 0px;
    }
    #howItWorks .employerTile a p {
        font-size: 16px;
        min-height: 50px;
    }
    /* profile page css */
    .coverPhoto .avatar-upload {
        height: 120px;
    }
    .profile-right {
        margin-top: 0px;
    }
}

@media (max-width: 576px) {
    header p {
        font-size: 18px;
    }
    header .logo a {
        font-size: 18px;
    }
    .social li a {
        margin: 5px;
    }
    /* .footSocial .row {
        flex-direction: column;
        justify-content: center;
    } */
    #footer .footSocial p {
        color: #fff;
        text-align: center;
        margin-top: 10px;
        font-size: 14px;
    }
    #footer .footSocial ul {
        display: flex;
        justify-content: center;
    }
    /* #categories .col-md-3:nth-child(3n) .categoryTile {
        border: 1px solid #ccc;
    }
    #categories .col-md-3:nth-child(2n) .categoryTile {
        border: 1px solid #ccc;
    }
    #categories .col-md-3:nth-child(n + 10) .categoryTile {
        border: 1px solid #ccc;
    }
    #categories .col-md-3:nth-child(n + 15) .categoryTile {
        border: 1px solid #ccc;
    } */
    .contestRow .contestPhoto img {
        width: 40%;
    }
    #howItWorksPage p {
        text-align: justify;
        text-align-last: center;
        margin: 0px 20px;
    }
    .secContainer label {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    #subCategory .subCategoryLists ul {
        width: 100%;
    }
    /* #categories .sectionHeading:after {
        background: #ed1e5e;
        margin-top: 15px;
        width: 0;
    } */
    /* profile page css */
    .coverPhoto .avatar-upload {
        height: 100px;
    }
    .aboutEmp {
        margin-top: 1.5rem;
    }
}

@media (max-width: 480px) {
    header p {
        font-size: 14px;
    }
    header .logo a {
        font-size: 12px;
    }
    .social li a {
        height: 40px;
        width: 40px;
        line-height: 44px;
    }
    .social {
        margin-bottom: 30px;
    }
    .about_us .about_info li {
        font-size: 16px;
    }
    .timing_info li {
        font-size: 16px;
    }
    .payment_option {
        margin: 5px;
        font-size: 16px;
        margin-top: 15px;
    }
    .about_us h4 {
        font-size: 30px;
    }
    .about_us h3 {
        font-size: 30px;
    }
    .about_us .services li {
        font-size: 16px;
    }
    .col-4 {
        padding: 5px;
    }
    .about_us .about_info {
        margin: 0px 10%;
    }
    .registerContainer h2 {
        font-size: 36px;
    }
    .headerNav .brand img {
        width: 160px;
    }
    .owl-carousel .owl-item img {
        width: 80%;
        margin: auto;
    }
    
    .sectionHeading {
        font-size: 2.8rem;
    }
    #categories,
    #subCategory {
        padding-bottom: 0px;
        padding-top: 75px;
    }
    #subCategory {
        padding-bottom: 40px;
    }
    #contest,
    #howItWorks, .section-css  {
        padding: 40px 0px;
    }
    #contest {
        padding-bottom: 0px;
    }
    #categories .categoryTile {
        height: 170px;
    }
    /* #categories .categoryTile p {
        font-size: 16px;
    } */
    #subCategory ul li {
        width: 100%;
    }
    .contestRow .contestPhoto img {
        width: 30%;
    }
    header li.ms-4 {
        display: none;
    }
    header .flaticon-chat {
        line-height: 0.8;
    }
    #howItWorks .employerTile {
        width: 50%;
        padding: 5px;
    }
    #slider p.paraLarge {
        width: 100%;
        text-align: justify;
        text-align-last: center;
    }
    #footer {
        padding-top: 30px;
    }
    #footer .footerData h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    #footer .footerData .company li a,
    #footer .footerData .category li a,
    #footer .footerData .terms li a,
    #footer .footerData .resources li a {
        font-size: 14px;
        padding: 4px;
    }
    .registerPage a.d-block.text-end {
        text-align: left !important;
    }
    #aboutVideo .videoContent h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    #aboutVideo .videoContent li {
        color: #fff;
        font-size: 14px;
        padding: 5px 0px;
    }
    #innerpageBanner h2 {
        font-size: 28px;
    }
    #innerpageBanner {
        height: 190px;
    }
    #innerCategory .innerCategoryTiles li {
        width: 50%;
    }
    .page-link {
        padding: 5px;
    }
    .contestRow .contestDescription ul {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 10px;
        flex-direction: column;
    }
    .contestRow .contestDescription ul li {
        font-size: 12px;
    }
    .goToContest .data a {
        font-size: 26px;
    }
    .goToContest .data a i {
        font-size: 26px;
    }
    h2.innerPageHeading {
        text-align: center;
        font-size: 24px;
    }
    .innerPageBreadcrumb {
        justify-content: center;
    }
    /* #pageSlider {
        padding-top: 100px;
    } */
    #contestDetailBanner .openHours {
        margin: auto;
        margin-top: 20px;
    }
    #contestDetailBanner {
        height: auto;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    #contestDetailBanner .trophy {
        flex-direction: column;
    }
    #contestDetailBanner .trophy p {
        margin: auto;
        margin-top: 10px;
    }
    #contestDetailBanner .trophy img {
        margin-right: 0px;
        width: 80px;
    }
    #contestDetailBanner p,
    #contestDetailBanner .siteButton {
        margin: auto;
    }
    #detailContainer .nav {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    /* #detailContainer .tabLeftPart {
        border: 1px solid #ccc8;
        padding: 15px;
    } */
    #detailContainer .tabLeftPart p {
        text-align: justify;
        margin-bottom: 15px;
        /* font-size: 16px; */
    }
    /* #detailContainer .tabLeftPart h3 {
        font-size: 24px;
    } */
    #detailContainer .tabLeftPart .titleTop {
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc8;
        align-items: center;
    }
    #detailContainer .tabLeftPart .tabcate {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .profilePic .avatar-upload .avatar-preview {
        width: 120px;
        height: 120px;
        position: relative;
    }
    /* .nameInfo {
        padding-left: 0;
        flex: 1;
    } */
    .nameInfo h4 {
        font-size: 18px;
        text-align: center;
        margin-top: 8px;
    }
    .siteButton {
        padding: 10px 15px;
        margin-top: 8px;
    }
    /* #detailContainer .tabRightPart {
        border: 1px solid #ccc8;
        padding: 15px;
        height: 100%;
    } */
}

/* Mobile devices */

@media (max-width: 400px) {
    .contact_detail ul li {
        font-size: 14px;
        letter-spacing: 3px;
    }
    .contact_detail ul li i {
        margin-right: 5px;
    }
    .social li a {
        height: 34px;
        width: 34px;
        line-height: 34px;
    }
    .social li a i {
        font-size: 16px;
    }
    .about_us .about_info {
        margin: 0px;
    }
    .payment_option {
        margin: 5px;
        font-size: 14px;
        margin-top: 15px;
    }
    .about_us .about_info li,
    .about_us .services li {
        font-size: 14px;
    }
    #howItWorks .siteButton {
        /* width: 110px; */
        margin: 15px;
        text-align: center;
        /* background: #ed1e5e; */
    }
    #howItWorks .employerTile {
        width: 50%;
        padding: 5px;
    }
    #howItWorks .employerTile a p {
        font-size: 14px;
    }
    .contestRow .contestPhoto img {
        width: 40%;
    }
    header .px-3 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .loginUl li a {
        font-size: 14px;
    }
    .loginUl .ps-4 {
        padding-left: 5px !important;
    }
    .headerNav .brand img {
        width: 130px;
    }
    #slider p.paraLarge {
        font-size: 1rem;
    }
    .sectionHeading {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }
    #howItWorks .containerRow h4 {
        font-size: 1.2rem;
    }
}

/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */

@media print,
    (-o-min-device-pixel-ratio: 5/4),
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 120dpi) {
}

@media print {
}
