/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');


@font-face {
    font-family: "Righteous";
    src: url("../fonts/Poppins-Black.ttf");
    src: url("../fonts/Poppins.ttf");
}

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- Style ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Titillium Web', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    /*margin: 20px;*/
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: black;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

/* --------------------------------------------------------------------- header section start ---------------------------------------------------------------------*/

.header_section {
    width: 100%;
    float: left;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 0px;
}

.header_bg{
    background-color: #1d1d1d;
}

/* header section -logo start */

    .logo {
        width: 16%;
        
    }
    .hse-logo{
        max-width: 79%;
    }

/* header section -logo end */
.layout_padding-home{
    padding-top: 46px;
    padding-bottom: 7px;
}
.navbar {
    padding: 0.2rem 0.1rem;
}

.nav-bg {
    background-color: #1d1d1d !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 35px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffffd9;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #eec53d;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #eec53d;
}

.navbar-nav{
    justify-content: center !important;
    align-items: center !important;
}

.partner_signin {
    float: left;
}

.partner_signin ul {
    margin: 0px;
    padding: 0px;
}

.partner_signin li {
    float: left;
    font-size: 18px;
    padding: 5px 15px;
    color: #000;
}

/* .partner_signin li a {
    color: #000;
} */

.padding_left_15 {
    padding-left: 10px;
}

.btnn{
    display: inline-block;  
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;     
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
    line-height: 1.5;
    border-radius: 0.25rem;
    text-decoration: none !important;
    outline: none !important;	
    transition: all .3s ease-in-out;
}

.signin{
	font-size:16px;
	background-color: #ff9100;
	color: #000000;
    font-weight: 600;
}

.signin:hover{
    color:#ffffff;
}

.signin2{
    font-size:16px;
    background-color: #1d1d1d;
    color: #ffffff;
    font-weight: 600;
}
  
.signin2:hover{
    color:#d9d9d9;
}
  
.signicon{
    padding: 0px 0px 0px 8px;
}

@media (max-width: 990px){
    .navsection{
        padding: 0 0px 0px 39%; 
    }
}

@media (max-width: 768px){
    .navsection{
        padding: 0 0px 0px 30%;    
    }
    .navbar-nav{
        padding: 0px 24px 0px 0px;
    }
}

@media (max-width: 375px){
    .navsection{
        padding: 0 0px 0px 10%;    
    }
    .navbar-nav{
        padding: 0px 24px 0px 0px;
    }
}

@media (max-width: 324px){
    .navsection{
        padding: 0 0px 0px 7%;    
    }
    .navbar-nav{
        padding: 0px 24px 0px 0px;
    }
}

/* --------------------------------------------------------------------- header section end ---------------------------------------------------------------------*/

/* --------------------------------------------------------------------- banner section start ---------------------------------------------------------------------*/

.banner_section {
    width: 100%;
    float: left;
}

.banner_taital_main {
    width: 100%;
    float: left;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #f7f7fd;
    font-weight: bold;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f7f7fd;
    margin: 0px;
}

.btn_main {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.about_bt {
    width: 170px;
    float: left;
}

.about_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #030101;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}

.about_bt a:hover {
    color: #000;
    background-color: #fcce2d;
}

.about_bt.active a {
    color: #000;
    background-color: #fcce2d;
}

.quote_bt {
    width: 170px;
    float: left;
    margin-left: 15px;
}

.quote_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #191919;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}

.quote_bt a:hover {
    color: #030101;
    background-color: #fcce2d;
}

#my_slider a.carousel-control-prev {
    position: absolute;
    left: 20px;
    top: 20%;
    background-color: #fff;
    color: #000;
}

#my_slider a.carousel-control-next {
    position: absolute;
    right: 20px;
    top: 20%;
}
#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
    background: #fff;
    color: #000;
}

/* --------------------------------------------------------------------- banner section end --------------------------------------------------------------------- */

/* --------------------------------------------------------------------- about-home section start --------------------------------------------------------------------- */

.about_section {
    width: 100%;
    float: left;
}

.about_head{
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    color: #1d1d1d;
}

.abt_p{
    padding-top: 1rem !important;
}

p{
    /*margin: 20px;*/
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: black;
}

.img-fluid {
    max-width: 89%;
    height: auto;
}    

/* --------------------------------------------------------------------- about section end --------------------------------------------------------------------- */

/* --------------------------------------------------------------------- UPCOMING QUIZ - REGISTERED USERS section start --------------------------------------------------------------------- */

.quiz_users_section{
    width: 100%;
    float: left;
}

.quizuser_bg{
    background-color: #1d1d1d !important;
}

#grad1{
    /*height: 200px; */
    background-color: red; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #f02d0a , #fc8002);
}

#grad2{
    /*height: 200px;*/
    background-color: rgb(0, 255, 136); /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #03b992 , #7be7bd);
}

.admin-box-1 {
    /*background-color: #ef280a;*/
    color: #fff;
    opacity: 1.5;
    padding: 26px 33px 31px 33px;
    border-radius: 17px;
    /* cursor: pointer; */
}
  
.admin-boxx-1 {
    /*background-color: #2cc2a5;*/
    color: #fff;
    opacity: 1.5;
    padding: 25px 32px 11px 32px;
    border-radius: 17px;
    /* cursor: pointer; */
}
  
.admin-box-2 {
    background-color: #101010;
    color: #fff;
    opacity: 1.5;
    padding: 8px;
    border-radius: 15px;
    /* cursor: pointer; */
}

.userfire{
    max-width: 27%;
}

.userr{
    max-width: 27%;
}

.quiz_head{
    color: #1d1d1d;
    font-weight:700;
    font-size: 28px;
    padding:0;
}

.quiz_paragraph{
    color: #1d1d1d;
    font-weight: 600;
    margin:0px;
}

.fire_text{
    text-align:center;
}

.user_text{
    text-align:center;
}

.user_head{
    color: #1d1d1d;
    font-weight:700;
    font-size: 28px;
    padding:0;
}

.user_paragraph{
    color: #1d1d1d;
    font-weight: 600;
    margin:0px;
}

.read-more {
    display: inline-block;
    background-color: #1d1d1d;
    color:  #ff7700;
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    transition: all ease 0.7s;
    font-weight:700;
}

.read-more:hover {
    color:  #ff7700;
    opacity: 0.9;
    transform: scale(0.95); 
}

.readmore-btn{
	text-align:right;
	margin: 3px 0 0px 11px;
}

@media(max-width: 990px){
    .usrs{
        margin-top: 10px !important;   
     }
}

/* --------------------------------------------------------------------- UPCOMING QUIZ - REGISTERED USERS section end --------------------------------------------------------------------- */

/* ---------------------------------------------------------------------  Winners section start --------------------------------------------------------------------- */
.winners_section {
    width: 100%;
    float: left;
}

.winners_head{
    font-size:42px;
    font-weight: 700;
}

.user_h{
    font-size: 19px;
    font-weight: 700;

    /* text-align: left; */

    margin:0;
    padding:0
}

.user_p{
    text-align:left;
    margin:0;
    padding:0;
    color:#8b8b8b !important;
    font-weight: 700;
    font-size: 16px;

}

.user_catagorydate{
    margin:0;
    padding:0;
    color:#272727 !important;
    font-weight: 600;
    font-size: 13px;
}

.user_quizname{
    text-align:center;
    margin:0;
    padding:0;
    color:#ff9100 !important;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 7px;

}

.btn1{
    background-color: #000000;
    color: #fff;
    text-decoration: none;
    padding: 0px 40px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.0rem;
    border: 2px solid #000000;
    display: inline-block;
    transition: all ease 0.7s;
    cursor: auto;
    width:100%;
}

/* .btn1:hover {
    color: #ff7700;
    opacity: 0.9;
    transform: scale(0.95);
} */

.btn1_style{
    height: 20px;
    width: 100%;
    position: relative;
    margin:0px 10px 19px 0px !important;
    padding: 0 13px 0 13px !important;
}
/* ---------------------------------------------------------------------  Winners section end ---------------------------------------------------------------------*/

/* --------------------------------------------------------------------- Notifications section start --------------------------------------------------------------------- */

.notifications_section{
    width: 100%;
    float: left;
}

.padding_notification{
    padding-top: 36px;
    padding-bottom: 0px;
}

.notify_bg{
    background-color: #1d1d1d !important;
}

.bell{
    margin-left:10px;
}

.icon-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #ff9100;
    background: #1d1d1d;
    border: none;
    outline: none;
    border-radius: 50%;
}
   
.icon-button:hover {
    cursor: pointer;
}
   
.icon-button:active {
    background: #ff9100;;
    color: #1d1d1d;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #ff7700;
    border-color: #ff7700;
}

.panel-heading {
    padding: 4px  15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.panel-primary {
    border-color: #337ab7;
}

.panel {
    margin-bottom: 20px;
    background-color: #ff9100;
    border: 1px solid transparent;
    border-radius: 15px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-body {
    padding: 15px;
}

.panel-body:before {
    display: table;
    content: " ";
}

.panel-body:after{
    clear: both;
}

.noti{
    font-size: 27px;
    font-weight: 700;
}

.notibtn{
    font-size: 20px !important;
    color: #000;
}

.notilist{
    color: #000;
    font-size: 17px;
    padding: 9px;
}

.notify-content {
    background-color: #ff9100;
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
    backdrop-filter: blur(5px) saturate(100%);
    -webkit-backdrop-filter: blur(5px) saturate(100%);
}

@media(max-width: 359px){
    .notify{
        margin-left: 0rem !important;    
     }
}

@media(max-width: 991px){
    .bulbb{
        text-align: center;    
     }
}

@media(max-width: 339px){
    .noti{
        font-size: 21px;
    }
}

@media(max-width: 331px){
    .noti{
        font-size: 19px;
    }
}

/* --------------------------------------------------------------------- Notifications section end --------------------------------------------------------------------- */

/* --------------------------------------------------------------------- Download section start --------------------------------------------------------------------- */ 

.download_section{
    width: 100%;
    float: left;
}

.dbg{
      margin: 0;
      background-image: url(/images/dm-bg.png);
      height: 557px;
      width: 100%;
      background-position-x: center;
      background-size: cover;
}

.download_head{
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    color: #1d1d1d;
}

.img-fluid-1 {
    max-width: 86%;
    height: auto;
}

.flx{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 991px){
    .imgg{
        margin-left: 86%;
    }
}

@media (max-width: 767px){
    .imgg{
        margin-left: 32%;
    }
    .img-fluid-1 {
        max-width: 38%;
        height: auto;
    }
}
/* --------------------------------------------------------------------- Download section end --------------------------------------------------------------------- */ 

/* --------------------------------------------------------------------- Get in touch section start ---------------------------------------------------------------------*/ 
.getintouch_section{
    width: 100%;
    float: left;
}

.get{
    background-color: #131313;
}

.getintouchh{
    color: #ff9100; 
    font-weight: 600;
    font-size: 28px;
}

.main_form .contactus {
    border: #232323 solid 1px;
    padding: 0 15px;
    margin-bottom: 25px;
    width: 100%;
    height: 58px;
    background: #131313;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    border-radius: 5px;
    /*box-shadow: 2px 0px 6px rgb(255 9 9 / 20%);*/
}

.msg{
    width: 100%;
    height: 100%;
    border: #131313 solid 1px;
    padding: 0 15px;
    margin-bottom: 25px;
    width: 100%;
    /* height: 58px; */
    background: #131313;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    border-radius: 5px;
}

.layout_padding_contact {
    padding-top: 15px !important;
    padding-bottom: 52px !important;
    background-color: #000;
}

.send_btn{
    background-color: #ffc477 !important;
    color: rgb(0, 0, 0);
    text-decoration: none;
    padding: 1% 47%;      
    border-radius: 5px;
    margin-left: 1px;
    font-weight: 700;
    font-size: 1.1rem;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px !important;

}

.send_btn:hover {
  cursor: pointer;
  color: #fff; 
  box-shadow: none;
  background-color: #b36500 !important;
}

.map_main {
    width: 100%;
    float: left;
    padding-top: 80px;
}

@media (max-width: 767px){
    .mapp{
        margin-top: 3%;
    }
}

/* --------------------------------------------------------------------- Get in touch section end --------------------------------------------------------------------- */ 

/* --------------------------------------------------------------------- footer section start --------------------------------------------------------------------- */

.footer_section {
    width: 100%;
    float: left;
    background-color: #202020;
    height: auto;
    /*padding-bottom: 90px;*/
}

img {
    max-width: 100%;
    height: auto;
}

.footertitles{
    color: #ff9100;
    font-weight: 600;
}

.footer-p{
    color:white;
    margin: 0;
}

.icon_style{
    font-size: 1.2rem;
    margin-right: 15px;
}

.env{
    font-size: 1.2rem;
    margin-right: 15px;
}

.phn{
    font-size: 20px !important;
    margin-right: 15px;
}
.phone_i{
    color:#ffffff;
}

a{
    color: rgb(255, 255, 255);
}
 
a:hover{
    color: #ff9100;
}

/* --------------------------------------------------------------------- footer section end --------------------------------------------------------------------- */

/* --------------------------------------------------------------------- copyright section start --------------------------------------------------------------------- */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #202020;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 14px !important;
    margin-left: 0px;
    color:rgb(255, 255, 255);
    text-align: center;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #fcce2d;
}

/* --------------------------------------------------------------------- copyright section end --------------------------------------------------------------------- */

.a_section{
    width: 100%;
    float: left;
}
  
.box{
    background-color: #444141;
      color: #fff;
      opacity: 1.5;
      padding: 32px;
      border-radius: 17px;
      cursor: pointer;
}
  
  

.form{

    position: relative;
}

.form .fa-search{

    position: absolute;
    top: 26% !important;;
    left: 94%;
    color: #000000;

}

.form .fa-search:hover{
    color:#ff9100;
}

.form span{

        position: absolute;
    right: 17px;
    top: 13px;
    padding: 2px;
    border-left: 1px solid #d1d5db;

}

.left-pan{
    padding-left: 7px;
}

.left-pan i{
   
   padding-left: 10px;
}

.form-input{

    height: 55px;
    text-indent: 33px;
    border-radius: 10px;
}

.form-input:focus{

    box-shadow: none;
    border:none;
}


.navbar-nav{
    justify-content: center !important;
    align-items: center !important;
}



  .listpadding{
    padding: 6px;
  }
  


.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #ff9100;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(255 145 0);
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: 0px;
    top: 60%;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: 0px;
    top: 60%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #ffffff;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background: #fcce2d;
    color: #fff;
}


.animatee{
    animation: fadeIn 2s ease-out;
}

@keyframes fadeIn{
    from{
        opacity: 0;
    }

    to{
        opacity: 1;
    }
}





