@charset "utf-8";

@font-face {
  font-family: "gatheraz";
  src: url('../fonts/gatheraz.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  overflow: hidden;
  background-color: #ffffff;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #247d51;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  box-sizing: content-box;
  /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

.container:after,
.container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
  margin: 0;
  padding: 0;
  font-family: "Exo", sans-serif;
}
img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  display: block;
}

button,
input {
  -webkit-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
a {
  text-decoration: none !important;
}
p {
  margin: 0;
  padding: 0;
  font-family: "Exo", sans-serif;
}
.position-relative {
  position: relative;
}
/**************global css end*******/
#prelodaer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 999;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}

span.menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E03219;
  height: 30px;
  width: 30px;
}
span.menu-icon svg {
  fill: #136CFC;
}
img.header-logo {
  height: 70px;
  width: auto;
}
.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.top-menu-iw .tm-icon img {
  height: 20px;
  width: 20px;
}
.tm-icon {
  height: 40px;
  width: 40px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  background-color: transparent;
  transition: all ease 0.3s;
}
.tm-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-menu-iw:hover .tm-icon {
  background-color: #ffffff;
  transition: all ease 0.3s;
}

.top-menu-iw img.theme-icon {
  opacity: 0;
}
.top-menu-iw img.white-icon {
  opacity: 1;
}
.top-menu-iw:hover img.theme-icon {
  opacity: 1;
}
.top-menu-iw:hover img.white-icon {
  opacity: 0;
}

a.top-menu-iw {
  display: flex;
  align-items: center;
  gap: 10px;
}
.right-top-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.headerFix {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
header.main_header {
  height: 100px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9;
  box-shadow: 1px 1px 20px #0000001f;
}
.banner {
    margin-top: 100px;
    position: relative;
}
img.map-location {
    margin-top: 30px;
}
img.main-banner-image {
  height: 80vh;
  width: 100%;
  object-fit: contain;
}
.banner .owl-theme .owl-nav.disabled+.owl-dots {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 10%;
  left: 5%;
  margin-right: 40px;
}
.owl-theme .owl-dots .owl-dot {
  width: 25px;
}
.banner .owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 8px;
  background: #ffffff47;
}
.banner .owl-theme .owl-dots .owl-dot.active span, 
.banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
h2.heading_txt {
  color: #4B006E;
  text-align: center;
  font-family: Playfair;
  font-size: 84px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 60px;
  letter-spacing: -6.72px;
}
h2.heading_txt_2 {
    color:  #4B006E;
    font-family: Playfair;
    font-size: 84px;
    font-style: normal;
    font-weight: 400;
    line-height: 77px;
    letter-spacing: -6.72px;
}
.text_content {
  font-size: 16px;
  letter-spacing: .5px;
  font-weight: 500;
  padding-bottom: 20px;
  color: #4A4A4A;
  text-align: center;
  line-height: 2;
}
a.read-more {
  display: inline-flex;
  padding: 14px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 2px solid #4b006e;
  color: #4b006e;
}
.social-media-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #ffffff;
}
.social-media-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  color: #ffffff;
}
p.heading-text-subheading {
    color: #000;
    text-align: center;
    font-family: "Roboto Slab";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.68px;
}
.single-box img {
  height: 90px;
}
.single-box p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.8px;
  margin-top: 33px;
}
.single-box-wrapper {
  margin-top:100px
}
.presence {
  display: flex;
  align-items: stretch;
  margin-top: 100px;
}
.presence-left {
  background-color: #033A95;
  width: 40%;
  padding: 45px 38px;
}
.presence-right {
  background-color: #3C84FC;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
p.presence-title {
  color: #FFF;
  font-family: Exo;
  font-size: 115px;
  font-style: normal;
  font-weight: 600;
  line-height: 103px;
  letter-spacing: -8.05px;
}
.location-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
a.single-location {
  display: inline-flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #3C84FC;
  border-radius: 100px;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  min-width: 170px;
  opacity: 0.5;
  cursor: pointer;
  transition: all ease 0.3s;
}
a.single-location.active {
  opacity: 1;
  transition: all ease 0.3s;
}
.map-marker {
  height: 60px;
  width: 60px;
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-out;
}
.map-marker.active {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s ease-out;
}
.world-map-wrapper {
  position: relative;
}
span.map-marker.latin-america {
  bottom: 130px;
  left: 170px;
}
span.map-marker.manchester {
  top: 0px;
  left: 260px;
}
span.map-marker.uzbekistan {
  top: 50px;
  right: 200px;
}
span.map-marker.india {
  top: 110px;
  right: 145px;
}
.why-choose-us {
  margin-top: 60px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 60px;
  padding-bottom: 40px;
}
.why-choose-us .single-box p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.64px;
}
.why-choose-us p.heading-text-subheading {
  margin-bottom: 40px;
}
.unp p.heading-text-subheading {
  margin-bottom: 10px;
}
.unp-wrapper-inner {
  display: flex;
  align-items: stretch;
}
.unp-left {
  width: 60%;
}
.unp-right {
  width: 40%;
}
.unp-left img {
  height: 500px;
  object-fit: cover;
  object-position: top;
}
.unp-right {
  width: 40%;
  background: #3C84FC;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 70px;
}
p.unp-heading {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.8px;
}
p.unp-sub-heading {
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.64px;
  margin-top: 10px;
}
.unp-wrapper {
  margin-top: 40px;
}
.unp-wrapper .owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  bottom: 20px;
  right: 17%;
}
.unp-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 8px;
}
.unp-wrapper .owl-theme .owl-dots .owl-dot span {
  margin: 5px 7px;
  background: #ffffff26;
  display: block;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.unp-wrapper .owl-theme .owl-dots .owl-dot.active span, 
.unp-wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
span.tm-text {
  color: #ffffff;
  font-size: 15px;
  text-decoration: underline;
}
.social-media-header a,
.social-media-footer a {
  color: #ffffff;
  font-size: 18px;
}
img.banner-logo {
  width: 500px !important;
  filter: drop-shadow(2px 4px 6px black);
}
.menu-ham {
  cursor: pointer;
  margin-left: 20px;
}
.menu-ham i {
  font-size: 30px;
  color: #ffffff;
}
.single-product-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.latest-products {
  background-color: #E4EEFF;
  padding: 50px 0px;
}
.single-product {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
}
img.single-p-img {
  height: 200px;
  width: 200px !important;
  object-fit: contain;
}
p.single-p-text {
  color: #000;
  text-align: center;
  font-family: Exo;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.8px;
  margin-top: 30px;
}
.latest-products h2.heading_txt {
  margin-bottom: 40px;
}
.latest-products .owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 8px;
}
.latest-products .owl-theme .owl-dots .owl-dot.active span, 
.latest-products .owl-theme .owl-dots .owl-dot:hover span {
  background: #136CFC;
}
.latest-products .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
}
.latest-products .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 50px;
}
.sm-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  background: linear-gradient(90deg, #033A95 0%, #3C84FC 100%);
  height: 150px;
}
.sm-wrapper a:hover {
  background-color: #1754B9 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: all ease 0.3s;
}
.sm-wrapper a {
  height: 68px;
  width: 68px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 30px;
  cursor: pointer;
  transition: all ease 0.3s;
  color: #1754B9 !important;
}
footer {
  padding: 60px 0px 20px;
}
.single-f-column p {
  color: #136CFC;
  font-family: Exo;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.8px;
}
.single-f-column ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 25px;
  margin-top: 25px;
}
.single-f-column ul li a {
  color: #6B6B6B !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.28px;
  cursor: pointer;
  transition: all ease 0.3s;
}
.single-f-column ul li a:hover {
  color: #136CFC !important;
}
.footerbottom {
  padding-top: 35px;
}
.footerbottom  p.subheading {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.24px;
  text-align: center;
}
.footerbottom  p.dm {
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.24px;
  text-align: center;
  opacity: 0.4;
}
.footerbottom  p.dm a {
  color: #ffd014
}
.agn-back-to-top {
  display: block;
  gap: 5px;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: -100px;
  z-index: 3;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f0aa12 100%);
  transition: all 0.8s ease;
  border-radius: 5px;
}
.agn-back-to-top.show{
  bottom: 30px;
  transition: all 0.8s ease;
}
.agn-back-to-top .icon {
  font-size: 18px;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: agn-scroll-up 3s linear infinite;
}
.agn-back-to-top .icon i {
  margin: 9px 0;
}
@keyframes agn-scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.single-f-column iframe {
  margin-top: 30px;
}
.side-menu {
  position: absolute;
  background-color: #4a016de3;
  z-index: 2;
  top: -1000px;
  width: 20%;
  opacity: 0;
  /* right: 0px; */
  padding: 60px 0px 60px 60px;
  /* border-radius: 6px; */
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: all ease 0.8s;
  box-shadow: 90px 74px 250px 0px rgba(0, 0, 0, 0.25);
}
.side-menu.active {
  opacity: 1;
  top: 100px;
  transition: all ease 0.5s;
}
a.close-sidemnu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  right: 30px;
  border: 1px solid #ffffff;
  color: #ffffff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
}
a.close-sidemnu:hover {
  background-color: #ffffff;
  color: #4b016d;
}
a.home-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.home-wrapper img {
  height: 20px;
  width: 20px;
}
.home-wrapper span {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.8px;
}
ul.side-menu-ul {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.side-menu button.accordion-button {
  padding: 0px;
  background-color: transparent !important;
}
.side-menu .accordion-item {
  border: 0px;
}
.side-menu .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.side-menu .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.side-menu .accordion-button::after {
  display: none;
}
.accordion-body {
  padding: 25px 40px 0px;
}
.side-menu .accordion {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.sub-menu {
  display: flex;
  flex-direction: column;
  gap:20px;
}
.sub-menu a {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.48px;
  cursor: pointer;
}
.sub-menu a:hover,
a.home-wrapper:hover span{
  color: #ffffffb7 !important;
}
.menu-ham {
  cursor: pointer;
  display: none;
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 25px;
}

.icon-wrapper img {
    height: 25px;
    width: 25px;
}
.call-section .icon-text {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.32px;
}
.banner-heading {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.banner-btn {
  display: inline-flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #FFF;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.64px;
}
.mobileBanner{
  position: relative;
}
.mobileBanner::after {
  position: absolute;
  content: "";
  background-color: #00000069;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* About Us  */

.bread-banner {
  background-image: url(../images/amrs/bread-baner.png);
  background-size: cover;
  height: 240px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bread-banner h1 {
  color: #ffffff;
  font-size: 35px;
  margin-bottom: 2px;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0px;
}
.text-left {
  text-align: left !important;
}
.main-sec {
  padding: 50px 0px 10px;
}
.breadcrumb a {
  color: #ffffff !important;
}
.abt.unp-wrapper {
  background-image: url(../images/amrs/vi-img.png);
  background-size: cover;
  height: 340px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.s-a-slide {
  display: flex;
  align-items: center;
  padding: 0px 10%;
}
p.sa-heading {
  color: #033A95;
  font-size: 68px;
  font-style: normal;
  font-weight: 600;
  line-height: 76px;
  letter-spacing: -6.16px;
}
p.sa-subheading {
  color: #000;
  font-family: Exo;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -1px;
  width: 80%;
  margin-top: 10px;
}
.sa-left,
.sa-right {
  width: 50%;
}
.sa-right img {
  height: 300px;
}
.abt.unp-wrapper .owl-theme .owl-nav.disabled+.owl-dots {
  right: 50%;
  transform: translateX(50%);
  bottom: 0px;
}
.abt.unp-wrapper .owl-theme .owl-dots .owl-dot span {
  background: #00000026;
}
.abt.unp-wrapper .owl-theme .owl-dots .owl-dot.active span {
  background: #000000;
}
.main-ov {
  color: #033A95;
  text-align: center;
  font-family: Exo;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 76px; /* 158.333% */
  letter-spacing: -3.36px;
}
.main-ov-content {
  color: #000;
  text-align: center;
  font-family: Exo;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 128.571% */
  letter-spacing: -1.96px;
}
.new-ov {
  background-image: url(../images/amrs/new-ov.png);
  background-size: cover;
  height: 240px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-sec {
  background: linear-gradient(180deg, #FAF7AC 0%, #EEBF01 100%);
}
.flower-top {
  position: relative;
  border: 1px solid #4b006e0f;
}
.flower-top.purple-bg {
  border: 1px solid #ffffff1f;
}
.flower-top img {
  position: absolute;
  height: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f9ef92;
  width: 45px;
}
.flower-top.white-bg img {
  background-color: #ffffff;
}
.flower-top.purple-bg img {
  background-color: #1f002c;
}
.section {
  padding: 80px 0px;
}
.single-hotel-wrapper img {
  width: 100%;
  height: auto;
}
.single-hotel-wrapper {
    position: relative;
}
p.single-hotel-text {
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sh-flower img {
    height: 20px;
    width: 20px;
}


.across-globe .owl-stage {
  right: 80px;
}
.slider-section-globe {
  padding-left: 3%;
}
.across .row {
  align-items: center;
  padding-left: 10%;
}
button.custom-prev, button.custom-next,
button.custom-prev-current, button.custom-next-current {
    width: 92px;
    height: 40px;
    background-color: transparent;
    border: 2px solid #4b006e;
    color: #4b006e;
    border-radius: 60px;
}
.carousel-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 20px;
    padding-right: 10%;
}
span.sh-text {
    color: #FFF;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.8px;
}
span.sh-line {
    height: 1px;
    opacity: 0.2;
    background: #FFF;
    margin-left: 30px;
    margin-right: 20px;
    flex: 1;
}
.heading-text-subheading.light {
    color: #5E5E5E;
    font-family: "Roboto Slab";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.56px;
    text-align: left;
}
.relative {
  position: relative;
}
.lp {
  padding: 100px 0px;
}
.theme-bg {
    background-color: #F0AA14;
}
h2.title-2 {
    color: #EEBF01;
    font-family: Playfair;
    font-size: 84px;
    font-style: normal;
    font-weight: 400;
    line-height: 77px;
    letter-spacing: -6.72px;
}
p.text-2 {
    color: #FFF;
    font-family: "Roboto Slab";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.68px;
}
.revolution-img-wrapper {
    position: relative;
}
img.revolution-img {
    position: absolute;
    width: 100%;
    right: 0px;
    border-radius: 0px;
}
.lp-2 {
  padding: 100px 0px 150px;
}
p.sni {
  color: #4B006E;
  text-align: center;
  font-family: Playfair;
  font-size: 84px;
  font-style: normal;
  font-weight: 400;
  line-height: 77px;
  letter-spacing: -6.72px;
}
p.sni-text {
    color: #000;
    text-align: center;
    font-family: "Roboto Slab";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.68px;
}

.current-property {
    padding: 70px 0px;
}

.current-property .owl-item:nth-of-type(odd) .item {
  position: relative;
  margin-top: -50px;
}

.current-property .owl-item:nth-of-type(even) .item {
  position: relative;
  margin-top: 50px;
}
.cp-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.cp-content::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 34px;
  opacity: 0.5;
}
span.hotel-location {
    color: #FFF;
    font-family: "Roboto Slab";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
span.hotel-name {
    color: #FFF;
    font-family: Playfair;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
.sc-content-wrapper {
  position: absolute;
  z-index: 1;
  left: 8%;
  right: 8%;
  bottom: 8%;
  background-color: #ffffff;
  border-left: 5px solid #EEBF01;
  padding: 5%;
  min-height: 200px;
}
.single-culture {
    position: relative;
}
p.sc-heading {
    color: #4B006E;
    font-family: Playfair;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -3.36px;
}
p.sc-subheading {
  color: #5E5E5E;
  font-family: "Roboto Slab";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.56px;
}
.footer {
    background-color: #121212;
    padding: 80px 0px 40px;
    position: relative;
}
.footer-single-option a {
    display: flex;
    align-items: center;
    gap: 15px;
}

img.icon-wrapper-footer {
    height: 70px;
    width: 70px;
}
img.footer-icon {
    position: absolute;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.footer .col-md-4:nth-child(2) .footer-single-option {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .col-md-4:nth-child(3) .footer-single-option {
  display: flex;
  align-items: center;
  justify-content: center;
}
p.copyright-text {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 200% */
  letter-spacing: -0.24px;
}
.theme-text {
  color: #F0AA14;
}
.footer-menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.footer-menu-wrapper a {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 200% */
  letter-spacing: -0.24px;
}
.top-menu-iw-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}
a.header-menu-item {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.84px;
    transition: all ease 0.3s;
}
a.header-menu-item.active,
a.header-menu-item:hover {
  color: #f1ab15;
  transition: all ease 0.3s;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
}
a.call-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid #000000;
  background-color: transparent;
  transition: all ease 0.3s;
}
.call-section:hover {
  cursor: pointer;
}
.call-section:hover .icon-wrapper {
  border: 2px solid #f1ab15;
  background-color: #f1ab15;
  transition: all ease 0.3s;
}
.call-section:hover .icon-text {
  color: #f1ab15;
}
.theme-heading {
  color: #FFF;
  font-family: "Bebas Neue";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -1.2px;
}

a.theme-btn {
  display: flex;
  width: 150px;
  height: 50px;
  padding: 14px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #F0AA14;
  background: #F0AA14;
  color: #000;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -0.32px;
  position: relative;
  transition: all ease 0.3s;
}
a.theme-btn:hover {
  background-color: #000000;
  color: #F0AA14;
  border: 1px solid #F0AA14;
  transition: all ease 0.3s;
  cursor: pointer;
}
a.theme-btn:active {
  scale: 0.95;
}
.banner-navigation {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
}
a.banner-nav-icon {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 50%;
    font-size: 22px;
    background-color:transparent;
    transition: all ease 0.3s;
}
a.banner-nav-icon:hover {
  background-color: #ffffff;
  color: #000000;
  transition: all ease 0.3s;
  cursor: pointer;
}
a.banner-nav-icon:active {
  scale: 0.90;
}
.banner-navigation span {
    color: #ffffff;
}
.body-content {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.8px;
}
.sgl {
    color: #000;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.8px;
}
.about-right {
    position: relative;
}
.circle-wrapper {
    position: absolute;
    top: -50px;
    left: -50px;
    transform: rotate(-20.609deg);
    filter: drop-shadow(30px 54px 114px rgba(0, 0, 0, 0.55));
}
img.circle-edaran-2 {
    position: absolute;
    top: 50%;
    height: 100px;
    left: 50%;
    width: 100px;
    transform: translate(-50%, -50%);
}

.circle-edaran {
  height: 220px;
  width: 220px;
  animation: rotateCircle 6s linear infinite;
}
@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
img.about-img {
    border-top: 14px solid #f0aa12;
}
.global {
  position: relative;
}
.global-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.global-heading-wrapper {
    background-image: url(../images/edaran/global-legacy-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 85px;
    background-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
}
.global-heading-wrapper .theme-heading {
    position: relative;
    top: 3px;
}
.fade-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -10%;
}
.iws-heading-wrapper {
  position: relative;
  z-index: 3;
}
.single-iws img {
    height: 280px;
    width: auto;
}
.single-iws {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    position: relative;
}
.iws-content {
    position: absolute;
    z-index: 4;
    top: 95%;
    background-color: #ffffff;
    border-left: 6px solid #000000;
    padding: 20px 15px 20px 15px;
    width: 90%;
}
.iws-content p {
    color: #F0AA14;
    font-family: "Bebas Neue";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.44px;
}
.iws {
  padding-bottom: 200px;
  position: relative;
}
.iws-content-area {
  margin-top: 60px;
}
img.ya-one {
  position: absolute;
  left: 0px;
  height: 50px;
  top: 99%;
  width: auto;
}
img.ya-two {
  position: absolute;
  transform: scaleX(-1);
  right: 0px;
  height: 50px;
  top: 99%;
  width: auto;
}
.valued {
  padding: 15px 0px 50px;
}
.valued-content-area {
  padding: 80px 0px 40px;
}
.scp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.single-current-property {
  height: 250px;
  width: 250px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -25px;
}
img.valued-customer-image {
  width: 65% !important;
}
.valued-customer.owl-theme .owl-dots .owl-dot.active span {
    background: #F0AA14;
}
.valued-customer.owl-theme .owl-dots .owl-dot span {
  background: #F9E5B9;
}
.valued-customer.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
}
.valued-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.single-sez img {
    height: 150px;
    width: auto;
}
.sez-content p {
    color: #000;
    font-family: "Bebas Neue";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.44px;
}
.single-sez {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}
.sez {
  padding-bottom: 90px;
  position: relative;
}
.why-choose .row {
  margin-top: 50px;
}
.it-text-wrapper {
    background: #FFF;
    box-shadow: 0 44px 94px 0 rgba(0, 0, 0, 0.09);
    width: 80%;
    border-left: 4px solid #f0aa12;
    padding: 15px;
    bottom: -30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.it-wrapper {
    position: relative;
}
p.it-text {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.84px;
}
.why-choose .dual-text {
  margin-top: 50px;
}
.why-choose .dual-text {
  margin-top: 110px;
  text-align: center;
  margin-bottom: 60px;
}
.dual-text {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
}
.dual-text a {
  color: #F0AA14 !important;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.7px;
}
.single-tl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.single-tl-content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
img.single-tl-image {
  height: 22px;
  width: 22px;
  position: relative;
  top: 4px;
}
.tl-content {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 40%;
}
.tl-heading p {
    color: #F0AA14;
    font-family: "Bebas Neue";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.52px;
}
.tl-icon img {
    height: 150px;
    width: 150px;
}
.tl-icon {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.tl-heading {
    width: 40%;
}
.single-tl.reverse {
  flex-direction: row-reverse;
}
.time-line-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 120px;
}
.center-line {
  position: absolute;
  width: 1px;
  top: 0px;
  bottom: 0px;
  background: #E1E1E1;
  left: 50%;
  transform: translateX(-50%);
}
.center-line::before {
  content: "";
  position: absolute;
}
.time-line-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 120px;
  padding: 100px 0px;
  margin-top: 80px;
}
.center-line::before {
    content: "";
    position: absolute;
    background: #000000;
    height: 10px;
    width: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}
p.footer-heading {
    color: #F0AA14;
    font-family: "Bebas Neue";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
}
.footer .body-content {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.5px;
    margin-bottom: 50px;
}
.footer-single-option .fso-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.fsi-icon-wrapper {
    position: relative;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F0AA14;
    border-radius: 50%;
    transition: all ease 0.3s;
}

.footer-single-option .fso-wrapper:hover .fsi-icon-wrapper {
  background-color: #F0AA14;
    transition: all ease 0.3s;
}

.fsi-icon-wrapper img {
    width: 30px;
    height: 30px;
    position: absolute;
    transition: all ease 0.3s;
}
.fsi-icon-wrapper .theme-icon{
  opacity: 1;;
}
.fsi-icon-wrapper .white-icon {
  opacity: 0;
}
.footer-single-option .fso-wrapper:hover .fsi-icon-wrapper .theme-icon {
  opacity: 0;
}
.footer-single-option .fso-wrapper:hover .fsi-icon-wrapper .white-icon {
  opacity: 1;
}
.footer-icon-text {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
}
.fso-wrapper a {
  color: #ffffff !important;
}
img.ba-one {
    position: absolute;
    left: 0px;
    height: 50px;
    top: -48px;
    width: auto;
}
img.ba-two {
    position: absolute;
    right: 0px;
    height: 50px;
    top: -48px;
    width: auto;
    transform: scaleX(-1);
}
.footer-redq-wrapper {
  text-align: right;
}
a.theme-btn {
  width: 130px;
  height: 40px;
}
.design-redoq a{
  /* opacity: 0.3; */ 
  color: #F0AA14;
}
.history {
  position: relative;
}
.history-image-1 {
  position: absolute;
  right: 0px;
  top: 0px;
}
.history-image-2 {
    position: absolute;
    left: -100px;
    bottom: 30%;
    height: 300px;
    width: auto;
}
.history-image-1 {
    position: absolute;
    right: -100px;
    top: 0px;
    height: 300px;
    width: auto;
}
.single-tl.reverse .tl-heading p {
  text-align: right;
}
.menu-close,
.menu-icon {
  display: none;
}
.inner-banner {
  background: url(../images/edaran/inner-page-banner.png);
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0px;
  justify-content: center;
}
.breadcrumb a {
  color: #FFF;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.breadcrumb a.active {
  color: #F0AA14 !important;
}
p.s-mac-text {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.08px;
    padding-left: 10px;
    border-left: 4px solid #f0aa12;
    margin-bottom: 40px;
}
img.mac-image {
    margin-bottom: 30px;
}
.about-page .single-current-property {
    margin-right: -20px;
    background-color: #ffffff;
}
p.ces-text {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.2px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    border-left: 5px solid #f0aa12;
    padding: 15px;
    text-shadow: 1px 1px #0000007d;
}
.products .it-wrapper {
  margin-bottom: 80px;
}
.it-text-wrapper {
  min-height: 100px;
}
.single-ces {
  position: relative;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  padding: 20px;
}
.gallery-item {
    position: relative;
}

.gallery-item {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    overflow: hidden;
    border-radius: 0px;
}
.gallery-item img {
    width: 100%;
    height: 350px;
    display: block;
    border-radius: 0px;
    transition: transform 0.6s ease-in-out;
    object-fit: cover;
}
.sc-text {
  color: #000;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.5px;
  text-transform: capitalize;
  margin: 30px 0px;
}
.single-contact a {
  color: #172841;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.64px;
}
.single-contact img {
    height: 100px;
    width: 100px;
}
.single-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    padding: 30px;
    min-height: 300px;
}
p.contact-text {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.8px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-text span {
    background-color: #000000;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
input.theme-input {
    border: 1px solid #000;
    height: 50px;
    padding: 15px;
    width: 100%;
    margin-bottom: 35px;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    outline: none;
    box-shadow: none;
}
.theme-text-area {
    border: 1px solid #000;
    height: 50px;
    padding: 15px;
    width: 100%;
    margin-bottom: 35px;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    min-height: 140px;
    resize: none;
    outline: none;
    box-shadow: none;
}
form {
    margin-top: 30px;
}
.contact-section {
  padding-bottom: 100px !important;
}
.section.about {
  padding: 100px 0px;
}



.thumbs-up {
  height: 60px;
  width: 60px;
  display: flex;
  margin: 0 auto;
}
.tyh svg{
  fill: #D4B1C9;
}
p.ty-sub {
  margin: 0px 0px 20px 0px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
p.ty-p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.spinner {
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  animation: spin 1s linear infinite;
  margin-left: 2px;
  transition: all ease 0.3s;
  position: absolute;
  right: 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
p.error-message {
    position: absolute;
    bottom: 12px;
    font-size: 12px;
    color: #F44336;
    left: 5px;
}
.form-input-wrapper {
    position: relative;
}
.strong {
  font-weight: 600;
}

/*====================================================== Responsive ========================================*/

@media only screen and (max-width: 767px) {
  .c-head {
    padding-top: 0px;
    margin-top: 50px;
    font-size: 45px !important;
    font-weight: 700;
  }
  .section.about {
    padding: 40px 0px;
  }
  .contact-section {
    padding-bottom: 50px !important;
  }
  iframe {
    margin-top: 40px;
    height: 400px;
  }
  .single-contact {
    margin-bottom: 20px;
  }
  .products .it-wrapper {
    margin-bottom: 20px;
  }
  p.it-text {
    font-size: 17px;
  }
  .single-ces {
    margin-bottom: 30px;
  }
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-item img {
    width: 100%;
    height: auto;
  }
  .s-mac {
    margin-bottom: 100px;
  }
  .history-image-2 {
    position: absolute;
    left: -100px;
    bottom: unset;
    height: 150px;
    width: auto;
    top: 70px;
  }
  .history-image-1 {
    position: absolute;
    right: -100px;
    top: 120px;
    height: 150px;
    width: auto;
  }
  .single-tl.reverse .tl-heading p {
    text-align: center;
  }
  .menu-close {
    height: 40px;
    width: 40px;
    background-color: #f0ab111f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #f0ab11 !important;
    border: 1px solid #f0ab11;
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all ease 0.3s;
  }
  .menu-close:active {
    scale: 0.9;
    transition: all ease 0.3s;
  }
  .overlay {
    position: absolute;
    background-color: #000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
  }
   .overlay.show {
    position: absolute;
    background-color: #000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100vh;
    opacity: 0.5;
    visibility: visible;
    transition: all ease 0.3s;
  }
  .header-menu {
    align-items: flex-start;
    gap: 45px;
    flex-direction: column;
  }
  .menu-full {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    position: absolute;
    right: -70vw;
    top: 0px;
    bottom: 0px;
    background: #ffffff;
    height: 100vh;
    padding: 80px 30px;
    width: 65vw;
    background: linear-gradient(0deg, rgb(255 219 142) 0%, rgba(255, 255, 255, 1) 80%);
    z-index: 2;
    transition: all ease 0.3s;
  }
  .menu-full.slidein {
    right: 0px;
    transition: all ease 0.3s;
  }
  a.header-menu-item {
    font-weight: 500;
  }
  a.header-menu-item.active {
    font-weight: 700;
  } 
  .right-top-menu {
    gap: 15px;
  }
  .icon-wrapper {
    height: 30px;
    width: 30px;
    border: 1px solid #000000;
  }
  .icon-wrapper img {
    height: 15px;
    width: 15px;
  }
  .call-section .icon-text {
    flex: 1;
    font-size: 14px;
  }
  a.call-section {
    /* flex: 1; */
  }
  a.menu-icon {
    height: 40px;
    width: 40px;
    background-color: #f0ab111f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #f0ab11;
    border: 1px solid #f0ab11;
    font-size: 20px;
    scale: 1.0;
    transition: all ease 0.3s;
  }
  a.menu-icon:active {
    scale: 0.9;
    transition: all ease 0.3s;
  }
  p.footer-heading {
    line-height: 1;
  }
  .footer {
    padding: 60px 0px 40px;
  }
  .tl-icon img {
    height: 100px;
    width: 100px;
  }
  .single-tl.reverse {
    flex-direction: column-reverse;
  }
  .tl-heading {
    width: 90%;
    text-align: center;
  }
  .tl-content {
    width: 90%;
  }
  .single-tl {
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
    flex-direction: column-reverse;
    z-index: 1;
    gap: 30px;
  }
  .time-line-wrapper {
    padding: 60px 0px;
    margin-top: 40px;
    gap: 40px;
  }
  .single-tl {
    flex-direction: column-reverse;
  }
  .history .theme-heading {
    margin-bottom: 20px;
  }
  .body-content br {
    display: none;
  }
  .why-choose .dual-text {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  /* p.it-text {
    min-height: 70px;
  } */
  .why-choose .row {
    margin-top: 40px;
  }
  .it-wrapper {
    position: relative;
    margin-bottom: 20px;
  }
  .it-text-wrapper {
    width: 90%;
    border-left: 2px solid #f0aa12;
    padding: 10px;
    bottom: 10px;
  }
  .iws-content-area {
    margin-top: 30px;
  }
  .sez-content p {
    font-size: 25px;
    text-align: center;
  }
  .single-sez img {
    height: 100px;
  }
  .single-sez {
    align-items: center;
    gap: 25px;
    justify-content: center;
    margin-bottom: 30px;
  }
  .single-current-property {
    height: 150px;
    width: 150px;
    margin-right:10px;
    margin-bottom: 10px;
  }
  .scp {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .valued-content-area {
    padding: 50px 0px 10px;
  }
  .valued {
    padding: 50px 0px 50px;
  }
  img.ya-two,
  img.ya-one {
    height: 10px;
  }
  img.ba-one, 
  img.ba-two {
    height: 10px;
    top: -10px;
  }
  .single-iws {
    margin-bottom: 30px;
  }
  .iws-content {
    position: unset;
  }
  .banner .theme-heading {
    font-size: 42px;
  }
  .banner-content {
    top: 40%;
  }
  img.dot-world {
    position: absolute;
  }
  .global {
    padding-bottom: 55px;
    padding-top: 20px;
  }
  .sgl {
    font-size: 16px;
  }
  .global-heading-wrapper {
    height: 45px; 
  }
  .global-content {
    position: unset;
    left: 50%;
    top: 50%;
    transform: translate(0%, 0%);
    width: 100%;
  }
  .global .theme-heading {
    top: 2px;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.2px;
  }
  img.circle-edaran-2 {
    height: 50px;
  }
  .about-right {
    margin-top: 60px;
  }
  .circle-edaran {
    height: 150px;
    width: 150px;
  }
  .circle-wrapper {
    position: absolute;
    top: -30px;
    left: 10px;
  }
  .theme-heading {
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.2px;
  }
  .theme-heading br {
    display: none;
  }
  a.banner-nav-icon {
    height: 30px;
    width: 30px;
    font-size: 18px;
  }
  .side-menu.active {
    top: 150px;
  }
  .footer-menu-wrapper {
    margin: 30px 0px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 25px;
  }
  /* .banner {
    margin-top: 150px;
  } */
  .top-menu-iw-wrapper {
      position: absolute;
      right: 20px;
      left: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      top: 15px;
      gap: 30px;
  }
  /* header.main_header {
    height: 150px;
    align-items: flex-end;
    padding-bottom: 20px;
  } */
  h2.heading_txt,
  h2.heading_txt_2,
  h2.title-2 {
    font-size: 70px;
    letter-spacing: -4.72px;
  }
  .heading-text-subheading.light {
    text-align: center;
  }
  p.text-2 {
    margin-bottom: 40px;
  }
  .section.number-section {
    padding-top: 400px;
  }
  .single-number-item {
    margin-bottom: 30px;
  }
  .carousel-btn-wrapper {
    justify-content: center;
    padding-right: 0px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .slider-section-globe {
    padding-left: 0%;
  }
  .across-globe .owl-stage {
    right: 0px;
  }
  img.banner-logo {
    width: 300px !important;
  }
  .current-property .owl-item:nth-of-type(odd) .item,
  .current-property .owl-item:nth-of-type(even) .item {
    margin-top : 0px
  }
  .across .row {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu-ham {
    margin-right: 20px;
  }
  .heading_txt_2 {
    text-align: center !important;
  }
  .heading_txt_2 br {
    display: none;
  }
  .current-property {
    padding: 50px 0px 10px;
  }
  .single-culture {
    margin-bottom: 15px;
  }
  .footer-single-option.fm {
    justify-content: center !important;
  }
  .footer .col-md-4:nth-child(1) .footer-single-option,
  .footer .col-md-4:nth-child(2) .footer-single-option,
  .footer .col-md-4:nth-child(3) .footer-single-option {
    justify-content: center;
    margin-bottom: 50px;
  }
  .footer .col-md-4:nth-child(3) .footer-single-option {
    margin-bottom: 20px;
  }
  p.copyright-text {
    text-align: center;
  }
  .social-media-footer {
    justify-content: center;
    margin-bottom: 40px;
  }

  .main-ov-content {
    font-size: 21px;
    letter-spacing: 0px;
  }

  .main-ov-content br {
    display: none;
  }
  .abt.unp-wrapper {
    margin-top: 20px;
  }
  .text_content br {
    display: none;
  }
  img.main-sec-img {
    border-radius: 10px;
  }
  .main-sec {
    padding: 15px 0px 10px;
  }
  .bread-banner {
    height: 140px;
  }
  .about-sec .section .text_content.mt-5 {
    margin-top: 20px !important;
  }
  .sa-right img {
    height: 280px;
    margin-top: 50px;
  }
  p.sa-heading {
    font-size: 58px;
    letter-spacing: -3.16px;
  }
  p.sa-subheading {
    width: 100%;
  }
  .sa-left, .sa-right {
    width: 100%;
  }
  .abt.unp-wrapper {
    flex-direction: column;
    padding: 40px 0px;
    height: fit-content;
  }
  .s-a-slide {
    padding: 0px 4%;
    flex-direction: column;
  }
  .section.about-secp {
    padding: 0px 0px 40px;
  }
  .main-sec h2.heading_txt {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  img.main-banner-image {
    height: 60vh;
  }
  .banner-heading {
    font-size: 22px;
    line-height: 1.3;
  }
  .banner-btn {
    padding: 6px 25px;
    font-size: 14px;
  }
  .section {
    padding: 40px 0px;
  }
  
  h2.heading_txt br {
    display: none;
  }
  p.heading-text-subheading {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .text_content {
    font-size: 14px;
  }
  .single-box-wrapper {
    margin-top: 50px;
  }
  .single-box img {
    height: 70px;
    width: auto;
  }
  .single-box p {
    font-size: 17px;
    margin-top: 10px;
  }
  .single-box {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .presence {
    margin-top: 30px;
    flex-direction: column;
  }
  .presence-left {
    width: 100%;
    padding: 30px 20px;
  }
  p.presence-title {
    font-size: 48px;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
  }
  .location-wrapper {
    flex-direction: row;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  a.single-location {
    min-width: 150px;
    padding: 10px 20px;
  }
  .presence-right {
    width: 100%;
    padding: 20px;
  }
  .map-marker {
    height: 30px;
    width: 30px;
  }
  span.map-marker.latin-america {
    bottom: 30%;
    left: 25%;
  }
  span.map-marker.manchester {
    top: -2%;
    left: 39%;
  }
  span.map-marker.uzbekistan {
    top: 9%;
    right: 29%;
  }
  span.map-marker.india {
    bottom: 60%;
    right: 22%;
    top: unset;
  }
  .why-choose-us {
    margin-top: 50px;
    margin-bottom: 40px;
    padding-bottom: 0px;
  }
  .row.wcu .col {
    width: 50%;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .row.wcu {
    width: 100vw;
    padding: 0px;
    margin: 0px;
    justify-content: center;
  }
  .unp-wrapper-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .unp-left, .unp-right {
    width: 100%;
  }
  .unp-right {
    padding: 50px 20px 80px;
  }
  .unp-wrapper .owl-theme .owl-nav.disabled+.owl-dots {
    right: 50%;
    transform: translateX(50%);
  }
  .single-product-wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .single-product {
    width: 45%;
  }
  img.single-p-img {
    height: 150px;
    width: 150px !important;
    margin: 0 auto;
  }
  .sm-wrapper a {
    height: 50px;
    width: 50px;
    font-size: 22px;
  }
  .sm-wrapper {
    height: 110px;
  }
  .single-f-column {
    margin-bottom: 30px;
  }
  footer {
    padding: 40px 0px 20px;
  }
  .footerbottom {
    padding-top: 0px;
  }
  .unp-left img {
    height: 300px;
    object-fit: cover;
    object-position: top;
  }
  .side-menu {
    width: 90%;
    padding: 50px 0px 60px 30px;
  }
  a.close-sidemnu {
    top: 20px;
    right: 20px;
  }
  .sub-menu {
    margin-bottom: 25px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  iframe {
    height: 400px;
  }
  .single-contact {
    min-height: 400px;
  }
  .single-contact a {
    font-size: 15px;
    word-break: break-all;
  }
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-item img {
    width: 100%;
    height: auto;
  }
  .about-page .section.theme-bg {
    padding: 50px 0px 100px;
  }
  .icon-wrapper {
    height: 35px;
    width: 35px;
  }
  .icon-wrapper img {
    height: 22px;
    width: 22px;
  }
  a.menu-icon {
    height: 40px;
    width: 40px;
    background-color: #f0ab111f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #f0ab11;
    border: 1px solid #f0ab11;
    font-size: 20px;
    scale: 1.0;
    transition: all ease 0.3s;
  }
  a.menu-icon:active {
    scale: 0.9;
    transition: all ease 0.3s;
  }
  .menu-close {
    height: 40px;
    width: 40px;
    background-color: #f0ab111f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #f0ab11 !important;
    border: 1px solid #f0ab11;
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all ease 0.3s;
  }
  .menu-close:active {
    scale: 0.9;
    transition: all ease 0.3s;
  }
  .overlay {
    position: absolute;
    background-color: #000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
  }
   .overlay.show {
    position: absolute;
    background-color: #000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100vh;
    opacity: 0.5;
    visibility: visible;
    transition: all ease 0.3s;
  }
  .header-menu {
    align-items: flex-start;
    gap: 45px;
    flex-direction: column;
  }
  .menu-full {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    position: absolute;
    right: -70vw;
    top: 0px;
    bottom: 0px;
    background: #ffffff;
    height: 100vh;
    padding: 80px 30px;
    width: 65vw;
    background: linear-gradient(0deg, rgb(255 219 142) 0%, rgba(255, 255, 255, 1) 80%);
    z-index: 2;
    transition: all ease 0.3s;
  }
  .menu-full.slidein {
    width: 35vw;
    right: 0px;
    transition: all ease 0.3s;
  }
  .theme-heading {
    font-size: 50px;
    line-height: 1;
    letter-spacing: -0.6px;
  }
  .banner-content {
    width: 100%;
  }
  .section {
    padding: 50px 0px;
  }
  .circle-edaran {
    height: 120px;
    width: 120px;
  }
  img.circle-edaran-2 {
    height: 40px;
  }
  .global-content {
    width: 100%;
    position: unset;
    transform: none;
    position: relative;
    z-index: 1;
    left: unset;
    padding-bottom: 50px;
  }
  img.dot-world {
    position: absolute;
  }
  .sgl {
    font-size: 18px;
  }
  .body-content {
    font-size: 18px;
  }
  .single-iws img {
    height: 200px;
    width: 100%;
    object-fit: contain;
  }
  .iws-content p {
    font-size: 20px;
  }
  .iws {
    padding-bottom: 120px !important;
  }
  img.ya-one {
    height: 40px;
    top: 99%;
  }
  img.ya-two {
    height: 40px;
    top: 99%;
  }
  .valued {
    padding: 70px 0px 20px;
  }
  .valued-content-area {
    padding: 30px 0px;
  }
  .scp {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .single-current-property {
    height: 140px;
    width: 140px;
    margin-right: -10px;
  }
  .single-sez {
    align-items: center;
  }
  .sez-content p {
    font-size: 20px;
    letter-spacing: 0px;
    text-align: center;
  }
  .single-sez img {
    height: 100px;
    width: auto;
  }
  .iws-content-area {
    margin-top: 40px;
  }
  .fade-wrapper {
    opacity: 0.5;
  }
  .why-choose {
    padding: 55px 0px 30px;
  }
  .why-choose .dual-text {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  p.it-text {
    font-size: 14px;
    font-weight: 400;
    min-height: 90px;
  }
  .history-image-1 {
    top: 120px;
    height: 200px;
  }
  .time-line-wrapper {
    gap: 40px;
  }
  .single-tl {
    gap: 40px;
  }
  .tl-heading p {
    font-size: 30px;
  }
  .tl-icon img {
    height: 100px;
    width: 100px;
  }
  .history-image-2 {
    left: -130px;
    bottom: 45%;
    height: 200px;
  }
  img.ba-two,
  img.ba-one {
    height: 40px;
    top: -35px;
  }
  .footer-icon-text {
    font-size: 14px;
  }
  p.copyright-text {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-redq-wrapper {
    margin-top: 30px;
  }
  .fade-wrapper img {
    height: 350px;
  }
  .agn-back-to-top {
    z-index: 5;
  }
  .banner-content {
    top: 40%;
  }






  .footerbottom {
    padding-top: 0px;
  }
  .social-media-footer {
    justify-content: center;
    margin: 40px 0px;
  }
  img.footer-icon {
    height: 15px;
  }
  img.icon-wrapper-footer {
    height: 50px;
    width: 50px;
  }
  p.text-2 {
    letter-spacing: 0px;
  }
  p.sc-heading {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .sc-content-wrapper {
    position: unset;
    min-height: 180px;
  }
  .mcp {
    padding-bottom: 0px;
  }
  .mcp .current-property {
    padding-bottom: 20px;
  }
  .lp-2 {
    padding: 70px 0px 70px;
  }
  img.revolution-img {
    position: unset;
    width: 100%;
    margin-top: 50px;
  }
  .across-globe .owl-stage {
    right: 0px;
  }
  .heading-text-subheading.light {
    text-align: center;
  }
  h2.heading_txt_2 {
      font-size: 70px;
      letter-spacing: -4.72px;
      text-align: center !important;
  }
  h2.title-2 {
     font-size: 70px;
    letter-spacing: -4.72px;
  }
  .carousel-btn-wrapper {
    justify-content: center;
    margin-bottom: 50px;
    padding-right: 0px;
    margin-top: 50px;
  }
  .across .row {
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
  }
  .heading_txt_2 br {
    display: none;
  }
  img.header-logo {
    height: auto;
    width: 100%;
  }
  img.banner-logo {
    width: 400px !important;
  }
  .text_content br {
    display: none;
  }
  .s-a-slide {
    padding: 0px 4%;
  }
  .single-product-wrapper {
    flex-wrap: wrap;
  }
  .unp-left {
    width: 50%;
  }
  .unp-right {
    width: 50%;
    padding: 20px;
  }
  .unp-left img {
    height: 350px;
  }
  .row.wcu {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .presence {
    flex-direction: column;
  }
  .presence-left {
    width: 100%;
    padding: 30px 25px;
  }
  .location-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  p.presence-title {
    font-size: 60px;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
  }
  a.single-location {
    min-width: 140px;
  }
  .presence-right {
    width: 100%;
    padding: 30px;
  }
  span.map-marker.india {
    top: 24%;
    right: 22%;
  }
  span.map-marker.uzbekistan {
    top: 10%;
    right: 30%;
  }
  .map-marker {
    height: 50px;
    width: 50px;
  }
  span.map-marker.manchester {
    top: 1%;
    left: 40%;
  }
  .presence {
    display: flex;
    align-items: stretch;
    margin-top: 50px;
  }
  img.main-banner-image {
    height: 450px;
    width: 100%;
  }
  .side-menu {
    width: 60%;
    padding: 60px 0px 60px 30px;
  }
  h2.heading_txt {
      font-size: 70px;
      margin-top: 40px;
      letter-spacing: -4.72px;
  }
  .single-box img {
    height: 70px;
  }
  .single-box-wrapper {
    margin-top: 70px;
  }
  .single-box p {
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: normal;
  }
  
}

@media only screen and (max-width: 991px) {
  
}

@media (min-width: 992px) and (max-width: 1300px) {
  img.ya-two,
  img.ya-one {
    height: 30px;
  }
  .header-menu {
    gap: 30px;
  }
}