@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
* {
  font-family: 'Inter', sans-serif;
}

body {
  font-family: 'Inter', sans-serif;
}

.btn-primary {
  background-color: #5973D9;
  border-radius: 0;
  padding: 10px 16px;
}

.btn-primary img {
  margin-left: 10px;
}

.btn-primary:hover {
  background-color: #495FB6;
}

.btn-secondarys {
  position: relative;
  margin: auto;
  padding: 15px 22px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border: none;
}

.btn-secondarys span {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .15em;
  color: #4F4F4F;
}

.btn-secondarys svg {
  position: relative;
  top: 0;
  margin-left: 12px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn-secondarys span:hover {
  -webkit-transform: scale(0.196);
          transform: scale(0.196);
}

.btn-secondarys:hover:before {
  width: 100%;
  background: #5973D9;
}

.btn-secondarys:hover:before span {
  color: #fff !important;
}

.btn-secondarys:hover span {
  color: #fff !important;
}

.btn-secondarys:hover svg {
  margin-left: 20px;
  stroke: #fff;
}

.btn-secondarys::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(89, 115, 217, 0.5);
  width: 56px;
  height: 56px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.section-title {
  text-align: left;
}

.section-title h2 {
  letter-spacing: 0.095em;
  font-weight: 400;
  color: #4F4F4F !important;
  position: relative;
}

.section-title h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  bottom: -10px;
  left: 0;
  background-color: #4F4F4F;
  visibility: visible;
}

.section-title p {
  color: #8B8B8B;
}

.image {
  position: relative;
}

.image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.entry {
  background-color: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #BDBDBD;
  border-radius: 12px;
}

.entry .entry-img {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 0 10px 0 !important;
}

.entry .entry-img .img-product {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.entry .entry-img .opacity {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 0% 0;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.entry .entry-img:hover .img-product {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  cursor: pointer;
}

.entry .entry-img:hover .opacity {
  visibility: visible;
  padding: 45% 0;
}

.entry .entry-title {
  margin: 0 0 10px 0;
}

.entry .entry-title a {
  color: #4F4F4F !important;
  font-weight: 400;
  font-size: 16px;
}

.entry .entry-meta {
  color: #4F4F4F !important;
  font-size: 1.2rem;
  font-weight: 700;
}

.entry .entry-content {
  width: 100%;
}

.entry:hover {
  -webkit-box-shadow: -8px -8px 0px #FAA43F, 8px 8px 0px #4CB6F1 !important;
          box-shadow: -8px -8px 0px #FAA43F, 8px 8px 0px #4CB6F1 !important;
  border-radius: 0px;
}

.search-form .inputer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #b3b3b3;
  padding: 10px 19px;
}

.search-form .inputer input {
  border: none;
}

.search-form .inputer input:focus,
.search-form .inputer button:focus {
  outline: none;
}

.search-form .inputer button {
  border: none;
  background: none;
}

.breadcrumbs {
  padding: 100px 0 20px 0;
  margin: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 74, 133, 0)), to(rgba(5, 74, 133, 0))), url("../../img/cta-bg.jpg") fixed center center;
  background: linear-gradient(rgba(5, 74, 133, 0), rgba(5, 74, 133, 0)), url("../../img/cta-bg.jpg") fixed center center;
  background-size: cover;
}

.breadcrumbs a,
.breadcrumbs h2 {
  color: #FFF;
}

.breadcrumbs h2 {
  letter-spacing: 0.095em;
  font-weight: 400;
}

#header {
  background: #5973D9;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #4F4F4F;
}

#header .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .header-scrolled {
  background: #ffffff !important;
}

#header h5 {
  font-size: 2px;
}

#header .nav-menu ul li a {
  font-size: 14px;
}

#header .nav-menu ul li a img {
  width: 20px;
}

#header .nav-menu .scrollable-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  left: -20vw;
  height: auto;
  width: 40vw;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#header .nav-menu .scrollable-menu li {
  width: 190px;
}

.sm-nav {
  padding: 12px !important;
  background: white !important;
}

.sm-nav a {
  color: #4F4F4F !important;
  font-size: 12px !important;
  padding: 10px 12px;
  margin: 20px 0;
}

#hero {
  height: 100vh;
  margin-top: 0vh;
}

#hero .container .justify-content-between img {
  width: 80%;
}

#hero .carousel-indicators li {
  background: #ffe8a2;
}

#about {
  padding: 12em 0 12em 0;
}

#about .title {
  margin-top: 5rem;
}

#about .title .section-description {
  padding-bottom: 30px;
}

#about .title .section-description p {
  font-size: 15px;
  line-height: 30px;
}

#blog {
  padding: 0em 0 3em 0;
}

#blog a {
  font-weight: 700;
  color: #4F4F4F;
}

#blog a .entry .entry-img {
  padding: 20px;
  width: 100%;
}

#blog a .entry .entry-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#blog a .entry .entry-title {
  padding: 10px 10px;
  text-align: center;
  margin: 0;
  font-size: 14px !important;
}

.sidebar {
  margin: 0px !important;
}

#cta {
  padding: 3rem 0;
}

#cta .items {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}

#cta .items .box {
  background: rgba(46, 46, 46, 0.4);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  padding: 10px 10px;
  font-weight: 12px;
  margin: 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

#cta .items .box p {
  margin: 0 !important;
  font-size: 14px !important;
}

#cta .items .box:hover {
  background: rgba(242, 19, 19, 0.4);
}

#faq {
  margin: 4rem 0 4rem 0;
  background-color: #fff;
}

#faq .title {
  margin-top: 3rem;
}

#faq .faq-list {
  padding: 0;
}

#faq .faq-list ul li {
  border-bottom: 1px solid #212121;
  border-radius: 0px;
}

#faq .faq-list ul li a {
  color: #4F4F4F;
  font-size: 14px;
}

#faq .faq-list .icon-help {
  color: #4F4F4F;
}

#faq .faq-list p {
  color: #878787;
  font-size: 13px;
}

#footer {
  background: #fff;
}

#footer .footer-top {
  background: #fff;
  border-top: 2px solid #BDBDBD;
  color: #4F4F4F !important;
}

#footer .footer-top .footer-info h3 {
  letter-spacing: 0.095em;
  font-weight: 500;
  color: #4F4F4F !important;
  font-size: 24px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  color: #4F4F4F !important;
  line-height: 206.02%;
  letter-spacing: 0.105em;
}

#footer .footer-top .footer-links h3 {
  letter-spacing: 0.095em;
  font-weight: 500;
  color: #4F4F4F !important;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#footer .footer-top .footer-links li {
  line-height: 166.02%;
  letter-spacing: 0.105em;
  font-weight: 500;
}

#footer .footer-top .footer-links li a {
  color: #4F4F4F !important;
  position: relative;
  line-height: 166.02%;
  letter-spacing: 0.105em;
  font-weight: 500;
}

#footer .footer-top .footer-links li a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 9px;
  left: 0;
  background-color: #4F4F4F;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#footer .footer-top .footer-links li a:hover:before {
  width: 100%;
  visibility: visible;
}

#footer .copyright {
  color: #4F4F4F;
}

.contact {
  padding: 8rem 0;
}

.contact input::-webkit-input-placeholder,
.contact textarea::-webkit-input-placeholder {
  color: #BDBDBD !important;
  font-size: 14px;
  font-weight: 300;
}

.contact input:-ms-input-placeholder,
.contact textarea:-ms-input-placeholder {
  color: #BDBDBD !important;
  font-size: 14px;
  font-weight: 300;
}

.contact input::-ms-input-placeholder,
.contact textarea::-ms-input-placeholder {
  color: #BDBDBD !important;
  font-size: 14px;
  font-weight: 300;
}

.contact input::placeholder,
.contact textarea::placeholder {
  color: #BDBDBD !important;
  font-size: 14px;
  font-weight: 300;
}

.contact input {
  padding: 24px 20px !important;
}

@media (max-width: 768px) {
  #header {
    top: 0;
    padding: 15px 0;
  }
  .sm-nav .d-flex {
    visibility: visible;
  }
  #header .logo {
    font-size: 28px;
  }
  #hero .container .justify-content-between {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  #hero .container .justify-content-between img {
    width: 100%;
  }
}

@media (max-width: 376px) {
  #hero .container .justify-content-between p {
    font-size: 16px;
  }
  #hero .container .justify-content-between img {
    display: none;
  }
}
/*# sourceMappingURL=theme-1.css.map */