/* cmsms stylesheet: jabarut modified: 08/22/25 22:16:52 */
/* CONTACT */
.contact-box {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.contact-box small {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  opacity: 0.5;
  font-weight: 600;
}
.contact-box a {
  color: #0e0e0e;
  text-decoration: underline;
}
.map {
  height: 380px;
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: 60px;
  margin-top: 30px;
  position: relative;
}
.map {
background: url("/images/naxsha.jpg");
}
.map:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #977523;
  mix-blend-mode: color;
}
.map .map-note {
  width: 300px;
  height: calc(100% - 60px);
  position: absolute;
  left: 50px;
  top: 30px;
  z-index: 2;
  padding: 30px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #3a040d;
text-align: center;
}
.map .map-note h6 {
  font-weight: 600;
width: 100%;
}
.contact-image {
  width: 100%;
  margin: 0;
}
.contact-image img {
  width: 100%;
}
.contact-page__single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 39px 50px 40px;
    margin-bottom: 30px;
    border: solid 1px #eaa009;
    border-radius: 5px;
    min-height: 240px;
}
.contact-page__single:hover .contact-page__icon span, .fa-map-marker:hover, .fa-flip-horizontal:hover, .fa-location-circle:hover {
    transform: scale(1.2);
}
.contact-page__icon span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: var(--barham-base);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.contact-page__title-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
@font-face {
  font-family: 'icomoon';
  src: url('/fonts/icomoon.eot?orkqwr');
  src: url('/fonts/icomoon.eot?orkqwr#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?orkqwr') format('truetype'),
    url('/fonts/icomoon.woff?orkqwr') format('woff'),
    url('/fonts/icomoon.svg?orkqwr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i.fa.fa-map-marker {
    font-size: 70px;
    color: #e1bb26;
}
.icon-magnifying-glass:before {
  content: "\e900";
}
.icon-airport:before {
  content: "\e901";
}
.icon-travel-insurance:before {
  content: "\e902";
}
.icon-quote:before {
  content: "\e903";
}
.icon-travel-insurance-1:before {
  content: "\e904";
}
.icon-travel:before {
  content: "\e905";
}
.icon-pilot:before {
  content: "\e906";
}
.icon-diamond:before {
  content: "\e907";
}
.icon-globe:before {
  content: "\e908";
}
.icon-plane:before {
  content: "\e909";
}
.icon-flight:before {
  content: "\e90a";
}
.icon-check:before {
  content: "\e90b";
}
.icon-online-booking:before {
  content: "\e90c";
}
.icon-phone-call:before {
  content: "\e90d";
}
.icon-fly:before {
  content: "\e90e";
}
.icon-close:before {
  content: "\e90f";
}
.icon-flight-1:before {
  content: "\e910";
}
.icon-envelope-back:before {
  content: "\e911";
}
.icon-call:before {
  content: "\e912";
}
.icon-shopping-cart:before {
  content: "\e913";
}
.icon-safe-flight:before {
  content: "\e914";
}
.icon-calendar:before {
  content: "\e915";
}
.icon-diamond-1:before {
  content: "\e916";
}
.icon-recommend:before {
  content: "\e917";
}
.icon-airport-1:before {
  content: "\e918";
}
.icon-telephone:before {
  content: "\e919";
}
.icon-tick:before {
  content: "\e91a";
}
.icon-up-arrow:before {
  content: "\e91b";
}
.icon-down-arrow:before {
  content: "\e91c";
}
.icon-left-arrow:before {
  content: "\e91d";
}
.icon-right-arrow:before {
  content: "\e91e";
}
.icon-pilot-1:before {
  content: "\e91f";
}
.icon-jet:before {
  content: "\e920";
}
.icon-direct-flight:before {
  content: "\e921";
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .works ul li {
        width: 100%;
        margin-top: 0 !important;
        margin-bottom: 80px;
        padding: unset !important;
    }
}
/* cmsms stylesheet: pagenation modified: 08/22/25 22:16:52 */
.pagenation a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    color: white;
    background: #000000;
    border-radius: 3px;
}

.pagenation {
    color: white;
}
