/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
/* bootstrap */
@import url('bootstrap.min.css');
/* font awesome */
@import url('font-awesome.min.css');

html,
body {
  height: 100%;
  font-family:'Open Sans', Arial, sans-serif;
  font-size:14px;
  font-weight:500;
  line-height:2.0em;
  background-color:#fff;
  color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	color:#000000;
	line-height:1.1em;
}
p {
	color:#000000;
	font-size:16px;
}
img{
	width: 100%;
}
ul{
  list-style: none;
} 
a {
    text-decoration: none;
    color:#000000;
}
a:hover {
  text-decoration: none;
  color:#292b2c; 
}
/* ==== button-style ==== */
.btn {
  color: #ed0606;
  background-image: none;
  background-color: transparent;
  border-color: #ed0606;
  border-radius: 0px;
}


.btn:hover {
  color: #fff;
  background-color: #ed0606;
  border-color: #ed0606;
}
.btn:focus, .btn.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
          box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}
.btn.disabled, .btn:disabled {
  color: #ed0606;
  background-color: transparent;
}
.btn:active, .btn.active,
.show > .btn.dropdown-toggle {
  color: #fff;
  background-color: #ed0606;
  border-color: #ed0606;
}
/* ==== all-section-padding ==== */
#international-conference, #latest-news, #call-for-papers, #format-of-Presentation, #fees, #payment, #venue, #submission, #contact-us, #registration, #journal-website-link, #key,
#gallery{
	padding: 40px 0px;
}
/* ==== margin-top ==== */
.mt{
	margin-top: 30px;
}
/* ==== margin-bottom ==== */
.mb{
	margin-bottom: 30px;
}
/* ==== navbar ==== */
.navbar {
	margin: 0px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.dropdown ul>li > a:hover ,
.navbar-default .navbar-nav > li.dropdown:hover > a, 
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: transparent;
    color: #ed0606;
}
li.dropdown:hover > .dropdown-menu {
    display: block;
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding-bottom: 5px;
  width: auto;
}
.navbar-brand {
  height: 80px;
}
.nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: bold;
}
.navbar-default .navbar-nav > li.dropdown ul>li > a{
  font-weight: bold;
  color: #000000;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}
.navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:focus{
	color: #ed0606;
	border-radius:0;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav >.active > a:hover{
  background-color: transparent;
}
@media only screen and (max-width : 415px) { 
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 415px !important;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
}

/* ==== carousel-section ==== */
.carousel {
    position: relative;
    margin-top: 80px;
}
.carousel-control.left,.carousel-control.right  {background:none;width:25px; z-index: 999;}
.carousel-control.left {left:10px;}
.carousel-control.right {right:10px;}


  /*---OWL carousel---*/
.co-carousel .owl-controls .owl-nav > div {

    opacity: 1;

}
.owl-controls .owl-nav .owl-next {

    right: -50px;

}
.owl-controls .owl-nav .owl-prev {

    left: -60px;

}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {

    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.owl-controls .owl-nav > div {

    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #444;
    color: #fff;
    transform: translateY(-50%);
    font-size: 22px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}




/* ==== international-conference-section ==== */
#international-conference p {
	color:#000000;
    text-align: justify;
}
/* ==== international-conference-section ==== */
.caption p{
  color:#000000;
}
/* ==== home page learn more lmage ==== */
/* Zoom In image hover */
 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
figure {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.thumbnail:hover{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*===========================
  call-for-papers page
============================ */
#call-for-papers-banner{
	background: url(../img/home-ban.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 300px 0px;
	width: 100%;
}
#call-for-papers-banner h1 { 
  font-size:40px;
  color:#FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#call-for-papers-banner p {
  font-size:18px;
  color:#FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#call-for-papers p{
  color:#000000;
  text-align: justify;
}

/*===========================
  format-of-Presentation page
============================ */
#format-of-submission-bg{
  background: url(../img/format-of-submission-bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 300px 0px;
  width: 100%;
}
#format-of-submission-bg h1 { 
  font-size:40px;
  color:#FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#format-of-submission-bg p {
  font-size:18px;
  color:#FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#format-of-submission-bg p{
  color:#000000;
  text-align: justify;
}

/*===========================
  fees page
============================ */
#fees-banner{
  background: url(../img/fees-banner.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 300px 0px;
  width: 100%;
}
#fees-banner h1 { 
  font-size:40px;
  color:#FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#fees-banner p {
  font-size:18px;
  color:#FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#fees p{
  color:#000000;
  text-align: justify;
}

/*===========================
  payment page
============================ */
#payment-banner{
  background: url(../img/payment-banner.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 300px 0px;
  width: 100%;
}
#payment-banner h1 { 
  font-size:40px;
  color:#FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#payment-banner p {
  font-size:18px;
  color:#FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#payment p{
  color:#000000;
  text-align: justify;
}

/*===========================
  venue page
============================ */
#venue-banner{
  background: url(../img/venue-banner.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 300px 0px;
  width: 100%;
}
#venue-banner h1 { 
  font-size:40px;
  color:#FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#venue-banner p {
  font-size:18px;
  color:#FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#venue p{
  color:#000000;
  text-align: justify;
}

/*===========================
  submission page
============================ */
#submission-banner{
  background: url(../img/submission-banner.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 300px 0px;
  width: 100%;
}
#submission-banner h1 { 
  font-size:40px;
  color:#FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#submission-banner p {
  font-size:18px;
  color:#FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#submission p{
  color:#000000;
  text-align: justify;
}
.form-control {
    border-radius: 0px;
}

/*===========================
  contact-us page
============================ */
#contact-us-banner{
  background: url(../img/contact-us-banner.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 300px 0px;
  width: 100%;
}
#contact-us-banner h1 { 
  font-size:40px;
  color:#FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#contact-us-banner p {
  font-size:18px;
  color:#FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#contact-us p{
  color:#000000;
  text-align: justify;
}
#success_message{ 
  display: none;
}
.input-group-addon{
  border-radius: 0px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 36px !important;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 30px !important;
}

/*===========================
  Registration page
============================ */
#registration-banner{
  background: url(../img/registration-banner.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 300px 0px;
  width: 100%;
}
#registration-banner h1 { 
  font-size:40px;
  color:#FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#registration-banner p {
  font-size:18px;
  color:#FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#registration p{
  color:#000000;
  text-align: justify;
}
.form-control {
    border-radius: 0px;
}
.input-group{
  width: 100%;
}

/*===========================
  key page
============================ */
#key-banner{
  background: url(../img/key-banner.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 300px 0px;
  width: 100%;
}
#key-banner h1 { 
  font-size:40px;
  color:#FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#key-banner p {
  font-size:18px;
  color:#FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#key p{
  color:#000000;
  text-align: justify;
}

.wrapper {
  column-count: 1;
  column-gap: 50px;
  padding: 30px;
}

.wrapper p {
  line-height: 1.6; 
  font-family: Helvetica;
  text-align: justify;
  margin: 20px 0;
  font-size: 14px;
}
.wrapper h4{
  text-align: left;
}

.media-img {
  float: left;
  width: 200px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.media-img-bp {
  float: left;
  width: 350px;
  margin-right: 20px;
  margin-bottom: 10px;
}
/* -------- font-color ---------- */
.text-white{
  color: #fff;
}
.text-black{
  color: #000;
}
.text-blue{
  color: #0035bc;
}
.text-green{
  color: #007e27;
}
.text-color-1{
  color: #FF0000;
}
/* ==== gallery page ==== */
 #gallery-banner{
  background: url(../img/gallery-banner.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 300px 0px;
  width: 100%;
}
#gallery-banner h1 { 
  font-size:40px;
  color:#FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#gallery-banner p {
  font-size:18px;
  color:#FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
    .section-box-one figure h3{
      color: #fff !important;
    }
    .section-box-one figure p{
      color: #fff !important;
    }
    .section-box-one figure a{
      color: #fff !important;
      text-decoration: none;
    }

    .section-box-one{
        height: 260px;
        background: radial-gradient(#a61616,#530000);
        background: -webkit-radial-gradient(#a61616,#530000);
        background: -moz-radial-gradient(#a61616,#530000);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-one figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
        background: radial-gradient(#a61616,#530000);
        background: -webkit-radial-gradient(#a61616,#530000);
        background: -moz-radial-gradient(#a61616,#530000);
    }
    .section-box-one img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-one:hover img{
        transform: translate(-100%, 100%);
        -webkit-transform: translate(-100%, 100%);
        -moz-transform: translate(-100%, 100%);
    }

    /*======== collaboration-carousel ========*/
.carousel-control        { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -100%; }
  .carousel-inner .next        { left:  100%; }
  .carousel-inner .prev    { left: -100%; }
  .active > div { display:none; }
  .active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .next        { left:  50%; }
  .carousel-inner .prev    { left: -50%; }
  .active > div { display:none; }
  .active > div:first-child { display:block; }
  .active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .next        { left:  25%; }
  .carousel-inner .prev    { left: -25%; }  
}
.carousel-indicators {
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 2px solid #830d26;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #830d26;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -40px;
    font-size: 20px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -24px;
    font-size: 20px;
}

/* ==== footer ==== */
footer{
	background-color: #262F36;
	padding: 30px 0px;
	color: #fff;
}
footer{
	color: #fff;
}
footer h5 {
	color: #fff;
}
a.scrollup{
    color:#ed0606;
	height:40px;
	width:40px;
	font-size:12px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:50px;
	right:20px;	
	opacity:0,5;
	border-radius:50%;
	z-index:999;
}
a.scrollup:hover{
	opacity:1;
	background-color:#ed0606;
	color:#fff;	
}

