:root {
  --primary:#132646;
  --secondary:#B0000D;
  --third:#179CD3;
  --gray: #333333;
  --lightgray: #676767;
  --lightestgray:#f9f9f9;
  --white: #fff;
  --shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  --fonttitle: "Poppins", sans-serif;
}
h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
h2 {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
}
h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: var(--gray);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: var(--lightestgray);
}
a {
  color: var(--gray);
  outline: none;
  text-decoration: none;
}
a:hover {
  color: var(--green);
}
.a:focus {
  border: none;
  outline: none;
}
.btn {
  background: #B0000D;
  border-radius: 10px;
  border: none;
  padding: 0 30px 0 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 45px;
  line-height: 48px;
  text-align: center;
 
  color: var(--white);
  font-size: 14px;

}
.btn:hover {
  display: inline-block !important;
  transition: all 0.3s ease 0s;
  background: #c7000d;
}

.smbold{ font-weight: 500;}
.bold{ font-weight: 600;}

#top-background{
  height: 380px; background-size: cover !important; background-position: center center !important;
  background-color:#101e2d; background-blend-mode: hard-light;

}
#top-background .container{ 
  position: relative;   height: 300px;
}
.profile{ width: 150px; height: 150px; border: 5px solid #fff; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; background: var(--white); margin-top: 160px; position: absolute; bottom: -40px; }
.profile img { width: 140px; height: 140px; }
.event-name{    position: absolute;
  bottom: 30px;
  left: 190px;
  font-size: 50px;
  font-weight: 500;
  color: var(--gray); font-family: var(--fonttitle); color: var(--primary);  }

.contentblock{ background: var(--white); box-shadow: var(--shadow); padding: 35px 30px; margin-bottom: 25px;}
.sideblock{ background: var(--white); box-shadow: var(--shadow); padding: 30px; position: sticky; top: 130px;
}
#content-wrapper{ margin-top: 80px;}
.sideblock h2{ font-size: 20px; font-weight: 500; font-family: var(--fonttitle); color: var(--primary);}
.sideblock ul{ margin: 15px 0; list-style: none; padding: 0;}
.sideblock ul li{ list-style: none; padding: 10px 0; border-bottom: 1px dashed #b1b0b0;}
.sideblock ul li span{ float: right; font-weight: 600;}
.sideblock ul li:last-child{ color: #007DC6; border-bottom: 0; font-size: 16px;}

.info{ margin-bottom: 15px;}
.info span{ font-size: 14px; display: block; font-size: 12px; color: var(--primary); }

.table{ margin-bottom: 0; }
.table th{ font-size: 14px; font-weight: 600; background: var(--lightestgray);}
.table td{ padding:.3rem .5rem ;}

#mainform{ margin-top: 50px;}
.form-floating>label {
  position: absolute;
  top: 0;
  left: 12px; }

#mainform input, #mainform select { outline: none; box-shadow:0 0 0 #000; font-size: 14px; }  
input:hover, select:hover,
input:active, select:active,
input:focus, select:focus { outline: none !important; box-shadow:0 0 0 #000 !important; } 

.radio-style{ float: left; margin-right: 30px;}
.labelcustom{ font-size: 12px; opacity: 0.7;}


.copyright{ margin-top: 10px; font-size: 12px; color: #fff;}
.poweredby{ text-align: right; margin-top: 10px; font-size: 12px; color: #fff;}
.poweredby a{ text-align: right; margin-top: 10px; font-size: 12px; color: #fff;}
.poweredby a:hover{ color: #fff; text-decoration: underline;}

.navbar{ 
  background: #fff; position: fixed; z-index:50; width: 100%; box-shadow: 0px 0px 10px #00000021; top:0;
  background-image: linear-gradient(to right, #0F3F6F , #101C2A);
}
.navbar-brand img{ height: 70px;}
.navbar-brand{ padding: 0; }
.navbar-collapse{ flex-grow: 0;}

.navbar-nav .nav-item{ margin: 0 8px;}
.navbar-nav .nav-item a{ color: var(--white);}
.navbar-nav .nav-item a:hover{ color: var(--third); }

.maintitle {
  font-size: 30px;
  padding-top: 160px;
  text-align: center;
  color: var(--white);
  margin-bottom: 15px; font-weight: 600;
}
.breadcrumb-wrapper{ text-align: center;}
.breadcrumb-wrapper .breadcrumb{ text-align: center; justify-content: center;}
.breadcrumb-wrapper .breadcrumb li{display: inline-block; color: var(--white);}
.breadcrumb-wrapper .breadcrumb li a{ color: var(--white);}
.breadcrumb-wrapper .breadcrumb li a:hover{ color: var(--white); text-decoration: underline;}
.breadcrumb-item+.breadcrumb-item::before{ color: var(--white);}

#footer{
  background: var(--primary); padding: 15px 0 ; margin-top: 55px;

}
.contentblock h2{ color: var(--third); margin-bottom: 0;} 
#mainform .form-check input {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.seperator {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 35px;
  margin-top: 10px;
}
#mainform .form-check {
  padding-left: 0px; margin-bottom: 20px;
}
.radio-inline{ margin-left: 15px;}
#mainform input, #mainform select {
  outline: none;
  box-shadow: 0 0 0 #000;
  font-size: 14px;
}
.btn-add {
  width: 100%;
  font-size: 34px;
  height: 57px;
  line-height: 62px;
}
.btn-add:hover, .btn-add:focus, .btn-add:active {
  color: #fff;
  background: #00619B;
}

.btn:hover {
  display: block;
  transition: all 0.3s ease 0s;
  background: #c7000d;
}

.note{ font-size: 13px; margin-bottom: 25px;}
.note span{ color: red; display: block;}

.ppl-left{ 
  font-size: 12px;
  margin-top: -10px;  color: #007dc6;
    
}
.mainnotice{ padding: 20px 30px; }
.mainnotice span{
  display: block; color:var(--third) ; font-size: 18px; margin-bottom: 10px;
}
.mainnotice{ border-bottom: 4px solid var(--third);}
.mainnotice ol{ padding: 0; margin-left: 15px;}
.mainnotice ol li{ list-style: decimal; padding: 0; margin-bottom: 10px;}

.totalamt {
  font-size: 24px;
  color: var(--primary);
  margin-top: 25px;
  font-weight: 500;
}
.maintotal{
  text-align: right; font-size: 18px;
}
.select-img option{ background: url(../images/logo2.png);}

#webmenu{
  width:340px; color: #000;
  }
.inner-wrapper{ min-height: 300px;}   
.border-box{ 
  border: 1px solid #e5e5e5;
  padding: 15px;
  background: #f1f1f1; text-align: center; font-size: 16px; font-weight: 600; margin-top: 10px; margin-bottom: 15px;
}
.border-box span{ display: block; font-size: 14px; color: var(--third); font-weight: 400;} 
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{ color: var(--third);}

.contentblock table tr th{padding: 10px; background: #007DC6; color: #fff !important;}
.contentblock table tr td{padding: 10px;}

.contentblock .table {
  margin-bottom: 0;
  border: 1px solid #e3e3e3 ;
}

.speaker{ border: 1px solid #e3e3e3; background: #f7f7f7; margin-bottom: 25px;}
.speaker .speakerimg{ width: 100%; height: 250px;}
.speaker .speakerimg img{ width: 100%; height: 250px; object-fit: cover;}
.speaker-txt{ padding: 10px; font-size: 14px; font-weight: 600; text-align: center;}
.speaker-txt span{ font-size: 14px; font-weight: 400; text-align: center; color: #df3399; display: block;}

.nsccm-block{ background: #fff; box-shadow: 0 0 10px #00000036; }
.bggray{ background: #F9F9F9;}

#content-home {
  margin-top: 40px;
  position: relative;
  z-index: 5;
  margin-bottom: 50px; 
}

.block1{ 
  text-align: center; 
  margin-bottom: 10px; 
  color: rgb(0, 125, 198); 
  font-family: Poppins, sans-serif; 
  font-size: 24px; 
  font-weight: 600; 
  text-align: center; line-height: 32px;
}

.block2{ 
  font-size: 14px; 
  margin-bottom: 10px; 
  text-align: center; 
  line-height: 28px; 
  color: rgb(51, 51, 51); 
  font-family: Poppins, sans-serif;
}

.block3{ 
  font-size: 16px; 
  margin-bottom: 0px; 
  text-align: center; 
  color: var(--secondary); 
  font-family: Poppins, sans-serif;
}

.block4{ 
  font-size: 16px; 
  text-align: center; 
  color: var(--secondary);  
  font-family: Poppins, sans-serif;
}

.counter{ 
  padding: 50px;
  background: var(--third);
  min-height: 355px;
}

.event-block{ padding: 50px;}


ul#buttons {
	list-style: none;
	text-align: center;
	margin-top: 40px;
}
ul#buttons li {
	display: inline-block;
}
ul#buttons li + li {
	margin-left: 20px;
}

.source {
	width: 405px;
	margin: 0 auto;
	background: #4f5861;
	color: #a7abb1;
	font-weight: bold;
	display: block;
	white-space: pre;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}



.source{ display: none;}
.s2{ border-bottom: 0;}
ul#example li.seperator.s2 {
  font-size: 45px;
  line-height: 57px;
  vertical-align: top;
  color: #fff;
}

.contentblock  .demo-example select{
  display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contentblock .multi-select-button{     
  display: block;
  width: 100%;
  min-width: 100%;
  padding: 18px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  box-shadow: 0 0 0 #000;}

.contentblock .multi-select-container {
    display: block;
    position: relative; width: 100%;
}
.contentblock .multi-select-button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.45em 0.4em 0 0.4em;
  border-color: #333 transparent transparent transparent;
  margin-left: 0.4em;
  vertical-align: 0.1em;
  position: absolute;
  right: 17px;
  top: 28px;
}
.contentblock  .multi-select-menu {
  position: absolute;
  left: 0;
  top: 44px;
  z-index: 1;
  float: left;
  min-width: 100%;
  background: #fff;
  margin: 1em 0;
  border: 1px solid #ced4da;
  box-shadow: 0 0px 0px rgb(0 0 0 / 20%);
  display: none;
}
.contentblock .multi-select-menuitem {
    font-size: 13px;
}
.txt-center{ text-align: center;}
.form-check-inline2{ margin-left: 20px;}

#mainform .form-check.form-check-inline2 input {
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.contentblock table#data tr th {
  padding: 10px 10px;
  background: var(--third);
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}
.contentblock table#data tr td {
  padding: 10px 10px;
  font-size: 13px; border-bottom: 1px solid #e3e3e3; cursor: pointer;   line-height: 18px;
}
.contentblock table#data tr:hover td {
  background: #f3f3f3;
}
.contentblock table#data tr td:first-child { padding-left: 0; padding-right: 0px;}

.navbar-collapse .navbar-nav .btn-menu{ 
  height: 40px;
  line-height: 42px;
  padding: 0 20px 0 20px;
}
.navbar-collapse .navbar-nav .btn-menu:hover,
.navbar-collapse .navbar-nav .btn-menu:active,
.navbar-collapse .navbar-nav .btn-menu:focus{ 
  color: #fff !important;
}

.btn-menu:hover,
.btn-menu:active,
.btn-menu:focus{ 
  color: #fff !important;
}
.regdate{ 
  text-align: center;
  font-size: 14px; color: var(--white); margin-top: 22px;
 }
.spot-reg{
  font-size: 22px;
  text-align: center;
  color: var(--white);
  font-weight: 600;
  margin-top: 10px;
}
ul#example {
  margin: 10px 0 10px 0 !important;
}
.counter .btn-menu{ margin: auto; background: #fff; color: var(--third);}

.counter .btn-menu:hover,
.counter .btn-menu:focus,
.counter .btn-menu:active
{ margin: auto; background: rgba(255, 255, 255, 0.9); color: var(--third) !important; }

.paymenytxt{ margin-top: 15px;}
.paymenyoption {     padding: 0;
  margin: 10px 0 0 0;
  display: flex; justify-content: center;}
.paymenyoption li{ list-style: none; margin: 0 10px; }
.paymenyoption li img{ height: 30px; }

.ulclass li{ margin-bottom: 5px;}
.ulclass li ul{ margin-top: 5px; margin-left: 15px; color: #555;}
.ulclass li ul>li{ margin-bottom: 10px; }
.ulclass li ul li ul{ margin-top: 5px; color: #777;  }
.ulclass li ul li ul li{ margin-top: 0;

  font-size: 13px;
  margin-bottom: 0px;}

.line2{border-bottom: 1px solid #e3e3e3; margin-bottom: 35px; margin-top: 25px;}

#mainform input.highlight{ margin-top: 4px; } 

.footerpayment {text-align: center;}

.footerpayment img {border-radius: 5px;
  width: 500px;}
  .messagephoto {width: 240px;
  float: left;
  margin-right: 35px;
  margin-bottom: 25px;}
  .messagephotoright {float: right; margin-right: 0; margin-left: 35px;}

@media (max-width: 1024px) { 
  .event-name {
     bottom: 30px;
    left: 269px;
    font-size: 40px;
  }
  .speaker .speakerimg{ width: 100%; height: 200px;}
  .speaker .speakerimg img{ width: 100%; height: 200px; object-fit: cover;}

  ul#example li span {
    font-size: 40px !important;
  }
  ul#example li p {
    font-size: 13px;
}
.counter {
  padding: 50px 15px;
}
.event-block {
  padding: 30px 20px;
}

}

@media (max-width: 991px) {
  .event-name {
    bottom: 25px;
    left: 150px;
    font-size: 32px;
  }
  .profile {
    width: 120px;
    height: 120px;
    margin-top: 160px;
    bottom: -30px;
}
.profile img {
  width: 110px;
  height: 110px;
}
#top-background, #top-background .container {
  height: 225px;
}
.copyright{ text-align: center; margin-bottom: 10px;
    margin-top: 10px;}
.footerpayment {text-align: center; margin-bottom: 10px;}
.poweredby{ text-align: center; margin-top: 0;}

.speaker .speakerimg{ width: 100%; height: 200px;}
.speaker .speakerimg img{ width: 100%; height: 200px; object-fit: cover;}
.speaker-txt span { font-size: 12px;}
.maintitle {
  padding-top: 120px;
}
ul#example {
  margin: 0px 0 !important;
  padding: 0 !important;
}
.counter {
  padding: 10px 15px !important; min-height: 25px;
}

}

@media (max-width: 767px) {
  .maintitle {
    font-size: 26px;
    padding-top: 122px;
    text-align: center;

    margin-bottom: 15px;
    font-weight: 600;
}

.speaker .speakerimg{ width: 100%; height: 400px;}
.speaker .speakerimg img{ width: 100%; height: 400px; object-fit: cover;}
.speaker-txt span { font-size: 12px;}
#content-home {
  margin-top: 20px;
}
#carouselExampleCaptions.carousel.slide{ margin-top: 135px;}
  
}

@media (max-width: 480px) {
  .speaker .speakerimg{ width: 100%; height: 320px;}
.speaker .speakerimg img{ width: 100%; height: 320px; object-fit: cover;}

.footerpayment img {
 width: 100%;
}

.messagephoto {width: 120px; margin-right: 20px;
    margin-bottom: 10px;}
.messagephotoright {float: left; margin-left: 0;}

}



