@import url(font/primary-iran-yekan.css);
@import url(font/secondary-pinar.css);

body {
	font-family: "primary-font", "segoe ui", "tahoma";
	direction: rtl;
}

p {
	line-height: 2;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.85;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}

.full-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

a:focus,
a:hover {
	text-decoration: none;
}

.btn {
	border: none;
}

.btn-success {
	background-color: #0abb87;
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
	background-color: #0abb87 !important;
}

.btn-primary {
	background-color: #5867dd;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #5867dd !important;
}

.btn-danger {
	background-color: #fd397a;
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
	background-color: #fd397a !important;
}

.btn-info {
	background-color: #4097ca;
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover {
	background-color: #4097ca !important;
}

.btn-dark {
	background-color: #1e1e2d;
}

.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
	background-color: #1e1e2d !important;
}

.btn-warning {
	background-color: #ffb822;
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
	background-color: #ffb822 !important;
}

#app {
	overflow: hidden;
}

header.main-header {
	/*box-shadow: 0px 0 20px -10px rgba(0, 0, 0, 0.6509803922);*/
    z-index: 999;
    background: #5867dd;
    display: flow-root;
}

header.main-header .logo a,.footer_area .logo a{
	display: block;
	font-size: 25px;
	height: 80px;
	line-height: 80px;
	padding: 0 30px;
	font-weight: 700;
	color: #6b6b83;
}

header.main-header .logo a:hover,
header.main-header .logo a:focus {
	color: black;
}

header.main-header .container {
	display: -webkit-box;
	display: flex;
    align-items: center;
}

header.main-header ul.navbar-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-left: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
}

header.main-header ul.navbar-nav li a {
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	display: block;
	color: #323232;
}

header.main-header ul.navbar-nav li a.btn {
	margin-left: 20px;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	color: white;
	text-transform: uppercase;
}

header.main-header ul.navbar-nav li a.btn:hover,
header.main-header ul.navbar-nav li a.btn:focus {
	color: white;
}

header.main-header ul.navbar-nav li a:hover,
header.main-header ul.navbar-nav li a:focus {
	color: black;
}

section {
	padding: 80px 0;
	position: relative;
}

section.cover {
	padding: 130px 0;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
}

section.cover:after {
	content: "";
	display: block;
	height: 50px;
	bottom: -1px;
	position: absolute;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIydnciIHZpZXdCb3g9IjAgMCAxMjgwIDE0MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJ3aGl0ZSI+PHBhdGggZD0iTTEyODAgODZjLTE5LjktMTcuMjEtNDAuMDgtMzkuNjktNzkuODktMzkuNjktNTcuNDkgMC01Ni45MyA0Ni41OS0xMTUgNDYuNTktNTMuNjEgMC01OS43Ni0zOS42Mi0xMTUuNi0zOS42MkM5MjMuNyA1My4yNyA5MjQuMjYgODcgODUzLjg5IDg3Yy04OS4zNSAwLTc4Ljc0LTg3LTE4OC4yLTg3QzU1NCAwIDU0My45NSAxMjEuOCA0MjMuMzIgMTIxLjhjLTEwMC41MiAwLTExNy44NC01NC44OC0xOTEuNTYtNTQuODgtNzcuMDYgMC0xMDAgNDguNTctMTUxLjc1IDQ4LjU3LTQwIDAtNjAtMTIuMjEtODAtMjkuNTF2NTRIMTI4MHoiLz48L2c+PC9zdmc+);
	right: 0;
	left: 0;
}

section.cover h1 {
	margin-bottom: 10px;
	font-size: 40px;
	font-weight: 700;
	font-family: inherit;
}

section.cover h1+p {
	opacity: 0.8;
}

section.cover p.description {
	line-height: 32px;
	margin: 35px 0;
	font-weight: 400;
	font-size: 18px;
}

section.cover ul li a {
	background: white;
	color: black;
	padding: 10px 20px;
}

section.cover ul li a:hover,
section.cover ul li a:focus,
section.cover ul li a:active {
	color: #fff;
}

section header {
	margin-bottom: 70px;
	text-align: center;
	color: #505050;
}

section header h3 {
	font-size: 29px;
	font-weight: 700;
}

section header p {
	color: #646464;
	margin-bottom: 0;
	font-size: 14px !important;
}

section.portfolio {
	padding: 40px 0;
}

section.demos {
	padding-bottom: 20px;
}

section.feature {
	padding-bottom: 30px;
}

section.cover .container .cover-preview {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
}

section.cover .container .cover-preview img {
	right: 0;
	border-radius: 5px;
	box-shadow: 0px 0 20px -5px black;
}

section.cover .container .cover-preview img:nth-child(1) {
	width: 230px;
	margin-right: -100px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	position: relative;
	z-index: 1;
}

section.cover .container .cover-preview img:nth-child(1):hover {
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
}

section.cover .container .cover-preview img:nth-child(2) {
	width: 350px;
	position: relative;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	z-index: 2;
}

section.cover .container .cover-preview img:nth-child(2):hover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

section.cover .container .cover-preview img:nth-child(3) {
	width: 230px;
	margin-left: -100px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	position: relative;
	z-index: 1;
}

section.cover .container .cover-preview img:nth-child(3):hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.feature-box {
	margin-bottom: 40px;
	text-align: center;
}

.feature-box .icon-wrap {
	width: 100px;
	height: 80px;
	background: #f5f5f5;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border-radius: 5px;
	box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.3);
}

.feature-box i {
	font-size: 40px;
	background: -webkit-linear-gradient(rgba(255, 106, 0, 0.5215686275), rgba(124, 16, 222, 0.6588235294));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.demo-block {
	margin-bottom: 50px;
}

.demo-block .demo-block-in {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #fff;
	box-shadow: 0px 0px 0px 1px #d0d0d0;
}

.demo-block .demo-block-in:hover {
	box-shadow: 0px 0px 0px 1px #999;
}

.demo-block .demo-block-title {
	font-size: 18px;
	display: block;
	margin-top: 20px;
	text-align: center;
	font-weight: 500;
	color: black;
}

.demo-block .demo-block-title:hover {
	color: #777;
}

.demo-block img {
	width: 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.demo-block:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.demo-block:hover .hover-effect {
	opacity: 1;
}

.demo-block .hover-effect {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.7);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 0;
}

.demo-block .hover-effect a.btn {
	background: black;
	padding: 10px 25px;
	color: white;
}

.demo-block .hover-effect a.btn:hover,
.demo-block .hover-effect a.btn:focus {
	background: #555 !important;
}

.font-block {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #d0d0d0;
	transition: all 300ms;
	margin-bottom: 20px;
}

.font-block:hover {
	z-index: 2;
	border-color: #bbb;
}

.font-block img {
	max-width: 100%;
}

@media (min-width: 576px){

	.font-block:hover {
		transform: scale(1.1);
	}

}

@media (min-width: 768px){

	.font-block:hover {
		transform: scale(1.3);
	}

}

@media (min-width: 992px){

	.font-block:hover {
		transform: scale(1.5);
	}

}
.footer_card {
    padding-top: 20px;
    border-top: 1px dashed lightgray;
}

.footer_widgets {
    margin: 30px 0;
}
ul.list-inline.pb-list-view li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: green;
    font-size: 16px;
    line-height: 32px;
    padding-left: 10px;
}
.footer_area {
    box-shadow: 1px 15px 24px 1px;
    padding-top: 16px;
    background-color:#5867DD;
    color:#FFFFFF;
}
header.main-header .container .module-navigation-default > ul > li > a {
    color: black;
}
header.main-header .container {
    display: -webkit-box;
    display: flex;
    margin-top: 80px;
    background: white;
    padding: 20px;
    border-radius: 8px;
}
div#main_logo,div#footer_logo{
    margin-left: 50px;
}
div#main_logo .logo-img,#footer_logo .logo-img {
    margin-left: 10px;
    display: block;
}
div#main_logo .logo-text {
    line-height:60px
}
div#main_logo .logo-img img ,div#footer_logo .logo-img img {
border-radius: 16px;
}
div#main_logo .module-logo-text {
    color:black;
    font-size: 16px;
}
.btn.btn-secondary {
    background-color:#FF0100;
    color: white;
}
.btn.btn-secondary:hover,.btn.btn-secondary:focus,.btn.btn-secondary:active {
    background-color:#FFFFFF;
    color: #FF0100;
}
.btn {
    min-width: 170px;
    line-height:2;
}
.footer_copyright {
    background: #FF0100;
    padding: 15px 0;
}

.copyright_inner {
    margin-top:1rem;
    color: white;
}

.copyright_inner a {
    color: white;
}

.pb-social-links a {
    color: black;
    background: white;
    border-radius: 5px;
    line-height: 40px;
    margin: 0px 0 0 10px;
}

.pb-social-links a:last-child {
    margin-left: 0px;
}
.footer_area > h1, h2, h3, h4, h5, h6{
font-family:  "primary-font", "secondary-font","segoe ui", "tahoma";
}
.subscribe_form_abs {
    position: absolute;
    background: white;
    box-shadow: 1px 2px 20px #00000014;
    border-radius: 8px;
    top: -110px;
    width: 100%;
    padding: 16px;
}

.subscribe_form_abs .f_title {
    color: #5867dd;
}

.subscribe_form_abs .form-control {
    background: #F4F4F4;
    border: none;
    border-radius: 8px;
    color: #6E6D6D;
    padding: 12px;
    height: auto;
}
.f_widget ul, .f_widget ul li, .f_widget ul li a {
    text-decoration: none !important;
    list-style:
        none;
    color: white;
}

.f_widget ul li{
    padding-bottom: 1rem;
}
@media (max-width: 576px){
    .subscribe_form_abs {
        position: relative;
        top: 0px;
    }
}
@media (max-width: 1200px){
    .btn {
        min-width:100px;
    }
}

ul.list-inline.pb-list-view2 li:before {
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #FF0100;
    font-size: 10px;
    line-height: 32px;
    padding-left: 10px;
}
.main_image_holder {
  position: relative;
}
.main_image_holder .image_holder img {
    margin: 50px;
}
.main_image_holder:before ,.main_image_holder:after{
    content:
        ' ';
    background: url(../img/petrol-bg-1.svg);
    background-repeat: no-repeat;
    min-height: 380px;
    min-width: 380px;
    background-position-x: right;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -99999;
}
.main_image_holder:after {
    right:15%;
}
.contact_widget_d ,.contact_widget_u{
    background: url(../img/widget_bg_2.svg);
    min-height: 341px;
    background-size: contain !important;
    width: 100%;
    text-align: center;
    padding: 50px;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.contact_widget_u {
    background: url(../img/widget_bg_1.svg);
}
.contact_widget_d .widget_title i,.contact_widget_u .widget_title i {
    background: #FF0100;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 48px;
}
.contact_widget_u .widget_body ul,.contact_widget_d .widget_body ul {
    list-style: none;
    line-height: 2.5;
}
.pbon_404_center {
    padding: 0px 0 80px 0;
}
.pbon_404_center .container .row{
    justify-content: space-between;
    flex-direction: column;
}

a.icon.mobile-menu {
    display: none;
}
div#header_menu{position: relative;}
#header_menu div{display:flex;}
@media(max-width:800px)
{
    div#header_menu {
        width: 50px !important;
    }
    #header_menu div{
        position: absolute;
        left: 0;
         top: 56px;
        flex-direction: column;
        background: white;
        z-index: 99;
        width: 200px !important;
         /*display: none;*/
        border-radius: .25rem;
        transition: 0.2s ease opacity;
    }

    #header_menu div.module-navigation-default > ul > li{
        display:block;
        width:100%;
    }
    header.main-header .container .module-navigation-default > ul > li > a { width:100%;}
    header.main-header .container {
        padding: 0px;
        margin-top: 30px;
        width: 92%;
        justify-content: space-between;
    }
    a.icon.mobile-menu {
        font-size: 24px;
        color: black;
        margin-left: 24px;
        display:block;
    }
    .main_image_holder .image_holder img{ width:280px;}
    .main_image_holder:before, .main_image_holder:after{
        min-height: 300px;
        min-width: 300px;
    }
}
