@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}



@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff2") format("woff2"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
font-style: normal; font-size: 50px; color: #B03E96
}

.flaticon-water:before { content: "\f100"; }
.flaticon-light-bulb:before { content: "\f101"; }
.flaticon-air-conditioner:before { content: "\f102"; }
.flaticon-wifi:before { content: "\f103"; }
.flaticon-parking:before { content: "\f104"; }
.flaticon-graphic-design:before { content: "\f105"; }
.flaticon-desk:before { content: "\f106"; }
.flaticon-tool:before { content: "\f107"; }
.flaticon-mop:before { content: "\f108"; }


/*MOUSE_SCROLL*/

.mouse {
  width: 25px;
  height: 40px;
  border-radius: 13px;
  border: 2px solid #fff;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%); z-index: 111;
}
.mouse::before {
  content: "";
  width: 3px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  animation: scrollDown 1.2s ease-in-out;
  animation-iteration-count: infinite;
}
.mouse__arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 2px;
  height: 2px;
  animation: fading 1.2s ease;
  animation-iteration-count: infinite;
}
.mouse__arrow:last-child {
  width: 0;
  height: 0;
  background-color: transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 3px solid #fff;
}
.mouse__arrow:nth-child(1) {
  animation-delay: 0s;
  bottom: -8px;
}
.mouse__arrow:nth-child(2) {
  animation-delay: 0.4s;
  bottom: -14px;
}
.mouse__arrow:nth-child(3) {
  animation-delay: 0.8s;
  bottom: -20px;
}

@keyframes scrollDown {
  0% {
    transform: translate(-50%, 0);
  }
  70%, 90% {
    transform: translate(-50%, 100%);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes fading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.num-loc, .land-loc{position: absolute; z-index: 111; left: 162px; bottom: 77px; }
.land-loc{left: 350px}
.num-loc ul li, .land-loc ul li{display: inline-block; position: relative; padding-left: 60px; float: left}
.num-loc ul li:last-child{margin: 10px 0 0}
.num-loc ul li .num-icon, .land-loc ul li .num-icon{position: absolute; left: 0; top: 50%; width: 45px; height: 45px; line-height: 45px; background: #B03E96; border-radius: 100%; transform: translateY(-50%); color: #381856; text-align: center; font-size: 21px}
.num-loc ul li p, .land-loc ul li p{margin: 0;color: #fff; font-size: 14px; font-weight: 500}
.num-loc ul li a, .land-loc ul li a{color: #fff; font-size: 14px; font-weight: 500}


/*MOUSE_SCROLL*/



/*INTERIOR*/

.cd-tab-filter-wrapper {
  background-color: #ffffff;
  z-index: 1;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tab-filter {
  position: relative;
  height: 50px;
  width: 140px;
  margin: 0 auto;
  z-index: 1;
}
.cd-tab-filter::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: inset 0 -2px 0 #41307c;
}
.cd-tab-filter li {
  display: none;
}
.cd-tab-filter li:first-child {
  display: block;
}
.cd-tab-filter a {
  display: block;
  height: 50px;
  width: 140px;
  line-height: 50px;
  padding-left: 14px;
}
.cd-tab-filter a.selected {
  background: #41307c;
  color: #ffffff;
}
.cd-tab-filter.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  opacity: .4;
}
@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 1em;
    width: auto;
    color: #989898;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
  }
  .no-touch .cd-tab-filter a:hover {
    color: #41307c;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: #3B155C;
    box-shadow: inset 0 -2px 0 #3B155C;
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    width: 80%;
  }
}

.cd-gallery {
  padding: 26px 5%;
  width: 100%;
}
.cd-gallery li {
  margin-bottom: 1.6em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: none;     border: 5px solid #fff;
}
.cd-gallery li.gap {
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  display: block;
  width: 100%; height: 170px; object-fit: cover; object-position: center
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cd-gallery {
    padding: 40px 3%;
  }
  .cd-gallery ul {
    text-align: justify;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    width: 48%;
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-gallery {
    padding: 50px 2%;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery li {
    width: 24%;
  }
  .cd-gallery.filter-is-visible {
    width: 80%;
  }
}

.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 2;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
.cd-filter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #41307c;
  z-index: 2;
}
.cd-filter form {
  padding: 70px 20px;
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  background: #37296a;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.no-touch .cd-filter .cd-close:hover {
  background: #32255f;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
  .cd-filter {
    width: 20%;
  }
  .cd-filter form {
    padding: 70px 10%;
  }
}

.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("../images/cd-icon-filter.svg") no-repeat center center;
  z-index: 3;
}
.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
}
@media only screen and (min-width: 1170px) {
  .cd-filter-trigger {
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .no-touch .cd-filter-trigger:hover {
    color: #41307c;
  }
  .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}

.interior{padding: 80px 0}
.interior a{display: block; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); border: 5px solid #fff; margin-bottom: 30px }
.interior img{width: 100%; height: 220px; object-fit: cover; object-position: center; }


/*INTERIOR*/


/*RESPONSIBILITY_TAB*/

.responsive-tabs {text-align:center; position:relative}
.responsive-tabs dt {
	padding: 13px 70px;
	cursor: pointer;
	color: #3B155C;
	font-size:20px;
	z-index: 1;
	position:relative;
	text-transform: uppercase;
    font-weight: 600; margin: 0 8px; border: 1px solid #021213; 
}
.responsive-tabs .active {
	background: #3B155C; 
	color:#fff;
	position:relative
}
.responsive-tabs .active + dd {
	display: block;
}
.responsive-tabs dd {
	display: none;
	padding: 0.5em;
}
.responsive-tabs-placeholder {
	display: none;
}
@media only screen and (min-width: 768px) {
.responsive-tabs dt {display: inline-block; margin-top: 1px;}
.responsive-tabs .active + dd {display: none;}
.responsive-tabs-placeholder {
	clear: both;
	display: block;
	padding: 60px 0 30px;
	float: left;
    width: 100%;
}
.train .responsive-tabs-placeholder{padding:0;     background: #ededee;}
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.ser{text-align: center; padding: 50px 0}
.ser-img{overflow: hidden}
.ser-img img{width: 100%; height: 200px; object-fit: cover; object-position: center; transition: 1.5s ease}
.ser figure:hover .ser-img img{transform: scale(1.2)}
.ser figcaption{padding: 20px 10px 5px; position: relative}
.ser figcaption:before{transition: all 0.5s ease; position: absolute;left: 0;right: 0; margin: auto; content: ""; width: 30%; height: 2px; background: #B03E96; bottom: 0}
.ser figure:hover figcaption:before{width: 100%}
.ser figcaption h5{ color: #021213; font-size: 24px; }
.ser figcaption p{font-weight: 400; color: #021213; margin: 0}
.ser figure{margin-bottom: 50px}


/*RESPONSIBILITY_TAB*/


/*FANCYBOX*/

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/*FANCYBOX*/


header{position: absolute; left: 0; top: 0; width: 100%; z-index: 111;transition: all 0.5s ease }
.header{transition: all 0.5s ease}
.shrink{background: #fff; position: fixed; width: 100%;box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16)}
.shrink .smllogo a img{width: 35px}
.shrink .smllogo a {color: #333; font-size: 14px; line-height: 18px;padding: 12px 25px;}
.shrink .smllogo a span{margin: 7px 0}
.shrink .wsmenu-list>li>a{color: #242424; padding: 15px 30px}
.shrink .wsmain{margin: 0 auto}
.shrink .wsmenu-list>li:last-child>a:after{top: 24px}
.slider{width: 100%; height: 100vh; position: fixed; top: 0; z-index: -1}
.abt{position: relative; padding: 30px 0 0; margin-top: 100vh; background: #fff; z-index: 1}
.abt:after, .gal:before{position: absolute; left: -150px; top: 50px; content:""; background: url(../images/textture.svg) no-repeat; background-size: contain; width: 600px; height: 600px}
.abt:before{position: absolute; left: 446px; top: -13px; content:""; background: url(../images/textture.svg) no-repeat; background-size: contain; width: 340px; height: 340px}
.abt-sec1{position: relative; margin: 223px 0 0; }
.abt-sec1 h3, .gal h3, .amen h3{font-weight: bold; color: #3B155C; font-size: 34px; margin: 0 0 15px}
.abt-sec1 p, .gal p{line-height: 24px; color: #021213}
.abt-sec1 a, .amen a{color: #3B155C; display: inline-block; padding: 8px 35px; border: 1px solid #703F9A; font-weight: 500; font-size: 17px; transition: all 0.5s ease; transition-property: inherit !important;}
.abt-sec1 a:hover, .amen a:hover{background: #703F9A; color: #fff}
.abt-rgtbg{position: absolute; right: 0; top: 215px; width: 70%; height: 365px; background: #FBF7FF}
.abt-img{position: relative}
.abt-img:before{position: absolute; left: 0; top: 159px; content: ""; width: 432px; height: 338px; box-shadow: 0 0 36px rgba(0, 0, 0, 0.16)}
.abt-img img{position: relative; z-index: 1}
.abt-img:after{position: absolute; left: -80px; bottom: -80px; content: ""; width: 433px; height: 338px; border: 1px solid #703F9A}
.gal{padding: 180px 0 90px; text-align: center; position: relative; overflow: hidden; background: #fff}
.gal:before{left: inherit; right: -150px; top: 235px}
.gal ul{margin: 50px 0 0}
.gal ul li{float: left; width: 32%; margin: 7px; position: relative; overflow: hidden}
.gal ul li:nth-child(1) img{height: 465px}
.gal ul li img{width: 100%; height: 225px; object-fit: cover; object-position: center; transition: all 0.5s ease; transform: scale(1.1)}
.gal ul li:hover img{transform: scale(1); filter: blur(1px)}
footer{background: #2C0E46; text-align: center; padding: 50px 0}
footer ul li{display: inline-block}
footer ul li a{display: block; padding: 0 15px; color: #fff; font-weight: 500; transition: all 0.5s ease}
footer ul li:last-child a{color: #B03E96}
footer ul li a:hover{color: #B03E96}
.social ul li a{padding: 0 10px}
.social ul li a img{opacity: 0.4; transition: all 0.5s ease}
.social ul li a:hover img{opacity: 1}
.news-letter{margin: 30px 0}
.news-letter form{margin: auto; width: 50%}
.news-letter .form-control{height: 60px; border-radius: 0; border: none; background: rgba(112, 63, 154, 0.34); font-weight: 600; padding: .375rem 1.75rem; color: rgba(255, 255, 255, 0.4)}
.news-letter .form-control::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.4); opacity:1 }
.news-letter .form-control::-moz-placeholder {color: rgba(255, 255, 255, 0.4); opacity:1}
.news-letter .form-control:-ms-input-placeholder {color: rgba(255, 255, 255, 0.4); opacity:1}
.news-letter .form-control::-ms-input-placeholder {color: rgba(255, 255, 255, 0.4); opacity:1}
.news-letter .form-control::placeholder {color: rgba(255, 255, 255, 0.4); opacity:1}
.news-letter label{margin: 20px 0; color: #fff; font-weight: 600}
.amen{padding: 50px 0 50px; text-align: center; background: #fff}
.amen-sec{width: 90%; margin: 0 0 0 10%; position: relative}
.amen-sec:before{position: absolute; left: 0; right: 10%; margin: auto; content: ""; width: 600px; height: 600px; background: url(../images/textture.svg) no-repeat; background-size: contain; top: 0}
.amen-main{padding: 0 10px 0 210px; position: relative; text-align: left; margin: 70px 0}
.amen-main img{position: absolute; left: 0; top: 0px; width: 190px; height: 150px; object-fit: cover; object-position: center}
.amen-main:hover img{animation-name: pfd-arw1-float, pfd-arw1; animation-duration: .3s, 1.5s; animation-delay: 0s, .3s; animation-timing-function: ease-out, ease-in-out; animation-iteration-count: 1, infinite; animation-fill-mode: forwards; animation-direction: normal, alternate;}
@-webkit-keyframes pfd-arw1 {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px) ;
  }
  50% {
    -webkit-transform: translateY(4px) ;
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes pfd-arw1-float {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.amen-main h4{color: #3B155C; font-size: 20px; font-weight: 600}
.amen-main p{color: #3B155C; font-size: 14px; font-weight: 400;}
.lcm{padding: 50px 0; position: relative; background: linear-gradient(to top, #2c0e46 50%,#fff 50%); }
.lcm-sec{padding: 50px; border-radius: 100px; background: #fff; box-shadow: 0 0 36px rgba(0, 0, 0, 0.16); z-index: 1; position: relative;}
.lcm-sec ul{display: flex; justify-content: center}
.counter{color: #3B155C; font-weight: 600; font-size: 34px}
.counting p{color: #3B155C; font-size: 16px; font-weight: 500; margin: 0;}
.counting{padding: 0 0 0 70px; position: relative; display: inline-block; text-align: left}
.counting img{position: absolute; left: 0; top: 15px; width: 50px}
.lcm-sec ul li{float: left; width: 33.3333333%; text-align: center}
.abt-tp{padding: 200px 0 60px; position: relative}
.abt-tp:before{position: absolute; left: 0; top: 0; content: ""; width: 100%; height: 100%; background: rgba(59, 21, 92, 0.44); z-index: 1}
.abt-tp img{width: 100%; height: 100%; object-fit: cover; object-position: center; position: absolute; left: 0;top: 0}
.abt-tp h3{position: relative; color: #fff; z-index: 1; font-weight: bold; font-size: 40px; margin: 0 0 20px}
.abt-tp h4{color: #fff; position: relative; z-index: 1; font-weight: 600; font-size: 25px; display: none; margin: -20px 0 0;}
.abt-tp p{position: relative; color: #fff; z-index: 1; font-weight: 500; font-size: 18px; line-height: 30px}
.abt1{padding: 60px 0; text-align: center}
.abt1 ul li{float: left; width: 25%; text-align: center}
.abt1 ul li .icon{width: 160px; height: 160px; line-height: 160px; text-align: center; background: #ECE9F6; margin: auto; transition: all 0.5s ease}
.abt1 ul li .icon svg{fill:#3B155C; width: 80px; transition: all 0.5s ease }
.abt1 ul li:hover .icon{background: #56287E}
.abt1 ul li:hover .icon svg{fill: #ffffff;}
.abt1 ul li h4{color: #3B155C; font-size: 21px; font-weight: 700; line-height: 24px; margin: 15px 0 0}
.abt1 ul li h4 span{font-weight: 400; font-size: 16px}
.abt2{text-align: center; position: relative; padding-bottom: 50px}
.abt2:before{position: absolute; bottom: 0; right: 0; content: ""; background: url(../images/textture.svg) no-repeat center; width: 500px; height: 500px; background-size: contain}
.abt2 h3, .abt1 h3{font-weight: bold; font-size: 35px; color: #3B155C; margin: 0 0 30px}
.abt2 h3 span, .abt1 h3 span{color: #B03E96}
.abt2 p{line-height: 24px; color: #021213; }
.mtb-50{margin: 50px 0}
.abt2 img{width: 100%; height: 400px; object-fit: cover; object-position: center}
.ameneti-sec1{padding: 70px 0}
.ameneti-sec1 h3{display: inline-block; font-size: 125px; font-weight: bold; color: #B03E96}
.ameneti-sec1 h4{display: inline-block; font-size: 36px; font-weight: bold; color: #3B155C; line-height: 42px; margin: 0 0 10px 20px}
.ameneti-sec1 h4 span{font-weight: 500; }
.ameneti-sec1 p{color: #021213; font-weight: 400;line-height: 24px}
.ameneti-sec1 a{color: #B03E96; position: relative; margin: 35px 0; font-size: 22px; font-weight: 600; padding-left: 80px; display: block}
.ameneti-sec1 a:before{position: absolute; left: 0; top: -17px; content: "\f105"; width: 60px; height: 60px; border-radius: 100%; border: 2px solid #B03E96; color: #B03E96; font-family: 'FontAwesome';padding: 5px 26px;font-size: 30px;}
.ameneti-sec2{padding: 20px 0 70px}
.ameneti-sec2 figcaption h4{font-size: 25px; color: #3B155C; font-weight: 700}
.ameneti-sec2 figcaption p{line-height: 24px}
.amenity-img{overflow: hidden; margin: 0 0 25px}
.amenity-img img{width: 100%; height: 255px; object-fit: cover; object-position: center; transition: all 1.5s ease}
.ameneti-sec2 figure:hover img{transform: scale(1.2)}
.ameneti-sec3{background: #FCF8FF; padding: 80px 0; text-align: center}
.ameneti-sec3 figure{margin: 0 0 80px}
.ameneti-sec3-img{margin-bottom: 30px; height: 200px; line-height: 200px}
.ameneti-sec3-img img{max-width: 100%; max-height: 100%}
.ameneti-sec3-img svg{width: 100px}
.ameneti-sec3 h4{color: #3B155C; font-size: 21px; margin: 0 0 20px; font-weight: 700}
.ameneti-sec3 p{line-height: 21px; color: #3B155C; font-size: 14px; padding: 0 8%}
.ameneti-sec4{padding: 90px 0}
.ameneti-sec4 h3{font-weight: 700; font-size: 35px; color: #B03E96; margin: 0 0 30px}
.ameneti-sec4 h3 span{color: #3B155C}
.ameneti-sec4 p{line-height: 30px; font-size: 18px; color: #3B155C; margin: 0 0 30px}
.ameneti-sec4 ul li{position: relative; padding-left: 30px; margin-bottom: 10px; line-height: 30px; color: #3B155C; font-size: 18px; font-weight: 500}
.ameneti-sec4 ul li:before{position: absolute; left: 0; top: 9px; content: ""; width: 10px; height: 10px; border-radius: 100%; background: #B03E96}
.ameneti-sec4 a{background: #3B155C; display: inline-block; padding: 12px 30px; color: #fff; font-weight: 500; margin: 30px 0 0}
.con-btn{background: #3B155C; color: #fff; border: none; padding: 10px 30px; font-weight: 500; cursor: pointer}
.con-sec{padding: 80px 0}
.con-sec h3{font-size: 35px; color: #703F9A; margin: 0 0 30px; line-height: 40px}
.con-sec h3 span{font-size: 17px}
.con-sec form{margin-bottom: 50px}
.con-sec ul{text-align: center}
.con-sec ul li{margin-bottom: 15px; font-weight: 700; font-size: 24px; color: #021213; float: left; width: 33.3333333%}
.con-sec ul li span{font-weight: 400; font-size: 18px}
.con-sec ul li span a{color: #021213}
.gmap{margin: 20px 0 50px; height: 530px}
.con-sec p{line-height: 24px; color: #021213; font-size: 16px}
.loc{margin: 0 0 -138px; position: relative; z-index: 1}
.loc img{width: 100%; height: 1363px; object-fit: cover}
.alsarh img{width: 39px; height: 58px; object-fit: contain; position: absolute; right: 405px; top: 740px}
.near{position: absolute; right: -60px; top: 280px}
.near ul li{position: relative; color: #fff; font-size: 20px; margin-bottom: 20px; font-weight: 500; padding-left: 50px}
.near ul li:before{position: absolute; left: 0; top: 4px; content: ""; width: 25px; height: 25px; border-radius: 100%; background: rgba(255, 255, 255, 0.48)}
.near ul li:after{position: absolute; left: 5px; top: 9px; content: ""; width: 15px; height: 15px; border-radius: 100%; background:#fff; box-shadow: 0 3px 6px rgba(0, 0, 0, .16)}
.near ul li:nth-child(2):before{background: rgba(22, 121, 173, 0.48)}
.near ul li:nth-child(2):after{background: #1679AD}
.near ul li:nth-child(3):before{background: rgba(255, 210, 21, 0.48)}
.near ul li:nth-child(3):after{background: #FFD215}
.near ul li:nth-child(4):before{background: rgba(29, 219, 204, 0.48)}
.near ul li:nth-child(4):after{background: #1DDBCC}
.near ul li:nth-child(5):before{background: rgba(21, 255, 21, 0.48)}
.near ul li:nth-child(5):after{background: #15FF15}
.near ul li:nth-child(6):before{background: rgba(207, 16, 102, 0.48)}
.near ul li:nth-child(6):after{background: #cf1066}
.near ul li:nth-child(7):before{background: #595959; opacity:0.48}
.near ul li:nth-child(7):after{background: #595959}
.near ul li:nth-child(8):before{background: rgba(13, 80, 216, 0.48)}
.near ul li:nth-child(8):after{background: #0d50d8}
.near ul li:nth-child(9):before{background: rgba(216, 137, 13, 0.48)}
.near ul li:nth-child(9):after{background: #d8890d}
.near ul li:nth-child(10):before{background: rgba(216, 185, 13, 0.48)}
.near ul li:nth-child(10):after{background: #d8b90d}
.near ul li:nth-child(11):before{background: rgba(171, 216, 13, 0.48)}
.near ul li:nth-child(11):after{background: #abd80d}
.near ul li:nth-child(12):before{background: rgba(62, 127, 44, 0.48)}
.near ul li:nth-child(12):after{background: #3e7f2c}
.dots{width: 15px; height: 15px; border-radius: 100%; background: #fff; position: relative}
.city-senter{position: absolute; top: 755px; right: 320px}
.dots::before, .dots::after{content: ""; position: absolute; top: -1rem; right: -1rem; bottom: -1rem; left: -1rem; border: 1px solid #fff; border-radius: inherit; opacity: 1; transform: scale(0); animation: circles 3s infinite;}
.dots::after{animation-delay: .5s; background: #fff}
@keyframes circles {
to {
  opacity: 0;
  transform: scale(1);
}
}
.gate-mall{position: absolute; top: 835px; right: 435px}
.gate-mall .dots{background: #1679AD}
.gate-mall .dots::after{background: #1679AD}
.gate-mall .dots::before{border-color: #1679AD}
.french-scholl{position: absolute; top: 693px; right: 414px}
.french-scholl .dots{background: #FFD215}
.french-scholl .dots::after{background: #FFD215}
.french-scholl .dots::before{border-color: #FFD215}
.qis{position: absolute; top: 670px; right: 500px}
.qis .dots{background: #1DDBCC}
.qis .dots::after{background: #1DDBCC}
.qis .dots::before{border-color: #1DDBCC}
.lebanese-school{position: absolute; top: 670px; right: 455px}
.lebanese-school .dots{background: #15FF15}
.lebanese-school .dots::after{background: #15FF15}
.lebanese-school .dots::before{border-color: #15FF15}
.katara{position: absolute; top: 270px; right: 385px}
.katara .dots{background: #cf1066}
.katara .dots::after{background: #cf1066}
.katara .dots::before{border-color: #cf1066}
.museum{position: absolute; top: 1150px; right: 255px}
.museum .dots{background: #595959}
.museum .dots::after{background: #595959}
.museum .dots::before{border-color: #595959}
.exhibition{position: absolute; top: 755px; right: 300px}
.exhibition .dots{background: #0d50d8}
.exhibition .dots::after{background: #0d50d8}
.exhibition .dots::before{border-color: #0d50d8}
.waqif{position: absolute; top: 1230px; right: 305px}
.waqif .dots{background: #d8890d}
.waqif .dots::after{background: #d8890d}
.waqif .dots::before{border-color: #d8890d}
.albida{position: absolute; top: 1045px; right: 500px}
.albida .dots{background: #abd80d}
.albida .dots::after{background: #abd80d}
.albida .dots::before{border-color: #abd80d}
.corniche{position: absolute; top: 1000px; right: 465px}
.corniche .dots{background: #d8b90d}
.corniche .dots::after{background: #d8b90d}
.corniche .dots::before{border-color: #d8b90d}
.onaiza{position: absolute; top: 645px; right: 500px}
.onaiza .dots{background: #3e7f2c}
.onaiza .dots::after{background: #3e7f2c}
.onaiza .dots::before{border-color: #3e7f2c}


.btm-img{margin-bottom: -138px; position: relative; z-index: 1}
.btm-img img{width: 100%; height: 630px; object-fit: cover; }
.vid-sec{position: relative; height: 500px; overflow: hidden}
.parallax-one {overflow: hidden; position: relative; width: 100%; background-image: url(../images/vid-sec.jpg); background-attachment: fixed; background-size: cover; background-repeat: no-repeat; background-position: top center; height: 100%;}
.vid-sec:before{position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%; background: rgba(44, 14, 70, 0.7); z-index: 1}
.vid-sec:after{position: absolute; left: 0; right: 0; top: 50%; margin: auto; transform: translateY(-50%); content: "\f04b"; width: 100px; height: 100px; border-radius: 100%; background: #2C0E46; text-align: center; line-height: 100px; color: #fff;font-family: 'FontAwesome'; z-index: 1; font-size: 40px; transition: all 0.5s ease}
.vid-sec:hover:after{transform: translateY(-50%) rotate(360deg)}
.vid-sec a{position: absolute; width: 100%; height: 100%; z-index: 11; left: 0; top: 0}
.whatsapp{position: fixed; z-index: 111; left: 80px; bottom: 66px}
.whatsapp a{width: 45px; height: 45px; display: block; border-radius: 100%; color: #fff; line-height: 45px; background: #4bec6b; text-align: center; font-size: 21px}
.social{margin: 20px 0 0}
.con-sec ul li i{width: 45px; height: 45px; line-height: 45px; font-size: 21px; border-radius: 100%; text-align: center; background: #B03E96;color: #381856; margin-bottom: 10px}
.ceo-messa{padding: 50px 0 0}
.ceo-messa ul li{display: flex; margin-bottom: 50px}
.ceo-img{width: 40%}
.ceo-img img{width: 100%; height: 400px; object-fit: cover; object-position: top center}
.ceo-txt{width: 60%; background: #ECE9F6; margin: 35px 0; padding: 50px }
.ceo-txt h4{text-transform: uppercase; color: #000; font-size: 20px; margin-bottom: 20px}
.ceo-txt h4 span{text-transform: initial; font-size: 15px; color: #3B155C}



@media (min-width:993px) and (max-width:1024px) {
	
	.shrink .wsmenu-list>li>a{padding: 15px 22px}
	.interior img{height: 170px}
	.abt-img:before, .abt-img:after, .loc img, .dots{display: none}
	.abt-sec1{margin: 120px 0 0}
	.amen-sec{width: 100%; margin: 0}
	.gal ul li{width: 31.7%}
	.near{top: 0px; left: 0; position: relative}
	.loc{background: #2c0e46; padding: 80px 0 200px}
	.abt-tp h4{display: block}
	
}

@media (min-width:768px) and (max-width:992px) {
	
	.num-loc, .land-loc, .abt-img:before, .abt-img:after, .loc img, .dots{display: none}
	.abt-sec1{margin: 20px 0 0}
	.abt{padding: 50px 0 0}
	.abt-rgtbg{height: 180px}
	.gal{padding: 70px 0}
	.gal ul li{width: 47%}
	.gal ul li:nth-child(1) img{height: 225px}
	.gal ul li:last-child{width: 96%}
	.gal ul li:last-child img{height: 300px}
	.amen-sec{width: 100%; margin: 0}
	.amen-main{padding: 0 10px 0 0px; margin: 40px 0}
	.amen-main img{width: 100%; position: relative; margin-bottom: 20px; height: 180px}
	.lcm-sec ul li{width: 50%}
	.whatsapp{left: 20px; bottom: 30px}
	.wsmenu-list>li:last-child>a:after{top: 6px; right: 14px}
	.wsmenu-list>li>a:before{width: 100%; bottom: 0}
	.ameneti-sec3-img{height: 150px; line-height: 150px; margin-bottom: 10px}
	.near{top: 0px; left: 0; position: relative}
	.loc{background: #2c0e46; padding: 80px 0 200px}
	.abt-tp h4{display: block}
}


@media (max-width:767px) {
	
	.abt:before, .num-loc, .land-loc, .abt-img:before, .abt-img:after, .loc img, .dots{display: none}
	.amen-sec:before, .abt:after, .gal:before, .gal ul li{width: 100%}
	.whatsapp{left: 8px; bottom: 16px}
	.gal ul li img, .gal ul li:nth-child(1) img, .btm-img img, .interior img{height: auto}
	.amen-main{padding: 0; margin: 40px}
	.amen-main img{position: relative; width: 100%; height: auto; margin-bottom: 20px}
	.amen-sec, .ceo-img, .ceo-txt{width: 100%; margin: 0}
	.abt-sec1{margin: 20px 0 0}
	.gal{padding: 60px 0}
	.gal ul li{margin: 7px 0}
	.lcm-sec ul{display: block}
	.lcm-sec ul li{width: 100%}
	.lcm-sec{padding: 24px 35px; border-radius: 39px;}
	footer{padding: 0 0 50px}
	.wsmenu-list>li:last-child>a:after{top: 30px; right: 14px}
	.wsmenu-list>li>a:before{bottom: 0; width: 100%}
	.abt1 ul li{float: none; width: 100%; margin-bottom: 30px;}
	.btm-img{margin: 0}
	.abt2 h3, .abt1 h3{font-size: 22px}
	.ameneti-sec3-img{height: auto; line-height: normal; margin-bottom: 20px}
	.ameneti-sec3 figure{margin-bottom: 40px}
	.con-sec ul li{float: none; width: 100%}
	.near{top: 0px; left: 0; position: relative}
	.loc{background: #2c0e46; padding: 80px 0 200px}
	.abt-tp h4, .ceo-messa ul li{display: block}
	.ceo-txt{padding: 40px}
}
