@charset "utf-8";
/* CSS Document */

/*
Montserrat
Thin 		100
ExtraLight 	200
Light 		300
Regular 	400
Medium 		500
SemiBold 	600
Bold 		700
ExtraBold 	800
Black 		900
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap');

body 				{color: #333333; background-color: #001e40; font-size: 1rem; font-family: 'Montserrat', sans-serif;}

h1, h2, h3, h4, h5	{color: #193867; font-weight: 700;}
h1					{}
h2					{}
h3					{}
h4					{}
h5					{}

strong				{font-weight: 600;}

a					{text-decoration:none; color: #193867; transition: 0.5s;}
a:hover				{text-decoration:none; color: #333333;}
a:visited			{text-decoration:none;}
a:focus,a:hover		{text-decoration:none;}


.navbar-toggler-icon 	{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}


:root {
	--def-padding : 5rem;
	--blue-color : #00458a;
}

.page					{}


.menu-area				{position: fixed; top: 0; left: 0; z-index: 50; width: 100%; /*background-color: rgba(0,0,0,1);*/ padding-top: 1rem; padding-bottom: 1rem; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.menu-area.sticky 		{padding-top: .75rem; padding-bottom: .75rem; background-color: rgba(0,0,0,0.5);}


.navbar 												{padding: 0;}

.menu-area .bg-light 									{background-color: transparent !important;}
.menu-area .navbar-light .navbar-nav .nav-link 			{color: #FFFFFF; font-weight:500;}
.menu-area .navbar-light .navbar-nav .nav-link:hover	{color: #000000; background-color: #f69e28; border-radius: 0.25rem;border:1px solid #f69e28;}
.menu-area .navbar-nav .nav-item.active a				{color: #000000; background-color: #f69e28; border-radius: 0.25rem;}


.menu-area .navbar-expand-lg .navbar-nav .nav-link 		{padding-left: 1rem; padding-right: 1rem;}
a.nav-reg-link{background-color:#2bb2cf;color:#fff;border:1px solid #2bb2cf;border-radius:0.25rem;}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active 				{color: #2bb2cf; /*background-color: #f69e28;*/ border-radius: 0.25rem;}


.location-time{margin-left: 15px;}
.left-area .line-b{display: flex;}
.date-time h3{font-size:28px;font-weight:600;display: contents;color:#fff;font-family: "Oswald", sans-serif;}
.location-time h3{font-size:28px;font-weight:600;display: contents;color:#fff;font-family: "Oswald", sans-serif;}
.date-time img{margin-top: -15px;}
.location-time img{margin-top: -15px;}

.banner-area				{position: relative; width: 100%; background-color: #000033;padding-bottom: 3rem;}

.banner-area .cont-holder	{position: absolute; width: 100%; left: 0; top: 8%;}
.left-area{margin-top: 10%;}


.banner-area .cont-holder .cont-holder-in	{width: 1500px; max-width: 100%; margin: 0 auto;}


.banner-area .cme			{position: absolute; width: 300px; height: auto; margin: 0 auto; z-index: 10; left: 0; right: 0; bottom: 5%;}
.banner-area .name-moh		{/*position: absolute; left: 0;*/ margin-top: 30px; width: 100%; /*z-index: 11;*/ color: #ffff66; text-align: center; font-size: 150%; font-weight: 500; text-shadow: 2px 2px 7px rgba(0,0,0,0.5);font-family: 'El Messiri', sans-serif;}


.left-area .line-a			{margin-bottom:0rem;}
.left-area .line-b			{margin-bottom: 1rem; color: #FFFFFF; font-weight: 500;}
.left-area .line-c			{margin-bottom: 3rem; color: #FFFFFF; font-weight: 500;margin-top: 3rem;}
.left-area .line-c a        {}
.cme-ent                    {margin-top: 2rem;margin-bottom: 2rem;/*display:none;*/}
.cme-ent a                  {background-color: #f69e28;padding: 10px;font-size:30px;border-radius: 10px;color:#fff;z-index: 9;position: relative;}
.left-area .line-d			{margin-bottom: 0;}

.left-area .line-d a 				{display: inline-block; padding: .75rem 2rem; background-color: #ff9200; color: #000000; border: 1px solid #FFFFFF; border-radius: 2rem; font-weight: 500; transform: perspective(1px) translateZ(0); transition: color 0.3s; overflow: hidden;}
.left-area .line-d a:before 		{content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; background: #193867; transform: scaleX(0); transform-origin: 0 50%; transition: transform 0.3s ease-out;}
.left-area .line-d a:hover 			{color: #FFFFFF;}
.left-area .line-d a:hover:before 	{transform: scaleX(1);}


.dsCountDown.ds-flat{display: none;}


.coumtdown-wrap				{padding-top: var(--def-padding); padding-bottom: var(--def-padding); background-image: url("../images/countdown-bg.webp"); background-repeat: no-repeat; background-position: center top; background-size: cover;}
.coumtdown-wrap h1 			{text-align: center; color: #f69e28; font-weight: 800;}
.coumtdown-wrap h4 			{text-align: center;}
.coumtdown-wrap h5 			{text-align: center;}
.coumtdown-wrap .date-place	{color: #193867; font-weight: 600; text-align: center;}




.chairperson-wrap			{padding-top: var(--def-padding); padding-bottom: var(--def-padding); background-color: #001e40;background-image: url("../images/chair-back.png");background-repeat: no-repeat;background-size: cover;background-position: top center;}
.conf-heading h1 		{color: #fff; font-size: 50px;border-bottom: 3px solid #84bc63;border-top:3px solid #2290b9;font-weight:600; border-left:3px solid #84bc63;border-right:3px solid #2290b9;border-radius:15px;padding: 10px;text-transform: uppercase;}
.conf-heading{text-align: center;width:50%;background-color: #063463;border-radius:15px;margin-bottom: 3rem;}
.chairperson-wrap h3 		{color: #fff;}
.chairperson-wrap p{color:#fff;font-size:18px;line-height: 30px;}
.chair-name{text-align: center;}


.speakers-wrap				{padding-top: var(--def-padding); padding-bottom: var(--def-padding); background-image: url("../images/speakers-bg.webp"); background-repeat: no-repeat; background-position: center top; background-size: cover;}
.speakers-wrap h1 			{color: #fcff00; text-align: center; font-size: 300%;}
.speakers-wrap h4 			{color: #2bb2cf;}

.speaker-block				{overflow: hidden; position: relative;}
.speaker-block .speaker-shadow	{position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; z-index: 10;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,49,123,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,49,123,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,49,123,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00317b',GradientType=0 );}
.speaker-block .speaker-desc			{position: absolute; left: 0; bottom: 0; width: 100%; height: auto; padding: 1rem; text-align: center; z-index: 11;}
.speaker-block .speaker-desc .line-a	{font-size: 125%; font-weight: 600; color: #FFFFFF; }
.speaker-block .speaker-desc .line-b	{margin-bottom: 1rem;}

.speaker-block .speaker-desc			{}
.speaker-block .speaker-desc .line-a	{-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
.speaker-block .speaker-desc .line-b	{-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}

.speaker-block .speaker-desc .line-a 	{-webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s;}
.speaker-block .speaker-desc .line-b	{opacity: 0; -webkit-transition: opacity 0.2s, -webkit-transform 0.35s; transition: opacity 0.2s, transform 0.35s;}

.speaker-block:hover .speaker-desc .line-b	{opacity: 1;}

.speaker-block:hover .speaker-desc .line-a,
.speaker-block:hover .speaker-desc .line-b	{-webkit-transform: translate3d(0,-20px,0); transform: translate3d(0,-20px,0);}

.speaker-block:hover .speaker-desc .line-b	{-webkit-transition-delay: 0.05s; transition-delay: 0.05s; -webkit-transition-duration: 0.35s; transition-duration: 0.35s;}


.speaker-block .speaker-img img			{opacity: 1; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(1); transform: scale(1);}
.speaker-block:hover .speaker-img img	{opacity: 0.8; -webkit-transform: scale(1.1); transform: scale(1.1);}


.speakers-wrap .swiper-button-next,
.speakers-wrap .swiper-button-prev 			{background-color: #FFFFFF; width: 72px; height: 72px; border-radius: 100%;}

.speakers-wrap .swiper-button-next:after,
.speakers-wrap .swiper-button-prev:after 	{font-size: 24px;}



.program-wrap		{padding-top: var(--def-padding); padding-bottom: var(--def-padding); background-color: #001e40;background-image: url("../images/program-back-layer.png");background-repeat: no-repeat;background-position: center;}




.prog-row					{padding-top: 1rem; padding-bottom: 1rem; padding-left: 0.5rem; padding-right: 0.5rem;}
.prog-row:not(:last-child)	{border-bottom: 1px solid #666666;}

.prog-row-a					{background-color: #ccdee8;}
.prog-row-b					{background-color: #fdecd4;}

.nav-pills .nav-link 		{border-radius: 0; background-color: #73a9cb;}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link 	{background-color: #00588e;}

.nav-justified .nav-item,
.nav-justified>.nav-link 	{margin-right: 3px;}

.nav-justified .nav-item:last-child,
.nav-justified>.nav-link:last-child 	{margin-right: 0;}


.line-aa		{color: #FFFFFF; text-align: left; font-size: 125%; text-transform: uppercase; font-weight: 500;}
.line-bb		{color: #FFFFFF; text-align: left;}

.program-wrap .nav-pills .nav-link.active,
.program-wrap .nav-pills .show>.nav-link 	{color: #FFFFFF; background-color: #08295b;border-radius:20px;border:2px solid #fff;}
.program-wrap .nav-link 					{color: #FFFFFF; background-color: #08295b;border-radius:20px;}
.program-wrap li{margin: 5px;}
.program-wrap .line-b{color:#f5c504;}

.program-wrap .nav-item .nav-link			{-webkit-box-shadow: 0px 1px 50px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 1px 50px 0px rgba(0,0,0,0.2); box-shadow: 0px 1px 50px 0px rgba(0,0,0,0.2);height: 100%;}

.program-wrap .nav-link						{padding: 0.75rem 1.25rem;}

.program-wrap .nav-item .line-a				{font-size: 200%; font-weight: 700;}
.prog-row				{padding: 0.75rem 0.5rem; border-bottom: 1px solid #CCCCCC;}
.prog-row:last-child	{border-bottom: none;}

.prog-row .time			{background-color: #fff;font-size: 16px;text-align: center;padding: 10px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;font-weight: 600;
 color: #08295b;width:20%;}
.prog-row .doc			{}
.prog-row .lecture		{font-weight: 500;font-size:16px;color:#fff;font-family: var(--poppins)!important;}
.prog-row .docname		{font-weight: 500;font-family: var(--poppins)!important;font-size:15px;color:#0f53a1;}
.prog-row.highlight-a	{background: linear-gradient(45deg, rgb(96 203 235) 0%,rgb(15 83 161) 100%);color:#fff;margin-bottom:0.5rem;}
.prog-row.highlight-b	{background-color: #0f53a1;color:#fff;margin-bottom:0.5rem;}
.prog-row.highlight-c   {background-color: #08295b;color:#fff;margin-bottom:0.5rem;}
.highlight-break-session{background-color: #62d1f4!important;color:#000;text-transform: uppercase;}
.prog-row.highlight-c .lecture{color:#fff;font-size:17px;text-align: left;}

.prog-row .doc img		{border-radius: 100%;width:50%;float: right;}
.highlight-session      {background-color: #84bc63!important;text-align: center;}
.highlight-session .time{font-size:30px;text-transform: uppercase;font-weight: 600;font-family: var(--poppins)!important;}
/*.prog-row span{font-size:24px;font-family: var(--poppins)!important;}*/
    
.prog-row .prog-time		{font-weight: 500; line-height: normal;}
.prog-row .prog-title		{margin-bottom: 0.25rem; font-size: 125%; font-weight: 600; color: #00588e; line-height: normal;}
.prog-row .prog-doc			{margin-bottom: 0.25rem; line-height: normal;}
.prog-row .prog-img img		{-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
.prog-row.highlight-c img   {width: 50%;border-radius: 50%;}

/*.workshop-wrap		{padding-top: var(--def-padding); padding-bottom: var(--def-padding); background-color: #f2f2f2;}
.workshop-wrap h1 	{color: #2bb2cf; font-size: 300%; text-align: center;}*/

.workshop-wrap		{padding-top: var(--def-padding); padding-bottom: var(--def-padding); background-color: #001e40;background-image: url("../images/workshop-back-layer.png");background-repeat: no-repeat;background-position: center;}
.highlight-c h4     {color:#fff;padding-top: 1rem;padding-bottom: 1rem;font-weight:500;text-transform: uppercase;}
.highlight-c h4 span{text-transform: none;}
.workshop-wrap .nav-pills .nav-link.active,
.workshop-wrap .nav-pills .show>.nav-link 	{color: #FFFFFF; background-color: #08295b;border-radius:20px;border:2px solid #fff;}
.workshop-wrap .nav-link 					{color: #FFFFFF; background-color: #08295b;border-radius:20px;}
.workshop-wrap li{margin: 5px;}
.workshop-wrap .line-b{color:#f5c504;}

.workshop-wrap .nav-item .nav-link			{-webkit-box-shadow: 0px 1px 50px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 1px 50px 0px rgba(0,0,0,0.2); box-shadow: 0px 1px 50px 0px rgba(0,0,0,0.2);height: 100%;}

.workshop-wrap .nav-link						{padding: 0.75rem 1.25rem;}

.workshop-wrap .nav-item .line-a				{font-size: 200%; font-weight: 700;}



.registration-wrap			{padding-top: var(--def-padding); padding-bottom: var(--def-padding); background-color: #fff/*;background-image: url("../images/affiliation-back.png");background-repeat: no-repeat;*/}
.registration-wrap h1 		{text-align: center;}



.footer				{padding-top: 2rem; padding-bottom: 2rem; background-color: #000000; font-size: 75%; color: #CCCCCC;}
.footer a 			{color: #CCCCCC; /*text-decoration: underline;*/}
.footer a:hover 	{color: #999999; text-decoration: none;}

    
    
.iti 											{display: block;}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] 		{padding: 1rem 3rem;}



.sponsors-wrap			{padding-top: var(--def-padding); padding-bottom: var(--def-padding); background-color: #001e40;}
.sponsors-wrap h1 		{text-align: center;}
.sponsors-wrap .sponsors-block	{border: 1px solid #e5e5e5;}


.reg-gray				{background-color: #f2f2f2; padding: 1rem; border-radius: 0.25rem;}
.grand-total			{background-color: #cccccc; padding: 1rem; border-radius: 0.25rem;}



.committee-wrap			{padding-top: var(--def-padding); padding-bottom: var(--def-padding);background-image: url("../images/committee-speakers-lines.png");background-repeat: no-repeat;background-position: left;background-color: #001e40;}


.speaker-wrap			{padding-top: var(--def-padding); padding-bottom: var(--def-padding);background-image: url("../images/speaker-back.png");background-repeat: no-repeat;background-position: right;background-color: #001e40;background-size: contain;}

hr.comittee-speakers{border-top: 1px solid #fff;}



.affiliation-section{padding-top: 2rem;padding-bottom: 2rem;background-color: #010234;}
.affiliation-section h1{text-align: center;color:#fff;font-weight: 300;font-size:50px;}
.committee-wrap h1 		{text-align: center;}

.committee-wrap .tab-content>.tab-pane 	{background-color: #FFFFFF; padding: 2rem 0rem 0rem 0rem;}
    
.committee-wrap .nav-pills .nav-link			{margin-right: 1px;}

.committee-wrap .comm-block				{text-align: center;}
.committee-wrap .comm-block .line-a		{margin-bottom: 1rem;}
.committee-wrap .comm-block .line-b		{color: #36b1cf; font-weight: 600; font-size: 87.5%;}
.committee-wrap .comm-block .line-c		{color: #1b3867; font-weight: 600;}
.committee-wrap .comm-block .line-d		{font-size: 75%;}


.patronage			{padding-top: var(--def-padding); padding-bottom: var(--def-padding); background-color: #FFFFFF;}


.workshop-block		{padding: 1rem; background-color: #e5e5e5; height: 100%; border-radius: 0.5rem;}

/* ===== PRELOADER ===== */
#preloader	{position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; z-index: 9999;}
#status		{width: 72px; height: 72px; position: absolute; left: 50%; top: 50%; background-image: url("../images/loading.gif"); background-repeat:no-repeat; background-position: center center; margin: -36px 0 0 -36px;}
/* ===== PRELOADER ===== */

/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) {}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) {}


/* Laptop - For 1366 Resolution */
@media only screen
and (min-width: 1030px)
and (max-width: 1366px)
{}


/* Laptop  - For 1024 Resolution */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
{
	
body 				{font-size: 0.875rem;}	
.menu-area{background-color: rgba(0,0,0,0.8)!important;}	
	
}


/* iPad Landscape */
@media only screen   
and (orientation : landscape)   
and (-webkit-min-device-pixel-ratio: 2)  
and (min-width : 768px)   
and (max-width : 1024px)   
{
	
body 				{font-size: 0.875rem;}


.page				{margin-top: 69px;}
.menu-area          {background-color: rgba(0,0,0,0.8)!important;}	
.menu-area.sticky 	{background-color: rgba(0,0,0,0.8);}	
	
	
/*.banner-area				{position: static; padding-top: 1rem; padding-bottom: 1rem;}
.banner-area .cont-holder	{position: static;}
.banner-area .bg-holder		{display: none;}*/
	
.banner-area .cme			{position: static; width: 200px; height: auto; }	
	
	
.speakers-wrap .swiper-button-next,
.speakers-wrap .swiper-button-prev 			{width: 48px; height: 48px;}

.speakers-wrap .swiper-button-next:after,
.speakers-wrap .swiper-button-prev:after 	{font-size: 18px;}}


/* iPad Portrait */
/* Orientation : Portrait */  
@media only screen   
and (orientation : portrait)   
and (-webkit-min-device-pixel-ratio: 2)   
and (min-width : 768px)   
and (max-width : 1024px)  
{

body 				{font-size: 0.875rem;}
	
.menu-area{background-color: rgba(0,0,0,0.8)!important;}	
.menu-area.sticky 	{background-color: rgba(0,0,0,0.8);}
	
.page				{margin-top: 70px;}
	
.banner-area				{position: static; padding-top: 1rem; padding-bottom: 1rem;}
.banner-area .cont-holder	{position: static;}
.banner-area .bg-holder		{display: none;}
	

.banner-area .cme			{position: static; width: 200px; height: auto; }	
.banner-area .name-moh		{position: static; margin-bottom: 1rem;}
	
	
.speakers-wrap .swiper-button-next,
.speakers-wrap .swiper-button-prev 			{width: 48px; height: 48px;}

.speakers-wrap .swiper-button-next:after,
.speakers-wrap .swiper-button-prev:after 	{font-size: 18px;}}

/* Generally, this dimension is recommended for mobile: - For 640 Resolution */  
@media only screen   
and (min-width : 360px)   
and (max-width : 640px)  
{
	
body 				{font-size: 0.875rem;}
	
.page				{margin-top: 70px;}

.menu-area{background-color: rgba(0,0,0,0.8)!important;}	
.menu-area.sticky 		{background-color: rgba(0,0,0,0.8);}	
	
.speakers-wrap .swiper-button-next,
.speakers-wrap .swiper-button-prev 			{width: 48px; height: 48px;}

.speakers-wrap .swiper-button-next:after,
.speakers-wrap .swiper-button-prev:after 	{font-size: 18px;}
	
.speaker-block .speaker-desc .line-a		{font-size: 100%; margin-bottom: 0.5rem;}	
	
.left-area					{text-align: center;}
	
	
.nav-justified .nav-item,
.nav-justified>.nav-link 	{margin-right: 0px;}
	
.banner-area .cme			{position: static; width: 200px; height: auto; margin: inherit; margin-bottom: 1rem; margin-left: 1rem;}
.banner-area .name-moh		{position: static; margin-bottom: 1rem;}}

/* Mobile - For 480 Resolution */  
@media only screen   
and (min-width : 320px)   
and (max-width : 480px)
{
	
body 				{font-size: 0.875rem;}

.page				{margin-top: 0px;}
	
.menu-area{background-color: rgba(0,0,0,0.8)!important;}	
.menu-area.sticky 		{background-color: rgba(0,0,0,0.8);}
	

.speakers-wrap .swiper-button-next,
.speakers-wrap .swiper-button-prev 			{width: 48px; height: 48px;}

.speakers-wrap .swiper-button-next:after,
.speakers-wrap .swiper-button-prev:after 	{font-size: 18px;}
	
.speaker-block .speaker-desc .line-a		{font-size: 100%; margin-bottom: 0.5rem;}
	
	
.banner-area				{/*position: static;*/ padding-top: 0rem; padding-bottom: 1rem;}
/*.banner-area .cont-holder	{position: static;}*/
/*.banner-area .bg-holder		{display: none;}*/
	
.left-area					{text-align: center;}
	
	
.nav-justified .nav-item,
.nav-justified>.nav-link 	{margin-right: 0px;}
	

.banner-area .cme			{position: static; width: 200px; height: auto; margin: inherit; margin-bottom: 1rem; margin-left: 1rem;}
.banner-area .name-moh		{position: static; margin-bottom: 1rem;}}

.float-whatsapp{text-align: center;font-size: 18px;font-weight: 500;color: #000;/*border-top: 1px solid;border-bottom: 1px solid;*/}
.float-whatsapp a{color:#000!important;}
.padding-left-right{padding-left: 5%;padding-right: 5%;}


.affiliation-section{padding-top: 5rem;padding-bottom: 2rem;background-image: url("../images/affiliation-back.png");background-position: center;background-repeat: no-repeat;}


.conf-quick-details{margin-top: 2rem; border-bottom: 3px solid #84bc63;border-top: 3px solid #2290b9;border-left: 3px solid #84bc63;border-right: 3px solid #2290b9;padding: 10px;border-radius: 15px;background-image: url("../images/affiliation-back.png");background-repeat: no-repeat;background-position: center;}
.conf-quick-details .counter-wrap img{width:20%;margin-bottom:1rem;}

.conf-quick-details .counter-wrap h1{color:#fff;display: inline-block;}
.conf-quick-details .counter-wrap span{color:#fff;font-size:22px;text-transform:uppercase;}

.speaker-block {position: relative;margin-bottom: 40px;}
.speaker-block .inner-box {position: relative;height: 100%;}
.speaker-block .image-box {position: relative;padding: 5px;background-color: rgba(255,255,255,.15);overflow: hidden;}
.speaker-block .image-box .image:after, .speaker-block .image-box:before {position: absolute;left: 0;top: 0;height: 0;width: 100%;background-color: #ffffff;content: "";-webkit-transition: all 700ms ease;-moz-transition: all 700ms ease;-ms-transition: all 700ms ease;-o-transition: all 700ms ease;transition: all 700ms ease;}
.speaker-block .image-box .image {position: relative;margin-bottom: 0;z-index: 1;overflow: hidden;background: radial-gradient(circle, rgba(34,145,186,1) 0%, rgba(6,52,99,1) 100%);}
.speaker-block .image-box .image img {display: block;width: 100%;height: auto;}
.speaker-block .social-links {position: absolute;left: 0;bottom: -140px;padding: 20px;width: 100%;z-index: 9;-webkit-transition: all 700ms ease;-moz-transition: all 700ms ease;-ms-transition: all 700ms ease;-o-transition: all 700ms ease;transition: all 700ms ease;}
.speaker-block .social-links ul {position: relative; padding: 5px 0px;text-align: center;background: radial-gradient(circle, rgba(6,52,99,1) 0%, rgba(34,144,185,1) 100%);
text-transform: uppercase;}
.speaker-block .social-links li {position: relative;display: inline-block;margin: 0 9px;}
.speaker-block .social-links li a {position: relative;display: block;font-size: 14px;line-height: 30px;font-weight: 400;color: #ffffff;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease;}
.speaker-block .image-box .image:after {opacity: .40;z-index: 1;top: auto;bottom: 0;background-color: #5c5a5a;}
.speaker-block .image-box:before {position: absolute;left: 0;top: 0;height: 0;width: 100%;background-color: #ffffff;content: "";-webkit-transition: all 700ms ease;-moz-transition: all 700ms ease;-ms-transition: all 700ms ease;-o-transition: all 700ms ease;transition: all 700ms ease;}
.speaker-block .caption-box {position: relative;padding-top: 30px;}
.speaker-block .caption-box .name {position: relative;display: block;font-size: 14px;line-height: 1em;color: #ffffff;font-weight: 400;margin-bottom: 10px;text-align: center;background-color: #063463;padding: 10px;border-bottom: 3px solid #84bc63;border-top: 3px solid #2290b9;/*border-left: 3px solid #84bc63;border-right: 3px solid #2290b9;border-radius: 0.25rem;*/}
.speaker-block .caption-box .name a {color: #ffffff;display: inline-block;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease;}
.speaker-block .caption-box .designation {position: relative;display: block;font-size: 14px;line-height: 26px;color: #ffffff;font-weight: 400;opacity: .70;text-align: center;}
.speaker-block .inner-box:hover .image-box .image:after, .speaker-block .inner-box:hover .image-box:before {height: 100%;}
.speaker-block .inner-box:hover .social-links {bottom: 0;}
.animated-box {position: relative;}
.animated-box:after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;border-radius: 4px;background: linear-gradient(120deg, #000, #85bc61, #2291ba);background-size: 300% 300%;clip-path: polygon(0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) calc(100% - 3px), 3px calc(100% - 3px), 3px 100%, 100% 100%, 100% 0%, 0% 0%);}

.animated-box.in:after {animation: frame-enter 1s forwards ease-in-out reverse, gradient-animation 4s ease-in-out infinite;}
/* motion */
@keyframes gradient-animation {
  0% {
    background-position: 15% 0%;
  }
  50% {
    background-position: 85% 100%;
  }
  100% {
    background-position: 15% 0%;
  }
}

.committee-speakers-dept-head h3{color:#fff;font-weight:400;}

.reg-left {background-color: #063463; /*background: linear-gradient(100deg, rgba(249,71,67,1) 0%, rgba(255,124,73,1) 100%);*/padding: 1rem 1rem;height: 100%;color: #FFFFFF;}

.amount-main {background: #05317a;/* padding: 10px 0px 0px 0px; */border-radius: 3px;/* margin: 15px 0; */}
.total-payment h4 {color: #fff;font-weight: 300;}

h4.float-whatsapp{font-weight:400;}
.btn-registration{background-color: #0b1f8f;border:1px solid #0b1f8f;}
.btn-registration:hover{background-color: #0b1f8f;border:1px solid #0b1f8f;}
.item-detail {text-align: right;padding-right: 10px;font-size: 19px;font-weight: 500;padding-top: 5px;background-color: #0e559f;}
.registration-method .unstyled li{display:block;margin:0px}
.registration-method .unstyled .styled-checkbox + label::before{float:left}
.registration-method .unstyled label{display:block;position:relative;z-index:1}
.registration-method .unstyled .styled-checkbox + label .registration-div{/*margin:0 50px 0 40px*/}
.registration-div h4{padding:0px;font-size:18px;color:#fff!important;}
.registration-method h4{color:#fff;text-transform: none;padding-bottom: 1rem;font-weight: 600;}
.registration-div p{padding-top:0px;padding-bottom:15px}
.registration-amount{position:absolute;top:5%;right:0px;float:right;font-weight:bold;font-family: 'Rubik', sans-serif;}
.registration-method ul li:last-child p{padding-bottom:0px;}
.registration-method ul{padding-left: 0rem;}
.registration-method li{padding-bottom: 1rem;}
ul.unstyled-pay{list-style: none;padding-left: 0rem;}

.form-label-pay{font-size:25px;text-transform: uppercase;color:#221638;}

.styled-checkbox {position: absolute;opacity: 0;}
.styled-checkbox + label {position:relative;cursor:pointer;padding:0;font-size:16px;line-height: 1.5;}

.styled-checkbox + label:before {content: '';border-radius: 50%;margin-right:10px;margin-left:1px;display: inline-block;vertical-align:bottom;width: 28px;height: 28px;background: #fff;box-shadow: 0 0 0 1px #ced4da;}
.styled-checkbox:hover + label:before {background:#05317a;box-shadow: 0 0 0 1px #05317a;}
.styled-checkbox:focus + label:before {box-shadow: 0 0 0 1px #05317a;}
.styled-checkbox:checked + label:before {background:#05317a;box-shadow: 0 0 0 1px #05317a;}
.styled-checkbox:disabled + label {color: #b8b8b8;cursor: auto;}
.styled-checkbox:disabled + label:before {box-shadow: none;background: #ddd;}
.styled-checkbox:checked + label:after {content: '✓';position: absolute;left: 8px;top: 0px;background: none;width: 2px;height: 2px;color: #fff;font-size: 18px;font-weight: bold;}
/*.checkbox .styled-checkbox:checked + label:after {content:"";width:23px;height:23px;left:3px;top:3px;bottom:3px;right:3px;background:#c9b87a}*/

.checkbox .styled-checkbox + label:before {border-radius:0%;}

@media only screen and (max-width:1600px){
.affiliation-section{padding-top:15rem;}}	

@media only screen and (max-width:1440px){
.date-time h3{font-size:23px;}
.location-time h3{font-size:23px;}
.affiliation-section h1{font-size:35px;}
.chairperson-wrap p{font-size:16px;}
.conf-quick-details .counter-wrap span{font-size:20px;}}

@media only screen and (max-width:1366px){
.affiliation-section{padding-top:18rem;}}	

@media only screen and (max-width:1024px){
.date-time h3{font-size:18px;}
.location-time h3{font-size:18px;}
.speaker-block .caption-box .name{font-size:14px;}
.btn-registration{font-size:16px;}
.menu-area .navbar-expand-lg .navbar-nav .nav-link{padding-left: 0.5rem;padding-right: 0.5rem;}
.prog-row .time{width:30%;}
.left-area{margin-top: 0%;}}

@media only screen and (max-width:768px){
.date-time h3{font-size:16px;font-weight:400;}
.location-time h3{font-size:16px;font-weight:400;}
.date-time img{width:25px;margin-top:-10px;}
.location-time img{width:25px;margin-top:-10px;}
.conf-heading{width:60%;}
.conf-quick-details .counter-wrap span{font-size:14px;}
.conf-quick-details .counter-wrap img{width:40%;}
.prog-row .time{width:45%;}
.prog-row .doc img{width: 100%;}
.btn-registration{width:60%;font-size:14px;}
.left-area{margin-top: 12%;}
.right-area{margin-top: 12%;}
.page{margin-top: 0px;}
.inner-banner img{padding-top:4rem;}
.conf-heading h1{font-size:33px;}}

@media only screen and (max-width:475px){
.right-area{margin-top: 00%;}
.left-area{margin-top: 00%;}
.banner-area .cont-holder{position: relative;}
.affiliation-section h1{font-size:25px;}
.conf-heading{width:100%;}
.chairperson-wrap{padding-top: 2rem;padding-bottom:2rem;}
.committee-wrap{padding-top: 2rem;padding-bottom:2rem;}
.program-wrap{padding-top: 2rem;padding-bottom: 2rem;}
.speaker-wrap{padding-top: 2rem;padding-bottom: 2rem;}
.sponsors-wrap{padding-top: 2rem;padding-bottom: 2rem;}
.registration-wrap{padding-top: 2rem;padding-bottom: 2rem;}	
.speaker-block .caption-box .name{line-height: normal;}
.program-wrap li{width:100%;}
.program-wrap .nav-item .nav-link{width:100%;}
.program-wrap .nav-link{padding: 5px;}
.prog-row .time{width:80%;}
.btn-registration{width:100%;}
.prog-row.highlight-c .lecture{font-size:15px;}
.conf-heading h1{font-size:25px;}
.padding-left-right{padding-left: 0%;padding-right: 0%;}
.counter{margin-top: 5%;}
.chairperson-wrap p{font-size:14px;font-weight: 400;}
.footer p{font-size:13px;}
.menu-area{padding-top: 0.5rem;padding-bottom: 0.5rem;}
.inner-banner img{padding-top:3rem;}
.prog-row.highlight-c img{width:30%;text-align: left;display: block;}
.workshop-wrap li{width:100%;}
.workshop-wrap .nav-item .nav-link{width: 100%;}
.highlight-c h4{font-size:18px;text-align: center;}
.box-card-flag{width: 30px!important;bottom: 10px!important;}
.speaker-block .inner-box:hover .social-links{bottom: 10px;}
.prog-row .doc{text-align:left;}
.cme-ent{text-align: center;}}


.box-card-flag {right:0%;transform: translateX(-50%);width: 40px;bottom: 25px;z-index: 5;position: absolute;}
.footer p{font-size:15px;font-weight:500;}



#tsparticles{top:0;left:0;position:absolute; width:100%;height:0;z-index:0;padding-top:85%;overflow:hidden;}
canvas{display:block;position:absolute;left:0;top:0;height:100%;width:101.902173913%;opacity:0.1;}
#tsparticles::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:20%;z-index:9;display:none;border:2px solid green;background: linear-gradient(0deg, rgba(34,15,75,1) 0%, rgba(34,15,75,1) 42%, rgba(34,15,75,0.5466561624649859) 81%, rgba(34,15,75,0) 100%);}


.date-time-workshop h3{font-size:22px;font-weight:400;}

@media only screen and (max-width:1366px){
.date-time-workshop h3{font-size:20px;}}

@media only screen and (max-width:1280px){
.date-time-workshop h3{font-size:19px;}
.affiliation-section{padding-top: 18rem;}}

@media only screen and (max-width:1024px){
.affiliation-section{padding-top: 15rem;}}

@media only screen and (max-width:768px){
/*.date-time-workshop h3{text-align: center;display: block;}*/
.affiliation-section{padding-top: 18rem;}
.banner-area .name-moh{margin-top:60px;}}

@media only screen and (max-width:475px){
.date-time-workshop img{display: none;}
.affiliation-section{padding-top: 3rem;}
.date-time-workshop h3{font-size:16px;}
.speaker-block .caption-box .name{font-size:13px;}
.program-wrap .nav-item .line-a{font-size:110%;}	
.workshop-wrap .nav-item .line-a{font-size:110%;}
.prog-row .doc img{float: none;}
.onoffcanvas h3{font-size:20px!important;}
.onoffcanvas p{font-size:14px!important;}
.close-button{top:0%!important;}
.banner-area .name-moh{margin-top: -30px;font-size:18px;}}

@media only screen and (max-width:375px){
.speaker-block .social-links li a{font-size:12px;}
.footer p{font-size:13px;}}


ul.listings-cv{padding-left: 2rem;}
ul.listings-cv li{color:#fff;font-weight:400;line-height: 30px;}

h4.cme-credits{margin-top:1rem;margin-bottom:1rem;color:#fff;}

@media only screen and (max-width:475px){
h4.cme-credits{text-align:center;}
a.workshop-download{float: none!important;text-align: center;display: block;margin-bottom: 3rem;}}




.program-wrap h3{color:#f5c504;}
.workshop-wrap h3{color:#f5c504;}
.sponsors-wrap h4{color:#f5c504;}

.time-gallery{width:60%!important;}
a.workshop-download{color: #fff;float: right;font-size: 18px;text-transform: uppercase;background-color: #2290b9;padding: 10px;border-radius: 5px;}


.cert-logo {padding-top: 3rem;padding-bottom: 3rem;}
.cert-body {padding-top: 1rem;padding-bottom: 1rem;}
.page-certificate{background-color: #9bc1e1;}

