@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');

* {

    font-family: 'Poppins', sans-serif;

}
.photo-sec .full .box video {
    width: 100%;
    height: 100%;
}
section.video-contest .items .txt {
    display: flex;
    align-items: center;
    justify-content: right;
    column-gap: 10px;
    padding-right: 6px;
}
div.slick-initialized .slick-slide {
    display: flex;
    flex-direction: column;
}


section.loginsec3 .login-form_1 .form-check {

    position: static;

}

ul {

    padding: unset;

    margin: unset;

    list-style: none;

}

.divider {

    width: 80%;

    margin: 65px auto 0;

    height: 4px;

    background: rgb(255 255 255 / 20%);

    border: unset;

    position: relative;

}

.divider:before {

    content: '';

    position: absolute;

    width: 200px;

    height: 10px;

    top: -3px;

    left: 5%;

    border-radius: 11px;

    background: #007CF8;

}

.container-fluid {

    width: 100%;

    display: inline-block;

    margin: 0 auto;

    padding: 0 5%;

}



header {

    width: 100%;

    position: absolute;

    padding: 40px 0 0;

    z-index: 9;

}

header .container-fluid {

    display: flex;

    align-items: center;

    justify-content: space-between;

    flex-wrap: wrap;

}

.logo {

    max-width: 150px;

}

.logo a {

    width: 100%;

    display: flex;

}

.logo img {

    width: 100%;

}

.navi i {

    display: none;

}

.navi ul {

    display: flex;

    padding: unset;

    margin: unset;

    list-style: none;

}

.navi li {

    margin: 0 40px 0 0;

}

.navi li:last-child {

    margin: 0;

}

.navi a {

    font-size: 18px;

    color: #ffff;

    text-decoration: none;

}

.hdr-btn i {

    display: none;

}

.hdr-btn a {

    width: 130px;

    padding: 10px 0;

    background-color: #007CF8;

    color: #fff;

    font-size: 18px;

    text-decoration: none;

    border-radius: 17px;

    display: inline-block;

    text-align: center;

    margin: 0 15px 0 0;

}

.hdr-btn a:last-child {

    margin: 0;

}

.hdr-btn a:hover {

    background-color: #4A5983;

    transition: 0.4s;

}

.mob-user {

    display: none;

}

.dropbtn {

    width: 130px;

    background-color: #3498DB;

    color: white;

    padding: 12px;

    font-size: 16px;

    border: none;

    cursor: pointer;

    border-radius: 17px;

}

.hdr-btn .dropdown a {

    width: unset;

    background: none;

    text-align: left;

    margin: 0 !important;

    font-size: 15px;

    color: black;

    padding: 12px 16px;

    text-decoration: none;

    display: block;

}

.dropdown-content button {

    width: 100%;

    border: none;

    background-color: #007cf8;

    color: #fff;

    padding: 10px;

}

.dropdown-content {

    display: none;

    width: 100%;

    position: absolute;

    right: 0;

    background-color: #f1f1f1;

    min-width: 160px;

    overflow: auto;

    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

    z-index: 1;

    margin: 10px 0 0;

}

.dropdown-content a i {

    margin-right: 10px;

    background: unset;

    color: unset;

    width: unset;

    height: unset;

    display: unset;

    font-size: unset;

}

.dropdown-content button i {

    margin-right: 5px;

}

.dropdown-content a:hover {

    border-radius: 0;

    color: #fff;

    transition: unset;

}

.dropdown-content.show {

    display: block;

}

.dropdown a:hover {

    background-color: #3498db;

}

/*Header End*/



.hero {

    width: 100%;

    height: 1080px;

    display: flex;

    flex-wrap: wrap;

    align-items: flex-end;

    background: url(../img/Group3.jpg) no-repeat center;

    background-size: cover;

    position: relative;

    padding: 0 0 45px;

    color: #fff;

    text-align: center;

}

.hero .container-fluid {

    max-width: 1300px;

    padding: 0 15px;

}

.hero-socials {

    position: absolute;

    left: 50px;

    top: 0;

    bottom: 0;

    height: min-content;

    margin: auto;

    text-align: center;

}

.hero-socials li {

    margin: 0 0 100px;

}

.hero-socials li:last-child {

    margin: 0;

}

.hero-socials a {

    font-size: 25px;

    color: #fff;

}

.hero-search {

    width: 100%;

    position: relative;

    margin: 0 0 120px;

}

.hero-search input {

    width: 100%;

    font-size: 17px;

    padding: 14px 35px;

    background-color: #ffffff33;

    border-radius: 17px;

    border: none;

    color: #fff;

    outline: none;

}

.hero-search input::placeholder {

    color: #fff;

}

.hero-search i {

    position: absolute;

    right: 35px;

    top: 0;

    bottom: 0;

    margin: auto;

    height: min-content;

    cursor: pointer;

    font-size: 20px;

    color: #fff;

}

.hero-search ul {

    position: absolute;

    width: 100%;

    max-height: 250px;

    top: 60px;

    border-radius: 7px;

    background: rgb(0 124 248 / 80%);

    overflow: hidden;

    text-align: left;

    z-index: 9999;

    overflow: auto;

}

.hero-search a {

    display: flex;

    align-items: center;

    padding: 7px 20px;

    transition: 0.3s all ease;

    text-decoration: none;

}

.hero-search .img {

    width: 40px;

    margin: 0 20px 0 0;

}

.hero-search img {

    width: 100%;

}

.hero-search h4 {

    font-size: 15px;

    color: #fff;

    margin: 0 0 5px;

    font-weight: 600;

}

.hero-search p {

    margin: 0;

    color: #fff;

}

.hero-search a:hover {

    background: #000;

}

.hero h1 {

    font-size: 100px;

    font-weight: 600;

    margin: 0 0 20px;

}

.hero h1 span {

    color: #007CF8;

}

.hero h2 {

    font-size: 50px;

    margin: 0 0 40px;

    font-weight: 500;

}

.hero .hero-upload {

    font-size: 29px;

    padding: 17px 97px;

    color: #fff;

    background: #007CF8;

    border-radius: 17px;

    display: inline-block;

    text-decoration: none;

    margin: 0 0 160px;

}

.hero .hero-upload i {

    margin: 0 0 0 35px;

    color: #6EB4FB;

}

.hero .modal-content {

    color: #112250;

    text-align: left;

}

.hero .full {

    width: max-content;

    margin: 0 auto;

    display: flex;

    flex-wrap: wrap;

    grid-column-gap: 245px;

}

.hero .box {

    width: 250px;

    padding: 30px 0;

    background: linear-gradient(135deg, rgba(31,51,92,1) 0%, rgba(30,86,156,1) 70%);

    border-radius: 32px;

    display: flex;

    flex-direction: column;

    justify-content: center;

}

.hero .box:last-child {

    background: linear-gradient( 240deg, rgba(31,51,92,1) 0%, rgba(30,86,156,1) 70%);

}

.hero .box h5 {

    font-size: 20px;

    line-height: 25px;

    margin: 0 0 20px;

}

.hero .box h6 {

    font-size: 30px;

    font-weight: 600;

    margin: 0;

}





.inner_header {

    width: 100%;

    float: left;

    padding: 280px 0 200px;

    background: url(../img/Group3.jpg) no-repeat center;

    background-size: cover;

    text-align: center;

    position: relative;

}

.inner_header .hero-socials {

    top: unset;

    bottom: 20px;

}

.inner_header li {

    margin: 0 0 65px;

}

.inner_header a {

    font-size: 20px;

}

.inner_header h2 {

    font-size: 80px;

    font-weight: 500;

    line-height: 100px;

    margin: unset;

    color: #fff;

}





.features {

    width: 100%;

    padding: 100px 0 60px;

    background: #001447;

    color: #fff;

}

.features .container-fluid {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.features .box {

    width: calc(30% - 40px);

}

.features .box:nth-child(2) {

    width: 40%;

}

.features h2 {

    width: max-content;

    font-size: 30px;

    font-weight: 500;

    line-height: 35px;

    margin: 0 0 20px;

    position: relative;

}

.features h2:before {

    content: '';

    position: absolute;

    width: 271px;

    height: 5px;

    left: calc(100% + 10px);

    bottom: 7px;

    background: #007CF8;

}

.features li {

    margin: 0 0 30px;

}

.features li:last-child {

    margin: 0;

}

.features li a {

    display: inline-block;

    font-size: 25px;

    font-weight: 300;

    color: #fff;

    text-decoration: none;

    transition: 0.3s all ease;

}

.features li a:hover {

    color: #007cf8;

}

.features li:last-child a {

    width: 100%;

}

.features img {

    width: 100%;

}



.features .img a {

    width: 100%;

    display: inline-block;

    text-decoration: none;

    position: relative;

}

.features .img img {

    object-fit: cover;

    border-radius: 17px;

}

.features .img h4 {

    position: absolute;

    bottom: 20px;

    font-size: 30px;

    left: 0;

    right: 0;

    margin: auto;

    width: max-content;

}

.features .img:nth-child(2) img {

    height: 660px;

}

.features .img:nth-child(3) {

    display: flex;

    flex-wrap: wrap;

    grid-row-gap: 60px;

}

.features .img:nth-child(3) img {

    height: 300px;

}





.recent {

    width: 100%;

    float: left;

    padding: 100px 0;

    text-align: center;

}

.recent h2 {

    width: max-content;

    margin: 0 auto 50px;

    font-size: 80px;

    font-weight: 600;

    color: #001447;

    position: relative;

}

.recent h2:before {

    content: '';

    position: absolute;

    width: 100%;

    height: 5px;

    bottom: -15px;

    background: #007CF8;

}

.recent h6 {

    font-size: 20px;

    color: #001447;

    margin: 0 0 60px;

}

.recent .full {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.recent .box {

    width: calc(30% - 40px);

    display: flex;

    flex-wrap: wrap;

    grid-row-gap: 90px;

}

.recent .box:nth-child(2) {

    width: 40%;

}

.recent .img {

    width: 100%;

    position: relative;

}

.recent a {

    width: 100%;

    display: inline-block;

}

.recent img {

    width: 100%;

    height: 380px;

    border-radius: 20px;

    object-fit: cover;

}

.recent .box:nth-child(2) img {

    height: 850px;

}

.recent  .txt {

    position: absolute;

    bottom: 20px;

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    grid-column-gap: 15px;

}

.recent .txt a {

    width: max-content;

    color: #fff;

    text-decoration: none;

}

.recent .txt h5 {

    font-size: 30px;

    font-weight: 500;

    margin: unset;

    text-transform: capitalize;

}

.recent .txt i {

    font-size: 25px;

}

.recent .divider {

    margin: 80px auto;

    background: rgb(8 24 66 / 43%);

}





.entries {

    width: 100%;

    text-align: left;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}

.entries .ht {

    width: 40%;

}

.entries h2 {

    width: 100%;

    margin: 0 0 40px;

}

.entries h6 {

    margin: unset !important;

}

.entries a {

    width: max-content;

    font-size: 20px;

    padding: 9px 60px;

    background: #007CF8;

    border-radius: 17px;

    color: #fff;

    margin: 0 0 0 50px;

    text-decoration: none;

    transition: 0.3s all ease;

}

.entries a:hover {

    background: #001447;

}





.video-contest {

    width: 100%;

    float: left;

    background: #294387;

    padding: 85px 0 55px;

}

.video-contest .full {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.video-contest .boxes {

    width: calc(30% - 40px);

    height: min-content;

    display: flex;

    flex-wrap: wrap;

    grid-row-gap: 35px;

}

.video-contest .boxes:nth-child(2) {

    width: 40%;

    justify-content: center;

}

.video-contest .box {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}

.video-contest .img {

    width: 130px;

    margin: 0 40px 0 0;

}

.video-contest .img a {

    width: 100%;

    display: inline-block;

}

.video-contest img {

    width: 100%;

    object-fit: cover;

    height: 130px;

    border-radius: 100%;

}

.video-contest h5 {

    font-size: 30px;

    margin: 0 0 5px;

    font-weight: 500;

    text-transform: capitalize;

    color: #fff;

}

.video-contest p {

    font-size: 20px;

    color: #007CF8;

    margin: unset;

    position: relative;

}

.video-contest p:before {

    content: '';

    position: absolute;

    width: 50%;

    height: 1px;

    top: 0;

    left: calc(100% + 15px);

    bottom: 0;

    margin: auto;

    background: #007CF8;

}

.video-contest h2 {

    font-size: 40px;

    color: #fff;

    line-height: 40px;

}

.video-contest .items {

    width: 90%;

}

.video-contest video {

    border-radius: 10px;

}

.video-contest h4 {

    font-size: 40px;

    line-height: 40px;

    padding: 0 0 10px;

    width: 100%;

    margin: unset;

    color: #fff;

    position: relative;

}

.video-contest h4:before {

    content: '';

    position: absolute;

    width: 100%;

    height: 3px;

    left: 0;

    bottom: 0;

    margin: auto;

    background: #007CF8;

}











/*register page*/

.regsec3 {

    width: 100%;

    float: left;

    padding: 20px 0px;

    background-color: #f3f4f6;

}



.reg_form {

    width: 100%;

    float: left;

    padding: 50px 0 0;

    background-color: #F3F4F6;

}



.form_1 {

    width: 50%;

    float: left;

    padding: 0 100px 0px 50px;

}



.reg_form .form_1 h2 {

    font-weight: 400;

    font-size: 40px;

    line-height: 85px;

}



.reg_form .form_1 label {

    width: 100%;

    font-size: 20px;

}



.reg_form .form_1 input {

    width: 100%;

    border: none;

    background-color: #E6E8ED;

    padding: 10px 17px;

    font-size: 16px;

}



.reg_form .form_1 input:focus {

    outline: none;

}



.fields {

    width: 100%;

    float: left;

    padding: 15px 0;

}



.parent_check div {

    width: 100%;

    display: flex;

}



.parent_check div input {

    width: auto !important;

    margin: 10px 10px 10px 0px;

}



.form_1_1 {

    width: 50%;

    float: left;

    padding: 0 50px 0px 100px;

}



.reg_form .form_1_1 h2 {

    font-weight: 400;

    font-size: 40px;

    line-height: 85px;

}



.reg_form .form_1_1  label {

    width: 100%;

    font-size: 20px;

}



.reg_form .form_1_1 input {

    width: 100%;

    border: none;

    background-color: #E6E8ED;

    padding: 10px 17px;

}



.fields span strong {

    color: red;

}



.reg_form .form_1_1 input, span#select2-country_id-container {

    width: 100%;

    border: none;

    background-color: #E6E8ED;

    /*padding: 10px;*/

    font-size: 16px;

}



.fields textarea {

    width: 100%;

    border: none;

    background-color: #E6E8ED;

    padding: 10px;

    resize: none;

}

.fields textarea:focus-visible {

    outline: none;

}



.fields .select2-container--default .select2-selection--single {

    background:none;

    border: none;

    border-radius:0px;

    width: 100%;

    padding: 10px;

}



.reg_form .form_1_1 select , span.selection {

    width: 100%;

    background-color: #e6e8ed;

    height: 48px;

}

.reg_form .form_1_1 select {

    width: 100%;

    border: none;

    background-color: #E6E8ED;

    padding: 10px;

}



.reg_form .form_1_1 select:focus {

    outline: none;

}



.reg_form .form_1_1 input:focus {

    outline: none;

}



.fields span {

    font-size: 16px;

    display: flex;

    justify-content: flex-end;

    color: #007CF8;

}

.fields span.select2 {

    width: 100% !important;

}



.regsec3 .reg_form .sbmit_form {

    width: 100%;

    float: left;

    padding: 70px 0 30px 0;

    text-align: center;

}



.sbmit_form button {

    background-color: #007CF8;

    padding: 11px 80px;

    font-size: 26px;

    border-radius: 17px;

}



.regsec3 .reg_form .sbmit_form a {

    text-decoration: none;

    line-height: 40px;

    padding: 8px 75px;

    background-color: #007CF8;

    color: #fff;

    border-radius: 17px;

    font-size: 26px;

    font-weight: 400;

}



.sec3 .nav-pills a {

     width: 90%;

    float: left;

    font-size: 30px;

    font-weight: 300;

    color: #fff;

    border-radius: 12px;

    padding: 2px 20px;

    height: 50px;

    margin-bottom: 35px;

}



.sec3 .nav-pills a:hover {

    background-color: #0e3670;

    transition: 0.3s;

    color: #fff;

}



.g-addbox a:hover {

    background-color: unset !important;

    transition: unset !important;

}



.nav-pills .nav-link.active, .nav-pills .show > .nav-link{

    color: #fff;

    background-color: #3490dc45;

}



.sec3 .tab-content {

    width: calc(75% - 60px);

    float: left;

    color: #fff;

    margin-left: 60px;

}



.flex-column {

    width: 25%;

    flex-direction: column;

}



.flex-column h2 {

    color: #fff;

    line-height: 30px;

    font-size: 30px;

    padding-left: 20px;

}



.main-tabs .nav h2:after {

    content: "";

    position: absolute;

    height: 5px;

    width: 12%;

    top: 18px;

    right: 0px;

    left: 180px;

    background-color: #007CF8;

}



.main-tabs {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

}



.g-addbox {

    width: 100%;

    float: left;

}



.g-addbox img {

    width: 100%;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {

    top: 10px;

    right: 7px;

}

/*register page close*/



/*login page start*/

.loginsec3 .container-fluid {

    padding: 0 7%;

}

.loginsec3 {

    width: 100%;

    float: left;

    background-color: #ffff;

}



.logn_form {

    width: 100%;

    float: left;

    padding: 100px;

    background-color: #F3F4F6;

}



.login-form_1 {

    width: 100%;

    float: left;

}



.logn_form h2.ac-details {

    text-align: center;

    font-weight: 400;

    font-size: 40px;

    line-height: 85px;

    position: relative;

}

.logn_form h2.ac-details:before {

    content: "";

    background-color: #007CF8;

    position: absolute;

    height: 5px;

    border-radius: 3px;

    top: 0px;

    width: 32%;

    bottom: 0px;

    right: 0;

    margin: auto;

}

.logn_form h2.ac-details:after {

    content: "";

    background-color: #007CF8;

    position: absolute;

    height: 5px;

    border-radius: 3px;

    top: 00px;

    width: 32%;

    bottom: 0px;

    left: 0;

    margin: auto;

}

.login_fields {

    width: 100%;

    float: left;

    padding: 15px 0;

}

.login_fields label {

    width: 100%;

    font-size: 20px;

}

.login_fields input {

    width: 100%;

    border: none;

    background-color: #E6E8ED;

    padding: 10px;

}

.login_fields input:focus-visible {

    outline-color: #007CF8;

}

.logins_btn {

    width: 100%;

    text-align: center;

    padding: 50px 0 0;

    display: flex;

    justify-content: center;

}

.logins_btn a {

    text-align: center;

    display: inline-block;

    text-decoration: none;

    line-height: 40px;

    padding: 8px;

    background-color: #007CF8;

    color: #fff;

    border-radius: 17px;

    font-size: 26px;

    padding: 13px 0px;

    font-weight: 400;

    margin: 0px 15px;

    width: 100%;

    max-width: 332px;

}

.logins_btn button {

    text-align: center;

    display: inline-block;

    text-decoration: none;

    line-height: 40px;

    padding: 8px;

    background-color: #007CF8;

    color: #fff;

    border-radius: 17px;

    font-size: 26px;

    font-weight: 400;

    margin: 0px 15px;

    padding: 13px 0px;

    width: 100%;

    max-width: 332px;

}

.btn-primary:hover {

    color: #000;

    background-color: #ffffff;

    border-color: #ffffff;

}

.logn_radiobtn label {

    font-size: 20px;

}

.login_fields span {

    padding: 20px 0px 0px;

    display: flex;

    justify-content: flex-end;

    color: #007CF8;

}

.logn_radiobtn {

    width: 100%;

    float: left;

    display: flex;

}

.logn_radiobtn input {

    width: auto !important;

    margin: 10px 10px 10px 0px;

}

.sign_us {

    width: 100%;

    float: left;

    text-align: center;

    padding: 75px 0 0;

}

.sign_us h2 {

    font-size: 40px;

    font-weight: 400;

    line-height: 50px;

}

.sign_us a {

    font-size: 30px;

    padding: 15px;

    color: #000;

}

.sign_us i:hover {

    color: #007cf8;

}

.btn-2 {

    background-color: #fff !important;

    color: #000 !important;

}

.btn-2:hover {

    background-color: #000C2A !important;

    color: #fff !important;

    transition: 0.4s;

}

.logins_btn a:hover {

    background: #fff;

    color: #000;

    transition: 0.4s;

}





.voting {

    width: 100%;

    float: left;

    padding: 120px 0 70px;

}

.voting .container-fluid {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}

.voting .lft {

    width: 70%;

    float: left;

}

.voting .post {

    width: 100%;

    max-width: max-content;

    margin: auto;

    position: relative;

    padding: 0 30px 0 0;

}

.voting .img {

    width: 100%;

    display: inline-block;

    height: min-content;

}

.voting .img img {

    width: 100%;

    max-width: 518px;

    height: 683px;

    object-fit: cover;

    border-radius: 5px;

}

.fav-icon {

    position: absolute;

    top: 15px;

    left: 20px;

}

.fav-icon i {

    color: #fff;

    font-size: 20px;

    text-shadow: 0 1px 4px #000;

}

.toast {

    position: fixed !important;

    top: 1rem;

    bottom: unset !important;

    left: 0;

    right: 0 !important;

    margin: auto;

}

.voting .rit {

    width: 30%;

    float: left;

}

.voting h2 {

    font-size: 40px;

    font-weight: 600;

    color: #000C2A;

    margin: 0 0 40px;

    position: relative;

}

.voting h2:before {

    content: '';

    position: absolute;

    width: 80%;

    height: 3px;

    background: #007CF8;

    bottom: -3px;

    left: 0;

}

.voting .box {

    width: 100%;

    display: flex;

    align-items: center;

    margin: 0 0 30px;

    grid-column-gap: 30px;

    overflow: hidden;

}

.voting .box:last-child {

    margin: unset;

}

.voting img {

    width: 100px;

    height: 100px;

    border-radius: 100%;

    object-fit: cover;

}

.voting h5 {

    font-size: 23px;

    margin: 0 0 5px;

    color: #000C2A;

}

.voting p {

    font-size: 15px;

    color: #007CF8;

    margin: unset;

    position: relative;

}

.voting p:before {

    content: '';

    position: absolute;

    width: 100%;

    height: 1px;

    left: calc(100% + 13px);

    background: #007CF8;

    top: 0;

    bottom: 0;

    margin: auto;

}





.voting-info {

    width: 100%;

    float: left;

}

.voting-info .container-fluid {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.voting-info h2 {

    font-size: 40px;

    line-height: 40px;

    margin: 0 0 40px;

    width: max-content;

    position: relative;

}

.voting-info h2:before {

    content: '';

    position: absolute;

    width: 1000%;

    height: 5px;

    left: calc(100% + 40px);

    top: 0;

    bottom: 0;

    margin: auto;

    border-radius: 3px;

    background: #007CF8;

}

.voting-info form {

    width: 50%;

    float: left;

}

.voting-info .tab {

    width: 100%;

    float: left;

    overflow: hidden;

}

.voting-info .tab h2,

.voting-info .tab h3,

.voting-info .tab p {

    padding: 0 0 0 30px;

}

.voting-info .tab p {

    font-size: 20px;

    line-height: 40px;

    margin: 0 0 50px;

}

.voting-info ul {

    font-size: 24px;

}

.voting-info li {

    width: 100%;

    padding: 25px 0;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-around;

    align-items: center;

    border-bottom: 1px solid #dcdcdc;

}

.voting-info li:last-child {

    border: none;

}

#regForm input {

  padding: 10px;

  width: 100%;

  font-size: 17px;

  font-family: Raleway;

  border: 1px solid #aaaaaa;

}

input.invalid {

  background-color: #ffdddd;

}

.tab {

  display: none;

}

.tab li span {

    width: 50%;

    padding: 0 30px;

    text-transform: uppercase;

}

#regForm .txt.input {

    padding: unset;

    display: flex;

}

#regForm .txt.input input {

    border: unset;

    width: 77%;

    float: left;

    background: #F3F4F6;

    padding: 10px 30px;

    font-size: 24px;

    outline: unset;

    color: #000c2a;

    font-family: 'Poppins', sans-serif;

}

#regForm .txt.input .usd {

    width: 23%;

    float: left;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #000C2A;

    color: #fff;

}

#regForm .txt.input input::placeholder {

    color: #000c2a;

    font-family: 'Poppins', sans-serif;

}

.voting-info .tab h3 {

    font-size: 24px;

    line-height: 30px;

    font-weight: 600;

    margin: 0 0 30px;

}

.vots_btn {

    width: 100%;

    float: left;

    margin: 80px 0 0;

    padding: 0 30px;

}

.vots_btn button {

    width: 100%;

    max-width: 300px;

    text-align: center;

    font-size: 26px;

    line-height: 100%;

    padding: 20px 0;

    margin: 0 80px 0 0;

    display: inline-block;

    text-decoration: none;

    background-color: #007CF8;

    color: #fff;

    border-radius: 17px !important;

    font-weight: 400;

    border: none;

}

.vots_btn button:last-child {

    margin: 0;

}

.vots_btn button:hover {

    opacity: 0.8;

}

#prevBtn {

    background-color: #bbbbbb;

}

.step.finish {

    background-color: #04AA6D;

}

.votrs-1-info{

    width: 100%;

    float: left;

    padding: 0 0px 0 100px;

}

.votrs-1-info h2 {

    font-size: 40px;

    line-height: 60px;

    padding: 0px 30px;

    margin: 0px 0px 40px;

}

.votrs-1-info ul {

    width: 45%;

    float: left;

    padding: 0;

    margin: 0;

    font-size: 24px;

    list-style: none;

}

.votrs-1-info .ul2{

    width: 45%;

    float: left;

    padding: 0;

    margin: 0;

    font-size: 24px;

    list-style: none;

}

.votrs-1-info ul li {

    width: 100%;

    float: left;

    padding: 30px 30px;

    border-bottom: 1px solid #dcdcdc;

}

.votrs-1-info .vots_btn {

    width: 100%;

    float: left;

    padding: 60px 10px;

}

.votrs-1-info .vots_btn a {

    text-align: center;

    display: inline-block;

    width: 100%;

    max-width: 38%;

    text-decoration: none;

    line-height: 40px;

    padding: 8px;

    background-color: #007CF8;

    color: #fff;

    border-radius: 17px;

    font-size: 26px;

    font-weight: 400;

    margin: 15px;

}

.votrs-1-info .vots_btn a:first-child {

    margin-right: 80px;

}

.votrs-1-info h2:after {

    content: "";

    width: 495px;

    height: 5px;

    background-color: #007CF8;

    position: absolute;

    top: 30px;

    bottom: 0px;

    right: 68px;

    left: 420px;

    border-radius: 20px;

}

.votrs-1-info p {

    font-size: 20px;

    line-height: 40px;

    padding: 0px 0px 0px 30px;

    margin: 0px 0px 50px;

}

.votrs-1-info .ul2 li:nth-child(2){

    width: 100%;

    float: left;

    padding: 23px 0px;

}

.votrs-1-info .ul2 li {

    padding: 30px 50px;

}

.price {

    width: 70%;

    float: left;

    padding: 7px 50px;

    background-color: #F3F4F6;

}

.dollar {

    width: 30%;

    float: left;

    padding: 7px 30px;

    color: #fff;

    background-color: #000C2A;

}

.votrs-3-info {

    width: 100%;

    float: left;

    padding: 0 0px 0 100px;

}

.votrs-3-info h2 {

    font-size: 40px;

    line-height: 60px;

    padding: 0px 30px;

    margin: 0px 0px 40px;

}

.votrs-3-info h3 {

    font-size: 24px;

    line-height: 30px;

    padding: 0px 30px;

    margin: 0px 0px 30px;

}

.votrs-3-info p {

    font-size: 20px;

    line-height: 25px;

    padding: 0px 0px 0px 30px;

}





.voting-info .photos {

    width: 45%;

    float: left;

    overflow: hidden;

}

.voting-info .box {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    grid-row-gap: 40px;

}

.voting-info .img {

    width: calc(50% - 20px);

}

.voting-info img {

    width: 100%;

    height: 340px;

    object-fit: cover;

}





.full_tab {

    width: 100%;

    float: left;

    margin: 120px 0 0;

}

.full_tab ul {

    border: unset;

}

.full_tab li {

    width: unset;

    padding: unset !important;

    border: unset;

}

.full_tab a {

    font-size: 24px;

    padding: 20px 80px;

    font-weight: 500;

    text-transform: uppercase;

    border: unset !important;

    color: #000C2D !important;

}

.full_tab .active {

    background: #F3F4F6 !important;

}

.full_tab .tab-content {

    padding: 60px 40px 100px;

    background: #F3F4F6;

    font-size: 20px;

    line-height: 40px;

    color: #000C2D;

    text-transform: capitalize;

}





.comments {

    width: 100%;

    float: left;

    padding: 100px 50px;

}

.comments .container-fluid {

    max-width: 1000px;

    padding: 50px;

    display: table;

    border-radius: 10px;

    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);

}

.comments h2 {

    font-size: 40px;

    line-height: 40px;

    margin: 0 0 40px;

}

.comments form {

    width: 100%;

    margin: 0 0 30px;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    position: relative;

}

.comments form a {

    width: 50px;

    height: 50px;

    object-fit: cover;

    background: #007cf8;

    border-radius: 50%;

    padding: 2px;

    margin: 0 10px 0 0;

}

.comments img {

    width: 100%;

}

.comments textarea {

    width: calc(100% - 60px);

    height: 40px;

    padding: 8px 10px 8px 10px;

    font-size: 14px;

    line-height: 20px;

    font-weight: 300;

    background: transparent;

    resize: none;

    outline: none;

    border-radius: 5px;

    border: 1px solid #007cf8;

}

.comments input {

    position: absolute;

    right: 0;

    top: 0;

    bottom: 0;

    margin: auto;

    height: min-content;

    border: unset;

    padding: 8px 15px;

    background: #007cf8;

    color: #fff;

    border-radius: 6px;

}



.comment {

    width: 100%;

    float: left;

}

.comment .box {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    position: relative;

    padding: 0 30px 0 0;

    margin: 0 0 30px;

}

.comment .box:last-child {

    margin: unset;

}

.comment .lft {

    width: 100%;

    display: flex;

    font-size: 15px;

}

.comment .lft a {

    display: flex;

    align-items: flex-start;

    margin: 0 20px 0 0;

    color: #333;

}

.comment img {

    width: 50px;

    padding: 3px;

    margin: 0 10px 0 0;

    background: #007cf8;

    border-radius: 100%;

}

.comment strong {

    width: max-content;

}

.comment .rit {

    position: absolute;

    right: 0;

    top: 0;

}

.comment .rit i {

    font-size: 14px;

    cursor: pointer;

    padding: 4px;

}

.comment ul {

    display: none;

    position: absolute;

    right: 15px;

    top: 0;

    background: #fff;

    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);

    border-radius: 3px;

    padding: 10px 0;

}

.comment li {

    margin: 0 0 8px;

    display: flex;

}

.comment li:last-child {

    margin: 0;

}

.comment li a {

    width: 100%;

    font-size: 12px;

    line-height: 100%;

    padding: 0 10px;

    color: #000;

    display: inline-block;

}

/*voting1 End*/



/*Country*/

.photo-sec {

    width: 100%;

    float: left;

    padding: 50px 0 130px;

}

.photo-sec .container-fluid {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: flex-start;

}

.photo-sec .hero-search {

    max-width: 1260px;

    margin: 0 auto 160px;

}

.photo-sec .hero-search input {

    background: #007CF8;

    box-shadow: 0 10px 20px rgb(0 0 0 / 16%);

}

.photo-sec .hero-search ul {

    background: #fff;

    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);

}

.photo-sec .hero-search ul img {

    width: 30px;

    height: 30px;

    object-fit: cover;

    margin: 0 10px 0 0;

}

.photo-sec .hero-search a {

    color: #000;

    padding: 7px 20px;

}

.photo-sec .hero-search a:hover {

    background: #d3d3d3;

}

.photo-sec h2 {

    width: 100%;

    font-size: 40px;

    margin: 0 0 50px;

    font-weight: 600;

    color: #000C2A;

    position: relative;

}

.photo-sec h2.photo-sec-h2 {

    width: 25%;

    font-size: 40px;

    margin: 0 0 50px;

    font-weight: 600;

    color: #000C2A;

    position: relative;

}

.photo-sec h2:before {

    content: '';

    position: absolute;

    left: 0;

    bottom: 0;

    width: 377px;

    height: 3px;

    background: #007CF8;

    border-radius: 3px;

}

.photo-sec-btn {

    width: 100%;

    display: flex;

    align-items: flex-start;

}

.photo-sec-btn a {

    font-size: 18px;

    padding: 13px 30px;

    background: #017cf8;

    color: #ffff;

    border-radius: 18px;

    font-weight: 400;

    text-decoration: none;

}

.photo-sec-btn a:hover {

    background-color: #4A5983;

    transition: 0.4s;

}

.photo-sec .half:nth-child(3) .box {

    width: 100%;

}

.photo-sec .half:nth-child(3) .img img {

    height: 880px;

}

.photo-sec .half:nth-child(3) .circle {

    margin: -140px 0 0;

}

.photo-sec .half:nth-child(3) .circle a {

    max-width: 250px;

    border-width: 5px;

}

.photo-sec .half:nth-child(3) .circle img {

    width: 100%;

    height: 240px;

}

.photo-sec .half:nth-child(3) h5 {

    font-size: 35px;

    line-height: 55px;

}





.photo-sec .half {

    width: calc(50% - 60px);

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    row-gap: 20px;

}

.photo-sec .box {

    width: calc(50% - 50px);

    position: relative;

}

.photo-sec .img {

    width: 100%;

    float: left;

}

.photo-sec .img img {

    width: 100%;

    float: left;

    height: 450px;

    object-fit: cover;

    border-radius: 3px;

}

.photo-sec .circle {

    width: 100%;

    float: left;

    margin: -70px 0 0;

    text-align: center;
    position: relative;

}

.photo-sec .circle a {

    width: 100%;

    max-width: 125px;

    display: table;

    margin: 0 auto;

    border: 10px solid #fff;

    border-radius: 100%;

    overflow: hidden;

}

.photo-sec .circle img {

    width: 100%;

    height: 105px;

    object-fit: cover;

}

.photo-sec h5 {

    font-size: 15px;

    line-height: 23px;

    text-transform: capitalize;

    color: #000;

}





.photo-sec .full {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    column-gap: 40px;

    row-gap: 30px;

    margin: 100px 0 0;

}

.photo-sec .full .box {

    width: calc(25% - 30px);

}

/*Country End*/











/*how it works page css*/

.million_sec {

    width: 100%;

    float: left;

    padding: 150px 5% 10px 5%;

}



.txt_area h2 {

    font-size: 40px;

    font-weight: 400;

}



.txt_area h2:after {

    content: "";

    position: absolute;

    height: 5px;

    width: 40%;

    border-radius: 20px;

    top: 25px;

    right: 0px;

    left: 565px;

    background-color: #007CF8;

}

.txt_area p {

    font-size: 20px;

    line-height: 40px;

}



.txt_area2 {

    padding: 55px 0;

}



.img_area {

    text-align: end;

}



.img_how img {

    width: unset !important;

}



.bottm_txt h2 {

    font-size: 40px;

    line-height: 70px;

    text-align: center;

}



.bottm_txt p {

    font-size: 20px;

    line-height: 40px;

    text-align: center;

}



.b_icons {

    width: 100%;

    float: left;

    text-align: center;

}



.b_icons a {

    font-size: 30px;

    padding: 15px;

    color: #000C2A;

    transition: 0.3s all ease;

    display: inline-block;

}



.b_icons a:hover {

    transform: translate(0, -10px);

}

/*how it works page css close*/



/*terms and condition*/

.trm-conditon {

    width: 100%;

    float: left;

    padding: 100px 5% 10px 5%;

}



.trms-txt p {

    font-size: 20px;

    margin-bottom: 15px !important;

}



.trms-txt h2 {

    font-size: 40px;

    font-weight: 400;

    line-height: 45px;

    position: relative;

    width: max-content;

    margin-bottom: 30px;

}



.trms-txt label {

    font-size: 20px;

    line-height: 70px;

}



.trms-txt h2:after {

    content: "";

    position: absolute;

    height: 5px;

    width: 35%;

    border-radius: 20px;

    top: 20px;

    background-color: #007CF8;

    margin-left: 10px;

}

/*terms and condition close*/



/*contact us page css*/

.contct-sec {

    width: 100%;

    float: left;

    background: #fff;

    padding: 0px 140px 100px 140px;

}

.main-contct {

    width: 100%;

    float: left;

    background-color: #F8F8F8;

    padding: 60px 0px 70px;

    box-shadow: 0px 0px 4px 0px #00000030;

}

.contct {

    width: 50%;

    float: left;

    padding: 0 30px 0px 70px;

}

.contct2 {

    width: 50%;

    float: left;

    padding: 0 70px 0px 30px;

}

.cntct-fields input:focus {

    outline: none;

}

.cntct-fields {

    width: 100%;

    float: left;

    padding: 15px 0px;

}

.cntct-fields.msg {

    padding: 15px 70px;

}

.cntct-fields label {

    width: 100%;

    font-size: 20px;

}

.cntct-fields input, .cntct-fields textarea {

    width: 100%;

    border: none;

    background-color: #E6E8ED;

    padding: 14px;

    resize: none;

}

.cntc-btn {

    width: 100%;

    float: left;

    text-align: center;

    padding: 80px 0px 0px;

}

.cntc-btn button {

    text-align: center;

    display: inline-block;

    max-width: none;

    width: 21%;

    text-decoration: none;

    line-height: 40px;

    padding: 8px;

    background-color: #007CF8;

    color: #fff;

    border-radius: 17px;

    font-size: 26px;

    font-weight: 400;

    padding: 13px 10px;

    border: none;

    cursor: pointer;

}

.cntc-btn button:hover {

    background-color: #000C2A;

    color: #fff;

    transition: 0.3s;

}



/*contact us page css close*/



/*participant page css*/

.participant3 {

    width: 100%;

    float: left;

    padding: 0px 6% 0px 6%;

    background-color: #ffff;

}

.main_partispnt {

    width: 100%;

    float: left;

    padding: 100px;

    background-color: #F3F4F6;

}

.main_partispnt h2 {

    text-align: center;

    font-weight: 500;

    font-size: 40px;

    line-height: 45px;

    position: relative;

    width: max-content;

    margin: auto;

}



.partispnt_detail {

    width: 100%;

    float: left;

    padding: 15px 0;

}



.partispnt_detail label {

    width: 100%;

    font-size: 20px;

    font-weight: 500;

}



.partispnt_detail input {

    width: 100%;

    border: none;

    background-color: #E6E8ED;

    padding: 10px;

}



.partispnt_detail textarea {

    width: 100%;

    border: none;

    background-color: #E6E8ED;

    padding: 10px;

    outline: none;

    height: 200px;

    resize: none;

}



.invalid-feedback {

    display: block;

}



.main_partispnt h2:before {

    content: '';

    position: absolute;

    left: calc(100% + 70px);

    width: 100%;

    max-width: 400px;

    height: 5px;

    background: #007CF8;

    top: 0;

    bottom: 0;

    margin: auto;

    border-radius: 5px;

}



.main_partispnt h2:after {

    content: '';

    position: absolute;

    right: calc(100% + 70px);

    width: 100%;

    max-width: 400px;

    height: 5px;

    background: #007CF8;

    top: 0;

    bottom: 0;

    margin: auto;

    border-radius: 5px;

}



.uploder {

    width: 100%;

    float: left;

    display: flex;

    justify-content: space-evenly;

    padding: 80px 0 0px;

}



.uploder-img {

    width: 70%;

    float: left;

    margin: 0px 50px;

}

.uploadimg1 .uploaded-image {

    width: 100% !important;

    margin: 0 !important;

    height: 200px !important;

}

.uploadimg2 .uploaded-image {

    width: 48% !important;

    margin: 1px !important;

    height: 200px !important;

    margin-bottom: 20px !important;

}

.uploadimg2 .uploaded-image:nth-child(odd) {

    margin-right: 20px !important;

}

.uploder .feat-img.abc {

    width: 50%;

    float: left;

}

.video-img1 #videoUpload {

    width: 100%;

    position: absolute;

    left: 0;

    right: 0;

}



.video-img1 img {

    max-width: 165px;

    margin: 0 auto;

    display: table;

}

.video-img1 i {

    position: absolute;

    cursor: pointer;

    font-size: 20px;

}

.video-img1 .img {

    display: flex;

    align-items: center;

    border: 1px solid #d9d9d9;

}

.uploder .video-img1 {

    width:  50%;

    float: left;

    position: relative;

}

.uploder .uploadimg1 {

    width: 30%;

}

.uploder .img {

    width: 100%;

    float: left;

    position: relative;

}

.uploder img {

    width: 100%;

    float: left;

}



.uploder .img input {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    opacity: 0;

    cursor: pointer;

}



.uploder-img h3 {

    font-size: 39px;

    line-height: 70px;

    font-weight: 500;

    text-align: center;

}

.image-uploader .upload-text {

    cursor: pointer;

}

.part-btn {

    width: 100%;

    float: left;

    text-align: center;

    display: flex;

    justify-content: center;

    column-gap: 100px;

}



.part-btn button {

    font-size: 26px;

    line-height: 39px;

    background-color: #007CF8;

    color: #fff;

    padding: 10px 100px;

    border: none;

    outline: none;

    cursor: pointer;

    border-radius: 17px;

    margin: 100px 0 auto;

 }



.part-btn button:hover {

    background-color: #000C2A;

    transition: 0.3s;

    color: #fff;

}

/*participant page css close*/





/*contest css*/

.contest_sec {

    width: 100%;

    float: left;

    padding: 100px 0;

}

.contest_sec .container-fluid {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    row-gap: 50px;

}

.contest_sec .box {

    width: calc(50% - 25px);

    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);

}

.contest_sec .img {

    width: 100%;

    float: left;

    overflow: hidden;

}

.contest_sec img {

    width: 100%;

    float: left;

    height: 500px;

    object-fit: cover;

    transition: 1s all ease;

}

.contest_sec .box:hover img {

    transform: scale(1.2);

}

.contest_sec .txt {

    width: 100%;

    float: left;

    padding: 20px;

}

.contest_sec h5 {

    font-size: 12px;

    margin: 0 0 10px;

    color: #555;

}

.contest_sec h2 {

    font-size: 25px;

    margin: 0 0 10px;

    color: #000;

}

.contest_sec h4 {

    font-size: 15px;

    margin: 0 0 20px;

    color: #007CF8;

}

.contest_sec .txt a {

    font-size: 15px;

    padding: 7px 25px;

    color: #fff;

    background: #007CF8;

    border-radius: 2px;

    display: inline-block;

    text-decoration: none;

}

.contest_sec nav {

    width: 100%;

    display: flex;

    justify-content: center;

    margin: 50px 0 0;

}

.contest_sec nav > div:first-child {

    display: none;

}

.contest_sec nav > div:last-child > div:first-child {

    display: none;

}

.contest_sec nav span {

    display: flex;

}

.contest_sec nav svg {

    width: 25px;

}

/*contest page css close*/



/*Single user*/

.u_img {

    width: 100%;

    float: left;

    text-align: center;

}

.main_user {

    width: 100%;

    float: left;

    text-align: center;

}

.usr_info {

    width: 50%;

    margin: 0 auto;

    display: flex;

    justify-content: center;

}

.usr_info h3 {

    width: 100%;;

    font-size: 40px;

    font-weight: 400;

    line-height: 50px;

}

.usr_info span {

    margin-left: 20px;

}

.usr_info h3 img {

    width: 50px;

}

.usr-img h2 {

    font-size: 60px;

    font-weight: 600;

    margin-top: 45px;

    margin-bottom: 45px;

    color: #000C2A;

}

.user_hd img {

    width: 100%;

    max-width: 346px;

    height: 346px;

    border-radius: 50%;

    object-fit: cover;

}

.user_hd {

    width: 20%;

    margin: 0 auto;

}

.usr-img {

    width: 100%;

    float: left;

    padding-top: 130px;

}

.main_user .usr_tbs {

    width: 100%;

    float: left;

    padding: 80px 1% 80px 0px;

}

.main_user ul {

    width: 85%;

    justify-content: center;

    border-bottom: 7px solid #dee2e6;

    margin: 0 auto;

}

.main_user ul li {

    width: 50%;

}

.main_user ul li a {

    font-size: 40px;

    line-height: 70px;

    color: #000;

    border: 0px solid !important;

    background: none !important;

    position: relative;

    width: 50%;

    margin: 0 auto;

}

.main_user .nav-tabs .nav-link.active::after {

    content: '';

    position: absolute;

    width: 100%;

    height: 6px;

    background: #007CF8;

    bottom: -6px;

    left: 0px;

    border-radius: 10px;

}

.main_user ul li a:hover {

    border: none;

    background: none;

}

.main_user .tab-content {

    margin-top: 90px;

}

.usr_tbs h3 {

    font-size: 40px;

    font-weight: 600;

    margin: 50px 0 10px;

    line-height: 50px;

}

.usr_tbs h4 {

    font-size: 25px;

    font-weight: 400;

    line-height: 40px;

}

.usr_full {

    width: 100%;

    float: left;

    padding: 170px 0 100px;

}

.main1 {

    width: 70%;

    float: left;

}

.main1 h2 {

    font-size: 40px;

    text-align: left;

    width: 100%;

    font-weight: 400;

    line-height: 50px;

    position: relative;

    margin-left: 15px;

}

.main1 h2::after {

    content: '';

    position: absolute;

    width: 40%;

    height: 5px;

    top: 25px;

    background: #007CF8;

    left: 150px;

}

.main_user .tab-content {

    margin-top: 90px;

}

.main_imgs img {

    width: 100%;

    max-width: 272px;

    height: 292px;

    object-fit: cover;

}

.full_img img {

    width: 100%;

    max-width: 457px;

    height: auto;

    object-fit: cover;

}



.full_img {

    width: 100%;

}

.main_imgs {

    width: 30%;

    margin: 35px 15px 15px;

    float: left;

    max-width: 272px;

    height: auto;

    object-fit: cover;

}

/*.main_imgs:nth-child(2) {

    margin-left: 0px;

}*/



.main2 {

    width: 30%;

    float: left;

}



.main2 h2 {

    text-align: left;

    font-size: 40px;

    line-height: 50px;

    margin: 0 0 55px;

    position: relative;

    font-weight: 600;

}

.main2 h2::after {

    content: '';

    position: absolute;

    width: 40%;

    height: 3px;

    background: #007CF8;

    left: 0;

    bottom: -6px;

    width: 100%;

}



.usr_vote {

    width: 100%;

    display: flex;

    align-items: center;

    margin-bottom: 25px;

}



.usr_txt {

    margin: 0px 0px 0px 40px;

}



.usr_txt h5 {

    font-size: 23px;

    line-height: 23px;



}

.usr_txt p {

    font-size: 15px;

    color: #007CF8;

    text-align: left;

    line-height: 15px;

    position: relative;

}



.usr_txt p::after {

    content: '';

    position: absolute;

    width: 90%;

    height: 1px;

    background: #007CF8;

    bottom: 5px;

    left: 80px;

}

.usr_v_img img {

    width: 100%;

    max-width: 115px;

    height: 115px;

    object-fit: cover;

    border-radius: 60px;

    object-position: top;

}

.usr_v_img {

    width: 115px;

}

.secnd-main {

    width: 100%;

    float: left;

    padding: 50px;

    background-color: #E9E9E9;

}



.secnd-main {

    width: 100%;

    float: left;

    margin-bottom: 15px

}



.secnd-main h2 {

    font-size: 30px;

    line-height: 30px;

    font-weight: 400;

    text-align: left;

    margin: 0 0 30px;

}



.scnd_tb_img img {

    width: 100%;

    max-width: 153px;

    height: auto;

    object-fit: cover;

}



.scnd_tb_img {

    width: 20%;

}



.going {

    width: 50%;

    display: flex;

    align-items: center;

    float: left;

}



.scnd-tb_txt {

    width: 80%;

    float: left;

    margin: 0 0 0 25px;

}



.scnd-tb_txt p {

    font-size: 10px;

    line-height: 10px;

    text-align: left;

}



.scnd-tb_txt h3 {

    font-size: 23px;

    line-height: 30px;

    text-align: left;

    margin: 0;

}

/*Single user close */



.vots_btn a:last-child:hover {

    background-color: #007cf8;

    color: #f8fafc;

    transition: 0.3s;

}



.vots_btn a:last-child {

    background-color: #f3f4f6;

    color: #000;

}



.vots_btn a:first-child:hover {

    background-color: #f3f4f6;

    color: #000;

    transition: 0.3s;

}





/*Footer*/

footer {

    width: 100%;

    float: left;

    padding: 80px 0;

    background: #000C2A;

}

footer .container-fluid {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: flex-end;

}

footer p {

    width: 100%;

    margin: 70px 0 0;

    font-size: 16px;

    font-weight: 300;

    text-align: center;

    color: #fff;

}

.ftr_logo {

    width: 100%;

    max-width: 272px;

}

.ftr_logo > a {

    width: 100%;

    float: left;

}

.ftr_logo img {

    width: 100%;

}

.ftr_icons {

    width: 100%;

    float: left;

    display: flex;

    justify-content: space-evenly;

    margin: 45px 0 0;

}

.ftr_icons a {

    color: #fff;

    font-size: 25px;

}

.ftr_nav {

    width: 30%;

}

.ftr_sub-nav {

    width: 100%;

    height: 172px;

}

.ftr_nav h2 {

    width: max-content;

    font-size: 20px;

    margin: 0 0 25px;

    font-weight: 500;

    color: #fff;

    position: relative;

}

.ftr_nav h2:before {

    content: '';

    position: absolute;

    width: 100px;

    height: 2px;

    top: 0;

    bottom: 0;

    right: -100%;

    margin: auto;

    background: #007CF8;

}

.ftr_nav ul {

    display: flex;

    flex-wrap: wrap;

    grid-row-gap: 15px;

    padding: unset;

    margin: unset;

    list-style: none;

}

.ftr_nav li {

    width: 50%;

    float: left;

}

.ftr_nav a {

    font-size: 20px;

    text-decoration: none;

    color: #fff;

    position: relative;

}

.ftr_nav a:before {

    content: '';

    position: absolute;

    width: 0;

    height: 2px;

    bottom: -3px;

    left: 0;

    background: #007CF8;

    transition: 0.3s all ease;

}

.ftr_nav a:hover:before {

    width: 100%;

}

.reg_form [type="file"] {

/* Style the color of the message that says 'No file chosen' */

  color: #878787;

}

.reg_form [type="file"]::-webkit-file-upload-button {

  background: #007CF8;

  border: 2px solid #007CF8;

  border-radius: 4px;

  color: #fff;

  cursor: pointer;

  font-size: 12px;

  outline: none;

  padding: 5px 15px;

  text-transform: uppercase;

  transition: all 1s ease;

}



.reg_form [type="file"]::-webkit-file-upload-button:hover {

  background: #000C2A;

  border: 2px solid #000C2A;

  color: #fff;

}

.btn-primary:hover {

    color: #fff;

    background-color: #000C2A;

    border-color: #000C2A;

}

.card {

    margin: 30px 0px 10px;

}

.btns {

    display: flex;

    justify-content: center;

    width: 100%;

    margin: 50px auto 0px;

}

.btns p button {

    padding: 8px 20px;

    background: #007CF8;

    color: #fff;

    border: none;

    border-radius: 7px;

    margin: 0px 30px;

}

.vid-img {

    display: inline-flex;

    margin-top: 30px;

}

section.voting-info video {

    width: 100%;

}

.alert {

    /*left: 40%;*/

    /*float: left;*/

}



.alert.flash-alert {

    margin: 13px auto 0 !important;

    display: table;

    float: none;

    position: relative;

    top: 20px;

}





.video-sec {

    width: 100%;

    float: left;

    padding: 100px 0;

}

.video-sec .container-fluid {

    max-width: 800px;

    display: table;

    padding: unset;

}

.video-sec .left,.video-sec .right {

    width: 50%;

    float: left;

    padding: 0 10px;

}

.video-sec h2 {

    font-size: 30px;

    margin: 0 0 30px;

}

.video-sec video {

    width: 100%;

}

.video-sec button {

    float: left;

    border: unset;

    background: #007cf8;

    color: #fff;

    padding: 5px 20px;

    margin: 20px 20px 0 0;

    border-radius: 5px;

    outline: none;

}

.video-sec button:last-child {

    margin-right: 0;

}





.faq li {

    padding: 30px 0;

    border-top: 1px solid #D9D9D9;

}

.faq li:first-child {

    border: unset;

}

.faq .faq-ques {

    font-size: 25px;

    line-height: 40px;

    font-weight: 600;

    padding: 0 0 0 50px;

    cursor: pointer;

    transition: .3s all ease;

    position: relative;

    color: #000000b5;

}

.faq .faq-ques.open {

    color: #000;

}

.faq i {

    position: absolute;

    left: 0;

    font-size: 17px;

    top: 0;

    bottom: 0;

    margin: auto;

    height: min-content;

    background: gray;

    width: 30px;

    height: 30px;

    text-align: center;

    border-radius: 23px;

    padding: 6px 0px;

    font-size: 20px;

    color: #fff;

}

.faq .fa-minus {

    display: none;

}

.faq .open .fa-minus {

    display: unset;

}

.faq .open .fa-plus {

    display: none;

}

.faq .faq-ans {

    margin: 20px 0 0;

    font-size: 16px;

    line-height: 30px;

    color: #565656;

    padding: 0 0 0 45px;

}

.faq {

    width: 100%;

    float: left;

    padding: 100px 0;

}

.faq h2 {

    font-size: 40px;

    text-align: center;

    line-height: 40px;

}

.faq h2 {

    font-size: 40px;

    text-align: center;

    line-height: 40px;

}



.faq ul {

    padding: 70px 200px;

}



.image-uploader .upload-text span {

    display: block;

    font-size: 12px;

}



/* slider custom css */



.slick-slider .slick-prev {

    left: 10px;

    z-index: 99;

    opacity: 80%;

}

.video-contest-box {

    justify-content: flex-start !important;

}

.slick-slider .slick-next {

    right: 10px;

    opacity: 80%;

}

.slick-prev, .slick-next {

    width: 50px !important;

    height: 50px !important;

}

.slick-prev:before, .slick-next:before {

    font-size: 45px !important;

}



/* slider custom css close */



/* video upload on participal page */



.main_partispnt .uploder-img.video-img1 video#videoUpload {

    width: 98%;

    height: 188px;

    top: 81px;

    margin: 0 auto;

    object-fit: fill;

}

.main_partispnt .uploder .input-field .image-uploader {

    min-height: 186px;

}

.main_partispnt .uploder-img.video-img1 .img {

    height: 195px;

}

section.video-contest .items .txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 6px;
    /*padding-bottom: 15px;*/
}
section.video-contest .items .txt .heart-div {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

section.video-contest .items .txt .heart-div h5 {
    font-size: 24px;
}

section.video-contest .items  p.video-votes {
    font-size: 16px;
    color: #fff;
    padding-bottom: 13px;
}

section.video-contest .items p.video-votes::before {
    display: none;
}

/* video upload on participal page close */



/* footer */









/* contest status 2 hide */



/*[data-part-id='2'] {

    display: none;

}*/



/* contest status 2 hide */
