@media (max-width: 991px) {
  .background-image-wrapper {
    background-position: 0% !important;
    background-repeat: no-repeat;
  }
}

.custom-big-text-1 {
  font-size: 59.2px;
  font-size: 3.7rem;
  letter-spacing: 0.8px;
  position: relative;
  left: 0;
}

@media (min-width: 576px) {
  .custom-big-text-1 {
    font-size: 5.5rem;
  }
}

@media (min-width: 768px) {
  .custom-big-text-1 {
    font-size: 7.3rem;
  }
}

@media (min-width: 992px) {
  .custom-big-text-1 {
    font-size: 9.7rem;
    left: -214px;
  }
}

.custom-container-background {
  position: relative;
  margin-top: -100px;
}

.custom-container-background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 125%;
  height: 300px;
  background: var(--light);
  border-radius: 15px;
}

.custom-form-control-group-style-1 .form-control {
  height: 60px;
  line-height: 1;
  padding: 10px 30px;
  border-width: 2px;
  border-color: var(--grey-500);
}

.custom-form-control-group-style-1 .form-control:last-child {
  border-radius: 35px;
}
.border-radius-cus {
  border-radius: 10px;
}
.custom-divider {
  height: 60px;
  width: 0.5px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
/* .header-nav-bar {
  background: linear-gradient(0deg, #1e215814 5%, #ffffff 100%) !important;
} */
.custom-view-more svg {
  transition: ease transform 300ms;
}

.custom-view-more:hover svg {
  transform: translate3d(7px, 0, 0);
}

.custom-z-index-1 {
  z-index: 10;
}

.custom-svg-position-1 {
  position: absolute;
  top: -190px;
  left: -330px;
}

.custom-svg-position-2 {
  position: absolute;
  top: 210px;
  right: -47px;
  opacity: 0.5;
}

.custom-svg-position-3 {
  position: absolute;
  left: -30px;
  top: -40px;
}

.custom-svg-position-4 {
  position: absolute;
  top: -430px;
  right: -100px;
}

.page-header-svg-container {
  transform: rotate(280deg);
  position: relative;
  z-index: 2;
  left: 10%;
}

.custom-svg-position-5 {
  position: absolute;
  top: 0;
  right: -48%;
  left: 33%;
}

.breadcrumb > li {
  text-transform: none;
  font-weight: 600;
}

@keyframes customLines1anim {
  from {
    stroke-dasharray: 1600;
    stroke-dashoffset: 1600;
  }
  to {
    stroke-dasharray: 1600;
    stroke-dashoffset: 0;
  }
}

.customLines1anim {
  animation-name: customLines1anim;
}

/*
* Header
*/
#header .header-nav-features:before,
#header .header-nav-features:after {
  background: rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a {
    font-size: 15px;
    padding: 0 1rem !important;
  }
  #header .header-nav-main nav > ul > li:first-child > a {
    padding-left: 0 !important;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-radius: 4px !important;
    margin-left: 5px !important;
  }
}

#header .header-nav-features-search .header-nav-features-dropdown {
  margin-right: 0;
}

/*
* Accordion
*/
.custom-accordion-style-1 > .card {
  border: 1px solid transparent !important;
  transition: ease border-color 300ms;
}

.custom-accordion-style-1 > .card .card-header a {
  position: relative;
  padding: 23px 30px;
  background-color: #dcdcde;
  transition: ease background-color 300ms, ease color 300ms;
  border: 4px solid white;
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  background: linear-gradient(80deg, #dcdcde, #f6f6f6) !important;
}

.custom-accordion-style-1 > .card .card-header a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 25px;
  font-size: inherit;
  font-weight: inherit;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  transform-origin: 50% 50%;
  transition: ease transform 300ms;
}

.custom-accordion-style-1 > .card .card-header a.collapsed:after {
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

.custom-accordion-style-1 > .card .accordion-toggle {
  background-color: #f4f4f4 !important;
}

.custom-accordion-style-1 > .card + .card {
  margin-top: 20px;
}

/*
* Testimonial
*/
.custom-testimonial-style-1 blockquote {
  position: relative;
  border: 0;
}

.custom-testimonial-style-1 blockquote:before {
  content: '\f10d';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 18px;
  color: #212121;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-testimonial-style-1 blockquote p {
  font-family: 'Playfair Display', sans-serif;
  font-style: italic;
}

/*
* Newsletter
*/
.custom-form-control-newsletter-field {
  border-radius: 35px 0 0 35px !important;
}

.custom-form-control-newsletter-btn {
  border-radius: 0 35px 35px 0;
}

.custom-form-style-1 .form-control {
  height: calc(1.8em + 1.85rem + 2px);
  padding: 15.6px 20px;
  padding: 0.975rem 1.25rem;
  border-width: 3px;
  border-color: var(--grey-500);
  border-radius: 35px;
  line-height: 1.5 !important;
  border-color: #d5c8ac !important;
  box-shadow: 0 0 17px -5px rgba(0, 0, 0, .1) !important;
}

.custom-form-style-1 .form-control:focus {
  border-color: var(--grey-500);
}

.custom-form-style-1 .form-control::-webkit-input-placeholder {
  color: #b9ad8a;
}

.custom-form-style-1 .form-control::-moz-placeholder {
  color: #b9ad8a;
}

.custom-form-style-1 .form-control:-ms-input-placeholder {
  color: #b9ad8a;
}


.custom-form-style-1 select {
  color: #495057;
}

.custom-form-style-1 select option {
  color: #a9a9a9;
}
.solution-card p {
  min-height: 74px;
}
.custom-form-style-1 select option[selected] {
  color: #a9a9a9;
}

.custom-form-style-1 textarea.form-control {
  height: auto;
}
.custom-form-style-1 .form-control::placeholder {
  color: #705c30 !important;
}
.small-form-txt {
  font-size: 10px;
  color: #000;
  margin-top: 5px;
  line-height: 14px;
}
.card-img-top img {
  opacity: 0.7;
  border-radius: 10px;
}
.card-img-top {
  background-color: #54421b;
  border-radius: 10px;
}

.card-solution-bg {
  border: 3px solid #c8b58a52 !important;
  border-radius: 15px;
  background: linear-gradient(80deg, #c7b28047, #fcfbf8) !important;
  box-shadow: 0 15px 30px -15px rgb(146 121 65 / 52%);
}
.solution-card h4 {
  min-height: 50px;
}

.card-form {
  border: 3px solid #c8b58a85;
    border-radius: 15px;
    background-color: #f2f5ee !important;
    background: linear-gradient(80deg, #c7b28070, #ffffff) !important;
    /* background: linear-gradient(80deg, #f2f5ee, #ffffff) !important; */
}

.card-grey {
  border: 3px solid #c8b58a47;
    border-radius: 10px;
    background-color: #f2f5ee !important;
    background: linear-gradient(80deg, #f2f5ee, #ffffff) !important;
}

/* General */
:root {
  --border-radius: 4px;
  --border-radius2x: 8px;
  --default: #4c4c4c;
}
/* Skin Colors */
:root {
  --primary: #272958;
  --primary-100: #1f224e;
  --primary-200: #272958;
  --primary-300: #212450;
  --primary--100: #3e407a;
  --primary--200: #323460;
  --primary--300: #26295c;
  --primary-rgba-0: rgba(30, 33, 88, 0);
  --primary-rgba-10: rgba(30, 33, 88, 0.1);
  --primary-rgba-20: rgba(30, 33, 88, 0.2);
  --primary-rgba-30: rgba(30, 33, 88, 0.3);
  --primary-rgba-40: rgba(30, 33, 88, 0.4);
  --primary-rgba-50: rgba(30, 33, 88, 0.5);
  --primary-rgba-60: rgba(30, 33, 88, 0.6);
  --primary-rgba-70: rgba(30, 33, 88, 0.7);
  --primary-rgba-80: rgba(30, 33, 88, 0.8);
  --primary-rgba-90: rgba(30, 33, 88, 0.9);
  --secondary: #927941;
  --secondary-100: #b09455;
  --secondary-200: #a88c4c;
  --secondary-300: #987e43;
  --secondary--100: #ad955e;
  --secondary--200: #a5802b;
  --secondary--300: #90722e;
  --secondary-rgba-0: rgba(146, 121, 65, 0);
  --secondary-rgba-10: rgba(146, 121, 65, 0.1);
  --secondary-rgba-20: rgba(146, 121, 65, 0.2);
  --secondary-rgba-30: rgba(146, 121, 65, 0.3);
  --secondary-rgba-40: rgba(146, 121, 65, 0.4);
  --secondary-rgba-50: rgba(146, 121, 65, 0.5);
  --secondary-rgba-60: rgba(146, 121, 65, 0.6);
  --secondary-rgba-70: rgba(146, 121, 65, 0.7);
  --secondary-rgba-80: rgba(146, 121, 65, 0.8);
  --secondary-rgba-90: rgba(146, 121, 65, 0.9);
  --tertiary: #0a83df;
  --tertiary-100: #0975c7;
  --tertiary-200: #086dba;
  --tertiary-300: #0866ae;
  --tertiary--100: #0e91f4;
  --tertiary--200: #1a96f5;
  --tertiary--300: #279cf5;
  --tertiary-rgba-0: rgba(10, 131, 223, 0);
  --tertiary-rgba-10: rgba(10, 131, 223, 0.1);
  --tertiary-rgba-20: rgba(10, 131, 223, 0.2);
  --tertiary-rgba-30: rgba(10, 131, 223, 0.3);
  --tertiary-rgba-40: rgba(10, 131, 223, 0.4);
  --tertiary-rgba-50: rgba(10, 131, 223, 0.5);
  --tertiary-rgba-60: rgba(10, 131, 223, 0.6);
  --tertiary-rgba-70: rgba(10, 131, 223, 0.7);
  --tertiary-rgba-80: rgba(10, 131, 223, 0.8);
  --tertiary-rgba-90: rgba(10, 131, 223, 0.9);
  --quaternary: #e8eef3;
  --quaternary-100: #d7e2ea;
  --quaternary-200: #cfdbe6;
  --quaternary-300: #c6d5e2;
  --quaternary--100: #f9fafc;
  --quaternary--200: #ffffff;
  --quaternary--300: #ffffff;
  --quaternary-rgba-0: rgba(232, 238, 243, 0);
  --quaternary-rgba-10: rgba(232, 238, 243, 0.1);
  --quaternary-rgba-20: rgba(232, 238, 243, 0.2);
  --quaternary-rgba-30: rgba(232, 238, 243, 0.3);
  --quaternary-rgba-40: rgba(232, 238, 243, 0.4);
  --quaternary-rgba-50: rgba(232, 238, 243, 0.5);
  --quaternary-rgba-60: rgba(232, 238, 243, 0.6);
  --quaternary-rgba-70: rgba(232, 238, 243, 0.7);
  --quaternary-rgba-80: rgba(232, 238, 243, 0.8);
  --quaternary-rgba-90: rgba(232, 238, 243, 0.9);
  --dark: #212529;
  --dark-100: #16181b;
  --dark-200: #101214;
  --dark-300: #0a0c0d;
  --dark--100: #2c3237;
  --dark--200: #32383e;
  --dark--300: #383f45;
  --dark-rgba-0: rgba(33, 37, 41, 0);
  --dark-rgba-10: rgba(33, 37, 41, 0.1);
  --dark-rgba-20: rgba(33, 37, 41, 0.2);
  --dark-rgba-30: rgba(33, 37, 41, 0.3);
  --dark-rgba-40: rgba(33, 37, 41, 0.4);
  --dark-rgba-50: rgba(33, 37, 41, 0.5);
  --dark-rgba-60: rgba(33, 37, 41, 0.6);
  --dark-rgba-70: rgba(33, 37, 41, 0.7);
  --dark-rgba-80: rgba(33, 37, 41, 0.8);
  --dark-rgba-90: rgba(33, 37, 41, 0.9);
  --light: #fff;
  --light-100: #f2f2f2;
  --light-200: #ececec;
  --light-300: #e6e6e6;
  --light--100: #ffffff;
  --light--200: #ffffff;
  --light--300: #ffffff;
  --light-rgba-0: rgba(255, 255, 255, 0);
  --light-rgba-10: rgba(255, 255, 255, 0.1);
  --light-rgba-20: rgba(255, 255, 255, 0.2);
  --light-rgba-30: rgba(255, 255, 255, 0.3);
  --light-rgba-40: rgba(255, 255, 255, 0.4);
  --light-rgba-50: rgba(255, 255, 255, 0.5);
  --light-rgba-60: rgba(255, 255, 255, 0.6);
  --light-rgba-70: rgba(255, 255, 255, 0.7);
  --light-rgba-80: rgba(255, 255, 255, 0.8);
  --light-rgba-90: rgba(255, 255, 255, 0.9);
}
/* Skin Colors - Inverse */
:root {
  --primary-inverse: #fff;
  --secondary-inverse: #fff;
  --tertiary-inverse: #fff;
  --quaternary-inverse: #777;
  --dark-inverse: #fff;
  --light-inverse: #777;
}
/* Grey Colors */
:root {
  --grey: #969696;
  --grey-100: #f4f4f4;
  --grey-200: #eaeaea;
  --grey-300: #e5e5e5;
  --grey-400: #e0e0e0;
  --grey-500: #dbdbdb;
  --grey-600: #cecece;
  --grey-700: #c1c1c1;
  --grey-800: #a8a8a8;
  --grey-900: #8e8e8e;
  --grey-1000: #757575;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: .0rem;
  left: -1.5rem;
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-control-label::after {
  position: absolute;
    top: .1rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #1d2058;
  background-color: #1d2058;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 5px;
}
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.form-solution-img {
  border-radius: 15px 125px 15px 15px;
  opacity: 0.7;
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
}

.border-form-solution-img {
  border-radius: 15px 125px 15px 15px;
  border: 0 !important;
}

.gdpr-bar-p {
  margin: 0;
  padding-right: 15px;
  color: #e3e3e3;
  opacity: 0.7;
  font-size: .95em;
  line-height: 18px;
}

.gdpr-preferences-trigger {
  line-height: 16px;
  color: #b09456;
}

.gdpr-preferences-form .form-switch .form-check-input {
  width: 4em;
  height: 1.8em;
  float: right;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
  background-position: left center !important;
}

.gdpr-preferences-form .form-check-input {
  width: 1em;
  height: 1em;
  vertical-align: top;
  background-color: #4b9d44;
  border-color: #31642c;
  margin-top: .3rem;
  margin-left: -1.25rem;
}
.gdpr-ttl-pop {
  font-size: 12px !important;
}
.gdpr-bar-p, .gdpr-prg-pop, .gdpr-ttl-pop {
  line-height: 1.3 !important;
}
.gdpr-preferences-form .form-check-input:checked {
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / .25);
}

.gdpr-preferences-form .form-switch .form-check-input:checked {
  background-position: right center !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e") !important;
}