@import url(theme.css);

@-webkit-keyframes pulse {
	0%{
		border-radius: 50%;
		transform: translate(-50%, -50%) rotate(0);
	}
	20%{
		border-radius: 33%;
		transform: translate(-50%, -50%) rotate(45deg);
	}
	40%{
		border-radius: 44%;
		transform: translate(-50%, -50%) rotate(90deg);
	}
	60%{
		border-radius: 22%;
		transform: translate(-50%, -50%) rotate(135deg);
	}
	80%{
		border-radius: 33%;
		transform: translate(-50%, -50%) rotate(180deg);
	}
}

@keyframes pulse {
	0%{
		border-radius: 50%;
		transform: translate(-50%, -50%) rotate(0);
	}
	20%{
		border-radius: 33%;
		transform: translate(-50%, -50%) rotate(45deg);
	}
	40%{
		border-radius: 44%;
		transform: translate(-50%, -50%) rotate(90deg);
	}
	60%{
		border-radius: 22%;
		transform: translate(-50%, -50%) rotate(135deg);
	}
	80%{
		border-radius: 33%;
		transform: translate(-50%, -50%) rotate(180deg);
	}
}

.accent.faq{background-color: #01c5c4 !important;}


.banner-section>div{
	min-height: 320px;
}

.banner-section>div.faq-fade{
	background: -webkit-linear-gradient(to bottom, rgba(1,197,196,1), rgba(1,197,196,0));
	background: -moz-linear-gradient(to bottom, rgba(1,197,196,1), rgba(1,197,196,0));
	background: linear-gradient(to bottom, rgba(1,197,196,1), rgba(1,197,196,0));
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.banner-section .home-banner{
	min-height: 320px;
}

.banner-section .home-banner .hero-figure{
	position: relative;
}

.banner-section .home-banner .hero-figure i{
	color: #f1ebe5;
	text-shadow: 0 13.36px 8.896px rgba(0,0,0,0.1), 0 -2px 1px #fff;
}

.banner-section .home-banner .hero-figure .el{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner-section .home-banner .hero-figure .el>div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: center;
	transform: translate(-50%, -50%);
	border: 2px solid rgba(255, 255, 255, 0.15);
	-webkit-animation: pulse 12s infinite both;
	animation: pulse 6s infinite both;
	border-radius: 50%;
}

.banner-section .home-banner .hero-figure .el .el--1{
	width: 150px;
	height: 150px;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.banner-section .home-banner .hero-figure .el .el--2 {
	width: 300px;
	height: 300px;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.banner-section .home-banner .hero-figure .el .el--3 {
	width: 450px;
	height: 450px;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.banner-section .home-banner .hero-figure .el .el--4 {
	width: 600px;
	height: 600px;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.banner-section .home-banner .hero-figure .el .el--5 {
	width: 750px;
	height: 750px;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.banner-section .home-banner .hero-figure .el .el--6 {
	width: 900px;
	height: 900px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.banner-section .home-banner .hero-figure .el .el--7 {
	width: 1050px;
	height: 1050px;
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

.faq-section{
	margin-bottom: 5rem;
}

ul.questions-list li.q-title{
	min-height: 60px;
	padding: 1rem;
	margin-bottom: 5px;
	border-radius: 6px;
	background: rgba(248,249,252,1);
	font-weight: 400;
}

ul.questions-list li.question{
	min-height: 48px;
	padding: 0;
	margin-bottom: 5px;
	border-radius: 6px;
	background: #ffffff;
	border: 1px solid rgba(248,249,252,1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.questions-list li.question:last-child{
	margin-bottom: 0;
}

.questions-list li.question span{
	min-height: 80px;
	padding: 1rem;
	color: #082137;
	cursor: pointer;
	font: 600 16px "Shabnam", sans-serif;
}

.questions-list li.question span i.trigger{
	position: relative;
	display: inline-flex;
	padding: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.questions-list li.question span em{
	width: calc(100% - 34px);
	padding-right: 10px;
}

.questions-list li.question span i.trigger:before, .questions-list li.question span i.trigger:after{
	content: '';
	background: rgba(10,111,249,1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 9px;
	height: 2px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.questions-list li.question span i.trigger:before{
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-moz-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.questions-list li.question.drop-active{
	padding: 0 0 1rem 0;
	box-shadow: 0 15px 75px -15px rgba(217, 222, 228, 1), 0 25px 40px -20px rgba(217, 222, 228, 1);
	/*border: 1px solid rgba(10,111,249,1);*/
}

.questions-list li.question.drop-active span i.trigger:before{
	background: rgba(56,71,84,1);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-moz-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}

.questions-list li.question.drop-active span i.trigger:after{
	background: rgba(56,71,84,1);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-moz-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}

.questions-list li.question div.answer{
	display: none;
	margin: 0 1rem;
	padding: 1rem;
	background: rgba(248,249,252,0.5);
	border-radius: 6px;
	font: 14px/1.6 "Shabnam", sans-serif;
	color: ;
	border-right: 4px solid rgba(248,249,252,1);
}

.questions-list li.question div.answer a{
	color: rgba(10,111,249,1);
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	transition: all .15s;
}

.questions-list li.question div.answer a:hover{
	color: #26304e;
}


.questions-list li.question div.answer p{
	color: #7689a0;
}

.questions-list li.question div.answer p:first-child{
	margin-top: 0;
}

.questions-list li.question div.answer p:last-child{
	margin-bottom: 0;
}

.questions-list li.question div.answer ul.inline-bold{
	font: 300 14px/1.63 "Shabnam", sans-serif !important;
	color: #8498af;
}

.questions-list li.question div.answer ul.inline-bold li{
	position: relative;
	margin-bottom: 0.8em;
	padding-right: 1rem;
}

.questions-list li.question div.answer ul.inline-bold li:before{
	content: '•';
	font-weight: 600;
	font-size: 24px;
	line-height: 1.25;
	position: absolute;
	top: 0;
	right: 0;
	color: rgba(1,197,196,1);
}

.questions-list li.question div.answer ul.inline-bold li:last-child{
	margin-bottom: 0;
}


/* Smartphones (portrait) ----------- */
@media only screen and (min-width: 320px) and (max-width: 479px){
	.banner-section .home-banner .hero-figure i{display: none;}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 480px) and (max-width: 767px){
	.banner-section .home-banner .hero-figure i{display: none;}
}

/* Tablets ----------- */
@media only screen and (min-width: 768px) and (max-width: 991px){
	.banner-section .home-banner .hero-figure i{display: none;}
}

/* Desktops and laptops and Tablets (landscape) ----------- */
@media only screen and (min-width: 992px) and (max-width: 1140px){
	.banner-section .home-banner .hero-figure i{display: none;}
}