@import url(animate.css);
@import url(animateCSS.css);
@import url(fonts/font-awesome/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Signika&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cairo&display=swap");
@font-face {
  src: url(fonts/Open_Sans/OpenSans-Regular.ttf);
  font-family: 'Open Sans"';
  font-weight: normal;
  font-style: normal; }
html[lang="ar"] body {
  font-family: 'Cairo', sans-serif; }
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3, html[lang="ar"] h4, html[lang="ar"] h5, html[lang="ar"] h6, html[lang="ar"] a {
  font-family: 'Cairo', sans-serif; }
html[lang="ar"] p {
  direction: ltr; }
html[lang="ar"] .owl-carousel {
  direction: ltr; }
html[lang="ar"] .breadcrumb .breadcrumb-item {
  float: right; }
  html[lang="ar"] .breadcrumb .breadcrumb-item.active {
    font-family: 'Cairo', sans-serif; }
html[lang="ar"] .news .post ul li {
  margin-right: 0;
  margin-left: 30px; }
html[lang="ar"] .page .content p, html[lang="ar"] .page .txt p, html[lang="ar"] .page .extra-content p {
  direction: ltr; }
html[lang="ar"] .page ul li:before {
  margin-right: -1em;
  margin-left: 0; }
html[lang="ar"] .form-control {
  border-right: solid 3px #64a24b;
  border-left: 0; }
html[lang="ar"] ul.contacts svg {
  margin-right: 0;
  margin-left: 8px; }
html[lang="ar"] ul.social li {
  margin-right: 0;
  margin-left: 12px; }
html[lang="ar"] .pro-cats .cat:nth-child(even) {
  direction: ltr; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: 'Signika', sans-serif;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6, a, span {
  font-family: 'Signika', sans-serif; }

button {
  cursor: pointer; }

ul {
  list-style: none; }

main {
  min-height: 152px; }

a {
  color: #000; }
  a:focus {
    outline: 0;
    box-shadow: 0 0 0 0 transparent !important; }
  a:hover {
    text-decoration: none;
    color: #64a24b; }

.overflow-hidden {
  overflow: hidden; }

.primary-color {
  color: #64a24b; }

.primary-color-hover:hover {
  color: #64a24b; }

.bg-primary-color {
  background-color: #64a24b; }

.secondary-color {
  color: #333E78; }

.secondary-color-hover:hover {
  color: #333E78; }

.bg-secondary-color {
  background-color: #333E78; }

.bg-grey {
  background-color: #f2f3f4; }

.bg-transparent {
  background: transparent !important; }

.btn {
  padding: 12px;
  min-width: 180px;
  background: transparent; }
  .btn:active {
    outline: none;
    border: none; }
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 transparent !important; }

.gradient-top {
  display: inline-block;
  position: relative;
  background: #64a24b;
  color: white;
  z-index: 0;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .gradient-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: #333E78;
    transform: scaleX(0);
    transform-origin: 50% 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .gradient-top:hover:before {
    transform: scaleX(1); }
  .gradient-top:hover {
    color: #fff; }
  .gradient-top.gradient-white {
    background: #fff;
    color: #64a24b; }
    .gradient-top.gradient-white:before {
      background: #64a24b; }
    .gradient-top.gradient-white:hover {
      color: #fff; }

.inner-header {
  background: url("../images/inner-header.jpg") no-repeat center;
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .inner-header .shape {
    width: 350px;
    height: 320px;
    background-color: rgba(255, 255, 255, 0.7);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px; }
  .inner-header .breadcrumb-title {
    font-size: 2rem; }
  .inner-header .breadcrumb {
    background-color: transparent; }
    .inner-header .breadcrumb .breadcrumb-item {
      font-size: 15px; }
      .inner-header .breadcrumb .breadcrumb-item.slash::before {
        content: '' !important;
        padding: 0; }
      .inner-header .breadcrumb .breadcrumb-item a {
        color: #64a24b; }
        .inner-header .breadcrumb .breadcrumb-item a:hover {
          color: #333E78; }
      .inner-header .breadcrumb .breadcrumb-item.active {
        color: #333E78;
        font-family: 'Oswald', sans-serif; }
      .inner-header .breadcrumb .breadcrumb-item:before {
        color: #333E78; }
    .inner-header .breadcrumb .breadcrumb-title {
      font-size: 40px; }

figure {
  width: 100%;
  text-align: center;
  overflow: hidden; }

img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background: #f1f1f1; }

::-webkit-scrollbar-thumb {
  background: #ddd; }
  ::-webkit-scrollbar-thumb:hover {
    background: #555; }

.clearfix {
  clear: both;
  overflow: auto; }

.scrollToTop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
  padding-top: 14px;
  text-align: center;
  color: white;
  position: fixed;
  bottom: 60px;
  right: 40px;
  display: none;
  font-size: 14px;
  z-index: 99999; }
  .scrollToTop:hover {
    color: white; }

.preloading {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 9999; }

.dream-dots {
  display: flex;
  margin-bottom: 20px; }
  .dream-dots span {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 5px; }
    .dream-dots span:nth-child(1) {
      background-color: #00a8ff; }
    .dream-dots span:nth-child(2) {
      background-color: #9c88ff; }
    .dream-dots span:nth-child(3) {
      background-color: #fbc531; }
    .dream-dots span:nth-child(4) {
      background-color: #4cd137; }
    .dream-dots span:nth-child(5) {
      background-color: #487eb0; }
    .dream-dots span:nth-child(6) {
      background-color: #e84118; }
    .dream-dots span:nth-child(7) {
      background-color: #8c7ae6; }

.title-center {
  position: relative;
  padding: 30px 0 20px; }
  .title-center:before {
    content: '\f275';
    font-family: FontAwesome;
    color: #eee;
    font-size: 50px;
    position: absolute;
    top: -50%;
    right: 0;
    left: 0;
    text-align: center; }
  .title-center:after {
    content: '';
    display: block;
    background-color: #64a24b;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0px auto;
    width: 185px;
    height: 4px; }

.icon-bg {
  position: relative; }
  .icon-bg:before {
    display: block;
    content: '\f085';
    font-family: FontAwesome;
    position: absolute;
    left: -1%;
    top: 30%;
    font-size: 170px;
    color: rgba(0, 0, 0, 0.05); }

.break {
  width: min-content; }

/************** Header **************/
header .mobile {
  display: none !important; }

.logo {
  max-height: 90px;
  object-fit: contain;
  width: auto; }

.navbar-toggler:focus {
  outline: 0; }
.navbar-toggler svg {
  font-size: 27px !important; }

.menu {
  border-bottom: solid 5px #fff; }
  .menu .nav-link {
    color: #000;
    padding: 5px 14px !important;
    margin: 0 5px;
    font-size: 20px;
    position: relative; }
    .menu .nav-link:before {
      display: block;
      content: '';
      background-color: #64a24b;
      width: 0;
      height: 2px;
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      -webkit-transition: width 0.3s;
      /* Safari prior 6.1 */
      transition: width 0.3s;
      z-index: 1; }
    .menu .nav-link:after {
      display: block;
      content: '';
      background-color: #64a24b;
      width: 0;
      height: 2px;
      position: absolute;
      bottom: 0;
      right: 0;
      text-align: center;
      -webkit-transition: width 0.3s;
      /* Safari prior 6.1 */
      transition: width 0.3s;
      z-index: 1; }
    .menu .nav-link:hover:before {
      width: 100%; }
    .menu .nav-link:hover:after {
      width: 100%; }

.scroll {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  padding: 30px; }

.sidenav .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-x: hidden;
  transition: 0.5s; }
  .sidenav .overlay a {
    padding: 15px;
    font-size: 33px;
    color: #64a24b;
    display: block; }
    .sidenav .overlay a:hover {
      color: #64a24b; }
    .sidenav .overlay a:focus {
      color: #000; }
    .sidenav .overlay a .closebtn {
      position: absolute;
      top: 20px;
      font-size: 60px; }
    .sidenav .overlay a ul.submenu li a {
      font-size: 24px !important;
      color: #000;
      display: block;
      transition: 0.3s; }
.sidenav .overlay-content {
  position: relative;
  width: 100%;
  top: 10%;
  text-align: center;
  margin-top: 30px; }
.sidenav .nav-icon {
  font-size: 35px;
  cursor: pointer;
  color: #64a24b; }

@media screen and (max-height: 450px) {
  .sidenav .overlay a {
    font-size: 20px; }
  .sidenav .overlay .closebtn {
    font-size: 40px;
    top: 15px; } }
.scroll {
  padding: 0 20px !important;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1); }
  .scroll .logo {
    max-height: 75px; }

/************** Header **************/
/************** Main **************/
/**Slider **/
.slider {
  background-color: #64a24b; }
  .slider .item {
    position: relative; }
    .slider .item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .slider .item .cover {
      padding: 40px 0;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: flex;
      align-items: center; }
      .slider .item .cover .header-content {
        position: relative;
        overflow: hidden;
        margin-top: 60px;
        width: 75%; }
        .slider .item .cover .header-content .line {
          content: "";
          display: inline-block;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          position: absolute;
          border-bottom: 9px solid #64a24b;
          -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
          clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); }
        .slider .item .cover .header-content h3 {
          font-weight: 300;
          font-size: 32px;
          color: #333E78; }
        .slider .item .cover .header-content h2 {
          font-size: 56px;
          font-weight: 600;
          margin: 15px 0;
          word-spacing: 3px;
          color: #333E78; }
        .slider .item .cover .header-content h4 {
          font-size: 17px;
          font-weight: 300;
          line-height: 36px;
          color: #333E78; }
  .slider .active h3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s; }
  .slider .active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomIn;
    animation-delay: 0.5s; }
  .slider .active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s; }
  .slider .active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s; }
  .slider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0; }
    .slider .owl-nav .owl-prev span {
      font-size: 1.6875rem;
      color: #fff; }
    .slider .owl-nav .owl-prev:focus {
      outline: 0; }
    .slider .owl-nav .owl-prev:hover {
      background: #000 !important; }
  .slider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0; }
    .slider .owl-nav .owl-next span {
      font-size: 1.6875rem;
      color: #fff; }
    .slider .owl-nav .owl-next:focus {
      outline: 0; }
    .slider .owl-nav .owl-next:hover {
      background: #000 !important; }
  .slider:hover .owl-prev {
    left: 0px;
    opacity: 1; }
  .slider:hover .owl-next {
    right: 0px;
    opacity: 1; }
  .slider .owl-theme .owl-controls {
    position: absolute;
    bottom: 2%;
    background: transparent;
    right: 0;
    left: 0; }
    .slider .owl-theme .owl-controls .owl-page span {
      width: 30px;
      height: 15px;
      border-radius: 0 !important;
      background: #64a24b; }

/**Slider **/
/**About **/
.line {
  position: relative; }
  .line:after {
    background: url("../images/line.png") no-repeat center;
    content: '';
    display: block;
    position: absolute;
    bottom: 50px;
    top: 65%;
    left: 0;
    right: 0;
    height: 35px;
    width: 100%; }

.about {
  background: url(../images/bg1.png) 0 75% no-repeat; }
  .about .about-title {
    font-size: 35px; }
  .about p, .about .txt, .about .extra-content {
    color: rgba(0, 0, 0, 0.7); }
  .about img {
    height: 70px;
    object-fit: contain; }

/**About **/
/**Products **/
.products {
  background: url("../images/bg-grey.jpg") no-repeat top; }
  .products .product {
    position: relative;
    min-height: 480px; }
    .products .product:before {
      position: absolute;
      top: 6px;
      left: 6px;
      z-index: 1;
      display: block;
      width: calc(100% - 12px);
      height: calc(100% - 12px);
      border: 1px solid;
      content: "";
      box-sizing: border-box;
      pointer-events: none; }
    .products .product:hover {
      box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2); }
    .products .product figure {
      position: relative; }
      .products .product figure img {
        height: 230px; }
    .products .product p {
      font-size: 14px;
      height: 80px;
      overflow: hidden; }
  .products p {
    color: rgba(0, 0, 0, 0.5); }
  .products .pro-title {
    position: relative; }
    .products .pro-title p {
      color: #000;
      height: auto;
      font-size: inherit;
      max-width: 60%; }
    .products .pro-title:before {
      content: '';
      display: inline;
      left: 0;
      top: 50%;
      width: 40px;
      height: 1.5px;
      background: #64a24b;
      z-index: 1;
      position: absolute; }
    .products .pro-title:after {
      content: '';
      display: inline;
      right: 0;
      top: 50%;
      width: 40px;
      height: 1.5px;
      background: #64a24b;
      z-index: 1;
      position: absolute; }

/**Products **/
/**Blog **/
.news p {
  color: rgba(0, 0, 0, 0.5); }
.news img {
  height: 230px;
  object-fit: cover; }
.news .post p {
  font-size: 14px;
  height: 85px;
  overflow: hidden; }
.news .post ul li {
  display: inline;
  margin-right: 30px;
  font-size: 14px; }

/**Blog **/
/**Contact **/
.contact {
  background: url("../images/bg-grey-dots.png") no-repeat; }
  .contact .map iframe {
    height: 300px;
    width: 100%; }
  .contact ul.contact-info .icon {
    border: solid 1px #64a24b;
    padding: 10px;
    width: 50px;
    height: 50px; }
    .contact ul.contact-info .icon svg {
      font-size: 25px; }
  .contact ul.contact-info span, .contact ul.contact-info a {
    color: rgba(0, 0, 0, 0.5); }

.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  padding: 10px;
  border: 0;
  border-left: solid 3px #64a24b; }

textarea {
  height: 130px; }

/**Contact **/
/**clients **/
.clients img {
  object-fit: contain;
  width: 90%;
  height: 105px;
  border: solid 4px rgba(0, 0, 0, 0.1);
  padding: 10px; }

/**clients **/
/************** Main **************/
/************** Footer **************/
footer {
  color: #fff;
  background: url("../images/footer-bg.png") no-repeat center fixed;
  position: relative; }
  footer .overlay {
    background-color: rgba(100, 162, 75, 0.5); }
  footer p, footer span, footer a {
    color: white;
    font-size: 15px; }
  footer a:hover {
    color: #333E78; }
    footer ul li{
        margin-bottom: 7px;
    }

ul.social li {
  margin-right: 12px; }
ul.social .icon {
  border: solid 1px white;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff; }
  ul.social .icon svg {
    color: #64a24b; }
  ul.social .icon:hover {
    border: solid 1px #fff;
    background-color: #fff; }
    ul.social .icon:hover svg {
      color: #64a24b; }

ul.contacts svg {
  margin-right: 8px;
  color: #fff;
  font-size: 20px; }

.copyright {
  border-top: solid 1px rgba(255, 255, 255, 0.1); }

/************** Footer **************/
/************** Pro-Cats **************/
.pro-cats .cat {
  position: relative; }
  .pro-cats .cat:nth-child(even) {
    direction: rtl;
    text-align: left; }
    .pro-cats .cat:nth-child(even) .content {
      direction: ltr; }
  .pro-cats .cat:first-child:after {
    content: '';
    display: block;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 60px;
    height: 60px;
    background-color: #64a24b;
    z-index: 1; }
  .pro-cats .cat:last-child:before {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 60px;
    height: 60px;
    background-color: #64a24b;
    z-index: 1; }
  .pro-cats .cat figure img {
    height: 300px; }
  .pro-cats .cat:hover figure img {
    -webkit-filter: blur(2px);
    filter: blur(2px); }

/************** Pro-Cats **************/
/************** Page **************/
.page .gallery-item {
  padding: 5px; }
.page .album figure {
  border: solid 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .page .album figure img {
    height: 200px;
    object-fit: contain; }
.page .main-img img {
  height: 300px;
  object-fit: contain; }

table {
  width: 100%;
  margin: auto; }
  table thead {
    background-color: #64a24b;
    color: #fff; }
  table td {
    border: solid 1px #ddd; }
  table a {
    color: #333E78; }
  table img {
    height: 23px;
    object-fit: contain;
    width: auto;
    padding-right: 10px; }

.about-page .main-img img {
  height: 350px;
  object-fit: contain; }

.pro-details {
  position: relative; }
  .pro-details:after {
    content: '';
    display: block;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 60px;
    height: 60px;
    background-color: #64a24b;
    z-index: 1; }
  .pro-details:before {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 60px;
    height: 60px;
    background-color: #64a24b;
    z-index: 1; }
  .pro-details .quote {
    border: solid 2px #64a24b;
    padding: 10px;
    color: #64a24b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .pro-details .quote:hover {
      background-color: #64a24b;
      color: #fff; }

.single-news .main-img img {
  height: 350px; }

.contact-page .form-control {
  background-color: #f2f3f4; }
.contact-page .contact-info figure {
  height: 80px; }
  .contact-page .contact-info figure img {
    object-fit: contain; }

.modal {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .modal .close:focus, .modal .close {
    color: #fff; }
  .modal .form-control {
    background-color: #f2f3f4; }

/************** Page **************/
#trp-floater-ls {
  left: 90% !important;
  background-color: #64a24b !important; }
  #trp-floater-ls a {
    color: #fff !important; }

#trp-floater-ls-language-list a:hover {
  background-color: #333E78 !important; }

#trp-floater-ls.trp-floater-ls-names {
  width: 100px !important; }

@media (max-width: 1024px) {
  header .desktop {
    display: none !important; }
  header .mobile {
    display: block !important; }

  #trp-floater-ls {
    left: 80% !important; } }
@media (max-width: 768px) {
  .slider .item .cover .header-content {
    width: 100%; }

  .display-4 {
    font-size: 2.5rem !important; } }
@media (max-width: 640px) {
  .page .gallery-item {
    width: 50% !important; }

  .w-75 {
    width: 100% !important; } }
@media (max-width: 480px) {
  .slider .item .cover .header-content h2 {
    font-size: 45px; }

  .copyright .content {
    display: block !important;
    text-align: center; }
  .copyright p {
    margin-bottom: 0 !important; }

  .page .gallery-item {
    width: 100% !important; }
  .page .pro-details {
    overflow: hidden; }

  .pro-cats .cat {
    overflow: hidden; }

  #trp-floater-ls {
    left: 70% !important; } }
@media (max-width: 360px) {
  .slider .item .cover .header-content h2 {
    font-size: 45px; }
  .slider .item .cover .header-content h3 {
    font-size: 25px; } }
/************** Extended Classes **************/
a, img, svg, .btn, .gradient-top:before, .products .product, ul.social .icon {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.inner-header, .about, .products, .contact, footer {
  -webkit-background-size: cover;
  background-size: cover; }

/************** Extended Classes **************/

/*# sourceMappingURL=main.css.map */
