@font-face {
    font-family: "Sahel-Light";
    src: url(fonts/Sahel-Light.eot) format("eot"), url(fonts/Sahel-Light.ttf) format("truetype"), url(fonts/Sahel-Light.woff) format("woff");
}
@font-face {
    font-family: "Sahel-Bold";
    src: url(fonts/Sahel-Bold.eot) format("eot"), url(fonts/Sahel-Bold.ttf) format("truetype"), url(fonts/Sahel-Bold.woff) format("woff");
}
body {
    direction: rtl;
    font-family: "Sahel-Light", "Myriad Pro";
    font-size: 15px;
    line-height: 30px;
    color: #696969
}
p {
    text-align: justify;
}
label {
    font-weight: normal;
}
img {
    max-width: 100%;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
:focus {
    outline: 0;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
a:hover,
a:focus {
    color: #ffba33;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0;
    position: relative;
    font-family: "Sahel-Bold", "Myriad Pro";
    line-height: 30px;
    font-weight: 400;
    color: #698d9f
}
strong {
    font-family: "Sahel-Bold", "Myriad Pro";
}
.no-padding {
    padding: 0;
}
.shadow-around {
    -webkit-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.04);
}
.rasef-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.rasef-bg canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.rasef-title {
    width: 100%;
    margin: 0 0 50px;
    position: relative;
}
.rasef-title h2 {
    padding-bottom: 20px;
    position: relative;
    font-family: "Sahel-Bold", "Myriad Pro";
    font-size: 30px;
    color: #698d9f
}
.rasef-title h2.rasef-white-color {
    margin: 0;
    padding: 0;
    color: #fff;
}
.rasef-title i {
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    font-size: 100px;
    color: #eaeaea;
    opacity: .4
}

/*-------------------------------------------------------------
 2 - Header CSS
--------------------------------------------------------------*/

.rasef-header .rasef-menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.rasef-nav {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    background: #5b7d8f;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.07);
}
.rasef-header .rasef-menu .rasef-nav ul {
    float: none;
    display: table;
    margin: 0 auto;
    position: relative;
}
.rasef-header .rasef-menu .rasef-nav ul>li {
    display: inline-block;
    position: relative;
}
.rasef-header .rasef-menu .rasef-nav ul li a {
    width: 90px;
    display: block;
    padding: 40px 0;
    line-height: 25px;
    position: relative;
    font-family: "Sahel-Bold";
    color: #fff;
    opacity: 1;
    text-align: center;
}
.rasef-header .rasef-menu .rasef-nav ul li a:hover {
    color: #00b6bd
}
.rasef-header .rasef-menu .rasef-nav .navbar {
    height: auto;
    min-height: inherit;
    margin: 0;
    border: 0;
    border-radius: 0;
}
.nav>li>a:focus,
.nav>li {
    float: right;
}
.nav>li>a:focus,
.nav>li>a:hover {
    background: transparent;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.rasef-header .rasef-menu .rasef-nav ul li a:before {
    content: "";
    position: absolute;
    margin: 0 auto;
    bottom: -1px;
    left: 0;
    right: 0;
    background-color: #00b6bd;
    width: 0;
    height: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.rasef-header .rasef-menu .rasef-nav ul li a:hover:before {
    width: 55%;
    height: 2px;
}
.rasef-header .rasef-menu .rasef-nav ul>li>ul {
    width: 200px;
    margin: 20px 0 0;
    position: absolute;
    top: 90%;
    right: 0;
    padding: 20px;
    background: #484269;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 100;
}
.rasef-header .rasef-menu .rasef-nav ul>li:hover>ul {
    margin: 0;
    opacity: 1;
    visibility: visible;
}
.rasef-header .rasef-menu .rasef-nav ul>li>ul>li {
    width: 100%;
}
.rasef-header .rasef-menu .rasef-nav ul>li>ul>li a {
    width: 100%;
    display: block;
    padding: 10px;
}
.rasef-header .rasef-menu .rasef-nav ul>li>ul>li a:hover {
    color: #ffba33
}
.rasef-header .rasef-sticky {
    position: fixed;
    background: #5b7d8f;
    -webkit-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.04);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1000;
}
.rasef-header .rasef-sticky .rasef-nav {
    position: relative;
    top: 0;
    box-shadow: none;
}
.rasef-header-page .rasef-menu {
    background: #4f4872;
    position: relative;
}
.rasef-header .rasef-sticky .rasef-nav ul li a {
    padding: 30px 0;
}
.rasef-header .rasef-sticky .rasef-search ul li {
    padding: 25px 0 0;
}
.rasef-header .rasef-sticky .rasef-login ul li {
    padding: 20px 0 0;
}
.rasef-header-content {
    padding: 150px 0 100px;
    position: relative;
    background: #698d9f;
}
.rasef-header-content img {
    width: 200px;
    position: relative;
    z-index: 10;
}
.rasef-header-content h2 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-family: "Sahel-Bold", "Myriad Pro";
}
.rasef-header-content h1 {
    width: 100%;
    margin-bottom: 10px;
    line-height: 50px;
    color: #fff;
    font-family: "Sahel-Bold", "Myriad Pro";
    z-index: 10;
}
.rasef-header-content .text {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    font-size: 15px;
    color: #fff;
    text-align: center;
    z-index: 10;
}
.rasef-content-btn {
    display: table;
    margin: 0 auto;
}
.rasef-header-content .rasef-content-btn .rasef-btn {
    min-width: 170px;
    max-width: 250px;
    display: inline-block;
    margin: 0 5px;
    font-size: 15px;
    padding: 10px 40px;
    position: relative;
    font-family: "Sahel-Bold", "Myriad Pro";
    text-align: center;
    cursor: pointer;
    color: #fff;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 2px solid #fff;
    border-radius: 300px;
    overflow: hidden;
}
.rasef-header-content .rasef-content-btn .rasef-btn:hover {
    opacity: .9;
}
.rasef-header-content .rasef-content-btn .rasef-content-btn-green {
    background: #00b6bd;
    border-color: #00b6bd
}
.rasef-header-content .rasef-content-btn .rasef-content-btn-transparent {
    background: rgba(255, 255, 255, .1);
}
.rasef-login ul li {
    padding: 30px 0 0;
    list-style: none;
}
.rasef-login ul li a {
    display: inline-block;
    font-size: 15px;
    padding: 5px 40px;
    position: relative;
    background: rgba(255, 255, 255, .1);
    font-family: "Sahel-Bold", "Myriad Pro";
    text-align: center;
    cursor: pointer;
    color: #fff;
    z-index: 1;
    border: 2px solid #fff;
    border-radius: 300px;
    -webkit-transition: border-color .3s, color .3s;
    -moz-transition: border-color .3s, color .3s;
    -o-transition: border-color .3s, color .3s;
    transition: border-color .3s, color .3s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    -moz-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    -o-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}
.rasef-login ul li a:hover {
    background: rgba(255, 255, 255, .2);
}

/*-------------------------------------------------------------
 3 - Service CSS
--------------------------------------------------------------*/

.rasef-about {
    width: 100%;
    float: right;
    padding: 100px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 10;
}
.rasef-about .rasef-about-text {
    position: relative;
}
.rasef-value {
    padding: 100px 0;
    position: relative;
    background: #698d9f;
    color: #fff;
    z-index: 10;
}
.rasef-value p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}
.rasef-value ul li {
    padding: 0 20px 0 0;
    position: relative;
    font-size: 20px;
    line-height: 40px;
    list-style: none;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.rasef-value ul li:hover {
    padding: 0 40px 0 0;
}
.rasef-value ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 15px;
    right: 0;
    background: #00b6bd;
    border-radius: 50%;
}
.rasef-service-section {
    width: 100%;
    float: right;
    padding: 100px 0;
    position: relative;
    background: #5b7d8f;
    color: #fff;
    overflow: hidden;
    z-index: 10;
}
.rasef-service-section:before {
    content: "";
    width: 512px;
    height: 512px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(images/right.png);
}
.rasef-service-section:after {
    content: "";
    width: 512px;
    height: 512px;
    position: absolute;
    top: 100px;
    left: -100px;
    background: url(images/left.png);
}
.rasef-service-section ul li {
    padding: 0 20px 0 0;
    position: relative;
    font-size: 20px;
    line-height: 45px;
    list-style: none;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.rasef-service-section ul li:hover {
    padding: 0 40px 0 0;
}
.rasef-service-section ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 15px;
    right: 0;
    background: #00b6bd;
    border-radius: 50%;
}
.rasef-customer-section {
    width: 100%;
    float: right;
    padding: 100px 0;
    background: #fff;
    position: relative;
    text-align: center;
    z-index: 10;
}
.rasef-customer-section .tooltip-inner {
    padding: 10px 30px;
    font-family: 'Sahel-Bold';
    font-size: 15px;
    background: #698d9f;
}
.rasef-customer-section .tooltip.top .tooltip-arrow {
    border-top-color: #698d9f
}
.rasef-customer-section img {
    display: block;
    margin: 0 auto 30px;
    opacity: .7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.rasef-customer-section img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.rasef-footer-section {
    padding: 100px 0;
    position: relative;
    background: #698d9f;
    color: #fff;
    z-index: 10;
}
.rasef-footer-section h2 {
    color: #fff;
}
.rasef-footer-section .rasef-contact-info {
    clear: both;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 20px;
}
.rasef-footer-section .rasef-contact-info ul li {
    width: 100%;
    display: block;
    padding: 5px 0;
    position: relative;
    list-style: none;
}
.rasef-footer-section .rasef-contact-info ul li span {
    float: left;
}
.rasef-footer-section .rasef-contact-info ul li.rasef-address i {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 80px;
    color: #eaeaea;
    z-index: 0;
}
.rasef-footer-section .rasef-contact-info ul li.rasef-address p {
    margin: 10px auto 0;
    position: relative;
    font-size: 20px;
    z-index: 1;
}
.rasef-footer-section .rasef-contact-info ul li.rasef-telegram a {
    float: left;
    padding: 0 10px;
    background: #2e8fd2;
    color: #fff;
    border-radius: 300px;
}
.rasef-footer-section .rasef-contact-info ul li.rasef-telegram:hover a {
    opacity: .8
}
blockquote{
	text-align: justify
}
blockquote h1{
	font-size: 15px;
	float:left;
	font-family:"Sahel-Bold";
	color: #696969
}
@media screen and (min-width: 800px) and (max-width: 1125px) {
    .rasef-header .rasef-menu .rasef-nav ul li a {
        width: 75px;
    }
}
@media screen and (max-width: 767px) {
    .rasef-nav {
        top: 0;
    }
    .rasef-header .rasef-menu .rasef-nav ul>li {
        width: 100%;
    }
    .rasef-header .rasef-menu .rasef-nav ul li a {
        width: 100%;
        padding: 10px 0;
    }
    .rasef-header-content{
        padding: 100px 0;
    }
}