* {
  scroll-behavior: smooth;
}
body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #E2E1E1;
  /* height: 200vh; */
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible; }

p {
  color: #000;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.hero {
  background-image: url(images/mask1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 630px;
 }

 .overlay {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 630px;
  background: rgb(220, 20, 60, .7);

 }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  top: 0;
  width: 100%;
  height: 76px;
  padding: 1rem;
  background-color: #E2E1E1;
  position: absolute; }
  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 0rem;
      padding-bottom: 0rem; } }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }
  .site-navbar .site-logo {
    display: block;
    width: 40%;
    margin-top: -8px;
    text-align: center;
}
.site-navbar .site-logo h2 {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 100%;
}

.site-navbar .site-logo h2 span {
    font-size: 12px;
}
    .site-navbar .site-logo a {
      text-transform: uppercase;
      color: #fff;
      font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: left;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 20px; }
    /* .site-navbar .site-navigation .site-menu .active {
      color: #eb4d55 !important; } */
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 32px;
        margin-right: 15px;
        padding: 8px 0px;
        font-size: 15px;
        color: #000000;
        display: inline-block;
        text-decoration: none !important;
        font-weight: bold;
        position: relative; }
        .site-navbar .site-navigation .site-menu > li > a:before {
          content: "";
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          height: 1px;
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          transform: scale(0);
          -webkit-transition: .3s transform ease;
          -o-transition: .3s transform ease;
          transition: .3s transform ease;
          background: #DC143C; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #DC143C !important; }
          .site-navbar .site-navigation .site-menu > li > a:hover:before {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1); }
        /* .site-navbar .site-navigation .site-menu > li.active > a:before {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); } */
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #eb4d55;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #eb4d55 !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #eb4d55; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: rgb(220, 20, 60, .7);
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  border: 4px solid #DC143C;
  border-radius: 26px 0px 0px 26px;
 }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        color: #fff;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #eb4d55; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      /* .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #eb4d55; } */
      /* .site-mobile-menu .site-nav-wrap li.active > a {
        color: #eb4d55; } */
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #eb4d55; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #eb4d55 !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }

/* my work start */

        .text-right {
          text-align: right !important;
          margin-top: -38px;
      }

.header-sec {
  width: 16%;
    display: block;
    margin: 110px auto;
    text-align: center;
    border: 6px solid #DC143C;
}

.header-hd {
  width: 252%;
  display: block;
  text-align: center;
  margin: 0px -147px auto;
}

.header-hd h2 {
  color: #FFFFFF;
  font-family: system-ui;
  letter-spacing: 1px;
  font-size: 38px;
  font-weight: 200;
  opacity: 80%;
}

.header-hd h1 {
  color: #FFFFFF;
  font-family: system-ui;
  font-size: 90px;
  letter-spacing: 6px;
  line-height: 82%;
}

.header-sec h3 {
  color: #FFFFFF;
    font-family: system-ui;
    letter-spacing: 1px;
    font-size: 28px;
    font-weight: 500;
    opacity: 80%;
}

.header-hd img {
  width: 30%;
}

.social-icons {
  width: 100%;
  display: block;
  margin: -80px auto;
  text-align: center;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px;
  width: 40px;
  height: 40px;
  background: rgb(220, 20, 60, .7);
  border-radius: 50%;
  text-decoration: none;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}

.social-icons a i {
  margin: 0px 20px;
  color: #fff;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  font-size: 30px;
}

 /* Hover Effects */
 .social-icons a:hover {
  transform: scale(1.2);
}
.social-icons a:hover i {
  transform: rotate(360deg);
}
.social-icons a:nth-child(1):hover { background: #1877F2; } /* Facebook */
.social-icons a:nth-child(1):hover i { color: white; }

.social-icons a:nth-child(2):hover { background: black; } /* Twitter (X) */
.social-icons a:nth-child(2):hover i { color: white; }

.social-icons a:nth-child(3):hover { background: #E4405F; } /* Instagram */
.social-icons a:nth-child(3):hover i { color: white; }

.social-icons a:nth-child(4):hover { background: #FF0000; } /* YouTube */
.social-icons a:nth-child(4):hover i { color: white; }

.social-icons a:nth-child(5):hover { background: #E60023; } /* Pinterest */
.social-icons a:nth-child(5):hover i { color: white; }

.social-icons a:nth-child(6):hover { background: #25D366; } /* WhatsApp */
.social-icons a:nth-child(6):hover i { color: white; }

.text-white {
  color: #DC143C !important;
}

/* career */

.career {
  width: 100%;
    display: block;
    margin-top: 22px;
}

.career-img {
  width: 35%;
  display: block;
  float: right;
}

.career-text {
  display: block;
  width: 60%;
  padding: 0px 0px 0px 26px;
}

article {
  width: 100%;
  display: block;
}

article h1 {
  font-family: sans-serif;
  font-weight: 600;
  color: #CE2E4E;
  font-size: 50px;
  padding-top: 20px;
}

article p {
  color: #000;
  font-weight: 400;
  font-family: inherit;
  font-size: 20px;
}

/* about */

.about {
  width: 100%;
  display: block;
}

.about-img {
  display: block;
    width: 50%;
    float: left;
}

.about-text {
  display: block;
  width: 50%;
  float: right;
  padding: 0px 40px 0px 30px;
}

.about-text h1 {
    color: #DC143C;
    font-weight: bold;
    font-size: 44px;
}

.about-text p {
  color: #000;
  font-weight: 400;
  font-size: 17px;
  padding-top: 12px;
}

.about-text img {
  display: block;
    width: 32%;
}

.about-text button {
  width: 46%;
  background: #DC143C;
  border: #DC143C;
  border-radius: 3px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  padding: 6px;
  margin-top: 20px;
}

.about-text button:hover {
  background-color: #f30b39;
  box-shadow: 0 0 5px #f30b39, 0 0 25px #f30b39 !important;
}

/* photo gallery */

/*
.photo {
  width: 100%;
    display: block;
    background: #FFFFFF;
    padding-top: 50px;
}

.photo-hd {
  width: 32%;
  display: block;
  padding-bottom: 20px;
}

.photo-hd h1 {
  color: #1D1C1C;
  font-weight: bold;
  font-family: system-ui;
  font-size: 110px;
  line-height: 84%;
    padding-bottom: 42px;
}

.photo-hd h2 {
  color: #CE2E4E;
  font-family: system-ui;
  font-weight: bold;
  font-size: 40px;
}

.hovereffect {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
}

.hovereffect img {
  transition: transform 0.3s ease;
}

.hovereffect:hover img {
  transform: scale(1.1);
}

.overlay1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.hovereffect:hover .overlay1 {
  height: 100%;
}

.overlay1 h2 {
  color: white;
  font-size: 12px;
  line-height: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
*/

.photo-hd {
  width: 100%;
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}

.photo-hd h1 {
  color: #1D1C1C;
    font-weight: bold;
    font-family: system-ui;
    font-size: 76px;
    line-height: 84%;
}

.img-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.img-wrapper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 20px;
}



.img-wrapper:hover img {
    transform: scale(1.1);
}

.overlay1 {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.img-wrapper:hover .overlay {
    opacity: 1;
}


/* footer */

.footer {
  width: 100%;
  display: block;
  padding-top: 64px;
  background-color: #000000;
    margin-top: 50px;
}

.footer-hd {
  width: 84%;
  display: block;
  margin-top: 14px;
}

.footer-hd h1 {
  color: #C63036;
  font-family: sans-serif;
  font-weight: 900;
  font-size: 100px;
  line-height: 75px;
  letter-spacing: -3px;
}

.footer-hd h1 span {
  display: block;
  font-size: 76px;
}

.footer-text {
  width: 60%;
  display: block;
  margin: 0 auto;
}

.footer-text h1 {
  color: #FFFFFF;
  font-family: system-ui;
  font-weight: 500;
  font-size: 28px;
}

.footer-text .ft-link {
  line-height: 30px;
}

.footer-text .ft-link a {
  color: #FFFFFF;
  font-family: inherit;
  font-size: 18px;
}

.social-footer {
  width: 80%;
    display: block;
    margin: 0 auto;
}

.social-footer h1 {
  color: #FFFFFF;
  font-weight: 500;
  font-family: system-ui;
  font-size: 28px;
}

.social-links1 {
  width: 100%;
  display: block;
  padding-top: 6px;
  margin-left: -12px;
}

.social-links1 a {
  display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: #000;
            border-radius: 50%;
            text-decoration: none;
            font-size: 22px;
            transition: all 0.3s ease-in-out;
}

.social-links1 a i {
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  color: #fff;
}

/* Hover Effects */
.social-links1 a:hover {
  transform: scale(1.2);
}
.social-links1 a:hover i {
  transform: rotate(360deg);
}
.social-links1 a:nth-child(1):hover { background: #1877F2; } /* Facebook */
.social-links1 a:nth-child(1):hover i { color: white; }

.social-links1 a:nth-child(2):hover { background: black; } /* Twitter (X) */
.social-links1 a:nth-child(2):hover i { color: white; }

.social-links1 a:nth-child(3):hover { background: #E4405F; } /* Instagram */
.social-links1 a:nth-child(3):hover i { color: white; }

.social-links1 a:nth-child(4):hover { background: #FF0000; } /* YouTube */
.social-links1 a:nth-child(4):hover i { color: white; }

.social-links1 a:nth-child(5):hover { background: #E60023; } /* Pinterest */
.social-links1 a:nth-child(5):hover i { color: white; }

.social-links1 a:nth-child(6):hover { background: #25D366; } /* WhatsApp */
.social-links1 a:nth-child(6):hover i { color: white; }

.linee {
  width: 100%;
  display: block;
  border-top: 2px solid #FFFFFF;
}

.linee h2 {
  text-align: center;
  color: #FFFFFF;
  font-family: system-ui;
  font-size: 16px;
  font-weight: 400;
  padding-top: 12px;
  letter-spacing: 1px;
}

.linee h2 a {
  color: #FFFFFF;
  font-family: system-ui;
  font-size: 16px;
}

.linee h2 a abbr {
  cursor: pointer;
}

.top {
  position: fixed;
  bottom: 1.1rem;
  right: 0;
}
.top i {
  color: #000;
  background: #DC143C;
  font-size: 20px;
  padding: 6px;
  border-radius: 0.5rem;
}


.social-icons1 {
  display: flex;
  gap: 10px;
}
.social-icons1 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #f1f1f1;
  border-radius: 50%;
  text-decoration: none;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.social-icons1 a i {
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  color: #000;
}
/* Hover Effects */
.social-icons1 a:hover {
  transform: scale(1.2);
}
.social-icons1 a:hover i {
  transform: rotate(360deg);
}
.social-icons1 a:nth-child(1):hover { background: #1877F2; } /* Facebook */
.social-icons1 a:nth-child(1):hover i { color: white; }

.social-icons1 a:nth-child(2):hover { background: black; } /* Twitter (X) */
.social-icons1 a:nth-child(2):hover i { color: white; }

.social-icons1 a:nth-child(3):hover { background: #E4405F; } /* Instagram */
.social-icons1 a:nth-child(3):hover i { color: white; }

.social-icons1 a:nth-child(4):hover { background: #FF0000; } /* YouTube */
.social-icons1 a:nth-child(4):hover i { color: white; }

.social-icons1 a:nth-child(5):hover { background: #E60023; } /* Pinterest */
.social-icons1 a:nth-child(5):hover i { color: white; }

.social-icons1 a:nth-child(6):hover { background: #000; } /* WhatsApp */
.social-icons1 a:nth-child(6):hover i { color: white; }

.whatsapp-icon {
  display: block;
  width: 100%;
}

.whatsapp-icon a {
  width: 36px;
  height: 36px;
  justify-content: center;
  display: inline-flex;
  background: #25D366;
  color: #fff;
  border-radius: 6px;
}

.whatsapp-icon a i {
  padding: 6px;
  font-size: 21px;
}

.whatsapp-icon span {
  color: #606060;
  font-weight: 400;
  font-size: 15px;
  padding-left: 12px;
}

@media (min-width: 768px) and (max-width:991px) {
  .text-right {
    text-align: right !important;
    margin-top: -86px;
}

.site-navbar {
    height: 50px;
}

.site-navbar .site-logo {
  display: block;
  width: 48%;
  margin-top: 15px;
}

.header-sec {
  width: 20%;
  display: block;
  margin: 80px auto;
  text-align: center;
  border: 6px solid #DC143C;
}

.header-hd {
  width: 300%;
  display: block;
  text-align: center;
  margin: 0px -147px auto;
}

.header-hd h2 {
  color: #FFFFFF;
  font-family: system-ui;
  letter-spacing: 1px;
  font-size: 25px;
  font-weight: 200;
  opacity: 80%;
}

.header-hd h1 {
  color: #FFFFFF;
  font-family: system-ui;
  font-size: 72px;
  letter-spacing: 2px;
  line-height: 72%;
}

.header-sec h3 {
  color: #FFFFFF;
  font-family: system-ui;
  letter-spacing: 1px;
  font-size: 21px;
  opacity: 80%;
}

.hero {
  height: 414px;
}

.overlay {
  height: 414px;
}

/* career */

.career-text {
  display: block;
  width: 50%;
  padding: 0px 0px 0px 14px;
}

article h1 {
  font-family: sans-serif;
  font-weight: 600;
  color: #CE2E4E;
  font-size: 26px;
  padding-top: 0px;
}

article p {
  font-weight: 400;
  font-family: inherit;
  font-size: 11px;
  line-height: 151%;
}
/* about */

.about-text {
  display: block;
  width: 50%;
  float: right;
  padding: 0px 8px 0px 10px;
}

.about-text h1 {
  color: #DC143C;
  font-weight: bold;
  font-size: 29px;
}

.about-text p {
  font-weight: 400;
  font-size: 11px;
  padding-top: 0px;
}

.about-text button {
  width: 46%;
  background: #DC143C;
  border: #DC143C;
  border-radius: 3px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  padding: 6px;
  margin-top: 16px;
}

/* photo */
.photo-hd {
  width: 100%;
  display: block;
  padding-bottom: 0px;
  padding-top: 20px;
  text-align: center;
}

.photo-hd h1 {
  color: #1D1C1C;
  font-weight: bold;
  font-family: system-ui;
  font-size: 58px;
  line-height: 84%;
}

.img-wrapper img {
    width: 100% !important;
    height: 240px !important;
    transition: transform 0.5s ease;
    border-radius: 20px;
}

/* footer */

.footer-hd {
  width: 100%;
  display: block;
  margin-top: 14px;
}

.footer-hd h1 {
  color: #C63036;
  font-family: sans-serif;
  font-weight: 900;
  font-size: 73px;
  line-height: 58px;
  letter-spacing: -3px;
}

.footer-hd h1 span {
  display: block;
  font-size: 58px;
}

.footer-text {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.footer-text h1 {
  color: #FFFFFF;
  font-family: system-ui;
  font-weight: 500;
  font-size: 25px;
}

.footer-text .ft-link a {
  color: #FFFFFF;
  font-family: inherit;
  font-size: 16px;
}

.social-footer {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.social-footer h1 {
  color: #FFFFFF;
  font-weight: 500;
  font-family: system-ui;
  font-size: 25px;
}

.social-links1 img {
  width: 8%;
  margin-right: 15px;
}

.linee h2 {
  text-align: center;
  color: #FFFFFF;
  font-family: system-ui;
  font-size: 12px;
  font-weight: 400;
  padding-top: 12px;
  letter-spacing: 1px;
}

.site-mobile-menu .site-nav-wrap a {
  color: #fff;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #fff;
}

.social-icons {
  width: 100%;
  display: block;
  margin: -64px auto;
  text-align: center;
}

.social-icons a i {
  margin: 0px 16px;
  color: #fff;
  font-size: 26px;
}

.social-links1 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #000;
  border-radius: 50%;
  text-decoration: none;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}

}

@media (min-width: 867px) and (max-width:991px) {
  .header-sec {
    width: 18%;
    display: block;
    margin: 80px auto;
    text-align: center;
    border: 6px solid #DC143C;
}

/* career */

.career-text {
  display: block;
  width: 42%;
  padding: 5px 0px 0px 20px;
}

article p {
  font-weight: 400;
  font-family: inherit;
  font-size: 12px;
  line-height: 151%;
}

/* about */

.about-text {
  display: block;
  width: 50%;
  float: right;
  padding: 0px 12px 0px 10px;
}

.about-text p {
  font-weight: 400;
  font-size: 13px;
  padding-top: 0px;
}

.text-right {
  text-align: right !important;
  margin-top: -108px;
}
}

@media (min-width: 910px) and (max-width:991px) {
  article p {
    font-weight: 400;
    font-family: inherit;
    font-size: 13px;
    line-height: 151%;
}
}

@media (min-width: 992px) and (max-width:1199px) {
  .text-right {
    text-align: right !important;
    margin-top: -26px;
}

.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 21px;
  margin-right: 15px;
  padding: 8px 0px;
  font-size: 15px;
  color: #000000;
  display: inline-block;
  text-decoration: none !important;
  font-weight: bold;
  position: relative;
}

.site-navbar .site-logo {
  display: block;
  width: 40%;
  margin-top: 4px;
}

.header-sec {
  width: 15%;
  display: block;
  margin: 110px auto;
  text-align: center;
  border: 6px solid #DC143C;
}

.header-hd {
  width: 312%;
  display: block;
  text-align: center;
  margin: 0px -147px auto;
}

.header-hd h2 {
  color: #FFFFFF;
  font-family: system-ui;
  letter-spacing: 1px;
  font-size: 26px;
  font-weight: 200;
  opacity: 80%;
}

.header-hd h1 {
  color: #FFFFFF;
  font-family: system-ui;
  font-size: 62px;
  letter-spacing: 6px;
  line-height: 72%;
}

.header-sec h3 {
  color: #FFFFFF;
  font-family: system-ui;
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: 200;
  opacity: 80%;
}

.hero {
  background-image: url(images/mask1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 452px;
}

.overlay {
  height: 452px;
}

/* career */

.career-text {
  display: block;
  width: 40%;
  padding: 0px 0px 0px 22px;
}
article h1 {
  font-family: sans-serif;
  font-weight: 600;
  color: #CE2E4E;
  font-size: 34px;
  padding-top: 10px;
}
article p {
  color: #000;
  font-weight: 400;
  font-family: inherit;
  font-size: 14px;
}

/* about */

.about-text {
  display: block;
  width: 50%;
  float: right;
  padding: 18px 14px 0px 16px;
}

.about-text h1 {
  color: #DC143C;
  font-weight: bold;
  font-size: 30px;
}

.about-text p {
  font-weight: 400;
  font-size: 14px;
  padding-top: 0px;
}

.career-img {
  width: 40%;
  display: block;
  float: right;
}

/* photo */

.img-wrapper img {
  width: 100%;
  height: 298px;
  transition: transform 0.5s ease;
  border-radius: 20px;
}

/* footer */

.footer-hd {
  width: 100%;
  display: block;
  margin-top: 14px;
}

.footer-text {
  width: 66%;
  display: block;
  margin: 0 auto;
}

.social-links1 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #000;
  border-radius: 50%;
  text-decoration: none;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
}

@media (min-width: 1054px) and (max-width:1199px) {
  .header-hd {
    width: 292%;
    display: block;
    text-align: center;
    margin: 0px -147px auto;
}
.site-navbar .site-navigation .site-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 41px;
}
}

@media (min-width: 1100px) and (max-width:1199px) {
  .header-hd {
    width: 280%;
    display: block;
    text-align: center;
    margin: 0px -147px auto;
}

/* career */

.career-text {
  display: block;
  width: 40%;
  padding: 8px 0px 0px 24px;
}

/* about */

.about-text {
  display: block;
  width: 50%;
  float: right;
  padding: 10px 54px 0px 16px;
}
.about-text h1 {
  color: #DC143C;
  font-weight: bold;
  font-size: 34px;
}
.about-text p {
  font-weight: 400;
  font-size: 15px;
  padding-top: 0px;
}
article h1 {
  font-family: sans-serif;
  font-weight: 600;
  color: #CE2E4E;
  font-size: 38px;
  padding-top: 10px;
}
article p {
  color: #000;
  font-weight: 400;
  font-family: inherit;
  font-size: 16px;
}
}

@media (min-width: 1150px) and (max-width:1199px) {
  /* about */

  .about-text p {
    font-weight: 400;
    font-size: 16px;
    padding-top: 0px;
}
}

@media (min-width: 1200px) and (max-width:1240px) {
  .career-img {
    width: 48%;
    display: block;
    float: right;
}
.career-text {
  display: block;
  width: 52%;
  padding: 0px 38px 0px 26px;
}

.hero {
  height: 580px !important;
}

.overlay {
  height: 580px !important;
}
}

@media (min-width: 1300px) and (max-width:2000px) {
  .career-img {
    width: 40%;
    display: block;
    float: right;
}
.site-navbar .site-navigation .site-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 48px;
}
}

@media (min-width: 1400px) and (max-width:2000px) {
  .img-wrapper img {
    width: 100%;
    height: 440px;
    transition: transform 0.5s ease;
    border-radius: 20px;
}
}

@media (min-width: 1500px) and (max-width:2000px) {
  article p {
    color: #000;
    font-weight: 400;
    font-family: inherit;
    font-size: 24px;
}

.img-wrapper img {
  width: 100%;
  height: 480px;
  transition: transform 0.5s ease;
  border-radius: 20px;
}
}

@media (min-width: 1700px) and (max-width: 2000px) {
  .career-img {
      width: 34%;
      display: block;
      float: right;
  }

  .img-wrapper img {
    width: 100%;
    height: 586px;
    transition: transform 0.5s ease;
    border-radius: 20px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .owl-carousel:hover .owl-nav .owl-prev {
    left: 14px;
}
.owl-carousel:hover .owl-nav .owl-next {
  right: 5px;
}

.text-right {
  text-align: right !important;
  margin-top: -58px;
}

.site-navbar .site-logo {
  display: block;
  width: 132%;
  margin-top: -4px;
}
    
    .site-navbar .site-logo h2 {
    font-size: 10px;
}
    .site-navbar .site-logo h2 span {
    font-size: 8px;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  top: 0;
  width: 100%;
  height: 52px;
  padding: 1rem;
  background-color: #E2E1E1;
  position: absolute;
}

.header-sec {
  width: 34%;
  display: block;
  margin: 127px auto;
  text-align: center;
  border: 4px solid #DC143C;
}

.header-hd {
  width: 301%;
  display: block;
  text-align: center;
  margin: 0px -100px auto;
}

.header-hd h2 {
  color: #FFFFFF;
  font-family: system-ui;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 200;
  opacity: 80%;
}

.header-hd h1 {
  color: #FFFFFF;
  font-family: system-ui;
  font-size: 50px;
  letter-spacing: 3px;
  line-height: 72%;
}

.header-sec h3 {
  color: #FFFFFF;
  font-family: system-ui;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 200;
  opacity: 80%;
}

.hero {
  height: 394px;
}

.overlay {
  height: 394px;
}

/* career */

.career {
  width: 100%;
  display: block;
  margin-top: 10px;
}

.career-img {
  width: 100%;
  display: block;
}

.career-text {
  display: block;
  width: 100%;
  padding: 20px 8px 0px 10px;
  float: inline-end;
}

/* about */

.about-img {
  display: block;
  width: 90%;
}

.about-text {
  display: block;
  width: 100%;
  padding: 22px 12px 26px 14px;
}

.about-text h1 {
  color: #DC143C;
  font-weight: bold;
  font-size: 32px;
}

.about-text p {
  font-weight: 400;
  font-size: 16px;
  padding-top: 0px;
}

.about-text button {
  width: 55%;
  background: #DC143C;
  border: #DC143C;
  border-radius: 3px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  padding: 6px;
  margin-top: 20px;
}

/* photo */

.photo-hd {
  width: 100%;
  display: block;
  padding-bottom: 20px;
}

.photo-hd h1 {
  color: #1D1C1C;
  font-weight: bold;
  font-family: system-ui;
  font-size: 62px;
  line-height: 84%;
}

.photo-hd h2 {
  color: #CE2E4E;
  font-family: system-ui;
  font-weight: bold;
  font-size: 34px;
}

.img-wrapper img {
  width: 100%;
  height: auto !important;
  transition: transform 0.5s ease;
  border-radius: 20px;
}



/* footer */

.footer-hd {
  width: 294px;
  display: block;
  margin-top: 14px;
}

.footer-hd h1 {
  color: #C63036;
  font-family: sans-serif;
  font-weight: 900;
  font-size: 100px;
  line-height: 75px;
  letter-spacing: -3px;
  margin-top: -25px;
}

.footer-hd h1 span {
  display: block;
  font-size: 76px;
}

.footer-text {
  width: 100%;
  display: block;
  margin: 12px auto;
}

.social-footer {
  width: 204px;
  display: block;
  margin: 0;
  float: right;
}

.linee h2 {
  text-align: center;
  color: #FFFFFF;
  font-family: system-ui;
  font-size: 12px;
  font-weight: 400;
  padding-top: 12px;
  letter-spacing: 1px;
}

article p {
  color: #000;
  font-weight: 400;
  font-family: inherit;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap a {
  color: #fff;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #fff;
}

.social-icons {
  width: 100%;
  display: block;
  margin: -104px auto;
  text-align: center;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px 8px;
  width: 30px;
  height: 30px;
  background: rgb(220, 20, 60, .7);
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.social-icons a i {
  margin: 0px 12px;
  color: #fff;
  font-size: 20px;
}

.social-links1 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  text-decoration: none;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}

.social-icons1 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #f1f1f1;
  border-radius: 50%;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

}

@media (min-width: 342px) and (max-width: 767px) {
  .header-hd {
    width: 276%;
    display: block;
    text-align: center;
    margin: 0px -100px auto;
}
.text-right {
  text-align: right !important;
  margin-top: -88px;
}
}

@media (min-width: 360px) and (max-width: 767px) {
  .site-navbar .site-logo {
    display: block;
    width: 104%;
    margin-top: -8px;
}

.text-right {
  text-align: right !important;
  margin-top: -70px;
}
}

@media (min-width: 400px) and (max-width: 767px) {
  .header-sec {
    width: 29%;
    display: block;
    text-align: center;
    border: 4px solid #DC143C;
}

/* .social-footer {
  width: 64%;
  display: block;
  margin: 0;
} */
}

@media (min-width: 450px) and (max-width: 767px) {
  .site-navbar .site-logo {
    display: block;
    width: 92%;
    margin-top: -8px;
}

.text-right {
  text-align: right !important;
  margin-top: -88px;
}

.header-sec {
  width: 27%;
  display: block;
  text-align: center;
  border: 4px solid #DC143C;
}

/* about */

.about-text h1 {
  color: #DC143C;
  font-weight: bold;
  font-size: 26px;
}

.about-text button {
  width: 46%;
}

/* photo */

.photo-hd {
  width: 100%;
  display: block;
  padding-bottom: 20px;
}

.photo-hd h1 {
  color: #1D1C1C;
  font-weight: bold;
  font-family: system-ui;
  font-size: 110px;
  line-height: 84%;
}

.photo-hd h2 {
  color: #CE2E4E;
  font-family: system-ui;
  font-weight: bold;
  font-size: 40px;
}
}

@media (min-width: 520px) and (max-width: 767px) {
  .site-navbar .site-logo {
    display: block;
    width: 86%;
    margin-top: -8px;
}

.text-right {
  text-align: right !important;
  margin-top: -106px;
}

.header-sec {
  width: 22%;
  display: block;
  text-align: center;
  border: 4px solid #DC143C;
}

.hero {
  height: 420px;
}

.overlay {
  height: 420px;
}

/* career */

.career-text {
  display: block;
  width: 100%;
  padding: 20px 30px 0px 10px;
  float: inline-end;
}

/* about */

.about-text h1 {
  color: #DC143C;
  font-weight: bold;
  font-size: 30px;
}

/* .about-text p {
  color: #606060;
  font-weight: 400;
  font-size: 14px;
  padding-top: 0px;
} */

/* .social-footer {
  width: 50%;
  display: block;
  margin: 0;
} */
}

@media (min-width: 600px) and (max-width: 767px) {
  .site-navbar .site-logo {
    display: block;
    width: 77%;
    margin-top: -8px;
}

.header-hd {
  width: 276%;
  display: block;
  text-align: center;
  margin: 0px -112px auto;
}

.header-hd h2 {
  color: #FFFFFF;
  font-family: system-ui;
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: 200;
  opacity: 80%;
}

.header-hd h1 {
  color: #FFFFFF;
  font-family: system-ui;
  font-size: 58px;
  letter-spacing: 3px;
  line-height: 72%;
}

.header-sec h3 {
  color: #FFFFFF;
  font-family: system-ui;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 200;
  opacity: 80%;
}

.header-sec h3 {
  color: #FFFFFF;
  font-family: system-ui;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 200;
  opacity: 80%;
}

.hero {
  height: 440px;
}

.overlay {
  height: 440px;
}

/* career */

.career-text {
  display: block;
  width: 100%;
  padding: 20px 88px 0px 20px;
  float: inline-end;
}

/* about */

.about-text {
  display: block;
  width: 100%;
  padding: 22px 94px 26px 14px;
}
}

@media (min-width: 700px) and (max-width: 767px) {
  .header-hd {
    width: 276%;
    display: block;
    text-align: center;
    margin: 0px -132px auto;
}

/* career */

/* article p {
  color: #606060;
  font-weight: 400;
  font-family: inherit;
  font-size: 14px;
} */

/* about */

.about-text h1 {
  color: #DC143C;
  font-weight: bold;
  font-size: 36px;
}

/* .about-text p {
  color: #606060;
  font-weight: 400;
  font-size: 16px;
  padding-top: 0px;
} */
}