﻿@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&family=Reggae+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Kristi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ojuju:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Faster+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
*, *::after, *::before {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html {
    font-size: 10px;
    scroll-behavior: smooth;
    --duration: .7s;
}
body {
    font-family: Open\ Sans,sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #141414;
    text-rendering: optimizeLegibility;
    min-width: 320px;
    overflow-x:hidden;
}
body::before{
    background-color: #985836;
}
a{
    text-decoration: none;
}
.container-main {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    overflow: hidden;
}
.container-half{
    min-height: 75vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.container-all{
    margin: 0 auto;
    width: 90%;
    align-items: center;
}
.container-fit{
    margin: 0 auto;
    width: 100%;
    align-items: center;
} 
.container-start{
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    align-items: center;
}
#black-header {
    position: fixed;
    width: 100vw;
    height: 120px;
    background-color: #000;
    z-index: 98;
}

                   /*-----------------------home page------------------------*/
                  /*------------------------home page-----------------------*/
                 /*-------------------------home page----------------------*/
                /*--------------------------home page---------------------*/


header {
    z-index: 99;
    position:relative;
    display: block;
}
header .header-container {
    height: auto;
    position:fixed;
    width: 100%;
    transition: background .5s;
    z-index: 99;
}
header .header-container.nav-colored {
    background: #000;
}
header .header-container .container {
    top: auto;
    padding-top: 0;
    width: 90%;
}
header .header-container .container .row {
    margin: 0px;
}
header .header-container .container .row::before {
    content: " ";
    display: table;
}
header .header-container .container .row::after {
    clear: both;
    content: " ";
    display: table;
}
header .header-container .container .row .header-main {
    display: flex;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0px 0px;
}
header .header-container .container .row .header-main .header-logo {
    width: 25%;
    display: flex;
    padding: 20px 0 20px;
}
header .header-container .container .row .header-main .header-logo a{
    width: 320px;
    height: 100%;
    position: absolute;
    top: 0;
    transition: opacity .2s ease-out;
    z-index: 40;
    color: #fe6565;
    text-decoration: none;
    background-color: transparent;
}
header .header-container .container .row .header-main .header-logo a img{
    height: auto;
    width: 100%;
}
header .header-container .container .row .header-main .header-top-inner {
    width: 75%;
}
header .header-container .container .row .header-main .header-top-inner .nav-container {
    float: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    justify-content: center;
    padding: 0;
    margin: 20px 50px 0;
}
header .header-container .container .row .header-main .header-top-inner .nav-container .container {
     padding: 0;
     top: auto;
     border-bottom: none;
}
#menu-mobile{
display: none;
} 
header .header-container .container .row .header-main .header-top-inner .nav-container .container .main-menu {
    height: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    display: block;
}
header .header-container .container .row .header-main .header-top-inner  .nav-container .container .hamburger{
    display:none;
    visibility:hidden;
    opacity:0;
}
#menu ul {
    float: none;
    list-style: outside none none;
    margin: 0;
    top: auto;
    text-align: center;
    padding-left: 0px;
    display: block !important;
    text-align: left;
    list-style: none;
    padding: 0;
}
.nav:before {
    content: " ";
    display: table;
}
.main-menu > ul > li {
    position: relative;
    margin: 0px;
    float: none;
    display: inline-block;
    z-index: 20;
    background-color: transparent;
    list-style: none;
    text-decoration: none;
    cursor: pointer;
}
.main-menu > ul > li.top_level > a {
    letter-spacing: .6px;
    position: relative;
    padding: 12px 22px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    display: block;
    text-decoration-line: none;
    text-transform: capitalize;
    width: auto;
    margin: 26px 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    z-index: 6;
}
.main-menu > ul > li.top_level > a:hover{
    color: #9cd142;
}
.main-menu > ul > li.top_level > a:before{
    border-width: 0 2px;
    -webkit-transform: scale3d(1,0,1);
    transform: scale3d(1,0,1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}
.main-menu > ul > li.top_level > a:after {
    border-width: 2px 0;
   -webkit-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.main-menu > ul > li.top_level > a:before,
.main-menu > ul > li.top_level > a:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #9cd142;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}
.main-menu > ul > li.top_level > a:before{
    border-width: 0 2px;
   -webkit-transform: scale3d(1,0,1);
    transform: scale3d(1,0,1);
   -webkit-transform-origin: 0% 50%;
   transform-origin: 0% 50%;
}
.main-menu > ul > li.top_level > a:hover:before,
.main-menu > ul > li.top_level > a:hover::after {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.main-menu > ul > li.top_level > a:after {
    border-width: 2px 0;
   -webkit-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
   -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
#menu .dropdown .dropdown-menu {
    padding: 20px;
    border: 2px solid #9cd142;
    background: #fff;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform-origin: 20% 20% 0;
    -ms-transform-origin: 20% 20% 0;
    -webkit-transform-origin: 20% 20% 0;
    -o-transform-origin: 20% 20% 0;
    -moz-transform-origin: 20% 20% 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    visibility: visible !important;
    display: block;
    text-align: left;
}
.address-dropdown{
    cursor: default;
}
#menu ul li .megamenu ul.list-unstyled {
    padding: 0px 5px 0px 0px;
    background-color: transparent;
}
#menu .nav li .list-unstyled .dropdown {
    float: left;
}
.main-menu > ul > .dropdown ul > li > a {
    color: #606067;
    font-size: 14px;
    padding: 0 0 8px;
    margin-bottom: 0px;
    letter-spacing: 0;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    margin-top: 0;
}
#menu ul li .megamenu ul.list-unstyled .dropdown .address-dropdown::after {
    border-top: 1px solid #ededed;
    bottom: 0;
    content: "";
    float: left;
    height: 1px;
    position: relative;
    width: 75%;
}
#menu ul li:hover .dropdown-menu, #menu ul li.hiden_menu:hover .dropdown-menu {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    visibility: visible;
    background-color: #fff;
}
.dropdown {
    position: relative;
}
.main-menu > ul > .dropdown ul > li > a, .hiden_menu .top_level > a {
    font-size: 14px;
    padding: 0 0 8px;
    margin-bottom: 0px;
    letter-spacing: 0;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    margin-top: 0;
}
.main-menu > ul > li ul > li > a {
    min-width: 160px;
    display: block;
    white-space: nowrap;
}
.dropdown-inner {
    display: flex;
    flex-direction: row;
}
.main-menu > ul > .dropdown ul {
    float: none;
    list-style: outside none none;
    margin: 0;
    top: auto;
    text-align: center;
}
.main-menu > ul > .dropdown ul > li > a {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    padding: 0 0 8px;
    margin-bottom: 0px;
    letter-spacing: 0;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    margin-top: 0;
}
.main-menu > ul > li.top_level:hover a:before,
.main-menu > ul > li.top_level:hover a:after {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    margin: 5px;
    padding: 0;
    position: relative;
    border: medium none;
    box-shadow: none;
}
#menu ul li .megamenu ul.list-unstyled:last-child {
    padding-right: 0px;
}
.main-menu ul li ul .list-unstyled a {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    text-transform: capitalize;
    padding: 3px 0;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 0;
}
/* ---------  home section----------------*/

.home{
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: relative;
  z-index: 0;
}
.home::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.15;
    z-index: -1;
}
.home .content{
  text-align: center;
  position: absolute;
  text-align: center;
  justify-content:center;
  align-items: center;
  z-index: 10;
}
.home .content h3{
  font-size: 4.5rem;
  color:#fff;
  text-transform: uppercase;
  text-shadow: 0 .3rem .5rem rgba(0,0,0,.1);
}
.home .content p{
  font-size: 2.5rem;
  color:#fff;
  padding:.5rem 0;
}
.home .content .slider-btn{
  display: inline-block;
  margin-top: 1rem;
  background-color: transparent;
  color:#fff;
  padding:.8rem 3rem;
  border:.2rem solid #2784fc;
  cursor: pointer;
  font-size: 1.7rem;
  text-decoration: none;
}
.home .content .slider-btn:hover{
  background:rgba(0, 0, 0,.5);
  color:#2784fc;
}
.carousel {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
    font-size: 4rem;
    font-weight: 700;
}
#introCarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
    height: 100vh;
}
.carousel-item:nth-child(1) {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.carousel-item:nth-child(2) {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.carousel-item:nth-child(3) {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*-------------about section----------------------*/
#about {
    width: 100%;
}
#about .aboutus-container{
    padding-top: 100px;
    padding-bottom: 100px;
}
#about .about-content .about-content-inner .about-left-part{
    float: left;
    padding: 0;
    width: 50%;
/*    text-align: center;
*/    position: relative;
    z-index: 1;
}
#about .about-content .about-content-inner .about-left-part::before{
    content: "";
    border: 5px solid #606067;
    height: 77%;
    width: 65%;
    position: absolute;
    top: 90px;
    left: 115px;
    z-index: -1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-box-shadow: 0 0 30px rgba(205,205,205,.67);
    -webkit-box-shadow: 0 0 30px rgba(128,250,1, 67%);
    box-shadow: 0 0 30px rgba(128 250 1 / 67%);
}
#about .about-content .about-content-inner .about-left-part .one-half.aboutcms1{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: translate(15px,0);
    -webkit-transform: translate(15px,0);
    -moz-transform: translate(15px,0);
    -ms-transform: translate(15px,0);
    -o-transform: translate(15px,0);
     max-width: 80%;
}
#about .about-content .about-content-inner .about-left-part:hover .one-half.aboutcms1{
 transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: translate(30px,0);
    -webkit-transform: translate(30px,0);
    -moz-transform: translate(30px,0);
    -ms-transform: translate(30px,0);
    -o-transform: translate(30px,0);
}
#about .about-content .about-content-inner .about-left-part:hover .one-half.aboutcms2{
   transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: translate(-30px,0);
    -webkit-transform: translate(-30px,0);
    -moz-transform: translate(-30px,0);
    -ms-transform: translate(-30px,0);
    -o-transform: translate(-30px,0);
}
#about .about-content .about-content-inner .about-left-part .one-half.aboutcms2{
    float: right;
    margin-top: -31%;
    margin-right: 15px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: translate(-15px,0);
    -webkit-transform: translate(-15px,0);
    -moz-transform: translate(-15px,0);
    -ms-transform: translate(-15px,0);
    -o-transform: translate(-15px,0);
    max-width: 90%;
}
#about .about-content .about-content-inner .about-image {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
#about .about-content .about-content-inner .about-image .about-image-laptop {
    display: block;
    max-width: 100%;
    height: 400px;
    vertical-align: middle;
}
#about .about-content .about-content-inner .about-image .about-image-phone {
    display: none;
}
#about .about-content .about-content-inner .about-left-part .one-half .about-image:after {
    background: rgba(255,255,255,.5);
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    width: 0;
    height: 0;
}
#about .about-content .about-content-inner .about-left-part:hover .one-half .about-image:after {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -webkit-transition-duration: 1.3s;
    -khtml-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    height: 100%;
    width: 100%;
}
#about .about-content .about-content-inner .about-right-part{
    float: right;
    width: 50%;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 100px;
}
#about .about-content .about-content-inner .about-right-part .mainheading {
    color: #000;
    font-size: 45px;
    font-weight: bold;
    line-height: 72px;
    text-transform: capitalize;
    letter-spacing: .3px;
    padding-bottom: 0;
    padding-top: 60px;
    padding-bottom: 25px;
    margin-bottom: 0;
    font-family: 'Playball',cursive;
    position: relative;
}
#about .about-content .about-content-inner .about-right-part .mainheading:after {
   border-top: 4px solid #606067;
    content: "";
    display: block;
    margin-left: 0;
    margin-bottom: 15px;
    text-align: left;
    width: 80px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#about .about-content .about-content-inner .about-right-part:hover .mainheading:after {
      width: 150px;
}
#about .about-content .about-content-inner .about-right-part .aboutdetail {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 40px;
    letter-spacing: .7px;
}
#about .about-content .about-content-inner .about-right-part .about-button{
    padding-top: 10px;
} 
#about .about-content .about-content-inner .about-right-part .about-button a {
    padding: 10px 40px;
    font: 500 16px/26px 'Playfair Display', serif;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    width: auto;
    margin: 12px auto;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    text-align: inherit;
    white-space: nowrap;
    touch-action: manipulation;
    text-decoration: none;
    z-index: 1;
    border: 1px solid #606067;
    background: #606067;
    text-align:center;
     moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
     
}
#about .about-content .about-content-inner .about-right-part .about-button a:hover {
     background-image: linear-gradient(to right, #808080, rgba(0, 0, 0, 0.2), #606067, #333333);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 3, 0.75);
}
#about .about-content .about-content-inner .about-right-part .about-button a:focus{
    outline:none;
}
/* ---------services-----------------*/
#services {
    clear: both;
    padding: 100px 0px 60px 0px;
    position: relative;
    float: left;
    width: 100%;
    height:auto;
}
#services .service-container{
    margin:auto;
}
#services .service-container::after {
    clear: both;
    content: "";
    display: table;
}
#services .service-container .service-header{
    text-align:center;
    width: 100%;
    height: auto;
    padding-bottom: 45px;
}
#services .service-container .service-header h1:after {
    content: "";
    border-bottom: 3px solid #606067;
    display: inline-block;
    width: 150px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#services .service-container .service-header h1{
    text-align: center;
    display: block;
    margin-bottom: 30px;
    border: medium none;
    width: auto;
    margin: 0 auto 10px;
    padding: 0 0px 0px;
    color: black;
    position: relative;
    font: 400 40px/52px 'Playball',cursive;
    text-transform: capitalize !important;
    font-weight: bold;
}
#services .service_container .service-area {
    float: left;
    width: 100%;
    padding:0;
}
#services .service-area .service-fourth {
    float: left;
    width: 25%;
    padding:0 15px;
    position: relative;
    text-align: center;
    overflow:hidden;
}
#services .service-area .service-fourth:hover:after{
content: '';
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
z-index: -1;
}
#services .service-area .service-fourth.service1 {
    padding-left: 0;
}
#services .service-area .service-fourth:hover{
box-shadow: #606060 0px 5px 15px;
}
#services .service-area .service-fourth .service-icon {
    height: 70px;
    width: 65px;
    margin: 0 auto;
    display: block;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    background: url(../../image/service-icons.png) no-repeat scroll transparent;
}
#services .service-area .service-fourth.service1 .icon1 {
    background-position: center 9px;
}
#services .service-area .service-fourth.service1:hover .icon1 {
    background-position: center -104px;
}
#services .service-area .service-fourth.service2 .icon2 {
    background-position: center -214px;
}
#services .service-area .service-fourth.service2:hover .icon2 {
    background-position: center -325px;
}
#services .service-area .service-fourth.service3 .icon3 {
    background-position: center -437px;
}
#services .service-area .service-fourth.service3:hover .icon3 {
    background-position: center -548px;
}
#services .service-area .service-fourth.service4 .icon4 {
    background-position: center -659px;
}
#services .service-area .service-fourth.service4:hover .icon4 {
    background-position: center -770px;
}
#services .service-area .service-fourth .service-content {
    margin-top: 20px;
}
#services .service-area .service-fourth .service-content .service-heading {
    font-size: 18px;
    letter-spacing: 0.3px;
    font-weight: 600;
    text-transform: capitalize;
    color: #606067;
    padding: 0 0 15px;
    font-family: 'Playfair Display', serif;
}
#services .service-area .service-fourth .service-content .service-description {
    letter-spacing: 0.9px;
    line-height: 28px;
    font-size:14px;
    padding-bottom:20px;
}
/*----------sites---------*/
#sites {
    float: left;
    width: 100%;
    padding: 50px 0 30px 0;
    overflow: hidden;
    clear: both;
    position:relative;
}
#sites:before {
    content: "";
    display: table;
}
#sites:after {
    content: "";
    display: table;
    clear: both;
}
#sites .sites_container{
    width: 90%;
    margin : 0 auto;
}
#sites .sites_container::after {
    content: "";
    display: table;
    clear: both;
}
#sites .sites-title {
    text-align: center;
    display: block;
    margin-bottom: 60px;
    border: medium none;
    width: auto;
    margin: 0 auto 40px;
    padding: 0 0px 0px;
    color: black;
    position: relative;
    font: 400 40px/52px 'Playball',cursive;
    text-transform: capitalize !important;
    font-weight: bold;
}
#sites .sites-title:after {
    content: "";
    border-bottom: 3px solid #606067;
    display: inline-block;
    width: 150px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#sites .boxes-sites{
    margin: 0 -20px;
    display: flex;
}
#sites .boxes-sites .box-site {
    float: left;
    display:block;
    overflow: hidden;
    vertical-align: top;
    padding: 0 20px;
    width: 33.33%;
}
#sites .boxes-sites .box-site .box-site-inners{
   display: block;
   width: 100%;
}
#sites .boxes-sites .box-site .site {
    background: linear-gradient(-45deg,rgba(40,100,0,.3),rgba(80,80,80,0.58),#505050);
    font-family: 'Raleway', sans-serif;
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
    display: block;
    position: relative;
    max-height: 230px;
    transition: all 0.3s ease-in-out;
}
#sites .boxes-sites .box-site .site:before{
    content: "";
    border: 2px solid #606067;
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotate3d(0,0,1,45deg) scale3d(1.5,0,1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .35s;
}
#sites .boxes-sites .box-site .site:hover:before{
    opacity: 1;
    transform: rotate3d(0,0,1,45deg) scale3d(1.5,1,1);
}
#sites .boxes-sites .box-site .site img{
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    display: inline-block;
    height: auto;
    overflow: hidden;
    position: relative;
    transform: translate3d(0,0,0) scale(1);
    transition: all 0.5s ease 0s;
}
#sites .boxes-sites .box-site .site:hover img{
    opacity: 0.3;
    transform: translate3d(-12px,0,0) scale(1.1) rotate(3deg);
}
#sites .boxes-sites .box-site .site .site-content{
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 15px 10px;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
#sites .boxes-sites .box-site .site:hover .site-content{
opacity: 1;
    transform: translateX(-50%) translateY(-50%);
}
#sites .boxes-sites .box-site .site .site-content .title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0 0 3px;
}
#sites .boxes-sites .box-site .site .site-content .link-site{
    padding: 15px;
}
#sites .boxes-sites .box-site .site .site-content .link-site a{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background-color: #606067;
    border-color: #2a2933;
    padding: 10px 20px;
    margin-top: 0;
    text-align: center;
    letter-spacing: .7px;
    text-transform: capitalize;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.5s ease 0s;
}
#sites .boxes-sites .box-site .site .site-content .link-site a:hover {
     background-image: linear-gradient(to right, #808080, rgba(0, 0, 0, 0.2), #606067, #333333);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 3, 0.75);
}
#sites .more-site{
   padding-top: 0px;
    text-align: center;
    align-items: center;
    display: block;
}
#sites .more-site a {
    padding: 10px 40px;
    font: 500 16px/26px 'Playfair Display', serif;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    width: auto;
    margin: 12px auto;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    text-align: inherit;
    white-space: nowrap;
    touch-action: manipulation;
    text-decoration: none;
    z-index: 1;
    border: 1px solid #606067;
    background: #606067;
    text-align:center;
     moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#sites .more-site a:hover{
      background-image: linear-gradient(to right, #808080, rgba(0, 0, 0, 0.2), #606067, #333333);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 3, 0.75);
}
/* ------------------get contact--------------------*/

.get-container {
    position: relative;
    padding-top: 40px;
    background-size: cover;
    padding-bottom: 70px;
    text-align: center !important;
    display : block;
    clear: both;
}
.get-container:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d233e;
    opacity: 0.6;
}
.get-container .get-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
#myvideo {
   /* position: relative;*/
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.get-container .get-background {
    flex-direction: row;
    flex-wrap: wrap;
    min-height: -webkit-fit-content;
    min-height: fit-content;
    max-width: 100%;
    display:flex;
}
.get-container  .get-icon-section{
     min-height: 303px;
     max-height:100%;
     text-align: left;
     flex: 0 0 71.66666667%;
     max-width: 71.66666667%;
     min-width: 71.66666667%;
     color: #fff;
    background-color: transparent;
    position: relative;
    display: flex;
    background-clip: padding-box;
    background-origin: padding-box;

}
.get-container .get-layout {
    position: relative;
    flex: 1;
    max-width: 100%;
    transition-duration: inherit;
    padding: 20px 0px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.get-container .get-image {
    width: 160px;
    height: 210px;
    margin: 0 auto 0 0;
    object-fit: contain;
    background-size: contain;
}
.get-container .get-text-head {
    position: relative;
    word-break: break-word;
    font-size: 3rem;
    line-height: 1.1;
    margin: -180px 0 0 186px;
    padding: 0;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    color: #fff;
}
.get-container .get-text-pargraph {
    position: relative;
    word-break: break-word;
    line-height: 1.1;
    font-size: 2rem;
    margin: 40px 0 0 186px;
    padding: 0;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    color: #fff;
}
.get-container .get-button {
    position: relative;
    display: flex;
    background-clip: padding-box;
    background-origin: padding-box;
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
    min-height: 303px;
    background-image: none;
    color: #111111;
    background-color: transparent;
    text-align: center;
}
.get-container .get-button .get-link{
    position: relative;
    flex: 1;
    max-width: 100%;
    transition-duration: inherit;
    display: flex;
    flex-direction: column;
    padding: 30px 10px;
    justify-content: center;
}
.get-container .get-button .get-link a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 13px 35px 14px;
    color: #fff;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    white-space: nowrap;
    touch-action: manipulation;
    text-decoration: none;
    z-index: 1;
    border: 1px solid #606067;
    background: #606067;
    text-align: center;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.get-container .get-button .get-link a:hover{
      background-image: linear-gradient(to right, #808080, rgba(0, 0, 0, 0.2), #606067, #333333);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 3, 0.75);
}
/*---------------------hero wrapper-----------*/
.hero-wrapper {
    clear: both;
    height: 60vh;
    position: relative;
}
.hero-wrapper .hero-box {
    background-image: url(../../image/petra2.jpg);
    position: relative;
    width: 100%;
    height:100%;
    z-index: 2;
    padding-bottom: 150px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hero-wrapper .hero-box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color:#606067;
    opacity: 0.7;
    z-index: -1;
}
.hero-wrapper .hero-box .line-bg{
    position:absolute;
    width: 1px;
    height:100%;
    background-color: rgba(255,255,255,0.1);
    top:0;
}
.hero-wrapper .hero-box .line-bg1{
    left: 14%;
}
.hero-wrapper .hero-box .line-bg2{
    left: 30%;
}
.hero-wrapper .hero-box .line-bg3{
    left: 45%;
}
.hero-wrapper .hero-box .line-bg4{
    left: 60%;
}
.hero-wrapper .hero-box .line-bg5{
    left: 75%;
}
.hero-wrapper .hero-box .line-bg6{
    left: 88%;
}
.hero-wrapper .hero-box .hero-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    fill: #fff;
    overflow: hidden;
    vertical-align: middle;
}
.hero-wrapper .hero-container {
    position: relative;
    display: block;
    width: 100%;
    top: 70%;
    text-align:center;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}
.hero-wrapper .hero-container .content-hero h2{
    font-size: 45px;
    font-weight: 900;
    color:#fff;
    margin:0;
    line-height: 55px;
}
.info-area{
    position: relative;
    padding: 50px 0;
    text-align:center;
    width: 100%;
    height:100%;
}
.info-area:before{
    position: absolute;
    opacity: .15;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../image/trnasparent2.png);
    z-index: -1;
}
.info-area .container-info-area{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.info-area .container-info-area .row-info-area{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.info-area .container-info-area .row-info-area .col-lg-4{
    position: relative;
    ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.info-area .container-info-area .row-info-area .col-lg-4 .icon-box-info-area {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.info-area .container-info-area .row-info-area .col-lg-4 .icon-box-info-area.margin-top-50{
    margin-top:80px;
}
.icon-box-info-area .info-icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
    color: #606067;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.icon-box-info-area .info-icon::before {
    position: absolute;
    content: "";
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(40,100,0,.3);
}
.icon-box-info-area .info-icon::after {
    position: absolute;
    content: "";
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    top: 10px;
    left: 10px;
    background-color: rgba(15,255,0,0.58);
    opacity: .5;
}
.icon-box-info-area .info-icon i {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    font-size: 34px;
    color: #606067;
}
.icon-box-info-area .info-icon i.fa-bullhorn::before{
    content: "\f0a1";
}
.icon-box-info-area .info-content {
    padding-top: 20px;
}
.icon-box-info-area .info-content .info_title {
    font-size: 20px;
    color: #0d233e;
    margin-bottom: 13px;
    font-weight: 500;
    line-height:1.2;
}
.icon-box-info-area .info-content .info_desc {
    font-size: 16px;
    color: #5d646d;
    line-height: 27px;
    margin:0;
}
/*---------------------FAQ-----------------*/
.accordion{
  display: flex;
  max-width: 1440px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 45px 90px 45px 60px;
  overflow: hidden;
}
.accordion .accordion-text{
  width: 90%;
  margin: 0 auto;
}
.accordion .accordion-text .title{
    display: block;
    margin-bottom: 30px;
    border: medium none;
    width: auto;
    margin: 0 auto 10px;
    padding: 0 0px 0px;
    color: black;
    position: relative;
    font: 400 40px/52px 'Playball',cursive;
    text-transform: capitalize !important;
    font-weight: bold;
}
.accordion .accordion-text .title:after {
    content: "";
    border-bottom: 3px solid #606067;
    display: block;
    width: 60px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0;
}
.accordion .accordion-text .toggle-container .panel.style2 .panel-title>a:after {
    content: "\f068";
    font-family: FontAwesome;
    font-size: 10px;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 15px;
    bottom: 0;
    color: #606060;
    background: #606060;
    text-align: center;
    line-height: 30px;
}
.accordion .accordion-text .toggle-container .panel.style2 .panel-title > a.collapsed:after {
    content: "\f067";
    color: #fff;
    background: #606067;
}
.accordion .accordion-text .faq-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.accordion .accordion-text .faq-container .hr-line {
    width: 100%;
    margin: auto;
}
.accordion .accordion-text .faq-container .faq-page {
    color: #444;
    cursor: pointer;
    padding: 30px 20px;
    width: 100%;
    border: none;
    outline: none;
    transition: all 0.5s;
    margin: auto;
    font-size: 20px;
}
.accordion .accordion-text .faq-container .faq-body {
    margin: auto;
    width: 100%;
    padding: 5px 18px;
    background-color: hsla(255, 0%, 100%, 0.85);
    display: none;
    overflow: hidden;
    transition: all 0.5s;
}
.accordion .accordion-text .faq-container .faq-body img{
    padding: 0 5px;
    margin: -10px 0 0 0;
}
.accordion .accordion-text .faq-container .faq-page.active-colapse,
.accordion .accordion-text .faq-container .faq-page:hover {
    background-color: #909090;
}
.accordion .accordion-text .faq-container .faq-page::after {
    content: "\f067";
    color: #fff;
    background: rgba(0,0,0,0.5);
    font-family: FontAwesome;
    font-size: 13px;
    float: right;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50% 50% 50% 50%;
}
.accordion .accordion-text .faq-container .faq-page.active-colapse:after {
    content: "\2796";
    color: #101010;
    background: rgba(0,0,0,.1);
}
.accordion .accordion-text .faq-container .faq-body p{
   font-size: 18px;
   line-height: 1.5;
   color: #000;
   float: left;
   text-align: justify;
}

/*------------------footer---------------*/

#footer {
    background-color: #000;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.footer {
    width: 100%;
    margin: auto;
}
.footer-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 20px 0px 0px 0px;
    width: 100%;
}
.footer-col {
    width: 33.33%;
    padding: 20px 5px 10px;
    position: relative;
    min-height: 1px;
}
.elementor-widget-wrap {
    margin: 0px 0px 0px 0px;
    padding: 0px 30px 0px 15px;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    box-sizing: border-box;
}
.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self);
}
.elementor-widget-container {
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}
.jet-logo {
    justify-content: flex-start;
}
.jet-logo__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: none;
    text-decoration: none;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.elementor-element p {
    color: #AAAAAA;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0px;
    width: 100%;
    padding: 0 0 0 20px;
}
.footer-col h4 {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #fff;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li{
	display : flex;
}

.footer-col ul li p{
	font-size: 14px;
	color: #fff;
    padding-right: 10px;
}
.footer-col ul li span{
	font-size: 16px;
	color: #fff;
    padding-right: 10px;
}
.footer-col ul li a:hover{
	color: rgba(128,250,1, 67%);
	padding-left: 8px;
}
.social-footer .social-links a{
	display: inline-block;
	height: 45px;
	width: 45px;
	background-color: rgba(255,255,255);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 45px;
    font-size: 2.5rem;
	border-radius: 50%;
	transition: all 0.5s ease;
    color: #606060;
}
.social-links .facebook i{
	color: #3b5998;
}
.social-links .facebook:hover {
	background-color: #3b5998;
}
.social-links .facebook:hover i{
    color: #fff;
}
.social-links .tripadvisor i {
    color: #16A850;
}
.social-links .tripadvisor:hover {
    background-color: #16A850;
}
.social-links .tripadvisor:hover i{
    color: #000;
}
.social-links .instagram i{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} 
.social-links .instagram:hover {
    background: radial-gradient( circle farthest-corner at 35% 90%, #fec564,transparent 50%), radial-gradient(circle farthest-corner at 0 140%,#fec564,transparent 50%), radial-gradient(ellipse farthest-corner at 0 25%, #5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100%  0, #893dc2,transparent 50%), radial-gradient(ellipse farthest-corner at 60%  20%, #893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent ),radial-gradient(#6559ca, #bc318f 30%, #e33f5f 50%,#f77638 70%,#fec66d 100%);
} 
.social-links .instagram:hover i{
    background: #fff;
    background: radial-gradient(circle at 30% 107%, #fff 0%, #fff 5%, #fff 45%,#fff 60%,#fff 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.social-links .youtube i{
    color: #CD201F;
}
.social-links .youtube:hover{
    background-color: #CD201F;
}
.social-links .youtube:hover i{
    color: #fff;
}
#footer .footer-bottom-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background-color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
#footer .footer-bottom-holder .full-width {
    padding: 19px 120px;
    position: relative;
    z-index: 100;
}
#footer .footer-bottom-holder .full-width p {
        font-weight: 400;
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
}
                    /*-----------------------contact us page------------------------*/
                   /*------------------------contact us page-----------------------*/
                  /*-------------------------contact us page----------------------*/
                 /*--------------------------contact us page---------------------*/
#about-head {
    padding-top: 270px;
    padding-bottom: 160px;
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
    background-image: url(../../image/petra-night.jpg);
}
#about-head::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox='0 0 460 55'><g fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='7' opacity='.1'><path d='M-345 34.5s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 48.3 0 48.3s115-13.8 115-13.8 57.5-13.8 115-13.8 115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8'/><path d='M-345 20.7s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 34.5 0 34.5s115-13.8 115-13.8S172.5 6.9 230 6.9s115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8m-920 27.6s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 62.1 0 62.1s115-13.8 115-13.8 57.5-13.8 115-13.8 115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8'/><path d='M-345 6.9s57.5-13.8 115-13.8S-115 6.9-115 6.9-57.5 20.7 0 20.7 115 6.9 115 6.9 172.5-6.9 230-6.9 345 6.9 345 6.9s57.5 13.8 115 13.8S575 6.9 575 6.9'/><path d='M-345-6.9s57.5-13.8 122-13.8S-115-6.9-115-6.9-57.5 6.9 0 6.9 115-6.9 115-6.9s57.5-13.8 115-13.8S345-6.9 345-6.9 402.5 6.9 460 6.9 575-6.9 575-6.9m-920 69s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 75.9 0 75.9s115-13.8 115-13.8 57.5-13.8 115-13.8 115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8'/>/g>/svg>),linear-gradient(80deg,#000,#01060d); background-position: 50% 50%;
    animation: background-move 20s linear infinite;
    background-size: 100vw auto,100% 100%;
    opacity: .3;
    z-index: -1;
}
#about-head .text-center {
    text-align: center !important;
}
#about-head .section-heading .sec_title {
    font-size: 40px;
    color: #0d233e;
    font-weight: 700;
    color: #fff !important;
    line-height: 1.2;
}
#about-head .arrow-blink {
    color: #000;
    background-color:#fff;
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 1.2;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 210px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    -webkit-box-shadow: 0 4px 40px rgb(82 85 90 / 10%);
    -moz-box-shadow: 0 4px 40px rgba(82,85,90,.1);
    box-shadow: 0 4px 40px rgb(82 85 90 / 10%);
}
#about-head .arrow-blink .about-row {
    position: relative;
    animation: infinite-blink 2s linear infinite;
}
#about-head .arrow-blink .about-row:before {
    content: "\f063";
}
#about-head .bread-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    stroke: none;
    fill: #fff;
    vertical-align: middle;
    overflow: hidden;
    z-index: 0;
}
.info-area-About {
    padding-bottom: 70px;
    padding-top: 100px;
    clear: both;
}
.info-area-About .responsive-column {
    overflow: hidden;
}
.info-area-About .card-item-about {
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,.1);
    box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.info-area-About .card-item-about:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.info-area-About .card-item-about .card-img-about {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}
.info-area-About .card-item-about .card-img-about img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
    border-style: none;
}
.info-area-About .card-item-about .card-body {
    padding: 25px 30px;
    min-height: auto;
    flex: 1 1 auto;
}
.info-area-About .card-item-about .card-body .card-title {
    font-weight: 500;
    line-height: 1.2;
    font-size: 19px;
    color: #0d233e;
}
.info-area-About .card-item-about .card-body .card-text {
    font-weight: 500;
    line-height: 1.2;
    font-size: 15px;
    color: #0d233e;
}
.info-area-About .card-item-about .card-body .card-text:last-child {
    margin-bottom: 0;
}
.about-area {
    padding-bottom: 90px;
    overflow: hidden !important;
}
.section-heading {
    margin-bottom: 40px;
}
.section-heading .sec__title {
    font-size: 40px;
    color: #0d233e;
    font-weight: 700;
    line-height: 1.2;
}
.section-heading .title {
    font-size: 18px;
    color: #0d233e;
    line-height: 26px !important;
    font-size: 16px !important;
}
.section-heading .sec__desc {
    font-size: 18px;
    color: #5d646d;
    line-height: 30px;
    font-size: 15px !important;
}
.about-area .about-img-box {
    position: relative;
}
.about-area .about-img-box:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 200px;
    top: -30px;
    right: -50px;
    background-image: url(../../image/dot-shape.jpg);
    background-size: cover;
    z-index: -1;
}
.about-area .about-img-box .img__item {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    border-style: none;
}
.about-area .about-img-box .img__item-2 {
    position: absolute;
    bottom: -50px;
    left: -80px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 190px;
    height: 190px;
    border: 8px solid #fff;
}
.cta-area {
    background-image: url(../../image/wadi1.jpg);
    position: relative;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
    background-attachment: fixed;
    text-align: center !important;
}
.cta-area .about-btn-box a {
    color: #fff;
    background-color: rgba(128,250,1, 67%);
    border-radius: 10rem;
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    font-weight: 500;
    padding: 1rem 2.5rem;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    user-select: none;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .5s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cta-area .about-btn-box a:hover {
    background-color: rgba(128,250,1, 40%);
    color: #fefefe;
}
.funfact-area {
    padding-bottom: 70px;
    padding-top: 70px;
}
.counter-box {
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    position: relative;
    margin-top: 60px;
    z-index: 1;
}
.counter-box .responsive-column {
    position: relative;
    z-index: 9;
    background-position: center;
    background-size: cover;
    margin-right: 3%;
    flex: 0 0 22%;
    max-width: 22%;
    text-align: center;
}
.counter-box .counter-info {
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}
.counter-item-layout-2 {
    color: #0d233e;
    position: relative;
    background-color: #fff;
    padding: 30px 30px 30px 30px;
    margin: 0 auto;
    word-wrap: break-word;
    border: 4px solid #e8e8e8;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
}
.counter-item-layout-2:hover {
    border: 4px solid transparent;
}
.counter-item-layout-2::before {
    content: "";
    transition-delay: 0.4s;
    right: 0;
    top: 0;
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.4s linear;
    background: rgba(128,250,1, 67%);
}
.counter-item-layout-2::after {
    content: "";
    transition-delay: 0.4s;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.4s linear;
    background: rgba(128,250,1, 67%);
}
.counter-item-layout-2:hover::before,
.counter-item-layout-2:hover::after {
    width: 100%;
    transition-delay: 0s;
}
.counter-item-layout-2 .conter-span {
    display: flex;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
}
.counter-item-layout-2 .conter-span::before {
    left: 0;
    top: 0;
}
.counter-item-layout-2 .conter-span::after {
    right: 0;
    bottom: 0;
}
.counter-item-layout-2 .conter-span::before, .counter-item-layout-2 .conter-span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.4s linear;
    transition-delay: 0s;
    background: rgba(128,250,1, 67%);
}
.counter-item-layout-2:hover .conter-span::before, .counter-item-layout-2:hover .conter-span::after {
    height: 100%;
    transition-delay: 0.2s;
}
.counter-item-layout-2 .counter-icon {
    background-color: rgb(128, 128, 128);
    color: rgba(128,250,1, 67%);
    font-size: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
    margin-right: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.counter-item .counter {
    font-size: 24px;
    font-weight: 700;
}
.counter-item .count-symbol {
    font-size: 22px;
}
.counter-item .counter__title {
    font-size: 16px;
}
#contact-box {
    background-color: rgba(236, 240, 235)
}
#team-box .framer-team {
    text-align: center;
    width: auto;
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 0px 34px;
    position: relative;
    scroll-margin-top: 150px;
    width: 100%;
}
#team-box .framer-team-box {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 5px;
    height: auto;
    justify-content: flex-start;
    max-width: 1200px;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
}
#team-box .framer-text-box {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 18px;
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
    padding-bottom:20px;
}
#team-box .framer-text-container {
    flex: none;
    height: auto;
    position: relative;
    width: auto;
}
#team-box .framer-text-head {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    height: auto;
    justify-content: center;
    overflow: hidden;
    padding: 4px 40px;
    position: relative;
    width: auto;
    will-change: var(--framer-will-change-override, transform);
    --border-bottom-width: 1px;
    --border-color: rgba(255, 255, 255, 0.1);
    --border-left-width: 1px;
    --border-right-width: 1px;
    --border-style: solid;
    --border-top-width: 1px;
    backdrop-filter: blur(5px);
    background-color: rgba(13, 13, 13, 0.8);
    border-radius: 12px;
    opacity: 1;
}
#team-box .framer-text-head[data-border=true]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 0;
    border-radius: inherit;
    pointer-events: none;
}
#team-box .framer-team-text {
    flex: none;
    height: auto;
    position: relative;
    white-space: pre;
    width: auto;
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    --extracted-r6o4lv: var(--token-a0b108d1-905f-48b6-9b39-89b275654751, rgb(252, 252, 250));
    --framer-link-text-color: rgb(0, 153, 255);
    --framer-link-text-decoration: underline;
    transform: none;
    opacity: 1;
}
#team-box .framer-team-text p{
  font-size: 32px;
  color: #fff;
  margin-bottom: 0px;
}
#team-box .framer-text-footer {
    display: contents;
}
#team-box .framer-text-footer-box {
    --framer-link-text-color: #0099ff;
    --framer-link-text-decoration: underline;
    flex: none;
    height: auto;
    max-width: 750px;
    position: relative;
    white-space: pre-wrap;
    width: 100%;
    word-break: break-word;
    word-wrap: break-word;
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    transform: none;
}


.framer-photo-container {
    flex: none;
    height: 300px;
    position: relative;
    width: 100%;
}
.section-team {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    place-items: center;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    opacity: 1;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(183 2 2) 10%, rgb(0, 0, 0) 90%, rgb(135 92 92 / 0%) 100%);
    overflow: hidden;
}
.photo-team-move {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    place-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-indent: none;
    gap: 35px;
    position: relative;
    flex-direction: row;
    will-change: transform;
    transform: translateX(-0px);
    animation: team_move 200s linear infinite;
    -webkit-animation: team_move 200s linear infinite;
}
.framer-1epc4lg-container {
    height: 200px;
    position: relative;
    width: 300px;
    backdrop-filter: blur(0px);
    mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 44.2638%);
    border-radius: 24px;
    opacity: 1;
    border-color: #000;
    border-width:2px;
}
.framer-1ybs0pg-container {
    height: 300px;
    position: relative;
    width: 300px;
}
.framer-169x435 {
    flex: none;
    inset: 0;
    overflow: hidden;
    position: absolute;
    will-change: var(--framer-will-change-override, transform);
}
.framer-169x435 img{
    border: 2px solid rgba(128,250,1, 67%);
}
.framer-vkl7wr {
    align-content: center;
    align-items: center;
    bottom: 0;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
    height: min-content;
    justify-content: center;
    left: 50%;
    overflow: visible;
    padding: 32px;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.framer-vkl7wr p{
    font-size: 22px;
}
.email-send-box {
    text-align: center !important;
    display: block;
}
.email-send-box .email-contianer {
    padding-top: 100px;
    padding-bottom: 100px;
}
.email-send-box .email-content{
    text-align: center;
}
.email-send-box .email-text{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 1.5rem !important;
}
.email-send-box .theme-btn {
    color: #000;
    background-color: rgba(128,250,1, 67%);
    border-radius: 5rem;
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    font-weight: 500;
    padding: 2rem 4rem;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    user-select: none;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .5s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.email-send-box .theme-btn:hover {
    background-color: rgba(128,250,1, 40%);
    color: rgba(0, 0, 0, 0.2);
}
.email-send-box svg {
	margin: auto;
	width: 50px;
    max-width: 100%;
}
/*.email-send-box .theme-btn {
    background-color: #F68A03;
    color: #fff;
    padding: 10px 20px;
    -webkit-box-shadow: 0 5px 25px rgba(60, 187, 155, 0.1);
    -moz-box-shadow: 0 5px 25px rgba(60, 187, 155, 0.1);
    box-shadow: 0 5px 25px rgba(60, 187, 155, 0.1);
    border-radius: 6px;
    transition: 0.3s;
    font-weight: 500;
}*/
@keyframes team_move {
    0% {
      right:0;
    }

    100% {
       right: 10000px;
    }
    
}
@keyframes background-move {
    0% {
        background-position: 0 0,0 0;
    }

    100% {
        background-position: 100vw 0,0 0;
        background-position: max(100vw,40em) 0,0 0;
    }
}
@keyframes infinite-blink {
    0% {
        opacity: 1;
        top: 0;
    }

    30% {
        opacity: 1;
        top: 20%;
    }

    70% {
        opacity: 0;
        top: 30%;
    }

    100% {
        opacity: 0;
        top: 0;
    }
}

               /*-----------------------tour page------------------------*/
              /*------------------------tour  page-----------------------*/
             /*-------------------------tour page----------------------*/
            /*--------------------------tour page---------------------*/
            
#tourPage {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 150px 0px 50px;
}
#tourPage .content-tourPage{
    width: 100%;
    float: left;
    display: flex;
}
#tourPage .image-tourPge{
    width: 50%;
    float: left;
    position: relative;
}
#tourPage .column-tourPage {
    width:50%;
    font-size: 1.154rem;
    padding: 25px;
    float: left;
    position: relative;
}
#container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding:0;
    margin:0;
    border:0;
    overflow: hidden;
}
#tourPage .column-tourPage.column2-tourPage h1 {
    font-size: 2.692rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
    text-transform:uppercase;
}
#tourPage .column-tourPage .program-box-tour {
    margin: 12px 0;
    width: 100%;
    margin-bottom: 1.5rem !important;
}
#tourPage .column-tourPage .program-box-tour .program_icons_all {
    margin: 15px 0;
    width: 100%;
    display: flex;
    margin-bottom: 1.5rem !important;
    justify-content: space-between !important;
    flex-direction: row !important;
}
#tourPage .column-tourPage .program-box-tour .program_box_icons_contain {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}
#tourPage .column-tourPage .program-box-tour .program_box_icons_img {
    width: 75px;
    height: 75px;
    border: 1px solid #505050;
    border-radius: 50%;
    padding: 18px;
    text-align: center;
}
#tourPage .column-tourPage .program-box-tour .program_box_icons_img img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
#tourPage .column-tourPage .program-box-tour .program_box_icons_text {
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
    color :#505050;
    margin-top: 15px;
}
#tourPage .column-tourPage .program-box-tour .program_box_icons_subtext {
    font-weight: bold;
    font-size: 1.538rem;
    color: #606060;
    text-align: center;
}
#tourPage .column-tourPage .program-box-tour .program_box_icons_subtext_sub {
    font-weight: normal;
    font-size: 1.154rem;
    color: #707070;
    text-align: center;
}
#tourPage .column-tourPage .contact-tourPage {
    padding-top: 35px;
    text-align: center;
    float: none;
    display: inline-block;
    vertical-align: top;
}
#tourPage .column-tourPage .contact-tourPage a {
    padding: 10px 40px;
    font: 500 16px/26px 'Playfair Display', serif;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    width: auto;
    margin: 12px auto;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    text-align: inherit;
    white-space: nowrap;
    touch-action: manipulation;
    text-decoration: none;
    z-index: 1;
    border: 1px solid #606067;
    background: #606067;
    text-align: center;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#tourPage .column-tourPage .contact-tourPage a:hover {
    background-image: linear-gradient(to right, #808080, rgba(0, 0, 0, 0.2), #606067, #333333);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 3, 0.75);
}
#tourPage .column-tourPage .contact-tourPage  a:focus {
    outline: none;
}   
#tab-tour {
    display: block;
    position: relative;
    padding: 50px 0;
}
#tab-tour .nav .nav-item {
    background-color: rgba(0,0,0,.1);
}
#tab-tour .nav .nav-item a {
    color: #47B6E8;
    font-size: 20px;
}
#tab-tour .nav .nav-item i {
    color: #47B6E8;
    padding: 10px;
    font-size: 20px;
}
.contents-tabs {
    margin-bottom: 20px;
    line-height: 18px !important;
}
.contents-tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contents-tabs ul li {
    margin-left: 3px;
    padding-left: 35px;
    position: relative;
    line-height: 35px;
    margin-bottom: 10px;
    font-size: 16px;
}
.contents-tabs ul li:before {
    content: "\2714\0020";
    color: #02B86E;
    font-family: 'bootstrap-icons';
    font-size: 19px;
    position: absolute;
    left: 0;
    top: -1px;
}
.contents-tabs ul li.wrong:before {
    content: "\274c";
    color: #CD201F;
    font-family: 'bootstrap-icons';
    font-size: 15px;
    position: absolute;
    left: 0;
    top: -1px;
}
.contents-tabs ul li p {
    margin-left: -25px;
    font-weight: 700;
    background: #ffffff;
    position: relative;
}
 .swiper {
     width: 100%;
     height: 100%;
 }
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: rgba(128,250,1, 67%);
}
.autoplay-progress svg {
    --progress:0 ;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: rgba(128,250,1, 67%);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}
.swiper-button-next, .swiper-button-prev {
    color: rgba(128,250,1, 67%) !important;
}
.swiper-pagination-bullet {
    background-color: rgba(128,250,1, 67%) !important;
}
#accordion-page-tour {
    display: flex;
    max-width: 1440px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 25px;
    padding: 40px 50px;
    overflow: hidden;
}
#accordion-page-tour .accordion-text-page-tour {
    width: 100%;
    margin: 0 auto;
}
#accordion-page-tour .title-page-tour {
    display: block;
    margin-bottom: 30px;
    border: medium none;
    width: auto;
    margin: 0 auto 10px;
    padding: 0 0px 0px;
    color: black;
    position: relative;
    font: 400 40px/52px "Noto Naskh Arabic", serif;
    text-transform: capitalize !important;
    font-weight: bold;
}
#accordion-page-tour  .title-page-tour:after {
    content: "";
    border-bottom: 3px solid #606067;
    display: block;
    width: 100px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0;
}
#accordion-page-tour  .faq-container-page-tour {
    background-color: #fff;
}
#accordion-page-tour .faq-one-page-tour {
    display: flex;
    min-height: 65px;
}
#accordion-page-tour .faq-one-page-tour .i-item-left {
    flex: 0 0 2px;
    width: 2px;
    max-width: 2px;
    padding-right: 11px;
    position:relative;
    cursor:pointer;
}
#accordion-page-tour .faq-one-page-tour .i-item-left:before {
    position: absolute;
    display: inline-block;
    left : -15px;
    top: 5px;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../../image/svg/location-svgrepo-gray.svg) no-repeat center;
    background-size: contain;
    z-index: 2;
}
#accordion-page-tour .faq-one-page-tour.active-colapse .i-item-left:before {
    top: 9px;
    right: -8px;
    background: url(../../image/svg/location-svgrepo-green1.svg) no-repeat center;
    background-size: cover;
}
#accordion-page-tour .faq-one-page-tour .i-item-left:after {
    position: absolute;
    display: inline-block;
    top: 0px;
    right: 0px;
    content: "";
    width: 20px;
    height: 31px;
    background: #fff;
    z-index: 1;
}
#accordion-page-tour .faq-one-page-tour .i-item-right {
    position: relative;
    border-left: 1px dashed #c4c4c4;
    padding-left: 28px;
    flex: 0 0 calc(100% - 25px);
    width: calc(100% - 25px);
    max-width: calc(100% - 25px);
    left: -11px;
    margin-bottom: 20px;
}
#accordion-page-tour .faq-one-page-tour.active-colapse .i-item-right {
    border-left: 1.5px dashed #34df5f;
}
#accordion-page-tour .faq-one-page-tour .faq-page-page-tour {
    color: #444;
    cursor: pointer;
    padding: 10px 20px 30px 0px;
    width: 100%;
    border: none;
    outline: none;
    transition: all 0.5s;
    margin: auto;
    font-size: 20px;
    margin-bottom:30px;
}
#accordion-page-tour .faq-one-page-tour .faq-body-page-tour {
    margin: auto;
    width: 100%;
    padding: 5px 18px;
    background-color: hsla(255, 0%, 100%, 0.85);
    display: none;
    overflow: hidden;
    transition: all 0.5s;
    margin-bottom:30px;
}
#accordion-page-tour .faq-one-page-tour.active-colapse .faq-body-page-tour {
    display:block;
}
/*#accordion-page-tour .faq-one-page-tour.active-colapse .faq-page-page-tour,
#accordion-page-tour .faq-page-page-tour:hover {
    background-color: #34df5f;
}*/
#accordion-page-tour .faq-one-page-tour .faq-page-page-tour::after {
    content: "\f067";
    color: #fff;
    background: rgba(0,0,0,0.5);
    font-family: FontAwesome;
    font-size: 13px;
    float: right;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50% 50% 50% 50%;
}
#accordion-page-tour .faq-one-page-tour.active-colapse .faq-page-page-tour:after {
    content: "\2796";
    color: #101010;
    background: rgba(0,0,0,.1);
}
#accordion-page-tour .faq-one-page-tour .faq-body-page-tour p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    text-align: justify;
    text-justify: inter-word;
}
#accordion-page-tour .i-inclusions {
    margin-top: 20px;
    padding: 16px;
    background: #f5f5f5;
    border-radius: 3px;
    margin-bottom: 20px;
    width: 75%;
    display: block;
}
#accordion-page-tour .i-inclusions ul {
    padding: 0;
    list-style-type: none;
}
#accordion-page-tour .i-inclusions ul li {
    display: flex;
    align-items: flex-start;
    font-weight: 600;
    font-size: 13px;
    line-height: 40px;
    color: #212220;
    position: relative;
}
#accordion-page-tour .i-inclusions ul li::before {
    font-weight: 400;
    display: inline-block;
    font-size: 24px;
    color: #343434;
    margin-right: 16px;
}
#accordion-page-tour .i-inclusions ul li.stay::before {
    content: "\f236";
    font-family: FontAwesome;
}
#accordion-page-tour .i-inclusions ul li.break-fast::before {
    content: "\f2e7";
    font-family: FontAwesome;
}


                /*-----------------------all sites page------------------------*/
               /*------------------------all sites page-----------------------*/
              /*-------------------------all sites page----------------------*/
             /*--------------------------all sites page---------------------*/

#all-site {
    margin: 0;
    overflow: hidden;
    position: relative;
}
#all-site .sites-content {
    overflow: hidden;
    height: 70vh;
    clear: both;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url('../../image/cover1.jpg'); z-index: -1;
}
#all-site .sites-content::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); 
}
#all-site .container-sites {
    margin: 0px;
    position: relative;
    right: -750px;
    top: -300px;
    display: grid;
    grid-template-columns: 150px 150px 150px;
    gap: 1rem;
    animation: move 10.5s linear infinite alternate;
    z-index:1;
}
#all-site .sites-header{
    justify-content : center;
    position: relative;
    width: 100% !important;
    height: 100%;
    text-align:left;
    margin: auto;
}
#all-site .heading {
    position: absolute;
    font-size: 5rem;
    margin: 4rem 3rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 300;
    color: #2784fc;
    bottom: 10px;
    z-index: 3;
}
#all-site .container-sites .child-container {
    width: 150px;
    height: 150px;
    border-radius: 5px;
    background-color: #b9b9b9;
    text-align: center;
    overflow: hidden;
}
#all-site .child-container img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}
@keyframes move {
    from {
        transform: rotate(45deg) translate(0px,-100px);
    }

    to {
        transform: rotate(45deg) translate(0px, -220px);
    }
}
#sites-box {
    padding: 50px 0;
    position: relative;
}
#sites-box .box {
    background: linear-gradient(rgba(128,250,1, 67%),#333333);
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
}
#sites-box .box:hover{
background: linear-gradient(90deg, rgba(100,99,107,1) 0%, rgba(121,126,126,1) 35%, rgba(61,74,70,1) 100%);}
#sites-box .box img {
    width: 100%;
    height: auto;
    transition: all 0.6s ease;
}
#sites-box .box:hover img {
    opacity: 0.6;
    transform: scale(1.2);
    background: linear-gradient(90deg, rgba(100,99,107,1) 0%, rgba(121,126,126,1) 35%, rgba(61,74,70,1) 100%);
}
#sites-box .box .box-content {
    color: #fff;
    width: 100%;
    padding: 0 20px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.5s ease;
}
#sites-box .box:hover .box-content {
    opacity: 1;
    top: 20px;
}
#sites-box .box .title {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 3px;
}
#sites-box .mb-7 {
    margin-bottom: 4rem !important;
}
#sites-box .row {
    --mdb-gutter-x: 1.5rem;
    --mdb-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--mdb-gutter-y)*-1);
    margin-right: calc(var(--mdb-gutter-x)*-0.5);
    margin-left: calc(var(--mdb-gutter-x)*-0.5);
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
                    /*-----------------------destination page------------------------*/
                   /*------------------------destination page-----------------------*/
                  /*-------------------------destination page----------------------*/
                 /*--------------------------destination page---------------------*/

#page_destination.destination-home {
    height: 55vh;
    position: relative;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 0;
    max-height: 750px;
    text-align: center;
}
#page_destination.destination-home::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(0,0,0, 0.7) 0%,rgba(0,0,0, 0.7) 50%,rgba(0,0,0,0.7) 76%,rgba(0,0,0,0.7) 93%,rgba(0,0,0,0.7) 100%);
    z-index: 2;
}
#page_destination.destination-home #img-destination{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center;
    animation: slide_move 75s linear infinite;
    -webkit-animation: slide_move 75s linear infinite;
}
#page_destination .page_title_wrapper {
    z-index: 9;
    position: absolute;
    bottom: 20px;
    width: 100% !important;
    text-align: center;
    margin: auto;
}
#page_destination .page_title_inner {
    float: none;
    width: 100%;
    text-align: center;
}
#page_destination .withtopbar {
    color: #fff;
    float: none;
    margin: auto;
    line-height: 1em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -4px;
}
#page_destination .ppb_title_first {
    display: block;
    font-family: "Jacques Francois Shadow", serif;
    font-style: italic;
    font-size: 90px;
    text-transform: none;
    top: 0;
    position: relative;
    color: #FFF;
    letter-spacing: 0 !important;
    font-weight: normal;
    line-height: 50px;
}
#name-destination {
    margin-top: 0;
    width: 100%;
    overflow : hidden;
}
#name-destination .card_head_image{
   position: relative;
    padding: 50px 0 50px 0;
    clear: both;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin:0;
}
#name-destination .standard_wrapper{
    max-width: 1425px;
    width: 960px;
    box-sizing: border-box;
    margin: auto;
    padding: 0 90px;
}
.page_content_wrapper{
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    margin: auto;
    padding: 0 90px;
}
.one_half_write{
    float: left;
    margin-right: 3.5%;
    box-sizing: border-box;
}
.one_half_write h2.ppb_title{
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #222222;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1em;
}
.one_half_write .space_title_img {
    margin-left: 0;
    margin-right: 0;
    border-color: #000;
    margin-bottom: 10px;
}
.one_half_write .description_title_img {
    font-size: 15px;
    font-style: italic;
    text-transform: none;
    color: #000;
    font-weight:500;
    line-height: 28px;
    justify-content: flex-start;
    text-align: justify;
    font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
}
#img-destination {
    float:right;
    margin-right: 0;
    clear:right;
    box-sizing: border-box;
}
.image_classic_frame {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    line-height: 0;
}
.img_frame {
    position: relative;
    display: block;
    transition: background-color 300ms;
    -webkit-transition: color .2s linear, background .1s linear;
    -moz-transition: color .2s linear, background .1s linear;
    -ms-transition: color .2s linear, background .1s linear;
    -o-transition: color .2s linear, background .1s linear;
    transition: color .2s linear, background .1s linear;
}
.portfolio_img {
    max-width: 100%;
    height: auto;
    border: none;
}
.clear {
    clear: both;
}
#information_destination {
    position: relative;
    padding: 50px 0;
    display: block;
}
#information_destination .inner_box {
    position: relative;
    display: block;
    padding: 0px 100px 0px 100px;
}
#information_destination .inner_box h1 {
    position: relative;
    display: block;
    padding: 10px 0;
    color: #000;
    font-size: 40px;
    line-height: 32px;
    font-weight: 600;
}
#information_destination .inner_box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    padding-top: 34px;
    margin-bottom: 23px;
    color: #222222;
    margin: 0px;
    transition: all 500ms ease;
    text-transform:capitalize;
}
#information_destination .inner_box p {
    padding: 5px 0;
    font-weight: 400;
    margin-bottom: 26px;
    position: relative;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #848484;
    margin: 0px;
    justify-content: flex-start;
    text-align: justify;
    transition: all 500ms ease;
    text-transform:lowercase;
}
@keyframes slide_move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 2000px 0;
    }
}

                /*-----------------------contact us page------------------------*/
               /*------------------------contact us page-----------------------*/
              /*-------------------------contact us page----------------------*/
             /*--------------------------contact us page---------------------*/

#contact {
    background-image: none;
    height: auto;
    background-image: none;
    text-align: center;
    position: relative;
}
#contact::before
#contact::after {
    content: '';
    display: table;
}
#contact::after {
    clear: both;
}
#contact .contact-background {
    position: relative;
    height: 651px;
    margin: 0 auto 0 0;
    overflow: hidden;
    color: #111111;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-style: none;
    text-align: center;
}
#contact .contact-information {
    width: 873px;
    margin: -180px auto 60px;
    position: relative;
    background-color: #505050;
}
.message-email{
    width:100%;
    height:80px;
    padding:20px 0;
    font-size:100px;
    color:#fff;
}
.message-email1 {
    width: 100%;
    height: 80px;
    padding: 20px 0;
    font-size: 100px;
    color: #000;
}
#contact .contact-information:after {
    clear: both;
}
#contact .contact-information:after, #contact .contact-information:before {
    content: '';
    display: table;
}
.contact-layout-col {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    flex: 1 1 100%;
}
.contact-layout-col > * {
    min-height: -webkit-fit-content;
    min-height: fit-content;
    max-width: 100%;
    display: flex;
}
.contact-layout-col > .contact-size-30 {
    flex: 30 0 50%;
}
.contact-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 100%;
    max-width: 100%;
    flex: 1 1 100%;
}
.contact-row > * {
    max-height: 100%;
    min-height: -webkit-fit-content;
    min-height: fit-content;
}
.contact-information .contact-heading {
    min-height: 208px;
    background-image: none;
    color: #ffffff;
    background-color: #2a2933;
    position: relative;
    display: flex;
    background-clip: padding-box;
    background-origin: padding-box;
}
.contact-row > .contact-size-60 {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
}
.contact-information .contact-head {
    padding: 30px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.contact-container-layout {
    position: relative;
    flex: 1;
    max-width: 100%;
    transition-duration: inherit;
}
.contact-information .contact-text-1 {
    font-size: 3.75rem;
    font-family: "Titillium Web", sans-serif;
    margin: 0 auto;
    color: rgba(128,250,1, 67%);
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;
    word-wrap: break-word;
    position: relative;
    flex-shrink: 0;
    display: table;
    align-self: flex-start;
}
.contact-information .contact-text-2 {
    font-size: 2rem;
    width: 442px;
    font-style: italic;
    margin: 8px auto 0;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #fefefe !important;
    word-wrap: break-word;
    position: relative;
    flex-shrink: 0;
}
.contact-information .contact-text-3 {
    font-size: 1.5rem;
    width: 442px;
    font-style: italic;
    margin: 8px auto 0;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #fefefe !important;
    word-wrap: break-word;
    position: relative;
    flex-shrink: 0;
}
.contact-information .contact-fot {
    min-height: 200px;
    background-image: none;
    color: #ffffff;
    background-color: #2a2933;
    position: relative;
    display: flex;
    background-clip: padding-box;
    background-origin: padding-box;
}
.contact-row > .contact-size-20 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
}
.contact-information .contact-footer {
    padding: 10px;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
    max-width: 100%;
    transition-duration: inherit;
}
.contact-information .span-contact {
    height: 60px;
    width: 60px;
    background-image: none;
    margin: 0 auto;
    padding: 10px;
    color: #2a2933 !important;
    background-color: rgba(128,250,1, 67%);
    border-radius: 50%;
    display: block;
    line-height: 0;
    border-width: 0px;
    flex-shrink: 0;
    position: relative;
}
.u-svg-link {
    fill: #2a2933;
    width: 100%;
    height: 100%;
}
.u-svg-content {
    width: 0;
    height: 0;
}
.contact-information .contact-text-4 {
    font-size: 1.25rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    margin: 20px auto 0;
    color: #d5c4c4 !important;
    position: relative;
    word-wrap: break-word;
    position: relative;
    flex-shrink: 0;
    display: table;
    align-self: flex-start;
    text-align: center;
}
.contact-information .contact-text-5 {
    font-size: 1.25rem;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    line-height: 1.6;
    margin: 20px auto 0;
    color: #d5c4c4 !important;
    position: relative;
    word-wrap: break-word;
    position: relative;
    flex-shrink: 0;
    display: table;
    align-self: flex-start;
    text-align: center;
}
.pages_content h4 {
    text-transform: uppercase;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    color: #333;
}
.wpcf7-form .row:before, .wpcf7-form .row:after {
    content: "";
    display: table;
}
.wpcf7-form .row:after {
    clear: both;
}
.wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 20px !important;
    display: block;
}
.wpcf7-form .wpcf7-form-control-wrap textarea, .wpcf7-form .wpcf7-form-control-wrap input {
    padding: 10px 20px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-align: left;
    width: 100%;
    display: block;
    background: #fefefe;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    height: 45px;
    line-height: 21px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    font-size: 14px;
    background-color: #fff;
}
.wpcf7-form .wpcf7-form-control-wrap.your-message {
    margin-bottom: 0 !important;
}
.wpcf7-form .wpcf7-form-control-wrap.your-message textarea {
    margin-bottom: 0;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
    height: 110px;
    font-size: 14px;
    resize: none;
    scroll-behavior: auto;
}
.wpcf7-form .wpcf7-submit {
    padding: 10px 40px;
    font: 500 16px/26px 'Playfair Display', serif;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    width: auto;
    margin: 12px auto;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    text-align: inherit;
    white-space: nowrap;
    touch-action: manipulation;
    text-decoration: none;
    z-index: 1;
    border: 1px solid #606067;
    background: #606067;
    text-align:center;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.wpcf7-form .wpcf7-submit:hover {
    background-image: linear-gradient(to right, #808080, rgba(0, 0, 0, 0.2), #606067, #333333);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 3, 0.75);
}
.wpcf7-form .wpcf7-submit:focus {
    outline: none;
}
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.image-tourPge {
    display: flex;
    width: 50%;
}
.thumbnails {
    display: flex;
    flex-direction: column;
    line-height: 0;
}
.thumbnails li {
    flex: auto;
}
.thumbnails a {
    display: block;
}
.thumbnails img {
    width: 30vmin;
    height: 20vmin;
    object-fit: cover;
    object-position: top;
}
.slides {
    overflow: hidden;
    width: 75vmin;
    height: 100vmin;
}
.slides li {
    width: 75vmin;
    height: 100vmin;
    position: absolute;
    z-index: 1;
}
.slides img {
    height: 100vmin;
    object-fit: cover;
    object-position: top;
}
.slides li:target {
    z-index: 3;
    -webkit-animation: slide 1s 1;
}
.slides li:not(:target) {
    -webkit-animation: hidden 1s 1;
}
@keyframes slide {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes hidden {
    0% {
        z-index: 2;
    }

    100% {
        z-index: 2;
    }
}


                /*-----------------------privacy policy-----------------------------*/
               /*------------------------privacy policy----------------------------*/
              /*-------------------------privacy policy---------------------------*/
             /*--------------------------privacy policy--------------------------*/

.police-container {
    display: block;
    margin-bottom: 80px;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Montserrat",sans-serif;
    font-size: 15px;
    line-height: 1.42857;
    color: #333333;
}
.police-container:before, .police-containerr:after {
    content: " ";
    display: table;
}
.police-container .row-police {
    margin-left: 15px;
    margin-right: 15px;
}
.police-container section.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
.police-container .police-header {
    text-align: center;
    border-bottom: none;
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
    font-size: 3rem;
}
.police-container p {
    display: block;
    margin: 0 0 10.5px;
    word-wrap: break-word;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 1.5rem;
}
.police-container p strong {
    font-family: "Montserrat",sans-serif;
    font-weight: 800;
    padding-top: 50px;
    font-size: 1.8rem;
    line-height: 2;
}
.police-container p span {
    padding-right: 10px;
    font-weight: 600;
}

                    /*-----------------------Siz Screen-----------------------------*/
                   /*------------------------Siz Screen----------------------------*/
                  /*-------------------------Siz Screen---------------------------*/
                 /*--------------------------Siz Screen--------------------------*/

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
@keyframes load {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-30px);
        box-shadow: 0 15px 0 crimson;
    }

    100% {
        transform: translateY(0px)
    }
}
@keyframes product-animate {
    0% {
        visibility: hidden;
    }

    50% {
        visibility: visible;
    }

    100% {
        visibility: hidden;
    }
}
@keyframes text_reveal_box {
    50% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}
@keyframes text_reveal {
    100% {
        color: white;
    }
}
@keyframes text_reveal_name {
    100% {
        color: crimson;
    }
}
@keyframes bubble {
    0% {
        transform: translate(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        transform: translateY(-80vh);
        opacity: 0;
    }
}
@keyframes showmainmenu {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media only screen and (max-width: 1459px) {
#about .about-content .about-content-inner .about-right-part {
    padding-left: 30px;
    padding-right: 0;
    padding-top: 0;
}
}
@media only screen and (max-width: 1199px) {
#contact .contact-background {
    height: 543px;
}
#contact .contact-information {
    margin-top: -103px;
    margin-left: calc(((100% - 940px) / 2) + 34px);
}
#about .aboutus-container {
    max-width: 100%;
}
#about .about-content .about-content-inner .about-left-part .one-half.aboutcms1,
#about .about-content .about-content-inner .about-left-part .one-half.aboutcms2 {
    max-width: 50%;
}
#about .about-content .about-content-inner .about-left-part:before {
    top: 50px;
    left: 75px;
}
.get-container  .get-icon-section{
    min-height: 266px;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
}
.get-container  .get-image{
     min-height: 206px;
}
.get-container .get-text-head{
    width: auto;
    margin-top: -206px;
    margin-left: 176px;
}
.get-container .get-text-pargraph{
    font-size: 1.8rem;
    width: auto;
    margin-left: 176px;
}
.get-container .get-button{
    min-height: 184px;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
}
}
@media only screen and (max-width:1120px) {
    .main-menu > ul > li ul > li > a {
        min-width: 140px;
        max-width: 240px;
        display: block;
        white-space: nowrap;
    }
}
@media only screen and (max-width:1090px){
.main-menu > ul > li ul > li > a {
    min-width: 140px;
    max-width: 200px;
    display: block;
    white-space: nowrap;
}
}
@media only screen and (max-width:1023px) {
#introCarousel .main-phrase-1 {
    font-size: 40px !important;
}
#introCarousel .main-phrase-2 {
    font-size: 20px !important;
    padding: 0 20px;
}
header .header-container {
    background-color: transparent;
}
header .header-container.fixed {
    position: fixed;
    top: 0;
    height: 100px;
    width: 100%;
    margin: 0;
    padding: 0px;
    z-index: 999999999;
    left: 0;
    animation: slide-down 0.7s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%);
}
header .header-container .container {
    width: 100%;
}
header .header-container .container .row .header-main {
    padding-bottom: 0;
    min-height: 100%;
    margin: 0;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0px 0px;
}
header .header-container .container .row .header-main .header-logo {
    position: static;
    float: left;
    width: 100%;
    padding: 20px 0 20px;
}
header .header-container .container .row .header-main .header-logo a {
    width: 280px;
    height: 100%;
    position: absolute;
    top: 0;
    transition: opacity .2s ease-out;
    z-index: 40;
    color: #fe6565;
    text-decoration: none;
    background-color: transparent
}
header .header-container .container .row .header-main .header-top-inner {
    width: 100%;
}
header .header-container .container .row .header-main .header-top-inner .nav-container {
    width: 100%;
    position: absolute;
    left: 0;
    right: auto;
    padding: 0;
    top: 0px;
    float: left;
    text-align: center;
    display: inline-block;
    margin: 0;
}
header .header-container .container .row .header-main .header-top-inner .nav-container .container {
    padding: 0;
    top: 0;
    width: 100%;
}
header .header-container .container .row .header-main .header-top-inner .nav-container .container .nav-inner {
    display: block;
    color: #fff;
    margin-bottom: 0px;
    width: 100%;
}
header .header-container .container .row .header-main .header-top-inner .nav-container .container .main-menu {
    display: none;
}
header .header-container .container .row .header-main .header-top-inner .nav-container .container .main-menu-mobile {
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
}
#menu-mobile {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
#menu-mobile .nav-bar-mobile.active {
    top: 0;
    left: 0;
}
#menu-mobile .nav-bar-mobile {
    left: -3000px;
    top: 0;
    width: 400px;
    height: 100%;
    position: fixed;
    overflow: inherit;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 10000;
    background-color: #252525;
    overflow: scroll;
}
#menu-mobile .head-side-logo-icon{
    display: inline-block;
    width: 100%;
}
#menu-mobile .header-logo-menu {
    background-color: transparent;
    top: 0;
    left: 0;
    max-height: 300px;
    max-width: 260px;
    padding: 0px;
}
#menu-mobile .header-logo-menu a {
    position: relative;
    top: 0;
    left: 0;
    text-decoration: none;
    background-color: transparent;
    transition: opacity .2s ease-out;
    z-index: 40;
    color: #fe6565;
    text-decoration: none;
}
#menu-mobile .header-logo-menu a img {
    height: auto;
    width: 100%;
}
#menu-mobile .close-mobile-slide {
    top: 30px;
    right: 21px;
    z-index: 10000;
    cursor: pointer;
    position: absolute;
    line-height: 1;
}
#menu-mobile .close-mobile-slide i.dripicon {
    color: #fff;
    font-size: 22px;
}
#menu-mobile .close-mobile-slide i.dripicon::before {
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal !important;
    line-height: 1;
}
#menu-mobile .nav-bar-mobile .sub-menu-inner {
    padding: 20px 0px;
}
#menu-mobile .nav-bar-mobile .sub-menu-inner1 {
    margin-left: 0px;
}
#menu-mobile .nav-bar-mobile .sub-menu-modul {
    padding: 0;
    margin: 0;
    overflow: auto;
}
#menu-mobile .slicknav_nav {
    padding: 0;
}
#menu-mobile .slicknav_nav li {
    font-family: "proxima_nova_rgregular" !important;
    display: block;
    color: #fff;
    font: 17px / 33px "patua_oneregular";
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
}
#menu-mobile .slicknav_nav .slicknav_row:hover {
    color: #fff;
    background: rgba(128,250,1, 67%);
}
#menu-mobile .slicknav_nav a {
    padding: 0px 50px 0px 19px;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-transform: uppercase !important;
    font: 14px / 45px "clanotmedium";
}
#menu-mobile .slicknav_item.slicknav_row a.menu02 {
    font: 14px / 45px "clanotmedium";
    text-transform: uppercase !important;
}
#menu-mobile .slicknav_nav .menu02.menu03 {
    display: block;
}
#menu-mobile .slicknav_nav .slicknav_row {
    padding: 0 0 0 20px;
    width: 100%;
    display: block;
}
#menu-mobile .slicknav_nav .slicknav_collapsed {
    cursor: pointer;
    position: relative;
}
#menu-mobile .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
    display: inline;
    text-decoration: none;
    color: #fff;
}
#menu-mobile .slicknav_collapsed .slicknav_arrow {
    position: absolute;
    right: 10px;
    cursor: pointer;
    width: 21px;
    height: 45px;
    margin: 0 0 0 0.4em;
    background: url(../../image/small/off.png) 0 20px no-repeat !important;
}
#menu-mobile .slicknav_collapsed .slicknav_arrow.open_arrow {
    position: absolute;
    right: 10px;
    cursor: pointer;
    width: 21px;
    height: 40px;
    margin: 0 0 0 0.4em;
    background: url(../../image/small/on.png) 0 20px no-repeat !important;
}
#menu-mobile .wid-dms {
    padding-left: 20px !important;
    width: 100% !important;
    padding-top: 0 !important;
}
#menu-mobile .classic_tour {
    display: none;
}
#menu-mobile .classic_tour.active_1 {
    display: block;
}
#menu-mobile .relegion_tour {
    display: none;
}
#menu-mobile .relegion_tour.active_2 {
    display: block;
}
#menu-mobile .medical_tour {
    display: none;
}
#menu-mobile .medical_tour.active_3 {
    display: block;
}
#menu-mobile .slicknav_item.slicknav_row span {
    font: 17px / 21px "proxima_nova_rgregular";
    text-transform: capitalize;
    padding: 0px;
}
#menu-mobile .slicknav_nav ul {
    float: left;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding-bottom: 25px;
}
#menu-mobile .drop-menu {
    border: none;
    position: inherit;
    display: none;
    overflow: hidden;
}
#menu-mobile .drop-menu.active {
    display: block;
}
#menu-mobile .drop-menu-submenu1 {
    padding: 0;
    width: 100%;
    float: left;
}
#menu-mobile .drop-menu-submenu1 ul {
    width: 100%;
    padding: 0;
    margin: 0;
}
#menu-mobile .drop-menu-submenu1 ul li {
    float: left;
    width: 100%;
}
#menu-mobile .slicknav_parent.slicknav_open a {
    display: inline-flex;
    color: #fff !important;
    font-size: 14px !important;
}
#menu-mobile .drop-menu-submenu1 ul li a {
    padding: 0 !important;
    border: none !important;
    text-align: left;
    background: none !important;
    text-decoration: none;
    float: left;
}
#menu-mobile .slicknav_collapsed.slicknav_parent ul li {
    padding-left: 0;
}
#menu-mobile .drop-menu-submenu1 ul li h2:first-child {
    display: block;
    text-transform: none !important;
}
#menu-mobile .slicknav_item.slicknav_row h2 {
    width: 100%;
    display: block;
    font: 17px / 33px "patua_oneregular";
    padding: 0px 50px 0px 19px;
    text-decoration: none;
    color: #fff;
    outline: none;
    font: 14px / 45px "clanotmedium";
    border-bottom: 1px solid #2f5b08;
}
#menu-mobile .drop-menu-submenu1 ul li a.branch_sub {
    padding-left: 20px !important;
}
#menu-mobile .menu04{
    border-bottom: 1px solid rgba(128,250,1, 67%) !important;
}
#menu-mobile .drop-menu-submenu1 ul li a.menu05 {
    border-bottom: 1px dashed #639866 !important;
}
#menu-mobile .hamburger {
    visibility: visible;
    opacity: 1;
    display: block;
    height: 50px;
    width: 50px;
    border: 2px solid rgba(128,250,1, 67%);
    border-radius: 50%;
    position: fixed;
    display: flex;
    line-height: 10vh;
    right: 0px;
    align-items: center;
    justify-content: center;
    z-index: 100;
    cursor: pointer;
    transform: scale(0.6);
    top: 50px;
    transform: translate(-50%, -50%);
}
#menu-mobile .hamburger::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 1px solid rgba(128,250,1, 67%);
    animation: hamburger_puls 1s ease infinite;
}
#menu-mobile .hamburger .bar {
    height: 2px;
    width: 30px;
    position: relative;
    background-color: rgba(128,250,1, 67%);
    z-index: -1;
}
#menu-mobile .hamburger .bar::after,
#menu-mobile .bar::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: rgba(128,250,1, 67%);
    transition: 0.3s ease;
    transition-property: top, bottom;
}
#menu-mobile .hamburger .bar::after {
    top: 8px;
}
#menu-mobile .hamburger .bar::before {
    bottom: 8px;
}
#menu-mobile .hamburger.active .bar::before {
    bottom: 0;
}
#menu-mobile .hamburger.active .bar::after {
    top: 0;
}
.standard_wrapper {
    width: 100%;
    padding: 0 30px 0 30px;
    box-sizing: border-box;
    margin: auto;
}
.page_content_wrapper {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
    padding-bottom: 0;
}
#name-destination .inner {
    width: 100%;
    padding: 0 30px 0 30px;
    box-sizing: border-box;
}
.one_half_write {
    width: 100% !important;
    position: static !important;
    clear: both;
    transform: translate3d(0px, 0px, 0px) !important;
}
.one_half_write h2.ppb_title{
    font-size:40px;
}
#img-destination {
    width: 100% !important;
    position: static !important;
    clear: both;
    transform: translate3d(0, 0, 0) !important;
}
#img-destination .portfolio_img {
    max-width: 100%;
    height: auto;
}
#information_destination .inner_box {
     
    padding: 0px 15px 0px 15px;
}
#information_destination .inner_box h1 {
    font-size: 30px;
    line-height: 24px;
    font-weight: 500;
}
#information_destination .inner_box h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
#information_destination .inner_box p {
    font-size: 14px;
    line-height: 20px;
}
#tourPage {
    width: 100%;
    overflow: hidden;
    padding: 150px 0px 50px 0px;
}
#tourPage .content-tourPage{
    display:block;
}
#tourPage .image-tourPge{
    width: 100%;
}
#tourPage  .column-tourPage {
    width:100%;
        
}
#page_destination .ppb_title_first {
    font-size: 70px;
    line-height: 40px;
}
#information_destination {
    padding: 5px 0 50px 0;
}
#information_destination .inner_box h3 {
    padding-top: 15px;
}
}
@media only screen and (max-width: 991px) {
#contact {
    min-height: 799px;
}
#contact .contact-information {
    width: 720px;
    margin-top: -103px;
    margin-left: auto;
}
.contact-information .contact-heading {
    min-height: 100px;
}
.contact-information .contact-fot {
    min-height: 100px;
}
#about .aboutus-container {
    max-width: 100%;
}
#about .about-content {
    padding-bottom: 50px;
    padding-top: 50px;
}
#about .about-content .about-content-inner .about-left-part,
#about .about-content .about-content-inner .about-right-part {
    text-align: center;
    width: 100%;
    margin: 0;
    padding-left: 0;
}
#about .about-content .about-content-inner .about-right-part .mainheading:after {
    margin: auto;
}
#about .about-content .about-content-inner .about-left-part:before {
    top: 60px;
    left: 125px;
}
#services {
    padding-top: 45px;
    padding-bottom: 20px;
}
#services .service-container .service-header h1 {
    font-size: 6rem;
}
#services .service-area .service-fourth {
    width: 50%;
    margin-bottom: 20px;
}
.hero-wrapper .hero-container .content-hero h2 {
    font-size: 35px;
    font-weight: 800;
    margin: 0 auto;
    line-height: 50px;
}
.info-area .container-info-area {
    max-width: 90%;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.info-area .container-info-area .row-info-area .col-lg-4 {
    position: relative;
    ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.info-area .container-info-area .row-info-area .col-lg-4 .icon-box-info-area {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.info-area .container-info-area .row-info-area .col-lg-4 .icon-box-info-area.margin-top-50 {
    margin-top: 0px;
}
#sites .sites-title {
    text-align: center;
    display: block;
    text-align: center;
    display: block;
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 36px;
}
#sites .boxes-sites {
    margin: 0 -10px;
    display: block;
    flex-direction: column;
}
#sites .boxes-sites .box-site {
    float: none;
    overflow: hidden;
    vertical-align: top;
    padding: 0 10px;
    width: 100%;
}
#sites .boxes-sites .box-site {
    float: left;
    display: block;
    padding: 0 10px;
}
#sites .boxes-sites .box-site .box-site-inners {
    display: flex;
    width: 100%;
}
#sites .boxes-sites .box-site .box-site-inners .box-site-inner {
    display: block;
    width: 50%;
    padding: 0 20px;
}
.accordion {
    max-width: 100%;
}
.accordion .accordion-text {
    width: 100%;
}
#accordion-page-tour {
    padding: 30px 10px;
} 
#accordion-page-tour .title-page-tour {
    margin-bottom: 40px;
    margin: 0 auto 20px;
    font: 400 40px / 42px "Noto Naskh Arabic", serif;
}
#accordion-page-tour .faq-one-page-tour .i-item-left:before {
    left: -12px;
    top: 6px;
    width: 25px;
    height: 25px;
}
#accordion-page-tour .faq-one-page-tour .faq-page-page-tour {
    padding: 10px 5px 10px 0px;
    font-size: 18px;
    margin-bottom: 25px;
}
#accordion-page-tour .faq-one-page-tour .faq-page-page-tour::after {
    font-size: 11px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
#accordion-page-tour .faq-one-page-tour .faq-body-page-tour p {
    font-size: 15px;
}
#accordion-page-tour .i-inclusions {
    margin-top: 10px;
    padding: 13px;
    margin-bottom: 10px;
}
#accordion-page-tour .i-inclusions ul li {
    font-weight: 600;
    font-size: 12px;
    line-height: 35px;
}
#accordion-page-tour .i-inclusions ul li::before {
    font-size: 20px;
}
.get-container .get-background{
    flex-direction: column;
}
.get-container  .get-icon-section{
    min-height: 234px;
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
}
.get-container .get-layout{
    padding-top: 0;
    padding-bottom: 0;
}
.get-container  .get-image{
    margin-top: 30px;
}
.get-container .get-button{
    min-height: 100px;
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
}
}
@media only screen and (max-width: 809px){
    
#team-box .framer-team {
    padding: 0px 10px;
}
}
@media screen and (max-width: 767px) {
    #contact .contact-background {
        height: 463px;
    }

    #contact .contact-information {
        width: 540px;
    }

    #contact .contact-layout {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .contact-row {
        flex-direction: column;
        min-width: 100%;
    }

    .contact-row > * {
        min-width: 100%;
    }

    .contact-information .contact-heading {
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .contact-information .contact-head {
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-information .contact-fot {
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .contact-row > .contact-size-20 {
        min-width: 100%;
    }

    .about-area .about-img-box .img__item-2 {
        left: -10px;
    }

    .counter-box .responsive-column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home .content h3 {
        font-size: 3.2rem;
        color: #fff;
    }

    .home .content p {
        font-size: 1.8rem;
    }

    .home .content .slider-btn {
        margin-top: 0.8rem;
        padding: .7rem 2.5rem;
        font-size: 1.5rem;
    }

    .home .controls {
        top: 15rem;
    }

    #services {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    #services .service-container .service-header h1 {
        font-size: 5rem;
    }

    .hero-wrapper .hero-container {
        width: 95%;
        margin: 0 auto;
    }

    .hero-wrapper .hero-container .content-hero h2 {
        font-size: 30px;
        font-weight: 700;
        margin: 0 auto;
        line-height: 40px;
    }

    .hero-wrapper .hero-container .content-hero h2 br {
        display: none;
    }


    .get-btn {
        font-size: 2.5rem;
        padding: 1rem 2rem;
    }

    .services .services-boxes {
        display: flex;
        flex-direction: column;
    }

    .serviceBox {
        padding: 1em 1em;
        flex-direction: column;
        text-align: center;
        width: 100%;
    }

    .services h1 {
        font-size: 2.8rem;
    }

    .services p {
        font-size: 1.5rem;
    }

    .serviceBox .title {
        font-size: 1.5rem;
    }

    .serviceBox .description {
        font-size: 14px;
    }

    .text-box-products h1 {
        font-size: 2.8rem;
    }

    .text-box-products h5 {
        font-size: 1.4rem;
    }

    .text-box-products p {
        font-size: 1.5rem;
    }

    .conters h1 {
        font-size: 2.8rem;
    }

    .conters h2 {
        font-size: 1.5rem;
    }

    .counters {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 0em;
    }

    .counter {
        height: 160px;
        width: 100%;
    }

    .counter:before {
        content: '';
        height: 140px;
        width: 140px;
    }

    .counter .counter-content {
        width: 100px;
        height: 100px;
    }

    .counter h4 {
        font-size: 2rem;
        font-weight: 700;
    }

    .counter h3 {
        font-size: 1.3rem;
    }

    .section h1 {
        font-size: 2.5rem;
    }

    .section p {
        font-size: 1.5rem;
    }

    .section ul li {
        font-size: 1.7rem;
        line-height: 30px;
    }
.footer-container{
    display: block !important;
}
.footer-col {
    width: 100%;
    padding: 0 15px;
}
.footer-col h4 {
    font-size: 1.7rem;
}
.footer-col ul li a {
    font-size: 1.3rem;
}
.accordion {
    padding: 25px 30px;
} 
.accordion .accordion-text .title{
    font-size: 28px;
} 
.accordion .accordion-text .faq-container .faq-page {
    font-size: 16px;
}
.accordion .accordion-text .faq-container .faq-page::after {
    font-size: 11px;
    width: 25px;
    height: 25px;
    line-height: 24px;
}
.accordion .accordion-text .faq-container .faq-body p {
    font-size: 15px;
}
#about .about-content .about-content-inner .about-left-part:before {
    top: 50px;
    left: 75px;
}
 #accordion-page-tour {
    padding: 25px 10px;
}
#accordion-page-tour .faq-one-page-tour .faq-body-page-tour {
    padding : 5px 5px;
}
 #accordion-page-tour .title-page-tour {
    margin-bottom: 40px;
    margin: 0 auto 20px;
    font: 400 40px / 40px "Noto Naskh Arabic", serif;
}
#accordion-page-tour .faq-one-page-tour .faq-page-page-tour {
    padding: 10px 0px 10px 0px;
    font-size: 12px;
    margin-bottom: 20px;
}
 #accordion-page-tour .faq-one-page-tour .faq-page-page-tour::after {
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
 #accordion-page-tour .faq-one-page-tour .faq-body-page-tour p {
    font-size: 13px;

}
#accordion-page-tour .i-inclusions ul li {
    font-weight: 600;
    font-size: 11px;
    line-height: 35px;
}
#accordion-page-tour .i-inclusions ul li::before {
    font-size: 16px;
}
.get-container  .get-icon-section{
    min-height: 363px;
    min-width: 100%;
}
.get-container .get-layout{
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.get-container  .get-image{
    min-height: 206px;
    height: 161px;
    margin-left: auto;
}
.get-container .get-text-head{
    margin-top: 0;
    margin-left: 18px;
    margin-right: 18px;
}
.get-container .get-text-pargraph{
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 20px!important;
}
.get-container .get-button{
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
}
}
@media only screen and (max-width:670px) {
#sites {
    padding-top: 10px;
    padding-bottom: 40px;
}
#sites .boxes-sites {
    margin: 0;
}
#sites .boxes-sites .box-site {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
}
#sites .boxes-sites .box-site {
    float: left;
    display: block;
    padding: 0 10px;
}
#sites .boxes-sites .box-site .box-site-inners {
    display: block;
    width: 100%;
}
#sites .boxes-sites .box-site .box-site-inners .box-site-inner {
    display: block;
    width: 100%;
    padding: 0 20px;
}
.accordion {
    padding: 15px;
}
#footer .footer-bottom-holder .full-width {
    padding: 19px 50px;
}
#footer .footer-bottom-holder .full-width p {
    font-size: 12px;
}
#page_destination .ppb_title_first {
    font-size: 50px;
}
.one_half_write {
    padding: 30px !important;
}


   
   

   

    .box .box-content {
        bottom: 25%;
    }

    .box .post {
        width: 90%;
        line-height: 15px;
        font-size: 11.5px;
    }

    .box .link-product {
        padding: 10px 20px;
        bottom: 20px;
        font-size: 20px;
    }
}
@media only screen and (max-width:575px) {
#contact .contact-information {
    width: 340px;
}

.contact-information .contact-text-1 {
    font-size: 2.2rem;
}

.contact-information .contact-text-2 {
    max-width: 320px;
    font-size: 1.8rem;
}

.contact-information .contact-text-3 {
    font-size: 1.2rem;
    width: 100%;
    margin: 8px auto 0;
}

#page_destination .ppb_title_first {
    font-size: 40px;
}

.get-container .get-icon-section {
    min-height: 100%;
    min-width: 100%;
}

.get-container .get-layout {
    padding-left: 5px;
    padding-right: 5px;
    justify-content: center;
}

.get-container .get-image {
    height: 100px !important;
    min-height: 150px;
    margin-bottom: 10px;
}

.get-container .get-text-head {
    font-size: 20px;
}

.get-container .get-button .get-link a {
    font-size: 15px;
}

#about .about-content .about-content-inner .about-image .about-image-laptop {
    display: none;
}
#about .about-content .about-content-inner .about-image .about-image-phone {
    display: block;
    max-height: 270px;
    max-width: 100%;
}
}
@media only screen and (max-width: 525px) {
.home .content h3 {
    font-size: 2.5rem;
}
.home .content p {
    font-size: 1.3rem;
}
.home .content .slider-btn {
    margin-top: 0.6rem;
    padding: .6rem 2.3rem;
    font-size: 1.4rem;
}
#about .about-content .about-content-inner .about-right-part .mainheading {
    font-size: 35px;
    line-height: 60px;
}
#about .about-content .about-content-inner .about-right-part .mainheading:after {
    margin: auto;
    padding-top: 10px;
}
#about .about-content .about-content-inner .about-right-part .aboutdetail {
    font-size: 12px;
    line-height: 25px;
}
#services {
    padding-top: 20px;
    padding-bottom: 15px;
    margin: 0 auto;
}
#services .service-container .service-header h1 {
    font-size: 3rem;
}
#services .service-area .service-fourth {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
    margin-right: 20px;
}
#footer {
    text-align: start;
}
.footer-container {
    flex-direction: column;
    justify-content: flex-start;
}
.footer-col, .social-footer {
    width: 100%;
}
.footer-col h4 {
    padding: 10px 0;
}
.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0%;
    bottom: -10px;
    background-color: #2784fc;
    height: 2px;
    box-sizing: border-box;
    width: 60px;
}
.social-footer .social-links {
    text-align: start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 10px;
}
.accordion .accordion-text .faq-container .faq-page {
    padding: 30px 10px;
    font-size: 14px;
}
.accordion .accordion-text .faq-container .faq-body {
    padding: 5px 10px;
}
.accordion .accordion-text .faq-container .faq-body p{
    font-size: 13px;
}
#page_destination .ppb_title_first {
    font-size: 30px;
}
.one_half_write h2.ppb_title {
    font-size: 25px;
}
.email-send-box .email-text {
    font-size: 24px;
}
.email-send-box .theme-btn {
    padding: 1.5rem 2.5rem;
    font-size: 1.2rem;
}
}
@media only screen and (max-width: 500px) {
  

.contacts .left .col-contact .list-contact .title {
    font-size: 2.2rem;
}

.contacts .left .col-contact .list-contact ul {
    font-size: 1.5rem;
}

.contacts .left .col-contact .list-contact ul li i {
    font-size: 1.6rem;
}

.contacts .right .col-contact .list-contact .title {
    font-size: 2.2rem;
}

.contacts .right .col-contact .list-contact ul {
    font-size: 1.5rem;
}

.contacts .right .col-contact .list-contact ul li i {
    font-size: 1.6rem;
}


    

  
    .box .title {
        font-size: 12px;
        padding: 5px;
    }

    .box .post {
        width: 95%;
        line-height: 14px;
        font-size: 10px;
    }

    .box .link-product {
        padding: 8px 16px;
        font-size: 16px;
    }
#menu-mobile .nav-bar-mobile {
    width: 350px;
}
header .header-container .container .row .header-main .header-logo a {
    width: 220px;
    line-height: 10;

}
#menu-mobile .hamburger {
    height: 40px;
    width: 40px;
}
#menu-mobile .hamburger .bar {
    width: 20px;
}
#tourPage .column-tourPage{
    padding:15px;
}
#tourPage .column-tourPage.column2-tourPage h1 {
    font-size: 2rem;
}
#tourPage .column-tourPage .program-box-tour {
    margin: 15px 0;
}
#tourPage .column-tourPage .program-box-tour .program_icons_all .col-md-3 {
    padding-left: 8px;
    padding-right: 8px;
}
#tourPage .column-tourPage .program-box-tour .program_box_icons_img {
    width: 50px;
    height: 50px;
    padding: 5px;
}
#tourPage .column-tourPage .program-box-tour .program_box_icons_img img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
#tourPage .column-tourPage .program-box-tour .program_box_icons_text {
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
    color :rgba(128,250,1, 87%);
    margin-top: 15px;
}
#tourPage .column-tourPage .program-box-tour .program_box_icons_subtext {
    font-weight: bold;
    font-size: 1.538rem;
    color: #606060;
    text-align: center;
}
#tourPage .column-tourPage .program-box-tour .program_box_icons_subtext_sub {
    font-weight: normal;
    font-size: 1.154rem;
    color: #707070;
    text-align: center;
}
#tourPage .column-tourPage .contact-tourPage {
    padding-top: 35px;
    text-align: center;
    float: none;
    display: inline-block;
    vertical-align: top;
}
}
@media only screen and (max-width: 470px)
{
.accordion .accordion-text .faq-container .faq-page {
    padding: 20px 10px;
    font-size: 12px;
}
.accordion .accordion-text .faq-container .faq-page::after {
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.accordion .accordion-text .faq-container .faq-body p{
    font-size: 11px;
}
#menu-mobile .nav-bar-mobile {
    width: 325px;
}
#accordion-page-tour .title-page-tour {
    margin-bottom: 40px;
    margin: 0 auto 20px;
    font: 400 30px / 25px "Noto Naskh Arabic", serif;
}
#accordion-page-tour .faq-one-page-tour .faq-page-page-tour {
    font-size: 11px;
    margin-bottom: 10px;
}
#accordion-page-tour .faq-one-page-tour .i-item-left:before {
    left: -9px;
    top: 2px;
    width: 20px;
    height: 20px;
}
#accordion-page-tour .faq-one-page-tour .i-item-left:after {
    width: 20px;
    height: 21px;
}
 #accordion-page-tour .faq-one-page-tour .faq-page-page-tour::after {
    font-size:8px;
    width: 18px;
    height: 18px;
    line-height: 18px;
}
 #accordion-page-tour .faq-one-page-tour.active-colapse .i-item-left:before {
    top: 2px;
    right: -8px;
}
 #accordion-page-tour .faq-one-page-tour .i-item-right {
    margin-bottom: 10px;
}
 #accordion-page-tour .faq-one-page-tour .faq-body-page-tour p {
    font-size: 11px;

}
#accordion-page-tour .i-inclusions ul li {
    font-weight: 500;
    font-size: 9px;
    line-height: 30px;
}
#accordion-page-tour .i-inclusions ul li::before{
    font-size: 12px;
}
.one_half_write {
    padding: 10px !important;
}
}
@media only screen and (max-width: 425px) {
    .section-heading .sec__title {
        font-size: 30px;
        line-height: 42px !important;
    }

    .contact-information .contact-text-2 {
        max-width: 280px;
    }

#header .nav-list ul li a {
    font-size: 1.7rem;
    font-weight: 600;
}

#header .hamburger {
    width: 50px;
    height: 50px;
}

#header .brand a {
    font-size: 2.3rem;
}

#header .nav-list ul .sign-btn {
    padding: 10px 30px;
    margin: 10px;
    font-size: 2rem;
    margin-top: 20px;
}

#hero h1 {
    font-size: 3.1rem;
}

#hero .hero-btn {
    font-size: 1.6rem;
}

    .title-style {
        font-size: 17px;
    }

        .title-style h1::after {
            height: 5px;
            width: 140px;
        }




    .copy {
        font-size: 1.3rem;
    }

#menu-mobile .nav-bar-mobile {
    width: 300px;
}
#tourPage .column-tourPage .program-box-tour .program_box_icons_subtext {
    font-size: 1.2rem;
}
#accordion-page-tour {
    padding: 25px 5px;
}
#accordion-page-tour .title-page-tour {
    margin-bottom: 30px;
    margin: 0 auto 20px;
    font: 400 30px / 30px "Noto Naskh Arabic", serif;
}
#accordion-page-tour .faq-one-page-tour {
    display: flex;
    min-height: 55px;
}
#accordion-page-tour .faq-one-page-tour .faq-page-page-tour {
    font-size: 10px;
    margin-bottom: 15px;
}
 #accordion-page-tour .faq-one-page-tour .faq-page-page-tour::after {
    font-size: 9px;
    width: 15px;
    height: 15px;
    line-height: 15px;
}
 #accordion-page-tour .faq-one-page-tour .faq-body-page-tour p {
    font-size: 13px;
}
#accordion-page-tour .i-inclusions ul li {
    font-weight: 600;
    font-size: 11px;
    line-height: 35px;
}
#accordion-page-tour .i-inclusions ul li::before {
    font-size: 16px;
}
.standard_wrapper {
    padding: 0 15px;
}
}
@media only screen and (max-width: 400px){
.accordion .accordion-text .faq-container .faq-page {
    padding: 20px 7px;
    font-size: 10px;
}
.accordion .accordion-text .title {
    font-size: 22px;
}
} 
@media only screen and (max-width: 375px) {
    #contact .contact-information {
        width: 300px;
    }

    .home .content h3 {
        font-size: 2rem;
    }

    .home .content p {
        font-size: 1.2rem;
    }

    .home .content .slider-btn {
        margin-top: 0.5rem;
        padding: .6rem 2.1rem;
        font-size: 1.3rem;
    }

    .get-btn {
        font-size: 1.5rem;
        padding: 10px 20px;
    }

    .accordion .image-box {
        height: 300px;
        width: 280px;
    }

}
@media only screen and (max-width: 350px){
.accordion .accordion-text .title {
    font-size: 18px;
}
.accordion .accordion-text .faq-container .faq-page {
    font-size: 9px;
}
.accordion .accordion-text .faq-container .faq-page::after {
    font-size: 8px;
    width: 17px;
    height: 17px;
    line-height: 17px;
}
.accordion .accordion-text .faq-container .faq-body p{
    font-size: 9px;
}
}
@media (max-width:375px) and (min-width:320px) {
    #header .hamburger {
        width: 45px;
        height: 45px;
    }

    #header .brand a {
        font-size: 2.1rem;
    }

    #hero h1 {
        font-size: 3rem;
    }

    #hero .hero-btn {
        font-size: 1.5rem;
    }

    .title-style {
        font-size: 16px;
    }

        .title-style h1::after {
            height: 5px;
            width: 130px;
        }

    .services h2 {
        font-size: 3rem;
    }

    .services p {
        font-size: 1.5rem;
    }


   

    one-page-tour .faq-page-page-tour {
        font-size: 10px;
        margin-bottom: 15px;
    }

    #menu-mobile .nav-bar-mobile {
        width: 280px;
    }
    #menu-mobile .header-logo-menu {
        width: 240px;
    }
    header .header-container .container .row .header-main .header-logo a {
        width: 200px;
    }

    #menu-mobile .hamburger {
        height: 35px;
        width: 35px;
    }

        #menu-mobile .hamburger .bar {
            width: 15px;
        }

    #tourPage .column-tourPage.column2-tourPage h1 {
        font-size: 1.6rem;
    }

    #accordion-page-tour {
        padding: 20px 5px;
    }

        #accordion-page-tour .title-page-tour {
            font: 400 25px / 25px "Noto Naskh Arabic", serif;
        }

        #accordion-page-tour .faq-one-page-tour {
            display: flex;
            min-height: 55px;
        }

            #accordion-page-tour .faq-one-page-tour .faq-page-page-tour {
                font-size: 9px;
                margin-bottom: 15px;
            }

            #accordion-page-tour .faq-one-page-tour .faq-body-page-tour p {
                font-size: 10px;
            }

        #accordion-page-tour .i-inclusions ul li {
            font-weight: 400;
            font-size: 10px;
            line-height: 30px;
        }

            #accordion-page-tour .i-inclusions ul li::before {
                font-size: 14px;
            }

        #accordion-page-tour .faq-one-page-tour .i-item-right {
            padding-left: 13px;
        }
}
@keyframes cylon {
    0% {
        left: -5px;
        width: 0;
    }

    10% {
        left: 0;
        width: 2px;
    }

    25% {
        width: 20px;
    }

    50% {
        left: 100%;
        width: 2px;
    }

    75% {
        width: 20px;
    }

    100% {
        left: -5px;
        width: 0;
    }
}
@keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}





