html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

form textarea {
  resize: none;
}

a:hover, a:focus, a:active {
  text-decoration: none !important;
  color: inherit;
  outline: none !important;
}

a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
}

button {
  border-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #171613;
}

a {
  cursor: pointer !important;
}

@font-face {
  font-family: "NeueHaasDisplay-Bold", sans-serif;
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url("/fonts/NeueHaasDisplay-Bold.woff2") format("woff2");
}
.NeueHaasDisplay {
  font-family: "NeueHaasDisplay-Bold", sans-serif;
}

.fw {
  width: 100%;
}

.pr {
  position: relative;
}

h1.maintitlebig {
  position: relative;
  display: inline-block;
  font-size: 140px;
  line-height: 1;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  color: #171613;
}
h1.maintitlebig .arrow {
  width: 90px;
  margin-left: 24px;
}

@media (max-width: 1200px) {
  h1.maintitlebig {
    font-size: 114px;
  }
  h1.maintitlebig .arrow {
    width: 70px;
  }
}
@media (max-width: 992px) {
  h1.maintitlebig {
    font-size: 91px;
  }
  h1.maintitlebig .arrow {
    width: 50px;
  }
}
@media (max-width: 768px) {
  h1.maintitlebig {
    font-size: 37px;
  }
  h1.maintitlebig .arrow {
    width: 24px;
    margin-left: 15px;
  }
}
header {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 111111;
}
header .header {
  background-color: #f2f0ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 96px;
}
header .logo {
  display: inline-block;
  margin-top: 18px;
}
header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .humburger {
  width: 46px;
  height: 46px;
  position: relative;
  background-color: #171613;
  border-radius: 42px;
  cursor: pointer;
}
header .humburger span {
  width: 24px;
  height: 3px;
  display: inline-block;
  background-color: #fff;
  font-size: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header .humburger span:nth-child(1) {
  top: 16px;
}
header .humburger span:nth-child(2) {
  top: 27px;
}
header .right_side {
  z-index: 0;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
}
header .right_side .btn {
  margin-right: 20px;
  z-index: -1;
}
header .right_side nav {
  cursor: pointer;
  height: 46px;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
}
header .right_side nav .nav {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  background-color: #f2f0ed;
  height: 46px;
  position: absolute;
  left: 0%;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  border: 1px solid #171613;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}
header .right_side nav .nav a {
  padding: 0 24px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  color: #171613;
  font-weight: 500;
}
header .right_side nav .nav a.active, header .right_side nav .nav a:hover {
  font-weight: 700;
}
header .right_side nav .nav a:after {
  display: block !important;
  content: attr(data-title) !important;
  font-weight: 700;
  overflow: hidden !important;
  visibility: hidden !important;
  position: inherit !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  height: 0 !important;
}
header .right_side nav.active .nav {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transform: translateX(calc(-100% + 46px));
          transform: translateX(calc(-100% + 46px));
}
header.fixed .header {
  height: 68px;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
header.fixed .header .logo {
  margin-top: 7px;
}
header.fixed .header .logo img {
  width: 140px;
}
@media (max-width: 768px) {
  header .header .row .col-5 {
    width: 120px;
  }
  header .header .row .col-5 a img {
    width: 120px;
  }
  header .header .row .col-7 {
    width: calc(100% - 120px);
  }
  header .right_side {
    overflow: visible;
  }
  header .right_side .btn {
    margin-right: 10px;
    padding: 0 15px;
  }
  header .right_side nav {
    height: auto;
  }
  header .right_side nav .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    border-radius: 23px;
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    left: auto;
    right: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  header .right_side nav.active .nav {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.aboutUs p {
  color: #fff;
  margin: 20px 0px;
}

p {
  font-size: 16px;
  line-height: 21px;
  color: #171613;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 19px;
  }
}

.secondtitle {
  font-family: "Figtree", sans-serif;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 9px;
}
@media (max-width: 768px) {
  .secondtitle {
    font-size: 32px;
    line-height: 37px;
  }
  .secondtitle img {
    width: 26px;
    height: 26px;
  }
}

body {
  background-color: #f2f0ed;
}

.btn {
  position: relative;
  -webkit-transition: color 0.5s 0.5s linear;
  transition: color 0.5s 0.5s linear;
  background-color: transparent;
  width: auto;
  height: 42px;
  border: 1px solid #000 !important;
  line-height: 42px;
  border-radius: 42px;
  overflow: hidden;
  padding: 0 32px;
}
.btn span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 42px;
  color: #171613;
}
.btn:after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.btn:after, .btn:before {
  content: "";
  -webkit-transform: translateX(-250%);
          transform: translateX(-250%);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  width: 100%;
  height: 42px;
  border-radius: 42px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
}
.btn:after {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.btn:hover {
  -webkit-transition: color 0.5s 0.5s linear;
  transition: color 0.5s 0.5s linear;
  border: 1px solid #000 !important;
}
.btn:hover span {
  color: #fff !important;
}
.btn:hover:before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.btn:hover:after {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.mainTitle {
  padding-left: 24px;
  position: relative;
}
.mainTitle:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #EA782F;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 9px;
}
.mainTitle h2 {
  font-family: "Figtree", sans-serif;
  font-size: 23px;
  line-height: 23px;
  color: #fff;
  font-weight: 700;
}
.mainTitle.black h2 {
  color: #000;
}

header .right_side_1 nav .nav a.active, header .right_side_1 nav .nav a:hover {
  font-weight: 700;
}

.right_side_1 .nav {
  border: 1px solid #171613;
  border-radius: 50px;
  float: right;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.right_side_1 .nav a {
  padding: 0 24px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  color: #171613;
  font-weight: 500;
}

.visible_mo {
  display: none !important;
}

.hidden_mo {
  display: block !important;
}

.footerp {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  line-height: 19px;
  margin: 10px 0 3px;
  font-weight: 400;
  color: #fff;
}

footer {
  background-color: #171613;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 80px 0;
}
footer .marquee {
  overflow: hidden;
  padding-bottom: 50px;
}
footer .marquee marquee {
  position: relative;
  padding-right: 25%;
  -webkit-text-stroke: 0.5px #fff;
  font-size: 77px;
  line-height: 1;
  color: transparent;
  font-family: "NeueHaasDisplay-Bold", sans-serif;
  font-weight: 700;
}
footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 100px;
  border-top: 1px solid #fff;
}
footer .footer .menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 33.33%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer .footer .menu .menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer .menu .menulist a {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: 19px;
  margin: 3px 0;
  font-weight: 700;
  color: #fff;
}
footer .footer .menu .menulist a:hover, footer .footer .menu .menulist a.active {
  color: #FF9FAD;
}
footer .footer .letchat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .footer .letchat a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer .letchat a h3 {
  font-family: "Figtree", sans-serif;
  font-size: 77px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
footer .footer .letchat a img {
  margin-left: 15px;
}
@media (max-width: 768px) {
  footer {
    padding: 50px 0;
  }
  footer .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 60px;
  }
  footer .footer .letchat {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
  footer .footer .letchat a h3 {
    font-size: 32px;
  }
  footer .footer .menu {
    width: 100%;
  }
  footer .marquee {
    padding-bottom: 36px;
  }
  footer .marquee marquee {
    font-size: 55px;
  }
}

#Whatsapp_Popuptextmsg {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1111111111111111200;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#Whatsapp_Popuptextmsg .content {
  background-color: #f2f0ed;
  width: 400px;
  height: auto;
  padding: 42px;
  border: 1px solid #171613;
  border-radius: 25px;
  position: relative;
}
#Whatsapp_Popuptextmsg .content p {
  font-size: 15px;
  line-height: 19px;
  color: #171613;
  margin-bottom: 10px;
}
#Whatsapp_Popuptextmsg .content .btn {
  margin-top: 10px;
}
#Whatsapp_Popuptextmsg .content .closebtn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
}
#Whatsapp_Popuptextmsg .content .closebtn:before, #Whatsapp_Popuptextmsg .content .closebtn:after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #171613;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#Whatsapp_Popuptextmsg .content .closebtn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 768px) {
  .visible_mo {
    display: block !important;
  }
  .hidden_mo {
    display: none !important;
  }
  .humburger {
    left: 180px;
  }
}