/*********************************************************************
Item Name: Formeto - Authentication HTML5 Pages Template
Author: codnictheme
Author URI: https://codecanyon.net/user/codnictheme
**********************************************************************/
/***  01 TYPOGRAPHY ***/
/***  02 HEADER ***/
/***  03 INTRO ***/
/***  04 DEMO ***/
/***  05 FEATHURES ***/
/***  06 FOOTER ***/
/***  07 BREADCRUMB ***/
/***  08 SCROLL TOP ***/
/***  09 AUTHENTICATION ***/
/***  10 CUSTOMIZER START ***/
/***  11 AUTHENTICATION START ***/
/***  12 CONTACT US START ***/
/***  13 APPOINTMENT  START ***/
/*******************
 01 TYPOGRAPHY START
********************/
body {
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
  color: #09362d;
  background-color: rgba(26, 188, 156, 0.1);
  scroll-behavior: smooth;
  font-weight: 500;
}

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

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;
}

p {
  color: #acb8b6;
  font-family: "Rubik", sans-serif;
}

.btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 35px;
  border: 2px solid #1abc9c;
  background-color: #1abc9c;
  border-radius: 30px;
  position: relative;
  -webkit-animation: all 0.5s ease;
          animation: all 0.5s ease;
  z-index: 1;
  overflow: hidden;
}
.btn:focus, .btn:hover {
  color: #ffffff;
  background-color: #1abc9c;
  border-color: #1abc9c;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.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);
}

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

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

.title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  margin-bottom: 40px;
  border-bottom: 3px solid #1abc9c;
  position: relative;
}
.title::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #1abc9c;
  position: absolute;
  bottom: -8px;
  left: 0;
  border: 2px solid #e7f8f4;
  animation: moveshap 8s linear infinite alternate-reverse;
}
.title h2 {
  text-transform: capitalize;
  font-weight: 800;
}

@-webkit-keyframes moveshap {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}

@keyframes moveshap {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
/****************
 03  FORM START
*****************/
.form-control {
  border-color: #e8e8e8;
  padding: 12px 18px;
  color: #acb8b6;
  border-radius: 5px;
}
.form-control:focus {
  border-color: #1abc9c;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control:focus ~ .input-group-text {
  border-color: #1abc9c;
}
.form-control::-webkit-input-placeholder {
  color: #acb8b6;
}
.form-control::-moz-placeholder {
  color: #acb8b6;
}
.form-control:-ms-input-placeholder {
  color: #acb8b6;
}
.form-control::-ms-input-placeholder {
  color: #acb8b6;
}
.form-control::placeholder {
  color: #acb8b6;
}
.form-control.calendar {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-image: url("../images/calendar.png");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.form-control.time {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-image: url("../images/time.png");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.form-control[type=date]::-webkit-calendar-picker-indicator, .form-control[type=time]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-image: url("../images/dropdown.png");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  text-transform: capitalize;
}
.form-group > label {
  margin-bottom: 5px;
}
.form-group .input-group-text {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-color: #e8e8e8;
  background-color: #ffffff;
}
.form-group .form-check-input {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-group .forgot-pass {
  color: #1abc9c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form-group .forgot-pass:hover {
  color: #09362d;
}

.group-input {
  position: relative;
}
.group-input .form-control {
  border-right: none;
}
.group-input .input-group-text {
  background-color: #ffffff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.form-label {
  text-transform: capitalize;
  font-weight: 500;
}

.group-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.group-small > div {
  width: 100%;
}
.group-small > div:nth-child(n+2) {
  margin-left: 15px;
}

select.form-control {
  position: relative;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.input-group-text {
  border-color: #e8e8e8;
  color: #acb8b6;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* custom chekbox  start*/
.custom-chek {
  margin-bottom: 0;
}
.custom-chek .form-check-input {
  width: 1.2em;
  height: 1.2em;
  border-color: #e8e8e8;
}
.custom-chek .form-check-input:checked {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.custom-chek label {
  margin-left: 5px;
}

/****************
  FORM END
*****************/
/************************
 11 AUTHENTICATION START
***********************/
.authentication-form {
  min-width: 620px;
  width: 620px;
  padding: 50px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px 5px rgba(9, 54, 45, 0.05);
          box-shadow: 0 0 40px 5px rgba(9, 54, 45, 0.05);
  margin: auto;
}
.authentication-form .auth-icon {
  margin-bottom: 30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  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: rgba(26, 188, 156, 0.1);
  margin-left: auto;
  margin-right: auto;
}
.authentication-form .auth-icon i {
  font-size: 35px;
  color: #1abc9c;
}
.authentication-form .login-header {
  text-align: center;
  margin-bottom: 40px;
}
.authentication-form .login-header .codex-brand .dark-logo {
  display: none;
}
.authentication-form .login-header img {
  width: 160px;
  margin-bottom: 30px;
}
.authentication-form .login-header h3 {
  font-weight: 800;
  text-transform: capitalize;
}
.authentication-form .login-footer {
  margin-top: 40px;
  text-align: center;
}
.authentication-form .login-footer a {
  color: #1abc9c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.authentication-form .login-footer a:hover {
  color: #09362d;
}
.authentication-form .btn {
  width: 100%;
  font-size: 20px;
  margin-top: 35px;
}
.authentication-form .btn i {
  margin-right: 5px;
}
.authentication-form .auth-pin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}
.authentication-form .auth-pin .form-control {
  min-height: 50px;
  text-align: center;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
}
.authentication-form .auth-pin .form-control:nth-child(n+2) {
  margin-left: 15px;
}
.authentication-form .input-group .input-group-text {
  font-size: 18px;
  color: #1abc9c;
}

/**********************
 12 CONTACT US START
********************/
.contact-grid {
  padding: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px 5px rgba(9, 54, 45, 0.05);
          box-shadow: 0 0 40px 5px rgba(9, 54, 45, 0.05);
  background-color: #ffffff;
}
.contact-grid h4 {
  font-weight: 700;
  text-transform: capitalize;
}
.contact-grid p {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.contact-grid p a {
  color: #acb8b6;
}
.contact-grid .icon-wrap {
  width: 65px;
  height: 65px;
  background: #1abc9c;
  border-radius: 50px;
  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-right: 15px;
}
.contact-grid .icon-wrap i {
  font-size: 30px;
  color: #ffffff;
}
.contact-grid .icon-wrap svg {
  color: #ffffff;
}

.getin-touch .img-wrap img {
  border-radius: 10px;
}
.getin-touch .contact-form {
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px 5px rgba(9, 54, 45, 0.05);
          box-shadow: 0 0 40px 5px rgba(9, 54, 45, 0.05);
  background-color: #ffffff;
}
.getin-touch .contact-form .touch-header {
  margin-bottom: 25px;
}
.getin-touch .contact-form .touch-header h2 {
  font-weight: 700;
  color: #09362d;
  font-size: 30px;
  margin-bottom: 10px;
}
.getin-touch .contact-form .form-group {
  margin-bottom: 25px;
}
.getin-touch .contact-form .form-group .form-control {
  padding: 12px 20px;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.getin-touch .contact-form .form-group .form-control:focus {
  border-color: #1abc9c;
}
.getin-touch .contact-form .form-group textarea {
  min-height: 170px;
}
.getin-touch .contact-form .btn {
  margin-top: 35px;
}
.getin-touch .contact-form .btn i {
  margin-right: 5px;
}

.touch-map {
  margin-bottom: -9px;
}
.touch-map iframe {
  width: 100%;
  height: 450px;
}

/**********************
 13 APPOINTMENT  START
************************/
.appointment-form {
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px 5px rgba(9, 54, 45, 0.05);
          box-shadow: 0 0 40px 5px rgba(9, 54, 45, 0.05);
  background-color: #ffffff;
}
.appointment-form h2 {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
  text-align: center;
}
.appointment-form .btn {
  margin-top: 30px;
}
.appointment-form label {
  margin-bottom: 5px;
}

/*******************
 02 HEADER START
********************/
header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
  z-index: 9;
  position: relative;
}
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: 150px;
  height: auto;
}
header .codex-brand .dark-logo {
  display: none;
}
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: #09362d;
  font-size: 18px;
  font-weight: 600;
}
header .menu-list > li {
  position: relative;
}
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 {
  text-transform: capitalize;
}
header .btn {
  padding: 6px 25px;
  font-size: 14px;
}
header .menu-action {
  margin-left: 20px;
  display: none;
  position: relative;
}
header .menu-action i {
  font-size: 24px;
}
header .menu-action .close-menu {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  color: #ffffff;
}
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(9, 54, 45, 0.1);
          box-shadow: 0 0 10px 0 rgba(9, 54, 45, 0.1);
}

/***************
 03 INTRO START
****************/
.intro {
  background-image: url("../images/demo/bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 87px);
  text-align: center;
  position: relative;
}
.intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 54, 45, 0.8);
}
.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;
  position: relative;
  z-index: 1;
  color: #ffffff;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.intro .intro-contain h1 {
  font-weight: 800;
  font-size: 45px;
  margin-bottom: 20px;
}
.intro .intro-contain p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 30px;
}
.intro .intro-contain .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  font-size: 18px;
}
.intro .intro-contain .btn i {
  margin-right: 10px;
}

/***************
 04 DEMO START
****************/
.demo-grid {
  text-align: center;
}
.demo-grid .img-wrap {
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 30px 5px rgba(9, 54, 45, 0.05);
          box-shadow: 0 0 30px 5px rgba(9, 54, 45, 0.05);
  position: relative;
}
.demo-grid .img-wrap .hover-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(9, 54, 45, 0.8);
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 8px;
}
.demo-grid .img-wrap .hover-link i {
  color: #ffffff;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
}
.demo-grid .img-wrap .hover-link i::before {
  color: #1abc9c;
  font-size: 18px;
}
.demo-grid .img-wrap img {
  width: 100%;
  height: auto;
}
.demo-grid .demo-detail {
  margin-top: 20px;
}
.demo-grid .demo-detail h3 {
  font-weight: 600;
  text-transform: capitalize;
}
.demo-grid:hover .hover-link {
  opacity: 1;
  visibility: visible;
}

/******************
 05 FEATHURES START
*******************/
.feathure .cdx-row {
  margin-bottom: -40px;
}
.feathure .cdx-row > div {
  margin-bottom: 40px;
}

.feathure-grid {
  text-align: center;
  background-color: rgba(26, 188, 156, 0.1);
  padding: 45px 0;
  border-radius: 5px;
}
.feathure-grid .icon-wrap {
  background-color: rgba(26, 188, 156, 0.1);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  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-left: auto;
  margin-right: auto;
}
.feathure-grid .icon-wrap i {
  color: #1abc9c;
}
.feathure-grid .icon-wrap img {
  width: auto;
  height: 35px;
}
.feathure-grid h5 {
  font-weight: 600;
  margin-top: 15px;
  text-transform: uppercase;
}

/******************
 06 FOOTER START
*******************/
footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1abc9c;
  text-align: center;
}
footer p {
  color: #ffffff;
}

/********************
 07 BREADCRUMB START
*********************/
.cdx-breadcrumb {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #1abc9c;
}
.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 .breadcrumb-contian h1 {
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
}
.cdx-breadcrumb .breadcrumb-contian .breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cdx-breadcrumb .breadcrumb-contian .breadcrumb-list li a {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
}
.cdx-breadcrumb .breadcrumb-contian .breadcrumb-list li a i {
  margin: 0 15px;
}

/*********************
 08 SCROLL TOP  START
*********************/
.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 22px;
  border: none;
  outline: none;
  background: #1abc9c;
  color: #ffffff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  -webkit-box-shadow: 0 3px 24px rgba(9, 54, 45, 0.1);
          box-shadow: 0 3px 24px rgba(9, 54, 45, 0.1);
  opacity: 0;
  visibility: hidden;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
}
.scroll-top:hover {
  color: #ffffff;
}

/************************
 09 CUSTOMIZER START
***********************/
.customizer {
  position: fixed;
  top: 45%;
  right: 0;
  z-index: 5;
}
.customizer ul li {
  display: block;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
}
.customizer ul li svg {
  width: 25px;
  height: 25px;
  fill: #1abc9c;
}
.customizer ul li .toggle-color {
  padding: 15px;
}
.customizer ul li .pick-color {
  background-color: #ffffff;
  padding: 25px;
  width: 225px;
  position: absolute;
  top: 0;
  right: -225px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.customizer ul li .pick-color .close-colorpick {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  background-color: #aef4e6;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.customizer ul li .pick-color .close-colorpick i {
  font-size: 22px;
  color: #1abc9c;
}
.customizer ul li .pick-color h5 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.customizer ul li .pick-color .color-list {
  margin-left: -10px;
}
.customizer ul li .pick-color .color-list li {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: #1abc9c;
  display: inline-block;
  margin-left: 10px;
}
.customizer ul li .pick-color .color-list li:nth-child(2) {
  background-color: #e67e22;
}
.customizer ul li .pick-color .color-list li:nth-child(3) {
  background-color: #8e44ad;
}
.customizer ul li .pick-color .color-list li:nth-child(4) {
  background-color: #3B3B98;
}
.customizer ul li .pick-color .color-list li:nth-child(5) {
  background-color: #e74c3c;
}
.customizer ul li .pick-color .color-list li:nth-child(6) {
  background-color: #3498db;
}
.customizer ul li .pick-color.open {
  right: 0;
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  header .menu-list > li {
    padding: 10px 0;
  }
  header .menu-list > li:hover > a {
    color: #1abc9c;
  }
  header .menu-list > li:hover .submenu-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  header .menu-list > li + li {
    margin-left: 40px;
  }
  header .menu-list li {
    position: relative;
  }
  header .menu-list li .submenu-list, header .menu-list li .secodnmenu-list {
    position: absolute;
    min-width: 220px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(9, 54, 45, 0.1);
            box-shadow: 0 0 10px 0 rgba(9, 54, 45, 0.1);
    border-radius: 5px;
    border-top: 4px solid #1abc9c;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header .menu-list li .submenu-list li:last-child a, header .menu-list li .secodnmenu-list li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  header .menu-list li .submenu-list {
    top: 100%;
    left: 0;
    -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 a i {
    top: 16px;
    position: absolute;
    right: 15px;
    font-weight: 600;
  }
  header .menu-list li .submenu-list > li:hover > a {
    background-color: #1abc9c;
    color: #ffffff;
  }
  header .menu-list li .submenu-list li {
    width: 100%;
  }
  header .menu-list li .submenu-list li:hover .secodnmenu-list {
    opacity: 1;
    visibility: visible;
  }
  header .menu-list li .submenu-list li + li {
    border-top: 1px solid #e8e8e8;
  }
  header .menu-list li .submenu-list li .secodnmenu-list {
    left: 100%;
    top: 0;
  }
  header .menu-list li .submenu-list li .secodnmenu-list li:hover > a {
    background-color: #1abc9c;
    color: #ffffff;
  }
  body.dark-mode header .menu-list li .submenu-list {
    -webkit-box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.08);
            box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.08);
    background-color: #212121;
  }
  body.dark-mode header .menu-list li .submenu-list li > a {
    color: #ffffff;
  }
  body.dark-mode header .menu-list li .submenu-list li + li {
    border-color: #363938;
  }
}
@media screen and (max-width: 1199px) {
  .intro .intro-contain h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 991px) {
  .space-py-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .intro {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .intro .intro-contain {
    width: auto;
    height: auto;
  }
  .intro .intro-contain h1 {
    font-size: 38px;
  }
  header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header .codex-brand img {
    width: 135px;
  }
  header .menu-list {
    position: absolute;
    top: 100%;
    right: 0;
    width: 250px;
    height: 135px;
    overflow: auto;
    background-color: #ffffff;
    display: block;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 40px 5px rgba(9, 54, 45, 0.05);
            box-shadow: 0 0 40px 5px rgba(9, 54, 45, 0.05);
    margin-top: 15px;
  }
  header .menu-list.open {
    opacity: 1;
    visibility: visible;
  }
  header .menu-list li {
    display: block;
    position: relative;
  }
  header .menu-list li + li {
    border-top: 1px solid #e8e8e8;
  }
  header .menu-list li a {
    padding: 10px 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
  }
  header .menu-list li .submenu-list {
    border-top: 1px solid #e8e8e8;
  }
  header .menu-list li .submenu-list a {
    padding-left: 30px;
    color: #acb8b6;
    font-size: 14px;
  }
  header .menu-list li .submenu-list a i {
    position: absolute;
    top: 15px;
    right: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    font-weight: 600;
    font-size: 16px;
  }
  header .menu-list li .submenu-list li .secodnmenu-list {
    border-top: 1px solid #e8e8e8;
  }
  header .menu-list li .submenu-list li .secodnmenu-list a {
    padding-left: 45px;
  }
  header .menu-list > li > a i {
    margin-left: auto;
  }
  header .btn {
    margin-left: unset;
  }
  header .menu-action {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .space-py-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cdx-breadcrumb {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cdx-breadcrumb .breadcrumb-contian .breadcrumb-list li a {
    font-size: 18px;
  }
  .intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .intro .intro-contain h1 {
    font-size: 32px;
  }
  .intro .intro-contain p {
    font-size: 16px;
  }
  .feathure .cdx-row {
    margin-bottom: -30px;
  }
  .feathure .cdx-row > div {
    margin-bottom: 30px;
  }
  .feathure-grid .icon-wrap {
    width: 65px;
    height: 65px;
  }
  .feathure-grid .icon-wrap img {
    height: 30px;
  }
  .feathure-grid h5 {
    font-size: 18px;
  }
  .authentication-form {
    width: 100%;
    min-width: 100%;
    padding: 30px;
  }
  .authentication-form .auth-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
  }
  .authentication-form .auth-icon i {
    font-size: 30px;
  }
  .authentication-form .login-header {
    margin-bottom: 25px;
  }
  .authentication-form .login-header img {
    width: 140px;
    margin-bottom: 20px;
  }
  .authentication-form .login-footer {
    margin-top: 20px;
  }
  .authentication-form .btn {
    font-size: 18px;
    margin-top: 25px;
  }
  .authentication-form .auth-pin {
    margin-bottom: 30px;
  }
  .authentication-form .auth-pin .form-control {
    min-height: 38px;
  }
  .authentication-form .auth-pin .form-control:nth-child(n+2) {
    margin-left: 5px;
  }
  .form-control {
    padding: 10px 15px;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .contact-grid {
    display: block;
    text-align: center;
    padding: 30px 20px;
  }
  .contact-grid .icon-wrap {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .getin-touch .contact-form .btn {
    margin-top: 25px;
  }
  .customizer ul li svg {
    width: 20px;
    height: 20px;
  }
  .customizer ul li .toggle-color {
    padding: 12px;
  }
  .customizer ul li .pick-color {
    width: 190px;
  }
  .customizer ul li .pick-color .close-colorpick {
    width: 30px;
    height: 30px;
    top: -10px;
    left: -10px;
  }
  .customizer ul li .pick-color .close-colorpick i {
    font-size: 16px;
  }
  .customizer ul li .pick-color h5 {
    font-size: 18px;
  }
  .customizer ul li .pick-color .color-list {
    margin-left: -5px;
  }
  .customizer ul li .pick-color .color-list li {
    width: 40px;
    height: 40px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 575px) {
  body {
    font-size: 16px;
  }
  .group-small {
    display: block;
  }
  .group-small > div:nth-child(n+2) {
    margin-top: 20px;
    margin-left: unset;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .intro .intro-contain h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .intro .intro-contain p {
    margin-bottom: 25px;
  }
  .feathure-grid {
    padding: 30px 0;
  }
  .feathure-grid .icon-wrap {
    width: 58px;
    height: 58px;
  }
  .feathure-grid .icon-wrap img {
    height: 26px;
  }
  .feathure-grid h5 {
    font-size: 16px;
  }
  .authentication-form p br {
    display: none;
  }
  .cdx-breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cdx-breadcrumb .breadcrumb-contian {
    display: block;
    text-align: center;
  }
  .cdx-breadcrumb .breadcrumb-contian h1 {
    font-size: 22px;
  }
  .cdx-breadcrumb .breadcrumb-contian .breadcrumb-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5px;
  }
}
@media screen and (max-width: 370px) {
  .authentication-form {
    padding: 25px;
  }
  .feathure .cdx-row > div {
    width: 100%;
  }
}
body.dark-mode {
  color: #fdfdfd;
  background-color: #161616;
}
body.dark-mode p {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-mode .form-group .form-control {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.8);
  border-color: #363938;
}
body.dark-mode .form-group .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-mode .form-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-mode .form-group .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-mode .form-group .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-mode .form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-mode .form-group .form-control:focus {
  border-color: #1abc9c;
}
body.dark-mode .form-group .form-control:focus ~ .input-group-text {
  border-color: #1abc9c;
}
body.dark-mode .custom-chek .form-check-input {
  border-color: #363938;
  background-color: #212121;
}
body.dark-mode .custom-chek .form-check-input:checked {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
body.dark-mode header {
  background-color: #212121;
}
body.dark-mode header .codex-brand .dark-logo {
  display: block;
}
body.dark-mode header .codex-brand .light-logo {
  display: none;
}
body.dark-mode header .menu-list > li > a {
  color: #fdfdfd;
}
body.dark-mode header .menu-list.open {
  background-color: #212121;
}
body.dark-mode header .menu-list.open > li + li {
  border-top-color: #363938;
}
body.dark-mode .authentication-form {
  background-color: #212121;
}
body.dark-mode .authentication-form .login-header .codex-brand .light-logo {
  display: none;
}
body.dark-mode .authentication-form .login-header .codex-brand .dark-logo {
  display: inline;
}
body.dark-mode .authentication-form .input-group .input-group-text {
  border-color: #363938;
}
body.dark-mode .contact-grid {
  background-color: #212121;
}
body.dark-mode .getin-touch .contact-form {
  background-color: #212121;
}
body.dark-mode .getin-touch .contact-form h2 {
  color: #fdfdfd;
}
body.dark-mode .appointment-form {
  background-color: #212121;
}
body.dark-mode .customizer ul li {
  background-color: #212121;
}
body.dark-mode .customizer ul li .pick-color {
  background-color: #212121;
}
body.dark-mode .customizer ul li .dark-customizer > .light-mode.show {
  background-color: #212121;
}

body.gredient-mode .authentication-form {
  background-image: linear-gradient(45deg, #1abc9c, #fa6204);
}
body.gredient-mode .authentication-form .login-header .codex-brand .dark-logo {
  display: inline-block;
}
body.gredient-mode .authentication-form .login-header .codex-brand .light-logo {
  display: none;
}
body.gredient-mode .authentication-form .login-header h3 {
  color: #ffffff;
}
body.gredient-mode .authentication-form .login-header p {
  color: #ffffff;
}
body.gredient-mode .authentication-form .form-group label {
  color: #ffffff;
}
body.gredient-mode .authentication-form .form-group .forgot-pass {
  color: #ffffff;
}
body.gredient-mode .authentication-form .login-footer p {
  color: #ffffff;
}
body.gredient-mode .authentication-form .login-footer a {
  color: #ffffff;
}
body.gredient-mode .authentication-form .auth-icon {
  background-color: #ffffff;
}
body.gredient-mode .contact-grid {
  background-image: linear-gradient(45deg, #1abc9c, #fa6204);
}
body.gredient-mode .contact-grid h4 {
  color: #fdfdfd;
}
body.gredient-mode .contact-grid p {
  color: rgba(255, 255, 255, 0.8);
}
body.gredient-mode .getin-touch .contact-form {
  background-image: linear-gradient(45deg, #1abc9c, #fa6204);
}
body.gredient-mode .getin-touch .contact-form .touch-header h2 {
  color: #fdfdfd;
}
body.gredient-mode .getin-touch .contact-form .touch-header p {
  color: rgba(255, 255, 255, 0.8);
}
body.gredient-mode .appointment-form {
  background-image: linear-gradient(45deg, #1abc9c, #fa6204);
}
body.gredient-mode .appointment-form h2 {
  color: #fdfdfd;
}
body.gredient-mode .appointment-form label {
  color: #fdfdfd;
}


.video-container {
  max-width: 100%;
  width: 100%;
}

.video-container video {
  width: 100%;
  height: auto;
  display: block;
}
