.menu-bar-line {
    width: 100%;
	z-index: 1;
}
#particles-js,
#scroll-bar-show {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 90%;
    height: 90%;
}

/* .section-1 .app-bar.bg2 {
  background-color: rgba(0, 0, 0, 0.75);
  height: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	position: fixed;
    z-index: 1000;
}

.section-1 .app-bar.bg2 .logo-icon {
  height: 100px;
  margin-top: 0px;
} */
#particles-js {
    z-index: 0;
}
#scroll-bar-show {
    z-index: 0;
}
#scroll-bar-show .scroll-bar-content {
    display: flex;
}
#scroll-bar-show .scroll-bar-content .scroll-bar-line-wrapper {
    flex: 1;
    max-width: 1px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-color: rgba(252, 176, 64, 0.29);
}
#scroll-bar-show .scroll-bar-content .scroll-bar-line-wrapper .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fcb040;
    height: 100px;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
}
section-1 .app-bar .social-link-bar {
  width: 350px;
  height: 35px;
  display: flex;
}

.section-1 .app-bar .social-link-bar .icon-link {
  flex: 1;
  max-width: 30px;
  margin: 5px;
}

.section-1 .app-bar .social-link-bar .text-link {
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #505050;
  font-size: 1.25rem;
  font-weight: 900;
}

html {
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    overflow-y: hidden !important;
    width: 100vw;
    display: flex;
}
body {
    background-color: #fff;
    position: relative;
}
header {
    display: none;
}
table{
	width:100%;
}
tr{
	display:flex;
}
.page_container {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    position: relative;
}
.page_wrapper {
    position: relative;
    display: block;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
	  background: #F8F8F8;
}
head,
title {
    display: none;
}
script {
    display: none !important;
}
* {
    /* display: block; */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.fit-height {
    height: 100vh;
}
.fit-min-height {
    min-height: 100vh;
}
.owl-carousel .owl-stage-outer {
    direction: ltr;
}
.row {
    width: 100%;
    position: relative;
}
.text--white {
    color: #fff;
}
.overflow-hidden {
    overflow: hidden;
}
.text-center {
    text-align: center;
}
a {
    text-decoration: unset;
    opacity: 1;
    transition: opacity 0.75s;
    -webkit-transition: opacity 0.75s;
    -moz-transition: opacity 0.75s;
    -o-transition: opacity 0.75s;
}
a:hover {
    opacity: 0.75;
}
button {
    outline: none;
}
.position-center {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.position-bottom {
    bottom: 0;
}
.position-bottom,
.position-top {
    position: absolute;
    left: 0;
    width: 100%;
}
.position-top {
/*     position:fixed !important; */
    top: 0;
}
.content-wrapper {
    height: 100%;
}
.content-wrapper,
.content-wrapper-not-height {
    position: relative;
    width: 100%;
}
.scroll-show {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
}
.scroll-show.show {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}
.footer {
    margin-top: 10px;
    background-color: #32322e;
}
.footer .zafre-wrapper {
    color: #fff;
    padding: 5px 2%;
    border-top: 1px solid rgba(145, 144, 142, 0.35);
}
.footer .zafre-text {
    display: inline-flex;
    direction: rtl;
    text-align: right;
    width: 100%;
    font-size: 1.2rem;
    line-height: 2.5rem;
    color: #91908e;
}
.footer .zafre-text a {
    margin: auto 9px;
    color: #fcb040;
    font-weight: 700;
    font-size: 1.4rem;
}
.footer .footer-content {
    display: flex;
    flex-direction: row-reverse;
}
.footer .footer-col {
    flex: 1;
    direction: rtl;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 20px;
}
.footer .footer-col-title {
    font-size: 1.5rem;
    color: #91908e;
    line-height: 3;
    margin-bottom: 10px;
}
.footer .footer-col-list {
    list-style: none;
    width: 100%;
    padding: 0;
    color: #91908e;
}
.footer .footer-image-wrapper {
    min-width: 30%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .footer-col-item {
    width: 100%;
    display: flex;
}
.footer .footer-col-link {
    color: #91908e;
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    display: flex;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.footer .footer-col-link:hover {
    color: #fecb00;
}
.footer .footer-col-link > img {
    height: 24px;
    display: block;
    margin: 3px 0 0 13px;
    filter: grayscale(1) brightness(0.5);
    -webkit-filter: grayscale(1) brightness(0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.footer .footer-col-link:hover > img {
    filter: grayscale(0) brightness(1);
    -webkit-filter: grayscale(0) brightness(1);
}
.footer .footer-Large-Logo {
	display: block;
    position: relative;
    max-width: 250px;
    min-width: 250px;
    max-height: 300px;
    min-height: 300px;
}
.footer .footer-Large-Logo > img {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-width: 70%;
    max-height: 70%;
}
@media only screen and (max-width: 800px) {
    .footer .footer-content {
        display: block;
        flex-direction: column-reverse;
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-Large-Logo {
        position: relative;
        max-width: 250px;
        min-width: 250px;
        max-height: 300px;
        min-height: 300px;
    }
    .footer .footer-col-title {
        font-size: 1.25rem;
        color: #91908e;
        line-height: 2rem;
        margin-bottom: 10px;
    }
    .footer .footer-col-link > img {
        height: 19px;
        display: block;
        margin: 7px 0 0 13px;
    }
    .footer .footer-col-link {
        color: #91908e;
        font-size: 15px;
        line-height: 35px;
        font-weight: 400;
    }
    .footer .zafre-wrapper {
        padding: 5px 5%;
    }
    .footer .zafre-text {
        display: inline-flex;
        direction: rtl;
        text-align: right;
        width: 100%;
        font-size: 1rem;
        line-height: 2rem;
        color: #91908e;
    }
    .footer .zafre-text a {
        font-size: 1.2rem;
    }
}
.app-bar {
    height: 100px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: normal;
    align-items: center;
	transition : 0.5s all ease-out;
}
.section-1 .app-bar .logo-icon {
    width: 150px;
    height: 150px;
    margin-top: 10px;
    position: relative;
}
.app-bar .icon-link {
    position: relative;
}
.app-bar .icon-link img {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-height: 90%;
    max-width: 90%;
    min-width: 80%;
}
.app-bar .menu-bar {
    position: relative;
  height: 60px;
  width: 100%;
    
}
.app-bar .menu-bar ul.menu-bar-list {
    list-style: none;
    display: inline-flex;
    flex-direction: row-reverse;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 1;
    pointer-events: alls;
}
.app-bar .menu-bar ul.menu-bar-list.hide {
    opacity: 0;
    pointer-events: none;
}
.app-bar .menu-bar ul.menu-bar-list > li {
    position: relative;
}

.app-bar .menu-bar ul.menu-bar-list > li {
    margin: 0 0 0 25px;
    white-space: nowrap;
}
.app-bar .menu-bar ul.menu-bar-list > li > a {
    color: #fff;
    cursor: pointer;
    position: relative;
    font-size: 1.1rem;
}
.app-bar .menu-bar ul.menu-bar-list > li > a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.app-bar .menu-bar ul.menu-bar-list > li:hover > a:before {
    width: 100%;
}
.app-bar .search-box {
    position: absolute;
    right: 0;
    top:  0;
    width: 0;
    height: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    min-width: 0;
    overflow: hidden;
    opacity:0;
}
.navbar .search-box.show {
    width: 100%;
    min-width: 250%;
    opacity:1;
    transition: all 1s;
}
.app-bar .search-box input {
    width: 300px;
    border-radius: 5px;
    outline: none;
    border: 2px solid #000;
    line-height: 30px;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    direction: rtl;
    margin-top:15px;
    transition: all 1s;
}
.app-bar .search-box input:active,
.app-bar .search-box input:focus {
    border: 2px solid #fcb040;
}
.app-bar .menu-bar {
    position: relative;
}
.app-bar .profile-bar {
    margin: 0 0 0 10px;
    z-index: 2000;
}
.app-bar .profile-bar ul {
    list-style: none;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0;
}
.app-bar .profile-bar li {
    margin: 0 3px;
    white-space: nowrap;
}
.app-bar .profile-bar li > button {
    height: 30px;
    position: relative;
    width: 40px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px;
}
.app-bar .profile-bar li > button > img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    will-change: transform;
}
.app-bar .profile-bar li > button:hover > img {
    transform: translate(-50%, -50%) scale(0.75);
    -webkit-transform: translate(-50%, -50%) scale(0.75);
}
.app-bar .profile-bar li > button.active > img {
    opacity: 0.5;
}
#profile-btn {
    position: relative;
}
#profile-btn .profile-list-wrapper {
    position: absolute;
    top: 100%;
    width: 250px;
    height: auto;
    background-color: #fff;
    right: 0;
    border-radius: 5px;
    max-height: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 0;
    overflow: hidden;
}
#profile-btn:hover .profile-list-wrapper {
    max-height: 300px;
    opacity: 1;
}
#profile-btn .profile-list {
    width: 100%;
    list-style: none;
    padding: 0;
    display: block;
}
#profile-btn .profile-list-item {
    width: 100%;
    display: block;
}
#profile-btn .profile-list-item-link {
    width: 100%;
    display: flex;
    line-height: 38px;
    flex-direction: row-reverse;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
}
#profile-btn .profile-list-item-photo {
    width: 45px;
    position: relative;
    height: 35px;
}
#profile-btn .profile-list-item-photo > img {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-width: 75%;
    max-height: 75%;
    height: 90%;
}
#profile-btn .profile-list-item-content {
    flex: 1;
    display: flex;
    flex-direction: row-reverse;
    padding-left: 5px;
    padding-right: 5px;
}
#toggle-menu-bar {
    display: none;
}
.rightSocial{
	position: fixed;
    right: 0;
    direction: rtl;
    top: 50%;
    z-index: 1000;
}
#sidebar {
    height: 250px;
    width: 10px;
    position: fixed;
    text-align: center;
    padding: 10px;
    margin-right: 10px;
    z-index: 1000;
}
.social {
    margin-right: -200px;
    width: 230px;
    padding: 0;
    display: inline-table;
    height: 0px;
    -moz-transition-property: margin-right;
    -moz-transition-duration: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-property: margin-right;
    -ms-transition-duration: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-property: margin-right;
    -o-transition-duration: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-property: margin-right;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s;
    box-shadow: 0px 0px 6px 0px #3E3D3D;
    cursor: pointer;
}

 .form:hover {
    margin-right: -30px;
    width: 230px;
    background-color: #fecb00;
}
.whatsapp:hover{
	    margin-right: -30px;
    width: 230px;
    background-color: #575759;
}
.social a {
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    line-height: 2.7;
}
   
.social a p {
    color: white;
    position: relative;
    display: inline;
}
.form{
	background: #fecb00;
}
.whatsapp{
	background:#575759;
}
.whatsapp img{
	right: 30px;
}
.form img{
    right: 23px;
	color: white;
}

.social img {
    position: relative;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    display: inline-block;
    width: 40px;
    padding: 10px;
}

@media only screen and (max-width: 1000px) {
    #toggle-menu-bar {
        display: block;
    }
    .app-bar .menu-bar ul.menu-bar-list {
        display: flex;
        flex-direction: column;
        opacity: 0;
        position: relative;
        right: 0;
        top: 0;
        background-color: #9b9b9b;
        text-align: right;
        padding: 10px 30px;
    }
    .app-bar .menu-bar ul.menu-bar-list.show {
        opacity: 1;
    }
    .app-bar .menu-bar {
        position: absolute;
        top: 76px;
        width: 100%;
        right: 0;
    }
    .section-1 .app-bar .logo-icon {
        width: 200px;
        height: 200px;
        margin-top: 0;
        position: relative;
    }
    .app-bar .menu-bar ul.menu-bar-list > li {
        margin: 0;
        white-space: nowrap;
        border-bottom: 1px solid #a4a4a4;
    }
    .app-bar .menu-bar ul.menu-bar-list > li > a:before {
        display: none;
    }
    .app-bar .menu-bar ul.menu-bar-list.hide {
        opacity: 0 !important;
        pointer-events: none;
        display: none;
    }
 
    .app-bar .menu-bar ul.menu-bar-list > li > a.sub-list-toggle:after {
        content: "";
        position: absolute;
        border-right: 2px solid #fcfcfc;
        width: 10px;
        height: 10px;
        left: 0;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        border-bottom: 2px solid #fcfcfc;
    }
    .app-bar .search-box input {
        width: 80vw;
        border-radius: 5px;
        outline: none;
        border: 2px solid #000;
        line-height: 30px;
        float: right;
        padding-left: 10px;
        padding-right: 10px;
        direction: rtl;
        margin: 0 10vw;
        opacity:0;
    }
}
.section-1 {
    height: 100%;
    background-position: top !important;
    background-size: cover !important;
}
.section-1-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background-position: top !important;
    background-size: cover !important;
/*     background-attachment: fixed !important; */
    filter: grayscale(0.5);
    -webkit-filter: grayscale(0.5);
}
.section-1 .app-bar.bg {
  background-color: rgba(0, 0, 0, 0.75);
  height: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	position: fixed;
	transition: 0.5s all ease-out;
	z-index: 3;
}

.section-1 .app-bar.bg .logo-icon {
  height: 100px;
  margin-top: 0px;
}
.section-1-text-content {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
/*    border-bottom: 1px solid #fcb040;*/
    direction: rtl;
    text-align: right;
    padding-left: 20%;
	padding-right: 10%;
	width: 100%
}
/*h1 span, h2 span {*/
/*  width: 100%;*/
/*  float: left;*/
/*  color: #ffffff;*/
/*  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);*/
/*  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);*/
/*  transform: translateY(-50px);*/
/*  opacity: 0;*/
/*  animation-name: titleAnimation;*/
/*  animation-timing-function: ease;*/
/*  animation-duration: 3s;*/
/*}*/
/*h1 span {*/
/*  animation-delay: 0.6s;*/
/*  -webkit-animation-fill-mode: forwards;*/
/*}*/
/*h1 span:first-child {*/
/*  animation-delay: 0.7s;*/
/*}*/
/*h1 span:last-child {*/
/*  color: #ffe221;*/
/*  animation-delay: 0.5s;*/
/*}*/
/*h2 {*/
/*  top: 0;*/
/*  position: absolute;*/
/*}*/
/*h2 span {*/
/*  animation-delay: 4.1s;*/
/*  -webkit-animation-fill-mode: forwards;*/
/*}*/
/*h2 span:first-child {*/
/*  animation-delay: 4.2s;*/
/*}*/
/*h2 span:last-child {*/
/*  color: #ffe221;*/
/*  animation-delay: 4s;*/
/*}*/



.section-1-text-content h1 {
    white-space: nowrap;
    font-size: 2.5rem;
    text-shadow: 0 2px 5px rgba(144, 144, 144, 0.75);
/*    padding-top: 8rem;*/
/*    overflow: hidden;*/
    /*transition: all 0.75s;*/
    /*-webkit-transition: all 0.75s;*/
    /*-moz-transition: all 0.75s;*/
    /*-o-transition: all 0.75s;*/
}
.section-1-text-content h1.show {
    padding-top: 0;
}
.section-1-text-content h1:first-child {
    color: #909090;
	padding-top: 25px;
	 /* -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);*/
  /*clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);*/
  /*transform: translateY(-50px);*/
  opacity: 1;
  animation-name: titleAnimation;
  animation-timing-function: ease;
  animation-duration: 3s;
}
.section-1-text-content h3{
	width:65%;color: #e0e0e0;
	text-shadow: 0 2px 5px rgb(144 144 144 / 75%);
	padding-top: 25px;
	opacity: 1;
  animation-name: titleAnimation;
  animation-timing-function: ease;
  animation-duration: 3s;
}
.section-1-text-content h1:nth-child(2) , h3 {
    color: #fcb040;
/*     transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s; */
  /*    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);*/
  /*clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);*/
  /*transform: translateY(-50px);*/
  opacity: 1;
  animation-name: titleAnimation;
  animation-timing-function: ease;
  animation-duration: 3s;
}
@keyframes titleAnimation {
  0% {
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  40% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  /*100% {*/
  /*  transform: translateY(-50px);*/
  /*  opacity: 1;*/
  /*  -webkit-clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);*/
  /*  clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);*/
  /*}*/
}

@media only screen and (max-width: 750px) {
    .section-1 {
        height: 50% !important;
    }
    .section-1-text-content h1 {
        white-space: nowrap;
        /*font-size: 2rem;
        padding-top: 4rem;
        height: 4rem;*/
		font-size: 1.5rem;
        padding-top: 2rem;
        height: 2rem;
		
    }
    .section_about_container {
        padding: 5% 5px;
        direction: rtl;
    }
}

span.wpcf7-form-control-wrap{
    display: block;
}

div#wpcf7-f562-o1 {
    direction: rtl;
}
form.wpcf7-form select {
    width: 100%;
    background: #f2f2f2;
    padding: 5px;
    border-radius: 5px;
	margin-top: 10px;
    margin-bottom: 25px;
}
form.wpcf7-form textarea {
    width: 100%;
    background: #f2f2f2;
    padding: 5px;
    border-radius: 5px;
	margin-top: 10px;
    margin-bottom: 25px;
    font-size: 1.1rem;
}
h4.f-h-c {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
span.wpcf7-not-valid-tip {
    direction: rtl;
    display: none;
}
form.wpcf7-form input {
    margin-top: 15px;
    margin-bottom: 20px;
    width: 100%;
    text-align: right;
    padding: 5px;
    border-radius: 5px;
    border: #5a5a5aa3 1px solid;
    background: #74747417;
    font-size: 1.1rem;

}

form.wpcf7-form input:hover {
    cursor: pointer;
}

input.wpcf7-submit{
    background: #fcb040 !important;
    border: none !important;
    border-radius: 5px !important;
    text-align: center !important;
    width: 200px !important;
    padding: 10px !important;
    color: #58585a !important;
    font-size: 1.1rem !important;
}