@font-face {
   font-family: 'Merriweather-Regular';
   src: url('../fonts/Merriweather-Regular.ttf');
}

@font-face {
   font-family: 'Merriweather-Bold';
   src: url('../fonts/Merriweather-Bold.ttf');
}

@font-face {
   font-family: 'Merriweather-Light';
   src: url('../fonts/Merriweather-Light.ttf');
}
@font-face {
   font-family: 'Merriweather-SemiBold';
   src: url('../fonts/Merriweather-Black.ttf');
}
@font-face {
   font-family: 'Merriweather-Bold';
   src: url('../fonts/Merriweather-Bold.ttf');
}

/* common css strats here */

/* ul.customize{padding:0px;margin:0px;list-style-type:none;} /* for removing default space in ul and bullets symbols also*/ */

ul {list-style-type:none; padding:0px !important;}

ul li {list-style-type:none; padding:0px;}

/* a.customize{text-decoration:none;}/* for removing underline for anchor*/ */

a{text-decoration:none !important;}/* for removing underline for anchor*/

button:focus { outline: 0px !important; }

a:hover { text-decoration: none; }

textarea { resize: none;}
a, img, select,button{outline: none !important;}
.fadr li p,.fadr li a p{font-size:14px;}
.w-100{width:100%;}

/* for display */

.d-inline-flex{display:inline-flex ;}/* for display inline */

/* for positions */

.pos-relative{position:relative;}

.pos-absolute{position:absolute;}


/* for borders */

.br-0 {border: 0px;}

.border-left-blue {	
	border-left: 7px solid #3e4f99;
    padding-left: 7px;
}


.litt{width:50%;}
/* for border-radius */

.bradius-15 {border-radius: 15px; }

.table {
  border-collapse: collapse;
  border-radius: 1em;
  overflow: hidden;
}
.whtable {
    border: 1px;
}

/* padding styles */

.p-0{padding:0px;}

.p-10{padding:10px;}

.p-20{padding:20px;}

.p-30{padding:30px;}

.p-40{padding:40px;}

.pt-15p{padding-top:15px;}
.pt-10p{padding-top:10px;}

.pr-10p{padding-right:10px;}

.pb-80p{padding-bottom:80px;}

.ptb-10p{padding-top:10px;padding-bottom:10px;}

.ptb-15p{padding-top:15px;padding-bottom:15px;}

.ptb-20p{padding-top:20px;padding-bottom:20px;}

.ptb-30p{padding-top:30px;padding-bottom:30px;}

.ptb-40p{padding-top:40px;padding-bottom:40px;}

.ptb-80p{padding-top:80px;padding-bottom:80px;}

.plr-10p{padding-left:10px;padding-right:10px;}

.plr-30p{padding-left:30px;padding-right:30px;}

.pb-30p{padding-bottom:30px;}

/* margin styles */

.m-0{margin:0px;}

.m-auto{margin:0 auto;}

.mt-10p{margin-top:10px;}

.mt-15p{margin-top:15px;}

.mt-20p{margin-top:20px;}

.mt-25p{margin-top:25px;}

.mt-30p{margin-top:30px;}

.mt-35p{margin-top:35px;}

.mt-40p{margin-top:40px;}

.mt-60p{margin-top:60px;}

.mt-80p{margin-top:80px;}

.mtb-20p{margin-top:20px;margin-bottom:20px;}

.mtb-30p{margin-top:30px;margin-bottom:30px;}

.mtb-40p{margin-top:40px;margin-bottom:40px;}

.mtb-2040p{margin-top:20px;margin-bottom:40px;}

.mb-20p{margin-bottom:20px;}

.mb-40p{margin-bottom:40px;}
.mb-10p{margin-bottom:10px !important;}

/* for text-colors*/

.text-paracolor{color:black;}

.text-pink{color:#f6447d;}

.text-blue{color:#3e4f99;}

.text-green{color:#4fb71c;}

.text-black{color:#000000;}

.text-white{color:#ffffff;}


/* for backgorund colors */

.bg-white{background-color:white;}

.bg-blue{background-color:#3e509a;}

.bg-pink{background-color:#f6407b;}

.bg-subscribe{background-color:#ff3a5e;}



/* for font related css */


body, p, a, h1, h2, h3, h4, h5, h6, span, div{font-family: 'Merriweather-Regular' !important;}

.fnt-regular{font-family: 'Merriweather-Regular' !important;}

.fnt-medium{font-family: 'Merriweather-Bold' !important;}

.fnt-light{font-family: 'Merriweather-Light' !important;}

.fnt-bold{font-family: 'Merriweather-Bold' !important;}

.fnt-semibold{font-family: 'Merriweather-SemiBold' !important;}


/* for text-alignment*/

.text-center { text-align: center;}

.text-right { text-align: right;}

.text-left { text-align: left;}

.text-end { text-align: end;}

.text-justify { text-align: justify;}


/* HOME PAGE HEADER STYLES */

.navbar-brand h4 {
    font-size: 18px;
}
.menu .dropdown-menu a.dropdown-item {
    font-size: 14px !important;
}

.menu .nav-item {
    margin: 2px;
}

.menu .nav-link {
    color: black;
    font-size: 14px;
	font-family: 'Merriweather-Bold' !important;
}
.lgn a {
	background-color:#3e509a;
	padding:10px 20px !important;
	color:white !important;
	border-radius:10px;
}
.rgs a {
	background-color:#f6407b;
	padding:10px 20px !important;
	color:white !important;
	border-radius:10px;
}

/* INNER PAGES HEADER STYLES */

.header-part {
	position:relative;
}
.conf-date {
    display: inline-flex;
    align-items: baseline;
}
.conf-date img {padding-left: 10px;}


.coalescemenu .nav-item {
    margin: 0px 2px;
}
.coalescemenu .nav-item .nav-link {
    color: #2a2a2a;
    font-size: 14px;
    font-family: 'Merriweather-semibold';
}
.coalescemenu .dropdown-menu a.dropdown-item {
    font-size: 14px !important;
}
.reslogo {display:none;}

/* COMMITTE SECTION STYLES */

.committee {
    display: grid;
    position: fixed;
    width:115px;
    right: 0%;
    top: 30%;
    box-shadow: 0px 1px 6.93px 0.07px rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.committee img {margin: 0px auto; height:30px;}

.committee h4 {font-size:14px;}

.program {border-bottom: 1px solid #6170ac; padding: 5px;}


/* RESPONSIVE COMMITTE SECTION STYLES */

.resabstract {padding: 15px 10px; border-radius: 5px;}

.resabstract img {width:auto !important; margin: 0px auto;}

.resabstract h4 {font-size:14px;}

.rescommitte-sec {display:none;}

.owl-dots {display: none;}


/* PAGE DIRECTION STYLES */

.page-direction { background: #f6407b; padding: 10px 0px 2px 0px;}

.homeus h5 {font-size:12px;}


/* HOME PAGE CSS */

		/* banner section */
		
.mainimg {height:500px; width:100%;}

.bannertheory {
    /*background-image: url("../images/curve shape-banner.png");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 92px 1em 100px 155px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 60%;
}
.bannertheory h4 {font-size: 18px; color: #fff;}

.bannertheory h2 {font-size: 46px;}

.eventvenue {display: inline-flex;}

.eventvenue img {padding-right: 15px;}

.eventvenue h5 {font-size: 17px; line-height: 25px;}

.bannerleft i{position: absolute; bottom: -12px; right: 165px; color:white; font-size:30px;}

.bannerleft, .bannerright {width:auto !important;}

.bannerright i {
    position: absolute;
    bottom: -12px;
    left: -155px;
    color: white;
    font-size: 30px;
}
.bannerright {
    width: auto;
}

.arr-bg {
    background: black;
    height: 40px;
    width: 80px;
    position: absolute;
    right: 120px;
    bottom: -17px;
}

/* plus section */

.plus {
    width: 0;
    height: 0;
    border-top: 94px solid #3e509a;
    border-left: 98px solid transparent;
    position: absolute;
    right: 0;
}
.plusdata {position: absolute; right: 18px;}

.plusdata h4 {font-size: 25px; margin: 10px -10px 0px 0px;}


/* about section */

.about img {border-radius: 10px;}

.aboutnav {border-bottom: 0 !important;}

.aboutnav .nav-link {
    border: 0 !important;
    color: black;
    font-family: 'Merriweather-Bold';
    padding: 0px auto;
    padding: 2px 15px;
    font-size: 14px;
}
.line {
	border-right: 1px solid #80808045;
}
.aboutnav .nav-item.show .nav-link, .nav-tabs .nav-link.active {border-color: none !important; color:#3e509a;}


.aboutcontent {border-top: 1px solid #8080802b; padding-top: 15px;}

.aboutcontent p {font-size: 13px;}

.aboutcontent a {font-size: 13px;word-spacing:0px; }

.about-tools{    border: 1px solid #8080802b;height: 310px;padding-left: 20px;}
/* modal box styles */

.question-form input {
	padding: 10px 40px;
	height:50px;
}

.question-form i {
	color:#3e4f99;
}


.users {
    position: absolute;
    top: 30px;
    left: 30px;
}
.enve {
    position: absolute;
    top: 23%;
    left: 30px;
}
.mobiles {
    position: absolute;
    top: 39%;
    left: 30px;
}


/* sessions section */

.sessionsec { background: #f9f9f9;}

.sessioninfo h2 {font-size: 35px; padding-top: 20px;}

.serve {margin-top: 15px;}

.memo {position: relative; height: 70px;}

.sessiondata {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,0.08) !important;
    border-radius: 5px;
    padding: 0px 5px;
    background: white;
    height: 140px;
}
.sessiondata h4 {font-size: 11px;color: #656565;font-family: 'Merriweather-Bold';margin-top: 15px;}

/*.s2 img {position: absolute;top: 0;left: 27%;top: 0%;display: none; }

.sessiondata:hover .s2 img{ display:block;}
 
.sessiondata:hover .s1 img{ display:none;}*/
 
.sessiondata:hover{ background: #f6407b;}
 
.sessiondata:hover h4 {color: white !important;}

.sessionsec a {font-size: 13px;}

.sessiona {padding: 15px; margin: 0px 0px 30px 0px;font-size: 13px;}

.serve{margin-bottom: 1em;}
/* Conference Key section */

.keysec {padding: 5px 0px;}

.keysec p {font-size: 14px; margin-top: 4px;}

.mar {
	background: white;
    width: 100px;
    margin: 0px auto;
    border-radius: 50%;
    padding: 8px;
    height: 100px;
}

.keysec img { padding: 10px 5px;}

.keysec h4 {font-size: 14px;}


/* Conference tools section */


.tooldata li:hover a, .tooldata li:hover a:hover{color:#ed687c;}
.tooldata li::before {/*content: "\2022";*/
content: "\2714";
color: #3e509a;font-weight: bold;display: inline-block; width: 1em;margin-left: -1em;}
.tooldata li:hover::before{
    color:#ed687c;
}
.tooldata ul li {
    padding-top: 10px;
}

.tooldata li a {font-size: 15px; color: #525252; font-family: 'Merriweather-Bold';}

.timeline-Tweet-author p{font-size: 12px !important;}

.ports {padding-right: 30px;}

.ports1 {border-right: 0px !important;}

.ports p {line-height: 18px;}



/* Scientific Committee section  */

.advisory-sec h2 {font-size: 30px;}

.board {margin-top: 20px;}

.advisory {border: 2px solid #cecece; height: 100%; border-radius: 10px; display: flex; margin:0px auto;}

.advisory-img img {border-radius: 10px 0px 0px 10px; width: 220px; height: 100%; object-fit: cover;}

.advisory-data h4 {font-size:18px;}

.advisory-data h6 {margin:0px !important; font-size: 15px;}

.advisory-data {text-align: initial;}

.advisory-data p {font-size: 13px;margin-bottom:0px;}

.fb {margin: 10px 0px 15px 0px;}

.btn4 {background: #656565; border-radius: 50px; font-size: 10px; padding: 10px 16px;}

.btn4:hover {color:white;}

.btn5 {
    font-size: 13px;
    padding: 10px 20px;
    margin: 30px 0px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,0.08) !important;
    border: 1px solid #808080a3;
}
.btn5:hover {color:white;}


/* keynote Committee & Eminent section  */

.keynotesec h2 {font-size: 30px;}

.cdata {border-radius: 10px; border: 2px solid #cecece;padding: 20px 0px;}

.speak {border-radius: 50%; height: 120px; width: 120px;}

.twit {width: 60%; padding: 5px 0px; border-radius: 15px; transform: translateY(-20px);}

.twit i {color: white; font-size: 12px; margin: 0px 6px;}

.cdata h3 {font-size: 17px;}

.cdata p {font-size: 12px;margin-bottom:0px;}

.cdata a {background: #656565;border-radius: 50px;font-size: 11px;padding: 10px 20px;}


/* Early section */

.early {
    /*background-image: url("../images/Earlybird-Registrations.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: #3e509a;
    padding: 30px 0px;
}
.early h2 {font-size: 27px; line-height: 37px;}

.early a {font-size: 11px; padding: 10px 20px;}



/* Supported Journals */

.lay {background: #f9f9f9; padding-bottom: 50px;}

.support-sec h2 {margin-bottom: 25px; padding-top: 30px;}

.supportdata img {border-radius: 30px;}

.supportdata h3 {font-size: 25px;}

.supportdata p {font-size: 13px;}

.supportdata a {font-size: 11px;padding: 10px 20px;}

.sjleft img {position: absolute;bottom: 0;right: -895px;}

.sjright img {position: absolute;bottom: 0;right:10px;}

.sjright {
    width: auto;
}


/* Conference Venue sec */

.hoteldata h2 {margin-bottom: 25px; border-bottom: 1px solid #8080803d; padding-bottom: 8px;}

.Venue {color: #000000 !important;}

.hoteldata h3 {font-size: 25px;}

.hoteldata p {font-size: 14px;}

.hoteldata a {font-size: 11px; padding: 10px 20px;}


/* globaltarget sec */

.globaltarget {
    background-image: url("../images/Global-Target-Audienc.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px;
}
.audience h3 {font-size: 30px;}

.audience h4 {font-size: 12px; margin-left: 10px; margin-top:8px;}

.progress{
    width: 80px;
    height: 80px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
	
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 7px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 7px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: -33%;
    left: 8%;
}
.progress.blue .progress-bar{
    border-color: #049dff;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar{
    border-color: #fdba04;
}
.progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar{
    border-color: #ed687c;
}
.progress.pink .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar{
    border-color: #1abc9c;
}
.progress.green .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}


/* Conference Schedule sec */

.peopleconf {background: #EEEEEE; padding-bottom: 20px;}

.confschedule h2 {padding-top: 40px; margin-bottom: 0; font-size: 30px;}

.rendez  {font-size:12px;}

.field h4 {font-size: 25px; color: #3e509a; margin: 0;}

.field p {color: #f6407b;margin: 0;}

.field .nav-item {
    margin-bottom: -1px;
    position: relative;
    margin-right: 30px;
    margin-left: 25px;
}
.field .nav-link {
    border: 1px solid #3e4f99;
    color: black;
    padding-bottom: 2px;
    font-size:14px;
}
.field .nav-link h6{font-size:14px;}
.field .nav-link.active {
    border-bottom: 3px solid #f6407b !important;
    background: transparent;
}
.career {padding: 30px 0px;}

.engineer {border-bottom: 1px solid #80808047;}

.engineer:active  {
    border-bottom: 0;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,0.20) !important;
	background: white;
	border-radius:5px;
	border:0;
}
.engineer h4 {font-size: 15px;}

.manage h3 {font-size: 18px; margin-top:3px;}

.manage p {font-size: 13px;}


/* Past Conference Reports */

.pastconfreport {margin-left: 14px; border: 0;}

.pastconfreport .nav-link {
    color: #3e509a;
    font-family: 'Merriweather-Bold';
    font-size: 13px;
    padding: 13px;
}
.pastconfreport .nav-link.active {
    color: white;
    background: #3e509a;
}
.bio1 {
    box-shadow: 0 0 10px rgba(0,0,0,0.07);
}
.nav-link.bio2.active{
    margin: 0px 10px;
    background: #3e509a;
    border-radius: 5px;
    color: white;
    margin-bottom: 10px;
}
.pastconf {box-shadow: 0 .5rem 1rem rgba(0,0,0,0.20) !important;}

.pastconf h4 {font-size: 17px; margin: 10px 0px 20px 0px;}

.pastconf p {
    font-family: 'Merriweather-Bold';
    font-size: 13px;
    line-height: 20px;
}

/* Welcome Message */

.welcome {padding-bottom: 50px;}

.welcome h2 {margin-bottom: 25px; padding-top: 30px;font-size: 30px;}

.welcomeimg {border-right: 7px solid #6b77b1;}

.welcomeimg img {border-radius: 50%;}

.welcomeimg h4 {font-size:16px; margin-top:6px;}

.welcomeimg p {font-size: 12px;}

.welcomedata p {font-size: 13px; line-height: 23px;}

.welcomeleft img {position: absolute;bottom: -35px;right: 0;left: 250px;height: 30px;}

.welcomeright img { position: absolute;bottom: -35px;left: -495px;height: 30px;}


/* Exhibitors/Sponserships & Media Partners/Collaboration sec */

.exhibit-sec h2 {font-size: 30px;}

.exhibit-img {border: 1px solid #7b86b9; border-radius: 5px;margin-top: 20px;    text-align: center;}

.exhibit-img img {width: 100px !important;padding: 5px;}

.exhibit-sec a {font-size: 12px; padding: 10px 18px; box-shadow: 0 .5rem 1rem rgba(0,0,0,0.08) !important;}


/* Happy Clients Testimonials */

.testy1 {
	padding: 40px;
    background-image: url("../images/testimonials_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.clientdata {padding: 20px 85px;}

.clientdata h3 {font-size: 25px;}

.clientdata p {font-size: 14px;}

.block {
    position: absolute;
    bottom: 0;
    top: 39px;
    right: 165px;
    z-index: 1;
}
.testy2 {
    background: #f1f1f1;
    padding: 20px 20px 12px 20px;
    position: absolute;
    top: 65px;
    left: -23%;
}
.testyinfo{padding: 20px 20px 0px 20px;}

.clientinfo p {font-size: 12px;}

.eventvenue1 {display: inline-flex;}

.eventvenue1 img {    /* padding-right: 15px;*/border-radius:50%;    width: 80px;height: 80px;}

.eventvenue1 h5 {margin-top: 15px; font-family: 'Merriweather-Bold'; font-size: 17px;}

.lands {font-size: 12px; color:#5e6ba8; font-family: 'Merriweather-Regular';}

.clientleft img {position: absolute; bottom: -330px; right: 0; left: 220px;}

.clientright img {position: absolute;bottom: -330px;left: -97px;}

.dotimg img {
    position: absolute;
    right: 0px;
    top: 68%;
}

/* Past Conference Gallery sec */

.pastgallery h2 {font-size: 30px;}

.pastgallerydata img {width:100%; height:180px;	border-radius: 15px 15px 0px 0px;margin-top:15px;}

.pastgallerydata h4 {padding: 12px; font-size: 14px; border-radius: 0px 0px 15px 15px;font-family: 'Merriweather-Bold';}

.pastgallery a { font-size: 12px;padding: 10px 22px;box-shadow: 0 .5rem 1rem rgba(0,0,0,0.08) !important;}


/* Our Past Events sec */

.pasteventsec {padding-bottom: 30px;}

.pasteventsec h2 {font-size: 30px; padding-top: 30px;}

.pasteventdata h4 {font-size: 14px; margin-top:5px;margin-bottom: 0;}

.pasteventdata h5 {font-size: 14px;}

/* Conference Videos */

.videossec h2 {font-size: 30px;}

.videomainimg {border-radius: 15px 15px 0px 0px;}

.videosdata h4 {font-size: 13px; border-radius: 0px 0px 15px 15px; padding: 15px 10px;margin: -7px 0 0 0;}

.playbtn {margin-left: 90px;}

.videossec a {font-size: 12px; padding: 10px 22px;margin-top:20px;box-shadow: 0 .5rem 1rem rgba(0,0,0,0.08) !important;}


/* subscribe section css */

.subscribe {padding: 0px;}

.subscribe-data {font-size: 13px; padding: 5px;}

.subscribe-btn {border-radius: 0px 5px 5px 0px; font-size: 13px; padding: 5px 20px;}

.subscribe-btn:hover {color: white;}
.subfrom{margin-top: 4px;}

/* footer section css */

/* .bg { */
    /* animation: slide 100s ease-in-out infinite alternate; */
    /* background-image: url(../images/testimonials_dots.png); */
    /* bottom: 0; */
    /* left: -45%; */
    /* opacity: .5; */
    /* position: fixed; */
    /* right: -43%; */
    /* top: 0; */
    /* z-index: -1; */
/* } */

/* .bg2 { */
    /* animation-direction: alternate-reverse; */
    /* animation-duration: 10s; */
    /* width: 750px; */
    /* height: 100%; */
	/* position: absolute; */
/* } */

/* .main-footer { */
    /* background: #000000d6; */
    /* background-blend-mode: exclusion; */
    /* padding-top: 20px; */
    /* padding-bottom: 40px; */
/* } */
/* .main-footer ul { */
    /* padding: 0px; */
/* } */

/* @keyframes slide { */
  /* 0% { */
    /* transform:translateX(-25%); */
  /* } */
  /* 100% { */
    /* transform:translateX(25%); */
  /* } */
/* } */

.main-footer{
  position: relative;
  background: #22262e;
  color: #d4dae3;
  padding: 0px 0 1em 0;
}
.main-footer .widgets-section{
  position: relative;
}
.main-footer .widgets-section:before{
      position: absolute;
    content: '';
    background: url(https://html.commonsupport.xyz/2019/Aculia/images/background/footer-pattern.png);
    background-size: 500px 250px;
    right: -11%;
    top: 9px;
    width: 70%;
    height: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    animation-name: float-bob;
    animation-duration: 45s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateX(-430px);
    transform: translateX(-430px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-430px);
    transform: translateX(-430px);
  }
}

.footer-info ul {
    padding: 0;
}

.f-details h4 {font-size: 16px; margin-top: 19px; margin-bottom: 5px;}

/*.f-details ul li  {padding-bottom: 5px;}*/

.f-details ul li a {font-size: 13px; color: white;}

.f-details img {padding-right: 5px;}

.f-details p {font-size: 13px;}


.f-details button {border-radius: 50px; font-size: 12px; padding: 10px 20px;margin-bottom: 5px;}
.f-detailsatg{border-radius: 50px; font-size: 12px; padding: 10px 20px;margin-bottom: 5px;}
.market {padding-left: 24px;}

.arrow {padding-left: 7px; margin-top: 2px;}

.mob {margin-bottom: 8px !important;}

	/* copyright section css */

.copyright {background: #ff3a5e; padding: 12px 0px 4px 0px;}

.copyright h4 {font-size: 12px;}




/* EXHIBITORS & SPONSERS PAGE  css */

.exglobal p {font-size:15px;}


/* MEDIA PARTNERS PAGE  css(totally applied exhibitors & sponsers page styles) */


/* CONFERENCE GALLERY PAGE  css */

.cgall img {border-radius:10px 10px 0px 0px; margin-top:20px;height: 207px;object-fit: cover;}

.cgall h5 {
    border-radius: 0px 0px 10px 10px;
    padding: 10px 10px;
    font-size: 14px;
}


/* E-POSTER PRESENTATION PAGE  css */ 

.epost-sec {border:2px solid #c3c8df; border-radius: 10px;}

.epost-theory {display:inline-flex;}

.epost-mem img {border-radius: 10px; width: 100%; margin: 10px 0px;}

.uni {border-bottom: 1px solid #8080806b;}

.uni h5 {font-size:17px; margin-top:10px;}

.uni p {font-size:14px;}

.bio {padding: 0; margin: 0;}

.bio button {padding: 27px;}

.bio-btn {border-radius: 0px 9px 0px 0px; border-bottom: 1px solid gray;}

.abs-btn {border-radius: 0px 0px 9px 0px;}


/* CALL-FOR-PAPER PAGE  css */ 

	/* Food science & Technology section  */

.food-sec {font-size:13px;}

.food-sec ul {padding:0px;}

.food-sec ul li {/*margin-top:10px;*/}

.food-sec li::before {
    /*content: "\2713";
    color: white;
    font-weight: bold;
    display: inline-block;
    width: 18px;
    font-size: 13px;
    margin-right: 10px;
    background: #f6447d;
    border-radius: 50%;
    padding: 0px 4px;
    height: 18px;*/
}

.food-sec li, .abtcnt ul li, .pastr-content ul li, .absguidelines ul li{
    background-image:url("../images/check.png");
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 30px;
    margin-top: 15px;
    line-height: 23px !important;
}

.food-sec button {padding: 10px 15px; border-radius:50px;font-size: 13px;}
.food-sec a {padding: 10px 15px; border-radius:50px;font-size: 13px;}


/* KEY-NOTE-SPEAKERS PAGE  css (used home page css) */ 

	
	/* Previous conferences section */

.withbgdata {border-radius: 5px;}

.preconfbgdetails {margin-top:100px;}

.withbgdata img {border-radius: 50%; height: 120px; width: 120px; border: 1px solid white; padding: 5px; margin-top: -63px;
    background: white;
}

.withbgdata h5 {font-size: 17px;}

.withbgdata p {font-size: 12px;}

.withbgdata h4 {border-top: 1px solid #e2e2e2; padding: 10px 0px; font-size: 17px; color: #1b1b1b;}

	/* Previous conferences without background section */
	
.withoutbgdata {border-radius: 5px;}

.withoutbgdata img {border-radius: 50%;height: 120px; width: 120px; border: 1px solid #3e4f99; padding: 5px;margin-top: -63px;
    background: #3e4f99;
}

.withoutbgdata h5 {font-size: 17px;}

.withoutbgdata p {font-size: 12px;}

.withoutbgdata h4 {border-top: 1px solid #4a5aa0; padding: 10px 0px; font-size: 17px;}

	
/* ORGANIZATION COMMITTE PAGE  css (used key-note-speaker css) */	

.org {border-radius: 5px;}

.orgdetail {display: flex; margin:0px auto;}

.orgmem {z-index:1;}

.orgmem img {margin: 0px 20px; border-radius: 3px;}

.pview {margin-top: -75px;}

.pview h5 {border-top: 3px solid #fcc1d4;}

.pview img {margin: 0px 3px;}


/* ONLINE REGISTRATION PAGE  css */	

		/* Online-Registraton section */

.form-sec {border: 2px solid #dcedf7; border-radius: 5px;}

.form-field .nav-tabs {border-bottom: 2px solid #dcedf7 !important;}

/* .form-field .nav-link:hover {border:0 !important; padding: 16px 63px;} */

/* .form-field .nav-link {color: #656565; padding: 15px 63px;} */

.form-field .nav-link {padding:15px 63px;} 

.form-field .nav-link.active {background:#3e509a; color:white; border: 0 !important;}

.form-data {padding: 15px 20px 30px 20px;}

.form-data input {background: #f4f4f4; border: 0; font-size: 14px; height:3rem; border-radius: 10px; margin-top: 15px;}

.form-data textarea {background: #f4f4f4; font-size: 14px; border-radius: 10px; border: 0; margin-top: 15px;}

.form-data select {background: #f4f4f4;border: 0;font-size: 14px;padding: 0px 7px; color: #6c757d;border-radius: 10px; 
					height:3rem; width:100%; margin-top: 15px;}

.form-data button {padding: 15px; width:100%;}
					
.volunteer {border-bottom:1px solid #939bc2; padding-bottom:5px;}

.volunteer .form-check {margin-right: 50px;}

.volunteer p {color:#939bc2; font-size:14px;}
							
		/* Paypal section */
		
.charge {background:#f6f6f6;}

.paypal {padding: 20px 115px;}

.paypal p {font-size: 12px;color: #fc5252;}

.tc {color: #656565; font-size: 14px; margin-top: 5px;}

.tamount {padding: 55px 40px;}

.par {text-align:center;}

	
		/* Registraton Payment section */
		
.captcha input {background: white !important;width: 50% !important;border-radius: 0 !important;height: 2.2rem !important;
				margin-top: 4px !important;}
				
.captcha label {color:white;font-size:12px; margin:0px;}

.pbtn button {border-radius: 5px; padding: 10px 20px; font-size: 14px;}

.reg {color:#6b77af;margin-right:4px;}
	

/* BROUCHER PAGE  css */	

.bouchure-data {padding: 15px 20px 30px 20px;}

.bouchure-data .form-row {margin-top:10px;}

.bouchure-data input{background: white;border:0;font-size:14px;height:3rem;border-radius: 0; border-bottom:1px solid #d9d9d9;}

.bouchure-data select {background: white;border: 0;font-size: 14px;padding: 0px 7px; color: #6c757d;height:3rem; width:100%;
						border-bottom:1px solid #d9d9d9;}

.que {margin-top:50px !important;}

.robot {justify-content: center; width:100%;}

.robot .form-check-input {margin-right: 15px !important;}

.bouchure-data button {padding:15px;width:100%;border-radius:5px;}


/* ABSTRACT SUBMISSION REGISTER PAGE  css (used brouchure page form styles)*/

.abs-submission p {font-size:14px;}
	
.existing {font-size: 14px;}

.rlog:hover {color:#f6447d;}

.absguidelines {border-top:1px solid #e2e2e2;}

.absguidelines h5 {margin-bottom:10px !important;}

.absguidelines p {font-size:14px;}


/* ABSTRACT SUBMISSION PAGE  css (used brouchure and abstract submission register page form styles)*/

.mailimg {position: absolute; top: 13px;right: 15px;}

.abssign { font-size:11px;}

.sgunow {margin-left: auto;}


/* FAQ PAGE  css  */

.faq-sec .card {border:1px solid #9da5ca;}

.faq-sec .card-header {border-bottom:0px !important; background:white; padding:10px;}

.faq-sec .card-body {padding: 0px 24px; font-size: 14px;}

.faq-sec  .btn-link {font-family: 'Merriweather-Bold' !important; color: #5967a6 !important; text-align: justify !important;}

.faq-sec .btn-link:hover {text-decoration: none !important;}

.faq-sec .btn-link.focus, .btn-link:focus {text-decoration: none !important;}


/* CONFERENCE PROGRAM PAGE  css  */

.cyear-sec{display:block; border:1px solid #6b79b3; border-radius:10px; margin-top: 130px;}

.cyear-sec.nav-item.show .nav-link, .cyear-sec .nav-link.active {color: #495057;background-color: transparent !important;																	border-color: transparent !important;}

.cyear-sec .nav-item {border-bottom: 1px solid #e0e0e0;}

.cyear-sec .nav-link {color: #f6447d;}

.cyear-sec .nav-link.active {color: #f6447d;}

.lastyear {border-bottom:none !important;}

.cyear-sec li a::before {
  content: "\2022";
  color: #3e509a;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.broadening {border:1px solid #6b79b3;border-radius:10px;padding: 20px 30px;}

.broadening h5 {font-size: 18px;}



/* GROUP REGISTRATION PAGE  css(used online registration page styles)  */

		/* Delegate Group Registration section */

.table-striped tbody tr:nth-of-type(odd) {background-color: #cee5f3;}

.table-striped tbody tr:nth-of-type(even) {background-color: #deeff9;}

.dgroup {text-align: justify !important;}

.delegatereg-sec th {color:#3e4f99; font-family: 'Merriweather-Bold'; text-align:center;font-size:12px;background:white;}

.delegatereg-sec td {text-align:center;color:#1d2022; font-family: 'Merriweather-Bold'; font-size:14px;}

.regis {display: inline-flex; width: 100%; color: white;}

.choose {margin-left: auto; display: inline-flex; align-items: baseline;}

.choose h6 {margin-right: 5px;}

.choose select {padding: 5px 70px 5px 10px;}

		/* Paypal section */

.gpay p {font-size: 12px;color: #fc5252;}

.tc {color: #656565; font-size: 14px; margin-top: 5px;}

		/* Registration Summary section */

.summary-sec td {color:#1d2022; font-family: 'Merriweather-Bold'; font-size:14px;}

.summaryprice {text-align: end; padding-right: 35px !important;}

.regproceed button {border-radius: 50px; padding: 9px 22px; font-size: 14px;margin-bottom: 30px;}

		/* conference registration includes section */
		
.crinclude-sec {background:#deeff9;}

.crinclude-sec ul {margin-left:16px; padding:0px;}

.crinclude-sec ul li {font-size:16px;}

.crinclude-sec ul li::before {
  content: "\2022";
  color: #f4407a;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.psguide ul {margin-left:16px; padding:0px;}

.psguide ul li {font-size:14px;}

.psguide ul li::before {
  content: "\2022";
  color: #f4407a;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

/* ABSTRACT PROGRAM PAGE  css  */

.abs-pro {border-bottom:0px;}

.abs-pro h4 {font-size: 18px;margin: 0;font-family: 'Merriweather-SemiBold';}

.abs-pro p {margin: 0;font-size: 14px;}

.abs-pro .nav-item {margin-bottom: -1px; position: relative;}

.abs-pro .nav-link {
    color: #f6447d;
    border: 1px solid #3e4f99;
    margin-right: 10px;
    border-radius: 5px;
    padding: 15px 45px;
}
.abs-pro .nav-link.active {background:#3e509a; color:white !important;}

.abs-pro .nav-link.active .abs-pro h4 {color:white !important;}

.abs-detailssec {border:2px solid #7b87b9; border-radius:15px; padding:10px 40px 40px 40px;}

.absprofile-sec {display:inline-flex; position:relative;}


.universe-profile img {border-radius:50%;}

.universe-details h5 {font-size:17px;}

.unic {box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; border-radius: 15px;}

.abs-detailssec p{font-size:14px;}

.biotheory {
    border-top: 2px solid #ebebeb;
}

.hong {
    color: #ee8786;
}
.abtheory {background: #f1f1f1;}


.chevron {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: -6% 0% 0% 0%;
    width: 19%;
    height: -11px;
    top: -25px;
}
.chevron {
    width: 0;
    height: 0;
    border-top: 35px solid #f6407b;
    border-right: 28px solid transparent;
    position: absolute;
    right: 0;
    width: 20%;
    height: 80px;
    transform: rotate(180deg);
}
.forum h4 {
    position: absolute;
    right: -4px;
    font-size: 12px;
    top: 21px;
    color: white;
    font-family: 'Merriweather-Bold' !important;
    padding: 10px;
	display:inline-block;
}


/* CONFERENCE BY COUNTRY  PAGE  css  */

.country-sec p {font-size:14px;}

.treat {border: 1px solid #80808042; border-radius: 5px; margin-top: 10px; margin-right: 0px !important;  margin-left: 0px !important;}

.treat:hover {border: 1px solid #f6407b;}

.treat img {height: 15px; padding-right: 5px;}

.edition {border-right: 1px solid #80808042; padding: 10px;}

.edition p {margin: 0; font-size: 13px; color: #3e509a;}

.edition h4 {font-size: 18px; font-family: 'Merriweather-Bold' !important;}

.conf_date {border-right: 1px solid #80808042; padding: 10px;}

.conf_date h4 {font-size: 15px; margin-top: 12px;}

.conf_location {padding: 10px;}

.conf_location h4 {font-size: 15px; color:#f6407b; margin-top: 12px;}

.conf_date i {color: #3e509a; padding-right: 10px; font-size: 12px;}

.witnesss {border: 1px solid #80808042; border-radius: 10px 10px 0px 0px;}

.witnesss h4 {font-size: 14px; width: 60%; margin: 0px auto; padding: 10px; transform: translateY(-20px); border-radius: 10px;}

.witnesss p {font-size: 14px; padding: 0px 10px;}


/* PHONE VERIFICATION PAGE  css (used brochure css ) */

.mob p {font-size:14px;}

.resend {position: absolute; top: 0; right: 15px; top: 17px; font-size: 17px;}


/* PHONE VERIFIED PAGE  css  */

.verified a {font-size:20px;}


/* ORGANIZATION COMMITTE DETAILS  PAGE  css  */

.com-profile {border-radius:5px;}

.org-theory p {font-size:14px;}

.org-theory a {border: 1px solid #3e509a; padding: 15px 10px; border-radius: 5px; background: transparent;}

.pstate p {margin-bottom:30px;}


/* SPONSERS & EXHIBITORS PAGE  css */

.spon-sec {background:#eeeeee; padding:40px 0px;}

.spon-sec img {border-radius:50%;}

.spon-sec p {font-size:15px;}

.dontmiss ul {padding:0px 17px;}

.dontmiss ul li {padding-top: 10px; font-size:15px;}

.dontmiss ul li::before {
    content: "\2022";
    color: #3e509a;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 20px;
    margin-left: -19px;
}

.ex-pack {font-size:15px;}

.ex-pack ul {padding:0px; display:inline-flex; flex-wrap:wrap;}

.ex-pack ul li{margin:0px 10px; margin-top:10px;}

.pass ul li {
    background: #3e509a;
    padding: 8px 20px;
    color: white;
    border-radius: 50px;
}
.bird ul li {color: #3e4f99;}

.ex-pack p {margin-bottom:25px;}

.ex-pack a {padding:10px; border-radius: 5px;}

.official p {font-size:15px; margin-top:20px;}



/* PAST EVENTS PAGE  css */

.pastevent-sec {border-bottom:1px solid #d2c3c3; padding-bottom:20px;}

.pacman {
    height: 0px;
    border-right: 40px solid transparent;
    border-top: 28px solid #f6407b;
    border-bottom: 28px solid #f6407b;
	display: inline-block;
}
.exe {margin-top: -15px; padding: 0px 10px; font-family: 'Merriweather-Bold' !important; font-size:20px;}

.past-btns a {
	padding:10px 15px;
	border-radius:5px;
}

/* SESSION TRACKS PAGE  css */

.description-sec p {font-size:15px;}

/* VENUE PAGE  css */

.berlin-theory p {font-size:15px;}

.v-details h4 {
    color: white;
    font-size: 200px;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #eae9e9;
    position: absolute;
    right: 7%;
    top: -50px;
}

.oct {border-right:1px solid #3e4f99;}

.v-details h1 {font-size:65px;}

.v-details ul {padding:0px;}

.v-accep {border: 1px solid #3e4f99; padding: 25px; border-radius: 5px;}

.aboutcity-sec p {font-size:15px;}

.attract img {border-radius: 10px 10px 0px 0px;}

.attract h6 {border-radius: 0px 0px 10px 10px;}

.npd a{padding:0px !important;}
a.npd{padding:0px !important;}

/* CALL FOR PAPER PAGE  css */

.call {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,0.08) !important;
    border-radius: 5px;
    padding: 15px 5px;
    background: white;
}
.call h4 {font-size: 11px;color: #656565;font-family: 'Merriweather-Bold';margin-top: 5px; line-height:20px;}

/*.call:hover .ses2 img{ display:block;}
 
.call:hover .ses1 img{ display:none;}*/
 
.call:hover{ background: #f6407b;}
 
.call:hover h4 {color: white !important;}

.call-img {position: relative; height: 70px;} 

.ses2 img {position: absolute;top: 0;left: 33%;top: 0%;display: none; }

.wmg-container.my-grid {
    text-align: center;
}
.wmg-item {
    height: auto !important;
}
.wmg-thumbnail {
    line-height: initial !important;
}
.wmg-details-content{
	background:white;
	padding: 30px 0px;
}
.wmg-container.open {
    background: transparent !important;
}
.wmg-thumbnail-content {
    height: 100%;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,0.08) !important;
}
.wmg-container.open .wmg-thumbnail {
    background: transparent !important;
    color: #242424;
}


/* HAMBERG STYLES  */

.bg-cover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 0;
	transition: all 350ms ease;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.prompt {
	position: fixed;
	width: 100%;
	text-align: center;
	line-height: 114px;
	font-family: Georgia;
	color: #666;
}

.reveal {
	opacity: .85;
	display: block;
	pointer-events: auto;
	visibility: visible;
}

.hamburger-shell {
    margin: 0;
    position: fixed;
    overflow: hidden;
    width: 70px;
    height: 100px;
    overflow: auto;
    left: calc(104% - 100px);
    top: 20px;
    cursor: pointer;
    display: none;
    /* border-top: 94px solid #3e509a; */
    /* border-left: 98px solid transparent; */
    z-index: 1;
}

.hamburger-shell::after {
    width: 0;
    height: 0;
    border-top: 94px solid #3e509a;
    border-left: 10px solid transparent;
    position: absolute;
    right: 0;
}

.top, .middle{
	position: absolute;
	width: 27px;
	height: 2px;
	background-color: white;
	transition: all 350ms ease-in-out;
	top: 25px;
	z-index:222222;
}
.middle {
   
    transform: rotate(90deg);
}

/* .middle { */
	/* top: 40px; */
/* } */

#menu {
    position: fixed;
    /* left: calc(100% - 292px); */
    top: 10px;
    color: black;
    display: none;
    /* margin: 20px 30px; */
    text-decoration: none;
    font-size: 20px;
    color: #333;
    /* padding: 24px; */
    /* width: 200px; */
    text-align: center;
    z-index: 999;
    top: 0;
}

#menu a li {
	text-decoration: none!important;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 1px solid black;
	list-style: none;
	color: #555;
	transition: all 150ms ease;
}

#menu a li:hover {
	color: #00abff;
	padding-right: 3px;
}

#menu a li:hover:after {
}



#menu a {
	text-decoration: none;
}

.rotate {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	top: 30px;
	background-color: white;
	height: 2px;
}

.rotate-back {
	transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	top: 30px;
	background-color: white;
	height: 2px;
}

.top {
-webkit-animation-delay: 100ms;
}

.middle {
-webkit-animation-delay: 250ms;
}

.bottom {
	-webkit-animation-delay: 400ms;
}

.menu-name {
	font-family: Verdana;
	font-weight: 900;
	color: black;
	font-size: 19.5px;
	text-decoration: none;
	position: absolute;
	top: 56px;
	left: -1px;
	transition: all 350ms;
}

.bump {
	top: 64px;
	color: red;
}

.cater {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-column-gap: 10px;
}
.nation {
    padding: 10px;
    /*border-left: 1px solid #ffffff38;*/
}
.hambat{border-left: 1px solid #ffffff38;}
.nation h4 {font-size:14px; margin-top:5px;}


.jack {
	display:none;
}

.deal {
  width:260px;
  height:300px;
  margin:20px auto;
  border:1px solid #ccc;
}

.wrapper {
  width:250px;
  height:300px;
  background-color:#ddd;
  float:left;
  overflow:hidden;
}

#content {
  width:250px;
  height:300px;
  text-align:center;
  font-size:10em;
  color:#F98080;
  position:relative;
}

.scrollbar-track {
  background:#E7E7E7;
  width:10px;
  height:100%;
  float:right;
}

.scrollbar-thumb {
  height:50px;
  background:#B7D746;
  position:relative;
  border-radius:20px;
}

/* SESSION SECTION SCROLL BAR STYLES  */

#examples{
	overflow: hidden;
}

.content{
	overflow: auto;
	position: relative;
	margin: 10px;
	width: auto;
	max-width: 97%;
	height: 400px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.sessioncontent{height: 270px;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: #3e509a !important;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}


#mCSB_1_dragger_vertical {
    height: 40px !important;
}

@media only screen and (min-width: 1229px){
	.showcase .horizontal-images.content{ width: 1060px; }
}

@media only screen and (min-width: 1629px){
	.showcase .horizontal-images.content{ width: 700px; }
}


.wfloat-icons {
    position: fixed;
    left: 15px;
    bottom: 16%;
    z-index: 1024;
}
.wfloat-icons ul {
    margin: 0;
    padding: 0;
}
.wfloat-icons ul li {
    list-style-type: none;
    background: #fff;
    box-shadow: 0px 1px 10px #ccc;
    border-radius: 100%;
    margin-top: 1em;
}
.wfloat-icons ul li a {
    width: 100%;
    color: #000;
    text-decoration: none;
}

.no-data-avlb{color: #f6407b;text-align: center;font-size: 35px !important;}
.login-dailog{max-width:75% !important; }

/*CONTACT PAGE CSS STARTS HERE*/

.contact-info img {height: 20px;}

.contact-info h5 {font-size: 15px;}

.contact-info ul {margin-bottom: 0px; padding:0px;}

.contact-info ul li {font-size: 13px; padding-bottom: 2px;}

.contact-info p {font-family: 'Merriweather-SemiBold' !important; font-size: 13px;}

.contact-info h6 {margin-bottom: 0px; font-size: 13px; font-family: 'Merriweather-Bold' !important;}

.form_msg {font-size: 13px; padding: 20px 10px;}

.form_btn {font-size: 13px; padding: 12px;}
.ss_msg{height: 45px;padding: 0 10px;}
.contact-info ul li a {
    color: #212529;
    font-family: 'Merriweather-SemiBold' !important;
}
.hfnt{font-size:18px;font-weight:bold;}
.pmodal{
    position:absolute;
    top:10%;
    left:20%;
    width:auto;
    max-width:1000px;
    min-height:300px;
    height:auto;
    max-height:600px;
    z-index:99;
}
.poverlay{position:fixed;
top:0;
left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.5;
    z-index:98;
}
.whatsappfix {
    position: fixed;
    right: 0px;
    top: 14%;
    width: auto;
    min-width: 240px;
    padding: 10px 15px;
    height: 50px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background: #3e509a;
    color: #ffffff;
    z-index: 97;
    box-shadow:0 0 5px #333;
}
.whatsappfix a{color:#FFFFFF;font-size:20px;}
.sesscontent p, .sesscontent ul, .sesscontent ul li{font-size:14px;line-height:30px;}
.aboutcontent p, .aboutcontent ul, .aboutcontent ul li{font-size:14px;line-height:30px;}
.absguidelines ul{padding:0;}

.sp-tms{text-align: center;font-size: 12px;color: #f6407b;font-weight: bold;}

.agri {
    padding-top: 30px;
}
.field {
    border: none !important;
    justify-content: center;
}
.conference-list ul  {
    list-style-type: none;
    margin: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 400px;
}
 .conference-list1 ul {
    list-style-type: none;
    margin: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 600px;
}
.conference-list2 ul {
    list-style-type: none;
    margin: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 2200px;
}
.conference-list ul li, .conference-list1 ul li, .conference-list2 ul li {
    margin-right: 3em;
    margin-bottom: 0.5em;
}
.conference-list ul li a, .conference-list1 ul li a, .conference-list2 ul li a {
    color: #000;
    font-size: 12px;
}
.con-tl a {
    color: #f6407b !important;
    font-size: 12px !important;
    font-family: 'Merriweather-Regular' !important;
}
.fieldwise li, .fieldwise li .active{border-color: #3e4f99 #3e4f99 #3e4f99 !important;}
.field-conf li {
    font-size: 12px;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 7px;
    width:215px;
    float:left;
}
.field-conf li::before {
    content: "\2022";
    color: #f4407a;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
}
.field-conf li a{
    color:#000;
}
.userShiphno{padding-left:45px;}
.sesspa a{padding:0px !important;word-spacing:0px;}
.inner-content ul li{list-style-type:disc !important;}