/*******************
 01 TYPOGRAPHY START
********************/
body {
  font-size: 16px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  background-color: #000000;
  scroll-behavior: smooth;
}



a {
  text-decoration: none;
  color: #fba926;
}
a:hover {
  color: #fba926;
}

h1, h2, h3, h4, h5, h6, p {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

ol, ul, dl {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h2 {
  font-weight: 700;
}

p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

.space-py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.space-pt-80 {
  padding-top: 80px;
}

.space-pb-80 {
  padding-bottom: 80px;
}

.space-arrow {
  padding-bottom: 120px;
}

.arrow-hide .slick-next, .arrow-hide .slick-prev {
  display: none !important;
}

.bg-card {
  background-color: #191514;
}

.btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 35px;
  border: 2px solid #fba926;
  background-color: #fba926;
  border-radius: 30px;
  position: relative;
  -webkit-animation: all 0.7s ease;
          animation: all 0.7s ease;
  z-index: 1;
  overflow: hidden;
}
.btn:hover {
  color: #ffffff;
}
.btn::before {
  background: #ffffff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.btn:hover::before {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.title {
  text-align: center;
  margin-bottom: 40px;
}
.title h2 {
  text-transform: capitalize;
  font-weight: 700;
}
.title h2 span {
  color: #fba926;
}
.title p {
  margin-top: 25px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.cdx-row {
  margin-bottom: -24px;
}
.cdx-row > div {
  margin-bottom: 24px;
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  border-color: #fba926;
}

/*******************
 02 HEADER START
********************/
header {
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 9;
  position: relative;
  background-color: #000000;
}
header .header-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .codex-brand img {
  width: 210px;
  height: auto;
}
header .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .menu-list a {
  color: #ffffff;
}
header .menu-list > li {
  position: relative;
  padding: 10px 0;
}
header .menu-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
}
header .menu-list > li > a i {
  font-weight: 600;
  margin-left: 10px;
}
header .menu-list > li + li {
  margin-left: 40px;
}
header .menu-list li {
  text-transform: capitalize;
}
header .menu-action {
  display: none;
  position: relative;
}
header .menu-action i {
  font-size: 24px;
  color: #ffffff;
}
header .menu-action .close-menu {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
}
header .btn {
  padding: 6px 25px;
  font-size: 14px;
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-animation: fadeInDown 0.5s ease;
          animation: fadeInDown 0.5s ease;
  -webkit-box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
          box-shadow: 0 0 10px 0 rgba(54, 16, 12, 0.1);
}

/*******************
 03 INTRO
********************/
.intro {
  height: calc(100vh - 87px);
  background-color: #191514;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.intro .img-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.intro .img-wrap img {
  width: 75%;
}
.intro .img-wrap .puls-efect {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  z-index: -1;
}
.intro .img-wrap .puls-efect li {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.intro .intro-contain {
  height: calc(100vh - 87px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro .intro-contain h3 {
  font-size: 40px;
  color: #fba926;
  margin-bottom: 5px;
}
.intro .intro-contain h1 {
  font-size: 75px;
}
.intro .intro-contain p {
  margin-top: 15px;
  line-height: 1.6;
}
.intro .intro-contain .btn {
  margin-top: 40px;
}
.intro ul.bubbles-wrap {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.intro ul.bubbles-wrap li {
  border-radius: 50%;
  height: 200px;
  position: absolute;
  width: 200px;
}
.intro ul.bubbles-wrap li:after {
  background-color: rgba(251, 169, 38, 0.2);
  border-radius: 50%;
  content: "";
  height: 180px;
  left: 10px;
  position: absolute;
  width: 180px;
}
.intro ul.bubbles-wrap li:first-child {
  -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
          animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: -5%;
  top: 5%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.intro ul.bubbles-wrap li:nth-child(2) {
  -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
          animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 5%;
  top: 80%;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}
.intro ul.bubbles-wrap li:nth-child(3) {
  -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
          animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 10%;
  top: 40%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.intro ul.bubbles-wrap li:nth-child(4) {
  -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
          animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 20%;
  top: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}
.intro ul.bubbles-wrap li:nth-child(5) {
  -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
          animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 30%;
  top: 50%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.intro ul.bubbles-wrap li:nth-child(6) {
  -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
          animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 50%;
  top: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.intro ul.bubbles-wrap li:nth-child(7) {
  -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
          animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 65%;
  top: 70%;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}
.intro ul.bubbles-wrap li:nth-child(8) {
  -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
          animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 80%;
  top: 10%;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}
.intro ul.bubbles-wrap li:nth-child(9) {
  -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
          animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 90%;
  top: 50%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.intro ul.bubbles-wrap li:nth-child(10) {
  -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
          animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 80%;
  top: 80%;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}

@-webkit-keyframes animateBubble {
  0% {
    margin-top: 800px;
  }
  100% {
    margin-top: -100%;
  }
}

@keyframes animateBubble {
  0% {
    margin-top: 800px;
  }
  100% {
    margin-top: -100%;
  }
}
@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}
/*******************
 04 SERVICE START
********************/
.service-grid {
  padding: 30px;
  border-radius: 10px;
  background-color: #191514;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-grid .icon-wrap {
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  background-color: #fba926;
}
.service-grid .icon-wrap img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: auto;
  height: 60%;
}
.service-grid h4 {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.service-grid:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}


/*******************
 05 ABOUT US START
********************/
.about .img-wrap {
  border-radius: 10px;
  overflow: hidden;
}
.about .img-wrap img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about .img-wrap:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.about .contain-wrap p {
  margin-top: 20px;
}
.about .contain-wrap .btn {
  margin-top: 30px;
}
.about .progress-list {
  margin-bottom: -20px;
  margin-top: 30px;
}
.about .progress-list .progress-group {
  margin-bottom: 20px;
}
.about .progress-list .progress-group h6 {
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 500;
}
.about .progress-list .progress-group h6 span {
  float: right;
}
.about .progress-list .progress-group .progress {
  height: 10px;
  background-color: #191514;
}
.about .progress-list .progress-group .progress .progress-bar {
  background-color: #fba926;
}
.about .about-group {
  background-color: #191514;
  padding: 25px;
  border-radius: 10px;
}
.about .about-group .img-wrap {
  margin-bottom: 30px;
}
.about .about-group:nth-child(n+2) {
  margin-top: 25px;
}
.about .about-group p {
  margin-top: 15px;
}
.about .about-group ul li span {
  font-weight: 600;
  color: #fba926;
  margin-right: 10px;
  min-width: 250px;
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}

.about-grid {
  background-color: #191514;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.about-grid .img-wrap {
  overflow: hidden;
}
.about-grid .img-wrap img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-grid p {
  margin-top: 10px;
}
.about-grid .contain-wrap {
  padding: 20px;
}
.about-grid:hover .img-wrap img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

/*******************
 06 COUNTER START
********************/
.count-grid {
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #191514;
  height: 100%;
}
.count-grid .icon-wrap svg {
  width: auto;
  height: 50px;
}
.count-grid .icon-wrap svg path {
  fill: #fba926;
}
.count-grid .count-detail h2 {
  font-size: 36px;
  color: #fba926;
  margin-bottom: 15px;
  font-weight: 700;
}

/***********************
 07 TESTIMONIAL START
************************/
.testimonial .testimonial-contain {
  padding: 30px;
  border-radius: 10px;
  margin: 10px;
  background-color: #191514;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  position: relative;
}
.testimonial .testimonial-contain .img-wrap {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  margin-bottom: 20px;
}
.testimonial .testimonial-contain .testimonial-detail h6 {
  color: #fba926;
  margin-bottom: 15px;
}
.testimonial .testimonial-contain .testimonial-detail .rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.testimonial .testimonial-contain .testimonial-detail .rating-list li i {
  color: #fba926;
  font-size: 30px;
}
.testimonial .testimonial-contain .testimonial-detail .rating-list li + li {
  margin-left: 10px;
}
.testimonial .shap i {
  font-size: 210px;
  color: rgba(251, 169, 38, 0.05);
  position: absolute;
}
.testimonial .shap i:first-child {
  top: 30px;
  left: 5%;
}
.testimonial .shap i:nth-child(2) {
  bottom: 30px;
  right: 5%;
}

/***********************
 08 VIDEOINFO START
************************/
.video-info {
  background-image: url("../../assets/images/video-info/vidobg.jpg"); /* adjust path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
  min-height: 300px; /* ensures section has visible height */
  background-color: #f8f9fa; /* fallback if image missing */
}

.video-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.video-info .detail-wrap {
  text-align: center;
  width: 75%;
  margin: auto;
}
.video-info .detail-wrap h2 {
  margin-bottom: 20px;
}

.videomodal video {
  width: 100%;
  height: auto;
}

@-webkit-keyframes jkit-ripple {
  70% {
    -webkit-box-shadow: 0 0 0 15px currentColor;
            box-shadow: 0 0 0 15px currentColor;
    opacity: 0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
            box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
  }
}

@keyframes jkit-ripple {
  70% {
    -webkit-box-shadow: 0 0 0 15px currentColor;
            box-shadow: 0 0 0 15px currentColor;
    opacity: 0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
            box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
  }
}
.effect1 .img-wrap, .effect1 .icon-wrap {
  position: relative;
  overflow: hidden;
}
.effect1 .img-wrap::before, .effect1 .icon-wrap::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.effect1:hover .img-wrap::before, .effect1:hover .icon-wrap::before {
  -webkit-animation: effect1 1s;
          animation: effect1 1s;
}
.effect1.inverce-color .img-wrap::before, .effect1.inverce-color .icon-wrap::before {
  background-color: rgba(251, 169, 38, 0.2);
}

@-webkit-keyframes effect1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes effect1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/***********************
 10 GET IN TOUCH START
************************/
.get-touch .contact-grid {
  background-color: #191514;
  padding: 25px;
  border-radius: 5px;
  height: 100%;
}
.get-touch .contact-grid h5 {
  margin-bottom: 5px;
  border-bottom: 1px solid #fba926;
  margin-bottom: 25px;
  padding-bottom: 15px;
  text-transform: capitalize;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.get-touch .contact-grid .detail-list li {
  position: relative;
  padding-left: 35px;
}
.get-touch .contact-grid .detail-list li img {
  width: 20px;
  height: auto;
  position: absolute;
  top: 3px;
  left: 0;
}
.get-touch .contact-grid .detail-list li a {
  color: #ffffff;
  line-height: 1;
  font-weight: 400;
}
.get-touch .contact-grid .detail-list li + li {
  margin-top: 15px;
}
.get-touch form {
  padding: 30px;
  border-radius: 10px;
  background-color: #191514;
}
.get-touch .form-group {
  margin-bottom: 24px;
}
.get-touch .form-group > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.get-touch .form-group > div .form-control:nth-child(2) {
  margin-left: 24px;
}
.get-touch .form-group .form-control {
  border-color: #2d1e1d;
  padding: 12px 18px;
  border-radius: 5px;
  background-color: #000000;
  color: #ffffff;
}
.get-touch .form-group .form-control::-webkit-input-placeholder {
  text-transform: capitalize;
}
.get-touch .form-group .form-control::-moz-placeholder {
  text-transform: capitalize;
}
.get-touch .form-group .form-control:-ms-input-placeholder {
  text-transform: capitalize;
}
.get-touch .form-group .form-control::-ms-input-placeholder {
  text-transform: capitalize;
}
.get-touch .form-group .form-control::placeholder {
  text-transform: capitalize;
}
.get-touch .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.get-touch .form-group textarea {
  height: 177px;
}
.get-touch .form-group .btn {
  margin-top: 10px;
}

.map-wrap {
  background-color: #191514;
  border-radius: 10px;
  margin-top: 30px;
}
.map-wrap iframe {
  width: 100%;
  height: 450px;
}

/*******************
 11 NEWSLATTER START
********************/
.newsletter {
  text-align: center;
}
.newsletter h2 {
  margin-bottom: 20px;
}
.newsletter p {
  margin-bottom: 30px;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
.newsletter .input-group {
  width: 510px;
  margin-left: auto;
  margin-right: auto;
}
.newsletter .input-group .form-control {
  padding-left: 15px;
}
.newsletter .input-group .btn {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

/*******************
 12 BRAND START
********************/
.brand-grid img {
  margin: auto;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.brand-grid:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/*******************
 13 FOOTER START
********************/
footer {
  background-color: #191514;
}
footer .footer-grid .codex-brand {
  margin-bottom: 20px;
}
footer .footer-grid .codex-brand img {
  width: 170px;
  height: auto;
}
footer .footer-grid h4 {
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
footer .footer-grid > p {
  padding-right: 25px;
}
footer .footer-grid p {
  color: #ffffff;
}
footer .footer-grid .hoverlink li:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
footer .footer-grid .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
footer .footer-grid .social-list li a {
  width: 35px;
  height: 35px;
  color: #000000;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .footer-grid .social-list li a i {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .footer-grid .social-list li a:hover {
  background-color: #fba926;
}
footer .footer-grid .social-list li a:hover i {
  color: #ffffff;
}
footer .footer-grid .social-list li + li {
  margin-left: 15px;
}
footer .footer-grid .contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
footer .footer-grid .contact-list li img {
  min-width: 20px;
  width: 20px;
  margin-right: 15px;
}
footer .footer-grid .contact-list li a {
  color: #ffffff;
  display: block;
}
footer .footer-grid .contact-list li a:hover {
  color: #ffffff;
}
footer .footer-grid .link-list li {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-grid .link-list li a {
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .footer-grid .link-list li a span {
  display: block;
}
footer .footer-grid .link-list li a i {
  margin-right: 12px;
  font-size: 20px;
}
footer .footer-grid .link-list li a:hover {
  color: #fba926;
}
footer .footer-grid .link-list li + li {
  margin-top: 15px;
}
footer .footer-grid .insta-list {
  margin-left: -5px;
}
footer .footer-grid .insta-list li {
  display: inline-block;
  margin-left: 5px;
  margin-top: 8px;
}
footer .footer-grid .insta-list li a {
  overflow: hidden;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  display: inline-block;
}
footer .footer-grid .insta-list li a::before {
  content: "\f16d";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: grid;
  place-content: center;
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 30px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .footer-grid .insta-list li a img {
  width: 100%;
  height: 100%;
}
footer .footer-grid .insta-list li a:hover::before {
  opacity: 1;
}

.sub-footer {
  background-color: #191514;
}
.sub-footer .footer-contain {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.sub-footer .footer-contain .brand-list {
  margin-bottom: -15px;
}
.sub-footer .footer-contain .brand-list li {
  display: inline-block;
  margin-bottom: 15px;
}
.sub-footer .footer-contain .brand-list li + li {
  margin-left: 20px;
}
.sub-footer .footer-contain .brand-list li img {
  width: auto;
  height: 28px;
}
.sub-footer .footer-contain p {
  margin-top: 40px;
  font-size: 14px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.6);
}
.sub-footer .footer-contain h6 {
  font-size: 16px;
  margin-top: 15px;
  margin-top: 35px;
  font-weight: 400;
}

/*******************
  14 BREADCRUMB
********************/
.cdx-breadcrumb {
  background-color: #191514;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.cdx-breadcrumb .breadcrumb-contian {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cdx-breadcrumb h4 {
  text-transform: uppercase;
}
.cdx-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cdx-breadcrumb ul li a {
  font-size: 20px;
  text-transform: capitalize;
  color: #ffffff;
}
.cdx-breadcrumb ul li a i {
  margin-left: 15px;
}
.cdx-breadcrumb ul li + li {
  margin-left: 15px;
}

/*******************
  15 TAP TO TOP
********************/
.taptoscroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  opacity: 0;
  visibility: hidden;
  background-color: #fba926;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.taptoscroll-top i {
  font-size: 20px;
  -webkit-animation: welcomemove 2s infinite alternate;
          animation: welcomemove 2s infinite alternate;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.taptoscroll-top.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@-webkit-keyframes welcomemove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes welcomemove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.welcome-contian {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

.welcome-contian h1 {
  text-transform: uppercase;
}

.welcome-contian ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.welcome-contian ul li {
  font-size: 32px;
  text-transform: uppercase;
}

.welcome-contian ul li span {
  display: block;
}

.welcome-contian ul li + li {
  margin-left: 40px;
}

/*******************
  DISCLAIMER START
********************/
.dis-box {
  padding: 30px;
  background-color: #191514;
  border-radius: 10px;
}
.dis-box li + li {
  margin-top: 25px;
}
.dis-box li h5 {
  margin-bottom: 15px;
}
.dis-box li p + p {
  margin-top: 10px;
}
.dis-box li ul {
  padding-left: 40px;
}
.dis-box li ul li {
  list-style: auto;
}
.dis-box li ul li + li {
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  header .menu-list > li:hover > a {
    color: #fba926;
  }
  header .menu-list > li:hover .submenu-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  header .menu-list li .submenu-list {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 140px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  header .menu-list li .submenu-list a {
    padding: 10px 20px;
    display: block;
    width: 100%;
  }
  header .menu-list li .submenu-list li:hover a {
    background-color: #fba926;
    color: #ffffff;
  }
  header .menu-list li .submenu-list li + li {
    border-top: 1px solid #E5E5E5;
  }
}
@media screen and (max-width: 1399px) {
  .space-py-80 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .space-pt-80 {
    padding-top: 65px;
  }
  .space-pb-80 {
    padding-bottom: 65px;
  }
  .intro .intro-contain h1 {
    font-size: 65px;
  }
}
@media screen and (max-width: 1199px) {
  .space-py-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .space-pt-80 {
    padding-top: 50px;
  }
  .space-pb-80 {
    padding-bottom: 50px;
  }
  .btn {
    padding: 8px 30px;
  }
  .intro .img-wrap img {
    width: 90%;
  }
  .sub-footer .footer-contain p {
    width: auto;
    margin-top: 20px;
  }
  .sub-footer .footer-contain h6 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  .title {
    margin-bottom: 34px;
  }
  .title p {
    width: auto;
  }
  header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header .codex-brand img {
    width: 160px;
  }
  header .menu-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    padding: 30px;
    padding-top: 50px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
  }
  header .menu-list.open {
    opacity: 1;
    visibility: visible;
  }
  header .menu-list.open ~ .menu-action .open-menu {
    opacity: 0;
    visibility: hidden;
  }
  header .menu-list.open ~ .menu-action .close-menu {
    opacity: 1;
    visibility: visible;
  }
  header .menu-list > li {
    padding: 0;
  }
  header .menu-list > li > a {
    font-size: 20px;
    color: #ffffff;
  }
  header .menu-list > li > a i {
    margin-left: auto;
    font-size: 24px;
  }
  header .menu-list > li + li {
    margin-left: unset;
    margin-top: 5px;
  }
  header .menu-list > li .submenu-list {
    padding-left: 15px;
    padding-top: 8px;
  }
  header .menu-list > li .submenu-list li a {
    font-size: 16px;
    color: #ffffff;
  }
  header .btn {
    margin-left: unset;
  }
  header .menu-action {
    display: block;
  }
  .intro {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .intro .intro-contain {
    height: auto;
    margin-top: 20px;
    text-align: center;
  }
  .intro .intro-contain h1 {
    font-size: 42px;
  }
  .intro .intro-contain h1 br {
    display: none;
  }
  .intro .intro-contain p {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
  .intro .intro-contain .btn {
    margin-top: 25px;
  }
  .intro .img-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .intro .img-wrap img {
    width: 30%;
  }
  .intro .intro-row > div:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .about .contain-wrap {
    margin-top: 30px;
  }
  .about .contain-wrap p {
    margin-top: 15px;
  }
  .video-info {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .video-info .detail-wrap {
    width: auto;
  }
  .newsletter p {
    width: 80%;
  }
  .cdx-breadcrumb {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cdx-breadcrumb h4 {
    font-size: 22px;
  }
  .cdx-breadcrumb ul li a {
    font-size: 16px;
  }
  .get-touch form {
    padding: 20px;
  }
  .get-touch .contact-grid {
    padding: 20px;
  }
  .get-touch .contact-grid h5 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .get-touch .contact-grid .detail-list li + li {
    margin-top: 10px;
  }
  .get-touch .form-group {
    margin-bottom: 20px;
  }
  .get-touch .form-group > div .form-control:nth-child(2) {
    margin-left: 15px;
  }
  .footer-row {
    margin-bottom: -30px;
  }
  .footer-row > div {
    margin-bottom: 30px;
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  footer .footer-grid h6 {
    margin-bottom: 15px;
  }
  footer .footer-grid .codex-brand img {
    width: 140px;
  }
  .sub-footer .footer-contain {
    display: block;
    text-align: center;
  }
  .sub-footer .brand-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  .sub-footer .brand-list li img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .title p {
    margin-top: 15px;
  }
  .intro .intro-contain h1 {
    font-size: 34px;
  }
  .intro .intro-contain p {
    width: auto;
  }
  .count-grid .count-detail h2 {
    font-size: 30px;
  }
  .footer-row > div {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  footer .footer-grid .codex-brand {
    margin-bottom: 15px;
  }
  footer .footer-grid h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  footer .footer-grid > p {
    padding-right: unset;
  }
  footer .footer-grid .social-list {
    margin-top: 15px;
  }
  footer .footer-grid .social-list li a {
    width: 30px;
    height: 30px;
  }
  footer .footer-grid .social-list li + li {
    margin-left: 10px;
  }
  footer .footer-grid .contact-list li > span:first-child {
    width: 25px;
    min-width: 25px;
  }
  footer .footer-grid .link-list li + li {
    margin-top: 10px;
  }
  .sub-footer .footer-contain .brand-list li img {
    height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .title {
    margin-bottom: 25px;
  }
  .btn {
    padding: 6px 25px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .intro .img-wrap img {
    width: 40%;
  }
  .intro .intro-contain h1 {
    font-size: 26px;
  }
  .cdx-breadcrumb h4 {
    font-size: 18px;
  }
  .cdx-breadcrumb ul li a {
    font-size: 14px;
  }
  .space-py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .space-pt-80 {
    padding-top: 40px;
  }
  .space-pb-80 {
    padding-bottom: 40px;
  }
  header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .codex-brand img {
    width: 130px;
  }
  header .btn {
    font-size: 12px;
    padding: 5px 20px;
  }
  .video-info {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .video-info .detail-wrap h2 {
    margin-bottom: 15px;
  }
  .about .about-group {
    padding: 20px;
  }
  .about .about-group .contain-wrap {
    margin-top: 15px;
  }
  .about .about-group .img-wrap {
    margin-bottom: 20px;
  }
  .about .about-group .img-wrap img {
    width: auto;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about .about-group p {
    margin-top: 10px;
  }
  .about-grid p {
    margin-top: 5px;
  }
  .service-grid {
    padding: 20px;
  }
  .service-grid .icon-wrap {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  .service-grid h4 {
    margin-bottom: 5px;
  }
  .count-grid .count-detail h2 {
    margin-bottom: 10px;
  }
  .sub-footer .footer-contain .brand-list li img {
    height: 22px;
  }
  .about .contain-wrap {
    margin-top: 25px;
  }
  .about .contain-wrap p {
    margin-top: 10px;
  }
  .about .contain-wrap .btn {
    margin-top: 20px;
  }
  .newsletter h2 {
    margin-bottom: 15px;
  }
  .newsletter p {
    width: auto;
    margin-bottom: 20px;
  }
  .newsletter .input-group {
    width: auto;
  }
  .dis-box {
    padding: 20px;
  }
  .dis-box li + li {
    margin-top: 15px;
  }
  .dis-box li h5 {
    margin-bottom: 10px;
  }
  .dis-box li p + p {
    margin-top: 5px;
  }
  .dis-box li ul {
    padding-left: 20px;
  }
  .dis-box li ul li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 420px) {
  .get-touch .form-group > div {
    display: block;
    margin-bottom: 15px;
  }
  .get-touch .form-group > div .form-control:nth-child(2) {
    margin-left: unset;
    margin-top: 15px;
  }
}

.bullet-point::before {
  content: "• ";
  color: #ff6600; /* change color if needed */
  font-weight: bold;
}