path.primary-color {
    fill:var(--color-primary);
}

path.primary-color-2 {
    fill:var(--color-primary-2);
}

path.primary-color-3 {
    fill:var(--color-primary-3);
}

path.primary-color-4 {
    fill:var(--color-primary-4);
}


path.global-black-color {
    fill:var(--color-global);
}

path.global-black-color-2 {
    fill:var(--color-global-2);
}

path.global-black-color-3 {
    fill:var(--color-global-3);
}

path.global-black-color-4 {
    fill:var(--color-global-4);
}

html {
  scroll-behavior: smooth;
}

body {
    font-family: "Catamaran";
    font-weight: 400;
    line-height: 1.2;
    font-size: 17px;
    color: #666666;
    font-weight: 400;
    word-break: break-word;
}

body {
   overflow:hidden
}


h2 {}

h3 {}

h4 {}

h5 {}

h6 {}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin:0;
    padding:0;
}

p {
    line-height: 1.7;
    font-size: var(--font-p);
    margin:0;
    padding:0;
}

span{
}

input,
textarea,
select {
    font-size: var(--font-body);
    line-height: 1.5;
}

ul,li {

}

a {

}



.absolute {
    position: absolute;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #444;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
    /* margin: 0 0 10px 0; */
    color: #000;
}


hr {
    width: 35px;
    height:4px;
    background-color: var(--color-primary);
}

img {
    max-width: 100%;
    height: auto;
}

button, button:focus,
input:focus{
    outline: none;
    border: none;
}

/* slick */
.slick-slider {
    margin:0 -10px;
}
.slick-slide {
    text-align:center;
    margin-right:10px;
    margin-left:10px;
}

/* loader */

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 9999999;
    opacity: .97;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    margin: -75px 0 0 -75px;
    display: flex;
    justify-content: center;
    align-items: center;

}



/* ==============================
Buttons
=================================*/
/*.button_list {*/
/*  display: flex;*/
/*  gap: 15px;*/
/*}*/

/*.btn-common {*/
/*  display: inline-flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  gap: 12px;*/
/*  color: #fff;*/
/*  font-size: 16px;*/
/*  font-weight: 600;*/
/*  line-height: 1.1;*/
/*  border: 1px solid transparent;*/
/*  padding: 15px 30px;*/
/*  border-radius: 10px;*/
/*  transition: all 0.3s ease-in-out;*/
/*  position: relative;*/
/*}*/

/*.primary-btn {*/
/*  background-color: var(--color-primary);*/
/*}*/

/*.primary-btn:hover {*/
/*  background-color: var(--color-secondary);*/
/*  color: var(--color-primary);*/
/*}*/

/*.primary-btn i {*/
/*  transition: all 0.4s ease-in-out;*/
/*}*/

/*.primary-btn:hover i {*/
/*  color: var(--color-primary);*/
/*  animation: toRightFromLeft 0.4s linear forwards;*/
/*}*/

/*.btn-secondary {*/
/*  background-color: var(--color-secondary);*/
/*}*/

/*.btn-secondary:hover {*/
/*  background-color: var(--color-primary);*/
/*  color: var(--color-secondary);*/
/*}*/

/* ==============================
    Buttons End
=================================*/

/* ==============================
    Subtitle, title, plain text
=================================*/

/*.subtitle h4 {*/
/*    margin-left: 0;*/
/*    font-family: "Roboto", sans-serif;*/
/*    font-size: 16px;*/
/*    color: #fa360a;*/
/*    position: relative;*/
/*    padding: 0 17px;*/
/*    min-height: 33px;*/
/*    line-height: 32px;*/
/*    display: inline-block;*/
/*    letter-spacing: 1px;*/
/*    border: 2px solid #fa360a;*/
/*    border-radius: 4px;*/
/*    font-weight: 600;*/
/*    text-transform: uppercase;*/
/*}*/

/*.title h2 {*/
/*    font-size: 36px;*/
/*    font-weight: 700;*/
/*    color: #000;*/
/*    line-height: 1.2;*/
/*    position: relative;*/
/*}*/

/*.plain_text p {*/
/*    color: #777777;*/
/*}*/

/* ==============================
    Subtitle, title, plain text
=================================*/


/* ==============================
    Email Subscription
=================================*/
.jh-newsletter{
    background-color:var(--color-primary);
    padding: 80px 0;
    text-align: center;
}

.jh-newsletter .title h2{
    color: #fff;
}

.jh-newsletter .plain_text p{
    color: #fff;
}

.jh-newsletter .subscribe_form {
    max-width: 650px;
    margin: 0 auto;
}

.jh-newsletter .subscribe_form_group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.jh-newsletter .subscribe_form input {
    font-size: 14px;
    color: #fff;
    height: 50px;
    border: none;
    border-radius: 27px;
    background-color: #ff4e26;
    padding: 0 20px;
    width: calc(100% - 160px);
    box-shadow: 0 14px 16px 0 rgb(0 0 0 / 3%);
}

.jh-newsletter .subscribe_form input::placeholder{
    color: #fff;
}

.jh-newsletter .subscribe_form .subcribe-btn {
    min-width: 150px;
    height: 50px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 20px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border-style: none;
    border-radius: 30px 30px 30px 30px;
    margin-left: 10px;
}

@media(max-width: 575px){

    .jh-newsletter .subscribe_form input{
        width: 100%;
    }

    .jh-newsletter .subscribe_form .subcribe-btn{
        min-width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
}
/* ==============================
    Email Subscription End
=================================*/

/* ==============================
    Search full box
=================================*/

.jh_seachbox_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 1;
    visibility: hidden;
    z-index: 9999999;
    transition: all 0.5s ease;
}

.jh_seachbox_container .close-btn {
    color: #fff;
    position: absolute;
    top: 30px;
    right: 40px;
    border: none;
    background-color: transparent;
    font-size: 30px;
}

.jh_seachbox_container .jh-seach-form-full-box {
    width: 50%;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.jh_seachbox_container .search-form{
    width: 100%;
}

.jh_seachbox_container .search-form label{
    width: 100%;
}

.jh_seachbox_container input[type="search"]::placeholder{
    color: #fff;
}

.jh_seachbox_container input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 10px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    font-size: 16px;
    line-height: 50px;
}

.jh_seachbox_container input:focus{
    border-bottom: 2px solid var(--primary-color);
}

.jh_seachbox_container .btn-submit {
    position: absolute;
    top: 50%;
    right: 20px;
    border: none;
    background: transparent;
    color: #fff;
    transform: translateY(-50%);
    font-size: 22px;
}

@media(max-width: 767px){
    .jh_seachbox_container .jh-seach-form-full-box{
        width: 100%;
    }
}



/* advance */

.jh-mobile-menu .elementor-element {
    height: 100%;
    width: 100%;
}

.jh-mobile-menu > div {
    display: flex;
    height: 100%;
    width: 100%;
}

.jh-mobile-menu .copy-started {
    display: flex;
    height: 100%;
    width: 100%;
}

.mobilemenu-wrap {
    height: 100%;
    width: 100%;
}

.jh-mobile-menu .elementor-bundle-mobilemenu-1 {
    height: 100%;
    width: 100%;
}


.jh-mobile-menu .eb-wrap-inner {
    height: 100%;
    width: 100%;
}

/* Mobile Design */

.mobilemenu-close {
    position: relative;
}

.mobilemenu-close span {
    position: absolute;
    right: 0px;
    font-size: 30px;
    color: var(--color-primary);
}

.mobilemenu-close {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.mobilemenu-close span {
    position: absolute;
    right: 0px;
}

.mobilemenu-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin: 20px 0 20px 0;
    text-align: center;
}

.mobilemenu-body-item .logo img {
    max-width: 160px;
    max-height: 80px;
}

.mobilemenu-body-item ul.header-menu li a {
    color:#8a8a8a;
} 



/* Dialog */

.jh-dialog .elementor {
    height: 100%;
}

.jh-dialog .elementor-element {
    height: 100%;
}

.jh-dialog .copy-started {
    height: 100%;
}

.jh-dialog .eb-widget-dialog-wrap {
    height: 100%;
}

.jh-dialog .dialog-wrap {
    height: 100%;
}

.jh-dialog .eb-wrap {
    height: 100%;
}

.jh-dialog .eb-wrap-inner {
    height: 100%;
}

.jh-dialog .start-container-min {
    height: 100%;
}

.jh-dialog .jh-custom-ui {
    height: 100%;
}

.jh-dialog .jh-container-inner {
    height: 100%;
}



/* Social List */

.social-head-text span:last-child{
    color: #c1c1c1;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
}

ul.social-list-ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

ul.social-list-ul li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #efefef;
    color: #646464;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
}

ul.social-list-ul li  a:hover {
    background-color: var(--color-primary);
    color: #fff;
}

/* language */

.land-ar-wrap .header-wrap .ebl-data-blocks-header {
    flex-direction: row-reverse;
}

.land-ar-wrap .header-wrap .ebl-data-blocks-header {
    flex-direction: row-reverse;
}

.land-ar-wrap .header-wrap .header-body-item .menu-main-menu-container .sub-menu {
    right: 0;
}

.land-ar-wrap .header-wrap .header-body-item .menu-main-menu-container .sub-menu li a {
    text-align: right;
}

.land-ar-wrap .header-wrap .menu .menu-item-has-children>a:after {
    left: -20px;
}

.land-ar-wrap .header-wrap .button_list {
    flex-direction: row;
}

.land-ar-wrap .header-wrap .search-box{
  left: 0;  
  right:auto;
}

.land-ar-wrap .header-wrap .search-form form {
    display: flex;
}

.land-ar-wrap .header-wrap .search-form button {
    left: 0;
    right:auto;
    border-radius: 30px 0px 0px 30px;
}

.land-ar-wrap .header-wrap .search-form input {
    padding: 0 15px 0 70px;
    text-align:right;
}

.land-ar-wrap .header-wrap .header-body-item .search-block {
    border-right: 1px solid #ccc;
    border-left: 0;
}

.land-ar-wrap .topbar-wrap .row {
    flex-direction: row-reverse;
}

.land-ar-wrap .topbar-wrap .topbar .topbar-body {
    justify-content: flex-end;
}

.land-ar-wrap .topbar-wrap .topbar .common-list-ul li {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
}

.land-ar-wrap .jh-footer .row {
    flex-direction: row-reverse;
}

.land-ar-wrap .slider .swiper-slide .row {
    flex-direction: row-reverse;
}

.land-ar-wrap .topbar-wrap .column-right .topbar .topbar-body {
    flex-direction: row-reverse;
}

.land-ar-wrap .social-head-text {
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
}

/* slider-lang right*/
.land-ar-wrap .hero-slider .swiper-pagination.horizontal.vertical-right {
    left: 0!important;
    right:auto;
}

.land-ar-wrap .hero-slider .swiper-navigation.horizontal.bottom-right {
  left: 30px !important;
  right:auto;
}

.land-ar-wrap .hero-slider .swiper-navigation.horizontal.bottom-right .swiper-button-next {
    right: auto;
    left: 85px;
}

.land-ar-wrap .hero-slider .swiper-navigation.horizontal.bottom-right .swiper-button-prev {
    right: auto;
    left: 10px;
}

/* slider-lang left*/
.land-ar-wrap .hero-slider .swiper-pagination.horizontal.vertical-left {
    right: 0!important;
    left:auto;
}

.land-ar-wrap .hero-slider .swiper-navigation.horizontal.bottom-left {
  right: 30px!important;
  left:auto;
}

.land-ar-wrap .hero-slider .swiper-navigation.horizontal.bottom-left .swiper-button-next {
    left: auto;
    right: 85px;
}

.land-ar-wrap .hero-slider .swiper-navigation.horizontal.bottom-left .swiper-button-prev {
    left: auto;
    right: 10px;
}

/* -- pagination -- */
.land-ar-wrap .hero-slider .swiper-navigation.horizontal.vertical-right {
    left: 20px;
    right: auto;
}

/* -- pagination -- */
.land-ar-wrap .hero-slider .swiper-navigation.horizontal.vertical-left {
    right: 20px;
    left: auto;
}
/* -- pagination -- */
.land-ar-wrap .hero-slider .swiper-pagination.horizontal.bottom-left {
    text-align: right;
    padding-right: 20px;
}

/* -- pagination -- */
.land-ar-wrap .hero-slider .swiper-pagination.horizontal.bottom-right {
    text-align: left;
    padding-left: 20px;
}

/* -- prev - next -- */
.land-ar-wrap .hero-slider .swiper-navigation.horizontal.bottom-left .swiper-button-next {
    left: auto;
    right: 10px;
}

.land-ar-wrap .hero-slider .swiper-navigation.horizontal.bottom-left .swiper-button-prev {
    left: auto;
    right: 85px;
}

/* -- prev - next -- */
.land-ar-wrap .hero-slider .swiper-navigation.horizontal.bottom-right .swiper-button-next {
    right: auto;
    left: 85px;
}

.land-ar-wrap .hero-slider .swiper-navigation.horizontal.bottom-right .swiper-button-prev {
    right: auto;
    left: 10px;
}

@media(max-width: 991px){
    .land-ar-wrap .topbar-wrap .topbar .topbar-body{
        justify-content: center;
    }
}

/* nav bullete*/

.land-ar-wrap .header-body-item.item-button-list {
    display: flex;
    justify-content: flex-start;
}


/* themes */

.header-wrap {
    padding: 5px 0;
}


/* 404 page image */
.imp-404 {
    max-width:500px;
    width:100%;
}


/* Custom Code */

.topbar span {
    color: #fff !important;
}

.copyright p {
    color: #fff !important;
}

.footer .common-list-ul a {
    color: #c1c1c1;
}

.elementor-bundle-footer-1  .social-head-text {
   color: #c1c1c1;
}

/* home about section */
.est h2 {
    font-family: Hind, sans-serif;
    font-size: 70px;
    font-weight: 500;
    line-height: 1.2em;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: rgb(115, 116, 119);
    stroke: rgb(115, 116, 119);
    color: rgb(255, 255, 255);
}

/* Footer */
.jh-footer .plain_text {
    color: #fff;
}

.jh-footer .footer_head span{
    color: #fff;
}

.elementor-bundle-footer-1 .row .footer_head h3::after {
    background-color: #fff !important;
}

.breadcrumb-wrap .breadcrumb h2 {
        color: #cf0014;
}

.breadcrumb-wrap .breadcrumb a {
    color: var(--color-primary);
}


.footer .subcribe-btn {
    background-color: #656565 !important;
}

@media(max-width: 767px){
    
    .table-gap {
        padding-left:20px;
        padding-right:20px;
    }
    
}

.grid-container {
    
    columns: 2 200px;
    column-gap: 1.5rem;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0px;
    
  a {
    width: 150px;
    margin: 0 1.5rem 1.5rem 0;
    display: inline-block;
    width: 100%;
    border: solid 2px black;
    padding: 5px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    border-radius: 5px;
    transition: all .25s ease-in-out;
    &:hover img {
      filter: grayscale(0);
    }
    &:hover {
      border-color: coral;
    }
    img {
      width: 100%;
      filter: grayscale(100%);
      border-radius: 5px;
      transition: all .25s ease-in-out;
    }

  }
}

@media(max-width: 767px){
    .grid-container {
     padding: 50px 20px !important;
    }
}

h2.gallery-title {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.msg-area {
    background-color: var(--color-primary);
    padding: 20px;
    color: #ccc;
}

.relative {
    position: relative !important;
}

.content-container {
    margin: 50px auto;
}

.message-content p {
    margin-bottom: 15px;
}

.primary-btn {
    background-color: var(--color-primary);
    color: var(--color-white);
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #fff;
    font-family: var(--btn-font-family);
    font-size: 16px;
    line-height: 1;
    border: 1px solid transparent;
    padding: 14px 30px;
    transition: .3s ease-in-out;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    width: 100%;
    border: 1px solid #d1d1d1 !important;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    border: none;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    font-size: 1.5rem !important;
}

@media(max-width: 767px){
    .common-body-item {
        padding: 0px 20px 0px 20px;
    }
}

.search-posts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 50px auto;
}

.list-posts {
    border: 1px solid #ccc;
    padding: 3px;
}

.plain_text p {
    color: var(--p-color) !important;
    text-align: justify;
}

.timeline-container p {
    text-align: justify;
}