

/*1. Typography and other common styles/
/*---------------------------------------------------------------------------*/
/*Font families*/
body, h5, #subform input {
	font-family: Arial, Helveticaneue, sans-serif;
}
h1, h2, h3, h4 {
	font-weight: 700;
	color:#3b664a !important;
}
.twitt_user {
	font-family: "Times New Roman", Times, serif;
}
/*Rest styles*/
body {
	background: #e9e8e6;
	font-size: 13px;
	font-weight: normal;
	color: #454242;
	line-height: 1.6em;
	text-shadow: 0 1px 0 #fff;
}
.webinar{
	
}
p {
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5 {
	color: #363232;
	line-height: 1em;
	font-weight: 700;
}
h1 {
	font-size: 38px;
	margin-bottom: 5px;
	text-align: center;
}
h2 {
	font-size: 26px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
	margin-bottom: 0;
	text-align: center;
}
h4 {
	font-size: 18px;
	margin-bottom: 15px;
}
h5 {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}
a {
	color: #a8531e;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #454242;
	text-decoration: underline;
}
span {
	color: #fa971c;
}
.sub_heading {
	font-size: 16px !important;
	color: #958f8f;
	font-style: italic;
	text-align: center;
}
.clear {
	clear:both;
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*2. Basic columns and margin adjust classes*/
/*---------------------------------------------------------------------------*/
/*two columns*/
.column_2 {
	width: 370px;
	margin-right: 20px;
	float: left;
}
/*three columns*/
.column_3 {
	width: 240px;
	margin-right: 20px;
	float: left;
}
/*four columns*/
.column_4 {
	width: 175px;
	margin-right: 20px;
	float: left;
}
/*twothird and onethird columns*/
.column_onethird {
	width: 240px;
	margin-right: 20px;
	float: left;
}
.column_twothird {
	width: 500px;
	float: left;
}
/*-----margin adjust classes-----*/
.alpha {
	margin-right: 0 !important;
}
.omega {
	margin-left: 0 !important;
}
.beta {
	margin-bottom: 0 !important;
}
/*3. Image styles*/
/*---------------------------------------------------------------------------*/
/*all image styles given here are not used in template, 
some additional styles are given if you need to use while customization*/
.image_left {
	float: left;
	margin-right: 10px;
}
.image_right {
	float: right;
	margin-left: 10px;
}
/*4. List styles*/
/*---------------------------------------------------------------------------*/
.bullet {
	padding-top: 5px;
}
.bullet li {
	background: url(../images/bullet-checkmark.png) no-repeat 0 6px;
	padding-left: 23px;
	font-style: italic;
	line-height: 1.5em;
	list-style: none;
	font-size:14.6px;
	padding-bottom:5px;
	letter-spacing:.5px;
}
/*5.1 header_top/
/*----------------------------------------*/
#header_top {
	background: url(../images/divider.jpg) repeat-x center bottom;
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
	display: inline-block;
}
.date {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
.venue {
	font-size: 16px;
	font-style: italic;
	line-height: 1.2em;
	margin: 0;
}
/*5.2 header/
/*----------------------------------------*/
#header {
	background: url(../images/divider.jpg) repeat-x center bottom;
	width: 100%;
	padding: 30px 0;
	display: inline-block;
}
/*-----text-----*/
.text {
	width: 400px;
	margin-right: 20px;
	float: left;
}
.text h4 {
	margin-bottom: 0;
}
/*-----subscribe-----*/
.subscribe_bg {
	padding: 9px;
	background: #fff;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}
.subscribe {
	padding:25px;
	background: url(../images/form-bg-pattern.jpg) repeat #c4c4bd;
}
.subscribe h3 {
	font-size: 20px;
	margin-bottom: 15px;
	text-align: center;
}
/*subscribe form*/
#subform fieldset {
	border: none;
	background: none;
}
#subform fieldset p {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}
#subform input {
	background: url(../images/sub-input.png) no-repeat;
	padding: 10px 15px;
	margin: 0 0 15px 0;
	color: #8a8a8a;
	font-size: 12px;
	line-height: 1.6em;
	background: #ffffff;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	width: 100%;
}
select {
    word-wrap: normal;
    padding: 10px 13px;
    margin: 0 0 15px 0;
    color: #8a8a8a;
	font-family: Arial, Helveticaneue, sans-serif !important;
    font-size: 12px !important;
    line-height: 1.6em !important;
    background: #ffffff;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    width: 100%;
}
#subform .sub_submit {
	background: #3b664a;
	height: 36px;
	margin: 5px 0 0 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	outline: none;
	display: block;
	width: 80%;
    margin: 0px auto;
}
#subform .sub_submit:hover {
	background: #fa971c;
}
/*errors*/
#subform label.error {
	font-size: 0px;
	display: none !important;
}
#subform input.error {
	border: 1px solid #f7a8a8;
}
/*placeholder*/
::-webkit-input-placeholder { /* WebKit browsers */
 color: #8a8a8a;
 opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #8a8a8a;
 opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #8a8a8a;
 opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #8a8a8a;
 opacity: 1;
}
#subform .antispam {
	display:none;
}
/*5.3 slideshow/
/*----------------------------------------*/
#slideshow {
	background: url(../images/divider.jpg) repeat-x center bottom;
	width: 100%;
	padding: 30px 0;
	display: inline-block;
}
#slider_bg {
	position:relative;
}
#slider {
	width: 100%;
}
/*5.4 speakers/
/*----------------------------------------*/
#speakers {
	background: url(../images/divider.jpg) repeat-x center bottom;
	width: 100%;
	padding: 30px 0 20px 0;
	text-align: center;
	display: inline-block;
}
.speaker_bg {
	background: url(../images/speaker-photo-bg.png) no-repeat;
	width: 150px;
	height: 150px;
	padding: 10px;
	margin: 20px auto 10px auto;
}
#speakers h5 {
	margin-bottom: 0;
}
.info {
	font-size: 12px;
}
/*5.5 agenda/
/*-----------------------------------------*/
#agenda {
	background: url(../images/divider.jpg) repeat-x center bottom;
	width: 100%;
	padding: 30px 0;
	display: inline-block;
}
table {
	border-collapse:collapse;
	width: 364px;
	float: left;
}
td {
	padding: 5px;
	line-height: 1.4em;
}
.table_1 {
	padding-right: 15px;
	text-align: center;
}
.table_2 {
	width: 364px;
	padding-left: 15px;
	text-align: left;
	float: left;
}
.table_1 h4, .table_2 h4 {
	font-size: 16px;
	color: #a8531e !important;
	margin: 15px 5px 15px 0;
}
.table_2 h4 {
	margin: 15px 0 15px 5px;
}
.divider_vert {
	background: url(../images/vertical-divider.jpg) repeat-y;
	width: 2px;
	height: 215px;
	margin-top: 15px;
	float: left;
}
/*5.6 sub_footer/
/*-----------------------------------------*/
#sub_footer {
	background: url(../images/divider.jpg) repeat-x center bottom;
	width: 100%;
	padding: 30px 0;
	display: inline-block;
}
#sub_footer p {
	padding-bottom: 15px;
}
.twitt_user {
	font-size: 24px;
	color: #a8531e;
	font-style: italic;
	padding-bottom: 10px;
	display: block;
}
#twitter p {
	margin-bottom: 0;
	padding: 0;
}
.timestamp {
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 0;
}
.bird {
	background: url(../images/twitter-bird.png) no-repeat right;
	padding-right: 30px;
	color: #454242;
}
#footer {
	width: 100%;
	padding-top: 20px;
	font-size: 11px;
	line-height: 1.3em;
	text-align: center;
	display: inline-block;
}
/*-----partners / gallery-----*/
.gallery li {
	width: 95px;
	height: 60px;
	padding: 9px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	list-style: none;
	float: left;
}
#web {  
    background: url(../images/pattern.jpg) repeat #f3f2f1;
    padding: 35px;
    margin: 0 auto;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
ol, ul {
    padding-left: 0rem !important;
}
p{
	font-size:15.6px;
	line-height:30px;
}
#speakers p{
	font-size: 14.2px !important;
    line-height: 25.9px;
    letter-spacing: .5px;
    color: #7a7878;
    font-weight: 400;
	text-align: justify;
}
h3{
	font-size:32px !important;
	font-weight:800;
}

#speakers h5{
	color:#fa971c;
}
p.info{
	color:#3b664a !important;
	font-weight:600;
	font-size:16px !important;
}
.table_1d{
	display:block;
	padding:8px 0px;
}
.time{
	background: url(../images/divider.jpg) repeat-x center bottom;
    width: 100%;
    padding: 30px 0 20px 0;
    text-align: center;
    display: inline-block;
}
@media (min-width: 1200px){
.h1, h1 {
    font-size: 3rem !important;
}

}
@media screen and (min-device-width: 461px) and (max-device-width: 991px) { 
.speaker-img{
	width:300px;
}
}
a{
	text-decoration:none !important;
	color:#3b664a !important;
}
.youtube{
    position: absolute;
    width: 80px;
    height: 70px;
	top:40%;
	left:45%;
    background-color: #e21;
    padding: 0 15px;
    border-radius: 50% / 11%;
}
.youtube::before{
    content: "";
    position: absolute;
    background: inherit;
    top: 10%;
    bottom: 10%;
    right: -5%;
    left: -4.5%;
    border-radius: 5% / 50%;
}
.arrow{
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 3px;
}
.arrow::before{
    content: "";
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 25px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
iframe {
	width:100%;
	height:350px;
}
.main-box{
	
}
.box{
	background: #fa971c;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 17.2px;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin: 5px;
    font-family: var(--bs-body-font-family);
}
.box1{
	background: #3b664a;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 17.2px;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin:5px;
    font-family: var(--bs-body-font-family);
}
.custom-phone{
	padding:10px 15px 10px 40px !important;
}
.whatsapp-box{
	position: relative;
}
.Checkbox {
    width: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.chb {
  visibility: hidden;
}

.chb + label {
  position: absolute;
  padding-left: 5px;
  left:20px;
}

.chb-1 + label::before {
  position: absolute;
  
  width: 16px;
  height: 16px;
  background-color: #16a085;
  border-radius: 3px;
  content: "";
  
  top: 4px;
  left: -20px;
  padding-bottom: 5px;
  
  font-size: 11px;
  text-align: center;
  font-weight: bolder;
}

.chb-2 + label::before {
  position: absolute;
  width: 30px;
  height: 30px;
  
  background-image: url(https://img.icons8.com/bubbles/100/000000/unchecked-checkbox.png);
  background-size: cover;
/*   backgroun-position: center center; */
  content: " ";
  
  left: -28px;
  top: -2px;
  
}

.chb-1:checked + label::before {
  color: white;
  content: '\2713';
}

.chb-2:checked + label::before {
  background-image: url(https://img.icons8.com/bubbles/100/000000/checked-checkbox.png)
}

.chb-3 + label::before {
  position: absolute;
  left: -20px;
  top: 2px;
/*   text-align: center; */
  
  border: 2px solid #fa971c;
  content: " ";
  width: 18px;
  height: 18px;
  
  transition: all 0.1s ease-in,  border-color 0.05s ease-in;
}

.chb-3:checked + label::before {
  transform: rotate(40deg);
  border-top-color: transparent;
  border-left-color: transparent;
  
  top: 0px;
    left: -15px;
    width: 8px;
    height: 18px;
}
.button-thanku{
	background: #3b664a;
    margin: 5px 0 0 0;
    padding: 0;
    color: #fff !important;
	letter-spacing:1px;
    font-size: 12px;
	padding:12px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    outline: none;
    display: block;
	font-weight:400 !important;
    width: 80%;
	font-family: inherit;
    margin: 0px auto;
}
.thankyou{
	padding:100px 0px  !important;
}
p.whatsapp-same {
    position: absolute;
    top: 40px;
    font-size: 11.6px;
    color: black;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 #ffffff00;
}
@media screen and (max-width: 460px) {
	#web {
    padding: 20px;
}
   h1{
	   font-size:34px !important;
   }
   h3 {
    font-size: 24px !important;
}
iframe {
	width:100%;
	height:230px;
}
#subform .sub_submit {
    margin: 20px auto 0px auto;
}
.box{
    padding: 7px 7px;
    border-radius: 4px;
    font-size: 12.4px;

}
.box1{
    padding: 7px 7px;
    border-radius: 4px;
    font-size: 12.4px;
}
#header_top {
    padding-bottom: 0px;
}
.box-o{
	background: #fa971c !important;
}
.box-g{
	background: #3b664a !important;
}
.thankyou{
	padding:50px 0px  !important;
}
}