body {
  margin: 0;
  font-family: "Magistral Light";
}

@font-face {
  font-family: "Magistral";
  src: url("../font/magistral/Magistral-Bold.woff2") format("woff2"), url("../font/magistral/Magistral-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Magistral Book";
  src: url("../font/magistral/Magistral-Book.woff2") format("woff2"), url("../font/magistral/Magistral-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Magistral Light";
  src: url("../font/magistral/Magistral-Light.woff2") format("woff2"), url("../font/magistral/Magistral-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pirulen";
  src: url("../font/pirulen/Pirulen.woff2") format("woff2"), url("../font/pirulen/Pirulen.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.blue {
  color: #240c3c;
}

.brown {
  color: #8b635d;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.reveal2 {
  position: relative;
  transform: translateY(200px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal2.active {
  transform: translateY(0);
  opacity: 1;
}

.reveal3 {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal3.active {
  transform: translateY(0);
  opacity: 1;
}

h2 {
  font-weight: 400;
  font-size: 45px;
  padding-bottom: 10px;
}
@media (max-width: 1366px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 25px;
    padding-top: 20px;
  }
}

h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

a {
  color: unset;
  text-decoration: none;
}

p {
  font-weight: 100;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 20px;
  color: #787878;
}
@media (max-width: 1440px) {
  p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 17px;
  }
}

.pt-50 {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .pt-50 {
    padding-top: 25px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 1366px) {
  .pt-100 {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 20px;
  }
}

#main__header {
  margin-bottom: -124px;
  width: 100%;
  z-index: 100;
  padding: 25px 60px;
  transition: 0.5s ease;
}
@media (max-width: 1000px) {
  #main__header {
    padding: 18px 15px 10px;
  }
}
#main__header .header__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
#main__header .header__wrapper .logo {
  width: 20%;
  z-index: 900;
}
@media (max-width: 1000px) {
  #main__header .header__wrapper .logo {
    order: 2;
    width: 40%;
  }
}
#main__header .header__wrapper .logo img {
  width: 290px;
}
#main__header .header__wrapper .main-menu {
  width: 80%;
  text-align: right;
  z-index: 100;
}
@media (max-width: 1000px) {
  #main__header .header__wrapper .main-menu {
    order: 1;
    display: flex;
  }
}
@media (max-width: 820px) {
  #main__header .header__wrapper .main-menu {
    flex-direction: column-reverse;
  }
}
#main__header .header__wrapper .main-menu .wsarrow {
  display: none;
}
#main__header .header__wrapper .main-menu .white_menu li a {
  color: #fff;
}
@media (max-width: 1000px) {
  #main__header .header__wrapper .main-menu .white_menu li a {
    color: #787878;
  }
}
#main__header .header__wrapper .main-menu .white_menu .sub-menu li a {
  color: #787878;
}
#main__header .header__wrapper .main-menu .dark_menu li a {
  color: #787878;
}
#main__header .header__wrapper .main-menu .dark_menu .sub-menu li a {
  color: #787878;
}
#main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
  width: 70%;
  right: 2%;
  left: auto;
  top: auto;
  z-index: 1000;
  margin: 0px;
  padding: 20px 10px;
  border-radius: 15px;
  min-width: 190px;
  background-color: #fff;
  border: solid 1px #ccc;
}
@media (max-width: 1366px) {
  #main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  #main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  #main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    border: unset;
  }
}
#main__header .header__wrapper .main-menu .halfmenu ul li a {
  color: #424242 !important;
  font-size: 13px;
}
@media (max-width: 1440px) {
  #main__header .header__wrapper .main-menu .halfmenu ul li a {
    font-size: 11px;
    font-weight: 400;
  }
}
@media (max-width: 1300px) {
  #main__header .header__wrapper .main-menu .halfmenu ul li a {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  #main__header .header__wrapper .main-menu .halfmenu ul li a {
    color: #787878 !important;
    font-weight: 400;
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  #main__header .header__wrapper .main-menu .wsanimated-arrow {
    top: 10px;
  }
}
@media (max-width: 900px) {
  #main__header .header__wrapper .main-menu .wsanimated-arrow {
    top: 9px;
  }
}
#main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > a {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Magistral Book";
}
@media (max-width: 1366px) {
  #main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > a {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  #main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > a {
    font-size: 8px;
  }
}
@media (max-width: 800px) {
  #main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > a {
    font-size: 11px;
  }
}
#main__header .header__wrapper .main-menu .sub-menu {
  font-size: 13px;
}
#main__header .header__wrapper .main-menu .scocial--media {
  display: inline-block;
  padding-bottom: 5px;
}
@media (max-width: 820px) {
  #main__header .header__wrapper .main-menu .scocial--media {
    padding-left: 40px;
  }
}
#main__header .header__wrapper .main-menu .scocial--media ul {
  padding: 0;
  margin: 0;
  display: flex;
}
#main__header .header__wrapper .main-menu .scocial--media ul li {
  padding: 0 7px;
  list-style: none;
}
#main__header .header__wrapper .main-menu .scocial--media ul li .language {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  font-family: "Magistral Book";
}

@media (max-width: 1000px) {
  .logo_web {
    display: none;
  }
}

.logo_mobile {
  display: none;
}
@media (max-width: 1000px) {
  .logo_mobile {
    display: block !important;
  }
}

.btn-enquiry-white {
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  z-index: 100;
  font-family: "Pirulen";
  transition: 0.6s all;
  font-size: 13px;
  padding: 10px 18px;
}
.btn-enquiry-white:hover {
  background: #8b635d;
  color: #fff;
}

.btn-enquiry-brown {
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  background-color: #8b635d;
  font-family: "Pirulen";
  font-size: 12px;
  transition: 0.6s all;
  padding: 12px 18px;
}
.btn-enquiry-brown:hover {
  background: #270d3c;
  color: #fff;
}

.btn-enquiry-brown-border {
  border: 1px solid #8b635d;
  border-radius: 0;
  color: #8b635d;
  font-family: "Pirulen";
  font-size: 13px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 18px;
}
.btn-enquiry-brown-border:hover {
  background: #8b635d;
  color: #fff;
}

.btn-view {
  border: 1px solid #888888;
  border-radius: 0;
  color: #888888;
  font-family: "Pirulen";
  font-size: 12px;
  padding: 12px 18px;
}
.btn-view:hover {
  border: 1px solid #8b635d;
  color: #8b635d;
}

.hero--banner {
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  position: relative;
  background: #270d3c;
}
.hero--banner .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero--banner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero--banner video {
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
.hero--banner .text-overly {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 1000px) {
  .hero--banner .text-overly {
    width: 80%;
  }
}
.hero--banner .text-overly h1 {
  color: #fff;
  font-family: "Magistral Book";
  font-weight: bold;
  font-size: 65px;
}
@media (max-width: 1440px) {
  .hero--banner .text-overly h1 {
    font-size: 53px;
  }
}
@media (max-width: 1280px) {
  .hero--banner .text-overly h1 {
    font-size: 30px;
  }
}
.hero--banner .text-overly hr {
  color: #fff;
}
.hero--banner .text-overly h3 {
  color: #8b635d;
  padding-bottom: 15px;
}
@media (max-width: 1280px) {
  .hero--banner .text-overly h3 {
    font-size: 20px;
  }
}

.inside--banner {
  height: 400px;
  width: 100%;
  display: flex;
  align-items: end;
  padding: 0 50px 20px;
}
@media (max-width: 1440px) {
  .inside--banner {
    height: 300px;
  }
}
@media (max-width: 1280px) {
  .inside--banner {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .inside--banner {
    padding: 20px;
    height: 300px;
  }
}
.inside--banner .text--benner h6 {
  color: #fff;
  font-size: 17px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .inside--banner .text--benner h6 {
    font-size: 12px;
  }
}
.inside--banner .text--benner h1 {
  color: #fff;
  font-size: 30px;
}
@media (max-width: 768px) {
  .inside--banner .text--benner h1 {
    font-size: 20px;
  }
}

.year--bar--home {
  z-index: 4;
  position: relative;
  margin-top: -90px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/bg-bar.png);
}
@media (max-width: 767px) {
  .year--bar--home {
    padding: 0 20px;
    background-image: none;
    margin-top: -75px;
  }
}
.year--bar--home .left--item--home {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 767px) {
  .year--bar--home .left--item--home {
    gap: 15px;
  }
}
.year--bar--home .left--item--home .item {
  display: flex;
  align-items: center;
}
.year--bar--home .left--item--home .item .count {
  color: #fff;
  font-family: "Magistral Book";
  font-size: 30px;
  height: 40px;
  padding-right: 10px;
}
@media (max-width: 1000px) {
  .year--bar--home .left--item--home .item .count {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .year--bar--home .left--item--home .item .count {
    font-size: 20px;
    height: 25px;
  }
}
.year--bar--home .left--item--home .item .text {
  font-size: 12px;
  font-family: "Magistral Light";
  color: #fff;
  line-height: 14px;
}
@media (max-width: 1000px) {
  .year--bar--home .left--item--home .item .text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .year--bar--home .left--item--home .item .text {
    font-size: 10px;
    line-height: 10px;
  }
}
.year--bar--home .right--item--home {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .year--bar--home .right--item--home {
    width: 100%;
    justify-content: left;
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .year--bar--home .right--item--home {
    display: none;
  }
}
@media (max-width: 767px) {
  .year--bar--home .right--item--home img {
    width: 20px;
  }
}
.year--bar--home .right--item--home .banner--phone {
  font-size: 30px;
  color: #fff;
  padding-left: 10px;
  height: 37px;
  font-family: "Magistral Book";
}
@media (max-width: 1000px) {
  .year--bar--home .right--item--home .banner--phone {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .year--bar--home .right--item--home .banner--phone {
    font-size: 20px;
  }
}

.year--bar--inside-pages {
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 50px;
  justify-content: space-between;
  background: linear-gradient(273deg, #49206a 0%, #49206a 40%, #270d3c 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .year--bar--inside-pages {
    padding: 10px 20px;
  }
}
.year--bar--inside-pages .left--item--home {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 767px) {
  .year--bar--inside-pages .left--item--home {
    gap: 15px;
  }
}
.year--bar--inside-pages .left--item--home .item {
  display: flex;
  align-items: center;
}
.year--bar--inside-pages .left--item--home .item .count {
  color: #fff;
  font-family: "Magistral Book";
  font-size: 30px;
  padding-right: 10px;
  height: 40px;
}
@media (max-width: 1000px) {
  .year--bar--inside-pages .left--item--home .item .count {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .year--bar--inside-pages .left--item--home .item .count {
    font-size: 23px;
    height: 31px;
  }
}
.year--bar--inside-pages .left--item--home .item .text {
  font-size: 12px;
  font-family: "Magistral Light";
  color: #fff;
  line-height: 14px;
}
@media (max-width: 1000px) {
  .year--bar--inside-pages .left--item--home .item .text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .year--bar--inside-pages .left--item--home .item .text {
    font-size: 10px;
    line-height: 10px;
  }
}
.year--bar--inside-pages .right--item--home {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .year--bar--inside-pages .right--item--home {
    width: 100%;
    justify-content: left;
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .year--bar--inside-pages .right--item--home {
    display: none;
  }
}
@media (max-width: 767px) {
  .year--bar--inside-pages .right--item--home img {
    width: 20px;
  }
}
.year--bar--inside-pages .right--item--home .banner--phone {
  font-size: 30px;
  color: #fff;
  padding-left: 10px;
  height: 37px;
  font-family: "Magistral Book";
}
@media (max-width: 1000px) {
  .year--bar--inside-pages .right--item--home .banner--phone {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .year--bar--inside-pages .right--item--home .banner--phone {
    font-size: 20px;
  }
}

.animated_text {
  padding: 0 20px;
}
.animated_text .text_01 {
  font-size: 110px;
  font-weight: 900;
  font-family: "Pirulen";
  color: #000;
}
@media (max-width: 1024px) {
  .animated_text .text_01 {
    font-size: 100px;
  }
}
@media (max-width: 600px) {
  .animated_text .text_01 {
    font-size: 40px;
  }
}
.animated_text .text_02 {
  font-size: 100px;
  font-weight: 900;
  font-family: "Pirulen";
  color: #000;
}

.about_home {
  display: flex;
  padding: 50px;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1000px) {
  .about_home {
    flex-direction: column;
    padding: 0 15px;
  }
}
@media (max-width: 950px) {
  .about_home {
    padding: 0 50px;
  }
}
@media (max-width: 676px) {
  .about_home {
    padding: 0 20px;
  }
}
.about_home h2 {
  color: #270d3c;
}
.about_home .item_img {
  width: 50%;
}
@media (max-width: 1200px) {
  .about_home .item_img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .about_home .item_img {
    width: 50%;
  }
}
@media (max-width: 950px) {
  .about_home .item_img {
    width: 100%;
  }
}
.about_home .item_img img {
  max-width: 100%;
}
@media (max-width: 1000px) {
  .about_home .item_img img {
    padding: 0px;
  }
}
.about_home .item_text {
  width: 50%;
}
@media (max-width: 1300px) {
  .about_home .item_text {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .about_home .item_text {
    width: 100%;
    padding: 20px 0;
  }
}
@media (max-width: 1024px) {
  .about_home .item_text {
    width: 50%;
  }
}
@media (max-width: 950px) {
  .about_home .item_text {
    width: 100%;
  }
}
.about_home .item_text p {
  color: #787878;
}
.about_home .item_text a {
  text-decoration: none;
}

.client_logos {
  padding: 0 50px;
}
@media (max-width: 1000px) {
  .client_logos {
    padding: 20px 10px;
  }
}
.client_logos h2 {
  color: #240c3c;
}
.client_logos ul {
  padding: 0;
  margin: 0;
}
.client_logos ul li {
  padding: 0 10px;
  text-align: center;
  list-style: none;
  transition: 0.6s all;
  filter: grayscale(100%);
}
.client_logos ul li:hover {
  filter: grayscale(0%);
}

.our--services--home {
  padding: 0 50px;
}
@media (max-width: 676px) {
  .our--services--home {
    padding: 0 20px;
  }
}
.our--services--home h2 {
  color: #270d3c;
}
.our--services--home .title--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.our--services--home .services--wrapper-home ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.our--services--home .services--wrapper-home ul li {
  list-style: none;
  padding: 10px;
  width: 25%;
}
@media (max-width: 900px) {
  .our--services--home .services--wrapper-home ul li {
    width: 50%;
  }
}
.our--services--home .services--wrapper-home ul li .hover-video-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  max-width: 100%;
}
.our--services--home .services--wrapper-home ul li .hover-video-container img,
.our--services--home .services--wrapper-home ul li .hover-video-container video {
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.6s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.our--services--home .services--wrapper-home ul li .hover-video-container video {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.our--services--home .services--wrapper-home ul li .hover-video-container:hover video {
  opacity: 1;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.our--services--home .services--wrapper-home ul li .hover-video-container:hover img {
  opacity: 0;
}
.our--services--home .services--wrapper-home ul li .caption {
  text-align: left;
  margin-top: 10px;
  font-family: sans-serif;
}
.our--services--home .services--wrapper-home ul li .caption h3 {
  font-size: 20px;
  padding-top: 20px;
  font-family: "Magistral Light";
}
@media (max-width: 1024px) {
  .our--services--home .services--wrapper-home ul li .caption h3 {
    font-size: 16px;
  }
}

.industries--home {
  background-color: #270d3c;
  padding: 150px 50px;
  margin: 0 50px;
}
@media (max-width: 676px) {
  .industries--home {
    padding: 50px 20px;
    margin: 20px;
  }
}
.industries--home .text {
  position: relative;
}
.industries--home .text h1 {
  color: #351b40;
  font-size: 120px;
  font-family: "Pirulen";
  text-align: center;
}
@media (max-width: 1024px) {
  .industries--home .text h1 {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  .industries--home .text h1 {
    font-size: 60px;
  }
}
@media (max-width: 550px) {
  .industries--home .text h1 {
    font-size: 30px;
  }
}
.industries--home .text .overlay--text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 50px;
}
@media (max-width: 1366px) {
  .industries--home .text .overlay--text {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .industries--home .text .overlay--text {
    font-size: 25px;
  }
}
.industries--home ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 100%;
}
.industries--home ul li {
  list-style: none;
  text-align: center;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1960784314);
  width: 120px;
}
.industries--home ul li img {
  width: 30px;
}
.industries--home ul li h5 {
  color: #fff;
  font-size: 15px;
  padding: 0;
  margin: 0;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .industries--home ul li h5 {
    font-size: 12px;
  }
}

.our--projects--home {
  padding: 0 50px;
}
@media (max-width: 768px) {
  .our--projects--home {
    padding: 20px;
  }
}
.our--projects--home h2 {
  color: #240c3c;
}
.our--projects--home .title--wrapper {
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.our--projects--home .project--gallery--home {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 5px;
}
.our--projects--home .project--gallery--home .item {
  width: 33%;
}
@media (max-width: 1024px) {
  .our--projects--home .project--gallery--home .item {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .our--projects--home .project--gallery--home .item {
    width: 49%;
  }
}
.our--projects--home .project--gallery--home .item .image img {
  width: 100%;
  transition: 0.6s all;
}
.our--projects--home .project--gallery--home .item .image img:hover {
  filter: grayscale(100%);
}
.our--projects--home .project--gallery--home .item .text {
  background: #8b635d;
  padding: 10px;
}
.our--projects--home .project--gallery--home .item .text h5 {
  color: #fff;
  font-size: 17px;
}
@media (max-width: 1024px) {
  .our--projects--home .project--gallery--home .item .text h5 {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .our--projects--home .project--gallery--home .item .text h5 {
    font-size: 10px;
  }
}

.video--bar--home {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .video--bar--home {
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .video--bar--home {
    padding: 20px;
  }
}
.video--bar--home .video--banner {
  width: 54%;
  overflow: hidden;
  height: 400px;
}
@media (max-width: 1024px) {
  .video--bar--home .video--banner {
    width: 49%;
    height: 250px;
  }
}
@media (max-width: 900px) {
  .video--bar--home .video--banner {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .video--bar--home .video--banner {
    height: 200px;
  }
}
.video--bar--home .video--banner video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.video--bar--home .our--facility--banner {
  width: 45%;
  height: 400px;
  background-image: url(../images/bg.png);
  background-position: center right;
  background-size: cover;
  padding: 50px;
  align-items: center;
}
@media (max-width: 1024px) {
  .video--bar--home .our--facility--banner {
    width: 49%;
    padding: 15px;
    height: 250px;
  }
}
@media (max-width: 900px) {
  .video--bar--home .our--facility--banner {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .video--bar--home .our--facility--banner {
    height: 550px;
    padding: 30px;
  }
}
.video--bar--home .our--facility--banner h2 {
  color: #8b635d;
}
.video--bar--home .our--facility--banner p {
  color: #525252;
}

.testimonials--bar--inside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .testimonials--bar--inside {
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .testimonials--bar--inside {
    padding: 20px;
  }
}
.testimonials--bar--inside .testimonials--box {
  width: 60%;
  background: #240c3c;
  position: relative;
  color: #fff;
  padding: 35px;
}
.testimonials--bar--inside .testimonials--box p {
  color: #fff;
}
@media (max-width: 1024px) {
  .testimonials--bar--inside .testimonials--box {
    width: 49%;
  }
}
@media (max-width: 900px) {
  .testimonials--bar--inside .testimonials--box {
    width: 100%;
  }
}
.testimonials--bar--inside .testimonials--box .testimonials-icon {
  position: absolute;
  top: -50px;
  right: 20px;
}
@media (max-width: 900px) {
  .testimonials--bar--inside .testimonials--box .testimonials-icon {
    top: -30px;
  }
}
@media (max-width: 900px) {
  .testimonials--bar--inside .testimonials--box .testimonials-icon img {
    width: 100px;
  }
}
.testimonials--bar--inside .testimonials--box .testimonial-wrapper .item img {
  width: 100px;
  padding-bottom: 20px;
}
.testimonials--bar--inside .our--facility--banner {
  width: 39%;
  background-image: url(../images/bg.png);
  background-position: center right;
  background-size: cover;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .testimonials--bar--inside .our--facility--banner {
    width: 49%;
    padding: 15px;
  }
}
@media (max-width: 900px) {
  .testimonials--bar--inside .our--facility--banner {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .testimonials--bar--inside .our--facility--banner {
    padding: 30px;
    padding-bottom: 350px;
  }
}
.testimonials--bar--inside .our--facility--banner h2 {
  color: #8b635d;
}
.testimonials--bar--inside .our--facility--banner p {
  color: #525252;
}

.what--client--home {
  padding: 0 50px;
}
@media (max-width: 676px) {
  .what--client--home {
    padding: 0 20px;
  }
}
.what--client--home h2 {
  color: #270d3c;
}
.what--client--home .title--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.what--client--home ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}
.what--client--home ul li {
  list-style: none;
  border: 1px solid #ccc;
  padding: 25px;
  border-radius: 10px;
  text-align: left;
  height: 300px;
}
@media (max-width: 1366px) {
  .what--client--home ul li {
    padding: 15px;
  }
}
.what--client--home ul li .image {
  display: flex;
  align-items: center;
  font-size: 17px;
}
.what--client--home ul li .image img {
  width: 50px;
  padding-right: 15px;
}
.what--client--home ul li .star img {
  width: 100px;
  padding: 15px 0;
}
.what--client--home ul li p {
  font-size: 13px;
  color: #717070;
}

.latestnews--home {
  padding: 0 50px;
}
@media (max-width: 676px) {
  .latestnews--home {
    padding: 0 20px;
  }
}
.latestnews--home .title .text {
  position: relative;
}
.latestnews--home .title .text h1 {
  color: #f5f2f2;
  font-size: 120px;
  font-family: "Pirulen";
  text-align: center;
}
@media (max-width: 1024px) {
  .latestnews--home .title .text h1 {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  .latestnews--home .title .text h1 {
    font-size: 60px;
  }
}
@media (max-width: 550px) {
  .latestnews--home .title .text h1 {
    font-size: 30px;
  }
}
.latestnews--home .title .text .overlay--text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #270d3c;
  text-align: center;
  font-size: 50px;
}
@media (max-width: 1366px) {
  .latestnews--home .title .text .overlay--text {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .latestnews--home .title .text .overlay--text {
    font-size: 25px;
  }
}
.latestnews--home .latest--news--home {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.latestnews--home .latest--news--home .item {
  width: 24%;
  position: relative;
  overflow: hidden;
  border: 1px solid #f7f7f7;
  margin-bottom: 15px;
}
@media (max-width: 950px) {
  .latestnews--home .latest--news--home .item {
    width: 50%;
  }
}
.latestnews--home .latest--news--home .item img {
  width: 100%;
  transition: 0.6s all;
}
.latestnews--home .latest--news--home .item img:Hover {
  scale: 1.04;
}
.latestnews--home .latest--news--home .item .text {
  position: absolute;
  padding: 20px 15px;
  z-index: 5;
  bottom: 0px;
  background: linear-gradient(359deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1440px) {
  .latestnews--home .latest--news--home .item .text {
    padding: 10px;
  }
}
.latestnews--home .latest--news--home .item .text h3 {
  font-size: 17px;
  color: #fff;
}
@media (max-width: 1440px) {
  .latestnews--home .latest--news--home .item .text h3 {
    font-size: 15px;
  }
}

.text--home--with--bg h1 {
  font-size: 120px;
  text-align: center;
  font-family: "Pirulen";
}
@media (max-width: 1280px) {
  .text--home--with--bg h1 {
    font-size: 100px;
  }
}
@media (max-width: 1024px) {
  .text--home--with--bg h1 {
    font-size: 70px;
  }
}
@media (max-width: 1000px) {
  .text--home--with--bg h1 {
    font-size: 30px;
  }
}

.text-background {
  text-transform: uppercase;
  background: url("../images/bg-text.png");
  background-size: cover;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: moveBg 5.6s linear infinite;
}

@keyframes moveBg {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 50% 0%;
  }
}
.call_action_home {
  background-image: url(../images/royal-phonix-clinic22.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .call_action_home {
    padding: 30px;
    text-align: center;
  }
}
.call_action_home h2 {
  color: #fff;
}
.call_action_home p {
  color: #fff;
}
.call_action_home .form_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.call_action_home .form_wrapper .x-12 {
  width: 100%;
  text-align: center;
}
.call_action_home .form_wrapper .x-6 {
  width: 49%;
}
@media (max-width: 1366px) {
  .call_action_home .form_wrapper .x-6 {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .call_action_home .form_wrapper .x-6 {
    width: 100%;
  }
}
.call_action_home .form_wrapper .input-text {
  display: block;
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border-radius: 13px;
  border: 1px solid #ccc !important;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  line-height: 43px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.call_action_home .form_wrapper .input-text:focus {
  outline: none;
}
.call_action_home .form_wrapper .calltoaction-btn {
  background-color: #000;
  border: unset;
  width: 100%;
  height: 50px;
  padding: 13px 35px;
  font-size: 14px;
  border-radius: 9px;
  color: #fff;
}

.footer {
  padding: 0 50px;
  background-image: url(../images/artistic-models-6.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 676px) {
  .footer {
    padding: 0 20px;
  }
}
.footer .logo--section-footer {
  display: flex;
  padding: 50px 0;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer .logo--section-footer {
    flex-wrap: wrap;
    padding: 30px 0;
  }
}
.footer .logo--section-footer .logo--footer img {
  width: 250px;
}
.footer .logo--section-footer .customer--footer {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #5e5e5e;
}
@media (max-width: 768px) {
  .footer .logo--section-footer .customer--footer {
    padding-top: 20px;
  }
}
.footer .logo--section-footer .customer--footer .customer {
  font-size: 16px;
}
@media (max-width: 768px) {
  .footer .logo--section-footer .customer--footer .customer {
    font-size: 14px;
  }
}
.footer .logo--section-footer .customer--footer .number {
  font-size: 40px;
  color: #888888;
  font-family: "Magistral Book";
}
@media (max-width: 768px) {
  .footer .logo--section-footer .customer--footer .number {
    font-size: 30px;
  }
}
.footer .footer--quick--links {
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer--quick--links h4 {
  font-size: 18px;
  font-family: "Magistral Book";
  padding-bottom: 15px;
  color: #240c3c;
}
.footer .footer--quick--links .item-55 p {
  font-size: 14px;
}
.footer .footer--quick--links .item-55 .social--media-footer {
  display: flex;
  padding-top: 30px;
  gap: 25px;
}
@media (max-width: 768px) {
  .footer .footer--quick--links .item-55 .social--media-footer {
    padding-bottom: 25px;
  }
}
.footer .footer--quick--links .item-45 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.footer .footer--quick--links .item-45 ul {
  padding: 0;
  margin: 0;
}
.footer .footer--quick--links .item-45 ul li {
  list-style: none;
  font-size: 14px;
  padding-bottom: 12px;
}
.footer .copy_right {
  border-top: 1px solid #f4f4f4;
  padding: 30px 0;
}
.footer .copy_right p {
  font-size: 13px;
}

.Chairman--message {
  background-color: #8b635d;
  padding: 30px 450px 30px 40px;
  border-radius: 15px;
  position: relative;
  color: #fff;
}
@media (max-width: 600px) {
  .Chairman--message {
    padding: 30px 30px 300px 30px;
    margin: 20px;
  }
}
.Chairman--message .chairman--photo {
  position: absolute;
  bottom: 0;
  right: 5%;
}
@media (max-width: 600px) {
  .Chairman--message .chairman--photo img {
    width: 200px;
  }
}
.Chairman--message p {
  font-size: 16px;
  color: #fff;
}

.about--page {
  padding: 0 50px;
  text-align: center;
}
@media (max-width: 676px) {
  .about--page {
    padding: 0 20px;
  }
}
.about--page img {
  width: 60%;
}
@media (max-width: 676px) {
  .about--page img {
    width: 100%;
  }
}

.about--team {
  padding: 0 50px;
  text-align: center;
}
@media (max-width: 676px) {
  .about--team {
    padding: 0 20px;
  }
}

@media (max-width: 676px) {
  .about--mission {
    padding: 30px 20px;
  }
}

.our_portfolio_home h2 {
  text-align: center;
  color: #6cc049;
}
.our_portfolio_home h3 {
  text-align: center;
}
.our_portfolio_home .portfolio_wrapper_home {
  display: flex;
  flex-wrap: wrap;
}
.our_portfolio_home .portfolio_wrapper_home .item_larg {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .our_portfolio_home .portfolio_wrapper_home .item_larg {
    width: 100%;
  }
}
.our_portfolio_home .portfolio_wrapper_home .item_larg .item_img {
  width: 33.33%;
  border: 0.1px solid #cecece;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .our_portfolio_home .portfolio_wrapper_home .item_larg .item_img {
    width: 100%;
  }
}
.our_portfolio_home .portfolio_wrapper_home .item_larg .item_img .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(109, 192, 73, 0.8156862745);
}
.our_portfolio_home .portfolio_wrapper_home .item_larg .item_img .overlay .text {
  width: 90%;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.our_portfolio_home .portfolio_wrapper_home .item_larg .item_img .overlay .text h5 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
.our_portfolio_home .portfolio_wrapper_home .item_larg .item_img .overlay .text h5::before {
  content: "";
  background: url(../images/icon_commercial.png);
  position: absolute;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 40px;
  top: -47px;
  left: 44%;
}
.our_portfolio_home .portfolio_wrapper_home .item_larg .item_img .overlay .text h3 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}
.our_portfolio_home .portfolio_wrapper_home .item_larg .item_img .overlay .text p {
  color: #fff;
  font-size: 13px;
}
.our_portfolio_home .portfolio_wrapper_home .item_larg .item_img:hover .overlay {
  opacity: 1;
}
.our_portfolio_home .portfolio_wrapper_home .item_larg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s;
}
.our_portfolio_home .portfolio_wrapper_home .item_larg .item_img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.our_portfolio_home .portfolio_wrapper_home_one_row {
  display: flex;
  flex-wrap: wrap;
}
.our_portfolio_home .portfolio_wrapper_home_one_row .item_larg {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .our_portfolio_home .portfolio_wrapper_home_one_row .item_larg {
    width: 100%;
  }
}
.our_portfolio_home .portfolio_wrapper_home_one_row .item_larg .item_img {
  width: 25%;
  border: 0.1px solid #cecece;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .our_portfolio_home .portfolio_wrapper_home_one_row .item_larg .item_img {
    width: 100%;
  }
}
.our_portfolio_home .portfolio_wrapper_home_one_row .item_larg .item_img .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(109, 192, 73, 0.8156862745);
}
.our_portfolio_home .portfolio_wrapper_home_one_row .item_larg .item_img .overlay .text {
  width: 90%;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.our_portfolio_home .portfolio_wrapper_home_one_row .item_larg .item_img .overlay .text h5 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
.our_portfolio_home .portfolio_wrapper_home_one_row .item_larg .item_img .overlay .text h5::before {
  content: "";
  background: url(../images/icon_commercial.png);
  position: absolute;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 40px;
  top: -47px;
  left: 44%;
}
.our_portfolio_home .portfolio_wrapper_home_one_row .item_larg .item_img .overlay .text h3 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}
.our_portfolio_home .portfolio_wrapper_home_one_row .item_larg .item_img .overlay .text p {
  color: #fff;
  font-size: 13px;
}
.our_portfolio_home .portfolio_wrapper_home_one_row .item_larg .item_img:hover .overlay {
  opacity: 1;
}
.our_portfolio_home .portfolio_wrapper_home_one_row .item_larg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s;
}
.our_portfolio_home .portfolio_wrapper_home_one_row .item_larg .item_img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.our_portfolio_home .item_small {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  justify-content: baseline;
}
@media (max-width: 767px) {
  .our_portfolio_home .item_small {
    width: 100%;
  }
}
.our_portfolio_home .item_small .item_img {
  height: 50%;
  width: 100%;
  border: 0.1px solid #cecece;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .our_portfolio_home .item_small .item_img {
    height: auto;
  }
}
.our_portfolio_home .item_small .item_img .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(109, 192, 73, 0.8156862745);
}
.our_portfolio_home .item_small .item_img .overlay .text {
  width: 90%;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.our_portfolio_home .item_small .item_img .overlay .text h5 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
.our_portfolio_home .item_small .item_img .overlay .text h5::before {
  content: "";
  background: url(../images/icon_commercial.png);
  position: absolute;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 40px;
  top: -47px;
  left: 44%;
}
.our_portfolio_home .item_small .item_img .overlay .text h3 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}
.our_portfolio_home .item_small .item_img .overlay .text p {
  color: #fff;
  font-size: 13px;
}
.our_portfolio_home .item_small .item_img:hover .overlay {
  opacity: 1;
}
.our_portfolio_home .item_small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s;
}
.our_portfolio_home .item_small .item_img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.view--projects--service {
  background-color: #8b635d;
  padding: 100px 0;
  color: #fff;
  background-image: url(../images/artistic-models-projects.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.view--projects--service p {
  color: #fff;
}
@media (max-width: 768px) {
  .view--projects--service {
    padding-top: 30px;
    padding-bottom: 230px;
    background-position: center bottom;
  }
}

.service--page--list .overlay {
  text-align: center;
}
.service--page--list .service--page--wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.service--page--list .service--page--wrapper .item_1 {
  width: 50%;
  text-align: center;
}
@media (max-width: 768px) {
  .service--page--list .service--page--wrapper .item_1 {
    width: 100%;
    order: 1;
  }
}
.service--page--list .service--page--wrapper .item_1 img {
  width: 100%;
}
.service--page--list .service--page--wrapper .item_2 {
  width: 50%;
}
@media (max-width: 768px) {
  .service--page--list .service--page--wrapper .item_2 {
    width: 100%;
    order: 2;
  }
}
.service--page--list .service--page--wrapper .item_2 .text {
  padding: 30px;
  text-align: left;
}
.service--page--list .service--page--wrapper .item_2 .text h4 {
  font-size: 21px;
  font-family: "Magistral Book";
  padding-bottom: 15px;
}
.service--page--list .service--page--wrapper .item_2 .text p {
  font-size: 16px;
}

.form_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.form_wrapper .x-12 {
  width: 100%;
  text-align: center;
}
.form_wrapper .x-6 {
  width: 49%;
}
@media (max-width: 1024px) {
  .form_wrapper .x-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .form_wrapper .x-6 {
    width: 100%;
  }
}
.form_wrapper select {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  border: 1px solid #d5d5d5 !important;
  background-color: unset;
  color: #2d2d2d;
  font-size: 12px;
  font-weight: 300;
}
.form_wrapper .input-text {
  display: block;
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #d5d5d5 !important;
  background-color: unset;
  color: #2d2d2d;
  font-size: 15px;
  line-height: 43px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.form_wrapper .input-text:focus {
  outline: none;
}
.form_wrapper ::-moz-placeholder {
  color: #717070;
  font-size: 12px;
  font-weight: 200;
}
.form_wrapper ::placeholder {
  color: #717070;
  font-size: 12px;
  font-weight: 200;
}
.form_wrapper .calltoaction-btn {
  background: #8b635d;
  border: unset;
  width: 100%;
  height: 45px;
  padding: 13px 35px;
  font-size: 14px;
  border-radius: 9px;
  color: #fff;
}

@media (max-width: 676px) {
  .project--wrappper {
    padding: 0 10px;
  }
}
.project--wrappper h2 {
  text-align: left;
}
.project--wrappper p {
  text-align: left;
  padding-bottom: 20px;
}

.gallery-item {
  display: none;
}
.gallery-item img {
  width: 300px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  transition: 0.6s all;
  overflow: hidden;
  z-index: -1;
  filter: grayscale(100%);
}
.gallery-item img:hover {
  scale: 1.01;
  filter: grayscale(0%);
}
@media (max-width: 1280px) {
  .gallery-item img {
    height: 150px;
    width: 100%;
  }
}
@media (max-width: 950px) {
  .gallery-item img {
    height: 200px;
    width: 100%;
  }
}
.gallery-item.show {
  display: block;
}

.caption-one {
  padding: 15px 10px 5px 15px;
  text-align: left;
  background: linear-gradient(273deg, #49206a 40%, #270d3c 100%);
  color: #fff;
  border-radius: 0 0 10px 10px;
  margin-top: -10px;
  width: 80%;
  z-index: 1;
}

.caption-two {
  padding: 0;
  margin-bottom: 10px;
}
.caption-two h4 {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-family: "Magistral Book";
  color: #8b635d;
}
.caption-two p {
  color: #9c9c9c;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.filter-btn {
  color: #717171;
  font-size: 15px;
  transition: 0.6s all;
  padding: 5px 10px;
  border-radius: 0;
  border: unset;
}
@media (max-width: 768px) {
  .filter-btn {
    margin: 0;
    padding: 1px 5px;
    font-size: 13px;
  }
}
.filter-btn.active {
  color: #693091;
  border: unset;
}
.filter-btn::after {
  content: "|";
  padding-left: 15px;
  color: #ccc;
}

.modal {
  background-color: #0b0b0b;
}

.modal-body {
  background-color: #0b0b0b;
}

.thumb-img {
  height: 70px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.thumb-img.active {
  border: 2px solid #0d6efd;
}

.btn-close {
  color: #fff;
  z-index: 100 !important;
  background-color: #fff;
  float: right;
}

.carousel-control-next {
  z-index: 50;
}

.carousel-item img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
}

.whychoose .title .text {
  position: relative;
}
.whychoose .title .text h1 {
  color: #f5f2f2;
  font-size: 100px;
  font-family: "Pirulen";
  text-align: center;
}
@media (max-width: 1024px) {
  .whychoose .title .text h1 {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  .whychoose .title .text h1 {
    font-size: 60px;
  }
}
@media (max-width: 550px) {
  .whychoose .title .text h1 {
    font-size: 30px;
  }
}
.whychoose .title .text .overlay--text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #270d3c;
  text-align: center;
  font-size: 50px;
}
@media (max-width: 1366px) {
  .whychoose .title .text .overlay--text {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .whychoose .title .text .overlay--text {
    font-size: 25px;
  }
}

.why--chooseus--timeline {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .why--chooseus--timeline {
    flex-direction: column;
  }
}
.why--chooseus--timeline .item {
  text-align: center;
}
.why--chooseus--timeline .item h5 {
  font-size: 18px;
  padding-top: 20px;
  color: #8b635d;
}
.why--chooseus--timeline .item p {
  font-size: 16px;
  color: #717070;
  padding: 0;
}

@media (max-width: 676px) {
  .ask-your-queries {
    padding: 0 10px;
  }
}

.features--wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 676px) {
  .features--wrapper {
    flex-direction: column;
  }
}
@media (max-width: 676px) {
  .features--wrapper {
    padding: 0 10px;
  }
}
.features--wrapper .icon--wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 676px) {
  .features--wrapper .icon--wrapper {
    padding: 20px 0;
  }
}
.features--wrapper .icon--wrapper .icon {
  padding-right: 15px;
}
.features--wrapper .icon--wrapper .text .number {
  font-size: 37px;
  color: #363636;
  line-height: 30px;
}
.features--wrapper .icon--wrapper .text .sub--text {
  font-size: 18px;
  color: #0b0b0b;
}

.Workspace-imgage-box {
  border-radius: 0px;
}

.main--box--workspace {
  border: 1px solid #f1f1f1;
  padding: 30px;
}

.Workspace-text-box {
  padding: 30px;
}
.Workspace-text-box h5 {
  color: #240c3c;
}
.Workspace-text-box p {
  font-size: 19px;
}
.Workspace-text-box ul li {
  color: #a9a9a9;
  font-size: 16px;
  padding-bottom: 10px;
}

@media (max-width: 676px) {
  .our--workspace--wrapper {
    padding: 0 10px;
  }
}
.our--workspace--wrapper h2 {
  text-align: center;
}
@media (max-width: 676px) {
  .our--workspace--wrapper h2 {
    text-align: left;
  }
}
@media (max-width: 676px) {
  .our--workspace--wrapper p {
    text-align: left !important;
  }
}
.our--workspace--wrapper .owl-theme .owl-dots .owl-dot.active span, .our--workspace--wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background: #8b635d !important;
}
.our--workspace--wrapper .owl-theme .owl-dots .owl-dot span {
  margin: 0 3px !important;
}
.our--workspace--wrapper .owl-theme .owl-dots .owl-dot span {
  width: 35px !important;
  height: 2px !important;
}
@media (max-width: 676px) {
  .our--workspace--wrapper .order--2 {
    order: 2;
  }
}
@media (max-width: 676px) {
  .our--workspace--wrapper .order--1 {
    order: 1;
  }
}
.our--workspace--wrapper img {
  width: 100%;
}
.our--workspace--wrapper h5 {
  font-size: 25px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: "Magistral Book";
}

@media (max-width: 676px) {
  .client--logos--page {
    padding: 0 10px;
  }
}
.client--logos--page ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 5px;
  justify-content: flex-start;
}
.client--logos--page ul li {
  list-style: none;
  width: 16%;
  filter: grayscale(1);
}
@media (max-width: 768px) {
  .client--logos--page ul li {
    width: 32%;
  }
}

@media (max-width: 676px) {
  .contact--us--page {
    padding: 0 10px;
  }
}
.contact--us--page .get-info ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 676px) {
  .contact--us--page .get-info ul {
    flex-wrap: wrap;
  }
}
.contact--us--page .get-info ul li {
  list-style: none;
  width: 33%;
  padding: 30px;
  border-left: 5px solid #8b635d;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 676px) {
  .contact--us--page .get-info ul li {
    width: 100%;
  }
}
.contact--us--page .get-info ul li h6 {
  font-size: 20px;
  color: #8b635d;
  padding-bottom: 15px;
}
.contact--us--page .get-info ul li p {
  font-size: 15px;
}
.contact--us--page .country--list {
  text-align: center;
}
.contact--us--page .country-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px;
  padding: 0;
}
@media (max-width: 676px) {
  .contact--us--page .country-list {
    justify-content: center;
  }
}
.contact--us--page .country-list h3 {
  font-size: 18px;
}
@media (max-width: 676px) {
  .contact--us--page .country-list h3 {
    text-align: center;
  }
}
.contact--us--page .country-list li::after {
  content: " | ";
}
.contact--us--page .country-list li:last-child::after {
  content: "";
}

@media (max-width: 676px) {
  .careers--pages {
    padding: 0 10px;
  }
}

@media (max-width: 676px) {
  .form---careers {
    padding: 0 20px;
  }
}

.bg-color--grey {
  padding: 100px 0;
  background-color: #240c3c;
  color: #fff;
}
@media (max-width: 676px) {
  .bg-color--grey {
    padding: 30px 0;
  }
}

@media (max-width: 676px) {
  .carees--page-icons {
    padding: 0 20px;
  }
}
.carees--page-icons .career--box {
  padding: 5px 20px;
}
.carees--page-icons .career--box h6 {
  color: #f1f1f1;
}
@media (max-width: 676px) {
  .carees--page-icons h2 {
    padding-top: 15px;
  }
}
.carees--page-icons img {
  border-radius: 10px;
}
.carees--page-icons p {
  color: #f1f1f1;
}
.carees--page-icons h6 {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 5px;
  font-family: "Magistral Book";
  color: #f1f1f1;
}
.carees--page-icons h5 {
  font-size: 14px;
  padding-bottom: 15px;
  color: #f1f1f1;
}

.scroll-text-wrapper {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.scroll-text-wrapper .scroll-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 25s linear infinite;
  font-size: 110px;
  font-weight: 900;
  font-family: "Pirulen";
  color: #f2eeed;
}
@media (max-width: 1024px) {
  .scroll-text-wrapper .scroll-text {
    font-size: 100px;
  }
}
@media (max-width: 600px) {
  .scroll-text-wrapper .scroll-text {
    font-size: 40px;
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.video--popup--banner .video-thumbnail {
  position: relative;
}
.video--popup--banner .video-thumbnail .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  border-radius: 50%;
  padding: 20px;
  transition: 0.6s all;
}
.video--popup--banner .video-thumbnail .play-icon:hover {
  opacity: 0.5;
}

.facilities--video--banner {
  position: relative;
}
.facilities--video--banner .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  border-radius: 50%;
  padding: 20px;
  transition: 0.6s all;
}
.facilities--video--banner .play-icon:hover {
  opacity: 0.5;
}

.uploadfile {
  text-align: left !important;
}
.uploadfile label {
  font-size: 13px;
}

.servicee--img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
}
@media (max-width: 1024px) {
  .servicee--img {
    height: 200px;
    padding-top: 25px;
  }
}/*# sourceMappingURL=main.css.map */