@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Poppins:300,400,500,600,700');

body {
   /*  background: #271176; */
    margin: 0;
    color: #000000;
    padding: 0;
	font-family: 'Poppins', sans-serif;

}

.logobrand {
    margin: 0;
    padding: 2px;
    width: 70%;
}

.nav {
    border-bottom: 1px solid #f46000;
}

.navbar {
    padding: 0;
    position: absolute;
    z-index: 111;
    width: 100%;
}


.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    padding: 9px 12px 9px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav.show > .nav-link {
    color: #38f0f4 !important;
    transition: 0.6s;
    background: transparent;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #84fcff !important;
    /*    background: #F58021;*/
}


.dropdown-menu {
    background-color: #001b44;
    border: 0px solid #013a57f0;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    margin: 0;
    min-width: 10.5rem;
    padding: 0;
    border-radius: 4px;
}



.dropdown-item {
    font-size: 13px;
    letter-spacing: 1px;
    color: #ffffff !important;
    padding: 12px 20px;
    font-weight: 500;
    transition: 0.8s;
}

.dropdown-item:last-child {
    border-bottom: none;
}



.coulm {

    background: rgb(255, 255, 255);
    padding: 4px 2px 0px;
    color: rgb(247 30 122);
    width: 66px;
    float: left;
    text-align: center;
    line-height: normal;
    font-size: 24px;
    line-height: 26px;
    margin: 4px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 3px;
}

.coulm span {
    color: #000000;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #8dfefe !important;
    font-size: 13.6px;
    background-color: transparent;
}

.carousel-caption {
    width: 100%;
    right: 10%;
    left: 10%;
    bottom: 37%;
}

.slidercap {
    text-align: left;
}

.slidercap p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 34px;
}

.slidercap p span {
    font-weight: 700;

}

.slidercap h2 {
    font-weight: 900;
    font-size: 58px;
}

.btntheme {
    background: transparent;
    border: 2px solid #ffffff;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 40px;
    transition: .8s;
}

.btntheme:hover {
    background: #ffffff;
    color: rgb(247 30 122);
    text-decoration: none;

}

.btntheme1 {
    background: #ffffff;
    border: 2px solid #38f0f4;
    padding: 9px 18px;
    font-size: 14px;
    font-weight: 800;
    color: #20285e;
    /* border-radius: 40px; */
    transition: .8s;
	text-transform: uppercase;
}

.btntheme1:hover {
    border: 2px solid #ffffff;
    background: #44fffe;
    color: #21295d;
    text-decoration: none;

}

.mainheader {
     font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #20285e;letter-spacing: 1px;
	text-transform: uppercase;

}

.messages {
    padding:80px 0px;
    text-align: center;
}

.Messagebg {
    position: relative;
}



.messagegrid {
    position: relative;
    text-align: center;
}

.centered {
    position: absolute;
    top: 15%;
    left: 8%;
    font-size: 14px;
    right: 8%;

}

.bgone{
    background: #1e0b5f;padding: 10px;border-radius: 6px;margin: 10px !important;
}


.committee{
    text-align: center;margin: auto;
}

.committeeimg {
    width: 180px !important;
    border: 4px solid #ffffff;
    padding: 4px;margin: auto;
   border-radius: 50%; 
}

.committeeimg1 {
    width: 300px !important;
    border: 4px solid #ffffff;
    padding: 0px;margin: auto;
}

.committeeimg3 {
    width: 140px !important;
    border: 4px solid #ffffff;
    padding: 4px;margin: auto;
    /* border-radius: 50%; */
}

.comitteename{
    margin: 0;padding-top: 1px;
    font-weight: 600;font-size: 15px;color: #20285e;
}

.comitteename1{
    margin: 0;padding-top: 6px;
    font-weight: 600;font-size: 15px;color: #ffffff;
}

.comitteename2{
    margin: 0;padding-top: 6px;
    font-weight: 600;font-size: 15px;color: #000324;
}

.comitteename3{
    margin: 0;padding-top: 10px;
    font-weight: 600;font-size: 15px;color: #20285e;line-height: 29px;
}


.comitteedesignation{
    font-weight: 500;font-size: 13px;
}

.comitteedesignation1{
    font-weight: 500;font-size: 13px;color: #28f0f4;
}

.execommittee{
    background-size: contain;
    background-position: bottom center;
    padding: 60px 0px 48px;
    text-align: center;background-repeat: no-repeat;
	margin-top: -103px;
}

.owl-theme .owl-nav {}

.owl-carousel .owl-nav button.owl-next {
    font-size: 45px;
    color: #2058a4;
    padding: 0px 18px;line-height: 50px;
    transition: .8s;position: absolute;right: -6px;top: 36%;
    border: 0px solid #ef8316;border-radius: 50%;outline: none;
   background:  transparent;

}

.owl-carousel .owl-nav button.owl-prev {
    font-size: 45px;
    padding: 0px 18px;line-height: 50px;
    color: #2058a4;
    left: -6px;
    position: absolute;
   background:  transparent;
    transition: .10s;top: 36%;border-radius: 50%;outline: none;


}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:active,
.owl-nav button.owl-next:focus {
    color: #083658;
    background:  transparent;box-shadow: 0xp 0px 0px; border: 0;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-nav button.owl-next:active,
.owl-nav button.owl-next:focus {
    color: #083658;
    background:  transparent;box-shadow: 0px 0px 0px; border: 0;
    border: 0;
}

.registration{
    padding: 33px 0px 70px;text-align: center;
}
.nav{
    border-bottom: 0;
}
.nav-tabs .nav-link{
    color: #21295d;
    font-size: 15px;font-weight: 700;border-radius: 4px;border-color: #21295d;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border-color: #083658; 
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: linear-gradient(to top, #21295d, #21295d);border-color: #21295d;color: #ffffff;font-weight: 600;
}

.reggrid{
   margin: 20px 0px;
    border-bottom-left-radius: 30px;border-bottom-right-radius: 30px;border: 3px groove #1af0f4;
	background: linear-gradient(to right, #1a5994, #21295d);
}

.reggrid p{
    font-size: 17px;padding: 10px 0px;color:#b0faeb;font-weight: 500;
}
.regprice{
    font-weight: 900;font-size: 35px;color:#ffffff;
}
.headreg{
    padding: 24px;
  /*   background: #f9d464; */color: #44ffeb;/* border-bottom-left-radius: 50%;border-bottom-right-radius: 50%; */font-weight: 700;font-size: 17px;
}

.headreg span{
    font-size: 13px;font-weight: 600;
}

.headreg1{
    padding: 17px 9px;
  /*   background: #f9d464; */color: #ffffff;/* border-bottom-left-radius: 50%;border-bottom-right-radius: 50%; */font-weight: 600;font-size: 17px;
}

.headreg1 span{
    font-size: 13px;font-weight: 600;
}

.aboutvenue{
    padding: 60px 0px;
    text-align: center;
}

.venue{
    text-align: left;padding: 10px;
}

.venue h3{
    font-weight: 600;font-size: 14px;padding: 6px 0px;
}

.venueimg{
    border-radius:4px;
}


.abstract{
     padding: 60px 0px;
    text-align: left;
}

.abstract p{
    font-size: 14px;
}

footer{
    padding:60px 0px 0px;
    background: #151c4a;
}

footer h3{
    font-weight: 600;font-size: 25px; color: #ffffff;margin-bottom: 20px;
}

footer h5{
    font-weight: 600;font-size: 17px; color: #ffffff;
}

footer p{
    color: #ffffff;font-size: 13.5px;margin-top: 10px;line-height: 22px;font-weight: 400;
}

.linkres{
    font-weight: 500;
    color:#48ffed;transition: .8s;
	
}

.linkres:hover, .linkres:active, .linkres:focus{
     color: #f0f0f0;text-decoration: none;
}

.footerlinks{
    list-style: none;padding-left: 2px;margin-top: -9px;    line-height: 34px;
}

.footerlinks li a, .footerlinks li a:hover, .footerlinks li a:active, .footerlinks li a:focus{
    color: #ffffff;
    font-size: 13.5px;text-decoration: none;line-height: 25px;font-weight: 400;
}
.footerlinks li a ::before{
     /*  content: "\002E"; */
      font-weight: 600;
      font-style: normal;
     /*  font-size: 2em; */line-height: 26px;
      color: #21f0f4;padding: 0px 3px;
	  font-weight: 400;
}

#button {
  display: inline-block;
  background-color:#2058a4;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;box-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}
#button::after {
  content: "\005E";
  font-family: "FontAwesome";
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
  line-height:46px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #31a3d9;text-decoration: none;
}
#button:active {
  background-color: #fa217d;text-decoration: none;
}
#button.show {
  opacity: 1;
  visibility: visible;
}




.pageheader{
   position: relative;
}
.pageheaderline{
    position: absolute;
    top: 44%;
    left: 10%;
}

.pageheaderline h2{
    color: #ffffff;
      font-family: 'Poppins', sans-serif;letter-spacing: 2px;
    font-size: 36px ;font-weight: 600;
}
.bgpageheader {
   left: 0; position: absolute;margin-top: -4%;
}

.pagecontent{
    padding: 80px 0px;
    text-align: left;
}

.table{
    color: #000000;font-size: 13.6px !important;font-weight: 500;
}
.table-bordered td, .table-bordered th{
        border: 1px solid #218cb6 !important;
}
.tblheader{
    background: linear-gradient(to top, #20285e, #2058a4);padding: 6px !important; border: 1px solid #444444 !important;color: #ffffff;
}

.textreg {
    color: #000000;
    line-height: 20px;
    font-size: 14px;
}
.textreg span {
    color: #222a5c;
    font-weight: 600;
    font-size: 15px !important;
}

 #timer {
font-size: 1.8em; 
    font-weight: 600;
    color: white;
  padding: 20px;   
    color:#ffffff;
	margin-bottom: 5px;
    margin-top: 50px;
    
}

#timer div {
    display: inline-block;
 min-width: 100px; 
    padding: 15px;
  
background: rgb(251,238,133);
background: -moz-radial-gradient(circle, rgba(251,238,133,1) 0%, #083658 100%);
background: -webkit-radial-gradient(circle, #01415e 20%, #000d42 80%);

     border: 3px dashed #01e2f8;
	 
    margin: 10px;
	width: 120px;
    height: 120px;
	border-radius: 14px;
}

#timer div span {
    color: #ffffff;
   display: block;
    margin-top: 1px;
    font-size: 18px;
    font-weight: 500;
} 

.downloadbrochure {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 35%);
    padding: 57px 18px;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    border-radius: 10px;
    display: block;
    line-height: 24px;
    transition: .8s;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-decoration: none;
  background: -webkit-radial-gradient(circle, #16548d 20%, #20285e 80%);
}

.workshop {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 35%);
    padding: 57px 18px;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    border-radius: 0px;
    display: block;
    line-height: 24px;
    transition: .8s;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-decoration: none;
  background: -webkit-radial-gradient(circle, #16548d 20%, #20285e 80%);
  border: 5px ridge #2393b9
}

.highlight {
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 35px;
	}

.btn-1 {
   margin: 0em;
    letter-spacing: 1px;
    padding: 5px 10px;
    background-image: linear-gradient(to right, #235ba3, #20285e); /* border: 2px solid #242890; */
    color: rgb(255, 255, 255);
    font-size: 12px;
    border-radius: 2px;
    transition:  2s ;font-weight: 500;
	 /* box-shadow: 5px 5px 0 0 #191464; */
}

.btn-1:hover {
       background-image: -webkit-linear-gradient(#20285e, #235ba3);
    cursor: pointer;text-decoration: none;
    color: rgb(255, 255, 255);
	    font-weight: 500;
		/* border: 2px solid #3b449b; */
		box-shadow: none;
}