
@import url('https://fonts.googleapis.com/css?family=Song+Myung&display=swap');
/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Song Myung', serif;
	font-size:14px;
	color:#4a4848;
    text-transform:initial;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
	clear:both;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #343a3f;
	font-size:16px;
	padding:0;
    font-weight: 500;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#343a3f;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
p {
	margin: 0;
	color:#767f86;
	font-size:14px;
    line-height: 1.8;
    text-transform: initial;
}
img
{
    border:none;
    /* max-width:100%; */
     height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
	
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 12px;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}
.body-wrapper{
    width: 100%;
    float: left;
    background:#fff;
}
/* section-header */
.section-header{
    position: relative;
    text-align: center;
}
.section-header h2{
    color: #0d005b;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px;
    /* text-transform: uppercase; */
    letter-spacing: 1.3px;
    margin-top: 15px;
}
.section-header h2 span{text-transform: lowercase;}
.section-header p{
    font-size:16px;
}
/* section-header */
.fix{position: relative;clear: both;}
/*=============Style css=========*/


/*-------------------------------------
        2. Header-top
--------------------------------------*/
.header-top{
    /*border-bottom: 1px solid #f6f8fa;*/
    width: 100%;
    float: left;
	padding:1em 2em;
}
.header-top .logo a {
	width: 70%;
	float: left;
	padding-right: 30px;
}
.header-top .logo img{
    width: 150% !important;
	float: left;
	margin-right: 15px;
    /*position: absolute;
	height: 150px;
    top: -8px;*/
}
.header-top .logo h2 a{
    color: #33576f;
	font-size: 33px;
	letter-spacing: 2px;
	width: 70%;
	font-weight: 600;
	float: left;
	text-align: center;
	margin-top: 16px;
}
.header-top .logo h2 a span{
	color: #e47a1f;
	font-size: 28px;	
}
.header-top .conf-place-date {
	/*padding: 25px 10px;
	border-bottom: 1px solid #f5eded;
	/* width: 70%; */
	/* float: left; */
	position: relative;
    top: 53px;
    right: 141px;
   
}
.header-top .conf-place-date h2 {
	letter-spacing: 1px;
	color:#1ba1e3;
	font-size: 15px;
	width: auto;
	float: left;
	margin-right: 15px;
	border-right: 1px solid #ccc;
	padding-right: 15px;
}
.header-top .conf-place-date h3{
   /*letter-spacing: 2px;*/
   color: #1ba1e3;
   font-size: 15px;
   position:absolute;
   left:180px;
   /*font-weight: 600;*/
  /* padding-top: 10px;*/
}
.header-right {
	float: left;
	padding-left: 1em;
}
.header-right .social-link {
	/* width: 100%; */
	float: right;
	/*border-bottom: 1px solid #f5eded;*/
	    padding: 17px 19px 15px 15px;
}
.header-right .social-link ul{
   float:right;
}
.header-right .social-link ul li {
    display: inline-block;
    padding: 8px 0px;
    /* background: #efefef; */
    margin: 0px 0px;
    border-radius: 5px;
}
.header-right .social-link ul li a{
   font-size:17px;
   letter-spacing:1px;
}
.header-right .social-link ul li a i{
    background: #0d005b;
    color: #fff;
    padding: 6px 8px;
    border-radius: 50%;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    text-align: center;
  


}
.header-right .social-link ul li a i:hover{
      background:#20a3e3;
}

/* .social-link ul li a .fa-facebook:hover{
   background:#4267B2;
}
.social-link ul li a .fa-twitter:hover{
   background:#1DA1F2;
}
.social-link ul li a .fa-instagram:hover{
   background:#8a3ab9;
}
.social-link ul li a .fa-youtube:hover{
   background:#FF0000;
}
.social-link ul li a .fa-rss:hover{
   background:#fc4f08;
}
.social-link ul li a .fa-linkedin:hover{
   background:#0077b5;
}
.social-link ul li a .fa-pinterest:hover{
   background:#E60023;
} */

.header-right .conf-sub-topic{
   width:100%;
   /*float:right;*/
}
.header-right .conf-sub-topic p{
   font-size: 14px;
   /*text-align: center;*/
   color: #0c3852;
   letter-spacing: 1px;
   position: absolute;
    left: -56px;
	font-weight: bold;
	/*width: 118%;
    border-top: 1px solid #f5eded;
	*/
}
.header-right .conf-sub-topic p span{
    color:#4db233;
	font-weight:600;
	letter-spacing:2px;
	/*position: relative;
    top: -26px;
    left: 97px;*/
}
/*-------------------------------------
        3. Top-area
--------------------------------------*/
.top-area{
    width:100%;
	float:left;
}
nav.navbar.bootsnav {
background: linear-gradient(to right, #48494a 0%, #49494a 100%);
/* border: 1px solid #f1e6e6; */
}
.wrap-sticky nav.navbar.bootsnav.sticked {background-color: #fff;box-shadow: 0 2px 5px rgba(0,0,0,.2);}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #1b1e20;
    font-size: 20px;
    font-weight: 700;
    padding: 34px 0px;
    text-transform:capitalize;
}
.navbar-header a.navbar-brand span{display: inline-block;color:#4cb133;text-transform:capitalize;}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {padding:30px 0px;}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color:#f8fafb;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    /* text-transform: uppercase; */
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {
    padding: 14px 8px;
    /*border-left: 1px solid #eae8e8;
    border-right: 1px solid #ece7e7;*/
}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color:#7bdc62;}
nav.navbar.bootsnav ul.nav > li.active>a {color: #ff545a;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a
{
    padding:34px 8px;
}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px; padding: 0em 2em;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #ff545a;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #ff545a;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #ff545a;}
.navbar-header img{
    width: 177px;
    position: relative;
    top: -13px;
    height: 50px;
	}
/*.navbar-toggle */

/*-------------------------------------
        4.  Welcome-hero
--------------------------------------*/
.welcome-hero {
    position: relative;
    background:url(../images/welcome-hero/banner.jpg)no-repeat;
    background-position:center;
    background-size:cover;
    text-align: center;
   /* height:800px;*/
	width:100%;
	float:left;
    z-index: 1;
    background-color: #010305;
}
.welcome-hero:before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(65,73,89,.65);
    z-index: -1;
}
.welcome-hero-txt { padding-top: 155px;}

.welcome-hero-txt h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 1.4;
}
.welcome-hero-txt p {
    font-size: 18px;
    color: #fcfcfc;
    margin-top: 25px;
}

.welcome-hero-serch-box{margin-top: 78px;display: flex;}
.welcome-hero-form {
    display: flex;
    background: #fff;
    height: 70px;
    border-radius: 3px;
    width: 85%;
}
.single-welcome-hero-form {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    padding: 0 30px;
}
.single-welcome-hero-form:first-child{border-right: 1px solid #edeff1;}
.single-welcome-hero-form input {
    margin-left: 10px;
    height: 70px;
    width: 300px;
    border: 0;
    background: transparent;
}
.single-welcome-hero-form input[type="text"]{
    font-size: 14px;
    color: #859098;
    text-transform: capitalize;
    font-weight: 500;
}
.welcome-hero-form-icon {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #252d32;
}
.welcome-hero-btn {
    display:  flex;
    justify-content:  center;
    align-items:  center;
    font-size:  14px;
    color:  #fff;
    width:  170px;
    height:  70px;
    background:  #ff545a;
    text-transform:  capitalize;
    margin-left:  30px;
    border-radius: 3px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
.welcome-hero-btn:hover{/*background: #fd4043;*/background: #f43032;}

.welcome-hero-btn svg {
    width:  14px;
    height:  auto;
    margin-left:  12px;
}

/*-------------------------------------
        5. List-topuics
--------------------------------------*/
/* Fullscreen center layout */



/* Main container - full screen and center aligned */



/* Fullscreen flex centering */
.list-topics {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  padding: 20px;
  box-sizing: border-box;
}

/* Inner content area */
.list-topics-content ul {
  display: flex;
  flex-wrap: wrap; /* wraps on smaller screens */
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 1200px; /* Keeps it tidy on big screens */
}

/* Each box */
.single-list-topics-content a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 120px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  text-decoration: none;
  transition: transform 0.3s ease;
  text-align: center;
}

.single-list-topics-content a:hover {
  transform: translateY(-5px);
}

/* Icon section */
.single-list-topics-icon {
  width: 100%;
  background: #323435;
  padding: 20px 0;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.single-list-topics-icon i {
  font-size: 30px;
  color: #fff;
}

/* Heading text */
.single-list-topics-content a h2 {
  margin: 10px 0 0;
  font-size: 15px;
  color: #000;
  text-align: center;
  width: 100%;
}

/* Hover effect */
.single-list-topics-content:hover .single-list-topics-icon {
  background: #1ca2e3;
}

/* Responsive: smaller boxes on mobile */
@media (max-width: 768px) {
  .single-list-topics-content a {
    width: 110px;
    height: 100px;
  }

  .single-list-topics-icon i {
    font-size: 24px;
  }

  .single-list-topics-content a h2 {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .single-list-topics-content a {
    width: 124px;
    height: 120px;
    margin-top: 10px;
  }

  .single-list-topics-icon i {
    font-size: 22px;
  }

  .single-list-topics-content a h2 {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .single-list-topics-content a {
    width: 100px;
    height: 100px;
    margin-top: 10px;
  }

  .single-list-topics-icon i {
    font-size: 20px;
  }

  .single-list-topics-content a h2 {
    font-size: 11px;
  }
}


/*-------------------------------------
        about start
--------------------------------------*/

.about{
    padding: 2em 2em;
	width:100%;
	float:left;
	background:#fff;
}
.section-header h4{
    background:#20a3e3;
    color: #fff;
    padding: 5px 10px;
    width: auto;
    display: inline-block;
    font-size: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
}
/* .about-content{
    padding:0px 20px;
} */
.about-content p{
    font-size: 16px;
    /* letter-spacing: 1px; */
    line-height: 26px;
    color: #4a4848;
}
.about-content ul li{
    list-style: none;
	font-size: 18px;
}

/*-------------------------------------
        6. Works 
--------------------------------------*/
.attend-conference{
	width:100%;
	float:left;
	padding:2em 2em;
	background:#f9f9f9;
}
.attend-content {
    margin-top:10px;
}
.attend-content .import-date-info {
    padding:10px;
	background:#fff;
	float:left;
	width:100%;
    /*margin-top: 100px;*/
    transition: all .3s ease;
	box-shadow: 0 0px 5px rgba(71,71,71,.2);
}
.attend-content .import-date-info ul li {
    list-style: none;
    font-size: 19px;
    letter-spacing: 1px;
    color: #365b74;
    padding: 20px 20px;
	text-align:center;
    /* padding-left: 0px; */
    margin: 10px 12px;
    position: relative;
    /* border-bottom: 1px solid #efeded; */
    width: 23%;
    float: left;
    background: #fff;
    box-shadow: 0 0px 5px rgb(71 71 71 / 20%);
}
.attend-content .import-date-info ul .img-date-grid{
	padding:5px 20px;
}
.attend-content .import-date-info ul li span{
	width:100%;
	float:left;
	text-align:center;
	margin-top: 15px;
}
.attend-content .import-date-info ul li img {
    width: 85%;
    margin: auto;
    display: block;
}
.attend-content .import-confer-info {
    padding: 10px 20px;
    height: 495px;
    border: 1px solid #e3e2e6;
    border-radius: 3px;
    background: #fff;
    position: relative;
    margin-top: 100px;
    transition: all .3s ease;
    box-shadow: 0 0px 5px rgb(71 71 71 / 20%);
}
.import-confer-info:hover {
    background:#fbfbfb;
}
.attend-content .import-confer-info .confr-head-thumb {
    position: absolute;
    width: 140px;
    height: 140px;
    line-height: 140px;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background:#153a87;
    border-radius: 5px;
    z-index: 1;
    transition: all .3s ease;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.attend-content .pricing-title {
    text-align: center;
    /*padding:2em 0em;*/
	padding-top:70px;
}
.attend-content .pricing-title-date {
    text-align: center;
    padding:2em 0em;
}
.pricing-title-date h5 {
    background: #4db233;
    color: #fff;
    padding: 5px 10px;
    width: auto;
    display: inline-block;
    font-size: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
}
.attend-content .pricing-title h5 {
    background: #1ca2e3;
    color: #fff;
    padding: 5px 10px;
    width: auto;
    display: inline-block;
    font-size: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
	margin-bottom: 15px;
}
.attend-content .pricing-title h5::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 13px;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../../images/11-04-19/shape.png) no-repeat center;
}
.attend-content .pricing-title p {
    font-size: 14px;
    color: #fff;
}
.attend-content .pricing-content {}
.attend-content .pricing-content ul {
    margin: 0;
    position: relative;
    z-index: 1;
	column-count: 2;
}
.attend-content .pricing-content ul li {
list-style: none;
    font-size: 15px;
    color: #365b74;
    padding: 5px 0;
    padding-left: 0px;
    position: relative;
}
.attend-content .attend-date-content ul li {
    list-style: none;
    font-size: 17px;
    color: #365b74;
    padding: 5px 0;
    padding-left: 0px;
    position: relative;
    border-bottom: 1px solid #efeded;
}
.attend-content .pricing-button {
    position: absolute;
    width:95px;
    height: 90px;
    bottom: 0;
    right: -1px;
    padding: 0;
    background:#323435;
    text-align: center;
    transition: all .3s ease;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
/* 2nd card */
 .attend-content .import-confer-info-two{
 padding: 10px 20px;
    height: 495px;
    border: 1px solid #e3e2e6;
    border-radius: 3px;
    background: #fff;
    position: relative;
    margin-top: 100px;
    transition: all .3s ease;
    box-shadow: 0 0px 5px rgb(71 71 71 / 20%);
}
.import-confer-info-two:hover {
    background:#fbfbfb;
}
.attend-content .import-confer-info-two .confr-head-thumb {
    position: absolute;
    width: 140px;
    height: 140px;
    line-height: 140px;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background:#153a87;
    border-radius: 5px;
    z-index: 1;
    transition: all .3s ease;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
} 


/* 2nd card */
.price{
	width: 49px;
    height: 32px;
    float: right;
}
.price img{
	width: 100%;
    /* margin-top: 3em; */
    /* float: left; */
    margin: 2em auto;
    display: block;
}
.attend-content .important-date-content ul li {
	 list-style: none;
    font-size: 15px;
    color: #365b74;
    padding: 5px 0;
    padding-left: 0px;
    position: relative;
	}
/*.attend-content .pricing-button .price {
    transform: translateY(115px) translateX(20px);
}
.attend-content .pricing-button .price span {
    display: block;
    font-size: 30px;
    color: #031231;
    font-weight: 700;
    transition: all .3s ease;
}
.attend-content .pricing-button .price a {
    display: block;
    font-size: 14px;
    transition: all .3s ease;
    color: #031231 !important;
}
.attend-content .pricing-button .price a:hover {
    color: #f25a4c !important;
}

*/
/*-------------------------------------
        awards-box start
--------------------------------------*/
.awards-box{
    padding:2em 2em;
	width:100%;
	float:left;
}
.explore-content{margin-top: 78px;}


/*-------------------------------------
     download-confe-paper start
--------------------------------------*/
.downl-regst-row {
  background: #efefef;
  width: 100%;
  float: left;
  padding: 2em 0em;
}

.download-confe-paper {
  padding: 2em 2em;
}

.download-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* space between boxes */
  justify-content: space-between;
}

.confr-info-bttn {
  background: #323435;
  padding: 13px 25px;
  flex: 1 1 calc(25% - 20px); /* 4 items per row with gap */
  min-width: 250px;
  border-radius: 5px;
  text-align: center;
  position: relative;
}

.download-box .confr-info-bttn a {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  display: block;
}

.confr-info-bttn .download-button {
  position: absolute;
  width: 45px;
  height: 51px;
  bottom: 0;
  right: 2px;
  background: #4db233;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  transition: all 0.3s ease;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.confr-info-bttn .download-button:before {
  font-family: FontAwesome;
  content: "\f019";
  font-size: 21px;
  font-weight: 100;
  padding: 23px;
  line-height: 63px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .download-box {
    flex-direction: column;
    gap: 15px;
  }

  .confr-info-bttn {
    flex: 1 1 100%;
    padding: 12px 20px;
  }

  .download-box .confr-info-bttn a {
    font-size: 16px;
  }

  .confr-info-bttn .download-button {
    width: 35px;
    height: 46px;
    right: 3px;
  }

  .confr-info-bttn .download-button:before {
    font-size: 16px;
    padding: 18px;
    line-height: 45px;
  }

}

/*-------------------------------------       
      Regist-button-confr
--------------------------------------*/
.regist-button-confr{
    width:100%;
	float:left;
	padding:5em 2em 3em 2em;
}
.regist-button-confr .bs-calltoaction-info{
    width:100%;
	border: 3px solid #4db233;
	text-align:center;
	padding:10px 0px;
}
.bs-calltoaction-info:hover{
    background:#fff;
	color:#fff;
	margin-top:3px;
	border: 3px solid #323435;
}
.bs-calltoaction-info .registr-button {
    position: absolute;
    width: 45px;
    height: 51px;
    bottom: 0;
    right: 15px;
    padding: 0;
    background:#4db233;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    transition: all .3s ease;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

@media only screen and (max-width: 768px) {
  .regist-button-confr {
    padding: 2em 1em !important;
  }

  .cta-contents {
    margin-bottom: 20px;
    width: 100% !important;
  }

  .cta-contents:last-child {
    margin-bottom: 0;
  }

  /* Ensure full-width layout for mobile screens */
  .publication-img {
    width: 100% !important;
    float: none !important;
    margin: 10px 0 !important;
  }

  /* Responsive image handling */
  .publication-img img,
  .about-content .pub-tbl tr td img {
    width: 100% !important;
    height: auto !important;
    padding: 10px;
    object-fit: contain;
  }

  /* Larger card for mobile screens */
  .card {
    width: 100% !important;
    margin: 0 auto 20px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }

  .card-body {
    height: auto !important;
    box-sizing: border-box;
    padding: 1em;
  }

  /* Ensure table is stacked on mobile */
  .about-content .pub-tbl {
    display: block;
    width: 100%;
  }

  .about-content .pub-tbl tr td {
    width: 100% !important;
    float: none !important;
    display: block;
    text-align: center;
  }

  .about-content .pub-tbl tr td h5,
  .about-content .pub-tbl tr td a {
    text-align: center !important;
    font-size: 14px !important;
  }

  /* Sponsor logos layout */
  .sponor-confrnce-icon ul li {
    width: 45% !important;
    margin: 10px 2.5% !important;
    display: inline-block;
  }

  .sponor-confrnce-icon ul li a img {
    width: 100% !important;
    height: auto !important;
    padding: 10px !important;
  }

  /* Button centering */
  .journal-btn {
    display: block;
    margin: 10px auto;
    width: fit-content !important;
  }
}


   

/*-------------------------------------
        association start
--------------------------------------*/
.associations{
    width:100%;
	float:left;
	padding:4em 3em 1em 3em;
}
.association-images {margin-top:0px;}



/*.slick-slide*/
.slick-initialized .slick-slide {
    display: block;
    padding: 40px 0;
}
.slick-slide.slick-cloned {outline: 0!important;}
.slick-slide {
  margin: 0px 10px;
}
.slick-slide {
  transition: all ease-in-out .3s;
  /*opacity: .5;*/
}
.slick-active {
  /*opacity: .5;*/
}
.slick-current {
  opacity: 1;
}
.slick-prev {
	margin-top: -10px;
    background: black !important;
    height: 30px;
    width: 30px;
    padding: 3px;
    border-radius: 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	}

    
.slick-next {
margin-top: -10px;
 background: black !important;
    height: 30px;
    width: 30px;
    padding: 3px;
    border-radius: 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	}
/*.slick-slide*/



/*-------------------------------------
        10. Blog
--------------------------------------*/
.social-part-content{
    width:100%;
	float:left;
	padding:2em 2em;
}

.single-blog-item{
    margin-bottom: 30px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.single-blog-item-txt {padding:  25px 28px 27px;}

.facebook{
    margin-top:25px;
}
.facebook-link{
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.6), 0 0 1px 0px rgba(255, 255, 255, 0.5);
    background: #fff;
    height: 350px;
    padding: 0px 10px;
    border-radius: 2px;
}
.facebook h2{
    color:#55595d;
    font-size: 20px;
    /*font-weight: 600;*/
    letter-spacing: 2px;
    line-height:25px;
    margin-top:0px;
	padding: 6px;
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
}
.twitter{
     margin-top:25px;
}
.twitter-link{
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.6), 0 0 1px 0px rgba(255, 255, 255, 0.5);
    background: #fff;
    height: 350px;
    padding: 0px 10px;
    border-radius: 2px;
}
.twitter h2{
    color:#55595d;
    font-size: 20px;
    /*font-weight: 600;*/
    letter-spacing: 2px;
    line-height:25px;
    margin-top:0px;
	padding: 6px;
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
}
.scrollbar{
	float: left;
	height:288px;
	width: 100%;
	overflow-y: scroll;
	overflow-x:hidden;
	margin-bottom: 25px;
	padding:15px;
	
}
.scrollbar3{
	float: left;
	height:260px;
	width: 100%;
	overflow-y: scroll;
	overflow-x:hidden;
	margin-bottom: 25px;
	padding:15px;
	
}
.scrollbar p{
    padding:20px 15px;
}
.scrollbar ul li{
	display:block;
	}
.force-overflow
{
	min-height:370px;
}

  /* STYLE 2 */


#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	background-color:#504f53;	
	background-image: -webkit-linear-gradient(45deg,
	                  rgba(255, 255, 255, .2) 25%,
					  transparent 25%,
					  transparent 50%,
					  rgba(255, 255, 255, .2) 50%,
					  rgba(255, 255, 255, .2) 75%,
					  transparent 75%,
					  transparent)
}

.footer-image-site{
    margin-top:25px;
}

/*-------------------------------------
        Footer start
--------------------------------------*/
.footer {
    width: 100%;
    float: left;
    /* padding: 2em 2em; */
    background: #efefef;
}
.footer-menu .navbar-header{padding:0;}
.footer-menu .navbar-header a.navbar-brand,.footer-menu.footer-menu .navbar-header a.navbar-brand:hover,.footer-menu .navbar-header a.navbar-brand:focus{
    padding:0;
    height: 0;
}
.footer-menu ul.footer-menu-item{text-align: right;}
.footer-menu ul.footer-menu-item li{display: inline-block;}
.footer-menu ul.footer-menu-item li a {
    color: #859098;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 20px;
    -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -o-transition:0.3s linear;
    transition:0.3s linear;
}
.footer-menu ul.footer-menu-item li a:hover{color: #4db233;}
.hm-footer-copyright {
    padding: 40px 0;
    border-top: 1px solid #e1e5eb;
}
.hm-footer-copyright p,.hm-footer-copyright p a {
    color: #585b5d;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-social {text-align: right;}
.footer-social .fa-phone:before {
    position: relative;
    top: 2px;
}
.footer-social a ,.footer-social span {
    display: inline-block;
    color: #afb4bf;
    font-size: 14px;
    margin-left: 15px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.footer-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #eef2f6;
    text-align: center;
    border-radius: 50%;
}
.footer-social span {margin-right:15px;margin-left: 0;color: #a5adb3;}
.footer-social span:hover{color: #4db233;}
.footer-social a:hover {background:#3a607a;color: #fff;}

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#365b74;
	border:1px solid #2b71a0;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background: #f59200;
    border: 1px solid #bd760c;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
/*========================Thank you=================*/
.para_list li{
	margin-left: 20px;
	list-style:inside;
	font-size:15px;
}
.gallery-item img {
    width: 100%;
    height: 200px;
    margin-top: 15px;
}
.Pay_button {
    /*float: right;*/
    color: #fff;
    background: #b11a29;
    padding: 6px 15px;
    letter-spacing: 1px;
    border: 1px solid #6d050f;
    border-radius: 5px;
}

/*----keynote-detail start here---*/

.keynote-list{
    border: 1px solid #f5f0f0;
-webkit-box-shadow: 1px 1px 2px #6b696b;
    box-shadow: 1px 1px 2px #6b696b;
width:100%;
float:left;
padding:10px;
height: 210px;
    margin: 0px 0px 20px;
}
.keynote-list img{
    width:100%;
/* height:200px; */
}
.keynote-list h1{
    color:#100362;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
}
.keynote-list h5{
    color: #1b1a1a;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 20px;
}
.keynote-list h3{
    color: #353638;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.publication_table tr {
    border-bottom: 1px solid #efe9e9;
}
.publication_img img {
    height: 300px;
    width: 240px;
    padding: 10px;
}
.journal_top_row {
    width: 100%;
    float: left;
}
.card-body {
    width: 95%;
    height: 180px;
    margin: 10px 3px;
    /* height: 125px; */
    padding: 15px 4px;
    /* border-radius: 10px; */
    float: left;
    color: #00718f;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.31);
}
.journal-btn {
    background: #00718f;
    padding: 6px 10px !important;
    border-radius: 6px;
    width: auto !important;
    color: #fff !important;
    margin-top: 10px;
}
.sponor-confrnce-icon ul li {
	display: inline-block;
	margin: 10px 10px;
	width: 156px;
	border: 1px solid #e0dfdf;
}
.sponor-confrnce-icon ul li a img {
	width: 100%;
	padding: 20px;
	height: 100%;
	display: block;
}
.about-content .pub-tbl {
	width: 100%;
	float: left;
}
.about-content .pub-tbl tr {
	width: 31.33%;
	float: left;
	padding: 10px 20px;
	margin: 10px;
	box-shadow: 0 0 2px rgb(0 0 0 / 31%);
	background: #fff;
	height: 330px;
}
.about-content .pub-tbl tr td {
	width: 100%;
	float: left;
}
.about-content .pub-tbl tr td img {
	width: 48%;
	height: 200px;
	margin: auto;
	display: block;
	/* float: left; */
}
.about-content .pub-tbl tr td h5 {
	width: 100%;
	float: left;
	margin: 10px 0px;
	line-height: 23px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.about-content .pub-tbl tr td a {
	text-align: center;
	word-break: break-all;
	width: 100%;
	float: left;
}
.publication-img{
    width:50%;
     float:left
}


/*--- committee start here ---*/

.commtt-page {
    border-radius: 3px;
    background: #fff;
    border: 1px solid #e2e0e0;
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    margin-bottom: 10px;
    float: left;
    word-break: break-all;
    height: 205px;
    /* overflow-x: hidden; */
    /* margin-bottom: 8px; */
    overflow: hidden;
}
.commtt-img img {
    width: 100%;
    height: 175px;
    margin: 10px 0px;
}
.commtt-page .cont_adv {
    /*width: 56%;
    float: left;*/
    margin: 10px 0px;
    line-height: 25px;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #333;
}
.cont_adv h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 3px 0px;
    border-bottom: 1px solid #e8e2e2;
    padding-bottom: 10px;
    color: #0d005b;
    letter-spacing: 1px;
	text-align: center;
}
.cont_adv p {
    line-height: 20px;
    font-size: 15px;
    margin: 0px;
    text-align: left;
    color: #333;
}

/*--- committee end here ---*/
@media (max-width:1920px){
	.img-responsive {
		width:100%;
		}
	.list-topics ul {
		display:flex;
		justify-content:space-between;
		}
	
	}
.about-content li {
	margin-left: 15px!important;
	}
.slider-content {
	background:none!important;
	}
.banner-image img {
    width: 100%;
    height: 600px!important;
    margin-top: -35px!important;
	/*opacity: 0.5;*/
}
.banner-view-info h3 {
  font-size: 24px!important;
  text-align: left;
  margin-left: -48px;
	}
.banner-view-info h5 {
	text-align: left!important;
    margin-left: -48px!important;
	}
.single-blog-item img {
	height:351px;
	}
    .conf-head{
    padding-top: 20px;
    font-size: 30px;
    color: #233a76;
    }
.navbar-collapse{
		width: fit-content!important;
	}

.img-size{
    padding-left: 2px !important;
}



/* Responsive */
@media screen and (min-width: 320px) and (max-width:768px){
    .list-topics {
        padding: 20px 10px;
    }
    .download-confe-paper {
        padding: 0em 2em;
    }
    .association-images {
        padding: 20px 10px;
    }
    .keynote-speaker {
        padding: 20px 0;
    }
    #scroll-Top .return-to-top {
        display: block;
    }
    .header-top {
        padding: 1em 0em;
    }
    .header-top .logo a {
        width: 65%;
        float: none;
        padding-right: 35px;
    }
    .header-top .logo img {
        width: 140% !important;
        margin-right: 0;
    }
}
.about-content {
        text-align: left;
    }
