@charset "UTF-8";
/*
Theme Name:     Hello Elementor Child
Theme URI:      https://donooco.com/
Description:    Child theme for Hello Elementor — ساخته شده برای توسعه و سفارشی‌سازی با المنتور
Author:         Mohammadreza mousavi <info@hoovision.ir>
Author URI:     https://donooco.com/
Template:       hello-elementor
Version:        2.0.0
Text Domain:    hello-elementor-child
*/

:root {
    --primary: #001763;
    --secondary: #0365cc;
    --ss-first-color: var(--primary);
    --ss-screenWidth: 80%;
    --ss-right: 10%;
    --ss-left: 10%;
    --gray: #fafbfc;
    --border-color: #E4E8EB;
    --gray0: #c8c8c8;
    --gray1: #a1abb3;
    --footer: #b7bbbf;
    --text-color: #292b2c;
    --icon: 'visionIco';
    --ss-animation-timing: ease;
    --ss-animation-time: 0s;
    --ss-perspective: 1000px;
    --aws-duration: 0;
    --aws-delay: 0;
    --aws-easing: cubic-bezier(.175, .885, .32, 1.275);
    --aws-distance: 50px;
    --aws-ndistance: -50px;
    --gold: #6dcff6;
    --gray2: #696d72;
    --light: #fff;
    --main_font: PeydaWeb;
    --background: #0d0520;
    --eng-font: 'Open Sans', sans-serif;
    --c-text: #2878C0;
    --c-white: #fff;
}

@font-face {
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-family: 'PeydaWeb';
    src: url("assets/fonts/PeydaWeb-Regular.woff2") format("woff2"), url('assets/fonts/PeydaWeb-Regular.woff') format("woff")
}

@font-face {
    font-family: 'PeydaWeb';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("assets/fonts/PeydaWeb-Regular.woff2") format("woff2");
}

@font-face {
    font-family: 'iranyekan';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("assets/fonts/iranyekanweblight.woff") format("woff");
}

@font-face {
    font-family: 'visionIco';
    src: url('assets/fonts/vision-ico.eot');
    src: url('assets/fonts/vision-ico.eot') format("embedded-opentype"), url('assets/fonts/vision-ico.ttf') format("truetype"), url('assets/fonts/vision-ico.woff') format("woff"), url('assets/fonts/vision-ico.svg') format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html {
    scroll-behavior: smooth;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: 'PeydaWeb' !important;
    overflow-x: hidden;
    direction: rtl;
    text-align: right;
    color: #2878C0;
}

ol, ul {
    line-height: 35px;
}

.site-main {
    display: block;
    margin-bottom: 70px;
}

.home .site-main {
    padding-top: 10px;
}

.aligncenter {
    margin: auto;
    display: block;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: right !important;
}


select, input[type=number], input[type=text], input[type=email], input[type=url], input[type=tel], input[type=password] {
    outline: none;
    border-radius: 10px;
    height: 44px !important;
    border: 1px solid silver;
}

input[type=submit] {
    border: 0px;
    padding: 5px;
    color: #fff;
    min-width: 100px;
    border-radius: 2px;
    background: #2ebcee;
}

textarea {
    width: 346px;
    border-radius: 10px !important;
    border: 1px solid silver !important;
}

img {
    height: auto;
    max-width: 100%;
}

.entry-content p {
    font-size: 16px;
    line-height: 41px !important;
}

article img {
    height: auto;
    max-width: 100%;
}

th {
    text-align: right !important;
}

.table {
    margin-bottom: 5px !important;
}

a {
    outline: none;
    text-decoration: none !important;
}

main {
    display: block;
}

#site-navigation {
    margin-top: 10px;
}

h2.widget-title {
    font-size: 16px !important;
}


