@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

body{margin:0; font-family: 'Roboto', sans-serif;}

/***************header start**/
.top-head{width:94%; margin:0 3%;}
.top-head .top-l{width:25%; float:left;}
.top-l img{height:100px; padding-top:14px;}
.top-l .logo2{margin-lef:10px; margin-top: 15px;}
.top-l .logo3{margin-lef:10px;}

.top-head .top-c{width:48%; text-align:center; float:left;}
.top-c h1{font-size: 60px; height: 85px; line-height: 85px; color: #2f5ba6;}

.top-head .top-r{width:27%; float:left;}

.top-r .btn-sec{float:right; width:100%; text-align:right; margin-top: 15px;}
.top-r .btn-sec a{text-decoration: none; padding: 10px 15px; float: right; color: #fff; background: #fe7d2a;}

.top-r .btn-sec .tap-2{background: #17a671;}


.top-r .social-sec{float:right; width:100%; text-align:right; margin-top: 10px;}
.top-r .social-sec a img{width:30px;}
/********************header end**/

.banner{float: left; width: 100%;}
.banner img{float: left; width: 100%;}

.banner-over{float: left; width: 100%; position: absolute; margin-top: 600px;}

.fa-envelope:before {
    content: "\f0e0";
    padding-right: 10px;
}

/*****************************************countdown*/


#countdown{width:auto;
    text-align:center; 
    z-index:99591; 
    position:absolute;
    margin-top:500px;
    margin-top: 358px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background: #1b2cd2;*/
    background-image: url('../images/countdown_bg.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
    padding: 6px 40px 30px;
}
.conf_st_p{
    color: #fff;
    font-weight: bold;
}
.conf_email{
    font-size: 28px;
    padding-right: 10px;
    color: #fff;
}
.cont_bottom{
    margin: 150px 0px 0px !important;
}
#left-days{text-align:center; padding:0px 11px; margin-left: 8px; padding-bottom: 6px; display:inline-block; margin-top:0px; width:auto;}
#left-days #left-days-in{display:inline-block; font-size:50px; height:52px; width:auto; line-height:52px; color:white; font-family: 'Open Sans', sans-serif; border-bottom: 2px solid #ffffff;}
#left-days span{display:inline-block; font-size:15px; margin-top:0px; color:#fff;}
@media screen and (max-width: 650px){
    #countdown{margin-top:0px;
        position:relative;
        margin-top:0px;
        margin-top: 0px;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        background: #fff;
        padding: 0px 0px 0px;
    }
    #left-days span {
    font-size: 12px;
}
#left-days #left-days-in {
    font-size: 30px;
    height: 50px;
}
.conf_st_p{
    color: #000;
}
.conf_email{
    font-size: 20px;
    color: #3d60c0;
}
.cont_bottom{
    margin: 40px 0px 0px !important;
}
}
.timer-d{background: #ff3300;}
.timer-h{background: #0eb50f;}
.timer-m{background: #0099ff;}
.timer-s{background: #e39403;}
/*****************************************countdown end*/

/*********************menu start**/
.nav-cont{float:left; width:100%; text-align:center;  background:#ffffff;}
.navbar {overflow: hidden; width:auto; float:none; display:inline-block; height:auto;}
.dropdown {float: left; overflow:hidden;	height:auto; transition: 0.3s;}
.dropdown .dropbtn {font-size: 14px; border: none; outline:none;	margin-top:0px;	height:45px; line-height:45px; color: #fff; padding:0px 13px; text-transform: uppercase; cursor:pointer; background:#003399;}
.dropdown .dropbtn.registration-tab{}/* animation: infinite lala 2s;*/
.navbar a:hover, .dropdown:hover .dropbtn {color:#000; text-decoration: underline #000b3f; text-decoration-thickness: 3px;}
.dropdown-content {display: none; position: absolute; background: #2f42de; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; transition:1s; overflow: hidden;}
.dropdown-content a {float: none; color: #fff; padding:2px 14px; text-decoration: none; display: block; height:40px; line-height:40px; font-size:14px; text-align: left; text-transform: uppercase;}
.dropdown-content a:hover{background-color:#fff;text-decoration: none;}
.dropdown:hover > .dropdown-content {display: block; margin-top:0px;}
.navbar .icon {font-size:15px; display:none;}

@keyframes lala
{
	0%{border-radius:25px 25px 0px 25px;}
	25%{border-radius:25px 25px 25px 0px;}
	50%{border-radius:0px 25px 25px 25px;}
	75%{border-radius:25px 0px 25px 25px;}	
}

/***********************menu end**/

.sticky{position:fixed !important; top:0; z-index:9998998989;}



/************************heading start*/
.heading{
       text-align: -webkit-center;
    font-size: 19px;
    color: #fff;  
    margin-bottom: 13px;
}
@media screen and (min-width: 480px) {
  .heading {
    text-align: -webkit-center;
    font-size: 26px;
    color: #0e0b76; 
  }
   .heading1 {
    text-align: left;
    font-size: 26px;
   color: hsl(11deg 83.32% 44.76%);

  }
  .welcome_heading {
    /*text-align: -webkit-center;*/
    font-size: 25px;
    color: #071142; 
  }
}
  
.heading h2{
    border-radius: 26px;
    padding: 5px;
    width: fit-content;
}
.heading h3{
     text-align: -webkit-center;
    border-radius: 22px;
    padding: 5px;
    width: fit-content;
    color: #071142;
}
h1, h2, h3{font-family: 'Poppins', sans-serif; margin: 0;}
.hd-line{width: 100%; float: left; text-align: center;}
.hd-line h2{color: #071142; font-size: 40px;}
.hd-line h3{color: #071142; font-size: 35px;}
.h-line{width: 550px; max-width: 80%; text-align: center; height: 5px; border-radius: 5px; background: #071142; display: inline-block; margin-top: 10px;}
.h-line-dot{left: border-radius: 100%; border-radius: 100%; display: inline-block; background: #ffffff; padding: 5px; margin-top: -10px;}
.h-line-dot div{height: 15px; width: 15px; border-radius: 100%; background: #071142;}
/***********************heading end**/

.list1{
      color: black;
      line-height: 32px;
      font-weight: bold;
  }  
  .welcome_message1{
      display:block;
  }
  .welcom_image {
      padding:10px;
      border-radius: 93px;
       padding:0px;
  }
   @media screen and (min-width: 480px) {
  .welcom_image {
      padding:10px;
      border-radius: 93px;
  padding:30px;
  }
}
  @media screen and (min-width: 480px) {
  .welcome_message1 {
  display:inline-flex;
  margin-top: 31px;
  }
}

.slide {
    width: 100%;
    display: none;
}

.slide img {
    width: 100%;
    height: auto;
}

.about_venue{
    display:block;
    width:100%;
    text-align:center;
}
 @media screen and (min-width: 480px) {
  .about_venue {
  display: -webkit-inline-box;
  }
}
.venue-img{
    padding:0px;
    margin-bottom:10px;
}
 @media screen and (min-width: 480px) {
  .venue-img {
      width:43%;
 padding-right: 117px;
  }
}
.img1{
    width: 56%;
    height: auto;
}
 @media screen and (min-width: 480px) {
  .img1 {
      width: 100%;
    /*height: auto;*/
 height: 446px;
 border-top-left-radius: 112px;
 border-bottom-right-radius: 112px;
 padding-bottom: 15px;
 height: 443px;
  }
}
.img2{
   width: 100%;
    height: auto; 
      padding:0px;
}
@media screen and (min-width: 480px) {
  .img2 {
     width:510px;
     height:450px;
     padding:20px;
 
  }
}
.about_delhi1{
        width: 1450px !important;
        max-width: 97%;
        float: none;
        display: inline-block;
        text-align: left;
}
.counter-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: #071832;
    padding: 20px;
    margin-right:150px;
    margin-left:150px;
    border: solid 5px white;
    border-radius: 10px;
    box-shadow: 5px 5px #0000001a;
    margin-bottom:20px;
    
    
}

.counter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle {
    width: 150px;
    height: 150px;
    background-color: #ffd700;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.number {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.label {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #000;
}
#org-com-hm {
    width: 100%;
    float: left;
    margin: 0px;
    text-align: center;
    height: auto;
    padding: 0px;
    margin-bottom: 0px;
    background: #051630;
}
@media (max-width: 768px) {
    .counter-container {
        margin-right:5px;
    margin-left:5px;
        gap: 10px;
    }
    .circle {
        width: 50px;
        height: 50px;
    }
    .number {
        font-size: 10px;
    }
    .label {
        font-size: 5px;
        font-weight: 700;
    }
}










.cont-bd{width: 100%; text-align: center;}

.wel-data{width: 100%; text-align: center; float: left;}


.wel-data.wel-message{width:1150px; max-width: 90%; margin:50px 0px; float:none; display: inline-block; text-align:left;}
.wel-message .wel-para{margin-top: 16px; float: left;font-weight: 700;}

.btn-more{text-decoration: none; color: #fff; background: #fe7d2a; padding: 12px 18px;}
/********************committee start**/
.wel-data.wel-committee{width:100%; max-width: 100%; margin:0px 0px; padding:50px 0px; padding-bottom: 0; float:none; display: inline-block; text-align:center;}
.wel-data.wel-committee.ob{
    /*background: #ebebeb;*/
    
}

.jcarousel-wrapper{
height:330px;
width:1200px;
margin-right:0px;
background:none;
border:none !important;
box-shadow:none;
float:none; 
display:inline-block !important;
margin-left:0px !important;
margin-bottom:75px;
margin-top:10px !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
cursor: pointer;
}

.jcarousel{
height:100%;
margin-top:0px;
}

.jcarousel ul{
height:265px;
border:none !important;
margin-top:35px !important;
width:100% !important;
left:0px !important;
overflow:hidden;
}

.jcarousel ul li{
width:180px !important;
text-align:center;
border:none !important;
height:auto;
margin:0px 15px;
padding:10px 0px;
display:inline-block;
float:none;
}

.jcarousel-control-prev{background:none; box-shadow:none;}
.jcarousel-control-next{background:none; box-shadow:none;}
.jcarousel-control-prev img{margin-left:-88px; margin-top:-22px; height:50px;}
.jcarousel-control-next img{margin-left:45px; margin-top:-22px; height:50px;}

.jcarousel ul li #image-base{ width:172px; height: 172px; padding:10px; overflow:hidden; display:inline-block; border:none !important; border-radius:0px 50px 0px; border:2px dashed #666;}

.jcarousel ul li #image-base img{border-radius:0px 50px 0px; width: 100%; min-height: 100%; -webkit-filter: grayscale(0%);
  filter: grayscale(0%); border:2px solid #CCC;}
  .jcarousel ul li #image-base img:hover{ -webkit-filter: grayscale(0%);
  filter: grayscale(0%);}

#com-name { line-height:25px; font-size:14px !important; margin: 0; margin-top: 10px;}
#com-name strong { color:#e6c44b; font-size: 16px;  }

#com-name span{}
.hm-oc .jcarousel-wrapper .jcarousel ul li:hover{background:#b11816; color:#ffffff; transform:scale(1.05)}


.img-animation{margin-top:0px; margin-bottom:85px; float:left; width:100%; }

.img-animation ul{list-style:none; text-align:center; float:left; width:100%; padding:0;}

.img-animation ul li{display:inline-block; margin:15px; transition:1s;}

.img-animation ul li div{width:200px; height:200px; overflow:hidden; box-shadow: 3px 3px 3px 0px gray;

border: 5px solid white;}

.img-animation ul li div img{height:100%; max-width:100%;}

.img-animation ul li p{width:200px; margin:7px 0; text-align:center;}



.img-animation ul .page-1{transform:rotate(20deg);}

.img-animation ul .page-2{transform:rotate(-10deg);}

.img-animation ul .page-3{transform:rotate(15deg);}

.img-animation ul .page-4{transform:rotate(-20deg);}



.img-animation ul li:hover{transform:rotate(0deg); transform:scale(1.3); cursor:pointer;}


.welcome_message {
    background: url('../images/bg_welcome.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px;
}
/********************committee end**/

.wel-data.wel-host{width:100%; max-width: 100%; padding:50px 0px; float:none; display: inline-block; text-align:center;}
.wel-host .wel-para{margin-top: 50px; float: none; text-align: justify; max-width: 80%; width: 1000px; display: inline-block;}
.wel-data.wel-host .host-gallery{width: 100%; float: left; text-align: center; margin-top: 35px;}
.wel-data.wel-host .host-gallery img{width: 20%; float: left;}

.a-btn{width: 100%;
    float: left;
    margin-top: 25px;
}
.a-btn a{text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #071142;
	color:#071142;
    padding: 10px;
	display: inline-block;
margin-bottom: 20px;}
.a-btn a:hover{
    background:#071142;
	color:#fff;}

.wel-data.wel-contact{width: 100%;float: left;background:url(../images/dark-blue-circle.jpg) no-repeat center; background-size:100% auto;  background: #fff; padding-top: 0; margin-top: 0px;}
.wel-data.wel-contact .contact-side1{width: 35%; padding: 50px 5%; float: left; color: #fff; text-align: left; height: 423px;}
.wel-data.wel-contact .contact-side1 h3{font-size: 30px;}
.wel-data.wel-contact .contact-side1 p{font-size: 13px;line-height: 25px;color:#0c0d66;}
.wel-data.wel-contact .contact-side1 p span{font-size: 14px;}
.venue_map{
    width: 600px;
    height: 450px; 
}
.venue_name{
    font-size: 40px;
}
@media screen and (max-width: 480px) {
.venue_map{
    width: 100%;
    height: 300px; 
}
.venue_name{
    font-size: 25px;
}
}

.wel-data.wel-contact .contact-side2{width: 41%; padding: 50px 7%; float: left; background: #fce069; color: #fff; text-align: left;}
.wel-data.wel-contact .contact-side2 h3{font-size: 30px; width: 97%; text-align: center;}

#contact{width:100%; text-align:center; float:left; margin-left:0%; margin-bottom:0px;}
#contact table{width:60%; margin-left:20%;}
#contact input[type=text], input[type=number], input[type=email], textarea, select{width:94%; height:35px; padding:5px 10px; resize:none; -moz-appearance:textfield; -webkit-appearance:textfield; appearance:none; border-radius:0; font-size:18px; font-family:inherit; border:1px solid goldenrod; background-color:#FFF; color:goldenrod;}
#contact select{width:98%; height:45px;}
#contact textarea{height:100px;}
#contact input[type=number]::-webkit-inner-spin-button, 
#contact input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none !important; margin: 0;}
#contact input[type=submit]:hover{}
#contact input[type=submit]{
	width:auto; padding:15px 20px; font-size:15px; background:#f37435; color:#fff; cursor:pointer; transform:scale(0.9); border:none; 
}

#contact input[type=submit]:hover{background:goldenrod; transform:scale(1);}


footer{width: 100%; height: auto; float: left; padding-top: 35px; text-align:center; padding-bottom: 10px; background: #ffcd98;}
footer .footer-in{    display: flex; width: 100%; text-align: left;flex-wrap: wrap;justify-content: center;}
footer .col{width: 33%; float: left;}
footer .col:first-child{width: 34%;}
footer .col-1 img{height: 65px;}
footer .col p{font-size: 18px; color: #333333;}
footer .col-2 img{height: 50px; margin-top:22px;}
footer .col-3{width: 33%; float: left;}
footer .col-3 img{width: 45%; float: right;}
footer .col-3 iframe{width: 100%; float: right; height: 200px;}

footer .col:last-child .visitor{ max-width: 100%; float: right; margin-top: 35px;}
.copy{float: left; width: 100%; padding: 7px 0; font-size: 13px; background: #126cb0; text-align: center; color: white;}




