/*SWUP ANIMATIONS*/
html {
  transition: all 1s ease-in-out;
}
.transition-fade {
  opacity: 1;
  transition: 0.3s;
  transform: translateX(0);
  transform-origin: left;
}
html.is-animating .transition-fade {
  opacity: 0;
  transform: translateX(120%);
}
html.is-leaving .transition-fade {
  opacity: 0;
  transform: translateX(-120%);
}
html {
  overflow-x: hidden;
  font-size: 18px;
  scroll-behavior: smooth;
}
.accordion-button {
	text-align: left;
}
a, a:hover {
  font-family: inherit;
  color: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.justify-center {
  justify-content: center;
}
@media (hover: hover) and (pointer: fine) {}
/*layout*/
.overflow-restrict {
  max-width: 1440px;
  margin: 0 auto;
  overflow-x: hidden;
}
body {
  /*	overflow-x: hidden;*/
  width: 100%;
  height: fit-content;
}
main {
  overflow-x: hidden;
  max-width: 1440px;
  margin: 0 auto;
}
#mySidenav .active {
  background-color: #FF5D3D;
  color: white;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  text-align: center;
  align-items: center;
  max-width: 700px;
}
.modal-content .btn {
  width: fit-content;
  font-size: 18px;
  color: white;
}
/* The Close Button */
.modalClose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modalClose:hover, .modalClose:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.break {
  height: calc(25px + (100vw/35));
  max-height: 75px;
}
.background {
  background-image: url("images/svg/backgound.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
/*typography*/
* {
  font-weight: 400;
  font-style: normal;
}
.playfair {
  font-family: playfair-display, serif;
  font-weight: 900;
  font-style: normal;
}
.roboto {
  font-family: 'Roboto', 'sans-serif' !important;
}
.bold {
  font-weight: bold;
}
h1 {
  font-size: 1.2rem;
}
p {
  font-family: raleway, sans-serif;
  font-size: 0.9rem;
  margin: 0;
}
@media (min-width: 414px) {
  h1 {
    font-size: calc(1rem + 1vw);
  }
  p {
    font-size: 1rem;
  }
}
@media (min-width: 1440px) {
  h1 {
    font-size: 2rem;
  }
}
/*colors*/
.text-blue {
  color: #233B3D;
}
.text-orange {
  color: #FF5D3D;
}
.bg-blue {
  background: #233B3D;
}
.bg-orange {
  background: #FF5D3D;
}
.fade {
  opacity: 0.8 !important;
}
/*buttons*/
.btn, .btn-primary, .btn-outline, .btn-lg, .btn-sm, .btn-block {
  background-color: #233B3D;
  border: 2px solid #233B3D !important;
}
.btn:hover, .btn-primary:hover {
  background-color: transparent;
  color: #233B3D;
}
.btn:focus, .btn-primary:focus, .btn-outline:focus, .btn-lg:focus, .btn-sm:focus, .btn-block:focus, .btn:active, .btn-primary:active, .btn-outline:active, .btn-lg:active, .btn-sm:active, .btn-block:active, .btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus, button:focus, button:active {
  box-shadow: none;
  background-color: transparent;
  color: #233B3D;
  font-weight: bold;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////        	 									MAIN  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

/*navbar*/
.myNav {
  background: white;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  /*  min-height: 119px;*/
  border-bottom: 1px solid rgba(227, 227, 227, 1.00);
  box-shadow: 0px 18px 20px -9px #999;
  position: -webkit-sticky;
}
nav .myNav_desktop {
  max-width: 1465px;
  width: -webkit-fill-available;
  width: 100%;
}
@media (max-width: 768px) {
  .myNav {
    min-height: 0px;
  }
}
.myNav-link_desktop {
  transition: 0.07s;
  font-size: 1rem;
  line-height: 40px;
  /*  padding-bottom: 5px;*/
  border-bottom: 2px solid transparent;
}
.myNav-link_desktop:hover {
  border-bottom: 2px solid #233B3D;
}
nav .active {
  border-bottom: 2px solid #233B3D !important;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #233B3D;
  overflow-x: hidden;
  transition: 0.1s;
  padding-top: 60px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.myNav hr {
  background-color: white !important;
}
.contact_button {
  display: inline-block;
  background: #FF5D3D;
  padding: 6px 15px;
  border: 2px solid #FF5D3D;
  border-radius: 8px;
  color: white;
  transition: 0.25s;
}
.contact_button:hover {
  background-color: white;
  /*  border: none;*/
  color: #FF5D3D;
  /*  filter: brightness(90%);*/
}
.call-button {
  display: flex;
  place-items: center;
  padding: 5px 12px;
  background: #233B3D;
  color: white;
  border: 2px solid #233B3D;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 993px) {
  .myNav-link_desktop {
    font-size: 15px !important;
  }
}
.call-button:hover {
  color: #233B3D;
  background: white;
  border: 2px solid #233B3D;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  /*
  .myNav_links {
    max-width: 90%;
  }
*/
}
.slideInNav {
  opacity: 0;
  transform: translateX(-30%);
}
.footer_logo {
  height: 100px;
  width: 100px;
}
/*hero section*/
.hero_overlay img {
  width: 100%;
}
.hero_content {
  color: white;
  max-width: 600px;
  top: 0;
  right: 0;
}
.hero_brand {
  letter-spacing: 6px;
  font-size: 24px;
}
@media (max-width: 992px) {
  .hero_content {
    max-width: none;
    margin: 0 auto;
  }
}
/*feature items*/
.feature_item {
  margin: 0 25px;
}
@media (max-width: 992px) {
  .feature_item {
    border-bottom: 1px solid #F3F3F3;
    margin: 0 auto 15px auto;
    max-width: 600px;
  }
}
/*contact cta*/
.contact_cta_body {
  max-width: 500px;
}
@media (max-width: 768px) {
  .contact_cta_body {
    max-width: none;
  }
}
/*testimonial*/
.testimonial_body {
  width: 50%;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .testimonial_body {
    width: 100%;
    padding-left: 75px;
  }
}
@media (max-width: 768px) {
  .testimonial_body {
    width: 100%;
    padding-left: 0px;
  }
}
/*blogs*/
.myCard {
  border: 1px solid rgba(225, 225, 225, 1.00);
  max-width: 350px;
  border-radius: 16px;
  margin: 25px auto;
}
.blog_img {
  border-radius: 0px 0px 24px 24px;
  width: 100%;
}
/*PRODUCT SELECTION*/
.product_select {
  min-height: 554px;
  display: flex;
}
input[type="radio"] {
  display: none;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}
fieldset label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*buttons*/
#msform .action-button {
  width: 100px;
  color: white;
  font-family: bernhard-gothic-urw, sans-serif;
  font-weight: 900;
  background-color: transparent;
  color: var(--secondary-color);
  border: 0 none;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.quote-form {
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.98);
  height: 100%;
  max-width: 822px;
  border: 3px solid rgba(160, 160, 160, 1.00);
}
.input-icon {
  transition: 0.25s;
  transform: scale(1);
  filter: brightness(100%) blur(0px);
}
.input-icon:hover {
  transition: 0.25s;
  transform: scale(1.1);
}
.input-icon img {
  height: 135px;
}
@media (max-width: 1226px) {
  .quote-form {
    padding: 1.5rem;
  }
}
@media (max-width: 992px) {
  .quote-form {
    border: none;
  }
}
.quote-form h5, ::placeholder {
  line-height: 1.4rem;
  color: black;
}
.quote-form input:not(.btn-primary) {
  width: 100%;
  padding: 0.8rem;
  padding-left: 2rem;
  margin-bottom: 1rem;
  border: 2px solid transparent;
  border-bottom: 2px solid #233B3D;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.06);
  border-bottom-left-radius: 32px;
  border-top-left-radius: 32px;
}
input {
  -webkit-user-select: text; /* Chrome, Opera, Safari */
  -moz-user-select: text; /* Firefox 2+ */
  -ms-user-select: text; /* IE 10+ */
  user-select: text; /* Standard syntax */
}
.quote-form input {
  background-color: transparent;
  transition: 0.5s;
}
.quote-form input:not(.btn-primary):focus {
  outline: none;
  border-bottom: 2px solid #FF5D3D;
  background-color: rgba(233, 233, 233, 0.50);
}
.quote-form ::placeholder {
  color: rgba(0, 0, 0, 0.75);
  font-weight: 700;
  font-family: "Arial", "sans-serif"
}
#validationModal {
  display: none;
}
/*spinner*/
.spinner {
  color: black;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.blur {
  filter: brightness(90%);
}
/*question box*/
.bar_decoration-1 {
  left: 0;
  top: 35%;
}
.bar_decoration-2 {
  top: 0;
  right: 0;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  flex-grow: 1;
}
.question_box-wrapper {
  position: sticky;
  top: 150px;
}
.question_box-contact {
  -webkit-box-shadow: 1px 4px 1px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 1px 4px 1px 1px rgba(0, 0, 0, 0.14);
  border-radius: 0 0 8px 8px;
}
.blog-thumbnail img {
  width: 100%;
  max-width: 230px;
  max-height: 270px;
}
.blog_img-author {
  height: 15px;
  width: 15px;
}
.blog_img-image {
  min-width: 100px;
  width: 100%;
}
.btn-review {
  border: 1px solid grey;
  padding: 7px;
  border-radius: 3px
}
.review_buttons {
  max-width: 350px;
}
.blog_title {
  margin-top: 8px;
}
@media (max-width: 414px) {
  .blog_author {
    font-size: 13px;
  }
  .blog_title {
    font-size: 16px;
    margin-top: 5px;
  }
  .blog_p {
    font-size: 13px;
  }
  .blog_date {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .contact_decoration_blck {
    display: none;
  }
}
.logo {
  width: 50px;
  height: 50px;
}
footer {
  bottom: 0;
}
footer span {
  border: 1px solid white;
  margin-right: 16px;
}
footer > div {
  bottom: 0;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  footer > div {
    justify-content: center !important;
  }
  footer a {
    font-size: 12px;
  }
}