/*
fTheme Name:         Demo HTML5 Template
Theme URI:         
Author:             
Author URI:         
Tags:               two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain:        DemoTheme
Domain Path:        /languages/
*/

/* =======================

CSS Style Structure
- Base Style
- Header
    - Navigation 
    - Slide
- Footer

=======================*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0 !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
*:focus{
    outline: none;
}
/* ==========================================================================
   Base styles
   ========================================================================== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clear{
    clear: both;
}

/************************************************
Main
*************************************************/
body {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    direction: rtl;
    color: #fff;
    font-size: 17px;
    background: #d4dbdc;
    /*overflow-y: scroll;*/
    overflow-y: clip;
    width: fit-content;
}

body.custom_page_body {
    overflow-y: auto;
}

.inner-wrapper{
    display: flex;
    flex-wrap: wrap;
    direction: ltr;
}
.banner{
    display: inline-block;
    width: 72%;
}

.banner.banner_container img {
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

.banner img{
    display:block;
    width:100%;
}
.content-right{
    display: inline-block;
    width: 28%;
    text-align: center;
    background: #2c4365;
    padding: 20px 54px 0;
    direction: rtl;
}
.top-content h1 {
    margin: 10px 0;
    color: #fff;
    font-size: 54px;
    line-height: 52px;
    font-weight: 900;
}

.top-content.top_content_container h1 {
    line-height: 45px;
    margin-top: 5px;
}

.top-content p {
    margin:0;
    color: #fff;
    font-size:31px;
    line-height: 28px;
    font-weight: 400;
}
.phone-content {
    margin: 20px 0;
}
.phone-content p {
    margin: 0 auto;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    max-width: 330px;
}
.phone-content p a{
    margin: 5px 0;
    display: block;
    font-size: 35px;
    color: #fff;
}
.time{
    margin:20px 0 10px 0;
}
.time p{
    margin: 0;
    color: #fff;
    font-size: 25px;
    line-height: 33px;
    font-weight: 400;
}
.list-logo {
    border-top: 1px solid #d4dbdc;
    margin: 15px 0 10px;
    padding: 15px 0 0;
}

.list-logo.list_logo_container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.list-logo.list_logo_container img {
    display: flex;
    max-width: 20%;
}



.form-contact input[type="email"]::-webkit-input-placeholder,
.form-contact input[type="date"]::-webkit-input-placeholder,
.form-contact input[type="tel"]::-webkit-input-placeholder,
.form-contact input[type="text"]::-webkit-input-placeholder {
   color: #000;
   opacity:1;
}
.form-contact input[type="email"]:-moz-placeholder,
.form-contact input[type="tel"]:-moz-placeholder,
.form-contact input[type="text"]:-moz-placeholder { 
   color: #000;
   opacity:1; 
}
.form-contact input[type="email"]::-moz-placeholder, 
.form-contact input[type="tel"]::-moz-placeholder,
.form-contact input[type="text"]::-moz-placeholder {  
   color: #000;
   opacity:1;
}
.form-contact input[type="email"]:-ms-input-placeholder ,
.form-contact input[type="tel"]:-ms-input-placeholder ,
.form-contact input[type="text"]:-ms-input-placeholder {  
   color: #000;
   opacity:1;
}
.form-contact p{
    margin:0 auto;
    position: relative;
    max-width: 385px; auto
}
.form-contact p>label {
    opacity: 0;
    height: 0;
    font-size: 0;
    display: block;
    margin: 0;
    padding: 0;
}
.form-contact p>label.error {
    position: absolute;
    left: 4px;
    top: 11px;
    color: red;
    z-index: 1;
    font-size: 15px;
    height: auto;
    opacity: 1;
}
.form-contact input[type="text"],
.form-contact input[type="tel"],
.form-contact input[type="email"]{
    display:block;
    width: 100%;
    max-width: 385px;
    height: 52px;
    line-height: 52px;
    border: none;
    background: #fff;
    color: #000000;
    font-size: 24px;
    margin: 7px auto 0;
    direction: rtl;
    text-align: right;
    padding:0 10px;
    position: relative;
    font-weight: 400;
}
.form-contact input[type="submit"]{
    display:block;
    width: 100%;
    max-width: 385px;
    height: 52px;
    line-height: 52px;
    border: none;
    background: #0e7d7d;
    color: #fff;
    font-size: 24px;
    margin: 7px auto 0;
    direction: rtl;
    text-align: center;
    padding:0 10px;
    font-weight: 700;
}

#form-error {
    color: red;
    font-size: 20px;
    font-weight: 600;
}
#form-done {
    color: #04cece;
    font-size: 20px;
    font-weight: 600;
}
#loading {
    position: relative;
    text-align: center;
    margin:10px 0 60px 0;
}
.loader {
    text-align: center;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #203644;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/************************************************
css Reponsive
*************************************************/
@media screen and (max-width:1700px) {
.content-right {
    padding: 10px 30px;
}
.top-content h1 {
    margin: 10px auto;
    font-size: 35px;
    line-height: 35px;
    max-width: 290px;
}
.top-content p {
    font-size: 19px;
    line-height: 20px;
}
.phone-content p {
    font-size: 20px;
    line-height: 22px;
    max-width: 250px;
}
.phone-content p a {
    font-size: 28px;
}
.time p {
    font-size: 18px;
    line-height: 24px;
}
.time {
    margin: 10px 0 0;
}
.list-logo {
    margin: 9px 0 0;
    padding: 6px 0 0;
}
.list-logo{
    display: flex;
}
.list-logo a{
    display: inline-block;
}
.list-logo a img{
    display: block;
    max-width: 100%;
}
.form-contact input[type="text"], .form-contact input[type="tel"], .form-contact input[type="email"], .form-contact input[type="submit"] {
    height: 42px;
    line-height: 42px;
    font-size: 20px;
}
}
@media screen and (max-width:1400px) {
.top-content a{
    display: block;
}
.top-content a img{
    max-width: 100px;
    display: block;
    margin:0 auto;
}
.top-content h1 {
    font-size: 30px;
    line-height: 31px;
}
}
@media screen and (max-width:1300px) {
.phone-content {
    margin: 10px 0;
}
.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #203644;
    width: 25px;
    height: 25px;
}
#loading {
    margin: 4px 0 27px 0;
}
#form-done {
    font-size: 15px;
}
.phone-content p a {
    font-size: 26px;
}
.time p {
    line-height: 23px;
}
}
@media screen and (max-width:1270px) {
.banner {
    display: block;
    width: 100%;
}
.content-right {
    padding:30px 30px;
    width: 100%;
}
.top-content a img {
    max-width: inherit;
}
.top-content h1 {
    font-size: 36px;
    line-height: 38px;
    margin: 20px auto 5px;
}
.phone-content {
    margin: 15px 0;
}
.list-logo {
    max-width: 380px;
    margin: 0 auto;
}
.time {
    margin: 20px 0;
}
.top-content.top_content_container h1 {
    line-height: 30px;
    margin-top: 5px;
    font-size: 30px;
}
.content-right.content_right_container {
    width: 32%;
}
.banner.banner_container {
    width: 68%;
}
}

@media screen and (max-width: 1000px) {
    .content-right.content_right_container {
        width: 100%;
    }
    .banner.banner_container {
        width: 100%;
    }
    .top-content.top_content_container img {
        width: 50%;
    }
}

@media screen and (max-width:768px) {
body {

    overflow-y: scroll;
    width: fit-content;
}
img {
    width: 25%;
}
}
@media screen and (max-width:350px) {
.top-content h1 {
    font-size: 32px;
    line-height: 34px;
}
.time p {
    font-size: 16px;
}
}
.form-contact input[type="text"]:focus, .form-contact input[type="tel"]:focus, .form-contact input[type="email"]:focus{
    background: #0e7d7d; 
}
.form-contact input[type="submit"]:focus{
    background: #000;
}
.top-content a,
.phone-content a{
    display:inline-block;
}
.phone-content a:focus,
.top-content a:focus{
    border:3px solid red;
}
/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (max-width: 767px) {
.box-lh1 {
    margin-top: 120px !important;
}
}