
img{
    
max-width: 100%
    
}
/*------------------------------------------------
*
* Template name : Mono
* Version       : 10.0.1
* Author        : FlaTheme
* Author URL    : https://themeforest.net/user/flatheme
*
-------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700&family=Playfair+Display:wght@400;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Outfit:wght@200;300;400;500;600;700;800&display=swap");
html, body {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
}

.container {
  position: relative;
  padding: 0 30px;
}

.scrolltotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  z-index: 992;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

input:not(.form-check-input) {
  background: transparent;
  width: 100%;
  border: 1px solid rgba(18, 21, 24, 0.1);
  margin-bottom: 1rem;
  padding: 15px 20px;
  box-shadow: none;
  font: 400 15px "Open Sans", sans-serif;
  line-height: 1.4;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

input:not(.form-check-input):focus, input:not(.form-check-input):active {
  outline: 0;
  box-shadow: none;
}

input:not(.form-check-input) {
  color: #7C7C7C;
}

input:not(.form-check-input)::-webkit-input-placeholder {
  color: #AAAAAA;
}

input:not(.form-check-input)::-moz-placeholder {
  color: #AAAAAA;
}

input:not(.form-check-input):-ms-placeholder {
  color: #AAAAAA;
}

input:not(.form-check-input)::-ms-placeholder {
  color: #AAAAAA;
}

input:not(.form-check-input):focus {
  border-color: rgba(18, 21, 24, 0.2);
}

.form-check-input:disabled ~ .form-check-label {
  color: #AAAAAA;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

img[class*='img-mask-avatar'] {
  border-radius: 50%;
}

img.img-mask-avatar-sm {
  min-width: 80px;
  width: 80px;
  height: 80px;
}

ul {
  margin: 0 0 -7px;
}

ul li {
  margin: 0 0 7px;
}

ul[class*='list-'] {
  padding: 0;
}

ul.list-unstyled li, ul.list-dash li {
  list-style-type: none;
}

ul.animate-links li a:hover {
  padding-left: 2px;
}

ul.list-dash li:before {
  content: '-';
  padding-right: 7px;
}

@media (max-width: 991.98px) {
  ul {
    margin: 0 0 -5px;
  }
  ul li {
    margin: 0 0 5px;
  }
  ul.list-dash li:before {
    content: '-';
    padding-right: 6px;
  }
  ul.list-dash li a:hover {
    padding-left: 2px;
  }
}

body {
  color: #7C7C7C;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
}

@media (max-width: 991.98px) {
  body {
    font-size: 0.938rem;
  }
}

h2, h3, h5, h6 {
  letter-spacing: -0.3px;
  line-height: 1.4;
  color: #121518;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

p {
  margin: 0;
  line-height: 1.74;
  /* 26px */
}

@media (max-width: 991.98px) {
  p {
    line-height: 1.6;
    /* 24px */
  }
}

.uppercase {
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.font-small {
  font-size: 0.9em;
  line-height: 1.7;
}

@media (max-width: 991.98px) {
  .font-small {
    font-size: 0.9em;
    line-height: 1.7;
  }
}

i {
  display: inline-block;
}

.icon-lg i {
  font-size: 1.33em;
}

.accordion {
  list-style-type: none;
  padding: 0;
}

.accordion li {
  border: 0;
  margin-bottom: 8px;
  padding: 0;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.accordion li:last-child {
  margin-bottom: 0;
}

.accordion li .accordion-title {
  position: relative;
  border: 1px solid rgba(18, 21, 24, 0.1);
  padding: 14px 24px;
  cursor: pointer;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.accordion li .accordion-title:before, .accordion li .accordion-title:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: black;
}

.accordion li .accordion-title:before {
  right: 24px;
  width: 11px;
  height: 1px;
}

.accordion li .accordion-title:after {
  right: 29px;
  width: 1px;
  height: 11px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.accordion li .accordion-title h5 {
  margin: 0;
}

.accordion li .accordion-title * {
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.accordion li .accordion-content {
  overflow: hidden;
  max-height: 0;
  padding: 0 25px;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.accordion li .accordion-content:before {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
}

.accordion li .accordion-content:after {
  content: '';
  display: block;
  width: 100%;
  height: 12px;
}

.accordion li.active .accordion-title {
  border-color: rgba(18, 21, 24, 0.9);
}

.accordion li.active .accordion-title:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.accordion.rounded:not(.style-2) li .accordion-title {
  border-radius: 50px;
}

.border-radius {
  border-radius: 0.5em;
  overflow: hidden;
}

.border-radius-1 {
  border-radius: 1em;
  overflow: hidden;
}

a {
  color: rgba(18, 21, 24, 0.9);
  text-decoration: none;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

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

button {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

a:focus, a:active, button:focus, button:active {
  box-shadow: none;
  outline: 0;
}

.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #e4e8ec;
  border: 1px solid #e4e8ec;
  padding: 5px 10px;
  color: #121518;
  font: 500 0.875em "Poppins", sans-serif;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.button:hover {
  color: #121518;
}

.button-md {
  padding: 14px 34px;
}

.button-gradient-6 {
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

[class*='button-gradient'] {
  border: 0;
  -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  color: white;
}

[class*='button-gradient']:hover, [class*='button-gradient']:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  opacity: 0.9;
  color: white;
}

.button-circle {
  background: #e4e8ec;
  display: inline-block;
  border: 1px solid #e4e8ec;
  border-radius: 50%;
  color: #121518;
  text-align: center;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.button-circle:hover {
  color: #7C7C7C;
}

.button-circle.button-circle-gradient-6 {
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

.button-circle.button-circle-gradient-6:hover, .button-circle.button-circle-gradient-6:focus {
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

[class*='button-circle-gradient'] {
  border: 0;
  -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  color: white;
}

[class*='button-circle-gradient']:hover, [class*='button-circle-gradient']:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  opacity: 0.9;
  color: white;
}

.button-circle-md {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.button-circle-md i {
  line-height: 50px;
}

.button-rounded {
  border-radius: 50px;
}

.page-progress-container {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 4px;
}

.page-progress-bar {
  height: 4px;
  width: 0%;
  background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
}

.page-progress-bar.page-progress-gradient-6 {
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

.team-wrapper .team-box {
  text-align: center;
}

.team-wrapper .team-box .team-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.team-wrapper .team-box .team-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.team-wrapper .team-box .team-img:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-filter: blur(1.5px);
  filter: blur(1.5px);
}

.team-wrapper.team-box-hover-2 .team-box .team-img:hover img {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.team-wrapper[class*='border-radius'] .team-box .team-img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.team-wrapper.border-radius .team-box .team-img {
  border-radius: 0.4em;
}

.header {
  top: 0;
  z-index: 993;
  overflow: visible;
  background: white;
  width: 100%;
  height: 80px;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
}

.header .header-logo {
  display: inline-block;
}

.header .header-logo * {
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.header .header-logo img {
  width: auto;
  height: 54px;
  max-height: 54px;
}

.header .header-logo a {
  color: #121518;
}

.header .header-logo a:hover {
  color: #121518;
}

.scrolltotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  z-index: 992;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.scrolltotop.scrolltotop-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

@media (min-width: 992px) {
  .header .header-logo {
    z-index: 996;
  }
}

@media (max-width: 991.98px) {
  .header {
    height: 70px;
  }
}

.section-sm {
  padding: 70px 0;
}

.section {
  padding: 100px 0;
}

@media (max-width: 767.98px) {
  .section-sm {
    padding: 50px 0;
  }
  .section {
    padding: 80px 0;
  }
}

@media (max-width: 575.98px) {
  .section {
    padding: 70px 0;
  }
}

:root {
  --bs-dark-rgb: 24, 28, 32;
  --bs-border-color: rgba(18, 21, 24, 0.1);
}

.bg-dark {
  background: #121518;
}

.bg-gray {
  background: #eef2f6;
}

.bg-gray-lighter {
  background: #f1f5f9;
}

.bg-black, [class*='bg-dark'] {
  color: rgba(255, 255, 255, 0.7);
}

[class*='bg-dark'] h6 {
  color: white;
}

[class*='bg-dark'] a:not([class^='button']) {
  color: rgba(255, 255, 255, 0.9);
}

[class*='bg-dark'] a:not([class^='button']):hover, [class*='bg-dark'] a:not([class^='button']):focus {
  color: white;
}

.fw-medium {
  font-weight: 500;
}

[class*='text-gradient'] {
  display: inline-block;
}

.text-gradient-6 {
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form-wrapper {
  background: rgba(151, 173, 196, 0.1);
  border-radius: 1em;
}
.cs_quantity {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  width: 112px;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .cs_quantity {
    height: 44px;
    width: 90px;
  }
}
.cs_quantity .cs_quantity_input {
  height: 100%;
  width: 100%;
  border: 1px solid rgba(18, 21, 24, 0.1);
  /* background-color: #fff; */
  padding: 13px 20px;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cs_quantity .cs_quantity_input {
    padding: 10px 15px;
  }
}

.cs_quantity .cs_quantity_btn {
  padding: 0;
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 9px;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  right: 11px;
}
.cs_quantity .cs_quantity_btn.cs_increment {
  top: 7px;
}
.cs_quantity .cs_quantity_btn.cs_decrement {
  bottom: 7px;
}
.cs_quantity .cs_quantity_btn:hover {
  color: #000;
}
.advantage-icon {
  background: url(../images/7.png) no-repeat center;
  background-size: contain;
  width: 50px;
  height: 50px;
}
.footer-logo {
  width: 54px;
  max-width: 54px;
}
.docs-img {
  max-width: 100px;
  margin: 10px auto;
}