/* CSS Document 05.05.2024 uteksan */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #111111 !important;
  background: #962625 url(../../images/common/bg.png) no-repeat top center;
  background-color: #962625 !important;
}

a {
  outline: 0;
  cursor: pointer;
  text-decoration: none !important;
}

img {
  border: none;
  max-width: 100%;
}

.saver {
  clear: both !important;
  height: 0px !important;
  line-height: 0px !important;
  float: none !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hiddenText {
  font-size: 0px !important;
  text-indent: -9999px !important;
}

.wrapper-header {
  width: 90%;
  margin: 0 auto;
}

.cntr {
  text-align: center;
  margin: 0 auto;
}

.white {
  color: #fff !important;
}

.bg-1 {
  background: #176b6d !important;
}

.mTP10 {
  margin-top: 10px;
}

.mTP20 {
  margin-top: 20px;
}

.mTP30 {
  margin-top: 30px;
}

.mTP40 {
  margin-top: 40px;
}

.mTP50 {
  margin-top: 50px;
}

.mTP60 {
  margin-top: 60px;
}

.mTP70 {
  margin-top: 70px;
}

.mTP80 {
  margin-top: 80px;
}

.mBT10 {
  margin-bottom: 10px;
}

.mBT20 {
  margin-bottom: 20px;
}

.mBT30 {
  margin-bottom: 30px;
}

.mBT40 {
  margin-bottom: 40px;
}

.mBT50 {
  margin-bottom: 50px;
}

.mBT60 {
  margin-bottom: 60px;
}

.mBT70 {
  margin-bottom: 70px;
}

.mBT80 {
  margin-bottom: 80px;
}

.pTP10 {
  padding-top: 10px;
}

.pTP20 {
  padding-top: 20px;
}

.pTP30 {
  padding-top: 30px;
}

.pTP40 {
  padding-top: 40px;
}

.pTP50 {
  padding-top: 50px;
}

.pTP60 {
  padding-top: 60px;
}

.pTP70 {
  padding-top: 70px;
}

.pTP80 {
  padding-top: 80px;
}

.pBT10 {
  padding-bottom: 10px;
}

.pBT20 {
  padding-bottom: 20px;
}

.pBT30 {
  padding-bottom: 30px;
}

.pBT40 {
  padding-bottom: 40px;
}

.pBT50 {
  padding-bottom: 50px;
}

.pBT60 {
  padding-bottom: 60px;
}

.pBT70 {
  padding-bottom: 70px;
}

.pBT80 {
  padding-bottom: 80px;
}

.mBT0 {
  margin: 0;
}

@media (max-width: 640px) {
  .pBT70 {
    padding-bottom: 40px;
  }
  .pTP70 {
    padding-top: 40px;
  }
}
.wrapper-xl {
  position: relative;
  width: 1450px;
  margin: 0 auto;
}
@media (max-width: 1550px) {
  .wrapper-xl {
    width: 1275px;
  }
}
@media (max-width: 1300px) {
  .wrapper-xl {
    width: 100%;
    padding: 0 20px;
  }
}

.wrapper {
  position: relative;
  width: 1275px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}

.logo {
  width: 290px;
}
@media (max-width: 1500px) {
  .logo {
    width: 240px;
  }
}
@media (max-width: 1300px) {
  .logo {
    width: 170px;
    z-index: 2;
  }
}

.hover-header {
  border-radius: 31.5px 31.5px 0 0 !important;
  background-color: #fff;
}

.header-detail-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .header-detail-menu {
    padding: 0 5px;
  }
}
@media (max-width: 980px) {
  .header-detail-menu .menu-container {
    position: absolute;
    top: 105px;
    background: #fff;
    width: 100%;
    left: 0;
    border-radius: 0 0 33px 33px;
  }
}
.header-detail-menu .menu-container ul {
  display: flex;
  margin-bottom: 0;
  margin-right: 40px;
}
@media (max-width: 1500px) {
  .header-detail-menu .menu-container ul {
    margin-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1300px) {
  .header-detail-menu .menu-container ul {
    margin-right: 0;
  }
}
@media (max-width: 980px) {
  .header-detail-menu .menu-container ul {
    flex-direction: column;
    padding: 0 25px;
  }
}
.header-detail-menu .menu-container ul li {
  list-style: none;
  margin-left: 5px;
  margin-right: 5px;
}
.header-detail-menu .menu-container ul li a {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1500px) {
  .header-detail-menu .menu-container ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .header-detail-menu .menu-container ul li a {
    padding: 5px 8px;
  }
}
@media (max-width: 980px) {
  .header-detail-menu .menu-container ul li a {
    color: #962625;
	font-size: 20px;
  }
}
.header-detail-menu .menu-container ul li a:hover {
  color: #e9ad14;
}
@media (max-width: 980px) {
  .header-detail-menu .menu-container ul li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(202, 1, 1, 0.2588235294);
  }
  .header-detail-menu .menu-container ul li:last-of-type {
    border-bottom: none;
  }
}
.header-detail-menu .menu-container ul .active a {
  color: #CA0101;
}

/* Conic gradient */
.reservation-menu::before {
  content: "";
  background: conic-gradient(transparent 200deg, #6b1010, transparent);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  width: 100%;
  animation: rotate 3s linear infinite;
}

/* Overlay */
.reservation-menu::after {
  content: "";
  background: inherit;
  border-radius: inherit;
  position: absolute;
  inset: var(--offset);
  height: calc(100% - 2 * var(--offset));
  width: calc(100% - 2 * var(--offset));
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) scale(1.4) rotate(0turn);
  }
  to {
    transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
  }
}
.reservation-menu {
  background-color: #E9AD14;
  border-radius: 63.5px;
  box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.25);
  height: 112px;
  width: 360px;
  padding: 7px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  --offset: 7px;
}
@media (max-width: 1300px) {
  .reservation-menu {
    height: 90px;
    width: 290px;
    padding: 5px;
  }
}
@media (max-width: 980px) {
  .reservation-menu {
    height: 88px;
    width: 100%;
    border-radius: 0;
  }
}
.reservation-menu .reservation-container {
  background: #E9AD14;
  display: flex;
  height: 100%;
  align-items: center;
  border: 4px solid #6B1010;
  border-radius: 63.5px;
  padding: 5px;
  justify-content: center;
  z-index: 1;
  width: 100%;
}
@media (max-width: 980px) {
  .reservation-menu .reservation-container {
    border-radius: 0;
  }
}
.reservation-menu .reservation-container .img {
  padding-right: 25px;
}
.reservation-menu .reservation-container .text a {
  display: flex;
  flex-direction: column;
  color: #6B1010;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(to right, #6B1010 10%, #6B1010 50%, #fff 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 3s linear infinite;
}
@media (max-width: 1300px) {
  .reservation-menu .reservation-container .text a {
    font-size: 25px;
  }
}
.reservation-menu .reservation-container .text a i {
  font-size: 16px;
  color: #6B1010;
  font-style: normal;
}
@media (max-width: 1300px) {
  .reservation-menu .reservation-container .text a i {
    font-size: 18px;
  }
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.moreUrl {
  width: 270px;
  height: 70px;
  display: flex;
  flex-direction: column;
  background: #E9AD14;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  color: #6B1010;
  font-weight: 700;
  border-bottom: 5px solid #6B1010;
  margin: 0 auto;
  font-size: 20px;
  transition: 0.5s;
}
.moreUrl:hover {
  background: #fff;
  color: #6B1010;
}

.header-container-2 {
  width: 100%;
  margin: 0 auto;
  z-index: 22;
  position: relative;
}
.header-container-2 .two-list {
  position: relative;
  display: flex;
  margin-top: 35px;
  border-radius: 63px;
  height: 100px;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
}
@media (max-width: 1300px) {
  .header-container-2 .two-list {
    height: auto;
    padding-top: 5px;
  }
}
.header-container-2 .two-list .item-right {
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 1300px) {
  .header-container-2 .two-list .item-right {
    padding: 0;
  }
}
@media (max-width: 980px) {
  .header-container-2 .two-list .item-left {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
  }
}

.slider .owl-dots {
  display: flex;
  width: 100%;
  margin: 0 auto;
  position: relative;
  bottom: -25px;
  justify-content: center;
  display: none;
}
.slider .owl-dots .owl-dot {
  display: block;
  margin: 5px 4px;
  width: 15px;
  height: 15px;
  background: #9A4800;
  border-radius: 10px;
  height: 7px;
}
.slider .owl-dots .owl-dot.active {
  width: 37px;
  background: #FFFFFF;
}

.slider-bg {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  padding-top: 150px;
}
@media (max-width: 1300px) {
  .slider-bg {
    display: block;
    padding-top: 140px;
  }
}
@media (max-width: 980px) {
  .slider-bg {
    padding-top: 75px;
  }
}
.slider-bg .banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 35px;
}
@media (max-width: 1300px) {
  .slider-bg .banner-container {
    flex-direction: column;
  }
}
.slider-bg .banner-container .banner-top {
  text-align: center;
}
.slider-bg .banner-container .banner-top .title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
@media (max-width: 1300px) {
  .slider-bg .banner-container .banner-top .title {
    font-size: 40px;
  }
}
@media (max-width: 1300px) {
  .slider-bg .banner-container .banner-top .title {
    font-size: 26px;
  }
}
.slider-bg .banner-container .banner-top p {
  font-size: 34px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 8px;
}
@media (max-width: 1300px) {
  .slider-bg .banner-container .banner-top p {
    font-size: 25px;
  }
}
@media (max-width: 1300px) {
  .slider-bg .banner-container .banner-top p {
    font-size: 20px;
  }
}
.slider-bg .banner-container .banner-top i {
  font-size: 80px;
  font-weight: 700;
  font-style: normal;
  margin-top: 30px;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 980px) {
  .slider-bg .banner-container .banner-top i {
    font-size: 60px;
    line-height: 100%;
  }
}
@media (max-width: 640px) {
  .slider-bg .banner-container .banner-top i {
    font-size: 45px;
	margin-top: 10px;
  }
}
@media (max-width: 980px) {
  .slider-bg .banner-container .banner-img {
    width: 100px;
  }
}
@media (max-width: 640px) {
  .slider-bg .banner-container .banner-img {
    width: 100px;
  }
}
.slider-bg .banner-container .banner-img {
  display: flex;
  justify-content: center;
}
.slider-bg .banner-container .banner-img img {
  margin: 0 10px;
}
.slider-bg .banner-container .banner-text {
  width: 850px;
  text-align: center;
}
@media (max-width: 980px) {
  .slider-bg .banner-container .banner-text {
    width: 100%;
  }
}
.slider-bg .banner-container .banner-text p {
  font-size: 18px;
  color: #fff;
  line-height: 150%;
  font-weight: 400;
  padding: 15px 0;
}

.slider-container {
  position: relative;
}
@media (max-width: 1300px) {
  .slider-container {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 1300px) {
  .slider-container {
    width: 100%;
  }
}
.slider-container .slider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slider-container .owl-nav {
  position: absolute;
  bottom: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.slider-container .owl-nav button span {
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.slider-container .owl-nav button span:hover {
  background: #64417e;
}
.slider-container .owl-item.active .slider-text {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.our-menus-two-list {
    gap: 40px;
    width: 840px;
    margin: 0 auto;
}

@media (max-width: 980px) {
	.our-menus-two-list {
		width: 100%;
	}
}

.our-menus-two-list .item {
    width: calc(50% - 20px) !important;
    margin: 0!important;
}
@media (max-width: 640px) {
	.our-menus-two-list .item {
		width: 100% !important;
	}
}

.our-menus-list {
  display: flex;
  flex-wrap: wrap;
}
.our-menus-list .item {
  width: calc(33.3% - 30px);
  margin: 0 15px;
  margin-bottom: 30px;
  border-radius: 16px;
  text-align: center;
}
.our-menus-list .item .text {
  padding: 25px;
}
.our-menus-list .item img {
  border-radius: 16px 16px 0 0;
}
@media (max-width: 980px) {
  .our-menus-list .item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 640px) {
  .our-menus-list .item {
    width: 100%;
  }
}

.our-menus-container {
  background: #fff;
}

.our-menus-list .item .text p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 7px;
  color: #252525;
}
.our-menus-list .item .text p strong {
  font-size: 28px;
  font-weight: 700;
  color: #962625;
}
@media (max-width: 980px) {
  .our-menus-list .item .text p strong {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .our-menus-list .item .text p strong {
    font-size: 20px;
  }
}
.our-menus-list .item .text .two-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  flex-direction: column-reverse;
}
@media (max-width: 640px) {
  .our-menus-list .item .text .two-list {
    flex-direction: column-reverse;
    margin-top: 10px;
  }
}

.btn-red {
  width: 126px;
  height: 46px;
  background: #CA0101;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  color: #fff;
  transition: 0.5s;
}
@media (max-width: 640px) {
  .btn-red {
    width: 100%;
  }
}
.btn-red:hover {
  background: #E1590D;
  color: #fff;
}

.btn-yellow {
  width: 126px;
  height: 46px;
  background: #E9AD14;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  color: #6B1010;
  border: 1px solid #fff;
  transition: 0.5s;
}
@media (max-width: 640px) {
  .btn-yellow {
    width: 100%;
  }
}
.btn-yellow:hover {
  background: #fff;
  color: #6B1010;
  border: 1px solid #6B1010;
}

.our-menus-list .item .text .two-list i {
  font-size: 14px;
  color: #ABABAB;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .our-menus-list .item .text .two-list i {
    margin-bottom: 15px;
  }
}

.title-s {
  font-size: 40px;
  position: relative;
  color: #962625;
  font-weight: 700;
}
@media (max-width: 980px) {
  .title-s {
    font-size: 30px;
  }
}
@media (max-width: 980px) {
  .title-s {
    font-size: 26px;
  }
}

.f-24 {
  font-size: 24px;
}
@media (max-width: 980px) {
  .f-24 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .f-24 {
    font-size: 16px;
  }
}

.w-740 {
  width: 740px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .w-740 {
    width: 100%;
  }
}

.w-90 {
  width: 90%;
  margin: 0 auto;
}

.w-80 {
  width: 80%;
  margin: 0 auto;
}

.w-60 {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .w-60 {
    width: 100%;
  }
}

.iftar-menus-container {
  background: #E1590D;
}

.iftar-menus .item {
  width: calc(50% - 30px);
}
@media (max-width: 640px) {
  .iftar-menus .item {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .our-companies-container {
    padding-top: 40px;
  }
}
.our-companies-container p {
  font-size: 18px;
  color: #fff;
}

.our-companies-list {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 200px;
  border-radius: 100px;
  width: 95%;
  margin: 50px auto 40px;
}
@media (max-width: 1300px) {
  .our-companies-list {
    flex-wrap: wrap;
    text-align: center;
    height: auto;
  }
}
.our-companies-list .item {
  margin: 0 20px;
}
@media (max-width: 1300px) {
  .our-companies-list .item {
    width: calc(33.33% - 20px);
    margin: 10px;
    padding: 16px 0;
  }
}
@media (max-width: 640px) {
  .our-companies-list .item {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 16px 0;
  }
}

#footerHome {
  display: flex;
  align-items: center;
  background: #fff;
}
@media (max-width: 980px) {
  #footerHome {
    padding-bottom: 170px;
  }
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 980px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 640px) {
  .footer-container .item .text-I {
    display: none;
  }
}
.footer-container .item .text {
  margin-left: 25px;
}
.footer-container .item .text p {
  margin-bottom: 15px;
  font-size: 20px;
  color: #962625;
  font-weight: 600;
}
@media (max-width: 640px) {
  .footer-container .item .text p {
    font-size: 14px;
    text-align: center;
  }
}
.footer-container .item .text-I p {
  margin-bottom: 0;
  font-weight: 600;
  color: #1E1E1E;
  font-size: 14px;
}
.footer-container .item .text-I p i {
  font-style: normal;
}
.footer-container .logo {
  margin: 0 auto 25px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 980px) {
  .footer-bottom {
    margin-bottom: 140px;
  }
}
@media (max-width: 640px) {
  .footer-bottom {
    justify-content: center;
  }
}
.footer-bottom .footer-bottom-left {
  font-size: 14px;
}
.footer-bottom .footer-bottom-left i {
  font-style: normal;
}
@media (max-width: 640px) {
  .footer-bottom .footer-bottom-left i {
    display: block;
  }
}
@media (max-width: 640px) {
  .footer-bottom .footer-bottom-left {
    text-align: center;
  }
}
.footer-bottom .tsrm a {
  color: #111;
}

/***/
.more {
  width: 140px;
  height: 53px;
  color: #fff;
  display: flex;
  border: 1px solid #fff;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: 0.5s;
}
@media (max-width: 980px) {
  .more {
    height: 45px;
  }
}
.more:hover {
  background: #fff;
  color: #62407c;
}

.purple {
  color: #55356C;
  border: 1px solid #55356C;
}

.purple:hover {
  background: #55356C;
  color: #fff;
}

.white-bg {
  background: #fff;
  color: #62407c;
  width: 170px;
}
.white-bg:hover {
  border: 1px solid #fff;
  background: none;
  color: #fff;
}

.purple-bg {
  background: #62407c;
  color: #fff !important;
  width: 170px;
}
.purple-bg:hover {
  border: 1px solid #62407c;
  background: none;
  color: #62407c !important;
}

.f-30 {
  font-size: 30px;
}
@media (max-width: 980px) {
  .f-30 {
    font-size: 25px;
  }
}

.title {
  color: rgb(85, 53, 108);
}
.title .f-50 {
  font-size: 50px;
  line-height: 115%;
}
@media (max-width: 980px) {
  .title .f-50 {
    font-size: 35px;
  }
}
@media (max-width: 640px) {
  .title .f-50 {
    font-size: 25px;
  }
}

.purple-c {
  color: #55356C;
}

.purple-c-1 {
  color: #916497;
}

.purple-after {
  display: inline-flex;
}
.purple-after:after {
  background: linear-gradient(90deg, #55356C 14.35%, rgba(37, 15, 55, 0) 98.63%) !important;
}

.about-us-home-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .about-us-home-container {
    flex-direction: column;
  }
}
.about-us-home-container img {
  border-radius: 20px;
}
.about-us-home-container .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 640px) {
  .about-us-home-container .item {
    flex-direction: column-reverse;
    padding: 0;
  }
}
.about-us-home-container .item > div {
  flex: calc(50% - 10px);
}
@media (max-width: 640px) {
  .about-us-home-container .item > div {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .about-us-home-container .item > div:not(:nth-child(2n)) {
    flex: 100%;
  }
}
.about-us-home-container .item .text {
  text-align: justify;
  padding-right: 40px;
  color: rgb(100, 100, 100);
  font-size: 20px;
}
@media (max-width: 980px) {
  .about-us-home-container .item .text {
    font-size: 18px;
    padding-right: 10px;
  }
}
@media (max-width: 640px) {
  .about-us-home-container .item .text {
    padding-right: 0;
  }
}
.about-us-home-container .item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 640px) {
  .about-us-home-container .item:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.about-us-home-container .item:nth-child(2n) .img {
  padding-right: 40px;
  padding-left: 0;
}
@media (max-width: 980px) {
  .about-us-home-container .item:nth-child(2n) .img {
    padding-right: 10px;
  }
}
@media (max-width: 640px) {
  .about-us-home-container .item:nth-child(2n) .img {
    padding-right: 0;
  }
}
.about-us-home-container .item .img {
  padding-left: 40px;
}
@media (max-width: 980px) {
  .about-us-home-container .item .img {
    padding-left: 10px;
  }
}
@media (max-width: 640px) {
  .about-us-home-container .item .img {
    padding-left: 0;
    padding-bottom: 20px;
  }
}
.about-us-home-container .item:nth-child(2n) .text {
  margin-right: 0;
  margin-left: 20px;
  padding-left: 40px;
  padding-right: 0;
}
@media (max-width: 980px) {
  .about-us-home-container .item:nth-child(2n) .text {
    padding-left: 10px;
  }
}
@media (max-width: 640px) {
  .about-us-home-container .item:nth-child(2n) .text {
    padding-left: 0;
    margin-left: 0;
  }
}

p {
  line-height: 130%;
}

#MisVizHome {
  background: linear-gradient(108deg, #6C4788 1.33%, #2D163E 54.38%, #45275B 99.57%);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
#MisVizHome .item .text {
  color: #fff;
}

.two-list-left-right .left {
  flex-direction: row-reverse;
}
@media (max-width: 640px) {
  .two-list-left-right .left {
    flex-direction: column-reverse;
  }
}
.two-list-left-right .left .img {
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 980px) {
  .two-list-left-right .left .img {
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .two-list-left-right .left .img {
    padding-right: 0;
  }
}
.two-list-left-right .left .text {
  padding-right: 0;
  padding-left: 40px;
  margin-right: 0 !important;
}
@media (max-width: 980px) {
  .two-list-left-right .left .text {
    padding-left: 20px;
  }
}
@media (max-width: 640px) {
  .two-list-left-right .left .text {
    padding-left: 0;
  }
}
.two-list-left-right .right {
  flex-direction: row !important;
}
.two-list-left-right .right .text {
  padding-right: 40px !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 980px) {
  .two-list-left-right .right .text {
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .two-list-left-right .right .text {
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .two-list-left-right .right {
    flex-direction: column-reverse !important;
  }
}
.two-list-left-right .right .img {
  padding-right: 0 !important;
  padding-left: 40px !important;
}
@media (max-width: 980px) {
  .two-list-left-right .right .img {
    padding-left: 20px;
  }
}
@media (max-width: 640px) {
  .two-list-left-right .right .img {
    padding-left: 0 !important;
  }
}

.our-approach-title {
  font-size: 35px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1300px) {
  .our-approach-title {
    font-size: 30px;
  }
}
@media (max-width: 980px) {
  .our-approach-title {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .our-approach-title {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    text-align: center;
    margin-bottom: 20px;
  }
}

.our-approach {
  position: relative;
}
@media (max-width: 1300px) {
  .our-approach {
    height: 678px !important;
    background-size: 750px !important;
  }
}
@media (max-width: 980px) {
  .our-approach {
    height: 583px !important;
    background-size: 650px !important;
  }
}
@media (max-width: 640px) {
  .our-approach {
    background: none !important;
    height: auto !important;
  }
}

.our-approach-list {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .our-approach-list {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .our-approach-list {
    justify-content: center;
  }
}
.our-approach-list .right .item:nth-child(1) {
  background: #8429D9;
  right: 100px;
}
@media (max-width: 980px) {
  .our-approach-list .right .item:nth-child(1) {
    right: 30px;
  }
}
@media (max-width: 640px) {
  .our-approach-list .right .item:nth-child(1) {
    right: 0;
  }
}
.our-approach-list .right .item:nth-child(2) {
  background: #7111CC;
}
.our-approach-list .right .item:nth-child(3) {
  background: #6A10BF;
  right: 100px;
}
@media (max-width: 980px) {
  .our-approach-list .right .item:nth-child(3) {
    right: 30px;
  }
}
@media (max-width: 640px) {
  .our-approach-list .right .item:nth-child(3) {
    right: 0;
  }
}
.our-approach-list .left {
  display: flex;
  flex-direction: column-reverse;
}
.our-approach-list .left .item:nth-child(1) {
  background: #550C99;
  left: 100px;
}
@media (max-width: 980px) {
  .our-approach-list .left .item:nth-child(1) {
    left: 30px;
  }
}
@media (max-width: 640px) {
  .our-approach-list .left .item:nth-child(1) {
    left: 0;
  }
}
.our-approach-list .left .item:nth-child(2) {
  background: #5C0EA6;
}
.our-approach-list .left .item:nth-child(3) {
  background: #630FB3;
  left: 100px;
}
@media (max-width: 980px) {
  .our-approach-list .left .item:nth-child(3) {
    left: 30px;
  }
}
@media (max-width: 640px) {
  .our-approach-list .left .item:nth-child(3) {
    left: 0;
  }
}
.our-approach-list .item {
  border-radius: 81px;
  width: 435px;
  height: 125px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media (max-width: 1300px) {
  .our-approach-list .item {
    width: 300px;
    height: 100px;
  }
}
@media (max-width: 980px) {
  .our-approach-list .item {
    width: 270px;
    height: 85px;
  }
}
@media (max-width: 640px) {
  .our-approach-list .item {
    width: 315px;
    height: 100px;
    margin-bottom: 10px !important;
  }
}
.our-approach-list .item .img {
  border: 8px solid #fff;
  width: 24%;
  height: 100px;
  border-radius: 100%;
  left: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1300px) {
  .our-approach-list .item .img {
    width: 25%;
    height: 77px;
  }
}
@media (max-width: 980px) {
  .our-approach-list .item .img {
    height: 68px;
  }
}
@media (max-width: 640px) {
  .our-approach-list .item .img {
    height: 80px;
  }
}
.our-approach-list .item .img img {
  width: 44px;
}
@media (max-width: 1300px) {
  .our-approach-list .item .img img {
    width: 25px;
  }
}
.our-approach-list .item .text {
  font-size: 25px;
  width: 68%;
  padding-left: 32px;
  color: #fff;
}
@media (max-width: 1300px) {
  .our-approach-list .item .text {
    font-size: 20px;
  }
}
@media (max-width: 980px) {
  .our-approach-list .item .text {
    font-size: 18px;
  }
}
.our-approach-list .item:nth-child(2) {
  margin: 90px 0;
}
@media (max-width: 980px) {
  .our-approach-list .item:nth-child(2) {
    margin: 90px 0;
  }
}
@media (max-width: 640px) {
  .our-approach-list .item:nth-child(2) {
    margin: 0;
  }
}
.our-approach-list .left .item {
  flex-direction: row-reverse;
}
@media (max-width: 640px) {
  .our-approach-list .left .item {
    flex-direction: row;
  }
}
.our-approach-list .left .item .img {
  left: -15px;
}
@media (max-width: 640px) {
  .our-approach-list .left .item .img {
    left: 15px;
  }
}
.our-approach-list .left .item .text {
  padding-left: 0;
  text-align: right;
  padding-right: 30px;
}
@media (max-width: 640px) {
  .our-approach-list .left .item .text {
    padding-left: 32px;
    text-align: left;
    padding-right: inherit;
  }
}

#ourServicesHome {
  background: #F5F6FA;
}

.our-services-list {
  display: flex;
  flex-wrap: wrap;
}
.our-services-list .item {
  flex: 0 1 calc(33.33% - 20px);
  border-radius: 16px;
  background: #FFF;
  margin-bottom: 30px;
}
@media (max-width: 980px) {
  .our-services-list .item {
    flex: 0 1 calc(50% - 20px);
  }
}
@media (max-width: 640px) {
  .our-services-list .item {
    width: calc(50% - 5px);
    flex: auto;
  }
}
.our-services-list .item:not(:nth-child(3n)) {
  margin-right: 30px;
}
@media (max-width: 980px) {
  .our-services-list .item:not(:nth-child(3n)) {
    margin-right: 10px;
  }
}
@media (max-width: 640px) {
  .our-services-list .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media (max-width: 980px) {
  .our-services-list .item:not(:nth-child(2n)) {
    margin-right: 30px;
  }
}
@media (max-width: 640px) {
  .our-services-list .item {
    margin-bottom: 10px;
  }
  .our-services-list .item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .our-services-list .item:nth-child(2n) {
    margin-left: 10px;
  }
}
.our-services-list .item .img {
  border-radius: 10px;
  background: #55356C;
  display: inline-block;
  padding: 14px;
}
.our-services-list .item .text {
  color: #55356C;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .our-services-list .item .text {
    padding-bottom: 45px;
  }
}
.our-services-list .item .text p strong {
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 980px) {
  .our-services-list .item .text p strong {
    font-size: 22px;
  }
}
.our-services-list .item a {
  padding: 25px 25px 50px 25px;
  display: block;
  position: relative;
}
@media (max-width: 640px) {
  .our-services-list .item a {
    padding: 10px;
  }
}
.our-services-list .item a:after {
  content: "\e941";
  font-family: "Material Symbols Outlined";
  border-radius: 50px;
  border: 1px solid #55356C;
  background: #FFF;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  color: #55356C;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 21px;
}

.full {
  flex: 100% !important;
  margin-right: 0 !important;
}
.full a {
  display: flex !important;
}
.full a .img {
  height: 70px;
}
.full a .text {
  margin-top: 0 !important;
  padding-left: 20px;
}

.reference-list {
  display: flex;
  flex-wrap: wrap;
  width: 840px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .reference-list {
    width: 100%;
  }
}
.reference-list .item {
  flex: 0 1 calc(25% - 20px);
}
@media (max-width: 640px) {
  .reference-list .item {
    flex: 0 1 calc(33.33% - 20px);
  }
}
.reference-list .item:not(:nth-child(4n)) {
  margin-right: 26px;
}
@media (max-width: 640px) {
  .reference-list .item:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}
.reference-list .item img {
  filter: grayscale(1);
}

.contact-main {
  background: linear-gradient(108deg, #6C4788 1.33%, #2D163E 54.38%, #45275B 99.57%);
  box-shadow: 0px 0px 16px 0px rgba(16, 24, 40, 0.08), 0px 0px 6px 0px rgba(16, 24, 40, 0.03);
  display: flex;
  flex-wrap: wrap;
  border-radius: 24px;
}
.contact-main .img {
  width: 40%;
}
@media (max-width: 640px) {
  .contact-main .img {
    width: 100%;
  }
}
.contact-main .img img {
  border-radius: 24px 0 0 24px;
}
@media (max-width: 640px) {
  .contact-main .img img {
    border-radius: 24px 24px 0 0;
  }
}
.contact-main .text {
  width: 60%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
  padding-right: 20px;
}
@media (max-width: 640px) {
  .contact-main .text {
    width: 100%;
    padding: 20px !important;
  }
}
.contact-main .text p {
  font-size: 20px;
}
.contact-main .text p strong {
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -0.9px;
}
@media (max-width: 1300px) {
  .contact-main .text p strong {
    font-size: 30px;
  }
}
@media (max-width: 980px) {
  .contact-main .text p strong {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (max-width: 980px) {
  .contact-main .text p {
    font-size: 16px;
    margin-bottom: 0;
  }
}

@media (max-width: 1300px) {
  .header-detail-container {
    height: 350px !important;
  }
}
@media (max-width: 980px) {
  .header-detail-container {
    height: 300px !important;
  }
}

.header-detail-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 440px;
  text-align: center;
}
@media (max-width: 1300px) {
  .header-detail-text {
    height: 350px;
  }
}
@media (max-width: 980px) {
  .header-detail-text {
    height: 300px;
  }
}
.header-detail-text h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 640px) {
  .header-detail-text h1 {
    font-size: 25px;
  }
}

.bread-crumb-container .bread-crumb-list {
  display: flex;
  justify-content: center;
}
.bread-crumb-container .bread-crumb-list a {
  color: #fff;
  font-size: 18px;
  position: relative;
}
@media (max-width: 640px) {
  .bread-crumb-container .bread-crumb-list a {
    font-size: 14px;
  }
}
.bread-crumb-container .bread-crumb-list a:after {
  content: ">";
  margin-left: 10px;
  margin-right: 10px;
  left: 0;
  position: relative;
}
.bread-crumb-container .bread-crumb-list a:last-of-type:after {
  display: none;
}

.founder-message {
  background: linear-gradient(108deg, #6C4788 1.33%, #2D163E 54.38%, #45275B 99.57%);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.founder-message .item .text {
  color: #fff;
}

.customer-story-list {
  display: flex;
  flex-wrap: wrap;
}
.customer-story-list .item {
  position: relative;
}
.customer-story-list .item .text {
  background: rgba(145, 100, 151, 0.1);
  padding: 100px 50px 20px 50px;
  text-align: center;
  border-radius: 16px;
}
.customer-story-list .item .img {
  text-align: center;
  position: relative;
  top: 70px;
}
.customer-story-list .item .img img {
  width: 138px;
  margin: 0 auto;
}
.customer-story-list .item .text .text-top p {
  margin-bottom: 0;
  color: #646464;
}
.customer-story-list .item .text .text-top p strong {
  font-size: 20px;
  color: #000;
}
.customer-story-list .item .text .text-bottom {
  margin-top: 20px;
}
.customer-story-list .item .text .text-bottom p {
  font-size: 20px;
  color: #646464;
}
.customer-story-list .owl-nav {
  position: relative;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.customer-story-list .owl-nav button span {
  border: 1px solid #916497;
  border-radius: 100%;
  color: #916497;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.customer-story-list .owl-nav button span:hover {
  background: #64417e;
  color: #fff;
  border: 1px solid #fff;
}

.our-values {
  background: #F5F6FA;
}

.our-values-list {
  display: flex;
  flex-wrap: wrap;
}
.our-values-list .item {
  flex: 0 1 calc(50% - 15px);
  background: #fff;
  margin-bottom: 30px;
  text-align: center;
  padding: 40px 60px;
  border-radius: 16px;
}
@media (max-width: 640px) {
  .our-values-list .item {
    flex: 100%;
    width: 100%;
  }
}
.our-values-list .item:not(:nth-child(2n)) {
  margin-right: 30px;
}
@media (max-width: 640px) {
  .our-values-list .item:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.our-values-list .item p {
  font-size: 20px;
}
.our-values-list .item p strong {
  font-size: 30px;
  color: #916497;
}
@media (max-width: 980px) {
  .our-values-list .item p strong {
    font-size: 25px;
  }
}
.our-values-list .item p:last-of-type {
  margin-bottom: 0;
}

.detail-footer {
  padding-top: 0;
}
.detail-footer .footer-container {
  border-top: none;
}

#ourApproach .url-link {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.detail-header {
  margin-top: 130px;
}
@media (max-width: 980px) {
  .detail-header {
    margin-top: 65px;
  }
}
.detail-header .item {
  position: relative;
}
.detail-header .item .title {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.detail-header .item .title h1 {
  font-size: 75px;
  font-weight: 700;
  color: #E9AD14;
  line-height: 100%;
}
@media (max-width: 980px) {
  .detail-header .item .title h1 {
    font-size: 50px;
  }
}
@media (max-width: 640px) {
  .detail-header .item .title h1 {
    font-size: 40px;
  }
}
.detail-header .item .title h2 {
  color: #E9AD14;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .detail-header .item .title h2 {
    font-size: 25px;
  }
}
.detail-header .item .title .w-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 640px) {
  .detail-header .item .title .w-title {
    font-size: 30px;
  }
}

.comment-header {
  background: linear-gradient(90.13deg, #CA0101 27.55%, #DA8252 56.16%);
  padding: 25px 0;
}
.comment-header .flex-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .comment-header .flex-list {
    flex-direction: column;
  }
}
.comment-header .flex-list .item {
  color: #fff;
}
.comment-header .flex-list .item:nth-child(1) {
  width: calc(70% - 20px);
  margin-right: 20px;
}
@media (max-width: 640px) {
  .comment-header .flex-list .item:nth-child(1) {
    width: 100%;
  }
}
.comment-header .flex-list .item:nth-child(2) {
  width: calc(30% - 20px);
  margin-left: 20px;
}
@media (max-width: 640px) {
  .comment-header .flex-list .item:nth-child(2) {
    width: 100%;
  }
}
.comment-header .flex-list .item p {
  font-size: 18px;
}
.comment-header .flex-list .item p strong {
  font-size: 30px;
}

.w-full {
  width: 100% !important;
}

.red-btn {
  background: #CA0101;
  color: #fff;
  height: 73px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 35px;
  border-radius: 90px;
  transition: 0.5s;
}
@media (max-width: 640px) {
  .red-btn {
    width: 100%;
  }
}
.red-btn:hover {
  background: #E1590D;
  color: #fff;
}

.detail-container {
  padding-top: 50px;
}
@media (max-width: 980px) {
  .detail-container {
    padding-top: 30px;
  }
}
.detail-container .detail.text {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1300px) {
  .detail-container .detail.text {
    width: 100%;
  }
}
.detail-container .detail.text p {
  margin-bottom: 23px;
  color: #fff;
  font-size: 18px;
  line-height: 160%;
}

#detailContainer .wrapper {
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 40px;
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.number-detail {
  display: flex;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (max-width: 980px) {
  .number-detail {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .number-detail {
    flex-direction: column;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.number-detail .item {
  margin-right: 50px;
}
.number-detail .item .number-text {
  display: flex;
  flex-direction: column;
}
.number-detail .item .number-text .number-I {
  color: #CA0101;
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
}
@media (max-width: 980px) {
  .number-detail .item .number-text .number-I {
    font-size: 60px;
  }
}
@media (max-width: 640px) {
  .number-detail .item .number-text .number-I {
    font-size: 40px;
  }
}

.gallery-list ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.gallery-list ul li {
  list-style: none;
  width: calc(25% - 10px);
  margin: 5px;
}
@media (max-width: 640px) {
  .gallery-list ul li {
    width: calc(50% - 10px);
  }
}
.contact-container p strong {
  font-size: 16px;
}
.contact-container p i {
  font-style: normal;
}
.contact-container .tlfn {
  color: #fff;
  font-weight: 700;
}
.contact-container .contact-text p {
  margin-bottom: 5px !important;
}
.contact-container p {
  margin-bottom: 10px !important;
}

.f80 {
  font-size: 80px !important;
  line-height: 100% !important;
}
@media (max-width: 640px) {
  .f80 {
    font-size: 40px !important;
  }
}

.two-contact {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
@media (max-width: 980px) {
  .two-contact {
    margin-bottom: 25px;
  }
}
@media (max-width: 980px) {
  .two-contact {
    flex-direction: column;
    align-content: center;
  }
}
.two-contact .item-left {
  width: calc(50% - 10px);
  margin-right: 10px;
}
@media (max-width: 980px) {
  .two-contact .item-left {
    width: 100%;
    margin-right: 0;
  }
}
.two-contact .item-right {
  width: calc(50% - 10px);
  margin-left: 10px;
}
@media (max-width: 980px) {
  .two-contact .item-right {
    width: 100%;
    margin-left: 0;
  }
}
.two-contact .item-left .two-list {
  margin-top: 50px;
}
.two-contact .item-left .two-list .item {
  display: flex;
  flex-wrap: wrap;
}
.two-contact .item-left .two-list .item .contact-text p {
  margin-bottom: 0;
}
.two-contact .item-left .two-list .item .contact-text p a {
  color: #111111 !important;
  font-style: normal;
}
.two-contact .item-left .two-list .item .icons {
  margin-right: 15px;
}
@media (max-width: 640px) {
  .two-contact .item-left .two-list .item .icons {
    margin-right: 15px;
    width: calc(15% - 20px);
  }
}
@media (max-width: 640px) {
  .two-contact .item-left .two-list .item .contact-text {
    width: 85%;
  }
}
.two-contact .item-left .two-list .tlfn {
  font-size: 60px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .two-contact .item-left .two-list .tlfn {
    font-size: 30px;
  }
}

.mT0 p {
  margin-bottom: 1rem !important;
}

.navbar {
  margin-right: 50px;
}
.navbar ul li {
  margin-left: 25px;
}
.navbar ul li a {
  font-size: 18px;
  font-weight: 700;
  color: #111111 !important;
}
.navbar ul li .active {
  color: #CA0101 !important;
}
.navbar ul .active a {
  color: #CA0101 !important;
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.call img {
    width: 50px;
    display: block;
}
.call {
    position: fixed;
    bottom: 125px;
    right: 15px;
}
@media (max-width: 980px) {
	.call {
		display:none;
	}
}
.whatsapp {
    position: fixed;
    right: 0;
    bottom: 58px;
}
.whatsapp img {
    width: 60px;
}
.whatsapp span:nth-child(2) {
    display: none;
}
@media (max-width: 980px) {
	.whatsapp {
    position: initial;
    right: inherit;
    bottom: auto;
	}
  .whatsapp a {
    display: flex;
  }
  .whatsapp a {
	  background: linear-gradient(268.62deg, #108E08 48.82%, #2CAB1D 70.88%);
	  width: 100%;
	  align-items: center;
	  justify-content: center;
	  padding: 7px;
	  font-size: 18px;
	  color: #fff;
	  font-weight: 700;
	}
	.whatsapp span:nth-child(2) {
    display: block;
	}
}
.whatsapp a span {
  padding: 0 10px;
}


@media (max-width: 980px) {
  .menu-container {
    display: none;
  }
}

.hamburger-change .bar1, .hamburger-change .bar2, .hamburger-change .bar3 {
  background-color: #6b1010 !important;
}

.hamburger-btn {
  display: none;
  cursor: pointer;
  padding: 3px 10px;
  border-radius: 4px;
  position: relative;
}
@media (max-width: 980px) {
  .hamburger-btn {
    display: block;
  }
}

.hamburger-change .bar1 {
  width: 30px !important;
}

.hamburger-change .bar3 {
  width: 30px !important;
}

.hamburger-btn .bar1 {
  width: 20px;
}

.hamburger-btn .bar2 {
  width: 35px;
}

.hamburger-btn .bar3 {
  width: 10px;
}

.hamburger-btn .bar1, .hamburger-btn .bar2, .hamburger-btn .bar3 {
  height: 4px;
  background-color: #fff;
  margin: 6px 0px;
  transition: 0.4s;
}

.hamburger-change .bar1 {
  transform: rotate(-45deg) translate(-7px, 8px);
}

.hamburger-change .bar2 {
  /*IE8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /*IE 5-7*/
  filter: alpha(opacity=0); /*Modern Browsers*/
  opacity: 0;
}

.hamburger-change .bar3 {
  transform: rotate(45deg) translate(-6px, -6px);
}

.our-companies-bg-container {
    display: flex;
    align-items: center;
}

.our-companies-bg-container .wrapper {
    width: 784px;
    margin: 0 auto;
}

@media (max-width: 800px) {
	.our-companies-bg-container .wrapper {
		width: 100%;
	}
}

.our-companies-bg-container  p {
    color: #48281D !important;
}

.our-companies-bg-container .title-s {
    color: #48281D !important;
}

.btn-2 {
    width: 330px;
    height: 55px;
    background: #962625;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 90px;
    color: #fff;
    transition: 0.5s;
    margin: 30px auto 0;
}

/*# sourceMappingURL=project.css.map */