a,a:hover{
	text-decoration:none;
}
.p0{
	padding:0;
}
.aboutus-menu .navbar-default {
	background-color:transparent;
	border-color:transparent;
	margin-top:10px;
}
.aboutus-menu .navbar-header {
	float: none;
}
.aboutus-menu .navbar-toggle,.aboutus-menu .navbar-toggle:hover ,.aboutus-menu .navbar-toggle:focus{
	display: block;
	margin-top: 40px;
    border-color: transparent;
	background-color:transparent;
}
.aboutus-menu .navbar-default .navbar-toggle .icon-bar{
	background-color:#000;
	height:3px;
	width:30px;
}
.aboutus-menu .navbar-default .navbar-toggle .icon-bar:nth-of-type(even){
	height:4px;
}
.aboutus-menu .navbar-collapse{
	position: absolute;
    top: 127px;
    color: rgb(255, 255, 255);
    z-index: 9999;
    right: 15px !important;
	border:0;
	box-shadow:0 0 0;
}
.aboutus-menu .navbar-collapse.collapse {
	display: none!important;
}
.aboutus-menu .navbar-nav {
	margin: 7.5px 5px 7.5px -15px
	letter-spacing: 0.1em;
}
.aboutus-menu .navbar-nav>li {
	float: none;
}
.aboutus-menu .navbar-default .navbar-nav>li>a{
	padding:7px 3px;
	font-weight: bold;
    color: #000;
}

.aboutus-menu .navbar-text {
	float: none;
	margin: 15px 0;
}
/* since 3.1.0 */
.aboutus-menu .navbar-collapse.collapse.in { 
	display: block!important;
}
.aboutus-menu .collapsing {
	overflow: hidden!important;
}
.carousel-inner>.item>img{
	height: 500px;
    width: 100%;
}
.termsandcond{
	font-size:25px;
	color:#c72d2d;
	position:absolute;
	bottom: 13px;
    right: 25px;
}


 .footer_copyright {
    padding: 32px 0px;
    background: rgba(0, 0, 0, 0.25);
    position: relative;
}


/******************* go to top  ************/
	#qodef-back-to-top {
		position: fixed;
		bottom: 2em;
		right: 2em;
		width: 35px;
		text-decoration: none;
		font-size: 12px;
		padding: 11px 13px;
		display: none;
		border-radius: 50%;
		height: 41px;
		background: #00AEEF;
		color:#fff;
	}

	
	
	#qodef-back-to-top>span {
		overflow: hidden;
		-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
		-moz-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
		transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out
	}
	#qodef-back-to-top>span:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #7aa4b5;
		opacity: 0;
		border-radius: 50%;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}
	#qodef-back-to-top:hover>span:after {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
		border:1px solid #ddd;
		color:#fff;
	}
	#qodef-back-to-top span i {
		display: block;
		line-height: inherit;
		right: 1px;
		position: relative;
		z-index: 2
	}
	
	/**********  floating social icons  *******/
.social {
	position: fixed;
    top: 40%;
    z-index: 1;
    width: 0;
    right: 0;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(-62px, 0);
  -moz-transform: translate(-62px, 0);
  -ms-transform: translate(-62px, 0);
  -o-transform: translate(-62px, 0);
  transform: translate(-62px, 0);
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(37, 52, 63, 1);
  width: 300px;
  padding: 10px;
  -webkit-border-radius: 30px 30px 0;
  -moz-border-radius: 30px 30px 0;
  border-radius: 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li a{
	font-size:18px;
	}
.social ul li:hover {
  -webkit-transform: translate(-110px, 0);
  -moz-transform: translate(-110px, 0);
  -ms-transform: translate(-110px, 0);
  -o-transform: translate(-110px, 0);
  transform: translate(-110px, 0);
  background: rgba(68, 171, 212, 1);
}
.social ul li:hover i {
  color: #fff;
  background: red;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover:nth-of-type(1) i {
	background:#3C599F;
}
.social ul li:hover:nth-of-type(2) i {
	background:#32CCFE;
}
.social ul li:hover:nth-of-type(3) i {
	background:#a444ea;
}
.social ul li:hover:nth-of-type(4) i {
	background:#0085AE;
}
.social ul li:hover:nth-of-type(5) i {
	background:#dd4b39;
}
.social ul li:hover:nth-of-type(1) a {
	color:#3C599F;
}
.social ul li:hover:nth-of-type(2) a {
	color:#32CCFE;
}
.social ul li:hover:nth-of-type(3) a {
	color:#a444ea;
}
.social ul li:hover:nth-of-type(4) a {
	color:#0085AE;
}
.social ul li:hover:nth-of-type(5) a{
	color:#dd4b39;
}
.social ul li i {
  margin-right: 11px;
  color: #000;
  background: #fff;
  padding: 6px 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.social ul li:last-child i{
padding:6px 4px;
}



	
	
	
	
	/***************  customer Benifits   ****************/
	
	.header_bottom-bar {
		padding-top: 10px;
		padding-bottom: 12px;
	}
	.bg-secondary {
		background: #7fccda;
	}
	.header_bottom-bar p {
		font-size: 30px;
		line-height: 40px;
		color: #fff;
		font-weight: 300;
	}
	.bg2 {
		background: #d1e8e5;
	}
	.bg-4 {
		background: #ed7c44 !important;
	}
	.cust-well{
		padding:74px 19px 100px;
		margin-bottom:0;
	}
	.cust-section_icon i{
		border:0
	}
	.cnt h2 {
		color: #343f3f;
		font-weight: 300;
		text-transform: uppercase;
		font-size: 48px;
		line-height: 60px;
	}
	.cnt h2 span {
		font-weight: 600;
	}
	.cnt h2 + * {
		margin-top: 62px;
	}
.list {
    display: inline-block;
    position: relative;
    z-index: 5;
    margin: 0 200px;
}
.list li {
    position: relative;
    z-index: 5;
	float:left;
    width: 25%;
}
@media (max-width: 1199px){
	.list {
		margin: 0;
		text-align: center;
	}
}
.icon {
    display: block !important;
    position: relative;
    width: 161px;
    height: 161px;
    border: 5px solid #a5d9d2;
    background: #374242;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
	margin:auto;
}
.icon:before {
    color: #7fccda;
    text-align: left;
    display: inline-block;
	margin: 40px;
}
.icon img{
	margin-top:40px;
}
.list li a:hover {
    color: #ee864a;
}
.list li a {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #3c4848;
	max-width: 300px;
}
.list li span + * {
    margin-top: 17px;
}
.carousel-inner>.item>img{
	width:100%;
}
	#customer-beni-carousel h1,#customer-beni-carousel p{
		color:#00a757;
	}
	.first-blk h1{
		-webkit-animation-delay: 1s;
	        animation-delay: 1s;
			font-size: 30px;
	}
	.first-blk p{
		-webkit-animation-delay: 1.5s;
		animation-delay: 1.5s;
		font-size:25px;
	}
	.second-blk h1{
		-webkit-animation-delay: 3s;
	        animation-delay: 3s;
			font-size: 30px;
	}
	.second-blk p{
		-webkit-animation-delay: 3.5s;
	        animation-delay: 3.5s;
			font-size:25px;
	}
	.third-blk h1{
		-webkit-animation-delay: 1s;
	        animation-delay: 1s;
			font-size: 30px;
	}
	.third-blk p{
		-webkit-animation-delay: 1.5s;
	        animation-delay: 1.5s;
			font-size:25px;
	}
	.fourth-blk h1{
		-webkit-animation-delay: 1s;
	        animation-delay: 1s;
			font-size: 30px;
	}
	.fourth-blk img{
		-webkit-animation-delay: 1.5s;
	        animation-delay: 1.5s;
	}
	.cust-feat{
		background:rgba(0,0,0,.6);
		padding:30px 10px 30px 0;
	}
	.cust-feat:hover{
		background:rgba(0,0,0,1);
	}
	.cust-feat i{
		margin-top:5px;
		margin-left:25%;
		font-size:50px;
		color:#a5d9d2;
	}
	.cust-feat h1{
		font-size:27px;
		color:#fff;
		margin:0;
	}
	.cust-feat a{
		font-size:15px;
	}
	.cust-feat-blk{
	margin-top:-200px;
	height:200px;
	}
	.first-blk,.second-blk,.third-blk,.fourth-blk{
		top:0;
	}
	
	@media(max-width:767px){
		.cust-feat-blk{
			margin-top:20px;
		}
		.cust-feat{
			padding:15px;
			margin-bottom:15px;
			text-align:center;
		}
		.cust-feat i{
			margin:0;
			margin-bottom:15px;
		}
		.list li{
			width:100%;
			margin-bottom:60px;
		}
		.cnt h2{
			font-size: 26px;
			line-height: 35px;
		}
		.termsandcond {
    font-size: 14px;
		}
		.mr40-xs{
			margin-right:40px;
		}
	}