
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400;500;600;700;800&display=swap');
.over-eve{margin-top:30px;}
.img-event{width:100%;float:left;}
.rs-footer{width:100%;float:left;}
.eve-tab .nav-tabs{
    position: relative;
    border-bottom: none;
}
.cap{width:100%;border: 1px solid #ccc;
    border-radius: 4px;box-shadow: inset 0 1px 1px rgba(0,0,0,.075);height: 34px;padding-left: 5px;}
.eve-tab .nav-tabs li{
    margin: 0!important;
}
.eve-tab .nav-tabs li a{
    display: block;
    padding: 20px 15px;
    background: #fff;
    font-size: 17px;
    font-weight: 700;
    color: #4d79ba;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    margin-right: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.eve-tab .nav-tabs li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #e9e9e9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    perspective-origin: 50% 100%;
    transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    transform-origin: 50% 100% 0;
    transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
}
.eve-tab .nav-tabs li.active a:after{
    background: #eaeaea;
    transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
}
.eve-tab .nav-tabs li.active a,
.eve-tab .nav-tabs li a:hover{
    color: #333;
    border: none;
}
.eve-tab .tab-content{
    padding: 20px;
    background: #eaeaea;
    font-size: 15px;
    color: #757575;
    line-height: 26px;
}
.eve-tab .tab-content p{
    margin-bottom: 5px;
	color:#333;
}
@media only screen and (max-width: 479px){
    .eve-tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
}

.mar-sec{ background:#000; color: #fff;}
.mar-sec marquee{font-size: 16px; font-weight: 600; font-family: "Merriweather Sans", sans-serif; padding: 10px 0;background: #000;margin: 0; display: block; color: #fff; height: auto;}
.but-sec { margin-bottom: 15px;}
.but-sec .button {
          background-color: #004A7F;
    border-radius: 0;
    border: none; line-height:25px;
    color: #FFFFFF;
    cursor: auto;
    display: inline-block;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 18px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    margin-top: 20px;
}
.but-sec .button:hover{color: #FFFFFF;}
.but-sec .button:focus{color: #FFFFFF;}

@-webkit-keyframes glowing {
  0% { background-color: #2d5180; -webkit-box-shadow: 0 0 3px #2d5180; }
  50% { background-color: #a2202a; -webkit-box-shadow: 0 0 30px #a2202a; }
  100% { background-color: #2d5180; -webkit-box-shadow: 0 0 3px #2d5180; }
}

@-moz-keyframes glowing {
  0% { background-color: #2d5180; -moz-box-shadow: 0 0 3px #2d5180; }
  50% { background-color: #a2202a; -moz-box-shadow: 0 0 30px #a2202a; }
  100% { background-color: #2d5180; -moz-box-shadow: 0 0 3px #2d5180; }
}

@-o-keyframes glowing {
  0% { background-color: #2d5180; box-shadow: 0 0 3px #2d5180; }
  50% { background-color: #a2202a; box-shadow: 0 0 30px #a2202a; }
  100% { background-color: #2d5180; box-shadow: 0 0 3px #2d5180; }
}

@keyframes glowing {
  0% { background-color: #2d5180; box-shadow: 0 0 3px #2d5180; }
  50% { background-color: #a2202a; box-shadow: 0 0 30px #a2202a; }
  100% { background-color: #2d5180; box-shadow: 0 0 3px #2d5180; }
}

.bgg1{
	background:url("../itar1.jpg");
	margin-top: 5px;
	background-size:cover;
	margin-bottom: 35px;
	padding: 25px 0;
	background-repeat:no-repeat;
}
.indexed{
	
    color: #333;
    font-size: 14px;
    font-weight: 300;
}
.indexed li{
	margin-bottom: 12px;
}
.clr{
	color: #4d79ba !important;
	font-size: 24px;
}

.drop-shadow {
  position: relative;
  float: left;
  //width: 40%;
  padding: 2px 0px;
 // margin: 2em 10px 4em;
  //background: #fff9fa;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -mox-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.drop-shadow:before,
.drop-shadow:after {
  content: "";
  position: absolute;
  z-index: -2;
}
.drop-shadow p {
  font-size: 16px;
  font-weight: bold;
}
.lifted {
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.lifted:before,
.lifted:after {
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -mox-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.lifted:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.curled {
  border: 1px solid #efefef;
  -moz-border-radius: 0 0 120px 120px / 0 0 6px 6px;
  border-radius: 0 0 120px 120px / 0 0 6px 6px;
}
.curled:before,
.curled:after {
  bottom: 12px;
  left: 10px;
  width: 50%;
  height: 55%;
  max-width: 200px;
  max-height: 100px;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  -mox-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  -webkit-transform: skew(-8deg) rotate(-3deg);
  -moz-transform: skew(-8deg) rotate(-3deg);
  -ms-transform: skew(-8deg) rotate(-3deg);
  -o-transform: skew(-8deg) rotate(-3deg);
  transform: skew(-8deg) rotate(-3deg);
}
.curled:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.perspective:before {
  left: 80px;
  bottom: 5px;
  width: 50%;
  height: 35%;
  max-width: 200px;
  max-height: 50px;
  -webkit-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  -mox-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  -webkit-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -ms-transform: skew(50deg);
  -o-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.perspective:after {
  display: none;
}
.raised {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5) , 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -mox-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5) , 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5) , 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.curved:before {
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 0%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -mox-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -moz-border-radius: 10px / 100px;
  border-radius: 10px / 100px;
}
.curved.v2:before {
  right: 0;
}
.curved.h1:before {
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.curved.h2:before {
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.rotated {
  -webkit-box-shadow: none;
  -mox-box-shadow: none;
  box-shadow: none;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.rotated > :first-child:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -mox-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

/**** slider ****/

#slider, ul
{
	//height: 200px;
}

#slider
{
	//margin: auto;
	overflow: hidden;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	margin-top: 35px;
	border-radius: 10px;
	//box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.25);
	position: relative;
	width: 100%;
    height: 460px;
	margin-bottom: 25px;
}

#slider li
{
	float: left;
	position: relative;
	width: 600px;
	display: inline-block;
	height: 200px;
}

#slider ul
{
	list-style: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 9000px;
	transition: left .3s linear;
	-moz-transition: left .3s linear;
	-o-transition: left .3s linear;
	-webkit-transition: left .3s linear;
	margin-left: -25px;
  //font-family: century gothic;
  //color: #666;
}

/*** Content ***/

.slider-container
{
	margin: 0 auto;
	padding: 0;
	width: 550px;
  min-height: 180px;
  border-bottom: 1px solid #ccc;
}

.slider-container h4
{
 	color: #890208;
    margin-top: 24px;
    font-size: 20px;
  text-shadow: -1px 0px 0px rgba(0, 0, 0, 0.50);
}

.slider-container  p
{
	margin: 10px 25px;
	font-weight: semi-bold;
	line-height: 150%;
	text-align: justify;
}

/*** target hooks ****/

@-webkit-keyframes slide-animation {
	0% {opacity:0;}
	2% {opacity:1;}
	20% {left:0px; opacity:1;}
	22.5% {opacity:0.6;}
	25% {left:-600px; opacity:1;}
	45% {left:-600px; opacity:1;}
	47.5% {opacity:0.6;}
	50% {left:-1200px; opacity:1;}
	70% {left:-1200px; opacity:1;}
	72.5% {opacity:0.6;}
	75% {left:-1800px; opacity:1;}
	95% {opacity:1;}
	98% {left:-1800px; opacity:0;} 
	100% {left:0px; opacity:0;}
}

#slider ul
{
	-webkit-animation: slide-animation 25s infinite;
}

/* use to paused the content on mouse over */

#slider ul:hover
{
	-moz-animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

.btn-success {
    color: #fff;
    background-color: #890208!important;
    border-color: #7093c7;
}
/* Wrapper Is not Needed| Just for demo purpose.  */

.wrapper {
  //margin: 150px auto;
  //text-align: center;
  width: 100%;
  margin-bottom: 33px;
  position: relative;
  margin-top: 65px;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: #4d79ba!important;
    font-size: 16px;
    font-weight: bold;
}
.btn, .btn2, .btn3, .btn4, .btn5, .btn6, .btn7, .btn10{
  padding: 15px 100px;
  margin:10px 4px;
  color: #fff;
  font-family: sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
  
}

.btn::before {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  /* background: #6098FF; */
  display: block;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}

.btn:hover::before {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}

/*======= Button 2 =======*/
.btn2::before{
  content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
z-index: -1;
background-color: #000;
-webkit-transform: scaleY(.3);
transform: scaleY(.3);
opacity: 0;
transition: all .3s
}

/* .btn2:hover{
  color:#6098FF;  
} */
.btn2:hover::before{
  opacity: 1;
  background-color: #fff;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
  transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity
}
/*======= Button 3 =======*/
.btn3::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  -webkit-transform: scaleX(.3);
  transform: scaleX(.3);
  opacity: 0;
  transition: all .3s
}
.btn3:hover::before{
  opacity: 1;
  /* background-color: #6098FF; */
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
  transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity
}
/*======= Button 4 =======*/
.btn4::before {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 1px;
  /* background: #6098FF; */
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}

.btn4:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}

/*=======Button 5============= */
.btn5{
  border:none;
}
.btn5::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom:0px;
  z-index:-1;
  width: 100%;
  height:100%;
  background: transparent;
  /* box-shadow: inset 0px 0px 0px #6098FF; */
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1)
}
/* if you want it to show from the right use -300px instead */
.btn5:hover::before {
 /* box-shadow: inset 300px 0px 0px #6098FF; */
}

/*=======Button 6============= */
.btn6{
  border:1px solid transparent; 
   -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}

.btn6::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom:0px;
  z-index:-1;
  width: 0%;
  height:1px;
  /* background: #6098FF; */
  /* box-shadow: inset 0px 0px 0px #6098FF; */
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1)
}

.btn6:hover::before {
  width:100%;
}

.btn6::after {
  content: '';
  position: absolute;
  right: 0px;
  top:0px;
  z-index:-1;
  width: 0%;
  height:1px;
  background: #6098FF;
  -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1)
}
.btn6:hover::after {
  width:100%;
}
/* .btn6:hover{
  border-left:1px solid #6098FF;
  border-right:1px solid #6098FF;
} */
/* button7 */


.btn7 {
    /* box-shadow: inset 000px 0px 0px 0px #6098FF; */
  -webkit-transition: all 0.6s cubic-bezier(.9, .24, .40, 1);
  transition: all 0.6s cubic-bezier(.9, .24, .40, 1)
}

.btn7::before {
    content: '';
    width: 100%;
    height: 0%;
    display: block;
    background: #80ffd3;
    position: absolute;
    left: 0%;
    opacity: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: height .4s cubic-bezier(0.9, 1, 0.32, 1), opacity .1s ease;
    transition: height .4s cubic-bezier(0.9, 1, 0.32, 1), opacity .1s ease;
  
}

.btn7:hover::before {
    opacity: 1;
    height: 100%;
}

.btn7:hover {
    /* box-shadow: inset 00px 100px 0px 0px #6098FF; */
    color: #ffffff;
}
.bar-anchor{
  padding: 20px 10px;
  margin:10px 4px;
  color: #fff;
  font-family: sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
   overflow:hidden;
/*    border:1px solid #6098FF; */
}
.bar-anchor span{
  background:#00002E;
  width:100%;
  position:relative;
  padding:10px 70px;
   -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
/*   border:1px solid #6098FF;  */
}
.transition-bar{
    position: absolute;
    top: 0;
    left: 0%;
    width: 0;
    height: 100%;
    background: #80ffd3;
    z-index:-1;
/*     -ms-transform: skewX(-20deg); 
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg); */
}
.bar-anchor:hover span{
  color: #80ffd3!important;
}
.bar-anchor:hover .transition-bar{
  width:120%;
  left:110%;
  -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
}
/* Button 9 */
.btn9{
  padding: 20px 10px;
  margin:10px 4px;
  color: #fff;
  font-family: sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
   overflow:hidden;
/*    border:1px solid #6098FF; */
}
.btn9 span{
  background:#00002E;
  width:100%;
  position:relative;
  padding:10px 70px;
   -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
/*   border:1px solid #6098FF;  */
}
.transition{
    position: absolute;
    top: -10%;
    left: 0%;
    width: 100%;
    height: 0%;
    background: #80ffd3;
    z-index:-1;
/*     -ms-transform: skewX(-50deg); 
    -webkit-transform: skewX(-50deg); 
    transform: skewX(-50deg); */
}
.btn9:hover span{
  color: #80ffd3!important;
}
.btn9:hover .transition{
  height:100%;
  top:101%;
  -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
}
/* Btn 10  */
.btn10{
    top: 40px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase!important;
    letter-spacing: 2px;
    color: #fff;
    cursor: hand;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #fff;
    border-radius:50px;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent!important;
    z-index:10;
    
}


.btn10:hover{
    border: 1px solid #071982;
	  color: #80ffd3!important;
}
.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #071982;
    position: absolute;
	  -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
	   box-shadow:2px 0px 14px rgba(0,0,0,.6);
  } 

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #80ffd3;
    position: absolute;
	-ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
.btn10:hover::before, .btn1O:hover::before{
	opacity:1;
	width: 116%;
}
.btn10:hover::after, .btn1O:hover::after{
	opacity:1;
	width: 120%;
}

/* Btn 11  */
.btn11{
    top: 40px;
    padding:20px 90px;
    margin: 0 10px;
    display: inline-block;
    text-decoration:none;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase!important;
    letter-spacing: 2px;
    color: #fff;
    cursor: hand;
    text-align: center;
    text-transform: capitalize;
    border-radius:0px;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent!important;
}


.btn11:hover{
    border: 1px solid #transparent;
	  color: #80ffd3!important;
}
.btn11::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #c10daf;
    position: absolute;  
    left: 0%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
       -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
         -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
            transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
  } 

.btn11::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #80ffd3;
    position: absolute;
    left: 0%;
    opacity: 1;
    top: 0;
    z-index: -15;
    -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
       -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
         -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
            transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn11:hover::before, .btn11:hover::before{
	opacity:1;
  	-webkit-transform: translateX(100%);
	     -moz-transform: translateX(100%);
	      -ms-transform: translateX(100%);
	          transform: translateX(100%);
}
.btn11:hover::after, .btn11:hover::after{
	opacity:1;
    -webkit-transform: translateX(-100%);
	     -moz-transform: translateX(-100%);
	      -ms-transform: translateX(-100%);
	          transform: translateX(-100%);
}


/* Btn 12 */

.button12 {
  cursor: pointer;
  background-color: #000;
  width: 300px;
  height: 64px;
  padding:20px 0px;
  line-height: 64px;
  position: relative;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 0;
  background:#890208;
  margin-right: 20px;
}
.button12 span {
  color: #fff;
  display: inline-block;
  padding-left: 35px;
  text-transform: uppercase;
  font-weight: bold;
  transform: scaleX(0.6);
  letter-spacing: 3px;
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.button12 em {
  position: absolute;
  height: 1px;
  background: #fff;
  width: 47%;
  right: 23px;
  top: 50%;
  transform: scaleX(0.25);
   -webkit-transform:scaleX(0.25);
  transform-origin: center right;
  transition: all 0.3s ease;
  z-index: 1;
}
.button12:before,
.button12:after {
  content: '';
  background: #fff;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition:0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.button12:before {
  top: 0;
  left: 0;
  right: auto;
}
.button12:after {
  bottom: 0;
  right: 0;
  left: auto;
}
.button12:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.button12:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.button12:hover span {
  color: #000;
}
.button12:hover em {
  background: #000;
  transform: scaleX(.51);
  transform: scaleX(.51);
}

.navbar-default .navbar-nav>li>a {
  text-align: right;
    color: #f7f6f6;
    font-weight: bold !important;
}
.twitter-scroll {
  background: #E7F0D2;
  height: 45px;
  line-height: 44px;
  overflow: hidden;
  position: relative;
}

.dap-tw-logo {
  background-color: #4d79ba;
  box-shadow: 1px 0px 0px 0px #fff;
  height: 45px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 47px;
}
.dap-tw-logo:after {
  border-bottom: 6px solid transparent;
  border-left: 6px solid teal;
  border-top: 6px solid transparent;
  -webkit-filter: drop-shadow(2px 0px 0px #fff);
          filter: drop-shadow(2px 0px 0px #fff);
  content: "";
  height: 0;
  margin-top: -6px;
  position: absolute;
  right: -5px;
  top: 50%;
  width: 0;
}
.dap-tw-logo img {
	margin-top: 9px;
	margin-left: 8px;
    width: 25px;
    height: 25px;
  vertical-align: text-bottom;
}

a.dap-tw-item {
  width: 100%;
  color: #222;
  display: inline-block;
  float: left;
  padding: 0 5em;
  text-decoration: none;
  transition: background-color 0.25s ease;
}
a.dap-tw-item:hover {
  background-color: #ddeabf;
}

.dap-tw-name {
  font-size: 17px;
  font-weight: 600;
  margin-right: 0.15em;
  //text-transform: uppercase;
}

#container h1 {
  flex-basis: 100%;
  text-align: center;
  color: #555;
  font-size: 3rem;
  font-weight: 100;
}
#container .column {
  flex-basis: 30%;
  flex-grow: 1;
  flex-shrink: 1;
  //max-width: 21rem;
}

.card {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 2rem 0;
  padding: 0 0 1rem 0;
  width: 100%;
  //box-shadow: 0.3rem 0.3rem 2rem -2px rgba(51, 51, 51, 0.41);
}
.card p {
  margin: 0 1rem 1rem 1rem;
  color: #333;
  font-size: 14px;
  font-weight: 300;
}
.card p:last-child {
  margin-bottom: 0;
}

.tab-heading {
  font-family: 'Merriweather Sans';
  font-weight: 600;
  border-top: 0.3rem solid #890208;
  margin: 0 0 1rem 0;
  color: #fdfdfd;
  background-color: transparent;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.tab-heading:before, .tab-heading:after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  //background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path fill="#03a9f4" id="concaveCurve" fill-rule="evenodd" d="M0 0c100 0 100 100 100 100V0z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -1px;
}
.tab-heading:before {
  margin: 0 0 0 1rem;
}
.tab-heading:after {
  transform: rotateZ(270deg);
}
.tab-heading .text {
  font-size: 23px;
  display: block;
  text-align: center;
    width: 23%;
  background-color: #890208;
  padding: 0.2rem 1rem 0.5rem;
  border-color: #890208;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  position: relative;
  box-shadow: 0.1rem 0.4rem 0.5rem -3px rgba(0, 0, 0, 0.56);
  margin-top: -1px;
}
.tab-heading .text:before, .tab-heading .text:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}
.tab-heading .text:before {
  bottom: 0.4rem;
  right: 0.9rem;
  width: 75%;
  height: 1.6rem;
  box-shadow: 0.8rem 0.4rem 1rem -0.9px rgba(0, 0, 0, 0.76);
  transform: rotate(6deg);
  border-bottom-right-radius: 1rem;
}
.tab-heading .text:after {
  top: -0.7rem;
  right: 0.65rem;
  transform: rotate(20deg);
  content: '(';
  color: transparent;
  font-size: 1.7rem;
  font-weight: 900;
  text-shadow: 1rem 0 0.4rem black;
}
.tab-heading.right, .tab-heading.snatch, .tab-heading.face-off, .tab-heading.terminator-2, .tab-heading.sherlock-holmes, .tab-heading.the-incredibles, .tab-heading.deadpool {
  justify-content: flex-end;
}
.tab-heading.right:before, .tab-heading.snatch:before, .tab-heading.face-off:before, .tab-heading.terminator-2:before, .tab-heading.sherlock-holmes:before, .tab-heading.the-incredibles:before, .tab-heading.deadpool:before {
  margin: 0;
}
.tab-heading.right:after, .tab-heading.snatch:after, .tab-heading.face-off:after, .tab-heading.terminator-2:after, .tab-heading.sherlock-holmes:after, .tab-heading.the-incredibles:after, .tab-heading.deadpool:after {
  margin: 0 1rem 0 0;
}
.tab-heading.right .text, .tab-heading.snatch .text, .tab-heading.face-off .text, .tab-heading.terminator-2 .text, .tab-heading.sherlock-holmes .text, .tab-heading.the-incredibles .text, .tab-heading.deadpool .text {
  box-shadow: -0.1rem 0.4rem 0.5rem -3px rgba(0, 0, 0, 0.56);
}
.tab-heading.right .text:before, .tab-heading.snatch .text:before, .tab-heading.face-off .text:before, .tab-heading.terminator-2 .text:before, .tab-heading.sherlock-holmes .text:before, .tab-heading.the-incredibles .text:before, .tab-heading.deadpool .text:before {
  left: 0.9rem;
  box-shadow: -0.8rem 0.4rem 1rem -0.9px rgba(0, 0, 0, 0.76);
  transform: rotate(-6deg);
  border-bottom-left-radius: 1rem;
}
.tab-heading.right .text:after, .tab-heading.snatch .text:after, .tab-heading.face-off .text:after, .tab-heading.terminator-2 .text:after, .tab-heading.sherlock-holmes .text:after, .tab-heading.the-incredibles .text:after, .tab-heading.deadpool .text:after {
  left: 0.65rem;
  right: auto;
  transform: rotate(-20deg);
  content: ')';
  text-shadow: -1rem 0 0.4rem black;
}

.B_1{
	border: 5px solid rgba(27, 79, 114, 0.4);
}
.B_2{
	border: 5px dotted rgba(27, 79, 114, 0.4);
}
.B_3{
	border: 5px dashed rgba(27, 79, 114, 0.4);
}
.B_4{
	border: 5px solid ;
	border-image: url('//goo.gl/pUypZY') 30 round;
	box-shadow:0 0 35px 20px rgba(79,69,66,0.2)!important;
}
.B_5{
	border: 5px solid rgba(27, 79, 114, 0.4);
	border-radius: 5px;
}
.B_6{
	border: none;
}
.B_1, .B_2, .B_3, .B_4, .B_5, .B_6{
	box-shadow: 0 0 1rem 0 rgba(0,0,0,0.3);
}


marquee {
  background: #333;
  margin: 30px auto;
  padding: 0 10px;
  display: block;
  color: #fff;
  height:155px;
}

marquee:nth-child(2) {
  background: #fff;color: #000;line-height: 26px;
}

.ticker-up li {
  padding-right: 22px;list-style-type: none;
  margin-bottom: 15px;
  font-size: 15px;text-align: justify;
  letter-spacing: 1px;
}

body {
    font-size: 14px;
    line-height: 18px;
    font-family: "Merriweather Sans",sans-serif;
    color: #000;
}
.blog-posted-item:not(:last-child) {
    margin-right: 40px;
}
.blog-posted{
margin-left: 32px;
}
.blog-posted-item .posted-date {
    color: #fff;
    background: #890208;
    display: inline-block;
    height: 73px;
    width: 76px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.blog-posted-item .posted-date .post-date-box {
    height: 100%;
    width: 100%;
    position: relative;
}


.blog-posted-item .posted-date h6 {
    padding-top: 25px;
    color: #fff;
    padding-bottom: 5px;
    /* border-bottom: 1px solid #fff; */
    display: inline-block;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 700;
}
.post-date-box h4 {
    color: #fff;
	font-size: 13px;
    margin-top: 5px;
}
.blog-posted-item .posted-date .post-date-box {
    height: 100%;
    width: 100%;
    position: relative;
}
.blog-posted-item h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.blog-posted-item {
    background: #000;
    padding: 18px 32px 4px 52px;
    position: relative;
    border-radius: 32px;
}
.dload-sec .card{
  /* margin: 16px; */
  
  padding: 14px;
  border-top: 4px solid #CA955C;
  box-shadow: inset 0px 0px 12px 0px #171717;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.dload-sec .card .card-title{
  color: #003865;
  
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.dload-sec .card .btn{
  /* background: #E9DAC1; */
  /* background: #603f06; */
  padding: 3px 9px;
  background: linear-gradient(90deg, rgba(106,53,53,1) 49%, rgba(208,176,120,1) 99%);
  color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 7px 0px #333;
}
.dload-sec .card .btn i{
  margin-left : 6px;
  background:#071f3b;
  padding: 7px 7px;
  color: #fff;
  border-radius: 20px;
}
.in-images img{
  width: 170px ;
  height: 80px;
  margin-right: 40px;
  padding: 8px;
  /* border: 6px solid #9f868cfa; */
  box-shadow: 0px 0px 8px 0px #333;
}
p {
    text-align: justify;
    font-size: 15px;
   line-height: 28px; 
    margin-bottom: 8px; 
    padding-bottom: 2px; 
   /* font-family: -webkit-body; */
    text-align: justify;
}
.tbb .panel-group {
    margin-bottom: 0px !important;
}
.pan {
    padding: 0px !important;    background: #2c3461 !important;
}
.li-stl {
    color: #000;
    list-style: url(../img/doub.png) outside none;
    padding-left: 15px;
}
.li-stl li {
    color: #000;
}
.tabin{
	border: 1px solid #ccc;
}
.mb p{
	margin-bottom:0px!important;
}
.full-table{width:100%;float:left;}
.header-connect {
    width: 100%;
    float: left;
    background: #a2202a;
    color: #fff;
    padding: 10px 0;
}
.full-table tr{width:100%;float:left;}
.full-table tr td{width:25%;float:left;}
.topline ul li a{color:#fdfafa;}
#scope {
   background: #fff none repeat scroll 0 0;
    color: #000;
	//border: 1px solid #000;
    //padding: 0 13px;
    float: left;
    width: 100%;
}
.container {
    padding: 0 20px 0 20px;
    position: relative;
}
.upper-menu ul{ margin-bottom:0;
text-align: left;}
.nav {
    padding-top: 0px;
    margin-bottom: 0;
}
.nav-pills>li>a {
    border: 1px solid #472f63;
    border-radius: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 10px;
}
.bow {
    list-style: url(../images/bullet.png) outside none;
}
.nav .brand {
    display: block;
    float: left;
    padding: 17px 0px;
    //margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777;
    text-shadow: 0 1px 0 #fff;
}

.tagline {
   margin-top: 15px;
   // border: 1px solid;
    /* text-align: center; */
}
.uppermenu-part {
  text-align: left;
   /* background-color: #CFD2CF; */
    padding: 10px;
    margin-bottom: 16px;
    color: #000;
    font-weight: 600;
}
ul.social {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.social li {
    display: inline;
    padding: 0;
    margin: 0 1px;
}
.upper-menu ul li {
    display: inline-block;
   
}
.upper-menu ul li a {
  color: #28518A;
    text-decoration: none;
	margin-right: 5px;
}

.navbar-nav{
	width: 77%;
	margin: 0 auto;
	float: right;
}

.tagline p {
    padding-left: 1px;
	margin-bottom: 0px;
	font-size: 13px;
	//border: 1px solid #890208;
    /* padding: 12px; */
 text-align: left!important
    font-size: 16px;
    /* border-bottom: 3px dotted #a11f23; */
    color: #890208;
}
.submit-paper {
    width: 100%;
    float: left;
    padding-left: 642px;
    margin-top: -110px;
}
.dates{
	margin-bottom: 45px;
}
.secs {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.secs a {
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 13px;
    padding: 12px 0;
    width: 50%;
    background-color: #3fbbc0;
    background: linear-gradient(to bottom, #a12023 0%, #bd8a8a 100%);
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.color{
	
	color:#0c233f;
	
}
.color:hover {
	
color:#a11f23;


}
.banner {
   
    overflow: hidden;
}

.ribbon {
    position: relative;
}

.ribbon .front {
    position: absolute;
    width: 150px;
    height: 49px;
    z-index: 100;
    background-color: white;
    -webkit-box-shadow: 3px -3px 10px 5px rgba(205, 204, 204, 0.3);
    -moz-box-shadow: 3px -3px 10px 5px rgba(205, 204, 204, 0.3);
    box-shadow: 3px -3px 10px 5px rgba(205, 204, 204, 0.3);
    float: right;
    right: -20px;
    top: -150px;
}

.ribbon .back {
    position: absolute;
    border-color: transparent transparent transparent #06203b;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px;
    float: right;
    right: 0px;
    top: -120px;
}

.full-table tr td img {
    /* padding: 12px; */
   // border: 2px solid #4d79ba;
    vertical-align: middle;
    margin-bottom: 15px;
    margin-top: 12px;
}
.Facebook {
    margin: 10px 2px 10px 20px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: url("../img/sitesprites.png") no-repeat 0px -90px;
}
.banner {
	opacity: 0.8;
  background-size: cover;
    background: 
    /* linear-gradient(rgb(0 0 0 / 76%), rgb(0 0 0 / 47%)),  */
    linear-gradient(rgb(17 17 17 / 98%), rgb(16 16 16 / 79%)),
    url(../images/national-bg.jpg) ;
    height: 325px;
    
	/* opacity:0.5; linear-gradient(rgb(0 0 0 / 76%), rgb(0 0 0 / 47%))*/
    background-size: 1540px 384px;
    width: 100%;
}
.Twitter {
    margin: 10px 2px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: url("../img/sitesprites.png") no-repeat -30px -90px;
}
.googleplus {
    margin: 10px 2px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    display: inline-block;
    height: 30px;
    width: 30px;
background: url(../img/sitesprites.png) no-repeat -29px -59px;
}
.linked {
	margin: 10px 2px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    display: inline-block;
    height: 30px;
    width: 30px;
background: url(../img/sitesprites.png) no-repeat 0px -274px;
}
.reggg{
	width: 20%;
    position: relative;
    text-align: center;
    top: 90px;
}
.Share {
    margin: 10px 2px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: url("../img/sitesprites.png") no-repeat -60px -90px;
}
.line{
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 35px;
}

.line h3 {
   /* padding: 23px 0px; */
   /* letter-spacing: 1px; */
    text-align: left;
    font-size: 28px;
    margin-bottom: 24px;
	/* text-transform: uppercase; */
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.line a{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  /* background: linear-gradient(90deg, rgba(6,106,162,1) 27%,rgb(0 0 0) 74%); */
  /* background: #0081C9; */
  background: #205295;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px #000;
  padding: 12px 20px;
}
.line .head-btn{
  margin-top: 12px;
}
.line .head-btn a{
  border: 2px solid #fdfdfd;
  background: linear-gradient(90deg, rgba(229,186,115,1) 17%, rgb(200 175 92) 88%);
  color:#000;
}
.page h3{
	color: #4d79ba;
	font-size: 24px;
	
}
.over-eve ul{
  margin-bottom: 8px;
}
.over-eve ul li{
  line-height: 1.4;
}


.navbar-nav a{
	
	
        margin: 0 13px;

	
}

.page h1 {
    color: #233851;
    font-family: 'BrownStd-Bold';
    font-weight: bold;
    font-size: 30px; margin-top: 20px;
}

.content{
	

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -msie-border-radius: 5px;
   
    margin: 20px 0;	
	
}

table {
    width: 100%;
}

/* .content td{
	
color: #222;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #dfdfdf;	
	
}

.content th {
	    background: #efefef;
    color: #005580;
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
	
} */

.journ p{ margin-bottom:10px;}

.mydiv {
  width:100%;
  height:100%;
  /*color:black;*/
  font-weight:bold;
  animation: myanimation 10s infinite;
}

@keyframes myanimation {
  0% {background-color: blue;}
  25%{background-color:purple;}
  50%{background-color:green;}
  75%{background-color:brown;}
  100% {background-color: red;}
}

.marquee {
  height: 30px;
  width: 90%;

  overflow: hidden;
  position: relative; margin: 0 auto; padding-left:30px;
}

.marquee div {
  display: block;
  width: 100%;
  height: 30px;

  position: absolute;
  overflow: hidden;

  animation: marquee 40s linear infinite;
}

.marquee span {
  float: left;
  width: 100%;     padding: 8px 0 5px 0;
    font-size: 16px; color:#fff;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}


.ticker-wrap {
  position: relative;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 4rem;

  font-weight:bold;
  animation: myanimation 10s infinite;     
  //margin-top: 15px;
  padding-left: 100%;
}

.ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 2rem;
  color: white;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
  @keyframes myanimation {
  0% {background-color: blue;}
  25%{background-color:purple;}
  50%{background-color:green;}
  75%{background-color:brown;}
  100% {background-color: red;}
}



.middle{
text-align:center;	
	
}
.online{
	
	margin-bottom:50px;
}

.page ol{
	border: 2px dashed #de8888;
    padding: 30px;
}


.org h4{
	color:#a11f23;
	border-bottom: 2px dashed #de8888;
	
}

/*sidebar*/

.ciew {
    width: 100%;
    float: left;
    padding: 12px;
    text-align: center;
}
.dates h3  {
   margin-top: 50px;
   text-align: center;
    font-size: 23px;
    color: #071f3b;
    margin-bottom: 35px;
}

.dates a {
	padding: 10px 3px 10px 7px;
	background-color: #071f3b;
    color: #fff;
   
    text-decoration: none;
}

h3.image {
	/*border:3px solid #890208;*/
	margin-top: 10px;
    text-align: center;
    font-size: 23px;
    color: #071f3b;
    margin-bottom: 35px;
}
h5.center {
    border: 2px solid #b15e5f;
    text-align: center;
    line-height: 20px;
    padding: 12px;
}


/*side bar*/

/*submit paper*/

.submit{
	
	width:80%;
}
/*submit paper*/

.agenda h4{
font-size: 14px;
    line-height: 31px;
    text-align: center;
    border: 2px dashed #de8888;

}
.p0{
	padding: 0px !important;
}
.sponsor {
   
    padding: 0 80px 446px 25px;
}

.index {
   
    padding: 0 80px 0 25px;
}

.venue img{
	margin-right:50px;
}
.sponsor h3{
	line-height: 80px;
    margin: 0 0 10px;
	 //border-top: 1px solid #C0C0C0;
	 border-bottom: 1px solid #C0C0C0;
}
.index h3{
	line-height: 80px;
    margin: 0 0 10px;
	 border-top: 1px solid #C0C0C0;
	 border-bottom: 1px solid #C0C0C0;
}
/*menu-bar*/
 .affix {
      top:0;
    
      z-index: 9999 !important;
  }
  .navbar {
      margin-bottom: 0px;width: 100%;
  }

  .affix ~ .container-fluid {
     position: relative;
     top: 50px;
  }


.nav>li>a {
	
padding: 20px 0px;	
}

/*menu-bar*/



/*call for paper*/

.call{
	
	margin-top:50px;
}

.nav-tabs>li {
 
    margin-bottom: 10px !important;
}

.nav-tabs {
    border: 0 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-stacked > li + li {
    margin-top: 0px;
}
.nav-tabs > li > a {
  
    color: #AAAAAA;
    background-color: #E3F2FD;
    border: 0px;
    border-radius: 0px;
    margin: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: rgba(7, 31, 59, 0.75); 
    color: #FFFFFF;
    z-index: 99;
    transition: all 0.5s ease 0s;
}
.nav-tabs > li.active > a {
   color: #FFFFFF;
   background-color: #071f3b;
    box-shadow: 0 0px 5px rgba(0, 0, 0, .6);
    z-index: 100;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
   color: #FFFFFF;
   background-color: #071f3b;   
   box-shadow: 0 0px 5px rgba(0, 0, 0, .6);
   transition: all 0.5s ease 0s;
}
.btn {
  display: inline-block;
  background-color: #890208;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.5s ease 0s;
  
}
.btn-primary {
    background-color: #890208;
}
.appr {
    text-align: center;
}
table {
   // box-shadow: 0px 5px 20px #888888;
    /* box-shadow: rgb(136, 136, 136) 0px 5px; */
    width: 100%;
    margin: 9px 0;
    /* padding: 18px; */
    widht: 100%;
    /* float: left; */
    /* margin: 0 auto; */
}
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.Down {
    float: left;
    width: 100%;
}
#index-part h3 {
    font-size: 24px;
    text-align: center;
}
.Down .cont-form {
   
    border-width: 3px;
    box-shadow: 0 0 15px #999 inset;
    float: left;
    margin-top: 10px;
    padding: 9px;
    width: 100%;
}
h3 {
    font: 28px/50px "Raleway", sans-serif;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin: 0;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}


/* .btn-primary:hover, .btn-primary:focus {
    background-color: #0D47A1;
} */

/*call for paper*/
/*footer*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
footer {
	background: linear-gradient(68deg, rgba(236,230,201,1) 9%, rgba(198,189,171,1) 39%);
	/* min-height:350px;  */
	font-family: 'Merriweather Sans', sans-serif; width:100%;float:left;
	}
.footerleft {
	margin-top:50px; 
	padding:0 36px; 
	}
.logofooter { 
margin-bottom:10px; 
font-size:25px; 
color:#fff; 
font-weight:700;
}

.footerleft p {
	color:#000;  
	font-size:14px !important; 
	//font-family: 'Merriweather Sans', sans-serif;
	margin-bottom:15px;
	}
.footerleft p i {
	width:20px; 
	color:#999;
	}


.paddingtop-bottom { 
 margin-top:50px;
 }
.footer-ul { 
list-style-type:none; 
 padding-left:0px;
 margin-left:2px;
 }
.footer-ul li {
	line-height:29px; 
	font-size:14px;
	}
.footer-ul li a {
	color:#a0a3a4;
	transition: color 0.2s linear 0s, background 0.2s linear 0s; 
	}
.footer-ul i {
	margin-right:10px;
	}
.footer-ul li a:hover {
	transition: color 0.2s linear 0s, background 0.2s linear 0s; 
	color:#890208;
	}

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 
.post a {
	
color:#000;
}
.tab-content {width: 100%;}
#jor-part {
    float: left;
    margin: 30px 0;
    width: 100%;
}
.container {
    padding: 0 20px 0 20px;
    position: relative;
}

.journ {
    float: left;
    width: 100%;
}
#jor-part h3 {
    text-align: left;
}
.journ a {
    float: left;
    width: 25%;
}
#recent-works {
    padding-bottom: 0px;
    width: 100%;
    float: left;
}
.container {
    //padding: 0 20px 0 20px;
    position: relative;
}
.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}
td, th {
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather Sans', Arial, sans-serif;
    /* font-weight: 600; */
    line-height: 1.1em;
    color: #333;
    margin-bottom: 20px;
}

.modal-dialog
{
	z-index: 11111;
}

.post a:hover{
color:#890208;

}
 
 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;}
 
 
 .copyright { min-height: 40px; background-color: #4d79ba; width: 100%; float: center;}
 .copyright p { text-align:center; color:#FFF; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:21px; font-weight:700; color:#890208; margin-bottom:22px;}
 .post p { font-size:14px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}

@media screen and (min-width:320px) and (max-width: 767px){
	.upper-menu ul{padding-left:0px;} 
	.upper-menu ul li a {color: #000;text-decoration: none;margin-right: 0px;}
	.copyright { min-height: 40px;background-color: #4d79ba;width: 100%;float: left;}
 }
@media only screen and (max-width: 767px){
	.full-table tr td {
    width: 100%;
    float: left;} 
	.line h3{font-size:18px;}
	.tab-content{width:100%;}
	.journ a {width:100%;}
}
@media only screen and (max-width: 667px){
	

.sponsor {
    padding: 0 80px 0 25px;
}	
	
	
	
.ribbon .front{
top: -78px;
}
.ribbon .back{
top: -47px;
}
.submit-paper {
 
    padding-left: 642px;
    width: 100%;
}
}