
body{
	margin: 0;
	padding: 0;
	font-family: 'BenchNine', sans-serif;
}
li{
	list-style: none;
}
a:hover, a:visited, a{
	text-decoration: none;
}
h1, h2{
	text-transform: uppercase;
	font-weight: bold;
}

/*header area*/
.top-header{
	 /*background: #a6cd32 !important;*/
	background-color: #000 !important;
	background: transparent;
	position: fixed;
	width: 100%;
	/* z-index: 99999; */
	z-index:1;
	
	/* border-bottom:1px solid #000; */
}

.header-backup{
	width: 20px;
	/* height: 119px; */
	background: transparent;
	margin:auto;
}
.top-header img.logo{
	margin-bottom: 25px;
	margin-top: 0;
	transition:all .5s ease 0s;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
}

.top-header img.logo2{
	margin-bottom: 25px;
	margin-top: 20px;
	transition:all .5s ease 0s;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  /*margin-top: 8px;*/
  margin-top: -85px;
  transition:all .5s ease 0s;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
}
.nav-bar{
	margin-top: 27px;
}
.navbar-toggle span{
	color: #fff;
}
ul.nav{
	margin: 0;
	padding: 0;
}
.navbar-default .navbar-nav>li>a {
 	/* font-size: 24px; */
	/* font-size: 17px; */
	font-size: 22px;
	/* color: #000; */
	color: #FFF;
	text-transform: uppercase;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	padding: 14px 15px;
	font-weight: bold;
	
}
.navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
li a.active{
	/* color: #fff !important; */
	color: #fff !important;
	border-top:1px solid currentColor;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: 4px;
}

/*slider area*/
.slider-row{
	margin: 0;
	padding: 0;
}
.slider-wrapper{
	margin: 0;
	padding: 0 !important;
	background: #000 !important;
}
.carousel-caption h1{
	font-size: 157px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}
.carousel-caption h11{
	/* font-size: 70px; */
	font-size: 75px;
    color: #fff;
	/* color: #000; */
    text-transform: uppercase;
    margin-bottom: 0;
}

.carousel-caption h12{
	/* font-size: 45px; */
	font-size: 54px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
}
.carousel-caption button{
	width: 240px;
	height: 60px;
	background: #ee3b24;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	border:0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
	
}

.carousel-caption a{
	width: 240px;
	height: 60px;
	background: #3a9ecb;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	border:0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.carousel-caption a:hover{
	background: #2a2a2a;
}

.carousel-caption button:hover{
	background: #2a2a2a;
}
.carousel-control{
	width: 5%;
}
.carousel-inner{
	/*background: -webkit-linear-gradient(left, #000 , blue);
	background: -o-linear-gradient(left, #000, blue);
	background: -moz-linear-gradient(left, #000, blue);
	background: linear-gradient(to left, #000 , blue);*/ 
}
.item{
	position: relative;
}
.carousel-caption {
	position: absolute;
	text-align: center;
	/* left: 12%; */
    /* top: 40%;
    margin-top: -100px; */
	left: 72% !important;
    /* line-height: 1; */
    right: 0%;
	bottom: -46px;
	text-shadow: 0 1px 10px rgba(0,0,0,.6);
}
.carousel-timer {
    background: none repeat scroll 0 0 #000000;
    opacity: 0.8;
    color: #fff;
	position: absolute;
    text-align: center;
    /* left: 12%; */
    line-height: 1;
    
    
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin-left: 0;
  margin-top: 50px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin-right: 0;
  margin-top: 50px;
}

/*about area*/
.new_countdown{
	background-color: #C34C39;
    background-image: url(../img/event-bg.jpg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    padding: 130px 0 100px;	
	
}
.new_countdown h3{
	font-size: 40px;
    text-transform: uppercase;
    text-align: center;
	color:white;
	margin-bottom: 0px !important;
}
.new_countdown h2{
	font-size: 35px;
    text-transform: uppercase;
    text-align: center;
	color:white;
	margin-top: 0px !important;
}

.new_countdown p{
	font-size : 20px;
	color:#000;
}
.watch {
  position: absolute;
  left: 0;
  top: 7%;
}

.about {
    /*background-color: #45b29d;
	 background-color: #C34C39; */
    /* background-image: url(Assets/img/about.jpg); */
    /* background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden */
	background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.about h2{
	font-size: 60px;
	color: #000;
	margin-top: 80px;
}
.about h4{
	font-size: 24px;
	color: #737373;
	margin-bottom: 45px;
}
.about-img img{
	width: 100%;
}

.summit1 {
    /*background-color: #e27a3f;
	 background-color: #C34C39; 
    background-image: url(../img/event-bg.jpg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;*/
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.summit1p {
    font-size: 15px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 5px;
    text-align: justify;
}
.summit1 h2{
	font-size: 60px;
	color: #000;
	margin-top: 80px;
}
.summit1 h4{
	font-size: 24px;
	color: #737373;
	margin-bottom: 45px;
}
.summit1-img img{
	width: 100%;
}
.single-about-detail{
	position: relative;
}
.pentagon-text h1{
	font-size: 60px;
	color: #383838;
	margin-top: 0;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	position: absolute;
	  left: 15%;
	  width: 50px;
	  top: -6%;
}
.pentagon-text {
  width: 70px;
  height: 52px;
  background: #fff;
  position: relative;
   top: -30px;
  left: 43%;
}
.pentagon-text:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 15px solid #fff;
}
.pentagon-text:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0px;
  border-left: 36px solid transparent;
  border-right: 34px solid transparent;
  border-top: 15px solid #fff;
}
.about-details{
	/* background: #efc94c; */
	/* border-top: 2px solid #fff; */
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.about-details h3{
	font-size: 36px;
	color: #000;
	margin-top: 0;
}
.about-details p{
	font-size: 15px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	padding: 0 25px;
	padding-bottom: 5px;
	text-align:justify;
	line-height: 24px;
}

.single-about-detail:hover .about-details{
	background: transparent;
}
.single-about-detail:hover .pentagon-text h1{
	color: #3a9dca;
}

/*service area*/
.service{
    /* background-color: rgb(24, 129, 162); */
    /* background-image: url(../Assets/img/pro.jpg); */
    /* background-size: cover;
    position: relative;
    background-position: 50% 0px;
    background-repeat: no-repeat; */
	background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;

}
.service h3{
	font-size: 24px;
	color:#fff;
}
.service h2{
	font-size: 60px;
	color: #fff;
	margin-top: 70px;
	margin-bottom: 0;
}
.service h4{
	font-size: 24px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 70px;
	display: block;
}
.single-service-img {
  width: 205px;
  height: 125px;
  background: #fff;
  position: relative;
  left: 50%;
  margin-left: -100px;
}
.single-service-img:before {
  content: "";
  position: absolute;
  top: -42px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 102px solid transparent;
  border-right: 104px solid transparent;
  border-bottom: 42px solid #fff;
}
.single-service-img:after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 102px solid transparent;
  border-right: 102px solid transparent;
  border-top: 42px solid #fff;
  z-index: 10;
}
.service-img {
  width: 200px;
  height: 123px;
  background: #3a9ecb;
  position: relative;
  top: 1px;
  left: 2px;
}
.service-img:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 40px solid #3a9ecb;
}
.service-img:after {
  content: "";
  position: absolute;
  bottom: -39px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 40px solid #3a9ecb;
  z-index: 999;
}
.single-service h3{
	margin-top: 60px;
	color: #fff;
	padding-bottom: 90px;
}
.service-img img.heart{
	left: 20%;
	top: 18%;
}
.service-img img.brain{
	left: 26%;
	top: 11%;
}
.service-img img.knee{
	left: 38%;
}
.service-img img.bone{
	left: 25%;
	top: 14%;
}
.service-img img{
	position: absolute;
}

/*team section*/
.team{
    background-color: #75B46E;
	background-image: url("../img/twitter-bg.jpg");
	padding-bottom: 60px;
}
.team h2{
	font-size: 60px;
	color: #000;
	margin-top: 70px;
	margin-bottom: 0;
}
.team h4{
	font-size: 24px;
	color: #737373;
	margin-top: 0;
	/* margin-bottom: 45px; */
}
.single-member{
	margin: 0;
	padding: 0;
}
.person img{
	width: 100%;
}
.person-detail{
	padding:10px;
	background: #000;
	position: relative;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.arrow-top{
	position: absolute;
	width: 20px;
	height: 20px;
	background: #000;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	bottom: -10px;
  	left: 46%;
  	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.arrow-bottom{
	position: absolute;
	width: 20px;
	height: 20px;
	background: #000;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	top: -9px;
  	left: 46%;
  	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.person-detail h3{
	font-size: 30px;
	color: #fff;
}
.person-detail p{
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.single-member:hover .person-detail{
	background: #45b29d;
}
.single-member:hover .arrow-top{
	background: #2a2a2a;
}
.single-member:hover .arrow-bottom{
	background: #2a2a2a;
}


/*contact section*/
.contact-caption{
	background: #3a9dca;
}
.contact-heading h2{
	color: #fff;
	font-size: 60px;
	margin-top: 70px;
	margin-bottom: 0;
}
.contact-info{
	padding-left: 40px;
}
.contact-info h3{
	padding-left: 0;
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #13849c;
	padding-bottom: 12px;
	margin-bottom: 0;
}
.contact-form h3{
	padding-left: 0;
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #13849c;
	padding-bottom: 12px;
	margin-bottom: 0;
}
.contact-info ul{
	margin: 0;
	padding: 0;
}
.contact-info ul li{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
}
.contact-info i.fa{
	font-size: 16px;
  	padding-right: 12px;
  	width: 25px;
  	height: 38px;
}
.contact-info ul li span{
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}
.contact-form input{
	width: 100%;
	height: 40px;
	background: #fff;
	font-size: 13px;
	color: #084a5c;
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
	border:0;
	margin-bottom: 12px;
}
.contact-form textarea{
	font-family: 'Open Sans', sans-serif;
	padding:12px;
	width: 100%;
	height: 140px;
	border:0;
	margin-bottom: 12px;
}
.info-detail{
	border-top: 1px solid #53cde5;
	padding-top: 15px;
	text-align:left;
}
.form{
	border-top: 1px solid #53cde5;
	padding-top: 15px;
	text-align: right;
}
.contact-form input.submit-btn{
	width: 180px;
	height: 50px;
	float: right;
	font-size: 24px;
	color: #fff;
	/* background: url(../img/btn-bg.jpg); */
	background:#13849c;
	background-repeat: no-repeat;
	padding: 0;
	font-family: 'BenchNine', sans-serif;
	font-family: 'BenchNine', sans-serif;
	font-weight: bold;
}
.contact-form{
	padding-right: 40px;
}

/*gmap*/
#map{
	height: 500px;
    /*height: 0px;*/
    /*margin-top:-3px;*/
}
.map{
	position: relative;
	overflow: hidden;
}
.contact{
	/* position: absolute; */
	/* width: 100%; */
	/* height: 530px; */
	/* left: 0; */
	/* margin-top: -527px; */
	/*background: rgba(0, 0, 0, 0.51);*/
    background-color:#3a9dca;
	/*padding-bottom: 60px;*/
}
.contact-caption{
	/*margin-top: 120px;*/
    margin-top: 0px;
}








/*footer*/
.footer-para{
	margin: 0;
	padding: 0;
}
.footer p{
	font-size: 12px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 25px 0;
}
.footer a i.fa{
	font-size: 24px;
	color: #b1b1b1;
	padding: 22px 10px;
}
.footer a i.fa:hover{
	color: #42b3e5;
}
.carousel-inner{
	position: relative;
}

/*======================css for carousel=========================*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  	z-index: 2;
    opacity: 1;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* just for demo purpose */
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 100%;
    }


/******************************
responsive area
********************************/

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav>li>a {
	  font-size: 20px;
	  padding: 14px 12px;
	}
	.carousel-caption h1 {
  		font-size: 120px;
  	}
  	.carousel-caption h12 {
  		font-size: 32px;
  	}
  	.carousel-caption button {
	  width: 215px;
	  height: 55px;
	  font-size: 26px;
	}
	h2 {
  		font-size: 75px !important;
  	}
  	h4 {
  		font-size: 22px !important;
  	}
  	.person-detail h3 {
  		font-size: 26px;
  	}
  	.person-detail p {
  		font-size: 12px;
  	}

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav>li>a {
	  font-size: 16px;
	  padding: 10px 8px;
	}
	.carousel-caption h1 {
  		font-size: 90px;
  	}
  	.carousel-caption h12 {
  		font-size: 30px;
  	}
  	.carousel-caption button {
		 width: 180px;
		 height: 50px;
		 background: #3a9ecb;
		 color: #fff;
		 font-size: 22px;
	}
	h2 {
  		font-size: 70px !important;
  	}
  	h4 {
  		font-size: 18px !important;
  	}
  	#map{
		height: 1050px;
	}
	.contact{
		margin-top:-1050px;
		height: 1050px;
	}
	.contact-caption {
	 margin-top: 110px;
	}
}

/* xs */
@media (min-width: 480px) and (max-width: 767px) {
	.header-logo img{
	  margin-top: 20px;
	}
	.navbar-default .navbar-nav>li>a {
	  font-size: 20px;
	}
	.carousel-caption {
	    margin-top: -110px;
	}
	.carousel-caption h1 {
  		font-size: 75px;
  	}
  	.carousel-caption 12 {
  		font-size: 25px;
  	}
  	.carousel-caption button {
	  width: 160px;
	  height: 40px;
	  font-size: 20px;
	}
	#map{
		height: 1120px;
	}
	.contact{
		height: 1120px;
		margin-top: -1120px;
	}
	h2 {
	  font-size: 70px !important;
	}
	h4{
  		font-size: 21px !important;
  	}
	.contact-info ul {
	  margin-left: 4px;
	}
	.contact-info i.fa {
	  width: 25px;
	}
	.contact-caption {
	  margin-top: 140px;
	}
}

/* XS Portrait */
@media (max-width: 479px) {
	.top-header img.logo {
	  margin: 20px 10px;
	}
	.header-logo{
		margin-top: 20px !important;
	}
	.navbar-default .navbar-toggle {
		 border-color: #fff;
		 margin-top: -7px;
		 right: 10%;
	}
	.navbar-default .navbar-nav>li>a {
	  font-size: 16px;
	  text-align: left;
	}
	.header-backup{
		  /* height: 80px; */
	}
	.carousel-caption {
	    margin-top: -60px;
	}
	.carousel-caption h1 {
  		  font-size: 20px;
  	}
  	.carousel-caption h12 {
  		font-size: 12px;
  	}
	.carousel-caption button {
	  width: 90px;
	  height: 23px;
	  font-size: 16px;
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	  margin-top: 30px;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	  margin-top: 30px;
	}
	.about h2 {
	  font-size: 50px;
	  color: #42b3e5;
	  margin-top: 30px;
	}
	.service h2 {
	  font-size: 50px;
	  margin-top: 40px;
	}
	.team h2 {
	  font-size: 50px;
	  margin-top: 40px;
	}
	h4 {
	  font-size: 18px !important;
	}
	/* .contact-caption{ */
		/* margin-top: 38%; */
	/* } */
	#map{
		height: 420px;
	}
	/* .contact{ */
		/* height: 420px; */
		/* margin-top: -420px; */
	/* } */
	.contact-heading h2 {
	  font-size: 50px;
	  text-align: center;
	  margin-left: 15px;
	}
	.contact-info h3 {
	  margin-left: 8px;
	  font-size: 25px;
	  padding-bottom: 8px;
	}
	.info-detail {
	  margin-left: 8px;
	}
	.contact-info ul li {
	  font-size: 10px;
	}
	.contact-info i.fa {
	  font-size: 13px;
	  width: 20px;
	  height: 18px;
	}
	.contact-info, .contact-form{
		padding: 10px;
	}
	.contact-form h3 {
	  font-size: 25px;
	  padding-bottom: 8px;
	  margin-bottom: 0;
	  margin-right: 0px;
	}
	.footer a i.fa {
	  font-size: 18px;
	  padding: 25px 7px;
	}
	.footer p {
  		font-size: 10px;
  	}
}
.rlAccordion > h3 {
	background-color: #fff;
    border-radius: 2px;
    border-bottom: 1px solid #42b3e5;
    color: #000;
    /* font-family: 'ProximaNova-Regular'; */
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    text-decoration: none;
    padding: 10px 10px;
    cursor: pointer;
	
}

    .rlAccordion > h3 > span {
        float: right;
        font-family: arial, serif, sans-serif;
    }

    .rlAccordion > h3 + div {
        display: none;
        padding: 10px 20px;
    }

        .rlAccordion > h3 + div .deposite_features {
            padding: 0px;
            margin-top: 0px;
        }

            .rlAccordion > h3 + div .deposite_features ul {
                list-style-type: none;
            }

                .rlAccordion > h3 + div .deposite_features ul li {
                    display: block;
                    font-family: 'ProximaNova-Regular';
                    color: #545454;
                    background: url(../img/arrow.png) no-repeat 0px 5px;
                    padding-left: 25px;
                    padding-bottom: 10px;
                    font-size: 18px;
                    line-height: 24px;
                }

.accordian_box {
    padding: 0px;
    margin-bottom: 50px;
}

.summit {
    background-color: #e27a3f;    
    
}

.summit h2 {
    font-size: 60px;
    color: #000;
    margin-top: 80px;
}
.summit-details {
    /* background: #efc94c; */
    /* border-top: 2px solid #fff; */
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.summit-details p {
    font-size: 15px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 5px;
}
#sponsors {
  background-color: #fff;
  /* background-image: url("../img/twitter-bg.jpg"); */
  background-position: center bottom;
  background-size: cover;
  background-repeat:no-repeat;
  position: relative;
  padding: 95px 0 90px;
  overflow: hidden;
}

.twit {
  position: absolute;
  left: 0;
  top:-42%;
}
#background {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   z-index: -1;
   overflow: hidden;
}
#sponsors h2 {
    font-size: 60px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 0;
}
#sponsors-feed .item {
  text-align: center;
}

#sponsors-feed .item img {
  display: inline-block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #c5c8ce;
  padding: 5px;
  margin-bottom: 30px;
}

#sponsors-feed .item a, 
#sponsors-feed .item p { 
  font-size: 24px;
  font-weight: 300;
  font-family: 'Yanone Kaffeesatz','sans-serif';
}

#sponsors-feed .item p {
  color: #3D3D3D;
}

#sponsors-feed .item a {
  color:#00c3ff;
}

.sponsors-control-left, 
.sponsors-control-right {
  position: absolute;
  color: #00c3ff;
  top: 59%;
  font-size: 24px
}

.sponsors-control-left {
  left: 0;
}

.sponsors-control-right {
  right:0;
}


.sponsors-control-left, .sponsors-control-right {
    position: absolute;
    color: #00c3ff;
    top: 59%;
    font-size: 24px;
} 

.rlAccordion h7 {
	font-size: 22px;
    color: #fff;
    margin-bottom:0px;
	margin-top:0px;
}

.rlAccordion p {
    font-size: 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
	margin-top:0px;
}
.rlAccordion ul li {
    text-align: -webkit-left;
    font-size: 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px 10px 0px;
}
/* jssor slider bullet navigator skin 03 css */
        /*
        .jssorb03 div           (normal)
        .jssorb03 div:hover     (normal mouseover)
        .jssorb03 .av           (active)
        .jssorb03 .av:hover     (active mouseover)
        .jssorb03 .dn           (mousedown)
        */
        .jssorb03 {
            position: absolute;
        }
        .jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
            position: absolute;
            /* size of bullet elment */
            width: 21px;
            height: 21px;
            text-align: center;
            line-height: 21px;
            color: white;
            font-size: 12px;
            background: url('../img/b03.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb03 div { background-position: -5px -4px; }
        .jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -4px; }
        .jssorb03 .av { background-position: -65px -4px; }
        .jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -4px; }

        /* jssor slider arrow navigator skin 03 css */
        /*
        .jssora03l                  (normal)
        .jssora03r                  (normal)
        .jssora03l:hover            (normal mouseover)
        .jssora03r:hover            (normal mouseover)
        .jssora03l.jssora03ldn      (mousedown)
        .jssora03r.jssora03rdn      (mousedown)
        .jssora03l.jssora03ldn      (disabled)
        .jssora03r.jssora03rdn      (disabled)
        */
        .jssora03l, .jssora03r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 55px;
            height: 55px;
            cursor: pointer;
            background: url('../img/a03.png') no-repeat;
            overflow: hidden;
        }
        .jssora03l { background-position: -3px -33px; }
        .jssora03r { background-position: -63px -33px; }
        .jssora03l:hover { background-position: -123px -33px; }
        .jssora03r:hover { background-position: -183px -33px; }
        .jssora03l.jssora03ldn { background-position: -243px -33px; }
        .jssora03r.jssora03rdn { background-position: -303px -33px; }
        .jssora03l.jssora03lds { background-position: -3px -33px; opacity: .3; pointer-events: none; }
        .jssora03r.jssora03rds { background-position: -63px -33px; opacity: .3; pointer-events: none; }

.modal-dialog p {
    font-size: 15px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 5px;
}
.team p {
    font-size: 13px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    /* padding: 0 25px; */
    padding-bottom: 5px;
}

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
	font-size: 22px;
	font-weight:bold;
    transition: 0.4s;
	border-bottom: 1px solid #42b3e5;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd; 
}

div.panel {
    padding: 0 18px !important;
    display: none !important;
    <!-- background-color: white; -->	
}

div.panel.show {
    display: block !important;
	margin-top:10px !important;
	background:transparent !important;
	margin-bottom: 0px !important;	
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);	
}
div.panel.show p {
    font-size: 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
	margin-top:0px;
	text-align: left;
}
div.panel.show li {
    font-size: 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    /* padding: 0 25px; */
	margin-top:0px;
	text-align: left;
}
div.panel.show  td{
    font-size: 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    /* padding: 0 25px; */
	margin-top:0px;
	text-align: center;
}
div.panel.show h3 {
    /* font-size: 15px; */
    /* color: #fff; */
    /* font-family: 'Open Sans', sans-serif; */
    /* padding: 0 25px; */
	/* margin-top:0px; */
	text-align: left;
}
.divHover:hover {
			box-shadow: 0 1px 8px #000;

		}
		.img-circular{
			 width: 200px;
			 height: 200px;
			 background-size: cover;
			 display: block;
			 border-radius: 15px 50px;
			 -webkit-border-radius: 100px;
			 -moz-border-radius: 100px;
		}
.kpmg{
	/* color: white; */
	/* font-size: 20px; */
	/* margin-right: 17px; */
	margin-top: -20px;
}

.li_show {
    font-size: 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    /* padding: 0 25px; */
	margin-top:0px;
	text-align: left;
}

.parallax2 {
	/* background-image: url(Parallax_scroll.gif); */
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
