/*
Theme Name: Rayatejaratemertat
Theme URI: https://Rayatejaratemertat.ir/
Author: A.R
Author URI: http://Rayatejaratemertat.ir/
Description: این پوسته اختصاصی می باشد
Version: 1.0
Tags: EM
*/

body {
    font-family: IRANSans;
    color: #0c0c0c;
    background-color: #ffffff;
    overflow-x: hidden;
}
@font-face {
    font-family:IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/iransans.woff");
}
@font-face {
    font-family:avia;
    src: url("fonts/avia.ttf");
}
@font-face {
    font-family:two;
    src: url("fonts/two.woff");
}
.layout_padding {
    padding: 90px 0;
}

.layout_padding2 {
    padding: 75px 0;
}

.layout_padding2-top {
    padding-top: 75px;
}

.layout_padding2-bottom {
    padding-bottom: 75px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: ri'';
    text-align: right;
    flex-direction: row-reverse;
}

.heading_container h2 {
    position: relative;
    font-weight: bold;
}

.heading_container h2 span {
    color: #ff6f3c;
}

.heading_container.heading_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

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

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*header section*/
.hero_area {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sub_page .hero_area {
    min-height: auto;
}

.header_section {
    background-color: #155263;
}

.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.header_section .header_top {
    padding: 15px 0;
    background-color: #196378;
}

.header_section .header_bottom {
    padding: 10px 0;
}

.top_nav_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 80px;
}

.contact_nav a {
    color: #ffffff;
    margin-left: 15px;
}
.contact_nav a:last-child {
    color: #ffffff;
    margin-left: 15px;
    direction: rtl;
}
.contact_nav a i {
    color: #ff6f3c;
}

.contact_nav a:hover {
    color: #ff6f3c;
}

.search_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    margin-left: auto;
}

.search_form .form-control {
    border-radius: 5px 0 0 5px;
    height: 40px;
    width: auto;
    min-width: unset;
}

.search_form button {
    width: 45px;
    min-width: 45px;
    height: 40px;
    padding: 0;
    border: none;
    outline: none;
    color: #ffffff;
    background-color: #ff6f3c;
    border-radius: 0 5px 5px 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    color: #000000;
    font-weight: bold;
    font-size: 28px;
    font-weight: bold;
}

.navbar-brand span {
    color: #ffffff;
}

.custom_nav-container {
    padding: 0;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 10px 25px;
    color: #ffffff;
    text-align: center;
}

.custom_nav-container .navbar-nav .nav-item .nav-link:hover {
    color: #ff6f3c;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #ffffff;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    top: -10px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
    top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 75px 0;
    background-color: #f7f7f7;
    position: relative;
}

.slider_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section #customCarousel1 {
    width: 100%;
    position: unset;
}

.slider_section .detail-box {
    color: #ffffff;
}

.slider_section .detail-box h1 {
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 58px;
}

.slider_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #ff6f3c;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #ff6f3c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 15px;
}

.slider_section .detail-box a:hover {
    background-color: transparent;
    color: #ff6f3c;
}

.slider_section .img-box img {
    width: 100%;
}

.slider_section .carousel_btn_box {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 110px;
    height: 50px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 3;
    display: none;
}

.slider_section .carousel_btn_box .carousel-control-prev,
.slider_section .carousel_btn_box .carousel-control-next {
    position: left;
    width: 50px;
    height: 50px;
    background-color: #155263;
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 18px;
}

.slider_section .carousel_btn_box .carousel-control-prev img,
.slider_section .carousel_btn_box .carousel-control-next img {
    width: 10px;
}

.slider_section .carousel_btn_box .carousel-control-prev:hover,
.slider_section .carousel_btn_box .carousel-control-next:hover {
    background-color: #ff6f3c;
}

.slider_section .slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider_section .slider-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider_section .slider-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.55)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.55));
}

.service_section {
    position: relative;
}

.service_section .box {
    display: rtl;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 45px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    padding: 25px;
    border-radius: 5px;
    border-top: 10px solid #155263;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.service_section .box .img-box {
    width: 100%;
    min-width: 75px;
    height: 100%;
    margin-bottom: 15px;
}

.service_section .box .img-box img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.service_section .box .detail-box h5 {
    font-weight: bold;
    text-transform: uppercase;
}

.service_section .box .detail-box a {
    color: #ff6f3c;
}

.service_section .box .detail-box a:hover {
    color: #ff6f3c;
}

.service_section .box:hover {
    border-color: #ff6f3c;
}

.service_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;

}

.service_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #ff6f3c;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #ff6f3c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	
}

.service_section .btn-box a:hover {
    background-color: transparent;
    color: #ff6f3c;
}

.about_section {
    position: relative;
	
		
}

.about_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: rtl;
}

.about_section .img-box img {
    width: 100%;
}

.about_section .detail-box p {
       margin-top: 15px;
    text-align: rtl;
    direction: center;
}

.about_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #ff6f3c;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #ff6f3c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 15px;
}

.about_section .detail-box a:hover {
    background-color: transparent;
    color: #ff6f3c;
}

.why_us_section {
    position: relative;
}

.why_us_section .heading_container {
    margin-bottom: 20px;
}

.why_us_section .box {
    margin-top: 25px;
    text-align: rtl;
    padding: 25px 15px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border-bottom: 10px solid #155263;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.why_us_section .box .img-box {
    height: 65px;
}

.why_us_section .box .img-box img {
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.why_us_section .box .detail-box {
    margin-top: 15px;
}

.why_us_section .box .detail-box h5 {
    font-weight: bold;
    text-transform: uppercase;
}

.why_us_section .box .detail-box a {
    color: #155263;
    font-weight: 600;
}

.why_us_section .box .detail-box a:hover {
    color: #ff6f3c;
}

.why_us_section .box:hover {
    border-color: #ff6f3c;
}

.client_section {
    background-color: #f5f6f6;
}

.client_section .heading_container {
    margin-bottom: 30px;
}

.client_section .box {
    margin: 15px;
    background-color: #ffffff;
    padding: 25px;
}

.client_section .box .client_id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.client_section .box .client_id .img-box {
    width: 95px;
    min-width: 95px;
    margin-right: 15px;
}

.client_section .box .client_id .img-box img {
    width: 100%;
    border-radius: 100%;
}

.client_section .box .client_id .client_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 25px;
}

.client_section .box .client_id .client_detail .client_info h6 {
    margin-bottom: 0;
}

.client_section .box .client_id .client_detail .client_info i {
    color: #fbaf5d;
}

.client_section .box .client_text {
    margin-top: 20px;
    font-size: 15px;
}

.client_section .owl-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

.client_section .owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    background-color: #ff6f3c;
    outline: none;
    margin: 0 20px;
    color: #ffffff;
}

.contact_section .heading_container {
    margin-bottom: 45px;
}

.contact_section .form_container .form-group {
    margin-bottom: 25px;
}

.contact_section .form_container input {
    width: 100%;
    border: none;
    height: 50px;
    padding-left: 25px;
    background-color: transparent;
    border: 1px solid #ccc;
    outline: none;
    color: #000000;
    border-radius: 0;
}

.contact_section .form_container input::-webkit-input-placeholder {
    color: #222222;
}

.contact_section .form_container input:-ms-input-placeholder {
    color: #222222;
}

.contact_section .form_container input::-ms-input-placeholder {
    color: #222222;
}

.contact_section .form_container input::placeholder {
    color: #222222;
}

.contact_section .form_container input.message-box {
    height: 120px;
    border-radius: 0;
}

.contact_section .form_container .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact_section .form_container button {
    margin-top: 10px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 55px;
    background-color: #ff6f3c;
    color: #ffffff;
    border-radius: 0px;
    border: 1px solid #ff6f3c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.contact_section .form_container button:hover {
    background-color: transparent;
    color: #ff6f3c;
}

/* footer section*/
.footer_section {
    background-color: #155263;
    color: #ffffff;
    padding-top: 75px;
}

.footer_section h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer_section .footer-col {
    margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a,
.footer_section .footer_contact .contact_link_box p {
    margin: 5px 0;
    color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i,
.footer_section .footer_contact .contact_link_box p i {
    margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover,
.footer_section .footer_contact .contact_link_box p:hover {
    color: #ff6f3c;
}

.footer_section .footer_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer_section .footer_social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #155263;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #ffffff;
    border-radius: 100%;
    margin-right: 5px;
    font-size: 18px;
}

.footer_section .footer_social a:hover {
    color: #ff6f3c;
}

.footer_section .footer_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer_section .footer_links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer_section .footer_links a:hover {
    color: #ff6f3c;
}

.footer_section form input {
    border: none;
    padding: 10px;
    background-color: #1e758d;
    width: 100%;
    height: 45px;
    color: #ffffff;
    outline: none;
}

.footer_section form input::-webkit-input-placeholder {
    color: #ffffff;
}

.footer_section form input:-ms-input-placeholder {
    color: #ffffff;
}

.footer_section form input::-ms-input-placeholder {
    color: #ffffff;
}

.footer_section form input::placeholder {
    color: #ffffff;
}

.footer_section form button {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 55px;
    background-color: #ff6f3c;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #ff6f3c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 15px;
}

.footer_section form button:hover {
    background-color: transparent;
    color: #ff6f3c;
}

.footer_section .map_container {
    width: 100%;
    height: 225px;
    overflow: hidden;
    display: table-column;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	 display: table-column;
	
	
	
}

.footer_section .map_container .map {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer_section .map_container .map #googleMap {
    height: 100%;
}

.footer_section .footer-info {
    text-align: center;
    margin-top: 20px;
	   
    
}

.footer_section .footer-info p {
    border-top: 1px solid #ffffff;
    color: #ffffff;
    padding: 20px 0;
    margin: 0;
}

.footer_section .footer-info p a {
    color: inherit;
}
/*# sourceMappingURL=style.css.map */



.body-page
{
    text-align: justify;
    direction: rtl;
    padding: 20px;

}