@import url('https://fonts.googleapis.com/css?family=Monsieur+La+Doulaise');
@font-face {
    font-family: 'BTitr';
    src: url('../font/B-Titr/B-Titr.woff') format('woff'), 
        url('../font/B-Titr/B-Titr.svg') format('svg');
}
@font-face {
    font-family: 'IranSans';
    src: url('../font/Iran_sans_light/IRANSans.woff') format('woff'), 
        url('../font/Iran_sans_light/IRANSans.svg') format('svg');
}


body{
	margin:0;
	color:#464555;
	font:300 18px/30px 'Poppins', sans-serif;
	background: #fff;
	min-width: 320px;
}
body.fa-lang {
    font-family: 'IranSans',;
}
img{border-style:none;}
input,
textarea,
select{
	color:#464555;
	vertical-align:middle;
	font:100% 'Poppins', sans-serif;
}

.fa-lang input,
.fa-lang textarea,
.fa-lang select { 
    font-family: 'IranSans';
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
blockquote,
q{
	quotes: none;
}
q:before,
q:after{
	content: '';
}
a{
	color:inherit;
	text-decoration:none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a:focus{text-decoration: none;}
a:hover{
	color: inherit;
	text-decoration: none;
}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus{
	outline:none;
}
input[type="search"] {
	-webkit-appearance: textfield;
}


img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

::-moz-placeholder,
:-moz-placeholder {opacity: 1 !important;}
::-moz-placeholder {color: #464555 !important;}
:-ms-input-placeholder {color: #464555 !important;}
::-webkit-input-placeholder {color: #464555 !important;}
#wrapper {
	overflow:hidden;
	position:relative;
	min-height:100vh;
	-webkit-transition: all .3s;
	transition: all .3s;
}

ul.lang {
    color: #fff;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 600;
	font-family: 'Poppins';
	list-style: none;
}
.lang li {
	list-style: none;
}
.single ul.lang, 
.page-template-page-news ul.lang {
    color: #464555;
}

.single .menuActive ul.lang, 
.page .menuActive ul.lang,
.home ul.lang{
    color: #fff;
}
.fa-lang ul.lang {
    font-family: 'IranSans';
}

header.fixed ul.lang {
    top: 25px;
    right: 20px;
	color: #464555;
	
}
body.rtl .col-lg-offset-5 {
    margin-left: 0%;
}
.bg-img {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.bg-img > img {
	display: none;
}
.bg-img > svg {
    position: absolute;
    top: 0;
    left: -15%;
    opacity: 1;
    width: 130%;
    height: 100vh;
}
.btn {
	vertical-align:top;
	outline:0 !important;
	font: 600 18px/26px 'Poppins', Helvetica, sans-serif;
	padding:19px 20px 18px;
	border:none;
	border-radius:30px;
	min-width:230px;
}
.fa-lang .btn {
    font-family: 'IranSans', 'Poppins';
}

.btn-default {
	color:#1D1A27;
	background:#fff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:focus,
.btn-default.focus,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default.focus:active,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus,
.btn-default:hover {
	color:#fff;
	background:#1D1A27;
}
.btn-primary {
	color:#fff;
	background:#1D1A27;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary.focus:active,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.btn-primary:hover {
	color:#1D1A27;
	background: rgba(70,69,85,.1);
}

@-webkit-keyframes anim-circle {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes anim-circle {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* modd bootstrap  */
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.no-padding-left[class*="col-"] {
    padding-left: 0;
}
.no-padding-right[class*="col-"] {
    padding-right: 0;
}
.no-padding[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width : 767px) {
	.reset-margin-col-sm[class*="col-"] {
		margin-left: 15px;
		margin-right: 15px;
	}
}


.center-items {
    display: flex;
    justify-content: center;
}
/* modd bootstrap end */


/* header */
#header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px 0; */
	-webkit-transition: all .3s;
	transition: all .3s;
}

#header.scrolled {
	top: -102px;
	padding: 22px 0;
	box-shadow: 0 0 10px 3px rgba(0,0,0,.1);
}
#header.scrolled.fixed {
	background: #fff;
	top: 0;
}
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
	padding: 0 40px; 
	max-height: 105px;
}



.logo {
	/* float: left; */
	width: 256px;
	height: 36px;
	background: url(../images/logo.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	margin: 5px 10px 0 0;
}
.logo a {
	display: block;
	height: 100%;
}
.menu-opened {
	overflow: hidden;
}
.menu-opened #wrapper,
.menu-opened #header {
	margin: 0 400px 0 -400px;
}
.open-menu {
	float: right;
	width: 44px;
	font-size: 0;
	line-height: 0;
	margin-top: 6px;
}
.open-menu span {
	display: block;
	height: 4px;
	border-radius: 2px;
	background: #464555;
	-webkit-transition: all .5s;
	transition: all .5s;
}
 
.open-menu span + span {
	margin-top: 8px;
}
.menu-opened #header .open-menu span:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(0, -3px);
	-ms-transform: rotate(45deg) translate(0, -3px);
	-o-transform: rotate(45deg) translate(0, -3px);
	transform: rotate(45deg) translate(0, -3px);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}
.menu-opened #header .open-menu span:nth-child(2) {
	opacity: 0;
}
.menu-opened #header .open-menu span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(-1px, 4px);
	-ms-transform: rotate(-45deg) translate(-1px, 4px);
	-o-transform: rotate(-45deg) translate(-1px, 4px);
	transform: rotate(-45deg) translate(-1px, 4px);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.menu-opened #main-nav {
	right: 0;
}
.menu-opened #header .fader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	opacity: .5;
	background: #000;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#main-nav {
	background: #d6e8ee;
	position: fixed;
	top: 0;
	right: -400px;
	bottom: 0;
	width: 400px;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 50;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0;
	text-align: center;
}
#main-nav ul {
	margin: 0 0 130px;
	padding: 30px 0 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
#main-nav ul li {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
}
#main-nav ul li a {
	display: block;
	padding: 10px;
}
#main-nav ul li a:hover {
	opacity: .75;
}
#main-nav .btn {
	font-size: 18px;
	line-height: 26px;
	padding: 18px;
	margin-bottom: 48px;
}
.navigation {
	margin: 0;
	padding: 0 24px 0 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	float: right;
}
.navigation li {
	display: inline-block;
	vertical-align: top;
	padding: 0 11px;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
}
.navigation a {
	display: inline-block;
	vertical-align: top;
	padding: 11px 0 7px;
}
.navigation .btn {
	min-width: 170px;
	padding: 8px 10px;
	font-size: 18px;
	line-height: 24px;
	border-radius: 20px;
	margin-left: 10px;
}
.navigation a:not(.btn):hover {
	opacity: .75;
}
#header.fixed .navigation .btn {
	color: #fff;
	background: #464555;
}
#header.fixed .navigation .btn:hover {
	color:#464555;
	background: rgba(70,69,85,.1);
}

.fa-lang .nav-container {
    flex-flow: row-reverse;
}
.fa-lang #header.type2 .nav-right {
    flex-flow: row-reverse;
}
/* top-section */
.top-section {
	background: #d6e8ee;
	padding: 185px 0 128px;
	font-size: 20px;
	line-height: 32px;
}
.image {
	box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}
.top-section .image.right {
	margin: 0 -112px 0 -13px;
}
.top-section .image.right .bg-img {
	padding-top: 97.5%;
}
.top-section .image.left {
	margin: 238px 65px -594px -112px;
}
.top-section .image.left .bg-img {
	padding-top: 153%;
}
.heading {
	position: relative;
	z-index: 10;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
}
.heading span {
	display: block;
	text-transform: uppercase;
	margin-bottom: 1px;
}
.heading h1 {
	font: 700 100px/110px 'Poppins', sans-serif;
	margin: 0 0 45px;
}
.heading h2 {
    font: 700 80px/97px 'Poppins', sans-serif;
	margin: -5px 0 26px;
}
.fa-lang .heading h1, .fa-lang .heading h2 {
    font-family: 'BTitr';
}
.top-section .txt-left {
	max-width: 440px;
	position: relative;
	z-index: 3;
}
.top-section .txt-left .heading {
	margin-top: 67px;
	margin-right: -150px;
}
.top-section p {
	margin: 0 0 34px;
}
.top-section .btns-holder {
	font-size: 0;
	line-height: 0;
	padding-top: 33px;
}
.top-section .btns-holder .btn {
	margin-right: 34px;
}
.btn-report {
	display: inline-block;
	vertical-align: top;
	font:700 20px/24px 'Poppins', Helvetica, sans-serif;
	position: relative;
	padding-right: 31px;
}

.fa-lang {
    font-family: 'IranSans';
}
.btn-report:hover {
	opacity: .75;
}
.btn-report:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(../images/ico-01.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	right: 0;
	top: -1px;
}
.top-section .btns-holder .btn-report {
	margin-top: 20px;
}
.top-section .txt-right {
	padding: 139px 0 0;
}
.top-section .txt-right .btns-holder {
	padding-top: 19px;
}
/* partners-section */
.partners-section {
	padding: 137px 0 0;
}
.partners-section p {
	margin: 0 0 24px;
}
.bold-text {
	font-weight: 500;
}
.partners-section .partners-list {
	margin: 0;
	padding: 6px 0 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.partners-section .partners-list li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 36px 15px;
	line-height: 108px;
}
.partners-section .partners-list img {
	display: inline-block;
	vertical-align: middle;
	max-height: 108px;
	max-width: 100%;
}
.partners-section .partners-list a:hover {
	opacity: .75;
}
/* how-section */
.how-section {
	padding: 61px 0;
}
.how-section .heading {
	margin-right: -80px;
}
.how-section .heading span {
	margin-bottom: 15px;
}
.how-section .heading h2 {
	margin: 0 0 39px;
}
/* roadmap-section */
.roadmap-section {
	padding: 121px 0;
}
.roadmap-section .image.left {
	margin: 0 105px 0 -112px;
}
.roadmap-section .image.left .bg-img {
	padding-top: 233%;
}
.roadmap-section .heading {
	margin-top: 172px;
}
.roadmap-section .heading span {
	margin-bottom: 21px;
}
.roadmap-holder {
	position: relative;
	padding-bottom: 14px;
}
.timeline-list {
	margin: 0;
	padding: 113px 0 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.timeline-list:after {
	content: '';
	display: block;
	clear: both;
}
.timeline-list li {
	float: left;
	width: 33.33%;
	position: relative;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	height: 280px;
	margin-top: -6px;
	border-top: 6px solid #464555;
}
.timeline-list li:nth-child(4),
.timeline-list li:nth-child(5),
.timeline-list li:nth-child(8),
.timeline-list li:nth-child(9),
.timeline-list li:nth-child(10) {
	float: right;
}
.timeline-list li.spacing {
	margin-left: 33.33%;
}
.timeline-list li:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: -6px;
	height: 6px;
	left: 0;
	width: 0;
	background: #00EA97;
	-webkit-transition: 1.1s;
	transition: 1.1s;
}
.timeline-list.active li:before {
	width: 100%;
}
.timeline-list li:nth-child(4):before,
.timeline-list li:nth-child(5):before,
.timeline-list li:nth-child(8):before,
.timeline-list li:nth-child(9):before,
.timeline-list li:nth-child(10):before {
	left: auto;
	right: 0;
}
.timeline-list li:nth-child(1):before {
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.timeline-list li:nth-child(2):before {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.timeline-list li:nth-child(3):before {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}
.timeline-list li:nth-child(4):before {
	-webkit-transition-delay: 4s;
	transition-delay: 4s;
}
.timeline-list li:nth-child(5):before {
	-webkit-transition-delay: 5s;
	transition-delay: 5s;
}
.timeline-list li:nth-child(6):before {
	-webkit-transition-delay: 7s;
	transition-delay: 7s;
}
.timeline-list li:nth-child(7):before {
	-webkit-transition-delay: 8s;
	transition-delay: 8s;
}
.timeline-list li:nth-child(8):before {
	-webkit-transition-delay: 10s;
	transition-delay: 10s;
}
.timeline-list li:nth-child(9):before {
	-webkit-transition-delay: 11s;
	transition-delay: 11s;
}
.timeline-list li:nth-child(10):before {
	-webkit-transition-delay: 12s;
	transition-delay: 12s;
}
.timeline-list li:nth-child(3):after,
.timeline-list li:nth-child(5):after,
.timeline-list li:nth-child(7):after {
	content: '';
	position: absolute;
	width: 200%;
	border-radius: 140px;
	border: 6px solid #464555;
	top: -6px;
	bottom: 0;
	right: -251px;
	-webkit-transition: 1.1s;
	transition: 1.1s;
}
.timeline-list li:nth-child(5):after {
	right: auto;
	left: -251px;
	-webkit-transition-delay: 6s;
	transition-delay: 6s;
}
.timeline-list li:nth-child(3):after {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}
.timeline-list li:nth-child(7):after {
	-webkit-transition-delay: 9s;
	transition-delay: 9s;
}
.timeline-list.active li:after {
	border-color: #00EA97;
}
.timeline-list li .circle {
	position: absolute;
	z-index: 15;
	width: 31px;
	height: 31px;
	background: #ebeeef;
	border: 6px solid #464555;
	border-radius: 50%;
	top: -19px;
	left: -15px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.timeline-list li:nth-child(2) .circle {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.timeline-list li:nth-child(3) .circle {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.timeline-list li:nth-child(4) .circle {
	-webkit-transition-delay: 5s;
	transition-delay: 5s;
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}
.timeline-list li:nth-child(5) .circle {
	-webkit-transition-delay: 6s;
	transition-delay: 6s;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}
.timeline-list li:nth-child(6) .circle {
	-webkit-transition-delay: 7s;
	transition-delay: 7s;
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
}
.timeline-list li:nth-child(7) .circle {
	-webkit-transition-delay: 8s;
	transition-delay: 8s;
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}
.timeline-list li:nth-child(8) .circle {
	-webkit-transition-delay: 11s;
	transition-delay: 11s;
	-webkit-animation-delay: 11s;
	animation-delay: 11s;
}
.timeline-list li:nth-child(9) .circle {
	-webkit-transition-delay: 12s;
	transition-delay: 12s;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}
.timeline-list.active li .circle {
	background: #eff1f5;
	border-color: #00EA97;
	-webkit-animation-name: anim-circle;
	animation-name: anim-circle;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.timeline-list li .holder {
	height: calc(100% - 6px);
	background: #fff;
	position: relative;
	z-index: 10;
	padding: 33px 20px 30px 0;
}
.timeline-list time {
	display: block;
	font-weight: 700;
	opacity: .5;
	margin-bottom: 6px;
}
.timeline-list p {
	margin: 0;
}
.timeline-list .btn {
	position: absolute;
	z-index: 20;
	font-size: 18px;
	line-height: 26px;
	top: -33px;
	left: -125px;
}
.timeline-list .btn-primary:active,
.timeline-list .btn-primary:focus,
.timeline-list .btn-primary:active:hover,
.timeline-list .btn-primary:active:focus,
.timeline-list .btn-primary:hover {
	background: #00EA97;
	color: #fff;
}
.roadmap-section .picture-box img {
	display: block;
	width: 100%;
}
.roadmap-section .picture-box.right {
	margin-right: -112px;
	margin-left: -5px;
}
.roadmap-section .picture-box.left {
	margin-left: -220px;
	margin-top: 91px;
}
.roadmap-section .txt-box {
	position: relative;
	padding: 20px 0 0;
}
.roadmap-section .txt-box.type2 {
	padding-left: 110px;
	margin-top: -81px;
}
.roadmap-section .txt-box h2 {
	font: 700 160px/1em 'Poppins', sans-serif;
	margin: 0 0 11px;
}
.fa-lang .roadmap-section .txt-box h2 {
    font-family: 'BTitr';
}
.roadmap-section .txt-box span {
	display: block;
	font-weight: 700;
	font-size: 38px;
	line-height: 52px;
	opacity: .5;
	margin-bottom: 38px;
}
.roadmap-section .txt-box p {
	max-width: 400px;
	margin: 0;
}
/* contact-section */
.contact-section {
	padding: 67px 0 155px;
}
.contact-section .heading {
	padding-bottom: 13px;
}
.contact-section .heading span {
	margin-bottom: 20px;
}
.contact-form {
	padding-top: 46px;
}
.contact-form .form-control {
	box-shadow: none !important;
	width: 100%;
	height: 53px;
	border: 1px solid #cdd8dd;
	background: rgba(0,58,82,.05);
	border-radius: 2px;
	padding: 10px 17px;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	color: #464555;
	margin-bottom: 35px;
}
.contact-form textarea.form-control {
	resize: none;
	overflow-y: auto;
	height: 160px;
	padding: 16px 17px;
}
.contact-form .form-controler label {
	display: none !important;
	visibility: hidden !important;
}
.contact-form .form-controler input, .contact-form .form-controler textarea {
	box-shadow: none !important;
	width: 100% !important;
	height: 53px !important;
	border: 1px solid #cdd8dd !important;
	background: rgba(0,58,82,.05) !important;
	border-radius: 2px !important;
	padding: 10px 17px !important;
	font-weight: 300 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	color: #464555 !important;
	margin-bottom: 20px !important;
}
.contact-form .form-controler textarea {
	resize: none !important;
	overflow-y: auto !important;
	height: 160px !important;
	padding: 16px 17px !important;
}
.contact-form .btn-holder {
	text-align: center;
	padding-top: 10px;
}
.contact-form .btn {
	font-size: 18px;
	line-height: 26px;
}
.contact-form .gform_button {
	vertical-align: top !important;
    outline: 0 !important;
    font: 700 18px/26px 'Poppins', Helvetica, sans-serif !important;
    padding: 19px 20px 18px !important;
    border: none !important;
    border-radius: 30px !important;
    min-width: 230px !important;
    color: #fff !important;
    background: #1D1A27 !important;
    margin-top: 20px !important;
}
.fa-lang .contact-form .gform_button {
    font-family: 'IranSans';
}
.contact-form .gform_button:hover {
	color: #1D1A27 !important;
    background: rgba(70,69,85,.1) !important;
}
.gform_footer {
	text-align: center !important;
}
.gform_wrapper .gform_footer {
	padding-top: 0px !important;
	margin-top: 0px !important;
}
/* footer */
#footer {
	padding: 73px 0 60px;
	text-align: center;
	color: #fff;
	background: #1D1A27;
	font-size: 18px;
	line-height: 25px;
}
.footer-logo {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 76px;
	height: 88px;
	background: url(../images/footer-logo.svg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin: 0 auto 44px;
}
#footer p {
	margin: 0 0 63px;
}
.footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.footer-list li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 10px;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}
.footer-list li + li:before {
	content: '-';
	position: absolute;
	top: 0;
	left: -2px;
	opacity: .5;
}
.footer-list li a {
	opacity: .5;
}
.footer-list li a:hover {
	opacity: 1;
}
/* media */
@media screen and (max-width: 1249px){
	.top-section {
		padding: 150px 0 100px;
	}
	.heading h1 {
		font-size: 90px;
		line-height: 90px;
	}
	.heading h2 {
		font-size: 60px;
		line-height: 70px;
		margin: 0 0 20px;
	}
	.top-section .txt-left .heading {
		margin-top: 50px;
	}
	.top-section .btns-holder,
	.top-section .txt-right .btns-holder {
		padding: 0;
	}
	.top-section .txt-right {
		padding-top: 63px;
	}
	.top-section .image.left {
		margin-top: 200px;
	}
	.partners-section {
		padding: 80px 0 0;
	}
	.partners-section .partners-list li {
		padding: 15px;
		line-height: 80px;
	}
	.partners-section .partners-list img {
		max-height: 80px;
	}
	.roadmap-section {
		padding: 80px 0;
	}
	.roadmap-section .txt-box h2 {
		font-size: 140px;
	}
	.roadmap-section .txt-box span {
		font-size: 30px;
		line-height: 42px;
	}
	.roadmap-section .txt-box.type2 {
		padding-left: 50px;
	}
	.roadmap-section .image.left {
		margin-right: 50px;
	}
	.contact-section {
		padding: 50px 0 100px;
	}
}
@media screen and (max-width: 991px){
	body {
		font-size: 18px;
		line-height: 25px;
	}
	#header,
	#header.scrolled {
		padding: 21px 0;
	}
	.container {
		padding-left: 37px;
		padding-right: 37px;
	}
	.logo {
		width: 178px;
		height: 24px;
	}
	.menu-opened #wrapper,
	.menu-opened #header {
		margin: 0;
	}
	.menu-opened #header.scrolled, .single-post #header.type2, body:not(.home) .page #header.type2 {
		background: #fff;
    }
    .menu-opened #header.scrolled.menuActive, .single-post #header.type2.menuActive, .page #header.type2.menuActive{
		background: #0000B4;
	}
	.open-menu {
		margin-top: 3px;
	}
	.menu-opened .open-menu {
		margin-right: -6px;
	}
	#header .fader {
		display: none;
	}
	#main-nav {
		width: 100%;
		top: 72px;
		right: 0;
		opacity: 0;
		visibility: hidden;
	}
	.menu-opened #main-nav {
		opacity: 1;
		visibility: visible;
	}
	#main-nav ul {
		padding: 60px 0 0;
	}
	#main-nav ul li {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 7px;
	}
	#main-nav ul li a{
		-webkit-transition: transform 400ms cubic-bezier(.17,.67,.38,1.46), opacity .3s;
		-moz-transition: transform 400ms cubic-bezier(.17,.67,.38,1.46), opacity .3s;
		transition: transform 400ms cubic-bezier(.17,.67,.38,1.46), opacity .3s;
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		-o-transform: scale(.3);
		transform: scale(.3);
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}
	.menu-opened #main-nav ul li a,
	.menu-opened #main-nav .btn {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.menu-opened #main-nav ul li:nth-child(1) a {
		-webkit-transition-delay: .2s;
		transition-delay: .2s;
	}
	.menu-opened #main-nav ul li:nth-child(2) a {
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
	}
	.menu-opened #main-nav ul li:nth-child(3) a {
		-webkit-transition-delay: .4s;
		transition-delay: .4s;
	}
	.menu-opened #main-nav ul li:nth-child(4) a {
		-webkit-transition-delay: .5s;
		transition-delay: .5s;
	}
	.menu-opened #main-nav ul li:nth-child(5) a {
		-webkit-transition-delay: .6s;
		transition-delay: .6s;
	}
	.menu-opened #main-nav ul li:nth-child(6) a {
		-webkit-transition-delay: .7s;
		transition-delay: .7s;
	}
	.menu-opened #main-nav ul li:nth-child(7) a {
		-webkit-transition-delay: .8s;
		transition-delay: .8s;
	}
	.menu-opened #main-nav ul li:nth-child(8) a {
		-webkit-transition-delay: .9s;
		transition-delay: .9s;
	}
	.menu-opened #main-nav ul li:nth-child(9) a {
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}
	#main-nav .btn {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		-o-transform: scale(.3);
		transform: scale(.3);
		-webkit-transition-delay: 1.1s;
		transition-delay: 1.1s;
		font-size: 20px;
		display: block;
		margin-left: 38px;
		margin-right: 38px;
	}
	.top-section {
		padding: 175px 0 50px;
		font-size: 18px;
		line-height: 30px;
	}
	.heading {
		font-size: 16px;
		line-height: 20px;
	}
	.heading h1 {
		font-size: 70px;
		line-height: 70px;
	}
	.heading h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.top-section .txt-left {
		max-width: 100%;
	}
	.top-section .txt-left .heading {
		margin: 0;
	}
	.top-section .image.right {
		margin: 85px -50px 0 45px;
	}
	.top-section .image.right .bg-img {
		padding-top: 128.5%;
	}
	.top-section .image.left {
		margin: 200px 0 -300px -50px;
	}
	.partners-section {
		padding: 50px 0 0;
	}
	.how-section,
	.roadmap-section {
		padding: 30px 0 30px;
	}
	.timeline-list {
		padding: 50px 0 0;
	}
	.timeline-list li {
		height: 250px;
	}
	.timeline-list .btn {
		left: -40px;
	}
	.roadmap-section .image.left {
		margin: 0 220px 50px -50px;
	}
	.roadmap-section .image.left .bg-img {
		padding-top: 200%;
	}
	.roadmap-section .txt-box {
		padding: 0;
	}
	.roadmap-section .txt-box.type2 {
		padding: 0;
		margin-top: -50px;
	}
	.roadmap-section .txt-box h2 {
		font-size: 120px;
		margin-bottom: 26px;
	}
	.roadmap-section .txt-box span {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 30px;
	}
	.roadmap-section .picture-box.left {
		margin-left: -100px;
	}
	.contact-section {
		padding: 50px 0;
	}
	#footer {
		padding: 74px 0 50px;
	}
	.footer-logo {
		margin-bottom: 52px;
	}
}
@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait ) and (max-width: 767px){
	.heading span {
		margin-bottom: 10px;
	}
	header.fixed ul.lang {
		top: 14px;
	}
	ul.lang {
		top: 14px;
	}
	.heading h1,
	.heading h2 {
		font-size: 48px;
		line-height: 61px;
		margin: 0 0 27px;
	}
	.top-section p {
		margin: 0 0 40px;
	}
	.top-section .image.left {
		margin: 86px 0 -466px;
	}
	.top-section .image.left .bg-img {
		padding-top: 187%;
	}
	.partners-section {
		padding: 478px 0 0;
	}
	.partners-section p {
		margin: 0 0 15px;
	}
	.partners-section .partners-list {
		padding: 10px 0 0;
	}
	.partners-section .partners-list li {
		width: 50%;
		padding: 20px 10px;
	}
	.how-section {
		padding: 149px 0 59px;
		line-height: 30px;
	}
	.how-section .heading {
		margin: 0;
	}
	.how-section .heading h2 {
		margin: 0 0 28px;
	}
	.how-section .heading span {
		margin-bottom: 8px;
	}

	
	
	.roadmap-section {
		line-height: 30px;
	}
	.roadmap-section .image.left {
		margin: 0 0 0 -40px;
	}
	.roadmap-section .image.left .bg-img {
		padding-top: 184%;
	}
	.roadmap-section .heading {
		margin-top: 90px;
	}
	.roadmap-section .heading span {
		margin-bottom: 10px;
	}
	.roadmap-holder {
		padding: 0;
		margin-bottom: 140px;
	}
	.timeline-list {
		padding: 72px 0 0 11px;
	}
	.timeline-list li {
		width: 100%;
		height: auto;
		margin: 0;
		border-top: none;
		border-left: 6px solid #464555;
	}
	.timeline-list li.spacing {
		margin-left: 0;
	}
	.timeline-list li.mobile-hide {
		display: none;
	}
	.timeline-list li:before {
		top: 0;
		height: 100%;
		left: -6px;
		width: 6px;
		bottom: 100%;
	}
	.timeline-list.active li:before {
		width: 6px;
		bottom: 0;
	}
	.timeline-list li:nth-child(4):before,
	.timeline-list li:nth-child(5):before,
	.timeline-list li:nth-child(8):before,
	.timeline-list li:nth-child(9):before,
	.timeline-list li:nth-child(10):before {
		left: -6px;
		right: auto;
	}
	.timeline-list li:nth-child(9) {
		border-color: transparent;
	}
	.timeline-list li:nth-child(10) {
		border: none;
		text-align: center;
	}
	.timeline-list li:nth-child(9):before,
	.timeline-list li:nth-child(10):before {
		display: none !important;
	}
	.timeline-list li:nth-child(3):after,
	.timeline-list li:nth-child(5):after,
	.timeline-list li:nth-child(7):after {
		display: none;
	}
	.timeline-list li .circle {
		left: -19px;
		background: #eff1f5;
		border-color: #00EA97;
		-webkit-animation: none;
		animation: none;
	}
	.timeline-list li .holder {
		height: auto;
		min-height: 172px;
		padding: 0 15px 70px 52px;
		margin-top: -14px;
	}
	.timeline-list li:nth-child(1):before {
		-webkit-transition-delay: .25s;
		transition-delay: .25s;
	}
	.timeline-list li:nth-child(2):before {
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}
	.timeline-list li:nth-child(3):before {
		-webkit-transition-delay: 2s;
		transition-delay: 2s;
	}
	.timeline-list li:nth-child(4):before {
		-webkit-transition-delay: 3s;
		transition-delay: 3s;
	}
	.timeline-list li:nth-child(5):before {
		-webkit-transition-delay: 4s;
		transition-delay: 4s;
	}
	.timeline-list li:nth-child(6):before {
		-webkit-transition-delay: 5s;
		transition-delay: 5s;
	}
	.timeline-list li:nth-child(7):before {
		-webkit-transition-delay: 6s;
		transition-delay: 6s;
	}
	.timeline-list li:nth-child(8):before {
		-webkit-transition-delay: 7s;
		transition-delay: 7s;
	}
	.timeline-list li:nth-child(9):before {
		-webkit-transition-delay: 8s;
		transition-delay: 8s;
	}
	.timeline-list li:nth-child(10):before {
		-webkit-transition-delay: 9s;
		transition-delay: 9s;
	}
	.timeline-list li:nth-child(2) .circle {
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
		-webkit-animation-delay: 1s;
		animation-delay: 1s;
	}
	.timeline-list li:nth-child(3) .circle {
		-webkit-transition-delay: 2s;
		transition-delay: 2s;
		-webkit-animation-delay: 2s;
		animation-delay: 2s;
	}
	.timeline-list li:nth-child(4) .circle {
		-webkit-transition-delay: 3s;
		transition-delay: 3s;
		-webkit-animation-delay: 3s;
		animation-delay: 3s;
	}
	.timeline-list li:nth-child(5) .circle {
		-webkit-transition-delay: 4s;
		transition-delay: 4s;
		-webkit-animation-delay: 4s;
		animation-delay: 4s;
	}
	.timeline-list li:nth-child(6) .circle {
		-webkit-transition-delay: 5s;
		transition-delay: 5s;
		-webkit-animation-delay: 5s;
		animation-delay: 5s;
	}
	.timeline-list li:nth-child(7) .circle {
		-webkit-transition-delay: 6s;
		transition-delay: 6s;
		-webkit-animation-delay: 6s;
		animation-delay: 6s;
	}
	.timeline-list li:nth-child(8) .circle {
		-webkit-transition-delay: 7s;
		transition-delay: 7s;
		-webkit-animation-delay: 7s;
		animation-delay: 7s;
	}
	.timeline-list li:nth-child(9) .circle {
		-webkit-transition-delay: 8s;
		transition-delay: 8s;
		-webkit-animation-delay: 8s;
		animation-delay: 8s;
	}
	.timeline-list .btn {
		position: relative;
		margin-top: -30px;
		left: auto;
	}
	.btn-expand {
		position: absolute;
		padding-left: 72px;
		left: 52px;
		bottom: 48px;
		font-weight: 500;
		font-size: 14px;
		line-height: 20px;
		color: #000;
	}
	.btn-expand:before {
		content: '';
		position: absolute;
		left: 0;
		top: 5px;
		width: 54px;
		height: 12px;
		background: url(../images/ico-expand.png) no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.btn-expand.hidden {
		display: none !important;
	}
	.roadmap-section .txt-box.type2 {
		margin-top: 60px;
	}
	.roadmap-section .picture-box.right {
		margin: 70px -40px 0 45px;
	}
	.contact-section {
		padding: 80px 0 101px;
		line-height: 30px;
	}
	.contact-section .heading span {
		margin-bottom: 10px;
	}
	.contact-form {
		padding-top: 38px;
	}
	.contact-form .form-control {
		margin-bottom: 20px;
	}
	.footer-list {
		margin: 0 -20px;
	}
	.footer-list li {
		font-size: 12px;
		padding: 0 8px;
	}
	#footer p {
		margin: 0 0 104px;
	}
}
@media screen and (max-width: 410px),
screen and (orientation: landscape) and (max-width: 410px),
screen and (orientation: portrait ) and (max-width: 410px){
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main-nav ul {
		padding: 20px 0 0;
		margin: 0 0 50px;
	}
	#main-nav ul li {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	#main-nav .btn {
		font-size: 18px;
		margin-left: 15px;
		margin-right: 15px;
	}
	#footer p {
		margin: 0 0 50px;
	}
	.footer-list {
		margin: 0;
	}
	.footer-list li {
		display: block;
		padding: 5px 0;
	}
	.footer-list li + li:before {
		display: none;
	}
}
@media screen and (min-width: 768px){
 

	.timeline-list li.mobile-hide {
		display: block !important;
	}
}
.slick-list {
	min-height: 80vh;
}
.testimonials-holder {
	position: relative;
	background: #003CFF;
	color: #fff;
}
.testimonials-holder .bg-img {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.testimonials-holder .bg-img:before,
.testimonials-holder .bg-img:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.testimonials-holder .bg-img:before {
	z-index: 1;
	background: #113254;
	opacity: .46;
}
.testimonials-holder .bg-img:after {
	z-index: 1;
	background: -moz-linear-gradient(top,  rgba(0,60,255,0) 0%,rgba(0,60,255,0.3) 75%,rgba(0,60,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,60,255,0) 0%,rgba(0,60,255,0.3) 75%,rgba(0,60,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,60,255,0) 0%,rgba(0,60,255,0.3) 75%,rgba(0,60,255,1) 100%);
	height: 75%;
	bottom: 0;
}
.testimonials-slider {
	position: relative;
	z-index: 5;
}
.testimonials-slider .slide {
	position: relative;
	min-height: 976px;
	padding: 339px 0 170px;
}
.testimonials-slider .slide .container {
	position: relative;
	z-index: 2;
}
.testimonials-slider h2 {
	font: 700 48px/52px 'Poppins', sans-serif;
	margin: 0 0 35px;
	padding-left: 82px;
	color: #fff;
}
.fa-lang .testimonials-slider h2 {
    font-family: 'BTitr';
}
.testimonials-slider blockquote {
	position: relative;
	max-width: 700px;
	border: none;
	margin: 0;
	padding: 0 0 0 84px;
	font-weight: 300;
	font-style: italic;
	font-size: 30px;
	line-height: 42px;
}
.testimonials-slider blockquote:before {
	content: '';
	width: 50px;
	height: 36px;
	background: url(../images/ico-quote-white.svg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 14px;
	left: 0;
}
.testimonials-slider blockquote q {
	display: block;
	margin-bottom: 41px;
}
.testimonials-slider .col-lg-offset-5 blockquote q {
	font-size: 27px;
}
.testimonials-slider blockquote cite {
	display: block;
	text-align: right;
	font-style: normal;
	font-weight: 500;
	padding-right: 76px;
}
.testimonials-slider blockquote.type2 cite {
	text-align: left;
	padding: 0;
	font-size: 26px;
}
.testimonials-slider blockquote cite:before {
	content: '-';
	display: inline-block;
	vertical-align: top;
	margin: 0 7px 0 0;
}
.testimonials-slider .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: 93px;
	left: 0;
	right: 0;
	text-align: center;
}
.testimonials-slider .slick-dots li {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
}
.testimonials-slider .slick-dots li button {
	padding: 0;
	font-size: 0;
	line-height: 0;
	border: none;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #fff;
	opacity: .24;
}
.testimonials-slider .slick-dots li.slick-active button,
.testimonials-slider .slick-dots li button:hover {
	opacity: 1;
}

/* css loader */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/* css loader end */
/* single post */
.post-main {
    padding: 160px 0;
}
.post-main header h1 {
    font: 600 60px/72px 'Poppins', sans-serif;
    color: #1D1A27;
}
.post-main header time {
    font: 500 16px/32px 'Poppins', sans-serif;
    color: rgba(70,69,85,0.5);
    margin-bottom: 30px;
}
.post-main .post-hero-container {
    margin-bottom: 74px;
}
.post-hero, .post-vid {
    position: relative;
}
.post-hero img {
    width: 100%;
    height: auto;
    max-height: 450px;
}
.post-vid img, .post-img img  {
    width: 100%;
    height: auto;
   
}

.btnPlay {
    position: absolute;
    width: 111px;
    height: 111px;
    top: calc(50% - (111px / 2));
    left: calc(50% - (111px / 2));
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0, .4);
    cursor: pointer;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.btnPlay::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 28px solid #464555;
    border-bottom: 14px solid transparent;
    top: calc(50% - 14px);
    left: calc(50% - 9px);
}

.post-hero .btnPlay:hover, .post-vid .btnPlay:hover {
    background-color: #464555;
}
.post-hero .btnPlay:hover::before, .post-vid .btnPlay:hover::before {
    border-left: 28px solid #fff;
}
.post-hero figcaption, .post-main .post-content .wp-caption .wp-caption-text {
    text-align: center;
    color: #464555;
    margin-top: 20px;
    font: 300 16px/32px 'Poppins', sans-serif;
}
.post-hero-lightbox {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top:0;
    left:0;
    background-color: rgba(0,0,0, .8);
    z-index: 100;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.post-hero-lightbox.lightboxActive {
    display: flex;
    width: 100vw;
    height: 100vh;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
}
.btnCloseLightbox {
    background-color: transparent;
    background-image: none;
    border:none;
    position: absolute;
    top: 30px;
    right: 45px;
    width: 40px;
    height: 40px;
    z-index: 1;
}
.btnCloseLightbox span {
    position: absolute;
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);
    left: 0;
    background-color: #fff;
    z-index: -1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.btnCloseLightbox span:last-child {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

#vidContainer  {
	width: 90vw;
	height: calc(90vw * 0.5625);
}

#vidContainer iframe {
	width: 100%;
	height: 100%;
}

.post-main .post-intro {
    font: 400 24px/32px 'Poppins', sans-serif;
    color: #464555;
    margin-bottom: 30px;
}
.post-main h1, .post-main h2 {
	/* width: calc(((100% / 12) * 8) ); */
	margin-left: calc(((100% / 12) * 2) );
	padding: 0 15px;
}
.post-main .post-content p, .post-main .post-content ol, .post-main .post-content ul {
    width: calc(((100% / 12) * 8) );
    margin-left: calc(((100% / 12) * 2) );
    padding: 0 15px;
} 

.post-main .post-content ol, .post-main .post-content ul {
	list-style-position: inside;
	padding-left: 60px;
}

.post-main .post-content blockquote, .post-intro  blockquote{
    position: relative;
    border: none;
    margin: 0;
	padding: 28px 0px 43px 60px;
	font: 400 20px/34px 'Poppins', sans-serif;
}
.post-main .post-content blockquote::before, .post-intro  blockquote::before {
    content: '';
    width: 25px;
    height: 16px;
    background: url(../images/ico-quote-blue.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 22px;
    left: 140px;
}
.post-intro  blockquote::before {
	left: -30px;
}

.post-main .post-content p a {
	color: #003CFF;
	text-decoration: underline;
}
.post-main .post-content .wp-caption {
    width: calc(((100 / 12) * 10) * 1%) !important;
    margin-left: calc(((100 / 12) ) * 1%);
    margin-top: 100px;
    margin-bottom: 60px; 
    padding: 0 15px;
} 

.post-main .post-content .wp-caption img {
    width: 100%;
    height: auto;
}

.post-main .post-footer .social-share {
    border-top: 1px #D3D2D5 solid;
    margin-top: 120px;
    display: flex;
    justify-content: flex-end;
}
.post-main .post-footer .social-share .social-share-btnGroup {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0;
}
.post-main .post-footer .social-share .social-share-btnGroup button {
    height: 34px;
    border-radius: calc(34px / 2);
    -webkit-border-radius: calc(34px / 2);
    -moz-border-radius: calc(34px / 2);
    -ms-border-radius: calc(34px / 2);
    -o-border-radius: calc(34px / 2);
}
.post-main .post-recent-posts h2 {
    margin-bottom: 40px;
}
/* single post end */

/* news page */
.post-newest {
    max-height: 560px;
    margin: 60px 0;
    overflow: hidden;
}
.post-newest img {
    width: 100%;
    height: auto;
    max-height: 560px;
}

.post-newest-text {
    display: flex;
    flex-flow: column;
    min-height: 560px;
    justify-content: space-between;
}
/* news page end */

/*  post card */
.post-card {
    display: flex;
    flex-flow: column;
    width: 100%;
    box-shadow: 0 41px 74px rgba(0,0,0, .12);
    transition: box-shadow .4s ease;
    -webkit-transition: box-shadow .4s ease;
    -moz-transition: box-shadow .4s ease;
    -ms-transition: box-shadow .4s ease;
    -o-transition: box-shadow .4s ease;
}
.post-card:hover {
    box-shadow: 0 1px 34px rgba(0,0,0, .22);
}
.post-card .card-img {
    width: 100%;
    /* height: 300px; */
    height: 100%;
    max-height: 350px;
    background: no-repeat center center;
    background-size: cover;
}
.post-card time.post-time {
    font: 500 16px/32px 'Poppins', sans-serif;
    color: rgba(0,0,0,.5);
	margin-top: 20px;
	padding: 0 0 20px 20px;
}
.post-newest-text h2 {
    font: 600 50px/62px 'Poppins', sans-serif;
}
.post-newest-text .post-time {
	display: block;
	margin-bottom: 15px;
	padding-left: 0;
	
}
.post-card .card-text {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
	min-height: 180px;
	padding: 0 20px ;
}
.post-card .card-text h3 {
    font: 600 36px/50px 'Poppins', sans-serif;
    margin-top: 0;
}
.post-card .card-text p, .card-read-more {
    font: 500 20px/32px 'Poppins', sans-serif;
    text-align: right;
    color: #003CFF;
    margin: 0 17px 25px;
}
/*  post card end */


/* masonry */
/* fallback for browsers that do not support css grid */
.grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.grid-item { 
    display: inline-block;
    width: calc(100% / 3); 
    /* width: 320px; */
}
.loadmore-btn-container {
    display: flex;
    justify-content: center;
    height: 65px;
    margin: 112px 0;
}


@media only screen and (max-width : 1249px) {
    .post-card .card-img{
        width: 100%;
        /* height: 350; */
        max-height: 230px;
    }
    .post-card .card-text {
        min-height: 230px;
    }
    .post-card .card-text h3 {
        font: 500 26px/40px 'Poppins', sans-serif; 
    }
}
@media only screen and (max-width : 991px) {

    .post-card .card-img{
        /* height: 210px; */
        max-height: 210px;
    }
    .post-card .card-text {
        min-height: 210px;
    }
    .post-card .card-text h3 {
        font: 500 20px/30px 'Poppins', sans-serif; 
    }
    .post-card .card-text p, .card-read-more {
        font: 500 16px/32px 'Poppins', sans-serif;
        text-align: right;
        color: #003CFF;
        margin: 0 0 10px;
    }
}
@media only screen and (max-width : 767px) {
    .grid-item, .grid-sizer{ 
        width: calc(100% / 2); 
	}
	
}

@media only screen and (max-width : 413px) {
    .grid-item, .grid-sizer{ 
        width: 100%; 
	}
	
	
}

/* browsers that support css grid */
@supports (display: grid) {
    .grid {
        display: grid;
		grid-column-gap: 30px;
		grid-row-gap: 28px;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
		grid-auto-rows: 2px;
		width: 100%;
		
    }
    .grid-item {
        width: 100%;
    }
    @media only screen and (max-width : 1249px) {
        .grid-item .post-card .card-img {
            max-height: initial;
        }
	}

    @media only screen and (max-width : 991px) {
        .grid-item .post-card .card-img {
            max-height: initial;
        }
    }

    @media only screen and (max-width : 767px) {
        .grid{ 
            grid-template-columns: 100%;
        }
        .grid-item { 
			width: 100%; 
			grid-column: 1;
        }
        .grid-item .post-card .card-img {
            max-height: initial;
        }
    }
    @media only screen and (max-width : 413px) {
		
        .grid-item .post-card .card-img {
            max-height: initial;
        }
    }
    
}

/* masonry end */



/* CTA section */
.cta__inner-container {
    display: flex;
    background: #003CFF;
    margin: 100px 0;
    padding: 60px 0 80px;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 18px rgba(0,0,0, .4);
}
.cta__title {
    font: 700 36px/60px 'Poppins', sans-serif;
    margin-bottom: 40px;
}
.fa-lang .cta__title {
    font-family: 'BTitr';
}
.cta__btn {
    margin: 60px auto 0;
    max-width: 280px;
}



/* CTA section end */

/* CTA join section */
.section-c2a-join{
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 130px;
    margin-bottom: 130px;
}
.section-c2a-join figure {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-c2a-join figure svg {
    width: 84px;
    height: 99px;
}

.section-c2a-join  p {
    font: 500 50px/64px 'Poppins';
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
@media only screen and (max-width : 1024px) {
    .section-c2a-join  p {
        font-size: 36px;
        line-height: 42px;
    }
}
@media only screen and (max-width : 768px) {
    .section-c2a-join figure {
        margin-bottom: 20px;
	}
	.btnCloseLightbox {
		top: 10px;
		right: 15px;
	}
	
}

@media only screen and (max-width : 425px) {
	.btnPlay {
		width: 51px;
		height: 51px;
		top: calc(50% - (51px / 2));
		left: calc(50% - (51px / 2));
	}
	.btnPlay::before {
		border-top: 7px solid transparent;
		border-left: 14px solid #464555;
		border-bottom: 7px solid transparent;
		top: calc(50% - 7px);
		left: calc(50% - 4px);
	}
    .section-c2a-join  p {
        font-size: 28px;
        line-height: 36px;
	}
	
}
@media only screen and (max-width : 320px) {
    .section-c2a-join  p {
        font-size: 24px;
        line-height: 32px;
    }
}


/* CTA join section end */

/* about-section */
.about-section {
	padding: 122px 0 160px;
	background: #003CFF;
	color: #fff;
	font-size: 20px;
	line-height: 32px;
	position: relative;
	overflow: hidden;
}
.about-section .bg-img, .petition-section .bg-img {
	position: absolute;
	z-index: 1;
	top: 104px;
	left: 0;
	right: 0;
	padding-top: 69.8%;
}
.about-section .container, .petition-section .container{
	position: relative;
	z-index: 3;
}
.about-section h2 {
	font: 600 100px/110px 'Poppins', sans-serif;
	margin: 0 0 45px;
	color: #fff;
}
.fa-lang .about-section h2 {
    font-family: 'BTitr';
}
.about-section p {
	margin: 0 0 35px;
}
.about-section blockquote {
	position: relative;
	border: none;
	margin: 0;
	padding: 8px 0px 63px 170px;
	font: 400 30px/46px 'Poppins', sans-serif;
}
.fa-lang .about-section blockquote {
    font-family: 'IranSans';
}
.about-section blockquote:before {
	content: '';
	width: 45px;
	height: 36px;
	background: url(../images/ico-quote-white.svg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 22px;
	left: 100px;
}
.about-section .wrap {
	padding: 22px 32px 27px;
	border-radius: 3px;
	background: #1B6BFA;
	margin: 0 0 70px;
	box-shadow: 0 0 15px 5px rgba(0,0,0,.05);
}
.about-section .wrap h4 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	margin: 0;
}
.about-section .wrap p {
	margin: 0;
}
.about-section .btn-holder {
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.about-section .btn-holder .btn {
	margin: 0 15px 20px;
	padding: 19px 68px 18px;
	position: relative;
	min-width: 280px;
}
.btn-transparent {
	color: #fff;
	background: transparent;
	border: 3px solid #fff;
	padding-top: 16px;
	padding-bottom: 15px;
}
.btn-transparent:active,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent,
.btn-transparent:focus,
.btn-transparent.focus,
.btn-transparent:active:hover,
.btn-transparent.active:hover,
.open > .dropdown-toggle.btn-transparent:hover,
.btn-transparent:active:focus,
.btn-transparent.active:focus,
.open > .dropdown-toggle.btn-transparent:focus,
.btn-transparent.focus:active,
.btn-transparent.active.focus,
.open > .dropdown-toggle.btn-transparent.focus,
.btn-transparent:hover {
	color:#fff;
	background:rgba(255,255,255,.15);
}
.btn-transparent.type2 {
	color: #464555;
	background: transparent;
	border: 3px solid #464555;
}
.btn-transparent.type2:active,
.btn-transparent.type2.active,
.open > .dropdown-toggle.btn-transparent.type2,
.btn-transparent.type2:focus,
.btn-transparent.type2.focus,
.btn-transparent.type2:active:hover,
.btn-transparent.type2.active:hover,
.open > .dropdown-toggle.btn-transparent.type2:hover,
.btn-transparent.type2:active:focus,
.btn-transparent.type2.active:focus,
.open > .dropdown-toggle.btn-transparent.type2:focus,
.btn-transparent.type2.focus:active,
.btn-transparent.type2.active.focus,
.open > .dropdown-toggle.btn-transparent.type2.focus,
.btn-transparent.type2:hover {
	color:#464555;
	background:rgba(70,69,85,.15);
}
.about-section .btn-holder .btn-transparent {
	padding-top: 16px;
	padding-bottom: 15px;
}
.about-section .btn-holder .btn-transparent:after {
	content: '';
	width: 21px;
	height: 28px;
	background: url(../images/ico-btn-01.svg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -14px;
}
/* about-section end */

/* worlmap-hero-section */

.worldmap-hero-section, .petition-section {
    background: -moz-linear-gradient(top, rgba(0,0,180,1) 0%,rgba(0,60,255,1) 30%,rgba(0,60,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,180,1) 0%,rgba(0,60,255,1) 30%,rgba(0,60,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,180,1) 0%,rgba(0,60,255,1) 30%,rgba(0,60,255,1) 100%);
}
.remove_padding--bottom {
    padding-bottom: 0;
}
 /* .bg-img > svg {
    position: absolute;
    top: -20vh;
    left: -15%;
    opacity: 1;
    width: 130%;
    height: 100vh;
} */
.worldmap-hero-section h2 {
    margin-top: 150px;
    font-weight: 500;
}

.worldmap-hero-section .btn-holder a.btn {
    margin-top: 84px;
}
.worldmap-hero-section blockquote {
    margin-top: 84px;
}
/* worlmap-hero-section end */

/* petition-section */
.petition-section {
    background-color: #003CFF;
    padding-bottom: 100px;
    margin-bottom: 80px;
}

.petition-section h3 {
    font: 500 50px/64px 'Poppins', sans-serif;
    text-align: center;
    color: #fff;
}

.fa-lang .petition-section h2 {
    font-family: 'BTitr';
}


.petition-section .petition-letter {
    margin-top: 68px; 
    background-color: #fff;
    padding: 64px 54px 30px;
    box-shadow: 0px -4px 35px 6px rgba(0,0,0, .4);
    position: relative;
    z-index: 1;
}
.petition-section .shadow:before, 
.petition-section .shadow:after {
    position: absolute;
    content: '';
    background-color: transparent;
    bottom: 0;
    width: 48%;
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,.7);
    z-index: -1;
}
.petition-section .shadow {
    position: relative;
    z-index: 0;
}
.petition-section .shadow:before {
    left: -1%;
    transform: rotate(-2deg);
}
.petition-section .shadow:after {
    right: -1%;
    transform: rotate(2deg);
}
.petition-section .petition-letter h3 {
    font: 500 28px/30px 'Poppins', sans-serif;
    text-align: left;
    color: #000;
    margin-bottom: 30px;
}
.fa-lang .petition-section .petition-letter h3 {
    font-family: 'BTitr';
}
.petition-section .petition-letter p {
    margin-bottom: 30px;
}

.petition-section .petition-letter-signiture {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 120px;
    margin-top: 20px;
}
.petition-section .petition-letter-signiture .sign-wrap {
    display: flex;
    flex-flow: column;
    /* width: calc((100% / 12) * 5); */
}
.petition-section .petition-letter-signiture .sign-wrap .signature-label {
    font-size: 12px;
    font-weight: 600;
}
.petition-section .petition-letter-signiture .petition-letter-date .date {
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
}

.petition-section .petition-letter-signiture .line {
    width: 100%;
    border-bottom: 1px solid #000;
    min-height: 31px;
}
.petition-section .petition-letter-signiture .signature {
    font-family: 'Monsieur La Doulaise', cursive;
    font-size: 28px;
    text-align: center;

}
.petition-section .form-container {
    padding: 80px 0;
}
.petition-section .form-container .gform_wrapper form {
    position: relative;
    top: -50px;
}
.petition-section .form-container .ginput_container {
    margin: 0;
}
.petition-section .form-container .gform_heading {
    margin: 0;
}
.petition-section .form-container .gform_body .gform_fields{
    display: flex;
    flex-flow: row wrap;
    margin-top: 50px;
}
.petition-section .form-container .gform_body .gform_fields li {
    flex-basis: 50%;
    padding: 0 20px;
    
}
.petition-section .form-container .gform_body .gform_fields li div {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.petition-section .form-container .gform_body .gform_fields input,
.petition-section .form-container .gform_body .gform_fields select  {
    width: 100% !important;
    height: 53px;
    text-indent: 17px;
    border-radius: 3px;
    border: none;
}
.petition-section .form-container .gform_body .gform_fields .ginput_container_checkbox label {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    margin-left: 15px;
    width: 100%;
} 
.petition-section .form-container .gform_body .gform_fields .ginput_container_checkbox label a {
    z-index: 1;
    text-decoration: underline;
}
#field_2_9, #field_3_9 {
    margin-left: auto !important;
    margin-top: 0;
}
#field_2_9 div {
    align-items: flex-start;
    margin-top: 0;
}
#field_2_9 div ul {
    margin: 0;
}

.petition-section .form-container .gform_body .gform_fields .ginput_container_select{
    position: relative;
}
.petition-section .form-container .gform_body .gform_fields .ginput_container_select::after {
    position: absolute;
    content: '';
    background-image: url('../images/down-caret.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    bottom: 15px;
    right: 20px;
    z-index: 1;
}
.petition-section .form-container .gform_body .gform_fields select {
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.petition-section .form-container .gform_body .gfield_checkbox {
    margin: 0;
}
.petition-section .form-container .gform_body .gfield_checkbox li {
    margin: 0;
    padding: 0 0 0 6px !important;
}
.petition-section .form-container .gform_body .gfield_checkbox li input {
    width:20px !important;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}




.petition-section .form-container .gform_body #field_2_7 .ginput_container {
    align-items: flex-start;
}
.petition-section .form-container .gform_footer {
    margin-top: 60px !important;
}

.petition-section .form-container .gform_footer .gform_button {
    background-color: #1D1A27;
    color: #fff;
    border: none;
    width:230px;
    height: 62px;
    border-radius: 31px;
    padding: 0;
    font-weight: 700;
}
.petition-section .form-container .gform_footer .gform_button:hover {
    color: #1D1A27;
    background-color: #fff;

}
.petition-section .form-container .gform_confirmation_wrapper {
    margin-top: 100px;
}
.petition-section .form-container .gform_confirmation_wrapper .gform_confirmation_message {
    text-align: center;
    color: #fff;
}
.petition-section .form-container img.gform_ajax_spinner {
    display: none !important;
}


/* petition error handling */
.petition-section .form-container .gform_wrapper li.gfield.gfield_error {
    border: none;
    position: relative;
    background-color: transparent;
}
.petition-section .form-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required .validation_message {
    position: absolute;
    bottom: -40px;
    height: auto;
}
.petition-section .form-container .gform_wrapper #field_2_7 .validation_message   {
    position: absolute;
    bottom: -10px;
}
/* petition error handling end */
@media screen and (max-width: 767px) {
	
    #header.type2 .nav-right .btn {
        display: none;
    }
    .petition-section .petition-letter-signiture {
        flex-flow: column;
    }
    .petition-section .petition-letter-signiture .sign-wrap {
        width: 100%;
    }

    .petition-section .form-container .gform_body .gform_fields {
        
        flex-flow: column;
        
    }
    .petition-section h3 {
        font: 500 30px/44px 'Poppins', sans-serif;
        text-align: center;
        color: #fff;
    }
    .fa-lang .petition-section h3 {
        font-family: 'BTitr';
	}
	.post-main {
		padding: 71px 0;
	}
	.post-main header h1 {
		font: 600 48px/60px 'Poppins', sans-serif;
	}
	.post-main h1, .post-main h2 {
		margin-left: 0;
	}
	.post-main .post-content blockquote, .post-intro blockquote {
		padding: 28px 0px 43px 40px;
	}
	.post-main .post-content blockquote p, .post-intro blockquote p {
		font: 400 18px/32px 'Poppins', sans-serif;
		
	}
	
	.post-main .post-content blockquote::before, .post-intro blockquote::before {
		left: 0;
	}

    .post-main .post-content p, .post-main .post-content ol {
        width: calc((100% / 12) * 12);
        margin-left: 0;
    } 
    .post-main .post-content .wp-caption {
        width: 100% !important;
        margin-left: 0;

    } 

}
/* petition-section end */

/* share-section */
.share-section {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.share-section  .fb-share-button .btn {
    color: #1D1A27;
    margin-top: 80px;
    background-color: #fff;
    
}
.share-section .fb-share-button .btn:hover {
    color: #FFF;
    background-color: #1D1A27;
}


.share-section h2 {
    font: 600 50px/68px 'Poppins', sans-serif;
    text-align: center;  
    margin: 86px 0 20px;
}
.fa-lang {
    font-family: 'BTitr';
}
.share-section p {
    font: 600 26px/46px 'Poppins', sans-serif;
    text-align: center;  
}
.fa-lang .share-section p {
    font-family: 'IranSans';
}

.share-card-container {
    position: relative;
    
}
.share-card-container .share-card {
    background-color: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    padding: 90px;
    color: #1D1A27;
    position: relative;
    box-shadow: 1px 0px 10px 2px rgba(0,0,0,.4);
    z-index: 1;
    overflow: hidden;
}
    .share-card-container .shadow {
        position: relative;
        z-index: 0;
    }

    .share-card-container .shadow:before, 
    .share-card-container .shadow:after {
        position: absolute;
        content: '';
        background-color: transparent;
        bottom: 0;
        width: 48%;
        box-shadow: 0px 0px 15px 5px rgba(0,0,0,.5);
        z-index: -1;
    }
    .share-card-container .shadow:before {
        left: 0;
        transform: rotate(-2deg);
    }
    .share-card-container .shadow:after {
        right: 0;
        transform: rotate(2deg);
    }
.share-card-container .share-card .bg-img {
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
    height: 100%;
    padding-top: 69.8%;
    background-size: cover;
    z-index: -1;
}


.share-card-container .share-card .share-card-logo {
    width: 100%;
    max-width: 316px;
    height: 45px;
}

.share-card-container .share-card h3 {
    font: 600 46px/48px 'Poppins', sans-serif;
    text-align: center;
    margin-top: 39px;
}
.fa-lang .share-card-container .share-card h3 {
    font-family: 'BTitr'
}
.share-card-container .share-card p {
    margin-top: 10px;
}
.share-card-container .share-card a {
    font: 700 24px/33px 'Poppins', sans-serif;
    color: #003CFF;
    margin-top: 10px;
}
.fa-lang .share-card-container .share-card a {
    font-family: 'IranSans';
}
.share-card-container .share-card a:hover {
    text-decoration: underline;
}

/* share-section end */

/* Partners-section */
    .our-partners-section {
        margin: 100px 0 100px;
        padding: 100px 0 133px;
    }
    .our-partners-section h2 {
        text-align: center;
        margin-bottom: 60px;
    }
    .our-partners-section p {
        text-align: center;
    }

    .our-partners-section .logos {
        margin: 100px 0 100px;
		display: flex;
		flex-wrap: wrap;
    }

    .our-partners-section .logos div {
        margin-bottom: 100px;
        max-height: 130px; 
	}
	.our-partners-section .logos img {
		width: 80%;
		margin: 0 auto;
	}

    .our-partners-section .in-touch-container {
        display: flex; 
        justify-content: center;
    }
    .our-partners-section .in-touch-container .btn-in-touch {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #1D1A27;
        color: #fff;
        border: none;
        width:230px;
        height: 62px;
        border-radius: 31px;
        padding: 0;
        
}
    .our-partners-section .in-touch-container .btn-in-touch:hover {
        color: #1D1A27;
        background-color: rgba(70,69,85,.1);
    }
/* Partners-section end */

/* sides-section */
.sides-section {
	padding: 60px 0 18px;
	font-size: 20px;
	line-height: 32px;
}
.sides-section .side-row {
	padding-top: 80px;
	padding-bottom: 148px;
}
.sides-section h3 {
	font: 700 48px/60px 'Poppins', sans-serif;
	margin: 0 0 32px;
}
.fa-lang .sides-section h3 {
    font-family: 'BTitr';
}
.sides-section p {
	margin: 0 0 34px;
}
.sides-section blockquote {
	position: relative;
	border: none;
	margin: 0;
	padding: 13px 180px 0 76px;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	font-style: italic;
}
.sides-section blockquote:before {
	content: '';
	width: 50px;
	height: 36px;
	background: url(../images/ico-quote-blue.svg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 18px;
	left: 0;
}
.sides-section blockquote cite {
	font-style: normal;
	font-weight: 400;
}
.sides-section blockquote cite:before {
	content: '-';
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}
.sides-section .picture img {
	display: block;
}
.sides-section .picture.type1 {
	margin: -25px 0 0 -64px;
}
.sides-section .picture.type2 {
	margin: -151px 0 -110px -34px;
}
.sides-section .picture.type3 {
	margin: -158px 0 0 -112px;
}
.sides-section .picture.type4 {
	margin: 102px 0 0 33px;
}
.sides-section .wrap {
	border-radius: 3px;
	background: #eff5fe;
	padding: 58px 72px 51px 82px;
	margin: 54px 0 33px;
}
.sides-section .wrap h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 23px;
}
.sides-section .wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.sides-section .wrap ul li {
	position: relative;
	padding: 0 0 1px 27px;
	font-size: 20px;
	line-height: 32px;
}
.sides-section .wrap ul li:before {
	content: '';
	position: absolute;
	top: 13px;
	left: 3px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #464555;
}
.sides-section .wrap ul b {
	font-weight: 600;
}
/* plan-section */
.plan-section {
	padding: 123px 0 108px;
	background: #eff5fe;
}
.plan-section .heading {
	text-align: center;
	margin-bottom: 57px;
}
.plan-section .heading h2 {
	margin: 0;
}
.plan-section p {
	margin: 0 0 32px;
}
.plan-section .btn-holder {
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding-top: 40px;
}
.plan-section .btn-holder .btn {
	margin: 0 15px 20px;
	padding: 19px 68px 18px;
	position: relative;
	min-width: 280px;
}
.plan-section .btn-holder .btn-transparent.type2 {
	padding-top: 16px;
	padding-bottom: 15px;
}
.plan-section .btn-holder .btn-transparent:after {
	content: '';
	width: 21px;
	height: 28px;
	background: url(../images/ico-btn-02.svg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -14px;
}
.roadmap-section.type2 {
	padding-bottom: 20px;
}
.roadmap-section.type2 .image.left {
	margin: -13px -183px 0 -112px;
	position: relative;
	z-index: 5;
}
.roadmap-section.type2 .heading {
	margin-top: 67px;
}
.roadmap-section.type2 .wrp {
	padding-left: 290px;
}
.roadmap-section.type2 .timeline-list {
	padding-top: 104px;
}
.roadmap-section.type2 .timeline-list li.invisible {
	opacity: 0;
}
.roadmap-section.type2 .timeline-list li:before {
	background: #3483d6;
}
.roadmap-section.type2 .timeline-list.active li:after,
.roadmap-section.type2 .timeline-list.active li .circle {
	border-color: #3483d6;
}
.roadmap-section.type2 .timeline-list .btn-primary:active,
.roadmap-section.type2 .timeline-list .btn-primary:focus,
.roadmap-section.type2 .timeline-list .btn-primary:active:hover,
.roadmap-section.type2 .timeline-list .btn-primary:active:focus,
.roadmap-section.type2 .timeline-list .btn-primary:hover {
	background: #3483d6;
	color: #fff;
}
.contact-section.type2 {
	padding-top: 30px;
}
.contact-section.type2 .contact-form {
	padding-top: 36px;
}
.contact-section.page-join-confirmation {
    margin-top: 160px;
}
#footer .wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0;
	line-height: 0;
	padding: 36px 0 68px;
}
#footer .dev-logo {
	display: block;
	width: 222px;
	height: 91px;
	background: url(../images/footer-logo-02.svg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
#footer .act-logo {
	display: block;
	width: 252px;
	height: 42px;
	background: url(../images/footer-logo-03b.svg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
#footer .wrap .footer-logo {
	width: 84px;
	height: 100px;
	margin: 0;
}
#header.type2.menuActive {
	background-color: #0000B4;
}
#header.type2.scrolled {
	padding: 20px 0;
}

.page #header.type2.fixed .logo, 
.single #header.type2.fixed .logo,
.single-post #header.type2 .logo, 
.page-template-page-news #header.type2 .logo {
    width: 256px;
    height: 36px;
    background: url(../images/logo.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}


.home #header.type2 .logo,
.page #header.type2 .logo,
.single-post #header.type2.menuActive .logo, 
.page #header.type2.menuActive .logo {
	/* float: none; */
	display: inline-block;
	width: 256px;
	height: 36px;
	background: url(../images/logo-white.svg) no-repeat;
	-webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 3;
	/* margin: 0 auto; */
}


#header.type2 .nav-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 470px;
    z-index: 3;
}
#header.type2 .nav-right .btn {
    min-width: auto;
    max-height: 45px;
    padding: 9px 20px 12px;
    z-index: 2;
}
#header.type2.scrolled .nav-right .btn, 
.page-template-page-news #header.type2 .nav-right .btn, 
.single #header.type2 .nav-right .btn {
    background: #1D1A27;
    color: #fff;
}
.home #header.type2 .nav-right .btn,
#header.type2.menuActive .nav-right .btn {
    background:#fff;
    color: #1D1A27;
}

#header.type2 .nav-right .btnOpenMenu {
    position: relative;
    width: 50px;
    height: 37px;
    background-color: transparent;
    background-image: none;
    border: none;
    padding: 0;
    /* margin-left: 20px; */
    z-index: 2;
    
}
#header.type2 .nav-right .btnOpenMenu span {
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    left: 0;
    right:0;
    background-color: #fff;
    opacity: 1;
    border-radius: 2px;
    z-index: -1;
    -webkit-transition: all 400ms ease;
    transition: all 200ms ease;
} 
.single #header.type2 .nav-right .btnOpenMenu span,
.page-template-page-news #header.type2 .nav-right .btnOpenMenu span {
    background-color: #464555;
}
.single #header.type2 .nav-right .btnOpenMenu.btnActive span, 
.page #header.type2 .nav-right .btnOpenMenu.btnActive span,
.home #header.type2 .nav-right .btnOpenMenu span {
    background-color: #fff;
}

#header.type2.fixed .nav-right .btnOpenMenu span {
    background-color: #464555;
}
#header.type2 .nav-right .btnOpenMenu span:nth-child(1){
    top: 0;
}
#header.type2 .nav-right .btnOpenMenu span:nth-child(2){
    top: calc(50% - 2.5px);
}
#header.type2 .nav-right .btnOpenMenu span:nth-child(3){
    top: calc(100% - 5px);
}

#header.type2 .nav-right .btnOpenMenu.btnActive span:nth-child(1){
    transform: rotate(45deg);
    top: 50%;
}
#header.type2 .nav-right .btnOpenMenu.btnActive span:nth-child(2){
    height: 0;  
    opacity: 0;
}
#header.type2 .nav-right .btnOpenMenu.btnActive span:nth-child(3){
    transform: rotate(135deg);
    top: 50%;
}

#header.type2 .main-menu {
    position: absolute;
    top:100%;
    right: -100vw;
    background-color: #0000B4;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    z-index: 1;
}
#header.type2 .main-menu.menuOpen {
    right: 0;
    opacity: 1;
    transition: right 200ms ease, opacity 250ms 250ms ease;
    
}

.main-menu .menu-main-container {
    width: 80%;
	margin: 100px auto;
	overflow: hidden;
}
#menu-main {
	height: 90vh;
	overflow-y: scroll;
	padding-bottom: 40vh;
}
#menu-main::-webkit-scrollbar { width: 0 !important }
/* .main-menu .menu-main-container ul.menu {
    list-style: none;
} */

.main-menu .menu-main-container ul.menu li {
    list-style: none;
}

.main-menu .menu-main-container ul.menu li a {
    font: 400 60px/90px 'Poppins', sans-serif;
    color: white;
    z-index: 5;
    transition: text-decoration 300ms ease;
}
.fa-lang .main-menu .menu-main-container ul.menu li a {
    font-family: 'IranSans';
}
.main-menu .menu-main-container ul.menu li a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 1199px){
	/* #header.type2 {
		padding: 50px 0 20px;
	} */
	.testimonials-slider .slide {
		min-height: 0;
		padding: 250px 0 200px;
	}
	.testimonials-slider .slick-dots {
		bottom: 50px;
	}
	.about-section {
		padding: 80px 0;
	}
	.about-section h2 {
		font-size: 90px;
		line-height: 90px;
	}
	.sides-section .side-row {
		padding-top: 50px;
		padding-bottom: 100px;
	}
	.sides-section .picture.type2 {
		margin: -50px -28px -100px;
	}
	.sides-section .picture.type3 {
		margin: -70px 0 0 -28px;
	}
	.sides-section .picture img {
		max-width: 100%;
	}
	.sides-section .wrap {
		margin: 0 0 30px;
		padding: 30px;
	}
	.sides-section blockquote {
		padding: 13px 50px 0 60px;
	}

	.plan-section {
		padding: 70px 0;
	}
	.roadmap-section.type2 .wrp {
		padding-left: 230px;
	}
	.roadmap-section.type2 .timeline-list .btn {
		left: -90px;
	}
}
@media screen and (max-width: 991px){
	#header.type2 {
		padding: 30px 0;
	}
	#header.type2 .logo {
		width: 256px;
		height: 36px;
	}
	.testimonials-slider .slide {
		min-height: 0;
		padding: 200px 0 150px;
	}
	.testimonials-slider h2 {
		font-size: 38px;
		line-height: 42px;
		margin: 0 0 30px;
	}
	.testimonials-slider blockquote {
		font-size: 24px;
		line-height: 30px;
	}
	.testimonials-slider blockquote q {
		margin-bottom: 30px;
	}
	.testimonials-slider blockquote.type2 cite {
		font-size: 24px;
		line-height: 30px;
	}
	.testimonials-slider .col-lg-offset-5 blockquote q {
		font-size: 24px;
		line-height: 30px;
	}
	.about-section {
		padding: 50px 0;
	}
	.about-section h2 {
		font-size: 70px;
		line-height: 70px;
	}
	.about-section blockquote {
		padding: 5px 60px 40px 160px;
		font-size: 24px;
		line-height: 30px;
	}
	.about-section blockquote:before {
		top: 12px;
	}
	.about-section .wrap {
		margin: 0 0 40px;
	}
	.sides-section {
		padding: 20px 0;
	}
	.sides-section .side-row {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.sides-section .picture.type1,
	.sides-section .picture.type4 {
		margin: 0 0 30px;
	}
	.sides-section .picture.type2 {
		float: right;
		margin: 0 0 30px;
	}
	.sides-section .picture.type3 {
		float: left;
		margin: 0 0 30px;
	}
	.plan-section {
		padding: 50px 0;
	}
	.plan-section .heading {
		margin-bottom: 30px;
	}
	.plan-section .btn-holder {
		padding: 0;
	}
	.roadmap-section.type2 .image.left {
		margin: 30px -165px 0 -100px;
	}
	#footer .wrap {
		padding: 0 0 40px;
	}
	#footer .dev-logo {
		width: 150px;
		height: 61px;
	}
	#footer .act-logo {
		width: 180px;
		height: 30px;
	}
	#footer .wrap .footer-logo {
		width: 60px;
		height: 71px;
	}
}
@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait ) and (max-width: 767px){

	#header.type2,
	#header.type2.scrolled {
		padding: 15px 0;
	}
	#header.type2 .logo,
	#header.type2.scrolled .logo {
		width: 178px;
		height: 24px;
    }
    #header.type2 .nav-right {
        width: 80px;
    }

    .nav-container {
        padding: 0 20px;
    }

	.main-menu .menu-main-container {
		margin: 25px auto;
	}

    .main-menu .menu-main-container ul.menu li a {
        font: 470 30px/60px 'Poppins', sans-serif;
        color: white;
    }
    .main-menu .menu-main-container ul.menu li a {
        font-family: 'IranSans';
    }
	.testimonials-slider .slide {
		min-height: 0;
		padding: 100px 0 80px;
	}
	.testimonials-slider .slick-dots {
		bottom: 30px;
	}
	.testimonials-slider h2 {
		font-size: 30px;
		line-height: 34px;
		padding-left: 30px;
		margin: 0 0 20px;
	}
	.testimonials-slider blockquote {
		padding-left: 30px;
		font-size: 18px;
		line-height: 24px;
	}
	.testimonials-slider .col-lg-offset-5 blockquote q {
		font-size: 18px;
		line-height: 24px;
	}
	.testimonials-slider blockquote:before {
		width: 24px;
		height: 24px;
		top: 2px;
	}
	.testimonials-slider blockquote q {
		margin-bottom: 20px;
	}
	.testimonials-slider blockquote cite {
		padding-right: 0;
	}
	.testimonials-slider blockquote.type2 cite {
		font-size: 18px;
		line-height: 24px;
	}
	.about-section {
		padding: 30px 0;
		font-size: 18px;
		line-height: 28px;
	}
	.about-section h2 {
		font-size: 48px;
		line-height: 60px;
	}
	.about-section p {
		margin: 0 0 20px;
	}
	.about-section blockquote {
		padding: 5px 0 20px 30px;
		font-size: 18px;
		line-height: 24px;
	}
	.about-section blockquote:before {
		width: 24px;
		height: 24px;
		top: 5px;
		left: 0;
	}
	.about-section .wrap {
		padding: 15px 25px 20px;
	}
	.about-section .btn-holder .btn,
	.plan-section .btn-holder .btn {
		min-width: 250px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.about-section .btn-holder .btn-transparent:after,
	.plan-section .btn-holder .btn-transparent.type2:after {
		right: 25px;
	}
	.sides-section {
		font-size: 18px;
		line-height: 24px;
	}
	.sides-section h3 {
		font-size: 34px;
		line-height: 40px;
		margin: 0 0 20px;
	}
	.sides-section p {
		margin: 0 0 20px;
	}
	.sides-section blockquote {
		padding: 5px 0 0 30px;
		font-size: 18px;
		line-height: 24px;
	}
	.sides-section blockquote:before {
		width: 24px;
		height: 24px;
		top: 5px;
		left: 0;
	}
	.sides-section .wrap {
		padding: 20px;
		margin: 0 0 20px;
	}
	.sides-section .wrap h4 {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 14px;
	}
	.sides-section .wrap ul li {
		font-size: 18px;
		line-height: 24px;
		padding: 0 0 0 20px; 
	}
	.sides-section .wrap ul li:before {
		top: 10px;
	}
	.plan-section p {
		margin: 0 0 20px;
	}

	.post-newest {
		min-height: 620px;
		max-height: none;
	}
	.post-newest .post-newest-text {
		min-height: 320px;
	}
	.post-newest .post-newest-text a {
		padding-left: 0 ;
		padding-right: 0;
	}
	.post-newest .post-newest-text h2 {
		font: 500 20px/30px 'Poppins', sans-serif;
	}

	.roadmap-events.roadmap-events.roadmap-events.roadmap-events {
		padding: 50px 0 20px;
	}

	.roadmap-section.type2 .wrp {
		padding: 0;
	}
	.roadmap-section.type2 .heading {
		margin-top: 50px;
	}
	.roadmap-section.type2 .timeline-list li.invisible {
		display: none;
	}
	.timeline-list.active li .circle,
	.timeline-list li .circle {
		border-color: #3483d6;
	}
	.roadmap-section.type2 .timeline-list .btn {
		left: auto;
	}
	#footer .wrap {	
		display: block;
		padding: 0;
	}
	#footer .wrap a,
	#footer .wrap .footer-logo {
		margin: 0 auto 30px;
    }
    
    /* share-container */
    .share-section h2 {
        font: 600 28px/38px 'Poppins', sans-serif;
        margin: 86px 0 20px;
    }
    .fa-lang .share-section h2 {
        font-family: 'BTitr';
    }
    .share-section p {
        font: 500 18px/26px 'Poppins', sans-serif;
    }
    .fa-lang .share-section p {
        font-family: 'IranSans';
    }
    .share-card-container .share-card {
        padding: 90px 10px;
    }
    .share-card-container .share-card h3 {
        font: 600 28px/38px 'Poppins', sans-serif;
        text-align: center;
        margin-top: 19px;
    }
    .fa-lang .share-card-container .share-card h3 {
        font-family: 'BTitr';
    }
    .share-card-container .share-card a {
        font: 600 16px/28px 'Poppins', sans-serif;
    }
    .fa-lang .share-card-container .share-card a {
        font-family: 'IranSans';
    }
    /* share-container end */
}
.page-id-690 #contact-section {
	display: none !important;
	visibility: hidden !important;
}
.page-id-690 .petition-section {
	padding-top: 130px;
}
.page-id-690 .petition-section p {
	color: #fff;
}	
.pledge-entries {
	padding-bottom: 100px;
}
.pledge-entries header h2 {
	text-align: center;
    padding: 0px 0px 40px;
}
.page-id-690 .petition-section .form-container {
    padding: 80px 0 0px;
}
.page-id-690 .petition-section h3 {
	font-weight: 600;
}
.page-id-690 #header.type2 .nav-right {
    width: 250px;
    max-width: 382px;
    z-index: 3;
}
.page-id-690 #header .nav-right a.link-join {
	display: none;
	visibility: hidden;
}
.pledge-entries h2 span {
	display: block;
	font-size: 14px;
	line-height: 24px;
}		
.page-id-690 .petition-section h3 {
	font-size: 140px;
	line-height: 150px;
	margin-bottom: 20px;
}	
.petition-section p {
	text-align: center;
}
.pledge-entries h2, .pledge-entries p {
	text-align: center;
}
@media only screen and (max-width : 767px) {
	.page-id-690 .petition-section h3 {
		font-size: 70px;
		line-height: 85px;
	}	
}	