* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
}

html,
body {
	height: 100%;
}

body {
	color: #828282;
	font-size: 15px;
	line-height: 30px!important;
	background: #ededed!important;
	font-family: 'Poppins', sans-serif!important;
}

button:focus {
	outline: none;
}

button {
	cursor: pointer;
	border: none;
	background: transparent;
	padding: 0;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none!important;
	outline: none;
	border: none;
}
.btn:focus {
	box-shadow: none !important;
}
.modal-content{
	color: #000;
	background-color: #f5f5f5 !important;
}
/* top-header  */

.top-header {
	padding: 10px;
}

.top-header img {
	width: 200px;
}

.sign-section {
	float: right;
}

.sign-section ul {
	display: flex;
	margin-bottom: 0px;
	font-size: 16px;
}

.breadcrumb-item i.fa.fa-home {
	color: #8a82ff !important;
	padding: 0 10px 0 0px;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: none!important;
	padding-right: .5rem;
	color: #6c757d;
	content: "/";
}

.sign-section ul li {
	list-style: none;
	 padding-left: 5px; 
	border-right: 1px solid #dfdfdf;
	padding-right: 5px;
	height: 30px;
}

.sign-section ul li a {
	color: #0b2f53;
}

.sign-section .fa-user {
	background: #909dad;
	border-radius: 100px;
	padding: 11px;
	color: #ffff;
	font-size: 13px;
	box-shadow: 0px 2px 3px 0px #c4c4c4;
	color: white;
}

.sign-section ul li:nth-child(4) {
	border-right: none;
}


/* top-header  */


/* navigation */

.nav-wrapper {
	width: 100%;
	position: -webkit-sticky;
	/* Safari */
	position: sticky;
	top: 0;
	background-color: #0b00a2;
}


/* 
.grad-bar {
  width: 100%;
  height: 5px;
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 400% 400%;
  	-webkit-animation: gradbar 15s ease infinite;
	-moz-animation: gradbar 15s ease infinite;
	animation: gradbar 15s ease infinite;
} */


/* NAVIGATION */

.navbar ul {
	list-style: none;
	display: flex;
	text-align: center;
}

.nav-item a {
	color: #fff;
	font-size: 0.9rem;
	font-weight: 400;
	display: block;
	text-decoration: none;
	transition: color 0.3s ease-out;
	padding: 10px 28px;
}

.navbar {
	padding: 0px!important;
}

.nav-item a:hover {
	color: #fff;
}

#navbarSupportedContent>li.active>a {
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 10px;
	color: #0b00a2;
}

#navbarSupportedContent .nav-item:nth-child(1) {
	/* margin-left: 55px; */
}
.navbar-light .navbar-toggler-icon {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,102,203 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    /* border-color: #fff; */
	background: #fff;
}

/* SECTIONS */

.headline {
	width: 100%;
	height: 50vh;
	min-height: 350px;
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url('https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/jPLiQ-9/mountains-background-for-titles-intro-projects-and-etc_ew22rur3l__F0000.png');
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.features {
	width: 100%;
	height: auto;
	background-color: #f1f1f1;
	display: flex;
	padding: 50px 20px;
	justify-content: space-around;
}

.feature-container {
	flex-basis: 30%;
	margin-top: 10px;
}

.feature-container p {
	color: #000;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 15px;
}

.feature-container img {
	width: 100%;
	margin-bottom: 15px;
}


/* SEARCH FUNCTION */

#search-icon {
	font-size: 0.9rem;
	margin-top: 3px;
	margin-left: 15px;
	transition: color 0.3s ease-out;
}

#search-icon:hover {
	color: #3498db;
	cursor: pointer;
}

.search {
	transform: translate(-35%);
	-webkit-transform: translate(-35%);
	transition: transform 0.7s ease-in-out;
	color: #3498db;
}

.no-search {
	transform: translate(0);
	transition: transform 0.7s ease-in-out;
}

.search-input {
	position: absolute;
	top: -4px;
	right: -125px;
	opacity: 0;
	z-index: -1;
	transition: opacity 0.6s ease;
}

.search-active {
	opacity: 1;
	z-index: 0;
}

input {
	border: 0;
	border-left: 1px solid #ccc;
	border-radius: 0;
	/* FOR SAFARI */
	outline: 0;
	padding: 5px;
}


/* MOBILE MENU & ANIMATION */

.menu-toggle .bar {
	width: 25px;
	height: 3px;
	background-color: #3f3f3f;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.menu-toggle {
	justify-self: end;
	margin-right: 25px;
	display: none;
	    padding: 11px;
}

.menu-toggle:hover {
	cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2) {
	opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	-o-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}


/* KEYFRAME ANIMATIONS */

@-webkit-keyframes gradbar {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes gradbar {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes gradbar {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}


/* Media Queries */


/* Mobile Devices - Phones/Tablets */

@media only screen and (max-width: 720px) {
	.features {
		flex-direction: column;
		padding: 50px;
	}
	/* MOBILE HEADINGS */
	h1 {
		font-size: 1.9rem;
	}
	h2 {
		font-size: 1rem;
	}
	p {
		font-size: 0.8rem;
	}
	/* MOBILE NAVIGATION */
	.navbar ul {
    flex-direction: column;
    justify-content: start;
    background-color: #fff;
    width: 100%;
    /* transform: translate(-101%); */
    overflow: hidden;
	
	}
	.navbar li {
		padding: 5px;
	}
	.navbar li:first-child {
		margin-top: 0px;
	}
	.navbar li a {
		font-size: 1rem;
		color: #000;
	}
	.menu-toggle,
	.bar {
		display: block;
		cursor: pointer;
		background: #fff;
	}
	.mobile-nav {
		transform: translate(0%)!important;
	}
	/* SECTIONS */
	.headline {
		height: 20vh;
	}
	.feature-container p {
		margin-bottom: 25px;
	}
	.feature-container {
		margin-top: 20px;
	}
	.feature-container:nth-child(2) {
		order: -1;
	}
	/* SEARCH DISABLED ON MOBILE */
	#search-icon {
		display: none;
	}
	.search-input {
		display: none;
	}
}


/* navigation */


/* banner-section */

.banner-section {
	background: #fff;
	box-shadow: 3px 8px 20px 8px #ededed;
	padding-top: 20px;
}

.bg-other {
	background: #0071cd!important;
	border: none!important;
}

.form-left p {
	color: #0c2e54;
	font-size: 16px;
}


/* banner-section */

.about-section p {
	color: #666666;
	font-size: 14px;
}

.about-section h6 {
	color: #0b2f54;
	font-weight: 700;
	font-size: 26px;
}

.about-read-more {
	color: #0071cd;
}

.refer-earn {
	background: #fff;
	padding: 20px;
	text-align: center;
}

.refer-earn h3 {
	color: #0b2f54;
	font-weight: 700;
	margin-top: 20px;
}

.refer-earn h6 {
	color: #666666;
}

.columns-section {
	width: 100%;
	padding: 32px;
}

.columns-section img {
	width: 90px;
	margin-bottom: 15px;
}

.columns-section h5 {
	font-size: 16px;
}

.columns-section p {
	font-size: 14px;
	color: #666666;
	margin-bottom: 0;
}
.add-money h6{
	 text-align: center;
	 color: #0b2f54;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 30px;
}
.number{
	font-size: 20px;
}
.registration-user{
	width: 250px;
	margin-left: 60px;
}
.registration-info h6{
	text-align: center;
	color: #0b2f54;
}
.registration-info p{
	text-align: center;
	color: #666666;
}
.apple-btn{
	width: 35px;
	margin-right: 30px;
	margin-left: 120px;
}
.playstore-btn{
	width: 35px;
    margin-right: 30px;
}
.recipient{
	width: 150px;
    margin-left: 279px;
	margin-top: 45px;
	margin-bottom: 15px;

}
.receiver h6{
	text-align: center;
	margin-left: 160px;
	color: #0b2f54;
}
.receiver p{
	text-align: center;
	width: 315px;
	margin-left: 192px;
	color: #666666;
}
.recieve{
	margin-top: 45px;
	width: 250px;
	margin-left: 145px;
	margin-bottom: 35px;

}
.pay-process h6{
	text-align: center;
	color: #0b2f54;
	
}
.pay-process p{
	text-align: center;
	width: 315px;
	margin-left: 117px;
	color: #666666;
}
.transfer-details{
	width: 150px;
	margin-left: 60px;
	margin-top: 22px;
}
.transfer-info{
	text-align: center;
	color: #0b2f54;
	margin-top: 40px;

}
.amount-info{
	text-align: center;
	color: #0b2f54;
	margin-top: 33px;
}

.foot-section {
	margin-top: 30px;
}

.downlod-app {
	padding: 50px;
}

.download-app-section h3 {
	color: #0b2f54;
	font-weight: 700;
	margin-top: 20px;
	line-height: 40px;
    text-transform: capitalize;

}

.download-app-section h6 {
	color: #666666;
	line-height: 29px;
}

.download-app-section p {
	color: #666666;
	font-size: 14px;
}

.btn-img img {
	width: 200px;
}

.support-section {
	text-align: center;
	background: #fff;
}

.columns-section i {
	color: #0b00a2;
	font-size: 40px;
	margin-bottom: 20px;
}

.foot-section img {
	width: 200px;
}

.subscribe_form button {
	border: none;
	height: 44px;
	background-color: #0b00a2;
	color: #fff;
	border-radius: 0px 4px 4px 0px;
	width: 118px;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
.subscribe-btn:hover {
	color: #fff !important;

}
.subscribe_form {
	max-width: 470px;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0px 2px 5px 0px rgba(10, 6, 20, 0.24);
}

.subscribe_form input {
	height: 44px;
}

.footer-bg{
	background-color: lightslategrey;
}

.foot-section i {
	color: #fff;
	border-radius: 50px;
	padding: 9px 3px;
	margin-right: 9px;
	width: 35px;
	height: 35px;
	text-align: center;
}
.foot-section i.fas.fa-globe-asia {
	background: #0156a0;
}
.foot-section i.fas.fa-envelope {
	background: #3b5998;
}

.foot-section i.fab.fa-twitter {
	background: #00acee;
}

.foot-section i.fab.fa-linkedin-in {
	background: #2867B2;
}

.footer {
	border-bottom: 1px solid #e1dcdc;
	padding-bottom: 15px;
}

.copyright ul {
	list-style: none;
	display: flex;
	padding-left: 30px;
	text-align: center;
	justify-content: center;
}

.copyright ul li {
	list-style: none;
	display: flex;
	padding-left: 30px;
}

.copyright ul li a {
	color: #fff;
	font-size: 14px;
}

.copyright p {
	text-align: center;
	font-size: 14px;
	color: #000000;
}

.subscribe_form input {
	font-size: 12px;
}

.page-title-area {
	background-color: #F2F2F2;
	padding: 30px 0;
}

.bg-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-title-area .breadcrumb-content-area {
	margin-top: 35px;
}

.page-title-area .breadcrumb-content-area {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	margin-top: 55px;
}

.page-title-area .breadcrumb-content-area h1 {
	margin-bottom: 5px;
	font-size: 35px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1.35em;
}

.breadcrumb {
	background-color: transparent!important;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
}

.page-title-area .breadcrumb-content-area .breadcrumb .breadcrumb-item a {
	color: #cfcfcf;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem;
}

.breadcrumb-item i.fa.fa-chevron-circle-right {
	padding: 0 22px 0 15px;
}

.breadcrumb .breadcrumb-item {
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}

.breadcrumb fa {
	content: "\f015";
	color: #0b00a2 !important;
	padding: 0 10px 0 0px;
}

.ptb-100 {
	padding: 50px 0;
}

.about-us-section .about-content>h2 {
	font-size: 26px;
	line-height: 1.25em;
	margin-bottom: 35px;
	font-weight: 700;
}

.about-us-section .about-content p {
	text-align: justify;
	    color: #666666;
    font-size: 14px;
}

.counter-box {
	display: block;
	padding: 40px 20px 37px;
	text-align: center;
}

.counter-box p {
	margin: 5px 0 0;
	padding: 0;
	color: #909090;
	font-size: 18px;
	font-weight: 500;
}

.counter-box i {
	font-size: 60px;
	margin: 0 0 15px;
	color: #d2d2d2;
}

.counter {
	font-weight: 600;
	font-size: 48px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
	color: #fff;
}

.section-header .section-title {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 8px;
	line-height: 1.2em;
}

.section-header .section-title>span {
	font-weight: 600;
}

.section-header>p {
	margin-bottom: 5px;
}

.our-work-process-section .process-main-content {
	padding-top: 50px;
}

.our-work-process-section .process-main-content .bg-line {
	height: 250px;
	left: 0;
	position: absolute;
	top: 50px;
	width: calc(100% + 60px);
	background-position: top center;
	background-repeat: no-repeat;
}

.our-work-process-section .single-process {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
}

.our-work-process-section .single-process .process-no {
	background-color: #0b00a2;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px;
	position: absolute;
	top: -15px;
	right: -12px;
	z-index: 0;
}

.our-work-process-section .single-process .single-process-inner {
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.06);
	height: 200px;
	width: 200px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	padding-top: 22px;
}

.our-work-process-section .single-process .single-process-inner>h2 {
	color: #000;
	font-size: 18px;
	line-height: 1.28em;
	padding: 0px 55px 12px;
	text-transform: capitalize;
}

.our-work-process-section .process-list>div:nth-child(2) {
	margin-top: 80px;
}

.our-work-process-section .process-list>div:nth-child(4) {
	margin-top: -35px;
}

.testim .wrap {
	position: relative;
	width: 100%;
	max-width: 1020px;
	padding: 40px 20px;
	margin: auto;
}

.testim .arrow {
	display: block;
	position: absolute;
	color: #eee;
	cursor: pointer;
	font-size: 2em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease-in-out;
	-ms-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;
	padding: 5px;
	z-index: 22222222;
}

.testim .arrow:before {
	cursor: pointer;
}

.testim .arrow:hover {
	color: #ea830e;
}

.testim .arrow.left {
	left: 10px;
}

.testim .arrow.right {
	right: 10px;
}

.testim .dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 60px;
	left: 0;
	display: block;
	z-index: 3333;
	height: 12px;
}

.testim .dots .dot {
	list-style-type: none;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #eee;
	margin: 0 10px;
	cursor: pointer;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
	background: #ea830e;
	border-color: #ea830e;
}

.testim .dots .dot.active {
	-webkit-animation: testim-scale .5s ease-in-out forwards;
	-moz-animation: testim-scale .5s ease-in-out forwards;
	-ms-animation: testim-scale .5s ease-in-out forwards;
	-o-animation: testim-scale .5s ease-in-out forwards;
	animation: testim-scale .5s ease-in-out forwards;
}

.testim {
	background: #0b00a2;
}

.testim .cont>div {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 70px 0;
	opacity: 0;
}

.testim .cont>div.inactive {
	opacity: 1;
}

.testim .cont>div.active {
	position: relative;
	opacity: 1;
}

.testim .cont div .img img {
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
	border-radius: 50%;
}

.testim .cont div h2 {
	color: #ea830e;
	font-size: 1em;
	margin: 15px 0;
}

.testim .cont div p {
	font-size: 1.15em;
	color: #eee;
	width: 80%;
	margin: auto;
}

.testim .cont div.active .img img {
	-webkit-animation: testim-show .5s ease-in-out forwards;
	-moz-animation: testim-show .5s ease-in-out forwards;
	-ms-animation: testim-show .5s ease-in-out forwards;
	-o-animation: testim-show .5s ease-in-out forwards;
	animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
	-webkit-animation: testim-content-in .4s ease-in-out forwards;
	-moz-animation: testim-content-in .4s ease-in-out forwards;
	-ms-animation: testim-content-in .4s ease-in-out forwards;
	-o-animation: testim-content-in .4s ease-in-out forwards;
	animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
	-webkit-animation: testim-content-in .5s ease-in-out forwards;
	-moz-animation: testim-content-in .5s ease-in-out forwards;
	-ms-animation: testim-content-in .5s ease-in-out forwards;
	-o-animation: testim-content-in .5s ease-in-out forwards;
	animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
	-webkit-animation: testim-hide .5s ease-in-out forwards;
	-moz-animation: testim-hide .5s ease-in-out forwards;
	-ms-animation: testim-hide .5s ease-in-out forwards;
	-o-animation: testim-hide .5s ease-in-out forwards;
	animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
	-webkit-animation: testim-content-out .4s ease-in-out forwards;
	-moz-animation: testim-content-out .4s ease-in-out forwards;
	-ms-animation: testim-content-out .4s ease-in-out forwards;
	-o-animation: testim-content-out .4s ease-in-out forwards;
	animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
	-webkit-animation: testim-content-out .5s ease-in-out forwards;
	-moz-animation: testim-content-out .5s ease-in-out forwards;
	-ms-animation: testim-content-out .5s ease-in-out forwards;
	-o-animation: testim-content-out .5s ease-in-out forwards;
	animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
	0% {
		-webkit-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}
	35% {
		-webkit-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}
	70% {
		-webkit-box-shadow: 0px 0px 10px 5px #ea830e;
		box-shadow: 0px 0px 10px 5px #ea830e;
	}
	100% {
		-webkit-box-shadow: 0px 0px 0px 0px #ea830e;
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}

@-moz-keyframes testim-scale {
	0% {
		-moz-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}
	35% {
		-moz-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}
	70% {
		-moz-box-shadow: 0px 0px 10px 5px #ea830e;
		box-shadow: 0px 0px 10px 5px #ea830e;
	}
	100% {
		-moz-box-shadow: 0px 0px 0px 0px #ea830e;
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}

@-ms-keyframes testim-scale {
	0% {
		-ms-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}
	35% {
		-ms-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}
	70% {
		-ms-box-shadow: 0px 0px 10px 5px #ea830e;
		box-shadow: 0px 0px 10px 5px #ea830e;
	}
	100% {
		-ms-box-shadow: 0px 0px 0px 0px #ea830e;
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}

@-o-keyframes testim-scale {
	0% {
		-o-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}
	35% {
		-o-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}
	70% {
		-o-box-shadow: 0px 0px 10px 5px #ea830e;
		box-shadow: 0px 0px 10px 5px #ea830e;
	}
	100% {
		-o-box-shadow: 0px 0px 0px 0px #ea830e;
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}

@keyframes testim-scale {
	0% {
		box-shadow: 0px 0px 0px 0px #eee;
	}
	35% {
		box-shadow: 0px 0px 10px 5px #eee;
	}
	70% {
		box-shadow: 0px 0px 10px 5px #ea830e;
	}
	100% {
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}

@-webkit-keyframes testim-content-in {
	from {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-moz-keyframes testim-content-in {
	from {
		opacity: 0;
		-moz-transform: translateY(100%);
		transform: translateY(100%);
	}
	to {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}

@-ms-keyframes testim-content-in {
	from {
		opacity: 0;
		-ms-transform: translateY(100%);
		transform: translateY(100%);
	}
	to {
		opacity: 1;
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes testim-content-in {
	from {
		opacity: 0;
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}
	to {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes testim-content-in {
	from {
		opacity: 0;
		transform: translateY(100%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes testim-content-out {
	from {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-moz-keyframes testim-content-out {
	from {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		opacity: 0;
		-moz-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-ms-keyframes testim-content-out {
	from {
		opacity: 1;
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		opacity: 0;
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-o-keyframes testim-content-out {
	from {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes testim-content-out {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(-100%);
	}
}

@-webkit-keyframes testim-show {
	from {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes testim-show {
	from {
		opacity: 0;
		-moz-transform: scale(0);
		transform: scale(0);
	}
	to {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-ms-keyframes testim-show {
	from {
		opacity: 0;
		-ms-transform: scale(0);
		transform: scale(0);
	}
	to {
		opacity: 1;
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes testim-show {
	from {
		opacity: 0;
		-o-transform: scale(0);
		transform: scale(0);
	}
	to {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes testim-show {
	from {
		opacity: 0;
		transform: scale(0);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes testim-hide {
	from {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@-moz-keyframes testim-hide {
	from {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-moz-transform: scale(0);
		transform: scale(0);
	}
}

@-ms-keyframes testim-hide {
	from {
		opacity: 1;
		-ms-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-ms-transform: scale(0);
		transform: scale(0);
	}
}

@-o-keyframes testim-hide {
	from {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-o-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes testim-hide {
	from {
		opacity: 1;
		transform: scale(1);
	}
	to {
		opacity: 0;
		transform: scale(0);
	}
}

.contact-info-section .contact-location {
	border: 20px solid #fff;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.13);
	display: inline-block;
	margin-bottom: -70px;
	position: relative;
	z-index: 2;
}

.contact-info-section .contact-info-area>h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.contact-info-section .contact-info-area>p {
	margin-bottom: 20px;
	color: #727272;
}

.contact-info-section .single-info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #727272;
	font-size: 14px;
	margin-bottom: 10px;
}

.contact-info-section .single-info>i {
	display: inline-block;
	font-size: 22px;
	margin-right: 15px;
}
.address-fix{
	margin-left: 137px;
}
.map-marker{
	margin-top: -30px;
}
textarea{
	width: 729px;
    height: 150px !important;
}
.social-share>li>a.facebook {
	background-color: #4460A1;
}

.social-share>li>a {
	background-color: #F12C15;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	font-size: 18px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.social-share>li {
	display: inline-block;
	margin: 3px 3px 5px;
}

.contact-info-section .contact-info-area .social-share {
	margin-top: 28px;
}

.social-share>li>a.twitter {
	background-color: #5AB1F1;
}

.social-share>li>a.linkedin-in {
	background-color: #2867B2;
}

.social-share>li>a.instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 40%,#d6249f 60%,#285AEB 90%);

}

.contact-form .form-controller {
	background-color: #f5f5f5;
	border-bottom: 1px solid #DDDDDD;
	font-size: 14px;
	height: 52px;
	padding: 10px !important;
	width: 100%;
}

.contact-form .btn-sumbit {
	margin-top: 40px;
}

.btn-primary {
	background-color: #F12C15 !important;
	border-radius: 45px !important;
	color: #fff;
	font-size: 12px !important;
	height: 44px;
	line-height: 45px;
	padding: 0 35px !important;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	box-shadow: 3px 3px 11px rgba(0, 167, 234, 0.25);
	border-color: #F12C15 !important;
}


.contact-form-section {
	background: #fff;
	margin-top: 68px;
}

img {
	max-width: 100%;
}

.faq {
	padding: 60px 0;
	background: #fff;
}

.faq .faq-list {
	padding: 0;
	list-style: none;
}

.faq .faq-list li {
    margin-bottom: 10px;
    padding: 18px 0px 24px 25px;
    border-bottom: 1px solid #d3d3d3;
}

.faq .faq-list a {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
}

.faq .faq-list i {
	font-size: 16px;
	position: absolute;
	left: -25px;
	top: 6px;
	transition: 1s;
}

.faq-title h3 {
    border-bottom: 1px dashed #0b2f54;
    margin-bottom: 30px;
    padding-bottom: 16px;
    color: #0b2f54;
    font-weight: 700;
}

.faq .faq-list p {
padding-top: 18px;
    margin-bottom: 0px;
    color: #666666;
    font-size: 14px;
}
.help-tab {
    background: #fff;
    border: 1px solid #dedede;
    padding: 10px 25px;
}
.help-tab{
	display:flex;
}
.left-section i {
    display: contents;
	font-size: 50px;
}
.right-section {
    margin-left: 20px;
	    font-size: 14px;
}
.right-section p {
margin-bottom:0px;
}
.collapsed i.fas.fa-arrow-up {}

.collapsed i.fas.fa-arrow-up {
	transform: rotate(180deg);
}

.trash {
	color: rgb(209, 91, 71);
}

.flag {
	color: rgb(248, 148, 6);
}

.panel-body {
	padding: 0px;
}

.panel-footer .pagination {
	margin: 0;
}

.panel .glyphicon,
.list-group-item .glyphicon {
	margin-right: 5px;
}

.panel-body .radio,
.checkbox {
	display: inline-block;
	margin: 0px;
}

.panel-body input[type=checkbox]:checked+label {
	text-decoration: line-through;
	color: rgb(128, 144, 160);
}

.list-group-item:hover,
a.list-group-item:focus {
	text-decoration: none;
	background-color: rgb(245, 245, 245);
}

.list-group {
	margin-bottom: 0px;
}

.img-class img {
	width: 50px;
	height: auto;
}


/* currency-change-form */

#login #login-row #login-column #login-box {
	width: 500px;
	border: 1px solid #9C9C9C;
	background-color: #ffff;
}

#login #login-row #login-column #login-box #login-form {
	padding: 20px;
}

#login #login-row #login-column #login-box #login-form #register-link {
	margin-top: -85px;
}

.flag {
	flex: 0 0 25px;
	width: 25px;
	height: 25px;
	background-position: 50%;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-image: url(img/fr.png);
	overflow: hidden;
}


/* currency-change-form */

.bg-color-about {
	background: #fff;
}

.checkbox.img-class label {
	margin-left: 10px;
}

/* Crowdfunding */
/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
.benefit-stmt h6{
	    color: #0b2f54;
    font-weight: 700;
	    background: #fff;
}
.benefit-stmt p{
    color: #666666;
    font-size: 14px;
}
.benefit-stmt{
	    background: #fff;
    padding: 20px;
}
.back-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
	    width: 50px;
}
.video-section video {
    height: 236px;
}
.visitor{
	color: #0c2e54;
    font-size: 16px;
}
/* terms & Conditions */

.term-text h5{
	padding-top: 60px;
	color: #0b2f54;
    font-weight: 700;
    font-size: 24px;
}
.term-text p{
	font-size: 14px;
	text-align: justify;
}
.term-text h6{
	color: #0b2f54;
    font-weight: 700;
    font-size: 16px;
}
.term-text{
	padding-bottom: 45px;
}
/* sitemap */
.sitemap-heading h5{
	padding-top: 60px;
	color: #0b2f54;
    font-weight: 700;
    font-size: 24px;
}
.sitemap {
	padding-bottom: 45px;
}
.sitemap ul li a {
	color: #666666;
}