/*  */
@font-face {
  font-family: CentraleSansBold;
  src: url(../fonts/CentraleSans-XBold.ttf);
}
@font-face {
  font-family: BiloxiScript;
  src: url(../fonts/BiloxiScript.ttf);
}
/*  */
.intro-cst .row > *,
.services-mda .row > *,
footer .row > * {
  margin-top: var(--bs-gutter-y);
}
/* FONT_WEIGHT */
.fw100 {font-weight: 100;}
.fw200 {font-weight: 200;}
.fw300 {font-weight: 300;}
.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}
/* FONT_WEIGHT */
/* PADDING */
.pb-12px {
  padding-bottom: 12px;
}
.pt-12px {
  padding-top: 12px;
}
/* PADDING */
/* HEADER */
.navbar.nav-scroll {
  background-color: var(--theme-color);
  border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.menu-icon svg {
  width: 30px;
  height: 30px;
  display: flex;
}
/* HEADER */
.header-mda {
  min-height: 100vh;
  padding: 160px 0 120px;
  position: relative;
  overflow: hidden !important;
  background-size: cover;
}
@media(max-width:991px){
  .header-mda{
    background-position-x: 70%;
  }
  .about-hed .caption h1{
          font-size: 48px;
          padding-top:40px;
  }
}
.header-mda .caption h1 {
    font-family: CentraleSansBold;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom:30px;
    letter-spacing: 0px;
    font-size: 50px;
    line-height: 80px;
}
.header-mda .caption h1 .Outlinetxt{
  letter-spacing: 0px;
  font-size: 86px;
  line-height: 80px;
}
.header-mda .caption h5{
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 32px;
  color: #fff;
}
.Outlinetxt {
  font-weight: 400;
  font-family: BiloxiScript;
}
/* ABOUT */
.intro-cst p {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}
/* ABOUT */
/* PRODUCT */
.productitem {
  position: relative;
  padding: 15px;
  border-radius: 12px;
}
.productitem:hover .cont a {
  background: #83afb8;
  border-color: #83afb8;
}
.productitem .cont h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.productitem .cont span {
  font-size: 14px;
  font-weight: 300;
}
.productitem .cont a {
  padding: 8px 22px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.productitem .img {
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.productitem .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/* PRODUCT */

.services-mda .item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.services-mda .item .cont {
  padding: 15px;
  order: 2;
}
.services-mda .item .img {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.services-mda .item .cont .text {
  margin-top: 22px;
}
.services-mda .item .cont .text p {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.services-mda .item .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #fff;
  color: #000;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.services-mda .item .icon svg {
  width: 26px;
  height: 26px;
  display: flex;
}
.services-mda .item:hover{
  border-color: #fff;
}
.services-mda .item:hover .icon {
  opacity: 1;
  visibility: visible;
}
/* FOOTER */
footer .links {
  font-size: 16px;
}
 .videobtn{
  inset: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  position: absolute;
  border: 1px solid #ffff;
  border-radius: 100%;
  padding: 20px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: pointer;
}
 .videobtn svg{
  width: 44px;
  height: 44px;
  display: flex;
 }
 .videobtn:hover,
 .videobtn:focus,
 .videobtn:active{
  background-color: #fff;
  color: #000;
 }
/* FOOTER */
.butn-circle {
  width: 180px;
  height: 180px;
  border: 1px solid #141414;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.butn-circle.butn-dark {
  color: #fff;
  background: #141414;
}
.butn-circle.butn-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.butn-circle.butn-light:hover {
  background: #fff;
  color: #141414;
}
.butn-circle.butn-light:hover .text {
  color: #141414;
}
.butn-circle.butn-light:hover svg path {
  stroke: #141414;
}
.butn-circle svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.butn-circle:hover {
  background: #141414;
  color: #fff;
}
.butn-circle:hover svg path {
  stroke: #fff;
}
.butn-circle:hover .text-dark {
  color: #fff !important;
}

.ourvalue-ds .item {
  padding: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.ourvalue-ds .item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ourvalue-ds .item .title h2 {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -2px;
}
.ourvalue-ds .item .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-left: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ourvalue-ds .item .icon svg {
  width: 30px;
  height: 30px;
  display: flex;
}
.ourvalue-ds .item .title {
  position: relative;
  margin-bottom: -60px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.ourvalue-ds .item:hover {
  background: #212121;
}
.ourvalue-ds .item:hover .title {
  margin-bottom: 0;
  color: #0c94a0;
}

.ourvalue-ds .item .text p {
  max-width: 565px;
}
.upProducts .item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.upProducts .item .img {
  border-radius: 16px;
  aspect-ratio: 8/8;
  overflow: hidden;
  position: relative;
  filter: grayscale(1);
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.upProducts .item:hover .img{
  filter: grayscale(0);
}
.upProducts .item .cont {
  padding: 15px;
}
.upProducts .item .fttitle {
  margin-top: 14px;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}

/* CONTACT FORM */
.contact-pg input,
.contact-pg textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  padding: 15px 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-pg input:focus,
.contact-pg textarea:focus {
  border-color: #fff;
}

.contact-pg textarea {
  min-height: 180px;
}

/* CONTACT FORM */
/* ABOUT PAGE */
.about-hed .caption h1{
  font-size: 64px;
  letter-spacing: -3px;
  font-weight: 500;
  font-family: var( --titlefont);
}
.intro-iner .img-box {
  position: relative;
}
.intro-iner .img {
  height: 580px;
  border-radius: 15px;
}
.fit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.intro-iner .img-box .just-shape {
  background: var(--theme-color);
  border-radius: 0 0 30px 0;
  width: 200px;
  height: 50px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.intro-iner .img-box .just-shape .shap-right-top {
  position: absolute;
  top: -1px;
  right: -2.05rem;
}
.intro-iner .img-box .just-shape .shap-right-top svg {
  width: 2.1rem;
  height: 2.1rem;
}
.intro-iner .img-box .just-shape .shap-left-bottom {
  position: absolute;
  bottom: -2.05rem;
  left: -1px;
}
.intro-iner .img-box .just-shape .shap-left-bottom svg {
  width: 2.1rem;
  height: 2.1rem;
}
/* ABOUT PAGE */
/* CONTACT PAGE */
.contact-pg .sub-bg{
  padding: 44px 34px;
}
.contacpage .full-width{
  padding-top: 44px;
  padding-bottom: 44px;
}
/* CONTACT PAGE */
/* MEDIA */
@media screen and (max-width: 1400px) {
  /* BANNER TITLE */
  .header-mda .caption h1 {
    font-size: 50px;
  }
  /* BANNER TITLE */
  .intro-cst .states .item h2 {
    font-size: 54px;
    margin-top: 20px;
  }
  .intro-cst .states .item{
    padding-left: 30px;
  }
  .intro-cst .states .item:before{width: 20px;}
  .ourvalue-ds .item .title h2 {
    font-size: 65px;
    line-height: 65px;
  }
  .pb-140012px{padding-bottom: 12px;}
}
@media screen and (max-width: 1200px) {
  /* BANNER TITLE */
  .header-mda .caption h1 {
    font-size: 50px;
  }
  /* BANNER TITLE */
  .ourvalue-ds .item .title {
    margin-bottom: -60px;
  }
  .ourvalue-ds .item .title h2 {
    font-size: 54px;
    line-height: 54px;
  }
  .ourvalue-ds .item {
    padding: 20px;
  }
  .ourvalue-ds .item .icon {
    margin-left: 30px;
  }
}

@media screen and (max-width: 991px) {
  /* BANNER TITLE */
  .header-mda .caption h1 .Outlinetxt{
    font-size: 76px;
    line-height: 70px;
  }
  /* BANNER TITLE */
  .pricing-pg h5{
    font-size: 20px;
  }
  /* INTRO SECTION */
  .intro-cst .states .item {
    padding-left: 28px;
  }
  .intro-cst .states .item:before {
    width: 22px;
  }
  .intro-cst .states .item span{
    font-size: 14px;
  }
  .intro-cst .states .item h2 {
    font-size: 44px;
    margin-top: 15px;
}
  /* INTRO SECTION */
  .ourvalue-ds .item {
    display: block !important;
  }
  .ourvalue-ds .item .title {
    margin-bottom: 0;
  }
  .ourvalue-ds .item .title h2 {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .ourvalue-ds .item .icon {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  /* BANNER TITLE */
  .header-mda .caption h1 {
    font-size: 44px;
    line-height: 67px;
  }
  .header-mda .caption h1 .Outlinetxt {
    font-size: 70px;
    line-height: 64px;
}
  /* BANNER TITLE */
  /* INTRO SECTION */
  .intro-cst .states .item {
    padding-left: 30px;
  }
  .intro-cst .states .item:before {
    width: 20px;
  }
  .intro-cst .states .item h2 {
    font-size: 46px;
    margin-top: 14px;
  }
  .intro-cst .states .item .spn-botm {
    margin-left: 6px;
  }
  .intro-cst .states .item span {
    font-size: 14px;
  }
  /* INTRO SECTION */
  /* ABOUT PAGE */
  .about-hed h1{
    font-size: 30px;
    letter-spacing: normal; 
  }
  /* ABOUT PAGE */
  /* CONTACT US */
  .contacpage .full-width{
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }
  .contact-pg .sub-bg{
    padding-left: 24px;
    padding-right: 24px;
  }
  .contacpage.contact-pg .full-width .morinfo {
    padding-left:5px;
    padding-right:5px;
  }
  .contacpage.contact-pg .container > h1{
    padding-left: 10px;
    padding-right: 10px;
  }
  /* CONTACT US */
}
@media screen and (max-width: 568px) {
  /* HEADER */
  .navbar .topnav .butn {
    padding: 8px 8px;
  }
  .navbar .topnav .butn .icon {
    width: fit-content;
  }
  .navbar .topnav .butn .icon svg {
    width: 20px;
    height: 20px;
  }
  .navbar .logo img {
    width: 215px;
  }
  .hamenu .menu-links .main-menu > li .link{
    font-size: 38px;
  }
  /* HEADER */
  /* BANNER TITLE */
  .header-mda .caption h1 {
    font-size: 38px;
    line-height: 60px;
  }
  .header-mda .caption h1 .Outlinetxt {
    font-size: 46px;
    line-height: 40px;
}
  /* BANNER TITLE */
}
@media screen and (max-width: 398px) {
      /* BANNER TITLE */
      .header-mda .caption h1 {
        font-size: 34px;
        line-height: 52px;
    }
    .header-mda .caption h1 .Outlinetxt {
      font-size: 39px;
      line-height: 35px;
  }
      /* BANNER TITLE */
}
@media screen and (max-width: 329px) {
  /* HEADER */
  .navbar > .container {
    justify-content: center;
  }
  .navbar .topnav {
    width: 100%;
    justify-content: space-between;
  }
  /* HEADER */

  /* OUR VALUE */
  .ourvalue-ds .item .text .d-flex {
    flex-direction: column;
    gap: 15px;
    align-items: start !important;
  }
  .ourvalue-ds .item .icon {
    margin-left: 0;
  }
  /* OUR VALUE */
}
.pricing-pg .item {
  padding: 45px;
  background: #0e0f11; }
/* VIDEO */
.video__wrapper{margin:20px 0;display:inline-block;position:relative;width: 100%;height: auto;border-radius: 24px;overflow: hidden;}
video{width:100%;object-fit: cover;max-width:100%;display:inline-block;vertical-align:top;}
/* VIDEO */